@demind-inc/core 1.2.29 → 1.2.31

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.
@@ -32,6 +32,7 @@ export type EventCategoryEnergyPreferenceLevel = "more_energized" | "less_energi
32
32
  export type TimeFormatType = "12h" | "24h";
33
33
  export interface ExportToCalendars {
34
34
  enabled: boolean;
35
+ targetUserId: string;
35
36
  calendars: ExportedCalendar[];
36
37
  }
37
38
  export interface ExportedCalendar {
@@ -1,3 +1,4 @@
1
+ import { DocumentReference } from "@google-cloud/firestore";
1
2
  import { CalendarType } from "./Calendar";
2
3
 
3
4
  export interface Preferences {
@@ -46,6 +47,7 @@ export type TimeFormatType = "12h" | "24h";
46
47
 
47
48
  export interface ExportToCalendars {
48
49
  enabled: boolean;
50
+ targetUserId: string;
49
51
  calendars: ExportedCalendar[];
50
52
  }
51
53
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@demind-inc/core",
3
- "version": "1.2.29",
3
+ "version": "1.2.31",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "scripts": {