dub 0.2.2.pre.alpha.127 → 0.2.2.pre.alpha.129
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 +4 -4
- data/lib/open_api_sdk/models/operations/createcustomer_discount.rb +5 -2
- data/lib/open_api_sdk/models/operations/discount.rb +5 -2
- data/lib/open_api_sdk/models/operations/getcustomer_discount.rb +5 -2
- data/lib/open_api_sdk/models/operations/updatecustomer_discount.rb +5 -2
- data/lib/open_api_sdk/sdkconfiguration.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d236417fba8d565f8d22d687cab16b113fe5f5aafc369c87ed25d7953f22c41f
|
4
|
+
data.tar.gz: 4f400b043b5da152f2283bfcdf317630abc200e5d475971dfc9886123fb739fc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 496ce6b698cbab50d189158e8146db1dc83e0dd6c60afbb4a33f137c2d3c0d90ccd515679351f9b972fc0c5401bfa8f07bfd38d5f6691f8b2df9c895d777c5d8
|
7
|
+
data.tar.gz: e2488f4789ee0ca9efe26d2c12531613492375d7d8190207386a7a9d85dc613ffc3faf8d6fe215c63094b4ecec3f6634742ad0888bb90fa97005343b4efc4abe
|
@@ -18,6 +18,8 @@ module OpenApiSDK
|
|
18
18
|
|
19
19
|
field :coupon_test_id, ::String, { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('couponTestId') } }
|
20
20
|
|
21
|
+
field :default, T::Boolean, { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('default') } }
|
22
|
+
|
21
23
|
field :id, ::String, { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('id') } }
|
22
24
|
|
23
25
|
field :max_duration, ::Float, { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('maxDuration') } }
|
@@ -29,11 +31,12 @@ module OpenApiSDK
|
|
29
31
|
field :partners_count, T.nilable(::Float), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('partnersCount') } }
|
30
32
|
|
31
33
|
|
32
|
-
sig { params(amount: ::Float, coupon_id: ::String, coupon_test_id: ::String, id: ::String, max_duration: ::Float, type: ::OpenApiSDK::Operations::CreateCustomerType, description: T.nilable(::String), partners_count: T.nilable(::Float)).void }
|
33
|
-
def initialize(amount: nil, coupon_id: nil, coupon_test_id: nil, id: nil, max_duration: nil, type: nil, description: nil, partners_count: nil)
|
34
|
+
sig { params(amount: ::Float, coupon_id: ::String, coupon_test_id: ::String, default: T::Boolean, id: ::String, max_duration: ::Float, type: ::OpenApiSDK::Operations::CreateCustomerType, description: T.nilable(::String), partners_count: T.nilable(::Float)).void }
|
35
|
+
def initialize(amount: nil, coupon_id: nil, coupon_test_id: nil, default: nil, id: nil, max_duration: nil, type: nil, description: nil, partners_count: nil)
|
34
36
|
@amount = amount
|
35
37
|
@coupon_id = coupon_id
|
36
38
|
@coupon_test_id = coupon_test_id
|
39
|
+
@default = default
|
37
40
|
@id = id
|
38
41
|
@max_duration = max_duration
|
39
42
|
@type = type
|
@@ -18,6 +18,8 @@ module OpenApiSDK
|
|
18
18
|
|
19
19
|
field :coupon_test_id, ::String, { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('couponTestId') } }
|
20
20
|
|
21
|
+
field :default, T::Boolean, { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('default') } }
|
22
|
+
|
21
23
|
field :id, ::String, { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('id') } }
|
22
24
|
|
23
25
|
field :max_duration, ::Float, { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('maxDuration') } }
|
@@ -29,11 +31,12 @@ module OpenApiSDK
|
|
29
31
|
field :partners_count, T.nilable(::Float), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('partnersCount') } }
|
30
32
|
|
31
33
|
|
32
|
-
sig { params(amount: ::Float, coupon_id: ::String, coupon_test_id: ::String, id: ::String, max_duration: ::Float, type: ::OpenApiSDK::Operations::GetCustomersType, description: T.nilable(::String), partners_count: T.nilable(::Float)).void }
|
33
|
-
def initialize(amount: nil, coupon_id: nil, coupon_test_id: nil, id: nil, max_duration: nil, type: nil, description: nil, partners_count: nil)
|
34
|
+
sig { params(amount: ::Float, coupon_id: ::String, coupon_test_id: ::String, default: T::Boolean, id: ::String, max_duration: ::Float, type: ::OpenApiSDK::Operations::GetCustomersType, description: T.nilable(::String), partners_count: T.nilable(::Float)).void }
|
35
|
+
def initialize(amount: nil, coupon_id: nil, coupon_test_id: nil, default: nil, id: nil, max_duration: nil, type: nil, description: nil, partners_count: nil)
|
34
36
|
@amount = amount
|
35
37
|
@coupon_id = coupon_id
|
36
38
|
@coupon_test_id = coupon_test_id
|
39
|
+
@default = default
|
37
40
|
@id = id
|
38
41
|
@max_duration = max_duration
|
39
42
|
@type = type
|
@@ -18,6 +18,8 @@ module OpenApiSDK
|
|
18
18
|
|
19
19
|
field :coupon_test_id, ::String, { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('couponTestId') } }
|
20
20
|
|
21
|
+
field :default, T::Boolean, { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('default') } }
|
22
|
+
|
21
23
|
field :id, ::String, { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('id') } }
|
22
24
|
|
23
25
|
field :max_duration, ::Float, { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('maxDuration') } }
|
@@ -29,11 +31,12 @@ module OpenApiSDK
|
|
29
31
|
field :partners_count, T.nilable(::Float), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('partnersCount') } }
|
30
32
|
|
31
33
|
|
32
|
-
sig { params(amount: ::Float, coupon_id: ::String, coupon_test_id: ::String, id: ::String, max_duration: ::Float, type: ::OpenApiSDK::Operations::GetCustomerType, description: T.nilable(::String), partners_count: T.nilable(::Float)).void }
|
33
|
-
def initialize(amount: nil, coupon_id: nil, coupon_test_id: nil, id: nil, max_duration: nil, type: nil, description: nil, partners_count: nil)
|
34
|
+
sig { params(amount: ::Float, coupon_id: ::String, coupon_test_id: ::String, default: T::Boolean, id: ::String, max_duration: ::Float, type: ::OpenApiSDK::Operations::GetCustomerType, description: T.nilable(::String), partners_count: T.nilable(::Float)).void }
|
35
|
+
def initialize(amount: nil, coupon_id: nil, coupon_test_id: nil, default: nil, id: nil, max_duration: nil, type: nil, description: nil, partners_count: nil)
|
34
36
|
@amount = amount
|
35
37
|
@coupon_id = coupon_id
|
36
38
|
@coupon_test_id = coupon_test_id
|
39
|
+
@default = default
|
37
40
|
@id = id
|
38
41
|
@max_duration = max_duration
|
39
42
|
@type = type
|
@@ -18,6 +18,8 @@ module OpenApiSDK
|
|
18
18
|
|
19
19
|
field :coupon_test_id, ::String, { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('couponTestId') } }
|
20
20
|
|
21
|
+
field :default, T::Boolean, { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('default') } }
|
22
|
+
|
21
23
|
field :id, ::String, { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('id') } }
|
22
24
|
|
23
25
|
field :max_duration, ::Float, { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('maxDuration') } }
|
@@ -29,11 +31,12 @@ module OpenApiSDK
|
|
29
31
|
field :partners_count, T.nilable(::Float), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('partnersCount') } }
|
30
32
|
|
31
33
|
|
32
|
-
sig { params(amount: ::Float, coupon_id: ::String, coupon_test_id: ::String, id: ::String, max_duration: ::Float, type: ::OpenApiSDK::Operations::UpdateCustomerType, description: T.nilable(::String), partners_count: T.nilable(::Float)).void }
|
33
|
-
def initialize(amount: nil, coupon_id: nil, coupon_test_id: nil, id: nil, max_duration: nil, type: nil, description: nil, partners_count: nil)
|
34
|
+
sig { params(amount: ::Float, coupon_id: ::String, coupon_test_id: ::String, default: T::Boolean, id: ::String, max_duration: ::Float, type: ::OpenApiSDK::Operations::UpdateCustomerType, description: T.nilable(::String), partners_count: T.nilable(::Float)).void }
|
35
|
+
def initialize(amount: nil, coupon_id: nil, coupon_test_id: nil, default: nil, id: nil, max_duration: nil, type: nil, description: nil, partners_count: nil)
|
34
36
|
@amount = amount
|
35
37
|
@coupon_id = coupon_id
|
36
38
|
@coupon_test_id = coupon_test_id
|
39
|
+
@default = default
|
37
40
|
@id = id
|
38
41
|
@max_duration = max_duration
|
39
42
|
@type = type
|
@@ -61,9 +61,9 @@ module OpenApiSDK
|
|
61
61
|
end
|
62
62
|
@language = 'ruby'
|
63
63
|
@openapi_doc_version = '0.0.1'
|
64
|
-
@sdk_version = '0.2.2-alpha.
|
64
|
+
@sdk_version = '0.2.2-alpha.129'
|
65
65
|
@gen_version = '2.563.0'
|
66
|
-
@user_agent = 'speakeasy-sdk/ruby 0.2.2-alpha.
|
66
|
+
@user_agent = 'speakeasy-sdk/ruby 0.2.2-alpha.129 2.563.0 0.0.1 dub'
|
67
67
|
end
|
68
68
|
|
69
69
|
sig { returns([String, T::Hash[Symbol, String]]) }
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dub
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.2.pre.alpha.
|
4
|
+
version: 0.2.2.pre.alpha.129
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dub
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-07-
|
11
|
+
date: 2025-07-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|