From ec77f4b825cab96b2c4439e1526f4f81ed150d63 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Wed, 28 Aug 2024 10:52:36 +0000 Subject: [PATCH] release notes 12 :##whats changed: api is new test --- package.json | 2 +- src/gen/api/accountingApi.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9c96f43e..7a00cd42 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xero-node", - "version": "9.2.0", + "version": "9.5.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 2ff8079d..cd87acee 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.5.0'}; protected _useQuerystring : boolean = false; protected binaryHeaders : any = {};