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

@timetac/js-client-library

Package Overview
Dependencies
Maintainers
0
Versions
214
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@timetac/js-client-library - npm Package Compare versions

Comparing version 2.29.1 to 2.29.2

4

dist/cjs/workSchedules/types.d.ts

@@ -17,3 +17,3 @@ export type WorkSchedule = {

};
export type WorkScheduleCreate = Omit<Partial<WorkSchedule>, 'id' | 'archived' | 'editable' | 'deletable' | 'status' | 'law_limit_daily_hours' | 'law_limit_weekly_hours' | 'law_rest_period_minimum_hours' | 'law_rest_period_minimum_weekly_hours' | 'is_default' | 'type'>;
export type WorkScheduleUpdate = Pick<WorkSchedule, 'id'> & Omit<Partial<WorkSchedule>, 'archived' | 'editable' | 'deletable' | 'status' | 'id' | 'law_limit_daily_hours' | 'law_limit_weekly_hours' | 'law_rest_period_minimum_hours' | 'law_rest_period_minimum_weekly_hours' | 'is_default' | 'type'>;
export type WorkScheduleCreate = Omit<Partial<WorkSchedule>, 'id' | 'archived' | 'editable' | 'deletable' | 'status' | 'law_limit_daily_hours' | 'law_limit_weekly_hours' | 'law_rest_period_minimum_hours' | 'law_rest_period_minimum_weekly_hours' | 'is_default'>;
export type WorkScheduleUpdate = Pick<WorkSchedule, 'id'> & Omit<Partial<WorkSchedule>, 'archived' | 'editable' | 'deletable' | 'status' | 'id' | 'law_limit_daily_hours' | 'law_limit_weekly_hours' | 'law_rest_period_minimum_hours' | 'law_rest_period_minimum_weekly_hours' | 'is_default'>;

@@ -17,3 +17,3 @@ export type WorkSchedule = {

};
export type WorkScheduleCreate = Omit<Partial<WorkSchedule>, 'id' | 'archived' | 'editable' | 'deletable' | 'status' | 'law_limit_daily_hours' | 'law_limit_weekly_hours' | 'law_rest_period_minimum_hours' | 'law_rest_period_minimum_weekly_hours' | 'is_default' | 'type'>;
export type WorkScheduleUpdate = Pick<WorkSchedule, 'id'> & Omit<Partial<WorkSchedule>, 'archived' | 'editable' | 'deletable' | 'status' | 'id' | 'law_limit_daily_hours' | 'law_limit_weekly_hours' | 'law_rest_period_minimum_hours' | 'law_rest_period_minimum_weekly_hours' | 'is_default' | 'type'>;
export type WorkScheduleCreate = Omit<Partial<WorkSchedule>, 'id' | 'archived' | 'editable' | 'deletable' | 'status' | 'law_limit_daily_hours' | 'law_limit_weekly_hours' | 'law_rest_period_minimum_hours' | 'law_rest_period_minimum_weekly_hours' | 'is_default'>;
export type WorkScheduleUpdate = Pick<WorkSchedule, 'id'> & Omit<Partial<WorkSchedule>, 'archived' | 'editable' | 'deletable' | 'status' | 'id' | 'law_limit_daily_hours' | 'law_limit_weekly_hours' | 'law_rest_period_minimum_hours' | 'law_rest_period_minimum_weekly_hours' | 'is_default'>;
{
"name": "@timetac/js-client-library",
"version": "2.29.1",
"version": "2.29.2",
"description": "TimeTac API JS client library",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/TimeTac/js-client-library#readme",

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