Skip to content

Commit 0d01c6f

Browse files
Merge branch 'master' into release-10.1.1
2 parents 671af0b + 6b85460 commit 0d01c6f

23 files changed

+39
-27
lines changed

Xero.NetStandard.OAuth2/Api/AccountingApi.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Generated by: https://github.com/openapitools/openapi-generator.git
88
*/
99

10-
// The version of the OpenAPI document: 7.0.0
10+
// The version of the OpenAPI document: 7.1.0
1111

1212

1313
using System;

Xero.NetStandard.OAuth2/Api/AppStoreApi.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Generated by: https://github.com/openapitools/openapi-generator.git
88
*/
99

10-
// The version of the OpenAPI document: 7.0.0
10+
// The version of the OpenAPI document: 7.1.0
1111

1212

1313
using System;

Xero.NetStandard.OAuth2/Api/AssetApi.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Generated by: https://github.com/openapitools/openapi-generator.git
88
*/
99

10-
// The version of the OpenAPI document: 7.0.0
10+
// The version of the OpenAPI document: 7.1.0
1111

1212

1313
using System;

Xero.NetStandard.OAuth2/Api/BankFeedsApi.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Generated by: https://github.com/openapitools/openapi-generator.git
88
*/
99

10-
// The version of the OpenAPI document: 7.0.0
10+
// The version of the OpenAPI document: 7.1.0
1111

1212

1313
using System;

Xero.NetStandard.OAuth2/Api/FilesApi.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Generated by: https://github.com/openapitools/openapi-generator.git
88
*/
99

10-
// The version of the OpenAPI document: 7.0.0
10+
// The version of the OpenAPI document: 7.1.0
1111

1212

1313
using System;

Xero.NetStandard.OAuth2/Api/FinanceApi.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Generated by: https://github.com/openapitools/openapi-generator.git
88
*/
99

10-
// The version of the OpenAPI document: 7.0.0
10+
// The version of the OpenAPI document: 7.1.0
1111

1212

1313
using System;

Xero.NetStandard.OAuth2/Api/IdentityApi.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Generated by: https://github.com/openapitools/openapi-generator.git
88
*/
99

10-
// The version of the OpenAPI document: 7.0.0
10+
// The version of the OpenAPI document: 7.1.0
1111

1212

1313
using System;

Xero.NetStandard.OAuth2/Api/PayrollAUApi.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Generated by: https://github.com/openapitools/openapi-generator.git
88
*/
99

10-
// The version of the OpenAPI document: 7.0.0
10+
// The version of the OpenAPI document: 7.1.0
1111

1212

1313
using System;

Xero.NetStandard.OAuth2/Api/PayrollNZApi.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Generated by: https://github.com/openapitools/openapi-generator.git
88
*/
99

10-
// The version of the OpenAPI document: 7.0.0
10+
// The version of the OpenAPI document: 7.1.0
1111

1212

1313
using System;

Xero.NetStandard.OAuth2/Api/PayrollUkApi.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Generated by: https://github.com/openapitools/openapi-generator.git
88
*/
99

10-
// The version of the OpenAPI document: 7.0.0
10+
// The version of the OpenAPI document: 7.1.0
1111

1212

1313
using System;

Xero.NetStandard.OAuth2/Api/ProjectApi.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Generated by: https://github.com/openapitools/openapi-generator.git
88
*/
99

10-
// The version of the OpenAPI document: 7.0.0
10+
// The version of the OpenAPI document: 7.1.0
1111

1212

1313
using System;

Xero.NetStandard.OAuth2/Client/Configuration.cs

+4-4
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public class Configuration : IReadableConfiguration
3131
/// Version of the package.
3232
/// </summary>
3333
/// <value>Version of the package.</value>
34-
public const string Version = "10.0.0";
34+
public const string Version = "10.1.0";
3535

