@tellescope/types-models 1.252.1 → 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.
@@ -402,10 +402,15 @@ export interface Organization_required {
402
402
  export interface Organization_updatesDisabled {
403
403
  subdomain: string;
404
404
  }
405
+ export interface OrganizationPlan {
406
+ type?: string;
407
+ }
405
408
  export interface Organization extends Organization_readonly, Organization_required, Organization_updatesDisabled {
406
409
  inboxThreadsBuiltFrom?: Date | '';
407
410
  inboxThreadsBuiltTo?: Date | '';
408
411
  bedrockAIAllowed?: boolean;
412
+ plan?: OrganizationPlan;
413
+ onboardingStatus?: string;
409
414
  subdomains?: string[];
410
415
  owner?: string;
411
416
  timezone?: Timezone;
@@ -2558,6 +2563,7 @@ export interface FormResponse extends FormResponse_readonly, FormResponse_requir
2558
2563
  pushedToPortalAt?: Date;
2559
2564
  belugaStatus?: string;
2560
2565
  belugaScheduleLink?: string;
2566
+ mdiStatus?: string;
2561
2567
  fieldViews?: {
2562
2568
  fieldId: string;
2563
2569
  fieldTitle: string;
@@ -2890,6 +2896,7 @@ export interface CalendarEventTemplate extends CalendarEventTemplate_readonly, C
2890
2896
  canvasReasonCoding?: CanvasCoding;
2891
2897
  tags?: string[];
2892
2898
  matchToHealthieTemplate?: boolean;
2899
+ healthieTemplateId?: string;
2893
2900
  useUserURL?: boolean;
2894
2901
  instructions?: string;
2895
2902
  dontAutoSyncPatientToHealthie?: boolean;