increase 1.284.1 → 1.286.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.
Files changed (51) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +177 -0
  3. data/README.md +1 -1
  4. data/lib/increase/client.rb +4 -0
  5. data/lib/increase/models/entity_onboarding_session.rb +135 -0
  6. data/lib/increase/models/entity_onboarding_session_create_params.rb +45 -0
  7. data/lib/increase/models/entity_onboarding_session_expire_params.rb +22 -0
  8. data/lib/increase/models/entity_onboarding_session_list_params.rb +85 -0
  9. data/lib/increase/models/entity_onboarding_session_retrieve_params.rb +22 -0
  10. data/lib/increase/models/export.rb +44 -1
  11. data/lib/increase/models/export_create_params.rb +43 -1
  12. data/lib/increase/models/export_list_params.rb +3 -0
  13. data/lib/increase/models/simulations/entity_onboarding_session_submit_params.rb +24 -0
  14. data/lib/increase/models.rb +10 -0
  15. data/lib/increase/resources/entity_onboarding_sessions.rb +116 -0
  16. data/lib/increase/resources/exports.rb +3 -1
  17. data/lib/increase/resources/simulations/entity_onboarding_sessions.rb +39 -0
  18. data/lib/increase/resources/simulations.rb +5 -0
  19. data/lib/increase/version.rb +1 -1
  20. data/lib/increase.rb +8 -0
  21. data/rbi/increase/client.rbi +3 -0
  22. data/rbi/increase/models/entity_onboarding_session.rbi +190 -0
  23. data/rbi/increase/models/entity_onboarding_session_create_params.rbi +73 -0
  24. data/rbi/increase/models/entity_onboarding_session_expire_params.rbi +46 -0
  25. data/rbi/increase/models/entity_onboarding_session_list_params.rbi +194 -0
  26. data/rbi/increase/models/entity_onboarding_session_retrieve_params.rbi +46 -0
  27. data/rbi/increase/models/export.rbi +80 -0
  28. data/rbi/increase/models/export_create_params.rbi +91 -0
  29. data/rbi/increase/models/export_list_params.rbi +7 -0
  30. data/rbi/increase/models/simulations/entity_onboarding_session_submit_params.rbi +48 -0
  31. data/rbi/increase/models.rbi +14 -0
  32. data/rbi/increase/resources/entity_onboarding_sessions.rbi +90 -0
  33. data/rbi/increase/resources/exports.rbi +5 -0
  34. data/rbi/increase/resources/simulations/entity_onboarding_sessions.rbi +31 -0
  35. data/rbi/increase/resources/simulations.rbi +5 -0
  36. data/sig/increase/client.rbs +2 -0
  37. data/sig/increase/models/entity_onboarding_session.rbs +89 -0
  38. data/sig/increase/models/entity_onboarding_session_create_params.rbs +34 -0
  39. data/sig/increase/models/entity_onboarding_session_expire_params.rbs +24 -0
  40. data/sig/increase/models/entity_onboarding_session_list_params.rbs +86 -0
  41. data/sig/increase/models/entity_onboarding_session_retrieve_params.rbs +24 -0
  42. data/sig/increase/models/export.rbs +36 -0
  43. data/sig/increase/models/export_create_params.rbs +42 -0
  44. data/sig/increase/models/export_list_params.rbs +4 -0
  45. data/sig/increase/models/simulations/entity_onboarding_session_submit_params.rbs +26 -0
  46. data/sig/increase/models.rbs +10 -0
  47. data/sig/increase/resources/entity_onboarding_sessions.rbs +32 -0
  48. data/sig/increase/resources/exports.rbs +1 -0
  49. data/sig/increase/resources/simulations/entity_onboarding_sessions.rbs +14 -0
  50. data/sig/increase/resources/simulations.rbs +2 -0
  51. metadata +26 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4c624e35e82f259dc37e991ea2243638fa91cae1ca10bdfc6e24d772231b3d1d
4
- data.tar.gz: 7564efcd13f83f0d73cf2dfdac596c1aea8f3d525f91a7a70e460c25d9ae548e
3
+ metadata.gz: 625d41d7f2bef2340de06d8f6e7b33a0b7bca429444e89648f87535063f89928
4
+ data.tar.gz: 429a56fc57296fc9f8ee2b1fd1a8d3cca4bc9af03d3a0df8d87759a9e780d41d
5
5
  SHA512:
