@tellescope/types-models 1.255.4 → 1.255.5

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.
@@ -564,6 +564,7 @@ export interface Organization extends Organization_readonly, Organization_requir
564
564
  stripeKeyDetails?: StripeKeyDetail[];
565
565
  metriportIntegrationDetails?: MetriportIntegrationDetail[];
566
566
  additionalIterableKeys?: string[];
567
+ healthieIntegrationIds?: string[];
567
568
  defaultDoseSpotPharmacies?: {
568
569
  id: string;
569
570
  name: string;
@@ -975,6 +976,7 @@ export interface Enduser extends Enduser_readonly, Enduser_required, Enduser_upd
975
976
  references?: RelatedRecord[];
976
977
  recentViewers?: RecentViewer[];
977
978
  healthie_dietitian_id?: string;
979
+ healthieIntegrationId?: string;
978
980
  unsubscribePhone?: boolean;
979
981
  externalId?: string;
980
982
  humanReadableId?: string;