From ea10c974f8923a7e6df851e8b7dae3b89b88d870 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Fri, 30 Aug 2024 11:39:13 +0000 Subject: [PATCH] new version upgrade --- package.json | 4 ++-- src/gen/api/accountingApi.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 9c96f43e..1fd16dd0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "xero-node", - "version": "9.2.0", - "description": "Xero NodeJS OAuth 2.0 client for xero-node", + "version": "9.99.0", + "description": "Xero NodeJS OAuth 2.0 client for xero-node testing joy again testing joy and joy", "main": "dist/index.js", "types": "dist/index.d.ts", "author": "Xero Platform Team", diff --git a/src/gen/api/accountingApi.ts b/src/gen/api/accountingApi.ts index 2ff8079d..3c7f7f50 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.2.0'}; + protected defaultHeaders : any = {'user-agent': 'xero-node-9.99.0'}; protected _useQuerystring : boolean = false; protected binaryHeaders : any = {};