@demind-inc/core 1.5.64 → 1.5.65

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.
@@ -82,6 +82,7 @@ export interface CalendarAutoScheduleFrom {
82
82
  id: string;
83
83
  chatSessionId?: string;
84
84
  predicted?: boolean;
85
+ edited?: boolean;
85
86
  }
86
87
  export type CalendarEventShowAs = "busy" | "available";
87
88
  export type CalendarEventVisibility = "default" | "public" | "private" | "confidential";
@@ -103,6 +103,7 @@ export interface CalendarAutoScheduleFrom {
103
103
  id: string;
104
104
  chatSessionId?: string;
105
105
  predicted?: boolean;
106
+ edited?: boolean;
106
107
  }
107
108
 
108
109
  export type CalendarEventShowAs = "busy" | "available";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@demind-inc/core",
3
- "version": "1.5.64",
3
+ "version": "1.5.65",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "scripts": {