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
@@ -2015,7 +2015,7 @@ module Increase
2015
2015
  attr_accessor :agreed_at
2016
2016
 
2017
2017
  # The IP address the Entity accessed reviewed the terms from.
2018
- sig { returns(String) }
2018
+ sig { returns(T.nilable(String)) }
2019
2019
  attr_accessor :ip_address
2020
2020
 
2021
2021
  # The URL of the terms agreement. This link will be provided by your bank partner.
@@ -2025,7 +2025,7 @@ module Increase
2025
2025
  sig do
2026
2026
  params(
2027
2027
  agreed_at: Time,
2028
- ip_address: String,
2028
+ ip_address: T.nilable(String),
2029
2029
  terms_url: String
2030
2030
  ).returns(T.attached_class)
2031
2031
  end
@@ -2041,7 +2041,11 @@ module Increase
2041
2041
 
2042
2042
  sig do
2043
2043
  override.returns(
2044
- { agreed_at: Time, ip_address: String, terms_url: String }
2044
+ {
2045
+ agreed_at: Time,
2046
+ ip_address: T.nilable(String),
2047
+ terms_url: String
2048
+ }
2045
2049
  )
2046
2050
  end
2047
2051
  def to_hash
@@ -3137,6 +3141,24 @@ module Increase
3137
3141
  end
3138
3142
  attr_writer :entity_address
3139
3143
 
3144
+ # Details when the issue is with the entity's identity verification.
3145
+ sig do
3146
+ returns(
3147
+ T.nilable(Increase::Entity::Validation::Issue::EntityIdentity)
3148
+ )
3149
+ end
3150
+ attr_reader :entity_identity
3151
+
3152
+ sig do
3153
+ params(
3154
+ entity_identity:
3155
+ T.nilable(
3156
+ Increase::Entity::Validation::Issue::EntityIdentity::OrHash
3157
+ )
3158
+ ).void
3159
+ end
3160
+ attr_writer :entity_identity
3161
+
3140
3162
  # Details when the issue is with the entity's tax ID.
3141
3163
  sig do
