@searchspring/snapi-oas 0.1.44 → 0.1.45

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 CHANGED
@@ -1,4 +1,4 @@
1
- # Snap API OpenAPI Specification v0.1.44
1
+ # Snap API OpenAPI Specification v0.1.45
2
2
 
3
3
  https://searchspring.github.io/snapi-oas/
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@searchspring/snapi-oas",
3
- "version": "0.1.44",
3
+ "version": "0.1.45",
4
4
  "description": "Snap OpenAPI Specification",
5
5
  "author": "Searchspring",
6
6
  "license": "MIT",
@@ -6,7 +6,7 @@
6
6
  },
7
7
  "description" : "Searchspring Snap Search API",
8
8
  "title" : "snAPI",
9
- "version" : "0.1.44",
9
+ "version" : "0.1.45",
10
10
  "x-logo" : {
11
11
  "url" : "./images/searchspring_logo.svg",
12
12
  "altText" : "Searchspring Snap"
@@ -547,6 +547,9 @@
547
547
  "merchandising" : {
548
548
  "redirect" : "",
549
549
  "content" : { }
550
+ },
551
+ "tracking" : {
552
+ "responseId" : "248176b4-7929-4c32-a8cf-484073befe28"
550
553
  }
551
554
  }
552
555
  },
@@ -884,6 +887,9 @@
884
887
  "merchandising" : {
885
888
  "redirect" : "",
886
889
  "content" : { }
890
+ },
891
+ "tracking" : {
892
+ "responseId" : "248176b4-7929-4c32-a8cf-484073befe28"
887
893
  }
888
894
  }
889
895
  },
@@ -1876,6 +1882,9 @@
1876
1882
  "merchandising" : {
1877
1883
  "redirect" : "",
1878
1884
  "content" : { }
1885
+ },
1886
+ "tracking" : {
1887
+ "responseId" : "aa6967b1-9685-4eb8-94ff-27d139dcfb89"
1879
1888
  }
1880
1889
  }
1881
1890
  },
@@ -2992,6 +3001,9 @@
2992
3001
  "merchandising" : {
2993
3002
  "redirect" : "",
2994
3003
  "content" : { }
3004
+ },
3005
+ "tracking" : {
3006
+ "responseId" : "aa6967b1-9685-4eb8-94ff-27d139dcfb89"
2995
3007
  }
2996
3008
  }
2997
3009
  },
@@ -3293,6 +3305,7 @@
3293
3305
  "$ref" : "#/components/schemas/SearchResponseModelTracking"
3294
3306
  }
3295
3307
  },
3308
+ "required" : [ "tracking" ],
3296
3309
  "title" : "Search Response Data Model",
3297
3310
  "type" : "object"
3298
3311
  },
@@ -3511,6 +3524,7 @@
3511
3524
  "type" : "string"
3512
3525
  }
3513
3526
  },
3527
+ "required" : [ "responseId" ],
3514
3528
  "type" : "object"
3515
3529
  },
3516
3530
  "MetaResponseModel" : {
@@ -3705,7 +3719,8 @@
3705
3719
  "type" : "string"
3706
3720
  },
3707
3721
  "source" : {
3708
- "description" : "source of the autocomplete request (\"historical\", \"popular\", \"suggested\" or \"typed\")",
3722
+ "description" : "source of the autocomplete request",
3723
+ "enum" : [ "historical", "trending", "suggested", "typed" ],
3709
3724
  "type" : "string"
3710
3725
  }
3711
3726
  },
@@ -4,7 +4,7 @@ info:
4
4
  name: Searchspring
5
5
  description: Searchspring Snap Search API
6
6
  title: snAPI
7
- version: 0.1.44
7
+ version: 0.1.45
8
8
  x-logo:
9
9
  url: ./images/searchspring_logo.svg
10
10
  altText: Searchspring Snap
@@ -478,6 +478,8 @@ components:
478
478
  merchandising:
479
479
  redirect: ""
480
480
  content: {}
481
+ tracking:
482
+ responseId: 248176b4-7929-4c32-a8cf-484073befe28
481
483
  autocomplete-response-example-2:
482
484
  value:
483
485
  autocomplete:
@@ -810,6 +812,8 @@ components:
810
812
  merchandising:
811
813
  redirect: ""
812
814
  content: {}
815
+ tracking:
816
+ responseId: 248176b4-7929-4c32-a8cf-484073befe28
813
817
  search-request-example-1:
814
818
  value:
815
819
  siteId: scmq7n
@@ -1668,6 +1672,8 @@ components:
1668
1672
  merchandising:
1669
1673
  redirect: ""
1670
1674
  content: {}
1675
+ tracking:
1676
+ responseId: aa6967b1-9685-4eb8-94ff-27d139dcfb89
1671
1677
  search-response-example-2:
1672
1678
  value:
1673
1679
  search:
@@ -2618,6 +2624,8 @@ components:
2618
2624
  merchandising:
2619
2625
  redirect: ""
2620
2626
  content: {}
2627
+ tracking:
2628
+ responseId: aa6967b1-9685-4eb8-94ff-27d139dcfb89
2621
2629
  meta-request-example-1:
2622
2630
  value:
2623
2631
  siteId: scmq7n
@@ -3033,6 +3041,8 @@ components:
3033
3041
  $ref: '#/components/schemas/SearchResponseModelMerchandising'
3034
3042
  tracking:
3035
3043
  $ref: '#/components/schemas/SearchResponseModelTracking'
3044
+ required:
3045
+ - tracking
3036
3046
  title: Search Response Data Model
3037
3047
  type: object
3038
3048
  SearchResponseModelFilter:
@@ -3288,6 +3298,8 @@ components:
3288
3298
  properties:
3289
3299
  responseId:
3290
3300
  type: string
3301
+ required:
3302
+ - responseId
3291
3303
  type: object
3292
3304
  MetaResponseModel:
3293
3305
  example:
@@ -3488,8 +3500,12 @@ components:
3488
3500
  description: current input from the user
3489
3501
  type: string
3490
3502
  source:
3491
- description: source of the autocomplete request ("historical", "popular",
3492
- "suggested" or "typed")
3503
+ description: source of the autocomplete request
3504
+ enum:
3505
+ - historical
3506
+ - trending
3507
+ - suggested
3508
+ - typed
3493
3509
  type: string
3494
3510
  type: object
3495
3511
  AutocompleteResponseModel_allOf_autocomplete_suggested: