@tellescope/types-models 1.237.3 → 1.237.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.
@@ -523,6 +523,7 @@ export interface RecordInfo {
523
523
  creator: string;
524
524
  organizationIds?: string[];
525
525
  sharedWithOrganizations?: string[][];
526
+ originalId?: string;
526
527
  }
527
528
  export interface ClientRecord extends RecordInfo {
528
529
  id: string;
@@ -2734,6 +2735,8 @@ export interface AppointmentBookingPage extends AppointmentBookingPage_readonly,
2734
2735
  dontRestrictRescheduleToOriginalHost?: boolean;
2735
2736
  calendarTitleText?: string;
2736
2737
  emailFieldBehavior?: "required" | "optional" | "hidden";
2738
+ language?: string;
2739
+ publicShowLanguage?: boolean;
2737
2740
  }
2738
2741
  export interface CalendarEventRSVP_readonly extends ClientRecord {
2739
2742
  creatorType: SessionType;
@@ -3959,6 +3962,7 @@ export type EnduserGrouping = {
3959
3962
  Gender?: boolean;
3960
3963
  "Assigned To"?: boolean;
3961
3964
  Tags?: boolean;
3965
+ "Access Tags"?: boolean;
3962
3966
  Age?: boolean;
3963
3967
  Phone?: boolean;
3964
3968
  State?: string;