Skip to content

Commit c43ff8f

Browse files
ci: regenerated with OpenAPI Doc 3.0.0, Speakeasy CLI 1.392.1 (#280)
Co-authored-by: speakeasybot <bot@speakeasyapi.dev>
1 parent db9a930 commit c43ff8f

File tree

261 files changed

+2620
-853
lines changed

Some content is hidden

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

261 files changed

+2620
-853
lines changed

platform/.speakeasy/gen.lock

Lines changed: 1409 additions & 311 deletions
Large diffs are not rendered by default.

platform/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
Lines changed: 42 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,58 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2+
23
<PropertyGroup>
34
<IsPackable>true</IsPackable>
45
<PackageId>Codat.Platform</PackageId>
5-
<Version>3.7.0</Version>
6-
<Authors>Codat</Authors>
6+
<Version>3.7.1</Version>
77
<TargetFramework>net6.0</TargetFramework>
8+
<Authors>Codat</Authors>
9+
<Copyright>Copyright (c) Codat 2024</Copyright>
10+
<RepositoryUrl>https://github.com/codatio/client-sdk-csharp.git</RepositoryUrl>
11+
<RepositoryType>git</RepositoryType>
12+
<Description>An API for the common components of all of Codat's products.
13+
14+
These end points cover creating and managing your companies, data connections, and integrations.
15+
16+
[Read about the building blocks of Codat...](https://docs.codat.io/core-concepts/companies) | [See our OpenAPI spec](https://github.com/codatio/oas)
17+
18+
---
19+
<!-- Start Codat Tags Table -->
20+
## Endpoints
21+
22+
| Endpoints | Description |
23+
| :- |:- |
24+
| Companies | Create and manage your SMB users' companies. |
25+
| Connections | Create new and manage existing data connections for a company. |
26+
| 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. |
28+
| Webhooks | Create and manage webhooks that listen to Codat's events. |
29+
| Integrations | Get a list of integrations supported by Codat and their logos. |
30+
| Refresh data | Initiate data refreshes, view pull status and history. |
31+
| Settings | Manage company profile configuration, sync settings, and API keys. |
32+
| Push data | Initiate and monitor Create, Update, and Delete operations. |
33+
| Supplemental data | Configure and pull additional data you can include in Codat's standard data types. |
34+
| Custom data type | Configure and pull additional data types that are not included in Codat's standardized data model. |
35+
<!-- End Codat Tags Table --></Description>
36+
</PropertyGroup>
37+
38+
<PropertyGroup>
839
<Nullable>enable</Nullable>
9-
<PackageReadmeFile>README.md</PackageReadmeFile>
10-
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1140
<NoWarn>1591</NoWarn>
12-
<RepositoryUrl>https://github.com/codatio/client-sdk-csharp</RepositoryUrl>
41+
</PropertyGroup>
42+
43+
<PropertyGroup>
44+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
45+
<PackageReadmeFile>README.md</PackageReadmeFile>
1346
</PropertyGroup>
1447

1548
<ItemGroup>
1649
<None Include="..\..\NUGET.md" Pack="true" PackagePath="README.md"/>
1750
<None Include="..\..\docs\**\*" Pack="true" PackagePath="\docs" CopyToOutputDirectory="PreserveNewest"/>
51+
</ItemGroup>
1852

53+
<ItemGroup>
1954
<PackageReference Include="newtonsoft.json" Version="13.0.3" />
2055
<PackageReference Include="nodatime" Version="3.1.9" />
2156
</ItemGroup>
22-
</Project>
57+
58+
</Project>

platform/Codat/Platform/CodatPlatform.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//------------------------------------------------------------------------------
22
// <auto-generated>
3-
// This code was generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
3+
// This code was generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
44
//
55
// Changes to this file may cause incorrect behavior and will be lost when
66
// the code is regenerated.
@@ -179,14 +179,14 @@ public class CodatPlatform: ICodatPlatform
179179
public SDKConfig SDKConfiguration { get; private set; }
180180

181181
private const string _language = "csharp";
182-
private const string _sdkVersion = "3.7.0";
183-
private const string _sdkGenVersion = "2.361.10";
182+
private const string _sdkVersion = "3.7.1";
183+
private const string _sdkGenVersion = "2.411.9";
184184
private const string _openapiDocVersion = "3.0.0";
185-
private const string _userAgent = "speakeasy-sdk/csharp 3.7.0 2.361.10 3.0.0 Codat.Platform";
185+
private const string _userAgent = "speakeasy-sdk/csharp 3.7.1 2.411.9 3.0.0 Codat.Platform";
186186
private string _serverUrl = "";
187187
private int _serverIndex = 0;
188188
private ISpeakeasyHttpClient _client;
189-
private Func<Security>? _securitySource;
189+
private Func<Codat.Platform.Models.Shared.Security>? _securitySource;
190190
public ISettings Settings { get; private set; }
191191
public ICompanies Companies { get; private set; }
192192
public IConnectionManagement ConnectionManagement { get; private set; }
@@ -199,7 +199,7 @@ public class CodatPlatform: ICodatPlatform
199199
public ISupplementalData SupplementalData { get; private set; }
200200
public IWebhooks Webhooks { get; private set; }
201201

202-
public CodatPlatform(Security? security = null, Func<Security>? securitySource = null, int? serverIndex = null, string? serverUrl = null, Dictionary<string, string>? urlParams = null, ISpeakeasyHttpClient? client = null, RetryConfig? retryConfig = null)
202+
public CodatPlatform(Codat.Platform.Models.Shared.Security? security = null, Func<Codat.Platform.Models.Shared.Security>? securitySource = null, int? serverIndex = null, string? serverUrl = null, Dictionary<string, string>? urlParams = null, ISpeakeasyHttpClient? client = null, RetryConfig? retryConfig = null)
203203
{
204204
if (serverIndex != null)
205205
{

platform/Codat/Platform/Companies.cs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//------------------------------------------------------------------------------
22
// <auto-generated>
3-
// This code was generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
3+
// This code was generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
44
//
55
// Changes to this file may cause incorrect behavior and will be lost when
66
// the code is regenerated.
@@ -101,15 +101,15 @@ public class Companies: ICompanies
101101
{
102102
public SDKConfig SDKConfiguration { get; private set; }
103103
private const string _language = "csharp";
104-
private const string _sdkVersion = "3.7.0";
105-
private const string _sdkGenVersion = "2.361.10";
104+
private const string _sdkVersion = "3.7.1";
105+
private const string _sdkGenVersion = "2.411.9";
106106
private const string _openapiDocVersion = "3.0.0";
107-
private const string _userAgent = "speakeasy-sdk/csharp 3.7.0 2.361.10 3.0.0 Codat.Platform";
107+
private const string _userAgent = "speakeasy-sdk/csharp 3.7.1 2.411.9 3.0.0 Codat.Platform";
108108
private string _serverUrl = "";
109109
private ISpeakeasyHttpClient _client;
110-
private Func<Security>? _securitySource;
110+
private Func<Codat.Platform.Models.Shared.Security>? _securitySource;
111111

112-
public Companies(ISpeakeasyHttpClient client, Func<Security>? securitySource, string serverUrl, SDKConfig config)
112+
public Companies(ISpeakeasyHttpClient client, Func<Codat.Platform.Models.Shared.Security>? securitySource, string serverUrl, SDKConfig config)
113113
{
114114
_client = client;
115115
_securitySource = securitySource;
@@ -340,7 +340,7 @@ public async Task<DeleteCompanyResponse> DeleteAsync(DeleteCompanyRequest reques
340340
StatusCode = responseStatusCode,
341341
ContentType = contentType,
342342
RawResponse = httpResponse
343-
};;
343+
};
344344
}
345345
else if(new List<int>{401, 402, 403, 404, 429, 500, 503}.Contains(responseStatusCode))
346346
{

platform/Codat/Platform/ConnectionManagement.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//------------------------------------------------------------------------------
22
// <auto-generated>
3-
// This code was generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
3+
// This code was generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
44
//
55
// Changes to this file may cause incorrect behavior and will be lost when
66
// the code is regenerated.
@@ -48,16 +48,16 @@ public class ConnectionManagement: IConnectionManagement
4848
{
4949
public SDKConfig SDKConfiguration { get; private set; }
5050
private const string _language = "csharp";
51-
private const string _sdkVersion = "3.7.0";
52-
private const string _sdkGenVersion = "2.361.10";
51+
private const string _sdkVersion = "3.7.1";
52+
private const string _sdkGenVersion = "2.411.9";
5353
private const string _openapiDocVersion = "3.0.0";
54-
private const string _userAgent = "speakeasy-sdk/csharp 3.7.0 2.361.10 3.0.0 Codat.Platform";
54+
private const string _userAgent = "speakeasy-sdk/csharp 3.7.1 2.411.9 3.0.0 Codat.Platform";
5555
private string _serverUrl = "";
5656
private ISpeakeasyHttpClient _client;
57-
private Func<Security>? _securitySource;
57+
private Func<Codat.Platform.Models.Shared.Security>? _securitySource;
5858
public ICorsSettings CorsSettings { get; private set; }
5959

60-
public ConnectionManagement(ISpeakeasyHttpClient client, Func<Security>? securitySource, string serverUrl, SDKConfig config)
60+
public ConnectionManagement(ISpeakeasyHttpClient client, Func<Codat.Platform.Models.Shared.Security>? securitySource, string serverUrl, SDKConfig config)
6161
{
6262
_client = client;
6363
_securitySource = securitySource;

platform/Codat/Platform/Connections.cs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//------------------------------------------------------------------------------
22
// <auto-generated>
3-
// This code was generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
3+
// This code was generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
44
//
55
// Changes to this file may cause incorrect behavior and will be lost when
66
// the code is regenerated.
@@ -93,15 +93,15 @@ public class Connections: IConnections
9393
{
9494
public SDKConfig SDKConfiguration { get; private set; }
9595
private const string _language = "csharp";
96-
private const string _sdkVersion = "3.7.0";
97-
private const string _sdkGenVersion = "2.361.10";
96+
private const string _sdkVersion = "3.7.1";
97+
private const string _sdkGenVersion = "2.411.9";
9898
private const string _openapiDocVersion = "3.0.0";
99-
private const string _userAgent = "speakeasy-sdk/csharp 3.7.0 2.361.10 3.0.0 Codat.Platform";
99+
private const string _userAgent = "speakeasy-sdk/csharp 3.7.1 2.411.9 3.0.0 Codat.Platform";
100100
private string _serverUrl = "";
101101
private ISpeakeasyHttpClient _client;
102-
private Func<Security>? _securitySource;
102+
private Func<Codat.Platform.Models.Shared.Security>? _securitySource;
103103

104-
public Connections(ISpeakeasyHttpClient client, Func<Security>? securitySource, string serverUrl, SDKConfig config)
104+
public Connections(ISpeakeasyHttpClient client, Func<Codat.Platform.Models.Shared.Security>? securitySource, string serverUrl, SDKConfig config)
105105
{
106106
_client = client;
107107
_securitySource = securitySource;
@@ -331,7 +331,7 @@ public async Task<DeleteConnectionResponse> DeleteAsync(DeleteConnectionRequest
331331
StatusCode = responseStatusCode,
332332
ContentType = contentType,
333333
RawResponse = httpResponse
334-
};;
334+
};
335335
}
336336
else if(new List<int>{401, 402, 403, 404, 429, 500, 503}.Contains(responseStatusCode))
337337
{

platform/Codat/Platform/CorsSettings.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//------------------------------------------------------------------------------
22
// <auto-generated>
3-
// This code was generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
3+
// This code was generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
44
//
55
// Changes to this file may cause incorrect behavior and will be lost when
66
// the code is regenerated.
@@ -56,15 +56,15 @@ public class CorsSettings: ICorsSettings
5656
{
5757
public SDKConfig SDKConfiguration { get; private set; }
5858
private const string _language = "csharp";
59-
private const string _sdkVersion = "3.7.0";
60-
private const string _sdkGenVersion = "2.361.10";
59+
private const string _sdkVersion = "3.7.1";
60+
private const string _sdkGenVersion = "2.411.9";
6161
private const string _openapiDocVersion = "3.0.0";
62-
private const string _userAgent = "speakeasy-sdk/csharp 3.7.0 2.361.10 3.0.0 Codat.Platform";
62+
private const string _userAgent = "speakeasy-sdk/csharp 3.7.1 2.411.9 3.0.0 Codat.Platform";
6363
private string _serverUrl = "";
6464
private ISpeakeasyHttpClient _client;
65-
private Func<Security>? _securitySource;
65+
private Func<Codat.Platform.Models.Shared.Security>? _securitySource;
6666

67-
public CorsSettings(ISpeakeasyHttpClient client, Func<Security>? securitySource, string serverUrl, SDKConfig config)
67+
public CorsSettings(ISpeakeasyHttpClient client, Func<Codat.Platform.Models.Shared.Security>? securitySource, string serverUrl, SDKConfig config)
6868
{
6969
_client = client;
7070
_securitySource = securitySource;

platform/Codat/Platform/CustomDataType.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//------------------------------------------------------------------------------
22
// <auto-generated>
3-
// This code was generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
3+
// This code was generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
44
//
55
// Changes to this file may cause incorrect behavior and will be lost when
66
// the code is regenerated.
@@ -86,15 +86,15 @@ public class CustomDataType: ICustomDataType
8686
{
8787
public SDKConfig SDKConfiguration { get; private set; }
8888
private const string _language = "csharp";
89-
private const string _sdkVersion = "3.7.0";
90-
private const string _sdkGenVersion = "2.361.10";
89+
private const string _sdkVersion = "3.7.1";
90+
private const string _sdkGenVersion = "2.411.9";
9191
private const string _openapiDocVersion = "3.0.0";
92-
private const string _userAgent = "speakeasy-sdk/csharp 3.7.0 2.361.10 3.0.0 Codat.Platform";
92+
private const string _userAgent = "speakeasy-sdk/csharp 3.7.1 2.411.9 3.0.0 Codat.Platform";
9393
private string _serverUrl = "";
9494
private ISpeakeasyHttpClient _client;
95-
private Func<Security>? _securitySource;
95+
private Func<Codat.Platform.Models.Shared.Security>? _securitySource;
9696

97-
public CustomDataType(ISpeakeasyHttpClient client, Func<Security>? securitySource, string serverUrl, SDKConfig config)
97+
public CustomDataType(ISpeakeasyHttpClient client, Func<Codat.Platform.Models.Shared.Security>? securitySource, string serverUrl, SDKConfig config)
9898
{
9999
_client = client;
100100
_securitySource = securitySource;

platform/Codat/Platform/Groups.cs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//------------------------------------------------------------------------------
22
// <auto-generated>
3-
// This code was generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
3+
// This code was generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
44
//
55
// Changes to this file may cause incorrect behavior and will be lost when
66
// the code is regenerated.
@@ -85,15 +85,15 @@ public class Groups: IGroups
8585
{
8686
public SDKConfig SDKConfiguration { get; private set; }
8787
private const string _language = "csharp";
88-
private const string _sdkVersion = "3.7.0";
89-
private const string _sdkGenVersion = "2.361.10";
88+
private const string _sdkVersion = "3.7.1";
89+
private const string _sdkGenVersion = "2.411.9";
9090
private const string _openapiDocVersion = "3.0.0";
91-
private const string _userAgent = "speakeasy-sdk/csharp 3.7.0 2.361.10 3.0.0 Codat.Platform";
91+
private const string _userAgent = "speakeasy-sdk/csharp 3.7.1 2.411.9 3.0.0 Codat.Platform";
9292
private string _serverUrl = "";
9393
private ISpeakeasyHttpClient _client;
94-
private Func<Security>? _securitySource;
94+
private Func<Codat.Platform.Models.Shared.Security>? _securitySource;
9595

96-
public Groups(ISpeakeasyHttpClient client, Func<Security>? securitySource, string serverUrl, SDKConfig config)
96+
public Groups(ISpeakeasyHttpClient client, Func<Codat.Platform.Models.Shared.Security>? securitySource, string serverUrl, SDKConfig config)
9797
{
9898
_client = client;
9999
_securitySource = securitySource;
@@ -581,7 +581,7 @@ public async Task<RemoveCompanyFromGroupResponse> RemoveCompanyAsync(RemoveCompa
581581
StatusCode = responseStatusCode,
582582
ContentType = contentType,
583583
RawResponse = httpResponse
584-
};;
584+
};
585585
}
586586
else if(new List<int>{401, 402, 403, 404, 429, 500, 503}.Contains(responseStatusCode))
587587
{

platform/Codat/Platform/Hooks/HookTypes.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//------------------------------------------------------------------------------
22
// <auto-generated>
3-
// This code was generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
3+
// This code was generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
44
//
55
// Changes to this file may cause incorrect behavior and will be lost when
66
// the code is regenerated.

platform/Codat/Platform/Hooks/SDKHooks.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//------------------------------------------------------------------------------
22
// <auto-generated>
3-
// This code was generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
3+
// This code was generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
44
//
55
// Changes to this file may cause incorrect behavior and will be lost when
66
// the code is regenerated.

platform/Codat/Platform/Integrations.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//------------------------------------------------------------------------------
22
// <auto-generated>
3-
// This code was generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
3+
// This code was generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
44
//
55
// Changes to this file may cause incorrect behavior and will be lost when
66
// the code is regenerated.
@@ -63,15 +63,15 @@ public class Integrations: IIntegrations
6363
{
6464
public SDKConfig SDKConfiguration { get; private set; }
6565
private const string _language = "csharp";
66-
private const string _sdkVersion = "3.7.0";
67-
private const string _sdkGenVersion = "2.361.10";
66+
private const string _sdkVersion = "3.7.1";
67+
private const string _sdkGenVersion = "2.411.9";
6868
private const string _openapiDocVersion = "3.0.0";
69-
private const string _userAgent = "speakeasy-sdk/csharp 3.7.0 2.361.10 3.0.0 Codat.Platform";
69+
private const string _userAgent = "speakeasy-sdk/csharp 3.7.1 2.411.9 3.0.0 Codat.Platform";
7070
private string _serverUrl = "";
7171
private ISpeakeasyHttpClient _client;
72-
private Func<Security>? _securitySource;
72+
private Func<Codat.Platform.Models.Shared.Security>? _securitySource;
7373

74-
public Integrations(ISpeakeasyHttpClient client, Func<Security>? securitySource, string serverUrl, SDKConfig config)
74+
public Integrations(ISpeakeasyHttpClient client, Func<Codat.Platform.Models.Shared.Security>? securitySource, string serverUrl, SDKConfig config)
7575
{
7676
_client = client;
7777
_securitySource = securitySource;

0 commit comments

Comments
 (0)