xero-node
Advanced tools
Comparing version 4.1.5 to 4.1.6
@@ -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, |
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1399048
247
32441