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
@@ -38,6 +38,8 @@ module Increase
38
38
  cursor: nil,
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
  limit: nil,
42
44
  order_by: nil,
43
45
  request_options: {}
@@ -107,6 +107,8 @@ module Increase
107
107
  idempotency_key: nil,
108
108
  # Limit the size of the list that is returned. The default (and maximum) is 100
109
109
  # objects.
110
+ #
111
+ # Defaults to `100`.
110
112
  limit: nil,
111
113
  status: nil,
112
114
  request_options: {}
@@ -25,7 +25,9 @@ module Increase
25
25
  routing_number:,
26
26
  # The type of entity that owns the External Account.
27
27
  account_holder: nil,
28
- # The type of the destination account. Defaults to `checking`.
28
+ # The type of the destination account.
29
+ #
30
+ # Defaults to `checking`.
29
31
  funding: nil,
30
32
  request_options: {}
31
33
  )
@@ -93,6 +95,8 @@ module Increase
93
95
  idempotency_key: nil,
94
96
  # Limit the size of the list that is returned. The default (and maximum) is 100
95
97
  # objects.
98
+ #
99
+ # Defaults to `100`.
96
100
  limit: nil,
97
101
  # Filter External Accounts to those with the specified Routing Number.
98
102
  routing_number: nil,
@@ -92,6 +92,8 @@ module Increase
92
92
  idempotency_key: nil,
93
93
  # Limit the size of the list that is returned. The default (and maximum) is 100
94
94
  # objects.
95
+ #
96
+ # Defaults to `100`.
95
97
  limit: nil,
96
98
  status: nil,
97
99
  request_options: {}
@@ -20,6 +20,8 @@ module Increase
20
20
  # transfers for the multipart/form-data protocol.
21
21
  file:,
22
22
  # What the File will be used for in Increase's systems.
23
+ #
24
+ # Defaults to `other`.
23
25
  purpose:,
24
26
  # The description you choose to give the File.
25
27
  description: nil,
@@ -63,6 +65,8 @@ module Increase
63
65
  idempotency_key: nil,
64
66
  # Limit the size of the list that is returned. The default (and maximum) is 100
65
67
  # objects.
68
+ #
69
+ # Defaults to `100`.
66
70
  limit: nil,
67
71
  purpose: nil,
68
72
  request_options: {}
@@ -39,6 +39,8 @@ module Increase
39
39
  cursor: nil,
40
40
  # Limit the size of the list that is returned. The default (and maximum) is 100
41
41
  # objects.
42
+ #
43
+ # Defaults to `100`.
42
44
  limit: nil,
43
45
  status: nil,
44
46
  request_options: {}
@@ -40,6 +40,8 @@ module Increase
40
40
  cursor: nil,
41
41
  # Limit the size of the list that is returned. The default (and maximum) is 100
42
42
  # objects.
43
+ #
44
+ # Defaults to `100`.
43
45
  limit: nil,
44
46
  request_options: {}
45
47
  )
@@ -40,6 +40,8 @@ module Increase
40
40
  cursor: nil,
41
41
  # Limit the size of the list that is returned. The default (and maximum) is 100
42
42
  # objects.
43
+ #
44
+ # Defaults to `100`.
43
45
  limit: nil,
44
46
  request_options: {}
45
47
  )
@@ -34,6 +34,8 @@ module Increase
34
34
  cursor: nil,
35
35
  # Limit the size of the list that is returned. The default (and maximum) is 100
36
36
  # objects.
37
+ #
38
+ # Defaults to `100`.
37
39
  limit: nil,
38
40
  # Filter Inbound Mail Items to ones sent to the provided Lockbox Address.
39
41
  lockbox_address_id: nil,
@@ -43,6 +43,8 @@ module Increase
43
43
  cursor: nil,
44
44
  # Limit the size of the list that is returned. The default (and maximum) is 100
45
45
  # objects.
46
+ #
47
+ # Defaults to `100`.
46
48
  limit: nil,
47
49
  request_options: {}
48
50
  )
