Skip to content

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Oct 2, 2025

SDK update

Versioning

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

Csharp SDK Changes Detected:

  • Apideck.Accounting.Invoices.List(): response.data.[].LineItems.[].ServiceDate Added
  • Apideck.Accounting.Invoices.Create():
    • request.Invoice.LineItems.[].ServiceDate Added
  • Apideck.Accounting.Invoices.Get(): response.data.LineItems.[].ServiceDate Added
  • Apideck.Accounting.Invoices.Update():
    • request.Invoice.LineItems.[].ServiceDate Added
  • Apideck.Accounting.CreditNotes.List(): response.data.[].LineItems.[].ServiceDate Added
  • Apideck.Accounting.CreditNotes.Create():
    • request.CreditNote.LineItems.[].ServiceDate Added
  • Apideck.Accounting.CreditNotes.Get(): response.data.LineItems.[].ServiceDate Added
  • Apideck.Accounting.CreditNotes.Update():
    • request.CreditNote.LineItems.[].ServiceDate Added
  • Apideck.Accounting.PurchaseOrders.List(): response.data.[].LineItems.[].ServiceDate Added
  • Apideck.Accounting.PurchaseOrders.Create():
    • request.PurchaseOrder.LineItems.[].ServiceDate Added
  • Apideck.Accounting.PurchaseOrders.Get(): response.data.LineItems.[].ServiceDate Added
  • Apideck.Accounting.PurchaseOrders.Update():
    • request.PurchaseOrder.LineItems.[].ServiceDate Added
  • Apideck.Accounting.Quotes.List(): response.data.[].LineItems.[].ServiceDate Added
  • Apideck.Accounting.Quotes.Create():
    • request.Quote.LineItems.[].ServiceDate Added
  • Apideck.Accounting.Quotes.Get(): response.data.LineItems.[].ServiceDate Added
  • Apideck.Accounting.Quotes.Update():
    • request.Quote.LineItems.[].ServiceDate Added
  • Apideck.Accounting.Projects.List(): response.data.[].Active Added
  • Apideck.Accounting.Projects.Create():
    • request.Project.Active Added
  • Apideck.Accounting.Projects.Get(): response.data.Active Added
  • Apideck.Accounting.Projects.Update():
    • request.Project.Active Added
OpenAPI Change Summary
├─┬Info
│ └──[🔀] version (5:12)
├─┬Paths
│ ├─┬/accounting/customers
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (1410:9)
│ ├─┬/hris/employees
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (9214:9)
│ ├─┬/ecommerce/products/{id}
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (7722:9)
│ ├─┬/accounting/bills
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (311:9)
│ ├─┬/crm/leads
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (6222:9)
│ ├─┬/accounting/suppliers
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (1640:9)
│ ├─┬/accounting/ledger-accounts
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[+] x-apideck-gotchas (790:9)
│ └─┬/ecommerce/products
│   └─┬GET
│     └─┬Extensions
│       └──[🔀] x-apideck-gotchas (7673:9)
├─┬Components
│ ├─┬InvoiceLineItem
│ │ ├──[+] properties (18963:9)
│ │ ├─┬unit_of_measure
│ │ │ └──[🔀] $ref (18920:11)❌ 
│ │ ├─┬tax_amount
│ │ │ └──[🔀] $ref (24329:20)❌ 
│ │ ├─┬unit_price
│ │ │ └──[🔀] $ref (22000:20)❌ 
│ │ ├─┬tax_rate
│ │ │ └──[🔀] $ref (19015:11)❌ 
│ │ ├─┬tax_method
│ │ │ ├──[🔀] title (19007:18)
│ │ │ ├──[🔀] description (19003:24)
│ │ │ └──[🔀] example (19005:20)
│ │ ├─┬updated_at
│ │ │ └──[🔀] $ref (22006:13)❌ 
│ │ ├─┬tax_applicable_on
│ │ │ ├──[🔀] type (18935:17)❌ 
│ │ │ ├──[🔀] title (18938:18)
│ │ │ ├──[🔀] description (18934:24)
│ │ │ └──[🔀] example (18936:20)
│ │ ├─┬subsidiary_id
│ │ │ └──[🔀] $ref (18983:11)❌ 
│ │ ├─┬tracking_categories
│ │ │ └──[🔀] $ref (18940:11)❌ 
│ │ ├─┬updated_by
│ │ │ └──[🔀] $ref (22494:20)❌ 
│ │ ├─┬shipping_id
│ │ │ ├──[🔀] title (18969:18)
│ │ │ ├──[+] format (18966:19)❌ 
│ │ │ ├──[🔀] description (18964:24)
│ │ │ └──[🔀] example (18967:20)
│ │ ├─┬tax_recoverability
│ │ │ └──[🔀] $ref (19977:13)❌ 
│ │ ├─┬worktags
│ │ │ └──[🔀] $ref (22502:20)❌ 
│ │ ├─┬type
│ │ │ └──[🔀] $ref (23069:20)❌ 
│ │ ├─┬total_amount
│ │ │ ├──[🔀] type (19010:17)❌ 
│ │ │ ├──[🔀] title (19013:18)
│ │ │ ├──[🔀] description (19009:24)
│ │ │ └──[🔀] example (19011:20)
│ │ └─┬Extensions
│ │   └──[🔀] x-apideck-weights (19049:9)
│ ├─┬Project
│ │ ├──[+] properties (25824:9)
│ │ ├─┬reference_id
│ │ │ ├──[+] enum (25839:15)
│ │ │ ├──[+] enum (25840:15)
│ │ │ ├──[+] enum (25835:15)
│ │ │ ├──[+] enum (25836:15)
│ │ │ ├──[+] enum (25837:15)
│ │ │ ├──[+] enum (25838:15)
│ │ │ ├──[🔀] title (25842:18)
│ │ │ ├──[🔀] description (25831:24)
│ │ │ ├──[🔀] example (25833:20)
│ │ │ └─┬Extensions
│ │ │   └──[+] x-apideck-enum-id (25843:30)
│ │ ├─┬downstream_id
│ │ │ └──[🔀] $ref (25791:11)❌ 
│ │ ├─┬notes
│ │ │ ├──[🔀] title (25789:18)
│ │ │ ├──[+] minLength (25788:22)❌ 
│ │ │ ├──[🔀] description (25785:24)
│ │ │ ├──[-] nullable (25951:31)❌ 
│ │ │ └──[🔀] example (25787:20)
│ │ ├─┬parent_project
│ │ │ ├──[🔀] type (25900:17)❌ 
│ │ │ ├──[🔀] title (25903:18)
│ │ │ ├──[🔀] description (25899:24)
│ │ │ ├──[+] example (25901:20)
│ │ │ ├──[-] properties (25844:25)❌ 
│ │ │ └──[-] properties (25849:25)❌ 
│ │ ├─┬currency
│ │ │ └──[🔀] $ref (15221:20)❌ 
│ │ ├─┬tax_rate
│ │ │ └──[🔀] $ref (26003:11)❌ 
│ │ ├─┬tracking_categories
│ │ │ └──[🔀] $ref (26051:11)❌ 
│ │ ├─┬billing_method
│ │ │ ├──[-] enum (25906:27)❌ 
│ │ │ ├──[-] enum (25907:27)❌ 
│ │ │ ├──[-] enum (25908:27)❌ 
│ │ │ ├──[-] enum (25904:27)❌ 
│ │ │ ├──[-] enum (25905:27)❌ 
│ │ │ ├──[🔀] type (25931:17)❌ 
│ │ │ ├──[🔀] title (25935:18)
│ │ │ ├──[+] multipleOf (25933:23)❌ 
│ │ │ ├──[🔀] description (25930:24)
│ │ │ ├──[🔀] example (25932:20)
│ │ │ └─┬Extensions
│ │ │   └──[-] x-apideck-enum-id (25911:40)❌ 
│ │ ├─┬department
│ │ │ └──[🔀] $ref (19781:20)❌ 
│ │ ├─┬custom_fields
│ │ │ └──[🔀] $ref (15449:20)❌ 
│ │ ├─┬created_at
│ │ │ └──[🔀] $ref (26019:11)❌ 
│ │ ├─┬row_version
│ │ │ └──[🔀] $ref (25797:11)❌ 
│ │ ├─┬profit_margin
│ │ │ ├──[+] enum (25851:15)
│ │ │ ├──[+] enum (25852:15)
│ │ │ ├──[+] enum (25849:15)
│ │ │ ├──[+] enum (25850:15)
│ │ │ ├──[🔀] type (25846:17)❌ 
│ │ │ ├──[🔀] title (25854:18)
│ │ │ ├──[-] maximum (25963:30)❌ 
│ │ │ ├──[-] minimum (25964:30)❌ 
│ │ │ ├──[🔀] description (25845:24)
│ │ │ ├──[🔀] example (25847:20)
│ │ │ └─┬Extensions
│ │ │   └──[+] x-apideck-enum-id (25855:30)
│ │ ├─┬schedule_status
│ │ │ └──[🔀] $ref (21299:20)❌ 
│ │ ├─┬display_id
│ │ │ ├──[🔀] title (25807:18)
│ │ │ ├──[🔀] description (25803:24)
│ │ │ └──[🔀] example (25805:20)
│ │ ├─┬id
│ │ │ └──[🔀] $ref (25958:11)❌ 
│ │ ├─┬phase
│ │ │ ├──[-] enum (25925:27)❌ 
│ │ │ ├──[-] enum (25926:27)❌ 
│ │ │ ├──[-] enum (25927:27)❌ 
│ │ │ ├──[-] enum (25928:27)❌ 
│ │ │ ├──[-] enum (25929:27)❌ 
│ │ │ ├──[-] enum (25924:27)❌ 
│ │ │ ├──[🔀] type (25906:17)❌ 
│ │ │ ├──[🔀] title (25919:18)
│ │ │ ├──[🔀] description (25905:24)
│ │ │ ├──[-] example (25922:30)
│ │ │ ├──[+] properties (25909:13)
│ │ │ ├──[+] properties (25914:13)
│ │ │ └─┬Extensions
│ │ │   └──[-] x-apideck-enum-id (25932:40)❌ 
│ │ ├─┬approved_amount
│ │ │ ├──[+] items (26048:13)❌ 
│ │ │ ├──[🔀] type (26046:17)❌ 
│ │ │ ├──[🔀] title (26049:18)
│ │ │ ├──[-] multipleOf (25868:33)❌ 
│ │ │ ├──[🔀] description (26045:24)
│ │ │ ├──[-] nullable (25869:31)❌ 
│ │ │ └──[-] example (25867:30)
│ │ ├─┬project_type
│ │ │ ├──[-] enum (25773:27)❌ 
│ │ │ ├──[-] enum (25774:27)❌ 
│ │ │ ├──[-] enum (25775:27)❌ 
│ │ │ ├──[-] enum (25770:27)❌ 
│ │ │ ├──[-] enum (25771:27)❌ 
│ │ │ ├──[-] enum (25772:27)❌ 
│ │ │ ├──[🔀] type (26026:17)❌ 
│ │ │ ├──[🔀] title (26031:18)
│ │ │ ├──[+] maximum (26028:20)❌ 
│ │ │ ├──[+] minimum (26029:20)❌ 
│ │ │ ├──[🔀] description (26025:24)
│ │ │ ├──[🔀] example (26027:20)
│ │ │ └─┬Extensions
│ │ │   └──[-] x-apideck-enum-id (25778:40)❌ 
│ │ ├─┬updated_at
│ │ │ └──[🔀] $ref (23069:20)❌ 
│ │ ├─┬actual_amount
│ │ │ ├──[🔀] type (25826:17)❌ 
│ │ │ ├──[🔀] title (25829:18)
│ │ │ ├──[-] multipleOf (25875:33)❌ 
│ │ │ ├──[🔀] description (25825:24)
│ │ │ ├──[-] readOnly (25877:31)❌ 
│ │ │ └──[🔀] example (25827:20)
│ │ ├─┬budget_amount
│ │ │ ├──[+] enum (25971:15)
│ │ │ ├──[+] enum (25972:15)
│ │ │ ├──[+] enum (25973:15)
│ │ │ ├──[+] enum (25969:15)
│ │ │ ├──[+] enum (25970:15)
│ │ │ ├──[🔀] type (25966:17)❌ 
│ │ │ ├──[🔀] title (25975:18)
│ │ │ ├──[-] multipleOf (25861:33)❌ 
│ │ │ ├──[🔀] description (25965:24)
│ │ │ ├──[🔀] example (25967:20)
│ │ │ └─┬Extensions
│ │ │   └──[+] x-apideck-enum-id (25976:30)
│ │ ├─┬description
│ │ │ ├──[🔀] type (25882:17)❌ 
│ │ │ ├──[🔀] title (25895:18)
│ │ │ ├──[🔀] description (25881:24)
│ │ │ ├──[-] example (25748:30)
│ │ │ ├──[+] properties (25885:13)
│ │ │ └──[+] properties (25890:13)
│ │ ├─┬tags
│ │ │ ├──[+] enum (25820:15)
│ │ │ ├──[+] enum (25813:15)
│ │ │ ├──[+] enum (25814:15)
│ │ │ ├──[+] enum (25815:15)
│ │ │ ├──[+] enum (25816:15)
│ │ │ ├──[+] enum (25817:15)
│ │ │ ├──[+] enum (25818:15)
│ │ │ ├──[+] enum (25819:15)
│ │ │ ├──[-] items (25941:25)❌ 
│ │ │ ├──[🔀] type (25810:17)❌ 
│ │ │ ├──[🔀] title (25822:18)
│ │ │ ├──[🔀] description (25809:24)
│ │ │ ├──[+] nullable (25821:21)❌ 
│ │ │ ├──[🔀] example (25811:20)
│ │ │ └─┬Extensions
│ │ │   └──[+] x-apideck-enum-id (25823:30)
│ │ ├─┬budget_hours
│ │ │ ├──[🔀] title (25928:18)
│ │ │ ├──[+] multipleOf (25926:23)❌ 
│ │ │ ├──[🔀] description (25923:24)
│ │ │ └──[🔀] example (25925:20)
│ │ ├─┬addresses
│ │ │ ├──[-] items (25983:25)❌ 
│ │ │ ├──[🔀] type (25952:17)❌ 
│ │ │ ├──[🔀] title (25956:18)
│ │ │ ├──[🔀] description (25951:24)
│ │ │ ├──[+] nullable (25954:21)❌ 
│ │ │ ├──[+] readOnly (25955:21)❌ 
│ │ │ └──[+] example (25953:20)
│ │ ├─┬team_size
│ │ │ └──[🔀] $ref (19977:13)❌ 
│ │ ├─┬actual_hours
│ │ │ ├──[🔀] title (25943:18)
│ │ │ ├──[+] multipleOf (25940:23)❌ 
│ │ │ ├──[🔀] description (25937:24)
│ │ │ └──[🔀] example (25939:20)
│ │ ├─┬start_date
│ │ │ ├──[+] enum (26039:15)
│ │ │ ├──[+] enum (26040:15)
│ │ │ ├──[+] enum (26037:15)
│ │ │ ├──[+] enum (26038:15)
│ │ │ ├──[🔀] title (26042:18)
│ │ │ ├──[-] format (25802:29)❌ 
│ │ │ ├──[🔀] description (26033:24)
│ │ │ ├──[🔀] example (26035:20)
│ │ │ └─┬Extensions
│ │ │   └──[+] x-apideck-enum-id (26043:30)
│ │ ├─┬name
│ │ │ ├──[🔀] type (25979:17)❌ 
│ │ │ ├──[🔀] title (25983:18)
│ │ │ ├──[-] minLength (25731:32)❌ 
│ │ │ ├──[🔀] description (25978:24)
│ │ │ ├──[+] default (25981:20)❌ 
│ │ │ ├──[+] nullable (25982:21)❌ 
│ │ │ └──[🔀] example (25980:20)
│ │ ├─┬hourly_rate
│ │ │ ├──[🔀] type (25873:17)❌ 
│ │ │ ├──[🔀] title (25877:18)
│ │ │ ├──[-] multipleOf (25896:33)❌ 
│ │ │ ├──[+] format (25874:19)❌ 
│ │ │ ├──[🔀] description (25872:24)
│ │ │ └──[🔀] example (25875:20)
│ │ ├─┬is_billable
│ │ │ └──[🔀] $ref (18354:20)❌ 
│ │ ├─┬owner_id
│ │ │ ├──[🔀] title (26017:18)
│ │ │ ├──[🔀] description (26013:24)
│ │ │ └──[🔀] example (26015:20)
│ │ ├─┬updated_by
│ │ │ └──[🔀] $ref (22494:20)❌ 
│ │ ├─┬customer
│ │ │ └──[🔀] $ref (26058:11)❌ 
│ │ ├─┬status
│ │ │ ├──[-] enum (25756:27)❌ 
│ │ │ ├──[-] enum (25757:27)❌ 
│ │ │ ├──[-] enum (25758:27)❌ 
│ │ │ ├──[-] enum (25759:27)❌ 
│ │ │ ├──[-] enum (25760:27)❌ 
│ │ │ ├──[-] enum (25761:27)❌ 
│ │ │ ├──[🔀] title (25870:18)
│ │ │ ├──[+] format (25867:19)❌ 
│ │ │ ├──[🔀] description (25865:24)
│ │ │ ├──[🔀] example (25868:20)
│ │ │ └─┬Extensions
│ │ │   └──[-] x-apideck-enum-id (25764:40)❌ 
│ │ ├─┬contract_number
│ │ │ ├──[🔀] type (25858:17)❌ 
│ │ │ ├──[🔀] title (25863:18)
│ │ │ ├──[+] maximum (25860:20)❌ 
│ │ │ ├──[+] minimum (25861:20)❌ 
│ │ │ ├──[🔀] description (25857:24)
│ │ │ └──[🔀] example (25859:20)
│ │ ├─┬completion_percentage
│ │ │ └──[🔀] $ref (14390:20)❌ 
│ │ ├─┬company_id
│ │ │ └──[🔀] $ref (25945:11)❌ 
│ │ ├─┬created_by
│ │ │ └──[🔀] $ref (15213:20)❌ 
│ │ ├─┬priority
│ │ │ ├──[+] enum (25991:15)
│ │ │ ├──[+] enum (25992:15)
│ │ │ ├──[+] enum (25993:15)
│ │ │ ├──[+] enum (25994:15)
│ │ │ ├──[+] enum (25989:15)
│ │ │ ├──[+] enum (25990:15)
│ │ │ ├──[-] enum (25784:27)❌ 
│ │ │ ├──[-] enum (25785:27)❌ 
│ │ │ ├──[-] enum (25786:27)❌ 
│ │ │ ├──[-] enum (25787:27)❌ 
│ │ │ ├──[🔀] title (25996:18)
│ │ │ ├──[🔀] description (25985:24)
│ │ │ ├──[🔀] example (25987:20)
│ │ │ └─┬Extensions
│ │ │   └──[🔀] x-apideck-enum-id (25997:30)
│ │ ├─┬end_date
│ │ │ └──[🔀] $ref (16828:20)❌ 
│ │ └─┬Extensions
│ │   └──[🔀] x-apideck-weights (26076:9)
│ ├─┬QuoteLineItem
│ │ ├──[+] properties (25516:9)
│ │ ├─┬total_amount
│ │ │ └──[🔀] $ref (19977:13)❌ 
│ │ ├─┬tracking_categories
│ │ │ └──[🔀] $ref (25493:11)❌ 
│ │ ├─┬updated_by
│ │ │ └──[🔀] $ref (22494:20)❌ 
│ │ ├─┬type
│ │ │ └──[🔀] $ref (23069:20)❌ 
│ │ ├─┬unit_of_measure
│ │ │ └──[🔀] $ref (25473:11)❌ 
│ │ ├─┬unit_price
│ │ │ └──[🔀] $ref (22000:20)❌ 
│ │ ├─┬tax_amount
│ │ │ ├──[🔀] type (25518:17)❌ 
│ │ │ ├──[🔀] title (25522:18)
│ │ │ ├──[+] format (25519:19)❌ 
│ │ │ ├──[🔀] description (25517:24)
│ │ │ └──[🔀] example (25520:20)
│ │ ├─┬updated_at
│ │ │ └──[🔀] $ref (22006:13)❌ 
│ │ ├─┬tax_rate
│ │ │ └──[🔀] $ref (25487:11)❌ 
│ │ └─┬Extensions
│ │   └──[🔀] x-apideck-weights (25559:9)
│ └─┬AccountingBankAccount
│   └─┬Extensions
│     └──[🔀] x-apideck-strict-required (13148:9)
└─┬Extensions
  └──[🔀] x-speakeasy-retries (43206:3)
