Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc prealpha, Speakeay CLI 1.83.2 (#56)
Browse files Browse the repository at this point in the history
Co-authored-by: speakeasybot <bot@speakeasyapi.dev>
  • Loading branch information
github-actions[bot] and speakeasybot committed Sep 13, 2023
1 parent 24f2738 commit fb756cf
Show file tree
Hide file tree
Showing 15 changed files with 40 additions and 30 deletions.
4 changes: 2 additions & 2 deletions sync-for-expenses/CodatSyncExpenses/Accounts.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ public class AccountsSDK: IAccountsSDK
{
public SDKConfig Config { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.5.0";
private const string _sdkGenVersion = "2.108.3";
private const string _sdkVersion = "0.6.0";
private const string _sdkGenVersion = "2.109.3";
private const string _openapiDocVersion = "prealpha";
private string _serverUrl = "";
private ISpeakeasyHttpClient _defaultClient;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<IsPackable>true</IsPackable>
<PackageId>Codat.Sync.Expenses</PackageId>
<Version>0.5.0</Version>
<Version>0.6.0</Version>
<Authors>Codat</Authors>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
Expand Down
4 changes: 2 additions & 2 deletions sync-for-expenses/CodatSyncExpenses/CodatSyncExpensesSDK.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ public class CodatSyncExpensesSDK: ICodatSyncExpensesSDK
};

private const string _language = "csharp";
private const string _sdkVersion = "0.5.0";
private const string _sdkGenVersion = "2.108.3";
private const string _sdkVersion = "0.6.0";
private const string _sdkGenVersion = "2.109.3";
private const string _openapiDocVersion = "prealpha";
private string _serverUrl = "";
private ISpeakeasyHttpClient _defaultClient;
Expand Down
4 changes: 2 additions & 2 deletions sync-for-expenses/CodatSyncExpenses/Companies.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ public class CompaniesSDK: ICompaniesSDK
{
public SDKConfig Config { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.5.0";
private const string _sdkGenVersion = "2.108.3";
private const string _sdkVersion = "0.6.0";
private const string _sdkGenVersion = "2.109.3";
private const string _openapiDocVersion = "prealpha";
private string _serverUrl = "";
private ISpeakeasyHttpClient _defaultClient;
Expand Down
4 changes: 2 additions & 2 deletions sync-for-expenses/CodatSyncExpenses/Configuration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ public class ConfigurationSDK: IConfigurationSDK
{
public SDKConfig Config { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.5.0";
private const string _sdkGenVersion = "2.108.3";
private const string _sdkVersion = "0.6.0";
private const string _sdkGenVersion = "2.109.3";
private const string _openapiDocVersion = "prealpha";
private string _serverUrl = "";
private ISpeakeasyHttpClient _defaultClient;
Expand Down
4 changes: 2 additions & 2 deletions sync-for-expenses/CodatSyncExpenses/Connections.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ public class ConnectionsSDK: IConnectionsSDK
{
public SDKConfig Config { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.5.0";
private const string _sdkGenVersion = "2.108.3";
private const string _sdkVersion = "0.6.0";
private const string _sdkGenVersion = "2.109.3";
private const string _openapiDocVersion = "prealpha";
private string _serverUrl = "";
private ISpeakeasyHttpClient _defaultClient;
Expand Down
4 changes: 2 additions & 2 deletions sync-for-expenses/CodatSyncExpenses/Customers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ public class CustomersSDK: ICustomersSDK
{
public SDKConfig Config { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.5.0";
private const string _sdkGenVersion = "2.108.3";
private const string _sdkVersion = "0.6.0";
private const string _sdkGenVersion = "2.109.3";
private const string _openapiDocVersion = "prealpha";
private string _serverUrl = "";
private ISpeakeasyHttpClient _defaultClient;
Expand Down
4 changes: 2 additions & 2 deletions sync-for-expenses/CodatSyncExpenses/Expenses.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ public class ExpensesSDK: IExpensesSDK
{
public SDKConfig Config { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.5.0";
private const string _sdkGenVersion = "2.108.3";
private const string _sdkVersion = "0.6.0";
private const string _sdkGenVersion = "2.109.3";
private const string _openapiDocVersion = "prealpha";
private string _serverUrl = "";
private ISpeakeasyHttpClient _defaultClient;
Expand Down
4 changes: 2 additions & 2 deletions sync-for-expenses/CodatSyncExpenses/ManageData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ public class ManageDataSDK: IManageDataSDK
{
public SDKConfig Config { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.5.0";
private const string _sdkGenVersion = "2.108.3";
private const string _sdkVersion = "0.6.0";
private const string _sdkGenVersion = "2.109.3";
private const string _openapiDocVersion = "prealpha";
private string _serverUrl = "";
private ISpeakeasyHttpClient _defaultClient;
Expand Down
4 changes: 2 additions & 2 deletions sync-for-expenses/CodatSyncExpenses/PushOperations.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ public class PushOperationsSDK: IPushOperationsSDK
{
public SDKConfig Config { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.5.0";
private const string _sdkGenVersion = "2.108.3";
private const string _sdkVersion = "0.6.0";
private const string _sdkGenVersion = "2.109.3";
private const string _openapiDocVersion = "prealpha";
private string _serverUrl = "";
private ISpeakeasyHttpClient _defaultClient;
Expand Down
4 changes: 2 additions & 2 deletions sync-for-expenses/CodatSyncExpenses/Suppliers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ public class SuppliersSDK: ISuppliersSDK
{
public SDKConfig Config { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.5.0";
private const string _sdkGenVersion = "2.108.3";
private const string _sdkVersion = "0.6.0";
private const string _sdkGenVersion = "2.109.3";
private const string _openapiDocVersion = "prealpha";
private string _serverUrl = "";
private ISpeakeasyHttpClient _defaultClient;
Expand Down
4 changes: 2 additions & 2 deletions sync-for-expenses/CodatSyncExpenses/Sync.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ public class SyncSDK: ISyncSDK
{
public SDKConfig Config { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.5.0";
private const string _sdkGenVersion = "2.108.3";
private const string _sdkVersion = "0.6.0";
private const string _sdkGenVersion = "2.109.3";
private const string _openapiDocVersion = "prealpha";
private string _serverUrl = "";
private ISpeakeasyHttpClient _defaultClient;
Expand Down
4 changes: 2 additions & 2 deletions sync-for-expenses/CodatSyncExpenses/TransactionStatus.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ public class TransactionStatusSDK: ITransactionStatusSDK
{
public SDKConfig Config { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.5.0";
private const string _sdkGenVersion = "2.108.3";
private const string _sdkVersion = "0.6.0";
private const string _sdkGenVersion = "2.109.3";
private const string _openapiDocVersion = "prealpha";
private string _serverUrl = "";
private ISpeakeasyHttpClient _defaultClient;
Expand Down
12 changes: 11 additions & 1 deletion sync-for-expenses/RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,14 @@ Based on:
### Generated
- [csharp v0.5.0] sync-for-expenses
### Releases
- [NuGet v0.5.0] https://www.nuget.org/packages/Codat.Sync.Expenses/0.5.0 - sync-for-expenses
- [NuGet v0.5.0] https://www.nuget.org/packages/Codat.Sync.Expenses/0.5.0 - sync-for-expenses

## 2023-09-13 13:14:38
### Changes
Based on:
- OpenAPI Doc prealpha https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Expenses.yaml
- Speakeasy CLI 1.83.2 (2.109.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [csharp v0.6.0] sync-for-expenses
### Releases
- [NuGet v0.6.0] https://www.nuget.org/packages/Codat.Sync.Expenses/0.6.0 - sync-for-expenses
8 changes: 4 additions & 4 deletions sync-for-expenses/gen.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
configVersion: 1.0.0
management:
docChecksum: 4a5e3fac2ddbbd42096c049f64dc15ca
docChecksum: 99ebe2d8404dff82c77a51ebcd0892e8
docVersion: prealpha
speakeasyVersion: 1.82.5
generationVersion: 2.108.3
speakeasyVersion: 1.83.2
generationVersion: 2.109.3
generation:
sdkClassName: Codat.Sync.Expenses
singleTagPerOp: false
Expand All @@ -17,7 +17,7 @@ features:
globalServerURLs: 2.82.0
nameOverrides: 2.81.1
csharp:
version: 0.5.0
version: 0.6.0
author: Codat
description: Push expenses to accounting platforms.
dotnetVersion: net6.0
Expand Down

0 comments on commit fb756cf

Please sign in to comment.