@@ -32,6 +32,8 @@ module Increase
32
32
  cursor: nil,
33
33
  # Limit the size of the list that is returned. The default (and maximum) is 100
34
34
  # objects.
35
+ #
36
+ # Defaults to `100`.
35
37
  limit: nil,
36
38
  request_options: {}
37
39
  )
@@ -41,6 +41,8 @@ module Increase
41
41
  cursor: nil,
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
  limit: nil,
45
47
  status: nil,
46
48
  # Filter Inbound Wire Transfers to ones belonging to the specified Wire Drawdown
@@ -57,6 +57,8 @@ module Increase
57
57
  idempotency_key: nil,
58
58
  # Limit the size of the list that is returned. The default (and maximum) is 100
59
59
  # objects.
60
+ #
61
+ # Defaults to `100`.
60
62
  limit: nil,
61
63
  status: nil,
62
64
  request_options: {}
@@ -59,6 +59,8 @@ module Increase
59
59
  idempotency_key: nil,
60
60
  # Limit the size of the list that is returned. The default (and maximum) is 100
61
61
  # objects.
62
+ #
63
+ # Defaults to `100`.
62
64
  limit: nil,
63
65
  request_options: {}
64
66
  )
@@ -75,6 +75,8 @@ module Increase
75
75
  idempotency_key: nil,
76
76
  # Limit the size of the list that is returned. The default (and maximum) is 100
77
77
  # objects.
78
+ #
79
+ # Defaults to `100`.
78
80
  limit: nil,
79
81
  request_options: {}
80
82
  )
@@ -89,6 +89,8 @@ module Increase
89
89
  idempotency_key: nil,
90
90
  # Limit the size of the list that is returned. The default (and maximum) is 100
91
91
  # objects.
92
+ #
93
+ # Defaults to `100`.
92
94
  limit: nil,
93
95
  # Filter Lockbox Recipients to those associated with the provided Lockbox Address.
94
96
  lockbox_address_id: nil,
@@ -33,6 +33,8 @@ module Increase
33
33
  cursor: nil,
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
  limit: nil,
37
39
  status: nil,
38
40
  request_options: {}
@@ -32,6 +32,8 @@ module Increase
32
32
  cursor: nil,
33
33
  # Limit the size of the list that is returned. The default (and maximum) is 100
34
34
  # objects.
35
+ #
36
+ # Defaults to `100`.
35
37
  limit: nil,
36
38
  # Filter results to only include OAuth Connections for a specific OAuth
37
39
  # Application.
@@ -65,6 +65,8 @@ module Increase
65
65
  cursor: nil,
66
66
  # Limit the size of the list that is returned. The default (and maximum) is 100
67
67
  # objects.
68
+ #
69
+ # Defaults to `100`.
68
70
  limit: nil,
69
71
  # Filter pending transactions to those belonging to the specified Route.
70
72
  route_id: nil,
@@ -17,13 +17,17 @@ module Increase
17
17
  ).returns(Increase::PhysicalCardProfile)
18
18
  end
19
19
  def create(
20
- # The identifier of the File containing the physical card's carrier image.
20
+ # The identifier of the File containing the physical card's carrier image. This
21
+ # must have `purpose: physical_card_carrier` and be a 2550x3300 pixel PNG with a
22
+ # density of 300 dots per inch (DPI).
21
23
  carrier_image_file_id:,
22
24
  # A phone number the user can contact to receive support for their card.
23
25
  contact_phone:,
24
26
  # A description you can use to identify the Card Profile.
25
27
  description:,
26
- # The identifier of the File containing the physical card's front image.
28
+ # The identifier of the File containing the physical card's front image. This must
29
+ # have `purpose: physical_card_front` and be a 2100x1344 pixel PNG with a density
30
+ # of 600 dots per inch (DPI).
27
31
  front_image_file_id:,
28
32
  # The identifier for the Program that this Physical Card Profile falls under.
29
33
  program_id:,
@@ -68,6 +72,8 @@ module Increase
68
72
  idempotency_key: nil,
69
73
  # Limit the size of the list that is returned. The default (and maximum) is 100
70
74
  # objects.
75
+ #
76
+ # Defaults to `100`.
71
77
  limit: nil,
72
78
  status: nil,
73
79
  request_options: {}
@@ -82,6 +82,8 @@ module Increase
82
82
  idempotency_key: nil,
83
83
  # Limit the size of the list that is returned. The default (and maximum) is 100
84
84
  # objects.
85
+ #
86
+ # Defaults to `100`.
85
87
  limit: nil,
86
88
  request_options: {}
87
89
  )
