Skip to content

Commit b38474c

Browse files
authored
Merge pull request #12 from apideck-libraries/speakeasy-sdk-regen-1736845592
chore: 🐝 Update SDK - Generate 0.3.1
2 parents 2054920 + 0ecee0a commit b38474c

Some content is hidden

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

96 files changed

+315
-279
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: 3e6be91e9344532273c404d73c679c75
4+
docChecksum: 8d9c85df713492bb9fe416a01201df13
55
docVersion: 10.9.1
6-
speakeasyVersion: 1.468.2
7-
generationVersion: 2.493.4
8-
releaseVersion: 0.3.0
9-
configChecksum: ca3109220ddf26fdf903464e458a6e08
6+
speakeasyVersion: 1.468.5
7+
generationVersion: 2.493.11
8+
releaseVersion: 0.3.1
9+
configChecksum: 53ebf843ea192bd9f09d15b486bc4183
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
@@ -13,7 +13,7 @@ generation:
1313
oAuth2ClientCredentialsEnabled: true
1414
oAuth2PasswordEnabled: true
1515
csharp:
16-
version: 0.3.0
16+
version: 0.3.1
1717
additionalDependencies: []
1818
author: Speakeasy
1919
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.468.2
1+
speakeasyVersion: 1.468.5
22
sources:
33
Apideck:
44
sourceNamespace: apideck
5-
sourceRevisionDigest: sha256:398f3d6f7fb37c9251d5f43246bdc43b2a09bff4604e85f7446c5dbcdcd8d510
6-
sourceBlobDigest: sha256:1e78671fb92cb70f8fa841954cdf04bf93b9d1ec434b1d795fc1de5c456f0367
5+
sourceRevisionDigest: sha256:ec6439a15212d6b9f1669d418ac175acbd4d9fa40a20c740ab32fdcd4b1a1c80
6+
sourceBlobDigest: sha256:e49054352f142b1d04915c13e5da0a7ab0a031c52609cf3b00a1a7c46cbc6970
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1736295089
9+
- speakeasy-sdk-regen-1736845592
1010
- 10.9.1
1111
targets:
1212
apideck:
1313
source: Apideck
1414
sourceNamespace: apideck
15-
sourceRevisionDigest: sha256:398f3d6f7fb37c9251d5f43246bdc43b2a09bff4604e85f7446c5dbcdcd8d510
16-
sourceBlobDigest: sha256:1e78671fb92cb70f8fa841954cdf04bf93b9d1ec434b1d795fc1de5c456f0367
15+
sourceRevisionDigest: sha256:ec6439a15212d6b9f1669d418ac175acbd4d9fa40a20c740ab32fdcd4b1a1c80
16+
sourceBlobDigest: sha256:e49054352f142b1d04915c13e5da0a7ab0a031c52609cf3b00a1a7c46cbc6970
1717
codeSamplesNamespace: apideck-csharp-code-samples
18-
codeSamplesRevisionDigest: sha256:f47b0790fa3c638e2dbd37265d97ad188ed6bbe6c0d0dfc887044de2b59927e8
18+
codeSamplesRevisionDigest: sha256:84212f42bfec31bf06cbeef53e96cf7ceca75db775ce710adb6c248ef239c9ee
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

CONTRIBUTING.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Contributing to This Repository
2+
3+
Thank you for your interest in contributing to this repository. Please note that this repository contains generated code. As such, we do not accept direct changes or pull requests. Instead, we encourage you to follow the guidelines below to report issues and suggest improvements.
4+
5+
## How to Report Issues
6+
7+
If you encounter any bugs or have suggestions for improvements, please open an issue on GitHub. When reporting an issue, please provide as much detail as possible to help us reproduce the problem. This includes:
8+
9+
- A clear and descriptive title
10+
- Steps to reproduce the issue
11+
- Expected and actual behavior
12+
- Any relevant logs, screenshots, or error messages
13+
- Information about your environment (e.g., operating system, software versions)
14+
- For example can be collected using the `npx envinfo` command from your terminal if you have Node.js installed
15+
16+
## Issue Triage and Upstream Fixes
17+
18+
We will review and triage issues as quickly as possible. Our goal is to address bugs and incorporate improvements in the upstream source code. Fixes will be included in the next generation of the generated code.
19+
20+
## Contact
21+
22+
If you have any questions or need further assistance, please feel free to reach out by opening an issue.
23+
24+
Thank you for your understanding and cooperation!
25+
26+
The Maintainers

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,14 @@ Based on:
6868
### Generated
6969
- [csharp v0.3.0] .
7070
### Releases
71-
- [NuGet v0.3.0] https://www.nuget.org/packages/ApideckUnifySdk/0.3.0 - .
71+
- [NuGet v0.3.0] https://www.nuget.org/packages/ApideckUnifySdk/0.3.0 - .
72+
73+
## 2025-01-14 14:35:23
74+
### Changes
75+
Based on:
76+
- OpenAPI Doc
77+
- Speakeasy CLI 1.468.5 (2.493.11) https://github.com/speakeasy-api/speakeasy
78+
### Generated
79+
- [csharp v0.3.1] .
80+
### Releases
81+
- [NuGet v0.3.1] https://www.nuget.org/packages/ApideckUnifySdk/0.3.1 - .

