@nomalism-com/types 0.29.32 → 0.29.33

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.
@@ -941,6 +941,7 @@ export interface Task {
941
941
  history: unknown | null;
942
942
  status: ITaskStatusDataType;
943
943
  future_date: Date | null;
944
+ number: number;
944
945
  created_at: Date;
945
946
  updated_at: Date;
946
947
  created_by: string;
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "typescript",
10
10
  "helper"
11
11
  ],
12
- "version": "0.29.32",
12
+ "version": "0.29.33",
13
13
  "main": "./dist/index.min.js",
14
14
  "types": "./dist/index.d.ts",
15
15
  "files": [