@tellescope/types-models 1.131.0 → 1.131.1

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.
@@ -362,6 +362,10 @@ export interface Organization extends Organization_readonly, Organization_requir
362
362
  iframeURL: string;
363
363
  }[];
364
364
  stripePublicKeys?: string[];
365
+ defaultDoseSpotPharmacies?: {
366
+ id: string;
367
+ name: string;
368
+ }[];
365
369
  }
366
370
  export type OrganizationTheme = {
367
371
  name: string;