From 7f747b7c6dcc00b959b2023ec3d4dc04a73d6a27 Mon Sep 17 00:00:00 2001 From: speakeasybot Date: Wed, 18 Dec 2024 00:13:55 +0000 Subject: [PATCH] ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.456.0 --- .speakeasy/gen.lock | 11 ++++++----- .speakeasy/workflow.lock | 10 +++++----- RELEASES.md | 12 +++++++++++- gen.yaml | 2 +- setup.py | 2 +- src/ding/sdkconfiguration.py | 6 +++--- 6 files changed, 27 insertions(+), 16 deletions(-) diff --git a/.speakeasy/gen.lock b/.speakeasy/gen.lock index 9bb5eb8..0c13920 100755 --- a/.speakeasy/gen.lock +++ b/.speakeasy/gen.lock @@ -3,10 +3,10 @@ id: 81c437b1-ab8d-4cec-8b8f-8f71d1bdb7a2 management: docChecksum: 7b0a21df5c4526c3e13357d16d9397df docVersion: 1.0.0 - speakeasyVersion: 1.455.7 - generationVersion: 2.480.1 - releaseVersion: 3.9.50 - configChecksum: 54a0331bdedfd337e99d286d4fd6b867 + speakeasyVersion: 1.456.0 + generationVersion: 2.481.0 + releaseVersion: 3.9.51 + configChecksum: c49b0b8c4fb04cccef264c49240b9ced repoURL: https://github.com/ding-live/ding-python.git repoSubDirectory: . installationURL: https://github.com/ding-live/ding-python.git @@ -121,7 +121,8 @@ examples: responses: "400": application/json: {"code": "invalid_phone_number", "message": "+0 is not a valid phone number", "doc_url": "https://docs.prelude.so/api-reference/errors#invalid_phone_number"} - "200": {} + "200": + application/json: {} default: application/json: {"code": "invalid_phone_number", "message": "+0 is not a valid phone number", "doc_url": "https://docs.prelude.so/api-reference/errors#invalid_phone_number"} check: diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock index afe355f..5b2ef04 100644 --- a/.speakeasy/workflow.lock +++ b/.speakeasy/workflow.lock @@ -1,21 +1,21 @@ -speakeasyVersion: 1.455.7 +speakeasyVersion: 1.456.0 sources: my-source: sourceNamespace: my-source - sourceRevisionDigest: sha256:43224415537a59d8e400180104001270d44f9301a61a2164570f4a6a8401e2fd + sourceRevisionDigest: sha256:772cc1c18772abbc7523d88b7bda6932ba4794ada81047c86f72cc0fa140aa80 sourceBlobDigest: sha256:1bc8346f862d17395d3ec227c51c74504f59eabaf83eb40c2932c517c8a40bf8 tags: - latest - - speakeasy-sdk-regen-1734394440 + - speakeasy-sdk-regen-1734480807 - 1.0.0 targets: ding-api-client: source: my-source sourceNamespace: my-source - sourceRevisionDigest: sha256:43224415537a59d8e400180104001270d44f9301a61a2164570f4a6a8401e2fd + sourceRevisionDigest: sha256:772cc1c18772abbc7523d88b7bda6932ba4794ada81047c86f72cc0fa140aa80 sourceBlobDigest: sha256:1bc8346f862d17395d3ec227c51c74504f59eabaf83eb40c2932c517c8a40bf8 codeSamplesNamespace: my-source-python-code-samples - codeSamplesRevisionDigest: sha256:0b110d278490a4d07f4f65c0180a3a61b4e263646cccb4abdd8b5aa1ca9e45e8 + codeSamplesRevisionDigest: sha256:a7fc251985c28b76b192892955c4907df8a304a1ac0dc4b74c1783e34d351fe6 workflow: workflowVersion: 1.0.0 speakeasyVersion: latest diff --git a/RELEASES.md b/RELEASES.md index bd4b520..ac1df8a 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1058,4 +1058,14 @@ Based on: ### Generated - [python v3.9.50] . ### Releases -- [PyPI v3.9.50] https://pypi.org/project/ding_api_client/3.9.50 - . \ No newline at end of file +- [PyPI v3.9.50] https://pypi.org/project/ding_api_client/3.9.50 - . + +## 2024-12-18 00:13:24 +### Changes +Based on: +- OpenAPI Doc +- Speakeasy CLI 1.456.0 (2.481.0) https://github.com/speakeasy-api/speakeasy +### Generated +- [python v3.9.51] . +### Releases +- [PyPI v3.9.51] https://pypi.org/project/ding_api_client/3.9.51 - . \ No newline at end of file diff --git a/gen.yaml b/gen.yaml index 9b575f6..a46f8a5 100755 --- a/gen.yaml +++ b/gen.yaml @@ -12,7 +12,7 @@ generation: oAuth2ClientCredentialsEnabled: false oAuth2PasswordEnabled: false python: - version: 3.9.50 + version: 3.9.51 additionalDependencies: dependencies: {} extraDependencies: diff --git a/setup.py b/setup.py index cde3d51..fdeb460 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setuptools.setup( name='ding_api_client', - version='3.9.50', + version='3.9.51', author='Ding', description='Python Client SDK', url='https://github.com/ding-live/ding-python.git', diff --git a/src/ding/sdkconfiguration.py b/src/ding/sdkconfiguration.py index e9aa587..892508b 100644 --- a/src/ding/sdkconfiguration.py +++ b/src/ding/sdkconfiguration.py @@ -24,9 +24,9 @@ class SDKConfiguration: server_idx: Optional[int] = 0 language: str = 'python' openapi_doc_version: str = '1.0.0' - sdk_version: str = '3.9.50' - gen_version: str = '2.480.1' - user_agent: str = 'speakeasy-sdk/python 3.9.50 2.480.1 1.0.0 ding_api_client' + sdk_version: str = '3.9.51' + gen_version: str = '2.481.0' + user_agent: str = 'speakeasy-sdk/python 3.9.51 2.481.0 1.0.0 ding_api_client' retry_config: Optional[RetryConfig] = None def __post_init__(self):