Skip to content

Commit 712346e

Browse files
Releasing 15.0.0 (OAS: 13.0.0) (#653)
Co-authored-by: Github Actions <actions@github.com>
1 parent 2ead6d5 commit 712346e

27 files changed

Lines changed: 713 additions & 1865 deletions

Xero.NetStandard.OAuth2/Api/AccountingApi.cs

Lines changed: 1 addition & 499 deletions
Large diffs are not rendered by default.

Xero.NetStandard.OAuth2/Api/AppStoreApi.cs

Lines changed: 1 addition & 1 deletion
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: 12.0.2
10+
// The version of the OpenAPI document: 13.0.0
1111

1212

1313
using System;

Xero.NetStandard.OAuth2/Api/AssetApi.cs

Lines changed: 1 addition & 1 deletion
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: 12.0.2
10+
// The version of the OpenAPI document: 13.0.0
1111

1212

1313
using System;

Xero.NetStandard.OAuth2/Api/BankFeedsApi.cs

Lines changed: 1 addition & 1 deletion
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: 12.0.2
10+
// The version of the OpenAPI document: 13.0.0
1111

1212

1313
using System;

Xero.NetStandard.OAuth2/Api/FilesApi.cs

Lines changed: 5 additions & 5 deletions
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: 12.0.2
10+
// The version of the OpenAPI document: 13.0.0
1111

1212

1313
using System;
@@ -185,7 +185,7 @@ public interface IFilesApiAsync : IApiAccessor
185185
/// <param name="objectId">Object id for single object</param>
186186
/// <param name="pagesize">pass an optional page size value (optional)</param>
187187
/// <param name="page">number of records to skip for pagination (optional)</param>
188-
/// <param name="sort">values to sort by (optional)</param>
188+
/// <param name="sort">values to sort by (optional, default to CreatedDateUtc)</param>
189189
/// <param name="direction">direction to sort by (optional)</param>
190190
/// <param name="cancellationToken">Cancellation token enables cancellation between threads. Defaults to CancellationToken.None</param>
191191
/// <returns>Task of List&lt;Association&gt;</returns>
@@ -203,7 +203,7 @@ public interface IFilesApiAsync : IApiAccessor
203203
/// <param name="objectId">Object id for single object</param>
204204
/// <param name="pagesize">pass an optional page size value (optional)</param>
205205
/// <param name="page">number of records to skip for pagination (optional)</param>
206-
/// <param name="sort">values to sort by (optional)</param>
206+
/// <param name="sort">values to sort by (optional, default to CreatedDateUtc)</param>
207207
/// <param name="direction">direction to sort by (optional)</param>
208208
/// <param name="cancellationToken">Cancellation token enables cancellation between threads. Defaults to CancellationToken.None</param>
209209
/// <returns>Task of ApiResponse (List&lt;Association&gt;)</returns>
@@ -1104,7 +1104,7 @@ public async System.Threading.Tasks.Task DeleteFolderAsync (string accessToken,
11041104
/// <param name="objectId">Object id for single object</param>
11051105
/// <param name="pagesize">pass an optional page size value (optional)</param>
11061106
/// <param name="page">number of records to skip for pagination (optional)</param>
1107-
/// <param name="sort">values to sort by (optional)</param>
1107+
/// <param name="sort">values to sort by (optional, default to CreatedDateUtc)</param>
11081108
/// <param name="direction">direction to sort by (optional)</param>
11091109
/// <param name="cancellationToken">Cancellation token enables cancellation between threads. Defaults to CancellationToken.None</param>
11101110
/// <returns>Task of List&lt;Association&gt;</returns>
@@ -1124,7 +1124,7 @@ public async System.Threading.Tasks.Task<List<Association>> GetAssociationsByObj
11241124
/// <param name="objectId">Object id for single object</param>
11251125
/// <param name="pagesize">pass an optional page size value (optional)</param>
11261126
/// <param name="page">number of records to skip for pagination (optional)</param>
1127-
/// <param name="sort">values to sort by (optional)</param>
1127+
/// <param name="sort">values to sort by (optional, default to CreatedDateUtc)</param>
11281128
/// <param name="direction">direction to sort by (optional)</param>
11291129
/// <param name="cancellationToken">Cancellation token enables cancellation between threads. Defaults to CancellationToken.None</param>
11301130
/// <returns>Task of ApiResponse (List&lt;Association&gt;)</returns>

Xero.NetStandard.OAuth2/Api/FinanceApi.cs

Lines changed: 1 addition & 1 deletion
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: 12.0.2
10+
// The version of the OpenAPI document: 13.0.0
1111

1212

1313
using System;

Xero.NetStandard.OAuth2/Api/IdentityApi.cs

Lines changed: 1 addition & 1 deletion
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: 12.0.2
10+
// The version of the OpenAPI document: 13.0.0
1111

1212

1313
using System;

Xero.NetStandard.OAuth2/Api/PayrollAUApi.cs

Lines changed: 1 addition & 1 deletion
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: 12.0.2
10+
// The version of the OpenAPI document: 13.0.0
1111

1212

1313
using System;

Xero.NetStandard.OAuth2/Api/PayrollAUV2Api.cs

Lines changed: 1 addition & 1 deletion
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: 12.0.2
10+
// The version of the OpenAPI document: 13.0.0
1111

1212

1313
using System;

Xero.NetStandard.OAuth2/Api/PayrollNZApi.cs

Lines changed: 1 addition & 1 deletion
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: 12.0.2
10+
// The version of the OpenAPI document: 13.0.0
1111

1212

1313
using System;

0 commit comments

Comments
 (0)