@kl1/contracts 1.2.64-uat → 1.2.65-uat
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api-contracts/src/channel/index.d.ts +798 -1
- package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/validation.d.ts +10 -0
- package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/index.d.ts +189 -169
- package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/schema.d.ts +45 -45
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +72 -56
- package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/contract.d.ts +2864 -1272
- package/dist/api-contracts/src/contract.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/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/telegram/index.d.ts +33 -33
- package/dist/api-contracts/src/viber/index.d.ts +33 -33
- package/dist/api-contracts/src/webchat/index.d.ts +33 -33
- package/dist/api-contracts/src/whatsapp/index.d.ts +33 -33
- package/dist/api-contracts/src/workflow-rule/index.d.ts +12 -12
- package/dist/index.js +31 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +31 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -40,7 +40,7 @@ export declare const receiveMessageContract: {
|
|
|
40
40
|
deletedAt: z.ZodNullable<z.ZodString>;
|
|
41
41
|
message: z.ZodOptional<z.ZodString>;
|
|
42
42
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
|
43
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
43
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
44
44
|
metadata: z.ZodAny;
|
|
45
45
|
platformId: z.ZodString;
|
|
46
46
|
platformMessageId: z.ZodString;
|
|
@@ -3546,7 +3546,7 @@ export declare const receiveMessageContract: {
|
|
|
3546
3546
|
}>>>;
|
|
3547
3547
|
label: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
3548
3548
|
}, "strip", z.ZodTypeAny, {
|
|
3549
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
3549
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
3550
3550
|
id: string;
|
|
3551
3551
|
direction: "incoming" | "outgoing" | "system";
|
|
3552
3552
|
createdAt: string;
|
|
@@ -4062,7 +4062,7 @@ export declare const receiveMessageContract: {
|
|
|
4062
4062
|
} | null | undefined;
|
|
4063
4063
|
label?: string | null | undefined;
|
|
4064
4064
|
}, {
|
|
4065
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
4065
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
4066
4066
|
id: string;
|
|
4067
4067
|
direction: "incoming" | "outgoing" | "system";
|
|
4068
4068
|
createdAt: string;
|
|
@@ -4580,7 +4580,7 @@ export declare const receiveMessageContract: {
|
|
|
4580
4580
|
}>;
|
|
4581
4581
|
}, "strip", z.ZodTypeAny, {
|
|
4582
4582
|
message: {
|
|
4583
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
4583
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
4584
4584
|
id: string;
|
|
4585
4585
|
direction: "incoming" | "outgoing" | "system";
|
|
4586
4586
|
createdAt: string;
|
|
@@ -5098,7 +5098,7 @@ export declare const receiveMessageContract: {
|
|
|
5098
5098
|
};
|
|
5099
5099
|
}, {
|
|
5100
5100
|
message: {
|
|
5101
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
5101
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
5102
5102
|
id: string;
|
|
5103
5103
|
direction: "incoming" | "outgoing" | "system";
|
|
5104
5104
|
createdAt: string;
|
|
@@ -5663,7 +5663,7 @@ export declare const mainFeedContract: {
|
|
|
5663
5663
|
updatedAt: z.ZodDate;
|
|
5664
5664
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
5665
5665
|
message: z.ZodNullable<z.ZodString>;
|
|
5666
|
-
type: z.ZodUnion<[z.ZodEnum<["text", "added_photos", "added_video", "shared_story", "mobile_status_update", "no_data"]>, z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>]>;
|
|
5666
|
+
type: z.ZodUnion<[z.ZodEnum<["text", "added_photos", "added_video", "shared_story", "mobile_status_update", "no_data"]>, z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>]>;
|
|
5667
5667
|
metadata: z.ZodAny;
|
|
5668
5668
|
platformId: z.ZodString;
|
|
5669
5669
|
platformMessageId: z.ZodString;
|
|
@@ -7476,7 +7476,7 @@ export declare const mainFeedContract: {
|
|
|
7476
7476
|
}>;
|
|
7477
7477
|
permalinkURL: z.ZodString;
|
|
7478
7478
|
}, "strip", z.ZodTypeAny, {
|
|
7479
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "added_photos" | "added_video" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
7479
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "added_photos" | "added_video" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
7480
7480
|
message: string | null;
|
|
7481
7481
|
id: string;
|
|
7482
7482
|
channel: {
|
|
@@ -7758,7 +7758,7 @@ export declare const mainFeedContract: {
|
|
|
7758
7758
|
metadata?: any;
|
|
7759
7759
|
template?: any;
|
|
7760
7760
|
}, {
|
|
7761
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "added_photos" | "added_video" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
7761
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "added_photos" | "added_video" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
7762
7762
|
message: string | null;
|
|
7763
7763
|
id: string;
|
|
7764
7764
|
channel: {
|
|
@@ -8042,7 +8042,7 @@ export declare const mainFeedContract: {
|
|
|
8042
8042
|
}>;
|
|
8043
8043
|
}, "strip", z.ZodTypeAny, {
|
|
8044
8044
|
data: {
|
|
8045
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "added_photos" | "added_video" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
8045
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "added_photos" | "added_video" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
8046
8046
|
message: string | null;
|
|
8047
8047
|
id: string;
|
|
8048
8048
|
channel: {
|
|
@@ -8327,7 +8327,7 @@ export declare const mainFeedContract: {
|
|
|
8327
8327
|
requestId: string;
|
|
8328
8328
|
}, {
|
|
8329
8329
|
data: {
|
|
8330
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "added_photos" | "added_video" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
8330
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "added_photos" | "added_video" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
8331
8331
|
message: string | null;
|
|
8332
8332
|
id: string;
|
|
8333
8333
|
channel: {
|
|
@@ -8657,7 +8657,7 @@ export declare const mainFeedContract: {
|
|
|
8657
8657
|
page: z.ZodNumber;
|
|
8658
8658
|
pageSize: z.ZodNumber;
|
|
8659
8659
|
data: z.ZodObject<{
|
|
8660
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
8660
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
8661
8661
|
message: z.ZodString;
|
|
8662
8662
|
id: z.ZodString;
|
|
8663
8663
|
url: z.ZodString;
|
|
@@ -12593,7 +12593,7 @@ export declare const mainFeedContract: {
|
|
|
12593
12593
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
12594
12594
|
message: z.ZodString;
|
|
12595
12595
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
|
12596
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
12596
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
12597
12597
|
readAt: z.ZodDate;
|
|
12598
12598
|
metadata: z.ZodAny;
|
|
12599
12599
|
platformId: z.ZodString;
|
|
@@ -13251,7 +13251,7 @@ export declare const mainFeedContract: {
|
|
|
13251
13251
|
};
|
|
13252
13252
|
}>;
|
|
13253
13253
|
}, "strip", z.ZodTypeAny, {
|
|
13254
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
13254
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
13255
13255
|
message: string;
|
|
13256
13256
|
id: string;
|
|
13257
13257
|
url: string;
|
|
@@ -13413,7 +13413,7 @@ export declare const mainFeedContract: {
|
|
|
13413
13413
|
metadata?: any;
|
|
13414
13414
|
template?: any;
|
|
13415
13415
|
}, {
|
|
13416
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
13416
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
13417
13417
|
message: string;
|
|
13418
13418
|
id: string;
|
|
13419
13419
|
url: string;
|
|
@@ -14834,7 +14834,7 @@ export declare const mainFeedContract: {
|
|
|
14834
14834
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
14835
14835
|
message: z.ZodString;
|
|
14836
14836
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
|
14837
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
14837
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
14838
14838
|
readAt: z.ZodDate;
|
|
14839
14839
|
metadata: z.ZodAny;
|
|
14840
14840
|
platformId: z.ZodString;
|
|
@@ -18330,7 +18330,7 @@ export declare const mainFeedContract: {
|
|
|
18330
18330
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
18331
18331
|
message: z.ZodString;
|
|
18332
18332
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
|
18333
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
18333
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
18334
18334
|
readAt: z.ZodDate;
|
|
18335
18335
|
metadata: z.ZodAny;
|
|
18336
18336
|
platformId: z.ZodString;
|
|
@@ -18988,7 +18988,7 @@ export declare const mainFeedContract: {
|
|
|
18988
18988
|
};
|
|
18989
18989
|
}>;
|
|
18990
18990
|
}, "strip", z.ZodTypeAny, {
|
|
18991
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
18991
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
18992
18992
|
message: string;
|
|
18993
18993
|
id: string;
|
|
18994
18994
|
url: string;
|
|
@@ -19150,7 +19150,7 @@ export declare const mainFeedContract: {
|
|
|
19150
19150
|
metadata?: any;
|
|
19151
19151
|
template?: any;
|
|
19152
19152
|
}, {
|
|
19153
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
19153
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
19154
19154
|
message: string;
|
|
19155
19155
|
id: string;
|
|
19156
19156
|
url: string;
|
|
@@ -19952,7 +19952,7 @@ export declare const mainFeedContract: {
|
|
|
19952
19952
|
editedMessageid: z.ZodString;
|
|
19953
19953
|
label: z.ZodOptional<z.ZodString>;
|
|
19954
19954
|
}, "strip", z.ZodTypeAny, {
|
|
19955
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
19955
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
19956
19956
|
message: string;
|
|
19957
19957
|
id: string;
|
|
19958
19958
|
url: string;
|
|
@@ -20507,7 +20507,7 @@ export declare const mainFeedContract: {
|
|
|
20507
20507
|
previewUrl: string;
|
|
20508
20508
|
imageSetId: string;
|
|
20509
20509
|
repliedMessage: {
|
|
20510
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
20510
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
20511
20511
|
message: string;
|
|
20512
20512
|
id: string;
|
|
20513
20513
|
url: string;
|
|
@@ -20718,7 +20718,7 @@ export declare const mainFeedContract: {
|
|
|
20718
20718
|
template?: any;
|
|
20719
20719
|
label?: string | undefined;
|
|
20720
20720
|
}, {
|
|
20721
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
20721
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
20722
20722
|
message: string;
|
|
20723
20723
|
id: string;
|
|
20724
20724
|
url: string;
|
|
@@ -21273,7 +21273,7 @@ export declare const mainFeedContract: {
|
|
|
21273
21273
|
previewUrl: string;
|
|
21274
21274
|
imageSetId: string;
|
|
21275
21275
|
repliedMessage: {
|
|
21276
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
21276
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
21277
21277
|
message: string;
|
|
21278
21278
|
id: string;
|
|
21279
21279
|
url: string;
|
|
@@ -21485,13 +21485,13 @@ export declare const mainFeedContract: {
|
|
|
21485
21485
|
label?: string | undefined;
|
|
21486
21486
|
}>, "many">;
|
|
21487
21487
|
}, "strip", z.ZodTypeAny, {
|
|
21488
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
21488
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
21489
21489
|
message: string;
|
|
21490
21490
|
id: string;
|
|
21491
21491
|
url: string;
|
|
21492
21492
|
direction: "incoming" | "outgoing" | "system";
|
|
21493
21493
|
children: {
|
|
21494
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
21494
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
21495
21495
|
message: string;
|
|
21496
21496
|
id: string;
|
|
21497
21497
|
url: string;
|
|
@@ -22046,7 +22046,7 @@ export declare const mainFeedContract: {
|
|
|
22046
22046
|
previewUrl: string;
|
|
22047
22047
|
imageSetId: string;
|
|
22048
22048
|
repliedMessage: {
|
|
22049
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
22049
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
22050
22050
|
message: string;
|
|
22051
22051
|
id: string;
|
|
22052
22052
|
url: string;
|
|
@@ -22807,7 +22807,7 @@ export declare const mainFeedContract: {
|
|
|
22807
22807
|
previewUrl: string;
|
|
22808
22808
|
imageSetId: string;
|
|
22809
22809
|
repliedMessage: {
|
|
22810
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
22810
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
22811
22811
|
message: string;
|
|
22812
22812
|
id: string;
|
|
22813
22813
|
url: string;
|
|
@@ -23145,13 +23145,13 @@ export declare const mainFeedContract: {
|
|
|
23145
23145
|
template?: any;
|
|
23146
23146
|
metadata?: any;
|
|
23147
23147
|
}, {
|
|
23148
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
23148
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
23149
23149
|
message: string;
|
|
23150
23150
|
id: string;
|
|
23151
23151
|
url: string;
|
|
23152
23152
|
direction: "incoming" | "outgoing" | "system";
|
|
23153
23153
|
children: {
|
|
23154
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
23154
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
23155
23155
|
message: string;
|
|
23156
23156
|
id: string;
|
|
23157
23157
|
url: string;
|
|
@@ -23706,7 +23706,7 @@ export declare const mainFeedContract: {
|
|
|
23706
23706
|
previewUrl: string;
|
|
23707
23707
|
imageSetId: string;
|
|
23708
23708
|
repliedMessage: {
|
|
23709
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
23709
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
23710
23710
|
message: string;
|
|
23711
23711
|
id: string;
|
|
23712
23712
|
url: string;
|
|
@@ -24467,7 +24467,7 @@ export declare const mainFeedContract: {
|
|
|
24467
24467
|
previewUrl: string;
|
|
24468
24468
|
imageSetId: string;
|
|
24469
24469
|
repliedMessage: {
|
|
24470
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
24470
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
24471
24471
|
message: string;
|
|
24472
24472
|
id: string;
|
|
24473
24473
|
url: string;
|
|
@@ -24807,13 +24807,13 @@ export declare const mainFeedContract: {
|
|
|
24807
24807
|
}>;
|
|
24808
24808
|
}, "strip", z.ZodTypeAny, {
|
|
24809
24809
|
data: {
|
|
24810
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
24810
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
24811
24811
|
message: string;
|
|
24812
24812
|
id: string;
|
|
24813
24813
|
url: string;
|
|
24814
24814
|
direction: "incoming" | "outgoing" | "system";
|
|
24815
24815
|
children: {
|
|
24816
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
24816
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
24817
24817
|
message: string;
|
|
24818
24818
|
id: string;
|
|
24819
24819
|
url: string;
|
|
@@ -25368,7 +25368,7 @@ export declare const mainFeedContract: {
|
|
|
25368
25368
|
previewUrl: string;
|
|
25369
25369
|
imageSetId: string;
|
|
25370
25370
|
repliedMessage: {
|
|
25371
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
25371
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
25372
25372
|
message: string;
|
|
25373
25373
|
id: string;
|
|
25374
25374
|
url: string;
|
|
@@ -26129,7 +26129,7 @@ export declare const mainFeedContract: {
|
|
|
26129
26129
|
previewUrl: string;
|
|
26130
26130
|
imageSetId: string;
|
|
26131
26131
|
repliedMessage: {
|
|
26132
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
26132
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
26133
26133
|
message: string;
|
|
26134
26134
|
id: string;
|
|
26135
26135
|
url: string;
|
|
@@ -26473,13 +26473,13 @@ export declare const mainFeedContract: {
|
|
|
26473
26473
|
requestId: string;
|
|
26474
26474
|
}, {
|
|
26475
26475
|
data: {
|
|
26476
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
26476
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
26477
26477
|
message: string;
|
|
26478
26478
|
id: string;
|
|
26479
26479
|
url: string;
|
|
26480
26480
|
direction: "incoming" | "outgoing" | "system";
|
|
26481
26481
|
children: {
|
|
26482
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
26482
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
26483
26483
|
message: string;
|
|
26484
26484
|
id: string;
|
|
26485
26485
|
url: string;
|
|
@@ -27034,7 +27034,7 @@ export declare const mainFeedContract: {
|
|
|
27034
27034
|
previewUrl: string;
|
|
27035
27035
|
imageSetId: string;
|
|
27036
27036
|
repliedMessage: {
|
|
27037
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
27037
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
27038
27038
|
message: string;
|
|
27039
27039
|
id: string;
|
|
27040
27040
|
url: string;
|
|
@@ -27795,7 +27795,7 @@ export declare const mainFeedContract: {
|
|
|
27795
27795
|
previewUrl: string;
|
|
27796
27796
|
imageSetId: string;
|
|
27797
27797
|
repliedMessage: {
|
|
27798
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
27798
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
27799
27799
|
message: string;
|
|
27800
27800
|
id: string;
|
|
27801
27801
|
url: string;
|
|
@@ -36125,7 +36125,7 @@ export declare const mainChatRoomContract: {
|
|
|
36125
36125
|
latestIncomingMessage: z.ZodObject<{
|
|
36126
36126
|
message: z.ZodString;
|
|
36127
36127
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
|
36128
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
36128
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
36129
36129
|
readAt: z.ZodDate;
|
|
36130
36130
|
metadata: z.ZodAny;
|
|
36131
36131
|
platformId: z.ZodString;
|
|
@@ -36137,7 +36137,7 @@ export declare const mainChatRoomContract: {
|
|
|
36137
36137
|
previewUrl: z.ZodString;
|
|
36138
36138
|
imageSetId: z.ZodString;
|
|
36139
36139
|
}, "strip", z.ZodTypeAny, {
|
|
36140
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
36140
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
36141
36141
|
message: string;
|
|
36142
36142
|
url: string;
|
|
36143
36143
|
direction: "incoming" | "outgoing" | "system";
|
|
@@ -36151,7 +36151,7 @@ export declare const mainChatRoomContract: {
|
|
|
36151
36151
|
metadata?: any;
|
|
36152
36152
|
template?: any;
|
|
36153
36153
|
}, {
|
|
36154
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
36154
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
36155
36155
|
message: string;
|
|
36156
36156
|
url: string;
|
|
36157
36157
|
direction: "incoming" | "outgoing" | "system";
|
|
@@ -36168,7 +36168,7 @@ export declare const mainChatRoomContract: {
|
|
|
36168
36168
|
latestMessage: z.ZodObject<{
|
|
36169
36169
|
message: z.ZodString;
|
|
36170
36170
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
|
36171
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
36171
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
36172
36172
|
readAt: z.ZodDate;
|
|
36173
36173
|
metadata: z.ZodAny;
|
|
36174
36174
|
platformId: z.ZodString;
|
|
@@ -36180,7 +36180,7 @@ export declare const mainChatRoomContract: {
|
|
|
36180
36180
|
previewUrl: z.ZodString;
|
|
36181
36181
|
imageSetId: z.ZodString;
|
|
36182
36182
|
}, "strip", z.ZodTypeAny, {
|
|
36183
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
36183
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
36184
36184
|
message: string;
|
|
36185
36185
|
url: string;
|
|
36186
36186
|
direction: "incoming" | "outgoing" | "system";
|
|
@@ -36194,7 +36194,7 @@ export declare const mainChatRoomContract: {
|
|
|
36194
36194
|
metadata?: any;
|
|
36195
36195
|
template?: any;
|
|
36196
36196
|
}, {
|
|
36197
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
36197
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
36198
36198
|
message: string;
|
|
36199
36199
|
url: string;
|
|
36200
36200
|
direction: "incoming" | "outgoing" | "system";
|
|
@@ -36640,7 +36640,7 @@ export declare const mainChatRoomContract: {
|
|
|
36640
36640
|
automationQueueId?: string | null | undefined;
|
|
36641
36641
|
};
|
|
36642
36642
|
latestIncomingMessage: {
|
|
36643
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
36643
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
36644
36644
|
message: string;
|
|
36645
36645
|
url: string;
|
|
36646
36646
|
direction: "incoming" | "outgoing" | "system";
|
|
@@ -36655,7 +36655,7 @@ export declare const mainChatRoomContract: {
|
|
|
36655
36655
|
template?: any;
|
|
36656
36656
|
};
|
|
36657
36657
|
latestMessage: {
|
|
36658
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
36658
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
36659
36659
|
message: string;
|
|
36660
36660
|
url: string;
|
|
36661
36661
|
direction: "incoming" | "outgoing" | "system";
|
|
@@ -37101,7 +37101,7 @@ export declare const mainChatRoomContract: {
|
|
|
37101
37101
|
automationQueueId?: string | null | undefined;
|
|
37102
37102
|
};
|
|
37103
37103
|
latestIncomingMessage: {
|
|
37104
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
37104
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
37105
37105
|
message: string;
|
|
37106
37106
|
url: string;
|
|
37107
37107
|
direction: "incoming" | "outgoing" | "system";
|
|
@@ -37116,7 +37116,7 @@ export declare const mainChatRoomContract: {
|
|
|
37116
37116
|
template?: any;
|
|
37117
37117
|
};
|
|
37118
37118
|
latestMessage: {
|
|
37119
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
37119
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
37120
37120
|
message: string;
|
|
37121
37121
|
url: string;
|
|
37122
37122
|
direction: "incoming" | "outgoing" | "system";
|
|
@@ -37564,7 +37564,7 @@ export declare const mainChatRoomContract: {
|
|
|
37564
37564
|
automationQueueId?: string | null | undefined;
|
|
37565
37565
|
};
|
|
37566
37566
|
latestIncomingMessage: {
|
|
37567
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
37567
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
37568
37568
|
message: string;
|
|
37569
37569
|
url: string;
|
|
37570
37570
|
direction: "incoming" | "outgoing" | "system";
|
|
@@ -37579,7 +37579,7 @@ export declare const mainChatRoomContract: {
|
|
|
37579
37579
|
template?: any;
|
|
37580
37580
|
};
|
|
37581
37581
|
latestMessage: {
|
|
37582
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
37582
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
37583
37583
|
message: string;
|
|
37584
37584
|
url: string;
|
|
37585
37585
|
direction: "incoming" | "outgoing" | "system";
|
|
@@ -38028,7 +38028,7 @@ export declare const mainChatRoomContract: {
|
|
|
38028
38028
|
automationQueueId?: string | null | undefined;
|
|
38029
38029
|
};
|
|
38030
38030
|
latestIncomingMessage: {
|
|
38031
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
38031
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
38032
38032
|
message: string;
|
|
38033
38033
|
url: string;
|
|
38034
38034
|
direction: "incoming" | "outgoing" | "system";
|
|
@@ -38043,7 +38043,7 @@ export declare const mainChatRoomContract: {
|
|
|
38043
38043
|
template?: any;
|
|
38044
38044
|
};
|
|
38045
38045
|
latestMessage: {
|
|
38046
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
38046
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
38047
38047
|
message: string;
|
|
38048
38048
|
url: string;
|
|
38049
38049
|
direction: "incoming" | "outgoing" | "system";
|
|
@@ -56727,7 +56727,7 @@ export declare const mainChatContract: {
|
|
|
56727
56727
|
sendMessage: {
|
|
56728
56728
|
body: z.ZodObject<{
|
|
56729
56729
|
roomId: z.ZodString;
|
|
56730
|
-
messageType: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
56730
|
+
messageType: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
56731
56731
|
message: z.ZodOptional<z.ZodString>;
|
|
56732
56732
|
messageAttachments: z.ZodOptional<z.ZodObject<{
|
|
56733
56733
|
bucketName: z.ZodString;
|
|
@@ -56737,6 +56737,8 @@ export declare const mainChatContract: {
|
|
|
56737
56737
|
url: z.ZodNullable<z.ZodString>;
|
|
56738
56738
|
fileType: z.ZodString;
|
|
56739
56739
|
thumbnailUrl: z.ZodOptional<z.ZodString>;
|
|
56740
|
+
width: z.ZodOptional<z.ZodString>;
|
|
56741
|
+
height: z.ZodOptional<z.ZodString>;
|
|
56740
56742
|
}, "strip", z.ZodTypeAny, {
|
|
56741
56743
|
url: string | null;
|
|
56742
56744
|
fileName: string;
|
|
@@ -56745,6 +56747,8 @@ export declare const mainChatContract: {
|
|
|
56745
56747
|
bucketName: string;
|
|
56746
56748
|
fileSize: number;
|
|
56747
56749
|
thumbnailUrl?: string | undefined;
|
|
56750
|
+
width?: string | undefined;
|
|
56751
|
+
height?: string | undefined;
|
|
56748
56752
|
}, {
|
|
56749
56753
|
url: string | null;
|
|
56750
56754
|
fileName: string;
|
|
@@ -56753,6 +56757,8 @@ export declare const mainChatContract: {
|
|
|
56753
56757
|
bucketName: string;
|
|
56754
56758
|
fileSize: number;
|
|
56755
56759
|
thumbnailUrl?: string | undefined;
|
|
56760
|
+
width?: string | undefined;
|
|
56761
|
+
height?: string | undefined;
|
|
56756
56762
|
}>>;
|
|
56757
56763
|
user: z.ZodOptional<z.ZodObject<{
|
|
56758
56764
|
id: z.ZodString;
|
|
@@ -56986,7 +56992,7 @@ export declare const mainChatContract: {
|
|
|
56986
56992
|
mentions?: string[] | undefined;
|
|
56987
56993
|
}>>;
|
|
56988
56994
|
}, "strip", z.ZodTypeAny, {
|
|
56989
|
-
messageType: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
56995
|
+
messageType: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
56990
56996
|
roomId: string;
|
|
56991
56997
|
message?: string | undefined;
|
|
56992
56998
|
messageAttachments?: {
|
|
@@ -56997,6 +57003,8 @@ export declare const mainChatContract: {
|
|
|
56997
57003
|
bucketName: string;
|
|
56998
57004
|
fileSize: number;
|
|
56999
57005
|
thumbnailUrl?: string | undefined;
|
|
57006
|
+
width?: string | undefined;
|
|
57007
|
+
height?: string | undefined;
|
|
57000
57008
|
} | undefined;
|
|
57001
57009
|
user?: {
|
|
57002
57010
|
name: string;
|
|
@@ -57058,7 +57066,7 @@ export declare const mainChatContract: {
|
|
|
57058
57066
|
mentions?: string[] | undefined;
|
|
57059
57067
|
} | undefined;
|
|
57060
57068
|
}, {
|
|
57061
|
-
messageType: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
57069
|
+
messageType: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
57062
57070
|
roomId: string;
|
|
57063
57071
|
message?: string | undefined;
|
|
57064
57072
|
messageAttachments?: {
|
|
@@ -57069,6 +57077,8 @@ export declare const mainChatContract: {
|
|
|
57069
57077
|
bucketName: string;
|
|
57070
57078
|
fileSize: number;
|
|
57071
57079
|
thumbnailUrl?: string | undefined;
|
|
57080
|
+
width?: string | undefined;
|
|
57081
|
+
height?: string | undefined;
|
|
57072
57082
|
} | undefined;
|
|
57073
57083
|
user?: {
|
|
57074
57084
|
name: string;
|
|
@@ -57136,7 +57146,7 @@ export declare const mainChatContract: {
|
|
|
57136
57146
|
200: z.ZodObject<{
|
|
57137
57147
|
requestId: z.ZodString;
|
|
57138
57148
|
data: z.ZodObject<{
|
|
57139
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
57149
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
57140
57150
|
message: z.ZodString;
|
|
57141
57151
|
id: z.ZodString;
|
|
57142
57152
|
url: z.ZodString;
|
|
@@ -61072,7 +61082,7 @@ export declare const mainChatContract: {
|
|
|
61072
61082
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
61073
61083
|
message: z.ZodString;
|
|
61074
61084
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
|
61075
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
61085
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
61076
61086
|
readAt: z.ZodDate;
|
|
61077
61087
|
metadata: z.ZodAny;
|
|
61078
61088
|
platformId: z.ZodString;
|
|
@@ -61730,7 +61740,7 @@ export declare const mainChatContract: {
|
|
|
61730
61740
|
};
|
|
61731
61741
|
}>;
|
|
61732
61742
|
}, "strip", z.ZodTypeAny, {
|
|
61733
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
61743
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
61734
61744
|
message: string;
|
|
61735
61745
|
id: string;
|
|
61736
61746
|
url: string;
|
|
@@ -61892,7 +61902,7 @@ export declare const mainChatContract: {
|
|
|
61892
61902
|
metadata?: any;
|
|
61893
61903
|
template?: any;
|
|
61894
61904
|
}, {
|
|
61895
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
61905
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
61896
61906
|
message: string;
|
|
61897
61907
|
id: string;
|
|
61898
61908
|
url: string;
|
|
@@ -62266,7 +62276,7 @@ export declare const mainChatContract: {
|
|
|
62266
62276
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
62267
62277
|
message: z.ZodString;
|
|
62268
62278
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
|
62269
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
62279
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
62270
62280
|
readAt: z.ZodDate;
|
|
62271
62281
|
metadata: z.ZodAny;
|
|
62272
62282
|
platformId: z.ZodString;
|
|
@@ -65762,7 +65772,7 @@ export declare const mainChatContract: {
|
|
|
65762
65772
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
65763
65773
|
message: z.ZodString;
|
|
65764
65774
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
|
65765
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
65775
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
65766
65776
|
readAt: z.ZodDate;
|
|
65767
65777
|
metadata: z.ZodAny;
|
|
65768
65778
|
platformId: z.ZodString;
|
|
@@ -66420,7 +66430,7 @@ export declare const mainChatContract: {
|
|
|
66420
66430
|
};
|
|
66421
66431
|
}>;
|
|
66422
66432
|
}, "strip", z.ZodTypeAny, {
|
|
66423
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
66433
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
66424
66434
|
message: string;
|
|
66425
66435
|
id: string;
|
|
66426
66436
|
url: string;
|
|
@@ -66582,7 +66592,7 @@ export declare const mainChatContract: {
|
|
|
66582
66592
|
metadata?: any;
|
|
66583
66593
|
template?: any;
|
|
66584
66594
|
}, {
|
|
66585
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
66595
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
66586
66596
|
message: string;
|
|
66587
66597
|
id: string;
|
|
66588
66598
|
url: string;
|
|
@@ -67384,7 +67394,7 @@ export declare const mainChatContract: {
|
|
|
67384
67394
|
editedMessageid: z.ZodString;
|
|
67385
67395
|
label: z.ZodOptional<z.ZodString>;
|
|
67386
67396
|
}, "strip", z.ZodTypeAny, {
|
|
67387
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
67397
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
67388
67398
|
message: string;
|
|
67389
67399
|
id: string;
|
|
67390
67400
|
url: string;
|
|
@@ -67939,7 +67949,7 @@ export declare const mainChatContract: {
|
|
|
67939
67949
|
previewUrl: string;
|
|
67940
67950
|
imageSetId: string;
|
|
67941
67951
|
repliedMessage: {
|
|
67942
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
67952
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
67943
67953
|
message: string;
|
|
67944
67954
|
id: string;
|
|
67945
67955
|
url: string;
|
|
@@ -68150,7 +68160,7 @@ export declare const mainChatContract: {
|
|
|
68150
68160
|
template?: any;
|
|
68151
68161
|
label?: string | undefined;
|
|
68152
68162
|
}, {
|
|
68153
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
68163
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
68154
68164
|
message: string;
|
|
68155
68165
|
id: string;
|
|
68156
68166
|
url: string;
|
|
@@ -68705,7 +68715,7 @@ export declare const mainChatContract: {
|
|
|
68705
68715
|
previewUrl: string;
|
|
68706
68716
|
imageSetId: string;
|
|
68707
68717
|
repliedMessage: {
|
|
68708
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
68718
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
68709
68719
|
message: string;
|
|
68710
68720
|
id: string;
|
|
68711
68721
|
url: string;
|
|
@@ -68917,7 +68927,7 @@ export declare const mainChatContract: {
|
|
|
68917
68927
|
label?: string | undefined;
|
|
68918
68928
|
}>>>;
|
|
68919
68929
|
}, "strip", z.ZodTypeAny, {
|
|
68920
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
68930
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
68921
68931
|
message: string;
|
|
68922
68932
|
id: string;
|
|
68923
68933
|
url: string;
|
|
@@ -69472,7 +69482,7 @@ export declare const mainChatContract: {
|
|
|
69472
69482
|
previewUrl: string;
|
|
69473
69483
|
imageSetId: string;
|
|
69474
69484
|
repliedMessage: {
|
|
69475
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
69485
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
69476
69486
|
message: string;
|
|
69477
69487
|
id: string;
|
|
69478
69488
|
url: string;
|
|
@@ -69683,7 +69693,7 @@ export declare const mainChatContract: {
|
|
|
69683
69693
|
template?: any;
|
|
69684
69694
|
metadata?: any;
|
|
69685
69695
|
fromMessage?: {
|
|
69686
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
69696
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
69687
69697
|
message: string;
|
|
69688
69698
|
id: string;
|
|
69689
69699
|
url: string;
|
|
@@ -70238,7 +70248,7 @@ export declare const mainChatContract: {
|
|
|
70238
70248
|
previewUrl: string;
|
|
70239
70249
|
imageSetId: string;
|
|
70240
70250
|
repliedMessage: {
|
|
70241
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
70251
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
70242
70252
|
message: string;
|
|
70243
70253
|
id: string;
|
|
70244
70254
|
url: string;
|
|
@@ -70450,7 +70460,7 @@ export declare const mainChatContract: {
|
|
|
70450
70460
|
label?: string | undefined;
|
|
70451
70461
|
} | null | undefined;
|
|
70452
70462
|
}, {
|
|
70453
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
70463
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
70454
70464
|
message: string;
|
|
70455
70465
|
id: string;
|
|
70456
70466
|
url: string;
|
|
@@ -71005,7 +71015,7 @@ export declare const mainChatContract: {
|
|
|
71005
71015
|
previewUrl: string;
|
|
71006
71016
|
imageSetId: string;
|
|
71007
71017
|
repliedMessage: {
|
|
71008
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
71018
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
71009
71019
|
message: string;
|
|
71010
71020
|
id: string;
|
|
71011
71021
|
url: string;
|
|
@@ -71216,7 +71226,7 @@ export declare const mainChatContract: {
|
|
|
71216
71226
|
template?: any;
|
|
71217
71227
|
metadata?: any;
|
|
71218
71228
|
fromMessage?: {
|
|
71219
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
71229
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
71220
71230
|
message: string;
|
|
71221
71231
|
id: string;
|
|
71222
71232
|
url: string;
|
|
@@ -71771,7 +71781,7 @@ export declare const mainChatContract: {
|
|
|
71771
71781
|
previewUrl: string;
|
|
71772
71782
|
imageSetId: string;
|
|
71773
71783
|
repliedMessage: {
|
|
71774
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
71784
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
71775
71785
|
message: string;
|
|
71776
71786
|
id: string;
|
|
71777
71787
|
url: string;
|
|
@@ -71985,7 +71995,7 @@ export declare const mainChatContract: {
|
|
|
71985
71995
|
}>;
|
|
71986
71996
|
}, "strip", z.ZodTypeAny, {
|
|
71987
71997
|
data: {
|
|
71988
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
71998
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
71989
71999
|
message: string;
|
|
71990
72000
|
id: string;
|
|
71991
72001
|
url: string;
|
|
@@ -72540,7 +72550,7 @@ export declare const mainChatContract: {
|
|
|
72540
72550
|
previewUrl: string;
|
|
72541
72551
|
imageSetId: string;
|
|
72542
72552
|
repliedMessage: {
|
|
72543
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
72553
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
72544
72554
|
message: string;
|
|
72545
72555
|
id: string;
|
|
72546
72556
|
url: string;
|
|
@@ -72751,7 +72761,7 @@ export declare const mainChatContract: {
|
|
|
72751
72761
|
template?: any;
|
|
72752
72762
|
metadata?: any;
|
|
72753
72763
|
fromMessage?: {
|
|
72754
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
72764
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
72755
72765
|
message: string;
|
|
72756
72766
|
id: string;
|
|
72757
72767
|
url: string;
|
|
@@ -73306,7 +73316,7 @@ export declare const mainChatContract: {
|
|
|
73306
73316
|
previewUrl: string;
|
|
73307
73317
|
imageSetId: string;
|
|
73308
73318
|
repliedMessage: {
|
|
73309
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
73319
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
73310
73320
|
message: string;
|
|
73311
73321
|
id: string;
|
|
73312
73322
|
url: string;
|
|
@@ -73521,7 +73531,7 @@ export declare const mainChatContract: {
|
|
|
73521
73531
|
requestId: string;
|
|
73522
73532
|
}, {
|
|
73523
73533
|
data: {
|
|
73524
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
73534
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
73525
73535
|
message: string;
|
|
73526
73536
|
id: string;
|
|
73527
73537
|
url: string;
|
|
@@ -74076,7 +74086,7 @@ export declare const mainChatContract: {
|
|
|
74076
74086
|
previewUrl: string;
|
|
74077
74087
|
imageSetId: string;
|
|
74078
74088
|
repliedMessage: {
|
|
74079
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
74089
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
74080
74090
|
message: string;
|
|
74081
74091
|
id: string;
|
|
74082
74092
|
url: string;
|
|
@@ -74287,7 +74297,7 @@ export declare const mainChatContract: {
|
|
|
74287
74297
|
template?: any;
|
|
74288
74298
|
metadata?: any;
|
|
74289
74299
|
fromMessage?: {
|
|
74290
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
74300
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
74291
74301
|
message: string;
|
|
74292
74302
|
id: string;
|
|
74293
74303
|
url: string;
|
|
@@ -74842,7 +74852,7 @@ export declare const mainChatContract: {
|
|
|
74842
74852
|
previewUrl: string;
|
|
74843
74853
|
imageSetId: string;
|
|
74844
74854
|
repliedMessage: {
|
|
74845
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
74855
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
74846
74856
|
message: string;
|
|
74847
74857
|
id: string;
|
|
74848
74858
|
url: string;
|
|
@@ -75234,7 +75244,7 @@ export declare const mainChatContract: {
|
|
|
75234
75244
|
page: z.ZodNumber;
|
|
75235
75245
|
pageSize: z.ZodNumber;
|
|
75236
75246
|
data: z.ZodArray<z.ZodObject<{
|
|
75237
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
75247
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
75238
75248
|
message: z.ZodString;
|
|
75239
75249
|
id: z.ZodString;
|
|
75240
75250
|
url: z.ZodString;
|
|
@@ -79170,7 +79180,7 @@ export declare const mainChatContract: {
|
|
|
79170
79180
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
79171
79181
|
message: z.ZodString;
|
|
79172
79182
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
|
79173
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
79183
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
79174
79184
|
readAt: z.ZodDate;
|
|
79175
79185
|
metadata: z.ZodAny;
|
|
79176
79186
|
platformId: z.ZodString;
|
|
@@ -79828,7 +79838,7 @@ export declare const mainChatContract: {
|
|
|
79828
79838
|
};
|
|
79829
79839
|
}>;
|
|
79830
79840
|
}, "strip", z.ZodTypeAny, {
|
|
79831
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
79841
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
79832
79842
|
message: string;
|
|
79833
79843
|
id: string;
|
|
79834
79844
|
url: string;
|
|
@@ -79990,7 +80000,7 @@ export declare const mainChatContract: {
|
|
|
79990
80000
|
metadata?: any;
|
|
79991
80001
|
template?: any;
|
|
79992
80002
|
}, {
|
|
79993
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
80003
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
79994
80004
|
message: string;
|
|
79995
80005
|
id: string;
|
|
79996
80006
|
url: string;
|
|
@@ -80365,7 +80375,7 @@ export declare const mainChatContract: {
|
|
|
80365
80375
|
updatedAt: z.ZodDate;
|
|
80366
80376
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
80367
80377
|
message: z.ZodNullable<z.ZodString>;
|
|
80368
|
-
type: z.ZodUnion<[z.ZodEnum<["text", "added_photos", "added_video", "shared_story", "mobile_status_update", "no_data"]>, z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>]>;
|
|
80378
|
+
type: z.ZodUnion<[z.ZodEnum<["text", "added_photos", "added_video", "shared_story", "mobile_status_update", "no_data"]>, z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>]>;
|
|
80369
80379
|
metadata: z.ZodAny;
|
|
80370
80380
|
platformId: z.ZodString;
|
|
80371
80381
|
platformMessageId: z.ZodString;
|
|
@@ -82178,7 +82188,7 @@ export declare const mainChatContract: {
|
|
|
82178
82188
|
}>;
|
|
82179
82189
|
permalinkURL: z.ZodString;
|
|
82180
82190
|
}, "strip", z.ZodTypeAny, {
|
|
82181
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "added_photos" | "added_video" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
82191
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "added_photos" | "added_video" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
82182
82192
|
message: string | null;
|
|
82183
82193
|
id: string;
|
|
82184
82194
|
channel: {
|
|
@@ -82460,7 +82470,7 @@ export declare const mainChatContract: {
|
|
|
82460
82470
|
metadata?: any;
|
|
82461
82471
|
template?: any;
|
|
82462
82472
|
}, {
|
|
82463
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "added_photos" | "added_video" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
82473
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "added_photos" | "added_video" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
82464
82474
|
message: string | null;
|
|
82465
82475
|
id: string;
|
|
82466
82476
|
channel: {
|
|
@@ -82744,7 +82754,7 @@ export declare const mainChatContract: {
|
|
|
82744
82754
|
}>>;
|
|
82745
82755
|
replyReaction: z.ZodNullable<z.ZodString>;
|
|
82746
82756
|
}, "strip", z.ZodTypeAny, {
|
|
82747
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
82757
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
82748
82758
|
message: string;
|
|
82749
82759
|
id: string;
|
|
82750
82760
|
url: string;
|
|
@@ -83299,7 +83309,7 @@ export declare const mainChatContract: {
|
|
|
83299
83309
|
previewUrl: string;
|
|
83300
83310
|
imageSetId: string;
|
|
83301
83311
|
repliedMessage: {
|
|
83302
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
83312
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
83303
83313
|
message: string;
|
|
83304
83314
|
id: string;
|
|
83305
83315
|
url: string;
|
|
@@ -83509,7 +83519,7 @@ export declare const mainChatContract: {
|
|
|
83509
83519
|
parentMessageId: string | null;
|
|
83510
83520
|
feedPostId: string | null;
|
|
83511
83521
|
feedPost: {
|
|
83512
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "added_photos" | "added_video" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
83522
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "added_photos" | "added_video" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
83513
83523
|
message: string | null;
|
|
83514
83524
|
id: string;
|
|
83515
83525
|
channel: {
|
|
@@ -83796,7 +83806,7 @@ export declare const mainChatContract: {
|
|
|
83796
83806
|
template?: any;
|
|
83797
83807
|
metadata?: any;
|
|
83798
83808
|
}, {
|
|
83799
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
83809
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
83800
83810
|
message: string;
|
|
83801
83811
|
id: string;
|
|
83802
83812
|
url: string;
|
|
@@ -84351,7 +84361,7 @@ export declare const mainChatContract: {
|
|
|
84351
84361
|
previewUrl: string;
|
|
84352
84362
|
imageSetId: string;
|
|
84353
84363
|
repliedMessage: {
|
|
84354
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
84364
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
84355
84365
|
message: string;
|
|
84356
84366
|
id: string;
|
|
84357
84367
|
url: string;
|
|
@@ -84561,7 +84571,7 @@ export declare const mainChatContract: {
|
|
|
84561
84571
|
parentMessageId: string | null;
|
|
84562
84572
|
feedPostId: string | null;
|
|
84563
84573
|
feedPost: {
|
|
84564
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "added_photos" | "added_video" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
84574
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "added_photos" | "added_video" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
84565
84575
|
message: string | null;
|
|
84566
84576
|
id: string;
|
|
84567
84577
|
channel: {
|
|
@@ -84850,7 +84860,7 @@ export declare const mainChatContract: {
|
|
|
84850
84860
|
}>, "many">;
|
|
84851
84861
|
}, "strip", z.ZodTypeAny, {
|
|
84852
84862
|
data: {
|
|
84853
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
84863
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
84854
84864
|
message: string;
|
|
84855
84865
|
id: string;
|
|
84856
84866
|
url: string;
|
|
@@ -85405,7 +85415,7 @@ export declare const mainChatContract: {
|
|
|
85405
85415
|
previewUrl: string;
|
|
85406
85416
|
imageSetId: string;
|
|
85407
85417
|
repliedMessage: {
|
|
85408
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
85418
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
85409
85419
|
message: string;
|
|
85410
85420
|
id: string;
|
|
85411
85421
|
url: string;
|
|
@@ -85615,7 +85625,7 @@ export declare const mainChatContract: {
|
|
|
85615
85625
|
parentMessageId: string | null;
|
|
85616
85626
|
feedPostId: string | null;
|
|
85617
85627
|
feedPost: {
|
|
85618
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "added_photos" | "added_video" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
85628
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "added_photos" | "added_video" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
85619
85629
|
message: string | null;
|
|
85620
85630
|
id: string;
|
|
85621
85631
|
channel: {
|
|
@@ -85908,7 +85918,7 @@ export declare const mainChatContract: {
|
|
|
85908
85918
|
requestId: string;
|
|
85909
85919
|
}, {
|
|
85910
85920
|
data: {
|
|
85911
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
85921
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
85912
85922
|
message: string;
|
|
85913
85923
|
id: string;
|
|
85914
85924
|
url: string;
|
|
@@ -86463,7 +86473,7 @@ export declare const mainChatContract: {
|
|
|
86463
86473
|
previewUrl: string;
|
|
86464
86474
|
imageSetId: string;
|
|
86465
86475
|
repliedMessage: {
|
|
86466
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
86476
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
86467
86477
|
message: string;
|
|
86468
86478
|
id: string;
|
|
86469
86479
|
url: string;
|
|
@@ -86673,7 +86683,7 @@ export declare const mainChatContract: {
|
|
|
86673
86683
|
parentMessageId: string | null;
|
|
86674
86684
|
feedPostId: string | null;
|
|
86675
86685
|
feedPost: {
|
|
86676
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "added_photos" | "added_video" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
86686
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "added_photos" | "added_video" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
86677
86687
|
message: string | null;
|
|
86678
86688
|
id: string;
|
|
86679
86689
|
channel: {
|
|
@@ -101115,17 +101125,17 @@ export declare const initiateMessageContract: {
|
|
|
101115
101125
|
contactId: z.ZodOptional<z.ZodString>;
|
|
101116
101126
|
message: z.ZodObject<{
|
|
101117
101127
|
message: z.ZodOptional<z.ZodString>;
|
|
101118
|
-
messageType: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
101128
|
+
messageType: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
101119
101129
|
}, "strip", z.ZodTypeAny, {
|
|
101120
|
-
messageType: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
101130
|
+
messageType: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
101121
101131
|
message?: string | undefined;
|
|
101122
101132
|
}, {
|
|
101123
|
-
messageType: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
101133
|
+
messageType: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
101124
101134
|
message?: string | undefined;
|
|
101125
101135
|
}>;
|
|
101126
101136
|
}, "strip", z.ZodTypeAny, {
|
|
101127
101137
|
message: {
|
|
101128
|
-
messageType: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
101138
|
+
messageType: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
101129
101139
|
message?: string | undefined;
|
|
101130
101140
|
};
|
|
101131
101141
|
channelId: string;
|
|
@@ -101133,7 +101143,7 @@ export declare const initiateMessageContract: {
|
|
|
101133
101143
|
contactId?: string | undefined;
|
|
101134
101144
|
}, {
|
|
101135
101145
|
message: {
|
|
101136
|
-
messageType: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
101146
|
+
messageType: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
101137
101147
|
message?: string | undefined;
|
|
101138
101148
|
};
|
|
101139
101149
|
channelId: string;
|
|
@@ -101151,7 +101161,7 @@ export declare const initiateMessageContract: {
|
|
|
101151
101161
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
101152
101162
|
message: z.ZodString;
|
|
101153
101163
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
|
101154
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
101164
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
101155
101165
|
readAt: z.ZodDate;
|
|
101156
101166
|
metadata: z.ZodAny;
|
|
101157
101167
|
platformId: z.ZodString;
|
|
@@ -104647,7 +104657,7 @@ export declare const initiateMessageContract: {
|
|
|
104647
104657
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
104648
104658
|
message: z.ZodString;
|
|
104649
104659
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
|
104650
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
104660
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
104651
104661
|
readAt: z.ZodDate;
|
|
104652
104662
|
metadata: z.ZodAny;
|
|
104653
104663
|
platformId: z.ZodString;
|
|
@@ -105305,7 +105315,7 @@ export declare const initiateMessageContract: {
|
|
|
105305
105315
|
};
|
|
105306
105316
|
}>;
|
|
105307
105317
|
}, "strip", z.ZodTypeAny, {
|
|
105308
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
105318
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
105309
105319
|
message: string;
|
|
105310
105320
|
id: string;
|
|
105311
105321
|
url: string;
|
|
@@ -105467,7 +105477,7 @@ export declare const initiateMessageContract: {
|
|
|
105467
105477
|
metadata?: any;
|
|
105468
105478
|
template?: any;
|
|
105469
105479
|
}, {
|
|
105470
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
105480
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
105471
105481
|
message: string;
|
|
105472
105482
|
id: string;
|
|
105473
105483
|
url: string;
|
|
@@ -106269,7 +106279,7 @@ export declare const initiateMessageContract: {
|
|
|
106269
106279
|
editedMessageid: z.ZodString;
|
|
106270
106280
|
label: z.ZodOptional<z.ZodString>;
|
|
106271
106281
|
}, "strip", z.ZodTypeAny, {
|
|
106272
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
106282
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
106273
106283
|
message: string;
|
|
106274
106284
|
id: string;
|
|
106275
106285
|
url: string;
|
|
@@ -106824,7 +106834,7 @@ export declare const initiateMessageContract: {
|
|
|
106824
106834
|
previewUrl: string;
|
|
106825
106835
|
imageSetId: string;
|
|
106826
106836
|
repliedMessage: {
|
|
106827
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
106837
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
106828
106838
|
message: string;
|
|
106829
106839
|
id: string;
|
|
106830
106840
|
url: string;
|
|
@@ -107035,7 +107045,7 @@ export declare const initiateMessageContract: {
|
|
|
107035
107045
|
template?: any;
|
|
107036
107046
|
label?: string | undefined;
|
|
107037
107047
|
}, {
|
|
107038
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
107048
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
107039
107049
|
message: string;
|
|
107040
107050
|
id: string;
|
|
107041
107051
|
url: string;
|
|
@@ -107590,7 +107600,7 @@ export declare const initiateMessageContract: {
|
|
|
107590
107600
|
previewUrl: string;
|
|
107591
107601
|
imageSetId: string;
|
|
107592
107602
|
repliedMessage: {
|
|
107593
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
107603
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
107594
107604
|
message: string;
|
|
107595
107605
|
id: string;
|
|
107596
107606
|
url: string;
|
|
@@ -107803,7 +107813,7 @@ export declare const initiateMessageContract: {
|
|
|
107803
107813
|
}>;
|
|
107804
107814
|
}, "strip", z.ZodTypeAny, {
|
|
107805
107815
|
data: {
|
|
107806
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
107816
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
107807
107817
|
message: string;
|
|
107808
107818
|
id: string;
|
|
107809
107819
|
url: string;
|
|
@@ -108358,7 +108368,7 @@ export declare const initiateMessageContract: {
|
|
|
108358
108368
|
previewUrl: string;
|
|
108359
108369
|
imageSetId: string;
|
|
108360
108370
|
repliedMessage: {
|
|
108361
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
108371
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
108362
108372
|
message: string;
|
|
108363
108373
|
id: string;
|
|
108364
108374
|
url: string;
|
|
@@ -108572,7 +108582,7 @@ export declare const initiateMessageContract: {
|
|
|
108572
108582
|
requestId: string;
|
|
108573
108583
|
}, {
|
|
108574
108584
|
data: {
|
|
108575
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
108585
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
108576
108586
|
message: string;
|
|
108577
108587
|
id: string;
|
|
108578
108588
|
url: string;
|
|
@@ -109127,7 +109137,7 @@ export declare const initiateMessageContract: {
|
|
|
109127
109137
|
previewUrl: string;
|
|
109128
109138
|
imageSetId: string;
|
|
109129
109139
|
repliedMessage: {
|
|
109130
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
109140
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
109131
109141
|
message: string;
|
|
109132
109142
|
id: string;
|
|
109133
109143
|
url: string;
|
|
@@ -109384,7 +109394,7 @@ export declare const mainChatMessageContract: {
|
|
|
109384
109394
|
sendMessage: {
|
|
109385
109395
|
body: z.ZodObject<{
|
|
109386
109396
|
roomId: z.ZodString;
|
|
109387
|
-
messageType: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
109397
|
+
messageType: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
109388
109398
|
message: z.ZodOptional<z.ZodString>;
|
|
109389
109399
|
messageAttachments: z.ZodOptional<z.ZodObject<{
|
|
109390
109400
|
bucketName: z.ZodString;
|
|
@@ -109394,6 +109404,8 @@ export declare const mainChatMessageContract: {
|
|
|
109394
109404
|
url: z.ZodNullable<z.ZodString>;
|
|
109395
109405
|
fileType: z.ZodString;
|
|
109396
109406
|
thumbnailUrl: z.ZodOptional<z.ZodString>;
|
|
109407
|
+
width: z.ZodOptional<z.ZodString>;
|
|
109408
|
+
height: z.ZodOptional<z.ZodString>;
|
|
109397
109409
|
}, "strip", z.ZodTypeAny, {
|
|
109398
109410
|
url: string | null;
|
|
109399
109411
|
fileName: string;
|
|
@@ -109402,6 +109414,8 @@ export declare const mainChatMessageContract: {
|
|
|
109402
109414
|
bucketName: string;
|
|
109403
109415
|
fileSize: number;
|
|
109404
109416
|
thumbnailUrl?: string | undefined;
|
|
109417
|
+
width?: string | undefined;
|
|
109418
|
+
height?: string | undefined;
|
|
109405
109419
|
}, {
|
|
109406
109420
|
url: string | null;
|
|
109407
109421
|
fileName: string;
|
|
@@ -109410,6 +109424,8 @@ export declare const mainChatMessageContract: {
|
|
|
109410
109424
|
bucketName: string;
|
|
109411
109425
|
fileSize: number;
|
|
109412
109426
|
thumbnailUrl?: string | undefined;
|
|
109427
|
+
width?: string | undefined;
|
|
109428
|
+
height?: string | undefined;
|
|
109413
109429
|
}>>;
|
|
109414
109430
|
user: z.ZodOptional<z.ZodObject<{
|
|
109415
109431
|
id: z.ZodString;
|
|
@@ -109643,7 +109659,7 @@ export declare const mainChatMessageContract: {
|
|
|
109643
109659
|
mentions?: string[] | undefined;
|
|
109644
109660
|
}>>;
|
|
109645
109661
|
}, "strip", z.ZodTypeAny, {
|
|
109646
|
-
messageType: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
109662
|
+
messageType: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
109647
109663
|
roomId: string;
|
|
109648
109664
|
message?: string | undefined;
|
|
109649
109665
|
messageAttachments?: {
|
|
@@ -109654,6 +109670,8 @@ export declare const mainChatMessageContract: {
|
|
|
109654
109670
|
bucketName: string;
|
|
109655
109671
|
fileSize: number;
|
|
109656
109672
|
thumbnailUrl?: string | undefined;
|
|
109673
|
+
width?: string | undefined;
|
|
109674
|
+
height?: string | undefined;
|
|
109657
109675
|
} | undefined;
|
|
109658
109676
|
user?: {
|
|
109659
109677
|
name: string;
|
|
@@ -109715,7 +109733,7 @@ export declare const mainChatMessageContract: {
|
|
|
109715
109733
|
mentions?: string[] | undefined;
|
|
109716
109734
|
} | undefined;
|
|
109717
109735
|
}, {
|
|
109718
|
-
messageType: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
109736
|
+
messageType: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
109719
109737
|
roomId: string;
|
|
109720
109738
|
message?: string | undefined;
|
|
109721
109739
|
messageAttachments?: {
|
|
@@ -109726,6 +109744,8 @@ export declare const mainChatMessageContract: {
|
|
|
109726
109744
|
bucketName: string;
|
|
109727
109745
|
fileSize: number;
|
|
109728
109746
|
thumbnailUrl?: string | undefined;
|
|
109747
|
+
width?: string | undefined;
|
|
109748
|
+
height?: string | undefined;
|
|
109729
109749
|
} | undefined;
|
|
109730
109750
|
user?: {
|
|
109731
109751
|
name: string;
|
|
@@ -109793,7 +109813,7 @@ export declare const mainChatMessageContract: {
|
|
|
109793
109813
|
200: z.ZodObject<{
|
|
109794
109814
|
requestId: z.ZodString;
|
|
109795
109815
|
data: z.ZodObject<{
|
|
109796
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
109816
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
109797
109817
|
message: z.ZodString;
|
|
109798
109818
|
id: z.ZodString;
|
|
109799
109819
|
url: z.ZodString;
|
|
@@ -113729,7 +113749,7 @@ export declare const mainChatMessageContract: {
|
|
|
113729
113749
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
113730
113750
|
message: z.ZodString;
|
|
113731
113751
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
|
113732
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
113752
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
113733
113753
|
readAt: z.ZodDate;
|
|
113734
113754
|
metadata: z.ZodAny;
|
|
113735
113755
|
platformId: z.ZodString;
|
|
@@ -114387,7 +114407,7 @@ export declare const mainChatMessageContract: {
|
|
|
114387
114407
|
};
|
|
114388
114408
|
}>;
|
|
114389
114409
|
}, "strip", z.ZodTypeAny, {
|
|
114390
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
114410
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
114391
114411
|
message: string;
|
|
114392
114412
|
id: string;
|
|
114393
114413
|
url: string;
|
|
@@ -114549,7 +114569,7 @@ export declare const mainChatMessageContract: {
|
|
|
114549
114569
|
metadata?: any;
|
|
114550
114570
|
template?: any;
|
|
114551
114571
|
}, {
|
|
114552
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
114572
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
114553
114573
|
message: string;
|
|
114554
114574
|
id: string;
|
|
114555
114575
|
url: string;
|
|
@@ -114923,7 +114943,7 @@ export declare const mainChatMessageContract: {
|
|
|
114923
114943
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
114924
114944
|
message: z.ZodString;
|
|
114925
114945
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
|
114926
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
114946
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
114927
114947
|
readAt: z.ZodDate;
|
|
114928
114948
|
metadata: z.ZodAny;
|
|
114929
114949
|
platformId: z.ZodString;
|
|
@@ -118419,7 +118439,7 @@ export declare const mainChatMessageContract: {
|
|
|
118419
118439
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
118420
118440
|
message: z.ZodString;
|
|
118421
118441
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
|
118422
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
118442
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
118423
118443
|
readAt: z.ZodDate;
|
|
118424
118444
|
metadata: z.ZodAny;
|
|
118425
118445
|
platformId: z.ZodString;
|
|
@@ -119077,7 +119097,7 @@ export declare const mainChatMessageContract: {
|
|
|
119077
119097
|
};
|
|
119078
119098
|
}>;
|
|
119079
119099
|
}, "strip", z.ZodTypeAny, {
|
|
119080
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
119100
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
119081
119101
|
message: string;
|
|
119082
119102
|
id: string;
|
|
119083
119103
|
url: string;
|
|
@@ -119239,7 +119259,7 @@ export declare const mainChatMessageContract: {
|
|
|
119239
119259
|
metadata?: any;
|
|
119240
119260
|
template?: any;
|
|
119241
119261
|
}, {
|
|
119242
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
119262
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
119243
119263
|
message: string;
|
|
119244
119264
|
id: string;
|
|
119245
119265
|
url: string;
|
|
@@ -120041,7 +120061,7 @@ export declare const mainChatMessageContract: {
|
|
|
120041
120061
|
editedMessageid: z.ZodString;
|
|
120042
120062
|
label: z.ZodOptional<z.ZodString>;
|
|
120043
120063
|
}, "strip", z.ZodTypeAny, {
|
|
120044
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
120064
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
120045
120065
|
message: string;
|
|
120046
120066
|
id: string;
|
|
120047
120067
|
url: string;
|
|
@@ -120596,7 +120616,7 @@ export declare const mainChatMessageContract: {
|
|
|
120596
120616
|
previewUrl: string;
|
|
120597
120617
|
imageSetId: string;
|
|
120598
120618
|
repliedMessage: {
|
|
120599
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
120619
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
120600
120620
|
message: string;
|
|
120601
120621
|
id: string;
|
|
120602
120622
|
url: string;
|
|
@@ -120807,7 +120827,7 @@ export declare const mainChatMessageContract: {
|
|
|
120807
120827
|
template?: any;
|
|
120808
120828
|
label?: string | undefined;
|
|
120809
120829
|
}, {
|
|
120810
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
120830
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
120811
120831
|
message: string;
|
|
120812
120832
|
id: string;
|
|
120813
120833
|
url: string;
|
|
@@ -121362,7 +121382,7 @@ export declare const mainChatMessageContract: {
|
|
|
121362
121382
|
previewUrl: string;
|
|
121363
121383
|
imageSetId: string;
|
|
121364
121384
|
repliedMessage: {
|
|
121365
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
121385
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
121366
121386
|
message: string;
|
|
121367
121387
|
id: string;
|
|
121368
121388
|
url: string;
|
|
@@ -121574,7 +121594,7 @@ export declare const mainChatMessageContract: {
|
|
|
121574
121594
|
label?: string | undefined;
|
|
121575
121595
|
}>>>;
|
|
121576
121596
|
}, "strip", z.ZodTypeAny, {
|
|
121577
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
121597
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
121578
121598
|
message: string;
|
|
121579
121599
|
id: string;
|
|
121580
121600
|
url: string;
|
|
@@ -122129,7 +122149,7 @@ export declare const mainChatMessageContract: {
|
|
|
122129
122149
|
previewUrl: string;
|
|
122130
122150
|
imageSetId: string;
|
|
122131
122151
|
repliedMessage: {
|
|
122132
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
122152
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
122133
122153
|
message: string;
|
|
122134
122154
|
id: string;
|
|
122135
122155
|
url: string;
|
|
@@ -122340,7 +122360,7 @@ export declare const mainChatMessageContract: {
|
|
|
122340
122360
|
template?: any;
|
|
122341
122361
|
metadata?: any;
|
|
122342
122362
|
fromMessage?: {
|
|
122343
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
122363
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
122344
122364
|
message: string;
|
|
122345
122365
|
id: string;
|
|
122346
122366
|
url: string;
|
|
@@ -122895,7 +122915,7 @@ export declare const mainChatMessageContract: {
|
|
|
122895
122915
|
previewUrl: string;
|
|
122896
122916
|
imageSetId: string;
|
|
122897
122917
|
repliedMessage: {
|
|
122898
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
122918
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
122899
122919
|
message: string;
|
|
122900
122920
|
id: string;
|
|
122901
122921
|
url: string;
|
|
@@ -123107,7 +123127,7 @@ export declare const mainChatMessageContract: {
|
|
|
123107
123127
|
label?: string | undefined;
|
|
123108
123128
|
} | null | undefined;
|
|
123109
123129
|
}, {
|
|
123110
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
123130
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
123111
123131
|
message: string;
|
|
123112
123132
|
id: string;
|
|
123113
123133
|
url: string;
|
|
@@ -123662,7 +123682,7 @@ export declare const mainChatMessageContract: {
|
|
|
123662
123682
|
previewUrl: string;
|
|
123663
123683
|
imageSetId: string;
|
|
123664
123684
|
repliedMessage: {
|
|
123665
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
123685
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
123666
123686
|
message: string;
|
|
123667
123687
|
id: string;
|
|
123668
123688
|
url: string;
|
|
@@ -123873,7 +123893,7 @@ export declare const mainChatMessageContract: {
|
|
|
123873
123893
|
template?: any;
|
|
123874
123894
|
metadata?: any;
|
|
123875
123895
|
fromMessage?: {
|
|
123876
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
123896
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
123877
123897
|
message: string;
|
|
123878
123898
|
id: string;
|
|
123879
123899
|
url: string;
|
|
@@ -124428,7 +124448,7 @@ export declare const mainChatMessageContract: {
|
|
|
124428
124448
|
previewUrl: string;
|
|
124429
124449
|
imageSetId: string;
|
|
124430
124450
|
repliedMessage: {
|
|
124431
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
124451
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
124432
124452
|
message: string;
|
|
124433
124453
|
id: string;
|
|
124434
124454
|
url: string;
|
|
@@ -124642,7 +124662,7 @@ export declare const mainChatMessageContract: {
|
|
|
124642
124662
|
}>;
|
|
124643
124663
|
}, "strip", z.ZodTypeAny, {
|
|
124644
124664
|
data: {
|
|
124645
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
124665
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
124646
124666
|
message: string;
|
|
124647
124667
|
id: string;
|
|
124648
124668
|
url: string;
|
|
@@ -125197,7 +125217,7 @@ export declare const mainChatMessageContract: {
|
|
|
125197
125217
|
previewUrl: string;
|
|
125198
125218
|
imageSetId: string;
|
|
125199
125219
|
repliedMessage: {
|
|
125200
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
125220
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
125201
125221
|
message: string;
|
|
125202
125222
|
id: string;
|
|
125203
125223
|
url: string;
|
|
@@ -125408,7 +125428,7 @@ export declare const mainChatMessageContract: {
|
|
|
125408
125428
|
template?: any;
|
|
125409
125429
|
metadata?: any;
|
|
125410
125430
|
fromMessage?: {
|
|
125411
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
125431
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
125412
125432
|
message: string;
|
|
125413
125433
|
id: string;
|
|
125414
125434
|
url: string;
|
|
@@ -125963,7 +125983,7 @@ export declare const mainChatMessageContract: {
|
|
|
125963
125983
|
previewUrl: string;
|
|
125964
125984
|
imageSetId: string;
|
|
125965
125985
|
repliedMessage: {
|
|
125966
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
125986
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
125967
125987
|
message: string;
|
|
125968
125988
|
id: string;
|
|
125969
125989
|
url: string;
|
|
@@ -126178,7 +126198,7 @@ export declare const mainChatMessageContract: {
|
|
|
126178
126198
|
requestId: string;
|
|
126179
126199
|
}, {
|
|
126180
126200
|
data: {
|
|
126181
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
126201
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
126182
126202
|
message: string;
|
|
126183
126203
|
id: string;
|
|
126184
126204
|
url: string;
|
|
@@ -126733,7 +126753,7 @@ export declare const mainChatMessageContract: {
|
|
|
126733
126753
|
previewUrl: string;
|
|
126734
126754
|
imageSetId: string;
|
|
126735
126755
|
repliedMessage: {
|
|
126736
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
126756
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
126737
126757
|
message: string;
|
|
126738
126758
|
id: string;
|
|
126739
126759
|
url: string;
|
|
@@ -126944,7 +126964,7 @@ export declare const mainChatMessageContract: {
|
|
|
126944
126964
|
template?: any;
|
|
126945
126965
|
metadata?: any;
|
|
126946
126966
|
fromMessage?: {
|
|
126947
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
126967
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
126948
126968
|
message: string;
|
|
126949
126969
|
id: string;
|
|
126950
126970
|
url: string;
|
|
@@ -127499,7 +127519,7 @@ export declare const mainChatMessageContract: {
|
|
|
127499
127519
|
previewUrl: string;
|
|
127500
127520
|
imageSetId: string;
|
|
127501
127521
|
repliedMessage: {
|
|
127502
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
127522
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
127503
127523
|
message: string;
|
|
127504
127524
|
id: string;
|
|
127505
127525
|
url: string;
|
|
@@ -128139,7 +128159,7 @@ export declare const mainChatMessageContract: {
|
|
|
128139
128159
|
id: z.ZodOptional<z.ZodString>;
|
|
128140
128160
|
message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
128141
128161
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
|
128142
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
128162
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
128143
128163
|
readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
|
128144
128164
|
metadata: z.ZodOptional<z.ZodAny>;
|
|
128145
128165
|
platformId: z.ZodOptional<z.ZodString>;
|
|
@@ -128191,7 +128211,7 @@ export declare const mainChatMessageContract: {
|
|
|
128191
128211
|
parentMessageId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
128192
128212
|
feedPostId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
128193
128213
|
}, "strip", z.ZodTypeAny, {
|
|
128194
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
128214
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
128195
128215
|
direction: "incoming" | "outgoing" | "system";
|
|
128196
128216
|
id?: string | undefined;
|
|
128197
128217
|
message?: string | null | undefined;
|
|
@@ -128222,7 +128242,7 @@ export declare const mainChatMessageContract: {
|
|
|
128222
128242
|
parentMessageId?: string | null | undefined;
|
|
128223
128243
|
feedPostId?: string | null | undefined;
|
|
128224
128244
|
}, {
|
|
128225
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
128245
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
128226
128246
|
direction: "incoming" | "outgoing" | "system";
|
|
128227
128247
|
id?: string | undefined;
|
|
128228
128248
|
message?: string | null | undefined;
|
|
@@ -128255,7 +128275,7 @@ export declare const mainChatMessageContract: {
|
|
|
128255
128275
|
}>;
|
|
128256
128276
|
}, "strip", z.ZodTypeAny, {
|
|
128257
128277
|
message: {
|
|
128258
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
128278
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
128259
128279
|
direction: "incoming" | "outgoing" | "system";
|
|
128260
128280
|
id?: string | undefined;
|
|
128261
128281
|
message?: string | null | undefined;
|
|
@@ -128340,7 +128360,7 @@ export declare const mainChatMessageContract: {
|
|
|
128340
128360
|
};
|
|
128341
128361
|
}, {
|
|
128342
128362
|
message: {
|
|
128343
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
128363
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
128344
128364
|
direction: "incoming" | "outgoing" | "system";
|
|
128345
128365
|
id?: string | undefined;
|
|
128346
128366
|
message?: string | null | undefined;
|
|
@@ -128427,7 +128447,7 @@ export declare const mainChatMessageContract: {
|
|
|
128427
128447
|
}, "strip", z.ZodTypeAny, {
|
|
128428
128448
|
data: {
|
|
128429
128449
|
message: {
|
|
128430
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
128450
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
128431
128451
|
direction: "incoming" | "outgoing" | "system";
|
|
128432
128452
|
id?: string | undefined;
|
|
128433
128453
|
message?: string | null | undefined;
|
|
@@ -128515,7 +128535,7 @@ export declare const mainChatMessageContract: {
|
|
|
128515
128535
|
}, {
|
|
128516
128536
|
data: {
|
|
128517
128537
|
message: {
|
|
128518
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
128538
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
128519
128539
|
direction: "incoming" | "outgoing" | "system";
|
|
128520
128540
|
id?: string | undefined;
|
|
128521
128541
|
message?: string | null | undefined;
|
|
@@ -128649,7 +128669,7 @@ export declare const mainChatMessageContract: {
|
|
|
128649
128669
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
128650
128670
|
message: z.ZodString;
|
|
128651
128671
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
|
128652
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
128672
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
128653
128673
|
readAt: z.ZodDate;
|
|
128654
128674
|
metadata: z.ZodAny;
|
|
128655
128675
|
platformId: z.ZodString;
|
|
@@ -132145,7 +132165,7 @@ export declare const mainChatMessageContract: {
|
|
|
132145
132165
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
132146
132166
|
message: z.ZodString;
|
|
132147
132167
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
|
132148
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
132168
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
132149
132169
|
readAt: z.ZodDate;
|
|
132150
132170
|
metadata: z.ZodAny;
|
|
132151
132171
|
platformId: z.ZodString;
|
|
@@ -132803,7 +132823,7 @@ export declare const mainChatMessageContract: {
|
|
|
132803
132823
|
};
|
|
132804
132824
|
}>;
|
|
132805
132825
|
}, "strip", z.ZodTypeAny, {
|
|
132806
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
132826
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
132807
132827
|
message: string;
|
|
132808
132828
|
id: string;
|
|
132809
132829
|
url: string;
|
|
@@ -132965,7 +132985,7 @@ export declare const mainChatMessageContract: {
|
|
|
132965
132985
|
metadata?: any;
|
|
132966
132986
|
template?: any;
|
|
132967
132987
|
}, {
|
|
132968
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
132988
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
132969
132989
|
message: string;
|
|
132970
132990
|
id: string;
|
|
132971
132991
|
url: string;
|
|
@@ -133767,7 +133787,7 @@ export declare const mainChatMessageContract: {
|
|
|
133767
133787
|
editedMessageid: z.ZodString;
|
|
133768
133788
|
label: z.ZodOptional<z.ZodString>;
|
|
133769
133789
|
}, "strip", z.ZodTypeAny, {
|
|
133770
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
133790
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
133771
133791
|
message: string;
|
|
133772
133792
|
id: string;
|
|
133773
133793
|
url: string;
|
|
@@ -134322,7 +134342,7 @@ export declare const mainChatMessageContract: {
|
|
|
134322
134342
|
previewUrl: string;
|
|
134323
134343
|
imageSetId: string;
|
|
134324
134344
|
repliedMessage: {
|
|
134325
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
134345
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
134326
134346
|
message: string;
|
|
134327
134347
|
id: string;
|
|
134328
134348
|
url: string;
|
|
@@ -134533,7 +134553,7 @@ export declare const mainChatMessageContract: {
|
|
|
134533
134553
|
template?: any;
|
|
134534
134554
|
label?: string | undefined;
|
|
134535
134555
|
}, {
|
|
134536
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
134556
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
134537
134557
|
message: string;
|
|
134538
134558
|
id: string;
|
|
134539
134559
|
url: string;
|
|
@@ -135088,7 +135108,7 @@ export declare const mainChatMessageContract: {
|
|
|
135088
135108
|
previewUrl: string;
|
|
135089
135109
|
imageSetId: string;
|
|
135090
135110
|
repliedMessage: {
|
|
135091
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
135111
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
135092
135112
|
message: string;
|
|
135093
135113
|
id: string;
|
|
135094
135114
|
url: string;
|
|
@@ -135301,7 +135321,7 @@ export declare const mainChatMessageContract: {
|
|
|
135301
135321
|
}>, "many">;
|
|
135302
135322
|
}, "strip", z.ZodTypeAny, {
|
|
135303
135323
|
data: {
|
|
135304
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
135324
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
135305
135325
|
message: string;
|
|
135306
135326
|
id: string;
|
|
135307
135327
|
url: string;
|
|
@@ -135856,7 +135876,7 @@ export declare const mainChatMessageContract: {
|
|
|
135856
135876
|
previewUrl: string;
|
|
135857
135877
|
imageSetId: string;
|
|
135858
135878
|
repliedMessage: {
|
|
135859
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
135879
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
135860
135880
|
message: string;
|
|
135861
135881
|
id: string;
|
|
135862
135882
|
url: string;
|
|
@@ -136070,7 +136090,7 @@ export declare const mainChatMessageContract: {
|
|
|
136070
136090
|
requestId: string;
|
|
136071
136091
|
}, {
|
|
136072
136092
|
data: {
|
|
136073
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
136093
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
136074
136094
|
message: string;
|
|
136075
136095
|
id: string;
|
|
136076
136096
|
url: string;
|
|
@@ -136625,7 +136645,7 @@ export declare const mainChatMessageContract: {
|
|
|
136625
136645
|
previewUrl: string;
|
|
136626
136646
|
imageSetId: string;
|
|
136627
136647
|
repliedMessage: {
|
|
136628
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
136648
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
136629
136649
|
message: string;
|
|
136630
136650
|
id: string;
|
|
136631
136651
|
url: string;
|