Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@clepsydre/types

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clepsydre/types - npm Package Compare versions

Comparing version 0.0.29 to 0.0.30

0

lib/index.d.ts

@@ -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 });

2

lib/interfaces/mission.interface.d.ts

@@ -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 @@ 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 @@ {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc