Skip to content

Commit e4dc720

Browse files
github-actions[bot]speakeasybotspeakeasy-github[bot]
authored
chore: 🐝 Update SDK - Generate 0.19.4 (#65)
* ## Csharp 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 a08d324 commit e4dc720

File tree

112 files changed

+255
-217
lines changed

Some content is hidden

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

112 files changed

+255
-217
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
@@ -25,7 +25,7 @@ generation:
2525
generateNewTests: false
2626
skipResponseBodyAssertions: false
2727
csharp:
28-
version: 0.19.3
28+
version: 0.19.4
2929
additionalDependencies: []
3030
author: Speakeasy
3131
baseErrorName: BaseException

.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:
44
sourceNamespace: apideck
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-1762860472
10+
- 10.21.14
1111
targets:
1212
apideck:
1313
source: Apideck
1414
sourceNamespace: apideck
15-
sourceRevisionDigest: sha256:b784fd89eb398c4da009bd986bd94e73f4dc52c16f93e4fc63509323ec5bc4e1
16-
sourceBlobDigest: sha256:c53104ab75328b4e294f5bccfb4b8efb6646bfaf792b37702386d88ab5d2611b
15+
sourceRevisionDigest: sha256:bc81cbffacf9ce4767ace293cbaef11d3e61151f63396a4deb31a80a29b99bef
16+
sourceBlobDigest: sha256:0f0efb99140225bbbea2efaa2df2e0d6e5929d70b7a67f01099e32e34498e927
1717
codeSamplesNamespace: apideck-csharp-code-samples
18-
codeSamplesRevisionDigest: sha256:8062f5cb62365c07686b8fb01ca45c93fa45e916062a02c7ac02da5f4714d2a0
18+
codeSamplesRevisionDigest: sha256:8dffaaabe53988e57eeb51f8aa86528381dcab03a9c5c43f4577201b2e78270a
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
@@ -508,4 +508,14 @@ Based on:
508508
### Generated
509509
- [csharp v0.19.3] .
510510
### Releases
511-
- [NuGet v0.19.3] https://www.nuget.org/packages/ApideckUnifySdk/0.19.3 - .
511+
- [NuGet v0.19.3] https://www.nuget.org/packages/ApideckUnifySdk/0.19.3 - .
512+
513+
## 2025-11-11 11:27:27
514+
### Changes
515+
Based on:
516+
- OpenAPI Doc
517+
- Speakeasy CLI 1.653.0 (2.748.0) https://github.com/speakeasy-api/speakeasy
518+
### Generated
519+
- [csharp v0.19.4] .
520+
### Releases
521+
- [NuGet v0.19.4] https://www.nuget.org/packages/ApideckUnifySdk/0.19.4 - .

docs/Models/Components/Customer.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
| `Notes` | *string* | :heavy_minus_sign: | Some notes about this customer | Some notes about this customer |
2828
| `TaxRate` | [LinkedTaxRate](../../Models/Components/LinkedTaxRate.md) | :heavy_minus_sign: | N/A | |
2929
| `TaxNumber` | *string* | :heavy_minus_sign: | N/A | US123945459 |
30+
| `Taxable` | *bool* | :heavy_minus_sign: | Whether the entity is subject to taxation | true |
3031
| `Currency` | [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 |
3132
| `Account` | [LinkedLedgerAccount](../../Models/Components/LinkedLedgerAccount.md) | :heavy_minus_sign: | N/A | |
3233
| `Parent` | [LinkedParentCustomer](../../Models/Components/LinkedParentCustomer.md) | :heavy_minus_sign: | The parent customer this entity is linked to. | |

docs/Models/Components/CustomerInput.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
| `Notes` | *string* | :heavy_minus_sign: | Some notes about this customer | Some notes about this customer |
2626
| `TaxRate` | [LinkedTaxRateInput](../../Models/Components/LinkedTaxRateInput.md) | :heavy_minus_sign: | N/A | |
2727
| `TaxNumber` | *string* | :heavy_minus_sign: | N/A | US123945459 |
28+
| `Taxable` | *bool* | :heavy_minus_sign: | Whether the entity is subject to taxation | true |
2829
| `Currency` | [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 |
2930
| `Account` | [LinkedLedgerAccount](../../Models/Components/LinkedLedgerAccount.md) | :heavy_minus_sign: | N/A | |
3031
| `Parent` | [LinkedParentCustomer](../../Models/Components/LinkedParentCustomer.md) | :heavy_minus_sign: | The parent customer this entity is linked to. | |

docs/Models/Components/Supplier.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
| `Notes` | *string* | :heavy_minus_sign: | Some notes about this supplier | Some notes about this supplier |
2727
| `TaxRate` | [LinkedTaxRate](../../Models/Components/LinkedTaxRate.md) | :heavy_minus_sign: | N/A | |
2828
| `TaxNumber` | *string* | :heavy_minus_sign: | N/A | US123945459 |
29+
| `Taxable` | *bool* | :heavy_minus_sign: | Whether the entity is subject to taxation | true |
2930
| `Currency` | [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 |
3031
| `Account` | [LinkedLedgerAccount](../../Models/Components/LinkedLedgerAccount.md) | :heavy_minus_sign: | N/A | |
3132
| `Status` | [SupplierStatus](../../Models/Components/SupplierStatus.md) | :heavy_minus_sign: | Supplier status | active |

0 commit comments

Comments
 (0)