Bump plaid from 33.0.0 to 34.0.0 #1475

Merged
dependabot[bot] merged 1 commits from dependabot/bundler/plaid-34.0.0 into main 2024-11-18 23:56:36 +08:00
dependabot[bot] commented 2024-11-18 15:18:53 +08:00 (Migrated from github.com)

Bumps plaid from 33.0.0 to 34.0.0.

Changelog

Sourced from plaid's changelog.

34.0.0

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

Breaking changes in this version

  • [Breaking] Changed the type returned by /item/get from Item to ItemWithConsentFields.
  • [Breaking] Changed ConsentEventCode enum values. Replaced PLAID_END_USER_PRIVACY_POLICY with USER_AGREEMENT
  • [Breaking] Created ItemWithConsentFields, a new object definition that extends the Item object to include 1033-related consent fields.
  • [Breaking] Removed the 1033-related consent fields from the Item object, ensuring that these fields now only appear in the ItemWithConsentFields object within the /item/get response.

OpenAPI Schema Changes

2020-09-14_1.586.4

  • Update cause and make it nullable

2020-09-14_1.586.3

  • Update email description in /user_account/session/get response

2020-09-14_1.586.2

  • Update event_type description of /sandbox/transfer/simulate. Added funds_available to status list

2020-09-14_1.586.1

  • [Breaking] Changed ConsentEventCode enum values. Replaced PLAID_END_USER_PRIVACY_POLICY with USER_AGREEMENT

2020-09-14_1.586.0

  • Add webhook field to requests for /sandbox/transfer/simulate, /sandbox/transfer/refund/simulate, /sandbox/transfer/ledger/simulate_available and /sandbox/transfer/sweep/simulate.

2020-09-14_1.585.5

  • Correct a typo in /link/token/create description

2020-09-14_1.585.4

  • Updated transition date to move away from deprecated fields in CRA Base Report API

2020-09-14_1.585.3

  • Fixed erroneous missing last_statement_balance field in StudentLoan object -- field was returned in API but not in specification.

2020-09-14_1.585.2

  • Remove minimum length for end_customer in user/create

2020-09-14_1.585.1

  • Deprecate options in payment_initiation/consent/create

2020-09-14_1.585.0

  • [Breaking] Created ItemWithConsentFields, a new object definition that extends the Item object to include 1033-related consent fields.
  • [Breaking] Removed the 1033-related consent fields from the Item object, ensuring that these fields now only appear in the ItemWithConsentFields object within the /item/get response.

2020-09-14_1.584.1

  • Deprecated version in cra/check_report/partner_insights/get in favor of model_version

2020-09-14_1.584.0

  • Made total inflow/outflow amount fields in the cra/check_report/base_report/get response nullable

... (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 33.0.0 to 34.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>34.0.0</h1> <ul> <li>Updating to OAS 2020-09-14_1.586.4</li> </ul> <h2>Breaking changes in this version</h2> <ul> <li>[Breaking] Changed the type returned by <code>/item/get</code> from <code>Item</code> to <code>ItemWithConsentFields</code>.</li> <li>[Breaking] Changed <code>ConsentEventCode</code> enum values. Replaced <code>PLAID_END_USER_PRIVACY_POLICY</code> with <code>USER_AGREEMENT</code></li> <li>[Breaking] Created <code>ItemWithConsentFields</code>, a new object definition that extends the <code>Item</code> object to include 1033-related consent fields.</li> <li>[Breaking] Removed the 1033-related consent fields from the <code>Item</code> object, ensuring that these fields now only appear in the <code>ItemWithConsentFields</code> object within the <code>/item/get</code> response.</li> </ul> <h2>OpenAPI Schema Changes</h2> <h3>2020-09-14_1.586.4</h3> <ul> <li>Update <code>cause</code> and make it nullable</li> </ul> <h3>2020-09-14_1.586.3</h3> <ul> <li>Update <code>email</code> description in <code>/user_account/session/get</code> response</li> </ul> <h3>2020-09-14_1.586.2</h3> <ul> <li>Update <code>event_type</code> description of <code>/sandbox/transfer/simulate</code>. Added <code>funds_available</code> to status list</li> </ul> <h3>2020-09-14_1.586.1</h3> <ul> <li>[Breaking] Changed <code>ConsentEventCode</code> enum values. Replaced <code>PLAID_END_USER_PRIVACY_POLICY</code> with <code>USER_AGREEMENT</code></li> </ul> <h3>2020-09-14_1.586.0</h3> <ul> <li>Add <code>webhook</code> field to requests for <code>/sandbox/transfer/simulate</code>, <code>/sandbox/transfer/refund/simulate</code>, <code>/sandbox/transfer/ledger/simulate_available</code> and <code>/sandbox/transfer/sweep/simulate</code>.</li> </ul> <h3>2020-09-14_1.585.5</h3> <ul> <li>Correct a typo in /link/token/create description</li> </ul> <h3>2020-09-14_1.585.4</h3> <ul> <li>Updated transition date to move away from deprecated fields in CRA Base Report API</li> </ul> <h3>2020-09-14_1.585.3</h3> <ul> <li>Fixed erroneous missing <code>last_statement_balance</code> field in <code>StudentLoan</code> object -- field was returned in API but not in specification.</li> </ul> <h3>2020-09-14_1.585.2</h3> <ul> <li>Remove minimum length for <code>end_customer</code> in <code>user/create</code></li> </ul> <h3>2020-09-14_1.585.1</h3> <ul> <li>Deprecate <code>options</code> in <code>payment_initiation/consent/create</code></li> </ul> <h3>2020-09-14_1.585.0</h3> <ul> <li>[Breaking] Created <code>ItemWithConsentFields</code>, a new object definition that extends the <code>Item</code> object to include 1033-related consent fields.</li> <li>[Breaking] Removed the 1033-related consent fields from the <code>Item</code> object, ensuring that these fields now only appear in the <code>ItemWithConsentFields</code> object within the <code>/item/get</code> response.</li> </ul> <h3>2020-09-14_1.584.1</h3> <ul> <li>Deprecated <code>version</code> in <code>cra/check_report/partner_insights/get</code> in favor of <code>model_version</code></li> </ul> <h3>2020-09-14_1.584.0</h3> <ul> <li>Made total inflow/outflow amount fields in the <code>cra/check_report/base_report/get</code> response nullable</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/plaid/plaid-ruby/commit/bc1dbc7fd0f0c4e65ccf8c08ad260f8f28629c66"><code>bc1dbc7</code></a> OpenAPI generated code at 2024-11-14T16:40:35Z (<a href="https://redirect.github.com/plaid/plaid-ruby/issues/507">#507</a>)</li> <li>See full diff in <a href="https://github.com/plaid/plaid-ruby/compare/v33.0.0...v34.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=33.0.0&new-version=34.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.