lithic 0.1.0.pre.alpha.20 → 0.1.0.pre.alpha.21
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 +26 -0
- data/README.md +5 -5
- data/lib/lithic/internal/cursor_page.rb +2 -2
- data/lib/lithic/internal/single_page.rb +2 -2
- data/lib/lithic/internal/transport/base_client.rb +3 -3
- data/lib/lithic/internal/type/base_model.rb +1 -9
- data/lib/lithic/internal/type/request_parameters.rb +2 -8
- data/lib/lithic/internal/util.rb +19 -3
- data/lib/lithic/models/card_embed_response.rb +7 -0
- data/lib/lithic/models/currency.rb +7 -0
- data/lib/lithic/models.rb +328 -0
- data/lib/lithic/resources/account_holders.rb +1 -1
- data/lib/lithic/version.rb +1 -1
- data/lib/lithic.rb +2 -0
- data/rbi/lithic/errors.rbi +1 -1
- data/rbi/lithic/internal/util.rbi +4 -0
- data/rbi/lithic/models/auth_rules/auth_rule.rbi +2 -2
- data/rbi/lithic/models/auth_rules/auth_rule_condition.rbi +2 -2
- data/rbi/lithic/models/card_embed_response.rbi +7 -0
- data/rbi/lithic/models/currency.rbi +7 -0
- data/rbi/lithic/models/financial_accounts/financial_account_credit_config.rbi +2 -2
- data/rbi/lithic/models/financial_accounts/statements/statement_line_items.rbi +2 -2
- data/rbi/lithic/models.rbi +328 -0
- data/sig/lithic/internal/util.rbs +2 -0
- data/sig/lithic/models/card_embed_response.rbs +5 -0
- data/sig/lithic/models/currency.rbs +5 -0
- data/sig/lithic/models.rbs +323 -0
- metadata +13 -4
@@ -0,0 +1,323 @@
|
|
1
|
+
module Lithic
|
2
|
+
class Account = Lithic::Models::Account
|
3
|
+
|
4
|
+
module AccountFinancialAccountType = Lithic::Models::AccountFinancialAccountType
|
5
|
+
|
6
|
+
class AccountHolder = Lithic::Models::AccountHolder
|
7
|
+
|
8
|
+
class AccountHolderCreateParams = Lithic::Models::AccountHolderCreateParams
|
9
|
+
|
10
|
+
class AccountHolderListDocumentsParams = Lithic::Models::AccountHolderListDocumentsParams
|
11
|
+
|
12
|
+
class AccountHolderListParams = Lithic::Models::AccountHolderListParams
|
13
|
+
|
14
|
+
class AccountHolderRetrieveDocumentParams = Lithic::Models::AccountHolderRetrieveDocumentParams
|
15
|
+
|
16
|
+
class AccountHolderRetrieveParams = Lithic::Models::AccountHolderRetrieveParams
|
17
|
+
|
18
|
+
class AccountHolderSimulateEnrollmentDocumentReviewParams = Lithic::Models::AccountHolderSimulateEnrollmentDocumentReviewParams
|
19
|
+
|
20
|
+
class AccountHolderSimulateEnrollmentReviewParams = Lithic::Models::AccountHolderSimulateEnrollmentReviewParams
|
21
|
+
|
22
|
+
class AccountHolderUpdateParams = Lithic::Models::AccountHolderUpdateParams
|
23
|
+
|
24
|
+
class AccountHolderUploadDocumentParams = Lithic::Models::AccountHolderUploadDocumentParams
|
25
|
+
|
26
|
+
class AccountListParams = Lithic::Models::AccountListParams
|
27
|
+
|
28
|
+
class AccountRetrieveParams = Lithic::Models::AccountRetrieveParams
|
29
|
+
|
30
|
+
class AccountRetrieveSpendLimitsParams = Lithic::Models::AccountRetrieveSpendLimitsParams
|
31
|
+
|
32
|
+
class AccountSpendLimits = Lithic::Models::AccountSpendLimits
|
33
|
+
|
34
|
+
class AccountUpdateParams = Lithic::Models::AccountUpdateParams
|
35
|
+
|
36
|
+
class Address = Lithic::Models::Address
|
37
|
+
|
38
|
+
class AddressUpdate = Lithic::Models::AddressUpdate
|
39
|
+
|
40
|
+
class AggregateBalance = Lithic::Models::AggregateBalance
|
41
|
+
|
42
|
+
class AggregateBalanceListParams = Lithic::Models::AggregateBalanceListParams
|
43
|
+
|
44
|
+
class APIStatus = Lithic::Models::APIStatus
|
45
|
+
|
46
|
+
module AuthRules = Lithic::Models::AuthRules
|
47
|
+
|
48
|
+
class AuthStreamEnrollmentRetrieveSecretParams = Lithic::Models::AuthStreamEnrollmentRetrieveSecretParams
|
49
|
+
|
50
|
+
class AuthStreamEnrollmentRotateSecretParams = Lithic::Models::AuthStreamEnrollmentRotateSecretParams
|
51
|
+
|
52
|
+
class AuthStreamSecret = Lithic::Models::AuthStreamSecret
|
53
|
+
|
54
|
+
class Balance = Lithic::Models::Balance
|
55
|
+
|
56
|
+
class BalanceListParams = Lithic::Models::BalanceListParams
|
57
|
+
|
58
|
+
class BookTransferCreateParams = Lithic::Models::BookTransferCreateParams
|
59
|
+
|
60
|
+
class BookTransferListParams = Lithic::Models::BookTransferListParams
|
61
|
+
|
62
|
+
class BookTransferResponse = Lithic::Models::BookTransferResponse
|
63
|
+
|
64
|
+
class BookTransferRetrieveParams = Lithic::Models::BookTransferRetrieveParams
|
65
|
+
|
66
|
+
class BookTransferReverseParams = Lithic::Models::BookTransferReverseParams
|
67
|
+
|
68
|
+
class Card = Lithic::Models::Card
|
69
|
+
|
70
|
+
class CardConvertPhysicalParams = Lithic::Models::CardConvertPhysicalParams
|
71
|
+
|
72
|
+
class CardCreateParams = Lithic::Models::CardCreateParams
|
73
|
+
|
74
|
+
class CardEmbedParams = Lithic::Models::CardEmbedParams
|
75
|
+
|
76
|
+
class CardListParams = Lithic::Models::CardListParams
|
77
|
+
|
78
|
+
class CardProgram = Lithic::Models::CardProgram
|
79
|
+
|
80
|
+
class CardProgramListParams = Lithic::Models::CardProgramListParams
|
81
|
+
|
82
|
+
class CardProgramRetrieveParams = Lithic::Models::CardProgramRetrieveParams
|
83
|
+
|
84
|
+
class CardProvisionParams = Lithic::Models::CardProvisionParams
|
85
|
+
|
86
|
+
class CardReissueParams = Lithic::Models::CardReissueParams
|
87
|
+
|
88
|
+
class CardRenewParams = Lithic::Models::CardRenewParams
|
89
|
+
|
90
|
+
class CardRetrieveParams = Lithic::Models::CardRetrieveParams
|
91
|
+
|
92
|
+
class CardRetrieveSpendLimitsParams = Lithic::Models::CardRetrieveSpendLimitsParams
|
93
|
+
|
94
|
+
module Cards = Lithic::Models::Cards
|
95
|
+
|
96
|
+
class CardSearchByPanParams = Lithic::Models::CardSearchByPanParams
|
97
|
+
|
98
|
+
class CardSpendLimits = Lithic::Models::CardSpendLimits
|
99
|
+
|
100
|
+
class CardUpdateParams = Lithic::Models::CardUpdateParams
|
101
|
+
|
102
|
+
class Carrier = Lithic::Models::Carrier
|
103
|
+
|
104
|
+
class ClientAPIStatusParams = Lithic::Models::ClientAPIStatusParams
|
105
|
+
|
106
|
+
module CreditProducts = Lithic::Models::CreditProducts
|
107
|
+
|
108
|
+
class Currency = Lithic::Models::Currency
|
109
|
+
|
110
|
+
class DigitalCardArtAPI = Lithic::Models::DigitalCardArtAPI
|
111
|
+
|
112
|
+
class DigitalCardArtListParams = Lithic::Models::DigitalCardArtListParams
|
113
|
+
|
114
|
+
class DigitalCardArtRetrieveParams = Lithic::Models::DigitalCardArtRetrieveParams
|
115
|
+
|
116
|
+
class Dispute = Lithic::Models::Dispute
|
117
|
+
|
118
|
+
class DisputeCreateParams = Lithic::Models::DisputeCreateParams
|
119
|
+
|
120
|
+
class DisputeDeleteEvidenceParams = Lithic::Models::DisputeDeleteEvidenceParams
|
121
|
+
|
122
|
+
class DisputeDeleteParams = Lithic::Models::DisputeDeleteParams
|
123
|
+
|
124
|
+
class DisputeEvidence = Lithic::Models::DisputeEvidence
|
125
|
+
|
126
|
+
class DisputeInitiateEvidenceUploadParams = Lithic::Models::DisputeInitiateEvidenceUploadParams
|
127
|
+
|
128
|
+
class DisputeListEvidencesParams = Lithic::Models::DisputeListEvidencesParams
|
129
|
+
|
130
|
+
class DisputeListParams = Lithic::Models::DisputeListParams
|
131
|
+
|
132
|
+
class DisputeRetrieveEvidenceParams = Lithic::Models::DisputeRetrieveEvidenceParams
|
133
|
+
|
134
|
+
class DisputeRetrieveParams = Lithic::Models::DisputeRetrieveParams
|
135
|
+
|
136
|
+
class DisputeUpdateParams = Lithic::Models::DisputeUpdateParams
|
137
|
+
|
138
|
+
class Document = Lithic::Models::Document
|
139
|
+
|
140
|
+
class Event = Lithic::Models::Event
|
141
|
+
|
142
|
+
class EventListAttemptsParams = Lithic::Models::EventListAttemptsParams
|
143
|
+
|
144
|
+
class EventListParams = Lithic::Models::EventListParams
|
145
|
+
|
146
|
+
class EventRetrieveParams = Lithic::Models::EventRetrieveParams
|
147
|
+
|
148
|
+
module Events = Lithic::Models::Events
|
149
|
+
|
150
|
+
class EventSubscription = Lithic::Models::EventSubscription
|
151
|
+
|
152
|
+
class ExternalBankAccountAddress = Lithic::Models::ExternalBankAccountAddress
|
153
|
+
|
154
|
+
class ExternalBankAccountCreateParams = Lithic::Models::ExternalBankAccountCreateParams
|
155
|
+
|
156
|
+
class ExternalBankAccountListParams = Lithic::Models::ExternalBankAccountListParams
|
157
|
+
|
158
|
+
class ExternalBankAccountRetrieveParams = Lithic::Models::ExternalBankAccountRetrieveParams
|
159
|
+
|
160
|
+
class ExternalBankAccountRetryMicroDepositsParams = Lithic::Models::ExternalBankAccountRetryMicroDepositsParams
|
161
|
+
|
162
|
+
class ExternalBankAccountRetryPrenoteParams = Lithic::Models::ExternalBankAccountRetryPrenoteParams
|
163
|
+
|
164
|
+
module ExternalBankAccounts = Lithic::Models::ExternalBankAccounts
|
165
|
+
|
166
|
+
class ExternalBankAccountUpdateParams = Lithic::Models::ExternalBankAccountUpdateParams
|
167
|
+
|
168
|
+
class ExternalPayment = Lithic::Models::ExternalPayment
|
169
|
+
|
170
|
+
class ExternalPaymentCancelParams = Lithic::Models::ExternalPaymentCancelParams
|
171
|
+
|
172
|
+
class ExternalPaymentCreateParams = Lithic::Models::ExternalPaymentCreateParams
|
173
|
+
|
174
|
+
class ExternalPaymentListParams = Lithic::Models::ExternalPaymentListParams
|
175
|
+
|
176
|
+
class ExternalPaymentReleaseParams = Lithic::Models::ExternalPaymentReleaseParams
|
177
|
+
|
178
|
+
class ExternalPaymentRetrieveParams = Lithic::Models::ExternalPaymentRetrieveParams
|
179
|
+
|
180
|
+
class ExternalPaymentReverseParams = Lithic::Models::ExternalPaymentReverseParams
|
181
|
+
|
182
|
+
class ExternalPaymentSettleParams = Lithic::Models::ExternalPaymentSettleParams
|
183
|
+
|
184
|
+
class FinancialAccount = Lithic::Models::FinancialAccount
|
185
|
+
|
186
|
+
class FinancialAccountCreateParams = Lithic::Models::FinancialAccountCreateParams
|
187
|
+
|
188
|
+
class FinancialAccountListParams = Lithic::Models::FinancialAccountListParams
|
189
|
+
|
190
|
+
class FinancialAccountRetrieveParams = Lithic::Models::FinancialAccountRetrieveParams
|
191
|
+
|
192
|
+
module FinancialAccounts = Lithic::Models::FinancialAccounts
|
193
|
+
|
194
|
+
class FinancialAccountUpdateParams = Lithic::Models::FinancialAccountUpdateParams
|
195
|
+
|
196
|
+
class FinancialAccountUpdateStatusParams = Lithic::Models::FinancialAccountUpdateStatusParams
|
197
|
+
|
198
|
+
class FinancialTransaction = Lithic::Models::FinancialTransaction
|
199
|
+
|
200
|
+
module InstanceFinancialAccountType = Lithic::Models::InstanceFinancialAccountType
|
201
|
+
|
202
|
+
class KYB = Lithic::Models::KYB
|
203
|
+
|
204
|
+
class KYBBusinessEntity = Lithic::Models::KYBBusinessEntity
|
205
|
+
|
206
|
+
class KYC = Lithic::Models::KYC
|
207
|
+
|
208
|
+
class KYCExempt = Lithic::Models::KYCExempt
|
209
|
+
|
210
|
+
class ManagementOperationCreateParams = Lithic::Models::ManagementOperationCreateParams
|
211
|
+
|
212
|
+
class ManagementOperationListParams = Lithic::Models::ManagementOperationListParams
|
213
|
+
|
214
|
+
class ManagementOperationRetrieveParams = Lithic::Models::ManagementOperationRetrieveParams
|
215
|
+
|
216
|
+
class ManagementOperationReverseParams = Lithic::Models::ManagementOperationReverseParams
|
217
|
+
|
218
|
+
class ManagementOperationTransaction = Lithic::Models::ManagementOperationTransaction
|
219
|
+
|
220
|
+
class MessageAttempt = Lithic::Models::MessageAttempt
|
221
|
+
|
222
|
+
class NonPCICard = Lithic::Models::NonPCICard
|
223
|
+
|
224
|
+
module OwnerType = Lithic::Models::OwnerType
|
225
|
+
|
226
|
+
class Payment = Lithic::Models::Payment
|
227
|
+
|
228
|
+
class PaymentCreateParams = Lithic::Models::PaymentCreateParams
|
229
|
+
|
230
|
+
class PaymentListParams = Lithic::Models::PaymentListParams
|
231
|
+
|
232
|
+
class PaymentRetrieveParams = Lithic::Models::PaymentRetrieveParams
|
233
|
+
|
234
|
+
class PaymentRetryParams = Lithic::Models::PaymentRetryParams
|
235
|
+
|
236
|
+
class PaymentSimulateActionParams = Lithic::Models::PaymentSimulateActionParams
|
237
|
+
|
238
|
+
class PaymentSimulateReceiptParams = Lithic::Models::PaymentSimulateReceiptParams
|
239
|
+
|
240
|
+
class PaymentSimulateReleaseParams = Lithic::Models::PaymentSimulateReleaseParams
|
241
|
+
|
242
|
+
class PaymentSimulateReturnParams = Lithic::Models::PaymentSimulateReturnParams
|
243
|
+
|
244
|
+
module Reports = Lithic::Models::Reports
|
245
|
+
|
246
|
+
class RequiredDocument = Lithic::Models::RequiredDocument
|
247
|
+
|
248
|
+
class ResponderEndpointCheckStatusParams = Lithic::Models::ResponderEndpointCheckStatusParams
|
249
|
+
|
250
|
+
class ResponderEndpointCreateParams = Lithic::Models::ResponderEndpointCreateParams
|
251
|
+
|
252
|
+
class ResponderEndpointDeleteParams = Lithic::Models::ResponderEndpointDeleteParams
|
253
|
+
|
254
|
+
class ResponderEndpointStatus = Lithic::Models::ResponderEndpointStatus
|
255
|
+
|
256
|
+
class SettlementDetail = Lithic::Models::SettlementDetail
|
257
|
+
|
258
|
+
class SettlementReport = Lithic::Models::SettlementReport
|
259
|
+
|
260
|
+
class SettlementSummaryDetails = Lithic::Models::SettlementSummaryDetails
|
261
|
+
|
262
|
+
class ShippingAddress = Lithic::Models::ShippingAddress
|
263
|
+
|
264
|
+
module SpendLimitDuration = Lithic::Models::SpendLimitDuration
|
265
|
+
|
266
|
+
module ThreeDS = Lithic::Models::ThreeDS
|
267
|
+
|
268
|
+
class Tokenization = Lithic::Models::Tokenization
|
269
|
+
|
270
|
+
class TokenizationActivateParams = Lithic::Models::TokenizationActivateParams
|
271
|
+
|
272
|
+
class TokenizationDeactivateParams = Lithic::Models::TokenizationDeactivateParams
|
273
|
+
|
274
|
+
class TokenizationDecisioningRetrieveSecretParams = Lithic::Models::TokenizationDecisioningRetrieveSecretParams
|
275
|
+
|
276
|
+
class TokenizationDecisioningRotateSecretParams = Lithic::Models::TokenizationDecisioningRotateSecretParams
|
277
|
+
|
278
|
+
class TokenizationListParams = Lithic::Models::TokenizationListParams
|
279
|
+
|
280
|
+
class TokenizationPauseParams = Lithic::Models::TokenizationPauseParams
|
281
|
+
|
282
|
+
class TokenizationResendActivationCodeParams = Lithic::Models::TokenizationResendActivationCodeParams
|
283
|
+
|
284
|
+
class TokenizationRetrieveParams = Lithic::Models::TokenizationRetrieveParams
|
285
|
+
|
286
|
+
class TokenizationSecret = Lithic::Models::TokenizationSecret
|
287
|
+
|
288
|
+
class TokenizationSimulateParams = Lithic::Models::TokenizationSimulateParams
|
289
|
+
|
290
|
+
class TokenizationUnpauseParams = Lithic::Models::TokenizationUnpauseParams
|
291
|
+
|
292
|
+
class TokenizationUpdateDigitalCardArtParams = Lithic::Models::TokenizationUpdateDigitalCardArtParams
|
293
|
+
|
294
|
+
class Transaction = Lithic::Models::Transaction
|
295
|
+
|
296
|
+
class TransactionExpireAuthorizationParams = Lithic::Models::TransactionExpireAuthorizationParams
|
297
|
+
|
298
|
+
class TransactionListParams = Lithic::Models::TransactionListParams
|
299
|
+
|
300
|
+
class TransactionRetrieveParams = Lithic::Models::TransactionRetrieveParams
|
301
|
+
|
302
|
+
module Transactions = Lithic::Models::Transactions
|
303
|
+
|
304
|
+
class TransactionSimulateAuthorizationAdviceParams = Lithic::Models::TransactionSimulateAuthorizationAdviceParams
|
305
|
+
|
306
|
+
class TransactionSimulateAuthorizationParams = Lithic::Models::TransactionSimulateAuthorizationParams
|
307
|
+
|
308
|
+
class TransactionSimulateClearingParams = Lithic::Models::TransactionSimulateClearingParams
|
309
|
+
|
310
|
+
class TransactionSimulateCreditAuthorizationParams = Lithic::Models::TransactionSimulateCreditAuthorizationParams
|
311
|
+
|
312
|
+
class TransactionSimulateReturnParams = Lithic::Models::TransactionSimulateReturnParams
|
313
|
+
|
314
|
+
class TransactionSimulateReturnReversalParams = Lithic::Models::TransactionSimulateReturnReversalParams
|
315
|
+
|
316
|
+
class TransactionSimulateVoidParams = Lithic::Models::TransactionSimulateVoidParams
|
317
|
+
|
318
|
+
class Transfer = Lithic::Models::Transfer
|
319
|
+
|
320
|
+
class TransferCreateParams = Lithic::Models::TransferCreateParams
|
321
|
+
|
322
|
+
module VerificationMethod = Lithic::Models::VerificationMethod
|
323
|
+
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: lithic
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.0.pre.alpha.
|
4
|
+
version: 0.1.0.pre.alpha.21
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Lithic
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-05-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: connection_pool
|
@@ -56,6 +56,7 @@ files:
|
|
56
56
|
- lib/lithic/internal/type/union.rb
|
57
57
|
- lib/lithic/internal/type/unknown.rb
|
58
58
|
- lib/lithic/internal/util.rb
|
59
|
+
- lib/lithic/models.rb
|
59
60
|
- lib/lithic/models/account.rb
|
60
61
|
- lib/lithic/models/account_financial_account_type.rb
|
61
62
|
- lib/lithic/models/account_holder.rb
|
@@ -123,6 +124,7 @@ files:
|
|
123
124
|
- lib/lithic/models/card_convert_physical_params.rb
|
124
125
|
- lib/lithic/models/card_create_params.rb
|
125
126
|
- lib/lithic/models/card_embed_params.rb
|
127
|
+
- lib/lithic/models/card_embed_response.rb
|
126
128
|
- lib/lithic/models/card_list_params.rb
|
127
129
|
- lib/lithic/models/card_program.rb
|
128
130
|
- lib/lithic/models/card_program_list_params.rb
|
@@ -149,6 +151,7 @@ files:
|
|
149
151
|
- lib/lithic/models/credit_products/prime_rate_create_params.rb
|
150
152
|
- lib/lithic/models/credit_products/prime_rate_retrieve_params.rb
|
151
153
|
- lib/lithic/models/credit_products/prime_rate_retrieve_response.rb
|
154
|
+
- lib/lithic/models/currency.rb
|
152
155
|
- lib/lithic/models/digital_card_art.rb
|
153
156
|
- lib/lithic/models/digital_card_art_list_params.rb
|
154
157
|
- lib/lithic/models/digital_card_art_retrieve_params.rb
|
@@ -397,6 +400,7 @@ files:
|
|
397
400
|
- rbi/lithic/internal/type/union.rbi
|
398
401
|
- rbi/lithic/internal/type/unknown.rbi
|
399
402
|
- rbi/lithic/internal/util.rbi
|
403
|
+
- rbi/lithic/models.rbi
|
400
404
|
- rbi/lithic/models/account.rbi
|
401
405
|
- rbi/lithic/models/account_financial_account_type.rbi
|
402
406
|
- rbi/lithic/models/account_holder.rbi
|
@@ -464,6 +468,7 @@ files:
|
|
464
468
|
- rbi/lithic/models/card_convert_physical_params.rbi
|
465
469
|
- rbi/lithic/models/card_create_params.rbi
|
466
470
|
- rbi/lithic/models/card_embed_params.rbi
|
471
|
+
- rbi/lithic/models/card_embed_response.rbi
|
467
472
|
- rbi/lithic/models/card_list_params.rbi
|
468
473
|
- rbi/lithic/models/card_program.rbi
|
469
474
|
- rbi/lithic/models/card_program_list_params.rbi
|
@@ -490,6 +495,7 @@ files:
|
|
490
495
|
- rbi/lithic/models/credit_products/prime_rate_create_params.rbi
|
491
496
|
- rbi/lithic/models/credit_products/prime_rate_retrieve_params.rbi
|
492
497
|
- rbi/lithic/models/credit_products/prime_rate_retrieve_response.rbi
|
498
|
+
- rbi/lithic/models/currency.rbi
|
493
499
|
- rbi/lithic/models/digital_card_art.rbi
|
494
500
|
- rbi/lithic/models/digital_card_art_list_params.rbi
|
495
501
|
- rbi/lithic/models/digital_card_art_retrieve_params.rbi
|
@@ -737,6 +743,7 @@ files:
|
|
737
743
|
- sig/lithic/internal/type/union.rbs
|
738
744
|
- sig/lithic/internal/type/unknown.rbs
|
739
745
|
- sig/lithic/internal/util.rbs
|
746
|
+
- sig/lithic/models.rbs
|
740
747
|
- sig/lithic/models/account.rbs
|
741
748
|
- sig/lithic/models/account_financial_account_type.rbs
|
742
749
|
- sig/lithic/models/account_holder.rbs
|
@@ -804,6 +811,7 @@ files:
|
|
804
811
|
- sig/lithic/models/card_convert_physical_params.rbs
|
805
812
|
- sig/lithic/models/card_create_params.rbs
|
806
813
|
- sig/lithic/models/card_embed_params.rbs
|
814
|
+
- sig/lithic/models/card_embed_response.rbs
|
807
815
|
- sig/lithic/models/card_list_params.rbs
|
808
816
|
- sig/lithic/models/card_program.rbs
|
809
817
|
- sig/lithic/models/card_program_list_params.rbs
|
@@ -830,6 +838,7 @@ files:
|
|
830
838
|
- sig/lithic/models/credit_products/prime_rate_create_params.rbs
|
831
839
|
- sig/lithic/models/credit_products/prime_rate_retrieve_params.rbs
|
832
840
|
- sig/lithic/models/credit_products/prime_rate_retrieve_response.rbs
|
841
|
+
- sig/lithic/models/currency.rbs
|
833
842
|
- sig/lithic/models/digital_card_art.rbs
|
834
843
|
- sig/lithic/models/digital_card_art_list_params.rbs
|
835
844
|
- sig/lithic/models/digital_card_art_retrieve_params.rbs
|
@@ -1071,14 +1080,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
1071
1080
|
requirements:
|
1072
1081
|
- - ">="
|
1073
1082
|
- !ruby/object:Gem::Version
|
1074
|
-
version: 3.
|
1083
|
+
version: 3.2.0
|
1075
1084
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
1076
1085
|
requirements:
|
1077
1086
|
- - ">"
|
1078
1087
|
- !ruby/object:Gem::Version
|
1079
1088
|
version: 1.3.1
|
1080
1089
|
requirements: []
|
1081
|
-
rubygems_version: 3.
|
1090
|
+
rubygems_version: 3.4.1
|
1082
1091
|
signing_key:
|
1083
1092
|
specification_version: 4
|
1084
1093
|
summary: Ruby library to access the Lithic API
|