Skip to content

Commit

Permalink
Merge pull request #18 from wingspanHQ/speakeasy-sdk-regen-1698677498
Browse files Browse the repository at this point in the history
chore: speakeasy sdk regeneration - Generate Client SDKs for Wingspan users
  • Loading branch information
wingspanandrew authored Oct 30, 2023
2 parents bff6506 + 03c8ec2 commit d60d85e
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 14 deletions.
2 changes: 0 additions & 2 deletions users/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

<!-- Start Dev Containers -->



<!-- End Dev Containers -->

<!-- Placeholder for Future Speakeasy SDK Sections -->
Expand Down
12 changes: 11 additions & 1 deletion users/RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,14 @@ Based on:
### Generated
- [csharp v0.1.0] users
### Releases
- [NuGet v0.1.0] https://www.nuget.org/packages/openapi/0.1.0 - users
- [NuGet v0.1.0] https://www.nuget.org/packages/openapi/0.1.0 - users

## 2023-10-30 14:51:36
### Changes
Based on:
- OpenAPI Doc 1.0.0 https://docs.wingspan.app/openapi/6470f38d65c260000c025474
- Speakeasy CLI 1.109.0 (2.173.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [csharp v1.0.0] users
### Releases
- [NuGet v1.0.0] https://www.nuget.org/packages/WingspanUsers/1.0.0 - users
4 changes: 2 additions & 2 deletions users/SDK/SDK.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<IsPackable>true</IsPackable>
<PackageId>openapi</PackageId>
<Version>0.1.0</Version>
<PackageId>WingspanUsers</PackageId>
<Version>1.0.0</Version>
<Authors>Speakeasy</Authors>
<TargetFramework>net5.0</TargetFramework>
<Nullable>enable</Nullable>
Expand Down
8 changes: 4 additions & 4 deletions users/SDK/SDKSDK.cs
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ public class SDKSDK: ISDKSDK
};

private const string _language = "csharp";
private const string _sdkVersion = "0.1.0";
private const string _sdkGenVersion = "2.171.0";
private const string _sdkVersion = "1.0.0";
private const string _sdkGenVersion = "2.173.0";
private const string _openapiDocVersion = "1.0.0";
private const string _userAgent = "speakeasy-sdk/csharp 0.1.0 2.171.0 1.0.0 openapi";
private const string _userAgent = "speakeasy-sdk/csharp 1.0.0 2.173.0 1.0.0 WingspanUsers";
private string _serverUrl = "";
private ISpeakeasyHttpClient _defaultClient;
private ISpeakeasyHttpClient _securityClient;
Expand Down Expand Up @@ -315,4 +315,4 @@ public async Task<PatchBenefitsServiceIdResponse> PatchBenefitsServiceIdAsync(st
return response;
}
}
}
}
10 changes: 5 additions & 5 deletions users/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ configVersion: 1.0.0
management:
docChecksum: e377727f5ba4f1205fcadb3246757bab
docVersion: 1.0.0
speakeasyVersion: 1.107.0
generationVersion: 2.171.0
speakeasyVersion: 1.109.0
generationVersion: 2.173.0
generation:
repoURL: https://github.com/wingspanHQ/client-sdk-csharp.git
sdkClassName: SDK
Expand All @@ -14,10 +14,10 @@ features:
flattening: 2.81.1
globalServerURLs: 2.82.0
csharp:
version: 0.1.0
author: Speakeasy
version: 1.0.0
author: Wingspan Networks, Inc.
dotnetVersion: net5.0
maxMethodParams: 4
packageName: openapi
packageName: WingspanUsers
published: true
repoSubDirectory: users

0 comments on commit d60d85e

Please sign in to comment.