Skip to content

chore: 🐝 Update SDK - Generate Bank Feeds library BANK-FEEDS-LIBRARY 11.1.0#638

Merged
pj-simpson merged 1 commit intomainfrom
speakeasy-sdk-regen-1744193331
Apr 9, 2025
Merged

chore: 🐝 Update SDK - Generate Bank Feeds library BANK-FEEDS-LIBRARY 11.1.0#638
pj-simpson merged 1 commit intomainfrom
speakeasy-sdk-regen-1744193331

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Apr 9, 2025

SDK update

Based on:

Versioning

Version Bump Type: [minor] - 🤖 (automated)

OpenAPI Change Summary

├──[➖] webhooks (3066:9)❌ 
├──[➖] webhooks (3078:9)❌ 
├─┬Info
│ ├──[🔀] title (6:10)
│ └──[🔀] description (11:16)
├─┬Paths
│ ├─┬/companies/{companyId}/connections/{connectionId}/connectionInfo/bankFeedAccounts
│ │ ├─┬GET
│ │ │ └──[🔀] description (2468:20)
│ │ └─┬POST
│ │   └──[🔀] description (2397:20)
│ ├─┬/companies/{companyId}/accessToken
│ │ └─┬GET
│ │   └──[🔀] description (581:20)
│ ├─┬/companies
│ │ ├─┬GET
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬application/json
│ │ │       ├─┬One company
│ │ │       │ └──[🔀] value (199:21)
│ │ │       └─┬List of Companies
│ │ │         └──[🔀] value (235:21)
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         ├─┬With no description
│ │         │ └──[🔀] value (118:21)
│ │         ├─┬With a tag
│ │         │ └──[🔀] value (144:21)
│ │         └─┬With a description
│ │           └──[🔀] value (131:21)
│ ├─┬/companies/{companyId}/connections/{connectionId}/bankFeeds/info
│ │ └─┬GET
│ │   └──[🔀] description (2730:20)
│ ├─┬/companies/{companyId}/connections/{connectionId}/connectionInfo/bankFeedAccounts/batch
│ │ └─┬POST
│ │   └──[🔀] description (2322:20)
│ └─┬/companies/{companyId}
│   └─┬GET
│     └─┬Responses
│       └─┬200
│         └─┬application/json
│           ├─┬Simple company
│           │ └──[🔀] value (383:21)
│           ├─┬Subsidiary multi-entity company
│           │ └──[🔀] value (423:21)
│           └─┬Parent multi-entity company
│             └──[🔀] value (399:21)
└─┬Components
  ├──[➖] schemas (3566:13)❌ 
  ├──[➖] schemas (3607:13)❌ 
  └─┬BankFeedAccountMapping
    ├──[➕] properties (3397:9)
    ├─┬targetAccountId
    │ ├──[🔀] description (3392:24)
    │ └──[➖] nullable (3371:31)❌ 
    └─┬sourceAccountId
      └──[🔀] $ref (4310:14)❌ 
Document Element Total Changes Breaking Changes
info 2 0
paths 13 0
components 6 4

PYTHON CHANGELOG

nullables: 1.0.1 - 2025-02-17

🐛 Bug Fixes

  • represent maps/arrays that can contain null (commit by @disintegrator)

globalSecurity: 3.0.3 - 2025-02-06

🐛 Bug Fixes

  • fixes to handling of security at both global and operation level especially for oauth2 (commit by @tristanspeakeasy)

sdkHooks: 1.0.1 - 2025-02-18

🐛 Bug Fixes

  • Ensure base_url is set with global or client instantiation server URL (commit by @bflad)

core: 5.12.6 - 2025-04-03

🐛 Bug Fixes

  • improve performance of generation on multicore machines and various fixes to correctness based on order of generation (commit by @tristanspeakeasy)

core: 5.12.5 - 2025-03-28

🐛 Bug Fixes

  • Prevent Pydantic 2.11 deprecation warnings with model_fields usage in models (commit by @bflad)

core: 5.12.4 - 2025-03-16

🐛 Bug Fixes

  • force quote circular referenced types (commit by @ThomasRooney)

core: 5.12.3 - 2025-03-10

🐛 Bug Fixes

  • disable key sorting when serializing to json (commit by @disintegrator)

core: 5.12.2 - 2025-03-02

🐛 Bug Fixes

  • handle indirect circular references (commit by @vishalg0wda)

core: 5.12.1 - 2025-02-21

🐛 Bug Fixes

  • handle usage snippet templating when no servers are defined in the spec (commit by @vishalg0wda)

core: 5.12.0 - 2025-02-12

🐝 New Features

  • support openapi specs without server urls (commit by @vishalg0wda)

core: 5.11.0 - 2025-02-04

🐝 New Features

core: 5.10.9 - 2025-01-31

🐛 Bug Fixes

  • fixed handling of default fields in usage snippets and tests, fixed validation of required schema property (commit by @tristanspeakeasy)

core: 5.10.8 - 2025-01-30

🐛 Bug Fixes

  • fixed handling of field names conflicting with reserved keywords (commit by @tristanspeakeasy)

core: 5.10.7 - 2025-01-29

🐛 Bug Fixes

  • allow for no global server url on pythonv2 sdks (commit by @walker-tx)

core: 5.10.6 - 2025-01-27

🐛 Bug Fixes

  • sort subresponses based on the worst scoring response in the group to ensure that no unreachable code paths are created (commit by @idbentley)

@github-actions github-actions bot requested a review from dcoplowe as a code owner April 9, 2025 10:09
@github-actions github-actions bot added the minor Minor version bump label Apr 9, 2025
@pj-simpson pj-simpson merged commit 631de5b into main Apr 9, 2025
@pj-simpson pj-simpson deleted the speakeasy-sdk-regen-1744193331 branch April 9, 2025 10:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

minor Minor version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments