@clockentes/types
Advanced tools
Comparing version 0.0.12 to 0.0.13
export * from './interfaces/clockify-project'; | ||
export * from './interfaces/clockify-time-entry'; | ||
export * from './interfaces/clockify-time-interval'; | ||
export * from './interfaces/clockify-user'; | ||
export * from './interfaces/clockify-worker'; | ||
export * from './interfaces/dynamics-project'; | ||
export * from './interfaces/dynamics-user'; | ||
export * from './interfaces/dynamics-worker'; | ||
export * from './interfaces/firestore-project'; | ||
export * from './interfaces/firestore-user'; | ||
export * from './interfaces/firestore-worker'; |
@@ -41,4 +41,4 @@ export interface ClockifyProject { | ||
workspaceId: string; | ||
d365: string; | ||
dynamicsId: string; | ||
toSynchronize: boolean; | ||
} |
export interface FirestoreProject { | ||
d365: string; | ||
dynamicsId: string; | ||
toSynchronize: boolean; | ||
} |
{ | ||
"name": "@clockentes/types", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"description": "Clockentes types", | ||
@@ -5,0 +5,0 @@ "private": false, |
export * from './interfaces/clockify-project'; | ||
export * from './interfaces/clockify-time-entry'; | ||
export * from './interfaces/clockify-time-interval'; | ||
export * from './interfaces/clockify-user'; | ||
export * from './interfaces/clockify-worker'; | ||
export * from './interfaces/dynamics-project'; | ||
export * from './interfaces/dynamics-user'; | ||
export * from './interfaces/dynamics-worker'; | ||
export * from './interfaces/firestore-project'; | ||
export * from './interfaces/firestore-user'; | ||
export * from './interfaces/firestore-worker'; | ||
@@ -45,4 +45,4 @@ export interface ClockifyProject { | ||
workspaceId: string; | ||
d365: string; | ||
dynamicsId: string; | ||
toSynchronize: boolean; | ||
} |
export interface FirestoreProject { | ||
d365: string; | ||
dynamicsId: string; | ||
toSynchronize: boolean; | ||
} |
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
7363
36
243