@searchspring/snapi-oas 0.1.45 → 0.1.46

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.45
1
+ # Snap API OpenAPI Specification v0.1.46
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.45",
3
+ "version": "0.1.46",
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.45",
9
+ "version" : "0.1.46",
10
10
  "x-logo" : {
11
11
  "url" : "./images/searchspring_logo.svg",
12
12
  "altText" : "Searchspring Snap"
@@ -3719,8 +3719,8 @@
3719
3719
  "type" : "string"
3720
3720
  },
3721
3721
  "source" : {
3722
- "description" : "source of the autocomplete request",
3723
- "enum" : [ "historical", "trending", "suggested", "typed" ],
3722
+ "description" : "Source of the autocomplete query",
3723
+ "enum" : [ "historical", "trending", "suggested", "input" ],
3724
3724
  "type" : "string"
3725
3725
  }
3726
3726
  },
@@ -4,7 +4,7 @@ info:
4
4
  name: Searchspring
5
5
  description: Searchspring Snap Search API
6
6
  title: snAPI
7
- version: 0.1.45
7
+ version: 0.1.46
8
8
  x-logo:
9
9
  url: ./images/searchspring_logo.svg
10
10
  altText: Searchspring Snap
@@ -3500,12 +3500,12 @@ components:
3500
3500
  description: current input from the user
3501
3501
  type: string
3502
3502
  source:
3503
- description: source of the autocomplete request
3503
+ description: Source of the autocomplete query
3504
3504
  enum:
3505
3505
  - historical
3506
3506
  - trending
3507
3507
  - suggested
3508
- - typed
3508
+ - input
3509
3509
  type: string
3510
3510
  type: object
3511
3511
  AutocompleteResponseModel_allOf_autocomplete_suggested: