Bump plaid from 36.1.0 to 37.0.0 #2163

Merged
dependabot[bot] merged 1 commits from dependabot/bundler/plaid-37.0.0 into main 2025-04-29 03:07:05 +08:00
dependabot[bot] commented 2025-04-28 17:18:16 +08:00 (Migrated from github.com)

Bumps plaid from 36.1.0 to 37.0.0.

Changelog

Sourced from plaid's changelog.

37.0.0

  • Updating to OAS 2020-09-14_1.633.1

Breaking changes in this version

  • [BREAKING] Update account object to nullable in /processor/transactions/sync response
  • [BREAKING] Update webhook field in IssuesSubscribeRequest to be required
  • [BREAKING] Correct the schema object returned by AssetReport investments field -- it is now correctly represented as an AssetReportInvestments object, not an AssetReportInvestmentsTransaction object, to accurately reflect the API behavior.
  • [BREAKING] Date of birth is now required within consumer report user identity for user/create and user/update
  • [BREAKING] Update posted_date field on /statements/list response to be nullable
  • [BREAKING] Updated the investments schema returned by /asset_report/get (AssetReportInvestments) to accurately reflect the actual API behavior, including renaming the schema object
  • [BREAKING] Changed score in PlaidCheckScore from a float to an integer

OpenAPI Schema Changes

2020-09-14_1.633.1

  • [BREAKING] Update account object to nullable in /processor/transactions/sync response

2020-09-14_1.633.0

  • Move user_id field of /session/token/create request to be within user

2020-09-14_1.632.6

  • Update descriptions for CashFlowUpdatesLowBalanceWebhook and CashFlowUpdatesLargeDepositWebhook

2020-09-14_1.632.5

  • Add new CashFlowUpdatesInsightsWebhook for Cash Flow Updates

2020-09-14_1.632.4

  • Add triggered_rule_details to /signal/evaluate response

2020-09-14_1.632.3

  • [BREAKING] Update webhook field in IssuesSubscribeRequest to be required

2020-09-14_1.632.2

  • Update the warnings field in /cra/check_report/verification/get response to be required

2020-09-14_1.632.1

  • Add AT and FI to the list of available countries

2020-09-14_1.632.0

  • Add user_id field to /session/token/create request

2020-09-14_1.631.0

  • [BREAKING] Correct the schema object returned by AssetReport investments field -- it is now correctly represented as an AssetReportInvestments object, not an AssetReportInvestmentsTransaction object, to accurately reflect the API behavior.

2020-09-14_1.630.0

  • Add optional income_categories param to /cra/monitoring_insights/subscribe request

2020-09-14_1.629.0

  • [Breaking] Date of birth is now required within consumer report user identity for user/create and user/update

2020-09-14_1.628.4

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps [plaid](https://github.com/plaid/plaid-ruby) from 36.1.0 to 37.0.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/plaid/plaid-ruby/blob/master/CHANGELOG.md">plaid's changelog</a>.</em></p> <blockquote> <h1>37.0.0</h1> <ul> <li>Updating to OAS 2020-09-14_1.633.1</li> </ul> <h2>Breaking changes in this version</h2> <ul> <li>[BREAKING] Update <code>account</code> object to nullable in <code>/processor/transactions/sync</code> response</li> <li>[BREAKING] Update <code>webhook</code> field in <code>IssuesSubscribeRequest</code> to be required</li> <li>[BREAKING] Correct the schema object returned by <code>AssetReport</code> <code>investments</code> field -- it is now correctly represented as an <code>AssetReportInvestments</code> object, not an <code>AssetReportInvestmentsTransaction</code> object, to accurately reflect the API behavior.</li> <li>[BREAKING] Date of birth is now required within consumer report user identity for <code>user/create</code> and <code>user/update</code></li> <li>[BREAKING] Update <code>posted_date</code> field on <code>/statements/list</code> response to be nullable</li> <li>[BREAKING] Updated the <code>investments</code> schema returned by <code>/asset_report/get</code> (<code>AssetReportInvestments</code>) to accurately reflect the actual API behavior, including renaming the schema object</li> <li>[BREAKING] Changed <code>score</code> in <code>PlaidCheckScore</code> from a float to an integer</li> </ul> <h2>OpenAPI Schema Changes</h2> <h3>2020-09-14_1.633.1</h3> <ul> <li>[BREAKING] Update <code>account</code> object to nullable in <code>/processor/transactions/sync</code> response</li> </ul> <h3>2020-09-14_1.633.0</h3> <ul> <li>Move <code>user_id</code> field of <code>/session/token/create</code> request to be within <code>user</code></li> </ul> <h3>2020-09-14_1.632.6</h3> <ul> <li>Update descriptions for <code>CashFlowUpdatesLowBalanceWebhook</code> and <code>CashFlowUpdatesLargeDepositWebhook</code></li> </ul> <h3>2020-09-14_1.632.5</h3> <ul> <li>Add new <code>CashFlowUpdatesInsightsWebhook</code> for Cash Flow Updates</li> </ul> <h3>2020-09-14_1.632.4</h3> <ul> <li>Add <code>triggered_rule_details</code> to <code>/signal/evaluate</code> response</li> </ul> <h3>2020-09-14_1.632.3</h3> <ul> <li>[BREAKING] Update <code>webhook</code> field in <code>IssuesSubscribeRequest</code> to be required</li> </ul> <h3>2020-09-14_1.632.2</h3> <ul> <li>Update the <code>warnings</code> field in <code>/cra/check_report/verification/get</code> response to be required</li> </ul> <h3>2020-09-14_1.632.1</h3> <ul> <li>Add <code>AT</code> and <code>FI</code> to the list of available countries</li> </ul> <h3>2020-09-14_1.632.0</h3> <ul> <li>Add <code>user_id</code> field to <code>/session/token/create</code> request</li> </ul> <h3>2020-09-14_1.631.0</h3> <ul> <li>[BREAKING] Correct the schema object returned by <code>AssetReport</code> <code>investments</code> field -- it is now correctly represented as an <code>AssetReportInvestments</code> object, not an <code>AssetReportInvestmentsTransaction</code> object, to accurately reflect the API behavior.</li> </ul> <h3>2020-09-14_1.630.0</h3> <ul> <li>Add optional <code>income_categories</code> param to <code>/cra/monitoring_insights/subscribe</code> request</li> </ul> <h3>2020-09-14_1.629.0</h3> <ul> <li>[Breaking] Date of birth is now required within consumer report user identity for <code>user/create</code> and <code>user/update</code></li> </ul> <h3>2020-09-14_1.628.4</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/plaid/plaid-ruby/commit/ea40eaeaae3519e3d107891a6a9a3f609b6a49d9"><code>ea40eae</code></a> OpenAPI generated code at 2025-04-21T15:34:52Z (<a href="https://redirect.github.com/plaid/plaid-ruby/issues/515">#515</a>)</li> <li>See full diff in <a href="https://github.com/plaid/plaid-ruby/compare/v36.1.0...v37.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=plaid&package-manager=bundler&previous-version=36.1.0&new-version=37.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
Sign in to join this conversation.