lithic 0.14.0 → 0.16.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 +52 -0
- data/README.md +1 -1
- data/lib/lithic/client.rb +8 -0
- data/lib/lithic/internal/transport/base_client.rb +5 -0
- data/lib/lithic/models/account.rb +2 -2
- data/lib/lithic/models/account_holder_simulate_enrollment_review_response.rb +4 -4
- data/lib/lithic/models/account_holders/account_holder_entity.rb +3 -16
- data/lib/lithic/models/account_holders/entity_create_params.rb +3 -14
- data/lib/lithic/models/auth_rules/auth_rule.rb +14 -8
- data/lib/lithic/models/auth_rules/auth_rule_condition.rb +2 -2
- data/lib/lithic/models/auth_rules/auth_rule_version.rb +5 -3
- data/lib/lithic/models/auth_rules/conditional_3ds_action_parameters.rb +8 -6
- data/lib/lithic/models/auth_rules/conditional_ach_action_parameters.rb +4 -4
- data/lib/lithic/models/auth_rules/conditional_authorization_action_parameters.rb +52 -34
- data/lib/lithic/models/auth_rules/conditional_authorization_adjustment_parameters.rb +531 -0
- data/lib/lithic/models/auth_rules/conditional_card_transaction_update_action_parameters.rb +213 -23
- data/lib/lithic/models/auth_rules/conditional_tokenization_action_parameters.rb +6 -6
- data/lib/lithic/models/auth_rules/conditional_value.rb +3 -2
- data/lib/lithic/models/auth_rules/rule_feature.rb +29 -6
- data/lib/lithic/models/auth_rules/typescript_code_parameters.rb +2 -2
- data/lib/lithic/models/auth_rules/v2_create_params.rb +27 -15
- data/lib/lithic/models/auth_rules/v2_draft_params.rb +5 -3
- data/lib/lithic/models/balance.rb +8 -6
- data/lib/lithic/models/card.rb +1 -1
- data/lib/lithic/models/card_authorization.rb +1372 -0
- data/lib/lithic/models/card_authorization_approval_request_webhook_event.rb +3 -1253
- data/lib/lithic/models/card_authorization_challenge_response_params.rb +40 -0
- data/lib/lithic/models/card_authorization_challenge_response_webhook_event.rb +1 -0
- data/lib/lithic/models/card_authorization_challenge_webhook_event.rb +67 -0
- data/lib/lithic/models/card_program.rb +2 -2
- data/lib/lithic/models/event.rb +13 -4
- data/lib/lithic/models/event_list_params.rb +7 -2
- data/lib/lithic/models/event_subscription.rb +7 -2
- data/lib/lithic/models/events/subscription_create_params.rb +7 -2
- data/lib/lithic/models/events/subscription_send_simulated_example_params.rb +1 -0
- data/lib/lithic/models/events/subscription_update_params.rb +7 -2
- data/lib/lithic/models/external_bank_account.rb +1 -1
- data/lib/lithic/models/external_bank_account_pause_params.rb +20 -0
- data/lib/lithic/models/financial_accounts/loan_tape.rb +9 -1
- data/lib/lithic/models/financial_accounts/statement.rb +4 -4
- data/lib/lithic/models/financial_accounts/statements/statement_line_items.rb +3 -2
- data/lib/lithic/models/financial_event.rb +1 -0
- data/lib/lithic/models/kyb_business_entity.rb +2 -2
- data/lib/lithic/models/parsed_webhook_event.rb +4 -1
- data/lib/lithic/models/payment.rb +13 -1
- data/lib/lithic/models/settlement_detail.rb +14 -14
- data/lib/lithic/models/statement_totals.rb +6 -6
- data/lib/lithic/models/tokenization_decline_reason.rb +1 -0
- data/lib/lithic/models/transaction.rb +2 -2
- data/lib/lithic/models/transaction_monitoring/case_activity_entry.rb +74 -0
- data/lib/lithic/models/transaction_monitoring/case_activity_type.rb +35 -0
- data/lib/lithic/models/transaction_monitoring/case_card.rb +37 -0
- data/lib/lithic/models/transaction_monitoring/case_entity.rb +50 -0
- data/lib/lithic/models/transaction_monitoring/case_list_activity_params.rb +53 -0
- data/lib/lithic/models/transaction_monitoring/case_list_params.rb +136 -0
- data/lib/lithic/models/transaction_monitoring/case_list_transactions_params.rb +53 -0
- data/lib/lithic/models/transaction_monitoring/case_priority.rb +20 -0
- data/lib/lithic/models/transaction_monitoring/case_retrieve_cards_params.rb +22 -0
- data/lib/lithic/models/transaction_monitoring/case_retrieve_cards_response.rb +11 -0
- data/lib/lithic/models/transaction_monitoring/case_retrieve_params.rb +22 -0
- data/lib/lithic/models/transaction_monitoring/case_sort_order.rb +29 -0
- data/lib/lithic/models/transaction_monitoring/case_status.rb +31 -0
- data/lib/lithic/models/transaction_monitoring/case_transaction.rb +53 -0
- data/lib/lithic/models/transaction_monitoring/case_update_params.rb +116 -0
- data/lib/lithic/models/transaction_monitoring/cases/case_file.rb +141 -0
- data/lib/lithic/models/transaction_monitoring/cases/comment_create_params.rb +47 -0
- data/lib/lithic/models/transaction_monitoring/cases/comment_delete_params.rb +30 -0
- data/lib/lithic/models/transaction_monitoring/cases/comment_update_params.rb +54 -0
- data/lib/lithic/models/transaction_monitoring/cases/file_create_params.rb +33 -0
- data/lib/lithic/models/transaction_monitoring/cases/file_delete_params.rb +30 -0
- data/lib/lithic/models/transaction_monitoring/cases/file_list_params.rb +54 -0
- data/lib/lithic/models/transaction_monitoring/cases/file_retrieve_params.rb +30 -0
- data/lib/lithic/models/transaction_monitoring/cases/file_status.rb +26 -0
- data/lib/lithic/models/transaction_monitoring/cases/upload_constraints.rb +31 -0
- data/lib/lithic/models/transaction_monitoring/entity_type.rb +18 -0
- data/lib/lithic/models/transaction_monitoring/monitoring_case.rb +168 -0
- data/lib/lithic/models/transaction_monitoring/queue.rb +120 -0
- data/lib/lithic/models/transaction_monitoring/queue_create_params.rb +32 -0
- data/lib/lithic/models/transaction_monitoring/queue_delete_params.rb +22 -0
- data/lib/lithic/models/transaction_monitoring/queue_list_params.rb +45 -0
- data/lib/lithic/models/transaction_monitoring/queue_retrieve_params.rb +22 -0
- data/lib/lithic/models/transaction_monitoring/queue_update_params.rb +39 -0
- data/lib/lithic/models/transaction_monitoring/resolution_outcome.rb +28 -0
- data/lib/lithic/models/transaction_route_params.rb +29 -0
- data/lib/lithic/models/transfer_limits_response.rb +12 -12
- data/lib/lithic/models.rb +12 -0
- data/lib/lithic/resources/account_holders/entities.rb +1 -1
- data/lib/lithic/resources/auth_rules/v2.rb +1 -1
- data/lib/lithic/resources/card_authorizations.rb +45 -0
- data/lib/lithic/resources/cards.rb +2 -2
- data/lib/lithic/resources/external_bank_accounts.rb +19 -0
- data/lib/lithic/resources/transaction_monitoring/cases/comments.rb +111 -0
- data/lib/lithic/resources/transaction_monitoring/cases/files.rb +131 -0
- data/lib/lithic/resources/transaction_monitoring/cases.rb +228 -0
- data/lib/lithic/resources/transaction_monitoring/queues.rb +137 -0
- data/lib/lithic/resources/transaction_monitoring.rb +22 -0
- data/lib/lithic/resources/transactions.rb +25 -0
- data/lib/lithic/resources/webhooks.rb +1 -1
- data/lib/lithic/version.rb +1 -1
- data/lib/lithic.rb +46 -0
- data/rbi/lithic/client.rbi +6 -0
- data/rbi/lithic/models/account.rbi +3 -3
- data/rbi/lithic/models/account_holder_simulate_enrollment_review_response.rbi +6 -12
- data/rbi/lithic/models/account_holders/account_holder_entity.rbi +3 -40
- data/rbi/lithic/models/account_holders/entity_create_params.rbi +3 -37
- data/rbi/lithic/models/auth_rules/auth_rule.rbi +14 -7
- data/rbi/lithic/models/auth_rules/auth_rule_version.rbi +4 -2
- data/rbi/lithic/models/auth_rules/conditional_3ds_action_parameters.rbi +9 -6
- data/rbi/lithic/models/auth_rules/conditional_ach_action_parameters.rbi +3 -3
- data/rbi/lithic/models/auth_rules/conditional_authorization_action_parameters.rbi +75 -48
- data/rbi/lithic/models/auth_rules/conditional_authorization_adjustment_parameters.rbi +1147 -0
- data/rbi/lithic/models/auth_rules/conditional_card_transaction_update_action_parameters.rbi +419 -30
- data/rbi/lithic/models/auth_rules/conditional_tokenization_action_parameters.rbi +6 -6
- data/rbi/lithic/models/auth_rules/conditional_value.rbi +1 -1
- data/rbi/lithic/models/auth_rules/rule_feature.rbi +41 -5
- data/rbi/lithic/models/auth_rules/typescript_code_parameters.rbi +3 -0
- data/rbi/lithic/models/auth_rules/v2_create_params.rbi +42 -21
- data/rbi/lithic/models/auth_rules/v2_draft_params.rbi +8 -4
- data/rbi/lithic/models/balance.rbi +12 -6
- data/rbi/lithic/models/card.rbi +2 -2
- data/rbi/lithic/models/card_authorization.rbi +2769 -0
- data/rbi/lithic/models/card_authorization_approval_request_webhook_event.rbi +5 -2758
- data/rbi/lithic/models/card_authorization_challenge_response_params.rbi +93 -0
- data/rbi/lithic/models/card_authorization_challenge_response_webhook_event.rbi +5 -0
- data/rbi/lithic/models/card_authorization_challenge_webhook_event.rbi +119 -0
- data/rbi/lithic/models/card_program.rbi +3 -6
- data/rbi/lithic/models/event.rbi +23 -6
- data/rbi/lithic/models/event_list_params.rbi +11 -2
- data/rbi/lithic/models/event_subscription.rbi +11 -2
- data/rbi/lithic/models/events/subscription_create_params.rbi +11 -2
- data/rbi/lithic/models/events/subscription_send_simulated_example_params.rbi +5 -0
- data/rbi/lithic/models/events/subscription_update_params.rbi +11 -2
- data/rbi/lithic/models/external_bank_account_pause_params.rbi +41 -0
- data/rbi/lithic/models/financial_accounts/loan_tape.rbi +8 -0
- data/rbi/lithic/models/financial_accounts/statement.rbi +6 -12
- data/rbi/lithic/models/financial_accounts/statements/statement_line_items.rbi +8 -6
- data/rbi/lithic/models/financial_event.rbi +2 -0
- data/rbi/lithic/models/kyb_business_entity.rbi +3 -6
- data/rbi/lithic/models/parsed_webhook_event.rbi +1 -0
- data/rbi/lithic/models/payment.rbi +13 -0
- data/rbi/lithic/models/settlement_detail.rbi +15 -15
- data/rbi/lithic/models/statement_totals.rbi +9 -18
- data/rbi/lithic/models/tokenization_decline_reason.rbi +2 -0
- data/rbi/lithic/models/transaction.rbi +3 -3
- data/rbi/lithic/models/transaction_monitoring/case_activity_entry.rbi +107 -0
- data/rbi/lithic/models/transaction_monitoring/case_activity_type.rbi +84 -0
- data/rbi/lithic/models/transaction_monitoring/case_card.rbi +60 -0
- data/rbi/lithic/models/transaction_monitoring/case_entity.rbi +101 -0
- data/rbi/lithic/models/transaction_monitoring/case_list_activity_params.rbi +83 -0
- data/rbi/lithic/models/transaction_monitoring/case_list_params.rbi +220 -0
- data/rbi/lithic/models/transaction_monitoring/case_list_transactions_params.rbi +83 -0
- data/rbi/lithic/models/transaction_monitoring/case_priority.rbi +44 -0
- data/rbi/lithic/models/transaction_monitoring/case_retrieve_cards_params.rbi +40 -0
- data/rbi/lithic/models/transaction_monitoring/case_retrieve_cards_response.rbi +15 -0
- data/rbi/lithic/models/transaction_monitoring/case_retrieve_params.rbi +40 -0
- data/rbi/lithic/models/transaction_monitoring/case_sort_order.rbi +64 -0
- data/rbi/lithic/models/transaction_monitoring/case_status.rbi +63 -0
- data/rbi/lithic/models/transaction_monitoring/case_transaction.rbi +75 -0
- data/rbi/lithic/models/transaction_monitoring/case_update_params.rbi +201 -0
- data/rbi/lithic/models/transaction_monitoring/cases/case_file.rbi +188 -0
- data/rbi/lithic/models/transaction_monitoring/cases/comment_create_params.rbi +71 -0
- data/rbi/lithic/models/transaction_monitoring/cases/comment_delete_params.rbi +50 -0
- data/rbi/lithic/models/transaction_monitoring/cases/comment_update_params.rbi +77 -0
- data/rbi/lithic/models/transaction_monitoring/cases/file_create_params.rbi +56 -0
- data/rbi/lithic/models/transaction_monitoring/cases/file_delete_params.rbi +50 -0
- data/rbi/lithic/models/transaction_monitoring/cases/file_list_params.rbi +85 -0
- data/rbi/lithic/models/transaction_monitoring/cases/file_retrieve_params.rbi +50 -0
- data/rbi/lithic/models/transaction_monitoring/cases/file_status.rbi +51 -0
- data/rbi/lithic/models/transaction_monitoring/cases/upload_constraints.rbi +51 -0
- data/rbi/lithic/models/transaction_monitoring/entity_type.rbi +37 -0
- data/rbi/lithic/models/transaction_monitoring/monitoring_case.rbi +226 -0
- data/rbi/lithic/models/transaction_monitoring/queue.rbi +189 -0
- data/rbi/lithic/models/transaction_monitoring/queue_create_params.rbi +56 -0
- data/rbi/lithic/models/transaction_monitoring/queue_delete_params.rbi +40 -0
- data/rbi/lithic/models/transaction_monitoring/queue_list_params.rbi +77 -0
- data/rbi/lithic/models/transaction_monitoring/queue_retrieve_params.rbi +40 -0
- data/rbi/lithic/models/transaction_monitoring/queue_update_params.rbi +65 -0
- data/rbi/lithic/models/transaction_monitoring/resolution_outcome.rbi +61 -0
- data/rbi/lithic/models/transaction_route_params.rbi +49 -0
- data/rbi/lithic/models/transfer_limits_response.rbi +48 -48
- data/rbi/lithic/models.rbi +15 -0
- data/rbi/lithic/resources/account_holders/entities.rbi +1 -1
- data/rbi/lithic/resources/auth_rules/v2.rbi +2 -1
- data/rbi/lithic/resources/card_authorizations.rbi +35 -0
- data/rbi/lithic/resources/cards.rbi +2 -2
- data/rbi/lithic/resources/external_bank_accounts.rbi +10 -0
- data/rbi/lithic/resources/transaction_monitoring/cases/comments.rbi +81 -0
- data/rbi/lithic/resources/transaction_monitoring/cases/files.rbi +98 -0
- data/rbi/lithic/resources/transaction_monitoring/cases.rbi +230 -0
- data/rbi/lithic/resources/transaction_monitoring/queues.rbi +103 -0
- data/rbi/lithic/resources/transaction_monitoring.rbi +18 -0
- data/rbi/lithic/resources/transactions.rbi +18 -0
- data/rbi/lithic/resources/webhooks.rbi +4 -1
- data/sig/lithic/client.rbs +4 -0
- data/sig/lithic/models/account_holder_simulate_enrollment_review_response.rbs +8 -12
- data/sig/lithic/models/account_holders/account_holder_entity.rbs +4 -15
- data/sig/lithic/models/account_holders/entity_create_params.rbs +4 -15
- data/sig/lithic/models/auth_rules/auth_rule.rbs +2 -0
- data/sig/lithic/models/auth_rules/auth_rule_version.rbs +1 -0
- data/sig/lithic/models/auth_rules/conditional_authorization_adjustment_parameters.rbs +276 -0
- data/sig/lithic/models/auth_rules/conditional_card_transaction_update_action_parameters.rbs +73 -3
- data/sig/lithic/models/auth_rules/conditional_value.rbs +1 -1
- data/sig/lithic/models/auth_rules/rule_feature.rbs +16 -0
- data/sig/lithic/models/auth_rules/v2_create_params.rbs +3 -0
- data/sig/lithic/models/auth_rules/v2_draft_params.rbs +1 -0
- data/sig/lithic/models/balance.rbs +17 -9
- data/sig/lithic/models/card_authorization.rbs +1112 -0
- data/sig/lithic/models/card_authorization_approval_request_webhook_event.rbs +7 -1013
- data/sig/lithic/models/card_authorization_challenge_response_params.rbs +42 -0
- data/sig/lithic/models/card_authorization_challenge_response_webhook_event.rbs +2 -1
- data/sig/lithic/models/card_authorization_challenge_webhook_event.rbs +53 -0
- data/sig/lithic/models/card_program.rbs +4 -6
- data/sig/lithic/models/event.rbs +2 -0
- data/sig/lithic/models/event_list_params.rbs +2 -0
- data/sig/lithic/models/event_subscription.rbs +2 -0
- data/sig/lithic/models/events/subscription_create_params.rbs +2 -0
- data/sig/lithic/models/events/subscription_send_simulated_example_params.rbs +2 -0
- data/sig/lithic/models/events/subscription_update_params.rbs +2 -0
- data/sig/lithic/models/external_bank_account_pause_params.rbs +24 -0
- data/sig/lithic/models/financial_accounts/loan_tape.rbs +5 -0
- data/sig/lithic/models/financial_accounts/statement.rbs +8 -12
- data/sig/lithic/models/financial_accounts/statements/statement_line_items.rbs +6 -6
- data/sig/lithic/models/financial_event.rbs +2 -0
- data/sig/lithic/models/kyb_business_entity.rbs +4 -6
- data/sig/lithic/models/parsed_webhook_event.rbs +1 -0
- data/sig/lithic/models/payment.rbs +7 -0
- data/sig/lithic/models/settlement_detail.rbs +18 -18
- data/sig/lithic/models/statement_totals.rbs +12 -18
- data/sig/lithic/models/tokenization_decline_reason.rbs +2 -0
- data/sig/lithic/models/transaction.rbs +4 -8
- data/sig/lithic/models/transaction_monitoring/case_activity_entry.rbs +47 -0
- data/sig/lithic/models/transaction_monitoring/case_activity_type.rbs +32 -0
- data/sig/lithic/models/transaction_monitoring/case_card.rbs +32 -0
- data/sig/lithic/models/transaction_monitoring/case_entity.rbs +38 -0
- data/sig/lithic/models/transaction_monitoring/case_list_activity_params.rbs +49 -0
- data/sig/lithic/models/transaction_monitoring/case_list_params.rbs +125 -0
- data/sig/lithic/models/transaction_monitoring/case_list_transactions_params.rbs +49 -0
- data/sig/lithic/models/transaction_monitoring/case_priority.rbs +18 -0
- data/sig/lithic/models/transaction_monitoring/case_retrieve_cards_params.rbs +25 -0
- data/sig/lithic/models/transaction_monitoring/case_retrieve_cards_response.rbs +10 -0
- data/sig/lithic/models/transaction_monitoring/case_retrieve_params.rbs +25 -0
- data/sig/lithic/models/transaction_monitoring/case_sort_order.rbs +26 -0
- data/sig/lithic/models/transaction_monitoring/case_status.rbs +21 -0
- data/sig/lithic/models/transaction_monitoring/case_transaction.rbs +42 -0
- data/sig/lithic/models/transaction_monitoring/case_update_params.rbs +91 -0
- data/sig/lithic/models/transaction_monitoring/cases/case_file.rbs +86 -0
- data/sig/lithic/models/transaction_monitoring/cases/comment_create_params.rbs +38 -0
- data/sig/lithic/models/transaction_monitoring/cases/comment_delete_params.rbs +32 -0
- data/sig/lithic/models/transaction_monitoring/cases/comment_update_params.rbs +47 -0
- data/sig/lithic/models/transaction_monitoring/cases/file_create_params.rbs +32 -0
- data/sig/lithic/models/transaction_monitoring/cases/file_delete_params.rbs +32 -0
- data/sig/lithic/models/transaction_monitoring/cases/file_list_params.rbs +51 -0
- data/sig/lithic/models/transaction_monitoring/cases/file_retrieve_params.rbs +32 -0
- data/sig/lithic/models/transaction_monitoring/cases/file_status.rbs +19 -0
- data/sig/lithic/models/transaction_monitoring/cases/upload_constraints.rbs +26 -0
- data/sig/lithic/models/transaction_monitoring/entity_type.rbs +16 -0
- data/sig/lithic/models/transaction_monitoring/monitoring_case.rbs +102 -0
- data/sig/lithic/models/transaction_monitoring/queue.rbs +101 -0
- data/sig/lithic/models/transaction_monitoring/queue_create_params.rbs +30 -0
- data/sig/lithic/models/transaction_monitoring/queue_delete_params.rbs +25 -0
- data/sig/lithic/models/transaction_monitoring/queue_list_params.rbs +40 -0
- data/sig/lithic/models/transaction_monitoring/queue_retrieve_params.rbs +25 -0
- data/sig/lithic/models/transaction_monitoring/queue_update_params.rbs +36 -0
- data/sig/lithic/models/transaction_monitoring/resolution_outcome.rbs +24 -0
- data/sig/lithic/models/transaction_route_params.rbs +28 -0
- data/sig/lithic/models/transfer_limits_response.rbs +24 -36
- data/sig/lithic/models.rbs +12 -0
- data/sig/lithic/resources/account_holders/entities.rbs +1 -1
- data/sig/lithic/resources/card_authorizations.rbs +13 -0
- data/sig/lithic/resources/external_bank_accounts.rbs +5 -0
- data/sig/lithic/resources/transaction_monitoring/cases/comments.rbs +32 -0
- data/sig/lithic/resources/transaction_monitoring/cases/files.rbs +37 -0
- data/sig/lithic/resources/transaction_monitoring/cases.rbs +71 -0
- data/sig/lithic/resources/transaction_monitoring/queues.rbs +39 -0
- data/sig/lithic/resources/transaction_monitoring.rbs +11 -0
- data/sig/lithic/resources/transactions.rbs +6 -0
- data/sig/lithic/resources/webhooks.rbs +1 -0
- metadata +140 -2
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
module Lithic
|
|
2
|
+
module Models
|
|
3
|
+
module TransactionMonitoring
|
|
4
|
+
type queue =
|
|
5
|
+
{
|
|
6
|
+
token: String,
|
|
7
|
+
case_counts: Lithic::TransactionMonitoring::Queue::CaseCounts,
|
|
8
|
+
created: Time,
|
|
9
|
+
description: String?,
|
|
10
|
+
name: String,
|
|
11
|
+
updated: Time
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
class Queue < Lithic::Internal::Type::BaseModel
|
|
15
|
+
attr_accessor token: String
|
|
16
|
+
|
|
17
|
+
attr_accessor case_counts: Lithic::TransactionMonitoring::Queue::CaseCounts
|
|
18
|
+
|
|
19
|
+
attr_accessor created: Time
|
|
20
|
+
|
|
21
|
+
attr_accessor description: String?
|
|
22
|
+
|
|
23
|
+
attr_accessor name: String
|
|
24
|
+
|
|
25
|
+
attr_accessor updated: Time
|
|
26
|
+
|
|
27
|
+
def initialize: (
|
|
28
|
+
token: String,
|
|
29
|
+
case_counts: Lithic::TransactionMonitoring::Queue::CaseCounts,
|
|
30
|
+
created: Time,
|
|
31
|
+
description: String?,
|
|
32
|
+
name: String,
|
|
33
|
+
updated: Time
|
|
34
|
+
) -> void
|
|
35
|
+
|
|
36
|
+
def to_hash: -> {
|
|
37
|
+
token: String,
|
|
38
|
+
case_counts: Lithic::TransactionMonitoring::Queue::CaseCounts,
|
|
39
|
+
created: Time,
|
|
40
|
+
description: String?,
|
|
41
|
+
name: String,
|
|
42
|
+
updated: Time
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
type case_counts =
|
|
46
|
+
{
|
|
47
|
+
assigned: Integer,
|
|
48
|
+
closed: Integer,
|
|
49
|
+
escalated: Integer,
|
|
50
|
+
in_review: Integer,
|
|
51
|
+
open_: Integer,
|
|
52
|
+
resolved: Integer
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
class CaseCounts < Lithic::Internal::Type::BaseModel
|
|
56
|
+
attr_reader assigned: Integer?
|
|
57
|
+
|
|
58
|
+
def assigned=: (Integer) -> Integer
|
|
59
|
+
|
|
60
|
+
attr_reader closed: Integer?
|
|
61
|
+
|
|
62
|
+
def closed=: (Integer) -> Integer
|
|
63
|
+
|
|
64
|
+
attr_reader escalated: Integer?
|
|
65
|
+
|
|
66
|
+
def escalated=: (Integer) -> Integer
|
|
67
|
+
|
|
68
|
+
attr_reader in_review: Integer?
|
|
69
|
+
|
|
70
|
+
def in_review=: (Integer) -> Integer
|
|
71
|
+
|
|
72
|
+
attr_reader open_: Integer?
|
|
73
|
+
|
|
74
|
+
def open_=: (Integer) -> Integer
|
|
75
|
+
|
|
76
|
+
attr_reader resolved: Integer?
|
|
77
|
+
|
|
78
|
+
def resolved=: (Integer) -> Integer
|
|
79
|
+
|
|
80
|
+
def initialize: (
|
|
81
|
+
?assigned: Integer,
|
|
82
|
+
?closed: Integer,
|
|
83
|
+
?escalated: Integer,
|
|
84
|
+
?in_review: Integer,
|
|
85
|
+
?open_: Integer,
|
|
86
|
+
?resolved: Integer
|
|
87
|
+
) -> void
|
|
88
|
+
|
|
89
|
+
def to_hash: -> {
|
|
90
|
+
assigned: Integer,
|
|
91
|
+
closed: Integer,
|
|
92
|
+
escalated: Integer,
|
|
93
|
+
in_review: Integer,
|
|
94
|
+
open_: Integer,
|
|
95
|
+
resolved: Integer
|
|
96
|
+
}
|
|
97
|
+
end
|
|
98
|
+
end
|
|
99
|
+
end
|
|
100
|
+
end
|
|
101
|
+
end
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
module Lithic
|
|
2
|
+
module Models
|
|
3
|
+
module TransactionMonitoring
|
|
4
|
+
type queue_create_params =
|
|
5
|
+
{ name: String, description: String? }
|
|
6
|
+
& Lithic::Internal::Type::request_parameters
|
|
7
|
+
|
|
8
|
+
class QueueCreateParams < Lithic::Internal::Type::BaseModel
|
|
9
|
+
extend Lithic::Internal::Type::RequestParameters::Converter
|
|
10
|
+
include Lithic::Internal::Type::RequestParameters
|
|
11
|
+
|
|
12
|
+
attr_accessor name: String
|
|
13
|
+
|
|
14
|
+
attr_accessor description: String?
|
|
15
|
+
|
|
16
|
+
def initialize: (
|
|
17
|
+
name: String,
|
|
18
|
+
?description: String?,
|
|
19
|
+
?request_options: Lithic::request_opts
|
|
20
|
+
) -> void
|
|
21
|
+
|
|
22
|
+
def to_hash: -> {
|
|
23
|
+
name: String,
|
|
24
|
+
description: String?,
|
|
25
|
+
request_options: Lithic::RequestOptions
|
|
26
|
+
}
|
|
27
|
+
end
|
|
28
|
+
end
|
|
29
|
+
end
|
|
30
|
+
end
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
module Lithic
|
|
2
|
+
module Models
|
|
3
|
+
module TransactionMonitoring
|
|
4
|
+
type queue_delete_params =
|
|
5
|
+
{ queue_token: String } & Lithic::Internal::Type::request_parameters
|
|
6
|
+
|
|
7
|
+
class QueueDeleteParams < Lithic::Internal::Type::BaseModel
|
|
8
|
+
extend Lithic::Internal::Type::RequestParameters::Converter
|
|
9
|
+
include Lithic::Internal::Type::RequestParameters
|
|
10
|
+
|
|
11
|
+
attr_accessor queue_token: String
|
|
12
|
+
|
|
13
|
+
def initialize: (
|
|
14
|
+
queue_token: String,
|
|
15
|
+
?request_options: Lithic::request_opts
|
|
16
|
+
) -> void
|
|
17
|
+
|
|
18
|
+
def to_hash: -> {
|
|
19
|
+
queue_token: String,
|
|
20
|
+
request_options: Lithic::RequestOptions
|
|
21
|
+
}
|
|
22
|
+
end
|
|
23
|
+
end
|
|
24
|
+
end
|
|
25
|
+
end
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
module Lithic
|
|
2
|
+
module Models
|
|
3
|
+
module TransactionMonitoring
|
|
4
|
+
type queue_list_params =
|
|
5
|
+
{ ending_before: String, page_size: Integer, starting_after: String }
|
|
6
|
+
& Lithic::Internal::Type::request_parameters
|
|
7
|
+
|
|
8
|
+
class QueueListParams < Lithic::Internal::Type::BaseModel
|
|
9
|
+
extend Lithic::Internal::Type::RequestParameters::Converter
|
|
10
|
+
include Lithic::Internal::Type::RequestParameters
|
|
11
|
+
|
|
12
|
+
attr_reader ending_before: String?
|
|
13
|
+
|
|
14
|
+
def ending_before=: (String) -> String
|
|
15
|
+
|
|
16
|
+
attr_reader page_size: Integer?
|
|
17
|
+
|
|
18
|
+
def page_size=: (Integer) -> Integer
|
|
19
|
+
|
|
20
|
+
attr_reader starting_after: String?
|
|
21
|
+
|
|
22
|
+
def starting_after=: (String) -> String
|
|
23
|
+
|
|
24
|
+
def initialize: (
|
|
25
|
+
?ending_before: String,
|
|
26
|
+
?page_size: Integer,
|
|
27
|
+
?starting_after: String,
|
|
28
|
+
?request_options: Lithic::request_opts
|
|
29
|
+
) -> void
|
|
30
|
+
|
|
31
|
+
def to_hash: -> {
|
|
32
|
+
ending_before: String,
|
|
33
|
+
page_size: Integer,
|
|
34
|
+
starting_after: String,
|
|
35
|
+
request_options: Lithic::RequestOptions
|
|
36
|
+
}
|
|
37
|
+
end
|
|
38
|
+
end
|
|
39
|
+
end
|
|
40
|
+
end
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
module Lithic
|
|
2
|
+
module Models
|
|
3
|
+
module TransactionMonitoring
|
|
4
|
+
type queue_retrieve_params =
|
|
5
|
+
{ queue_token: String } & Lithic::Internal::Type::request_parameters
|
|
6
|
+
|
|
7
|
+
class QueueRetrieveParams < Lithic::Internal::Type::BaseModel
|
|
8
|
+
extend Lithic::Internal::Type::RequestParameters::Converter
|
|
9
|
+
include Lithic::Internal::Type::RequestParameters
|
|
10
|
+
|
|
11
|
+
attr_accessor queue_token: String
|
|
12
|
+
|
|
13
|
+
def initialize: (
|
|
14
|
+
queue_token: String,
|
|
15
|
+
?request_options: Lithic::request_opts
|
|
16
|
+
) -> void
|
|
17
|
+
|
|
18
|
+
def to_hash: -> {
|
|
19
|
+
queue_token: String,
|
|
20
|
+
request_options: Lithic::RequestOptions
|
|
21
|
+
}
|
|
22
|
+
end
|
|
23
|
+
end
|
|
24
|
+
end
|
|
25
|
+
end
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
module Lithic
|
|
2
|
+
module Models
|
|
3
|
+
module TransactionMonitoring
|
|
4
|
+
type queue_update_params =
|
|
5
|
+
{ queue_token: String, description: String?, name: String }
|
|
6
|
+
& Lithic::Internal::Type::request_parameters
|
|
7
|
+
|
|
8
|
+
class QueueUpdateParams < Lithic::Internal::Type::BaseModel
|
|
9
|
+
extend Lithic::Internal::Type::RequestParameters::Converter
|
|
10
|
+
include Lithic::Internal::Type::RequestParameters
|
|
11
|
+
|
|
12
|
+
attr_accessor queue_token: String
|
|
13
|
+
|
|
14
|
+
attr_accessor description: String?
|
|
15
|
+
|
|
16
|
+
attr_reader name: String?
|
|
17
|
+
|
|
18
|
+
def name=: (String) -> String
|
|
19
|
+
|
|
20
|
+
def initialize: (
|
|
21
|
+
queue_token: String,
|
|
22
|
+
?description: String?,
|
|
23
|
+
?name: String,
|
|
24
|
+
?request_options: Lithic::request_opts
|
|
25
|
+
) -> void
|
|
26
|
+
|
|
27
|
+
def to_hash: -> {
|
|
28
|
+
queue_token: String,
|
|
29
|
+
description: String?,
|
|
30
|
+
name: String,
|
|
31
|
+
request_options: Lithic::RequestOptions
|
|
32
|
+
}
|
|
33
|
+
end
|
|
34
|
+
end
|
|
35
|
+
end
|
|
36
|
+
end
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
module Lithic
|
|
2
|
+
module Models
|
|
3
|
+
module TransactionMonitoring
|
|
4
|
+
type resolution_outcome =
|
|
5
|
+
:CONFIRMED_FRAUD
|
|
6
|
+
| :SUSPICIOUS_ACTIVITY
|
|
7
|
+
| :FALSE_POSITIVE
|
|
8
|
+
| :NO_ACTION_REQUIRED
|
|
9
|
+
| :ESCALATED_EXTERNAL
|
|
10
|
+
|
|
11
|
+
module ResolutionOutcome
|
|
12
|
+
extend Lithic::Internal::Type::Enum
|
|
13
|
+
|
|
14
|
+
CONFIRMED_FRAUD: :CONFIRMED_FRAUD
|
|
15
|
+
SUSPICIOUS_ACTIVITY: :SUSPICIOUS_ACTIVITY
|
|
16
|
+
FALSE_POSITIVE: :FALSE_POSITIVE
|
|
17
|
+
NO_ACTION_REQUIRED: :NO_ACTION_REQUIRED
|
|
18
|
+
ESCALATED_EXTERNAL: :ESCALATED_EXTERNAL
|
|
19
|
+
|
|
20
|
+
def self?.values: -> ::Array[Lithic::Models::TransactionMonitoring::resolution_outcome]
|
|
21
|
+
end
|
|
22
|
+
end
|
|
23
|
+
end
|
|
24
|
+
end
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
module Lithic
|
|
2
|
+
module Models
|
|
3
|
+
type transaction_route_params =
|
|
4
|
+
{ transaction_token: String, financial_account_token: String }
|
|
5
|
+
& Lithic::Internal::Type::request_parameters
|
|
6
|
+
|
|
7
|
+
class TransactionRouteParams < Lithic::Internal::Type::BaseModel
|
|
8
|
+
extend Lithic::Internal::Type::RequestParameters::Converter
|
|
9
|
+
include Lithic::Internal::Type::RequestParameters
|
|
10
|
+
|
|
11
|
+
attr_accessor transaction_token: String
|
|
12
|
+
|
|
13
|
+
attr_accessor financial_account_token: String
|
|
14
|
+
|
|
15
|
+
def initialize: (
|
|
16
|
+
transaction_token: String,
|
|
17
|
+
financial_account_token: String,
|
|
18
|
+
?request_options: Lithic::request_opts
|
|
19
|
+
) -> void
|
|
20
|
+
|
|
21
|
+
def to_hash: -> {
|
|
22
|
+
transaction_token: String,
|
|
23
|
+
financial_account_token: String,
|
|
24
|
+
request_options: Lithic::RequestOptions
|
|
25
|
+
}
|
|
26
|
+
end
|
|
27
|
+
end
|
|
28
|
+
end
|
|
@@ -80,38 +80,34 @@ module Lithic
|
|
|
80
80
|
debit: Lithic::TransferLimitsResponse::Data::DailyLimit::Debit
|
|
81
81
|
}
|
|
82
82
|
|
|
83
|
-
type credit = { limit: Integer, amount_originated: Integer }
|
|
83
|
+
type credit = { limit: Integer, amount_originated: Integer? }
|
|
84
84
|
|
|
85
85
|
class Credit < Lithic::Internal::Type::BaseModel
|
|
86
86
|
attr_accessor limit: Integer
|
|
87
87
|
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
def amount_originated=: (Integer) -> Integer
|
|
88
|
+
attr_accessor amount_originated: Integer?
|
|
91
89
|
|
|
92
90
|
def initialize: (
|
|
93
91
|
limit: Integer,
|
|
94
|
-
?amount_originated: Integer
|
|
92
|
+
?amount_originated: Integer?
|
|
95
93
|
) -> void
|
|
96
94
|
|
|
97
|
-
def to_hash: -> { limit: Integer, amount_originated: Integer }
|
|
95
|
+
def to_hash: -> { limit: Integer, amount_originated: Integer? }
|
|
98
96
|
end
|
|
99
97
|
|
|
100
|
-
type debit = { limit: Integer, amount_originated: Integer }
|
|
98
|
+
type debit = { limit: Integer, amount_originated: Integer? }
|
|
101
99
|
|
|
102
100
|
class Debit < Lithic::Internal::Type::BaseModel
|
|
103
101
|
attr_accessor limit: Integer
|
|
104
102
|
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
def amount_originated=: (Integer) -> Integer
|
|
103
|
+
attr_accessor amount_originated: Integer?
|
|
108
104
|
|
|
109
105
|
def initialize: (
|
|
110
106
|
limit: Integer,
|
|
111
|
-
?amount_originated: Integer
|
|
107
|
+
?amount_originated: Integer?
|
|
112
108
|
) -> void
|
|
113
109
|
|
|
114
|
-
def to_hash: -> { limit: Integer, amount_originated: Integer }
|
|
110
|
+
def to_hash: -> { limit: Integer, amount_originated: Integer? }
|
|
115
111
|
end
|
|
116
112
|
end
|
|
117
113
|
|
|
@@ -136,38 +132,34 @@ module Lithic
|
|
|
136
132
|
debit: Lithic::TransferLimitsResponse::Data::MonthlyLimit::Debit
|
|
137
133
|
}
|
|
138
134
|
|
|
139
|
-
type credit = { limit: Integer, amount_originated: Integer }
|
|
135
|
+
type credit = { limit: Integer, amount_originated: Integer? }
|
|
140
136
|
|
|
141
137
|
class Credit < Lithic::Internal::Type::BaseModel
|
|
142
138
|
attr_accessor limit: Integer
|
|
143
139
|
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
def amount_originated=: (Integer) -> Integer
|
|
140
|
+
attr_accessor amount_originated: Integer?
|
|
147
141
|
|
|
148
142
|
def initialize: (
|
|
149
143
|
limit: Integer,
|
|
150
|
-
?amount_originated: Integer
|
|
144
|
+
?amount_originated: Integer?
|
|
151
145
|
) -> void
|
|
152
146
|
|
|
153
|
-
def to_hash: -> { limit: Integer, amount_originated: Integer }
|
|
147
|
+
def to_hash: -> { limit: Integer, amount_originated: Integer? }
|
|
154
148
|
end
|
|
155
149
|
|
|
156
|
-
type debit = { limit: Integer, amount_originated: Integer }
|
|
150
|
+
type debit = { limit: Integer, amount_originated: Integer? }
|
|
157
151
|
|
|
158
152
|
class Debit < Lithic::Internal::Type::BaseModel
|
|
159
153
|
attr_accessor limit: Integer
|
|
160
154
|
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
def amount_originated=: (Integer) -> Integer
|
|
155
|
+
attr_accessor amount_originated: Integer?
|
|
164
156
|
|
|
165
157
|
def initialize: (
|
|
166
158
|
limit: Integer,
|
|
167
|
-
?amount_originated: Integer
|
|
159
|
+
?amount_originated: Integer?
|
|
168
160
|
) -> void
|
|
169
161
|
|
|
170
|
-
def to_hash: -> { limit: Integer, amount_originated: Integer }
|
|
162
|
+
def to_hash: -> { limit: Integer, amount_originated: Integer? }
|
|
171
163
|
end
|
|
172
164
|
end
|
|
173
165
|
|
|
@@ -192,38 +184,34 @@ module Lithic
|
|
|
192
184
|
debit: Lithic::TransferLimitsResponse::Data::ProgramLimitPerTransaction::Debit
|
|
193
185
|
}
|
|
194
186
|
|
|
195
|
-
type credit = { limit: Integer, amount_originated: Integer }
|
|
187
|
+
type credit = { limit: Integer, amount_originated: Integer? }
|
|
196
188
|
|
|
197
189
|
class Credit < Lithic::Internal::Type::BaseModel
|
|
198
190
|
attr_accessor limit: Integer
|
|
199
191
|
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
def amount_originated=: (Integer) -> Integer
|
|
192
|
+
attr_accessor amount_originated: Integer?
|
|
203
193
|
|
|
204
194
|
def initialize: (
|
|
205
195
|
limit: Integer,
|
|
206
|
-
?amount_originated: Integer
|
|
196
|
+
?amount_originated: Integer?
|
|
207
197
|
) -> void
|
|
208
198
|
|
|
209
|
-
def to_hash: -> { limit: Integer, amount_originated: Integer }
|
|
199
|
+
def to_hash: -> { limit: Integer, amount_originated: Integer? }
|
|
210
200
|
end
|
|
211
201
|
|
|
212
|
-
type debit = { limit: Integer, amount_originated: Integer }
|
|
202
|
+
type debit = { limit: Integer, amount_originated: Integer? }
|
|
213
203
|
|
|
214
204
|
class Debit < Lithic::Internal::Type::BaseModel
|
|
215
205
|
attr_accessor limit: Integer
|
|
216
206
|
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
def amount_originated=: (Integer) -> Integer
|
|
207
|
+
attr_accessor amount_originated: Integer?
|
|
220
208
|
|
|
221
209
|
def initialize: (
|
|
222
210
|
limit: Integer,
|
|
223
|
-
?amount_originated: Integer
|
|
211
|
+
?amount_originated: Integer?
|
|
224
212
|
) -> void
|
|
225
213
|
|
|
226
|
-
def to_hash: -> { limit: Integer, amount_originated: Integer }
|
|
214
|
+
def to_hash: -> { limit: Integer, amount_originated: Integer? }
|
|
227
215
|
end
|
|
228
216
|
end
|
|
229
217
|
end
|
data/sig/lithic/models.rbs
CHANGED
|
@@ -89,10 +89,16 @@ module Lithic
|
|
|
89
89
|
|
|
90
90
|
class Card = Lithic::Models::Card
|
|
91
91
|
|
|
92
|
+
class CardAuthorization = Lithic::Models::CardAuthorization
|
|
93
|
+
|
|
92
94
|
class CardAuthorizationApprovalRequestWebhookEvent = Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent
|
|
93
95
|
|
|
96
|
+
class CardAuthorizationChallengeResponseParams = Lithic::Models::CardAuthorizationChallengeResponseParams
|
|
97
|
+
|
|
94
98
|
class CardAuthorizationChallengeResponseWebhookEvent = Lithic::Models::CardAuthorizationChallengeResponseWebhookEvent
|
|
95
99
|
|
|
100
|
+
class CardAuthorizationChallengeWebhookEvent = Lithic::Models::CardAuthorizationChallengeWebhookEvent
|
|
101
|
+
|
|
96
102
|
class CardBulkOrder = Lithic::Models::CardBulkOrder
|
|
97
103
|
|
|
98
104
|
class CardBulkOrderCreateParams = Lithic::Models::CardBulkOrderCreateParams
|
|
@@ -247,6 +253,8 @@ module Lithic
|
|
|
247
253
|
|
|
248
254
|
class ExternalBankAccountListParams = Lithic::Models::ExternalBankAccountListParams
|
|
249
255
|
|
|
256
|
+
class ExternalBankAccountPauseParams = Lithic::Models::ExternalBankAccountPauseParams
|
|
257
|
+
|
|
250
258
|
class ExternalBankAccountRetrieveParams = Lithic::Models::ExternalBankAccountRetrieveParams
|
|
251
259
|
|
|
252
260
|
class ExternalBankAccountRetryMicroDepositsParams = Lithic::Models::ExternalBankAccountRetryMicroDepositsParams
|
|
@@ -513,8 +521,12 @@ module Lithic
|
|
|
513
521
|
|
|
514
522
|
class TransactionListParams = Lithic::Models::TransactionListParams
|
|
515
523
|
|
|
524
|
+
module TransactionMonitoring = Lithic::Models::TransactionMonitoring
|
|
525
|
+
|
|
516
526
|
class TransactionRetrieveParams = Lithic::Models::TransactionRetrieveParams
|
|
517
527
|
|
|
528
|
+
class TransactionRouteParams = Lithic::Models::TransactionRouteParams
|
|
529
|
+
|
|
518
530
|
module Transactions = Lithic::Models::Transactions
|
|
519
531
|
|
|
520
532
|
class TransactionSimulateAuthorizationAdviceParams = Lithic::Models::TransactionSimulateAuthorizationAdviceParams
|
|
@@ -11,7 +11,7 @@ module Lithic
|
|
|
11
11
|
government_id: String,
|
|
12
12
|
last_name: String,
|
|
13
13
|
phone_number: String,
|
|
14
|
-
type: Lithic::Models::
|
|
14
|
+
type: Lithic::Models::TransactionMonitoring::entity_type,
|
|
15
15
|
?request_options: Lithic::request_opts
|
|
16
16
|
) -> Lithic::Models::AccountHolders::EntityCreateResponse
|
|
17
17
|
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
module Lithic
|
|
2
|
+
module Resources
|
|
3
|
+
class CardAuthorizations
|
|
4
|
+
def challenge_response: (
|
|
5
|
+
String event_token,
|
|
6
|
+
response: Lithic::Models::CardAuthorizationChallengeResponseParams::response,
|
|
7
|
+
?request_options: Lithic::request_opts
|
|
8
|
+
) -> nil
|
|
9
|
+
|
|
10
|
+
def initialize: (client: Lithic::Client) -> void
|
|
11
|
+
end
|
|
12
|
+
end
|
|
13
|
+
end
|
|
@@ -40,6 +40,11 @@ module Lithic
|
|
|
40
40
|
?request_options: Lithic::request_opts
|
|
41
41
|
) -> Lithic::Internal::CursorPage[Lithic::Models::ExternalBankAccountListResponse]
|
|
42
42
|
|
|
43
|
+
def pause: (
|
|
44
|
+
String external_bank_account_token,
|
|
45
|
+
?request_options: Lithic::request_opts
|
|
46
|
+
) -> Lithic::ExternalBankAccount
|
|
47
|
+
|
|
43
48
|
def retry_micro_deposits: (
|
|
44
49
|
String external_bank_account_token,
|
|
45
50
|
?financial_account_token: String,
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
module Lithic
|
|
2
|
+
module Resources
|
|
3
|
+
class TransactionMonitoring
|
|
4
|
+
class Cases
|
|
5
|
+
class Comments
|
|
6
|
+
def create: (
|
|
7
|
+
String case_token,
|
|
8
|
+
comment: String,
|
|
9
|
+
?actor_token: String,
|
|
10
|
+
?request_options: Lithic::request_opts
|
|
11
|
+
) -> Lithic::TransactionMonitoring::CaseActivityEntry
|
|
12
|
+
|
|
13
|
+
def update: (
|
|
14
|
+
String comment_token,
|
|
15
|
+
case_token: String,
|
|
16
|
+
comment: String,
|
|
17
|
+
?actor_token: String,
|
|
18
|
+
?request_options: Lithic::request_opts
|
|
19
|
+
) -> Lithic::TransactionMonitoring::CaseActivityEntry
|
|
20
|
+
|
|
21
|
+
def delete: (
|
|
22
|
+
String comment_token,
|
|
23
|
+
case_token: String,
|
|
24
|
+
?request_options: Lithic::request_opts
|
|
25
|
+
) -> nil
|
|
26
|
+
|
|
27
|
+
def initialize: (client: Lithic::Client) -> void
|
|
28
|
+
end
|
|
29
|
+
end
|
|
30
|
+
end
|
|
31
|
+
end
|
|
32
|
+
end
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
module Lithic
|
|
2
|
+
module Resources
|
|
3
|
+
class TransactionMonitoring
|
|
4
|
+
class Cases
|
|
5
|
+
class Files
|
|
6
|
+
def create: (
|
|
7
|
+
String case_token,
|
|
8
|
+
name: String,
|
|
9
|
+
?request_options: Lithic::request_opts
|
|
10
|
+
) -> Lithic::TransactionMonitoring::Cases::CaseFile
|
|
11
|
+
|
|
12
|
+
def retrieve: (
|
|
13
|
+
String file_token,
|
|
14
|
+
case_token: String,
|
|
15
|
+
?request_options: Lithic::request_opts
|
|
16
|
+
) -> Lithic::TransactionMonitoring::Cases::CaseFile
|
|
17
|
+
|
|
18
|
+
def list: (
|
|
19
|
+
String case_token,
|
|
20
|
+
?ending_before: String,
|
|
21
|
+
?page_size: Integer,
|
|
22
|
+
?starting_after: String,
|
|
23
|
+
?request_options: Lithic::request_opts
|
|
24
|
+
) -> Lithic::Internal::CursorPage[Lithic::TransactionMonitoring::Cases::CaseFile]
|
|
25
|
+
|
|
26
|
+
def delete: (
|
|
27
|
+
String file_token,
|
|
28
|
+
case_token: String,
|
|
29
|
+
?request_options: Lithic::request_opts
|
|
30
|
+
) -> nil
|
|
31
|
+
|
|
32
|
+
def initialize: (client: Lithic::Client) -> void
|
|
33
|
+
end
|
|
34
|
+
end
|
|
35
|
+
end
|
|
36
|
+
end
|
|
37
|
+
end
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
module Lithic
|
|
2
|
+
module Resources
|
|
3
|
+
class TransactionMonitoring
|
|
4
|
+
class Cases
|
|
5
|
+
attr_reader comments: Lithic::Resources::TransactionMonitoring::Cases::Comments
|
|
6
|
+
|
|
7
|
+
attr_reader files: Lithic::Resources::TransactionMonitoring::Cases::Files
|
|
8
|
+
|
|
9
|
+
def retrieve: (
|
|
10
|
+
String case_token,
|
|
11
|
+
?request_options: Lithic::request_opts
|
|
12
|
+
) -> Lithic::TransactionMonitoring::MonitoringCase
|
|
13
|
+
|
|
14
|
+
def update: (
|
|
15
|
+
String case_token,
|
|
16
|
+
?actor_token: String,
|
|
17
|
+
?assignee: String?,
|
|
18
|
+
?priority: Lithic::Models::TransactionMonitoring::case_priority,
|
|
19
|
+
?resolution: Lithic::Models::TransactionMonitoring::resolution_outcome,
|
|
20
|
+
?resolution_notes: String,
|
|
21
|
+
?sla_deadline: Time?,
|
|
22
|
+
?status: Lithic::Models::TransactionMonitoring::case_status,
|
|
23
|
+
?tags: ::Hash[Symbol, String],
|
|
24
|
+
?title: String?,
|
|
25
|
+
?request_options: Lithic::request_opts
|
|
26
|
+
) -> Lithic::TransactionMonitoring::MonitoringCase
|
|
27
|
+
|
|
28
|
+
def list: (
|
|
29
|
+
?account_token: String,
|
|
30
|
+
?assignee: String,
|
|
31
|
+
?begin_: Time,
|
|
32
|
+
?card_token: String,
|
|
33
|
+
?end_: Time,
|
|
34
|
+
?ending_before: String,
|
|
35
|
+
?entity_token: String,
|
|
36
|
+
?page_size: Integer,
|
|
37
|
+
?queue_token: String,
|
|
38
|
+
?rule_token: String,
|
|
39
|
+
?sort_by: Lithic::Models::TransactionMonitoring::case_sort_order,
|
|
40
|
+
?starting_after: String,
|
|
41
|
+
?status: Lithic::Models::TransactionMonitoring::case_status,
|
|
42
|
+
?transaction_token: String,
|
|
43
|
+
?request_options: Lithic::request_opts
|
|
44
|
+
) -> Lithic::Internal::CursorPage[Lithic::TransactionMonitoring::MonitoringCase]
|
|
45
|
+
|
|
46
|
+
def list_activity: (
|
|
47
|
+
String case_token,
|
|
48
|
+
?ending_before: String,
|
|
49
|
+
?page_size: Integer,
|
|
50
|
+
?starting_after: String,
|
|
51
|
+
?request_options: Lithic::request_opts
|
|
52
|
+
) -> Lithic::Internal::CursorPage[Lithic::TransactionMonitoring::CaseActivityEntry]
|
|
53
|
+
|
|
54
|
+
def list_transactions: (
|
|
55
|
+
String case_token,
|
|
56
|
+
?ending_before: String,
|
|
57
|
+
?page_size: Integer,
|
|
58
|
+
?starting_after: String,
|
|
59
|
+
?request_options: Lithic::request_opts
|
|
60
|
+
) -> Lithic::Internal::CursorPage[Lithic::TransactionMonitoring::CaseTransaction]
|
|
61
|
+
|
|
62
|
+
def retrieve_cards: (
|
|
63
|
+
String case_token,
|
|
64
|
+
?request_options: Lithic::request_opts
|
|
65
|
+
) -> Lithic::Models::TransactionMonitoring::case_retrieve_cards_response
|
|
66
|
+
|
|
67
|
+
def initialize: (client: Lithic::Client) -> void
|
|
68
|
+
end
|
|
69
|
+
end
|
|
70
|
+
end
|
|
71
|
+
end
|