@searchspring/snapi-oas 0.1.35 → 0.1.36

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.35
1
+ # Snap API OpenAPI Specification v0.1.36
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.35",
3
+ "version": "0.1.36",
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.35",
9
+ "version" : "0.1.36",
10
10
  "x-logo" : {
11
11
  "url" : "./images/searchspring_logo.svg",
12
12
  "altText" : "Searchspring Snap"
@@ -4117,13 +4117,13 @@
4117
4117
  },
4118
4118
  "MetaResponseModel_badges_locations" : {
4119
4119
  "properties" : {
4120
- "overlay/left" : {
4120
+ "left" : {
4121
4121
  "items" : {
4122
4122
  "$ref" : "#/components/schemas/MetaResponseModelBadgeLocation"
4123
4123
  },
4124
4124
  "type" : "array"
4125
4125
  },
4126
- "overlay/right" : {
4126
+ "right" : {
4127
4127
  "items" : {
4128
4128
  "$ref" : "#/components/schemas/MetaResponseModelBadgeLocation"
4129
4129
  },
@@ -4136,7 +4136,7 @@
4136
4136
  "type" : "array"
4137
4137
  }
4138
4138
  },
4139
- "required" : [ "callout", "overlay/left", "overlay/right" ],
4139
+ "required" : [ "callout", "left", "right" ],
4140
4140
  "type" : "object"
4141
4141
  },
4142
4142
  "MetaResponseModel_badges" : {
@@ -4,7 +4,7 @@ info:
4
4
  name: Searchspring
5
5
  description: Searchspring Snap Search API
6
6
  title: snAPI
7
- version: 0.1.35
7
+ version: 0.1.36
8
8
  x-logo:
9
9
  url: ./images/searchspring_logo.svg
10
10
  altText: Searchspring Snap
@@ -3220,21 +3220,21 @@ components:
3220
3220
  example:
3221
3221
  badges:
3222
3222
  locations:
3223
- overlay/right:
3223
+ callout:
3224
3224
  - name: name
3225
3225
  description: description
3226
3226
  tag: tag
3227
3227
  - name: name
3228
3228
  description: description
3229
3229
  tag: tag
3230
- callout:
3230
+ left:
3231
3231
  - name: name
3232
3232
  description: description
3233
3233
  tag: tag
3234
3234
  - name: name
3235
3235
  description: description
3236
3236
  tag: tag
3237
- overlay/left:
3237
+ right:
3238
3238
  - name: name
3239
3239
  description: description
3240
3240
  tag: tag
@@ -3877,21 +3877,21 @@ components:
3877
3877
  type: object
3878
3878
  MetaResponseModel_badges_locations:
3879
3879
  example:
3880
- overlay/right:
3880
+ callout:
3881
3881
  - name: name
3882
3882
  description: description
3883
3883
  tag: tag
3884
3884
  - name: name
3885
3885
  description: description
3886
3886
  tag: tag
3887
- callout:
3887
+ left:
3888
3888
  - name: name
3889
3889
  description: description
3890
3890
  tag: tag
3891
3891
  - name: name
3892
3892
  description: description
3893
3893
  tag: tag
3894
- overlay/left:
3894
+ right:
3895
3895
  - name: name
3896
3896
  description: description
3897
3897
  tag: tag
@@ -3899,11 +3899,11 @@ components:
3899
3899
  description: description
3900
3900
  tag: tag
3901
3901
  properties:
3902
- overlay/left:
3902
+ left:
3903
3903
  items:
3904
3904
  $ref: '#/components/schemas/MetaResponseModelBadgeLocation'
3905
3905
  type: array
3906
- overlay/right:
3906
+ right:
3907
3907
  items:
3908
3908
  $ref: '#/components/schemas/MetaResponseModelBadgeLocation'
3909
3909
  type: array
@@ -3913,27 +3913,27 @@ components:
3913
3913
  type: array
3914
3914
  required:
3915
3915
  - callout
3916
- - overlay/left
3917
- - overlay/right
3916
+ - left
3917
+ - right
3918
3918
  type: object
3919
3919
  MetaResponseModel_badges:
3920
3920
  example:
3921
3921
  locations:
3922
- overlay/right:
3922
+ callout:
3923
3923
  - name: name
3924
3924
  description: description
3925
3925
  tag: tag
3926
3926
  - name: name
3927
3927
  description: description
3928
3928
  tag: tag
3929
- callout:
3929
+ left:
3930
3930
  - name: name
3931
3931
  description: description
3932
3932
  tag: tag
3933
3933
  - name: name
3934
3934
  description: description
3935
3935
  tag: tag
3936
- overlay/left:
3936
+ right:
3937
3937
  - name: name
3938
3938
  description: description
3939
3939
  tag: tag