Skip to content

chore: 🐝 Update SDK - Generate 0.32.1#136

Open
github-actions[bot] wants to merge 2 commits into
mainfrom
speakeasy-sdk-regen-1783938079
Open

chore: 🐝 Update SDK - Generate 0.32.1#136
github-actions[bot] wants to merge 2 commits into
mainfrom
speakeasy-sdk-regen-1783938079

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

SDK update

Versioning

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

Tip

If updates to your OpenAPI document introduce breaking changes, be sure to update the info.version field to trigger the correct version bump.
Speakeasy supports manual control of SDK versioning through multiple methods.

Java SDK Changes:

  • apideck.webhook.webhooks.list(): response.data[].events[] Changed
  • apideck.webhook.webhooks.create():
    • request.createWebhookRequest.events[] Changed
    • response.data.events[] Changed
  • apideck.webhook.webhooks.get(): response.data.events[] Changed
  • apideck.webhook.webhooks.update():
    • request.updateWebhookRequest.events[] Changed
    • response.data.events[] Changed
  • apideck.webhook.webhooks.delete(): response.data.events[] Changed

View full SDK changelog

OpenAPI Change Summary
├─┬Info
│ └──[🔀] version (5:12)
├─┬Paths
│ ├─┬/accounting/ledger-accounts
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (1193:9)
│ ├─┬/hris/employees
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (12332:9)
│ ├─┬/accounting/bank-feed-statements
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[🔀] x-apideck-gotchas (6275:9)
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (6343:9)
│ ├─┬/accounting/bank-feed-accounts
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[🔀] x-apideck-gotchas (6034:9)
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (6099:9)
│ ├─┬/accounting/bank-accounts/{id}
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[+] x-apideck-gotchas (5063:9)
│ ├─┬/accounting/bank-feed-statements/{id}
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[🔀] x-apideck-gotchas (6408:9)
│ │ └─┬DELETE
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (6484:9)
│ ├─┬/accounting/bills/{id}
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (541:9)
│ ├─┬/accounting/expenses/{id}
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (5831:9)
│ ├─┬/accounting/expense-reports/{id}
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[+] x-apideck-gotchas (7569:9)
│ ├─┬/accounting/bank-feed-accounts/{id}
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (6161:9)
│ ├─┬/accounting/invoices
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (811:9)
│ ├─┬/hris/employees/{id}
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (12559:9)
│ ├─┬/issue-tracking/collections/{collection_id}/tickets
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (13963:9)
│ ├─┬/issue-tracking/collections/{collection_id}/tickets/{ticket_id}
│ │ └─┬PATCH
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (14044:9)
│ └─┬/accounting/bills
│   └─┬GET
│     └─┬Extensions
│       └──[🔀] x-apideck-gotchas (315:9)
└─┬Components
  └─┬WebhookEventType
    ├──[+] enum (49134:11)
    ├──[+] enum (49133:11)
    └──[+] enum (49132:11)
Document Element Total Changes Breaking Changes
paths 18 0
components 3 0
info 1 0

View full report

Linting Report 0 errors, 1 warnings, 90 hints

View full report

JAVA CHANGELOG

additionalProperties: 0.0.2 - 2026-07-08

🐛 Bug Fixes

  • generate self-recursive additionalProperties maps as maps of their value type instead of empty models (commit by @AshGodfrey)

core: 3.55.31 - 2026-07-10

🐛 Bug Fixes

nullables: 0.1.1 - 2026-07-13

🔧 Chores

  • remove org.openapitools:jackson-databind-nullable dependency when unused (commit by @2ynn)

Based on Speakeasy CLI 1.790.2

Last updated by Speakeasy workflow

@github-actions github-actions Bot added the patch Patch version bump label Jul 13, 2026
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1783938079 branch 29 times, most recently from be79511 to aa84a7c Compare July 16, 2026 09:22
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1783938079 branch 3 times, most recently from a273eb2 to e4cfda7 Compare July 16, 2026 12:30
* `apideck.webhook.webhooks.list()`:  `response.data[].events[]` **Changed**
* `apideck.webhook.webhooks.create()`: 
  *  `request.createWebhookRequest.events[]` **Changed**
  *  `response.data.events[]` **Changed**
* `apideck.webhook.webhooks.get()`:  `response.data.events[]` **Changed**
* `apideck.webhook.webhooks.update()`: 
  *  `request.updateWebhookRequest.events[]` **Changed**
  *  `response.data.events[]` **Changed**
* `apideck.webhook.webhooks.delete()`:  `response.data.events[]` **Changed**
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1783938079 branch from 80fd070 to 1bb7009 Compare July 16, 2026 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

patch Patch version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant