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.28 to 0.0.29

lib/models/mission.interface.d.ts

0

lib/index.d.ts

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

7

lib/interfaces/time-entry-data.interface.d.ts

@@ -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 @@ import { User } from './user.interface';

@@ -0,0 +0,0 @@ import { Mission } from './mission.interface';

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