Skip to content

Commit 3900878

Browse files
authored
Merge pull request #38 from apideck-libraries/speakeasy-sdk-regen-1748856961
chore: 🐝 Update SDK - Generate 0.11.1
2 parents 1608491 + 0c0bd53 commit 3900878

File tree

105 files changed

+221
-208
lines changed

Some content is hidden

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

105 files changed

+221
-208
lines changed

.speakeasy/gen.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: f306da52-7172-441d-9f8c-9d055cef9c2a
33
management:
4-
docChecksum: d3a631039ef3972a6ba543f5005a6dfe
4+
docChecksum: 44787a7a83de7e825d52591063ea6b13
55
docVersion: 10.17.2
6-
speakeasyVersion: 1.554.1
7-
generationVersion: 2.616.1
8-
releaseVersion: 0.11.0
9-
configChecksum: d0c6907c2725af90faa39eea8405f678
6+
speakeasyVersion: 1.555.0
7+
generationVersion: 2.618.0
8+
releaseVersion: 0.11.1
9+
configChecksum: c78b84a4309c6037b00df24dc3fce74f
1010
repoURL: https://github.com/apideck-libraries/sdk-csharp.git
1111
published: true
1212
features:

.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.0
20+
version: 0.11.1
2121
additionalDependencies: []
2222
author: Speakeasy
2323
clientServerStatusCodesAsErrors: true

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.554.1
1+
speakeasyVersion: 1.555.0
22
sources:
33
Apideck:
44
sourceNamespace: apideck
5-
sourceRevisionDigest: sha256:271317d4e2c72def5ea337af2e5aaf7beda16574e8bfbb22a2906c61d303786b
6-
sourceBlobDigest: sha256:5141da87d5a2f28dd7d9bec34f917f139cd1ddbd9ae295ebce43c6bc040adaed
5+
sourceRevisionDigest: sha256:5e26617dc37c30ccdaa63c344c7e0459409433582bc532f345fcecfa622bb6ef
6+
sourceBlobDigest: sha256:56d1ef43c8d49e89407bc967e1cd9b9eeb54029bf17113e1c6914056084805da
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1748269648
9+
- speakeasy-sdk-regen-1748856961
1010
- 10.17.2
1111
targets:
1212
apideck:
1313
source: Apideck
1414
sourceNamespace: apideck
15-
sourceRevisionDigest: sha256:271317d4e2c72def5ea337af2e5aaf7beda16574e8bfbb22a2906c61d303786b
16-
sourceBlobDigest: sha256:5141da87d5a2f28dd7d9bec34f917f139cd1ddbd9ae295ebce43c6bc040adaed
15+
sourceRevisionDigest: sha256:5e26617dc37c30ccdaa63c344c7e0459409433582bc532f345fcecfa622bb6ef
16+
sourceBlobDigest: sha256:56d1ef43c8d49e89407bc967e1cd9b9eeb54029bf17113e1c6914056084805da
1717
codeSamplesNamespace: apideck-csharp-code-samples
18-
codeSamplesRevisionDigest: sha256:0a98da334e3f9581ff20e18f9eb53a1c9e846ada1f4a733c2ce0ad2e3ed5b4a1
18+
codeSamplesRevisionDigest: sha256:6279379a451575b3bc50d4a58bd54e5deeeeb4b7097d7cac2b17def815111a97
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
@@ -268,4 +268,14 @@ Based on:
268268
### Generated
269269
- [csharp v0.11.0] .
270270
### Releases
271-
- [NuGet v0.11.0] https://www.nuget.org/packages/ApideckUnifySdk/0.11.0 - .
271+
- [NuGet v0.11.0] https://www.nuget.org/packages/ApideckUnifySdk/0.11.0 - .
272+
273+
## 2025-06-03 13:43:10
274+
### Changes
275+
Based on:
276+
- OpenAPI Doc
277+
- Speakeasy CLI 1.555.0 (2.618.0) https://github.com/speakeasy-api/speakeasy
278+
### Generated
279+
- [csharp v0.11.1] .
280+
### Releases
281+
- [NuGet v0.11.1] https://www.nuget.org/packages/ApideckUnifySdk/0.11.1 - .

docs/Models/Components/CostOfGoodsSold.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ The cost of goods sold accounts
1111
| `Code` | *string* | :heavy_minus_sign: | The account code of the account | 1100 |
1212
| `Title` | *string* | :heavy_minus_sign: | The name of the account. | Current assets |
1313
| `Type` | [ProfitAndLossType](../../Models/Components/ProfitAndLossType.md) | :heavy_minus_sign: | The type of profit and loss | Section |
14-
| `Total` | *double* | :heavy_check_mark: | The aggregated total of all accounts within this category. | 1000 |
14+
| `Total` | *double* | :heavy_minus_sign: | The aggregated total of all accounts within this category. | 1000 |
1515
| `Records` | *object* | :heavy_check_mark: | N/A | |

docs/Models/Components/JournalEntryStatus.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ Journal entry status
1313
| `Posted` | posted |
1414
| `Voided` | voided |
1515
| `Rejected` | rejected |
16-
| `Deleted` | deleted |
16+
| `Deleted` | deleted |
17+
| `Other` | other |

docs/Models/Components/ProfitAndLoss.md

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/Models/Components/ProfitAndLossIndicator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66
| Field | Type | Required | Description | Example |
77
| --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | --------------------------------------------- |
8-
| `Total` | *double* | :heavy_check_mark: | The total amount of the transaction or record | 49.99 |
8+
| `Total` | *double* | :heavy_minus_sign: | The total amount of the transaction or record | 49.99 |

src/ApideckUnifySdk/Accounting.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ public class Accounting: IAccounting
4747
{
4848
public SDKConfig SDKConfiguration { get; private set; }
4949
private const string _language = "csharp";
50-
private const string _sdkVersion = "0.11.0";
51-
private const string _sdkGenVersion = "2.616.1";
50+
private const string _sdkVersion = "0.11.1";
51+
private const string _sdkGenVersion = "2.618.0";
5252
private const string _openapiDocVersion = "10.17.2";
5353
public ITaxRates TaxRates { get; private set; }
5454
public IBills Bills { get; private set; }

src/ApideckUnifySdk/Activities.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ public class Activities: IActivities
7777
{
7878
public SDKConfig SDKConfiguration { get; private set; }
7979
private const string _language = "csharp";
80-
private const string _sdkVersion = "0.11.0";
81-
private const string _sdkGenVersion = "2.616.1";
80+
private const string _sdkVersion = "0.11.1";
81+
private const string _sdkGenVersion = "2.618.0";
8282
private const string _openapiDocVersion = "10.17.2";
8383

8484
public Activities(SDKConfig config)

0 commit comments

Comments
 (0)