plaid 14.0.0.beta.3 → 14.0.0.beta.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (406) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/Gemfile.lock +1 -1
  4. data/Makefile +1 -20
  5. data/PUBLISH.md +1 -2
  6. data/docs/AccountAssets.md +1 -1
  7. data/docs/AccountBase.md +1 -1
  8. data/docs/AccountIdentity.md +1 -1
  9. data/docs/AccountsBalanceGetRequest.md +2 -2
  10. data/docs/AccountsGetRequest.md +2 -2
  11. data/docs/AssetReportAuditCopyCreateRequest.md +2 -2
  12. data/docs/AssetReportAuditCopyGetRequest.md +2 -2
  13. data/docs/AssetReportAuditCopyRemoveRequest.md +2 -2
  14. data/docs/AssetReportCreateRequest.md +2 -2
  15. data/docs/AssetReportFilterRequest.md +2 -2
  16. data/docs/AssetReportGetRequest.md +2 -2
  17. data/docs/AssetReportPDFGetRequest.md +2 -2
  18. data/docs/AssetReportRefreshRequest.md +2 -2
  19. data/docs/AssetReportRemoveRequest.md +2 -2
  20. data/docs/AuthGetRequest.md +2 -2
  21. data/docs/BankTransferBalanceGetRequest.md +2 -2
  22. data/docs/BankTransferCancelRequest.md +2 -2
  23. data/docs/BankTransferCreateRequest.md +2 -2
  24. data/docs/BankTransferEventListRequest.md +2 -2
  25. data/docs/BankTransferEventSyncRequest.md +2 -2
  26. data/docs/BankTransferGetRequest.md +2 -2
  27. data/docs/BankTransferListRequest.md +2 -2
  28. data/docs/BankTransferMigrateAccountRequest.md +2 -2
  29. data/docs/BankTransfersEventsUpdateWebhook.md +20 -0
  30. data/docs/DepositSwitchAltCreateRequest.md +2 -2
  31. data/docs/DepositSwitchCreateRequest.md +2 -2
  32. data/docs/DepositSwitchGetRequest.md +2 -2
  33. data/docs/DepositSwitchTokenCreateRequest.md +2 -2
  34. data/docs/EmployersSearchRequest.md +2 -2
  35. data/docs/IdentityGetRequest.md +2 -2
  36. data/docs/IncomeVerificationCreateRequest.md +2 -2
  37. data/docs/IncomeVerificationDocumentsDownloadRequest.md +2 -2
  38. data/docs/IncomeVerificationPaystubGetRequest.md +2 -2
  39. data/docs/IncomeVerificationSummaryGetRequest.md +2 -2
  40. data/docs/InstitutionsGetByIdRequest.md +2 -2
  41. data/docs/InstitutionsGetRequest.md +2 -2
  42. data/docs/InstitutionsGetRequestOptions.md +1 -1
  43. data/docs/InstitutionsGetResponse.md +1 -1
  44. data/docs/InstitutionsSearchRequest.md +2 -2
  45. data/docs/InstitutionsSearchRequestOptions.md +1 -3
  46. data/docs/InvestmentTransaction.md +1 -1
  47. data/docs/InvestmentsHoldingsGetRequest.md +2 -2
  48. data/docs/InvestmentsTransactionsGetRequest.md +2 -2
  49. data/docs/ItemAccessTokenInvalidateRequest.md +2 -2
  50. data/docs/ItemGetRequest.md +2 -2
  51. data/docs/ItemImportRequest.md +2 -2
  52. data/docs/ItemPublicTokenCreateRequest.md +2 -2
  53. data/docs/ItemPublicTokenExchangeRequest.md +2 -2
  54. data/docs/ItemRemoveRequest.md +2 -2
  55. data/docs/ItemWebhookUpdateRequest.md +2 -2
  56. data/docs/LiabilitiesGetRequest.md +2 -2
  57. data/docs/LiabilityOverride.md +3 -3
  58. data/docs/LinkTokenCreateRequest.md +7 -3
  59. data/docs/LinkTokenCreateRequestAuth.md +18 -0
  60. data/docs/LinkTokenGetRequest.md +2 -2
  61. data/docs/PaymentInitiationPaymentCreateRequest.md +2 -2
  62. data/docs/PaymentInitiationPaymentGetRequest.md +2 -2
  63. data/docs/PaymentInitiationPaymentListRequest.md +2 -2
  64. data/docs/PaymentInitiationPaymentTokenCreateRequest.md +2 -2
  65. data/docs/PaymentInitiationRecipientCreateRequest.md +2 -2
  66. data/docs/PaymentInitiationRecipientGetRequest.md +2 -2
  67. data/docs/PaymentInitiationRecipientListRequest.md +2 -2
  68. data/docs/PlaidApi.md +492 -412
  69. data/docs/ProcessorApexProcessorTokenCreateRequest.md +2 -2
  70. data/docs/ProcessorAuthGetRequest.md +2 -2
  71. data/docs/ProcessorBalanceGetRequest.md +2 -2
  72. data/docs/ProcessorIdentityGetRequest.md +2 -2
  73. data/docs/ProcessorStripeBankAccountTokenCreateRequest.md +2 -2
  74. data/docs/ProcessorTokenCreateRequest.md +2 -2
  75. data/docs/SandboxBankTransferFireWebhookRequest.md +22 -0
  76. data/docs/SandboxBankTransferFireWebhookResponse.md +18 -0
  77. data/docs/SandboxBankTransferSimulateRequest.md +2 -2
  78. data/docs/SandboxItemFireWebhookRequest.md +2 -2
  79. data/docs/SandboxItemResetLoginRequest.md +2 -2
  80. data/docs/SandboxItemSetVerificationStatusRequest.md +2 -2
  81. data/docs/SandboxProcessorTokenCreateRequest.md +2 -2
  82. data/docs/SandboxPublicTokenCreateRequest.md +2 -2
  83. data/docs/StudentLoan.md +1 -1
  84. data/docs/TransactionOverride.md +4 -4
  85. data/docs/TransactionsGetRequest.md +2 -2
  86. data/docs/TransactionsRefreshRequest.md +2 -2
  87. data/docs/WebhookVerificationKeyGetRequest.md +2 -2
  88. data/lib/plaid.rb +6 -2
  89. data/lib/plaid/api/plaid_api.rb +81 -12
  90. data/lib/plaid/api_client.rb +2 -2
  91. data/lib/plaid/api_error.rb +2 -2
  92. data/lib/plaid/configuration.rb +2 -2
  93. data/lib/plaid/models/account_assets.rb +3 -3
  94. data/lib/plaid/models/account_assets_all_of.rb +2 -2
  95. data/lib/plaid/models/account_balance.rb +2 -2
  96. data/lib/plaid/models/account_base.rb +3 -3
  97. data/lib/plaid/models/account_filters_response.rb +2 -2
  98. data/lib/plaid/models/account_identity.rb +3 -3
  99. data/lib/plaid/models/account_identity_all_of.rb +2 -2
  100. data/lib/plaid/models/account_subtype.rb +2 -2
  101. data/lib/plaid/models/account_type.rb +2 -2
  102. data/lib/plaid/models/accounts_balance_get_request.rb +4 -4
  103. data/lib/plaid/models/accounts_balance_get_request_options.rb +2 -2
  104. data/lib/plaid/models/accounts_get_request.rb +4 -4
  105. data/lib/plaid/models/accounts_get_request_options.rb +2 -2
  106. data/lib/plaid/models/accounts_get_response.rb +2 -2
  107. data/lib/plaid/models/ach_class.rb +2 -2
  108. data/lib/plaid/models/address.rb +2 -2
  109. data/lib/plaid/models/address_data.rb +2 -2
  110. data/lib/plaid/models/amount.rb +2 -2
  111. data/lib/plaid/models/apr.rb +2 -2
  112. data/lib/plaid/models/asset_report.rb +2 -2
  113. data/lib/plaid/models/asset_report_audit_copy_create_request.rb +4 -4
  114. data/lib/plaid/models/asset_report_audit_copy_create_response.rb +2 -2
  115. data/lib/plaid/models/asset_report_audit_copy_get_request.rb +4 -4
  116. data/lib/plaid/models/asset_report_audit_copy_remove_request.rb +4 -4
  117. data/lib/plaid/models/asset_report_audit_copy_remove_response.rb +2 -2
  118. data/lib/plaid/models/asset_report_create_request.rb +28 -4
  119. data/lib/plaid/models/asset_report_create_request_options.rb +2 -2
  120. data/lib/plaid/models/asset_report_create_response.rb +2 -2
  121. data/lib/plaid/models/asset_report_filter_request.rb +4 -4
  122. data/lib/plaid/models/asset_report_filter_response.rb +2 -2
  123. data/lib/plaid/models/asset_report_get_request.rb +4 -4
  124. data/lib/plaid/models/asset_report_get_response.rb +2 -2
  125. data/lib/plaid/models/asset_report_item.rb +2 -2
  126. data/lib/plaid/models/asset_report_pdf_get_request.rb +4 -4
  127. data/lib/plaid/models/asset_report_refresh_request.rb +6 -4
  128. data/lib/plaid/models/asset_report_refresh_request_options.rb +2 -2
  129. data/lib/plaid/models/asset_report_refresh_response.rb +2 -2
  130. data/lib/plaid/models/asset_report_remove_request.rb +4 -4
  131. data/lib/plaid/models/asset_report_remove_response.rb +2 -2
  132. data/lib/plaid/models/asset_report_transaction.rb +2 -2
  133. data/lib/plaid/models/asset_report_transaction_all_of.rb +2 -2
  134. data/lib/plaid/models/asset_report_user.rb +2 -2
  135. data/lib/plaid/models/assets_error_webhook.rb +2 -2
  136. data/lib/plaid/models/assets_product_ready_webhook.rb +2 -2
  137. data/lib/plaid/models/auth_get_numbers.rb +2 -2
  138. data/lib/plaid/models/auth_get_request.rb +4 -4
  139. data/lib/plaid/models/auth_get_request_options.rb +2 -2
  140. data/lib/plaid/models/auth_get_response.rb +2 -2
  141. data/lib/plaid/models/automatically_verified_webhook.rb +2 -2
  142. data/lib/plaid/models/bank_transfer.rb +11 -2
  143. data/lib/plaid/models/bank_transfer_balance.rb +2 -2
  144. data/lib/plaid/models/bank_transfer_balance_get_request.rb +4 -4
  145. data/lib/plaid/models/bank_transfer_balance_get_response.rb +2 -2
  146. data/lib/plaid/models/bank_transfer_cancel_request.rb +4 -4
  147. data/lib/plaid/models/bank_transfer_cancel_response.rb +2 -2
  148. data/lib/plaid/models/bank_transfer_create_request.rb +19 -4
  149. data/lib/plaid/models/bank_transfer_create_response.rb +2 -2
  150. data/lib/plaid/models/bank_transfer_direction.rb +2 -2
  151. data/lib/plaid/models/bank_transfer_event.rb +4 -2
  152. data/lib/plaid/models/bank_transfer_event_list_request.rb +8 -4
  153. data/lib/plaid/models/bank_transfer_event_list_response.rb +2 -2
  154. data/lib/plaid/models/bank_transfer_event_sync_request.rb +8 -4
  155. data/lib/plaid/models/bank_transfer_event_sync_response.rb +2 -2
  156. data/lib/plaid/models/bank_transfer_event_type.rb +2 -2
  157. data/lib/plaid/models/bank_transfer_failure.rb +2 -2
  158. data/lib/plaid/models/bank_transfer_get_request.rb +4 -4
  159. data/lib/plaid/models/bank_transfer_get_response.rb +2 -2
  160. data/lib/plaid/models/bank_transfer_list_request.rb +8 -4
  161. data/lib/plaid/models/bank_transfer_list_response.rb +2 -2
  162. data/lib/plaid/models/bank_transfer_migrate_account_request.rb +4 -4
  163. data/lib/plaid/models/bank_transfer_migrate_account_response.rb +2 -2
  164. data/lib/plaid/models/bank_transfer_network.rb +2 -2
  165. data/lib/plaid/models/bank_transfer_receiver_details.rb +2 -2
  166. data/lib/plaid/models/bank_transfer_status.rb +2 -2
  167. data/lib/plaid/models/bank_transfer_type.rb +2 -2
  168. data/lib/plaid/models/bank_transfer_user.rb +2 -2
  169. data/lib/plaid/models/bank_transfers_events_update_webhook.rb +240 -0
  170. data/lib/plaid/models/categories_get_response.rb +2 -2
  171. data/lib/plaid/models/category.rb +2 -2
  172. data/lib/plaid/models/cause.rb +2 -2
  173. data/lib/plaid/models/country_code.rb +2 -2
  174. data/lib/plaid/models/credit_card_liability.rb +2 -2
  175. data/lib/plaid/models/credit_filter.rb +2 -2
  176. data/lib/plaid/models/default_update_webhook.rb +2 -2
  177. data/lib/plaid/models/deposit_switch_address_data.rb +2 -2
  178. data/lib/plaid/models/deposit_switch_alt_create_request.rb +4 -4
  179. data/lib/plaid/models/deposit_switch_alt_create_response.rb +2 -2
  180. data/lib/plaid/models/deposit_switch_create_request.rb +4 -4
  181. data/lib/plaid/models/deposit_switch_create_response.rb +2 -2
  182. data/lib/plaid/models/deposit_switch_get_request.rb +4 -4
  183. data/lib/plaid/models/deposit_switch_get_response.rb +2 -2
  184. data/lib/plaid/models/deposit_switch_target_account.rb +2 -2
  185. data/lib/plaid/models/deposit_switch_target_user.rb +2 -2
  186. data/lib/plaid/models/deposit_switch_token_create_request.rb +4 -4
  187. data/lib/plaid/models/deposit_switch_token_create_response.rb +2 -2
  188. data/lib/plaid/models/depository_filter.rb +2 -2
  189. data/lib/plaid/models/email.rb +2 -2
  190. data/lib/plaid/models/employee.rb +2 -2
  191. data/lib/plaid/models/employee_income_summary_field_string.rb +2 -2
  192. data/lib/plaid/models/employer.rb +2 -2
  193. data/lib/plaid/models/employer_income_summary_field_string.rb +2 -2
  194. data/lib/plaid/models/employers_search_request.rb +4 -4
  195. data/lib/plaid/models/employers_search_response.rb +2 -2
  196. data/lib/plaid/models/error.rb +2 -2
  197. data/lib/plaid/models/external_payment_schedule.rb +2 -2
  198. data/lib/plaid/models/external_payment_schedule_get.rb +2 -2
  199. data/lib/plaid/models/health_incident.rb +2 -2
  200. data/lib/plaid/models/historical_balance.rb +2 -2
  201. data/lib/plaid/models/historical_update_webhook.rb +2 -2
  202. data/lib/plaid/models/holding.rb +2 -2
  203. data/lib/plaid/models/holdings_default_update_webhook.rb +2 -2
  204. data/lib/plaid/models/identity_get_request.rb +4 -4
  205. data/lib/plaid/models/identity_get_request_options.rb +2 -2
  206. data/lib/plaid/models/identity_get_response.rb +2 -2
  207. data/lib/plaid/models/incident_update.rb +2 -2
  208. data/lib/plaid/models/income_breakdown.rb +2 -2
  209. data/lib/plaid/models/income_summary.rb +2 -2
  210. data/lib/plaid/models/income_summary_field_number.rb +2 -2
  211. data/lib/plaid/models/income_summary_field_string.rb +2 -2
  212. data/lib/plaid/models/income_verification_create_request.rb +4 -4
  213. data/lib/plaid/models/income_verification_create_response.rb +2 -2
  214. data/lib/plaid/models/income_verification_documents_download_request.rb +4 -4
  215. data/lib/plaid/models/income_verification_documents_download_response.rb +2 -2
  216. data/lib/plaid/models/income_verification_paystub_get_request.rb +4 -4
  217. data/lib/plaid/models/income_verification_paystub_get_response.rb +2 -2
  218. data/lib/plaid/models/income_verification_status_webhook.rb +2 -2
  219. data/lib/plaid/models/income_verification_summary_get_request.rb +4 -4
  220. data/lib/plaid/models/income_verification_summary_get_response.rb +2 -2
  221. data/lib/plaid/models/income_verification_webhook_status.rb +2 -2
  222. data/lib/plaid/models/inflow_model.rb +2 -2
  223. data/lib/plaid/models/initial_update_webhook.rb +2 -2
  224. data/lib/plaid/models/institution.rb +2 -2
  225. data/lib/plaid/models/institution_status.rb +2 -2
  226. data/lib/plaid/models/institutions_get_by_id_request.rb +4 -4
  227. data/lib/plaid/models/institutions_get_by_id_request_options.rb +2 -2
  228. data/lib/plaid/models/institutions_get_by_id_response.rb +2 -2
  229. data/lib/plaid/models/institutions_get_request.rb +27 -4
  230. data/lib/plaid/models/institutions_get_request_options.rb +3 -3
  231. data/lib/plaid/models/institutions_get_response.rb +3 -3
  232. data/lib/plaid/models/institutions_search_account_filter.rb +2 -2
  233. data/lib/plaid/models/institutions_search_request.rb +25 -4
  234. data/lib/plaid/models/institutions_search_request_options.rb +6 -15
  235. data/lib/plaid/models/institutions_search_response.rb +2 -2
  236. data/lib/plaid/models/investment_filter.rb +2 -2
  237. data/lib/plaid/models/investment_holdings_get_request_options.rb +2 -2
  238. data/lib/plaid/models/investment_transaction.rb +3 -2
  239. data/lib/plaid/models/investments_default_update_webhook.rb +2 -2
  240. data/lib/plaid/models/investments_holdings_get_request.rb +4 -4
  241. data/lib/plaid/models/investments_holdings_get_response.rb +2 -2
  242. data/lib/plaid/models/investments_transactions_get_request.rb +4 -4
  243. data/lib/plaid/models/investments_transactions_get_request_options.rb +6 -2
  244. data/lib/plaid/models/investments_transactions_get_response.rb +2 -2
  245. data/lib/plaid/models/item.rb +2 -2
  246. data/lib/plaid/models/item_access_token_invalidate_request.rb +4 -4
  247. data/lib/plaid/models/item_access_token_invalidate_response.rb +2 -2
  248. data/lib/plaid/models/item_error_webhook.rb +2 -2
  249. data/lib/plaid/models/item_get_request.rb +4 -4
  250. data/lib/plaid/models/item_get_response.rb +2 -2
  251. data/lib/plaid/models/item_import_request.rb +25 -4
  252. data/lib/plaid/models/item_import_request_options.rb +2 -2
  253. data/lib/plaid/models/item_import_request_user_auth.rb +2 -2
  254. data/lib/plaid/models/item_import_response.rb +2 -2
  255. data/lib/plaid/models/item_product_ready_webhook.rb +2 -2
  256. data/lib/plaid/models/item_public_token_create_request.rb +4 -4
  257. data/lib/plaid/models/item_public_token_create_response.rb +2 -2
  258. data/lib/plaid/models/item_public_token_exchange_request.rb +4 -4
  259. data/lib/plaid/models/item_public_token_exchange_response.rb +2 -2
  260. data/lib/plaid/models/item_remove_request.rb +4 -4
  261. data/lib/plaid/models/item_remove_response.rb +2 -2
  262. data/lib/plaid/models/item_status.rb +2 -2
  263. data/lib/plaid/models/item_webhook_update_request.rb +4 -4
  264. data/lib/plaid/models/item_webhook_update_response.rb +2 -2
  265. data/lib/plaid/models/jwk_public_key.rb +2 -2
  266. data/lib/plaid/models/jwt_header.rb +2 -2
  267. data/lib/plaid/models/liabilities_get_request.rb +4 -4
  268. data/lib/plaid/models/liabilities_get_request_options.rb +2 -2
  269. data/lib/plaid/models/liabilities_get_response.rb +2 -2
  270. data/lib/plaid/models/liabilities_object.rb +2 -2
  271. data/lib/plaid/models/liability_override.rb +5 -7
  272. data/lib/plaid/models/link_token_account_filters.rb +2 -2
  273. data/lib/plaid/models/link_token_create_request.rb +47 -8
  274. data/lib/plaid/models/link_token_create_request_account_subtypes.rb +2 -2
  275. data/lib/plaid/models/link_token_create_request_auth.rb +259 -0
  276. data/lib/plaid/models/link_token_create_request_deposit_switch.rb +2 -2
  277. data/lib/plaid/models/link_token_create_request_income_verification.rb +2 -2
  278. data/lib/plaid/models/link_token_create_request_payment_initiation.rb +2 -2
  279. data/lib/plaid/models/link_token_create_request_user.rb +2 -2
  280. data/lib/plaid/models/link_token_create_response.rb +2 -2
  281. data/lib/plaid/models/link_token_get_metadata_response.rb +2 -2
  282. data/lib/plaid/models/link_token_get_request.rb +4 -4
  283. data/lib/plaid/models/link_token_get_response.rb +2 -2
  284. data/lib/plaid/models/loan_filter.rb +2 -2
  285. data/lib/plaid/models/location.rb +2 -2
  286. data/lib/plaid/models/meta.rb +2 -2
  287. data/lib/plaid/models/mfa.rb +2 -2
  288. data/lib/plaid/models/mortgage_interest_rate.rb +2 -2
  289. data/lib/plaid/models/mortgage_liability.rb +2 -2
  290. data/lib/plaid/models/mortgage_property_address.rb +2 -2
  291. data/lib/plaid/models/nullable_access_token.rb +2 -2
  292. data/lib/plaid/models/nullable_address.rb +2 -2
  293. data/lib/plaid/models/nullable_address_data.rb +2 -2
  294. data/lib/plaid/models/nullable_item_status.rb +2 -2
  295. data/lib/plaid/models/nullable_numbers_ach.rb +2 -2
  296. data/lib/plaid/models/nullable_numbers_bacs.rb +2 -2
  297. data/lib/plaid/models/nullable_numbers_eft.rb +2 -2
  298. data/lib/plaid/models/nullable_numbers_international.rb +2 -2
  299. data/lib/plaid/models/nullable_recipient_bacs.rb +2 -2
  300. data/lib/plaid/models/numbers.rb +2 -2
  301. data/lib/plaid/models/numbers_ach.rb +2 -2
  302. data/lib/plaid/models/numbers_bacs.rb +2 -2
  303. data/lib/plaid/models/numbers_eft.rb +2 -2
  304. data/lib/plaid/models/numbers_international.rb +2 -2
  305. data/lib/plaid/models/override_accounts.rb +2 -2
  306. data/lib/plaid/models/owner.rb +2 -2
  307. data/lib/plaid/models/owner_override.rb +2 -2
  308. data/lib/plaid/models/pay_frequency.rb +2 -2
  309. data/lib/plaid/models/pay_period_details.rb +2 -2
  310. data/lib/plaid/models/payment_amount.rb +2 -2
  311. data/lib/plaid/models/payment_initiation_address.rb +19 -2
  312. data/lib/plaid/models/payment_initiation_payment_create_request.rb +4 -4
  313. data/lib/plaid/models/payment_initiation_payment_create_response.rb +2 -2
  314. data/lib/plaid/models/payment_initiation_payment_get_request.rb +4 -4
  315. data/lib/plaid/models/payment_initiation_payment_get_response.rb +2 -2
  316. data/lib/plaid/models/payment_initiation_payment_list_request.rb +6 -4
  317. data/lib/plaid/models/payment_initiation_payment_list_response.rb +2 -2
  318. data/lib/plaid/models/payment_initiation_payment_token_create_request.rb +4 -4
  319. data/lib/plaid/models/payment_initiation_payment_token_create_response.rb +2 -2
  320. data/lib/plaid/models/payment_initiation_recipient.rb +2 -2
  321. data/lib/plaid/models/payment_initiation_recipient_create_request.rb +4 -4
  322. data/lib/plaid/models/payment_initiation_recipient_create_response.rb +2 -2
  323. data/lib/plaid/models/payment_initiation_recipient_get_request.rb +4 -4
  324. data/lib/plaid/models/payment_initiation_recipient_get_response.rb +2 -2
  325. data/lib/plaid/models/payment_initiation_recipient_list_request.rb +4 -4
  326. data/lib/plaid/models/payment_initiation_recipient_list_response.rb +2 -2
  327. data/lib/plaid/models/payment_meta.rb +2 -2
  328. data/lib/plaid/models/payment_status_update_webhook.rb +2 -2
  329. data/lib/plaid/models/paystub.rb +2 -2
  330. data/lib/plaid/models/paystub_deduction.rb +2 -2
  331. data/lib/plaid/models/paystub_ytd_details.rb +2 -2
  332. data/lib/plaid/models/pending_expiration_webhook.rb +2 -2
  333. data/lib/plaid/models/phone_number.rb +2 -2
  334. data/lib/plaid/models/processor_apex_processor_token_create_request.rb +4 -4
  335. data/lib/plaid/models/processor_auth_get_request.rb +4 -4
  336. data/lib/plaid/models/processor_auth_get_response.rb +2 -2
  337. data/lib/plaid/models/processor_balance_get_request.rb +4 -4
  338. data/lib/plaid/models/processor_balance_get_response.rb +2 -2
  339. data/lib/plaid/models/processor_identity_get_request.rb +4 -4
  340. data/lib/plaid/models/processor_identity_get_response.rb +2 -2
  341. data/lib/plaid/models/processor_number.rb +2 -2
  342. data/lib/plaid/models/processor_stripe_bank_account_token_create_request.rb +4 -4
  343. data/lib/plaid/models/processor_stripe_bank_account_token_create_response.rb +2 -2
  344. data/lib/plaid/models/processor_token_create_request.rb +4 -4
  345. data/lib/plaid/models/processor_token_create_response.rb +2 -2
  346. data/lib/plaid/models/product_status.rb +2 -2
  347. data/lib/plaid/models/product_status_breakdown.rb +2 -2
  348. data/lib/plaid/models/products.rb +2 -2
  349. data/lib/plaid/models/projected_income_summary_field_number.rb +2 -2
  350. data/lib/plaid/models/pslf_status.rb +2 -2
  351. data/lib/plaid/models/recaptcha_required_error.rb +2 -2
  352. data/lib/plaid/models/recipient_bacs.rb +2 -2
  353. data/lib/plaid/models/sandbox_bank_transfer_fire_webhook_request.rb +245 -0
  354. data/lib/plaid/models/sandbox_bank_transfer_fire_webhook_response.rb +225 -0
  355. data/lib/plaid/models/sandbox_bank_transfer_simulate_request.rb +4 -4
  356. data/lib/plaid/models/sandbox_bank_transfer_simulate_response.rb +2 -2
  357. data/lib/plaid/models/sandbox_item_fire_webhook_request.rb +4 -4
  358. data/lib/plaid/models/sandbox_item_fire_webhook_response.rb +2 -2
  359. data/lib/plaid/models/sandbox_item_reset_login_request.rb +4 -4
  360. data/lib/plaid/models/sandbox_item_reset_login_response.rb +2 -2
  361. data/lib/plaid/models/sandbox_item_set_verification_status_request.rb +4 -4
  362. data/lib/plaid/models/sandbox_item_set_verification_status_response.rb +2 -2
  363. data/lib/plaid/models/sandbox_processor_token_create_request.rb +4 -4
  364. data/lib/plaid/models/sandbox_processor_token_create_request_options.rb +2 -2
  365. data/lib/plaid/models/sandbox_processor_token_create_response.rb +2 -2
  366. data/lib/plaid/models/sandbox_public_token_create_request.rb +25 -4
  367. data/lib/plaid/models/sandbox_public_token_create_request_options.rb +2 -2
  368. data/lib/plaid/models/sandbox_public_token_create_request_options_transactions.rb +2 -2
  369. data/lib/plaid/models/sandbox_public_token_create_response.rb +2 -2
  370. data/lib/plaid/models/security.rb +2 -2
  371. data/lib/plaid/models/servicer_address_data.rb +2 -2
  372. data/lib/plaid/models/standalone_account_type.rb +2 -2
  373. data/lib/plaid/models/standalone_currency_code_list.rb +2 -2
  374. data/lib/plaid/models/standalone_investment_transaction_subtype.rb +2 -2
  375. data/lib/plaid/models/standalone_investment_transaction_type.rb +2 -2
  376. data/lib/plaid/models/student_loan.rb +3 -3
  377. data/lib/plaid/models/student_loan_repayment_model.rb +2 -2
  378. data/lib/plaid/models/student_loan_status.rb +2 -2
  379. data/lib/plaid/models/student_repayment_plan.rb +2 -2
  380. data/lib/plaid/models/transaction.rb +2 -2
  381. data/lib/plaid/models/transaction_code.rb +2 -2
  382. data/lib/plaid/models/transaction_data.rb +2 -2
  383. data/lib/plaid/models/transaction_override.rb +21 -21
  384. data/lib/plaid/models/transactions_get_request.rb +4 -4
  385. data/lib/plaid/models/transactions_get_request_options.rb +6 -2
  386. data/lib/plaid/models/transactions_get_response.rb +2 -2
  387. data/lib/plaid/models/transactions_refresh_request.rb +4 -4
  388. data/lib/plaid/models/transactions_refresh_response.rb +2 -2
  389. data/lib/plaid/models/transactions_removed_webhook.rb +2 -2
  390. data/lib/plaid/models/user_custom_password.rb +2 -2
  391. data/lib/plaid/models/user_permission_revoked_webhook.rb +2 -2
  392. data/lib/plaid/models/verification_expired_webhook.rb +2 -2
  393. data/lib/plaid/models/verification_status.rb +2 -2
  394. data/lib/plaid/models/warning.rb +2 -2
  395. data/lib/plaid/models/webhook_update_acknowledged_webhook.rb +2 -2
  396. data/lib/plaid/models/webhook_verification_key_get_request.rb +4 -4
  397. data/lib/plaid/models/webhook_verification_key_get_response.rb +2 -2
  398. data/lib/plaid/models/ytd_gross_income_summary_field_number.rb +2 -2
  399. data/lib/plaid/models/ytd_net_income_summary_field_number.rb +2 -2
  400. data/lib/plaid/version.rb +3 -3
  401. data/pkg/plaid-14.0.0.beta.4.gem +0 -0
  402. data/plaid.gemspec +2 -2
  403. data/templates/ruby/partial_model_generic.mustache +362 -0
  404. data/test/test_bank_transfers.rb +1 -0
  405. metadata +19 -10
  406. data/pkg/plaid-14.0.0.beta.3.gem +0 -0
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ee2d1cba8ea4b9a4e74f6e845826457abfb0db01c73cbd5d81385040ad88bbe8
4
- data.tar.gz: c30e67570b80c0eeb2d62fb1fff537747d736a80ce8d6801c5ef7d20f98fd628
3
+ metadata.gz: d269c375cfd825a37b956cea548a0472994d1444ce58e0f77202393d151a988f
4
+ data.tar.gz: 254b6f581c142a5f21f82d43b224733384b0d611a1789b7e35ff81a5a9a9c082
5
5
  SHA512:
