@clepsydre/types
Advanced tools
Comparing version 0.0.28 to 0.0.29
@@ -0,0 +0,0 @@ export * from './interfaces/mission.interface'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -6,2 +6,3 @@ export interface AbsenceReason { | ||
activityId?: string; | ||
label?: string; | ||
} |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { User } from './user.interface'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface DataArea { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { Period } from './period.interface'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface Period { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface ProjectData { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface Project { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { User } from './user.interface'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -6,7 +6,4 @@ export interface TimeEntryData { | ||
worked: boolean; | ||
reason?: { | ||
activityNumber: string; | ||
label: string; | ||
}; | ||
missionId: string; | ||
reason?: string; | ||
projectId: string; | ||
} |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { Mission } from './mission.interface'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface User { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface ReportCsvRequestData { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface TokenData { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
{ | ||
"name": "@clepsydre/types", | ||
"version": "0.0.28", | ||
"version": "0.0.29", | ||
"description": "Clepsydre types", | ||
@@ -5,0 +5,0 @@ "private": false, |
# Types | ||
@@ -8,2 +8,2 @@ export * from './interfaces/mission.interface'; | ||
export * from './interfaces/user.interface'; | ||
export * from './interfaces/data-area.interface'; | ||
export * from './interfaces/data-area.interface'; |
@@ -6,2 +6,3 @@ export interface AbsenceReason { | ||
activityId?: string; | ||
label?: string; | ||
} |
@@ -0,0 +0,0 @@ import { User } from './user.interface'; |
@@ -0,0 +0,0 @@ export interface DataArea { |
@@ -0,0 +0,0 @@ import { Period } from './period.interface'; |
@@ -0,0 +0,0 @@ export interface Period { |
@@ -0,0 +0,0 @@ /* |
@@ -0,0 +0,0 @@ import { User } from './user.interface'; |
@@ -0,0 +0,0 @@ import { Mission } from './mission.interface'; |
@@ -0,0 +0,0 @@ /* |
@@ -0,0 +0,0 @@ { |
@@ -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
9551
52
334