Skip to content

Commit be0d160

Browse files
committed
ci: regenerated with OpenAPI Doc 0.4.0, Speakeasy CLI 1.183.2
1 parent 36b1851 commit be0d160

File tree

11 files changed

+69
-22
lines changed

11 files changed

+69
-22
lines changed

.speakeasy/gen.lock

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
lockVersion: 2.0.0
22
id: f5719c92-1297-4aa0-bc5f-37116859d1e3
33
management:
4-
docChecksum: c81aa4e807522359d28c09ee16d252ba
4+
docChecksum: 90bb5b2f880d4a86868122f9a6b08d40
55
docVersion: 0.4.0
66
speakeasyVersion: internal
7-
generationVersion: 2.258.0
8-
releaseVersion: 4.0.3
9-
configChecksum: ce63b77292f420c98f021041ddd36875
7+
generationVersion: 2.262.2
8+
releaseVersion: 4.0.4
9+
configChecksum: b2da48935fb729a6d019f70445b6ef87
1010
repoURL: https://github.com/speakeasy-api/speakeasy-client-sdk-ruby.git
1111
repoSubDirectory: .
1212
installationURL: https://github.com/speakeasy-api/speakeasy-client-sdk-ruby
1313
published: true
1414
features:
1515
ruby:
16-
core: 3.2.7
16+
core: 3.2.8
1717
examples: 2.81.3
1818
globalSecurity: 2.81.3
1919
globalServerURLs: 2.82.1
@@ -160,6 +160,7 @@ generatedFiles:
160160
- lib/speakeasy_client_sdk/models/shared/valuechange.rb
161161
- lib/speakeasy_client_sdk/models/shared/schemadiff.rb
162162
- lib/speakeasy_client_sdk/models/shared/accessdetails.rb
163+
- lib/speakeasy_client_sdk/models/shared/account_type.rb
163164
- lib/speakeasy_client_sdk/models/shared/apikeydetails.rb
164165
- lib/speakeasy_client_sdk/models/shared/unboundedrequest.rb
165166
- lib/speakeasy_client_sdk/models/shared/boundedrequest.rb
@@ -257,6 +258,7 @@ generatedFiles:
257258
- docs/models/shared/valuechange.md
258259
- docs/models/shared/schemadiff.md
259260
- docs/models/shared/accessdetails.md
261+
- docs/models/shared/accounttype.md
260262
- docs/models/shared/apikeydetails.md
261263
- docs/models/shared/unboundedrequest.md
262264
- docs/models/shared/boundedrequest.md

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
speakeasy_client_sdk_ruby (4.0.3)
4+
speakeasy_client_sdk_ruby (4.0.4)
55
faraday
66
faraday-multipart
77
rack

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,4 +598,14 @@ Based on:
598598
### Generated
599599
- [ruby v4.0.3] .
600600
### Releases
601-
- [Ruby Gems v4.0.3] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/4.0.3 - .
601+
- [Ruby Gems v4.0.3] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/4.0.3 - .
602+
603+
## 2024-02-17 00:02:38
604+
### Changes
605+
Based on:
606+
- OpenAPI Doc 0.4.0 https://docs.speakeasyapi.dev/openapi.yaml
607+
- Speakeasy CLI 1.183.2 (2.262.2) https://github.com/speakeasy-api/speakeasy
608+
### Generated
609+
- [ruby v4.0.4] .
610+
### Releases
611+
- [Ruby Gems v4.0.4] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/4.0.4 - .

docs/models/shared/accounttype.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# AccountType
2+
3+
4+
## Values
5+
6+
| Name | Value |
7+
| ------------ | ------------ |
8+
| `FREE` | free |
9+
| `SCALE_UP` | scale-up |
10+
| `ENTERPRISE` | enterprise |

docs/models/shared/apikeydetails.md

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

44
## Fields
55

6-
| Field | Type | Required | Description |
7-
| ----------------------------- | ----------------------------- | ----------------------------- | ----------------------------- |
8-
| `generation_access_unlimited` | *T.nilable(T::Boolean)* | :heavy_minus_sign: | N/A |
9-
| `workspace_id` | *::String* | :heavy_check_mark: | N/A |
6+
| Field | Type | Required | Description |
7+
| ------------------------------------------------------------------------------- | ------------------------------------------------------------------------------- | ------------------------------------------------------------------------------- | ------------------------------------------------------------------------------- |
8+
| `account_type` | [::SpeakeasyClientSDK::Shared::AccountType](../../models/shared/accounttype.md) | :heavy_check_mark: | N/A |
9+
| `generation_access_unlimited` | *T.nilable(T::Boolean)* | :heavy_minus_sign: | N/A |
10+
| `workspace_id` | *::String* | :heavy_check_mark: | N/A |

gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ generation:
88
parameterOrderingFeb2024: false
99
requestResponseComponentNamesFeb2024: false
1010
ruby:
11-
version: 4.0.3
11+
version: 4.0.4
1212
author: Speakeasy
1313
description: Ruby Client SDK Generated by Speakeasy
1414
imports:

lib/speakeasy_client_sdk/models/shared.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ module Shared
1717
autoload :ValueChange, 'speakeasy_client_sdk/models/shared/valuechange.rb'
1818
autoload :SchemaDiff, 'speakeasy_client_sdk/models/shared/schemadiff.rb'
1919
autoload :AccessDetails, 'speakeasy_client_sdk/models/shared/accessdetails.rb'
20+
autoload :AccountType, 'speakeasy_client_sdk/models/shared/account_type.rb'
2021
autoload :ApiKeyDetails, 'speakeasy_client_sdk/models/shared/apikeydetails.rb'
2122
autoload :UnboundedRequest, 'speakeasy_client_sdk/models/shared/unboundedrequest.rb'
2223
autoload :BoundedRequest, 'speakeasy_client_sdk/models/shared/boundedrequest.rb'
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2+
3+
# typed: true
4+
# frozen_string_literal: true
5+
6+
7+
module SpeakeasyClientSDK
8+
module Shared
9+
10+
11+
class AccountType < T::Enum
12+
enums do
13+
FREE = new('free')
14+
SCALE_UP = new('scale-up')
15+
ENTERPRISE = new('enterprise')
16+
end
17+
end
18+
19+
end
20+
end

lib/speakeasy_client_sdk/models/shared/apikeydetails.rb

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,16 @@ class ApiKeyDetails < ::SpeakeasyClientSDK::Utils::FieldAugmented
1212
extend T::Sig
1313

1414

15+
field :account_type, ::SpeakeasyClientSDK::Shared::AccountType, { 'format_json': { 'letter_case': ::SpeakeasyClientSDK::Utils.field_name('account_type'), 'decoder': Utils.enum_from_string(::SpeakeasyClientSDK::Shared::AccountType, false) } }
16+
1517
field :workspace_id, ::String, { 'format_json': { 'letter_case': ::SpeakeasyClientSDK::Utils.field_name('workspace_id') } }
1618

1719
field :generation_access_unlimited, T.nilable(T::Boolean), { 'format_json': { 'letter_case': ::SpeakeasyClientSDK::Utils.field_name('generation_access_unlimited') } }
1820

1921

20-
sig { params(workspace_id: ::String, generation_access_unlimited: T.nilable(T::Boolean)).void }
21-
def initialize(workspace_id: nil, generation_access_unlimited: nil)
22+
sig { params(account_type: ::SpeakeasyClientSDK::Shared::AccountType, workspace_id: ::String, generation_access_unlimited: T.nilable(T::Boolean)).void }
23+
def initialize(account_type: nil, workspace_id: nil, generation_access_unlimited: nil)
24+
@account_type = account_type
2225
@workspace_id = workspace_id
2326
@generation_access_unlimited = generation_access_unlimited
2427
end

lib/speakeasy_client_sdk/sdkconfiguration.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ def initialize(client, security, server_url, server_idx, globals)
4141
@globals = globals.nil? ? {} : globals
4242
@language = 'ruby'
4343
@openapi_doc_version = '0.4.0'
44-
@sdk_version = '4.0.3'
45-
@gen_version = '2.258.0'
46-
@user_agent = 'speakeasy-sdk/ruby 4.0.3 2.258.0 0.4.0 speakeasy_client_sdk_ruby'
44+
@sdk_version = '4.0.4'
45+
@gen_version = '2.262.2'
46+
@user_agent = 'speakeasy-sdk/ruby 4.0.4 2.262.2 0.4.0 speakeasy_client_sdk_ruby'
4747
end
4848

4949
sig { returns([String, T::Hash[Symbol, String]]) }

0 commit comments

Comments
 (0)