@eventric/mastertour
Advanced tools
Comparing version 1.0.6 to 1.0.7
export interface MasterTourData { | ||
[key: string]: any; | ||
createdBy: string; | ||
createdDate: string | number; | ||
createdDate: string | number | Date; | ||
id: string; | ||
@@ -9,5 +9,5 @@ isDeleted: number; | ||
modifiedBy: string; | ||
modifiedDate: string | number; | ||
modifiedDate: string | number | Date; | ||
syncChecksum: string; | ||
syncDate: string | number; | ||
syncDate: string | number | Date; | ||
syncId: number; | ||
@@ -14,0 +14,0 @@ voType?: string; |
{ | ||
"name": "@eventric/mastertour", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"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
6492