Skip to content

Commit 70c685b

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.469.2
1 parent fcd962f commit 70c685b

File tree

14 files changed

+80
-76
lines changed

14 files changed

+80
-76
lines changed

.speakeasy/gen.lock

Lines changed: 19 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ id: 7a2c976b-8158-4d12-8b59-c491e9e10cfd
33
management:
44
docChecksum: 7b0a21df5c4526c3e13357d16d9397df
55
docVersion: 1.0.0
6-
speakeasyVersion: 1.469.1
7-
generationVersion: 2.493.21
8-
releaseVersion: 0.14.73
9-
configChecksum: 60242f4697232e7592ef81f3860269a8
6+
speakeasyVersion: 1.469.2
7+
generationVersion: 2.493.23
8+
releaseVersion: 0.14.74
9+
configChecksum: 98e719849053c179840b8296d7cec992
1010
repoURL: https://github.com/ding-live/ding-typescript.git
1111
repoSubDirectory: .
1212
installationURL: https://github.com/ding-live/ding-typescript
@@ -142,34 +142,38 @@ examples:
142142
check:
143143
speakeasy-default-check:
144144
requestBody:
145-
application/json: {"authentication_uuid": "e0e7b0e9-739d-424b-922f-1c2cb48ab077", "check_code": "123456", "customer_uuid": "8f1196d5-806e-4b71-9b24-5f96ec052808"}
145+
application/json: {"authentication_uuid": "eebe792b-2fcc-44a0-87f1-650e79259e02", "check_code": "123456", "customer_uuid": "64f66a7c-4b2c-4131-a8ff-d5b954cca05f"}
146146
responses:
147147
"200":
148148
application/json: {"status": "valid"}
149149
"400":
150150
application/json: {"code": "invalid_phone_number", "doc_url": "https://docs.prelude.so/api-reference/errors#invalid_phone_number", "message": "+0 is not a valid phone number"}
151-
default:
152-
application/json: {"code": "invalid_phone_number", "doc_url": "https://docs.prelude.so/api-reference/errors#invalid_phone_number", "message": "+0 is not a valid phone number"}
153151
create-authentication:
154152
speakeasy-default-create-authentication:
155153
requestBody:
156-
application/json: {"customer_uuid": "c9f826e0-deca-41ec-871f-ecd6e8efeb46", "locale": "fr-FR", "phone_number": "+1234567890"}
154+
application/json: {"customer_uuid": "cf2edc1c-7fc6-48fb-86da-b7508c6b7b71", "locale": "fr-FR", "phone_number": "+1234567890"}
157155
responses:
158-
"400":
159-
application/json: {"code": "invalid_phone_number", "doc_url": "https://docs.prelude.so/api-reference/errors#invalid_phone_number", "message": "+0 is not a valid phone number"}
160156
"200":
161157
application/json: {}
162-
default:
158+
"400":
163159
application/json: {"code": "invalid_phone_number", "doc_url": "https://docs.prelude.so/api-reference/errors#invalid_phone_number", "message": "+0 is not a valid phone number"}
164160
feedback:
165161
speakeasy-default-feedback:
166162
requestBody:
167-
application/json: {"customer_uuid": "c0c405fa-6bcb-4094-9430-7d6e2428ff23", "phone_number": "+1234567890", "status": "onboarded"}
163+
application/json: {"customer_uuid": "cc0f6c04-40de-448f-8301-3cb0e6565dff", "phone_number": "+1234567890", "status": "onboarded"}
168164
responses:
169165
"200":
170166
application/json: {"uuid": "123e4567-e89b-12d3-a456-4266141740a0"}
171-
default:
167+
"400":
172168
application/json: {"code": "invalid_phone_number", "doc_url": "https://docs.prelude.so/api-reference/errors#invalid_phone_number", "message": "+0 is not a valid phone number"}
169+
getAuthenticationStatus:
170+
speakeasy-default-get-authentication-status:
171+
parameters:
172+
path:
173+
auth_uuid: "d8446450-f2fa-4dd9-806b-df5b8c661f23"
174+
responses:
175+
"200":
176+
application/json: {"events": [{"content": "Your code is 123456"}], "phone_number": "+1234567890"}
173177
"400":
174178
application/json: {"code": "invalid_phone_number", "doc_url": "https://docs.prelude.so/api-reference/errors#invalid_phone_number", "message": "+0 is not a valid phone number"}
175179
retry:
@@ -179,33 +183,18 @@ examples:
179183
application/json: {"remaining_retry": 3, "status": "approved"}
180184
"400":
181185
application/json: {"code": "invalid_phone_number", "doc_url": "https://docs.prelude.so/api-reference/errors#invalid_phone_number", "message": "+0 is not a valid phone number"}
182-
default:
183-
application/json: {"code": "invalid_phone_number", "doc_url": "https://docs.prelude.so/api-reference/errors#invalid_phone_number", "message": "+0 is not a valid phone number"}
184186
lookup:
185187
speakeasy-default-lookup:
186188
parameters:
187189
path:
188190
phone_number: "<value>"
189191
query: {}
190192
header:
191-
customer-uuid: "6e93aa15-9177-4d09-8395-b69ce50db1c8"
193+
customer-uuid: "69a197d9-356c-45d1-a807-41874e16b555"
192194
responses:
193195
"200":
194196
application/json: {"carrier": "AT&T", "country_code": "US", "line_type": "Mobile", "mcc": "310", "mnc": "410", "phone_number": "+1234567890"}
195197
"400":
196198
application/json: {"code": "invalid_phone_number", "doc_url": "https://docs.prelude.so/api-reference/errors#invalid_phone_number", "message": "+0 is not a valid phone number"}
197-
default:
198-
application/json: {"code": "invalid_phone_number", "doc_url": "https://docs.prelude.so/api-reference/errors#invalid_phone_number", "message": "+0 is not a valid phone number"}
199-
getAuthenticationStatus:
200-
speakeasy-default-get-authentication-status:
201-
parameters:
202-
path:
203-
auth_uuid: "d8446450-f2fa-4dd9-806b-df5b8c661f23"
204-
responses:
205-
"200":
206-
application/json: {"events": [], "phone_number": "+1234567890"}
207-
default:
208-
application/json: {"code": "invalid_phone_number", "doc_url": "https://docs.prelude.so/api-reference/errors#invalid_phone_number", "message": "+0 is not a valid phone number"}
209-
"400":
210-
application/json: {"code": "invalid_phone_number", "doc_url": "https://docs.prelude.so/api-reference/errors#invalid_phone_number", "message": "+0 is not a valid phone number"}
199+
examplesVersion: 1.0.0
211200
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:36a46b57ec293b1d0c08456fe1e699bf7fc35e8472af9f97d172716a3beae14e
5+
sourceRevisionDigest: sha256:e464830bbbaeb237e2de9ea4cd0e68563b16a66f138d7c47b2819dabac659c4d
66
sourceBlobDigest: sha256:1bc8346f862d17395d3ec227c51c74504f59eabaf83eb40c2932c517c8a40bf8
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1737245035
9+
- speakeasy-sdk-regen-1737331430
1010
- 1.0.0
1111
targets:
1212
'@ding-live/ding':
1313
source: my-source
1414
sourceNamespace: my-source
15-
sourceRevisionDigest: sha256:36a46b57ec293b1d0c08456fe1e699bf7fc35e8472af9f97d172716a3beae14e
15+
sourceRevisionDigest: sha256:e464830bbbaeb237e2de9ea4cd0e68563b16a66f138d7c47b2819dabac659c4d
1616
sourceBlobDigest: sha256:1bc8346f862d17395d3ec227c51c74504f59eabaf83eb40c2932c517c8a40bf8
1717
codeSamplesNamespace: my-source-typescript-code-samples
18-
codeSamplesRevisionDigest: sha256:58e7ce38373416f1876bec551be9a631d398c5c20e6d9a3b1a0a26e4df8c67c1
18+
codeSamplesRevisionDigest: sha256:51ffbf1ad78600c940ee4536258bc9b395c0603d2533a9b56ffbb0084691c91b
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

