File tree Expand file tree Collapse file tree 10 files changed +20
-20
lines changed Expand file tree Collapse file tree 10 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " xero-node" ,
3
- "version" : " 4.10.4 " ,
3
+ "version" : " 4.11.0 " ,
4
4
"description" : " Xero NodeJS OAuth 2.0 client for xero-node" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
11
11
"url" : " git://github.com/XeroAPI/xero-node.git"
12
12
},
13
13
"scripts" : {
14
- "preinstall " : " npx npm-force-resolutions" ,
14
+ "prepare " : " npx npm-force-resolutions" ,
15
15
"build" : " tsc" ,
16
16
"test" : " jest"
17
17
},
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ export enum AccountingApiApiKeys {
68
68
69
69
export class AccountingApi {
70
70
protected _basePath = defaultBasePath;
71
- protected defaultHeaders : any = {'user-agent': 'xero-node-4.10.4 '};
71
+ protected defaultHeaders : any = {'user-agent': 'xero-node-4.11.0 '};
72
72
protected _useQuerystring : boolean = false;
73
73
protected binaryHeaders : any = {};
74
74
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ export enum AssetApiApiKeys {
23
23
24
24
export class AssetApi {
25
25
protected _basePath = defaultBasePath ;
26
- protected defaultHeaders : any = { 'user-agent' : 'xero-node-4.10.4 ' } ;
26
+ protected defaultHeaders : any = { 'user-agent' : 'xero-node-4.11.0 ' } ;
27
27
protected _useQuerystring : boolean = false ;
28
28
protected binaryHeaders : any = { } ;
29
29
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ export enum BankFeedsApiApiKeys {
22
22
23
23
export class BankFeedsApi {
24
24
protected _basePath = defaultBasePath ;
25
- protected defaultHeaders : any = { 'user-agent' : 'xero-node-4.10.4 ' } ;
25
+ protected defaultHeaders : any = { 'user-agent' : 'xero-node-4.11.0 ' } ;
26
26
protected _useQuerystring : boolean = false ;
27
27
protected binaryHeaders : any = { } ;
28
28
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ export enum FilesApiApiKeys {
23
23
24
24
export class FilesApi {
25
25
protected _basePath = defaultBasePath ;
26
- protected defaultHeaders : any = { 'user-agent' : 'xero-node-4.10.4 ' } ;
26
+ protected defaultHeaders : any = { 'user-agent' : 'xero-node-4.11.0 ' } ;
27
27
protected _useQuerystring : boolean = false ;
28
28
protected binaryHeaders : any = { } ;
29
29
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ export enum PayrollAuApiApiKeys {
39
39
40
40
export class PayrollAuApi {
41
41
protected _basePath = defaultBasePath ;
42
- protected defaultHeaders : any = { 'user-agent' : 'xero-node-4.10.4 ' } ;
42
+ protected defaultHeaders : any = { 'user-agent' : 'xero-node-4.11.0 ' } ;
43
43
protected _useQuerystring : boolean = false ;
44
44
protected binaryHeaders : any = { } ;
45
45
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ export enum PayrollNzApiApiKeys {
80
80
81
81
export class PayrollNzApi {
82
82
protected _basePath = defaultBasePath ;
83
- protected defaultHeaders : any = { 'user-agent' : 'xero-node-4.10.4 ' } ;
83
+ protected defaultHeaders : any = { 'user-agent' : 'xero-node-4.11.0 ' } ;
84
84
protected _useQuerystring : boolean = false ;
85
85
protected binaryHeaders : any = { } ;
86
86
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ export enum PayrollUkApiApiKeys {
80
80
81
81
export class PayrollUkApi {
82
82
protected _basePath = defaultBasePath ;
83
- protected defaultHeaders : any = { 'user-agent' : 'xero-node-4.10.4 ' } ;
83
+ protected defaultHeaders : any = { 'user-agent' : 'xero-node-4.11.0 ' } ;
84
84
protected _useQuerystring : boolean = false ;
85
85
protected binaryHeaders : any = { } ;
86
86
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ export enum ProjectApiApiKeys {
29
29
30
30
export class ProjectApi {
31
31
protected _basePath = defaultBasePath ;
32
- protected defaultHeaders : any = { 'user-agent' : 'xero-node-4.10.4 ' } ;
32
+ protected defaultHeaders : any = { 'user-agent' : 'xero-node-4.11.0 ' } ;
33
33
protected _useQuerystring : boolean = false ;
34
34
protected binaryHeaders : any = { } ;
35
35
You can’t perform that action at this time.
0 commit comments