@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
@@ -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", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
9
|
+
export declare const MessageTypeSchema: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
10
10
|
export declare const FeedPostTypeSchema: z.ZodEnum<["text", "added_photos", "shared_story", "mobile_status_update"]>;
|
11
11
|
/**
|
12
12
|
* Message Type Enum
|
@@ -62,6 +62,9 @@ export declare const PlatformContactSchema: z.ZodObject<{
|
|
62
62
|
id: z.ZodString;
|
63
63
|
createdAt: z.ZodDate;
|
64
64
|
updatedAt: z.ZodDate;
|
65
|
+
/**
|
66
|
+
* Platform Contact
|
67
|
+
*/
|
65
68
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
66
69
|
name: z.ZodString;
|
67
70
|
address: z.ZodNullable<z.ZodString>;
|
@@ -1015,6 +1018,9 @@ export declare const RoomSchema: z.ZodObject<{
|
|
1015
1018
|
id: z.ZodString;
|
1016
1019
|
createdAt: z.ZodDate;
|
1017
1020
|
updatedAt: z.ZodDate;
|
1021
|
+
/**
|
1022
|
+
* Platform Contact
|
1023
|
+
*/
|
1018
1024
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
1019
1025
|
name: z.ZodString;
|
1020
1026
|
address: z.ZodNullable<z.ZodString>;
|
@@ -3964,7 +3970,7 @@ export declare const MessageSchema: z.ZodObject<{
|
|
3964
3970
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
3965
3971
|
message: z.ZodString;
|
3966
3972
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
3967
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
3973
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
3968
3974
|
readAt: z.ZodDate;
|
3969
3975
|
metadata: z.ZodAny;
|
3970
3976
|
platformId: z.ZodString;
|
@@ -4019,6 +4025,9 @@ export declare const MessageSchema: z.ZodObject<{
|
|
4019
4025
|
id: z.ZodString;
|
4020
4026
|
createdAt: z.ZodDate;
|
4021
4027
|
updatedAt: z.ZodDate;
|
4028
|
+
/**
|
4029
|
+
* Platform Contact
|
4030
|
+
*/
|
4022
4031
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
4023
4032
|
name: z.ZodString;
|
4024
4033
|
address: z.ZodNullable<z.ZodString>;
|
@@ -6999,7 +7008,7 @@ export declare const MessageSchema: z.ZodObject<{
|
|
6999
7008
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
7000
7009
|
message: z.ZodString;
|
7001
7010
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
7002
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
7011
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
7003
7012
|
readAt: z.ZodDate;
|
7004
7013
|
metadata: z.ZodAny;
|
7005
7014
|
platformId: z.ZodString;
|
@@ -7657,7 +7666,7 @@ export declare const MessageSchema: z.ZodObject<{
|
|
7657
7666
|
};
|
7658
7667
|
}>;
|
7659
7668
|
}, "strip", z.ZodTypeAny, {
|
7660
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
7669
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
7661
7670
|
message: string;
|
7662
7671
|
id: string;
|
7663
7672
|
url: string;
|
@@ -7819,7 +7828,7 @@ export declare const MessageSchema: z.ZodObject<{
|
|
7819
7828
|
metadata?: any;
|
7820
7829
|
template?: any;
|
7821
7830
|
}, {
|
7822
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
7831
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
7823
7832
|
message: string;
|
7824
7833
|
id: string;
|
7825
7834
|
url: string;
|
@@ -8620,7 +8629,7 @@ export declare const MessageSchema: z.ZodObject<{
|
|
8620
8629
|
}>;
|
8621
8630
|
editedMessageid: z.ZodString;
|
8622
8631
|
}, "strip", z.ZodTypeAny, {
|
8623
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
8632
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
8624
8633
|
message: string;
|
8625
8634
|
id: string;
|
8626
8635
|
url: string;
|
@@ -9118,7 +9127,7 @@ export declare const MessageSchema: z.ZodObject<{
|
|
9118
9127
|
previewUrl: string;
|
9119
9128
|
imageSetId: string;
|
9120
9129
|
repliedMessage: {
|
9121
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
9130
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
9122
9131
|
message: string;
|
9123
9132
|
id: string;
|
9124
9133
|
url: string;
|
@@ -9328,7 +9337,7 @@ export declare const MessageSchema: z.ZodObject<{
|
|
9328
9337
|
metadata?: any;
|
9329
9338
|
template?: any;
|
9330
9339
|
}, {
|
9331
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
9340
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
9332
9341
|
message: string;
|
9333
9342
|
id: string;
|
9334
9343
|
url: string;
|
@@ -9826,7 +9835,7 @@ export declare const MessageSchema: z.ZodObject<{
|
|
9826
9835
|
previewUrl: string;
|
9827
9836
|
imageSetId: string;
|
9828
9837
|
repliedMessage: {
|
9829
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
9838
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
9830
9839
|
message: string;
|
9831
9840
|
id: string;
|
9832
9841
|
url: string;
|
@@ -10037,7 +10046,7 @@ export declare const MessageSchema: z.ZodObject<{
|
|
10037
10046
|
template?: any;
|
10038
10047
|
}>;
|
10039
10048
|
export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
10040
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
10049
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
10041
10050
|
message: z.ZodString;
|
10042
10051
|
id: z.ZodString;
|
10043
10052
|
url: z.ZodString;
|
@@ -10534,6 +10543,9 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
10534
10543
|
id: z.ZodString;
|
10535
10544
|
createdAt: z.ZodDate;
|
10536
10545
|
updatedAt: z.ZodDate;
|
10546
|
+
/**
|
10547
|
+
* Platform Contact
|
10548
|
+
*/
|
10537
10549
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
10538
10550
|
name: z.ZodString;
|
10539
10551
|
address: z.ZodNullable<z.ZodString>;
|
@@ -13511,7 +13523,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
13511
13523
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
13512
13524
|
message: z.ZodString;
|
13513
13525
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
13514
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
13526
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
13515
13527
|
readAt: z.ZodDate;
|
13516
13528
|
metadata: z.ZodAny;
|
13517
13529
|
platformId: z.ZodString;
|
@@ -14169,7 +14181,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
14169
14181
|
};
|
14170
14182
|
}>;
|
14171
14183
|
}, "strip", z.ZodTypeAny, {
|
14172
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
14184
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
14173
14185
|
message: string;
|
14174
14186
|
id: string;
|
14175
14187
|
url: string;
|
@@ -14331,7 +14343,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
14331
14343
|
metadata?: any;
|
14332
14344
|
template?: any;
|
14333
14345
|
}, {
|
14334
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
14346
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
14335
14347
|
message: string;
|
14336
14348
|
id: string;
|
14337
14349
|
url: string;
|
@@ -14706,7 +14718,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
14706
14718
|
updatedAt: z.ZodDate;
|
14707
14719
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
14708
14720
|
message: z.ZodNullable<z.ZodString>;
|
14709
|
-
type: z.ZodUnion<[z.ZodEnum<["text", "added_photos", "shared_story", "mobile_status_update"]>, z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>]>;
|
14721
|
+
type: z.ZodUnion<[z.ZodEnum<["text", "added_photos", "shared_story", "mobile_status_update"]>, z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>]>;
|
14710
14722
|
metadata: z.ZodAny;
|
14711
14723
|
platformId: z.ZodString;
|
14712
14724
|
platformMessageId: z.ZodString;
|
@@ -15177,6 +15189,9 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
15177
15189
|
id: z.ZodString;
|
15178
15190
|
createdAt: z.ZodDate;
|
15179
15191
|
updatedAt: z.ZodDate;
|
15192
|
+
/**
|
15193
|
+
* Platform Contact
|
15194
|
+
*/
|
15180
15195
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
15181
15196
|
name: z.ZodString;
|
15182
15197
|
address: z.ZodNullable<z.ZodString>;
|
@@ -16290,7 +16305,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
16290
16305
|
imageURL: z.ZodString;
|
16291
16306
|
permalinkURL: z.ZodString;
|
16292
16307
|
}, "strip", z.ZodTypeAny, {
|
16293
|
-
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" | "edited" | "unsupported";
|
16308
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
16294
16309
|
message: string | null;
|
16295
16310
|
id: string;
|
16296
16311
|
channel: {
|
@@ -16539,7 +16554,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
16539
16554
|
permalinkURL: string;
|
16540
16555
|
metadata?: any;
|
16541
16556
|
}, {
|
16542
|
-
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" | "edited" | "unsupported";
|
16557
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
16543
16558
|
message: string | null;
|
16544
16559
|
id: string;
|
16545
16560
|
channel: {
|
@@ -16790,7 +16805,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
16790
16805
|
}>>;
|
16791
16806
|
replyReaction: z.ZodNullable<z.ZodString>;
|
16792
16807
|
}, "strip", z.ZodTypeAny, {
|
16793
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
16808
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
16794
16809
|
message: string;
|
16795
16810
|
id: string;
|
16796
16811
|
url: string;
|
@@ -17288,7 +17303,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
17288
17303
|
previewUrl: string;
|
17289
17304
|
imageSetId: string;
|
17290
17305
|
repliedMessage: {
|
17291
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
17306
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
17292
17307
|
message: string;
|
17293
17308
|
id: string;
|
17294
17309
|
url: string;
|
@@ -17498,7 +17513,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
17498
17513
|
parentMessageId: string | null;
|
17499
17514
|
feedPostId: string | null;
|
17500
17515
|
feedPost: {
|
17501
|
-
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" | "edited" | "unsupported";
|
17516
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
17502
17517
|
message: string | null;
|
17503
17518
|
id: string;
|
17504
17519
|
channel: {
|
@@ -17751,7 +17766,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
17751
17766
|
template?: any;
|
17752
17767
|
metadata?: any;
|
17753
17768
|
}, {
|
17754
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
17769
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
17755
17770
|
message: string;
|
17756
17771
|
id: string;
|
17757
17772
|
url: string;
|
@@ -18249,7 +18264,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
18249
18264
|
previewUrl: string;
|
18250
18265
|
imageSetId: string;
|
18251
18266
|
repliedMessage: {
|
18252
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
18267
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
18253
18268
|
message: string;
|
18254
18269
|
id: string;
|
18255
18270
|
url: string;
|
@@ -18459,7 +18474,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
18459
18474
|
parentMessageId: string | null;
|
18460
18475
|
feedPostId: string | null;
|
18461
18476
|
feedPost: {
|
18462
|
-
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" | "edited" | "unsupported";
|
18477
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
18463
18478
|
message: string | null;
|
18464
18479
|
id: string;
|
18465
18480
|
channel: {
|
@@ -18719,7 +18734,7 @@ export declare const RepliedMessageSchema: z.ZodObject<{
|
|
18719
18734
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
18720
18735
|
message: z.ZodString;
|
18721
18736
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
18722
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
18737
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
18723
18738
|
readAt: z.ZodDate;
|
18724
18739
|
metadata: z.ZodAny;
|
18725
18740
|
platformId: z.ZodString;
|
@@ -19377,7 +19392,7 @@ export declare const RepliedMessageSchema: z.ZodObject<{
|
|
19377
19392
|
};
|
19378
19393
|
}>;
|
19379
19394
|
}, "strip", z.ZodTypeAny, {
|
19380
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
19395
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
19381
19396
|
message: string;
|
19382
19397
|
id: string;
|
19383
19398
|
url: string;
|
@@ -19539,7 +19554,7 @@ export declare const RepliedMessageSchema: z.ZodObject<{
|
|
19539
19554
|
metadata?: any;
|
19540
19555
|
template?: any;
|
19541
19556
|
}, {
|
19542
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
19557
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
19543
19558
|
message: string;
|
19544
19559
|
id: string;
|
19545
19560
|
url: string;
|
@@ -19715,7 +19730,7 @@ export declare const UnreadCountsByAssigneeSchema: z.ZodObject<{
|
|
19715
19730
|
totalUnreadCount: number;
|
19716
19731
|
}>;
|
19717
19732
|
export declare const MessageRelevanceSchema: z.ZodObject<{
|
19718
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
19733
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
19719
19734
|
message: z.ZodString;
|
19720
19735
|
id: z.ZodString;
|
19721
19736
|
url: z.ZodString;
|
@@ -20212,6 +20227,9 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
20212
20227
|
id: z.ZodString;
|
20213
20228
|
createdAt: z.ZodDate;
|
20214
20229
|
updatedAt: z.ZodDate;
|
20230
|
+
/**
|
20231
|
+
* Platform Contact
|
20232
|
+
*/
|
20215
20233
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
20216
20234
|
name: z.ZodString;
|
20217
20235
|
address: z.ZodNullable<z.ZodString>;
|
@@ -23189,7 +23207,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
23189
23207
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
23190
23208
|
message: z.ZodString;
|
23191
23209
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
23192
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
23210
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
23193
23211
|
readAt: z.ZodDate;
|
23194
23212
|
metadata: z.ZodAny;
|
23195
23213
|
platformId: z.ZodString;
|
@@ -23847,7 +23865,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
23847
23865
|
};
|
23848
23866
|
}>;
|
23849
23867
|
}, "strip", z.ZodTypeAny, {
|
23850
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
23868
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
23851
23869
|
message: string;
|
23852
23870
|
id: string;
|
23853
23871
|
url: string;
|
@@ -24009,7 +24027,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
24009
24027
|
metadata?: any;
|
24010
24028
|
template?: any;
|
24011
24029
|
}, {
|
24012
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
24030
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
24013
24031
|
message: string;
|
24014
24032
|
id: string;
|
24015
24033
|
url: string;
|
@@ -24404,6 +24422,9 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
24404
24422
|
id: z.ZodString;
|
24405
24423
|
createdAt: z.ZodDate;
|
24406
24424
|
updatedAt: z.ZodDate;
|
24425
|
+
/**
|
24426
|
+
* Platform Contact
|
24427
|
+
*/
|
24407
24428
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
24408
24429
|
name: z.ZodString;
|
24409
24430
|
address: z.ZodNullable<z.ZodString>;
|
@@ -25317,7 +25338,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
25317
25338
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
25318
25339
|
message: z.ZodString;
|
25319
25340
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
25320
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
25341
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
25321
25342
|
readAt: z.ZodDate;
|
25322
25343
|
metadata: z.ZodAny;
|
25323
25344
|
platformId: z.ZodString;
|
@@ -25372,6 +25393,9 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
25372
25393
|
id: z.ZodString;
|
25373
25394
|
createdAt: z.ZodDate;
|
25374
25395
|
updatedAt: z.ZodDate;
|
25396
|
+
/**
|
25397
|
+
* Platform Contact
|
25398
|
+
*/
|
25375
25399
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
25376
25400
|
name: z.ZodString;
|
25377
25401
|
address: z.ZodNullable<z.ZodString>;
|
@@ -28352,7 +28376,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
28352
28376
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
28353
28377
|
message: z.ZodString;
|
28354
28378
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
28355
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
28379
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
28356
28380
|
readAt: z.ZodDate;
|
28357
28381
|
metadata: z.ZodAny;
|
28358
28382
|
platformId: z.ZodString;
|
@@ -29010,7 +29034,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
29010
29034
|
};
|
29011
29035
|
}>;
|
29012
29036
|
}, "strip", z.ZodTypeAny, {
|
29013
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
29037
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
29014
29038
|
message: string;
|
29015
29039
|
id: string;
|
29016
29040
|
url: string;
|
@@ -29172,7 +29196,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
29172
29196
|
metadata?: any;
|
29173
29197
|
template?: any;
|
29174
29198
|
}, {
|
29175
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
29199
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
29176
29200
|
message: string;
|
29177
29201
|
id: string;
|
29178
29202
|
url: string;
|
@@ -29973,7 +29997,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
29973
29997
|
}>;
|
29974
29998
|
editedMessageid: z.ZodString;
|
29975
29999
|
}, "strip", z.ZodTypeAny, {
|
29976
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
30000
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
29977
30001
|
message: string;
|
29978
30002
|
id: string;
|
29979
30003
|
url: string;
|
@@ -30471,7 +30495,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
30471
30495
|
previewUrl: string;
|
30472
30496
|
imageSetId: string;
|
30473
30497
|
repliedMessage: {
|
30474
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
30498
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
30475
30499
|
message: string;
|
30476
30500
|
id: string;
|
30477
30501
|
url: string;
|
@@ -30681,7 +30705,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
30681
30705
|
metadata?: any;
|
30682
30706
|
template?: any;
|
30683
30707
|
}, {
|
30684
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
30708
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
30685
30709
|
message: string;
|
30686
30710
|
id: string;
|
30687
30711
|
url: string;
|
@@ -31179,7 +31203,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
31179
31203
|
previewUrl: string;
|
31180
31204
|
imageSetId: string;
|
31181
31205
|
repliedMessage: {
|
31182
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
31206
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
31183
31207
|
message: string;
|
31184
31208
|
id: string;
|
31185
31209
|
url: string;
|
@@ -31390,13 +31414,13 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
31390
31414
|
template?: any;
|
31391
31415
|
}>, "many">;
|
31392
31416
|
}, "strip", z.ZodTypeAny, {
|
31393
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
31417
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
31394
31418
|
message: string;
|
31395
31419
|
id: string;
|
31396
31420
|
url: string;
|
31397
31421
|
direction: "incoming" | "outgoing" | "system";
|
31398
31422
|
children: {
|
31399
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
31423
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
31400
31424
|
message: string;
|
31401
31425
|
id: string;
|
31402
31426
|
url: string;
|
@@ -31894,7 +31918,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
31894
31918
|
previewUrl: string;
|
31895
31919
|
imageSetId: string;
|
31896
31920
|
repliedMessage: {
|
31897
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
31921
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
31898
31922
|
message: string;
|
31899
31923
|
id: string;
|
31900
31924
|
url: string;
|
@@ -32597,7 +32621,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
32597
32621
|
previewUrl: string;
|
32598
32622
|
imageSetId: string;
|
32599
32623
|
repliedMessage: {
|
32600
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
32624
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
32601
32625
|
message: string;
|
32602
32626
|
id: string;
|
32603
32627
|
url: string;
|
@@ -32919,13 +32943,13 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
32919
32943
|
template?: any;
|
32920
32944
|
metadata?: any;
|
32921
32945
|
}, {
|
32922
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
32946
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
32923
32947
|
message: string;
|
32924
32948
|
id: string;
|
32925
32949
|
url: string;
|
32926
32950
|
direction: "incoming" | "outgoing" | "system";
|
32927
32951
|
children: {
|
32928
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
32952
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
32929
32953
|
message: string;
|
32930
32954
|
id: string;
|
32931
32955
|
url: string;
|
@@ -33423,7 +33447,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
33423
33447
|
previewUrl: string;
|
33424
33448
|
imageSetId: string;
|
33425
33449
|
repliedMessage: {
|
33426
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
33450
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
33427
33451
|
message: string;
|
33428
33452
|
id: string;
|
33429
33453
|
url: string;
|
@@ -34126,7 +34150,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
34126
34150
|
previewUrl: string;
|
34127
34151
|
imageSetId: string;
|
34128
34152
|
repliedMessage: {
|
34129
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
34153
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
34130
34154
|
message: string;
|
34131
34155
|
id: string;
|
34132
34156
|
url: string;
|