@tellescope/types-models 1.199.1 → 1.200.1
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 +13 -0
- package/lib/cjs/index.d.ts.map +1 -1
- package/lib/cjs/index.js.map +1 -1
- package/lib/esm/index.d.ts +13 -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 +14 -5
package/lib/cjs/index.d.ts
CHANGED
|
@@ -237,6 +237,7 @@ export type OrganizationSettings = {
|
|
|
237
237
|
locationRequired?: boolean;
|
|
238
238
|
cancelReasons?: string[];
|
|
239
239
|
copyRemindersByDefault?: boolean;
|
|
240
|
+
showMakeRecurringOnProfile?: boolean;
|
|
240
241
|
};
|
|
241
242
|
users?: {
|
|
242
243
|
sessionDurationInHours?: number;
|
|
@@ -1054,6 +1055,7 @@ export interface Email_updatesDisabled {
|
|
|
1054
1055
|
journeyId?: string;
|
|
1055
1056
|
}
|
|
1056
1057
|
export interface Email extends Email_required, Email_readonly, Email_updatesDisabled, TextCommunication {
|
|
1058
|
+
hiddenFromTimeline?: boolean;
|
|
1057
1059
|
isAutoreply?: boolean;
|
|
1058
1060
|
replyTo?: string | null;
|
|
1059
1061
|
isBounce?: boolean;
|
|
@@ -1115,6 +1117,7 @@ export interface SMSMessage_updatesDisabled {
|
|
|
1115
1117
|
journeyId?: string;
|
|
1116
1118
|
}
|
|
1117
1119
|
export interface SMSMessage extends SMSMessage_readonly, SMSMessage_required, SMSMessage_updatesDisabled, TextCommunication, WithLinkOpenTrackingIds {
|
|
1120
|
+
hiddenFromTimeline?: boolean;
|
|
1118
1121
|
autoResolveToFrom?: boolean;
|
|
1119
1122
|
isAutoreply?: boolean;
|
|
1120
1123
|
userId?: string;
|
|
@@ -1316,11 +1319,13 @@ export type TicketActions = {
|
|
|
1316
1319
|
"Complete Form": TicketActionBuilder<'Complete Form', {
|
|
1317
1320
|
formId: string;
|
|
1318
1321
|
formResponseId?: string;
|
|
1322
|
+
bulkForEvent?: boolean;
|
|
1319
1323
|
}>;
|
|
1320
1324
|
"Create Prescription": TicketActionBuilder<'Create Prescription', {}>;
|
|
1321
1325
|
"Send SMS": TicketActionBuilder<'Send SMS', {
|
|
1322
1326
|
templateId: string;
|
|
1323
1327
|
smsId?: string;
|
|
1328
|
+
bulkForEvent?: boolean;
|
|
1324
1329
|
}>;
|
|
1325
1330
|
"Send Email": TicketActionBuilder<'Send Email', {
|
|
1326
1331
|
templateId: string;
|
|
@@ -2151,6 +2156,10 @@ export interface AvailabilityBlock_updatesDisabled {
|
|
|
2151
2156
|
index: number;
|
|
2152
2157
|
}
|
|
2153
2158
|
export interface AvailabilityBlock extends WeeklyAvailability, AvailabilityBlock_readonly, AvailabilityBlock_required, AvailabilityBlock_updatesDisabled {
|
|
2159
|
+
typeId?: string;
|
|
2160
|
+
athenaDepartmentId?: string;
|
|
2161
|
+
externalId?: string;
|
|
2162
|
+
source?: string;
|
|
2154
2163
|
}
|
|
2155
2164
|
export type CalendarEventReminderNotificationInfo = {
|
|
2156
2165
|
templateId?: string;
|
|
@@ -2168,6 +2177,7 @@ export type CalendarEventReminderInfoForType = {
|
|
|
2168
2177
|
"webhook": BuildCalendarEventReminderInfo<'webhook', {}>;
|
|
2169
2178
|
"add-to-journey": BuildCalendarEventReminderInfo<'add-to-journey', {
|
|
2170
2179
|
journeyId: string;
|
|
2180
|
+
firstAttendeeOnly?: boolean;
|
|
2171
2181
|
}>;
|
|
2172
2182
|
"Remove From Journey": BuildCalendarEventReminderInfo<'Remove From Journey', {
|
|
2173
2183
|
journeyId: string;
|
|
@@ -2599,6 +2609,7 @@ export interface AutomationForFormRequest extends AutomationForForm, AutomationF
|
|
|
2599
2609
|
}
|
|
2600
2610
|
export interface AutomationForMessage extends AutomationForTemplate, AutomationForSender {
|
|
2601
2611
|
sendToDestinationOfRelatedContactTypes?: string[];
|
|
2612
|
+
hiddenFromTimeline?: boolean;
|
|
2602
2613
|
}
|
|
2603
2614
|
export interface AutomationForWebhook {
|
|
2604
2615
|
message: string;
|
|
@@ -2659,6 +2670,7 @@ export type AfterActionAutomationEvent = AutomationEventBuilder<'afterAction', A
|
|
|
2659
2670
|
eventCondition?: {
|
|
2660
2671
|
before?: boolean;
|
|
2661
2672
|
};
|
|
2673
|
+
skipIfDelayPassed?: boolean;
|
|
2662
2674
|
}>;
|
|
2663
2675
|
export type FormUnsubmittedEvent = AutomationEventBuilder<'formUnsubmitted', FormUnsubmittedEventInfo>;
|
|
2664
2676
|
export type FormsUnsubmittedEvent = AutomationEventBuilder<'formsUnsubmitted', FormUnsubmittedEventInfo>;
|
|
@@ -4186,6 +4198,7 @@ export type PhoneTreeActions = {
|
|
|
4186
4198
|
input: string;
|
|
4187
4199
|
userId: string;
|
|
4188
4200
|
}[];
|
|
4201
|
+
playback?: Partial<PhonePlayback>;
|
|
4189
4202
|
}>;
|
|
4190
4203
|
};
|
|
4191
4204
|
export type PhoneTreeActionType = keyof PhoneTreeActions;
|