@sprucelabs/spruce-calendar-components 20.8.10 → 20.8.13
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.
|
@@ -6,10 +6,10 @@ export interface Schedule {
|
|
|
6
6
|
target: EventTarget;
|
|
7
7
|
events: SpruceSchemas.CalendarUtils.v2021_05_19.CalendarEvent[];
|
|
8
8
|
}
|
|
9
|
+
export declare type DraftEvent = Pick<CalendarEvent, 'id' | 'startDateTimeMs' | 'style' | 'calendarId' | 'target' | 'timeBlocks' | 'isBusy'>;
|
|
9
10
|
export declare type CalendarEvent = SpruceSchemas.HeartwoodViewControllers.v2021_02_11.CalendarEvent;
|
|
10
11
|
export declare type UpdateEvent = SpruceSchemas.Calendar.v2021_05_19.UpdateCalendarEventEmitPayload & CalendarEvent;
|
|
11
|
-
declare type Person = SpruceSchemas.Spruce.v2020_07_22.Person;
|
|
12
|
-
export declare type DraftEvent = Pick<CalendarEvent, 'id' | 'startDateTimeMs' | 'style' | 'calendarId' | 'target' | 'timeBlocks' | 'isBusy'>;
|
|
12
|
+
export declare type Person = SpruceSchemas.Spruce.v2020_07_22.Person;
|
|
13
13
|
export declare type CalendarPerson = SpruceSchemas.HeartwoodViewControllers.v2021_02_11.CalendarPerson;
|
|
14
14
|
export declare type EventType = SpruceSchemas.Calendar.v2021_05_19.CalendarEventType;
|
|
15
15
|
export declare type Calendar = SpruceSchemas.Calendar.v2021_05_19.Calendar;
|
|
@@ -6,10 +6,10 @@ export interface Schedule {
|
|
|
6
6
|
target: EventTarget;
|
|
7
7
|
events: SpruceSchemas.CalendarUtils.v2021_05_19.CalendarEvent[];
|
|
8
8
|
}
|
|
9
|
+
export declare type DraftEvent = Pick<CalendarEvent, 'id' | 'startDateTimeMs' | 'style' | 'calendarId' | 'target' | 'timeBlocks' | 'isBusy'>;
|
|
9
10
|
export declare type CalendarEvent = SpruceSchemas.HeartwoodViewControllers.v2021_02_11.CalendarEvent;
|
|
10
11
|
export declare type UpdateEvent = SpruceSchemas.Calendar.v2021_05_19.UpdateCalendarEventEmitPayload & CalendarEvent;
|
|
11
|
-
declare type Person = SpruceSchemas.Spruce.v2020_07_22.Person;
|
|
12
|
-
export declare type DraftEvent = Pick<CalendarEvent, 'id' | 'startDateTimeMs' | 'style' | 'calendarId' | 'target' | 'timeBlocks' | 'isBusy'>;
|
|
12
|
+
export declare type Person = SpruceSchemas.Spruce.v2020_07_22.Person;
|
|
13
13
|
export declare type CalendarPerson = SpruceSchemas.HeartwoodViewControllers.v2021_02_11.CalendarPerson;
|
|
14
14
|
export declare type EventType = SpruceSchemas.Calendar.v2021_05_19.CalendarEventType;
|
|
15
15
|
export declare type Calendar = SpruceSchemas.Calendar.v2021_05_19.Calendar;
|