lithic 0.1.0.pre.alpha.52 → 0.1.0.pre.alpha.54
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 +24 -0
- data/README.md +1 -1
- data/lib/lithic/internal/transport/base_client.rb +7 -1
- data/lib/lithic/internal/transport/pooled_net_requester.rb +36 -26
- data/lib/lithic/internal/type/union.rb +15 -3
- data/lib/lithic/models/account_activity_list_response.rb +48 -1141
- data/lib/lithic/models/account_activity_retrieve_transaction_response.rb +48 -1151
- data/lib/lithic/models/auth_rules/auth_rule_condition.rb +3 -0
- data/lib/lithic/models/auth_rules/conditional_3ds_action_parameters.rb +7 -0
- data/lib/lithic/models/auth_rules/conditional_attribute.rb +4 -0
- data/lib/lithic/models/auth_rules/v2_apply_response.rb +14 -0
- data/lib/lithic/models/auth_rules/v2_create_params.rb +7 -0
- data/lib/lithic/models/auth_rules/v2_create_response.rb +14 -0
- data/lib/lithic/models/auth_rules/v2_draft_params.rb +7 -0
- data/lib/lithic/models/auth_rules/v2_draft_response.rb +14 -0
- data/lib/lithic/models/auth_rules/v2_list_response.rb +14 -0
- data/lib/lithic/models/auth_rules/v2_promote_response.rb +14 -0
- data/lib/lithic/models/auth_rules/v2_retrieve_response.rb +14 -0
- data/lib/lithic/models/auth_rules/v2_update_response.rb +14 -0
- data/lib/lithic/models/book_transfer_response.rb +51 -48
- data/lib/lithic/models/card_provision_response.rb +25 -3
- data/lib/lithic/models/event.rb +0 -1
- data/lib/lithic/models/event_list_params.rb +0 -1
- data/lib/lithic/models/event_subscription.rb +0 -1
- data/lib/lithic/models/events/subscription_create_params.rb +0 -1
- data/lib/lithic/models/events/subscription_send_simulated_example_params.rb +0 -1
- data/lib/lithic/models/events/subscription_update_params.rb +0 -1
- data/lib/lithic/models/external_bank_account_create_params.rb +1 -8
- data/lib/lithic/models/external_payment.rb +21 -23
- data/lib/lithic/models/financial_account.rb +48 -39
- data/lib/lithic/models/financial_accounts/financial_account_credit_config.rb +32 -23
- data/lib/lithic/models/financial_accounts/statements/statement_line_items.rb +1 -0
- data/lib/lithic/models/financial_transaction.rb +1 -0
- data/lib/lithic/models/management_operation_transaction.rb +21 -23
- data/lib/lithic/models/payment.rb +269 -140
- data/lib/lithic/models/payment_create_response.rb +2 -0
- data/lib/lithic/models/payment_retry_response.rb +2 -0
- data/lib/lithic/models/provision_response.rb +30 -0
- data/lib/lithic/models/three_ds/authentication_retrieve_response.rb +32 -1
- data/lib/lithic/models/tokenization.rb +1 -0
- data/lib/lithic/models/transaction.rb +4 -0
- data/lib/lithic/models/transfer.rb +1 -0
- data/lib/lithic/models/verification_method.rb +0 -1
- data/lib/lithic/models.rb +2 -0
- data/lib/lithic/resources/account_activity.rb +2 -2
- data/lib/lithic/resources/auth_rules/v2.rb +0 -72
- data/lib/lithic/resources/external_bank_accounts.rb +1 -3
- data/lib/lithic/version.rb +1 -1
- data/lib/lithic.rb +2 -2
- data/manifest.yaml +1 -0
- data/rbi/lithic/internal/transport/base_client.rbi +5 -0
- data/rbi/lithic/internal/transport/pooled_net_requester.rbi +6 -2
- data/rbi/lithic/internal/type/base_model.rbi +8 -4
- data/rbi/lithic/models/account_activity_list_response.rbi +158 -2629
- data/rbi/lithic/models/account_activity_retrieve_transaction_response.rbi +158 -2629
- data/rbi/lithic/models/auth_rules/auth_rule_condition.rbi +6 -0
- data/rbi/lithic/models/auth_rules/conditional_3ds_action_parameters.rbi +14 -0
- data/rbi/lithic/models/auth_rules/conditional_attribute.rbi +8 -0
- data/rbi/lithic/models/auth_rules/v2_apply_response.rbi +28 -0
- data/rbi/lithic/models/auth_rules/v2_create_params.rbi +14 -0
- data/rbi/lithic/models/auth_rules/v2_create_response.rbi +28 -0
- data/rbi/lithic/models/auth_rules/v2_draft_params.rbi +14 -0
- data/rbi/lithic/models/auth_rules/v2_draft_response.rbi +28 -0
- data/rbi/lithic/models/auth_rules/v2_list_response.rbi +28 -0
- data/rbi/lithic/models/auth_rules/v2_promote_response.rbi +28 -0
- data/rbi/lithic/models/auth_rules/v2_retrieve_response.rbi +28 -0
- data/rbi/lithic/models/auth_rules/v2_update_response.rbi +28 -0
- data/rbi/lithic/models/book_transfer_response.rbi +67 -68
- data/rbi/lithic/models/card_provision_response.rbi +50 -5
- data/rbi/lithic/models/event.rbi +0 -5
- data/rbi/lithic/models/event_list_params.rbi +0 -5
- data/rbi/lithic/models/event_subscription.rbi +0 -5
- data/rbi/lithic/models/events/subscription_create_params.rbi +0 -5
- data/rbi/lithic/models/events/subscription_send_simulated_example_params.rbi +0 -5
- data/rbi/lithic/models/events/subscription_update_params.rbi +0 -5
- data/rbi/lithic/models/external_bank_account_create_params.rbi +0 -6
- data/rbi/lithic/models/external_payment.rbi +34 -39
- data/rbi/lithic/models/financial_account.rbi +74 -73
- data/rbi/lithic/models/financial_accounts/financial_account_credit_config.rbi +46 -33
- data/rbi/lithic/models/financial_accounts/statements/statement_line_items.rbi +5 -0
- data/rbi/lithic/models/financial_transaction.rbi +5 -0
- data/rbi/lithic/models/management_operation_transaction.rbi +49 -60
- data/rbi/lithic/models/payment.rbi +425 -182
- data/rbi/lithic/models/payment_create_response.rbi +1 -0
- data/rbi/lithic/models/payment_retry_response.rbi +1 -0
- data/rbi/lithic/models/provision_response.rbi +58 -0
- data/rbi/lithic/models/three_ds/authentication_retrieve_response.rbi +83 -0
- data/rbi/lithic/models/tokenization.rbi +5 -0
- data/rbi/lithic/models/transaction.rbi +20 -0
- data/rbi/lithic/models/transfer.rbi +5 -0
- data/rbi/lithic/models/verification_method.rbi +0 -1
- data/rbi/lithic/models.rbi +2 -0
- data/rbi/lithic/resources/auth_rules/v2.rbi +0 -64
- data/rbi/lithic/resources/external_bank_accounts.rbi +0 -2
- data/sig/lithic/internal/transport/base_client.rbs +2 -0
- data/sig/lithic/internal/transport/pooled_net_requester.rbs +4 -1
- data/sig/lithic/models/account_activity_list_response.rbs +50 -1036
- data/sig/lithic/models/account_activity_retrieve_transaction_response.rbs +50 -1036
- data/sig/lithic/models/auth_rules/conditional_3ds_action_parameters.rbs +2 -0
- data/sig/lithic/models/auth_rules/conditional_attribute.rbs +2 -0
- data/sig/lithic/models/auth_rules/v2_apply_response.rbs +4 -0
- data/sig/lithic/models/auth_rules/v2_create_params.rbs +2 -0
- data/sig/lithic/models/auth_rules/v2_create_response.rbs +4 -0
- data/sig/lithic/models/auth_rules/v2_draft_params.rbs +2 -0
- data/sig/lithic/models/auth_rules/v2_draft_response.rbs +4 -0
- data/sig/lithic/models/auth_rules/v2_list_response.rbs +4 -0
- data/sig/lithic/models/auth_rules/v2_promote_response.rbs +4 -0
- data/sig/lithic/models/auth_rules/v2_retrieve_response.rbs +4 -0
- data/sig/lithic/models/auth_rules/v2_update_response.rbs +4 -0
- data/sig/lithic/models/book_transfer_response.rbs +26 -19
- data/sig/lithic/models/card_provision_response.rbs +22 -5
- data/sig/lithic/models/event.rbs +0 -2
- data/sig/lithic/models/event_list_params.rbs +0 -2
- data/sig/lithic/models/event_subscription.rbs +0 -2
- data/sig/lithic/models/events/subscription_create_params.rbs +0 -2
- data/sig/lithic/models/events/subscription_send_simulated_example_params.rbs +0 -2
- data/sig/lithic/models/events/subscription_update_params.rbs +0 -2
- data/sig/lithic/models/external_bank_account_create_params.rbs +1 -6
- data/sig/lithic/models/external_payment.rbs +19 -26
- data/sig/lithic/models/financial_account.rbs +28 -30
- data/sig/lithic/models/financial_accounts/financial_account_credit_config.rbs +21 -15
- data/sig/lithic/models/financial_accounts/statements/statement_line_items.rbs +2 -0
- data/sig/lithic/models/financial_transaction.rbs +2 -0
- data/sig/lithic/models/management_operation_transaction.rbs +19 -26
- data/sig/lithic/models/payment.rbs +199 -76
- data/sig/lithic/models/provision_response.rbs +36 -0
- data/sig/lithic/models/three_ds/authentication_retrieve_response.rbs +28 -0
- data/sig/lithic/models/tokenization.rbs +2 -0
- data/sig/lithic/models/transaction.rbs +8 -0
- data/sig/lithic/models/transfer.rbs +2 -0
- data/sig/lithic/models/verification_method.rbs +1 -7
- data/sig/lithic/models.rbs +2 -0
- data/sig/lithic/resources/auth_rules/v2.rbs +0 -5
- data/sig/lithic/resources/external_bank_accounts.rbs +0 -1
- metadata +5 -8
- data/lib/lithic/models/auth_rules/v2_report_params.rb +0 -16
- data/lib/lithic/models/auth_rules/v2_report_response.rb +0 -18
- data/rbi/lithic/models/auth_rules/v2_report_params.rbi +0 -29
- data/rbi/lithic/models/auth_rules/v2_report_response.rbi +0 -31
- data/sig/lithic/models/auth_rules/v2_report_params.rbs +0 -16
- data/sig/lithic/models/auth_rules/v2_report_response.rbs +0 -17
|
@@ -80,6 +80,7 @@ module Lithic
|
|
|
80
80
|
| :TRANSACTION_AMOUNT
|
|
81
81
|
| :RISK_SCORE
|
|
82
82
|
| :MESSAGE_CATEGORY
|
|
83
|
+
| :ADDRESS_MATCH
|
|
83
84
|
|
|
84
85
|
module Attribute
|
|
85
86
|
extend Lithic::Internal::Type::Enum
|
|
@@ -92,6 +93,7 @@ module Lithic
|
|
|
92
93
|
TRANSACTION_AMOUNT: :TRANSACTION_AMOUNT
|
|
93
94
|
RISK_SCORE: :RISK_SCORE
|
|
94
95
|
MESSAGE_CATEGORY: :MESSAGE_CATEGORY
|
|
96
|
+
ADDRESS_MATCH: :ADDRESS_MATCH
|
|
95
97
|
|
|
96
98
|
def self?.values: -> ::Array[Lithic::Models::AuthRules::Conditional3DSActionParameters::Condition::attribute]
|
|
97
99
|
end
|
|
@@ -18,6 +18,7 @@ module Lithic
|
|
|
18
18
|
| :PIN_ENTERED
|
|
19
19
|
| :PIN_STATUS
|
|
20
20
|
| :WALLET_TYPE
|
|
21
|
+
| :ADDRESS_MATCH
|
|
21
22
|
|
|
22
23
|
module ConditionalAttribute
|
|
23
24
|
extend Lithic::Internal::Type::Enum
|
|
@@ -38,6 +39,7 @@ module Lithic
|
|
|
38
39
|
PIN_ENTERED: :PIN_ENTERED
|
|
39
40
|
PIN_STATUS: :PIN_STATUS
|
|
40
41
|
WALLET_TYPE: :WALLET_TYPE
|
|
42
|
+
ADDRESS_MATCH: :ADDRESS_MATCH
|
|
41
43
|
|
|
42
44
|
def self?.values: -> ::Array[Lithic::Models::AuthRules::conditional_attribute]
|
|
43
45
|
end
|
|
@@ -199,6 +199,7 @@ module Lithic
|
|
|
199
199
|
| :PIN_STATUS
|
|
200
200
|
| :WALLET_TYPE
|
|
201
201
|
| :TRANSACTION_INITIATOR
|
|
202
|
+
| :ADDRESS_MATCH
|
|
202
203
|
|
|
203
204
|
module Attribute
|
|
204
205
|
extend Lithic::Internal::Type::Enum
|
|
@@ -221,6 +222,7 @@ module Lithic
|
|
|
221
222
|
PIN_STATUS: :PIN_STATUS
|
|
222
223
|
WALLET_TYPE: :WALLET_TYPE
|
|
223
224
|
TRANSACTION_INITIATOR: :TRANSACTION_INITIATOR
|
|
225
|
+
ADDRESS_MATCH: :ADDRESS_MATCH
|
|
224
226
|
|
|
225
227
|
def self?.values: -> ::Array[Lithic::Models::AuthRules::V2ApplyResponse::CurrentVersion::Parameters::ConditionalAuthorizationActionParameters::Condition::attribute]
|
|
226
228
|
end
|
|
@@ -390,6 +392,7 @@ module Lithic
|
|
|
390
392
|
| :PIN_STATUS
|
|
391
393
|
| :WALLET_TYPE
|
|
392
394
|
| :TRANSACTION_INITIATOR
|
|
395
|
+
| :ADDRESS_MATCH
|
|
393
396
|
|
|
394
397
|
module Attribute
|
|
395
398
|
extend Lithic::Internal::Type::Enum
|
|
@@ -412,6 +415,7 @@ module Lithic
|
|
|
412
415
|
PIN_STATUS: :PIN_STATUS
|
|
413
416
|
WALLET_TYPE: :WALLET_TYPE
|
|
414
417
|
TRANSACTION_INITIATOR: :TRANSACTION_INITIATOR
|
|
418
|
+
ADDRESS_MATCH: :ADDRESS_MATCH
|
|
415
419
|
|
|
416
420
|
def self?.values: -> ::Array[Lithic::Models::AuthRules::V2ApplyResponse::DraftVersion::Parameters::ConditionalAuthorizationActionParameters::Condition::attribute]
|
|
417
421
|
end
|
|
@@ -191,6 +191,7 @@ module Lithic
|
|
|
191
191
|
| :PIN_STATUS
|
|
192
192
|
| :WALLET_TYPE
|
|
193
193
|
| :TRANSACTION_INITIATOR
|
|
194
|
+
| :ADDRESS_MATCH
|
|
194
195
|
|
|
195
196
|
module Attribute
|
|
196
197
|
extend Lithic::Internal::Type::Enum
|
|
@@ -213,6 +214,7 @@ module Lithic
|
|
|
213
214
|
PIN_STATUS: :PIN_STATUS
|
|
214
215
|
WALLET_TYPE: :WALLET_TYPE
|
|
215
216
|
TRANSACTION_INITIATOR: :TRANSACTION_INITIATOR
|
|
217
|
+
ADDRESS_MATCH: :ADDRESS_MATCH
|
|
216
218
|
|
|
217
219
|
def self?.values: -> ::Array[Lithic::Models::AuthRules::V2CreateParams::Parameters::ConditionalAuthorizationActionParameters::Condition::attribute]
|
|
218
220
|
end
|
|
@@ -199,6 +199,7 @@ module Lithic
|
|
|
199
199
|
| :PIN_STATUS
|
|
200
200
|
| :WALLET_TYPE
|
|
201
201
|
| :TRANSACTION_INITIATOR
|
|
202
|
+
| :ADDRESS_MATCH
|
|
202
203
|
|
|
203
204
|
module Attribute
|
|
204
205
|
extend Lithic::Internal::Type::Enum
|
|
@@ -221,6 +222,7 @@ module Lithic
|
|
|
221
222
|
PIN_STATUS: :PIN_STATUS
|
|
222
223
|
WALLET_TYPE: :WALLET_TYPE
|
|
223
224
|
TRANSACTION_INITIATOR: :TRANSACTION_INITIATOR
|
|
225
|
+
ADDRESS_MATCH: :ADDRESS_MATCH
|
|
224
226
|
|
|
225
227
|
def self?.values: -> ::Array[Lithic::Models::AuthRules::V2CreateResponse::CurrentVersion::Parameters::ConditionalAuthorizationActionParameters::Condition::attribute]
|
|
226
228
|
end
|
|
@@ -390,6 +392,7 @@ module Lithic
|
|
|
390
392
|
| :PIN_STATUS
|
|
391
393
|
| :WALLET_TYPE
|
|
392
394
|
| :TRANSACTION_INITIATOR
|
|
395
|
+
| :ADDRESS_MATCH
|
|
393
396
|
|
|
394
397
|
module Attribute
|
|
395
398
|
extend Lithic::Internal::Type::Enum
|
|
@@ -412,6 +415,7 @@ module Lithic
|
|
|
412
415
|
PIN_STATUS: :PIN_STATUS
|
|
413
416
|
WALLET_TYPE: :WALLET_TYPE
|
|
414
417
|
TRANSACTION_INITIATOR: :TRANSACTION_INITIATOR
|
|
418
|
+
ADDRESS_MATCH: :ADDRESS_MATCH
|
|
415
419
|
|
|
416
420
|
def self?.values: -> ::Array[Lithic::Models::AuthRules::V2CreateResponse::DraftVersion::Parameters::ConditionalAuthorizationActionParameters::Condition::attribute]
|
|
417
421
|
end
|
|
@@ -120,6 +120,7 @@ module Lithic
|
|
|
120
120
|
| :PIN_STATUS
|
|
121
121
|
| :WALLET_TYPE
|
|
122
122
|
| :TRANSACTION_INITIATOR
|
|
123
|
+
| :ADDRESS_MATCH
|
|
123
124
|
|
|
124
125
|
module Attribute
|
|
125
126
|
extend Lithic::Internal::Type::Enum
|
|
@@ -142,6 +143,7 @@ module Lithic
|
|
|
142
143
|
PIN_STATUS: :PIN_STATUS
|
|
143
144
|
WALLET_TYPE: :WALLET_TYPE
|
|
144
145
|
TRANSACTION_INITIATOR: :TRANSACTION_INITIATOR
|
|
146
|
+
ADDRESS_MATCH: :ADDRESS_MATCH
|
|
145
147
|
|
|
146
148
|
def self?.values: -> ::Array[Lithic::Models::AuthRules::V2DraftParams::Parameters::ConditionalAuthorizationActionParameters::Condition::attribute]
|
|
147
149
|
end
|
|
@@ -199,6 +199,7 @@ module Lithic
|
|
|
199
199
|
| :PIN_STATUS
|
|
200
200
|
| :WALLET_TYPE
|
|
201
201
|
| :TRANSACTION_INITIATOR
|
|
202
|
+
| :ADDRESS_MATCH
|
|
202
203
|
|
|
203
204
|
module Attribute
|
|
204
205
|
extend Lithic::Internal::Type::Enum
|
|
@@ -221,6 +222,7 @@ module Lithic
|
|
|
221
222
|
PIN_STATUS: :PIN_STATUS
|
|
222
223
|
WALLET_TYPE: :WALLET_TYPE
|
|
223
224
|
TRANSACTION_INITIATOR: :TRANSACTION_INITIATOR
|
|
225
|
+
ADDRESS_MATCH: :ADDRESS_MATCH
|
|
224
226
|
|
|
225
227
|
def self?.values: -> ::Array[Lithic::Models::AuthRules::V2DraftResponse::CurrentVersion::Parameters::ConditionalAuthorizationActionParameters::Condition::attribute]
|
|
226
228
|
end
|
|
@@ -390,6 +392,7 @@ module Lithic
|
|
|
390
392
|
| :PIN_STATUS
|
|
391
393
|
| :WALLET_TYPE
|
|
392
394
|
| :TRANSACTION_INITIATOR
|
|
395
|
+
| :ADDRESS_MATCH
|
|
393
396
|
|
|
394
397
|
module Attribute
|
|
395
398
|
extend Lithic::Internal::Type::Enum
|
|
@@ -412,6 +415,7 @@ module Lithic
|
|
|
412
415
|
PIN_STATUS: :PIN_STATUS
|
|
413
416
|
WALLET_TYPE: :WALLET_TYPE
|
|
414
417
|
TRANSACTION_INITIATOR: :TRANSACTION_INITIATOR
|
|
418
|
+
ADDRESS_MATCH: :ADDRESS_MATCH
|
|
415
419
|
|
|
416
420
|
def self?.values: -> ::Array[Lithic::Models::AuthRules::V2DraftResponse::DraftVersion::Parameters::ConditionalAuthorizationActionParameters::Condition::attribute]
|
|
417
421
|
end
|
|
@@ -199,6 +199,7 @@ module Lithic
|
|
|
199
199
|
| :PIN_STATUS
|
|
200
200
|
| :WALLET_TYPE
|
|
201
201
|
| :TRANSACTION_INITIATOR
|
|
202
|
+
| :ADDRESS_MATCH
|
|
202
203
|
|
|
203
204
|
module Attribute
|
|
204
205
|
extend Lithic::Internal::Type::Enum
|
|
@@ -221,6 +222,7 @@ module Lithic
|
|
|
221
222
|
PIN_STATUS: :PIN_STATUS
|
|
222
223
|
WALLET_TYPE: :WALLET_TYPE
|
|
223
224
|
TRANSACTION_INITIATOR: :TRANSACTION_INITIATOR
|
|
225
|
+
ADDRESS_MATCH: :ADDRESS_MATCH
|
|
224
226
|
|
|
225
227
|
def self?.values: -> ::Array[Lithic::Models::AuthRules::V2ListResponse::CurrentVersion::Parameters::ConditionalAuthorizationActionParameters::Condition::attribute]
|
|
226
228
|
end
|
|
@@ -390,6 +392,7 @@ module Lithic
|
|
|
390
392
|
| :PIN_STATUS
|
|
391
393
|
| :WALLET_TYPE
|
|
392
394
|
| :TRANSACTION_INITIATOR
|
|
395
|
+
| :ADDRESS_MATCH
|
|
393
396
|
|
|
394
397
|
module Attribute
|
|
395
398
|
extend Lithic::Internal::Type::Enum
|
|
@@ -412,6 +415,7 @@ module Lithic
|
|
|
412
415
|
PIN_STATUS: :PIN_STATUS
|
|
413
416
|
WALLET_TYPE: :WALLET_TYPE
|
|
414
417
|
TRANSACTION_INITIATOR: :TRANSACTION_INITIATOR
|
|
418
|
+
ADDRESS_MATCH: :ADDRESS_MATCH
|
|
415
419
|
|
|
416
420
|
def self?.values: -> ::Array[Lithic::Models::AuthRules::V2ListResponse::DraftVersion::Parameters::ConditionalAuthorizationActionParameters::Condition::attribute]
|
|
417
421
|
end
|
|
@@ -199,6 +199,7 @@ module Lithic
|
|
|
199
199
|
| :PIN_STATUS
|
|
200
200
|
| :WALLET_TYPE
|
|
201
201
|
| :TRANSACTION_INITIATOR
|
|
202
|
+
| :ADDRESS_MATCH
|
|
202
203
|
|
|
203
204
|
module Attribute
|
|
204
205
|
extend Lithic::Internal::Type::Enum
|
|
@@ -221,6 +222,7 @@ module Lithic
|
|
|
221
222
|
PIN_STATUS: :PIN_STATUS
|
|
222
223
|
WALLET_TYPE: :WALLET_TYPE
|
|
223
224
|
TRANSACTION_INITIATOR: :TRANSACTION_INITIATOR
|
|
225
|
+
ADDRESS_MATCH: :ADDRESS_MATCH
|
|
224
226
|
|
|
225
227
|
def self?.values: -> ::Array[Lithic::Models::AuthRules::V2PromoteResponse::CurrentVersion::Parameters::ConditionalAuthorizationActionParameters::Condition::attribute]
|
|
226
228
|
end
|
|
@@ -390,6 +392,7 @@ module Lithic
|
|
|
390
392
|
| :PIN_STATUS
|
|
391
393
|
| :WALLET_TYPE
|
|
392
394
|
| :TRANSACTION_INITIATOR
|
|
395
|
+
| :ADDRESS_MATCH
|
|
393
396
|
|
|
394
397
|
module Attribute
|
|
395
398
|
extend Lithic::Internal::Type::Enum
|
|
@@ -412,6 +415,7 @@ module Lithic
|
|
|
412
415
|
PIN_STATUS: :PIN_STATUS
|
|
413
416
|
WALLET_TYPE: :WALLET_TYPE
|
|
414
417
|
TRANSACTION_INITIATOR: :TRANSACTION_INITIATOR
|
|
418
|
+
ADDRESS_MATCH: :ADDRESS_MATCH
|
|
415
419
|
|
|
416
420
|
def self?.values: -> ::Array[Lithic::Models::AuthRules::V2PromoteResponse::DraftVersion::Parameters::ConditionalAuthorizationActionParameters::Condition::attribute]
|
|
417
421
|
end
|
|
@@ -199,6 +199,7 @@ module Lithic
|
|
|
199
199
|
| :PIN_STATUS
|
|
200
200
|
| :WALLET_TYPE
|
|
201
201
|
| :TRANSACTION_INITIATOR
|
|
202
|
+
| :ADDRESS_MATCH
|
|
202
203
|
|
|
203
204
|
module Attribute
|
|
204
205
|
extend Lithic::Internal::Type::Enum
|
|
@@ -221,6 +222,7 @@ module Lithic
|
|
|
221
222
|
PIN_STATUS: :PIN_STATUS
|
|
222
223
|
WALLET_TYPE: :WALLET_TYPE
|
|
223
224
|
TRANSACTION_INITIATOR: :TRANSACTION_INITIATOR
|
|
225
|
+
ADDRESS_MATCH: :ADDRESS_MATCH
|
|
224
226
|
|
|
225
227
|
def self?.values: -> ::Array[Lithic::Models::AuthRules::V2RetrieveResponse::CurrentVersion::Parameters::ConditionalAuthorizationActionParameters::Condition::attribute]
|
|
226
228
|
end
|
|
@@ -390,6 +392,7 @@ module Lithic
|
|
|
390
392
|
| :PIN_STATUS
|
|
391
393
|
| :WALLET_TYPE
|
|
392
394
|
| :TRANSACTION_INITIATOR
|
|
395
|
+
| :ADDRESS_MATCH
|
|
393
396
|
|
|
394
397
|
module Attribute
|
|
395
398
|
extend Lithic::Internal::Type::Enum
|
|
@@ -412,6 +415,7 @@ module Lithic
|
|
|
412
415
|
PIN_STATUS: :PIN_STATUS
|
|
413
416
|
WALLET_TYPE: :WALLET_TYPE
|
|
414
417
|
TRANSACTION_INITIATOR: :TRANSACTION_INITIATOR
|
|
418
|
+
ADDRESS_MATCH: :ADDRESS_MATCH
|
|
415
419
|
|
|
416
420
|
def self?.values: -> ::Array[Lithic::Models::AuthRules::V2RetrieveResponse::DraftVersion::Parameters::ConditionalAuthorizationActionParameters::Condition::attribute]
|
|
417
421
|
end
|
|
@@ -199,6 +199,7 @@ module Lithic
|
|
|
199
199
|
| :PIN_STATUS
|
|
200
200
|
| :WALLET_TYPE
|
|
201
201
|
| :TRANSACTION_INITIATOR
|
|
202
|
+
| :ADDRESS_MATCH
|
|
202
203
|
|
|
203
204
|
module Attribute
|
|
204
205
|
extend Lithic::Internal::Type::Enum
|
|
@@ -221,6 +222,7 @@ module Lithic
|
|
|
221
222
|
PIN_STATUS: :PIN_STATUS
|
|
222
223
|
WALLET_TYPE: :WALLET_TYPE
|
|
223
224
|
TRANSACTION_INITIATOR: :TRANSACTION_INITIATOR
|
|
225
|
+
ADDRESS_MATCH: :ADDRESS_MATCH
|
|
224
226
|
|
|
225
227
|
def self?.values: -> ::Array[Lithic::Models::AuthRules::V2UpdateResponse::CurrentVersion::Parameters::ConditionalAuthorizationActionParameters::Condition::attribute]
|
|
226
228
|
end
|
|
@@ -390,6 +392,7 @@ module Lithic
|
|
|
390
392
|
| :PIN_STATUS
|
|
391
393
|
| :WALLET_TYPE
|
|
392
394
|
| :TRANSACTION_INITIATOR
|
|
395
|
+
| :ADDRESS_MATCH
|
|
393
396
|
|
|
394
397
|
module Attribute
|
|
395
398
|
extend Lithic::Internal::Type::Enum
|
|
@@ -412,6 +415,7 @@ module Lithic
|
|
|
412
415
|
PIN_STATUS: :PIN_STATUS
|
|
413
416
|
WALLET_TYPE: :WALLET_TYPE
|
|
414
417
|
TRANSACTION_INITIATOR: :TRANSACTION_INITIATOR
|
|
418
|
+
ADDRESS_MATCH: :ADDRESS_MATCH
|
|
415
419
|
|
|
416
420
|
def self?.values: -> ::Array[Lithic::Models::AuthRules::V2UpdateResponse::DraftVersion::Parameters::ConditionalAuthorizationActionParameters::Condition::attribute]
|
|
417
421
|
end
|
|
@@ -7,16 +7,17 @@ module Lithic
|
|
|
7
7
|
created: Time,
|
|
8
8
|
currency: String,
|
|
9
9
|
events: ::Array[Lithic::BookTransferResponse::Event],
|
|
10
|
-
|
|
11
|
-
external_resource: Lithic::ExternalResource?,
|
|
10
|
+
family: :TRANSFER,
|
|
12
11
|
from_financial_account_token: String,
|
|
13
12
|
pending_amount: Integer,
|
|
14
13
|
result: Lithic::Models::BookTransferResponse::result,
|
|
15
14
|
settled_amount: Integer,
|
|
16
15
|
status: Lithic::Models::BookTransferResponse::status,
|
|
17
16
|
to_financial_account_token: String,
|
|
18
|
-
|
|
19
|
-
|
|
17
|
+
updated: Time,
|
|
18
|
+
external_id: String?,
|
|
19
|
+
external_resource: Lithic::ExternalResource?,
|
|
20
|
+
transaction_series: Lithic::BookTransferResponse::TransactionSeries?
|
|
20
21
|
}
|
|
21
22
|
|
|
22
23
|
class BookTransferResponse < Lithic::Internal::Type::BaseModel
|
|
@@ -30,9 +31,7 @@ module Lithic
|
|
|
30
31
|
|
|
31
32
|
attr_accessor events: ::Array[Lithic::BookTransferResponse::Event]
|
|
32
33
|
|
|
33
|
-
attr_accessor
|
|
34
|
-
|
|
35
|
-
attr_accessor external_resource: Lithic::ExternalResource?
|
|
34
|
+
attr_accessor family: :TRANSFER
|
|
36
35
|
|
|
37
36
|
attr_accessor from_financial_account_token: String
|
|
38
37
|
|
|
@@ -46,26 +45,31 @@ module Lithic
|
|
|
46
45
|
|
|
47
46
|
attr_accessor to_financial_account_token: String
|
|
48
47
|
|
|
49
|
-
attr_accessor transaction_series: Lithic::BookTransferResponse::TransactionSeries?
|
|
50
|
-
|
|
51
48
|
attr_accessor updated: Time
|
|
52
49
|
|
|
50
|
+
attr_accessor external_id: String?
|
|
51
|
+
|
|
52
|
+
attr_accessor external_resource: Lithic::ExternalResource?
|
|
53
|
+
|
|
54
|
+
attr_accessor transaction_series: Lithic::BookTransferResponse::TransactionSeries?
|
|
55
|
+
|
|
53
56
|
def initialize: (
|
|
54
57
|
token: String,
|
|
55
58
|
category: Lithic::Models::BookTransferResponse::category,
|
|
56
59
|
created: Time,
|
|
57
60
|
currency: String,
|
|
58
61
|
events: ::Array[Lithic::BookTransferResponse::Event],
|
|
59
|
-
external_id: String?,
|
|
60
|
-
external_resource: Lithic::ExternalResource?,
|
|
61
62
|
from_financial_account_token: String,
|
|
62
63
|
pending_amount: Integer,
|
|
63
64
|
result: Lithic::Models::BookTransferResponse::result,
|
|
64
65
|
settled_amount: Integer,
|
|
65
66
|
status: Lithic::Models::BookTransferResponse::status,
|
|
66
67
|
to_financial_account_token: String,
|
|
67
|
-
|
|
68
|
-
|
|
68
|
+
updated: Time,
|
|
69
|
+
?external_id: String?,
|
|
70
|
+
?external_resource: Lithic::ExternalResource?,
|
|
71
|
+
?transaction_series: Lithic::BookTransferResponse::TransactionSeries?,
|
|
72
|
+
?family: :TRANSFER
|
|
69
73
|
) -> void
|
|
70
74
|
|
|
71
75
|
def to_hash: -> {
|
|
@@ -74,16 +78,17 @@ module Lithic
|
|
|
74
78
|
created: Time,
|
|
75
79
|
currency: String,
|
|
76
80
|
events: ::Array[Lithic::BookTransferResponse::Event],
|
|
77
|
-
|
|
78
|
-
external_resource: Lithic::ExternalResource?,
|
|
81
|
+
family: :TRANSFER,
|
|
79
82
|
from_financial_account_token: String,
|
|
80
83
|
pending_amount: Integer,
|
|
81
84
|
result: Lithic::Models::BookTransferResponse::result,
|
|
82
85
|
settled_amount: Integer,
|
|
83
86
|
status: Lithic::Models::BookTransferResponse::status,
|
|
84
87
|
to_financial_account_token: String,
|
|
85
|
-
|
|
86
|
-
|
|
88
|
+
updated: Time,
|
|
89
|
+
external_id: String?,
|
|
90
|
+
external_resource: Lithic::ExternalResource?,
|
|
91
|
+
transaction_series: Lithic::BookTransferResponse::TransactionSeries?
|
|
87
92
|
}
|
|
88
93
|
|
|
89
94
|
type category =
|
|
@@ -277,14 +282,16 @@ module Lithic
|
|
|
277
282
|
def self?.values: -> ::Array[Lithic::Models::BookTransferResponse::result]
|
|
278
283
|
end
|
|
279
284
|
|
|
280
|
-
type status = :DECLINED | :REVERSED | :
|
|
285
|
+
type status = :PENDING | :SETTLED | :DECLINED | :REVERSED | :CANCELED
|
|
281
286
|
|
|
282
287
|
module Status
|
|
283
288
|
extend Lithic::Internal::Type::Enum
|
|
284
289
|
|
|
290
|
+
PENDING: :PENDING
|
|
291
|
+
SETTLED: :SETTLED
|
|
285
292
|
DECLINED: :DECLINED
|
|
286
293
|
REVERSED: :REVERSED
|
|
287
|
-
|
|
294
|
+
CANCELED: :CANCELED
|
|
288
295
|
|
|
289
296
|
def self?.values: -> ::Array[Lithic::Models::BookTransferResponse::status]
|
|
290
297
|
end
|
|
@@ -1,15 +1,32 @@
|
|
|
1
1
|
module Lithic
|
|
2
2
|
module Models
|
|
3
|
-
type card_provision_response =
|
|
3
|
+
type card_provision_response =
|
|
4
|
+
{
|
|
5
|
+
provisioning_payload: Lithic::Models::CardProvisionResponse::provisioning_payload
|
|
6
|
+
}
|
|
4
7
|
|
|
5
8
|
class CardProvisionResponse < Lithic::Internal::Type::BaseModel
|
|
6
|
-
attr_reader provisioning_payload:
|
|
9
|
+
attr_reader provisioning_payload: Lithic::Models::CardProvisionResponse::provisioning_payload?
|
|
7
10
|
|
|
8
|
-
def provisioning_payload=: (
|
|
11
|
+
def provisioning_payload=: (
|
|
12
|
+
Lithic::Models::CardProvisionResponse::provisioning_payload
|
|
13
|
+
) -> Lithic::Models::CardProvisionResponse::provisioning_payload
|
|
9
14
|
|
|
10
|
-
def initialize: (
|
|
15
|
+
def initialize: (
|
|
16
|
+
?provisioning_payload: Lithic::Models::CardProvisionResponse::provisioning_payload
|
|
17
|
+
) -> void
|
|
11
18
|
|
|
12
|
-
def to_hash: -> {
|
|
19
|
+
def to_hash: -> {
|
|
20
|
+
provisioning_payload: Lithic::Models::CardProvisionResponse::provisioning_payload
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
type provisioning_payload = String | Lithic::ProvisionResponse
|
|
24
|
+
|
|
25
|
+
module ProvisioningPayload
|
|
26
|
+
extend Lithic::Internal::Type::Union
|
|
27
|
+
|
|
28
|
+
def self?.variants: -> ::Array[Lithic::Models::CardProvisionResponse::provisioning_payload]
|
|
29
|
+
end
|
|
13
30
|
end
|
|
14
31
|
end
|
|
15
32
|
end
|
data/sig/lithic/models/event.rbs
CHANGED
|
@@ -35,7 +35,6 @@ module Lithic
|
|
|
35
35
|
:"account_holder.created"
|
|
36
36
|
| :"account_holder.updated"
|
|
37
37
|
| :"account_holder.verification"
|
|
38
|
-
| :"auth_rules.performance_report.created"
|
|
39
38
|
| :"balance.updated"
|
|
40
39
|
| :"book_transfer_transaction.created"
|
|
41
40
|
| :"card.created"
|
|
@@ -86,7 +85,6 @@ module Lithic
|
|
|
86
85
|
ACCOUNT_HOLDER_CREATED: :"account_holder.created"
|
|
87
86
|
ACCOUNT_HOLDER_UPDATED: :"account_holder.updated"
|
|
88
87
|
ACCOUNT_HOLDER_VERIFICATION: :"account_holder.verification"
|
|
89
|
-
AUTH_RULES_PERFORMANCE_REPORT_CREATED: :"auth_rules.performance_report.created"
|
|
90
88
|
BALANCE_UPDATED: :"balance.updated"
|
|
91
89
|
BOOK_TRANSFER_TRANSACTION_CREATED: :"book_transfer_transaction.created"
|
|
92
90
|
CARD_CREATED: :"card.created"
|
|
@@ -72,7 +72,6 @@ module Lithic
|
|
|
72
72
|
:"account_holder.created"
|
|
73
73
|
| :"account_holder.updated"
|
|
74
74
|
| :"account_holder.verification"
|
|
75
|
-
| :"auth_rules.performance_report.created"
|
|
76
75
|
| :"balance.updated"
|
|
77
76
|
| :"book_transfer_transaction.created"
|
|
78
77
|
| :"card.created"
|
|
@@ -123,7 +122,6 @@ module Lithic
|
|
|
123
122
|
ACCOUNT_HOLDER_CREATED: :"account_holder.created"
|
|
124
123
|
ACCOUNT_HOLDER_UPDATED: :"account_holder.updated"
|
|
125
124
|
ACCOUNT_HOLDER_VERIFICATION: :"account_holder.verification"
|
|
126
|
-
AUTH_RULES_PERFORMANCE_REPORT_CREATED: :"auth_rules.performance_report.created"
|
|
127
125
|
BALANCE_UPDATED: :"balance.updated"
|
|
128
126
|
BOOK_TRANSFER_TRANSACTION_CREATED: :"book_transfer_transaction.created"
|
|
129
127
|
CARD_CREATED: :"card.created"
|
|
@@ -40,7 +40,6 @@ module Lithic
|
|
|
40
40
|
:"account_holder.created"
|
|
41
41
|
| :"account_holder.updated"
|
|
42
42
|
| :"account_holder.verification"
|
|
43
|
-
| :"auth_rules.performance_report.created"
|
|
44
43
|
| :"balance.updated"
|
|
45
44
|
| :"book_transfer_transaction.created"
|
|
46
45
|
| :"card.created"
|
|
@@ -91,7 +90,6 @@ module Lithic
|
|
|
91
90
|
ACCOUNT_HOLDER_CREATED: :"account_holder.created"
|
|
92
91
|
ACCOUNT_HOLDER_UPDATED: :"account_holder.updated"
|
|
93
92
|
ACCOUNT_HOLDER_VERIFICATION: :"account_holder.verification"
|
|
94
|
-
AUTH_RULES_PERFORMANCE_REPORT_CREATED: :"auth_rules.performance_report.created"
|
|
95
93
|
BALANCE_UPDATED: :"balance.updated"
|
|
96
94
|
BOOK_TRANSFER_TRANSACTION_CREATED: :"book_transfer_transaction.created"
|
|
97
95
|
CARD_CREATED: :"card.created"
|
|
@@ -50,7 +50,6 @@ module Lithic
|
|
|
50
50
|
:"account_holder.created"
|
|
51
51
|
| :"account_holder.updated"
|
|
52
52
|
| :"account_holder.verification"
|
|
53
|
-
| :"auth_rules.performance_report.created"
|
|
54
53
|
| :"balance.updated"
|
|
55
54
|
| :"book_transfer_transaction.created"
|
|
56
55
|
| :"card.created"
|
|
@@ -101,7 +100,6 @@ module Lithic
|
|
|
101
100
|
ACCOUNT_HOLDER_CREATED: :"account_holder.created"
|
|
102
101
|
ACCOUNT_HOLDER_UPDATED: :"account_holder.updated"
|
|
103
102
|
ACCOUNT_HOLDER_VERIFICATION: :"account_holder.verification"
|
|
104
|
-
AUTH_RULES_PERFORMANCE_REPORT_CREATED: :"auth_rules.performance_report.created"
|
|
105
103
|
BALANCE_UPDATED: :"balance.updated"
|
|
106
104
|
BOOK_TRANSFER_TRANSACTION_CREATED: :"book_transfer_transaction.created"
|
|
107
105
|
CARD_CREATED: :"card.created"
|
|
@@ -31,7 +31,6 @@ module Lithic
|
|
|
31
31
|
:"account_holder.created"
|
|
32
32
|
| :"account_holder.updated"
|
|
33
33
|
| :"account_holder.verification"
|
|
34
|
-
| :"auth_rules.performance_report.created"
|
|
35
34
|
| :"balance.updated"
|
|
36
35
|
| :"book_transfer_transaction.created"
|
|
37
36
|
| :"card.created"
|
|
@@ -82,7 +81,6 @@ module Lithic
|
|
|
82
81
|
ACCOUNT_HOLDER_CREATED: :"account_holder.created"
|
|
83
82
|
ACCOUNT_HOLDER_UPDATED: :"account_holder.updated"
|
|
84
83
|
ACCOUNT_HOLDER_VERIFICATION: :"account_holder.verification"
|
|
85
|
-
AUTH_RULES_PERFORMANCE_REPORT_CREATED: :"auth_rules.performance_report.created"
|
|
86
84
|
BALANCE_UPDATED: :"balance.updated"
|
|
87
85
|
BOOK_TRANSFER_TRANSACTION_CREATED: :"book_transfer_transaction.created"
|
|
88
86
|
CARD_CREATED: :"card.created"
|
|
@@ -50,7 +50,6 @@ module Lithic
|
|
|
50
50
|
:"account_holder.created"
|
|
51
51
|
| :"account_holder.updated"
|
|
52
52
|
| :"account_holder.verification"
|
|
53
|
-
| :"auth_rules.performance_report.created"
|
|
54
53
|
| :"balance.updated"
|
|
55
54
|
| :"book_transfer_transaction.created"
|
|
56
55
|
| :"card.created"
|
|
@@ -101,7 +100,6 @@ module Lithic
|
|
|
101
100
|
ACCOUNT_HOLDER_CREATED: :"account_holder.created"
|
|
102
101
|
ACCOUNT_HOLDER_UPDATED: :"account_holder.updated"
|
|
103
102
|
ACCOUNT_HOLDER_VERIFICATION: :"account_holder.verification"
|
|
104
|
-
AUTH_RULES_PERFORMANCE_REPORT_CREATED: :"auth_rules.performance_report.created"
|
|
105
103
|
BALANCE_UPDATED: :"balance.updated"
|
|
106
104
|
BOOK_TRANSFER_TRANSACTION_CREATED: :"book_transfer_transaction.created"
|
|
107
105
|
CARD_CREATED: :"card.created"
|
|
@@ -18,8 +18,7 @@ module Lithic
|
|
|
18
18
|
doing_business_as: String,
|
|
19
19
|
name: String,
|
|
20
20
|
user_defined_id: String,
|
|
21
|
-
verification_enforcement: bool
|
|
22
|
-
processor_token: String
|
|
21
|
+
verification_enforcement: bool
|
|
23
22
|
}
|
|
24
23
|
& Lithic::Internal::Type::request_parameters
|
|
25
24
|
|
|
@@ -79,8 +78,6 @@ module Lithic
|
|
|
79
78
|
|
|
80
79
|
def verification_enforcement=: (bool) -> bool
|
|
81
80
|
|
|
82
|
-
attr_accessor processor_token: String
|
|
83
|
-
|
|
84
81
|
def initialize: (
|
|
85
82
|
account_number: String,
|
|
86
83
|
country: String,
|
|
@@ -91,7 +88,6 @@ module Lithic
|
|
|
91
88
|
routing_number: String,
|
|
92
89
|
type: Lithic::Models::ExternalBankAccountCreateParams::type_,
|
|
93
90
|
verification_method: Lithic::Models::ExternalBankAccountCreateParams::verification_method,
|
|
94
|
-
processor_token: String,
|
|
95
91
|
?account_token: String,
|
|
96
92
|
?address: Lithic::ExternalBankAccountAddress,
|
|
97
93
|
?company_id: String,
|
|
@@ -121,7 +117,6 @@ module Lithic
|
|
|
121
117
|
name: String,
|
|
122
118
|
user_defined_id: String,
|
|
123
119
|
verification_enforcement: bool,
|
|
124
|
-
processor_token: String,
|
|
125
120
|
request_options: Lithic::RequestOptions
|
|
126
121
|
}
|
|
127
122
|
|