@demind-inc/core 1.7.47 → 1.7.48

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.
@@ -247,6 +247,15 @@ export interface EventSeries {
247
247
  eventMetrics?: CalendarEventMetrics;
248
248
  categories?: Array<EventCategorySet>;
249
249
  color?: string;
250
+ scheduleFrom?: CalendarScheduleFrom;
251
+ autoScheduleFrom?: CalendarAutoScheduleFrom;
252
+ routineFrom?: CalendarRoutineFrom;
253
+ unSyncToCalendar?: boolean;
254
+ tracking?: EventTracking;
255
+ icon?: {
256
+ emoji: string;
257
+ color: string;
258
+ };
250
259
  providerRecurrence?: {
251
260
  type: CalendarType;
252
261
  raw: string | AppleRecurrenceRule;
@@ -331,6 +331,15 @@ export interface EventSeries {
331
331
  eventMetrics?: CalendarEventMetrics;
332
332
  categories?: Array<EventCategorySet>;
333
333
  color?: string;
334
+ scheduleFrom?: CalendarScheduleFrom;
335
+ autoScheduleFrom?: CalendarAutoScheduleFrom;
336
+ routineFrom?: CalendarRoutineFrom;
337
+ unSyncToCalendar?: boolean;
338
+ tracking?: EventTracking;
339
+ icon?: {
340
+ emoji: string;
341
+ color: string;
342
+ };
334
343
  providerRecurrence?: {
335
344
  type: CalendarType;
336
345
  raw: string | AppleRecurrenceRule;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@demind-inc/core",
3
- "version": "1.7.47",
3
+ "version": "1.7.48",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "scripts": {