Skip to content

Commit a88d283

Browse files
authored
Merge pull request #701 from XeroAPI/OAS-6.2.0-xero-node
Build from OAS 6.2.0
2 parents b5e06b0 + 0a07318 commit a88d283

22 files changed

+34
-34
lines changed

docs/accounting/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -2494,7 +2494,7 @@
24942494
},
24952495
"SentToContact" : {
24962496
"type" : "boolean",
2497-
"description" : "boolean to indicate if a credit note has been sent to a contact via the Xero app (currently read only)",
2497+
"description" : "Boolean to set whether the credit note in the Xero app should be marked as “sent”. This can be set only on credit notes that have been approved",
24982498
"readOnly" : true
24992499
},
25002500
"CurrencyRate" : {
@@ -6217,7 +6217,7 @@
62176217
<nav id="scrollingNav">
62186218
<ul class="sidenav nav nav-list">
62196219
<li class="nav-header" data-group="Accounting"><strong>SDK: </strong><span id='sdk-name'></span></li>
6220-
<li class="nav-header" data-group="Accounting"><strong>VSN: </strong>9.1.0</li>
6220+
<li class="nav-header" data-group="Accounting"><strong>VSN: </strong>9.2.0</li>
62216221
<li class="nav-header" data-group="Accounting"><a href="#api-Accounting">Methods</a></li>
62226222
<li data-group="Accounting" data-name="createAccount" class="">
62236223
<a href="#api-Accounting-createAccount">createAccount</a>
@@ -39737,7 +39737,7 @@ <h2>Parameters</h2>
3973739737
"schema" : {
3973839738
"$ref" : "#/components/schemas/CreditNotes"
3973939739
},
39740-
"example" : "{ \"CreditNotes\": [ { \"Type\": \"ACCPAYCREDIT\", \"Contact\": { \"ContactID\": \"430fa14a-f945-44d3-9f97-5df5e28441b8\" }, \"Date\": \"2019-01-05\", \"Status\": \"AUTHORISED\", \"Reference\": \"HelloWorld\", \"LineItems\": [ { \"Description\": \"Foobar\", \"Quantity\": 2, \"UnitAmount\": 20, \"AccountCode\": \"400\" } ] } ] }"
39740+
"example" : "{ \"CreditNotes\": [ { \"Type\": \"ACCPAYCREDIT\", \"Contact\": { \"ContactID\": \"430fa14a-f945-44d3-9f97-5df5e28441b8\" }, \"Date\": \"2019-01-05\", \"Status\": \"AUTHORISED\", \"Reference\": \"HelloWorld\", \"SentToContact\": true, \"LineItems\": [ { \"Description\": \"Foobar\", \"Quantity\": 2, \"UnitAmount\": 20, \"AccountCode\": \"400\" } ] } ] }"
3974139741
}
3974239742
},
3974339743
"required" : true

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>9.1.0</li>
1245+
<li class="nav-header" data-group="AppStore"><strong>VSN: </strong>9.2.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/assets/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1393,7 +1393,7 @@
13931393
<nav id="scrollingNav">
13941394
<ul class="sidenav nav nav-list">
13951395
<li class="nav-header" data-group="Asset"><strong>SDK: </strong><span id='sdk-name'></span></li>
1396-
<li class="nav-header" data-group="Asset"><strong>VSN: </strong>9.1.0</li>
1396+
<li class="nav-header" data-group="Asset"><strong>VSN: </strong>9.2.0</li>
13971397
<li class="nav-header" data-group="Asset"><a href="#api-Asset">Methods</a></li>
13981398
<li data-group="Asset" data-name="createAsset" class="">
13991399
<a href="#api-Asset-createAsset">createAsset</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>9.1.0</li>
1272+
<li class="nav-header" data-group="BankFeeds"><strong>VSN: </strong>9.2.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>9.1.0</li>
1174+
<li class="nav-header" data-group="Files"><strong>VSN: </strong>9.2.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
@@ -2738,7 +2738,7 @@
27382738
<nav id="scrollingNav">
27392739
<ul class="sidenav nav nav-list">
27402740
<li class="nav-header" data-group="Finance"><strong>SDK: </strong><span id='sdk-name'></span></li>
2741-
<li class="nav-header" data-group="Finance"><strong>VSN: </strong>9.1.0</li>
2741+
<li class="nav-header" data-group="Finance"><strong>VSN: </strong>9.2.0</li>
27422742
<li class="nav-header" data-group="Finance"><a href="#api-Finance">Methods</a></li>
27432743
<li data-group="Finance" data-name="getAccountingActivityAccountUsage" class="">
27442744
<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>9.1.0</li>
3416+
<li class="nav-header" data-group="PayrollAu"><strong>VSN: </strong>9.2.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
@@ -4032,7 +4032,7 @@
40324032
<nav id="scrollingNav">
40334033
<ul class="sidenav nav nav-list">
40344034
<li class="nav-header" data-group="PayrollNz"><strong>SDK: </strong><span id='sdk-name'></span></li>
4035-
<li class="nav-header" data-group="PayrollNz"><strong>VSN: </strong>9.1.0</li>
4035+
<li class="nav-header" data-group="PayrollNz"><strong>VSN: </strong>9.2.0</li>
40364036
<li class="nav-header" data-group="PayrollNz"><a href="#api-PayrollNz">Methods</a></li>
40374037
<li data-group="PayrollNz" data-name="approveTimesheet" class="">
40384038
<a href="#api-PayrollNz-approveTimesheet">approveTimesheet</a>

