Skip to content

Commit fea6669

Browse files
committed
ci: regenerated with OpenAPI Doc 0.3.0, Speakeay CLI 1.86.0
1 parent 9441943 commit fea6669

File tree

12 files changed

+32
-22
lines changed

12 files changed

+32
-22
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ if res.apis is not None:
4747

4848
* [validate_api_key](docs/sdks/speakeasy/README.md#validate_api_key) - Validate the current api key.
4949

50-
### [api_endpoints](docs/sdks/apiendpoints/README.md)
50+
### [APIEndpoints](docs/sdks/apiendpoints/README.md)
5151

5252
* [delete_api_endpoint](docs/sdks/apiendpoints/README.md#delete_api_endpoint) - Delete an ApiEndpoint.
5353
* [find_api_endpoint](docs/sdks/apiendpoints/README.md#find_api_endpoint) - Find an ApiEndpoint via its displayName.
@@ -58,7 +58,7 @@ if res.apis is not None:
5858
* [get_api_endpoint](docs/sdks/apiendpoints/README.md#get_api_endpoint) - Get an ApiEndpoint.
5959
* [upsert_api_endpoint](docs/sdks/apiendpoints/README.md#upsert_api_endpoint) - Upsert an ApiEndpoint.
6060

61-
### [apis](docs/sdks/apis/README.md)
61+
### [Apis](docs/sdks/apis/README.md)
6262

6363
* [delete_api](docs/sdks/apis/README.md#delete_api) - Delete an Api.
6464
* [generate_open_api_spec](docs/sdks/apis/README.md#generate_open_api_spec) - Generate an OpenAPI specification for a particular Api.
@@ -67,31 +67,31 @@ if res.apis is not None:
6767
* [get_apis](docs/sdks/apis/README.md#get_apis) - Get a list of Apis for a given workspace
6868
* [upsert_api](docs/sdks/apis/README.md#upsert_api) - Upsert an Api
6969

70-
### [embeds](docs/sdks/embeds/README.md)
70+
### [Embeds](docs/sdks/embeds/README.md)
7171

7272
* [get_embed_access_token](docs/sdks/embeds/README.md#get_embed_access_token) - Get an embed access token for the current workspace.
7373
* [get_valid_embed_access_tokens](docs/sdks/embeds/README.md#get_valid_embed_access_tokens) - Get all valid embed access tokens for the current workspace.
7474
* [revoke_embed_access_token](docs/sdks/embeds/README.md#revoke_embed_access_token) - Revoke an embed access EmbedToken.
7575

76-
### [metadata](docs/sdks/metadata/README.md)
76+
### [Metadata](docs/sdks/metadata/README.md)
7777

7878
* [delete_version_metadata](docs/sdks/metadata/README.md#delete_version_metadata) - Delete metadata for a particular apiID and versionID.
7979
* [get_version_metadata](docs/sdks/metadata/README.md#get_version_metadata) - Get all metadata for a particular apiID and versionID.
8080
* [insert_version_metadata](docs/sdks/metadata/README.md#insert_version_metadata) - Insert metadata for a particular apiID and versionID.
8181

82-
### [plugins](docs/sdks/plugins/README.md)
82+
### [Plugins](docs/sdks/plugins/README.md)
8383

8484
* [get_plugins](docs/sdks/plugins/README.md#get_plugins) - Get all plugins for the current workspace.
8585
* [run_plugin](docs/sdks/plugins/README.md#run_plugin) - Run a plugin
8686
* [upsert_plugin](docs/sdks/plugins/README.md#upsert_plugin) - Upsert a plugin
8787

88-
### [requests](docs/sdks/requests/README.md)
88+
### [Requests](docs/sdks/requests/README.md)
8989

9090
* [generate_request_postman_collection](docs/sdks/requests/README.md#generate_request_postman_collection) - Generate a Postman collection for a particular request.
9191
* [get_request_from_event_log](docs/sdks/requests/README.md#get_request_from_event_log) - Get information about a particular request.
9292
* [query_event_log](docs/sdks/requests/README.md#query_event_log) - Query the event log to retrieve a list of requests.
9393

94-
### [schemas](docs/sdks/schemas/README.md)
94+
### [Schemas](docs/sdks/schemas/README.md)
9595

9696
* [delete_schema](docs/sdks/schemas/README.md#delete_schema) - Delete a particular schema revision for an Api.
9797
* [download_schema](docs/sdks/schemas/README.md#download_schema) - Download the latest schema for a particular apiID.

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -886,4 +886,14 @@ Based on:
886886
### Generated
887887
- [python v1.55.4] .
888888
### Releases
889-
- [PyPI v1.55.4] https://pypi.org/project/speakeasy-client-sdk-python/1.55.4 - .
889+
- [PyPI v1.55.4] https://pypi.org/project/speakeasy-client-sdk-python/1.55.4 - .
890+
891+
## 2023-09-16 00:09:23
892+
### Changes
893+
Based on:
894+
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
895+
- Speakeasy CLI 1.86.0 (2.115.2) https://github.com/speakeasy-api/speakeasy
896+
### Generated
897+
- [python v1.55.5] .
898+
### Releases
899+
- [PyPI v1.55.5] https://pypi.org/project/speakeasy-client-sdk-python/1.55.5 - .

docs/sdks/apiendpoints/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# api_endpoints
1+
# APIEndpoints
22

33
## Overview
44

docs/sdks/apis/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# apis
1+
# Apis
22

33
## Overview
44

docs/sdks/embeds/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# embeds
1+
# Embeds
22

33
## Overview
44

docs/sdks/metadata/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# metadata
1+
# Metadata
22

33
## Overview
44

docs/sdks/plugins/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# plugins
1+
# Plugins
22

33
## Overview
44

docs/sdks/requests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# requests
1+
# Requests
22

33
## Overview
44

docs/sdks/schemas/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# schemas
1+
# Schemas
22

33
## Overview
44

gen.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@ configVersion: 1.0.0
22
management:
33
docChecksum: 8c4f3932e054e1b349a9a34f12cf7e8c
44
docVersion: 0.3.0
5-
speakeasyVersion: 1.82.5
6-
generationVersion: 2.108.3
5+
speakeasyVersion: 1.86.0
6+
generationVersion: 2.115.2
77
generation:
88
sdkClassName: speakeasy
99
singleTagPerOp: false
1010
telemetryEnabled: true
1111
features:
1212
python:
13-
core: 2.85.4
13+
core: 2.85.5
1414
examples: 2.81.2
1515
globalSecurity: 2.81.1
1616
globalServerURLs: 2.82.0
1717
inputOutputModels: 2.81.1
1818
serverIDs: 2.81.1
1919
python:
20-
version: 1.55.4
20+
version: 1.55.5
2121
author: Speakeasy
2222
description: Speakeasy API Client SDK for Python
2323
maxMethodParams: 0

0 commit comments

Comments
 (0)