@clxmedia/types 1.0.150 → 1.0.151
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -4,7 +4,7 @@ import type { EnterpriseEventSlugs } from "../events";
|
|
|
4
4
|
export type CLXSortDirection = 'asc' | 'desc';
|
|
5
5
|
export type CLXTaskStatus = 'pending' | 'open' | 'done';
|
|
6
6
|
export type CLXTaskFilter = {
|
|
7
|
-
cliq_user_locator_slug
|
|
7
|
+
cliq_user_locator_slug?: CLiQuserLocatorSlug;
|
|
8
8
|
my_tasks?: boolean;
|
|
9
9
|
master_id?: number;
|
|
10
10
|
include_closed?: boolean;
|