@tellescope/types-models 1.179.0 → 1.181.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 +22 -0
- package/lib/cjs/index.d.ts.map +1 -1
- package/lib/cjs/index.js.map +1 -1
- package/lib/esm/index.d.ts +22 -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 +22 -0
package/lib/cjs/index.d.ts
CHANGED
|
@@ -98,6 +98,8 @@ export type PortalSettings = {
|
|
|
98
98
|
};
|
|
99
99
|
documents?: {
|
|
100
100
|
hideMissingAnswers?: boolean;
|
|
101
|
+
outstandingFormsTitle?: string;
|
|
102
|
+
availableFormsTitle?: string;
|
|
101
103
|
};
|
|
102
104
|
};
|
|
103
105
|
export type WithLinkOpenTrackingIds = {
|
|
@@ -192,6 +194,7 @@ export type OrganizationSettings = {
|
|
|
192
194
|
showDeviceOrders?: boolean;
|
|
193
195
|
requireObservationInvalidationReason?: boolean;
|
|
194
196
|
defaultHideFilesFromPortal?: boolean;
|
|
197
|
+
hideUnorderedFullscriptMeds?: boolean;
|
|
195
198
|
};
|
|
196
199
|
tickets?: {
|
|
197
200
|
defaultJourneyDueDateOffsetInMS?: number | '';
|
|
@@ -401,6 +404,8 @@ export interface Organization extends Organization_readonly, Organization_requir
|
|
|
401
404
|
chargebeeEnvironments?: string[];
|
|
402
405
|
customNotificationTypes?: string[];
|
|
403
406
|
hasConnectedMedplum?: boolean;
|
|
407
|
+
customPortalLoginEmailSubject?: string;
|
|
408
|
+
customPortalLoginEmailHTML?: string;
|
|
404
409
|
}
|
|
405
410
|
export type OrganizationTheme = {
|
|
406
411
|
name: string;
|
|
@@ -1035,6 +1040,8 @@ export interface Email extends Email_required, Email_readonly, Email_updatesDisa
|
|
|
1035
1040
|
assignedTo?: string[];
|
|
1036
1041
|
canvasId?: string;
|
|
1037
1042
|
discussionRoomId?: string;
|
|
1043
|
+
markedUnreadForAll?: boolean;
|
|
1044
|
+
inboxStatus?: string;
|
|
1038
1045
|
}
|
|
1039
1046
|
export interface SMSMessage_readonly extends ClientRecord {
|
|
1040
1047
|
delivered: boolean;
|
|
@@ -1090,6 +1097,8 @@ export interface SMSMessage extends SMSMessage_readonly, SMSMessage_required, SM
|
|
|
1090
1097
|
canvasId?: string;
|
|
1091
1098
|
discussionRoomId?: string;
|
|
1092
1099
|
mediaURLs?: string[];
|
|
1100
|
+
markedUnreadForAll?: boolean;
|
|
1101
|
+
inboxStatus?: string;
|
|
1093
1102
|
}
|
|
1094
1103
|
export type ChatRoomType = 'internal' | 'external' | 'Group Chat';
|
|
1095
1104
|
export interface ChatRoom_readonly extends ClientRecord {
|
|
@@ -1108,6 +1117,8 @@ export interface ChatRoom_required {
|
|
|
1108
1117
|
export interface ChatRoom_updatesDisabled {
|
|
1109
1118
|
}
|
|
1110
1119
|
export interface ChatRoom extends ChatRoom_readonly, ChatRoom_required, ChatRoom_updatesDisabled {
|
|
1120
|
+
markedUnreadForAll?: boolean;
|
|
1121
|
+
inboxStatus?: string;
|
|
1111
1122
|
description?: string;
|
|
1112
1123
|
type?: ChatRoomType;
|
|
1113
1124
|
userIds?: string[];
|
|
@@ -1131,6 +1142,7 @@ export interface ChatRoom extends ChatRoom_readonly, ChatRoom_required, ChatRoom
|
|
|
1131
1142
|
source?: string;
|
|
1132
1143
|
externalId?: string;
|
|
1133
1144
|
references?: RelatedRecord[];
|
|
1145
|
+
journeyId?: string;
|
|
1134
1146
|
}
|
|
1135
1147
|
export type ChatAttachmentType = 'image' | 'video' | 'file' | string;
|
|
1136
1148
|
export type ChatAttachment = {
|
|
@@ -1180,6 +1192,7 @@ export interface ChatMessage extends ChatMessage_readonly, ChatMessage_required,
|
|
|
1180
1192
|
references?: RelatedRecord[];
|
|
1181
1193
|
sendAt?: Date | '';
|
|
1182
1194
|
isDraft?: boolean;
|
|
1195
|
+
journeyId?: string;
|
|
1183
1196
|
}
|
|
1184
1197
|
export type MessageTemplateType = 'enduser' | 'Reply' | 'team';
|
|
1185
1198
|
export type MessageTemplateMode = 'html' | 'richtext';
|
|
@@ -2123,6 +2136,8 @@ export interface CalendarEvent_required {
|
|
|
2123
2136
|
export interface CalendarEvent_updatesDisabled {
|
|
2124
2137
|
}
|
|
2125
2138
|
export interface CalendarEvent extends CalendarEvent_readonly, CalendarEvent_required, CalendarEvent_updatesDisabled {
|
|
2139
|
+
actualDuration?: number;
|
|
2140
|
+
dontSyncToCanvas?: boolean;
|
|
2126
2141
|
reason?: string;
|
|
2127
2142
|
cancelReason?: string;
|
|
2128
2143
|
attendees: (UserIdentity & {
|
|
@@ -2292,6 +2307,7 @@ export interface CalendarEventTemplate_required {
|
|
|
2292
2307
|
export interface CalendarEventTemplate_updatesDisabled {
|
|
2293
2308
|
}
|
|
2294
2309
|
export interface CalendarEventTemplate extends CalendarEventTemplate_readonly, CalendarEventTemplate_required, CalendarEventTemplate_updatesDisabled {
|
|
2310
|
+
dontSyncToCanvas?: boolean;
|
|
2295
2311
|
archivedAt?: Date | '';
|
|
2296
2312
|
type?: string;
|
|
2297
2313
|
enableVideoCall?: boolean;
|
|
@@ -3240,6 +3256,8 @@ export interface PhoneCall_required {
|
|
|
3240
3256
|
export interface PhoneCall_updatesDisabled {
|
|
3241
3257
|
}
|
|
3242
3258
|
export interface PhoneCall extends PhoneCall_readonly, PhoneCall_required, PhoneCall_updatesDisabled {
|
|
3259
|
+
markedUnreadForAll?: boolean;
|
|
3260
|
+
inboxStatus?: string;
|
|
3243
3261
|
enduserId: string;
|
|
3244
3262
|
externalId: string;
|
|
3245
3263
|
from: string;
|
|
@@ -4143,6 +4161,8 @@ export interface TicketThreadComment extends TicketThreadComment_readonly, Ticke
|
|
|
4143
4161
|
hiddenForAll?: boolean;
|
|
4144
4162
|
ticketIds?: string[];
|
|
4145
4163
|
tags?: string[];
|
|
4164
|
+
markedUnreadForAll?: boolean;
|
|
4165
|
+
inboxStatus?: string;
|
|
4146
4166
|
}
|
|
4147
4167
|
export interface Configuration_readonly extends ClientRecord {
|
|
4148
4168
|
}
|
|
@@ -4324,6 +4344,8 @@ export interface GroupMMSConversation_updatesDisabled {
|
|
|
4324
4344
|
export interface GroupMMSConversation_required {
|
|
4325
4345
|
}
|
|
4326
4346
|
export interface GroupMMSConversation extends GroupMMSConversation_readonly, GroupMMSConversation_required, GroupMMSConversation_updatesDisabled {
|
|
4347
|
+
markedUnreadForAll?: boolean;
|
|
4348
|
+
inboxStatus?: string;
|
|
4327
4349
|
}
|
|
4328
4350
|
export type VitalComparisons = {
|
|
4329
4351
|
'Less Than': {
|