FUNCTIONS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ const ding = new DingCore({
3131

3232
async function run() {
3333
const res = await otpCheck(ding, {
34-
authenticationUuid: "e0e7b0e9-739d-424b-922f-1c2cb48ab077",
34+
authenticationUuid: "eebe792b-2fcc-44a0-87f1-650e79259e02",
3535
checkCode: "123456",
36-
customerUuid: "8f1196d5-806e-4b71-9b24-5f96ec052808",
36+
customerUuid: "64f66a7c-4b2c-4131-a8ff-d5b954cca05f",
3737
});
3838

3939
switch (true) {

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ const ding = new Ding({
7979

8080
async function run() {
8181
const result = await ding.otp.createAuthentication({
82-
customerUuid: "c9f826e0-deca-41ec-871f-ecd6e8efeb46",
82+
customerUuid: "cf2edc1c-7fc6-48fb-86da-b7508c6b7b71",
8383
locale: "fr-FR",
8484
phoneNumber: "+1234567890",
8585
});
@@ -106,9 +106,9 @@ const ding = new Ding({
106106

107107
async function run() {
108108
const result = await ding.otp.check({
109-
authenticationUuid: "e0e7b0e9-739d-424b-922f-1c2cb48ab077",
109+
authenticationUuid: "eebe792b-2fcc-44a0-87f1-650e79259e02",
110110
checkCode: "123456",
111-
customerUuid: "8f1196d5-806e-4b71-9b24-5f96ec052808",
111+
customerUuid: "64f66a7c-4b2c-4131-a8ff-d5b954cca05f",
112112
});
113113

114114
// Handle the result
@@ -156,7 +156,7 @@ const ding = new Ding({
156156

157157
async function run() {
158158
const result = await ding.otp.feedback({
159-
customerUuid: "c0c405fa-6bcb-4094-9430-7d6e2428ff23",
159+
customerUuid: "cc0f6c04-40de-448f-8301-3cb0e6565dff",
160160
phoneNumber: "+1234567890",
161161
status: "onboarded",
162162
});
@@ -208,7 +208,7 @@ const ding = new Ding({
208208

209209
async function run() {
210210
const result = await ding.lookup.lookup(
211-
"6e93aa15-9177-4d09-8395-b69ce50db1c8",
211+
"69a197d9-356c-45d1-a807-41874e16b555",
212212
"<value>",
213213
);
214214

@@ -270,9 +270,9 @@ async function run() {
270270
let result;
271271
try {
272272
result = await ding.otp.check({
273-
authenticationUuid: "e0e7b0e9-739d-424b-922f-1c2cb48ab077",
273+
authenticationUuid: "eebe792b-2fcc-44a0-87f1-650e79259e02",
274274
checkCode: "123456",
275-
customerUuid: "8f1196d5-806e-4b71-9b24-5f96ec052808",
275+
customerUuid: "64f66a7c-4b2c-4131-a8ff-d5b954cca05f",
276276
});
277277

278278
// Handle the result
@@ -387,9 +387,9 @@ const ding = new Ding({
387387

388388
async function run() {
389389
const result = await ding.otp.check({
390-
authenticationUuid: "e0e7b0e9-739d-424b-922f-1c2cb48ab077",
390+
authenticationUuid: "eebe792b-2fcc-44a0-87f1-650e79259e02",
391391
checkCode: "123456",
392-
customerUuid: "8f1196d5-806e-4b71-9b24-5f96ec052808",
392+
customerUuid: "64f66a7c-4b2c-4131-a8ff-d5b954cca05f",
393393
});
394394

395395
// Handle the result
@@ -417,9 +417,9 @@ const ding = new Ding({
417417

418418
async function run() {
419419
const result = await ding.otp.check({
420-
authenticationUuid: "e0e7b0e9-739d-424b-922f-1c2cb48ab077",
420+
authenticationUuid: "eebe792b-2fcc-44a0-87f1-650e79259e02",
421421
checkCode: "123456",
422-
customerUuid: "8f1196d5-806e-4b71-9b24-5f96ec052808",
422+
customerUuid: "64f66a7c-4b2c-4131-a8ff-d5b954cca05f",
423423
});
424424

425425
// Handle the result
@@ -452,9 +452,9 @@ const ding = new Ding({
452452

453453
async function run() {
454454
const result = await ding.otp.check({
455-
authenticationUuid: "e0e7b0e9-739d-424b-922f-1c2cb48ab077",
455+
authenticationUuid: "eebe792b-2fcc-44a0-87f1-650e79259e02",
456456
checkCode: "123456",
457-
customerUuid: "8f1196d5-806e-4b71-9b24-5f96ec052808",
457+
customerUuid: "64f66a7c-4b2c-4131-a8ff-d5b954cca05f",
458458
}, {
459459
retries: {
460460
strategy: "backoff",
@@ -496,9 +496,9 @@ const ding = new Ding({
496496

497497
async function run() {
498498
const result = await ding.otp.check({
499-
authenticationUuid: "e0e7b0e9-739d-424b-922f-1c2cb48ab077",
499+
authenticationUuid: "eebe792b-2fcc-44a0-87f1-650e79259e02",
500500
checkCode: "123456",
501-
customerUuid: "8f1196d5-806e-4b71-9b24-5f96ec052808",
501+
customerUuid: "64f66a7c-4b2c-4131-a8ff-d5b954cca05f",
502502
});
503503

504504
// Handle the result

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1336,4 +1336,14 @@ Based on:
13361336
### Generated
13371337
- [typescript v0.14.73] .
13381338
### Releases
1339-
- [NPM v0.14.73] https://www.npmjs.com/package/@ding-live/ding/v/0.14.73 - .
1339+
- [NPM v0.14.73] https://www.npmjs.com/package/@ding-live/ding/v/0.14.73 - .
1340+
1341+
## 2025-01-20 00:03:33
1342+
### Changes
1343+
Based on:
1344+
- OpenAPI Doc
1345+
- Speakeasy CLI 1.469.2 (2.493.23) https://github.com/speakeasy-api/speakeasy
1346+
### Generated
1347+
- [typescript v0.14.74] .
1348+
### Releases
1349+
- [NPM v0.14.74] https://www.npmjs.com/package/@ding-live/ding/v/0.14.74 - .

USAGE.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const ding = new Ding({
1313

1414
async function run() {
1515
const result = await ding.otp.createAuthentication({
16-
customerUuid: "c9f826e0-deca-41ec-871f-ecd6e8efeb46",
16+
customerUuid: "cf2edc1c-7fc6-48fb-86da-b7508c6b7b71",
1717
locale: "fr-FR",
1818
phoneNumber: "+1234567890",
1919
});
@@ -40,9 +40,9 @@ const ding = new Ding({
4040

4141
async function run() {
4242
const result = await ding.otp.check({
43-
authenticationUuid: "e0e7b0e9-739d-424b-922f-1c2cb48ab077",
43+
authenticationUuid: "eebe792b-2fcc-44a0-87f1-650e79259e02",
4444
checkCode: "123456",
45-
customerUuid: "8f1196d5-806e-4b71-9b24-5f96ec052808",
45+
customerUuid: "64f66a7c-4b2c-4131-a8ff-d5b954cca05f",
4646
});
4747

4848
// Handle the result
@@ -90,7 +90,7 @@ const ding = new Ding({
9090

9191
async function run() {
9292
const result = await ding.otp.feedback({
93-
customerUuid: "c0c405fa-6bcb-4094-9430-7d6e2428ff23",
93+
customerUuid: "cc0f6c04-40de-448f-8301-3cb0e6565dff",
9494
phoneNumber: "+1234567890",
9595
status: "onboarded",
9696
});
@@ -142,7 +142,7 @@ const ding = new Ding({
142142

143143
async function run() {
144144
const result = await ding.lookup.lookup(
145-
"6e93aa15-9177-4d09-8395-b69ce50db1c8",
145+
"69a197d9-356c-45d1-a807-41874e16b555",
146146
"<value>",
147147
);
148148

docs/sdks/lookup/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const ding = new Ding({
2323
});
2424

2525
async function run() {
26-
const result = await ding.lookup.lookup("6e93aa15-9177-4d09-8395-b69ce50db1c8", "<value>");
26+
const result = await ding.lookup.lookup("69a197d9-356c-45d1-a807-41874e16b555", "<value>");
2727

2828
// Handle the result
2929
console.log(result);
@@ -47,7 +47,7 @@ const ding = new DingCore({
4747
});
4848

4949
async function run() {
50-
const res = await lookupLookup(ding, "6e93aa15-9177-4d09-8395-b69ce50db1c8", "<value>");
50+
const res = await lookupLookup(ding, "69a197d9-356c-45d1-a807-41874e16b555", "<value>");
5151

5252
if (!res.ok) {
5353
throw res.error;

docs/sdks/otp/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ const ding = new Ding({
2828

2929
async function run() {
3030
const result = await ding.otp.check({
31-
authenticationUuid: "e0e7b0e9-739d-424b-922f-1c2cb48ab077",
31+
authenticationUuid: "eebe792b-2fcc-44a0-87f1-650e79259e02",
3232
checkCode: "123456",
33-
customerUuid: "8f1196d5-806e-4b71-9b24-5f96ec052808",
33+
customerUuid: "64f66a7c-4b2c-4131-a8ff-d5b954cca05f",
3434
});
3535

3636
// Handle the result
@@ -56,9 +56,9 @@ const ding = new DingCore({
5656

5757
async function run() {
5858
const res = await otpCheck(ding, {
59-
authenticationUuid: "e0e7b0e9-739d-424b-922f-1c2cb48ab077",
59+
authenticationUuid: "eebe792b-2fcc-44a0-87f1-650e79259e02",
6060
checkCode: "123456",
61-
customerUuid: "8f1196d5-806e-4b71-9b24-5f96ec052808",
61+
customerUuid: "64f66a7c-4b2c-4131-a8ff-d5b954cca05f",
6262
});
6363

6464
if (!res.ok) {
@@ -109,7 +109,7 @@ const ding = new Ding({
109109

110110
async function run() {
111111
const result = await ding.otp.createAuthentication({
112-
customerUuid: "c9f826e0-deca-41ec-871f-ecd6e8efeb46",
112+
customerUuid: "cf2edc1c-7fc6-48fb-86da-b7508c6b7b71",
113113
locale: "fr-FR",
114114
phoneNumber: "+1234567890",
115115
});
@@ -137,7 +137,7 @@ const ding = new DingCore({
137137

138138
async function run() {
139139
const res = await otpCreateAuthentication(ding, {
140-
customerUuid: "c9f826e0-deca-41ec-871f-ecd6e8efeb46",
140+
customerUuid: "cf2edc1c-7fc6-48fb-86da-b7508c6b7b71",
141141
locale: "fr-FR",
142142
phoneNumber: "+1234567890",
143143
});
@@ -190,7 +190,7 @@ const ding = new Ding({
190190

191191
async function run() {
192192
const result = await ding.otp.feedback({
193-
customerUuid: "c0c405fa-6bcb-4094-9430-7d6e2428ff23",
193+
customerUuid: "cc0f6c04-40de-448f-8301-3cb0e6565dff",
194194
phoneNumber: "+1234567890",
195195
status: "onboarded",
196196
});
@@ -218,7 +218,7 @@ const ding = new DingCore({
218218

219219
async function run() {
220220
const res = await otpFeedback(ding, {
221-
customerUuid: "c0c405fa-6bcb-4094-9430-7d6e2428ff23",
221+
customerUuid: "cc0f6c04-40de-448f-8301-3cb0e6565dff",
222222
phoneNumber: "+1234567890",
223223
status: "onboarded",
224224
});

gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ generation:
1111
oAuth2ClientCredentialsEnabled: false
1212
oAuth2PasswordEnabled: false
1313
typescript:
14-
version: 0.14.73
14+
version: 0.14.74
1515
additionalDependencies:
1616
dependencies: {}
1717
devDependencies: {}

jsr.json

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

33
{
44
"name": "@ding-live/ding",
5-
"version": "0.14.73",
5+
"version": "0.14.74",
66
"exports": {
77
".": "./src/index.ts",
88
"./models/errors": "./src/models/errors/index.ts",

0 commit comments

Comments
 (0)