File tree 3 files changed +6
-8
lines changed
generators/src/main/java/com/algolia/codegen
templates/javascript/clients/algoliasearch/builds
3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ public class AlgoliaSwiftGenerator extends Swift5ClientCodegen {
42
42
"bannerimage" ,
43
43
"bannerimageurl" ,
44
44
"bannerlink" ,
45
- "banners" ,
46
45
"baseindexsettings" ,
47
46
"basesearchparams" ,
48
47
"basesearchparamswithoutquery" ,
Original file line number Diff line number Diff line change @@ -1036,9 +1036,8 @@ banners:
1036
1036
description : banners defined in the merchandising studio for the given search.
1037
1037
type : array
1038
1038
additionalProperties : false
1039
- properties :
1040
- banners :
1041
- $ref : ' #/banner'
1039
+ items :
1040
+ $ref : ' #/banner'
1042
1041
1043
1042
banner :
1044
1043
description : a search banner with image and url.
@@ -1064,13 +1063,15 @@ bannerImage:
1064
1063
additionalProperties : false
1065
1064
properties :
1066
1065
urls :
1067
- $ref : ' #/bannerImageUrl'
1066
+ type : array
1067
+ items :
1068
+ $ref : ' #/bannerImageUrl'
1068
1069
title :
1069
1070
type : string
1070
1071
1071
1072
bannerImageUrl :
1072
1073
description : url for a search banner image.
1073
- type : array
1074
+ type : object
1074
1075
additionalProperties : false
1075
1076
properties :
1076
1077
url :
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ import type {
16
16
BannerImage,
17
17
BannerImageUrl,
18
18
BannerLink,
19
- Banners,
20
19
BaseIndexSettings,
21
20
BaseSearchParams,
22
21
BaseSearchParamsWithoutQuery,
@@ -112,7 +111,6 @@ export {
112
111
BannerImage,
113
112
BannerImageUrl,
114
113
BannerLink,
115
- Banners,
116
114
BaseIndexSettings,
117
115
BaseSearchParams,
118
116
BaseSearchParamsWithoutQuery,
You can’t perform that action at this time.
0 commit comments