lithic 0.1.0.pre.alpha.41 → 0.1.0.pre.alpha.42
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 +8 -0
- data/README.md +1 -1
- data/lib/lithic/models/account_activity_list_params.rb +10 -8
- data/lib/lithic/models/auth_rules/v2_apply_params.rb +13 -5
- data/lib/lithic/models/auth_rules/v2_apply_response.rb +510 -18
- data/lib/lithic/models/auth_rules/v2_create_params.rb +283 -16
- data/lib/lithic/models/auth_rules/v2_create_response.rb +510 -18
- data/lib/lithic/models/auth_rules/v2_draft_params.rb +239 -3
- data/lib/lithic/models/auth_rules/v2_draft_response.rb +510 -18
- data/lib/lithic/models/auth_rules/v2_list_params.rb +10 -1
- data/lib/lithic/models/auth_rules/v2_list_response.rb +510 -18
- data/lib/lithic/models/auth_rules/v2_promote_response.rb +510 -18
- data/lib/lithic/models/auth_rules/v2_retrieve_response.rb +510 -18
- data/lib/lithic/models/auth_rules/v2_update_params.rb +1 -9
- data/lib/lithic/models/auth_rules/v2_update_response.rb +510 -18
- data/lib/lithic/models/event.rb +6 -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 +2 -0
- data/lib/lithic/models/events/subscription_update_params.rb +2 -0
- data/lib/lithic/models/three_ds/authentication_retrieve_response.rb +28 -26
- data/lib/lithic/models/transaction.rb +4 -0
- data/lib/lithic/resources/account_activity.rb +2 -2
- data/lib/lithic/resources/auth_rules/v2/backtests.rb +3 -3
- data/lib/lithic/resources/auth_rules/v2.rb +19 -13
- data/lib/lithic/version.rb +1 -1
- data/rbi/lithic/models/account_activity_list_params.rbi +18 -30
- data/rbi/lithic/models/auth_rules/v2_apply_params.rbi +19 -5
- data/rbi/lithic/models/auth_rules/v2_apply_response.rbi +1128 -18
- data/rbi/lithic/models/auth_rules/v2_create_params.rbi +646 -21
- data/rbi/lithic/models/auth_rules/v2_create_response.rbi +1128 -18
- data/rbi/lithic/models/auth_rules/v2_draft_params.rbi +554 -4
- data/rbi/lithic/models/auth_rules/v2_draft_response.rbi +1128 -18
- data/rbi/lithic/models/auth_rules/v2_list_params.rbi +16 -0
- data/rbi/lithic/models/auth_rules/v2_list_response.rbi +1128 -18
- data/rbi/lithic/models/auth_rules/v2_promote_response.rbi +1128 -18
- data/rbi/lithic/models/auth_rules/v2_retrieve_response.rbi +1128 -18
- data/rbi/lithic/models/auth_rules/v2_update_params.rbi +0 -11
- data/rbi/lithic/models/auth_rules/v2_update_response.rbi +1128 -18
- data/rbi/lithic/models/event.rbi +16 -0
- data/rbi/lithic/models/event_list_params.rbi +10 -0
- data/rbi/lithic/models/event_subscription.rbi +10 -0
- data/rbi/lithic/models/events/subscription_create_params.rbi +10 -0
- data/rbi/lithic/models/events/subscription_send_simulated_example_params.rbi +10 -0
- data/rbi/lithic/models/events/subscription_update_params.rbi +10 -0
- data/rbi/lithic/models/three_ds/authentication_retrieve_response.rbi +45 -41
- data/rbi/lithic/models/transaction.rbi +17 -0
- data/rbi/lithic/resources/account_activity.rbi +2 -2
- data/rbi/lithic/resources/auth_rules/v2/backtests.rbi +3 -3
- data/rbi/lithic/resources/auth_rules/v2.rbi +28 -14
- data/sig/lithic/models/account_activity_list_params.rbs +16 -16
- data/sig/lithic/models/auth_rules/v2_apply_params.rbs +11 -2
- data/sig/lithic/models/auth_rules/v2_apply_response.rbs +317 -2
- data/sig/lithic/models/auth_rules/v2_create_params.rbs +188 -4
- data/sig/lithic/models/auth_rules/v2_create_response.rbs +317 -2
- data/sig/lithic/models/auth_rules/v2_draft_params.rbs +155 -0
- data/sig/lithic/models/auth_rules/v2_draft_response.rbs +317 -2
- data/sig/lithic/models/auth_rules/v2_list_params.rbs +9 -1
- data/sig/lithic/models/auth_rules/v2_list_response.rbs +317 -2
- data/sig/lithic/models/auth_rules/v2_promote_response.rbs +317 -2
- data/sig/lithic/models/auth_rules/v2_retrieve_response.rbs +317 -2
- data/sig/lithic/models/auth_rules/v2_update_params.rbs +0 -7
- data/sig/lithic/models/auth_rules/v2_update_response.rbs +317 -2
- data/sig/lithic/models/event.rbs +4 -0
- data/sig/lithic/models/event_list_params.rbs +4 -0
- data/sig/lithic/models/event_subscription.rbs +4 -0
- data/sig/lithic/models/events/subscription_create_params.rbs +4 -0
- data/sig/lithic/models/events/subscription_send_simulated_example_params.rbs +4 -0
- data/sig/lithic/models/events/subscription_update_params.rbs +4 -0
- data/sig/lithic/models/three_ds/authentication_retrieve_response.rbs +20 -20
- data/sig/lithic/models/transaction.rbs +10 -2
- data/sig/lithic/resources/account_activity.rbs +2 -2
- data/sig/lithic/resources/auth_rules/v2.rbs +6 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 940f61d0d1fe56281a1add2c889aef444bd2aef7152414d722892a8c5e13c571
|
4
|
+
data.tar.gz: 543a9027684460fe71cc14b9e0c3b8d7ca52a30d52283eaa4f7ba6aceb7057ff
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 94cefe2570966953c1c44279bb8a2ff6675ff074a0296497847cc7eae25daa02077af003438858783a6ad47d267130928000a894ed4d0275df5d2a7248a66755
|
7
|
+
data.tar.gz: 4b8b80d6046adba49bbe5502a7fb660f1ce694b05fa4d25503649303e1a41317a2976d215f09f7e89153e97a6329d3bf04742909087205f00362015a948deb57
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## 0.1.0-alpha.42 (2025-09-09)
|
4
|
+
|
5
|
+
Full Changelog: [v0.1.0-alpha.41...v0.1.0-alpha.42](https://github.com/lithic-com/lithic-ruby/compare/v0.1.0-alpha.41...v0.1.0-alpha.42)
|
6
|
+
|
7
|
+
### Features
|
8
|
+
|
9
|
+
* **api:** adds support for unpauseing external bank accounts ([ad64d5d](https://github.com/lithic-com/lithic-ruby/commit/ad64d5d1cbd89b6d908f6a414b80004de94cb168))
|
10
|
+
|
3
11
|
## 0.1.0-alpha.41 (2025-09-03)
|
4
12
|
|
5
13
|
Full Changelog: [v0.1.0-alpha.40...v0.1.0-alpha.41](https://github.com/lithic-com/lithic-ruby/compare/v0.1.0-alpha.40...v0.1.0-alpha.41)
|
data/README.md
CHANGED
@@ -15,7 +15,7 @@ To use this gem, install via Bundler by adding the following to your application
|
|
15
15
|
<!-- x-release-please-start-version -->
|
16
16
|
|
17
17
|
```ruby
|
18
|
-
gem "lithic", "~> 0.1.0.pre.alpha.
|
18
|
+
gem "lithic", "~> 0.1.0.pre.alpha.42"
|
19
19
|
```
|
20
20
|
|
21
21
|
<!-- x-release-please-end -->
|
@@ -61,8 +61,8 @@ module Lithic
|
|
61
61
|
# @!attribute result
|
62
62
|
# Filter by transaction result
|
63
63
|
#
|
64
|
-
# @return [
|
65
|
-
optional :result, -> { Lithic::
|
64
|
+
# @return [Symbol, Lithic::Models::AccountActivityListParams::Result, nil]
|
65
|
+
optional :result, enum: -> { Lithic::AccountActivityListParams::Result }
|
66
66
|
|
67
67
|
# @!attribute starting_after
|
68
68
|
# A cursor representing an item's token after which a page of results should
|
@@ -74,8 +74,8 @@ module Lithic
|
|
74
74
|
# @!attribute status
|
75
75
|
# Filter by transaction status
|
76
76
|
#
|
77
|
-
# @return [
|
78
|
-
optional :status, -> { Lithic::
|
77
|
+
# @return [Symbol, Lithic::Models::AccountActivityListParams::Status, nil]
|
78
|
+
optional :status, enum: -> { Lithic::AccountActivityListParams::Status }
|
79
79
|
|
80
80
|
# @!method initialize(account_token: nil, begin_: nil, business_account_token: nil, category: nil, end_: nil, ending_before: nil, financial_account_token: nil, page_size: nil, result: nil, starting_after: nil, status: nil, request_options: {})
|
81
81
|
# Some parameter documentations has been truncated, see
|
@@ -97,11 +97,11 @@ module Lithic
|
|
97
97
|
#
|
98
98
|
# @param page_size [Integer] Page size (for pagination).
|
99
99
|
#
|
100
|
-
# @param result [
|
100
|
+
# @param result [Symbol, Lithic::Models::AccountActivityListParams::Result] Filter by transaction result
|
101
101
|
#
|
102
102
|
# @param starting_after [String] A cursor representing an item's token after which a page of results should begin
|
103
103
|
#
|
104
|
-
# @param status [
|
104
|
+
# @param status [Symbol, Lithic::Models::AccountActivityListParams::Status] Filter by transaction status
|
105
105
|
#
|
106
106
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}]
|
107
107
|
|
@@ -127,6 +127,7 @@ module Lithic
|
|
127
127
|
# @return [Array<Symbol>]
|
128
128
|
end
|
129
129
|
|
130
|
+
# Filter by transaction result
|
130
131
|
module Result
|
131
132
|
extend Lithic::Internal::Type::Enum
|
132
133
|
|
@@ -137,16 +138,17 @@ module Lithic
|
|
137
138
|
# @return [Array<Symbol>]
|
138
139
|
end
|
139
140
|
|
141
|
+
# Filter by transaction status
|
140
142
|
module Status
|
141
143
|
extend Lithic::Internal::Type::Enum
|
142
144
|
|
143
145
|
DECLINED = :DECLINED
|
144
146
|
EXPIRED = :EXPIRED
|
145
147
|
PENDING = :PENDING
|
146
|
-
SETTLED = :SETTLED
|
147
|
-
VOIDED = :VOIDED
|
148
148
|
RETURNED = :RETURNED
|
149
149
|
REVERSED = :REVERSED
|
150
|
+
SETTLED = :SETTLED
|
151
|
+
VOIDED = :VOIDED
|
150
152
|
|
151
153
|
# @!method self.values
|
152
154
|
# @return [Array<Symbol>]
|
@@ -11,8 +11,14 @@ module Lithic
|
|
11
11
|
# @!attribute account_tokens
|
12
12
|
# Account tokens to which the Auth Rule applies.
|
13
13
|
#
|
14
|
-
# @return [Array<String
|
15
|
-
|
14
|
+
# @return [Array<String>, nil]
|
15
|
+
optional :account_tokens, Lithic::Internal::Type::ArrayOf[String]
|
16
|
+
|
17
|
+
# @!attribute business_account_tokens
|
18
|
+
# Business Account tokens to which the Auth Rule applies.
|
19
|
+
#
|
20
|
+
# @return [Array<String>, nil]
|
21
|
+
optional :business_account_tokens, Lithic::Internal::Type::ArrayOf[String]
|
16
22
|
|
17
23
|
# @!attribute card_tokens
|
18
24
|
# Card tokens to which the Auth Rule applies.
|
@@ -32,13 +38,15 @@ module Lithic
|
|
32
38
|
# @return [Array<String>, nil]
|
33
39
|
optional :excluded_card_tokens, Lithic::Internal::Type::ArrayOf[String]
|
34
40
|
|
35
|
-
# @!method initialize(
|
36
|
-
# @param account_tokens [Array<String>] Account tokens to which the Auth Rule applies.
|
37
|
-
#
|
41
|
+
# @!method initialize(card_tokens:, program_level:, account_tokens: nil, business_account_tokens: nil, excluded_card_tokens: nil, request_options: {})
|
38
42
|
# @param card_tokens [Array<String>] Card tokens to which the Auth Rule applies.
|
39
43
|
#
|
40
44
|
# @param program_level [Boolean] Whether the Auth Rule applies to all authorizations on the card program.
|
41
45
|
#
|
46
|
+
# @param account_tokens [Array<String>] Account tokens to which the Auth Rule applies.
|
47
|
+
#
|
48
|
+
# @param business_account_tokens [Array<String>] Business Account tokens to which the Auth Rule applies.
|
49
|
+
#
|
42
50
|
# @param excluded_card_tokens [Array<String>] Card tokens to which the Auth Rule does not apply.
|
43
51
|
#
|
44
52
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}]
|