@tellescope/types-models 1.142.0 → 1.144.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.
@@ -175,6 +175,8 @@ export type OrganizationSettings = {
175
175
  sharedInboxReadStatus?: boolean;
176
176
  matchEmailAndNames?: boolean;
177
177
  hideNotesFromComposeForm?: boolean;
178
+ showSalesforceId?: boolean;
179
+ loopQueueCallSound?: boolean;
178
180
  };
179
181
  tickets?: {
180
182
  defaultJourneyDueDateOffsetInMS?: number | '';
@@ -3356,6 +3358,21 @@ export type EnduserProfileViewBlocks = {
3356
3358
  "Zus Encounters": EnduserProfileViewBlockBuilder<"Zus Encounters", {
3357
3359
  title: string;
3358
3360
  }>;
3361
+ "Files": EnduserProfileViewBlockBuilder<"Files", {
3362
+ title: string;
3363
+ }>;
3364
+ "Tickets": EnduserProfileViewBlockBuilder<"Tickets", {
3365
+ title: string;
3366
+ }>;
3367
+ "Events": EnduserProfileViewBlockBuilder<"Events", {
3368
+ title: string;
3369
+ }>;
3370
+ "Labs": EnduserProfileViewBlockBuilder<"Labs", {
3371
+ title: string;
3372
+ }>;
3373
+ "Medications": EnduserProfileViewBlockBuilder<"Medications", {
3374
+ title: string;
3375
+ }>;
3359
3376
  };
3360
3377
  export type EnduserProfileViewBlockType = keyof EnduserProfileViewBlocks;
3361
3378
  export type EnduserProfileViewBlock = EnduserProfileViewBlocks[EnduserProfileViewBlockType];
@@ -3368,6 +3385,7 @@ export interface EnduserProfileView_required {
3368
3385
  export interface EnduserProfileView_updatesDisabled {
3369
3386
  }
3370
3387
  export interface EnduserProfileView extends EnduserProfileView_readonly, EnduserProfileView_required, EnduserProfileView_updatesDisabled {
3388
+ showCompose?: boolean;
3371
3389
  }
3372
3390
  export type ListOfStringsWithQualifier = {
3373
3391
  qualifier: ListQueryQualifier;