@kl1/contracts 1.2.38-uat → 1.2.39-uat
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/dist/api-contracts/src/channel/index.d.ts +2349 -2560
- package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/schema.d.ts +75 -87
- package/dist/api-contracts/src/channel/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/validation.d.ts +84 -98
- package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/index.d.ts +6954 -2629
- package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/schema.d.ts +1675 -721
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +1512 -818
- package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/comment/index.d.ts +68 -68
- package/dist/api-contracts/src/comment/schema.d.ts +20 -20
- package/dist/api-contracts/src/contact/index.d.ts +97 -97
- package/dist/api-contracts/src/contact/schema.d.ts +12 -12
- package/dist/api-contracts/src/contact/validation.d.ts +56 -56
- package/dist/api-contracts/src/contract.d.ts +13847 -11876
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-intelligence/index.d.ts +87 -0
- package/dist/api-contracts/src/cx-intelligence/index.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/index.d.ts +190 -143
- package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/schema.d.ts +233 -119
- package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/index.d.ts +77 -99
- package/dist/api-contracts/src/dashboard/index.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/schema.d.ts +12 -55
- package/dist/api-contracts/src/dashboard/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/validation.d.ts +26 -0
- package/dist/api-contracts/src/dashboard/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/extension/index.d.ts +81 -0
- package/dist/api-contracts/src/extension/index.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/index.d.ts +1466 -1060
- package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/schema.d.ts +68 -77
- package/dist/api-contracts/src/facebook-feed/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/validation.d.ts +53 -60
- package/dist/api-contracts/src/facebook-feed/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/index.d.ts +5 -0
- package/dist/api-contracts/src/index.d.ts.map +1 -1
- package/dist/api-contracts/src/instagram/index.d.ts +1271 -836
- package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/line/index.d.ts +1204 -757
- package/dist/api-contracts/src/line/index.d.ts.map +1 -1
- package/dist/api-contracts/src/line/validation.d.ts +71 -82
- package/dist/api-contracts/src/line/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/mail-contract.d.ts +619 -7
- package/dist/api-contracts/src/mail/mail-contract.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/room-contract.d.ts +619 -7
- package/dist/api-contracts/src/mail/room-contract.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts +204 -0
- package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +165 -5
- package/dist/api-contracts/src/mail/schemas/room.schema.d.ts.map +1 -1
- package/dist/api-contracts/src/messenger/index.d.ts +1271 -836
- package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
- package/dist/api-contracts/src/messenger/validation.d.ts +53 -60
- package/dist/api-contracts/src/messenger/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/public-api/index.d.ts +59 -59
- package/dist/api-contracts/src/public-api/schema.d.ts +12 -12
- package/dist/api-contracts/src/public-api/validation.d.ts +19 -19
- package/dist/api-contracts/src/sms/index.d.ts +180 -146
- package/dist/api-contracts/src/sms/index.d.ts.map +1 -1
- package/dist/api-contracts/src/sms/schema.d.ts +22 -0
- package/dist/api-contracts/src/sms/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/snippet/index.d.ts +105 -105
- package/dist/api-contracts/src/snippet/schema.d.ts +40 -40
- package/dist/api-contracts/src/telegram/index.d.ts +1091 -626
- package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +34 -89
- package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +10 -27
- package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-cdr/index.d.ts +54 -54
- package/dist/api-contracts/src/telephony-cdr/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-cdr/schema.d.ts +14 -14
- package/dist/api-contracts/src/ticket/index.d.ts +111 -111
- package/dist/api-contracts/src/ticket/schema.d.ts +21 -21
- package/dist/api-contracts/src/upload/schema.d.ts +3 -3
- package/dist/api-contracts/src/user-presence-status-log/index.d.ts +16 -8
- package/dist/api-contracts/src/user-presence-status-log/index.d.ts.map +1 -1
- package/dist/api-contracts/src/user-presence-status-log/schema.d.ts +20 -10
- package/dist/api-contracts/src/user-presence-status-log/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/viber/index.d.ts +1091 -626
- package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
- package/dist/api-contracts/src/webchat/index.d.ts +1091 -626
- package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/whatsapp/index.d.ts +1175 -724
- package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
- package/dist/api-contracts/src/workflow-rule/index.d.ts +569 -183
- package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
- package/dist/entities/src/enums/chat.d.ts +3 -0
- package/dist/entities/src/enums/chat.d.ts.map +1 -1
- package/dist/index.js +4837 -4272
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4830 -4272
- package/dist/index.mjs.map +1 -1
- package/package.json +7 -3
|
@@ -13,8 +13,12 @@ export declare const CxLogSchema: z.ZodObject<{
|
|
|
13
13
|
agentId: z.ZodNullable<z.ZodString>;
|
|
14
14
|
direction: z.ZodNullable<z.ZodString>;
|
|
15
15
|
startedDate: z.ZodNullable<z.ZodDate>;
|
|
16
|
+
totalHoldDuration: z.ZodNullable<z.ZodNumber>;
|
|
16
17
|
handledTime: z.ZodNullable<z.ZodNumber>;
|
|
18
|
+
fullHandledTime: z.ZodNullable<z.ZodNumber>;
|
|
17
19
|
firstResponseTime: z.ZodNullable<z.ZodNumber>;
|
|
20
|
+
resolutionTime: z.ZodNullable<z.ZodNumber>;
|
|
21
|
+
fullResolutionTime: z.ZodNullable<z.ZodNumber>;
|
|
18
22
|
wrapUpForm: z.ZodNullable<z.ZodObject<{
|
|
19
23
|
id: z.ZodString;
|
|
20
24
|
createdAt: z.ZodDate;
|
|
@@ -281,6 +285,74 @@ export declare const CxLogSchema: z.ZodObject<{
|
|
|
281
285
|
dateValue: Date | null;
|
|
282
286
|
}[] | null | undefined;
|
|
283
287
|
}>>;
|
|
288
|
+
holdLogs: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
289
|
+
id: z.ZodString;
|
|
290
|
+
createdAt: z.ZodDate;
|
|
291
|
+
updatedAt: z.ZodDate;
|
|
292
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
293
|
+
startedAt: z.ZodString;
|
|
294
|
+
endedAt: z.ZodNullable<z.ZodString>;
|
|
295
|
+
duration: z.ZodNullable<z.ZodNumber>;
|
|
296
|
+
holdLabel: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
297
|
+
id: z.ZodString;
|
|
298
|
+
createdAt: z.ZodDate;
|
|
299
|
+
updatedAt: z.ZodDate;
|
|
300
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
301
|
+
name: z.ZodString;
|
|
302
|
+
position: z.ZodNumber;
|
|
303
|
+
isDefault: z.ZodDefault<z.ZodBoolean>;
|
|
304
|
+
}, "strip", z.ZodTypeAny, {
|
|
305
|
+
name: string;
|
|
306
|
+
id: string;
|
|
307
|
+
position: number;
|
|
308
|
+
createdAt: Date;
|
|
309
|
+
updatedAt: Date;
|
|
310
|
+
deletedAt: Date | null;
|
|
311
|
+
isDefault: boolean;
|
|
312
|
+
}, {
|
|
313
|
+
name: string;
|
|
314
|
+
id: string;
|
|
315
|
+
position: number;
|
|
316
|
+
createdAt: Date;
|
|
317
|
+
updatedAt: Date;
|
|
318
|
+
deletedAt: Date | null;
|
|
319
|
+
isDefault?: boolean | undefined;
|
|
320
|
+
}>>>;
|
|
321
|
+
}, "strip", z.ZodTypeAny, {
|
|
322
|
+
id: string;
|
|
323
|
+
createdAt: Date;
|
|
324
|
+
updatedAt: Date;
|
|
325
|
+
deletedAt: Date | null;
|
|
326
|
+
startedAt: string;
|
|
327
|
+
endedAt: string | null;
|
|
328
|
+
duration: number | null;
|
|
329
|
+
holdLabel?: {
|
|
330
|
+
name: string;
|
|
331
|
+
id: string;
|
|
332
|
+
position: number;
|
|
333
|
+
createdAt: Date;
|
|
334
|
+
updatedAt: Date;
|
|
335
|
+
deletedAt: Date | null;
|
|
336
|
+
isDefault: boolean;
|
|
337
|
+
} | null | undefined;
|
|
338
|
+
}, {
|
|
339
|
+
id: string;
|
|
340
|
+
createdAt: Date;
|
|
341
|
+
updatedAt: Date;
|
|
342
|
+
deletedAt: Date | null;
|
|
343
|
+
startedAt: string;
|
|
344
|
+
endedAt: string | null;
|
|
345
|
+
duration: number | null;
|
|
346
|
+
holdLabel?: {
|
|
347
|
+
name: string;
|
|
348
|
+
id: string;
|
|
349
|
+
position: number;
|
|
350
|
+
createdAt: Date;
|
|
351
|
+
updatedAt: Date;
|
|
352
|
+
deletedAt: Date | null;
|
|
353
|
+
isDefault?: boolean | undefined;
|
|
354
|
+
} | null | undefined;
|
|
355
|
+
}>, "many">>>;
|
|
284
356
|
}, "strip", z.ZodTypeAny, {
|
|
285
357
|
id: string;
|
|
286
358
|
channel: string | null;
|
|
@@ -295,8 +367,12 @@ export declare const CxLogSchema: z.ZodObject<{
|
|
|
295
367
|
entityName: string;
|
|
296
368
|
agentId: string | null;
|
|
297
369
|
startedDate: Date | null;
|
|
370
|
+
totalHoldDuration: number | null;
|
|
298
371
|
handledTime: number | null;
|
|
372
|
+
fullHandledTime: number | null;
|
|
299
373
|
firstResponseTime: number | null;
|
|
374
|
+
resolutionTime: number | null;
|
|
375
|
+
fullResolutionTime: number | null;
|
|
300
376
|
wrapUpForm: {
|
|
301
377
|
type: string;
|
|
302
378
|
id: string;
|
|
@@ -349,6 +425,24 @@ export declare const CxLogSchema: z.ZodObject<{
|
|
|
349
425
|
dateValue: Date | null;
|
|
350
426
|
}[] | null | undefined;
|
|
351
427
|
} | null;
|
|
428
|
+
holdLogs?: {
|
|
429
|
+
id: string;
|
|
430
|
+
createdAt: Date;
|
|
431
|
+
updatedAt: Date;
|
|
432
|
+
deletedAt: Date | null;
|
|
433
|
+
startedAt: string;
|
|
434
|
+
endedAt: string | null;
|
|
435
|
+
duration: number | null;
|
|
436
|
+
holdLabel?: {
|
|
437
|
+
name: string;
|
|
438
|
+
id: string;
|
|
439
|
+
position: number;
|
|
440
|
+
createdAt: Date;
|
|
441
|
+
updatedAt: Date;
|
|
442
|
+
deletedAt: Date | null;
|
|
443
|
+
isDefault: boolean;
|
|
444
|
+
} | null | undefined;
|
|
445
|
+
}[] | null | undefined;
|
|
352
446
|
}, {
|
|
353
447
|
id: string;
|
|
354
448
|
channel: string | null;
|
|
@@ -363,8 +457,12 @@ export declare const CxLogSchema: z.ZodObject<{
|
|
|
363
457
|
entityName: string;
|
|
364
458
|
agentId: string | null;
|
|
365
459
|
startedDate: Date | null;
|
|
460
|
+
totalHoldDuration: number | null;
|
|
366
461
|
handledTime: number | null;
|
|
462
|
+
fullHandledTime: number | null;
|
|
367
463
|
firstResponseTime: number | null;
|
|
464
|
+
resolutionTime: number | null;
|
|
465
|
+
fullResolutionTime: number | null;
|
|
368
466
|
wrapUpForm: {
|
|
369
467
|
type: string;
|
|
370
468
|
id: string;
|
|
@@ -417,6 +515,24 @@ export declare const CxLogSchema: z.ZodObject<{
|
|
|
417
515
|
dateValue: Date | null;
|
|
418
516
|
}[] | null | undefined;
|
|
419
517
|
} | null;
|
|
518
|
+
holdLogs?: {
|
|
519
|
+
id: string;
|
|
520
|
+
createdAt: Date;
|
|
521
|
+
updatedAt: Date;
|
|
522
|
+
deletedAt: Date | null;
|
|
523
|
+
startedAt: string;
|
|
524
|
+
endedAt: string | null;
|
|
525
|
+
duration: number | null;
|
|
526
|
+
holdLabel?: {
|
|
527
|
+
name: string;
|
|
528
|
+
id: string;
|
|
529
|
+
position: number;
|
|
530
|
+
createdAt: Date;
|
|
531
|
+
updatedAt: Date;
|
|
532
|
+
deletedAt: Date | null;
|
|
533
|
+
isDefault?: boolean | undefined;
|
|
534
|
+
} | null | undefined;
|
|
535
|
+
}[] | null | undefined;
|
|
420
536
|
}>;
|
|
421
537
|
export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
422
538
|
id: z.ZodString;
|
|
@@ -431,8 +547,11 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
431
547
|
channel: z.ZodNullable<z.ZodString>;
|
|
432
548
|
direction: z.ZodNullable<z.ZodString>;
|
|
433
549
|
startedDate: z.ZodNullable<z.ZodString>;
|
|
550
|
+
totalHoldDuration: z.ZodNullable<z.ZodString>;
|
|
434
551
|
handledTime: z.ZodNullable<z.ZodString>;
|
|
552
|
+
fullHandledTime: z.ZodNullable<z.ZodString>;
|
|
435
553
|
firstResponseTime: z.ZodNullable<z.ZodString>;
|
|
554
|
+
fullResolutionTime: z.ZodNullable<z.ZodString>;
|
|
436
555
|
firstResponseDate: z.ZodString;
|
|
437
556
|
resolutionTime: z.ZodNullable<z.ZodString>;
|
|
438
557
|
resolutionDate: z.ZodString;
|
|
@@ -1114,9 +1233,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
1114
1233
|
fileSize: z.ZodNumber;
|
|
1115
1234
|
fileKey: z.ZodString;
|
|
1116
1235
|
fileUrl: z.ZodNullable<z.ZodString>;
|
|
1117
|
-
status: z.
|
|
1236
|
+
status: z.ZodNullable<z.ZodString>;
|
|
1118
1237
|
}, "strip", z.ZodTypeAny, {
|
|
1119
1238
|
id: string;
|
|
1239
|
+
status: string | null;
|
|
1120
1240
|
createdAt: Date;
|
|
1121
1241
|
updatedAt: Date;
|
|
1122
1242
|
deletedAt: Date | null;
|
|
@@ -1125,9 +1245,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
1125
1245
|
bucketName: string;
|
|
1126
1246
|
fileSize: number;
|
|
1127
1247
|
fileUrl: string | null;
|
|
1128
|
-
status?: string | undefined;
|
|
1129
1248
|
}, {
|
|
1130
1249
|
id: string;
|
|
1250
|
+
status: string | null;
|
|
1131
1251
|
createdAt: Date;
|
|
1132
1252
|
updatedAt: Date;
|
|
1133
1253
|
deletedAt: Date | null;
|
|
@@ -1136,7 +1256,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
1136
1256
|
bucketName: string;
|
|
1137
1257
|
fileSize: number;
|
|
1138
1258
|
fileUrl: string | null;
|
|
1139
|
-
status?: string | undefined;
|
|
1140
1259
|
}>, "many">;
|
|
1141
1260
|
}, "strip", z.ZodTypeAny, {
|
|
1142
1261
|
id: string;
|
|
@@ -1163,6 +1282,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
1163
1282
|
dateValue: Date | null;
|
|
1164
1283
|
uploads: {
|
|
1165
1284
|
id: string;
|
|
1285
|
+
status: string | null;
|
|
1166
1286
|
createdAt: Date;
|
|
1167
1287
|
updatedAt: Date;
|
|
1168
1288
|
deletedAt: Date | null;
|
|
@@ -1171,7 +1291,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
1171
1291
|
bucketName: string;
|
|
1172
1292
|
fileSize: number;
|
|
1173
1293
|
fileUrl: string | null;
|
|
1174
|
-
status?: string | undefined;
|
|
1175
1294
|
}[];
|
|
1176
1295
|
}, {
|
|
1177
1296
|
id: string;
|
|
@@ -1198,6 +1317,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
1198
1317
|
dateValue: Date | null;
|
|
1199
1318
|
uploads: {
|
|
1200
1319
|
id: string;
|
|
1320
|
+
status: string | null;
|
|
1201
1321
|
createdAt: Date;
|
|
1202
1322
|
updatedAt: Date;
|
|
1203
1323
|
deletedAt: Date | null;
|
|
@@ -1206,7 +1326,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
1206
1326
|
bucketName: string;
|
|
1207
1327
|
fileSize: number;
|
|
1208
1328
|
fileUrl: string | null;
|
|
1209
|
-
status?: string | undefined;
|
|
1210
1329
|
}[];
|
|
1211
1330
|
}>, "many">;
|
|
1212
1331
|
contactEmails: z.ZodArray<z.ZodObject<{
|
|
@@ -1346,6 +1465,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
1346
1465
|
dateValue: Date | null;
|
|
1347
1466
|
uploads: {
|
|
1348
1467
|
id: string;
|
|
1468
|
+
status: string | null;
|
|
1349
1469
|
createdAt: Date;
|
|
1350
1470
|
updatedAt: Date;
|
|
1351
1471
|
deletedAt: Date | null;
|
|
@@ -1354,7 +1474,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
1354
1474
|
bucketName: string;
|
|
1355
1475
|
fileSize: number;
|
|
1356
1476
|
fileUrl: string | null;
|
|
1357
|
-
status?: string | undefined;
|
|
1358
1477
|
}[];
|
|
1359
1478
|
}[];
|
|
1360
1479
|
company: {
|
|
@@ -1457,6 +1576,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
1457
1576
|
dateValue: Date | null;
|
|
1458
1577
|
uploads: {
|
|
1459
1578
|
id: string;
|
|
1579
|
+
status: string | null;
|
|
1460
1580
|
createdAt: Date;
|
|
1461
1581
|
updatedAt: Date;
|
|
1462
1582
|
deletedAt: Date | null;
|
|
@@ -1465,7 +1585,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
1465
1585
|
bucketName: string;
|
|
1466
1586
|
fileSize: number;
|
|
1467
1587
|
fileUrl: string | null;
|
|
1468
|
-
status?: string | undefined;
|
|
1469
1588
|
}[];
|
|
1470
1589
|
}[];
|
|
1471
1590
|
company: {
|
|
@@ -1581,6 +1700,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
1581
1700
|
dateValue: Date | null;
|
|
1582
1701
|
uploads: {
|
|
1583
1702
|
id: string;
|
|
1703
|
+
status: string | null;
|
|
1584
1704
|
createdAt: Date;
|
|
1585
1705
|
updatedAt: Date;
|
|
1586
1706
|
deletedAt: Date | null;
|
|
@@ -1589,7 +1709,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
1589
1709
|
bucketName: string;
|
|
1590
1710
|
fileSize: number;
|
|
1591
1711
|
fileUrl: string | null;
|
|
1592
|
-
status?: string | undefined;
|
|
1593
1712
|
}[];
|
|
1594
1713
|
}[];
|
|
1595
1714
|
company: {
|
|
@@ -1707,6 +1826,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
1707
1826
|
dateValue: Date | null;
|
|
1708
1827
|
uploads: {
|
|
1709
1828
|
id: string;
|
|
1829
|
+
status: string | null;
|
|
1710
1830
|
createdAt: Date;
|
|
1711
1831
|
updatedAt: Date;
|
|
1712
1832
|
deletedAt: Date | null;
|
|
@@ -1715,7 +1835,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
1715
1835
|
bucketName: string;
|
|
1716
1836
|
fileSize: number;
|
|
1717
1837
|
fileUrl: string | null;
|
|
1718
|
-
status?: string | undefined;
|
|
1719
1838
|
}[];
|
|
1720
1839
|
}[];
|
|
1721
1840
|
company: {
|
|
@@ -2212,38 +2331,35 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
2212
2331
|
additionalCredentials: z.ZodOptional<z.ZodAny>;
|
|
2213
2332
|
senderId: z.ZodOptional<z.ZodString>;
|
|
2214
2333
|
whatsapp: z.ZodOptional<z.ZodObject<{
|
|
2215
|
-
wabaBusinessId: z.
|
|
2216
|
-
wabaExternalId: z.
|
|
2217
|
-
phoneNumberId: z.
|
|
2218
|
-
email: z.
|
|
2219
|
-
clientId: z.
|
|
2220
|
-
channelId: z.
|
|
2334
|
+
wabaBusinessId: z.ZodOptional<z.ZodString>;
|
|
2335
|
+
wabaExternalId: z.ZodString;
|
|
2336
|
+
phoneNumberId: z.ZodString;
|
|
2337
|
+
email: z.ZodString;
|
|
2338
|
+
clientId: z.ZodOptional<z.ZodString>;
|
|
2339
|
+
channelId: z.ZodOptional<z.ZodString>;
|
|
2221
2340
|
status: z.ZodOptional<z.ZodEnum<["pending", "active"]>>;
|
|
2222
2341
|
apiKey: z.ZodOptional<z.ZodString>;
|
|
2223
2342
|
tier: z.ZodOptional<z.ZodEnum<["basic", "regular", "premium"]>>;
|
|
2224
|
-
integrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"meta">, z.ZodLiteral<"360dialog">]>>;
|
|
2225
2343
|
}, "strip", z.ZodTypeAny, {
|
|
2226
|
-
|
|
2227
|
-
wabaExternalId
|
|
2228
|
-
phoneNumberId
|
|
2229
|
-
|
|
2230
|
-
clientId?: string |
|
|
2231
|
-
channelId?: string |
|
|
2344
|
+
email: string;
|
|
2345
|
+
wabaExternalId: string;
|
|
2346
|
+
phoneNumberId: string;
|
|
2347
|
+
wabaBusinessId?: string | undefined;
|
|
2348
|
+
clientId?: string | undefined;
|
|
2349
|
+
channelId?: string | undefined;
|
|
2232
2350
|
status?: "active" | "pending" | undefined;
|
|
2233
2351
|
apiKey?: string | undefined;
|
|
2234
2352
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
2235
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
2236
2353
|
}, {
|
|
2237
|
-
|
|
2238
|
-
wabaExternalId
|
|
2239
|
-
phoneNumberId
|
|
2240
|
-
|
|
2241
|
-
clientId?: string |
|
|
2242
|
-
channelId?: string |
|
|
2354
|
+
email: string;
|
|
2355
|
+
wabaExternalId: string;
|
|
2356
|
+
phoneNumberId: string;
|
|
2357
|
+
wabaBusinessId?: string | undefined;
|
|
2358
|
+
clientId?: string | undefined;
|
|
2359
|
+
channelId?: string | undefined;
|
|
2243
2360
|
status?: "active" | "pending" | undefined;
|
|
2244
2361
|
apiKey?: string | undefined;
|
|
2245
2362
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
2246
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
2247
2363
|
}>>;
|
|
2248
2364
|
vonageCredentials: z.ZodOptional<z.ZodObject<{
|
|
2249
2365
|
mobileNumber: z.ZodString;
|
|
@@ -2268,16 +2384,15 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
2268
2384
|
additionalCredentials?: any;
|
|
2269
2385
|
senderId?: string | undefined;
|
|
2270
2386
|
whatsapp?: {
|
|
2271
|
-
|
|
2272
|
-
wabaExternalId
|
|
2273
|
-
phoneNumberId
|
|
2274
|
-
|
|
2275
|
-
clientId?: string |
|
|
2276
|
-
channelId?: string |
|
|
2387
|
+
email: string;
|
|
2388
|
+
wabaExternalId: string;
|
|
2389
|
+
phoneNumberId: string;
|
|
2390
|
+
wabaBusinessId?: string | undefined;
|
|
2391
|
+
clientId?: string | undefined;
|
|
2392
|
+
channelId?: string | undefined;
|
|
2277
2393
|
status?: "active" | "pending" | undefined;
|
|
2278
2394
|
apiKey?: string | undefined;
|
|
2279
2395
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
2280
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
2281
2396
|
} | undefined;
|
|
2282
2397
|
vonageCredentials?: {
|
|
2283
2398
|
apiKey: string;
|
|
@@ -2294,16 +2409,15 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
2294
2409
|
additionalCredentials?: any;
|
|
2295
2410
|
senderId?: string | undefined;
|
|
2296
2411
|
whatsapp?: {
|
|
2297
|
-
|
|
2298
|
-
wabaExternalId
|
|
2299
|
-
phoneNumberId
|
|
2300
|
-
|
|
2301
|
-
clientId?: string |
|
|
2302
|
-
channelId?: string |
|
|
2412
|
+
email: string;
|
|
2413
|
+
wabaExternalId: string;
|
|
2414
|
+
phoneNumberId: string;
|
|
2415
|
+
wabaBusinessId?: string | undefined;
|
|
2416
|
+
clientId?: string | undefined;
|
|
2417
|
+
channelId?: string | undefined;
|
|
2303
2418
|
status?: "active" | "pending" | undefined;
|
|
2304
2419
|
apiKey?: string | undefined;
|
|
2305
2420
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
2306
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
2307
2421
|
} | undefined;
|
|
2308
2422
|
vonageCredentials?: {
|
|
2309
2423
|
apiKey: string;
|
|
@@ -2554,16 +2668,15 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
2554
2668
|
additionalCredentials?: any;
|
|
2555
2669
|
senderId?: string | undefined;
|
|
2556
2670
|
whatsapp?: {
|
|
2557
|
-
|
|
2558
|
-
wabaExternalId
|
|
2559
|
-
phoneNumberId
|
|
2560
|
-
|
|
2561
|
-
clientId?: string |
|
|
2562
|
-
channelId?: string |
|
|
2671
|
+
email: string;
|
|
2672
|
+
wabaExternalId: string;
|
|
2673
|
+
phoneNumberId: string;
|
|
2674
|
+
wabaBusinessId?: string | undefined;
|
|
2675
|
+
clientId?: string | undefined;
|
|
2676
|
+
channelId?: string | undefined;
|
|
2563
2677
|
status?: "active" | "pending" | undefined;
|
|
2564
2678
|
apiKey?: string | undefined;
|
|
2565
2679
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
2566
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
2567
2680
|
} | undefined;
|
|
2568
2681
|
vonageCredentials?: {
|
|
2569
2682
|
apiKey: string;
|
|
@@ -2645,16 +2758,15 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
2645
2758
|
additionalCredentials?: any;
|
|
2646
2759
|
senderId?: string | undefined;
|
|
2647
2760
|
whatsapp?: {
|
|
2648
|
-
|
|
2649
|
-
wabaExternalId
|
|
2650
|
-
phoneNumberId
|
|
2651
|
-
|
|
2652
|
-
clientId?: string |
|
|
2653
|
-
channelId?: string |
|
|
2761
|
+
email: string;
|
|
2762
|
+
wabaExternalId: string;
|
|
2763
|
+
phoneNumberId: string;
|
|
2764
|
+
wabaBusinessId?: string | undefined;
|
|
2765
|
+
clientId?: string | undefined;
|
|
2766
|
+
channelId?: string | undefined;
|
|
2654
2767
|
status?: "active" | "pending" | undefined;
|
|
2655
2768
|
apiKey?: string | undefined;
|
|
2656
2769
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
2657
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
2658
2770
|
} | undefined;
|
|
2659
2771
|
vonageCredentials?: {
|
|
2660
2772
|
apiKey: string;
|
|
@@ -2739,16 +2851,15 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
2739
2851
|
additionalCredentials?: any;
|
|
2740
2852
|
senderId?: string | undefined;
|
|
2741
2853
|
whatsapp?: {
|
|
2742
|
-
|
|
2743
|
-
wabaExternalId
|
|
2744
|
-
phoneNumberId
|
|
2745
|
-
|
|
2746
|
-
clientId?: string |
|
|
2747
|
-
channelId?: string |
|
|
2854
|
+
email: string;
|
|
2855
|
+
wabaExternalId: string;
|
|
2856
|
+
phoneNumberId: string;
|
|
2857
|
+
wabaBusinessId?: string | undefined;
|
|
2858
|
+
clientId?: string | undefined;
|
|
2859
|
+
channelId?: string | undefined;
|
|
2748
2860
|
status?: "active" | "pending" | undefined;
|
|
2749
2861
|
apiKey?: string | undefined;
|
|
2750
2862
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
2751
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
2752
2863
|
} | undefined;
|
|
2753
2864
|
vonageCredentials?: {
|
|
2754
2865
|
apiKey: string;
|
|
@@ -2919,6 +3030,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
2919
3030
|
dateValue: Date | null;
|
|
2920
3031
|
uploads: {
|
|
2921
3032
|
id: string;
|
|
3033
|
+
status: string | null;
|
|
2922
3034
|
createdAt: Date;
|
|
2923
3035
|
updatedAt: Date;
|
|
2924
3036
|
deletedAt: Date | null;
|
|
@@ -2927,7 +3039,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
2927
3039
|
bucketName: string;
|
|
2928
3040
|
fileSize: number;
|
|
2929
3041
|
fileUrl: string | null;
|
|
2930
|
-
status?: string | undefined;
|
|
2931
3042
|
}[];
|
|
2932
3043
|
}[];
|
|
2933
3044
|
company: {
|
|
@@ -3059,16 +3170,15 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
3059
3170
|
additionalCredentials?: any;
|
|
3060
3171
|
senderId?: string | undefined;
|
|
3061
3172
|
whatsapp?: {
|
|
3062
|
-
|
|
3063
|
-
wabaExternalId
|
|
3064
|
-
phoneNumberId
|
|
3065
|
-
|
|
3066
|
-
clientId?: string |
|
|
3067
|
-
channelId?: string |
|
|
3173
|
+
email: string;
|
|
3174
|
+
wabaExternalId: string;
|
|
3175
|
+
phoneNumberId: string;
|
|
3176
|
+
wabaBusinessId?: string | undefined;
|
|
3177
|
+
clientId?: string | undefined;
|
|
3178
|
+
channelId?: string | undefined;
|
|
3068
3179
|
status?: "active" | "pending" | undefined;
|
|
3069
3180
|
apiKey?: string | undefined;
|
|
3070
3181
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
3071
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
3072
3182
|
} | undefined;
|
|
3073
3183
|
vonageCredentials?: {
|
|
3074
3184
|
apiKey: string;
|
|
@@ -3239,6 +3349,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
3239
3349
|
dateValue: Date | null;
|
|
3240
3350
|
uploads: {
|
|
3241
3351
|
id: string;
|
|
3352
|
+
status: string | null;
|
|
3242
3353
|
createdAt: Date;
|
|
3243
3354
|
updatedAt: Date;
|
|
3244
3355
|
deletedAt: Date | null;
|
|
@@ -3247,7 +3358,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
3247
3358
|
bucketName: string;
|
|
3248
3359
|
fileSize: number;
|
|
3249
3360
|
fileUrl: string | null;
|
|
3250
|
-
status?: string | undefined;
|
|
3251
3361
|
}[];
|
|
3252
3362
|
}[];
|
|
3253
3363
|
company: {
|
|
@@ -3727,9 +3837,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
3727
3837
|
fileSize: z.ZodNumber;
|
|
3728
3838
|
fileKey: z.ZodString;
|
|
3729
3839
|
fileUrl: z.ZodNullable<z.ZodString>;
|
|
3730
|
-
status: z.
|
|
3840
|
+
status: z.ZodNullable<z.ZodString>;
|
|
3731
3841
|
}, "strip", z.ZodTypeAny, {
|
|
3732
3842
|
id: string;
|
|
3843
|
+
status: string | null;
|
|
3733
3844
|
createdAt: Date;
|
|
3734
3845
|
updatedAt: Date;
|
|
3735
3846
|
deletedAt: Date | null;
|
|
@@ -3738,9 +3849,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
3738
3849
|
bucketName: string;
|
|
3739
3850
|
fileSize: number;
|
|
3740
3851
|
fileUrl: string | null;
|
|
3741
|
-
status?: string | undefined;
|
|
3742
3852
|
}, {
|
|
3743
3853
|
id: string;
|
|
3854
|
+
status: string | null;
|
|
3744
3855
|
createdAt: Date;
|
|
3745
3856
|
updatedAt: Date;
|
|
3746
3857
|
deletedAt: Date | null;
|
|
@@ -3749,7 +3860,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
3749
3860
|
bucketName: string;
|
|
3750
3861
|
fileSize: number;
|
|
3751
3862
|
fileUrl: string | null;
|
|
3752
|
-
status?: string | undefined;
|
|
3753
3863
|
}>, "many">;
|
|
3754
3864
|
}, "strip", z.ZodTypeAny, {
|
|
3755
3865
|
id: string;
|
|
@@ -3776,6 +3886,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
3776
3886
|
dateValue: Date | null;
|
|
3777
3887
|
uploads: {
|
|
3778
3888
|
id: string;
|
|
3889
|
+
status: string | null;
|
|
3779
3890
|
createdAt: Date;
|
|
3780
3891
|
updatedAt: Date;
|
|
3781
3892
|
deletedAt: Date | null;
|
|
@@ -3784,7 +3895,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
3784
3895
|
bucketName: string;
|
|
3785
3896
|
fileSize: number;
|
|
3786
3897
|
fileUrl: string | null;
|
|
3787
|
-
status?: string | undefined;
|
|
3788
3898
|
}[];
|
|
3789
3899
|
}, {
|
|
3790
3900
|
id: string;
|
|
@@ -3811,6 +3921,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
3811
3921
|
dateValue: Date | null;
|
|
3812
3922
|
uploads: {
|
|
3813
3923
|
id: string;
|
|
3924
|
+
status: string | null;
|
|
3814
3925
|
createdAt: Date;
|
|
3815
3926
|
updatedAt: Date;
|
|
3816
3927
|
deletedAt: Date | null;
|
|
@@ -3819,7 +3930,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
3819
3930
|
bucketName: string;
|
|
3820
3931
|
fileSize: number;
|
|
3821
3932
|
fileUrl: string | null;
|
|
3822
|
-
status?: string | undefined;
|
|
3823
3933
|
}[];
|
|
3824
3934
|
}>, "many">;
|
|
3825
3935
|
contactEmails: z.ZodArray<z.ZodObject<{
|
|
@@ -3959,6 +4069,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
3959
4069
|
dateValue: Date | null;
|
|
3960
4070
|
uploads: {
|
|
3961
4071
|
id: string;
|
|
4072
|
+
status: string | null;
|
|
3962
4073
|
createdAt: Date;
|
|
3963
4074
|
updatedAt: Date;
|
|
3964
4075
|
deletedAt: Date | null;
|
|
@@ -3967,7 +4078,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
3967
4078
|
bucketName: string;
|
|
3968
4079
|
fileSize: number;
|
|
3969
4080
|
fileUrl: string | null;
|
|
3970
|
-
status?: string | undefined;
|
|
3971
4081
|
}[];
|
|
3972
4082
|
}[];
|
|
3973
4083
|
company: {
|
|
@@ -4070,6 +4180,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
4070
4180
|
dateValue: Date | null;
|
|
4071
4181
|
uploads: {
|
|
4072
4182
|
id: string;
|
|
4183
|
+
status: string | null;
|
|
4073
4184
|
createdAt: Date;
|
|
4074
4185
|
updatedAt: Date;
|
|
4075
4186
|
deletedAt: Date | null;
|
|
@@ -4078,7 +4189,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
4078
4189
|
bucketName: string;
|
|
4079
4190
|
fileSize: number;
|
|
4080
4191
|
fileUrl: string | null;
|
|
4081
|
-
status?: string | undefined;
|
|
4082
4192
|
}[];
|
|
4083
4193
|
}[];
|
|
4084
4194
|
company: {
|
|
@@ -4195,9 +4305,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
4195
4305
|
fileSize: z.ZodNumber;
|
|
4196
4306
|
fileKey: z.ZodString;
|
|
4197
4307
|
fileUrl: z.ZodNullable<z.ZodString>;
|
|
4198
|
-
status: z.
|
|
4308
|
+
status: z.ZodNullable<z.ZodString>;
|
|
4199
4309
|
}, "strip", z.ZodTypeAny, {
|
|
4200
4310
|
id: string;
|
|
4311
|
+
status: string | null;
|
|
4201
4312
|
createdAt: Date;
|
|
4202
4313
|
updatedAt: Date;
|
|
4203
4314
|
deletedAt: Date | null;
|
|
@@ -4206,9 +4317,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
4206
4317
|
bucketName: string;
|
|
4207
4318
|
fileSize: number;
|
|
4208
4319
|
fileUrl: string | null;
|
|
4209
|
-
status?: string | undefined;
|
|
4210
4320
|
}, {
|
|
4211
4321
|
id: string;
|
|
4322
|
+
status: string | null;
|
|
4212
4323
|
createdAt: Date;
|
|
4213
4324
|
updatedAt: Date;
|
|
4214
4325
|
deletedAt: Date | null;
|
|
@@ -4217,7 +4328,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
4217
4328
|
bucketName: string;
|
|
4218
4329
|
fileSize: number;
|
|
4219
4330
|
fileUrl: string | null;
|
|
4220
|
-
status?: string | undefined;
|
|
4221
4331
|
}>>>;
|
|
4222
4332
|
callParticipants: z.ZodNullable<z.ZodObject<{
|
|
4223
4333
|
callTo: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
@@ -5182,6 +5292,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
5182
5292
|
dateValue: Date | null;
|
|
5183
5293
|
uploads: {
|
|
5184
5294
|
id: string;
|
|
5295
|
+
status: string | null;
|
|
5185
5296
|
createdAt: Date;
|
|
5186
5297
|
updatedAt: Date;
|
|
5187
5298
|
deletedAt: Date | null;
|
|
@@ -5190,7 +5301,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
5190
5301
|
bucketName: string;
|
|
5191
5302
|
fileSize: number;
|
|
5192
5303
|
fileUrl: string | null;
|
|
5193
|
-
status?: string | undefined;
|
|
5194
5304
|
}[];
|
|
5195
5305
|
}[];
|
|
5196
5306
|
company: {
|
|
@@ -5273,6 +5383,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
5273
5383
|
} | null | undefined;
|
|
5274
5384
|
upload?: {
|
|
5275
5385
|
id: string;
|
|
5386
|
+
status: string | null;
|
|
5276
5387
|
createdAt: Date;
|
|
5277
5388
|
updatedAt: Date;
|
|
5278
5389
|
deletedAt: Date | null;
|
|
@@ -5281,7 +5392,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
5281
5392
|
bucketName: string;
|
|
5282
5393
|
fileSize: number;
|
|
5283
5394
|
fileUrl: string | null;
|
|
5284
|
-
status?: string | undefined;
|
|
5285
5395
|
} | null | undefined;
|
|
5286
5396
|
extension?: {
|
|
5287
5397
|
id: string;
|
|
@@ -5452,6 +5562,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
5452
5562
|
dateValue: Date | null;
|
|
5453
5563
|
uploads: {
|
|
5454
5564
|
id: string;
|
|
5565
|
+
status: string | null;
|
|
5455
5566
|
createdAt: Date;
|
|
5456
5567
|
updatedAt: Date;
|
|
5457
5568
|
deletedAt: Date | null;
|
|
@@ -5460,7 +5571,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
5460
5571
|
bucketName: string;
|
|
5461
5572
|
fileSize: number;
|
|
5462
5573
|
fileUrl: string | null;
|
|
5463
|
-
status?: string | undefined;
|
|
5464
5574
|
}[];
|
|
5465
5575
|
}[];
|
|
5466
5576
|
company: {
|
|
@@ -5543,6 +5653,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
5543
5653
|
} | null | undefined;
|
|
5544
5654
|
upload?: {
|
|
5545
5655
|
id: string;
|
|
5656
|
+
status: string | null;
|
|
5546
5657
|
createdAt: Date;
|
|
5547
5658
|
updatedAt: Date;
|
|
5548
5659
|
deletedAt: Date | null;
|
|
@@ -5551,7 +5662,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
5551
5662
|
bucketName: string;
|
|
5552
5663
|
fileSize: number;
|
|
5553
5664
|
fileUrl: string | null;
|
|
5554
|
-
status?: string | undefined;
|
|
5555
5665
|
} | null | undefined;
|
|
5556
5666
|
extension?: {
|
|
5557
5667
|
id: string;
|
|
@@ -5966,9 +6076,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
5966
6076
|
fileSize: z.ZodNumber;
|
|
5967
6077
|
fileKey: z.ZodString;
|
|
5968
6078
|
fileUrl: z.ZodNullable<z.ZodString>;
|
|
5969
|
-
status: z.
|
|
6079
|
+
status: z.ZodNullable<z.ZodString>;
|
|
5970
6080
|
}, "strip", z.ZodTypeAny, {
|
|
5971
6081
|
id: string;
|
|
6082
|
+
status: string | null;
|
|
5972
6083
|
createdAt: Date;
|
|
5973
6084
|
updatedAt: Date;
|
|
5974
6085
|
deletedAt: Date | null;
|
|
@@ -5977,9 +6088,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
5977
6088
|
bucketName: string;
|
|
5978
6089
|
fileSize: number;
|
|
5979
6090
|
fileUrl: string | null;
|
|
5980
|
-
status?: string | undefined;
|
|
5981
6091
|
}, {
|
|
5982
6092
|
id: string;
|
|
6093
|
+
status: string | null;
|
|
5983
6094
|
createdAt: Date;
|
|
5984
6095
|
updatedAt: Date;
|
|
5985
6096
|
deletedAt: Date | null;
|
|
@@ -5988,7 +6099,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
5988
6099
|
bucketName: string;
|
|
5989
6100
|
fileSize: number;
|
|
5990
6101
|
fileUrl: string | null;
|
|
5991
|
-
status?: string | undefined;
|
|
5992
6102
|
}>, "many">;
|
|
5993
6103
|
}, "strip", z.ZodTypeAny, {
|
|
5994
6104
|
id: string;
|
|
@@ -6015,6 +6125,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
6015
6125
|
dateValue: Date | null;
|
|
6016
6126
|
uploads: {
|
|
6017
6127
|
id: string;
|
|
6128
|
+
status: string | null;
|
|
6018
6129
|
createdAt: Date;
|
|
6019
6130
|
updatedAt: Date;
|
|
6020
6131
|
deletedAt: Date | null;
|
|
@@ -6023,7 +6134,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
6023
6134
|
bucketName: string;
|
|
6024
6135
|
fileSize: number;
|
|
6025
6136
|
fileUrl: string | null;
|
|
6026
|
-
status?: string | undefined;
|
|
6027
6137
|
}[];
|
|
6028
6138
|
}, {
|
|
6029
6139
|
id: string;
|
|
@@ -6050,6 +6160,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
6050
6160
|
dateValue: Date | null;
|
|
6051
6161
|
uploads: {
|
|
6052
6162
|
id: string;
|
|
6163
|
+
status: string | null;
|
|
6053
6164
|
createdAt: Date;
|
|
6054
6165
|
updatedAt: Date;
|
|
6055
6166
|
deletedAt: Date | null;
|
|
@@ -6058,7 +6169,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
6058
6169
|
bucketName: string;
|
|
6059
6170
|
fileSize: number;
|
|
6060
6171
|
fileUrl: string | null;
|
|
6061
|
-
status?: string | undefined;
|
|
6062
6172
|
}[];
|
|
6063
6173
|
}>, "many">;
|
|
6064
6174
|
contactEmails: z.ZodArray<z.ZodObject<{
|
|
@@ -6198,6 +6308,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
6198
6308
|
dateValue: Date | null;
|
|
6199
6309
|
uploads: {
|
|
6200
6310
|
id: string;
|
|
6311
|
+
status: string | null;
|
|
6201
6312
|
createdAt: Date;
|
|
6202
6313
|
updatedAt: Date;
|
|
6203
6314
|
deletedAt: Date | null;
|
|
@@ -6206,7 +6317,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
6206
6317
|
bucketName: string;
|
|
6207
6318
|
fileSize: number;
|
|
6208
6319
|
fileUrl: string | null;
|
|
6209
|
-
status?: string | undefined;
|
|
6210
6320
|
}[];
|
|
6211
6321
|
}[];
|
|
6212
6322
|
company: {
|
|
@@ -6309,6 +6419,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
6309
6419
|
dateValue: Date | null;
|
|
6310
6420
|
uploads: {
|
|
6311
6421
|
id: string;
|
|
6422
|
+
status: string | null;
|
|
6312
6423
|
createdAt: Date;
|
|
6313
6424
|
updatedAt: Date;
|
|
6314
6425
|
deletedAt: Date | null;
|
|
@@ -6317,7 +6428,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
6317
6428
|
bucketName: string;
|
|
6318
6429
|
fileSize: number;
|
|
6319
6430
|
fileUrl: string | null;
|
|
6320
|
-
status?: string | undefined;
|
|
6321
6431
|
}[];
|
|
6322
6432
|
}[];
|
|
6323
6433
|
company: {
|
|
@@ -7042,6 +7152,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
7042
7152
|
dateValue: Date | null;
|
|
7043
7153
|
uploads: {
|
|
7044
7154
|
id: string;
|
|
7155
|
+
status: string | null;
|
|
7045
7156
|
createdAt: Date;
|
|
7046
7157
|
updatedAt: Date;
|
|
7047
7158
|
deletedAt: Date | null;
|
|
@@ -7050,7 +7161,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
7050
7161
|
bucketName: string;
|
|
7051
7162
|
fileSize: number;
|
|
7052
7163
|
fileUrl: string | null;
|
|
7053
|
-
status?: string | undefined;
|
|
7054
7164
|
}[];
|
|
7055
7165
|
}[];
|
|
7056
7166
|
company: {
|
|
@@ -7124,8 +7234,12 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
7124
7234
|
caseId: number;
|
|
7125
7235
|
entityName: string;
|
|
7126
7236
|
startedDate: string | null;
|
|
7237
|
+
totalHoldDuration: string | null;
|
|
7127
7238
|
handledTime: string | null;
|
|
7239
|
+
fullHandledTime: string | null;
|
|
7128
7240
|
firstResponseTime: string | null;
|
|
7241
|
+
resolutionTime: string | null;
|
|
7242
|
+
fullResolutionTime: string | null;
|
|
7129
7243
|
wrapUpForm: {
|
|
7130
7244
|
type: string;
|
|
7131
7245
|
id: string;
|
|
@@ -7181,7 +7295,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
7181
7295
|
customerPhone: string | null;
|
|
7182
7296
|
channelType: string | null;
|
|
7183
7297
|
firstResponseDate: string;
|
|
7184
|
-
resolutionTime: string | null;
|
|
7185
7298
|
resolutionDate: string;
|
|
7186
7299
|
wrapUpDuration: string;
|
|
7187
7300
|
slaMeet: string | null;
|
|
@@ -7208,16 +7321,15 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
7208
7321
|
additionalCredentials?: any;
|
|
7209
7322
|
senderId?: string | undefined;
|
|
7210
7323
|
whatsapp?: {
|
|
7211
|
-
|
|
7212
|
-
wabaExternalId
|
|
7213
|
-
phoneNumberId
|
|
7214
|
-
|
|
7215
|
-
clientId?: string |
|
|
7216
|
-
channelId?: string |
|
|
7324
|
+
email: string;
|
|
7325
|
+
wabaExternalId: string;
|
|
7326
|
+
phoneNumberId: string;
|
|
7327
|
+
wabaBusinessId?: string | undefined;
|
|
7328
|
+
clientId?: string | undefined;
|
|
7329
|
+
channelId?: string | undefined;
|
|
7217
7330
|
status?: "active" | "pending" | undefined;
|
|
7218
7331
|
apiKey?: string | undefined;
|
|
7219
7332
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
7220
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
7221
7333
|
} | undefined;
|
|
7222
7334
|
vonageCredentials?: {
|
|
7223
7335
|
apiKey: string;
|
|
@@ -7388,6 +7500,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
7388
7500
|
dateValue: Date | null;
|
|
7389
7501
|
uploads: {
|
|
7390
7502
|
id: string;
|
|
7503
|
+
status: string | null;
|
|
7391
7504
|
createdAt: Date;
|
|
7392
7505
|
updatedAt: Date;
|
|
7393
7506
|
deletedAt: Date | null;
|
|
@@ -7396,7 +7509,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
7396
7509
|
bucketName: string;
|
|
7397
7510
|
fileSize: number;
|
|
7398
7511
|
fileUrl: string | null;
|
|
7399
|
-
status?: string | undefined;
|
|
7400
7512
|
}[];
|
|
7401
7513
|
}[];
|
|
7402
7514
|
company: {
|
|
@@ -7627,6 +7739,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
7627
7739
|
dateValue: Date | null;
|
|
7628
7740
|
uploads: {
|
|
7629
7741
|
id: string;
|
|
7742
|
+
status: string | null;
|
|
7630
7743
|
createdAt: Date;
|
|
7631
7744
|
updatedAt: Date;
|
|
7632
7745
|
deletedAt: Date | null;
|
|
@@ -7635,7 +7748,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
7635
7748
|
bucketName: string;
|
|
7636
7749
|
fileSize: number;
|
|
7637
7750
|
fileUrl: string | null;
|
|
7638
|
-
status?: string | undefined;
|
|
7639
7751
|
}[];
|
|
7640
7752
|
}[];
|
|
7641
7753
|
company: {
|
|
@@ -7718,6 +7830,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
7718
7830
|
} | null | undefined;
|
|
7719
7831
|
upload?: {
|
|
7720
7832
|
id: string;
|
|
7833
|
+
status: string | null;
|
|
7721
7834
|
createdAt: Date;
|
|
7722
7835
|
updatedAt: Date;
|
|
7723
7836
|
deletedAt: Date | null;
|
|
@@ -7726,7 +7839,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
7726
7839
|
bucketName: string;
|
|
7727
7840
|
fileSize: number;
|
|
7728
7841
|
fileUrl: string | null;
|
|
7729
|
-
status?: string | undefined;
|
|
7730
7842
|
} | null | undefined;
|
|
7731
7843
|
extension?: {
|
|
7732
7844
|
id: string;
|
|
@@ -7963,6 +8075,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
7963
8075
|
dateValue: Date | null;
|
|
7964
8076
|
uploads: {
|
|
7965
8077
|
id: string;
|
|
8078
|
+
status: string | null;
|
|
7966
8079
|
createdAt: Date;
|
|
7967
8080
|
updatedAt: Date;
|
|
7968
8081
|
deletedAt: Date | null;
|
|
@@ -7971,7 +8084,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
7971
8084
|
bucketName: string;
|
|
7972
8085
|
fileSize: number;
|
|
7973
8086
|
fileUrl: string | null;
|
|
7974
|
-
status?: string | undefined;
|
|
7975
8087
|
}[];
|
|
7976
8088
|
}[];
|
|
7977
8089
|
company: {
|
|
@@ -8045,8 +8157,12 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
8045
8157
|
caseId: number;
|
|
8046
8158
|
entityName: string;
|
|
8047
8159
|
startedDate: string | null;
|
|
8160
|
+
totalHoldDuration: string | null;
|
|
8048
8161
|
handledTime: string | null;
|
|
8162
|
+
fullHandledTime: string | null;
|
|
8049
8163
|
firstResponseTime: string | null;
|
|
8164
|
+
resolutionTime: string | null;
|
|
8165
|
+
fullResolutionTime: string | null;
|
|
8050
8166
|
wrapUpForm: {
|
|
8051
8167
|
type: string;
|
|
8052
8168
|
id: string;
|
|
@@ -8102,7 +8218,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
8102
8218
|
customerPhone: string | null;
|
|
8103
8219
|
channelType: string | null;
|
|
8104
8220
|
firstResponseDate: string;
|
|
8105
|
-
resolutionTime: string | null;
|
|
8106
8221
|
resolutionDate: string;
|
|
8107
8222
|
wrapUpDuration: string;
|
|
8108
8223
|
slaMeet: string | null;
|
|
@@ -8129,16 +8244,15 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
8129
8244
|
additionalCredentials?: any;
|
|
8130
8245
|
senderId?: string | undefined;
|
|
8131
8246
|
whatsapp?: {
|
|
8132
|
-
|
|
8133
|
-
wabaExternalId
|
|
8134
|
-
phoneNumberId
|
|
8135
|
-
|
|
8136
|
-
clientId?: string |
|
|
8137
|
-
channelId?: string |
|
|
8247
|
+
email: string;
|
|
8248
|
+
wabaExternalId: string;
|
|
8249
|
+
phoneNumberId: string;
|
|
8250
|
+
wabaBusinessId?: string | undefined;
|
|
8251
|
+
clientId?: string | undefined;
|
|
8252
|
+
channelId?: string | undefined;
|
|
8138
8253
|
status?: "active" | "pending" | undefined;
|
|
8139
8254
|
apiKey?: string | undefined;
|
|
8140
8255
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
8141
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
8142
8256
|
} | undefined;
|
|
8143
8257
|
vonageCredentials?: {
|
|
8144
8258
|
apiKey: string;
|
|
@@ -8309,6 +8423,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
8309
8423
|
dateValue: Date | null;
|
|
8310
8424
|
uploads: {
|
|
8311
8425
|
id: string;
|
|
8426
|
+
status: string | null;
|
|
8312
8427
|
createdAt: Date;
|
|
8313
8428
|
updatedAt: Date;
|
|
8314
8429
|
deletedAt: Date | null;
|
|
@@ -8317,7 +8432,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
8317
8432
|
bucketName: string;
|
|
8318
8433
|
fileSize: number;
|
|
8319
8434
|
fileUrl: string | null;
|
|
8320
|
-
status?: string | undefined;
|
|
8321
8435
|
}[];
|
|
8322
8436
|
}[];
|
|
8323
8437
|
company: {
|
|
@@ -8548,6 +8662,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
8548
8662
|
dateValue: Date | null;
|
|
8549
8663
|
uploads: {
|
|
8550
8664
|
id: string;
|
|
8665
|
+
status: string | null;
|
|
8551
8666
|
createdAt: Date;
|
|
8552
8667
|
updatedAt: Date;
|
|
8553
8668
|
deletedAt: Date | null;
|
|
@@ -8556,7 +8671,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
8556
8671
|
bucketName: string;
|
|
8557
8672
|
fileSize: number;
|
|
8558
8673
|
fileUrl: string | null;
|
|
8559
|
-
status?: string | undefined;
|
|
8560
8674
|
}[];
|
|
8561
8675
|
}[];
|
|
8562
8676
|
company: {
|
|
@@ -8639,6 +8753,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
8639
8753
|
} | null | undefined;
|
|
8640
8754
|
upload?: {
|
|
8641
8755
|
id: string;
|
|
8756
|
+
status: string | null;
|
|
8642
8757
|
createdAt: Date;
|
|
8643
8758
|
updatedAt: Date;
|
|
8644
8759
|
deletedAt: Date | null;
|
|
@@ -8647,7 +8762,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
|
8647
8762
|
bucketName: string;
|
|
8648
8763
|
fileSize: number;
|
|
8649
8764
|
fileUrl: string | null;
|
|
8650
|
-
status?: string | undefined;
|
|
8651
8765
|
} | null | undefined;
|
|
8652
8766
|
extension?: {
|
|
8653
8767
|
id: string;
|