Skip to content

Commit cf76031

Browse files
committed
ci: regenerated with OpenAPI Doc 0.3.0, Speakeay CLI 1.45.0
1 parent 7e15c1b commit cf76031

File tree

22 files changed

+90
-81
lines changed

22 files changed

+90
-81
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import { GetApisResponse } from "@speakeasy-api/speakeasy-client-sdk-typescript/
2424

2525
const sdk = new Speakeasy({
2626
security: {
27-
apiKey: "YOUR_API_KEY_HERE",
27+
apiKey: "",
2828
},
2929
});
3030

RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,4 +526,12 @@ Based on:
526526
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
527527
- Speakeasy CLI 1.44.2 (2.35.9) https://github.com/speakeasy-api/speakeasy
528528
### Releases
529-
- [NPM v1.31.2] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/1.31.2 - .
529+
- [NPM v1.31.2] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/1.31.2 - .
530+
531+
## 2023-06-08 00:12:05
532+
### Changes
533+
Based on:
534+
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
535+
- Speakeasy CLI 1.45.0 (2.37.0) https://github.com/speakeasy-api/speakeasy
536+
### Releases
537+
- [NPM v1.32.0] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/1.32.0 - .

USAGE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { GetApisResponse } from "@speakeasy-api/speakeasy-client-sdk-typescript/
55

66
const sdk = new Speakeasy({
77
security: {
8-
apiKey: "YOUR_API_KEY_HERE",
8+
apiKey: "",
99
},
1010
});
1111

docs/apiendpoints/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import { DeleteApiEndpointResponse } from "@speakeasy-api/speakeasy-client-sdk-t
2727

2828
const sdk = new Speakeasy({
2929
security: {
30-
apiKey: "YOUR_API_KEY_HERE",
30+
apiKey: "",
3131
},
3232
});
3333

@@ -55,7 +55,7 @@ import { FindApiEndpointResponse } from "@speakeasy-api/speakeasy-client-sdk-typ
5555

5656
const sdk = new Speakeasy({
5757
security: {
58-
apiKey: "YOUR_API_KEY_HERE",
58+
apiKey: "",
5959
},
6060
});
6161

@@ -83,7 +83,7 @@ import { GenerateOpenApiSpecForApiEndpointResponse } from "@speakeasy-api/speake
8383

8484
const sdk = new Speakeasy({
8585
security: {
86-
apiKey: "YOUR_API_KEY_HERE",
86+
apiKey: "",
8787
},
8888
});
8989

@@ -110,7 +110,7 @@ import { GeneratePostmanCollectionForApiEndpointResponse } from "@speakeasy-api/
110110

111111
const sdk = new Speakeasy({
112112
security: {
113-
apiKey: "YOUR_API_KEY_HERE",
113+
apiKey: "",
114114
},
115115
});
116116

@@ -137,7 +137,7 @@ import { GetAllApiEndpointsResponse } from "@speakeasy-api/speakeasy-client-sdk-
137137

138138
const sdk = new Speakeasy({
139139
security: {
140-
apiKey: "YOUR_API_KEY_HERE",
140+
apiKey: "",
141141
},
142142
});
143143

@@ -162,7 +162,7 @@ import { GetAllForVersionApiEndpointsResponse } from "@speakeasy-api/speakeasy-c
162162

163163
const sdk = new Speakeasy({
164164
security: {
165-
apiKey: "YOUR_API_KEY_HERE",
165+
apiKey: "",
166166
},
167167
});
168168

@@ -188,7 +188,7 @@ import { GetApiEndpointResponse } from "@speakeasy-api/speakeasy-client-sdk-type
188188

189189
const sdk = new Speakeasy({
190190
security: {
191-
apiKey: "YOUR_API_KEY_HERE",
191+
apiKey: "",
192192
},
193193
});
194194

@@ -215,7 +215,7 @@ import { UpsertApiEndpointResponse } from "@speakeasy-api/speakeasy-client-sdk-t
215215

216216
const sdk = new Speakeasy({
217217
security: {
218-
apiKey: "YOUR_API_KEY_HERE",
218+
apiKey: "",
219219
},
220220
});
221221

docs/apis/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import { DeleteApiResponse } from "@speakeasy-api/speakeasy-client-sdk-typescrip
2525

