late-sdk 0.0.55 → 0.0.56

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 265613b81ca220feb183d23f993c34495433c1b9932b3823c09031a0fb69168f
4
- data.tar.gz: 2898e793cf8453ee10bcae0a17c4695950138b1127b9e9c58b6588bc6e12b177
3
+ metadata.gz: e1e3bf60eb8d86f8c60a63b6be3c9ad6830de0c21b6a43c18cc8e25a2845c325
4
+ data.tar.gz: d345501b797c362577eaa2712b14a04659f5e133a44f3d8bc1b0484c077a8953
5
5
  SHA512:
6
- metadata.gz: dc6ca8242a2110d7f4243325208d3ef947cace31597d5ce121e72809ffed5d6b126237bdd7a06a18f4a10d17e6381032ac3ea824c6591f23e680f95e163c4320
7
- data.tar.gz: dd88e38e48e0184f7fd215415b5399cd320148396e263c77700faebdf6e29f86f9eb92c363db330f58bdf5810e4024cdd3a1391fe5fe2da68fca933a4bdbc562
6
+ metadata.gz: fdb6fa228adcf8f6f05af912f24a5a54132c5c14f3a751e61cf6f7dc41437e0648b72583ba202e7b583c384ee61c187e4b96b6990d239b1029da086691e0e487
7
+ data.tar.gz: 0fd704dd6f4e320b0f42fe49c137153a340617880302a8c6b332b0d75f7f9f4d4cb3494ee8da8bf29d471369b8891e7142f9f3f1588316dec7d01334c28f7630
@@ -11,5 +11,5 @@ Generator version: 7.19.0
11
11
  =end
12
12
 
13
13
  module Late
14
- VERSION = '0.0.55'
14
+ VERSION = '0.0.56'
15
15
  end
data/openapi.yaml CHANGED
@@ -6200,12 +6200,13 @@ paths:
6200
6200
  example:
6201
6201
  error: "This endpoint is only available for Google Business Profile accounts"
6202
6202
  '401':
6203
- description: Unauthorized or token expired
6203
+ description: Unauthorized or token invalid
6204
6204
  content:
6205
6205
  application/json:
6206
6206
  schema: { $ref: '#/components/schemas/ErrorResponse' }
6207
6207
  example:
6208
- error: "Access token expired. Please reconnect your Google Business Profile account."
6208
+ error: "Access token invalid. Please reconnect your Google Business Profile account."
6209
+ code: "token_invalid"
6209
6210
  '403':
6210
6211
  description: Permission denied for this location
6211
6212
  content:
@@ -6284,12 +6285,13 @@ paths:
6284
6285
  example:
6285
6286
  error: "This endpoint is only available for Google Business Profile accounts"
6286
6287
  '401':
6287
- description: Unauthorized or token expired
6288
+ description: Unauthorized or token invalid
6288
6289
  content:
6289
6290
  application/json:
6290
6291
  schema: { $ref: '#/components/schemas/ErrorResponse' }
6291
6292
  example:
6292
- error: "Access token expired. Please reconnect your Google Business Profile account."
6293
+ error: "Access token invalid. Please reconnect your Google Business Profile account."
6294
+ code: "token_invalid"
6293
6295
  '403':
6294
6296
  description: Permission denied for this location
6295
6297
  content:
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: late-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.55
4
+ version: 0.0.56
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator