Skip to content

Commit 86819ea

Browse files
authored
Merge pull request #513 from XeroAPI/new_docs_and_4_11_1
docs improvement, and fix the vsn num in headers
2 parents c21b0dd + e57f008 commit 86819ea

File tree

17 files changed

+33432
-41498
lines changed

17 files changed

+33432
-41498
lines changed

README.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,7 @@
11
# xero-node
22
![npm](https://img.shields.io/npm/v/xero-node?label=xero-node)
3-
4-
## OAuth 2 support
5-
6-
## SDK Documentation
7-
xero-node supports OAuth2 authentication and all the XeroAPI Sets
8-
* Accounting API:
9-
* Assets API:
10-
* AU Payroll API:
11-
* Bankfeeds API:
12-
* UK Payroll API:
13-
* Files API:
14-
153
## SDK Documentation
16-
* Core [Accounting Api Docs](https://xeroapi.github.io/xero-node/accounting/index.html)
4+
* [Accounting Api Docs](https://xeroapi.github.io/xero-node/accounting/index.html)
175
---
186
* [Asset Api Docs](https://xeroapi.github.io/xero-node/assets/index.html)
197
* [Project Api Docs](https://xeroapi.github.io/xero-node/payroll-au/index.html)

docs/accounting/index.html

Lines changed: 1082 additions & 4190 deletions
Large diffs are not rendered by default.

docs/assets/index.html

Lines changed: 1474 additions & 1679 deletions
Large diffs are not rendered by default.

docs/bankfeeds/index.html

Lines changed: 1924 additions & 2267 deletions
Large diffs are not rendered by default.

docs/files/index.html

Lines changed: 3663 additions & 4130 deletions
Large diffs are not rendered by default.

docs/payroll-au/index.html

Lines changed: 6537 additions & 7569 deletions
Large diffs are not rendered by default.

docs/payroll-uk/index.html

Lines changed: 15576 additions & 18090 deletions
Large diffs are not rendered by default.

docs/projects/index.html

Lines changed: 3166 additions & 3551 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xero-node",
3-
"version": "4.11.1",
3+
"version": "4.11.2",
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export enum AccountingApiApiKeys {
6868

6969
export class AccountingApi {
7070
protected _basePath = defaultBasePath;
71-
protected defaultHeaders : any = {'user-agent': 'xero-node-4.10.2'};
71+
protected defaultHeaders : any = {'user-agent': 'xero-node-4.11.2'};
7272
protected _useQuerystring : boolean = false;
7373
protected binaryHeaders : any = {};
7474

src/gen/api/assetApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export enum AssetApiApiKeys {
2323

2424
export class AssetApi {
2525
protected _basePath = defaultBasePath;
26-
protected defaultHeaders : any = {'user-agent': 'xero-node-4.10.2'};
26+
protected defaultHeaders : any = {'user-agent': 'xero-node-4.11.2'};
2727
protected _useQuerystring : boolean = false;
2828
protected binaryHeaders : any = {};
2929

src/gen/api/bankfeedsApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export enum BankFeedsApiApiKeys {
2222

2323
export class BankFeedsApi {
2424
protected _basePath = defaultBasePath;
25-
protected defaultHeaders : any = {'user-agent': 'xero-node-4.10.2'};
25+
protected defaultHeaders : any = {'user-agent': 'xero-node-4.11.2'};
2626
protected _useQuerystring : boolean = false;
2727
protected binaryHeaders : any = {};
2828

src/gen/api/filesApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export enum FilesApiApiKeys {
2323

2424
export class FilesApi {
2525
protected _basePath = defaultBasePath;
26-
protected defaultHeaders : any = {'user-agent': 'xero-node-4.10.2'};
26+
protected defaultHeaders : any = {'user-agent': 'xero-node-4.11.2'};
2727
protected _useQuerystring : boolean = false;
2828
protected binaryHeaders : any = {};
2929

src/gen/api/payrollAUApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export enum PayrollAuApiApiKeys {
3939

4040
export class PayrollAuApi {
4141
protected _basePath = defaultBasePath;
42-
protected defaultHeaders : any = {'user-agent': 'xero-node-4.10.2'};
42+
protected defaultHeaders : any = {'user-agent': 'xero-node-4.11.2'};
4343
protected _useQuerystring : boolean = false;
4444
protected binaryHeaders : any = {};
4545

src/gen/api/payrollNZApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export enum PayrollNzApiApiKeys {
8080

8181
export class PayrollNzApi {
8282
protected _basePath = defaultBasePath;
83-
protected defaultHeaders : any = {'user-agent': 'xero-node-4.10.2'};
83+
protected defaultHeaders : any = {'user-agent': 'xero-node-4.11.2'};
8484
protected _useQuerystring : boolean = false;
8585
protected binaryHeaders : any = {};
8686

src/gen/api/payrollUKApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export enum PayrollUkApiApiKeys {
8080

8181
export class PayrollUkApi {
8282
protected _basePath = defaultBasePath;
83-
protected defaultHeaders : any = {'user-agent': 'xero-node-4.10.2'};
83+
protected defaultHeaders : any = {'user-agent': 'xero-node-4.11.2'};
8484
protected _useQuerystring : boolean = false;
8585
protected binaryHeaders : any = {};
8686

src/gen/api/projectApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export enum ProjectApiApiKeys {
2929

3030
export class ProjectApi {
3131
protected _basePath = defaultBasePath;
32-
protected defaultHeaders : any = {'user-agent': 'xero-node-4.10.2'};
32+
protected defaultHeaders : any = {'user-agent': 'xero-node-4.11.2'};
3333
protected _useQuerystring : boolean = false;
3434
protected binaryHeaders : any = {};
3535

0 commit comments

Comments
 (0)