@searchspring/snapi-oas 0.1.25 → 0.1.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
- package/spec/v1/snapi.oas.v1.json +21 -1
- package/spec/v1/snapi.oas.v1.yaml +32 -1
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
},
|
|
7
7
|
"description" : "Searchspring Snap Search API",
|
|
8
8
|
"title" : "snAPI",
|
|
9
|
-
"version" : "0.1.
|
|
9
|
+
"version" : "0.1.26",
|
|
10
10
|
"x-logo" : {
|
|
11
11
|
"url" : "./images/searchspring_logo.svg",
|
|
12
12
|
"altText" : "Searchspring Snap"
|
|
@@ -3434,6 +3434,12 @@
|
|
|
3434
3434
|
"redirect" : {
|
|
3435
3435
|
"type" : "string"
|
|
3436
3436
|
},
|
|
3437
|
+
"campaigns" : {
|
|
3438
|
+
"items" : {
|
|
3439
|
+
"$ref" : "#/components/schemas/SearchResponseModelMerchandising_campaigns"
|
|
3440
|
+
},
|
|
3441
|
+
"type" : "array"
|
|
3442
|
+
},
|
|
3437
3443
|
"content" : {
|
|
3438
3444
|
"$ref" : "#/components/schemas/SearchResponseModelMerchandising_content"
|
|
3439
3445
|
}
|
|
@@ -3942,6 +3948,20 @@
|
|
|
3942
3948
|
},
|
|
3943
3949
|
"type" : "object"
|
|
3944
3950
|
},
|
|
3951
|
+
"SearchResponseModelMerchandising_campaigns" : {
|
|
3952
|
+
"properties" : {
|
|
3953
|
+
"id" : {
|
|
3954
|
+
"type" : "string"
|
|
3955
|
+
},
|
|
3956
|
+
"title" : {
|
|
3957
|
+
"type" : "string"
|
|
3958
|
+
},
|
|
3959
|
+
"type" : {
|
|
3960
|
+
"type" : "string"
|
|
3961
|
+
}
|
|
3962
|
+
},
|
|
3963
|
+
"type" : "object"
|
|
3964
|
+
},
|
|
3945
3965
|
"SearchResponseModelMerchandising_content_config_position" : {
|
|
3946
3966
|
"properties" : {
|
|
3947
3967
|
"index" : {
|
|
@@ -4,7 +4,7 @@ info:
|
|
|
4
4
|
name: Searchspring
|
|
5
5
|
description: Searchspring Snap Search API
|
|
6
6
|
title: snAPI
|
|
7
|
-
version: 0.1.
|
|
7
|
+
version: 0.1.26
|
|
8
8
|
x-logo:
|
|
9
9
|
url: ./images/searchspring_logo.svg
|
|
10
10
|
altText: Searchspring Snap
|
|
@@ -2910,6 +2910,13 @@ components:
|
|
|
2910
2910
|
id: id
|
|
2911
2911
|
merchandising:
|
|
2912
2912
|
redirect: redirect
|
|
2913
|
+
campaigns:
|
|
2914
|
+
- id: id
|
|
2915
|
+
title: title
|
|
2916
|
+
type: type
|
|
2917
|
+
- id: id
|
|
2918
|
+
title: title
|
|
2919
|
+
type: type
|
|
2913
2920
|
content:
|
|
2914
2921
|
inline:
|
|
2915
2922
|
- config:
|
|
@@ -3147,6 +3154,13 @@ components:
|
|
|
3147
3154
|
SearchResponseModelMerchandising:
|
|
3148
3155
|
example:
|
|
3149
3156
|
redirect: redirect
|
|
3157
|
+
campaigns:
|
|
3158
|
+
- id: id
|
|
3159
|
+
title: title
|
|
3160
|
+
type: type
|
|
3161
|
+
- id: id
|
|
3162
|
+
title: title
|
|
3163
|
+
type: type
|
|
3150
3164
|
content:
|
|
3151
3165
|
inline:
|
|
3152
3166
|
- config:
|
|
@@ -3172,6 +3186,10 @@ components:
|
|
|
3172
3186
|
properties:
|
|
3173
3187
|
redirect:
|
|
3174
3188
|
type: string
|
|
3189
|
+
campaigns:
|
|
3190
|
+
items:
|
|
3191
|
+
$ref: '#/components/schemas/SearchResponseModelMerchandising_campaigns'
|
|
3192
|
+
type: array
|
|
3175
3193
|
content:
|
|
3176
3194
|
$ref: '#/components/schemas/SearchResponseModelMerchandising_content'
|
|
3177
3195
|
type: object
|
|
@@ -3619,6 +3637,19 @@ components:
|
|
|
3619
3637
|
active:
|
|
3620
3638
|
$ref: '#/components/schemas/SearchRequestModelFilterRange_allOf_value'
|
|
3621
3639
|
type: object
|
|
3640
|
+
SearchResponseModelMerchandising_campaigns:
|
|
3641
|
+
example:
|
|
3642
|
+
id: id
|
|
3643
|
+
title: title
|
|
3644
|
+
type: type
|
|
3645
|
+
properties:
|
|
3646
|
+
id:
|
|
3647
|
+
type: string
|
|
3648
|
+
title:
|
|
3649
|
+
type: string
|
|
3650
|
+
type:
|
|
3651
|
+
type: string
|
|
3652
|
+
type: object
|
|
3622
3653
|
SearchResponseModelMerchandising_content_config_position:
|
|
3623
3654
|
example:
|
|
3624
3655
|
index: 2.027123023002322
|