@tellescope/types-models 1.194.0 → 1.195.0

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.
@@ -596,6 +596,7 @@ export interface User extends User_required, User_readonly, User_updatesDisabled
596
596
  drChronoId?: string;
597
597
  canvasId?: string;
598
598
  medplumId?: string;
599
+ athenaId?: string;
599
600
  zoomId?: string;
600
601
  zendeskId?: number;
601
602
  tags?: string[];
@@ -2120,6 +2121,7 @@ export type BaseAvailabilityBlock = {
2120
2121
  userId: string;
2121
2122
  startTimeInMS: number;
2122
2123
  durationInMinutes: number;
2124
+ externalId?: string;
2123
2125
  };
2124
2126
  export interface AvailabilityBlock_readonly extends ClientRecord {
2125
2127
  }
@@ -2190,6 +2192,7 @@ export interface CalendarEvent_updatesDisabled {
2190
2192
  }
2191
2193
  export interface CalendarEvent extends CalendarEvent_readonly, CalendarEvent_required, CalendarEvent_updatesDisabled {
2192
2194
  athenaDepartmentId?: string;
2195
+ athenaTypeId?: string;
2193
2196
  actualDuration?: number;
2194
2197
  dontSyncToCanvas?: boolean;
2195
2198
  reason?: string;
@@ -2404,6 +2407,7 @@ export interface CalendarEventTemplate extends CalendarEventTemplate_readonly, C
2404
2407
  preventRescheduleMinutesInAdvance?: number;
2405
2408
  preventCancelMinutesInAdvance?: number;
2406
2409
  athenaDepartmentId?: string;
2410
+ athenaTypeId?: string;
2407
2411
  }
2408
2412
  export interface AppointmentLocation_readonly extends ClientRecord {
2409
2413
  }