@searchspring/snapi-oas 0.1.27 → 0.1.28
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 +9 -1
- package/spec/v1/snapi.oas.v1.yaml +11 -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.28",
|
|
10
10
|
"x-logo" : {
|
|
11
11
|
"url" : "./images/searchspring_logo.svg",
|
|
12
12
|
"altText" : "Searchspring Snap"
|
|
@@ -3757,6 +3757,14 @@
|
|
|
3757
3757
|
"domain" : {
|
|
3758
3758
|
"description" : "current website url",
|
|
3759
3759
|
"type" : "string"
|
|
3760
|
+
},
|
|
3761
|
+
"sessionId" : {
|
|
3762
|
+
"description" : "current session id",
|
|
3763
|
+
"type" : "string"
|
|
3764
|
+
},
|
|
3765
|
+
"pageLoadId" : {
|
|
3766
|
+
"description" : "randomly generated page id",
|
|
3767
|
+
"type" : "string"
|
|
3760
3768
|
}
|
|
3761
3769
|
},
|
|
3762
3770
|
"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.28
|
|
8
8
|
x-logo:
|
|
9
9
|
url: ./images/searchspring_logo.svg
|
|
10
10
|
altText: Searchspring Snap
|
|
@@ -2765,6 +2765,8 @@ components:
|
|
|
2765
2765
|
- segments
|
|
2766
2766
|
tracking:
|
|
2767
2767
|
domain: domain
|
|
2768
|
+
pageLoadId: pageLoadId
|
|
2769
|
+
sessionId: sessionId
|
|
2768
2770
|
userId: userId
|
|
2769
2771
|
facets:
|
|
2770
2772
|
autoDrillDown: true
|
|
@@ -3459,6 +3461,8 @@ components:
|
|
|
3459
3461
|
SearchRequestModel_tracking:
|
|
3460
3462
|
example:
|
|
3461
3463
|
domain: domain
|
|
3464
|
+
pageLoadId: pageLoadId
|
|
3465
|
+
sessionId: sessionId
|
|
3462
3466
|
userId: userId
|
|
3463
3467
|
properties:
|
|
3464
3468
|
userId:
|
|
@@ -3467,6 +3471,12 @@ components:
|
|
|
3467
3471
|
domain:
|
|
3468
3472
|
description: current website url
|
|
3469
3473
|
type: string
|
|
3474
|
+
sessionId:
|
|
3475
|
+
description: current session id
|
|
3476
|
+
type: string
|
|
3477
|
+
pageLoadId:
|
|
3478
|
+
description: randomly generated page id
|
|
3479
|
+
type: string
|
|
3470
3480
|
type: object
|
|
3471
3481
|
SearchRequestModel_personalization:
|
|
3472
3482
|
example:
|