@tellescope/types-models 1.252.2 → 1.252.3

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.
@@ -2563,6 +2563,7 @@ export interface FormResponse extends FormResponse_readonly, FormResponse_requir
2563
2563
  pushedToPortalAt?: Date;
2564
2564
  belugaStatus?: string;
2565
2565
  belugaScheduleLink?: string;
2566
+ mdiStatus?: string;
2566
2567
  fieldViews?: {
2567
2568
  fieldId: string;
2568
2569
  fieldTitle: string;
@@ -2895,6 +2896,7 @@ export interface CalendarEventTemplate extends CalendarEventTemplate_readonly, C
2895
2896
  canvasReasonCoding?: CanvasCoding;
2896
2897
  tags?: string[];
2897
2898
  matchToHealthieTemplate?: boolean;
2899
+ healthieTemplateId?: string;
2898
2900
  useUserURL?: boolean;
2899
2901
  instructions?: string;
2900
2902
  dontAutoSyncPatientToHealthie?: boolean;