Skip to content

Commit

Permalink
Merge pull request #4 from speakeasy-api/speakeasy-sdk-regen-1727863485
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate 4.2.23
  • Loading branch information
farazcsk authored Oct 2, 2024
2 parents 7ed17f8 + d41db41 commit a4d5886
Show file tree
Hide file tree
Showing 13 changed files with 87 additions and 41 deletions.
10 changes: 6 additions & 4 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ id: ee307ad3-8dfc-4d06-9c04-86e7d437810d
management:
docChecksum: cf89a4fde0fbc1524296a333f75ea848
docVersion: 0.4.0 .
speakeasyVersion: 1.405.6
generationVersion: 2.428.1
releaseVersion: 0.1.0
configChecksum: 75290a64ad214f247206311465145621
speakeasyVersion: 1.405.8
generationVersion: 2.429.0
releaseVersion: 4.2.23
configChecksum: a4866914b99a5defe4ab5efd16620eec
repoURL: https://github.com/speakeasy-api/speakeasy-client-sdk-ruby.git
installationURL: https://github.com/speakeasy-api/speakeasy-client-sdk-ruby
features:
ruby:
core: 3.2.26
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
speakeasyVersion: 1.405.6
speakeasyVersion: 1.405.8
sources: {}
targets:
speakeasy-client-sdk:
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ For more information about the API: [The Speakeasy Platform Documentation](/docs
The SDK can be installed using [RubyGems](https://rubygems.org/):

```bash
gem install openapi
gem install specific_install
gem specific_install https://github.com/speakeasy-api/speakeasy-client-sdk-ruby
```
<!-- End SDK Installation [installation] -->

Expand Down
10 changes: 9 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,12 @@ Based on:
### Generated
- [ruby v4.2.23] .
### Releases
- [Ruby Gems v4.2.23] https://rubygems.org/gems/openapi/versions/4.2.23 - .
- [Ruby Gems v4.2.23] https://rubygems.org/gems/openapi/versions/4.2.23 - .

## 2024-10-02 10:04:39
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.405.8 (2.429.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [ruby v4.2.23] .
18 changes: 9 additions & 9 deletions docs/sdks/apis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ end

### Parameters

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

### Response

Expand Down Expand Up @@ -94,11 +94,11 @@ end

### Parameters

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

### Response

Expand Down
10 changes: 5 additions & 5 deletions docs/sdks/artifacts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ end
| Parameter | Type | Required | Description |
| ------------------------------------------ | ------------------------------------------ | ------------------------------------------ | ------------------------------------------ |
| `namespace_name` | *::String* | :heavy_check_mark: | N/A |
| `next_page_token` | *::String* | :heavy_minus_sign: | Token to retrieve the next page of results |
| `next_page_token` | *T.nilable(::String)* | :heavy_minus_sign: | Token to retrieve the next page of results |

### Response

Expand Down Expand Up @@ -194,10 +194,10 @@ end

### Parameters

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

### Response

Expand Down
6 changes: 3 additions & 3 deletions docs/sdks/auth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,9 @@ end

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

### Response

Expand Down
10 changes: 5 additions & 5 deletions docs/sdks/embeds/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ end

### Parameters

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

### Response

Expand Down
2 changes: 1 addition & 1 deletion docs/sdks/github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ end
| -------------------------------------- | -------------------------------------- | -------------------------------------- | -------------------------------------- |
| `org` | *::String* | :heavy_check_mark: | N/A |
| `repo` | *::String* | :heavy_check_mark: | N/A |
| `target_name` | *::String* | :heavy_minus_sign: | The targetName of the workflow target. |
| `target_name` | *T.nilable(::String)* | :heavy_minus_sign: | The targetName of the workflow target. |

### Response

Expand Down
6 changes: 3 additions & 3 deletions docs/sdks/requests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ end

### Parameters

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

### Response

Expand Down
Loading

0 comments on commit a4d5886

Please sign in to comment.