stigg 0.1.0.pre.beta.12 → 0.1.0.pre.beta.13

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 +8 -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: edd8d1be9aa042e7eb8a9c614d232522784f8f73086c594562947d70f0eeecc9
4
- data.tar.gz: 46b38078f50e83131a7f2781c7dc3fd2a56ced0c1df45fa14debd2567028e50b
3
+ metadata.gz: c31a591fe2a897eef23652e950553a2434a9202578ac4f4cbf46e02bf81236e6
4
+ data.tar.gz: 29d1630012f37a4aa66fac312c2b09a7ff892ea37e1bd9f9ef762929944357d5
5
5
  SHA512:
6
- metadata.gz: ce3117773b935d89f93cdc42225ce088b46107d2d1f4da582c94607beb2f6d7aa401bdee98e280e845ae2e4a00bf3987855e7cce1b1cb082698a9c249d10282f
7
- data.tar.gz: 45a7789e4152545a3b20118b1249dd6b6f710f58f8bed91697d772701c5268fd3604f3a56747f9bcf87c23b70d89d4fb7890f44d30fa45972cc5f540b600ddc1
6
+ metadata.gz: 50dd482a570428afa0a970f253046b8156ccd1cabc70813f6140f147b0c9f1c22b31b986166b9c46b02afee266889eed3620c925498b292eaaa60d9d527fb221
7
+ data.tar.gz: abc5af6d6d58241a8a932f74185a6ce9547a5c83075362ca35567a0aed8b62e73e369dbdbc276c0ba413e71432ab2559da55f0426b00c7b3760920d1f0ef1e45
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.0-beta.13 (2026-06-01)
4
+
5
+ Full Changelog: [v0.1.0-beta.12...v0.1.0-beta.13](https://github.com/stiggio/stigg-ruby/compare/v0.1.0-beta.12...v0.1.0-beta.13)
6
+
7
+ ### Features
8
+
9
+ * **STIGG-8001:** add VendorIdentifier.DATA_EXPORT + [@deprecated](https://github.com/deprecated) on SNOWFLAKE / BIG_QUERY ([78d87be](https://github.com/stiggio/stigg-ruby/commit/78d87be9bf12f46f02837e61e93818d2a30cf972))
10
+
3
11
  ## 0.1.0-beta.12 (2026-05-28)
4
12
 
5
13
  Full Changelog: [v0.1.0-beta.11...v0.1.0-beta.12](https://github.com/stiggio/stigg-ruby/compare/v0.1.0-beta.11...v0.1.0-beta.12)
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.12"
27
+ gem "stigg", "~> 0.1.0.pre.beta.13"
28
28
  ```
29
29
 
30
30
  <!-- x-release-please-end -->
@@ -78,6 +78,7 @@ module Stigg
78
78
  OPEN_FGA = :OPEN_FGA
79
79
  APP_STORE = :APP_STORE
80
80
  RECEIVED = :RECEIVED
81
+ PREQUEL = :PREQUEL
81
82
 
82
83
  # @!method self.values
83
84
  # @return [Array<Symbol>]
@@ -397,6 +397,7 @@ module Stigg
397
397
  OPEN_FGA = :OPEN_FGA
398
398
  APP_STORE = :APP_STORE
399
399
  RECEIVED = :RECEIVED
400
+ PREQUEL = :PREQUEL
400
401
 
401
402
  # @!method self.values
402
403
  # @return [Array<Symbol>]
@@ -371,6 +371,7 @@ module Stigg
371
371
  OPEN_FGA = :OPEN_FGA
372
372
  APP_STORE = :APP_STORE
373
373
  RECEIVED = :RECEIVED
374
+ PREQUEL = :PREQUEL
374
375
 
375
376
  # @!method self.values
376
377
  # @return [Array<Symbol>]
@@ -410,6 +410,7 @@ module Stigg
410
410
  OPEN_FGA = :OPEN_FGA
411
411
  APP_STORE = :APP_STORE
412
412
  RECEIVED = :RECEIVED
413
+ PREQUEL = :PREQUEL
413
414
 
414
415
  # @!method self.values
415
416
  # @return [Array<Symbol>]
@@ -300,6 +300,7 @@ module Stigg
300
300
  OPEN_FGA = :OPEN_FGA
301
301
  APP_STORE = :APP_STORE
302
302
  RECEIVED = :RECEIVED
303
+ PREQUEL = :PREQUEL
303
304
 
304
305
  # @!method self.values
305
306
  # @return [Array<Symbol>]
@@ -60,6 +60,7 @@ module Stigg
60
60
  OPEN_FGA = :OPEN_FGA
61
61
  APP_STORE = :APP_STORE
62
62
  RECEIVED = :RECEIVED
63
+ PREQUEL = :PREQUEL
63
64
 
64
65
  # @!method self.values
65
66
  # @return [Array<Symbol>]
@@ -70,6 +70,7 @@ module Stigg
70
70
  OPEN_FGA = :OPEN_FGA
71
71
  APP_STORE = :APP_STORE
72
72
  RECEIVED = :RECEIVED
73
+ PREQUEL = :PREQUEL
73
74
 
74
75
  # @!method self.values
75
76
  # @return [Array<Symbol>]
@@ -67,6 +67,7 @@ module Stigg
67
67
  OPEN_FGA = :OPEN_FGA
68
68
  APP_STORE = :APP_STORE
69
69
  RECEIVED = :RECEIVED
70
+ PREQUEL = :PREQUEL
70
71
 
71
72
  # @!method self.values
72
73
  # @return [Array<Symbol>]
@@ -71,6 +71,7 @@ module Stigg
71
71
  OPEN_FGA = :OPEN_FGA
72
72
  APP_STORE = :APP_STORE
73
73
  RECEIVED = :RECEIVED
74
+ PREQUEL = :PREQUEL
74
75
 
75
76
  # @!method self.values
76
77
  # @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.12"
4
+ VERSION = "0.1.0.pre.beta.13"
5
5
  end
@@ -194,6 +194,11 @@ module Stigg
194
194
  :RECEIVED,
195
195
  Stigg::V1::CustomerIntegrationResponse::Data::VendorIdentifier::TaggedSymbol
196
196
  )
197
+ PREQUEL =
198
+ T.let(
199
+ :PREQUEL,
200
+ Stigg::V1::CustomerIntegrationResponse::Data::VendorIdentifier::TaggedSymbol
201
+ )
197
202
 
198
203
  sig do
199
204
  override.returns(
@@ -1114,6 +1114,11 @@ module Stigg
1114
1114
  :RECEIVED,
1115
1115
  Stigg::Models::V1::CustomerListResponse::Integration::VendorIdentifier::TaggedSymbol
1116
1116
  )
1117
+ PREQUEL =
1118
+ T.let(
1119
+ :PREQUEL,
1120
+ Stigg::Models::V1::CustomerListResponse::Integration::VendorIdentifier::TaggedSymbol
1121
+ )
1117
1122
 
1118
1123
  sig do
1119
1124
  override.returns(
@@ -1082,6 +1082,11 @@ module Stigg
1082
1082
  :RECEIVED,
1083
1083
  Stigg::V1::CustomerProvisionParams::Integration::VendorIdentifier::TaggedSymbol
1084
1084
  )
1085
+ PREQUEL =
1086
+ T.let(
1087
+ :PREQUEL,
1088
+ Stigg::V1::CustomerProvisionParams::Integration::VendorIdentifier::TaggedSymbol
1089
+ )
1085
1090
 
1086
1091
  sig do
1087
1092
  override.returns(
@@ -1130,6 +1130,11 @@ module Stigg
1130
1130
  :RECEIVED,
1131
1131
  Stigg::V1::CustomerResponse::Data::Integration::VendorIdentifier::TaggedSymbol
1132
1132
  )
1133
+ PREQUEL =
1134
+ T.let(
1135
+ :PREQUEL,
1136
+ Stigg::V1::CustomerResponse::Data::Integration::VendorIdentifier::TaggedSymbol
1137
+ )
1133
1138
 
1134
1139
  sig do
1135
1140
  override.returns(
@@ -929,6 +929,11 @@ module Stigg
929
929
  :RECEIVED,
930
930
  Stigg::V1::CustomerUpdateParams::Integration::VendorIdentifier::TaggedSymbol
931
931
  )
932
+ PREQUEL =
933
+ T.let(
934
+ :PREQUEL,
935
+ Stigg::V1::CustomerUpdateParams::Integration::VendorIdentifier::TaggedSymbol
936
+ )
932
937
 
933
938
  sig do
934
939
  override.returns(
@@ -140,6 +140,11 @@ module Stigg
140
140
  :RECEIVED,
141
141
  Stigg::V1::Customers::IntegrationLinkParams::VendorIdentifier::TaggedSymbol
142
142
  )
143
+ PREQUEL =
144
+ T.let(
145
+ :PREQUEL,
146
+ Stigg::V1::Customers::IntegrationLinkParams::VendorIdentifier::TaggedSymbol
147
+ )
143
148
 
144
149
  sig do
145
150
  override.returns(
@@ -176,6 +176,11 @@ module Stigg
176
176
  :RECEIVED,
177
177
  Stigg::V1::Customers::IntegrationListParams::VendorIdentifier::TaggedSymbol
178
178
  )
179
+ PREQUEL =
180
+ T.let(
181
+ :PREQUEL,
182
+ Stigg::V1::Customers::IntegrationListParams::VendorIdentifier::TaggedSymbol
183
+ )
179
184
 
180
185
  sig do
181
186
  override.returns(
@@ -155,6 +155,11 @@ module Stigg
155
155
  :RECEIVED,
156
156
  Stigg::Models::V1::Customers::IntegrationListResponse::VendorIdentifier::TaggedSymbol
157
157
  )
158
+ PREQUEL =
159
+ T.let(
160
+ :PREQUEL,
161
+ Stigg::Models::V1::Customers::IntegrationListResponse::VendorIdentifier::TaggedSymbol
162
+ )
158
163
 
159
164
  sig do
160
165
  override.returns(
@@ -160,6 +160,11 @@ module Stigg
160
160
  :RECEIVED,
161
161
  Stigg::V1::Customers::PaymentMethodAttachParams::VendorIdentifier::TaggedSymbol
162
162
  )
163
+ PREQUEL =
164
+ T.let(
165
+ :PREQUEL,
166
+ Stigg::V1::Customers::PaymentMethodAttachParams::VendorIdentifier::TaggedSymbol
167
+ )
163
168
 
164
169
  sig do
165
170
  override.returns(
@@ -56,6 +56,7 @@ module Stigg
56
56
  | :OPEN_FGA
57
57
  | :APP_STORE
58
58
  | :RECEIVED
59
+ | :PREQUEL
59
60
 
60
61
  module VendorIdentifier
61
62
  extend Stigg::Internal::Type::Enum
@@ -71,6 +72,7 @@ module Stigg
71
72
  OPEN_FGA: :OPEN_FGA
72
73
  APP_STORE: :APP_STORE
73
74
  RECEIVED: :RECEIVED
75
+ PREQUEL: :PREQUEL
74
76
 
75
77
  def self?.values: -> ::Array[Stigg::Models::V1::CustomerIntegrationResponse::Data::vendor_identifier]
76
78
  end
@@ -435,6 +435,7 @@ module Stigg
435
435
  | :OPEN_FGA
436
436
  | :APP_STORE
437
437
  | :RECEIVED
438
+ | :PREQUEL
438
439
 
439
440
  module VendorIdentifier
440
441
  extend Stigg::Internal::Type::Enum
@@ -450,6 +451,7 @@ module Stigg
450
451
  OPEN_FGA: :OPEN_FGA
451
452
  APP_STORE: :APP_STORE
452
453
  RECEIVED: :RECEIVED
454
+ PREQUEL: :PREQUEL
453
455
 
454
456
  def self?.values: -> ::Array[Stigg::Models::V1::CustomerListResponse::Integration::vendor_identifier]
455
457
  end
@@ -426,6 +426,7 @@ module Stigg
426
426
  | :OPEN_FGA
427
427
  | :APP_STORE
428
428
  | :RECEIVED
429
+ | :PREQUEL
429
430
 
430
431
  module VendorIdentifier
431
432
  extend Stigg::Internal::Type::Enum
@@ -441,6 +442,7 @@ module Stigg
441
442
  OPEN_FGA: :OPEN_FGA
442
443
  APP_STORE: :APP_STORE
443
444
  RECEIVED: :RECEIVED
445
+ PREQUEL: :PREQUEL
444
446
 
445
447
  def self?.values: -> ::Array[Stigg::Models::V1::CustomerProvisionParams::Integration::vendor_identifier]
446
448
  end
@@ -444,6 +444,7 @@ module Stigg
444
444
  | :OPEN_FGA
445
445
  | :APP_STORE
446
446
  | :RECEIVED
447
+ | :PREQUEL
447
448
 
448
449
  module VendorIdentifier
449
450
  extend Stigg::Internal::Type::Enum
@@ -459,6 +460,7 @@ module Stigg
459
460
  OPEN_FGA: :OPEN_FGA
460
461
  APP_STORE: :APP_STORE
461
462
  RECEIVED: :RECEIVED
463
+ PREQUEL: :PREQUEL
462
464
 
463
465
  def self?.values: -> ::Array[Stigg::Models::V1::CustomerResponse::Data::Integration::vendor_identifier]
464
466
  end
@@ -372,6 +372,7 @@ module Stigg
372
372
  | :OPEN_FGA
373
373
  | :APP_STORE
374
374
  | :RECEIVED
375
+ | :PREQUEL
375
376
 
376
377
  module VendorIdentifier
377
378
  extend Stigg::Internal::Type::Enum
@@ -387,6 +388,7 @@ module Stigg
387
388
  OPEN_FGA: :OPEN_FGA
388
389
  APP_STORE: :APP_STORE
389
390
  RECEIVED: :RECEIVED
391
+ PREQUEL: :PREQUEL
390
392
 
391
393
  def self?.values: -> ::Array[Stigg::Models::V1::CustomerUpdateParams::Integration::vendor_identifier]
392
394
  end
@@ -51,6 +51,7 @@ module Stigg
51
51
  | :OPEN_FGA
52
52
  | :APP_STORE
53
53
  | :RECEIVED
54
+ | :PREQUEL
54
55
 
55
56
  module VendorIdentifier
56
57
  extend Stigg::Internal::Type::Enum
@@ -66,6 +67,7 @@ module Stigg
66
67
  OPEN_FGA: :OPEN_FGA
67
68
  APP_STORE: :APP_STORE
68
69
  RECEIVED: :RECEIVED
70
+ PREQUEL: :PREQUEL
69
71
 
70
72
  def self?.values: -> ::Array[Stigg::Models::V1::Customers::IntegrationLinkParams::vendor_identifier]
71
73
  end
@@ -66,6 +66,7 @@ module Stigg
66
66
  | :OPEN_FGA
67
67
  | :APP_STORE
68
68
  | :RECEIVED
69
+ | :PREQUEL
69
70
 
70
71
  module VendorIdentifier
71
72
  extend Stigg::Internal::Type::Enum
@@ -81,6 +82,7 @@ module Stigg
81
82
  OPEN_FGA: :OPEN_FGA
82
83
  APP_STORE: :APP_STORE
83
84
  RECEIVED: :RECEIVED
85
+ PREQUEL: :PREQUEL
84
86
 
85
87
  def self?.values: -> ::Array[Stigg::Models::V1::Customers::IntegrationListParams::vendor_identifier]
86
88
  end
@@ -45,6 +45,7 @@ module Stigg
45
45
  | :OPEN_FGA
46
46
  | :APP_STORE
47
47
  | :RECEIVED
48
+ | :PREQUEL
48
49
 
49
50
  module VendorIdentifier
50
51
  extend Stigg::Internal::Type::Enum
@@ -60,6 +61,7 @@ module Stigg
60
61
  OPEN_FGA: :OPEN_FGA
61
62
  APP_STORE: :APP_STORE
62
63
  RECEIVED: :RECEIVED
64
+ PREQUEL: :PREQUEL
63
65
 
64
66
  def self?.values: -> ::Array[Stigg::Models::V1::Customers::IntegrationListResponse::vendor_identifier]
65
67
  end
@@ -56,6 +56,7 @@ module Stigg
56
56
  | :OPEN_FGA
57
57
  | :APP_STORE
58
58
  | :RECEIVED
59
+ | :PREQUEL
59
60
 
60
61
  module VendorIdentifier
61
62
  extend Stigg::Internal::Type::Enum
@@ -71,6 +72,7 @@ module Stigg
71
72
  OPEN_FGA: :OPEN_FGA
72
73
  APP_STORE: :APP_STORE
73
74
  RECEIVED: :RECEIVED
75
+ PREQUEL: :PREQUEL
74
76
 
75
77
  def self?.values: -> ::Array[Stigg::Models::V1::Customers::PaymentMethodAttachParams::vendor_identifier]
76
78
  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.12
4
+ version: 0.1.0.pre.beta.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-05-28 00:00:00.000000000 Z
11
+ date: 2026-06-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cgi