increase 1.346.1 → 1.348.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 (336) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/increase/models/account.rb +3 -0
  4. data/lib/increase/models/account_list_params.rb +4 -0
  5. data/lib/increase/models/account_number_list_params.rb +4 -0
  6. data/lib/increase/models/account_statement_list_params.rb +4 -0
  7. data/lib/increase/models/account_transfer_list_params.rb +4 -0
  8. data/lib/increase/models/ach_prenotification_create_params.rb +14 -2
  9. data/lib/increase/models/ach_prenotification_list_params.rb +4 -0
  10. data/lib/increase/models/ach_transfer.rb +2 -2
  11. data/lib/increase/models/ach_transfer_create_params.rb +7 -24
  12. data/lib/increase/models/ach_transfer_list_params.rb +4 -0
  13. data/lib/increase/models/balance_lookup.rb +49 -1
  14. data/lib/increase/models/beneficial_owner_create_params.rb +12 -1
  15. data/lib/increase/models/beneficial_owner_list_params.rb +4 -0
  16. data/lib/increase/models/beneficial_owner_update_params.rb +21 -2
  17. data/lib/increase/models/card.rb +43 -1
  18. data/lib/increase/models/card_create_params.rb +42 -1
  19. data/lib/increase/models/card_dispute.rb +1 -1
  20. data/lib/increase/models/card_dispute_list_params.rb +5 -1
  21. data/lib/increase/models/card_list_params.rb +4 -0
  22. data/lib/increase/models/card_payment.rb +18 -1
  23. data/lib/increase/models/card_payment_list_params.rb +4 -0
  24. data/lib/increase/models/card_purchase_supplement_list_params.rb +4 -0
  25. data/lib/increase/models/card_push_transfer_list_params.rb +4 -0
  26. data/lib/increase/models/card_token_list_params.rb +4 -0
  27. data/lib/increase/models/card_validation_list_params.rb +4 -0
  28. data/lib/increase/models/check_deposit_list_params.rb +4 -0
  29. data/lib/increase/models/check_transfer.rb +15 -3
  30. data/lib/increase/models/check_transfer_create_params.rb +27 -15
  31. data/lib/increase/models/check_transfer_list_params.rb +4 -0
  32. data/lib/increase/models/declined_transaction_list_params.rb +4 -0
  33. data/lib/increase/models/digital_card_profile_list_params.rb +4 -0
  34. data/lib/increase/models/digital_wallet_token_list_params.rb +4 -0
  35. data/lib/increase/models/entity.rb +22 -4
  36. data/lib/increase/models/entity_create_params.rb +75 -12
  37. data/lib/increase/models/entity_list_params.rb +4 -0
  38. data/lib/increase/models/entity_onboarding_session_list_params.rb +4 -0
  39. data/lib/increase/models/entity_update_params.rb +778 -3
  40. data/lib/increase/models/event.rb +15 -0
  41. data/lib/increase/models/event_list_params.rb +25 -0
  42. data/lib/increase/models/event_subscription.rb +15 -0
  43. data/lib/increase/models/event_subscription_create_params.rb +15 -0
  44. data/lib/increase/models/event_subscription_list_params.rb +4 -0
  45. data/lib/increase/models/export_list_params.rb +4 -0
  46. data/lib/increase/models/external_account_create_params.rb +9 -3
  47. data/lib/increase/models/external_account_list_params.rb +4 -0
  48. data/lib/increase/models/fednow_transfer_list_params.rb +4 -0
  49. data/lib/increase/models/file.rb +9 -8
  50. data/lib/increase/models/file_create_params.rb +8 -2
  51. data/lib/increase/models/file_list_params.rb +6 -2
  52. data/lib/increase/models/inbound_ach_transfer.rb +6 -6
  53. data/lib/increase/models/inbound_ach_transfer_list_params.rb +4 -0
  54. data/lib/increase/models/inbound_check_deposit.rb +14 -1
  55. data/lib/increase/models/inbound_check_deposit_list_params.rb +4 -0
  56. data/lib/increase/models/inbound_fednow_transfer_list_params.rb +4 -0
  57. data/lib/increase/models/inbound_mail_item_list_params.rb +4 -0
  58. data/lib/increase/models/inbound_real_time_payments_transfer_list_params.rb +4 -0
  59. data/lib/increase/models/inbound_wire_drawdown_request_list_params.rb +4 -0
  60. data/lib/increase/models/inbound_wire_transfer_list_params.rb +4 -0
  61. data/lib/increase/models/intrafi_account_enrollment_list_params.rb +4 -0
  62. data/lib/increase/models/intrafi_exclusion_list_params.rb +4 -0
  63. data/lib/increase/models/lockbox_address_list_params.rb +4 -0
  64. data/lib/increase/models/lockbox_recipient_list_params.rb +4 -0
  65. data/lib/increase/models/oauth_application_list_params.rb +4 -0
  66. data/lib/increase/models/oauth_connection_list_params.rb +4 -0
  67. data/lib/increase/models/pending_transaction.rb +18 -1
  68. data/lib/increase/models/pending_transaction_list_params.rb +4 -0
  69. data/lib/increase/models/physical_card_list_params.rb +4 -0
  70. data/lib/increase/models/physical_card_profile_create_params.rb +13 -4
  71. data/lib/increase/models/physical_card_profile_list_params.rb +4 -0
  72. data/lib/increase/models/program.rb +3 -0
  73. data/lib/increase/models/program_list_params.rb +4 -0
  74. data/lib/increase/models/real_time_decision.rb +18 -1
  75. data/lib/increase/models/real_time_payments_transfer.rb +30 -19
  76. data/lib/increase/models/real_time_payments_transfer_create_params.rb +12 -1
  77. data/lib/increase/models/real_time_payments_transfer_list_params.rb +4 -0
  78. data/lib/increase/models/routing_number_list_params.rb +4 -0
  79. data/lib/increase/models/routing_number_list_response.rb +27 -1
  80. data/lib/increase/models/simulations/ach_transfer_return_params.rb +3 -0
  81. data/lib/increase/models/simulations/card_dispute_action_params.rb +30 -1
  82. data/lib/increase/models/simulations/card_token_create_params.rb +6 -0
  83. data/lib/increase/models/simulations/check_deposit_adjustment_params.rb +9 -6
  84. data/lib/increase/models/simulations/entity_update_validation_params.rb +3 -0
  85. data/lib/increase/models/simulations/program_create_params.rb +3 -0
  86. data/lib/increase/models/simulations/real_time_payments_transfer_complete_params.rb +18 -18
  87. data/lib/increase/models/supplemental_document_list_params.rb +4 -0
  88. data/lib/increase/models/swift_transfer_list_params.rb +4 -0
  89. data/lib/increase/models/transaction_list_params.rb +4 -0
  90. data/lib/increase/models/unwrap_webhook_event.rb +15 -0
  91. data/lib/increase/models/wire_drawdown_request.rb +4 -4
  92. data/lib/increase/models/wire_drawdown_request_create_params.rb +4 -4
  93. data/lib/increase/models/wire_drawdown_request_list_params.rb +4 -0
  94. data/lib/increase/models/wire_transfer_create_params.rb +100 -42
  95. data/lib/increase/models/wire_transfer_list_params.rb +4 -0
  96. data/lib/increase/resources/account_numbers.rb +2 -0
  97. data/lib/increase/resources/account_statements.rb +2 -0
  98. data/lib/increase/resources/account_transfers.rb +2 -0
  99. data/lib/increase/resources/accounts.rb +2 -0
  100. data/lib/increase/resources/ach_prenotifications.rb +7 -1
  101. data/lib/increase/resources/ach_transfers.rb +5 -4
  102. data/lib/increase/resources/beneficial_owners.rb +5 -1
  103. data/lib/increase/resources/card_disputes.rb +2 -0
  104. data/lib/increase/resources/card_payments.rb +2 -0
  105. data/lib/increase/resources/card_purchase_supplements.rb +2 -0
  106. data/lib/increase/resources/card_push_transfers.rb +2 -0
  107. data/lib/increase/resources/card_tokens.rb +2 -0
  108. data/lib/increase/resources/card_validations.rb +2 -0
  109. data/lib/increase/resources/cards.rb +7 -1
  110. data/lib/increase/resources/check_deposits.rb +2 -0
  111. data/lib/increase/resources/check_transfers.rb +6 -1
  112. data/lib/increase/resources/declined_transactions.rb +2 -0
  113. data/lib/increase/resources/digital_card_profiles.rb +2 -0
  114. data/lib/increase/resources/digital_wallet_tokens.rb +2 -0
  115. data/lib/increase/resources/entities.rb +2 -0
  116. data/lib/increase/resources/entity_onboarding_sessions.rb +2 -0
  117. data/lib/increase/resources/event_subscriptions.rb +2 -0
  118. data/lib/increase/resources/events.rb +2 -0
  119. data/lib/increase/resources/exports.rb +2 -0
  120. data/lib/increase/resources/external_accounts.rb +5 -1
  121. data/lib/increase/resources/fednow_transfers.rb +2 -0
  122. data/lib/increase/resources/files.rb +4 -0
  123. data/lib/increase/resources/inbound_ach_transfers.rb +2 -0
  124. data/lib/increase/resources/inbound_check_deposits.rb +2 -0
  125. data/lib/increase/resources/inbound_fednow_transfers.rb +2 -0
  126. data/lib/increase/resources/inbound_mail_items.rb +2 -0
  127. data/lib/increase/resources/inbound_real_time_payments_transfers.rb +2 -0
  128. data/lib/increase/resources/inbound_wire_drawdown_requests.rb +2 -0
  129. data/lib/increase/resources/inbound_wire_transfers.rb +2 -0
  130. data/lib/increase/resources/intrafi_account_enrollments.rb +2 -0
  131. data/lib/increase/resources/intrafi_exclusions.rb +2 -0
  132. data/lib/increase/resources/lockbox_addresses.rb +2 -0
  133. data/lib/increase/resources/lockbox_recipients.rb +2 -0
  134. data/lib/increase/resources/oauth_applications.rb +2 -0
  135. data/lib/increase/resources/oauth_connections.rb +2 -0
  136. data/lib/increase/resources/pending_transactions.rb +2 -0
  137. data/lib/increase/resources/physical_card_profiles.rb +9 -2
  138. data/lib/increase/resources/physical_cards.rb +2 -0
  139. data/lib/increase/resources/programs.rb +2 -0
  140. data/lib/increase/resources/real_time_payments_transfers.rb +7 -1
  141. data/lib/increase/resources/routing_numbers.rb +2 -0
  142. data/lib/increase/resources/simulations/ach_transfers.rb +1 -0
  143. data/lib/increase/resources/simulations/check_deposits.rb +3 -2
  144. data/lib/increase/resources/simulations/inbound_check_deposits.rb +5 -4
  145. data/lib/increase/resources/supplemental_documents.rb +2 -0
  146. data/lib/increase/resources/swift_transfers.rb +2 -0
  147. data/lib/increase/resources/transactions.rb +2 -0
  148. data/lib/increase/resources/wire_drawdown_requests.rb +2 -0
  149. data/lib/increase/resources/wire_transfers.rb +2 -0
  150. data/lib/increase/version.rb +1 -1
  151. data/rbi/increase/models/account.rbi +4 -0
  152. data/rbi/increase/models/account_list_params.rbi +4 -0
  153. data/rbi/increase/models/account_number_list_params.rbi +4 -0
  154. data/rbi/increase/models/account_statement_list_params.rbi +4 -0
  155. data/rbi/increase/models/account_transfer_list_params.rbi +4 -0
  156. data/rbi/increase/models/ach_prenotification_create_params.rbi +14 -2
  157. data/rbi/increase/models/ach_prenotification_list_params.rbi +4 -0
  158. data/rbi/increase/models/ach_transfer.rbi +2 -2
  159. data/rbi/increase/models/ach_transfer_create_params.rbi +6 -59
  160. data/rbi/increase/models/ach_transfer_list_params.rbi +4 -0
  161. data/rbi/increase/models/balance_lookup.rbi +48 -0
  162. data/rbi/increase/models/beneficial_owner_create_params.rbi +10 -0
  163. data/rbi/increase/models/beneficial_owner_list_params.rbi +4 -0
  164. data/rbi/increase/models/beneficial_owner_update_params.rbi +21 -0
  165. data/rbi/increase/models/card.rbi +63 -0
  166. data/rbi/increase/models/card_create_params.rbi +65 -0
  167. data/rbi/increase/models/card_dispute.rbi +1 -1
  168. data/rbi/increase/models/card_dispute_list_params.rbi +5 -1
  169. data/rbi/increase/models/card_list_params.rbi +4 -0
  170. data/rbi/increase/models/card_payment.rbi +16 -0
  171. data/rbi/increase/models/card_payment_list_params.rbi +4 -0
  172. data/rbi/increase/models/card_purchase_supplement_list_params.rbi +4 -0
  173. data/rbi/increase/models/card_push_transfer_list_params.rbi +4 -0
  174. data/rbi/increase/models/card_token_list_params.rbi +4 -0
  175. data/rbi/increase/models/card_validation_list_params.rbi +4 -0
  176. data/rbi/increase/models/check_deposit_list_params.rbi +4 -0
  177. data/rbi/increase/models/check_transfer.rbi +17 -2
  178. data/rbi/increase/models/check_transfer_create_params.rbi +28 -14
  179. data/rbi/increase/models/check_transfer_list_params.rbi +4 -0
  180. data/rbi/increase/models/declined_transaction_list_params.rbi +4 -0
  181. data/rbi/increase/models/digital_card_profile_list_params.rbi +4 -0
  182. data/rbi/increase/models/digital_wallet_token_list_params.rbi +4 -0
  183. data/rbi/increase/models/entity.rbi +61 -3
  184. data/rbi/increase/models/entity_create_params.rbi +63 -6
  185. data/rbi/increase/models/entity_list_params.rbi +4 -0
  186. data/rbi/increase/models/entity_onboarding_session_list_params.rbi +4 -0
  187. data/rbi/increase/models/entity_update_params.rbi +1346 -3
  188. data/rbi/increase/models/event.rbi +35 -0
  189. data/rbi/increase/models/event_list_params.rbi +45 -0
  190. data/rbi/increase/models/event_subscription.rbi +35 -0
  191. data/rbi/increase/models/event_subscription_create_params.rbi +35 -0
  192. data/rbi/increase/models/event_subscription_list_params.rbi +4 -0
  193. data/rbi/increase/models/export_list_params.rbi +4 -0
  194. data/rbi/increase/models/external_account_create_params.rbi +9 -3
  195. data/rbi/increase/models/external_account_list_params.rbi +4 -0
  196. data/rbi/increase/models/fednow_transfer_list_params.rbi +4 -0
  197. data/rbi/increase/models/file.rbi +9 -8
  198. data/rbi/increase/models/file_create_params.rbi +8 -2
  199. data/rbi/increase/models/file_list_params.rbi +6 -2
  200. data/rbi/increase/models/inbound_ach_transfer.rbi +6 -6
  201. data/rbi/increase/models/inbound_ach_transfer_list_params.rbi +4 -0
  202. data/rbi/increase/models/inbound_check_deposit.rbi +12 -0
  203. data/rbi/increase/models/inbound_check_deposit_list_params.rbi +4 -0
  204. data/rbi/increase/models/inbound_fednow_transfer_list_params.rbi +4 -0
  205. data/rbi/increase/models/inbound_mail_item_list_params.rbi +4 -0
  206. data/rbi/increase/models/inbound_real_time_payments_transfer_list_params.rbi +4 -0
  207. data/rbi/increase/models/inbound_wire_drawdown_request_list_params.rbi +4 -0
  208. data/rbi/increase/models/inbound_wire_transfer_list_params.rbi +4 -0
  209. data/rbi/increase/models/intrafi_account_enrollment_list_params.rbi +4 -0
  210. data/rbi/increase/models/intrafi_exclusion_list_params.rbi +4 -0
  211. data/rbi/increase/models/lockbox_address_list_params.rbi +4 -0
  212. data/rbi/increase/models/lockbox_recipient_list_params.rbi +4 -0
  213. data/rbi/increase/models/oauth_application_list_params.rbi +4 -0
  214. data/rbi/increase/models/oauth_connection_list_params.rbi +4 -0
  215. data/rbi/increase/models/pending_transaction.rbi +16 -0
  216. data/rbi/increase/models/pending_transaction_list_params.rbi +4 -0
  217. data/rbi/increase/models/physical_card_list_params.rbi +4 -0
  218. data/rbi/increase/models/physical_card_profile_create_params.rbi +12 -4
  219. data/rbi/increase/models/physical_card_profile_list_params.rbi +4 -0
  220. data/rbi/increase/models/program.rbi +4 -0
  221. data/rbi/increase/models/program_list_params.rbi +4 -0
  222. data/rbi/increase/models/real_time_decision.rbi +16 -0
  223. data/rbi/increase/models/real_time_payments_transfer.rbi +29 -18
  224. data/rbi/increase/models/real_time_payments_transfer_create_params.rbi +15 -0
  225. data/rbi/increase/models/real_time_payments_transfer_list_params.rbi +4 -0
  226. data/rbi/increase/models/routing_number_list_params.rbi +4 -0
  227. data/rbi/increase/models/routing_number_list_response.rbi +52 -0
  228. data/rbi/increase/models/simulations/ach_transfer_return_params.rbi +3 -0
  229. data/rbi/increase/models/simulations/card_dispute_action_params.rbi +60 -0
  230. data/rbi/increase/models/simulations/card_token_create_params.rbi +6 -0
  231. data/rbi/increase/models/simulations/check_deposit_adjustment_params.rbi +9 -6
  232. data/rbi/increase/models/simulations/entity_update_validation_params.rbi +7 -0
  233. data/rbi/increase/models/simulations/program_create_params.rbi +7 -0
  234. data/rbi/increase/models/simulations/real_time_payments_transfer_complete_params.rbi +18 -18
  235. data/rbi/increase/models/supplemental_document_list_params.rbi +4 -0
  236. data/rbi/increase/models/swift_transfer_list_params.rbi +4 -0
  237. data/rbi/increase/models/transaction_list_params.rbi +4 -0
  238. data/rbi/increase/models/unwrap_webhook_event.rbi +35 -0
  239. data/rbi/increase/models/wire_drawdown_request.rbi +4 -4
  240. data/rbi/increase/models/wire_drawdown_request_create_params.rbi +4 -4
  241. data/rbi/increase/models/wire_drawdown_request_list_params.rbi +4 -0
  242. data/rbi/increase/models/wire_transfer_create_params.rbi +150 -62
  243. data/rbi/increase/models/wire_transfer_list_params.rbi +4 -0
  244. data/rbi/increase/resources/account_numbers.rbi +2 -0
  245. data/rbi/increase/resources/account_statements.rbi +2 -0
  246. data/rbi/increase/resources/account_transfers.rbi +2 -0
  247. data/rbi/increase/resources/accounts.rbi +2 -0
  248. data/rbi/increase/resources/ach_prenotifications.rbi +7 -1
  249. data/rbi/increase/resources/ach_transfers.rbi +4 -4
  250. data/rbi/increase/resources/beneficial_owners.rbi +5 -0
  251. data/rbi/increase/resources/card_disputes.rbi +2 -0
  252. data/rbi/increase/resources/card_payments.rbi +2 -0
  253. data/rbi/increase/resources/card_purchase_supplements.rbi +2 -0
  254. data/rbi/increase/resources/card_push_transfers.rbi +2 -0
  255. data/rbi/increase/resources/card_tokens.rbi +2 -0
  256. data/rbi/increase/resources/card_validations.rbi +2 -0
  257. data/rbi/increase/resources/cards.rbi +6 -0
  258. data/rbi/increase/resources/check_deposits.rbi +2 -0
  259. data/rbi/increase/resources/check_transfers.rbi +6 -1
  260. data/rbi/increase/resources/declined_transactions.rbi +2 -0
  261. data/rbi/increase/resources/digital_card_profiles.rbi +2 -0
  262. data/rbi/increase/resources/digital_wallet_tokens.rbi +2 -0
  263. data/rbi/increase/resources/entities.rbi +2 -0
  264. data/rbi/increase/resources/entity_onboarding_sessions.rbi +2 -0
  265. data/rbi/increase/resources/event_subscriptions.rbi +2 -0
  266. data/rbi/increase/resources/events.rbi +2 -0
  267. data/rbi/increase/resources/exports.rbi +2 -0
  268. data/rbi/increase/resources/external_accounts.rbi +5 -1
  269. data/rbi/increase/resources/fednow_transfers.rbi +2 -0
  270. data/rbi/increase/resources/files.rbi +4 -0
  271. data/rbi/increase/resources/inbound_ach_transfers.rbi +2 -0
  272. data/rbi/increase/resources/inbound_check_deposits.rbi +2 -0
  273. data/rbi/increase/resources/inbound_fednow_transfers.rbi +2 -0
  274. data/rbi/increase/resources/inbound_mail_items.rbi +2 -0
  275. data/rbi/increase/resources/inbound_real_time_payments_transfers.rbi +2 -0
  276. data/rbi/increase/resources/inbound_wire_drawdown_requests.rbi +2 -0
  277. data/rbi/increase/resources/inbound_wire_transfers.rbi +2 -0
  278. data/rbi/increase/resources/intrafi_account_enrollments.rbi +2 -0
  279. data/rbi/increase/resources/intrafi_exclusions.rbi +2 -0
  280. data/rbi/increase/resources/lockbox_addresses.rbi +2 -0
  281. data/rbi/increase/resources/lockbox_recipients.rbi +2 -0
  282. data/rbi/increase/resources/oauth_applications.rbi +2 -0
  283. data/rbi/increase/resources/oauth_connections.rbi +2 -0
  284. data/rbi/increase/resources/pending_transactions.rbi +2 -0
  285. data/rbi/increase/resources/physical_card_profiles.rbi +8 -2
  286. data/rbi/increase/resources/physical_cards.rbi +2 -0
  287. data/rbi/increase/resources/programs.rbi +2 -0
  288. data/rbi/increase/resources/real_time_payments_transfers.rbi +6 -0
  289. data/rbi/increase/resources/routing_numbers.rbi +2 -0
  290. data/rbi/increase/resources/simulations/ach_transfers.rbi +1 -0
  291. data/rbi/increase/resources/simulations/check_deposits.rbi +3 -2
  292. data/rbi/increase/resources/simulations/inbound_check_deposits.rbi +5 -4
  293. data/rbi/increase/resources/supplemental_documents.rbi +2 -0
  294. data/rbi/increase/resources/swift_transfers.rbi +2 -0
  295. data/rbi/increase/resources/transactions.rbi +2 -0
  296. data/rbi/increase/resources/wire_drawdown_requests.rbi +2 -0
  297. data/rbi/increase/resources/wire_transfers.rbi +2 -0
  298. data/sig/increase/models/account.rbs +5 -1
  299. data/sig/increase/models/ach_transfer_create_params.rbs +1 -24
  300. data/sig/increase/models/balance_lookup.rbs +30 -0
  301. data/sig/increase/models/beneficial_owner_update_params.rbs +7 -0
  302. data/sig/increase/models/card.rbs +19 -0
  303. data/sig/increase/models/card_create_params.rbs +25 -0
  304. data/sig/increase/models/card_dispute.rbs +1 -1
  305. data/sig/increase/models/card_dispute_list_params.rbs +1 -1
  306. data/sig/increase/models/card_payment.rbs +5 -0
  307. data/sig/increase/models/check_transfer.rbs +11 -2
  308. data/sig/increase/models/check_transfer_create_params.rbs +9 -2
  309. data/sig/increase/models/entity.rbs +21 -4
  310. data/sig/increase/models/entity_update_params.rbs +585 -3
  311. data/sig/increase/models/event.rbs +20 -0
  312. data/sig/increase/models/event_list_params.rbs +20 -0
  313. data/sig/increase/models/event_subscription.rbs +20 -0
  314. data/sig/increase/models/event_subscription_create_params.rbs +20 -0
  315. data/sig/increase/models/file.rbs +2 -2
  316. data/sig/increase/models/file_create_params.rbs +2 -2
  317. data/sig/increase/models/file_list_params.rbs +2 -2
  318. data/sig/increase/models/inbound_ach_transfer.rbs +2 -2
  319. data/sig/increase/models/inbound_check_deposit.rbs +5 -0
  320. data/sig/increase/models/pending_transaction.rbs +5 -0
  321. data/sig/increase/models/program.rbs +5 -1
  322. data/sig/increase/models/real_time_decision.rbs +5 -0
  323. data/sig/increase/models/real_time_payments_transfer.rbs +23 -18
  324. data/sig/increase/models/real_time_payments_transfer_create_params.rbs +7 -0
  325. data/sig/increase/models/routing_number_list_response.rbs +19 -0
  326. data/sig/increase/models/simulations/card_dispute_action_params.rbs +23 -0
  327. data/sig/increase/models/simulations/entity_update_validation_params.rbs +4 -0
  328. data/sig/increase/models/simulations/program_create_params.rbs +5 -1
  329. data/sig/increase/models/simulations/real_time_payments_transfer_complete_params.rbs +18 -18
  330. data/sig/increase/models/unwrap_webhook_event.rbs +20 -0
  331. data/sig/increase/models/wire_transfer_create_params.rbs +80 -26
  332. data/sig/increase/resources/ach_transfers.rbs +0 -1
  333. data/sig/increase/resources/beneficial_owners.rbs +1 -0
  334. data/sig/increase/resources/cards.rbs +1 -0
  335. data/sig/increase/resources/real_time_payments_transfers.rbs +1 -0
  336. metadata +2 -2
