Skip to content

chore: 🐝 Update SDK - Generate 0.31.19#168

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

chore: 🐝 Update SDK - Generate 0.31.19#168
github-actions[bot] wants to merge 2 commits into
mainfrom
speakeasy-sdk-regen-1780664707

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Jun 5, 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.

Python SDK Changes Detected:

  • apideck.crm.notes.list(): request.filter Added
  • apideck.crm.users.list():
    • request.filter Added
    • response.data.[].name Added
  • apideck.crm.users.create(): request.name Added
  • apideck.crm.users.get(): response.data.name Added
  • apideck.crm.users.update(): request.name Added
OpenAPI Change Summary
├─┬Info
│ └──[🔀] version (5:12)
├─┬Paths
│ ├─┬/accounting/purchase-orders
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (3049:9)
│ ├─┬/accounting/journal-entries
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (2722:9)
│ ├─┬/accounting/payments
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (2096:9)
│ ├─┬/accounting/tax-rates
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (51:9)
│ ├─┬/accounting/ledger-accounts
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (872:9)
│ ├─┬/accounting/bills
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (268:9)
│ ├─┬/accounting/invoices
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (568:9)
│ ├─┬/crm/notes
│ │ └─┬GET
│ │   └──[+] parameters (14637:13)❌ 
│ ├─┬/accounting/customers
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (1608:9)
│ ├─┬/accounting/invoice-items
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (1090:9)
│ ├─┬/crm/users
│ │ └─┬GET
│ │   └──[+] parameters (14937:13)❌ 
│ ├─┬/accounting/credit-notes
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (1342:9)
│ ├─┬/accounting/bill-payments
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (4516:9)
│ ├─┬/accounting/suppliers
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (1853:9)
│ └─┬/accounting/expenses
│   └─┬GET
│     └─┬Extensions
│       └──[🔀] x-apideck-gotchas (4745:9)
└─┬Components
  ├──[+] parameters (14637:7)
  ├──[+] parameters (14937:7)
  ├──[+] schemas (36045:7)
  ├──[+] schemas (35078:7)
  └─┬User
    ├──[+] properties (35916:9)
    ├─┬phone_numbers
    │ ├──[-] items (35881:25)❌ 
    │ ├──[🔀] type (35981:17)❌ 
    │ ├──[+] description (35980:24)
    │ ├──[+] nullable (35983:21)❌ 
    │ ├──[+] writeOnly (35984:22)❌ 
    │ └──[+] example (35982:20)
    ├─┬parent_id
    │ ├──[+] title (35921:18)
    │ ├──[🔀] description (35917:24)
    │ └──[🔀] example (35919:20)
    ├─┬title
    │ ├──[-] title (35820:28)
    │ ├──[🔀] description (35975:24)
    │ └──[🔀] example (35977:20)
    ├─┬updated_at
    │ ├──[+] title (35931:18)
    │ ├──[🔀] description (35927:24)
    │ ├──[-] readOnly (35893:31)❌ 
    │ └──[🔀] example (35929:20)
    ├─┬password
    │ └──[🔀] $ref (23234:20)❌ 
    ├─┬status
    │ ├──[+] items (35992:13)❌ 
    │ ├──[🔀] type (35990:17)❌ 
    │ ├──[-] description (35864:34)
    │ ├──[-] nullable (35867:31)❌ 
    │ └──[-] example (35866:30)
    ├─┬username
    │ ├──[🔀] description (36000:24)
    │ ├──[+] readOnly (36004:21)❌ 
    │ └──[🔀] example (36002:20)
    ├─┬pass_through
    │ └──[🔀] $ref (35907:11)❌ 
    └─┬Extensions
      ├──[🔀] x-apideck-weights (36017:9)
      └──[🔀] x-pii (36039:9)
Document Element Total Changes Breaking Changes
info 1 0
paths 15 2
components 33 11
Linting Report 0 errors, 1 warnings, 86 hints

View full report

PYTHON CHANGELOG

No relevant generator changes

Based on Speakeasy CLI 1.656.1

Last updated by Speakeasy workflow

@github-actions github-actions Bot added the patch Patch version bump label Jun 5, 2026
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1780664707 branch 4 times, most recently from 3f5ec35 to 375d5fc Compare June 5, 2026 21:22
* `apideck.crm.notes.list()`:  `request.filter` **Added**
* `apideck.crm.users.list()`: 
  *  `request.filter` **Added**
  *  `response.data.[].name` **Added**
* `apideck.crm.users.create()`:  `request.name` **Added**
* `apideck.crm.users.get()`:  `response.data.name` **Added**
* `apideck.crm.users.update()`:  `request.name` **Added**
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1780664707 branch from d105d2f to 5a6216f Compare June 6, 2026 00:55
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