Skip to content

Commit c325ba4

Browse files
committed
ci: regenerated with OpenAPI Doc 0.3.0, Speakeasy CLI 1.114.1
1 parent c7c5426 commit c325ba4

Some content is hidden

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

64 files changed

+343
-317
lines changed

README.md

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ req = Operations::GetApisRequest.new(
2727
"string",
2828
],
2929
},
30-
op=Operations::GetApisOp.new(
30+
op=Operations::QueryParamOp.new(
3131
and_=false,
3232
),
3333
),
3434
)
3535

3636
res = s.apis.get_apis(req)
3737

38-
if ! res.apis.nil?
38+
if ! res.classes.nil?
3939
# handle response
4040
end
4141

@@ -49,18 +49,7 @@ end
4949

5050
* [validate_api_key](docs/sdks/sdk/README.md#validate_api_key) - Validate the current api key.
5151

52-
### [api_endpoints](docs/sdks/apiendpoints/README.md)
53-
54-
* [delete_api_endpoint](docs/sdks/apiendpoints/README.md#delete_api_endpoint) - Delete an ApiEndpoint.
55-
* [find_api_endpoint](docs/sdks/apiendpoints/README.md#find_api_endpoint) - Find an ApiEndpoint via its displayName.
56-
* [generate_open_api_spec_for_api_endpoint](docs/sdks/apiendpoints/README.md#generate_open_api_spec_for_api_endpoint) - Generate an OpenAPI specification for a particular ApiEndpoint.
57-
* [generate_postman_collection_for_api_endpoint](docs/sdks/apiendpoints/README.md#generate_postman_collection_for_api_endpoint) - Generate a Postman collection for a particular ApiEndpoint.
58-
* [get_all_api_endpoints](docs/sdks/apiendpoints/README.md#get_all_api_endpoints) - Get all Api endpoints for a particular apiID.
59-
* [get_all_for_version_api_endpoints](docs/sdks/apiendpoints/README.md#get_all_for_version_api_endpoints) - Get all ApiEndpoints for a particular apiID and versionID.
60-
* [get_api_endpoint](docs/sdks/apiendpoints/README.md#get_api_endpoint) - Get an ApiEndpoint.
61-
* [upsert_api_endpoint](docs/sdks/apiendpoints/README.md#upsert_api_endpoint) - Upsert an ApiEndpoint.
62-
63-
### [apis](docs/sdks/apis/README.md)
52+
### [Apis](docs/sdks/apis/README.md)
6453

6554
* [delete_api](docs/sdks/apis/README.md#delete_api) - Delete an Api.
6655
* [generate_open_api_spec](docs/sdks/apis/README.md#generate_open_api_spec) - Generate an OpenAPI specification for a particular Api.
@@ -69,31 +58,24 @@ end
6958
* [get_apis](docs/sdks/apis/README.md#get_apis) - Get a list of Apis for a given workspace
7059
* [upsert_api](docs/sdks/apis/README.md#upsert_api) - Upsert an Api
7160

72-
### [embeds](docs/sdks/embeds/README.md)
61+
### [ApiEndpoints](docs/sdks/apiendpoints/README.md)
7362

74-
* [get_embed_access_token](docs/sdks/embeds/README.md#get_embed_access_token) - Get an embed access token for the current workspace.
75-
* [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.
76-
* [revoke_embed_access_token](docs/sdks/embeds/README.md#revoke_embed_access_token) - Revoke an embed access EmbedToken.
63+
* [delete_api_endpoint](docs/sdks/apiendpoints/README.md#delete_api_endpoint) - Delete an ApiEndpoint.
64+
* [find_api_endpoint](docs/sdks/apiendpoints/README.md#find_api_endpoint) - Find an ApiEndpoint via its displayName.
65+
* [generate_open_api_spec_for_api_endpoint](docs/sdks/apiendpoints/README.md#generate_open_api_spec_for_api_endpoint) - Generate an OpenAPI specification for a particular ApiEndpoint.
66+
* [generate_postman_collection_for_api_endpoint](docs/sdks/apiendpoints/README.md#generate_postman_collection_for_api_endpoint) - Generate a Postman collection for a particular ApiEndpoint.
67+
* [get_all_api_endpoints](docs/sdks/apiendpoints/README.md#get_all_api_endpoints) - Get all Api endpoints for a particular apiID.
68+
* [get_all_for_version_api_endpoints](docs/sdks/apiendpoints/README.md#get_all_for_version_api_endpoints) - Get all ApiEndpoints for a particular apiID and versionID.
69+
* [get_api_endpoint](docs/sdks/apiendpoints/README.md#get_api_endpoint) - Get an ApiEndpoint.
70+
* [upsert_api_endpoint](docs/sdks/apiendpoints/README.md#upsert_api_endpoint) - Upsert an ApiEndpoint.
7771

78-
### [metadata](docs/sdks/metadata/README.md)
72+
### [Metadata](docs/sdks/metadata/README.md)
7973

8074
* [delete_version_metadata](docs/sdks/metadata/README.md#delete_version_metadata) - Delete metadata for a particular apiID and versionID.
8175
* [get_version_metadata](docs/sdks/metadata/README.md#get_version_metadata) - Get all metadata for a particular apiID and versionID.
8276
* [insert_version_metadata](docs/sdks/metadata/README.md#insert_version_metadata) - Insert metadata for a particular apiID and versionID.
8377

84-
### [plugins](docs/sdks/plugins/README.md)
85-
86-
* [get_plugins](docs/sdks/plugins/README.md#get_plugins) - Get all plugins for the current workspace.
87-
* [run_plugin](docs/sdks/plugins/README.md#run_plugin) - Run a plugin
88-
* [upsert_plugin](docs/sdks/plugins/README.md#upsert_plugin) - Upsert a plugin
89-
90-
### [requests](docs/sdks/requests/README.md)
91-
92-
* [generate_request_postman_collection](docs/sdks/requests/README.md#generate_request_postman_collection) - Generate a Postman collection for a particular request.
93-
* [get_request_from_event_log](docs/sdks/requests/README.md#get_request_from_event_log) - Get information about a particular request.
94-
* [query_event_log](docs/sdks/requests/README.md#query_event_log) - Query the event log to retrieve a list of requests.
95-
96-
### [schemas](docs/sdks/schemas/README.md)
78+
### [Schemas](docs/sdks/schemas/README.md)
9779

9880
* [delete_schema](docs/sdks/schemas/README.md#delete_schema) - Delete a particular schema revision for an Api.
9981
* [download_schema](docs/sdks/schemas/README.md#download_schema) - Download the latest schema for a particular apiID.
@@ -103,6 +85,24 @@ end
10385
* [get_schema_revision](docs/sdks/schemas/README.md#get_schema_revision) - Get information about a particular schema revision for an Api.
10486
* [get_schemas](docs/sdks/schemas/README.md#get_schemas) - Get information about all schemas associated with a particular apiID.
10587
* [register_schema](docs/sdks/schemas/README.md#register_schema) - Register a schema.
88+
89+
### [Requests](docs/sdks/requests/README.md)
90+
91+
* [generate_request_postman_collection](docs/sdks/requests/README.md#generate_request_postman_collection) - Generate a Postman collection for a particular request.
92+
* [get_request_from_event_log](docs/sdks/requests/README.md#get_request_from_event_log) - Get information about a particular request.
93+
* [query_event_log](docs/sdks/requests/README.md#query_event_log) - Query the event log to retrieve a list of requests.
94+
95+
### [Plugins](docs/sdks/plugins/README.md)
96+
97+
* [get_plugins](docs/sdks/plugins/README.md#get_plugins) - Get all plugins for the current workspace.
98+
* [run_plugin](docs/sdks/plugins/README.md#run_plugin) - Run a plugin
99+
* [upsert_plugin](docs/sdks/plugins/README.md#upsert_plugin) - Upsert a plugin
100+
101+
### [Embeds](docs/sdks/embeds/README.md)
102+
103+
* [get_embed_access_token](docs/sdks/embeds/README.md#get_embed_access_token) - Get an embed access token for the current workspace.
104+
* [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.
105+
* [revoke_embed_access_token](docs/sdks/embeds/README.md#revoke_embed_access_token) - Revoke an embed access EmbedToken.
106106
<!-- End SDK Available Operations -->
107107

108108

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,4 +438,14 @@ Based on:
438438
### Generated
439439
- [ruby v1.27.1] .
440440
### Releases
441-
- [Ruby Gems v1.27.1] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/1.27.1 - .
441+
- [Ruby Gems v1.27.1] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/1.27.1 - .
442+
443+
## 2023-11-07 00:02:46
444+
### Changes
445+
Based on:
446+
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
447+
- Speakeasy CLI 1.114.1 (2.181.1) https://github.com/speakeasy-api/speakeasy
448+
### Generated
449+
- [ruby v2.0.0] .
450+
### Releases
451+
- [Ruby Gems v2.0.0] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/2.0.0 - .

USAGE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ req = Operations::GetApisRequest.new(
2020
"string",
2121
],
2222
},
23-
op=Operations::GetApisOp.new(
23+
op=Operations::QueryParamOp.new(
2424
and_=false,
2525
),
2626
),
2727
)
2828

2929
res = s.apis.get_apis(req)
3030

31-
if ! res.apis.nil?
31+
if ! res.classes.nil?
3232
# handle response
3333
end
3434

docs/models/operations/downloadschemaresponse.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55

66
| Field | Type | Required | Description |
77
| --------------------------------------------------------------------------- | --------------------------------------------------------------------------- | --------------------------------------------------------------------------- | --------------------------------------------------------------------------- |
8+
| `two_hundred_application_json_schema` | *T.nilable(String)* | :heavy_minus_sign: | OK |
9+
| `two_hundred_application_x_yaml_schema` | *T.nilable(String)* | :heavy_minus_sign: | OK |
810
| `content_type` | *String* | :heavy_check_mark: | HTTP response content type for this operation |
911
| `error` | [T.nilable(Shared::Error)](../../models/shared/error.md) | :heavy_minus_sign: | Default error response |
10-
| `schema` | *T.nilable(String)* | :heavy_minus_sign: | OK |
1112
| `status_code` | *Integer* | :heavy_check_mark: | HTTP response status code for this operation |
1213
| `raw_response` | [Faraday::Response](https://www.rubydoc.info/gems/faraday/Faraday/Response) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |

docs/models/operations/downloadschemarevisionresponse.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55

66
| Field | Type | Required | Description |
77
| --------------------------------------------------------------------------- | --------------------------------------------------------------------------- | --------------------------------------------------------------------------- | --------------------------------------------------------------------------- |
8+
| `two_hundred_application_json_schema` | *T.nilable(String)* | :heavy_minus_sign: | OK |
9+
| `two_hundred_application_x_yaml_schema` | *T.nilable(String)* | :heavy_minus_sign: | OK |
810
| `content_type` | *String* | :heavy_check_mark: | HTTP response content type for this operation |
911
| `error` | [T.nilable(Shared::Error)](../../models/shared/error.md) | :heavy_minus_sign: | Default error response |
10-
| `schema` | *T.nilable(String)* | :heavy_minus_sign: | OK |
1112
| `status_code` | *Integer* | :heavy_check_mark: | HTTP response status code for this operation |
1213
| `raw_response` | [Faraday::Response](https://www.rubydoc.info/gems/faraday/Faraday/Response) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# RegisterSchemaRequestBodyFile
1+
# File
22

33

44
## Fields
55

66
| Field | Type | Required | Description |
77
| ------------------ | ------------------ | ------------------ | ------------------ |
88
| `content` | *String* | :heavy_check_mark: | N/A |
9-
| `file` | *String* | :heavy_check_mark: | N/A |
9+
| `file_name` | *String* | :heavy_check_mark: | N/A |

docs/models/operations/getallapiendpointsresponse.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
| Field | Type | Required | Description |
77
| --------------------------------------------------------------------------- | --------------------------------------------------------------------------- | --------------------------------------------------------------------------- | --------------------------------------------------------------------------- |
8-
| `api_endpoints` | T::Array<[Shared::ApiEndpoint](../../models/shared/apiendpoint.md)> | :heavy_minus_sign: | OK |
98
| `content_type` | *String* | :heavy_check_mark: | HTTP response content type for this operation |
109
| `error` | [T.nilable(Shared::Error)](../../models/shared/error.md) | :heavy_minus_sign: | Default error response |
1110
| `status_code` | *Integer* | :heavy_check_mark: | HTTP response status code for this operation |
12-
| `raw_response` | [Faraday::Response](https://www.rubydoc.info/gems/faraday/Faraday/Response) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |
11+
| `raw_response` | [Faraday::Response](https://www.rubydoc.info/gems/faraday/Faraday/Response) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |
12+
| `classes` | T::Array<[Shared::ApiEndpoint](../../models/shared/apiendpoint.md)> | :heavy_minus_sign: | OK |

docs/models/operations/getallapiversionsrequest.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
## Fields
55

6-
| Field | Type | Required | Description |
7-
| -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- |
8-
| `api_id` | *String* | :heavy_check_mark: | The ID of the Api to retrieve. |
9-
| `metadata` | T::Hash[Symbol, T::Array<*String*>] | :heavy_minus_sign: | Metadata to filter Apis on |
10-
| `op` | [T.nilable(Operations::GetAllApiVersionsOp)](../../models/operations/getallapiversionsop.md) | :heavy_minus_sign: | Configuration for filter operations |
6+
| Field | Type | Required | Description |
7+
| ---------------------------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- |
8+
| `api_id` | *String* | :heavy_check_mark: | The ID of the Api to retrieve. |
9+
| `metadata` | T::Hash[Symbol, T::Array<*String*>] | :heavy_minus_sign: | Metadata to filter Apis on |
10+
| `op` | [T.nilable(Operations::Op)](../../models/operations/op.md) | :heavy_minus_sign: | Configuration for filter operations |

0 commit comments

Comments
 (0)