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

@clockentes/types

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clockentes/types - npm Package Compare versions

Comparing version 0.0.12 to 0.0.13

dist/interfaces/clockify-worker.d.ts

6

dist/index.d.ts
export * from './interfaces/clockify-project';
export * from './interfaces/clockify-time-entry';
export * from './interfaces/clockify-time-interval';
export * from './interfaces/clockify-user';
export * from './interfaces/clockify-worker';
export * from './interfaces/dynamics-project';
export * from './interfaces/dynamics-user';
export * from './interfaces/dynamics-worker';
export * from './interfaces/firestore-project';
export * from './interfaces/firestore-user';
export * from './interfaces/firestore-worker';

@@ -41,4 +41,4 @@ export interface ClockifyProject {

workspaceId: string;
d365: string;
dynamicsId: string;
toSynchronize: boolean;
}
export interface FirestoreProject {
d365: string;
dynamicsId: string;
toSynchronize: boolean;
}
{
"name": "@clockentes/types",
"version": "0.0.12",
"version": "0.0.13",
"description": "Clockentes types",

@@ -5,0 +5,0 @@ "private": false,

export * from './interfaces/clockify-project';
export * from './interfaces/clockify-time-entry';
export * from './interfaces/clockify-time-interval';
export * from './interfaces/clockify-user';
export * from './interfaces/clockify-worker';
export * from './interfaces/dynamics-project';
export * from './interfaces/dynamics-user';
export * from './interfaces/dynamics-worker';
export * from './interfaces/firestore-project';
export * from './interfaces/firestore-user';
export * from './interfaces/firestore-worker';

@@ -45,4 +45,4 @@ export interface ClockifyProject {

workspaceId: string;
d365: string;
dynamicsId: string;
toSynchronize: boolean;
}
export interface FirestoreProject {
d365: string;
dynamicsId: string;
toSynchronize: boolean;
}
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