Socket
Socket
Sign inDemoInstall

xero-node

Package Overview
Dependencies
88
Maintainers
4
Versions
166
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.29.0 to 4.30.0

2

dist/gen/api/appStoreApi.d.ts

@@ -5,3 +5,3 @@ /**

*
* The version of the OpenAPI document: 2.31.0
* The version of the OpenAPI document: 2.33.1
* Contact: api@xero.com

@@ -8,0 +8,0 @@ *

@@ -6,3 +6,3 @@ "use strict";

*
* The version of the OpenAPI document: 2.31.0
* The version of the OpenAPI document: 2.33.1
* Contact: api@xero.com

@@ -38,3 +38,3 @@ *

this._basePath = defaultBasePath;
this.defaultHeaders = { 'user-agent': 'xero-node-4.29.0' };
this.defaultHeaders = { 'user-agent': 'xero-node-4.30.0' };
this._useQuerystring = false;

@@ -41,0 +41,0 @@ this.binaryHeaders = {};

@@ -5,3 +5,3 @@ /**

*
* The version of the OpenAPI document: 2.31.0
* The version of the OpenAPI document: 2.33.1
* Contact: api@xero.com

@@ -8,0 +8,0 @@ *

@@ -6,3 +6,3 @@ "use strict";

*
* The version of the OpenAPI document: 2.31.0
* The version of the OpenAPI document: 2.33.1
* Contact: api@xero.com

@@ -38,3 +38,3 @@ *

this._basePath = defaultBasePath;
this.defaultHeaders = { 'user-agent': 'xero-node-4.29.0' };
this.defaultHeaders = { 'user-agent': 'xero-node-4.30.0' };
this._useQuerystring = false;

@@ -41,0 +41,0 @@ this.binaryHeaders = {};

@@ -5,3 +5,3 @@ /**

*
* The version of the OpenAPI document: 2.31.0
* The version of the OpenAPI document: 2.33.1
* Contact: api@xero.com

@@ -8,0 +8,0 @@ *

@@ -6,3 +6,3 @@ "use strict";

*
* The version of the OpenAPI document: 2.31.0
* The version of the OpenAPI document: 2.33.1
* Contact: api@xero.com

@@ -38,3 +38,3 @@ *

this._basePath = defaultBasePath;
this.defaultHeaders = { 'user-agent': 'xero-node-4.29.0' };
this.defaultHeaders = { 'user-agent': 'xero-node-4.30.0' };
this._useQuerystring = false;

@@ -41,0 +41,0 @@ this.binaryHeaders = {};

@@ -5,3 +5,3 @@ /**

*
* The version of the OpenAPI document: 2.31.0
* The version of the OpenAPI document: 2.33.1
* Contact: api@xero.com

@@ -8,0 +8,0 @@ *

@@ -6,3 +6,3 @@ "use strict";

*
* The version of the OpenAPI document: 2.31.0
* The version of the OpenAPI document: 2.33.1
* Contact: api@xero.com

@@ -38,3 +38,3 @@ *

this._basePath = defaultBasePath;
this.defaultHeaders = { 'user-agent': 'xero-node-4.29.0' };
this.defaultHeaders = { 'user-agent': 'xero-node-4.30.0' };
this._useQuerystring = false;

@@ -41,0 +41,0 @@ this.binaryHeaders = {};

@@ -5,3 +5,3 @@ /**

*
* The version of the OpenAPI document: 2.31.0
* The version of the OpenAPI document: 2.33.1
* Contact: api@xero.com

@@ -8,0 +8,0 @@ *

@@ -6,3 +6,3 @@ "use strict";

*
* The version of the OpenAPI document: 2.31.0
* The version of the OpenAPI document: 2.33.1
* Contact: api@xero.com

@@ -38,3 +38,3 @@ *

this._basePath = defaultBasePath;
this.defaultHeaders = { 'user-agent': 'xero-node-4.29.0' };
this.defaultHeaders = { 'user-agent': 'xero-node-4.30.0' };
this._useQuerystring = false;

@@ -41,0 +41,0 @@ this.binaryHeaders = {};

@@ -5,3 +5,3 @@ /**

*
* The version of the OpenAPI document: 2.31.0
* The version of the OpenAPI document: 2.33.1
* Contact: api@xero.com

@@ -8,0 +8,0 @@ *

@@ -5,3 +5,3 @@ /**

*
* The version of the OpenAPI document: 2.31.0
* The version of the OpenAPI document: 2.33.1
* Contact: api@xero.com

@@ -8,0 +8,0 @@ *

@@ -5,3 +5,3 @@ /**

*
* The version of the OpenAPI document: 2.31.0
* The version of the OpenAPI document: 2.33.1
* Contact: api@xero.com

@@ -8,0 +8,0 @@ *

@@ -5,3 +5,3 @@ /**

*
* The version of the OpenAPI document: 2.31.0
* The version of the OpenAPI document: 2.33.1
* Contact: api@xero.com

@@ -190,3 +190,3 @@ *

* @param pageSize Optional, it is set to 50 by default. The number of items to return per page in a paged response - Must be a number between 1 and 500.
* @param taskIds taskIdsSearch for all tasks that match a comma separated list of taskIds, i.e. GET https://.../tasks?taskIds={taskID},{taskID}
* @param taskIds Search for all tasks that match a comma separated list of taskIds, i.e. GET https://.../tasks?taskIds={taskID},{taskID}
* @param chargeType

@@ -193,0 +193,0 @@ */

