lithic 0.3.0 → 0.5.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 +73 -0
- data/README.md +10 -1
- data/lib/lithic/internal/transport/pooled_net_requester.rb +1 -1
- data/lib/lithic/internal/util.rb +1 -1
- data/lib/lithic/models/account_holder.rb +14 -5
- data/lib/lithic/models/account_holder_create_params.rb +10 -1
- data/lib/lithic/models/account_holder_simulate_enrollment_review_params.rb +1 -0
- data/lib/lithic/models/account_holder_simulate_enrollment_review_response.rb +14 -5
- data/lib/lithic/models/account_holder_update_params.rb +10 -1
- data/lib/lithic/models/account_holder_update_response.rb +14 -5
- data/lib/lithic/models/account_holder_updated_webhook_event.rb +10 -1
- data/lib/lithic/models/auth_rules/conditional_ach_action_parameters.rb +3 -3
- data/lib/lithic/models/auth_rules/conditional_tokenization_action_parameters.rb +47 -21
- data/lib/lithic/models/auth_rules/v2_list_results_params.rb +70 -0
- data/lib/lithic/models/auth_rules/v2_list_results_response.rb +740 -0
- data/lib/lithic/models/auth_rules/velocity_limit_params.rb +21 -21
- data/lib/lithic/models/book_transfer_create_params.rb +9 -1
- data/lib/lithic/models/card_authorization_approval_request_webhook_event.rb +178 -25
- data/lib/lithic/models/card_create_params.rb +12 -5
- data/lib/lithic/models/card_updated_webhook_event.rb +40 -0
- data/lib/lithic/models/card_web_provision_response.rb +5 -5
- data/lib/lithic/models/event.rb +3 -0
- data/lib/lithic/models/event_list_params.rb +2 -0
- data/lib/lithic/models/event_subscription.rb +2 -0
- data/lib/lithic/models/events/subscription_create_params.rb +2 -0
- data/lib/lithic/models/events/subscription_send_simulated_example_params.rb +1 -0
- data/lib/lithic/models/events/subscription_update_params.rb +2 -0
- data/lib/lithic/models/financial_transaction.rb +4 -2
- data/lib/lithic/models/kyb.rb +10 -1
- data/lib/lithic/models/non_pci_card.rb +8 -10
- data/lib/lithic/models/parsed_webhook_event.rb +13 -2
- data/lib/lithic/models/payment.rb +1 -1
- data/lib/lithic/models/payment_create_params.rb +1 -1
- data/lib/lithic/models/transaction.rb +10 -1
- data/lib/lithic/models/transaction_simulate_authorization_params.rb +25 -1
- data/lib/lithic/models/transaction_simulate_credit_authorization_advice_params.rb +25 -1
- data/lib/lithic/models.rb +2 -0
- data/lib/lithic/resources/account_holders.rb +6 -2
- data/lib/lithic/resources/auth_rules/v2.rb +42 -0
- data/lib/lithic/resources/book_transfers.rb +3 -1
- data/lib/lithic/resources/cards.rb +32 -22
- data/lib/lithic/resources/financial_accounts.rb +5 -5
- data/lib/lithic/resources/transactions.rb +14 -2
- data/lib/lithic/resources/webhooks.rb +1 -1
- data/lib/lithic/version.rb +1 -1
- data/lib/lithic.rb +3 -0
- data/rbi/lithic/internal/util.rbi +1 -1
- data/rbi/lithic/models/account_holder.rbi +19 -6
- data/rbi/lithic/models/account_holder_create_params.rbi +13 -0
- data/rbi/lithic/models/account_holder_simulate_enrollment_review_params.rbi +5 -0
- data/rbi/lithic/models/account_holder_simulate_enrollment_review_response.rbi +19 -6
- data/rbi/lithic/models/account_holder_update_params.rbi +13 -0
- data/rbi/lithic/models/account_holder_update_response.rbi +19 -6
- data/rbi/lithic/models/account_holder_updated_webhook_event.rbi +13 -0
- data/rbi/lithic/models/auth_rules/conditional_ach_action_parameters.rbi +3 -3
- data/rbi/lithic/models/auth_rules/conditional_tokenization_action_parameters.rbi +69 -30
- data/rbi/lithic/models/auth_rules/v2_list_results_params.rbi +112 -0
- data/rbi/lithic/models/auth_rules/v2_list_results_response.rbi +1826 -0
- data/rbi/lithic/models/auth_rules/velocity_limit_params.rbi +47 -45
- data/rbi/lithic/models/book_transfer_create_params.rbi +11 -0
- data/rbi/lithic/models/card_authorization_approval_request_webhook_event.rbi +337 -36
- data/rbi/lithic/models/card_create_params.rbi +15 -6
- data/rbi/lithic/models/card_updated_webhook_event.rbi +61 -0
- data/rbi/lithic/models/card_web_provision_response.rbi +5 -10
- data/rbi/lithic/models/event.rbi +5 -0
- data/rbi/lithic/models/event_list_params.rbi +6 -0
- data/rbi/lithic/models/event_subscription.rbi +6 -0
- data/rbi/lithic/models/events/subscription_create_params.rbi +6 -0
- data/rbi/lithic/models/events/subscription_send_simulated_example_params.rbi +5 -0
- data/rbi/lithic/models/events/subscription_update_params.rbi +6 -0
- data/rbi/lithic/models/financial_transaction.rbi +8 -4
- data/rbi/lithic/models/kyb.rbi +13 -0
- data/rbi/lithic/models/non_pci_card.rbi +12 -15
- data/rbi/lithic/models/parsed_webhook_event.rbi +14 -0
- data/rbi/lithic/models/payment.rbi +5 -2
- data/rbi/lithic/models/transaction.rbi +10 -0
- data/rbi/lithic/models/transaction_simulate_authorization_params.rbi +33 -0
- data/rbi/lithic/models/transaction_simulate_credit_authorization_advice_params.rbi +33 -0
- data/rbi/lithic/models.rbi +2 -0
- data/rbi/lithic/resources/account_holders.rbi +8 -0
- data/rbi/lithic/resources/auth_rules/v2.rbi +42 -0
- data/rbi/lithic/resources/book_transfers.rbi +3 -0
- data/rbi/lithic/resources/cards.rbi +51 -45
- data/rbi/lithic/resources/financial_accounts.rbi +5 -5
- data/rbi/lithic/resources/transactions.rbi +18 -0
- data/rbi/lithic/resources/webhooks.rbi +62 -1
- data/sig/lithic/models/account_holder.rbs +7 -0
- data/sig/lithic/models/account_holder_create_params.rbs +7 -0
- data/sig/lithic/models/account_holder_simulate_enrollment_review_params.rbs +2 -1
- data/sig/lithic/models/account_holder_simulate_enrollment_review_response.rbs +7 -0
- data/sig/lithic/models/account_holder_update_params.rbs +7 -0
- data/sig/lithic/models/account_holder_update_response.rbs +7 -0
- data/sig/lithic/models/account_holder_updated_webhook_event.rbs +7 -0
- data/sig/lithic/models/auth_rules/v2_list_results_params.rbs +65 -0
- data/sig/lithic/models/auth_rules/v2_list_results_response.rbs +752 -0
- data/sig/lithic/models/auth_rules/velocity_limit_params.rbs +20 -16
- data/sig/lithic/models/book_transfer_create_params.rbs +7 -0
- data/sig/lithic/models/card_authorization_approval_request_webhook_event.rbs +96 -0
- data/sig/lithic/models/card_create_params.rbs +8 -1
- data/sig/lithic/models/card_updated_webhook_event.rbs +35 -0
- data/sig/lithic/models/card_web_provision_response.rbs +4 -10
- 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/kyb.rbs +7 -0
- data/sig/lithic/models/parsed_webhook_event.rbs +8 -0
- data/sig/lithic/models/payment.rbs +2 -2
- data/sig/lithic/models/transaction.rbs +5 -0
- data/sig/lithic/models/transaction_simulate_authorization_params.rbs +21 -0
- data/sig/lithic/models/transaction_simulate_credit_authorization_advice_params.rbs +22 -1
- data/sig/lithic/models.rbs +2 -0
- data/sig/lithic/resources/account_holders.rbs +2 -0
- data/sig/lithic/resources/auth_rules/v2.rbs +10 -0
- data/sig/lithic/resources/book_transfers.rbs +1 -0
- data/sig/lithic/resources/cards.rbs +1 -0
- data/sig/lithic/resources/transactions.rbs +6 -0
- data/sig/lithic/resources/webhooks.rbs +58 -1
- metadata +25 -2
data/sig/lithic/models.rbs
CHANGED
|
@@ -145,6 +145,8 @@ module Lithic
|
|
|
145
145
|
|
|
146
146
|
class CardTransactionUpdatedWebhookEvent = Lithic::Models::CardTransactionUpdatedWebhookEvent
|
|
147
147
|
|
|
148
|
+
class CardUpdatedWebhookEvent = Lithic::Models::CardUpdatedWebhookEvent
|
|
149
|
+
|
|
148
150
|
class CardUpdateParams = Lithic::Models::CardUpdateParams
|
|
149
151
|
|
|
150
152
|
class CardWebProvisionParams = Lithic::Models::CardWebProvisionParams
|
|
@@ -18,6 +18,7 @@ module Lithic
|
|
|
18
18
|
?beneficial_owner_entities: ::Array[Lithic::AccountHolderCreateParams::BeneficialOwnerEntity],
|
|
19
19
|
?external_id: String,
|
|
20
20
|
?kyb_passed_timestamp: String,
|
|
21
|
+
?naics_code: String,
|
|
21
22
|
?website_url: String,
|
|
22
23
|
?kyc_passed_timestamp: String,
|
|
23
24
|
?business_account_token: String,
|
|
@@ -36,6 +37,7 @@ module Lithic
|
|
|
36
37
|
?business_entity: Lithic::AccountHolderUpdateParams::BusinessEntity,
|
|
37
38
|
?control_person: Lithic::AccountHolderUpdateParams::ControlPerson,
|
|
38
39
|
?external_id: String,
|
|
40
|
+
?naics_code: String,
|
|
39
41
|
?nature_of_business: String,
|
|
40
42
|
?website_url: String,
|
|
41
43
|
?individual: Lithic::AccountHolderUpdateParams::Individual,
|
|
@@ -58,6 +58,16 @@ module Lithic
|
|
|
58
58
|
?request_options: Lithic::request_opts
|
|
59
59
|
) -> Lithic::AuthRules::AuthRule
|
|
60
60
|
|
|
61
|
+
def list_results: (
|
|
62
|
+
?auth_rule_token: String,
|
|
63
|
+
?ending_before: String,
|
|
64
|
+
?event_token: String,
|
|
65
|
+
?has_actions: bool,
|
|
66
|
+
?page_size: Integer,
|
|
67
|
+
?starting_after: String,
|
|
68
|
+
?request_options: Lithic::request_opts
|
|
69
|
+
) -> Lithic::Internal::CursorPage[Lithic::Models::AuthRules::v2_list_results_response]
|
|
70
|
+
|
|
61
71
|
def promote: (
|
|
62
72
|
String auth_rule_token,
|
|
63
73
|
?request_options: Lithic::request_opts
|
|
@@ -10,6 +10,7 @@ module Lithic
|
|
|
10
10
|
type: Lithic::Models::BookTransferCreateParams::type_,
|
|
11
11
|
?token: String,
|
|
12
12
|
?external_id: String,
|
|
13
|
+
?hold_token: String,
|
|
13
14
|
?memo: String,
|
|
14
15
|
?on_closed_account: Lithic::Models::BookTransferCreateParams::on_closed_account,
|
|
15
16
|
?request_options: Lithic::request_opts
|
|
@@ -33,7 +33,10 @@ module Lithic
|
|
|
33
33
|
descriptor: String,
|
|
34
34
|
pan: String,
|
|
35
35
|
?mcc: String,
|
|
36
|
+
?merchant_acceptor_city: String,
|
|
37
|
+
?merchant_acceptor_country: String,
|
|
36
38
|
?merchant_acceptor_id: String,
|
|
39
|
+
?merchant_acceptor_state: String,
|
|
37
40
|
?merchant_amount: Integer,
|
|
38
41
|
?merchant_currency: String,
|
|
39
42
|
?partial_approval_capable: bool,
|
|
@@ -59,7 +62,10 @@ module Lithic
|
|
|
59
62
|
descriptor: String,
|
|
60
63
|
pan: String,
|
|
61
64
|
?mcc: String,
|
|
65
|
+
?merchant_acceptor_city: String,
|
|
66
|
+
?merchant_acceptor_country: String,
|
|
62
67
|
?merchant_acceptor_id: String,
|
|
68
|
+
?merchant_acceptor_state: String,
|
|
63
69
|
?request_options: Lithic::request_opts
|
|
64
70
|
) -> Lithic::Models::TransactionSimulateCreditAuthorizationAdviceResponse
|
|
65
71
|
|
|
@@ -5,7 +5,64 @@ module Lithic
|
|
|
5
5
|
String payload,
|
|
6
6
|
headers: Hash[String, String],
|
|
7
7
|
?secret: String?
|
|
8
|
-
) -> Lithic::
|
|
8
|
+
) -> (Lithic::AccountHolderCreatedWebhookEvent
|
|
9
|
+
| Lithic::ParsedWebhookEvent::KYBPayload
|
|
10
|
+
| Lithic::ParsedWebhookEvent::KYCPayload
|
|
11
|
+
| Lithic::ParsedWebhookEvent::LegacyPayload
|
|
12
|
+
| Lithic::AccountHolderVerificationWebhookEvent
|
|
13
|
+
| Lithic::AccountHolderDocumentUpdatedWebhookEvent
|
|
14
|
+
| Lithic::CardAuthorizationApprovalRequestWebhookEvent
|
|
15
|
+
| Lithic::TokenizationDecisioningRequestWebhookEvent
|
|
16
|
+
| Lithic::AuthRulesBacktestReportCreatedWebhookEvent
|
|
17
|
+
| Lithic::BalanceUpdatedWebhookEvent
|
|
18
|
+
| Lithic::BookTransferTransactionCreatedWebhookEvent
|
|
19
|
+
| Lithic::BookTransferTransactionUpdatedWebhookEvent
|
|
20
|
+
| Lithic::CardCreatedWebhookEvent
|
|
21
|
+
| Lithic::CardConvertedWebhookEvent
|
|
22
|
+
| Lithic::CardRenewedWebhookEvent
|
|
23
|
+
| Lithic::CardReissuedWebhookEvent
|
|
24
|
+
| Lithic::CardShippedWebhookEvent
|
|
25
|
+
| Lithic::CardUpdatedWebhookEvent
|
|
26
|
+
| Lithic::CardTransactionUpdatedWebhookEvent
|
|
27
|
+
| Lithic::CardTransactionEnhancedDataCreatedWebhookEvent
|
|
28
|
+
| Lithic::CardTransactionEnhancedDataUpdatedWebhookEvent
|
|
29
|
+
| Lithic::DigitalWalletTokenizationApprovalRequestWebhookEvent
|
|
30
|
+
| Lithic::DigitalWalletTokenizationResultWebhookEvent
|
|
31
|
+
| Lithic::DigitalWalletTokenizationTwoFactorAuthenticationCodeWebhookEvent
|
|
32
|
+
| Lithic::DigitalWalletTokenizationTwoFactorAuthenticationCodeSentWebhookEvent
|
|
33
|
+
| Lithic::DigitalWalletTokenizationUpdatedWebhookEvent
|
|
34
|
+
| Lithic::DisputeUpdatedWebhookEvent
|
|
35
|
+
| Lithic::DisputeEvidenceUploadFailedWebhookEvent
|
|
36
|
+
| Lithic::ExternalBankAccountCreatedWebhookEvent
|
|
37
|
+
| Lithic::ExternalBankAccountUpdatedWebhookEvent
|
|
38
|
+
| Lithic::ExternalPaymentCreatedWebhookEvent
|
|
39
|
+
| Lithic::ExternalPaymentUpdatedWebhookEvent
|
|
40
|
+
| Lithic::FinancialAccountCreatedWebhookEvent
|
|
41
|
+
| Lithic::FinancialAccountUpdatedWebhookEvent
|
|
42
|
+
| Lithic::FundingEventCreatedWebhookEvent
|
|
43
|
+
| Lithic::LoanTapeCreatedWebhookEvent
|
|
44
|
+
| Lithic::LoanTapeUpdatedWebhookEvent
|
|
45
|
+
| Lithic::ManagementOperationCreatedWebhookEvent
|
|
46
|
+
| Lithic::ManagementOperationUpdatedWebhookEvent
|
|
47
|
+
| Lithic::InternalTransactionCreatedWebhookEvent
|
|
48
|
+
| Lithic::InternalTransactionUpdatedWebhookEvent
|
|
49
|
+
| Lithic::NetworkTotalCreatedWebhookEvent
|
|
50
|
+
| Lithic::NetworkTotalUpdatedWebhookEvent
|
|
51
|
+
| Lithic::PaymentTransactionCreatedWebhookEvent
|
|
52
|
+
| Lithic::PaymentTransactionUpdatedWebhookEvent
|
|
53
|
+
| Lithic::SettlementReportUpdatedWebhookEvent
|
|
54
|
+
| Lithic::StatementsCreatedWebhookEvent
|
|
55
|
+
| Lithic::ThreeDSAuthenticationCreatedWebhookEvent
|
|
56
|
+
| Lithic::ThreeDSAuthenticationUpdatedWebhookEvent
|
|
57
|
+
| Lithic::ThreeDSAuthenticationChallengeWebhookEvent
|
|
58
|
+
| Lithic::TokenizationApprovalRequestWebhookEvent
|
|
59
|
+
| Lithic::TokenizationResultWebhookEvent
|
|
60
|
+
| Lithic::TokenizationTwoFactorAuthenticationCodeWebhookEvent
|
|
61
|
+
| Lithic::TokenizationTwoFactorAuthenticationCodeSentWebhookEvent
|
|
62
|
+
| Lithic::TokenizationUpdatedWebhookEvent
|
|
63
|
+
| Lithic::ThreeDSAuthenticationApprovalRequestWebhookEvent
|
|
64
|
+
| Lithic::DisputeTransactionCreatedWebhookEvent
|
|
65
|
+
| Lithic::DisputeTransactionUpdatedWebhookEvent)
|
|
9
66
|
|
|
10
67
|
def parse_unsafe: (String payload) -> Lithic::Models::parsed_webhook_event
|
|
11
68
|
|
metadata
CHANGED
|
@@ -1,15 +1,29 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: lithic
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.5.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Lithic
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
11
|
+
date: 2026-02-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
|
+
- !ruby/object:Gem::Dependency
|
|
14
|
+
name: cgi
|
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
|
16
|
+
requirements:
|
|
17
|
+
- - ">="
|
|
18
|
+
- !ruby/object:Gem::Version
|
|
19
|
+
version: '0'
|
|
20
|
+
type: :runtime
|
|
21
|
+
prerelease: false
|
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
23
|
+
requirements:
|
|
24
|
+
- - ">="
|
|
25
|
+
- !ruby/object:Gem::Version
|
|
26
|
+
version: '0'
|
|
13
27
|
- !ruby/object:Gem::Dependency
|
|
14
28
|
name: connection_pool
|
|
15
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -110,6 +124,8 @@ files:
|
|
|
110
124
|
- lib/lithic/models/auth_rules/v2_delete_params.rb
|
|
111
125
|
- lib/lithic/models/auth_rules/v2_draft_params.rb
|
|
112
126
|
- lib/lithic/models/auth_rules/v2_list_params.rb
|
|
127
|
+
- lib/lithic/models/auth_rules/v2_list_results_params.rb
|
|
128
|
+
- lib/lithic/models/auth_rules/v2_list_results_response.rb
|
|
113
129
|
- lib/lithic/models/auth_rules/v2_promote_params.rb
|
|
114
130
|
- lib/lithic/models/auth_rules/v2_retrieve_features_params.rb
|
|
115
131
|
- lib/lithic/models/auth_rules/v2_retrieve_features_response.rb
|
|
@@ -166,6 +182,7 @@ files:
|
|
|
166
182
|
- lib/lithic/models/card_transaction_enhanced_data_updated_webhook_event.rb
|
|
167
183
|
- lib/lithic/models/card_transaction_updated_webhook_event.rb
|
|
168
184
|
- lib/lithic/models/card_update_params.rb
|
|
185
|
+
- lib/lithic/models/card_updated_webhook_event.rb
|
|
169
186
|
- lib/lithic/models/card_web_provision_params.rb
|
|
170
187
|
- lib/lithic/models/card_web_provision_response.rb
|
|
171
188
|
- lib/lithic/models/cardholder_authentication.rb
|
|
@@ -563,6 +580,8 @@ files:
|
|
|
563
580
|
- rbi/lithic/models/auth_rules/v2_delete_params.rbi
|
|
564
581
|
- rbi/lithic/models/auth_rules/v2_draft_params.rbi
|
|
565
582
|
- rbi/lithic/models/auth_rules/v2_list_params.rbi
|
|
583
|
+
- rbi/lithic/models/auth_rules/v2_list_results_params.rbi
|
|
584
|
+
- rbi/lithic/models/auth_rules/v2_list_results_response.rbi
|
|
566
585
|
- rbi/lithic/models/auth_rules/v2_promote_params.rbi
|
|
567
586
|
- rbi/lithic/models/auth_rules/v2_retrieve_features_params.rbi
|
|
568
587
|
- rbi/lithic/models/auth_rules/v2_retrieve_features_response.rbi
|
|
@@ -619,6 +638,7 @@ files:
|
|
|
619
638
|
- rbi/lithic/models/card_transaction_enhanced_data_updated_webhook_event.rbi
|
|
620
639
|
- rbi/lithic/models/card_transaction_updated_webhook_event.rbi
|
|
621
640
|
- rbi/lithic/models/card_update_params.rbi
|
|
641
|
+
- rbi/lithic/models/card_updated_webhook_event.rbi
|
|
622
642
|
- rbi/lithic/models/card_web_provision_params.rbi
|
|
623
643
|
- rbi/lithic/models/card_web_provision_response.rbi
|
|
624
644
|
- rbi/lithic/models/cardholder_authentication.rbi
|
|
@@ -1015,6 +1035,8 @@ files:
|
|
|
1015
1035
|
- sig/lithic/models/auth_rules/v2_delete_params.rbs
|
|
1016
1036
|
- sig/lithic/models/auth_rules/v2_draft_params.rbs
|
|
1017
1037
|
- sig/lithic/models/auth_rules/v2_list_params.rbs
|
|
1038
|
+
- sig/lithic/models/auth_rules/v2_list_results_params.rbs
|
|
1039
|
+
- sig/lithic/models/auth_rules/v2_list_results_response.rbs
|
|
1018
1040
|
- sig/lithic/models/auth_rules/v2_promote_params.rbs
|
|
1019
1041
|
- sig/lithic/models/auth_rules/v2_retrieve_features_params.rbs
|
|
1020
1042
|
- sig/lithic/models/auth_rules/v2_retrieve_features_response.rbs
|
|
@@ -1071,6 +1093,7 @@ files:
|
|
|
1071
1093
|
- sig/lithic/models/card_transaction_enhanced_data_updated_webhook_event.rbs
|
|
1072
1094
|
- sig/lithic/models/card_transaction_updated_webhook_event.rbs
|
|
1073
1095
|
- sig/lithic/models/card_update_params.rbs
|
|
1096
|
+
- sig/lithic/models/card_updated_webhook_event.rbs
|
|
1074
1097
|
- sig/lithic/models/card_web_provision_params.rbs
|
|
1075
1098
|
- sig/lithic/models/card_web_provision_response.rbs
|
|
1076
1099
|
- sig/lithic/models/cardholder_authentication.rbs
|