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
@@ -2,6 +2,8 @@
|
|
2
2
|
|
3
3
|
module Lithic
|
4
4
|
module Models
|
5
|
+
FinancialAccountCreditConfig = FinancialAccounts::FinancialAccountCreditConfig
|
6
|
+
|
5
7
|
module FinancialAccounts
|
6
8
|
class FinancialAccountCreditConfig < Lithic::Internal::Type::BaseModel
|
7
9
|
# Globally unique identifier for the account
|
@@ -153,7 +155,5 @@ module Lithic
|
|
153
155
|
end
|
154
156
|
end
|
155
157
|
end
|
156
|
-
|
157
|
-
FinancialAccountCreditConfig = FinancialAccounts::FinancialAccountCreditConfig
|
158
158
|
end
|
159
159
|
end
|
@@ -3,6 +3,8 @@
|
|
3
3
|
module Lithic
|
4
4
|
module Models
|
5
5
|
module FinancialAccounts
|
6
|
+
StatementLineItems = Statements::StatementLineItems
|
7
|
+
|
6
8
|
module Statements
|
7
9
|
class StatementLineItems < Lithic::Internal::Type::BaseModel
|
8
10
|
sig { returns(T::Array[Lithic::Models::FinancialAccounts::Statements::StatementLineItems::Data]) }
|
@@ -577,8 +579,6 @@ module Lithic
|
|
577
579
|
end
|
578
580
|
end
|
579
581
|
end
|
580
|
-
|
581
|
-
StatementLineItems = Statements::StatementLineItems
|
582
582
|
end
|
583
583
|
end
|
584
584
|
end
|
@@ -0,0 +1,328 @@
|
|
1
|
+
# typed: strong
|
2
|
+
|
3
|
+
module Lithic
|
4
|
+
Account = Lithic::Models::Account
|
5
|
+
|
6
|
+
AccountFinancialAccountType = Lithic::Models::AccountFinancialAccountType
|
7
|
+
|
8
|
+
AccountHolder = Lithic::Models::AccountHolder
|
9
|
+
|
10
|
+
AccountHolderCreateParams = Lithic::Models::AccountHolderCreateParams
|
11
|
+
|
12
|
+
AccountHolderListDocumentsParams = Lithic::Models::AccountHolderListDocumentsParams
|
13
|
+
|
14
|
+
AccountHolderListParams = Lithic::Models::AccountHolderListParams
|
15
|
+
|
16
|
+
AccountHolderRetrieveDocumentParams = Lithic::Models::AccountHolderRetrieveDocumentParams
|
17
|
+
|
18
|
+
AccountHolderRetrieveParams = Lithic::Models::AccountHolderRetrieveParams
|
19
|
+
|
20
|
+
AccountHolderSimulateEnrollmentDocumentReviewParams =
|
21
|
+
Lithic::Models::AccountHolderSimulateEnrollmentDocumentReviewParams
|
22
|
+
|
23
|
+
AccountHolderSimulateEnrollmentReviewParams = Lithic::Models::AccountHolderSimulateEnrollmentReviewParams
|
24
|
+
|
25
|
+
AccountHolderUpdateParams = Lithic::Models::AccountHolderUpdateParams
|
26
|
+
|
27
|
+
AccountHolderUploadDocumentParams = Lithic::Models::AccountHolderUploadDocumentParams
|
28
|
+
|
29
|
+
AccountListParams = Lithic::Models::AccountListParams
|
30
|
+
|
31
|
+
AccountRetrieveParams = Lithic::Models::AccountRetrieveParams
|
32
|
+
|
33
|
+
AccountRetrieveSpendLimitsParams = Lithic::Models::AccountRetrieveSpendLimitsParams
|
34
|
+
|
35
|
+
AccountSpendLimits = Lithic::Models::AccountSpendLimits
|
36
|
+
|
37
|
+
AccountUpdateParams = Lithic::Models::AccountUpdateParams
|
38
|
+
|
39
|
+
Address = Lithic::Models::Address
|
40
|
+
|
41
|
+
AddressUpdate = Lithic::Models::AddressUpdate
|
42
|
+
|
43
|
+
AggregateBalance = Lithic::Models::AggregateBalance
|
44
|
+
|
45
|
+
AggregateBalanceListParams = Lithic::Models::AggregateBalanceListParams
|
46
|
+
|
47
|
+
APIStatus = Lithic::Models::APIStatus
|
48
|
+
|
49
|
+
AuthRules = Lithic::Models::AuthRules
|
50
|
+
|
51
|
+
AuthStreamEnrollmentRetrieveSecretParams = Lithic::Models::AuthStreamEnrollmentRetrieveSecretParams
|
52
|
+
|
53
|
+
AuthStreamEnrollmentRotateSecretParams = Lithic::Models::AuthStreamEnrollmentRotateSecretParams
|
54
|
+
|
55
|
+
AuthStreamSecret = Lithic::Models::AuthStreamSecret
|
56
|
+
|
57
|
+
Balance = Lithic::Models::Balance
|
58
|
+
|
59
|
+
BalanceListParams = Lithic::Models::BalanceListParams
|
60
|
+
|
61
|
+
BookTransferCreateParams = Lithic::Models::BookTransferCreateParams
|
62
|
+
|
63
|
+
BookTransferListParams = Lithic::Models::BookTransferListParams
|
64
|
+
|
65
|
+
BookTransferResponse = Lithic::Models::BookTransferResponse
|
66
|
+
|
67
|
+
BookTransferRetrieveParams = Lithic::Models::BookTransferRetrieveParams
|
68
|
+
|
69
|
+
BookTransferReverseParams = Lithic::Models::BookTransferReverseParams
|
70
|
+
|
71
|
+
Card = Lithic::Models::Card
|
72
|
+
|
73
|
+
CardConvertPhysicalParams = Lithic::Models::CardConvertPhysicalParams
|
74
|
+
|
75
|
+
CardCreateParams = Lithic::Models::CardCreateParams
|
76
|
+
|
77
|
+
CardEmbedParams = Lithic::Models::CardEmbedParams
|
78
|
+
|
79
|
+
CardListParams = Lithic::Models::CardListParams
|
80
|
+
|
81
|
+
CardProgram = Lithic::Models::CardProgram
|
82
|
+
|
83
|
+
CardProgramListParams = Lithic::Models::CardProgramListParams
|
84
|
+
|
85
|
+
CardProgramRetrieveParams = Lithic::Models::CardProgramRetrieveParams
|
86
|
+
|
87
|
+
CardProvisionParams = Lithic::Models::CardProvisionParams
|
88
|
+
|
89
|
+
CardReissueParams = Lithic::Models::CardReissueParams
|
90
|
+
|
91
|
+
CardRenewParams = Lithic::Models::CardRenewParams
|
92
|
+
|
93
|
+
CardRetrieveParams = Lithic::Models::CardRetrieveParams
|
94
|
+
|
95
|
+
CardRetrieveSpendLimitsParams = Lithic::Models::CardRetrieveSpendLimitsParams
|
96
|
+
|
97
|
+
Cards = Lithic::Models::Cards
|
98
|
+
|
99
|
+
CardSearchByPanParams = Lithic::Models::CardSearchByPanParams
|
100
|
+
|
101
|
+
CardSpendLimits = Lithic::Models::CardSpendLimits
|
102
|
+
|
103
|
+
CardUpdateParams = Lithic::Models::CardUpdateParams
|
104
|
+
|
105
|
+
Carrier = Lithic::Models::Carrier
|
106
|
+
|
107
|
+
ClientAPIStatusParams = Lithic::Models::ClientAPIStatusParams
|
108
|
+
|
109
|
+
CreditProducts = Lithic::Models::CreditProducts
|
110
|
+
|
111
|
+
Currency = Lithic::Models::Currency
|
112
|
+
|
113
|
+
DigitalCardArtAPI = Lithic::Models::DigitalCardArtAPI
|
114
|
+
|
115
|
+
DigitalCardArtListParams = Lithic::Models::DigitalCardArtListParams
|
116
|
+
|
117
|
+
DigitalCardArtRetrieveParams = Lithic::Models::DigitalCardArtRetrieveParams
|
118
|
+
|
119
|
+
Dispute = Lithic::Models::Dispute
|
120
|
+
|
121
|
+
DisputeCreateParams = Lithic::Models::DisputeCreateParams
|
122
|
+
|
123
|
+
DisputeDeleteEvidenceParams = Lithic::Models::DisputeDeleteEvidenceParams
|
124
|
+
|
125
|
+
DisputeDeleteParams = Lithic::Models::DisputeDeleteParams
|
126
|
+
|
127
|
+
DisputeEvidence = Lithic::Models::DisputeEvidence
|
128
|
+
|
129
|
+
DisputeInitiateEvidenceUploadParams = Lithic::Models::DisputeInitiateEvidenceUploadParams
|
130
|
+
|
131
|
+
DisputeListEvidencesParams = Lithic::Models::DisputeListEvidencesParams
|
132
|
+
|
133
|
+
DisputeListParams = Lithic::Models::DisputeListParams
|
134
|
+
|
135
|
+
DisputeRetrieveEvidenceParams = Lithic::Models::DisputeRetrieveEvidenceParams
|
136
|
+
|
137
|
+
DisputeRetrieveParams = Lithic::Models::DisputeRetrieveParams
|
138
|
+
|
139
|
+
DisputeUpdateParams = Lithic::Models::DisputeUpdateParams
|
140
|
+
|
141
|
+
Document = Lithic::Models::Document
|
142
|
+
|
143
|
+
Event = Lithic::Models::Event
|
144
|
+
|
145
|
+
EventListAttemptsParams = Lithic::Models::EventListAttemptsParams
|
146
|
+
|
147
|
+
EventListParams = Lithic::Models::EventListParams
|
148
|
+
|
149
|
+
EventRetrieveParams = Lithic::Models::EventRetrieveParams
|
150
|
+
|
151
|
+
Events = Lithic::Models::Events
|
152
|
+
|
153
|
+
EventSubscription = Lithic::Models::EventSubscription
|
154
|
+
|
155
|
+
ExternalBankAccountAddress = Lithic::Models::ExternalBankAccountAddress
|
156
|
+
|
157
|
+
ExternalBankAccountCreateParams = Lithic::Models::ExternalBankAccountCreateParams
|
158
|
+
|
159
|
+
ExternalBankAccountListParams = Lithic::Models::ExternalBankAccountListParams
|
160
|
+
|
161
|
+
ExternalBankAccountRetrieveParams = Lithic::Models::ExternalBankAccountRetrieveParams
|
162
|
+
|
163
|
+
ExternalBankAccountRetryMicroDepositsParams = Lithic::Models::ExternalBankAccountRetryMicroDepositsParams
|
164
|
+
|
165
|
+
ExternalBankAccountRetryPrenoteParams = Lithic::Models::ExternalBankAccountRetryPrenoteParams
|
166
|
+
|
167
|
+
ExternalBankAccounts = Lithic::Models::ExternalBankAccounts
|
168
|
+
|
169
|
+
ExternalBankAccountUpdateParams = Lithic::Models::ExternalBankAccountUpdateParams
|
170
|
+
|
171
|
+
ExternalPayment = Lithic::Models::ExternalPayment
|
172
|
+
|
173
|
+
ExternalPaymentCancelParams = Lithic::Models::ExternalPaymentCancelParams
|
174
|
+
|
175
|
+
ExternalPaymentCreateParams = Lithic::Models::ExternalPaymentCreateParams
|
176
|
+
|
177
|
+
ExternalPaymentListParams = Lithic::Models::ExternalPaymentListParams
|
178
|
+
|
179
|
+
ExternalPaymentReleaseParams = Lithic::Models::ExternalPaymentReleaseParams
|
180
|
+
|
181
|
+
ExternalPaymentRetrieveParams = Lithic::Models::ExternalPaymentRetrieveParams
|
182
|
+
|
183
|
+
ExternalPaymentReverseParams = Lithic::Models::ExternalPaymentReverseParams
|
184
|
+
|
185
|
+
ExternalPaymentSettleParams = Lithic::Models::ExternalPaymentSettleParams
|
186
|
+
|
187
|
+
FinancialAccount = Lithic::Models::FinancialAccount
|
188
|
+
|
189
|
+
FinancialAccountCreateParams = Lithic::Models::FinancialAccountCreateParams
|
190
|
+
|
191
|
+
FinancialAccountListParams = Lithic::Models::FinancialAccountListParams
|
192
|
+
|
193
|
+
FinancialAccountRetrieveParams = Lithic::Models::FinancialAccountRetrieveParams
|
194
|
+
|
195
|
+
FinancialAccounts = Lithic::Models::FinancialAccounts
|
196
|
+
|
197
|
+
FinancialAccountUpdateParams = Lithic::Models::FinancialAccountUpdateParams
|
198
|
+
|
199
|
+
FinancialAccountUpdateStatusParams = Lithic::Models::FinancialAccountUpdateStatusParams
|
200
|
+
|
201
|
+
FinancialTransaction = Lithic::Models::FinancialTransaction
|
202
|
+
|
203
|
+
InstanceFinancialAccountType = Lithic::Models::InstanceFinancialAccountType
|
204
|
+
|
205
|
+
KYB = Lithic::Models::KYB
|
206
|
+
|
207
|
+
KYBBusinessEntity = Lithic::Models::KYBBusinessEntity
|
208
|
+
|
209
|
+
KYC = Lithic::Models::KYC
|
210
|
+
|
211
|
+
KYCExempt = Lithic::Models::KYCExempt
|
212
|
+
|
213
|
+
ManagementOperationCreateParams = Lithic::Models::ManagementOperationCreateParams
|
214
|
+
|
215
|
+
ManagementOperationListParams = Lithic::Models::ManagementOperationListParams
|
216
|
+
|
217
|
+
ManagementOperationRetrieveParams = Lithic::Models::ManagementOperationRetrieveParams
|
218
|
+
|
219
|
+
ManagementOperationReverseParams = Lithic::Models::ManagementOperationReverseParams
|
220
|
+
|
221
|
+
ManagementOperationTransaction = Lithic::Models::ManagementOperationTransaction
|
222
|
+
|
223
|
+
MessageAttempt = Lithic::Models::MessageAttempt
|
224
|
+
|
225
|
+
NonPCICard = Lithic::Models::NonPCICard
|
226
|
+
|
227
|
+
OwnerType = Lithic::Models::OwnerType
|
228
|
+
|
229
|
+
Payment = Lithic::Models::Payment
|
230
|
+
|
231
|
+
PaymentCreateParams = Lithic::Models::PaymentCreateParams
|
232
|
+
|
233
|
+
PaymentListParams = Lithic::Models::PaymentListParams
|
234
|
+
|
235
|
+
PaymentRetrieveParams = Lithic::Models::PaymentRetrieveParams
|
236
|
+
|
237
|
+
PaymentRetryParams = Lithic::Models::PaymentRetryParams
|
238
|
+
|
239
|
+
PaymentSimulateActionParams = Lithic::Models::PaymentSimulateActionParams
|
240
|
+
|
241
|
+
PaymentSimulateReceiptParams = Lithic::Models::PaymentSimulateReceiptParams
|
242
|
+
|
243
|
+
PaymentSimulateReleaseParams = Lithic::Models::PaymentSimulateReleaseParams
|
244
|
+
|
245
|
+
PaymentSimulateReturnParams = Lithic::Models::PaymentSimulateReturnParams
|
246
|
+
|
247
|
+
Reports = Lithic::Models::Reports
|
248
|
+
|
249
|
+
RequiredDocument = Lithic::Models::RequiredDocument
|
250
|
+
|
251
|
+
ResponderEndpointCheckStatusParams = Lithic::Models::ResponderEndpointCheckStatusParams
|
252
|
+
|
253
|
+
ResponderEndpointCreateParams = Lithic::Models::ResponderEndpointCreateParams
|
254
|
+
|
255
|
+
ResponderEndpointDeleteParams = Lithic::Models::ResponderEndpointDeleteParams
|
256
|
+
|
257
|
+
ResponderEndpointStatus = Lithic::Models::ResponderEndpointStatus
|
258
|
+
|
259
|
+
SettlementDetail = Lithic::Models::SettlementDetail
|
260
|
+
|
261
|
+
SettlementReport = Lithic::Models::SettlementReport
|
262
|
+
|
263
|
+
SettlementSummaryDetails = Lithic::Models::SettlementSummaryDetails
|
264
|
+
|
265
|
+
ShippingAddress = Lithic::Models::ShippingAddress
|
266
|
+
|
267
|
+
SpendLimitDuration = Lithic::Models::SpendLimitDuration
|
268
|
+
|
269
|
+
ThreeDS = Lithic::Models::ThreeDS
|
270
|
+
|
271
|
+
Tokenization = Lithic::Models::Tokenization
|
272
|
+
|
273
|
+
TokenizationActivateParams = Lithic::Models::TokenizationActivateParams
|
274
|
+
|
275
|
+
TokenizationDeactivateParams = Lithic::Models::TokenizationDeactivateParams
|
276
|
+
|
277
|
+
TokenizationDecisioningRetrieveSecretParams = Lithic::Models::TokenizationDecisioningRetrieveSecretParams
|
278
|
+
|
279
|
+
TokenizationDecisioningRotateSecretParams = Lithic::Models::TokenizationDecisioningRotateSecretParams
|
280
|
+
|
281
|
+
TokenizationListParams = Lithic::Models::TokenizationListParams
|
282
|
+
|
283
|
+
TokenizationPauseParams = Lithic::Models::TokenizationPauseParams
|
284
|
+
|
285
|
+
TokenizationResendActivationCodeParams = Lithic::Models::TokenizationResendActivationCodeParams
|
286
|
+
|
287
|
+
TokenizationRetrieveParams = Lithic::Models::TokenizationRetrieveParams
|
288
|
+
|
289
|
+
TokenizationSecret = Lithic::Models::TokenizationSecret
|
290
|
+
|
291
|
+
TokenizationSimulateParams = Lithic::Models::TokenizationSimulateParams
|
292
|
+
|
293
|
+
TokenizationUnpauseParams = Lithic::Models::TokenizationUnpauseParams
|
294
|
+
|
295
|
+
TokenizationUpdateDigitalCardArtParams = Lithic::Models::TokenizationUpdateDigitalCardArtParams
|
296
|
+
|
297
|
+
Transaction = Lithic::Models::Transaction
|
298
|
+
|
299
|
+
TransactionExpireAuthorizationParams = Lithic::Models::TransactionExpireAuthorizationParams
|
300
|
+
|
301
|
+
TransactionListParams = Lithic::Models::TransactionListParams
|
302
|
+
|
303
|
+
TransactionRetrieveParams = Lithic::Models::TransactionRetrieveParams
|
304
|
+
|
305
|
+
Transactions = Lithic::Models::Transactions
|
306
|
+
|
307
|
+
TransactionSimulateAuthorizationAdviceParams =
|
308
|
+
Lithic::Models::TransactionSimulateAuthorizationAdviceParams
|
309
|
+
|
310
|
+
TransactionSimulateAuthorizationParams = Lithic::Models::TransactionSimulateAuthorizationParams
|
311
|
+
|
312
|
+
TransactionSimulateClearingParams = Lithic::Models::TransactionSimulateClearingParams
|
313
|
+
|
314
|
+
TransactionSimulateCreditAuthorizationParams =
|
315
|
+
Lithic::Models::TransactionSimulateCreditAuthorizationParams
|
316
|
+
|
317
|
+
TransactionSimulateReturnParams = Lithic::Models::TransactionSimulateReturnParams
|
318
|
+
|
319
|
+
TransactionSimulateReturnReversalParams = Lithic::Models::TransactionSimulateReturnReversalParams
|
320
|
+
|
321
|
+
TransactionSimulateVoidParams = Lithic::Models::TransactionSimulateVoidParams
|
322
|
+
|
323
|
+
Transfer = Lithic::Models::Transfer
|
324
|
+
|
325
|
+
TransferCreateParams = Lithic::Models::TransferCreateParams
|
326
|
+
|
327
|
+
VerificationMethod = Lithic::Models::VerificationMethod
|
328
|
+
end
|