increase 1.311.0 → 1.313.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 +16 -0
- data/README.md +1 -1
- data/lib/increase/client.rb +4 -4
- data/lib/increase/models/event.rb +0 -3
- data/lib/increase/models/event_list_params.rb +0 -3
- data/lib/increase/models/event_subscription.rb +0 -3
- data/lib/increase/models/event_subscription_create_params.rb +0 -3
- data/lib/increase/models/unwrap_webhook_event.rb +0 -3
- data/lib/increase/version.rb +1 -1
- data/rbi/increase/client.rbi +3 -3
- data/rbi/increase/models/event.rbi +0 -4
- data/rbi/increase/models/event_list_params.rbi +0 -7
- data/rbi/increase/models/event_subscription.rbi +0 -7
- data/rbi/increase/models/event_subscription_create_params.rbi +0 -7
- data/rbi/increase/models/unwrap_webhook_event.rbi +0 -7
- data/sig/increase/client.rbs +2 -2
- data/sig/increase/models/event.rbs +0 -4
- data/sig/increase/models/event_list_params.rbs +0 -4
- data/sig/increase/models/event_subscription.rbs +0 -4
- data/sig/increase/models/event_subscription_create_params.rbs +0 -4
- data/sig/increase/models/unwrap_webhook_event.rbs +0 -4
- 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: fed1ab20a1972aaca72a230c33d54cc75bc9f9d32859cc251c3e06b55cbfefb5
|
|
4
|
+
data.tar.gz: cf6573de9e60524eaf5526d8d2aabfd741bdb29114face6aa9ab33d6c184d90d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 432852bc8c479c84b0ecdce8fa5f43a30844726ee1e5f4b09a33bbdf458330b7fa88e08186237a5c0658d6636388f33b3c6bbc122d04a9f4bfd448771ca5666d
|
|
7
|
+
data.tar.gz: c85529626e86c71ceb304b35bd45a144e815910eddff0891bd85243c78e554c5bc7fac0a5f3d0fe7a678a7dbaf092a2b3fc7bd0ad6100b829f87265a9f5c8e6a
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.313.0 (2026-04-30)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v1.312.0...v1.313.0](https://github.com/Increase/increase-ruby/compare/v1.312.0...v1.313.0)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **api:** api update ([be3412f](https://github.com/Increase/increase-ruby/commit/be3412f1d7174d2e204d880a03bad033596a5b67))
|
|
10
|
+
|
|
11
|
+
## 1.312.0 (2026-04-30)
|
|
12
|
+
|
|
13
|
+
Full Changelog: [v1.311.0...v1.312.0](https://github.com/Increase/increase-ruby/compare/v1.311.0...v1.312.0)
|
|
14
|
+
|
|
15
|
+
### Features
|
|
16
|
+
|
|
17
|
+
* **api:** api update ([856da53](https://github.com/Increase/increase-ruby/commit/856da537b1dd8ca63350bdc724fb5065454021a0))
|
|
18
|
+
|
|
3
19
|
## 1.311.0 (2026-04-29)
|
|
4
20
|
|
|
5
21
|
Full Changelog: [v1.310.0...v1.311.0](https://github.com/Increase/increase-ruby/compare/v1.310.0...v1.311.0)
|
data/README.md
CHANGED
data/lib/increase/client.rb
CHANGED
|
@@ -71,12 +71,12 @@ module Increase
|
|
|
71
71
|
# @return [Increase::Resources::ACHTransfers]
|
|
72
72
|
attr_reader :ach_transfers
|
|
73
73
|
|
|
74
|
-
# @return [Increase::Resources::ACHPrenotifications]
|
|
75
|
-
attr_reader :ach_prenotifications
|
|
76
|
-
|
|
77
74
|
# @return [Increase::Resources::InboundACHTransfers]
|
|
78
75
|
attr_reader :inbound_ach_transfers
|
|
79
76
|
|
|
77
|
+
# @return [Increase::Resources::ACHPrenotifications]
|
|
78
|
+
attr_reader :ach_prenotifications
|
|
79
|
+
|
|
80
80
|
# @return [Increase::Resources::WireTransfers]
|
|
81
81
|
attr_reader :wire_transfers
|
|
82
82
|
|
|
@@ -292,8 +292,8 @@ module Increase
|
|
|
292
292
|
@pending_transactions = Increase::Resources::PendingTransactions.new(client: self)
|
|
293
293
|
@declined_transactions = Increase::Resources::DeclinedTransactions.new(client: self)
|
|
294
294
|
@ach_transfers = Increase::Resources::ACHTransfers.new(client: self)
|
|
295
|
-
@ach_prenotifications = Increase::Resources::ACHPrenotifications.new(client: self)
|
|
296
295
|
@inbound_ach_transfers = Increase::Resources::InboundACHTransfers.new(client: self)
|
|
296
|
+
@ach_prenotifications = Increase::Resources::ACHPrenotifications.new(client: self)
|
|
297
297
|
@wire_transfers = Increase::Resources::WireTransfers.new(client: self)
|
|
298
298
|
@inbound_wire_transfers = Increase::Resources::InboundWireTransfers.new(client: self)
|
|
299
299
|
@wire_drawdown_requests = Increase::Resources::WireDrawdownRequests.new(client: self)
|
|
@@ -184,9 +184,6 @@ module Increase
|
|
|
184
184
|
# Occurs whenever a Digital Wallet Token is updated.
|
|
185
185
|
DIGITAL_WALLET_TOKEN_UPDATED = :"digital_wallet_token.updated"
|
|
186
186
|
|
|
187
|
-
# Occurs whenever a Document is created.
|
|
188
|
-
DOCUMENT_CREATED = :"document.created"
|
|
189
|
-
|
|
190
187
|
# Occurs whenever an Entity is created.
|
|
191
188
|
ENTITY_CREATED = :"entity.created"
|
|
192
189
|
|
|
@@ -193,9 +193,6 @@ module Increase
|
|
|
193
193
|
# Occurs whenever a Digital Wallet Token is updated.
|
|
194
194
|
DIGITAL_WALLET_TOKEN_UPDATED = :"digital_wallet_token.updated"
|
|
195
195
|
|
|
196
|
-
# Occurs whenever a Document is created.
|
|
197
|
-
DOCUMENT_CREATED = :"document.created"
|
|
198
|
-
|
|
199
196
|
# Occurs whenever an Entity is created.
|
|
200
197
|
ENTITY_CREATED = :"entity.created"
|
|
201
198
|
|
|
@@ -218,9 +218,6 @@ module Increase
|
|
|
218
218
|
# Occurs whenever a Digital Wallet Token is updated.
|
|
219
219
|
DIGITAL_WALLET_TOKEN_UPDATED = :"digital_wallet_token.updated"
|
|
220
220
|
|
|
221
|
-
# Occurs whenever a Document is created.
|
|
222
|
-
DOCUMENT_CREATED = :"document.created"
|
|
223
|
-
|
|
224
221
|
# Occurs whenever an Entity is created.
|
|
225
222
|
ENTITY_CREATED = :"entity.created"
|
|
226
223
|
|
|
@@ -189,9 +189,6 @@ module Increase
|
|
|
189
189
|
# Occurs whenever a Digital Wallet Token is updated.
|
|
190
190
|
DIGITAL_WALLET_TOKEN_UPDATED = :"digital_wallet_token.updated"
|
|
191
191
|
|
|
192
|
-
# Occurs whenever a Document is created.
|
|
193
|
-
DOCUMENT_CREATED = :"document.created"
|
|
194
|
-
|
|
195
192
|
# Occurs whenever an Entity is created.
|
|
196
193
|
ENTITY_CREATED = :"entity.created"
|
|
197
194
|
|
|
@@ -183,9 +183,6 @@ module Increase
|
|
|
183
183
|
# Occurs whenever a Digital Wallet Token is updated.
|
|
184
184
|
DIGITAL_WALLET_TOKEN_UPDATED = :"digital_wallet_token.updated"
|
|
185
185
|
|
|
186
|
-
# Occurs whenever a Document is created.
|
|
187
|
-
DOCUMENT_CREATED = :"document.created"
|
|
188
|
-
|
|
189
186
|
# Occurs whenever an Entity is created.
|
|
190
187
|
ENTITY_CREATED = :"entity.created"
|
|
191
188
|
|
data/lib/increase/version.rb
CHANGED
data/rbi/increase/client.rbi
CHANGED
|
@@ -70,12 +70,12 @@ module Increase
|
|
|
70
70
|
sig { returns(Increase::Resources::ACHTransfers) }
|
|
71
71
|
attr_reader :ach_transfers
|
|
72
72
|
|
|
73
|
-
sig { returns(Increase::Resources::ACHPrenotifications) }
|
|
74
|
-
attr_reader :ach_prenotifications
|
|
75
|
-
|
|
76
73
|
sig { returns(Increase::Resources::InboundACHTransfers) }
|
|
77
74
|
attr_reader :inbound_ach_transfers
|
|
78
75
|
|
|
76
|
+
sig { returns(Increase::Resources::ACHPrenotifications) }
|
|
77
|
+
attr_reader :ach_prenotifications
|
|
78
|
+
|
|
79
79
|
sig { returns(Increase::Resources::WireTransfers) }
|
|
80
80
|
attr_reader :wire_transfers
|
|
81
81
|
|
|
@@ -341,10 +341,6 @@ module Increase
|
|
|
341
341
|
Increase::Event::Category::TaggedSymbol
|
|
342
342
|
)
|
|
343
343
|
|
|
344
|
-
# Occurs whenever a Document is created.
|
|
345
|
-
DOCUMENT_CREATED =
|
|
346
|
-
T.let(:"document.created", Increase::Event::Category::TaggedSymbol)
|
|
347
|
-
|
|
348
344
|
# Occurs whenever an Entity is created.
|
|
349
345
|
ENTITY_CREATED =
|
|
350
346
|
T.let(:"entity.created", Increase::Event::Category::TaggedSymbol)
|
|
@@ -419,13 +419,6 @@ module Increase
|
|
|
419
419
|
Increase::EventListParams::Category::In::TaggedSymbol
|
|
420
420
|
)
|
|
421
421
|
|
|
422
|
-
# Occurs whenever a Document is created.
|
|
423
|
-
DOCUMENT_CREATED =
|
|
424
|
-
T.let(
|
|
425
|
-
:"document.created",
|
|
426
|
-
Increase::EventListParams::Category::In::TaggedSymbol
|
|
427
|
-
)
|
|
428
|
-
|
|
429
422
|
# Occurs whenever an Entity is created.
|
|
430
423
|
ENTITY_CREATED =
|
|
431
424
|
T.let(
|
|
@@ -444,13 +444,6 @@ module Increase
|
|
|
444
444
|
Increase::EventSubscription::SelectedEventCategory::EventCategory::TaggedSymbol
|
|
445
445
|
)
|
|
446
446
|
|
|
447
|
-
# Occurs whenever a Document is created.
|
|
448
|
-
DOCUMENT_CREATED =
|
|
449
|
-
T.let(
|
|
450
|
-
:"document.created",
|
|
451
|
-
Increase::EventSubscription::SelectedEventCategory::EventCategory::TaggedSymbol
|
|
452
|
-
)
|
|
453
|
-
|
|
454
447
|
# Occurs whenever an Entity is created.
|
|
455
448
|
ENTITY_CREATED =
|
|
456
449
|
T.let(
|
|
@@ -442,13 +442,6 @@ module Increase
|
|
|
442
442
|
Increase::EventSubscriptionCreateParams::SelectedEventCategory::EventCategory::TaggedSymbol
|
|
443
443
|
)
|
|
444
444
|
|
|
445
|
-
# Occurs whenever a Document is created.
|
|
446
|
-
DOCUMENT_CREATED =
|
|
447
|
-
T.let(
|
|
448
|
-
:"document.created",
|
|
449
|
-
Increase::EventSubscriptionCreateParams::SelectedEventCategory::EventCategory::TaggedSymbol
|
|
450
|
-
)
|
|
451
|
-
|
|
452
445
|
# Occurs whenever an Entity is created.
|
|
453
446
|
ENTITY_CREATED =
|
|
454
447
|
T.let(
|
|
@@ -356,13 +356,6 @@ module Increase
|
|
|
356
356
|
Increase::UnwrapWebhookEvent::Category::TaggedSymbol
|
|
357
357
|
)
|
|
358
358
|
|
|
359
|
-
# Occurs whenever a Document is created.
|
|
360
|
-
DOCUMENT_CREATED =
|
|
361
|
-
T.let(
|
|
362
|
-
:"document.created",
|
|
363
|
-
Increase::UnwrapWebhookEvent::Category::TaggedSymbol
|
|
364
|
-
)
|
|
365
|
-
|
|
366
359
|
# Occurs whenever an Entity is created.
|
|
367
360
|
ENTITY_CREATED =
|
|
368
361
|
T.let(
|
data/sig/increase/client.rbs
CHANGED
|
@@ -47,10 +47,10 @@ module Increase
|
|
|
47
47
|
|
|
48
48
|
attr_reader ach_transfers: Increase::Resources::ACHTransfers
|
|
49
49
|
|
|
50
|
-
attr_reader ach_prenotifications: Increase::Resources::ACHPrenotifications
|
|
51
|
-
|
|
52
50
|
attr_reader inbound_ach_transfers: Increase::Resources::InboundACHTransfers
|
|
53
51
|
|
|
52
|
+
attr_reader ach_prenotifications: Increase::Resources::ACHPrenotifications
|
|
53
|
+
|
|
54
54
|
attr_reader wire_transfers: Increase::Resources::WireTransfers
|
|
55
55
|
|
|
56
56
|
attr_reader inbound_wire_transfers: Increase::Resources::InboundWireTransfers
|
|
@@ -80,7 +80,6 @@ module Increase
|
|
|
80
80
|
| :"digital_card_profile.updated"
|
|
81
81
|
| :"digital_wallet_token.created"
|
|
82
82
|
| :"digital_wallet_token.updated"
|
|
83
|
-
| :"document.created"
|
|
84
83
|
| :"entity.created"
|
|
85
84
|
| :"entity.updated"
|
|
86
85
|
| :"event_subscription.created"
|
|
@@ -268,9 +267,6 @@ module Increase
|
|
|
268
267
|
# Occurs whenever a Digital Wallet Token is updated.
|
|
269
268
|
DIGITAL_WALLET_TOKEN_UPDATED: :"digital_wallet_token.updated"
|
|
270
269
|
|
|
271
|
-
# Occurs whenever a Document is created.
|
|
272
|
-
DOCUMENT_CREATED: :"document.created"
|
|
273
|
-
|
|
274
270
|
# Occurs whenever an Entity is created.
|
|
275
271
|
ENTITY_CREATED: :"entity.created"
|
|
276
272
|
|
|
@@ -122,7 +122,6 @@ module Increase
|
|
|
122
122
|
| :"digital_card_profile.updated"
|
|
123
123
|
| :"digital_wallet_token.created"
|
|
124
124
|
| :"digital_wallet_token.updated"
|
|
125
|
-
| :"document.created"
|
|
126
125
|
| :"entity.created"
|
|
127
126
|
| :"entity.updated"
|
|
128
127
|
| :"event_subscription.created"
|
|
@@ -310,9 +309,6 @@ module Increase
|
|
|
310
309
|
# Occurs whenever a Digital Wallet Token is updated.
|
|
311
310
|
DIGITAL_WALLET_TOKEN_UPDATED: :"digital_wallet_token.updated"
|
|
312
311
|
|
|
313
|
-
# Occurs whenever a Document is created.
|
|
314
|
-
DOCUMENT_CREATED: :"document.created"
|
|
315
|
-
|
|
316
312
|
# Occurs whenever an Entity is created.
|
|
317
313
|
ENTITY_CREATED: :"entity.created"
|
|
318
314
|
|
|
@@ -106,7 +106,6 @@ module Increase
|
|
|
106
106
|
| :"digital_card_profile.updated"
|
|
107
107
|
| :"digital_wallet_token.created"
|
|
108
108
|
| :"digital_wallet_token.updated"
|
|
109
|
-
| :"document.created"
|
|
110
109
|
| :"entity.created"
|
|
111
110
|
| :"entity.updated"
|
|
112
111
|
| :"event_subscription.created"
|
|
@@ -294,9 +293,6 @@ module Increase
|
|
|
294
293
|
# Occurs whenever a Digital Wallet Token is updated.
|
|
295
294
|
DIGITAL_WALLET_TOKEN_UPDATED: :"digital_wallet_token.updated"
|
|
296
295
|
|
|
297
|
-
# Occurs whenever a Document is created.
|
|
298
|
-
DOCUMENT_CREATED: :"document.created"
|
|
299
|
-
|
|
300
296
|
# Occurs whenever an Entity is created.
|
|
301
297
|
ENTITY_CREATED: :"entity.created"
|
|
302
298
|
|
|
@@ -109,7 +109,6 @@ module Increase
|
|
|
109
109
|
| :"digital_card_profile.updated"
|
|
110
110
|
| :"digital_wallet_token.created"
|
|
111
111
|
| :"digital_wallet_token.updated"
|
|
112
|
-
| :"document.created"
|
|
113
112
|
| :"entity.created"
|
|
114
113
|
| :"entity.updated"
|
|
115
114
|
| :"event_subscription.created"
|
|
@@ -297,9 +296,6 @@ module Increase
|
|
|
297
296
|
# Occurs whenever a Digital Wallet Token is updated.
|
|
298
297
|
DIGITAL_WALLET_TOKEN_UPDATED: :"digital_wallet_token.updated"
|
|
299
298
|
|
|
300
|
-
# Occurs whenever a Document is created.
|
|
301
|
-
DOCUMENT_CREATED: :"document.created"
|
|
302
|
-
|
|
303
299
|
# Occurs whenever an Entity is created.
|
|
304
300
|
ENTITY_CREATED: :"entity.created"
|
|
305
301
|
|
|
@@ -80,7 +80,6 @@ module Increase
|
|
|
80
80
|
| :"digital_card_profile.updated"
|
|
81
81
|
| :"digital_wallet_token.created"
|
|
82
82
|
| :"digital_wallet_token.updated"
|
|
83
|
-
| :"document.created"
|
|
84
83
|
| :"entity.created"
|
|
85
84
|
| :"entity.updated"
|
|
86
85
|
| :"event_subscription.created"
|
|
@@ -268,9 +267,6 @@ module Increase
|
|
|
268
267
|
# Occurs whenever a Digital Wallet Token is updated.
|
|
269
268
|
DIGITAL_WALLET_TOKEN_UPDATED: :"digital_wallet_token.updated"
|
|
270
269
|
|
|
271
|
-
# Occurs whenever a Document is created.
|
|
272
|
-
DOCUMENT_CREATED: :"document.created"
|
|
273
|
-
|
|
274
270
|
# Occurs whenever an Entity is created.
|
|
275
271
|
ENTITY_CREATED: :"entity.created"
|
|
276
272
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: increase
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.313.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Increase
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-04-
|
|
11
|
+
date: 2026-04-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: cgi
|