6
- metadata.gz: f6bcdace389958fa112ebb2a8103e023e02f1980a2f4e1246d1c3a40603a204eca039844367804f01d7c2755123fdc0e1ec34ea598e8f7dd5561d4e1976a09c2
7
- data.tar.gz: f15eab78168f6da92a14fface278386e00d1c31acfa2d5e039624271c797ac46b6a9abb9b8fe2ffedd2833325676a93935760da1ae02e1ec1d023bbbcc68dc1f
6
+ metadata.gz: f8c69455be5589d043ca1a5206b7ee1b7522ab2d254bfd3e2b1c7ef1c14726d9891698b0275f5c81f3d24bb0cdbd3ada15a6e30cd20c878f6857c9e8352a47be
7
+ data.tar.gz: 8b02edf6b215cb0480549db4d9a783437a8fd7181a41734d94f64ece5b2ca221e8db9626f6e26e75674325cc1d5739972b52c95ebc05cfbf61ce5b1ad7a2da5d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,182 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.286.0 (2026-04-09)
4
+
5
+ Full Changelog: [v1.285.0...v1.286.0](https://github.com/Increase/increase-ruby/compare/v1.285.0...v1.286.0)
6
+
7
+ ### Features
8
+
9
+ * **api:** api update ([63ac2d5](https://github.com/Increase/increase-ruby/commit/63ac2d50b1287840265b2b74d516ae715dc4189a))
10
+ * **api:** api update ([ebc7fe3](https://github.com/Increase/increase-ruby/commit/ebc7fe39bd92b85685d0f2b9b584b25ad255fed5))
11
+ * **api:** api update ([1f91d00](https://github.com/Increase/increase-ruby/commit/1f91d007b09533680875834558ae224d80f0e4c5))
12
+ * **api:** api update ([97484d0](https://github.com/Increase/increase-ruby/commit/97484d00947eaffb89dcd4182d510dee51a8de8f))
13
+ * **api:** api update ([e3bb686](https://github.com/Increase/increase-ruby/commit/e3bb6865ce97acd239bd2ed099061f40d65e4553))
14
+ * **api:** api update ([0fc75e2](https://github.com/Increase/increase-ruby/commit/0fc75e272faea3fbacca4cb9dc057a960d31cedc))
15
+ * **api:** api update ([bd93c01](https://github.com/Increase/increase-ruby/commit/bd93c010ee1f1a26c929046f762dbb96deabcb1b))
16
+ * **api:** api update ([e32b074](https://github.com/Increase/increase-ruby/commit/e32b074a9b0c0947bb7353421e2684afe23c1ced))
17
+ * **api:** api update ([7bc5128](https://github.com/Increase/increase-ruby/commit/7bc512805abe87b41945dfeaf4efc3e6c25ffb66))
18
+ * **api:** api update ([a85420d](https://github.com/Increase/increase-ruby/commit/a85420d63612dded50479e11f2445a5a6f8d1968))
19
+ * **api:** api update ([1f0ed19](https://github.com/Increase/increase-ruby/commit/1f0ed19ed77c20216a078fc400ae091dcdb22623))
20
+ * **api:** api update ([9b6191b](https://github.com/Increase/increase-ruby/commit/9b6191bd3dcc6f59c869ee644994edf8a950be06))
21
+ * **api:** api update ([bb7693b](https://github.com/Increase/increase-ruby/commit/bb7693b7fbdfe8ca302cef237660cbfa61d4cead))
22
+ * **api:** api update ([242cdf3](https://github.com/Increase/increase-ruby/commit/242cdf3c89d776823bf36f7fbc1cb4f8a98c7690))
23
+ * **api:** api update ([5e64494](https://github.com/Increase/increase-ruby/commit/5e64494a85d31136ae4356fb54435f1d0d14c1d7))
24
+ * **api:** api update ([dda1a5d](https://github.com/Increase/increase-ruby/commit/dda1a5dd5e5741ad4cd07b02203ab76d15b39e89))
25
+ * **api:** api update ([e2bfbc6](https://github.com/Increase/increase-ruby/commit/e2bfbc6d5dcf042e437d971fd758fae057674cf2))
26
+ * **api:** api update ([d901545](https://github.com/Increase/increase-ruby/commit/d9015457708d005bc055511ab0acf58b42384cf8))
27
+ * **api:** api update ([37342cc](https://github.com/Increase/increase-ruby/commit/37342cc63b765ac19e5fd5fe6be68a24fd7793b5))
28
+ * **api:** api update ([e9cbaa4](https://github.com/Increase/increase-ruby/commit/e9cbaa418bba9a5f5b6c67ef9fbacdfb9c9d0b73))
29
+ * **api:** api update ([f15aa93](https://github.com/Increase/increase-ruby/commit/f15aa93b3d6ae1dd294f25e1153f28248995f7e3))
30
+ * **api:** api update ([514fb64](https://github.com/Increase/increase-ruby/commit/514fb646057005074a8140bae2c34258b3dc854a))
31
+ * **api:** api update ([d47f389](https://github.com/Increase/increase-ruby/commit/d47f389c4c831d79b6afa51f5d77bdf9b0283c2a))
32
+ * **api:** api update ([bf75ccb](https://github.com/Increase/increase-ruby/commit/bf75ccbbc858f4140cf1de6261043f5477dfcfea))
33
+ * **api:** api update ([4401edc](https://github.com/Increase/increase-ruby/commit/4401edc2eccc7e23cf0dbff1043dfed3bb2ffbaf))
34
+ * **api:** api update ([a8f9781](https://github.com/Increase/increase-ruby/commit/a8f9781028df983df9274fc0a5b590a6215fff99))
35
+ * **api:** api update ([e222328](https://github.com/Increase/increase-ruby/commit/e222328aab64f3458322eef37873ac0067adf4bf))
36
+ * **api:** api update ([d6c776e](https://github.com/Increase/increase-ruby/commit/d6c776eae3d415cf592eb2d50eff86ecc45ea730))
37
+ * **api:** api update ([a7abdff](https://github.com/Increase/increase-ruby/commit/a7abdff25371dc04f8408cf7c499142f1ffb54d3))
38
+ * **api:** api update ([f7d74ec](https://github.com/Increase/increase-ruby/commit/f7d74ec547269cefb78232be3f86a1168d1e2461))
39
+ * **api:** api update ([ff314ab](https://github.com/Increase/increase-ruby/commit/ff314ab8e87249407ac4517962ff12e1bdaa0c47))
40
+ * **api:** api update ([70a43c9](https://github.com/Increase/increase-ruby/commit/70a43c9a4f3827e1e270382afbf9e1cf730f0906))
41
+ * **api:** api update ([71ebdbe](https://github.com/Increase/increase-ruby/commit/71ebdbe6510fbbb9b37ce7997c949ed803f89a02))
42
+ * **api:** api update ([8f6f005](https://github.com/Increase/increase-ruby/commit/8f6f005318c7081f2b2307afca2556ec514743cf))
43
+ * **api:** api update ([6dddf56](https://github.com/Increase/increase-ruby/commit/6dddf56e9795979c8d0101cdf03d0181db033fd8))
44
+ * **api:** api update ([e186f28](https://github.com/Increase/increase-ruby/commit/e186f280cbe9dba5b6fc3bf22f690b1ee8f5df91))
45
+ * **api:** api update ([0efc17e](https://github.com/Increase/increase-ruby/commit/0efc17ef7cf0549cba04e59f2c3ce8ade7a0f5bd))
46
+ * **api:** api update ([46f13fb](https://github.com/Increase/increase-ruby/commit/46f13fbc2c2d8c61b2ef81908ab1268b0daec9a1))
47
+ * **api:** api update ([4047a90](https://github.com/Increase/increase-ruby/commit/4047a90a1133c0817e404b466e15eca2161537cc))
48
+ * **api:** api update ([7ca6d0e](https://github.com/Increase/increase-ruby/commit/7ca6d0e11076849403646ab94384acf4be38e951))
49
+ * **api:** api update ([685cdca](https://github.com/Increase/increase-ruby/commit/685cdca2c35f8c425e87d452adc112b555a812a2))
50
+ * **api:** api update ([637b7dc](https://github.com/Increase/increase-ruby/commit/637b7dc6ff6934498094eb2a07a862d3a078d07f))
51
+ * **api:** api update ([96de2a0](https://github.com/Increase/increase-ruby/commit/96de2a03d65c0b10ed3c079df031d54b2615e03a))
52
+ * **api:** api update ([825556b](https://github.com/Increase/increase-ruby/commit/825556b82887af904b0b8ab5b9802a8e2a99c324))
53
+ * **api:** api update ([bf1a7c1](https://github.com/Increase/increase-ruby/commit/bf1a7c1277906587fe2936e1a22b0d2600afa37d))
54
+ * **api:** api update ([db50914](https://github.com/Increase/increase-ruby/commit/db5091471b34d8b77f3c033140e39ecf0fa17572))
55
+ * **api:** api update ([a1fbe28](https://github.com/Increase/increase-ruby/commit/a1fbe28bc558d22af76914980c6ed28afcef7909))
56
+ * **api:** api update ([d0e90a3](https://github.com/Increase/increase-ruby/commit/d0e90a3c94918124e74d1e07e5db94305582e2f5))
57
+ * **api:** api update ([6559af9](https://github.com/Increase/increase-ruby/commit/6559af9d9552f0bdbb37f76c18ecdb73afbc212f))
58
+ * **api:** api update ([cfada5f](https://github.com/Increase/increase-ruby/commit/cfada5f2d836be7a2812384112dbea652f50a063))
59
+ * **api:** api update ([a983d19](https://github.com/Increase/increase-ruby/commit/a983d1940123f48578655ee17920f426bdbcea48))
60
+ * **api:** api update ([e31a754](https://github.com/Increase/increase-ruby/commit/e31a754a01ebde6f6137a884980914149bcdecd0))
61
+ * **api:** api update ([645195b](https://github.com/Increase/increase-ruby/commit/645195bd521ea964e9e45a8481da6a9fd4b6d8fa))
62
+ * **api:** api update ([2d9f9cf](https://github.com/Increase/increase-ruby/commit/2d9f9cf21e6b687ad3d258f911c407d65f14efc1))
63
+ * **api:** api update ([66feace](https://github.com/Increase/increase-ruby/commit/66feace168340eeddbe3ba3dc7b8e14367da26e3))
64
+ * **api:** api update ([44a2122](https://github.com/Increase/increase-ruby/commit/44a2122e09ada53ea9a7bad2c1a7464efebac4f5))
65
+ * **api:** api update ([66453f0](https://github.com/Increase/increase-ruby/commit/66453f0af0d45454683288f06335ba1810cf14a1))
66
+ * **api:** api update ([7dc118e](https://github.com/Increase/increase-ruby/commit/7dc118ecddad0d55af30cdfa21dd17c35edcb1bb))
67
+ * **api:** api update ([ddc3cd4](https://github.com/Increase/increase-ruby/commit/ddc3cd4884004ebf1fbafc1f5fa167ca1f4e426c))
68
+ * **api:** api update ([fb5f4b5](https://github.com/Increase/increase-ruby/commit/fb5f4b56e93b5788f9a91cee8ede3101cbf68bc9))
69
+ * **api:** api update ([8d54036](https://github.com/Increase/increase-ruby/commit/8d540364e842ef2d4b902a9bef64a7a8e06a1119))
70
+ * **api:** api update ([db6601e](https://github.com/Increase/increase-ruby/commit/db6601e09d4bd7249a54d5392d48f7f63d13e056))
71
+ * **api:** api update ([8138773](https://github.com/Increase/increase-ruby/commit/813877385707317ec80dee8cc74e5467dd6acaa5))
72
+ * **api:** api update ([604cbbe](https://github.com/Increase/increase-ruby/commit/604cbbe5d1d9f99deaa46ed986e7663e2756b0fd))
73
+ * **api:** api update ([cd57df1](https://github.com/Increase/increase-ruby/commit/cd57df1c07f29864b0e36d045da0a3d3dea37229))
74
+ * **api:** api update ([efcfa51](https://github.com/Increase/increase-ruby/commit/efcfa5154c46aab88003a81d2efdd0b4f5cdc86b))
75
+ * **api:** api update ([81dd29e](https://github.com/Increase/increase-ruby/commit/81dd29e9dfdb8299aaa1b41197f66a09a0711ca2))
76
+ * **api:** api update ([cc6c884](https://github.com/Increase/increase-ruby/commit/cc6c8843f24bd39fe4a69d6edf9b3beb64ef5792))
77
+ * **api:** api update ([b8cbdc8](https://github.com/Increase/increase-ruby/commit/b8cbdc86fbef7fcce3ac85a343889971b77c3a30))
78
+ * **api:** api update ([d02efb1](https://github.com/Increase/increase-ruby/commit/d02efb177d58b0323bf73de2f3deeded92a0c185))
79
+ * **api:** api update ([2f6fc4d](https://github.com/Increase/increase-ruby/commit/2f6fc4dbc127a023adcb3f72e0109ff37e438cd8))
80
+ * **api:** api update ([8f4579a](https://github.com/Increase/increase-ruby/commit/8f4579a2a216731fe314953038ad9ee909d49148))
81
+ * **api:** api update ([2ce4a69](https://github.com/Increase/increase-ruby/commit/2ce4a69b1c900c2bcc275023fb5143355f61d7fb))
82
+ * **api:** api update ([10f88cf](https://github.com/Increase/increase-ruby/commit/10f88cfa5326ec0c3a5ba0bb3fc3c5eff9a3ba93))
83
+ * **api:** api update ([00e40b7](https://github.com/Increase/increase-ruby/commit/00e40b7f0b1545a03d150056eb324008d28757a7))
84
+ * **api:** api update ([6d5ae13](https://github.com/Increase/increase-ruby/commit/6d5ae13ad65d9357064023c4aadd89bd280a37dd))
85
+ * **api:** api update ([3c7de8b](https://github.com/Increase/increase-ruby/commit/3c7de8be54ab3a3838bf3f531f0d9fcf4326f981))
86
+ * **api:** api update ([477fc1d](https://github.com/Increase/increase-ruby/commit/477fc1d2d3e0ffa94d87bd38de8f9fa640b6d6b6))
87
+ * **api:** api update ([8e4bd77](https://github.com/Increase/increase-ruby/commit/8e4bd77a9f6e38d6fb624f14de54158a1f5d8c47))
88
+ * **api:** api update ([994c574](https://github.com/Increase/increase-ruby/commit/994c574e2a7b0ca88f389b0497b590cd3c12dfc1))
89
+ * **api:** api update ([933d5be](https://github.com/Increase/increase-ruby/commit/933d5beb3f18163905c9f83ba7df18875bf01489))
90
+ * **api:** api update ([19af3d3](https://github.com/Increase/increase-ruby/commit/19af3d3a57953bb6bb3eb70feab82483c7f15e19))
91
+ * **api:** api update ([5b3d504](https://github.com/Increase/increase-ruby/commit/5b3d50412c6d0936cae8657e9d36ec49d2988eda))
92
+ * **api:** api update ([21c63e6](https://github.com/Increase/increase-ruby/commit/21c63e65a7c7a4077af5dd863f125871b5726d85))
93
+ * **api:** api update ([6e53b59](https://github.com/Increase/increase-ruby/commit/6e53b5915bd240411121268dd808b13d2bd3ab82))
94
+ * **api:** api update ([c8a408a](https://github.com/Increase/increase-ruby/commit/c8a408a669f396435823a3c7bd3ca0a2aa978663))
95
+ * **api:** api update ([a8fec40](https://github.com/Increase/increase-ruby/commit/a8fec40bf005e25dcbdeb20a820a232a7a896038))
96
+ * **api:** api update ([1d50d86](https://github.com/Increase/increase-ruby/commit/1d50d86f1f11eb6bdaf6b04c8a847cbe4719d3b7))
97
+ * **api:** api update ([bc9e64d](https://github.com/Increase/increase-ruby/commit/bc9e64deb4c9ec1da47bd0a234882f7acb624ad0))
98
+ * **api:** api update ([17fab0d](https://github.com/Increase/increase-ruby/commit/17fab0dfc100c6ac9fa01ddb459cb5ed511e49d6))
99
+ * **api:** api update ([5d17ef7](https://github.com/Increase/increase-ruby/commit/5d17ef766f6b516c5a9669b497565b6d5d7db71a))
100
+ * **api:** api update ([28f6cee](https://github.com/Increase/increase-ruby/commit/28f6cee5a4346d0a0c7f6562e91319f90689d7b0))
101
+ * **api:** api update ([f738a4c](https://github.com/Increase/increase-ruby/commit/f738a4ca9f5bf4da6aa89a71cf2618404e13e75d))
102
+ * **api:** api update ([f4c26d1](https://github.com/Increase/increase-ruby/commit/f4c26d1b1cdfbcfe12d127c29b3de964b3400d68))
103
+ * **api:** api update ([d576bf7](https://github.com/Increase/increase-ruby/commit/d576bf7b4b1f3cc201cf63ef73c384fdaba766c5))
104
+ * **api:** api update ([05030a4](https://github.com/Increase/increase-ruby/commit/05030a4fc7232f9724c7ddaa2dc2592cbfd3edd6))
105
+ * **api:** api update ([67c1f0b](https://github.com/Increase/increase-ruby/commit/67c1f0b2926fe0a4d0d9abb4c86d36c0821b4b6a))
106
+ * **api:** api update ([70d6b93](https://github.com/Increase/increase-ruby/commit/70d6b937f554264a3b965f0278e9af20bb13f524))
107
+ * **api:** api update ([1caa411](https://github.com/Increase/increase-ruby/commit/1caa4112436ad6896121d27afdd4a06f406ac9a8))
108
+ * **api:** api update ([8f9e694](https://github.com/Increase/increase-ruby/commit/8f9e69431eca1427c939b902e793c1fe27490f7c))
109
+ * **api:** api update ([092b919](https://github.com/Increase/increase-ruby/commit/092b9196c87f3494f483d62b214b229ca26e1f58))
110
+ * **api:** api update ([e1dc24f](https://github.com/Increase/increase-ruby/commit/e1dc24f2a597da1fb4e51f9a648b1bccb35c583e))
111
+ * **api:** api update ([6aa76a0](https://github.com/Increase/increase-ruby/commit/6aa76a005943d4e9cf671360dcee9863e442835f))
112
+ * **api:** api update ([27f834c](https://github.com/Increase/increase-ruby/commit/27f834c3056d05eceaeedecffaef9876d23c3207))
113
+ * **api:** api update ([a9ab98b](https://github.com/Increase/increase-ruby/commit/a9ab98b9e29d37ff5a00e166eb53c25c1bcaccc4))
114
+ * **api:** api update ([8b8d2d6](https://github.com/Increase/increase-ruby/commit/8b8d2d63a92772d12202716c6e640a256cc710ad))
115
+ * **api:** api update ([52ab218](https://github.com/Increase/increase-ruby/commit/52ab218e2b9df867348b2512eba89077359d766a))
116
+ * **api:** api update ([8d4da8c](https://github.com/Increase/increase-ruby/commit/8d4da8ce0198334d123f78a9007b321ff12fb5d6))
117
+ * **api:** api update ([111a104](https://github.com/Increase/increase-ruby/commit/111a1045d994ccd58b6f14194322d764ef8cbb7f))
118
+ * **api:** api update ([a4d7fde](https://github.com/Increase/increase-ruby/commit/a4d7fded60123d3ee9ff7bb2c814e7a91deef931))
119
+ * **api:** api update ([81619dc](https://github.com/Increase/increase-ruby/commit/81619dc2ac3f2b68f5326c8e64be9dd674afd34e))
120
+ * **api:** api update ([098249e](https://github.com/Increase/increase-ruby/commit/098249e18aa22539c26a93e87d5ecbb262bb9183))
121
+ * **api:** api update ([11114af](https://github.com/Increase/increase-ruby/commit/11114af8856a05605a2b2091d0c31bae5c46bd22))
122
+ * **api:** api update ([0aa66a3](https://github.com/Increase/increase-ruby/commit/0aa66a3195f4efe263ac76df4ef7192623a0f5a8))
123
+ * **api:** api update ([0faec8e](https://github.com/Increase/increase-ruby/commit/0faec8e767f7679258cf8c0bf0179d7644e7ba70))
124
+ * **api:** api update ([65a3663](https://github.com/Increase/increase-ruby/commit/65a3663561976c1a6d63ab045e69177563f34416))
125
+ * **api:** api update ([3cf8a9d](https://github.com/Increase/increase-ruby/commit/3cf8a9d9253e87984e2d7886ac3e28be3971a76f))
126
+ * **api:** api update ([4242458](https://github.com/Increase/increase-ruby/commit/4242458875f37192735850ab74b10a012e13acf3))
127
+ * **api:** api update ([16f0dab](https://github.com/Increase/increase-ruby/commit/16f0dab6226fe15fe7940701ad6069a58bc53b5d))
128
+ * **api:** api update ([e2c60d1](https://github.com/Increase/increase-ruby/commit/e2c60d1ef601903aaa8b200710a558097e9f4278))
129
+ * **api:** api update ([6d86a6a](https://github.com/Increase/increase-ruby/commit/6d86a6afaf3717e5cce39cc681ecb880cb152062))
130
+ * **api:** api update ([1e2e703](https://github.com/Increase/increase-ruby/commit/1e2e70358f12d691c1e6e0352957ef0c25e0def7))
131
+ * **api:** api update ([2ff7de1](https://github.com/Increase/increase-ruby/commit/2ff7de1effe1f3e8ebc604de682682f06a34752b))
132
+ * **client:** add webhook support ([c873d85](https://github.com/Increase/increase-ruby/commit/c873d8586d280b9e0e13c6e564f68f17fa8d81e3))
133
+
134
+
135
+ ### Bug Fixes
136
+
137
+ * align path encoding with RFC 3986 section 3.3 ([1b35b2b](https://github.com/Increase/increase-ruby/commit/1b35b2b993502a148005b418047f47984bffefd8))
138
+ * **client:** always add content-length to post body, even when empty ([aef2fe6](https://github.com/Increase/increase-ruby/commit/aef2fe6cb55acc83a228a2acb3f0690dd7f82bef))
139
+ * **client:** loosen json header parsing ([c047ae2](https://github.com/Increase/increase-ruby/commit/c047ae28d54c3ece94f4be124b7bcc74763c9e6c))
140
+ * **internal:** correct multipart form field name encoding ([6e51c53](https://github.com/Increase/increase-ruby/commit/6e51c53783a3d56844143e234883574d64ba130f))
141
+ * multipart encoding for file arrays ([56e6233](https://github.com/Increase/increase-ruby/commit/56e62330fe226d885ee6d5b23f4af708bbd802d0))
142
+ * properly mock time in ruby ci tests ([89f7533](https://github.com/Increase/increase-ruby/commit/89f7533c558e7eba55dc2c741103fc6f1a47b945))
143
+ * variable name typo ([a783c6d](https://github.com/Increase/increase-ruby/commit/a783c6d68fbac5eebd1f3c4f9238ddc42a18ff50))
144
+
145
+
146
+ ### Chores
147
+
148
+ * **ci:** skip lint on metadata-only changes ([316bbca](https://github.com/Increase/increase-ruby/commit/316bbca1aae545bc5d8b89d657241f2a84b82a61))
149
+ * **ci:** support opting out of skipping builds on metadata-only commits ([f4f85e0](https://github.com/Increase/increase-ruby/commit/f4f85e095915e4c2d3ddb69c61e322df35170773))
150
+ * **docs:** remove www prefix ([0a9b229](https://github.com/Increase/increase-ruby/commit/0a9b229d07e1646a9d41076313018a3c0327d149))
151
+ * **internal:** codegen related update ([5e62216](https://github.com/Increase/increase-ruby/commit/5e62216d033a720cf9efb23e46bf4dd1d214fa81))
152
+ * **internal:** codegen related update ([70fa568](https://github.com/Increase/increase-ruby/commit/70fa568124ffb341715b9036402c0db8ce9cb81a))
153
+ * **internal:** codegen related update ([cc5705d](https://github.com/Increase/increase-ruby/commit/cc5705d53a00de97ade9365f752dddbcaed07751))
154
+ * **internal:** codegen related update ([36a3ea8](https://github.com/Increase/increase-ruby/commit/36a3ea8ef2941bbe4f8251dab71fdbb8427b1cf8))
155
+ * **internal:** tweak CI branches ([e6bcade](https://github.com/Increase/increase-ruby/commit/e6bcade7f30bfcca40cf3f4e17066633a7c70dba))
156
+ * **internal:** update `actions/checkout` version ([998f9cd](https://github.com/Increase/increase-ruby/commit/998f9cdab36085daa153d3698ae196767034fd85))
157
+ * **internal:** update gitignore ([bb6dc26](https://github.com/Increase/increase-ruby/commit/bb6dc266b53b39dfe0903c0560fd595e51310949))
158
+ * move `cgi` into dependencies for ruby 4 ([24c9d9f](https://github.com/Increase/increase-ruby/commit/24c9d9fee4c206ffc5f49b81a896366c34a343ae))
159
+ * **tests:** bump steady to v0.19.4 ([704590b](https://github.com/Increase/increase-ruby/commit/704590b4e61fe317a42a8eab1d3f898e06363f66))
160
+ * **tests:** bump steady to v0.19.5 ([c4fca5c](https://github.com/Increase/increase-ruby/commit/c4fca5c3dc01ee9508767d674c7d7fbf44a43829))
161
+ * **tests:** bump steady to v0.19.6 ([1ed23ad](https://github.com/Increase/increase-ruby/commit/1ed23ada6e1fc6a5c8c026e2db84899c35cc4725))
162
+ * **tests:** bump steady to v0.19.7 ([32ea9a5](https://github.com/Increase/increase-ruby/commit/32ea9a542dc1af14dce1b8acdf078db3be837781))
163
+ * **tests:** bump steady to v0.20.1 ([5d1374c](https://github.com/Increase/increase-ruby/commit/5d1374ca7e3a3c264a9f4e86b36820a18be2ca56))
164
+ * **tests:** bump steady to v0.20.2 ([00efd5c](https://github.com/Increase/increase-ruby/commit/00efd5c6b1b90b6719abde45a1e46375c3c83910))
165
+ * update mock server docs ([4d9d783](https://github.com/Increase/increase-ruby/commit/4d9d783cbead1701fea327429ac3f149610e3a40))
166
+
167
+
168
+ ### Refactors
169
+
170
+ * **tests:** switch from prism to steady ([65ff0ba](https://github.com/Increase/increase-ruby/commit/65ff0bae7d21b9eb2f5d66ad4d9c39425b6aa613))
171
+
172
+ ## 1.285.0 (2026-04-09)
173
+
174
+ Full Changelog: [v1.284.1...v1.285.0](https://github.com/Increase/increase-ruby/compare/v1.284.1...v1.285.0)
175
+
176
+ ### Features
177
+
178
+ * **api:** api update ([fffba9f](https://github.com/Increase/increase-ruby/commit/fffba9ff4f42a84805f88606261a465b361281f1))
179
+
3
180
  ## 1.284.1 (2026-04-08)
4
181
 
5
182
  Full Changelog: [v1.284.0...v1.284.1](https://github.com/Increase/increase-ruby/compare/v1.284.0...v1.284.1)
data/README.md CHANGED
@@ -15,7 +15,7 @@ To use this gem, install via Bundler by adding the following to your application
15
15
  <!-- x-release-please-start-version -->
16
16
 
17
17
  ```ruby
18
- gem "increase", "~> 1.284.1"
18
+ gem "increase", "~> 1.286.0"
19
19
  ```
20
20
 
21
21
  <!-- x-release-please-end -->
@@ -134,6 +134,9 @@ module Increase
134
134
  # @return [Increase::Resources::SupplementalDocuments]
135
135
  attr_reader :supplemental_documents
136
136
 
137
+ # @return [Increase::Resources::EntityOnboardingSessions]
138
+ attr_reader :entity_onboarding_sessions
139
+
137
140
  # @return [Increase::Resources::Programs]
138
141
  attr_reader :programs
139
142
 
@@ -303,6 +306,7 @@ module Increase
303
306
  @entities = Increase::Resources::Entities.new(client: self)
304
307
  @beneficial_owners = Increase::Resources::BeneficialOwners.new(client: self)
305
308
  @supplemental_documents = Increase::Resources::SupplementalDocuments.new(client: self)
309
+ @entity_onboarding_sessions = Increase::Resources::EntityOnboardingSessions.new(client: self)
306
310
  @programs = Increase::Resources::Programs.new(client: self)
307
311
  @account_statements = Increase::Resources::AccountStatements.new(client: self)
308
312
  @files = Increase::Resources::Files.new(client: self)
@@ -0,0 +1,135 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Increase
4
+ module Models
5
+ # @see Increase::Resources::EntityOnboardingSessions#create
6
+ class EntityOnboardingSession < Increase::Internal::Type::BaseModel
7
+ # @!attribute id
8
+ # The Entity Onboarding Session's identifier.
9
+ #
10
+ # @return [String]
11
+ required :id, String
12
+
13
+ # @!attribute created_at
14
+ # The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which
15
+ # the Entity Onboarding Session was created.
16
+ #
17
+ # @return [Time]
18
+ required :created_at, Time
19
+
20
+ # @!attribute entity_id
21
+ # The identifier of the Entity associated with this session, if one has been
22
+ # created or was provided when creating the session.
23
+ #
24
+ # @return [String, nil]
25
+ required :entity_id, String, nil?: true
26
+
27
+ # @!attribute expires_at
28
+ # The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which
29
+ # the Entity Onboarding Session will expire.
30
+ #
31
+ # @return [Time]
32
+ required :expires_at, Time
33
+
34
+ # @!attribute idempotency_key
35
+ # The idempotency key you chose for this object. This value is unique across
36
+ # Increase and is used to ensure that a request is only processed once. Learn more
37
+ # about [idempotency](https://increase.com/documentation/idempotency-keys).
38
+ #
39
+ # @return [String, nil]
40
+ required :idempotency_key, String, nil?: true
41
+
42
+ # @!attribute program_id
43
+ # The identifier of the Program the Entity will be onboarded to.
44
+ #
45
+ # @return [String]
46
+ required :program_id, String
47
+
48
+ # @!attribute redirect_url
49
+ # The URL to redirect to after the onboarding session is complete. Increase will
50
+ # include the query parameters `entity_onboarding_session_id` and `entity_id` when
51
+ # redirecting.
52
+ #
53
+ # @return [String]
54
+ required :redirect_url, String
55
+
56
+ # @!attribute session_url
57
+ # The URL containing the onboarding form. You should share this link with your
58
+ # customer. Only present when the session is active.
59
+ #
60
+ # @return [String, nil]
61
+ required :session_url, String, nil?: true
62
+
63
+ # @!attribute status
64
+ # The status of the onboarding session.
65
+ #
66
+ # @return [Symbol, Increase::Models::EntityOnboardingSession::Status]
67
+ required :status, enum: -> { Increase::EntityOnboardingSession::Status }
68
+
69
+ # @!attribute type
70
+ # A constant representing the object's type. For this resource it will always be
71
+ # `entity_onboarding_session`.
72
+ #
73
+ # @return [Symbol, Increase::Models::EntityOnboardingSession::Type]
74
+ required :type, enum: -> { Increase::EntityOnboardingSession::Type }
75
+
76
+ # @!method initialize(id:, created_at:, entity_id:, expires_at:, idempotency_key:, program_id:, redirect_url:, session_url:, status:, type:)
77
+ # Some parameter documentations has been truncated, see
78
+ # {Increase::Models::EntityOnboardingSession} for more details.
79
+ #
80
+ # Entity Onboarding Sessions let your customers onboard themselves by completing
81
+ # Increase-hosted forms. Create a session and redirect your customer to the
82
+ # returned URL. When they're done, they'll be redirected back to your site. This
83
+ # API is used for [hosted onboarding](/documentation/hosted-onboarding).
84
+ #
85
+ # @param id [String] The Entity Onboarding Session's identifier.
86
+ #
87
+ # @param created_at [Time] The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which th
88
+ #
89
+ # @param entity_id [String, nil] The identifier of the Entity associated with this session, if one has been creat
90
+ #
91
+ # @param expires_at [Time] The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which th
92
+ #
93
+ # @param idempotency_key [String, nil] The idempotency key you chose for this object. This value is unique across Incre
94
+ #
95
+ # @param program_id [String] The identifier of the Program the Entity will be onboarded to.
96
+ #
97
+ # @param redirect_url [String] The URL to redirect to after the onboarding session is complete. Increase will i
98
+ #
99
+ # @param session_url [String, nil] The URL containing the onboarding form. You should share this link with your cus
100
+ #
101
+ # @param status [Symbol, Increase::Models::EntityOnboardingSession::Status] The status of the onboarding session.
102
+ #
103
+ # @param type [Symbol, Increase::Models::EntityOnboardingSession::Type] A constant representing the object's type. For this resource it will always be `
104
+
105
+ # The status of the onboarding session.
106
+ #
107
+ # @see Increase::Models::EntityOnboardingSession#status
108
+ module Status
109
+ extend Increase::Internal::Type::Enum
110
+
111
+ # The Entity Onboarding Session is active.
112
+ ACTIVE = :active
113
+
114
+ # The Entity Onboarding Session has expired.
115
+ EXPIRED = :expired
116
+
117
+ # @!method self.values
118
+ # @return [Array<Symbol>]
119
+ end
120
+
121
+ # A constant representing the object's type. For this resource it will always be
122
+ # `entity_onboarding_session`.
123
+ #
124
+ # @see Increase::Models::EntityOnboardingSession#type
125
+ module Type
126
+ extend Increase::Internal::Type::Enum
127
+
128
+ ENTITY_ONBOARDING_SESSION = :entity_onboarding_session
129
+
130
+ # @!method self.values
131
+ # @return [Array<Symbol>]
132
+ end
133
+ end
134
+ end
135
+ end
@@ -0,0 +1,45 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Increase
4
+ module Models
5
+ # @see Increase::Resources::EntityOnboardingSessions#create
6
+ class EntityOnboardingSessionCreateParams < Increase::Internal::Type::BaseModel
7
+ extend Increase::Internal::Type::RequestParameters::Converter
8
+ include Increase::Internal::Type::RequestParameters
9
+
10
+ # @!attribute program_id
11
+ # The identifier of the Program the Entity will be onboarded to.
12
+ #
13
+ # @return [String]
14
+ required :program_id, String
15
+
16
+ # @!attribute redirect_url
17
+ # The URL to redirect the customer to after they complete the onboarding form. The
18
+ # redirect will include `entity_onboarding_session_id` and `entity_id` query
19
+ # parameters.
20
+ #
21
+ # @return [String]
22
+ required :redirect_url, String
23
+
24
+ # @!attribute entity_id
25
+ # The identifier of an existing Entity to associate with the onboarding session.
26
+ # If provided, the onboarding form will display any outstanding tasks required to
27
+ # complete the Entity's onboarding.
28
+ #
29
+ # @return [String, nil]
30
+ optional :entity_id, String
31
+
32
+ # @!method initialize(program_id:, redirect_url:, entity_id: nil, request_options: {})
33
+ # Some parameter documentations has been truncated, see
34
+ # {Increase::Models::EntityOnboardingSessionCreateParams} for more details.
35
+ #
36
+ # @param program_id [String] The identifier of the Program the Entity will be onboarded to.
37
+ #
38
+ # @param redirect_url [String] The URL to redirect the customer to after they complete the onboarding form. The
39
+ #
40
+ # @param entity_id [String] The identifier of an existing Entity to associate with the onboarding session. I
41
+ #
42
+ # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
43
+ end
44
+ end
45
+ end
@@ -0,0 +1,22 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Increase
4
+ module Models
5
+ # @see Increase::Resources::EntityOnboardingSessions#expire
6
+ class EntityOnboardingSessionExpireParams < Increase::Internal::Type::BaseModel
7
+ extend Increase::Internal::Type::RequestParameters::Converter
8
+ include Increase::Internal::Type::RequestParameters
9
+
10
+ # @!attribute entity_onboarding_session_id
11
+ # The identifier of the Entity Onboarding Session to expire.
12
+ #
13
+ # @return [String]
14
+ required :entity_onboarding_session_id, String
15
+
16
+ # @!method initialize(entity_onboarding_session_id:, request_options: {})
17
+ # @param entity_onboarding_session_id [String] The identifier of the Entity Onboarding Session to expire.
18
+ #
19
+ # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
20
+ end
21
+ end
22
+ end
@@ -0,0 +1,85 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Increase
4
+ module Models
5
+ # @see Increase::Resources::EntityOnboardingSessions#list
6
+ class EntityOnboardingSessionListParams < Increase::Internal::Type::BaseModel
7
+ extend Increase::Internal::Type::RequestParameters::Converter
8
+ include Increase::Internal::Type::RequestParameters
9
+
10
+ # @!attribute cursor
11
+ # Return the page of entries after this one.
12
+ #
13
+ # @return [String, nil]
14
+ optional :cursor, String
15
+
16
+ # @!attribute idempotency_key
17
+ # Filter records to the one with the specified `idempotency_key` you chose for
18
+ # that object. This value is unique across Increase and is used to ensure that a
19
+ # request is only processed once. Learn more about
20
+ # [idempotency](https://increase.com/documentation/idempotency-keys).
21
+ #
22
+ # @return [String, nil]
23
+ optional :idempotency_key, String
24
+
25
+ # @!attribute limit
26
+ # Limit the size of the list that is returned. The default (and maximum) is 100
27
+ # objects.
28
+ #
29
+ # @return [Integer, nil]
30
+ optional :limit, Integer
31
+
32
+ # @!attribute status
33
+ #
34
+ # @return [Increase::Models::EntityOnboardingSessionListParams::Status, nil]
35
+ optional :status, -> { Increase::EntityOnboardingSessionListParams::Status }
36
+
37
+ # @!method initialize(cursor: nil, idempotency_key: nil, limit: nil, status: nil, request_options: {})
38
+ # Some parameter documentations has been truncated, see
39
+ # {Increase::Models::EntityOnboardingSessionListParams} for more details.
40
+ #
41
+ # @param cursor [String] Return the page of entries after this one.
42
+ #
43
+ # @param idempotency_key [String] Filter records to the one with the specified `idempotency_key` you chose for tha
44
+ #
45
+ # @param limit [Integer] Limit the size of the list that is returned. The default (and maximum) is 100 ob
46
+ #
47
+ # @param status [Increase::Models::EntityOnboardingSessionListParams::Status]
48
+ #
49
+ # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
50
+
51
+ class Status < Increase::Internal::Type::BaseModel
52
+ # @!attribute in_
53
+ # Filter Entity Onboarding Session for those with the specified status or
54
+ # statuses. For GET requests, this should be encoded as a comma-delimited string,
55
+ # such as `?in=one,two,three`.
56
+ #
57
+ # @return [Array<Symbol, Increase::Models::EntityOnboardingSessionListParams::Status::In>, nil]
58
+ optional :in_,
59
+ -> {
60
+ Increase::Internal::Type::ArrayOf[enum: Increase::EntityOnboardingSessionListParams::Status::In]
61
+ },
62
+ api_name: :in
63
+
64
+ # @!method initialize(in_: nil)
65
+ # Some parameter documentations has been truncated, see
66
+ # {Increase::Models::EntityOnboardingSessionListParams::Status} for more details.
67
+ #
68
+ # @param in_ [Array<Symbol, Increase::Models::EntityOnboardingSessionListParams::Status::In>] Filter Entity Onboarding Session for those with the specified status or statuses
69
+
70
+ module In
71
+ extend Increase::Internal::Type::Enum
72
+
73
+ # The Entity Onboarding Session is active.
74
+ ACTIVE = :active
75
+
76
+ # The Entity Onboarding Session has expired.
77
+ EXPIRED = :expired
78
+
79
+ # @!method self.values
80
+ # @return [Array<Symbol>]
81
+ end
82
+ end
83
+ end
84
+ end
85
+ end
@@ -0,0 +1,22 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Increase
4
+ module Models
5
+ # @see Increase::Resources::EntityOnboardingSessions#retrieve
6
+ class EntityOnboardingSessionRetrieveParams < Increase::Internal::Type::BaseModel
7
+ extend Increase::Internal::Type::RequestParameters::Converter
8
+ include Increase::Internal::Type::RequestParameters
9
+
10
+ # @!attribute entity_onboarding_session_id
11
+ # The identifier of the Entity Onboarding Session.
12
+ #
13
+ # @return [String]
14
+ required :entity_onboarding_session_id, String
15
+
16
+ # @!method initialize(entity_onboarding_session_id:, request_options: {})
17
+ # @param entity_onboarding_session_id [String] The identifier of the Entity Onboarding Session.
18
+ #
19
+ # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
20
+ end
21
+ end
22
+ end
@@ -60,6 +60,13 @@ module Increase
60
60
  # @return [Time]
61
61
  required :created_at, Time
62
62
 
63
+ # @!attribute daily_account_balance_csv
64
+ # Details of the daily account balance CSV export. This field will be present when
65
+ # the `category` is equal to `daily_account_balance_csv`.
66
+ #
67
+ # @return [Increase::Models::Export::DailyAccountBalanceCsv, nil]
68
+ required :daily_account_balance_csv, -> { Increase::Export::DailyAccountBalanceCsv }, nil?: true
69
+
63
70
  # @!attribute dashboard_table_csv
64
71
  # Details of the dashboard table CSV export. This field will be present when the
65
72
  # `category` is equal to `dashboard_table_csv`.
@@ -151,7 +158,7 @@ module Increase
151
158
  # @return [Increase::Models::Export::VoidedCheck, nil]
152
159
  required :voided_check, -> { Increase::Export::VoidedCheck }, nil?: true
153
160
 
154
- # @!method initialize(id:, account_statement_bai2:, account_statement_ofx:, account_verification_letter:, balance_csv:, bookkeeping_account_balance_csv:, category:, created_at:, dashboard_table_csv:, entity_csv:, fee_csv:, form_1099_int:, form_1099_misc:, funding_instructions:, idempotency_key:, result:, status:, transaction_csv:, type:, vendor_csv:, voided_check:)
161
+ # @!method initialize(id:, account_statement_bai2:, account_statement_ofx:, account_verification_letter:, balance_csv:, bookkeeping_account_balance_csv:, category:, created_at:, daily_account_balance_csv:, dashboard_table_csv:, entity_csv:, fee_csv:, form_1099_int:, form_1099_misc:, funding_instructions:, idempotency_key:, result:, status:, transaction_csv:, type:, vendor_csv:, voided_check:)
155
162
  # Some parameter documentations has been truncated, see {Increase::Models::Export}
156
163
  # for more details.
157
164
  #
@@ -177,6 +184,8 @@ module Increase
177
184
  #
178
185
  # @param created_at [Time] The time the Export was created.
179
186
  #
187
+ # @param daily_account_balance_csv [Increase::Models::Export::DailyAccountBalanceCsv, nil] Details of the daily account balance CSV export. This field will be present when
188
+ #
180
189
  # @param dashboard_table_csv [Increase::Models::Export::DashboardTableCsv, nil] Details of the dashboard table CSV export. This field will be present when the `
181
190
  #
182
191
  # @param entity_csv [Increase::Models::Export::EntityCsv, nil] Details of the entity CSV export. This field will be present when the `category`
@@ -441,10 +450,44 @@ module Increase
441
450
  # A PDF of a voided check.
442
451
  VOIDED_CHECK = :voided_check
443
452
 
453
+ # Export a CSV of daily account balances with starting and ending balances for a given date range.
454
+ DAILY_ACCOUNT_BALANCE_CSV = :daily_account_balance_csv
455
+
444
456
  # @!method self.values
445
457
  # @return [Array<Symbol>]
446
458
  end
447
459
 
460
+ # @see Increase::Models::Export#daily_account_balance_csv
461
+ class DailyAccountBalanceCsv < Increase::Internal::Type::BaseModel
462
+ # @!attribute account_id
463
+ # Filter results by Account.
464
+ #
465
+ # @return [String, nil]
466
+ required :account_id, String, nil?: true
467
+
468
+ # @!attribute on_or_after_date
469
+ # Filter balances on or after this date.
470
+ #
471
+ # @return [Date, nil]
472
+ required :on_or_after_date, Date, nil?: true
473
+
474
+ # @!attribute on_or_before_date
475
+ # Filter balances on or before this date.
476
+ #
477
+ # @return [Date, nil]
478
+ required :on_or_before_date, Date, nil?: true
479
+
480
+ # @!method initialize(account_id:, on_or_after_date:, on_or_before_date:)
481
+ # Details of the daily account balance CSV export. This field will be present when
482
+ # the `category` is equal to `daily_account_balance_csv`.
483
+ #
484
+ # @param account_id [String, nil] Filter results by Account.
485
+ #
486
+ # @param on_or_after_date [Date, nil] Filter balances on or after this date.
487
+ #
488
+ # @param on_or_before_date [Date, nil] Filter balances on or before this date.
489
+ end
490
+
448
491
  # @see Increase::Models::Export#dashboard_table_csv
449
492
  class DashboardTableCsv < Increase::Internal::Type::BaseModel
450
493
  # @!method initialize