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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -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: c31a591fe2a897eef23652e950553a2434a9202578ac4f4cbf46e02bf81236e6
|
|
4
|
+
data.tar.gz: 29d1630012f37a4aa66fac312c2b09a7ff892ea37e1bd9f9ef762929944357d5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
data/lib/stigg/version.rb
CHANGED
|
@@ -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.
|
|
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-
|
|
11
|
+
date: 2026-06-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: cgi
|