@clxmedia/types 1.0.161 → 1.0.162

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.
@@ -200,6 +200,7 @@ export type CLXTaskMetaData = {
200
200
  label: string;
201
201
  };
202
202
  reminders?: TaskReminderScheduleConfig;
203
+ tags?: string[];
203
204
  notifications?: TaskNotificationConfig[];
204
205
  };
205
206
  export type CLXTaskTriggerConstraint = 'event_user_to_onboarding_recipient_match' | 'project_id_match';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clxmedia/types",
3
- "version": "1.0.161",
3
+ "version": "1.0.162",
4
4
  "description": "Conversion Logix TypeScript type definitions",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",