Skip to content

Commit 175e726

Browse files
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.423.1 (#316)
Co-authored-by: speakeasybot <bot@speakeasyapi.dev>
1 parent af1c860 commit 175e726

File tree

115 files changed

+2007
-2194
lines changed

Some content is hidden

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

115 files changed

+2007
-2194
lines changed

.speakeasy/workflow.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ sources:
1616
- main
1717
platform-source:
1818
sourceNamespace: platform-source
19-
sourceRevisionDigest: sha256:63cd9348c74d8931dbcbeaefdb72a6d1d62e739c2863ffd9eaee728cc1f61f98
20-
sourceBlobDigest: sha256:e1e3f4c3ed16022322bc656bb0e4ef28c04fff8c92c271cc859c6e2b32af5613
19+
sourceRevisionDigest: sha256:79a4904b9895618d236f55146f7a48a82d552ac798f86927edd76800692421c6
20+
sourceBlobDigest: sha256:e4fb24c2ca300a5005adef27857ad9afba70f056e51a84fb38368609c61cafc8
2121
tags:
2222
- latest
2323
- main
@@ -70,8 +70,8 @@ targets:
7070
platform-library:
7171
source: platform-source
7272
sourceNamespace: platform-source
73-
sourceRevisionDigest: sha256:63cd9348c74d8931dbcbeaefdb72a6d1d62e739c2863ffd9eaee728cc1f61f98
74-
sourceBlobDigest: sha256:e1e3f4c3ed16022322bc656bb0e4ef28c04fff8c92c271cc859c6e2b32af5613
73+
sourceRevisionDigest: sha256:79a4904b9895618d236f55146f7a48a82d552ac798f86927edd76800692421c6
74+
sourceBlobDigest: sha256:e4fb24c2ca300a5005adef27857ad9afba70f056e51a84fb38368609c61cafc8
7575
sync-for-commerce-library:
7676
source: sync-for-commerce-source
7777
sourceNamespace: sync-for-commerce-source

platform/.speakeasy/gen.lock

Lines changed: 80 additions & 46 deletions
Large diffs are not rendered by default.

platform/.speakeasy/gen.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ generation:
1212
auth:
1313
oAuth2ClientCredentialsEnabled: false
1414
csharp:
15-
version: 4.0.0
15+
version: 5.0.0
1616
additionalDependencies: []
1717
author: Codat
1818
clientServerStatusCodesAsErrors: true
@@ -36,3 +36,4 @@ csharp:
3636
packageName: Codat.Platform
3737
packageTags: ""
3838
responseFormat: envelope
39+
sourceDirectory: ""

platform/Codat/Platform/Codat.Platform.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<IsPackable>true</IsPackable>
55
<PackageId>Codat.Platform</PackageId>
6-
<Version>4.0.0</Version>
6+
<Version>5.0.0</Version>
77
<TargetFramework>net8.0</TargetFramework>
88
<Authors>Codat</Authors>
99
<Copyright>Copyright (c) Codat 2024</Copyright>
@@ -24,7 +24,6 @@ These end points cover creating and managing your companies, data connections, a
2424
| Companies | Create and manage your SMB users' companies. |
2525
| Connections | Create new and manage existing data connections for a company. |
2626
| Connection management | Configure connection management UI and retrieve access tokens for authentication. |
27-
| Groups | Define and manage sets of companies based on a chosen characteristic. |
2827
| Webhooks | Create and manage webhooks that listen to Codat's events. |
2928
| Integrations | Get a list of integrations supported by Codat and their logos. |
3029
| Refresh data | Initiate data refreshes, view pull status and history. |

platform/Codat/Platform/CodatPlatform.cs

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ namespace Codat.Platform
3939
/// | Companies | Create and manage your SMB users&apos; companies. |<br/>
4040
/// | Connections | Create new and manage existing data connections for a company. |<br/>
4141
/// | Connection management | Configure connection management UI and retrieve access tokens for authentication. |<br/>
42-
/// | Groups | Define and manage sets of companies based on a chosen characteristic. |<br/>
4342
/// | Webhooks | Create and manage webhooks that listen to Codat&apos;s events. |<br/>
4443
/// | Integrations | Get a list of integrations supported by Codat and their logos. |<br/>
4544
/// | Refresh data | Initiate data refreshes, view pull status and history. |<br/>
@@ -73,11 +72,6 @@ public interface ICodatPlatform
7372
/// </summary>
7473
public IRefreshData RefreshData { get; }
7574

76-
/// <summary>
77-
/// Define and manage sets of companies based on a chosen characteristic.
78-
/// </summary>
79-
public IGroups Groups { get; }
80-
8175
/// <summary>
8276
/// Create and manage webhooks that listen to Codat&apos;s events.
8377
/// </summary>
@@ -163,7 +157,6 @@ public ISpeakeasyHttpClient InitHooks(ISpeakeasyHttpClient client)
163157
/// | Companies | Create and manage your SMB users&apos; companies. |<br/>
164158
/// | Connections | Create new and manage existing data connections for a company. |<br/>
165159
/// | Connection management | Configure connection management UI and retrieve access tokens for authentication. |<br/>
166-
/// | Groups | Define and manage sets of companies based on a chosen characteristic. |<br/>
167160
/// | Webhooks | Create and manage webhooks that listen to Codat&apos;s events. |<br/>
168161
/// | Integrations | Get a list of integrations supported by Codat and their logos. |<br/>
169162
/// | Refresh data | Initiate data refreshes, view pull status and history. |<br/>
@@ -179,10 +172,10 @@ public class CodatPlatform: ICodatPlatform
179172
public SDKConfig SDKConfiguration { get; private set; }
180173

181174
private const string _language = "csharp";
182-
private const string _sdkVersion = "4.0.0";
183-
private const string _sdkGenVersion = "2.415.6";
175+
private const string _sdkVersion = "5.0.0";
176+
private const string _sdkGenVersion = "2.442.11";
184177
private const string _openapiDocVersion = "3.0.0";
185-
private const string _userAgent = "speakeasy-sdk/csharp 4.0.0 2.415.6 3.0.0 Codat.Platform";
178+
private const string _userAgent = "speakeasy-sdk/csharp 5.0.0 2.442.11 3.0.0 Codat.Platform";
186179
private string _serverUrl = "";
187180
private int _serverIndex = 0;
188181
private ISpeakeasyHttpClient _client;
@@ -191,7 +184,6 @@ public class CodatPlatform: ICodatPlatform
191184
public IConnections Connections { get; private set; }
192185
public IConnectionManagement ConnectionManagement { get; private set; }
193186
public IRefreshData RefreshData { get; private set; }
194-
public IGroups Groups { get; private set; }
195187
public IWebhooks Webhooks { get; private set; }
196188
public IIntegrations Integrations { get; private set; }
197189
public ISettings Settings { get; private set; }
@@ -256,9 +248,6 @@ public CodatPlatform(string? authHeader = null, Func<string>? authHeaderSource =
256248
RefreshData = new RefreshData(_client, _securitySource, _serverUrl, SDKConfiguration);
257249

258250

259-
Groups = new Groups(_client, _securitySource, _serverUrl, SDKConfiguration);
260-
261-
262251
Webhooks = new Webhooks(_client, _securitySource, _serverUrl, SDKConfiguration);
263252

264253

0 commit comments

Comments
 (0)