@@ -30,6 +30,8 @@ module Increase
30
30
  cursor: nil,
31
31
  # Limit the size of the list that is returned. The default (and maximum) is 100
32
32
  # objects.
33
+ #
34
+ # Defaults to `100`.
33
35
  limit: nil,
34
36
  request_options: {}
35
37
  )
@@ -13,6 +13,7 @@ module Increase
13
13
  account_number: String,
14
14
  debtor_name: String,
15
15
  external_account_id: String,
16
+ inbound_real_time_payments_request_for_payment_id: String,
16
17
  require_approval: T::Boolean,
17
18
  routing_number: String,
18
19
  ultimate_creditor_name: String,
@@ -38,6 +39,9 @@ module Increase
38
39
  # The ID of an External Account to initiate a transfer to. If this parameter is
39
40
  # provided, `account_number` and `routing_number` must be absent.
40
41
  external_account_id: nil,
42
+ # The ID of an Inbound Real-Time Payments Request for Payment in response to which
43
+ # this transfer is being sent.
44
+ inbound_real_time_payments_request_for_payment_id: nil,
41
45
  # Whether the transfer requires explicit approval via the dashboard or API.
42
46
  require_approval: nil,
43
47
  # The destination American Bankers' Association (ABA) Routing Transit Number
@@ -97,6 +101,8 @@ module Increase
97
101
  idempotency_key: nil,
98
102
  # Limit the size of the list that is returned. The default (and maximum) is 100
99
103
  # objects.
104
+ #
105
+ # Defaults to `100`.
100
106
  limit: nil,
101
107
  status: nil,
102
108
  request_options: {}
@@ -25,6 +25,8 @@ module Increase
25
25
  cursor: nil,
26
26
  # Limit the size of the list that is returned. The default (and maximum) is 100
27
27
  # objects.
28
+ #
29
+ # Defaults to `100`.
28
30
  limit: nil,
29
31
  request_options: {}
30
32
  )
@@ -72,6 +72,7 @@ module Increase
72
72
  # a return the bank believes was initiated under questionable circumstances.
73
73
  addenda_information: nil,
74
74
  # The reason why the Federal Reserve or destination bank returned this transfer.
75
+ #
75
76
  # Defaults to `no_account`.
76
77
  reason: nil,
77
78
  request_options: {}
@@ -25,8 +25,9 @@ module Increase
25
25
  # other bank and is a debit to your account. Defaults to the negative of the Check
26
26
  # Deposit amount.
27
27
  amount: nil,
28
- # The reason for the adjustment. Defaults to `non_conforming_item`, which is often
29
- # used for a low quality image that the recipient wasn't able to handle.
28
+ # The reason for the adjustment.
29
+ #
30
+ # Defaults to `non_conforming_item`.
30
31
  reason: nil,
31
32
  request_options: {}
32
33
  )
@@ -6,10 +6,11 @@ module Increase
6
6
  class InboundCheckDeposits
7
7
  # Simulates an Inbound Check Deposit against your account. This imitates someone
8
8
  # depositing a check at their bank that was issued from your account. It may or
9
- # may not be associated with a Check Transfer. Increase will evaluate the Inbound
10
- # Check Deposit as we would in production and either create a Transaction or a
11
- # Declined Transaction as a result. You can inspect the resulting Inbound Check
12
- # Deposit object to see the result.
9
+ # may not be associated with a Check Transfer. The resulting Inbound Check Deposit
10
+ # will have a `status` of `pending`, and after an hour Increase will evaluate it
11
+ # as we would in production and either create a Transaction or a Declined
12
+ # Transaction as a result. To resolve it sooner, use the simulation to accept an
13
+ # Inbound Check Deposit or the API to decline one.
13
14
  sig do
