Skip to content

Commit 81206c4

Browse files
authored
Merge pull request #258 from XeroAPI/payrollz-nz-payruns-calendar-type-enum
generated against OAS version 2.5.0
2 parents 59f060d + 5f46382 commit 81206c4

File tree

446 files changed

+495
-458
lines changed

Some content is hidden

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

446 files changed

+495
-458
lines changed

Xero.NetStandard.OAuth2/Api/AccountingApi.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
55
*
6-
* The version of the OpenAPI document: 2.4.4
6+
* The version of the OpenAPI document: 2.5.0
77
* Contact: api@xero.com
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/
@@ -4458,7 +4458,7 @@ public interface IAccountingApiAsync : IApiAccessor
44584458
/// <param name="standardLayout">The standard layout boolean for the Balance Sheet report (optional)</param>
44594459
/// <param name="paymentsOnly">return a cash basis for the Balance Sheet report (optional)</param>
44604460
/// <returns>Task of ReportWithRows</returns>
4461-
System.Threading.Tasks.Task<ReportWithRows> GetReportBalanceSheetAsync (string accessToken, string xeroTenantId, string date = null, int? periods = null, string timeframe = null, string trackingOptionID1 = null, string trackingOptionID2 = null, bool? standardLayout = null, bool? paymentsOnly = null);
4461+
System.Threading.Tasks.Task<ReportWithRows> GetReportBalanceSheetAsync (string accessToken, string xeroTenantId, DateTime? date = null, int? periods = null, string timeframe = null, string trackingOptionID1 = null, string trackingOptionID2 = null, bool? standardLayout = null, bool? paymentsOnly = null);
44624462

