lithic 0.1.0.pre.alpha.33 → 0.1.0.pre.alpha.35
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 +21 -0
- data/README.md +1 -1
- data/lib/lithic/client.rb +4 -0
- data/lib/lithic/models/auth_rules/rule_stats.rb +112 -0
- data/lib/lithic/models/auth_rules/v2/backtest_results.rb +6 -238
- data/lib/lithic/models/auth_rules/v2_retrieve_report_params.rb +32 -0
- data/lib/lithic/models/auth_rules/v2_retrieve_report_response.rb +71 -0
- data/lib/lithic/models/card_convert_physical_params.rb +10 -6
- data/lib/lithic/models/card_create_params.rb +10 -6
- data/lib/lithic/models/card_reissue_params.rb +10 -6
- data/lib/lithic/models/card_renew_params.rb +10 -6
- data/lib/lithic/models/external_bank_account_create_params.rb +1 -1
- 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/fraud/transaction_report_params.rb +130 -0
- data/lib/lithic/models/fraud/transaction_report_response.rb +160 -0
- data/lib/lithic/models/fraud/transaction_retrieve_params.rb +16 -0
- data/lib/lithic/models/fraud/transaction_retrieve_response.rb +160 -0
- data/lib/lithic/models/non_pci_card.rb +16 -21
- data/lib/lithic/models/payment.rb +7 -1
- data/lib/lithic/models/payment_create_params.rb +7 -1
- data/lib/lithic/models/three_ds/authentication_retrieve_response.rb +111 -79
- data/lib/lithic/models/three_ds/authentication_simulate_params.rb +8 -2
- data/lib/lithic/models/three_ds/authentication_simulate_response.rb +2 -6
- data/lib/lithic/models/three_ds/challenge_response.rb +7 -7
- data/lib/lithic/models/three_ds/challenge_result.rb +1 -1
- data/lib/lithic/models/transfer.rb +1 -0
- data/lib/lithic/models.rb +2 -0
- data/lib/lithic/resources/auth_rules/v2/backtests.rb +8 -7
- data/lib/lithic/resources/auth_rules/v2.rb +45 -4
- data/lib/lithic/resources/fraud/transactions.rb +69 -0
- data/lib/lithic/resources/fraud.rb +18 -0
- data/lib/lithic/resources/three_ds/authentication.rb +6 -6
- data/lib/lithic/resources/three_ds/decisioning.rb +8 -3
- data/lib/lithic/version.rb +1 -1
- data/lib/lithic.rb +9 -0
- data/rbi/lithic/client.rbi +3 -0
- data/rbi/lithic/models/auth_rules/rule_stats.rbi +229 -0
- data/rbi/lithic/models/auth_rules/v2/backtest_results.rbi +8 -523
- data/rbi/lithic/models/auth_rules/v2_retrieve_report_params.rbi +56 -0
- data/rbi/lithic/models/auth_rules/v2_retrieve_report_response.rbi +149 -0
- data/rbi/lithic/models/card_convert_physical_params.rbi +15 -9
- data/rbi/lithic/models/card_create_params.rbi +15 -9
- data/rbi/lithic/models/card_reissue_params.rbi +15 -9
- data/rbi/lithic/models/card_renew_params.rbi +15 -9
- data/rbi/lithic/models/external_bank_account_create_params.rbi +2 -2
- 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/fraud/transaction_report_params.rbi +263 -0
- data/rbi/lithic/models/fraud/transaction_report_response.rbi +309 -0
- data/rbi/lithic/models/fraud/transaction_retrieve_params.rbi +32 -0
- data/rbi/lithic/models/fraud/transaction_retrieve_response.rbi +309 -0
- data/rbi/lithic/models/non_pci_card.rbi +27 -38
- data/rbi/lithic/models/payment.rbi +9 -3
- data/rbi/lithic/models/payment_create_params.rbi +8 -3
- data/rbi/lithic/models/three_ds/authentication_retrieve_response.rbi +171 -108
- data/rbi/lithic/models/three_ds/authentication_simulate_params.rbi +6 -0
- data/rbi/lithic/models/three_ds/authentication_simulate_response.rbi +2 -4
- data/rbi/lithic/models/three_ds/challenge_response.rbi +7 -10
- data/rbi/lithic/models/three_ds/challenge_result.rbi +1 -1
- data/rbi/lithic/models/transfer.rbi +2 -0
- data/rbi/lithic/models.rbi +2 -0
- data/rbi/lithic/resources/auth_rules/v2/backtests.rbi +8 -7
- data/rbi/lithic/resources/auth_rules/v2.rbi +37 -4
- data/rbi/lithic/resources/cards.rbi +20 -12
- data/rbi/lithic/resources/fraud/transactions.rbi +86 -0
- data/rbi/lithic/resources/fraud.rbi +15 -0
- data/rbi/lithic/resources/three_ds/authentication.rbi +6 -4
- data/rbi/lithic/resources/three_ds/decisioning.rbi +9 -6
- data/sig/lithic/client.rbs +2 -0
- data/sig/lithic/models/auth_rules/rule_stats.rbs +108 -0
- data/sig/lithic/models/auth_rules/v2/backtest_results.rbs +8 -214
- data/sig/lithic/models/auth_rules/v2_retrieve_report_params.rbs +30 -0
- data/sig/lithic/models/auth_rules/v2_retrieve_report_response.rbs +64 -0
- data/sig/lithic/models/external_bank_account_create_params.rbs +2 -2
- 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/fraud/transaction_report_params.rbs +75 -0
- data/sig/lithic/models/fraud/transaction_report_response.rbs +90 -0
- data/sig/lithic/models/fraud/transaction_retrieve_params.rbs +17 -0
- data/sig/lithic/models/fraud/transaction_retrieve_response.rbs +90 -0
- data/sig/lithic/models/non_pci_card.rbs +4 -19
- data/sig/lithic/models/payment.rbs +8 -3
- data/sig/lithic/models/payment_create_params.rbs +8 -3
- data/sig/lithic/models/three_ds/authentication_retrieve_response.rbs +19 -20
- data/sig/lithic/models/transfer.rbs +2 -0
- data/sig/lithic/models.rbs +2 -0
- data/sig/lithic/resources/auth_rules/v2.rbs +7 -0
- data/sig/lithic/resources/fraud/transactions.rbs +22 -0
- data/sig/lithic/resources/fraud.rbs +9 -0
- metadata +29 -2
@@ -10,7 +10,7 @@ module Lithic
|
|
10
10
|
last_four: String,
|
11
11
|
pin_status: Lithic::Models::NonPCICard::pin_status,
|
12
12
|
spend_limit: Integer,
|
13
|
-
spend_limit_duration: Lithic::Models::
|
13
|
+
spend_limit_duration: Lithic::Models::spend_limit_duration,
|
14
14
|
state: Lithic::Models::NonPCICard::state,
|
15
15
|
type: Lithic::Models::NonPCICard::type_,
|
16
16
|
auth_rule_tokens: ::Array[String],
|
@@ -42,7 +42,7 @@ module Lithic
|
|
42
42
|
|
43
43
|
attr_accessor spend_limit: Integer
|
44
44
|
|
45
|
-
attr_accessor spend_limit_duration: Lithic::Models::
|
45
|
+
attr_accessor spend_limit_duration: Lithic::Models::spend_limit_duration
|
46
46
|
|
47
47
|
attr_accessor state: Lithic::Models::NonPCICard::state
|
48
48
|
|
@@ -95,7 +95,7 @@ module Lithic
|
|
95
95
|
last_four: String,
|
96
96
|
pin_status: Lithic::Models::NonPCICard::pin_status,
|
97
97
|
spend_limit: Integer,
|
98
|
-
spend_limit_duration: Lithic::Models::
|
98
|
+
spend_limit_duration: Lithic::Models::spend_limit_duration,
|
99
99
|
state: Lithic::Models::NonPCICard::state,
|
100
100
|
type: Lithic::Models::NonPCICard::type_,
|
101
101
|
?auth_rule_tokens: ::Array[String],
|
@@ -119,7 +119,7 @@ module Lithic
|
|
119
119
|
last_four: String,
|
120
120
|
pin_status: Lithic::Models::NonPCICard::pin_status,
|
121
121
|
spend_limit: Integer,
|
122
|
-
spend_limit_duration: Lithic::Models::
|
122
|
+
spend_limit_duration: Lithic::Models::spend_limit_duration,
|
123
123
|
state: Lithic::Models::NonPCICard::state,
|
124
124
|
type: Lithic::Models::NonPCICard::type_,
|
125
125
|
auth_rule_tokens: ::Array[String],
|
@@ -220,21 +220,6 @@ module Lithic
|
|
220
220
|
def self?.values: -> ::Array[Lithic::Models::NonPCICard::pin_status]
|
221
221
|
end
|
222
222
|
|
223
|
-
type spend_limit_duration =
|
224
|
-
:ANNUALLY | :FOREVER | :MONTHLY | :TRANSACTION | :DAILY
|
225
|
-
|
226
|
-
module SpendLimitDuration
|
227
|
-
extend Lithic::Internal::Type::Enum
|
228
|
-
|
229
|
-
ANNUALLY: :ANNUALLY
|
230
|
-
FOREVER: :FOREVER
|
231
|
-
MONTHLY: :MONTHLY
|
232
|
-
TRANSACTION: :TRANSACTION
|
233
|
-
DAILY: :DAILY
|
234
|
-
|
235
|
-
def self?.values: -> ::Array[Lithic::Models::NonPCICard::spend_limit_duration]
|
236
|
-
end
|
237
|
-
|
238
223
|
type state =
|
239
224
|
:CLOSED | :OPEN | :PAUSED | :PENDING_ACTIVATION | :PENDING_FULFILLMENT
|
240
225
|
|
@@ -256,7 +256,8 @@ module Lithic
|
|
256
256
|
retries: Integer?,
|
257
257
|
return_reason_code: String?,
|
258
258
|
sec_code: Lithic::Models::Payment::MethodAttributes::sec_code,
|
259
|
-
trace_numbers: ::Array[String?]
|
259
|
+
trace_numbers: ::Array[String?],
|
260
|
+
addenda: String?
|
260
261
|
}
|
261
262
|
|
262
263
|
class MethodAttributes < Lithic::Internal::Type::BaseModel
|
@@ -272,13 +273,16 @@ module Lithic
|
|
272
273
|
|
273
274
|
attr_accessor trace_numbers: ::Array[String?]
|
274
275
|
|
276
|
+
attr_accessor addenda: String?
|
277
|
+
|
275
278
|
def initialize: (
|
276
279
|
company_id: String?,
|
277
280
|
receipt_routing_number: String?,
|
278
281
|
retries: Integer?,
|
279
282
|
return_reason_code: String?,
|
280
283
|
sec_code: Lithic::Models::Payment::MethodAttributes::sec_code,
|
281
|
-
trace_numbers: ::Array[String?]
|
284
|
+
trace_numbers: ::Array[String?],
|
285
|
+
?addenda: String?
|
282
286
|
) -> void
|
283
287
|
|
284
288
|
def to_hash: -> {
|
@@ -287,7 +291,8 @@ module Lithic
|
|
287
291
|
retries: Integer?,
|
288
292
|
return_reason_code: String?,
|
289
293
|
sec_code: Lithic::Models::Payment::MethodAttributes::sec_code,
|
290
|
-
trace_numbers: ::Array[String?]
|
294
|
+
trace_numbers: ::Array[String?],
|
295
|
+
addenda: String?
|
291
296
|
}
|
292
297
|
|
293
298
|
type sec_code = :CCD | :PPD | :WEB
|
@@ -81,18 +81,23 @@ module Lithic
|
|
81
81
|
|
82
82
|
type method_attributes =
|
83
83
|
{
|
84
|
-
sec_code: Lithic::Models::PaymentCreateParams::MethodAttributes::sec_code
|
84
|
+
sec_code: Lithic::Models::PaymentCreateParams::MethodAttributes::sec_code,
|
85
|
+
addenda: String?
|
85
86
|
}
|
86
87
|
|
87
88
|
class MethodAttributes < Lithic::Internal::Type::BaseModel
|
88
89
|
attr_accessor sec_code: Lithic::Models::PaymentCreateParams::MethodAttributes::sec_code
|
89
90
|
|
91
|
+
attr_accessor addenda: String?
|
92
|
+
|
90
93
|
def initialize: (
|
91
|
-
sec_code: Lithic::Models::PaymentCreateParams::MethodAttributes::sec_code
|
94
|
+
sec_code: Lithic::Models::PaymentCreateParams::MethodAttributes::sec_code,
|
95
|
+
?addenda: String?
|
92
96
|
) -> void
|
93
97
|
|
94
98
|
def to_hash: -> {
|
95
|
-
sec_code: Lithic::Models::PaymentCreateParams::MethodAttributes::sec_code
|
99
|
+
sec_code: Lithic::Models::PaymentCreateParams::MethodAttributes::sec_code,
|
100
|
+
addenda: String?
|
96
101
|
}
|
97
102
|
|
98
103
|
type sec_code = :CCD | :PPD | :WEB
|
@@ -15,9 +15,9 @@ module Lithic
|
|
15
15
|
message_category: Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::message_category,
|
16
16
|
three_ds_requestor_challenge_indicator: Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::three_ds_requestor_challenge_indicator,
|
17
17
|
additional_data: Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::AdditionalData?,
|
18
|
-
app: Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::App
|
18
|
+
app: Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::App?,
|
19
19
|
authentication_request_type: Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::authentication_request_type?,
|
20
|
-
browser: Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Browser
|
20
|
+
browser: Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Browser?,
|
21
21
|
challenge_metadata: Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::ChallengeMetadata?,
|
22
22
|
challenge_orchestrated_by: Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::challenge_orchestrated_by?,
|
23
23
|
decision_made_by: Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::decision_made_by?,
|
@@ -50,19 +50,11 @@ module Lithic
|
|
50
50
|
|
51
51
|
attr_accessor additional_data: Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::AdditionalData?
|
52
52
|
|
53
|
-
|
54
|
-
|
55
|
-
def app=: (
|
56
|
-
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::App
|
57
|
-
) -> Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::App
|
53
|
+
attr_accessor app: Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::App?
|
58
54
|
|
59
55
|
attr_accessor authentication_request_type: Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::authentication_request_type?
|
60
56
|
|
61
|
-
|
62
|
-
|
63
|
-
def browser=: (
|
64
|
-
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Browser
|
65
|
-
) -> Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Browser
|
57
|
+
attr_accessor browser: Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Browser?
|
66
58
|
|
67
59
|
attr_accessor challenge_metadata: Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::ChallengeMetadata?
|
68
60
|
|
@@ -87,9 +79,9 @@ module Lithic
|
|
87
79
|
message_category: Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::message_category,
|
88
80
|
three_ds_requestor_challenge_indicator: Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::three_ds_requestor_challenge_indicator,
|
89
81
|
?additional_data: Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::AdditionalData?,
|
90
|
-
?app: Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::App
|
82
|
+
?app: Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::App?,
|
91
83
|
?authentication_request_type: Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::authentication_request_type?,
|
92
|
-
?browser: Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Browser
|
84
|
+
?browser: Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Browser?,
|
93
85
|
?challenge_metadata: Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::ChallengeMetadata?,
|
94
86
|
?challenge_orchestrated_by: Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::challenge_orchestrated_by?,
|
95
87
|
?decision_made_by: Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::decision_made_by?,
|
@@ -110,9 +102,9 @@ module Lithic
|
|
110
102
|
message_category: Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::message_category,
|
111
103
|
three_ds_requestor_challenge_indicator: Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::three_ds_requestor_challenge_indicator,
|
112
104
|
additional_data: Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::AdditionalData?,
|
113
|
-
app: Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::App
|
105
|
+
app: Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::App?,
|
114
106
|
authentication_request_type: Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::authentication_request_type?,
|
115
|
-
browser: Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Browser
|
107
|
+
browser: Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Browser?,
|
116
108
|
challenge_metadata: Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::ChallengeMetadata?,
|
117
109
|
challenge_orchestrated_by: Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::challenge_orchestrated_by?,
|
118
110
|
decision_made_by: Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::decision_made_by?,
|
@@ -588,6 +580,7 @@ module Lithic
|
|
588
580
|
|
589
581
|
type browser =
|
590
582
|
{
|
583
|
+
accept_header: String?,
|
591
584
|
ip: String?,
|
592
585
|
java_enabled: bool?,
|
593
586
|
javascript_enabled: bool?,
|
@@ -597,6 +590,8 @@ module Lithic
|
|
597
590
|
}
|
598
591
|
|
599
592
|
class Browser < Lithic::Internal::Type::BaseModel
|
593
|
+
attr_accessor accept_header: String?
|
594
|
+
|
600
595
|
attr_accessor ip: String?
|
601
596
|
|
602
597
|
attr_accessor java_enabled: bool?
|
@@ -610,6 +605,7 @@ module Lithic
|
|
610
605
|
attr_accessor user_agent: String?
|
611
606
|
|
612
607
|
def initialize: (
|
608
|
+
?accept_header: String?,
|
613
609
|
?ip: String?,
|
614
610
|
?java_enabled: bool?,
|
615
611
|
?javascript_enabled: bool?,
|
@@ -619,6 +615,7 @@ module Lithic
|
|
619
615
|
) -> void
|
620
616
|
|
621
617
|
def to_hash: -> {
|
618
|
+
accept_header: String?,
|
622
619
|
ip: String?,
|
623
620
|
java_enabled: bool?,
|
624
621
|
javascript_enabled: bool?,
|
@@ -674,18 +671,20 @@ module Lithic
|
|
674
671
|
end
|
675
672
|
|
676
673
|
type decision_made_by =
|
677
|
-
:
|
674
|
+
:LITHIC_RULES
|
678
675
|
| :LITHIC_DEFAULT
|
679
|
-
| :
|
676
|
+
| :CUSTOMER_RULES
|
677
|
+
| :CUSTOMER_ENDPOINT
|
680
678
|
| :NETWORK
|
681
679
|
| :UNKNOWN
|
682
680
|
|
683
681
|
module DecisionMadeBy
|
684
682
|
extend Lithic::Internal::Type::Enum
|
685
683
|
|
686
|
-
CUSTOMER_ENDPOINT: :CUSTOMER_ENDPOINT
|
687
|
-
LITHIC_DEFAULT: :LITHIC_DEFAULT
|
688
684
|
LITHIC_RULES: :LITHIC_RULES
|
685
|
+
LITHIC_DEFAULT: :LITHIC_DEFAULT
|
686
|
+
CUSTOMER_RULES: :CUSTOMER_RULES
|
687
|
+
CUSTOMER_ENDPOINT: :CUSTOMER_ENDPOINT
|
689
688
|
NETWORK: :NETWORK
|
690
689
|
UNKNOWN: :UNKNOWN
|
691
690
|
|
@@ -204,6 +204,7 @@ module Lithic
|
|
204
204
|
| :CASH_BACK
|
205
205
|
| :CASH_BACK_REVERSAL
|
206
206
|
| :CLEARING
|
207
|
+
| :COLLECTION
|
207
208
|
| :CORRECTION_CREDIT
|
208
209
|
| :CORRECTION_DEBIT
|
209
210
|
| :CREDIT_AUTHORIZATION
|
@@ -275,6 +276,7 @@ module Lithic
|
|
275
276
|
CASH_BACK: :CASH_BACK
|
276
277
|
CASH_BACK_REVERSAL: :CASH_BACK_REVERSAL
|
277
278
|
CLEARING: :CLEARING
|
279
|
+
COLLECTION: :COLLECTION
|
278
280
|
CORRECTION_CREDIT: :CORRECTION_CREDIT
|
279
281
|
CORRECTION_DEBIT: :CORRECTION_DEBIT
|
280
282
|
CREDIT_AUTHORIZATION: :CREDIT_AUTHORIZATION
|
data/sig/lithic/models.rbs
CHANGED
@@ -201,6 +201,8 @@ module Lithic
|
|
201
201
|
|
202
202
|
class FinancialTransaction = Lithic::Models::FinancialTransaction
|
203
203
|
|
204
|
+
module Fraud = Lithic::Models::Fraud
|
205
|
+
|
204
206
|
class FundingEventListParams = Lithic::Models::FundingEventListParams
|
205
207
|
|
206
208
|
class FundingEventRetrieveDetailsParams = Lithic::Models::FundingEventRetrieveDetailsParams
|
@@ -72,6 +72,13 @@ module Lithic
|
|
72
72
|
?request_options: Lithic::request_opts
|
73
73
|
) -> Lithic::Models::AuthRules::V2ReportResponse
|
74
74
|
|
75
|
+
def retrieve_report: (
|
76
|
+
String auth_rule_token,
|
77
|
+
begin_: Date,
|
78
|
+
end_: Date,
|
79
|
+
?request_options: Lithic::request_opts
|
80
|
+
) -> Lithic::Models::AuthRules::V2RetrieveReportResponse
|
81
|
+
|
75
82
|
def initialize: (client: Lithic::Client) -> void
|
76
83
|
end
|
77
84
|
end
|
@@ -0,0 +1,22 @@
|
|
1
|
+
module Lithic
|
2
|
+
module Resources
|
3
|
+
class Fraud
|
4
|
+
class Transactions
|
5
|
+
def retrieve: (
|
6
|
+
String transaction_token,
|
7
|
+
?request_options: Lithic::request_opts
|
8
|
+
) -> Lithic::Models::Fraud::TransactionRetrieveResponse
|
9
|
+
|
10
|
+
def report: (
|
11
|
+
String transaction_token,
|
12
|
+
fraud_status: Lithic::Models::Fraud::TransactionReportParams::fraud_status,
|
13
|
+
?comment: String,
|
14
|
+
?fraud_type: Lithic::Models::Fraud::TransactionReportParams::fraud_type,
|
15
|
+
?request_options: Lithic::request_opts
|
16
|
+
) -> Lithic::Models::Fraud::TransactionReportResponse
|
17
|
+
|
18
|
+
def initialize: (client: Lithic::Client) -> void
|
19
|
+
end
|
20
|
+
end
|
21
|
+
end
|
22
|
+
end
|
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.35
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Lithic
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-06-
|
11
|
+
date: 2025-06-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: connection_pool
|
@@ -87,6 +87,7 @@ files:
|
|
87
87
|
- lib/lithic/models/auth_rules/auth_rule_condition.rb
|
88
88
|
- lib/lithic/models/auth_rules/conditional_attribute.rb
|
89
89
|
- lib/lithic/models/auth_rules/conditional_block_parameters.rb
|
90
|
+
- lib/lithic/models/auth_rules/rule_stats.rb
|
90
91
|
- lib/lithic/models/auth_rules/v2/backtest_create_params.rb
|
91
92
|
- lib/lithic/models/auth_rules/v2/backtest_create_response.rb
|
92
93
|
- lib/lithic/models/auth_rules/v2/backtest_results.rb
|
@@ -105,6 +106,8 @@ files:
|
|
105
106
|
- lib/lithic/models/auth_rules/v2_report_params.rb
|
106
107
|
- lib/lithic/models/auth_rules/v2_report_response.rb
|
107
108
|
- lib/lithic/models/auth_rules/v2_retrieve_params.rb
|
109
|
+
- lib/lithic/models/auth_rules/v2_retrieve_report_params.rb
|
110
|
+
- lib/lithic/models/auth_rules/v2_retrieve_report_response.rb
|
108
111
|
- lib/lithic/models/auth_rules/v2_retrieve_response.rb
|
109
112
|
- lib/lithic/models/auth_rules/v2_update_params.rb
|
110
113
|
- lib/lithic/models/auth_rules/v2_update_response.rb
|
@@ -234,6 +237,10 @@ files:
|
|
234
237
|
- lib/lithic/models/financial_accounts/statements/line_item_list_params.rb
|
235
238
|
- lib/lithic/models/financial_accounts/statements/statement_line_items.rb
|
236
239
|
- lib/lithic/models/financial_transaction.rb
|
240
|
+
- lib/lithic/models/fraud/transaction_report_params.rb
|
241
|
+
- lib/lithic/models/fraud/transaction_report_response.rb
|
242
|
+
- lib/lithic/models/fraud/transaction_retrieve_params.rb
|
243
|
+
- lib/lithic/models/fraud/transaction_retrieve_response.rb
|
237
244
|
- lib/lithic/models/funding_event_list_params.rb
|
238
245
|
- lib/lithic/models/funding_event_list_response.rb
|
239
246
|
- lib/lithic/models/funding_event_retrieve_details_params.rb
|
@@ -371,6 +378,8 @@ files:
|
|
371
378
|
- lib/lithic/resources/financial_accounts/loan_tapes.rb
|
372
379
|
- lib/lithic/resources/financial_accounts/statements.rb
|
373
380
|
- lib/lithic/resources/financial_accounts/statements/line_items.rb
|
381
|
+
- lib/lithic/resources/fraud.rb
|
382
|
+
- lib/lithic/resources/fraud/transactions.rb
|
374
383
|
- lib/lithic/resources/funding_events.rb
|
375
384
|
- lib/lithic/resources/management_operations.rb
|
376
385
|
- lib/lithic/resources/payments.rb
|
@@ -441,6 +450,7 @@ files:
|
|
441
450
|
- rbi/lithic/models/auth_rules/auth_rule_condition.rbi
|
442
451
|
- rbi/lithic/models/auth_rules/conditional_attribute.rbi
|
443
452
|
- rbi/lithic/models/auth_rules/conditional_block_parameters.rbi
|
453
|
+
- rbi/lithic/models/auth_rules/rule_stats.rbi
|
444
454
|
- rbi/lithic/models/auth_rules/v2/backtest_create_params.rbi
|
445
455
|
- rbi/lithic/models/auth_rules/v2/backtest_create_response.rbi
|
446
456
|
- rbi/lithic/models/auth_rules/v2/backtest_results.rbi
|
@@ -459,6 +469,8 @@ files:
|
|
459
469
|
- rbi/lithic/models/auth_rules/v2_report_params.rbi
|
460
470
|
- rbi/lithic/models/auth_rules/v2_report_response.rbi
|
461
471
|
- rbi/lithic/models/auth_rules/v2_retrieve_params.rbi
|
472
|
+
- rbi/lithic/models/auth_rules/v2_retrieve_report_params.rbi
|
473
|
+
- rbi/lithic/models/auth_rules/v2_retrieve_report_response.rbi
|
462
474
|
- rbi/lithic/models/auth_rules/v2_retrieve_response.rbi
|
463
475
|
- rbi/lithic/models/auth_rules/v2_update_params.rbi
|
464
476
|
- rbi/lithic/models/auth_rules/v2_update_response.rbi
|
@@ -588,6 +600,10 @@ files:
|
|
588
600
|
- rbi/lithic/models/financial_accounts/statements/line_item_list_params.rbi
|
589
601
|
- rbi/lithic/models/financial_accounts/statements/statement_line_items.rbi
|
590
602
|
- rbi/lithic/models/financial_transaction.rbi
|
603
|
+
- rbi/lithic/models/fraud/transaction_report_params.rbi
|
604
|
+
- rbi/lithic/models/fraud/transaction_report_response.rbi
|
605
|
+
- rbi/lithic/models/fraud/transaction_retrieve_params.rbi
|
606
|
+
- rbi/lithic/models/fraud/transaction_retrieve_response.rbi
|
591
607
|
- rbi/lithic/models/funding_event_list_params.rbi
|
592
608
|
- rbi/lithic/models/funding_event_list_response.rbi
|
593
609
|
- rbi/lithic/models/funding_event_retrieve_details_params.rbi
|
@@ -725,6 +741,8 @@ files:
|
|
725
741
|
- rbi/lithic/resources/financial_accounts/loan_tapes.rbi
|
726
742
|
- rbi/lithic/resources/financial_accounts/statements.rbi
|
727
743
|
- rbi/lithic/resources/financial_accounts/statements/line_items.rbi
|
744
|
+
- rbi/lithic/resources/fraud.rbi
|
745
|
+
- rbi/lithic/resources/fraud/transactions.rbi
|
728
746
|
- rbi/lithic/resources/funding_events.rbi
|
729
747
|
- rbi/lithic/resources/management_operations.rbi
|
730
748
|
- rbi/lithic/resources/payments.rbi
|
@@ -794,6 +812,7 @@ files:
|
|
794
812
|
- sig/lithic/models/auth_rules/auth_rule_condition.rbs
|
795
813
|
- sig/lithic/models/auth_rules/conditional_attribute.rbs
|
796
814
|
- sig/lithic/models/auth_rules/conditional_block_parameters.rbs
|
815
|
+
- sig/lithic/models/auth_rules/rule_stats.rbs
|
797
816
|
- sig/lithic/models/auth_rules/v2/backtest_create_params.rbs
|
798
817
|
- sig/lithic/models/auth_rules/v2/backtest_create_response.rbs
|
799
818
|
- sig/lithic/models/auth_rules/v2/backtest_results.rbs
|
@@ -812,6 +831,8 @@ files:
|
|
812
831
|
- sig/lithic/models/auth_rules/v2_report_params.rbs
|
813
832
|
- sig/lithic/models/auth_rules/v2_report_response.rbs
|
814
833
|
- sig/lithic/models/auth_rules/v2_retrieve_params.rbs
|
834
|
+
- sig/lithic/models/auth_rules/v2_retrieve_report_params.rbs
|
835
|
+
- sig/lithic/models/auth_rules/v2_retrieve_report_response.rbs
|
815
836
|
- sig/lithic/models/auth_rules/v2_retrieve_response.rbs
|
816
837
|
- sig/lithic/models/auth_rules/v2_update_params.rbs
|
817
838
|
- sig/lithic/models/auth_rules/v2_update_response.rbs
|
@@ -941,6 +962,10 @@ files:
|
|
941
962
|
- sig/lithic/models/financial_accounts/statements/line_item_list_params.rbs
|
942
963
|
- sig/lithic/models/financial_accounts/statements/statement_line_items.rbs
|
943
964
|
- sig/lithic/models/financial_transaction.rbs
|
965
|
+
- sig/lithic/models/fraud/transaction_report_params.rbs
|
966
|
+
- sig/lithic/models/fraud/transaction_report_response.rbs
|
967
|
+
- sig/lithic/models/fraud/transaction_retrieve_params.rbs
|
968
|
+
- sig/lithic/models/fraud/transaction_retrieve_response.rbs
|
944
969
|
- sig/lithic/models/funding_event_list_params.rbs
|
945
970
|
- sig/lithic/models/funding_event_list_response.rbs
|
946
971
|
- sig/lithic/models/funding_event_retrieve_details_params.rbs
|
@@ -1078,6 +1103,8 @@ files:
|
|
1078
1103
|
- sig/lithic/resources/financial_accounts/loan_tapes.rbs
|
1079
1104
|
- sig/lithic/resources/financial_accounts/statements.rbs
|
1080
1105
|
- sig/lithic/resources/financial_accounts/statements/line_items.rbs
|
1106
|
+
- sig/lithic/resources/fraud.rbs
|
1107
|
+
- sig/lithic/resources/fraud/transactions.rbs
|
1081
1108
|
- sig/lithic/resources/funding_events.rbs
|
1082
1109
|
- sig/lithic/resources/management_operations.rbs
|
1083
1110
|
- sig/lithic/resources/payments.rbs
|