Skip to content

Commit effbff3

Browse files
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.314.2 (#59)
Co-authored-by: speakeasybot <bot@speakeasyapi.dev>
1 parent 4e5468f commit effbff3

9 files changed

Lines changed: 326 additions & 314 deletions

File tree

.speakeasy/gen.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
lockVersion: 2.0.0
22
id: 482384cc-3b98-4ced-bd0b-14aa8b3e0053
33
management:
4-
docChecksum: 3f37d12db4e2ab0488e5942feec1c1c4
4+
docChecksum: 0eee2c06a398332360d91ad5a31b26cc
55
docVersion: 1.0.0
6-
speakeasyVersion: 1.308.1
7-
generationVersion: 2.342.6
8-
releaseVersion: 0.2.28
9-
configChecksum: bbaff534aa2f618f70223f730265e899
6+
speakeasyVersion: 1.314.2
7+
generationVersion: 2.349.6
8+
releaseVersion: 0.2.29
9+
configChecksum: 4404daead7b413e01b17f2d211db4c2a
1010
repoURL: https://github.com/StackOneHQ/stackone-client-ruby.git
1111
repoSubDirectory: .
1212
installationURL: https://github.com/StackOneHQ/stackone-client-ruby
1313
published: true
1414
features:
1515
ruby:
16-
core: 3.2.13
16+
core: 3.2.14
1717
deprecations: 2.81.1
1818
examples: 2.81.3
1919
flattening: 2.81.1

.speakeasy/workflow.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
speakeasyVersion: 1.308.1
1+
speakeasyVersion: 1.314.2
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:3b07e33771e1417869980b3b7c0867992d52275eee5a0d6b0243a667932fad1d
6-
sourceBlobDigest: sha256:17d0021441b926dd6532ec03dc88ef272da22a45251dc1040ac0fbccc944da67
5+
sourceRevisionDigest: sha256:0063ba4933b5a3c9a08ddede55960a7011fa8e12140dd0a3fcee7f71cca483e7
6+
sourceBlobDigest: sha256:f364b063256b1ab87b9e5e0d1328db1ed133d2fda945ed97ce7e5b5a1c59438a
77
tags:
88
- latest
99
- main
1010
targets:
1111
StackOneRubyClient:
1212
source: my-source
1313
sourceNamespace: my-source
14-
sourceRevisionDigest: sha256:3b07e33771e1417869980b3b7c0867992d52275eee5a0d6b0243a667932fad1d
15-
sourceBlobDigest: sha256:17d0021441b926dd6532ec03dc88ef272da22a45251dc1040ac0fbccc944da67
14+
sourceRevisionDigest: sha256:0063ba4933b5a3c9a08ddede55960a7011fa8e12140dd0a3fcee7f71cca483e7
15+
sourceBlobDigest: sha256:f364b063256b1ab87b9e5e0d1328db1ed133d2fda945ed97ce7e5b5a1c59438a
1616
outLocation: /github/workspace/repo
1717
workflow:
1818
workflowVersion: 1.0.0

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,4 +358,14 @@ Based on:
358358
### Generated
359359
- [ruby v0.2.28] .
360360
### Releases
361-
- [Ruby Gems v0.2.28] https://rubygems.org/gems/stackone_client/versions/0.2.28 - .
361+
- [Ruby Gems v0.2.28] https://rubygems.org/gems/stackone_client/versions/0.2.28 - .
362+
363+
## 2024-06-24 09:01:14
364+
### Changes
365+
Based on:
366+
- OpenAPI Doc
367+
- Speakeasy CLI 1.314.2 (2.349.6) https://github.com/speakeasy-api/speakeasy
368+
### Generated
369+
- [ruby v0.2.29] .
370+
### Releases
371+
- [Ruby Gems v0.2.29] https://rubygems.org/gems/stackone_client/versions/0.2.29 - .

codeSamples.yaml

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

docs/models/shared/listvalue.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ The type of the list.
77

88
| Name | Value |
99
| ---------------- | ---------------- |
10+
| `CANDIDATES` | candidates |
1011
| `CONTACTS` | contacts |
1112
| `COMPANIES` | companies |
1213
| `UNMAPPED_VALUE` | unmapped_value |

gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ generation:
1111
auth:
1212
oAuth2ClientCredentialsEnabled: false
1313
ruby:
14-
version: 0.2.28
14+
version: 0.2.29
1515
author: StackOne
1616
description: Ruby Client SDK Generated by Speakeasy
1717
imports:

lib/stack_one/models/shared/list_value.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ module Shared
1010
# ListValue - The type of the list.
1111
class ListValue < T::Enum
1212
enums do
13+
CANDIDATES = new('candidates')
1314
CONTACTS = new('contacts')
1415
COMPANIES = new('companies')
1516
UNMAPPED_VALUE = new('unmapped_value')

lib/stack_one/sdkconfiguration.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ def initialize(client, security, server_url, server_idx)
3838
@security = security
3939
@language = 'ruby'
4040
@openapi_doc_version = '1.0.0'
41-
@sdk_version = '0.2.28'
42-
@gen_version = '2.342.6'
43-
@user_agent = 'speakeasy-sdk/ruby 0.2.28 2.342.6 1.0.0 stackone_client'
41+
@sdk_version = '0.2.29'
42+
@gen_version = '2.349.6'
43+
@user_agent = 'speakeasy-sdk/ruby 0.2.29 2.349.6 1.0.0 stackone_client'
4444
end
4545

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

stackone_client.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 = 'stackone_client'
7-
s.version = '0.2.28'
7+
s.version = '0.2.29'
88
s.platform = Gem::Platform::RUBY
99
s.licenses = ['Apache-2.0']
1010
s.summary = ''

0 commit comments

Comments
 (0)