@@ -530,6 +530,20 @@ module Increase
530
530
  Increase::Event::Category::TaggedSymbol
531
531
  )
532
532
 
533
+ # Occurs whenever an Interest Rate Plan is created.
534
+ INTEREST_RATE_PLAN_CREATED =
535
+ T.let(
536
+ :"interest_rate_plan.created",
537
+ Increase::Event::Category::TaggedSymbol
538
+ )
539
+
540
+ # Occurs whenever an Interest Rate Plan is updated.
541
+ INTEREST_RATE_PLAN_UPDATED =
542
+ T.let(
543
+ :"interest_rate_plan.updated",
544
+ Increase::Event::Category::TaggedSymbol
545
+ )
546
+
533
547
  # Occurs whenever an IntraFi Account Enrollment is created.
534
548
  INTRAFI_ACCOUNT_ENROLLMENT_CREATED =
535
549
  T.let(
@@ -579,6 +593,13 @@ module Increase
579
593
  Increase::Event::Category::TaggedSymbol
580
594
  )
581
595
 
596
+ # Occurs whenever a Loan Obligation is created.
597
+ LOAN_OBLIGATION_CREATED =
598
+ T.let(
599
+ :"loan_obligation.created",
600
+ Increase::Event::Category::TaggedSymbol
601
+ )
602
+
582
603
  # Occurs whenever a Loan Offer is created.
