@clockentes/types
Advanced tools
Comparing version 0.0.18 to 0.0.20
@@ -0,0 +0,0 @@ export * from './interfaces/clockify-project'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
export interface ClockifyProject { | ||
archived: boolean; | ||
billable: boolean; | ||
client: { | ||
id: string; | ||
name: string; | ||
workspaceId: string; | ||
}; | ||
clientId: string; | ||
clientName: string; | ||
color: string; | ||
duration: string; | ||
estimate: { | ||
@@ -27,18 +24,7 @@ estimate: string; | ||
membershipType: string; | ||
target: string; | ||
workerId: string; | ||
targetId: string; | ||
userId: string; | ||
}]; | ||
name: string; | ||
public: boolean; | ||
tasks: [{ | ||
assigneeId: string; | ||
estimate: string; | ||
id: string; | ||
name: string; | ||
projectId: string; | ||
status: string; | ||
}]; | ||
workspaceId: string; | ||
dynamicsId: string; | ||
toSynchronize: boolean; | ||
} |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { ClockifyTimeInterval } from "./clockify-time-interval"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface ClockifyTimeInterval { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface ClockifyWorker { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface DynamicsProject { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface DynamicsWorker { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface FirestoreConfiguration { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface FirestoreProject { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface FirestoreUser { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
export interface FirestoreWorker { | ||
dynamicsId: string; | ||
} |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
{ | ||
"name": "@clockentes/types", | ||
"version": "0.0.18", | ||
"version": "0.0.20", | ||
"description": "Clockentes types", | ||
@@ -33,2 +33,2 @@ "private": false, | ||
} | ||
} | ||
} |
@@ -0,0 +0,0 @@ # @clockentes/types |
@@ -0,0 +0,0 @@ export * from './interfaces/clockify-project'; |
export interface ClockifyProject { | ||
archived: boolean; | ||
billable: boolean; | ||
client: { | ||
id: string, | ||
name: string, | ||
workspaceId: string, | ||
}; | ||
clientId: string; | ||
clientName: string; | ||
color: string; | ||
duration: string; | ||
estimate: { | ||
@@ -28,4 +25,4 @@ estimate: string, // (Example: PT1H30M15S - 1 hour 30 minutes 15 seconds) | ||
membershipType: string, | ||
target: string, | ||
workerId: string, | ||
targetId: string, | ||
userId: string | ||
} | ||
@@ -35,15 +32,2 @@ ]; | ||
public: boolean; | ||
tasks: [ | ||
{ | ||
assigneeId: string, | ||
estimate: string, // (Example: PT1H30M15S - 1 hour 30 minutes 15 seconds) | ||
id: string, | ||
name: string, | ||
projectId: string, | ||
status: string, // (Status: ACTIVE, DONE) | ||
} | ||
]; | ||
workspaceId: string; | ||
dynamicsId: string; | ||
toSynchronize: boolean; | ||
} |
@@ -0,0 +0,0 @@ import { ClockifyTimeInterval } from "./clockify-time-interval"; |
@@ -0,0 +0,0 @@ export interface ClockifyTimeInterval { |
@@ -0,0 +0,0 @@ export interface ClockifyWorker { |
@@ -0,0 +0,0 @@ export interface DynamicsProject { |
@@ -0,0 +0,0 @@ export interface DynamicsWorker { |
@@ -0,0 +0,0 @@ export interface FirestoreConfiguration { |
@@ -0,0 +0,0 @@ export interface FirestoreProject { |
@@ -0,0 +0,0 @@ export interface FirestoreUser { |
export interface FirestoreWorker { | ||
dynamicsId: string; | ||
} |
@@ -0,0 +0,0 @@ { |
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
6890
220