increase 1.214.0 → 1.215.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 +164 -0
- data/README.md +1 -1
- data/lib/increase/internal/util.rb +31 -0
- data/lib/increase/models/fednow_transfer.rb +47 -1
- data/lib/increase/resources/account_numbers.rb +2 -1
- data/lib/increase/resources/account_statements.rb +2 -1
- data/lib/increase/resources/account_transfers.rb +2 -1
- data/lib/increase/resources/accounts.rb +4 -2
- data/lib/increase/resources/ach_prenotifications.rb +2 -1
- data/lib/increase/resources/ach_transfers.rb +2 -1
- data/lib/increase/resources/bookkeeping_accounts.rb +4 -2
- data/lib/increase/resources/bookkeeping_entries.rb +2 -1
- data/lib/increase/resources/bookkeeping_entry_sets.rb +2 -1
- data/lib/increase/resources/card_disputes.rb +2 -1
- data/lib/increase/resources/card_payments.rb +2 -1
- data/lib/increase/resources/card_purchase_supplements.rb +2 -1
- data/lib/increase/resources/card_push_transfers.rb +2 -1
- data/lib/increase/resources/card_tokens.rb +2 -1
- data/lib/increase/resources/card_validations.rb +2 -1
- data/lib/increase/resources/cards.rb +2 -1
- data/lib/increase/resources/check_deposits.rb +2 -1
- data/lib/increase/resources/check_transfers.rb +2 -1
- data/lib/increase/resources/declined_transactions.rb +2 -1
- data/lib/increase/resources/digital_card_profiles.rb +2 -1
- data/lib/increase/resources/digital_wallet_tokens.rb +2 -1
- data/lib/increase/resources/entities.rb +2 -1
- data/lib/increase/resources/event_subscriptions.rb +2 -1
- data/lib/increase/resources/events.rb +2 -1
- data/lib/increase/resources/exports.rb +2 -1
- data/lib/increase/resources/external_accounts.rb +2 -1
- data/lib/increase/resources/fednow_transfers.rb +2 -1
- data/lib/increase/resources/files.rb +2 -1
- data/lib/increase/resources/inbound_ach_transfers.rb +2 -1
- data/lib/increase/resources/inbound_check_deposits.rb +2 -1
- data/lib/increase/resources/inbound_fednow_transfers.rb +2 -1
- data/lib/increase/resources/inbound_mail_items.rb +2 -1
- data/lib/increase/resources/inbound_real_time_payments_transfers.rb +2 -1
- data/lib/increase/resources/inbound_wire_drawdown_requests.rb +2 -1
- data/lib/increase/resources/inbound_wire_transfers.rb +2 -1
- data/lib/increase/resources/intrafi_account_enrollments.rb +2 -1
- data/lib/increase/resources/intrafi_exclusions.rb +2 -1
- data/lib/increase/resources/lockboxes.rb +2 -1
- data/lib/increase/resources/oauth_applications.rb +2 -1
- data/lib/increase/resources/oauth_connections.rb +2 -1
- data/lib/increase/resources/pending_transactions.rb +2 -1
- data/lib/increase/resources/physical_card_profiles.rb +2 -1
- data/lib/increase/resources/physical_cards.rb +2 -1
- data/lib/increase/resources/programs.rb +2 -1
- data/lib/increase/resources/real_time_payments_transfers.rb +2 -1
- data/lib/increase/resources/routing_numbers.rb +2 -1
- data/lib/increase/resources/supplemental_documents.rb +2 -1
- data/lib/increase/resources/swift_transfers.rb +2 -1
- data/lib/increase/resources/transactions.rb +2 -1
- data/lib/increase/resources/wire_drawdown_requests.rb +2 -1
- data/lib/increase/resources/wire_transfers.rb +2 -1
- data/lib/increase/version.rb +1 -1
- data/rbi/increase/internal/util.rbi +20 -0
- data/rbi/increase/models/fednow_transfer.rbi +78 -0
- data/sig/increase/internal/util.rbs +10 -0
- data/sig/increase/models/fednow_transfer.rbs +37 -0
- 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: 247846caa3e6a4f1d184649f92accddc5a629f0349885a0f354fdf93c6631591
|
|
4
|
+
data.tar.gz: cde93c7bf44c3cae880ffa690894bb8f124ee73c10a9ae84cb1d42e21e7fde73
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 01a33b428e929cf555f2516810bdc00bd317f58c97cc9c4b9e58ba01dff5145f4b529d26f9ac2db501de31061291cc5e44132a37edcce5b8e414aa0de2db99b0
|
|
7
|
+
data.tar.gz: 54b5c3409378eda5b0d88ec1158a76fce0d071b5cb8519e1362c651aabdd81e2efe1063584ce909ec7d07170b9facf242d7f46c5a6df41c75a8af76e8a9593fe
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,169 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.215.0 (2026-03-02)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v1.214.1...v1.215.0](https://github.com/Increase/increase-ruby/compare/v1.214.1...v1.215.0)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **api:** api update ([33685ab](https://github.com/Increase/increase-ruby/commit/33685abf859f2fd95d6b44d6baf823680c652c03))
|
|
10
|
+
* **api:** api update ([6d5ae13](https://github.com/Increase/increase-ruby/commit/6d5ae13ad65d9357064023c4aadd89bd280a37dd))
|
|
11
|
+
* **api:** api update ([3c7de8b](https://github.com/Increase/increase-ruby/commit/3c7de8be54ab3a3838bf3f531f0d9fcf4326f981))
|
|
12
|
+
* **api:** api update ([477fc1d](https://github.com/Increase/increase-ruby/commit/477fc1d2d3e0ffa94d87bd38de8f9fa640b6d6b6))
|
|
13
|
+
* **api:** api update ([8e4bd77](https://github.com/Increase/increase-ruby/commit/8e4bd77a9f6e38d6fb624f14de54158a1f5d8c47))
|
|
14
|
+
* **api:** api update ([994c574](https://github.com/Increase/increase-ruby/commit/994c574e2a7b0ca88f389b0497b590cd3c12dfc1))
|
|
15
|
+
* **api:** api update ([933d5be](https://github.com/Increase/increase-ruby/commit/933d5beb3f18163905c9f83ba7df18875bf01489))
|
|
16
|
+
* **api:** api update ([19af3d3](https://github.com/Increase/increase-ruby/commit/19af3d3a57953bb6bb3eb70feab82483c7f15e19))
|
|
17
|
+
* **api:** api update ([5b3d504](https://github.com/Increase/increase-ruby/commit/5b3d50412c6d0936cae8657e9d36ec49d2988eda))
|
|
18
|
+
* **api:** api update ([21c63e6](https://github.com/Increase/increase-ruby/commit/21c63e65a7c7a4077af5dd863f125871b5726d85))
|
|
19
|
+
* **api:** api update ([6e53b59](https://github.com/Increase/increase-ruby/commit/6e53b5915bd240411121268dd808b13d2bd3ab82))
|
|
20
|
+
* **api:** api update ([c8a408a](https://github.com/Increase/increase-ruby/commit/c8a408a669f396435823a3c7bd3ca0a2aa978663))
|
|
21
|
+
* **api:** api update ([a8fec40](https://github.com/Increase/increase-ruby/commit/a8fec40bf005e25dcbdeb20a820a232a7a896038))
|
|
22
|
+
* **api:** api update ([1d50d86](https://github.com/Increase/increase-ruby/commit/1d50d86f1f11eb6bdaf6b04c8a847cbe4719d3b7))
|
|
23
|
+
* **api:** api update ([bc9e64d](https://github.com/Increase/increase-ruby/commit/bc9e64deb4c9ec1da47bd0a234882f7acb624ad0))
|
|
24
|
+
* **api:** api update ([17fab0d](https://github.com/Increase/increase-ruby/commit/17fab0dfc100c6ac9fa01ddb459cb5ed511e49d6))
|
|
25
|
+
* **api:** api update ([5d17ef7](https://github.com/Increase/increase-ruby/commit/5d17ef766f6b516c5a9669b497565b6d5d7db71a))
|
|
26
|
+
* **api:** api update ([28f6cee](https://github.com/Increase/increase-ruby/commit/28f6cee5a4346d0a0c7f6562e91319f90689d7b0))
|
|
27
|
+
* **api:** api update ([f738a4c](https://github.com/Increase/increase-ruby/commit/f738a4ca9f5bf4da6aa89a71cf2618404e13e75d))
|
|
28
|
+
* **api:** api update ([f4c26d1](https://github.com/Increase/increase-ruby/commit/f4c26d1b1cdfbcfe12d127c29b3de964b3400d68))
|
|
29
|
+
* **api:** api update ([d576bf7](https://github.com/Increase/increase-ruby/commit/d576bf7b4b1f3cc201cf63ef73c384fdaba766c5))
|
|
30
|
+
* **api:** api update ([05030a4](https://github.com/Increase/increase-ruby/commit/05030a4fc7232f9724c7ddaa2dc2592cbfd3edd6))
|
|
31
|
+
* **api:** api update ([67c1f0b](https://github.com/Increase/increase-ruby/commit/67c1f0b2926fe0a4d0d9abb4c86d36c0821b4b6a))
|
|
32
|
+
* **api:** api update ([70d6b93](https://github.com/Increase/increase-ruby/commit/70d6b937f554264a3b965f0278e9af20bb13f524))
|
|
33
|
+
* **api:** api update ([1caa411](https://github.com/Increase/increase-ruby/commit/1caa4112436ad6896121d27afdd4a06f406ac9a8))
|
|
34
|
+
* **api:** api update ([8f9e694](https://github.com/Increase/increase-ruby/commit/8f9e69431eca1427c939b902e793c1fe27490f7c))
|
|
35
|
+
* **api:** api update ([092b919](https://github.com/Increase/increase-ruby/commit/092b9196c87f3494f483d62b214b229ca26e1f58))
|
|
36
|
+
* **api:** api update ([e1dc24f](https://github.com/Increase/increase-ruby/commit/e1dc24f2a597da1fb4e51f9a648b1bccb35c583e))
|
|
37
|
+
* **api:** api update ([6aa76a0](https://github.com/Increase/increase-ruby/commit/6aa76a005943d4e9cf671360dcee9863e442835f))
|
|
38
|
+
* **api:** api update ([27f834c](https://github.com/Increase/increase-ruby/commit/27f834c3056d05eceaeedecffaef9876d23c3207))
|
|
39
|
+
* **api:** api update ([a9ab98b](https://github.com/Increase/increase-ruby/commit/a9ab98b9e29d37ff5a00e166eb53c25c1bcaccc4))
|
|
40
|
+
* **api:** api update ([8b8d2d6](https://github.com/Increase/increase-ruby/commit/8b8d2d63a92772d12202716c6e640a256cc710ad))
|
|
41
|
+
* **api:** api update ([52ab218](https://github.com/Increase/increase-ruby/commit/52ab218e2b9df867348b2512eba89077359d766a))
|
|
42
|
+
* **api:** api update ([8d4da8c](https://github.com/Increase/increase-ruby/commit/8d4da8ce0198334d123f78a9007b321ff12fb5d6))
|
|
43
|
+
* **api:** api update ([111a104](https://github.com/Increase/increase-ruby/commit/111a1045d994ccd58b6f14194322d764ef8cbb7f))
|
|
44
|
+
* **api:** api update ([a4d7fde](https://github.com/Increase/increase-ruby/commit/a4d7fded60123d3ee9ff7bb2c814e7a91deef931))
|
|
45
|
+
* **api:** api update ([81619dc](https://github.com/Increase/increase-ruby/commit/81619dc2ac3f2b68f5326c8e64be9dd674afd34e))
|
|
46
|
+
* **api:** api update ([098249e](https://github.com/Increase/increase-ruby/commit/098249e18aa22539c26a93e87d5ecbb262bb9183))
|
|
47
|
+
* **api:** api update ([11114af](https://github.com/Increase/increase-ruby/commit/11114af8856a05605a2b2091d0c31bae5c46bd22))
|
|
48
|
+
* **api:** api update ([0aa66a3](https://github.com/Increase/increase-ruby/commit/0aa66a3195f4efe263ac76df4ef7192623a0f5a8))
|
|
49
|
+
* **api:** api update ([0faec8e](https://github.com/Increase/increase-ruby/commit/0faec8e767f7679258cf8c0bf0179d7644e7ba70))
|
|
50
|
+
* **api:** api update ([65a3663](https://github.com/Increase/increase-ruby/commit/65a3663561976c1a6d63ab045e69177563f34416))
|
|
51
|
+
* **api:** api update ([3cf8a9d](https://github.com/Increase/increase-ruby/commit/3cf8a9d9253e87984e2d7886ac3e28be3971a76f))
|
|
52
|
+
* **api:** api update ([4242458](https://github.com/Increase/increase-ruby/commit/4242458875f37192735850ab74b10a012e13acf3))
|
|
53
|
+
* **api:** api update ([16f0dab](https://github.com/Increase/increase-ruby/commit/16f0dab6226fe15fe7940701ad6069a58bc53b5d))
|
|
54
|
+
* **api:** api update ([e2c60d1](https://github.com/Increase/increase-ruby/commit/e2c60d1ef601903aaa8b200710a558097e9f4278))
|
|
55
|
+
* **api:** api update ([6d86a6a](https://github.com/Increase/increase-ruby/commit/6d86a6afaf3717e5cce39cc681ecb880cb152062))
|
|
56
|
+
* **api:** api update ([1e2e703](https://github.com/Increase/increase-ruby/commit/1e2e70358f12d691c1e6e0352957ef0c25e0def7))
|
|
57
|
+
* **api:** api update ([2ff7de1](https://github.com/Increase/increase-ruby/commit/2ff7de1effe1f3e8ebc604de682682f06a34752b))
|
|
58
|
+
* **api:** api update ([aceb4f3](https://github.com/Increase/increase-ruby/commit/aceb4f3c59f2a0900583306ce30027a831549525))
|
|
59
|
+
* **api:** api update ([e46ae8f](https://github.com/Increase/increase-ruby/commit/e46ae8fe09873e7fded365dafac56aeefbcce73b))
|
|
60
|
+
* **api:** api update ([764783b](https://github.com/Increase/increase-ruby/commit/764783bd11d78eee36a65efb4fceaa4d8ad09bb2))
|
|
61
|
+
* **api:** api update ([723d38e](https://github.com/Increase/increase-ruby/commit/723d38eb40d3ab1403166954cce2327b5b757f85))
|
|
62
|
+
* **api:** api update ([83c266a](https://github.com/Increase/increase-ruby/commit/83c266a24ee743bdca87ebf5155fe4cb485ad097))
|
|
63
|
+
* **api:** api update ([900dbdd](https://github.com/Increase/increase-ruby/commit/900dbdd0fdecd5c00bb815f669b62853b1c79a57))
|
|
64
|
+
* **api:** api update ([229b3fd](https://github.com/Increase/increase-ruby/commit/229b3fdc43be28c9a2c3a18e1f2a8f7b6cdf4da0))
|
|
65
|
+
* **api:** api update ([b28917e](https://github.com/Increase/increase-ruby/commit/b28917e83e452e1f7995d33f5c1e8f5f348e4cd9))
|
|
66
|
+
* **api:** api update ([cbab315](https://github.com/Increase/increase-ruby/commit/cbab315aefb41453b15f6d40294447933ccad6fa))
|
|
67
|
+
* **api:** api update ([30413fd](https://github.com/Increase/increase-ruby/commit/30413fd094d82dda9a2ce63dfd5b02cc437e5edd))
|
|
68
|
+
* **api:** api update ([6bd1989](https://github.com/Increase/increase-ruby/commit/6bd198909a8273554fd61703b047b0900193cf92))
|
|
69
|
+
* **api:** api update ([75344a9](https://github.com/Increase/increase-ruby/commit/75344a9514d97b42e680910123ca5d7f157405ab))
|
|
70
|
+
* **api:** api update ([b7b5b4d](https://github.com/Increase/increase-ruby/commit/b7b5b4daa32fbdd9e98b67252a5dee579d98fab8))
|
|
71
|
+
* **api:** api update ([cd471d1](https://github.com/Increase/increase-ruby/commit/cd471d16f2026e09a7875c4d3d17a0236fc1253a))
|
|
72
|
+
* **api:** api update ([98cb040](https://github.com/Increase/increase-ruby/commit/98cb040f373612a7a336992d6bcf91b665a76941))
|
|
73
|
+
* **api:** api update ([d2fa306](https://github.com/Increase/increase-ruby/commit/d2fa306621499ac6b07ca6d6af0b152a90f61067))
|
|
74
|
+
* **api:** api update ([7fe9f53](https://github.com/Increase/increase-ruby/commit/7fe9f53257f365926ab045ad87866976714062d1))
|
|
75
|
+
* **api:** api update ([67b8dbf](https://github.com/Increase/increase-ruby/commit/67b8dbfbdebd3a25a009b0e9483d3efc20fd47c1))
|
|
76
|
+
* **api:** api update ([d5c3357](https://github.com/Increase/increase-ruby/commit/d5c33578cd9544b10047e3981970f0f79d0e67ad))
|
|
77
|
+
* **api:** api update ([4319fa3](https://github.com/Increase/increase-ruby/commit/4319fa3aab70b389db23e6c3583f7f24dccd176b))
|
|
78
|
+
* **api:** api update ([9af2d06](https://github.com/Increase/increase-ruby/commit/9af2d063181637e84b78c23b2379851b30a1e2c8))
|
|
79
|
+
* **api:** api update ([af572b9](https://github.com/Increase/increase-ruby/commit/af572b982316d8ad976221aaecc78f6a4a5f1a77))
|
|
80
|
+
* **api:** api update ([1f69763](https://github.com/Increase/increase-ruby/commit/1f697636ec11e1be1c6b29868e17efafab663652))
|
|
81
|
+
* **api:** api update ([fcc99bb](https://github.com/Increase/increase-ruby/commit/fcc99bb4df8d3bedd32b05c283ec0e758f5bbb07))
|
|
82
|
+
* **api:** api update ([8934464](https://github.com/Increase/increase-ruby/commit/893446483706d46d4e55e13a13404d55952d1a8d))
|
|
83
|
+
* **api:** api update ([1a75d55](https://github.com/Increase/increase-ruby/commit/1a75d55c6ba2e4629f73fe59c8da98b91dbbf6e6))
|
|
84
|
+
* **api:** api update ([e158e28](https://github.com/Increase/increase-ruby/commit/e158e287076ada6b22460a4d519ee61d366809ee))
|
|
85
|
+
* **api:** api update ([a5b9a26](https://github.com/Increase/increase-ruby/commit/a5b9a266ce8d21a6379ff88b3a64bda6f8739ee7))
|
|
86
|
+
* **api:** api update ([917dbed](https://github.com/Increase/increase-ruby/commit/917dbed48314f83e54348cc62e0cb9779b9e098e))
|
|
87
|
+
* **api:** api update ([b499e51](https://github.com/Increase/increase-ruby/commit/b499e5150485483eb890cfcf41c0609505b5e640))
|
|
88
|
+
* **api:** api update ([05cd7de](https://github.com/Increase/increase-ruby/commit/05cd7debf4d1d58ce1c8ba8ef380b05ac6dc293b))
|
|
89
|
+
* **api:** api update ([b28f5ff](https://github.com/Increase/increase-ruby/commit/b28f5ff86558c90251aff3e9790bcfbc260e2b4e))
|
|
90
|
+
* **api:** api update ([5dc5562](https://github.com/Increase/increase-ruby/commit/5dc556283a86935a0e6cdf14e689488521f5d911))
|
|
91
|
+
* **api:** api update ([b9c0b01](https://github.com/Increase/increase-ruby/commit/b9c0b01f603e14900df6d3cca45f9eac37fa1711))
|
|
92
|
+
* **api:** api update ([5b60fe9](https://github.com/Increase/increase-ruby/commit/5b60fe952e54afc83811c61f4e93934986bad91e))
|
|
93
|
+
* **api:** api update ([a1276ac](https://github.com/Increase/increase-ruby/commit/a1276ac28ce65b4a558c20636a19db11272a7e9d))
|
|
94
|
+
* **api:** api update ([1c1ca70](https://github.com/Increase/increase-ruby/commit/1c1ca7099130256bd43aec7efb710e25afcf1889))
|
|
95
|
+
* **api:** api update ([cef2a87](https://github.com/Increase/increase-ruby/commit/cef2a870042d3598be92dca27906748c832ca7c8))
|
|
96
|
+
* **api:** api update ([def7765](https://github.com/Increase/increase-ruby/commit/def776572d6ae1c87e25b170540c9d8c40243a91))
|
|
97
|
+
* **api:** api update ([a8ea234](https://github.com/Increase/increase-ruby/commit/a8ea23450bc324eaa7cf0b40c1bf035016d58348))
|
|
98
|
+
* **api:** api update ([7a23d3c](https://github.com/Increase/increase-ruby/commit/7a23d3ca76f7db4df104d5999fa3476a3ab1878b))
|
|
99
|
+
* **api:** api update ([5913eb0](https://github.com/Increase/increase-ruby/commit/5913eb0108a5d9b21c7f8bea443e6700799f01f7))
|
|
100
|
+
* **api:** api update ([25b8e72](https://github.com/Increase/increase-ruby/commit/25b8e72296ea661cf37b4e128a30358e4ee46992))
|
|
101
|
+
* **api:** api update ([8d194f8](https://github.com/Increase/increase-ruby/commit/8d194f8ab7aaf13a9f532699ef4e55601526ffc3))
|
|
102
|
+
* **api:** api update ([e528779](https://github.com/Increase/increase-ruby/commit/e528779b176eb4353bdc69bfa5a5b719e511cb08))
|
|
103
|
+
* **api:** api update ([79f154c](https://github.com/Increase/increase-ruby/commit/79f154c2f470444a71f7c6f0d9459a3afde8def7))
|
|
104
|
+
* **api:** api update ([328af34](https://github.com/Increase/increase-ruby/commit/328af3444d8aaf03175360f2ceae494894763e70))
|
|
105
|
+
* **api:** api update ([a677c19](https://github.com/Increase/increase-ruby/commit/a677c193f4c8d58725e64732944a2c63bb85c194))
|
|
106
|
+
* **api:** api update ([f7565de](https://github.com/Increase/increase-ruby/commit/f7565def11ce2aadf5e947d672942c811391e052))
|
|
107
|
+
* **api:** api update ([be908f4](https://github.com/Increase/increase-ruby/commit/be908f4310c85dbd6f48c66c7f4dfc203bbdc9a0))
|
|
108
|
+
* **api:** api update ([a58dd6a](https://github.com/Increase/increase-ruby/commit/a58dd6a38c94f26e839a9a86db04ba54d5081a87))
|
|
109
|
+
* **api:** api update ([06588a3](https://github.com/Increase/increase-ruby/commit/06588a32f65dd0a460e97d3ac7e166a43152022c))
|
|
110
|
+
* **api:** api update ([1953f6e](https://github.com/Increase/increase-ruby/commit/1953f6e77fe6b972b0427c16db9d7ed0a9a7b540))
|
|
111
|
+
* **api:** api update ([77b9b9e](https://github.com/Increase/increase-ruby/commit/77b9b9e5980a5a787b0be903566a85f4f8bbeac0))
|
|
112
|
+
* **api:** api update ([c81e9db](https://github.com/Increase/increase-ruby/commit/c81e9db1085e45c267b5b77455f2a54d6b3b2a91))
|
|
113
|
+
* **api:** api update ([fc39494](https://github.com/Increase/increase-ruby/commit/fc39494266a7bd75ae68f98a321de2cc994bb0e6))
|
|
114
|
+
* **api:** api update ([179a189](https://github.com/Increase/increase-ruby/commit/179a189ef9af8980d9c5c62eb75197ff3e48a547))
|
|
115
|
+
* **api:** api update ([3f3746d](https://github.com/Increase/increase-ruby/commit/3f3746de3d87d6db48afb3852819a8f3d9b18e91))
|
|
116
|
+
* **api:** api update ([5386c3d](https://github.com/Increase/increase-ruby/commit/5386c3d7d00a80d5e889abc587ddf5e0f9495331))
|
|
117
|
+
* **api:** api update ([581df67](https://github.com/Increase/increase-ruby/commit/581df675ae1c0a892887cb899f3fd5bc694cff9e))
|
|
118
|
+
* **api:** api update ([840fa8d](https://github.com/Increase/increase-ruby/commit/840fa8d6587982f5827469441b9ec571f7ae3b5a))
|
|
119
|
+
* **api:** api update ([505629f](https://github.com/Increase/increase-ruby/commit/505629f4b4e7015ec8c17aa41dffd1b5fb22c012))
|
|
120
|
+
* **api:** api update ([5a6b953](https://github.com/Increase/increase-ruby/commit/5a6b953daa4f9a93576f08b0e3b6e8d6a4864564))
|
|
121
|
+
* **api:** api update ([d129a03](https://github.com/Increase/increase-ruby/commit/d129a03a2bab85d01f9cfe40c9f947e596770fdd))
|
|
122
|
+
* **api:** api update ([f2cde95](https://github.com/Increase/increase-ruby/commit/f2cde957678b37f174cb55b742b0b378dd732577))
|
|
123
|
+
* **api:** api update ([1f3ba09](https://github.com/Increase/increase-ruby/commit/1f3ba092b30da5e9aaf30ad8787d5c3aa8452112))
|
|
124
|
+
* **api:** api update ([f07e672](https://github.com/Increase/increase-ruby/commit/f07e672aa9b98e1d598d8dcb79c7b14c212c9c49))
|
|
125
|
+
* **api:** api update ([0d0ff30](https://github.com/Increase/increase-ruby/commit/0d0ff30f1de006587b7ed76935931f8337514e64))
|
|
126
|
+
* **api:** api update ([6fb6df5](https://github.com/Increase/increase-ruby/commit/6fb6df51a393a334700567d3449a82aad9f3f1f9))
|
|
127
|
+
* **api:** api update ([134b6c4](https://github.com/Increase/increase-ruby/commit/134b6c46f2fe4c3727939516940325ca8138b399))
|
|
128
|
+
* **api:** api update ([8220c88](https://github.com/Increase/increase-ruby/commit/8220c88f5d78d06f8f99b90c989a61925844038d))
|
|
129
|
+
* **api:** api update ([1ad36cb](https://github.com/Increase/increase-ruby/commit/1ad36cb10916ac975c62790843cd9dc2f3557d0e))
|
|
130
|
+
* handle thread interrupts in the core HTTP client ([70115d2](https://github.com/Increase/increase-ruby/commit/70115d22c9ae11a19bef051b345a94451d4a297c))
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
### Bug Fixes
|
|
134
|
+
|
|
135
|
+
* absolutely qualified uris should always override the default ([bc97e0b](https://github.com/Increase/increase-ruby/commit/bc97e0b7312761c7ea97637fe03b7c914c188ef4))
|
|
136
|
+
* better thread safety via early initializing SSL store during HTTP client creation ([8c5dc84](https://github.com/Increase/increase-ruby/commit/8c5dc842c7a9876414f0bd89a8f194e1520330e4))
|
|
137
|
+
* calling `break` out of streams should be instantaneous ([d9d0a28](https://github.com/Increase/increase-ruby/commit/d9d0a289232863c2e6248afbd22d6ffdfd5bf846))
|
|
138
|
+
* **client:** always add content-length to post body, even when empty ([aef2fe6](https://github.com/Increase/increase-ruby/commit/aef2fe6cb55acc83a228a2acb3f0690dd7f82bef))
|
|
139
|
+
* **client:** handle some Dispute objects as empty rather than unknown ([5a90aad](https://github.com/Increase/increase-ruby/commit/5a90aada76a2f04904aa414928ca83dc9ad0d9a3))
|
|
140
|
+
* **client:** loosen json header parsing ([c047ae2](https://github.com/Increase/increase-ruby/commit/c047ae28d54c3ece94f4be124b7bcc74763c9e6c))
|
|
141
|
+
* coroutine leaks from connection pool ([b8c304a](https://github.com/Increase/increase-ruby/commit/b8c304aee8e2098ff68226dbcfd5d23d5d5046de))
|
|
142
|
+
* issue where json.parse errors when receiving HTTP 204 with nobody ([41bfa40](https://github.com/Increase/increase-ruby/commit/41bfa400871737c89342695a01bb2f65ed99a012))
|
|
143
|
+
* properly mock time in ruby ci tests ([89f7533](https://github.com/Increase/increase-ruby/commit/89f7533c558e7eba55dc2c741103fc6f1a47b945))
|
|
144
|
+
* should not reuse buffers for `IO.copy_stream` interop ([80123c1](https://github.com/Increase/increase-ruby/commit/80123c1d91a5dccf600e8ddbdd9d3c716e79d7c0))
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
### Chores
|
|
148
|
+
|
|
149
|
+
* bump dependency version and update sorbet types ([214fcce](https://github.com/Increase/increase-ruby/commit/214fcce5ca8c7c23f2922a84c1d6cc2e70ddf569))
|
|
150
|
+
* **client:** send user-agent header ([d5d4ef2](https://github.com/Increase/increase-ruby/commit/d5d4ef21dbb6b5bfbe2894ee9e011daeece021bb))
|
|
151
|
+
* **docs:** remove www prefix ([0a9b229](https://github.com/Increase/increase-ruby/commit/0a9b229d07e1646a9d41076313018a3c0327d149))
|
|
152
|
+
* explicitly require "base64" gem ([420c62b](https://github.com/Increase/increase-ruby/commit/420c62bbaa0471cdbe06e223eb519bb3bc125a62))
|
|
153
|
+
* ignore linter error for tests having large collections ([ec972f3](https://github.com/Increase/increase-ruby/commit/ec972f3a29c5c906d49ccbd703203ac74c4d6385))
|
|
154
|
+
* **internal:** codegen related update ([8736612](https://github.com/Increase/increase-ruby/commit/873661224de9464379449bc823aa706bb8c2ecbb))
|
|
155
|
+
* **internal:** update `actions/checkout` version ([998f9cd](https://github.com/Increase/increase-ruby/commit/998f9cdab36085daa153d3698ae196767034fd85))
|
|
156
|
+
* move `cgi` into dependencies for ruby 4 ([24c9d9f](https://github.com/Increase/increase-ruby/commit/24c9d9fee4c206ffc5f49b81a896366c34a343ae))
|
|
157
|
+
* update mock server docs ([4d9d783](https://github.com/Increase/increase-ruby/commit/4d9d783cbead1701fea327429ac3f149610e3a40))
|
|
158
|
+
|
|
159
|
+
## 1.214.1 (2026-02-26)
|
|
160
|
+
|
|
161
|
+
Full Changelog: [v1.214.0...v1.214.1](https://github.com/Increase/increase-ruby/compare/v1.214.0...v1.214.1)
|
|
162
|
+
|
|
163
|
+
### Bug Fixes
|
|
164
|
+
|
|
165
|
+
* properly mock time in ruby ci tests ([3a0feb8](https://github.com/Increase/increase-ruby/commit/3a0feb8c07b9060f4d369c4a1ed9318cf0027b47))
|
|
166
|
+
|
|
3
167
|
## 1.214.0 (2026-02-24)
|
|
4
168
|
|
|
5
169
|
Full Changelog: [v1.213.0...v1.214.0](https://github.com/Increase/increase-ruby/compare/v1.213.0...v1.214.0)
|
data/README.md
CHANGED
|
@@ -490,6 +490,37 @@ module Increase
|
|
|
490
490
|
JSONL_CONTENT = %r{^application/(:?x-(?:n|l)djson)|(:?(?:x-)?jsonl)}
|
|
491
491
|
|
|
492
492
|
class << self
|
|
493
|
+
# @api private
|
|
494
|
+
#
|
|
495
|
+
# @param query [Hash{Symbol=>Object}]
|
|
496
|
+
#
|
|
497
|
+
# @return [Hash{Symbol=>Object}]
|
|
498
|
+
def encode_query_params(query)
|
|
499
|
+
out = {}
|
|
500
|
+
query.each { write_query_param_element!(out, _1, _2) }
|
|
501
|
+
out
|
|
502
|
+
end
|
|
503
|
+
|
|
504
|
+
# @api private
|
|
505
|
+
#
|
|
506
|
+
# @param collection [Hash{Symbol=>Object}]
|
|
507
|
+
# @param key [String]
|
|
508
|
+
# @param element [Object]
|
|
509
|
+
#
|
|
510
|
+
# @return [nil]
|
|
511
|
+
private def write_query_param_element!(collection, key, element)
|
|
512
|
+
case element
|
|
513
|
+
in Hash
|
|
514
|
+
element.each do |name, value|
|
|
515
|
+
write_query_param_element!(collection, "#{key}[#{name}]", value)
|
|
516
|
+
end
|
|
517
|
+
in Array
|
|
518
|
+
collection[key] = element.map(&:to_s).join(",")
|
|
519
|
+
else
|
|
520
|
+
collection[key] = element.to_s
|
|
521
|
+
end
|
|
522
|
+
end
|
|
523
|
+
|
|
493
524
|
# @api private
|
|
494
525
|
#
|
|
495
526
|
# @param y [Enumerator::Yielder]
|
|
@@ -48,6 +48,12 @@ module Increase
|
|
|
48
48
|
# @return [Increase::Models::FednowTransfer::CreatedBy, nil]
|
|
49
49
|
required :created_by, -> { Increase::FednowTransfer::CreatedBy }, nil?: true
|
|
50
50
|
|
|
51
|
+
# @!attribute creditor_address
|
|
52
|
+
# The creditor's address.
|
|
53
|
+
#
|
|
54
|
+
# @return [Increase::Models::FednowTransfer::CreditorAddress, nil]
|
|
55
|
+
required :creditor_address, -> { Increase::FednowTransfer::CreditorAddress }, nil?: true
|
|
56
|
+
|
|
51
57
|
# @!attribute creditor_name
|
|
52
58
|
# The name of the transfer's recipient. This is set by the sender when creating
|
|
53
59
|
# the transfer.
|
|
@@ -149,7 +155,7 @@ module Increase
|
|
|
149
155
|
# @return [String]
|
|
150
156
|
required :unstructured_remittance_information, String
|
|
151
157
|
|
|
152
|
-
# @!method initialize(id:, account_id:, account_number:, acknowledgement:, amount:, created_at:, created_by:, creditor_name:, currency:, debtor_name:, external_account_id:, idempotency_key:, pending_transaction_id:, rejection:, routing_number:, source_account_number_id:, status:, submission:, transaction_id:, type:, unique_end_to_end_transaction_reference:, unstructured_remittance_information:)
|
|
158
|
+
# @!method initialize(id:, account_id:, account_number:, acknowledgement:, amount:, created_at:, created_by:, creditor_address:, creditor_name:, currency:, debtor_name:, external_account_id:, idempotency_key:, pending_transaction_id:, rejection:, routing_number:, source_account_number_id:, status:, submission:, transaction_id:, type:, unique_end_to_end_transaction_reference:, unstructured_remittance_information:)
|
|
153
159
|
# Some parameter documentations has been truncated, see
|
|
154
160
|
# {Increase::Models::FednowTransfer} for more details.
|
|
155
161
|
#
|
|
@@ -170,6 +176,8 @@ module Increase
|
|
|
170
176
|
#
|
|
171
177
|
# @param created_by [Increase::Models::FednowTransfer::CreatedBy, nil] What object created the transfer, either via the API or the dashboard.
|
|
172
178
|
#
|
|
179
|
+
# @param creditor_address [Increase::Models::FednowTransfer::CreditorAddress, nil] The creditor's address.
|
|
180
|
+
#
|
|
173
181
|
# @param creditor_name [String] The name of the transfer's recipient. This is set by the sender when creating th
|
|
174
182
|
#
|
|
175
183
|
# @param currency [Symbol, Increase::Models::FednowTransfer::Currency] The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the transfer's c
|
|
@@ -314,6 +322,44 @@ module Increase
|
|
|
314
322
|
end
|
|
315
323
|
end
|
|
316
324
|
|
|
325
|
+
# @see Increase::Models::FednowTransfer#creditor_address
|
|
326
|
+
class CreditorAddress < Increase::Internal::Type::BaseModel
|
|
327
|
+
# @!attribute city
|
|
328
|
+
# The city, district, town, or village of the address.
|
|
329
|
+
#
|
|
330
|
+
# @return [String, nil]
|
|
331
|
+
required :city, String, nil?: true
|
|
332
|
+
|
|
333
|
+
# @!attribute line1
|
|
334
|
+
# The first line of the address.
|
|
335
|
+
#
|
|
336
|
+
# @return [String, nil]
|
|
337
|
+
required :line1, String, nil?: true
|
|
338
|
+
|
|
339
|
+
# @!attribute postal_code
|
|
340
|
+
# The ZIP code of the address.
|
|
341
|
+
#
|
|
342
|
+
# @return [String, nil]
|
|
343
|
+
required :postal_code, String, nil?: true
|
|
344
|
+
|
|
345
|
+
# @!attribute state
|
|
346
|
+
# The address state.
|
|
347
|
+
#
|
|
348
|
+
# @return [String, nil]
|
|
349
|
+
required :state, String, nil?: true
|
|
350
|
+
|
|
351
|
+
# @!method initialize(city:, line1:, postal_code:, state:)
|
|
352
|
+
# The creditor's address.
|
|
353
|
+
#
|
|
354
|
+
# @param city [String, nil] The city, district, town, or village of the address.
|
|
355
|
+
#
|
|
356
|
+
# @param line1 [String, nil] The first line of the address.
|
|
357
|
+
#
|
|
358
|
+
# @param postal_code [String, nil] The ZIP code of the address.
|
|
359
|
+
#
|
|
360
|
+
# @param state [String, nil] The address state.
|
|
361
|
+
end
|
|
362
|
+
|
|
317
363
|
# The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the transfer's
|
|
318
364
|
# currency. For FedNow transfers this is always equal to `USD`.
|
|
319
365
|
#
|
|
@@ -115,10 +115,11 @@ module Increase
|
|
|
115
115
|
# @see Increase::Models::AccountNumberListParams
|
|
116
116
|
def list(params = {})
|
|
117
117
|
parsed, options = Increase::AccountNumberListParams.dump_request(params)
|
|
118
|
+
query = Increase::Internal::Util.encode_query_params(parsed)
|
|
118
119
|
@client.request(
|
|
119
120
|
method: :get,
|
|
120
121
|
path: "account_numbers",
|
|
121
|
-
query:
|
|
122
|
+
query: query,
|
|
122
123
|
page: Increase::Internal::Page,
|
|
123
124
|
model: Increase::AccountNumber,
|
|
124
125
|
options: options
|
|
@@ -45,10 +45,11 @@ module Increase
|
|
|
45
45
|
# @see Increase::Models::AccountStatementListParams
|
|
46
46
|
def list(params = {})
|
|
47
47
|
parsed, options = Increase::AccountStatementListParams.dump_request(params)
|
|
48
|
+
query = Increase::Internal::Util.encode_query_params(parsed)
|
|
48
49
|
@client.request(
|
|
49
50
|
method: :get,
|
|
50
51
|
path: "account_statements",
|
|
51
|
-
query:
|
|
52
|
+
query: query,
|
|
52
53
|
page: Increase::Internal::Page,
|
|
53
54
|
model: Increase::AccountStatement,
|
|
54
55
|
options: options
|
|
@@ -80,10 +80,11 @@ module Increase
|
|
|
80
80
|
# @see Increase::Models::AccountTransferListParams
|
|
81
81
|
def list(params = {})
|
|
82
82
|
parsed, options = Increase::AccountTransferListParams.dump_request(params)
|
|
83
|
+
query = Increase::Internal::Util.encode_query_params(parsed)
|
|
83
84
|
@client.request(
|
|
84
85
|
method: :get,
|
|
85
86
|
path: "account_transfers",
|
|
86
|
-
query:
|
|
87
|
+
query: query,
|
|
87
88
|
page: Increase::Internal::Page,
|
|
88
89
|
model: Increase::AccountTransfer,
|
|
89
90
|
options: options
|
|
@@ -114,10 +114,11 @@ module Increase
|
|
|
114
114
|
# @see Increase::Models::AccountListParams
|
|
115
115
|
def list(params = {})
|
|
116
116
|
parsed, options = Increase::AccountListParams.dump_request(params)
|
|
117
|
+
query = Increase::Internal::Util.encode_query_params(parsed)
|
|
117
118
|
@client.request(
|
|
118
119
|
method: :get,
|
|
119
120
|
path: "accounts",
|
|
120
|
-
query:
|
|
121
|
+
query: query,
|
|
121
122
|
page: Increase::Internal::Page,
|
|
122
123
|
model: Increase::Account,
|
|
123
124
|
options: options
|
|
@@ -140,10 +141,11 @@ module Increase
|
|
|
140
141
|
# @see Increase::Models::AccountBalanceParams
|
|
141
142
|
def balance(account_id, params = {})
|
|
142
143
|
parsed, options = Increase::AccountBalanceParams.dump_request(params)
|
|
144
|
+
query = Increase::Internal::Util.encode_query_params(parsed)
|
|
143
145
|
@client.request(
|
|
144
146
|
method: :get,
|
|
145
147
|
path: ["accounts/%1$s/balance", account_id],
|
|
146
|
-
query:
|
|
148
|
+
query: query,
|
|
147
149
|
model: Increase::BalanceLookup,
|
|
148
150
|
options: options
|
|
149
151
|
)
|
|
@@ -94,10 +94,11 @@ module Increase
|
|
|
94
94
|
# @see Increase::Models::ACHPrenotificationListParams
|
|
95
95
|
def list(params = {})
|
|
96
96
|
parsed, options = Increase::ACHPrenotificationListParams.dump_request(params)
|
|
97
|
+
query = Increase::Internal::Util.encode_query_params(parsed)
|
|
97
98
|
@client.request(
|
|
98
99
|
method: :get,
|
|
99
100
|
path: "ach_prenotifications",
|
|
100
|
-
query:
|
|
101
|
+
query: query,
|
|
101
102
|
page: Increase::Internal::Page,
|
|
102
103
|
model: Increase::ACHPrenotification,
|
|
103
104
|
options: options
|
|
@@ -112,10 +112,11 @@ module Increase
|
|
|
112
112
|
# @see Increase::Models::ACHTransferListParams
|
|
113
113
|
def list(params = {})
|
|
114
114
|
parsed, options = Increase::ACHTransferListParams.dump_request(params)
|
|
115
|
+
query = Increase::Internal::Util.encode_query_params(parsed)
|
|
115
116
|
@client.request(
|
|
116
117
|
method: :get,
|
|
117
118
|
path: "ach_transfers",
|
|
118
|
-
query:
|
|
119
|
+
query: query,
|
|
119
120
|
page: Increase::Internal::Page,
|
|
120
121
|
model: Increase::ACHTransfer,
|
|
121
122
|
options: options
|
|
@@ -75,10 +75,11 @@ module Increase
|
|
|
75
75
|
# @see Increase::Models::BookkeepingAccountListParams
|
|
76
76
|
def list(params = {})
|
|
77
77
|
parsed, options = Increase::BookkeepingAccountListParams.dump_request(params)
|
|
78
|
+
query = Increase::Internal::Util.encode_query_params(parsed)
|
|
78
79
|
@client.request(
|
|
79
80
|
method: :get,
|
|
80
81
|
path: "bookkeeping_accounts",
|
|
81
|
-
query:
|
|
82
|
+
query: query,
|
|
82
83
|
page: Increase::Internal::Page,
|
|
83
84
|
model: Increase::BookkeepingAccount,
|
|
84
85
|
options: options
|
|
@@ -100,10 +101,11 @@ module Increase
|
|
|
100
101
|
# @see Increase::Models::BookkeepingAccountBalanceParams
|
|
101
102
|
def balance(bookkeeping_account_id, params = {})
|
|
102
103
|
parsed, options = Increase::BookkeepingAccountBalanceParams.dump_request(params)
|
|
104
|
+
query = Increase::Internal::Util.encode_query_params(parsed)
|
|
103
105
|
@client.request(
|
|
104
106
|
method: :get,
|
|
105
107
|
path: ["bookkeeping_accounts/%1$s/balance", bookkeeping_account_id],
|
|
106
|
-
query:
|
|
108
|
+
query: query,
|
|
107
109
|
model: Increase::BookkeepingBalanceLookup,
|
|
108
110
|
options: options
|
|
109
111
|
)
|
|
@@ -43,10 +43,11 @@ module Increase
|
|
|
43
43
|
# @see Increase::Models::BookkeepingEntryListParams
|
|
44
44
|
def list(params = {})
|
|
45
45
|
parsed, options = Increase::BookkeepingEntryListParams.dump_request(params)
|
|
46
|
+
query = Increase::Internal::Util.encode_query_params(parsed)
|
|
46
47
|
@client.request(
|
|
47
48
|
method: :get,
|
|
48
49
|
path: "bookkeeping_entries",
|
|
49
|
-
query:
|
|
50
|
+
query: query,
|
|
50
51
|
page: Increase::Internal::Page,
|
|
51
52
|
model: Increase::BookkeepingEntry,
|
|
52
53
|
options: options
|
|
@@ -74,10 +74,11 @@ module Increase
|
|
|
74
74
|
# @see Increase::Models::BookkeepingEntrySetListParams
|
|
75
75
|
def list(params = {})
|
|
76
76
|
parsed, options = Increase::BookkeepingEntrySetListParams.dump_request(params)
|
|
77
|
+
query = Increase::Internal::Util.encode_query_params(parsed)
|
|
77
78
|
@client.request(
|
|
78
79
|
method: :get,
|
|
79
80
|
path: "bookkeeping_entry_sets",
|
|
80
|
-
query:
|
|
81
|
+
query: query,
|
|
81
82
|
page: Increase::Internal::Page,
|
|
82
83
|
model: Increase::BookkeepingEntrySet,
|
|
83
84
|
options: options
|
|
@@ -82,10 +82,11 @@ module Increase
|
|
|
82
82
|
# @see Increase::Models::CardDisputeListParams
|
|
83
83
|
def list(params = {})
|
|
84
84
|
parsed, options = Increase::CardDisputeListParams.dump_request(params)
|
|
85
|
+
query = Increase::Internal::Util.encode_query_params(parsed)
|
|
85
86
|
@client.request(
|
|
86
87
|
method: :get,
|
|
87
88
|
path: "card_disputes",
|
|
88
|
-
query:
|
|
89
|
+
query: query,
|
|
89
90
|
page: Increase::Internal::Page,
|
|
90
91
|
model: Increase::CardDispute,
|
|
91
92
|
options: options
|
|
@@ -47,10 +47,11 @@ module Increase
|
|
|
47
47
|
# @see Increase::Models::CardPaymentListParams
|
|
48
48
|
def list(params = {})
|
|
49
49
|
parsed, options = Increase::CardPaymentListParams.dump_request(params)
|
|
50
|
+
query = Increase::Internal::Util.encode_query_params(parsed)
|
|
50
51
|
@client.request(
|
|
51
52
|
method: :get,
|
|
52
53
|
path: "card_payments",
|
|
53
|
-
query:
|
|
54
|
+
query: query,
|
|
54
55
|
page: Increase::Internal::Page,
|
|
55
56
|
model: Increase::CardPayment,
|
|
56
57
|
options: options
|
|
@@ -45,10 +45,11 @@ module Increase
|
|
|
45
45
|
# @see Increase::Models::CardPurchaseSupplementListParams
|
|
46
46
|
def list(params = {})
|
|
47
47
|
parsed, options = Increase::CardPurchaseSupplementListParams.dump_request(params)
|
|
48
|
+
query = Increase::Internal::Util.encode_query_params(parsed)
|
|
48
49
|
@client.request(
|
|
49
50
|
method: :get,
|
|
50
51
|
path: "card_purchase_supplements",
|
|
51
|
-
query:
|
|
52
|
+
query: query,
|
|
52
53
|
page: Increase::Internal::Page,
|
|
53
54
|
model: Increase::CardPurchaseSupplement,
|
|
54
55
|
options: options
|
|
@@ -106,10 +106,11 @@ module Increase
|
|
|
106
106
|
# @see Increase::Models::CardPushTransferListParams
|
|
107
107
|
def list(params = {})
|
|
108
108
|
parsed, options = Increase::CardPushTransferListParams.dump_request(params)
|
|
109
|
+
query = Increase::Internal::Util.encode_query_params(parsed)
|
|
109
110
|
@client.request(
|
|
110
111
|
method: :get,
|
|
111
112
|
path: "card_push_transfers",
|
|
112
|
-
query:
|
|
113
|
+
query: query,
|
|
113
114
|
page: Increase::Internal::Page,
|
|
114
115
|
model: Increase::CardPushTransfer,
|
|
115
116
|
options: options
|
|
@@ -43,10 +43,11 @@ module Increase
|
|
|
43
43
|
# @see Increase::Models::CardTokenListParams
|
|
44
44
|
def list(params = {})
|
|
45
45
|
parsed, options = Increase::CardTokenListParams.dump_request(params)
|
|
46
|
+
query = Increase::Internal::Util.encode_query_params(parsed)
|
|
46
47
|
@client.request(
|
|
47
48
|
method: :get,
|
|
48
49
|
path: "card_tokens",
|
|
49
|
-
query:
|
|
50
|
+
query: query,
|
|
50
51
|
page: Increase::Internal::Page,
|
|
51
52
|
model: Increase::CardToken,
|
|
52
53
|
options: options
|
|
@@ -96,10 +96,11 @@ module Increase
|
|
|
96
96
|
# @see Increase::Models::CardValidationListParams
|
|
97
97
|
def list(params = {})
|
|
98
98
|
parsed, options = Increase::CardValidationListParams.dump_request(params)
|
|
99
|
+
query = Increase::Internal::Util.encode_query_params(parsed)
|
|
99
100
|
@client.request(
|
|
100
101
|
method: :get,
|
|
101
102
|
path: "card_validations",
|
|
102
|
-
query:
|
|
103
|
+
query: query,
|
|
103
104
|
page: Increase::Internal::Page,
|
|
104
105
|
model: Increase::CardValidation,
|
|
105
106
|
options: options
|
|
@@ -111,10 +111,11 @@ module Increase
|
|
|
111
111
|
# @see Increase::Models::CardListParams
|
|
112
112
|
def list(params = {})
|
|
113
113
|
parsed, options = Increase::CardListParams.dump_request(params)
|
|
114
|
+
query = Increase::Internal::Util.encode_query_params(parsed)
|
|
114
115
|
@client.request(
|
|
115
116
|
method: :get,
|
|
116
117
|
path: "cards",
|
|
117
|
-
query:
|
|
118
|
+
query: query,
|
|
118
119
|
page: Increase::Internal::Page,
|
|
119
120
|
model: Increase::Card,
|
|
120
121
|
options: options
|
|
@@ -80,10 +80,11 @@ module Increase
|
|
|
80
80
|
# @see Increase::Models::CheckDepositListParams
|
|
81
81
|
def list(params = {})
|
|
82
82
|
parsed, options = Increase::CheckDepositListParams.dump_request(params)
|
|
83
|
+
query = Increase::Internal::Util.encode_query_params(parsed)
|
|
83
84
|
@client.request(
|
|
84
85
|
method: :get,
|
|
85
86
|
path: "check_deposits",
|
|
86
|
-
query:
|
|
87
|
+
query: query,
|
|
87
88
|
page: Increase::Internal::Page,
|
|
88
89
|
model: Increase::CheckDeposit,
|
|
89
90
|
options: options
|
|
@@ -92,10 +92,11 @@ module Increase
|
|
|
92
92
|
# @see Increase::Models::CheckTransferListParams
|
|
93
93
|
def list(params = {})
|
|
94
94
|
parsed, options = Increase::CheckTransferListParams.dump_request(params)
|
|
95
|
+
query = Increase::Internal::Util.encode_query_params(parsed)
|
|
95
96
|
@client.request(
|
|
96
97
|
method: :get,
|
|
97
98
|
path: "check_transfers",
|
|
98
|
-
query:
|
|
99
|
+
query: query,
|
|
99
100
|
page: Increase::Internal::Page,
|
|
100
101
|
model: Increase::CheckTransfer,
|
|
101
102
|
options: options
|
|
@@ -49,10 +49,11 @@ module Increase
|
|
|
49
49
|
# @see Increase::Models::DeclinedTransactionListParams
|
|
50
50
|
def list(params = {})
|
|
51
51
|
parsed, options = Increase::DeclinedTransactionListParams.dump_request(params)
|
|
52
|
+
query = Increase::Internal::Util.encode_query_params(parsed)
|
|
52
53
|
@client.request(
|
|
53
54
|
method: :get,
|
|
54
55
|
path: "declined_transactions",
|
|
55
|
-
query:
|
|
56
|
+
query: query,
|
|
56
57
|
page: Increase::Internal::Page,
|
|
57
58
|
model: Increase::DeclinedTransaction,
|
|
58
59
|
options: options
|
|
@@ -83,10 +83,11 @@ module Increase
|
|
|
83
83
|
# @see Increase::Models::DigitalCardProfileListParams
|
|
84
84
|
def list(params = {})
|
|
85
85
|
parsed, options = Increase::DigitalCardProfileListParams.dump_request(params)
|
|
86
|
+
query = Increase::Internal::Util.encode_query_params(parsed)
|
|
86
87
|
@client.request(
|
|
87
88
|
method: :get,
|
|
88
89
|
path: "digital_card_profiles",
|
|
89
|
-
query:
|
|
90
|
+
query: query,
|
|
90
91
|
page: Increase::Internal::Page,
|
|
91
92
|
model: Increase::DigitalCardProfile,
|
|
92
93
|
options: options
|