Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 1.0.0, Speakeasy CLI 1.360.0
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Aug 10, 2024
1 parent c2ba340 commit 2fda5e6
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 27 deletions.
10 changes: 5 additions & 5 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: 81c437b1-ab8d-4cec-8b8f-8f71d1bdb7a2
management:
docChecksum: 85248a8dd6a5cd6fea1b82dfc30249e9
docChecksum: c2a5d8222f4117f238343d6187ef2751
docVersion: 1.0.0
speakeasyVersion: 1.358.0
generationVersion: 2.390.6
releaseVersion: 3.8.4
configChecksum: 8d6b240c5fc0918978881117f5d31d54
speakeasyVersion: 1.360.0
generationVersion: 2.392.0
releaseVersion: 3.8.5
configChecksum: 6c90feb2b0b3ccb42459339e6285acf4
repoURL: https://github.com/ding-live/ding-python.git
repoSubDirectory: .
installationURL: https://github.com/ding-live/ding-python.git
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -478,4 +478,14 @@ Based on:
### Generated
- [python v3.8.4] .
### Releases
- [PyPI v3.8.4] https://pypi.org/project/ding_api_client/3.8.4 - .
- [PyPI v3.8.4] https://pypi.org/project/ding_api_client/3.8.4 - .

## 2024-08-10 00:11:13
### Changes
Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.360.0 (2.392.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v3.8.5] .
### Releases
- [PyPI v3.8.5] https://pypi.org/project/ding_api_client/3.8.5 - .
30 changes: 15 additions & 15 deletions docs/models/components/createauthenticationrequest.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: false
python:
version: 3.8.4
version: 3.8.5
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.8.4',
version='3.8.5',
author='Ding',
description='Python Client SDK',
url='https://github.com/ding-live/ding-python.git',
Expand Down
2 changes: 1 addition & 1 deletion src/ding/models/components/createauthenticationrequest.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class CreateAuthenticationRequest:
device_model: Optional[str] = dataclasses.field(default=None, metadata={'dataclasses_json': { 'letter_case': utils.get_field_name('device_model'), 'exclude': lambda f: f is None }})
r"""The model of the user's device."""
is_returning_user: Optional[bool] = dataclasses.field(default=None, metadata={'dataclasses_json': { 'letter_case': utils.get_field_name('is_returning_user'), 'exclude': lambda f: f is None }})
r"""Whether the user is a returning user on your app."""
r"""This signal should do more than just confirm if a user is returning to your app; it should provide a higher level of trust, indicating that the user is genuine. For more details, refer to [Signals](/guides/prevent-fraud#signals)."""
template_id: Optional[str] = dataclasses.field(default=None, metadata={'dataclasses_json': { 'letter_case': utils.get_field_name('template_id'), 'exclude': lambda f: f is None }})
r"""The template id associated with the message content variant to be sent."""
correlation_id: Optional[str] = dataclasses.field(default=None, metadata={'dataclasses_json': { 'letter_case': utils.get_field_name('correlation_id'), 'exclude': lambda f: f is None }})
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.8.4'
gen_version: str = '2.390.6'
user_agent: str = 'speakeasy-sdk/python 3.8.4 2.390.6 1.0.0 ding_api_client'
sdk_version: str = '3.8.5'
gen_version: str = '2.392.0'
user_agent: str = 'speakeasy-sdk/python 3.8.5 2.392.0 1.0.0 ding_api_client'
retry_config: Optional[RetryConfig] = None

def __post_init__(self):
Expand Down

0 comments on commit 2fda5e6

Please sign in to comment.