@eventric/mastertour
Advanced tools
Comparing version 1.0.5 to 1.0.6
import getDatesBetweenDates from "./getDatesBetweenDates"; | ||
import getClosestDay from "./getClosestDay"; | ||
export { getClosestDay, getDatesBetweenDates }; | ||
import getAttachmentPath from "./getAttachmentPath"; | ||
export { getClosestDay, getDatesBetweenDates, getAttachmentPath }; |
@@ -6,3 +6,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.getDatesBetweenDates = exports.getClosestDay = void 0; | ||
exports.getAttachmentPath = exports.getDatesBetweenDates = exports.getClosestDay = void 0; | ||
var getDatesBetweenDates_1 = __importDefault(require("./getDatesBetweenDates")); | ||
@@ -12,1 +12,3 @@ exports.getDatesBetweenDates = getDatesBetweenDates_1.default; | ||
exports.getClosestDay = getClosestDay_1.default; | ||
var getAttachmentPath_1 = __importDefault(require("./getAttachmentPath")); | ||
exports.getAttachmentPath = getAttachmentPath_1.default; |
@@ -17,5 +17,5 @@ export interface MasterTourData { | ||
[key: string]: any; | ||
tourId?: string; | ||
tourId: string; | ||
name?: string; | ||
dayDate?: Date; | ||
dayDate: Date; | ||
dayType?: string; | ||
@@ -35,1 +35,12 @@ generalNotes?: string; | ||
} | ||
export interface Attachment extends MasterTourData { | ||
organizationId: string; | ||
filename: string; | ||
filesize: number; | ||
metadata: object; | ||
mimetype: string; | ||
parentVo: string; | ||
parentId: string; | ||
subtype: string; | ||
isUploaded: boolean; | ||
} |
{ | ||
"name": "@eventric/mastertour", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "A library for interacting programmatically with the Master Tour platform", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
6471
12
127