Skip to content

Commit 4fe5239

Browse files
committed
ci: regenerated with OpenAPI Doc 0.4.0, Speakeasy CLI 1.260.6
1 parent 2c5ca09 commit 4fe5239

File tree

13 files changed

+181
-66
lines changed

13 files changed

+181
-66
lines changed

.speakeasy/gen.lock

Lines changed: 7 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: 2b280a7f12ab57c144a654766cc34af2
4+
docChecksum: 95815a9501527c69c4aab613380685a5
55
docVersion: 0.4.0
6-
speakeasyVersion: 1.257.1
7-
generationVersion: 2.308.2
8-
releaseVersion: 4.1.5
9-
configChecksum: 56dfa69493542cc63df4cafe7edf501a
6+
speakeasyVersion: 1.260.6
7+
generationVersion: 2.311.1
8+
releaseVersion: 4.1.6
9+
configChecksum: d1e0cb7f0c535225191cb067d4495e96
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
@@ -225,6 +225,7 @@ generatedFiles:
225225
- lib/speakeasy_client_sdk/models/shared/embedaccesstokenresponse.rb
226226
- lib/speakeasy_client_sdk/models/shared/embedtoken.rb
227227
- lib/speakeasy_client_sdk/models/shared/generate_bump_type.rb
228+
- lib/speakeasy_client_sdk/models/shared/openapi_diff_bump_type.rb
228229
- lib/speakeasy_client_sdk/models/shared/clievent.rb
229230
- lib/speakeasy_client_sdk/models/shared/interactiontype.rb
230231
- lib/speakeasy_client_sdk/models/shared/targetsdk.rb
@@ -375,6 +376,7 @@ generatedFiles:
375376
- docs/models/shared/embedaccesstokenresponse.md
376377
- docs/models/shared/embedtoken.md
377378
- docs/models/shared/generatebumptype.md
379+
- docs/models/shared/openapidiffbumptype.md
378380
- docs/models/shared/clievent.md
379381
- docs/models/shared/interactiontype.md
380382
- docs/models/shared/targetsdk.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.1.5)
4+
speakeasy_client_sdk_ruby (4.1.6)
55
faraday
66
faraday-multipart
77
rack

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -788,4 +788,14 @@ Based on:
788788
### Generated
789789
- [ruby v4.1.5] .
790790
### Releases
791-
- [Ruby Gems v4.1.5] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/4.1.5 - .
791+
- [Ruby Gems v4.1.5] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/4.1.5 - .
792+
793+
## 2024-04-19 00:03:03
794+
### Changes
795+
Based on:
796+
- OpenAPI Doc 0.4.0 https://docs.speakeasyapi.dev/openapi.yaml
797+
- Speakeasy CLI 1.260.6 (2.311.1) https://github.com/speakeasy-api/speakeasy
798+
### Generated
799+
- [ruby v4.1.6] .
800+
### Releases
801+
- [Ruby Gems v4.1.6] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/4.1.6 - .

docs/models/shared/clievent.md

Lines changed: 68 additions & 52 deletions
Large diffs are not rendered by default.

docs/models/shared/interactiontype.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Type of interaction.
99
| ----------------- | ----------------- |
1010
| `CI_EXEC` | CI_EXEC |
1111
| `CLI_EXEC` | CLI_EXEC |
12+
| `LINT` | LINT |
13+
| `OPENAPI_DIFF` | OPENAPI_DIFF |
1214
| `TARGET_GENERATE` | TARGET_GENERATE |
1315
| `TOMBSTONE` | TOMBSTONE |
1416
| `AUTHENTICATE` | AUTHENTICATE |
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# OpenapiDiffBumpType
2+
3+
Bump type of the lock file (calculated semver delta, or a custom change (manual release))
4+
5+
6+
## Values
7+
8+
| Name | Value |
9+
| ------- | ------- |
10+
| `MAJOR` | major |
11+
| `MINOR` | minor |
12+
| `PATCH` | patch |
13+
| `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.1.5
13+
version: 4.1.6
1414
author: Speakeasy
1515
description: Ruby Client SDK Generated by Speakeasy
1616
imports:

lib/speakeasy_client_sdk/models/shared.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ module Shared
5050
autoload :EmbedAccessTokenResponse, 'speakeasy_client_sdk/models/shared/embedaccesstokenresponse.rb'
5151
autoload :EmbedToken, 'speakeasy_client_sdk/models/shared/embedtoken.rb'
5252
autoload :GenerateBumpType, 'speakeasy_client_sdk/models/shared/generate_bump_type.rb'
53+
autoload :OpenapiDiffBumpType, 'speakeasy_client_sdk/models/shared/openapi_diff_bump_type.rb'
5354
autoload :CliEvent, 'speakeasy_client_sdk/models/shared/clievent.rb'
5455
autoload :InteractionType, 'speakeasy_client_sdk/models/shared/interactiontype.rb'
5556
autoload :TargetSDK, 'speakeasy_client_sdk/models/shared/targetsdk.rb'

lib/speakeasy_client_sdk/models/shared/clievent.rb

Lines changed: 50 additions & 2 deletions
Large diffs are not rendered by default.

lib/speakeasy_client_sdk/models/shared/interactiontype.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ class InteractionType < T::Enum
1212
enums do
1313
CI_EXEC = new('CI_EXEC')
1414
CLI_EXEC = new('CLI_EXEC')
15+
LINT = new('LINT')
16+
OPENAPI_DIFF = new('OPENAPI_DIFF')
1517
TARGET_GENERATE = new('TARGET_GENERATE')
1618
TOMBSTONE = new('TOMBSTONE')
1719
AUTHENTICATE = new('AUTHENTICATE')

0 commit comments

Comments
 (0)