Skip to content

Commit d8b512b

Browse files
authored
Merge pull request #40 from apideck-libraries/speakeasy-sdk-regen-1749932060
chore: 🐝 Update SDK - Generate 0.12.0
2 parents 8b50bfe + 47a2000 commit d8b512b

File tree

140 files changed

+10491
-1878
lines changed

Some content is hidden

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

140 files changed

+10491
-1878
lines changed

.speakeasy/gen.lock

Lines changed: 8923 additions & 1541 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
@@ -17,7 +17,7 @@ generation:
1717
oAuth2ClientCredentialsEnabled: true
1818
oAuth2PasswordEnabled: true
1919
csharp:
20-
version: 0.11.2
20+
version: 0.12.0
2121
additionalDependencies: []
2222
author: Speakeasy
2323
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.559.0
1+
speakeasyVersion: 1.568.0
22
sources:
33
Apideck:
44
sourceNamespace: apideck
5-
sourceRevisionDigest: sha256:ff4bae39bdf8e4f2acaa1196e7c1517e7f2c59ca83b87785a7e06e3714c0637d
6-
sourceBlobDigest: sha256:b16d87c11cc9c5bbff0fc829bd6621927e10f79ff8f16a6b6eddd3b1bf56e8a1
5+
sourceRevisionDigest: sha256:60f8f38ad054bbdf2e3a6076c380dc3a5ce3c7cd1ff2572d384cec2d5a314f0b
6+
sourceBlobDigest: sha256:4043c2e85efddd3fe9a763fb5532060aa249d5b3437f4df8555ed3ae4f97f795
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1749226426
10-
- 10.17.2
9+
- speakeasy-sdk-regen-1749932060
10+
- 10.18.0
1111
targets:
1212
apideck:
1313
source: Apideck
1414
sourceNamespace: apideck
15-
sourceRevisionDigest: sha256:ff4bae39bdf8e4f2acaa1196e7c1517e7f2c59ca83b87785a7e06e3714c0637d
16-
sourceBlobDigest: sha256:b16d87c11cc9c5bbff0fc829bd6621927e10f79ff8f16a6b6eddd3b1bf56e8a1
15+
sourceRevisionDigest: sha256:60f8f38ad054bbdf2e3a6076c380dc3a5ce3c7cd1ff2572d384cec2d5a314f0b
16+
sourceBlobDigest: sha256:4043c2e85efddd3fe9a763fb5532060aa249d5b3437f4df8555ed3ae4f97f795
1717
codeSamplesNamespace: apideck-csharp-code-samples
18-
codeSamplesRevisionDigest: sha256:1a1814d9a558ae57792ddfe15dae70305713cf84a17abe8c8466273dbb07345c
18+
codeSamplesRevisionDigest: sha256:7495cf71b949c8c6844a72d7f85e845d36f9df556f61a92e0d9870c80009e3b6
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,11 @@ while(res != null)
208208
* [Update](docs/sdks/bills/README.md#update) - Update Bill
209209
* [Delete](docs/sdks/bills/README.md#delete) - Delete Bill
210210

211+
#### [Accounting.Categories](docs/sdks/categories/README.md)
212+
213+
* [List](docs/sdks/categories/README.md#list) - List Categories
214+
* [Get](docs/sdks/categories/README.md#get) - Get Category
215+
211216
#### [Accounting.CompanyInfo](docs/sdks/companyinfo/README.md)
212217

213218
* [Get](docs/sdks/companyinfo/README.md#get) - Get company info

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,4 +288,14 @@ Based on:
288288
### Generated
289289
- [csharp v0.11.2] .
290290
### Releases
291-
- [NuGet v0.11.2] https://www.nuget.org/packages/ApideckUnifySdk/0.11.2 - .
291+
- [NuGet v0.11.2] https://www.nuget.org/packages/ApideckUnifySdk/0.11.2 - .
292+
293+
## 2025-06-23 00:14:16
294+
### Changes
295+
Based on:
296+
- OpenAPI Doc
297+
- Speakeasy CLI 1.568.0 (2.632.2) https://github.com/speakeasy-api/speakeasy
298+
### Generated
299+
- [csharp v0.12.0] .
300+
### Releases
301+
- [NuGet v0.12.0] https://www.nuget.org/packages/ApideckUnifySdk/0.12.0 - .

docs/Models/Components/Bill.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
| `DueDate` | [LocalDate](https://nodatime.org/3.1.x/api/NodaTime.LocalDate.html) | :heavy_minus_sign: | The due date is the date on which a payment is scheduled to be received - YYYY-MM-DD. | 2020-10-30 |
1818
| `PaidDate` | [LocalDate](https://nodatime.org/3.1.x/api/NodaTime.LocalDate.html) | :heavy_minus_sign: | The paid date is the date on which a payment was sent to the supplier - YYYY-MM-DD. | 2020-10-30 |
1919
| `PoNumber` | *string* | :heavy_minus_sign: | A PO Number uniquely identifies a purchase order and is generally defined by the buyer. The buyer will match the PO number in the invoice to the Purchase Order. | 90000117 |
20-
| `Reference` | *string* | :heavy_minus_sign: | Optional bill reference. | 123456 |
20+
| `Reference` | *string* | :heavy_minus_sign: | Optional reference identifier for the transaction. | INV-2024-001 |
2121
| `LineItems` | List<[BillLineItem](../../Models/Components/BillLineItem.md)> | :heavy_minus_sign: | N/A | |
2222
| `Terms` | *string* | :heavy_minus_sign: | Terms of payment. | Net 30 days |
2323
| `Balance` | *double* | :heavy_minus_sign: | Balance of bill due. | 27500 |

docs/Models/Components/BillInput.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
| `DueDate` | [LocalDate](https://nodatime.org/3.1.x/api/NodaTime.LocalDate.html) | :heavy_minus_sign: | The due date is the date on which a payment is scheduled to be received - YYYY-MM-DD. | 2020-10-30 |
1616
| `PaidDate` | [LocalDate](https://nodatime.org/3.1.x/api/NodaTime.LocalDate.html) | :heavy_minus_sign: | The paid date is the date on which a payment was sent to the supplier - YYYY-MM-DD. | 2020-10-30 |
1717
| `PoNumber` | *string* | :heavy_minus_sign: | A PO Number uniquely identifies a purchase order and is generally defined by the buyer. The buyer will match the PO number in the invoice to the Purchase Order. | 90000117 |
18-
| `Reference` | *string* | :heavy_minus_sign: | Optional bill reference. | 123456 |
18+
| `Reference` | *string* | :heavy_minus_sign: | Optional reference identifier for the transaction. | INV-2024-001 |
1919
| `LineItems` | List<[BillLineItemInput](../../Models/Components/BillLineItemInput.md)> | :heavy_minus_sign: | N/A | |
2020
| `Terms` | *string* | :heavy_minus_sign: | Terms of payment. | Net 30 days |
2121
| `Balance` | *double* | :heavy_minus_sign: | Balance of bill due. | 27500 |

0 commit comments

Comments
 (0)