3142
3164
  returns(
@@ -3172,6 +3194,10 @@ module Increase
3172
3194
  T.nilable(
3173
3195
  Increase::Entity::Validation::Issue::EntityAddress::OrHash
3174
3196
  ),
3197
+ entity_identity:
3198
+ T.nilable(
3199
+ Increase::Entity::Validation::Issue::EntityIdentity::OrHash
3200
+ ),
3175
3201
  entity_tax_identifier:
3176
3202
  T.nilable(
3177
3203
  Increase::Entity::Validation::Issue::EntityTaxIdentifier::OrHash
@@ -3188,6 +3214,8 @@ module Increase
3188
3214
  category:,
3189
3215
  # Details when the issue is with the entity's address.
3190
3216
  entity_address:,
3217
+ # Details when the issue is with the entity's identity verification.
3218
+ entity_identity:,
3191
3219
  # Details when the issue is with the entity's tax ID.
3192
3220
  entity_tax_identifier:
3193
3221
  )
@@ -3208,6 +3236,10 @@ module Increase
3208
3236
  Increase::Entity::Validation::Issue::Category::TaggedSymbol,
3209
3237
  entity_address:
3210
3238
  T.nilable(Increase::Entity::Validation::Issue::EntityAddress),
3239
+ entity_identity:
3240
+ T.nilable(
3241
+ Increase::Entity::Validation::Issue::EntityIdentity
3242
+ ),
3211
3243
  entity_tax_identifier:
3212
3244
  T.nilable(
3213
3245
  Increase::Entity::Validation::Issue::EntityTaxIdentifier
@@ -3352,6 +3384,13 @@ module Increase
3352
3384
  Increase::Entity::Validation::Issue::Category::TaggedSymbol
3353
3385
  )
3354
3386
 
3387
+ # The entity's identity could not be verified. Update the identification with the [update an entity API](/documentation/api/entities#update-an-entity.natural_person.identification).
3388
+ ENTITY_IDENTITY =
3389
+ T.let(
3390
+ :entity_identity,
3391
+ Increase::Entity::Validation::Issue::Category::TaggedSymbol
3392
+ )
3393
+
3355
3394
  # A beneficial owner's identity could not be verified. Update the identification with the [update a beneficial owner API](/documentation/api/beneficial-owners#update-a-beneficial-owner).
3356
3395
  BENEFICIAL_OWNER_IDENTITY =
3357
3396
  T.let(
@@ -3450,6 +3489,25 @@ module Increase
3450
3489
  end
3451
3490
  end
3452
3491
 
3492
+ class EntityIdentity < Increase::Internal::Type::BaseModel
3493
+ OrHash =
3494
+ T.type_alias do
3495
+ T.any(
3496
+ Increase::Entity::Validation::Issue::EntityIdentity,
3497
+ Increase::Internal::AnyHash
3498
+ )
3499
+ end
3500
+
3501
+ # Details when the issue is with the entity's identity verification.
3502
+ sig { returns(T.attached_class) }
3503
+ def self.new
3504
+ end
3505
+
3506
+ sig { override.returns({}) }
3507
+ def to_hash
3508
+ end
3509
+ end
3510
+
3453
3511
  class EntityTaxIdentifier < Increase::Internal::Type::BaseModel
3454
3512
  OrHash =
3455
3513
  T.type_alias do
@@ -478,6 +478,8 @@ module Increase
478
478
  attr_accessor :city
479
479
 
480
480
  # The two-letter ISO 3166-1 alpha-2 code for the country of the address.
481
+ #
482
+ # Defaults to `US`.
481
483
  sig { returns(String) }
482
484
  attr_accessor :country
483
485
 
@@ -523,6 +525,8 @@ module Increase
523
525
  # The city, district, town, or village of the address.
524
526
  city:,
525
527
  # The two-letter ISO 3166-1 alpha-2 code for the country of the address.
528
+ #
529
+ # Defaults to `US`.
526
530
  country:,
527
531
  # The first line of the address. This is usually the street number and street.
528
532
  line1:,
@@ -755,6 +759,8 @@ module Increase
755
759
  attr_accessor :city
756
760
 
757
761
  # The two-letter ISO 3166-1 alpha-2 code for the country of the address.
762
+ #
763
+ # Defaults to `US`.
758
764
  sig { returns(String) }
759
765
  attr_accessor :country
760
766
 
@@ -800,6 +806,8 @@ module Increase
800
806
  # The city, district, town, or village of the address.
801
807
  city:,
802
808
  # The two-letter ISO 3166-1 alpha-2 code for the country of the address.
809
+ #
810
+ # Defaults to `US`.
803
811
  country:,
804
812
  # The first line of the address. This is usually the street number and street.
805
813
  line1:,
@@ -839,6 +847,8 @@ module Increase
839
847
  end
840
848
 
841
849
  # A method that can be used to verify the individual's identity.
850
+ #
851
+ # Defaults to `social_security_number`.
842
852
  sig do
843
853
  returns(
844
854
  Increase::EntityCreateParams::Corporation::BeneficialOwner::Individual::Identification::Method::OrSymbol
@@ -927,6 +937,8 @@ module Increase
927
937
  end
928
938
  def self.new(
929
939
  # A method that can be used to verify the individual's identity.
940
+ #
941
+ # Defaults to `social_security_number`.
930
942
  method_:,
931
943
  # An identification number that can be used to verify the individual's identity,
932
944
  # such as a social security number. For Social Security Numbers and Individual
@@ -965,6 +977,8 @@ module Increase
965
977
  end
966
978
 
967
979
  # A method that can be used to verify the individual's identity.
980
+ #
981
+ # Defaults to `social_security_number`.
968
982
  module Method
969
983
  extend Increase::Internal::Type::Enum
970
984
 
@@ -1273,8 +1287,9 @@ module Increase
1273
1287
  sig { returns(String) }
1274
1288
  attr_accessor :value
1275
1289
 
1276
- # The category of the legal identifier. If not provided, the default is
1277
- # `us_employer_identification_number`.
1290
+ # The category of the legal identifier.
1291
+ #
1292
+ # Defaults to `us_employer_identification_number`.
1278
1293
  sig do
1279
1294
  returns(
1280
1295
  T.nilable(
@@ -1308,8 +1323,9 @@ module Increase
1308
1323
  # our
1309
1324
  # [sandbox test values](https://increase.com/documentation/sandbox-test-values).
1310
1325
  value:,
1311
- # The category of the legal identifier. If not provided, the default is
1312
- # `us_employer_identification_number`.
1326
+ # The category of the legal identifier.
1327
+ #
1328
+ # Defaults to `us_employer_identification_number`.
1313
1329
  category: nil
1314
1330
  )
1315
1331
  end
@@ -1326,8 +1342,9 @@ module Increase
1326
1342
  def to_hash
1327
1343
  end
1328
1344
 
1329
- # The category of the legal identifier. If not provided, the default is
1330
- # `us_employer_identification_number`.
1345
+ # The category of the legal identifier.
1346
+ #
1347
+ # Defaults to `us_employer_identification_number`.
1331
1348
  module Category
1332
1349
  extend Increase::Internal::Type::Enum
1333
1350
 
@@ -1845,6 +1862,8 @@ module Increase
1845
1862
  attr_accessor :city
1846
1863
 
1847
1864
  # The two-letter ISO 3166-1 alpha-2 code for the country of the address.
1865
+ #
1866
+ # Defaults to `US`.
1848
1867
  sig { returns(String) }
1849
1868
  attr_accessor :country
1850
1869
 
@@ -1890,6 +1909,8 @@ module Increase
1890
1909
  # The city, district, town, or village of the address.
1891
1910
  city:,
1892
1911
  # The two-letter ISO 3166-1 alpha-2 code for the country of the address.
1912
+ #
1913
+ # Defaults to `US`.
1893
1914
  country:,
1894
1915
  # The first line of the address. This is usually the street number and street.
1895
1916
  line1:,
@@ -1929,6 +1950,8 @@ module Increase
1929
1950
  end
1930
1951
 
1931
1952
  # A method that can be used to verify the individual's identity.
1953
+ #
1954
+ # Defaults to `social_security_number`.
1932
1955
  sig do
1933
1956
  returns(
1934
1957
  Increase::EntityCreateParams::Joint::Individual::Identification::Method::OrSymbol
@@ -2017,6 +2040,8 @@ module Increase
2017
2040
  end
2018
2041
  def self.new(
2019
2042
  # A method that can be used to verify the individual's identity.
2043
+ #
2044
+ # Defaults to `social_security_number`.
2020
2045
  method_:,
2021
2046
  # An identification number that can be used to verify the individual's identity,
2022
2047
  # such as a social security number. For Social Security Numbers and Individual
@@ -2055,6 +2080,8 @@ module Increase
2055
2080
  end
2056
2081
 
2057
2082
  # A method that can be used to verify the individual's identity.
2083
+ #
2084
+ # Defaults to `social_security_number`.
2058
2085
  module Method
2059
2086
  extend Increase::Internal::Type::Enum
2060
2087
 
@@ -2426,6 +2453,8 @@ module Increase
2426
2453
  attr_accessor :city
2427
2454
 
2428
2455
  # The two-letter ISO 3166-1 alpha-2 code for the country of the address.
2456
+ #
2457
+ # Defaults to `US`.
2429
2458
  sig { returns(String) }
2430
2459
  attr_accessor :country
2431
2460
 
@@ -2471,6 +2500,8 @@ module Increase
2471
2500
  # The city, district, town, or village of the address.
2472
2501
  city:,
2473
2502
  # The two-letter ISO 3166-1 alpha-2 code for the country of the address.
2503
+ #
2504
+ # Defaults to `US`.
2474
2505
  country:,
2475
2506
  # The first line of the address. This is usually the street number and street.
2476
2507
  line1:,
@@ -2510,6 +2541,8 @@ module Increase
2510
2541
  end
2511
2542
 
2512
2543
  # A method that can be used to verify the individual's identity.
2544
+ #
2545
+ # Defaults to `social_security_number`.
2513
2546
  sig do
2514
2547
  returns(
2515
2548
  Increase::EntityCreateParams::NaturalPerson::Identification::Method::OrSymbol
@@ -2598,6 +2631,8 @@ module Increase
2598
2631
  end
2599
2632
  def self.new(
2600
2633
  # A method that can be used to verify the individual's identity.
2634
+ #
2635
+ # Defaults to `social_security_number`.
2601
2636
  method_:,
2602
2637
  # An identification number that can be used to verify the individual's identity,
2603
2638
  # such as a social security number. For Social Security Numbers and Individual
@@ -2636,6 +2671,8 @@ module Increase
2636
2671
  end
2637
2672
 
2638
2673
  # A method that can be used to verify the individual's identity.
2674
+ #
2675
+ # Defaults to `social_security_number`.
2639
2676
  module Method
2640
2677
  extend Increase::Internal::Type::Enum
2641
2678
 
@@ -3619,6 +3656,8 @@ module Increase
3619
3656
  attr_accessor :city
3620
3657
 
3621
3658
  # The two-letter ISO 3166-1 alpha-2 code for the country of the address.
3659
+ #
3660
+ # Defaults to `US`.
3622
3661
  sig { returns(String) }
3623
3662
  attr_accessor :country
3624
3663
 
@@ -3664,6 +3703,8 @@ module Increase
3664
3703
  # The city, district, town, or village of the address.
3665
3704
  city:,
3666
3705
  # The two-letter ISO 3166-1 alpha-2 code for the country of the address.
3706
+ #
3707
+ # Defaults to `US`.
3667
3708
  country:,
3668
3709
  # The first line of the address. This is usually the street number and street.
3669
3710
  line1:,
@@ -3703,6 +3744,8 @@ module Increase
3703
3744
  end
3704
3745
 
3705
3746
  # A method that can be used to verify the individual's identity.
3747
+ #
3748
+ # Defaults to `social_security_number`.
3706
3749
  sig do
3707
3750
  returns(
3708
3751
  Increase::EntityCreateParams::Trust::Trustee::Individual::Identification::Method::OrSymbol
@@ -3791,6 +3834,8 @@ module Increase
3791
3834
  end
3792
3835
  def self.new(
3793
3836
  # A method that can be used to verify the individual's identity.
3837
+ #
3838
+ # Defaults to `social_security_number`.
3794
3839
  method_:,
3795
3840
  # An identification number that can be used to verify the individual's identity,
3796
3841
  # such as a social security number. For Social Security Numbers and Individual
@@ -3829,6 +3874,8 @@ module Increase
3829
3874
  end
3830
3875
 
3831
3876
  # A method that can be used to verify the individual's identity.
3877
+ #
3878
+ # Defaults to `social_security_number`.
3832
3879
  module Method
3833
3880
  extend Increase::Internal::Type::Enum
3834
3881
 
@@ -4199,6 +4246,8 @@ module Increase
4199
4246
  attr_accessor :city
4200
4247
 
4201
4248
  # The two-letter ISO 3166-1 alpha-2 code for the country of the address.
4249
+ #
4250
+ # Defaults to `US`.
4202
4251
  sig { returns(String) }
4203
4252
  attr_accessor :country
4204
4253
 
@@ -4244,6 +4293,8 @@ module Increase
4244
4293
  # The city, district, town, or village of the address.
4245
4294
  city:,
4246
4295
  # The two-letter ISO 3166-1 alpha-2 code for the country of the address.
4296
+ #
4297
+ # Defaults to `US`.
4247
4298
  country:,
4248
4299
  # The first line of the address. This is usually the street number and street.
4249
4300
  line1:,
@@ -4283,6 +4334,8 @@ module Increase
4283
4334
  end
4284
4335
 
4285
4336
  # A method that can be used to verify the individual's identity.
4337
+ #
4338
+ # Defaults to `social_security_number`.
4286
4339
  sig do
4287
4340
  returns(
4288
4341
  Increase::EntityCreateParams::Trust::Grantor::Identification::Method::OrSymbol
@@ -4371,6 +4424,8 @@ module Increase
4371
4424
  end
4372
4425
  def self.new(
4373
4426
  # A method that can be used to verify the individual's identity.
4427
+ #
4428
+ # Defaults to `social_security_number`.
4374
4429
  method_:,
4375
4430
  # An identification number that can be used to verify the individual's identity,
4376
4431
  # such as a social security number. For Social Security Numbers and Individual
@@ -4409,6 +4464,8 @@ module Increase
4409
4464
  end
4410
4465
 
4411
4466
  # A method that can be used to verify the individual's identity.
4467
+ #
4468
+ # Defaults to `social_security_number`.
4412
4469
  module Method
4413
4470
  extend Increase::Internal::Type::Enum
4414
4471
 
@@ -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
 
@@ -84,6 +86,8 @@ module Increase
84
86
  idempotency_key: nil,
85
87
  # Limit the size of the list that is returned. The default (and maximum) is 100
86
88
  # objects.
89
+ #
90
+ # Defaults to `100`.
87
91
  limit: nil,
88
92
  status: nil,
89
93
  validation_status: nil,
@@ -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
 
@@ -70,6 +72,8 @@ module Increase
70
72
  idempotency_key: nil,
71
73
  # Limit the size of the list that is returned. The default (and maximum) is 100
72
74
  # objects.
75
+ #
76
+ # Defaults to `100`.
73
77
  limit: nil,
74
78
  status: nil,
75
79
  request_options: {}