2626
const sdk = new Speakeasy({
2727
security: {
28-
apiKey: "YOUR_API_KEY_HERE",
28+
apiKey: "",
2929
},
3030
});
3131

@@ -52,7 +52,7 @@ import { GenerateOpenApiSpecResponse } from "@speakeasy-api/speakeasy-client-sdk
5252

5353
const sdk = new Speakeasy({
5454
security: {
55-
apiKey: "YOUR_API_KEY_HERE",
55+
apiKey: "",
5656
},
5757
});
5858

@@ -78,7 +78,7 @@ import { GeneratePostmanCollectionResponse } from "@speakeasy-api/speakeasy-clie
7878

7979
const sdk = new Speakeasy({
8080
security: {
81-
apiKey: "YOUR_API_KEY_HERE",
81+
apiKey: "",
8282
},
8383
});
8484

@@ -105,7 +105,7 @@ import { GetAllApiVersionsResponse } from "@speakeasy-api/speakeasy-client-sdk-t
105105

106106
const sdk = new Speakeasy({
107107
security: {
108-
apiKey: "YOUR_API_KEY_HERE",
108+
apiKey: "",
109109
},
110110
});
111111

@@ -148,7 +148,7 @@ import { GetApisResponse } from "@speakeasy-api/speakeasy-client-sdk-typescript/
148148

149149
const sdk = new Speakeasy({
150150
security: {
151-
apiKey: "YOUR_API_KEY_HERE",
151+
apiKey: "",
152152
},
153153
});
154154

@@ -187,7 +187,7 @@ import { UpsertApiResponse } from "@speakeasy-api/speakeasy-client-sdk-typescrip
187187

188188
const sdk = new Speakeasy({
189189
security: {
190-
apiKey: "YOUR_API_KEY_HERE",
190+
apiKey: "",
191191
},
192192
});
193193

docs/embeds/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import { GetEmbedAccessTokenResponse } from "@speakeasy-api/speakeasy-client-sdk
2323

2424
const sdk = new Speakeasy({
2525
security: {
26-
apiKey: "YOUR_API_KEY_HERE",
26+
apiKey: "",
2727
},
2828
});
2929

@@ -61,7 +61,7 @@ import { GetValidEmbedAccessTokensResponse } from "@speakeasy-api/speakeasy-clie
6161

6262
const sdk = new Speakeasy({
6363
security: {
64-
apiKey: "YOUR_API_KEY_HERE",
64+
apiKey: "",
6565
},
6666
});
6767

@@ -84,7 +84,7 @@ import { RevokeEmbedAccessTokenResponse } from "@speakeasy-api/speakeasy-client-
8484

8585
const sdk = new Speakeasy({
8686
security: {
87-
apiKey: "YOUR_API_KEY_HERE",
87+
apiKey: "",
8888
},
8989
});
9090

docs/metadata/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import { DeleteVersionMetadataResponse } from "@speakeasy-api/speakeasy-client-s
2222

2323
const sdk = new Speakeasy({
2424
security: {
25-
apiKey: "YOUR_API_KEY_HERE",
25+
apiKey: "",
2626
},
2727
});
2828

@@ -50,7 +50,7 @@ import { GetVersionMetadataResponse } from "@speakeasy-api/speakeasy-client-sdk-
5050

5151
const sdk = new Speakeasy({
5252
security: {
53-
apiKey: "YOUR_API_KEY_HERE",
53+
apiKey: "",
5454
},
5555
});
5656

@@ -76,7 +76,7 @@ import { InsertVersionMetadataResponse } from "@speakeasy-api/speakeasy-client-s
7676

7777
const sdk = new Speakeasy({
7878
security: {
79-
apiKey: "YOUR_API_KEY_HERE",
79+
apiKey: "",
8080
},
8181
});
8282

docs/plugins/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import { GetPluginsResponse } from "@speakeasy-api/speakeasy-client-sdk-typescri
2222

2323
const sdk = new Speakeasy({
2424
security: {
25-
apiKey: "YOUR_API_KEY_HERE",
25+
apiKey: "",
2626
},
2727
});
2828

