Skip to content

chore: 🐝 Update SDK - Generate 0.38.1 - #146

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

chore: 🐝 Update SDK - Generate 0.38.1#146
github-actions[bot] wants to merge 2 commits into
mainfrom
speakeasy-sdk-regen-1787554473

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 24, 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.accounting.invoices.list():
    • request.filter Changed
  • apideck.accounting.creditNotes.list():
    • request.filter Changed
  • apideck.accounting.customers.list():
    • request.filter Changed

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ ├─┬/ecommerce/products
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (13417:9)
│ ├─┬/accounting/credit-notes
│ │ └─┬GET
│ │   └──Parameters
│ ├─┬/accounting/invoices
│ │ └─┬GET
│ │   └──Parameters
│ └─┬/accounting/customers
│   └─┬GET
│     └──Parameters
└─┬Components
  ├─┬InvoicesFilter
  │ ├──[🔀] example (26854:9)
  │ ├──[+] properties (26813:9)
  │ ├─┬supplier_id
  │ │ ├──[🔀] title (26847:18)
  │ │ ├──[🔀] description (26844:24)
  │ │ └──[🔀] example (26846:20)
  │ ├─┬updated_since
  │ │ ├──[🔀] title (26842:18)
  │ │ ├──[-] format (26775:19)❌ 
  │ │ ├──[+] description (26839:24)
  │ │ └──[🔀] example (26841:20)
  │ ├─┬number
  │ │ ├──[🔀] title (26817:18)
  │ │ ├──[🔀] description (26814:24)
  │ │ └──[🔀] example (26816:20)
  │ └─┬subsidiary_id
  │   ├──[🔀] title (26837:18)
  │   ├──[🔀] description (26834:24)
  │   └──[🔀] example (26836:20)
  ├─┬CreditNotesFilter
  │ ├──[🔀] example (22877:9)
  │ ├──[+] properties (22841:9)
  │ ├─┬subsidiary_id
  │ │ ├──[🔀] title (22865:18)
  │ │ ├──[🔀] description (22862:24)
  │ │ └──[🔀] example (22864:20)
  │ ├─┬number
  │ │ ├──[🔀] title (22845:18)
  │ │ ├──[🔀] description (22842:24)
  │ │ └──[🔀] example (22844:20)
  │ └─┬updated_since
  │   ├──[🔀] title (22870:18)
  │   ├──[-] format (22815:19)❌ 
  │   ├──[+] description (22867:24)
  │   └──[🔀] example (22869:20)
  └─┬CustomersFilter
    ├──[🔀] example (23795:9)
    ├──[+] properties (23736:9)
    ├─┬status
    │ ├──[-] enum (23727:15)❌ 
    │ ├──[-] enum (23728:15)❌ 
    │ ├──[-] enum (23729:15)❌ 
    │ ├──[-] enum (23730:15)❌ 
    │ ├──[🔀] title (23760:18)
    │ ├──[🔀] description (23757:24)
    │ ├──[-] nullable (23731:21)❌ 
    │ ├──[🔀] example (23759:20)
    │ └─┬Extensions
    │   ├──[-] x-apideck-enum-id (23733:30)❌ 
    │   └──[-] x-speakeasy-unknown-values (23734:39)❌ 
    ├─┬updated_since
    │ ├──[🔀] title (23788:18)
    │ ├──[-] format (23737:19)❌ 
    │ ├──[+] description (23785:24)
    │ └──[🔀] example (23787:20)
    ├─┬subsidiary_id
    │ ├──[+] enum (23774:15)
    │ ├──[+] enum (23771:15)
    │ ├──[+] enum (23772:15)
    │ ├──[+] enum (23773:15)
    │ ├──[🔀] title (23776:18)
    │ ├──[🔀] description (23767:24)
    │ ├──[+] nullable (23775:21)❌ 
    │ ├──[🔀] example (23769:20)
    │ └─┬Extensions
    │   ├──[+] x-apideck-enum-id (23777:30)
    │   └──[+] x-speakeasy-unknown-values (23778:39)
    ├─┬supplier_id
    │ ├──[🔀] title (23793:18)
    │ ├──[🔀] description (23790:24)
    │ └──[🔀] example (23792:20)
    └─┬last_name
      ├──[🔀] title (23740:18)
      ├──[🔀] description (23737:24)
      └──[🔀] example (23739:20)
Document Element Total Changes Breaking Changes
paths 1 0
components 59 9

View full report

Linting Report 0 errors, 1 warnings, 92 hints

View full report

JAVA CHANGELOG

No relevant generator changes

Based on Speakeasy CLI 1.795.3

Last updated by Speakeasy workflow

@github-actions github-actions Bot added the patch Patch version bump label Aug 24, 2026
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1787554473 branch 7 times, most recently from 64e3f55 to dd31bd0 Compare August 25, 2026 00:50
* `apideck.accounting.invoices.list()`: 
  *  `request.filter` **Changed**
* `apideck.accounting.creditNotes.list()`: 
  *  `request.filter` **Changed**
* `apideck.accounting.customers.list()`: 
  *  `request.filter` **Changed**
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1787554473 branch from 780d661 to 53124fe Compare August 25, 2026 01:26
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