3636
/// <summary>
3737
/// Identifier for ISO 8601 DateTime Format
@@ -103,7 +103,7 @@ public class Configuration : IReadableConfiguration
103103
[System.Diagnostics.CodeAnalysis.SuppressMessage("ReSharper", "VirtualMemberCallInConstructor")]
104104
public Configuration()
105105
{
106-
UserAgent = "xero-netstandard-10.0.0";
106+
UserAgent = "xero-netstandard-10.1.0";
107107
BasePath = "https://api.xero.com/api.xro/2.0";
108108
DefaultHeader = new ConcurrentDictionary<string, string>();
109109
ApiKey = new ConcurrentDictionary<string, string>();
@@ -341,8 +341,8 @@ public static String ToDebugReport()
341341
{
342342
String report = "C# SDK (Xero.NetStandard.OAuth2) Debug Report:\n";
343343
report += " OS: " + System.Runtime.InteropServices.RuntimeInformation.OSDescription + "\n";
344-
report += " Version of the API: 7.0.0\n";
345-
report += " SDK Package Version: 10.0.0\n";
344+
report += " Version of the API: 7.1.0\n";
345+
report += " SDK Package Version: 10.1.0\n";
346346

347347
return report;
348348
}

Xero.NetStandard.OAuth2/Model/PayrollUk/EarningsRate.cs

+13-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,19 @@ public enum EarningsTypeEnum
173173
/// Enum TerminationPay for value: TerminationPay
174174
/// </summary>
175175
[EnumMember(Value = "TerminationPay")]
176-
TerminationPay = 23
176+
TerminationPay = 23,
177+
178+
/// <summary>
179+
/// Enum StatutoryNeonatalCarePay for value: StatutoryNeonatalCarePay
180+
/// </summary>
181+
[EnumMember(Value = "StatutoryNeonatalCarePay")]
182+
StatutoryNeonatalCarePay = 24,
183+
184+
/// <summary>
185+
/// Enum StatutoryNeonatalCarePayNonPensionable for value: StatutoryNeonatalCarePayNonPensionable
186+
/// </summary>
187+
[EnumMember(Value = "StatutoryNeonatalCarePayNonPensionable")]
188+
StatutoryNeonatalCarePayNonPensionable = 25
177189

178190
}
179191

Xero.NetStandard.OAuth2/Xero.NetStandard.OAuth2.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
1717
<GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
1818
<RootNamespace>Xero.NetStandard.OAuth2</RootNamespace>
19-
<Version>10.0.0</Version>
19+
<Version>10.1.0</Version>
2020
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\Xero.NetStandard.OAuth2.xml</DocumentationFile>
2121
<PackageLicenseUrl>https://github.com/XeroAPI/Xero-NetStandard/</PackageLicenseUrl>
2222
<PackageIconUrl>https://en.gravatar.com/userimage/180557955/74b3a957d886bc921b0d1455beed9dab.png</PackageIconUrl>

docs/accounting/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -6340,7 +6340,7 @@
63406340
<nav id="scrollingNav">
63416341
<ul class="sidenav nav nav-list">
63426342
<li class="nav-header" data-group="Accounting"><strong>SDK: </strong><span id='sdk-name'></span></li>
6343-
<li class="nav-header" data-group="Accounting"><strong>VSN: </strong>10.0.0</li>
6343+
<li class="nav-header" data-group="Accounting"><strong>VSN: </strong>10.1.0</li>
63446344
<li class="nav-header" data-group="Accounting"><a href="#api-Accounting">Methods</a></li>
63456345
<li data-group="Accounting" data-name="createAccount" class="">
63466346
<a href="#api-Accounting-createAccount">createAccount</a>

