Skip to content

chore: 🐝 Update SDK - Generate 0.37.0 - #193

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

chore: 🐝 Update SDK - Generate 0.37.0#193
github-actions[bot] wants to merge 2 commits into
mainfrom
speakeasy-sdk-regen-1786072582

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

SDK update

Versioning

Version Bump Type: [minor] - 🤖 (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.accounting.sales_receipts.list(): Added
  • apideck.accounting.sales_receipts.create(): Added
  • apideck.accounting.sales_receipts.get(): Added
  • apideck.accounting.sales_receipts.update(): Added
  • apideck.accounting.sales_receipts.delete(): Added
  • apideck.accounting.attachments.list(): response.data.[].file_url Added
  • apideck.accounting.attachments.get(): response.data.file_url Added
OpenAPI Change Summary
├─┬Info
│ └──[🔀] version (5:12)
├─┬Paths
│ ├──[+] path (4027:3)
│ ├──[+] path (4143:3)
│ ├─┬/hris/employees
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (13184:9)
│ ├─┬/accounting/bills/{id}
│ │ └─┬PATCH
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (660:9)
│ ├─┬/accounting/expense-reports
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (8181:9)
│ ├─┬/accounting/bills
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[🔀] x-apideck-gotchas (332:9)
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (508:9)
│ ├─┬/accounting/expenses
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (6367:9)
│ ├─┬/accounting/expense-reports/{id}
│ │ └─┬PATCH
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (8293:9)
│ └─┬/crm/opportunities
│   └─┬GET
│     └─┬Extensions
│       └──[🔀] x-apideck-gotchas (9489:9)
└─┬Components
  ├──[+] responses (51048:7)
  ├──[+] responses (51042:7)
  ├──[+] responses (51036:7)
  ├──[+] responses (51030:7)
  ├──[+] responses (51054:7)
  ├──[+] parameters (17807:7)
  ├──[+] parameters (17799:7)
  ├──[+] schemas (34493:7)
  ├──[+] schemas (34603:7)
  ├──[+] schemas (34533:7)
  ├──[+] schemas (34568:7)
  ├──[+] schemas (34270:7)
  ├──[+] schemas (34420:7)
  ├──[+] schemas (34438:7)
  ├──[+] schemas (34457:7)
  ├─┬Attachment
  │ ├──[+] properties (29577:9)
  │ ├─┬size
  │ │ └──[🔀] $ref (29614:13)❌ 
  │ ├─┬name
  │ │ ├──[🔀] description (29560:24)
  │ │ └──[🔀] example (29562:20)
  │ ├─┬mime_type
  │ │ └──[🔀] $ref (24119:20)❌ 
  │ ├─┬reference
  │ │ └──[🔀] $ref (26635:20)❌ 
  │ ├─┬pass_through
  │ │ └──[🔀] $ref (29583:11)❌ 
  │ ├─┬updated_at
  │ │ └──[🔀] $ref (29565:11)❌ 
  │ ├─┬id
  │ │ └──[🔀] $ref (29578:11)❌ 
  │ ├─┬parent_folder_id
  │ │ ├──[🔀] description (29555:24)
  │ │ └──[🔀] example (29557:20)
  │ ├─┬updated_by
  │ │ └──[🔀] $ref (29489:20)❌ 
  │ └─┬Extensions
  │   └──[🔀] x-apideck-weights (29600:9)
  └─┬Opportunity
    └─┬title
      └──[-] minLength (38649:32)❌ 
Document Element Total Changes Breaking Changes
paths 10 0
components 29 8
info 1 0
Linting Report 0 errors, 1 warnings, 90 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 Aug 7, 2026
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1786072582 branch 2 times, most recently from c2ebfe6 to 1c06027 Compare August 7, 2026 06:49
@github-actions github-actions Bot changed the title chore: 🐝 Update SDK - Generate 0.36.1 chore: 🐝 Update SDK - Generate 0.37.0 Aug 7, 2026
@github-actions github-actions Bot added minor Minor version bump and removed patch Patch version bump labels Aug 7, 2026
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1786072582 branch 8 times, most recently from 3c63adb to 2962d0a Compare August 7, 2026 22:40
* `apideck.accounting.sales_receipts.list()`: **Added**
* `apideck.accounting.sales_receipts.create()`: **Added**
* `apideck.accounting.sales_receipts.get()`: **Added**
* `apideck.accounting.sales_receipts.update()`: **Added**
* `apideck.accounting.sales_receipts.delete()`: **Added**
* `apideck.accounting.attachments.list()`:  `response.data.[].file_url` **Added**
* `apideck.accounting.attachments.get()`:  `response.data.file_url` **Added**
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1786072582 branch from f26c6eb to 71399cd Compare August 8, 2026 00:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

minor Minor version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant