@demind-inc/core 1.6.61 → 1.6.63

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.
@@ -120,6 +120,7 @@ export interface CalendarTaskFrom {
120
120
  boardId: string;
121
121
  taskId: string;
122
122
  from: TodoAppFrom;
123
+ autoSuggestedReason?: string;
123
124
  }
124
125
  export interface ActivityFrom {
125
126
  activityId: string;
@@ -50,6 +50,7 @@ export interface DateTimeSet {
50
50
  date?: string;
51
51
  timezone?: string;
52
52
  autoSuggested?: boolean;
53
+ autoSuggestedReason?: string;
53
54
  }
54
55
  export interface TaskRecurring {
55
56
  isRecurring: boolean;
@@ -156,6 +156,7 @@ export interface CalendarTaskFrom {
156
156
  boardId: string;
157
157
  taskId: string;
158
158
  from: TodoAppFrom;
159
+ autoSuggestedReason?: string;
159
160
  }
160
161
 
161
162
  export interface ActivityFrom {
@@ -56,6 +56,7 @@ export interface DateTimeSet {
56
56
  date?: string;
57
57
  timezone?: string;
58
58
  autoSuggested?: boolean;
59
+ autoSuggestedReason?: string;
59
60
  }
60
61
 
61
62
  export interface TaskRecurring {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@demind-inc/core",
3
- "version": "1.6.61",
3
+ "version": "1.6.63",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "scripts": {