@eventric/mastertour
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -6,7 +6,7 @@ export interface MasterTourData { | ||
id: string; | ||
isDeleted: number; | ||
isDeleted: number | boolean; | ||
isOrganizationVO?: boolean; | ||
modifiedBy: string; | ||
modifiedDate: string | number | Date; | ||
syncChecksum: string; | ||
syncChecksum: string | boolean; | ||
syncDate: string | number | Date; | ||
@@ -44,3 +44,3 @@ syncId: number; | ||
subtype: string; | ||
isUploaded: boolean; | ||
isUploaded: boolean | number; | ||
} |
{ | ||
"name": "@eventric/mastertour", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"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
6521