lithic 0.1.0.pre.alpha.39 → 0.1.0.pre.alpha.40
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 +10 -0
- data/README.md +1 -1
- data/lib/lithic/client.rb +4 -0
- data/lib/lithic/models/account.rb +88 -1
- data/lib/lithic/models/account_update_params.rb +86 -1
- data/lib/lithic/models/aggregate_balance.rb +1 -0
- data/lib/lithic/models/aggregate_balance_list_params.rb +1 -0
- data/lib/lithic/models/auth_rules/conditional_3ds_action_parameters.rb +4 -10
- data/lib/lithic/models/auth_rules/velocity_limit_params.rb +3 -25
- data/lib/lithic/models/auth_rules/velocity_limit_params_period_window.rb +238 -16
- data/lib/lithic/models/balance.rb +1 -0
- data/lib/lithic/models/balance_list_params.rb +1 -0
- data/lib/lithic/models/card_create_params.rb +90 -1
- data/lib/lithic/models/card_program.rb +10 -1
- data/lib/lithic/models/card_update_params.rb +98 -1
- data/lib/lithic/models/cards/balance_list_response.rb +1 -0
- data/lib/lithic/models/external_resource.rb +34 -0
- data/lib/lithic/models/external_resource_type.rb +18 -0
- data/lib/lithic/models/financial_account_list_params.rb +1 -0
- data/lib/lithic/models/financial_accounts/balance_list_response.rb +1 -0
- data/lib/lithic/models/management_operation_create_params.rb +30 -1
- data/lib/lithic/models/management_operation_transaction.rb +22 -1
- data/lib/lithic/models/network_program.rb +41 -0
- data/lib/lithic/models/network_program_list_params.rb +43 -0
- data/lib/lithic/models/network_program_retrieve_params.rb +14 -0
- data/lib/lithic/models/non_pci_card.rb +88 -1
- data/lib/lithic/models/payment_simulate_action_params.rb +1 -0
- data/lib/lithic/models/transaction.rb +31 -20
- data/lib/lithic/models.rb +10 -0
- data/lib/lithic/resources/accounts.rb +5 -1
- data/lib/lithic/resources/cards.rb +12 -2
- data/lib/lithic/resources/management_operations.rb +13 -1
- data/lib/lithic/resources/network_programs.rb +64 -0
- data/lib/lithic/version.rb +1 -1
- data/lib/lithic.rb +6 -0
- data/rbi/lithic/client.rbi +3 -0
- data/rbi/lithic/models/account.rbi +131 -0
- data/rbi/lithic/models/account_update_params.rbi +159 -0
- data/rbi/lithic/models/aggregate_balance.rbi +5 -0
- data/rbi/lithic/models/aggregate_balance_list_params.rbi +5 -0
- data/rbi/lithic/models/auth_rules/conditional_3ds_action_parameters.rbi +6 -15
- data/rbi/lithic/models/auth_rules/velocity_limit_params.rbi +18 -25
- data/rbi/lithic/models/auth_rules/velocity_limit_params_period_window.rbi +527 -31
- data/rbi/lithic/models/balance.rbi +2 -0
- data/rbi/lithic/models/balance_list_params.rbi +5 -0
- data/rbi/lithic/models/card_create_params.rbi +190 -0
- data/rbi/lithic/models/card_program.rbi +13 -0
- data/rbi/lithic/models/card_update_params.rbi +168 -0
- data/rbi/lithic/models/cards/balance_list_response.rbi +5 -0
- data/rbi/lithic/models/external_resource.rbi +57 -0
- data/rbi/lithic/models/external_resource_type.rbi +26 -0
- data/rbi/lithic/models/financial_account_list_params.rbi +5 -0
- data/rbi/lithic/models/financial_accounts/balance_list_response.rbi +5 -0
- data/rbi/lithic/models/management_operation_create_params.rbi +59 -0
- data/rbi/lithic/models/management_operation_transaction.rbi +15 -0
- data/rbi/lithic/models/network_program.rbi +61 -0
- data/rbi/lithic/models/network_program_list_params.rbi +72 -0
- data/rbi/lithic/models/network_program_retrieve_params.rbi +27 -0
- data/rbi/lithic/models/non_pci_card.rbi +133 -3
- data/rbi/lithic/models/payment_simulate_action_params.rbi +5 -0
- data/rbi/lithic/models/transaction.rbi +23 -31
- data/rbi/lithic/models.rbi +10 -0
- data/rbi/lithic/resources/accounts.rbi +32 -0
- data/rbi/lithic/resources/cards.rbi +70 -0
- data/rbi/lithic/resources/management_operations.rbi +4 -0
- data/rbi/lithic/resources/network_programs.rbi +48 -0
- data/sig/lithic/client.rbs +2 -0
- data/sig/lithic/models/account.rbs +41 -0
- data/sig/lithic/models/account_update_params.rbs +41 -0
- data/sig/lithic/models/aggregate_balance.rbs +2 -1
- data/sig/lithic/models/aggregate_balance_list_params.rbs +2 -1
- data/sig/lithic/models/auth_rules/velocity_limit_params.rbs +4 -14
- data/sig/lithic/models/auth_rules/velocity_limit_params_period_window.rbs +212 -7
- data/sig/lithic/models/balance.rbs +2 -1
- data/sig/lithic/models/balance_list_params.rbs +2 -1
- data/sig/lithic/models/card_create_params.rbs +47 -0
- data/sig/lithic/models/card_program.rbs +7 -0
- data/sig/lithic/models/card_update_params.rbs +55 -1
- data/sig/lithic/models/cards/balance_list_response.rbs +2 -1
- data/sig/lithic/models/external_resource.rbs +32 -0
- data/sig/lithic/models/external_resource_type.rbs +16 -0
- data/sig/lithic/models/financial_account_list_params.rbs +2 -1
- data/sig/lithic/models/financial_accounts/balance_list_response.rbs +2 -1
- data/sig/lithic/models/management_operation_create_params.rbs +20 -0
- data/sig/lithic/models/management_operation_transaction.rbs +5 -0
- data/sig/lithic/models/network_program.rbs +35 -0
- data/sig/lithic/models/network_program_list_params.rbs +38 -0
- data/sig/lithic/models/network_program_retrieve_params.rbs +15 -0
- data/sig/lithic/models/non_pci_card.rbs +55 -3
- data/sig/lithic/models/payment_simulate_action_params.rbs +2 -0
- data/sig/lithic/models/transaction.rbs +2 -6
- data/sig/lithic/models.rbs +10 -0
- data/sig/lithic/resources/accounts.rbs +2 -0
- data/sig/lithic/resources/cards.rbs +5 -0
- data/sig/lithic/resources/management_operations.rbs +1 -0
- data/sig/lithic/resources/network_programs.rbs +19 -0
- metadata +20 -2
@@ -0,0 +1,35 @@
|
|
1
|
+
module Lithic
|
2
|
+
module Models
|
3
|
+
type network_program =
|
4
|
+
{
|
5
|
+
token: String,
|
6
|
+
default_product_code: String,
|
7
|
+
name: String,
|
8
|
+
registered_program_identification_number: String
|
9
|
+
}
|
10
|
+
|
11
|
+
class NetworkProgram < Lithic::Internal::Type::BaseModel
|
12
|
+
attr_accessor token: String
|
13
|
+
|
14
|
+
attr_accessor default_product_code: String
|
15
|
+
|
16
|
+
attr_accessor name: String
|
17
|
+
|
18
|
+
attr_accessor registered_program_identification_number: String
|
19
|
+
|
20
|
+
def initialize: (
|
21
|
+
token: String,
|
22
|
+
default_product_code: String,
|
23
|
+
name: String,
|
24
|
+
registered_program_identification_number: String
|
25
|
+
) -> void
|
26
|
+
|
27
|
+
def to_hash: -> {
|
28
|
+
token: String,
|
29
|
+
default_product_code: String,
|
30
|
+
name: String,
|
31
|
+
registered_program_identification_number: String
|
32
|
+
}
|
33
|
+
end
|
34
|
+
end
|
35
|
+
end
|
@@ -0,0 +1,38 @@
|
|
1
|
+
module Lithic
|
2
|
+
module Models
|
3
|
+
type network_program_list_params =
|
4
|
+
{ begin_: Time, end_: Time, page_size: Integer }
|
5
|
+
& Lithic::Internal::Type::request_parameters
|
6
|
+
|
7
|
+
class NetworkProgramListParams < Lithic::Internal::Type::BaseModel
|
8
|
+
extend Lithic::Internal::Type::RequestParameters::Converter
|
9
|
+
include Lithic::Internal::Type::RequestParameters
|
10
|
+
|
11
|
+
attr_reader begin_: Time?
|
12
|
+
|
13
|
+
def begin_=: (Time) -> Time
|
14
|
+
|
15
|
+
attr_reader end_: Time?
|
16
|
+
|
17
|
+
def end_=: (Time) -> Time
|
18
|
+
|
19
|
+
attr_reader page_size: Integer?
|
20
|
+
|
21
|
+
def page_size=: (Integer) -> Integer
|
22
|
+
|
23
|
+
def initialize: (
|
24
|
+
?begin_: Time,
|
25
|
+
?end_: Time,
|
26
|
+
?page_size: Integer,
|
27
|
+
?request_options: Lithic::request_opts
|
28
|
+
) -> void
|
29
|
+
|
30
|
+
def to_hash: -> {
|
31
|
+
begin_: Time,
|
32
|
+
end_: Time,
|
33
|
+
page_size: Integer,
|
34
|
+
request_options: Lithic::RequestOptions
|
35
|
+
}
|
36
|
+
end
|
37
|
+
end
|
38
|
+
end
|
@@ -0,0 +1,15 @@
|
|
1
|
+
module Lithic
|
2
|
+
module Models
|
3
|
+
type network_program_retrieve_params =
|
4
|
+
{ } & Lithic::Internal::Type::request_parameters
|
5
|
+
|
6
|
+
class NetworkProgramRetrieveParams < 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
|
@@ -15,14 +15,17 @@ module Lithic
|
|
15
15
|
type: Lithic::Models::NonPCICard::type_,
|
16
16
|
auth_rule_tokens: ::Array[String],
|
17
17
|
cardholder_currency: String,
|
18
|
+
comment: String,
|
18
19
|
digital_card_art_token: String,
|
19
20
|
exp_month: String,
|
20
21
|
exp_year: String,
|
21
22
|
hostname: String,
|
22
23
|
memo: String,
|
24
|
+
network_program_token: String?,
|
23
25
|
pending_commands: ::Array[String],
|
24
26
|
product_id: String,
|
25
|
-
replacement_for: String
|
27
|
+
replacement_for: String?,
|
28
|
+
substatus: Lithic::Models::NonPCICard::substatus
|
26
29
|
}
|
27
30
|
|
28
31
|
class NonPCICard < Lithic::Internal::Type::BaseModel
|
@@ -56,6 +59,10 @@ module Lithic
|
|
56
59
|
|
57
60
|
def cardholder_currency=: (String) -> String
|
58
61
|
|
62
|
+
attr_reader comment: String?
|
63
|
+
|
64
|
+
def comment=: (String) -> String
|
65
|
+
|
59
66
|
attr_reader digital_card_art_token: String?
|
60
67
|
|
61
68
|
def digital_card_art_token=: (String) -> String
|
@@ -76,6 +83,8 @@ module Lithic
|
|
76
83
|
|
77
84
|
def memo=: (String) -> String
|
78
85
|
|
86
|
+
attr_accessor network_program_token: String?
|
87
|
+
|
79
88
|
attr_reader pending_commands: ::Array[String]?
|
80
89
|
|
81
90
|
def pending_commands=: (::Array[String]) -> ::Array[String]
|
@@ -86,6 +95,12 @@ module Lithic
|
|
86
95
|
|
87
96
|
attr_accessor replacement_for: String?
|
88
97
|
|
98
|
+
attr_reader substatus: Lithic::Models::NonPCICard::substatus?
|
99
|
+
|
100
|
+
def substatus=: (
|
101
|
+
Lithic::Models::NonPCICard::substatus
|
102
|
+
) -> Lithic::Models::NonPCICard::substatus
|
103
|
+
|
89
104
|
def initialize: (
|
90
105
|
token: String,
|
91
106
|
account_token: String,
|
@@ -100,14 +115,17 @@ module Lithic
|
|
100
115
|
type: Lithic::Models::NonPCICard::type_,
|
101
116
|
?auth_rule_tokens: ::Array[String],
|
102
117
|
?cardholder_currency: String,
|
118
|
+
?comment: String,
|
103
119
|
?digital_card_art_token: String,
|
104
120
|
?exp_month: String,
|
105
121
|
?exp_year: String,
|
106
122
|
?hostname: String,
|
107
123
|
?memo: String,
|
124
|
+
?network_program_token: String?,
|
108
125
|
?pending_commands: ::Array[String],
|
109
126
|
?product_id: String,
|
110
|
-
?replacement_for: String
|
127
|
+
?replacement_for: String?,
|
128
|
+
?substatus: Lithic::Models::NonPCICard::substatus
|
111
129
|
) -> void
|
112
130
|
|
113
131
|
def to_hash: -> {
|
@@ -124,14 +142,17 @@ module Lithic
|
|
124
142
|
type: Lithic::Models::NonPCICard::type_,
|
125
143
|
auth_rule_tokens: ::Array[String],
|
126
144
|
cardholder_currency: String,
|
145
|
+
comment: String,
|
127
146
|
digital_card_art_token: String,
|
128
147
|
exp_month: String,
|
129
148
|
exp_year: String,
|
130
149
|
hostname: String,
|
131
150
|
memo: String,
|
151
|
+
network_program_token: String?,
|
132
152
|
pending_commands: ::Array[String],
|
133
153
|
product_id: String,
|
134
|
-
replacement_for: String
|
154
|
+
replacement_for: String?,
|
155
|
+
substatus: Lithic::Models::NonPCICard::substatus
|
135
156
|
}
|
136
157
|
|
137
158
|
type funding =
|
@@ -255,6 +276,37 @@ module Lithic
|
|
255
276
|
|
256
277
|
def self?.values: -> ::Array[Lithic::Models::NonPCICard::type_]
|
257
278
|
end
|
279
|
+
|
280
|
+
type substatus =
|
281
|
+
:LOST
|
282
|
+
| :COMPROMISED
|
283
|
+
| :DAMAGED
|
284
|
+
| :END_USER_REQUEST
|
285
|
+
| :ISSUER_REQUEST
|
286
|
+
| :NOT_ACTIVE
|
287
|
+
| :SUSPICIOUS_ACTIVITY
|
288
|
+
| :INTERNAL_REVIEW
|
289
|
+
| :EXPIRED
|
290
|
+
| :UNDELIVERABLE
|
291
|
+
| :OTHER
|
292
|
+
|
293
|
+
module Substatus
|
294
|
+
extend Lithic::Internal::Type::Enum
|
295
|
+
|
296
|
+
LOST: :LOST
|
297
|
+
COMPROMISED: :COMPROMISED
|
298
|
+
DAMAGED: :DAMAGED
|
299
|
+
END_USER_REQUEST: :END_USER_REQUEST
|
300
|
+
ISSUER_REQUEST: :ISSUER_REQUEST
|
301
|
+
NOT_ACTIVE: :NOT_ACTIVE
|
302
|
+
SUSPICIOUS_ACTIVITY: :SUSPICIOUS_ACTIVITY
|
303
|
+
INTERNAL_REVIEW: :INTERNAL_REVIEW
|
304
|
+
EXPIRED: :EXPIRED
|
305
|
+
UNDELIVERABLE: :UNDELIVERABLE
|
306
|
+
OTHER: :OTHER
|
307
|
+
|
308
|
+
def self?.values: -> ::Array[Lithic::Models::NonPCICard::substatus]
|
309
|
+
end
|
258
310
|
end
|
259
311
|
end
|
260
312
|
end
|
@@ -44,6 +44,7 @@ module Lithic
|
|
44
44
|
| :ACH_ORIGINATION_PROCESSED
|
45
45
|
| :ACH_ORIGINATION_SETTLED
|
46
46
|
| :ACH_RECEIPT_SETTLED
|
47
|
+
| :ACH_RECEIPT_RELEASED
|
47
48
|
| :ACH_RETURN_INITIATED
|
48
49
|
| :ACH_RETURN_PROCESSED
|
49
50
|
| :ACH_RETURN_SETTLED
|
@@ -56,6 +57,7 @@ module Lithic
|
|
56
57
|
ACH_ORIGINATION_PROCESSED: :ACH_ORIGINATION_PROCESSED
|
57
58
|
ACH_ORIGINATION_SETTLED: :ACH_ORIGINATION_SETTLED
|
58
59
|
ACH_RECEIPT_SETTLED: :ACH_RECEIPT_SETTLED
|
60
|
+
ACH_RECEIPT_RELEASED: :ACH_RECEIPT_RELEASED
|
59
61
|
ACH_RETURN_INITIATED: :ACH_RETURN_INITIATED
|
60
62
|
ACH_RETURN_PROCESSED: :ACH_RETURN_PROCESSED
|
61
63
|
ACH_RETURN_SETTLED: :ACH_RETURN_SETTLED
|
@@ -363,18 +363,14 @@ module Lithic
|
|
363
363
|
end
|
364
364
|
|
365
365
|
type liability_shift =
|
366
|
-
:"3DS_AUTHENTICATED"
|
367
|
-
| :ACQUIRER_EXEMPTION
|
368
|
-
| :NONE
|
369
|
-
| :TOKEN_AUTHENTICATED
|
366
|
+
:"3DS_AUTHENTICATED" | :TOKEN_AUTHENTICATED | :NONE
|
370
367
|
|
371
368
|
module LiabilityShift
|
372
369
|
extend Lithic::Internal::Type::Enum
|
373
370
|
|
374
371
|
LIABILITY_SHIFT_3DS_AUTHENTICATED: :"3DS_AUTHENTICATED"
|
375
|
-
ACQUIRER_EXEMPTION: :ACQUIRER_EXEMPTION
|
376
|
-
NONE: :NONE
|
377
372
|
TOKEN_AUTHENTICATED: :TOKEN_AUTHENTICATED
|
373
|
+
NONE: :NONE
|
378
374
|
|
379
375
|
def self?.values: -> ::Array[Lithic::Models::Transaction::CardholderAuthentication::liability_shift]
|
380
376
|
end
|
data/sig/lithic/models.rbs
CHANGED
@@ -183,6 +183,10 @@ module Lithic
|
|
183
183
|
|
184
184
|
class ExternalPaymentSettleParams = Lithic::Models::ExternalPaymentSettleParams
|
185
185
|
|
186
|
+
class ExternalResource = Lithic::Models::ExternalResource
|
187
|
+
|
188
|
+
module ExternalResourceType = Lithic::Models::ExternalResourceType
|
189
|
+
|
186
190
|
class FinancialAccount = Lithic::Models::FinancialAccount
|
187
191
|
|
188
192
|
class FinancialAccountCreateParams = Lithic::Models::FinancialAccountCreateParams
|
@@ -231,6 +235,12 @@ module Lithic
|
|
231
235
|
|
232
236
|
class MessageAttempt = Lithic::Models::MessageAttempt
|
233
237
|
|
238
|
+
class NetworkProgram = Lithic::Models::NetworkProgram
|
239
|
+
|
240
|
+
class NetworkProgramListParams = Lithic::Models::NetworkProgramListParams
|
241
|
+
|
242
|
+
class NetworkProgramRetrieveParams = Lithic::Models::NetworkProgramRetrieveParams
|
243
|
+
|
234
244
|
class NonPCICard = Lithic::Models::NonPCICard
|
235
245
|
|
236
246
|
module OwnerType = Lithic::Models::OwnerType
|
@@ -8,10 +8,12 @@ module Lithic
|
|
8
8
|
|
9
9
|
def update: (
|
10
10
|
String account_token,
|
11
|
+
?comment: String,
|
11
12
|
?daily_spend_limit: Integer,
|
12
13
|
?lifetime_spend_limit: Integer,
|
13
14
|
?monthly_spend_limit: Integer,
|
14
15
|
?state: Lithic::Models::AccountUpdateParams::state,
|
16
|
+
?substatus: Lithic::Models::AccountUpdateParams::substatus,
|
15
17
|
?verification_address: Lithic::AccountUpdateParams::VerificationAddress,
|
16
18
|
?request_options: Lithic::request_opts
|
17
19
|
) -> Lithic::Account
|
@@ -19,7 +19,9 @@ module Lithic
|
|
19
19
|
?pin: String,
|
20
20
|
?product_id: String,
|
21
21
|
?replacement_account_token: String,
|
22
|
+
?replacement_comment: String,
|
22
23
|
?replacement_for: String,
|
24
|
+
?replacement_substatus: Lithic::Models::CardCreateParams::replacement_substatus,
|
23
25
|
?shipping_address: Lithic::ShippingAddress,
|
24
26
|
?shipping_method: Lithic::Models::CardCreateParams::shipping_method,
|
25
27
|
?spend_limit: Integer,
|
@@ -35,13 +37,16 @@ module Lithic
|
|
35
37
|
|
36
38
|
def update: (
|
37
39
|
String card_token,
|
40
|
+
?comment: String,
|
38
41
|
?digital_card_art_token: String,
|
39
42
|
?memo: String,
|
43
|
+
?network_program_token: String,
|
40
44
|
?pin: String,
|
41
45
|
?pin_status: Lithic::Models::CardUpdateParams::pin_status,
|
42
46
|
?spend_limit: Integer,
|
43
47
|
?spend_limit_duration: Lithic::Models::spend_limit_duration,
|
44
48
|
?state: Lithic::Models::CardUpdateParams::state,
|
49
|
+
?substatus: Lithic::Models::CardUpdateParams::substatus,
|
45
50
|
?request_options: Lithic::request_opts
|
46
51
|
) -> Lithic::Card
|
47
52
|
|
@@ -10,6 +10,7 @@ module Lithic
|
|
10
10
|
financial_account_token: String,
|
11
11
|
?token: String,
|
12
12
|
?memo: String,
|
13
|
+
?on_closed_account: Lithic::Models::ManagementOperationCreateParams::on_closed_account,
|
13
14
|
?subtype: String,
|
14
15
|
?user_defined_id: String,
|
15
16
|
?request_options: Lithic::request_opts
|
@@ -0,0 +1,19 @@
|
|
1
|
+
module Lithic
|
2
|
+
module Resources
|
3
|
+
class NetworkPrograms
|
4
|
+
def retrieve: (
|
5
|
+
String network_program_token,
|
6
|
+
?request_options: Lithic::request_opts
|
7
|
+
) -> Lithic::NetworkProgram
|
8
|
+
|
9
|
+
def list: (
|
10
|
+
?begin_: Time,
|
11
|
+
?end_: Time,
|
12
|
+
?page_size: Integer,
|
13
|
+
?request_options: Lithic::request_opts
|
14
|
+
) -> Lithic::Internal::SinglePage[Lithic::NetworkProgram]
|
15
|
+
|
16
|
+
def initialize: (client: Lithic::Client) -> void
|
17
|
+
end
|
18
|
+
end
|
19
|
+
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.40
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Lithic
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-07-
|
11
|
+
date: 2025-07-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: connection_pool
|
@@ -215,6 +215,8 @@ files:
|
|
215
215
|
- lib/lithic/models/external_payment_retrieve_params.rb
|
216
216
|
- lib/lithic/models/external_payment_reverse_params.rb
|
217
217
|
- lib/lithic/models/external_payment_settle_params.rb
|
218
|
+
- lib/lithic/models/external_resource.rb
|
219
|
+
- lib/lithic/models/external_resource_type.rb
|
218
220
|
- lib/lithic/models/financial_account.rb
|
219
221
|
- lib/lithic/models/financial_account_create_params.rb
|
220
222
|
- lib/lithic/models/financial_account_list_params.rb
|
@@ -260,6 +262,9 @@ files:
|
|
260
262
|
- lib/lithic/models/management_operation_reverse_params.rb
|
261
263
|
- lib/lithic/models/management_operation_transaction.rb
|
262
264
|
- lib/lithic/models/message_attempt.rb
|
265
|
+
- lib/lithic/models/network_program.rb
|
266
|
+
- lib/lithic/models/network_program_list_params.rb
|
267
|
+
- lib/lithic/models/network_program_retrieve_params.rb
|
263
268
|
- lib/lithic/models/non_pci_card.rb
|
264
269
|
- lib/lithic/models/owner_type.rb
|
265
270
|
- lib/lithic/models/payment.rb
|
@@ -384,6 +389,7 @@ files:
|
|
384
389
|
- lib/lithic/resources/fraud/transactions.rb
|
385
390
|
- lib/lithic/resources/funding_events.rb
|
386
391
|
- lib/lithic/resources/management_operations.rb
|
392
|
+
- lib/lithic/resources/network_programs.rb
|
387
393
|
- lib/lithic/resources/payments.rb
|
388
394
|
- lib/lithic/resources/reports.rb
|
389
395
|
- lib/lithic/resources/reports/settlement.rb
|
@@ -580,6 +586,8 @@ files:
|
|
580
586
|
- rbi/lithic/models/external_payment_retrieve_params.rbi
|
581
587
|
- rbi/lithic/models/external_payment_reverse_params.rbi
|
582
588
|
- rbi/lithic/models/external_payment_settle_params.rbi
|
589
|
+
- rbi/lithic/models/external_resource.rbi
|
590
|
+
- rbi/lithic/models/external_resource_type.rbi
|
583
591
|
- rbi/lithic/models/financial_account.rbi
|
584
592
|
- rbi/lithic/models/financial_account_create_params.rbi
|
585
593
|
- rbi/lithic/models/financial_account_list_params.rbi
|
@@ -625,6 +633,9 @@ files:
|
|
625
633
|
- rbi/lithic/models/management_operation_reverse_params.rbi
|
626
634
|
- rbi/lithic/models/management_operation_transaction.rbi
|
627
635
|
- rbi/lithic/models/message_attempt.rbi
|
636
|
+
- rbi/lithic/models/network_program.rbi
|
637
|
+
- rbi/lithic/models/network_program_list_params.rbi
|
638
|
+
- rbi/lithic/models/network_program_retrieve_params.rbi
|
628
639
|
- rbi/lithic/models/non_pci_card.rbi
|
629
640
|
- rbi/lithic/models/owner_type.rbi
|
630
641
|
- rbi/lithic/models/payment.rbi
|
@@ -749,6 +760,7 @@ files:
|
|
749
760
|
- rbi/lithic/resources/fraud/transactions.rbi
|
750
761
|
- rbi/lithic/resources/funding_events.rbi
|
751
762
|
- rbi/lithic/resources/management_operations.rbi
|
763
|
+
- rbi/lithic/resources/network_programs.rbi
|
752
764
|
- rbi/lithic/resources/payments.rbi
|
753
765
|
- rbi/lithic/resources/reports.rbi
|
754
766
|
- rbi/lithic/resources/reports/settlement.rbi
|
@@ -944,6 +956,8 @@ files:
|
|
944
956
|
- sig/lithic/models/external_payment_retrieve_params.rbs
|
945
957
|
- sig/lithic/models/external_payment_reverse_params.rbs
|
946
958
|
- sig/lithic/models/external_payment_settle_params.rbs
|
959
|
+
- sig/lithic/models/external_resource.rbs
|
960
|
+
- sig/lithic/models/external_resource_type.rbs
|
947
961
|
- sig/lithic/models/financial_account.rbs
|
948
962
|
- sig/lithic/models/financial_account_create_params.rbs
|
949
963
|
- sig/lithic/models/financial_account_list_params.rbs
|
@@ -989,6 +1003,9 @@ files:
|
|
989
1003
|
- sig/lithic/models/management_operation_reverse_params.rbs
|
990
1004
|
- sig/lithic/models/management_operation_transaction.rbs
|
991
1005
|
- sig/lithic/models/message_attempt.rbs
|
1006
|
+
- sig/lithic/models/network_program.rbs
|
1007
|
+
- sig/lithic/models/network_program_list_params.rbs
|
1008
|
+
- sig/lithic/models/network_program_retrieve_params.rbs
|
992
1009
|
- sig/lithic/models/non_pci_card.rbs
|
993
1010
|
- sig/lithic/models/owner_type.rbs
|
994
1011
|
- sig/lithic/models/payment.rbs
|
@@ -1113,6 +1130,7 @@ files:
|
|
1113
1130
|
- sig/lithic/resources/fraud/transactions.rbs
|
1114
1131
|
- sig/lithic/resources/funding_events.rbs
|
1115
1132
|
- sig/lithic/resources/management_operations.rbs
|
1133
|
+
- sig/lithic/resources/network_programs.rbs
|
1116
1134
|
- sig/lithic/resources/payments.rbs
|
1117
1135
|
- sig/lithic/resources/reports.rbs
|
1118
1136
|
- sig/lithic/resources/reports/settlement.rbs
|