src/ApideckUnifySdk/Accounting.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ public class Accounting: IAccounting
4444
{
4545
public SDKConfig SDKConfiguration { get; private set; }
4646
private const string _language = "csharp";
47-
private const string _sdkVersion = "0.3.0";
48-
private const string _sdkGenVersion = "2.493.4";
47+
private const string _sdkVersion = "0.3.1";
48+
private const string _sdkGenVersion = "2.493.11";
4949
private const string _openapiDocVersion = "10.9.1";
50-
private const string _userAgent = "speakeasy-sdk/csharp 0.3.0 2.493.4 10.9.1 ApideckUnifySdk";
50+
private const string _userAgent = "speakeasy-sdk/csharp 0.3.1 2.493.11 10.9.1 ApideckUnifySdk";
5151
private string _serverUrl = "";
5252
private ISpeakeasyHttpClient _client;
5353
private Func<ApideckUnifySdk.Models.Components.Security>? _securitySource;

src/ApideckUnifySdk/Activities.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ public class Activities: IActivities
7777
{
7878
public SDKConfig SDKConfiguration { get; private set; }
7979
private const string _language = "csharp";
80-
private const string _sdkVersion = "0.3.0";
81-
private const string _sdkGenVersion = "2.493.4";
80+
private const string _sdkVersion = "0.3.1";
81+
private const string _sdkGenVersion = "2.493.11";
8282
private const string _openapiDocVersion = "10.9.1";
83-
private const string _userAgent = "speakeasy-sdk/csharp 0.3.0 2.493.4 10.9.1 ApideckUnifySdk";
83+
private const string _userAgent = "speakeasy-sdk/csharp 0.3.1 2.493.11 10.9.1 ApideckUnifySdk";
8484
private string _serverUrl = "";
8585
private ISpeakeasyHttpClient _client;
8686
private Func<ApideckUnifySdk.Models.Components.Security>? _securitySource;

src/ApideckUnifySdk/AgedDebtors.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ public class AgedDebtors: IAgedDebtors
3939
{
4040
public SDKConfig SDKConfiguration { get; private set; }
4141
private const string _language = "csharp";
42-
private const string _sdkVersion = "0.3.0";
43-
private const string _sdkGenVersion = "2.493.4";
42+
private const string _sdkVersion = "0.3.1";
43+
private const string _sdkGenVersion = "2.493.11";
4444
private const string _openapiDocVersion = "10.9.1";
45-
private const string _userAgent = "speakeasy-sdk/csharp 0.3.0 2.493.4 10.9.1 ApideckUnifySdk";
45+
private const string _userAgent = "speakeasy-sdk/csharp 0.3.1 2.493.11 10.9.1 ApideckUnifySdk";
4646
private string _serverUrl = "";
4747
private ISpeakeasyHttpClient _client;
4848
private Func<ApideckUnifySdk.Models.Components.Security>? _securitySource;

src/ApideckUnifySdk/ApiResourceCoverage.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ public class ApiResourceCoverage: IApiResourceCoverage
3939
{
4040
public SDKConfig SDKConfiguration { get; private set; }
4141
private const string _language = "csharp";
42-
private const string _sdkVersion = "0.3.0";
43-
private const string _sdkGenVersion = "2.493.4";
42+
private const string _sdkVersion = "0.3.1";
43+
private const string _sdkGenVersion = "2.493.11";
4444
private const string _openapiDocVersion = "10.9.1";
45-
private const string _userAgent = "speakeasy-sdk/csharp 0.3.0 2.493.4 10.9.1 ApideckUnifySdk";
45+
private const string _userAgent = "speakeasy-sdk/csharp 0.3.1 2.493.11 10.9.1 ApideckUnifySdk";
4646
private string _serverUrl = "";
4747
private ISpeakeasyHttpClient _client;
4848
private Func<ApideckUnifySdk.Models.Components.Security>? _securitySource;

src/ApideckUnifySdk/ApiResources.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ public class ApiResources: IApiResources
3939
{
4040
public SDKConfig SDKConfiguration { get; private set; }
4141
private const string _language = "csharp";
42-
private const string _sdkVersion = "0.3.0";
43-
private const string _sdkGenVersion = "2.493.4";
42+
private const string _sdkVersion = "0.3.1";
43+
private const string _sdkGenVersion = "2.493.11";
4444
private const string _openapiDocVersion = "10.9.1";
45-
private const string _userAgent = "speakeasy-sdk/csharp 0.3.0 2.493.4 10.9.1 ApideckUnifySdk";
45+
private const string _userAgent = "speakeasy-sdk/csharp 0.3.1 2.493.11 10.9.1 ApideckUnifySdk";
4646
private string _serverUrl = "";
4747
private ISpeakeasyHttpClient _client;
4848
private Func<ApideckUnifySdk.Models.Components.Security>? _securitySource;

0 commit comments

Comments
 (0)