@clepsydre/types
Advanced tools
Comparing version 0.0.42 to 0.0.43
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.HalfDay = void 0; | ||
var HalfDay; | ||
@@ -4,0 +5,0 @@ (function (HalfDay) { |
@@ -7,3 +7,3 @@ "use strict"; | ||
endDate: new Date(), | ||
mission: {} | ||
mission: {}, | ||
}; |
@@ -10,3 +10,2 @@ export * from './interfaces/mission.interface'; | ||
export * from './enums/half-day'; | ||
export * from './interfaces/activity.interfance'; | ||
export * from './interfaces/additional-time-entry.interface'; |
"use strict"; | ||
function __export(m) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
} | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__export(require("./enums/half-day")); | ||
__exportStar(require("./interfaces/mission.interface"), exports); | ||
__exportStar(require("./interfaces/time-entry.interface"), exports); | ||
__exportStar(require("./interfaces/period.interface"), exports); | ||
__exportStar(require("./interfaces/project.interface"), exports); | ||
__exportStar(require("./interfaces/auth-token.interface"), exports); | ||
__exportStar(require("./interfaces/absence-reason.interface"), exports); | ||
__exportStar(require("./interfaces/user.interface"), exports); | ||
__exportStar(require("./interfaces/data-area.interface"), exports); | ||
__exportStar(require("./enums/half-day"), exports); | ||
__exportStar(require("./interfaces/additional-time-entry.interface"), exports); |
@@ -7,2 +7,3 @@ import { Mission } from './mission.interface'; | ||
mission: Mission; | ||
message?: string; | ||
} |
@@ -1,2 +0,1 @@ | ||
import { Activity } from './activity.interfance'; | ||
export interface Project { | ||
@@ -6,3 +5,2 @@ dynamicsId: string; | ||
name?: string; | ||
activity?: Activity; | ||
} |
{ | ||
"name": "@clepsydre/types", | ||
"version": "0.0.42", | ||
"version": "0.0.43", | ||
"description": "Clepsydre types", | ||
@@ -5,0 +5,0 @@ "private": false, |
@@ -7,3 +7,3 @@ import { AdditionalTimeEntry } from 'interfaces/additional-time-entry.interface'; | ||
endDate: new Date(), | ||
mission: {} | ||
mission: {}, | ||
}; |
@@ -10,3 +10,2 @@ export * from './interfaces/mission.interface'; | ||
export * from './enums/half-day'; | ||
export * from './interfaces/activity.interfance'; | ||
export * from './interfaces/additional-time-entry.interface'; |
@@ -13,2 +13,3 @@ import { Mission } from './mission.interface'; | ||
mission: Mission; | ||
message?: string; | ||
} |
@@ -1,3 +0,1 @@ | ||
import { Activity } from './activity.interfance'; | ||
/* | ||
@@ -10,3 +8,2 @@ used in "Mission" interface | ||
name?: string; | ||
activity?: Activity; | ||
} |
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
10550
43
355