stigg 0.1.0.pre.beta.32 → 0.1.0.pre.beta.34
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/CHANGELOG.md +21 -0
- data/README.md +1 -1
- data/lib/stigg/models/v1/customer_integration_response.rb +1 -0
- data/lib/stigg/models/v1/customer_list_response.rb +1 -0
- data/lib/stigg/models/v1/customer_provision_params.rb +1 -0
- data/lib/stigg/models/v1/customer_response.rb +1 -0
- data/lib/stigg/models/v1/customer_update_params.rb +1 -0
- data/lib/stigg/models/v1/customers/integration_link_params.rb +1 -0
- data/lib/stigg/models/v1/customers/integration_list_params.rb +1 -0
- data/lib/stigg/models/v1/customers/integration_list_response.rb +1 -0
- data/lib/stigg/models/v1/customers/payment_method_attach_params.rb +1 -0
- data/lib/stigg/version.rb +1 -1
- data/rbi/stigg/models/v1/customer_integration_response.rbi +5 -0
- data/rbi/stigg/models/v1/customer_list_response.rbi +5 -0
- data/rbi/stigg/models/v1/customer_provision_params.rbi +5 -0
- data/rbi/stigg/models/v1/customer_response.rbi +5 -0
- data/rbi/stigg/models/v1/customer_update_params.rbi +5 -0
- data/rbi/stigg/models/v1/customers/integration_link_params.rbi +5 -0
- data/rbi/stigg/models/v1/customers/integration_list_params.rbi +5 -0
- data/rbi/stigg/models/v1/customers/integration_list_response.rbi +5 -0
- data/rbi/stigg/models/v1/customers/payment_method_attach_params.rbi +5 -0
- data/sig/stigg/models/v1/customer_integration_response.rbs +2 -0
- data/sig/stigg/models/v1/customer_list_response.rbs +2 -0
- data/sig/stigg/models/v1/customer_provision_params.rbs +2 -0
- data/sig/stigg/models/v1/customer_response.rbs +2 -0
- data/sig/stigg/models/v1/customer_update_params.rbs +2 -0
- data/sig/stigg/models/v1/customers/integration_link_params.rbs +2 -0
- data/sig/stigg/models/v1/customers/integration_list_params.rbs +2 -0
- data/sig/stigg/models/v1/customers/integration_list_response.rbs +2 -0
- data/sig/stigg/models/v1/customers/payment_method_attach_params.rbs +2 -0
- 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: 80d339977dd4c2a272f750387cdca3877af06c445be9f269c62bf34b3d726d2e
|
|
4
|
+
data.tar.gz: 2facee5ad32bbf4bac99ab3a42e5dcb2566ccc5d7a985d7c453a9241fd85e9ec
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9ebeb2844178122c5a3a3f8cdc23e56a18718b489f3dfab8f494aba9ff25b15d5a287fd43a250d2f9d4b037eb53eb80915e0bc0341dfde8a135a17a817896427
|
|
7
|
+
data.tar.gz: dc1048e2f992e0f085936490e6a0d7052dafe8a8cb267da25d302e57407bdca07faee084b3beb808e50e71763eec421f48335f545591ae6c8ff8aff1b6cdf654
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.1.0-beta.34 (2026-06-30)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v0.1.0-beta.33...v0.1.0-beta.34](https://github.com/stiggio/stigg-ruby/compare/v0.1.0-beta.33...v0.1.0-beta.34)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **api:** add AIRWALLEX vendor identifier to customer models ([4bf7b9b](https://github.com/stiggio/stigg-ruby/commit/4bf7b9b507ce825f15eb95f283fa3eefca90c427))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Chores
|
|
13
|
+
|
|
14
|
+
* **internal:** bound formatter parallelism to CPU count ([e502f28](https://github.com/stiggio/stigg-ruby/commit/e502f285ce741474835722363099025b01cfe87a))
|
|
15
|
+
|
|
16
|
+
## 0.1.0-beta.33 (2026-06-28)
|
|
17
|
+
|
|
18
|
+
Full Changelog: [v0.1.0-beta.32...v0.1.0-beta.33](https://github.com/stiggio/stigg-ruby/compare/v0.1.0-beta.32...v0.1.0-beta.33)
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* **stainless:** update production server to edge.api.stigg.io ([9cccfd9](https://github.com/stiggio/stigg-ruby/commit/9cccfd9b87bd509e70f2992d262c0d41fa4dc73c))
|
|
23
|
+
|
|
3
24
|
## 0.1.0-beta.32 (2026-06-23)
|
|
4
25
|
|
|
5
26
|
Full Changelog: [v0.1.0-beta.31...v0.1.0-beta.32](https://github.com/stiggio/stigg-ruby/compare/v0.1.0-beta.31...v0.1.0-beta.32)
|
data/README.md
CHANGED
data/lib/stigg/version.rb
CHANGED
|
@@ -199,6 +199,11 @@ module Stigg
|
|
|
199
199
|
:PREQUEL,
|
|
200
200
|
Stigg::V1::CustomerIntegrationResponse::Data::VendorIdentifier::TaggedSymbol
|
|
201
201
|
)
|
|
202
|
+
AIRWALLEX =
|
|
203
|
+
T.let(
|
|
204
|
+
:AIRWALLEX,
|
|
205
|
+
Stigg::V1::CustomerIntegrationResponse::Data::VendorIdentifier::TaggedSymbol
|
|
206
|
+
)
|
|
202
207
|
|
|
203
208
|
sig do
|
|
204
209
|
override.returns(
|
|
@@ -1119,6 +1119,11 @@ module Stigg
|
|
|
1119
1119
|
:PREQUEL,
|
|
1120
1120
|
Stigg::Models::V1::CustomerListResponse::Integration::VendorIdentifier::TaggedSymbol
|
|
1121
1121
|
)
|
|
1122
|
+
AIRWALLEX =
|
|
1123
|
+
T.let(
|
|
1124
|
+
:AIRWALLEX,
|
|
1125
|
+
Stigg::Models::V1::CustomerListResponse::Integration::VendorIdentifier::TaggedSymbol
|
|
1126
|
+
)
|
|
1122
1127
|
|
|
1123
1128
|
sig do
|
|
1124
1129
|
override.returns(
|
|
@@ -1105,6 +1105,11 @@ module Stigg
|
|
|
1105
1105
|
:PREQUEL,
|
|
1106
1106
|
Stigg::V1::CustomerProvisionParams::Integration::VendorIdentifier::TaggedSymbol
|
|
1107
1107
|
)
|
|
1108
|
+
AIRWALLEX =
|
|
1109
|
+
T.let(
|
|
1110
|
+
:AIRWALLEX,
|
|
1111
|
+
Stigg::V1::CustomerProvisionParams::Integration::VendorIdentifier::TaggedSymbol
|
|
1112
|
+
)
|
|
1108
1113
|
|
|
1109
1114
|
sig do
|
|
1110
1115
|
override.returns(
|
|
@@ -1135,6 +1135,11 @@ module Stigg
|
|
|
1135
1135
|
:PREQUEL,
|
|
1136
1136
|
Stigg::V1::CustomerResponse::Data::Integration::VendorIdentifier::TaggedSymbol
|
|
1137
1137
|
)
|
|
1138
|
+
AIRWALLEX =
|
|
1139
|
+
T.let(
|
|
1140
|
+
:AIRWALLEX,
|
|
1141
|
+
Stigg::V1::CustomerResponse::Data::Integration::VendorIdentifier::TaggedSymbol
|
|
1142
|
+
)
|
|
1138
1143
|
|
|
1139
1144
|
sig do
|
|
1140
1145
|
override.returns(
|
|
@@ -952,6 +952,11 @@ module Stigg
|
|
|
952
952
|
:PREQUEL,
|
|
953
953
|
Stigg::V1::CustomerUpdateParams::Integration::VendorIdentifier::TaggedSymbol
|
|
954
954
|
)
|
|
955
|
+
AIRWALLEX =
|
|
956
|
+
T.let(
|
|
957
|
+
:AIRWALLEX,
|
|
958
|
+
Stigg::V1::CustomerUpdateParams::Integration::VendorIdentifier::TaggedSymbol
|
|
959
|
+
)
|
|
955
960
|
|
|
956
961
|
sig do
|
|
957
962
|
override.returns(
|
|
@@ -163,6 +163,11 @@ module Stigg
|
|
|
163
163
|
:PREQUEL,
|
|
164
164
|
Stigg::V1::Customers::IntegrationLinkParams::VendorIdentifier::TaggedSymbol
|
|
165
165
|
)
|
|
166
|
+
AIRWALLEX =
|
|
167
|
+
T.let(
|
|
168
|
+
:AIRWALLEX,
|
|
169
|
+
Stigg::V1::Customers::IntegrationLinkParams::VendorIdentifier::TaggedSymbol
|
|
170
|
+
)
|
|
166
171
|
|
|
167
172
|
sig do
|
|
168
173
|
override.returns(
|
|
@@ -199,6 +199,11 @@ module Stigg
|
|
|
199
199
|
:PREQUEL,
|
|
200
200
|
Stigg::V1::Customers::IntegrationListParams::VendorIdentifier::TaggedSymbol
|
|
201
201
|
)
|
|
202
|
+
AIRWALLEX =
|
|
203
|
+
T.let(
|
|
204
|
+
:AIRWALLEX,
|
|
205
|
+
Stigg::V1::Customers::IntegrationListParams::VendorIdentifier::TaggedSymbol
|
|
206
|
+
)
|
|
202
207
|
|
|
203
208
|
sig do
|
|
204
209
|
override.returns(
|
|
@@ -160,6 +160,11 @@ module Stigg
|
|
|
160
160
|
:PREQUEL,
|
|
161
161
|
Stigg::Models::V1::Customers::IntegrationListResponse::VendorIdentifier::TaggedSymbol
|
|
162
162
|
)
|
|
163
|
+
AIRWALLEX =
|
|
164
|
+
T.let(
|
|
165
|
+
:AIRWALLEX,
|
|
166
|
+
Stigg::Models::V1::Customers::IntegrationListResponse::VendorIdentifier::TaggedSymbol
|
|
167
|
+
)
|
|
163
168
|
|
|
164
169
|
sig do
|
|
165
170
|
override.returns(
|
|
@@ -183,6 +183,11 @@ module Stigg
|
|
|
183
183
|
:PREQUEL,
|
|
184
184
|
Stigg::V1::Customers::PaymentMethodAttachParams::VendorIdentifier::TaggedSymbol
|
|
185
185
|
)
|
|
186
|
+
AIRWALLEX =
|
|
187
|
+
T.let(
|
|
188
|
+
:AIRWALLEX,
|
|
189
|
+
Stigg::V1::Customers::PaymentMethodAttachParams::VendorIdentifier::TaggedSymbol
|
|
190
|
+
)
|
|
186
191
|
|
|
187
192
|
sig do
|
|
188
193
|
override.returns(
|
|
@@ -57,6 +57,7 @@ module Stigg
|
|
|
57
57
|
| :APP_STORE
|
|
58
58
|
| :RECEIVED
|
|
59
59
|
| :PREQUEL
|
|
60
|
+
| :AIRWALLEX
|
|
60
61
|
|
|
61
62
|
module VendorIdentifier
|
|
62
63
|
extend Stigg::Internal::Type::Enum
|
|
@@ -73,6 +74,7 @@ module Stigg
|
|
|
73
74
|
APP_STORE: :APP_STORE
|
|
74
75
|
RECEIVED: :RECEIVED
|
|
75
76
|
PREQUEL: :PREQUEL
|
|
77
|
+
AIRWALLEX: :AIRWALLEX
|
|
76
78
|
|
|
77
79
|
def self?.values: -> ::Array[Stigg::Models::V1::CustomerIntegrationResponse::Data::vendor_identifier]
|
|
78
80
|
end
|
|
@@ -436,6 +436,7 @@ module Stigg
|
|
|
436
436
|
| :APP_STORE
|
|
437
437
|
| :RECEIVED
|
|
438
438
|
| :PREQUEL
|
|
439
|
+
| :AIRWALLEX
|
|
439
440
|
|
|
440
441
|
module VendorIdentifier
|
|
441
442
|
extend Stigg::Internal::Type::Enum
|
|
@@ -452,6 +453,7 @@ module Stigg
|
|
|
452
453
|
APP_STORE: :APP_STORE
|
|
453
454
|
RECEIVED: :RECEIVED
|
|
454
455
|
PREQUEL: :PREQUEL
|
|
456
|
+
AIRWALLEX: :AIRWALLEX
|
|
455
457
|
|
|
456
458
|
def self?.values: -> ::Array[Stigg::Models::V1::CustomerListResponse::Integration::vendor_identifier]
|
|
457
459
|
end
|
|
@@ -441,6 +441,7 @@ module Stigg
|
|
|
441
441
|
| :APP_STORE
|
|
442
442
|
| :RECEIVED
|
|
443
443
|
| :PREQUEL
|
|
444
|
+
| :AIRWALLEX
|
|
444
445
|
|
|
445
446
|
module VendorIdentifier
|
|
446
447
|
extend Stigg::Internal::Type::Enum
|
|
@@ -457,6 +458,7 @@ module Stigg
|
|
|
457
458
|
APP_STORE: :APP_STORE
|
|
458
459
|
RECEIVED: :RECEIVED
|
|
459
460
|
PREQUEL: :PREQUEL
|
|
461
|
+
AIRWALLEX: :AIRWALLEX
|
|
460
462
|
|
|
461
463
|
def self?.values: -> ::Array[Stigg::Models::V1::CustomerProvisionParams::Integration::vendor_identifier]
|
|
462
464
|
end
|
|
@@ -445,6 +445,7 @@ module Stigg
|
|
|
445
445
|
| :APP_STORE
|
|
446
446
|
| :RECEIVED
|
|
447
447
|
| :PREQUEL
|
|
448
|
+
| :AIRWALLEX
|
|
448
449
|
|
|
449
450
|
module VendorIdentifier
|
|
450
451
|
extend Stigg::Internal::Type::Enum
|
|
@@ -461,6 +462,7 @@ module Stigg
|
|
|
461
462
|
APP_STORE: :APP_STORE
|
|
462
463
|
RECEIVED: :RECEIVED
|
|
463
464
|
PREQUEL: :PREQUEL
|
|
465
|
+
AIRWALLEX: :AIRWALLEX
|
|
464
466
|
|
|
465
467
|
def self?.values: -> ::Array[Stigg::Models::V1::CustomerResponse::Data::Integration::vendor_identifier]
|
|
466
468
|
end
|
|
@@ -387,6 +387,7 @@ module Stigg
|
|
|
387
387
|
| :APP_STORE
|
|
388
388
|
| :RECEIVED
|
|
389
389
|
| :PREQUEL
|
|
390
|
+
| :AIRWALLEX
|
|
390
391
|
|
|
391
392
|
module VendorIdentifier
|
|
392
393
|
extend Stigg::Internal::Type::Enum
|
|
@@ -403,6 +404,7 @@ module Stigg
|
|
|
403
404
|
APP_STORE: :APP_STORE
|
|
404
405
|
RECEIVED: :RECEIVED
|
|
405
406
|
PREQUEL: :PREQUEL
|
|
407
|
+
AIRWALLEX: :AIRWALLEX
|
|
406
408
|
|
|
407
409
|
def self?.values: -> ::Array[Stigg::Models::V1::CustomerUpdateParams::Integration::vendor_identifier]
|
|
408
410
|
end
|
|
@@ -66,6 +66,7 @@ module Stigg
|
|
|
66
66
|
| :APP_STORE
|
|
67
67
|
| :RECEIVED
|
|
68
68
|
| :PREQUEL
|
|
69
|
+
| :AIRWALLEX
|
|
69
70
|
|
|
70
71
|
module VendorIdentifier
|
|
71
72
|
extend Stigg::Internal::Type::Enum
|
|
@@ -82,6 +83,7 @@ module Stigg
|
|
|
82
83
|
APP_STORE: :APP_STORE
|
|
83
84
|
RECEIVED: :RECEIVED
|
|
84
85
|
PREQUEL: :PREQUEL
|
|
86
|
+
AIRWALLEX: :AIRWALLEX
|
|
85
87
|
|
|
86
88
|
def self?.values: -> ::Array[Stigg::Models::V1::Customers::IntegrationLinkParams::vendor_identifier]
|
|
87
89
|
end
|
|
@@ -81,6 +81,7 @@ module Stigg
|
|
|
81
81
|
| :APP_STORE
|
|
82
82
|
| :RECEIVED
|
|
83
83
|
| :PREQUEL
|
|
84
|
+
| :AIRWALLEX
|
|
84
85
|
|
|
85
86
|
module VendorIdentifier
|
|
86
87
|
extend Stigg::Internal::Type::Enum
|
|
@@ -97,6 +98,7 @@ module Stigg
|
|
|
97
98
|
APP_STORE: :APP_STORE
|
|
98
99
|
RECEIVED: :RECEIVED
|
|
99
100
|
PREQUEL: :PREQUEL
|
|
101
|
+
AIRWALLEX: :AIRWALLEX
|
|
100
102
|
|
|
101
103
|
def self?.values: -> ::Array[Stigg::Models::V1::Customers::IntegrationListParams::vendor_identifier]
|
|
102
104
|
end
|
|
@@ -46,6 +46,7 @@ module Stigg
|
|
|
46
46
|
| :APP_STORE
|
|
47
47
|
| :RECEIVED
|
|
48
48
|
| :PREQUEL
|
|
49
|
+
| :AIRWALLEX
|
|
49
50
|
|
|
50
51
|
module VendorIdentifier
|
|
51
52
|
extend Stigg::Internal::Type::Enum
|
|
@@ -62,6 +63,7 @@ module Stigg
|
|
|
62
63
|
APP_STORE: :APP_STORE
|
|
63
64
|
RECEIVED: :RECEIVED
|
|
64
65
|
PREQUEL: :PREQUEL
|
|
66
|
+
AIRWALLEX: :AIRWALLEX
|
|
65
67
|
|
|
66
68
|
def self?.values: -> ::Array[Stigg::Models::V1::Customers::IntegrationListResponse::vendor_identifier]
|
|
67
69
|
end
|
|
@@ -71,6 +71,7 @@ module Stigg
|
|
|
71
71
|
| :APP_STORE
|
|
72
72
|
| :RECEIVED
|
|
73
73
|
| :PREQUEL
|
|
74
|
+
| :AIRWALLEX
|
|
74
75
|
|
|
75
76
|
module VendorIdentifier
|
|
76
77
|
extend Stigg::Internal::Type::Enum
|
|
@@ -87,6 +88,7 @@ module Stigg
|
|
|
87
88
|
APP_STORE: :APP_STORE
|
|
88
89
|
RECEIVED: :RECEIVED
|
|
89
90
|
PREQUEL: :PREQUEL
|
|
91
|
+
AIRWALLEX: :AIRWALLEX
|
|
90
92
|
|
|
91
93
|
def self?.values: -> ::Array[Stigg::Models::V1::Customers::PaymentMethodAttachParams::vendor_identifier]
|
|
92
94
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: stigg
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.0.pre.beta.
|
|
4
|
+
version: 0.1.0.pre.beta.34
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stigg
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-06-
|
|
11
|
+
date: 2026-06-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: cgi
|