583
604
  LOAN_OFFER_CREATED =
584
605
  T.let(:"loan_offer.created", Increase::Event::Category::TaggedSymbol)
@@ -602,6 +623,20 @@ module Increase
602
623
  LOCKBOX_UPDATED =
603
624
  T.let(:"lockbox.updated", Increase::Event::Category::TaggedSymbol)
604
625
 
626
+ # Occurs whenever a Lockbox Address is created.
627
+ LOCKBOX_ADDRESS_CREATED =
628
+ T.let(
629
+ :"lockbox_address.created",
630
+ Increase::Event::Category::TaggedSymbol
631
+ )
632
+
633
+ # Occurs whenever a Lockbox Address is updated.
634
+ LOCKBOX_ADDRESS_UPDATED =
635
+ T.let(
636
+ :"lockbox_address.updated",
637
+ Increase::Event::Category::TaggedSymbol
638
+ )
639
+
605
640
  # Occurs whenever an OAuth Connection is created.
606
641
  OAUTH_CONNECTION_CREATED =
607
642
  T.let(
@@ -41,6 +41,8 @@ module Increase
41
41
 
42
42
  # Limit the size of the list that is returned. The default (and maximum) is 100
43
43
  # objects.
44
+ #
45
+ # Defaults to `100`.
44
46
  sig { returns(T.nilable(Integer)) }
45
47
  attr_reader :limit
46
48
 
@@ -73,6 +75,8 @@ module Increase
73
75
  cursor: nil,
74
76
  # Limit the size of the list that is returned. The default (and maximum) is 100
75
77
  # objects.
78
+ #
79
+ # Defaults to `100`.
76
80
  limit: nil,
77
81
  order_by: nil,
78
82
  request_options: {}
@@ -629,6 +633,20 @@ module Increase
629
633
  Increase::EventListParams::Category::In::TaggedSymbol
630
634
  )
