@timetac/js-client-library
Advanced tools
Comparing version 0.23.1 to 0.24.0
@@ -92,3 +92,2 @@ export declare type TimesheetAccounting = { | ||
data_changed?: string; | ||
break_law_check?: number; | ||
workday: boolean; | ||
@@ -99,2 +98,8 @@ weekday?: number; | ||
week?: number; | ||
law_limit_daily_hours: boolean; | ||
law_limit_weekly_hours: boolean; | ||
core_time: boolean; | ||
break_law_check: number; | ||
rest_period_check: boolean; | ||
rest_period_weekly_check: boolean; | ||
}; |
{ | ||
"name": "@timetac/js-client-library", | ||
"version": "0.23.1", | ||
"version": "0.24.0", | ||
"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
221272
3240