@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.
- package/lib/cjs/index.d.ts +2 -0
- package/lib/cjs/index.d.ts.map +1 -1
- package/lib/cjs/index.js.map +1 -1
- package/lib/esm/index.d.ts +2 -0
- package/lib/esm/index.d.ts.map +1 -1
- package/lib/esm/index.js.map +1 -1
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
- package/src/index.ts +2 -0
package/lib/cjs/index.d.ts
CHANGED
|
@@ -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;
|