@clepsydre/types
Advanced tools
Comparing version 0.0.25 to 0.0.26
export interface AbsenceReason { | ||
clepsydreId: string; | ||
id: string; | ||
dynamicsDataAreaId?: string; | ||
@@ -4,0 +4,0 @@ projectId?: string; |
export interface User { | ||
dynamicsId: string; | ||
dynamicsDataAreaId?: string; | ||
name?: string; | ||
} |
{ | ||
"name": "@clepsydre/types", | ||
"version": "0.0.25", | ||
"version": "0.0.26", | ||
"description": "Clepsydre types", | ||
@@ -5,0 +5,0 @@ "private": false, |
export interface AbsenceReason { | ||
clepsydreId: string; | ||
id: string; | ||
dynamicsDataAreaId?: string; | ||
@@ -4,0 +4,0 @@ projectId?: string; |
@@ -6,4 +6,3 @@ /* | ||
dynamicsId: string; | ||
dynamicsDataAreaId?: string; | ||
name?: string; | ||
} |
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
7846
285