diff --git a/docs/accounting/index.html b/docs/accounting/index.html index d5196aef..17cf762a 100644 --- a/docs/accounting/index.html +++ b/docs/accounting/index.html @@ -6340,7 +6340,7 @@ SDK: - VSN: 9.3.0 + VSN: 10.99.0 Methods createAccount diff --git a/docs/appstore/index.html b/docs/appstore/index.html index 91b318e9..7e6dae20 100644 --- a/docs/appstore/index.html +++ b/docs/appstore/index.html @@ -1242,7 +1242,7 @@ SDK: - VSN: 9.3.0 + VSN: 10.99.0 Methods getSubscription diff --git a/docs/assets/index.html b/docs/assets/index.html index 344058b1..4fd13395 100644 --- a/docs/assets/index.html +++ b/docs/assets/index.html @@ -1393,7 +1393,7 @@ SDK: - VSN: 9.3.0 + VSN: 10.99.0 Methods createAsset diff --git a/docs/bankfeeds/index.html b/docs/bankfeeds/index.html index 5612b651..55b63e97 100644 --- a/docs/bankfeeds/index.html +++ b/docs/bankfeeds/index.html @@ -1269,7 +1269,7 @@ SDK: - VSN: 9.3.0 + VSN: 10.99.0 Methods createFeedConnections diff --git a/docs/files/index.html b/docs/files/index.html index 4c900216..df397f2c 100644 --- a/docs/files/index.html +++ b/docs/files/index.html @@ -1171,7 +1171,7 @@ SDK: - VSN: 9.3.0 + VSN: 10.99.0 Methods createFileAssociation diff --git a/docs/finance/index.html b/docs/finance/index.html index 93ea874d..ef27f2e6 100644 --- a/docs/finance/index.html +++ b/docs/finance/index.html @@ -2738,7 +2738,7 @@ SDK: - VSN: 9.3.0 + VSN: 10.99.0 Methods getAccountingActivityAccountUsage diff --git a/docs/payroll-au/index.html b/docs/payroll-au/index.html index 2e0283fc..8f6a71f7 100644 --- a/docs/payroll-au/index.html +++ b/docs/payroll-au/index.html @@ -3413,7 +3413,7 @@ SDK: - VSN: 9.3.0 + VSN: 10.99.0 Methods approveLeaveApplication diff --git a/docs/payroll-nz/index.html b/docs/payroll-nz/index.html index 2011dbce..93ff696a 100644 --- a/docs/payroll-nz/index.html +++ b/docs/payroll-nz/index.html @@ -4032,7 +4032,7 @@ SDK: - VSN: 9.3.0 + VSN: 10.99.0 Methods approveTimesheet diff --git a/docs/payroll-uk/index.html b/docs/payroll-uk/index.html index 0ed33ea3..f25e1bf6 100644 --- a/docs/payroll-uk/index.html +++ b/docs/payroll-uk/index.html @@ -3518,7 +3518,7 @@ SDK: - VSN: 9.3.0 + VSN: 10.99.0 Methods approveTimesheet diff --git a/docs/projects/index.html b/docs/projects/index.html index 5d982425..67d1863a 100644 --- a/docs/projects/index.html +++ b/docs/projects/index.html @@ -1463,7 +1463,7 @@ SDK: - VSN: 9.3.0 + VSN: 10.99.0 Methods createProject diff --git a/package.json b/package.json index 47485b0a..02dfc75e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xero-node", - "version": "9.3.0", + "version": "10.99.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..c829e89b 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-10.99.0'}; protected _useQuerystring : boolean = false; protected binaryHeaders : any = {}; diff --git a/src/gen/api/appStoreApi.ts b/src/gen/api/appStoreApi.ts index be416be0..5ee424af 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-10.99.0'}; protected _useQuerystring : boolean = false; protected binaryHeaders : any = {}; diff --git a/src/gen/api/assetApi.ts b/src/gen/api/assetApi.ts index f4ab82ec..2043b4c8 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-10.99.0'}; protected _useQuerystring : boolean = false; protected binaryHeaders : any = {}; diff --git a/src/gen/api/bankfeedsApi.ts b/src/gen/api/bankfeedsApi.ts index a1887181..f3ac7817 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-10.99.0'}; protected _useQuerystring : boolean = false; protected binaryHeaders : any = {}; diff --git a/src/gen/api/filesApi.ts b/src/gen/api/filesApi.ts index 0e87e135..0de00e58 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-10.99.0'}; protected _useQuerystring : boolean = false; protected binaryHeaders : any = {}; diff --git a/src/gen/api/financeApi.ts b/src/gen/api/financeApi.ts index fcfd7cc4..7909a831 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-10.99.0'}; protected _useQuerystring : boolean = false; protected binaryHeaders : any = {}; diff --git a/src/gen/api/payrollAUApi.ts b/src/gen/api/payrollAUApi.ts index 26d49c1b..1b8b9183 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-10.99.0'}; protected _useQuerystring : boolean = false; protected binaryHeaders : any = {}; diff --git a/src/gen/api/payrollNZApi.ts b/src/gen/api/payrollNZApi.ts index b2c8b2d6..1dc78223 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-10.99.0'}; protected _useQuerystring : boolean = false; protected binaryHeaders : any = {}; diff --git a/src/gen/api/payrollUKApi.ts b/src/gen/api/payrollUKApi.ts index 8ec54fc4..07321131 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-10.99.0'}; protected _useQuerystring : boolean = false; protected binaryHeaders : any = {}; diff --git a/src/gen/api/projectApi.ts b/src/gen/api/projectApi.ts index 4700fdd5..92ca8b37 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-10.99.0'}; protected _useQuerystring : boolean = false; protected binaryHeaders : any = {};