Skip to content

Commit 6de40b7

Browse files
chore: regenerate from OpenAPI spec
- Auto-generated SDK updates - Version: 1.2.88
1 parent 3ea800b commit 6de40b7

5 files changed

Lines changed: 10 additions & 8 deletions

File tree

openapi.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6200,12 +6200,13 @@ paths:
62006200
example:
62016201
error: "This endpoint is only available for Google Business Profile accounts"
62026202
'401':
6203-
description: Unauthorized or token expired
6203+
description: Unauthorized or token invalid
62046204
content:
62056205
application/json:
62066206
schema: { $ref: '#/components/schemas/ErrorResponse' }
62076207
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"
62096210
'403':
62106211
description: Permission denied for this location
62116212
content:
@@ -6284,12 +6285,13 @@ paths:
62846285
example:
62856286
error: "This endpoint is only available for Google Business Profile accounts"
62866287
'401':
6287-
description: Unauthorized or token expired
6288+
description: Unauthorized or token invalid
62886289
content:
62896290
application/json:
62906291
schema: { $ref: '#/components/schemas/ErrorResponse' }
62916292
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"
62936295
'403':
62946296
description: Permission denied for this location
62956297
content:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "late-sdk"
3-
version = "1.2.87"
3+
version = "1.2.88"
44
description = "The official Python library for the Late API"
55
readme = "README.md"
66
requires-python = ">=3.10"

src/late/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
Visibility,
3232
)
3333

34-
__version__ = "1.2.87"
34+
__version__ = "1.2.88"
3535

3636
__all__ = [
3737
# Client

src/late/models/_generated/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# generated by datamodel-codegen:
22
# filename: openapi.yaml
3-
# timestamp: 2026-03-16T12:16:20+00:00
3+
# timestamp: 2026-03-16T13:06:55+00:00
44

55
from __future__ import annotations
66

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)