Skip to content

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Aug 22, 2025

SDK update

Versioning

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

SDK Changes Detected:

  • apideck.accounting.invoice_items.list(): response.data.[].currency Added
  • apideck.accounting.invoice_items.create(): request.currency Added
  • apideck.accounting.invoice_items.get(): response.data.currency Added
  • apideck.accounting.invoice_items.update(): request.currency Added
OpenAPI Change Summary
├─┬Info
│ └──[🔀] version (5:12)
├─┬Paths
│ └─┬/hris/time-off-requests
│   └─┬GET
│     ├──Parameters
│     └─┬Extensions
│       └──[🔀] x-apideck-gotchas (9499:9)
└─┬Components
  ├─┬InvoiceItem
  │ ├──[+] properties (17830:9)
  │ ├─┬income_account
  │ │ └──[🔀] $ref (17727:11)❌ 
  │ ├─┬row_version
  │ │ └──[🔀] $ref (20315:13)❌ 
  │ ├─┬description
  │ │ └──[🔀] $ref (23289:20)❌ 
  │ ├─┬taxable
  │ │ ├──[🔀] type (17852:17)❌ 
  │ │ ├──[🔀] title (17855:18)
  │ │ ├──[🔀] description (17851:24)
  │ │ └──[🔀] example (17853:20)
  │ ├─┬pass_through
  │ │ └──[🔀] $ref (17733:11)❌ 
  │ ├─┬quantity
  │ │ └──[🔀] $ref (17757:11)❌ 
  │ ├─┬sold
  │ │ ├──[🔀] type (17795:17)❌ 
  │ │ ├──[-] title (17752:28)
  │ │ ├──[-] description (17748:34)
  │ │ ├──[-] nullable (17751:31)❌ 
  │ │ ├──[-] example (17750:30)
  │ │ ├──[+] properties (17801:13)
  │ │ ├──[+] properties (17803:13)
  │ │ ├──[+] properties (17799:13)
  │ │ ├──[+] properties (17797:13)
  │ │ └─┬Extensions
  │ │   └──[+] x-apideck-weights (17806:13)
  │ ├─┬unit_price
  │ │ └──[🔀] $ref (17782:11)❌ 
  │ ├─┬sales_details
  │ │ └──[🔀] $ref (20320:20)❌ 
  │ ├─┬location_id
  │ │ └──[🔀] $ref (17775:11)❌ 
  │ ├─┬updated_at
  │ │ └──[🔀] $ref (21027:13)❌ 
  │ ├─┬type
  │ │ └──[🔀] $ref (19131:13)❌ 
  │ ├─┬tracking_category
  │ │ └──[🔀] $ref (22053:20)❌ 
  │ ├─┬tax_schedule_id
  │ │ └──[🔀] $ref (23303:20)❌ 
  │ ├─┬tracked
  │ │ ├──[🔀] title (17773:18)
  │ │ └──[🔀] description (17769:24)
  │ ├─┬purchased
  │ │ ├──[🔀] type (17811:17)❌ 
  │ │ ├──[-] title (17758:28)
  │ │ ├──[-] description (17754:34)
  │ │ ├──[-] nullable (17757:31)❌ 
  │ │ ├──[-] example (17756:30)
  │ │ ├──[+] properties (17817:13)
  │ │ ├──[+] properties (17819:13)
  │ │ ├──[+] properties (17815:13)
  │ │ ├──[+] properties (17813:13)
  │ │ └─┬Extensions
  │ │   └──[+] x-apideck-weights (17822:13)
  │ ├─┬updated_by
  │ │ └──[🔀] $ref (21484:20)❌ 
  │ ├─┬tracking_categories
  │ │ └──[🔀] $ref (17763:11)❌ 
  │ ├─┬id
  │ │ └──[🔀] $ref (18877:13)❌ 
  │ ├─┬expense_account
  │ │ └──[🔀] $ref (17739:11)❌ 
  │ ├─┬inventory_date
  │ │ └──[🔀] $ref (18877:13)❌ 
  │ ├─┬department_id
  │ │ └──[🔀] $ref (20702:20)❌ 
  │ ├─┬custom_mappings
  │ │ └──[🔀] $ref (14652:20)❌ 
  │ ├─┬subsidiary_id
  │ │ └──[🔀] $ref (17751:11)❌ 
  │ ├─┬name
  │ │ └──[🔀] $ref (23296:20)❌ 
  │ ├─┬purchase_details
  │ │ └──[🔀] $ref (19295:20)❌ 
  │ └─┬Extensions
  │   └──[🔀] x-apideck-weights (17873:9)
  └─┬TimeOffRequestsFilter
    ├─┬end_date
    │ └──[🔀] description (34918:24)
    └─┬start_date
      └──[🔀] description (34913:24)
Document Element Total Changes Breaking Changes
info 1 0
paths 1 0
components 52 27

PYTHON CHANGELOG

No relevant generator changes

Based on Speakeasy CLI 1.606.4

@github-actions github-actions bot added the patch Patch version bump label Aug 22, 2025
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1755873448 branch 6 times, most recently from aab4679 to 7236e09 Compare August 25, 2025 11:52
* `apideck.accounting.invoice_items.list()`:  `response.data.[].currency` **Added**
* `apideck.accounting.invoice_items.create()`:  `request.currency` **Added**
* `apideck.accounting.invoice_items.get()`:  `response.data.currency` **Added**
* `apideck.accounting.invoice_items.update()`:  `request.currency` **Added**
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1755873448 branch from 0ae9f29 to 426d0bf Compare August 25, 2025 12:58
@gmenoiaa gmenoiaa merged commit 8cb7c57 into main Aug 25, 2025
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