@clxmedia/types 1.0.201 → 1.0.202
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.
|
@@ -191,7 +191,6 @@ export type CLXTaskMetaData = {
|
|
|
191
191
|
notifications?: TaskNotificationConfig[];
|
|
192
192
|
due_date?: ISODateString;
|
|
193
193
|
priority?: CLXPriority;
|
|
194
|
-
checklist?: CLXTaskChecklistItem[];
|
|
195
194
|
};
|
|
196
195
|
export type CLXTaskTriggerConstraint = "event_user_to_onboarding_recipient_match" | "project_id_match";
|
|
197
196
|
export type CLXTaskTriggerConfig = {
|
|
@@ -259,6 +258,7 @@ export type CLXTaskHistoryEntry = {
|
|
|
259
258
|
};
|
|
260
259
|
export type CLXTaskWithHistory = CLXTask & {
|
|
261
260
|
history: CLXTaskHistoryEntry[];
|
|
261
|
+
checklist?: CLXTaskChecklistItem[];
|
|
262
262
|
project_step?: {
|
|
263
263
|
id: number;
|
|
264
264
|
name: string;
|