Document Element Total Changes Breaking Changes
info 1 0
paths 8 0
components 253 115

CSHARP CHANGELOG

core: 3.13.0 - 2025-09-26

🐝 New Features

groups: 2.81.3 - 2025-10-06

🐛 Bug Fixes

  • Fix empty readme files being generated when all operations are in child groups (commit by @BlakeTheAwesome)

pagination: 0.2.7 - 2025-10-08

🐛 Bug Fixes

  • Fix pagination issue when request bodies do not contain pagination fields (commit by @BlakeTheAwesome)

unions: 1.1.0 - 2025-10-01

🐝 New Features

  • support nested discriminated unions (commit by @vishalg0wda)

Based on Speakeasy CLI 1.636.3

@github-actions github-actions bot added the minor Minor version bump label Oct 2, 2025
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1759403528 branch 21 times, most recently from 1b0a88e to a4ac1a3 Compare October 8, 2025 00:19
@github-actions github-actions bot changed the title chore: 🐝 Update SDK - Generate 0.17.0 chore: 🐝 Update SDK - Generate 0.17.1 Oct 8, 2025
@github-actions github-actions bot added patch Patch version bump and removed minor Minor version bump labels Oct 8, 2025
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1759403528 branch from 3a49089 to 71e24ac Compare October 8, 2025 09:25
@github-actions github-actions bot changed the title chore: 🐝 Update SDK - Generate 0.17.1 chore: 🐝 Update SDK - Generate 0.17.0 Oct 8, 2025
@github-actions github-actions bot added minor Minor version bump and removed patch Patch version bump labels Oct 8, 2025
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1759403528 branch from 5ad365f to 3752a60 Compare October 8, 2025 10:38
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1759403528 branch 10 times, most recently from 4756034 to 61277ab Compare October 10, 2025 13:56
@github-actions github-actions bot changed the title chore: 🐝 Update SDK - Generate 0.17.0 chore: 🐝 Update SDK - Generate 0.17.1 Oct 10, 2025
@github-actions github-actions bot added patch Patch version bump and removed minor Minor version bump labels Oct 10, 2025
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1759403528 branch from 8433687 to 0c023f3 Compare October 10, 2025 16:08
@github-actions github-actions bot changed the title chore: 🐝 Update SDK - Generate 0.17.1 chore: 🐝 Update SDK - Generate 0.17.0 Oct 10, 2025
@github-actions github-actions bot added minor Minor version bump and removed patch Patch version bump labels Oct 10, 2025
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1759403528 branch 3 times, most recently from 6e6152e to 92db574 Compare October 12, 2025 00:17
* `Apideck.Accounting.Invoices.List()`:  `response.data.[].LineItems.[].ServiceDate` **Added**
* `Apideck.Accounting.Invoices.Create()`: 
  *  `request.Invoice.LineItems.[].ServiceDate` **Added**