docs/appstore/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1242,7 +1242,7 @@
12421242
<nav id="scrollingNav">
12431243
<ul class="sidenav nav nav-list">
12441244
<li class="nav-header" data-group="AppStore"><strong>SDK: </strong><span id='sdk-name'></span></li>
1245-
<li class="nav-header" data-group="AppStore"><strong>VSN: </strong>10.0.0</li>
1245+
<li class="nav-header" data-group="AppStore"><strong>VSN: </strong>10.1.0</li>
12461246
<li class="nav-header" data-group="AppStore"><a href="#api-AppStore">Methods</a></li>
12471247
<li data-group="AppStore" data-name="getSubscription" class="">
12481248
<a href="#api-AppStore-getSubscription">getSubscription</a>

docs/bankfeeds/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1269,7 +1269,7 @@
12691269
<nav id="scrollingNav">
12701270
<ul class="sidenav nav nav-list">
12711271
<li class="nav-header" data-group="BankFeeds"><strong>SDK: </strong><span id='sdk-name'></span></li>
1272-
<li class="nav-header" data-group="BankFeeds"><strong>VSN: </strong>10.0.0</li>
1272+
<li class="nav-header" data-group="BankFeeds"><strong>VSN: </strong>10.1.0</li>
12731273
<li class="nav-header" data-group="BankFeeds"><a href="#api-BankFeeds">Methods</a></li>
12741274
<li data-group="BankFeeds" data-name="createFeedConnections" class="">
12751275
<a href="#api-BankFeeds-createFeedConnections">createFeedConnections</a>

docs/files/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1171,7 +1171,7 @@
11711171
<nav id="scrollingNav">
11721172
<ul class="sidenav nav nav-list">
11731173
<li class="nav-header" data-group="Files"><strong>SDK: </strong><span id='sdk-name'></span></li>
1174-
<li class="nav-header" data-group="Files"><strong>VSN: </strong>10.0.0</li>
1174+
<li class="nav-header" data-group="Files"><strong>VSN: </strong>10.1.0</li>
11751175
<li class="nav-header" data-group="Files"><a href="#api-Files">Methods</a></li>
11761176
<li data-group="Files" data-name="createFileAssociation" class="">
11771177
<a href="#api-Files-createFileAssociation">createFileAssociation</a>

docs/finance/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2717,7 +2717,7 @@
27172717
<nav id="scrollingNav">
27182718
<ul class="sidenav nav nav-list">
27192719
<li class="nav-header" data-group="Finance"><strong>SDK: </strong><span id='sdk-name'></span></li>
2720-
<li class="nav-header" data-group="Finance"><strong>VSN: </strong>10.0.0</li>
2720+
<li class="nav-header" data-group="Finance"><strong>VSN: </strong>10.1.0</li>
27212721
<li class="nav-header" data-group="Finance"><a href="#api-Finance">Methods</a></li>
27222722
<li data-group="Finance" data-name="getAccountingActivityAccountUsage" class="">
27232723
<a href="#api-Finance-getAccountingActivityAccountUsage">getAccountingActivityAccountUsage</a>

docs/payroll-au/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3413,7 +3413,7 @@
34133413
<nav id="scrollingNav">
34143414
<ul class="sidenav nav nav-list">
34153415
<li class="nav-header" data-group="PayrollAu"><strong>SDK: </strong><span id='sdk-name'></span></li>
3416-
<li class="nav-header" data-group="PayrollAu"><strong>VSN: </strong>10.0.0</li>
3416+
<li class="nav-header" data-group="PayrollAu"><strong>VSN: </strong>10.1.0</li>
34173417
<li class="nav-header" data-group="PayrollAu"><a href="#api-PayrollAu">Methods</a></li>
34183418
<li data-group="PayrollAu" data-name="approveLeaveApplication" class="">
34193419
<a href="#api-PayrollAu-approveLeaveApplication">approveLeaveApplication</a>

