@tellescope/react-components 1.163.0 → 1.164.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/Forms/inputs.d.ts +1 -0
- package/lib/cjs/Forms/inputs.d.ts.map +1 -1
- package/lib/cjs/Forms/inputs.js +19 -4
- package/lib/cjs/Forms/inputs.js.map +1 -1
- package/lib/cjs/inputs.js +1 -1
- package/lib/cjs/inputs.js.map +1 -1
- package/lib/cjs/state.d.ts +79 -0
- package/lib/cjs/state.d.ts.map +1 -1
- package/lib/esm/CMS/components.d.ts +1 -0
- package/lib/esm/CMS/components.d.ts.map +1 -1
- package/lib/esm/Forms/forms.d.ts +3 -3
- package/lib/esm/Forms/inputs.d.ts +2 -1
- package/lib/esm/Forms/inputs.d.ts.map +1 -1
- package/lib/esm/Forms/inputs.js +17 -3
- package/lib/esm/Forms/inputs.js.map +1 -1
- package/lib/esm/Forms/inputs.native.d.ts +1 -0
- package/lib/esm/Forms/inputs.native.d.ts.map +1 -1
- package/lib/esm/controls.d.ts +2 -2
- package/lib/esm/inputs.d.ts +1 -1
- package/lib/esm/inputs.js +1 -1
- package/lib/esm/inputs.js.map +1 -1
- package/lib/esm/layout.d.ts +1 -1
- package/lib/esm/state.d.ts +339 -260
- package/lib/esm/state.d.ts.map +1 -1
- package/lib/esm/theme.native.d.ts +1 -0
- package/lib/esm/theme.native.d.ts.map +1 -1
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/package.json +9 -9
- package/src/Forms/inputs.tsx +39 -1
- package/src/inputs.tsx +1 -1
package/lib/esm/state.d.ts
CHANGED
|
@@ -1130,19 +1130,19 @@ export declare const lastActiveForSync: {
|
|
|
1130
1130
|
export declare const useDataSync____internal: () => {
|
|
1131
1131
|
setLoadTiming: (key: string, loadTimeInMS: number) => void;
|
|
1132
1132
|
setHandler: (key: string, handler: undefined | (() => void)) => void;
|
|
1133
|
-
getLoaded: <T extends string>(modelName: T) => ((import("@tellescope/types-models").
|
|
1133
|
+
getLoaded: <T extends string>(modelName: T) => ((import("@tellescope/types-models").EnduserEligibilityResult & {
|
|
1134
1134
|
id: string;
|
|
1135
1135
|
createdAt: Date;
|
|
1136
|
-
}) | (import("@tellescope/types-models").
|
|
1136
|
+
}) | (import("@tellescope/types-models").CallHoldQueue & {
|
|
1137
1137
|
id: string;
|
|
1138
1138
|
createdAt: Date;
|
|
1139
|
-
}) | (import("@tellescope/types-models").
|
|
1139
|
+
}) | (import("@tellescope/types-models").EnduserEncounter & {
|
|
1140
1140
|
id: string;
|
|
1141
1141
|
createdAt: Date;
|
|
1142
|
-
}) | (import("@tellescope/types-models").
|
|
1142
|
+
}) | (import("@tellescope/types-models").EnduserOrder & {
|
|
1143
1143
|
id: string;
|
|
1144
1144
|
createdAt: Date;
|
|
1145
|
-
}) | (import("@tellescope/types-models").
|
|
1145
|
+
}) | (import("@tellescope/types-models").GroupMMSConversation & {
|
|
1146
1146
|
id: string;
|
|
1147
1147
|
createdAt: Date;
|
|
1148
1148
|
}) | (import("@tellescope/types-models").TicketQueue & {
|
|
@@ -1151,145 +1151,160 @@ export declare const useDataSync____internal: () => {
|
|
|
1151
1151
|
}) | (import("@tellescope/types-models").AutomationTrigger & {
|
|
1152
1152
|
id: string;
|
|
1153
1153
|
createdAt: Date;
|
|
1154
|
-
}) | (import("@tellescope/types-models").
|
|
1154
|
+
}) | (import("@tellescope/types-models").AvailabilityBlock & {
|
|
1155
1155
|
id: string;
|
|
1156
1156
|
createdAt: Date;
|
|
1157
|
-
}) | (import("@tellescope/types-models").
|
|
1157
|
+
}) | (import("@tellescope/types-models").AnalyticsFrame & {
|
|
1158
1158
|
id: string;
|
|
1159
1159
|
createdAt: Date;
|
|
1160
|
-
}) | (import("@tellescope/types-models").
|
|
1160
|
+
}) | (import("@tellescope/types-models").Enduser & {
|
|
1161
1161
|
id: string;
|
|
1162
1162
|
createdAt: Date;
|
|
1163
|
-
}) | (import("@tellescope/types-models").
|
|
1163
|
+
}) | (import("@tellescope/types-models").Journey & {
|
|
1164
|
+
id: string;
|
|
1165
|
+
createdAt: Date;
|
|
1166
|
+
}) | (import("@tellescope/types-models").Email & {
|
|
1167
|
+
id: string;
|
|
1168
|
+
createdAt: Date;
|
|
1169
|
+
}) | (import("@tellescope/types-models").SMSMessage & {
|
|
1164
1170
|
id: string;
|
|
1165
1171
|
createdAt: Date;
|
|
1166
1172
|
}) | (import("@tellescope/types-models").ChatRoom & {
|
|
1167
1173
|
id: string;
|
|
1168
1174
|
createdAt: Date;
|
|
1169
|
-
}) | (import("@tellescope/types-models").
|
|
1175
|
+
}) | (import("@tellescope/types-models").User & {
|
|
1170
1176
|
id: string;
|
|
1171
1177
|
createdAt: Date;
|
|
1172
|
-
}) | (import("@tellescope/types-models").
|
|
1178
|
+
}) | (import("@tellescope/types-models").MessageTemplate & {
|
|
1173
1179
|
id: string;
|
|
1174
1180
|
createdAt: Date;
|
|
1175
|
-
}) | (import("@tellescope/types-models").
|
|
1181
|
+
}) | (import("@tellescope/types-models").File & {
|
|
1176
1182
|
id: string;
|
|
1177
1183
|
createdAt: Date;
|
|
1178
|
-
}) | (import("@tellescope/types-models").
|
|
1184
|
+
}) | (import("@tellescope/types-models").Ticket & {
|
|
1179
1185
|
id: string;
|
|
1180
1186
|
createdAt: Date;
|
|
1181
|
-
}) | (import("@tellescope/types-models").
|
|
1187
|
+
}) | (import("@tellescope/types-models").Meeting & {
|
|
1182
1188
|
id: string;
|
|
1183
1189
|
createdAt: Date;
|
|
1184
|
-
}) | (import("@tellescope/types-models").
|
|
1190
|
+
}) | (import("@tellescope/types-models").Form & {
|
|
1185
1191
|
id: string;
|
|
1186
1192
|
createdAt: Date;
|
|
1187
|
-
}) | (import("@tellescope/types-models").
|
|
1193
|
+
}) | (import("@tellescope/types-models").FormField & {
|
|
1194
|
+
id: string;
|
|
1195
|
+
createdAt: Date;
|
|
1196
|
+
}) | (import("@tellescope/types-models").FormResponse & {
|
|
1197
|
+
id: string;
|
|
1198
|
+
createdAt: Date;
|
|
1199
|
+
}) | (import("@tellescope/types-models").CalendarEvent & {
|
|
1200
|
+
id: string;
|
|
1201
|
+
createdAt: Date;
|
|
1202
|
+
}) | (import("@tellescope/types-models").WebHook & {
|
|
1188
1203
|
id: string;
|
|
1189
1204
|
createdAt: Date;
|
|
1190
1205
|
}) | (import("@tellescope/types-models").UserNotification & {
|
|
1191
1206
|
id: string;
|
|
1192
1207
|
createdAt: Date;
|
|
1193
|
-
}) | (import("@tellescope/types-models").
|
|
1208
|
+
}) | (import("@tellescope/types-models").EnduserObservation & {
|
|
1194
1209
|
id: string;
|
|
1195
1210
|
createdAt: Date;
|
|
1196
|
-
}) | (import("@tellescope/types-models").
|
|
1211
|
+
}) | (import("@tellescope/types-models").ManagedContentRecord & {
|
|
1197
1212
|
id: string;
|
|
1198
1213
|
createdAt: Date;
|
|
1199
|
-
}) | (import("@tellescope/types-models").
|
|
1214
|
+
}) | (import("@tellescope/types-models").PostLike & {
|
|
1200
1215
|
id: string;
|
|
1201
1216
|
createdAt: Date;
|
|
1202
|
-
}) | (import("@tellescope/types-models").
|
|
1217
|
+
}) | (import("@tellescope/types-models").Organization & {
|
|
1203
1218
|
id: string;
|
|
1204
1219
|
createdAt: Date;
|
|
1205
|
-
}) | (import("@tellescope/types-models").
|
|
1220
|
+
}) | (import("@tellescope/types-models").Integration & {
|
|
1206
1221
|
id: string;
|
|
1207
1222
|
createdAt: Date;
|
|
1208
|
-
}) | (import("@tellescope/types-models").
|
|
1223
|
+
}) | (import("@tellescope/types-models").AppointmentBookingPage & {
|
|
1209
1224
|
id: string;
|
|
1210
1225
|
createdAt: Date;
|
|
1211
|
-
}) | (import("@tellescope/types-models").
|
|
1226
|
+
}) | (import("@tellescope/types-models").Product & {
|
|
1212
1227
|
id: string;
|
|
1213
1228
|
createdAt: Date;
|
|
1214
|
-
}) | (import("@tellescope/types-models").
|
|
1229
|
+
}) | (import("@tellescope/types-models").Purchase & {
|
|
1215
1230
|
id: string;
|
|
1216
1231
|
createdAt: Date;
|
|
1217
|
-
}) | (import("@tellescope/types-models").
|
|
1232
|
+
}) | (import("@tellescope/types-models").PhoneCall & {
|
|
1218
1233
|
id: string;
|
|
1219
1234
|
createdAt: Date;
|
|
1220
|
-
}) | (import("@tellescope/types-models").
|
|
1235
|
+
}) | (import("@tellescope/types-models").IntegrationLog & {
|
|
1221
1236
|
id: string;
|
|
1222
1237
|
createdAt: Date;
|
|
1223
|
-
}) | (import("@tellescope/types-models").
|
|
1238
|
+
}) | (import("@tellescope/types-models").AutomatedAction & {
|
|
1224
1239
|
id: string;
|
|
1225
1240
|
createdAt: Date;
|
|
1226
|
-
}) | (import("@tellescope/types-models").
|
|
1241
|
+
}) | (import("@tellescope/types-models").EnduserView & {
|
|
1227
1242
|
id: string;
|
|
1228
1243
|
createdAt: Date;
|
|
1229
|
-
}) | (import("@tellescope/types-models").
|
|
1244
|
+
}) | (import("@tellescope/types-models").BackgroundError & {
|
|
1230
1245
|
id: string;
|
|
1231
1246
|
createdAt: Date;
|
|
1232
|
-
}) | (import("@tellescope/types-models").
|
|
1247
|
+
}) | (import("@tellescope/types-models").ChatMessage & {
|
|
1233
1248
|
id: string;
|
|
1234
1249
|
createdAt: Date;
|
|
1235
|
-
}) | (import("@tellescope/types-models").
|
|
1250
|
+
}) | (import("@tellescope/types-models").CalendarEventTemplate & {
|
|
1236
1251
|
id: string;
|
|
1237
1252
|
createdAt: Date;
|
|
1238
|
-
}) | (import("@tellescope/types-models").
|
|
1253
|
+
}) | (import("@tellescope/types-models").Configuration & {
|
|
1239
1254
|
id: string;
|
|
1240
1255
|
createdAt: Date;
|
|
1241
|
-
}) | (import("@tellescope/types-models").
|
|
1256
|
+
}) | (import("@tellescope/types-models").EngagementEvent & {
|
|
1242
1257
|
id: string;
|
|
1243
1258
|
createdAt: Date;
|
|
1244
|
-
}) | (import("@tellescope/types-models").
|
|
1259
|
+
}) | (import("@tellescope/types-models").Note & {
|
|
1245
1260
|
id: string;
|
|
1246
1261
|
createdAt: Date;
|
|
1247
|
-
}) | (import("@tellescope/types-models").
|
|
1262
|
+
}) | (import("@tellescope/types-models").AutomationStep & {
|
|
1248
1263
|
id: string;
|
|
1249
1264
|
createdAt: Date;
|
|
1250
|
-
}) | (import("@tellescope/types-models").
|
|
1265
|
+
}) | (import("@tellescope/types-models").ForumPost & {
|
|
1251
1266
|
id: string;
|
|
1252
1267
|
createdAt: Date;
|
|
1253
|
-
}) | (import("@tellescope/types-models").
|
|
1268
|
+
}) | (import("@tellescope/types-models").Forum & {
|
|
1254
1269
|
id: string;
|
|
1255
1270
|
createdAt: Date;
|
|
1256
|
-
}) | (import("@tellescope/types-models").
|
|
1271
|
+
}) | (import("@tellescope/types-models").ManagedContentRecordAssignment & {
|
|
1257
1272
|
id: string;
|
|
1258
1273
|
createdAt: Date;
|
|
1259
|
-
}) | (import("@tellescope/types-models").
|
|
1274
|
+
}) | (import("@tellescope/types-models").PostComment & {
|
|
1260
1275
|
id: string;
|
|
1261
1276
|
createdAt: Date;
|
|
1262
|
-
}) | (import("@tellescope/types-models").
|
|
1277
|
+
}) | (import("@tellescope/types-models").CommentLike & {
|
|
1263
1278
|
id: string;
|
|
1264
1279
|
createdAt: Date;
|
|
1265
|
-
}) | (import("@tellescope/types-models").
|
|
1280
|
+
}) | (import("@tellescope/types-models").CalendarEventRSVP & {
|
|
1266
1281
|
id: string;
|
|
1267
1282
|
createdAt: Date;
|
|
1268
|
-
}) | (import("@tellescope/types-models").
|
|
1283
|
+
}) | (import("@tellescope/types-models").Database & {
|
|
1269
1284
|
id: string;
|
|
1270
1285
|
createdAt: Date;
|
|
1271
|
-
}) | (import("@tellescope/types-models").
|
|
1286
|
+
}) | (import("@tellescope/types-models").DatabaseRecord & {
|
|
1272
1287
|
id: string;
|
|
1273
1288
|
createdAt: Date;
|
|
1274
|
-
}) | (import("@tellescope/types-models").
|
|
1289
|
+
}) | (import("@tellescope/types-models").PortalCustomization & {
|
|
1275
1290
|
id: string;
|
|
1276
1291
|
createdAt: Date;
|
|
1277
|
-
}) | (import("@tellescope/types-models").
|
|
1292
|
+
}) | (import("@tellescope/types-models").EnduserTask & {
|
|
1278
1293
|
id: string;
|
|
1279
1294
|
createdAt: Date;
|
|
1280
|
-
}) | (import("@tellescope/types-models").
|
|
1295
|
+
}) | (import("@tellescope/types-models").CarePlan & {
|
|
1281
1296
|
id: string;
|
|
1282
1297
|
createdAt: Date;
|
|
1283
|
-
}) | (import("@tellescope/types-models").
|
|
1298
|
+
}) | (import("@tellescope/types-models").RoleBasedAccessPermission & {
|
|
1284
1299
|
id: string;
|
|
1285
1300
|
createdAt: Date;
|
|
1286
|
-
}) | (import("@tellescope/types-models").
|
|
1301
|
+
}) | (import("@tellescope/types-models").AppointmentLocation & {
|
|
1287
1302
|
id: string;
|
|
1288
1303
|
createdAt: Date;
|
|
1289
|
-
}) | (import("@tellescope/types-models").
|
|
1304
|
+
}) | (import("@tellescope/types-models").PurchaseCredit & {
|
|
1290
1305
|
id: string;
|
|
1291
1306
|
createdAt: Date;
|
|
1292
|
-
}) | (import("@tellescope/types-models").
|
|
1307
|
+
}) | (import("@tellescope/types-models").PhoneTree & {
|
|
1293
1308
|
id: string;
|
|
1294
1309
|
createdAt: Date;
|
|
1295
1310
|
}) | (import("@tellescope/types-models").Superbill & {
|
|
@@ -1322,15 +1337,6 @@ export declare const useDataSync____internal: () => {
|
|
|
1322
1337
|
}) | (import("@tellescope/types-models").TicketThreadComment & {
|
|
1323
1338
|
id: string;
|
|
1324
1339
|
createdAt: Date;
|
|
1325
|
-
}) | (import("@tellescope/types-models").GroupMMSConversation & {
|
|
1326
|
-
id: string;
|
|
1327
|
-
createdAt: Date;
|
|
1328
|
-
}) | (import("@tellescope/types-models").EnduserOrder & {
|
|
1329
|
-
id: string;
|
|
1330
|
-
createdAt: Date;
|
|
1331
|
-
}) | (import("@tellescope/types-models").EnduserEncounter & {
|
|
1332
|
-
id: string;
|
|
1333
|
-
createdAt: Date;
|
|
1334
1340
|
}) | (import("@tellescope/types-models").VitalConfiguration & {
|
|
1335
1341
|
id: string;
|
|
1336
1342
|
createdAt: Date;
|
|
@@ -1370,12 +1376,6 @@ export declare const useDataSync____internal: () => {
|
|
|
1370
1376
|
}) | (import("@tellescope/types-models").AllergyCode & {
|
|
1371
1377
|
id: string;
|
|
1372
1378
|
createdAt: Date;
|
|
1373
|
-
}) | (import("@tellescope/types-models").CallHoldQueue & {
|
|
1374
|
-
id: string;
|
|
1375
|
-
createdAt: Date;
|
|
1376
|
-
}) | (import("@tellescope/types-models").WebHook & {
|
|
1377
|
-
id: string;
|
|
1378
|
-
createdAt: Date;
|
|
1379
1379
|
}) | (import("@tellescope/types-models").APIKey & {
|
|
1380
1380
|
id: string;
|
|
1381
1381
|
createdAt: Date;
|
|
@@ -1384,19 +1384,19 @@ export declare const useDataSync____internal: () => {
|
|
|
1384
1384
|
createdAt: Date;
|
|
1385
1385
|
}))[];
|
|
1386
1386
|
getDeleted: <T_1 extends string>(modelName: T_1) => string[];
|
|
1387
|
-
popLoaded: <T_2 extends string>(modelName: T_2) => ((import("@tellescope/types-models").
|
|
1387
|
+
popLoaded: <T_2 extends string>(modelName: T_2) => ((import("@tellescope/types-models").EnduserEligibilityResult & {
|
|
1388
1388
|
id: string;
|
|
1389
1389
|
createdAt: Date;
|
|
1390
|
-
}) | (import("@tellescope/types-models").
|
|
1390
|
+
}) | (import("@tellescope/types-models").CallHoldQueue & {
|
|
1391
1391
|
id: string;
|
|
1392
1392
|
createdAt: Date;
|
|
1393
|
-
}) | (import("@tellescope/types-models").
|
|
1393
|
+
}) | (import("@tellescope/types-models").EnduserEncounter & {
|
|
1394
1394
|
id: string;
|
|
1395
1395
|
createdAt: Date;
|
|
1396
|
-
}) | (import("@tellescope/types-models").
|
|
1396
|
+
}) | (import("@tellescope/types-models").EnduserOrder & {
|
|
1397
1397
|
id: string;
|
|
1398
1398
|
createdAt: Date;
|
|
1399
|
-
}) | (import("@tellescope/types-models").
|
|
1399
|
+
}) | (import("@tellescope/types-models").GroupMMSConversation & {
|
|
1400
1400
|
id: string;
|
|
1401
1401
|
createdAt: Date;
|
|
1402
1402
|
}) | (import("@tellescope/types-models").TicketQueue & {
|
|
@@ -1405,145 +1405,160 @@ export declare const useDataSync____internal: () => {
|
|
|
1405
1405
|
}) | (import("@tellescope/types-models").AutomationTrigger & {
|
|
1406
1406
|
id: string;
|
|
1407
1407
|
createdAt: Date;
|
|
1408
|
-
}) | (import("@tellescope/types-models").
|
|
1408
|
+
}) | (import("@tellescope/types-models").AvailabilityBlock & {
|
|
1409
1409
|
id: string;
|
|
1410
1410
|
createdAt: Date;
|
|
1411
|
-
}) | (import("@tellescope/types-models").
|
|
1411
|
+
}) | (import("@tellescope/types-models").AnalyticsFrame & {
|
|
1412
1412
|
id: string;
|
|
1413
1413
|
createdAt: Date;
|
|
1414
|
-
}) | (import("@tellescope/types-models").
|
|
1414
|
+
}) | (import("@tellescope/types-models").Enduser & {
|
|
1415
1415
|
id: string;
|
|
1416
1416
|
createdAt: Date;
|
|
1417
|
-
}) | (import("@tellescope/types-models").
|
|
1417
|
+
}) | (import("@tellescope/types-models").Journey & {
|
|
1418
|
+
id: string;
|
|
1419
|
+
createdAt: Date;
|
|
1420
|
+
}) | (import("@tellescope/types-models").Email & {
|
|
1421
|
+
id: string;
|
|
1422
|
+
createdAt: Date;
|
|
1423
|
+
}) | (import("@tellescope/types-models").SMSMessage & {
|
|
1418
1424
|
id: string;
|
|
1419
1425
|
createdAt: Date;
|
|
1420
1426
|
}) | (import("@tellescope/types-models").ChatRoom & {
|
|
1421
1427
|
id: string;
|
|
1422
1428
|
createdAt: Date;
|
|
1423
|
-
}) | (import("@tellescope/types-models").
|
|
1429
|
+
}) | (import("@tellescope/types-models").User & {
|
|
1424
1430
|
id: string;
|
|
1425
1431
|
createdAt: Date;
|
|
1426
|
-
}) | (import("@tellescope/types-models").
|
|
1432
|
+
}) | (import("@tellescope/types-models").MessageTemplate & {
|
|
1427
1433
|
id: string;
|
|
1428
1434
|
createdAt: Date;
|
|
1429
|
-
}) | (import("@tellescope/types-models").
|
|
1435
|
+
}) | (import("@tellescope/types-models").File & {
|
|
1430
1436
|
id: string;
|
|
1431
1437
|
createdAt: Date;
|
|
1432
|
-
}) | (import("@tellescope/types-models").
|
|
1438
|
+
}) | (import("@tellescope/types-models").Ticket & {
|
|
1433
1439
|
id: string;
|
|
1434
1440
|
createdAt: Date;
|
|
1435
|
-
}) | (import("@tellescope/types-models").
|
|
1441
|
+
}) | (import("@tellescope/types-models").Meeting & {
|
|
1436
1442
|
id: string;
|
|
1437
1443
|
createdAt: Date;
|
|
1438
|
-
}) | (import("@tellescope/types-models").
|
|
1444
|
+
}) | (import("@tellescope/types-models").Form & {
|
|
1439
1445
|
id: string;
|
|
1440
1446
|
createdAt: Date;
|
|
1441
|
-
}) | (import("@tellescope/types-models").
|
|
1447
|
+
}) | (import("@tellescope/types-models").FormField & {
|
|
1448
|
+
id: string;
|
|
1449
|
+
createdAt: Date;
|
|
1450
|
+
}) | (import("@tellescope/types-models").FormResponse & {
|
|
1451
|
+
id: string;
|
|
1452
|
+
createdAt: Date;
|
|
1453
|
+
}) | (import("@tellescope/types-models").CalendarEvent & {
|
|
1454
|
+
id: string;
|
|
1455
|
+
createdAt: Date;
|
|
1456
|
+
}) | (import("@tellescope/types-models").WebHook & {
|
|
1442
1457
|
id: string;
|
|
1443
1458
|
createdAt: Date;
|
|
1444
1459
|
}) | (import("@tellescope/types-models").UserNotification & {
|
|
1445
1460
|
id: string;
|
|
1446
1461
|
createdAt: Date;
|
|
1447
|
-
}) | (import("@tellescope/types-models").
|
|
1462
|
+
}) | (import("@tellescope/types-models").EnduserObservation & {
|
|
1448
1463
|
id: string;
|
|
1449
1464
|
createdAt: Date;
|
|
1450
|
-
}) | (import("@tellescope/types-models").
|
|
1465
|
+
}) | (import("@tellescope/types-models").ManagedContentRecord & {
|
|
1451
1466
|
id: string;
|
|
1452
1467
|
createdAt: Date;
|
|
1453
|
-
}) | (import("@tellescope/types-models").
|
|
1468
|
+
}) | (import("@tellescope/types-models").PostLike & {
|
|
1454
1469
|
id: string;
|
|
1455
1470
|
createdAt: Date;
|
|
1456
|
-
}) | (import("@tellescope/types-models").
|
|
1471
|
+
}) | (import("@tellescope/types-models").Organization & {
|
|
1457
1472
|
id: string;
|
|
1458
1473
|
createdAt: Date;
|
|
1459
|
-
}) | (import("@tellescope/types-models").
|
|
1474
|
+
}) | (import("@tellescope/types-models").Integration & {
|
|
1460
1475
|
id: string;
|
|
1461
1476
|
createdAt: Date;
|
|
1462
|
-
}) | (import("@tellescope/types-models").
|
|
1477
|
+
}) | (import("@tellescope/types-models").AppointmentBookingPage & {
|
|
1463
1478
|
id: string;
|
|
1464
1479
|
createdAt: Date;
|
|
1465
|
-
}) | (import("@tellescope/types-models").
|
|
1480
|
+
}) | (import("@tellescope/types-models").Product & {
|
|
1466
1481
|
id: string;
|
|
1467
1482
|
createdAt: Date;
|
|
1468
|
-
}) | (import("@tellescope/types-models").
|
|
1483
|
+
}) | (import("@tellescope/types-models").Purchase & {
|
|
1469
1484
|
id: string;
|
|
1470
1485
|
createdAt: Date;
|
|
1471
|
-
}) | (import("@tellescope/types-models").
|
|
1486
|
+
}) | (import("@tellescope/types-models").PhoneCall & {
|
|
1472
1487
|
id: string;
|
|
1473
1488
|
createdAt: Date;
|
|
1474
|
-
}) | (import("@tellescope/types-models").
|
|
1489
|
+
}) | (import("@tellescope/types-models").IntegrationLog & {
|
|
1475
1490
|
id: string;
|
|
1476
1491
|
createdAt: Date;
|
|
1477
|
-
}) | (import("@tellescope/types-models").
|
|
1492
|
+
}) | (import("@tellescope/types-models").AutomatedAction & {
|
|
1478
1493
|
id: string;
|
|
1479
1494
|
createdAt: Date;
|
|
1480
|
-
}) | (import("@tellescope/types-models").
|
|
1495
|
+
}) | (import("@tellescope/types-models").EnduserView & {
|
|
1481
1496
|
id: string;
|
|
1482
1497
|
createdAt: Date;
|
|
1483
|
-
}) | (import("@tellescope/types-models").
|
|
1498
|
+
}) | (import("@tellescope/types-models").BackgroundError & {
|
|
1484
1499
|
id: string;
|
|
1485
1500
|
createdAt: Date;
|
|
1486
|
-
}) | (import("@tellescope/types-models").
|
|
1501
|
+
}) | (import("@tellescope/types-models").ChatMessage & {
|
|
1487
1502
|
id: string;
|
|
1488
1503
|
createdAt: Date;
|
|
1489
|
-
}) | (import("@tellescope/types-models").
|
|
1504
|
+
}) | (import("@tellescope/types-models").CalendarEventTemplate & {
|
|
1490
1505
|
id: string;
|
|
1491
1506
|
createdAt: Date;
|
|
1492
|
-
}) | (import("@tellescope/types-models").
|
|
1507
|
+
}) | (import("@tellescope/types-models").Configuration & {
|
|
1493
1508
|
id: string;
|
|
1494
1509
|
createdAt: Date;
|
|
1495
|
-
}) | (import("@tellescope/types-models").
|
|
1510
|
+
}) | (import("@tellescope/types-models").EngagementEvent & {
|
|
1496
1511
|
id: string;
|
|
1497
1512
|
createdAt: Date;
|
|
1498
|
-
}) | (import("@tellescope/types-models").
|
|
1513
|
+
}) | (import("@tellescope/types-models").Note & {
|
|
1499
1514
|
id: string;
|
|
1500
1515
|
createdAt: Date;
|
|
1501
|
-
}) | (import("@tellescope/types-models").
|
|
1516
|
+
}) | (import("@tellescope/types-models").AutomationStep & {
|
|
1502
1517
|
id: string;
|
|
1503
1518
|
createdAt: Date;
|
|
1504
|
-
}) | (import("@tellescope/types-models").
|
|
1519
|
+
}) | (import("@tellescope/types-models").ForumPost & {
|
|
1505
1520
|
id: string;
|
|
1506
1521
|
createdAt: Date;
|
|
1507
|
-
}) | (import("@tellescope/types-models").
|
|
1522
|
+
}) | (import("@tellescope/types-models").Forum & {
|
|
1508
1523
|
id: string;
|
|
1509
1524
|
createdAt: Date;
|
|
1510
|
-
}) | (import("@tellescope/types-models").
|
|
1525
|
+
}) | (import("@tellescope/types-models").ManagedContentRecordAssignment & {
|
|
1511
1526
|
id: string;
|
|
1512
1527
|
createdAt: Date;
|
|
1513
|
-
}) | (import("@tellescope/types-models").
|
|
1528
|
+
}) | (import("@tellescope/types-models").PostComment & {
|
|
1514
1529
|
id: string;
|
|
1515
1530
|
createdAt: Date;
|
|
1516
|
-
}) | (import("@tellescope/types-models").
|
|
1531
|
+
}) | (import("@tellescope/types-models").CommentLike & {
|
|
1517
1532
|
id: string;
|
|
1518
1533
|
createdAt: Date;
|
|
1519
|
-
}) | (import("@tellescope/types-models").
|
|
1534
|
+
}) | (import("@tellescope/types-models").CalendarEventRSVP & {
|
|
1520
1535
|
id: string;
|
|
1521
1536
|
createdAt: Date;
|
|
1522
|
-
}) | (import("@tellescope/types-models").
|
|
1537
|
+
}) | (import("@tellescope/types-models").Database & {
|
|
1523
1538
|
id: string;
|
|
1524
1539
|
createdAt: Date;
|
|
1525
|
-
}) | (import("@tellescope/types-models").
|
|
1540
|
+
}) | (import("@tellescope/types-models").DatabaseRecord & {
|
|
1526
1541
|
id: string;
|
|
1527
1542
|
createdAt: Date;
|
|
1528
|
-
}) | (import("@tellescope/types-models").
|
|
1543
|
+
}) | (import("@tellescope/types-models").PortalCustomization & {
|
|
1529
1544
|
id: string;
|
|
1530
1545
|
createdAt: Date;
|
|
1531
|
-
}) | (import("@tellescope/types-models").
|
|
1546
|
+
}) | (import("@tellescope/types-models").EnduserTask & {
|
|
1532
1547
|
id: string;
|
|
1533
1548
|
createdAt: Date;
|
|
1534
|
-
}) | (import("@tellescope/types-models").
|
|
1549
|
+
}) | (import("@tellescope/types-models").CarePlan & {
|
|
1535
1550
|
id: string;
|
|
1536
1551
|
createdAt: Date;
|
|
1537
|
-
}) | (import("@tellescope/types-models").
|
|
1552
|
+
}) | (import("@tellescope/types-models").RoleBasedAccessPermission & {
|
|
1538
1553
|
id: string;
|
|
1539
1554
|
createdAt: Date;
|
|
1540
|
-
}) | (import("@tellescope/types-models").
|
|
1555
|
+
}) | (import("@tellescope/types-models").AppointmentLocation & {
|
|
1541
1556
|
id: string;
|
|
1542
1557
|
createdAt: Date;
|
|
1543
|
-
}) | (import("@tellescope/types-models").
|
|
1558
|
+
}) | (import("@tellescope/types-models").PurchaseCredit & {
|
|
1544
1559
|
id: string;
|
|
1545
1560
|
createdAt: Date;
|
|
1546
|
-
}) | (import("@tellescope/types-models").
|
|
1561
|
+
}) | (import("@tellescope/types-models").PhoneTree & {
|
|
1547
1562
|
id: string;
|
|
1548
1563
|
createdAt: Date;
|
|
1549
1564
|
}) | (import("@tellescope/types-models").Superbill & {
|
|
@@ -1576,15 +1591,6 @@ export declare const useDataSync____internal: () => {
|
|
|
1576
1591
|
}) | (import("@tellescope/types-models").TicketThreadComment & {
|
|
1577
1592
|
id: string;
|
|
1578
1593
|
createdAt: Date;
|
|
1579
|
-
}) | (import("@tellescope/types-models").GroupMMSConversation & {
|
|
1580
|
-
id: string;
|
|
1581
|
-
createdAt: Date;
|
|
1582
|
-
}) | (import("@tellescope/types-models").EnduserOrder & {
|
|
1583
|
-
id: string;
|
|
1584
|
-
createdAt: Date;
|
|
1585
|
-
}) | (import("@tellescope/types-models").EnduserEncounter & {
|
|
1586
|
-
id: string;
|
|
1587
|
-
createdAt: Date;
|
|
1588
1594
|
}) | (import("@tellescope/types-models").VitalConfiguration & {
|
|
1589
1595
|
id: string;
|
|
1590
1596
|
createdAt: Date;
|
|
@@ -1624,12 +1630,6 @@ export declare const useDataSync____internal: () => {
|
|
|
1624
1630
|
}) | (import("@tellescope/types-models").AllergyCode & {
|
|
1625
1631
|
id: string;
|
|
1626
1632
|
createdAt: Date;
|
|
1627
|
-
}) | (import("@tellescope/types-models").CallHoldQueue & {
|
|
1628
|
-
id: string;
|
|
1629
|
-
createdAt: Date;
|
|
1630
|
-
}) | (import("@tellescope/types-models").WebHook & {
|
|
1631
|
-
id: string;
|
|
1632
|
-
createdAt: Date;
|
|
1633
1633
|
}) | (import("@tellescope/types-models").APIKey & {
|
|
1634
1634
|
id: string;
|
|
1635
1635
|
createdAt: Date;
|
|
@@ -1645,19 +1645,19 @@ export declare const WithDataSync: ({ children }: {
|
|
|
1645
1645
|
export declare const useSyncContext: () => {
|
|
1646
1646
|
setLoadTiming: (key: string, loadTimeInMS: number) => void;
|
|
1647
1647
|
setHandler: (key: string, handler: undefined | (() => void)) => void;
|
|
1648
|
-
getLoaded: <T extends string>(modelName: T) => ((import("@tellescope/types-models").
|
|
1648
|
+
getLoaded: <T extends string>(modelName: T) => ((import("@tellescope/types-models").EnduserEligibilityResult & {
|
|
1649
1649
|
id: string;
|
|
1650
1650
|
createdAt: Date;
|
|
1651
|
-
}) | (import("@tellescope/types-models").
|
|
1651
|
+
}) | (import("@tellescope/types-models").CallHoldQueue & {
|
|
1652
1652
|
id: string;
|
|
1653
1653
|
createdAt: Date;
|
|
1654
|
-
}) | (import("@tellescope/types-models").
|
|
1654
|
+
}) | (import("@tellescope/types-models").EnduserEncounter & {
|
|
1655
1655
|
id: string;
|
|
1656
1656
|
createdAt: Date;
|
|
1657
|
-
}) | (import("@tellescope/types-models").
|
|
1657
|
+
}) | (import("@tellescope/types-models").EnduserOrder & {
|
|
1658
1658
|
id: string;
|
|
1659
1659
|
createdAt: Date;
|
|
1660
|
-
}) | (import("@tellescope/types-models").
|
|
1660
|
+
}) | (import("@tellescope/types-models").GroupMMSConversation & {
|
|
1661
1661
|
id: string;
|
|
1662
1662
|
createdAt: Date;
|
|
1663
1663
|
}) | (import("@tellescope/types-models").TicketQueue & {
|
|
@@ -1666,145 +1666,160 @@ export declare const useSyncContext: () => {
|
|
|
1666
1666
|
}) | (import("@tellescope/types-models").AutomationTrigger & {
|
|
1667
1667
|
id: string;
|
|
1668
1668
|
createdAt: Date;
|
|
1669
|
-
}) | (import("@tellescope/types-models").
|
|
1669
|
+
}) | (import("@tellescope/types-models").AvailabilityBlock & {
|
|
1670
1670
|
id: string;
|
|
1671
1671
|
createdAt: Date;
|
|
1672
|
-
}) | (import("@tellescope/types-models").
|
|
1672
|
+
}) | (import("@tellescope/types-models").AnalyticsFrame & {
|
|
1673
1673
|
id: string;
|
|
1674
1674
|
createdAt: Date;
|
|
1675
|
-
}) | (import("@tellescope/types-models").
|
|
1675
|
+
}) | (import("@tellescope/types-models").Enduser & {
|
|
1676
1676
|
id: string;
|
|
1677
1677
|
createdAt: Date;
|
|
1678
|
-
}) | (import("@tellescope/types-models").
|
|
1678
|
+
}) | (import("@tellescope/types-models").Journey & {
|
|
1679
|
+
id: string;
|
|
1680
|
+
createdAt: Date;
|
|
1681
|
+
}) | (import("@tellescope/types-models").Email & {
|
|
1682
|
+
id: string;
|
|
1683
|
+
createdAt: Date;
|
|
1684
|
+
}) | (import("@tellescope/types-models").SMSMessage & {
|
|
1679
1685
|
id: string;
|
|
1680
1686
|
createdAt: Date;
|
|
1681
1687
|
}) | (import("@tellescope/types-models").ChatRoom & {
|
|
1682
1688
|
id: string;
|
|
1683
1689
|
createdAt: Date;
|
|
1684
|
-
}) | (import("@tellescope/types-models").
|
|
1690
|
+
}) | (import("@tellescope/types-models").User & {
|
|
1685
1691
|
id: string;
|
|
1686
1692
|
createdAt: Date;
|
|
1687
|
-
}) | (import("@tellescope/types-models").
|
|
1693
|
+
}) | (import("@tellescope/types-models").MessageTemplate & {
|
|
1688
1694
|
id: string;
|
|
1689
1695
|
createdAt: Date;
|
|
1690
|
-
}) | (import("@tellescope/types-models").
|
|
1696
|
+
}) | (import("@tellescope/types-models").File & {
|
|
1691
1697
|
id: string;
|
|
1692
1698
|
createdAt: Date;
|
|
1693
|
-
}) | (import("@tellescope/types-models").
|
|
1699
|
+
}) | (import("@tellescope/types-models").Ticket & {
|
|
1694
1700
|
id: string;
|
|
1695
1701
|
createdAt: Date;
|
|
1696
|
-
}) | (import("@tellescope/types-models").
|
|
1702
|
+
}) | (import("@tellescope/types-models").Meeting & {
|
|
1697
1703
|
id: string;
|
|
1698
1704
|
createdAt: Date;
|
|
1699
|
-
}) | (import("@tellescope/types-models").
|
|
1705
|
+
}) | (import("@tellescope/types-models").Form & {
|
|
1700
1706
|
id: string;
|
|
1701
1707
|
createdAt: Date;
|
|
1702
|
-
}) | (import("@tellescope/types-models").
|
|
1708
|
+
}) | (import("@tellescope/types-models").FormField & {
|
|
1709
|
+
id: string;
|
|
1710
|
+
createdAt: Date;
|
|
1711
|
+
}) | (import("@tellescope/types-models").FormResponse & {
|
|
1712
|
+
id: string;
|
|
1713
|
+
createdAt: Date;
|
|
1714
|
+
}) | (import("@tellescope/types-models").CalendarEvent & {
|
|
1715
|
+
id: string;
|
|
1716
|
+
createdAt: Date;
|
|
1717
|
+
}) | (import("@tellescope/types-models").WebHook & {
|
|
1703
1718
|
id: string;
|
|
1704
1719
|
createdAt: Date;
|
|
1705
1720
|
}) | (import("@tellescope/types-models").UserNotification & {
|
|
1706
1721
|
id: string;
|
|
1707
1722
|
createdAt: Date;
|
|
1708
|
-
}) | (import("@tellescope/types-models").
|
|
1723
|
+
}) | (import("@tellescope/types-models").EnduserObservation & {
|
|
1709
1724
|
id: string;
|
|
1710
1725
|
createdAt: Date;
|
|
1711
|
-
}) | (import("@tellescope/types-models").
|
|
1726
|
+
}) | (import("@tellescope/types-models").ManagedContentRecord & {
|
|
1712
1727
|
id: string;
|
|
1713
1728
|
createdAt: Date;
|
|
1714
|
-
}) | (import("@tellescope/types-models").
|
|
1729
|
+
}) | (import("@tellescope/types-models").PostLike & {
|
|
1715
1730
|
id: string;
|
|
1716
1731
|
createdAt: Date;
|
|
1717
|
-
}) | (import("@tellescope/types-models").
|
|
1732
|
+
}) | (import("@tellescope/types-models").Organization & {
|
|
1718
1733
|
id: string;
|
|
1719
1734
|
createdAt: Date;
|
|
1720
|
-
}) | (import("@tellescope/types-models").
|
|
1735
|
+
}) | (import("@tellescope/types-models").Integration & {
|
|
1721
1736
|
id: string;
|
|
1722
1737
|
createdAt: Date;
|
|
1723
|
-
}) | (import("@tellescope/types-models").
|
|
1738
|
+
}) | (import("@tellescope/types-models").AppointmentBookingPage & {
|
|
1724
1739
|
id: string;
|
|
1725
1740
|
createdAt: Date;
|
|
1726
|
-
}) | (import("@tellescope/types-models").
|
|
1741
|
+
}) | (import("@tellescope/types-models").Product & {
|
|
1727
1742
|
id: string;
|
|
1728
1743
|
createdAt: Date;
|
|
1729
|
-
}) | (import("@tellescope/types-models").
|
|
1744
|
+
}) | (import("@tellescope/types-models").Purchase & {
|
|
1730
1745
|
id: string;
|
|
1731
1746
|
createdAt: Date;
|
|
1732
|
-
}) | (import("@tellescope/types-models").
|
|
1747
|
+
}) | (import("@tellescope/types-models").PhoneCall & {
|
|
1733
1748
|
id: string;
|
|
1734
1749
|
createdAt: Date;
|
|
1735
|
-
}) | (import("@tellescope/types-models").
|
|
1750
|
+
}) | (import("@tellescope/types-models").IntegrationLog & {
|
|
1736
1751
|
id: string;
|
|
1737
1752
|
createdAt: Date;
|
|
1738
|
-
}) | (import("@tellescope/types-models").
|
|
1753
|
+
}) | (import("@tellescope/types-models").AutomatedAction & {
|
|
1739
1754
|
id: string;
|
|
1740
1755
|
createdAt: Date;
|
|
1741
|
-
}) | (import("@tellescope/types-models").
|
|
1756
|
+
}) | (import("@tellescope/types-models").EnduserView & {
|
|
1742
1757
|
id: string;
|
|
1743
1758
|
createdAt: Date;
|
|
1744
|
-
}) | (import("@tellescope/types-models").
|
|
1759
|
+
}) | (import("@tellescope/types-models").BackgroundError & {
|
|
1745
1760
|
id: string;
|
|
1746
1761
|
createdAt: Date;
|
|
1747
|
-
}) | (import("@tellescope/types-models").
|
|
1762
|
+
}) | (import("@tellescope/types-models").ChatMessage & {
|
|
1748
1763
|
id: string;
|
|
1749
1764
|
createdAt: Date;
|
|
1750
|
-
}) | (import("@tellescope/types-models").
|
|
1765
|
+
}) | (import("@tellescope/types-models").CalendarEventTemplate & {
|
|
1751
1766
|
id: string;
|
|
1752
1767
|
createdAt: Date;
|
|
1753
|
-
}) | (import("@tellescope/types-models").
|
|
1768
|
+
}) | (import("@tellescope/types-models").Configuration & {
|
|
1754
1769
|
id: string;
|
|
1755
1770
|
createdAt: Date;
|
|
1756
|
-
}) | (import("@tellescope/types-models").
|
|
1771
|
+
}) | (import("@tellescope/types-models").EngagementEvent & {
|
|
1757
1772
|
id: string;
|
|
1758
1773
|
createdAt: Date;
|
|
1759
|
-
}) | (import("@tellescope/types-models").
|
|
1774
|
+
}) | (import("@tellescope/types-models").Note & {
|
|
1760
1775
|
id: string;
|
|
1761
1776
|
createdAt: Date;
|
|
1762
|
-
}) | (import("@tellescope/types-models").
|
|
1777
|
+
}) | (import("@tellescope/types-models").AutomationStep & {
|
|
1763
1778
|
id: string;
|
|
1764
1779
|
createdAt: Date;
|
|
1765
|
-
}) | (import("@tellescope/types-models").
|
|
1780
|
+
}) | (import("@tellescope/types-models").ForumPost & {
|
|
1766
1781
|
id: string;
|
|
1767
1782
|
createdAt: Date;
|
|
1768
|
-
}) | (import("@tellescope/types-models").
|
|
1783
|
+
}) | (import("@tellescope/types-models").Forum & {
|
|
1769
1784
|
id: string;
|
|
1770
1785
|
createdAt: Date;
|
|
1771
|
-
}) | (import("@tellescope/types-models").
|
|
1786
|
+
}) | (import("@tellescope/types-models").ManagedContentRecordAssignment & {
|
|
1772
1787
|
id: string;
|
|
1773
1788
|
createdAt: Date;
|
|
1774
|
-
}) | (import("@tellescope/types-models").
|
|
1789
|
+
}) | (import("@tellescope/types-models").PostComment & {
|
|
1775
1790
|
id: string;
|
|
1776
1791
|
createdAt: Date;
|
|
1777
|
-
}) | (import("@tellescope/types-models").
|
|
1792
|
+
}) | (import("@tellescope/types-models").CommentLike & {
|
|
1778
1793
|
id: string;
|
|
1779
1794
|
createdAt: Date;
|
|
1780
|
-
}) | (import("@tellescope/types-models").
|
|
1795
|
+
}) | (import("@tellescope/types-models").CalendarEventRSVP & {
|
|
1781
1796
|
id: string;
|
|
1782
1797
|
createdAt: Date;
|
|
1783
|
-
}) | (import("@tellescope/types-models").
|
|
1798
|
+
}) | (import("@tellescope/types-models").Database & {
|
|
1784
1799
|
id: string;
|
|
1785
1800
|
createdAt: Date;
|
|
1786
|
-
}) | (import("@tellescope/types-models").
|
|
1801
|
+
}) | (import("@tellescope/types-models").DatabaseRecord & {
|
|
1787
1802
|
id: string;
|
|
1788
1803
|
createdAt: Date;
|
|
1789
|
-
}) | (import("@tellescope/types-models").
|
|
1804
|
+
}) | (import("@tellescope/types-models").PortalCustomization & {
|
|
1790
1805
|
id: string;
|
|
1791
1806
|
createdAt: Date;
|
|
1792
|
-
}) | (import("@tellescope/types-models").
|
|
1807
|
+
}) | (import("@tellescope/types-models").EnduserTask & {
|
|
1793
1808
|
id: string;
|
|
1794
1809
|
createdAt: Date;
|
|
1795
|
-
}) | (import("@tellescope/types-models").
|
|
1810
|
+
}) | (import("@tellescope/types-models").CarePlan & {
|
|
1796
1811
|
id: string;
|
|
1797
1812
|
createdAt: Date;
|
|
1798
|
-
}) | (import("@tellescope/types-models").
|
|
1813
|
+
}) | (import("@tellescope/types-models").RoleBasedAccessPermission & {
|
|
1799
1814
|
id: string;
|
|
1800
1815
|
createdAt: Date;
|
|
1801
|
-
}) | (import("@tellescope/types-models").
|
|
1816
|
+
}) | (import("@tellescope/types-models").AppointmentLocation & {
|
|
1802
1817
|
id: string;
|
|
1803
1818
|
createdAt: Date;
|
|
1804
|
-
}) | (import("@tellescope/types-models").
|
|
1819
|
+
}) | (import("@tellescope/types-models").PurchaseCredit & {
|
|
1805
1820
|
id: string;
|
|
1806
1821
|
createdAt: Date;
|
|
1807
|
-
}) | (import("@tellescope/types-models").
|
|
1822
|
+
}) | (import("@tellescope/types-models").PhoneTree & {
|
|
1808
1823
|
id: string;
|
|
1809
1824
|
createdAt: Date;
|
|
1810
1825
|
}) | (import("@tellescope/types-models").Superbill & {
|
|
@@ -1837,15 +1852,6 @@ export declare const useSyncContext: () => {
|
|
|
1837
1852
|
}) | (import("@tellescope/types-models").TicketThreadComment & {
|
|
1838
1853
|
id: string;
|
|
1839
1854
|
createdAt: Date;
|
|
1840
|
-
}) | (import("@tellescope/types-models").GroupMMSConversation & {
|
|
1841
|
-
id: string;
|
|
1842
|
-
createdAt: Date;
|
|
1843
|
-
}) | (import("@tellescope/types-models").EnduserOrder & {
|
|
1844
|
-
id: string;
|
|
1845
|
-
createdAt: Date;
|
|
1846
|
-
}) | (import("@tellescope/types-models").EnduserEncounter & {
|
|
1847
|
-
id: string;
|
|
1848
|
-
createdAt: Date;
|
|
1849
1855
|
}) | (import("@tellescope/types-models").VitalConfiguration & {
|
|
1850
1856
|
id: string;
|
|
1851
1857
|
createdAt: Date;
|
|
@@ -1885,12 +1891,6 @@ export declare const useSyncContext: () => {
|
|
|
1885
1891
|
}) | (import("@tellescope/types-models").AllergyCode & {
|
|
1886
1892
|
id: string;
|
|
1887
1893
|
createdAt: Date;
|
|
1888
|
-
}) | (import("@tellescope/types-models").CallHoldQueue & {
|
|
1889
|
-
id: string;
|
|
1890
|
-
createdAt: Date;
|
|
1891
|
-
}) | (import("@tellescope/types-models").WebHook & {
|
|
1892
|
-
id: string;
|
|
1893
|
-
createdAt: Date;
|
|
1894
1894
|
}) | (import("@tellescope/types-models").APIKey & {
|
|
1895
1895
|
id: string;
|
|
1896
1896
|
createdAt: Date;
|
|
@@ -1899,19 +1899,19 @@ export declare const useSyncContext: () => {
|
|
|
1899
1899
|
createdAt: Date;
|
|
1900
1900
|
}))[];
|
|
1901
1901
|
getDeleted: <T_1 extends string>(modelName: T_1) => string[];
|
|
1902
|
-
popLoaded: <T_2 extends string>(modelName: T_2) => ((import("@tellescope/types-models").
|
|
1902
|
+
popLoaded: <T_2 extends string>(modelName: T_2) => ((import("@tellescope/types-models").EnduserEligibilityResult & {
|
|
1903
1903
|
id: string;
|
|
1904
1904
|
createdAt: Date;
|
|
1905
|
-
}) | (import("@tellescope/types-models").
|
|
1905
|
+
}) | (import("@tellescope/types-models").CallHoldQueue & {
|
|
1906
1906
|
id: string;
|
|
1907
1907
|
createdAt: Date;
|
|
1908
|
-
}) | (import("@tellescope/types-models").
|
|
1908
|
+
}) | (import("@tellescope/types-models").EnduserEncounter & {
|
|
1909
1909
|
id: string;
|
|
1910
1910
|
createdAt: Date;
|
|
1911
|
-
}) | (import("@tellescope/types-models").
|
|
1911
|
+
}) | (import("@tellescope/types-models").EnduserOrder & {
|
|
1912
1912
|
id: string;
|
|
1913
1913
|
createdAt: Date;
|
|
1914
|
-
}) | (import("@tellescope/types-models").
|
|
1914
|
+
}) | (import("@tellescope/types-models").GroupMMSConversation & {
|
|
1915
1915
|
id: string;
|
|
1916
1916
|
createdAt: Date;
|
|
1917
1917
|
}) | (import("@tellescope/types-models").TicketQueue & {
|
|
@@ -1920,145 +1920,160 @@ export declare const useSyncContext: () => {
|
|
|
1920
1920
|
}) | (import("@tellescope/types-models").AutomationTrigger & {
|
|
1921
1921
|
id: string;
|
|
1922
1922
|
createdAt: Date;
|
|
1923
|
-
}) | (import("@tellescope/types-models").
|
|
1923
|
+
}) | (import("@tellescope/types-models").AvailabilityBlock & {
|
|
1924
1924
|
id: string;
|
|
1925
1925
|
createdAt: Date;
|
|
1926
|
-
}) | (import("@tellescope/types-models").
|
|
1926
|
+
}) | (import("@tellescope/types-models").AnalyticsFrame & {
|
|
1927
1927
|
id: string;
|
|
1928
1928
|
createdAt: Date;
|
|
1929
|
-
}) | (import("@tellescope/types-models").
|
|
1929
|
+
}) | (import("@tellescope/types-models").Enduser & {
|
|
1930
1930
|
id: string;
|
|
1931
1931
|
createdAt: Date;
|
|
1932
|
-
}) | (import("@tellescope/types-models").
|
|
1932
|
+
}) | (import("@tellescope/types-models").Journey & {
|
|
1933
|
+
id: string;
|
|
1934
|
+
createdAt: Date;
|
|
1935
|
+
}) | (import("@tellescope/types-models").Email & {
|
|
1936
|
+
id: string;
|
|
1937
|
+
createdAt: Date;
|
|
1938
|
+
}) | (import("@tellescope/types-models").SMSMessage & {
|
|
1933
1939
|
id: string;
|
|
1934
1940
|
createdAt: Date;
|
|
1935
1941
|
}) | (import("@tellescope/types-models").ChatRoom & {
|
|
1936
1942
|
id: string;
|
|
1937
1943
|
createdAt: Date;
|
|
1938
|
-
}) | (import("@tellescope/types-models").
|
|
1944
|
+
}) | (import("@tellescope/types-models").User & {
|
|
1939
1945
|
id: string;
|
|
1940
1946
|
createdAt: Date;
|
|
1941
|
-
}) | (import("@tellescope/types-models").
|
|
1947
|
+
}) | (import("@tellescope/types-models").MessageTemplate & {
|
|
1942
1948
|
id: string;
|
|
1943
1949
|
createdAt: Date;
|
|
1944
|
-
}) | (import("@tellescope/types-models").
|
|
1950
|
+
}) | (import("@tellescope/types-models").File & {
|
|
1945
1951
|
id: string;
|
|
1946
1952
|
createdAt: Date;
|
|
1947
|
-
}) | (import("@tellescope/types-models").
|
|
1953
|
+
}) | (import("@tellescope/types-models").Ticket & {
|
|
1948
1954
|
id: string;
|
|
1949
1955
|
createdAt: Date;
|
|
1950
|
-
}) | (import("@tellescope/types-models").
|
|
1956
|
+
}) | (import("@tellescope/types-models").Meeting & {
|
|
1951
1957
|
id: string;
|
|
1952
1958
|
createdAt: Date;
|
|
1953
|
-
}) | (import("@tellescope/types-models").
|
|
1959
|
+
}) | (import("@tellescope/types-models").Form & {
|
|
1954
1960
|
id: string;
|
|
1955
1961
|
createdAt: Date;
|
|
1956
|
-
}) | (import("@tellescope/types-models").
|
|
1962
|
+
}) | (import("@tellescope/types-models").FormField & {
|
|
1963
|
+
id: string;
|
|
1964
|
+
createdAt: Date;
|
|
1965
|
+
}) | (import("@tellescope/types-models").FormResponse & {
|
|
1966
|
+
id: string;
|
|
1967
|
+
createdAt: Date;
|
|
1968
|
+
}) | (import("@tellescope/types-models").CalendarEvent & {
|
|
1969
|
+
id: string;
|
|
1970
|
+
createdAt: Date;
|
|
1971
|
+
}) | (import("@tellescope/types-models").WebHook & {
|
|
1957
1972
|
id: string;
|
|
1958
1973
|
createdAt: Date;
|
|
1959
1974
|
}) | (import("@tellescope/types-models").UserNotification & {
|
|
1960
1975
|
id: string;
|
|
1961
1976
|
createdAt: Date;
|
|
1962
|
-
}) | (import("@tellescope/types-models").
|
|
1977
|
+
}) | (import("@tellescope/types-models").EnduserObservation & {
|
|
1963
1978
|
id: string;
|
|
1964
1979
|
createdAt: Date;
|
|
1965
|
-
}) | (import("@tellescope/types-models").
|
|
1980
|
+
}) | (import("@tellescope/types-models").ManagedContentRecord & {
|
|
1966
1981
|
id: string;
|
|
1967
1982
|
createdAt: Date;
|
|
1968
|
-
}) | (import("@tellescope/types-models").
|
|
1983
|
+
}) | (import("@tellescope/types-models").PostLike & {
|
|
1969
1984
|
id: string;
|
|
1970
1985
|
createdAt: Date;
|
|
1971
|
-
}) | (import("@tellescope/types-models").
|
|
1986
|
+
}) | (import("@tellescope/types-models").Organization & {
|
|
1972
1987
|
id: string;
|
|
1973
1988
|
createdAt: Date;
|
|
1974
|
-
}) | (import("@tellescope/types-models").
|
|
1989
|
+
}) | (import("@tellescope/types-models").Integration & {
|
|
1975
1990
|
id: string;
|
|
1976
1991
|
createdAt: Date;
|
|
1977
|
-
}) | (import("@tellescope/types-models").
|
|
1992
|
+
}) | (import("@tellescope/types-models").AppointmentBookingPage & {
|
|
1978
1993
|
id: string;
|
|
1979
1994
|
createdAt: Date;
|
|
1980
|
-
}) | (import("@tellescope/types-models").
|
|
1995
|
+
}) | (import("@tellescope/types-models").Product & {
|
|
1981
1996
|
id: string;
|
|
1982
1997
|
createdAt: Date;
|
|
1983
|
-
}) | (import("@tellescope/types-models").
|
|
1998
|
+
}) | (import("@tellescope/types-models").Purchase & {
|
|
1984
1999
|
id: string;
|
|
1985
2000
|
createdAt: Date;
|
|
1986
|
-
}) | (import("@tellescope/types-models").
|
|
2001
|
+
}) | (import("@tellescope/types-models").PhoneCall & {
|
|
1987
2002
|
id: string;
|
|
1988
2003
|
createdAt: Date;
|
|
1989
|
-
}) | (import("@tellescope/types-models").
|
|
2004
|
+
}) | (import("@tellescope/types-models").IntegrationLog & {
|
|
1990
2005
|
id: string;
|
|
1991
2006
|
createdAt: Date;
|
|
1992
|
-
}) | (import("@tellescope/types-models").
|
|
2007
|
+
}) | (import("@tellescope/types-models").AutomatedAction & {
|
|
1993
2008
|
id: string;
|
|
1994
2009
|
createdAt: Date;
|
|
1995
|
-
}) | (import("@tellescope/types-models").
|
|
2010
|
+
}) | (import("@tellescope/types-models").EnduserView & {
|
|
1996
2011
|
id: string;
|
|
1997
2012
|
createdAt: Date;
|
|
1998
|
-
}) | (import("@tellescope/types-models").
|
|
2013
|
+
}) | (import("@tellescope/types-models").BackgroundError & {
|
|
1999
2014
|
id: string;
|
|
2000
2015
|
createdAt: Date;
|
|
2001
|
-
}) | (import("@tellescope/types-models").
|
|
2016
|
+
}) | (import("@tellescope/types-models").ChatMessage & {
|
|
2002
2017
|
id: string;
|
|
2003
2018
|
createdAt: Date;
|
|
2004
|
-
}) | (import("@tellescope/types-models").
|
|
2019
|
+
}) | (import("@tellescope/types-models").CalendarEventTemplate & {
|
|
2005
2020
|
id: string;
|
|
2006
2021
|
createdAt: Date;
|
|
2007
|
-
}) | (import("@tellescope/types-models").
|
|
2022
|
+
}) | (import("@tellescope/types-models").Configuration & {
|
|
2008
2023
|
id: string;
|
|
2009
2024
|
createdAt: Date;
|
|
2010
|
-
}) | (import("@tellescope/types-models").
|
|
2025
|
+
}) | (import("@tellescope/types-models").EngagementEvent & {
|
|
2011
2026
|
id: string;
|
|
2012
2027
|
createdAt: Date;
|
|
2013
|
-
}) | (import("@tellescope/types-models").
|
|
2028
|
+
}) | (import("@tellescope/types-models").Note & {
|
|
2014
2029
|
id: string;
|
|
2015
2030
|
createdAt: Date;
|
|
2016
|
-
}) | (import("@tellescope/types-models").
|
|
2031
|
+
}) | (import("@tellescope/types-models").AutomationStep & {
|
|
2017
2032
|
id: string;
|
|
2018
2033
|
createdAt: Date;
|
|
2019
|
-
}) | (import("@tellescope/types-models").
|
|
2034
|
+
}) | (import("@tellescope/types-models").ForumPost & {
|
|
2020
2035
|
id: string;
|
|
2021
2036
|
createdAt: Date;
|
|
2022
|
-
}) | (import("@tellescope/types-models").
|
|
2037
|
+
}) | (import("@tellescope/types-models").Forum & {
|
|
2023
2038
|
id: string;
|
|
2024
2039
|
createdAt: Date;
|
|
2025
|
-
}) | (import("@tellescope/types-models").
|
|
2040
|
+
}) | (import("@tellescope/types-models").ManagedContentRecordAssignment & {
|
|
2026
2041
|
id: string;
|
|
2027
2042
|
createdAt: Date;
|
|
2028
|
-
}) | (import("@tellescope/types-models").
|
|
2043
|
+
}) | (import("@tellescope/types-models").PostComment & {
|
|
2029
2044
|
id: string;
|
|
2030
2045
|
createdAt: Date;
|
|
2031
|
-
}) | (import("@tellescope/types-models").
|
|
2046
|
+
}) | (import("@tellescope/types-models").CommentLike & {
|
|
2032
2047
|
id: string;
|
|
2033
2048
|
createdAt: Date;
|
|
2034
|
-
}) | (import("@tellescope/types-models").
|
|
2049
|
+
}) | (import("@tellescope/types-models").CalendarEventRSVP & {
|
|
2035
2050
|
id: string;
|
|
2036
2051
|
createdAt: Date;
|
|
2037
|
-
}) | (import("@tellescope/types-models").
|
|
2052
|
+
}) | (import("@tellescope/types-models").Database & {
|
|
2038
2053
|
id: string;
|
|
2039
2054
|
createdAt: Date;
|
|
2040
|
-
}) | (import("@tellescope/types-models").
|
|
2055
|
+
}) | (import("@tellescope/types-models").DatabaseRecord & {
|
|
2041
2056
|
id: string;
|
|
2042
2057
|
createdAt: Date;
|
|
2043
|
-
}) | (import("@tellescope/types-models").
|
|
2058
|
+
}) | (import("@tellescope/types-models").PortalCustomization & {
|
|
2044
2059
|
id: string;
|
|
2045
2060
|
createdAt: Date;
|
|
2046
|
-
}) | (import("@tellescope/types-models").
|
|
2061
|
+
}) | (import("@tellescope/types-models").EnduserTask & {
|
|
2047
2062
|
id: string;
|
|
2048
2063
|
createdAt: Date;
|
|
2049
|
-
}) | (import("@tellescope/types-models").
|
|
2064
|
+
}) | (import("@tellescope/types-models").CarePlan & {
|
|
2050
2065
|
id: string;
|
|
2051
2066
|
createdAt: Date;
|
|
2052
|
-
}) | (import("@tellescope/types-models").
|
|
2067
|
+
}) | (import("@tellescope/types-models").RoleBasedAccessPermission & {
|
|
2053
2068
|
id: string;
|
|
2054
2069
|
createdAt: Date;
|
|
2055
|
-
}) | (import("@tellescope/types-models").
|
|
2070
|
+
}) | (import("@tellescope/types-models").AppointmentLocation & {
|
|
2056
2071
|
id: string;
|
|
2057
2072
|
createdAt: Date;
|
|
2058
|
-
}) | (import("@tellescope/types-models").
|
|
2073
|
+
}) | (import("@tellescope/types-models").PurchaseCredit & {
|
|
2059
2074
|
id: string;
|
|
2060
2075
|
createdAt: Date;
|
|
2061
|
-
}) | (import("@tellescope/types-models").
|
|
2076
|
+
}) | (import("@tellescope/types-models").PhoneTree & {
|
|
2062
2077
|
id: string;
|
|
2063
2078
|
createdAt: Date;
|
|
2064
2079
|
}) | (import("@tellescope/types-models").Superbill & {
|
|
@@ -2091,15 +2106,6 @@ export declare const useSyncContext: () => {
|
|
|
2091
2106
|
}) | (import("@tellescope/types-models").TicketThreadComment & {
|
|
2092
2107
|
id: string;
|
|
2093
2108
|
createdAt: Date;
|
|
2094
|
-
}) | (import("@tellescope/types-models").GroupMMSConversation & {
|
|
2095
|
-
id: string;
|
|
2096
|
-
createdAt: Date;
|
|
2097
|
-
}) | (import("@tellescope/types-models").EnduserOrder & {
|
|
2098
|
-
id: string;
|
|
2099
|
-
createdAt: Date;
|
|
2100
|
-
}) | (import("@tellescope/types-models").EnduserEncounter & {
|
|
2101
|
-
id: string;
|
|
2102
|
-
createdAt: Date;
|
|
2103
2109
|
}) | (import("@tellescope/types-models").VitalConfiguration & {
|
|
2104
2110
|
id: string;
|
|
2105
2111
|
createdAt: Date;
|
|
@@ -2139,12 +2145,6 @@ export declare const useSyncContext: () => {
|
|
|
2139
2145
|
}) | (import("@tellescope/types-models").AllergyCode & {
|
|
2140
2146
|
id: string;
|
|
2141
2147
|
createdAt: Date;
|
|
2142
|
-
}) | (import("@tellescope/types-models").CallHoldQueue & {
|
|
2143
|
-
id: string;
|
|
2144
|
-
createdAt: Date;
|
|
2145
|
-
}) | (import("@tellescope/types-models").WebHook & {
|
|
2146
|
-
id: string;
|
|
2147
|
-
createdAt: Date;
|
|
2148
2148
|
}) | (import("@tellescope/types-models").APIKey & {
|
|
2149
2149
|
id: string;
|
|
2150
2150
|
createdAt: Date;
|
|
@@ -2239,6 +2239,7 @@ export declare const useEnduserEligibilityResults: (options?: HookOptions<import
|
|
|
2239
2239
|
createdAt: Date;
|
|
2240
2240
|
}> & {
|
|
2241
2241
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2242
|
+
_overrideUnique?: boolean | undefined;
|
|
2242
2243
|
}>;
|
|
2243
2244
|
export declare const useSuggestedContacts: (options?: HookOptions<import("@tellescope/types-models").SuggestedContact & {
|
|
2244
2245
|
id: string;
|
|
@@ -2251,6 +2252,7 @@ export declare const useSuggestedContacts: (options?: HookOptions<import("@telle
|
|
|
2251
2252
|
createdAt: Date;
|
|
2252
2253
|
}> & {
|
|
2253
2254
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2255
|
+
_overrideUnique?: boolean | undefined;
|
|
2254
2256
|
}>;
|
|
2255
2257
|
export declare const useFaxLogs: (options?: HookOptions<import("@tellescope/types-models").FaxLog & {
|
|
2256
2258
|
id: string;
|
|
@@ -2263,6 +2265,7 @@ export declare const useFaxLogs: (options?: HookOptions<import("@tellescope/type
|
|
|
2263
2265
|
createdAt: Date;
|
|
2264
2266
|
}> & {
|
|
2265
2267
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2268
|
+
_overrideUnique?: boolean | undefined;
|
|
2266
2269
|
}>;
|
|
2267
2270
|
export declare const useMessageTemplateSnippets: (options?: HookOptions<import("@tellescope/types-models").MessageTemplateSnippet & {
|
|
2268
2271
|
id: string;
|
|
@@ -2275,6 +2278,7 @@ export declare const useMessageTemplateSnippets: (options?: HookOptions<import("
|
|
|
2275
2278
|
createdAt: Date;
|
|
2276
2279
|
}> & {
|
|
2277
2280
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2281
|
+
_overrideUnique?: boolean | undefined;
|
|
2278
2282
|
}>;
|
|
2279
2283
|
export declare const usePortalBrandings: (options?: HookOptions<import("@tellescope/types-models").PortalBranding & {
|
|
2280
2284
|
id: string;
|
|
@@ -2287,6 +2291,7 @@ export declare const usePortalBrandings: (options?: HookOptions<import("@tellesc
|
|
|
2287
2291
|
createdAt: Date;
|
|
2288
2292
|
}> & {
|
|
2289
2293
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2294
|
+
_overrideUnique?: boolean | undefined;
|
|
2290
2295
|
}>;
|
|
2291
2296
|
export declare const useAllergyCodes: (options?: HookOptions<import("@tellescope/types-models").AllergyCode & {
|
|
2292
2297
|
id: string;
|
|
@@ -2299,6 +2304,7 @@ export declare const useAllergyCodes: (options?: HookOptions<import("@tellescope
|
|
|
2299
2304
|
createdAt: Date;
|
|
2300
2305
|
}> & {
|
|
2301
2306
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2307
|
+
_overrideUnique?: boolean | undefined;
|
|
2302
2308
|
}>;
|
|
2303
2309
|
export declare const useDiagnosisCodes: (options?: HookOptions<import("@tellescope/types-models").DiagnosisCode & {
|
|
2304
2310
|
id: string;
|
|
@@ -2311,6 +2317,7 @@ export declare const useDiagnosisCodes: (options?: HookOptions<import("@tellesco
|
|
|
2311
2317
|
createdAt: Date;
|
|
2312
2318
|
}> & {
|
|
2313
2319
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2320
|
+
_overrideUnique?: boolean | undefined;
|
|
2314
2321
|
}>;
|
|
2315
2322
|
export declare const useEnduserProblems: (options?: HookOptions<import("@tellescope/types-models").EnduserProblem & {
|
|
2316
2323
|
id: string;
|
|
@@ -2323,6 +2330,7 @@ export declare const useEnduserProblems: (options?: HookOptions<import("@tellesc
|
|
|
2323
2330
|
createdAt: Date;
|
|
2324
2331
|
}> & {
|
|
2325
2332
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2333
|
+
_overrideUnique?: boolean | undefined;
|
|
2326
2334
|
}>;
|
|
2327
2335
|
export declare const useEnduserMedications: (options?: HookOptions<import("@tellescope/types-models").EnduserMedication & {
|
|
2328
2336
|
id: string;
|
|
@@ -2335,6 +2343,7 @@ export declare const useEnduserMedications: (options?: HookOptions<import("@tell
|
|
|
2335
2343
|
createdAt: Date;
|
|
2336
2344
|
}> & {
|
|
2337
2345
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2346
|
+
_overrideUnique?: boolean | undefined;
|
|
2338
2347
|
}>;
|
|
2339
2348
|
export declare const useEnduserOrders: (options?: HookOptions<import("@tellescope/types-models").EnduserOrder & {
|
|
2340
2349
|
id: string;
|
|
@@ -2347,6 +2356,7 @@ export declare const useEnduserOrders: (options?: HookOptions<import("@tellescop
|
|
|
2347
2356
|
createdAt: Date;
|
|
2348
2357
|
}> & {
|
|
2349
2358
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2359
|
+
_overrideUnique?: boolean | undefined;
|
|
2350
2360
|
}>;
|
|
2351
2361
|
export declare const useIntegrationLogs: (options?: HookOptions<import("@tellescope/types-models").IntegrationLog & {
|
|
2352
2362
|
id: string;
|
|
@@ -2359,6 +2369,7 @@ export declare const useIntegrationLogs: (options?: HookOptions<import("@tellesc
|
|
|
2359
2369
|
createdAt: Date;
|
|
2360
2370
|
}> & {
|
|
2361
2371
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2372
|
+
_overrideUnique?: boolean | undefined;
|
|
2362
2373
|
}>;
|
|
2363
2374
|
export declare const useWebhookLogs: (options?: HookOptions<import("@tellescope/types-models").WebhookLog & {
|
|
2364
2375
|
id: string;
|
|
@@ -2371,6 +2382,7 @@ export declare const useWebhookLogs: (options?: HookOptions<import("@tellescope/
|
|
|
2371
2382
|
createdAt: Date;
|
|
2372
2383
|
}> & {
|
|
2373
2384
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2385
|
+
_overrideUnique?: boolean | undefined;
|
|
2374
2386
|
}>;
|
|
2375
2387
|
export declare const useFormGroups: (options?: HookOptions<import("@tellescope/types-models").FormGroup & {
|
|
2376
2388
|
id: string;
|
|
@@ -2383,6 +2395,7 @@ export declare const useFormGroups: (options?: HookOptions<import("@tellescope/t
|
|
|
2383
2395
|
createdAt: Date;
|
|
2384
2396
|
}> & {
|
|
2385
2397
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2398
|
+
_overrideUnique?: boolean | undefined;
|
|
2386
2399
|
}>;
|
|
2387
2400
|
export declare const useFlowchartNotes: (options?: HookOptions<import("@tellescope/types-models").FlowchartNote & {
|
|
2388
2401
|
id: string;
|
|
@@ -2395,6 +2408,7 @@ export declare const useFlowchartNotes: (options?: HookOptions<import("@tellesco
|
|
|
2395
2408
|
createdAt: Date;
|
|
2396
2409
|
}> & {
|
|
2397
2410
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2411
|
+
_overrideUnique?: boolean | undefined;
|
|
2398
2412
|
}>;
|
|
2399
2413
|
export declare const useEnduserEncounters: (options?: HookOptions<import("@tellescope/types-models").EnduserEncounter & {
|
|
2400
2414
|
id: string;
|
|
@@ -2407,6 +2421,7 @@ export declare const useEnduserEncounters: (options?: HookOptions<import("@telle
|
|
|
2407
2421
|
createdAt: Date;
|
|
2408
2422
|
}> & {
|
|
2409
2423
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2424
|
+
_overrideUnique?: boolean | undefined;
|
|
2410
2425
|
}>;
|
|
2411
2426
|
export declare const useVitalConfigurations: (options?: HookOptions<import("@tellescope/types-models").VitalConfiguration & {
|
|
2412
2427
|
id: string;
|
|
@@ -2419,6 +2434,7 @@ export declare const useVitalConfigurations: (options?: HookOptions<import("@tel
|
|
|
2419
2434
|
createdAt: Date;
|
|
2420
2435
|
}> & {
|
|
2421
2436
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2437
|
+
_overrideUnique?: boolean | undefined;
|
|
2422
2438
|
}>;
|
|
2423
2439
|
export declare const useCalendarEvents: (options?: HookOptions<import("@tellescope/types-models").CalendarEvent & {
|
|
2424
2440
|
id: string;
|
|
@@ -2431,6 +2447,7 @@ export declare const useCalendarEvents: (options?: HookOptions<import("@tellesco
|
|
|
2431
2447
|
createdAt: Date;
|
|
2432
2448
|
}> & {
|
|
2433
2449
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2450
|
+
_overrideUnique?: boolean | undefined;
|
|
2434
2451
|
}>;
|
|
2435
2452
|
export declare const useEngagementEvents: (options?: HookOptions<import("@tellescope/types-models").EngagementEvent & {
|
|
2436
2453
|
id: string;
|
|
@@ -2443,6 +2460,7 @@ export declare const useEngagementEvents: (options?: HookOptions<import("@telles
|
|
|
2443
2460
|
createdAt: Date;
|
|
2444
2461
|
}> & {
|
|
2445
2462
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2463
|
+
_overrideUnique?: boolean | undefined;
|
|
2446
2464
|
}>;
|
|
2447
2465
|
export declare const useGroupMMSConversations: (options?: HookOptions<import("@tellescope/types-models").GroupMMSConversation & {
|
|
2448
2466
|
id: string;
|
|
@@ -2455,6 +2473,7 @@ export declare const useGroupMMSConversations: (options?: HookOptions<import("@t
|
|
|
2455
2473
|
createdAt: Date;
|
|
2456
2474
|
}> & {
|
|
2457
2475
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2476
|
+
_overrideUnique?: boolean | undefined;
|
|
2458
2477
|
}>;
|
|
2459
2478
|
export declare const useEnduserProfileViews: (options?: HookOptions<import("@tellescope/types-models").EnduserProfileView & {
|
|
2460
2479
|
id: string;
|
|
@@ -2467,6 +2486,7 @@ export declare const useEnduserProfileViews: (options?: HookOptions<import("@tel
|
|
|
2467
2486
|
createdAt: Date;
|
|
2468
2487
|
}> & {
|
|
2469
2488
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2489
|
+
_overrideUnique?: boolean | undefined;
|
|
2470
2490
|
}>;
|
|
2471
2491
|
export declare const useCallHoldQueues: (options?: HookOptions<import("@tellescope/types-models").CallHoldQueue & {
|
|
2472
2492
|
id: string;
|
|
@@ -2479,6 +2499,7 @@ export declare const useCallHoldQueues: (options?: HookOptions<import("@tellesco
|
|
|
2479
2499
|
createdAt: Date;
|
|
2480
2500
|
}> & {
|
|
2481
2501
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2502
|
+
_overrideUnique?: boolean | undefined;
|
|
2482
2503
|
}>;
|
|
2483
2504
|
export declare const useTicketQueues: (options?: HookOptions<import("@tellescope/types-models").TicketQueue & {
|
|
2484
2505
|
id: string;
|
|
@@ -2491,6 +2512,7 @@ export declare const useTicketQueues: (options?: HookOptions<import("@tellescope
|
|
|
2491
2512
|
createdAt: Date;
|
|
2492
2513
|
}> & {
|
|
2493
2514
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2515
|
+
_overrideUnique?: boolean | undefined;
|
|
2494
2516
|
}>;
|
|
2495
2517
|
export declare const useConfigurations: (options?: HookOptions<import("@tellescope/types-models").Configuration & {
|
|
2496
2518
|
id: string;
|
|
@@ -2503,6 +2525,7 @@ export declare const useConfigurations: (options?: HookOptions<import("@tellesco
|
|
|
2503
2525
|
createdAt: Date;
|
|
2504
2526
|
}> & {
|
|
2505
2527
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2528
|
+
_overrideUnique?: boolean | undefined;
|
|
2506
2529
|
}>;
|
|
2507
2530
|
export declare const usePhoneTrees: (options?: HookOptions<import("@tellescope/types-models").PhoneTree & {
|
|
2508
2531
|
id: string;
|
|
@@ -2515,6 +2538,7 @@ export declare const usePhoneTrees: (options?: HookOptions<import("@tellescope/t
|
|
|
2515
2538
|
createdAt: Date;
|
|
2516
2539
|
}> & {
|
|
2517
2540
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2541
|
+
_overrideUnique?: boolean | undefined;
|
|
2518
2542
|
}>;
|
|
2519
2543
|
export declare const useAutomationTriggers: (options?: HookOptions<import("@tellescope/types-models").AutomationTrigger & {
|
|
2520
2544
|
id: string;
|
|
@@ -2527,6 +2551,7 @@ export declare const useAutomationTriggers: (options?: HookOptions<import("@tell
|
|
|
2527
2551
|
createdAt: Date;
|
|
2528
2552
|
}> & {
|
|
2529
2553
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2554
|
+
_overrideUnique?: boolean | undefined;
|
|
2530
2555
|
}>;
|
|
2531
2556
|
export declare const useAutomatedActions: (options?: HookOptions<import("@tellescope/types-models").AutomatedAction & {
|
|
2532
2557
|
id: string;
|
|
@@ -2539,6 +2564,7 @@ export declare const useAutomatedActions: (options?: HookOptions<import("@telles
|
|
|
2539
2564
|
createdAt: Date;
|
|
2540
2565
|
}> & {
|
|
2541
2566
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2567
|
+
_overrideUnique?: boolean | undefined;
|
|
2542
2568
|
}>;
|
|
2543
2569
|
export declare const useEmails: (options?: HookOptions<import("@tellescope/types-models").Email & {
|
|
2544
2570
|
id: string;
|
|
@@ -2551,6 +2577,7 @@ export declare const useEmails: (options?: HookOptions<import("@tellescope/types
|
|
|
2551
2577
|
createdAt: Date;
|
|
2552
2578
|
}> & {
|
|
2553
2579
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2580
|
+
_overrideUnique?: boolean | undefined;
|
|
2554
2581
|
}>;
|
|
2555
2582
|
export declare const useSmsMessages: (options?: HookOptions<import("@tellescope/types-models").SMSMessage & {
|
|
2556
2583
|
id: string;
|
|
@@ -2563,6 +2590,7 @@ export declare const useSmsMessages: (options?: HookOptions<import("@tellescope/
|
|
|
2563
2590
|
createdAt: Date;
|
|
2564
2591
|
}> & {
|
|
2565
2592
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2593
|
+
_overrideUnique?: boolean | undefined;
|
|
2566
2594
|
}>;
|
|
2567
2595
|
export declare const useNotifications: (options?: HookOptions<import("@tellescope/types-models").UserNotification & {
|
|
2568
2596
|
id: string;
|
|
@@ -2575,6 +2603,7 @@ export declare const useNotifications: (options?: HookOptions<import("@tellescop
|
|
|
2575
2603
|
createdAt: Date;
|
|
2576
2604
|
}> & {
|
|
2577
2605
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2606
|
+
_overrideUnique?: boolean | undefined;
|
|
2578
2607
|
}>;
|
|
2579
2608
|
export declare const useUserLogs: (options?: HookOptions<import("@tellescope/types-models").UserLog & {
|
|
2580
2609
|
id: string;
|
|
@@ -2587,6 +2616,7 @@ export declare const useUserLogs: (options?: HookOptions<import("@tellescope/typ
|
|
|
2587
2616
|
createdAt: Date;
|
|
2588
2617
|
}> & {
|
|
2589
2618
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2619
|
+
_overrideUnique?: boolean | undefined;
|
|
2590
2620
|
}>;
|
|
2591
2621
|
export declare const useAnalyticsFrames: (options?: HookOptions<import("@tellescope/types-models").AnalyticsFrame & {
|
|
2592
2622
|
id: string;
|
|
@@ -2599,6 +2629,7 @@ export declare const useAnalyticsFrames: (options?: HookOptions<import("@tellesc
|
|
|
2599
2629
|
createdAt: Date;
|
|
2600
2630
|
}> & {
|
|
2601
2631
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2632
|
+
_overrideUnique?: boolean | undefined;
|
|
2602
2633
|
}>;
|
|
2603
2634
|
export declare const useEnduserCustomTypes: (options?: HookOptions<import("@tellescope/types-models").EnduserCustomType & {
|
|
2604
2635
|
id: string;
|
|
@@ -2611,6 +2642,7 @@ export declare const useEnduserCustomTypes: (options?: HookOptions<import("@tell
|
|
|
2611
2642
|
createdAt: Date;
|
|
2612
2643
|
}> & {
|
|
2613
2644
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2645
|
+
_overrideUnique?: boolean | undefined;
|
|
2614
2646
|
}>;
|
|
2615
2647
|
export declare const useChatRooms: (options?: HookOptions<import("@tellescope/types-models").ChatRoom & {
|
|
2616
2648
|
id: string;
|
|
@@ -2623,6 +2655,7 @@ export declare const useChatRooms: (options?: HookOptions<import("@tellescope/ty
|
|
|
2623
2655
|
createdAt: Date;
|
|
2624
2656
|
}> & {
|
|
2625
2657
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2658
|
+
_overrideUnique?: boolean | undefined;
|
|
2626
2659
|
}>;
|
|
2627
2660
|
export declare const useChats: (roomId?: string, options?: HookOptions<import("@tellescope/types-models").ChatMessage & {
|
|
2628
2661
|
id: string;
|
|
@@ -2635,6 +2668,7 @@ export declare const useChats: (roomId?: string, options?: HookOptions<import("@
|
|
|
2635
2668
|
createdAt: Date;
|
|
2636
2669
|
}> & {
|
|
2637
2670
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2671
|
+
_overrideUnique?: boolean | undefined;
|
|
2638
2672
|
}>;
|
|
2639
2673
|
export declare const useEndusers: (options?: HookOptions<import("@tellescope/types-models").Enduser & {
|
|
2640
2674
|
id: string;
|
|
@@ -2647,6 +2681,7 @@ export declare const useEndusers: (options?: HookOptions<import("@tellescope/typ
|
|
|
2647
2681
|
createdAt: Date;
|
|
2648
2682
|
}> & {
|
|
2649
2683
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2684
|
+
_overrideUnique?: boolean | undefined;
|
|
2650
2685
|
}>;
|
|
2651
2686
|
export declare const useTickets: (options?: HookOptions<import("@tellescope/types-models").Ticket & {
|
|
2652
2687
|
id: string;
|
|
@@ -2659,6 +2694,7 @@ export declare const useTickets: (options?: HookOptions<import("@tellescope/type
|
|
|
2659
2694
|
createdAt: Date;
|
|
2660
2695
|
}> & {
|
|
2661
2696
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2697
|
+
_overrideUnique?: boolean | undefined;
|
|
2662
2698
|
}>;
|
|
2663
2699
|
export declare const useMeetings: (options?: HookOptions<import("@tellescope/types-models").Meeting & {
|
|
2664
2700
|
id: string;
|
|
@@ -2671,6 +2707,7 @@ export declare const useMeetings: (options?: HookOptions<import("@tellescope/typ
|
|
|
2671
2707
|
createdAt: Date;
|
|
2672
2708
|
}> & {
|
|
2673
2709
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2710
|
+
_overrideUnique?: boolean | undefined;
|
|
2674
2711
|
}>;
|
|
2675
2712
|
export declare const useFiles: (options?: HookOptions<import("@tellescope/types-models").File & {
|
|
2676
2713
|
id: string;
|
|
@@ -2693,6 +2730,7 @@ export declare const useJourneys: (options?: HookOptions<import("@tellescope/typ
|
|
|
2693
2730
|
createdAt: Date;
|
|
2694
2731
|
}> & {
|
|
2695
2732
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2733
|
+
_overrideUnique?: boolean | undefined;
|
|
2696
2734
|
}>;
|
|
2697
2735
|
export declare const useUsers: (options?: HookOptions<import("@tellescope/types-models").User & {
|
|
2698
2736
|
id: string;
|
|
@@ -2705,6 +2743,7 @@ export declare const useUsers: (options?: HookOptions<import("@tellescope/types-
|
|
|
2705
2743
|
createdAt: Date;
|
|
2706
2744
|
}> & {
|
|
2707
2745
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2746
|
+
_overrideUnique?: boolean | undefined;
|
|
2708
2747
|
}>;
|
|
2709
2748
|
export declare const useAutomationSteps: (options?: HookOptions<import("@tellescope/types-models").AutomationStep & {
|
|
2710
2749
|
id: string;
|
|
@@ -2717,6 +2756,7 @@ export declare const useAutomationSteps: (options?: HookOptions<import("@tellesc
|
|
|
2717
2756
|
createdAt: Date;
|
|
2718
2757
|
}> & {
|
|
2719
2758
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2759
|
+
_overrideUnique?: boolean | undefined;
|
|
2720
2760
|
}>;
|
|
2721
2761
|
export declare const useNotes: (options?: HookOptions<import("@tellescope/types-models").Note & {
|
|
2722
2762
|
id: string;
|
|
@@ -2729,6 +2769,7 @@ export declare const useNotes: (options?: HookOptions<import("@tellescope/types-
|
|
|
2729
2769
|
createdAt: Date;
|
|
2730
2770
|
}> & {
|
|
2731
2771
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2772
|
+
_overrideUnique?: boolean | undefined;
|
|
2732
2773
|
}>;
|
|
2733
2774
|
export declare const useAvailabilityBlocks: (options?: HookOptions<import("@tellescope/types-models").AvailabilityBlock & {
|
|
2734
2775
|
id: string;
|
|
@@ -2741,6 +2782,7 @@ export declare const useAvailabilityBlocks: (options?: HookOptions<import("@tell
|
|
|
2741
2782
|
createdAt: Date;
|
|
2742
2783
|
}> & {
|
|
2743
2784
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2785
|
+
_overrideUnique?: boolean | undefined;
|
|
2744
2786
|
}>;
|
|
2745
2787
|
export declare const useTemplates: (options?: HookOptions<import("@tellescope/types-models").MessageTemplate & {
|
|
2746
2788
|
id: string;
|
|
@@ -2753,6 +2795,7 @@ export declare const useTemplates: (options?: HookOptions<import("@tellescope/ty
|
|
|
2753
2795
|
createdAt: Date;
|
|
2754
2796
|
}> & {
|
|
2755
2797
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2798
|
+
_overrideUnique?: boolean | undefined;
|
|
2756
2799
|
}>;
|
|
2757
2800
|
export declare const useForms: (options?: HookOptions<import("@tellescope/types-models").Form & {
|
|
2758
2801
|
id: string;
|
|
@@ -2765,6 +2808,7 @@ export declare const useForms: (options?: HookOptions<import("@tellescope/types-
|
|
|
2765
2808
|
createdAt: Date;
|
|
2766
2809
|
}> & {
|
|
2767
2810
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2811
|
+
_overrideUnique?: boolean | undefined;
|
|
2768
2812
|
}>;
|
|
2769
2813
|
export declare const useFormFields: (options?: HookOptions<import("@tellescope/types-models").FormField & {
|
|
2770
2814
|
id: string;
|
|
@@ -2777,6 +2821,7 @@ export declare const useFormFields: (options?: HookOptions<import("@tellescope/t
|
|
|
2777
2821
|
createdAt: Date;
|
|
2778
2822
|
}> & {
|
|
2779
2823
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2824
|
+
_overrideUnique?: boolean | undefined;
|
|
2780
2825
|
}>;
|
|
2781
2826
|
export declare const useFormResponses: (options?: HookOptions<import("@tellescope/types-models").FormResponse & {
|
|
2782
2827
|
id: string;
|
|
@@ -2789,6 +2834,7 @@ export declare const useFormResponses: (options?: HookOptions<import("@tellescop
|
|
|
2789
2834
|
createdAt: Date;
|
|
2790
2835
|
}> & {
|
|
2791
2836
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2837
|
+
_overrideUnique?: boolean | undefined;
|
|
2792
2838
|
}>;
|
|
2793
2839
|
/** @deprecated */
|
|
2794
2840
|
export declare const useUserDisplayInfo: (options?: HookOptions<UserDisplayInfo>) => ListStateReturnType<UserDisplayInfo, Partial<UserDisplayInfo>>;
|
|
@@ -2803,6 +2849,7 @@ export declare const useEnduserObservations: (options?: HookOptions<import("@tel
|
|
|
2803
2849
|
createdAt: Date;
|
|
2804
2850
|
}> & {
|
|
2805
2851
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2852
|
+
_overrideUnique?: boolean | undefined;
|
|
2806
2853
|
}>;
|
|
2807
2854
|
export declare const useManagedContentRecords: (options?: HookOptions<import("@tellescope/types-models").ManagedContentRecord & {
|
|
2808
2855
|
id: string;
|
|
@@ -2815,6 +2862,7 @@ export declare const useManagedContentRecords: (options?: HookOptions<import("@t
|
|
|
2815
2862
|
createdAt: Date;
|
|
2816
2863
|
}> & {
|
|
2817
2864
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2865
|
+
_overrideUnique?: boolean | undefined;
|
|
2818
2866
|
}>;
|
|
2819
2867
|
export declare const useManagedContentRecordAssignments: (options?: HookOptions<import("@tellescope/types-models").ManagedContentRecordAssignment & {
|
|
2820
2868
|
id: string;
|
|
@@ -2827,6 +2875,7 @@ export declare const useManagedContentRecordAssignments: (options?: HookOptions<
|
|
|
2827
2875
|
createdAt: Date;
|
|
2828
2876
|
}> & {
|
|
2829
2877
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2878
|
+
_overrideUnique?: boolean | undefined;
|
|
2830
2879
|
}>;
|
|
2831
2880
|
export declare const useAssignedManagedContentRecords: () => LoadedData<(import("@tellescope/types-models").ManagedContentRecord & {
|
|
2832
2881
|
id: string;
|
|
@@ -2843,6 +2892,7 @@ export declare const useForums: (options?: HookOptions<import("@tellescope/types
|
|
|
2843
2892
|
createdAt: Date;
|
|
2844
2893
|
}> & {
|
|
2845
2894
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2895
|
+
_overrideUnique?: boolean | undefined;
|
|
2846
2896
|
}>;
|
|
2847
2897
|
export declare const useForumPosts: (options?: HookOptions<import("@tellescope/types-models").ForumPost & {
|
|
2848
2898
|
id: string;
|
|
@@ -2855,6 +2905,7 @@ export declare const useForumPosts: (options?: HookOptions<import("@tellescope/t
|
|
|
2855
2905
|
createdAt: Date;
|
|
2856
2906
|
}> & {
|
|
2857
2907
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2908
|
+
_overrideUnique?: boolean | undefined;
|
|
2858
2909
|
}>;
|
|
2859
2910
|
export declare const usePostComments: (options?: HookOptions<import("@tellescope/types-models").PostComment & {
|
|
2860
2911
|
id: string;
|
|
@@ -2867,6 +2918,7 @@ export declare const usePostComments: (options?: HookOptions<import("@tellescope
|
|
|
2867
2918
|
createdAt: Date;
|
|
2868
2919
|
}> & {
|
|
2869
2920
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2921
|
+
_overrideUnique?: boolean | undefined;
|
|
2870
2922
|
}>;
|
|
2871
2923
|
export declare const usePostLikes: (options?: HookOptions<import("@tellescope/types-models").PostLike & {
|
|
2872
2924
|
id: string;
|
|
@@ -2879,6 +2931,7 @@ export declare const usePostLikes: (options?: HookOptions<import("@tellescope/ty
|
|
|
2879
2931
|
createdAt: Date;
|
|
2880
2932
|
}> & {
|
|
2881
2933
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2934
|
+
_overrideUnique?: boolean | undefined;
|
|
2882
2935
|
}>;
|
|
2883
2936
|
export declare const useCommentLikes: (options?: HookOptions<import("@tellescope/types-models").CommentLike & {
|
|
2884
2937
|
id: string;
|
|
@@ -2891,6 +2944,7 @@ export declare const useCommentLikes: (options?: HookOptions<import("@tellescope
|
|
|
2891
2944
|
createdAt: Date;
|
|
2892
2945
|
}> & {
|
|
2893
2946
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2947
|
+
_overrideUnique?: boolean | undefined;
|
|
2894
2948
|
}>;
|
|
2895
2949
|
export declare const useCalendarEventRSVPs: (options?: HookOptions<import("@tellescope/types-models").CalendarEventRSVP & {
|
|
2896
2950
|
id: string;
|
|
@@ -2903,6 +2957,7 @@ export declare const useCalendarEventRSVPs: (options?: HookOptions<import("@tell
|
|
|
2903
2957
|
createdAt: Date;
|
|
2904
2958
|
}> & {
|
|
2905
2959
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2960
|
+
_overrideUnique?: boolean | undefined;
|
|
2906
2961
|
}>;
|
|
2907
2962
|
export declare const useRoleBasedAccessPermissions: (options?: HookOptions<import("@tellescope/types-models").Organization & {
|
|
2908
2963
|
id: string;
|
|
@@ -2915,6 +2970,7 @@ export declare const useRoleBasedAccessPermissions: (options?: HookOptions<impor
|
|
|
2915
2970
|
createdAt: Date;
|
|
2916
2971
|
}> & {
|
|
2917
2972
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2973
|
+
_overrideUnique?: boolean | undefined;
|
|
2918
2974
|
}>;
|
|
2919
2975
|
export declare const useTicketThreads: (options?: HookOptions<import("@tellescope/types-models").TicketThread & {
|
|
2920
2976
|
id: string;
|
|
@@ -2927,6 +2983,7 @@ export declare const useTicketThreads: (options?: HookOptions<import("@tellescop
|
|
|
2927
2983
|
createdAt: Date;
|
|
2928
2984
|
}> & {
|
|
2929
2985
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2986
|
+
_overrideUnique?: boolean | undefined;
|
|
2930
2987
|
}>;
|
|
2931
2988
|
export declare const useTicketThreadComments: (options?: HookOptions<import("@tellescope/types-models").TicketThreadComment & {
|
|
2932
2989
|
id: string;
|
|
@@ -2939,6 +2996,7 @@ export declare const useTicketThreadComments: (options?: HookOptions<import("@te
|
|
|
2939
2996
|
createdAt: Date;
|
|
2940
2997
|
}> & {
|
|
2941
2998
|
sharedWithOrganizations?: string[][] | undefined;
|
|
2999
|
+
_overrideUnique?: boolean | undefined;
|
|
2942
3000
|
}>;
|
|
2943
3001
|
export declare const useSuperbills: (options?: HookOptions<import("@tellescope/types-models").Superbill & {
|
|
2944
3002
|
id: string;
|
|
@@ -2951,6 +3009,7 @@ export declare const useSuperbills: (options?: HookOptions<import("@tellescope/t
|
|
|
2951
3009
|
createdAt: Date;
|
|
2952
3010
|
}> & {
|
|
2953
3011
|
sharedWithOrganizations?: string[][] | undefined;
|
|
3012
|
+
_overrideUnique?: boolean | undefined;
|
|
2954
3013
|
}>;
|
|
2955
3014
|
export declare const useSuperbillProviders: (options?: HookOptions<import("@tellescope/types-models").SuperbillProvider & {
|
|
2956
3015
|
id: string;
|
|
@@ -2963,6 +3022,7 @@ export declare const useSuperbillProviders: (options?: HookOptions<import("@tell
|
|
|
2963
3022
|
createdAt: Date;
|
|
2964
3023
|
}> & {
|
|
2965
3024
|
sharedWithOrganizations?: string[][] | undefined;
|
|
3025
|
+
_overrideUnique?: boolean | undefined;
|
|
2966
3026
|
}>;
|
|
2967
3027
|
export declare const useTableViews: (options?: HookOptions<import("@tellescope/types-models").TableView & {
|
|
2968
3028
|
id: string;
|
|
@@ -2975,6 +3035,7 @@ export declare const useTableViews: (options?: HookOptions<import("@tellescope/t
|
|
|
2975
3035
|
createdAt: Date;
|
|
2976
3036
|
}> & {
|
|
2977
3037
|
sharedWithOrganizations?: string[][] | undefined;
|
|
3038
|
+
_overrideUnique?: boolean | undefined;
|
|
2978
3039
|
}>;
|
|
2979
3040
|
export declare const useEmailSyncDenials: (options?: HookOptions<import("@tellescope/types-models").EmailSyncDenial & {
|
|
2980
3041
|
id: string;
|
|
@@ -2987,6 +3048,7 @@ export declare const useEmailSyncDenials: (options?: HookOptions<import("@telles
|
|
|
2987
3048
|
createdAt: Date;
|
|
2988
3049
|
}> & {
|
|
2989
3050
|
sharedWithOrganizations?: string[][] | undefined;
|
|
3051
|
+
_overrideUnique?: boolean | undefined;
|
|
2990
3052
|
}>;
|
|
2991
3053
|
export declare const usePhoneCalls: (options?: HookOptions<import("@tellescope/types-models").PhoneCall & {
|
|
2992
3054
|
id: string;
|
|
@@ -2999,6 +3061,7 @@ export declare const usePhoneCalls: (options?: HookOptions<import("@tellescope/t
|
|
|
2999
3061
|
createdAt: Date;
|
|
3000
3062
|
}> & {
|
|
3001
3063
|
sharedWithOrganizations?: string[][] | undefined;
|
|
3064
|
+
_overrideUnique?: boolean | undefined;
|
|
3002
3065
|
}>;
|
|
3003
3066
|
export declare const useOrganizations: (options?: HookOptions<import("@tellescope/types-models").Organization & {
|
|
3004
3067
|
id: string;
|
|
@@ -3034,6 +3097,7 @@ export declare const useIntegrations: (options?: HookOptions<import("@tellescope
|
|
|
3034
3097
|
createdAt: Date;
|
|
3035
3098
|
}> & {
|
|
3036
3099
|
sharedWithOrganizations?: string[][] | undefined;
|
|
3100
|
+
_overrideUnique?: boolean | undefined;
|
|
3037
3101
|
}>;
|
|
3038
3102
|
export declare const usePortalCustomizations: (options?: HookOptions<import("@tellescope/types-models").PortalCustomization & {
|
|
3039
3103
|
id: string;
|
|
@@ -3046,6 +3110,7 @@ export declare const usePortalCustomizations: (options?: HookOptions<import("@te
|
|
|
3046
3110
|
createdAt: Date;
|
|
3047
3111
|
}> & {
|
|
3048
3112
|
sharedWithOrganizations?: string[][] | undefined;
|
|
3113
|
+
_overrideUnique?: boolean | undefined;
|
|
3049
3114
|
}>;
|
|
3050
3115
|
export declare const useCarePlans: (options?: HookOptions<import("@tellescope/types-models").CarePlan & {
|
|
3051
3116
|
id: string;
|
|
@@ -3058,6 +3123,7 @@ export declare const useCarePlans: (options?: HookOptions<import("@tellescope/ty
|
|
|
3058
3123
|
createdAt: Date;
|
|
3059
3124
|
}> & {
|
|
3060
3125
|
sharedWithOrganizations?: string[][] | undefined;
|
|
3126
|
+
_overrideUnique?: boolean | undefined;
|
|
3061
3127
|
}>;
|
|
3062
3128
|
export declare const useEnduserTasks: (options?: HookOptions<import("@tellescope/types-models").EnduserTask & {
|
|
3063
3129
|
id: string;
|
|
@@ -3070,6 +3136,7 @@ export declare const useEnduserTasks: (options?: HookOptions<import("@tellescope
|
|
|
3070
3136
|
createdAt: Date;
|
|
3071
3137
|
}> & {
|
|
3072
3138
|
sharedWithOrganizations?: string[][] | undefined;
|
|
3139
|
+
_overrideUnique?: boolean | undefined;
|
|
3073
3140
|
}>;
|
|
3074
3141
|
export declare const useCalendarEventTemplates: (options?: HookOptions<import("@tellescope/types-models").CalendarEventTemplate & {
|
|
3075
3142
|
id: string;
|
|
@@ -3082,6 +3149,7 @@ export declare const useCalendarEventTemplates: (options?: HookOptions<import("@
|
|
|
3082
3149
|
createdAt: Date;
|
|
3083
3150
|
}> & {
|
|
3084
3151
|
sharedWithOrganizations?: string[][] | undefined;
|
|
3152
|
+
_overrideUnique?: boolean | undefined;
|
|
3085
3153
|
}>;
|
|
3086
3154
|
export declare const useAppointmentBookingPages: (options?: HookOptions<import("@tellescope/types-models").AppointmentBookingPage & {
|
|
3087
3155
|
id: string;
|
|
@@ -3094,6 +3162,7 @@ export declare const useAppointmentBookingPages: (options?: HookOptions<import("
|
|
|
3094
3162
|
createdAt: Date;
|
|
3095
3163
|
}> & {
|
|
3096
3164
|
sharedWithOrganizations?: string[][] | undefined;
|
|
3165
|
+
_overrideUnique?: boolean | undefined;
|
|
3097
3166
|
}>;
|
|
3098
3167
|
export declare const useEnduserViews: (options?: HookOptions<import("@tellescope/types-models").EnduserView & {
|
|
3099
3168
|
id: string;
|
|
@@ -3106,6 +3175,7 @@ export declare const useEnduserViews: (options?: HookOptions<import("@tellescope
|
|
|
3106
3175
|
createdAt: Date;
|
|
3107
3176
|
}> & {
|
|
3108
3177
|
sharedWithOrganizations?: string[][] | undefined;
|
|
3178
|
+
_overrideUnique?: boolean | undefined;
|
|
3109
3179
|
}>;
|
|
3110
3180
|
export declare const useBackgroundErrors: (options?: HookOptions<import("@tellescope/types-models").BackgroundError & {
|
|
3111
3181
|
id: string;
|
|
@@ -3118,6 +3188,7 @@ export declare const useBackgroundErrors: (options?: HookOptions<import("@telles
|
|
|
3118
3188
|
createdAt: Date;
|
|
3119
3189
|
}> & {
|
|
3120
3190
|
sharedWithOrganizations?: string[][] | undefined;
|
|
3191
|
+
_overrideUnique?: boolean | undefined;
|
|
3121
3192
|
}>;
|
|
3122
3193
|
export declare const useAppointmentLocations: (options?: HookOptions<import("@tellescope/types-models").AppointmentLocation & {
|
|
3123
3194
|
id: string;
|
|
@@ -3130,6 +3201,7 @@ export declare const useAppointmentLocations: (options?: HookOptions<import("@te
|
|
|
3130
3201
|
createdAt: Date;
|
|
3131
3202
|
}> & {
|
|
3132
3203
|
sharedWithOrganizations?: string[][] | undefined;
|
|
3204
|
+
_overrideUnique?: boolean | undefined;
|
|
3133
3205
|
}>;
|
|
3134
3206
|
export declare const useDatabases: (options?: HookOptions<import("@tellescope/types-models").Database & {
|
|
3135
3207
|
id: string;
|
|
@@ -3142,6 +3214,7 @@ export declare const useDatabases: (options?: HookOptions<import("@tellescope/ty
|
|
|
3142
3214
|
createdAt: Date;
|
|
3143
3215
|
}> & {
|
|
3144
3216
|
sharedWithOrganizations?: string[][] | undefined;
|
|
3217
|
+
_overrideUnique?: boolean | undefined;
|
|
3145
3218
|
}>;
|
|
3146
3219
|
export declare const useDatabaseRecords: (options?: HookOptions<import("@tellescope/types-models").DatabaseRecord & {
|
|
3147
3220
|
id: string;
|
|
@@ -3154,6 +3227,7 @@ export declare const useDatabaseRecords: (options?: HookOptions<import("@tellesc
|
|
|
3154
3227
|
createdAt: Date;
|
|
3155
3228
|
}> & {
|
|
3156
3229
|
sharedWithOrganizations?: string[][] | undefined;
|
|
3230
|
+
_overrideUnique?: boolean | undefined;
|
|
3157
3231
|
}>;
|
|
3158
3232
|
export declare const useProducts: (options?: HookOptions<import("@tellescope/types-models").Product & {
|
|
3159
3233
|
id: string;
|
|
@@ -3166,6 +3240,7 @@ export declare const useProducts: (options?: HookOptions<import("@tellescope/typ
|
|
|
3166
3240
|
createdAt: Date;
|
|
3167
3241
|
}> & {
|
|
3168
3242
|
sharedWithOrganizations?: string[][] | undefined;
|
|
3243
|
+
_overrideUnique?: boolean | undefined;
|
|
3169
3244
|
}>;
|
|
3170
3245
|
export declare const usePurchases: (options?: HookOptions<import("@tellescope/types-models").Purchase & {
|
|
3171
3246
|
id: string;
|
|
@@ -3178,6 +3253,7 @@ export declare const usePurchases: (options?: HookOptions<import("@tellescope/ty
|
|
|
3178
3253
|
createdAt: Date;
|
|
3179
3254
|
}> & {
|
|
3180
3255
|
sharedWithOrganizations?: string[][] | undefined;
|
|
3256
|
+
_overrideUnique?: boolean | undefined;
|
|
3181
3257
|
}>;
|
|
3182
3258
|
export declare const usePurchaseCredits: (options?: HookOptions<import("@tellescope/types-models").PurchaseCredit & {
|
|
3183
3259
|
id: string;
|
|
@@ -3190,6 +3266,7 @@ export declare const usePurchaseCredits: (options?: HookOptions<import("@tellesc
|
|
|
3190
3266
|
createdAt: Date;
|
|
3191
3267
|
}> & {
|
|
3192
3268
|
sharedWithOrganizations?: string[][] | undefined;
|
|
3269
|
+
_overrideUnique?: boolean | undefined;
|
|
3193
3270
|
}>;
|
|
3194
3271
|
export declare const useBlockedPhones: (options?: HookOptions<import("@tellescope/types-models").BlockedPhone & {
|
|
3195
3272
|
id: string;
|
|
@@ -3202,6 +3279,7 @@ export declare const useBlockedPhones: (options?: HookOptions<import("@tellescop
|
|
|
3202
3279
|
createdAt: Date;
|
|
3203
3280
|
}> & {
|
|
3204
3281
|
sharedWithOrganizations?: string[][] | undefined;
|
|
3282
|
+
_overrideUnique?: boolean | undefined;
|
|
3205
3283
|
}>;
|
|
3206
3284
|
export declare const usePrescriptionRoutes: (options?: HookOptions<import("@tellescope/types-models").PrescriptionRoute & {
|
|
3207
3285
|
id: string;
|
|
@@ -3214,6 +3292,7 @@ export declare const usePrescriptionRoutes: (options?: HookOptions<import("@tell
|
|
|
3214
3292
|
createdAt: Date;
|
|
3215
3293
|
}> & {
|
|
3216
3294
|
sharedWithOrganizations?: string[][] | undefined;
|
|
3295
|
+
_overrideUnique?: boolean | undefined;
|
|
3217
3296
|
}>;
|
|
3218
3297
|
interface LoadEventOptions {
|
|
3219
3298
|
userId?: string;
|