Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.456.0
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Dec 18, 2024
1 parent c365102 commit 7f747b7
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 16 deletions.
11 changes: 6 additions & 5 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down
10 changes: 5 additions & 5 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -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
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 - .
- [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 - .
2 changes: 1 addition & 1 deletion gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ generation:
oAuth2ClientCredentialsEnabled: false
oAuth2PasswordEnabled: false
python:
version: 3.9.50
version: 3.9.51
additionalDependencies:
dependencies: {}
extraDependencies:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
6 changes: 3 additions & 3 deletions src/ding/sdkconfiguration.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 7f747b7

Please sign in to comment.