Skip to content

Commit cec93bf

Browse files
committed
ci: regenerated with OpenAPI Doc 0.4.0 ., Speakeasy CLI 1.296.1
1 parent dd50c8a commit cec93bf

20 files changed

+319
-14
lines changed

.speakeasy/gen.lock

Lines changed: 15 additions & 5 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: c1d828d0e8ecf8fac6bec9e95f0ca086
4+
docChecksum: 8a861fbcf601580459816dcab1973d85
55
docVersion: 0.4.0 .
6-
speakeasyVersion: 1.295.2
7-
generationVersion: 2.335.5
8-
releaseVersion: 5.9.4
9-
configChecksum: 4de1f6a9cb3447add984c35df9f5946a
6+
speakeasyVersion: 1.296.1
7+
generationVersion: 2.338.1
8+
releaseVersion: 5.9.5
9+
configChecksum: 5f14342b41503337cd11f18dcc9e1d83
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
@@ -41,6 +41,7 @@ generatedFiles:
4141
- src/speakeasy/github.py
4242
- src/speakeasy/organizations.py
4343
- src/speakeasy/reports.py
44+
- src/speakeasy/suggest.py
4445
- src/speakeasy/embeds.py
4546
- src/speakeasy/events.py
4647
- src/speakeasy/sdk.py
@@ -100,6 +101,7 @@ generatedFiles:
100101
- src/speakeasy/models/operations/getchangesreportsignedurl.py
101102
- src/speakeasy/models/operations/getlintingreportsignedurl.py
102103
- src/speakeasy/models/operations/uploadreport.py
104+
- src/speakeasy/models/operations/suggestoperationids.py
103105
- src/speakeasy/models/operations/getembedaccesstoken.py
104106
- src/speakeasy/models/operations/getvalidembedaccesstokens.py
105107
- src/speakeasy/models/operations/revokeembedaccesstoken.py
@@ -252,6 +254,13 @@ generatedFiles:
252254
- docs/models/operations/uploadreportrequestbody.md
253255
- docs/models/operations/uploadreportuploadedreport.md
254256
- docs/models/operations/uploadreportresponse.md
257+
- docs/models/operations/depthstyle.md
258+
- docs/models/operations/style.md
259+
- docs/models/operations/opts.md
260+
- docs/models/operations/schema.md
261+
- docs/models/operations/suggestoperationidsrequestbody.md
262+
- docs/models/operations/suggestoperationidssuggestion.md
263+
- docs/models/operations/suggestoperationidsresponse.md
255264
- docs/models/operations/getembedaccesstokenrequest.md
256265
- docs/models/operations/getembedaccesstokenresponse.md
257266
- docs/models/operations/getvalidembedaccesstokensresponse.md
@@ -337,6 +346,7 @@ generatedFiles:
337346
- docs/sdks/github/README.md
338347
- docs/sdks/organizations/README.md
339348
- docs/sdks/reports/README.md
349+
- docs/sdks/suggest/README.md
340350
- docs/sdks/embeds/README.md
341351
- docs/sdks/events/README.md
342352
- USAGE.md

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,10 @@ if res.apis is not None:
114114
* [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.
115115
* [upload_report](docs/sdks/reports/README.md#upload_report) - Upload a report.
116116

117+
### [suggest](docs/sdks/suggest/README.md)
118+
119+
* [suggest_operation_i_ds](docs/sdks/suggest/README.md#suggest_operation_i_ds) - Generate operation ID suggestions.
120+
117121
### [embeds](docs/sdks/embeds/README.md)
118122

119123
* [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
@@ -1596,4 +1596,14 @@ Based on:
15961596
### Generated
15971597
- [python v5.9.4] .
15981598
### Releases
1599-
- [PyPI v5.9.4] https://pypi.org/project/speakeasy-client-sdk-python/5.9.4 - .
1599+
- [PyPI v5.9.4] https://pypi.org/project/speakeasy-client-sdk-python/5.9.4 - .
1600+
1601+
## 2024-05-25 00:10:39
1602+
### Changes
1603+
Based on:
1604+
- OpenAPI Doc 0.4.0 . https://docs.speakeasyapi.dev/openapi.yaml
1605+
- Speakeasy CLI 1.296.1 (2.338.1) https://github.com/speakeasy-api/speakeasy
1606+
### Generated
1607+
- [python v5.9.5] .
1608+
### Releases
1609+
- [PyPI v5.9.5] https://pypi.org/project/speakeasy-client-sdk-python/5.9.5 - .

docs/models/operations/depthstyle.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# DepthStyle
2+
3+
4+
## Values
5+
6+
| Name | Value |
7+
| ---------- | ---------- |
8+
| `ORIGINAL` | original |
9+
| `FLAT` | flat |
10+
| `NESTED` | nested |
11+
| `DEEP` | deep |

docs/models/operations/opts.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Opts
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ------------------------------------------------------------------------ | ------------------------------------------------------------------------ | ------------------------------------------------------------------------ | ------------------------------------------------------------------------ |
8+
| `depth_style` | [Optional[operations.DepthStyle]](../../models/operations/depthstyle.md) | :heavy_minus_sign: | N/A |
9+
| `style` | [Optional[operations.Style]](../../models/operations/style.md) | :heavy_minus_sign: | N/A |

docs/models/operations/schema.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Schema
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/style.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Style
2+
3+
4+
## Values
5+
6+
| Name | Value |
7+
| ------------- | ------------- |
8+
| `STANDARDIZE` | standardize |
9+
| `RESOURCE` | resource |
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# SuggestOperationIDsRequestBody
2+
3+
The schema file to upload provided as a multipart/form-data file segment.
4+
5+
6+
## Fields
7+
8+
| Field | Type | Required | Description |
9+
| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
10+
| `schema` | [operations.Schema](../../models/operations/schema.md) | :heavy_check_mark: | N/A |
11+
| `opts` | [Optional[operations.Opts]](../../models/operations/opts.md) | :heavy_minus_sign: | N/A |
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# SuggestOperationIDsResponse
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+
| `suggestion` | [Optional[operations.SuggestOperationIDsSuggestion]](../../models/operations/suggestoperationidssuggestion.md) | :heavy_minus_sign: | OK |
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# SuggestOperationIDsSuggestion
2+
3+
OK
4+
5+
6+
## Fields
7+
8+
| Field | Type | Required | Description |
9+
| ---------------------- | ---------------------- | ---------------------- | ---------------------- |
10+
| `operation_ids` | Dict[str, List[*str*]] | :heavy_check_mark: | N/A |

0 commit comments

Comments
 (0)