@searchspring/snapi-oas 0.1.30 → 0.1.31
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 +5 -1
- package/spec/v1/snapi.oas.v1.yaml +7 -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.31",
|
|
10
10
|
"x-logo" : {
|
|
11
11
|
"url" : "./images/searchspring_logo.svg",
|
|
12
12
|
"altText" : "Searchspring Snap"
|
|
@@ -3686,6 +3686,10 @@
|
|
|
3686
3686
|
"description" : "Original query if spell correction occured.",
|
|
3687
3687
|
"type" : "string"
|
|
3688
3688
|
},
|
|
3689
|
+
"fallbackQuery" : {
|
|
3690
|
+
"description" : "Integrated spell correction parameter is used as a fallback when the query parameter fails to return results.",
|
|
3691
|
+
"type" : "string"
|
|
3692
|
+
},
|
|
3689
3693
|
"redirectResponse" : {
|
|
3690
3694
|
"description" : "Changes how Redirects behave in the response.",
|
|
3691
3695
|
"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.31
|
|
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
|
|
@@ -3388,6 +3389,7 @@ components:
|
|
|
3388
3389
|
spellCorrection: true
|
|
3389
3390
|
originalQuery: originalQuery
|
|
3390
3391
|
redirectResponse: full
|
|
3392
|
+
fallbackQuery: fallbackQuery
|
|
3391
3393
|
subQuery: subQuery
|
|
3392
3394
|
properties:
|
|
3393
3395
|
query:
|
|
@@ -3397,6 +3399,10 @@ components:
|
|
|
3397
3399
|
originalQuery:
|
|
3398
3400
|
description: Original query if spell correction occured.
|
|
3399
3401
|
type: string
|
|
3402
|
+
fallbackQuery:
|
|
3403
|
+
description: Integrated spell correction parameter is used as a fallback
|
|
3404
|
+
when the query parameter fails to return results.
|
|
3405
|
+
type: string
|
|
3400
3406
|
redirectResponse:
|
|
3401
3407
|
description: Changes how Redirects behave in the response.
|
|
3402
3408
|
enum:
|