@clockentes/types
Advanced tools
Comparing version 0.0.13 to 0.0.14
@@ -28,3 +28,3 @@ export interface ClockifyProject { | ||
target: string; | ||
userId: string; | ||
workerId: string; | ||
}]; | ||
@@ -31,0 +31,0 @@ name: string; |
@@ -11,4 +11,4 @@ import { ClockifyTimeInterval } from "./clockify-time-interval"; | ||
timeInterval: ClockifyTimeInterval; | ||
userId: string; | ||
workerId: string; | ||
workspaceId: string; | ||
} |
{ | ||
"name": "@clockentes/types", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"description": "Clockentes types", | ||
@@ -5,0 +5,0 @@ "private": false, |
@@ -29,3 +29,3 @@ export interface ClockifyProject { | ||
target: string, | ||
userId: string, | ||
workerId: string, | ||
} | ||
@@ -32,0 +32,0 @@ ]; |
@@ -12,4 +12,4 @@ import { ClockifyTimeInterval } from "./clockify-time-interval"; | ||
timeInterval: ClockifyTimeInterval; | ||
userId: string; | ||
workerId: string; | ||
workspaceId: 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
6783
30
220