Skip to content

Commit 28a4342

Browse files
authored
Merge pull request #56 from apideck-libraries/speakeasy-sdk-regen-1758786486
chore: 🐝 Update SDK - Generate 0.16.0
2 parents 4f8076a + 3261bbd commit 28a4342

File tree

234 files changed

+5225
-658
lines changed

Some content is hidden

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

234 files changed

+5225
-658
lines changed

.speakeasy/gen.lock

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

.speakeasy/gen.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ generation:
2222
generateNewTests: false
2323
skipResponseBodyAssertions: false
2424
csharp:
25-
version: 0.15.1
25+
version: 0.16.0
2626
additionalDependencies: []
2727
author: Speakeasy
2828
baseErrorName: ApideckError
@@ -51,3 +51,4 @@ csharp:
5151
packageTags: ""
5252
responseFormat: envelope-http
5353
sourceDirectory: src
54+
useNodatime: true

.speakeasy/workflow.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.622.1
1+
speakeasyVersion: 1.631.5
22
sources:
33
Apideck:
44
sourceNamespace: apideck
5-
sourceRevisionDigest: sha256:a6bcd5ccb7c969b42e8ad8b17f9f9fada68d5dcb1df1fc9f740c093e6f7a59fb
6-
sourceBlobDigest: sha256:6f9d2a5ef2ad35a10bb779aefcb98d75609448f4b14ea7f9268f7ad166c206a3
5+
sourceRevisionDigest: sha256:8466fef89d87791f5f0afee5f7b12b00ab9a6319fa47aa758e27d022ef33acc2
6+
sourceBlobDigest: sha256:162efb4b84bb4f9f7160b650de3e9296a79801de57cc5a406da58d6c984db407
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1757940179
10-
- 10.20.16
9+
- speakeasy-sdk-regen-1758786486
10+
- 10.21.2
1111
targets:
1212
apideck:
1313
source: Apideck
1414
sourceNamespace: apideck
15-
sourceRevisionDigest: sha256:a6bcd5ccb7c969b42e8ad8b17f9f9fada68d5dcb1df1fc9f740c093e6f7a59fb
16-
sourceBlobDigest: sha256:6f9d2a5ef2ad35a10bb779aefcb98d75609448f4b14ea7f9268f7ad166c206a3
15+
sourceRevisionDigest: sha256:8466fef89d87791f5f0afee5f7b12b00ab9a6319fa47aa758e27d022ef33acc2
16+
sourceBlobDigest: sha256:162efb4b84bb4f9f7160b650de3e9296a79801de57cc5a406da58d6c984db407
1717
codeSamplesNamespace: apideck-csharp-code-samples
18-
codeSamplesRevisionDigest: sha256:e40b06f20ff3ed2c0e4198b7a77645b4067d06941681d0dabe74f4918d4ef513
18+
codeSamplesRevisionDigest: sha256:0e6d030190eeb5e1281d61acab61c801503ac4f46cfd58be0d25f1f1c60957d8
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,14 @@ while(res != null)
309309