631
635
 
636
+ # Occurs whenever an Interest Rate Plan is created.
637
+ INTEREST_RATE_PLAN_CREATED =
638
+ T.let(
639
+ :"interest_rate_plan.created",
640
+ Increase::EventListParams::Category::In::TaggedSymbol
641
+ )
642
+
643
+ # Occurs whenever an Interest Rate Plan is updated.
644
+ INTEREST_RATE_PLAN_UPDATED =
645
+ T.let(
646
+ :"interest_rate_plan.updated",
647
+ Increase::EventListParams::Category::In::TaggedSymbol
648
+ )
649
+
632
650
  # Occurs whenever an IntraFi Account Enrollment is created.
633
651
  INTRAFI_ACCOUNT_ENROLLMENT_CREATED =
634
652
  T.let(
@@ -678,6 +696,13 @@ module Increase
678
696
  Increase::EventListParams::Category::In::TaggedSymbol
679
697
  )
680
698
 
699
+ # Occurs whenever a Loan Obligation is created.
700
+ LOAN_OBLIGATION_CREATED =
701
+ T.let(
702
+ :"loan_obligation.created",
703
+ Increase::EventListParams::Category::In::TaggedSymbol
704
+ )
705
+
681
706
  # Occurs whenever a Loan Offer is created.
