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.32 to 0.0.33

lib/enums/half-day.d.ts

1

lib/index.d.ts

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

4

lib/interfaces/time-entry.interface.d.ts
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;

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