14
15
  params(
15
16
  account_number_id: String,
@@ -44,6 +44,8 @@ module Increase
44
44
  idempotency_key: nil,
45
45
  # Limit the size of the list that is returned. The default (and maximum) is 100
46
46
  # objects.
47
+ #
48
+ # Defaults to `100`.
47
49
  limit: nil,
48
50
  request_options: {}
49
51
  )
@@ -103,6 +103,8 @@ module Increase
103
103
  idempotency_key: nil,
104
104
  # Limit the size of the list that is returned. The default (and maximum) is 100
105
105
  # objects.
106
+ #
107
+ # Defaults to `100`.
106
108
  limit: nil,
107
109
  status: nil,
108
110
  request_options: {}
@@ -38,6 +38,8 @@ module Increase
38
38
  cursor: nil,
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
  limit: nil,
42
44
  # Filter Transactions for those belonging to the specified route. This could be a
43
45
  # Card ID or an Account Number ID.
@@ -90,6 +90,8 @@ module Increase
90
90
  idempotency_key: nil,
91
91
  # Limit the size of the list that is returned. The default (and maximum) is 100
92
92
  # objects.
93
+ #
94
+ # Defaults to `100`.
93
95
  limit: nil,
94
96
  status: nil,
95
97
  request_options: {}
@@ -94,6 +94,8 @@ module Increase
94
94
  idempotency_key: nil,
95
95
  # Limit the size of the list that is returned. The default (and maximum) is 100
96
96
  # objects.
97
+ #
98
+ # Defaults to `100`.
97
99
  limit: nil,
98
100
  status: nil,
99
101
  request_options: {}
@@ -91,7 +91,8 @@ module Increase
91
91
  type: Increase::Models::Account::type_
92
92
  }
93
93
 
94
- type bank = :core_bank | :first_internet_bank | :grasshopper_bank
94
+ type bank =
95
+ :core_bank | :first_internet_bank | :grasshopper_bank | :increase_bank
95
96
 
96
97
  module Bank
97
98
  extend Increase::Internal::Type::Enum
@@ -105,6 +106,9 @@ module Increase
105
106
  # Grasshopper Bank
106
107
  GRASSHOPPER_BANK: :grasshopper_bank
107
108
 
109
+ # Increase Bank
110
+ INCREASE_BANK: :increase_bank
111
+
108
112
  def self?.values: -> ::Array[Increase::Models::Account::bank]
109
113
  end
110
114
 
@@ -19,8 +19,7 @@ module Increase
19
19
  preferred_effective_date: Increase::ACHTransferCreateParams::PreferredEffectiveDate,
20
20
  require_approval: bool,
21
21
  routing_number: String,
22
- standard_entry_class_code: Increase::Models::ACHTransferCreateParams::standard_entry_class_code,
23
- transaction_timing: Increase::Models::ACHTransferCreateParams::transaction_timing
22
+ standard_entry_class_code: Increase::Models::ACHTransferCreateParams::standard_entry_class_code
24
23
  }
25
24
  & Increase::Internal::Type::request_parameters
26
25
 
@@ -104,12 +103,6 @@ module Increase
104
103
  Increase::Models::ACHTransferCreateParams::standard_entry_class_code
105
104
  ) -> Increase::Models::ACHTransferCreateParams::standard_entry_class_code
106
105
 
107
- attr_reader transaction_timing: Increase::Models::ACHTransferCreateParams::transaction_timing?
108
-
109
- def transaction_timing=: (
110
- Increase::Models::ACHTransferCreateParams::transaction_timing
111
- ) -> Increase::Models::ACHTransferCreateParams::transaction_timing
112
-
113
106
  def initialize: (
114
107
  account_id: String,
115
108
  amount: Integer,
@@ -129,7 +122,6 @@ module Increase
129
122
  ?require_approval: bool,
130
123
  ?routing_number: String,
131
124
  ?standard_entry_class_code: Increase::Models::ACHTransferCreateParams::standard_entry_class_code,
132
- ?transaction_timing: Increase::Models::ACHTransferCreateParams::transaction_timing,
133
125
  ?request_options: Increase::request_opts
134
126
  ) -> void
