@demind-inc/core 1.3.5 → 1.3.6

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
@@ -30,6 +30,7 @@ export interface ScheduledAction {
30
30
  endDate: string;
31
31
  taskId?: string;
32
32
  categoryId?: string;
33
+ phase?: CircadianPhase;
33
34
  }
34
35
  export interface ScheduledActionOptions {
35
36
  startDate: string;
package/lib/types.ts CHANGED
@@ -64,6 +64,7 @@ export interface ScheduledAction {
64
64
  endDate: string;
65
65
  taskId?: string;
66
66
  categoryId?: string
67
+ phase?: CircadianPhase
67
68
  }
68
69
 
69
70
  export interface ScheduledActionOptions {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@demind-inc/core",
3
- "version": "1.3.5",
3
+ "version": "1.3.6",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "scripts": {