* `Apideck.Accounting.Invoices.Get()`:  `response.data.LineItems.[].ServiceDate` **Added**
* `Apideck.Accounting.Invoices.Update()`: 
  *  `request.Invoice.LineItems.[].ServiceDate` **Added**
* `Apideck.Accounting.CreditNotes.List()`:  `response.data.[].LineItems.[].ServiceDate` **Added**
* `Apideck.Accounting.CreditNotes.Create()`: 
  *  `request.CreditNote.LineItems.[].ServiceDate` **Added**
* `Apideck.Accounting.CreditNotes.Get()`:  `response.data.LineItems.[].ServiceDate` **Added**
* `Apideck.Accounting.CreditNotes.Update()`: 
  *  `request.CreditNote.LineItems.[].ServiceDate` **Added**
* `Apideck.Accounting.PurchaseOrders.List()`:  `response.data.[].LineItems.[].ServiceDate` **Added**
* `Apideck.Accounting.PurchaseOrders.Create()`: 
  *  `request.PurchaseOrder.LineItems.[].ServiceDate` **Added**
* `Apideck.Accounting.PurchaseOrders.Get()`:  `response.data.LineItems.[].ServiceDate` **Added**
* `Apideck.Accounting.PurchaseOrders.Update()`: 
  *  `request.PurchaseOrder.LineItems.[].ServiceDate` **Added**
* `Apideck.Accounting.Quotes.List()`:  `response.data.[].LineItems.[].ServiceDate` **Added**
* `Apideck.Accounting.Quotes.Create()`: 
  *  `request.Quote.LineItems.[].ServiceDate` **Added**
* `Apideck.Accounting.Quotes.Get()`:  `response.data.LineItems.[].ServiceDate` **Added**
* `Apideck.Accounting.Quotes.Update()`: 
  *  `request.Quote.LineItems.[].ServiceDate` **Added**
* `Apideck.Accounting.Projects.List()`:  `response.data.[].Active` **Added**
* `Apideck.Accounting.Projects.Create()`: 
  *  `request.Project.Active` **Added**
* `Apideck.Accounting.Projects.Get()`:  `response.data.Active` **Added**
* `Apideck.Accounting.Projects.Update()`: 
  *  `request.Project.Active` **Added**
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1759403528 branch from 26d887d to 0552a67 Compare October 13, 2025 00:17
@Amzani Amzani merged commit b40c7c2 into main Oct 13, 2025
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.

2 participants