Skip to content

Commit 18fdf6a

Browse files
committed
ci: regenerated with OpenAPI Doc 0.4.0, Speakeasy CLI 1.253.3
1 parent 7ed7185 commit 18fdf6a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+7350
-1043
lines changed

.speakeasy/gen.lock

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: 89968bf0-a755-4d50-9acb-d47410010f05
33
management:
4-
docChecksum: 1867bd7891d65aa46bdee0032e33c25a
4+
docChecksum: fb8d80dde775dc830ade2c3c3fe88d18
55
docVersion: 0.4.0
6-
speakeasyVersion: 1.252.0
7-
generationVersion: 2.306.0
8-
releaseVersion: 3.2.3
9-
configChecksum: 67bf620bdcbe1090d569bde949e27d29
6+
speakeasyVersion: 1.253.3
7+
generationVersion: 2.306.3
8+
releaseVersion: 3.2.4
9+
configChecksum: 83833ccb996f879f3990f0e1c6502f52
1010
repoURL: https://github.com/speakeasy-api/speakeasy-client-sdk-typescript.git
1111
repoSubDirectory: .
1212
installationURL: https://github.com/speakeasy-api/speakeasy-client-sdk-typescript
@@ -31,6 +31,7 @@ generatedFiles:
3131
- src/sdk/auth.ts
3232
- src/sdk/requests.ts
3333
- src/sdk/organizations.ts
34+
- src/sdk/reports.ts
3435
- src/sdk/embeds.ts
3536
- src/sdk/events.ts
3637
- src/sdk/sdk.ts
@@ -92,6 +93,8 @@ generatedFiles:
9293
- src/sdk/models/operations/getrequestfromeventlog.ts
9394
- src/sdk/models/operations/queryeventlog.ts
9495
- src/sdk/models/operations/getorganizations.ts
96+
- src/sdk/models/operations/getlintingreportsignedurl.ts
97+
- src/sdk/models/operations/uploadreport.ts
9598
- src/sdk/models/operations/getembedaccesstoken.ts
9699
- src/sdk/models/operations/getvalidembedaccesstokens.ts
97100
- src/sdk/models/operations/revokeembedaccesstoken.ts
@@ -129,6 +132,7 @@ generatedFiles:
129132
- src/sdk/models/shared/filters.ts
130133
- src/sdk/models/shared/filter.ts
131134
- src/sdk/models/shared/organization.ts
135+
- src/sdk/models/shared/report.ts
132136
- src/sdk/models/shared/embedaccesstokenresponse.ts
133137
- src/sdk/models/shared/embedtoken.ts
134138
- src/sdk/models/shared/clievent.ts
@@ -188,7 +192,7 @@ generatedFiles:
188192
- docs/sdk/models/operations/getschemarevisionresponse.md
189193
- docs/sdk/models/operations/getschemasrequest.md
190194
- docs/sdk/models/operations/getschemasresponse.md
191-
- docs/sdk/models/operations/file.md
195+
- docs/sdk/models/operations/registerschemafile.md
192196
- docs/sdk/models/operations/registerschemarequestbody.md
193197
- docs/sdk/models/operations/registerschemarequest.md
194198
- docs/sdk/models/operations/registerschemaresponse.md
@@ -215,6 +219,13 @@ generatedFiles:
215219
- docs/sdk/models/operations/queryeventlogrequest.md
216220
- docs/sdk/models/operations/queryeventlogresponse.md
217221
- docs/sdk/models/operations/getorganizationsresponse.md
222+
- docs/sdk/models/operations/getlintingreportsignedurlrequest.md
223+
- docs/sdk/models/operations/getlintingreportsignedurlsignedaccess.md
224+
- docs/sdk/models/operations/getlintingreportsignedurlresponse.md
225+
- docs/sdk/models/operations/file.md
226+
- docs/sdk/models/operations/uploadreportrequestbody.md
227+
- docs/sdk/models/operations/uploadreportuploadedreport.md
228+
- docs/sdk/models/operations/uploadreportresponse.md
218229
- docs/sdk/models/operations/getembedaccesstokenrequest.md
219230
- docs/sdk/models/operations/getembedaccesstokenresponse.md
220231
- docs/sdk/models/operations/getvalidembedaccesstokensresponse.md
@@ -250,12 +261,14 @@ generatedFiles:
250261
- docs/sdk/models/shared/preflightrequest.md
251262
- docs/sdk/models/shared/claims.md
252263
- docs/sdk/models/shared/accesstokenuser.md
264+
- docs/sdk/models/shared/accesstokenaccounttype.md
253265
- docs/sdk/models/shared/workspaces.md
254266
- docs/sdk/models/shared/accesstoken.md
255267
- docs/sdk/models/shared/user.md
256268
- docs/sdk/models/shared/level.md
257269
- docs/sdk/models/shared/accessdetails.md
258270
- docs/sdk/models/shared/accounttype.md
271+
- docs/sdk/models/shared/featureflags.md
259272
- docs/sdk/models/shared/apikeydetails.md
260273
- docs/sdk/models/shared/unboundedrequest.md
261274
- docs/sdk/models/shared/boundedrequest.md
@@ -264,6 +277,8 @@ generatedFiles:
264277
- docs/sdk/models/shared/filter.md
265278
- docs/sdk/models/shared/organizationaccounttype.md
266279
- docs/sdk/models/shared/organization.md
280+
- docs/sdk/models/shared/typet.md
281+
- docs/sdk/models/shared/report.md
267282
- docs/sdk/models/shared/embedaccesstokenresponse.md
268283
- docs/sdk/models/shared/embedtoken.md
269284
- docs/sdk/models/shared/generatebumptype.md
@@ -281,6 +296,7 @@ generatedFiles:
281296
- docs/sdks/auth/README.md
282297
- docs/sdks/requests/README.md
283298
- docs/sdks/organizations/README.md
299+
- docs/sdks/reports/README.md
284300
- docs/sdks/embeds/README.md
285301
- docs/sdks/events/README.md
286302
- USAGE.md

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,11 @@ run();
117117

