@timetac/js-client-library
Advanced tools
Comparing version 0.21.1 to 0.22.0
@@ -11,3 +11,3 @@ import { ProjectStatus } from '../enums'; | ||
is_done: boolean; | ||
view_order: number | null; | ||
view_order: number; | ||
icon_name: string; | ||
@@ -19,3 +19,3 @@ custom_icon_name: string; | ||
deadline: string | null; | ||
object_type: string; | ||
object_type: 'subproject'; | ||
notes: string; | ||
@@ -22,0 +22,0 @@ client_id: number; |
@@ -12,3 +12,3 @@ import { TaskStatus } from '../enums'; | ||
is_done: boolean; | ||
view_order: number | null; | ||
view_order: number; | ||
icon_name: string; | ||
@@ -15,0 +15,0 @@ custom_icon_name: string; |
{ | ||
"name": "@timetac/js-client-library", | ||
"version": "0.21.1", | ||
"version": "0.22.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
215843