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.
Files changed (32) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +21 -0
  3. data/README.md +1 -1
  4. data/lib/stigg/models/v1/customer_integration_response.rb +1 -0
  5. data/lib/stigg/models/v1/customer_list_response.rb +1 -0
  6. data/lib/stigg/models/v1/customer_provision_params.rb +1 -0
  7. data/lib/stigg/models/v1/customer_response.rb +1 -0
  8. data/lib/stigg/models/v1/customer_update_params.rb +1 -0
  9. data/lib/stigg/models/v1/customers/integration_link_params.rb +1 -0
  10. data/lib/stigg/models/v1/customers/integration_list_params.rb +1 -0
  11. data/lib/stigg/models/v1/customers/integration_list_response.rb +1 -0
  12. data/lib/stigg/models/v1/customers/payment_method_attach_params.rb +1 -0
  13. data/lib/stigg/version.rb +1 -1
  14. data/rbi/stigg/models/v1/customer_integration_response.rbi +5 -0
  15. data/rbi/stigg/models/v1/customer_list_response.rbi +5 -0
  16. data/rbi/stigg/models/v1/customer_provision_params.rbi +5 -0
  17. data/rbi/stigg/models/v1/customer_response.rbi +5 -0
  18. data/rbi/stigg/models/v1/customer_update_params.rbi +5 -0
  19. data/rbi/stigg/models/v1/customers/integration_link_params.rbi +5 -0
  20. data/rbi/stigg/models/v1/customers/integration_list_params.rbi +5 -0
  21. data/rbi/stigg/models/v1/customers/integration_list_response.rbi +5 -0
  22. data/rbi/stigg/models/v1/customers/payment_method_attach_params.rbi +5 -0
  23. data/sig/stigg/models/v1/customer_integration_response.rbs +2 -0
  24. data/sig/stigg/models/v1/customer_list_response.rbs +2 -0
  25. data/sig/stigg/models/v1/customer_provision_params.rbs +2 -0
  26. data/sig/stigg/models/v1/customer_response.rbs +2 -0
  27. data/sig/stigg/models/v1/customer_update_params.rbs +2 -0
  28. data/sig/stigg/models/v1/customers/integration_link_params.rbs +2 -0
  29. data/sig/stigg/models/v1/customers/integration_list_params.rbs +2 -0
  30. data/sig/stigg/models/v1/customers/integration_list_response.rbs +2 -0
  31. data/sig/stigg/models/v1/customers/payment_method_attach_params.rbs +2 -0
  32. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: eda0bdec54ee6cdc8dc45238592cd94bb312bd76ee04cda49b670f415d307ece
4
- data.tar.gz: ffa90d94220b32f28176f37fbf5de7cb5af3bc7315852011e2dffa8d4462ff82
3
+ metadata.gz: 80d339977dd4c2a272f750387cdca3877af06c445be9f269c62bf34b3d726d2e
4
+ data.tar.gz: 2facee5ad32bbf4bac99ab3a42e5dcb2566ccc5d7a985d7c453a9241fd85e9ec
5
5
  SHA512:
6
- metadata.gz: d80cbaef350054651bca50277a785888375c2a61a8cb9ed726473a45e758cdf4f15d1e3bc95231d7768a6bf35fa457afa064e00b1b65c96b2216de47a9a723eb
7
- data.tar.gz: aa7f8cb93a9b5079f023419e5fe63affab772b479afd0a54dd7997312b347232952424553393d14e88cb27fa654bfb87cc1c753e0a64e86ccad737039ef831e8
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
@@ -24,7 +24,7 @@ To use this gem, install via Bundler by adding the following to your application
24
24
  <!-- x-release-please-start-version -->
25
25
 
26
26
  ```ruby
27
- gem "stigg", "~> 0.1.0.pre.beta.32"
27
+ gem "stigg", "~> 0.1.0.pre.beta.34"
28
28
  ```
29
29
 
30
30
  <!-- x-release-please-end -->
@@ -79,6 +79,7 @@ module Stigg
79
79
  APP_STORE = :APP_STORE
80
80
  RECEIVED = :RECEIVED
81
81
  PREQUEL = :PREQUEL
82
+ AIRWALLEX = :AIRWALLEX
82
83
 
83
84
  # @!method self.values
84
85
  # @return [Array<Symbol>]
@@ -398,6 +398,7 @@ module Stigg
398
398
  APP_STORE = :APP_STORE
399
399
  RECEIVED = :RECEIVED
400
400
  PREQUEL = :PREQUEL
401
+ AIRWALLEX = :AIRWALLEX
401
402
 
402
403
  # @!method self.values
403
404
  # @return [Array<Symbol>]
@@ -386,6 +386,7 @@ module Stigg
386
386
  APP_STORE = :APP_STORE
387
387
  RECEIVED = :RECEIVED
388
388
  PREQUEL = :PREQUEL
389
+ AIRWALLEX = :AIRWALLEX
389
390
 
390
391
  # @!method self.values
391
392
  # @return [Array<Symbol>]
@@ -411,6 +411,7 @@ module Stigg
411
411
  APP_STORE = :APP_STORE
412
412
  RECEIVED = :RECEIVED
413
413
  PREQUEL = :PREQUEL
414
+ AIRWALLEX = :AIRWALLEX
414
415
 
415
416
  # @!method self.values
416
417
  # @return [Array<Symbol>]
@@ -315,6 +315,7 @@ module Stigg
315
315
  APP_STORE = :APP_STORE
316
316
  RECEIVED = :RECEIVED
317
317
  PREQUEL = :PREQUEL
318
+ AIRWALLEX = :AIRWALLEX
318
319
 
319
320
  # @!method self.values
320
321
  # @return [Array<Symbol>]
@@ -75,6 +75,7 @@ module Stigg
75
75
  APP_STORE = :APP_STORE
76
76
  RECEIVED = :RECEIVED
77
77
  PREQUEL = :PREQUEL
78
+ AIRWALLEX = :AIRWALLEX
78
79
 
79
80
  # @!method self.values
80
81
  # @return [Array<Symbol>]
@@ -85,6 +85,7 @@ module Stigg
85
85
  APP_STORE = :APP_STORE
86
86
  RECEIVED = :RECEIVED
87
87
  PREQUEL = :PREQUEL
88
+ AIRWALLEX = :AIRWALLEX
88
89
 
89
90
  # @!method self.values
90
91
  # @return [Array<Symbol>]
@@ -68,6 +68,7 @@ module Stigg
68
68
  APP_STORE = :APP_STORE
69
69
  RECEIVED = :RECEIVED
70
70
  PREQUEL = :PREQUEL
71
+ AIRWALLEX = :AIRWALLEX
71
72
 
72
73
  # @!method self.values
73
74
  # @return [Array<Symbol>]
@@ -86,6 +86,7 @@ module Stigg
86
86
  APP_STORE = :APP_STORE
87
87
  RECEIVED = :RECEIVED
88
88
  PREQUEL = :PREQUEL
89
+ AIRWALLEX = :AIRWALLEX
89
90
 
90
91
  # @!method self.values
91
92
  # @return [Array<Symbol>]
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "0.1.0.pre.beta.32"
4
+ VERSION = "0.1.0.pre.beta.34"
5
5
  end
@@ -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.32
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-23 00:00:00.000000000 Z
11
+ date: 2026-06-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cgi