@searchspring/snapi-oas 0.1.26 → 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 +15 -1
- package/spec/v1/snapi.oas.v1.yaml +19 -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"
|
|
@@ -3741,6 +3741,12 @@
|
|
|
3741
3741
|
},
|
|
3742
3742
|
"landingPage" : {
|
|
3743
3743
|
"type" : "string"
|
|
3744
|
+
},
|
|
3745
|
+
"intellisuggest" : {
|
|
3746
|
+
"type" : "boolean"
|
|
3747
|
+
},
|
|
3748
|
+
"disableInlineBanners" : {
|
|
3749
|
+
"type" : "boolean"
|
|
3744
3750
|
}
|
|
3745
3751
|
},
|
|
3746
3752
|
"type" : "object"
|
|
@@ -3754,6 +3760,14 @@
|
|
|
3754
3760
|
"domain" : {
|
|
3755
3761
|
"description" : "current website url",
|
|
3756
3762
|
"type" : "string"
|
|
3763
|
+
},
|
|
3764
|
+
"sessionId" : {
|
|
3765
|
+
"description" : "current session id",
|
|
3766
|
+
"type" : "string"
|
|
3767
|
+
},
|
|
3768
|
+
"pageLoadId" : {
|
|
3769
|
+
"description" : "randomly generated page id",
|
|
3770
|
+
"type" : "string"
|
|
3757
3771
|
}
|
|
3758
3772
|
},
|
|
3759
3773
|
"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
|
|
@@ -2757,6 +2757,8 @@ components:
|
|
|
2757
2757
|
- field: field
|
|
2758
2758
|
direction: asc
|
|
2759
2759
|
merchandising:
|
|
2760
|
+
intellisuggest: true
|
|
2761
|
+
disableInlineBanners: true
|
|
2760
2762
|
landingPage: landingPage
|
|
2761
2763
|
disabled: true
|
|
2762
2764
|
segments:
|
|
@@ -2764,6 +2766,8 @@ components:
|
|
|
2764
2766
|
- segments
|
|
2765
2767
|
tracking:
|
|
2766
2768
|
domain: domain
|
|
2769
|
+
pageLoadId: pageLoadId
|
|
2770
|
+
sessionId: sessionId
|
|
2767
2771
|
userId: userId
|
|
2768
2772
|
facets:
|
|
2769
2773
|
autoDrillDown: true
|
|
@@ -3437,6 +3441,8 @@ components:
|
|
|
3437
3441
|
type: object
|
|
3438
3442
|
SearchRequestModel_merchandising:
|
|
3439
3443
|
example:
|
|
3444
|
+
intellisuggest: true
|
|
3445
|
+
disableInlineBanners: true
|
|
3440
3446
|
landingPage: landingPage
|
|
3441
3447
|
disabled: true
|
|
3442
3448
|
segments:
|
|
@@ -3451,10 +3457,16 @@ components:
|
|
|
3451
3457
|
type: array
|
|
3452
3458
|
landingPage:
|
|
3453
3459
|
type: string
|
|
3460
|
+
intellisuggest:
|
|
3461
|
+
type: boolean
|
|
3462
|
+
disableInlineBanners:
|
|
3463
|
+
type: boolean
|
|
3454
3464
|
type: object
|
|
3455
3465
|
SearchRequestModel_tracking:
|
|
3456
3466
|
example:
|
|
3457
3467
|
domain: domain
|
|
3468
|
+
pageLoadId: pageLoadId
|
|
3469
|
+
sessionId: sessionId
|
|
3458
3470
|
userId: userId
|
|
3459
3471
|
properties:
|
|
3460
3472
|
userId:
|
|
@@ -3463,6 +3475,12 @@ components:
|
|
|
3463
3475
|
domain:
|
|
3464
3476
|
description: current website url
|
|
3465
3477
|
type: string
|
|
3478
|
+
sessionId:
|
|
3479
|
+
description: current session id
|
|
3480
|
+
type: string
|
|
3481
|
+
pageLoadId:
|
|
3482
|
+
description: randomly generated page id
|
|
3483
|
+
type: string
|
|
3466
3484
|
type: object
|
|
3467
3485
|
SearchRequestModel_personalization:
|
|
3468
3486
|
example:
|