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 +4 -4
- data/lib/late-sdk/version.rb +1 -1
- data/openapi.yaml +6 -4
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e1e3bf60eb8d86f8c60a63b6be3c9ad6830de0c21b6a43c18cc8e25a2845c325
|
|
4
|
+
data.tar.gz: d345501b797c362577eaa2712b14a04659f5e133a44f3d8bc1b0484c077a8953
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fdb6fa228adcf8f6f05af912f24a5a54132c5c14f3a751e61cf6f7dc41437e0648b72583ba202e7b583c384ee61c187e4b96b6990d239b1029da086691e0e487
|
|
7
|
+
data.tar.gz: 0fd704dd6f4e320b0f42fe49c137153a340617880302a8c6b332b0d75f7f9f4d4cb3494ee8da8bf29d471369b8891e7142f9f3f1588316dec7d01334c28f7630
|
data/lib/late-sdk/version.rb
CHANGED
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
|
|
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
|
|
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
|
|
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
|
|
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:
|