@clepsydre/types
Advanced tools
Comparing version 0.0.32 to 0.0.33
@@ -9,1 +9,2 @@ export * from './interfaces/mission.interface'; | ||
export * from './interfaces/data-area.interface'; | ||
export * from './enums/half-day'; |
"use strict"; | ||
function __export(m) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
} | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__export(require("./enums/half-day")); |
import { Mission } from './mission.interface'; | ||
import { AbsenceReason } from './absence-reason.interface'; | ||
import { HalfDay } from 'enums/half-day'; | ||
export interface TimeEntry { | ||
_id?: string; | ||
date: Date; | ||
morning: boolean; | ||
afternoon: boolean; | ||
time: HalfDay; | ||
mission?: Mission; | ||
@@ -9,0 +9,0 @@ absence?: AbsenceReason; |
{ | ||
"name": "@clepsydre/types", | ||
"version": "0.0.32", | ||
"version": "0.0.33", | ||
"description": "Clepsydre types", | ||
@@ -5,0 +5,0 @@ "private": false, |
@@ -9,1 +9,2 @@ export * from './interfaces/mission.interface'; | ||
export * from './interfaces/data-area.interface'; | ||
export * from './enums/half-day'; |
import { Mission } from './mission.interface'; | ||
import { AbsenceReason } from './absence-reason.interface'; | ||
import { User } from './user.interface'; | ||
import { HalfDay } from 'enums/half-day'; | ||
@@ -13,4 +14,3 @@ /* | ||
date: Date; | ||
morning: boolean; | ||
afternoon: boolean; | ||
time: HalfDay; | ||
mission?: Mission; | ||
@@ -17,0 +17,0 @@ absence?: AbsenceReason; |
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
9115
47
330