@@ -45,7 +45,7 @@ import { RunPluginResponse } from "@speakeasy-api/speakeasy-client-sdk-typescrip
4545

4646
const sdk = new Speakeasy({
4747
security: {
48-
apiKey: "YOUR_API_KEY_HERE",
48+
apiKey: "",
4949
},
5050
});
5151

@@ -82,7 +82,7 @@ import { UpsertPluginResponse } from "@speakeasy-api/speakeasy-client-sdk-typesc
8282

8383
const sdk = new Speakeasy({
8484
security: {
85-
apiKey: "YOUR_API_KEY_HERE",
85+
apiKey: "",
8686
},
8787
});
8888

docs/requests/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import { GenerateRequestPostmanCollectionResponse } from "@speakeasy-api/speakea
2323

2424
const sdk = new Speakeasy({
2525
security: {
26-
apiKey: "YOUR_API_KEY_HERE",
26+
apiKey: "",
2727
},
2828
});
2929

@@ -48,7 +48,7 @@ import { GetRequestFromEventLogResponse } from "@speakeasy-api/speakeasy-client-
4848

4949
const sdk = new Speakeasy({
5050
security: {
51-
apiKey: "YOUR_API_KEY_HERE",
51+
apiKey: "",
5252
},
5353
});
5454

@@ -74,7 +74,7 @@ import { QueryEventLogResponse } from "@speakeasy-api/speakeasy-client-sdk-types
7474

7575
const sdk = new Speakeasy({
7676
security: {
77-
apiKey: "YOUR_API_KEY_HERE",
77+
apiKey: "",
7878
},
7979
});
8080

docs/schemas/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import { DeleteSchemaResponse } from "@speakeasy-api/speakeasy-client-sdk-typesc
2727

2828
const sdk = new Speakeasy({
2929
security: {
30-
apiKey: "YOUR_API_KEY_HERE",
30+
apiKey: "",
3131
},
3232
});
3333

@@ -54,7 +54,7 @@ import { DownloadSchemaResponse } from "@speakeasy-api/speakeasy-client-sdk-type
5454

5555
const sdk = new Speakeasy({
5656
security: {
57-
apiKey: "YOUR_API_KEY_HERE",
57+
apiKey: "",
5858
},
5959
});
6060

@@ -80,7 +80,7 @@ import { DownloadSchemaRevisionResponse } from "@speakeasy-api/speakeasy-client-
8080

8181
const sdk = new Speakeasy({
8282
security: {
83-
apiKey: "YOUR_API_KEY_HERE",
83+
apiKey: "",
8484
},
8585
});
8686

@@ -108,7 +108,7 @@ import { GetSchemaResponse } from "@speakeasy-api/speakeasy-client-sdk-typescrip
108108

109109
const sdk = new Speakeasy({
110110
security: {
111-
apiKey: "YOUR_API_KEY_HERE",
111+
apiKey: "",
112112
},
113113
});
114114

@@ -134,7 +134,7 @@ import { GetSchemaDiffResponse } from "@speakeasy-api/speakeasy-client-sdk-types
134134

135135
const sdk = new Speakeasy({
136136
security: {
137-
apiKey: "YOUR_API_KEY_HERE",
137+
apiKey: "",
138138
},
139139
});
140140

@@ -163,7 +163,7 @@ import { GetSchemaRevisionResponse } from "@speakeasy-api/speakeasy-client-sdk-t
163163

164164
const sdk = new Speakeasy({
165165
security: {
166-
apiKey: "YOUR_API_KEY_HERE",
166+
apiKey: "",
167167
},
168168
});
169169

@@ -191,7 +191,7 @@ import { GetSchemasResponse } from "@speakeasy-api/speakeasy-client-sdk-typescri
191191

192192
const sdk = new Speakeasy({
193193
security: {
194-
apiKey: "YOUR_API_KEY_HERE",
194+
apiKey: "",
195195
},
196196
});
197197

@@ -218,7 +218,7 @@ import { RegisterSchemaResponse } from "@speakeasy-api/speakeasy-client-sdk-type
218218

219219
const sdk = new Speakeasy({
220220
security: {
221-
apiKey: "YOUR_API_KEY_HERE",
221+
apiKey: "",
222222
},
223223
});
224224

0 commit comments

Comments
 (0)