Skip to content

chore: 🐝 Update SDK - Generate Lending library LENDING-LIBRARY 3.1.0#80

Merged
dcoplowe merged 1 commit intomainfrom
speakeasy-sdk-regen-1736154699
Jan 6, 2025
Merged

chore: 🐝 Update SDK - Generate Lending library LENDING-LIBRARY 3.1.0#80
dcoplowe merged 1 commit intomainfrom
speakeasy-sdk-regen-1736154699

Conversation

@github-actions
Copy link

@github-actions github-actions bot commented Jan 6, 2025

SDK update

Based on:

Versioning

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

OpenAPI Change Summary

├──[➕] webhooks (75877:5)
├──[➕] webhooks (75905:5)
├──[➕] webhooks (75963:5)
├──[➖] webhooks (75505:9)❌ 
├─┬Paths
│ ├─┬/companies
│ │ └─┬GET
│ │   ├──[➕] parameters (282:17)❌ 
│ │   └──[🔀] description (276:20)
│ ├─┬/companies/{companyId}/reports/{reportType}
│ │ ├─┬POST
│ │ │ └─┬Responses
│ │ │   ├──[➖] codes (74893:21)❌ 
│ │ │   └──[➕] codes (75248:11)
│ │ └─┬Parameters
│ │   └─┬Schema
│ │     └──[➕] enum (85436:13)
│ ├─┬/companies/{companyId}/connections/{connectionId}/bankFeedAccounts/mapping
│ │ ├──[➕] get (64204:7)
│ │ └─┬POST
│ │   └──[🔀] description (64258:20)
│ ├─┬/companies/{companyId}/connections/{connectionId}/connectionInfo/bankFeedAccounts
│ │ └─┬POST
│ │   ├──[🔀] description (64131:20)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       ├──[➕] examples (64163:17)
│ │       ├──[➕] examples (64146:17)
│ │       └─┬Schema
│ │         ├─┬ONEOF
│ │         │ └──[🔀] $ref (84788:18)❌ 
│ │         └─┬ONEOF
│ │           └──[🔀] $ref (84902:18)❌ 
│ └─┬/companies/{companyId}/reports/{reportType}/{reportId}/status
│   └─┬Parameters
│     └─┬Schema
│       └──[➕] enum (85436:13)
└─┬Components
  ├──[➕] schemas (80301:7)
  ├─┬SourceAccountV2
  │ └──[➕] properties (84855:9)
  ├─┬CommerceOrder
  │ ├─┬ALLOF
  │ │ ├──[➖] title (80436:26)
  │ │ ├──[➕] properties (81548:13)
  │ │ ├──[➕] properties (81531:13)
  │ │ ├──[➕] properties (81544:13)
  │ │ ├──[➕] properties (81585:13)
  │ │ ├──[➕] properties (81583:13)
  │ │ ├──[➕] properties (81571:13)
  │ │ ├──[➕] properties (81528:13)
  │ │ ├──[➕] properties (81575:13)
  │ │ ├──[➕] properties (81579:13)
  │ │ ├──[➕] properties (81587:13)
  │ │ ├──[➕] properties (81551:13)
  │ │ ├──[➕] properties (81563:13)
  │ │ ├──[➕] properties (81567:13)
  │ │ ├──[➕] properties (81555:13)
  │ │ ├──[➕] properties (81559:13)
  │ │ ├──[➖] allOf (80439:23)❌ 
  │ │ ├──[➖] allOf (80447:23)❌ 
  │ │ └─┬Extensions
  │ │   └──[➖] x-internal (80437:31)❌ 
  │ └─┬ALLOF
  │   ├──[➕] title (81596:18)
  │   ├──[➖] properties (80388:21)❌ 
  │   ├──[➖] properties (80376:21)❌ 
  │   ├──[➖] properties (80384:21)❌ 
  │   ├──[➖] properties (80425:21)❌ 
  │   ├──[➖] properties (80423:21)❌ 
  │   ├──[➖] properties (80411:21)❌ 
  │   ├──[➖] properties (80373:21)❌ 
  │   ├──[➖] properties (80415:21)❌ 
  │   ├──[➖] properties (80419:21)❌ 
  │   ├──[➖] properties (80427:21)❌ 
  │   ├──[➖] properties (80391:21)❌ 
  │   ├──[➖] properties (80403:21)❌ 
  │   ├──[➖] properties (80407:21)❌ 
  │   ├──[➖] properties (80395:21)❌ 
  │   ├──[➖] properties (80399:21)❌ 
  │   ├──[➕] allOf (81614:15)
  │   ├──[➕] allOf (81599:15)
  │   └─┬Extensions
  │     └──[➕] x-internal (81597:23)
  ├─┬AccountingCompanyInfo
  │ ├──[🔀] title (77963:14)
  │ └──[🔀] description (77964:20)
  └─┬ReportOperation
    └─┬type
      └──[➕] enum (84694:15)
Document Element Total Changes Breaking Changes
paths 13 4
components 43 34

JAVA CHANGELOG

core: 3.33.4 - 2024-12-18

🐛 Bug Fixes

  • javav2 - upgrade apache httpclient from 4.x to 5.4.1, jackson to 2.18.2, commons-io to 2.18.0 GEN-783 (commit by @davidmoten)

core: 3.33.3 - 2024-12-16

🐛 Bug Fixes

  • flattening with hidden parameters (commit by @mfbx9da4)

core: 3.33.2 - 2024-12-13

🐛 Bug Fixes

  • Support OAS references under multipart/form-data file properties (commit by @bflad)

core: 3.33.1 - 2024-12-06

🐛 Bug Fixes

  • support property names solely comprised of illegal characters (commit by @mfbx9da4)

core: 3.33.0 - 2024-12-05

🐝 New Features

  • javav2 - oauth2 password support GEN-770 (commit by @davidmoten)

core: 3.32.2 - 2024-11-22

🐛 Bug Fixes

  • handle circular references through unions correctly (commit by @disintegrator)

core: 3.32.1 - 2024-11-19

🐛 Bug Fixes

  • javav2 - jackson-databind-nullable should be api scoped GEN-773 (commit by @davidmoten)

@github-actions github-actions bot added the minor Minor version bump label Jan 6, 2025
@dcoplowe dcoplowe merged commit 2bb3275 into main Jan 6, 2025
@dcoplowe dcoplowe deleted the speakeasy-sdk-regen-1736154699 branch January 6, 2025 09:39
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