@tellescope/types-models 1.176.0 → 1.177.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 +6 -0
- package/lib/cjs/index.d.ts.map +1 -1
- package/lib/cjs/index.js.map +1 -1
- package/lib/esm/index.d.ts +6 -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 +6 -0
package/lib/cjs/index.d.ts
CHANGED
|
@@ -963,6 +963,7 @@ export interface Journey extends Journey_readonly, Journey_required, Journey_upd
|
|
|
963
963
|
description?: string;
|
|
964
964
|
onIncomingEnduserCommunication?: 'Remove' | '';
|
|
965
965
|
tags?: string[];
|
|
966
|
+
archivedAt?: Date | '';
|
|
966
967
|
}
|
|
967
968
|
export interface TextCommunication extends WithLinkOpenTrackingIds {
|
|
968
969
|
automationStepId?: string;
|
|
@@ -1198,6 +1199,7 @@ export interface MessageTemplate extends MessageTemplate_readonly, MessageTempla
|
|
|
1198
1199
|
forEntityTypes?: string[];
|
|
1199
1200
|
hideFromCompose?: boolean;
|
|
1200
1201
|
tags?: string[];
|
|
1202
|
+
archivedAt?: Date | '';
|
|
1201
1203
|
}
|
|
1202
1204
|
export interface MessageTemplateSnippet_readonly extends ClientRecord {
|
|
1203
1205
|
}
|
|
@@ -1596,6 +1598,7 @@ export interface Form_required {
|
|
|
1596
1598
|
export interface Form_updatesDisabled {
|
|
1597
1599
|
}
|
|
1598
1600
|
export interface Form extends Form_readonly, Form_required, Form_updatesDisabled {
|
|
1601
|
+
archivedAt?: Date | '';
|
|
1599
1602
|
displayTitle?: string;
|
|
1600
1603
|
description?: string;
|
|
1601
1604
|
customSubject?: string;
|
|
@@ -2278,6 +2281,7 @@ export interface CalendarEventTemplate_required {
|
|
|
2278
2281
|
export interface CalendarEventTemplate_updatesDisabled {
|
|
2279
2282
|
}
|
|
2280
2283
|
export interface CalendarEventTemplate extends CalendarEventTemplate_readonly, CalendarEventTemplate_required, CalendarEventTemplate_updatesDisabled {
|
|
2284
|
+
archivedAt?: Date | '';
|
|
2281
2285
|
type?: string;
|
|
2282
2286
|
enableVideoCall?: boolean;
|
|
2283
2287
|
videoIntegration?: VideoIntegrationType;
|
|
@@ -2392,6 +2396,7 @@ export interface AppointmentBookingPage extends AppointmentBookingPage_readonly,
|
|
|
2392
2396
|
publicUserFilterTags?: string[];
|
|
2393
2397
|
appointmentSlotsMaxHeight?: number;
|
|
2394
2398
|
includeRelatedContactTypes?: string[];
|
|
2399
|
+
archivedAt?: Date | '';
|
|
2395
2400
|
}
|
|
2396
2401
|
export interface CalendarEventRSVP_readonly extends ClientRecord {
|
|
2397
2402
|
creatorType: SessionType;
|
|
@@ -3843,6 +3848,7 @@ export interface AutomationTrigger extends AutomationTrigger_readonly, Automatio
|
|
|
3843
3848
|
tags?: string[];
|
|
3844
3849
|
availabilityTimezone?: Timezone;
|
|
3845
3850
|
weeklyAvailabilities?: WeeklyAvailability[];
|
|
3851
|
+
archivedAt?: Date | '';
|
|
3846
3852
|
}
|
|
3847
3853
|
export type Address = {
|
|
3848
3854
|
lineOne: string;
|