@clepsydre/types
Advanced tools
Comparing version 0.0.29 to 0.0.30
@@ -0,0 +0,0 @@ export * from './interfaces/mission.interface'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface AbsenceReason { |
"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 }); |
@@ -5,3 +5,3 @@ import { Period } from './period.interface'; | ||
export interface Mission { | ||
id?: string; | ||
_id?: string; | ||
project?: Project; | ||
@@ -8,0 +8,0 @@ period?: Period; |
"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 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 }); |
import { Mission } from './mission.interface'; | ||
import { AbsenceReason } from './absence-reason.interface'; | ||
export interface TimeEntry { | ||
id?: string; | ||
_id?: string; | ||
date: Date; | ||
@@ -6,0 +6,0 @@ morning: boolean; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
export interface User { | ||
dynamicsId: string; | ||
name?: string; | ||
admin?: boolean; | ||
} |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
{ | ||
"name": "@clepsydre/types", | ||
"version": "0.0.29", | ||
"version": "0.0.30", | ||
"description": "Clepsydre types", | ||
@@ -5,0 +5,0 @@ "private": false, |
# Types | ||
v0.0.30 | ||
1) npm login | ||
2) npm publish |
@@ -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'; |
@@ -0,0 +0,0 @@ export interface AbsenceReason { |
@@ -0,0 +0,0 @@ import { User } from './user.interface'; |
@@ -0,0 +0,0 @@ export interface DataArea { |
@@ -11,3 +11,3 @@ import { Period } from './period.interface'; | ||
export interface Mission { | ||
id?: string; | ||
_id?: string; | ||
project?: Project; | ||
@@ -14,0 +14,0 @@ period?: Period; |
@@ -0,0 +0,0 @@ export interface Period { |
@@ -0,0 +0,0 @@ /* |
@@ -0,0 +0,0 @@ import { User } from './user.interface'; |
@@ -10,3 +10,3 @@ import { Mission } from './mission.interface'; | ||
export interface TimeEntry { | ||
id?: string; | ||
_id?: string; | ||
date: Date; | ||
@@ -13,0 +13,0 @@ morning: boolean; |
@@ -7,2 +7,3 @@ /* | ||
name?: string; | ||
admin?: boolean; | ||
} |
@@ -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
6
7285
34
259