@searchspring/snapi-oas 0.1.30 → 0.1.32
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 +8 -1
- package/spec/v1/snapi.oas.v1.yaml +11 -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.32",
|
|
10
10
|
"x-logo" : {
|
|
11
11
|
"url" : "./images/searchspring_logo.svg",
|
|
12
12
|
"altText" : "Searchspring Snap"
|
|
@@ -3440,6 +3440,9 @@
|
|
|
3440
3440
|
},
|
|
3441
3441
|
"type" : "array"
|
|
3442
3442
|
},
|
|
3443
|
+
"personalized" : {
|
|
3444
|
+
"type" : "boolean"
|
|
3445
|
+
},
|
|
3443
3446
|
"content" : {
|
|
3444
3447
|
"$ref" : "#/components/schemas/SearchResponseModelMerchandising_content"
|
|
3445
3448
|
}
|
|
@@ -3686,6 +3689,10 @@
|
|
|
3686
3689
|
"description" : "Original query if spell correction occured.",
|
|
3687
3690
|
"type" : "string"
|
|
3688
3691
|
},
|
|
3692
|
+
"fallbackQuery" : {
|
|
3693
|
+
"description" : "Integrated spell correction parameter is used as a fallback when the query parameter fails to return results.",
|
|
3694
|
+
"type" : "string"
|
|
3695
|
+
},
|
|
3689
3696
|
"redirectResponse" : {
|
|
3690
3697
|
"description" : "Changes how Redirects behave in the response.",
|
|
3691
3698
|
"enum" : [ "full", "minimal", "direct" ],
|
|
@@ -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.32
|
|
8
8
|
x-logo:
|
|
9
9
|
url: ./images/searchspring_logo.svg
|
|
10
10
|
altText: Searchspring Snap
|
|
@@ -2739,6 +2739,7 @@ components:
|
|
|
2739
2739
|
spellCorrection: true
|
|
2740
2740
|
originalQuery: originalQuery
|
|
2741
2741
|
redirectResponse: full
|
|
2742
|
+
fallbackQuery: fallbackQuery
|
|
2742
2743
|
subQuery: subQuery
|
|
2743
2744
|
pagination:
|
|
2744
2745
|
pageSize: 6
|
|
@@ -2920,6 +2921,7 @@ components:
|
|
|
2920
2921
|
- id: id
|
|
2921
2922
|
title: title
|
|
2922
2923
|
type: type
|
|
2924
|
+
personalized: true
|
|
2923
2925
|
content:
|
|
2924
2926
|
inline:
|
|
2925
2927
|
- config:
|
|
@@ -3164,6 +3166,7 @@ components:
|
|
|
3164
3166
|
- id: id
|
|
3165
3167
|
title: title
|
|
3166
3168
|
type: type
|
|
3169
|
+
personalized: true
|
|
3167
3170
|
content:
|
|
3168
3171
|
inline:
|
|
3169
3172
|
- config:
|
|
@@ -3193,6 +3196,8 @@ components:
|
|
|
3193
3196
|
items:
|
|
3194
3197
|
$ref: '#/components/schemas/SearchResponseModelMerchandising_campaigns'
|
|
3195
3198
|
type: array
|
|
3199
|
+
personalized:
|
|
3200
|
+
type: boolean
|
|
3196
3201
|
content:
|
|
3197
3202
|
$ref: '#/components/schemas/SearchResponseModelMerchandising_content'
|
|
3198
3203
|
type: object
|
|
@@ -3388,6 +3393,7 @@ components:
|
|
|
3388
3393
|
spellCorrection: true
|
|
3389
3394
|
originalQuery: originalQuery
|
|
3390
3395
|
redirectResponse: full
|
|
3396
|
+
fallbackQuery: fallbackQuery
|
|
3391
3397
|
subQuery: subQuery
|
|
3392
3398
|
properties:
|
|
3393
3399
|
query:
|
|
@@ -3397,6 +3403,10 @@ components:
|
|
|
3397
3403
|
originalQuery:
|
|
3398
3404
|
description: Original query if spell correction occured.
|
|
3399
3405
|
type: string
|
|
3406
|
+
fallbackQuery:
|
|
3407
|
+
description: Integrated spell correction parameter is used as a fallback
|
|
3408
|
+
when the query parameter fails to return results.
|
|
3409
|
+
type: string
|
|
3400
3410
|
redirectResponse:
|
|
3401
3411
|
description: Changes how Redirects behave in the response.
|
|
3402
3412
|
enum:
|