increase 1.264.0 → 1.267.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 +192 -0
- data/README.md +1 -1
- data/lib/increase/models/card_token_capabilities.rb +9 -1
- data/lib/increase/models/entity_create_params.rb +8 -8
- data/lib/increase/models/inbound_mail_item_action_params.rb +4 -4
- data/lib/increase/version.rb +1 -1
- data/rbi/increase/models/card_token_capabilities.rbi +8 -0
- data/rbi/increase/models/entity_create_params.rbi +8 -8
- data/rbi/increase/models/inbound_mail_item_action_params.rbi +6 -6
- data/sig/increase/models/card_token_capabilities.rbs +5 -0
- data/sig/increase/models/inbound_mail_item_action_params.rbs +5 -5
- 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: 71a846fd3523676d2f98394288fb462c2ad7f2502cdc63fec5fab29f9ea8f44b
|
|
4
|
+
data.tar.gz: 84cb49a1e1a38b6a7b301af7c1f8e82c3ad928b5cfe8acd724d7cdb0925fd7be
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a52a2a965e86259a3037a21b60e331afc2b6020fe71014703593c7137aece0e97c0e74b25c2890cf44b5f1ac37e95cb3289e4105f644811b2406ef9e557fbb5d
|
|
7
|
+
data.tar.gz: dcd20582bec10a981c6acfe9214f1ce2f416f35b669070ac29f3b9270a14d47e88333e0baa6110d098ecd58c47cd7873c18a428b6552bff52821c3705f3255c6
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,197 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.267.0 (2026-03-24)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v1.266.0...v1.267.0](https://github.com/Increase/increase-ruby/compare/v1.266.0...v1.267.0)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **api:** api update ([dbb0581](https://github.com/Increase/increase-ruby/commit/dbb05810285983b2d54ed9b1d36997f94201c860))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Chores
|
|
13
|
+
|
|
14
|
+
* **ci:** skip lint on metadata-only changes ([f5f9efb](https://github.com/Increase/increase-ruby/commit/f5f9efbce8a00b9299b41a5bf91ff7efe25f6ca6))
|
|
15
|
+
* **tests:** bump steady to v0.19.7 ([a6a3a7a](https://github.com/Increase/increase-ruby/commit/a6a3a7a3d2d749f2a46ec24e4cec958230392930))
|
|
16
|
+
|
|
17
|
+
## 1.266.0 (2026-03-23)
|
|
18
|
+
|
|
19
|
+
Full Changelog: [v1.265.0...v1.266.0](https://github.com/Increase/increase-ruby/compare/v1.265.0...v1.266.0)
|
|
20
|
+
|
|
21
|
+
### Features
|
|
22
|
+
|
|
23
|
+
* **api:** api update ([dca7f03](https://github.com/Increase/increase-ruby/commit/dca7f03f785bf05a990ed941f59c6e9e40fa4bd9))
|
|
24
|
+
* **api:** api update ([f15aa93](https://github.com/Increase/increase-ruby/commit/f15aa93b3d6ae1dd294f25e1153f28248995f7e3))
|
|
25
|
+
* **api:** api update ([514fb64](https://github.com/Increase/increase-ruby/commit/514fb646057005074a8140bae2c34258b3dc854a))
|
|
26
|
+
* **api:** api update ([d47f389](https://github.com/Increase/increase-ruby/commit/d47f389c4c831d79b6afa51f5d77bdf9b0283c2a))
|
|
27
|
+
* **api:** api update ([bf75ccb](https://github.com/Increase/increase-ruby/commit/bf75ccbbc858f4140cf1de6261043f5477dfcfea))
|
|
28
|
+
* **api:** api update ([4401edc](https://github.com/Increase/increase-ruby/commit/4401edc2eccc7e23cf0dbff1043dfed3bb2ffbaf))
|
|
29
|
+
* **api:** api update ([a8f9781](https://github.com/Increase/increase-ruby/commit/a8f9781028df983df9274fc0a5b590a6215fff99))
|
|
30
|
+
* **api:** api update ([e222328](https://github.com/Increase/increase-ruby/commit/e222328aab64f3458322eef37873ac0067adf4bf))
|
|
31
|
+
* **api:** api update ([d6c776e](https://github.com/Increase/increase-ruby/commit/d6c776eae3d415cf592eb2d50eff86ecc45ea730))
|
|
32
|
+
* **api:** api update ([a7abdff](https://github.com/Increase/increase-ruby/commit/a7abdff25371dc04f8408cf7c499142f1ffb54d3))
|
|
33
|
+
* **api:** api update ([f7d74ec](https://github.com/Increase/increase-ruby/commit/f7d74ec547269cefb78232be3f86a1168d1e2461))
|
|
34
|
+
* **api:** api update ([ff314ab](https://github.com/Increase/increase-ruby/commit/ff314ab8e87249407ac4517962ff12e1bdaa0c47))
|
|
35
|
+
* **api:** api update ([70a43c9](https://github.com/Increase/increase-ruby/commit/70a43c9a4f3827e1e270382afbf9e1cf730f0906))
|
|
36
|
+
* **api:** api update ([71ebdbe](https://github.com/Increase/increase-ruby/commit/71ebdbe6510fbbb9b37ce7997c949ed803f89a02))
|
|
37
|
+
* **api:** api update ([8f6f005](https://github.com/Increase/increase-ruby/commit/8f6f005318c7081f2b2307afca2556ec514743cf))
|
|
38
|
+
* **api:** api update ([6dddf56](https://github.com/Increase/increase-ruby/commit/6dddf56e9795979c8d0101cdf03d0181db033fd8))
|
|
39
|
+
* **api:** api update ([e186f28](https://github.com/Increase/increase-ruby/commit/e186f280cbe9dba5b6fc3bf22f690b1ee8f5df91))
|
|
40
|
+
* **api:** api update ([0efc17e](https://github.com/Increase/increase-ruby/commit/0efc17ef7cf0549cba04e59f2c3ce8ade7a0f5bd))
|
|
41
|
+
* **api:** api update ([46f13fb](https://github.com/Increase/increase-ruby/commit/46f13fbc2c2d8c61b2ef81908ab1268b0daec9a1))
|
|
42
|
+
* **api:** api update ([4047a90](https://github.com/Increase/increase-ruby/commit/4047a90a1133c0817e404b466e15eca2161537cc))
|
|
43
|
+
* **api:** api update ([7ca6d0e](https://github.com/Increase/increase-ruby/commit/7ca6d0e11076849403646ab94384acf4be38e951))
|
|
44
|
+
* **api:** api update ([685cdca](https://github.com/Increase/increase-ruby/commit/685cdca2c35f8c425e87d452adc112b555a812a2))
|
|
45
|
+
* **api:** api update ([637b7dc](https://github.com/Increase/increase-ruby/commit/637b7dc6ff6934498094eb2a07a862d3a078d07f))
|
|
46
|
+
* **api:** api update ([96de2a0](https://github.com/Increase/increase-ruby/commit/96de2a03d65c0b10ed3c079df031d54b2615e03a))
|
|
47
|
+
* **api:** api update ([825556b](https://github.com/Increase/increase-ruby/commit/825556b82887af904b0b8ab5b9802a8e2a99c324))
|
|
48
|
+
* **api:** api update ([bf1a7c1](https://github.com/Increase/increase-ruby/commit/bf1a7c1277906587fe2936e1a22b0d2600afa37d))
|
|
49
|
+
* **api:** api update ([db50914](https://github.com/Increase/increase-ruby/commit/db5091471b34d8b77f3c033140e39ecf0fa17572))
|
|
50
|
+
* **api:** api update ([a1fbe28](https://github.com/Increase/increase-ruby/commit/a1fbe28bc558d22af76914980c6ed28afcef7909))
|
|
51
|
+
* **api:** api update ([d0e90a3](https://github.com/Increase/increase-ruby/commit/d0e90a3c94918124e74d1e07e5db94305582e2f5))
|
|
52
|
+
* **api:** api update ([6559af9](https://github.com/Increase/increase-ruby/commit/6559af9d9552f0bdbb37f76c18ecdb73afbc212f))
|
|
53
|
+
* **api:** api update ([cfada5f](https://github.com/Increase/increase-ruby/commit/cfada5f2d836be7a2812384112dbea652f50a063))
|
|
54
|
+
* **api:** api update ([a983d19](https://github.com/Increase/increase-ruby/commit/a983d1940123f48578655ee17920f426bdbcea48))
|
|
55
|
+
* **api:** api update ([e31a754](https://github.com/Increase/increase-ruby/commit/e31a754a01ebde6f6137a884980914149bcdecd0))
|
|
56
|
+
* **api:** api update ([645195b](https://github.com/Increase/increase-ruby/commit/645195bd521ea964e9e45a8481da6a9fd4b6d8fa))
|
|
57
|
+
* **api:** api update ([2d9f9cf](https://github.com/Increase/increase-ruby/commit/2d9f9cf21e6b687ad3d258f911c407d65f14efc1))
|
|
58
|
+
* **api:** api update ([66feace](https://github.com/Increase/increase-ruby/commit/66feace168340eeddbe3ba3dc7b8e14367da26e3))
|
|
59
|
+
* **api:** api update ([44a2122](https://github.com/Increase/increase-ruby/commit/44a2122e09ada53ea9a7bad2c1a7464efebac4f5))
|
|
60
|
+
* **api:** api update ([66453f0](https://github.com/Increase/increase-ruby/commit/66453f0af0d45454683288f06335ba1810cf14a1))
|
|
61
|
+
* **api:** api update ([7dc118e](https://github.com/Increase/increase-ruby/commit/7dc118ecddad0d55af30cdfa21dd17c35edcb1bb))
|
|
62
|
+
* **api:** api update ([ddc3cd4](https://github.com/Increase/increase-ruby/commit/ddc3cd4884004ebf1fbafc1f5fa167ca1f4e426c))
|
|
63
|
+
* **api:** api update ([fb5f4b5](https://github.com/Increase/increase-ruby/commit/fb5f4b56e93b5788f9a91cee8ede3101cbf68bc9))
|
|
64
|
+
* **api:** api update ([8d54036](https://github.com/Increase/increase-ruby/commit/8d540364e842ef2d4b902a9bef64a7a8e06a1119))
|
|
65
|
+
* **api:** api update ([db6601e](https://github.com/Increase/increase-ruby/commit/db6601e09d4bd7249a54d5392d48f7f63d13e056))
|
|
66
|
+
* **api:** api update ([8138773](https://github.com/Increase/increase-ruby/commit/813877385707317ec80dee8cc74e5467dd6acaa5))
|
|
67
|
+
* **api:** api update ([604cbbe](https://github.com/Increase/increase-ruby/commit/604cbbe5d1d9f99deaa46ed986e7663e2756b0fd))
|
|
68
|
+
* **api:** api update ([cd57df1](https://github.com/Increase/increase-ruby/commit/cd57df1c07f29864b0e36d045da0a3d3dea37229))
|
|
69
|
+
* **api:** api update ([efcfa51](https://github.com/Increase/increase-ruby/commit/efcfa5154c46aab88003a81d2efdd0b4f5cdc86b))
|
|
70
|
+
* **api:** api update ([81dd29e](https://github.com/Increase/increase-ruby/commit/81dd29e9dfdb8299aaa1b41197f66a09a0711ca2))
|
|
71
|
+
* **api:** api update ([cc6c884](https://github.com/Increase/increase-ruby/commit/cc6c8843f24bd39fe4a69d6edf9b3beb64ef5792))
|
|
72
|
+
* **api:** api update ([b8cbdc8](https://github.com/Increase/increase-ruby/commit/b8cbdc86fbef7fcce3ac85a343889971b77c3a30))
|
|
73
|
+
* **api:** api update ([d02efb1](https://github.com/Increase/increase-ruby/commit/d02efb177d58b0323bf73de2f3deeded92a0c185))
|
|
74
|
+
* **api:** api update ([2f6fc4d](https://github.com/Increase/increase-ruby/commit/2f6fc4dbc127a023adcb3f72e0109ff37e438cd8))
|
|
75
|
+
* **api:** api update ([8f4579a](https://github.com/Increase/increase-ruby/commit/8f4579a2a216731fe314953038ad9ee909d49148))
|
|
76
|
+
* **api:** api update ([2ce4a69](https://github.com/Increase/increase-ruby/commit/2ce4a69b1c900c2bcc275023fb5143355f61d7fb))
|
|
77
|
+
* **api:** api update ([10f88cf](https://github.com/Increase/increase-ruby/commit/10f88cfa5326ec0c3a5ba0bb3fc3c5eff9a3ba93))
|
|
78
|
+
* **api:** api update ([00e40b7](https://github.com/Increase/increase-ruby/commit/00e40b7f0b1545a03d150056eb324008d28757a7))
|
|
79
|
+
* **api:** api update ([6d5ae13](https://github.com/Increase/increase-ruby/commit/6d5ae13ad65d9357064023c4aadd89bd280a37dd))
|
|
80
|
+
* **api:** api update ([3c7de8b](https://github.com/Increase/increase-ruby/commit/3c7de8be54ab3a3838bf3f531f0d9fcf4326f981))
|
|
81
|
+
* **api:** api update ([477fc1d](https://github.com/Increase/increase-ruby/commit/477fc1d2d3e0ffa94d87bd38de8f9fa640b6d6b6))
|
|
82
|
+
* **api:** api update ([8e4bd77](https://github.com/Increase/increase-ruby/commit/8e4bd77a9f6e38d6fb624f14de54158a1f5d8c47))
|
|
83
|
+
* **api:** api update ([994c574](https://github.com/Increase/increase-ruby/commit/994c574e2a7b0ca88f389b0497b590cd3c12dfc1))
|
|
84
|
+
* **api:** api update ([933d5be](https://github.com/Increase/increase-ruby/commit/933d5beb3f18163905c9f83ba7df18875bf01489))
|
|
85
|
+
* **api:** api update ([19af3d3](https://github.com/Increase/increase-ruby/commit/19af3d3a57953bb6bb3eb70feab82483c7f15e19))
|
|
86
|
+
* **api:** api update ([5b3d504](https://github.com/Increase/increase-ruby/commit/5b3d50412c6d0936cae8657e9d36ec49d2988eda))
|
|
87
|
+
* **api:** api update ([21c63e6](https://github.com/Increase/increase-ruby/commit/21c63e65a7c7a4077af5dd863f125871b5726d85))
|
|
88
|
+
* **api:** api update ([6e53b59](https://github.com/Increase/increase-ruby/commit/6e53b5915bd240411121268dd808b13d2bd3ab82))
|
|
89
|
+
* **api:** api update ([c8a408a](https://github.com/Increase/increase-ruby/commit/c8a408a669f396435823a3c7bd3ca0a2aa978663))
|
|
90
|
+
* **api:** api update ([a8fec40](https://github.com/Increase/increase-ruby/commit/a8fec40bf005e25dcbdeb20a820a232a7a896038))
|
|
91
|
+
* **api:** api update ([1d50d86](https://github.com/Increase/increase-ruby/commit/1d50d86f1f11eb6bdaf6b04c8a847cbe4719d3b7))
|
|
92
|
+
* **api:** api update ([bc9e64d](https://github.com/Increase/increase-ruby/commit/bc9e64deb4c9ec1da47bd0a234882f7acb624ad0))
|
|
93
|
+
* **api:** api update ([17fab0d](https://github.com/Increase/increase-ruby/commit/17fab0dfc100c6ac9fa01ddb459cb5ed511e49d6))
|
|
94
|
+
* **api:** api update ([5d17ef7](https://github.com/Increase/increase-ruby/commit/5d17ef766f6b516c5a9669b497565b6d5d7db71a))
|
|
95
|
+
* **api:** api update ([28f6cee](https://github.com/Increase/increase-ruby/commit/28f6cee5a4346d0a0c7f6562e91319f90689d7b0))
|
|
96
|
+
* **api:** api update ([f738a4c](https://github.com/Increase/increase-ruby/commit/f738a4ca9f5bf4da6aa89a71cf2618404e13e75d))
|
|
97
|
+
* **api:** api update ([f4c26d1](https://github.com/Increase/increase-ruby/commit/f4c26d1b1cdfbcfe12d127c29b3de964b3400d68))
|
|
98
|
+
* **api:** api update ([d576bf7](https://github.com/Increase/increase-ruby/commit/d576bf7b4b1f3cc201cf63ef73c384fdaba766c5))
|
|
99
|
+
* **api:** api update ([05030a4](https://github.com/Increase/increase-ruby/commit/05030a4fc7232f9724c7ddaa2dc2592cbfd3edd6))
|
|
100
|
+
* **api:** api update ([67c1f0b](https://github.com/Increase/increase-ruby/commit/67c1f0b2926fe0a4d0d9abb4c86d36c0821b4b6a))
|
|
101
|
+
* **api:** api update ([70d6b93](https://github.com/Increase/increase-ruby/commit/70d6b937f554264a3b965f0278e9af20bb13f524))
|
|
102
|
+
* **api:** api update ([1caa411](https://github.com/Increase/increase-ruby/commit/1caa4112436ad6896121d27afdd4a06f406ac9a8))
|
|
103
|
+
* **api:** api update ([8f9e694](https://github.com/Increase/increase-ruby/commit/8f9e69431eca1427c939b902e793c1fe27490f7c))
|
|
104
|
+
* **api:** api update ([092b919](https://github.com/Increase/increase-ruby/commit/092b9196c87f3494f483d62b214b229ca26e1f58))
|
|
105
|
+
* **api:** api update ([e1dc24f](https://github.com/Increase/increase-ruby/commit/e1dc24f2a597da1fb4e51f9a648b1bccb35c583e))
|
|
106
|
+
* **api:** api update ([6aa76a0](https://github.com/Increase/increase-ruby/commit/6aa76a005943d4e9cf671360dcee9863e442835f))
|
|
107
|
+
* **api:** api update ([27f834c](https://github.com/Increase/increase-ruby/commit/27f834c3056d05eceaeedecffaef9876d23c3207))
|
|
108
|
+
* **api:** api update ([a9ab98b](https://github.com/Increase/increase-ruby/commit/a9ab98b9e29d37ff5a00e166eb53c25c1bcaccc4))
|
|
109
|
+
* **api:** api update ([8b8d2d6](https://github.com/Increase/increase-ruby/commit/8b8d2d63a92772d12202716c6e640a256cc710ad))
|
|
110
|
+
* **api:** api update ([52ab218](https://github.com/Increase/increase-ruby/commit/52ab218e2b9df867348b2512eba89077359d766a))
|
|
111
|
+
* **api:** api update ([8d4da8c](https://github.com/Increase/increase-ruby/commit/8d4da8ce0198334d123f78a9007b321ff12fb5d6))
|
|
112
|
+
* **api:** api update ([111a104](https://github.com/Increase/increase-ruby/commit/111a1045d994ccd58b6f14194322d764ef8cbb7f))
|
|
113
|
+
* **api:** api update ([a4d7fde](https://github.com/Increase/increase-ruby/commit/a4d7fded60123d3ee9ff7bb2c814e7a91deef931))
|
|
114
|
+
* **api:** api update ([81619dc](https://github.com/Increase/increase-ruby/commit/81619dc2ac3f2b68f5326c8e64be9dd674afd34e))
|
|
115
|
+
* **api:** api update ([098249e](https://github.com/Increase/increase-ruby/commit/098249e18aa22539c26a93e87d5ecbb262bb9183))
|
|
116
|
+
* **api:** api update ([11114af](https://github.com/Increase/increase-ruby/commit/11114af8856a05605a2b2091d0c31bae5c46bd22))
|
|
117
|
+
* **api:** api update ([0aa66a3](https://github.com/Increase/increase-ruby/commit/0aa66a3195f4efe263ac76df4ef7192623a0f5a8))
|
|
118
|
+
* **api:** api update ([0faec8e](https://github.com/Increase/increase-ruby/commit/0faec8e767f7679258cf8c0bf0179d7644e7ba70))
|
|
119
|
+
* **api:** api update ([65a3663](https://github.com/Increase/increase-ruby/commit/65a3663561976c1a6d63ab045e69177563f34416))
|
|
120
|
+
* **api:** api update ([3cf8a9d](https://github.com/Increase/increase-ruby/commit/3cf8a9d9253e87984e2d7886ac3e28be3971a76f))
|
|
121
|
+
* **api:** api update ([4242458](https://github.com/Increase/increase-ruby/commit/4242458875f37192735850ab74b10a012e13acf3))
|
|
122
|
+
* **api:** api update ([16f0dab](https://github.com/Increase/increase-ruby/commit/16f0dab6226fe15fe7940701ad6069a58bc53b5d))
|
|
123
|
+
* **api:** api update ([e2c60d1](https://github.com/Increase/increase-ruby/commit/e2c60d1ef601903aaa8b200710a558097e9f4278))
|
|
124
|
+
* **api:** api update ([6d86a6a](https://github.com/Increase/increase-ruby/commit/6d86a6afaf3717e5cce39cc681ecb880cb152062))
|
|
125
|
+
* **api:** api update ([1e2e703](https://github.com/Increase/increase-ruby/commit/1e2e70358f12d691c1e6e0352957ef0c25e0def7))
|
|
126
|
+
* **api:** api update ([2ff7de1](https://github.com/Increase/increase-ruby/commit/2ff7de1effe1f3e8ebc604de682682f06a34752b))
|
|
127
|
+
* **api:** api update ([aceb4f3](https://github.com/Increase/increase-ruby/commit/aceb4f3c59f2a0900583306ce30027a831549525))
|
|
128
|
+
* **api:** api update ([e46ae8f](https://github.com/Increase/increase-ruby/commit/e46ae8fe09873e7fded365dafac56aeefbcce73b))
|
|
129
|
+
* **api:** api update ([764783b](https://github.com/Increase/increase-ruby/commit/764783bd11d78eee36a65efb4fceaa4d8ad09bb2))
|
|
130
|
+
* **api:** api update ([723d38e](https://github.com/Increase/increase-ruby/commit/723d38eb40d3ab1403166954cce2327b5b757f85))
|
|
131
|
+
* **api:** api update ([83c266a](https://github.com/Increase/increase-ruby/commit/83c266a24ee743bdca87ebf5155fe4cb485ad097))
|
|
132
|
+
* **api:** api update ([900dbdd](https://github.com/Increase/increase-ruby/commit/900dbdd0fdecd5c00bb815f669b62853b1c79a57))
|
|
133
|
+
* **api:** api update ([229b3fd](https://github.com/Increase/increase-ruby/commit/229b3fdc43be28c9a2c3a18e1f2a8f7b6cdf4da0))
|
|
134
|
+
* **api:** api update ([b28917e](https://github.com/Increase/increase-ruby/commit/b28917e83e452e1f7995d33f5c1e8f5f348e4cd9))
|
|
135
|
+
* **api:** api update ([cbab315](https://github.com/Increase/increase-ruby/commit/cbab315aefb41453b15f6d40294447933ccad6fa))
|
|
136
|
+
* **api:** api update ([30413fd](https://github.com/Increase/increase-ruby/commit/30413fd094d82dda9a2ce63dfd5b02cc437e5edd))
|
|
137
|
+
* **api:** api update ([6bd1989](https://github.com/Increase/increase-ruby/commit/6bd198909a8273554fd61703b047b0900193cf92))
|
|
138
|
+
* **api:** api update ([75344a9](https://github.com/Increase/increase-ruby/commit/75344a9514d97b42e680910123ca5d7f157405ab))
|
|
139
|
+
* **api:** api update ([b7b5b4d](https://github.com/Increase/increase-ruby/commit/b7b5b4daa32fbdd9e98b67252a5dee579d98fab8))
|
|
140
|
+
* **api:** api update ([cd471d1](https://github.com/Increase/increase-ruby/commit/cd471d16f2026e09a7875c4d3d17a0236fc1253a))
|
|
141
|
+
* **api:** api update ([98cb040](https://github.com/Increase/increase-ruby/commit/98cb040f373612a7a336992d6bcf91b665a76941))
|
|
142
|
+
* **api:** api update ([d2fa306](https://github.com/Increase/increase-ruby/commit/d2fa306621499ac6b07ca6d6af0b152a90f61067))
|
|
143
|
+
* **api:** api update ([7fe9f53](https://github.com/Increase/increase-ruby/commit/7fe9f53257f365926ab045ad87866976714062d1))
|
|
144
|
+
* **api:** api update ([67b8dbf](https://github.com/Increase/increase-ruby/commit/67b8dbfbdebd3a25a009b0e9483d3efc20fd47c1))
|
|
145
|
+
* **api:** api update ([d5c3357](https://github.com/Increase/increase-ruby/commit/d5c33578cd9544b10047e3981970f0f79d0e67ad))
|
|
146
|
+
* **api:** api update ([4319fa3](https://github.com/Increase/increase-ruby/commit/4319fa3aab70b389db23e6c3583f7f24dccd176b))
|
|
147
|
+
* **api:** api update ([9af2d06](https://github.com/Increase/increase-ruby/commit/9af2d063181637e84b78c23b2379851b30a1e2c8))
|
|
148
|
+
* **api:** api update ([af572b9](https://github.com/Increase/increase-ruby/commit/af572b982316d8ad976221aaecc78f6a4a5f1a77))
|
|
149
|
+
* **client:** add webhook support ([c873d85](https://github.com/Increase/increase-ruby/commit/c873d8586d280b9e0e13c6e564f68f17fa8d81e3))
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
### Bug Fixes
|
|
153
|
+
|
|
154
|
+
* calling `break` out of streams should be instantaneous ([d9d0a28](https://github.com/Increase/increase-ruby/commit/d9d0a289232863c2e6248afbd22d6ffdfd5bf846))
|
|
155
|
+
* **client:** always add content-length to post body, even when empty ([aef2fe6](https://github.com/Increase/increase-ruby/commit/aef2fe6cb55acc83a228a2acb3f0690dd7f82bef))
|
|
156
|
+
* **client:** loosen json header parsing ([c047ae2](https://github.com/Increase/increase-ruby/commit/c047ae28d54c3ece94f4be124b7bcc74763c9e6c))
|
|
157
|
+
* issue where json.parse errors when receiving HTTP 204 with nobody ([41bfa40](https://github.com/Increase/increase-ruby/commit/41bfa400871737c89342695a01bb2f65ed99a012))
|
|
158
|
+
* properly mock time in ruby ci tests ([89f7533](https://github.com/Increase/increase-ruby/commit/89f7533c558e7eba55dc2c741103fc6f1a47b945))
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
### Chores
|
|
162
|
+
|
|
163
|
+
* **docs:** remove www prefix ([0a9b229](https://github.com/Increase/increase-ruby/commit/0a9b229d07e1646a9d41076313018a3c0327d149))
|
|
164
|
+
* **internal:** codegen related update ([5e62216](https://github.com/Increase/increase-ruby/commit/5e62216d033a720cf9efb23e46bf4dd1d214fa81))
|
|
165
|
+
* **internal:** codegen related update ([70fa568](https://github.com/Increase/increase-ruby/commit/70fa568124ffb341715b9036402c0db8ce9cb81a))
|
|
166
|
+
* **internal:** codegen related update ([cc5705d](https://github.com/Increase/increase-ruby/commit/cc5705d53a00de97ade9365f752dddbcaed07751))
|
|
167
|
+
* **internal:** codegen related update ([36a3ea8](https://github.com/Increase/increase-ruby/commit/36a3ea8ef2941bbe4f8251dab71fdbb8427b1cf8))
|
|
168
|
+
* **internal:** tweak CI branches ([e6bcade](https://github.com/Increase/increase-ruby/commit/e6bcade7f30bfcca40cf3f4e17066633a7c70dba))
|
|
169
|
+
* **internal:** update `actions/checkout` version ([998f9cd](https://github.com/Increase/increase-ruby/commit/998f9cdab36085daa153d3698ae196767034fd85))
|
|
170
|
+
* **internal:** update gitignore ([4838ccc](https://github.com/Increase/increase-ruby/commit/4838ccc963e898e49c38e2fb0026656cf1e31cdb))
|
|
171
|
+
* move `cgi` into dependencies for ruby 4 ([24c9d9f](https://github.com/Increase/increase-ruby/commit/24c9d9fee4c206ffc5f49b81a896366c34a343ae))
|
|
172
|
+
* **tests:** bump steady to v0.19.4 ([704590b](https://github.com/Increase/increase-ruby/commit/704590b4e61fe317a42a8eab1d3f898e06363f66))
|
|
173
|
+
* **tests:** bump steady to v0.19.5 ([c4fca5c](https://github.com/Increase/increase-ruby/commit/c4fca5c3dc01ee9508767d674c7d7fbf44a43829))
|
|
174
|
+
* **tests:** bump steady to v0.19.6 ([d28fad1](https://github.com/Increase/increase-ruby/commit/d28fad1095e910e333b8dc859e38f36283c33a67))
|
|
175
|
+
* update mock server docs ([4d9d783](https://github.com/Increase/increase-ruby/commit/4d9d783cbead1701fea327429ac3f149610e3a40))
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
### Refactors
|
|
179
|
+
|
|
180
|
+
* **tests:** switch from prism to steady ([65ff0ba](https://github.com/Increase/increase-ruby/commit/65ff0bae7d21b9eb2f5d66ad4d9c39425b6aa613))
|
|
181
|
+
|
|
182
|
+
## 1.265.0 (2026-03-21)
|
|
183
|
+
|
|
184
|
+
Full Changelog: [v1.264.0...v1.265.0](https://github.com/Increase/increase-ruby/compare/v1.264.0...v1.265.0)
|
|
185
|
+
|
|
186
|
+
### Features
|
|
187
|
+
|
|
188
|
+
* **api:** api update ([ba4d1d1](https://github.com/Increase/increase-ruby/commit/ba4d1d17e0b779d8e4cb4872bbe8fd200afb38cd))
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
### Chores
|
|
192
|
+
|
|
193
|
+
* **tests:** bump steady to v0.19.5 ([fa5eb7c](https://github.com/Increase/increase-ruby/commit/fa5eb7c1ad6334e4da6a55ef372b8550126da8a6))
|
|
194
|
+
|
|
3
195
|
## 1.264.0 (2026-03-20)
|
|
4
196
|
|
|
5
197
|
Full Changelog: [v1.263.0...v1.264.0](https://github.com/Increase/increase-ruby/compare/v1.263.0...v1.264.0)
|
data/README.md
CHANGED
|
@@ -44,17 +44,25 @@ module Increase
|
|
|
44
44
|
required :domestic_push_transfers,
|
|
45
45
|
enum: -> { Increase::CardTokenCapabilities::Route::DomesticPushTransfers }
|
|
46
46
|
|
|
47
|
+
# @!attribute issuer_country
|
|
48
|
+
# The ISO-3166-1 alpha-2 country code of the card's issuing bank.
|
|
49
|
+
#
|
|
50
|
+
# @return [String]
|
|
51
|
+
required :issuer_country, String
|
|
52
|
+
|
|
47
53
|
# @!attribute route
|
|
48
54
|
# The card network route the capabilities apply to.
|
|
49
55
|
#
|
|
50
56
|
# @return [Symbol, Increase::Models::CardTokenCapabilities::Route::Route]
|
|
51
57
|
required :route, enum: -> { Increase::CardTokenCapabilities::Route::Route }
|
|
52
58
|
|
|
53
|
-
# @!method initialize(cross_border_push_transfers:, domestic_push_transfers:, route:)
|
|
59
|
+
# @!method initialize(cross_border_push_transfers:, domestic_push_transfers:, issuer_country:, route:)
|
|
54
60
|
# @param cross_border_push_transfers [Symbol, Increase::Models::CardTokenCapabilities::Route::CrossBorderPushTransfers] Whether you can push funds to the card using cross-border Card Push Transfers.
|
|
55
61
|
#
|
|
56
62
|
# @param domestic_push_transfers [Symbol, Increase::Models::CardTokenCapabilities::Route::DomesticPushTransfers] Whether you can push funds to the card using domestic Card Push Transfers.
|
|
57
63
|
#
|
|
64
|
+
# @param issuer_country [String] The ISO-3166-1 alpha-2 country code of the card's issuing bank.
|
|
65
|
+
#
|
|
58
66
|
# @param route [Symbol, Increase::Models::CardTokenCapabilities::Route::Route] The card network route the capabilities apply to.
|
|
59
67
|
|
|
60
68
|
# Whether you can push funds to the card using cross-border Card Push Transfers.
|
|
@@ -1117,7 +1117,7 @@ module Increase
|
|
|
1117
1117
|
class Passport < Increase::Internal::Type::BaseModel
|
|
1118
1118
|
# @!attribute country
|
|
1119
1119
|
# The two-character ISO 3166-1 code representing the country that issued the
|
|
1120
|
-
#
|
|
1120
|
+
# document (e.g., `US`).
|
|
1121
1121
|
#
|
|
1122
1122
|
# @return [String]
|
|
1123
1123
|
required :country, String
|
|
@@ -1142,7 +1142,7 @@ module Increase
|
|
|
1142
1142
|
# Information about the passport used for identification. Required if `method` is
|
|
1143
1143
|
# equal to `passport`.
|
|
1144
1144
|
#
|
|
1145
|
-
# @param country [String] The two-character ISO 3166-1 code representing the country that issued the
|
|
1145
|
+
# @param country [String] The two-character ISO 3166-1 code representing the country that issued the docum
|
|
1146
1146
|
#
|
|
1147
1147
|
# @param expiration_date [Date] The passport's expiration date in YYYY-MM-DD format.
|
|
1148
1148
|
#
|
|
@@ -1434,7 +1434,7 @@ module Increase
|
|
|
1434
1434
|
class Passport < Increase::Internal::Type::BaseModel
|
|
1435
1435
|
# @!attribute country
|
|
1436
1436
|
# The two-character ISO 3166-1 code representing the country that issued the
|
|
1437
|
-
#
|
|
1437
|
+
# document (e.g., `US`).
|
|
1438
1438
|
#
|
|
1439
1439
|
# @return [String]
|
|
1440
1440
|
required :country, String
|
|
@@ -1459,7 +1459,7 @@ module Increase
|
|
|
1459
1459
|
# Information about the passport used for identification. Required if `method` is
|
|
1460
1460
|
# equal to `passport`.
|
|
1461
1461
|
#
|
|
1462
|
-
# @param country [String] The two-character ISO 3166-1 code representing the country that issued the
|
|
1462
|
+
# @param country [String] The two-character ISO 3166-1 code representing the country that issued the docum
|
|
1463
1463
|
#
|
|
1464
1464
|
# @param expiration_date [Date] The passport's expiration date in YYYY-MM-DD format.
|
|
1465
1465
|
#
|
|
@@ -2069,7 +2069,7 @@ module Increase
|
|
|
2069
2069
|
class Passport < Increase::Internal::Type::BaseModel
|
|
2070
2070
|
# @!attribute country
|
|
2071
2071
|
# The two-character ISO 3166-1 code representing the country that issued the
|
|
2072
|
-
#
|
|
2072
|
+
# document (e.g., `US`).
|
|
2073
2073
|
#
|
|
2074
2074
|
# @return [String]
|
|
2075
2075
|
required :country, String
|
|
@@ -2094,7 +2094,7 @@ module Increase
|
|
|
2094
2094
|
# Information about the passport used for identification. Required if `method` is
|
|
2095
2095
|
# equal to `passport`.
|
|
2096
2096
|
#
|
|
2097
|
-
# @param country [String] The two-character ISO 3166-1 code representing the country that issued the
|
|
2097
|
+
# @param country [String] The two-character ISO 3166-1 code representing the country that issued the docum
|
|
2098
2098
|
#
|
|
2099
2099
|
# @param expiration_date [Date] The passport's expiration date in YYYY-MM-DD format.
|
|
2100
2100
|
#
|
|
@@ -2385,7 +2385,7 @@ module Increase
|
|
|
2385
2385
|
class Passport < Increase::Internal::Type::BaseModel
|
|
2386
2386
|
# @!attribute country
|
|
2387
2387
|
# The two-character ISO 3166-1 code representing the country that issued the
|
|
2388
|
-
#
|
|
2388
|
+
# document (e.g., `US`).
|
|
2389
2389
|
#
|
|
2390
2390
|
# @return [String]
|
|
2391
2391
|
required :country, String
|
|
@@ -2410,7 +2410,7 @@ module Increase
|
|
|
2410
2410
|
# Information about the passport used for identification. Required if `method` is
|
|
2411
2411
|
# equal to `passport`.
|
|
2412
2412
|
#
|
|
2413
|
-
# @param country [String] The two-character ISO 3166-1 code representing the country that issued the
|
|
2413
|
+
# @param country [String] The two-character ISO 3166-1 code representing the country that issued the docum
|
|
2414
2414
|
#
|
|
2415
2415
|
# @param expiration_date [Date] The passport's expiration date in YYYY-MM-DD format.
|
|
2416
2416
|
#
|
|
@@ -33,20 +33,20 @@ module Increase
|
|
|
33
33
|
# @return [Symbol, Increase::Models::InboundMailItemActionParams::Check::Action]
|
|
34
34
|
required :action, enum: -> { Increase::InboundMailItemActionParams::Check::Action }
|
|
35
35
|
|
|
36
|
-
# @!attribute
|
|
36
|
+
# @!attribute account_id
|
|
37
37
|
# The identifier of the Account to deposit the check into. If not provided, the
|
|
38
38
|
# check will be deposited into the Account associated with the Lockbox.
|
|
39
39
|
#
|
|
40
40
|
# @return [String, nil]
|
|
41
|
-
optional :
|
|
41
|
+
optional :account_id, String
|
|
42
42
|
|
|
43
|
-
# @!method initialize(action:,
|
|
43
|
+
# @!method initialize(action:, account_id: nil)
|
|
44
44
|
# Some parameter documentations has been truncated, see
|
|
45
45
|
# {Increase::Models::InboundMailItemActionParams::Check} for more details.
|
|
46
46
|
#
|
|
47
47
|
# @param action [Symbol, Increase::Models::InboundMailItemActionParams::Check::Action] The action to perform on the Inbound Mail Item.
|
|
48
48
|
#
|
|
49
|
-
# @param
|
|
49
|
+
# @param account_id [String] The identifier of the Account to deposit the check into. If not provided, the ch
|
|
50
50
|
|
|
51
51
|
# The action to perform on the Inbound Mail Item.
|
|
52
52
|
#
|
data/lib/increase/version.rb
CHANGED
|
@@ -71,6 +71,10 @@ module Increase
|
|
|
71
71
|
end
|
|
72
72
|
attr_accessor :domestic_push_transfers
|
|
73
73
|
|
|
74
|
+
# The ISO-3166-1 alpha-2 country code of the card's issuing bank.
|
|
75
|
+
sig { returns(String) }
|
|
76
|
+
attr_accessor :issuer_country
|
|
77
|
+
|
|
74
78
|
# The card network route the capabilities apply to.
|
|
75
79
|
sig do
|
|
76
80
|
returns(Increase::CardTokenCapabilities::Route::Route::TaggedSymbol)
|
|
@@ -83,6 +87,7 @@ module Increase
|
|
|
83
87
|
Increase::CardTokenCapabilities::Route::CrossBorderPushTransfers::OrSymbol,
|
|
84
88
|
domestic_push_transfers:
|
|
85
89
|
Increase::CardTokenCapabilities::Route::DomesticPushTransfers::OrSymbol,
|
|
90
|
+
issuer_country: String,
|
|
86
91
|
route: Increase::CardTokenCapabilities::Route::Route::OrSymbol
|
|
87
92
|
).returns(T.attached_class)
|
|
88
93
|
end
|
|
@@ -91,6 +96,8 @@ module Increase
|
|
|
91
96
|
cross_border_push_transfers:,
|
|
92
97
|
# Whether you can push funds to the card using domestic Card Push Transfers.
|
|
93
98
|
domestic_push_transfers:,
|
|
99
|
+
# The ISO-3166-1 alpha-2 country code of the card's issuing bank.
|
|
100
|
+
issuer_country:,
|
|
94
101
|
# The card network route the capabilities apply to.
|
|
95
102
|
route:
|
|
96
103
|
)
|
|
@@ -103,6 +110,7 @@ module Increase
|
|
|
103
110
|
Increase::CardTokenCapabilities::Route::CrossBorderPushTransfers::TaggedSymbol,
|
|
104
111
|
domestic_push_transfers:
|
|
105
112
|
Increase::CardTokenCapabilities::Route::DomesticPushTransfers::TaggedSymbol,
|
|
113
|
+
issuer_country: String,
|
|
106
114
|
route: Increase::CardTokenCapabilities::Route::Route::TaggedSymbol
|
|
107
115
|
}
|
|
108
116
|
)
|
|
@@ -2089,7 +2089,7 @@ module Increase
|
|
|
2089
2089
|
end
|
|
2090
2090
|
|
|
2091
2091
|
# The two-character ISO 3166-1 code representing the country that issued the
|
|
2092
|
-
#
|
|
2092
|
+
# document (e.g., `US`).
|
|
2093
2093
|
sig { returns(String) }
|
|
2094
2094
|
attr_accessor :country
|
|
2095
2095
|
|
|
@@ -2112,7 +2112,7 @@ module Increase
|
|
|
2112
2112
|
end
|
|
2113
2113
|
def self.new(
|
|
2114
2114
|
# The two-character ISO 3166-1 code representing the country that issued the
|
|
2115
|
-
#
|
|
2115
|
+
# document (e.g., `US`).
|
|
2116
2116
|
country:,
|
|
2117
2117
|
# The passport's expiration date in YYYY-MM-DD format.
|
|
2118
2118
|
expiration_date:,
|
|
@@ -2650,7 +2650,7 @@ module Increase
|
|
|
2650
2650
|
end
|
|
2651
2651
|
|
|
2652
2652
|
# The two-character ISO 3166-1 code representing the country that issued the
|
|
2653
|
-
#
|
|
2653
|
+
# document (e.g., `US`).
|
|
2654
2654
|
sig { returns(String) }
|
|
2655
2655
|
attr_accessor :country
|
|
2656
2656
|
|
|
@@ -2673,7 +2673,7 @@ module Increase
|
|
|
2673
2673
|
end
|
|
2674
2674
|
def self.new(
|
|
2675
2675
|
# The two-character ISO 3166-1 code representing the country that issued the
|
|
2676
|
-
#
|
|
2676
|
+
# document (e.g., `US`).
|
|
2677
2677
|
country:,
|
|
2678
2678
|
# The passport's expiration date in YYYY-MM-DD format.
|
|
2679
2679
|
expiration_date:,
|
|
@@ -3823,7 +3823,7 @@ module Increase
|
|
|
3823
3823
|
end
|
|
3824
3824
|
|
|
3825
3825
|
# The two-character ISO 3166-1 code representing the country that issued the
|
|
3826
|
-
#
|
|
3826
|
+
# document (e.g., `US`).
|
|
3827
3827
|
sig { returns(String) }
|
|
3828
3828
|
attr_accessor :country
|
|
3829
3829
|
|
|
@@ -3846,7 +3846,7 @@ module Increase
|
|
|
3846
3846
|
end
|
|
3847
3847
|
def self.new(
|
|
3848
3848
|
# The two-character ISO 3166-1 code representing the country that issued the
|
|
3849
|
-
#
|
|
3849
|
+
# document (e.g., `US`).
|
|
3850
3850
|
country:,
|
|
3851
3851
|
# The passport's expiration date in YYYY-MM-DD format.
|
|
3852
3852
|
expiration_date:,
|
|
@@ -4383,7 +4383,7 @@ module Increase
|
|
|
4383
4383
|
end
|
|
4384
4384
|
|
|
4385
4385
|
# The two-character ISO 3166-1 code representing the country that issued the
|
|
4386
|
-
#
|
|
4386
|
+
# document (e.g., `US`).
|
|
4387
4387
|
sig { returns(String) }
|
|
4388
4388
|
attr_accessor :country
|
|
4389
4389
|
|
|
@@ -4406,7 +4406,7 @@ module Increase
|
|
|
4406
4406
|
end
|
|
4407
4407
|
def self.new(
|
|
4408
4408
|
# The two-character ISO 3166-1 code representing the country that issued the
|
|
4409
|
-
#
|
|
4409
|
+
# document (e.g., `US`).
|
|
4410
4410
|
country:,
|
|
4411
4411
|
# The passport's expiration date in YYYY-MM-DD format.
|
|
4412
4412
|
expiration_date:,
|
|
@@ -71,16 +71,16 @@ module Increase
|
|
|
71
71
|
# The identifier of the Account to deposit the check into. If not provided, the
|
|
72
72
|
# check will be deposited into the Account associated with the Lockbox.
|
|
73
73
|
sig { returns(T.nilable(String)) }
|
|
74
|
-
attr_reader :
|
|
74
|
+
attr_reader :account_id
|
|
75
75
|
|
|
76
|
-
sig { params(
|
|
77
|
-
attr_writer :
|
|
76
|
+
sig { params(account_id: String).void }
|
|
77
|
+
attr_writer :account_id
|
|
78
78
|
|
|
79
79
|
sig do
|
|
80
80
|
params(
|
|
81
81
|
action:
|
|
82
82
|
Increase::InboundMailItemActionParams::Check::Action::OrSymbol,
|
|
83
|
-
|
|
83
|
+
account_id: String
|
|
84
84
|
).returns(T.attached_class)
|
|
85
85
|
end
|
|
86
86
|
def self.new(
|
|
@@ -88,7 +88,7 @@ module Increase
|
|
|
88
88
|
action:,
|
|
89
89
|
# The identifier of the Account to deposit the check into. If not provided, the
|
|
90
90
|
# check will be deposited into the Account associated with the Lockbox.
|
|
91
|
-
|
|
91
|
+
account_id: nil
|
|
92
92
|
)
|
|
93
93
|
end
|
|
94
94
|
|
|
@@ -97,7 +97,7 @@ module Increase
|
|
|
97
97
|
{
|
|
98
98
|
action:
|
|
99
99
|
Increase::InboundMailItemActionParams::Check::Action::OrSymbol,
|
|
100
|
-
|
|
100
|
+
account_id: String
|
|
101
101
|
}
|
|
102
102
|
)
|
|
103
103
|
end
|
|
@@ -25,6 +25,7 @@ module Increase
|
|
|
25
25
|
{
|
|
26
26
|
cross_border_push_transfers: Increase::Models::CardTokenCapabilities::Route::cross_border_push_transfers,
|
|
27
27
|
domestic_push_transfers: Increase::Models::CardTokenCapabilities::Route::domestic_push_transfers,
|
|
28
|
+
issuer_country: String,
|
|
28
29
|
route: Increase::Models::CardTokenCapabilities::Route::route
|
|
29
30
|
}
|
|
30
31
|
|
|
@@ -33,17 +34,21 @@ module Increase
|
|
|
33
34
|
|
|
34
35
|
attr_accessor domestic_push_transfers: Increase::Models::CardTokenCapabilities::Route::domestic_push_transfers
|
|
35
36
|
|
|
37
|
+
attr_accessor issuer_country: String
|
|
38
|
+
|
|
36
39
|
attr_accessor route: Increase::Models::CardTokenCapabilities::Route::route
|
|
37
40
|
|
|
38
41
|
def initialize: (
|
|
39
42
|
cross_border_push_transfers: Increase::Models::CardTokenCapabilities::Route::cross_border_push_transfers,
|
|
40
43
|
domestic_push_transfers: Increase::Models::CardTokenCapabilities::Route::domestic_push_transfers,
|
|
44
|
+
issuer_country: String,
|
|
41
45
|
route: Increase::Models::CardTokenCapabilities::Route::route
|
|
42
46
|
) -> void
|
|
43
47
|
|
|
44
48
|
def to_hash: -> {
|
|
45
49
|
cross_border_push_transfers: Increase::Models::CardTokenCapabilities::Route::cross_border_push_transfers,
|
|
46
50
|
domestic_push_transfers: Increase::Models::CardTokenCapabilities::Route::domestic_push_transfers,
|
|
51
|
+
issuer_country: String,
|
|
47
52
|
route: Increase::Models::CardTokenCapabilities::Route::route
|
|
48
53
|
}
|
|
49
54
|
|
|
@@ -30,24 +30,24 @@ module Increase
|
|
|
30
30
|
type check =
|
|
31
31
|
{
|
|
32
32
|
action: Increase::Models::InboundMailItemActionParams::Check::action,
|
|
33
|
-
|
|
33
|
+
account_id: String
|
|
34
34
|
}
|
|
35
35
|
|
|
36
36
|
class Check < Increase::Internal::Type::BaseModel
|
|
37
37
|
attr_accessor action: Increase::Models::InboundMailItemActionParams::Check::action
|
|
38
38
|
|
|
39
|
-
attr_reader
|
|
39
|
+
attr_reader account_id: String?
|
|
40
40
|
|
|
41
|
-
def
|
|
41
|
+
def account_id=: (String) -> String
|
|
42
42
|
|
|
43
43
|
def initialize: (
|
|
44
44
|
action: Increase::Models::InboundMailItemActionParams::Check::action,
|
|
45
|
-
?
|
|
45
|
+
?account_id: String
|
|
46
46
|
) -> void
|
|
47
47
|
|
|
48
48
|
def to_hash: -> {
|
|
49
49
|
action: Increase::Models::InboundMailItemActionParams::Check::action,
|
|
50
|
-
|
|
50
|
+
account_id: String
|
|
51
51
|
}
|
|
52
52
|
|
|
53
53
|
type action = :deposit | :ignore
|
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.267.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-03-
|
|
11
|
+
date: 2026-03-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: cgi
|