Skip to content

Commit 746bcd5

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.469.2
1 parent 09af8c8 commit 746bcd5

File tree

10 files changed

+58
-59
lines changed

10 files changed

+58
-59
lines changed

.speakeasy/gen.lock

Lines changed: 19 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ id: 81c437b1-ab8d-4cec-8b8f-8f71d1bdb7a2
33
management:
44
docChecksum: 7b0a21df5c4526c3e13357d16d9397df
55
docVersion: 1.0.0
6-
speakeasyVersion: 1.469.1
7-
generationVersion: 2.493.21
8-
releaseVersion: 3.9.82
9-
configChecksum: acba3db8287c804b6554f9cfe599d9d1
6+
speakeasyVersion: 1.469.2
7+
generationVersion: 2.493.23
8+
releaseVersion: 3.9.83
9+
configChecksum: 029eebe75635176ff2bae74062bcc420
1010
repoURL: https://github.com/ding-live/ding-python.git
1111
repoSubDirectory: .
1212
installationURL: https://github.com/ding-live/ding-python.git
@@ -116,34 +116,38 @@ examples:
116116
create-authentication:
117117
speakeasy-default-create-authentication:
118118
requestBody:
119-
application/json: {"customer_uuid": "c9f826e0-deca-41ec-871f-ecd6e8efeb46", "phone_number": "+1234567890", "locale": "fr-FR"}
119+
application/json: {"customer_uuid": "cf2edc1c-7fc6-48fb-86da-b7508c6b7b71", "phone_number": "+1234567890", "locale": "fr-FR"}
120120
responses:
121-
"400":
122-
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"}
123121
"200":
124122
application/json: {}
125-
default:
123+
"400":
126124
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"}
127125
check:
128126
speakeasy-default-check:
129127
requestBody:
130-
application/json: {"customer_uuid": "e0e7b0e9-739d-424b-922f-1c2cb48ab077", "authentication_uuid": "8f1196d5-806e-4b71-9b24-5f96ec052808", "check_code": "123456"}
128+
application/json: {"customer_uuid": "eebe792b-2fcc-44a0-87f1-650e79259e02", "authentication_uuid": "64f66a7c-4b2c-4131-a8ff-d5b954cca05f", "check_code": "123456"}
131129
responses:
132130
"200":
133131
application/json: {"status": "valid"}
134132
"400":
135133
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"}
136-
default:
137-
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"}
138134
feedback:
139135
speakeasy-default-feedback:
140136
requestBody:
141-
application/json: {"customer_uuid": "c0c405fa-6bcb-4094-9430-7d6e2428ff23", "phone_number": "+1234567890", "status": "onboarded"}
137+
application/json: {"customer_uuid": "cc0f6c04-40de-448f-8301-3cb0e6565dff", "phone_number": "+1234567890", "status": "onboarded"}
142138
responses:
143139
"200":
144140
application/json: {"uuid": "123e4567-e89b-12d3-a456-4266141740a0"}
145-
default:
141+
"400":
146142
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"}
143+
getAuthenticationStatus:
144+
speakeasy-default-get-authentication-status:
145+
parameters:
146+
path:
147+
auth_uuid: "d8446450-f2fa-4dd9-806b-df5b8c661f23"
148+
responses:
149+
"200":
150+
application/json: {"phone_number": "+1234567890", "events": [{"content": "Your code is 123456"}]}
147151
"400":
148152
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"}
149153
retry:
@@ -153,33 +157,18 @@ examples:
153157
application/json: {"status": "approved", "remaining_retry": 3}
154158
"400":
155159
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"}
156-
default:
157-
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"}
158160
lookup:
159161
speakeasy-default-lookup:
160162
parameters:
161163
path:
162164
phone_number: "<value>"
163165
query: {}
164166
header:
165-
customer-uuid: "6e93aa15-9177-4d09-8395-b69ce50db1c8"
167+
customer-uuid: "69a197d9-356c-45d1-a807-41874e16b555"
166168
responses:
167169
"200":
168170
application/json: {"phone_number": "+1234567890", "mcc": "310", "mnc": "410", "carrier": "AT&T", "country_code": "US", "line_type": "Mobile"}
169171
"400":
170172
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"}
171-
default:
172-
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"}
173-
getAuthenticationStatus:
174-
speakeasy-default-get-authentication-status:
175-
parameters:
176-
path:
177-
auth_uuid: "d8446450-f2fa-4dd9-806b-df5b8c661f23"
178-
responses:
179-
"200":
180-
application/json: {"phone_number": "+1234567890", "events": []}
181-
default:
182-
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"}
183-
"400":
184-
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"}
173+
examplesVersion: 1.0.0
185174
generatedTests: {}