682
707
  LOAN_OFFER_CREATED =
683
708
  T.let(
@@ -713,6 +738,20 @@ module Increase
713
738
  Increase::EventListParams::Category::In::TaggedSymbol
714
739
  )
715
740
 
741
+ # Occurs whenever a Lockbox Address is created.
742
+ LOCKBOX_ADDRESS_CREATED =
743
+ T.let(
744
+ :"lockbox_address.created",
745
+ Increase::EventListParams::Category::In::TaggedSymbol
746
+ )
747
+
748
+ # Occurs whenever a Lockbox Address is updated.
749
+ LOCKBOX_ADDRESS_UPDATED =
750
+ T.let(
751
+ :"lockbox_address.updated",
752
+ Increase::EventListParams::Category::In::TaggedSymbol
753
+ )
754
+
716
755
  # Occurs whenever an OAuth Connection is created.
717
756
  OAUTH_CONNECTION_CREATED =
718
757
  T.let(
@@ -1066,6 +1105,8 @@ module Increase
1066
1105
  end
1067
1106
 
1068
1107
  # The direction to order in.
1108
+ #
1109
+ # Defaults to `ascending`.
1069
1110
  sig do
1070
1111
  returns(
1071
1112
  T.nilable(Increase::EventListParams::OrderBy::Direction::OrSymbol)
@@ -1103,6 +1144,8 @@ module Increase
1103
1144
  end
1104
1145
  def self.new(
1105
1146
  # The direction to order in.
1147
+ #
1148
+ # Defaults to `ascending`.
1106
1149
  direction: nil,
1107
1150
  # The field to order by.
1108
1151
  field: nil
@@ -1122,6 +1165,8 @@ module Increase
1122
1165
  end
1123
1166
 
1124
1167
  # The direction to order in.
1168
+ #
1169
+ # Defaults to `ascending`.
1125
1170
  module Direction
1126
1171
  extend Increase::Internal::Type::Enum
1127
1172
 
@@ -654,6 +654,20 @@ module Increase
654
654
  Increase::EventSubscription::SelectedEventCategory::EventCategory::TaggedSymbol
655
655
  )
656
656
 
657
+ # Occurs whenever an Interest Rate Plan is created.
658
+ INTEREST_RATE_PLAN_CREATED =
659
+ T.let(
660
+ :"interest_rate_plan.created",
661
+ Increase::EventSubscription::SelectedEventCategory::EventCategory::TaggedSymbol
662
+ )
663
+
664
+ # Occurs whenever an Interest Rate Plan is updated.
665
+ INTEREST_RATE_PLAN_UPDATED =
666
+ T.let(
667
+ :"interest_rate_plan.updated",
668
+ Increase::EventSubscription::SelectedEventCategory::EventCategory::TaggedSymbol
669
+ )
670
+
657
671
  # Occurs whenever an IntraFi Account Enrollment is created.
658
672
  INTRAFI_ACCOUNT_ENROLLMENT_CREATED =
659
673
  T.let(
@@ -703,6 +717,13 @@ module Increase
703
717
  Increase::EventSubscription::SelectedEventCategory::EventCategory::TaggedSymbol
704
718
  )
705
719
 
720
+ # Occurs whenever a Loan Obligation is created.
721
+ LOAN_OBLIGATION_CREATED =
722
+ T.let(
723
+ :"loan_obligation.created",
724
+ Increase::EventSubscription::SelectedEventCategory::EventCategory::TaggedSymbol
725
+ )
726
+
706
727
  # Occurs whenever a Loan Offer is created.
707
728
  LOAN_OFFER_CREATED =
708
729
  T.let(
@@ -738,6 +759,20 @@ module Increase
738
759
  Increase::EventSubscription::SelectedEventCategory::EventCategory::TaggedSymbol
739
760
  )
740
761
 
762
+ # Occurs whenever a Lockbox Address is created.
763
+ LOCKBOX_ADDRESS_CREATED =
764
+ T.let(
765
+ :"lockbox_address.created",
766
+ Increase::EventSubscription::SelectedEventCategory::EventCategory::TaggedSymbol
767
+ )
768
+
769
+ # Occurs whenever a Lockbox Address is updated.
770
+ LOCKBOX_ADDRESS_UPDATED =
771
+ T.let(
772
+ :"lockbox_address.updated",
773
+ Increase::EventSubscription::SelectedEventCategory::EventCategory::TaggedSymbol
774
+ )
775
+
741
776
  # Occurs whenever an OAuth Connection is created.
742
777
  OAUTH_CONNECTION_CREATED =
743
778
  T.let(
@@ -652,6 +652,20 @@ module Increase
652
652
  Increase::EventSubscriptionCreateParams::SelectedEventCategory::EventCategory::TaggedSymbol
653
653
  )
654
654
 
655
+ # Occurs whenever an Interest Rate Plan is created.
656
+ INTEREST_RATE_PLAN_CREATED =
657
+ T.let(
658
+ :"interest_rate_plan.created",
659
+ Increase::EventSubscriptionCreateParams::SelectedEventCategory::EventCategory::TaggedSymbol
660
+ )
661
+
662
+ # Occurs whenever an Interest Rate Plan is updated.
663
+ INTEREST_RATE_PLAN_UPDATED =
664
+ T.let(
665
+ :"interest_rate_plan.updated",
666
+ Increase::EventSubscriptionCreateParams::SelectedEventCategory::EventCategory::TaggedSymbol
667
+ )
668
+
655
669
  # Occurs whenever an IntraFi Account Enrollment is created.
656
670
  INTRAFI_ACCOUNT_ENROLLMENT_CREATED =
657
671
  T.let(
@@ -701,6 +715,13 @@ module Increase
701
715
  Increase::EventSubscriptionCreateParams::SelectedEventCategory::EventCategory::TaggedSymbol
702
716
  )
703
717
 
718
+ # Occurs whenever a Loan Obligation is created.
719
+ LOAN_OBLIGATION_CREATED =
720
+ T.let(
721
+ :"loan_obligation.created",
722
+ Increase::EventSubscriptionCreateParams::SelectedEventCategory::EventCategory::TaggedSymbol
723
+ )
724
+
704
725
  # Occurs whenever a Loan Offer is created.
705
726
  LOAN_OFFER_CREATED =
706
727
  T.let(
@@ -736,6 +757,20 @@ module Increase
736
757
  Increase::EventSubscriptionCreateParams::SelectedEventCategory::EventCategory::TaggedSymbol
737
758
  )
738
759
 
760
+ # Occurs whenever a Lockbox Address is created.
761
+ LOCKBOX_ADDRESS_CREATED =
762
+ T.let(
763
+ :"lockbox_address.created",
764
+ Increase::EventSubscriptionCreateParams::SelectedEventCategory::EventCategory::TaggedSymbol
765
+ )
766
+
767
+ # Occurs whenever a Lockbox Address is updated.
768
+ LOCKBOX_ADDRESS_UPDATED =
769
+ T.let(
770
+ :"lockbox_address.updated",
771
+ Increase::EventSubscriptionCreateParams::SelectedEventCategory::EventCategory::TaggedSymbol
772
+ )
773
+
739
774
  # Occurs whenever an OAuth Connection is created.
740
775
  OAUTH_CONNECTION_CREATED =
741
776
  T.let(
@@ -33,6 +33,8 @@ module Increase
33
33
 
34
34
  # Limit the size of the list that is returned. The default (and maximum) is 100
35
35
  # objects.
36
+ #
37
+ # Defaults to `100`.
36
38
  sig { returns(T.nilable(Integer)) }
37
39
  attr_reader :limit
38
40
 
@@ -57,6 +59,8 @@ module Increase
57
59
  idempotency_key: nil,
58
60
  # Limit the size of the list that is returned. The default (and maximum) is 100
59
61
  # objects.
62
+ #
63
+ # Defaults to `100`.
60
64
  limit: nil,
61
65
  request_options: {}
62
66
  )
@@ -67,6 +67,8 @@ module Increase
67
67
 
68
68
  # Limit the size of the list that is returned. The default (and maximum) is 100
69
69
  # objects.
70
+ #
71
+ # Defaults to `100`.
70
72
  sig { returns(T.nilable(Integer)) }
71
73
  attr_reader :limit
72
74
 
@@ -107,6 +109,8 @@ module Increase
107
109
  idempotency_key: nil,
108
110
  # Limit the size of the list that is returned. The default (and maximum) is 100
109
111
  # objects.
112
+ #
113
+ # Defaults to `100`.
110
114
  limit: nil,
111
115
  status: nil,
112
116
  request_options: {}
@@ -45,7 +45,9 @@ module Increase
45
45
  end
46
46
  attr_writer :account_holder
47
47
 
48
- # The type of the destination account. Defaults to `checking`.
48
+ # The type of the destination account.
49
+ #
50
+ # Defaults to `checking`.
49
51
  sig do
50
52
  returns(
51
53
  T.nilable(Increase::ExternalAccountCreateParams::Funding::OrSymbol)
@@ -81,7 +83,9 @@ module Increase
81
83
  routing_number:,
82
84
  # The type of entity that owns the External Account.
83
85
  account_holder: nil,
84
- # The type of the destination account. Defaults to `checking`.
86
+ # The type of the destination account.
87
+ #
88
+ # Defaults to `checking`.
85
89
  funding: nil,
86
90
  request_options: {}
87
91
  )
@@ -145,7 +149,9 @@ module Increase
145
149
  end
146
150
  end
147
151
 
148
- # The type of the destination account. Defaults to `checking`.
152
+ # The type of the destination account.
153
+ #
154
+ # Defaults to `checking`.
149
155
  module Funding
150
156
  extend Increase::Internal::Type::Enum
151
157
 
@@ -33,6 +33,8 @@ module Increase
33
33
 
34
34
  # Limit the size of the list that is returned. The default (and maximum) is 100
35
35
  # objects.
36
+ #
37
+ # Defaults to `100`.
36
38
  sig { returns(T.nilable(Integer)) }
37
39
  attr_reader :limit
38
40
 
@@ -74,6 +76,8 @@ module Increase
74
76
  idempotency_key: nil,
75
77
  # Limit the size of the list that is returned. The default (and maximum) is 100
76
78
  # objects.
79
+ #
80
+ # Defaults to `100`.
77
81
  limit: nil,
78
82
  # Filter External Accounts to those with the specified Routing Number.
79
83
  routing_number: nil,
@@ -54,6 +54,8 @@ module Increase
54
54
 
55
55
  # Limit the size of the list that is returned. The default (and maximum) is 100
56
56
  # objects.
57
+ #
58
+ # Defaults to `100`.
57
59
  sig { returns(T.nilable(Integer)) }
58
60
  attr_reader :limit
59
61
 
@@ -95,6 +97,8 @@ module Increase
95
97
  idempotency_key: nil,
96
98
  # Limit the size of the list that is returned. The default (and maximum) is 100
97
99
  # objects.
100
+ #
101
+ # Defaults to `100`.
98
102
  limit: nil,
99
103
  status: nil,
100
104
  request_options: {}
@@ -47,12 +47,13 @@ module Increase
47
47
  sig { returns(Increase::File::Type::TaggedSymbol) }
48
48
  attr_accessor :type
49
49
 
50
- # Files are objects that represent a file hosted on Increase's servers. The file
51
- # may have been uploaded by you (for example, when uploading a check image) or it
52
- # may have been created by Increase (for example, an autogenerated statement PDF).
53
- # If you need to download a File, use the `/files/{file_id}/contents` endpoint. If
54
- # you need to share a File with someone who doesn't have access to your API key,
55
- # create a File Link.
50
+ # Files are objects that represent a file hosted on Increase's servers. Each File
51
+ # has a `purpose` that determines how Increase will use it. You upload a File so
52
+ # it can be attached to another object in the API (for example, when uploading a
53
+ # check image), or Increase creates one for you to download (for example, an
54
+ # autogenerated statement PDF). If you need to download a File, use the
55
+ # `/files/{file_id}/contents` endpoint. If you need to share a File with someone
56
+ # who doesn't have access to your API key, create a File Link.
56
57
  sig do
57
58
  params(
58
59
  id: String,
@@ -232,7 +233,7 @@ module Increase
232
233
  DIGITAL_WALLET_APP_ICON =
233
234
  T.let(:digital_wallet_app_icon, Increase::File::Purpose::TaggedSymbol)
234
235
 
235
- # A card image to be printed on the front of a physical card. This must be a 2100x1344 pixel PNG with no other color but black.
236
+ # A card image to be printed on the front of a physical card. This must be a 2100x1344 pixel PNG with a density of 600 dots per inch (DPI) and no other color but black.
236
237
  PHYSICAL_CARD_FRONT =
237
238
  T.let(:physical_card_front, Increase::File::Purpose::TaggedSymbol)
238
239
 
@@ -240,7 +241,7 @@ module Increase
240
241
  PHYSICAL_CARD_BACK =
241
242
  T.let(:physical_card_back, Increase::File::Purpose::TaggedSymbol)
242
243
 
243
- # An image representing the entirety of the carrier used for a physical card. This must be a 2550x3300 pixel PNG with no other color but black.
244
+ # An image representing the entirety of the carrier used for a physical card. This must be a 2550x3300 pixel PNG with a density of 300 dots per inch (DPI) and no other color but black.
244
245
  PHYSICAL_CARD_CARRIER =
245
246
  T.let(:physical_card_carrier, Increase::File::Purpose::TaggedSymbol)
246
247
 
@@ -18,6 +18,8 @@ module Increase
18
18
  attr_accessor :file
19
19
 
20
20
  # What the File will be used for in Increase's systems.
21
+ #
22
+ # Defaults to `other`.
21
23
  sig { returns(Increase::FileCreateParams::Purpose::OrSymbol) }
22
24
  attr_accessor :purpose
23
25
 
@@ -42,6 +44,8 @@ module Increase
42
44
  # transfers for the multipart/form-data protocol.
43
45
  file:,
44
46
  # What the File will be used for in Increase's systems.
47
+ #
48
+ # Defaults to `other`.
45
49
  purpose:,
46
50
  # The description you choose to give the File.
47
51
  description: nil,
@@ -63,6 +67,8 @@ module Increase
63
67
  end
64
68
 
65
69
  # What the File will be used for in Increase's systems.
70
+ #
71
+ # Defaults to `other`.
66
72
  module Purpose
67
73
  extend Increase::Internal::Type::Enum
68
74
 
@@ -161,14 +167,14 @@ module Increase
161
167
  Increase::FileCreateParams::Purpose::TaggedSymbol
162
168
  )
163
169
 
164
- # A card image to be printed on the front of a physical card. This must be a 2100x1344 pixel PNG with no other color but black.
170
+ # A card image to be printed on the front of a physical card. This must be a 2100x1344 pixel PNG with a density of 600 dots per inch (DPI) and no other color but black.
165
171
  PHYSICAL_CARD_FRONT =
166
172
  T.let(
167
173
  :physical_card_front,
168
174
  Increase::FileCreateParams::Purpose::TaggedSymbol
169
175
  )
170
176
 
171
- # An image representing the entirety of the carrier used for a physical card. This must be a 2550x3300 pixel PNG with no other color but black.
177
+ # An image representing the entirety of the carrier used for a physical card. This must be a 2550x3300 pixel PNG with a density of 300 dots per inch (DPI) and no other color but black.
172
178
  PHYSICAL_CARD_CARRIER =
173
179
  T.let(
174
180
  :physical_card_carrier,
@@ -38,6 +38,8 @@ module Increase
38
38
 
39
39
  # Limit the size of the list that is returned. The default (and maximum) is 100
40
40
  # objects.
41
+ #
42
+ # Defaults to `100`.
41
43
  sig { returns(T.nilable(Integer)) }
42
44
  attr_reader :limit
43
45
 
@@ -71,6 +73,8 @@ module Increase
71
73
  idempotency_key: nil,
72
74
  # Limit the size of the list that is returned. The default (and maximum) is 100
73
75
  # objects.
76
+ #
77
+ # Defaults to `100`.
74
78
  limit: nil,
75
79
  purpose: nil,
76
80
  request_options: {}
@@ -357,7 +361,7 @@ module Increase
357
361
  Increase::FileListParams::Purpose::In::TaggedSymbol
358
362
  )
359
363
 
360
- # A card image to be printed on the front of a physical card. This must be a 2100x1344 pixel PNG with no other color but black.
364
+ # A card image to be printed on the front of a physical card. This must be a 2100x1344 pixel PNG with a density of 600 dots per inch (DPI) and no other color but black.
361
365
  PHYSICAL_CARD_FRONT =
362
366
  T.let(
363
367
  :physical_card_front,
@@ -371,7 +375,7 @@ module Increase
371
375
  Increase::FileListParams::Purpose::In::TaggedSymbol
372
376
  )
373
377
 
374
- # An image representing the entirety of the carrier used for a physical card. This must be a 2550x3300 pixel PNG with no other color but black.
378
+ # An image representing the entirety of the carrier used for a physical card. This must be a 2550x3300 pixel PNG with a density of 300 dots per inch (DPI) and no other color but black.
375
379
  PHYSICAL_CARD_CARRIER =
376
380
  T.let(
377
381
  :physical_card_carrier,
@@ -830,7 +830,7 @@ module Increase
830
830
  attr_accessor :originating_depository_financial_institution_branch_country
831
831
 
832
832
  # An identifier for the originating bank. One of an International Bank Account
833
- # Number (IBAN) bank identifier, SWIFT Bank Identification Code (BIC), or a
833
+ # Number (IBAN) bank identifier, Swift Bank Identification Code (BIC), or a
834
834
  # domestic identifier like a US Routing Number.
835
835
  sig { returns(String) }
836
836
  attr_accessor :originating_depository_financial_institution_id
@@ -924,7 +924,7 @@ module Increase
924
924
  attr_accessor :receiving_depository_financial_institution_country
925
925
 
926
926
  # An identifier for the receiving bank. One of an International Bank Account
927
- # Number (IBAN) bank identifier, SWIFT Bank Identification Code (BIC), or a
927
+ # Number (IBAN) bank identifier, Swift Bank Identification Code (BIC), or a
928
928
  # domestic identifier like a US Routing Number.
929
929
  sig { returns(String) }
930
930
  attr_accessor :receiving_depository_financial_institution_id
@@ -1015,7 +1015,7 @@ module Increase
1015
1015
  # country code of the originating branch country.
1016
1016
  originating_depository_financial_institution_branch_country:,
1017
1017
  # An identifier for the originating bank. One of an International Bank Account
1018
- # Number (IBAN) bank identifier, SWIFT Bank Identification Code (BIC), or a
1018
+ # Number (IBAN) bank identifier, Swift Bank Identification Code (BIC), or a
1019
1019
  # domestic identifier like a US Routing Number.
1020
1020
  originating_depository_financial_institution_id:,
1021
1021
  # An instruction of how to interpret the
@@ -1065,7 +1065,7 @@ module Increase
1065
1065
  # country code of the receiving bank country.
1066
1066
  receiving_depository_financial_institution_country:,
1067
1067
  # An identifier for the receiving bank. One of an International Bank Account
1068
- # Number (IBAN) bank identifier, SWIFT Bank Identification Code (BIC), or a
1068
+ # Number (IBAN) bank identifier, Swift Bank Identification Code (BIC), or a
1069
1069
  # domestic identifier like a US Routing Number.
1070
1070
  receiving_depository_financial_institution_id:,
1071
1071
  # An instruction of how to interpret the
@@ -1400,7 +1400,7 @@ module Increase
1400
1400
  Increase::InboundACHTransfer::InternationalAddenda::OriginatingDepositoryFinancialInstitutionIDQualifier::TaggedSymbol
1401
1401
  )
1402
1402
 
1403
- # The SWIFT Bank Identifier Code (BIC) of the bank.
1403
+ # The Swift Bank Identifier Code (BIC) of the bank.
1404
1404
  BIC_CODE =
1405
1405
  T.let(
1406
1406
  :bic_code,
@@ -1446,7 +1446,7 @@ module Increase
1446
1446
  Increase::InboundACHTransfer::InternationalAddenda::ReceivingDepositoryFinancialInstitutionIDQualifier::TaggedSymbol
1447
1447
  )
1448
1448
 
1449
- # The SWIFT Bank Identifier Code (BIC) of the bank.
1449
+ # The Swift Bank Identifier Code (BIC) of the bank.
1450
1450
  BIC_CODE =
1451
1451
  T.let(
1452
1452
  :bic_code,
@@ -49,6 +49,8 @@ module Increase
49
49
 
50
50
  # Limit the size of the list that is returned. The default (and maximum) is 100
51
51
  # objects.
52
+ #
53
+ # Defaults to `100`.
52
54
  sig { returns(T.nilable(Integer)) }
53
55
  attr_reader :limit
54
56
 
@@ -86,6 +88,8 @@ module Increase
86
88
  cursor: nil,
87
89
  # Limit the size of the list that is returned. The default (and maximum) is 100
88
90
  # objects.
91
+ #
92
+ # Defaults to `100`.
89
93
  limit: nil,
90
94
  status: nil,
91
95
  request_options: {}
@@ -35,6 +35,12 @@ module Increase
35
35
  sig { returns(Integer) }
36
36
  attr_accessor :amount
37
37
 
38
+ # The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which
39
+ # the Inbound Check Deposit will be automatically resolved if it has not been
40
+ # actioned by then.
41
+ sig { returns(Time) }
42
+ attr_accessor :automatically_resolves_at
43
+
38
44
  # The ID for the File containing the image of the back of the check.
39
45
  sig { returns(T.nilable(String)) }
40
46
  attr_accessor :back_image_file_id
@@ -123,6 +129,7 @@ module Increase
123
129
  adjustments:
124
130
  T::Array[Increase::InboundCheckDeposit::Adjustment::OrHash],
125
131
  amount: Integer,
132
+ automatically_resolves_at: Time,
126
133
  back_image_file_id: T.nilable(String),
127
134
  bank_of_first_deposit_routing_number: T.nilable(String),
128
135
  check_number: T.nilable(String),
@@ -157,6 +164,10 @@ module Increase
157
164
  adjustments:,
158
165
  # The deposited amount in USD cents.
159
166
  amount:,
167
+ # The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which
168
+ # the Inbound Check Deposit will be automatically resolved if it has not been
169
+ # actioned by then.
170
+ automatically_resolves_at:,
160
171
  # The ID for the File containing the image of the back of the check.
161
172
  back_image_file_id:,
162
173
  # The American Bankers' Association (ABA) Routing Transit Number (RTN) for the
@@ -208,6 +219,7 @@ module Increase
208
219
  account_number_id: T.nilable(String),
209
220
  adjustments: T::Array[Increase::InboundCheckDeposit::Adjustment],
210
221
  amount: Integer,
222
+ automatically_resolves_at: Time,
211
223
  back_image_file_id: T.nilable(String),
212
224
  bank_of_first_deposit_routing_number: T.nilable(String),
213
225
  check_number: T.nilable(String),
@@ -50,6 +50,8 @@ module Increase
50
50
 
51
51
  # Limit the size of the list that is returned. The default (and maximum) is 100
52
52
  # objects.
53
+ #
54
+ # Defaults to `100`.
53
55
  sig { returns(T.nilable(Integer)) }
54
56
  attr_reader :limit
55
57
 
@@ -78,6 +80,8 @@ module Increase
78
80
  cursor: nil,
79
81
  # Limit the size of the list that is returned. The default (and maximum) is 100
80
82
  # objects.
83
+ #
84
+ # Defaults to `100`.
81
85
  limit: nil,
82
86
  request_options: {}
83
87
  )
@@ -51,6 +51,8 @@ module Increase
51
51
 
52
52
  # Limit the size of the list that is returned. The default (and maximum) is 100
53
53
  # objects.
54
+ #
55
+ # Defaults to `100`.
54
56
  sig { returns(T.nilable(Integer)) }
55
57
  attr_reader :limit
56
58
 
@@ -79,6 +81,8 @@ module Increase
79
81
  cursor: nil,
80
82
  # Limit the size of the list that is returned. The default (and maximum) is 100
81
83
  # objects.
84
+ #
85
+ # Defaults to `100`.
82
86
  limit: nil,
83
87
  request_options: {}
84
88
  )
@@ -33,6 +33,8 @@ module Increase
33
33
 
34
34
  # Limit the size of the list that is returned. The default (and maximum) is 100
35
35
  # objects.
36
+ #
37
+ # Defaults to `100`.
36
38
  sig { returns(T.nilable(Integer)) }
37
39
  attr_reader :limit
38
40
 
@@ -69,6 +71,8 @@ module Increase
69
71
  cursor: nil,
70
72
  # Limit the size of the list that is returned. The default (and maximum) is 100
71
73
  # objects.
74
+ #
75
+ # Defaults to `100`.
72
76
  limit: nil,
73
77
  # Filter Inbound Mail Items to ones sent to the provided Lockbox Address.
74
78
  lockbox_address_id: nil,
@@ -56,6 +56,8 @@ module Increase
56
56
 
57
57
  # Limit the size of the list that is returned. The default (and maximum) is 100
58
58
  # objects.
59
+ #
60
+ # Defaults to `100`.
59
61
  sig { returns(T.nilable(Integer)) }
60
62
  attr_reader :limit
61
63
 
@@ -85,6 +87,8 @@ module Increase
85
87
  cursor: nil,
86
88
  # Limit the size of the list that is returned. The default (and maximum) is 100
87
89
  # objects.
90
+ #
91
+ # Defaults to `100`.
88
92
  limit: nil,
89
93
  request_options: {}
90
94
  )