135
127
 
@@ -152,7 +144,6 @@ module Increase
152
144
  require_approval: bool,
153
145
  routing_number: String,
154
146
  standard_entry_class_code: Increase::Models::ACHTransferCreateParams::standard_entry_class_code,
155
- transaction_timing: Increase::Models::ACHTransferCreateParams::transaction_timing,
156
147
  request_options: Increase::RequestOptions
157
148
  }
158
149
 
@@ -366,20 +357,6 @@ module Increase
366
357
 
367
358
  def self?.values: -> ::Array[Increase::Models::ACHTransferCreateParams::standard_entry_class_code]
368
359
  end
369
-
370
- type transaction_timing = :synchronous | :asynchronous
371
-
372
- module TransactionTiming
373
- extend Increase::Internal::Type::Enum
374
-
375
- # A Transaction will be created immediately.
376
- SYNCHRONOUS: :synchronous
377
-
378
- # A Transaction will be created when the funds settle at the Federal Reserve.
379
- ASYNCHRONOUS: :asynchronous
380
-
381
- def self?.values: -> ::Array[Increase::Models::ACHTransferCreateParams::transaction_timing]
382
- end
383
360
  end
384
361
  end
385
362
  end
@@ -40,6 +40,12 @@ module Increase
40
40
  {
41
41
  due_at: Time?,
42
42
  due_balance: Integer,
43
+ due_fees: Integer?,
44
+ due_interest: Integer?,
45
+ due_principal: Integer?,
46
+ not_due_fees: Integer?,
47
+ not_due_interest: Integer?,
48
+ not_due_principal: Integer?,
43
49
  past_due_balance: Integer,
44
50
  receivables: Increase::BalanceLookup::Loan::Receivables?
45
51
  }
@@ -49,6 +55,18 @@ module Increase
49
55
 
50
56
  attr_accessor due_balance: Integer
51
57
 
58
+ attr_accessor due_fees: Integer?
59
+
60
+ attr_accessor due_interest: Integer?
61
+
62
+ attr_accessor due_principal: Integer?
63
+
64
+ attr_accessor not_due_fees: Integer?
65
+
66
+ attr_accessor not_due_interest: Integer?
67
+
68
+ attr_accessor not_due_principal: Integer?
69
+
52
70
  attr_accessor past_due_balance: Integer
53
71
 
54
72
  attr_accessor receivables: Increase::BalanceLookup::Loan::Receivables?
@@ -56,6 +74,12 @@ module Increase
56
74
  def initialize: (
57
75
  due_at: Time?,
58
76
  due_balance: Integer,
77
+ due_fees: Integer?,
78
+ due_interest: Integer?,
79
+ due_principal: Integer?,
80
+ not_due_fees: Integer?,
81
+ not_due_interest: Integer?,
82
+ not_due_principal: Integer?,
59
83
  past_due_balance: Integer,
60
84
  receivables: Increase::BalanceLookup::Loan::Receivables?
61
85
  ) -> void
@@ -63,6 +87,12 @@ module Increase
63
87
  def to_hash: -> {
64
88
  due_at: Time?,
65
89
  due_balance: Integer,
90
+ due_fees: Integer?,
91
+ due_interest: Integer?,
92
+ due_principal: Integer?,
93
+ not_due_fees: Integer?,
94
+ not_due_interest: Integer?,
95
+ not_due_principal: Integer?,
66
96
  past_due_balance: Integer,
67
97
  receivables: Increase::BalanceLookup::Loan::Receivables?
68
98
  }
@@ -5,6 +5,7 @@ module Increase
5
5
  entity_beneficial_owner_id: String,
6
6
  address: Increase::BeneficialOwnerUpdateParams::Address,
