File tree Expand file tree Collapse file tree 12 files changed +34
-24
lines changed Expand file tree Collapse file tree 12 files changed +34
-24
lines changed Original file line number Diff line number Diff line change @@ -95,8 +95,8 @@ public class AccountsSDK: IAccountsSDK
95
95
{
96
96
public SDKConfig Config { get ; private set ; }
97
97
private const string _language = "csharp" ;
98
- private const string _sdkVersion = "1.1 .0" ;
99
- private const string _sdkGenVersion = "2.116.0 " ;
98
+ private const string _sdkVersion = "1.2 .0" ;
99
+ private const string _sdkGenVersion = "2.122.1 " ;
100
100
private const string _openapiDocVersion = "3.0.0" ;
101
101
private string _serverUrl = "" ;
102
102
private ISpeakeasyHttpClient _defaultClient ;
Original file line number Diff line number Diff line change 2
2
<PropertyGroup >
3
3
<IsPackable >true</IsPackable >
4
4
<PackageId >Codat.Sync.Payroll</PackageId >
5
- <Version >1.1 .0</Version >
5
+ <Version >1.2 .0</Version >
6
6
<Authors >Codat</Authors >
7
7
<TargetFramework >net6.0</TargetFramework >
8
8
<Nullable >enable</Nullable >
Original file line number Diff line number Diff line change @@ -99,8 +99,8 @@ public class CodatSyncPayrollSDK: ICodatSyncPayrollSDK
99
99
} ;
100
100
101
101
private const string _language = "csharp" ;
102
- private const string _sdkVersion = "1.1 .0" ;
103
- private const string _sdkGenVersion = "2.116.0 " ;
102
+ private const string _sdkVersion = "1.2 .0" ;
103
+ private const string _sdkGenVersion = "2.122.1 " ;
104
104
private const string _openapiDocVersion = "3.0.0" ;
105
105
private string _serverUrl = "" ;
106
106
private ISpeakeasyHttpClient _defaultClient ;
Original file line number Diff line number Diff line change @@ -80,8 +80,8 @@ public class CompaniesSDK: ICompaniesSDK
80
80
{
81
81
public SDKConfig Config { get ; private set ; }
82
82
private const string _language = "csharp" ;
83
- private const string _sdkVersion = "1.1 .0" ;
84
- private const string _sdkGenVersion = "2.116.0 " ;
83
+ private const string _sdkVersion = "1.2 .0" ;
84
+ private const string _sdkGenVersion = "2.122.1 " ;
85
85
private const string _openapiDocVersion = "3.0.0" ;
86
86
private string _serverUrl = "" ;
87
87
private ISpeakeasyHttpClient _defaultClient ;
Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ public class CompanyInfoSDK: ICompanyInfoSDK
39
39
{
40
40
public SDKConfig Config { get ; private set ; }
41
41
private const string _language = "csharp" ;
42
- private const string _sdkVersion = "1.1 .0" ;
43
- private const string _sdkGenVersion = "2.116.0 " ;
42
+ private const string _sdkVersion = "1.2 .0" ;
43
+ private const string _sdkGenVersion = "2.122.1 " ;
44
44
private const string _openapiDocVersion = "3.0.0" ;
45
45
private string _serverUrl = "" ;
46
46
private ISpeakeasyHttpClient _defaultClient ;
Original file line number Diff line number Diff line change @@ -78,8 +78,8 @@ public class ConnectionsSDK: IConnectionsSDK
78
78
{
79
79
public SDKConfig Config { get ; private set ; }
80
80
private const string _language = "csharp" ;
81
- private const string _sdkVersion = "1.1 .0" ;
82
- private const string _sdkGenVersion = "2.116.0 " ;
81
+ private const string _sdkVersion = "1.2 .0" ;
82
+ private const string _sdkGenVersion = "2.122.1 " ;
83
83
private const string _openapiDocVersion = "3.0.0" ;
84
84
private string _serverUrl = "" ;
85
85
private ISpeakeasyHttpClient _defaultClient ;
Original file line number Diff line number Diff line change @@ -134,8 +134,8 @@ public class JournalEntriesSDK: IJournalEntriesSDK
134
134
{
135
135
public SDKConfig Config { get ; private set ; }
136
136
private const string _language = "csharp" ;
137
- private const string _sdkVersion = "1.1 .0" ;
138
- private const string _sdkGenVersion = "2.116.0 " ;
137
+ private const string _sdkVersion = "1.2 .0" ;
138
+ private const string _sdkGenVersion = "2.122.1 " ;
139
139
private const string _openapiDocVersion = "3.0.0" ;
140
140
private string _serverUrl = "" ;
141
141
private ISpeakeasyHttpClient _defaultClient ;
Original file line number Diff line number Diff line change @@ -96,8 +96,8 @@ public class JournalsSDK: IJournalsSDK
96
96
{
97
97
public SDKConfig Config { get ; private set ; }
98
98
private const string _language = "csharp" ;
99
- private const string _sdkVersion = "1.1 .0" ;
100
- private const string _sdkGenVersion = "2.116.0 " ;
99
+ private const string _sdkVersion = "1.2 .0" ;
100
+ private const string _sdkGenVersion = "2.122.1 " ;
101
101
private const string _openapiDocVersion = "3.0.0" ;
102
102
private string _serverUrl = "" ;
103
103
private ISpeakeasyHttpClient _defaultClient ;
Original file line number Diff line number Diff line change @@ -100,8 +100,8 @@ public class ManageDataSDK: IManageDataSDK
100
100
{
101
101
public SDKConfig Config { get ; private set ; }
102
102
private const string _language = "csharp" ;
103
- private const string _sdkVersion = "1.1 .0" ;
104
- private const string _sdkGenVersion = "2.116.0 " ;
103
+ private const string _sdkVersion = "1.2 .0" ;
104
+ private const string _sdkGenVersion = "2.122.1 " ;
105
105
private const string _openapiDocVersion = "3.0.0" ;
106
106
private string _serverUrl = "" ;
107
107
private ISpeakeasyHttpClient _defaultClient ;
Original file line number Diff line number Diff line change @@ -60,8 +60,8 @@ public class TrackingCategoriesSDK: ITrackingCategoriesSDK
60
60
{
61
61
public SDKConfig Config { get ; private set ; }
62
62
private const string _language = "csharp" ;
63
- private const string _sdkVersion = "1.1 .0" ;
64
- private const string _sdkGenVersion = "2.116.0 " ;
63
+ private const string _sdkVersion = "1.2 .0" ;
64
+ private const string _sdkGenVersion = "2.122.1 " ;
65
65
private const string _openapiDocVersion = "3.0.0" ;
66
66
private string _serverUrl = "" ;
67
67
private ISpeakeasyHttpClient _defaultClient ;
You can’t perform that action at this time.
0 commit comments