docs/payroll-uk/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3511,7 +3511,7 @@
35113511
<nav id="scrollingNav">
35123512
<ul class="sidenav nav nav-list">
35133513
<li class="nav-header" data-group="PayrollUk"><strong>SDK: </strong><span id='sdk-name'></span></li>
3514-
<li class="nav-header" data-group="PayrollUk"><strong>VSN: </strong>9.1.0</li>
3514+
<li class="nav-header" data-group="PayrollUk"><strong>VSN: </strong>9.2.0</li>
35153515
<li class="nav-header" data-group="PayrollUk"><a href="#api-PayrollUk">Methods</a></li>
35163516
<li data-group="PayrollUk" data-name="approveTimesheet" class="">
35173517
<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>9.1.0</li>
1466+
<li class="nav-header" data-group="Project"><strong>VSN: </strong>9.2.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>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xero-node",
3-
"version": "9.1.0",
3+
"version": "9.2.0",
44
"description": "Xero NodeJS OAuth 2.0 client for xero-node",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

src/gen/api/accountingApi.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Xero Accounting API
33
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
44
*
5-
* The version of the OpenAPI document: 6.1.1
5+
* The version of the OpenAPI document: 6.2.0
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -85,7 +85,7 @@ export enum AccountingApiApiKeys {
8585

8686
export class AccountingApi {
8787
protected _basePath = defaultBasePath;
88-
protected defaultHeaders : any = {'user-agent': 'xero-node-9.1.0'};
88+
protected defaultHeaders : any = {'user-agent': 'xero-node-9.2.0'};
8989
protected _useQuerystring : boolean = false;
9090
protected binaryHeaders : any = {};
9191

src/gen/api/appStoreApi.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Xero AppStore API
33
* These endpoints are for Xero Partners to interact with the App Store Billing platform
44
*
5-
* The version of the OpenAPI document: 6.1.1
5+
* The version of the OpenAPI document: 6.2.0
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -38,7 +38,7 @@ export enum AppStoreApiApiKeys {
3838

3939
export class AppStoreApi {
4040
protected _basePath = defaultBasePath;
41-
protected defaultHeaders : any = {'user-agent': 'xero-node-9.1.0'};
41+
protected defaultHeaders : any = {'user-agent': 'xero-node-9.2.0'};
4242
protected _useQuerystring : boolean = false;
4343
protected binaryHeaders : any = {};
4444

src/gen/api/assetApi.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Xero Assets API
33
* The Assets API exposes fixed asset related functions of the Xero Accounting application and can be used for a variety of purposes such as creating assets, retrieving asset valuations etc.
44
*
5-
* The version of the OpenAPI document: 6.1.1
5+
* The version of the OpenAPI document: 6.2.0
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -37,7 +37,7 @@ export enum AssetApiApiKeys {
3737

3838
export class AssetApi {
3939
protected _basePath = defaultBasePath;
40-
protected defaultHeaders : any = {'user-agent': 'xero-node-9.1.0'};
40+
protected defaultHeaders : any = {'user-agent': 'xero-node-9.2.0'};
4141
protected _useQuerystring : boolean = false;
4242
protected binaryHeaders : any = {};
4343

src/gen/api/bankfeedsApi.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Xero Bank Feeds API
33
* The Bank Feeds API is a closed API that is only available to financial institutions that have an established financial services partnership with Xero. If you\'re an existing financial services partner that wants access, contact your local Partner Manager. If you\'re a financial institution who wants to provide bank feeds to your business customers, contact us to become a financial services partner.
44
*
5-
* The version of the OpenAPI document: 6.1.1
5+
* The version of the OpenAPI document: 6.2.0
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -36,7 +36,7 @@ export enum BankFeedsApiApiKeys {
3636

3737
export class BankFeedsApi {
3838
protected _basePath = defaultBasePath;
39-
protected defaultHeaders : any = {'user-agent': 'xero-node-9.1.0'};
39+
protected defaultHeaders : any = {'user-agent': 'xero-node-9.2.0'};
4040
protected _useQuerystring : boolean = false;
4141
protected binaryHeaders : any = {};
4242

src/gen/api/filesApi.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Xero Files API
33
* These endpoints are specific to Xero Files API
44
*
5-
* The version of the OpenAPI document: 6.1.1
5+
* The version of the OpenAPI document: 6.2.0
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -36,7 +36,7 @@ export enum FilesApiApiKeys {
3636

3737
export class FilesApi {
3838
protected _basePath = defaultBasePath;
39-
protected defaultHeaders : any = {'user-agent': 'xero-node-9.1.0'};
39+
protected defaultHeaders : any = {'user-agent': 'xero-node-9.2.0'};
4040
protected _useQuerystring : boolean = false;
4141
protected binaryHeaders : any = {};
4242

src/gen/api/financeApi.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Xero Finance API
33
* The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital.
44
*
5-
* The version of the OpenAPI document: 6.1.1
5+
* The version of the OpenAPI document: 6.2.0
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -44,7 +44,7 @@ export enum FinanceApiApiKeys {
4444

4545
export class FinanceApi {
4646
protected _basePath = defaultBasePath;
47-
protected defaultHeaders : any = {'user-agent': 'xero-node-9.1.0'};
47+
protected defaultHeaders : any = {'user-agent': 'xero-node-9.2.0'};
4848
protected _useQuerystring : boolean = false;
4949
protected binaryHeaders : any = {};
5050

src/gen/api/payrollAUApi.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Xero Payroll AU API
33
* This is the Xero Payroll API for orgs in Australia region.
44
*
5-
* The version of the OpenAPI document: 6.1.1
5+
* The version of the OpenAPI document: 6.2.0
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -53,7 +53,7 @@ export enum PayrollAuApiApiKeys {
5353

5454
export class PayrollAuApi {
5555
protected _basePath = defaultBasePath;
56-
protected defaultHeaders : any = {'user-agent': 'xero-node-9.1.0'};
56+
protected defaultHeaders : any = {'user-agent': 'xero-node-9.2.0'};
5757
protected _useQuerystring : boolean = false;
5858
protected binaryHeaders : any = {};
5959

src/gen/api/payrollNZApi.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Xero Payroll NZ
33
* This is the Xero Payroll API for orgs in the NZ region.
44
*
5-
* The version of the OpenAPI document: 6.1.1
5+
* The version of the OpenAPI document: 6.2.0
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -97,7 +97,7 @@ export enum PayrollNzApiApiKeys {
9797

9898
export class PayrollNzApi {
9999
protected _basePath = defaultBasePath;
100-
protected defaultHeaders : any = {'user-agent': 'xero-node-9.1.0'};
100+
protected defaultHeaders : any = {'user-agent': 'xero-node-9.2.0'};
101101
protected _useQuerystring : boolean = false;
102102
protected binaryHeaders : any = {};
103103

src/gen/api/payrollUKApi.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Xero Payroll UK
33
* This is the Xero Payroll API for orgs in the UK region.
44
*
5-
* The version of the OpenAPI document: 6.1.1
5+
* The version of the OpenAPI document: 6.2.0
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -94,7 +94,7 @@ export enum PayrollUkApiApiKeys {
9494

9595
export class PayrollUkApi {
9696
protected _basePath = defaultBasePath;
97-
protected defaultHeaders : any = {'user-agent': 'xero-node-9.1.0'};
97+
protected defaultHeaders : any = {'user-agent': 'xero-node-9.2.0'};
9898
protected _useQuerystring : boolean = false;
9999
protected binaryHeaders : any = {};
100100

src/gen/api/projectApi.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Xero Projects API
33
* This is the Xero Projects API
44
*
5-
* The version of the OpenAPI document: 6.1.1
5+
* The version of the OpenAPI document: 6.2.0
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -44,7 +44,7 @@ export enum ProjectApiApiKeys {
4444

4545
export class ProjectApi {
4646
protected _basePath = defaultBasePath;
47-
protected defaultHeaders : any = {'user-agent': 'xero-node-9.1.0'};
47+
protected defaultHeaders : any = {'user-agent': 'xero-node-9.2.0'};
4848
protected _useQuerystring : boolean = false;
4949
protected binaryHeaders : any = {};
5050

src/gen/model/accounting/creditNote.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export class CreditNote {
7171
*/
7272
'reference'?: string;
7373
/**
74-
* boolean to indicate if a credit note has been sent to a contact via the Xero app (currently read only)
74+
* Boolean to set whether the credit note in the Xero app should be marked as “sent”. This can be set only on credit notes that have been approved
7575
*/
7676
'sentToContact'?: boolean;
7777
/**

0 commit comments

Comments
 (0)