stigg 0.1.0.pre.beta.40 → 0.1.0.pre.beta.41
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/resources/v1/customers.rb +0 -8
- data/lib/stigg/version.rb +1 -1
- data/lib/stigg.rb +0 -2
- 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/rbi/stigg/resources/v1/customers.rbi +0 -6
- 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
- data/sig/stigg/resources/v1/customers.rbs +0 -4
- metadata +1 -7
- data/lib/stigg/resources/v1/customers/events.rb +0 -18
- data/lib/stigg/resources/v1/customers/usage.rb +0 -18
- data/rbi/stigg/resources/v1/customers/events.rbi +0 -16
- data/rbi/stigg/resources/v1/customers/usage.rbi +0 -16
- data/sig/stigg/resources/v1/customers/events.rbs +0 -11
- data/sig/stigg/resources/v1/customers/usage.rbs +0 -11
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 53711470110d524ac93099766b63b17dbf739f38795e1884574872a3cf749d38
|
|
4
|
+
data.tar.gz: df87953f6033908bcea599f90ac45e572633133a65ccfe5db318f82aa1067c27
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c987781747d4bb7c8e3d0fac03b66fbabe37505cc834a4e022d8425dd5d9c7042b9272a9592662ee36134bc71cd55c3b6ab2952a9c7c1816d6103581f6f94c09
|
|
7
|
+
data.tar.gz: a976dc72dd83461f9ce7a9c98f5aa88c2e68d23fb4d1fc1811305b33aa9f40f55836a5a69986b68ea740bdaa56fca8b363dd83575e2b0dd04655cb7ea998cedc
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.1.0-beta.41 (2026-07-14)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v0.1.0-beta.40...v0.1.0-beta.41](https://github.com/stiggio/stigg-ruby/compare/v0.1.0-beta.40...v0.1.0-beta.41)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **api:** add STRIPE_INVOICING vendor identifier to customer types ([3100731](https://github.com/stiggio/stigg-ruby/commit/31007312eb3d8a741ce9c93f4bef8defb7beed7d))
|
|
10
|
+
|
|
3
11
|
## 0.1.0-beta.40 (2026-07-14)
|
|
4
12
|
|
|
5
13
|
Full Changelog: [v0.1.0-beta.39...v0.1.0-beta.40](https://github.com/stiggio/stigg-ruby/compare/v0.1.0-beta.39...v0.1.0-beta.40)
|
data/README.md
CHANGED
|
@@ -15,12 +15,6 @@ module Stigg
|
|
|
15
15
|
# @return [Stigg::Resources::V1::Customers::Integrations]
|
|
16
16
|
attr_reader :integrations
|
|
17
17
|
|
|
18
|
-
# @return [Stigg::Resources::V1::Customers::Events]
|
|
19
|
-
attr_reader :events
|
|
20
|
-
|
|
21
|
-
# @return [Stigg::Resources::V1::Customers::Usage]
|
|
22
|
-
attr_reader :usage
|
|
23
|
-
|
|
24
18
|
# Some parameter documentations has been truncated, see
|
|
25
19
|
# {Stigg::Models::V1::CustomerRetrieveParams} for more details.
|
|
26
20
|
#
|
|
@@ -455,8 +449,6 @@ module Stigg
|
|
|
455
449
|
@payment_method = Stigg::Resources::V1::Customers::PaymentMethod.new(client: client)
|
|
456
450
|
@promotional_entitlements = Stigg::Resources::V1::Customers::PromotionalEntitlements.new(client: client)
|
|
457
451
|
@integrations = Stigg::Resources::V1::Customers::Integrations.new(client: client)
|
|
458
|
-
@events = Stigg::Resources::V1::Customers::Events.new(client: client)
|
|
459
|
-
@usage = Stigg::Resources::V1::Customers::Usage.new(client: client)
|
|
460
452
|
end
|
|
461
453
|
end
|
|
462
454
|
end
|
data/lib/stigg/version.rb
CHANGED
data/lib/stigg.rb
CHANGED
|
@@ -253,11 +253,9 @@ require_relative "stigg/resources/v1/credits/consumption"
|
|
|
253
253
|
require_relative "stigg/resources/v1/credits/custom_currencies"
|
|
254
254
|
require_relative "stigg/resources/v1/credits/grants"
|
|
255
255
|
require_relative "stigg/resources/v1/customers"
|
|
256
|
-
require_relative "stigg/resources/v1/customers/events"
|
|
257
256
|
require_relative "stigg/resources/v1/customers/integrations"
|
|
258
257
|
require_relative "stigg/resources/v1/customers/payment_method"
|
|
259
258
|
require_relative "stigg/resources/v1/customers/promotional_entitlements"
|
|
260
|
-
require_relative "stigg/resources/v1/customers/usage"
|
|
261
259
|
require_relative "stigg/resources/v1/events"
|
|
262
260
|
require_relative "stigg/resources/v1/events/beta"
|
|
263
261
|
require_relative "stigg/resources/v1/events/beta/customers"
|
|
@@ -204,6 +204,11 @@ module Stigg
|
|
|
204
204
|
:AIRWALLEX,
|
|
205
205
|
Stigg::V1::CustomerIntegrationResponse::Data::VendorIdentifier::TaggedSymbol
|
|
206
206
|
)
|
|
207
|
+
STRIPE_INVOICING =
|
|
208
|
+
T.let(
|
|
209
|
+
:STRIPE_INVOICING,
|
|
210
|
+
Stigg::V1::CustomerIntegrationResponse::Data::VendorIdentifier::TaggedSymbol
|
|
211
|
+
)
|
|
207
212
|
|
|
208
213
|
sig do
|
|
209
214
|
override.returns(
|
|
@@ -1124,6 +1124,11 @@ module Stigg
|
|
|
1124
1124
|
:AIRWALLEX,
|
|
1125
1125
|
Stigg::Models::V1::CustomerListResponse::Integration::VendorIdentifier::TaggedSymbol
|
|
1126
1126
|
)
|
|
1127
|
+
STRIPE_INVOICING =
|
|
1128
|
+
T.let(
|
|
1129
|
+
:STRIPE_INVOICING,
|
|
1130
|
+
Stigg::Models::V1::CustomerListResponse::Integration::VendorIdentifier::TaggedSymbol
|
|
1131
|
+
)
|
|
1127
1132
|
|
|
1128
1133
|
sig do
|
|
1129
1134
|
override.returns(
|
|
@@ -1110,6 +1110,11 @@ module Stigg
|
|
|
1110
1110
|
:AIRWALLEX,
|
|
1111
1111
|
Stigg::V1::CustomerProvisionParams::Integration::VendorIdentifier::TaggedSymbol
|
|
1112
1112
|
)
|
|
1113
|
+
STRIPE_INVOICING =
|
|
1114
|
+
T.let(
|
|
1115
|
+
:STRIPE_INVOICING,
|
|
1116
|
+
Stigg::V1::CustomerProvisionParams::Integration::VendorIdentifier::TaggedSymbol
|
|
1117
|
+
)
|
|
1113
1118
|
|
|
1114
1119
|
sig do
|
|
1115
1120
|
override.returns(
|
|
@@ -1140,6 +1140,11 @@ module Stigg
|
|
|
1140
1140
|
:AIRWALLEX,
|
|
1141
1141
|
Stigg::V1::CustomerResponse::Data::Integration::VendorIdentifier::TaggedSymbol
|
|
1142
1142
|
)
|
|
1143
|
+
STRIPE_INVOICING =
|
|
1144
|
+
T.let(
|
|
1145
|
+
:STRIPE_INVOICING,
|
|
1146
|
+
Stigg::V1::CustomerResponse::Data::Integration::VendorIdentifier::TaggedSymbol
|
|
1147
|
+
)
|
|
1143
1148
|
|
|
1144
1149
|
sig do
|
|
1145
1150
|
override.returns(
|
|
@@ -957,6 +957,11 @@ module Stigg
|
|
|
957
957
|
:AIRWALLEX,
|
|
958
958
|
Stigg::V1::CustomerUpdateParams::Integration::VendorIdentifier::TaggedSymbol
|
|
959
959
|
)
|
|
960
|
+
STRIPE_INVOICING =
|
|
961
|
+
T.let(
|
|
962
|
+
:STRIPE_INVOICING,
|
|
963
|
+
Stigg::V1::CustomerUpdateParams::Integration::VendorIdentifier::TaggedSymbol
|
|
964
|
+
)
|
|
960
965
|
|
|
961
966
|
sig do
|
|
962
967
|
override.returns(
|
|
@@ -168,6 +168,11 @@ module Stigg
|
|
|
168
168
|
:AIRWALLEX,
|
|
169
169
|
Stigg::V1::Customers::IntegrationLinkParams::VendorIdentifier::TaggedSymbol
|
|
170
170
|
)
|
|
171
|
+
STRIPE_INVOICING =
|
|
172
|
+
T.let(
|
|
173
|
+
:STRIPE_INVOICING,
|
|
174
|
+
Stigg::V1::Customers::IntegrationLinkParams::VendorIdentifier::TaggedSymbol
|
|
175
|
+
)
|
|
171
176
|
|
|
172
177
|
sig do
|
|
173
178
|
override.returns(
|
|
@@ -204,6 +204,11 @@ module Stigg
|
|
|
204
204
|
:AIRWALLEX,
|
|
205
205
|
Stigg::V1::Customers::IntegrationListParams::VendorIdentifier::TaggedSymbol
|
|
206
206
|
)
|
|
207
|
+
STRIPE_INVOICING =
|
|
208
|
+
T.let(
|
|
209
|
+
:STRIPE_INVOICING,
|
|
210
|
+
Stigg::V1::Customers::IntegrationListParams::VendorIdentifier::TaggedSymbol
|
|
211
|
+
)
|
|
207
212
|
|
|
208
213
|
sig do
|
|
209
214
|
override.returns(
|
|
@@ -165,6 +165,11 @@ module Stigg
|
|
|
165
165
|
:AIRWALLEX,
|
|
166
166
|
Stigg::Models::V1::Customers::IntegrationListResponse::VendorIdentifier::TaggedSymbol
|
|
167
167
|
)
|
|
168
|
+
STRIPE_INVOICING =
|
|
169
|
+
T.let(
|
|
170
|
+
:STRIPE_INVOICING,
|
|
171
|
+
Stigg::Models::V1::Customers::IntegrationListResponse::VendorIdentifier::TaggedSymbol
|
|
172
|
+
)
|
|
168
173
|
|
|
169
174
|
sig do
|
|
170
175
|
override.returns(
|
|
@@ -188,6 +188,11 @@ module Stigg
|
|
|
188
188
|
:AIRWALLEX,
|
|
189
189
|
Stigg::V1::Customers::PaymentMethodAttachParams::VendorIdentifier::TaggedSymbol
|
|
190
190
|
)
|
|
191
|
+
STRIPE_INVOICING =
|
|
192
|
+
T.let(
|
|
193
|
+
:STRIPE_INVOICING,
|
|
194
|
+
Stigg::V1::Customers::PaymentMethodAttachParams::VendorIdentifier::TaggedSymbol
|
|
195
|
+
)
|
|
191
196
|
|
|
192
197
|
sig do
|
|
193
198
|
override.returns(
|
|
@@ -17,12 +17,6 @@ module Stigg
|
|
|
17
17
|
sig { returns(Stigg::Resources::V1::Customers::Integrations) }
|
|
18
18
|
attr_reader :integrations
|
|
19
19
|
|
|
20
|
-
sig { returns(Stigg::Resources::V1::Customers::Events) }
|
|
21
|
-
attr_reader :events
|
|
22
|
-
|
|
23
|
-
sig { returns(Stigg::Resources::V1::Customers::Usage) }
|
|
24
|
-
attr_reader :usage
|
|
25
|
-
|
|
26
20
|
# Retrieves a customer by their unique identifier, including billing information
|
|
27
21
|
# and subscription status.
|
|
28
22
|
sig do
|
|
@@ -58,6 +58,7 @@ module Stigg
|
|
|
58
58
|
| :RECEIVED
|
|
59
59
|
| :PREQUEL
|
|
60
60
|
| :AIRWALLEX
|
|
61
|
+
| :STRIPE_INVOICING
|
|
61
62
|
|
|
62
63
|
module VendorIdentifier
|
|
63
64
|
extend Stigg::Internal::Type::Enum
|
|
@@ -75,6 +76,7 @@ module Stigg
|
|
|
75
76
|
RECEIVED: :RECEIVED
|
|
76
77
|
PREQUEL: :PREQUEL
|
|
77
78
|
AIRWALLEX: :AIRWALLEX
|
|
79
|
+
STRIPE_INVOICING: :STRIPE_INVOICING
|
|
78
80
|
|
|
79
81
|
def self?.values: -> ::Array[Stigg::Models::V1::CustomerIntegrationResponse::Data::vendor_identifier]
|
|
80
82
|
end
|
|
@@ -437,6 +437,7 @@ module Stigg
|
|
|
437
437
|
| :RECEIVED
|
|
438
438
|
| :PREQUEL
|
|
439
439
|
| :AIRWALLEX
|
|
440
|
+
| :STRIPE_INVOICING
|
|
440
441
|
|
|
441
442
|
module VendorIdentifier
|
|
442
443
|
extend Stigg::Internal::Type::Enum
|
|
@@ -454,6 +455,7 @@ module Stigg
|
|
|
454
455
|
RECEIVED: :RECEIVED
|
|
455
456
|
PREQUEL: :PREQUEL
|
|
456
457
|
AIRWALLEX: :AIRWALLEX
|
|
458
|
+
STRIPE_INVOICING: :STRIPE_INVOICING
|
|
457
459
|
|
|
458
460
|
def self?.values: -> ::Array[Stigg::Models::V1::CustomerListResponse::Integration::vendor_identifier]
|
|
459
461
|
end
|
|
@@ -442,6 +442,7 @@ module Stigg
|
|
|
442
442
|
| :RECEIVED
|
|
443
443
|
| :PREQUEL
|
|
444
444
|
| :AIRWALLEX
|
|
445
|
+
| :STRIPE_INVOICING
|
|
445
446
|
|
|
446
447
|
module VendorIdentifier
|
|
447
448
|
extend Stigg::Internal::Type::Enum
|
|
@@ -459,6 +460,7 @@ module Stigg
|
|
|
459
460
|
RECEIVED: :RECEIVED
|
|
460
461
|
PREQUEL: :PREQUEL
|
|
461
462
|
AIRWALLEX: :AIRWALLEX
|
|
463
|
+
STRIPE_INVOICING: :STRIPE_INVOICING
|
|
462
464
|
|
|
463
465
|
def self?.values: -> ::Array[Stigg::Models::V1::CustomerProvisionParams::Integration::vendor_identifier]
|
|
464
466
|
end
|
|
@@ -446,6 +446,7 @@ module Stigg
|
|
|
446
446
|
| :RECEIVED
|
|
447
447
|
| :PREQUEL
|
|
448
448
|
| :AIRWALLEX
|
|
449
|
+
| :STRIPE_INVOICING
|
|
449
450
|
|
|
450
451
|
module VendorIdentifier
|
|
451
452
|
extend Stigg::Internal::Type::Enum
|
|
@@ -463,6 +464,7 @@ module Stigg
|
|
|
463
464
|
RECEIVED: :RECEIVED
|
|
464
465
|
PREQUEL: :PREQUEL
|
|
465
466
|
AIRWALLEX: :AIRWALLEX
|
|
467
|
+
STRIPE_INVOICING: :STRIPE_INVOICING
|
|
466
468
|
|
|
467
469
|
def self?.values: -> ::Array[Stigg::Models::V1::CustomerResponse::Data::Integration::vendor_identifier]
|
|
468
470
|
end
|
|
@@ -388,6 +388,7 @@ module Stigg
|
|
|
388
388
|
| :RECEIVED
|
|
389
389
|
| :PREQUEL
|
|
390
390
|
| :AIRWALLEX
|
|
391
|
+
| :STRIPE_INVOICING
|
|
391
392
|
|
|
392
393
|
module VendorIdentifier
|
|
393
394
|
extend Stigg::Internal::Type::Enum
|
|
@@ -405,6 +406,7 @@ module Stigg
|
|
|
405
406
|
RECEIVED: :RECEIVED
|
|
406
407
|
PREQUEL: :PREQUEL
|
|
407
408
|
AIRWALLEX: :AIRWALLEX
|
|
409
|
+
STRIPE_INVOICING: :STRIPE_INVOICING
|
|
408
410
|
|
|
409
411
|
def self?.values: -> ::Array[Stigg::Models::V1::CustomerUpdateParams::Integration::vendor_identifier]
|
|
410
412
|
end
|
|
@@ -67,6 +67,7 @@ module Stigg
|
|
|
67
67
|
| :RECEIVED
|
|
68
68
|
| :PREQUEL
|
|
69
69
|
| :AIRWALLEX
|
|
70
|
+
| :STRIPE_INVOICING
|
|
70
71
|
|
|
71
72
|
module VendorIdentifier
|
|
72
73
|
extend Stigg::Internal::Type::Enum
|
|
@@ -84,6 +85,7 @@ module Stigg
|
|
|
84
85
|
RECEIVED: :RECEIVED
|
|
85
86
|
PREQUEL: :PREQUEL
|
|
86
87
|
AIRWALLEX: :AIRWALLEX
|
|
88
|
+
STRIPE_INVOICING: :STRIPE_INVOICING
|
|
87
89
|
|
|
88
90
|
def self?.values: -> ::Array[Stigg::Models::V1::Customers::IntegrationLinkParams::vendor_identifier]
|
|
89
91
|
end
|
|
@@ -82,6 +82,7 @@ module Stigg
|
|
|
82
82
|
| :RECEIVED
|
|
83
83
|
| :PREQUEL
|
|
84
84
|
| :AIRWALLEX
|
|
85
|
+
| :STRIPE_INVOICING
|
|
85
86
|
|
|
86
87
|
module VendorIdentifier
|
|
87
88
|
extend Stigg::Internal::Type::Enum
|
|
@@ -99,6 +100,7 @@ module Stigg
|
|
|
99
100
|
RECEIVED: :RECEIVED
|
|
100
101
|
PREQUEL: :PREQUEL
|
|
101
102
|
AIRWALLEX: :AIRWALLEX
|
|
103
|
+
STRIPE_INVOICING: :STRIPE_INVOICING
|
|
102
104
|
|
|
103
105
|
def self?.values: -> ::Array[Stigg::Models::V1::Customers::IntegrationListParams::vendor_identifier]
|
|
104
106
|
end
|
|
@@ -47,6 +47,7 @@ module Stigg
|
|
|
47
47
|
| :RECEIVED
|
|
48
48
|
| :PREQUEL
|
|
49
49
|
| :AIRWALLEX
|
|
50
|
+
| :STRIPE_INVOICING
|
|
50
51
|
|
|
51
52
|
module VendorIdentifier
|
|
52
53
|
extend Stigg::Internal::Type::Enum
|
|
@@ -64,6 +65,7 @@ module Stigg
|
|
|
64
65
|
RECEIVED: :RECEIVED
|
|
65
66
|
PREQUEL: :PREQUEL
|
|
66
67
|
AIRWALLEX: :AIRWALLEX
|
|
68
|
+
STRIPE_INVOICING: :STRIPE_INVOICING
|
|
67
69
|
|
|
68
70
|
def self?.values: -> ::Array[Stigg::Models::V1::Customers::IntegrationListResponse::vendor_identifier]
|
|
69
71
|
end
|
|
@@ -72,6 +72,7 @@ module Stigg
|
|
|
72
72
|
| :RECEIVED
|
|
73
73
|
| :PREQUEL
|
|
74
74
|
| :AIRWALLEX
|
|
75
|
+
| :STRIPE_INVOICING
|
|
75
76
|
|
|
76
77
|
module VendorIdentifier
|
|
77
78
|
extend Stigg::Internal::Type::Enum
|
|
@@ -89,6 +90,7 @@ module Stigg
|
|
|
89
90
|
RECEIVED: :RECEIVED
|
|
90
91
|
PREQUEL: :PREQUEL
|
|
91
92
|
AIRWALLEX: :AIRWALLEX
|
|
93
|
+
STRIPE_INVOICING: :STRIPE_INVOICING
|
|
92
94
|
|
|
93
95
|
def self?.values: -> ::Array[Stigg::Models::V1::Customers::PaymentMethodAttachParams::vendor_identifier]
|
|
94
96
|
end
|
|
@@ -8,10 +8,6 @@ module Stigg
|
|
|
8
8
|
|
|
9
9
|
attr_reader integrations: Stigg::Resources::V1::Customers::Integrations
|
|
10
10
|
|
|
11
|
-
attr_reader events: Stigg::Resources::V1::Customers::Events
|
|
12
|
-
|
|
13
|
-
attr_reader usage: Stigg::Resources::V1::Customers::Usage
|
|
14
|
-
|
|
15
11
|
def retrieve: (
|
|
16
12
|
String id,
|
|
17
13
|
?x_account_id: String,
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.41
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stigg
|
|
@@ -270,11 +270,9 @@ files:
|
|
|
270
270
|
- lib/stigg/resources/v1/credits/custom_currencies.rb
|
|
271
271
|
- lib/stigg/resources/v1/credits/grants.rb
|
|
272
272
|
- lib/stigg/resources/v1/customers.rb
|
|
273
|
-
- lib/stigg/resources/v1/customers/events.rb
|
|
274
273
|
- lib/stigg/resources/v1/customers/integrations.rb
|
|
275
274
|
- lib/stigg/resources/v1/customers/payment_method.rb
|
|
276
275
|
- lib/stigg/resources/v1/customers/promotional_entitlements.rb
|
|
277
|
-
- lib/stigg/resources/v1/customers/usage.rb
|
|
278
276
|
- lib/stigg/resources/v1/events.rb
|
|
279
277
|
- lib/stigg/resources/v1/events/beta.rb
|
|
280
278
|
- lib/stigg/resources/v1/events/beta/customers.rb
|
|
@@ -517,11 +515,9 @@ files:
|
|
|
517
515
|
- rbi/stigg/resources/v1/credits/custom_currencies.rbi
|
|
518
516
|
- rbi/stigg/resources/v1/credits/grants.rbi
|
|
519
517
|
- rbi/stigg/resources/v1/customers.rbi
|
|
520
|
-
- rbi/stigg/resources/v1/customers/events.rbi
|
|
521
518
|
- rbi/stigg/resources/v1/customers/integrations.rbi
|
|
522
519
|
- rbi/stigg/resources/v1/customers/payment_method.rbi
|
|
523
520
|
- rbi/stigg/resources/v1/customers/promotional_entitlements.rbi
|
|
524
|
-
- rbi/stigg/resources/v1/customers/usage.rbi
|
|
525
521
|
- rbi/stigg/resources/v1/events.rbi
|
|
526
522
|
- rbi/stigg/resources/v1/events/beta.rbi
|
|
527
523
|
- rbi/stigg/resources/v1/events/beta/customers.rbi
|
|
@@ -763,11 +759,9 @@ files:
|
|
|
763
759
|
- sig/stigg/resources/v1/credits/custom_currencies.rbs
|
|
764
760
|
- sig/stigg/resources/v1/credits/grants.rbs
|
|
765
761
|
- sig/stigg/resources/v1/customers.rbs
|
|
766
|
-
- sig/stigg/resources/v1/customers/events.rbs
|
|
767
762
|
- sig/stigg/resources/v1/customers/integrations.rbs
|
|
768
763
|
- sig/stigg/resources/v1/customers/payment_method.rbs
|
|
769
764
|
- sig/stigg/resources/v1/customers/promotional_entitlements.rbs
|
|
770
|
-
- sig/stigg/resources/v1/customers/usage.rbs
|
|
771
765
|
- sig/stigg/resources/v1/events.rbs
|
|
772
766
|
- sig/stigg/resources/v1/events/beta.rbs
|
|
773
767
|
- sig/stigg/resources/v1/events/beta/customers.rbs
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
# frozen_string_literal: true
|
|
2
|
-
|
|
3
|
-
module Stigg
|
|
4
|
-
module Resources
|
|
5
|
-
class V1
|
|
6
|
-
class Customers
|
|
7
|
-
class Events
|
|
8
|
-
# @api private
|
|
9
|
-
#
|
|
10
|
-
# @param client [Stigg::Client]
|
|
11
|
-
def initialize(client:)
|
|
12
|
-
@client = client
|
|
13
|
-
end
|
|
14
|
-
end
|
|
15
|
-
end
|
|
16
|
-
end
|
|
17
|
-
end
|
|
18
|
-
end
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
# frozen_string_literal: true
|
|
2
|
-
|
|
3
|
-
module Stigg
|
|
4
|
-
module Resources
|
|
5
|
-
class V1
|
|
6
|
-
class Customers
|
|
7
|
-
class Usage
|
|
8
|
-
# @api private
|
|
9
|
-
#
|
|
10
|
-
# @param client [Stigg::Client]
|
|
11
|
-
def initialize(client:)
|
|
12
|
-
@client = client
|
|
13
|
-
end
|
|
14
|
-
end
|
|
15
|
-
end
|
|
16
|
-
end
|
|
17
|
-
end
|
|
18
|
-
end
|