@clxmedia/types 1.0.198 → 1.0.199

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.
@@ -216,7 +216,11 @@ export type CLXTaskBase = {
216
216
  export type CLXTaskResolution = "done" | "skipped" | "none";
217
217
  export type CLXTaskTag = {
218
218
  id: number;
219
+ task_id: number;
219
220
  name: string;
221
+ added_by_user_id?: number;
222
+ comment?: string;
223
+ created_at: Date;
220
224
  };
221
225
  export type CLXTask = CLXTaskBase & {
222
226
  id: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clxmedia/types",
3
- "version": "1.0.198",
3
+ "version": "1.0.199",
4
4
  "description": "Conversion Logix TypeScript type definitions",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",