44634463
/// <summary>
44644464
/// Allows you to retrieve report for BalanceSheet
@@ -4476,7 +4476,7 @@ public interface IAccountingApiAsync : IApiAccessor
44764476
/// <param name="standardLayout">The standard layout boolean for the Balance Sheet report (optional)</param>
44774477
/// <param name="paymentsOnly">return a cash basis for the Balance Sheet report (optional)</param>
44784478
/// <returns>Task of ApiResponse (ReportWithRows)</returns>
4479-
System.Threading.Tasks.Task<ApiResponse<ReportWithRows>> GetReportBalanceSheetAsyncWithHttpInfo (string accessToken, string xeroTenantId, string date = null, int? periods = null, string timeframe = null, string trackingOptionID1 = null, string trackingOptionID2 = null, bool? standardLayout = null, bool? paymentsOnly = null);
4479+
System.Threading.Tasks.Task<ApiResponse<ReportWithRows>> GetReportBalanceSheetAsyncWithHttpInfo (string accessToken, string xeroTenantId, DateTime? date = null, int? periods = null, string timeframe = null, string trackingOptionID1 = null, string trackingOptionID2 = null, bool? standardLayout = null, bool? paymentsOnly = null);
44804480
/// <summary>
44814481
/// Allows you to retrieve report for BankSummary
44824482
/// </summary>
@@ -20954,7 +20954,7 @@ public async System.Threading.Tasks.Task<ReportWithRows> GetReportBASorGSTListAs
2095420954
/// <param name="standardLayout">The standard layout boolean for the Balance Sheet report (optional)</param>
2095520955
/// <param name="paymentsOnly">return a cash basis for the Balance Sheet report (optional)</param>
2095620956
/// <returns>Task of ReportWithRows</returns>
20957-
public async System.Threading.Tasks.Task<ReportWithRows> GetReportBalanceSheetAsync (string accessToken, string xeroTenantId, string date = null, int? periods = null, string timeframe = null, string trackingOptionID1 = null, string trackingOptionID2 = null, bool? standardLayout = null, bool? paymentsOnly = null)
20957+
public async System.Threading.Tasks.Task<ReportWithRows> GetReportBalanceSheetAsync (string accessToken, string xeroTenantId, DateTime? date = null, int? periods = null, string timeframe = null, string trackingOptionID1 = null, string trackingOptionID2 = null, bool? standardLayout = null, bool? paymentsOnly = null)
2095820958
{
2095920959
Xero.NetStandard.OAuth2.Client.ApiResponse<ReportWithRows> localVarResponse = await GetReportBalanceSheetAsyncWithHttpInfo(accessToken, xeroTenantId, date, periods, timeframe, trackingOptionID1, trackingOptionID2, standardLayout, paymentsOnly);
2096020960
return localVarResponse.Data;
@@ -20974,7 +20974,7 @@ public async System.Threading.Tasks.Task<ReportWithRows> GetReportBalanceSheetAs
2097420974
/// <param name="standardLayout">The standard layout boolean for the Balance Sheet report (optional)</param>
2097520975
/// <param name="paymentsOnly">return a cash basis for the Balance Sheet report (optional)</param>
2097620976
/// <returns>Task of ApiResponse (ReportWithRows)</returns>
20977-
public async System.Threading.Tasks.Task<Xero.NetStandard.OAuth2.Client.ApiResponse<ReportWithRows>> GetReportBalanceSheetAsyncWithHttpInfo (string accessToken, string xeroTenantId, string date = null, int? periods = null, string timeframe = null, string trackingOptionID1 = null, string trackingOptionID2 = null, bool? standardLayout = null, bool? paymentsOnly = null)
20977+
public async System.Threading.Tasks.Task<Xero.NetStandard.OAuth2.Client.ApiResponse<ReportWithRows>> GetReportBalanceSheetAsyncWithHttpInfo (string accessToken, string xeroTenantId, DateTime? date = null, int? periods = null, string timeframe = null, string trackingOptionID1 = null, string trackingOptionID2 = null, bool? standardLayout = null, bool? paymentsOnly = null)
2097820978
{
2097920979
// verify the required parameter 'xeroTenantId' is set
2098020980
if (xeroTenantId == null)

Xero.NetStandard.OAuth2/Api/AssetApi.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* This is the Xero Assets API
55
*
6-
* The version of the OpenAPI document: 2.4.4
6+
* The version of the OpenAPI document: 2.5.0
77
* Contact: api@xero.com
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

Xero.NetStandard.OAuth2/Api/IdentityApi.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* This specifing endpoints related to managing authentication tokens and identity for Xero API
55
*
6-
* The version of the OpenAPI document: 2.4.4
6+
* The version of the OpenAPI document: 2.5.0
77
* Contact: api@xero.com
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

Xero.NetStandard.OAuth2/Api/PayrollAUApi.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* This is the Xero Payroll API for orgs in Australia region.
55
*
6-
* The version of the OpenAPI document: 2.4.4
6+
* The version of the OpenAPI document: 2.5.0
77
* Contact: api@xero.com
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

Xero.NetStandard.OAuth2/Api/PayrollNZApi.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* This is the Xero Payroll API for orgs in the NZ region.
55
*
6-
* The version of the OpenAPI document: 2.4.4
6+
* The version of the OpenAPI document: 2.5.0
77
* Contact: api@xero.com
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

Xero.NetStandard.OAuth2/Api/PayrollUkApi.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* This is the Xero Payroll API for orgs in the UK region.
55
*
6-
* The version of the OpenAPI document: 2.4.4
6+
* The version of the OpenAPI document: 2.5.0
77
* Contact: api@xero.com
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

Xero.NetStandard.OAuth2/Api/ProjectApi.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* This is the Xero Projects API
55
*
6-
* The version of the OpenAPI document: 2.4.4
6+
* The version of the OpenAPI document: 2.5.0
77
* Contact: api@xero.com
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

Xero.NetStandard.OAuth2/Client/ApiClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
55
*
6-
* The version of the OpenAPI document: 2.4.4
6+
* The version of the OpenAPI document: 2.5.0
77
* Contact: api@xero.com
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

Xero.NetStandard.OAuth2/Client/ApiException.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
55
*
6-
* The version of the OpenAPI document: 2.4.4
6+
* The version of the OpenAPI document: 2.5.0
77
* Contact: api@xero.com
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

Xero.NetStandard.OAuth2/Client/ApiResponse.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
55
*
6-
* The version of the OpenAPI document: 2.4.4
6+
* The version of the OpenAPI document: 2.5.0
77
* Contact: api@xero.com
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

0 commit comments

Comments
 (0)