Skip to content

Commit b936532

Browse files
algolia-botkai687millotp
committed
fix(specs): adjust style for banner descriptions (generated)
algolia/api-clients-automation#4362 Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com> Co-authored-by: Kai Welke <kai.welke@algolia.com> Co-authored-by: Pierre Millot <pierre.millot@algolia.com>
1 parent 28f7703 commit b936532

20 files changed

+24
-24
lines changed

packages/algoliasearch/lite/model/banner.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import type { BannerImage } from './bannerImage';
44
import type { BannerLink } from './bannerLink';
55

66
/**
7-
* a search banner with image and url.
7+
* Banner with image and link to redirect users.
88
*/
99
export type Banner = {
1010
image?: BannerImage;

packages/algoliasearch/lite/model/bannerImage.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import type { BannerImageUrl } from './bannerImageUrl';
44

55
/**
6-
* image of a search banner.
6+
* Image to show inside a banner.
77
*/
88
export type BannerImage = {
99
urls?: Array<BannerImageUrl>;

packages/algoliasearch/lite/model/bannerImageUrl.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// 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.
22

33
/**
4-
* url for a search banner image.
4+
* URL for an image to show inside a banner.
55
*/
66
export type BannerImageUrl = {
77
url?: string;

packages/algoliasearch/lite/model/bannerLink.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// 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.
22

33
/**
4-
* link for a banner defined in merchandising studio.
4+
* Link for a banner defined in the Merchandising Studio.
55
*/
66
export type BannerLink = {
77
url?: string;

packages/algoliasearch/lite/model/widgets.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
import type { Banner } from './banner';
44

55
/**
6-
* widgets returned from any rules that are applied to the current search.
6+
* Widgets returned from any rules that are applied to the current search.
77
*/
88
export type Widgets = {
99
/**
10-
* banners defined in the merchandising studio for the given search.
10+
* Banners defined in the Merchandising Studio for a given search.
1111
*/
1212
banners?: Array<Banner>;
1313
};

packages/client-composition/model/banner.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import type { BannerImage } from './bannerImage';
44
import type { BannerLink } from './bannerLink';
55

66
/**
7-
* a search banner with image and url.
7+
* Banner with image and link to redirect users.
88
*/
99
export type Banner = {
1010
image?: BannerImage;

packages/client-composition/model/bannerImage.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import type { BannerImageUrl } from './bannerImageUrl';
44

55
/**
6-
* image of a search banner.
6+
* Image to show inside a banner.
77
*/
88
export type BannerImage = {
99
urls?: Array<BannerImageUrl>;

packages/client-composition/model/bannerImageUrl.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// 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.
22

33
/**
4-
* url for a search banner image.
4+
* URL for an image to show inside a banner.
55
*/
66
export type BannerImageUrl = {
77
url?: string;

packages/client-composition/model/bannerLink.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// 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.
22

33
/**
4-
* link for a banner defined in merchandising studio.
4+
* Link for a banner defined in the Merchandising Studio.
55
*/
66
export type BannerLink = {
77
url?: string;

packages/client-composition/model/widgets.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
import type { Banner } from './banner';
44

55
/**
6-
* widgets returned from any rules that are applied to the current search.
6+
* Widgets returned from any rules that are applied to the current search.
77
*/
88
export type Widgets = {
99
/**
10-
* banners defined in the merchandising studio for the given search.
10+
* Banners defined in the Merchandising Studio for a given search.
1111
*/
1212
banners?: Array<Banner>;
1313
};

packages/client-search/model/banner.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import type { BannerImage } from './bannerImage';
44
import type { BannerLink } from './bannerLink';
55

66
/**
7-
* a search banner with image and url.
7+
* Banner with image and link to redirect users.
88
*/
99
export type Banner = {
1010
image?: BannerImage;

packages/client-search/model/bannerImage.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import type { BannerImageUrl } from './bannerImageUrl';
44

55
/**
6-
* image of a search banner.
6+
* Image to show inside a banner.
77
*/
88
export type BannerImage = {
99
urls?: Array<BannerImageUrl>;

packages/client-search/model/bannerImageUrl.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// 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.
22

33
/**
4-
* url for a search banner image.
4+
* URL for an image to show inside a banner.
55
*/
66
export type BannerImageUrl = {
77
url?: string;

packages/client-search/model/bannerLink.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// 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.
22

33
/**
4-
* link for a banner defined in merchandising studio.
4+
* Link for a banner defined in the Merchandising Studio.
55
*/
66
export type BannerLink = {
77
url?: string;

packages/client-search/model/widgets.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
import type { Banner } from './banner';
44

55
/**
6-
* widgets returned from any rules that are applied to the current search.
6+
* Widgets returned from any rules that are applied to the current search.
77
*/
88
export type Widgets = {
99
/**
10-
* banners defined in the merchandising studio for the given search.
10+
* Banners defined in the Merchandising Studio for a given search.
1111
*/
1212
banners?: Array<Banner>;
1313
};

packages/recommend/model/banner.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import type { BannerImage } from './bannerImage';
44
import type { BannerLink } from './bannerLink';
55

66
/**
7-
* a search banner with image and url.
7+
* Banner with image and link to redirect users.
88
*/
99
export type Banner = {
1010
image?: BannerImage;

packages/recommend/model/bannerImage.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import type { BannerImageUrl } from './bannerImageUrl';
44

55
/**
6-
* image of a search banner.
6+
* Image to show inside a banner.
77
*/
88
export type BannerImage = {
99
urls?: Array<BannerImageUrl>;

packages/recommend/model/bannerImageUrl.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// 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.
22

33
/**
4-
* url for a search banner image.
4+
* URL for an image to show inside a banner.
55
*/
66
export type BannerImageUrl = {
77
url?: string;

packages/recommend/model/bannerLink.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// 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.
22

33
/**
4-
* link for a banner defined in merchandising studio.
4+
* Link for a banner defined in the Merchandising Studio.
55
*/
66
export type BannerLink = {
77
url?: string;

packages/recommend/model/widgets.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
import type { Banner } from './banner';
44

55
/**
6-
* widgets returned from any rules that are applied to the current search.
6+
* Widgets returned from any rules that are applied to the current search.
77
*/
88
export type Widgets = {
99
/**
10-
* banners defined in the merchandising studio for the given search.
10+
* Banners defined in the Merchandising Studio for a given search.
1111
*/
1212
banners?: Array<Banner>;
1313
};

0 commit comments

Comments
 (0)