@demind-inc/core 1.7.31 → 1.7.32

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.
@@ -95,6 +95,7 @@ export interface TaskItem {
95
95
  url?: string;
96
96
  dueDateTime?: DateTimeSet;
97
97
  startDateTime?: DateTimeSet;
98
+ actualTime?: DateTimeSet;
98
99
  appFrom: TodoAppFrom;
99
100
  boardId?: string;
100
101
  labels?: TaskLabel[];
@@ -107,6 +107,7 @@ export interface TaskItem {
107
107
  url?: string;
108
108
  dueDateTime?: DateTimeSet;
109
109
  startDateTime?: DateTimeSet;
110
+ actualTime?: DateTimeSet;
110
111
  appFrom: TodoAppFrom;
111
112
  boardId?: string;
112
113
  labels?: TaskLabel[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@demind-inc/core",
3
- "version": "1.7.31",
3
+ "version": "1.7.32",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "scripts": {