lithic 0.7.0 → 0.8.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 +36 -0
- data/README.md +3 -3
- data/lib/lithic/client.rb +11 -0
- data/lib/lithic/models/account_activity_list_params.rb +2 -0
- data/lib/lithic/models/account_activity_list_response.rb +8 -2
- data/lib/lithic/models/account_activity_retrieve_transaction_response.rb +8 -2
- data/lib/lithic/models/auth_rules/auth_rule.rb +84 -8
- data/lib/lithic/models/auth_rules/auth_rule_version.rb +92 -0
- data/lib/lithic/models/auth_rules/rule_feature.rb +231 -0
- data/lib/lithic/models/auth_rules/typescript_code_parameters.rb +33 -0
- data/lib/lithic/models/auth_rules/v2/backtest_results.rb +9 -17
- data/lib/lithic/models/auth_rules/v2_create_params.rb +50 -10
- data/lib/lithic/models/auth_rules/v2_draft_params.rb +6 -3
- data/lib/lithic/models/auth_rules/v2_list_versions_params.rb +22 -0
- data/lib/lithic/models/auth_rules/v2_list_versions_response.rb +18 -0
- data/lib/lithic/models/auth_rules/v2_retrieve_features_response.rb +3 -83
- data/lib/lithic/models/auth_rules/v2_retrieve_report_response.rb +525 -1
- data/lib/lithic/models/auth_rules/v2_update_params.rb +17 -1
- data/lib/lithic/models/auth_rules/velocity_limit_filters.rb +87 -0
- data/lib/lithic/models/auth_rules/velocity_limit_params.rb +3 -84
- data/lib/lithic/models/digital_wallet_tokenization_approval_request_webhook_event.rb +69 -59
- data/lib/lithic/models/dispute_create_params.rb +11 -11
- data/lib/lithic/models/dispute_list_params.rb +3 -3
- data/lib/lithic/models/dispute_update_params.rb +9 -9
- data/lib/lithic/models/event.rb +0 -7
- data/lib/lithic/models/event_list_params.rb +0 -4
- data/lib/lithic/models/event_subscription.rb +0 -4
- data/lib/lithic/models/events/subscription_create_params.rb +0 -4
- data/lib/lithic/models/events/subscription_send_simulated_example_params.rb +0 -1
- data/lib/lithic/models/events/subscription_update_params.rb +0 -4
- data/lib/lithic/models/financial_account.rb +1 -0
- data/lib/lithic/models/financial_account_list_params.rb +1 -0
- data/lib/lithic/models/financial_accounts/interest_tier_schedule.rb +9 -1
- data/lib/lithic/models/financial_accounts/interest_tier_schedule_update_params.rb +9 -1
- data/lib/lithic/models/financial_accounts/statements/statement_line_items.rb +27 -2
- data/lib/lithic/models/hold.rb +147 -0
- data/lib/lithic/models/hold_create_params.rb +61 -0
- data/lib/lithic/models/hold_event.rb +110 -0
- data/lib/lithic/models/hold_list_params.rb +89 -0
- data/lib/lithic/models/hold_retrieve_params.rb +20 -0
- data/lib/lithic/models/hold_void_params.rb +29 -0
- data/lib/lithic/models/instance_financial_account_type.rb +1 -0
- data/lib/lithic/models/parsed_webhook_event.rb +2 -4
- data/lib/lithic/models/payment.rb +76 -12
- data/lib/lithic/models/payment_simulate_action_params.rb +1 -0
- data/lib/lithic/models.rb +12 -2
- data/lib/lithic/resources/account_activity.rb +2 -2
- data/lib/lithic/resources/auth_rules/v2.rb +24 -4
- data/lib/lithic/resources/disputes.rb +21 -21
- data/lib/lithic/resources/financial_accounts/interest_tier_schedule.rb +6 -2
- data/lib/lithic/resources/holds.rb +132 -0
- data/lib/lithic/resources/webhooks.rb +2 -3
- data/lib/lithic/version.rb +1 -1
- data/lib/lithic.rb +14 -1
- data/rbi/lithic/client.rbi +9 -0
- data/rbi/lithic/models/account_activity_list_params.rbi +10 -0
- data/rbi/lithic/models/account_activity_list_response.rbi +14 -2
- data/rbi/lithic/models/account_activity_retrieve_transaction_response.rbi +14 -2
- data/rbi/lithic/models/auth_rules/auth_rule.rbi +128 -4
- data/rbi/lithic/models/auth_rules/auth_rule_version.rbi +142 -0
- data/rbi/lithic/models/auth_rules/rule_feature.rbi +414 -0
- data/rbi/lithic/models/auth_rules/typescript_code_parameters.rbi +94 -0
- data/rbi/lithic/models/auth_rules/v2/backtest_results.rbi +12 -35
- data/rbi/lithic/models/auth_rules/v2_create_params.rbi +81 -12
- data/rbi/lithic/models/auth_rules/v2_draft_params.rbi +8 -4
- data/rbi/lithic/models/auth_rules/v2_list_versions_params.rbi +40 -0
- data/rbi/lithic/models/auth_rules/v2_list_versions_response.rbi +36 -0
- data/rbi/lithic/models/auth_rules/v2_retrieve_features_response.rbi +4 -209
- data/rbi/lithic/models/auth_rules/v2_retrieve_report_response.rbi +1692 -3
- data/rbi/lithic/models/auth_rules/v2_update_params.rbi +24 -0
- data/rbi/lithic/models/auth_rules/velocity_limit_filters.rbi +205 -0
- data/rbi/lithic/models/auth_rules/velocity_limit_params.rbi +4 -206
- data/rbi/lithic/models/digital_wallet_tokenization_approval_request_webhook_event.rbi +154 -142
- data/rbi/lithic/models/dispute_create_params.rbi +11 -11
- data/rbi/lithic/models/dispute_list_params.rbi +3 -3
- data/rbi/lithic/models/dispute_update_params.rbi +9 -9
- data/rbi/lithic/models/event.rbi +0 -14
- data/rbi/lithic/models/event_list_params.rbi +0 -8
- data/rbi/lithic/models/event_subscription.rbi +0 -8
- data/rbi/lithic/models/events/subscription_create_params.rbi +0 -8
- data/rbi/lithic/models/events/subscription_send_simulated_example_params.rbi +0 -5
- data/rbi/lithic/models/events/subscription_update_params.rbi +0 -8
- data/rbi/lithic/models/financial_account.rbi +5 -0
- data/rbi/lithic/models/financial_account_list_params.rbi +5 -0
- data/rbi/lithic/models/financial_accounts/interest_tier_schedule.rbi +11 -0
- data/rbi/lithic/models/financial_accounts/interest_tier_schedule_update_params.rbi +11 -0
- data/rbi/lithic/models/financial_accounts/statements/statement_line_items.rbi +38 -3
- data/rbi/lithic/models/hold.rbi +183 -0
- data/rbi/lithic/models/hold_create_params.rbi +90 -0
- data/rbi/lithic/models/hold_event.rbi +148 -0
- data/rbi/lithic/models/hold_list_params.rbi +137 -0
- data/rbi/lithic/models/hold_retrieve_params.rbi +35 -0
- data/rbi/lithic/models/hold_void_params.rbi +49 -0
- data/rbi/lithic/models/instance_financial_account_type.rbi +5 -0
- data/rbi/lithic/models/parsed_webhook_event.rbi +0 -1
- data/rbi/lithic/models/payment.rbi +139 -13
- data/rbi/lithic/models/payment_simulate_action_params.rbi +5 -0
- data/rbi/lithic/models.rbi +12 -3
- data/rbi/lithic/resources/auth_rules/v2.rbi +16 -4
- data/rbi/lithic/resources/disputes.rbi +21 -21
- data/rbi/lithic/resources/financial_accounts/interest_tier_schedule.rbi +6 -0
- data/rbi/lithic/resources/holds.rbi +111 -0
- data/rbi/lithic/resources/webhooks.rbi +8 -2
- data/sig/lithic/client.rbs +5 -0
- data/sig/lithic/models/account_activity_list_params.rbs +4 -0
- data/sig/lithic/models/account_activity_list_response.rbs +5 -0
- data/sig/lithic/models/account_activity_retrieve_transaction_response.rbs +5 -0
- data/sig/lithic/models/auth_rules/auth_rule.rbs +42 -0
- data/sig/lithic/models/auth_rules/auth_rule_version.rbs +67 -0
- data/sig/lithic/models/auth_rules/rule_feature.rbs +173 -0
- data/sig/lithic/models/auth_rules/typescript_code_parameters.rbs +27 -0
- data/sig/lithic/models/auth_rules/v2/backtest_results.rbs +5 -18
- data/sig/lithic/models/auth_rules/v2_create_params.rbs +25 -0
- data/sig/lithic/models/auth_rules/v2_draft_params.rbs +1 -0
- data/sig/lithic/models/auth_rules/v2_list_versions_params.rbs +25 -0
- data/sig/lithic/models/auth_rules/v2_list_versions_response.rbs +18 -0
- data/sig/lithic/models/auth_rules/v2_retrieve_features_response.rbs +4 -80
- data/sig/lithic/models/auth_rules/v2_retrieve_report_response.rbs +658 -3
- data/sig/lithic/models/auth_rules/v2_update_params.rbs +16 -0
- data/sig/lithic/models/auth_rules/velocity_limit_filters.rbs +81 -0
- data/sig/lithic/models/auth_rules/velocity_limit_params.rbs +6 -82
- data/sig/lithic/models/digital_wallet_tokenization_approval_request_webhook_event.rbs +38 -38
- 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/financial_account.rbs +2 -0
- data/sig/lithic/models/financial_account_list_params.rbs +7 -1
- data/sig/lithic/models/financial_accounts/interest_tier_schedule.rbs +7 -0
- data/sig/lithic/models/financial_accounts/interest_tier_schedule_update_params.rbs +7 -0
- data/sig/lithic/models/financial_accounts/statements/statement_line_items.rbs +17 -3
- data/sig/lithic/models/hold.rbs +137 -0
- data/sig/lithic/models/hold_create_params.rbs +57 -0
- data/sig/lithic/models/hold_event.rbs +91 -0
- data/sig/lithic/models/hold_list_params.rbs +83 -0
- data/sig/lithic/models/hold_retrieve_params.rbs +23 -0
- data/sig/lithic/models/hold_void_params.rbs +28 -0
- data/sig/lithic/models/instance_financial_account_type.rbs +2 -0
- data/sig/lithic/models/parsed_webhook_event.rbs +0 -1
- data/sig/lithic/models/payment.rbs +23 -8
- data/sig/lithic/models/payment_simulate_action_params.rbs +2 -0
- data/sig/lithic/models.rbs +12 -2
- data/sig/lithic/resources/auth_rules/v2.rbs +5 -0
- data/sig/lithic/resources/financial_accounts/interest_tier_schedule.rbs +2 -0
- data/sig/lithic/resources/holds.rbs +39 -0
- data/sig/lithic/resources/webhooks.rbs +0 -1
- metadata +41 -5
- data/lib/lithic/models/tokenization_decisioning_request_webhook_event.rb +0 -159
- data/rbi/lithic/models/tokenization_decisioning_request_webhook_event.rbi +0 -331
- data/sig/lithic/models/tokenization_decisioning_request_webhook_event.rbs +0 -130
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.8.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-03-
|
|
11
|
+
date: 2026-03-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: cgi
|
|
@@ -109,6 +109,7 @@ files:
|
|
|
109
109
|
- lib/lithic/models/api_status.rb
|
|
110
110
|
- lib/lithic/models/auth_rules/auth_rule.rb
|
|
111
111
|
- lib/lithic/models/auth_rules/auth_rule_condition.rb
|
|
112
|
+
- lib/lithic/models/auth_rules/auth_rule_version.rb
|
|
112
113
|
- lib/lithic/models/auth_rules/backtest_stats.rb
|
|
113
114
|
- lib/lithic/models/auth_rules/conditional_3ds_action_parameters.rb
|
|
114
115
|
- lib/lithic/models/auth_rules/conditional_ach_action_parameters.rb
|
|
@@ -121,6 +122,8 @@ files:
|
|
|
121
122
|
- lib/lithic/models/auth_rules/event_stream.rb
|
|
122
123
|
- lib/lithic/models/auth_rules/merchant_lock_parameters.rb
|
|
123
124
|
- lib/lithic/models/auth_rules/report_stats.rb
|
|
125
|
+
- lib/lithic/models/auth_rules/rule_feature.rb
|
|
126
|
+
- lib/lithic/models/auth_rules/typescript_code_parameters.rb
|
|
124
127
|
- lib/lithic/models/auth_rules/v2/backtest_create_params.rb
|
|
125
128
|
- lib/lithic/models/auth_rules/v2/backtest_create_response.rb
|
|
126
129
|
- lib/lithic/models/auth_rules/v2/backtest_results.rb
|
|
@@ -131,6 +134,8 @@ files:
|
|
|
131
134
|
- lib/lithic/models/auth_rules/v2_list_params.rb
|
|
132
135
|
- lib/lithic/models/auth_rules/v2_list_results_params.rb
|
|
133
136
|
- lib/lithic/models/auth_rules/v2_list_results_response.rb
|
|
137
|
+
- lib/lithic/models/auth_rules/v2_list_versions_params.rb
|
|
138
|
+
- lib/lithic/models/auth_rules/v2_list_versions_response.rb
|
|
134
139
|
- lib/lithic/models/auth_rules/v2_promote_params.rb
|
|
135
140
|
- lib/lithic/models/auth_rules/v2_retrieve_features_params.rb
|
|
136
141
|
- lib/lithic/models/auth_rules/v2_retrieve_features_response.rb
|
|
@@ -138,6 +143,7 @@ files:
|
|
|
138
143
|
- lib/lithic/models/auth_rules/v2_retrieve_report_params.rb
|
|
139
144
|
- lib/lithic/models/auth_rules/v2_retrieve_report_response.rb
|
|
140
145
|
- lib/lithic/models/auth_rules/v2_update_params.rb
|
|
146
|
+
- lib/lithic/models/auth_rules/velocity_limit_filters.rb
|
|
141
147
|
- lib/lithic/models/auth_rules/velocity_limit_params.rb
|
|
142
148
|
- lib/lithic/models/auth_rules/velocity_limit_period.rb
|
|
143
149
|
- lib/lithic/models/auth_rules_backtest_report_created_webhook_event.rb
|
|
@@ -327,6 +333,12 @@ files:
|
|
|
327
333
|
- lib/lithic/models/funding_event_retrieve_details_params.rb
|
|
328
334
|
- lib/lithic/models/funding_event_retrieve_details_response.rb
|
|
329
335
|
- lib/lithic/models/funding_event_retrieve_params.rb
|
|
336
|
+
- lib/lithic/models/hold.rb
|
|
337
|
+
- lib/lithic/models/hold_create_params.rb
|
|
338
|
+
- lib/lithic/models/hold_event.rb
|
|
339
|
+
- lib/lithic/models/hold_list_params.rb
|
|
340
|
+
- lib/lithic/models/hold_retrieve_params.rb
|
|
341
|
+
- lib/lithic/models/hold_void_params.rb
|
|
330
342
|
- lib/lithic/models/instance_financial_account_type.rb
|
|
331
343
|
- lib/lithic/models/internal_transaction.rb
|
|
332
344
|
- lib/lithic/models/internal_transaction_created_webhook_event.rb
|
|
@@ -413,7 +425,6 @@ files:
|
|
|
413
425
|
- lib/lithic/models/tokenization_activate_params.rb
|
|
414
426
|
- lib/lithic/models/tokenization_approval_request_webhook_event.rb
|
|
415
427
|
- lib/lithic/models/tokenization_deactivate_params.rb
|
|
416
|
-
- lib/lithic/models/tokenization_decisioning_request_webhook_event.rb
|
|
417
428
|
- lib/lithic/models/tokenization_decisioning_retrieve_secret_params.rb
|
|
418
429
|
- lib/lithic/models/tokenization_decisioning_rotate_secret_params.rb
|
|
419
430
|
- lib/lithic/models/tokenization_decisioning_rotate_secret_response.rb
|
|
@@ -502,6 +513,7 @@ files:
|
|
|
502
513
|
- lib/lithic/resources/fraud.rb
|
|
503
514
|
- lib/lithic/resources/fraud/transactions.rb
|
|
504
515
|
- lib/lithic/resources/funding_events.rb
|
|
516
|
+
- lib/lithic/resources/holds.rb
|
|
505
517
|
- lib/lithic/resources/internal_transaction.rb
|
|
506
518
|
- lib/lithic/resources/management_operations.rb
|
|
507
519
|
- lib/lithic/resources/network_programs.rb
|
|
@@ -583,6 +595,7 @@ files:
|
|
|
583
595
|
- rbi/lithic/models/api_status.rbi
|
|
584
596
|
- rbi/lithic/models/auth_rules/auth_rule.rbi
|
|
585
597
|
- rbi/lithic/models/auth_rules/auth_rule_condition.rbi
|
|
598
|
+
- rbi/lithic/models/auth_rules/auth_rule_version.rbi
|
|
586
599
|
- rbi/lithic/models/auth_rules/backtest_stats.rbi
|
|
587
600
|
- rbi/lithic/models/auth_rules/conditional_3ds_action_parameters.rbi
|
|
588
601
|
- rbi/lithic/models/auth_rules/conditional_ach_action_parameters.rbi
|
|
@@ -595,6 +608,8 @@ files:
|
|
|
595
608
|
- rbi/lithic/models/auth_rules/event_stream.rbi
|
|
596
609
|
- rbi/lithic/models/auth_rules/merchant_lock_parameters.rbi
|
|
597
610
|
- rbi/lithic/models/auth_rules/report_stats.rbi
|
|
611
|
+
- rbi/lithic/models/auth_rules/rule_feature.rbi
|
|
612
|
+
- rbi/lithic/models/auth_rules/typescript_code_parameters.rbi
|
|
598
613
|
- rbi/lithic/models/auth_rules/v2/backtest_create_params.rbi
|
|
599
614
|
- rbi/lithic/models/auth_rules/v2/backtest_create_response.rbi
|
|
600
615
|
- rbi/lithic/models/auth_rules/v2/backtest_results.rbi
|
|
@@ -605,6 +620,8 @@ files:
|
|
|
605
620
|
- rbi/lithic/models/auth_rules/v2_list_params.rbi
|
|
606
621
|
- rbi/lithic/models/auth_rules/v2_list_results_params.rbi
|
|
607
622
|
- rbi/lithic/models/auth_rules/v2_list_results_response.rbi
|
|
623
|
+
- rbi/lithic/models/auth_rules/v2_list_versions_params.rbi
|
|
624
|
+
- rbi/lithic/models/auth_rules/v2_list_versions_response.rbi
|
|
608
625
|
- rbi/lithic/models/auth_rules/v2_promote_params.rbi
|
|
609
626
|
- rbi/lithic/models/auth_rules/v2_retrieve_features_params.rbi
|
|
610
627
|
- rbi/lithic/models/auth_rules/v2_retrieve_features_response.rbi
|
|
@@ -612,6 +629,7 @@ files:
|
|
|
612
629
|
- rbi/lithic/models/auth_rules/v2_retrieve_report_params.rbi
|
|
613
630
|
- rbi/lithic/models/auth_rules/v2_retrieve_report_response.rbi
|
|
614
631
|
- rbi/lithic/models/auth_rules/v2_update_params.rbi
|
|
632
|
+
- rbi/lithic/models/auth_rules/velocity_limit_filters.rbi
|
|
615
633
|
- rbi/lithic/models/auth_rules/velocity_limit_params.rbi
|
|
616
634
|
- rbi/lithic/models/auth_rules/velocity_limit_period.rbi
|
|
617
635
|
- rbi/lithic/models/auth_rules_backtest_report_created_webhook_event.rbi
|
|
@@ -801,6 +819,12 @@ files:
|
|
|
801
819
|
- rbi/lithic/models/funding_event_retrieve_details_params.rbi
|
|
802
820
|
- rbi/lithic/models/funding_event_retrieve_details_response.rbi
|
|
803
821
|
- rbi/lithic/models/funding_event_retrieve_params.rbi
|
|
822
|
+
- rbi/lithic/models/hold.rbi
|
|
823
|
+
- rbi/lithic/models/hold_create_params.rbi
|
|
824
|
+
- rbi/lithic/models/hold_event.rbi
|
|
825
|
+
- rbi/lithic/models/hold_list_params.rbi
|
|
826
|
+
- rbi/lithic/models/hold_retrieve_params.rbi
|
|
827
|
+
- rbi/lithic/models/hold_void_params.rbi
|
|
804
828
|
- rbi/lithic/models/instance_financial_account_type.rbi
|
|
805
829
|
- rbi/lithic/models/internal_transaction.rbi
|
|
806
830
|
- rbi/lithic/models/internal_transaction_created_webhook_event.rbi
|
|
@@ -887,7 +911,6 @@ files:
|
|
|
887
911
|
- rbi/lithic/models/tokenization_activate_params.rbi
|
|
888
912
|
- rbi/lithic/models/tokenization_approval_request_webhook_event.rbi
|
|
889
913
|
- rbi/lithic/models/tokenization_deactivate_params.rbi
|
|
890
|
-
- rbi/lithic/models/tokenization_decisioning_request_webhook_event.rbi
|
|
891
914
|
- rbi/lithic/models/tokenization_decisioning_retrieve_secret_params.rbi
|
|
892
915
|
- rbi/lithic/models/tokenization_decisioning_rotate_secret_params.rbi
|
|
893
916
|
- rbi/lithic/models/tokenization_decisioning_rotate_secret_response.rbi
|
|
@@ -976,6 +999,7 @@ files:
|
|
|
976
999
|
- rbi/lithic/resources/fraud.rbi
|
|
977
1000
|
- rbi/lithic/resources/fraud/transactions.rbi
|
|
978
1001
|
- rbi/lithic/resources/funding_events.rbi
|
|
1002
|
+
- rbi/lithic/resources/holds.rbi
|
|
979
1003
|
- rbi/lithic/resources/internal_transaction.rbi
|
|
980
1004
|
- rbi/lithic/resources/management_operations.rbi
|
|
981
1005
|
- rbi/lithic/resources/network_programs.rbi
|
|
@@ -1056,6 +1080,7 @@ files:
|
|
|
1056
1080
|
- sig/lithic/models/api_status.rbs
|
|
1057
1081
|
- sig/lithic/models/auth_rules/auth_rule.rbs
|
|
1058
1082
|
- sig/lithic/models/auth_rules/auth_rule_condition.rbs
|
|
1083
|
+
- sig/lithic/models/auth_rules/auth_rule_version.rbs
|
|
1059
1084
|
- sig/lithic/models/auth_rules/backtest_stats.rbs
|
|
1060
1085
|
- sig/lithic/models/auth_rules/conditional_3ds_action_parameters.rbs
|
|
1061
1086
|
- sig/lithic/models/auth_rules/conditional_ach_action_parameters.rbs
|
|
@@ -1068,6 +1093,8 @@ files:
|
|
|
1068
1093
|
- sig/lithic/models/auth_rules/event_stream.rbs
|
|
1069
1094
|
- sig/lithic/models/auth_rules/merchant_lock_parameters.rbs
|
|
1070
1095
|
- sig/lithic/models/auth_rules/report_stats.rbs
|
|
1096
|
+
- sig/lithic/models/auth_rules/rule_feature.rbs
|
|
1097
|
+
- sig/lithic/models/auth_rules/typescript_code_parameters.rbs
|
|
1071
1098
|
- sig/lithic/models/auth_rules/v2/backtest_create_params.rbs
|
|
1072
1099
|
- sig/lithic/models/auth_rules/v2/backtest_create_response.rbs
|
|
1073
1100
|
- sig/lithic/models/auth_rules/v2/backtest_results.rbs
|
|
@@ -1078,6 +1105,8 @@ files:
|
|
|
1078
1105
|
- sig/lithic/models/auth_rules/v2_list_params.rbs
|
|
1079
1106
|
- sig/lithic/models/auth_rules/v2_list_results_params.rbs
|
|
1080
1107
|
- sig/lithic/models/auth_rules/v2_list_results_response.rbs
|
|
1108
|
+
- sig/lithic/models/auth_rules/v2_list_versions_params.rbs
|
|
1109
|
+
- sig/lithic/models/auth_rules/v2_list_versions_response.rbs
|
|
1081
1110
|
- sig/lithic/models/auth_rules/v2_promote_params.rbs
|
|
1082
1111
|
- sig/lithic/models/auth_rules/v2_retrieve_features_params.rbs
|
|
1083
1112
|
- sig/lithic/models/auth_rules/v2_retrieve_features_response.rbs
|
|
@@ -1085,6 +1114,7 @@ files:
|
|
|
1085
1114
|
- sig/lithic/models/auth_rules/v2_retrieve_report_params.rbs
|
|
1086
1115
|
- sig/lithic/models/auth_rules/v2_retrieve_report_response.rbs
|
|
1087
1116
|
- sig/lithic/models/auth_rules/v2_update_params.rbs
|
|
1117
|
+
- sig/lithic/models/auth_rules/velocity_limit_filters.rbs
|
|
1088
1118
|
- sig/lithic/models/auth_rules/velocity_limit_params.rbs
|
|
1089
1119
|
- sig/lithic/models/auth_rules/velocity_limit_period.rbs
|
|
1090
1120
|
- sig/lithic/models/auth_rules_backtest_report_created_webhook_event.rbs
|
|
@@ -1274,6 +1304,12 @@ files:
|
|
|
1274
1304
|
- sig/lithic/models/funding_event_retrieve_details_params.rbs
|
|
1275
1305
|
- sig/lithic/models/funding_event_retrieve_details_response.rbs
|
|
1276
1306
|
- sig/lithic/models/funding_event_retrieve_params.rbs
|
|
1307
|
+
- sig/lithic/models/hold.rbs
|
|
1308
|
+
- sig/lithic/models/hold_create_params.rbs
|
|
1309
|
+
- sig/lithic/models/hold_event.rbs
|
|
1310
|
+
- sig/lithic/models/hold_list_params.rbs
|
|
1311
|
+
- sig/lithic/models/hold_retrieve_params.rbs
|
|
1312
|
+
- sig/lithic/models/hold_void_params.rbs
|
|
1277
1313
|
- sig/lithic/models/instance_financial_account_type.rbs
|
|
1278
1314
|
- sig/lithic/models/internal_transaction.rbs
|
|
1279
1315
|
- sig/lithic/models/internal_transaction_created_webhook_event.rbs
|
|
@@ -1360,7 +1396,6 @@ files:
|
|
|
1360
1396
|
- sig/lithic/models/tokenization_activate_params.rbs
|
|
1361
1397
|
- sig/lithic/models/tokenization_approval_request_webhook_event.rbs
|
|
1362
1398
|
- sig/lithic/models/tokenization_deactivate_params.rbs
|
|
1363
|
-
- sig/lithic/models/tokenization_decisioning_request_webhook_event.rbs
|
|
1364
1399
|
- sig/lithic/models/tokenization_decisioning_retrieve_secret_params.rbs
|
|
1365
1400
|
- sig/lithic/models/tokenization_decisioning_rotate_secret_params.rbs
|
|
1366
1401
|
- sig/lithic/models/tokenization_decisioning_rotate_secret_response.rbs
|
|
@@ -1449,6 +1484,7 @@ files:
|
|
|
1449
1484
|
- sig/lithic/resources/fraud.rbs
|
|
1450
1485
|
- sig/lithic/resources/fraud/transactions.rbs
|
|
1451
1486
|
- sig/lithic/resources/funding_events.rbs
|
|
1487
|
+
- sig/lithic/resources/holds.rbs
|
|
1452
1488
|
- sig/lithic/resources/internal_transaction.rbs
|
|
1453
1489
|
- sig/lithic/resources/management_operations.rbs
|
|
1454
1490
|
- sig/lithic/resources/network_programs.rbs
|
|
@@ -1,159 +0,0 @@
|
|
|
1
|
-
# frozen_string_literal: true
|
|
2
|
-
|
|
3
|
-
module Lithic
|
|
4
|
-
module Models
|
|
5
|
-
class TokenizationDecisioningRequestWebhookEvent < Lithic::Internal::Type::BaseModel
|
|
6
|
-
# @!attribute account_token
|
|
7
|
-
# Unique identifier for the user tokenizing a card
|
|
8
|
-
#
|
|
9
|
-
# @return [String]
|
|
10
|
-
required :account_token, String
|
|
11
|
-
|
|
12
|
-
# @!attribute card_token
|
|
13
|
-
# Unique identifier for the card being tokenized
|
|
14
|
-
#
|
|
15
|
-
# @return [String]
|
|
16
|
-
required :card_token, String
|
|
17
|
-
|
|
18
|
-
# @!attribute created
|
|
19
|
-
# Indicate when the request was received from Mastercard or Visa
|
|
20
|
-
#
|
|
21
|
-
# @return [Time]
|
|
22
|
-
required :created, Time
|
|
23
|
-
|
|
24
|
-
# @!attribute digital_wallet_token_metadata
|
|
25
|
-
# Contains the metadata for the digital wallet being tokenized.
|
|
26
|
-
#
|
|
27
|
-
# @return [Lithic::Models::TokenMetadata]
|
|
28
|
-
required :digital_wallet_token_metadata, -> { Lithic::TokenMetadata }
|
|
29
|
-
|
|
30
|
-
# @!attribute event_type
|
|
31
|
-
# The name of this event
|
|
32
|
-
#
|
|
33
|
-
# @return [Symbol, Lithic::Models::TokenizationDecisioningRequestWebhookEvent::EventType]
|
|
34
|
-
required :event_type, enum: -> { Lithic::TokenizationDecisioningRequestWebhookEvent::EventType }
|
|
35
|
-
|
|
36
|
-
# @!attribute issuer_decision
|
|
37
|
-
# Whether Lithic decisioned on the token, and if so, what the decision was.
|
|
38
|
-
# APPROVED/VERIFICATION_REQUIRED/DENIED.
|
|
39
|
-
#
|
|
40
|
-
# @return [Symbol, Lithic::Models::TokenizationDecisioningRequestWebhookEvent::IssuerDecision]
|
|
41
|
-
required :issuer_decision, enum: -> { Lithic::TokenizationDecisioningRequestWebhookEvent::IssuerDecision }
|
|
42
|
-
|
|
43
|
-
# @!attribute tokenization_channel
|
|
44
|
-
# The channel through which the tokenization was made.
|
|
45
|
-
#
|
|
46
|
-
# @return [Symbol, Lithic::Models::TokenizationDecisioningRequestWebhookEvent::TokenizationChannel]
|
|
47
|
-
required :tokenization_channel,
|
|
48
|
-
enum: -> { Lithic::TokenizationDecisioningRequestWebhookEvent::TokenizationChannel }
|
|
49
|
-
|
|
50
|
-
# @!attribute tokenization_token
|
|
51
|
-
# Unique identifier for the digital wallet token attempt
|
|
52
|
-
#
|
|
53
|
-
# @return [String]
|
|
54
|
-
required :tokenization_token, String
|
|
55
|
-
|
|
56
|
-
# @!attribute wallet_decisioning_info
|
|
57
|
-
#
|
|
58
|
-
# @return [Lithic::Models::WalletDecisioningInfo]
|
|
59
|
-
required :wallet_decisioning_info, -> { Lithic::WalletDecisioningInfo }
|
|
60
|
-
|
|
61
|
-
# @!attribute device
|
|
62
|
-
#
|
|
63
|
-
# @return [Lithic::Models::Device, nil]
|
|
64
|
-
optional :device, -> { Lithic::Device }
|
|
65
|
-
|
|
66
|
-
# @!attribute tokenization_source
|
|
67
|
-
# The source of the tokenization.
|
|
68
|
-
#
|
|
69
|
-
# @return [Symbol, Lithic::Models::TokenizationDecisioningRequestWebhookEvent::TokenizationSource, nil]
|
|
70
|
-
optional :tokenization_source,
|
|
71
|
-
enum: -> { Lithic::TokenizationDecisioningRequestWebhookEvent::TokenizationSource }
|
|
72
|
-
|
|
73
|
-
# @!method initialize(account_token:, card_token:, created:, digital_wallet_token_metadata:, event_type:, issuer_decision:, tokenization_channel:, tokenization_token:, wallet_decisioning_info:, device: nil, tokenization_source: nil)
|
|
74
|
-
# Some parameter documentations has been truncated, see
|
|
75
|
-
# {Lithic::Models::TokenizationDecisioningRequestWebhookEvent} for more details.
|
|
76
|
-
#
|
|
77
|
-
# A webhook for tokenization decisioning sent to the customer's responder endpoint
|
|
78
|
-
#
|
|
79
|
-
# @param account_token [String] Unique identifier for the user tokenizing a card
|
|
80
|
-
#
|
|
81
|
-
# @param card_token [String] Unique identifier for the card being tokenized
|
|
82
|
-
#
|
|
83
|
-
# @param created [Time] Indicate when the request was received from Mastercard or Visa
|
|
84
|
-
#
|
|
85
|
-
# @param digital_wallet_token_metadata [Lithic::Models::TokenMetadata] Contains the metadata for the digital wallet being tokenized.
|
|
86
|
-
#
|
|
87
|
-
# @param event_type [Symbol, Lithic::Models::TokenizationDecisioningRequestWebhookEvent::EventType] The name of this event
|
|
88
|
-
#
|
|
89
|
-
# @param issuer_decision [Symbol, Lithic::Models::TokenizationDecisioningRequestWebhookEvent::IssuerDecision] Whether Lithic decisioned on the token, and if so, what the decision was. APPROV
|
|
90
|
-
#
|
|
91
|
-
# @param tokenization_channel [Symbol, Lithic::Models::TokenizationDecisioningRequestWebhookEvent::TokenizationChannel] The channel through which the tokenization was made.
|
|
92
|
-
#
|
|
93
|
-
# @param tokenization_token [String] Unique identifier for the digital wallet token attempt
|
|
94
|
-
#
|
|
95
|
-
# @param wallet_decisioning_info [Lithic::Models::WalletDecisioningInfo]
|
|
96
|
-
#
|
|
97
|
-
# @param device [Lithic::Models::Device]
|
|
98
|
-
#
|
|
99
|
-
# @param tokenization_source [Symbol, Lithic::Models::TokenizationDecisioningRequestWebhookEvent::TokenizationSource] The source of the tokenization.
|
|
100
|
-
|
|
101
|
-
# The name of this event
|
|
102
|
-
#
|
|
103
|
-
# @see Lithic::Models::TokenizationDecisioningRequestWebhookEvent#event_type
|
|
104
|
-
module EventType
|
|
105
|
-
extend Lithic::Internal::Type::Enum
|
|
106
|
-
|
|
107
|
-
DIGITAL_WALLET_TOKENIZATION_APPROVAL_REQUEST = :"digital_wallet.tokenization_approval_request"
|
|
108
|
-
|
|
109
|
-
# @!method self.values
|
|
110
|
-
# @return [Array<Symbol>]
|
|
111
|
-
end
|
|
112
|
-
|
|
113
|
-
# Whether Lithic decisioned on the token, and if so, what the decision was.
|
|
114
|
-
# APPROVED/VERIFICATION_REQUIRED/DENIED.
|
|
115
|
-
#
|
|
116
|
-
# @see Lithic::Models::TokenizationDecisioningRequestWebhookEvent#issuer_decision
|
|
117
|
-
module IssuerDecision
|
|
118
|
-
extend Lithic::Internal::Type::Enum
|
|
119
|
-
|
|
120
|
-
APPROVED = :APPROVED
|
|
121
|
-
DENIED = :DENIED
|
|
122
|
-
VERIFICATION_REQUIRED = :VERIFICATION_REQUIRED
|
|
123
|
-
|
|
124
|
-
# @!method self.values
|
|
125
|
-
# @return [Array<Symbol>]
|
|
126
|
-
end
|
|
127
|
-
|
|
128
|
-
# The channel through which the tokenization was made.
|
|
129
|
-
#
|
|
130
|
-
# @see Lithic::Models::TokenizationDecisioningRequestWebhookEvent#tokenization_channel
|
|
131
|
-
module TokenizationChannel
|
|
132
|
-
extend Lithic::Internal::Type::Enum
|
|
133
|
-
|
|
134
|
-
DIGITAL_WALLET = :DIGITAL_WALLET
|
|
135
|
-
MERCHANT = :MERCHANT
|
|
136
|
-
|
|
137
|
-
# @!method self.values
|
|
138
|
-
# @return [Array<Symbol>]
|
|
139
|
-
end
|
|
140
|
-
|
|
141
|
-
# The source of the tokenization.
|
|
142
|
-
#
|
|
143
|
-
# @see Lithic::Models::TokenizationDecisioningRequestWebhookEvent#tokenization_source
|
|
144
|
-
module TokenizationSource
|
|
145
|
-
extend Lithic::Internal::Type::Enum
|
|
146
|
-
|
|
147
|
-
ACCOUNT_ON_FILE = :ACCOUNT_ON_FILE
|
|
148
|
-
CONTACTLESS_TAP = :CONTACTLESS_TAP
|
|
149
|
-
MANUAL_PROVISION = :MANUAL_PROVISION
|
|
150
|
-
PUSH_PROVISION = :PUSH_PROVISION
|
|
151
|
-
TOKEN = :TOKEN
|
|
152
|
-
UNKNOWN = :UNKNOWN
|
|
153
|
-
|
|
154
|
-
# @!method self.values
|
|
155
|
-
# @return [Array<Symbol>]
|
|
156
|
-
end
|
|
157
|
-
end
|
|
158
|
-
end
|
|
159
|
-
end
|
|
@@ -1,331 +0,0 @@
|
|
|
1
|
-
# typed: strong
|
|
2
|
-
|
|
3
|
-
module Lithic
|
|
4
|
-
module Models
|
|
5
|
-
class TokenizationDecisioningRequestWebhookEvent < Lithic::Internal::Type::BaseModel
|
|
6
|
-
OrHash =
|
|
7
|
-
T.type_alias do
|
|
8
|
-
T.any(
|
|
9
|
-
Lithic::TokenizationDecisioningRequestWebhookEvent,
|
|
10
|
-
Lithic::Internal::AnyHash
|
|
11
|
-
)
|
|
12
|
-
end
|
|
13
|
-
|
|
14
|
-
# Unique identifier for the user tokenizing a card
|
|
15
|
-
sig { returns(String) }
|
|
16
|
-
attr_accessor :account_token
|
|
17
|
-
|
|
18
|
-
# Unique identifier for the card being tokenized
|
|
19
|
-
sig { returns(String) }
|
|
20
|
-
attr_accessor :card_token
|
|
21
|
-
|
|
22
|
-
# Indicate when the request was received from Mastercard or Visa
|
|
23
|
-
sig { returns(Time) }
|
|
24
|
-
attr_accessor :created
|
|
25
|
-
|
|
26
|
-
# Contains the metadata for the digital wallet being tokenized.
|
|
27
|
-
sig { returns(Lithic::TokenMetadata) }
|
|
28
|
-
attr_reader :digital_wallet_token_metadata
|
|
29
|
-
|
|
30
|
-
sig do
|
|
31
|
-
params(
|
|
32
|
-
digital_wallet_token_metadata: Lithic::TokenMetadata::OrHash
|
|
33
|
-
).void
|
|
34
|
-
end
|
|
35
|
-
attr_writer :digital_wallet_token_metadata
|
|
36
|
-
|
|
37
|
-
# The name of this event
|
|
38
|
-
sig do
|
|
39
|
-
returns(
|
|
40
|
-
Lithic::TokenizationDecisioningRequestWebhookEvent::EventType::TaggedSymbol
|
|
41
|
-
)
|
|
42
|
-
end
|
|
43
|
-
attr_accessor :event_type
|
|
44
|
-
|
|
45
|
-
# Whether Lithic decisioned on the token, and if so, what the decision was.
|
|
46
|
-
# APPROVED/VERIFICATION_REQUIRED/DENIED.
|
|
47
|
-
sig do
|
|
48
|
-
returns(
|
|
49
|
-
Lithic::TokenizationDecisioningRequestWebhookEvent::IssuerDecision::TaggedSymbol
|
|
50
|
-
)
|
|
51
|
-
end
|
|
52
|
-
attr_accessor :issuer_decision
|
|
53
|
-
|
|
54
|
-
# The channel through which the tokenization was made.
|
|
55
|
-
sig do
|
|
56
|
-
returns(
|
|
57
|
-
Lithic::TokenizationDecisioningRequestWebhookEvent::TokenizationChannel::TaggedSymbol
|
|
58
|
-
)
|
|
59
|
-
end
|
|
60
|
-
attr_accessor :tokenization_channel
|
|
61
|
-
|
|
62
|
-
# Unique identifier for the digital wallet token attempt
|
|
63
|
-
sig { returns(String) }
|
|
64
|
-
attr_accessor :tokenization_token
|
|
65
|
-
|
|
66
|
-
sig { returns(Lithic::WalletDecisioningInfo) }
|
|
67
|
-
attr_reader :wallet_decisioning_info
|
|
68
|
-
|
|
69
|
-
sig do
|
|
70
|
-
params(
|
|
71
|
-
wallet_decisioning_info: Lithic::WalletDecisioningInfo::OrHash
|
|
72
|
-
).void
|
|
73
|
-
end
|
|
74
|
-
attr_writer :wallet_decisioning_info
|
|
75
|
-
|
|
76
|
-
sig { returns(T.nilable(Lithic::Device)) }
|
|
77
|
-
attr_reader :device
|
|
78
|
-
|
|
79
|
-
sig { params(device: Lithic::Device::OrHash).void }
|
|
80
|
-
attr_writer :device
|
|
81
|
-
|
|
82
|
-
# The source of the tokenization.
|
|
83
|
-
sig do
|
|
84
|
-
returns(
|
|
85
|
-
T.nilable(
|
|
86
|
-
Lithic::TokenizationDecisioningRequestWebhookEvent::TokenizationSource::TaggedSymbol
|
|
87
|
-
)
|
|
88
|
-
)
|
|
89
|
-
end
|
|
90
|
-
attr_reader :tokenization_source
|
|
91
|
-
|
|
92
|
-
sig do
|
|
93
|
-
params(
|
|
94
|
-
tokenization_source:
|
|
95
|
-
Lithic::TokenizationDecisioningRequestWebhookEvent::TokenizationSource::OrSymbol
|
|
96
|
-
).void
|
|
97
|
-
end
|
|
98
|
-
attr_writer :tokenization_source
|
|
99
|
-
|
|
100
|
-
# A webhook for tokenization decisioning sent to the customer's responder endpoint
|
|
101
|
-
sig do
|
|
102
|
-
params(
|
|
103
|
-
account_token: String,
|
|
104
|
-
card_token: String,
|
|
105
|
-
created: Time,
|
|
106
|
-
digital_wallet_token_metadata: Lithic::TokenMetadata::OrHash,
|
|
107
|
-
event_type:
|
|
108
|
-
Lithic::TokenizationDecisioningRequestWebhookEvent::EventType::OrSymbol,
|
|
109
|
-
issuer_decision:
|
|
110
|
-
Lithic::TokenizationDecisioningRequestWebhookEvent::IssuerDecision::OrSymbol,
|
|
111
|
-
tokenization_channel:
|
|
112
|
-
Lithic::TokenizationDecisioningRequestWebhookEvent::TokenizationChannel::OrSymbol,
|
|
113
|
-
tokenization_token: String,
|
|
114
|
-
wallet_decisioning_info: Lithic::WalletDecisioningInfo::OrHash,
|
|
115
|
-
device: Lithic::Device::OrHash,
|
|
116
|
-
tokenization_source:
|
|
117
|
-
Lithic::TokenizationDecisioningRequestWebhookEvent::TokenizationSource::OrSymbol
|
|
118
|
-
).returns(T.attached_class)
|
|
119
|
-
end
|
|
120
|
-
def self.new(
|
|
121
|
-
# Unique identifier for the user tokenizing a card
|
|
122
|
-
account_token:,
|
|
123
|
-
# Unique identifier for the card being tokenized
|
|
124
|
-
card_token:,
|
|
125
|
-
# Indicate when the request was received from Mastercard or Visa
|
|
126
|
-
created:,
|
|
127
|
-
# Contains the metadata for the digital wallet being tokenized.
|
|
128
|
-
digital_wallet_token_metadata:,
|
|
129
|
-
# The name of this event
|
|
130
|
-
event_type:,
|
|
131
|
-
# Whether Lithic decisioned on the token, and if so, what the decision was.
|
|
132
|
-
# APPROVED/VERIFICATION_REQUIRED/DENIED.
|
|
133
|
-
issuer_decision:,
|
|
134
|
-
# The channel through which the tokenization was made.
|
|
135
|
-
tokenization_channel:,
|
|
136
|
-
# Unique identifier for the digital wallet token attempt
|
|
137
|
-
tokenization_token:,
|
|
138
|
-
wallet_decisioning_info:,
|
|
139
|
-
device: nil,
|
|
140
|
-
# The source of the tokenization.
|
|
141
|
-
tokenization_source: nil
|
|
142
|
-
)
|
|
143
|
-
end
|
|
144
|
-
|
|
145
|
-
sig do
|
|
146
|
-
override.returns(
|
|
147
|
-
{
|
|
148
|
-
account_token: String,
|
|
149
|
-
card_token: String,
|
|
150
|
-
created: Time,
|
|
151
|
-
digital_wallet_token_metadata: Lithic::TokenMetadata,
|
|
152
|
-
event_type:
|
|
153
|
-
Lithic::TokenizationDecisioningRequestWebhookEvent::EventType::TaggedSymbol,
|
|
154
|
-
issuer_decision:
|
|
155
|
-
Lithic::TokenizationDecisioningRequestWebhookEvent::IssuerDecision::TaggedSymbol,
|
|
156
|
-
tokenization_channel:
|
|
157
|
-
Lithic::TokenizationDecisioningRequestWebhookEvent::TokenizationChannel::TaggedSymbol,
|
|
158
|
-
tokenization_token: String,
|
|
159
|
-
wallet_decisioning_info: Lithic::WalletDecisioningInfo,
|
|
160
|
-
device: Lithic::Device,
|
|
161
|
-
tokenization_source:
|
|
162
|
-
Lithic::TokenizationDecisioningRequestWebhookEvent::TokenizationSource::TaggedSymbol
|
|
163
|
-
}
|
|
164
|
-
)
|
|
165
|
-
end
|
|
166
|
-
def to_hash
|
|
167
|
-
end
|
|
168
|
-
|
|
169
|
-
# The name of this event
|
|
170
|
-
module EventType
|
|
171
|
-
extend Lithic::Internal::Type::Enum
|
|
172
|
-
|
|
173
|
-
TaggedSymbol =
|
|
174
|
-
T.type_alias do
|
|
175
|
-
T.all(
|
|
176
|
-
Symbol,
|
|
177
|
-
Lithic::TokenizationDecisioningRequestWebhookEvent::EventType
|
|
178
|
-
)
|
|
179
|
-
end
|
|
180
|
-
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
181
|
-
|
|
182
|
-
DIGITAL_WALLET_TOKENIZATION_APPROVAL_REQUEST =
|
|
183
|
-
T.let(
|
|
184
|
-
:"digital_wallet.tokenization_approval_request",
|
|
185
|
-
Lithic::TokenizationDecisioningRequestWebhookEvent::EventType::TaggedSymbol
|
|
186
|
-
)
|
|
187
|
-
|
|
188
|
-
sig do
|
|
189
|
-
override.returns(
|
|
190
|
-
T::Array[
|
|
191
|
-
Lithic::TokenizationDecisioningRequestWebhookEvent::EventType::TaggedSymbol
|
|
192
|
-
]
|
|
193
|
-
)
|
|
194
|
-
end
|
|
195
|
-
def self.values
|
|
196
|
-
end
|
|
197
|
-
end
|
|
198
|
-
|
|
199
|
-
# Whether Lithic decisioned on the token, and if so, what the decision was.
|
|
200
|
-
# APPROVED/VERIFICATION_REQUIRED/DENIED.
|
|
201
|
-
module IssuerDecision
|
|
202
|
-
extend Lithic::Internal::Type::Enum
|
|
203
|
-
|
|
204
|
-
TaggedSymbol =
|
|
205
|
-
T.type_alias do
|
|
206
|
-
T.all(
|
|
207
|
-
Symbol,
|
|
208
|
-
Lithic::TokenizationDecisioningRequestWebhookEvent::IssuerDecision
|
|
209
|
-
)
|
|
210
|
-
end
|
|
211
|
-
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
212
|
-
|
|
213
|
-
APPROVED =
|
|
214
|
-
T.let(
|
|
215
|
-
:APPROVED,
|
|
216
|
-
Lithic::TokenizationDecisioningRequestWebhookEvent::IssuerDecision::TaggedSymbol
|
|
217
|
-
)
|
|
218
|
-
DENIED =
|
|
219
|
-
T.let(
|
|
220
|
-
:DENIED,
|
|
221
|
-
Lithic::TokenizationDecisioningRequestWebhookEvent::IssuerDecision::TaggedSymbol
|
|
222
|
-
)
|
|
223
|
-
VERIFICATION_REQUIRED =
|
|
224
|
-
T.let(
|
|
225
|
-
:VERIFICATION_REQUIRED,
|
|
226
|
-
Lithic::TokenizationDecisioningRequestWebhookEvent::IssuerDecision::TaggedSymbol
|
|
227
|
-
)
|
|
228
|
-
|
|
229
|
-
sig do
|
|
230
|
-
override.returns(
|
|
231
|
-
T::Array[
|
|
232
|
-
Lithic::TokenizationDecisioningRequestWebhookEvent::IssuerDecision::TaggedSymbol
|
|
233
|
-
]
|
|
234
|
-
)
|
|
235
|
-
end
|
|
236
|
-
def self.values
|
|
237
|
-
end
|
|
238
|
-
end
|
|
239
|
-
|
|
240
|
-
# The channel through which the tokenization was made.
|
|
241
|
-
module TokenizationChannel
|
|
242
|
-
extend Lithic::Internal::Type::Enum
|
|
243
|
-
|
|
244
|
-
TaggedSymbol =
|
|
245
|
-
T.type_alias do
|
|
246
|
-
T.all(
|
|
247
|
-
Symbol,
|
|
248
|
-
Lithic::TokenizationDecisioningRequestWebhookEvent::TokenizationChannel
|
|
249
|
-
)
|
|
250
|
-
end
|
|
251
|
-
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
252
|
-
|
|
253
|
-
DIGITAL_WALLET =
|
|
254
|
-
T.let(
|
|
255
|
-
:DIGITAL_WALLET,
|
|
256
|
-
Lithic::TokenizationDecisioningRequestWebhookEvent::TokenizationChannel::TaggedSymbol
|
|
257
|
-
)
|
|
258
|
-
MERCHANT =
|
|
259
|
-
T.let(
|
|
260
|
-
:MERCHANT,
|
|
261
|
-
Lithic::TokenizationDecisioningRequestWebhookEvent::TokenizationChannel::TaggedSymbol
|
|
262
|
-
)
|
|
263
|
-
|
|
264
|
-
sig do
|
|
265
|
-
override.returns(
|
|
266
|
-
T::Array[
|
|
267
|
-
Lithic::TokenizationDecisioningRequestWebhookEvent::TokenizationChannel::TaggedSymbol
|
|
268
|
-
]
|
|
269
|
-
)
|
|
270
|
-
end
|
|
271
|
-
def self.values
|
|
272
|
-
end
|
|
273
|
-
end
|
|
274
|
-
|
|
275
|
-
# The source of the tokenization.
|
|
276
|
-
module TokenizationSource
|
|
277
|
-
extend Lithic::Internal::Type::Enum
|
|
278
|
-
|
|
279
|
-
TaggedSymbol =
|
|
280
|
-
T.type_alias do
|
|
281
|
-
T.all(
|
|
282
|
-
Symbol,
|
|
283
|
-
Lithic::TokenizationDecisioningRequestWebhookEvent::TokenizationSource
|
|
284
|
-
)
|
|
285
|
-
end
|
|
286
|
-
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
287
|
-
|
|
288
|
-
ACCOUNT_ON_FILE =
|
|
289
|
-
T.let(
|
|
290
|
-
:ACCOUNT_ON_FILE,
|
|
291
|
-
Lithic::TokenizationDecisioningRequestWebhookEvent::TokenizationSource::TaggedSymbol
|
|
292
|
-
)
|
|
293
|
-
CONTACTLESS_TAP =
|
|
294
|
-
T.let(
|
|
295
|
-
:CONTACTLESS_TAP,
|
|
296
|
-
Lithic::TokenizationDecisioningRequestWebhookEvent::TokenizationSource::TaggedSymbol
|
|
297
|
-
)
|
|
298
|
-
MANUAL_PROVISION =
|
|
299
|
-
T.let(
|
|
300
|
-
:MANUAL_PROVISION,
|
|
301
|
-
Lithic::TokenizationDecisioningRequestWebhookEvent::TokenizationSource::TaggedSymbol
|
|
302
|
-
)
|
|
303
|
-
PUSH_PROVISION =
|
|
304
|
-
T.let(
|
|
305
|
-
:PUSH_PROVISION,
|
|
306
|
-
Lithic::TokenizationDecisioningRequestWebhookEvent::TokenizationSource::TaggedSymbol
|
|
307
|
-
)
|
|
308
|
-
TOKEN =
|
|
309
|
-
T.let(
|
|
310
|
-
:TOKEN,
|
|
311
|
-
Lithic::TokenizationDecisioningRequestWebhookEvent::TokenizationSource::TaggedSymbol
|
|
312
|
-
)
|
|
313
|
-
UNKNOWN =
|
|
314
|
-
T.let(
|
|
315
|
-
:UNKNOWN,
|
|
316
|
-
Lithic::TokenizationDecisioningRequestWebhookEvent::TokenizationSource::TaggedSymbol
|
|
317
|
-
)
|
|
318
|
-
|
|
319
|
-
sig do
|
|
320
|
-
override.returns(
|
|
321
|
-
T::Array[
|
|
322
|
-
Lithic::TokenizationDecisioningRequestWebhookEvent::TokenizationSource::TaggedSymbol
|
|
323
|
-
]
|
|
324
|
-
)
|
|
325
|
-
end
|
|
326
|
-
def self.values
|
|
327
|
-
end
|
|
328
|
-
end
|
|
329
|
-
end
|
|
330
|
-
end
|
|
331
|
-
end
|