plaid 14.8.0 → 14.9.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (747) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +3 -0
  3. data/Gemfile.lock +1 -1
  4. data/Makefile +1 -1
  5. data/README.md +4 -4
  6. data/doc/rdoc/.DS_Store +0 -0
  7. data/doc/rdoc/apple-touch-icon.png +0 -0
  8. data/doc/rdoc/classes/Object.html +118 -0
  9. data/doc/rdoc/classes/Plaid/APIError.html +97 -0
  10. data/doc/rdoc/classes/Plaid/AccessToken/InvalidateResponse.html +110 -0
  11. data/doc/rdoc/classes/Plaid/AccessToken.html +211 -0
  12. data/doc/rdoc/classes/Plaid/Accounts.html +257 -0
  13. data/doc/rdoc/classes/Plaid/AccountsResponse.html +119 -0
  14. data/doc/rdoc/classes/Plaid/Apex/ProcessorToken.html +205 -0
  15. data/doc/rdoc/classes/Plaid/Apex.html +149 -0
  16. data/doc/rdoc/classes/Plaid/AssetReport.html +683 -0
  17. data/doc/rdoc/classes/Plaid/AssetReportCreateResponse.html +118 -0
  18. data/doc/rdoc/classes/Plaid/AssetReportFilterResponse.html +96 -0
  19. data/doc/rdoc/classes/Plaid/AssetReportGetResponse.html +118 -0
  20. data/doc/rdoc/classes/Plaid/AssetReportRefreshResponse.html +96 -0
  21. data/doc/rdoc/classes/Plaid/AssetReportRemoveResponse.html +110 -0
  22. data/doc/rdoc/classes/Plaid/AuditCopyCreateResponse.html +110 -0
  23. data/doc/rdoc/classes/Plaid/AuditCopyGetResponse.html +96 -0
  24. data/doc/rdoc/classes/Plaid/AuditCopyRemoveResponse.html +110 -0
  25. data/doc/rdoc/classes/Plaid/Auth.html +206 -0
  26. data/doc/rdoc/classes/Plaid/AuthResponse.html +127 -0
  27. data/doc/rdoc/classes/Plaid/Balance.html +206 -0
  28. data/doc/rdoc/classes/Plaid/BaseProduct.html +304 -0
  29. data/doc/rdoc/classes/Plaid/Categories.html +191 -0
  30. data/doc/rdoc/classes/Plaid/CategoriesResponse.html +111 -0
  31. data/doc/rdoc/classes/Plaid/Client.html +802 -0
  32. data/doc/rdoc/classes/Plaid/CreateResponse.html +118 -0
  33. data/doc/rdoc/classes/Plaid/CreditDetails.html +203 -0
  34. data/doc/rdoc/classes/Plaid/CreditDetailsResponse.html +128 -0
  35. data/doc/rdoc/classes/Plaid/DepositSwitch/CreateResponse.html +110 -0
  36. data/doc/rdoc/classes/Plaid/DepositSwitch/CreateTokenResponse.html +118 -0
  37. data/doc/rdoc/classes/Plaid/DepositSwitch/GetResponse.html +150 -0
  38. data/doc/rdoc/classes/Plaid/DepositSwitch.html +339 -0
  39. data/doc/rdoc/classes/Plaid/Dwolla/ProcessorToken.html +205 -0
  40. data/doc/rdoc/classes/Plaid/Dwolla.html +150 -0
  41. data/doc/rdoc/classes/Plaid/Error.html +214 -0
  42. data/doc/rdoc/classes/Plaid/GetResponse.html +134 -0
  43. data/doc/rdoc/classes/Plaid/Holdings/GetResponse.html +137 -0
  44. data/doc/rdoc/classes/Plaid/Holdings.html +218 -0
  45. data/doc/rdoc/classes/Plaid/Identity.html +199 -0
  46. data/doc/rdoc/classes/Plaid/IdentityResponse.html +119 -0
  47. data/doc/rdoc/classes/Plaid/Income.html +198 -0
  48. data/doc/rdoc/classes/Plaid/IncomeResponse.html +119 -0
  49. data/doc/rdoc/classes/Plaid/InstitutionError.html +96 -0
  50. data/doc/rdoc/classes/Plaid/Institutions.html +356 -0
  51. data/doc/rdoc/classes/Plaid/InvalidInputError.html +97 -0
  52. data/doc/rdoc/classes/Plaid/InvalidRequestError.html +96 -0
  53. data/doc/rdoc/classes/Plaid/InvestmentTransactions/GetResponse.html +145 -0
  54. data/doc/rdoc/classes/Plaid/InvestmentTransactions.html +240 -0
  55. data/doc/rdoc/classes/Plaid/Investments.html +204 -0
  56. data/doc/rdoc/classes/Plaid/Item/GetResponse.html +119 -0
  57. data/doc/rdoc/classes/Plaid/Item/ImportResponse.html +110 -0
  58. data/doc/rdoc/classes/Plaid/Item/RemoveResponse.html +110 -0
  59. data/doc/rdoc/classes/Plaid/Item.html +382 -0
  60. data/doc/rdoc/classes/Plaid/ItemError.html +98 -0
  61. data/doc/rdoc/classes/Plaid/Liabilities.html +202 -0
  62. data/doc/rdoc/classes/Plaid/LiabilitiesResponse.html +128 -0
  63. data/doc/rdoc/classes/Plaid/LinkToken.html +215 -0
  64. data/doc/rdoc/classes/Plaid/Middleware.html +225 -0
  65. data/doc/rdoc/classes/Plaid/Models/Account.html +166 -0
  66. data/doc/rdoc/classes/Plaid/Models/AccountWithOwners.html +110 -0
  67. data/doc/rdoc/classes/Plaid/Models/AssetReport.html +153 -0
  68. data/doc/rdoc/classes/Plaid/Models/AssetReportAccount.html +198 -0
  69. data/doc/rdoc/classes/Plaid/Models/AssetReportBalance.html +142 -0
  70. data/doc/rdoc/classes/Plaid/Models/AssetReportHistoricalBalance.html +142 -0
  71. data/doc/rdoc/classes/Plaid/Models/AssetReportItem.html +145 -0
  72. data/doc/rdoc/classes/Plaid/Models/AssetReportOwner.html +139 -0
  73. data/doc/rdoc/classes/Plaid/Models/AssetReportTransaction.html +187 -0
  74. data/doc/rdoc/classes/Plaid/Models/AssetReportUser.html +159 -0
  75. data/doc/rdoc/classes/Plaid/Models/Balances.html +142 -0
  76. data/doc/rdoc/classes/Plaid/Models/BaseError.html +140 -0
  77. data/doc/rdoc/classes/Plaid/Models/BaseModel.html +259 -0
  78. data/doc/rdoc/classes/Plaid/Models/BaseResponse.html +110 -0
  79. data/doc/rdoc/classes/Plaid/Models/Category.html +127 -0
  80. data/doc/rdoc/classes/Plaid/Models/Cause.html +110 -0
  81. data/doc/rdoc/classes/Plaid/Models/CreditCardLiability.html +175 -0
  82. data/doc/rdoc/classes/Plaid/Models/CreditCardLiabilityAPRs.html +137 -0
  83. data/doc/rdoc/classes/Plaid/Models/CreditDetails.html +166 -0
  84. data/doc/rdoc/classes/Plaid/Models/CreditDetailsAPR.html +126 -0
  85. data/doc/rdoc/classes/Plaid/Models/CreditDetailsAPRs.html +126 -0
  86. data/doc/rdoc/classes/Plaid/Models/Error.html +110 -0
  87. data/doc/rdoc/classes/Plaid/Models/Holding.html +181 -0
  88. data/doc/rdoc/classes/Plaid/Models/Identity.html +135 -0
  89. data/doc/rdoc/classes/Plaid/Models/IdentityAddress.html +118 -0
  90. data/doc/rdoc/classes/Plaid/Models/IdentityAddressData.html +142 -0
  91. data/doc/rdoc/classes/Plaid/Models/IdentityEmail.html +127 -0
  92. data/doc/rdoc/classes/Plaid/Models/IdentityPhoneNumber.html +126 -0
  93. data/doc/rdoc/classes/Plaid/Models/Income.html +173 -0
  94. data/doc/rdoc/classes/Plaid/Models/IncomeStream.html +136 -0
  95. data/doc/rdoc/classes/Plaid/Models/Institution.html +230 -0
  96. data/doc/rdoc/classes/Plaid/Models/InstitutionCredential.html +126 -0
  97. data/doc/rdoc/classes/Plaid/Models/InstitutionPaymentInitiationMetadata.html +136 -0
  98. data/doc/rdoc/classes/Plaid/Models/InstitutionStatus.html +111 -0
  99. data/doc/rdoc/classes/Plaid/Models/InstitutionStatusBreakdown.html +129 -0
  100. data/doc/rdoc/classes/Plaid/Models/InstitutionStatusItemLogins.html +127 -0
  101. data/doc/rdoc/classes/Plaid/Models/InvestmentTransaction.html +224 -0
  102. data/doc/rdoc/classes/Plaid/Models/Item.html +169 -0
  103. data/doc/rdoc/classes/Plaid/Models/ItemStatus.html +129 -0
  104. data/doc/rdoc/classes/Plaid/Models/ItemStatusInvestments.html +119 -0
  105. data/doc/rdoc/classes/Plaid/Models/ItemStatusLastWebhook.html +118 -0
  106. data/doc/rdoc/classes/Plaid/Models/ItemStatusTransactions.html +119 -0
  107. data/doc/rdoc/classes/Plaid/Models/Liabilities.html +130 -0
  108. data/doc/rdoc/classes/Plaid/Models/LinkTokenMetadata.html +158 -0
  109. data/doc/rdoc/classes/Plaid/Models/MFA/Device.html +110 -0
  110. data/doc/rdoc/classes/Plaid/Models/MFA/DeviceListElement.html +126 -0
  111. data/doc/rdoc/classes/Plaid/Models/MFA/Selection.html +118 -0
  112. data/doc/rdoc/classes/Plaid/Models/MFA.html +129 -0
  113. data/doc/rdoc/classes/Plaid/Models/NumberACH.html +134 -0
  114. data/doc/rdoc/classes/Plaid/Models/NumberBACS.html +126 -0
  115. data/doc/rdoc/classes/Plaid/Models/NumberEFT.html +134 -0
  116. data/doc/rdoc/classes/Plaid/Models/NumberInternational.html +127 -0
  117. data/doc/rdoc/classes/Plaid/Models/Numbers.html +135 -0
  118. data/doc/rdoc/classes/Plaid/Models/PSLFStatus.html +128 -0
  119. data/doc/rdoc/classes/Plaid/Models/Payment.html +191 -0
  120. data/doc/rdoc/classes/Plaid/Models/PaymentAmount.html +118 -0
  121. data/doc/rdoc/classes/Plaid/Models/PaymentRecipient.html +142 -0
  122. data/doc/rdoc/classes/Plaid/Models/PaymentRecipientAddress.html +134 -0
  123. data/doc/rdoc/classes/Plaid/Models/PaymentRecipientBACS.html +118 -0
  124. data/doc/rdoc/classes/Plaid/Models/PaymentSchedule.html +126 -0
  125. data/doc/rdoc/classes/Plaid/Models/Security.html +228 -0
  126. data/doc/rdoc/classes/Plaid/Models/StandingOrderMetadata.html +129 -0
  127. data/doc/rdoc/classes/Plaid/Models/StudentLoanLiability.html +305 -0
  128. data/doc/rdoc/classes/Plaid/Models/StudentLoanRepaymentPlan.html +118 -0
  129. data/doc/rdoc/classes/Plaid/Models/StudentLoanServicerAddress.html +142 -0
  130. data/doc/rdoc/classes/Plaid/Models/StudentLoanStatus.html +118 -0
  131. data/doc/rdoc/classes/Plaid/Models/Transaction.html +265 -0
  132. data/doc/rdoc/classes/Plaid/Models/TransactionLocation.html +166 -0
  133. data/doc/rdoc/classes/Plaid/Models/TransactionPaymentMeta.html +167 -0
  134. data/doc/rdoc/classes/Plaid/Models/Warning.html +126 -0
  135. data/doc/rdoc/classes/Plaid/Models/WebhookVerificationKey.html +174 -0
  136. data/doc/rdoc/classes/Plaid/Models.html +506 -0
  137. data/doc/rdoc/classes/Plaid/MultipleInstitutionsResponse.html +119 -0
  138. data/doc/rdoc/classes/Plaid/Ocrolus/ProcessorToken.html +205 -0
  139. data/doc/rdoc/classes/Plaid/Ocrolus.html +151 -0
  140. data/doc/rdoc/classes/Plaid/PaymentCreateResponse.html +118 -0
  141. data/doc/rdoc/classes/Plaid/PaymentGetResponse.html +191 -0
  142. data/doc/rdoc/classes/Plaid/PaymentInitiation.html +570 -0
  143. data/doc/rdoc/classes/Plaid/PaymentListResponse.html +119 -0
  144. data/doc/rdoc/classes/Plaid/PaymentRecipientCreateResponse.html +110 -0
  145. data/doc/rdoc/classes/Plaid/PaymentRecipientGetResponse.html +142 -0
  146. data/doc/rdoc/classes/Plaid/PaymentRecipientListResponse.html +110 -0
  147. data/doc/rdoc/classes/Plaid/PaymentTokenCreateResponse.html +118 -0
  148. data/doc/rdoc/classes/Plaid/PlaidAPIError.html +260 -0
  149. data/doc/rdoc/classes/Plaid/PlaidError.html +96 -0
  150. data/doc/rdoc/classes/Plaid/PlaidServerError.html +96 -0
  151. data/doc/rdoc/classes/Plaid/Processor.html +143 -0
  152. data/doc/rdoc/classes/Plaid/ProcessorToken.html +219 -0
  153. data/doc/rdoc/classes/Plaid/ProcessorTokenResponse.html +110 -0
  154. data/doc/rdoc/classes/Plaid/PublicToken/CreateResponse.html +118 -0
  155. data/doc/rdoc/classes/Plaid/PublicToken/ExchangeResponse.html +118 -0
  156. data/doc/rdoc/classes/Plaid/PublicToken.html +283 -0
  157. data/doc/rdoc/classes/Plaid/RateLimitExceededError.html +97 -0
  158. data/doc/rdoc/classes/Plaid/Sandbox.html +119 -0
  159. data/doc/rdoc/classes/Plaid/SandboxItem/FireWebhookResponse.html +110 -0
  160. data/doc/rdoc/classes/Plaid/SandboxItem/ResetLoginResponse.html +110 -0
  161. data/doc/rdoc/classes/Plaid/SandboxItem.html +351 -0
  162. data/doc/rdoc/classes/Plaid/SandboxPublicToken/SandboxCreateResponse.html +118 -0
  163. data/doc/rdoc/classes/Plaid/SandboxPublicToken.html +249 -0
  164. data/doc/rdoc/classes/Plaid/SingleInstitutionResponse.html +111 -0
  165. data/doc/rdoc/classes/Plaid/Stripe/BankAccountToken/CreateResponse.html +110 -0
  166. data/doc/rdoc/classes/Plaid/Stripe/BankAccountToken.html +215 -0
  167. data/doc/rdoc/classes/Plaid/Stripe.html +151 -0
  168. data/doc/rdoc/classes/Plaid/SubproductMixin.html +179 -0
  169. data/doc/rdoc/classes/Plaid/Transactions/GetResponse.html +144 -0
  170. data/doc/rdoc/classes/Plaid/Transactions.html +302 -0
  171. data/doc/rdoc/classes/Plaid/Webhook/UpdateResponse.html +110 -0
  172. data/doc/rdoc/classes/Plaid/Webhook.html +214 -0
  173. data/doc/rdoc/classes/Plaid/Webhooks/WebhookVerificationKeyGetResponse.html +110 -0
  174. data/doc/rdoc/classes/Plaid/Webhooks.html +207 -0
  175. data/doc/rdoc/classes/Plaid.html +772 -0
  176. data/doc/rdoc/created.rid +28 -0
  177. data/doc/rdoc/css/github.css +123 -0
  178. data/doc/rdoc/css/main.css +333 -0
  179. data/doc/rdoc/css/panel.css +383 -0
  180. data/doc/rdoc/css/reset.css +48 -0
  181. data/doc/rdoc/favicon.ico +0 -0
  182. data/doc/rdoc/files/LICENSE_txt.html +98 -0
  183. data/doc/rdoc/files/README_md.html +388 -0
  184. data/doc/rdoc/files/lib/plaid/client_rb.html +121 -0
  185. data/doc/rdoc/files/lib/plaid/errors_rb.html +132 -0
  186. data/doc/rdoc/files/lib/plaid/middleware_rb.html +99 -0
  187. data/doc/rdoc/files/lib/plaid/models_rb.html +450 -0
  188. data/doc/rdoc/files/lib/plaid/products/accounts_rb.html +102 -0
  189. data/doc/rdoc/files/lib/plaid/products/asset_report_rb.html +132 -0
  190. data/doc/rdoc/files/lib/plaid/products/auth_rb.html +97 -0
  191. data/doc/rdoc/files/lib/plaid/products/base_product_rb.html +92 -0
  192. data/doc/rdoc/files/lib/plaid/products/categories_rb.html +92 -0
  193. data/doc/rdoc/files/lib/plaid/products/credit_details_rb.html +97 -0
  194. data/doc/rdoc/files/lib/plaid/products/deposit_switch_rb.html +102 -0
  195. data/doc/rdoc/files/lib/plaid/products/identity_rb.html +97 -0
  196. data/doc/rdoc/files/lib/plaid/products/income_rb.html +97 -0
  197. data/doc/rdoc/files/lib/plaid/products/institutions_rb.html +102 -0
  198. data/doc/rdoc/files/lib/plaid/products/investments_rb.html +120 -0
  199. data/doc/rdoc/files/lib/plaid/products/item_rb.html +142 -0
  200. data/doc/rdoc/files/lib/plaid/products/liabilities_rb.html +97 -0
  201. data/doc/rdoc/files/lib/plaid/products/link_token_rb.html +102 -0
  202. data/doc/rdoc/files/lib/plaid/products/payment_initiation_rb.html +127 -0
  203. data/doc/rdoc/files/lib/plaid/products/processor_rb.html +142 -0
  204. data/doc/rdoc/files/lib/plaid/products/sandbox_rb.html +117 -0
  205. data/doc/rdoc/files/lib/plaid/products/transactions_rb.html +105 -0
  206. data/doc/rdoc/files/lib/plaid/products/webhooks_rb.html +97 -0
  207. data/doc/rdoc/files/lib/plaid/version_rb.html +82 -0
  208. data/doc/rdoc/files/lib/plaid_rb.html +120 -0
  209. data/doc/rdoc/i/arrows.png +0 -0
  210. data/doc/rdoc/i/results_bg.png +0 -0
  211. data/doc/rdoc/i/tree_bg.png +0 -0
  212. data/doc/rdoc/index.html +13 -0
  213. data/doc/rdoc/js/highlight.pack.js +1 -0
  214. data/doc/rdoc/js/jquery-1.3.2.min.js +19 -0
  215. data/doc/rdoc/js/main.js +29 -0
  216. data/doc/rdoc/js/navigation.js +142 -0
  217. data/doc/rdoc/js/navigation.js.gz +0 -0
  218. data/doc/rdoc/js/search_index.js +1 -0
  219. data/doc/rdoc/js/search_index.js.gz +0 -0
  220. data/doc/rdoc/js/searchdoc.js +468 -0
  221. data/doc/rdoc/js/searcher.js +229 -0
  222. data/doc/rdoc/js/searcher.js.gz +0 -0
  223. data/doc/rdoc/panel/index.html +74 -0
  224. data/doc/rdoc/panel/links.html +60 -0
  225. data/doc/rdoc/panel/tree.js +1 -0
  226. data/lib/plaid/.DS_Store +0 -0
  227. data/lib/plaid/api/plaid_api.rb +544 -24
  228. data/lib/plaid/api_client.rb +2 -2
  229. data/lib/plaid/api_error.rb +1 -1
  230. data/lib/plaid/configuration.rb +1 -1
  231. data/lib/plaid/models/account_access.rb +1 -1
  232. data/lib/plaid/models/account_assets.rb +2 -2
  233. data/lib/plaid/models/account_assets_all_of.rb +2 -2
  234. data/lib/plaid/models/account_balance.rb +3 -3
  235. data/lib/plaid/models/account_base.rb +1 -1
  236. data/lib/plaid/models/account_filter.rb +1 -1
  237. data/lib/plaid/models/account_filters_response.rb +1 -1
  238. data/lib/plaid/models/account_identity.rb +2 -2
  239. data/lib/plaid/models/account_identity_all_of.rb +2 -2
  240. data/lib/plaid/models/account_product_access.rb +1 -1
  241. data/lib/plaid/models/account_product_access_nullable.rb +1 -1
  242. data/lib/plaid/models/account_selection_cardinality.rb +1 -1
  243. data/lib/plaid/models/account_subtype.rb +1 -1
  244. data/lib/plaid/models/account_type.rb +1 -1
  245. data/lib/plaid/models/accounts_balance_get_request.rb +1 -1
  246. data/lib/plaid/models/accounts_balance_get_request_options.rb +1 -1
  247. data/lib/plaid/models/accounts_get_request.rb +1 -1
  248. data/lib/plaid/models/accounts_get_request_options.rb +1 -1
  249. data/lib/plaid/models/accounts_get_response.rb +1 -1
  250. data/lib/plaid/models/ach_class.rb +1 -1
  251. data/lib/plaid/models/address.rb +1 -1
  252. data/lib/plaid/models/address_data.rb +3 -3
  253. data/lib/plaid/models/address_data_nullable.rb +3 -3
  254. data/lib/plaid/models/address_nullable.rb +1 -1
  255. data/lib/plaid/models/application.rb +1 -1
  256. data/lib/plaid/models/application_get_request.rb +1 -1
  257. data/lib/plaid/models/application_get_response.rb +1 -1
  258. data/lib/plaid/models/apr.rb +1 -1
  259. data/lib/plaid/models/asset_report.rb +1 -1
  260. data/lib/plaid/models/asset_report_audit_copy_create_request.rb +1 -1
  261. data/lib/plaid/models/asset_report_audit_copy_create_response.rb +1 -1
  262. data/lib/plaid/models/asset_report_audit_copy_get_request.rb +1 -1
  263. data/lib/plaid/models/asset_report_audit_copy_remove_request.rb +1 -1
  264. data/lib/plaid/models/asset_report_audit_copy_remove_response.rb +1 -1
  265. data/lib/plaid/models/asset_report_create_request.rb +1 -1
  266. data/lib/plaid/models/asset_report_create_request_options.rb +1 -1
  267. data/lib/plaid/models/asset_report_create_response.rb +1 -1
  268. data/lib/plaid/models/asset_report_filter_request.rb +1 -1
  269. data/lib/plaid/models/asset_report_filter_response.rb +1 -1
  270. data/lib/plaid/models/asset_report_get_request.rb +1 -1
  271. data/lib/plaid/models/asset_report_get_response.rb +1 -1
  272. data/lib/plaid/models/asset_report_item.rb +1 -1
  273. data/lib/plaid/models/asset_report_pdf_get_request.rb +1 -1
  274. data/lib/plaid/models/asset_report_refresh_request.rb +1 -1
  275. data/lib/plaid/models/asset_report_refresh_request_options.rb +1 -1
  276. data/lib/plaid/models/asset_report_refresh_response.rb +1 -1
  277. data/lib/plaid/models/asset_report_remove_request.rb +1 -1
  278. data/lib/plaid/models/asset_report_remove_response.rb +1 -1
  279. data/lib/plaid/models/asset_report_transaction.rb +1 -1
  280. data/lib/plaid/models/asset_report_transaction_all_of.rb +1 -1
  281. data/lib/plaid/models/asset_report_user.rb +1 -1
  282. data/lib/plaid/models/assets_error_webhook.rb +1 -1
  283. data/lib/plaid/models/assets_product_ready_webhook.rb +1 -1
  284. data/lib/plaid/models/auth_get_numbers.rb +1 -1
  285. data/lib/plaid/models/auth_get_request.rb +1 -1
  286. data/lib/plaid/models/auth_get_request_options.rb +1 -1
  287. data/lib/plaid/models/auth_get_response.rb +1 -1
  288. data/lib/plaid/models/auth_metadata.rb +1 -1
  289. data/lib/plaid/models/auth_supported_methods.rb +1 -1
  290. data/lib/plaid/models/automatically_verified_webhook.rb +1 -1
  291. data/lib/plaid/models/bank_initiated_return_risk.rb +1 -1
  292. data/lib/plaid/models/bank_transfer.rb +1 -1
  293. data/lib/plaid/models/bank_transfer_balance.rb +1 -1
  294. data/lib/plaid/models/bank_transfer_balance_get_request.rb +1 -1
  295. data/lib/plaid/models/bank_transfer_balance_get_response.rb +1 -1
  296. data/lib/plaid/models/bank_transfer_cancel_request.rb +1 -1
  297. data/lib/plaid/models/bank_transfer_cancel_response.rb +1 -1
  298. data/lib/plaid/models/bank_transfer_create_request.rb +1 -1
  299. data/lib/plaid/models/bank_transfer_create_response.rb +1 -1
  300. data/lib/plaid/models/bank_transfer_direction.rb +1 -1
  301. data/lib/plaid/models/bank_transfer_event.rb +1 -1
  302. data/lib/plaid/models/bank_transfer_event_list_request.rb +1 -1
  303. data/lib/plaid/models/bank_transfer_event_list_response.rb +1 -1
  304. data/lib/plaid/models/bank_transfer_event_sync_request.rb +1 -1
  305. data/lib/plaid/models/bank_transfer_event_sync_response.rb +1 -1
  306. data/lib/plaid/models/bank_transfer_event_type.rb +1 -1
  307. data/lib/plaid/models/bank_transfer_failure.rb +1 -1
  308. data/lib/plaid/models/bank_transfer_get_request.rb +1 -1
  309. data/lib/plaid/models/bank_transfer_get_response.rb +1 -1
  310. data/lib/plaid/models/bank_transfer_list_request.rb +1 -1
  311. data/lib/plaid/models/bank_transfer_list_response.rb +1 -1
  312. data/lib/plaid/models/bank_transfer_migrate_account_request.rb +1 -1
  313. data/lib/plaid/models/bank_transfer_migrate_account_response.rb +1 -1
  314. data/lib/plaid/models/bank_transfer_network.rb +1 -1
  315. data/lib/plaid/models/bank_transfer_receiver_details.rb +1 -1
  316. data/lib/plaid/models/bank_transfer_status.rb +1 -1
  317. data/lib/plaid/models/bank_transfer_sweep.rb +1 -1
  318. data/lib/plaid/models/bank_transfer_sweep_account.rb +1 -1
  319. data/lib/plaid/models/bank_transfer_sweep_get_request.rb +1 -1
  320. data/lib/plaid/models/bank_transfer_sweep_get_response.rb +1 -1
  321. data/lib/plaid/models/bank_transfer_sweep_list_request.rb +1 -1
  322. data/lib/plaid/models/bank_transfer_sweep_list_response.rb +1 -1
  323. data/lib/plaid/models/bank_transfer_type.rb +1 -1
  324. data/lib/plaid/models/bank_transfer_user.rb +1 -1
  325. data/lib/plaid/models/bank_transfers_events_update_webhook.rb +1 -1
  326. data/lib/plaid/models/categories_get_response.rb +1 -1
  327. data/lib/plaid/models/category.rb +1 -1
  328. data/lib/plaid/models/cause.rb +1 -1
  329. data/lib/plaid/models/connected_application.rb +1 -1
  330. data/lib/plaid/models/country_code.rb +1 -1
  331. data/lib/plaid/models/credit_card_liability.rb +1 -1
  332. data/lib/plaid/models/credit_filter.rb +1 -1
  333. data/lib/plaid/models/customer_initiated_return_risk.rb +1 -1
  334. data/lib/plaid/models/deductions.rb +1 -1
  335. data/lib/plaid/models/deductions_breakdown.rb +1 -1
  336. data/lib/plaid/models/deductions_total.rb +1 -1
  337. data/lib/plaid/models/default_update_webhook.rb +1 -1
  338. data/lib/plaid/models/deposit_switch_address_data.rb +1 -1
  339. data/lib/plaid/models/deposit_switch_alt_create_request.rb +1 -1
  340. data/lib/plaid/models/deposit_switch_alt_create_response.rb +1 -1
  341. data/lib/plaid/models/deposit_switch_create_request.rb +1 -1
  342. data/lib/plaid/models/deposit_switch_create_request_options.rb +1 -1
  343. data/lib/plaid/models/deposit_switch_create_response.rb +1 -1
  344. data/lib/plaid/models/deposit_switch_get_request.rb +1 -1
  345. data/lib/plaid/models/deposit_switch_get_response.rb +1 -1
  346. data/lib/plaid/models/deposit_switch_state_update_webhook.rb +1 -1
  347. data/lib/plaid/models/deposit_switch_target_account.rb +1 -1
  348. data/lib/plaid/models/deposit_switch_target_user.rb +1 -1
  349. data/lib/plaid/models/deposit_switch_token_create_request.rb +1 -1
  350. data/lib/plaid/models/deposit_switch_token_create_response.rb +1 -1
  351. data/lib/plaid/models/depository_filter.rb +1 -1
  352. data/lib/plaid/models/distribution_breakdown.rb +1 -1
  353. data/lib/plaid/models/doc_type.rb +1 -1
  354. data/lib/plaid/models/document_metadata.rb +1 -1
  355. data/lib/plaid/models/earnings.rb +1 -1
  356. data/lib/plaid/models/earnings_breakdown.rb +1 -1
  357. data/lib/plaid/models/earnings_breakdown_canonical_description.rb +1 -1
  358. data/lib/plaid/models/earnings_total.rb +1 -1
  359. data/lib/plaid/models/email.rb +1 -1
  360. data/lib/plaid/models/employee.rb +1 -1
  361. data/lib/plaid/models/employee_income_summary_field_string.rb +1 -1
  362. data/lib/plaid/models/employer.rb +1 -1
  363. data/lib/plaid/models/employer_income_summary_field_string.rb +1 -1
  364. data/lib/plaid/models/employer_verification.rb +1 -1
  365. data/lib/plaid/models/employers_search_request.rb +1 -1
  366. data/lib/plaid/models/employers_search_response.rb +1 -1
  367. data/lib/plaid/models/employment_details.rb +1 -1
  368. data/lib/plaid/models/employment_verification.rb +1 -1
  369. data/lib/plaid/models/employment_verification_get_request.rb +1 -1
  370. data/lib/plaid/models/employment_verification_get_response.rb +1 -1
  371. data/lib/plaid/models/employment_verification_status.rb +1 -1
  372. data/lib/plaid/models/error.rb +2 -2
  373. data/lib/plaid/models/external_payment_options.rb +18 -18
  374. data/lib/plaid/models/external_payment_refund_details.rb +1 -1
  375. data/lib/plaid/models/external_payment_schedule_base.rb +1 -1
  376. data/lib/plaid/models/external_payment_schedule_get.rb +1 -1
  377. data/lib/plaid/models/external_payment_schedule_request.rb +1 -1
  378. data/lib/plaid/models/health_incident.rb +1 -1
  379. data/lib/plaid/models/historical_balance.rb +1 -1
  380. data/lib/plaid/models/historical_update_webhook.rb +1 -1
  381. data/lib/plaid/models/holding.rb +1 -1
  382. data/lib/plaid/models/holdings_default_update_webhook.rb +1 -1
  383. data/lib/plaid/models/holdings_override.rb +1 -1
  384. data/lib/plaid/models/identity_get_request.rb +1 -1
  385. data/lib/plaid/models/identity_get_request_options.rb +1 -1
  386. data/lib/plaid/models/identity_get_response.rb +1 -1
  387. data/lib/plaid/models/incident_update.rb +1 -1
  388. data/lib/plaid/models/income_breakdown.rb +1 -1
  389. data/lib/plaid/models/income_breakdown_type.rb +1 -1
  390. data/lib/plaid/models/income_override.rb +1 -1
  391. data/lib/plaid/models/income_summary.rb +1 -1
  392. data/lib/plaid/models/income_summary_field_number.rb +1 -1
  393. data/lib/plaid/models/income_summary_field_string.rb +1 -1
  394. data/lib/plaid/models/income_verification_create_request.rb +1 -1
  395. data/lib/plaid/models/income_verification_create_request_options.rb +2 -2
  396. data/lib/plaid/models/income_verification_create_response.rb +1 -1
  397. data/lib/plaid/models/income_verification_documents_download_request.rb +1 -1
  398. data/lib/plaid/models/income_verification_paystub_get_request.rb +1 -1
  399. data/lib/plaid/models/income_verification_paystub_get_response.rb +1 -1
  400. data/lib/plaid/models/income_verification_paystubs_get_request.rb +1 -1
  401. data/lib/plaid/models/income_verification_paystubs_get_response.rb +1 -1
  402. data/lib/plaid/models/income_verification_precheck_confidence.rb +1 -1
  403. data/lib/plaid/models/income_verification_precheck_employer.rb +1 -1
  404. data/lib/plaid/models/income_verification_precheck_employer_address.rb +3 -3
  405. data/lib/plaid/models/income_verification_precheck_military_info.rb +1 -1
  406. data/lib/plaid/models/income_verification_precheck_request.rb +1 -1
  407. data/lib/plaid/models/income_verification_precheck_response.rb +1 -1
  408. data/lib/plaid/models/income_verification_precheck_user.rb +1 -1
  409. data/lib/plaid/models/income_verification_refresh_request.rb +1 -1
  410. data/lib/plaid/models/income_verification_refresh_response.rb +1 -1
  411. data/lib/plaid/models/income_verification_status_webhook.rb +2 -2
  412. data/lib/plaid/models/income_verification_summary_get_request.rb +1 -1
  413. data/lib/plaid/models/income_verification_summary_get_response.rb +1 -1
  414. data/lib/plaid/models/income_verification_taxforms_get_request.rb +1 -1
  415. data/lib/plaid/models/income_verification_taxforms_get_response.rb +1 -1
  416. data/lib/plaid/models/income_verification_webhook_status.rb +1 -1
  417. data/lib/plaid/models/inflow_model.rb +2 -2
  418. data/lib/plaid/models/initial_update_webhook.rb +1 -1
  419. data/lib/plaid/models/institution.rb +1 -1
  420. data/lib/plaid/models/institution_status.rb +1 -1
  421. data/lib/plaid/models/institutions_get_by_id_request.rb +2 -2
  422. data/lib/plaid/models/institutions_get_by_id_request_options.rb +1 -1
  423. data/lib/plaid/models/institutions_get_by_id_response.rb +1 -1
  424. data/lib/plaid/models/institutions_get_request.rb +2 -2
  425. data/lib/plaid/models/institutions_get_request_options.rb +2 -2
  426. data/lib/plaid/models/institutions_get_response.rb +1 -1
  427. data/lib/plaid/models/institutions_search_account_filter.rb +1 -1
  428. data/lib/plaid/models/institutions_search_payment_initiation_options.rb +1 -1
  429. data/lib/plaid/models/institutions_search_request.rb +2 -2
  430. data/lib/plaid/models/institutions_search_request_options.rb +1 -1
  431. data/lib/plaid/models/institutions_search_response.rb +1 -1
  432. data/lib/plaid/models/investment_filter.rb +2 -2
  433. data/lib/plaid/models/investment_holdings_get_request_options.rb +1 -1
  434. data/lib/plaid/models/investment_transaction.rb +2 -2
  435. data/lib/plaid/models/investments_default_update_webhook.rb +1 -1
  436. data/lib/plaid/models/investments_holdings_get_request.rb +1 -1
  437. data/lib/plaid/models/investments_holdings_get_response.rb +1 -1
  438. data/lib/plaid/models/investments_transactions_get_request.rb +1 -1
  439. data/lib/plaid/models/investments_transactions_get_request_options.rb +1 -1
  440. data/lib/plaid/models/investments_transactions_get_response.rb +1 -1
  441. data/lib/plaid/models/investments_transactions_override.rb +1 -1
  442. data/lib/plaid/models/item.rb +1 -1
  443. data/lib/plaid/models/item_access_token_invalidate_request.rb +1 -1
  444. data/lib/plaid/models/item_access_token_invalidate_response.rb +1 -1
  445. data/lib/plaid/models/item_application_list_request.rb +1 -1
  446. data/lib/plaid/models/item_application_list_response.rb +1 -1
  447. data/lib/plaid/models/item_application_list_user_auth.rb +1 -1
  448. data/lib/plaid/models/item_application_scopes_update_request.rb +1 -1
  449. data/lib/plaid/models/item_application_scopes_update_response.rb +1 -1
  450. data/lib/plaid/models/item_error_webhook.rb +1 -1
  451. data/lib/plaid/models/item_get_request.rb +1 -1
  452. data/lib/plaid/models/item_get_response.rb +1 -1
  453. data/lib/plaid/models/item_import_request.rb +1 -1
  454. data/lib/plaid/models/item_import_request_options.rb +1 -1
  455. data/lib/plaid/models/item_import_request_user_auth.rb +1 -1
  456. data/lib/plaid/models/item_import_response.rb +1 -1
  457. data/lib/plaid/models/item_product_ready_webhook.rb +1 -1
  458. data/lib/plaid/models/item_public_token_create_request.rb +1 -1
  459. data/lib/plaid/models/item_public_token_create_response.rb +1 -1
  460. data/lib/plaid/models/item_public_token_exchange_request.rb +1 -1
  461. data/lib/plaid/models/item_public_token_exchange_response.rb +1 -1
  462. data/lib/plaid/models/item_remove_request.rb +1 -1
  463. data/lib/plaid/models/item_remove_response.rb +1 -1
  464. data/lib/plaid/models/item_status.rb +1 -1
  465. data/lib/plaid/models/item_status_investments.rb +1 -1
  466. data/lib/plaid/models/item_status_last_webhook.rb +1 -1
  467. data/lib/plaid/models/item_status_nullable.rb +1 -1
  468. data/lib/plaid/models/item_status_transactions.rb +1 -1
  469. data/lib/plaid/models/item_webhook_update_request.rb +1 -1
  470. data/lib/plaid/models/item_webhook_update_response.rb +1 -1
  471. data/lib/plaid/models/jwk_public_key.rb +1 -1
  472. data/lib/plaid/models/jwt_header.rb +1 -1
  473. data/lib/plaid/models/liabilities_default_update_webhook.rb +1 -1
  474. data/lib/plaid/models/liabilities_get_request.rb +1 -1
  475. data/lib/plaid/models/liabilities_get_request_options.rb +1 -1
  476. data/lib/plaid/models/liabilities_get_response.rb +1 -1
  477. data/lib/plaid/models/liabilities_object.rb +1 -1
  478. data/lib/plaid/models/liability_override.rb +1 -1
  479. data/lib/plaid/models/link_token_account_filters.rb +1 -1
  480. data/lib/plaid/models/link_token_create_request.rb +13 -4
  481. data/lib/plaid/models/link_token_create_request_account_subtypes.rb +2 -2
  482. data/lib/plaid/models/link_token_create_request_auth.rb +1 -1
  483. data/lib/plaid/models/link_token_create_request_deposit_switch.rb +1 -1
  484. data/lib/plaid/models/link_token_create_request_income_verification.rb +1 -1
  485. data/lib/plaid/models/link_token_create_request_payment_initiation.rb +1 -1
  486. data/lib/plaid/models/link_token_create_request_transfer.rb +220 -0
  487. data/lib/plaid/models/link_token_create_request_update.rb +1 -1
  488. data/lib/plaid/models/link_token_create_request_user.rb +1 -1
  489. data/lib/plaid/models/link_token_create_response.rb +1 -1
  490. data/lib/plaid/models/link_token_eu_config.rb +1 -1
  491. data/lib/plaid/models/link_token_get_metadata_response.rb +1 -1
  492. data/lib/plaid/models/link_token_get_request.rb +1 -1
  493. data/lib/plaid/models/link_token_get_response.rb +1 -1
  494. data/lib/plaid/models/loan_filter.rb +1 -1
  495. data/lib/plaid/models/location.rb +3 -3
  496. data/lib/plaid/models/meta.rb +1 -1
  497. data/lib/plaid/models/mfa.rb +1 -1
  498. data/lib/plaid/models/mortgage_interest_rate.rb +1 -1
  499. data/lib/plaid/models/mortgage_liability.rb +1 -1
  500. data/lib/plaid/models/mortgage_property_address.rb +1 -1
  501. data/lib/plaid/models/net_pay.rb +1 -1
  502. data/lib/plaid/models/new_accounts_available_webhook.rb +1 -1
  503. data/lib/plaid/models/numbers.rb +1 -1
  504. data/lib/plaid/models/numbers_ach.rb +1 -1
  505. data/lib/plaid/models/numbers_ach_nullable.rb +1 -1
  506. data/lib/plaid/models/numbers_bacs.rb +1 -1
  507. data/lib/plaid/models/numbers_bacs_nullable.rb +1 -1
  508. data/lib/plaid/models/numbers_eft.rb +1 -1
  509. data/lib/plaid/models/numbers_eft_nullable.rb +1 -1
  510. data/lib/plaid/models/numbers_international.rb +1 -1
  511. data/lib/plaid/models/numbers_international_nullable.rb +1 -1
  512. data/lib/plaid/models/override_account_type.rb +1 -1
  513. data/lib/plaid/models/override_accounts.rb +1 -1
  514. data/lib/plaid/models/owner.rb +1 -1
  515. data/lib/plaid/models/owner_override.rb +1 -1
  516. data/lib/plaid/models/pay.rb +1 -1
  517. data/lib/plaid/models/pay_frequency.rb +1 -1
  518. data/lib/plaid/models/pay_frequency_value.rb +1 -1
  519. data/lib/plaid/models/pay_period_details.rb +1 -1
  520. data/lib/plaid/models/payment_amount.rb +1 -1
  521. data/lib/plaid/models/payment_initiation_address.rb +1 -1
  522. data/lib/plaid/models/payment_initiation_metadata.rb +1 -1
  523. data/lib/plaid/models/payment_initiation_optional_restriction_bacs.rb +1 -1
  524. data/lib/plaid/models/payment_initiation_payment.rb +11 -63
  525. data/lib/plaid/models/payment_initiation_payment_create_request.rb +1 -1
  526. data/lib/plaid/models/payment_initiation_payment_create_response.rb +1 -1
  527. data/lib/plaid/models/payment_initiation_payment_get_request.rb +1 -1
  528. data/lib/plaid/models/payment_initiation_payment_get_response.rb +11 -63
  529. data/lib/plaid/models/payment_initiation_payment_list_request.rb +1 -1
  530. data/lib/plaid/models/payment_initiation_payment_list_response.rb +1 -1
  531. data/lib/plaid/models/payment_initiation_payment_reverse_request.rb +1 -1
  532. data/lib/plaid/models/payment_initiation_payment_reverse_response.rb +1 -1
  533. data/lib/plaid/models/payment_initiation_payment_status.rb +46 -0
  534. data/lib/plaid/models/payment_initiation_payment_token_create_request.rb +1 -1
  535. data/lib/plaid/models/payment_initiation_payment_token_create_response.rb +1 -1
  536. data/lib/plaid/models/payment_initiation_recipient.rb +1 -1
  537. data/lib/plaid/models/payment_initiation_recipient_create_request.rb +1 -1
  538. data/lib/plaid/models/payment_initiation_recipient_create_response.rb +1 -1
  539. data/lib/plaid/models/payment_initiation_recipient_get_request.rb +1 -1
  540. data/lib/plaid/models/payment_initiation_recipient_get_response.rb +1 -1
  541. data/lib/plaid/models/payment_initiation_recipient_get_response_all_of.rb +1 -1
  542. data/lib/plaid/models/payment_initiation_recipient_list_request.rb +1 -1
  543. data/lib/plaid/models/payment_initiation_recipient_list_response.rb +1 -1
  544. data/lib/plaid/models/payment_initiation_refund.rb +1 -1
  545. data/lib/plaid/models/payment_initiation_standing_order_metadata.rb +1 -1
  546. data/lib/plaid/models/payment_meta.rb +1 -1
  547. data/lib/plaid/models/payment_schedule_interval.rb +1 -1
  548. data/lib/plaid/models/payment_status_update_webhook.rb +1 -1
  549. data/lib/plaid/models/paystub.rb +1 -1
  550. data/lib/plaid/models/paystub_address.rb +1 -1
  551. data/lib/plaid/models/paystub_deduction.rb +1 -1
  552. data/lib/plaid/models/paystub_details.rb +1 -1
  553. data/lib/plaid/models/paystub_employer.rb +1 -1
  554. data/lib/plaid/models/paystub_override.rb +1 -1
  555. data/lib/plaid/models/paystub_override_employee.rb +1 -1
  556. data/lib/plaid/models/paystub_override_employee_address.rb +1 -1
  557. data/lib/plaid/models/paystub_override_employer.rb +1 -1
  558. data/lib/plaid/models/paystub_pay_frequency.rb +1 -1
  559. data/lib/plaid/models/paystub_verification.rb +7 -2
  560. data/lib/plaid/models/paystub_verification_status.rb +1 -1
  561. data/lib/plaid/models/paystub_ytd_details.rb +1 -1
  562. data/lib/plaid/models/pending_expiration_webhook.rb +1 -1
  563. data/lib/plaid/models/personal_finance_category.rb +1 -1
  564. data/lib/plaid/models/phone_number.rb +1 -1
  565. data/lib/plaid/models/platform_ids.rb +1 -1
  566. data/lib/plaid/models/processor_apex_processor_token_create_request.rb +1 -1
  567. data/lib/plaid/models/processor_auth_get_request.rb +1 -1
  568. data/lib/plaid/models/processor_auth_get_response.rb +1 -1
  569. data/lib/plaid/models/processor_balance_get_request.rb +1 -1
  570. data/lib/plaid/models/processor_balance_get_request_options.rb +1 -1
  571. data/lib/plaid/models/processor_balance_get_response.rb +1 -1
  572. data/lib/plaid/models/processor_bank_transfer_create_request.rb +1 -1
  573. data/lib/plaid/models/processor_bank_transfer_create_response.rb +1 -1
  574. data/lib/plaid/models/processor_identity_get_request.rb +1 -1
  575. data/lib/plaid/models/processor_identity_get_response.rb +1 -1
  576. data/lib/plaid/models/processor_number.rb +1 -1
  577. data/lib/plaid/models/processor_stripe_bank_account_token_create_request.rb +1 -1
  578. data/lib/plaid/models/processor_stripe_bank_account_token_create_response.rb +1 -1
  579. data/lib/plaid/models/processor_token_create_request.rb +1 -1
  580. data/lib/plaid/models/processor_token_create_response.rb +1 -1
  581. data/lib/plaid/models/product_access.rb +1 -1
  582. data/lib/plaid/models/product_status.rb +1 -1
  583. data/lib/plaid/models/product_status_breakdown.rb +1 -1
  584. data/lib/plaid/models/products.rb +1 -1
  585. data/lib/plaid/models/projected_income_summary_field_number.rb +1 -1
  586. data/lib/plaid/models/pslf_status.rb +1 -1
  587. data/lib/plaid/models/recaptcha_required_error.rb +1 -1
  588. data/lib/plaid/models/recipient_bacs.rb +1 -1
  589. data/lib/plaid/models/recipient_bacs_nullable.rb +1 -1
  590. data/lib/plaid/models/recurring_transaction_frequency.rb +1 -1
  591. data/lib/plaid/models/removed_transaction.rb +1 -1
  592. data/lib/plaid/models/requested_scopes.rb +1 -1
  593. data/lib/plaid/models/sandbox_bank_transfer_fire_webhook_request.rb +1 -1
  594. data/lib/plaid/models/sandbox_bank_transfer_fire_webhook_response.rb +1 -1
  595. data/lib/plaid/models/sandbox_bank_transfer_simulate_request.rb +1 -1
  596. data/lib/plaid/models/sandbox_bank_transfer_simulate_response.rb +1 -1
  597. data/lib/plaid/models/sandbox_income_fire_webhook_request.rb +1 -1
  598. data/lib/plaid/models/sandbox_income_fire_webhook_response.rb +1 -1
  599. data/lib/plaid/models/sandbox_item_fire_webhook_request.rb +1 -1
  600. data/lib/plaid/models/sandbox_item_fire_webhook_response.rb +1 -1
  601. data/lib/plaid/models/sandbox_item_reset_login_request.rb +1 -1
  602. data/lib/plaid/models/sandbox_item_reset_login_response.rb +1 -1
  603. data/lib/plaid/models/sandbox_item_set_verification_status_request.rb +1 -1
  604. data/lib/plaid/models/sandbox_item_set_verification_status_response.rb +1 -1
  605. data/lib/plaid/models/sandbox_oauth_select_accounts_request.rb +1 -1
  606. data/lib/plaid/models/sandbox_processor_token_create_request.rb +1 -1
  607. data/lib/plaid/models/sandbox_processor_token_create_request_options.rb +1 -1
  608. data/lib/plaid/models/sandbox_processor_token_create_response.rb +1 -1
  609. data/lib/plaid/models/sandbox_public_token_create_request.rb +1 -1
  610. data/lib/plaid/models/sandbox_public_token_create_request_options.rb +1 -1
  611. data/lib/plaid/models/sandbox_public_token_create_request_options_transactions.rb +1 -1
  612. data/lib/plaid/models/sandbox_public_token_create_response.rb +1 -1
  613. data/lib/plaid/models/sandbox_transfer_simulate_request.rb +1 -1
  614. data/lib/plaid/models/sandbox_transfer_simulate_response.rb +1 -1
  615. data/lib/plaid/models/sandbox_transfer_sweep_simulate_request.rb +254 -0
  616. data/lib/plaid/models/sandbox_transfer_sweep_simulate_response.rb +239 -0
  617. data/lib/plaid/models/scopes.rb +1 -1
  618. data/lib/plaid/models/scopes_context.rb +1 -1
  619. data/lib/plaid/models/scopes_nullable.rb +1 -1
  620. data/lib/plaid/models/security.rb +1 -1
  621. data/lib/plaid/models/security_override.rb +1 -1
  622. data/lib/plaid/models/sender_bacs_nullable.rb +1 -1
  623. data/lib/plaid/models/servicer_address_data.rb +1 -1
  624. data/lib/plaid/models/signal_address_data.rb +1 -1
  625. data/lib/plaid/models/signal_decision_report_request.rb +1 -1
  626. data/lib/plaid/models/signal_decision_report_response.rb +1 -1
  627. data/lib/plaid/models/signal_device.rb +1 -1
  628. data/lib/plaid/models/signal_evaluate_core_attributes.rb +2 -2
  629. data/lib/plaid/models/signal_evaluate_request.rb +1 -1
  630. data/lib/plaid/models/signal_evaluate_response.rb +1 -1
  631. data/lib/plaid/models/signal_person_name.rb +1 -1
  632. data/lib/plaid/models/signal_return_report_request.rb +1 -1
  633. data/lib/plaid/models/signal_return_report_response.rb +1 -1
  634. data/lib/plaid/models/signal_scores.rb +1 -1
  635. data/lib/plaid/models/signal_user.rb +1 -1
  636. data/lib/plaid/models/standalone_account_type.rb +2 -2
  637. data/lib/plaid/models/standalone_currency_code_list.rb +1 -1
  638. data/lib/plaid/models/standalone_investment_transaction_type.rb +1 -1
  639. data/lib/plaid/models/student_loan.rb +1 -1
  640. data/lib/plaid/models/student_loan_repayment_model.rb +1 -1
  641. data/lib/plaid/models/student_loan_status.rb +1 -1
  642. data/lib/plaid/models/student_repayment_plan.rb +1 -1
  643. data/lib/plaid/models/taxform.rb +1 -1
  644. data/lib/plaid/models/taxpayer_id.rb +1 -1
  645. data/lib/plaid/models/total.rb +1 -1
  646. data/lib/plaid/models/total_canonical_description.rb +1 -1
  647. data/lib/plaid/models/transaction.rb +1 -1
  648. data/lib/plaid/models/transaction_all_of.rb +1 -1
  649. data/lib/plaid/models/transaction_base.rb +1 -1
  650. data/lib/plaid/models/transaction_code.rb +1 -1
  651. data/lib/plaid/models/transaction_data.rb +1 -1
  652. data/lib/plaid/models/transaction_override.rb +1 -1
  653. data/lib/plaid/models/transaction_stream.rb +1 -1
  654. data/lib/plaid/models/transaction_stream_amount.rb +1 -1
  655. data/lib/plaid/models/transactions_get_request.rb +1 -1
  656. data/lib/plaid/models/transactions_get_request_options.rb +1 -1
  657. data/lib/plaid/models/transactions_get_response.rb +1 -1
  658. data/lib/plaid/models/transactions_recurring_get_request.rb +1 -1
  659. data/lib/plaid/models/transactions_recurring_get_response.rb +1 -1
  660. data/lib/plaid/models/transactions_refresh_request.rb +1 -1
  661. data/lib/plaid/models/transactions_refresh_response.rb +1 -1
  662. data/lib/plaid/models/transactions_removed_webhook.rb +1 -1
  663. data/lib/plaid/models/transactions_sync_request.rb +1 -1
  664. data/lib/plaid/models/transactions_sync_response.rb +20 -5
  665. data/lib/plaid/models/transfer.rb +12 -2
  666. data/lib/plaid/models/transfer_authorization.rb +1 -1
  667. data/lib/plaid/models/transfer_authorization_create_request.rb +1 -1
  668. data/lib/plaid/models/transfer_authorization_create_response.rb +1 -1
  669. data/lib/plaid/models/transfer_authorization_decision_rationale.rb +1 -1
  670. data/lib/plaid/models/transfer_authorization_device.rb +1 -1
  671. data/lib/plaid/models/transfer_authorization_proposed_transfer.rb +1 -1
  672. data/lib/plaid/models/transfer_cancel_request.rb +1 -1
  673. data/lib/plaid/models/transfer_cancel_response.rb +1 -1
  674. data/lib/plaid/models/transfer_create_request.rb +1 -1
  675. data/lib/plaid/models/transfer_create_response.rb +1 -1
  676. data/lib/plaid/models/transfer_event.rb +26 -6
  677. data/lib/plaid/models/transfer_event_list_request.rb +12 -2
  678. data/lib/plaid/models/transfer_event_list_response.rb +1 -1
  679. data/lib/plaid/models/transfer_event_sync_request.rb +1 -1
  680. data/lib/plaid/models/transfer_event_sync_response.rb +1 -1
  681. data/lib/plaid/models/transfer_event_type.rb +3 -1
  682. data/lib/plaid/models/transfer_failure.rb +1 -1
  683. data/lib/plaid/models/transfer_get_request.rb +1 -1
  684. data/lib/plaid/models/transfer_get_response.rb +1 -1
  685. data/lib/plaid/models/transfer_intent_create_mode.rb +39 -0
  686. data/lib/plaid/models/transfer_intent_create_request.rb +376 -0
  687. data/lib/plaid/models/transfer_intent_create_response.rb +408 -0
  688. data/lib/plaid/models/transfer_intent_get_failure_reason.rb +240 -0
  689. data/lib/plaid/models/transfer_intent_get_request.rb +255 -0
  690. data/lib/plaid/models/transfer_intent_get_response.rb +467 -0
  691. data/lib/plaid/models/transfer_list_request.rb +1 -1
  692. data/lib/plaid/models/transfer_list_response.rb +1 -1
  693. data/lib/plaid/models/transfer_network.rb +1 -1
  694. data/lib/plaid/models/transfer_status.rb +1 -1
  695. data/lib/plaid/models/transfer_sweep.rb +250 -0
  696. data/lib/plaid/models/transfer_sweep_get_request.rb +245 -0
  697. data/lib/plaid/models/transfer_sweep_get_response.rb +239 -0
  698. data/lib/plaid/models/transfer_sweep_list_request.rb +330 -0
  699. data/lib/plaid/models/transfer_sweep_list_response.rb +241 -0
  700. data/lib/plaid/models/transfer_sweep_status.rb +41 -0
  701. data/lib/plaid/models/transfer_type.rb +1 -1
  702. data/lib/plaid/models/transfer_user_address_in_request.rb +1 -1
  703. data/lib/plaid/models/transfer_user_address_in_response.rb +1 -1
  704. data/lib/plaid/models/transfer_user_in_request.rb +1 -1
  705. data/lib/plaid/models/transfer_user_in_response.rb +1 -1
  706. data/lib/plaid/models/user_custom_password.rb +1 -1
  707. data/lib/plaid/models/user_permission_revoked_webhook.rb +1 -1
  708. data/lib/plaid/models/verification_attribute.rb +3 -3
  709. data/lib/plaid/models/verification_expired_webhook.rb +1 -1
  710. data/lib/plaid/models/verification_refresh_status.rb +1 -1
  711. data/lib/plaid/models/verification_status.rb +1 -1
  712. data/lib/plaid/models/w2.rb +1 -1
  713. data/lib/plaid/models/w2_box12.rb +1 -1
  714. data/lib/plaid/models/w2_state_and_local_wages.rb +1 -1
  715. data/lib/plaid/models/wallet_balance.rb +240 -0
  716. data/lib/plaid/models/wallet_get_request.rb +266 -0
  717. data/lib/plaid/models/wallet_get_response.rb +250 -0
  718. data/lib/plaid/models/wallet_transaction.rb +346 -0
  719. data/lib/plaid/models/wallet_transaction_amount.rb +306 -0
  720. data/lib/plaid/models/wallet_transaction_counterparty.rb +260 -0
  721. data/lib/plaid/models/wallet_transaction_counterparty_bacs.rb +288 -0
  722. data/lib/plaid/models/wallet_transaction_counterparty_numbers.rb +224 -0
  723. data/lib/plaid/models/wallet_transaction_execute_request.rb +384 -0
  724. data/lib/plaid/models/wallet_transaction_execute_response.rb +254 -0
  725. data/lib/plaid/models/wallet_transaction_status.rb +41 -0
  726. data/lib/plaid/models/wallet_transactions_list_request.rb +331 -0
  727. data/lib/plaid/models/wallet_transactions_list_response.rb +252 -0
  728. data/lib/plaid/models/warning.rb +1 -1
  729. data/lib/plaid/models/webhook_update_acknowledged_webhook.rb +1 -1
  730. data/lib/plaid/models/webhook_verification_key_get_request.rb +1 -1
  731. data/lib/plaid/models/webhook_verification_key_get_response.rb +1 -1
  732. data/lib/plaid/models/ytd_gross_income_summary_field_number.rb +1 -1
  733. data/lib/plaid/models/ytd_net_income_summary_field_number.rb +1 -1
  734. data/lib/plaid/version.rb +2 -2
  735. data/lib/plaid.rb +30 -1
  736. data/pkg/plaid-13.2.0.gem +0 -0
  737. data/pkg/plaid-14.0.0.beta.3.gem +0 -0
  738. data/pkg/plaid-14.0.0.beta.5.gem +0 -0
  739. data/pkg/plaid-14.0.0.gem +0 -0
  740. data/pkg/plaid-14.1.0.gem +0 -0
  741. data/pkg/plaid-14.3.0.gem +0 -0
  742. data/pkg/plaid-14.6.0.gem +0 -0
  743. data/plaid.gemspec +1 -1
  744. data/templates/ruby/api_client.mustache +1 -1
  745. data/test/test_income_verifications.rb +81 -0
  746. metadata +260 -3
  747. data/pkg/plaid-14.8.0.gem +0 -0