118118
* [getOrganizations](docs/sdks/organizations/README.md#getorganizations) - Get organizations for a user
119119

120+
### [reports](docs/sdks/reports/README.md)
121+
122+
* [getLintingReportSignedUrl](docs/sdks/reports/README.md#getlintingreportsignedurl) - Get the signed access url for the linting reports for a particular document.
123+
* [uploadReport](docs/sdks/reports/README.md#uploadreport) - Upload a report.
124+
120125
### [embeds](docs/sdks/embeds/README.md)
121126

122127
* [getEmbedAccessToken](docs/sdks/embeds/README.md#getembedaccesstoken) - Get an embed access token for the current workspace.

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1356,4 +1356,14 @@ Based on:
13561356
### Generated
13571357
- [typescript v3.2.3] .
13581358
### Releases
1359-
- [NPM v3.2.3] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/3.2.3 - .
1359+
- [NPM v3.2.3] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/3.2.3 - .
1360+
1361+
## 2024-04-17 00:11:40
1362+
### Changes
1363+
Based on:
1364+
- OpenAPI Doc 0.4.0 https://docs.speakeasyapi.dev/openapi.yaml
1365+
- Speakeasy CLI 1.253.3 (2.306.3) https://github.com/speakeasy-api/speakeasy
1366+
### Generated
1367+
- [typescript v3.2.4] .
1368+
### Releases
1369+
- [NPM v3.2.4] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/3.2.4 - .
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# GetLintingReportSignedUrlRequest
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ------------------------------------------------------------------- | ------------------------------------------------------------------- | ------------------------------------------------------------------- | ------------------------------------------------------------------- |
8+
| `documentChecksum` | *string* | :heavy_check_mark: | The checksum of the document to retrieve the signed access url for. |
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# GetLintingReportSignedUrlResponse
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| --------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------- |
8+
| `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
9+
| `statusCode` | *number* | :heavy_check_mark: | HTTP response status code for this operation |
10+
| `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
11+
| `signedAccess` | [operations.GetLintingReportSignedUrlSignedAccess](../../../sdk/models/operations/getlintingreportsignedurlsignedaccess.md) | :heavy_minus_sign: | OK |
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# GetLintingReportSignedUrlSignedAccess
2+
3+
OK
4+
5+
6+
## Fields
7+
8+
| Field | Type | Required | Description |
9+
| ------------------ | ------------------ | ------------------ | ------------------ |
10+
| `url` | *string* | :heavy_check_mark: | N/A |

docs/sdk/models/operations/getmanifestrequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
| ------------------- | ------------------- | ------------------- | ------------------- |
88
| `namespaceName` | *string* | :heavy_check_mark: | N/A |
99
| `organizationSlug` | *string* | :heavy_check_mark: | N/A |
10-
| `revisionReference` | *string* | :heavy_check_mark: | N/A |
10+
| `revisionReference` | *string* | :heavy_check_mark: | Tag or digest |
1111
| `workspaceSlug` | *string* | :heavy_check_mark: | N/A |

docs/sdk/models/operations/getworkspacetargetsresponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
| Field | Type | Required | Description |
77
| ------------------------------------------------------------- | ------------------------------------------------------------- | ------------------------------------------------------------- | ------------------------------------------------------------- |
88
| `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
9-
| `error` | [shared.ErrorT](../../../sdk/models/shared/errort.md) | :heavy_minus_sign: | N/A |
9+
| `error` | [shared.ErrorT](../../../sdk/models/shared/errort.md) | :heavy_minus_sign: | Error |
1010
| `statusCode` | *number* | :heavy_check_mark: | HTTP response status code for this operation |
1111
| `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
1212
| `targetSDKList` | [shared.TargetSDK](../../../sdk/models/shared/targetsdk.md)[] | :heavy_minus_sign: | Success |

docs/sdk/models/operations/postworkspaceeventsresponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
| Field | Type | Required | Description |
77
| ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- |
88
| `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
9-
| `error` | [shared.ErrorT](../../../sdk/models/shared/errort.md) | :heavy_minus_sign: | N/A |
9+
| `error` | [shared.ErrorT](../../../sdk/models/shared/errort.md) | :heavy_minus_sign: | Error |
1010
| `statusCode` | *number* | :heavy_check_mark: | HTTP response status code for this operation |
1111
| `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# RegisterSchemaFile
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ------------------ | ------------------ | ------------------ | ------------------ |
8+
| `content` | *Uint8Array* | :heavy_check_mark: | N/A |
9+
| `fileName` | *string* | :heavy_check_mark: | N/A |

0 commit comments

Comments
 (0)