Skip to content

chore: 🐝 Update SDK - Generate 0.31.9#113

Merged
Amzani merged 2 commits intomainfrom
speakeasy-sdk-regen-1776782631
Apr 23, 2026
Merged

chore: 🐝 Update SDK - Generate 0.31.9#113
Amzani merged 2 commits intomainfrom
speakeasy-sdk-regen-1776782631

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Apr 21, 2026

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.accounting.bills.list(): response.data[].lineItems[].rebilling.rebillStatus.enum(other) Added
  • apideck.accounting.bills.create():
    • request.bill.lineItems[].rebilling.rebillStatus.enum(other) Added
  • apideck.accounting.bills.get(): response.data.lineItems[].rebilling.rebillStatus.enum(other) Added
  • apideck.accounting.bills.update():
    • request.bill.lineItems[].rebilling.rebillStatus.enum(other) Added
  • apideck.accounting.payments.list():
    • request.filter Changed
  • apideck.accounting.billPayments.list():
    • request.filter Changed
  • apideck.accounting.expenses.list(): response.data[].lineItems[].rebilling.rebillStatus.enum(other) Added
  • apideck.accounting.expenses.create():
    • request.expense.lineItems[].rebilling.rebillStatus.enum(other) Added
  • apideck.accounting.expenses.get(): response.data.lineItems[].rebilling.rebillStatus.enum(other) Added
  • apideck.accounting.expenses.update():
    • request.expense.lineItems[].rebilling.rebillStatus.enum(other) Added

View full SDK changelog

OpenAPI Change Summary
├─┬Info
│ └──[🔀] version (5:12)
├─┬Paths
│ ├─┬/accounting/expenses/{id}
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[🔀] x-apideck-gotchas (4573:9)
│ │ └─┬PATCH
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (4616:9)
│ ├─┬/accounting/balance-sheet
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (2474:9)
│ ├─┬/accounting/payments
│ │ └─┬GET
│ │   └──Parameters
│ ├─┬/accounting/bill-payments
│ │ └─┬GET
│ │   └──Parameters
│ └─┬/accounting/expenses
│   └─┬POST
│     └─┬Extensions
│       └──[🔀] x-apideck-gotchas (4527:9)
└─┬Components
  ├─┬PaymentsFilter
  │ ├──[🔀] example (22996:9)
  │ ├──[+] properties (22981:9)
  │ ├─┬type
  │ │ ├──[-] enum (22940:15)❌ 
  │ │ ├──[-] enum (22941:15)❌ 
  │ │ ├──[-] enum (22942:15)❌ 
  │ │ ├──[-] enum (22943:15)❌ 
  │ │ ├──[-] enum (22936:15)❌ 
  │ │ ├──[-] enum (22937:15)❌ 
  │ │ ├──[-] enum (22938:15)❌ 
  │ │ ├──[-] enum (22939:15)❌ 
  │ │ ├──[+] title (22961:18)
  │ │ ├──[🔀] example (22960:20)
  │ │ └─┬Extensions
  │ │   ├──[-] x-apideck-enum-id (22944:30)❌ 
  │ │   └──[-] x-speakeasy-unknown-values (22945:39)❌ 
  │ ├─┬supplier_id
  │ │ ├──[+] enum (22987:15)
  │ │ ├──[+] enum (22988:15)
  │ │ ├──[+] enum (22989:15)
  │ │ ├──[+] enum (22990:15)
  │ │ ├──[+] enum (22991:15)
  │ │ ├──[+] enum (22986:15)
  │ │ ├──[🔀] title (22992:18)
  │ │ ├──[+] description (22982:24)
  │ │ ├──[🔀] example (22984:20)
  │ │ └─┬Extensions
  │ │   ├──[+] x-apideck-enum-id (22993:30)
  │ │   └──[+] x-speakeasy-unknown-values (22994:39)
  │ └─┬updated_since
  │   ├──[+] enum (22973:15)
  │   ├──[+] enum (22974:15)
  │   ├──[+] enum (22975:15)
  │   ├──[+] enum (22976:15)
  │   ├──[+] enum (22977:15)
  │   ├──[+] enum (22978:15)
  │   ├──[+] enum (22971:15)
  │   ├──[+] enum (22972:15)
  │   ├──[-] title (22914:18)
  │   ├──[-] format (22912:19)❌ 
  │   ├──[🔀] example (22969:20)
  │   └─┬Extensions
  │     ├──[+] x-speakeasy-unknown-values (22980:39)
  │     └──[+] x-apideck-enum-id (22979:30)
  └─┬Rebilling
    └─┬rebill_status
      └──[+] enum (28961:15)
Document Element Total Changes Breaking Changes
components 39 9
info 1 0
paths 4 0

View full report

Linting Report 0 errors, 1 warnings, 85 hints

View full report

JAVA CHANGELOG

No relevant generator changes

Based on Speakeasy CLI 1.761.9

Last updated by Speakeasy workflow

@github-actions github-actions Bot added the patch Patch version bump label Apr 21, 2026
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1776782631 branch 11 times, most recently from 22ada73 to 219c792 Compare April 23, 2026 11:05
* `apideck.accounting.bills.list()`:  `response.data[].lineItems[].rebilling.rebillStatus.enum(other)` **Added**
* `apideck.accounting.bills.create()`: 
  *  `request.bill.lineItems[].rebilling.rebillStatus.enum(other)` **Added**
* `apideck.accounting.bills.get()`:  `response.data.lineItems[].rebilling.rebillStatus.enum(other)` **Added**
* `apideck.accounting.bills.update()`: 
  *  `request.bill.lineItems[].rebilling.rebillStatus.enum(other)` **Added**
* `apideck.accounting.payments.list()`: 
  *  `request.filter` **Changed**
* `apideck.accounting.billPayments.list()`: 
  *  `request.filter` **Changed**
* `apideck.accounting.expenses.list()`:  `response.data[].lineItems[].rebilling.rebillStatus.enum(other)` **Added**
* `apideck.accounting.expenses.create()`: 
  *  `request.expense.lineItems[].rebilling.rebillStatus.enum(other)` **Added**
* `apideck.accounting.expenses.get()`:  `response.data.lineItems[].rebilling.rebillStatus.enum(other)` **Added**
* `apideck.accounting.expenses.update()`: 
  *  `request.expense.lineItems[].rebilling.rebillStatus.enum(other)` **Added**
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1776782631 branch from 0bc37c5 to ee45cfb Compare April 23, 2026 12:54
@Amzani Amzani merged commit 233e023 into main Apr 23, 2026
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.

2 participants