@kl1/contracts 1.2.62-uat → 1.2.63-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/chat/index.d.ts +169 -169
- 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 +56 -56
- package/dist/api-contracts/src/contract.d.ts +296 -296
- 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 +3 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -85642,7 +85642,7 @@ export declare const platformContract: {
|
|
|
85642
85642
|
message: import("zod").ZodObject<{
|
|
85643
85643
|
message: import("zod").ZodOptional<import("zod").ZodString>;
|
|
85644
85644
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
85645
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
85645
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
85646
85646
|
readAt: import("zod").ZodOptional<import("zod").ZodDate>;
|
|
85647
85647
|
metadata: import("zod").ZodOptional<import("zod").ZodAny>;
|
|
85648
85648
|
platformId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -85686,7 +85686,7 @@ export declare const platformContract: {
|
|
|
85686
85686
|
phone: string | null;
|
|
85687
85687
|
}>;
|
|
85688
85688
|
}, "strip", import("zod").ZodTypeAny, {
|
|
85689
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
85689
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
85690
85690
|
direction: "incoming" | "outgoing" | "system";
|
|
85691
85691
|
sender: {
|
|
85692
85692
|
name: string;
|
|
@@ -85712,7 +85712,7 @@ export declare const platformContract: {
|
|
|
85712
85712
|
fileSize: number;
|
|
85713
85713
|
} | undefined;
|
|
85714
85714
|
}, {
|
|
85715
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
85715
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
85716
85716
|
direction: "incoming" | "outgoing" | "system";
|
|
85717
85717
|
sender: {
|
|
85718
85718
|
name: string;
|
|
@@ -85740,7 +85740,7 @@ export declare const platformContract: {
|
|
|
85740
85740
|
}>;
|
|
85741
85741
|
}, "strip", import("zod").ZodTypeAny, {
|
|
85742
85742
|
message: {
|
|
85743
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
85743
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
85744
85744
|
direction: "incoming" | "outgoing" | "system";
|
|
85745
85745
|
sender: {
|
|
85746
85746
|
name: string;
|
|
@@ -85850,7 +85850,7 @@ export declare const platformContract: {
|
|
|
85850
85850
|
stickerId: number;
|
|
85851
85851
|
}, {
|
|
85852
85852
|
message: {
|
|
85853
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
85853
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
85854
85854
|
direction: "incoming" | "outgoing" | "system";
|
|
85855
85855
|
sender: {
|
|
85856
85856
|
name: string;
|
|
@@ -86974,7 +86974,7 @@ export declare const platformContract: {
|
|
|
86974
86974
|
id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
86975
86975
|
message: import("zod").ZodOptional<import("zod").ZodString>;
|
|
86976
86976
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
86977
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
86977
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
86978
86978
|
readAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
|
86979
86979
|
metadata: import("zod").ZodOptional<import("zod").ZodAny>;
|
|
86980
86980
|
platformId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -87030,7 +87030,7 @@ export declare const platformContract: {
|
|
|
87030
87030
|
editedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
|
87031
87031
|
label: import("zod").ZodOptional<import("zod").ZodString>;
|
|
87032
87032
|
}, "strip", import("zod").ZodTypeAny, {
|
|
87033
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
87033
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
87034
87034
|
direction: "incoming" | "outgoing" | "system";
|
|
87035
87035
|
id?: string | undefined;
|
|
87036
87036
|
message?: string | undefined;
|
|
@@ -87065,7 +87065,7 @@ export declare const platformContract: {
|
|
|
87065
87065
|
editedAt?: string | Date | null | undefined;
|
|
87066
87066
|
label?: string | undefined;
|
|
87067
87067
|
}, {
|
|
87068
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
87068
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
87069
87069
|
direction: "incoming" | "outgoing" | "system";
|
|
87070
87070
|
id?: string | undefined;
|
|
87071
87071
|
message?: string | undefined;
|
|
@@ -87102,7 +87102,7 @@ export declare const platformContract: {
|
|
|
87102
87102
|
}>;
|
|
87103
87103
|
}, "strip", import("zod").ZodTypeAny, {
|
|
87104
87104
|
message: {
|
|
87105
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
87105
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
87106
87106
|
direction: "incoming" | "outgoing" | "system";
|
|
87107
87107
|
id?: string | undefined;
|
|
87108
87108
|
message?: string | undefined;
|
|
@@ -87232,7 +87232,7 @@ export declare const platformContract: {
|
|
|
87232
87232
|
isBot: boolean | null;
|
|
87233
87233
|
}, {
|
|
87234
87234
|
message: {
|
|
87235
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
87235
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
87236
87236
|
direction: "incoming" | "outgoing" | "system";
|
|
87237
87237
|
id?: string | undefined;
|
|
87238
87238
|
message?: string | undefined;
|
|
@@ -87366,7 +87366,7 @@ export declare const platformContract: {
|
|
|
87366
87366
|
200: import("zod").ZodObject<{
|
|
87367
87367
|
requestId: import("zod").ZodString;
|
|
87368
87368
|
data: import("zod").ZodObject<{
|
|
87369
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
87369
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
87370
87370
|
message: import("zod").ZodString;
|
|
87371
87371
|
id: import("zod").ZodString;
|
|
87372
87372
|
url: import("zod").ZodString;
|
|
@@ -91292,7 +91292,7 @@ export declare const platformContract: {
|
|
|
91292
91292
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
91293
91293
|
message: import("zod").ZodString;
|
|
91294
91294
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
91295
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
91295
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
91296
91296
|
readAt: import("zod").ZodDate;
|
|
91297
91297
|
metadata: import("zod").ZodAny;
|
|
91298
91298
|
platformId: import("zod").ZodString;
|
|
@@ -91950,7 +91950,7 @@ export declare const platformContract: {
|
|
|
91950
91950
|
};
|
|
91951
91951
|
}>;
|
|
91952
91952
|
}, "strip", import("zod").ZodTypeAny, {
|
|
91953
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
91953
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
91954
91954
|
message: string;
|
|
91955
91955
|
id: string;
|
|
91956
91956
|
url: string;
|
|
@@ -92112,7 +92112,7 @@ export declare const platformContract: {
|
|
|
92112
92112
|
metadata?: any;
|
|
92113
92113
|
template?: any;
|
|
92114
92114
|
}, {
|
|
92115
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
92115
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
92116
92116
|
message: string;
|
|
92117
92117
|
id: string;
|
|
92118
92118
|
url: string;
|
|
@@ -92486,7 +92486,7 @@ export declare const platformContract: {
|
|
|
92486
92486
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
92487
92487
|
message: import("zod").ZodString;
|
|
92488
92488
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
92489
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
92489
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
92490
92490
|
readAt: import("zod").ZodDate;
|
|
92491
92491
|
metadata: import("zod").ZodAny;
|
|
92492
92492
|
platformId: import("zod").ZodString;
|
|
@@ -95972,7 +95972,7 @@ export declare const platformContract: {
|
|
|
95972
95972
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
95973
95973
|
message: import("zod").ZodString;
|
|
95974
95974
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
95975
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
95975
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
95976
95976
|
readAt: import("zod").ZodDate;
|
|
95977
95977
|
metadata: import("zod").ZodAny;
|
|
95978
95978
|
platformId: import("zod").ZodString;
|
|
@@ -96630,7 +96630,7 @@ export declare const platformContract: {
|
|
|
96630
96630
|
};
|
|
96631
96631
|
}>;
|
|
96632
96632
|
}, "strip", import("zod").ZodTypeAny, {
|
|
96633
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
96633
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
96634
96634
|
message: string;
|
|
96635
96635
|
id: string;
|
|
96636
96636
|
url: string;
|
|
@@ -96792,7 +96792,7 @@ export declare const platformContract: {
|
|
|
96792
96792
|
metadata?: any;
|
|
96793
96793
|
template?: any;
|
|
96794
96794
|
}, {
|
|
96795
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
96795
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
96796
96796
|
message: string;
|
|
96797
96797
|
id: string;
|
|
96798
96798
|
url: string;
|
|
@@ -97594,7 +97594,7 @@ export declare const platformContract: {
|
|
|
97594
97594
|
editedMessageid: import("zod").ZodString;
|
|
97595
97595
|
label: import("zod").ZodOptional<import("zod").ZodString>;
|
|
97596
97596
|
}, "strip", import("zod").ZodTypeAny, {
|
|
97597
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
97597
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
97598
97598
|
message: string;
|
|
97599
97599
|
id: string;
|
|
97600
97600
|
url: string;
|
|
@@ -98147,7 +98147,7 @@ export declare const platformContract: {
|
|
|
98147
98147
|
previewUrl: string;
|
|
98148
98148
|
imageSetId: string;
|
|
98149
98149
|
repliedMessage: {
|
|
98150
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
98150
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
98151
98151
|
message: string;
|
|
98152
98152
|
id: string;
|
|
98153
98153
|
url: string;
|
|
@@ -98358,7 +98358,7 @@ export declare const platformContract: {
|
|
|
98358
98358
|
template?: any;
|
|
98359
98359
|
label?: string | undefined;
|
|
98360
98360
|
}, {
|
|
98361
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
98361
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
98362
98362
|
message: string;
|
|
98363
98363
|
id: string;
|
|
98364
98364
|
url: string;
|
|
@@ -98911,7 +98911,7 @@ export declare const platformContract: {
|
|
|
98911
98911
|
previewUrl: string;
|
|
98912
98912
|
imageSetId: string;
|
|
98913
98913
|
repliedMessage: {
|
|
98914
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
98914
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
98915
98915
|
message: string;
|
|
98916
98916
|
id: string;
|
|
98917
98917
|
url: string;
|
|
@@ -99123,7 +99123,7 @@ export declare const platformContract: {
|
|
|
99123
99123
|
label?: string | undefined;
|
|
99124
99124
|
}>>>;
|
|
99125
99125
|
}, "strip", import("zod").ZodTypeAny, {
|
|
99126
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
99126
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
99127
99127
|
message: string;
|
|
99128
99128
|
id: string;
|
|
99129
99129
|
url: string;
|
|
@@ -99676,7 +99676,7 @@ export declare const platformContract: {
|
|
|
99676
99676
|
previewUrl: string;
|
|
99677
99677
|
imageSetId: string;
|
|
99678
99678
|
repliedMessage: {
|
|
99679
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
99679
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
99680
99680
|
message: string;
|
|
99681
99681
|
id: string;
|
|
99682
99682
|
url: string;
|
|
@@ -99887,7 +99887,7 @@ export declare const platformContract: {
|
|
|
99887
99887
|
template?: any;
|
|
99888
99888
|
metadata?: any;
|
|
99889
99889
|
fromMessage?: {
|
|
99890
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
99890
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
99891
99891
|
message: string;
|
|
99892
99892
|
id: string;
|
|
99893
99893
|
url: string;
|
|
@@ -100440,7 +100440,7 @@ export declare const platformContract: {
|
|
|
100440
100440
|
previewUrl: string;
|
|
100441
100441
|
imageSetId: string;
|
|
100442
100442
|
repliedMessage: {
|
|
100443
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
100443
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
100444
100444
|
message: string;
|
|
100445
100445
|
id: string;
|
|
100446
100446
|
url: string;
|
|
@@ -100652,7 +100652,7 @@ export declare const platformContract: {
|
|
|
100652
100652
|
label?: string | undefined;
|
|
100653
100653
|
} | null | undefined;
|
|
100654
100654
|
}, {
|
|
100655
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
100655
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
100656
100656
|
message: string;
|
|
100657
100657
|
id: string;
|
|
100658
100658
|
url: string;
|
|
@@ -101205,7 +101205,7 @@ export declare const platformContract: {
|
|
|
101205
101205
|
previewUrl: string;
|
|
101206
101206
|
imageSetId: string;
|
|
101207
101207
|
repliedMessage: {
|
|
101208
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
101208
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
101209
101209
|
message: string;
|
|
101210
101210
|
id: string;
|
|
101211
101211
|
url: string;
|
|
@@ -101416,7 +101416,7 @@ export declare const platformContract: {
|
|
|
101416
101416
|
template?: any;
|
|
101417
101417
|
metadata?: any;
|
|
101418
101418
|
fromMessage?: {
|
|
101419
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
101419
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
101420
101420
|
message: string;
|
|
101421
101421
|
id: string;
|
|
101422
101422
|
url: string;
|
|
@@ -101969,7 +101969,7 @@ export declare const platformContract: {
|
|
|
101969
101969
|
previewUrl: string;
|
|
101970
101970
|
imageSetId: string;
|
|
101971
101971
|
repliedMessage: {
|
|
101972
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
101972
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
101973
101973
|
message: string;
|
|
101974
101974
|
id: string;
|
|
101975
101975
|
url: string;
|
|
@@ -102183,7 +102183,7 @@ export declare const platformContract: {
|
|
|
102183
102183
|
}>;
|
|
102184
102184
|
}, "strip", import("zod").ZodTypeAny, {
|
|
102185
102185
|
data: {
|
|
102186
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
102186
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
102187
102187
|
message: string;
|
|
102188
102188
|
id: string;
|
|
102189
102189
|
url: string;
|
|
@@ -102736,7 +102736,7 @@ export declare const platformContract: {
|
|
|
102736
102736
|
previewUrl: string;
|
|
102737
102737
|
imageSetId: string;
|
|
102738
102738
|
repliedMessage: {
|
|
102739
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
102739
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
102740
102740
|
message: string;
|
|
102741
102741
|
id: string;
|
|
102742
102742
|
url: string;
|
|
@@ -102947,7 +102947,7 @@ export declare const platformContract: {
|
|
|
102947
102947
|
template?: any;
|
|
102948
102948
|
metadata?: any;
|
|
102949
102949
|
fromMessage?: {
|
|
102950
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
102950
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
102951
102951
|
message: string;
|
|
102952
102952
|
id: string;
|
|
102953
102953
|
url: string;
|
|
@@ -103500,7 +103500,7 @@ export declare const platformContract: {
|
|
|
103500
103500
|
previewUrl: string;
|
|
103501
103501
|
imageSetId: string;
|
|
103502
103502
|
repliedMessage: {
|
|
103503
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
103503
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
103504
103504
|
message: string;
|
|
103505
103505
|
id: string;
|
|
103506
103506
|
url: string;
|
|
@@ -103715,7 +103715,7 @@ export declare const platformContract: {
|
|
|
103715
103715
|
requestId: string;
|
|
103716
103716
|
}, {
|
|
103717
103717
|
data: {
|
|
103718
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
103718
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
103719
103719
|
message: string;
|
|
103720
103720
|
id: string;
|
|
103721
103721
|
url: string;
|
|
@@ -104268,7 +104268,7 @@ export declare const platformContract: {
|
|
|
104268
104268
|
previewUrl: string;
|
|
104269
104269
|
imageSetId: string;
|
|
104270
104270
|
repliedMessage: {
|
|
104271
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
104271
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
104272
104272
|
message: string;
|
|
104273
104273
|
id: string;
|
|
104274
104274
|
url: string;
|
|
@@ -104479,7 +104479,7 @@ export declare const platformContract: {
|
|
|
104479
104479
|
template?: any;
|
|
104480
104480
|
metadata?: any;
|
|
104481
104481
|
fromMessage?: {
|
|
104482
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
104482
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
104483
104483
|
message: string;
|
|
104484
104484
|
id: string;
|
|
104485
104485
|
url: string;
|
|
@@ -105032,7 +105032,7 @@ export declare const platformContract: {
|
|
|
105032
105032
|
previewUrl: string;
|
|
105033
105033
|
imageSetId: string;
|
|
105034
105034
|
repliedMessage: {
|
|
105035
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
105035
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
105036
105036
|
message: string;
|
|
105037
105037
|
id: string;
|
|
105038
105038
|
url: string;
|
|
@@ -108824,7 +108824,7 @@ export declare const platformContract: {
|
|
|
108824
108824
|
id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
108825
108825
|
message: import("zod").ZodOptional<import("zod").ZodString>;
|
|
108826
108826
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
108827
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
108827
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
108828
108828
|
readAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
|
108829
108829
|
metadata: import("zod").ZodOptional<import("zod").ZodAny>;
|
|
108830
108830
|
platformId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -108880,7 +108880,7 @@ export declare const platformContract: {
|
|
|
108880
108880
|
editedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
|
108881
108881
|
label: import("zod").ZodOptional<import("zod").ZodString>;
|
|
108882
108882
|
}, "strip", import("zod").ZodTypeAny, {
|
|
108883
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
108883
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
108884
108884
|
direction: "incoming" | "outgoing" | "system";
|
|
108885
108885
|
id?: string | undefined;
|
|
108886
108886
|
message?: string | undefined;
|
|
@@ -108915,7 +108915,7 @@ export declare const platformContract: {
|
|
|
108915
108915
|
editedAt?: string | Date | null | undefined;
|
|
108916
108916
|
label?: string | undefined;
|
|
108917
108917
|
}, {
|
|
108918
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
108918
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
108919
108919
|
direction: "incoming" | "outgoing" | "system";
|
|
108920
108920
|
id?: string | undefined;
|
|
108921
108921
|
message?: string | undefined;
|
|
@@ -108952,7 +108952,7 @@ export declare const platformContract: {
|
|
|
108952
108952
|
}>;
|
|
108953
108953
|
}, "strip", import("zod").ZodTypeAny, {
|
|
108954
108954
|
message: {
|
|
108955
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
108955
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
108956
108956
|
direction: "incoming" | "outgoing" | "system";
|
|
108957
108957
|
id?: string | undefined;
|
|
108958
108958
|
message?: string | undefined;
|
|
@@ -109082,7 +109082,7 @@ export declare const platformContract: {
|
|
|
109082
109082
|
isBot: boolean | null;
|
|
109083
109083
|
}, {
|
|
109084
109084
|
message: {
|
|
109085
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
109085
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
109086
109086
|
direction: "incoming" | "outgoing" | "system";
|
|
109087
109087
|
id?: string | undefined;
|
|
109088
109088
|
message?: string | undefined;
|
|
@@ -109216,7 +109216,7 @@ export declare const platformContract: {
|
|
|
109216
109216
|
200: import("zod").ZodObject<{
|
|
109217
109217
|
requestId: import("zod").ZodString;
|
|
109218
109218
|
data: import("zod").ZodObject<{
|
|
109219
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
109219
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
109220
109220
|
message: import("zod").ZodString;
|
|
109221
109221
|
id: import("zod").ZodString;
|
|
109222
109222
|
url: import("zod").ZodString;
|
|
@@ -113142,7 +113142,7 @@ export declare const platformContract: {
|
|
|
113142
113142
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
113143
113143
|
message: import("zod").ZodString;
|
|
113144
113144
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
113145
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
113145
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
113146
113146
|
readAt: import("zod").ZodDate;
|
|
113147
113147
|
metadata: import("zod").ZodAny;
|
|
113148
113148
|
platformId: import("zod").ZodString;
|
|
@@ -113800,7 +113800,7 @@ export declare const platformContract: {
|
|
|
113800
113800
|
};
|
|
113801
113801
|
}>;
|
|
113802
113802
|
}, "strip", import("zod").ZodTypeAny, {
|
|
113803
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
113803
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
113804
113804
|
message: string;
|
|
113805
113805
|
id: string;
|
|
113806
113806
|
url: string;
|
|
@@ -113962,7 +113962,7 @@ export declare const platformContract: {
|
|
|
113962
113962
|
metadata?: any;
|
|
113963
113963
|
template?: any;
|
|
113964
113964
|
}, {
|
|
113965
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
113965
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
113966
113966
|
message: string;
|
|
113967
113967
|
id: string;
|
|
113968
113968
|
url: string;
|
|
@@ -114336,7 +114336,7 @@ export declare const platformContract: {
|
|
|
114336
114336
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
114337
114337
|
message: import("zod").ZodString;
|
|
114338
114338
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
114339
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
114339
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
114340
114340
|
readAt: import("zod").ZodDate;
|
|
114341
114341
|
metadata: import("zod").ZodAny;
|
|
114342
114342
|
platformId: import("zod").ZodString;
|
|
@@ -117822,7 +117822,7 @@ export declare const platformContract: {
|
|
|
117822
117822
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
117823
117823
|
message: import("zod").ZodString;
|
|
117824
117824
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
117825
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
117825
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
117826
117826
|
readAt: import("zod").ZodDate;
|
|
117827
117827
|
metadata: import("zod").ZodAny;
|
|
117828
117828
|
platformId: import("zod").ZodString;
|
|
@@ -118480,7 +118480,7 @@ export declare const platformContract: {
|
|
|
118480
118480
|
};
|
|
118481
118481
|
}>;
|
|
118482
118482
|
}, "strip", import("zod").ZodTypeAny, {
|
|
118483
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
118483
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
118484
118484
|
message: string;
|
|
118485
118485
|
id: string;
|
|
118486
118486
|
url: string;
|
|
@@ -118642,7 +118642,7 @@ export declare const platformContract: {
|
|
|
118642
118642
|
metadata?: any;
|
|
118643
118643
|
template?: any;
|
|
118644
118644
|
}, {
|
|
118645
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
118645
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
118646
118646
|
message: string;
|
|
118647
118647
|
id: string;
|
|
118648
118648
|
url: string;
|
|
@@ -119444,7 +119444,7 @@ export declare const platformContract: {
|
|
|
119444
119444
|
editedMessageid: import("zod").ZodString;
|
|
119445
119445
|
label: import("zod").ZodOptional<import("zod").ZodString>;
|
|
119446
119446
|
}, "strip", import("zod").ZodTypeAny, {
|
|
119447
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
119447
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
119448
119448
|
message: string;
|
|
119449
119449
|
id: string;
|
|
119450
119450
|
url: string;
|
|
@@ -119997,7 +119997,7 @@ export declare const platformContract: {
|
|
|
119997
119997
|
previewUrl: string;
|
|
119998
119998
|
imageSetId: string;
|
|
119999
119999
|
repliedMessage: {
|
|
120000
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
120000
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
120001
120001
|
message: string;
|
|
120002
120002
|
id: string;
|
|
120003
120003
|
url: string;
|
|
@@ -120208,7 +120208,7 @@ export declare const platformContract: {
|
|
|
120208
120208
|
template?: any;
|
|
120209
120209
|
label?: string | undefined;
|
|
120210
120210
|
}, {
|
|
120211
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
120211
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
120212
120212
|
message: string;
|
|
120213
120213
|
id: string;
|
|
120214
120214
|
url: string;
|
|
@@ -120761,7 +120761,7 @@ export declare const platformContract: {
|
|
|
120761
120761
|
previewUrl: string;
|
|
120762
120762
|
imageSetId: string;
|
|
120763
120763
|
repliedMessage: {
|
|
120764
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
120764
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
120765
120765
|
message: string;
|
|
120766
120766
|
id: string;
|
|
120767
120767
|
url: string;
|
|
@@ -120973,7 +120973,7 @@ export declare const platformContract: {
|
|
|
120973
120973
|
label?: string | undefined;
|
|
120974
120974
|
}>>>;
|
|
120975
120975
|
}, "strip", import("zod").ZodTypeAny, {
|
|
120976
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
120976
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
120977
120977
|
message: string;
|
|
120978
120978
|
id: string;
|
|
120979
120979
|
url: string;
|
|
@@ -121526,7 +121526,7 @@ export declare const platformContract: {
|
|
|
121526
121526
|
previewUrl: string;
|
|
121527
121527
|
imageSetId: string;
|
|
121528
121528
|
repliedMessage: {
|
|
121529
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
121529
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
121530
121530
|
message: string;
|
|
121531
121531
|
id: string;
|
|
121532
121532
|
url: string;
|
|
@@ -121737,7 +121737,7 @@ export declare const platformContract: {
|
|
|
121737
121737
|
template?: any;
|
|
121738
121738
|
metadata?: any;
|
|
121739
121739
|
fromMessage?: {
|
|
121740
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
121740
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
121741
121741
|
message: string;
|
|
121742
121742
|
id: string;
|
|
121743
121743
|
url: string;
|
|
@@ -122290,7 +122290,7 @@ export declare const platformContract: {
|
|
|
122290
122290
|
previewUrl: string;
|
|
122291
122291
|
imageSetId: string;
|
|
122292
122292
|
repliedMessage: {
|
|
122293
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
122293
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
122294
122294
|
message: string;
|
|
122295
122295
|
id: string;
|
|
122296
122296
|
url: string;
|
|
@@ -122502,7 +122502,7 @@ export declare const platformContract: {
|
|
|
122502
122502
|
label?: string | undefined;
|
|
122503
122503
|
} | null | undefined;
|
|
122504
122504
|
}, {
|
|
122505
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
122505
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
122506
122506
|
message: string;
|
|
122507
122507
|
id: string;
|
|
122508
122508
|
url: string;
|
|
@@ -123055,7 +123055,7 @@ export declare const platformContract: {
|
|
|
123055
123055
|
previewUrl: string;
|
|
123056
123056
|
imageSetId: string;
|
|
123057
123057
|
repliedMessage: {
|
|
123058
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
123058
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
123059
123059
|
message: string;
|
|
123060
123060
|
id: string;
|
|
123061
123061
|
url: string;
|
|
@@ -123266,7 +123266,7 @@ export declare const platformContract: {
|
|
|
123266
123266
|
template?: any;
|
|
123267
123267
|
metadata?: any;
|
|
123268
123268
|
fromMessage?: {
|
|
123269
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
123269
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
123270
123270
|
message: string;
|
|
123271
123271
|
id: string;
|
|
123272
123272
|
url: string;
|
|
@@ -123819,7 +123819,7 @@ export declare const platformContract: {
|
|
|
123819
123819
|
previewUrl: string;
|
|
123820
123820
|
imageSetId: string;
|
|
123821
123821
|
repliedMessage: {
|
|
123822
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
123822
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
123823
123823
|
message: string;
|
|
123824
123824
|
id: string;
|
|
123825
123825
|
url: string;
|
|
@@ -124033,7 +124033,7 @@ export declare const platformContract: {
|
|
|
124033
124033
|
}>;
|
|
124034
124034
|
}, "strip", import("zod").ZodTypeAny, {
|
|
124035
124035
|
data: {
|
|
124036
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
124036
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
124037
124037
|
message: string;
|
|
124038
124038
|
id: string;
|
|
124039
124039
|
url: string;
|
|
@@ -124586,7 +124586,7 @@ export declare const platformContract: {
|
|
|
124586
124586
|
previewUrl: string;
|
|
124587
124587
|
imageSetId: string;
|
|
124588
124588
|
repliedMessage: {
|
|
124589
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
124589
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
124590
124590
|
message: string;
|
|
124591
124591
|
id: string;
|
|
124592
124592
|
url: string;
|
|
@@ -124797,7 +124797,7 @@ export declare const platformContract: {
|
|
|
124797
124797
|
template?: any;
|
|
124798
124798
|
metadata?: any;
|
|
124799
124799
|
fromMessage?: {
|
|
124800
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
124800
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
124801
124801
|
message: string;
|
|
124802
124802
|
id: string;
|
|
124803
124803
|
url: string;
|
|
@@ -125350,7 +125350,7 @@ export declare const platformContract: {
|
|
|
125350
125350
|
previewUrl: string;
|
|
125351
125351
|
imageSetId: string;
|
|
125352
125352
|
repliedMessage: {
|
|
125353
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
125353
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
125354
125354
|
message: string;
|
|
125355
125355
|
id: string;
|
|
125356
125356
|
url: string;
|
|
@@ -125565,7 +125565,7 @@ export declare const platformContract: {
|
|
|
125565
125565
|
requestId: string;
|
|
125566
125566
|
}, {
|
|
125567
125567
|
data: {
|
|
125568
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
125568
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
125569
125569
|
message: string;
|
|
125570
125570
|
id: string;
|
|
125571
125571
|
url: string;
|
|
@@ -126118,7 +126118,7 @@ export declare const platformContract: {
|
|
|
126118
126118
|
previewUrl: string;
|
|
126119
126119
|
imageSetId: string;
|
|
126120
126120
|
repliedMessage: {
|
|
126121
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
126121
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
126122
126122
|
message: string;
|
|
126123
126123
|
id: string;
|
|
126124
126124
|
url: string;
|
|
@@ -126329,7 +126329,7 @@ export declare const platformContract: {
|
|
|
126329
126329
|
template?: any;
|
|
126330
126330
|
metadata?: any;
|
|
126331
126331
|
fromMessage?: {
|
|
126332
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
126332
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
126333
126333
|
message: string;
|
|
126334
126334
|
id: string;
|
|
126335
126335
|
url: string;
|
|
@@ -126882,7 +126882,7 @@ export declare const platformContract: {
|
|
|
126882
126882
|
previewUrl: string;
|
|
126883
126883
|
imageSetId: string;
|
|
126884
126884
|
repliedMessage: {
|
|
126885
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
126885
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
126886
126886
|
message: string;
|
|
126887
126887
|
id: string;
|
|
126888
126888
|
url: string;
|
|
@@ -130033,7 +130033,7 @@ export declare const platformTelegramContract: {
|
|
|
130033
130033
|
id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
130034
130034
|
message: import("zod").ZodOptional<import("zod").ZodString>;
|
|
130035
130035
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
130036
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
130036
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
130037
130037
|
readAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
|
130038
130038
|
metadata: import("zod").ZodOptional<import("zod").ZodAny>;
|
|
130039
130039
|
platformId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -130089,7 +130089,7 @@ export declare const platformTelegramContract: {
|
|
|
130089
130089
|
editedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
|
130090
130090
|
label: import("zod").ZodOptional<import("zod").ZodString>;
|
|
130091
130091
|
}, "strip", import("zod").ZodTypeAny, {
|
|
130092
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
130092
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
130093
130093
|
direction: "incoming" | "outgoing" | "system";
|
|
130094
130094
|
id?: string | undefined;
|
|
130095
130095
|
message?: string | undefined;
|
|
@@ -130124,7 +130124,7 @@ export declare const platformTelegramContract: {
|
|
|
130124
130124
|
editedAt?: string | Date | null | undefined;
|
|
130125
130125
|
label?: string | undefined;
|
|
130126
130126
|
}, {
|
|
130127
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
130127
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
130128
130128
|
direction: "incoming" | "outgoing" | "system";
|
|
130129
130129
|
id?: string | undefined;
|
|
130130
130130
|
message?: string | undefined;
|
|
@@ -130161,7 +130161,7 @@ export declare const platformTelegramContract: {
|
|
|
130161
130161
|
}>;
|
|
130162
130162
|
}, "strip", import("zod").ZodTypeAny, {
|
|
130163
130163
|
message: {
|
|
130164
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
130164
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
130165
130165
|
direction: "incoming" | "outgoing" | "system";
|
|
130166
130166
|
id?: string | undefined;
|
|
130167
130167
|
message?: string | undefined;
|
|
@@ -130291,7 +130291,7 @@ export declare const platformTelegramContract: {
|
|
|
130291
130291
|
isBot: boolean | null;
|
|
130292
130292
|
}, {
|
|
130293
130293
|
message: {
|
|
130294
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
130294
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
130295
130295
|
direction: "incoming" | "outgoing" | "system";
|
|
130296
130296
|
id?: string | undefined;
|
|
130297
130297
|
message?: string | undefined;
|
|
@@ -130425,7 +130425,7 @@ export declare const platformTelegramContract: {
|
|
|
130425
130425
|
200: import("zod").ZodObject<{
|
|
130426
130426
|
requestId: import("zod").ZodString;
|
|
130427
130427
|
data: import("zod").ZodObject<{
|
|
130428
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
130428
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
130429
130429
|
message: import("zod").ZodString;
|
|
130430
130430
|
id: import("zod").ZodString;
|
|
130431
130431
|
url: import("zod").ZodString;
|
|
@@ -134351,7 +134351,7 @@ export declare const platformTelegramContract: {
|
|
|
134351
134351
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
134352
134352
|
message: import("zod").ZodString;
|
|
134353
134353
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
134354
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
134354
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
134355
134355
|
readAt: import("zod").ZodDate;
|
|
134356
134356
|
metadata: import("zod").ZodAny;
|
|
134357
134357
|
platformId: import("zod").ZodString;
|
|
@@ -135009,7 +135009,7 @@ export declare const platformTelegramContract: {
|
|
|
135009
135009
|
};
|
|
135010
135010
|
}>;
|
|
135011
135011
|
}, "strip", import("zod").ZodTypeAny, {
|
|
135012
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
135012
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
135013
135013
|
message: string;
|
|
135014
135014
|
id: string;
|
|
135015
135015
|
url: string;
|
|
@@ -135171,7 +135171,7 @@ export declare const platformTelegramContract: {
|
|
|
135171
135171
|
metadata?: any;
|
|
135172
135172
|
template?: any;
|
|
135173
135173
|
}, {
|
|
135174
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
135174
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
135175
135175
|
message: string;
|
|
135176
135176
|
id: string;
|
|
135177
135177
|
url: string;
|
|
@@ -135545,7 +135545,7 @@ export declare const platformTelegramContract: {
|
|
|
135545
135545
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
135546
135546
|
message: import("zod").ZodString;
|
|
135547
135547
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
135548
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
135548
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
135549
135549
|
readAt: import("zod").ZodDate;
|
|
135550
135550
|
metadata: import("zod").ZodAny;
|
|
135551
135551
|
platformId: import("zod").ZodString;
|
|
@@ -139031,7 +139031,7 @@ export declare const platformTelegramContract: {
|
|
|
139031
139031
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
139032
139032
|
message: import("zod").ZodString;
|
|
139033
139033
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
139034
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
139034
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
139035
139035
|
readAt: import("zod").ZodDate;
|
|
139036
139036
|
metadata: import("zod").ZodAny;
|
|
139037
139037
|
platformId: import("zod").ZodString;
|
|
@@ -139689,7 +139689,7 @@ export declare const platformTelegramContract: {
|
|
|
139689
139689
|
};
|
|
139690
139690
|
}>;
|
|
139691
139691
|
}, "strip", import("zod").ZodTypeAny, {
|
|
139692
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
139692
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
139693
139693
|
message: string;
|
|
139694
139694
|
id: string;
|
|
139695
139695
|
url: string;
|
|
@@ -139851,7 +139851,7 @@ export declare const platformTelegramContract: {
|
|
|
139851
139851
|
metadata?: any;
|
|
139852
139852
|
template?: any;
|
|
139853
139853
|
}, {
|
|
139854
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
139854
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
139855
139855
|
message: string;
|
|
139856
139856
|
id: string;
|
|
139857
139857
|
url: string;
|
|
@@ -140653,7 +140653,7 @@ export declare const platformTelegramContract: {
|
|
|
140653
140653
|
editedMessageid: import("zod").ZodString;
|
|
140654
140654
|
label: import("zod").ZodOptional<import("zod").ZodString>;
|
|
140655
140655
|
}, "strip", import("zod").ZodTypeAny, {
|
|
140656
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
140656
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
140657
140657
|
message: string;
|
|
140658
140658
|
id: string;
|
|
140659
140659
|
url: string;
|
|
@@ -141206,7 +141206,7 @@ export declare const platformTelegramContract: {
|
|
|
141206
141206
|
previewUrl: string;
|
|
141207
141207
|
imageSetId: string;
|
|
141208
141208
|
repliedMessage: {
|
|
141209
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
141209
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
141210
141210
|
message: string;
|
|
141211
141211
|
id: string;
|
|
141212
141212
|
url: string;
|
|
@@ -141417,7 +141417,7 @@ export declare const platformTelegramContract: {
|
|
|
141417
141417
|
template?: any;
|
|
141418
141418
|
label?: string | undefined;
|
|
141419
141419
|
}, {
|
|
141420
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
141420
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
141421
141421
|
message: string;
|
|
141422
141422
|
id: string;
|
|
141423
141423
|
url: string;
|
|
@@ -141970,7 +141970,7 @@ export declare const platformTelegramContract: {
|
|
|
141970
141970
|
previewUrl: string;
|
|
141971
141971
|
imageSetId: string;
|
|
141972
141972
|
repliedMessage: {
|
|
141973
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
141973
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
141974
141974
|
message: string;
|
|
141975
141975
|
id: string;
|
|
141976
141976
|
url: string;
|
|
@@ -142182,7 +142182,7 @@ export declare const platformTelegramContract: {
|
|
|
142182
142182
|
label?: string | undefined;
|
|
142183
142183
|
}>>>;
|
|
142184
142184
|
}, "strip", import("zod").ZodTypeAny, {
|
|
142185
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
142185
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
142186
142186
|
message: string;
|
|
142187
142187
|
id: string;
|
|
142188
142188
|
url: string;
|
|
@@ -142735,7 +142735,7 @@ export declare const platformTelegramContract: {
|
|
|
142735
142735
|
previewUrl: string;
|
|
142736
142736
|
imageSetId: string;
|
|
142737
142737
|
repliedMessage: {
|
|
142738
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
142738
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
142739
142739
|
message: string;
|
|
142740
142740
|
id: string;
|
|
142741
142741
|
url: string;
|
|
@@ -142946,7 +142946,7 @@ export declare const platformTelegramContract: {
|
|
|
142946
142946
|
template?: any;
|
|
142947
142947
|
metadata?: any;
|
|
142948
142948
|
fromMessage?: {
|
|
142949
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
142949
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
142950
142950
|
message: string;
|
|
142951
142951
|
id: string;
|
|
142952
142952
|
url: string;
|
|
@@ -143499,7 +143499,7 @@ export declare const platformTelegramContract: {
|
|
|
143499
143499
|
previewUrl: string;
|
|
143500
143500
|
imageSetId: string;
|
|
143501
143501
|
repliedMessage: {
|
|
143502
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
143502
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
143503
143503
|
message: string;
|
|
143504
143504
|
id: string;
|
|
143505
143505
|
url: string;
|
|
@@ -143711,7 +143711,7 @@ export declare const platformTelegramContract: {
|
|
|
143711
143711
|
label?: string | undefined;
|
|
143712
143712
|
} | null | undefined;
|
|
143713
143713
|
}, {
|
|
143714
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
143714
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
143715
143715
|
message: string;
|
|
143716
143716
|
id: string;
|
|
143717
143717
|
url: string;
|
|
@@ -144264,7 +144264,7 @@ export declare const platformTelegramContract: {
|
|
|
144264
144264
|
previewUrl: string;
|
|
144265
144265
|
imageSetId: string;
|
|
144266
144266
|
repliedMessage: {
|
|
144267
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
144267
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
144268
144268
|
message: string;
|
|
144269
144269
|
id: string;
|
|
144270
144270
|
url: string;
|
|
@@ -144475,7 +144475,7 @@ export declare const platformTelegramContract: {
|
|
|
144475
144475
|
template?: any;
|
|
144476
144476
|
metadata?: any;
|
|
144477
144477
|
fromMessage?: {
|
|
144478
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
144478
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
144479
144479
|
message: string;
|
|
144480
144480
|
id: string;
|
|
144481
144481
|
url: string;
|
|
@@ -145028,7 +145028,7 @@ export declare const platformTelegramContract: {
|
|
|
145028
145028
|
previewUrl: string;
|
|
145029
145029
|
imageSetId: string;
|
|
145030
145030
|
repliedMessage: {
|
|
145031
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
145031
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
145032
145032
|
message: string;
|
|
145033
145033
|
id: string;
|
|
145034
145034
|
url: string;
|
|
@@ -145242,7 +145242,7 @@ export declare const platformTelegramContract: {
|
|
|
145242
145242
|
}>;
|
|
145243
145243
|
}, "strip", import("zod").ZodTypeAny, {
|
|
145244
145244
|
data: {
|
|
145245
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
145245
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
145246
145246
|
message: string;
|
|
145247
145247
|
id: string;
|
|
145248
145248
|
url: string;
|
|
@@ -145795,7 +145795,7 @@ export declare const platformTelegramContract: {
|
|
|
145795
145795
|
previewUrl: string;
|
|
145796
145796
|
imageSetId: string;
|
|
145797
145797
|
repliedMessage: {
|
|
145798
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
145798
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
145799
145799
|
message: string;
|
|
145800
145800
|
id: string;
|
|
145801
145801
|
url: string;
|
|
@@ -146006,7 +146006,7 @@ export declare const platformTelegramContract: {
|
|
|
146006
146006
|
template?: any;
|
|
146007
146007
|
metadata?: any;
|
|
146008
146008
|
fromMessage?: {
|
|
146009
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
146009
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
146010
146010
|
message: string;
|
|
146011
146011
|
id: string;
|
|
146012
146012
|
url: string;
|
|
@@ -146559,7 +146559,7 @@ export declare const platformTelegramContract: {
|
|
|
146559
146559
|
previewUrl: string;
|
|
146560
146560
|
imageSetId: string;
|
|
146561
146561
|
repliedMessage: {
|
|
146562
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
146562
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
146563
146563
|
message: string;
|
|
146564
146564
|
id: string;
|
|
146565
146565
|
url: string;
|
|
@@ -146774,7 +146774,7 @@ export declare const platformTelegramContract: {
|
|
|
146774
146774
|
requestId: string;
|
|
146775
146775
|
}, {
|
|
146776
146776
|
data: {
|
|
146777
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
146777
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
146778
146778
|
message: string;
|
|
146779
146779
|
id: string;
|
|
146780
146780
|
url: string;
|
|
@@ -147327,7 +147327,7 @@ export declare const platformTelegramContract: {
|
|
|
147327
147327
|
previewUrl: string;
|
|
147328
147328
|
imageSetId: string;
|
|
147329
147329
|
repliedMessage: {
|
|
147330
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
147330
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
147331
147331
|
message: string;
|
|
147332
147332
|
id: string;
|
|
147333
147333
|
url: string;
|
|
@@ -147538,7 +147538,7 @@ export declare const platformTelegramContract: {
|
|
|
147538
147538
|
template?: any;
|
|
147539
147539
|
metadata?: any;
|
|
147540
147540
|
fromMessage?: {
|
|
147541
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
147541
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
147542
147542
|
message: string;
|
|
147543
147543
|
id: string;
|
|
147544
147544
|
url: string;
|
|
@@ -148091,7 +148091,7 @@ export declare const platformTelegramContract: {
|
|
|
148091
148091
|
previewUrl: string;
|
|
148092
148092
|
imageSetId: string;
|
|
148093
148093
|
repliedMessage: {
|
|
148094
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
148094
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
148095
148095
|
message: string;
|
|
148096
148096
|
id: string;
|
|
148097
148097
|
url: string;
|
|
@@ -149651,7 +149651,7 @@ export declare const platformMessengerContract: {
|
|
|
149651
149651
|
id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
149652
149652
|
message: import("zod").ZodOptional<import("zod").ZodString>;
|
|
149653
149653
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
149654
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
149654
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
149655
149655
|
readAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
|
149656
149656
|
metadata: import("zod").ZodOptional<import("zod").ZodAny>;
|
|
149657
149657
|
platformId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -149707,7 +149707,7 @@ export declare const platformMessengerContract: {
|
|
|
149707
149707
|
editedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
|
149708
149708
|
label: import("zod").ZodOptional<import("zod").ZodString>;
|
|
149709
149709
|
}, "strip", import("zod").ZodTypeAny, {
|
|
149710
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
149710
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
149711
149711
|
direction: "incoming" | "outgoing" | "system";
|
|
149712
149712
|
id?: string | undefined;
|
|
149713
149713
|
message?: string | undefined;
|
|
@@ -149742,7 +149742,7 @@ export declare const platformMessengerContract: {
|
|
|
149742
149742
|
editedAt?: string | Date | null | undefined;
|
|
149743
149743
|
label?: string | undefined;
|
|
149744
149744
|
}, {
|
|
149745
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
149745
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
149746
149746
|
direction: "incoming" | "outgoing" | "system";
|
|
149747
149747
|
id?: string | undefined;
|
|
149748
149748
|
message?: string | undefined;
|
|
@@ -149779,7 +149779,7 @@ export declare const platformMessengerContract: {
|
|
|
149779
149779
|
}>;
|
|
149780
149780
|
}, "strip", import("zod").ZodTypeAny, {
|
|
149781
149781
|
message: {
|
|
149782
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
149782
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
149783
149783
|
direction: "incoming" | "outgoing" | "system";
|
|
149784
149784
|
id?: string | undefined;
|
|
149785
149785
|
message?: string | undefined;
|
|
@@ -149909,7 +149909,7 @@ export declare const platformMessengerContract: {
|
|
|
149909
149909
|
isBot: boolean | null;
|
|
149910
149910
|
}, {
|
|
149911
149911
|
message: {
|
|
149912
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
149912
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
149913
149913
|
direction: "incoming" | "outgoing" | "system";
|
|
149914
149914
|
id?: string | undefined;
|
|
149915
149915
|
message?: string | undefined;
|
|
@@ -150043,7 +150043,7 @@ export declare const platformMessengerContract: {
|
|
|
150043
150043
|
200: import("zod").ZodObject<{
|
|
150044
150044
|
requestId: import("zod").ZodString;
|
|
150045
150045
|
data: import("zod").ZodObject<{
|
|
150046
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
150046
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
150047
150047
|
message: import("zod").ZodString;
|
|
150048
150048
|
id: import("zod").ZodString;
|
|
150049
150049
|
url: import("zod").ZodString;
|
|
@@ -153969,7 +153969,7 @@ export declare const platformMessengerContract: {
|
|
|
153969
153969
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
153970
153970
|
message: import("zod").ZodString;
|
|
153971
153971
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
153972
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
153972
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
153973
153973
|
readAt: import("zod").ZodDate;
|
|
153974
153974
|
metadata: import("zod").ZodAny;
|
|
153975
153975
|
platformId: import("zod").ZodString;
|
|
@@ -154627,7 +154627,7 @@ export declare const platformMessengerContract: {
|
|
|
154627
154627
|
};
|
|
154628
154628
|
}>;
|
|
154629
154629
|
}, "strip", import("zod").ZodTypeAny, {
|
|
154630
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
154630
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
154631
154631
|
message: string;
|
|
154632
154632
|
id: string;
|
|
154633
154633
|
url: string;
|
|
@@ -154789,7 +154789,7 @@ export declare const platformMessengerContract: {
|
|
|
154789
154789
|
metadata?: any;
|
|
154790
154790
|
template?: any;
|
|
154791
154791
|
}, {
|
|
154792
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
154792
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
154793
154793
|
message: string;
|
|
154794
154794
|
id: string;
|
|
154795
154795
|
url: string;
|
|
@@ -155163,7 +155163,7 @@ export declare const platformMessengerContract: {
|
|
|
155163
155163
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
155164
155164
|
message: import("zod").ZodString;
|
|
155165
155165
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
155166
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
155166
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
155167
155167
|
readAt: import("zod").ZodDate;
|
|
155168
155168
|
metadata: import("zod").ZodAny;
|
|
155169
155169
|
platformId: import("zod").ZodString;
|
|
@@ -158649,7 +158649,7 @@ export declare const platformMessengerContract: {
|
|
|
158649
158649
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
158650
158650
|
message: import("zod").ZodString;
|
|
158651
158651
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
158652
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
158652
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
158653
158653
|
readAt: import("zod").ZodDate;
|
|
158654
158654
|
metadata: import("zod").ZodAny;
|
|
158655
158655
|
platformId: import("zod").ZodString;
|
|
@@ -159307,7 +159307,7 @@ export declare const platformMessengerContract: {
|
|
|
159307
159307
|
};
|
|
159308
159308
|
}>;
|
|
159309
159309
|
}, "strip", import("zod").ZodTypeAny, {
|
|
159310
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
159310
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
159311
159311
|
message: string;
|
|
159312
159312
|
id: string;
|
|
159313
159313
|
url: string;
|
|
@@ -159469,7 +159469,7 @@ export declare const platformMessengerContract: {
|
|
|
159469
159469
|
metadata?: any;
|
|
159470
159470
|
template?: any;
|
|
159471
159471
|
}, {
|
|
159472
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
159472
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
159473
159473
|
message: string;
|
|
159474
159474
|
id: string;
|
|
159475
159475
|
url: string;
|
|
@@ -160271,7 +160271,7 @@ export declare const platformMessengerContract: {
|
|
|
160271
160271
|
editedMessageid: import("zod").ZodString;
|
|
160272
160272
|
label: import("zod").ZodOptional<import("zod").ZodString>;
|
|
160273
160273
|
}, "strip", import("zod").ZodTypeAny, {
|
|
160274
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
160274
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
160275
160275
|
message: string;
|
|
160276
160276
|
id: string;
|
|
160277
160277
|
url: string;
|
|
@@ -160824,7 +160824,7 @@ export declare const platformMessengerContract: {
|
|
|
160824
160824
|
previewUrl: string;
|
|
160825
160825
|
imageSetId: string;
|
|
160826
160826
|
repliedMessage: {
|
|
160827
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
160827
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
160828
160828
|
message: string;
|
|
160829
160829
|
id: string;
|
|
160830
160830
|
url: string;
|
|
@@ -161035,7 +161035,7 @@ export declare const platformMessengerContract: {
|
|
|
161035
161035
|
template?: any;
|
|
161036
161036
|
label?: string | undefined;
|
|
161037
161037
|
}, {
|
|
161038
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
161038
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
161039
161039
|
message: string;
|
|
161040
161040
|
id: string;
|
|
161041
161041
|
url: string;
|
|
@@ -161588,7 +161588,7 @@ export declare const platformMessengerContract: {
|
|
|
161588
161588
|
previewUrl: string;
|
|
161589
161589
|
imageSetId: string;
|
|
161590
161590
|
repliedMessage: {
|
|
161591
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
161591
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
161592
161592
|
message: string;
|
|
161593
161593
|
id: string;
|
|
161594
161594
|
url: string;
|
|
@@ -161800,7 +161800,7 @@ export declare const platformMessengerContract: {
|
|
|
161800
161800
|
label?: string | undefined;
|
|
161801
161801
|
}>>>;
|
|
161802
161802
|
}, "strip", import("zod").ZodTypeAny, {
|
|
161803
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
161803
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
161804
161804
|
message: string;
|
|
161805
161805
|
id: string;
|
|
161806
161806
|
url: string;
|
|
@@ -162353,7 +162353,7 @@ export declare const platformMessengerContract: {
|
|
|
162353
162353
|
previewUrl: string;
|
|
162354
162354
|
imageSetId: string;
|
|
162355
162355
|
repliedMessage: {
|
|
162356
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
162356
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
162357
162357
|
message: string;
|
|
162358
162358
|
id: string;
|
|
162359
162359
|
url: string;
|
|
@@ -162564,7 +162564,7 @@ export declare const platformMessengerContract: {
|
|
|
162564
162564
|
template?: any;
|
|
162565
162565
|
metadata?: any;
|
|
162566
162566
|
fromMessage?: {
|
|
162567
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
162567
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
162568
162568
|
message: string;
|
|
162569
162569
|
id: string;
|
|
162570
162570
|
url: string;
|
|
@@ -163117,7 +163117,7 @@ export declare const platformMessengerContract: {
|
|
|
163117
163117
|
previewUrl: string;
|
|
163118
163118
|
imageSetId: string;
|
|
163119
163119
|
repliedMessage: {
|
|
163120
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
163120
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
163121
163121
|
message: string;
|
|
163122
163122
|
id: string;
|
|
163123
163123
|
url: string;
|
|
@@ -163329,7 +163329,7 @@ export declare const platformMessengerContract: {
|
|
|
163329
163329
|
label?: string | undefined;
|
|
163330
163330
|
} | null | undefined;
|
|
163331
163331
|
}, {
|
|
163332
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
163332
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
163333
163333
|
message: string;
|
|
163334
163334
|
id: string;
|
|
163335
163335
|
url: string;
|
|
@@ -163882,7 +163882,7 @@ export declare const platformMessengerContract: {
|
|
|
163882
163882
|
previewUrl: string;
|
|
163883
163883
|
imageSetId: string;
|
|
163884
163884
|
repliedMessage: {
|
|
163885
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
163885
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
163886
163886
|
message: string;
|
|
163887
163887
|
id: string;
|
|
163888
163888
|
url: string;
|
|
@@ -164093,7 +164093,7 @@ export declare const platformMessengerContract: {
|
|
|
164093
164093
|
template?: any;
|
|
164094
164094
|
metadata?: any;
|
|
164095
164095
|
fromMessage?: {
|
|
164096
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
164096
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
164097
164097
|
message: string;
|
|
164098
164098
|
id: string;
|
|
164099
164099
|
url: string;
|
|
@@ -164646,7 +164646,7 @@ export declare const platformMessengerContract: {
|
|
|
164646
164646
|
previewUrl: string;
|
|
164647
164647
|
imageSetId: string;
|
|
164648
164648
|
repliedMessage: {
|
|
164649
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
164649
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
164650
164650
|
message: string;
|
|
164651
164651
|
id: string;
|
|
164652
164652
|
url: string;
|
|
@@ -164860,7 +164860,7 @@ export declare const platformMessengerContract: {
|
|
|
164860
164860
|
}>;
|
|
164861
164861
|
}, "strip", import("zod").ZodTypeAny, {
|
|
164862
164862
|
data: {
|
|
164863
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
164863
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
164864
164864
|
message: string;
|
|
164865
164865
|
id: string;
|
|
164866
164866
|
url: string;
|
|
@@ -165413,7 +165413,7 @@ export declare const platformMessengerContract: {
|
|
|
165413
165413
|
previewUrl: string;
|
|
165414
165414
|
imageSetId: string;
|
|
165415
165415
|
repliedMessage: {
|
|
165416
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
165416
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
165417
165417
|
message: string;
|
|
165418
165418
|
id: string;
|
|
165419
165419
|
url: string;
|
|
@@ -165624,7 +165624,7 @@ export declare const platformMessengerContract: {
|
|
|
165624
165624
|
template?: any;
|
|
165625
165625
|
metadata?: any;
|
|
165626
165626
|
fromMessage?: {
|
|
165627
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
165627
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
165628
165628
|
message: string;
|
|
165629
165629
|
id: string;
|
|
165630
165630
|
url: string;
|
|
@@ -166177,7 +166177,7 @@ export declare const platformMessengerContract: {
|
|
|
166177
166177
|
previewUrl: string;
|
|
166178
166178
|
imageSetId: string;
|
|
166179
166179
|
repliedMessage: {
|
|
166180
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
166180
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
166181
166181
|
message: string;
|
|
166182
166182
|
id: string;
|
|
166183
166183
|
url: string;
|
|
@@ -166392,7 +166392,7 @@ export declare const platformMessengerContract: {
|
|
|
166392
166392
|
requestId: string;
|
|
166393
166393
|
}, {
|
|
166394
166394
|
data: {
|
|
166395
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
166395
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
166396
166396
|
message: string;
|
|
166397
166397
|
id: string;
|
|
166398
166398
|
url: string;
|
|
@@ -166945,7 +166945,7 @@ export declare const platformMessengerContract: {
|
|
|
166945
166945
|
previewUrl: string;
|
|
166946
166946
|
imageSetId: string;
|
|
166947
166947
|
repliedMessage: {
|
|
166948
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
166948
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
166949
166949
|
message: string;
|
|
166950
166950
|
id: string;
|
|
166951
166951
|
url: string;
|
|
@@ -167156,7 +167156,7 @@ export declare const platformMessengerContract: {
|
|
|
167156
167156
|
template?: any;
|
|
167157
167157
|
metadata?: any;
|
|
167158
167158
|
fromMessage?: {
|
|
167159
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
167159
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
167160
167160
|
message: string;
|
|
167161
167161
|
id: string;
|
|
167162
167162
|
url: string;
|
|
@@ -167709,7 +167709,7 @@ export declare const platformMessengerContract: {
|
|
|
167709
167709
|
previewUrl: string;
|
|
167710
167710
|
imageSetId: string;
|
|
167711
167711
|
repliedMessage: {
|
|
167712
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
167712
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
167713
167713
|
message: string;
|
|
167714
167714
|
id: string;
|
|
167715
167715
|
url: string;
|
|
@@ -171411,7 +171411,7 @@ export declare const platformInstagramContract: {
|
|
|
171411
171411
|
id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
171412
171412
|
message: import("zod").ZodOptional<import("zod").ZodString>;
|
|
171413
171413
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
171414
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
171414
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
171415
171415
|
readAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
|
171416
171416
|
metadata: import("zod").ZodOptional<import("zod").ZodAny>;
|
|
171417
171417
|
platformId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -171467,7 +171467,7 @@ export declare const platformInstagramContract: {
|
|
|
171467
171467
|
editedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
|
171468
171468
|
label: import("zod").ZodOptional<import("zod").ZodString>;
|
|
171469
171469
|
}, "strip", import("zod").ZodTypeAny, {
|
|
171470
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
171470
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
171471
171471
|
direction: "incoming" | "outgoing" | "system";
|
|
171472
171472
|
id?: string | undefined;
|
|
171473
171473
|
message?: string | undefined;
|
|
@@ -171502,7 +171502,7 @@ export declare const platformInstagramContract: {
|
|
|
171502
171502
|
editedAt?: string | Date | null | undefined;
|
|
171503
171503
|
label?: string | undefined;
|
|
171504
171504
|
}, {
|
|
171505
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
171505
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
171506
171506
|
direction: "incoming" | "outgoing" | "system";
|
|
171507
171507
|
id?: string | undefined;
|
|
171508
171508
|
message?: string | undefined;
|
|
@@ -171539,7 +171539,7 @@ export declare const platformInstagramContract: {
|
|
|
171539
171539
|
}>;
|
|
171540
171540
|
}, "strip", import("zod").ZodTypeAny, {
|
|
171541
171541
|
message: {
|
|
171542
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
171542
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
171543
171543
|
direction: "incoming" | "outgoing" | "system";
|
|
171544
171544
|
id?: string | undefined;
|
|
171545
171545
|
message?: string | undefined;
|
|
@@ -171669,7 +171669,7 @@ export declare const platformInstagramContract: {
|
|
|
171669
171669
|
isBot: boolean | null;
|
|
171670
171670
|
}, {
|
|
171671
171671
|
message: {
|
|
171672
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
171672
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
171673
171673
|
direction: "incoming" | "outgoing" | "system";
|
|
171674
171674
|
id?: string | undefined;
|
|
171675
171675
|
message?: string | undefined;
|
|
@@ -171803,7 +171803,7 @@ export declare const platformInstagramContract: {
|
|
|
171803
171803
|
200: import("zod").ZodObject<{
|
|
171804
171804
|
requestId: import("zod").ZodString;
|
|
171805
171805
|
data: import("zod").ZodObject<{
|
|
171806
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
171806
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
171807
171807
|
message: import("zod").ZodString;
|
|
171808
171808
|
id: import("zod").ZodString;
|
|
171809
171809
|
url: import("zod").ZodString;
|
|
@@ -175729,7 +175729,7 @@ export declare const platformInstagramContract: {
|
|
|
175729
175729
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
175730
175730
|
message: import("zod").ZodString;
|
|
175731
175731
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
175732
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
175732
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
175733
175733
|
readAt: import("zod").ZodDate;
|
|
175734
175734
|
metadata: import("zod").ZodAny;
|
|
175735
175735
|
platformId: import("zod").ZodString;
|
|
@@ -176387,7 +176387,7 @@ export declare const platformInstagramContract: {
|
|
|
176387
176387
|
};
|
|
176388
176388
|
}>;
|
|
176389
176389
|
}, "strip", import("zod").ZodTypeAny, {
|
|
176390
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
176390
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
176391
176391
|
message: string;
|
|
176392
176392
|
id: string;
|
|
176393
176393
|
url: string;
|
|
@@ -176549,7 +176549,7 @@ export declare const platformInstagramContract: {
|
|
|
176549
176549
|
metadata?: any;
|
|
176550
176550
|
template?: any;
|
|
176551
176551
|
}, {
|
|
176552
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
176552
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
176553
176553
|
message: string;
|
|
176554
176554
|
id: string;
|
|
176555
176555
|
url: string;
|
|
@@ -176923,7 +176923,7 @@ export declare const platformInstagramContract: {
|
|
|
176923
176923
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
176924
176924
|
message: import("zod").ZodString;
|
|
176925
176925
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
176926
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
176926
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
176927
176927
|
readAt: import("zod").ZodDate;
|
|
176928
176928
|
metadata: import("zod").ZodAny;
|
|
176929
176929
|
platformId: import("zod").ZodString;
|
|
@@ -180409,7 +180409,7 @@ export declare const platformInstagramContract: {
|
|
|
180409
180409
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
180410
180410
|
message: import("zod").ZodString;
|
|
180411
180411
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
180412
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
180412
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
180413
180413
|
readAt: import("zod").ZodDate;
|
|
180414
180414
|
metadata: import("zod").ZodAny;
|
|
180415
180415
|
platformId: import("zod").ZodString;
|
|
@@ -181067,7 +181067,7 @@ export declare const platformInstagramContract: {
|
|
|
181067
181067
|
};
|
|
181068
181068
|
}>;
|
|
181069
181069
|
}, "strip", import("zod").ZodTypeAny, {
|
|
181070
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
181070
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
181071
181071
|
message: string;
|
|
181072
181072
|
id: string;
|
|
181073
181073
|
url: string;
|
|
@@ -181229,7 +181229,7 @@ export declare const platformInstagramContract: {
|
|
|
181229
181229
|
metadata?: any;
|
|
181230
181230
|
template?: any;
|
|
181231
181231
|
}, {
|
|
181232
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
181232
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
181233
181233
|
message: string;
|
|
181234
181234
|
id: string;
|
|
181235
181235
|
url: string;
|
|
@@ -182031,7 +182031,7 @@ export declare const platformInstagramContract: {
|
|
|
182031
182031
|
editedMessageid: import("zod").ZodString;
|
|
182032
182032
|
label: import("zod").ZodOptional<import("zod").ZodString>;
|
|
182033
182033
|
}, "strip", import("zod").ZodTypeAny, {
|
|
182034
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
182034
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
182035
182035
|
message: string;
|
|
182036
182036
|
id: string;
|
|
182037
182037
|
url: string;
|
|
@@ -182584,7 +182584,7 @@ export declare const platformInstagramContract: {
|
|
|
182584
182584
|
previewUrl: string;
|
|
182585
182585
|
imageSetId: string;
|
|
182586
182586
|
repliedMessage: {
|
|
182587
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
182587
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
182588
182588
|
message: string;
|
|
182589
182589
|
id: string;
|
|
182590
182590
|
url: string;
|
|
@@ -182795,7 +182795,7 @@ export declare const platformInstagramContract: {
|
|
|
182795
182795
|
template?: any;
|
|
182796
182796
|
label?: string | undefined;
|
|
182797
182797
|
}, {
|
|
182798
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
182798
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
182799
182799
|
message: string;
|
|
182800
182800
|
id: string;
|
|
182801
182801
|
url: string;
|
|
@@ -183348,7 +183348,7 @@ export declare const platformInstagramContract: {
|
|
|
183348
183348
|
previewUrl: string;
|
|
183349
183349
|
imageSetId: string;
|
|
183350
183350
|
repliedMessage: {
|
|
183351
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
183351
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
183352
183352
|
message: string;
|
|
183353
183353
|
id: string;
|
|
183354
183354
|
url: string;
|
|
@@ -183560,7 +183560,7 @@ export declare const platformInstagramContract: {
|
|
|
183560
183560
|
label?: string | undefined;
|
|
183561
183561
|
}>>>;
|
|
183562
183562
|
}, "strip", import("zod").ZodTypeAny, {
|
|
183563
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
183563
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
183564
183564
|
message: string;
|
|
183565
183565
|
id: string;
|
|
183566
183566
|
url: string;
|
|
@@ -184113,7 +184113,7 @@ export declare const platformInstagramContract: {
|
|
|
184113
184113
|
previewUrl: string;
|
|
184114
184114
|
imageSetId: string;
|
|
184115
184115
|
repliedMessage: {
|
|
184116
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
184116
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
184117
184117
|
message: string;
|
|
184118
184118
|
id: string;
|
|
184119
184119
|
url: string;
|
|
@@ -184324,7 +184324,7 @@ export declare const platformInstagramContract: {
|
|
|
184324
184324
|
template?: any;
|
|
184325
184325
|
metadata?: any;
|
|
184326
184326
|
fromMessage?: {
|
|
184327
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
184327
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
184328
184328
|
message: string;
|
|
184329
184329
|
id: string;
|
|
184330
184330
|
url: string;
|
|
@@ -184877,7 +184877,7 @@ export declare const platformInstagramContract: {
|
|
|
184877
184877
|
previewUrl: string;
|
|
184878
184878
|
imageSetId: string;
|
|
184879
184879
|
repliedMessage: {
|
|
184880
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
184880
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
184881
184881
|
message: string;
|
|
184882
184882
|
id: string;
|
|
184883
184883
|
url: string;
|
|
@@ -185089,7 +185089,7 @@ export declare const platformInstagramContract: {
|
|
|
185089
185089
|
label?: string | undefined;
|
|
185090
185090
|
} | null | undefined;
|
|
185091
185091
|
}, {
|
|
185092
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
185092
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
185093
185093
|
message: string;
|
|
185094
185094
|
id: string;
|
|
185095
185095
|
url: string;
|
|
@@ -185642,7 +185642,7 @@ export declare const platformInstagramContract: {
|
|
|
185642
185642
|
previewUrl: string;
|
|
185643
185643
|
imageSetId: string;
|
|
185644
185644
|
repliedMessage: {
|
|
185645
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
185645
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
185646
185646
|
message: string;
|
|
185647
185647
|
id: string;
|
|
185648
185648
|
url: string;
|
|
@@ -185853,7 +185853,7 @@ export declare const platformInstagramContract: {
|
|
|
185853
185853
|
template?: any;
|
|
185854
185854
|
metadata?: any;
|
|
185855
185855
|
fromMessage?: {
|
|
185856
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
185856
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
185857
185857
|
message: string;
|
|
185858
185858
|
id: string;
|
|
185859
185859
|
url: string;
|
|
@@ -186406,7 +186406,7 @@ export declare const platformInstagramContract: {
|
|
|
186406
186406
|
previewUrl: string;
|
|
186407
186407
|
imageSetId: string;
|
|
186408
186408
|
repliedMessage: {
|
|
186409
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
186409
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
186410
186410
|
message: string;
|
|
186411
186411
|
id: string;
|
|
186412
186412
|
url: string;
|
|
@@ -186620,7 +186620,7 @@ export declare const platformInstagramContract: {
|
|
|
186620
186620
|
}>;
|
|
186621
186621
|
}, "strip", import("zod").ZodTypeAny, {
|
|
186622
186622
|
data: {
|
|
186623
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
186623
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
186624
186624
|
message: string;
|
|
186625
186625
|
id: string;
|
|
186626
186626
|
url: string;
|
|
@@ -187173,7 +187173,7 @@ export declare const platformInstagramContract: {
|
|
|
187173
187173
|
previewUrl: string;
|
|
187174
187174
|
imageSetId: string;
|
|
187175
187175
|
repliedMessage: {
|
|
187176
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
187176
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
187177
187177
|
message: string;
|
|
187178
187178
|
id: string;
|
|
187179
187179
|
url: string;
|
|
@@ -187384,7 +187384,7 @@ export declare const platformInstagramContract: {
|
|
|
187384
187384
|
template?: any;
|
|
187385
187385
|
metadata?: any;
|
|
187386
187386
|
fromMessage?: {
|
|
187387
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
187387
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
187388
187388
|
message: string;
|
|
187389
187389
|
id: string;
|
|
187390
187390
|
url: string;
|
|
@@ -187937,7 +187937,7 @@ export declare const platformInstagramContract: {
|
|
|
187937
187937
|
previewUrl: string;
|
|
187938
187938
|
imageSetId: string;
|
|
187939
187939
|
repliedMessage: {
|
|
187940
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
187940
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
187941
187941
|
message: string;
|
|
187942
187942
|
id: string;
|
|
187943
187943
|
url: string;
|
|
@@ -188152,7 +188152,7 @@ export declare const platformInstagramContract: {
|
|
|
188152
188152
|
requestId: string;
|
|
188153
188153
|
}, {
|
|
188154
188154
|
data: {
|
|
188155
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
188155
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
188156
188156
|
message: string;
|
|
188157
188157
|
id: string;
|
|
188158
188158
|
url: string;
|
|
@@ -188705,7 +188705,7 @@ export declare const platformInstagramContract: {
|
|
|
188705
188705
|
previewUrl: string;
|
|
188706
188706
|
imageSetId: string;
|
|
188707
188707
|
repliedMessage: {
|
|
188708
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
188708
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
188709
188709
|
message: string;
|
|
188710
188710
|
id: string;
|
|
188711
188711
|
url: string;
|
|
@@ -188916,7 +188916,7 @@ export declare const platformInstagramContract: {
|
|
|
188916
188916
|
template?: any;
|
|
188917
188917
|
metadata?: any;
|
|
188918
188918
|
fromMessage?: {
|
|
188919
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
188919
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
188920
188920
|
message: string;
|
|
188921
188921
|
id: string;
|
|
188922
188922
|
url: string;
|
|
@@ -189469,7 +189469,7 @@ export declare const platformInstagramContract: {
|
|
|
189469
189469
|
previewUrl: string;
|
|
189470
189470
|
imageSetId: string;
|
|
189471
189471
|
repliedMessage: {
|
|
189472
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
189472
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
189473
189473
|
message: string;
|
|
189474
189474
|
id: string;
|
|
189475
189475
|
url: string;
|
|
@@ -196649,7 +196649,7 @@ export declare const platformSMSContract: {
|
|
|
196649
196649
|
id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
196650
196650
|
message: import("zod").ZodOptional<import("zod").ZodString>;
|
|
196651
196651
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
196652
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
196652
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
196653
196653
|
readAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
|
196654
196654
|
metadata: import("zod").ZodOptional<import("zod").ZodAny>;
|
|
196655
196655
|
platformId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -196705,7 +196705,7 @@ export declare const platformSMSContract: {
|
|
|
196705
196705
|
editedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
|
196706
196706
|
label: import("zod").ZodOptional<import("zod").ZodString>;
|
|
196707
196707
|
}, "strip", import("zod").ZodTypeAny, {
|
|
196708
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
196708
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
196709
196709
|
direction: "incoming" | "outgoing" | "system";
|
|
196710
196710
|
id?: string | undefined;
|
|
196711
196711
|
message?: string | undefined;
|
|
@@ -196740,7 +196740,7 @@ export declare const platformSMSContract: {
|
|
|
196740
196740
|
editedAt?: string | Date | null | undefined;
|
|
196741
196741
|
label?: string | undefined;
|
|
196742
196742
|
}, {
|
|
196743
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
196743
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
196744
196744
|
direction: "incoming" | "outgoing" | "system";
|
|
196745
196745
|
id?: string | undefined;
|
|
196746
196746
|
message?: string | undefined;
|
|
@@ -196777,7 +196777,7 @@ export declare const platformSMSContract: {
|
|
|
196777
196777
|
}>;
|
|
196778
196778
|
}, "strip", import("zod").ZodTypeAny, {
|
|
196779
196779
|
message: {
|
|
196780
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
196780
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
196781
196781
|
direction: "incoming" | "outgoing" | "system";
|
|
196782
196782
|
id?: string | undefined;
|
|
196783
196783
|
message?: string | undefined;
|
|
@@ -196907,7 +196907,7 @@ export declare const platformSMSContract: {
|
|
|
196907
196907
|
isBot: boolean | null;
|
|
196908
196908
|
}, {
|
|
196909
196909
|
message: {
|
|
196910
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
196910
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
196911
196911
|
direction: "incoming" | "outgoing" | "system";
|
|
196912
196912
|
id?: string | undefined;
|
|
196913
196913
|
message?: string | undefined;
|
|
@@ -197633,7 +197633,7 @@ export declare const platformWhatsappContract: {
|
|
|
197633
197633
|
id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
197634
197634
|
message: import("zod").ZodOptional<import("zod").ZodString>;
|
|
197635
197635
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
197636
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
197636
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
197637
197637
|
readAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
|
197638
197638
|
metadata: import("zod").ZodOptional<import("zod").ZodAny>;
|
|
197639
197639
|
platformId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -197689,7 +197689,7 @@ export declare const platformWhatsappContract: {
|
|
|
197689
197689
|
editedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
|
197690
197690
|
label: import("zod").ZodOptional<import("zod").ZodString>;
|
|
197691
197691
|
}, "strip", import("zod").ZodTypeAny, {
|
|
197692
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
197692
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
197693
197693
|
direction: "incoming" | "outgoing" | "system";
|
|
197694
197694
|
id?: string | undefined;
|
|
197695
197695
|
message?: string | undefined;
|
|
@@ -197724,7 +197724,7 @@ export declare const platformWhatsappContract: {
|
|
|
197724
197724
|
editedAt?: string | Date | null | undefined;
|
|
197725
197725
|
label?: string | undefined;
|
|
197726
197726
|
}, {
|
|
197727
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
197727
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
197728
197728
|
direction: "incoming" | "outgoing" | "system";
|
|
197729
197729
|
id?: string | undefined;
|
|
197730
197730
|
message?: string | undefined;
|
|
@@ -197761,7 +197761,7 @@ export declare const platformWhatsappContract: {
|
|
|
197761
197761
|
}>;
|
|
197762
197762
|
}, "strip", import("zod").ZodTypeAny, {
|
|
197763
197763
|
message: {
|
|
197764
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
197764
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
197765
197765
|
direction: "incoming" | "outgoing" | "system";
|
|
197766
197766
|
id?: string | undefined;
|
|
197767
197767
|
message?: string | undefined;
|
|
@@ -197891,7 +197891,7 @@ export declare const platformWhatsappContract: {
|
|
|
197891
197891
|
isBot: boolean | null;
|
|
197892
197892
|
}, {
|
|
197893
197893
|
message: {
|
|
197894
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
197894
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
197895
197895
|
direction: "incoming" | "outgoing" | "system";
|
|
197896
197896
|
id?: string | undefined;
|
|
197897
197897
|
message?: string | undefined;
|
|
@@ -198025,7 +198025,7 @@ export declare const platformWhatsappContract: {
|
|
|
198025
198025
|
200: import("zod").ZodObject<{
|
|
198026
198026
|
requestId: import("zod").ZodString;
|
|
198027
198027
|
data: import("zod").ZodObject<{
|
|
198028
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
198028
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
198029
198029
|
message: import("zod").ZodString;
|
|
198030
198030
|
id: import("zod").ZodString;
|
|
198031
198031
|
url: import("zod").ZodString;
|
|
@@ -201951,7 +201951,7 @@ export declare const platformWhatsappContract: {
|
|
|
201951
201951
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
201952
201952
|
message: import("zod").ZodString;
|
|
201953
201953
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
201954
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
201954
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
201955
201955
|
readAt: import("zod").ZodDate;
|
|
201956
201956
|
metadata: import("zod").ZodAny;
|
|
201957
201957
|
platformId: import("zod").ZodString;
|
|
@@ -202609,7 +202609,7 @@ export declare const platformWhatsappContract: {
|
|
|
202609
202609
|
};
|
|
202610
202610
|
}>;
|
|
202611
202611
|
}, "strip", import("zod").ZodTypeAny, {
|
|
202612
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
202612
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
202613
202613
|
message: string;
|
|
202614
202614
|
id: string;
|
|
202615
202615
|
url: string;
|
|
@@ -202771,7 +202771,7 @@ export declare const platformWhatsappContract: {
|
|
|
202771
202771
|
metadata?: any;
|
|
202772
202772
|
template?: any;
|
|
202773
202773
|
}, {
|
|
202774
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
202774
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
202775
202775
|
message: string;
|
|
202776
202776
|
id: string;
|
|
202777
202777
|
url: string;
|
|
@@ -203145,7 +203145,7 @@ export declare const platformWhatsappContract: {
|
|
|
203145
203145
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
203146
203146
|
message: import("zod").ZodString;
|
|
203147
203147
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
203148
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
203148
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
203149
203149
|
readAt: import("zod").ZodDate;
|
|
203150
203150
|
metadata: import("zod").ZodAny;
|
|
203151
203151
|
platformId: import("zod").ZodString;
|
|
@@ -206631,7 +206631,7 @@ export declare const platformWhatsappContract: {
|
|
|
206631
206631
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
206632
206632
|
message: import("zod").ZodString;
|
|
206633
206633
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
206634
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
206634
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
206635
206635
|
readAt: import("zod").ZodDate;
|
|
206636
206636
|
metadata: import("zod").ZodAny;
|
|
206637
206637
|
platformId: import("zod").ZodString;
|
|
@@ -207289,7 +207289,7 @@ export declare const platformWhatsappContract: {
|
|
|
207289
207289
|
};
|
|
207290
207290
|
}>;
|
|
207291
207291
|
}, "strip", import("zod").ZodTypeAny, {
|
|
207292
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
207292
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
207293
207293
|
message: string;
|
|
207294
207294
|
id: string;
|
|
207295
207295
|
url: string;
|
|
@@ -207451,7 +207451,7 @@ export declare const platformWhatsappContract: {
|
|
|
207451
207451
|
metadata?: any;
|
|
207452
207452
|
template?: any;
|
|
207453
207453
|
}, {
|
|
207454
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
207454
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
207455
207455
|
message: string;
|
|
207456
207456
|
id: string;
|
|
207457
207457
|
url: string;
|
|
@@ -208253,7 +208253,7 @@ export declare const platformWhatsappContract: {
|
|
|
208253
208253
|
editedMessageid: import("zod").ZodString;
|
|
208254
208254
|
label: import("zod").ZodOptional<import("zod").ZodString>;
|
|
208255
208255
|
}, "strip", import("zod").ZodTypeAny, {
|
|
208256
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
208256
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
208257
208257
|
message: string;
|
|
208258
208258
|
id: string;
|
|
208259
208259
|
url: string;
|
|
@@ -208806,7 +208806,7 @@ export declare const platformWhatsappContract: {
|
|
|
208806
208806
|
previewUrl: string;
|
|
208807
208807
|
imageSetId: string;
|
|
208808
208808
|
repliedMessage: {
|
|
208809
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
208809
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
208810
208810
|
message: string;
|
|
208811
208811
|
id: string;
|
|
208812
208812
|
url: string;
|
|
@@ -209017,7 +209017,7 @@ export declare const platformWhatsappContract: {
|
|
|
209017
209017
|
template?: any;
|
|
209018
209018
|
label?: string | undefined;
|
|
209019
209019
|
}, {
|
|
209020
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
209020
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
209021
209021
|
message: string;
|
|
209022
209022
|
id: string;
|
|
209023
209023
|
url: string;
|
|
@@ -209570,7 +209570,7 @@ export declare const platformWhatsappContract: {
|
|
|
209570
209570
|
previewUrl: string;
|
|
209571
209571
|
imageSetId: string;
|
|
209572
209572
|
repliedMessage: {
|
|
209573
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
209573
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
209574
209574
|
message: string;
|
|
209575
209575
|
id: string;
|
|
209576
209576
|
url: string;
|
|
@@ -209782,7 +209782,7 @@ export declare const platformWhatsappContract: {
|
|
|
209782
209782
|
label?: string | undefined;
|
|
209783
209783
|
}>>>;
|
|
209784
209784
|
}, "strip", import("zod").ZodTypeAny, {
|
|
209785
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
209785
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
209786
209786
|
message: string;
|
|
209787
209787
|
id: string;
|
|
209788
209788
|
url: string;
|
|
@@ -210335,7 +210335,7 @@ export declare const platformWhatsappContract: {
|
|
|
210335
210335
|
previewUrl: string;
|
|
210336
210336
|
imageSetId: string;
|
|
210337
210337
|
repliedMessage: {
|
|
210338
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
210338
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
210339
210339
|
message: string;
|
|
210340
210340
|
id: string;
|
|
210341
210341
|
url: string;
|
|
@@ -210546,7 +210546,7 @@ export declare const platformWhatsappContract: {
|
|
|
210546
210546
|
template?: any;
|
|
210547
210547
|
metadata?: any;
|
|
210548
210548
|
fromMessage?: {
|
|
210549
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
210549
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
210550
210550
|
message: string;
|
|
210551
210551
|
id: string;
|
|
210552
210552
|
url: string;
|
|
@@ -211099,7 +211099,7 @@ export declare const platformWhatsappContract: {
|
|
|
211099
211099
|
previewUrl: string;
|
|
211100
211100
|
imageSetId: string;
|
|
211101
211101
|
repliedMessage: {
|
|
211102
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
211102
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
211103
211103
|
message: string;
|
|
211104
211104
|
id: string;
|
|
211105
211105
|
url: string;
|
|
@@ -211311,7 +211311,7 @@ export declare const platformWhatsappContract: {
|
|
|
211311
211311
|
label?: string | undefined;
|
|
211312
211312
|
} | null | undefined;
|
|
211313
211313
|
}, {
|
|
211314
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
211314
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
211315
211315
|
message: string;
|
|
211316
211316
|
id: string;
|
|
211317
211317
|
url: string;
|
|
@@ -211864,7 +211864,7 @@ export declare const platformWhatsappContract: {
|
|
|
211864
211864
|
previewUrl: string;
|
|
211865
211865
|
imageSetId: string;
|
|
211866
211866
|
repliedMessage: {
|
|
211867
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
211867
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
211868
211868
|
message: string;
|
|
211869
211869
|
id: string;
|
|
211870
211870
|
url: string;
|
|
@@ -212075,7 +212075,7 @@ export declare const platformWhatsappContract: {
|
|
|
212075
212075
|
template?: any;
|
|
212076
212076
|
metadata?: any;
|
|
212077
212077
|
fromMessage?: {
|
|
212078
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
212078
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
212079
212079
|
message: string;
|
|
212080
212080
|
id: string;
|
|
212081
212081
|
url: string;
|
|
@@ -212628,7 +212628,7 @@ export declare const platformWhatsappContract: {
|
|
|
212628
212628
|
previewUrl: string;
|
|
212629
212629
|
imageSetId: string;
|
|
212630
212630
|
repliedMessage: {
|
|
212631
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
212631
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
212632
212632
|
message: string;
|
|
212633
212633
|
id: string;
|
|
212634
212634
|
url: string;
|
|
@@ -212842,7 +212842,7 @@ export declare const platformWhatsappContract: {
|
|
|
212842
212842
|
}>;
|
|
212843
212843
|
}, "strip", import("zod").ZodTypeAny, {
|
|
212844
212844
|
data: {
|
|
212845
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
212845
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
212846
212846
|
message: string;
|
|
212847
212847
|
id: string;
|
|
212848
212848
|
url: string;
|
|
@@ -213395,7 +213395,7 @@ export declare const platformWhatsappContract: {
|
|
|
213395
213395
|
previewUrl: string;
|
|
213396
213396
|
imageSetId: string;
|
|
213397
213397
|
repliedMessage: {
|
|
213398
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
213398
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
213399
213399
|
message: string;
|
|
213400
213400
|
id: string;
|
|
213401
213401
|
url: string;
|
|
@@ -213606,7 +213606,7 @@ export declare const platformWhatsappContract: {
|
|
|
213606
213606
|
template?: any;
|
|
213607
213607
|
metadata?: any;
|
|
213608
213608
|
fromMessage?: {
|
|
213609
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
213609
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
213610
213610
|
message: string;
|
|
213611
213611
|
id: string;
|
|
213612
213612
|
url: string;
|
|
@@ -214159,7 +214159,7 @@ export declare const platformWhatsappContract: {
|
|
|
214159
214159
|
previewUrl: string;
|
|
214160
214160
|
imageSetId: string;
|
|
214161
214161
|
repliedMessage: {
|
|
214162
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
214162
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
214163
214163
|
message: string;
|
|
214164
214164
|
id: string;
|
|
214165
214165
|
url: string;
|
|
@@ -214374,7 +214374,7 @@ export declare const platformWhatsappContract: {
|
|
|
214374
214374
|
requestId: string;
|
|
214375
214375
|
}, {
|
|
214376
214376
|
data: {
|
|
214377
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
214377
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
214378
214378
|
message: string;
|
|
214379
214379
|
id: string;
|
|
214380
214380
|
url: string;
|
|
@@ -214927,7 +214927,7 @@ export declare const platformWhatsappContract: {
|
|
|
214927
214927
|
previewUrl: string;
|
|
214928
214928
|
imageSetId: string;
|
|
214929
214929
|
repliedMessage: {
|
|
214930
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
214930
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
214931
214931
|
message: string;
|
|
214932
214932
|
id: string;
|
|
214933
214933
|
url: string;
|
|
@@ -215138,7 +215138,7 @@ export declare const platformWhatsappContract: {
|
|
|
215138
215138
|
template?: any;
|
|
215139
215139
|
metadata?: any;
|
|
215140
215140
|
fromMessage?: {
|
|
215141
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
215141
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
215142
215142
|
message: string;
|
|
215143
215143
|
id: string;
|
|
215144
215144
|
url: string;
|
|
@@ -215691,7 +215691,7 @@ export declare const platformWhatsappContract: {
|
|
|
215691
215691
|
previewUrl: string;
|
|
215692
215692
|
imageSetId: string;
|
|
215693
215693
|
repliedMessage: {
|
|
215694
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
215694
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
215695
215695
|
message: string;
|
|
215696
215696
|
id: string;
|
|
215697
215697
|
url: string;
|
|
@@ -222793,7 +222793,7 @@ export declare const facebookFeedContract: {
|
|
|
222793
222793
|
id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
222794
222794
|
message: import("zod").ZodOptional<import("zod").ZodString>;
|
|
222795
222795
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
222796
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
222796
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
222797
222797
|
readAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
|
222798
222798
|
metadata: import("zod").ZodOptional<import("zod").ZodAny>;
|
|
222799
222799
|
platformId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -222849,7 +222849,7 @@ export declare const facebookFeedContract: {
|
|
|
222849
222849
|
editedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
|
222850
222850
|
label: import("zod").ZodOptional<import("zod").ZodString>;
|
|
222851
222851
|
}, "strip", import("zod").ZodTypeAny, {
|
|
222852
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
222852
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
222853
222853
|
direction: "incoming" | "outgoing" | "system";
|
|
222854
222854
|
id?: string | undefined;
|
|
222855
222855
|
message?: string | undefined;
|
|
@@ -222884,7 +222884,7 @@ export declare const facebookFeedContract: {
|
|
|
222884
222884
|
editedAt?: string | Date | null | undefined;
|
|
222885
222885
|
label?: string | undefined;
|
|
222886
222886
|
}, {
|
|
222887
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
222887
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
222888
222888
|
direction: "incoming" | "outgoing" | "system";
|
|
222889
222889
|
id?: string | undefined;
|
|
222890
222890
|
message?: string | undefined;
|
|
@@ -223486,7 +223486,7 @@ export declare const facebookFeedContract: {
|
|
|
223486
223486
|
}>>;
|
|
223487
223487
|
}, "strip", import("zod").ZodTypeAny, {
|
|
223488
223488
|
message: {
|
|
223489
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
223489
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
223490
223490
|
direction: "incoming" | "outgoing" | "system";
|
|
223491
223491
|
id?: string | undefined;
|
|
223492
223492
|
message?: string | undefined;
|
|
@@ -223620,7 +223620,7 @@ export declare const facebookFeedContract: {
|
|
|
223620
223620
|
} | undefined;
|
|
223621
223621
|
}, {
|
|
223622
223622
|
message: {
|
|
223623
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
223623
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
223624
223624
|
direction: "incoming" | "outgoing" | "system";
|
|
223625
223625
|
id?: string | undefined;
|
|
223626
223626
|
message?: string | undefined;
|
|
@@ -223758,7 +223758,7 @@ export declare const facebookFeedContract: {
|
|
|
223758
223758
|
200: import("zod").ZodObject<{
|
|
223759
223759
|
requestId: import("zod").ZodString;
|
|
223760
223760
|
data: import("zod").ZodObject<{
|
|
223761
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
223761
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
223762
223762
|
message: import("zod").ZodString;
|
|
223763
223763
|
id: import("zod").ZodString;
|
|
223764
223764
|
url: import("zod").ZodString;
|
|
@@ -227684,7 +227684,7 @@ export declare const facebookFeedContract: {
|
|
|
227684
227684
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
227685
227685
|
message: import("zod").ZodString;
|
|
227686
227686
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
227687
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
227687
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
227688
227688
|
readAt: import("zod").ZodDate;
|
|
227689
227689
|
metadata: import("zod").ZodAny;
|
|
227690
227690
|
platformId: import("zod").ZodString;
|
|
@@ -228342,7 +228342,7 @@ export declare const facebookFeedContract: {
|
|
|
228342
228342
|
};
|
|
228343
228343
|
}>;
|
|
228344
228344
|
}, "strip", import("zod").ZodTypeAny, {
|
|
228345
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
228345
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
228346
228346
|
message: string;
|
|
228347
228347
|
id: string;
|
|
228348
228348
|
url: string;
|
|
@@ -228504,7 +228504,7 @@ export declare const facebookFeedContract: {
|
|
|
228504
228504
|
metadata?: any;
|
|
228505
228505
|
template?: any;
|
|
228506
228506
|
}, {
|
|
228507
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
228507
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
228508
228508
|
message: string;
|
|
228509
228509
|
id: string;
|
|
228510
228510
|
url: string;
|
|
@@ -228878,7 +228878,7 @@ export declare const facebookFeedContract: {
|
|
|
228878
228878
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
228879
228879
|
message: import("zod").ZodString;
|
|
228880
228880
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
228881
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
228881
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
228882
228882
|
readAt: import("zod").ZodDate;
|
|
228883
228883
|
metadata: import("zod").ZodAny;
|
|
228884
228884
|
platformId: import("zod").ZodString;
|
|
@@ -232364,7 +232364,7 @@ export declare const facebookFeedContract: {
|
|
|
232364
232364
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
232365
232365
|
message: import("zod").ZodString;
|
|
232366
232366
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
232367
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
232367
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
232368
232368
|
readAt: import("zod").ZodDate;
|
|
232369
232369
|
metadata: import("zod").ZodAny;
|
|
232370
232370
|
platformId: import("zod").ZodString;
|
|
@@ -233022,7 +233022,7 @@ export declare const facebookFeedContract: {
|
|
|
233022
233022
|
};
|
|
233023
233023
|
}>;
|
|
233024
233024
|
}, "strip", import("zod").ZodTypeAny, {
|
|
233025
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
233025
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
233026
233026
|
message: string;
|
|
233027
233027
|
id: string;
|
|
233028
233028
|
url: string;
|
|
@@ -233184,7 +233184,7 @@ export declare const facebookFeedContract: {
|
|
|
233184
233184
|
metadata?: any;
|
|
233185
233185
|
template?: any;
|
|
233186
233186
|
}, {
|
|
233187
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
233187
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
233188
233188
|
message: string;
|
|
233189
233189
|
id: string;
|
|
233190
233190
|
url: string;
|
|
@@ -233986,7 +233986,7 @@ export declare const facebookFeedContract: {
|
|
|
233986
233986
|
editedMessageid: import("zod").ZodString;
|
|
233987
233987
|
label: import("zod").ZodOptional<import("zod").ZodString>;
|
|
233988
233988
|
}, "strip", import("zod").ZodTypeAny, {
|
|
233989
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
233989
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
233990
233990
|
message: string;
|
|
233991
233991
|
id: string;
|
|
233992
233992
|
url: string;
|
|
@@ -234539,7 +234539,7 @@ export declare const facebookFeedContract: {
|
|
|
234539
234539
|
previewUrl: string;
|
|
234540
234540
|
imageSetId: string;
|
|
234541
234541
|
repliedMessage: {
|
|
234542
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
234542
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
234543
234543
|
message: string;
|
|
234544
234544
|
id: string;
|
|
234545
234545
|
url: string;
|
|
@@ -234750,7 +234750,7 @@ export declare const facebookFeedContract: {
|
|
|
234750
234750
|
template?: any;
|
|
234751
234751
|
label?: string | undefined;
|
|
234752
234752
|
}, {
|
|
234753
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
234753
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
234754
234754
|
message: string;
|
|
234755
234755
|
id: string;
|
|
234756
234756
|
url: string;
|
|
@@ -235303,7 +235303,7 @@ export declare const facebookFeedContract: {
|
|
|
235303
235303
|
previewUrl: string;
|
|
235304
235304
|
imageSetId: string;
|
|
235305
235305
|
repliedMessage: {
|
|
235306
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
235306
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
235307
235307
|
message: string;
|
|
235308
235308
|
id: string;
|
|
235309
235309
|
url: string;
|
|
@@ -235515,7 +235515,7 @@ export declare const facebookFeedContract: {
|
|
|
235515
235515
|
label?: string | undefined;
|
|
235516
235516
|
}>>>;
|
|
235517
235517
|
}, "strip", import("zod").ZodTypeAny, {
|
|
235518
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
235518
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
235519
235519
|
message: string;
|
|
235520
235520
|
id: string;
|
|
235521
235521
|
url: string;
|
|
@@ -236068,7 +236068,7 @@ export declare const facebookFeedContract: {
|
|
|
236068
236068
|
previewUrl: string;
|
|
236069
236069
|
imageSetId: string;
|
|
236070
236070
|
repliedMessage: {
|
|
236071
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
236071
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
236072
236072
|
message: string;
|
|
236073
236073
|
id: string;
|
|
236074
236074
|
url: string;
|
|
@@ -236279,7 +236279,7 @@ export declare const facebookFeedContract: {
|
|
|
236279
236279
|
template?: any;
|
|
236280
236280
|
metadata?: any;
|
|
236281
236281
|
fromMessage?: {
|
|
236282
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
236282
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
236283
236283
|
message: string;
|
|
236284
236284
|
id: string;
|
|
236285
236285
|
url: string;
|
|
@@ -236832,7 +236832,7 @@ export declare const facebookFeedContract: {
|
|
|
236832
236832
|
previewUrl: string;
|
|
236833
236833
|
imageSetId: string;
|
|
236834
236834
|
repliedMessage: {
|
|
236835
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
236835
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
236836
236836
|
message: string;
|
|
236837
236837
|
id: string;
|
|
236838
236838
|
url: string;
|
|
@@ -237044,7 +237044,7 @@ export declare const facebookFeedContract: {
|
|
|
237044
237044
|
label?: string | undefined;
|
|
237045
237045
|
} | null | undefined;
|
|
237046
237046
|
}, {
|
|
237047
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
237047
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
237048
237048
|
message: string;
|
|
237049
237049
|
id: string;
|
|
237050
237050
|
url: string;
|
|
@@ -237597,7 +237597,7 @@ export declare const facebookFeedContract: {
|
|
|
237597
237597
|
previewUrl: string;
|
|
237598
237598
|
imageSetId: string;
|
|
237599
237599
|
repliedMessage: {
|
|
237600
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
237600
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
237601
237601
|
message: string;
|
|
237602
237602
|
id: string;
|
|
237603
237603
|
url: string;
|
|
@@ -237808,7 +237808,7 @@ export declare const facebookFeedContract: {
|
|
|
237808
237808
|
template?: any;
|
|
237809
237809
|
metadata?: any;
|
|
237810
237810
|
fromMessage?: {
|
|
237811
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
237811
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
237812
237812
|
message: string;
|
|
237813
237813
|
id: string;
|
|
237814
237814
|
url: string;
|
|
@@ -238361,7 +238361,7 @@ export declare const facebookFeedContract: {
|
|
|
238361
238361
|
previewUrl: string;
|
|
238362
238362
|
imageSetId: string;
|
|
238363
238363
|
repliedMessage: {
|
|
238364
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
238364
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
238365
238365
|
message: string;
|
|
238366
238366
|
id: string;
|
|
238367
238367
|
url: string;
|
|
@@ -238575,7 +238575,7 @@ export declare const facebookFeedContract: {
|
|
|
238575
238575
|
}>;
|
|
238576
238576
|
}, "strip", import("zod").ZodTypeAny, {
|
|
238577
238577
|
data: {
|
|
238578
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
238578
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
238579
238579
|
message: string;
|
|
238580
238580
|
id: string;
|
|
238581
238581
|
url: string;
|
|
@@ -239128,7 +239128,7 @@ export declare const facebookFeedContract: {
|
|
|
239128
239128
|
previewUrl: string;
|
|
239129
239129
|
imageSetId: string;
|
|
239130
239130
|
repliedMessage: {
|
|
239131
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
239131
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
239132
239132
|
message: string;
|
|
239133
239133
|
id: string;
|
|
239134
239134
|
url: string;
|
|
@@ -239339,7 +239339,7 @@ export declare const facebookFeedContract: {
|
|
|
239339
239339
|
template?: any;
|
|
239340
239340
|
metadata?: any;
|
|
239341
239341
|
fromMessage?: {
|
|
239342
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
239342
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
239343
239343
|
message: string;
|
|
239344
239344
|
id: string;
|
|
239345
239345
|
url: string;
|
|
@@ -239892,7 +239892,7 @@ export declare const facebookFeedContract: {
|
|
|
239892
239892
|
previewUrl: string;
|
|
239893
239893
|
imageSetId: string;
|
|
239894
239894
|
repliedMessage: {
|
|
239895
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
239895
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
239896
239896
|
message: string;
|
|
239897
239897
|
id: string;
|
|
239898
239898
|
url: string;
|
|
@@ -240107,7 +240107,7 @@ export declare const facebookFeedContract: {
|
|
|
240107
240107
|
requestId: string;
|
|
240108
240108
|
}, {
|
|
240109
240109
|
data: {
|
|
240110
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
240110
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
240111
240111
|
message: string;
|
|
240112
240112
|
id: string;
|
|
240113
240113
|
url: string;
|
|
@@ -240660,7 +240660,7 @@ export declare const facebookFeedContract: {
|
|
|
240660
240660
|
previewUrl: string;
|
|
240661
240661
|
imageSetId: string;
|
|
240662
240662
|
repliedMessage: {
|
|
240663
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
240663
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
240664
240664
|
message: string;
|
|
240665
240665
|
id: string;
|
|
240666
240666
|
url: string;
|
|
@@ -240871,7 +240871,7 @@ export declare const facebookFeedContract: {
|
|
|
240871
240871
|
template?: any;
|
|
240872
240872
|
metadata?: any;
|
|
240873
240873
|
fromMessage?: {
|
|
240874
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
240874
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
240875
240875
|
message: string;
|
|
240876
240876
|
id: string;
|
|
240877
240877
|
url: string;
|
|
@@ -241424,7 +241424,7 @@ export declare const facebookFeedContract: {
|
|
|
241424
241424
|
previewUrl: string;
|
|
241425
241425
|
imageSetId: string;
|
|
241426
241426
|
repliedMessage: {
|
|
241427
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
241427
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
241428
241428
|
message: string;
|
|
241429
241429
|
id: string;
|
|
241430
241430
|
url: string;
|
|
@@ -242016,7 +242016,7 @@ export declare const facebookFeedContract: {
|
|
|
242016
242016
|
id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
242017
242017
|
message: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
242018
242018
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
242019
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
242019
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
242020
242020
|
readAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
|
242021
242021
|
metadata: import("zod").ZodOptional<import("zod").ZodAny>;
|
|
242022
242022
|
platformId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -242068,7 +242068,7 @@ export declare const facebookFeedContract: {
|
|
|
242068
242068
|
parentMessageId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
242069
242069
|
feedPostId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
242070
242070
|
}, "strip", import("zod").ZodTypeAny, {
|
|
242071
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
242071
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
242072
242072
|
direction: "incoming" | "outgoing" | "system";
|
|
242073
242073
|
id?: string | undefined;
|
|
242074
242074
|
message?: string | null | undefined;
|
|
@@ -242099,7 +242099,7 @@ export declare const facebookFeedContract: {
|
|
|
242099
242099
|
parentMessageId?: string | null | undefined;
|
|
242100
242100
|
feedPostId?: string | null | undefined;
|
|
242101
242101
|
}, {
|
|
242102
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
242102
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
242103
242103
|
direction: "incoming" | "outgoing" | "system";
|
|
242104
242104
|
id?: string | undefined;
|
|
242105
242105
|
message?: string | null | undefined;
|
|
@@ -242132,7 +242132,7 @@ export declare const facebookFeedContract: {
|
|
|
242132
242132
|
}>;
|
|
242133
242133
|
}, "strip", import("zod").ZodTypeAny, {
|
|
242134
242134
|
message: {
|
|
242135
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
242135
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
242136
242136
|
direction: "incoming" | "outgoing" | "system";
|
|
242137
242137
|
id?: string | undefined;
|
|
242138
242138
|
message?: string | null | undefined;
|
|
@@ -242216,7 +242216,7 @@ export declare const facebookFeedContract: {
|
|
|
242216
242216
|
};
|
|
242217
242217
|
}, {
|
|
242218
242218
|
message: {
|
|
242219
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
242219
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
242220
242220
|
direction: "incoming" | "outgoing" | "system";
|
|
242221
242221
|
id?: string | undefined;
|
|
242222
242222
|
message?: string | null | undefined;
|
|
@@ -242655,7 +242655,7 @@ export declare const facebookFeedContract: {
|
|
|
242655
242655
|
id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
242656
242656
|
message: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
242657
242657
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
242658
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
242658
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
242659
242659
|
readAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
|
242660
242660
|
metadata: import("zod").ZodOptional<import("zod").ZodAny>;
|
|
242661
242661
|
platformId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -242707,7 +242707,7 @@ export declare const facebookFeedContract: {
|
|
|
242707
242707
|
parentMessageId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
242708
242708
|
feedPostId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
242709
242709
|
}, "strip", import("zod").ZodTypeAny, {
|
|
242710
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
242710
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
242711
242711
|
direction: "incoming" | "outgoing" | "system";
|
|
242712
242712
|
id?: string | undefined;
|
|
242713
242713
|
message?: string | null | undefined;
|
|
@@ -242738,7 +242738,7 @@ export declare const facebookFeedContract: {
|
|
|
242738
242738
|
parentMessageId?: string | null | undefined;
|
|
242739
242739
|
feedPostId?: string | null | undefined;
|
|
242740
242740
|
}, {
|
|
242741
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
242741
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
242742
242742
|
direction: "incoming" | "outgoing" | "system";
|
|
242743
242743
|
id?: string | undefined;
|
|
242744
242744
|
message?: string | null | undefined;
|
|
@@ -242771,7 +242771,7 @@ export declare const facebookFeedContract: {
|
|
|
242771
242771
|
}>;
|
|
242772
242772
|
}, "strip", import("zod").ZodTypeAny, {
|
|
242773
242773
|
message: {
|
|
242774
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
242774
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
242775
242775
|
direction: "incoming" | "outgoing" | "system";
|
|
242776
242776
|
id?: string | undefined;
|
|
242777
242777
|
message?: string | null | undefined;
|
|
@@ -242855,7 +242855,7 @@ export declare const facebookFeedContract: {
|
|
|
242855
242855
|
};
|
|
242856
242856
|
}, {
|
|
242857
242857
|
message: {
|
|
242858
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
242858
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
242859
242859
|
direction: "incoming" | "outgoing" | "system";
|
|
242860
242860
|
id?: string | undefined;
|
|
242861
242861
|
message?: string | null | undefined;
|
|
@@ -242984,7 +242984,7 @@ export declare const feedPostContract: {
|
|
|
242984
242984
|
updatedAt: import("zod").ZodDate;
|
|
242985
242985
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
242986
242986
|
message: import("zod").ZodNullable<import("zod").ZodString>;
|
|
242987
|
-
type: import("zod").ZodUnion<[import("zod").ZodEnum<["text", "added_photos", "added_video", "shared_story", "mobile_status_update", "no_data"]>, import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>]>;
|
|
242987
|
+
type: import("zod").ZodUnion<[import("zod").ZodEnum<["text", "added_photos", "added_video", "shared_story", "mobile_status_update", "no_data"]>, import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>]>;
|
|
242988
242988
|
metadata: import("zod").ZodAny;
|
|
242989
242989
|
platformId: import("zod").ZodString;
|
|
242990
242990
|
platformMessageId: import("zod").ZodString;
|
|
@@ -244792,7 +244792,7 @@ export declare const feedPostContract: {
|
|
|
244792
244792
|
}>;
|
|
244793
244793
|
permalinkURL: import("zod").ZodString;
|
|
244794
244794
|
}, "strip", import("zod").ZodTypeAny, {
|
|
244795
|
-
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" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
244795
|
+
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" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
244796
244796
|
message: string | null;
|
|
244797
244797
|
id: string;
|
|
244798
244798
|
channel: {
|
|
@@ -245073,7 +245073,7 @@ export declare const feedPostContract: {
|
|
|
245073
245073
|
metadata?: any;
|
|
245074
245074
|
template?: any;
|
|
245075
245075
|
}, {
|
|
245076
|
-
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" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
245076
|
+
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" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
245077
245077
|
message: string | null;
|
|
245078
245078
|
id: string;
|
|
245079
245079
|
channel: {
|
|
@@ -245356,7 +245356,7 @@ export declare const feedPostContract: {
|
|
|
245356
245356
|
}>;
|
|
245357
245357
|
}, "strip", import("zod").ZodTypeAny, {
|
|
245358
245358
|
data: {
|
|
245359
|
-
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" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
245359
|
+
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" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
245360
245360
|
message: string | null;
|
|
245361
245361
|
id: string;
|
|
245362
245362
|
channel: {
|
|
@@ -245640,7 +245640,7 @@ export declare const feedPostContract: {
|
|
|
245640
245640
|
requestId: string;
|
|
245641
245641
|
}, {
|
|
245642
245642
|
data: {
|
|
245643
|
-
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" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
245643
|
+
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" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
245644
245644
|
message: string | null;
|
|
245645
245645
|
id: string;
|
|
245646
245646
|
channel: {
|
|
@@ -245969,7 +245969,7 @@ export declare const feedPostContract: {
|
|
|
245969
245969
|
page: import("zod").ZodNumber;
|
|
245970
245970
|
pageSize: import("zod").ZodNumber;
|
|
245971
245971
|
data: import("zod").ZodObject<{
|
|
245972
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
245972
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
245973
245973
|
message: import("zod").ZodString;
|
|
245974
245974
|
id: import("zod").ZodString;
|
|
245975
245975
|
url: import("zod").ZodString;
|
|
@@ -249895,7 +249895,7 @@ export declare const feedPostContract: {
|
|
|
249895
249895
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
249896
249896
|
message: import("zod").ZodString;
|
|
249897
249897
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
249898
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
249898
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
249899
249899
|
readAt: import("zod").ZodDate;
|
|
249900
249900
|
metadata: import("zod").ZodAny;
|
|
249901
249901
|
platformId: import("zod").ZodString;
|
|
@@ -250553,7 +250553,7 @@ export declare const feedPostContract: {
|
|
|
250553
250553
|
};
|
|
250554
250554
|
}>;
|
|
250555
250555
|
}, "strip", import("zod").ZodTypeAny, {
|
|
250556
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
250556
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
250557
250557
|
message: string;
|
|
250558
250558
|
id: string;
|
|
250559
250559
|
url: string;
|
|
@@ -250715,7 +250715,7 @@ export declare const feedPostContract: {
|
|
|
250715
250715
|
metadata?: any;
|
|
250716
250716
|
template?: any;
|
|
250717
250717
|
}, {
|
|
250718
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
250718
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
250719
250719
|
message: string;
|
|
250720
250720
|
id: string;
|
|
250721
250721
|
url: string;
|
|
@@ -252136,7 +252136,7 @@ export declare const feedPostContract: {
|
|
|
252136
252136
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
252137
252137
|
message: import("zod").ZodString;
|
|
252138
252138
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
252139
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
252139
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
252140
252140
|
readAt: import("zod").ZodDate;
|
|
252141
252141
|
metadata: import("zod").ZodAny;
|
|
252142
252142
|
platformId: import("zod").ZodString;
|
|
@@ -255622,7 +255622,7 @@ export declare const feedPostContract: {
|
|
|
255622
255622
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
255623
255623
|
message: import("zod").ZodString;
|
|
255624
255624
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
255625
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
255625
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
255626
255626
|
readAt: import("zod").ZodDate;
|
|
255627
255627
|
metadata: import("zod").ZodAny;
|
|
255628
255628
|
platformId: import("zod").ZodString;
|
|
@@ -256280,7 +256280,7 @@ export declare const feedPostContract: {
|
|
|
256280
256280
|
};
|
|
256281
256281
|
}>;
|
|
256282
256282
|
}, "strip", import("zod").ZodTypeAny, {
|
|
256283
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
256283
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
256284
256284
|
message: string;
|
|
256285
256285
|
id: string;
|
|
256286
256286
|
url: string;
|
|
@@ -256442,7 +256442,7 @@ export declare const feedPostContract: {
|
|
|
256442
256442
|
metadata?: any;
|
|
256443
256443
|
template?: any;
|
|
256444
256444
|
}, {
|
|
256445
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
256445
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
256446
256446
|
message: string;
|
|
256447
256447
|
id: string;
|
|
256448
256448
|
url: string;
|
|
@@ -257244,7 +257244,7 @@ export declare const feedPostContract: {
|
|
|
257244
257244
|
editedMessageid: import("zod").ZodString;
|
|
257245
257245
|
label: import("zod").ZodOptional<import("zod").ZodString>;
|
|
257246
257246
|
}, "strip", import("zod").ZodTypeAny, {
|
|
257247
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
257247
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
257248
257248
|
message: string;
|
|
257249
257249
|
id: string;
|
|
257250
257250
|
url: string;
|
|
@@ -257797,7 +257797,7 @@ export declare const feedPostContract: {
|
|
|
257797
257797
|
previewUrl: string;
|
|
257798
257798
|
imageSetId: string;
|
|
257799
257799
|
repliedMessage: {
|
|
257800
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
257800
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
257801
257801
|
message: string;
|
|
257802
257802
|
id: string;
|
|
257803
257803
|
url: string;
|
|
@@ -258008,7 +258008,7 @@ export declare const feedPostContract: {
|
|
|
258008
258008
|
template?: any;
|
|
258009
258009
|
label?: string | undefined;
|
|
258010
258010
|
}, {
|
|
258011
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
258011
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
258012
258012
|
message: string;
|
|
258013
258013
|
id: string;
|
|
258014
258014
|
url: string;
|
|
@@ -258561,7 +258561,7 @@ export declare const feedPostContract: {
|
|
|
258561
258561
|
previewUrl: string;
|
|
258562
258562
|
imageSetId: string;
|
|
258563
258563
|
repliedMessage: {
|
|
258564
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
258564
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
258565
258565
|
message: string;
|
|
258566
258566
|
id: string;
|
|
258567
258567
|
url: string;
|
|
@@ -258773,13 +258773,13 @@ export declare const feedPostContract: {
|
|
|
258773
258773
|
label?: string | undefined;
|
|
258774
258774
|
}>, "many">;
|
|
258775
258775
|
}, "strip", import("zod").ZodTypeAny, {
|
|
258776
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
258776
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
258777
258777
|
message: string;
|
|
258778
258778
|
id: string;
|
|
258779
258779
|
url: string;
|
|
258780
258780
|
direction: "incoming" | "outgoing" | "system";
|
|
258781
258781
|
children: {
|
|
258782
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
258782
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
258783
258783
|
message: string;
|
|
258784
258784
|
id: string;
|
|
258785
258785
|
url: string;
|
|
@@ -259332,7 +259332,7 @@ export declare const feedPostContract: {
|
|
|
259332
259332
|
previewUrl: string;
|
|
259333
259333
|
imageSetId: string;
|
|
259334
259334
|
repliedMessage: {
|
|
259335
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
259335
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
259336
259336
|
message: string;
|
|
259337
259337
|
id: string;
|
|
259338
259338
|
url: string;
|
|
@@ -260091,7 +260091,7 @@ export declare const feedPostContract: {
|
|
|
260091
260091
|
previewUrl: string;
|
|
260092
260092
|
imageSetId: string;
|
|
260093
260093
|
repliedMessage: {
|
|
260094
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
260094
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
260095
260095
|
message: string;
|
|
260096
260096
|
id: string;
|
|
260097
260097
|
url: string;
|
|
@@ -260429,13 +260429,13 @@ export declare const feedPostContract: {
|
|
|
260429
260429
|
template?: any;
|
|
260430
260430
|
metadata?: any;
|
|
260431
260431
|
}, {
|
|
260432
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
260432
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
260433
260433
|
message: string;
|
|
260434
260434
|
id: string;
|
|
260435
260435
|
url: string;
|
|
260436
260436
|
direction: "incoming" | "outgoing" | "system";
|
|
260437
260437
|
children: {
|
|
260438
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
260438
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
260439
260439
|
message: string;
|
|
260440
260440
|
id: string;
|
|
260441
260441
|
url: string;
|
|
@@ -260988,7 +260988,7 @@ export declare const feedPostContract: {
|
|
|
260988
260988
|
previewUrl: string;
|
|
260989
260989
|
imageSetId: string;
|
|
260990
260990
|
repliedMessage: {
|
|
260991
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
260991
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
260992
260992
|
message: string;
|
|
260993
260993
|
id: string;
|
|
260994
260994
|
url: string;
|
|
@@ -261747,7 +261747,7 @@ export declare const feedPostContract: {
|
|
|
261747
261747
|
previewUrl: string;
|
|
261748
261748
|
imageSetId: string;
|
|
261749
261749
|
repliedMessage: {
|
|
261750
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
261750
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
261751
261751
|
message: string;
|
|
261752
261752
|
id: string;
|
|
261753
261753
|
url: string;
|
|
@@ -262087,13 +262087,13 @@ export declare const feedPostContract: {
|
|
|
262087
262087
|
}>;
|
|
262088
262088
|
}, "strip", import("zod").ZodTypeAny, {
|
|
262089
262089
|
data: {
|
|
262090
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
262090
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
262091
262091
|
message: string;
|
|
262092
262092
|
id: string;
|
|
262093
262093
|
url: string;
|
|
262094
262094
|
direction: "incoming" | "outgoing" | "system";
|
|
262095
262095
|
children: {
|
|
262096
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
262096
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
262097
262097
|
message: string;
|
|
262098
262098
|
id: string;
|
|
262099
262099
|
url: string;
|
|
@@ -262646,7 +262646,7 @@ export declare const feedPostContract: {
|
|
|
262646
262646
|
previewUrl: string;
|
|
262647
262647
|
imageSetId: string;
|
|
262648
262648
|
repliedMessage: {
|
|
262649
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
262649
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
262650
262650
|
message: string;
|
|
262651
262651
|
id: string;
|
|
262652
262652
|
url: string;
|
|
@@ -263405,7 +263405,7 @@ export declare const feedPostContract: {
|
|
|
263405
263405
|
previewUrl: string;
|
|
263406
263406
|
imageSetId: string;
|
|
263407
263407
|
repliedMessage: {
|
|
263408
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
263408
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
263409
263409
|
message: string;
|
|
263410
263410
|
id: string;
|
|
263411
263411
|
url: string;
|
|
@@ -263749,13 +263749,13 @@ export declare const feedPostContract: {
|
|
|
263749
263749
|
requestId: string;
|
|
263750
263750
|
}, {
|
|
263751
263751
|
data: {
|
|
263752
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
263752
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
263753
263753
|
message: string;
|
|
263754
263754
|
id: string;
|
|
263755
263755
|
url: string;
|
|
263756
263756
|
direction: "incoming" | "outgoing" | "system";
|
|
263757
263757
|
children: {
|
|
263758
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
263758
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
263759
263759
|
message: string;
|
|
263760
263760
|
id: string;
|
|
263761
263761
|
url: string;
|
|
@@ -264308,7 +264308,7 @@ export declare const feedPostContract: {
|
|
|
264308
264308
|
previewUrl: string;
|
|
264309
264309
|
imageSetId: string;
|
|
264310
264310
|
repliedMessage: {
|
|
264311
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
264311
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
264312
264312
|
message: string;
|
|
264313
264313
|
id: string;
|
|
264314
264314
|
url: string;
|
|
@@ -265067,7 +265067,7 @@ export declare const feedPostContract: {
|
|
|
265067
265067
|
previewUrl: string;
|
|
265068
265068
|
imageSetId: string;
|
|
265069
265069
|
repliedMessage: {
|
|
265070
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
265070
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
265071
265071
|
message: string;
|
|
265072
265072
|
id: string;
|
|
265073
265073
|
url: string;
|
|
@@ -288442,7 +288442,7 @@ export declare const workflowContract: {
|
|
|
288442
288442
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
288443
288443
|
message: import("zod").ZodString;
|
|
288444
288444
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
288445
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
288445
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
288446
288446
|
readAt: import("zod").ZodDate;
|
|
288447
288447
|
metadata: import("zod").ZodAny;
|
|
288448
288448
|
platformId: import("zod").ZodString;
|
|
@@ -291928,7 +291928,7 @@ export declare const workflowContract: {
|
|
|
291928
291928
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
291929
291929
|
message: import("zod").ZodString;
|
|
291930
291930
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
291931
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
291931
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
291932
291932
|
readAt: import("zod").ZodDate;
|
|
291933
291933
|
metadata: import("zod").ZodAny;
|
|
291934
291934
|
platformId: import("zod").ZodString;
|
|
@@ -292586,7 +292586,7 @@ export declare const workflowContract: {
|
|
|
292586
292586
|
};
|
|
292587
292587
|
}>;
|
|
292588
292588
|
}, "strip", import("zod").ZodTypeAny, {
|
|
292589
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
292589
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
292590
292590
|
message: string;
|
|
292591
292591
|
id: string;
|
|
292592
292592
|
url: string;
|
|
@@ -292748,7 +292748,7 @@ export declare const workflowContract: {
|
|
|
292748
292748
|
metadata?: any;
|
|
292749
292749
|
template?: any;
|
|
292750
292750
|
}, {
|
|
292751
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
292751
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
292752
292752
|
message: string;
|
|
292753
292753
|
id: string;
|
|
292754
292754
|
url: string;
|
|
@@ -293550,7 +293550,7 @@ export declare const workflowContract: {
|
|
|
293550
293550
|
editedMessageid: import("zod").ZodString;
|
|
293551
293551
|
label: import("zod").ZodOptional<import("zod").ZodString>;
|
|
293552
293552
|
}, "strip", import("zod").ZodTypeAny, {
|
|
293553
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
293553
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
293554
293554
|
message: string;
|
|
293555
293555
|
id: string;
|
|
293556
293556
|
url: string;
|
|
@@ -294103,7 +294103,7 @@ export declare const workflowContract: {
|
|
|
294103
294103
|
previewUrl: string;
|
|
294104
294104
|
imageSetId: string;
|
|
294105
294105
|
repliedMessage: {
|
|
294106
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
294106
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
294107
294107
|
message: string;
|
|
294108
294108
|
id: string;
|
|
294109
294109
|
url: string;
|
|
@@ -294314,7 +294314,7 @@ export declare const workflowContract: {
|
|
|
294314
294314
|
template?: any;
|
|
294315
294315
|
label?: string | undefined;
|
|
294316
294316
|
}, {
|
|
294317
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
294317
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
294318
294318
|
message: string;
|
|
294319
294319
|
id: string;
|
|
294320
294320
|
url: string;
|
|
@@ -294867,7 +294867,7 @@ export declare const workflowContract: {
|
|
|
294867
294867
|
previewUrl: string;
|
|
294868
294868
|
imageSetId: string;
|
|
294869
294869
|
repliedMessage: {
|
|
294870
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
294870
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
294871
294871
|
message: string;
|
|
294872
294872
|
id: string;
|
|
294873
294873
|
url: string;
|
|
@@ -295080,7 +295080,7 @@ export declare const workflowContract: {
|
|
|
295080
295080
|
}>;
|
|
295081
295081
|
}, "strip", import("zod").ZodTypeAny, {
|
|
295082
295082
|
data: {
|
|
295083
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
295083
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
295084
295084
|
message: string;
|
|
295085
295085
|
id: string;
|
|
295086
295086
|
url: string;
|
|
@@ -295633,7 +295633,7 @@ export declare const workflowContract: {
|
|
|
295633
295633
|
previewUrl: string;
|
|
295634
295634
|
imageSetId: string;
|
|
295635
295635
|
repliedMessage: {
|
|
295636
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
295636
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
295637
295637
|
message: string;
|
|
295638
295638
|
id: string;
|
|
295639
295639
|
url: string;
|
|
@@ -295847,7 +295847,7 @@ export declare const workflowContract: {
|
|
|
295847
295847
|
requestId: string;
|
|
295848
295848
|
}, {
|
|
295849
295849
|
data: {
|
|
295850
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
295850
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
295851
295851
|
message: string;
|
|
295852
295852
|
id: string;
|
|
295853
295853
|
url: string;
|
|
@@ -296400,7 +296400,7 @@ export declare const workflowContract: {
|
|
|
296400
296400
|
previewUrl: string;
|
|
296401
296401
|
imageSetId: string;
|
|
296402
296402
|
repliedMessage: {
|
|
296403
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
296403
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
296404
296404
|
message: string;
|
|
296405
296405
|
id: string;
|
|
296406
296406
|
url: string;
|