@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 +1 -1
- package/package.json +1 -1
- package/spec/v1/snapi.oas.v1.json +2 -2
- package/spec/v1/snapi.oas.v1.yaml +2 -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.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.
|
|
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:
|