Skip to content

Commit 31b40ef

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.468.2
1 parent a48f836 commit 31b40ef

File tree

7 files changed

+47
-11
lines changed

7 files changed

+47
-11
lines changed

.speakeasy/gen.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ management:
55
docVersion: 1.0.0
66
speakeasyVersion: 1.468.2
77
generationVersion: 2.493.4
8-
releaseVersion: 3.9.76
9-
configChecksum: df47236161f6f7f9b86e677e12ad4c6a
8+
releaseVersion: 3.9.77
9+
configChecksum: 276ded3991df1594c92f18c4b4a61c2b
1010
repoURL: https://github.com/ding-live/ding-python.git
1111
repoSubDirectory: .
1212
installationURL: https://github.com/ding-live/ding-python.git

.speakeasy/workflow.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ speakeasyVersion: 1.468.2
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:44b77ff67994d7c842008fba1d2c693da392f099a3b6f7af05cb03c0c9262c59
5+
sourceRevisionDigest: sha256:543812679c630c761e0b49e1661fcc06700cabdcb538ec9e728396fab089acd1
66
sourceBlobDigest: sha256:1bc8346f862d17395d3ec227c51c74504f59eabaf83eb40c2932c517c8a40bf8
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1736640882
9+
- speakeasy-sdk-regen-1736727237
1010
- 1.0.0
1111
targets:
1212
ding-api-client:
1313
source: my-source
1414
sourceNamespace: my-source
15-
sourceRevisionDigest: sha256:44b77ff67994d7c842008fba1d2c693da392f099a3b6f7af05cb03c0c9262c59
15+
sourceRevisionDigest: sha256:543812679c630c761e0b49e1661fcc06700cabdcb538ec9e728396fab089acd1
1616
sourceBlobDigest: sha256:1bc8346f862d17395d3ec227c51c74504f59eabaf83eb40c2932c517c8a40bf8
1717
codeSamplesNamespace: my-source-python-code-samples
18-
codeSamplesRevisionDigest: sha256:ad683a2818ef1780dacb8ad82ce6d74c4ff88ca92fb822c62d9ebeb995cc1eb7
18+
codeSamplesRevisionDigest: sha256:acb866104cd2580a21edfca262bd9b18aefb41043fc7a62f521e032a0aa2fbda
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

CONTRIBUTING.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Contributing to This Repository
2+
3+
Thank you for your interest in contributing to this repository. Please note that this repository contains generated code. As such, we do not accept direct changes or pull requests. Instead, we encourage you to follow the guidelines below to report issues and suggest improvements.
4+
5+
## How to Report Issues
6+
7+
If you encounter any bugs or have suggestions for improvements, please open an issue on GitHub. When reporting an issue, please provide as much detail as possible to help us reproduce the problem. This includes:
8+
9+
- A clear and descriptive title
10+
- Steps to reproduce the issue
11+
- Expected and actual behavior
12+
- Any relevant logs, screenshots, or error messages
13+
- Information about your environment (e.g., operating system, software versions)
14+
- For example can be collected using the `npx envinfo` command from your terminal if you have Node.js installed
15+
16+
## Issue Triage and Upstream Fixes
17+
18+
We will review and triage issues as quickly as possible. Our goal is to address bugs and incorporate improvements in the upstream source code. Fixes will be included in the next generation of the generated code.
19+
20+
## Contact
21+
22+
If you have any questions or need further assistance, please feel free to reach out by opening an issue.
23+
24+
Thank you for your understanding and cooperation!
25+
26+
The Maintainers

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1318,4 +1318,14 @@ Based on:
13181318
### Generated
13191319
- [python v3.9.76] .
13201320
### Releases
1321-
- [PyPI v3.9.76] https://pypi.org/project/ding_api_client/3.9.76 - .
1321+
- [PyPI v3.9.76] https://pypi.org/project/ding_api_client/3.9.76 - .
1322+
1323+
## 2025-01-13 00:13:42
1324+
### Changes
1325+
Based on:
1326+
- OpenAPI Doc
1327+
- Speakeasy CLI 1.468.2 (2.493.4) https://github.com/speakeasy-api/speakeasy
1328+
### Generated
1329+
- [python v3.9.77] .
1330+
### Releases
1331+
- [PyPI v3.9.77] https://pypi.org/project/ding_api_client/3.9.77 - .

gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ generation:
1212
oAuth2ClientCredentialsEnabled: false
1313
oAuth2PasswordEnabled: false
1414
python:
15-
version: 3.9.76
15+
version: 3.9.77
1616
additionalDependencies:
1717
dependencies: {}
1818
extraDependencies:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
setuptools.setup(
2121
name='ding_api_client',
22-
version='3.9.76',
22+
version='3.9.77',
2323
author='Ding',
2424
description='Python Client SDK',
2525
url='https://github.com/ding-live/ding-python.git',

src/ding/sdkconfiguration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ class SDKConfiguration:
2424
server_idx: Optional[int] = 0
2525
language: str = 'python'
2626
openapi_doc_version: str = '1.0.0'
27-
sdk_version: str = '3.9.76'
27+
sdk_version: str = '3.9.77'
2828
gen_version: str = '2.493.4'
29-
user_agent: str = 'speakeasy-sdk/python 3.9.76 2.493.4 1.0.0 ding_api_client'
29+
user_agent: str = 'speakeasy-sdk/python 3.9.77 2.493.4 1.0.0 ding_api_client'
3030
retry_config: Optional[RetryConfig] = None
3131

3232
def __post_init__(self):

0 commit comments

Comments
 (0)