@clockentes/types
Advanced tools
Comparing version 0.0.43 to 0.0.44
@@ -5,7 +5,7 @@ export interface ClockifyTask { | ||
projectId: string; | ||
assigneeIds: string[]; | ||
assigneeId: string; | ||
estimate: string; | ||
status: string; | ||
duration: string; | ||
assigneeIds?: string[]; | ||
assigneeId?: string; | ||
estimate?: string; | ||
status?: string; | ||
duration?: string; | ||
} |
{ | ||
"name": "@clockentes/types", | ||
"version": "0.0.43", | ||
"version": "0.0.44", | ||
"description": "Clockentes types", | ||
@@ -5,0 +5,0 @@ "private": false, |
@@ -5,7 +5,7 @@ export interface ClockifyTask { | ||
projectId: string; | ||
assigneeIds: string[]; | ||
assigneeId: string; | ||
estimate: string; | ||
status: string; | ||
duration: string; | ||
assigneeIds?: string[]; | ||
assigneeId?: string; | ||
estimate?: string; | ||
status?: string; | ||
duration?: 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
29811