@searchspring/snapi-oas 0.1.38 → 0.1.39

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.38
1
+ # Snap API OpenAPI Specification v0.1.39
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.38",
3
+ "version": "0.1.39",
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.38",
9
+ "version" : "0.1.39",
10
10
  "x-logo" : {
11
11
  "url" : "./images/searchspring_logo.svg",
12
12
  "altText" : "Searchspring Snap"
@@ -3898,7 +3898,7 @@
3898
3898
  },
3899
3899
  "matchType" : {
3900
3900
  "description" : "Indicates the type of search matching that was required for this search. Will return \"expanded\" when an Expanded Search is applied after finding zero results for the initial strict search.",
3901
- "enum" : [ "expanded" ],
3901
+ "enum" : [ "expanded", "primary" ],
3902
3902
  "type" : "string"
3903
3903
  }
3904
3904
  },
@@ -4,7 +4,7 @@ info:
4
4
  name: Searchspring
5
5
  description: Searchspring Snap Search API
6
6
  title: snAPI
7
- version: 0.1.38
7
+ version: 0.1.39
8
8
  x-logo:
9
9
  url: ./images/searchspring_logo.svg
10
10
  altText: Searchspring Snap
@@ -3663,6 +3663,7 @@ components:
3663
3663
  after finding zero results for the initial strict search.
3664
3664
  enum:
3665
3665
  - expanded
3666
+ - primary
3666
3667
  type: string
3667
3668
  type: object
3668
3669
  SearchResponseModel_pagination: