Skip to content

Commit 0be1867

Browse files
committed
ci: regenerated with OpenAPI Doc 0.4.0, Speakeasy CLI 1.253.3
1 parent 9feea31 commit 0be1867

38 files changed

+558
-50
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: b0b519b1-d1d3-43b2-82dd-b4292eadd4b0
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: 5.6.6
9-
configChecksum: 7e129e293f71ce7563cf7ce2bfe44e6b
6+
speakeasyVersion: 1.253.3
7+
generationVersion: 2.306.3
8+
releaseVersion: 5.6.7
9+
configChecksum: 07c1104d9a89045f0101cd18069bf3ab
1010
repoURL: https://github.com/speakeasy-api/speakeasy-client-sdk-python.git
1111
repoSubDirectory: .
1212
installationURL: https://github.com/speakeasy-api/speakeasy-client-sdk-python.git
@@ -33,6 +33,7 @@ generatedFiles:
3333
- src/speakeasy/auth.py
3434
- src/speakeasy/requests.py
3535
- src/speakeasy/organizations.py
36+
- src/speakeasy/reports.py
3637
- src/speakeasy/embeds.py
3738
- src/speakeasy/events.py
3839
- src/speakeasy/sdk.py
@@ -84,6 +85,8 @@ generatedFiles:
8485
- src/speakeasy/models/operations/getrequestfromeventlog.py
8586
- src/speakeasy/models/operations/queryeventlog.py
8687
- src/speakeasy/models/operations/getorganizations.py
88+
- src/speakeasy/models/operations/getlintingreportsignedurl.py
89+
- src/speakeasy/models/operations/uploadreport.py
8790
- src/speakeasy/models/operations/getembedaccesstoken.py
8891
- src/speakeasy/models/operations/getvalidembedaccesstokens.py
8992
- src/speakeasy/models/operations/revokeembedaccesstoken.py
@@ -121,6 +124,7 @@ generatedFiles:
121124
- src/speakeasy/models/shared/filters.py
122125
- src/speakeasy/models/shared/filter_.py
123126
- src/speakeasy/models/shared/organization.py
127+
- src/speakeasy/models/shared/report.py
124128
- src/speakeasy/models/shared/embedaccesstokenresponse.py
125129
- src/speakeasy/models/shared/embedtoken.py
126130
- src/speakeasy/models/shared/clievent.py
@@ -183,7 +187,7 @@ generatedFiles:
183187
- docs/models/operations/getschemarevisionresponse.md
184188
- docs/models/operations/getschemasrequest.md
185189
- docs/models/operations/getschemasresponse.md
186-
- docs/models/operations/file.md
190+
- docs/models/operations/registerschemafile.md
187191
- docs/models/operations/registerschemarequestbody.md
188192
- docs/models/operations/registerschemarequest.md
189193
- docs/models/operations/registerschemaresponse.md
@@ -210,6 +214,13 @@ generatedFiles:
210214
- docs/models/operations/queryeventlogrequest.md
211215
- docs/models/operations/queryeventlogresponse.md
212216
- docs/models/operations/getorganizationsresponse.md
217+
- docs/models/operations/getlintingreportsignedurlrequest.md
218+
- docs/models/operations/getlintingreportsignedurlsignedaccess.md
219+
- docs/models/operations/getlintingreportsignedurlresponse.md
220+
- docs/models/operations/file.md
221+
- docs/models/operations/uploadreportrequestbody.md
222+
- docs/models/operations/uploadreportuploadedreport.md
223+
- docs/models/operations/uploadreportresponse.md
213224
- docs/models/operations/getembedaccesstokenrequest.md
214225
- docs/models/operations/getembedaccesstokenresponse.md
215226
- docs/models/operations/getvalidembedaccesstokensresponse.md
@@ -248,12 +259,14 @@ generatedFiles:
248259
- docs/models/shared/preflightrequest.md
249260
- docs/models/shared/claims.md
250261
- docs/models/shared/accesstokenuser.md
262+
- docs/models/shared/accesstokenaccounttype.md
251263
- docs/models/shared/workspaces.md
252264
- docs/models/shared/accesstoken.md
253265
- docs/models/shared/user.md
254266
- docs/models/shared/level.md
255267
- docs/models/shared/accessdetails.md
256268
- docs/models/shared/accounttype.md
269+
- docs/models/shared/featureflags.md
257270
- docs/models/shared/apikeydetails.md
258271
- docs/models/shared/unboundedrequest.md
259272
- docs/models/shared/boundedrequest.md
@@ -262,6 +275,8 @@ generatedFiles:
262275
- docs/models/shared/filter_.md
263276
- docs/models/shared/organizationaccounttype.md
264277
- docs/models/shared/organization.md
278+
- docs/models/shared/type.md
279+
- docs/models/shared/report.md
265280
- docs/models/shared/embedaccesstokenresponse.md
266281
- docs/models/shared/embedtoken.md
267282
- docs/models/shared/generatebumptype.md
@@ -280,6 +295,7 @@ generatedFiles:
280295
- docs/sdks/auth/README.md
281296
- docs/sdks/requests/README.md
282297
- docs/sdks/organizations/README.md
298+
- docs/sdks/reports/README.md
283299
- docs/sdks/embeds/README.md
284300
- docs/sdks/events/README.md
285301
- USAGE.md

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,11 @@ if res.apis is not None:
101101

102102
* [get_organizations](docs/sdks/organizations/README.md#get_organizations) - Get organizations for a user
103103

104+
### [reports](docs/sdks/reports/README.md)
105+
106+
* [get_linting_report_signed_url](docs/sdks/reports/README.md#get_linting_report_signed_url) - Get the signed access url for the linting reports for a particular document.
107+
* [upload_report](docs/sdks/reports/README.md#upload_report) - Upload a report.
108+
104109
### [embeds](docs/sdks/embeds/README.md)
105110

106111
* [get_embed_access_token](docs/sdks/embeds/README.md#get_embed_access_token) - 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
@@ -1446,4 +1446,14 @@ Based on:
14461446
### Generated
14471447
- [python v5.6.6] .
14481448
### Releases
1449-
- [PyPI v5.6.6] https://pypi.org/project/speakeasy-client-sdk-python/5.6.6 - .
1449+
- [PyPI v5.6.6] https://pypi.org/project/speakeasy-client-sdk-python/5.6.6 - .
1450+
1451+
## 2024-04-17 00:10:57
1452+
### Changes
1453+
Based on:
1454+
- OpenAPI Doc 0.4.0 https://docs.speakeasyapi.dev/openapi.yaml
1455+
- Speakeasy CLI 1.253.3 (2.306.3) https://github.com/speakeasy-api/speakeasy
1456+
### Generated
1457+
- [python v5.6.7] .
1458+
### Releases
1459+
- [PyPI v5.6.7] https://pypi.org/project/speakeasy-client-sdk-python/5.6.7 - .
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+
| `document_checksum` | *str* | :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+
| `content_type` | *str* | :heavy_check_mark: | HTTP response content type for this operation |
9+
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
10+
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
11+
| `signed_access` | [Optional[operations.GetLintingReportSignedURLSignedAccess]](../../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` | *str* | :heavy_check_mark: | N/A |

docs/models/operations/getmanifestrequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
| -------------------- | -------------------- | -------------------- | -------------------- |
88
| `namespace_name` | *str* | :heavy_check_mark: | N/A |
99
| `organization_slug` | *str* | :heavy_check_mark: | N/A |
10-
| `revision_reference` | *str* | :heavy_check_mark: | N/A |
10+
| `revision_reference` | *str* | :heavy_check_mark: | Tag or digest |
1111
| `workspace_slug` | *str* | :heavy_check_mark: | N/A |
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` | *bytes* | :heavy_check_mark: | N/A |
9+
| `file_name` | *str* | :heavy_check_mark: | N/A |

docs/models/operations/registerschemarequestbody.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ The schema file to upload provided as a multipart/form-data file segment.
55

66
## Fields
77

8-
| Field | Type | Required | Description |
9-
| -------------------------------------------------- | -------------------------------------------------- | -------------------------------------------------- | -------------------------------------------------- |
10-
| `file` | [operations.File](../../models/operations/file.md) | :heavy_check_mark: | N/A |
8+
| Field | Type | Required | Description |
9+
| ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ |
10+
| `file` | [operations.RegisterSchemaFile](../../models/operations/registerschemafile.md) | :heavy_check_mark: | N/A |
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# UploadReportRequestBody
2+
3+
The report file to upload provided as a multipart/form-data file segment.
4+
5+
6+
## Fields
7+
8+
| Field | Type | Required | Description |
9+
| -------------------------------------------------- | -------------------------------------------------- | -------------------------------------------------- | -------------------------------------------------- |
10+
| `data` | [shared.Report](../../models/shared/report.md) | :heavy_check_mark: | N/A |
11+
| `file` | [operations.File](../../models/operations/file.md) | :heavy_check_mark: | N/A |

0 commit comments

Comments
 (0)