@clxmedia/types 1.0.133 → 1.0.134

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.
@@ -122,8 +122,10 @@ export type CLXTaskWithStatus = CLXTask & {
122
122
  started_at: Date | null;
123
123
  completed_at: Date | null;
124
124
  verified_at: Date | null;
125
+ skipped_at: Date | null;
125
126
  responsibility: 'internal' | 'external';
126
127
  status: CLXTaskStatus;
128
+ resolution: 'done' | 'skipped' | null;
127
129
  };
128
130
  export type CLXTaskWithHistory = CLXTaskWithStatus & {
129
131
  history: CLXTaskHistoryEntry[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clxmedia/types",
3
- "version": "1.0.133",
3
+ "version": "1.0.134",
4
4
  "description": "Conversion Logix TypeScript type definitions",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",