Skip to content

Commit ee3a6d6

Browse files
github-actions[bot]speakeasybotspeakeasy-github[bot]
authored
chore: 🐝 Update SDK - Generate 0.34.4 (#87)
* ## Typescript SDK Changes Detected: * `apideck.accounting.customers.list()`: `response.data.[].taxable` **Added** * `apideck.accounting.customers.create()`: * `request.customer.taxable` **Added** * `apideck.accounting.customers.get()`: `response.data.taxable` **Added** * `apideck.accounting.customers.update()`: * `request.customer.taxable` **Added** * `apideck.accounting.suppliers.list()`: `response.data.[].taxable` **Added** * `apideck.accounting.suppliers.create()`: * `request.supplier.taxable` **Added** * `apideck.accounting.suppliers.get()`: `response.data.taxable` **Added** * `apideck.accounting.suppliers.update()`: * `request.supplier.taxable` **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 b3aefce commit ee3a6d6

25 files changed

+112
-28
lines changed

β€Ž.speakeasy/gen.lockβ€Ž

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

β€Ž.speakeasy/gen.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ generation:
2828
generateNewTests: true
2929
skipResponseBodyAssertions: false
3030
typescript:
31-
version: 0.34.3
31+
version: 0.34.4
3232
acceptHeaderEnum: true
3333
additionalDependencies:
3434
dependencies: {}

β€Ž.speakeasy/workflow.lockβ€Ž

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ speakeasyVersion: 1.653.0
22
sources:
33
Apideck-OAS:
44
sourceNamespace: apideck-oas
5-
sourceRevisionDigest: sha256:b784fd89eb398c4da009bd986bd94e73f4dc52c16f93e4fc63509323ec5bc4e1
6-
sourceBlobDigest: sha256:c53104ab75328b4e294f5bccfb4b8efb6646bfaf792b37702386d88ab5d2611b
5+
sourceRevisionDigest: sha256:bc81cbffacf9ce4767ace293cbaef11d3e61151f63396a4deb31a80a29b99bef
6+
sourceBlobDigest: sha256:0f0efb99140225bbbea2efaa2df2e0d6e5929d70b7a67f01099e32e34498e927
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1762795607
10-
- 10.21.13
9+
- speakeasy-sdk-regen-1762860470
10+
- 10.21.14
1111
targets:
1212
apideck:
1313
source: Apideck-OAS
1414
sourceNamespace: apideck-oas
15-
sourceRevisionDigest: sha256:b784fd89eb398c4da009bd986bd94e73f4dc52c16f93e4fc63509323ec5bc4e1
16-
sourceBlobDigest: sha256:c53104ab75328b4e294f5bccfb4b8efb6646bfaf792b37702386d88ab5d2611b
15+
sourceRevisionDigest: sha256:bc81cbffacf9ce4767ace293cbaef11d3e61151f63396a4deb31a80a29b99bef
16+
sourceBlobDigest: sha256:0f0efb99140225bbbea2efaa2df2e0d6e5929d70b7a67f01099e32e34498e927
1717
codeSamplesNamespace: apideck-oas-typescript-code-samples
18-
codeSamplesRevisionDigest: sha256:38767e2a7ffb1905c4c2d7054e315a1d39468bcf62393dfd9c584fb0ad4c58cc
18+
codeSamplesRevisionDigest: sha256:2bfe171b9aacfa62288dbdd4b2899ada6889c7e29a28d46a5567d9ce78a12b68
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
@@ -588,4 +588,14 @@ Based on:
588588
### Generated
589589
- [typescript v0.34.3] .
590590
### Releases
591-
- [NPM v0.34.3] https://www.npmjs.com/package/@apideck/unify/v/0.34.3 - .
591+
- [NPM v0.34.3] https://www.npmjs.com/package/@apideck/unify/v/0.34.3 - .
592+
593+
## 2025-11-11 11:27:27
594+
### Changes
595+
Based on:
596+
- OpenAPI Doc
597+
- Speakeasy CLI 1.653.0 (2.748.0) https://github.com/speakeasy-api/speakeasy
598+
### Generated
599+
- [typescript v0.34.4] .
600+
### Releases
601+
- [NPM v0.34.4] https://www.npmjs.com/package/@apideck/unify/v/0.34.4 - .

β€Ždocs/models/components/customer.mdβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ let value: Customer = {
9797
rate: 10,
9898
},
9999
taxNumber: "US123945459",
100+
taxable: true,
100101
currency: "USD",
101102
account: {
102103
id: "123456",
@@ -168,6 +169,7 @@ let value: Customer = {
168169
| `notes` | *string* | :heavy_minus_sign: | Some notes about this customer | Some notes about this customer |
169170
| `taxRate` | [components.LinkedTaxRate](../../models/components/linkedtaxrate.md) | :heavy_minus_sign: | N/A | |
170171
| `taxNumber` | *string* | :heavy_minus_sign: | N/A | US123945459 |
172+
| `taxable` | *boolean* | :heavy_minus_sign: | Whether the entity is subject to taxation | true |
171173
| `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 |
172174
| `account` | [components.LinkedLedgerAccount](../../models/components/linkedledgeraccount.md) | :heavy_minus_sign: | N/A | |
173175
| `parent` | [components.LinkedParentCustomer](../../models/components/linkedparentcustomer.md) | :heavy_minus_sign: | The parent customer this entity is linked to. | |

β€Ždocs/models/components/customerinput.mdβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ let value: CustomerInput = {
9494
rate: 10,
9595
},
9696
taxNumber: "US123945459",
97+
taxable: true,
9798
currency: "USD",
9899
account: {
99100
id: "123456",
@@ -162,6 +163,7 @@ let value: CustomerInput = {
162163
| `notes` | *string* | :heavy_minus_sign: | Some notes about this customer | Some notes about this customer |
163164
| `taxRate` | [components.LinkedTaxRateInput](../../models/components/linkedtaxrateinput.md) | :heavy_minus_sign: | N/A | |
164165
| `taxNumber` | *string* | :heavy_minus_sign: | N/A | US123945459 |
166+
| `taxable` | *boolean* | :heavy_minus_sign: | Whether the entity is subject to taxation | true |
165167
| `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 |
166168
| `account` | [components.LinkedLedgerAccount](../../models/components/linkedledgeraccount.md) | :heavy_minus_sign: | N/A | |
167169
| `parent` | [components.LinkedParentCustomer](../../models/components/linkedparentcustomer.md) | :heavy_minus_sign: | The parent customer this entity is linked to. | |

β€Ždocs/models/components/getcustomerresponse.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ let value: GetCustomerResponse = {
105105
rate: 10,
106106
},
107107
taxNumber: "US123945459",
108+
taxable: true,
108109
currency: "USD",
109110
account: {
110111
id: "123456",

β€Ždocs/models/components/getcustomersresponse.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ let value: GetCustomersResponse = {
106106
rate: 10,
107107
},
108108
taxNumber: "US123945459",
109+
taxable: true,
109110
currency: "USD",
110111
account: {
111112
id: "123456",

β€Ždocs/models/components/getsupplierresponse.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ let value: GetSupplierResponse = {
104104
rate: 10,
105105
},
106106
taxNumber: "US123945459",
107+
taxable: true,
107108
currency: "USD",
108109
account: {
109110
id: "123456",

β€Ždocs/models/components/getsuppliersresponse.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ let value: GetSuppliersResponse = {
105105
rate: 10,
106106
},
107107
taxNumber: "US123945459",
108+
taxable: true,
108109
currency: "USD",
109110
account: {
110111
id: "123456",

0 commit comments

Comments
Β (0)