@demind-inc/core 1.4.51 → 1.4.53

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.
@@ -1,5 +1,5 @@
1
1
  import { TodoAppFrom } from "./TodoTasks";
2
- export type CalendarType = "google" | "outlook";
2
+ export type CalendarType = "google" | "outlook" | "lifestack";
3
3
  export type CalendarScope = "owner" | "writer" | "reader" | "freeBusyReader";
4
4
  export type CalendarEventStatus = "confirmed" | "tentative" | "cancelled";
5
5
  export interface Calendar {
@@ -99,6 +99,7 @@ export interface Notifications {
99
99
  peaksDips?: boolean;
100
100
  dailyAnalysis?: boolean;
101
101
  calendar?: CalendarNotification;
102
+ satisfaction?: boolean;
102
103
  }
103
104
  export interface CalendarNotification {
104
105
  enabled: boolean;
@@ -1,7 +1,6 @@
1
- import { TodoIntegrationType } from "./TodoIntegrations";
2
1
  import { TodoAppFrom } from "./TodoTasks";
3
2
 
4
- export type CalendarType = "google" | "outlook";
3
+ export type CalendarType = "google" | "outlook" | "lifestack";
5
4
  export type CalendarScope = "owner" | "writer" | "reader" | "freeBusyReader";
6
5
  export type CalendarEventStatus = "confirmed" | "tentative" | "cancelled";
7
6
 
@@ -146,6 +146,7 @@ export interface Notifications {
146
146
  peaksDips?: boolean;
147
147
  dailyAnalysis?: boolean;
148
148
  calendar?: CalendarNotification;
149
+ satisfaction?: boolean;
149
150
  }
150
151
 
151
152
  export interface CalendarNotification {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@demind-inc/core",
3
- "version": "1.4.51",
3
+ "version": "1.4.53",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "scripts": {