@timetac/js-client-library
Advanced tools
Comparing version 0.22.0 to 0.23.0
@@ -41,2 +41,3 @@ import { ProjectStatus } from '../enums'; | ||
target_duration_sum_up_by_task: boolean; | ||
name_path: string; | ||
}; |
@@ -50,2 +50,3 @@ import { TaskStatus } from '../enums'; | ||
is_nonworking: boolean; | ||
name_path: string; | ||
}; | ||
@@ -52,0 +53,0 @@ export declare type TaskCreate = Omit<Partial<Task>, 'id' | 'node_path' | 'view_id' | 'ultimate_mother_id' | 'view_order' | 'icon_name' | 'object_type'> & { |
{ | ||
"name": "@timetac/js-client-library", | ||
"version": "0.22.0", | ||
"version": "0.23.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
215889
3166