@@ -0,0 +1 @@
1
+ var search_data = {"index":{"searchIndex":["object","plaid","apierror","accesstoken","invalidateresponse","accounts","accountsresponse","apex","processortoken","assetreport","assetreportcreateresponse","assetreportfilterresponse","assetreportgetresponse","assetreportrefreshresponse","assetreportremoveresponse","auditcopycreateresponse","auditcopygetresponse","auditcopyremoveresponse","auth","authresponse","balance","baseproduct","categories","categoriesresponse","client","createresponse","creditdetails","creditdetailsresponse","depositswitch","createresponse","createtokenresponse","getresponse","dwolla","processortoken","error","getresponse","holdings","getresponse","identity","identityresponse","income","incomeresponse","institutionerror","institutions","invalidinputerror","invalidrequesterror","investmenttransactions","getresponse","investments","item","getresponse","importresponse","removeresponse","itemerror","liabilities","liabilitiesresponse","linktoken","middleware","models","account","accountwithowners","assetreport","assetreportaccount","assetreportbalance","assetreporthistoricalbalance","assetreportitem","assetreportowner","assetreporttransaction","assetreportuser","balances","baseerror","basemodel","baseresponse","category","cause","creditcardliability","creditcardliabilityaprs","creditdetails","creditdetailsapr","creditdetailsaprs","error","holding","identity","identityaddress","identityaddressdata","identityemail","identityphonenumber","income","incomestream","institution","institutioncredential","institutionpaymentinitiationmetadata","institutionstatus","institutionstatusbreakdown","institutionstatusitemlogins","investmenttransaction","item","itemstatus","itemstatusinvestments","itemstatuslastwebhook","itemstatustransactions","liabilities","linktokenmetadata","mfa","device","devicelistelement","selection","numberach","numberbacs","numbereft","numberinternational","numbers","pslfstatus","payment","paymentamount","paymentrecipient","paymentrecipientaddress","paymentrecipientbacs","paymentschedule","security","standingordermetadata","studentloanliability","studentloanrepaymentplan","studentloanserviceraddress","studentloanstatus","transaction","transactionlocation","transactionpaymentmeta","warning","webhookverificationkey","multipleinstitutionsresponse","ocrolus","processortoken","paymentcreateresponse","paymentgetresponse","paymentinitiation","paymentlistresponse","paymentrecipientcreateresponse","paymentrecipientgetresponse","paymentrecipientlistresponse","paymenttokencreateresponse","plaidapierror","plaiderror","plaidservererror","processor","processortoken","processortokenresponse","publictoken","createresponse","exchangeresponse","ratelimitexceedederror","sandbox","sandboxitem","firewebhookresponse","resetloginresponse","sandboxpublictoken","sandboxcreateresponse","singleinstitutionresponse","stripe","bankaccounttoken","createresponse","subproductmixin","transactions","getresponse","webhook","updateresponse","webhooks","webhookverificationkeygetresponse","api_host()","assert_property_exists!()","balance()","build_default_connection()","build_payload()","client()","convert_to_date_string()","create()","create()","create()","create()","create()","create()","create()","create()","create()","create()","create_audit_copy()","create_connection()","create_payment()","create_payment_token()","create_recipient()","create_token()","error_from_type()","exchange()","filter()","fire_webhook()","get()","get()","get()","get()","get()","get()","get()","get()","get()","get()","get()","get()","get()","get()","get()","get()","get_audit_copy()","get_by_id()","get_payment()","get_pdf()","get_recipient()","get_verification_key()","holdings()","import()","invalidate()","link_token()","list_payments()","list_recipients()","new()","new()","new()","on_complete()","post()","post_with_auth()","post_with_auth()","property_ignored?()","refresh()","refresh()","relaxed_models=()","relaxed_models?()","remove()","remove()","remove_audit_copy()","reset_login()","search()","set_verification_status()","subproduct()","transactions()","update()","license","readme"],"longSearchIndex":["object","plaid","plaid::apierror","plaid::accesstoken","plaid::accesstoken::invalidateresponse","plaid::accounts","plaid::accountsresponse","plaid::apex","plaid::apex::processortoken","plaid::assetreport","plaid::assetreportcreateresponse","plaid::assetreportfilterresponse","plaid::assetreportgetresponse","plaid::assetreportrefreshresponse","plaid::assetreportremoveresponse","plaid::auditcopycreateresponse","plaid::auditcopygetresponse","plaid::auditcopyremoveresponse","plaid::auth","plaid::authresponse","plaid::balance","plaid::baseproduct","plaid::categories","plaid::categoriesresponse","plaid::client","plaid::createresponse","plaid::creditdetails","plaid::creditdetailsresponse","plaid::depositswitch","plaid::depositswitch::createresponse","plaid::depositswitch::createtokenresponse","plaid::depositswitch::getresponse","plaid::dwolla","plaid::dwolla::processortoken","plaid::error","plaid::getresponse","plaid::holdings","plaid::holdings::getresponse","plaid::identity","plaid::identityresponse","plaid::income","plaid::incomeresponse","plaid::institutionerror","plaid::institutions","plaid::invalidinputerror","plaid::invalidrequesterror","plaid::investmenttransactions","plaid::investmenttransactions::getresponse","plaid::investments","plaid::item","plaid::item::getresponse","plaid::item::importresponse","plaid::item::removeresponse","plaid::itemerror","plaid::liabilities","plaid::liabilitiesresponse","plaid::linktoken","plaid::middleware","plaid::models","plaid::models::account","plaid::models::accountwithowners","plaid::models::assetreport","plaid::models::assetreportaccount","plaid::models::assetreportbalance","plaid::models::assetreporthistoricalbalance","plaid::models::assetreportitem","plaid::models::assetreportowner","plaid::models::assetreporttransaction","plaid::models::assetreportuser","plaid::models::balances","plaid::models::baseerror","plaid::models::basemodel","plaid::models::baseresponse","plaid::models::category","plaid::models::cause","plaid::models::creditcardliability","plaid::models::creditcardliabilityaprs","plaid::models::creditdetails","plaid::models::creditdetailsapr","plaid::models::creditdetailsaprs","plaid::models::error","plaid::models::holding","plaid::models::identity","plaid::models::identityaddress","plaid::models::identityaddressdata","plaid::models::identityemail","plaid::models::identityphonenumber","plaid::models::income","plaid::models::incomestream","plaid::models::institution","plaid::models::institutioncredential","plaid::models::institutionpaymentinitiationmetadata","plaid::models::institutionstatus","plaid::models::institutionstatusbreakdown","plaid::models::institutionstatusitemlogins","plaid::models::investmenttransaction","plaid::models::item","plaid::models::itemstatus","plaid::models::itemstatusinvestments","plaid::models::itemstatuslastwebhook","plaid::models::itemstatustransactions","plaid::models::liabilities","plaid::models::linktokenmetadata","plaid::models::mfa","plaid::models::mfa::device","plaid::models::mfa::devicelistelement","plaid::models::mfa::selection","plaid::models::numberach","plaid::models::numberbacs","plaid::models::numbereft","plaid::models::numberinternational","plaid::models::numbers","plaid::models::pslfstatus","plaid::models::payment","plaid::models::paymentamount","plaid::models::paymentrecipient","plaid::models::paymentrecipientaddress","plaid::models::paymentrecipientbacs","plaid::models::paymentschedule","plaid::models::security","plaid::models::standingordermetadata","plaid::models::studentloanliability","plaid::models::studentloanrepaymentplan","plaid::models::studentloanserviceraddress","plaid::models::studentloanstatus","plaid::models::transaction","plaid::models::transactionlocation","plaid::models::transactionpaymentmeta","plaid::models::warning","plaid::models::webhookverificationkey","plaid::multipleinstitutionsresponse","plaid::ocrolus","plaid::ocrolus::processortoken","plaid::paymentcreateresponse","plaid::paymentgetresponse","plaid::paymentinitiation","plaid::paymentlistresponse","plaid::paymentrecipientcreateresponse","plaid::paymentrecipientgetresponse","plaid::paymentrecipientlistresponse","plaid::paymenttokencreateresponse","plaid::plaidapierror","plaid::plaiderror","plaid::plaidservererror","plaid::processor","plaid::processortoken","plaid::processortokenresponse","plaid::publictoken","plaid::publictoken::createresponse","plaid::publictoken::exchangeresponse","plaid::ratelimitexceedederror","plaid::sandbox","plaid::sandboxitem","plaid::sandboxitem::firewebhookresponse","plaid::sandboxitem::resetloginresponse","plaid::sandboxpublictoken","plaid::sandboxpublictoken::sandboxcreateresponse","plaid::singleinstitutionresponse","plaid::stripe","plaid::stripe::bankaccounttoken","plaid::stripe::bankaccounttoken::createresponse","plaid::subproductmixin","plaid::transactions","plaid::transactions::getresponse","plaid::webhook","plaid::webhook::updateresponse","plaid::webhooks","plaid::webhooks::webhookverificationkeygetresponse","plaid::client#api_host()","plaid::models::basemodel#assert_property_exists!()","plaid::accounts#balance()","plaid::client::build_default_connection()","plaid::baseproduct#build_payload()","plaid::client#client()","plaid::convert_to_date_string()","plaid::apex::processortoken#create()","plaid::assetreport#create()","plaid::depositswitch#create()","plaid::dwolla::processortoken#create()","plaid::linktoken#create()","plaid::ocrolus::processortoken#create()","plaid::processortoken#create()","plaid::publictoken#create()","plaid::sandboxpublictoken#create()","plaid::stripe::bankaccounttoken#create()","plaid::assetreport#create_audit_copy()","plaid::client#create_connection()","plaid::paymentinitiation#create_payment()","plaid::paymentinitiation#create_payment_token()","plaid::paymentinitiation#create_recipient()","plaid::depositswitch#create_token()","plaid::error::error_from_type()","plaid::publictoken#exchange()","plaid::assetreport#filter()","plaid::sandboxitem#fire_webhook()","plaid::accounts#get()","plaid::assetreport#get()","plaid::auth#get()","plaid::balance#get()","plaid::categories#get()","plaid::creditdetails#get()","plaid::depositswitch#get()","plaid::holdings#get()","plaid::identity#get()","plaid::income#get()","plaid::institutions#get()","plaid::investmenttransactions#get()","plaid::item#get()","plaid::liabilities#get()","plaid::linktoken#get()","plaid::transactions#get()","plaid::assetreport#get_audit_copy()","plaid::institutions#get_by_id()","plaid::paymentinitiation#get_payment()","plaid::assetreport#get_pdf()","plaid::paymentinitiation#get_recipient()","plaid::webhooks#get_verification_key()","plaid::investments#holdings()","plaid::item#import()","plaid::accesstoken#invalidate()","plaid::client#link_token()","plaid::paymentinitiation#list_payments()","plaid::paymentinitiation#list_recipients()","plaid::baseproduct::new()","plaid::client::new()","plaid::plaidapierror::new()","plaid::middleware#on_complete()","plaid::client#post()","plaid::baseproduct#post_with_auth()","plaid::client#post_with_auth()","plaid::models::basemodel::property_ignored?()","plaid::assetreport#refresh()","plaid::transactions#refresh()","plaid::relaxed_models=()","plaid::relaxed_models?()","plaid::assetreport#remove()","plaid::item#remove()","plaid::assetreport#remove_audit_copy()","plaid::sandboxitem#reset_login()","plaid::institutions#search()","plaid::sandboxitem#set_verification_status()","plaid::subproductmixin#subproduct()","plaid::investments#transactions()","plaid::webhook#update()","",""],"info":[["Object","","classes/Object.html","",""],["Plaid","","classes/Plaid.html","","<p>The namespace for all the things Plaid.\n<p>The Plaid namespace.\n"],["Plaid::APIError","","classes/Plaid/APIError.html","","<p>Returned during planned maintenance windows and in response to API internal\nserver errors.\n"],["Plaid::AccessToken","","classes/Plaid/AccessToken.html","","<p>Class used to call the AccessToken sub-product.\n"],["Plaid::AccessToken::InvalidateResponse","","classes/Plaid/AccessToken/InvalidateResponse.html","","<p>Response for /item/access_token/invalidate.\n"],["Plaid::Accounts","","classes/Plaid/Accounts.html","","<p>Class used to call the Accounts product.\n"],["Plaid::AccountsResponse","","classes/Plaid/AccountsResponse.html","","<p>The response wrapper for /accounts/get and /accounts/balance/get.\n"],["Plaid::Apex","","classes/Plaid/Apex.html","","<p>Class used to call the Apex sub-product.\n"],["Plaid::Apex::ProcessorToken","","classes/Plaid/Apex/ProcessorToken.html","","<p>Class used to call the apex.processor_token subproduct\n"],["Plaid::AssetReport","","classes/Plaid/AssetReport.html","","<p>Class used to call the Assets product. Documentation available at\nplaid.com/docs/api/#assets.\n"],["Plaid::AssetReportCreateResponse","","classes/Plaid/AssetReportCreateResponse.html","","<p>The response wrapper for /asset_report/create.\n"],["Plaid::AssetReportFilterResponse","","classes/Plaid/AssetReportFilterResponse.html","","<p>The response wrapper for /asset_report/filter.\n"],["Plaid::AssetReportGetResponse","","classes/Plaid/AssetReportGetResponse.html","","<p>The response wrapper for /asset_report/get.\n"],["Plaid::AssetReportRefreshResponse","","classes/Plaid/AssetReportRefreshResponse.html","","<p>The response wrapper for /asset_report/refresh.\n"],["Plaid::AssetReportRemoveResponse","","classes/Plaid/AssetReportRemoveResponse.html","","<p>The response wrapper for /asset_report/remove.\n"],["Plaid::AuditCopyCreateResponse","","classes/Plaid/AuditCopyCreateResponse.html","","<p>The response wrapper for /asset_report/audit_copy/create.\n"],["Plaid::AuditCopyGetResponse","","classes/Plaid/AuditCopyGetResponse.html","","<p>The response wrapper for /asset_report/audit_copy/get.\n"],["Plaid::AuditCopyRemoveResponse","","classes/Plaid/AuditCopyRemoveResponse.html","","<p>The response wrapper for /asset_report/audit_copy/remove.\n"],["Plaid::Auth","","classes/Plaid/Auth.html","","<p>Class used to call the Auth product.\n"],["Plaid::AuthResponse","","classes/Plaid/AuthResponse.html","","<p>Response wrapper for /accounts/get and /accounts/balance/get\n"],["Plaid::Balance","","classes/Plaid/Balance.html","","<p>Class used to call the Balance product.\n"],["Plaid::BaseProduct","","classes/Plaid/BaseProduct.html","","<p>The base class for all client products\n"],["Plaid::Categories","","classes/Plaid/Categories.html","","<p>Class used to call the Categories product.\n"],["Plaid::CategoriesResponse","","classes/Plaid/CategoriesResponse.html","","<p>Response wrapper for /categories/get.\n"],["Plaid::Client","","classes/Plaid/Client.html","","<p>The main interface to Plaid API.\n"],["Plaid::CreateResponse","","classes/Plaid/CreateResponse.html","","<p>Response for /link/token/create.\n"],["Plaid::CreditDetails","","classes/Plaid/CreditDetails.html","","<p>Class used to call the CreditDetails product.\n"],["Plaid::CreditDetailsResponse","","classes/Plaid/CreditDetailsResponse.html","","<p>Response wrapper for /credit_details/get.\n"],["Plaid::DepositSwitch","","classes/Plaid/DepositSwitch.html","","<p>Class used to call the Deposit Switch product.\n"],["Plaid::DepositSwitch::CreateResponse","","classes/Plaid/DepositSwitch/CreateResponse.html","","<p>Response wrapper for /deposit_switch/create.\n"],["Plaid::DepositSwitch::CreateTokenResponse","","classes/Plaid/DepositSwitch/CreateTokenResponse.html","","<p>Response wrapper for /deposit_switch/create.\n"],["Plaid::DepositSwitch::GetResponse","","classes/Plaid/DepositSwitch/GetResponse.html","","<p>Response wrapper for /deposit_switch/get.\n"],["Plaid::Dwolla","","classes/Plaid/Dwolla.html","","<p>Class used to call the Dwolla sub-product.\n"],["Plaid::Dwolla::ProcessorToken","","classes/Plaid/Dwolla/ProcessorToken.html","","<p>Class used to call the dwolla.processor_token subproduct\n"],["Plaid::Error","","classes/Plaid/Error.html","","<p>A module that provides utilities for errors.\n"],["Plaid::GetResponse","","classes/Plaid/GetResponse.html","","<p>Response for /link/token/get.\n"],["Plaid::Holdings","","classes/Plaid/Holdings.html","","<p>Class used to get Holdings for the Investments product.\n"],["Plaid::Holdings::GetResponse","","classes/Plaid/Holdings/GetResponse.html","","<p>Response for /investments/holdings/get.\n"],["Plaid::Identity","","classes/Plaid/Identity.html","","<p>Class used to call the Identity product.\n"],["Plaid::IdentityResponse","","classes/Plaid/IdentityResponse.html","","<p>Response for /identity/get.\n"],["Plaid::Income","","classes/Plaid/Income.html","","<p>Class used to call the Income product.\n"],["Plaid::IncomeResponse","","classes/Plaid/IncomeResponse.html","","<p>Income product response.\n"],["Plaid::InstitutionError","","classes/Plaid/InstitutionError.html","","<p>Returned when there are errors for the requested financial institution.\n"],["Plaid::Institutions","","classes/Plaid/Institutions.html","","<p>Class used to call the Institutions product.\n"],["Plaid::InvalidInputError","","classes/Plaid/InvalidInputError.html","","<p>Returned when all fields are provided and are in the correct format, but\nthe values provided are incorrect …\n"],["Plaid::InvalidRequestError","","classes/Plaid/InvalidRequestError.html","","<p>Returned when the request is malformed and cannot be processed.\n"],["Plaid::InvestmentTransactions","","classes/Plaid/InvestmentTransactions.html","","<p>Class used to get InvestmentTransactions for the Investments product.\n"],["Plaid::InvestmentTransactions::GetResponse","","classes/Plaid/InvestmentTransactions/GetResponse.html","","<p>Response for /investments/transactions/get.\n"],["Plaid::Investments","","classes/Plaid/Investments.html","","<p>Class used to call the Accounts product.\n"],["Plaid::Item","","classes/Plaid/Item.html","","<p>Class used to call the Item product.\n"],["Plaid::Item::GetResponse","","classes/Plaid/Item/GetResponse.html","","<p>Response for /item/get.\n"],["Plaid::Item::ImportResponse","","classes/Plaid/Item/ImportResponse.html","","<p>Response for /item/import.\n"],["Plaid::Item::RemoveResponse","","classes/Plaid/Item/RemoveResponse.html","","<p>Response for /item/remove.\n"],["Plaid::ItemError","","classes/Plaid/ItemError.html","","<p>Indicates that information provided for the item (such as credentials or\nMFA) may be invalid or that …\n"],["Plaid::Liabilities","","classes/Plaid/Liabilities.html","","<p>Class used to call the Liabilities product.\n"],["Plaid::LiabilitiesResponse","","classes/Plaid/LiabilitiesResponse.html","","<p>Response wrapper for /liabilities/get.\n"],["Plaid::LinkToken","","classes/Plaid/LinkToken.html","","<p>Class used to call the LinkToken sub-product.\n"],["Plaid::Middleware","","classes/Plaid/Middleware.html","","<p>The Faraday middleware used to catch errors.\n"],["Plaid::Models","","classes/Plaid/Models.html","",""],["Plaid::Models::Account","","classes/Plaid/Models/Account.html","","<p>A representation of an account.\n"],["Plaid::Models::AccountWithOwners","","classes/Plaid/Models/AccountWithOwners.html","","<p>A representation of an account with owners\n"],["Plaid::Models::AssetReport","","classes/Plaid/Models/AssetReport.html","","<p>A representation of an asset report.\n"],["Plaid::Models::AssetReportAccount","","classes/Plaid/Models/AssetReportAccount.html","","<p>A representation of an asset report account.\n"],["Plaid::Models::AssetReportBalance","","classes/Plaid/Models/AssetReportBalance.html","","<p>A representation of an asset report balance.\n"],["Plaid::Models::AssetReportHistoricalBalance","","classes/Plaid/Models/AssetReportHistoricalBalance.html","","<p>A representation of an asset report historical balance.\n"],["Plaid::Models::AssetReportItem","","classes/Plaid/Models/AssetReportItem.html","","<p>A representation of an asset report item.\n"],["Plaid::Models::AssetReportOwner","","classes/Plaid/Models/AssetReportOwner.html","","<p>A representation of an asset report owner.\n"],["Plaid::Models::AssetReportTransaction","","classes/Plaid/Models/AssetReportTransaction.html","","<p>A representation of an asset report transaction.\n"],["Plaid::Models::AssetReportUser","","classes/Plaid/Models/AssetReportUser.html","","<p>A representation of an asset report user.\n"],["Plaid::Models::Balances","","classes/Plaid/Models/Balances.html","","<p>A representation of account balances.\n"],["Plaid::Models::BaseError","","classes/Plaid/Models/BaseError.html","","<p>Base error.\n"],["Plaid::Models::BaseModel","","classes/Plaid/Models/BaseModel.html","","<p>Base model for all other models.\n"],["Plaid::Models::BaseResponse","","classes/Plaid/Models/BaseResponse.html","","<p>Base API response.\n"],["Plaid::Models::Category","","classes/Plaid/Models/Category.html","","<p>A representation of a transaction category.\n"],["Plaid::Models::Cause","","classes/Plaid/Models/Cause.html","","<p>A representation of a cause.\n"],["Plaid::Models::CreditCardLiability","","classes/Plaid/Models/CreditCardLiability.html","","<p>A representation of a credit card liability\n"],["Plaid::Models::CreditCardLiabilityAPRs","","classes/Plaid/Models/CreditCardLiabilityAPRs.html","","<p>A representation of a credit card liability APR\n"],["Plaid::Models::CreditDetails","","classes/Plaid/Models/CreditDetails.html","","<p>A representation of Credit Details data.\n"],["Plaid::Models::CreditDetailsAPR","","classes/Plaid/Models/CreditDetailsAPR.html","","<p>A representation of a single Credit Details APR.\n"],["Plaid::Models::CreditDetailsAPRs","","classes/Plaid/Models/CreditDetailsAPRs.html","","<p>A representation of Credit Details APRs data.\n"],["Plaid::Models::Error","","classes/Plaid/Models/Error.html","","<p>A representation of an error.\n"],["Plaid::Models::Holding","","classes/Plaid/Models/Holding.html","","<p>A representation of a Holding in an investment account.\n"],["Plaid::Models::Identity","","classes/Plaid/Models/Identity.html","","<p>A representation of Identity data.\n"],["Plaid::Models::IdentityAddress","","classes/Plaid/Models/IdentityAddress.html","","<p>A representation of Identity address data.\n"],["Plaid::Models::IdentityAddressData","","classes/Plaid/Models/IdentityAddressData.html","","<p>A representation of Identity address details.\n"],["Plaid::Models::IdentityEmail","","classes/Plaid/Models/IdentityEmail.html","","<p>A representation of Identity email data.\n"],["Plaid::Models::IdentityPhoneNumber","","classes/Plaid/Models/IdentityPhoneNumber.html","","<p>A representation of Identity phone number data.\n"],["Plaid::Models::Income","","classes/Plaid/Models/Income.html","","<p>A representation of Income data.\n"],["Plaid::Models::IncomeStream","","classes/Plaid/Models/IncomeStream.html","","<p>A representation of Income Stream data.\n"],["Plaid::Models::Institution","","classes/Plaid/Models/Institution.html","","<p>A representation of Institution.\n"],["Plaid::Models::InstitutionCredential","","classes/Plaid/Models/InstitutionCredential.html","","<p>A representation of an institution login credential.\n"],["Plaid::Models::InstitutionPaymentInitiationMetadata","","classes/Plaid/Models/InstitutionPaymentInitiationMetadata.html","","<p>A representation of an institution&#39;s payment initiation metadata.\n"],["Plaid::Models::InstitutionStatus","","classes/Plaid/Models/InstitutionStatus.html","","<p>A representation of Institution status.\n"],["Plaid::Models::InstitutionStatusBreakdown","","classes/Plaid/Models/InstitutionStatusBreakdown.html","","<p>A representation of Institution status breakdown.\n"],["Plaid::Models::InstitutionStatusItemLogins","","classes/Plaid/Models/InstitutionStatusItemLogins.html","","<p>A representation of Institution item logins status.\n"],["Plaid::Models::InvestmentTransaction","","classes/Plaid/Models/InvestmentTransaction.html","","<p>A representation of an InvestmentTransaction in an investment account.\n"],["Plaid::Models::Item","","classes/Plaid/Models/Item.html","","<p>A representation of an item.\n"],["Plaid::Models::ItemStatus","","classes/Plaid/Models/ItemStatus.html","","<p>A representation of Item status\n"],["Plaid::Models::ItemStatusInvestments","","classes/Plaid/Models/ItemStatusInvestments.html","","<p>A representation of Item investments update status\n"],["Plaid::Models::ItemStatusLastWebhook","","classes/Plaid/Models/ItemStatusLastWebhook.html","","<p>A representation of Item webhook status\n"],["Plaid::Models::ItemStatusTransactions","","classes/Plaid/Models/ItemStatusTransactions.html","","<p>A representation of Item transaction update status\n"],["Plaid::Models::Liabilities","","classes/Plaid/Models/Liabilities.html","","<p>A representation of someone&#39;s liabilities of all types.\n"],["Plaid::Models::LinkTokenMetadata","","classes/Plaid/Models/LinkTokenMetadata.html","","<p>Metadata associated with a link token.\n"],["Plaid::Models::MFA","","classes/Plaid/Models/MFA.html","",""],["Plaid::Models::MFA::Device","","classes/Plaid/Models/MFA/Device.html","","<p>A representation of an MFA device.\n"],["Plaid::Models::MFA::DeviceListElement","","classes/Plaid/Models/MFA/DeviceListElement.html","","<p>A representation of a single element in a device list.\n"],["Plaid::Models::MFA::Selection","","classes/Plaid/Models/MFA/Selection.html","","<p>A representation of MFA selection.\n"],["Plaid::Models::NumberACH","","classes/Plaid/Models/NumberACH.html","","<p>A representation of an ACH account number.\n"],["Plaid::Models::NumberBACS","","classes/Plaid/Models/NumberBACS.html","","<p>A representation of a BACS (British) account number.\n"],["Plaid::Models::NumberEFT","","classes/Plaid/Models/NumberEFT.html","","<p>A representation of an EFT (Canadian) account number.\n"],["Plaid::Models::NumberInternational","","classes/Plaid/Models/NumberInternational.html","","<p>A representation of an International account number.\n"],["Plaid::Models::Numbers","","classes/Plaid/Models/Numbers.html","","<p>A representation of a Auth Numbers response\n"],["Plaid::Models::PSLFStatus","","classes/Plaid/Models/PSLFStatus.html","","<p>A representation of an eligibility for the Public Service Loan Forgiveness\nprogram.\n"],["Plaid::Models::Payment","","classes/Plaid/Models/Payment.html","","<p>A representation of a payment.\n"],["Plaid::Models::PaymentAmount","","classes/Plaid/Models/PaymentAmount.html","","<p>A representation of a payment amount.\n"],["Plaid::Models::PaymentRecipient","","classes/Plaid/Models/PaymentRecipient.html","","<p>A representation of a payment recipient.\n"],["Plaid::Models::PaymentRecipientAddress","","classes/Plaid/Models/PaymentRecipientAddress.html","","<p>A representation of a payment amount.\n"],["Plaid::Models::PaymentRecipientBACS","","classes/Plaid/Models/PaymentRecipientBACS.html","","<p>A representation of a payment recipient BACS number.\n"],["Plaid::Models::PaymentSchedule","","classes/Plaid/Models/PaymentSchedule.html","","<p>A representation of a payment amount.\n"],["Plaid::Models::Security","","classes/Plaid/Models/Security.html","","<p>A representation of a Security.\n"],["Plaid::Models::StandingOrderMetadata","","classes/Plaid/Models/StandingOrderMetadata.html","","<p>A representation of standing order metadata for an institution.\n"],["Plaid::Models::StudentLoanLiability","","classes/Plaid/Models/StudentLoanLiability.html","","<p>A representation of a student loan liability.\n"],["Plaid::Models::StudentLoanRepaymentPlan","","classes/Plaid/Models/StudentLoanRepaymentPlan.html","","<p>A representation of a student loan repayment plan.\n"],["Plaid::Models::StudentLoanServicerAddress","","classes/Plaid/Models/StudentLoanServicerAddress.html","","<p>A representation of a student loan servicer address.\n"],["Plaid::Models::StudentLoanStatus","","classes/Plaid/Models/StudentLoanStatus.html","","<p>A representation of the status of a student loan.\n"],["Plaid::Models::Transaction","","classes/Plaid/Models/Transaction.html","","<p>A representation of Transaction.\n"],["Plaid::Models::TransactionLocation","","classes/Plaid/Models/TransactionLocation.html","","<p>A representation of Transaction location.\n"],["Plaid::Models::TransactionPaymentMeta","","classes/Plaid/Models/TransactionPaymentMeta.html","","<p>A representation of Transaction Payment meta information.\n"],["Plaid::Models::Warning","","classes/Plaid/Models/Warning.html","","<p>A representation of a warning.\n"],["Plaid::Models::WebhookVerificationKey","","classes/Plaid/Models/WebhookVerificationKey.html","","<p>A representation of a payment amount.\n"],["Plaid::MultipleInstitutionsResponse","","classes/Plaid/MultipleInstitutionsResponse.html","","<p>Response for institutions search returning multiple institutions.\n"],["Plaid::Ocrolus","","classes/Plaid/Ocrolus.html","","<p>Class used to call the Ocrolus sub-product.\n"],["Plaid::Ocrolus::ProcessorToken","","classes/Plaid/Ocrolus/ProcessorToken.html","","<p>Class used to call the ocrolus.processor_token subproduct\n"],["Plaid::PaymentCreateResponse","","classes/Plaid/PaymentCreateResponse.html","","<p>The response wrapper for /payment_initiation/payment/create.\n"],["Plaid::PaymentGetResponse","","classes/Plaid/PaymentGetResponse.html","","<p>The response wrapper for /payment_initiation/payment/get.\n"],["Plaid::PaymentInitiation","","classes/Plaid/PaymentInitiation.html","","<p>Class used to call the Payment product.\n"],["Plaid::PaymentListResponse","","classes/Plaid/PaymentListResponse.html","","<p>The response wrapper for /payment_initiation/payment/list.\n"],["Plaid::PaymentRecipientCreateResponse","","classes/Plaid/PaymentRecipientCreateResponse.html","","<p>The response wrapper for /payment_initiation/recipient/create.\n"],["Plaid::PaymentRecipientGetResponse","","classes/Plaid/PaymentRecipientGetResponse.html","","<p>The response wrapper for /payment_initiation/recipient/get.\n"],["Plaid::PaymentRecipientListResponse","","classes/Plaid/PaymentRecipientListResponse.html","","<p>The response wrapper for /payment_initiation/recipient/list.\n"],["Plaid::PaymentTokenCreateResponse","","classes/Plaid/PaymentTokenCreateResponse.html","","<p>The response wrapper for /payment_initiation/payment/token/create.\n"],["Plaid::PlaidAPIError","","classes/Plaid/PlaidAPIError.html","","<p>Base class for any error returned by the API\n"],["Plaid::PlaidError","","classes/Plaid/PlaidError.html","","<p>Base class for Plaid SDK errors\n"],["Plaid::PlaidServerError","","classes/Plaid/PlaidServerError.html","","<p>Returned on Plaid server or network issues\n"],["Plaid::Processor","","classes/Plaid/Processor.html","","<p>Class used to call the Processor product.\n"],["Plaid::ProcessorToken","","classes/Plaid/ProcessorToken.html","","<p>Class used to call the generic ProcessorToken sub-product.\n"],["Plaid::ProcessorTokenResponse","","classes/Plaid/ProcessorTokenResponse.html","","<p>A response for /processor/…/processor_token/create.\n"],["Plaid::PublicToken","","classes/Plaid/PublicToken.html","","<p>Class used to call the PublicToken sub-product\n"],["Plaid::PublicToken::CreateResponse","","classes/Plaid/PublicToken/CreateResponse.html","","<p>Response for /item/public_token/create.\n"],["Plaid::PublicToken::ExchangeResponse","","classes/Plaid/PublicToken/ExchangeResponse.html","","<p>Response for /item/public_token/exchange.\n"],["Plaid::RateLimitExceededError","","classes/Plaid/RateLimitExceededError.html","","<p>Returned when the request is valid but has exceeded established rate\nlimits.\n"],["Plaid::Sandbox","","classes/Plaid/Sandbox.html","","<p>Class used to call the Sandbox product.\n"],["Plaid::SandboxItem","","classes/Plaid/SandboxItem.html","","<p>Class used to call the SandboxItem sub-product.\n"],["Plaid::SandboxItem::FireWebhookResponse","","classes/Plaid/SandboxItem/FireWebhookResponse.html","","<p>Response for /sandbox/item/fire_webhook.\n"],["Plaid::SandboxItem::ResetLoginResponse","","classes/Plaid/SandboxItem/ResetLoginResponse.html","","<p>Response for /sandbox/item/reset_login.\n"],["Plaid::SandboxPublicToken","","classes/Plaid/SandboxPublicToken.html","","<p>Class used to call the SandboxPublicToken sub-product\n"],["Plaid::SandboxPublicToken::SandboxCreateResponse","","classes/Plaid/SandboxPublicToken/SandboxCreateResponse.html","","<p>Response for /sandbox/public_token/create.\n"],["Plaid::SingleInstitutionResponse","","classes/Plaid/SingleInstitutionResponse.html","","<p>Response for institutions search returning a single institution.\n"],["Plaid::Stripe","","classes/Plaid/Stripe.html","","<p>Class used to call the Stripe sub-product.\n"],["Plaid::Stripe::BankAccountToken","","classes/Plaid/Stripe/BankAccountToken.html","","<p>Class used to call the BankAccountToken sub-product.\n"],["Plaid::Stripe::BankAccountToken::CreateResponse","","classes/Plaid/Stripe/BankAccountToken/CreateResponse.html","","<p>A response for /processor/stripe/bank_account_token/create.\n"],["Plaid::SubproductMixin","","classes/Plaid/SubproductMixin.html","","<p>Support for subproduct metaprogramming\n<p>Allows to write\n\n<pre><code>class SomeProduct\n subproduct :cool, Plaid::Cool ...\n</code></pre>\n"],["Plaid::Transactions","","classes/Plaid/Transactions.html","","<p>Class used to call the Transactions product.\n"],["Plaid::Transactions::GetResponse","","classes/Plaid/Transactions/GetResponse.html","","<p>Response for /transactions/get.\n"],["Plaid::Webhook","","classes/Plaid/Webhook.html","","<p>Class used to call the Webhook sub-product\n"],["Plaid::Webhook::UpdateResponse","","classes/Plaid/Webhook/UpdateResponse.html","","<p>Response for /item/webhook/update.\n"],["Plaid::Webhooks","","classes/Plaid/Webhooks.html","","<p>Class used to call the Webhooks endpoint.\n"],["Plaid::Webhooks::WebhookVerificationKeyGetResponse","","classes/Plaid/Webhooks/WebhookVerificationKeyGetResponse.html","","<p>The response wrapper for /webhook_verification_key/get.\n"],["api_host","Plaid::Client","classes/Plaid/Client.html#method-i-api_host","()","<p>Gets the API hostname for given environment.\n<p>env &mdash; The Symbol (:sandbox, :development, :production)\n\n<p>Returns …\n"],["assert_property_exists!","Plaid::Models::BaseModel","classes/Plaid/Models/BaseModel.html#method-i-assert_property_exists-21","(property)","<p>Be strict or forgiving depending on Plaid.relaxed_models value.\n"],["balance","Plaid::Accounts","classes/Plaid/Accounts.html#method-i-balance","","<p>The Plaid::Balance product accessor.\n"],["build_default_connection","Plaid::Client","classes/Plaid/Client.html#method-c-build_default_connection","(builder)","<p>Set Plaid defaults on the Faraday connection.\n<p>builder &mdash; The Faraday builder object.\n\n"],["build_payload","Plaid::BaseProduct","classes/Plaid/BaseProduct.html#method-i-build_payload","(access_token, account_ids: nil, options: nil)","<p>Build a simple payload with access_token, options, and account_ids.\n"],["client","Plaid::Client","classes/Plaid/Client.html#method-i-client","()","<p>subproduct-generated methods depend on client method.\n"],["convert_to_date_string","Plaid","classes/Plaid.html#method-c-convert_to_date_string","(date)","<p>Converts date objects to strings if needed.\n<p>Takes in a string or a Date object and performs necessary …\n"],["create","Plaid::Apex::ProcessorToken","classes/Plaid/Apex/ProcessorToken.html#method-i-create","(access_token, account_id)","<p>Creates an Apex processor token from an access_token.\n<p>Does a POST /processor/apex/processor_token/create …\n"],["create","Plaid::AssetReport","classes/Plaid/AssetReport.html#method-i-create","(access_tokens, days_requested, options = {})","<p>Create an asset report.\n<p>access_tokens &mdash; An array of access tokens, one token for each Item to be included …\n"],["create","Plaid::DepositSwitch","classes/Plaid/DepositSwitch.html#method-i-create","(target_account_id, target_access_token)","<p>Create Deposit Switch.\n<p>Does a POST /deposit_switch/create call which creates a deposit switch\n<p>target_account_id … &mdash; "],["create","Plaid::Dwolla::ProcessorToken","classes/Plaid/Dwolla/ProcessorToken.html#method-i-create","(access_token, account_id)","<p>Creates a Dwolla processor token from an access_token.\n<p>Does a POST /processor/dwolla/processor_token/create …\n"],["create","Plaid::LinkToken","classes/Plaid/LinkToken.html#method-i-create","(configs)",""],["create","Plaid::Ocrolus::ProcessorToken","classes/Plaid/Ocrolus/ProcessorToken.html#method-i-create","(access_token, account_id)","<p>Creates a Ocrolus processor token from an access_token.\n<p>Does a POST /processor/ocrolus/processor_token/create …\n"],["create","Plaid::ProcessorToken","classes/Plaid/ProcessorToken.html#method-i-create","(access_token, account_id, processor)","<p>Creates a processor token from an access_token.\n<p>Does a POST /processor/token/create call which can be …\n"],["create","Plaid::PublicToken","classes/Plaid/PublicToken.html#method-i-create","(access_token)","<p>Creates a public token from an access_token.\n<p>Does a POST /item/public_token/create call which can be used …\n"],["create","Plaid::SandboxPublicToken","classes/Plaid/SandboxPublicToken.html#method-i-create","(institution_id:, initial_products:, transactions_start_date: nil, transactions_end_date: nil, webhook: nil, override_username: nil, override_password: nil, options: nil)","<p>Creates a public token for sandbox testing.\n<p>Does a POST /sandbox/public_token/create call which can be …\n"],["create","Plaid::Stripe::BankAccountToken","classes/Plaid/Stripe/BankAccountToken.html#method-i-create","(access_token, account_id)","<p>Creates a Stripe bank account token from an access_token.\n<p>Does a POST /processor/stripe/bank_account_token/create …\n"],["create_audit_copy","Plaid::AssetReport","classes/Plaid/AssetReport.html#method-i-create_audit_copy","(asset_report_token, auditor_id)","<p>Create an audit copy token.\n<p>asset_report_token &mdash; The asset report token from the `create` response.\n<p>auditor_id … &mdash; "],["create_connection","Plaid::Client","classes/Plaid/Client.html#method-i-create_connection","()","<p>Initializes a new Plaid connection object via Faraday.\n<p>Optionally takes a block to allow overriding the …\n"],["create_payment","Plaid::PaymentInitiation","classes/Plaid/PaymentInitiation.html#method-i-create_payment","( recipient_id, reference, amount, schedule: nil, options: nil )","<p>Create a payment.\n<p>recipient_id &mdash; Recipient ID that the payment will be initiated for.\n<p>reference &mdash; Payment reference. …\n"],["create_payment_token","Plaid::PaymentInitiation","classes/Plaid/PaymentInitiation.html#method-i-create_payment_token","(payment_id)","<p>Create a payment token.\n<p>payment_id &mdash; Payment ID that the token will be created for.\n\n<p>Returns\n"],["create_recipient","Plaid::PaymentInitiation","classes/Plaid/PaymentInitiation.html#method-i-create_recipient","(name, iban, address, bacs)","<p>Create a recipient.\n<p>name &mdash; Recipient name.\n<p>iban &mdash; Recipient IBAN. Should be nil if using bacs.\n"],["create_token","Plaid::DepositSwitch","classes/Plaid/DepositSwitch.html#method-i-create_token","(deposit_switch_id)","<p>Create Deposit Switch token.\n<p>Does a POST /deposit_switch/token/create call which creates a deposit\nswitch. …\n"],["error_from_type","Plaid::Error","classes/Plaid/Error.html#method-c-error_from_type","(error_type)","<p>Map error_type to PlaidAPIError.\n<p>Maps an error_type from an error HTTP response to an actual PlaidAPIError …\n"],["exchange","Plaid::PublicToken","classes/Plaid/PublicToken.html#method-i-exchange","(public_token)","<p>Exchange a public token for an access_token\n<p>Does a POST /item/public_token/exchange call helps you exchange …\n"],["filter","Plaid::AssetReport","classes/Plaid/AssetReport.html#method-i-filter","(asset_report_token, account_ids_to_exclude)","<p>Create a new, filtered asset report.\n<p>asset_report_token &mdash; The asset report token for the asset report you …\n"],["fire_webhook","Plaid::SandboxItem","classes/Plaid/SandboxItem.html#method-i-fire_webhook","(access_token, webhook_code)","<p>Fires a webhook for a sandbox item\n<p>Does a POST /sandbox/item/fire_webhook call.\n<p>access_token &mdash; access_token …\n"],["get","Plaid::Accounts","classes/Plaid/Accounts.html#method-i-get","(access_token, account_ids: nil, options: nil)","<p>Get information about all available accounts.\n<p>Does a POST /accounts/get call to retrieve high level account …\n"],["get","Plaid::AssetReport","classes/Plaid/AssetReport.html#method-i-get","(asset_report_token, include_insights: false)","<p>Retrieve an asset report.\n<p>asset_report_token &mdash; The asset report token from the `create` response.\n<p>include_insights … &mdash; "],["get","Plaid::Auth","classes/Plaid/Auth.html#method-i-get","(access_token, account_ids: nil, options: nil)","<p>Get information about account and routing numbers for checking and savings\naccounts.\n<p>Does a POST /auth/get …\n"],["get","Plaid::Balance","classes/Plaid/Balance.html#method-i-get","(access_token, account_ids: nil, options: nil)","<p>Get information about all available balances.\n<p>Does a POST /accounts/balance/get call to get real-time …\n"],["get","Plaid::Categories","classes/Plaid/Categories.html#method-i-get","()","<p>Get information about all Plaid categories\n<p>Does a POST /categories/get call to retrieve a list of all …\n"],["get","Plaid::CreditDetails","classes/Plaid/CreditDetails.html#method-i-get","(access_token, account_ids: nil)","<p>Get information about all available credit_details.\n<p>Does a POST /credit_details/get call which fetches …\n"],["get","Plaid::DepositSwitch","classes/Plaid/DepositSwitch.html#method-i-get","(deposit_switch_id)","<p>Get Deposit Switch information.\n<p>Does a POST /deposit_switch/get call which fetches deposit switch\nassociated …\n"],["get","Plaid::Holdings","classes/Plaid/Holdings.html#method-i-get","(access_token, account_ids: nil, options: nil)","<p>Get information about all available investment holdings.\n<p>Does a POST /investments/holdings/get call which …\n"],["get","Plaid::Identity","classes/Plaid/Identity.html#method-i-get","(access_token)","<p>Get Identity information.\n<p>Does a POST /identity/get call to retrieve all info for a given\naccess_token …\n"],["get","Plaid::Income","classes/Plaid/Income.html#method-i-get","(access_token)","<p>Get information about user incomes.\n<p>Does a POST /income/get call which returns income info for an access_token\n…\n"],["get","Plaid::Institutions","classes/Plaid/Institutions.html#method-i-get","(count:, offset:, country_codes:, options: nil)","<p>Get information about Plaid institutions.\n<p>Does a POST /institutions/get call pulls a list of supported …\n"],["get","Plaid::InvestmentTransactions","classes/Plaid/InvestmentTransactions.html#method-i-get","(access_token, start_date, end_date, account_ids: nil, count: nil, offset: nil, options: nil)","<p>Get information about all available investment transactions.\n<p>Does a POST /investments/transactions/get …\n"],["get","Plaid::Item","classes/Plaid/Item.html#method-i-get","(access_token)","<p>Get information about an item.\n<p>Does a POST /item/get call which returns information about an item or …\n"],["get","Plaid::Liabilities","classes/Plaid/Liabilities.html#method-i-get","(access_token, account_ids: nil)","<p>Get liabilities information.\n<p>Does a POST /liabilities/get call which fetches liabilities associated with\n…\n"],["get","Plaid::LinkToken","classes/Plaid/LinkToken.html#method-i-get","(link_token)",""],["get","Plaid::Transactions","classes/Plaid/Transactions.html#method-i-get","(access_token, start_date, end_date, account_ids: nil, count: nil, offset: nil, options: nil)","<p>Get information about transactions\n<p>Does a POST /transactions/get call which gives you high level account …\n"],["get_audit_copy","Plaid::AssetReport","classes/Plaid/AssetReport.html#method-i-get_audit_copy","(audit_copy_token)","<p>Retrieve an audit copy.\n<p>audit_copy_token &mdash; The audit copy token from the `create_audit_copy` response.\n\n<p>Returns …\n"],["get_by_id","Plaid::Institutions","classes/Plaid/Institutions.html#method-i-get_by_id","(institution_id, country_codes, options: nil)","<p>Get information about a Plaid institution by ID.\n<p>Does a POST /institutions/get_by_id call which allows …\n"],["get_payment","Plaid::PaymentInitiation","classes/Plaid/PaymentInitiation.html#method-i-get_payment","(payment_id)","<p>Retrieve a payment.\n<p>payment_id &mdash; The payment ID from the `create_payment` response.\n\n<p>Returns\n"],["get_pdf","Plaid::AssetReport","classes/Plaid/AssetReport.html#method-i-get_pdf","(asset_report_token)","<p>Retrieve an asset report as a PDF.\n<p>asset_report_token &mdash; The asset report token from the `create` response. …\n\n"],["get_recipient","Plaid::PaymentInitiation","classes/Plaid/PaymentInitiation.html#method-i-get_recipient","(recipient_id)","<p>Retrieve a recipient.\n<p>recipient_id &mdash; The recipient ID from the `create_recipient` response.\n\n<p>Returns\n"],["get_verification_key","Plaid::Webhooks","classes/Plaid/Webhooks.html#method-i-get_verification_key","(key_id)","<p>Retrieve a webhook verification key.\n<p>key_id &mdash; The key ID from the Plaid-Verification header.\n\n<p>Returns\n"],["holdings","Plaid::Investments","classes/Plaid/Investments.html#method-i-holdings","","<p>The Plaid::Holdings product accessor.\n"],["import","Plaid::Item","classes/Plaid/Item.html#method-i-import","(products, user_auth, options)","<p>Import an item.\n<p>Does a POST /item/import call which imports an item.\n<p>products &mdash; array of products to enable …\n"],["invalidate","Plaid::AccessToken","classes/Plaid/AccessToken.html#method-i-invalidate","(access_token)","<p>Rotate your access_token, keeping it attached to the item\n<p>Does a POST /item/access_token/invalidate call …\n"],["link_token","Plaid::Client","classes/Plaid/Client.html#method-i-link_token","","<p>:attr_reader: Public: The Plaid::LinkToken endpoint accessor.\n"],["list_payments","Plaid::PaymentInitiation","classes/Plaid/PaymentInitiation.html#method-i-list_payments","(options)","<p>List all payments.\n<p>options &mdash; Object to specify optional parameters &#39;count&#39; and &#39;cursor&#39;.\n…\n\n"],["list_recipients","Plaid::PaymentInitiation","classes/Plaid/PaymentInitiation.html#method-i-list_recipients","()","<p>List all recipients.\n<p>Returns\n<p>Returns a PaymentRecipientListResponse object.\n"],["new","Plaid::BaseProduct","classes/Plaid/BaseProduct.html#method-c-new","(client)",""],["new","Plaid::Client","classes/Plaid/Client.html#method-c-new","(env:, client_id:, secret:, &block)","<p>Construct a Client instance\n<p>Optionally takes a block to allow overriding the default Faraday connection\n…\n"],["new","Plaid::PlaidAPIError","classes/Plaid/PlaidAPIError.html#method-c-new","(error_type, error_code, error_message, display_message, request_id)","<p>Initialize an error with proper attributes.\n<p>error_type &mdash; A broad categorization of the error.\n<p>error_code … &mdash; "],["on_complete","Plaid::Middleware","classes/Plaid/Middleware.html#method-i-on_complete","(env)",""],["post","Plaid::Client","classes/Plaid/Client.html#method-i-post","(path, payload)","<p>Make a post request\n<p>path &mdash; Path or URL to make the request to\n<p>payload &mdash; The payload or data to post\n"],["post_with_auth","Plaid::BaseProduct","classes/Plaid/BaseProduct.html#method-i-post_with_auth","(path, response_class, payload)","<p>Do a POST to API and capture it into a response object.\n"],["post_with_auth","Plaid::Client","classes/Plaid/Client.html#method-i-post_with_auth","(path, payload)","<p>Make a post request with appended authentication fields\n<p>path &mdash; Path or URL to make the request to\n<p>payload … &mdash; "],["property_ignored?","Plaid::Models::BaseModel","classes/Plaid/Models/BaseModel.html#method-c-property_ignored-3F","(property)",""],["refresh","Plaid::AssetReport","classes/Plaid/AssetReport.html#method-i-refresh","(asset_report_token, days_requested, options = {})","<p>Create a new, refreshed asset report.\n<p>asset_report_token &mdash; The asset report token for the asset report you …\n"],["refresh","Plaid::Transactions","classes/Plaid/Transactions.html#method-i-refresh","(access_token)","<p>Manually refresh transactions\n<p>Does a POST /transactions/refresh call which kicks off a manual\ntransactions …\n"],["relaxed_models=","Plaid","classes/Plaid.html#method-c-relaxed_models-3D","(value)","<p>Sets value for relaxed_models.\n"],["relaxed_models?","Plaid","classes/Plaid.html#method-c-relaxed_models-3F","()","<p>Get relaxed models state.\n<p>We support two modes for parsing response bodies.\n<p>Strict mode: Unknown attributes …\n"],["remove","Plaid::AssetReport","classes/Plaid/AssetReport.html#method-i-remove","(asset_report_token)","<p>Remove an asset report.\n<p>asset_report_token &mdash; The asset report token from the `create` response.\n\n<p>Returns\n"],["remove","Plaid::Item","classes/Plaid/Item.html#method-i-remove","(access_token)","<p>Removes an item\n<p>Does a POST /item/remove call which is used to remove an item\n<p>access_token &mdash; access_token …\n"],["remove_audit_copy","Plaid::AssetReport","classes/Plaid/AssetReport.html#method-i-remove_audit_copy","(audit_copy_token)","<p>Remove an audit copy token.\n<p>audit_copy_token &mdash; The audit copy token from the `create` response.\n\n<p>Returns\n"],["reset_login","Plaid::SandboxItem","classes/Plaid/SandboxItem.html#method-i-reset_login","(access_token)","<p>Resets sandbox item login.\n<p>Does a POST /sandbox/item/reset_login call.\n<p>access_token &mdash; access_token which …\n"],["search","Plaid::Institutions","classes/Plaid/Institutions.html#method-i-search","(query, country_codes, products = nil, options: nil)","<p>Get information about all available institutions matching your query.\n<p>Does a POST /institutions/search …\n"],["set_verification_status","Plaid::SandboxItem","classes/Plaid/SandboxItem.html#method-i-set_verification_status","(access_token, account_id, verification_status)","<p>Sets the verification status for an item created via automated\nmicrodeposits\n<p>Does a POST /sandbox/item/set_verification_status …\n"],["subproduct","Plaid::SubproductMixin","classes/Plaid/SubproductMixin.html#method-i-subproduct","(name, klass = nil)",""],["transactions","Plaid::Investments","classes/Plaid/Investments.html#method-i-transactions","","<p>The Plaid::InvestmentTransactions product accessor.\n"],["update","Plaid::Webhook","classes/Plaid/Webhook.html#method-i-update","(access_token, webhook)","<p>Update webhook for an access_token.\n<p>Does a POST /item/webhook/update call which is used to update webhook …\n"],["LICENSE","","files/LICENSE_txt.html","","<p>The MIT License (MIT)\n<p>Copyright © 2017 Plaid Technologies, Inc.\n<p>Permission is hereby granted, free of …\n"],["README","","files/README_md.html","","<p>plaid-ruby <img src=\"https://circleci.com/gh/plaid/plaid-ruby.svg?style=svg&circle-token=30ee002ac2021da5b5b5a701d45fe2888af124a5\"> …\n"]]}}
Binary file
@@ -0,0 +1,468 @@
1
+ Searchdoc = {};
2
+
3
+ // navigation.js ------------------------------------------
4
+
5
+ Searchdoc.Navigation = new function() {
6
+ this.initNavigation = function() {
7
+ var _this = this;
8
+
9
+ $(document).keydown(function(e) {
10
+ _this.onkeydown(e);
11
+ }).keyup(function(e) {
12
+ _this.onkeyup(e);
13
+ });
14
+
15
+ this.navigationActive = true;
16
+ };
17
+
18
+ this.setNavigationActive = function(state) {
19
+ this.navigationActive = state;
20
+ this.clearMoveTimeout();
21
+ };
22
+
23
+
24
+ this.onkeyup = function(e) {
25
+ if (!this.navigationActive) return;
26
+ switch (e.keyCode) {
27
+ case 37: //Event.KEY_LEFT:
28
+ case 38: //Event.KEY_UP:
29
+ case 39: //Event.KEY_RIGHT:
30
+ case 40: //Event.KEY_DOWN:
31
+ case 73: // i - qwerty
32
+ case 74: // j
33
+ case 75: // k
34
+ case 76: // l
35
+ case 67: // c - dvorak
36
+ case 72: // h
37
+ case 84: // t
38
+ case 78: // n
39
+ this.clearMoveTimeout();
40
+ break;
41
+ }
42
+ };
43
+
44
+ this.onkeydown = function(e) {
45
+ if (!this.navigationActive) return;
46
+ switch (e.keyCode) {
47
+ case 37: //Event.KEY_LEFT:
48
+ case 74: // j (qwerty)
49
+ case 72: // h (dvorak)
50
+ if (this.moveLeft()) e.preventDefault();
51
+ break;
52
+ case 38: //Event.KEY_UP:
53
+ case 73: // i (qwerty)
54
+ case 67: // c (dvorak)
55
+ if (e.keyCode == 38 || e.ctrlKey) {
56
+ if (this.moveUp()) e.preventDefault();
57
+ this.startMoveTimeout(false);
58
+ }
59
+ break;
60
+ case 39: //Event.KEY_RIGHT:
61
+ case 76: // l (qwerty)
62
+ case 78: // n (dvorak)
63
+ if (this.moveRight()) e.preventDefault();
64
+ break;
65
+ case 40: //Event.KEY_DOWN:
66
+ case 75: // k (qwerty)
67
+ case 84: // t (dvorak)
68
+ if (e.keyCode == 40 || e.ctrlKey) {
69
+ if (this.moveDown()) e.preventDefault();
70
+ this.startMoveTimeout(true);
71
+ }
72
+ break;
73
+ case 9: //Event.KEY_TAB:
74
+ case 13: //Event.KEY_RETURN:
75
+ if (this.$current) this.select(this.$current);
76
+ break;
77
+ case 83: // s (qwerty)
78
+ case 79: // o (dvorak)
79
+ if (e.ctrlKey) {
80
+ $('#search').focus();
81
+ e.preventDefault();
82
+ }
83
+ break;
84
+ }
85
+ if (e.ctrlKey && e.shiftKey) this.select(this.$current);
86
+ };
87
+
88
+ this.clearMoveTimeout = function() {
89
+ clearTimeout(this.moveTimeout);
90
+ this.moveTimeout = null;
91
+ };
92
+
93
+ this.startMoveTimeout = function(isDown) {
94
+ if (!$.browser.mozilla && !$.browser.opera) return;
95
+ if (this.moveTimeout) this.clearMoveTimeout();
96
+ var _this = this;
97
+
98
+ var go = function() {
99
+ if (!_this.moveTimeout) return;
100
+ _this[isDown ? 'moveDown' : 'moveUp']();
101
+ _this.moveTimout = setTimeout(go, 100);
102
+ };
103
+ this.moveTimeout = setTimeout(go, 200);
104
+ };
105
+
106
+ this.moveRight = function() {};
107
+
108
+ this.moveLeft = function() {};
109
+
110
+ this.move = function(isDown) {};
111
+
112
+ this.moveUp = function() {
113
+ return this.move(false);
114
+ };
115
+
116
+ this.moveDown = function() {
117
+ return this.move(true);
118
+ };
119
+ };
120
+
121
+
122
+ // scrollIntoView.js --------------------------------------
123
+
124
+ function scrollIntoView(element, view) {
125
+ var offset, viewHeight, viewScroll, height;
126
+ offset = element.offsetTop;
127
+ height = element.offsetHeight;
128
+ viewHeight = view.offsetHeight;
129
+ viewScroll = view.scrollTop;
130
+ if (offset - viewScroll + height > viewHeight) {
131
+ view.scrollTop = offset - viewHeight + height;
132
+ }
133
+ if (offset < viewScroll) {
134
+ view.scrollTop = offset;
135
+ }
136
+ }
137
+
138
+ // panel.js -----------------------------------------------
139
+
140
+ Searchdoc.Panel = function(element, data, tree, frame) {
141
+ this.$element = $(element);
142
+ this.$input = $('input', element).eq(0);
143
+ this.$result = $('.result ul', element).eq(0);
144
+ this.frame = frame;
145
+ this.$current = null;
146
+ this.$view = this.$result.parent();
147
+ this.data = data;
148
+ this.searcher = new Searcher(data.index);
149
+ this.tree = new Searchdoc.Tree($('.tree', element), tree, this);
150
+ this.init();
151
+ };
152
+
153
+ Searchdoc.Panel.prototype = $.extend({}, Searchdoc.Navigation, new function() {
154
+ var suid = 1;
155
+
156
+ this.init = function() {
157
+ var _this = this;
158
+ var observer = function() {
159
+ _this.search(_this.$input[0].value);
160
+ };
161
+ this.$input.keyup(observer);
162
+ this.$input.click(observer); // mac's clear field
163
+
164
+ this.searcher.ready(function(results, isLast) {
165
+ _this.addResults(results, isLast);
166
+ });
167
+
168
+ this.$result.click(function(e) {
169
+ e.preventDefault();
170
+ _this.$current.removeClass('current');
171
+ _this.$current = $(e.target).closest('li').addClass('current');
172
+ _this.select();
173
+ _this.$input.focus();
174
+ });
175
+
176
+ this.initNavigation();
177
+ this.setNavigationActive(false);
178
+ };
179
+
180
+ this.search = function(value, selectFirstMatch) {
181
+ value = jQuery.trim(value).toLowerCase();
182
+ this.selectFirstMatch = selectFirstMatch;
183
+ if (value) {
184
+ this.$element.removeClass('panel_tree').addClass('panel_results');
185
+ this.tree.setNavigationActive(false);
186
+ this.setNavigationActive(true);
187
+ } else {
188
+ this.$element.addClass('panel_tree').removeClass('panel_results');
189
+ this.tree.setNavigationActive(true);
190
+ this.setNavigationActive(false);
191
+ }
192
+ if (value != this.lastQuery) {
193
+ this.lastQuery = value;
194
+ this.firstRun = true;
195
+ this.searcher.find(value);
196
+ }
197
+ };
198
+
199
+ this.addResults = function(results, isLast) {
200
+ var target = this.$result.get(0);
201
+ if (this.firstRun && (results.length > 0 || isLast)) {
202
+ this.$current = null;
203
+ this.$result.empty();
204
+ }
205
+ for (var i = 0, l = results.length; i < l; i++) {
206
+ target.appendChild(renderItem.call(this, results[i]));
207
+ }
208
+ if (this.firstRun && results.length > 0) {
209
+ this.firstRun = false;
210
+ this.$current = $(target.firstChild);
211
+ this.$current.addClass('current');
212
+ if (this.selectFirstMatch) this.select();
213
+ scrollIntoView(this.$current[0], this.$view[0]);
214
+ }
215
+ if (jQuery.browser.msie) this.$element[0].className += '';
216
+ };
217
+
218
+ this.open = function(src) {
219
+ this.frame.location.href = '../' + src;
220
+ if (this.frame.highlight) this.frame.highlight(src);
221
+ };
222
+
223
+ this.select = function() {
224
+ this.open(this.$current.data('path'));
225
+ };
226
+
227
+ this.move = function(isDown) {
228
+ if (!this.$current) return;
229
+ var $next = this.$current[isDown ? 'next' : 'prev']();
230
+ if ($next.length) {
231
+ this.$current.removeClass('current');
232
+ $next.addClass('current');
233
+ scrollIntoView($next[0], this.$view[0]);
234
+ this.$current = $next;
235
+ }
236
+ return true;
237
+ };
238
+
239
+ function renderItem(result) {
240
+ var li = document.createElement('li'),
241
+ html = '',
242
+ badge = result.badge;
243
+ html += '<a href="../' + result.path + '">' + hlt(result.title);
244
+ if (result.params) html += '<i>' + result.params + '</i>';
245
+ html += '</a>';
246
+ html += '<p>';
247
+ if (typeof badge != 'undefined') {
248
+ html += '<span class="badge badge_' + (badge % 6 + 1) + '">' + stripHTML(this.data.badges[badge] || 'unknown') + '</span>';
249
+ }
250
+ html += hlt(result.namespace) + '</p>';
251
+ if (result.snippet) html += '<p class="snippet">' + stripHTML(result.snippet.replace(/^<p>/, '')) + '</p>';
252
+ li.innerHTML = html;
253
+ jQuery.data(li, 'path', result.path);
254
+ return li;
255
+ }
256
+
257
+ function hlt(html) {
258
+ return escapeHTML(html).replace(/\u0001/g, '<b>').replace(/\u0002/g, '</b>');
259
+ }
260
+
261
+ function escapeHTML(html) {
262
+ return html.replace(/[&<>]/g, function(c) {
263
+ return '&#' + c.charCodeAt(0) + ';';
264
+ });
265
+ }
266
+
267
+ function stripHTML(html) {
268
+ var in_tag = false;
269
+ var output = "";
270
+
271
+ for (var i = 0; i < html.length; i++) {
272
+ if (html[i] == '<'){
273
+ in_tag = true;
274
+ } else if (html[i] == '>') {
275
+ in_tag = false;
276
+ i++;
277
+ }
278
+
279
+ if (!in_tag && i < html.length)
280
+ output += html[i];
281
+ }
282
+
283
+ return output;
284
+ }
285
+
286
+ });
287
+
288
+ // tree.js ------------------------------------------------
289
+
290
+ Searchdoc.Tree = function(element, tree, panel) {
291
+ this.$element = $(element);
292
+ this.$list = $('ul', element);
293
+ this.tree = tree;
294
+ this.panel = panel;
295
+ this.init();
296
+ };
297
+
298
+ Searchdoc.Tree.prototype = $.extend({}, Searchdoc.Navigation, new function() {
299
+ this.init = function() {
300
+ var stopper = document.createElement('li');
301
+ stopper.className = 'stopper';
302
+ this.$list[0].appendChild(stopper);
303
+ for (var i = 0, l = this.tree.length; i < l; i++) {
304
+ buildAndAppendItem.call(this, this.tree[i], 0, stopper);
305
+ }
306
+ var _this = this;
307
+ this.$list.click(function(e) {
308
+ e.preventDefault();
309
+ var $target = $(e.target),
310
+ $li = $target.closest('li');
311
+ if ($target.hasClass('icon')) {
312
+ _this.toggle($li);
313
+ } else {
314
+ _this.select($li);
315
+ }
316
+ });
317
+
318
+ this.initNavigation();
319
+ if (jQuery.browser.msie) document.body.className += '';
320
+ };
321
+
322
+ this.select = function($li) {
323
+ this.highlight($li);
324
+ var path = $li[0].searchdoc_tree_data.path;
325
+ if (path) this.panel.open(path);
326
+ };
327
+
328
+ this.highlight = function($li) {
329
+ if (this.$current) this.$current.removeClass('current');
330
+ this.$current = $li.addClass('current');
331
+ };
332
+
333
+ this.toggle = function($li) {
334
+ var closed = !$li.hasClass('closed'),
335
+ children = $li[0].searchdoc_tree_data.children;
336
+ $li.toggleClass('closed');
337
+ for (var i = 0, l = children.length; i < l; i++) {
338
+ toggleVis.call(this, $(children[i].li), !closed);
339
+ }
340
+ };
341
+
342
+ this.moveRight = function() {
343
+ if (!this.$current) {
344
+ this.highlight(this.$list.find('li:first'));
345
+ return;
346
+ }
347
+ if (this.$current.hasClass('closed')) {
348
+ this.toggle(this.$current);
349
+ }
350
+ };
351
+
352
+ this.moveLeft = function() {
353
+ if (!this.$current) {
354
+ this.highlight(this.$list.find('li:first'));
355
+ return;
356
+ }
357
+ if (!this.$current.hasClass('closed')) {
358
+ this.toggle(this.$current);
359
+ } else {
360
+ var level = this.$current[0].searchdoc_tree_data.level;
361
+ if (level === 0) return;
362
+ var $next = this.$current.prevAll('li.level_' + (level - 1) + ':visible:first');
363
+ this.$current.removeClass('current');
364
+ $next.addClass('current');
365
+ scrollIntoView($next[0], this.$element[0]);
366
+ this.$current = $next;
367
+ }
368
+ };
369
+
370
+ this.move = function(isDown) {
371
+ if (!this.$current) {
372
+ this.highlight(this.$list.find('li:first'));
373
+ return true;
374
+ }
375
+ var next = this.$current[0];
376
+ if (isDown) {
377
+ do {
378
+ next = next.nextSibling;
379
+ if (next && next.style && next.style.display != 'none') break;
380
+ } while (next);
381
+ } else {
382
+ do {
383
+ next = next.previousSibling;
384
+ if (next && next.style && next.style.display != 'none') break;
385
+ } while (next);
386
+ }
387
+ if (next && next.className.indexOf('stopper') == -1) {
388
+ this.$current.removeClass('current');
389
+ $(next).addClass('current');
390
+ scrollIntoView(next, this.$element[0]);
391
+ this.$current = $(next);
392
+ }
393
+ return true;
394
+ };
395
+
396
+ function toggleVis($li, show) {
397
+ var closed = $li.hasClass('closed'),
398
+ children = $li[0].searchdoc_tree_data.children;
399
+ $li.css('display', show ? '' : 'none');
400
+ if (!show && this.$current && $li[0] == this.$current[0]) {
401
+ this.$current.removeClass('current');
402
+ this.$current = null;
403
+ }
404
+ for (var i = 0, l = children.length; i < l; i++) {
405
+ toggleVis.call(this, $(children[i].li), show && !closed);
406
+ }
407
+ }
408
+
409
+ function buildAndAppendItem(item, level, before) {
410
+ var li = renderItem(item, level),
411
+ list = this.$list[0];
412
+ item.li = li;
413
+ list.insertBefore(li, before);
414
+ for (var i = 0, l = item[3].length; i < l; i++) {
415
+ buildAndAppendItem.call(this, item[3][i], level + 1, before);
416
+ }
417
+ return li;
418
+ }
419
+
420
+ function renderItem(item, level) {
421
+ var li = document.createElement('li'),
422
+ cnt = document.createElement('div'),
423
+ a = document.createElement('a'),
424
+ p = document.createElement('p'),
425
+ icon, i;
426
+
427
+ a.href = '../' + item[1];
428
+ li.appendChild(cnt);
429
+ li.style.paddingLeft = getOffset(level);
430
+ cnt.className = 'content';
431
+ if (!item[1]) li.className = 'empty ';
432
+ cnt.appendChild(a);
433
+ // cnt.appendChild(p);
434
+ a.appendChild(document.createTextNode(item[0]));
435
+ // p.appendChild(document.createTextNode(item[4]));
436
+ if (item[2]) {
437
+ i = document.createElement('i');
438
+ i.appendChild(document.createTextNode(item[2]));
439
+ a.appendChild(i);
440
+ }
441
+ if (item[3].length > 0) {
442
+ icon = document.createElement('div');
443
+ icon.className = 'icon';
444
+ cnt.appendChild(icon);
445
+ }
446
+
447
+ // user direct assignement instead of $()
448
+ // it's 8x faster
449
+ // $(li).data('path', item[1])
450
+ // .data('children', item[3])
451
+ // .data('level', level)
452
+ // .css('display', level == 0 ? '' : 'none')
453
+ // .addClass('level_' + level)
454
+ // .addClass('closed');
455
+ li.searchdoc_tree_data = {
456
+ path: item[1],
457
+ children: item[3],
458
+ level: level
459
+ };
460
+ li.style.display = level === 0 ? '' : 'none';
461
+ li.className += 'level_' + level + ' closed';
462
+ return li;
463
+ }
464
+
465
+ function getOffset(level) {
466
+ return 5 + 18 * level + 'px';
467
+ }
468
+ });