@searchspring/snapi-oas 0.1.23 → 0.1.24

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.23
1
+ # Snap API OpenAPI Specification v0.1.24
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.23",
3
+ "version": "0.1.24",
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.23",
9
+ "version" : "0.1.24",
10
10
  "x-logo" : {
11
11
  "url" : "./images/searchspring_logo.svg",
12
12
  "altText" : "Searchspring Snap"
@@ -3698,6 +3698,9 @@
3698
3698
  },
3699
3699
  "SearchRequestModel_facets" : {
3700
3700
  "properties" : {
3701
+ "autoDrillDown" : {
3702
+ "type" : "boolean"
3703
+ },
3701
3704
  "limit" : {
3702
3705
  "type" : "integer"
3703
3706
  },
@@ -4,7 +4,7 @@ info:
4
4
  name: Searchspring
5
5
  description: Searchspring Snap Search API
6
6
  title: snAPI
7
- version: 0.1.23
7
+ version: 0.1.24
8
8
  x-logo:
9
9
  url: ./images/searchspring_logo.svg
10
10
  altText: Searchspring Snap
@@ -2766,6 +2766,7 @@ components:
2766
2766
  domain: domain
2767
2767
  userId: userId
2768
2768
  facets:
2769
+ autoDrillDown: true
2769
2770
  valueLimit: 5
2770
2771
  include:
2771
2772
  - include
@@ -3390,6 +3391,7 @@ components:
3390
3391
  type: object
3391
3392
  SearchRequestModel_facets:
3392
3393
  example:
3394
+ autoDrillDown: true
3393
3395
  valueLimit: 5
3394
3396
  include:
3395
3397
  - include
@@ -3399,6 +3401,8 @@ components:
3399
3401
  - exclude
3400
3402
  - exclude
3401
3403
  properties:
3404
+ autoDrillDown:
3405
+ type: boolean
3402
3406
  limit:
3403
3407
  type: integer
3404
3408
  valueLimit: