Skip to content

Commit 33062c2

Browse files
committed
ci: regenerated with OpenAPI Doc 0.3.0, Speakeay CLI 1.79.0
1 parent a5d11f1 commit 33062c2

File tree

14 files changed

+131
-184
lines changed

14 files changed

+131
-184
lines changed

README.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -32,20 +32,8 @@ const sdk = new Speakeasy({
3232

3333
sdk.apis.getApis({
3434
metadata: {
35-
"provident": [
36-
"quibusdam",
37-
"unde",
38-
"nulla",
39-
],
4035
"corrupti": [
41-
"vel",
42-
"error",
43-
"deserunt",
44-
"suscipit",
45-
],
46-
"iure": [
47-
"debitis",
48-
"ipsa",
36+
"provident",
4937
],
5038
},
5139
op: {

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -836,4 +836,14 @@ Based on:
836836
### Generated
837837
- [typescript v1.56.0] .
838838
### Releases
839-
- [NPM v1.56.0] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/1.56.0 - .
839+
- [NPM v1.56.0] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/1.56.0 - .
840+
841+
## 2023-09-07 00:10:26
842+
### Changes
843+
Based on:
844+
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
845+
- Speakeasy CLI 1.79.0 (2.101.0) https://github.com/speakeasy-api/speakeasy
846+
### Generated
847+
- [typescript v1.56.1] .
848+
### Releases
849+
- [NPM v1.56.1] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/1.56.1 - .

USAGE.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,8 @@ const sdk = new Speakeasy({
1313

1414
sdk.apis.getApis({
1515
metadata: {
16-
"provident": [
17-
"quibusdam",
18-
"unde",
19-
"nulla",
20-
],
2116
"corrupti": [
22-
"vel",
23-
"error",
24-
"deserunt",
25-
"suscipit",
26-
],
27-
"iure": [
28-
"debitis",
29-
"ipsa",
17+
"provident",
3018
],
3119
},
3220
op: {

docs/sdks/apiendpoints/README.md

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ const sdk = new Speakeasy({
3232
});
3333

3434
sdk.apiEndpoints.deleteApiEndpoint({
35-
apiEndpointID: "delectus",
36-
apiID: "tempora",
37-
versionID: "suscipit",
35+
apiEndpointID: "distinctio",
36+
apiID: "quibusdam",
37+
versionID: "unde",
3838
}).then((res: DeleteApiEndpointResponse) => {
3939
if (res.statusCode == 200) {
4040
// handle response
@@ -73,9 +73,9 @@ const sdk = new Speakeasy({
7373
});
7474

7575
sdk.apiEndpoints.findApiEndpoint({
76-
apiID: "molestiae",
77-
displayName: "minus",
78-
versionID: "placeat",
76+
apiID: "nulla",
77+
displayName: "corrupti",
78+
versionID: "illum",
7979
}).then((res: FindApiEndpointResponse) => {
8080
if (res.statusCode == 200) {
8181
// handle response
@@ -114,9 +114,9 @@ const sdk = new Speakeasy({
114114
});
115115

116116
sdk.apiEndpoints.generateOpenApiSpecForApiEndpoint({
117-
apiEndpointID: "voluptatum",
118-
apiID: "iusto",
119-
versionID: "excepturi",
117+
apiEndpointID: "vel",
118+
apiID: "error",
119+
versionID: "deserunt",
120120
}).then((res: GenerateOpenApiSpecForApiEndpointResponse) => {
121121
if (res.statusCode == 200) {
122122
// handle response
@@ -154,9 +154,9 @@ const sdk = new Speakeasy({
154154
});
155155

156156
sdk.apiEndpoints.generatePostmanCollectionForApiEndpoint({
157-
apiEndpointID: "nisi",
158-
apiID: "recusandae",
159-
versionID: "temporibus",
157+
apiEndpointID: "suscipit",
158+
apiID: "iure",
159+
versionID: "magnam",
160160
}).then((res: GeneratePostmanCollectionForApiEndpointResponse) => {
161161
if (res.statusCode == 200) {
162162
// handle response
@@ -194,7 +194,7 @@ const sdk = new Speakeasy({
194194
});
195195

196196
sdk.apiEndpoints.getAllApiEndpoints({
197-
apiID: "ab",
197+
apiID: "debitis",
198198
}).then((res: GetAllApiEndpointsResponse) => {
199199
if (res.statusCode == 200) {
200200
// handle response
@@ -232,8 +232,8 @@ const sdk = new Speakeasy({
232232
});
233233

234234
sdk.apiEndpoints.getAllForVersionApiEndpoints({
235-
apiID: "quis",
236-
versionID: "veritatis",
235+
apiID: "ipsa",
236+
versionID: "delectus",
237237
}).then((res: GetAllForVersionApiEndpointsResponse) => {
238238
if (res.statusCode == 200) {
239239
// handle response
@@ -271,9 +271,9 @@ const sdk = new Speakeasy({
271271
});
272272

273273
sdk.apiEndpoints.getApiEndpoint({
274-
apiEndpointID: "deserunt",
275-
apiID: "perferendis",
276-
versionID: "ipsam",
274+
apiEndpointID: "tempora",
275+
apiID: "suscipit",
276+
versionID: "molestiae",
277277
}).then((res: GetApiEndpointResponse) => {
278278
if (res.statusCode == 200) {
279279
// handle response
@@ -312,16 +312,16 @@ const sdk = new Speakeasy({
312312

313313
sdk.apiEndpoints.upsertApiEndpoint({
314314
apiEndpointInput: {
315-
apiEndpointId: "repellendus",
316-
description: "sapiente",
317-
displayName: "quo",
318-
method: "odit",
319-
path: "at",
320-
versionId: "at",
315+
apiEndpointId: "minus",
316+
description: "placeat",
317+
displayName: "voluptatum",
318+
method: "iusto",
319+
path: "excepturi",
320+
versionId: "nisi",
321321
},
322-
apiEndpointID: "maiores",
323-
apiID: "molestiae",
324-
versionID: "quod",
322+
apiEndpointID: "recusandae",
323+
apiID: "temporibus",
324+
versionID: "ab",
325325
}).then((res: UpsertApiEndpointResponse) => {
326326
if (res.statusCode == 200) {
327327
// handle response

docs/sdks/apis/README.md

Lines changed: 17 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ const sdk = new Speakeasy({
3030
});
3131

3232
sdk.apis.deleteApi({
33-
apiID: "quod",
34-
versionID: "esse",
33+
apiID: "quis",
34+
versionID: "veritatis",
3535
}).then((res: DeleteApiResponse) => {
3636
if (res.statusCode == 200) {
3737
// handle response
@@ -70,8 +70,8 @@ const sdk = new Speakeasy({
7070
});
7171

7272
sdk.apis.generateOpenApiSpec({
73-
apiID: "totam",
74-
versionID: "porro",
73+
apiID: "deserunt",
74+
versionID: "perferendis",
7575
}).then((res: GenerateOpenApiSpecResponse) => {
7676
if (res.statusCode == 200) {
7777
// handle response
@@ -109,8 +109,8 @@ const sdk = new Speakeasy({
109109
});
110110

111111
sdk.apis.generatePostmanCollection({
112-
apiID: "dolorum",
113-
versionID: "dicta",
112+
apiID: "ipsam",
113+
versionID: "repellendus",
114114
}).then((res: GeneratePostmanCollectionResponse) => {
115115
if (res.statusCode == 200) {
116116
// handle response
@@ -149,19 +149,10 @@ const sdk = new Speakeasy({
149149
});
150150

151151
sdk.apis.getAllApiVersions({
152-
apiID: "nam",
152+
apiID: "sapiente",
153153
metadata: {
154-
"occaecati": [
155-
"deleniti",
156-
],
157-
"hic": [
158-
"totam",
159-
"beatae",
160-
"commodi",
161-
"molestiae",
162-
],
163-
"modi": [
164-
"impedit",
154+
"quo": [
155+
"odit",
165156
],
166157
},
167158
op: {
@@ -206,14 +197,8 @@ const sdk = new Speakeasy({
206197

207198
sdk.apis.getApis({
208199
metadata: {
209-
"esse": [
210-
"excepturi",
211-
],
212-
"aspernatur": [
213-
"ad",
214-
],
215-
"natus": [
216-
"iste",
200+
"at": [
201+
"at",
217202
],
218203
},
219204
op: {
@@ -258,25 +243,16 @@ const sdk = new Speakeasy({
258243

259244
sdk.apis.upsertApi({
260245
apiInput: {
261-
apiId: "dolor",
262-
description: "natus",
246+
apiId: "maiores",
247+
description: "molestiae",
263248
metaData: {
264-
"hic": [
265-
"fuga",
266-
"in",
267-
"corporis",
268-
"iste",
269-
],
270-
"iure": [
271-
"quidem",
272-
"architecto",
273-
"ipsa",
274-
"reiciendis",
249+
"quod": [
250+
"quod",
275251
],
276252
},
277-
versionId: "est",
253+
versionId: "esse",
278254
},
279-
apiID: "mollitia",
255+
apiID: "totam",
280256
}).then((res: UpsertApiResponse) => {
281257
if (res.statusCode == 200) {
282258
// handle response

docs/sdks/embeds/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,19 @@ const sdk = new Speakeasy({
2828
});
2929

3030
sdk.embeds.getEmbedAccessToken({
31-
description: "laborum",
32-
duration: 170909,
31+
description: "porro",
32+
duration: 678880,
3333
filters: {
3434
filters: [
3535
{
36-
key: "corporis",
37-
operator: "explicabo",
38-
value: "nobis",
36+
key: "dicta",
37+
operator: "nam",
38+
value: "officia",
3939
},
4040
],
41-
limit: 315428,
42-
offset: 607831,
43-
operator: "nemo",
41+
limit: 582020,
42+
offset: 143353,
43+
operator: "deleniti",
4444
},
4545
}).then((res: GetEmbedAccessTokenResponse) => {
4646
if (res.statusCode == 200) {
@@ -114,7 +114,7 @@ const sdk = new Speakeasy({
114114
});
115115

116116
sdk.embeds.revokeEmbedAccessToken({
117-
tokenID: "minima",
117+
tokenID: "hic",
118118
}).then((res: RevokeEmbedAccessTokenResponse) => {
119119
if (res.statusCode == 200) {
120120
// handle response

docs/sdks/metadata/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ const sdk = new Speakeasy({
2727
});
2828

2929
sdk.metadata.deleteVersionMetadata({
30-
apiID: "excepturi",
31-
metaKey: "accusantium",
32-
metaValue: "iure",
33-
versionID: "culpa",
30+
apiID: "optio",
31+
metaKey: "totam",
32+
metaValue: "beatae",
33+
versionID: "commodi",
3434
}).then((res: DeleteVersionMetadataResponse) => {
3535
if (res.statusCode == 200) {
3636
// handle response
@@ -68,8 +68,8 @@ const sdk = new Speakeasy({
6868
});
6969

7070
sdk.metadata.getVersionMetadata({
71-
apiID: "doloribus",
72-
versionID: "sapiente",
71+
apiID: "molestiae",
72+
versionID: "modi",
7373
}).then((res: GetVersionMetadataResponse) => {
7474
if (res.statusCode == 200) {
7575
// handle response
@@ -108,11 +108,11 @@ const sdk = new Speakeasy({
108108

109109
sdk.metadata.insertVersionMetadata({
110110
versionMetadataInput: {
111-
metaKey: "architecto",
112-
metaValue: "mollitia",
111+
metaKey: "qui",
112+
metaValue: "impedit",
113113
},
114-
apiID: "dolorem",
115-
versionID: "culpa",
114+
apiID: "cum",
115+
versionID: "esse",
116116
}).then((res: InsertVersionMetadataResponse) => {
117117
if (res.statusCode == 200) {
118118
// handle response

0 commit comments

Comments
 (0)