speakeasy_client_sdk_ruby 4.0.5 → 4.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 34f587b57888d5e66249e802240807efbadd90f4917156004e2da925f5500ac6
|
|
4
|
+
data.tar.gz: abfc9c5f52409051e51a666765f97c62e5d731a11c8d9919575fc46493c662d9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 555567ca4512c1f93fd6494559b6cba52e81b45540bf2a125a763f5a5f373c432679f7dc35e21f5de0b387a429d726db7f54c40d20ed6b8751421c3858c44a83
|
|
7
|
+
data.tar.gz: e57b6cdb80aaf6da0789be6153a753915b8b66370b54fbd5cec8cdc2ec431ded84e5f57a6a5b43c4f9dba5ebbfd6b42e76f2135c357a0129397373b64d4065c3
|
|
@@ -13,11 +13,17 @@ module SpeakeasyClientSDK
|
|
|
13
13
|
|
|
14
14
|
# Unique identifier of the generation target.
|
|
15
15
|
field :gen_lock_id, T.nilable(::String), { 'query_param': { 'field_name': 'genLockId', 'style': 'form', 'explode': true } }
|
|
16
|
+
# Skip side-effects like incrementing metrics.
|
|
17
|
+
field :passive, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'passive', 'style': 'form', 'explode': true } }
|
|
18
|
+
# The type of the generated target.
|
|
19
|
+
field :target_type, T.nilable(::String), { 'query_param': { 'field_name': 'targetType', 'style': 'form', 'explode': true } }
|
|
16
20
|
|
|
17
21
|
|
|
18
|
-
sig { params(gen_lock_id: T.nilable(::String)).void }
|
|
19
|
-
def initialize(gen_lock_id: nil)
|
|
22
|
+
sig { params(gen_lock_id: T.nilable(::String), passive: T.nilable(T::Boolean), target_type: T.nilable(::String)).void }
|
|
23
|
+
def initialize(gen_lock_id: nil, passive: nil, target_type: nil)
|
|
20
24
|
@gen_lock_id = gen_lock_id
|
|
25
|
+
@passive = passive
|
|
26
|
+
@target_type = target_type
|
|
21
27
|
end
|
|
22
28
|
end
|
|
23
29
|
end
|
|
@@ -41,9 +41,9 @@ module SpeakeasyClientSDK
|
|
|
41
41
|
@globals = globals.nil? ? {} : globals
|
|
42
42
|
@language = 'ruby'
|
|
43
43
|
@openapi_doc_version = '0.4.0'
|
|
44
|
-
@sdk_version = '4.0.
|
|
45
|
-
@gen_version = '2.
|
|
46
|
-
@user_agent = 'speakeasy-sdk/ruby 4.0.
|
|
44
|
+
@sdk_version = '4.0.6'
|
|
45
|
+
@gen_version = '2.269.0'
|
|
46
|
+
@user_agent = 'speakeasy-sdk/ruby 4.0.6 2.269.0 0.4.0 speakeasy_client_sdk_ruby'
|
|
47
47
|
end
|
|
48
48
|
|
|
49
49
|
sig { returns([String, T::Hash[Symbol, String]]) }
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: speakeasy_client_sdk_ruby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.0.
|
|
4
|
+
version: 4.0.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Speakeasy
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-02-
|
|
11
|
+
date: 2024-02-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|