Skip to content

Commit

Permalink
fix(specs): adjust style for banner descriptions (generated)
Browse files Browse the repository at this point in the history
algolia/api-clients-automation#4362

Co-authored-by: algolia-bot <[email protected]>
Co-authored-by: Kai Welke <[email protected]>
Co-authored-by: Pierre Millot <[email protected]>
  • Loading branch information
3 people committed Jan 16, 2025
1 parent 28f7703 commit b936532
Show file tree
Hide file tree
Showing 20 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion packages/algoliasearch/lite/model/banner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import type { BannerImage } from './bannerImage';
import type { BannerLink } from './bannerLink';

/**
* a search banner with image and url.
* Banner with image and link to redirect users.
*/
export type Banner = {
image?: BannerImage;
Expand Down
2 changes: 1 addition & 1 deletion packages/algoliasearch/lite/model/bannerImage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import type { BannerImageUrl } from './bannerImageUrl';

/**
* image of a search banner.
* Image to show inside a banner.
*/
export type BannerImage = {
urls?: Array<BannerImageUrl>;
Expand Down
2 changes: 1 addition & 1 deletion packages/algoliasearch/lite/model/bannerImageUrl.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.

/**
* url for a search banner image.
* URL for an image to show inside a banner.
*/
export type BannerImageUrl = {
url?: string;
Expand Down
2 changes: 1 addition & 1 deletion packages/algoliasearch/lite/model/bannerLink.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.

/**
* link for a banner defined in merchandising studio.
* Link for a banner defined in the Merchandising Studio.
*/
export type BannerLink = {
url?: string;
Expand Down
4 changes: 2 additions & 2 deletions packages/algoliasearch/lite/model/widgets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
import type { Banner } from './banner';

/**
* widgets returned from any rules that are applied to the current search.
* Widgets returned from any rules that are applied to the current search.
*/
export type Widgets = {
/**
* banners defined in the merchandising studio for the given search.
* Banners defined in the Merchandising Studio for a given search.
*/
banners?: Array<Banner>;
};
2 changes: 1 addition & 1 deletion packages/client-composition/model/banner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import type { BannerImage } from './bannerImage';
import type { BannerLink } from './bannerLink';

/**
* a search banner with image and url.
* Banner with image and link to redirect users.
*/
export type Banner = {
image?: BannerImage;
Expand Down
2 changes: 1 addition & 1 deletion packages/client-composition/model/bannerImage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import type { BannerImageUrl } from './bannerImageUrl';

/**
* image of a search banner.
* Image to show inside a banner.
*/
export type BannerImage = {
urls?: Array<BannerImageUrl>;
Expand Down
2 changes: 1 addition & 1 deletion packages/client-composition/model/bannerImageUrl.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.

/**
* url for a search banner image.
* URL for an image to show inside a banner.
*/
export type BannerImageUrl = {
url?: string;
Expand Down
2 changes: 1 addition & 1 deletion packages/client-composition/model/bannerLink.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.

/**
* link for a banner defined in merchandising studio.
* Link for a banner defined in the Merchandising Studio.
*/
export type BannerLink = {
url?: string;
Expand Down
4 changes: 2 additions & 2 deletions packages/client-composition/model/widgets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
import type { Banner } from './banner';

/**
* widgets returned from any rules that are applied to the current search.
* Widgets returned from any rules that are applied to the current search.
*/
export type Widgets = {
/**
* banners defined in the merchandising studio for the given search.
* Banners defined in the Merchandising Studio for a given search.
*/
banners?: Array<Banner>;
};
2 changes: 1 addition & 1 deletion packages/client-search/model/banner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import type { BannerImage } from './bannerImage';
import type { BannerLink } from './bannerLink';

/**
* a search banner with image and url.
* Banner with image and link to redirect users.
*/
export type Banner = {
image?: BannerImage;
Expand Down
2 changes: 1 addition & 1 deletion packages/client-search/model/bannerImage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import type { BannerImageUrl } from './bannerImageUrl';

/**
* image of a search banner.
* Image to show inside a banner.
*/
export type BannerImage = {
urls?: Array<BannerImageUrl>;
Expand Down
2 changes: 1 addition & 1 deletion packages/client-search/model/bannerImageUrl.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.

/**
* url for a search banner image.
* URL for an image to show inside a banner.
*/
export type BannerImageUrl = {
url?: string;
Expand Down
2 changes: 1 addition & 1 deletion packages/client-search/model/bannerLink.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.

/**
* link for a banner defined in merchandising studio.
* Link for a banner defined in the Merchandising Studio.
*/
export type BannerLink = {
url?: string;
Expand Down
4 changes: 2 additions & 2 deletions packages/client-search/model/widgets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
import type { Banner } from './banner';

/**
* widgets returned from any rules that are applied to the current search.
* Widgets returned from any rules that are applied to the current search.
*/
export type Widgets = {
/**
* banners defined in the merchandising studio for the given search.
* Banners defined in the Merchandising Studio for a given search.
*/
banners?: Array<Banner>;
};
2 changes: 1 addition & 1 deletion packages/recommend/model/banner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import type { BannerImage } from './bannerImage';
import type { BannerLink } from './bannerLink';

/**
* a search banner with image and url.
* Banner with image and link to redirect users.
*/
export type Banner = {
image?: BannerImage;
Expand Down
2 changes: 1 addition & 1 deletion packages/recommend/model/bannerImage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import type { BannerImageUrl } from './bannerImageUrl';

/**
* image of a search banner.
* Image to show inside a banner.
*/
export type BannerImage = {
urls?: Array<BannerImageUrl>;
Expand Down
2 changes: 1 addition & 1 deletion packages/recommend/model/bannerImageUrl.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.

/**
* url for a search banner image.
* URL for an image to show inside a banner.
*/
export type BannerImageUrl = {
url?: string;
Expand Down
2 changes: 1 addition & 1 deletion packages/recommend/model/bannerLink.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.

/**
* link for a banner defined in merchandising studio.
* Link for a banner defined in the Merchandising Studio.
*/
export type BannerLink = {
url?: string;
Expand Down
4 changes: 2 additions & 2 deletions packages/recommend/model/widgets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
import type { Banner } from './banner';

/**
* widgets returned from any rules that are applied to the current search.
* Widgets returned from any rules that are applied to the current search.
*/
export type Widgets = {
/**
* banners defined in the merchandising studio for the given search.
* Banners defined in the Merchandising Studio for a given search.
*/
banners?: Array<Banner>;
};

0 comments on commit b936532

Please sign in to comment.