Skip to content

Commit f484831

Browse files
authored
Merge pull request #52 from apideck-libraries/speakeasy-sdk-regen-1755773173
chore: 🐝 Update SDK - Generate 0.13.4
2 parents 5912c5b + 1c31b96 commit f484831

File tree

110 files changed

+376
-211
lines changed

Some content is hidden

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

110 files changed

+376
-211
lines changed

.speakeasy/gen.lock

Lines changed: 12 additions & 7 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
@@ -21,7 +21,7 @@ generation:
2121
generateNewTests: false
2222
skipResponseBodyAssertions: false
2323
csharp:
24-
version: 0.13.3
24+
version: 0.13.4
2525
additionalDependencies: []
2626
author: Speakeasy
2727
baseErrorName: ApideckError

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ speakeasyVersion: 1.606.0
22
sources:
33
Apideck:
44
sourceNamespace: apideck
5-
sourceRevisionDigest: sha256:e5ea8fba027b99de9c624bb61f7c266a58508bdac626f8d1fc4fdeb4d8bc9b84
6-
sourceBlobDigest: sha256:efccea70bb1bc64ecd028b571a9be6c779c1035d26bb927ea98e1053faa39b3d
5+
sourceRevisionDigest: sha256:07681cc944d7e4ed8caf781eba5bd5d0eae8c2058ae7141f2b2bc744cf8c695d
6+
sourceBlobDigest: sha256:59550febc58556eef6a4a1f331887614e8f267d5f44114f2c3dfd5408e90a1bf
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1755697883
10-
- 10.20.9
9+
- speakeasy-sdk-regen-1755773173
10+
- 10.20.10
1111
targets:
1212
apideck:
1313
source: Apideck
1414
sourceNamespace: apideck
15-
sourceRevisionDigest: sha256:e5ea8fba027b99de9c624bb61f7c266a58508bdac626f8d1fc4fdeb4d8bc9b84
16-
sourceBlobDigest: sha256:efccea70bb1bc64ecd028b571a9be6c779c1035d26bb927ea98e1053faa39b3d
15+
sourceRevisionDigest: sha256:07681cc944d7e4ed8caf781eba5bd5d0eae8c2058ae7141f2b2bc744cf8c695d
16+
sourceBlobDigest: sha256:59550febc58556eef6a4a1f331887614e8f267d5f44114f2c3dfd5408e90a1bf
1717
codeSamplesNamespace: apideck-csharp-code-samples
18-
codeSamplesRevisionDigest: sha256:4e46b9f8041095cbff5a237f7ef2f16ec5683e1ea7bd332560c14acd007756cf
18+
codeSamplesRevisionDigest: sha256:5e0d0a82e899aa54b2b36185c753b9fcda630c9f3e712c594a96c48984cc9db7
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
@@ -388,4 +388,14 @@ Based on:
388388
### Generated
389389
- [csharp v0.13.3] .
390390
### Releases
391-
- [NuGet v0.13.3] https://www.nuget.org/packages/ApideckUnifySdk/0.13.3 - .
391+
- [NuGet v0.13.3] https://www.nuget.org/packages/ApideckUnifySdk/0.13.3 - .
392+
393+
## 2025-08-21 11:23:32
394+
### Changes
395+
Based on:
396+
- OpenAPI Doc
397+
- Speakeasy CLI 1.606.0 (2.686.7) https://github.com/speakeasy-api/speakeasy
398+
### Generated
399+
- [csharp v0.13.4] .
400+
### Releases
401+
- [NuGet v0.13.4] https://www.nuget.org/packages/ApideckUnifySdk/0.13.4 - .
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# LinkedTaxDetail
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description | Example |
7+
| ------------------------------------- | ------------------------------------- | ------------------------------------- | ------------------------------------- | ------------------------------------- |
8+
| `Type` | *string* | :heavy_minus_sign: | The type of tax. | GST on Purchases |
9+
| `Number` | *string* | :heavy_minus_sign: | The number of the tax. | 123456 |
10+
| `IsTransactionTax` | *bool* | :heavy_minus_sign: | Whether the tax is a transaction tax. | true |
11+
| `IsPrimaryTax` | *bool* | :heavy_minus_sign: | Whether the tax is a primary tax. | true |
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# LinkedTaxStatusDetail
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description | Example |
7+
| ------------------------------ | ------------------------------ | ------------------------------ | ------------------------------ | ------------------------------ |
8+
| `Country` | *string* | :heavy_minus_sign: | The country of the tax status. | US |
9+
| `TransactionTaxStatus` | *string* | :heavy_minus_sign: | The transaction tax status. | taxable |

docs/Models/Components/Supplier.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,17 @@
3232
| `PaymentMethod` | *string* | :heavy_minus_sign: | Payment method used for the transaction, such as cash, credit card, bank transfer, or check | cash |
3333
| `Terms` | *string* | :heavy_minus_sign: | Terms of payment. | Net 30 days |
3434
| `Channel` | *string* | :heavy_minus_sign: | The channel through which the transaction is processed. | email |
35+
| `IssuedMethod` | *string* | :heavy_minus_sign: | Method of issuance of the purchase order for the supplier | Email |
36+
| `IssuedEmail` | *string* | :heavy_minus_sign: | Email address of the person who issued the purchase order for the supplier | [email protected] |
3537
| `CustomMappings` | Dictionary<String, *object*> | :heavy_minus_sign: | When custom mappings are configured on the resource, the result is included here. | |
3638
| `CustomFields` | List<[CustomField](../../Models/Components/CustomField.md)> | :heavy_minus_sign: | N/A | |
39+
| `TaxDetails` | List<[LinkedTaxDetail](../../Models/Components/LinkedTaxDetail.md)> | :heavy_minus_sign: | N/A | |
40+
| `TaxStatusDetails` | List<[LinkedTaxStatusDetail](../../Models/Components/LinkedTaxStatusDetail.md)> | :heavy_minus_sign: | N/A | |
3741
| `UpdatedBy` | *string* | :heavy_minus_sign: | The user who last updated the object. | 12345 |
3842
| `CreatedBy` | *string* | :heavy_minus_sign: | The user who created the object. | 12345 |
3943
| `UpdatedAt` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | The date and time when the object was last updated. | 2020-09-30T07:43:32.000Z |
4044
| `CreatedAt` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | The date and time when the object was created. | 2020-09-30T07:43:32.000Z |
4145
| `RowVersion` | *string* | :heavy_minus_sign: | A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object. | 1-12345 |
4246
| `PassThrough` | List<[PassThroughBody](../../Models/Components/PassThroughBody.md)> | :heavy_minus_sign: | The pass_through property allows passing service-specific, custom data or structured modifications in request body when creating or updating resources. | |
43-
| `SubsidiaryId` | *string* | :heavy_minus_sign: | The subsidiary the supplier belongs to. | 12345 |
47+
| `SubsidiaryId` | *string* | :heavy_minus_sign: | The subsidiary the supplier belongs to. | 12345 |
48+
| `IntegrationSystemId` | *string* | :heavy_minus_sign: | The integration system the supplier belongs to. | 12345 |

0 commit comments

Comments
 (0)