Skip to content

Commit fbe8773

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.441.0
1 parent 22bb7f4 commit fbe8773

File tree

5 files changed

+27
-11
lines changed

5 files changed

+27
-11
lines changed

.speakeasy/gen.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ management:
55
docVersion: 0.2.0
66
speakeasyVersion: 1.441.0
77
generationVersion: 2.460.1
8-
releaseVersion: 1.4.0
9-
configChecksum: 2e42be5c6bac9686dc03b50dfbc95bd0
10-
repoURL: https://github.com/StyraInc/opa-csharp
8+
releaseVersion: 1.4.1
9+
configChecksum: 9416034850a1892009e0e11da8086df5
10+
repoURL: https://github.com/StyraInc/opa-csharp.git
1111
repoSubDirectory: Styra/Opa/OpenApi/
1212
published: true
1313
features:

.speakeasy/gen.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ generation:
1313
oAuth2ClientCredentialsEnabled: false
1414
oAuth2PasswordEnabled: false
1515
csharp:
16-
version: 1.4.0
16+
version: 1.4.1
1717
additionalDependencies: []
1818
author: Styra
1919
clientServerStatusCodesAsErrors: true

.speakeasy/workflow.lock

+10-4
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
1-
speakeasyVersion: 1.397.2
1+
speakeasyVersion: 1.441.0
22
sources:
33
openapi:
44
sourceNamespace: openapi
5-
sourceRevisionDigest: sha256:73a88dbd66b64f892379599b38bf0bc1a328404bc49b9d244124544c4ef1ca86
5+
sourceRevisionDigest: sha256:45e57cd464bfe75e6a1de3212b01a6b3be58716eb31fc1eb3691944b60a4769b
66
sourceBlobDigest: sha256:f76f9d1e8be466eef2d0e9612845ce19f9a5f507682e92d7a4355b3b13eaa921
77
tags:
88
- latest
9-
- main
9+
- speakeasy-sdk-regen-1731969825
1010
targets:
1111
first-target:
1212
source: openapi
1313
sourceNamespace: openapi
14-
sourceRevisionDigest: sha256:73a88dbd66b64f892379599b38bf0bc1a328404bc49b9d244124544c4ef1ca86
14+
sourceRevisionDigest: sha256:45e57cd464bfe75e6a1de3212b01a6b3be58716eb31fc1eb3691944b60a4769b
1515
sourceBlobDigest: sha256:f76f9d1e8be466eef2d0e9612845ce19f9a5f507682e92d7a4355b3b13eaa921
16+
codeSamplesNamespace: openapi-code-samples
17+
codeSamplesRevisionDigest: sha256:1bb9d7b51457be2e9a2d59848fc30a4e4a8e7ff3394c0d7aac6fca3dc11d7990
1618
workflow:
1719
workflowVersion: 1.0.0
1820
speakeasyVersion: latest
@@ -29,3 +31,7 @@ workflow:
2931
publish:
3032
nuget:
3133
apiKey: $nuget_api_key
34+
codeSamples:
35+
registry:
36+
location: registry.speakeasyapi.dev/styra/styra/openapi-code-samples
37+
blocking: false

RELEASES.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -295,4 +295,14 @@ Based on:
295295
### Generated
296296
- [csharp v1.3.7] .
297297
### Releases
298-
- [NuGet v1.3.7] https://www.nuget.org/packages/Styra.Opa.OpenApi/1.3.7 - .
298+
- [NuGet v1.3.7] https://www.nuget.org/packages/Styra.Opa.OpenApi/1.3.7 - .
299+
300+
## 2024-11-18 22:43:42
301+
### Changes
302+
Based on:
303+
- OpenAPI Doc
304+
- Speakeasy CLI 1.441.0 (2.460.1) https://github.com/speakeasy-api/speakeasy
305+
### Generated
306+
- [csharp v1.4.1] .
307+
### Releases
308+
- [NuGet v1.4.1] https://www.nuget.org/packages/Styra.Opa.OpenApi/1.4.1 - .

Styra/Opa/OpenApi/OpaApiClient.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,10 @@ public class OpaApiClient: IOpaApiClient
103103
public SDKConfig SDKConfiguration { get; private set; }
104104

105105
private const string _language = "csharp";
106-
private const string _sdkVersion = "1.4.0";
106+
private const string _sdkVersion = "1.4.1";
107107
private const string _sdkGenVersion = "2.460.1";
108108
private const string _openapiDocVersion = "0.2.0";
109-
private const string _userAgent = "speakeasy-sdk/csharp 1.4.0 2.460.1 0.2.0 Styra.Opa.OpenApi";
109+
private const string _userAgent = "speakeasy-sdk/csharp 1.4.1 2.460.1 0.2.0 Styra.Opa.OpenApi";
110110
private string _serverUrl = "";
111111
private int _serverIndex = 0;
112112
private ISpeakeasyHttpClient _client;

0 commit comments

Comments
 (0)