@demind-inc/core 1.5.19 → 1.5.20

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.
@@ -80,7 +80,6 @@ export interface CalendarEventUser {
80
80
  export interface CalendarAutoScheduleFrom {
81
81
  from: CalendarScheduleFrom;
82
82
  id: string;
83
- chatSessionId?: string;
84
83
  }
85
84
  export type CalendarEventShowAs = "busy" | "available";
86
85
  export type CalendarEventVisibility = "default" | "public" | "private" | "confidential";
@@ -101,7 +101,6 @@ export interface CalendarEventUser {
101
101
  export interface CalendarAutoScheduleFrom {
102
102
  from: CalendarScheduleFrom;
103
103
  id: string;
104
- chatSessionId?: string;
105
104
  }
106
105
 
107
106
  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.19",
3
+ "version": "1.5.20",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "scripts": {