Skip to content

Commit a19ebdc

Browse files
ci: regenerated with OpenAPI Doc 3.0.0, Speakeasy CLI 1.201.1 (#256)
Co-authored-by: speakeasybot <bot@speakeasyapi.dev>
1 parent 68ff92b commit a19ebdc

File tree

142 files changed

+1453
-705
lines changed

Some content is hidden

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

142 files changed

+1453
-705
lines changed

platform/.speakeasy/gen.lock

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,25 @@
11
lockVersion: 2.0.0
22
id: 803b84ac-e26a-4a5c-9224-dbc3d0c7712a
33
management:
4-
docChecksum: 1c413a5d3d57588774d54236c89a147e
4+
docChecksum: 6b9afa35a1ca4d8a1834643e80dd9a19
55
docVersion: 3.0.0
66
speakeasyVersion: internal
7-
generationVersion: 2.257.2
8-
releaseVersion: 3.4.0
9-
configChecksum: c35de55f827439e1846a18313bb2cec3
7+
generationVersion: 2.277.0
8+
releaseVersion: 3.5.0
9+
configChecksum: 605930df391788cea1af3125ed3a7244
1010
repoURL: https://github.com/codatio/client-sdk-csharp.git
1111
repoSubDirectory: platform
1212
published: true
1313
features:
1414
csharp:
15-
core: 3.3.2
15+
core: 3.4.3
1616
deprecations: 2.81.2
1717
examples: 2.81.3
18-
globalSecurity: 2.83.0
18+
globalSecurity: 2.83.3
1919
globalServerURLs: 2.82.2
2020
inputOutputModels: 2.83.0
2121
nameOverrides: 2.81.1
22+
webhooks: 1.0.0
2223
generatedFiles:
2324
- CodatPlatform/Settings.cs
2425
- CodatPlatform/Companies.cs
@@ -31,6 +32,7 @@ generatedFiles:
3132
- CodatPlatform/SupplementalData.cs
3233
- CodatPlatform/Webhooks.cs
3334
- CodatPlatform/CodatPlatform.cs
35+
- global.json
3436
- CodatPlatform/Utils/BigIntSerializer.cs
3537
- CodatPlatform/Utils/DecimalSerializer.cs
3638
- CodatPlatform/Utils/EnumSerializer.cs
@@ -119,10 +121,14 @@ generatedFiles:
119121
- CodatPlatform/Models/Operations/GetSupplementalDataConfigurationRequest.cs
120122
- CodatPlatform/Models/Operations/GetSupplementalDataConfigurationResponse.cs
121123
- CodatPlatform/Models/Operations/CreateRuleResponse.cs
124+
- CodatPlatform/Models/Operations/CreateWebhookConsumerResponse.cs
125+
- CodatPlatform/Models/Operations/DeleteWebhookConsumerRequest.cs
126+
- CodatPlatform/Models/Operations/DeleteWebhookConsumerResponse.cs
122127
- CodatPlatform/Models/Operations/GetWebhookRequest.cs
123128
- CodatPlatform/Models/Operations/GetWebhookResponse.cs
124129
- CodatPlatform/Models/Operations/ListRulesRequest.cs
125130
- CodatPlatform/Models/Operations/ListRulesResponse.cs
131+
- CodatPlatform/Models/Operations/ListWebhookConsumersResponse.cs
126132
- CodatPlatform/Models/Shared/ErrorMessage.cs
127133
- CodatPlatform/Models/Shared/ErrorValidation.cs
128134
- CodatPlatform/Models/Shared/ErrorValidationItem.cs
@@ -190,7 +196,10 @@ generatedFiles:
190196
- CodatPlatform/Models/Shared/Webhook.cs
191197
- CodatPlatform/Models/Shared/WebhookNotifier.cs
192198
- CodatPlatform/Models/Shared/CreateRule.cs
199+
- CodatPlatform/Models/Shared/WebhookConsumer.cs
200+
- CodatPlatform/Models/Shared/WebhookConsumerPrototype.cs
193201
- CodatPlatform/Models/Shared/Webhooks.cs
202+
- CodatPlatform/Models/Shared/WebhookConsumers.cs
194203
- CodatPlatform/Models/Shared/Security.cs
195204
- CodatPlatform/Models/Shared/ClientRateLimitReachedWebhook.cs
196205
- CodatPlatform/Models/Shared/ClientRateLimitReachedWebhookData.cs
@@ -293,10 +302,14 @@ generatedFiles:
293302
- docs/Models/Operations/GetSupplementalDataConfigurationRequest.md
294303
- docs/Models/Operations/GetSupplementalDataConfigurationResponse.md
295304
- docs/Models/Operations/CreateRuleResponse.md
305+
- docs/Models/Operations/CreateWebhookConsumerResponse.md
306+
- docs/Models/Operations/DeleteWebhookConsumerRequest.md
307+
- docs/Models/Operations/DeleteWebhookConsumerResponse.md
296308
- docs/Models/Operations/GetWebhookRequest.md
297309
- docs/Models/Operations/GetWebhookResponse.md
298310
- docs/Models/Operations/ListRulesRequest.md
299311
- docs/Models/Operations/ListRulesResponse.md
312+
- docs/Models/Operations/ListWebhookConsumersResponse.md
300313
- docs/Models/Shared/ErrorMessage.md
301314
- docs/Models/Shared/ErrorValidation.md
302315
- docs/Models/Shared/ErrorValidationItem.md
@@ -364,7 +377,10 @@ generatedFiles:
364377
- docs/Models/Shared/Webhook.md
365378
- docs/Models/Shared/WebhookNotifier.md
366379
- docs/Models/Shared/CreateRule.md
380+
- docs/Models/Shared/WebhookConsumer.md
381+
- docs/Models/Shared/WebhookConsumerPrototype.md
367382
- docs/Models/Shared/Webhooks.md
383+
- docs/Models/Shared/WebhookConsumers.md
368384
- docs/Models/Shared/Security.md
369385
- docs/Models/Shared/ClientRateLimitReachedWebhook.md
370386
- docs/Models/Shared/ClientRateLimitReachedWebhookData.md

platform/CodatPlatform/CodatPlatform.cs

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,10 @@ public class CodatPlatform: ICodatPlatform
125125
public SDKConfig SDKConfiguration { get; private set; }
126126

127127
private const string _language = "csharp";
128-
private const string _sdkVersion = "3.4.0";
129-
private const string _sdkGenVersion = "2.257.2";
128+
private const string _sdkVersion = "3.5.0";
129+
private const string _sdkGenVersion = "2.277.0";
130130
private const string _openapiDocVersion = "3.0.0";
131-
private const string _userAgent = "speakeasy-sdk/csharp 3.4.0 2.257.2 3.0.0 Codat.Platform";
131+
private const string _userAgent = "speakeasy-sdk/csharp 3.5.0 2.277.0 3.0.0 Codat.Platform";
132132
private string _serverUrl = "";
133133
private int _serverIndex = 0;
134134
private ISpeakeasyHttpClient _defaultClient;
@@ -170,6 +170,10 @@ public CodatPlatform(Security? security = null, Func<Security>? securitySource =
170170
{
171171
_securitySource = () => security;
172172
}
173+
else
174+
{
175+
throw new Exception("security and securitySource cannot both be null");
176+
}
173177

174178
SDKConfiguration = new SDKConfig()
175179
{

platform/CodatPlatform/CodatPlatform.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<IsPackable>true</IsPackable>
44
<PackageId>Codat.Platform</PackageId>
5-
<Version>3.4.0</Version>
5+
<Version>3.5.0</Version>
66
<Authors>Codat</Authors>
77
<TargetFramework>net6.0</TargetFramework>
88
<Nullable>enable</Nullable>

0 commit comments

Comments
 (0)