Skip to content

Commit b31a5ce

Browse files
committed
ci: regenerated with OpenAPI Doc 0.4.0 ., Speakeasy CLI 1.344.1
1 parent 7c71c3e commit b31a5ce

File tree

10 files changed

+116
-102
lines changed

10 files changed

+116
-102
lines changed

.speakeasy/gen.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: f5719c92-1297-4aa0-bc5f-37116859d1e3
33
management:
4-
docChecksum: 638dbecd668cc1d7818c3b5aefd2d3e1
4+
docChecksum: 5b362866a3e7a85c830c6cb1f1cf4896
55
docVersion: 0.4.0 .
6-
speakeasyVersion: 1.337.1
7-
generationVersion: 2.373.2
8-
releaseVersion: 4.2.13
9-
configChecksum: 85da2fd5d7c010e66e97af96f00f3997
6+
speakeasyVersion: 1.344.1
7+
generationVersion: 2.376.2
8+
releaseVersion: 4.2.14
9+
configChecksum: 5fe47f5b83a02bd33d2dc2b54be8baf9
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

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.2.13)
4+
speakeasy_client_sdk_ruby (4.2.14)
55
faraday
66
faraday-multipart
77
rack

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1008,4 +1008,14 @@ Based on:
10081008
### Generated
10091009
- [ruby v4.2.13] .
10101010
### Releases
1011-
- [Ruby Gems v4.2.13] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/4.2.13 - .
1011+
- [Ruby Gems v4.2.13] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/4.2.13 - .
1012+
1013+
## 2024-07-20 00:03:24
1014+
### Changes
1015+
Based on:
1016+
- OpenAPI Doc 0.4.0 . https://docs.speakeasyapi.dev/openapi.yaml
1017+
- Speakeasy CLI 1.344.1 (2.376.2) https://github.com/speakeasy-api/speakeasy
1018+
### Generated
1019+
- [ruby v4.2.14] .
1020+
### Releases
1021+
- [Ruby Gems v4.2.14] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/4.2.14 - .

docs/models/shared/clievent.md

Lines changed: 80 additions & 80 deletions
Large diffs are not rendered by default.
Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
# GenerateBumpType
22

3-
Bump type of the lock file (calculated semver delta, or a custom change (manual release))
3+
Bump type of the lock file (calculated semver delta, custom change (manual release), or prerelease/graduate)
44

55

66
## Values
77

8-
| Name | Value |
9-
| -------- | -------- |
10-
| `MAJOR` | major |
11-
| `MINOR` | minor |
12-
| `PATCH` | patch |
13-
| `CUSTOM` | custom |
14-
| `NONE` | none |
8+
| Name | Value |
9+
| ------------ | ------------ |
10+
| `MAJOR` | major |
11+
| `MINOR` | minor |
12+
| `PATCH` | patch |
13+
| `CUSTOM` | custom |
14+
| `GRADUATE` | graduate |
15+
| `PRERELEASE` | prerelease |
16+
| `NONE` | none |

gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ generation:
1010
auth:
1111
oAuth2ClientCredentialsEnabled: false
1212
ruby:
13-
version: 4.2.13
13+
version: 4.2.14
1414
author: Speakeasy
1515
description: Ruby Client SDK Generated by Speakeasy
1616
imports:

lib/speakeasy_client_sdk/models/shared/clievent.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class CliEvent < ::SpeakeasyClientSDK::Utils::FieldAugmented
3737
field :duration_ms, T.nilable(::Integer), { 'format_json': { 'letter_case': ::SpeakeasyClientSDK::Utils.field_name('duration_ms') } }
3838
# Error message if the event was not successful.
3939
field :error, T.nilable(::String), { 'format_json': { 'letter_case': ::SpeakeasyClientSDK::Utils.field_name('error') } }
40-
# Bump type of the lock file (calculated semver delta, or a custom change (manual release))
40+
# Bump type of the lock file (calculated semver delta, custom change (manual release), or prerelease/graduate)
4141
field :generate_bump_type, T.nilable(::SpeakeasyClientSDK::Shared::GenerateBumpType), { 'format_json': { 'letter_case': ::SpeakeasyClientSDK::Utils.field_name('generate_bump_type'), 'decoder': Utils.enum_from_string(::SpeakeasyClientSDK::Shared::GenerateBumpType, true) } }
4242
# Checksum of the configuration file (post generation)
4343
field :generate_config_post_checksum, T.nilable(::String), { 'format_json': { 'letter_case': ::SpeakeasyClientSDK::Utils.field_name('generate_config_post_checksum') } }

lib/speakeasy_client_sdk/models/shared/generate_bump_type.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@
77
module SpeakeasyClientSDK
88
module Shared
99

10-
# GenerateBumpType - Bump type of the lock file (calculated semver delta, or a custom change (manual release))
10+
# GenerateBumpType - Bump type of the lock file (calculated semver delta, custom change (manual release), or prerelease/graduate)
1111
class GenerateBumpType < T::Enum
1212
enums do
1313
MAJOR = new('major')
1414
MINOR = new('minor')
1515
PATCH = new('patch')
1616
CUSTOM = new('custom')
17+
GRADUATE = new('graduate')
18+
PRERELEASE = new('prerelease')
1719
NONE = new('none')
1820
end
1921
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, globals)
4141
@globals = globals.nil? ? {} : globals
4242
@language = 'ruby'
4343
@openapi_doc_version = '0.4.0 .'
44-
@sdk_version = '4.2.13'
45-
@gen_version = '2.373.2'
46-
@user_agent = 'speakeasy-sdk/ruby 4.2.13 2.373.2 0.4.0 . speakeasy_client_sdk_ruby'
44+
@sdk_version = '4.2.14'
45+
@gen_version = '2.376.2'
46+
@user_agent = 'speakeasy-sdk/ruby 4.2.14 2.376.2 0.4.0 . speakeasy_client_sdk_ruby'
4747
end
4848

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

speakeasy_client_sdk_ruby.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $LOAD_PATH.push File.expand_path('lib', __dir__)
44

55
Gem::Specification.new do |s|
66
s.name = 'speakeasy_client_sdk_ruby'
7-
s.version = '4.2.13'
7+
s.version = '4.2.14'
88
s.platform = Gem::Platform::RUBY
99
s.licenses = ['Apache-2.0']
1010
s.summary = ''

0 commit comments

Comments
 (0)