@searchspring/snapi-oas 0.1.31 → 0.1.32

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.31
1
+ # Snap API OpenAPI Specification v0.1.32
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.31",
3
+ "version": "0.1.32",
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.31",
9
+ "version" : "0.1.32",
10
10
  "x-logo" : {
11
11
  "url" : "./images/searchspring_logo.svg",
12
12
  "altText" : "Searchspring Snap"
@@ -3440,6 +3440,9 @@
3440
3440
  },
3441
3441
  "type" : "array"
3442
3442
  },
3443
+ "personalized" : {
3444
+ "type" : "boolean"
3445
+ },
3443
3446
  "content" : {
3444
3447
  "$ref" : "#/components/schemas/SearchResponseModelMerchandising_content"
3445
3448
  }
@@ -4,7 +4,7 @@ info:
4
4
  name: Searchspring
5
5
  description: Searchspring Snap Search API
6
6
  title: snAPI
7
- version: 0.1.31
7
+ version: 0.1.32
8
8
  x-logo:
9
9
  url: ./images/searchspring_logo.svg
10
10
  altText: Searchspring Snap
@@ -2921,6 +2921,7 @@ components:
2921
2921
  - id: id
2922
2922
  title: title
2923
2923
  type: type
2924
+ personalized: true
2924
2925
  content:
2925
2926
  inline:
2926
2927
  - config:
@@ -3165,6 +3166,7 @@ components:
3165
3166
  - id: id
3166
3167
  title: title
3167
3168
  type: type
3169
+ personalized: true
3168
3170
  content:
3169
3171
  inline:
3170
3172
  - config:
@@ -3194,6 +3196,8 @@ components:
3194
3196
  items:
3195
3197
  $ref: '#/components/schemas/SearchResponseModelMerchandising_campaigns'
3196
3198
  type: array
3199
+ personalized:
3200
+ type: boolean
3197
3201
  content:
3198
3202
  $ref: '#/components/schemas/SearchResponseModelMerchandising_content'
3199
3203
  type: object