Skip to content

Commit 252aba2

Browse files
authored
Merge pull request #48 from apideck-libraries/speakeasy-sdk-regen-1754482737
chore: 🐝 Update SDK - Generate 0.13.1
2 parents 869d546 + e4e7960 commit 252aba2

File tree

168 files changed

+965
-417
lines changed

Some content is hidden

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

168 files changed

+965
-417
lines changed

.speakeasy/gen.lock

Lines changed: 32 additions & 26 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.0
24+
version: 0.13.1
2525
additionalDependencies: []
2626
author: Speakeasy
2727
baseErrorName: ApideckError

.speakeasy/workflow.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.598.0
1+
speakeasyVersion: 1.603.0
22
sources:
33
Apideck:
44
sourceNamespace: apideck
5-
sourceRevisionDigest: sha256:b2117d4db46d39c880461fb01badeb49c5cd2c0330161cc8eed05f6a60f38627
6-
sourceBlobDigest: sha256:bf21b440cd621dd5d0cdad1d20fce837728cd0873d661e3f250ad817131590d9
5+
sourceRevisionDigest: sha256:2099998270a9bdeade8ae3fb9b23b68e61f24a1908cee32bc83a8541bc58faee
6+
sourceBlobDigest: sha256:66476ee22ff7a006e0e1b602bf1706916b1e9b06283e2afb4541ffe4ff57b851
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1753277486
10-
- 10.20.2
9+
- speakeasy-sdk-regen-1754482737
10+
- 10.20.6
1111
targets:
1212
apideck:
1313
source: Apideck
1414
sourceNamespace: apideck
15-
sourceRevisionDigest: sha256:b2117d4db46d39c880461fb01badeb49c5cd2c0330161cc8eed05f6a60f38627
16-
sourceBlobDigest: sha256:bf21b440cd621dd5d0cdad1d20fce837728cd0873d661e3f250ad817131590d9
15+
sourceRevisionDigest: sha256:2099998270a9bdeade8ae3fb9b23b68e61f24a1908cee32bc83a8541bc58faee
16+
sourceBlobDigest: sha256:66476ee22ff7a006e0e1b602bf1706916b1e9b06283e2afb4541ffe4ff57b851
1717
codeSamplesNamespace: apideck-csharp-code-samples
18-
codeSamplesRevisionDigest: sha256:a8f5d682d54bfd1427b18a7453180526b5b5f9b65e30066a305f4102d5f89144
18+
codeSamplesRevisionDigest: sha256:6f8490be3e8752f5424453449bc1b1b9fb1a4887d480bc5d277f83fd802d9c12
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
@@ -358,4 +358,14 @@ Based on:
358358
### Generated
359359
- [csharp v0.13.0] .
360360
### Releases
361-
- [NuGet v0.13.0] https://www.nuget.org/packages/ApideckUnifySdk/0.13.0 - .
361+
- [NuGet v0.13.0] https://www.nuget.org/packages/ApideckUnifySdk/0.13.0 - .
362+
363+
## 2025-08-13 12:37:30
364+
### Changes
365+
Based on:
366+
- OpenAPI Doc
367+
- Speakeasy CLI 1.603.0 (2.681.1) https://github.com/speakeasy-api/speakeasy
368+
### Generated
369+
- [csharp v0.13.1] .
370+
### Releases
371+
- [NuGet v0.13.1] https://www.nuget.org/packages/ApideckUnifySdk/0.13.1 - .

docs/Models/Components/Applicant.md

Lines changed: 4 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# ApplicantGender
2+
3+
The gender represents the gender identity of a person.
4+
5+
6+
## Values
7+
8+
| Name | Value |
9+
| -------------- | -------------- |
10+
| `Male` | male |
11+
| `Female` | female |
12+
| `Unisex` | unisex |
13+
| `Other` | other |
14+
| `NotSpecified` | not_specified |

docs/Models/Components/ApplicantInput.md

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

docs/Models/Components/Bill.md

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

docs/Models/Components/BillInput.md

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

docs/Models/Components/BillLineItem.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@
2222
| `DepartmentId` | *string* | :heavy_minus_sign: | The ID of the department | 12345 |
2323
| `SubsidiaryId` | *string* | :heavy_minus_sign: | The ID of the subsidiary | 12345 |
2424
| `CategoryId` | *string* | :heavy_minus_sign: | ID of the category of the line item | 12345 |
25+
| `ShippingId` | *string* | :heavy_minus_sign: | ID of the shipping of the line item | 12345 |
26+
| `Memo` | *string* | :heavy_minus_sign: | Memo | Some memo |
27+
| `Prepaid` | *bool* | :heavy_minus_sign: | Whether the line item is prepaid | true |
28+
| `TaxApplicableOn` | *string* | :heavy_minus_sign: | Tax applicable on | Domestic_Purchase_of_Goods_and_Services |
29+
| `TaxRecoverability` | *string* | :heavy_minus_sign: | Tax recoverability | Fully_Recoverable |
30+
| `TaxMethod` | *string* | :heavy_minus_sign: | Method of tax calculation | Due_to_Supplier |
31+
| `RetentionAmount` | *double* | :heavy_minus_sign: | Retention amount | 1000 |
32+
| `PaymentAmount` | *double* | :heavy_minus_sign: | Payment amount | 1000 |
2533
| `Item` | [LinkedInvoiceItem](../../Models/Components/LinkedInvoiceItem.md) | :heavy_minus_sign: | N/A | |
2634
| `TaxRate` | [LinkedTaxRate](../../Models/Components/LinkedTaxRate.md) | :heavy_minus_sign: | N/A | |
2735
| `LedgerAccount` | [LinkedLedgerAccount](../../Models/Components/LinkedLedgerAccount.md) | :heavy_minus_sign: | N/A | |
@@ -33,4 +41,5 @@
3341
| `UpdatedBy` | *string* | :heavy_minus_sign: | The user who last updated the object. | 12345 |
3442
| `CreatedBy` | *string* | :heavy_minus_sign: | The user who created the object. | 12345 |
3543
| `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 |
36-
| `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 |
44+
| `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 |
45+
| `Worktags` | List<[LinkedWorktag](../../Models/Components/LinkedWorktag.md)> | :heavy_minus_sign: | A list of linked worktags. This is only supported for Workday. | |

0 commit comments

Comments
 (0)