6
- metadata.gz: a248f03836383e29d0aea12b05f8aaf7375bc62de99531bd5b83b7c858f40f30a38b20b820b4f9031e9a453f0d43493ecb4b5da52753292233b80de02ac82e63
7
- data.tar.gz: b727db3ce0953017a6cbe565fc0690fddb9173d57b67a066ccb75bea778973170de4a0a0cad0c77d7e3be81c50b56e017d354a1563c600a00ddb545e3487bf05
6
+ metadata.gz: 19b95f6dd4b6120dd9e4011de5e476533514d307cfed5432d766c9006db8e904b9365dec761dd3850632937e38fe6fe02f849cc211e252c8d33d446818ae2928
7
+ data.tar.gz: 8b04a282197deabf1702f52cbbf68b92b18f8ad70d6812791cfebaa610ae007f045068fb80ebf7bc8dd11e83986d9a768a01ef7cb9a062ce9f0a71428a344f79
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ # 14.0.0.beta.4
2
+ See full changelog [here](https://github.com/plaid/plaid-openapi/blob/master/CHANGELOG.md).
3
+ - Remove validation for `maxProperties` due to generator bug.
4
+
1
5
  # 14.0.0.beta.3
2
6
  Type fixes, see full changelog [here](https://github.com/plaid/plaid-openapi/blob/master/CHANGELOG.md).
3
7
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- plaid (14.0.0.beta.3)
4
+ plaid (14.0.0.beta.4)
5
5
  faraday (~> 1.0, >= 1.0.1)
6
6
 
7
7
  GEM
data/Makefile CHANGED
@@ -1,21 +1,2 @@
1
- CURRENT_DIR:=$(shell pwd)
2
- OPENAPI_FILE:=2020-09-14.yml
3
- # Theres a bug in 5.0.1 for ruby generation. https://github.com/OpenAPITools/openapi-generator/issues/8677
4
- OPENAPI_GENERATOR_5:=docker run --rm -v $(CURRENT_DIR):/local openapitools/openapi-generator-cli:v5.0.0 generate
5
- OPENAPI_VERSION:=1.8.0-beta
6
1
  # Ruby embeds the version in the generator where as others dont os its not possible to cat for it.
7
- RUBY_PACKAGE_VERSION=14.0.0.beta.3
8
-
9
- .PHONY: pull-openapi
10
- pull-openapi:
11
- curl https://raw.githubusercontent.com/plaid/plaid-openapi/$(OPENAPI_VERSION)/$(OPENAPI_FILE) --output $(CURRENT_DIR)/$(OPENAPI_FILE)
12
-
13
- .PHONY: build-openapi
14
- build-openapi:
15
- $(OPENAPI_GENERATOR_5) -g ruby \
16
- -i local/$(OPENAPI_FILE) \
17
- -o local/ \
18
- --global-property=apiTests=false,modelTests=false \
19
- --library=faraday \
20
- -p gemName=plaid,gemRequiredRubyVersion=">= 2.4.0",gemVersion=$(RUBY_PACKAGE_VERSION) \
21
- -t local/templates/ruby
2
+ RUBY_PACKAGE_VERSION=14.0.0.beta.4
data/PUBLISH.md CHANGED
@@ -12,8 +12,7 @@ Prepare release:
12
12
  Publish:
13
13
 
14
14
  1. `git checkout master` and `git pull` (makes sure your `HEAD` is up-to-date).
15
- 2. Run `make pull-openapi` and `make build-openapi`.
16
- 3. Check that tests are passing on latest `master` build and (optional) `docker build -t plaid-ruby . && docker run -e PLAID_RUBY_CLIENT_ID=$(CLIENT_ID) -e PLAID_RUBY_SECRET=$(SECRET) plaid-ruby)` run tests locally.
15
+ 2. Check that tests are passing on latest `master` build and (optional) `docker build -t plaid-ruby . && docker run -e PLAID_RUBY_CLIENT_ID=$(CLIENT_ID) -e PLAID_RUBY_SECRET=$(SECRET) plaid-ruby)` run tests locally.
17
16
  4. `bundle exec rake release` (builds the gem, creates a tag, pushes the gem to RubyGems and tag to GitHub). **NOTE:** if this step hangs indefinitely, you need to set your MFA settings to "UI Only" [here](https://rubygems.org/profile/edit).
18
17
 
19
18
  [1]: https://rubygems.org/
@@ -4,7 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **account_id** | **String** | Plaid’s unique identifier for the account. This value will not change unless Plaid can't reconcile the account with the data returned by the financial institution. This may occur, for example, when the name of the account changes. If this happens a new `account_id` will be assigned to the account. The `account_id` can also change if the `access_token` is deleted and the same credentials that were used to generate that `access_token` are used to generate a new `access_token` on a later date. In that case, the new `account_id` will be different from the old `account_id`. Like all Plaid identifiers, the `account_id` is case sensitive. | |
7
+ | **account_id** | **String** | Plaid’s unique identifier for the account. This value will not change unless Plaid can't reconcile the account with the data returned by the financial institution. This may occur, for example, when the name of the account changes. If this happens a new `account_id` will be assigned to the account. The `account_id` can also change if the `access_token` is deleted and the same credentials that were used to generate that `access_token` are used to generate a new `access_token` on a later date. In that case, the new `account_id` will be different from the old `account_id`. If an account with a specific `account_id` disappears instead of changing, the account is likely closed. Closed accounts are not returned by the Plaid API. Like all Plaid identifiers, the `account_id` is case sensitive. | |
8
8
  | **balances** | [**AccountBalance**](AccountBalance.md) | | |
9
9
  | **mask** | **String** | The last 2-4 alphanumeric characters of an account's official account number. Note that the mask may be non-unique between an Item's accounts, and it may also not match the mask that the bank displays to the user. | [optional] |
10
10
  | **name** | **String** | The name of the account, either assigned by the user or by the financial institution itself | |
data/docs/AccountBase.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **account_id** | **String** | Plaid’s unique identifier for the account. This value will not change unless Plaid can't reconcile the account with the data returned by the financial institution. This may occur, for example, when the name of the account changes. If this happens a new `account_id` will be assigned to the account. The `account_id` can also change if the `access_token` is deleted and the same credentials that were used to generate that `access_token` are used to generate a new `access_token` on a later date. In that case, the new `account_id` will be different from the old `account_id`. Like all Plaid identifiers, the `account_id` is case sensitive. | |
7
+ | **account_id** | **String** | Plaid’s unique identifier for the account. This value will not change unless Plaid can't reconcile the account with the data returned by the financial institution. This may occur, for example, when the name of the account changes. If this happens a new `account_id` will be assigned to the account. The `account_id` can also change if the `access_token` is deleted and the same credentials that were used to generate that `access_token` are used to generate a new `access_token` on a later date. In that case, the new `account_id` will be different from the old `account_id`. If an account with a specific `account_id` disappears instead of changing, the account is likely closed. Closed accounts are not returned by the Plaid API. Like all Plaid identifiers, the `account_id` is case sensitive. | |
8
8
  | **balances** | [**AccountBalance**](AccountBalance.md) | | |
9
9
  | **mask** | **String** | The last 2-4 alphanumeric characters of an account's official account number. Note that the mask may be non-unique between an Item's accounts, and it may also not match the mask that the bank displays to the user. | [optional] |
10
10
  | **name** | **String** | The name of the account, either assigned by the user or by the financial institution itself | |
@@ -4,7 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **account_id** | **String** | Plaid’s unique identifier for the account. This value will not change unless Plaid can't reconcile the account with the data returned by the financial institution. This may occur, for example, when the name of the account changes. If this happens a new `account_id` will be assigned to the account. The `account_id` can also change if the `access_token` is deleted and the same credentials that were used to generate that `access_token` are used to generate a new `access_token` on a later date. In that case, the new `account_id` will be different from the old `account_id`. Like all Plaid identifiers, the `account_id` is case sensitive. | |
7
+ | **account_id** | **String** | Plaid’s unique identifier for the account. This value will not change unless Plaid can't reconcile the account with the data returned by the financial institution. This may occur, for example, when the name of the account changes. If this happens a new `account_id` will be assigned to the account. The `account_id` can also change if the `access_token` is deleted and the same credentials that were used to generate that `access_token` are used to generate a new `access_token` on a later date. In that case, the new `account_id` will be different from the old `account_id`. If an account with a specific `account_id` disappears instead of changing, the account is likely closed. Closed accounts are not returned by the Plaid API. Like all Plaid identifiers, the `account_id` is case sensitive. | |
8
8
  | **balances** | [**AccountBalance**](AccountBalance.md) | | |
9
9
  | **mask** | **String** | The last 2-4 alphanumeric characters of an account's official account number. Note that the mask may be non-unique between an Item's accounts, and it may also not match the mask that the bank displays to the user. | [optional] |
10
10
  | **name** | **String** | The name of the account, either assigned by the user or by the financial institution itself | |
@@ -5,8 +5,8 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **access_token** | **String** | The access token associated with the Item data is being requested for. | |
8
- | **secret** | **String** | Your Plaid API `secret`. | [optional] |
9
- | **client_id** | **String** | Your Plaid API `client_id`. | [optional] |
8
+ | **secret** | **String** | Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body. | [optional] |
9
+ | **client_id** | **String** | Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body. | [optional] |
10
10
  | **options** | [**AccountsBalanceGetRequestOptions**](AccountsBalanceGetRequestOptions.md) | | [optional] |
11
11
 
12
12
  ## Example
@@ -4,8 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **client_id** | **String** | Your Plaid API `client_id`. | [optional] |
8
- | **secret** | **String** | Your Plaid API `secret`. | [optional] |
7
+ | **client_id** | **String** | Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body. | [optional] |
8
+ | **secret** | **String** | Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body. | [optional] |
9
9
  | **access_token** | **String** | The access token associated with the Item data is being requested for. | |
10
10
  | **options** | [**AccountsGetRequestOptions**](AccountsGetRequestOptions.md) | | [optional] |
11
11
 
@@ -4,8 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **client_id** | **String** | Your Plaid API `client_id`. | [optional] |
8
- | **secret** | **String** | Your Plaid API `secret`. | [optional] |
7
+ | **client_id** | **String** | Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body. | [optional] |
8
+ | **secret** | **String** | Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body. | [optional] |
9
9
  | **asset_report_token** | **String** | A token that can be provided to endpoints such as `/asset_report/get` or `/asset_report/pdf/get` to fetch or update an Asset Report. | |
10
10
  | **auditor_id** | **String** | The `auditor_id` of the third party with whom you would like to share the Asset Report. | |
11
11
 
@@ -4,8 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **client_id** | **String** | Your Plaid API `client_id`. | [optional] |
8
- | **secret** | **String** | Your Plaid API `secret`. | [optional] |
7
+ | **client_id** | **String** | Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body. | [optional] |
8
+ | **secret** | **String** | Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body. | [optional] |
9
9
  | **audit_copy_token** | **String** | The `audit_copy_token` granting access to the Audit Copy you would like to get. | |
10
10
 
11
11
  ## Example
@@ -4,8 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **client_id** | **String** | Your Plaid API `client_id`. | [optional] |
8
- | **secret** | **String** | Your Plaid API `secret`. | [optional] |
7
+ | **client_id** | **String** | Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body. | [optional] |
8
+ | **secret** | **String** | Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body. | [optional] |
9
9
  | **audit_copy_token** | **String** | The `audit_copy_token` granting access to the Audit Copy you would like to revoke. | |
10
10
 
11
11
  ## Example
@@ -4,8 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **client_id** | **String** | Your Plaid API `client_id`. | [optional] |
8
- | **secret** | **String** | Your Plaid API `secret`. | [optional] |
7
+ | **client_id** | **String** | Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body. | [optional] |
8
+ | **secret** | **String** | Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body. | [optional] |
9
9
  | **access_tokens** | **Array<String>** | An array of access tokens corresponding to the Items that will be included in the report. The `assets` product must have been initialized for the Items during link; the Assets product cannot be added after initialization. | |
10
10
  | **days_requested** | **Integer** | The maximum integer number of days of history to include in the Asset Report. If using Fannie Mae Day 1 Certainty, `days_requested` must be at least 61 for new originations or at least 31 for refinancings. | |
11
11
  | **options** | [**AssetReportCreateRequestOptions**](AssetReportCreateRequestOptions.md) | | [optional] |
@@ -4,8 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **client_id** | **String** | Your Plaid API `client_id`. | [optional] |
8
- | **secret** | **String** | Your Plaid API `secret`. | [optional] |
7
+ | **client_id** | **String** | Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body. | [optional] |
8
+ | **secret** | **String** | Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body. | [optional] |
9
9
  | **asset_report_token** | **String** | A token that can be provided to endpoints such as `/asset_report/get` or `/asset_report/pdf/get` to fetch or update an Asset Report. | |
10
10
  | **account_ids_to_exclude** | **Array<String>** | The accounts to exclude from the Asset Report, identified by `account_id`. | |
11
11
 
@@ -4,8 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **client_id** | **String** | Your Plaid API `client_id`. | [optional] |
8
- | **secret** | **String** | Your Plaid API `secret`. | [optional] |
7
+ | **client_id** | **String** | Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body. | [optional] |
8
+ | **secret** | **String** | Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body. | [optional] |
9
9
  | **asset_report_token** | **String** | A token that can be provided to endpoints such as `/asset_report/get` or `/asset_report/pdf/get` to fetch or update an Asset Report. | |
10
10
  | **include_insights** | **Boolean** | `true` if you would like to retrieve the Asset Report with Insights, `false` otherwise. This field defaults to `false` if omitted. [Contact Plaid Support](https://dashboard.plaid.com/support) to get access to this feature. | [optional] |
11
11
 
@@ -4,8 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **client_id** | **String** | Your Plaid API `client_id`. | [optional] |
8
- | **secret** | **String** | Your Plaid API `secret`. | [optional] |
7
+ | **client_id** | **String** | Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body. | [optional] |
8
+ | **secret** | **String** | Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body. | [optional] |
9
9
  | **asset_report_token** | **String** | A token that can be provided to endpoints such as `/asset_report/get` or `/asset_report/pdf/get` to fetch or update an Asset Report. | |
10
10
 
11
11
  ## Example
@@ -4,8 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **client_id** | **String** | Your Plaid API `client_id`. | [optional] |
8
- | **secret** | **String** | Your Plaid API `secret`. | [optional] |
7
+ | **client_id** | **String** | Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body. | [optional] |
8
+ | **secret** | **String** | Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body. | [optional] |
9
9
  | **asset_report_token** | **String** | The `asset_report_token` returned by the original call to `/asset_report/create` | |
10
10
  | **days_requested** | **Integer** | The maximum number of days of history to include in the Asset Report. Must be an integer. If not specified, the value from the original call to `/asset_report/create` will be used. | [optional] |
11
11
  | **options** | [**AssetReportRefreshRequestOptions**](AssetReportRefreshRequestOptions.md) | | [optional] |
@@ -4,8 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **client_id** | **String** | Your Plaid API `client_id`. | [optional] |
8
- | **secret** | **String** | Your Plaid API `secret`. | [optional] |
7
+ | **client_id** | **String** | Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body. | [optional] |
8
+ | **secret** | **String** | Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body. | [optional] |
9
9
  | **asset_report_token** | **String** | A token that can be provided to endpoints such as `/asset_report/get` or `/asset_report/pdf/get` to fetch or update an Asset Report. | |
10
10
 
11
11
  ## Example
@@ -4,8 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **client_id** | **String** | Your Plaid API `client_id`. | [optional] |
8
- | **secret** | **String** | Your Plaid API `secret`. | [optional] |
7
+ | **client_id** | **String** | Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body. | [optional] |
8
+ | **secret** | **String** | Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body. | [optional] |
9
9
  | **access_token** | **String** | The access token associated with the Item data is being requested for. | |
10
10
  | **options** | [**AuthGetRequestOptions**](AuthGetRequestOptions.md) | | [optional] |
11
11
 
@@ -4,8 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **client_id** | **String** | Your Plaid API `client_id`. | [optional] |
8
- | **secret** | **String** | Your Plaid API `secret`. | [optional] |
7
+ | **client_id** | **String** | Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body. | [optional] |
8
+ | **secret** | **String** | Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body. | [optional] |
9
9
  | **origination_account_id** | **String** | If multiple origination accounts are available, `origination_account_id` must be used to specify the account for which balance will be returned. | [optional] |
10
10
 
11
11
  ## Example
@@ -4,8 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **client_id** | **String** | Your Plaid API `client_id`. | [optional] |
8
- | **secret** | **String** | Your Plaid API `secret`. | [optional] |
7
+ | **client_id** | **String** | Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body. | [optional] |
8
+ | **secret** | **String** | Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body. | [optional] |
9
9
  | **bank_transfer_id** | **String** | Plaid’s unique identifier for a bank transfer. | |
10
10
 
11
11
  ## Example
@@ -4,8 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **client_id** | **String** | Your Plaid API `client_id`. | [optional] |
8
- | **secret** | **String** | Your Plaid API `secret`. | [optional] |
7
+ | **client_id** | **String** | Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body. | [optional] |
8
+ | **secret** | **String** | Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body. | [optional] |
9
9
  | **idempotency_key** | **String** | A random key provided by the client, per unique bank transfer. Maximum of 50 characters. The API supports idempotency for safely retrying requests without accidentally performing the same operation twice. For example, if a request to create a bank transfer fails due to a network connection error, you can retry the request with the same idempotency key to guarantee that only a single bank transfer is created. | |
10
10
  | **access_token** | **String** | The Plaid `access_token` for the account that will be debited or credited. | |
11
11
  | **account_id** | **String** | The Plaid `account_id` for the account that will be debited or credited. | |
@@ -4,8 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **client_id** | **String** | Your Plaid API `client_id`. | [optional] |
8
- | **secret** | **String** | Your Plaid API `secret`. | [optional] |
7
+ | **client_id** | **String** | Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body. | [optional] |
8
+ | **secret** | **String** | Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body. | [optional] |
9
9
  | **start_date** | **Time** | The start datetime of bank transfers to list. This should be in RFC 3339 format (i.e. `2019-12-06T22:35:49Z`) | [optional] |
10
10
  | **end_date** | **Time** | The end datetime of bank transfers to list. This should be in RFC 3339 format (i.e. `2019-12-06T22:35:49Z`) | [optional] |
11
11
  | **bank_transfer_id** | **String** | Plaid’s unique identifier for a bank transfer. | [optional] |
@@ -4,8 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **client_id** | **String** | Your Plaid API `client_id`. | [optional] |
8
- | **secret** | **String** | Your Plaid API `secret`. | [optional] |
7
+ | **client_id** | **String** | Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body. | [optional] |
8
+ | **secret** | **String** | Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body. | [optional] |
9
9
  | **after_id** | **Integer** | The latest (largest) `event_id` fetched via the sync endpoint, or 0 initially. | |
10
10
  | **count** | **Integer** | The maximum number of bank transfer events to return. | [optional][default to 25] |
11
11
 
@@ -4,8 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **client_id** | **String** | Your Plaid API `client_id`. | [optional] |
8
- | **secret** | **String** | Your Plaid API `secret`. | [optional] |
7
+ | **client_id** | **String** | Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body. | [optional] |
8
+ | **secret** | **String** | Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body. | [optional] |
9
9
  | **bank_transfer_id** | **String** | Plaid’s unique identifier for a bank transfer. | |
10
10
 
11
11
  ## Example
@@ -4,8 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **client_id** | **String** | Your Plaid API `client_id`. | [optional] |
8
- | **secret** | **String** | Your Plaid API `secret`. | [optional] |
7
+ | **client_id** | **String** | Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body. | [optional] |
8
+ | **secret** | **String** | Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body. | [optional] |
9
9
  | **start_date** | **Time** | The start datetime of bank transfers to list. This should be in RFC 3339 format (i.e. `2019-12-06T22:35:49Z`) | [optional] |
10
10
  | **end_date** | **Time** | The end datetime of bank transfers to list. This should be in RFC 3339 format (i.e. `2019-12-06T22:35:49Z`) | [optional] |
11
11
  | **count** | **Integer** | The maximum number of bank transfers to return. | [optional][default to 25] |
@@ -4,8 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **client_id** | **String** | Your Plaid API `client_id`. | [optional] |
8
- | **secret** | **String** | Your Plaid API `secret`. | [optional] |
7
+ | **client_id** | **String** | Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body. | [optional] |
8
+ | **secret** | **String** | Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body. | [optional] |
9
9
  | **account_number** | **String** | The user's account number. | |
10
10
  | **routing_number** | **String** | The user's routing number. | |
11
11
  | **account_type** | **String** | The type of the bank account (`checking` or `savings`). | |
@@ -0,0 +1,20 @@
1
+ # Plaid::BankTransfersEventsUpdateWebhook
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **webhook_type** | **String** | `BANK_TRANSFERS` | |
8
+ | **webhook_code** | **String** | `BANK_TRANSFERS_EVENTS_UPDATE` | |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'plaid'
14
+
15
+ instance = Plaid::BankTransfersEventsUpdateWebhook.new(
16
+ webhook_type: null,
17
+ webhook_code: null
18
+ )
19
+ ```
20
+
@@ -4,8 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **client_id** | **String** | Your Plaid API `client_id`. | [optional] |
8
- | **secret** | **String** | Your Plaid API `secret`. | [optional] |
7
+ | **client_id** | **String** | Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body. | [optional] |
8
+ | **secret** | **String** | Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body. | [optional] |
9
9
  | **target_account** | [**DepositSwitchTargetAccount**](DepositSwitchTargetAccount.md) | | |
10
10
  | **target_user** | [**DepositSwitchTargetUser**](DepositSwitchTargetUser.md) | | |
11
11
 
@@ -4,8 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **client_id** | **String** | Your Plaid API `client_id`. | [optional] |
8
- | **secret** | **String** | Your Plaid API `secret`. | [optional] |
7
+ | **client_id** | **String** | Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body. | [optional] |
8
+ | **secret** | **String** | Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body. | [optional] |
9
9
  | **target_access_token** | **String** | Access token for the target Item, typically provided in the Import Item response. | |
10
10
  | **target_account_id** | **String** | Plaid Account ID that specifies the target bank account. This account will become the recipient for a user's direct deposit. | |
11
11
 
@@ -4,8 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **client_id** | **String** | Your Plaid API `client_id`. | [optional] |
8
- | **secret** | **String** | Your Plaid API `secret`. | [optional] |
7
+ | **client_id** | **String** | Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body. | [optional] |
8
+ | **secret** | **String** | Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body. | [optional] |
9
9
  | **deposit_switch_id** | **String** | The ID of the deposit switch | |
10
10
 
11
11
  ## Example
@@ -4,8 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **client_id** | **String** | Your Plaid API `client_id`. | [optional] |
8
- | **secret** | **String** | Your Plaid API `secret`. | [optional] |
7
+ | **client_id** | **String** | Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body. | [optional] |
8
+ | **secret** | **String** | Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body. | [optional] |
9
9
  | **deposit_switch_id** | **String** | The ID of the deposit switch | |
10
10
 
11
11
  ## Example
@@ -4,8 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **client_id** | **String** | Your Plaid API `client_id`. | [optional] |
8
- | **secret** | **String** | Your Plaid API `secret`. | [optional] |
7
+ | **client_id** | **String** | Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body. | [optional] |
8
+ | **secret** | **String** | Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body. | [optional] |
9
9
  | **query** | **String** | The employer name to be searched for. | |
10
10
  | **products** | **Array<String>** | The Plaid products the returned employers should support. Currently, this field must be set to `\"deposit_switch\"`. | |
11
11
 
@@ -4,8 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **client_id** | **String** | Your Plaid API `client_id`. | [optional] |
8
- | **secret** | **String** | Your Plaid API `secret`. | [optional] |
7
+ | **client_id** | **String** | Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body. | [optional] |
8
+ | **secret** | **String** | Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body. | [optional] |
9
9
  | **access_token** | **String** | The access token associated with the Item data is being requested for. | |
10
10
  | **options** | [**IdentityGetRequestOptions**](IdentityGetRequestOptions.md) | | [optional] |
11
11
 
@@ -4,8 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **client_id** | **String** | Your Plaid API `client_id`. | [optional] |
8
- | **secret** | **String** | Your Plaid API `secret`. | [optional] |
7
+ | **client_id** | **String** | Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body. | [optional] |
8
+ | **secret** | **String** | Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body. | [optional] |
9
9
  | **webhook** | **String** | The URL endpoint to which Plaid should send webhooks related to the progress of the income verification process. | |
10
10
 
11
11
  ## Example