@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 CHANGED
@@ -1,4 +1,4 @@
1
- # Snap API OpenAPI Specification v0.1.30
1
+ # Snap API OpenAPI Specification v0.1.31
2
2
 
3
3
  https://searchspring.github.io/snapi-oas/
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@searchspring/snapi-oas",
3
- "version": "0.1.30",
3
+ "version": "0.1.31",
4
4
  "description": "Snap OpenAPI Specification",
5
5
  "author": "Searchspring",
6
6
  "license": "MIT",
@@ -6,7 +6,7 @@
6
6
  },
7
7
  "description" : "Searchspring Snap Search API",
8
8
  "title" : "snAPI",
9
- "version" : "0.1.30",
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.30
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: