Skip to content

Commit d9da33c

Browse files
github-actions[bot]speakeasybotspeakeasy-github[bot]
authored
chore: 🐝 Update SDK - Generate 0.34.1 (#84)
* ## Typescript SDK Changes Detected: * `apideck.accounting.expenses.list()`: `response.data.[]` **Changed** **Breaking** ⚠️ * `apideck.accounting.expenses.update()`: * `request.expense` **Changed** **Breaking** ⚠️ * `apideck.accounting.expenses.get()`: `response.data` **Changed** **Breaking** ⚠️ * `apideck.accounting.expenses.create()`: * `request.expense` **Changed** **Breaking** ⚠️ * `apideck.accounting.creditNotes.create()`: * `request.creditNote` **Changed** * `apideck.accounting.journalEntries.update()`: * `request.journalEntry.lineItems.[]` **Changed** * `apideck.accounting.invoiceItems.create()`: * `request.invoiceItem` **Changed** * `apideck.accounting.invoiceItems.update()`: * `request.invoiceItem` **Changed** * `apideck.accounting.bills.create()`: * `request.bill.lineItems.[]` **Changed** * `apideck.accounting.creditNotes.update()`: * `request.creditNote` **Changed** * `apideck.accounting.customers.create()`: * `request.customer` **Changed** * `apideck.accounting.customers.update()`: * `request.customer` **Changed** * `apideck.accounting.suppliers.create()`: * `request.supplier` **Changed** * `apideck.accounting.suppliers.update()`: * `request.supplier` **Changed** * `apideck.accounting.payments.create()`: * `request.payment.account.name` **Added** * `apideck.accounting.payments.update()`: * `request.payment.account.name` **Added** * `apideck.accounting.journalEntries.create()`: * `request.journalEntry.lineItems.[]` **Changed** * `apideck.accounting.ledgerAccounts.update()`: * `request.ledgerAccount.taxRate.code` **Added** * `apideck.accounting.purchaseOrders.create()`: * `request.purchaseOrder.lineItems.[]` **Changed** * `apideck.accounting.purchaseOrders.update()`: * `request.purchaseOrder.lineItems.[]` **Changed** * `apideck.accounting.bankAccounts.create()`: * `request.accountingBankAccount.ledgerAccount.name` **Added** * `apideck.accounting.bankAccounts.update()`: * `request.accountingBankAccount.ledgerAccount.name` **Added** * `apideck.accounting.billPayments.create()`: * `request.billPayment.account.name` **Added** * `apideck.accounting.billPayments.update()`: * `request.billPayment.account.name` **Added** * `apideck.accounting.ledgerAccounts.create()`: * `request.ledgerAccount.taxRate.code` **Added** * `apideck.accounting.invoices.update()`: * `request.invoice.lineItems.[]` **Changed** * `apideck.accounting.invoices.create()`: * `request.invoice.lineItems.[]` **Changed** * `apideck.accounting.bills.update()`: * `request.bill.lineItems.[]` **Changed** * `apideck.accounting.quotes.create()`: * `request.quote.lineItems.[]` **Changed** * `apideck.accounting.quotes.update()`: * `request.quote.lineItems.[]` **Changed** * `apideck.accounting.projects.create()`: * `request.project.taxRate.code` **Added** * `apideck.accounting.projects.update()`: * `request.project.taxRate.code` **Added** * empty commit to trigger [run-tests] workflow --------- Co-authored-by: speakeasybot <[email protected]> Co-authored-by: speakeasy-github[bot] <128539517+speakeasy-github[bot]@users.noreply.github.com>
1 parent 5aa91bc commit d9da33c

File tree

1,130 files changed

+3856
-95659
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,130 files changed

+3856
-95659
lines changed

.speakeasy/gen.lock

Lines changed: 40 additions & 50 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,21 @@ generation:
2222
hoistGlobalSecurity: true
2323
schemas:
2424
allOfMergeStrategy: shallowMerge
25+
requestBodyFieldName: ""
2526
tests:
2627
generateTests: true
2728
generateNewTests: true
2829
skipResponseBodyAssertions: false
2930
typescript:
30-
version: 0.34.0
31+
version: 0.34.1
3132
acceptHeaderEnum: true
3233
additionalDependencies:
3334
dependencies: {}
3435
devDependencies: {}
3536
peerDependencies: {}
3637
additionalPackageJSON: {}
3738
additionalScripts: {}
39+
alwaysIncludeInboundAndOutbound: false
3840
author: Speakeasy
3941
baseErrorName: ApideckError
4042
clientServerStatusCodesAsErrors: true
@@ -45,6 +47,7 @@ typescript:
4547
enableReactQuery: false
4648
enumFormat: union
4749
envVarPrefix: APIDECK
50+
exportZodModelNamespace: false
4851
flattenGlobalSecurity: true
4952
flatteningOrder: parameters-first
5053
generateExamples: true

.speakeasy/tests.arazzo.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51795,6 +51795,7 @@ workflows:
5179551795
code: "453"
5179651796
display_id: "123456"
5179751797
id: "123456"
51798+
name: Bank account
5179851799
nominal_code: N091
5179951800
parent_id: "123456"
5180051801
name: Main Operating Account
@@ -51944,6 +51945,7 @@ workflows:
5194451945
code: "453"
5194551946
display_id: "123456"
5194651947
id: "123456"
51948+
name: Bank account
5194751949
nominal_code: N091
5194851950
parent_id: "123456"
5194951951
name: Main Operating Account
@@ -52166,6 +52168,7 @@ workflows:
5216652168
- redesign
5216752169
- urgent
5216852170
tax_rate:
52171+
code: N-T
5216952172
id: "123456"
5217052173
rate: 10
5217152174
team_size: 8
@@ -52427,6 +52430,7 @@ workflows:
5242752430
- redesign
5242852431
- urgent
5242952432
tax_rate:
52433+
code: N-T
5243052434
id: "123456"
5243152435
rate: 10
5243252436
team_size: 8

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.648.0
1+
speakeasyVersion: 1.650.0
22
sources:
33
Apideck-OAS:
44
sourceNamespace: apideck-oas
5-
sourceRevisionDigest: sha256:b853d0e347c5e03b6d989459d3ce5aeccbf07cdbbcdb400539e37ee3aa87fc95
6-
sourceBlobDigest: sha256:19888f84ff17da720e26e28b2e0f935c54da5d7d520c4dc7f05944efcf9bb708
5+
sourceRevisionDigest: sha256:b31dca0e2abcc3e920ba36075604c6c51728ca7c98ff9376c34a8f0df0e3e61a
6+
sourceBlobDigest: sha256:430e9bfae78eb3fc88153280a823c2949f707f61de86c3167b498d6e738156e2
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1762264365
9+
- speakeasy-sdk-regen-1762445111
1010
- 10.21.11
1111
targets:
1212
apideck:
1313
source: Apideck-OAS
1414
sourceNamespace: apideck-oas
15-
sourceRevisionDigest: sha256:b853d0e347c5e03b6d989459d3ce5aeccbf07cdbbcdb400539e37ee3aa87fc95
16-
sourceBlobDigest: sha256:19888f84ff17da720e26e28b2e0f935c54da5d7d520c4dc7f05944efcf9bb708
15+
sourceRevisionDigest: sha256:b31dca0e2abcc3e920ba36075604c6c51728ca7c98ff9376c34a8f0df0e3e61a
16+
sourceBlobDigest: sha256:430e9bfae78eb3fc88153280a823c2949f707f61de86c3167b498d6e738156e2
1717
codeSamplesNamespace: apideck-oas-typescript-code-samples
18-
codeSamplesRevisionDigest: sha256:9bce8c840b8a67bc7b515bca4d42a0ddf023598b009499f235e6c5dcf261a1c7
18+
codeSamplesRevisionDigest: sha256:2aaf55386383cbb65a543d525c42d153531e1787d654a50fcb2f958f29dc2ecb
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,4 +558,14 @@ Based on:
558558
### Generated
559559
- [typescript v0.34.0] .
560560
### Releases
561-
- [NPM v0.34.0] https://www.npmjs.com/package/@apideck/unify/v/0.34.0 - .
561+
- [NPM v0.34.0] https://www.npmjs.com/package/@apideck/unify/v/0.34.0 - .
562+
563+
## 2025-11-06 16:04:47
564+
### Changes
565+
Based on:
566+
- OpenAPI Doc
567+
- Speakeasy CLI 1.650.0 (2.743.2) https://github.com/speakeasy-api/speakeasy
568+
### Generated
569+
- [typescript v0.34.1] .
570+
### Releases
571+
- [NPM v0.34.1] https://www.npmjs.com/package/@apideck/unify/v/0.34.1 - .

docs/models/components/accountingbankaccountinput.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ let value: AccountingBankAccountInput = {
1212
accountType: "checking",
1313
ledgerAccount: {
1414
id: "123456",
15+
name: "Bank account",
1516
nominalCode: "N091",
1617
code: "453",
1718
parentId: "123456",
@@ -50,7 +51,7 @@ let value: AccountingBankAccountInput = {
5051
| `name` | *string* | :heavy_minus_sign: | The name of the bank account | Main Operating Account |
5152
| `accountNumber` | *string* | :heavy_minus_sign: | The bank account number | 123465 |
5253
| `accountType` | [components.AccountingBankAccountAccountType](../../models/components/accountingbankaccountaccounttype.md) | :heavy_minus_sign: | The type of bank account | checking |
53-
| `ledgerAccount` | [components.LinkedLedgerAccountInput](../../models/components/linkedledgeraccountinput.md) | :heavy_minus_sign: | N/A | |
54+
| `ledgerAccount` | [components.LinkedLedgerAccount](../../models/components/linkedledgeraccount.md) | :heavy_minus_sign: | N/A | |
5455
| `bankName` | *string* | :heavy_minus_sign: | The name of the bank or financial institution | Chase Bank |
5556
| `currency` | [components.Currency](../../models/components/currency.md) | :heavy_minus_sign: | Indicates the associated currency for an amount of money. Values correspond to [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217). | USD |
5657
| `balance` | *number* | :heavy_minus_sign: | The current balance of the bank account | 25000 |

docs/models/components/bill.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ let value: Bill = {
3131
description:
3232
"Model Y is a fully electric, mid-size SUV, with seating for up to seven, dual motor AWD and unparalleled protection.",
3333
type: "expense_account",
34-
taxAmount: 27500,
34+
taxAmount: 27.5,
3535
totalAmount: 27500,
3636
quantity: 1,
3737
unitPrice: 27500.5,
@@ -106,8 +106,8 @@ let value: Bill = {
106106
terms: "Net 30 days",
107107
balance: 27500,
108108
deposit: 0,
109-
subTotal: 27500,
110-
totalTax: 2500,
109+
subTotal: 250,
110+
totalTax: 25,
111111
total: 27500,
112112
taxCode: "1234",
113113
notes: "Some notes about this bill.",
@@ -217,8 +217,8 @@ let value: Bill = {
217217
| `terms` | *string* | :heavy_minus_sign: | Terms of payment. | Net 30 days |
218218
| `balance` | *number* | :heavy_minus_sign: | Balance of bill due. | 27500 |
219219
| `deposit` | *number* | :heavy_minus_sign: | Amount of deposit made to this bill. | 0 |
220-
| `subTotal` | *number* | :heavy_minus_sign: | Sub-total amount, normally before tax. | 27500 |
221-
| `totalTax` | *number* | :heavy_minus_sign: | Total tax amount applied to this bill. | 2500 |
220+
| `subTotal` | *number* | :heavy_minus_sign: | Subtotal amount, normally before tax. | 250 |
221+
| `totalTax` | *number* | :heavy_minus_sign: | Total tax amount applied to this transaction. | 25 |
222222
| `total` | *number* | :heavy_minus_sign: | Total amount of bill, including tax. | 27500 |
223223
| `taxCode` | *string* | :heavy_minus_sign: | Applicable tax id/code override if tax is not supplied on a line item basis. | 1234 |
224224
| `notes` | *string* | :heavy_minus_sign: | N/A | Some notes about this bill. |

0 commit comments

Comments
 (0)