Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 0.4.0 ., Speakeasy CLI 1.344.1
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Jul 20, 2024
1 parent 7c71c3e commit b31a5ce
Show file tree
Hide file tree
Showing 10 changed files with 116 additions and 102 deletions.
10 changes: 5 additions & 5 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: f5719c92-1297-4aa0-bc5f-37116859d1e3
management:
docChecksum: 638dbecd668cc1d7818c3b5aefd2d3e1
docChecksum: 5b362866a3e7a85c830c6cb1f1cf4896
docVersion: 0.4.0 .
speakeasyVersion: 1.337.1
generationVersion: 2.373.2
releaseVersion: 4.2.13
configChecksum: 85da2fd5d7c010e66e97af96f00f3997
speakeasyVersion: 1.344.1
generationVersion: 2.376.2
releaseVersion: 4.2.14
configChecksum: 5fe47f5b83a02bd33d2dc2b54be8baf9
repoURL: https://github.com/speakeasy-api/speakeasy-client-sdk-ruby.git
repoSubDirectory: .
installationURL: https://github.com/speakeasy-api/speakeasy-client-sdk-ruby
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
speakeasy_client_sdk_ruby (4.2.13)
speakeasy_client_sdk_ruby (4.2.14)
faraday
faraday-multipart
rack
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -1008,4 +1008,14 @@ Based on:
### Generated
- [ruby v4.2.13] .
### Releases
- [Ruby Gems v4.2.13] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/4.2.13 - .
- [Ruby Gems v4.2.13] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/4.2.13 - .

## 2024-07-20 00:03:24
### Changes
Based on:
- OpenAPI Doc 0.4.0 . https://docs.speakeasyapi.dev/openapi.yaml
- Speakeasy CLI 1.344.1 (2.376.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [ruby v4.2.14] .
### Releases
- [Ruby Gems v4.2.14] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/4.2.14 - .
160 changes: 80 additions & 80 deletions docs/models/shared/clievent.md

Large diffs are not rendered by default.

18 changes: 10 additions & 8 deletions docs/models/shared/generatebumptype.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
# GenerateBumpType

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


## Values

| Name | Value |
| -------- | -------- |
| `MAJOR` | major |
| `MINOR` | minor |
| `PATCH` | patch |
| `CUSTOM` | custom |
| `NONE` | none |
| Name | Value |
| ------------ | ------------ |
| `MAJOR` | major |
| `MINOR` | minor |
| `PATCH` | patch |
| `CUSTOM` | custom |
| `GRADUATE` | graduate |
| `PRERELEASE` | prerelease |
| `NONE` | none |
2 changes: 1 addition & 1 deletion gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: false
ruby:
version: 4.2.13
version: 4.2.14
author: Speakeasy
description: Ruby Client SDK Generated by Speakeasy
imports:
Expand Down
2 changes: 1 addition & 1 deletion lib/speakeasy_client_sdk/models/shared/clievent.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class CliEvent < ::SpeakeasyClientSDK::Utils::FieldAugmented
field :duration_ms, T.nilable(::Integer), { 'format_json': { 'letter_case': ::SpeakeasyClientSDK::Utils.field_name('duration_ms') } }
# Error message if the event was not successful.
field :error, T.nilable(::String), { 'format_json': { 'letter_case': ::SpeakeasyClientSDK::Utils.field_name('error') } }
# Bump type of the lock file (calculated semver delta, or a custom change (manual release))
# Bump type of the lock file (calculated semver delta, custom change (manual release), or prerelease/graduate)
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) } }
# Checksum of the configuration file (post generation)
field :generate_config_post_checksum, T.nilable(::String), { 'format_json': { 'letter_case': ::SpeakeasyClientSDK::Utils.field_name('generate_config_post_checksum') } }
Expand Down
4 changes: 3 additions & 1 deletion lib/speakeasy_client_sdk/models/shared/generate_bump_type.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@
module SpeakeasyClientSDK
module Shared

# GenerateBumpType - Bump type of the lock file (calculated semver delta, or a custom change (manual release))
# GenerateBumpType - Bump type of the lock file (calculated semver delta, custom change (manual release), or prerelease/graduate)
class GenerateBumpType < T::Enum
enums do
MAJOR = new('major')
MINOR = new('minor')
PATCH = new('patch')
CUSTOM = new('custom')
GRADUATE = new('graduate')
PRERELEASE = new('prerelease')
NONE = new('none')
end
end
Expand Down
6 changes: 3 additions & 3 deletions lib/speakeasy_client_sdk/sdkconfiguration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ def initialize(client, security, server_url, server, globals)
@globals = globals.nil? ? {} : globals
@language = 'ruby'
@openapi_doc_version = '0.4.0 .'
@sdk_version = '4.2.13'
@gen_version = '2.373.2'
@user_agent = 'speakeasy-sdk/ruby 4.2.13 2.373.2 0.4.0 . speakeasy_client_sdk_ruby'
@sdk_version = '4.2.14'
@gen_version = '2.376.2'
@user_agent = 'speakeasy-sdk/ruby 4.2.14 2.376.2 0.4.0 . speakeasy_client_sdk_ruby'
end

sig { returns([String, T::Hash[Symbol, String]]) }
Expand Down
2 changes: 1 addition & 1 deletion speakeasy_client_sdk_ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $LOAD_PATH.push File.expand_path('lib', __dir__)

Gem::Specification.new do |s|
s.name = 'speakeasy_client_sdk_ruby'
s.version = '4.2.13'
s.version = '4.2.14'
s.platform = Gem::Platform::RUBY
s.licenses = ['Apache-2.0']
s.summary = ''
Expand Down

0 comments on commit b31a5ce

Please sign in to comment.