310310
* [Get](docs/sdks/profitandloss/README.md#get) - Get Profit and Loss
311311

312+
#### [Accounting.Projects](docs/sdks/projects/README.md)
313+
314+
* [List](docs/sdks/projects/README.md#list) - List projects
315+
* [Create](docs/sdks/projects/README.md#create) - Create project
316+
* [Get](docs/sdks/projects/README.md#get) - Get project
317+
* [Update](docs/sdks/projects/README.md#update) - Update project
318+
* [Delete](docs/sdks/projects/README.md#delete) - Delete project
319+
312320
#### [Accounting.PurchaseOrders](docs/sdks/purchaseorders/README.md)
313321

314322
* [List](docs/sdks/purchaseorders/README.md#list) - List Purchase Orders

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,4 +428,14 @@ Based on:
428428
### Generated
429429
- [csharp v0.15.1] .
430430
### Releases
431-
- [NuGet v0.15.1] https://www.nuget.org/packages/ApideckUnifySdk/0.15.1 - .
431+
- [NuGet v0.15.1] https://www.nuget.org/packages/ApideckUnifySdk/0.15.1 - .
432+
433+
## 2025-10-01 07:48:39
434+
### Changes
435+
Based on:
436+
- OpenAPI Doc
437+
- Speakeasy CLI 1.631.5 (2.716.16) https://github.com/speakeasy-api/speakeasy
438+
### Generated
439+
- [csharp v0.16.0] .
440+
### Releases
441+
- [NuGet v0.16.0] https://www.nuget.org/packages/ApideckUnifySdk/0.16.0 - .

docs/Models/Components/Address.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
| `Line2` | *string* | :heavy_minus_sign: | Line 2 of the address | apt # |
1414
| `Line3` | *string* | :heavy_minus_sign: | Line 3 of the address | Suite # |
1515
| `Line4` | *string* | :heavy_minus_sign: | Line 4 of the address | delivery instructions |
16+
| `Line5` | *string* | :heavy_minus_sign: | Line 5 of the address | Attention: Finance Dept |
1617
| `StreetNumber` | *string* | :heavy_minus_sign: | Street number | 25 |
1718
| `City` | *string* | :heavy_minus_sign: | Name of city. | San Francisco |
1819
| `State` | *string* | :heavy_minus_sign: | Name of state | CA |

docs/Models/Components/BalanceByTransaction.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33

44
## Fields
55

6-
| Field | Type | Required | Description | Example |
7-
| ------------------------------------------------------------------- | ------------------------------------------------------------------- | ------------------------------------------------------------------- | ------------------------------------------------------------------- | ------------------------------------------------------------------- |
8-
| `TransactionId` | *string* | :heavy_minus_sign: | Unique identifier for the transaction. | INV-1001 |
9-
| `TransactionDate` | [LocalDate](https://nodatime.org/3.1.x/api/NodaTime.LocalDate.html) | :heavy_minus_sign: | Date of the transaction. | 2024-01-15 |
10-
| `TransactionType` | [TransactionType](../../Models/Components/TransactionType.md) | :heavy_minus_sign: | Type of the transaction. | invoice |
11-
| `DueDate` | [LocalDate](https://nodatime.org/3.1.x/api/NodaTime.LocalDate.html) | :heavy_minus_sign: | Due date of the transaction. | 2024-02-15 |
12-
| `OriginalAmount` | *double* | :heavy_minus_sign: | Original amount of the transaction. | 1000 |
13-
| `OutstandingBalance` | *double* | :heavy_minus_sign: | Outstanding balance of the transaction. | 800 |
14-
| `TransactionNumber` | *string* | :heavy_minus_sign: | Transaction number of the transaction. | INV-1001 |
6+
| Field | Type | Required | Description | Example |
7+
| ----------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------- |
8+
| `TransactionId` | *string* | :heavy_minus_sign: | Unique identifier for the transaction. | INV-1001 |
9+
| `TransactionDate` | [LocalDate](https://nodatime.org/3.1.x/api/NodaTime.LocalDate.html) | :heavy_minus_sign: | Date of the transaction. | 2024-01-15 |
10+
| `TransactionType` | [BalanceByTransactionTransactionType](../../Models/Components/BalanceByTransactionTransactionType.md) | :heavy_minus_sign: | Type of the transaction. | invoice |
11+
| `DueDate` | [LocalDate](https://nodatime.org/3.1.x/api/NodaTime.LocalDate.html) | :heavy_minus_sign: | Due date of the transaction. | 2024-02-15 |
12+
| `OriginalAmount` | *double* | :heavy_minus_sign: | Original amount of the transaction. | 1000 |
13+
| `OutstandingBalance` | *double* | :heavy_minus_sign: | Outstanding balance of the transaction. | 800 |
14+
| `TransactionNumber` | *string* | :heavy_minus_sign: | Transaction number of the transaction. | INV-1001 |
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# BalanceByTransactionTransactionType
2+
3+
Type of the transaction.
4+
5+
6+
## Values
7+
8+
| Name | Value |
9+
| ------------- | ------------- |
10+
| `Invoice` | invoice |
11+
| `CreditNote` | credit_note |
12+
| `Bill` | bill |
13+
| `Payment` | payment |
14+
| `BillPayment` | bill_payment |
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# BillingMethod
2+
3+
Method used for billing this project
4+
5+
6+
## Values
7+
8+
| Name | Value |
9+
| ------------------ | ------------------ |
10+
| `FixedPrice` | fixed_price |
11+
| `TimeAndMaterials` | time_and_materials |
12+
| `MilestoneBased` | milestone_based |
13+
| `Retainer` | retainer |
14+
| `NonBillable` | non_billable |

docs/Models/Components/CategoriesFilterType.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ The type of the category.
99
| ---------- | ---------- |
1010
| `Supplier` | supplier |
1111
| `Expense` | expense |
12-
| `Revenue` | revenue |
12+
| `Revenue` | revenue |
13+
| `Customer` | customer |

0 commit comments

Comments
 (0)