.speakeasy/workflow.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.469.1
1+
speakeasyVersion: 1.469.2
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:cb27609bab81f06c588e9c6778396bd2166135202ef8c0c3a40baa41400a6b8d
5+
sourceRevisionDigest: sha256:b079a13ce1833b85709d795d38b778a4fca6939e17c0db0cc5b25dcaa144a4f4
66
sourceBlobDigest: sha256:1bc8346f862d17395d3ec227c51c74504f59eabaf83eb40c2932c517c8a40bf8
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1737245642
9+
- speakeasy-sdk-regen-1737331988
1010
- 1.0.0
1111
targets:
1212
ding-api-client:
1313
source: my-source
1414
sourceNamespace: my-source
15-
sourceRevisionDigest: sha256:cb27609bab81f06c588e9c6778396bd2166135202ef8c0c3a40baa41400a6b8d
15+
sourceRevisionDigest: sha256:b079a13ce1833b85709d795d38b778a4fca6939e17c0db0cc5b25dcaa144a4f4
1616
sourceBlobDigest: sha256:1bc8346f862d17395d3ec227c51c74504f59eabaf83eb40c2932c517c8a40bf8
1717
codeSamplesNamespace: my-source-python-code-samples
18-
codeSamplesRevisionDigest: sha256:039edf775b63c14999faa1247b8c757d7951855410f17ca3297a4ae8326eec49
18+
codeSamplesRevisionDigest: sha256:2c1f84bff2a46596c491dfb5cd30b2ca8d477535842fcafa2714433e7dc379b1
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ s = ding.Ding(
5555

5656

5757
res = s.otp.create_authentication(request=components.CreateAuthenticationRequest(
58-
customer_uuid='c9f826e0-deca-41ec-871f-ecd6e8efeb46',
58+
customer_uuid='cf2edc1c-7fc6-48fb-86da-b7508c6b7b71',
5959
phone_number='+1234567890',
6060
locale='fr-FR',
6161
))
@@ -81,8 +81,8 @@ s = ding.Ding(
8181

8282

8383
res = s.otp.check(request=components.CreateCheckRequest(
84-
customer_uuid='e0e7b0e9-739d-424b-922f-1c2cb48ab077',
85-
authentication_uuid='8f1196d5-806e-4b71-9b24-5f96ec052808',
84+
customer_uuid='eebe792b-2fcc-44a0-87f1-650e79259e02',
85+
authentication_uuid='64f66a7c-4b2c-4131-a8ff-d5b954cca05f',
8686
check_code='123456',
8787
))
8888

@@ -128,7 +128,7 @@ s = ding.Ding(
128128

129129

130130
res = s.otp.feedback(request=components.FeedbackRequest(
131-
customer_uuid='c0c405fa-6bcb-4094-9430-7d6e2428ff23',
131+
customer_uuid='cc0f6c04-40de-448f-8301-3cb0e6565dff',
132132
phone_number='+1234567890',
133133
status=components.FeedbackRequestStatus.ONBOARDED,
134134
))
@@ -173,7 +173,7 @@ s = ding.Ding(
173173
)
174174

175175

176-
res = s.lookup.lookup(phone_number='<value>', customer_uuid='6e93aa15-9177-4d09-8395-b69ce50db1c8')
176+
res = s.lookup.lookup(phone_number='<value>', customer_uuid='69a197d9-356c-45d1-a807-41874e16b555')
177177

178178
if res.lookup_response is not None:
179179
# handle response
@@ -238,7 +238,7 @@ s = ding.Ding(
238238
res = None
239239
try:
240240
res = s.otp.create_authentication(request=components.CreateAuthenticationRequest(
241-
customer_uuid='c9f826e0-deca-41ec-871f-ecd6e8efeb46',
241+
customer_uuid='cf2edc1c-7fc6-48fb-86da-b7508c6b7b71',
242242
phone_number='+1234567890',
243243
locale='fr-FR',
244244
))
@@ -274,7 +274,7 @@ s = ding.Ding(
274274

275275

276276
res = s.otp.create_authentication(request=components.CreateAuthenticationRequest(
277-
customer_uuid='c9f826e0-deca-41ec-871f-ecd6e8efeb46',
277+
customer_uuid='cf2edc1c-7fc6-48fb-86da-b7508c6b7b71',
278278
phone_number='+1234567890',
279279
locale='fr-FR',
280280
))
@@ -324,7 +324,7 @@ s = ding.Ding(
324324

325325

326326
res = s.otp.create_authentication(request=components.CreateAuthenticationRequest(
327-
customer_uuid='c9f826e0-deca-41ec-871f-ecd6e8efeb46',
327+
customer_uuid='cf2edc1c-7fc6-48fb-86da-b7508c6b7b71',
328328
phone_number='+1234567890',
329329
locale='fr-FR',
330330
))

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1378,4 +1378,14 @@ Based on:
13781378
### Generated
13791379
- [python v3.9.82] .
13801380
### Releases
1381-
- [PyPI v3.9.82] https://pypi.org/project/ding_api_client/3.9.82 - .
1381+
- [PyPI v3.9.82] https://pypi.org/project/ding_api_client/3.9.82 - .
1382+
1383+
## 2025-01-20 00:12:53
1384+
### Changes
1385+
Based on:
1386+
- OpenAPI Doc
1387+
- Speakeasy CLI 1.469.2 (2.493.23) https://github.com/speakeasy-api/speakeasy
1388+
### Generated
1389+
- [python v3.9.83] .
1390+
### Releases
1391+
- [PyPI v3.9.83] https://pypi.org/project/ding_api_client/3.9.83 - .

USAGE.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ s = ding.Ding(
1414

1515

1616
res = s.otp.create_authentication(request=components.CreateAuthenticationRequest(
17-
customer_uuid='c9f826e0-deca-41ec-871f-ecd6e8efeb46',
17+
customer_uuid='cf2edc1c-7fc6-48fb-86da-b7508c6b7b71',
1818
phone_number='+1234567890',
1919
locale='fr-FR',
2020
))
@@ -40,8 +40,8 @@ s = ding.Ding(
4040

4141

4242
res = s.otp.check(request=components.CreateCheckRequest(
43-
customer_uuid='e0e7b0e9-739d-424b-922f-1c2cb48ab077',
44-
authentication_uuid='8f1196d5-806e-4b71-9b24-5f96ec052808',
43+
customer_uuid='eebe792b-2fcc-44a0-87f1-650e79259e02',
44+
authentication_uuid='64f66a7c-4b2c-4131-a8ff-d5b954cca05f',
4545
check_code='123456',
4646
))
4747

@@ -87,7 +87,7 @@ s = ding.Ding(
8787

8888

8989
res = s.otp.feedback(request=components.FeedbackRequest(
90-
customer_uuid='c0c405fa-6bcb-4094-9430-7d6e2428ff23',
90+
customer_uuid='cc0f6c04-40de-448f-8301-3cb0e6565dff',
9191
phone_number='+1234567890',
9292
status=components.FeedbackRequestStatus.ONBOARDED,
9393
))
@@ -132,7 +132,7 @@ s = ding.Ding(
132132
)
133133

134134

135-
res = s.lookup.lookup(phone_number='<value>', customer_uuid='6e93aa15-9177-4d09-8395-b69ce50db1c8')
135+
res = s.lookup.lookup(phone_number='<value>', customer_uuid='69a197d9-356c-45d1-a807-41874e16b555')
136136

137137
if res.lookup_response is not None:
138138
# handle response

docs/sdks/lookup/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ s = ding.Ding(
2323
)
2424

2525

26-
res = s.lookup.lookup(phone_number='<value>', customer_uuid='6e93aa15-9177-4d09-8395-b69ce50db1c8')
26+
res = s.lookup.lookup(phone_number='<value>', customer_uuid='69a197d9-356c-45d1-a807-41874e16b555')
2727

2828
if res.lookup_response is not None:
2929
# handle response

docs/sdks/otp/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ s = ding.Ding(
2929

3030

3131
res = s.otp.create_authentication(request=components.CreateAuthenticationRequest(
32-
customer_uuid='c9f826e0-deca-41ec-871f-ecd6e8efeb46',
32+
customer_uuid='cf2edc1c-7fc6-48fb-86da-b7508c6b7b71',
3333
phone_number='+1234567890',
3434
locale='fr-FR',
3535
))
@@ -73,8 +73,8 @@ s = ding.Ding(
7373

7474

7575
res = s.otp.check(request=components.CreateCheckRequest(
76-
customer_uuid='e0e7b0e9-739d-424b-922f-1c2cb48ab077',
77-
authentication_uuid='8f1196d5-806e-4b71-9b24-5f96ec052808',
76+
customer_uuid='eebe792b-2fcc-44a0-87f1-650e79259e02',
77+
authentication_uuid='64f66a7c-4b2c-4131-a8ff-d5b954cca05f',
7878
check_code='123456',
7979
))
8080

@@ -117,7 +117,7 @@ s = ding.Ding(
117117

118118

119119
res = s.otp.feedback(request=components.FeedbackRequest(
120-
customer_uuid='c0c405fa-6bcb-4094-9430-7d6e2428ff23',
120+
customer_uuid='cc0f6c04-40de-448f-8301-3cb0e6565dff',
121121
phone_number='+1234567890',
122122
status=components.FeedbackRequestStatus.ONBOARDED,
123123
))

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.82
15+
version: 3.9.83
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.82',
22+
version='3.9.83',
2323
author='Ding',
2424
description='Python Client SDK',
2525
url='https://github.com/ding-live/ding-python.git',

src/ding/sdkconfiguration.py

Lines changed: 3 additions & 3 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.82'
28-
gen_version: str = '2.493.21'
29-
user_agent: str = 'speakeasy-sdk/python 3.9.82 2.493.21 1.0.0 ding_api_client'
27+
sdk_version: str = '3.9.83'
28+
gen_version: str = '2.493.23'
29+
user_agent: str = 'speakeasy-sdk/python 3.9.83 2.493.23 1.0.0 ding_api_client'
3030
retry_config: Optional[RetryConfig] = None
3131

3232
def __post_init__(self):

0 commit comments

Comments
 (0)