@tellescope/types-models 1.111.2 → 1.113.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.
@@ -342,6 +342,7 @@ export interface Organization extends Organization_readonly, Organization_requir
342
342
  id: string;
343
343
  questions: string[];
344
344
  }[];
345
+ externalFormIdsToSync?: string[];
345
346
  enforceMFA?: boolean;
346
347
  }
347
348
  export type OrganizationTheme = {
@@ -1434,6 +1435,7 @@ export interface Form extends Form_readonly, Form_required, Form_updatesDisabled
1434
1435
  intakeDateOfBirth?: 'required' | 'optional' | 'hidden';
1435
1436
  intakeState?: 'required' | 'optional' | 'hidden';
1436
1437
  intakeGender?: 'required' | 'optional' | 'hidden';
1438
+ intakeGenderIsSex?: boolean;
1437
1439
  thanksMessage?: string;
1438
1440
  htmlThanksMessage?: string;
1439
1441
  type?: FormType;
@@ -1456,6 +1458,7 @@ export interface Form extends Form_readonly, Form_required, Form_updatesDisabled
1456
1458
  isNonVisitElationNote?: boolean;
1457
1459
  canvasId?: string;
1458
1460
  canvasQuestionId?: string;
1461
+ syncToOLH?: boolean;
1459
1462
  }
1460
1463
  export interface FormGroup_readonly extends ClientRecord {
1461
1464
  }
@@ -2017,6 +2020,7 @@ export interface AppointmentLocation extends AppointmentLocation_readonly, Appoi
2017
2020
  canvasLocationId?: string;
2018
2021
  healthieContactType?: string;
2019
2022
  healthieLocationId?: string;
2023
+ healthieUseZoom?: boolean;
2020
2024
  }
2021
2025
  export type AppointmentTerm = {
2022
2026
  title: string;
@@ -2231,6 +2235,7 @@ interface AutomationActionBuilder<T extends string, V extends object> {
2231
2235
  }
2232
2236
  export type AssignToQueueInfo = {
2233
2237
  queueId: string;
2238
+ tags?: ListOfStringsWithQualifier;
2234
2239
  };
2235
2240
  export type CreateTicketAssignmentStrategies = {
2236
2241
  'care-team-random': {
@@ -2880,6 +2885,7 @@ export type AnalyticsQueryFilterForType = {
2880
2885
  fields?: {
2881
2886
  key: string;
2882
2887
  value: string;
2888
+ operator?: string;
2883
2889
  range?: DateRange | '';
2884
2890
  }[];
2885
2891
  gender?: TellescopeGender;
@@ -3421,6 +3427,7 @@ export interface PhoneTree_updatesDisabled {
3421
3427
  export interface PhoneTree extends PhoneTree_readonly, PhoneTree_required, PhoneTree_updatesDisabled {
3422
3428
  testEnduserIds?: string[];
3423
3429
  enduserCondition?: PhoneTreeEnduserCondition;
3430
+ bypassOOO?: boolean;
3424
3431
  }
3425
3432
  export type TableViewColumn = {
3426
3433
  field: string;