plaid 14.0.0.beta.2 → 14.0.0.beta.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (351) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +3 -0
  3. data/Gemfile.lock +1 -1
  4. data/Makefile +3 -3
  5. data/README.md +2 -2
  6. data/docs/AssetReportTransaction.md +4 -0
  7. data/docs/BankTransferBalanceGetResponse.md +1 -1
  8. data/docs/ExternalPaymentSchedule.md +2 -2
  9. data/docs/ExternalPaymentScheduleGet.md +26 -0
  10. data/docs/Item.md +1 -1
  11. data/docs/ItemStatus.md +3 -3
  12. data/docs/LinkTokenCreateRequest.md +1 -1
  13. data/docs/LinkTokenCreateRequestAccountSubtypes.md +4 -4
  14. data/docs/LinkTokenCreateRequestUser.md +1 -1
  15. data/docs/LinkTokenCreateResponse.md +1 -1
  16. data/docs/NullableItemStatus.md +3 -3
  17. data/docs/PaymentInitiationPaymentGetResponse.md +4 -4
  18. data/docs/PaymentInitiationRecipient.md +1 -1
  19. data/docs/PaymentStatusUpdateWebhook.md +8 -0
  20. data/docs/PlaidApi.md +2 -2
  21. data/docs/Transaction.md +4 -0
  22. data/docs/TransactionsRefreshRequest.md +1 -1
  23. data/lib/plaid.rb +2 -9
  24. data/lib/plaid/api/plaid_api.rb +3 -3
  25. data/lib/plaid/api_client.rb +1 -1
  26. data/lib/plaid/api_error.rb +1 -1
  27. data/lib/plaid/configuration.rb +1 -1
  28. data/lib/plaid/models/account_assets.rb +1 -1
  29. data/lib/plaid/models/account_assets_all_of.rb +1 -1
  30. data/lib/plaid/models/account_balance.rb +1 -1
  31. data/lib/plaid/models/account_base.rb +1 -1
  32. data/lib/plaid/models/account_filters_response.rb +1 -1
  33. data/lib/plaid/models/account_identity.rb +1 -1
  34. data/lib/plaid/models/account_identity_all_of.rb +1 -1
  35. data/lib/plaid/models/account_subtype.rb +1 -1
  36. data/lib/plaid/models/account_type.rb +1 -1
  37. data/lib/plaid/models/accounts_balance_get_request.rb +1 -1
  38. data/lib/plaid/models/accounts_balance_get_request_options.rb +1 -1
  39. data/lib/plaid/models/accounts_get_request.rb +1 -1
  40. data/lib/plaid/models/accounts_get_request_options.rb +1 -1
  41. data/lib/plaid/models/accounts_get_response.rb +1 -1
  42. data/lib/plaid/models/ach_class.rb +1 -1
  43. data/lib/plaid/models/address.rb +1 -1
  44. data/lib/plaid/models/address_data.rb +1 -1
  45. data/lib/plaid/models/amount.rb +1 -1
  46. data/lib/plaid/models/apr.rb +1 -1
  47. data/lib/plaid/models/asset_report.rb +1 -1
  48. data/lib/plaid/models/asset_report_audit_copy_create_request.rb +1 -1
  49. data/lib/plaid/models/asset_report_audit_copy_create_response.rb +1 -1
  50. data/lib/plaid/models/asset_report_audit_copy_get_request.rb +1 -1
  51. data/lib/plaid/models/asset_report_audit_copy_remove_request.rb +1 -1
  52. data/lib/plaid/models/asset_report_audit_copy_remove_response.rb +1 -1
  53. data/lib/plaid/models/asset_report_create_request.rb +1 -1
  54. data/lib/plaid/models/asset_report_create_request_options.rb +1 -1
  55. data/lib/plaid/models/asset_report_create_response.rb +1 -1
  56. data/lib/plaid/models/asset_report_filter_request.rb +1 -1
  57. data/lib/plaid/models/asset_report_filter_response.rb +1 -1
  58. data/lib/plaid/models/asset_report_get_request.rb +1 -1
  59. data/lib/plaid/models/asset_report_get_response.rb +1 -1
  60. data/lib/plaid/models/asset_report_item.rb +1 -1
  61. data/lib/plaid/models/asset_report_pdf_get_request.rb +1 -1
  62. data/lib/plaid/models/asset_report_refresh_request.rb +1 -1
  63. data/lib/plaid/models/asset_report_refresh_request_options.rb +1 -1
  64. data/lib/plaid/models/asset_report_refresh_response.rb +1 -1
  65. data/lib/plaid/models/asset_report_remove_request.rb +1 -1
  66. data/lib/plaid/models/asset_report_remove_response.rb +1 -1
  67. data/lib/plaid/models/asset_report_transaction.rb +24 -2
  68. data/lib/plaid/models/asset_report_transaction_all_of.rb +1 -1
  69. data/lib/plaid/models/asset_report_user.rb +1 -1
  70. data/lib/plaid/models/assets_error_webhook.rb +1 -1
  71. data/lib/plaid/models/assets_product_ready_webhook.rb +1 -1
  72. data/lib/plaid/models/auth_get_numbers.rb +1 -1
  73. data/lib/plaid/models/auth_get_request.rb +1 -1
  74. data/lib/plaid/models/auth_get_request_options.rb +1 -1
  75. data/lib/plaid/models/auth_get_response.rb +1 -1
  76. data/lib/plaid/models/automatically_verified_webhook.rb +1 -1
  77. data/lib/plaid/models/bank_transfer.rb +1 -1
  78. data/lib/plaid/models/bank_transfer_balance.rb +1 -1
  79. data/lib/plaid/models/bank_transfer_balance_get_request.rb +1 -1
  80. data/lib/plaid/models/bank_transfer_balance_get_response.rb +1 -1
  81. data/lib/plaid/models/bank_transfer_cancel_request.rb +1 -1
  82. data/lib/plaid/models/bank_transfer_cancel_response.rb +1 -1
  83. data/lib/plaid/models/bank_transfer_create_request.rb +1 -1
  84. data/lib/plaid/models/bank_transfer_create_response.rb +1 -1
  85. data/lib/plaid/models/bank_transfer_direction.rb +1 -1
  86. data/lib/plaid/models/bank_transfer_event.rb +1 -1
  87. data/lib/plaid/models/bank_transfer_event_list_request.rb +1 -1
  88. data/lib/plaid/models/bank_transfer_event_list_response.rb +1 -1
  89. data/lib/plaid/models/bank_transfer_event_sync_request.rb +1 -1
  90. data/lib/plaid/models/bank_transfer_event_sync_response.rb +1 -1
  91. data/lib/plaid/models/bank_transfer_event_type.rb +1 -1
  92. data/lib/plaid/models/bank_transfer_failure.rb +1 -1
  93. data/lib/plaid/models/bank_transfer_get_request.rb +1 -1
  94. data/lib/plaid/models/bank_transfer_get_response.rb +1 -1
  95. data/lib/plaid/models/bank_transfer_list_request.rb +1 -1
  96. data/lib/plaid/models/bank_transfer_list_response.rb +1 -1
  97. data/lib/plaid/models/bank_transfer_migrate_account_request.rb +1 -1
  98. data/lib/plaid/models/bank_transfer_migrate_account_response.rb +1 -1
  99. data/lib/plaid/models/bank_transfer_network.rb +1 -1
  100. data/lib/plaid/models/bank_transfer_receiver_details.rb +1 -1
  101. data/lib/plaid/models/bank_transfer_status.rb +1 -1
  102. data/lib/plaid/models/bank_transfer_type.rb +1 -1
  103. data/lib/plaid/models/bank_transfer_user.rb +1 -1
  104. data/lib/plaid/models/categories_get_response.rb +1 -1
  105. data/lib/plaid/models/category.rb +1 -1
  106. data/lib/plaid/models/cause.rb +1 -1
  107. data/lib/plaid/models/country_code.rb +1 -1
  108. data/lib/plaid/models/credit_card_liability.rb +1 -1
  109. data/lib/plaid/models/credit_filter.rb +1 -1
  110. data/lib/plaid/models/default_update_webhook.rb +1 -1
  111. data/lib/plaid/models/deposit_switch_address_data.rb +1 -1
  112. data/lib/plaid/models/deposit_switch_alt_create_request.rb +1 -1
  113. data/lib/plaid/models/deposit_switch_alt_create_response.rb +1 -1
  114. data/lib/plaid/models/deposit_switch_create_request.rb +1 -1
  115. data/lib/plaid/models/deposit_switch_create_response.rb +1 -1
  116. data/lib/plaid/models/deposit_switch_get_request.rb +1 -1
  117. data/lib/plaid/models/deposit_switch_get_response.rb +1 -1
  118. data/lib/plaid/models/deposit_switch_target_account.rb +1 -1
  119. data/lib/plaid/models/deposit_switch_target_user.rb +1 -1
  120. data/lib/plaid/models/deposit_switch_token_create_request.rb +1 -1
  121. data/lib/plaid/models/deposit_switch_token_create_response.rb +1 -1
  122. data/lib/plaid/models/depository_filter.rb +1 -1
  123. data/lib/plaid/models/email.rb +1 -1
  124. data/lib/plaid/models/employee.rb +1 -1
  125. data/lib/plaid/models/employee_income_summary_field_string.rb +1 -1
  126. data/lib/plaid/models/employer.rb +1 -1
  127. data/lib/plaid/models/employer_income_summary_field_string.rb +1 -1
  128. data/lib/plaid/models/employers_search_request.rb +1 -1
  129. data/lib/plaid/models/employers_search_response.rb +1 -1
  130. data/lib/plaid/models/error.rb +1 -1
  131. data/lib/plaid/models/external_payment_schedule.rb +3 -3
  132. data/lib/plaid/models/{item_status_investments.rb → external_payment_schedule_get.rb} +73 -22
  133. data/lib/plaid/models/health_incident.rb +1 -1
  134. data/lib/plaid/models/historical_balance.rb +1 -1
  135. data/lib/plaid/models/historical_update_webhook.rb +1 -1
  136. data/lib/plaid/models/holding.rb +1 -1
  137. data/lib/plaid/models/holdings_default_update_webhook.rb +1 -1
  138. data/lib/plaid/models/identity_get_request.rb +1 -1
  139. data/lib/plaid/models/identity_get_request_options.rb +1 -1
  140. data/lib/plaid/models/identity_get_response.rb +1 -1
  141. data/lib/plaid/models/incident_update.rb +1 -1
  142. data/lib/plaid/models/income_breakdown.rb +1 -1
  143. data/lib/plaid/models/income_summary.rb +1 -1
  144. data/lib/plaid/models/income_summary_field_number.rb +1 -1
  145. data/lib/plaid/models/income_summary_field_string.rb +1 -1
  146. data/lib/plaid/models/income_verification_create_request.rb +1 -1
  147. data/lib/plaid/models/income_verification_create_response.rb +1 -1
  148. data/lib/plaid/models/income_verification_documents_download_request.rb +1 -1
  149. data/lib/plaid/models/income_verification_documents_download_response.rb +1 -1
  150. data/lib/plaid/models/income_verification_paystub_get_request.rb +1 -1
  151. data/lib/plaid/models/income_verification_paystub_get_response.rb +1 -1
  152. data/lib/plaid/models/income_verification_status_webhook.rb +1 -1
  153. data/lib/plaid/models/income_verification_summary_get_request.rb +1 -1
  154. data/lib/plaid/models/income_verification_summary_get_response.rb +1 -1
  155. data/lib/plaid/models/income_verification_webhook_status.rb +1 -1
  156. data/lib/plaid/models/inflow_model.rb +1 -1
  157. data/lib/plaid/models/initial_update_webhook.rb +1 -1
  158. data/lib/plaid/models/institution.rb +1 -1
  159. data/lib/plaid/models/institution_status.rb +1 -1
  160. data/lib/plaid/models/institutions_get_by_id_request.rb +1 -1
  161. data/lib/plaid/models/institutions_get_by_id_request_options.rb +1 -1
  162. data/lib/plaid/models/institutions_get_by_id_response.rb +1 -1
  163. data/lib/plaid/models/institutions_get_request.rb +1 -1
  164. data/lib/plaid/models/institutions_get_request_options.rb +1 -1
  165. data/lib/plaid/models/institutions_get_response.rb +1 -1
  166. data/lib/plaid/models/institutions_search_account_filter.rb +1 -1
  167. data/lib/plaid/models/institutions_search_request.rb +1 -1
  168. data/lib/plaid/models/institutions_search_request_options.rb +1 -1
  169. data/lib/plaid/models/institutions_search_response.rb +1 -1
  170. data/lib/plaid/models/investment_filter.rb +1 -1
  171. data/lib/plaid/models/investment_holdings_get_request_options.rb +1 -1
  172. data/lib/plaid/models/investment_transaction.rb +1 -1
  173. data/lib/plaid/models/investments_default_update_webhook.rb +1 -1
  174. data/lib/plaid/models/investments_holdings_get_request.rb +1 -1
  175. data/lib/plaid/models/investments_holdings_get_response.rb +1 -1
  176. data/lib/plaid/models/investments_transactions_get_request.rb +1 -1
  177. data/lib/plaid/models/investments_transactions_get_request_options.rb +1 -1
  178. data/lib/plaid/models/investments_transactions_get_response.rb +1 -1
  179. data/lib/plaid/models/item.rb +41 -1
  180. data/lib/plaid/models/item_access_token_invalidate_request.rb +1 -1
  181. data/lib/plaid/models/item_access_token_invalidate_response.rb +1 -1
  182. data/lib/plaid/models/item_error_webhook.rb +1 -1
  183. data/lib/plaid/models/item_get_request.rb +1 -1
  184. data/lib/plaid/models/item_get_response.rb +1 -1
  185. data/lib/plaid/models/item_import_request.rb +1 -1
  186. data/lib/plaid/models/item_import_request_options.rb +1 -1
  187. data/lib/plaid/models/item_import_request_user_auth.rb +1 -1
  188. data/lib/plaid/models/item_import_response.rb +1 -1
  189. data/lib/plaid/models/item_product_ready_webhook.rb +1 -1
  190. data/lib/plaid/models/item_public_token_create_request.rb +1 -1
  191. data/lib/plaid/models/item_public_token_create_response.rb +1 -1
  192. data/lib/plaid/models/item_public_token_exchange_request.rb +1 -1
  193. data/lib/plaid/models/item_public_token_exchange_response.rb +1 -1
  194. data/lib/plaid/models/item_remove_request.rb +1 -1
  195. data/lib/plaid/models/item_remove_response.rb +1 -1
  196. data/lib/plaid/models/item_status.rb +16 -7
  197. data/lib/plaid/models/item_webhook_update_request.rb +1 -1
  198. data/lib/plaid/models/item_webhook_update_response.rb +1 -1
  199. data/lib/plaid/models/jwk_public_key.rb +1 -1
  200. data/lib/plaid/models/jwt_header.rb +1 -1
  201. data/lib/plaid/models/liabilities_get_request.rb +1 -1
  202. data/lib/plaid/models/liabilities_get_request_options.rb +1 -1
  203. data/lib/plaid/models/liabilities_get_response.rb +1 -1
  204. data/lib/plaid/models/liabilities_object.rb +1 -1
  205. data/lib/plaid/models/liability_override.rb +1 -1
  206. data/lib/plaid/models/link_token_account_filters.rb +1 -1
  207. data/lib/plaid/models/link_token_create_request.rb +2 -2
  208. data/lib/plaid/models/link_token_create_request_account_subtypes.rb +21 -9
  209. data/lib/plaid/models/link_token_create_request_deposit_switch.rb +1 -1
  210. data/lib/plaid/models/link_token_create_request_income_verification.rb +1 -1
  211. data/lib/plaid/models/link_token_create_request_payment_initiation.rb +1 -1
  212. data/lib/plaid/models/link_token_create_request_user.rb +2 -2
  213. data/lib/plaid/models/link_token_create_response.rb +2 -2
  214. data/lib/plaid/models/link_token_get_metadata_response.rb +1 -1
  215. data/lib/plaid/models/link_token_get_request.rb +1 -1
  216. data/lib/plaid/models/link_token_get_response.rb +1 -1
  217. data/lib/plaid/models/loan_filter.rb +1 -1
  218. data/lib/plaid/models/location.rb +1 -1
  219. data/lib/plaid/models/meta.rb +1 -1
  220. data/lib/plaid/models/mfa.rb +1 -1
  221. data/lib/plaid/models/mortgage_interest_rate.rb +1 -1
  222. data/lib/plaid/models/mortgage_liability.rb +1 -1
  223. data/lib/plaid/models/mortgage_property_address.rb +1 -1
  224. data/lib/plaid/models/nullable_access_token.rb +1 -1
  225. data/lib/plaid/models/nullable_address.rb +1 -1
  226. data/lib/plaid/models/nullable_address_data.rb +1 -1
  227. data/lib/plaid/models/nullable_item_status.rb +16 -7
  228. data/lib/plaid/models/nullable_numbers_ach.rb +1 -1
  229. data/lib/plaid/models/nullable_numbers_bacs.rb +1 -1
  230. data/lib/plaid/models/nullable_numbers_eft.rb +1 -1
  231. data/lib/plaid/models/nullable_numbers_international.rb +1 -1
  232. data/lib/plaid/models/nullable_recipient_bacs.rb +1 -1
  233. data/lib/plaid/models/numbers.rb +1 -1
  234. data/lib/plaid/models/numbers_ach.rb +1 -1
  235. data/lib/plaid/models/numbers_bacs.rb +1 -1
  236. data/lib/plaid/models/numbers_eft.rb +1 -1
  237. data/lib/plaid/models/numbers_international.rb +1 -1
  238. data/lib/plaid/models/override_accounts.rb +1 -1
  239. data/lib/plaid/models/owner.rb +1 -1
  240. data/lib/plaid/models/owner_override.rb +1 -1
  241. data/lib/plaid/models/pay_frequency.rb +1 -1
  242. data/lib/plaid/models/pay_period_details.rb +1 -1
  243. data/lib/plaid/models/payment_amount.rb +1 -1
  244. data/lib/plaid/models/payment_initiation_address.rb +1 -1
  245. data/lib/plaid/models/payment_initiation_payment_create_request.rb +1 -1
  246. data/lib/plaid/models/payment_initiation_payment_create_response.rb +1 -1
  247. data/lib/plaid/models/payment_initiation_payment_get_request.rb +1 -1
  248. data/lib/plaid/models/payment_initiation_payment_get_response.rb +17 -16
  249. data/lib/plaid/models/payment_initiation_payment_list_request.rb +1 -1
  250. data/lib/plaid/models/payment_initiation_payment_list_response.rb +1 -1
  251. data/lib/plaid/models/payment_initiation_payment_token_create_request.rb +1 -1
  252. data/lib/plaid/models/payment_initiation_payment_token_create_response.rb +1 -1
  253. data/lib/plaid/models/payment_initiation_recipient.rb +5 -3
  254. data/lib/plaid/models/payment_initiation_recipient_create_request.rb +1 -1
  255. data/lib/plaid/models/payment_initiation_recipient_create_response.rb +1 -1
  256. data/lib/plaid/models/payment_initiation_recipient_get_request.rb +1 -1
  257. data/lib/plaid/models/payment_initiation_recipient_get_response.rb +1 -1
  258. data/lib/plaid/models/payment_initiation_recipient_list_request.rb +1 -1
  259. data/lib/plaid/models/payment_initiation_recipient_list_response.rb +1 -1
  260. data/lib/plaid/models/payment_meta.rb +1 -1
  261. data/lib/plaid/models/payment_status_update_webhook.rb +46 -2
  262. data/lib/plaid/models/paystub.rb +1 -1
  263. data/lib/plaid/models/paystub_deduction.rb +1 -1
  264. data/lib/plaid/models/paystub_ytd_details.rb +1 -1
  265. data/lib/plaid/models/pending_expiration_webhook.rb +1 -1
  266. data/lib/plaid/models/phone_number.rb +1 -1
  267. data/lib/plaid/models/processor_apex_processor_token_create_request.rb +1 -1
  268. data/lib/plaid/models/processor_auth_get_request.rb +1 -1
  269. data/lib/plaid/models/processor_auth_get_response.rb +1 -1
  270. data/lib/plaid/models/processor_balance_get_request.rb +1 -1
  271. data/lib/plaid/models/processor_balance_get_response.rb +1 -1
  272. data/lib/plaid/models/processor_identity_get_request.rb +1 -1
  273. data/lib/plaid/models/processor_identity_get_response.rb +1 -1
  274. data/lib/plaid/models/processor_number.rb +1 -1
  275. data/lib/plaid/models/processor_stripe_bank_account_token_create_request.rb +1 -1
  276. data/lib/plaid/models/processor_stripe_bank_account_token_create_response.rb +1 -1
  277. data/lib/plaid/models/processor_token_create_request.rb +1 -1
  278. data/lib/plaid/models/processor_token_create_response.rb +1 -1
  279. data/lib/plaid/models/product_status.rb +1 -1
  280. data/lib/plaid/models/product_status_breakdown.rb +1 -1
  281. data/lib/plaid/models/products.rb +1 -1
  282. data/lib/plaid/models/projected_income_summary_field_number.rb +1 -1
  283. data/lib/plaid/models/pslf_status.rb +1 -1
  284. data/lib/plaid/models/recaptcha_required_error.rb +1 -1
  285. data/lib/plaid/models/recipient_bacs.rb +1 -1
  286. data/lib/plaid/models/sandbox_bank_transfer_simulate_request.rb +1 -1
  287. data/lib/plaid/models/sandbox_bank_transfer_simulate_response.rb +1 -1
  288. data/lib/plaid/models/sandbox_item_fire_webhook_request.rb +1 -1
  289. data/lib/plaid/models/sandbox_item_fire_webhook_response.rb +1 -1
  290. data/lib/plaid/models/sandbox_item_reset_login_request.rb +1 -1
  291. data/lib/plaid/models/sandbox_item_reset_login_response.rb +1 -1
  292. data/lib/plaid/models/sandbox_item_set_verification_status_request.rb +1 -1
  293. data/lib/plaid/models/sandbox_item_set_verification_status_response.rb +1 -1
  294. data/lib/plaid/models/sandbox_processor_token_create_request.rb +1 -1
  295. data/lib/plaid/models/sandbox_processor_token_create_request_options.rb +1 -1
  296. data/lib/plaid/models/sandbox_processor_token_create_response.rb +1 -1
  297. data/lib/plaid/models/sandbox_public_token_create_request.rb +1 -1
  298. data/lib/plaid/models/sandbox_public_token_create_request_options.rb +1 -1
  299. data/lib/plaid/models/sandbox_public_token_create_request_options_transactions.rb +1 -1
  300. data/lib/plaid/models/sandbox_public_token_create_response.rb +1 -1
  301. data/lib/plaid/models/security.rb +1 -1
  302. data/lib/plaid/models/servicer_address_data.rb +1 -1
  303. data/lib/plaid/models/standalone_account_type.rb +1 -1
  304. data/lib/plaid/models/standalone_currency_code_list.rb +1 -1
  305. data/lib/plaid/models/standalone_investment_transaction_subtype.rb +1 -1
  306. data/lib/plaid/models/standalone_investment_transaction_type.rb +1 -1
  307. data/lib/plaid/models/student_loan.rb +1 -1
  308. data/lib/plaid/models/student_loan_repayment_model.rb +1 -1
  309. data/lib/plaid/models/student_loan_status.rb +1 -1
  310. data/lib/plaid/models/student_repayment_plan.rb +1 -1
  311. data/lib/plaid/models/transaction.rb +24 -2
  312. data/lib/plaid/models/transaction_code.rb +1 -1
  313. data/lib/plaid/models/transaction_data.rb +1 -1
  314. data/lib/plaid/models/transaction_override.rb +1 -1
  315. data/lib/plaid/models/transactions_get_request.rb +1 -1
  316. data/lib/plaid/models/transactions_get_request_options.rb +1 -1
  317. data/lib/plaid/models/transactions_get_response.rb +1 -1
  318. data/lib/plaid/models/transactions_refresh_request.rb +6 -1
  319. data/lib/plaid/models/transactions_refresh_response.rb +1 -1
  320. data/lib/plaid/models/transactions_removed_webhook.rb +1 -1
  321. data/lib/plaid/models/user_custom_password.rb +1 -1
  322. data/lib/plaid/models/user_permission_revoked_webhook.rb +1 -1
  323. data/lib/plaid/models/verification_expired_webhook.rb +1 -1
  324. data/lib/plaid/models/verification_status.rb +1 -1
  325. data/lib/plaid/models/warning.rb +1 -1
  326. data/lib/plaid/models/webhook_update_acknowledged_webhook.rb +1 -1
  327. data/lib/plaid/models/webhook_verification_key_get_request.rb +1 -1
  328. data/lib/plaid/models/webhook_verification_key_get_response.rb +1 -1
  329. data/lib/plaid/models/ytd_gross_income_summary_field_number.rb +1 -1
  330. data/lib/plaid/models/ytd_net_income_summary_field_number.rb +1 -1
  331. data/lib/plaid/version.rb +2 -2
  332. data/pkg/plaid-14.0.0.beta.3.gem +0 -0
  333. data/plaid.gemspec +2 -2
  334. data/test/test_item.rb +2 -2
  335. metadata +13 -27
  336. data/docs/ItemStatusInvestments.md +0 -20
  337. data/docs/ItemStatusLastWebhook.md +0 -20
  338. data/docs/ItemStatusTransactions.md +0 -20
  339. data/docs/LinkTokenCreateRequestAccountSubtypesCredit.md +0 -18
  340. data/docs/LinkTokenCreateRequestAccountSubtypesDepository.md +0 -18
  341. data/docs/LinkTokenCreateRequestAccountSubtypesInvestment.md +0 -18
  342. data/docs/LinkTokenCreateRequestAccountSubtypesLoan.md +0 -18
  343. data/docs/PaymentInitiationRecipientBacs.md +0 -20
  344. data/lib/plaid/models/item_status_last_webhook.rb +0 -232
  345. data/lib/plaid/models/item_status_transactions.rb +0 -232
  346. data/lib/plaid/models/link_token_create_request_account_subtypes_credit.rb +0 -222
  347. data/lib/plaid/models/link_token_create_request_account_subtypes_depository.rb +0 -222
  348. data/lib/plaid/models/link_token_create_request_account_subtypes_investment.rb +0 -222
  349. data/lib/plaid/models/link_token_create_request_account_subtypes_loan.rb +0 -222
  350. data/lib/plaid/models/payment_initiation_recipient_bacs.rb +0 -237
  351. data/pkg/plaid-14.0.0.beta.2.gem +0 -0
