Skip to content

chore: 🐝 Update SDK - Generate 0.27.9 - #82

Merged
github-actions[bot] merged 2 commits into
mainfrom
speakeasy-sdk-regen-1764155629
Nov 26, 2025
Merged

chore: 🐝 Update SDK - Generate 0.27.9#82
github-actions[bot] merged 2 commits into
mainfrom
speakeasy-sdk-regen-1764155629

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

SDK update

Versioning

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

Java SDK Changes Detected:

  • apideck.accounting.taxRates.list(): response.data.[].country Added
  • apideck.accounting.taxRates.create():
    • request.taxRate.country Added
  • apideck.accounting.taxRates.get(): response.data.country Added
  • apideck.accounting.taxRates.update():
    • request.taxRate.country Added
  • apideck.accounting.companyInfo.get(): response.data.defaultSalesTax.country Added
OpenAPI Change Summary
├─┬Info
│ └──[🔀] version (5:12)
└─┬Components
  └─┬TaxRate
    ├──[+] properties (21859:9)
    ├─┬status
    │ └──[🔀] $ref (21377:20)❌ 
    ├─┬updated_by
    │ └──[🔀] $ref (22669:20)❌ 
    ├─┬created_by
    │ └──[🔀] $ref (15223:20)❌ 
    ├─┬type
    │ ├──[🔀] type (21867:17)❌ 
    │ ├──[🔀] title (21870:18)
    │ ├──[🔀] description (21866:24)
    │ └──[🔀] example (21868:20)
    ├─┬total_tax_rate
    │ ├──[🔀] type (21879:17)❌ 
    │ ├──[🔀] title (21882:18)
    │ ├──[🔀] description (21878:24)
    │ └──[🔀] example (21880:20)
    ├─┬id
    │ ├──[🔀] type (21855:17)❌ 
    │ ├──[+] title (21858:18)
    │ ├──[🔀] description (21854:24)
    │ └──[🔀] example (21856:20)
    ├─┬original_tax_rate_id
    │ ├──[🔀] title (21840:18)
    │ ├──[+] minLength (21839:22)❌ 
    │ ├──[🔀] description (21836:24)
    │ ├──[-] nullable (21897:31)❌ 
    │ └──[🔀] example (21838:20)
    ├─┬row_version
    │ └──[🔀] $ref (21920:11)❌ 
    ├─┬custom_mappings
    │ └──[🔀] $ref (21967:11)❌ 
    ├─┬description
    │ └──[🔀] $ref (21774:20)❌ 
    ├─┬created_at
    │ └──[🔀] $ref (21860:11)❌ 
    ├─┬pass_through
    │ └──[🔀] $ref (21926:11)❌ 
    ├─┬report_tax_type
    │ └──[🔀] $ref (20345:20)❌ 
    ├─┬effective_tax_rate
    │ ├──[🔀] type (21831:17)❌ 
    │ ├──[🔀] title (21834:18)
    │ ├──[🔀] description (21830:24)
    │ └──[🔀] example (21832:20)
    ├─┬custom_fields
    │ └──[🔀] $ref (15231:20)❌ 
    ├─┬name
    │ ├──[-] title (21814:28)
    │ ├──[-] minLength (21813:32)❌ 
    │ ├──[🔀] description (21825:24)
    │ ├──[+] nullable (21828:21)❌ 
    │ └──[🔀] example (21827:20)
    ├─┬display_id
    │ ├──[🔀] title (21852:18)
    │ ├──[🔀] description (21848:24)
    │ └──[🔀] example (21850:20)
    ├─┬tax_remitted_account_id
    │ ├──[🔀] title (21876:18)
    │ └──[🔀] description (21872:24)
    ├─┬subsidiaries
    │ ├──[+] enum (21936:15)
    │ ├──[+] enum (21937:15)
    │ ├──[+] enum (21938:15)
    │ ├──[-] items (21928:25)❌ 
    │ ├──[🔀] type (21933:17)❌ 
    │ ├──[🔀] title (21940:18)
    │ ├──[🔀] description (21932:24)
    │ ├──[+] nullable (21939:21)❌ 
    │ ├──[+] example (21934:20)
    │ └─┬Extensions
    │   └──[+] x-apideck-enum-id (21941:30)
    ├─┬updated_at
    │ └──[🔀] $ref (21914:11)❌ 
    ├─┬tax_payable_account_id
    │ ├──[+] items (21960:13)❌ 
    │ ├──[🔀] type (21958:17)❌ 
    │ ├──[🔀] title (21965:18)
    │ ├──[🔀] description (21957:24)
    │ ├──[-] nullable (21843:31)❌ 
    │ └──[-] example (21842:30)
    └─┬Extensions
      └──[🔀] x-apideck-weights (21982:9)
Document Element Total Changes Breaking Changes
info 1 0
components 60 25

JAVA CHANGELOG

core: 3.55.5 - 2025-11-24

🐝 New Features

  • union discriminators are inferred for oneOfs missing the explicit OpenAPI discriminator mapping. Configure via inferUnionDiscriminators: true in gen.yaml (commit by @mfbx9da4)

core: 3.55.4 - 2025-11-21

🔧 Chores

  • mark setRedactedHeaders as stable (commit by @vishalg0wda)

Based on Speakeasy CLI 1.661.3

* `apideck.accounting.taxRates.list()`:  `response.data.[].country` **Added**
* `apideck.accounting.taxRates.create()`: 
  *  `request.taxRate.country` **Added**
* `apideck.accounting.taxRates.get()`:  `response.data.country` **Added**
* `apideck.accounting.taxRates.update()`: 
  *  `request.taxRate.country` **Added**
* `apideck.accounting.companyInfo.get()`:  `response.data.defaultSalesTax.country` **Added**
@github-actions github-actions Bot added the patch Patch version bump label Nov 26, 2025

@Amzani Amzani left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-approved: SDK update with minor/patch label

@github-actions
github-actions Bot merged commit 3a78ec1 into main Nov 26, 2025
1 check passed
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