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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ generation:
generateNewTests: true
skipResponseBodyAssertions: false
typescript:
version: 0.34.3
version: 0.34.4
acceptHeaderEnum: true
additionalDependencies:
dependencies: {}
Expand Down
14 changes: 7 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@ speakeasyVersion: 1.653.0
sources:
Apideck-OAS:
sourceNamespace: apideck-oas
sourceRevisionDigest: sha256:b784fd89eb398c4da009bd986bd94e73f4dc52c16f93e4fc63509323ec5bc4e1
sourceBlobDigest: sha256:c53104ab75328b4e294f5bccfb4b8efb6646bfaf792b37702386d88ab5d2611b
sourceRevisionDigest: sha256:bc81cbffacf9ce4767ace293cbaef11d3e61151f63396a4deb31a80a29b99bef
sourceBlobDigest: sha256:0f0efb99140225bbbea2efaa2df2e0d6e5929d70b7a67f01099e32e34498e927
tags:
- latest
- speakeasy-sdk-regen-1762795607
- 10.21.13
- speakeasy-sdk-regen-1762860470
- 10.21.14
targets:
apideck:
source: Apideck-OAS
sourceNamespace: apideck-oas
sourceRevisionDigest: sha256:b784fd89eb398c4da009bd986bd94e73f4dc52c16f93e4fc63509323ec5bc4e1
sourceBlobDigest: sha256:c53104ab75328b4e294f5bccfb4b8efb6646bfaf792b37702386d88ab5d2611b
sourceRevisionDigest: sha256:bc81cbffacf9ce4767ace293cbaef11d3e61151f63396a4deb31a80a29b99bef
sourceBlobDigest: sha256:0f0efb99140225bbbea2efaa2df2e0d6e5929d70b7a67f01099e32e34498e927
codeSamplesNamespace: apideck-oas-typescript-code-samples
codeSamplesRevisionDigest: sha256:38767e2a7ffb1905c4c2d7054e315a1d39468bcf62393dfd9c584fb0ad4c58cc
codeSamplesRevisionDigest: sha256:2bfe171b9aacfa62288dbdd4b2899ada6889c7e29a28d46a5567d9ce78a12b68
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 @@ -588,4 +588,14 @@ Based on:
### Generated
- [typescript v0.34.3] .
### Releases
- [NPM v0.34.3] https://www.npmjs.com/package/@apideck/unify/v/0.34.3 - .
- [NPM v0.34.3] https://www.npmjs.com/package/@apideck/unify/v/0.34.3 - .

## 2025-11-11 11:27:27
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.653.0 (2.748.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.34.4] .
### Releases
- [NPM v0.34.4] https://www.npmjs.com/package/@apideck/unify/v/0.34.4 - .
2 changes: 2 additions & 0 deletions docs/models/components/customer.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ let value: Customer = {
rate: 10,
},
taxNumber: "US123945459",
taxable: true,
currency: "USD",
account: {
id: "123456",
Expand Down Expand Up @@ -168,6 +169,7 @@ let value: Customer = {
| `notes` | *string* | :heavy_minus_sign: | Some notes about this customer | Some notes about this customer |
| `taxRate` | [components.LinkedTaxRate](../../models/components/linkedtaxrate.md) | :heavy_minus_sign: | N/A | |
| `taxNumber` | *string* | :heavy_minus_sign: | N/A | US123945459 |
| `taxable` | *boolean* | :heavy_minus_sign: | Whether the entity is subject to taxation | true |
| `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 |
| `account` | [components.LinkedLedgerAccount](../../models/components/linkedledgeraccount.md) | :heavy_minus_sign: | N/A | |
| `parent` | [components.LinkedParentCustomer](../../models/components/linkedparentcustomer.md) | :heavy_minus_sign: | The parent customer this entity is linked to. | |
Expand Down
2 changes: 2 additions & 0 deletions docs/models/components/customerinput.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ let value: CustomerInput = {
rate: 10,
},
taxNumber: "US123945459",
taxable: true,
currency: "USD",
account: {
id: "123456",
Expand Down Expand Up @@ -162,6 +163,7 @@ let value: CustomerInput = {
| `notes` | *string* | :heavy_minus_sign: | Some notes about this customer | Some notes about this customer |
| `taxRate` | [components.LinkedTaxRateInput](../../models/components/linkedtaxrateinput.md) | :heavy_minus_sign: | N/A | |
| `taxNumber` | *string* | :heavy_minus_sign: | N/A | US123945459 |
| `taxable` | *boolean* | :heavy_minus_sign: | Whether the entity is subject to taxation | true |
| `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 |
| `account` | [components.LinkedLedgerAccount](../../models/components/linkedledgeraccount.md) | :heavy_minus_sign: | N/A | |
| `parent` | [components.LinkedParentCustomer](../../models/components/linkedparentcustomer.md) | :heavy_minus_sign: | The parent customer this entity is linked to. | |
Expand Down
1 change: 1 addition & 0 deletions docs/models/components/getcustomerresponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ let value: GetCustomerResponse = {
rate: 10,
},
taxNumber: "US123945459",
taxable: true,
currency: "USD",
account: {
id: "123456",
Expand Down
1 change: 1 addition & 0 deletions docs/models/components/getcustomersresponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ let value: GetCustomersResponse = {
rate: 10,
},
taxNumber: "US123945459",
taxable: true,
currency: "USD",
account: {
id: "123456",
Expand Down
1 change: 1 addition & 0 deletions docs/models/components/getsupplierresponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ let value: GetSupplierResponse = {
rate: 10,
},
taxNumber: "US123945459",
taxable: true,
currency: "USD",
account: {
id: "123456",
Expand Down
1 change: 1 addition & 0 deletions docs/models/components/getsuppliersresponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ let value: GetSuppliersResponse = {
rate: 10,
},
taxNumber: "US123945459",
taxable: true,
currency: "USD",
account: {
id: "123456",
Expand Down
2 changes: 2 additions & 0 deletions docs/models/components/supplier.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ let value: Supplier = {
rate: 10,
},
taxNumber: "US123945459",
taxable: true,
currency: "USD",
account: {
id: "123456",
Expand Down Expand Up @@ -183,6 +184,7 @@ let value: Supplier = {
| `notes` | *string* | :heavy_minus_sign: | Some notes about this supplier | Some notes about this supplier |
| `taxRate` | [components.LinkedTaxRate](../../models/components/linkedtaxrate.md) | :heavy_minus_sign: | N/A | |
| `taxNumber` | *string* | :heavy_minus_sign: | N/A | US123945459 |
| `taxable` | *boolean* | :heavy_minus_sign: | Whether the entity is subject to taxation | true |
| `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 |
| `account` | [components.LinkedLedgerAccount](../../models/components/linkedledgeraccount.md) | :heavy_minus_sign: | N/A | |
| `status` | [components.SupplierStatus](../../models/components/supplierstatus.md) | :heavy_minus_sign: | Supplier status | active |
Expand Down
Loading