Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
90 changes: 40 additions & 50 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,21 @@ generation:
hoistGlobalSecurity: true
schemas:
allOfMergeStrategy: shallowMerge
requestBodyFieldName: ""
tests:
generateTests: true
generateNewTests: true
skipResponseBodyAssertions: false
typescript:
version: 0.34.0
version: 0.34.1
acceptHeaderEnum: true
additionalDependencies:
dependencies: {}
devDependencies: {}
peerDependencies: {}
additionalPackageJSON: {}
additionalScripts: {}
alwaysIncludeInboundAndOutbound: false
author: Speakeasy
baseErrorName: ApideckError
clientServerStatusCodesAsErrors: true
Expand All @@ -45,6 +47,7 @@ typescript:
enableReactQuery: false
enumFormat: union
envVarPrefix: APIDECK
exportZodModelNamespace: false
flattenGlobalSecurity: true
flatteningOrder: parameters-first
generateExamples: true
Expand Down
4 changes: 4 additions & 0 deletions .speakeasy/tests.arazzo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51795,6 +51795,7 @@ workflows:
code: "453"
display_id: "123456"
id: "123456"
name: Bank account
nominal_code: N091
parent_id: "123456"
name: Main Operating Account
Expand Down Expand Up @@ -51944,6 +51945,7 @@ workflows:
code: "453"
display_id: "123456"
id: "123456"
name: Bank account
nominal_code: N091
parent_id: "123456"
name: Main Operating Account
Expand Down Expand Up @@ -52166,6 +52168,7 @@ workflows:
- redesign
- urgent
tax_rate:
code: N-T
id: "123456"
rate: 10
team_size: 8
Expand Down Expand Up @@ -52427,6 +52430,7 @@ workflows:
- redesign
- urgent
tax_rate:
code: N-T
id: "123456"
rate: 10
team_size: 8
Expand Down
14 changes: 7 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
speakeasyVersion: 1.648.0
speakeasyVersion: 1.650.0
sources:
Apideck-OAS:
sourceNamespace: apideck-oas
sourceRevisionDigest: sha256:b853d0e347c5e03b6d989459d3ce5aeccbf07cdbbcdb400539e37ee3aa87fc95
sourceBlobDigest: sha256:19888f84ff17da720e26e28b2e0f935c54da5d7d520c4dc7f05944efcf9bb708
sourceRevisionDigest: sha256:b31dca0e2abcc3e920ba36075604c6c51728ca7c98ff9376c34a8f0df0e3e61a
sourceBlobDigest: sha256:430e9bfae78eb3fc88153280a823c2949f707f61de86c3167b498d6e738156e2
tags:
- latest
- speakeasy-sdk-regen-1762264365
- speakeasy-sdk-regen-1762445111
- 10.21.11
targets:
apideck:
source: Apideck-OAS
sourceNamespace: apideck-oas
sourceRevisionDigest: sha256:b853d0e347c5e03b6d989459d3ce5aeccbf07cdbbcdb400539e37ee3aa87fc95
sourceBlobDigest: sha256:19888f84ff17da720e26e28b2e0f935c54da5d7d520c4dc7f05944efcf9bb708
sourceRevisionDigest: sha256:b31dca0e2abcc3e920ba36075604c6c51728ca7c98ff9376c34a8f0df0e3e61a
sourceBlobDigest: sha256:430e9bfae78eb3fc88153280a823c2949f707f61de86c3167b498d6e738156e2
codeSamplesNamespace: apideck-oas-typescript-code-samples
codeSamplesRevisionDigest: sha256:9bce8c840b8a67bc7b515bca4d42a0ddf023598b009499f235e6c5dcf261a1c7
codeSamplesRevisionDigest: sha256:2aaf55386383cbb65a543d525c42d153531e1787d654a50fcb2f958f29dc2ecb
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -558,4 +558,14 @@ Based on:
### Generated
- [typescript v0.34.0] .
### Releases
- [NPM v0.34.0] https://www.npmjs.com/package/@apideck/unify/v/0.34.0 - .
- [NPM v0.34.0] https://www.npmjs.com/package/@apideck/unify/v/0.34.0 - .

## 2025-11-06 16:04:47
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.650.0 (2.743.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.34.1] .
### Releases
- [NPM v0.34.1] https://www.npmjs.com/package/@apideck/unify/v/0.34.1 - .
3 changes: 2 additions & 1 deletion docs/models/components/accountingbankaccountinput.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ let value: AccountingBankAccountInput = {
accountType: "checking",
ledgerAccount: {
id: "123456",
name: "Bank account",
nominalCode: "N091",
code: "453",
parentId: "123456",
Expand Down Expand Up @@ -50,7 +51,7 @@ let value: AccountingBankAccountInput = {
| `name` | *string* | :heavy_minus_sign: | The name of the bank account | Main Operating Account |
| `accountNumber` | *string* | :heavy_minus_sign: | The bank account number | 123465 |
| `accountType` | [components.AccountingBankAccountAccountType](../../models/components/accountingbankaccountaccounttype.md) | :heavy_minus_sign: | The type of bank account | checking |
| `ledgerAccount` | [components.LinkedLedgerAccountInput](../../models/components/linkedledgeraccountinput.md) | :heavy_minus_sign: | N/A | |
| `ledgerAccount` | [components.LinkedLedgerAccount](../../models/components/linkedledgeraccount.md) | :heavy_minus_sign: | N/A | |
| `bankName` | *string* | :heavy_minus_sign: | The name of the bank or financial institution | Chase Bank |
| `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 |
| `balance` | *number* | :heavy_minus_sign: | The current balance of the bank account | 25000 |
Expand Down
10 changes: 5 additions & 5 deletions docs/models/components/bill.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ let value: Bill = {
description:
"Model Y is a fully electric, mid-size SUV, with seating for up to seven, dual motor AWD and unparalleled protection.",
type: "expense_account",
taxAmount: 27500,
taxAmount: 27.5,
totalAmount: 27500,
quantity: 1,
unitPrice: 27500.5,
Expand Down Expand Up @@ -106,8 +106,8 @@ let value: Bill = {
terms: "Net 30 days",
balance: 27500,
deposit: 0,
subTotal: 27500,
totalTax: 2500,
subTotal: 250,
totalTax: 25,
total: 27500,
taxCode: "1234",
notes: "Some notes about this bill.",
Expand Down Expand Up @@ -217,8 +217,8 @@ let value: Bill = {
| `terms` | *string* | :heavy_minus_sign: | Terms of payment. | Net 30 days |
| `balance` | *number* | :heavy_minus_sign: | Balance of bill due. | 27500 |
| `deposit` | *number* | :heavy_minus_sign: | Amount of deposit made to this bill. | 0 |
| `subTotal` | *number* | :heavy_minus_sign: | Sub-total amount, normally before tax. | 27500 |
| `totalTax` | *number* | :heavy_minus_sign: | Total tax amount applied to this bill. | 2500 |
| `subTotal` | *number* | :heavy_minus_sign: | Subtotal amount, normally before tax. | 250 |
| `totalTax` | *number* | :heavy_minus_sign: | Total tax amount applied to this transaction. | 25 |
| `total` | *number* | :heavy_minus_sign: | Total amount of bill, including tax. | 27500 |
| `taxCode` | *string* | :heavy_minus_sign: | Applicable tax id/code override if tax is not supplied on a line item basis. | 1234 |
| `notes` | *string* | :heavy_minus_sign: | N/A | Some notes about this bill. |
Expand Down
Loading