@kl1/contracts 1.1.73-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/chat/index.d.ts +145 -145
- package/dist/api-contracts/src/chat/schema.d.ts +69 -45
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +51 -51
- package/dist/api-contracts/src/contract.d.ts +547 -218
- 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/facebook-feed/index.d.ts +43 -43
- package/dist/api-contracts/src/facebook-feed/schema.d.ts +3 -3
- 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/api-contracts/src/index.d.ts +0 -1
- package/dist/api-contracts/src/index.d.ts.map +1 -1
- package/dist/api-contracts/src/instagram/index.d.ts +33 -33
- package/dist/api-contracts/src/line/index.d.ts +38 -38
- package/dist/api-contracts/src/line/validation.d.ts +5 -5
- package/dist/api-contracts/src/messenger/index.d.ts +33 -33
- package/dist/api-contracts/src/sms/index.d.ts +5 -5
- package/dist/api-contracts/src/viber/index.d.ts +33 -33
- package/dist/api-contracts/src/webchat/index.d.ts +33 -33
- package/dist/entities/src/enums/chat.d.ts +1 -0
- package/dist/entities/src/enums/chat.d.ts.map +1 -1
- package/dist/index.js +522 -495
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +522 -495
- 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
@@ -377,7 +377,7 @@ export declare const messengerContract: {
|
|
377
377
|
id: z.ZodOptional<z.ZodString>;
|
378
378
|
message: z.ZodOptional<z.ZodString>;
|
379
379
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
380
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "
|
380
|
+
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"]>;
|
381
381
|
readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
382
382
|
metadata: z.ZodOptional<z.ZodAny>;
|
383
383
|
platformId: z.ZodOptional<z.ZodString>;
|
@@ -429,7 +429,7 @@ export declare const messengerContract: {
|
|
429
429
|
parentMessageId: z.ZodOptional<z.ZodString>;
|
430
430
|
feedPostId: z.ZodOptional<z.ZodString>;
|
431
431
|
}, "strip", z.ZodTypeAny, {
|
432
|
-
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";
|
432
|
+
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";
|
433
433
|
direction: "incoming" | "outgoing" | "system";
|
434
434
|
id?: string | undefined;
|
435
435
|
message?: string | undefined;
|
@@ -460,7 +460,7 @@ export declare const messengerContract: {
|
|
460
460
|
parentMessageId?: string | undefined;
|
461
461
|
feedPostId?: string | undefined;
|
462
462
|
}, {
|
463
|
-
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";
|
463
|
+
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";
|
464
464
|
direction: "incoming" | "outgoing" | "system";
|
465
465
|
id?: string | undefined;
|
466
466
|
message?: string | undefined;
|
@@ -493,7 +493,7 @@ export declare const messengerContract: {
|
|
493
493
|
}>;
|
494
494
|
}, "strip", z.ZodTypeAny, {
|
495
495
|
message: {
|
496
|
-
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";
|
496
|
+
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";
|
497
497
|
direction: "incoming" | "outgoing" | "system";
|
498
498
|
id?: string | undefined;
|
499
499
|
message?: string | undefined;
|
@@ -596,7 +596,7 @@ export declare const messengerContract: {
|
|
596
596
|
isBot: boolean | null;
|
597
597
|
}, {
|
598
598
|
message: {
|
599
|
-
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";
|
599
|
+
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";
|
600
600
|
direction: "incoming" | "outgoing" | "system";
|
601
601
|
id?: string | undefined;
|
602
602
|
message?: string | undefined;
|
@@ -703,7 +703,7 @@ export declare const messengerContract: {
|
|
703
703
|
200: z.ZodObject<{
|
704
704
|
requestId: z.ZodString;
|
705
705
|
data: z.ZodObject<{
|
706
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "
|
706
|
+
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"]>;
|
707
707
|
message: z.ZodString;
|
708
708
|
id: z.ZodString;
|
709
709
|
url: z.ZodString;
|
@@ -927,10 +927,9 @@ export declare const messengerContract: {
|
|
927
927
|
fileSize: z.ZodNumber;
|
928
928
|
fileKey: z.ZodString;
|
929
929
|
fileUrl: z.ZodNullable<z.ZodString>;
|
930
|
-
status: z.
|
930
|
+
status: z.ZodOptional<z.ZodString>;
|
931
931
|
}, "strip", z.ZodTypeAny, {
|
932
932
|
id: string;
|
933
|
-
status: string | null;
|
934
933
|
createdAt: Date;
|
935
934
|
updatedAt: Date;
|
936
935
|
deletedAt: Date | null;
|
@@ -939,9 +938,9 @@ export declare const messengerContract: {
|
|
939
938
|
bucketName: string;
|
940
939
|
fileSize: number;
|
941
940
|
fileUrl: string | null;
|
941
|
+
status?: string | undefined;
|
942
942
|
}, {
|
943
943
|
id: string;
|
944
|
-
status: string | null;
|
945
944
|
createdAt: Date;
|
946
945
|
updatedAt: Date;
|
947
946
|
deletedAt: Date | null;
|
@@ -950,6 +949,7 @@ export declare const messengerContract: {
|
|
950
949
|
bucketName: string;
|
951
950
|
fileSize: number;
|
952
951
|
fileUrl: string | null;
|
952
|
+
status?: string | undefined;
|
953
953
|
}>;
|
954
954
|
assignee: z.ZodObject<{
|
955
955
|
id: z.ZodString;
|
@@ -1491,10 +1491,9 @@ export declare const messengerContract: {
|
|
1491
1491
|
fileSize: z.ZodNumber;
|
1492
1492
|
fileKey: z.ZodString;
|
1493
1493
|
fileUrl: z.ZodNullable<z.ZodString>;
|
1494
|
-
status: z.
|
1494
|
+
status: z.ZodOptional<z.ZodString>;
|
1495
1495
|
}, "strip", z.ZodTypeAny, {
|
1496
1496
|
id: string;
|
1497
|
-
status: string | null;
|
1498
1497
|
createdAt: Date;
|
1499
1498
|
updatedAt: Date;
|
1500
1499
|
deletedAt: Date | null;
|
@@ -1503,9 +1502,9 @@ export declare const messengerContract: {
|
|
1503
1502
|
bucketName: string;
|
1504
1503
|
fileSize: number;
|
1505
1504
|
fileUrl: string | null;
|
1505
|
+
status?: string | undefined;
|
1506
1506
|
}, {
|
1507
1507
|
id: string;
|
1508
|
-
status: string | null;
|
1509
1508
|
createdAt: Date;
|
1510
1509
|
updatedAt: Date;
|
1511
1510
|
deletedAt: Date | null;
|
@@ -1514,6 +1513,7 @@ export declare const messengerContract: {
|
|
1514
1513
|
bucketName: string;
|
1515
1514
|
fileSize: number;
|
1516
1515
|
fileUrl: string | null;
|
1516
|
+
status?: string | undefined;
|
1517
1517
|
}>, "many">;
|
1518
1518
|
}, "strip", z.ZodTypeAny, {
|
1519
1519
|
id: string;
|
@@ -1540,7 +1540,6 @@ export declare const messengerContract: {
|
|
1540
1540
|
dateValue: Date | null;
|
1541
1541
|
uploads: {
|
1542
1542
|
id: string;
|
1543
|
-
status: string | null;
|
1544
1543
|
createdAt: Date;
|
1545
1544
|
updatedAt: Date;
|
1546
1545
|
deletedAt: Date | null;
|
@@ -1549,6 +1548,7 @@ export declare const messengerContract: {
|
|
1549
1548
|
bucketName: string;
|
1550
1549
|
fileSize: number;
|
1551
1550
|
fileUrl: string | null;
|
1551
|
+
status?: string | undefined;
|
1552
1552
|
}[];
|
1553
1553
|
}, {
|
1554
1554
|
id: string;
|
@@ -1575,7 +1575,6 @@ export declare const messengerContract: {
|
|
1575
1575
|
dateValue: Date | null;
|
1576
1576
|
uploads: {
|
1577
1577
|
id: string;
|
1578
|
-
status: string | null;
|
1579
1578
|
createdAt: Date;
|
1580
1579
|
updatedAt: Date;
|
1581
1580
|
deletedAt: Date | null;
|
@@ -1584,6 +1583,7 @@ export declare const messengerContract: {
|
|
1584
1583
|
bucketName: string;
|
1585
1584
|
fileSize: number;
|
1586
1585
|
fileUrl: string | null;
|
1586
|
+
status?: string | undefined;
|
1587
1587
|
}[];
|
1588
1588
|
}>, "many">;
|
1589
1589
|
contactEmails: z.ZodArray<z.ZodObject<{
|
@@ -1723,7 +1723,6 @@ export declare const messengerContract: {
|
|
1723
1723
|
dateValue: Date | null;
|
1724
1724
|
uploads: {
|
1725
1725
|
id: string;
|
1726
|
-
status: string | null;
|
1727
1726
|
createdAt: Date;
|
1728
1727
|
updatedAt: Date;
|
1729
1728
|
deletedAt: Date | null;
|
@@ -1732,6 +1731,7 @@ export declare const messengerContract: {
|
|
1732
1731
|
bucketName: string;
|
1733
1732
|
fileSize: number;
|
1734
1733
|
fileUrl: string | null;
|
1734
|
+
status?: string | undefined;
|
1735
1735
|
}[];
|
1736
1736
|
}[];
|
1737
1737
|
company: {
|
@@ -1819,7 +1819,6 @@ export declare const messengerContract: {
|
|
1819
1819
|
dateValue: Date | null;
|
1820
1820
|
uploads: {
|
1821
1821
|
id: string;
|
1822
|
-
status: string | null;
|
1823
1822
|
createdAt: Date;
|
1824
1823
|
updatedAt: Date;
|
1825
1824
|
deletedAt: Date | null;
|
@@ -1828,6 +1827,7 @@ export declare const messengerContract: {
|
|
1828
1827
|
bucketName: string;
|
1829
1828
|
fileSize: number;
|
1830
1829
|
fileUrl: string | null;
|
1830
|
+
status?: string | undefined;
|
1831
1831
|
}[];
|
1832
1832
|
}[];
|
1833
1833
|
company: {
|
@@ -1928,7 +1928,6 @@ export declare const messengerContract: {
|
|
1928
1928
|
dateValue: Date | null;
|
1929
1929
|
uploads: {
|
1930
1930
|
id: string;
|
1931
|
-
status: string | null;
|
1932
1931
|
createdAt: Date;
|
1933
1932
|
updatedAt: Date;
|
1934
1933
|
deletedAt: Date | null;
|
@@ -1937,6 +1936,7 @@ export declare const messengerContract: {
|
|
1937
1936
|
bucketName: string;
|
1938
1937
|
fileSize: number;
|
1939
1938
|
fileUrl: string | null;
|
1939
|
+
status?: string | undefined;
|
1940
1940
|
}[];
|
1941
1941
|
}[];
|
1942
1942
|
company: {
|
@@ -2039,7 +2039,6 @@ export declare const messengerContract: {
|
|
2039
2039
|
dateValue: Date | null;
|
2040
2040
|
uploads: {
|
2041
2041
|
id: string;
|
2042
|
-
status: string | null;
|
2043
2042
|
createdAt: Date;
|
2044
2043
|
updatedAt: Date;
|
2045
2044
|
deletedAt: Date | null;
|
@@ -2048,6 +2047,7 @@ export declare const messengerContract: {
|
|
2048
2047
|
bucketName: string;
|
2049
2048
|
fileSize: number;
|
2050
2049
|
fileUrl: string | null;
|
2050
|
+
status?: string | undefined;
|
2051
2051
|
}[];
|
2052
2052
|
}[];
|
2053
2053
|
company: {
|
@@ -3536,7 +3536,6 @@ export declare const messengerContract: {
|
|
3536
3536
|
dateValue: Date | null;
|
3537
3537
|
uploads: {
|
3538
3538
|
id: string;
|
3539
|
-
status: string | null;
|
3540
3539
|
createdAt: Date;
|
3541
3540
|
updatedAt: Date;
|
3542
3541
|
deletedAt: Date | null;
|
@@ -3545,6 +3544,7 @@ export declare const messengerContract: {
|
|
3545
3544
|
bucketName: string;
|
3546
3545
|
fileSize: number;
|
3547
3546
|
fileUrl: string | null;
|
3547
|
+
status?: string | undefined;
|
3548
3548
|
}[];
|
3549
3549
|
}[];
|
3550
3550
|
company: {
|
@@ -3903,7 +3903,6 @@ export declare const messengerContract: {
|
|
3903
3903
|
dateValue: Date | null;
|
3904
3904
|
uploads: {
|
3905
3905
|
id: string;
|
3906
|
-
status: string | null;
|
3907
3906
|
createdAt: Date;
|
3908
3907
|
updatedAt: Date;
|
3909
3908
|
deletedAt: Date | null;
|
@@ -3912,6 +3911,7 @@ export declare const messengerContract: {
|
|
3912
3911
|
bucketName: string;
|
3913
3912
|
fileSize: number;
|
3914
3913
|
fileUrl: string | null;
|
3914
|
+
status?: string | undefined;
|
3915
3915
|
}[];
|
3916
3916
|
}[];
|
3917
3917
|
company: {
|
@@ -4134,7 +4134,7 @@ export declare const messengerContract: {
|
|
4134
4134
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
4135
4135
|
message: z.ZodString;
|
4136
4136
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
4137
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "
|
4137
|
+
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"]>;
|
4138
4138
|
readAt: z.ZodDate;
|
4139
4139
|
metadata: z.ZodAny;
|
4140
4140
|
platformId: z.ZodString;
|
@@ -4155,10 +4155,9 @@ export declare const messengerContract: {
|
|
4155
4155
|
fileSize: z.ZodNumber;
|
4156
4156
|
fileKey: z.ZodString;
|
4157
4157
|
fileUrl: z.ZodNullable<z.ZodString>;
|
4158
|
-
status: z.
|
4158
|
+
status: z.ZodOptional<z.ZodString>;
|
4159
4159
|
}, "strip", z.ZodTypeAny, {
|
4160
4160
|
id: string;
|
4161
|
-
status: string | null;
|
4162
4161
|
createdAt: Date;
|
4163
4162
|
updatedAt: Date;
|
4164
4163
|
deletedAt: Date | null;
|
@@ -4167,9 +4166,9 @@ export declare const messengerContract: {
|
|
4167
4166
|
bucketName: string;
|
4168
4167
|
fileSize: number;
|
4169
4168
|
fileUrl: string | null;
|
4169
|
+
status?: string | undefined;
|
4170
4170
|
}, {
|
4171
4171
|
id: string;
|
4172
|
-
status: string | null;
|
4173
4172
|
createdAt: Date;
|
4174
4173
|
updatedAt: Date;
|
4175
4174
|
deletedAt: Date | null;
|
@@ -4178,6 +4177,7 @@ export declare const messengerContract: {
|
|
4178
4177
|
bucketName: string;
|
4179
4178
|
fileSize: number;
|
4180
4179
|
fileUrl: string | null;
|
4180
|
+
status?: string | undefined;
|
4181
4181
|
}>;
|
4182
4182
|
actor: z.ZodObject<{
|
4183
4183
|
id: z.ZodString;
|
@@ -4792,7 +4792,7 @@ export declare const messengerContract: {
|
|
4792
4792
|
};
|
4793
4793
|
}>;
|
4794
4794
|
}, "strip", z.ZodTypeAny, {
|
4795
|
-
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";
|
4795
|
+
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";
|
4796
4796
|
message: string;
|
4797
4797
|
id: string;
|
4798
4798
|
url: string;
|
@@ -4846,7 +4846,6 @@ export declare const messengerContract: {
|
|
4846
4846
|
};
|
4847
4847
|
upload: {
|
4848
4848
|
id: string;
|
4849
|
-
status: string | null;
|
4850
4849
|
createdAt: Date;
|
4851
4850
|
updatedAt: Date;
|
4852
4851
|
deletedAt: Date | null;
|
@@ -4855,6 +4854,7 @@ export declare const messengerContract: {
|
|
4855
4854
|
bucketName: string;
|
4856
4855
|
fileSize: number;
|
4857
4856
|
fileUrl: string | null;
|
4857
|
+
status?: string | undefined;
|
4858
4858
|
};
|
4859
4859
|
assignee: {
|
4860
4860
|
id: string;
|
@@ -4954,7 +4954,7 @@ export declare const messengerContract: {
|
|
4954
4954
|
metadata?: any;
|
4955
4955
|
template?: any;
|
4956
4956
|
}, {
|
4957
|
-
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";
|
4957
|
+
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";
|
4958
4958
|
message: string;
|
4959
4959
|
id: string;
|
4960
4960
|
url: string;
|
@@ -5008,7 +5008,6 @@ export declare const messengerContract: {
|
|
5008
5008
|
};
|
5009
5009
|
upload: {
|
5010
5010
|
id: string;
|
5011
|
-
status: string | null;
|
5012
5011
|
createdAt: Date;
|
5013
5012
|
updatedAt: Date;
|
5014
5013
|
deletedAt: Date | null;
|
@@ -5017,6 +5016,7 @@ export declare const messengerContract: {
|
|
5017
5016
|
bucketName: string;
|
5018
5017
|
fileSize: number;
|
5019
5018
|
fileUrl: string | null;
|
5019
|
+
status?: string | undefined;
|
5020
5020
|
};
|
5021
5021
|
assignee: {
|
5022
5022
|
id: string;
|
@@ -5327,7 +5327,7 @@ export declare const messengerContract: {
|
|
5327
5327
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
5328
5328
|
message: z.ZodString;
|
5329
5329
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
5330
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "
|
5330
|
+
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"]>;
|
5331
5331
|
readAt: z.ZodDate;
|
5332
5332
|
metadata: z.ZodAny;
|
5333
5333
|
platformId: z.ZodString;
|
@@ -5673,10 +5673,9 @@ export declare const messengerContract: {
|
|
5673
5673
|
fileSize: z.ZodNumber;
|
5674
5674
|
fileKey: z.ZodString;
|
5675
5675
|
fileUrl: z.ZodNullable<z.ZodString>;
|
5676
|
-
status: z.
|
5676
|
+
status: z.ZodOptional<z.ZodString>;
|
5677
5677
|
}, "strip", z.ZodTypeAny, {
|
5678
5678
|
id: string;
|
5679
|
-
status: string | null;
|
5680
5679
|
createdAt: Date;
|
5681
5680
|
updatedAt: Date;
|
5682
5681
|
deletedAt: Date | null;
|
@@ -5685,9 +5684,9 @@ export declare const messengerContract: {
|
|
5685
5684
|
bucketName: string;
|
5686
5685
|
fileSize: number;
|
5687
5686
|
fileUrl: string | null;
|
5687
|
+
status?: string | undefined;
|
5688
5688
|
}, {
|
5689
5689
|
id: string;
|
5690
|
-
status: string | null;
|
5691
5690
|
createdAt: Date;
|
5692
5691
|
updatedAt: Date;
|
5693
5692
|
deletedAt: Date | null;
|
@@ -5696,6 +5695,7 @@ export declare const messengerContract: {
|
|
5696
5695
|
bucketName: string;
|
5697
5696
|
fileSize: number;
|
5698
5697
|
fileUrl: string | null;
|
5698
|
+
status?: string | undefined;
|
5699
5699
|
}>, "many">;
|
5700
5700
|
}, "strip", z.ZodTypeAny, {
|
5701
5701
|
id: string;
|
@@ -5722,7 +5722,6 @@ export declare const messengerContract: {
|
|
5722
5722
|
dateValue: Date | null;
|
5723
5723
|
uploads: {
|
5724
5724
|
id: string;
|
5725
|
-
status: string | null;
|
5726
5725
|
createdAt: Date;
|
5727
5726
|
updatedAt: Date;
|
5728
5727
|
deletedAt: Date | null;
|
@@ -5731,6 +5730,7 @@ export declare const messengerContract: {
|
|
5731
5730
|
bucketName: string;
|
5732
5731
|
fileSize: number;
|
5733
5732
|
fileUrl: string | null;
|
5733
|
+
status?: string | undefined;
|
5734
5734
|
}[];
|
5735
5735
|
}, {
|
5736
5736
|
id: string;
|
@@ -5757,7 +5757,6 @@ export declare const messengerContract: {
|
|
5757
5757
|
dateValue: Date | null;
|
5758
5758
|
uploads: {
|
5759
5759
|
id: string;
|
5760
|
-
status: string | null;
|
5761
5760
|
createdAt: Date;
|
5762
5761
|
updatedAt: Date;
|
5763
5762
|
deletedAt: Date | null;
|
@@ -5766,6 +5765,7 @@ export declare const messengerContract: {
|
|
5766
5765
|
bucketName: string;
|
5767
5766
|
fileSize: number;
|
5768
5767
|
fileUrl: string | null;
|
5768
|
+
status?: string | undefined;
|
5769
5769
|
}[];
|
5770
5770
|
}>, "many">;
|
5771
5771
|
contactEmails: z.ZodArray<z.ZodObject<{
|
@@ -5905,7 +5905,6 @@ export declare const messengerContract: {
|
|
5905
5905
|
dateValue: Date | null;
|
5906
5906
|
uploads: {
|
5907
5907
|
id: string;
|
5908
|
-
status: string | null;
|
5909
5908
|
createdAt: Date;
|
5910
5909
|
updatedAt: Date;
|
5911
5910
|
deletedAt: Date | null;
|
@@ -5914,6 +5913,7 @@ export declare const messengerContract: {
|
|
5914
5913
|
bucketName: string;
|
5915
5914
|
fileSize: number;
|
5916
5915
|
fileUrl: string | null;
|
5916
|
+
status?: string | undefined;
|
5917
5917
|
}[];
|
5918
5918
|
}[];
|
5919
5919
|
company: {
|
@@ -6001,7 +6001,6 @@ export declare const messengerContract: {
|
|
6001
6001
|
dateValue: Date | null;
|
6002
6002
|
uploads: {
|
6003
6003
|
id: string;
|
6004
|
-
status: string | null;
|
6005
6004
|
createdAt: Date;
|
6006
6005
|
updatedAt: Date;
|
6007
6006
|
deletedAt: Date | null;
|
@@ -6010,6 +6009,7 @@ export declare const messengerContract: {
|
|
6010
6009
|
bucketName: string;
|
6011
6010
|
fileSize: number;
|
6012
6011
|
fileUrl: string | null;
|
6012
|
+
status?: string | undefined;
|
6013
6013
|
}[];
|
6014
6014
|
}[];
|
6015
6015
|
company: {
|
@@ -6110,7 +6110,6 @@ export declare const messengerContract: {
|
|
6110
6110
|
dateValue: Date | null;
|
6111
6111
|
uploads: {
|
6112
6112
|
id: string;
|
6113
|
-
status: string | null;
|
6114
6113
|
createdAt: Date;
|
6115
6114
|
updatedAt: Date;
|
6116
6115
|
deletedAt: Date | null;
|
@@ -6119,6 +6118,7 @@ export declare const messengerContract: {
|
|
6119
6118
|
bucketName: string;
|
6120
6119
|
fileSize: number;
|
6121
6120
|
fileUrl: string | null;
|
6121
|
+
status?: string | undefined;
|
6122
6122
|
}[];
|
6123
6123
|
}[];
|
6124
6124
|
company: {
|
@@ -6221,7 +6221,6 @@ export declare const messengerContract: {
|
|
6221
6221
|
dateValue: Date | null;
|
6222
6222
|
uploads: {
|
6223
6223
|
id: string;
|
6224
|
-
status: string | null;
|
6225
6224
|
createdAt: Date;
|
6226
6225
|
updatedAt: Date;
|
6227
6226
|
deletedAt: Date | null;
|
@@ -6230,6 +6229,7 @@ export declare const messengerContract: {
|
|
6230
6229
|
bucketName: string;
|
6231
6230
|
fileSize: number;
|
6232
6231
|
fileUrl: string | null;
|
6232
|
+
status?: string | undefined;
|
6233
6233
|
}[];
|
6234
6234
|
}[];
|
6235
6235
|
company: {
|
@@ -7718,7 +7718,6 @@ export declare const messengerContract: {
|
|
7718
7718
|
dateValue: Date | null;
|
7719
7719
|
uploads: {
|
7720
7720
|
id: string;
|
7721
|
-
status: string | null;
|
7722
7721
|
createdAt: Date;
|
7723
7722
|
updatedAt: Date;
|
7724
7723
|
deletedAt: Date | null;
|
@@ -7727,6 +7726,7 @@ export declare const messengerContract: {
|
|
7727
7726
|
bucketName: string;
|
7728
7727
|
fileSize: number;
|
7729
7728
|
fileUrl: string | null;
|
7729
|
+
status?: string | undefined;
|
7730
7730
|
}[];
|
7731
7731
|
}[];
|
7732
7732
|
company: {
|
@@ -8085,7 +8085,6 @@ export declare const messengerContract: {
|
|
8085
8085
|
dateValue: Date | null;
|
8086
8086
|
uploads: {
|
8087
8087
|
id: string;
|
8088
|
-
status: string | null;
|
8089
8088
|
createdAt: Date;
|
8090
8089
|
updatedAt: Date;
|
8091
8090
|
deletedAt: Date | null;
|
@@ -8094,6 +8093,7 @@ export declare const messengerContract: {
|
|
8094
8093
|
bucketName: string;
|
8095
8094
|
fileSize: number;
|
8096
8095
|
fileUrl: string | null;
|
8096
|
+
status?: string | undefined;
|
8097
8097
|
}[];
|
8098
8098
|
}[];
|
8099
8099
|
company: {
|
@@ -8288,10 +8288,9 @@ export declare const messengerContract: {
|
|
8288
8288
|
fileSize: z.ZodNumber;
|
8289
8289
|
fileKey: z.ZodString;
|
8290
8290
|
fileUrl: z.ZodNullable<z.ZodString>;
|
8291
|
-
status: z.
|
8291
|
+
status: z.ZodOptional<z.ZodString>;
|
8292
8292
|
}, "strip", z.ZodTypeAny, {
|
8293
8293
|
id: string;
|
8294
|
-
status: string | null;
|
8295
8294
|
createdAt: Date;
|
8296
8295
|
updatedAt: Date;
|
8297
8296
|
deletedAt: Date | null;
|
@@ -8300,9 +8299,9 @@ export declare const messengerContract: {
|
|
8300
8299
|
bucketName: string;
|
8301
8300
|
fileSize: number;
|
8302
8301
|
fileUrl: string | null;
|
8302
|
+
status?: string | undefined;
|
8303
8303
|
}, {
|
8304
8304
|
id: string;
|
8305
|
-
status: string | null;
|
8306
8305
|
createdAt: Date;
|
8307
8306
|
updatedAt: Date;
|
8308
8307
|
deletedAt: Date | null;
|
@@ -8311,6 +8310,7 @@ export declare const messengerContract: {
|
|
8311
8310
|
bucketName: string;
|
8312
8311
|
fileSize: number;
|
8313
8312
|
fileUrl: string | null;
|
8313
|
+
status?: string | undefined;
|
8314
8314
|
}>;
|
8315
8315
|
repliedMessage: z.ZodLazy<z.ZodObject<{
|
8316
8316
|
id: z.ZodString;
|
@@ -8319,7 +8319,7 @@ export declare const messengerContract: {
|
|
8319
8319
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
8320
8320
|
message: z.ZodString;
|
8321
8321
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
8322
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "
|
8322
|
+
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"]>;
|
8323
8323
|
readAt: z.ZodDate;
|
8324
8324
|
metadata: z.ZodAny;
|
8325
8325
|
platformId: z.ZodString;
|
@@ -8340,10 +8340,9 @@ export declare const messengerContract: {
|
|
8340
8340
|
fileSize: z.ZodNumber;
|
8341
8341
|
fileKey: z.ZodString;
|
8342
8342
|
fileUrl: z.ZodNullable<z.ZodString>;
|
8343
|
-
status: z.
|
8343
|
+
status: z.ZodOptional<z.ZodString>;
|
8344
8344
|
}, "strip", z.ZodTypeAny, {
|
8345
8345
|
id: string;
|
8346
|
-
status: string | null;
|
8347
8346
|
createdAt: Date;
|
8348
8347
|
updatedAt: Date;
|
8349
8348
|
deletedAt: Date | null;
|
@@ -8352,9 +8351,9 @@ export declare const messengerContract: {
|
|
8352
8351
|
bucketName: string;
|
8353
8352
|
fileSize: number;
|
8354
8353
|
fileUrl: string | null;
|
8354
|
+
status?: string | undefined;
|
8355
8355
|
}, {
|
8356
8356
|
id: string;
|
8357
|
-
status: string | null;
|
8358
8357
|
createdAt: Date;
|
8359
8358
|
updatedAt: Date;
|
8360
8359
|
deletedAt: Date | null;
|
@@ -8363,6 +8362,7 @@ export declare const messengerContract: {
|
|
8363
8362
|
bucketName: string;
|
8364
8363
|
fileSize: number;
|
8365
8364
|
fileUrl: string | null;
|
8365
|
+
status?: string | undefined;
|
8366
8366
|
}>;
|
8367
8367
|
actor: z.ZodObject<{
|
8368
8368
|
id: z.ZodString;
|
@@ -8977,7 +8977,7 @@ export declare const messengerContract: {
|
|
8977
8977
|
};
|
8978
8978
|
}>;
|
8979
8979
|
}, "strip", z.ZodTypeAny, {
|
8980
|
-
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";
|
8980
|
+
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";
|
8981
8981
|
message: string;
|
8982
8982
|
id: string;
|
8983
8983
|
url: string;
|
@@ -9031,7 +9031,6 @@ export declare const messengerContract: {
|
|
9031
9031
|
};
|
9032
9032
|
upload: {
|
9033
9033
|
id: string;
|
9034
|
-
status: string | null;
|
9035
9034
|
createdAt: Date;
|
9036
9035
|
updatedAt: Date;
|
9037
9036
|
deletedAt: Date | null;
|
@@ -9040,6 +9039,7 @@ export declare const messengerContract: {
|
|
9040
9039
|
bucketName: string;
|
9041
9040
|
fileSize: number;
|
9042
9041
|
fileUrl: string | null;
|
9042
|
+
status?: string | undefined;
|
9043
9043
|
};
|
9044
9044
|
assignee: {
|
9045
9045
|
id: string;
|
@@ -9139,7 +9139,7 @@ export declare const messengerContract: {
|
|
9139
9139
|
metadata?: any;
|
9140
9140
|
template?: any;
|
9141
9141
|
}, {
|
9142
|
-
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";
|
9142
|
+
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";
|
9143
9143
|
message: string;
|
9144
9144
|
id: string;
|
9145
9145
|
url: string;
|
@@ -9193,7 +9193,6 @@ export declare const messengerContract: {
|
|
9193
9193
|
};
|
9194
9194
|
upload: {
|
9195
9195
|
id: string;
|
9196
|
-
status: string | null;
|
9197
9196
|
createdAt: Date;
|
9198
9197
|
updatedAt: Date;
|
9199
9198
|
deletedAt: Date | null;
|
@@ -9202,6 +9201,7 @@ export declare const messengerContract: {
|
|
9202
9201
|
bucketName: string;
|
9203
9202
|
fileSize: number;
|
9204
9203
|
fileUrl: string | null;
|
9204
|
+
status?: string | undefined;
|
9205
9205
|
};
|
9206
9206
|
assignee: {
|
9207
9207
|
id: string;
|
@@ -9939,7 +9939,7 @@ export declare const messengerContract: {
|
|
9939
9939
|
isActive: boolean;
|
9940
9940
|
}>;
|
9941
9941
|
}, "strip", z.ZodTypeAny, {
|
9942
|
-
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";
|
9942
|
+
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";
|
9943
9943
|
message: string;
|
9944
9944
|
id: string;
|
9945
9945
|
url: string;
|
@@ -9993,7 +9993,6 @@ export declare const messengerContract: {
|
|
9993
9993
|
};
|
9994
9994
|
upload: {
|
9995
9995
|
id: string;
|
9996
|
-
status: string | null;
|
9997
9996
|
createdAt: Date;
|
9998
9997
|
updatedAt: Date;
|
9999
9998
|
deletedAt: Date | null;
|
@@ -10002,6 +10001,7 @@ export declare const messengerContract: {
|
|
10002
10001
|
bucketName: string;
|
10003
10002
|
fileSize: number;
|
10004
10003
|
fileUrl: string | null;
|
10004
|
+
status?: string | undefined;
|
10005
10005
|
};
|
10006
10006
|
assignee: {
|
10007
10007
|
id: string;
|
@@ -10223,7 +10223,6 @@ export declare const messengerContract: {
|
|
10223
10223
|
dateValue: Date | null;
|
10224
10224
|
uploads: {
|
10225
10225
|
id: string;
|
10226
|
-
status: string | null;
|
10227
10226
|
createdAt: Date;
|
10228
10227
|
updatedAt: Date;
|
10229
10228
|
deletedAt: Date | null;
|
@@ -10232,6 +10231,7 @@ export declare const messengerContract: {
|
|
10232
10231
|
bucketName: string;
|
10233
10232
|
fileSize: number;
|
10234
10233
|
fileUrl: string | null;
|
10234
|
+
status?: string | undefined;
|
10235
10235
|
}[];
|
10236
10236
|
}[];
|
10237
10237
|
company: {
|
@@ -10432,7 +10432,7 @@ export declare const messengerContract: {
|
|
10432
10432
|
previewUrl: string;
|
10433
10433
|
imageSetId: string;
|
10434
10434
|
repliedMessage: {
|
10435
|
-
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";
|
10435
|
+
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";
|
10436
10436
|
message: string;
|
10437
10437
|
id: string;
|
10438
10438
|
url: string;
|
@@ -10486,7 +10486,6 @@ export declare const messengerContract: {
|
|
10486
10486
|
};
|
10487
10487
|
upload: {
|
10488
10488
|
id: string;
|
10489
|
-
status: string | null;
|
10490
10489
|
createdAt: Date;
|
10491
10490
|
updatedAt: Date;
|
10492
10491
|
deletedAt: Date | null;
|
@@ -10495,6 +10494,7 @@ export declare const messengerContract: {
|
|
10495
10494
|
bucketName: string;
|
10496
10495
|
fileSize: number;
|
10497
10496
|
fileUrl: string | null;
|
10497
|
+
status?: string | undefined;
|
10498
10498
|
};
|
10499
10499
|
assignee: {
|
10500
10500
|
id: string;
|
@@ -10641,7 +10641,7 @@ export declare const messengerContract: {
|
|
10641
10641
|
metadata?: any;
|
10642
10642
|
template?: any;
|
10643
10643
|
}, {
|
10644
|
-
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";
|
10644
|
+
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";
|
10645
10645
|
message: string;
|
10646
10646
|
id: string;
|
10647
10647
|
url: string;
|
@@ -10695,7 +10695,6 @@ export declare const messengerContract: {
|
|
10695
10695
|
};
|
10696
10696
|
upload: {
|
10697
10697
|
id: string;
|
10698
|
-
status: string | null;
|
10699
10698
|
createdAt: Date;
|
10700
10699
|
updatedAt: Date;
|
10701
10700
|
deletedAt: Date | null;
|
@@ -10704,6 +10703,7 @@ export declare const messengerContract: {
|
|
10704
10703
|
bucketName: string;
|
10705
10704
|
fileSize: number;
|
10706
10705
|
fileUrl: string | null;
|
10706
|
+
status?: string | undefined;
|
10707
10707
|
};
|
10708
10708
|
assignee: {
|
10709
10709
|
id: string;
|
@@ -10925,7 +10925,6 @@ export declare const messengerContract: {
|
|
10925
10925
|
dateValue: Date | null;
|
10926
10926
|
uploads: {
|
10927
10927
|
id: string;
|
10928
|
-
status: string | null;
|
10929
10928
|
createdAt: Date;
|
10930
10929
|
updatedAt: Date;
|
10931
10930
|
deletedAt: Date | null;
|
@@ -10934,6 +10933,7 @@ export declare const messengerContract: {
|
|
10934
10933
|
bucketName: string;
|
10935
10934
|
fileSize: number;
|
10936
10935
|
fileUrl: string | null;
|
10936
|
+
status?: string | undefined;
|
10937
10937
|
}[];
|
10938
10938
|
}[];
|
10939
10939
|
company: {
|
@@ -11134,7 +11134,7 @@ export declare const messengerContract: {
|
|
11134
11134
|
previewUrl: string;
|
11135
11135
|
imageSetId: string;
|
11136
11136
|
repliedMessage: {
|
11137
|
-
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";
|
11137
|
+
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";
|
11138
11138
|
message: string;
|
11139
11139
|
id: string;
|
11140
11140
|
url: string;
|
@@ -11188,7 +11188,6 @@ export declare const messengerContract: {
|
|
11188
11188
|
};
|
11189
11189
|
upload: {
|
11190
11190
|
id: string;
|
11191
|
-
status: string | null;
|
11192
11191
|
createdAt: Date;
|
11193
11192
|
updatedAt: Date;
|
11194
11193
|
deletedAt: Date | null;
|
@@ -11197,6 +11196,7 @@ export declare const messengerContract: {
|
|
11197
11196
|
bucketName: string;
|
11198
11197
|
fileSize: number;
|
11199
11198
|
fileUrl: string | null;
|
11199
|
+
status?: string | undefined;
|
11200
11200
|
};
|
11201
11201
|
assignee: {
|
11202
11202
|
id: string;
|
@@ -11344,7 +11344,7 @@ export declare const messengerContract: {
|
|
11344
11344
|
template?: any;
|
11345
11345
|
}>>>;
|
11346
11346
|
}, "strip", z.ZodTypeAny, {
|
11347
|
-
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";
|
11347
|
+
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";
|
11348
11348
|
message: string;
|
11349
11349
|
id: string;
|
11350
11350
|
url: string;
|
@@ -11398,7 +11398,6 @@ export declare const messengerContract: {
|
|
11398
11398
|
};
|
11399
11399
|
upload: {
|
11400
11400
|
id: string;
|
11401
|
-
status: string | null;
|
11402
11401
|
createdAt: Date;
|
11403
11402
|
updatedAt: Date;
|
11404
11403
|
deletedAt: Date | null;
|
@@ -11407,6 +11406,7 @@ export declare const messengerContract: {
|
|
11407
11406
|
bucketName: string;
|
11408
11407
|
fileSize: number;
|
11409
11408
|
fileUrl: string | null;
|
11409
|
+
status?: string | undefined;
|
11410
11410
|
};
|
11411
11411
|
assignee: {
|
11412
11412
|
id: string;
|
@@ -11628,7 +11628,6 @@ export declare const messengerContract: {
|
|
11628
11628
|
dateValue: Date | null;
|
11629
11629
|
uploads: {
|
11630
11630
|
id: string;
|
11631
|
-
status: string | null;
|
11632
11631
|
createdAt: Date;
|
11633
11632
|
updatedAt: Date;
|
11634
11633
|
deletedAt: Date | null;
|
@@ -11637,6 +11636,7 @@ export declare const messengerContract: {
|
|
11637
11636
|
bucketName: string;
|
11638
11637
|
fileSize: number;
|
11639
11638
|
fileUrl: string | null;
|
11639
|
+
status?: string | undefined;
|
11640
11640
|
}[];
|
11641
11641
|
}[];
|
11642
11642
|
company: {
|
@@ -11837,7 +11837,7 @@ export declare const messengerContract: {
|
|
11837
11837
|
previewUrl: string;
|
11838
11838
|
imageSetId: string;
|
11839
11839
|
repliedMessage: {
|
11840
|
-
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";
|
11840
|
+
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";
|
11841
11841
|
message: string;
|
11842
11842
|
id: string;
|
11843
11843
|
url: string;
|
@@ -11891,7 +11891,6 @@ export declare const messengerContract: {
|
|
11891
11891
|
};
|
11892
11892
|
upload: {
|
11893
11893
|
id: string;
|
11894
|
-
status: string | null;
|
11895
11894
|
createdAt: Date;
|
11896
11895
|
updatedAt: Date;
|
11897
11896
|
deletedAt: Date | null;
|
@@ -11900,6 +11899,7 @@ export declare const messengerContract: {
|
|
11900
11899
|
bucketName: string;
|
11901
11900
|
fileSize: number;
|
11902
11901
|
fileUrl: string | null;
|
11902
|
+
status?: string | undefined;
|
11903
11903
|
};
|
11904
11904
|
assignee: {
|
11905
11905
|
id: string;
|
@@ -12046,7 +12046,7 @@ export declare const messengerContract: {
|
|
12046
12046
|
template?: any;
|
12047
12047
|
metadata?: any;
|
12048
12048
|
fromMessage?: {
|
12049
|
-
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";
|
12049
|
+
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";
|
12050
12050
|
message: string;
|
12051
12051
|
id: string;
|
12052
12052
|
url: string;
|
@@ -12100,7 +12100,6 @@ export declare const messengerContract: {
|
|
12100
12100
|
};
|
12101
12101
|
upload: {
|
12102
12102
|
id: string;
|
12103
|
-
status: string | null;
|
12104
12103
|
createdAt: Date;
|
12105
12104
|
updatedAt: Date;
|
12106
12105
|
deletedAt: Date | null;
|
@@ -12109,6 +12108,7 @@ export declare const messengerContract: {
|
|
12109
12108
|
bucketName: string;
|
12110
12109
|
fileSize: number;
|
12111
12110
|
fileUrl: string | null;
|
12111
|
+
status?: string | undefined;
|
12112
12112
|
};
|
12113
12113
|
assignee: {
|
12114
12114
|
id: string;
|
@@ -12330,7 +12330,6 @@ export declare const messengerContract: {
|
|
12330
12330
|
dateValue: Date | null;
|
12331
12331
|
uploads: {
|
12332
12332
|
id: string;
|
12333
|
-
status: string | null;
|
12334
12333
|
createdAt: Date;
|
12335
12334
|
updatedAt: Date;
|
12336
12335
|
deletedAt: Date | null;
|
@@ -12339,6 +12338,7 @@ export declare const messengerContract: {
|
|
12339
12338
|
bucketName: string;
|
12340
12339
|
fileSize: number;
|
12341
12340
|
fileUrl: string | null;
|
12341
|
+
status?: string | undefined;
|
12342
12342
|
}[];
|
12343
12343
|
}[];
|
12344
12344
|
company: {
|
@@ -12539,7 +12539,7 @@ export declare const messengerContract: {
|
|
12539
12539
|
previewUrl: string;
|
12540
12540
|
imageSetId: string;
|
12541
12541
|
repliedMessage: {
|
12542
|
-
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";
|
12542
|
+
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";
|
12543
12543
|
message: string;
|
12544
12544
|
id: string;
|
12545
12545
|
url: string;
|
@@ -12593,7 +12593,6 @@ export declare const messengerContract: {
|
|
12593
12593
|
};
|
12594
12594
|
upload: {
|
12595
12595
|
id: string;
|
12596
|
-
status: string | null;
|
12597
12596
|
createdAt: Date;
|
12598
12597
|
updatedAt: Date;
|
12599
12598
|
deletedAt: Date | null;
|
@@ -12602,6 +12601,7 @@ export declare const messengerContract: {
|
|
12602
12601
|
bucketName: string;
|
12603
12602
|
fileSize: number;
|
12604
12603
|
fileUrl: string | null;
|
12604
|
+
status?: string | undefined;
|
12605
12605
|
};
|
12606
12606
|
assignee: {
|
12607
12607
|
id: string;
|
@@ -12749,7 +12749,7 @@ export declare const messengerContract: {
|
|
12749
12749
|
template?: any;
|
12750
12750
|
} | null | undefined;
|
12751
12751
|
}, {
|
12752
|
-
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";
|
12752
|
+
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";
|
12753
12753
|
message: string;
|
12754
12754
|
id: string;
|
12755
12755
|
url: string;
|
@@ -12803,7 +12803,6 @@ export declare const messengerContract: {
|
|
12803
12803
|
};
|
12804
12804
|
upload: {
|
12805
12805
|
id: string;
|
12806
|
-
status: string | null;
|
12807
12806
|
createdAt: Date;
|
12808
12807
|
updatedAt: Date;
|
12809
12808
|
deletedAt: Date | null;
|
@@ -12812,6 +12811,7 @@ export declare const messengerContract: {
|
|
12812
12811
|
bucketName: string;
|
12813
12812
|
fileSize: number;
|
12814
12813
|
fileUrl: string | null;
|
12814
|
+
status?: string | undefined;
|
12815
12815
|
};
|
12816
12816
|
assignee: {
|
12817
12817
|
id: string;
|
@@ -13033,7 +13033,6 @@ export declare const messengerContract: {
|
|
13033
13033
|
dateValue: Date | null;
|
13034
13034
|
uploads: {
|
13035
13035
|
id: string;
|
13036
|
-
status: string | null;
|
13037
13036
|
createdAt: Date;
|
13038
13037
|
updatedAt: Date;
|
13039
13038
|
deletedAt: Date | null;
|
@@ -13042,6 +13041,7 @@ export declare const messengerContract: {
|
|
13042
13041
|
bucketName: string;
|
13043
13042
|
fileSize: number;
|
13044
13043
|
fileUrl: string | null;
|
13044
|
+
status?: string | undefined;
|
13045
13045
|
}[];
|
13046
13046
|
}[];
|
13047
13047
|
company: {
|
@@ -13242,7 +13242,7 @@ export declare const messengerContract: {
|
|
13242
13242
|
previewUrl: string;
|
13243
13243
|
imageSetId: string;
|
13244
13244
|
repliedMessage: {
|
13245
|
-
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";
|
13245
|
+
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";
|
13246
13246
|
message: string;
|
13247
13247
|
id: string;
|
13248
13248
|
url: string;
|
@@ -13296,7 +13296,6 @@ export declare const messengerContract: {
|
|
13296
13296
|
};
|
13297
13297
|
upload: {
|
13298
13298
|
id: string;
|
13299
|
-
status: string | null;
|
13300
13299
|
createdAt: Date;
|
13301
13300
|
updatedAt: Date;
|
13302
13301
|
deletedAt: Date | null;
|
@@ -13305,6 +13304,7 @@ export declare const messengerContract: {
|
|
13305
13304
|
bucketName: string;
|
13306
13305
|
fileSize: number;
|
13307
13306
|
fileUrl: string | null;
|
13307
|
+
status?: string | undefined;
|
13308
13308
|
};
|
13309
13309
|
assignee: {
|
13310
13310
|
id: string;
|
@@ -13451,7 +13451,7 @@ export declare const messengerContract: {
|
|
13451
13451
|
template?: any;
|
13452
13452
|
metadata?: any;
|
13453
13453
|
fromMessage?: {
|
13454
|
-
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";
|
13454
|
+
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";
|
13455
13455
|
message: string;
|
13456
13456
|
id: string;
|
13457
13457
|
url: string;
|
@@ -13505,7 +13505,6 @@ export declare const messengerContract: {
|
|
13505
13505
|
};
|
13506
13506
|
upload: {
|
13507
13507
|
id: string;
|
13508
|
-
status: string | null;
|
13509
13508
|
createdAt: Date;
|
13510
13509
|
updatedAt: Date;
|
13511
13510
|
deletedAt: Date | null;
|
@@ -13514,6 +13513,7 @@ export declare const messengerContract: {
|
|
13514
13513
|
bucketName: string;
|
13515
13514
|
fileSize: number;
|
13516
13515
|
fileUrl: string | null;
|
13516
|
+
status?: string | undefined;
|
13517
13517
|
};
|
13518
13518
|
assignee: {
|
13519
13519
|
id: string;
|
@@ -13735,7 +13735,6 @@ export declare const messengerContract: {
|
|
13735
13735
|
dateValue: Date | null;
|
13736
13736
|
uploads: {
|
13737
13737
|
id: string;
|
13738
|
-
status: string | null;
|
13739
13738
|
createdAt: Date;
|
13740
13739
|
updatedAt: Date;
|
13741
13740
|
deletedAt: Date | null;
|
@@ -13744,6 +13743,7 @@ export declare const messengerContract: {
|
|
13744
13743
|
bucketName: string;
|
13745
13744
|
fileSize: number;
|
13746
13745
|
fileUrl: string | null;
|
13746
|
+
status?: string | undefined;
|
13747
13747
|
}[];
|
13748
13748
|
}[];
|
13749
13749
|
company: {
|
@@ -13944,7 +13944,7 @@ export declare const messengerContract: {
|
|
13944
13944
|
previewUrl: string;
|
13945
13945
|
imageSetId: string;
|
13946
13946
|
repliedMessage: {
|
13947
|
-
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";
|
13947
|
+
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";
|
13948
13948
|
message: string;
|
13949
13949
|
id: string;
|
13950
13950
|
url: string;
|
@@ -13998,7 +13998,6 @@ export declare const messengerContract: {
|
|
13998
13998
|
};
|
13999
13999
|
upload: {
|
14000
14000
|
id: string;
|
14001
|
-
status: string | null;
|
14002
14001
|
createdAt: Date;
|
14003
14002
|
updatedAt: Date;
|
14004
14003
|
deletedAt: Date | null;
|
@@ -14007,6 +14006,7 @@ export declare const messengerContract: {
|
|
14007
14006
|
bucketName: string;
|
14008
14007
|
fileSize: number;
|
14009
14008
|
fileUrl: string | null;
|
14009
|
+
status?: string | undefined;
|
14010
14010
|
};
|
14011
14011
|
assignee: {
|
14012
14012
|
id: string;
|
@@ -14156,7 +14156,7 @@ export declare const messengerContract: {
|
|
14156
14156
|
}>;
|
14157
14157
|
}, "strip", z.ZodTypeAny, {
|
14158
14158
|
data: {
|
14159
|
-
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";
|
14159
|
+
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";
|
14160
14160
|
message: string;
|
14161
14161
|
id: string;
|
14162
14162
|
url: string;
|
@@ -14210,7 +14210,6 @@ export declare const messengerContract: {
|
|
14210
14210
|
};
|
14211
14211
|
upload: {
|
14212
14212
|
id: string;
|
14213
|
-
status: string | null;
|
14214
14213
|
createdAt: Date;
|
14215
14214
|
updatedAt: Date;
|
14216
14215
|
deletedAt: Date | null;
|
@@ -14219,6 +14218,7 @@ export declare const messengerContract: {
|
|
14219
14218
|
bucketName: string;
|
14220
14219
|
fileSize: number;
|
14221
14220
|
fileUrl: string | null;
|
14221
|
+
status?: string | undefined;
|
14222
14222
|
};
|
14223
14223
|
assignee: {
|
14224
14224
|
id: string;
|
@@ -14440,7 +14440,6 @@ export declare const messengerContract: {
|
|
14440
14440
|
dateValue: Date | null;
|
14441
14441
|
uploads: {
|
14442
14442
|
id: string;
|
14443
|
-
status: string | null;
|
14444
14443
|
createdAt: Date;
|
14445
14444
|
updatedAt: Date;
|
14446
14445
|
deletedAt: Date | null;
|
@@ -14449,6 +14448,7 @@ export declare const messengerContract: {
|
|
14449
14448
|
bucketName: string;
|
14450
14449
|
fileSize: number;
|
14451
14450
|
fileUrl: string | null;
|
14451
|
+
status?: string | undefined;
|
14452
14452
|
}[];
|
14453
14453
|
}[];
|
14454
14454
|
company: {
|
@@ -14649,7 +14649,7 @@ export declare const messengerContract: {
|
|
14649
14649
|
previewUrl: string;
|
14650
14650
|
imageSetId: string;
|
14651
14651
|
repliedMessage: {
|
14652
|
-
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";
|
14652
|
+
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";
|
14653
14653
|
message: string;
|
14654
14654
|
id: string;
|
14655
14655
|
url: string;
|
@@ -14703,7 +14703,6 @@ export declare const messengerContract: {
|
|
14703
14703
|
};
|
14704
14704
|
upload: {
|
14705
14705
|
id: string;
|
14706
|
-
status: string | null;
|
14707
14706
|
createdAt: Date;
|
14708
14707
|
updatedAt: Date;
|
14709
14708
|
deletedAt: Date | null;
|
@@ -14712,6 +14711,7 @@ export declare const messengerContract: {
|
|
14712
14711
|
bucketName: string;
|
14713
14712
|
fileSize: number;
|
14714
14713
|
fileUrl: string | null;
|
14714
|
+
status?: string | undefined;
|
14715
14715
|
};
|
14716
14716
|
assignee: {
|
14717
14717
|
id: string;
|
@@ -14858,7 +14858,7 @@ export declare const messengerContract: {
|
|
14858
14858
|
template?: any;
|
14859
14859
|
metadata?: any;
|
14860
14860
|
fromMessage?: {
|
14861
|
-
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";
|
14861
|
+
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";
|
14862
14862
|
message: string;
|
14863
14863
|
id: string;
|
14864
14864
|
url: string;
|
@@ -14912,7 +14912,6 @@ export declare const messengerContract: {
|
|
14912
14912
|
};
|
14913
14913
|
upload: {
|
14914
14914
|
id: string;
|
14915
|
-
status: string | null;
|
14916
14915
|
createdAt: Date;
|
14917
14916
|
updatedAt: Date;
|
14918
14917
|
deletedAt: Date | null;
|
@@ -14921,6 +14920,7 @@ export declare const messengerContract: {
|
|
14921
14920
|
bucketName: string;
|
14922
14921
|
fileSize: number;
|
14923
14922
|
fileUrl: string | null;
|
14923
|
+
status?: string | undefined;
|
14924
14924
|
};
|
14925
14925
|
assignee: {
|
14926
14926
|
id: string;
|
@@ -15142,7 +15142,6 @@ export declare const messengerContract: {
|
|
15142
15142
|
dateValue: Date | null;
|
15143
15143
|
uploads: {
|
15144
15144
|
id: string;
|
15145
|
-
status: string | null;
|
15146
15145
|
createdAt: Date;
|
15147
15146
|
updatedAt: Date;
|
15148
15147
|
deletedAt: Date | null;
|
@@ -15151,6 +15150,7 @@ export declare const messengerContract: {
|
|
15151
15150
|
bucketName: string;
|
15152
15151
|
fileSize: number;
|
15153
15152
|
fileUrl: string | null;
|
15153
|
+
status?: string | undefined;
|
15154
15154
|
}[];
|
15155
15155
|
}[];
|
15156
15156
|
company: {
|
@@ -15351,7 +15351,7 @@ export declare const messengerContract: {
|
|
15351
15351
|
previewUrl: string;
|
15352
15352
|
imageSetId: string;
|
15353
15353
|
repliedMessage: {
|
15354
|
-
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";
|
15354
|
+
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";
|
15355
15355
|
message: string;
|
15356
15356
|
id: string;
|
15357
15357
|
url: string;
|
@@ -15405,7 +15405,6 @@ export declare const messengerContract: {
|
|
15405
15405
|
};
|
15406
15406
|
upload: {
|
15407
15407
|
id: string;
|
15408
|
-
status: string | null;
|
15409
15408
|
createdAt: Date;
|
15410
15409
|
updatedAt: Date;
|
15411
15410
|
deletedAt: Date | null;
|
@@ -15414,6 +15413,7 @@ export declare const messengerContract: {
|
|
15414
15413
|
bucketName: string;
|
15415
15414
|
fileSize: number;
|
15416
15415
|
fileUrl: string | null;
|
15416
|
+
status?: string | undefined;
|
15417
15417
|
};
|
15418
15418
|
assignee: {
|
15419
15419
|
id: string;
|
@@ -15564,7 +15564,7 @@ export declare const messengerContract: {
|
|
15564
15564
|
requestId: string;
|
15565
15565
|
}, {
|
15566
15566
|
data: {
|
15567
|
-
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";
|
15567
|
+
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";
|
15568
15568
|
message: string;
|
15569
15569
|
id: string;
|
15570
15570
|
url: string;
|
@@ -15618,7 +15618,6 @@ export declare const messengerContract: {
|
|
15618
15618
|
};
|
15619
15619
|
upload: {
|
15620
15620
|
id: string;
|
15621
|
-
status: string | null;
|
15622
15621
|
createdAt: Date;
|
15623
15622
|
updatedAt: Date;
|
15624
15623
|
deletedAt: Date | null;
|
@@ -15627,6 +15626,7 @@ export declare const messengerContract: {
|
|
15627
15626
|
bucketName: string;
|
15628
15627
|
fileSize: number;
|
15629
15628
|
fileUrl: string | null;
|
15629
|
+
status?: string | undefined;
|
15630
15630
|
};
|
15631
15631
|
assignee: {
|
15632
15632
|
id: string;
|
@@ -15848,7 +15848,6 @@ export declare const messengerContract: {
|
|
15848
15848
|
dateValue: Date | null;
|
15849
15849
|
uploads: {
|
15850
15850
|
id: string;
|
15851
|
-
status: string | null;
|
15852
15851
|
createdAt: Date;
|
15853
15852
|
updatedAt: Date;
|
15854
15853
|
deletedAt: Date | null;
|
@@ -15857,6 +15856,7 @@ export declare const messengerContract: {
|
|
15857
15856
|
bucketName: string;
|
15858
15857
|
fileSize: number;
|
15859
15858
|
fileUrl: string | null;
|
15859
|
+
status?: string | undefined;
|
15860
15860
|
}[];
|
15861
15861
|
}[];
|
15862
15862
|
company: {
|
@@ -16057,7 +16057,7 @@ export declare const messengerContract: {
|
|
16057
16057
|
previewUrl: string;
|
16058
16058
|
imageSetId: string;
|
16059
16059
|
repliedMessage: {
|
16060
|
-
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";
|
16060
|
+
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";
|
16061
16061
|
message: string;
|
16062
16062
|
id: string;
|
16063
16063
|
url: string;
|
@@ -16111,7 +16111,6 @@ export declare const messengerContract: {
|
|
16111
16111
|
};
|
16112
16112
|
upload: {
|
16113
16113
|
id: string;
|
16114
|
-
status: string | null;
|
16115
16114
|
createdAt: Date;
|
16116
16115
|
updatedAt: Date;
|
16117
16116
|
deletedAt: Date | null;
|
@@ -16120,6 +16119,7 @@ export declare const messengerContract: {
|
|
16120
16119
|
bucketName: string;
|
16121
16120
|
fileSize: number;
|
16122
16121
|
fileUrl: string | null;
|
16122
|
+
status?: string | undefined;
|
16123
16123
|
};
|
16124
16124
|
assignee: {
|
16125
16125
|
id: string;
|
@@ -16266,7 +16266,7 @@ export declare const messengerContract: {
|
|
16266
16266
|
template?: any;
|
16267
16267
|
metadata?: any;
|
16268
16268
|
fromMessage?: {
|
16269
|
-
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";
|
16269
|
+
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";
|
16270
16270
|
message: string;
|
16271
16271
|
id: string;
|
16272
16272
|
url: string;
|
@@ -16320,7 +16320,6 @@ export declare const messengerContract: {
|
|
16320
16320
|
};
|
16321
16321
|
upload: {
|
16322
16322
|
id: string;
|
16323
|
-
status: string | null;
|
16324
16323
|
createdAt: Date;
|
16325
16324
|
updatedAt: Date;
|
16326
16325
|
deletedAt: Date | null;
|
@@ -16329,6 +16328,7 @@ export declare const messengerContract: {
|
|
16329
16328
|
bucketName: string;
|
16330
16329
|
fileSize: number;
|
16331
16330
|
fileUrl: string | null;
|
16331
|
+
status?: string | undefined;
|
16332
16332
|
};
|
16333
16333
|
assignee: {
|
16334
16334
|
id: string;
|
@@ -16550,7 +16550,6 @@ export declare const messengerContract: {
|
|
16550
16550
|
dateValue: Date | null;
|
16551
16551
|
uploads: {
|
16552
16552
|
id: string;
|
16553
|
-
status: string | null;
|
16554
16553
|
createdAt: Date;
|
16555
16554
|
updatedAt: Date;
|
16556
16555
|
deletedAt: Date | null;
|
@@ -16559,6 +16558,7 @@ export declare const messengerContract: {
|
|
16559
16558
|
bucketName: string;
|
16560
16559
|
fileSize: number;
|
16561
16560
|
fileUrl: string | null;
|
16561
|
+
status?: string | undefined;
|
16562
16562
|
}[];
|
16563
16563
|
}[];
|
16564
16564
|
company: {
|
@@ -16759,7 +16759,7 @@ export declare const messengerContract: {
|
|
16759
16759
|
previewUrl: string;
|
16760
16760
|
imageSetId: string;
|
16761
16761
|
repliedMessage: {
|
16762
|
-
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";
|
16762
|
+
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";
|
16763
16763
|
message: string;
|
16764
16764
|
id: string;
|
16765
16765
|
url: string;
|
@@ -16813,7 +16813,6 @@ export declare const messengerContract: {
|
|
16813
16813
|
};
|
16814
16814
|
upload: {
|
16815
16815
|
id: string;
|
16816
|
-
status: string | null;
|
16817
16816
|
createdAt: Date;
|
16818
16817
|
updatedAt: Date;
|
16819
16818
|
deletedAt: Date | null;
|
@@ -16822,6 +16821,7 @@ export declare const messengerContract: {
|
|
16822
16821
|
bucketName: string;
|
16823
16822
|
fileSize: number;
|
16824
16823
|
fileUrl: string | null;
|
16824
|
+
status?: string | undefined;
|
16825
16825
|
};
|
16826
16826
|
assignee: {
|
16827
16827
|
id: string;
|