diff --git a/docs/accounting/index.html b/docs/accounting/index.html index d5196aef..306fee28 100644 --- a/docs/accounting/index.html +++ b/docs/accounting/index.html @@ -6340,7 +6340,7 @@ SDK: - VSN: 9.3.0 + VSN: 119.3.0 Methods createAccount diff --git a/docs/appstore/index.html b/docs/appstore/index.html index 91b318e9..04566258 100644 --- a/docs/appstore/index.html +++ b/docs/appstore/index.html @@ -1242,7 +1242,7 @@ SDK: - VSN: 9.3.0 + VSN: 119.3.0 Methods getSubscription diff --git a/docs/assets/index.html b/docs/assets/index.html index 344058b1..ca8103cb 100644 --- a/docs/assets/index.html +++ b/docs/assets/index.html @@ -1393,7 +1393,7 @@ SDK: - VSN: 9.3.0 + VSN: 119.3.0 Methods createAsset diff --git a/docs/bankfeeds/index.html b/docs/bankfeeds/index.html index 5612b651..7f3d9789 100644 --- a/docs/bankfeeds/index.html +++ b/docs/bankfeeds/index.html @@ -1269,7 +1269,7 @@ SDK: - VSN: 9.3.0 + VSN: 119.3.0 Methods createFeedConnections diff --git a/docs/files/index.html b/docs/files/index.html index 4c900216..bfa1f942 100644 --- a/docs/files/index.html +++ b/docs/files/index.html @@ -1171,7 +1171,7 @@ SDK: - VSN: 9.3.0 + VSN: 119.3.0 Methods createFileAssociation diff --git a/docs/finance/index.html b/docs/finance/index.html index 93ea874d..293d43e4 100644 --- a/docs/finance/index.html +++ b/docs/finance/index.html @@ -2738,7 +2738,7 @@ SDK: - VSN: 9.3.0 + VSN: 119.3.0 Methods getAccountingActivityAccountUsage diff --git a/docs/payroll-au/index.html b/docs/payroll-au/index.html index 2e0283fc..8c441655 100644 --- a/docs/payroll-au/index.html +++ b/docs/payroll-au/index.html @@ -3413,7 +3413,7 @@ SDK: - VSN: 9.3.0 + VSN: 119.3.0 Methods approveLeaveApplication diff --git a/docs/payroll-nz/index.html b/docs/payroll-nz/index.html index 2011dbce..90ca8ca4 100644 --- a/docs/payroll-nz/index.html +++ b/docs/payroll-nz/index.html @@ -4032,7 +4032,7 @@ SDK: - VSN: 9.3.0 + VSN: 119.3.0 Methods approveTimesheet diff --git a/docs/payroll-uk/index.html b/docs/payroll-uk/index.html index 0ed33ea3..cc42ac89 100644 --- a/docs/payroll-uk/index.html +++ b/docs/payroll-uk/index.html @@ -3518,7 +3518,7 @@ SDK: - VSN: 9.3.0 + VSN: 119.3.0 Methods approveTimesheet diff --git a/docs/projects/index.html b/docs/projects/index.html index 5d982425..f669a5ef 100644 --- a/docs/projects/index.html +++ b/docs/projects/index.html @@ -1463,7 +1463,7 @@ SDK: - VSN: 9.3.0 + VSN: 119.3.0 Methods createProject diff --git a/package.json b/package.json index 47485b0a..63f480d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xero-node", - "version": "9.3.0", + "version": "119.3.0", "description": "Xero NodeJS OAuth 2.0 client for xero-node", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/src/gen/api/accountingApi.ts b/src/gen/api/accountingApi.ts index e5faf9e9..266fc763 100644 --- a/src/gen/api/accountingApi.ts +++ b/src/gen/api/accountingApi.ts @@ -85,7 +85,7 @@ export enum AccountingApiApiKeys { export class AccountingApi { protected _basePath = defaultBasePath; - protected defaultHeaders : any = {'user-agent': 'xero-node-9.3.0'}; + protected defaultHeaders : any = {'user-agent': 'xero-node-119.3.0'}; protected _useQuerystring : boolean = false; protected binaryHeaders : any = {}; diff --git a/src/gen/api/appStoreApi.ts b/src/gen/api/appStoreApi.ts index be416be0..edfd6cb3 100644 --- a/src/gen/api/appStoreApi.ts +++ b/src/gen/api/appStoreApi.ts @@ -38,7 +38,7 @@ export enum AppStoreApiApiKeys { export class AppStoreApi { protected _basePath = defaultBasePath; - protected defaultHeaders : any = {'user-agent': 'xero-node-9.3.0'}; + protected defaultHeaders : any = {'user-agent': 'xero-node-119.3.0'}; protected _useQuerystring : boolean = false; protected binaryHeaders : any = {}; diff --git a/src/gen/api/assetApi.ts b/src/gen/api/assetApi.ts index f4ab82ec..461b1075 100644 --- a/src/gen/api/assetApi.ts +++ b/src/gen/api/assetApi.ts @@ -37,7 +37,7 @@ export enum AssetApiApiKeys { export class AssetApi { protected _basePath = defaultBasePath; - protected defaultHeaders : any = {'user-agent': 'xero-node-9.3.0'}; + protected defaultHeaders : any = {'user-agent': 'xero-node-119.3.0'}; protected _useQuerystring : boolean = false; protected binaryHeaders : any = {}; diff --git a/src/gen/api/bankfeedsApi.ts b/src/gen/api/bankfeedsApi.ts index a1887181..c02718da 100644 --- a/src/gen/api/bankfeedsApi.ts +++ b/src/gen/api/bankfeedsApi.ts @@ -36,7 +36,7 @@ export enum BankFeedsApiApiKeys { export class BankFeedsApi { protected _basePath = defaultBasePath; - protected defaultHeaders : any = {'user-agent': 'xero-node-9.3.0'}; + protected defaultHeaders : any = {'user-agent': 'xero-node-119.3.0'}; protected _useQuerystring : boolean = false; protected binaryHeaders : any = {}; diff --git a/src/gen/api/filesApi.ts b/src/gen/api/filesApi.ts index 0e87e135..7f3cb3e5 100644 --- a/src/gen/api/filesApi.ts +++ b/src/gen/api/filesApi.ts @@ -36,7 +36,7 @@ export enum FilesApiApiKeys { export class FilesApi { protected _basePath = defaultBasePath; - protected defaultHeaders : any = {'user-agent': 'xero-node-9.3.0'}; + protected defaultHeaders : any = {'user-agent': 'xero-node-119.3.0'}; protected _useQuerystring : boolean = false; protected binaryHeaders : any = {}; diff --git a/src/gen/api/financeApi.ts b/src/gen/api/financeApi.ts index fcfd7cc4..301fd524 100644 --- a/src/gen/api/financeApi.ts +++ b/src/gen/api/financeApi.ts @@ -44,7 +44,7 @@ export enum FinanceApiApiKeys { export class FinanceApi { protected _basePath = defaultBasePath; - protected defaultHeaders : any = {'user-agent': 'xero-node-9.3.0'}; + protected defaultHeaders : any = {'user-agent': 'xero-node-119.3.0'}; protected _useQuerystring : boolean = false; protected binaryHeaders : any = {}; diff --git a/src/gen/api/payrollAUApi.ts b/src/gen/api/payrollAUApi.ts index 26d49c1b..1b3df8bd 100644 --- a/src/gen/api/payrollAUApi.ts +++ b/src/gen/api/payrollAUApi.ts @@ -53,7 +53,7 @@ export enum PayrollAuApiApiKeys { export class PayrollAuApi { protected _basePath = defaultBasePath; - protected defaultHeaders : any = {'user-agent': 'xero-node-9.3.0'}; + protected defaultHeaders : any = {'user-agent': 'xero-node-119.3.0'}; protected _useQuerystring : boolean = false; protected binaryHeaders : any = {}; diff --git a/src/gen/api/payrollNZApi.ts b/src/gen/api/payrollNZApi.ts index b2c8b2d6..0ba152ea 100644 --- a/src/gen/api/payrollNZApi.ts +++ b/src/gen/api/payrollNZApi.ts @@ -97,7 +97,7 @@ export enum PayrollNzApiApiKeys { export class PayrollNzApi { protected _basePath = defaultBasePath; - protected defaultHeaders : any = {'user-agent': 'xero-node-9.3.0'}; + protected defaultHeaders : any = {'user-agent': 'xero-node-119.3.0'}; protected _useQuerystring : boolean = false; protected binaryHeaders : any = {}; diff --git a/src/gen/api/payrollUKApi.ts b/src/gen/api/payrollUKApi.ts index 8ec54fc4..b4bfebed 100644 --- a/src/gen/api/payrollUKApi.ts +++ b/src/gen/api/payrollUKApi.ts @@ -94,7 +94,7 @@ export enum PayrollUkApiApiKeys { export class PayrollUkApi { protected _basePath = defaultBasePath; - protected defaultHeaders : any = {'user-agent': 'xero-node-9.3.0'}; + protected defaultHeaders : any = {'user-agent': 'xero-node-119.3.0'}; protected _useQuerystring : boolean = false; protected binaryHeaders : any = {}; diff --git a/src/gen/api/projectApi.ts b/src/gen/api/projectApi.ts index 4700fdd5..e1690698 100644 --- a/src/gen/api/projectApi.ts +++ b/src/gen/api/projectApi.ts @@ -44,7 +44,7 @@ export enum ProjectApiApiKeys { export class ProjectApi { protected _basePath = defaultBasePath; - protected defaultHeaders : any = {'user-agent': 'xero-node-9.3.0'}; + protected defaultHeaders : any = {'user-agent': 'xero-node-119.3.0'}; protected _useQuerystring : boolean = false; protected binaryHeaders : any = {};