docs/payroll-nz/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4088,7 +4088,7 @@
40884088
<nav id="scrollingNav">
40894089
<ul class="sidenav nav nav-list">
40904090
<li class="nav-header" data-group="PayrollNz"><strong>SDK: </strong><span id='sdk-name'></span></li>
4091-
<li class="nav-header" data-group="PayrollNz"><strong>VSN: </strong>10.0.0</li>
4091+
<li class="nav-header" data-group="PayrollNz"><strong>VSN: </strong>10.1.0</li>
40924092
<li class="nav-header" data-group="PayrollNz"><a href="#api-PayrollNz">Methods</a></li>
40934093
<li data-group="PayrollNz" data-name="approveTimesheet" class="">
40944094
<a href="#api-PayrollNz-approveTimesheet">approveTimesheet</a>

docs/payroll-uk/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1381,7 +1381,7 @@
13811381
"earningsType" : {
13821382
"type" : "string",
13831383
"description" : "Indicates how an employee will be paid when taking this type of earning",
1384-
"enum" : [ "Allowance", "BackPay", "Bonus", "Commission", "LumpSum", "OtherEarnings", "OvertimeEarnings", "RegularEarnings", "StatutoryAdoptionPay", "StatutoryAdoptionPayNonPensionable", "StatutoryBereavementPay", "StatutoryMaternityPay", "StatutoryMaternityPayNonPensionable", "StatutoryPaternityPay", "StatutoryPaternityPayNonPensionable", "StatutoryParentalBereavementPayNonPensionable", "StatutorySharedParentalPay", "StatutorySharedParentalPayNonPensionable", "StatutorySickPay", "StatutorySickPayNonPensionable", "TipsNonDirect", "TipsDirect", "TerminationPay" ]
1384+
"enum" : [ "Allowance", "BackPay", "Bonus", "Commission", "LumpSum", "OtherEarnings", "OvertimeEarnings", "RegularEarnings", "StatutoryAdoptionPay", "StatutoryAdoptionPayNonPensionable", "StatutoryBereavementPay", "StatutoryMaternityPay", "StatutoryMaternityPayNonPensionable", "StatutoryPaternityPay", "StatutoryPaternityPayNonPensionable", "StatutoryParentalBereavementPayNonPensionable", "StatutorySharedParentalPay", "StatutorySharedParentalPayNonPensionable", "StatutorySickPay", "StatutorySickPayNonPensionable", "TipsNonDirect", "TipsDirect", "TerminationPay", "StatutoryNeonatalCarePay", "StatutoryNeonatalCarePayNonPensionable" ]
13851385
},
13861386
"rateType" : {
13871387
"type" : "string",
@@ -3601,7 +3601,7 @@
36013601
<nav id="scrollingNav">
36023602
<ul class="sidenav nav nav-list">
36033603
<li class="nav-header" data-group="PayrollUk"><strong>SDK: </strong><span id='sdk-name'></span></li>
3604-
<li class="nav-header" data-group="PayrollUk"><strong>VSN: </strong>10.0.0</li>
3604+
<li class="nav-header" data-group="PayrollUk"><strong>VSN: </strong>10.1.0</li>
36053605
<li class="nav-header" data-group="PayrollUk"><a href="#api-PayrollUk">Methods</a></li>
36063606
<li data-group="PayrollUk" data-name="approveTimesheet" class="">
36073607
<a href="#api-PayrollUk-approveTimesheet">approveTimesheet</a>

docs/projects/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1463,7 +1463,7 @@
14631463
<nav id="scrollingNav">
14641464
<ul class="sidenav nav nav-list">
14651465
<li class="nav-header" data-group="Project"><strong>SDK: </strong><span id='sdk-name'></span></li>
1466-
<li class="nav-header" data-group="Project"><strong>VSN: </strong>10.0.0</li>
1466+
<li class="nav-header" data-group="Project"><strong>VSN: </strong>10.1.0</li>
14671467
<li class="nav-header" data-group="Project"><a href="#api-Project">Methods</a></li>
14681468
<li data-group="Project" data-name="createProject" class="">
14691469
<a href="#api-Project-createProject">createProject</a>

0 commit comments

Comments
 (0)