Skip to content

chore: 🐝 Update SDK - Generate Bank Feeds library BANK-FEEDS-LIBRARY 1.0.0#66

Merged
dcoplowe merged 1 commit intomainfrom
speakeasy-sdk-regen-1730903647
Nov 6, 2024
Merged

chore: 🐝 Update SDK - Generate Bank Feeds library BANK-FEEDS-LIBRARY 1.0.0#66
dcoplowe merged 1 commit intomainfrom
speakeasy-sdk-regen-1730903647

Conversation

@github-actions
Copy link

@github-actions github-actions bot commented Nov 6, 2024

SDK update

Based on:

OpenAPI Change Summary

├─┬Paths
│ ├─┬/companies/{companyId}/connections/{connectionId}/push/bankAccounts/{accountId}/bankTransactions
│ │ └─┬POST
│ │   └──[🔀] description (2466:20)
│ ├─┬/companies/{companyId}/connections/{connectionId}/connectionInfo/bankFeedAccounts
│ │ └─┬GET
│ │   └──[🔀] description (2169:20)
│ ├─┬/companies/{companyId}/push/{pushOperationKey}
│ │ └─┬GET
│ │   └──[🔀] description (2624:20)
│ ├─┬/companies/{companyId}/connections/{connectionId}/connectionInfo/bankFeedAccounts/credentials
│ │ └─┬POST
│ │   └──[🔀] description (2272:20)
│ ├─┬/companies/{companyId}/connections
│ │ └─┬POST
│ │   └──[🔀] description (462:20)
│ ├─┬/companies/{companyId}
│ │ ├─┬GET
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬application/json
│ │ │       └──[➖] examples (325:37)❌ 
│ │ └─┬PUT
│ │   └──[🔀] description (358:20)
│ ├─┬/companies/{companyId}/connections/{connectionId}/bankFeedAccounts/mapping
│ │ ├─┬GET
│ │ │ ├──[🔀] summary (2339:16)
│ │ │ ├──[🔀] description (2340:20)
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬application/json
│ │ │       ├──[➕] examples (2351:19)
│ │ │       └─┬Schema
│ │ │         └──[🔀] $ref (3175:18)❌ 
│ │ └─┬POST
│ │   ├──[🔀] description (2389:20)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └──[➕] examples (2398:17)
│ ├─┬/companies/{companyId}/connections/{connectionId}/push/bankAccounts
│ │ └─┬POST
│ │   └──[🔀] description (2094:20)
│ ├─┬/companies/{companyId}/push
│ │ └─┬GET
│ │   └──[🔀] description (2666:20)
│ ├─┬/companies/{companyId}/connections/{connectionId}/options/bankAccounts
│ │ └─┬GET
│ │   └──[🔀] description (2052:20)
│ └─┬/companies
│   ├─┬GET
│   │ ├──[🔀] description (284:20)
│   │ └─┬Responses
│   │   └─┬200
│   │     └─┬application/json
│   │       └─┬One company
│   │         └──[🔀] value (190:21)
│   └─┬POST
│     ├─┬Responses
│     │ └─┬200
│     │   └─┬application/json
│     │     ├──[➕] examples (137:19)
│     │     └──[➖] examples (137:37)❌ 
│     └─┬Requestbody
│       └─┬application/json
│         └──[➖] examples (177:33)❌ 
├─┬client.rateLimit.reset
│ └─┬POST
│   └─┬Requestbody
│     └─┬application/json
│       └──[➕] examples (2728:17)
├─┬bankFeeds.sourceAccount.connected
│ └─┬POST
│   ├──[🔀] description (2771:20)
│   ├─┬Requestbody
│   │ └─┬application/json
│   │   └──[➕] examples (2780:17)
│   └─┬Extensions
│     └──[➕] x-svix-feature-flag (2772:28)
├─┬client.rateLimit.reached
│ └─┬POST
│   └─┬Requestbody
│     └─┬application/json
│       └──[➕] examples (2707:17)
├─┬bankFeeds.sourceAccount.disconnected
│ └─┬POST
│   ├──[🔀] description (2806:20)
│   ├─┬Requestbody
│   │ └─┬application/json
│   │   └──[➕] examples (2815:17)
│   └─┬Extensions
│     └──[➕] x-svix-feature-flag (2807:28)
└─┬Components
  ├─┬CompanyInformation
  │ ├──[➕] properties (3600:9)
  │ ├─┬multicurrencyEnabled
  │ │ ├──[🔀] description (3599:24)
  │ │ └──[➖] nullable (3474:31)❌ 
  │ └─┬planType
  │   └──[🔀] description (3596:24)
  ├─┬Connection
  │ ├──[➕] additionalProperties (3874:29)❌ 
  │ ├──[➖] properties (3748:17)❌ 
  │ ├─┬connectionInfo
  │ │ └──[➕] nullable (3871:21)❌ 
  │ └─┬dataConnectionErrors
  │   └──[➕] nullable (3866:21)❌ 
  ├─┬CompanyRequestBody
  │ ├──[➖] properties (3491:17)❌ 
  │ └──[➕] properties (3621:9)
  ├─┬BankFeedAccountMappingResponse
  │ ├──[➖] description (2973:26)
  │ ├──[➕] properties (3100:9)
  │ ├──[➖] properties (2969:17)❌ 
  │ ├──[➖] properties (2965:17)❌ 
  │ └──[➕] properties (3096:9)
  ├─┬BankAccounts
  │ ├─┬ALLOF
  │ │ └──[🔀] $ref (2862:11)❌ 
  │ └─┬ALLOF
  │   └──[🔀] $ref (3422:17)❌ 
  ├─┬ClientRateLimitWebhook
  │ ├──[➖] examples (3284:19)
  │ └──[➖] examples (3284:19)
  └─┬auth_header
    └──[🔀] description (5054:20)
