Skip to content

Commit 6d46288

Browse files
chore: regenerate from OpenAPI spec
- Auto-generated SDK updates - Version: 1.4.183
1 parent c69bb36 commit 6d46288

5 files changed

Lines changed: 10 additions & 6 deletions

File tree

openapi.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11602,7 +11602,11 @@ paths:
1160211602
operationId: deleteProfile
1160311603
tags: [Profiles]
1160411604
summary: Delete profile
11605-
description: Permanently deletes a profile by ID.
11605+
description: >-
11606+
Permanently deletes a profile. Active connected accounts block deletion
11607+
(returns 400) - disconnect them first. Any remaining disconnected
11608+
accounts and provisioned WhatsApp numbers are moved to another of your
11609+
profiles (a new one is created only if needed), never deleted.
1160611610
parameters:
1160711611
- name: profileId
1160811612
in: path
@@ -11617,7 +11621,7 @@ paths:
1161711621
$ref: '#/components/schemas/ProfileDeleteResponse'
1161811622
example:
1161911623
message: "Profile deleted successfully"
11620-
'400': { description: Has connected accounts }
11624+
'400': { description: Profile has active connected accounts; disconnect them first }
1162111625
'401': { $ref: '#/components/responses/Unauthorized' }
1162211626
'403': { description: Forbidden }
1162311627
'404': { $ref: '#/components/responses/NotFound' }

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "zernio-sdk"
3-
version = "1.4.182"
3+
version = "1.4.183"
44
description = "The official Python library for the Zernio 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
@@ -42,7 +42,7 @@
4242
Visibility,
4343
)
4444

45-
__version__ = "1.4.182"
45+
__version__ = "1.4.183"
4646

4747
__all__ = [
4848
# 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-06-30T16:58:58+00:00
3+
# timestamp: 2026-06-30T20:05:43+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)