Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

xero-node

Package Overview
Dependencies
Maintainers
4
Versions
176
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xero-node - npm Package Compare versions

Comparing version 4.1.5 to 4.1.6

dist/gen/model/accounting/quoteLineAmountTypes.d.ts

4

dist/gen/model/accounting/lineItemTracking.d.ts

@@ -18,2 +18,6 @@ /**

/**
* The Xero identifier for a tracking category option
*/
'trackingOptionID'?: string;
/**
* The name of the tracking category

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

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

{
"name": "trackingOptionID",
"baseName": "TrackingOptionID",
"type": "string"
},
{
"name": "name",

@@ -30,0 +35,0 @@ "baseName": "Name",

@@ -81,2 +81,3 @@ export * from './account';

export * from './quote';
export * from './quoteLineAmountTypes';
export * from './quoteStatusCodes';

@@ -83,0 +84,0 @@ export * from './quotes';

@@ -86,2 +86,3 @@ "use strict";

__export(require("./quote"));
__export(require("./quoteLineAmountTypes"));
__export(require("./quoteStatusCodes"));

@@ -199,2 +200,3 @@ __export(require("./quotes"));

const quote_1 = require("./quote");
const quoteLineAmountTypes_1 = require("./quoteLineAmountTypes");
const quoteStatusCodes_1 = require("./quoteStatusCodes");

@@ -287,2 +289,3 @@ const quotes_1 = require("./quotes");

"PurchaseOrder.StatusEnum": purchaseOrder_1.PurchaseOrder.StatusEnum,
"QuoteLineAmountTypes": quoteLineAmountTypes_1.QuoteLineAmountTypes,
"QuoteStatusCodes": quoteStatusCodes_1.QuoteStatusCodes,

@@ -289,0 +292,0 @@ "Receipt.StatusEnum": receipt_1.Receipt.StatusEnum,

10

dist/gen/model/accounting/quote.d.ts

@@ -14,4 +14,4 @@ /**

import { CurrencyCode } from './currencyCode';
import { LineAmountTypes } from './lineAmountTypes';
import { LineItem } from './lineItem';
import { QuoteLineAmountTypes } from './quoteLineAmountTypes';
import { QuoteStatusCodes } from './quoteStatusCodes';

@@ -35,11 +35,11 @@ export declare class Quote {

'terms'?: string;
'contact': Contact;
'contact'?: Contact;
/**
* See LineItems
*/
'lineItems': Array<LineItem>;
'lineItems'?: Array<LineItem>;
/**
* Date quote was issued – YYYY-MM-DD. If the Date element is not specified it will default to the current date based on the timezone setting of the organisation
*/
'date': string;
'date'?: string;
/**

@@ -95,3 +95,3 @@ * Date the quote was issued (YYYY-MM-DD)

'updatedDateUTC'?: Date;
'lineAmountTypes'?: LineAmountTypes;
'lineAmountTypes'?: QuoteLineAmountTypes;
static discriminator: string | undefined;

@@ -98,0 +98,0 @@ static attributeTypeMap: Array<{

@@ -130,5 +130,5 @@ "use strict";

"baseName": "LineAmountTypes",
"type": "LineAmountTypes"
"type": "QuoteLineAmountTypes"
}
];
//# sourceMappingURL=quote.js.map
{
"name": "xero-node",
"version": "4.1.5",
"version": "4.1.6",
"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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc