Skip to content

Commit a4d5886

Browse files
authored
Merge pull request #4 from speakeasy-api/speakeasy-sdk-regen-1727863485
chore: 🐝 Update SDK - Generate 4.2.23
2 parents 7ed17f8 + d41db41 commit a4d5886

File tree

13 files changed

+87
-41
lines changed

13 files changed

+87
-41
lines changed

.speakeasy/gen.lock

+6-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@ id: ee307ad3-8dfc-4d06-9c04-86e7d437810d
33
management:
44
docChecksum: cf89a4fde0fbc1524296a333f75ea848
55
docVersion: 0.4.0 .
6-
speakeasyVersion: 1.405.6
7-
generationVersion: 2.428.1
8-
releaseVersion: 0.1.0
9-
configChecksum: 75290a64ad214f247206311465145621
6+
speakeasyVersion: 1.405.8
7+
generationVersion: 2.429.0
8+
releaseVersion: 4.2.23
9+
configChecksum: a4866914b99a5defe4ab5efd16620eec
10+
repoURL: https://github.com/speakeasy-api/speakeasy-client-sdk-ruby.git
11+
installationURL: https://github.com/speakeasy-api/speakeasy-client-sdk-ruby
1012
features:
1113
ruby:
1214
core: 3.2.26

.speakeasy/workflow.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
speakeasyVersion: 1.405.6
1+
speakeasyVersion: 1.405.8
22
sources: {}
33
targets:
44
speakeasy-client-sdk:

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ For more information about the API: [The Speakeasy Platform Documentation](/docs
3737
The SDK can be installed using [RubyGems](https://rubygems.org/):
3838

3939
```bash
40-
gem install openapi
40+
gem install specific_install
41+
gem specific_install https://github.com/speakeasy-api/speakeasy-client-sdk-ruby
4142
```
4243
<!-- End SDK Installation [installation] -->
4344

RELEASES.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,12 @@ Based on:
1616
### Generated
1717
- [ruby v4.2.23] .
1818
### Releases
19-
- [Ruby Gems v4.2.23] https://rubygems.org/gems/openapi/versions/4.2.23 - .
19+
- [Ruby Gems v4.2.23] https://rubygems.org/gems/openapi/versions/4.2.23 - .
20+
21+
## 2024-10-02 10:04:39
22+
### Changes
23+
Based on:
24+
- OpenAPI Doc
25+
- Speakeasy CLI 1.405.8 (2.429.0) https://github.com/speakeasy-api/speakeasy
26+
### Generated
27+
- [ruby v4.2.23] .

docs/sdks/apis/README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ end
4848

4949
### Parameters
5050

51-
| Parameter | Type | Required | Description |
52-
| ------------------------------------------------------------- | ------------------------------------------------------------- | ------------------------------------------------------------- | ------------------------------------------------------------- |
53-
| `op` | [::OpenApiSDK::Operations::Op](../../models/operations/op.md) | :heavy_minus_sign: | Configuration for filter operations |
54-
| `metadata` | T::Hash[Symbol, T::Array<*::String*>] | :heavy_minus_sign: | Metadata to filter Apis on |
51+
| Parameter | Type | Required | Description |
52+
| ------------------------------------------------------------------------ | ------------------------------------------------------------------------ | ------------------------------------------------------------------------ | ------------------------------------------------------------------------ |
53+
| `op` | [T.nilable(::OpenApiSDK::Operations::Op)](../../models/operations/op.md) | :heavy_minus_sign: | Configuration for filter operations |
54+
| `metadata` | T::Hash[Symbol, T::Array<*::String*>] | :heavy_minus_sign: | Metadata to filter Apis on |
5555

5656
### Response
5757

@@ -94,11 +94,11 @@ end
9494

9595
### Parameters
9696

97-
| Parameter | Type | Required | Description |
98-
| --------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- |
99-
| `api_id` | *::String* | :heavy_check_mark: | The ID of the Api to retrieve. |
100-
| `op` | [::OpenApiSDK::Operations::QueryParamOp](../../models/operations/queryparamop.md) | :heavy_minus_sign: | Configuration for filter operations |
101-
| `metadata` | T::Hash[Symbol, T::Array<*::String*>] | :heavy_minus_sign: | Metadata to filter Apis on |
97+
| Parameter | Type | Required | Description |
98+
| -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- |
99+
| `api_id` | *::String* | :heavy_check_mark: | The ID of the Api to retrieve. |
100+
| `op` | [T.nilable(::OpenApiSDK::Operations::QueryParamOp)](../../models/operations/queryparamop.md) | :heavy_minus_sign: | Configuration for filter operations |
101+
| `metadata` | T::Hash[Symbol, T::Array<*::String*>] | :heavy_minus_sign: | Metadata to filter Apis on |
102102

103103
### Response
104104

docs/sdks/artifacts/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ end
117117
| Parameter | Type | Required | Description |
118118
| ------------------------------------------ | ------------------------------------------ | ------------------------------------------ | ------------------------------------------ |
119119
| `namespace_name` | *::String* | :heavy_check_mark: | N/A |
120-
| `next_page_token` | *::String* | :heavy_minus_sign: | Token to retrieve the next page of results |
120+
| `next_page_token` | *T.nilable(::String)* | :heavy_minus_sign: | Token to retrieve the next page of results |
121121

122122
### Response
123123

@@ -194,10 +194,10 @@ end
194194

195195
### Parameters
196196

197-
| Parameter | Type | Required | Description |
198-
| --------------------------------------------------------------- | --------------------------------------------------------------- | --------------------------------------------------------------- | --------------------------------------------------------------- |
199-
| `namespace_name` | *::String* | :heavy_check_mark: | N/A |
200-
| `add_tags` | [::OpenApiSDK::Shared::AddTags](../../models/shared/addtags.md) | :heavy_minus_sign: | A JSON representation of the tags to add |
197+
| Parameter | Type | Required | Description |
198+
| -------------------------------------------------------------------------- | -------------------------------------------------------------------------- | -------------------------------------------------------------------------- | -------------------------------------------------------------------------- |
199+
| `namespace_name` | *::String* | :heavy_check_mark: | N/A |
200+
| `add_tags` | [T.nilable(::OpenApiSDK::Shared::AddTags)](../../models/shared/addtags.md) | :heavy_minus_sign: | A JSON representation of the tags to add |
201201

202202
### Response
203203

docs/sdks/auth/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,9 @@ end
138138

139139
| Parameter | Type | Required | Description |
140140
| -------------------------------------------- | -------------------------------------------- | -------------------------------------------- | -------------------------------------------- |
141-
| `gen_lock_id` | *::String* | :heavy_minus_sign: | Unique identifier of the generation target. |
142-
| `target_type` | *::String* | :heavy_minus_sign: | The type of the generated target. |
143-
| `passive` | *T::Boolean* | :heavy_minus_sign: | Skip side-effects like incrementing metrics. |
141+
| `gen_lock_id` | *T.nilable(::String)* | :heavy_minus_sign: | Unique identifier of the generation target. |
142+
| `target_type` | *T.nilable(::String)* | :heavy_minus_sign: | The type of the generated target. |
143+
| `passive` | *T.nilable(T::Boolean)* | :heavy_minus_sign: | Skip side-effects like incrementing metrics. |
144144

145145
### Response
146146

docs/sdks/embeds/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ end
5050

5151
### Parameters
5252

53-
| Parameter | Type | Required | Description |
54-
| --------------------------------------------------------------- | --------------------------------------------------------------- | --------------------------------------------------------------- | --------------------------------------------------------------- |
55-
| `description` | *::String* | :heavy_minus_sign: | The description of the embed access token. |
56-
| `duration` | *::Integer* | :heavy_minus_sign: | The duration (in minutes) of the embed access token. |
57-
| `filters` | [::OpenApiSDK::Shared::Filters](../../models/shared/filters.md) | :heavy_minus_sign: | The filter to apply to the query. |
53+
| Parameter | Type | Required | Description |
54+
| -------------------------------------------------------------------------- | -------------------------------------------------------------------------- | -------------------------------------------------------------------------- | -------------------------------------------------------------------------- |
55+
| `description` | *T.nilable(::String)* | :heavy_minus_sign: | The description of the embed access token. |
56+
| `duration` | *T.nilable(::Integer)* | :heavy_minus_sign: | The duration (in minutes) of the embed access token. |
57+
| `filters` | [T.nilable(::OpenApiSDK::Shared::Filters)](../../models/shared/filters.md) | :heavy_minus_sign: | The filter to apply to the query. |
5858

5959
### Response
6060

docs/sdks/github/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ end
365365
| -------------------------------------- | -------------------------------------- | -------------------------------------- | -------------------------------------- |
366366
| `org` | *::String* | :heavy_check_mark: | N/A |
367367
| `repo` | *::String* | :heavy_check_mark: | N/A |
368-
| `target_name` | *::String* | :heavy_minus_sign: | The targetName of the workflow target. |
368+
| `target_name` | *T.nilable(::String)* | :heavy_minus_sign: | The targetName of the workflow target. |
369369

370370
### Response
371371

docs/sdks/requests/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ end
5050

5151
### Parameters
5252

53-
| Parameter | Type | Required | Description |
54-
| --------------------------------------------------------------- | --------------------------------------------------------------- | --------------------------------------------------------------- | --------------------------------------------------------------- |
55-
| `filters` | [::OpenApiSDK::Shared::Filters](../../models/shared/filters.md) | :heavy_minus_sign: | The filter to apply to the query. |
53+
| Parameter | Type | Required | Description |
54+
| -------------------------------------------------------------------------- | -------------------------------------------------------------------------- | -------------------------------------------------------------------------- | -------------------------------------------------------------------------- |
55+
| `filters` | [T.nilable(::OpenApiSDK::Shared::Filters)](../../models/shared/filters.md) | :heavy_minus_sign: | The filter to apply to the query. |
5656

5757
### Response
5858

0 commit comments

Comments
 (0)