@demind-inc/core 1.9.2 → 1.9.3

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.
package/dist/types.d.ts CHANGED
@@ -42,6 +42,7 @@ export interface ScheduledAction {
42
42
  priority?: TaskPriority;
43
43
  actionType?: ScheduledActionType;
44
44
  richContext?: RichContext | null;
45
+ unSyncToCalendar?: boolean;
45
46
  }
46
47
  export interface ScheduledActionOptions {
47
48
  startDate: string;
package/lib/types.ts CHANGED
@@ -103,6 +103,7 @@ export interface ScheduledAction {
103
103
  priority?: TaskPriority;
104
104
  actionType?: ScheduledActionType;
105
105
  richContext?: RichContext | null;
106
+ unSyncToCalendar?: boolean;
106
107
  }
107
108
 
108
109
  export interface ScheduledActionOptions {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@demind-inc/core",
3
- "version": "1.9.2",
3
+ "version": "1.9.3",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "scripts": {