7
7
  confirmed_no_us_tax_id: bool,
8
+ date_of_birth: Date,
8
9
  identification: Increase::BeneficialOwnerUpdateParams::Identification,
9
10
  name: String,
10
11
  prongs: ::Array[Increase::Models::BeneficialOwnerUpdateParams::prong]
@@ -27,6 +28,10 @@ module Increase
27
28
 
28
29
  def confirmed_no_us_tax_id=: (bool) -> bool
29
30
 
31
+ attr_reader date_of_birth: Date?
32
+
33
+ def date_of_birth=: (Date) -> Date
34
+
30
35
  attr_reader identification: Increase::BeneficialOwnerUpdateParams::Identification?
31
36
 
32
37
  def identification=: (
@@ -47,6 +52,7 @@ module Increase
47
52
  entity_beneficial_owner_id: String,
48
53
  ?address: Increase::BeneficialOwnerUpdateParams::Address,
49
54
  ?confirmed_no_us_tax_id: bool,
55
+ ?date_of_birth: Date,
50
56
  ?identification: Increase::BeneficialOwnerUpdateParams::Identification,
51
57
  ?name: String,
52
58
  ?prongs: ::Array[Increase::Models::BeneficialOwnerUpdateParams::prong],
@@ -57,6 +63,7 @@ module Increase
57
63
  entity_beneficial_owner_id: String,
58
64
  address: Increase::BeneficialOwnerUpdateParams::Address,
59
65
  confirmed_no_us_tax_id: bool,
66
+ date_of_birth: Date,
60
67
  identification: Increase::BeneficialOwnerUpdateParams::Identification,
61
68
  name: String,
62
69
  prongs: ::Array[Increase::Models::BeneficialOwnerUpdateParams::prong],
@@ -7,6 +7,7 @@ module Increase
7
7
  authorization_controls: Increase::Card::AuthorizationControls?,
8
8
  billing_address: Increase::Card::BillingAddress,
9
9
  bin: String,
10
+ cardholder_name: Increase::Card::CardholderName?,
10
11
  created_at: Time,
11
12
  description: String?,
12
13
  digital_wallet: Increase::Card::DigitalWallet?,
@@ -30,6 +31,8 @@ module Increase
30
31
 
31
32
  attr_accessor bin: String
32
33
 
34
+ attr_accessor cardholder_name: Increase::Card::CardholderName?
35
+
33
36
  attr_accessor created_at: Time
34
37
 
35
38
  attr_accessor description: String?
@@ -56,6 +59,7 @@ module Increase
56
59
  authorization_controls: Increase::Card::AuthorizationControls?,
57
60
  billing_address: Increase::Card::BillingAddress,
58
61
  bin: String,
62
+ cardholder_name: Increase::Card::CardholderName?,
59
63
  created_at: Time,
60
64
  description: String?,
61
65
  digital_wallet: Increase::Card::DigitalWallet?,
@@ -74,6 +78,7 @@ module Increase
74
78
  authorization_controls: Increase::Card::AuthorizationControls?,
75
79
  billing_address: Increase::Card::BillingAddress,
76
80
  bin: String,
81
+ cardholder_name: Increase::Card::CardholderName?,
77
82
  created_at: Time,
78
83
  description: String?,
79
84
  digital_wallet: Increase::Card::DigitalWallet?,
@@ -453,6 +458,20 @@ module Increase
453
458
  }
454
459
  end
455
460
 
461
+ type cardholder_name = { first: String, last: String, middle: String? }
462
+
463
+ class CardholderName < Increase::Internal::Type::BaseModel
464
+ attr_accessor first: String
465
+
466
+ attr_accessor last: String
467
+
468
+ attr_accessor middle: String?
469
+
470
+ def initialize: (first: String, last: String, middle: String?) -> void
471
+
472
+ def to_hash: -> { first: String, last: String, middle: String? }
473
+ end
474
+
456
475
  type digital_wallet =
457
476
  { digital_card_profile_id: String?, email: String?, phone: String? }
458
477