@searchspring/snapi-oas 0.1.26 → 0.1.27
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 +4 -1
- package/spec/v1/snapi.oas.v1.yaml +5 -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.27",
|
|
10
10
|
"x-logo" : {
|
|
11
11
|
"url" : "./images/searchspring_logo.svg",
|
|
12
12
|
"altText" : "Searchspring Snap"
|
|
@@ -3741,6 +3741,9 @@
|
|
|
3741
3741
|
},
|
|
3742
3742
|
"landingPage" : {
|
|
3743
3743
|
"type" : "string"
|
|
3744
|
+
},
|
|
3745
|
+
"intellisuggest" : {
|
|
3746
|
+
"type" : "boolean"
|
|
3744
3747
|
}
|
|
3745
3748
|
},
|
|
3746
3749
|
"type" : "object"
|
|
@@ -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.27
|
|
8
8
|
x-logo:
|
|
9
9
|
url: ./images/searchspring_logo.svg
|
|
10
10
|
altText: Searchspring Snap
|
|
@@ -2757,6 +2757,7 @@ components:
|
|
|
2757
2757
|
- field: field
|
|
2758
2758
|
direction: asc
|
|
2759
2759
|
merchandising:
|
|
2760
|
+
intellisuggest: true
|
|
2760
2761
|
landingPage: landingPage
|
|
2761
2762
|
disabled: true
|
|
2762
2763
|
segments:
|
|
@@ -3437,6 +3438,7 @@ components:
|
|
|
3437
3438
|
type: object
|
|
3438
3439
|
SearchRequestModel_merchandising:
|
|
3439
3440
|
example:
|
|
3441
|
+
intellisuggest: true
|
|
3440
3442
|
landingPage: landingPage
|
|
3441
3443
|
disabled: true
|
|
3442
3444
|
segments:
|
|
@@ -3451,6 +3453,8 @@ components:
|
|
|
3451
3453
|
type: array
|
|
3452
3454
|
landingPage:
|
|
3453
3455
|
type: string
|
|
3456
|
+
intellisuggest:
|
|
3457
|
+
type: boolean
|
|
3454
3458
|
type: object
|
|
3455
3459
|
SearchRequestModel_tracking:
|
|
3456
3460
|
example:
|