diff --git a/docs/accounting/index.html b/docs/accounting/index.html index 3d99d332..0cf880a6 100644 --- a/docs/accounting/index.html +++ b/docs/accounting/index.html @@ -6217,7 +6217,7 @@ SDK: - VSN: 9.2.0 + VSN: 9.4.0 Methods createAccount diff --git a/docs/appstore/index.html b/docs/appstore/index.html index 1061222e..5943fd9f 100644 --- a/docs/appstore/index.html +++ b/docs/appstore/index.html @@ -1242,7 +1242,7 @@ SDK: - VSN: 9.2.0 + VSN: 9.4.0 Methods getSubscription diff --git a/docs/assets/index.html b/docs/assets/index.html index 505c7692..ad461bcc 100644 --- a/docs/assets/index.html +++ b/docs/assets/index.html @@ -1393,7 +1393,7 @@ SDK: - VSN: 9.2.0 + VSN: 9.4.0 Methods createAsset diff --git a/docs/bankfeeds/index.html b/docs/bankfeeds/index.html index 5f5b52e7..69cb0022 100644 --- a/docs/bankfeeds/index.html +++ b/docs/bankfeeds/index.html @@ -1269,7 +1269,7 @@ SDK: - VSN: 9.2.0 + VSN: 9.4.0 Methods createFeedConnections diff --git a/docs/files/index.html b/docs/files/index.html index 5df9d768..e43677ae 100644 --- a/docs/files/index.html +++ b/docs/files/index.html @@ -1171,7 +1171,7 @@ SDK: - VSN: 9.2.0 + VSN: 9.4.0 Methods createFileAssociation diff --git a/docs/finance/index.html b/docs/finance/index.html index 5c8fca2f..9859451c 100644 --- a/docs/finance/index.html +++ b/docs/finance/index.html @@ -2738,7 +2738,7 @@ SDK: - VSN: 9.2.0 + VSN: 9.4.0 Methods getAccountingActivityAccountUsage diff --git a/docs/payroll-au/index.html b/docs/payroll-au/index.html index b26664f7..88816dcb 100644 --- a/docs/payroll-au/index.html +++ b/docs/payroll-au/index.html @@ -3413,7 +3413,7 @@ SDK: - VSN: 9.2.0 + VSN: 9.4.0 Methods approveLeaveApplication diff --git a/docs/payroll-nz/index.html b/docs/payroll-nz/index.html index e3199658..4e574596 100644 --- a/docs/payroll-nz/index.html +++ b/docs/payroll-nz/index.html @@ -4032,7 +4032,7 @@ SDK: - VSN: 9.2.0 + VSN: 9.4.0 Methods approveTimesheet diff --git a/docs/payroll-uk/index.html b/docs/payroll-uk/index.html index bd0a76f3..3ece5ccb 100644 --- a/docs/payroll-uk/index.html +++ b/docs/payroll-uk/index.html @@ -3511,7 +3511,7 @@ SDK: - VSN: 9.2.0 + VSN: 9.4.0 Methods approveTimesheet diff --git a/docs/projects/index.html b/docs/projects/index.html index 14b4a957..9cc15f6e 100644 --- a/docs/projects/index.html +++ b/docs/projects/index.html @@ -1463,7 +1463,7 @@ SDK: - VSN: 9.2.0 + VSN: 9.4.0 Methods createProject diff --git a/src/gen/api/appStoreApi.ts b/src/gen/api/appStoreApi.ts index fc844c62..785d4b0f 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.2.0'}; + protected defaultHeaders : any = {'user-agent': 'xero-node-9.4.0'}; protected _useQuerystring : boolean = false; protected binaryHeaders : any = {}; diff --git a/src/gen/api/assetApi.ts b/src/gen/api/assetApi.ts index 7ba065fd..ef03dab7 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.2.0'}; + protected defaultHeaders : any = {'user-agent': 'xero-node-9.4.0'}; protected _useQuerystring : boolean = false; protected binaryHeaders : any = {}; diff --git a/src/gen/api/bankfeedsApi.ts b/src/gen/api/bankfeedsApi.ts index b4c9d837..1b609ef3 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.2.0'}; + protected defaultHeaders : any = {'user-agent': 'xero-node-9.4.0'}; protected _useQuerystring : boolean = false; protected binaryHeaders : any = {}; diff --git a/src/gen/api/filesApi.ts b/src/gen/api/filesApi.ts index dc0c6bb6..2917e74a 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.2.0'}; + protected defaultHeaders : any = {'user-agent': 'xero-node-9.4.0'}; protected _useQuerystring : boolean = false; protected binaryHeaders : any = {}; diff --git a/src/gen/api/financeApi.ts b/src/gen/api/financeApi.ts index 60931392..737f03aa 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.2.0'}; + protected defaultHeaders : any = {'user-agent': 'xero-node-9.4.0'}; protected _useQuerystring : boolean = false; protected binaryHeaders : any = {}; diff --git a/src/gen/api/projectApi.ts b/src/gen/api/projectApi.ts index 8840a85c..ab5a7c32 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.2.0'}; + protected defaultHeaders : any = {'user-agent': 'xero-node-9.4.0'}; protected _useQuerystring : boolean = false; protected binaryHeaders : any = {};