@@ -1,222 +0,0 @@
1
- =begin
2
- #The Plaid API
3
-
4
- #The Plaid REST API. Please see https://plaid.com/docs/api for more details.
5
-
6
- The version of the OpenAPI document: 2020-09-14_1.5.3
7
-
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.0.0
10
-
11
- =end
12
-
13
- require 'date'
14
- require 'time'
15
-
16
- module Plaid
17
- # A filter to apply to `credit`-type accounts
18
- class LinkTokenCreateRequestAccountSubtypesCredit
19
- # An array of account subtypes to display in Link. If not specified, all account subtypes will be shown. For a full list of valid types and subtypes, see the [Account schema](/docs/api/accounts#accounts-schema).
20
- attr_accessor :account_subtypes
21
-
22
- # Attribute mapping from ruby-style variable name to JSON key.
23
- def self.attribute_map
24
- {
25
- :'account_subtypes' => :'account_subtypes'
26
- }
27
- end
28
-
29
- # Returns all the JSON keys this model knows about
30
- def self.acceptable_attributes
31
- attribute_map.values
32
- end
33
-
34
- # Attribute type mapping.
35
- def self.openapi_types
36
- {
37
- :'account_subtypes' => :'Array<AccountSubtype>'
38
- }
39
- end
40
-
41
- # List of attributes with nullable: true
42
- def self.openapi_nullable
43
- Set.new([
44
- ])
45
- end
46
-
47
- # Initializes the object
48
- # @param [Hash] attributes Model attributes in the form of hash
49
- def initialize(attributes = {})
50
- if (!attributes.is_a?(Hash))
51
- fail ArgumentError, "The input argument (attributes) must be a hash in `Plaid::LinkTokenCreateRequestAccountSubtypesCredit` initialize method"
52
- end
53
-
54
- # check to see if the attribute exists and convert string to symbol for hash key
55
- attributes = attributes.each_with_object({}) { |(k, v), h|
56
- if (!self.class.attribute_map.key?(k.to_sym))
57
- fail ArgumentError, "`#{k}` is not a valid attribute in `Plaid::LinkTokenCreateRequestAccountSubtypesCredit`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
58
- end
59
- h[k.to_sym] = v
60
- }
61
-
62
- if attributes.key?(:'account_subtypes')
63
- if (value = attributes[:'account_subtypes']).is_a?(Array)
64
- self.account_subtypes = value
65
- end
66
- end
67
- end
68
-
69
- # Show invalid properties with the reasons. Usually used together with valid?
70
- # @return Array for valid properties with the reasons
71
- def list_invalid_properties
72
- invalid_properties = Array.new
73
- invalid_properties
74
- end
75
-
76
- # Check to see if the all the properties in the model are valid
77
- # @return true if the model is valid
78
- def valid?
79
- true
80
- end
81
-
82
- # Checks equality by comparing each attribute.
83
- # @param [Object] Object to be compared
84
- def ==(o)
85
- return true if self.equal?(o)
86
- self.class == o.class &&
87
- account_subtypes == o.account_subtypes
88
- end
89
-
90
- # @see the `==` method
91
- # @param [Object] Object to be compared
92
- def eql?(o)
93
- self == o
94
- end
95
-
96
- # Calculates hash code according to all attributes.
97
- # @return [Integer] Hash code
98
- def hash
99
- [account_subtypes].hash
100
- end
101
-
102
- # Builds the object from hash
103
- # @param [Hash] attributes Model attributes in the form of hash
104
- # @return [Object] Returns the model itself
105
- def self.build_from_hash(attributes)
106
- new.build_from_hash(attributes)
107
- end
108
-
109
- # Builds the object from hash
110
- # @param [Hash] attributes Model attributes in the form of hash
111
- # @return [Object] Returns the model itself
112
- def build_from_hash(attributes)
113
- return nil unless attributes.is_a?(Hash)
114
- self.class.openapi_types.each_pair do |key, type|
115
- if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
116
- self.send("#{key}=", nil)
117
- elsif type =~ /\AArray<(.*)>/i
118
- # check to ensure the input is an array given that the attribute
119
- # is documented as an array but the input is not
120
- if attributes[self.class.attribute_map[key]].is_a?(Array)
121
- self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
122
- end
123
- elsif !attributes[self.class.attribute_map[key]].nil?
124
- self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
125
- end
126
- end
127
-
128
- self
129
- end
130
-
131
- # Deserializes the data based on type
132
- # @param string type Data type
133
- # @param string value Value to be deserialized
134
- # @return [Object] Deserialized data
135
- def _deserialize(type, value)
136
- case type.to_sym
137
- when :Time
138
- Time.parse(value)
139
- when :Date
140
- Date.parse(value)
141
- when :String
142
- value.to_s
143
- when :Integer
144
- value.to_i
145
- when :Float
146
- value.to_f
147
- when :Boolean
148
- if value.to_s =~ /\A(true|t|yes|y|1)\z/i
149
- true
150
- else
151
- false
152
- end
153
- when :Object
154
- # generic object (usually a Hash), return directly
155
- value
156
- when /\AArray<(?<inner_type>.+)>\z/
157
- inner_type = Regexp.last_match[:inner_type]
158
- value.map { |v| _deserialize(inner_type, v) }
159
- when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
160
- k_type = Regexp.last_match[:k_type]
161
- v_type = Regexp.last_match[:v_type]
162
- {}.tap do |hash|
163
- value.each do |k, v|
164
- hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
165
- end
166
- end
167
- else # model
168
- # models (e.g. Pet) or oneOf
169
- klass = Plaid.const_get(type)
170
- klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
171
- end
172
- end
173
-
174
- # Returns the string representation of the object
175
- # @return [String] String presentation of the object
176
- def to_s
177
- to_hash.to_s
178
- end
179
-
180
- # to_body is an alias to to_hash (backward compatibility)
181
- # @return [Hash] Returns the object in the form of hash
182
- def to_body
183
- to_hash
184
- end
185
-
186
- # Returns the object in the form of hash
187
- # @return [Hash] Returns the object in the form of hash
188
- def to_hash
189
- hash = {}
190
- self.class.attribute_map.each_pair do |attr, param|
191
- value = self.send(attr)
192
- if value.nil?
193
- is_nullable = self.class.openapi_nullable.include?(attr)
194
- next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
195
- end
196
-
197
- hash[param] = _to_hash(value)
198
- end
199
- hash
200
- end
201
-
202
- # Outputs non-array value in the form of hash
203
- # For object, use to_hash. Otherwise, just return the value
204
- # @param [Object] value Any valid value
205
- # @return [Hash] Returns the value in the form of hash
206
- def _to_hash(value)
207
- if value.is_a?(Array)
208
- value.compact.map { |v| _to_hash(v) }
209
- elsif value.is_a?(Hash)
210
- {}.tap do |hash|
211
- value.each { |k, v| hash[k] = _to_hash(v) }
212
- end
213
- elsif value.respond_to? :to_hash
214
- value.to_hash
215
- else
216
- value
217
- end
218
- end
219
-
220
- end
221
-
222
- end
@@ -1,222 +0,0 @@
1
- =begin
2
- #The Plaid API
3
-
4
- #The Plaid REST API. Please see https://plaid.com/docs/api for more details.
5
-
6
- The version of the OpenAPI document: 2020-09-14_1.5.3
7
-
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.0.0
10
-
11
- =end
12
-
13
- require 'date'
14
- require 'time'
15
-
16
- module Plaid
17
- # A filter to apply to `depository`-type accounts
18
- class LinkTokenCreateRequestAccountSubtypesDepository
19
- # An array of account subtypes to display in Link. If not specified, all account subtypes will be shown. For a full list of valid types and subtypes, see the [Account schema](/docs/api/accounts#accounts-schema).
20
- attr_accessor :account_subtypes
21
-
22
- # Attribute mapping from ruby-style variable name to JSON key.
23
- def self.attribute_map
24
- {
25
- :'account_subtypes' => :'account_subtypes'
26
- }
27
- end
28
-
29
- # Returns all the JSON keys this model knows about
30
- def self.acceptable_attributes
31
- attribute_map.values
32
- end
33
-
34
- # Attribute type mapping.
35
- def self.openapi_types
36
- {
37
- :'account_subtypes' => :'Array<AccountSubtype>'
38
- }
39
- end
40
-
41
- # List of attributes with nullable: true
42
- def self.openapi_nullable
43
- Set.new([
44
- ])
45
- end
46
-
47
- # Initializes the object
48
- # @param [Hash] attributes Model attributes in the form of hash
49
- def initialize(attributes = {})
50
- if (!attributes.is_a?(Hash))
51
- fail ArgumentError, "The input argument (attributes) must be a hash in `Plaid::LinkTokenCreateRequestAccountSubtypesDepository` initialize method"
52
- end
53
-
54
- # check to see if the attribute exists and convert string to symbol for hash key
55
- attributes = attributes.each_with_object({}) { |(k, v), h|
56
- if (!self.class.attribute_map.key?(k.to_sym))
57
- fail ArgumentError, "`#{k}` is not a valid attribute in `Plaid::LinkTokenCreateRequestAccountSubtypesDepository`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
58
- end
59
- h[k.to_sym] = v
60
- }
61
-
62
- if attributes.key?(:'account_subtypes')
63
- if (value = attributes[:'account_subtypes']).is_a?(Array)
64
- self.account_subtypes = value
65
- end
66
- end
67
- end
68
-
69
- # Show invalid properties with the reasons. Usually used together with valid?
70
- # @return Array for valid properties with the reasons
71
- def list_invalid_properties
72
- invalid_properties = Array.new
73
- invalid_properties
74
- end
75
-
76
- # Check to see if the all the properties in the model are valid
77
- # @return true if the model is valid
78
- def valid?
79
- true
80
- end
81
-
82
- # Checks equality by comparing each attribute.
83
- # @param [Object] Object to be compared
84
- def ==(o)
85
- return true if self.equal?(o)
86
- self.class == o.class &&
87
- account_subtypes == o.account_subtypes
88
- end
89
-
90
- # @see the `==` method
91
- # @param [Object] Object to be compared
92
- def eql?(o)
93
- self == o
94
- end
95
-
96
- # Calculates hash code according to all attributes.
97
- # @return [Integer] Hash code
98
- def hash
99
- [account_subtypes].hash
100
- end
101
-
102
- # Builds the object from hash
103
- # @param [Hash] attributes Model attributes in the form of hash
104
- # @return [Object] Returns the model itself
105
- def self.build_from_hash(attributes)
106
- new.build_from_hash(attributes)
107
- end
108
-
109
- # Builds the object from hash
110
- # @param [Hash] attributes Model attributes in the form of hash
111
- # @return [Object] Returns the model itself
112
- def build_from_hash(attributes)
113
- return nil unless attributes.is_a?(Hash)
114
- self.class.openapi_types.each_pair do |key, type|
115
- if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
116
- self.send("#{key}=", nil)
117
- elsif type =~ /\AArray<(.*)>/i
118
- # check to ensure the input is an array given that the attribute
119
- # is documented as an array but the input is not
120
- if attributes[self.class.attribute_map[key]].is_a?(Array)
121
- self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
122
- end
123
- elsif !attributes[self.class.attribute_map[key]].nil?
124
- self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
125
- end
126
- end
127
-
128
- self
129
- end
130
-
131
- # Deserializes the data based on type
132
- # @param string type Data type
133
- # @param string value Value to be deserialized
134
- # @return [Object] Deserialized data
135
- def _deserialize(type, value)
136
- case type.to_sym
137
- when :Time
138
- Time.parse(value)
139
- when :Date
140
- Date.parse(value)
141
- when :String
142
- value.to_s
143
- when :Integer
144
- value.to_i
145
- when :Float
146
- value.to_f
147
- when :Boolean
148
- if value.to_s =~ /\A(true|t|yes|y|1)\z/i
149
- true
150
- else
151
- false
152
- end
153
- when :Object
154
- # generic object (usually a Hash), return directly
155
- value
156
- when /\AArray<(?<inner_type>.+)>\z/
157
- inner_type = Regexp.last_match[:inner_type]
158
- value.map { |v| _deserialize(inner_type, v) }
159
- when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
160
- k_type = Regexp.last_match[:k_type]
161
- v_type = Regexp.last_match[:v_type]
162
- {}.tap do |hash|
163
- value.each do |k, v|
164
- hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
165
- end
166
- end
167
- else # model
168
- # models (e.g. Pet) or oneOf
169
- klass = Plaid.const_get(type)
170
- klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
171
- end
172
- end
173
-
174
- # Returns the string representation of the object
175
- # @return [String] String presentation of the object
176
- def to_s
177
- to_hash.to_s
178
- end
179
-
180
- # to_body is an alias to to_hash (backward compatibility)
181
- # @return [Hash] Returns the object in the form of hash
182
- def to_body
183
- to_hash
184
- end
185
-
186
- # Returns the object in the form of hash
187
- # @return [Hash] Returns the object in the form of hash
188
- def to_hash
189
- hash = {}
190
- self.class.attribute_map.each_pair do |attr, param|
191
- value = self.send(attr)
192
- if value.nil?
193
- is_nullable = self.class.openapi_nullable.include?(attr)
194
- next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
195
- end
196
-
197
- hash[param] = _to_hash(value)
198
- end
199
- hash
200
- end
201
-
202
- # Outputs non-array value in the form of hash
203
- # For object, use to_hash. Otherwise, just return the value
204
- # @param [Object] value Any valid value
205
- # @return [Hash] Returns the value in the form of hash
206
- def _to_hash(value)
207
- if value.is_a?(Array)
208
- value.compact.map { |v| _to_hash(v) }
209
- elsif value.is_a?(Hash)
210
- {}.tap do |hash|
211
- value.each { |k, v| hash[k] = _to_hash(v) }
212
- end
213
- elsif value.respond_to? :to_hash
214
- value.to_hash
215
- else
216
- value
217
- end
218
- end
219
-
220
- end
221
-
222
- end
@@ -1,222 +0,0 @@
1
- =begin
2
- #The Plaid API
3
-
4
- #The Plaid REST API. Please see https://plaid.com/docs/api for more details.
5
-
6
- The version of the OpenAPI document: 2020-09-14_1.5.3
7
-
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.0.0
10
-
11
- =end
12
-
13
- require 'date'
14
- require 'time'
15
-
16
- module Plaid
17
- # A filter to apply to `investment`-type accounts
18
- class LinkTokenCreateRequestAccountSubtypesInvestment
19
- # An array of account subtypes to display in Link. If not specified, all account subtypes will be shown. For a full list of valid types and subtypes, see the [Account schema](/docs/api/accounts#accounts-schema).
20
- attr_accessor :account_subtypes
21
-
22
- # Attribute mapping from ruby-style variable name to JSON key.
23
- def self.attribute_map
24
- {
25
- :'account_subtypes' => :'account_subtypes'
26
- }
27
- end
28
-
29
- # Returns all the JSON keys this model knows about
30
- def self.acceptable_attributes
31
- attribute_map.values
32
- end
33
-
34
- # Attribute type mapping.
35
- def self.openapi_types
36
- {
37
- :'account_subtypes' => :'Array<AccountSubtype>'
38
- }
39
- end
40
-
41
- # List of attributes with nullable: true
42
- def self.openapi_nullable
43
- Set.new([
44
- ])
45
- end
46
-
47
- # Initializes the object
48
- # @param [Hash] attributes Model attributes in the form of hash
49
- def initialize(attributes = {})
50
- if (!attributes.is_a?(Hash))
51
- fail ArgumentError, "The input argument (attributes) must be a hash in `Plaid::LinkTokenCreateRequestAccountSubtypesInvestment` initialize method"
52
- end
53
-
54
- # check to see if the attribute exists and convert string to symbol for hash key
55
- attributes = attributes.each_with_object({}) { |(k, v), h|
56
- if (!self.class.attribute_map.key?(k.to_sym))
57
- fail ArgumentError, "`#{k}` is not a valid attribute in `Plaid::LinkTokenCreateRequestAccountSubtypesInvestment`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
58
- end
59
- h[k.to_sym] = v
60
- }
61
-
62
- if attributes.key?(:'account_subtypes')
63
- if (value = attributes[:'account_subtypes']).is_a?(Array)
64
- self.account_subtypes = value
65
- end
66
- end
67
- end
68
-
69
- # Show invalid properties with the reasons. Usually used together with valid?
70
- # @return Array for valid properties with the reasons
71
- def list_invalid_properties
72
- invalid_properties = Array.new
73
- invalid_properties
74
- end
75
-
76
- # Check to see if the all the properties in the model are valid
77
- # @return true if the model is valid
78
- def valid?
79
- true
80
- end
81
-
82
- # Checks equality by comparing each attribute.
83
- # @param [Object] Object to be compared
84
- def ==(o)
85
- return true if self.equal?(o)
86
- self.class == o.class &&
87
- account_subtypes == o.account_subtypes
88
- end
89
-
90
- # @see the `==` method
91
- # @param [Object] Object to be compared
92
- def eql?(o)
93
- self == o
94
- end
95
-
96
- # Calculates hash code according to all attributes.
97
- # @return [Integer] Hash code
98
- def hash
99
- [account_subtypes].hash
100
- end
101
-
102
- # Builds the object from hash
103
- # @param [Hash] attributes Model attributes in the form of hash
104
- # @return [Object] Returns the model itself
105
- def self.build_from_hash(attributes)
106
- new.build_from_hash(attributes)
107
- end
108
-
109
- # Builds the object from hash
110
- # @param [Hash] attributes Model attributes in the form of hash
111
- # @return [Object] Returns the model itself
112
- def build_from_hash(attributes)
113
- return nil unless attributes.is_a?(Hash)
114
- self.class.openapi_types.each_pair do |key, type|
115
- if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
116
- self.send("#{key}=", nil)
117
- elsif type =~ /\AArray<(.*)>/i
118
- # check to ensure the input is an array given that the attribute
119
- # is documented as an array but the input is not
120
- if attributes[self.class.attribute_map[key]].is_a?(Array)
121
- self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
122
- end
123
- elsif !attributes[self.class.attribute_map[key]].nil?
124
- self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
125
- end
126
- end
127
-
128
- self
129
- end
130
-
131
- # Deserializes the data based on type
132
- # @param string type Data type
133
- # @param string value Value to be deserialized
134
- # @return [Object] Deserialized data
135
- def _deserialize(type, value)
136
- case type.to_sym
137
- when :Time
138
- Time.parse(value)
139
- when :Date
140
- Date.parse(value)
141
- when :String
142
- value.to_s
143
- when :Integer
144
- value.to_i
145
- when :Float
146
- value.to_f
147
- when :Boolean
148
- if value.to_s =~ /\A(true|t|yes|y|1)\z/i
149
- true
150
- else
151
- false
152
- end
153
- when :Object
154
- # generic object (usually a Hash), return directly
155
- value
156
- when /\AArray<(?<inner_type>.+)>\z/
157
- inner_type = Regexp.last_match[:inner_type]
158
- value.map { |v| _deserialize(inner_type, v) }
159
- when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
160
- k_type = Regexp.last_match[:k_type]
161
- v_type = Regexp.last_match[:v_type]
162
- {}.tap do |hash|
163
- value.each do |k, v|
164
- hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
165
- end
166
- end
167
- else # model
168
- # models (e.g. Pet) or oneOf
169
- klass = Plaid.const_get(type)
170
- klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
171
- end
172
- end
173
-
174
- # Returns the string representation of the object
175
- # @return [String] String presentation of the object
176
- def to_s
177
- to_hash.to_s
178
- end
179
-
180
- # to_body is an alias to to_hash (backward compatibility)
181
- # @return [Hash] Returns the object in the form of hash
182
- def to_body
183
- to_hash
184
- end
185
-
186
- # Returns the object in the form of hash
187
- # @return [Hash] Returns the object in the form of hash
188
- def to_hash
189
- hash = {}
190
- self.class.attribute_map.each_pair do |attr, param|
191
- value = self.send(attr)
192
- if value.nil?
193
- is_nullable = self.class.openapi_nullable.include?(attr)
194
- next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
195
- end
196
-
197
- hash[param] = _to_hash(value)
198
- end
199
- hash
200
- end
201
-
202
- # Outputs non-array value in the form of hash
203
- # For object, use to_hash. Otherwise, just return the value
204
- # @param [Object] value Any valid value
205
- # @return [Hash] Returns the value in the form of hash
206
- def _to_hash(value)
207
- if value.is_a?(Array)
208
- value.compact.map { |v| _to_hash(v) }
209
- elsif value.is_a?(Hash)
210
- {}.tap do |hash|
211
- value.each { |k, v| hash[k] = _to_hash(v) }
212
- end
213
- elsif value.respond_to? :to_hash
214
- value.to_hash
215
- else
216
- value
217
- end
218
- end
219
-
220
- end
221
-
222
- end