@timetac/js-client-library
Advanced tools
Comparing version 2.29.1 to 2.29.2
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
669346