lithic 0.1.0.pre.alpha.52 → 0.1.0.pre.alpha.54
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +24 -0
- data/README.md +1 -1
- data/lib/lithic/internal/transport/base_client.rb +7 -1
- data/lib/lithic/internal/transport/pooled_net_requester.rb +36 -26
- data/lib/lithic/internal/type/union.rb +15 -3
- data/lib/lithic/models/account_activity_list_response.rb +48 -1141
- data/lib/lithic/models/account_activity_retrieve_transaction_response.rb +48 -1151
- data/lib/lithic/models/auth_rules/auth_rule_condition.rb +3 -0
- data/lib/lithic/models/auth_rules/conditional_3ds_action_parameters.rb +7 -0
- data/lib/lithic/models/auth_rules/conditional_attribute.rb +4 -0
- data/lib/lithic/models/auth_rules/v2_apply_response.rb +14 -0
- data/lib/lithic/models/auth_rules/v2_create_params.rb +7 -0
- data/lib/lithic/models/auth_rules/v2_create_response.rb +14 -0
- data/lib/lithic/models/auth_rules/v2_draft_params.rb +7 -0
- data/lib/lithic/models/auth_rules/v2_draft_response.rb +14 -0
- data/lib/lithic/models/auth_rules/v2_list_response.rb +14 -0
- data/lib/lithic/models/auth_rules/v2_promote_response.rb +14 -0
- data/lib/lithic/models/auth_rules/v2_retrieve_response.rb +14 -0
- data/lib/lithic/models/auth_rules/v2_update_response.rb +14 -0
- data/lib/lithic/models/book_transfer_response.rb +51 -48
- data/lib/lithic/models/card_provision_response.rb +25 -3
- data/lib/lithic/models/event.rb +0 -1
- data/lib/lithic/models/event_list_params.rb +0 -1
- data/lib/lithic/models/event_subscription.rb +0 -1
- data/lib/lithic/models/events/subscription_create_params.rb +0 -1
- data/lib/lithic/models/events/subscription_send_simulated_example_params.rb +0 -1
- data/lib/lithic/models/events/subscription_update_params.rb +0 -1
- data/lib/lithic/models/external_bank_account_create_params.rb +1 -8
- data/lib/lithic/models/external_payment.rb +21 -23
- data/lib/lithic/models/financial_account.rb +48 -39
- data/lib/lithic/models/financial_accounts/financial_account_credit_config.rb +32 -23
- data/lib/lithic/models/financial_accounts/statements/statement_line_items.rb +1 -0
- data/lib/lithic/models/financial_transaction.rb +1 -0
- data/lib/lithic/models/management_operation_transaction.rb +21 -23
- data/lib/lithic/models/payment.rb +269 -140
- data/lib/lithic/models/payment_create_response.rb +2 -0
- data/lib/lithic/models/payment_retry_response.rb +2 -0
- data/lib/lithic/models/provision_response.rb +30 -0
- data/lib/lithic/models/three_ds/authentication_retrieve_response.rb +32 -1
- data/lib/lithic/models/tokenization.rb +1 -0
- data/lib/lithic/models/transaction.rb +4 -0
- data/lib/lithic/models/transfer.rb +1 -0
- data/lib/lithic/models/verification_method.rb +0 -1
- data/lib/lithic/models.rb +2 -0
- data/lib/lithic/resources/account_activity.rb +2 -2
- data/lib/lithic/resources/auth_rules/v2.rb +0 -72
- data/lib/lithic/resources/external_bank_accounts.rb +1 -3
- data/lib/lithic/version.rb +1 -1
- data/lib/lithic.rb +2 -2
- data/manifest.yaml +1 -0
- data/rbi/lithic/internal/transport/base_client.rbi +5 -0
- data/rbi/lithic/internal/transport/pooled_net_requester.rbi +6 -2
- data/rbi/lithic/internal/type/base_model.rbi +8 -4
- data/rbi/lithic/models/account_activity_list_response.rbi +158 -2629
- data/rbi/lithic/models/account_activity_retrieve_transaction_response.rbi +158 -2629
- data/rbi/lithic/models/auth_rules/auth_rule_condition.rbi +6 -0
- data/rbi/lithic/models/auth_rules/conditional_3ds_action_parameters.rbi +14 -0
- data/rbi/lithic/models/auth_rules/conditional_attribute.rbi +8 -0
- data/rbi/lithic/models/auth_rules/v2_apply_response.rbi +28 -0
- data/rbi/lithic/models/auth_rules/v2_create_params.rbi +14 -0
- data/rbi/lithic/models/auth_rules/v2_create_response.rbi +28 -0
- data/rbi/lithic/models/auth_rules/v2_draft_params.rbi +14 -0
- data/rbi/lithic/models/auth_rules/v2_draft_response.rbi +28 -0
- data/rbi/lithic/models/auth_rules/v2_list_response.rbi +28 -0
- data/rbi/lithic/models/auth_rules/v2_promote_response.rbi +28 -0
- data/rbi/lithic/models/auth_rules/v2_retrieve_response.rbi +28 -0
- data/rbi/lithic/models/auth_rules/v2_update_response.rbi +28 -0
- data/rbi/lithic/models/book_transfer_response.rbi +67 -68
- data/rbi/lithic/models/card_provision_response.rbi +50 -5
- data/rbi/lithic/models/event.rbi +0 -5
- data/rbi/lithic/models/event_list_params.rbi +0 -5
- data/rbi/lithic/models/event_subscription.rbi +0 -5
- data/rbi/lithic/models/events/subscription_create_params.rbi +0 -5
- data/rbi/lithic/models/events/subscription_send_simulated_example_params.rbi +0 -5
- data/rbi/lithic/models/events/subscription_update_params.rbi +0 -5
- data/rbi/lithic/models/external_bank_account_create_params.rbi +0 -6
- data/rbi/lithic/models/external_payment.rbi +34 -39
- data/rbi/lithic/models/financial_account.rbi +74 -73
- data/rbi/lithic/models/financial_accounts/financial_account_credit_config.rbi +46 -33
- data/rbi/lithic/models/financial_accounts/statements/statement_line_items.rbi +5 -0
- data/rbi/lithic/models/financial_transaction.rbi +5 -0
- data/rbi/lithic/models/management_operation_transaction.rbi +49 -60
- data/rbi/lithic/models/payment.rbi +425 -182
- data/rbi/lithic/models/payment_create_response.rbi +1 -0
- data/rbi/lithic/models/payment_retry_response.rbi +1 -0
- data/rbi/lithic/models/provision_response.rbi +58 -0
- data/rbi/lithic/models/three_ds/authentication_retrieve_response.rbi +83 -0
- data/rbi/lithic/models/tokenization.rbi +5 -0
- data/rbi/lithic/models/transaction.rbi +20 -0
- data/rbi/lithic/models/transfer.rbi +5 -0
- data/rbi/lithic/models/verification_method.rbi +0 -1
- data/rbi/lithic/models.rbi +2 -0
- data/rbi/lithic/resources/auth_rules/v2.rbi +0 -64
- data/rbi/lithic/resources/external_bank_accounts.rbi +0 -2
- data/sig/lithic/internal/transport/base_client.rbs +2 -0
- data/sig/lithic/internal/transport/pooled_net_requester.rbs +4 -1
- data/sig/lithic/models/account_activity_list_response.rbs +50 -1036
- data/sig/lithic/models/account_activity_retrieve_transaction_response.rbs +50 -1036
- data/sig/lithic/models/auth_rules/conditional_3ds_action_parameters.rbs +2 -0
- data/sig/lithic/models/auth_rules/conditional_attribute.rbs +2 -0
- data/sig/lithic/models/auth_rules/v2_apply_response.rbs +4 -0
- data/sig/lithic/models/auth_rules/v2_create_params.rbs +2 -0
- data/sig/lithic/models/auth_rules/v2_create_response.rbs +4 -0
- data/sig/lithic/models/auth_rules/v2_draft_params.rbs +2 -0
- data/sig/lithic/models/auth_rules/v2_draft_response.rbs +4 -0
- data/sig/lithic/models/auth_rules/v2_list_response.rbs +4 -0
- data/sig/lithic/models/auth_rules/v2_promote_response.rbs +4 -0
- data/sig/lithic/models/auth_rules/v2_retrieve_response.rbs +4 -0
- data/sig/lithic/models/auth_rules/v2_update_response.rbs +4 -0
- data/sig/lithic/models/book_transfer_response.rbs +26 -19
- data/sig/lithic/models/card_provision_response.rbs +22 -5
- data/sig/lithic/models/event.rbs +0 -2
- data/sig/lithic/models/event_list_params.rbs +0 -2
- data/sig/lithic/models/event_subscription.rbs +0 -2
- data/sig/lithic/models/events/subscription_create_params.rbs +0 -2
- data/sig/lithic/models/events/subscription_send_simulated_example_params.rbs +0 -2
- data/sig/lithic/models/events/subscription_update_params.rbs +0 -2
- data/sig/lithic/models/external_bank_account_create_params.rbs +1 -6
- data/sig/lithic/models/external_payment.rbs +19 -26
- data/sig/lithic/models/financial_account.rbs +28 -30
- data/sig/lithic/models/financial_accounts/financial_account_credit_config.rbs +21 -15
- data/sig/lithic/models/financial_accounts/statements/statement_line_items.rbs +2 -0
- data/sig/lithic/models/financial_transaction.rbs +2 -0
- data/sig/lithic/models/management_operation_transaction.rbs +19 -26
- data/sig/lithic/models/payment.rbs +199 -76
- data/sig/lithic/models/provision_response.rbs +36 -0
- data/sig/lithic/models/three_ds/authentication_retrieve_response.rbs +28 -0
- data/sig/lithic/models/tokenization.rbs +2 -0
- data/sig/lithic/models/transaction.rbs +8 -0
- data/sig/lithic/models/transfer.rbs +2 -0
- data/sig/lithic/models/verification_method.rbs +1 -7
- data/sig/lithic/models.rbs +2 -0
- data/sig/lithic/resources/auth_rules/v2.rbs +0 -5
- data/sig/lithic/resources/external_bank_accounts.rbs +0 -1
- metadata +5 -8
- data/lib/lithic/models/auth_rules/v2_report_params.rb +0 -16
- data/lib/lithic/models/auth_rules/v2_report_response.rb +0 -18
- data/rbi/lithic/models/auth_rules/v2_report_params.rbi +0 -29
- data/rbi/lithic/models/auth_rules/v2_report_response.rbi +0 -31
- data/sig/lithic/models/auth_rules/v2_report_params.rbs +0 -16
- data/sig/lithic/models/auth_rules/v2_report_response.rbs +0 -17
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.1.0.pre.alpha.
|
|
4
|
+
version: 0.1.0.pre.alpha.54
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Lithic
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-
|
|
11
|
+
date: 2025-11-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: connection_pool
|
|
@@ -109,8 +109,6 @@ files:
|
|
|
109
109
|
- lib/lithic/models/auth_rules/v2_list_response.rb
|
|
110
110
|
- lib/lithic/models/auth_rules/v2_promote_params.rb
|
|
111
111
|
- lib/lithic/models/auth_rules/v2_promote_response.rb
|
|
112
|
-
- lib/lithic/models/auth_rules/v2_report_params.rb
|
|
113
|
-
- lib/lithic/models/auth_rules/v2_report_response.rb
|
|
114
112
|
- lib/lithic/models/auth_rules/v2_retrieve_features_params.rb
|
|
115
113
|
- lib/lithic/models/auth_rules/v2_retrieve_features_response.rb
|
|
116
114
|
- lib/lithic/models/auth_rules/v2_retrieve_params.rb
|
|
@@ -288,6 +286,7 @@ files:
|
|
|
288
286
|
- lib/lithic/models/payment_simulate_release_response.rb
|
|
289
287
|
- lib/lithic/models/payment_simulate_return_params.rb
|
|
290
288
|
- lib/lithic/models/payment_simulate_return_response.rb
|
|
289
|
+
- lib/lithic/models/provision_response.rb
|
|
291
290
|
- lib/lithic/models/reports/settlement/network_total_list_params.rb
|
|
292
291
|
- lib/lithic/models/reports/settlement/network_total_list_response.rb
|
|
293
292
|
- lib/lithic/models/reports/settlement/network_total_retrieve_params.rb
|
|
@@ -487,8 +486,6 @@ files:
|
|
|
487
486
|
- rbi/lithic/models/auth_rules/v2_list_response.rbi
|
|
488
487
|
- rbi/lithic/models/auth_rules/v2_promote_params.rbi
|
|
489
488
|
- rbi/lithic/models/auth_rules/v2_promote_response.rbi
|
|
490
|
-
- rbi/lithic/models/auth_rules/v2_report_params.rbi
|
|
491
|
-
- rbi/lithic/models/auth_rules/v2_report_response.rbi
|
|
492
489
|
- rbi/lithic/models/auth_rules/v2_retrieve_features_params.rbi
|
|
493
490
|
- rbi/lithic/models/auth_rules/v2_retrieve_features_response.rbi
|
|
494
491
|
- rbi/lithic/models/auth_rules/v2_retrieve_params.rbi
|
|
@@ -666,6 +663,7 @@ files:
|
|
|
666
663
|
- rbi/lithic/models/payment_simulate_release_response.rbi
|
|
667
664
|
- rbi/lithic/models/payment_simulate_return_params.rbi
|
|
668
665
|
- rbi/lithic/models/payment_simulate_return_response.rbi
|
|
666
|
+
- rbi/lithic/models/provision_response.rbi
|
|
669
667
|
- rbi/lithic/models/reports/settlement/network_total_list_params.rbi
|
|
670
668
|
- rbi/lithic/models/reports/settlement/network_total_list_response.rbi
|
|
671
669
|
- rbi/lithic/models/reports/settlement/network_total_retrieve_params.rbi
|
|
@@ -864,8 +862,6 @@ files:
|
|
|
864
862
|
- sig/lithic/models/auth_rules/v2_list_response.rbs
|
|
865
863
|
- sig/lithic/models/auth_rules/v2_promote_params.rbs
|
|
866
864
|
- sig/lithic/models/auth_rules/v2_promote_response.rbs
|
|
867
|
-
- sig/lithic/models/auth_rules/v2_report_params.rbs
|
|
868
|
-
- sig/lithic/models/auth_rules/v2_report_response.rbs
|
|
869
865
|
- sig/lithic/models/auth_rules/v2_retrieve_features_params.rbs
|
|
870
866
|
- sig/lithic/models/auth_rules/v2_retrieve_features_response.rbs
|
|
871
867
|
- sig/lithic/models/auth_rules/v2_retrieve_params.rbs
|
|
@@ -1043,6 +1039,7 @@ files:
|
|
|
1043
1039
|
- sig/lithic/models/payment_simulate_release_response.rbs
|
|
1044
1040
|
- sig/lithic/models/payment_simulate_return_params.rbs
|
|
1045
1041
|
- sig/lithic/models/payment_simulate_return_response.rbs
|
|
1042
|
+
- sig/lithic/models/provision_response.rbs
|
|
1046
1043
|
- sig/lithic/models/reports/settlement/network_total_list_params.rbs
|
|
1047
1044
|
- sig/lithic/models/reports/settlement/network_total_list_response.rbs
|
|
1048
1045
|
- sig/lithic/models/reports/settlement/network_total_retrieve_params.rbs
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
# frozen_string_literal: true
|
|
2
|
-
|
|
3
|
-
module Lithic
|
|
4
|
-
module Models
|
|
5
|
-
module AuthRules
|
|
6
|
-
# @see Lithic::Resources::AuthRules::V2#report
|
|
7
|
-
class V2ReportParams < Lithic::Internal::Type::BaseModel
|
|
8
|
-
extend Lithic::Internal::Type::RequestParameters::Converter
|
|
9
|
-
include Lithic::Internal::Type::RequestParameters
|
|
10
|
-
|
|
11
|
-
# @!method initialize(request_options: {})
|
|
12
|
-
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}]
|
|
13
|
-
end
|
|
14
|
-
end
|
|
15
|
-
end
|
|
16
|
-
end
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
# frozen_string_literal: true
|
|
2
|
-
|
|
3
|
-
module Lithic
|
|
4
|
-
module Models
|
|
5
|
-
module AuthRules
|
|
6
|
-
# @see Lithic::Resources::AuthRules::V2#report
|
|
7
|
-
class V2ReportResponse < Lithic::Internal::Type::BaseModel
|
|
8
|
-
# @!attribute report_token
|
|
9
|
-
#
|
|
10
|
-
# @return [String, nil]
|
|
11
|
-
optional :report_token, String
|
|
12
|
-
|
|
13
|
-
# @!method initialize(report_token: nil)
|
|
14
|
-
# @param report_token [String]
|
|
15
|
-
end
|
|
16
|
-
end
|
|
17
|
-
end
|
|
18
|
-
end
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
# typed: strong
|
|
2
|
-
|
|
3
|
-
module Lithic
|
|
4
|
-
module Models
|
|
5
|
-
module AuthRules
|
|
6
|
-
class V2ReportParams < Lithic::Internal::Type::BaseModel
|
|
7
|
-
extend Lithic::Internal::Type::RequestParameters::Converter
|
|
8
|
-
include Lithic::Internal::Type::RequestParameters
|
|
9
|
-
|
|
10
|
-
OrHash =
|
|
11
|
-
T.type_alias do
|
|
12
|
-
T.any(Lithic::AuthRules::V2ReportParams, Lithic::Internal::AnyHash)
|
|
13
|
-
end
|
|
14
|
-
|
|
15
|
-
sig do
|
|
16
|
-
params(request_options: Lithic::RequestOptions::OrHash).returns(
|
|
17
|
-
T.attached_class
|
|
18
|
-
)
|
|
19
|
-
end
|
|
20
|
-
def self.new(request_options: {})
|
|
21
|
-
end
|
|
22
|
-
|
|
23
|
-
sig { override.returns({ request_options: Lithic::RequestOptions }) }
|
|
24
|
-
def to_hash
|
|
25
|
-
end
|
|
26
|
-
end
|
|
27
|
-
end
|
|
28
|
-
end
|
|
29
|
-
end
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
# typed: strong
|
|
2
|
-
|
|
3
|
-
module Lithic
|
|
4
|
-
module Models
|
|
5
|
-
module AuthRules
|
|
6
|
-
class V2ReportResponse < Lithic::Internal::Type::BaseModel
|
|
7
|
-
OrHash =
|
|
8
|
-
T.type_alias do
|
|
9
|
-
T.any(
|
|
10
|
-
Lithic::Models::AuthRules::V2ReportResponse,
|
|
11
|
-
Lithic::Internal::AnyHash
|
|
12
|
-
)
|
|
13
|
-
end
|
|
14
|
-
|
|
15
|
-
sig { returns(T.nilable(String)) }
|
|
16
|
-
attr_reader :report_token
|
|
17
|
-
|
|
18
|
-
sig { params(report_token: String).void }
|
|
19
|
-
attr_writer :report_token
|
|
20
|
-
|
|
21
|
-
sig { params(report_token: String).returns(T.attached_class) }
|
|
22
|
-
def self.new(report_token: nil)
|
|
23
|
-
end
|
|
24
|
-
|
|
25
|
-
sig { override.returns({ report_token: String }) }
|
|
26
|
-
def to_hash
|
|
27
|
-
end
|
|
28
|
-
end
|
|
29
|
-
end
|
|
30
|
-
end
|
|
31
|
-
end
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
module Lithic
|
|
2
|
-
module Models
|
|
3
|
-
module AuthRules
|
|
4
|
-
type v2_report_params = { } & Lithic::Internal::Type::request_parameters
|
|
5
|
-
|
|
6
|
-
class V2ReportParams < Lithic::Internal::Type::BaseModel
|
|
7
|
-
extend Lithic::Internal::Type::RequestParameters::Converter
|
|
8
|
-
include Lithic::Internal::Type::RequestParameters
|
|
9
|
-
|
|
10
|
-
def initialize: (?request_options: Lithic::request_opts) -> void
|
|
11
|
-
|
|
12
|
-
def to_hash: -> { request_options: Lithic::RequestOptions }
|
|
13
|
-
end
|
|
14
|
-
end
|
|
15
|
-
end
|
|
16
|
-
end
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
module Lithic
|
|
2
|
-
module Models
|
|
3
|
-
module AuthRules
|
|
4
|
-
type v2_report_response = { report_token: String }
|
|
5
|
-
|
|
6
|
-
class V2ReportResponse < Lithic::Internal::Type::BaseModel
|
|
7
|
-
attr_reader report_token: String?
|
|
8
|
-
|
|
9
|
-
def report_token=: (String) -> String
|
|
10
|
-
|
|
11
|
-
def initialize: (?report_token: String) -> void
|
|
12
|
-
|
|
13
|
-
def to_hash: -> { report_token: String }
|
|
14
|
-
end
|
|
15
|
-
end
|
|
16
|
-
end
|
|
17
|
-
end
|