increase 1.214.0 → 1.216.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 +174 -0
- data/README.md +1 -1
- data/lib/increase/internal/util.rb +31 -0
- data/lib/increase/models/event_subscription.rb +246 -234
- data/lib/increase/models/fednow_transfer.rb +47 -1
- data/lib/increase/models/real_time_decision_action_params.rb +38 -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/event_subscription.rbi +830 -779
- data/rbi/increase/models/fednow_transfer.rbi +78 -0
- data/rbi/increase/models/real_time_decision_action_params.rbi +70 -3
- data/sig/increase/internal/util.rbs +10 -0
- data/sig/increase/models/event_subscription.rbs +367 -350
- data/sig/increase/models/fednow_transfer.rbs +37 -0
- data/sig/increase/models/real_time_decision_action_params.rbs +28 -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: a628b50c55d8f6d163404911418ff80453d85aeea98a4050a45baa34e6d1446a
|
|
4
|
+
data.tar.gz: a21df46d8d42efaa4942f1f48ef3fb609cb2ebf0de82f9ff12028220d8693631
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8b1db45353a1242ca57c68ca968cc34637eb334ec4647bf8e9176dc13acce01eac05d4b9e985ed6f7d9addcfa1f3a1ba4fa0c847dc506e2a0992c6535a1bf0bb
|
|
7
|
+
data.tar.gz: c9693477421ba34c0b2bb66a262f302dcf11bf2019eb8baaa47d1afb449cbf932b3d4d497a50490d891b69f396d6b17df29af7904addba0d2ebbe27ad19c33ac
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,179 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.216.0 (2026-03-02)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v1.215.0...v1.216.0](https://github.com/Increase/increase-ruby/compare/v1.215.0...v1.216.0)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **api:** api update ([6e07329](https://github.com/Increase/increase-ruby/commit/6e073299615730545a7cf68c349c07bcd2b5d14c))
|
|
10
|
+
* **api:** api update ([af7d90d](https://github.com/Increase/increase-ruby/commit/af7d90d0ece4450d98ac47c5201b50f138e5f185))
|
|
11
|
+
* **api:** api update ([e399c4f](https://github.com/Increase/increase-ruby/commit/e399c4fa6c32afa40a5270da4105f63b7f45f9de))
|
|
12
|
+
|
|
13
|
+
## 1.215.0 (2026-03-02)
|
|
14
|
+
|
|
15
|
+
Full Changelog: [v1.214.1...v1.215.0](https://github.com/Increase/increase-ruby/compare/v1.214.1...v1.215.0)
|
|
16
|
+
|
|
17
|
+
### Features
|
|
18
|
+
|
|
19
|
+
* **api:** api update ([33685ab](https://github.com/Increase/increase-ruby/commit/33685abf859f2fd95d6b44d6baf823680c652c03))
|
|
20
|
+
* **api:** api update ([6d5ae13](https://github.com/Increase/increase-ruby/commit/6d5ae13ad65d9357064023c4aadd89bd280a37dd))
|
|
21
|
+
* **api:** api update ([3c7de8b](https://github.com/Increase/increase-ruby/commit/3c7de8be54ab3a3838bf3f531f0d9fcf4326f981))
|
|
22
|
+
* **api:** api update ([477fc1d](https://github.com/Increase/increase-ruby/commit/477fc1d2d3e0ffa94d87bd38de8f9fa640b6d6b6))
|
|
23
|
+
* **api:** api update ([8e4bd77](https://github.com/Increase/increase-ruby/commit/8e4bd77a9f6e38d6fb624f14de54158a1f5d8c47))
|
|
24
|
+
* **api:** api update ([994c574](https://github.com/Increase/increase-ruby/commit/994c574e2a7b0ca88f389b0497b590cd3c12dfc1))
|
|
25
|
+
* **api:** api update ([933d5be](https://github.com/Increase/increase-ruby/commit/933d5beb3f18163905c9f83ba7df18875bf01489))
|
|
26
|
+
* **api:** api update ([19af3d3](https://github.com/Increase/increase-ruby/commit/19af3d3a57953bb6bb3eb70feab82483c7f15e19))
|
|
27
|
+
* **api:** api update ([5b3d504](https://github.com/Increase/increase-ruby/commit/5b3d50412c6d0936cae8657e9d36ec49d2988eda))
|
|
28
|
+
* **api:** api update ([21c63e6](https://github.com/Increase/increase-ruby/commit/21c63e65a7c7a4077af5dd863f125871b5726d85))
|
|
29
|
+
* **api:** api update ([6e53b59](https://github.com/Increase/increase-ruby/commit/6e53b5915bd240411121268dd808b13d2bd3ab82))
|
|
30
|
+
* **api:** api update ([c8a408a](https://github.com/Increase/increase-ruby/commit/c8a408a669f396435823a3c7bd3ca0a2aa978663))
|
|
31
|
+
* **api:** api update ([a8fec40](https://github.com/Increase/increase-ruby/commit/a8fec40bf005e25dcbdeb20a820a232a7a896038))
|
|
32
|
+
* **api:** api update ([1d50d86](https://github.com/Increase/increase-ruby/commit/1d50d86f1f11eb6bdaf6b04c8a847cbe4719d3b7))
|
|
33
|
+
* **api:** api update ([bc9e64d](https://github.com/Increase/increase-ruby/commit/bc9e64deb4c9ec1da47bd0a234882f7acb624ad0))
|
|
34
|
+
* **api:** api update ([17fab0d](https://github.com/Increase/increase-ruby/commit/17fab0dfc100c6ac9fa01ddb459cb5ed511e49d6))
|
|
35
|
+
* **api:** api update ([5d17ef7](https://github.com/Increase/increase-ruby/commit/5d17ef766f6b516c5a9669b497565b6d5d7db71a))
|
|
36
|
+
* **api:** api update ([28f6cee](https://github.com/Increase/increase-ruby/commit/28f6cee5a4346d0a0c7f6562e91319f90689d7b0))
|
|
37
|
+
* **api:** api update ([f738a4c](https://github.com/Increase/increase-ruby/commit/f738a4ca9f5bf4da6aa89a71cf2618404e13e75d))
|
|
38
|
+
* **api:** api update ([f4c26d1](https://github.com/Increase/increase-ruby/commit/f4c26d1b1cdfbcfe12d127c29b3de964b3400d68))
|
|
39
|
+
* **api:** api update ([d576bf7](https://github.com/Increase/increase-ruby/commit/d576bf7b4b1f3cc201cf63ef73c384fdaba766c5))
|
|
40
|
+
* **api:** api update ([05030a4](https://github.com/Increase/increase-ruby/commit/05030a4fc7232f9724c7ddaa2dc2592cbfd3edd6))
|
|
41
|
+
* **api:** api update ([67c1f0b](https://github.com/Increase/increase-ruby/commit/67c1f0b2926fe0a4d0d9abb4c86d36c0821b4b6a))
|
|
42
|
+
* **api:** api update ([70d6b93](https://github.com/Increase/increase-ruby/commit/70d6b937f554264a3b965f0278e9af20bb13f524))
|
|
43
|
+
* **api:** api update ([1caa411](https://github.com/Increase/increase-ruby/commit/1caa4112436ad6896121d27afdd4a06f406ac9a8))
|
|
44
|
+
* **api:** api update ([8f9e694](https://github.com/Increase/increase-ruby/commit/8f9e69431eca1427c939b902e793c1fe27490f7c))
|
|
45
|
+
* **api:** api update ([092b919](https://github.com/Increase/increase-ruby/commit/092b9196c87f3494f483d62b214b229ca26e1f58))
|
|
46
|
+
* **api:** api update ([e1dc24f](https://github.com/Increase/increase-ruby/commit/e1dc24f2a597da1fb4e51f9a648b1bccb35c583e))
|
|
47
|
+
* **api:** api update ([6aa76a0](https://github.com/Increase/increase-ruby/commit/6aa76a005943d4e9cf671360dcee9863e442835f))
|
|
48
|
+
* **api:** api update ([27f834c](https://github.com/Increase/increase-ruby/commit/27f834c3056d05eceaeedecffaef9876d23c3207))
|
|
49
|
+
* **api:** api update ([a9ab98b](https://github.com/Increase/increase-ruby/commit/a9ab98b9e29d37ff5a00e166eb53c25c1bcaccc4))
|
|
50
|
+
* **api:** api update ([8b8d2d6](https://github.com/Increase/increase-ruby/commit/8b8d2d63a92772d12202716c6e640a256cc710ad))
|
|
51
|
+
* **api:** api update ([52ab218](https://github.com/Increase/increase-ruby/commit/52ab218e2b9df867348b2512eba89077359d766a))
|
|
52
|
+
* **api:** api update ([8d4da8c](https://github.com/Increase/increase-ruby/commit/8d4da8ce0198334d123f78a9007b321ff12fb5d6))
|
|
53
|
+
* **api:** api update ([111a104](https://github.com/Increase/increase-ruby/commit/111a1045d994ccd58b6f14194322d764ef8cbb7f))
|
|
54
|
+
* **api:** api update ([a4d7fde](https://github.com/Increase/increase-ruby/commit/a4d7fded60123d3ee9ff7bb2c814e7a91deef931))
|
|
55
|
+
* **api:** api update ([81619dc](https://github.com/Increase/increase-ruby/commit/81619dc2ac3f2b68f5326c8e64be9dd674afd34e))
|
|
56
|
+
* **api:** api update ([098249e](https://github.com/Increase/increase-ruby/commit/098249e18aa22539c26a93e87d5ecbb262bb9183))
|
|
57
|
+
* **api:** api update ([11114af](https://github.com/Increase/increase-ruby/commit/11114af8856a05605a2b2091d0c31bae5c46bd22))
|
|
58
|
+
* **api:** api update ([0aa66a3](https://github.com/Increase/increase-ruby/commit/0aa66a3195f4efe263ac76df4ef7192623a0f5a8))
|
|
59
|
+
* **api:** api update ([0faec8e](https://github.com/Increase/increase-ruby/commit/0faec8e767f7679258cf8c0bf0179d7644e7ba70))
|
|
60
|
+
* **api:** api update ([65a3663](https://github.com/Increase/increase-ruby/commit/65a3663561976c1a6d63ab045e69177563f34416))
|
|
61
|
+
* **api:** api update ([3cf8a9d](https://github.com/Increase/increase-ruby/commit/3cf8a9d9253e87984e2d7886ac3e28be3971a76f))
|
|
62
|
+
* **api:** api update ([4242458](https://github.com/Increase/increase-ruby/commit/4242458875f37192735850ab74b10a012e13acf3))
|
|
63
|
+
* **api:** api update ([16f0dab](https://github.com/Increase/increase-ruby/commit/16f0dab6226fe15fe7940701ad6069a58bc53b5d))
|
|
64
|
+
* **api:** api update ([e2c60d1](https://github.com/Increase/increase-ruby/commit/e2c60d1ef601903aaa8b200710a558097e9f4278))
|
|
65
|
+
* **api:** api update ([6d86a6a](https://github.com/Increase/increase-ruby/commit/6d86a6afaf3717e5cce39cc681ecb880cb152062))
|
|
66
|
+
* **api:** api update ([1e2e703](https://github.com/Increase/increase-ruby/commit/1e2e70358f12d691c1e6e0352957ef0c25e0def7))
|
|
67
|
+
* **api:** api update ([2ff7de1](https://github.com/Increase/increase-ruby/commit/2ff7de1effe1f3e8ebc604de682682f06a34752b))
|
|
68
|
+
* **api:** api update ([aceb4f3](https://github.com/Increase/increase-ruby/commit/aceb4f3c59f2a0900583306ce30027a831549525))
|
|
69
|
+
* **api:** api update ([e46ae8f](https://github.com/Increase/increase-ruby/commit/e46ae8fe09873e7fded365dafac56aeefbcce73b))
|
|
70
|
+
* **api:** api update ([764783b](https://github.com/Increase/increase-ruby/commit/764783bd11d78eee36a65efb4fceaa4d8ad09bb2))
|
|
71
|
+
* **api:** api update ([723d38e](https://github.com/Increase/increase-ruby/commit/723d38eb40d3ab1403166954cce2327b5b757f85))
|
|
72
|
+
* **api:** api update ([83c266a](https://github.com/Increase/increase-ruby/commit/83c266a24ee743bdca87ebf5155fe4cb485ad097))
|
|
73
|
+
* **api:** api update ([900dbdd](https://github.com/Increase/increase-ruby/commit/900dbdd0fdecd5c00bb815f669b62853b1c79a57))
|
|
74
|
+
* **api:** api update ([229b3fd](https://github.com/Increase/increase-ruby/commit/229b3fdc43be28c9a2c3a18e1f2a8f7b6cdf4da0))
|
|
75
|
+
* **api:** api update ([b28917e](https://github.com/Increase/increase-ruby/commit/b28917e83e452e1f7995d33f5c1e8f5f348e4cd9))
|
|
76
|
+
* **api:** api update ([cbab315](https://github.com/Increase/increase-ruby/commit/cbab315aefb41453b15f6d40294447933ccad6fa))
|
|
77
|
+
* **api:** api update ([30413fd](https://github.com/Increase/increase-ruby/commit/30413fd094d82dda9a2ce63dfd5b02cc437e5edd))
|
|
78
|
+
* **api:** api update ([6bd1989](https://github.com/Increase/increase-ruby/commit/6bd198909a8273554fd61703b047b0900193cf92))
|
|
79
|
+
* **api:** api update ([75344a9](https://github.com/Increase/increase-ruby/commit/75344a9514d97b42e680910123ca5d7f157405ab))
|
|
80
|
+
* **api:** api update ([b7b5b4d](https://github.com/Increase/increase-ruby/commit/b7b5b4daa32fbdd9e98b67252a5dee579d98fab8))
|
|
81
|
+
* **api:** api update ([cd471d1](https://github.com/Increase/increase-ruby/commit/cd471d16f2026e09a7875c4d3d17a0236fc1253a))
|
|
82
|
+
* **api:** api update ([98cb040](https://github.com/Increase/increase-ruby/commit/98cb040f373612a7a336992d6bcf91b665a76941))
|
|
83
|
+
* **api:** api update ([d2fa306](https://github.com/Increase/increase-ruby/commit/d2fa306621499ac6b07ca6d6af0b152a90f61067))
|
|
84
|
+
* **api:** api update ([7fe9f53](https://github.com/Increase/increase-ruby/commit/7fe9f53257f365926ab045ad87866976714062d1))
|
|
85
|
+
* **api:** api update ([67b8dbf](https://github.com/Increase/increase-ruby/commit/67b8dbfbdebd3a25a009b0e9483d3efc20fd47c1))
|
|
86
|
+
* **api:** api update ([d5c3357](https://github.com/Increase/increase-ruby/commit/d5c33578cd9544b10047e3981970f0f79d0e67ad))
|
|
87
|
+
* **api:** api update ([4319fa3](https://github.com/Increase/increase-ruby/commit/4319fa3aab70b389db23e6c3583f7f24dccd176b))
|
|
88
|
+
* **api:** api update ([9af2d06](https://github.com/Increase/increase-ruby/commit/9af2d063181637e84b78c23b2379851b30a1e2c8))
|
|
89
|
+
* **api:** api update ([af572b9](https://github.com/Increase/increase-ruby/commit/af572b982316d8ad976221aaecc78f6a4a5f1a77))
|
|
90
|
+
* **api:** api update ([1f69763](https://github.com/Increase/increase-ruby/commit/1f697636ec11e1be1c6b29868e17efafab663652))
|
|
91
|
+
* **api:** api update ([fcc99bb](https://github.com/Increase/increase-ruby/commit/fcc99bb4df8d3bedd32b05c283ec0e758f5bbb07))
|
|
92
|
+
* **api:** api update ([8934464](https://github.com/Increase/increase-ruby/commit/893446483706d46d4e55e13a13404d55952d1a8d))
|
|
93
|
+
* **api:** api update ([1a75d55](https://github.com/Increase/increase-ruby/commit/1a75d55c6ba2e4629f73fe59c8da98b91dbbf6e6))
|
|
94
|
+
* **api:** api update ([e158e28](https://github.com/Increase/increase-ruby/commit/e158e287076ada6b22460a4d519ee61d366809ee))
|
|
95
|
+
* **api:** api update ([a5b9a26](https://github.com/Increase/increase-ruby/commit/a5b9a266ce8d21a6379ff88b3a64bda6f8739ee7))
|
|
96
|
+
* **api:** api update ([917dbed](https://github.com/Increase/increase-ruby/commit/917dbed48314f83e54348cc62e0cb9779b9e098e))
|
|
97
|
+
* **api:** api update ([b499e51](https://github.com/Increase/increase-ruby/commit/b499e5150485483eb890cfcf41c0609505b5e640))
|
|
98
|
+
* **api:** api update ([05cd7de](https://github.com/Increase/increase-ruby/commit/05cd7debf4d1d58ce1c8ba8ef380b05ac6dc293b))
|
|
99
|
+
* **api:** api update ([b28f5ff](https://github.com/Increase/increase-ruby/commit/b28f5ff86558c90251aff3e9790bcfbc260e2b4e))
|
|
100
|
+
* **api:** api update ([5dc5562](https://github.com/Increase/increase-ruby/commit/5dc556283a86935a0e6cdf14e689488521f5d911))
|
|
101
|
+
* **api:** api update ([b9c0b01](https://github.com/Increase/increase-ruby/commit/b9c0b01f603e14900df6d3cca45f9eac37fa1711))
|
|
102
|
+
* **api:** api update ([5b60fe9](https://github.com/Increase/increase-ruby/commit/5b60fe952e54afc83811c61f4e93934986bad91e))
|
|
103
|
+
* **api:** api update ([a1276ac](https://github.com/Increase/increase-ruby/commit/a1276ac28ce65b4a558c20636a19db11272a7e9d))
|
|
104
|
+
* **api:** api update ([1c1ca70](https://github.com/Increase/increase-ruby/commit/1c1ca7099130256bd43aec7efb710e25afcf1889))
|
|
105
|
+
* **api:** api update ([cef2a87](https://github.com/Increase/increase-ruby/commit/cef2a870042d3598be92dca27906748c832ca7c8))
|
|
106
|
+
* **api:** api update ([def7765](https://github.com/Increase/increase-ruby/commit/def776572d6ae1c87e25b170540c9d8c40243a91))
|
|
107
|
+
* **api:** api update ([a8ea234](https://github.com/Increase/increase-ruby/commit/a8ea23450bc324eaa7cf0b40c1bf035016d58348))
|
|
108
|
+
* **api:** api update ([7a23d3c](https://github.com/Increase/increase-ruby/commit/7a23d3ca76f7db4df104d5999fa3476a3ab1878b))
|
|
109
|
+
* **api:** api update ([5913eb0](https://github.com/Increase/increase-ruby/commit/5913eb0108a5d9b21c7f8bea443e6700799f01f7))
|
|
110
|
+
* **api:** api update ([25b8e72](https://github.com/Increase/increase-ruby/commit/25b8e72296ea661cf37b4e128a30358e4ee46992))
|
|
111
|
+
* **api:** api update ([8d194f8](https://github.com/Increase/increase-ruby/commit/8d194f8ab7aaf13a9f532699ef4e55601526ffc3))
|
|
112
|
+
* **api:** api update ([e528779](https://github.com/Increase/increase-ruby/commit/e528779b176eb4353bdc69bfa5a5b719e511cb08))
|
|
113
|
+
* **api:** api update ([79f154c](https://github.com/Increase/increase-ruby/commit/79f154c2f470444a71f7c6f0d9459a3afde8def7))
|
|
114
|
+
* **api:** api update ([328af34](https://github.com/Increase/increase-ruby/commit/328af3444d8aaf03175360f2ceae494894763e70))
|
|
115
|
+
* **api:** api update ([a677c19](https://github.com/Increase/increase-ruby/commit/a677c193f4c8d58725e64732944a2c63bb85c194))
|
|
116
|
+
* **api:** api update ([f7565de](https://github.com/Increase/increase-ruby/commit/f7565def11ce2aadf5e947d672942c811391e052))
|
|
117
|
+
* **api:** api update ([be908f4](https://github.com/Increase/increase-ruby/commit/be908f4310c85dbd6f48c66c7f4dfc203bbdc9a0))
|
|
118
|
+
* **api:** api update ([a58dd6a](https://github.com/Increase/increase-ruby/commit/a58dd6a38c94f26e839a9a86db04ba54d5081a87))
|
|
119
|
+
* **api:** api update ([06588a3](https://github.com/Increase/increase-ruby/commit/06588a32f65dd0a460e97d3ac7e166a43152022c))
|
|
120
|
+
* **api:** api update ([1953f6e](https://github.com/Increase/increase-ruby/commit/1953f6e77fe6b972b0427c16db9d7ed0a9a7b540))
|
|
121
|
+
* **api:** api update ([77b9b9e](https://github.com/Increase/increase-ruby/commit/77b9b9e5980a5a787b0be903566a85f4f8bbeac0))
|
|
122
|
+
* **api:** api update ([c81e9db](https://github.com/Increase/increase-ruby/commit/c81e9db1085e45c267b5b77455f2a54d6b3b2a91))
|
|
123
|
+
* **api:** api update ([fc39494](https://github.com/Increase/increase-ruby/commit/fc39494266a7bd75ae68f98a321de2cc994bb0e6))
|
|
124
|
+
* **api:** api update ([179a189](https://github.com/Increase/increase-ruby/commit/179a189ef9af8980d9c5c62eb75197ff3e48a547))
|
|
125
|
+
* **api:** api update ([3f3746d](https://github.com/Increase/increase-ruby/commit/3f3746de3d87d6db48afb3852819a8f3d9b18e91))
|
|
126
|
+
* **api:** api update ([5386c3d](https://github.com/Increase/increase-ruby/commit/5386c3d7d00a80d5e889abc587ddf5e0f9495331))
|
|
127
|
+
* **api:** api update ([581df67](https://github.com/Increase/increase-ruby/commit/581df675ae1c0a892887cb899f3fd5bc694cff9e))
|
|
128
|
+
* **api:** api update ([840fa8d](https://github.com/Increase/increase-ruby/commit/840fa8d6587982f5827469441b9ec571f7ae3b5a))
|
|
129
|
+
* **api:** api update ([505629f](https://github.com/Increase/increase-ruby/commit/505629f4b4e7015ec8c17aa41dffd1b5fb22c012))
|
|
130
|
+
* **api:** api update ([5a6b953](https://github.com/Increase/increase-ruby/commit/5a6b953daa4f9a93576f08b0e3b6e8d6a4864564))
|
|
131
|
+
* **api:** api update ([d129a03](https://github.com/Increase/increase-ruby/commit/d129a03a2bab85d01f9cfe40c9f947e596770fdd))
|
|
132
|
+
* **api:** api update ([f2cde95](https://github.com/Increase/increase-ruby/commit/f2cde957678b37f174cb55b742b0b378dd732577))
|
|
133
|
+
* **api:** api update ([1f3ba09](https://github.com/Increase/increase-ruby/commit/1f3ba092b30da5e9aaf30ad8787d5c3aa8452112))
|
|
134
|
+
* **api:** api update ([f07e672](https://github.com/Increase/increase-ruby/commit/f07e672aa9b98e1d598d8dcb79c7b14c212c9c49))
|
|
135
|
+
* **api:** api update ([0d0ff30](https://github.com/Increase/increase-ruby/commit/0d0ff30f1de006587b7ed76935931f8337514e64))
|
|
136
|
+
* **api:** api update ([6fb6df5](https://github.com/Increase/increase-ruby/commit/6fb6df51a393a334700567d3449a82aad9f3f1f9))
|
|
137
|
+
* **api:** api update ([134b6c4](https://github.com/Increase/increase-ruby/commit/134b6c46f2fe4c3727939516940325ca8138b399))
|
|
138
|
+
* **api:** api update ([8220c88](https://github.com/Increase/increase-ruby/commit/8220c88f5d78d06f8f99b90c989a61925844038d))
|
|
139
|
+
* **api:** api update ([1ad36cb](https://github.com/Increase/increase-ruby/commit/1ad36cb10916ac975c62790843cd9dc2f3557d0e))
|
|
140
|
+
* handle thread interrupts in the core HTTP client ([70115d2](https://github.com/Increase/increase-ruby/commit/70115d22c9ae11a19bef051b345a94451d4a297c))
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
### Bug Fixes
|
|
144
|
+
|
|
145
|
+
* absolutely qualified uris should always override the default ([bc97e0b](https://github.com/Increase/increase-ruby/commit/bc97e0b7312761c7ea97637fe03b7c914c188ef4))
|
|
146
|
+
* better thread safety via early initializing SSL store during HTTP client creation ([8c5dc84](https://github.com/Increase/increase-ruby/commit/8c5dc842c7a9876414f0bd89a8f194e1520330e4))
|
|
147
|
+
* calling `break` out of streams should be instantaneous ([d9d0a28](https://github.com/Increase/increase-ruby/commit/d9d0a289232863c2e6248afbd22d6ffdfd5bf846))
|
|
148
|
+
* **client:** always add content-length to post body, even when empty ([aef2fe6](https://github.com/Increase/increase-ruby/commit/aef2fe6cb55acc83a228a2acb3f0690dd7f82bef))
|
|
149
|
+
* **client:** handle some Dispute objects as empty rather than unknown ([5a90aad](https://github.com/Increase/increase-ruby/commit/5a90aada76a2f04904aa414928ca83dc9ad0d9a3))
|
|
150
|
+
* **client:** loosen json header parsing ([c047ae2](https://github.com/Increase/increase-ruby/commit/c047ae28d54c3ece94f4be124b7bcc74763c9e6c))
|
|
151
|
+
* coroutine leaks from connection pool ([b8c304a](https://github.com/Increase/increase-ruby/commit/b8c304aee8e2098ff68226dbcfd5d23d5d5046de))
|
|
152
|
+
* issue where json.parse errors when receiving HTTP 204 with nobody ([41bfa40](https://github.com/Increase/increase-ruby/commit/41bfa400871737c89342695a01bb2f65ed99a012))
|
|
153
|
+
* properly mock time in ruby ci tests ([89f7533](https://github.com/Increase/increase-ruby/commit/89f7533c558e7eba55dc2c741103fc6f1a47b945))
|
|
154
|
+
* should not reuse buffers for `IO.copy_stream` interop ([80123c1](https://github.com/Increase/increase-ruby/commit/80123c1d91a5dccf600e8ddbdd9d3c716e79d7c0))
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
### Chores
|
|
158
|
+
|
|
159
|
+
* bump dependency version and update sorbet types ([214fcce](https://github.com/Increase/increase-ruby/commit/214fcce5ca8c7c23f2922a84c1d6cc2e70ddf569))
|
|
160
|
+
* **client:** send user-agent header ([d5d4ef2](https://github.com/Increase/increase-ruby/commit/d5d4ef21dbb6b5bfbe2894ee9e011daeece021bb))
|
|
161
|
+
* **docs:** remove www prefix ([0a9b229](https://github.com/Increase/increase-ruby/commit/0a9b229d07e1646a9d41076313018a3c0327d149))
|
|
162
|
+
* explicitly require "base64" gem ([420c62b](https://github.com/Increase/increase-ruby/commit/420c62bbaa0471cdbe06e223eb519bb3bc125a62))
|
|
163
|
+
* ignore linter error for tests having large collections ([ec972f3](https://github.com/Increase/increase-ruby/commit/ec972f3a29c5c906d49ccbd703203ac74c4d6385))
|
|
164
|
+
* **internal:** codegen related update ([8736612](https://github.com/Increase/increase-ruby/commit/873661224de9464379449bc823aa706bb8c2ecbb))
|
|
165
|
+
* **internal:** update `actions/checkout` version ([998f9cd](https://github.com/Increase/increase-ruby/commit/998f9cdab36085daa153d3698ae196767034fd85))
|
|
166
|
+
* move `cgi` into dependencies for ruby 4 ([24c9d9f](https://github.com/Increase/increase-ruby/commit/24c9d9fee4c206ffc5f49b81a896366c34a343ae))
|
|
167
|
+
* update mock server docs ([4d9d783](https://github.com/Increase/increase-ruby/commit/4d9d783cbead1701fea327429ac3f149610e3a40))
|
|
168
|
+
|
|
169
|
+
## 1.214.1 (2026-02-26)
|
|
170
|
+
|
|
171
|
+
Full Changelog: [v1.214.0...v1.214.1](https://github.com/Increase/increase-ruby/compare/v1.214.0...v1.214.1)
|
|
172
|
+
|
|
173
|
+
### Bug Fixes
|
|
174
|
+
|
|
175
|
+
* properly mock time in ruby ci tests ([3a0feb8](https://github.com/Increase/increase-ruby/commit/3a0feb8c07b9060f4d369c4a1ed9318cf0027b47))
|
|
176
|
+
|
|
3
177
|
## 1.214.0 (2026-02-24)
|
|
4
178
|
|
|
5
179
|
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]
|