@tellescope/types-models 1.210.0 → 1.211.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.
@@ -2203,6 +2203,7 @@ export interface AvailabilityBlock extends WeeklyAvailability, AvailabilityBlock
2203
2203
  export type CalendarEventReminderNotificationInfo = {
2204
2204
  templateId?: string;
2205
2205
  channel?: 'Email' | 'SMS';
2206
+ useTemplateForSMS?: boolean;
2206
2207
  };
2207
2208
  type BuildCalendarEventReminderInfo<T, I> = {
2208
2209
  type: T;
@@ -2567,6 +2568,7 @@ export interface AppointmentBookingPage extends AppointmentBookingPage_readonly,
2567
2568
  includeRelatedContactTypes?: string[];
2568
2569
  archivedAt?: Date | '';
2569
2570
  gtmTag?: string;
2571
+ dontRestrictRescheduleToOriginalHost?: boolean;
2570
2572
  }
2571
2573
  export interface CalendarEventRSVP_readonly extends ClientRecord {
2572
2574
  creatorType: SessionType;