lithic 0.18.1 → 0.19.0
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 +30 -0
- data/README.md +1 -1
- data/lib/lithic/models/account_activity_list_params.rb +2 -0
- data/lib/lithic/models/account_activity_list_response.rb +2 -0
- data/lib/lithic/models/account_activity_retrieve_transaction_response.rb +2 -0
- data/lib/lithic/models/auth_rules/conditional_ach_action_parameters.rb +3 -0
- data/lib/lithic/models/auth_rules/velocity_limit_period.rb +1 -1
- data/lib/lithic/models/book_transfer_create_params.rb +4 -0
- data/lib/lithic/models/book_transfer_list_params.rb +1 -0
- data/lib/lithic/models/book_transfer_response.rb +4 -0
- data/lib/lithic/models/embed_session_generated_webhook_event.rb +83 -0
- data/lib/lithic/models/embed_viewed_webhook_event.rb +85 -0
- data/lib/lithic/models/event.rb +44 -12
- data/lib/lithic/models/event_list_params.rb +23 -6
- data/lib/lithic/models/event_subscription.rb +23 -6
- data/lib/lithic/models/events/subscription_create_params.rb +23 -6
- data/lib/lithic/models/events/subscription_send_simulated_example_params.rb +2 -0
- data/lib/lithic/models/events/subscription_update_params.rb +23 -6
- data/lib/lithic/models/external_payment_list_params.rb +3 -3
- data/lib/lithic/models/financial_accounts/balance_list_params.rb +4 -3
- data/lib/lithic/models/financial_accounts/statements/statement_line_items.rb +7 -0
- data/lib/lithic/models/financial_event.rb +5 -0
- data/lib/lithic/models/fraud/transaction_report_response.rb +8 -8
- data/lib/lithic/models/fraud/transaction_retrieve_response.rb +10 -8
- data/lib/lithic/models/parsed_webhook_event.rb +5 -1
- data/lib/lithic/models/payment.rb +28 -1
- data/lib/lithic/models/payment_list_params.rb +1 -0
- data/lib/lithic/models/transaction_monitoring/case_update_params.rb +5 -11
- data/lib/lithic/models/transaction_monitoring/monitoring_case.rb +5 -11
- data/lib/lithic/models/transaction_monitoring/queue.rb +10 -1
- data/lib/lithic/models/transaction_monitoring/queue_create_params.rb +14 -1
- data/lib/lithic/models/transaction_monitoring/queue_update_params.rb +15 -1
- data/lib/lithic/models/transaction_simulate_clearing_params.rb +4 -3
- data/lib/lithic/models.rb +4 -0
- data/lib/lithic/resources/card_authorizations.rb +1 -1
- data/lib/lithic/resources/cards.rb +5 -0
- data/lib/lithic/resources/external_payments.rb +1 -1
- data/lib/lithic/resources/three_ds/decisioning.rb +1 -1
- data/lib/lithic/resources/transaction_monitoring/cases.rb +1 -1
- data/lib/lithic/resources/transaction_monitoring/queues.rb +12 -2
- data/lib/lithic/resources/transactions.rb +4 -3
- data/lib/lithic/resources/webhooks.rb +1 -1
- data/lib/lithic/version.rb +1 -1
- data/lib/lithic.rb +2 -1
- data/rbi/lithic/models/account_activity_list_params.rbi +10 -0
- data/rbi/lithic/models/account_activity_list_response.rbi +10 -0
- data/rbi/lithic/models/account_activity_retrieve_transaction_response.rbi +10 -0
- data/rbi/lithic/models/auth_rules/conditional_ach_action_parameters.rbi +8 -0
- data/rbi/lithic/models/auth_rules/velocity_limit_period.rbi +2 -2
- data/rbi/lithic/models/book_transfer_create_params.rbi +20 -0
- data/rbi/lithic/models/book_transfer_list_params.rbi +5 -0
- data/rbi/lithic/models/book_transfer_response.rbi +20 -0
- data/rbi/lithic/models/embed_session_generated_webhook_event.rbi +157 -0
- data/rbi/lithic/models/embed_viewed_webhook_event.rbi +146 -0
- data/rbi/lithic/models/event.rbi +70 -18
- data/rbi/lithic/models/event_list_params.rbi +31 -6
- data/rbi/lithic/models/event_subscription.rbi +31 -6
- data/rbi/lithic/models/events/subscription_create_params.rbi +31 -6
- data/rbi/lithic/models/events/subscription_send_simulated_example_params.rbi +10 -0
- data/rbi/lithic/models/events/subscription_update_params.rbi +31 -6
- data/rbi/lithic/models/external_payment_list_params.rbi +3 -3
- data/rbi/lithic/models/financial_accounts/balance_list_params.rbi +8 -6
- data/rbi/lithic/models/financial_accounts/statements/statement_line_items.rbi +35 -0
- data/rbi/lithic/models/financial_event.rbi +22 -0
- data/rbi/lithic/models/fraud/transaction_report_response.rbi +16 -29
- data/rbi/lithic/models/fraud/transaction_retrieve_response.rbi +16 -29
- data/rbi/lithic/models/parsed_webhook_event.rbi +2 -0
- data/rbi/lithic/models/payment.rbi +47 -0
- data/rbi/lithic/models/payment_list_params.rbi +2 -0
- data/rbi/lithic/models/transaction_monitoring/case_update_params.rbi +8 -33
- data/rbi/lithic/models/transaction_monitoring/monitoring_case.rbi +7 -31
- data/rbi/lithic/models/transaction_monitoring/queue.rbi +10 -0
- data/rbi/lithic/models/transaction_monitoring/queue_create_params.rbi +12 -0
- data/rbi/lithic/models/transaction_monitoring/queue_update_params.rbi +14 -0
- data/rbi/lithic/models/transaction_simulate_clearing_params.rbi +8 -6
- data/rbi/lithic/models.rbi +5 -0
- data/rbi/lithic/resources/card_authorizations.rbi +1 -1
- data/rbi/lithic/resources/cards.rbi +3 -0
- data/rbi/lithic/resources/external_payments.rbi +1 -1
- data/rbi/lithic/resources/financial_accounts/balances.rbi +4 -3
- data/rbi/lithic/resources/three_ds/decisioning.rbi +1 -1
- data/rbi/lithic/resources/transaction_monitoring/cases.rbi +3 -10
- data/rbi/lithic/resources/transaction_monitoring/queues.rbi +11 -0
- data/rbi/lithic/resources/transactions.rbi +8 -6
- data/rbi/lithic/resources/webhooks.rbi +2 -0
- data/sig/lithic/models/account_activity_list_params.rbs +4 -0
- data/sig/lithic/models/account_activity_list_response.rbs +4 -0
- data/sig/lithic/models/account_activity_retrieve_transaction_response.rbs +4 -0
- data/sig/lithic/models/auth_rules/conditional_ach_action_parameters.rbs +2 -0
- data/sig/lithic/models/book_transfer_create_params.rbs +8 -0
- data/sig/lithic/models/book_transfer_list_params.rbs +2 -0
- data/sig/lithic/models/book_transfer_response.rbs +8 -0
- data/sig/lithic/models/embed_session_generated_webhook_event.rbs +66 -0
- data/sig/lithic/models/embed_viewed_webhook_event.rbs +68 -0
- data/sig/lithic/models/event.rbs +4 -0
- data/sig/lithic/models/event_list_params.rbs +4 -0
- data/sig/lithic/models/event_subscription.rbs +4 -0
- data/sig/lithic/models/events/subscription_create_params.rbs +4 -0
- data/sig/lithic/models/events/subscription_send_simulated_example_params.rbs +4 -0
- data/sig/lithic/models/events/subscription_update_params.rbs +4 -0
- data/sig/lithic/models/financial_accounts/statements/statement_line_items.rbs +14 -0
- data/sig/lithic/models/financial_event.rbs +10 -0
- data/sig/lithic/models/fraud/transaction_report_response.rbs +16 -26
- data/sig/lithic/models/fraud/transaction_retrieve_response.rbs +16 -26
- data/sig/lithic/models/parsed_webhook_event.rbs +2 -0
- data/sig/lithic/models/payment.rbs +15 -0
- data/sig/lithic/models/payment_list_params.rbs +2 -1
- data/sig/lithic/models/transaction_monitoring/case_update_params.rbs +5 -7
- data/sig/lithic/models/transaction_monitoring/monitoring_case.rbs +4 -4
- data/sig/lithic/models/transaction_monitoring/queue.rbs +5 -0
- data/sig/lithic/models/transaction_monitoring/queue_create_params.rbs +9 -1
- data/sig/lithic/models/transaction_monitoring/queue_update_params.rbs +10 -1
- data/sig/lithic/models.rbs +4 -0
- data/sig/lithic/resources/transaction_monitoring/cases.rbs +1 -1
- data/sig/lithic/resources/transaction_monitoring/queues.rbs +2 -0
- data/sig/lithic/resources/webhooks.rbs +2 -0
- metadata +8 -5
- data/lib/lithic/models/transaction_monitoring/resolution_outcome.rb +0 -28
- data/rbi/lithic/models/transaction_monitoring/resolution_outcome.rbi +0 -61
- data/sig/lithic/models/transaction_monitoring/resolution_outcome.rbs +0 -24
|
@@ -84,6 +84,8 @@ module Lithic
|
|
|
84
84
|
| :"dispute_transaction.created"
|
|
85
85
|
| :"dispute_transaction.updated"
|
|
86
86
|
| :"dispute.updated"
|
|
87
|
+
| :"embed.session_generated"
|
|
88
|
+
| :"embed.viewed"
|
|
87
89
|
| :"external_bank_account.created"
|
|
88
90
|
| :"external_bank_account.updated"
|
|
89
91
|
| :"external_payment.created"
|
|
@@ -147,6 +149,8 @@ module Lithic
|
|
|
147
149
|
DISPUTE_TRANSACTION_CREATED: :"dispute_transaction.created"
|
|
148
150
|
DISPUTE_TRANSACTION_UPDATED: :"dispute_transaction.updated"
|
|
149
151
|
DISPUTE_UPDATED: :"dispute.updated"
|
|
152
|
+
EMBED_SESSION_GENERATED: :"embed.session_generated"
|
|
153
|
+
EMBED_VIEWED: :"embed.viewed"
|
|
150
154
|
EXTERNAL_BANK_ACCOUNT_CREATED: :"external_bank_account.created"
|
|
151
155
|
EXTERNAL_BANK_ACCOUNT_UPDATED: :"external_bank_account.updated"
|
|
152
156
|
EXTERNAL_PAYMENT_CREATED: :"external_payment.created"
|
|
@@ -111,6 +111,7 @@ module Lithic
|
|
|
111
111
|
type category =
|
|
112
112
|
:ACH
|
|
113
113
|
| :WIRE
|
|
114
|
+
| :STABLECOIN
|
|
114
115
|
| :BALANCE_OR_FUNDING
|
|
115
116
|
| :FEE
|
|
116
117
|
| :REWARD
|
|
@@ -131,12 +132,14 @@ module Lithic
|
|
|
131
132
|
| :MANAGEMENT_DISBURSEMENT
|
|
132
133
|
| :HOLD
|
|
133
134
|
| :PROGRAM_FUNDING
|
|
135
|
+
| :PROGRAM_TRANSFER
|
|
134
136
|
|
|
135
137
|
module Category
|
|
136
138
|
extend Lithic::Internal::Type::Enum
|
|
137
139
|
|
|
138
140
|
ACH: :ACH
|
|
139
141
|
WIRE: :WIRE
|
|
142
|
+
STABLECOIN: :STABLECOIN
|
|
140
143
|
BALANCE_OR_FUNDING: :BALANCE_OR_FUNDING
|
|
141
144
|
FEE: :FEE
|
|
142
145
|
REWARD: :REWARD
|
|
@@ -157,6 +160,7 @@ module Lithic
|
|
|
157
160
|
MANAGEMENT_DISBURSEMENT: :MANAGEMENT_DISBURSEMENT
|
|
158
161
|
HOLD: :HOLD
|
|
159
162
|
PROGRAM_FUNDING: :PROGRAM_FUNDING
|
|
163
|
+
PROGRAM_TRANSFER: :PROGRAM_TRANSFER
|
|
160
164
|
|
|
161
165
|
def self?.values: -> ::Array[Lithic::Models::FinancialAccounts::Statements::StatementLineItems::Data::category]
|
|
162
166
|
end
|
|
@@ -243,6 +247,8 @@ module Lithic
|
|
|
243
247
|
| :RETURNED_PAYMENT
|
|
244
248
|
| :RETURNED_PAYMENT_REVERSAL
|
|
245
249
|
| :LITHIC_NETWORK_PAYMENT
|
|
250
|
+
| :LITHIC_PROGRAM_TRANSFER
|
|
251
|
+
| :BANK_PROGRAM_TRANSFER
|
|
246
252
|
| :ANNUAL
|
|
247
253
|
| :ANNUAL_REVERSAL
|
|
248
254
|
| :QUARTERLY
|
|
@@ -250,6 +256,9 @@ module Lithic
|
|
|
250
256
|
| :MONTHLY
|
|
251
257
|
| :MONTHLY_REVERSAL
|
|
252
258
|
| :ACCOUNT_TO_ACCOUNT
|
|
259
|
+
| :STABLECOIN_RECEIVED
|
|
260
|
+
| :STABLECOIN_REVIEWED
|
|
261
|
+
| :STABLECOIN_SETTLED
|
|
253
262
|
|
|
254
263
|
module EventType
|
|
255
264
|
extend Lithic::Internal::Type::Enum
|
|
@@ -335,6 +344,8 @@ module Lithic
|
|
|
335
344
|
RETURNED_PAYMENT: :RETURNED_PAYMENT
|
|
336
345
|
RETURNED_PAYMENT_REVERSAL: :RETURNED_PAYMENT_REVERSAL
|
|
337
346
|
LITHIC_NETWORK_PAYMENT: :LITHIC_NETWORK_PAYMENT
|
|
347
|
+
LITHIC_PROGRAM_TRANSFER: :LITHIC_PROGRAM_TRANSFER
|
|
348
|
+
BANK_PROGRAM_TRANSFER: :BANK_PROGRAM_TRANSFER
|
|
338
349
|
ANNUAL: :ANNUAL
|
|
339
350
|
ANNUAL_REVERSAL: :ANNUAL_REVERSAL
|
|
340
351
|
QUARTERLY: :QUARTERLY
|
|
@@ -342,6 +353,9 @@ module Lithic
|
|
|
342
353
|
MONTHLY: :MONTHLY
|
|
343
354
|
MONTHLY_REVERSAL: :MONTHLY_REVERSAL
|
|
344
355
|
ACCOUNT_TO_ACCOUNT: :ACCOUNT_TO_ACCOUNT
|
|
356
|
+
STABLECOIN_RECEIVED: :STABLECOIN_RECEIVED
|
|
357
|
+
STABLECOIN_REVIEWED: :STABLECOIN_REVIEWED
|
|
358
|
+
STABLECOIN_SETTLED: :STABLECOIN_SETTLED
|
|
345
359
|
|
|
346
360
|
def self?.values: -> ::Array[Lithic::Models::FinancialAccounts::Statements::StatementLineItems::Data::event_type]
|
|
347
361
|
end
|
|
@@ -143,6 +143,8 @@ module Lithic
|
|
|
143
143
|
| :RETURNED_PAYMENT
|
|
144
144
|
| :RETURNED_PAYMENT_REVERSAL
|
|
145
145
|
| :LITHIC_NETWORK_PAYMENT
|
|
146
|
+
| :LITHIC_PROGRAM_TRANSFER
|
|
147
|
+
| :BANK_PROGRAM_TRANSFER
|
|
146
148
|
| :ANNUAL
|
|
147
149
|
| :ANNUAL_REVERSAL
|
|
148
150
|
| :QUARTERLY
|
|
@@ -150,6 +152,9 @@ module Lithic
|
|
|
150
152
|
| :MONTHLY
|
|
151
153
|
| :MONTHLY_REVERSAL
|
|
152
154
|
| :ACCOUNT_TO_ACCOUNT
|
|
155
|
+
| :STABLECOIN_RECEIVED
|
|
156
|
+
| :STABLECOIN_REVIEWED
|
|
157
|
+
| :STABLECOIN_SETTLED
|
|
153
158
|
|
|
154
159
|
module Type
|
|
155
160
|
extend Lithic::Internal::Type::Enum
|
|
@@ -235,6 +240,8 @@ module Lithic
|
|
|
235
240
|
RETURNED_PAYMENT: :RETURNED_PAYMENT
|
|
236
241
|
RETURNED_PAYMENT_REVERSAL: :RETURNED_PAYMENT_REVERSAL
|
|
237
242
|
LITHIC_NETWORK_PAYMENT: :LITHIC_NETWORK_PAYMENT
|
|
243
|
+
LITHIC_PROGRAM_TRANSFER: :LITHIC_PROGRAM_TRANSFER
|
|
244
|
+
BANK_PROGRAM_TRANSFER: :BANK_PROGRAM_TRANSFER
|
|
238
245
|
ANNUAL: :ANNUAL
|
|
239
246
|
ANNUAL_REVERSAL: :ANNUAL_REVERSAL
|
|
240
247
|
QUARTERLY: :QUARTERLY
|
|
@@ -242,6 +249,9 @@ module Lithic
|
|
|
242
249
|
MONTHLY: :MONTHLY
|
|
243
250
|
MONTHLY_REVERSAL: :MONTHLY_REVERSAL
|
|
244
251
|
ACCOUNT_TO_ACCOUNT: :ACCOUNT_TO_ACCOUNT
|
|
252
|
+
STABLECOIN_RECEIVED: :STABLECOIN_RECEIVED
|
|
253
|
+
STABLECOIN_REVIEWED: :STABLECOIN_REVIEWED
|
|
254
|
+
STABLECOIN_SETTLED: :STABLECOIN_SETTLED
|
|
245
255
|
|
|
246
256
|
def self?.values: -> ::Array[Lithic::Models::FinancialEvent::type_]
|
|
247
257
|
end
|
|
@@ -5,10 +5,10 @@ module Lithic
|
|
|
5
5
|
{
|
|
6
6
|
fraud_status: Lithic::Models::Fraud::TransactionReportResponse::fraud_status,
|
|
7
7
|
transaction_token: String,
|
|
8
|
-
comment: String
|
|
9
|
-
created_at: Time
|
|
10
|
-
fraud_type: Lithic::Models::Fraud::TransactionReportResponse::fraud_type
|
|
11
|
-
updated_at: Time
|
|
8
|
+
comment: String?,
|
|
9
|
+
created_at: Time?,
|
|
10
|
+
fraud_type: Lithic::Models::Fraud::TransactionReportResponse::fraud_type?,
|
|
11
|
+
updated_at: Time?
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
class TransactionReportResponse < Lithic::Internal::Type::BaseModel
|
|
@@ -16,40 +16,30 @@ module Lithic
|
|
|
16
16
|
|
|
17
17
|
attr_accessor transaction_token: String
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
attr_accessor comment: String?
|
|
20
20
|
|
|
21
|
-
|
|
21
|
+
attr_accessor created_at: Time?
|
|
22
22
|
|
|
23
|
-
|
|
23
|
+
attr_accessor fraud_type: Lithic::Models::Fraud::TransactionReportResponse::fraud_type?
|
|
24
24
|
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
attr_reader fraud_type: Lithic::Models::Fraud::TransactionReportResponse::fraud_type?
|
|
28
|
-
|
|
29
|
-
def fraud_type=: (
|
|
30
|
-
Lithic::Models::Fraud::TransactionReportResponse::fraud_type
|
|
31
|
-
) -> Lithic::Models::Fraud::TransactionReportResponse::fraud_type
|
|
32
|
-
|
|
33
|
-
attr_reader updated_at: Time?
|
|
34
|
-
|
|
35
|
-
def updated_at=: (Time) -> Time
|
|
25
|
+
attr_accessor updated_at: Time?
|
|
36
26
|
|
|
37
27
|
def initialize: (
|
|
38
28
|
fraud_status: Lithic::Models::Fraud::TransactionReportResponse::fraud_status,
|
|
39
29
|
transaction_token: String,
|
|
40
|
-
?comment: String
|
|
41
|
-
?created_at: Time
|
|
42
|
-
?fraud_type: Lithic::Models::Fraud::TransactionReportResponse::fraud_type
|
|
43
|
-
?updated_at: Time
|
|
30
|
+
?comment: String?,
|
|
31
|
+
?created_at: Time?,
|
|
32
|
+
?fraud_type: Lithic::Models::Fraud::TransactionReportResponse::fraud_type?,
|
|
33
|
+
?updated_at: Time?
|
|
44
34
|
) -> void
|
|
45
35
|
|
|
46
36
|
def to_hash: -> {
|
|
47
37
|
fraud_status: Lithic::Models::Fraud::TransactionReportResponse::fraud_status,
|
|
48
38
|
transaction_token: String,
|
|
49
|
-
comment: String
|
|
50
|
-
created_at: Time
|
|
51
|
-
fraud_type: Lithic::Models::Fraud::TransactionReportResponse::fraud_type
|
|
52
|
-
updated_at: Time
|
|
39
|
+
comment: String?,
|
|
40
|
+
created_at: Time?,
|
|
41
|
+
fraud_type: Lithic::Models::Fraud::TransactionReportResponse::fraud_type?,
|
|
42
|
+
updated_at: Time?
|
|
53
43
|
}
|
|
54
44
|
|
|
55
45
|
type fraud_status =
|
|
@@ -5,10 +5,10 @@ module Lithic
|
|
|
5
5
|
{
|
|
6
6
|
fraud_status: Lithic::Models::Fraud::TransactionRetrieveResponse::fraud_status,
|
|
7
7
|
transaction_token: String,
|
|
8
|
-
comment: String
|
|
9
|
-
created_at: Time
|
|
10
|
-
fraud_type: Lithic::Models::Fraud::TransactionRetrieveResponse::fraud_type
|
|
11
|
-
updated_at: Time
|
|
8
|
+
comment: String?,
|
|
9
|
+
created_at: Time?,
|
|
10
|
+
fraud_type: Lithic::Models::Fraud::TransactionRetrieveResponse::fraud_type?,
|
|
11
|
+
updated_at: Time?
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
class TransactionRetrieveResponse < Lithic::Internal::Type::BaseModel
|
|
@@ -16,40 +16,30 @@ module Lithic
|
|
|
16
16
|
|
|
17
17
|
attr_accessor transaction_token: String
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
attr_accessor comment: String?
|
|
20
20
|
|
|
21
|
-
|
|
21
|
+
attr_accessor created_at: Time?
|
|
22
22
|
|
|
23
|
-
|
|
23
|
+
attr_accessor fraud_type: Lithic::Models::Fraud::TransactionRetrieveResponse::fraud_type?
|
|
24
24
|
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
attr_reader fraud_type: Lithic::Models::Fraud::TransactionRetrieveResponse::fraud_type?
|
|
28
|
-
|
|
29
|
-
def fraud_type=: (
|
|
30
|
-
Lithic::Models::Fraud::TransactionRetrieveResponse::fraud_type
|
|
31
|
-
) -> Lithic::Models::Fraud::TransactionRetrieveResponse::fraud_type
|
|
32
|
-
|
|
33
|
-
attr_reader updated_at: Time?
|
|
34
|
-
|
|
35
|
-
def updated_at=: (Time) -> Time
|
|
25
|
+
attr_accessor updated_at: Time?
|
|
36
26
|
|
|
37
27
|
def initialize: (
|
|
38
28
|
fraud_status: Lithic::Models::Fraud::TransactionRetrieveResponse::fraud_status,
|
|
39
29
|
transaction_token: String,
|
|
40
|
-
?comment: String
|
|
41
|
-
?created_at: Time
|
|
42
|
-
?fraud_type: Lithic::Models::Fraud::TransactionRetrieveResponse::fraud_type
|
|
43
|
-
?updated_at: Time
|
|
30
|
+
?comment: String?,
|
|
31
|
+
?created_at: Time?,
|
|
32
|
+
?fraud_type: Lithic::Models::Fraud::TransactionRetrieveResponse::fraud_type?,
|
|
33
|
+
?updated_at: Time?
|
|
44
34
|
) -> void
|
|
45
35
|
|
|
46
36
|
def to_hash: -> {
|
|
47
37
|
fraud_status: Lithic::Models::Fraud::TransactionRetrieveResponse::fraud_status,
|
|
48
38
|
transaction_token: String,
|
|
49
|
-
comment: String
|
|
50
|
-
created_at: Time
|
|
51
|
-
fraud_type: Lithic::Models::Fraud::TransactionRetrieveResponse::fraud_type
|
|
52
|
-
updated_at: Time
|
|
39
|
+
comment: String?,
|
|
40
|
+
created_at: Time?,
|
|
41
|
+
fraud_type: Lithic::Models::Fraud::TransactionRetrieveResponse::fraud_type?,
|
|
42
|
+
updated_at: Time?
|
|
53
43
|
}
|
|
54
44
|
|
|
55
45
|
type fraud_status =
|
|
@@ -35,6 +35,8 @@ module Lithic
|
|
|
35
35
|
| Lithic::DigitalWalletTokenizationUpdatedWebhookEvent
|
|
36
36
|
| Lithic::DisputeUpdatedWebhookEvent
|
|
37
37
|
| Lithic::DisputeEvidenceUploadFailedWebhookEvent
|
|
38
|
+
| Lithic::EmbedSessionGeneratedWebhookEvent
|
|
39
|
+
| Lithic::EmbedViewedWebhookEvent
|
|
38
40
|
| Lithic::ExternalBankAccountCreatedWebhookEvent
|
|
39
41
|
| Lithic::ExternalBankAccountUpdatedWebhookEvent
|
|
40
42
|
| Lithic::ExternalPaymentCreatedWebhookEvent
|
|
@@ -137,6 +137,7 @@ module Lithic
|
|
|
137
137
|
type category =
|
|
138
138
|
:ACH
|
|
139
139
|
| :WIRE
|
|
140
|
+
| :STABLECOIN
|
|
140
141
|
| :BALANCE_OR_FUNDING
|
|
141
142
|
| :FEE
|
|
142
143
|
| :REWARD
|
|
@@ -157,12 +158,14 @@ module Lithic
|
|
|
157
158
|
| :MANAGEMENT_DISBURSEMENT
|
|
158
159
|
| :HOLD
|
|
159
160
|
| :PROGRAM_FUNDING
|
|
161
|
+
| :PROGRAM_TRANSFER
|
|
160
162
|
|
|
161
163
|
module Category
|
|
162
164
|
extend Lithic::Internal::Type::Enum
|
|
163
165
|
|
|
164
166
|
ACH: :ACH
|
|
165
167
|
WIRE: :WIRE
|
|
168
|
+
STABLECOIN: :STABLECOIN
|
|
166
169
|
BALANCE_OR_FUNDING: :BALANCE_OR_FUNDING
|
|
167
170
|
FEE: :FEE
|
|
168
171
|
REWARD: :REWARD
|
|
@@ -183,6 +186,7 @@ module Lithic
|
|
|
183
186
|
MANAGEMENT_DISBURSEMENT: :MANAGEMENT_DISBURSEMENT
|
|
184
187
|
HOLD: :HOLD
|
|
185
188
|
PROGRAM_FUNDING: :PROGRAM_FUNDING
|
|
189
|
+
PROGRAM_TRANSFER: :PROGRAM_TRANSFER
|
|
186
190
|
|
|
187
191
|
def self?.values: -> ::Array[Lithic::Models::Payment::category]
|
|
188
192
|
end
|
|
@@ -282,6 +286,9 @@ module Lithic
|
|
|
282
286
|
| :WIRE_RETURN_OUTBOUND_SENT
|
|
283
287
|
| :WIRE_RETURN_OUTBOUND_SETTLED
|
|
284
288
|
| :WIRE_RETURN_OUTBOUND_REJECTED
|
|
289
|
+
| :STABLECOIN_RECEIVED
|
|
290
|
+
| :STABLECOIN_REVIEWED
|
|
291
|
+
| :STABLECOIN_SETTLED
|
|
285
292
|
|
|
286
293
|
module Type
|
|
287
294
|
extend Lithic::Internal::Type::Enum
|
|
@@ -308,6 +315,9 @@ module Lithic
|
|
|
308
315
|
WIRE_RETURN_OUTBOUND_SENT: :WIRE_RETURN_OUTBOUND_SENT
|
|
309
316
|
WIRE_RETURN_OUTBOUND_SETTLED: :WIRE_RETURN_OUTBOUND_SETTLED
|
|
310
317
|
WIRE_RETURN_OUTBOUND_REJECTED: :WIRE_RETURN_OUTBOUND_REJECTED
|
|
318
|
+
STABLECOIN_RECEIVED: :STABLECOIN_RECEIVED
|
|
319
|
+
STABLECOIN_REVIEWED: :STABLECOIN_REVIEWED
|
|
320
|
+
STABLECOIN_SETTLED: :STABLECOIN_SETTLED
|
|
311
321
|
|
|
312
322
|
def self?.values: -> ::Array[Lithic::Models::Payment::Event::type_]
|
|
313
323
|
end
|
|
@@ -363,6 +373,7 @@ module Lithic
|
|
|
363
373
|
company_id: String?,
|
|
364
374
|
override_company_name: String?,
|
|
365
375
|
receipt_routing_number: String?,
|
|
376
|
+
recipient_name: String?,
|
|
366
377
|
retries: Integer?,
|
|
367
378
|
return_reason_code: String?,
|
|
368
379
|
trace_numbers: ::Array[String]
|
|
@@ -381,6 +392,8 @@ module Lithic
|
|
|
381
392
|
|
|
382
393
|
attr_accessor receipt_routing_number: String?
|
|
383
394
|
|
|
395
|
+
attr_accessor recipient_name: String?
|
|
396
|
+
|
|
384
397
|
attr_accessor retries: Integer?
|
|
385
398
|
|
|
386
399
|
attr_accessor return_reason_code: String?
|
|
@@ -396,6 +409,7 @@ module Lithic
|
|
|
396
409
|
?company_id: String?,
|
|
397
410
|
?override_company_name: String?,
|
|
398
411
|
?receipt_routing_number: String?,
|
|
412
|
+
?recipient_name: String?,
|
|
399
413
|
?retries: Integer?,
|
|
400
414
|
?return_reason_code: String?,
|
|
401
415
|
?trace_numbers: ::Array[String]
|
|
@@ -408,6 +422,7 @@ module Lithic
|
|
|
408
422
|
company_id: String?,
|
|
409
423
|
override_company_name: String?,
|
|
410
424
|
receipt_routing_number: String?,
|
|
425
|
+
recipient_name: String?,
|
|
411
426
|
retries: Integer?,
|
|
412
427
|
return_reason_code: String?,
|
|
413
428
|
trace_numbers: ::Array[String]
|
|
@@ -121,7 +121,7 @@ module Lithic
|
|
|
121
121
|
def self?.values: -> ::Array[Lithic::Models::PaymentListParams::result]
|
|
122
122
|
end
|
|
123
123
|
|
|
124
|
-
type status = :DECLINED | :PENDING | :RETURNED | :SETTLED
|
|
124
|
+
type status = :DECLINED | :PENDING | :RETURNED | :REVERSED | :SETTLED
|
|
125
125
|
|
|
126
126
|
module Status
|
|
127
127
|
extend Lithic::Internal::Type::Enum
|
|
@@ -129,6 +129,7 @@ module Lithic
|
|
|
129
129
|
DECLINED: :DECLINED
|
|
130
130
|
PENDING: :PENDING
|
|
131
131
|
RETURNED: :RETURNED
|
|
132
|
+
REVERSED: :REVERSED
|
|
132
133
|
SETTLED: :SETTLED
|
|
133
134
|
|
|
134
135
|
def self?.values: -> ::Array[Lithic::Models::PaymentListParams::status]
|
|
@@ -7,7 +7,7 @@ module Lithic
|
|
|
7
7
|
actor_token: String,
|
|
8
8
|
assignee: String?,
|
|
9
9
|
priority: Lithic::Models::TransactionMonitoring::case_priority,
|
|
10
|
-
resolution:
|
|
10
|
+
resolution: String,
|
|
11
11
|
resolution_notes: String,
|
|
12
12
|
sla_deadline: Time?,
|
|
13
13
|
status: Lithic::Models::TransactionMonitoring::case_status,
|
|
@@ -34,11 +34,9 @@ module Lithic
|
|
|
34
34
|
Lithic::Models::TransactionMonitoring::case_priority
|
|
35
35
|
) -> Lithic::Models::TransactionMonitoring::case_priority
|
|
36
36
|
|
|
37
|
-
attr_reader resolution:
|
|
37
|
+
attr_reader resolution: String?
|
|
38
38
|
|
|
39
|
-
def resolution=: (
|
|
40
|
-
Lithic::Models::TransactionMonitoring::resolution_outcome
|
|
41
|
-
) -> Lithic::Models::TransactionMonitoring::resolution_outcome
|
|
39
|
+
def resolution=: (String) -> String
|
|
42
40
|
|
|
43
41
|
attr_reader resolution_notes: String?
|
|
44
42
|
|
|
@@ -63,7 +61,7 @@ module Lithic
|
|
|
63
61
|
?actor_token: String,
|
|
64
62
|
?assignee: String?,
|
|
65
63
|
?priority: Lithic::Models::TransactionMonitoring::case_priority,
|
|
66
|
-
?resolution:
|
|
64
|
+
?resolution: String,
|
|
67
65
|
?resolution_notes: String,
|
|
68
66
|
?sla_deadline: Time?,
|
|
69
67
|
?status: Lithic::Models::TransactionMonitoring::case_status,
|
|
@@ -77,7 +75,7 @@ module Lithic
|
|
|
77
75
|
actor_token: String,
|
|
78
76
|
assignee: String?,
|
|
79
77
|
priority: Lithic::Models::TransactionMonitoring::case_priority,
|
|
80
|
-
resolution:
|
|
78
|
+
resolution: String,
|
|
81
79
|
resolution_notes: String,
|
|
82
80
|
sla_deadline: Time?,
|
|
83
81
|
status: Lithic::Models::TransactionMonitoring::case_status,
|
|
@@ -11,7 +11,7 @@ module Lithic
|
|
|
11
11
|
pending_transactions: bool,
|
|
12
12
|
priority: Lithic::Models::TransactionMonitoring::case_priority,
|
|
13
13
|
queue_token: String,
|
|
14
|
-
resolution:
|
|
14
|
+
resolution: String?,
|
|
15
15
|
resolution_notes: String?,
|
|
16
16
|
resolved: Time?,
|
|
17
17
|
rule_token: String?,
|
|
@@ -39,7 +39,7 @@ module Lithic
|
|
|
39
39
|
|
|
40
40
|
attr_accessor queue_token: String
|
|
41
41
|
|
|
42
|
-
attr_accessor resolution:
|
|
42
|
+
attr_accessor resolution: String?
|
|
43
43
|
|
|
44
44
|
attr_accessor resolution_notes: String?
|
|
45
45
|
|
|
@@ -66,7 +66,7 @@ module Lithic
|
|
|
66
66
|
pending_transactions: bool,
|
|
67
67
|
priority: Lithic::Models::TransactionMonitoring::case_priority,
|
|
68
68
|
queue_token: String,
|
|
69
|
-
resolution:
|
|
69
|
+
resolution: String?,
|
|
70
70
|
resolution_notes: String?,
|
|
71
71
|
resolved: Time?,
|
|
72
72
|
rule_token: String?,
|
|
@@ -86,7 +86,7 @@ module Lithic
|
|
|
86
86
|
pending_transactions: bool,
|
|
87
87
|
priority: Lithic::Models::TransactionMonitoring::case_priority,
|
|
88
88
|
queue_token: String,
|
|
89
|
-
resolution:
|
|
89
|
+
resolution: String?,
|
|
90
90
|
resolution_notes: String?,
|
|
91
91
|
resolved: Time?,
|
|
92
92
|
rule_token: String?,
|
|
@@ -4,6 +4,7 @@ module Lithic
|
|
|
4
4
|
type queue =
|
|
5
5
|
{
|
|
6
6
|
token: String,
|
|
7
|
+
allowed_resolutions: ::Array[String],
|
|
7
8
|
case_counts: Lithic::TransactionMonitoring::Queue::CaseCounts,
|
|
8
9
|
created: Time,
|
|
9
10
|
description: String?,
|
|
@@ -14,6 +15,8 @@ module Lithic
|
|
|
14
15
|
class Queue < Lithic::Internal::Type::BaseModel
|
|
15
16
|
attr_accessor token: String
|
|
16
17
|
|
|
18
|
+
attr_accessor allowed_resolutions: ::Array[String]
|
|
19
|
+
|
|
17
20
|
attr_accessor case_counts: Lithic::TransactionMonitoring::Queue::CaseCounts
|
|
18
21
|
|
|
19
22
|
attr_accessor created: Time
|
|
@@ -26,6 +29,7 @@ module Lithic
|
|
|
26
29
|
|
|
27
30
|
def initialize: (
|
|
28
31
|
token: String,
|
|
32
|
+
allowed_resolutions: ::Array[String],
|
|
29
33
|
case_counts: Lithic::TransactionMonitoring::Queue::CaseCounts,
|
|
30
34
|
created: Time,
|
|
31
35
|
description: String?,
|
|
@@ -35,6 +39,7 @@ module Lithic
|
|
|
35
39
|
|
|
36
40
|
def to_hash: -> {
|
|
37
41
|
token: String,
|
|
42
|
+
allowed_resolutions: ::Array[String],
|
|
38
43
|
case_counts: Lithic::TransactionMonitoring::Queue::CaseCounts,
|
|
39
44
|
created: Time,
|
|
40
45
|
description: String?,
|
|
@@ -2,7 +2,11 @@ module Lithic
|
|
|
2
2
|
module Models
|
|
3
3
|
module TransactionMonitoring
|
|
4
4
|
type queue_create_params =
|
|
5
|
-
{
|
|
5
|
+
{
|
|
6
|
+
name: String,
|
|
7
|
+
allowed_resolutions: ::Array[String]?,
|
|
8
|
+
description: String?
|
|
9
|
+
}
|
|
6
10
|
& Lithic::Internal::Type::request_parameters
|
|
7
11
|
|
|
8
12
|
class QueueCreateParams < Lithic::Internal::Type::BaseModel
|
|
@@ -11,16 +15,20 @@ module Lithic
|
|
|
11
15
|
|
|
12
16
|
attr_accessor name: String
|
|
13
17
|
|
|
18
|
+
attr_accessor allowed_resolutions: ::Array[String]?
|
|
19
|
+
|
|
14
20
|
attr_accessor description: String?
|
|
15
21
|
|
|
16
22
|
def initialize: (
|
|
17
23
|
name: String,
|
|
24
|
+
?allowed_resolutions: ::Array[String]?,
|
|
18
25
|
?description: String?,
|
|
19
26
|
?request_options: Lithic::request_opts
|
|
20
27
|
) -> void
|
|
21
28
|
|
|
22
29
|
def to_hash: -> {
|
|
23
30
|
name: String,
|
|
31
|
+
allowed_resolutions: ::Array[String]?,
|
|
24
32
|
description: String?,
|
|
25
33
|
request_options: Lithic::RequestOptions
|
|
26
34
|
}
|
|
@@ -2,7 +2,12 @@ module Lithic
|
|
|
2
2
|
module Models
|
|
3
3
|
module TransactionMonitoring
|
|
4
4
|
type queue_update_params =
|
|
5
|
-
{
|
|
5
|
+
{
|
|
6
|
+
queue_token: String,
|
|
7
|
+
allowed_resolutions: ::Array[String]?,
|
|
8
|
+
description: String?,
|
|
9
|
+
name: String
|
|
10
|
+
}
|
|
6
11
|
& Lithic::Internal::Type::request_parameters
|
|
7
12
|
|
|
8
13
|
class QueueUpdateParams < Lithic::Internal::Type::BaseModel
|
|
@@ -11,6 +16,8 @@ module Lithic
|
|
|
11
16
|
|
|
12
17
|
attr_accessor queue_token: String
|
|
13
18
|
|
|
19
|
+
attr_accessor allowed_resolutions: ::Array[String]?
|
|
20
|
+
|
|
14
21
|
attr_accessor description: String?
|
|
15
22
|
|
|
16
23
|
attr_reader name: String?
|
|
@@ -19,6 +26,7 @@ module Lithic
|
|
|
19
26
|
|
|
20
27
|
def initialize: (
|
|
21
28
|
queue_token: String,
|
|
29
|
+
?allowed_resolutions: ::Array[String]?,
|
|
22
30
|
?description: String?,
|
|
23
31
|
?name: String,
|
|
24
32
|
?request_options: Lithic::request_opts
|
|
@@ -26,6 +34,7 @@ module Lithic
|
|
|
26
34
|
|
|
27
35
|
def to_hash: -> {
|
|
28
36
|
queue_token: String,
|
|
37
|
+
allowed_resolutions: ::Array[String]?,
|
|
29
38
|
description: String?,
|
|
30
39
|
name: String,
|
|
31
40
|
request_options: Lithic::RequestOptions
|
data/sig/lithic/models.rbs
CHANGED
|
@@ -241,6 +241,10 @@ module Lithic
|
|
|
241
241
|
|
|
242
242
|
class Document = Lithic::Models::Document
|
|
243
243
|
|
|
244
|
+
class EmbedSessionGeneratedWebhookEvent = Lithic::Models::EmbedSessionGeneratedWebhookEvent
|
|
245
|
+
|
|
246
|
+
class EmbedViewedWebhookEvent = Lithic::Models::EmbedViewedWebhookEvent
|
|
247
|
+
|
|
244
248
|
class Event = Lithic::Models::Event
|
|
245
249
|
|
|
246
250
|
class EventListAttemptsParams = Lithic::Models::EventListAttemptsParams
|
|
@@ -16,7 +16,7 @@ module Lithic
|
|
|
16
16
|
?actor_token: String,
|
|
17
17
|
?assignee: String?,
|
|
18
18
|
?priority: Lithic::Models::TransactionMonitoring::case_priority,
|
|
19
|
-
?resolution:
|
|
19
|
+
?resolution: String,
|
|
20
20
|
?resolution_notes: String,
|
|
21
21
|
?sla_deadline: Time?,
|
|
22
22
|
?status: Lithic::Models::TransactionMonitoring::case_status,
|
|
@@ -4,6 +4,7 @@ module Lithic
|
|
|
4
4
|
class Queues
|
|
5
5
|
def create: (
|
|
6
6
|
name: String,
|
|
7
|
+
?allowed_resolutions: ::Array[String]?,
|
|
7
8
|
?description: String?,
|
|
8
9
|
?request_options: Lithic::request_opts
|
|
9
10
|
) -> Lithic::TransactionMonitoring::Queue
|
|
@@ -15,6 +16,7 @@ module Lithic
|
|
|
15
16
|
|
|
16
17
|
def update: (
|
|
17
18
|
String queue_token,
|
|
19
|
+
?allowed_resolutions: ::Array[String]?,
|
|
18
20
|
?description: String?,
|
|
19
21
|
?name: String,
|
|
20
22
|
?request_options: Lithic::request_opts
|
|
@@ -39,6 +39,8 @@ module Lithic
|
|
|
39
39
|
| Lithic::DigitalWalletTokenizationUpdatedWebhookEvent
|
|
40
40
|
| Lithic::DisputeUpdatedWebhookEvent
|
|
41
41
|
| Lithic::DisputeEvidenceUploadFailedWebhookEvent
|
|
42
|
+
| Lithic::EmbedSessionGeneratedWebhookEvent
|
|
43
|
+
| Lithic::EmbedViewedWebhookEvent
|
|
42
44
|
| Lithic::ExternalBankAccountCreatedWebhookEvent
|
|
43
45
|
| Lithic::ExternalBankAccountUpdatedWebhookEvent
|
|
44
46
|
| Lithic::ExternalPaymentCreatedWebhookEvent
|
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.
|
|
4
|
+
version: 0.19.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Lithic
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
11
|
+
date: 2026-08-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: cgi
|
|
@@ -254,6 +254,8 @@ files:
|
|
|
254
254
|
- lib/lithic/models/disputes_v2_list_params.rb
|
|
255
255
|
- lib/lithic/models/disputes_v2_retrieve_params.rb
|
|
256
256
|
- lib/lithic/models/document.rb
|
|
257
|
+
- lib/lithic/models/embed_session_generated_webhook_event.rb
|
|
258
|
+
- lib/lithic/models/embed_viewed_webhook_event.rb
|
|
257
259
|
- lib/lithic/models/event.rb
|
|
258
260
|
- lib/lithic/models/event_list_attempts_params.rb
|
|
259
261
|
- lib/lithic/models/event_list_params.rb
|
|
@@ -499,7 +501,6 @@ files:
|
|
|
499
501
|
- lib/lithic/models/transaction_monitoring/queue_list_params.rb
|
|
500
502
|
- lib/lithic/models/transaction_monitoring/queue_retrieve_params.rb
|
|
501
503
|
- lib/lithic/models/transaction_monitoring/queue_update_params.rb
|
|
502
|
-
- lib/lithic/models/transaction_monitoring/resolution_outcome.rb
|
|
503
504
|
- lib/lithic/models/transaction_retrieve_params.rb
|
|
504
505
|
- lib/lithic/models/transaction_route_params.rb
|
|
505
506
|
- lib/lithic/models/transaction_simulate_authorization_advice_params.rb
|
|
@@ -801,6 +802,8 @@ files:
|
|
|
801
802
|
- rbi/lithic/models/disputes_v2_list_params.rbi
|
|
802
803
|
- rbi/lithic/models/disputes_v2_retrieve_params.rbi
|
|
803
804
|
- rbi/lithic/models/document.rbi
|
|
805
|
+
- rbi/lithic/models/embed_session_generated_webhook_event.rbi
|
|
806
|
+
- rbi/lithic/models/embed_viewed_webhook_event.rbi
|
|
804
807
|
- rbi/lithic/models/event.rbi
|
|
805
808
|
- rbi/lithic/models/event_list_attempts_params.rbi
|
|
806
809
|
- rbi/lithic/models/event_list_params.rbi
|
|
@@ -1046,7 +1049,6 @@ files:
|
|
|
1046
1049
|
- rbi/lithic/models/transaction_monitoring/queue_list_params.rbi
|
|
1047
1050
|
- rbi/lithic/models/transaction_monitoring/queue_retrieve_params.rbi
|
|
1048
1051
|
- rbi/lithic/models/transaction_monitoring/queue_update_params.rbi
|
|
1049
|
-
- rbi/lithic/models/transaction_monitoring/resolution_outcome.rbi
|
|
1050
1052
|
- rbi/lithic/models/transaction_retrieve_params.rbi
|
|
1051
1053
|
- rbi/lithic/models/transaction_route_params.rbi
|
|
1052
1054
|
- rbi/lithic/models/transaction_simulate_authorization_advice_params.rbi
|
|
@@ -1347,6 +1349,8 @@ files:
|
|
|
1347
1349
|
- sig/lithic/models/disputes_v2_list_params.rbs
|
|
1348
1350
|
- sig/lithic/models/disputes_v2_retrieve_params.rbs
|
|
1349
1351
|
- sig/lithic/models/document.rbs
|
|
1352
|
+
- sig/lithic/models/embed_session_generated_webhook_event.rbs
|
|
1353
|
+
- sig/lithic/models/embed_viewed_webhook_event.rbs
|
|
1350
1354
|
- sig/lithic/models/event.rbs
|
|
1351
1355
|
- sig/lithic/models/event_list_attempts_params.rbs
|
|
1352
1356
|
- sig/lithic/models/event_list_params.rbs
|
|
@@ -1592,7 +1596,6 @@ files:
|
|
|
1592
1596
|
- sig/lithic/models/transaction_monitoring/queue_list_params.rbs
|
|
1593
1597
|
- sig/lithic/models/transaction_monitoring/queue_retrieve_params.rbs
|
|
1594
1598
|
- sig/lithic/models/transaction_monitoring/queue_update_params.rbs
|
|
1595
|
-
- sig/lithic/models/transaction_monitoring/resolution_outcome.rbs
|
|
1596
1599
|
- sig/lithic/models/transaction_retrieve_params.rbs
|
|
1597
1600
|
- sig/lithic/models/transaction_route_params.rbs
|
|
1598
1601
|
- sig/lithic/models/transaction_simulate_authorization_advice_params.rbs
|