Document Element Total Changes Breaking Changes
webhooks 8 0
components 20 12
paths 21 4

JAVA CHANGELOG

unions: 0.0.6 - 2024-11-05

🐛 Bug Fixes

  • improved handling of complex allOf schemas that merge multiple types (commit by @tristanspeakeasy)

core: 3.30.7 - 2024-10-31

🐛 Bug Fixes

  • Prevent panic with invalid implicit discriminator mappings with propertyName within allOf object (commit by @bflad)

core: 3.30.6 - 2024-10-23

🐛 Bug Fixes

  • javav2 - custom errors should propagate message to super RuntimeException object, add event-stream-error-response test GEN-97, add unit test GEN-507 (commit by @davidmoten)

core: 3.30.5 - 2024-10-17

🐛 Bug Fixes

  • javav2 - escape left angle bracket in markdown SPE-4261 (commit by @davidmoten)

core: 3.30.4 - 2024-09-27

🐛 Bug Fixes

  • update readme formatting (commit by @adaam2)

core: 3.30.3 - 2024-09-25

🐛 Bug Fixes

  • update readme generation to replace welcome to new sdk section with new markdown notice (commit by @adaam2)

core: 3.30.2 - 2024-09-25

🐛 Bug Fixes

  • fixes to missing examples and improvements to number examples (commit by @tristanspeakeasy)

core: 3.30.1 - 2024-09-19

🐛 Bug Fixes

  • javav2 - minor spotbugs fixes, use imports instead of full qualification SPE-3035 (commit by @davidmoten)

core: 3.29.8 - 2024-09-18

🐛 Bug Fixes

core: 3.30.0 - 2024-09-11

🐝 New Features

  • javav2 - support test generation first phase (disabled) SPE-3976 (commit by @davidmoten)

@github-actions github-actions bot added the major Major version bump label Nov 6, 2024
@dcoplowe dcoplowe merged commit 3879dd9 into main Nov 6, 2024
@dcoplowe dcoplowe deleted the speakeasy-sdk-regen-1730903647 branch November 6, 2024 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

major Major version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments