@kl1/contracts 1.1.74-uat → 1.1.75-uat
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/api-contracts/src/contract.d.ts +91 -0
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/index.d.ts +18 -0
- package/dist/api-contracts/src/dashboard/index.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/validation.d.ts +9 -0
- package/dist/api-contracts/src/dashboard/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/hold-label/index.d.ts +75 -2
- package/dist/api-contracts/src/hold-label/index.d.ts.map +1 -1
- package/dist/api-contracts/src/hold-label/validation.d.ts +1 -1
- package/dist/index.js +393 -371
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +393 -371
- package/dist/index.mjs.map +1 -1
- package/dist/src/channel/index.d.ts +652 -620
- package/dist/src/channel/index.d.ts.map +1 -1
- package/dist/src/chat/index.d.ts +551 -4289
- package/dist/src/chat/index.d.ts.map +1 -1
- package/dist/src/chat/schema.d.ts +218 -200
- package/dist/src/chat/schema.d.ts.map +1 -1
- package/dist/src/chat/validation.d.ts +134 -160
- package/dist/src/chat/validation.d.ts.map +1 -1
- package/dist/src/comment/index.d.ts +68 -68
- package/dist/src/comment/schema.d.ts +20 -20
- package/dist/src/contact/index.d.ts +79 -79
- package/dist/src/contact/schema.d.ts +12 -12
- package/dist/src/contact/validation.d.ts +49 -49
- package/dist/src/contract.d.ts +5733 -23901
- package/dist/src/contract.d.ts.map +1 -1
- package/dist/src/cx-log/index.d.ts +48 -93
- package/dist/src/cx-log/index.d.ts.map +1 -1
- package/dist/src/cx-log/schema.d.ts +40 -40
- package/dist/src/dashboard/index.d.ts +231 -233
- package/dist/src/dashboard/index.d.ts.map +1 -1
- package/dist/src/dashboard/schema.d.ts +260 -217
- package/dist/src/dashboard/schema.d.ts.map +1 -1
- package/dist/src/dashboard/validation.d.ts +0 -26
- package/dist/src/dashboard/validation.d.ts.map +1 -1
- package/dist/src/facebook-feed/index.d.ts +122 -122
- package/dist/src/facebook-feed/schema.d.ts +14 -14
- package/dist/src/facebook-feed/validation.d.ts +11 -11
- package/dist/src/index.d.ts +0 -1
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/instagram/index.d.ts +101 -101
- package/dist/src/line/index.d.ts +106 -106
- package/dist/src/line/validation.d.ts +5 -5
- package/dist/src/mail/account-contract.d.ts +8 -8
- package/dist/src/mail/mail-contract.d.ts +5993 -28466
- package/dist/src/mail/mail-contract.d.ts.map +1 -1
- package/dist/src/mail/mail-server-contract.d.ts +5 -5
- package/dist/src/mail/message-contract.d.ts +63 -6423
- package/dist/src/mail/message-contract.d.ts.map +1 -1
- package/dist/src/mail/room-contract.d.ts +1583 -17698
- package/dist/src/mail/room-contract.d.ts.map +1 -1
- package/dist/src/mail/schemas/message-validation.schema.d.ts +4 -7
- package/dist/src/mail/schemas/message-validation.schema.d.ts.map +1 -1
- package/dist/src/mail/schemas/message.schema.d.ts +40 -762
- package/dist/src/mail/schemas/message.schema.d.ts.map +1 -1
- package/dist/src/mail/schemas/room-validation.schema.d.ts +376 -5668
- package/dist/src/mail/schemas/room-validation.schema.d.ts.map +1 -1
- package/dist/src/mail/schemas/room.schema.d.ts +486 -5817
- package/dist/src/mail/schemas/room.schema.d.ts.map +1 -1
- package/dist/src/messenger/index.d.ts +101 -101
- package/dist/src/messenger/validation.d.ts +11 -11
- package/dist/src/public-api/index.d.ts +59 -59
- package/dist/src/public-api/schema.d.ts +12 -12
- package/dist/src/public-api/validation.d.ts +19 -19
- package/dist/src/role/index.d.ts +0 -125
- package/dist/src/role/index.d.ts.map +1 -1
- package/dist/src/snippet/index.d.ts +105 -105
- package/dist/src/snippet/schema.d.ts +40 -40
- package/dist/src/telephony-cdr/index.d.ts +54 -54
- package/dist/src/telephony-cdr/index.d.ts.map +1 -1
- package/dist/src/telephony-cdr/schema.d.ts +14 -14
- package/dist/src/ticket/index.d.ts +111 -111
- package/dist/src/ticket/schema.d.ts +21 -21
- package/dist/src/upload/schema.d.ts +3 -3
- package/dist/src/viber/index.d.ts +101 -101
- package/dist/src/webchat/index.d.ts +101 -101
- package/dist/src/workflow-rule/index.d.ts +26 -26
- package/package.json +1 -1
@@ -6,7 +6,7 @@ export declare const MessageDirectionTypeSchema: z.ZodEnum<["incoming", "outgoin
|
|
6
6
|
/**
|
7
7
|
* Message Type Enum
|
8
8
|
*/
|
9
|
-
export declare const MessageTypeSchema: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "
|
9
|
+
export declare const MessageTypeSchema: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
10
10
|
export declare const FeedPostTypeSchema: z.ZodEnum<["text", "added_photos", "shared_story", "mobile_status_update"]>;
|
11
11
|
/**
|
12
12
|
* Message Type Enum
|
@@ -353,10 +353,9 @@ export declare const PlatformContactSchema: z.ZodObject<{
|
|
353
353
|
fileSize: z.ZodNumber;
|
354
354
|
fileKey: z.ZodString;
|
355
355
|
fileUrl: z.ZodNullable<z.ZodString>;
|
356
|
-
status: z.
|
356
|
+
status: z.ZodOptional<z.ZodString>;
|
357
357
|
}, "strip", z.ZodTypeAny, {
|
358
358
|
id: string;
|
359
|
-
status: string | null;
|
360
359
|
createdAt: Date;
|
361
360
|
updatedAt: Date;
|
362
361
|
deletedAt: Date | null;
|
@@ -365,9 +364,9 @@ export declare const PlatformContactSchema: z.ZodObject<{
|
|
365
364
|
bucketName: string;
|
366
365
|
fileSize: number;
|
367
366
|
fileUrl: string | null;
|
367
|
+
status?: string | undefined;
|
368
368
|
}, {
|
369
369
|
id: string;
|
370
|
-
status: string | null;
|
371
370
|
createdAt: Date;
|
372
371
|
updatedAt: Date;
|
373
372
|
deletedAt: Date | null;
|
@@ -376,6 +375,7 @@ export declare const PlatformContactSchema: z.ZodObject<{
|
|
376
375
|
bucketName: string;
|
377
376
|
fileSize: number;
|
378
377
|
fileUrl: string | null;
|
378
|
+
status?: string | undefined;
|
379
379
|
}>, "many">;
|
380
380
|
}, "strip", z.ZodTypeAny, {
|
381
381
|
id: string;
|
@@ -402,7 +402,6 @@ export declare const PlatformContactSchema: z.ZodObject<{
|
|
402
402
|
dateValue: Date | null;
|
403
403
|
uploads: {
|
404
404
|
id: string;
|
405
|
-
status: string | null;
|
406
405
|
createdAt: Date;
|
407
406
|
updatedAt: Date;
|
408
407
|
deletedAt: Date | null;
|
@@ -411,6 +410,7 @@ export declare const PlatformContactSchema: z.ZodObject<{
|
|
411
410
|
bucketName: string;
|
412
411
|
fileSize: number;
|
413
412
|
fileUrl: string | null;
|
413
|
+
status?: string | undefined;
|
414
414
|
}[];
|
415
415
|
}, {
|
416
416
|
id: string;
|
@@ -437,7 +437,6 @@ export declare const PlatformContactSchema: z.ZodObject<{
|
|
437
437
|
dateValue: Date | null;
|
438
438
|
uploads: {
|
439
439
|
id: string;
|
440
|
-
status: string | null;
|
441
440
|
createdAt: Date;
|
442
441
|
updatedAt: Date;
|
443
442
|
deletedAt: Date | null;
|
@@ -446,6 +445,7 @@ export declare const PlatformContactSchema: z.ZodObject<{
|
|
446
445
|
bucketName: string;
|
447
446
|
fileSize: number;
|
448
447
|
fileUrl: string | null;
|
448
|
+
status?: string | undefined;
|
449
449
|
}[];
|
450
450
|
}>, "many">;
|
451
451
|
contactEmails: z.ZodArray<z.ZodObject<{
|
@@ -585,7 +585,6 @@ export declare const PlatformContactSchema: z.ZodObject<{
|
|
585
585
|
dateValue: Date | null;
|
586
586
|
uploads: {
|
587
587
|
id: string;
|
588
|
-
status: string | null;
|
589
588
|
createdAt: Date;
|
590
589
|
updatedAt: Date;
|
591
590
|
deletedAt: Date | null;
|
@@ -594,6 +593,7 @@ export declare const PlatformContactSchema: z.ZodObject<{
|
|
594
593
|
bucketName: string;
|
595
594
|
fileSize: number;
|
596
595
|
fileUrl: string | null;
|
596
|
+
status?: string | undefined;
|
597
597
|
}[];
|
598
598
|
}[];
|
599
599
|
company: {
|
@@ -681,7 +681,6 @@ export declare const PlatformContactSchema: z.ZodObject<{
|
|
681
681
|
dateValue: Date | null;
|
682
682
|
uploads: {
|
683
683
|
id: string;
|
684
|
-
status: string | null;
|
685
684
|
createdAt: Date;
|
686
685
|
updatedAt: Date;
|
687
686
|
deletedAt: Date | null;
|
@@ -690,6 +689,7 @@ export declare const PlatformContactSchema: z.ZodObject<{
|
|
690
689
|
bucketName: string;
|
691
690
|
fileSize: number;
|
692
691
|
fileUrl: string | null;
|
692
|
+
status?: string | undefined;
|
693
693
|
}[];
|
694
694
|
}[];
|
695
695
|
company: {
|
@@ -790,7 +790,6 @@ export declare const PlatformContactSchema: z.ZodObject<{
|
|
790
790
|
dateValue: Date | null;
|
791
791
|
uploads: {
|
792
792
|
id: string;
|
793
|
-
status: string | null;
|
794
793
|
createdAt: Date;
|
795
794
|
updatedAt: Date;
|
796
795
|
deletedAt: Date | null;
|
@@ -799,6 +798,7 @@ export declare const PlatformContactSchema: z.ZodObject<{
|
|
799
798
|
bucketName: string;
|
800
799
|
fileSize: number;
|
801
800
|
fileUrl: string | null;
|
801
|
+
status?: string | undefined;
|
802
802
|
}[];
|
803
803
|
}[];
|
804
804
|
company: {
|
@@ -901,7 +901,6 @@ export declare const PlatformContactSchema: z.ZodObject<{
|
|
901
901
|
dateValue: Date | null;
|
902
902
|
uploads: {
|
903
903
|
id: string;
|
904
|
-
status: string | null;
|
905
904
|
createdAt: Date;
|
906
905
|
updatedAt: Date;
|
907
906
|
deletedAt: Date | null;
|
@@ -910,6 +909,7 @@ export declare const PlatformContactSchema: z.ZodObject<{
|
|
910
909
|
bucketName: string;
|
911
910
|
fileSize: number;
|
912
911
|
fileUrl: string | null;
|
912
|
+
status?: string | undefined;
|
913
913
|
}[];
|
914
914
|
}[];
|
915
915
|
company: {
|
@@ -1306,10 +1306,9 @@ export declare const RoomSchema: z.ZodObject<{
|
|
1306
1306
|
fileSize: z.ZodNumber;
|
1307
1307
|
fileKey: z.ZodString;
|
1308
1308
|
fileUrl: z.ZodNullable<z.ZodString>;
|
1309
|
-
status: z.
|
1309
|
+
status: z.ZodOptional<z.ZodString>;
|
1310
1310
|
}, "strip", z.ZodTypeAny, {
|
1311
1311
|
id: string;
|
1312
|
-
status: string | null;
|
1313
1312
|
createdAt: Date;
|
1314
1313
|
updatedAt: Date;
|
1315
1314
|
deletedAt: Date | null;
|
@@ -1318,9 +1317,9 @@ export declare const RoomSchema: z.ZodObject<{
|
|
1318
1317
|
bucketName: string;
|
1319
1318
|
fileSize: number;
|
1320
1319
|
fileUrl: string | null;
|
1320
|
+
status?: string | undefined;
|
1321
1321
|
}, {
|
1322
1322
|
id: string;
|
1323
|
-
status: string | null;
|
1324
1323
|
createdAt: Date;
|
1325
1324
|
updatedAt: Date;
|
1326
1325
|
deletedAt: Date | null;
|
@@ -1329,6 +1328,7 @@ export declare const RoomSchema: z.ZodObject<{
|
|
1329
1328
|
bucketName: string;
|
1330
1329
|
fileSize: number;
|
1331
1330
|
fileUrl: string | null;
|
1331
|
+
status?: string | undefined;
|
1332
1332
|
}>, "many">;
|
1333
1333
|
}, "strip", z.ZodTypeAny, {
|
1334
1334
|
id: string;
|
@@ -1355,7 +1355,6 @@ export declare const RoomSchema: z.ZodObject<{
|
|
1355
1355
|
dateValue: Date | null;
|
1356
1356
|
uploads: {
|
1357
1357
|
id: string;
|
1358
|
-
status: string | null;
|
1359
1358
|
createdAt: Date;
|
1360
1359
|
updatedAt: Date;
|
1361
1360
|
deletedAt: Date | null;
|
@@ -1364,6 +1363,7 @@ export declare const RoomSchema: z.ZodObject<{
|
|
1364
1363
|
bucketName: string;
|
1365
1364
|
fileSize: number;
|
1366
1365
|
fileUrl: string | null;
|
1366
|
+
status?: string | undefined;
|
1367
1367
|
}[];
|
1368
1368
|
}, {
|
1369
1369
|
id: string;
|
@@ -1390,7 +1390,6 @@ export declare const RoomSchema: z.ZodObject<{
|
|
1390
1390
|
dateValue: Date | null;
|
1391
1391
|
uploads: {
|
1392
1392
|
id: string;
|
1393
|
-
status: string | null;
|
1394
1393
|
createdAt: Date;
|
1395
1394
|
updatedAt: Date;
|
1396
1395
|
deletedAt: Date | null;
|
@@ -1399,6 +1398,7 @@ export declare const RoomSchema: z.ZodObject<{
|
|
1399
1398
|
bucketName: string;
|
1400
1399
|
fileSize: number;
|
1401
1400
|
fileUrl: string | null;
|
1401
|
+
status?: string | undefined;
|
1402
1402
|
}[];
|
1403
1403
|
}>, "many">;
|
1404
1404
|
contactEmails: z.ZodArray<z.ZodObject<{
|
@@ -1538,7 +1538,6 @@ export declare const RoomSchema: z.ZodObject<{
|
|
1538
1538
|
dateValue: Date | null;
|
1539
1539
|
uploads: {
|
1540
1540
|
id: string;
|
1541
|
-
status: string | null;
|
1542
1541
|
createdAt: Date;
|
1543
1542
|
updatedAt: Date;
|
1544
1543
|
deletedAt: Date | null;
|
@@ -1547,6 +1546,7 @@ export declare const RoomSchema: z.ZodObject<{
|
|
1547
1546
|
bucketName: string;
|
1548
1547
|
fileSize: number;
|
1549
1548
|
fileUrl: string | null;
|
1549
|
+
status?: string | undefined;
|
1550
1550
|
}[];
|
1551
1551
|
}[];
|
1552
1552
|
company: {
|
@@ -1634,7 +1634,6 @@ export declare const RoomSchema: z.ZodObject<{
|
|
1634
1634
|
dateValue: Date | null;
|
1635
1635
|
uploads: {
|
1636
1636
|
id: string;
|
1637
|
-
status: string | null;
|
1638
1637
|
createdAt: Date;
|
1639
1638
|
updatedAt: Date;
|
1640
1639
|
deletedAt: Date | null;
|
@@ -1643,6 +1642,7 @@ export declare const RoomSchema: z.ZodObject<{
|
|
1643
1642
|
bucketName: string;
|
1644
1643
|
fileSize: number;
|
1645
1644
|
fileUrl: string | null;
|
1645
|
+
status?: string | undefined;
|
1646
1646
|
}[];
|
1647
1647
|
}[];
|
1648
1648
|
company: {
|
@@ -1743,7 +1743,6 @@ export declare const RoomSchema: z.ZodObject<{
|
|
1743
1743
|
dateValue: Date | null;
|
1744
1744
|
uploads: {
|
1745
1745
|
id: string;
|
1746
|
-
status: string | null;
|
1747
1746
|
createdAt: Date;
|
1748
1747
|
updatedAt: Date;
|
1749
1748
|
deletedAt: Date | null;
|
@@ -1752,6 +1751,7 @@ export declare const RoomSchema: z.ZodObject<{
|
|
1752
1751
|
bucketName: string;
|
1753
1752
|
fileSize: number;
|
1754
1753
|
fileUrl: string | null;
|
1754
|
+
status?: string | undefined;
|
1755
1755
|
}[];
|
1756
1756
|
}[];
|
1757
1757
|
company: {
|
@@ -1854,7 +1854,6 @@ export declare const RoomSchema: z.ZodObject<{
|
|
1854
1854
|
dateValue: Date | null;
|
1855
1855
|
uploads: {
|
1856
1856
|
id: string;
|
1857
|
-
status: string | null;
|
1858
1857
|
createdAt: Date;
|
1859
1858
|
updatedAt: Date;
|
1860
1859
|
deletedAt: Date | null;
|
@@ -1863,6 +1862,7 @@ export declare const RoomSchema: z.ZodObject<{
|
|
1863
1862
|
bucketName: string;
|
1864
1863
|
fileSize: number;
|
1865
1864
|
fileUrl: string | null;
|
1865
|
+
status?: string | undefined;
|
1866
1866
|
}[];
|
1867
1867
|
}[];
|
1868
1868
|
company: {
|
@@ -2404,6 +2404,9 @@ export declare const RoomSchema: z.ZodObject<{
|
|
2404
2404
|
updatedAt: z.ZodDate;
|
2405
2405
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
2406
2406
|
systemName: z.ZodString;
|
2407
|
+
/**
|
2408
|
+
* Room
|
2409
|
+
*/
|
2407
2410
|
displayName: z.ZodString;
|
2408
2411
|
description: z.ZodNullable<z.ZodString>;
|
2409
2412
|
permissions: z.ZodArray<z.ZodObject<{
|
@@ -3354,7 +3357,6 @@ export declare const RoomSchema: z.ZodObject<{
|
|
3354
3357
|
dateValue: Date | null;
|
3355
3358
|
uploads: {
|
3356
3359
|
id: string;
|
3357
|
-
status: string | null;
|
3358
3360
|
createdAt: Date;
|
3359
3361
|
updatedAt: Date;
|
3360
3362
|
deletedAt: Date | null;
|
@@ -3363,6 +3365,7 @@ export declare const RoomSchema: z.ZodObject<{
|
|
3363
3365
|
bucketName: string;
|
3364
3366
|
fileSize: number;
|
3365
3367
|
fileUrl: string | null;
|
3368
|
+
status?: string | undefined;
|
3366
3369
|
}[];
|
3367
3370
|
}[];
|
3368
3371
|
company: {
|
@@ -3721,7 +3724,6 @@ export declare const RoomSchema: z.ZodObject<{
|
|
3721
3724
|
dateValue: Date | null;
|
3722
3725
|
uploads: {
|
3723
3726
|
id: string;
|
3724
|
-
status: string | null;
|
3725
3727
|
createdAt: Date;
|
3726
3728
|
updatedAt: Date;
|
3727
3729
|
deletedAt: Date | null;
|
@@ -3730,6 +3732,7 @@ export declare const RoomSchema: z.ZodObject<{
|
|
3730
3732
|
bucketName: string;
|
3731
3733
|
fileSize: number;
|
3732
3734
|
fileUrl: string | null;
|
3735
|
+
status?: string | undefined;
|
3733
3736
|
}[];
|
3734
3737
|
}[];
|
3735
3738
|
company: {
|
@@ -3924,7 +3927,7 @@ export declare const MessageSchema: z.ZodObject<{
|
|
3924
3927
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
3925
3928
|
message: z.ZodString;
|
3926
3929
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
3927
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "
|
3930
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
3928
3931
|
readAt: z.ZodDate;
|
3929
3932
|
metadata: z.ZodAny;
|
3930
3933
|
platformId: z.ZodString;
|
@@ -4270,10 +4273,9 @@ export declare const MessageSchema: z.ZodObject<{
|
|
4270
4273
|
fileSize: z.ZodNumber;
|
4271
4274
|
fileKey: z.ZodString;
|
4272
4275
|
fileUrl: z.ZodNullable<z.ZodString>;
|
4273
|
-
status: z.
|
4276
|
+
status: z.ZodOptional<z.ZodString>;
|
4274
4277
|
}, "strip", z.ZodTypeAny, {
|
4275
4278
|
id: string;
|
4276
|
-
status: string | null;
|
4277
4279
|
createdAt: Date;
|
4278
4280
|
updatedAt: Date;
|
4279
4281
|
deletedAt: Date | null;
|
@@ -4282,9 +4284,9 @@ export declare const MessageSchema: z.ZodObject<{
|
|
4282
4284
|
bucketName: string;
|
4283
4285
|
fileSize: number;
|
4284
4286
|
fileUrl: string | null;
|
4287
|
+
status?: string | undefined;
|
4285
4288
|
}, {
|
4286
4289
|
id: string;
|
4287
|
-
status: string | null;
|
4288
4290
|
createdAt: Date;
|
4289
4291
|
updatedAt: Date;
|
4290
4292
|
deletedAt: Date | null;
|
@@ -4293,6 +4295,7 @@ export declare const MessageSchema: z.ZodObject<{
|
|
4293
4295
|
bucketName: string;
|
4294
4296
|
fileSize: number;
|
4295
4297
|
fileUrl: string | null;
|
4298
|
+
status?: string | undefined;
|
4296
4299
|
}>, "many">;
|
4297
4300
|
}, "strip", z.ZodTypeAny, {
|
4298
4301
|
id: string;
|
@@ -4319,7 +4322,6 @@ export declare const MessageSchema: z.ZodObject<{
|
|
4319
4322
|
dateValue: Date | null;
|
4320
4323
|
uploads: {
|
4321
4324
|
id: string;
|
4322
|
-
status: string | null;
|
4323
4325
|
createdAt: Date;
|
4324
4326
|
updatedAt: Date;
|
4325
4327
|
deletedAt: Date | null;
|
@@ -4328,6 +4330,7 @@ export declare const MessageSchema: z.ZodObject<{
|
|
4328
4330
|
bucketName: string;
|
4329
4331
|
fileSize: number;
|
4330
4332
|
fileUrl: string | null;
|
4333
|
+
status?: string | undefined;
|
4331
4334
|
}[];
|
4332
4335
|
}, {
|
4333
4336
|
id: string;
|
@@ -4354,7 +4357,6 @@ export declare const MessageSchema: z.ZodObject<{
|
|
4354
4357
|
dateValue: Date | null;
|
4355
4358
|
uploads: {
|
4356
4359
|
id: string;
|
4357
|
-
status: string | null;
|
4358
4360
|
createdAt: Date;
|
4359
4361
|
updatedAt: Date;
|
4360
4362
|
deletedAt: Date | null;
|
@@ -4363,6 +4365,7 @@ export declare const MessageSchema: z.ZodObject<{
|
|
4363
4365
|
bucketName: string;
|
4364
4366
|
fileSize: number;
|
4365
4367
|
fileUrl: string | null;
|
4368
|
+
status?: string | undefined;
|
4366
4369
|
}[];
|
4367
4370
|
}>, "many">;
|
4368
4371
|
contactEmails: z.ZodArray<z.ZodObject<{
|
@@ -4502,7 +4505,6 @@ export declare const MessageSchema: z.ZodObject<{
|
|
4502
4505
|
dateValue: Date | null;
|
4503
4506
|
uploads: {
|
4504
4507
|
id: string;
|
4505
|
-
status: string | null;
|
4506
4508
|
createdAt: Date;
|
4507
4509
|
updatedAt: Date;
|
4508
4510
|
deletedAt: Date | null;
|
@@ -4511,6 +4513,7 @@ export declare const MessageSchema: z.ZodObject<{
|
|
4511
4513
|
bucketName: string;
|
4512
4514
|
fileSize: number;
|
4513
4515
|
fileUrl: string | null;
|
4516
|
+
status?: string | undefined;
|
4514
4517
|
}[];
|
4515
4518
|
}[];
|
4516
4519
|
company: {
|
@@ -4598,7 +4601,6 @@ export declare const MessageSchema: z.ZodObject<{
|
|
4598
4601
|
dateValue: Date | null;
|
4599
4602
|
uploads: {
|
4600
4603
|
id: string;
|
4601
|
-
status: string | null;
|
4602
4604
|
createdAt: Date;
|
4603
4605
|
updatedAt: Date;
|
4604
4606
|
deletedAt: Date | null;
|
@@ -4607,6 +4609,7 @@ export declare const MessageSchema: z.ZodObject<{
|
|
4607
4609
|
bucketName: string;
|
4608
4610
|
fileSize: number;
|
4609
4611
|
fileUrl: string | null;
|
4612
|
+
status?: string | undefined;
|
4610
4613
|
}[];
|
4611
4614
|
}[];
|
4612
4615
|
company: {
|
@@ -4707,7 +4710,6 @@ export declare const MessageSchema: z.ZodObject<{
|
|
4707
4710
|
dateValue: Date | null;
|
4708
4711
|
uploads: {
|
4709
4712
|
id: string;
|
4710
|
-
status: string | null;
|
4711
4713
|
createdAt: Date;
|
4712
4714
|
updatedAt: Date;
|
4713
4715
|
deletedAt: Date | null;
|
@@ -4716,6 +4718,7 @@ export declare const MessageSchema: z.ZodObject<{
|
|
4716
4718
|
bucketName: string;
|
4717
4719
|
fileSize: number;
|
4718
4720
|
fileUrl: string | null;
|
4721
|
+
status?: string | undefined;
|
4719
4722
|
}[];
|
4720
4723
|
}[];
|
4721
4724
|
company: {
|
@@ -4818,7 +4821,6 @@ export declare const MessageSchema: z.ZodObject<{
|
|
4818
4821
|
dateValue: Date | null;
|
4819
4822
|
uploads: {
|
4820
4823
|
id: string;
|
4821
|
-
status: string | null;
|
4822
4824
|
createdAt: Date;
|
4823
4825
|
updatedAt: Date;
|
4824
4826
|
deletedAt: Date | null;
|
@@ -4827,6 +4829,7 @@ export declare const MessageSchema: z.ZodObject<{
|
|
4827
4829
|
bucketName: string;
|
4828
4830
|
fileSize: number;
|
4829
4831
|
fileUrl: string | null;
|
4832
|
+
status?: string | undefined;
|
4830
4833
|
}[];
|
4831
4834
|
}[];
|
4832
4835
|
company: {
|
@@ -5368,6 +5371,9 @@ export declare const MessageSchema: z.ZodObject<{
|
|
5368
5371
|
updatedAt: z.ZodDate;
|
5369
5372
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
5370
5373
|
systemName: z.ZodString;
|
5374
|
+
/**
|
5375
|
+
* Room
|
5376
|
+
*/
|
5371
5377
|
displayName: z.ZodString;
|
5372
5378
|
description: z.ZodNullable<z.ZodString>;
|
5373
5379
|
permissions: z.ZodArray<z.ZodObject<{
|
@@ -6318,7 +6324,6 @@ export declare const MessageSchema: z.ZodObject<{
|
|
6318
6324
|
dateValue: Date | null;
|
6319
6325
|
uploads: {
|
6320
6326
|
id: string;
|
6321
|
-
status: string | null;
|
6322
6327
|
createdAt: Date;
|
6323
6328
|
updatedAt: Date;
|
6324
6329
|
deletedAt: Date | null;
|
@@ -6327,6 +6332,7 @@ export declare const MessageSchema: z.ZodObject<{
|
|
6327
6332
|
bucketName: string;
|
6328
6333
|
fileSize: number;
|
6329
6334
|
fileUrl: string | null;
|
6335
|
+
status?: string | undefined;
|
6330
6336
|
}[];
|
6331
6337
|
}[];
|
6332
6338
|
company: {
|
@@ -6685,7 +6691,6 @@ export declare const MessageSchema: z.ZodObject<{
|
|
6685
6691
|
dateValue: Date | null;
|
6686
6692
|
uploads: {
|
6687
6693
|
id: string;
|
6688
|
-
status: string | null;
|
6689
6694
|
createdAt: Date;
|
6690
6695
|
updatedAt: Date;
|
6691
6696
|
deletedAt: Date | null;
|
@@ -6694,6 +6699,7 @@ export declare const MessageSchema: z.ZodObject<{
|
|
6694
6699
|
bucketName: string;
|
6695
6700
|
fileSize: number;
|
6696
6701
|
fileUrl: string | null;
|
6702
|
+
status?: string | undefined;
|
6697
6703
|
}[];
|
6698
6704
|
}[];
|
6699
6705
|
company: {
|
@@ -6888,10 +6894,9 @@ export declare const MessageSchema: z.ZodObject<{
|
|
6888
6894
|
fileSize: z.ZodNumber;
|
6889
6895
|
fileKey: z.ZodString;
|
6890
6896
|
fileUrl: z.ZodNullable<z.ZodString>;
|
6891
|
-
status: z.
|
6897
|
+
status: z.ZodOptional<z.ZodString>;
|
6892
6898
|
}, "strip", z.ZodTypeAny, {
|
6893
6899
|
id: string;
|
6894
|
-
status: string | null;
|
6895
6900
|
createdAt: Date;
|
6896
6901
|
updatedAt: Date;
|
6897
6902
|
deletedAt: Date | null;
|
@@ -6900,9 +6905,9 @@ export declare const MessageSchema: z.ZodObject<{
|
|
6900
6905
|
bucketName: string;
|
6901
6906
|
fileSize: number;
|
6902
6907
|
fileUrl: string | null;
|
6908
|
+
status?: string | undefined;
|
6903
6909
|
}, {
|
6904
6910
|
id: string;
|
6905
|
-
status: string | null;
|
6906
6911
|
createdAt: Date;
|
6907
6912
|
updatedAt: Date;
|
6908
6913
|
deletedAt: Date | null;
|
@@ -6911,6 +6916,7 @@ export declare const MessageSchema: z.ZodObject<{
|
|
6911
6916
|
bucketName: string;
|
6912
6917
|
fileSize: number;
|
6913
6918
|
fileUrl: string | null;
|
6919
|
+
status?: string | undefined;
|
6914
6920
|
}>;
|
6915
6921
|
repliedMessage: z.ZodLazy<z.ZodObject<{
|
6916
6922
|
id: z.ZodString;
|
@@ -6919,7 +6925,7 @@ export declare const MessageSchema: z.ZodObject<{
|
|
6919
6925
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
6920
6926
|
message: z.ZodString;
|
6921
6927
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
6922
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "
|
6928
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
6923
6929
|
readAt: z.ZodDate;
|
6924
6930
|
metadata: z.ZodAny;
|
6925
6931
|
platformId: z.ZodString;
|
@@ -6940,10 +6946,9 @@ export declare const MessageSchema: z.ZodObject<{
|
|
6940
6946
|
fileSize: z.ZodNumber;
|
6941
6947
|
fileKey: z.ZodString;
|
6942
6948
|
fileUrl: z.ZodNullable<z.ZodString>;
|
6943
|
-
status: z.
|
6949
|
+
status: z.ZodOptional<z.ZodString>;
|
6944
6950
|
}, "strip", z.ZodTypeAny, {
|
6945
6951
|
id: string;
|
6946
|
-
status: string | null;
|
6947
6952
|
createdAt: Date;
|
6948
6953
|
updatedAt: Date;
|
6949
6954
|
deletedAt: Date | null;
|
@@ -6952,9 +6957,9 @@ export declare const MessageSchema: z.ZodObject<{
|
|
6952
6957
|
bucketName: string;
|
6953
6958
|
fileSize: number;
|
6954
6959
|
fileUrl: string | null;
|
6960
|
+
status?: string | undefined;
|
6955
6961
|
}, {
|
6956
6962
|
id: string;
|
6957
|
-
status: string | null;
|
6958
6963
|
createdAt: Date;
|
6959
6964
|
updatedAt: Date;
|
6960
6965
|
deletedAt: Date | null;
|
@@ -6963,6 +6968,7 @@ export declare const MessageSchema: z.ZodObject<{
|
|
6963
6968
|
bucketName: string;
|
6964
6969
|
fileSize: number;
|
6965
6970
|
fileUrl: string | null;
|
6971
|
+
status?: string | undefined;
|
6966
6972
|
}>;
|
6967
6973
|
actor: z.ZodObject<{
|
6968
6974
|
id: z.ZodString;
|
@@ -7577,7 +7583,7 @@ export declare const MessageSchema: z.ZodObject<{
|
|
7577
7583
|
};
|
7578
7584
|
}>;
|
7579
7585
|
}, "strip", z.ZodTypeAny, {
|
7580
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
7586
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
7581
7587
|
message: string;
|
7582
7588
|
id: string;
|
7583
7589
|
url: string;
|
@@ -7631,7 +7637,6 @@ export declare const MessageSchema: z.ZodObject<{
|
|
7631
7637
|
};
|
7632
7638
|
upload: {
|
7633
7639
|
id: string;
|
7634
|
-
status: string | null;
|
7635
7640
|
createdAt: Date;
|
7636
7641
|
updatedAt: Date;
|
7637
7642
|
deletedAt: Date | null;
|
@@ -7640,6 +7645,7 @@ export declare const MessageSchema: z.ZodObject<{
|
|
7640
7645
|
bucketName: string;
|
7641
7646
|
fileSize: number;
|
7642
7647
|
fileUrl: string | null;
|
7648
|
+
status?: string | undefined;
|
7643
7649
|
};
|
7644
7650
|
assignee: {
|
7645
7651
|
id: string;
|
@@ -7739,7 +7745,7 @@ export declare const MessageSchema: z.ZodObject<{
|
|
7739
7745
|
metadata?: any;
|
7740
7746
|
template?: any;
|
7741
7747
|
}, {
|
7742
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
7748
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
7743
7749
|
message: string;
|
7744
7750
|
id: string;
|
7745
7751
|
url: string;
|
@@ -7793,7 +7799,6 @@ export declare const MessageSchema: z.ZodObject<{
|
|
7793
7799
|
};
|
7794
7800
|
upload: {
|
7795
7801
|
id: string;
|
7796
|
-
status: string | null;
|
7797
7802
|
createdAt: Date;
|
7798
7803
|
updatedAt: Date;
|
7799
7804
|
deletedAt: Date | null;
|
@@ -7802,6 +7807,7 @@ export declare const MessageSchema: z.ZodObject<{
|
|
7802
7807
|
bucketName: string;
|
7803
7808
|
fileSize: number;
|
7804
7809
|
fileUrl: string | null;
|
7810
|
+
status?: string | undefined;
|
7805
7811
|
};
|
7806
7812
|
assignee: {
|
7807
7813
|
id: string;
|
@@ -8539,7 +8545,7 @@ export declare const MessageSchema: z.ZodObject<{
|
|
8539
8545
|
isActive: boolean;
|
8540
8546
|
}>;
|
8541
8547
|
}, "strip", z.ZodTypeAny, {
|
8542
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
8548
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
8543
8549
|
message: string;
|
8544
8550
|
id: string;
|
8545
8551
|
url: string;
|
@@ -8593,7 +8599,6 @@ export declare const MessageSchema: z.ZodObject<{
|
|
8593
8599
|
};
|
8594
8600
|
upload: {
|
8595
8601
|
id: string;
|
8596
|
-
status: string | null;
|
8597
8602
|
createdAt: Date;
|
8598
8603
|
updatedAt: Date;
|
8599
8604
|
deletedAt: Date | null;
|
@@ -8602,6 +8607,7 @@ export declare const MessageSchema: z.ZodObject<{
|
|
8602
8607
|
bucketName: string;
|
8603
8608
|
fileSize: number;
|
8604
8609
|
fileUrl: string | null;
|
8610
|
+
status?: string | undefined;
|
8605
8611
|
};
|
8606
8612
|
assignee: {
|
8607
8613
|
id: string;
|
@@ -8823,7 +8829,6 @@ export declare const MessageSchema: z.ZodObject<{
|
|
8823
8829
|
dateValue: Date | null;
|
8824
8830
|
uploads: {
|
8825
8831
|
id: string;
|
8826
|
-
status: string | null;
|
8827
8832
|
createdAt: Date;
|
8828
8833
|
updatedAt: Date;
|
8829
8834
|
deletedAt: Date | null;
|
@@ -8832,6 +8837,7 @@ export declare const MessageSchema: z.ZodObject<{
|
|
8832
8837
|
bucketName: string;
|
8833
8838
|
fileSize: number;
|
8834
8839
|
fileUrl: string | null;
|
8840
|
+
status?: string | undefined;
|
8835
8841
|
}[];
|
8836
8842
|
}[];
|
8837
8843
|
company: {
|
@@ -9032,7 +9038,7 @@ export declare const MessageSchema: z.ZodObject<{
|
|
9032
9038
|
previewUrl: string;
|
9033
9039
|
imageSetId: string;
|
9034
9040
|
repliedMessage: {
|
9035
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
9041
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
9036
9042
|
message: string;
|
9037
9043
|
id: string;
|
9038
9044
|
url: string;
|
@@ -9086,7 +9092,6 @@ export declare const MessageSchema: z.ZodObject<{
|
|
9086
9092
|
};
|
9087
9093
|
upload: {
|
9088
9094
|
id: string;
|
9089
|
-
status: string | null;
|
9090
9095
|
createdAt: Date;
|
9091
9096
|
updatedAt: Date;
|
9092
9097
|
deletedAt: Date | null;
|
@@ -9095,6 +9100,7 @@ export declare const MessageSchema: z.ZodObject<{
|
|
9095
9100
|
bucketName: string;
|
9096
9101
|
fileSize: number;
|
9097
9102
|
fileUrl: string | null;
|
9103
|
+
status?: string | undefined;
|
9098
9104
|
};
|
9099
9105
|
assignee: {
|
9100
9106
|
id: string;
|
@@ -9241,7 +9247,7 @@ export declare const MessageSchema: z.ZodObject<{
|
|
9241
9247
|
metadata?: any;
|
9242
9248
|
template?: any;
|
9243
9249
|
}, {
|
9244
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
9250
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
9245
9251
|
message: string;
|
9246
9252
|
id: string;
|
9247
9253
|
url: string;
|
@@ -9295,7 +9301,6 @@ export declare const MessageSchema: z.ZodObject<{
|
|
9295
9301
|
};
|
9296
9302
|
upload: {
|
9297
9303
|
id: string;
|
9298
|
-
status: string | null;
|
9299
9304
|
createdAt: Date;
|
9300
9305
|
updatedAt: Date;
|
9301
9306
|
deletedAt: Date | null;
|
@@ -9304,6 +9309,7 @@ export declare const MessageSchema: z.ZodObject<{
|
|
9304
9309
|
bucketName: string;
|
9305
9310
|
fileSize: number;
|
9306
9311
|
fileUrl: string | null;
|
9312
|
+
status?: string | undefined;
|
9307
9313
|
};
|
9308
9314
|
assignee: {
|
9309
9315
|
id: string;
|
@@ -9525,7 +9531,6 @@ export declare const MessageSchema: z.ZodObject<{
|
|
9525
9531
|
dateValue: Date | null;
|
9526
9532
|
uploads: {
|
9527
9533
|
id: string;
|
9528
|
-
status: string | null;
|
9529
9534
|
createdAt: Date;
|
9530
9535
|
updatedAt: Date;
|
9531
9536
|
deletedAt: Date | null;
|
@@ -9534,6 +9539,7 @@ export declare const MessageSchema: z.ZodObject<{
|
|
9534
9539
|
bucketName: string;
|
9535
9540
|
fileSize: number;
|
9536
9541
|
fileUrl: string | null;
|
9542
|
+
status?: string | undefined;
|
9537
9543
|
}[];
|
9538
9544
|
}[];
|
9539
9545
|
company: {
|
@@ -9734,7 +9740,7 @@ export declare const MessageSchema: z.ZodObject<{
|
|
9734
9740
|
previewUrl: string;
|
9735
9741
|
imageSetId: string;
|
9736
9742
|
repliedMessage: {
|
9737
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
9743
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
9738
9744
|
message: string;
|
9739
9745
|
id: string;
|
9740
9746
|
url: string;
|
@@ -9788,7 +9794,6 @@ export declare const MessageSchema: z.ZodObject<{
|
|
9788
9794
|
};
|
9789
9795
|
upload: {
|
9790
9796
|
id: string;
|
9791
|
-
status: string | null;
|
9792
9797
|
createdAt: Date;
|
9793
9798
|
updatedAt: Date;
|
9794
9799
|
deletedAt: Date | null;
|
@@ -9797,6 +9802,7 @@ export declare const MessageSchema: z.ZodObject<{
|
|
9797
9802
|
bucketName: string;
|
9798
9803
|
fileSize: number;
|
9799
9804
|
fileUrl: string | null;
|
9805
|
+
status?: string | undefined;
|
9800
9806
|
};
|
9801
9807
|
assignee: {
|
9802
9808
|
id: string;
|
@@ -9944,7 +9950,7 @@ export declare const MessageSchema: z.ZodObject<{
|
|
9944
9950
|
template?: any;
|
9945
9951
|
}>;
|
9946
9952
|
export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
9947
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "
|
9953
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
9948
9954
|
message: z.ZodString;
|
9949
9955
|
id: z.ZodString;
|
9950
9956
|
url: z.ZodString;
|
@@ -10168,10 +10174,9 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
10168
10174
|
fileSize: z.ZodNumber;
|
10169
10175
|
fileKey: z.ZodString;
|
10170
10176
|
fileUrl: z.ZodNullable<z.ZodString>;
|
10171
|
-
status: z.
|
10177
|
+
status: z.ZodOptional<z.ZodString>;
|
10172
10178
|
}, "strip", z.ZodTypeAny, {
|
10173
10179
|
id: string;
|
10174
|
-
status: string | null;
|
10175
10180
|
createdAt: Date;
|
10176
10181
|
updatedAt: Date;
|
10177
10182
|
deletedAt: Date | null;
|
@@ -10180,9 +10185,9 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
10180
10185
|
bucketName: string;
|
10181
10186
|
fileSize: number;
|
10182
10187
|
fileUrl: string | null;
|
10188
|
+
status?: string | undefined;
|
10183
10189
|
}, {
|
10184
10190
|
id: string;
|
10185
|
-
status: string | null;
|
10186
10191
|
createdAt: Date;
|
10187
10192
|
updatedAt: Date;
|
10188
10193
|
deletedAt: Date | null;
|
@@ -10191,6 +10196,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
10191
10196
|
bucketName: string;
|
10192
10197
|
fileSize: number;
|
10193
10198
|
fileUrl: string | null;
|
10199
|
+
status?: string | undefined;
|
10194
10200
|
}>;
|
10195
10201
|
assignee: z.ZodObject<{
|
10196
10202
|
id: z.ZodString;
|
@@ -10732,10 +10738,9 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
10732
10738
|
fileSize: z.ZodNumber;
|
10733
10739
|
fileKey: z.ZodString;
|
10734
10740
|
fileUrl: z.ZodNullable<z.ZodString>;
|
10735
|
-
status: z.
|
10741
|
+
status: z.ZodOptional<z.ZodString>;
|
10736
10742
|
}, "strip", z.ZodTypeAny, {
|
10737
10743
|
id: string;
|
10738
|
-
status: string | null;
|
10739
10744
|
createdAt: Date;
|
10740
10745
|
updatedAt: Date;
|
10741
10746
|
deletedAt: Date | null;
|
@@ -10744,9 +10749,9 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
10744
10749
|
bucketName: string;
|
10745
10750
|
fileSize: number;
|
10746
10751
|
fileUrl: string | null;
|
10752
|
+
status?: string | undefined;
|
10747
10753
|
}, {
|
10748
10754
|
id: string;
|
10749
|
-
status: string | null;
|
10750
10755
|
createdAt: Date;
|
10751
10756
|
updatedAt: Date;
|
10752
10757
|
deletedAt: Date | null;
|
@@ -10755,6 +10760,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
10755
10760
|
bucketName: string;
|
10756
10761
|
fileSize: number;
|
10757
10762
|
fileUrl: string | null;
|
10763
|
+
status?: string | undefined;
|
10758
10764
|
}>, "many">;
|
10759
10765
|
}, "strip", z.ZodTypeAny, {
|
10760
10766
|
id: string;
|
@@ -10781,7 +10787,6 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
10781
10787
|
dateValue: Date | null;
|
10782
10788
|
uploads: {
|
10783
10789
|
id: string;
|
10784
|
-
status: string | null;
|
10785
10790
|
createdAt: Date;
|
10786
10791
|
updatedAt: Date;
|
10787
10792
|
deletedAt: Date | null;
|
@@ -10790,6 +10795,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
10790
10795
|
bucketName: string;
|
10791
10796
|
fileSize: number;
|
10792
10797
|
fileUrl: string | null;
|
10798
|
+
status?: string | undefined;
|
10793
10799
|
}[];
|
10794
10800
|
}, {
|
10795
10801
|
id: string;
|
@@ -10816,7 +10822,6 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
10816
10822
|
dateValue: Date | null;
|
10817
10823
|
uploads: {
|
10818
10824
|
id: string;
|
10819
|
-
status: string | null;
|
10820
10825
|
createdAt: Date;
|
10821
10826
|
updatedAt: Date;
|
10822
10827
|
deletedAt: Date | null;
|
@@ -10825,6 +10830,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
10825
10830
|
bucketName: string;
|
10826
10831
|
fileSize: number;
|
10827
10832
|
fileUrl: string | null;
|
10833
|
+
status?: string | undefined;
|
10828
10834
|
}[];
|
10829
10835
|
}>, "many">;
|
10830
10836
|
contactEmails: z.ZodArray<z.ZodObject<{
|
@@ -10964,7 +10970,6 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
10964
10970
|
dateValue: Date | null;
|
10965
10971
|
uploads: {
|
10966
10972
|
id: string;
|
10967
|
-
status: string | null;
|
10968
10973
|
createdAt: Date;
|
10969
10974
|
updatedAt: Date;
|
10970
10975
|
deletedAt: Date | null;
|
@@ -10973,6 +10978,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
10973
10978
|
bucketName: string;
|
10974
10979
|
fileSize: number;
|
10975
10980
|
fileUrl: string | null;
|
10981
|
+
status?: string | undefined;
|
10976
10982
|
}[];
|
10977
10983
|
}[];
|
10978
10984
|
company: {
|
@@ -11060,7 +11066,6 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
11060
11066
|
dateValue: Date | null;
|
11061
11067
|
uploads: {
|
11062
11068
|
id: string;
|
11063
|
-
status: string | null;
|
11064
11069
|
createdAt: Date;
|
11065
11070
|
updatedAt: Date;
|
11066
11071
|
deletedAt: Date | null;
|
@@ -11069,6 +11074,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
11069
11074
|
bucketName: string;
|
11070
11075
|
fileSize: number;
|
11071
11076
|
fileUrl: string | null;
|
11077
|
+
status?: string | undefined;
|
11072
11078
|
}[];
|
11073
11079
|
}[];
|
11074
11080
|
company: {
|
@@ -11169,7 +11175,6 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
11169
11175
|
dateValue: Date | null;
|
11170
11176
|
uploads: {
|
11171
11177
|
id: string;
|
11172
|
-
status: string | null;
|
11173
11178
|
createdAt: Date;
|
11174
11179
|
updatedAt: Date;
|
11175
11180
|
deletedAt: Date | null;
|
@@ -11178,6 +11183,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
11178
11183
|
bucketName: string;
|
11179
11184
|
fileSize: number;
|
11180
11185
|
fileUrl: string | null;
|
11186
|
+
status?: string | undefined;
|
11181
11187
|
}[];
|
11182
11188
|
}[];
|
11183
11189
|
company: {
|
@@ -11280,7 +11286,6 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
11280
11286
|
dateValue: Date | null;
|
11281
11287
|
uploads: {
|
11282
11288
|
id: string;
|
11283
|
-
status: string | null;
|
11284
11289
|
createdAt: Date;
|
11285
11290
|
updatedAt: Date;
|
11286
11291
|
deletedAt: Date | null;
|
@@ -11289,6 +11294,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
11289
11294
|
bucketName: string;
|
11290
11295
|
fileSize: number;
|
11291
11296
|
fileUrl: string | null;
|
11297
|
+
status?: string | undefined;
|
11292
11298
|
}[];
|
11293
11299
|
}[];
|
11294
11300
|
company: {
|
@@ -11830,6 +11836,9 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
11830
11836
|
updatedAt: z.ZodDate;
|
11831
11837
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
11832
11838
|
systemName: z.ZodString;
|
11839
|
+
/**
|
11840
|
+
* Room
|
11841
|
+
*/
|
11833
11842
|
displayName: z.ZodString;
|
11834
11843
|
description: z.ZodNullable<z.ZodString>;
|
11835
11844
|
permissions: z.ZodArray<z.ZodObject<{
|
@@ -12780,7 +12789,6 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
12780
12789
|
dateValue: Date | null;
|
12781
12790
|
uploads: {
|
12782
12791
|
id: string;
|
12783
|
-
status: string | null;
|
12784
12792
|
createdAt: Date;
|
12785
12793
|
updatedAt: Date;
|
12786
12794
|
deletedAt: Date | null;
|
@@ -12789,6 +12797,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
12789
12797
|
bucketName: string;
|
12790
12798
|
fileSize: number;
|
12791
12799
|
fileUrl: string | null;
|
12800
|
+
status?: string | undefined;
|
12792
12801
|
}[];
|
12793
12802
|
}[];
|
12794
12803
|
company: {
|
@@ -13147,7 +13156,6 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
13147
13156
|
dateValue: Date | null;
|
13148
13157
|
uploads: {
|
13149
13158
|
id: string;
|
13150
|
-
status: string | null;
|
13151
13159
|
createdAt: Date;
|
13152
13160
|
updatedAt: Date;
|
13153
13161
|
deletedAt: Date | null;
|
@@ -13156,6 +13164,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
13156
13164
|
bucketName: string;
|
13157
13165
|
fileSize: number;
|
13158
13166
|
fileUrl: string | null;
|
13167
|
+
status?: string | undefined;
|
13159
13168
|
}[];
|
13160
13169
|
}[];
|
13161
13170
|
company: {
|
@@ -13378,7 +13387,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
13378
13387
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
13379
13388
|
message: z.ZodString;
|
13380
13389
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
13381
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "
|
13390
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
13382
13391
|
readAt: z.ZodDate;
|
13383
13392
|
metadata: z.ZodAny;
|
13384
13393
|
platformId: z.ZodString;
|
@@ -13399,10 +13408,9 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
13399
13408
|
fileSize: z.ZodNumber;
|
13400
13409
|
fileKey: z.ZodString;
|
13401
13410
|
fileUrl: z.ZodNullable<z.ZodString>;
|
13402
|
-
status: z.
|
13411
|
+
status: z.ZodOptional<z.ZodString>;
|
13403
13412
|
}, "strip", z.ZodTypeAny, {
|
13404
13413
|
id: string;
|
13405
|
-
status: string | null;
|
13406
13414
|
createdAt: Date;
|
13407
13415
|
updatedAt: Date;
|
13408
13416
|
deletedAt: Date | null;
|
@@ -13411,9 +13419,9 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
13411
13419
|
bucketName: string;
|
13412
13420
|
fileSize: number;
|
13413
13421
|
fileUrl: string | null;
|
13422
|
+
status?: string | undefined;
|
13414
13423
|
}, {
|
13415
13424
|
id: string;
|
13416
|
-
status: string | null;
|
13417
13425
|
createdAt: Date;
|
13418
13426
|
updatedAt: Date;
|
13419
13427
|
deletedAt: Date | null;
|
@@ -13422,6 +13430,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
13422
13430
|
bucketName: string;
|
13423
13431
|
fileSize: number;
|
13424
13432
|
fileUrl: string | null;
|
13433
|
+
status?: string | undefined;
|
13425
13434
|
}>;
|
13426
13435
|
actor: z.ZodObject<{
|
13427
13436
|
id: z.ZodString;
|
@@ -14036,7 +14045,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
14036
14045
|
};
|
14037
14046
|
}>;
|
14038
14047
|
}, "strip", z.ZodTypeAny, {
|
14039
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
14048
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
14040
14049
|
message: string;
|
14041
14050
|
id: string;
|
14042
14051
|
url: string;
|
@@ -14090,7 +14099,6 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
14090
14099
|
};
|
14091
14100
|
upload: {
|
14092
14101
|
id: string;
|
14093
|
-
status: string | null;
|
14094
14102
|
createdAt: Date;
|
14095
14103
|
updatedAt: Date;
|
14096
14104
|
deletedAt: Date | null;
|
@@ -14099,6 +14107,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
14099
14107
|
bucketName: string;
|
14100
14108
|
fileSize: number;
|
14101
14109
|
fileUrl: string | null;
|
14110
|
+
status?: string | undefined;
|
14102
14111
|
};
|
14103
14112
|
assignee: {
|
14104
14113
|
id: string;
|
@@ -14198,7 +14207,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
14198
14207
|
metadata?: any;
|
14199
14208
|
template?: any;
|
14200
14209
|
}, {
|
14201
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
14210
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
14202
14211
|
message: string;
|
14203
14212
|
id: string;
|
14204
14213
|
url: string;
|
@@ -14252,7 +14261,6 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
14252
14261
|
};
|
14253
14262
|
upload: {
|
14254
14263
|
id: string;
|
14255
|
-
status: string | null;
|
14256
14264
|
createdAt: Date;
|
14257
14265
|
updatedAt: Date;
|
14258
14266
|
deletedAt: Date | null;
|
@@ -14261,6 +14269,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
14261
14269
|
bucketName: string;
|
14262
14270
|
fileSize: number;
|
14263
14271
|
fileUrl: string | null;
|
14272
|
+
status?: string | undefined;
|
14264
14273
|
};
|
14265
14274
|
assignee: {
|
14266
14275
|
id: string;
|
@@ -14572,7 +14581,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
14572
14581
|
updatedAt: z.ZodDate;
|
14573
14582
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
14574
14583
|
message: z.ZodNullable<z.ZodString>;
|
14575
|
-
type: z.ZodUnion<[z.ZodEnum<["text", "added_photos", "shared_story", "mobile_status_update"]>, z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "
|
14584
|
+
type: z.ZodUnion<[z.ZodEnum<["text", "added_photos", "shared_story", "mobile_status_update"]>, z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>]>;
|
14576
14585
|
metadata: z.ZodAny;
|
14577
14586
|
platformId: z.ZodString;
|
14578
14587
|
platformMessageId: z.ZodString;
|
@@ -14654,6 +14663,9 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
14654
14663
|
updatedAt: z.ZodDate;
|
14655
14664
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
14656
14665
|
systemName: z.ZodString;
|
14666
|
+
/**
|
14667
|
+
* Room
|
14668
|
+
*/
|
14657
14669
|
displayName: z.ZodString;
|
14658
14670
|
description: z.ZodNullable<z.ZodString>;
|
14659
14671
|
permissions: z.ZodArray<z.ZodObject<{
|
@@ -15304,10 +15316,9 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
15304
15316
|
fileSize: z.ZodNumber;
|
15305
15317
|
fileKey: z.ZodString;
|
15306
15318
|
fileUrl: z.ZodNullable<z.ZodString>;
|
15307
|
-
status: z.
|
15319
|
+
status: z.ZodOptional<z.ZodString>;
|
15308
15320
|
}, "strip", z.ZodTypeAny, {
|
15309
15321
|
id: string;
|
15310
|
-
status: string | null;
|
15311
15322
|
createdAt: Date;
|
15312
15323
|
updatedAt: Date;
|
15313
15324
|
deletedAt: Date | null;
|
@@ -15316,9 +15327,9 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
15316
15327
|
bucketName: string;
|
15317
15328
|
fileSize: number;
|
15318
15329
|
fileUrl: string | null;
|
15330
|
+
status?: string | undefined;
|
15319
15331
|
}, {
|
15320
15332
|
id: string;
|
15321
|
-
status: string | null;
|
15322
15333
|
createdAt: Date;
|
15323
15334
|
updatedAt: Date;
|
15324
15335
|
deletedAt: Date | null;
|
@@ -15327,6 +15338,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
15327
15338
|
bucketName: string;
|
15328
15339
|
fileSize: number;
|
15329
15340
|
fileUrl: string | null;
|
15341
|
+
status?: string | undefined;
|
15330
15342
|
}>, "many">;
|
15331
15343
|
}, "strip", z.ZodTypeAny, {
|
15332
15344
|
id: string;
|
@@ -15353,7 +15365,6 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
15353
15365
|
dateValue: Date | null;
|
15354
15366
|
uploads: {
|
15355
15367
|
id: string;
|
15356
|
-
status: string | null;
|
15357
15368
|
createdAt: Date;
|
15358
15369
|
updatedAt: Date;
|
15359
15370
|
deletedAt: Date | null;
|
@@ -15362,6 +15373,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
15362
15373
|
bucketName: string;
|
15363
15374
|
fileSize: number;
|
15364
15375
|
fileUrl: string | null;
|
15376
|
+
status?: string | undefined;
|
15365
15377
|
}[];
|
15366
15378
|
}, {
|
15367
15379
|
id: string;
|
@@ -15388,7 +15400,6 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
15388
15400
|
dateValue: Date | null;
|
15389
15401
|
uploads: {
|
15390
15402
|
id: string;
|
15391
|
-
status: string | null;
|
15392
15403
|
createdAt: Date;
|
15393
15404
|
updatedAt: Date;
|
15394
15405
|
deletedAt: Date | null;
|
@@ -15397,6 +15408,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
15397
15408
|
bucketName: string;
|
15398
15409
|
fileSize: number;
|
15399
15410
|
fileUrl: string | null;
|
15411
|
+
status?: string | undefined;
|
15400
15412
|
}[];
|
15401
15413
|
}>, "many">;
|
15402
15414
|
contactEmails: z.ZodArray<z.ZodObject<{
|
@@ -15536,7 +15548,6 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
15536
15548
|
dateValue: Date | null;
|
15537
15549
|
uploads: {
|
15538
15550
|
id: string;
|
15539
|
-
status: string | null;
|
15540
15551
|
createdAt: Date;
|
15541
15552
|
updatedAt: Date;
|
15542
15553
|
deletedAt: Date | null;
|
@@ -15545,6 +15556,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
15545
15556
|
bucketName: string;
|
15546
15557
|
fileSize: number;
|
15547
15558
|
fileUrl: string | null;
|
15559
|
+
status?: string | undefined;
|
15548
15560
|
}[];
|
15549
15561
|
}[];
|
15550
15562
|
company: {
|
@@ -15632,7 +15644,6 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
15632
15644
|
dateValue: Date | null;
|
15633
15645
|
uploads: {
|
15634
15646
|
id: string;
|
15635
|
-
status: string | null;
|
15636
15647
|
createdAt: Date;
|
15637
15648
|
updatedAt: Date;
|
15638
15649
|
deletedAt: Date | null;
|
@@ -15641,6 +15652,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
15641
15652
|
bucketName: string;
|
15642
15653
|
fileSize: number;
|
15643
15654
|
fileUrl: string | null;
|
15655
|
+
status?: string | undefined;
|
15644
15656
|
}[];
|
15645
15657
|
}[];
|
15646
15658
|
company: {
|
@@ -15741,7 +15753,6 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
15741
15753
|
dateValue: Date | null;
|
15742
15754
|
uploads: {
|
15743
15755
|
id: string;
|
15744
|
-
status: string | null;
|
15745
15756
|
createdAt: Date;
|
15746
15757
|
updatedAt: Date;
|
15747
15758
|
deletedAt: Date | null;
|
@@ -15750,6 +15761,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
15750
15761
|
bucketName: string;
|
15751
15762
|
fileSize: number;
|
15752
15763
|
fileUrl: string | null;
|
15764
|
+
status?: string | undefined;
|
15753
15765
|
}[];
|
15754
15766
|
}[];
|
15755
15767
|
company: {
|
@@ -15852,7 +15864,6 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
15852
15864
|
dateValue: Date | null;
|
15853
15865
|
uploads: {
|
15854
15866
|
id: string;
|
15855
|
-
status: string | null;
|
15856
15867
|
createdAt: Date;
|
15857
15868
|
updatedAt: Date;
|
15858
15869
|
deletedAt: Date | null;
|
@@ -15861,6 +15872,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
15861
15872
|
bucketName: string;
|
15862
15873
|
fileSize: number;
|
15863
15874
|
fileUrl: string | null;
|
15875
|
+
status?: string | undefined;
|
15864
15876
|
}[];
|
15865
15877
|
}[];
|
15866
15878
|
company: {
|
@@ -16126,7 +16138,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
16126
16138
|
imageURL: z.ZodString;
|
16127
16139
|
permalinkURL: z.ZodString;
|
16128
16140
|
}, "strip", z.ZodTypeAny, {
|
16129
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
16141
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
16130
16142
|
message: string | null;
|
16131
16143
|
id: string;
|
16132
16144
|
channel: {
|
@@ -16295,7 +16307,6 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
16295
16307
|
dateValue: Date | null;
|
16296
16308
|
uploads: {
|
16297
16309
|
id: string;
|
16298
|
-
status: string | null;
|
16299
16310
|
createdAt: Date;
|
16300
16311
|
updatedAt: Date;
|
16301
16312
|
deletedAt: Date | null;
|
@@ -16304,6 +16315,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
16304
16315
|
bucketName: string;
|
16305
16316
|
fileSize: number;
|
16306
16317
|
fileUrl: string | null;
|
16318
|
+
status?: string | undefined;
|
16307
16319
|
}[];
|
16308
16320
|
}[];
|
16309
16321
|
company: {
|
@@ -16370,7 +16382,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
16370
16382
|
permalinkURL: string;
|
16371
16383
|
metadata?: any;
|
16372
16384
|
}, {
|
16373
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
16385
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
16374
16386
|
message: string | null;
|
16375
16387
|
id: string;
|
16376
16388
|
channel: {
|
@@ -16539,7 +16551,6 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
16539
16551
|
dateValue: Date | null;
|
16540
16552
|
uploads: {
|
16541
16553
|
id: string;
|
16542
|
-
status: string | null;
|
16543
16554
|
createdAt: Date;
|
16544
16555
|
updatedAt: Date;
|
16545
16556
|
deletedAt: Date | null;
|
@@ -16548,6 +16559,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
16548
16559
|
bucketName: string;
|
16549
16560
|
fileSize: number;
|
16550
16561
|
fileUrl: string | null;
|
16562
|
+
status?: string | undefined;
|
16551
16563
|
}[];
|
16552
16564
|
}[];
|
16553
16565
|
company: {
|
@@ -16616,7 +16628,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
16616
16628
|
}>>;
|
16617
16629
|
replyReaction: z.ZodNullable<z.ZodString>;
|
16618
16630
|
}, "strip", z.ZodTypeAny, {
|
16619
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
16631
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
16620
16632
|
message: string;
|
16621
16633
|
id: string;
|
16622
16634
|
url: string;
|
@@ -16670,7 +16682,6 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
16670
16682
|
};
|
16671
16683
|
upload: {
|
16672
16684
|
id: string;
|
16673
|
-
status: string | null;
|
16674
16685
|
createdAt: Date;
|
16675
16686
|
updatedAt: Date;
|
16676
16687
|
deletedAt: Date | null;
|
@@ -16679,6 +16690,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
16679
16690
|
bucketName: string;
|
16680
16691
|
fileSize: number;
|
16681
16692
|
fileUrl: string | null;
|
16693
|
+
status?: string | undefined;
|
16682
16694
|
};
|
16683
16695
|
assignee: {
|
16684
16696
|
id: string;
|
@@ -16900,7 +16912,6 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
16900
16912
|
dateValue: Date | null;
|
16901
16913
|
uploads: {
|
16902
16914
|
id: string;
|
16903
|
-
status: string | null;
|
16904
16915
|
createdAt: Date;
|
16905
16916
|
updatedAt: Date;
|
16906
16917
|
deletedAt: Date | null;
|
@@ -16909,6 +16920,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
16909
16920
|
bucketName: string;
|
16910
16921
|
fileSize: number;
|
16911
16922
|
fileUrl: string | null;
|
16923
|
+
status?: string | undefined;
|
16912
16924
|
}[];
|
16913
16925
|
}[];
|
16914
16926
|
company: {
|
@@ -17109,7 +17121,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
17109
17121
|
previewUrl: string;
|
17110
17122
|
imageSetId: string;
|
17111
17123
|
repliedMessage: {
|
17112
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
17124
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
17113
17125
|
message: string;
|
17114
17126
|
id: string;
|
17115
17127
|
url: string;
|
@@ -17163,7 +17175,6 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
17163
17175
|
};
|
17164
17176
|
upload: {
|
17165
17177
|
id: string;
|
17166
|
-
status: string | null;
|
17167
17178
|
createdAt: Date;
|
17168
17179
|
updatedAt: Date;
|
17169
17180
|
deletedAt: Date | null;
|
@@ -17172,6 +17183,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
17172
17183
|
bucketName: string;
|
17173
17184
|
fileSize: number;
|
17174
17185
|
fileUrl: string | null;
|
17186
|
+
status?: string | undefined;
|
17175
17187
|
};
|
17176
17188
|
assignee: {
|
17177
17189
|
id: string;
|
@@ -17318,7 +17330,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
17318
17330
|
parentMessageId: string | null;
|
17319
17331
|
feedPostId: string | null;
|
17320
17332
|
feedPost: {
|
17321
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
17333
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
17322
17334
|
message: string | null;
|
17323
17335
|
id: string;
|
17324
17336
|
channel: {
|
@@ -17487,7 +17499,6 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
17487
17499
|
dateValue: Date | null;
|
17488
17500
|
uploads: {
|
17489
17501
|
id: string;
|
17490
|
-
status: string | null;
|
17491
17502
|
createdAt: Date;
|
17492
17503
|
updatedAt: Date;
|
17493
17504
|
deletedAt: Date | null;
|
@@ -17496,6 +17507,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
17496
17507
|
bucketName: string;
|
17497
17508
|
fileSize: number;
|
17498
17509
|
fileUrl: string | null;
|
17510
|
+
status?: string | undefined;
|
17499
17511
|
}[];
|
17500
17512
|
}[];
|
17501
17513
|
company: {
|
@@ -17566,7 +17578,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
17566
17578
|
template?: any;
|
17567
17579
|
metadata?: any;
|
17568
17580
|
}, {
|
17569
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
17581
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
17570
17582
|
message: string;
|
17571
17583
|
id: string;
|
17572
17584
|
url: string;
|
@@ -17620,7 +17632,6 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
17620
17632
|
};
|
17621
17633
|
upload: {
|
17622
17634
|
id: string;
|
17623
|
-
status: string | null;
|
17624
17635
|
createdAt: Date;
|
17625
17636
|
updatedAt: Date;
|
17626
17637
|
deletedAt: Date | null;
|
@@ -17629,6 +17640,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
17629
17640
|
bucketName: string;
|
17630
17641
|
fileSize: number;
|
17631
17642
|
fileUrl: string | null;
|
17643
|
+
status?: string | undefined;
|
17632
17644
|
};
|
17633
17645
|
assignee: {
|
17634
17646
|
id: string;
|
@@ -17850,7 +17862,6 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
17850
17862
|
dateValue: Date | null;
|
17851
17863
|
uploads: {
|
17852
17864
|
id: string;
|
17853
|
-
status: string | null;
|
17854
17865
|
createdAt: Date;
|
17855
17866
|
updatedAt: Date;
|
17856
17867
|
deletedAt: Date | null;
|
@@ -17859,6 +17870,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
17859
17870
|
bucketName: string;
|
17860
17871
|
fileSize: number;
|
17861
17872
|
fileUrl: string | null;
|
17873
|
+
status?: string | undefined;
|
17862
17874
|
}[];
|
17863
17875
|
}[];
|
17864
17876
|
company: {
|
@@ -18059,7 +18071,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
18059
18071
|
previewUrl: string;
|
18060
18072
|
imageSetId: string;
|
18061
18073
|
repliedMessage: {
|
18062
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
18074
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
18063
18075
|
message: string;
|
18064
18076
|
id: string;
|
18065
18077
|
url: string;
|
@@ -18113,7 +18125,6 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
18113
18125
|
};
|
18114
18126
|
upload: {
|
18115
18127
|
id: string;
|
18116
|
-
status: string | null;
|
18117
18128
|
createdAt: Date;
|
18118
18129
|
updatedAt: Date;
|
18119
18130
|
deletedAt: Date | null;
|
@@ -18122,6 +18133,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
18122
18133
|
bucketName: string;
|
18123
18134
|
fileSize: number;
|
18124
18135
|
fileUrl: string | null;
|
18136
|
+
status?: string | undefined;
|
18125
18137
|
};
|
18126
18138
|
assignee: {
|
18127
18139
|
id: string;
|
@@ -18268,7 +18280,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
18268
18280
|
parentMessageId: string | null;
|
18269
18281
|
feedPostId: string | null;
|
18270
18282
|
feedPost: {
|
18271
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
18283
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
18272
18284
|
message: string | null;
|
18273
18285
|
id: string;
|
18274
18286
|
channel: {
|
@@ -18437,7 +18449,6 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
18437
18449
|
dateValue: Date | null;
|
18438
18450
|
uploads: {
|
18439
18451
|
id: string;
|
18440
|
-
status: string | null;
|
18441
18452
|
createdAt: Date;
|
18442
18453
|
updatedAt: Date;
|
18443
18454
|
deletedAt: Date | null;
|
@@ -18446,6 +18457,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
18446
18457
|
bucketName: string;
|
18447
18458
|
fileSize: number;
|
18448
18459
|
fileUrl: string | null;
|
18460
|
+
status?: string | undefined;
|
18449
18461
|
}[];
|
18450
18462
|
}[];
|
18451
18463
|
company: {
|
@@ -18523,7 +18535,7 @@ export declare const RepliedMessageSchema: z.ZodObject<{
|
|
18523
18535
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
18524
18536
|
message: z.ZodString;
|
18525
18537
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
18526
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "
|
18538
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
18527
18539
|
readAt: z.ZodDate;
|
18528
18540
|
metadata: z.ZodAny;
|
18529
18541
|
platformId: z.ZodString;
|
@@ -18544,10 +18556,9 @@ export declare const RepliedMessageSchema: z.ZodObject<{
|
|
18544
18556
|
fileSize: z.ZodNumber;
|
18545
18557
|
fileKey: z.ZodString;
|
18546
18558
|
fileUrl: z.ZodNullable<z.ZodString>;
|
18547
|
-
status: z.
|
18559
|
+
status: z.ZodOptional<z.ZodString>;
|
18548
18560
|
}, "strip", z.ZodTypeAny, {
|
18549
18561
|
id: string;
|
18550
|
-
status: string | null;
|
18551
18562
|
createdAt: Date;
|
18552
18563
|
updatedAt: Date;
|
18553
18564
|
deletedAt: Date | null;
|
@@ -18556,9 +18567,9 @@ export declare const RepliedMessageSchema: z.ZodObject<{
|
|
18556
18567
|
bucketName: string;
|
18557
18568
|
fileSize: number;
|
18558
18569
|
fileUrl: string | null;
|
18570
|
+
status?: string | undefined;
|
18559
18571
|
}, {
|
18560
18572
|
id: string;
|
18561
|
-
status: string | null;
|
18562
18573
|
createdAt: Date;
|
18563
18574
|
updatedAt: Date;
|
18564
18575
|
deletedAt: Date | null;
|
@@ -18567,6 +18578,7 @@ export declare const RepliedMessageSchema: z.ZodObject<{
|
|
18567
18578
|
bucketName: string;
|
18568
18579
|
fileSize: number;
|
18569
18580
|
fileUrl: string | null;
|
18581
|
+
status?: string | undefined;
|
18570
18582
|
}>;
|
18571
18583
|
actor: z.ZodObject<{
|
18572
18584
|
id: z.ZodString;
|
@@ -19181,7 +19193,7 @@ export declare const RepliedMessageSchema: z.ZodObject<{
|
|
19181
19193
|
};
|
19182
19194
|
}>;
|
19183
19195
|
}, "strip", z.ZodTypeAny, {
|
19184
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
19196
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
19185
19197
|
message: string;
|
19186
19198
|
id: string;
|
19187
19199
|
url: string;
|
@@ -19235,7 +19247,6 @@ export declare const RepliedMessageSchema: z.ZodObject<{
|
|
19235
19247
|
};
|
19236
19248
|
upload: {
|
19237
19249
|
id: string;
|
19238
|
-
status: string | null;
|
19239
19250
|
createdAt: Date;
|
19240
19251
|
updatedAt: Date;
|
19241
19252
|
deletedAt: Date | null;
|
@@ -19244,6 +19255,7 @@ export declare const RepliedMessageSchema: z.ZodObject<{
|
|
19244
19255
|
bucketName: string;
|
19245
19256
|
fileSize: number;
|
19246
19257
|
fileUrl: string | null;
|
19258
|
+
status?: string | undefined;
|
19247
19259
|
};
|
19248
19260
|
assignee: {
|
19249
19261
|
id: string;
|
@@ -19343,7 +19355,7 @@ export declare const RepliedMessageSchema: z.ZodObject<{
|
|
19343
19355
|
metadata?: any;
|
19344
19356
|
template?: any;
|
19345
19357
|
}, {
|
19346
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
19358
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
19347
19359
|
message: string;
|
19348
19360
|
id: string;
|
19349
19361
|
url: string;
|
@@ -19397,7 +19409,6 @@ export declare const RepliedMessageSchema: z.ZodObject<{
|
|
19397
19409
|
};
|
19398
19410
|
upload: {
|
19399
19411
|
id: string;
|
19400
|
-
status: string | null;
|
19401
19412
|
createdAt: Date;
|
19402
19413
|
updatedAt: Date;
|
19403
19414
|
deletedAt: Date | null;
|
@@ -19406,6 +19417,7 @@ export declare const RepliedMessageSchema: z.ZodObject<{
|
|
19406
19417
|
bucketName: string;
|
19407
19418
|
fileSize: number;
|
19408
19419
|
fileUrl: string | null;
|
19420
|
+
status?: string | undefined;
|
19409
19421
|
};
|
19410
19422
|
assignee: {
|
19411
19423
|
id: string;
|
@@ -19519,7 +19531,7 @@ export declare const UnreadCountsByAssigneeSchema: z.ZodObject<{
|
|
19519
19531
|
totalUnreadCount: number;
|
19520
19532
|
}>;
|
19521
19533
|
export declare const MessageRelevanceSchema: z.ZodObject<{
|
19522
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "
|
19534
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
19523
19535
|
message: z.ZodString;
|
19524
19536
|
id: z.ZodString;
|
19525
19537
|
url: z.ZodString;
|
@@ -19743,10 +19755,9 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
19743
19755
|
fileSize: z.ZodNumber;
|
19744
19756
|
fileKey: z.ZodString;
|
19745
19757
|
fileUrl: z.ZodNullable<z.ZodString>;
|
19746
|
-
status: z.
|
19758
|
+
status: z.ZodOptional<z.ZodString>;
|
19747
19759
|
}, "strip", z.ZodTypeAny, {
|
19748
19760
|
id: string;
|
19749
|
-
status: string | null;
|
19750
19761
|
createdAt: Date;
|
19751
19762
|
updatedAt: Date;
|
19752
19763
|
deletedAt: Date | null;
|
@@ -19755,9 +19766,9 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
19755
19766
|
bucketName: string;
|
19756
19767
|
fileSize: number;
|
19757
19768
|
fileUrl: string | null;
|
19769
|
+
status?: string | undefined;
|
19758
19770
|
}, {
|
19759
19771
|
id: string;
|
19760
|
-
status: string | null;
|
19761
19772
|
createdAt: Date;
|
19762
19773
|
updatedAt: Date;
|
19763
19774
|
deletedAt: Date | null;
|
@@ -19766,6 +19777,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
19766
19777
|
bucketName: string;
|
19767
19778
|
fileSize: number;
|
19768
19779
|
fileUrl: string | null;
|
19780
|
+
status?: string | undefined;
|
19769
19781
|
}>;
|
19770
19782
|
assignee: z.ZodObject<{
|
19771
19783
|
id: z.ZodString;
|
@@ -20307,10 +20319,9 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
20307
20319
|
fileSize: z.ZodNumber;
|
20308
20320
|
fileKey: z.ZodString;
|
20309
20321
|
fileUrl: z.ZodNullable<z.ZodString>;
|
20310
|
-
status: z.
|
20322
|
+
status: z.ZodOptional<z.ZodString>;
|
20311
20323
|
}, "strip", z.ZodTypeAny, {
|
20312
20324
|
id: string;
|
20313
|
-
status: string | null;
|
20314
20325
|
createdAt: Date;
|
20315
20326
|
updatedAt: Date;
|
20316
20327
|
deletedAt: Date | null;
|
@@ -20319,9 +20330,9 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
20319
20330
|
bucketName: string;
|
20320
20331
|
fileSize: number;
|
20321
20332
|
fileUrl: string | null;
|
20333
|
+
status?: string | undefined;
|
20322
20334
|
}, {
|
20323
20335
|
id: string;
|
20324
|
-
status: string | null;
|
20325
20336
|
createdAt: Date;
|
20326
20337
|
updatedAt: Date;
|
20327
20338
|
deletedAt: Date | null;
|
@@ -20330,6 +20341,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
20330
20341
|
bucketName: string;
|
20331
20342
|
fileSize: number;
|
20332
20343
|
fileUrl: string | null;
|
20344
|
+
status?: string | undefined;
|
20333
20345
|
}>, "many">;
|
20334
20346
|
}, "strip", z.ZodTypeAny, {
|
20335
20347
|
id: string;
|
@@ -20356,7 +20368,6 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
20356
20368
|
dateValue: Date | null;
|
20357
20369
|
uploads: {
|
20358
20370
|
id: string;
|
20359
|
-
status: string | null;
|
20360
20371
|
createdAt: Date;
|
20361
20372
|
updatedAt: Date;
|
20362
20373
|
deletedAt: Date | null;
|
@@ -20365,6 +20376,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
20365
20376
|
bucketName: string;
|
20366
20377
|
fileSize: number;
|
20367
20378
|
fileUrl: string | null;
|
20379
|
+
status?: string | undefined;
|
20368
20380
|
}[];
|
20369
20381
|
}, {
|
20370
20382
|
id: string;
|
@@ -20391,7 +20403,6 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
20391
20403
|
dateValue: Date | null;
|
20392
20404
|
uploads: {
|
20393
20405
|
id: string;
|
20394
|
-
status: string | null;
|
20395
20406
|
createdAt: Date;
|
20396
20407
|
updatedAt: Date;
|
20397
20408
|
deletedAt: Date | null;
|
@@ -20400,6 +20411,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
20400
20411
|
bucketName: string;
|
20401
20412
|
fileSize: number;
|
20402
20413
|
fileUrl: string | null;
|
20414
|
+
status?: string | undefined;
|
20403
20415
|
}[];
|
20404
20416
|
}>, "many">;
|
20405
20417
|
contactEmails: z.ZodArray<z.ZodObject<{
|
@@ -20539,7 +20551,6 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
20539
20551
|
dateValue: Date | null;
|
20540
20552
|
uploads: {
|
20541
20553
|
id: string;
|
20542
|
-
status: string | null;
|
20543
20554
|
createdAt: Date;
|
20544
20555
|
updatedAt: Date;
|
20545
20556
|
deletedAt: Date | null;
|
@@ -20548,6 +20559,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
20548
20559
|
bucketName: string;
|
20549
20560
|
fileSize: number;
|
20550
20561
|
fileUrl: string | null;
|
20562
|
+
status?: string | undefined;
|
20551
20563
|
}[];
|
20552
20564
|
}[];
|
20553
20565
|
company: {
|
@@ -20635,7 +20647,6 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
20635
20647
|
dateValue: Date | null;
|
20636
20648
|
uploads: {
|
20637
20649
|
id: string;
|
20638
|
-
status: string | null;
|
20639
20650
|
createdAt: Date;
|
20640
20651
|
updatedAt: Date;
|
20641
20652
|
deletedAt: Date | null;
|
@@ -20644,6 +20655,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
20644
20655
|
bucketName: string;
|
20645
20656
|
fileSize: number;
|
20646
20657
|
fileUrl: string | null;
|
20658
|
+
status?: string | undefined;
|
20647
20659
|
}[];
|
20648
20660
|
}[];
|
20649
20661
|
company: {
|
@@ -20744,7 +20756,6 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
20744
20756
|
dateValue: Date | null;
|
20745
20757
|
uploads: {
|
20746
20758
|
id: string;
|
20747
|
-
status: string | null;
|
20748
20759
|
createdAt: Date;
|
20749
20760
|
updatedAt: Date;
|
20750
20761
|
deletedAt: Date | null;
|
@@ -20753,6 +20764,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
20753
20764
|
bucketName: string;
|
20754
20765
|
fileSize: number;
|
20755
20766
|
fileUrl: string | null;
|
20767
|
+
status?: string | undefined;
|
20756
20768
|
}[];
|
20757
20769
|
}[];
|
20758
20770
|
company: {
|
@@ -20855,7 +20867,6 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
20855
20867
|
dateValue: Date | null;
|
20856
20868
|
uploads: {
|
20857
20869
|
id: string;
|
20858
|
-
status: string | null;
|
20859
20870
|
createdAt: Date;
|
20860
20871
|
updatedAt: Date;
|
20861
20872
|
deletedAt: Date | null;
|
@@ -20864,6 +20875,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
20864
20875
|
bucketName: string;
|
20865
20876
|
fileSize: number;
|
20866
20877
|
fileUrl: string | null;
|
20878
|
+
status?: string | undefined;
|
20867
20879
|
}[];
|
20868
20880
|
}[];
|
20869
20881
|
company: {
|
@@ -21405,6 +21417,9 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
21405
21417
|
updatedAt: z.ZodDate;
|
21406
21418
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
21407
21419
|
systemName: z.ZodString;
|
21420
|
+
/**
|
21421
|
+
* Room
|
21422
|
+
*/
|
21408
21423
|
displayName: z.ZodString;
|
21409
21424
|
description: z.ZodNullable<z.ZodString>;
|
21410
21425
|
permissions: z.ZodArray<z.ZodObject<{
|
@@ -22355,7 +22370,6 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
22355
22370
|
dateValue: Date | null;
|
22356
22371
|
uploads: {
|
22357
22372
|
id: string;
|
22358
|
-
status: string | null;
|
22359
22373
|
createdAt: Date;
|
22360
22374
|
updatedAt: Date;
|
22361
22375
|
deletedAt: Date | null;
|
@@ -22364,6 +22378,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
22364
22378
|
bucketName: string;
|
22365
22379
|
fileSize: number;
|
22366
22380
|
fileUrl: string | null;
|
22381
|
+
status?: string | undefined;
|
22367
22382
|
}[];
|
22368
22383
|
}[];
|
22369
22384
|
company: {
|
@@ -22722,7 +22737,6 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
22722
22737
|
dateValue: Date | null;
|
22723
22738
|
uploads: {
|
22724
22739
|
id: string;
|
22725
|
-
status: string | null;
|
22726
22740
|
createdAt: Date;
|
22727
22741
|
updatedAt: Date;
|
22728
22742
|
deletedAt: Date | null;
|
@@ -22731,6 +22745,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
22731
22745
|
bucketName: string;
|
22732
22746
|
fileSize: number;
|
22733
22747
|
fileUrl: string | null;
|
22748
|
+
status?: string | undefined;
|
22734
22749
|
}[];
|
22735
22750
|
}[];
|
22736
22751
|
company: {
|
@@ -22953,7 +22968,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
22953
22968
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
22954
22969
|
message: z.ZodString;
|
22955
22970
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
22956
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "
|
22971
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
22957
22972
|
readAt: z.ZodDate;
|
22958
22973
|
metadata: z.ZodAny;
|
22959
22974
|
platformId: z.ZodString;
|
@@ -22974,10 +22989,9 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
22974
22989
|
fileSize: z.ZodNumber;
|
22975
22990
|
fileKey: z.ZodString;
|
22976
22991
|
fileUrl: z.ZodNullable<z.ZodString>;
|
22977
|
-
status: z.
|
22992
|
+
status: z.ZodOptional<z.ZodString>;
|
22978
22993
|
}, "strip", z.ZodTypeAny, {
|
22979
22994
|
id: string;
|
22980
|
-
status: string | null;
|
22981
22995
|
createdAt: Date;
|
22982
22996
|
updatedAt: Date;
|
22983
22997
|
deletedAt: Date | null;
|
@@ -22986,9 +23000,9 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
22986
23000
|
bucketName: string;
|
22987
23001
|
fileSize: number;
|
22988
23002
|
fileUrl: string | null;
|
23003
|
+
status?: string | undefined;
|
22989
23004
|
}, {
|
22990
23005
|
id: string;
|
22991
|
-
status: string | null;
|
22992
23006
|
createdAt: Date;
|
22993
23007
|
updatedAt: Date;
|
22994
23008
|
deletedAt: Date | null;
|
@@ -22997,6 +23011,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
22997
23011
|
bucketName: string;
|
22998
23012
|
fileSize: number;
|
22999
23013
|
fileUrl: string | null;
|
23014
|
+
status?: string | undefined;
|
23000
23015
|
}>;
|
23001
23016
|
actor: z.ZodObject<{
|
23002
23017
|
id: z.ZodString;
|
@@ -23611,7 +23626,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
23611
23626
|
};
|
23612
23627
|
}>;
|
23613
23628
|
}, "strip", z.ZodTypeAny, {
|
23614
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
23629
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
23615
23630
|
message: string;
|
23616
23631
|
id: string;
|
23617
23632
|
url: string;
|
@@ -23665,7 +23680,6 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
23665
23680
|
};
|
23666
23681
|
upload: {
|
23667
23682
|
id: string;
|
23668
|
-
status: string | null;
|
23669
23683
|
createdAt: Date;
|
23670
23684
|
updatedAt: Date;
|
23671
23685
|
deletedAt: Date | null;
|
@@ -23674,6 +23688,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
23674
23688
|
bucketName: string;
|
23675
23689
|
fileSize: number;
|
23676
23690
|
fileUrl: string | null;
|
23691
|
+
status?: string | undefined;
|
23677
23692
|
};
|
23678
23693
|
assignee: {
|
23679
23694
|
id: string;
|
@@ -23773,7 +23788,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
23773
23788
|
metadata?: any;
|
23774
23789
|
template?: any;
|
23775
23790
|
}, {
|
23776
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
23791
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
23777
23792
|
message: string;
|
23778
23793
|
id: string;
|
23779
23794
|
url: string;
|
@@ -23827,7 +23842,6 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
23827
23842
|
};
|
23828
23843
|
upload: {
|
23829
23844
|
id: string;
|
23830
|
-
status: string | null;
|
23831
23845
|
createdAt: Date;
|
23832
23846
|
updatedAt: Date;
|
23833
23847
|
deletedAt: Date | null;
|
@@ -23836,6 +23850,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
23836
23850
|
bucketName: string;
|
23837
23851
|
fileSize: number;
|
23838
23852
|
fileUrl: string | null;
|
23853
|
+
status?: string | undefined;
|
23839
23854
|
};
|
23840
23855
|
assignee: {
|
23841
23856
|
id: string;
|
@@ -24458,10 +24473,9 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
24458
24473
|
fileSize: z.ZodNumber;
|
24459
24474
|
fileKey: z.ZodString;
|
24460
24475
|
fileUrl: z.ZodNullable<z.ZodString>;
|
24461
|
-
status: z.
|
24476
|
+
status: z.ZodOptional<z.ZodString>;
|
24462
24477
|
}, "strip", z.ZodTypeAny, {
|
24463
24478
|
id: string;
|
24464
|
-
status: string | null;
|
24465
24479
|
createdAt: Date;
|
24466
24480
|
updatedAt: Date;
|
24467
24481
|
deletedAt: Date | null;
|
@@ -24470,9 +24484,9 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
24470
24484
|
bucketName: string;
|
24471
24485
|
fileSize: number;
|
24472
24486
|
fileUrl: string | null;
|
24487
|
+
status?: string | undefined;
|
24473
24488
|
}, {
|
24474
24489
|
id: string;
|
24475
|
-
status: string | null;
|
24476
24490
|
createdAt: Date;
|
24477
24491
|
updatedAt: Date;
|
24478
24492
|
deletedAt: Date | null;
|
@@ -24481,6 +24495,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
24481
24495
|
bucketName: string;
|
24482
24496
|
fileSize: number;
|
24483
24497
|
fileUrl: string | null;
|
24498
|
+
status?: string | undefined;
|
24484
24499
|
}>, "many">;
|
24485
24500
|
}, "strip", z.ZodTypeAny, {
|
24486
24501
|
id: string;
|
@@ -24507,7 +24522,6 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
24507
24522
|
dateValue: Date | null;
|
24508
24523
|
uploads: {
|
24509
24524
|
id: string;
|
24510
|
-
status: string | null;
|
24511
24525
|
createdAt: Date;
|
24512
24526
|
updatedAt: Date;
|
24513
24527
|
deletedAt: Date | null;
|
@@ -24516,6 +24530,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
24516
24530
|
bucketName: string;
|
24517
24531
|
fileSize: number;
|
24518
24532
|
fileUrl: string | null;
|
24533
|
+
status?: string | undefined;
|
24519
24534
|
}[];
|
24520
24535
|
}, {
|
24521
24536
|
id: string;
|
@@ -24542,7 +24557,6 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
24542
24557
|
dateValue: Date | null;
|
24543
24558
|
uploads: {
|
24544
24559
|
id: string;
|
24545
|
-
status: string | null;
|
24546
24560
|
createdAt: Date;
|
24547
24561
|
updatedAt: Date;
|
24548
24562
|
deletedAt: Date | null;
|
@@ -24551,6 +24565,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
24551
24565
|
bucketName: string;
|
24552
24566
|
fileSize: number;
|
24553
24567
|
fileUrl: string | null;
|
24568
|
+
status?: string | undefined;
|
24554
24569
|
}[];
|
24555
24570
|
}>, "many">;
|
24556
24571
|
contactEmails: z.ZodArray<z.ZodObject<{
|
@@ -24690,7 +24705,6 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
24690
24705
|
dateValue: Date | null;
|
24691
24706
|
uploads: {
|
24692
24707
|
id: string;
|
24693
|
-
status: string | null;
|
24694
24708
|
createdAt: Date;
|
24695
24709
|
updatedAt: Date;
|
24696
24710
|
deletedAt: Date | null;
|
@@ -24699,6 +24713,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
24699
24713
|
bucketName: string;
|
24700
24714
|
fileSize: number;
|
24701
24715
|
fileUrl: string | null;
|
24716
|
+
status?: string | undefined;
|
24702
24717
|
}[];
|
24703
24718
|
}[];
|
24704
24719
|
company: {
|
@@ -24786,7 +24801,6 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
24786
24801
|
dateValue: Date | null;
|
24787
24802
|
uploads: {
|
24788
24803
|
id: string;
|
24789
|
-
status: string | null;
|
24790
24804
|
createdAt: Date;
|
24791
24805
|
updatedAt: Date;
|
24792
24806
|
deletedAt: Date | null;
|
@@ -24795,6 +24809,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
24795
24809
|
bucketName: string;
|
24796
24810
|
fileSize: number;
|
24797
24811
|
fileUrl: string | null;
|
24812
|
+
status?: string | undefined;
|
24798
24813
|
}[];
|
24799
24814
|
}[];
|
24800
24815
|
company: {
|
@@ -24895,7 +24910,6 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
24895
24910
|
dateValue: Date | null;
|
24896
24911
|
uploads: {
|
24897
24912
|
id: string;
|
24898
|
-
status: string | null;
|
24899
24913
|
createdAt: Date;
|
24900
24914
|
updatedAt: Date;
|
24901
24915
|
deletedAt: Date | null;
|
@@ -24904,6 +24918,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
24904
24918
|
bucketName: string;
|
24905
24919
|
fileSize: number;
|
24906
24920
|
fileUrl: string | null;
|
24921
|
+
status?: string | undefined;
|
24907
24922
|
}[];
|
24908
24923
|
}[];
|
24909
24924
|
company: {
|
@@ -25006,7 +25021,6 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
25006
25021
|
dateValue: Date | null;
|
25007
25022
|
uploads: {
|
25008
25023
|
id: string;
|
25009
|
-
status: string | null;
|
25010
25024
|
createdAt: Date;
|
25011
25025
|
updatedAt: Date;
|
25012
25026
|
deletedAt: Date | null;
|
@@ -25015,6 +25029,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
25015
25029
|
bucketName: string;
|
25016
25030
|
fileSize: number;
|
25017
25031
|
fileUrl: string | null;
|
25032
|
+
status?: string | undefined;
|
25018
25033
|
}[];
|
25019
25034
|
}[];
|
25020
25035
|
company: {
|
@@ -25080,7 +25095,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
25080
25095
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
25081
25096
|
message: z.ZodString;
|
25082
25097
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
25083
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "
|
25098
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
25084
25099
|
readAt: z.ZodDate;
|
25085
25100
|
metadata: z.ZodAny;
|
25086
25101
|
platformId: z.ZodString;
|
@@ -25426,10 +25441,9 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
25426
25441
|
fileSize: z.ZodNumber;
|
25427
25442
|
fileKey: z.ZodString;
|
25428
25443
|
fileUrl: z.ZodNullable<z.ZodString>;
|
25429
|
-
status: z.
|
25444
|
+
status: z.ZodOptional<z.ZodString>;
|
25430
25445
|
}, "strip", z.ZodTypeAny, {
|
25431
25446
|
id: string;
|
25432
|
-
status: string | null;
|
25433
25447
|
createdAt: Date;
|
25434
25448
|
updatedAt: Date;
|
25435
25449
|
deletedAt: Date | null;
|
@@ -25438,9 +25452,9 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
25438
25452
|
bucketName: string;
|
25439
25453
|
fileSize: number;
|
25440
25454
|
fileUrl: string | null;
|
25455
|
+
status?: string | undefined;
|
25441
25456
|
}, {
|
25442
25457
|
id: string;
|
25443
|
-
status: string | null;
|
25444
25458
|
createdAt: Date;
|
25445
25459
|
updatedAt: Date;
|
25446
25460
|
deletedAt: Date | null;
|
@@ -25449,6 +25463,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
25449
25463
|
bucketName: string;
|
25450
25464
|
fileSize: number;
|
25451
25465
|
fileUrl: string | null;
|
25466
|
+
status?: string | undefined;
|
25452
25467
|
}>, "many">;
|
25453
25468
|
}, "strip", z.ZodTypeAny, {
|
25454
25469
|
id: string;
|
@@ -25475,7 +25490,6 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
25475
25490
|
dateValue: Date | null;
|
25476
25491
|
uploads: {
|
25477
25492
|
id: string;
|
25478
|
-
status: string | null;
|
25479
25493
|
createdAt: Date;
|
25480
25494
|
updatedAt: Date;
|
25481
25495
|
deletedAt: Date | null;
|
@@ -25484,6 +25498,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
25484
25498
|
bucketName: string;
|
25485
25499
|
fileSize: number;
|
25486
25500
|
fileUrl: string | null;
|
25501
|
+
status?: string | undefined;
|
25487
25502
|
}[];
|
25488
25503
|
}, {
|
25489
25504
|
id: string;
|
@@ -25510,7 +25525,6 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
25510
25525
|
dateValue: Date | null;
|
25511
25526
|
uploads: {
|
25512
25527
|
id: string;
|
25513
|
-
status: string | null;
|
25514
25528
|
createdAt: Date;
|
25515
25529
|
updatedAt: Date;
|
25516
25530
|
deletedAt: Date | null;
|
@@ -25519,6 +25533,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
25519
25533
|
bucketName: string;
|
25520
25534
|
fileSize: number;
|
25521
25535
|
fileUrl: string | null;
|
25536
|
+
status?: string | undefined;
|
25522
25537
|
}[];
|
25523
25538
|
}>, "many">;
|
25524
25539
|
contactEmails: z.ZodArray<z.ZodObject<{
|
@@ -25658,7 +25673,6 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
25658
25673
|
dateValue: Date | null;
|
25659
25674
|
uploads: {
|
25660
25675
|
id: string;
|
25661
|
-
status: string | null;
|
25662
25676
|
createdAt: Date;
|
25663
25677
|
updatedAt: Date;
|
25664
25678
|
deletedAt: Date | null;
|
@@ -25667,6 +25681,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
25667
25681
|
bucketName: string;
|
25668
25682
|
fileSize: number;
|
25669
25683
|
fileUrl: string | null;
|
25684
|
+
status?: string | undefined;
|
25670
25685
|
}[];
|
25671
25686
|
}[];
|
25672
25687
|
company: {
|
@@ -25754,7 +25769,6 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
25754
25769
|
dateValue: Date | null;
|
25755
25770
|
uploads: {
|
25756
25771
|
id: string;
|
25757
|
-
status: string | null;
|
25758
25772
|
createdAt: Date;
|
25759
25773
|
updatedAt: Date;
|
25760
25774
|
deletedAt: Date | null;
|
@@ -25763,6 +25777,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
25763
25777
|
bucketName: string;
|
25764
25778
|
fileSize: number;
|
25765
25779
|
fileUrl: string | null;
|
25780
|
+
status?: string | undefined;
|
25766
25781
|
}[];
|
25767
25782
|
}[];
|
25768
25783
|
company: {
|
@@ -25863,7 +25878,6 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
25863
25878
|
dateValue: Date | null;
|
25864
25879
|
uploads: {
|
25865
25880
|
id: string;
|
25866
|
-
status: string | null;
|
25867
25881
|
createdAt: Date;
|
25868
25882
|
updatedAt: Date;
|
25869
25883
|
deletedAt: Date | null;
|
@@ -25872,6 +25886,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
25872
25886
|
bucketName: string;
|
25873
25887
|
fileSize: number;
|
25874
25888
|
fileUrl: string | null;
|
25889
|
+
status?: string | undefined;
|
25875
25890
|
}[];
|
25876
25891
|
}[];
|
25877
25892
|
company: {
|
@@ -25974,7 +25989,6 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
25974
25989
|
dateValue: Date | null;
|
25975
25990
|
uploads: {
|
25976
25991
|
id: string;
|
25977
|
-
status: string | null;
|
25978
25992
|
createdAt: Date;
|
25979
25993
|
updatedAt: Date;
|
25980
25994
|
deletedAt: Date | null;
|
@@ -25983,6 +25997,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
25983
25997
|
bucketName: string;
|
25984
25998
|
fileSize: number;
|
25985
25999
|
fileUrl: string | null;
|
26000
|
+
status?: string | undefined;
|
25986
26001
|
}[];
|
25987
26002
|
}[];
|
25988
26003
|
company: {
|
@@ -26524,6 +26539,9 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
26524
26539
|
updatedAt: z.ZodDate;
|
26525
26540
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
26526
26541
|
systemName: z.ZodString;
|
26542
|
+
/**
|
26543
|
+
* Room
|
26544
|
+
*/
|
26527
26545
|
displayName: z.ZodString;
|
26528
26546
|
description: z.ZodNullable<z.ZodString>;
|
26529
26547
|
permissions: z.ZodArray<z.ZodObject<{
|
@@ -27474,7 +27492,6 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
27474
27492
|
dateValue: Date | null;
|
27475
27493
|
uploads: {
|
27476
27494
|
id: string;
|
27477
|
-
status: string | null;
|
27478
27495
|
createdAt: Date;
|
27479
27496
|
updatedAt: Date;
|
27480
27497
|
deletedAt: Date | null;
|
@@ -27483,6 +27500,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
27483
27500
|
bucketName: string;
|
27484
27501
|
fileSize: number;
|
27485
27502
|
fileUrl: string | null;
|
27503
|
+
status?: string | undefined;
|
27486
27504
|
}[];
|
27487
27505
|
}[];
|
27488
27506
|
company: {
|
@@ -27841,7 +27859,6 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
27841
27859
|
dateValue: Date | null;
|
27842
27860
|
uploads: {
|
27843
27861
|
id: string;
|
27844
|
-
status: string | null;
|
27845
27862
|
createdAt: Date;
|
27846
27863
|
updatedAt: Date;
|
27847
27864
|
deletedAt: Date | null;
|
@@ -27850,6 +27867,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
27850
27867
|
bucketName: string;
|
27851
27868
|
fileSize: number;
|
27852
27869
|
fileUrl: string | null;
|
27870
|
+
status?: string | undefined;
|
27853
27871
|
}[];
|
27854
27872
|
}[];
|
27855
27873
|
company: {
|
@@ -28044,10 +28062,9 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
28044
28062
|
fileSize: z.ZodNumber;
|
28045
28063
|
fileKey: z.ZodString;
|
28046
28064
|
fileUrl: z.ZodNullable<z.ZodString>;
|
28047
|
-
status: z.
|
28065
|
+
status: z.ZodOptional<z.ZodString>;
|
28048
28066
|
}, "strip", z.ZodTypeAny, {
|
28049
28067
|
id: string;
|
28050
|
-
status: string | null;
|
28051
28068
|
createdAt: Date;
|
28052
28069
|
updatedAt: Date;
|
28053
28070
|
deletedAt: Date | null;
|
@@ -28056,9 +28073,9 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
28056
28073
|
bucketName: string;
|
28057
28074
|
fileSize: number;
|
28058
28075
|
fileUrl: string | null;
|
28076
|
+
status?: string | undefined;
|
28059
28077
|
}, {
|
28060
28078
|
id: string;
|
28061
|
-
status: string | null;
|
28062
28079
|
createdAt: Date;
|
28063
28080
|
updatedAt: Date;
|
28064
28081
|
deletedAt: Date | null;
|
@@ -28067,6 +28084,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
28067
28084
|
bucketName: string;
|
28068
28085
|
fileSize: number;
|
28069
28086
|
fileUrl: string | null;
|
28087
|
+
status?: string | undefined;
|
28070
28088
|
}>;
|
28071
28089
|
repliedMessage: z.ZodLazy<z.ZodObject<{
|
28072
28090
|
id: z.ZodString;
|
@@ -28075,7 +28093,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
28075
28093
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
28076
28094
|
message: z.ZodString;
|
28077
28095
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
28078
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "
|
28096
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
28079
28097
|
readAt: z.ZodDate;
|
28080
28098
|
metadata: z.ZodAny;
|
28081
28099
|
platformId: z.ZodString;
|
@@ -28096,10 +28114,9 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
28096
28114
|
fileSize: z.ZodNumber;
|
28097
28115
|
fileKey: z.ZodString;
|
28098
28116
|
fileUrl: z.ZodNullable<z.ZodString>;
|
28099
|
-
status: z.
|
28117
|
+
status: z.ZodOptional<z.ZodString>;
|
28100
28118
|
}, "strip", z.ZodTypeAny, {
|
28101
28119
|
id: string;
|
28102
|
-
status: string | null;
|
28103
28120
|
createdAt: Date;
|
28104
28121
|
updatedAt: Date;
|
28105
28122
|
deletedAt: Date | null;
|
@@ -28108,9 +28125,9 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
28108
28125
|
bucketName: string;
|
28109
28126
|
fileSize: number;
|
28110
28127
|
fileUrl: string | null;
|
28128
|
+
status?: string | undefined;
|
28111
28129
|
}, {
|
28112
28130
|
id: string;
|
28113
|
-
status: string | null;
|
28114
28131
|
createdAt: Date;
|
28115
28132
|
updatedAt: Date;
|
28116
28133
|
deletedAt: Date | null;
|
@@ -28119,6 +28136,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
28119
28136
|
bucketName: string;
|
28120
28137
|
fileSize: number;
|
28121
28138
|
fileUrl: string | null;
|
28139
|
+
status?: string | undefined;
|
28122
28140
|
}>;
|
28123
28141
|
actor: z.ZodObject<{
|
28124
28142
|
id: z.ZodString;
|
@@ -28733,7 +28751,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
28733
28751
|
};
|
28734
28752
|
}>;
|
28735
28753
|
}, "strip", z.ZodTypeAny, {
|
28736
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
28754
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
28737
28755
|
message: string;
|
28738
28756
|
id: string;
|
28739
28757
|
url: string;
|
@@ -28787,7 +28805,6 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
28787
28805
|
};
|
28788
28806
|
upload: {
|
28789
28807
|
id: string;
|
28790
|
-
status: string | null;
|
28791
28808
|
createdAt: Date;
|
28792
28809
|
updatedAt: Date;
|
28793
28810
|
deletedAt: Date | null;
|
@@ -28796,6 +28813,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
28796
28813
|
bucketName: string;
|
28797
28814
|
fileSize: number;
|
28798
28815
|
fileUrl: string | null;
|
28816
|
+
status?: string | undefined;
|
28799
28817
|
};
|
28800
28818
|
assignee: {
|
28801
28819
|
id: string;
|
@@ -28895,7 +28913,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
28895
28913
|
metadata?: any;
|
28896
28914
|
template?: any;
|
28897
28915
|
}, {
|
28898
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
28916
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
28899
28917
|
message: string;
|
28900
28918
|
id: string;
|
28901
28919
|
url: string;
|
@@ -28949,7 +28967,6 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
28949
28967
|
};
|
28950
28968
|
upload: {
|
28951
28969
|
id: string;
|
28952
|
-
status: string | null;
|
28953
28970
|
createdAt: Date;
|
28954
28971
|
updatedAt: Date;
|
28955
28972
|
deletedAt: Date | null;
|
@@ -28958,6 +28975,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
28958
28975
|
bucketName: string;
|
28959
28976
|
fileSize: number;
|
28960
28977
|
fileUrl: string | null;
|
28978
|
+
status?: string | undefined;
|
28961
28979
|
};
|
28962
28980
|
assignee: {
|
28963
28981
|
id: string;
|
@@ -29695,7 +29713,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
29695
29713
|
isActive: boolean;
|
29696
29714
|
}>;
|
29697
29715
|
}, "strip", z.ZodTypeAny, {
|
29698
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
29716
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
29699
29717
|
message: string;
|
29700
29718
|
id: string;
|
29701
29719
|
url: string;
|
@@ -29749,7 +29767,6 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
29749
29767
|
};
|
29750
29768
|
upload: {
|
29751
29769
|
id: string;
|
29752
|
-
status: string | null;
|
29753
29770
|
createdAt: Date;
|
29754
29771
|
updatedAt: Date;
|
29755
29772
|
deletedAt: Date | null;
|
@@ -29758,6 +29775,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
29758
29775
|
bucketName: string;
|
29759
29776
|
fileSize: number;
|
29760
29777
|
fileUrl: string | null;
|
29778
|
+
status?: string | undefined;
|
29761
29779
|
};
|
29762
29780
|
assignee: {
|
29763
29781
|
id: string;
|
@@ -29979,7 +29997,6 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
29979
29997
|
dateValue: Date | null;
|
29980
29998
|
uploads: {
|
29981
29999
|
id: string;
|
29982
|
-
status: string | null;
|
29983
30000
|
createdAt: Date;
|
29984
30001
|
updatedAt: Date;
|
29985
30002
|
deletedAt: Date | null;
|
@@ -29988,6 +30005,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
29988
30005
|
bucketName: string;
|
29989
30006
|
fileSize: number;
|
29990
30007
|
fileUrl: string | null;
|
30008
|
+
status?: string | undefined;
|
29991
30009
|
}[];
|
29992
30010
|
}[];
|
29993
30011
|
company: {
|
@@ -30188,7 +30206,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
30188
30206
|
previewUrl: string;
|
30189
30207
|
imageSetId: string;
|
30190
30208
|
repliedMessage: {
|
30191
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
30209
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
30192
30210
|
message: string;
|
30193
30211
|
id: string;
|
30194
30212
|
url: string;
|
@@ -30242,7 +30260,6 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
30242
30260
|
};
|
30243
30261
|
upload: {
|
30244
30262
|
id: string;
|
30245
|
-
status: string | null;
|
30246
30263
|
createdAt: Date;
|
30247
30264
|
updatedAt: Date;
|
30248
30265
|
deletedAt: Date | null;
|
@@ -30251,6 +30268,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
30251
30268
|
bucketName: string;
|
30252
30269
|
fileSize: number;
|
30253
30270
|
fileUrl: string | null;
|
30271
|
+
status?: string | undefined;
|
30254
30272
|
};
|
30255
30273
|
assignee: {
|
30256
30274
|
id: string;
|
@@ -30397,7 +30415,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
30397
30415
|
metadata?: any;
|
30398
30416
|
template?: any;
|
30399
30417
|
}, {
|
30400
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
30418
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
30401
30419
|
message: string;
|
30402
30420
|
id: string;
|
30403
30421
|
url: string;
|
@@ -30451,7 +30469,6 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
30451
30469
|
};
|
30452
30470
|
upload: {
|
30453
30471
|
id: string;
|
30454
|
-
status: string | null;
|
30455
30472
|
createdAt: Date;
|
30456
30473
|
updatedAt: Date;
|
30457
30474
|
deletedAt: Date | null;
|
@@ -30460,6 +30477,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
30460
30477
|
bucketName: string;
|
30461
30478
|
fileSize: number;
|
30462
30479
|
fileUrl: string | null;
|
30480
|
+
status?: string | undefined;
|
30463
30481
|
};
|
30464
30482
|
assignee: {
|
30465
30483
|
id: string;
|
@@ -30681,7 +30699,6 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
30681
30699
|
dateValue: Date | null;
|
30682
30700
|
uploads: {
|
30683
30701
|
id: string;
|
30684
|
-
status: string | null;
|
30685
30702
|
createdAt: Date;
|
30686
30703
|
updatedAt: Date;
|
30687
30704
|
deletedAt: Date | null;
|
@@ -30690,6 +30707,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
30690
30707
|
bucketName: string;
|
30691
30708
|
fileSize: number;
|
30692
30709
|
fileUrl: string | null;
|
30710
|
+
status?: string | undefined;
|
30693
30711
|
}[];
|
30694
30712
|
}[];
|
30695
30713
|
company: {
|
@@ -30890,7 +30908,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
30890
30908
|
previewUrl: string;
|
30891
30909
|
imageSetId: string;
|
30892
30910
|
repliedMessage: {
|
30893
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
30911
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
30894
30912
|
message: string;
|
30895
30913
|
id: string;
|
30896
30914
|
url: string;
|
@@ -30944,7 +30962,6 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
30944
30962
|
};
|
30945
30963
|
upload: {
|
30946
30964
|
id: string;
|
30947
|
-
status: string | null;
|
30948
30965
|
createdAt: Date;
|
30949
30966
|
updatedAt: Date;
|
30950
30967
|
deletedAt: Date | null;
|
@@ -30953,6 +30970,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
30953
30970
|
bucketName: string;
|
30954
30971
|
fileSize: number;
|
30955
30972
|
fileUrl: string | null;
|
30973
|
+
status?: string | undefined;
|
30956
30974
|
};
|
30957
30975
|
assignee: {
|
30958
30976
|
id: string;
|
@@ -31100,13 +31118,13 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
31100
31118
|
template?: any;
|
31101
31119
|
}>, "many">;
|
31102
31120
|
}, "strip", z.ZodTypeAny, {
|
31103
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
31121
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
31104
31122
|
message: string;
|
31105
31123
|
id: string;
|
31106
31124
|
url: string;
|
31107
31125
|
direction: "incoming" | "outgoing" | "system";
|
31108
31126
|
children: {
|
31109
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
31127
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
31110
31128
|
message: string;
|
31111
31129
|
id: string;
|
31112
31130
|
url: string;
|
@@ -31160,7 +31178,6 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
31160
31178
|
};
|
31161
31179
|
upload: {
|
31162
31180
|
id: string;
|
31163
|
-
status: string | null;
|
31164
31181
|
createdAt: Date;
|
31165
31182
|
updatedAt: Date;
|
31166
31183
|
deletedAt: Date | null;
|
@@ -31169,6 +31186,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
31169
31186
|
bucketName: string;
|
31170
31187
|
fileSize: number;
|
31171
31188
|
fileUrl: string | null;
|
31189
|
+
status?: string | undefined;
|
31172
31190
|
};
|
31173
31191
|
assignee: {
|
31174
31192
|
id: string;
|
@@ -31390,7 +31408,6 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
31390
31408
|
dateValue: Date | null;
|
31391
31409
|
uploads: {
|
31392
31410
|
id: string;
|
31393
|
-
status: string | null;
|
31394
31411
|
createdAt: Date;
|
31395
31412
|
updatedAt: Date;
|
31396
31413
|
deletedAt: Date | null;
|
@@ -31399,6 +31416,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
31399
31416
|
bucketName: string;
|
31400
31417
|
fileSize: number;
|
31401
31418
|
fileUrl: string | null;
|
31419
|
+
status?: string | undefined;
|
31402
31420
|
}[];
|
31403
31421
|
}[];
|
31404
31422
|
company: {
|
@@ -31599,7 +31617,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
31599
31617
|
previewUrl: string;
|
31600
31618
|
imageSetId: string;
|
31601
31619
|
repliedMessage: {
|
31602
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
31620
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
31603
31621
|
message: string;
|
31604
31622
|
id: string;
|
31605
31623
|
url: string;
|
@@ -31653,7 +31671,6 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
31653
31671
|
};
|
31654
31672
|
upload: {
|
31655
31673
|
id: string;
|
31656
|
-
status: string | null;
|
31657
31674
|
createdAt: Date;
|
31658
31675
|
updatedAt: Date;
|
31659
31676
|
deletedAt: Date | null;
|
@@ -31662,6 +31679,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
31662
31679
|
bucketName: string;
|
31663
31680
|
fileSize: number;
|
31664
31681
|
fileUrl: string | null;
|
31682
|
+
status?: string | undefined;
|
31665
31683
|
};
|
31666
31684
|
assignee: {
|
31667
31685
|
id: string;
|
@@ -31857,7 +31875,6 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
31857
31875
|
};
|
31858
31876
|
upload: {
|
31859
31877
|
id: string;
|
31860
|
-
status: string | null;
|
31861
31878
|
createdAt: Date;
|
31862
31879
|
updatedAt: Date;
|
31863
31880
|
deletedAt: Date | null;
|
@@ -31866,6 +31883,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
31866
31883
|
bucketName: string;
|
31867
31884
|
fileSize: number;
|
31868
31885
|
fileUrl: string | null;
|
31886
|
+
status?: string | undefined;
|
31869
31887
|
};
|
31870
31888
|
assignee: {
|
31871
31889
|
id: string;
|
@@ -32087,7 +32105,6 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
32087
32105
|
dateValue: Date | null;
|
32088
32106
|
uploads: {
|
32089
32107
|
id: string;
|
32090
|
-
status: string | null;
|
32091
32108
|
createdAt: Date;
|
32092
32109
|
updatedAt: Date;
|
32093
32110
|
deletedAt: Date | null;
|
@@ -32096,6 +32113,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
32096
32113
|
bucketName: string;
|
32097
32114
|
fileSize: number;
|
32098
32115
|
fileUrl: string | null;
|
32116
|
+
status?: string | undefined;
|
32099
32117
|
}[];
|
32100
32118
|
}[];
|
32101
32119
|
company: {
|
@@ -32296,7 +32314,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
32296
32314
|
previewUrl: string;
|
32297
32315
|
imageSetId: string;
|
32298
32316
|
repliedMessage: {
|
32299
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
32317
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
32300
32318
|
message: string;
|
32301
32319
|
id: string;
|
32302
32320
|
url: string;
|
@@ -32350,7 +32368,6 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
32350
32368
|
};
|
32351
32369
|
upload: {
|
32352
32370
|
id: string;
|
32353
|
-
status: string | null;
|
32354
32371
|
createdAt: Date;
|
32355
32372
|
updatedAt: Date;
|
32356
32373
|
deletedAt: Date | null;
|
@@ -32359,6 +32376,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
32359
32376
|
bucketName: string;
|
32360
32377
|
fileSize: number;
|
32361
32378
|
fileUrl: string | null;
|
32379
|
+
status?: string | undefined;
|
32362
32380
|
};
|
32363
32381
|
assignee: {
|
32364
32382
|
id: string;
|
@@ -32547,7 +32565,6 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
32547
32565
|
dateValue: Date | null;
|
32548
32566
|
uploads: {
|
32549
32567
|
id: string;
|
32550
|
-
status: string | null;
|
32551
32568
|
createdAt: Date;
|
32552
32569
|
updatedAt: Date;
|
32553
32570
|
deletedAt: Date | null;
|
@@ -32556,6 +32573,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
32556
32573
|
bucketName: string;
|
32557
32574
|
fileSize: number;
|
32558
32575
|
fileUrl: string | null;
|
32576
|
+
status?: string | undefined;
|
32559
32577
|
}[];
|
32560
32578
|
}[];
|
32561
32579
|
company: {
|
@@ -32617,13 +32635,13 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
32617
32635
|
template?: any;
|
32618
32636
|
metadata?: any;
|
32619
32637
|
}, {
|
32620
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
32638
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
32621
32639
|
message: string;
|
32622
32640
|
id: string;
|
32623
32641
|
url: string;
|
32624
32642
|
direction: "incoming" | "outgoing" | "system";
|
32625
32643
|
children: {
|
32626
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
32644
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
32627
32645
|
message: string;
|
32628
32646
|
id: string;
|
32629
32647
|
url: string;
|
@@ -32677,7 +32695,6 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
32677
32695
|
};
|
32678
32696
|
upload: {
|
32679
32697
|
id: string;
|
32680
|
-
status: string | null;
|
32681
32698
|
createdAt: Date;
|
32682
32699
|
updatedAt: Date;
|
32683
32700
|
deletedAt: Date | null;
|
@@ -32686,6 +32703,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
32686
32703
|
bucketName: string;
|
32687
32704
|
fileSize: number;
|
32688
32705
|
fileUrl: string | null;
|
32706
|
+
status?: string | undefined;
|
32689
32707
|
};
|
32690
32708
|
assignee: {
|
32691
32709
|
id: string;
|
@@ -32907,7 +32925,6 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
32907
32925
|
dateValue: Date | null;
|
32908
32926
|
uploads: {
|
32909
32927
|
id: string;
|
32910
|
-
status: string | null;
|
32911
32928
|
createdAt: Date;
|
32912
32929
|
updatedAt: Date;
|
32913
32930
|
deletedAt: Date | null;
|
@@ -32916,6 +32933,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
32916
32933
|
bucketName: string;
|
32917
32934
|
fileSize: number;
|
32918
32935
|
fileUrl: string | null;
|
32936
|
+
status?: string | undefined;
|
32919
32937
|
}[];
|
32920
32938
|
}[];
|
32921
32939
|
company: {
|
@@ -33116,7 +33134,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
33116
33134
|
previewUrl: string;
|
33117
33135
|
imageSetId: string;
|
33118
33136
|
repliedMessage: {
|
33119
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
33137
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
33120
33138
|
message: string;
|
33121
33139
|
id: string;
|
33122
33140
|
url: string;
|
@@ -33170,7 +33188,6 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
33170
33188
|
};
|
33171
33189
|
upload: {
|
33172
33190
|
id: string;
|
33173
|
-
status: string | null;
|
33174
33191
|
createdAt: Date;
|
33175
33192
|
updatedAt: Date;
|
33176
33193
|
deletedAt: Date | null;
|
@@ -33179,6 +33196,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
33179
33196
|
bucketName: string;
|
33180
33197
|
fileSize: number;
|
33181
33198
|
fileUrl: string | null;
|
33199
|
+
status?: string | undefined;
|
33182
33200
|
};
|
33183
33201
|
assignee: {
|
33184
33202
|
id: string;
|
@@ -33374,7 +33392,6 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
33374
33392
|
};
|
33375
33393
|
upload: {
|
33376
33394
|
id: string;
|
33377
|
-
status: string | null;
|
33378
33395
|
createdAt: Date;
|
33379
33396
|
updatedAt: Date;
|
33380
33397
|
deletedAt: Date | null;
|
@@ -33383,6 +33400,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
33383
33400
|
bucketName: string;
|
33384
33401
|
fileSize: number;
|
33385
33402
|
fileUrl: string | null;
|
33403
|
+
status?: string | undefined;
|
33386
33404
|
};
|
33387
33405
|
assignee: {
|
33388
33406
|
id: string;
|
@@ -33604,7 +33622,6 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
33604
33622
|
dateValue: Date | null;
|
33605
33623
|
uploads: {
|
33606
33624
|
id: string;
|
33607
|
-
status: string | null;
|
33608
33625
|
createdAt: Date;
|
33609
33626
|
updatedAt: Date;
|
33610
33627
|
deletedAt: Date | null;
|
@@ -33613,6 +33630,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
33613
33630
|
bucketName: string;
|
33614
33631
|
fileSize: number;
|
33615
33632
|
fileUrl: string | null;
|
33633
|
+
status?: string | undefined;
|
33616
33634
|
}[];
|
33617
33635
|
}[];
|
33618
33636
|
company: {
|
@@ -33813,7 +33831,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
33813
33831
|
previewUrl: string;
|
33814
33832
|
imageSetId: string;
|
33815
33833
|
repliedMessage: {
|
33816
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
33834
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
33817
33835
|
message: string;
|
33818
33836
|
id: string;
|
33819
33837
|
url: string;
|
@@ -33867,7 +33885,6 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
33867
33885
|
};
|
33868
33886
|
upload: {
|
33869
33887
|
id: string;
|
33870
|
-
status: string | null;
|
33871
33888
|
createdAt: Date;
|
33872
33889
|
updatedAt: Date;
|
33873
33890
|
deletedAt: Date | null;
|
@@ -33876,6 +33893,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
33876
33893
|
bucketName: string;
|
33877
33894
|
fileSize: number;
|
33878
33895
|
fileUrl: string | null;
|
33896
|
+
status?: string | undefined;
|
33879
33897
|
};
|
33880
33898
|
assignee: {
|
33881
33899
|
id: string;
|
@@ -34064,7 +34082,6 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
34064
34082
|
dateValue: Date | null;
|
34065
34083
|
uploads: {
|
34066
34084
|
id: string;
|
34067
|
-
status: string | null;
|
34068
34085
|
createdAt: Date;
|
34069
34086
|
updatedAt: Date;
|
34070
34087
|
deletedAt: Date | null;
|
@@ -34073,6 +34090,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
34073
34090
|
bucketName: string;
|
34074
34091
|
fileSize: number;
|
34075
34092
|
fileUrl: string | null;
|
34093
|
+
status?: string | undefined;
|
34076
34094
|
}[];
|
34077
34095
|
}[];
|
34078
34096
|
company: {
|