@@ -57,3 +57,3 @@ import { Account } from '././account';

*/
'totalAmount'?: string;
'totalAmount'?: number;
/**

@@ -66,3 +66,3 @@ * UTC timestamp of last update to the payment

*/
'isReconciled'?: string;
'isReconciled'?: boolean;
/**

@@ -69,0 +69,0 @@ * Displays array of validation error messages from the API

@@ -80,3 +80,3 @@ "use strict";

"baseName": "TotalAmount",
"type": "string"
"type": "number"
},

@@ -91,3 +91,3 @@ {

"baseName": "IsReconciled",
"type": "string"
"type": "boolean"
},

@@ -94,0 +94,0 @@ {

import { Account } from '././account';
import { BatchPayment } from '././batchPayment';
import { CreditNote } from '././creditNote';

@@ -20,2 +21,3 @@ import { Invoice } from '././invoice';

'creditNoteNumber'?: string;
'batchPayment'?: BatchPayment;
'account'?: Account;

@@ -22,0 +24,0 @@ /**

@@ -43,2 +43,7 @@ "use strict";

{
"name": "batchPayment",
"baseName": "BatchPayment",
"type": "BatchPayment"
},
{
"name": "account",

@@ -45,0 +50,0 @@ "baseName": "Account",

@@ -159,4 +159,7 @@ import { TaxComponent } from '././taxComponent';

NONEINPUT,
NOTREPORTED
NOTREPORTED,
SROVRRS,
SROVRLVG,
SRLVG
}
}

@@ -172,4 +172,7 @@ "use strict";

ReportTaxTypeEnum[ReportTaxTypeEnum["NOTREPORTED"] = 'NOTREPORTED'] = "NOTREPORTED";
ReportTaxTypeEnum[ReportTaxTypeEnum["SROVRRS"] = 'SROVRRS'] = "SROVRRS";
ReportTaxTypeEnum[ReportTaxTypeEnum["SROVRLVG"] = 'SROVRLVG'] = "SROVRLVG";
ReportTaxTypeEnum[ReportTaxTypeEnum["SRLVG"] = 'SRLVG'] = "SRLVG";
})(ReportTaxTypeEnum = TaxRate.ReportTaxTypeEnum || (TaxRate.ReportTaxTypeEnum = {}));
})(TaxRate = exports.TaxRate || (exports.TaxRate = {}));
//# sourceMappingURL=taxRate.js.map

@@ -71,3 +71,18 @@ /**

TXRCESSINPUT,
TXRCTSINPUT
TXRCTSINPUT,
OUTPUTY23,
DSOUTPUTY23,
INPUTY23,
IMINPUT2Y23,
IGDSINPUT2Y23,
TXPETINPUTY23,
TXESSINPUTY23,
TXN33INPUTY23,
TXREINPUTY23,
TXCAY23,
BADDEBTRELIEFY23,
IGDSINPUT3Y23,
SROVRRSY23,
SROVRLVGY23,
SRLVGY23
}

@@ -76,3 +76,18 @@ "use strict";

TaxType[TaxType["TXRCTSINPUT"] = 'TXRCTSINPUT'] = "TXRCTSINPUT";
TaxType[TaxType["OUTPUTY23"] = 'OUTPUTY23'] = "OUTPUTY23";
TaxType[TaxType["DSOUTPUTY23"] = 'DSOUTPUTY23'] = "DSOUTPUTY23";
TaxType[TaxType["INPUTY23"] = 'INPUTY23'] = "INPUTY23";
TaxType[TaxType["IMINPUT2Y23"] = 'IMINPUT2Y23'] = "IMINPUT2Y23";
TaxType[TaxType["IGDSINPUT2Y23"] = 'IGDSINPUT2Y23'] = "IGDSINPUT2Y23";
TaxType[TaxType["TXPETINPUTY23"] = 'TXPETINPUTY23'] = "TXPETINPUTY23";
TaxType[TaxType["TXESSINPUTY23"] = 'TXESSINPUTY23'] = "TXESSINPUTY23";
TaxType[TaxType["TXN33INPUTY23"] = 'TXN33INPUTY23'] = "TXN33INPUTY23";
TaxType[TaxType["TXREINPUTY23"] = 'TXREINPUTY23'] = "TXREINPUTY23";
TaxType[TaxType["TXCAY23"] = 'TXCAY23'] = "TXCAY23";
TaxType[TaxType["BADDEBTRELIEFY23"] = 'BADDEBTRELIEFY23'] = "BADDEBTRELIEFY23";
TaxType[TaxType["IGDSINPUT3Y23"] = 'IGDSINPUT3Y23'] = "IGDSINPUT3Y23";
TaxType[TaxType["SROVRRSY23"] = 'SROVRRSY23'] = "SROVRRSY23";
TaxType[TaxType["SROVRLVGY23"] = 'SROVRLVGY23'] = "SROVRLVGY23";
TaxType[TaxType["SRLVGY23"] = 'SRLVGY23'] = "SRLVGY23";
})(TaxType = exports.TaxType || (exports.TaxType = {}));
//# sourceMappingURL=taxType.js.map
{
"name": "xero-node",
"version": "4.29.0",
"version": "4.30.0",
"description": "Xero NodeJS OAuth 2.0 client for xero-node",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc