@searchspring/snapi-oas 0.1.28 → 0.1.29
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.29",
|
|
10
10
|
"x-logo" : {
|
|
11
11
|
"url" : "./images/searchspring_logo.svg",
|
|
12
12
|
"altText" : "Searchspring Snap"
|
|
@@ -3744,6 +3744,9 @@
|
|
|
3744
3744
|
},
|
|
3745
3745
|
"intellisuggest" : {
|
|
3746
3746
|
"type" : "boolean"
|
|
3747
|
+
},
|
|
3748
|
+
"disableInlineBanners" : {
|
|
3749
|
+
"type" : "boolean"
|
|
3747
3750
|
}
|
|
3748
3751
|
},
|
|
3749
3752
|
"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.29
|
|
8
8
|
x-logo:
|
|
9
9
|
url: ./images/searchspring_logo.svg
|
|
10
10
|
altText: Searchspring Snap
|
|
@@ -2758,6 +2758,7 @@ components:
|
|
|
2758
2758
|
direction: asc
|
|
2759
2759
|
merchandising:
|
|
2760
2760
|
intellisuggest: true
|
|
2761
|
+
disableInlineBanners: true
|
|
2761
2762
|
landingPage: landingPage
|
|
2762
2763
|
disabled: true
|
|
2763
2764
|
segments:
|
|
@@ -3441,6 +3442,7 @@ components:
|
|
|
3441
3442
|
SearchRequestModel_merchandising:
|
|
3442
3443
|
example:
|
|
3443
3444
|
intellisuggest: true
|
|
3445
|
+
disableInlineBanners: true
|
|
3444
3446
|
landingPage: landingPage
|
|
3445
3447
|
disabled: true
|
|
3446
3448
|
segments:
|
|
@@ -3457,6 +3459,8 @@ components:
|
|
|
3457
3459
|
type: string
|
|
3458
3460
|
intellisuggest:
|
|
3459
3461
|
type: boolean
|
|
3462
|
+
disableInlineBanners:
|
|
3463
|
+
type: boolean
|
|
3460
3464
|
type: object
|
|
3461
3465
|
SearchRequestModel_tracking:
|
|
3462
3466
|
example:
|