@kl1/contracts 1.2.67-uat → 1.2.68-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 +191 -170
- package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/schema.d.ts +45 -45
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +72 -56
- package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/contract.d.ts +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 +5 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -86024,7 +86024,7 @@ export declare const platformContract: {
|
|
|
86024
86024
|
message: import("zod").ZodObject<{
|
|
86025
86025
|
message: import("zod").ZodOptional<import("zod").ZodString>;
|
|
86026
86026
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
86027
|
-
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
86027
|
+
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
86028
86028
|
readAt: import("zod").ZodOptional<import("zod").ZodDate>;
|
|
86029
86029
|
metadata: import("zod").ZodOptional<import("zod").ZodAny>;
|
|
86030
86030
|
platformId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -86068,7 +86068,7 @@ export declare const platformContract: {
|
|
|
86068
86068
|
phone: string | null;
|
|
86069
86069
|
}>;
|
|
86070
86070
|
}, "strip", import("zod").ZodTypeAny, {
|
|
86071
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
86071
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
86072
86072
|
direction: "incoming" | "outgoing" | "system";
|
|
86073
86073
|
sender: {
|
|
86074
86074
|
name: string;
|
|
@@ -86094,7 +86094,7 @@ export declare const platformContract: {
|
|
|
86094
86094
|
fileSize: number;
|
|
86095
86095
|
} | undefined;
|
|
86096
86096
|
}, {
|
|
86097
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
86097
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
86098
86098
|
direction: "incoming" | "outgoing" | "system";
|
|
86099
86099
|
sender: {
|
|
86100
86100
|
name: string;
|
|
@@ -86122,7 +86122,7 @@ export declare const platformContract: {
|
|
|
86122
86122
|
}>;
|
|
86123
86123
|
}, "strip", import("zod").ZodTypeAny, {
|
|
86124
86124
|
message: {
|
|
86125
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
86125
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
86126
86126
|
direction: "incoming" | "outgoing" | "system";
|
|
86127
86127
|
sender: {
|
|
86128
86128
|
name: string;
|
|
@@ -86233,7 +86233,7 @@ export declare const platformContract: {
|
|
|
86233
86233
|
stickerId: number;
|
|
86234
86234
|
}, {
|
|
86235
86235
|
message: {
|
|
86236
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
86236
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
86237
86237
|
direction: "incoming" | "outgoing" | "system";
|
|
86238
86238
|
sender: {
|
|
86239
86239
|
name: string;
|
|
@@ -87372,7 +87372,7 @@ export declare const platformContract: {
|
|
|
87372
87372
|
id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
87373
87373
|
message: import("zod").ZodOptional<import("zod").ZodString>;
|
|
87374
87374
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
87375
|
-
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
87375
|
+
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
87376
87376
|
readAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
|
87377
87377
|
metadata: import("zod").ZodOptional<import("zod").ZodAny>;
|
|
87378
87378
|
platformId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -87428,7 +87428,7 @@ export declare const platformContract: {
|
|
|
87428
87428
|
editedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
|
87429
87429
|
label: import("zod").ZodOptional<import("zod").ZodString>;
|
|
87430
87430
|
}, "strip", import("zod").ZodTypeAny, {
|
|
87431
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
87431
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
87432
87432
|
direction: "incoming" | "outgoing" | "system";
|
|
87433
87433
|
id?: string | undefined;
|
|
87434
87434
|
message?: string | undefined;
|
|
@@ -87463,7 +87463,7 @@ export declare const platformContract: {
|
|
|
87463
87463
|
editedAt?: string | Date | null | undefined;
|
|
87464
87464
|
label?: string | undefined;
|
|
87465
87465
|
}, {
|
|
87466
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
87466
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
87467
87467
|
direction: "incoming" | "outgoing" | "system";
|
|
87468
87468
|
id?: string | undefined;
|
|
87469
87469
|
message?: string | undefined;
|
|
@@ -87500,7 +87500,7 @@ export declare const platformContract: {
|
|
|
87500
87500
|
}>;
|
|
87501
87501
|
}, "strip", import("zod").ZodTypeAny, {
|
|
87502
87502
|
message: {
|
|
87503
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
87503
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
87504
87504
|
direction: "incoming" | "outgoing" | "system";
|
|
87505
87505
|
id?: string | undefined;
|
|
87506
87506
|
message?: string | undefined;
|
|
@@ -87631,7 +87631,7 @@ export declare const platformContract: {
|
|
|
87631
87631
|
isBot: boolean | null;
|
|
87632
87632
|
}, {
|
|
87633
87633
|
message: {
|
|
87634
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
87634
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
87635
87635
|
direction: "incoming" | "outgoing" | "system";
|
|
87636
87636
|
id?: string | undefined;
|
|
87637
87637
|
message?: string | undefined;
|
|
@@ -87766,7 +87766,7 @@ export declare const platformContract: {
|
|
|
87766
87766
|
200: import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
87767
87767
|
requestId: import("zod").ZodString;
|
|
87768
87768
|
data: import("zod").ZodObject<{
|
|
87769
|
-
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
87769
|
+
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
87770
87770
|
message: import("zod").ZodString;
|
|
87771
87771
|
id: import("zod").ZodString;
|
|
87772
87772
|
url: import("zod").ZodString;
|
|
@@ -91702,7 +91702,7 @@ export declare const platformContract: {
|
|
|
91702
91702
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
91703
91703
|
message: import("zod").ZodString;
|
|
91704
91704
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
91705
|
-
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
91705
|
+
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
91706
91706
|
readAt: import("zod").ZodDate;
|
|
91707
91707
|
metadata: import("zod").ZodAny;
|
|
91708
91708
|
platformId: import("zod").ZodString;
|
|
@@ -92360,7 +92360,7 @@ export declare const platformContract: {
|
|
|
92360
92360
|
};
|
|
92361
92361
|
}>;
|
|
92362
92362
|
}, "strip", import("zod").ZodTypeAny, {
|
|
92363
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
92363
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
92364
92364
|
message: string;
|
|
92365
92365
|
id: string;
|
|
92366
92366
|
url: string;
|
|
@@ -92522,7 +92522,7 @@ export declare const platformContract: {
|
|
|
92522
92522
|
metadata?: any;
|
|
92523
92523
|
template?: any;
|
|
92524
92524
|
}, {
|
|
92525
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
92525
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
92526
92526
|
message: string;
|
|
92527
92527
|
id: string;
|
|
92528
92528
|
url: string;
|
|
@@ -92896,7 +92896,7 @@ export declare const platformContract: {
|
|
|
92896
92896
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
92897
92897
|
message: import("zod").ZodString;
|
|
92898
92898
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
92899
|
-
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
92899
|
+
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
92900
92900
|
readAt: import("zod").ZodDate;
|
|
92901
92901
|
metadata: import("zod").ZodAny;
|
|
92902
92902
|
platformId: import("zod").ZodString;
|
|
@@ -96392,7 +96392,7 @@ export declare const platformContract: {
|
|
|
96392
96392
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
96393
96393
|
message: import("zod").ZodString;
|
|
96394
96394
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
96395
|
-
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
96395
|
+
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
96396
96396
|
readAt: import("zod").ZodDate;
|
|
96397
96397
|
metadata: import("zod").ZodAny;
|
|
96398
96398
|
platformId: import("zod").ZodString;
|
|
@@ -97050,7 +97050,7 @@ export declare const platformContract: {
|
|
|
97050
97050
|
};
|
|
97051
97051
|
}>;
|
|
97052
97052
|
}, "strip", import("zod").ZodTypeAny, {
|
|
97053
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
97053
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
97054
97054
|
message: string;
|
|
97055
97055
|
id: string;
|
|
97056
97056
|
url: string;
|
|
@@ -97212,7 +97212,7 @@ export declare const platformContract: {
|
|
|
97212
97212
|
metadata?: any;
|
|
97213
97213
|
template?: any;
|
|
97214
97214
|
}, {
|
|
97215
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
97215
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
97216
97216
|
message: string;
|
|
97217
97217
|
id: string;
|
|
97218
97218
|
url: string;
|
|
@@ -98014,7 +98014,7 @@ export declare const platformContract: {
|
|
|
98014
98014
|
editedMessageid: import("zod").ZodString;
|
|
98015
98015
|
label: import("zod").ZodOptional<import("zod").ZodString>;
|
|
98016
98016
|
}, "strip", import("zod").ZodTypeAny, {
|
|
98017
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
98017
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
98018
98018
|
message: string;
|
|
98019
98019
|
id: string;
|
|
98020
98020
|
url: string;
|
|
@@ -98569,7 +98569,7 @@ export declare const platformContract: {
|
|
|
98569
98569
|
previewUrl: string;
|
|
98570
98570
|
imageSetId: string;
|
|
98571
98571
|
repliedMessage: {
|
|
98572
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
98572
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
98573
98573
|
message: string;
|
|
98574
98574
|
id: string;
|
|
98575
98575
|
url: string;
|
|
@@ -98780,7 +98780,7 @@ export declare const platformContract: {
|
|
|
98780
98780
|
template?: any;
|
|
98781
98781
|
label?: string | undefined;
|
|
98782
98782
|
}, {
|
|
98783
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
98783
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
98784
98784
|
message: string;
|
|
98785
98785
|
id: string;
|
|
98786
98786
|
url: string;
|
|
@@ -99335,7 +99335,7 @@ export declare const platformContract: {
|
|
|
99335
99335
|
previewUrl: string;
|
|
99336
99336
|
imageSetId: string;
|
|
99337
99337
|
repliedMessage: {
|
|
99338
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
99338
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
99339
99339
|
message: string;
|
|
99340
99340
|
id: string;
|
|
99341
99341
|
url: string;
|
|
@@ -99547,7 +99547,7 @@ export declare const platformContract: {
|
|
|
99547
99547
|
label?: string | undefined;
|
|
99548
99548
|
}>>>;
|
|
99549
99549
|
}, "strip", import("zod").ZodTypeAny, {
|
|
99550
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
99550
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
99551
99551
|
message: string;
|
|
99552
99552
|
id: string;
|
|
99553
99553
|
url: string;
|
|
@@ -100102,7 +100102,7 @@ export declare const platformContract: {
|
|
|
100102
100102
|
previewUrl: string;
|
|
100103
100103
|
imageSetId: string;
|
|
100104
100104
|
repliedMessage: {
|
|
100105
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
100105
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
100106
100106
|
message: string;
|
|
100107
100107
|
id: string;
|
|
100108
100108
|
url: string;
|
|
@@ -100313,7 +100313,7 @@ export declare const platformContract: {
|
|
|
100313
100313
|
template?: any;
|
|
100314
100314
|
metadata?: any;
|
|
100315
100315
|
fromMessage?: {
|
|
100316
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
100316
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
100317
100317
|
message: string;
|
|
100318
100318
|
id: string;
|
|
100319
100319
|
url: string;
|
|
@@ -100868,7 +100868,7 @@ export declare const platformContract: {
|
|
|
100868
100868
|
previewUrl: string;
|
|
100869
100869
|
imageSetId: string;
|
|
100870
100870
|
repliedMessage: {
|
|
100871
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
100871
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
100872
100872
|
message: string;
|
|
100873
100873
|
id: string;
|
|
100874
100874
|
url: string;
|
|
@@ -101080,7 +101080,7 @@ export declare const platformContract: {
|
|
|
101080
101080
|
label?: string | undefined;
|
|
101081
101081
|
} | null | undefined;
|
|
101082
101082
|
}, {
|
|
101083
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
101083
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
101084
101084
|
message: string;
|
|
101085
101085
|
id: string;
|
|
101086
101086
|
url: string;
|
|
@@ -101635,7 +101635,7 @@ export declare const platformContract: {
|
|
|
101635
101635
|
previewUrl: string;
|
|
101636
101636
|
imageSetId: string;
|
|
101637
101637
|
repliedMessage: {
|
|
101638
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
101638
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
101639
101639
|
message: string;
|
|
101640
101640
|
id: string;
|
|
101641
101641
|
url: string;
|
|
@@ -101846,7 +101846,7 @@ export declare const platformContract: {
|
|
|
101846
101846
|
template?: any;
|
|
101847
101847
|
metadata?: any;
|
|
101848
101848
|
fromMessage?: {
|
|
101849
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
101849
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
101850
101850
|
message: string;
|
|
101851
101851
|
id: string;
|
|
101852
101852
|
url: string;
|
|
@@ -102401,7 +102401,7 @@ export declare const platformContract: {
|
|
|
102401
102401
|
previewUrl: string;
|
|
102402
102402
|
imageSetId: string;
|
|
102403
102403
|
repliedMessage: {
|
|
102404
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
102404
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
102405
102405
|
message: string;
|
|
102406
102406
|
id: string;
|
|
102407
102407
|
url: string;
|
|
@@ -102615,7 +102615,7 @@ export declare const platformContract: {
|
|
|
102615
102615
|
}>;
|
|
102616
102616
|
}, "strip", import("zod").ZodTypeAny, {
|
|
102617
102617
|
data: {
|
|
102618
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
102618
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
102619
102619
|
message: string;
|
|
102620
102620
|
id: string;
|
|
102621
102621
|
url: string;
|
|
@@ -103170,7 +103170,7 @@ export declare const platformContract: {
|
|
|
103170
103170
|
previewUrl: string;
|
|
103171
103171
|
imageSetId: string;
|
|
103172
103172
|
repliedMessage: {
|
|
103173
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
103173
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
103174
103174
|
message: string;
|
|
103175
103175
|
id: string;
|
|
103176
103176
|
url: string;
|
|
@@ -103381,7 +103381,7 @@ export declare const platformContract: {
|
|
|
103381
103381
|
template?: any;
|
|
103382
103382
|
metadata?: any;
|
|
103383
103383
|
fromMessage?: {
|
|
103384
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
103384
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
103385
103385
|
message: string;
|
|
103386
103386
|
id: string;
|
|
103387
103387
|
url: string;
|
|
@@ -103936,7 +103936,7 @@ export declare const platformContract: {
|
|
|
103936
103936
|
previewUrl: string;
|
|
103937
103937
|
imageSetId: string;
|
|
103938
103938
|
repliedMessage: {
|
|
103939
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
103939
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
103940
103940
|
message: string;
|
|
103941
103941
|
id: string;
|
|
103942
103942
|
url: string;
|
|
@@ -104151,7 +104151,7 @@ export declare const platformContract: {
|
|
|
104151
104151
|
requestId: string;
|
|
104152
104152
|
}, {
|
|
104153
104153
|
data: {
|
|
104154
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
104154
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
104155
104155
|
message: string;
|
|
104156
104156
|
id: string;
|
|
104157
104157
|
url: string;
|
|
@@ -104706,7 +104706,7 @@ export declare const platformContract: {
|
|
|
104706
104706
|
previewUrl: string;
|
|
104707
104707
|
imageSetId: string;
|
|
104708
104708
|
repliedMessage: {
|
|
104709
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
104709
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
104710
104710
|
message: string;
|
|
104711
104711
|
id: string;
|
|
104712
104712
|
url: string;
|
|
@@ -104917,7 +104917,7 @@ export declare const platformContract: {
|
|
|
104917
104917
|
template?: any;
|
|
104918
104918
|
metadata?: any;
|
|
104919
104919
|
fromMessage?: {
|
|
104920
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
104920
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
104921
104921
|
message: string;
|
|
104922
104922
|
id: string;
|
|
104923
104923
|
url: string;
|
|
@@ -105472,7 +105472,7 @@ export declare const platformContract: {
|
|
|
105472
105472
|
previewUrl: string;
|
|
105473
105473
|
imageSetId: string;
|
|
105474
105474
|
repliedMessage: {
|
|
105475
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
105475
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
105476
105476
|
message: string;
|
|
105477
105477
|
id: string;
|
|
105478
105478
|
url: string;
|
|
@@ -109311,7 +109311,7 @@ export declare const platformContract: {
|
|
|
109311
109311
|
id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
109312
109312
|
message: import("zod").ZodOptional<import("zod").ZodString>;
|
|
109313
109313
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
109314
|
-
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
109314
|
+
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
109315
109315
|
readAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
|
109316
109316
|
metadata: import("zod").ZodOptional<import("zod").ZodAny>;
|
|
109317
109317
|
platformId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -109367,7 +109367,7 @@ export declare const platformContract: {
|
|
|
109367
109367
|
editedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
|
109368
109368
|
label: import("zod").ZodOptional<import("zod").ZodString>;
|
|
109369
109369
|
}, "strip", import("zod").ZodTypeAny, {
|
|
109370
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
109370
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
109371
109371
|
direction: "incoming" | "outgoing" | "system";
|
|
109372
109372
|
id?: string | undefined;
|
|
109373
109373
|
message?: string | undefined;
|
|
@@ -109402,7 +109402,7 @@ export declare const platformContract: {
|
|
|
109402
109402
|
editedAt?: string | Date | null | undefined;
|
|
109403
109403
|
label?: string | undefined;
|
|
109404
109404
|
}, {
|
|
109405
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
109405
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
109406
109406
|
direction: "incoming" | "outgoing" | "system";
|
|
109407
109407
|
id?: string | undefined;
|
|
109408
109408
|
message?: string | undefined;
|
|
@@ -109439,7 +109439,7 @@ export declare const platformContract: {
|
|
|
109439
109439
|
}>;
|
|
109440
109440
|
}, "strip", import("zod").ZodTypeAny, {
|
|
109441
109441
|
message: {
|
|
109442
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
109442
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
109443
109443
|
direction: "incoming" | "outgoing" | "system";
|
|
109444
109444
|
id?: string | undefined;
|
|
109445
109445
|
message?: string | undefined;
|
|
@@ -109570,7 +109570,7 @@ export declare const platformContract: {
|
|
|
109570
109570
|
isBot: boolean | null;
|
|
109571
109571
|
}, {
|
|
109572
109572
|
message: {
|
|
109573
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
109573
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
109574
109574
|
direction: "incoming" | "outgoing" | "system";
|
|
109575
109575
|
id?: string | undefined;
|
|
109576
109576
|
message?: string | undefined;
|
|
@@ -109705,7 +109705,7 @@ export declare const platformContract: {
|
|
|
109705
109705
|
200: import("zod").ZodObject<{
|
|
109706
109706
|
requestId: import("zod").ZodString;
|
|
109707
109707
|
data: import("zod").ZodObject<{
|
|
109708
|
-
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
109708
|
+
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
109709
109709
|
message: import("zod").ZodString;
|
|
109710
109710
|
id: import("zod").ZodString;
|
|
109711
109711
|
url: import("zod").ZodString;
|
|
@@ -113641,7 +113641,7 @@ export declare const platformContract: {
|
|
|
113641
113641
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
113642
113642
|
message: import("zod").ZodString;
|
|
113643
113643
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
113644
|
-
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
113644
|
+
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
113645
113645
|
readAt: import("zod").ZodDate;
|
|
113646
113646
|
metadata: import("zod").ZodAny;
|
|
113647
113647
|
platformId: import("zod").ZodString;
|
|
@@ -114299,7 +114299,7 @@ export declare const platformContract: {
|
|
|
114299
114299
|
};
|
|
114300
114300
|
}>;
|
|
114301
114301
|
}, "strip", import("zod").ZodTypeAny, {
|
|
114302
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
114302
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
114303
114303
|
message: string;
|
|
114304
114304
|
id: string;
|
|
114305
114305
|
url: string;
|
|
@@ -114461,7 +114461,7 @@ export declare const platformContract: {
|
|
|
114461
114461
|
metadata?: any;
|
|
114462
114462
|
template?: any;
|
|
114463
114463
|
}, {
|
|
114464
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
114464
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
114465
114465
|
message: string;
|
|
114466
114466
|
id: string;
|
|
114467
114467
|
url: string;
|
|
@@ -114835,7 +114835,7 @@ export declare const platformContract: {
|
|
|
114835
114835
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
114836
114836
|
message: import("zod").ZodString;
|
|
114837
114837
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
114838
|
-
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
114838
|
+
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
114839
114839
|
readAt: import("zod").ZodDate;
|
|
114840
114840
|
metadata: import("zod").ZodAny;
|
|
114841
114841
|
platformId: import("zod").ZodString;
|
|
@@ -118331,7 +118331,7 @@ export declare const platformContract: {
|
|
|
118331
118331
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
118332
118332
|
message: import("zod").ZodString;
|
|
118333
118333
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
118334
|
-
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
118334
|
+
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
118335
118335
|
readAt: import("zod").ZodDate;
|
|
118336
118336
|
metadata: import("zod").ZodAny;
|
|
118337
118337
|
platformId: import("zod").ZodString;
|
|
@@ -118989,7 +118989,7 @@ export declare const platformContract: {
|
|
|
118989
118989
|
};
|
|
118990
118990
|
}>;
|
|
118991
118991
|
}, "strip", import("zod").ZodTypeAny, {
|
|
118992
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
118992
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
118993
118993
|
message: string;
|
|
118994
118994
|
id: string;
|
|
118995
118995
|
url: string;
|
|
@@ -119151,7 +119151,7 @@ export declare const platformContract: {
|
|
|
119151
119151
|
metadata?: any;
|
|
119152
119152
|
template?: any;
|
|
119153
119153
|
}, {
|
|
119154
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
119154
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
119155
119155
|
message: string;
|
|
119156
119156
|
id: string;
|
|
119157
119157
|
url: string;
|
|
@@ -119953,7 +119953,7 @@ export declare const platformContract: {
|
|
|
119953
119953
|
editedMessageid: import("zod").ZodString;
|
|
119954
119954
|
label: import("zod").ZodOptional<import("zod").ZodString>;
|
|
119955
119955
|
}, "strip", import("zod").ZodTypeAny, {
|
|
119956
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
119956
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
119957
119957
|
message: string;
|
|
119958
119958
|
id: string;
|
|
119959
119959
|
url: string;
|
|
@@ -120508,7 +120508,7 @@ export declare const platformContract: {
|
|
|
120508
120508
|
previewUrl: string;
|
|
120509
120509
|
imageSetId: string;
|
|
120510
120510
|
repliedMessage: {
|
|
120511
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
120511
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
120512
120512
|
message: string;
|
|
120513
120513
|
id: string;
|
|
120514
120514
|
url: string;
|
|
@@ -120719,7 +120719,7 @@ export declare const platformContract: {
|
|
|
120719
120719
|
template?: any;
|
|
120720
120720
|
label?: string | undefined;
|
|
120721
120721
|
}, {
|
|
120722
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
120722
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
120723
120723
|
message: string;
|
|
120724
120724
|
id: string;
|
|
120725
120725
|
url: string;
|
|
@@ -121274,7 +121274,7 @@ export declare const platformContract: {
|
|
|
121274
121274
|
previewUrl: string;
|
|
121275
121275
|
imageSetId: string;
|
|
121276
121276
|
repliedMessage: {
|
|
121277
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
121277
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
121278
121278
|
message: string;
|
|
121279
121279
|
id: string;
|
|
121280
121280
|
url: string;
|
|
@@ -121486,7 +121486,7 @@ export declare const platformContract: {
|
|
|
121486
121486
|
label?: string | undefined;
|
|
121487
121487
|
}>>>;
|
|
121488
121488
|
}, "strip", import("zod").ZodTypeAny, {
|
|
121489
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
121489
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
121490
121490
|
message: string;
|
|
121491
121491
|
id: string;
|
|
121492
121492
|
url: string;
|
|
@@ -122041,7 +122041,7 @@ export declare const platformContract: {
|
|
|
122041
122041
|
previewUrl: string;
|
|
122042
122042
|
imageSetId: string;
|
|
122043
122043
|
repliedMessage: {
|
|
122044
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
122044
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
122045
122045
|
message: string;
|
|
122046
122046
|
id: string;
|
|
122047
122047
|
url: string;
|
|
@@ -122252,7 +122252,7 @@ export declare const platformContract: {
|
|
|
122252
122252
|
template?: any;
|
|
122253
122253
|
metadata?: any;
|
|
122254
122254
|
fromMessage?: {
|
|
122255
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
122255
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
122256
122256
|
message: string;
|
|
122257
122257
|
id: string;
|
|
122258
122258
|
url: string;
|
|
@@ -122807,7 +122807,7 @@ export declare const platformContract: {
|
|
|
122807
122807
|
previewUrl: string;
|
|
122808
122808
|
imageSetId: string;
|
|
122809
122809
|
repliedMessage: {
|
|
122810
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
122810
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
122811
122811
|
message: string;
|
|
122812
122812
|
id: string;
|
|
122813
122813
|
url: string;
|
|
@@ -123019,7 +123019,7 @@ export declare const platformContract: {
|
|
|
123019
123019
|
label?: string | undefined;
|
|
123020
123020
|
} | null | undefined;
|
|
123021
123021
|
}, {
|
|
123022
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
123022
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
123023
123023
|
message: string;
|
|
123024
123024
|
id: string;
|
|
123025
123025
|
url: string;
|
|
@@ -123574,7 +123574,7 @@ export declare const platformContract: {
|
|
|
123574
123574
|
previewUrl: string;
|
|
123575
123575
|
imageSetId: string;
|
|
123576
123576
|
repliedMessage: {
|
|
123577
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
123577
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
123578
123578
|
message: string;
|
|
123579
123579
|
id: string;
|
|
123580
123580
|
url: string;
|
|
@@ -123785,7 +123785,7 @@ export declare const platformContract: {
|
|
|
123785
123785
|
template?: any;
|
|
123786
123786
|
metadata?: any;
|
|
123787
123787
|
fromMessage?: {
|
|
123788
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
123788
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
123789
123789
|
message: string;
|
|
123790
123790
|
id: string;
|
|
123791
123791
|
url: string;
|
|
@@ -124340,7 +124340,7 @@ export declare const platformContract: {
|
|
|
124340
124340
|
previewUrl: string;
|
|
124341
124341
|
imageSetId: string;
|
|
124342
124342
|
repliedMessage: {
|
|
124343
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
124343
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
124344
124344
|
message: string;
|
|
124345
124345
|
id: string;
|
|
124346
124346
|
url: string;
|
|
@@ -124554,7 +124554,7 @@ export declare const platformContract: {
|
|
|
124554
124554
|
}>;
|
|
124555
124555
|
}, "strip", import("zod").ZodTypeAny, {
|
|
124556
124556
|
data: {
|
|
124557
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
124557
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
124558
124558
|
message: string;
|
|
124559
124559
|
id: string;
|
|
124560
124560
|
url: string;
|
|
@@ -125109,7 +125109,7 @@ export declare const platformContract: {
|
|
|
125109
125109
|
previewUrl: string;
|
|
125110
125110
|
imageSetId: string;
|
|
125111
125111
|
repliedMessage: {
|
|
125112
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
125112
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
125113
125113
|
message: string;
|
|
125114
125114
|
id: string;
|
|
125115
125115
|
url: string;
|
|
@@ -125320,7 +125320,7 @@ export declare const platformContract: {
|
|
|
125320
125320
|
template?: any;
|
|
125321
125321
|
metadata?: any;
|
|
125322
125322
|
fromMessage?: {
|
|
125323
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
125323
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
125324
125324
|
message: string;
|
|
125325
125325
|
id: string;
|
|
125326
125326
|
url: string;
|
|
@@ -125875,7 +125875,7 @@ export declare const platformContract: {
|
|
|
125875
125875
|
previewUrl: string;
|
|
125876
125876
|
imageSetId: string;
|
|
125877
125877
|
repliedMessage: {
|
|
125878
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
125878
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
125879
125879
|
message: string;
|
|
125880
125880
|
id: string;
|
|
125881
125881
|
url: string;
|
|
@@ -126090,7 +126090,7 @@ export declare const platformContract: {
|
|
|
126090
126090
|
requestId: string;
|
|
126091
126091
|
}, {
|
|
126092
126092
|
data: {
|
|
126093
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
126093
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
126094
126094
|
message: string;
|
|
126095
126095
|
id: string;
|
|
126096
126096
|
url: string;
|
|
@@ -126645,7 +126645,7 @@ export declare const platformContract: {
|
|
|
126645
126645
|
previewUrl: string;
|
|
126646
126646
|
imageSetId: string;
|
|
126647
126647
|
repliedMessage: {
|
|
126648
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
126648
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
126649
126649
|
message: string;
|
|
126650
126650
|
id: string;
|
|
126651
126651
|
url: string;
|
|
@@ -126856,7 +126856,7 @@ export declare const platformContract: {
|
|
|
126856
126856
|
template?: any;
|
|
126857
126857
|
metadata?: any;
|
|
126858
126858
|
fromMessage?: {
|
|
126859
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
126859
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
126860
126860
|
message: string;
|
|
126861
126861
|
id: string;
|
|
126862
126862
|
url: string;
|
|
@@ -127411,7 +127411,7 @@ export declare const platformContract: {
|
|
|
127411
127411
|
previewUrl: string;
|
|
127412
127412
|
imageSetId: string;
|
|
127413
127413
|
repliedMessage: {
|
|
127414
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
127414
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
127415
127415
|
message: string;
|
|
127416
127416
|
id: string;
|
|
127417
127417
|
url: string;
|
|
@@ -130597,7 +130597,7 @@ export declare const platformTelegramContract: {
|
|
|
130597
130597
|
id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
130598
130598
|
message: import("zod").ZodOptional<import("zod").ZodString>;
|
|
130599
130599
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
130600
|
-
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
130600
|
+
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
130601
130601
|
readAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
|
130602
130602
|
metadata: import("zod").ZodOptional<import("zod").ZodAny>;
|
|
130603
130603
|
platformId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -130653,7 +130653,7 @@ export declare const platformTelegramContract: {
|
|
|
130653
130653
|
editedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
|
130654
130654
|
label: import("zod").ZodOptional<import("zod").ZodString>;
|
|
130655
130655
|
}, "strip", import("zod").ZodTypeAny, {
|
|
130656
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
130656
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
130657
130657
|
direction: "incoming" | "outgoing" | "system";
|
|
130658
130658
|
id?: string | undefined;
|
|
130659
130659
|
message?: string | undefined;
|
|
@@ -130688,7 +130688,7 @@ export declare const platformTelegramContract: {
|
|
|
130688
130688
|
editedAt?: string | Date | null | undefined;
|
|
130689
130689
|
label?: string | undefined;
|
|
130690
130690
|
}, {
|
|
130691
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
130691
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
130692
130692
|
direction: "incoming" | "outgoing" | "system";
|
|
130693
130693
|
id?: string | undefined;
|
|
130694
130694
|
message?: string | undefined;
|
|
@@ -130725,7 +130725,7 @@ export declare const platformTelegramContract: {
|
|
|
130725
130725
|
}>;
|
|
130726
130726
|
}, "strip", import("zod").ZodTypeAny, {
|
|
130727
130727
|
message: {
|
|
130728
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
130728
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
130729
130729
|
direction: "incoming" | "outgoing" | "system";
|
|
130730
130730
|
id?: string | undefined;
|
|
130731
130731
|
message?: string | undefined;
|
|
@@ -130856,7 +130856,7 @@ export declare const platformTelegramContract: {
|
|
|
130856
130856
|
isBot: boolean | null;
|
|
130857
130857
|
}, {
|
|
130858
130858
|
message: {
|
|
130859
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
130859
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
130860
130860
|
direction: "incoming" | "outgoing" | "system";
|
|
130861
130861
|
id?: string | undefined;
|
|
130862
130862
|
message?: string | undefined;
|
|
@@ -130991,7 +130991,7 @@ export declare const platformTelegramContract: {
|
|
|
130991
130991
|
200: import("zod").ZodObject<{
|
|
130992
130992
|
requestId: import("zod").ZodString;
|
|
130993
130993
|
data: import("zod").ZodObject<{
|
|
130994
|
-
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
130994
|
+
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
130995
130995
|
message: import("zod").ZodString;
|
|
130996
130996
|
id: import("zod").ZodString;
|
|
130997
130997
|
url: import("zod").ZodString;
|
|
@@ -134927,7 +134927,7 @@ export declare const platformTelegramContract: {
|
|
|
134927
134927
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
134928
134928
|
message: import("zod").ZodString;
|
|
134929
134929
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
134930
|
-
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
134930
|
+
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
134931
134931
|
readAt: import("zod").ZodDate;
|
|
134932
134932
|
metadata: import("zod").ZodAny;
|
|
134933
134933
|
platformId: import("zod").ZodString;
|
|
@@ -135585,7 +135585,7 @@ export declare const platformTelegramContract: {
|
|
|
135585
135585
|
};
|
|
135586
135586
|
}>;
|
|
135587
135587
|
}, "strip", import("zod").ZodTypeAny, {
|
|
135588
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
135588
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
135589
135589
|
message: string;
|
|
135590
135590
|
id: string;
|
|
135591
135591
|
url: string;
|
|
@@ -135747,7 +135747,7 @@ export declare const platformTelegramContract: {
|
|
|
135747
135747
|
metadata?: any;
|
|
135748
135748
|
template?: any;
|
|
135749
135749
|
}, {
|
|
135750
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
135750
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
135751
135751
|
message: string;
|
|
135752
135752
|
id: string;
|
|
135753
135753
|
url: string;
|
|
@@ -136121,7 +136121,7 @@ export declare const platformTelegramContract: {
|
|
|
136121
136121
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
136122
136122
|
message: import("zod").ZodString;
|
|
136123
136123
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
136124
|
-
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
136124
|
+
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
136125
136125
|
readAt: import("zod").ZodDate;
|
|
136126
136126
|
metadata: import("zod").ZodAny;
|
|
136127
136127
|
platformId: import("zod").ZodString;
|
|
@@ -139617,7 +139617,7 @@ export declare const platformTelegramContract: {
|
|
|
139617
139617
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
139618
139618
|
message: import("zod").ZodString;
|
|
139619
139619
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
139620
|
-
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
139620
|
+
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
139621
139621
|
readAt: import("zod").ZodDate;
|
|
139622
139622
|
metadata: import("zod").ZodAny;
|
|
139623
139623
|
platformId: import("zod").ZodString;
|
|
@@ -140275,7 +140275,7 @@ export declare const platformTelegramContract: {
|
|
|
140275
140275
|
};
|
|
140276
140276
|
}>;
|
|
140277
140277
|
}, "strip", import("zod").ZodTypeAny, {
|
|
140278
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
140278
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
140279
140279
|
message: string;
|
|
140280
140280
|
id: string;
|
|
140281
140281
|
url: string;
|
|
@@ -140437,7 +140437,7 @@ export declare const platformTelegramContract: {
|
|
|
140437
140437
|
metadata?: any;
|
|
140438
140438
|
template?: any;
|
|
140439
140439
|
}, {
|
|
140440
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
140440
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
140441
140441
|
message: string;
|
|
140442
140442
|
id: string;
|
|
140443
140443
|
url: string;
|
|
@@ -141239,7 +141239,7 @@ export declare const platformTelegramContract: {
|
|
|
141239
141239
|
editedMessageid: import("zod").ZodString;
|
|
141240
141240
|
label: import("zod").ZodOptional<import("zod").ZodString>;
|
|
141241
141241
|
}, "strip", import("zod").ZodTypeAny, {
|
|
141242
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
141242
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
141243
141243
|
message: string;
|
|
141244
141244
|
id: string;
|
|
141245
141245
|
url: string;
|
|
@@ -141794,7 +141794,7 @@ export declare const platformTelegramContract: {
|
|
|
141794
141794
|
previewUrl: string;
|
|
141795
141795
|
imageSetId: string;
|
|
141796
141796
|
repliedMessage: {
|
|
141797
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
141797
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
141798
141798
|
message: string;
|
|
141799
141799
|
id: string;
|
|
141800
141800
|
url: string;
|
|
@@ -142005,7 +142005,7 @@ export declare const platformTelegramContract: {
|
|
|
142005
142005
|
template?: any;
|
|
142006
142006
|
label?: string | undefined;
|
|
142007
142007
|
}, {
|
|
142008
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
142008
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
142009
142009
|
message: string;
|
|
142010
142010
|
id: string;
|
|
142011
142011
|
url: string;
|
|
@@ -142560,7 +142560,7 @@ export declare const platformTelegramContract: {
|
|
|
142560
142560
|
previewUrl: string;
|
|
142561
142561
|
imageSetId: string;
|
|
142562
142562
|
repliedMessage: {
|
|
142563
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
142563
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
142564
142564
|
message: string;
|
|
142565
142565
|
id: string;
|
|
142566
142566
|
url: string;
|
|
@@ -142772,7 +142772,7 @@ export declare const platformTelegramContract: {
|
|
|
142772
142772
|
label?: string | undefined;
|
|
142773
142773
|
}>>>;
|
|
142774
142774
|
}, "strip", import("zod").ZodTypeAny, {
|
|
142775
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
142775
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
142776
142776
|
message: string;
|
|
142777
142777
|
id: string;
|
|
142778
142778
|
url: string;
|
|
@@ -143327,7 +143327,7 @@ export declare const platformTelegramContract: {
|
|
|
143327
143327
|
previewUrl: string;
|
|
143328
143328
|
imageSetId: string;
|
|
143329
143329
|
repliedMessage: {
|
|
143330
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
143330
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
143331
143331
|
message: string;
|
|
143332
143332
|
id: string;
|
|
143333
143333
|
url: string;
|
|
@@ -143538,7 +143538,7 @@ export declare const platformTelegramContract: {
|
|
|
143538
143538
|
template?: any;
|
|
143539
143539
|
metadata?: any;
|
|
143540
143540
|
fromMessage?: {
|
|
143541
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
143541
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
143542
143542
|
message: string;
|
|
143543
143543
|
id: string;
|
|
143544
143544
|
url: string;
|
|
@@ -144093,7 +144093,7 @@ export declare const platformTelegramContract: {
|
|
|
144093
144093
|
previewUrl: string;
|
|
144094
144094
|
imageSetId: string;
|
|
144095
144095
|
repliedMessage: {
|
|
144096
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
144096
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
144097
144097
|
message: string;
|
|
144098
144098
|
id: string;
|
|
144099
144099
|
url: string;
|
|
@@ -144305,7 +144305,7 @@ export declare const platformTelegramContract: {
|
|
|
144305
144305
|
label?: string | undefined;
|
|
144306
144306
|
} | null | undefined;
|
|
144307
144307
|
}, {
|
|
144308
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
144308
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
144309
144309
|
message: string;
|
|
144310
144310
|
id: string;
|
|
144311
144311
|
url: string;
|
|
@@ -144860,7 +144860,7 @@ export declare const platformTelegramContract: {
|
|
|
144860
144860
|
previewUrl: string;
|
|
144861
144861
|
imageSetId: string;
|
|
144862
144862
|
repliedMessage: {
|
|
144863
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
144863
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
144864
144864
|
message: string;
|
|
144865
144865
|
id: string;
|
|
144866
144866
|
url: string;
|
|
@@ -145071,7 +145071,7 @@ export declare const platformTelegramContract: {
|
|
|
145071
145071
|
template?: any;
|
|
145072
145072
|
metadata?: any;
|
|
145073
145073
|
fromMessage?: {
|
|
145074
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
145074
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
145075
145075
|
message: string;
|
|
145076
145076
|
id: string;
|
|
145077
145077
|
url: string;
|
|
@@ -145626,7 +145626,7 @@ export declare const platformTelegramContract: {
|
|
|
145626
145626
|
previewUrl: string;
|
|
145627
145627
|
imageSetId: string;
|
|
145628
145628
|
repliedMessage: {
|
|
145629
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
145629
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
145630
145630
|
message: string;
|
|
145631
145631
|
id: string;
|
|
145632
145632
|
url: string;
|
|
@@ -145840,7 +145840,7 @@ export declare const platformTelegramContract: {
|
|
|
145840
145840
|
}>;
|
|
145841
145841
|
}, "strip", import("zod").ZodTypeAny, {
|
|
145842
145842
|
data: {
|
|
145843
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
145843
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
145844
145844
|
message: string;
|
|
145845
145845
|
id: string;
|
|
145846
145846
|
url: string;
|
|
@@ -146395,7 +146395,7 @@ export declare const platformTelegramContract: {
|
|
|
146395
146395
|
previewUrl: string;
|
|
146396
146396
|
imageSetId: string;
|
|
146397
146397
|
repliedMessage: {
|
|
146398
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
146398
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
146399
146399
|
message: string;
|
|
146400
146400
|
id: string;
|
|
146401
146401
|
url: string;
|
|
@@ -146606,7 +146606,7 @@ export declare const platformTelegramContract: {
|
|
|
146606
146606
|
template?: any;
|
|
146607
146607
|
metadata?: any;
|
|
146608
146608
|
fromMessage?: {
|
|
146609
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
146609
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
146610
146610
|
message: string;
|
|
146611
146611
|
id: string;
|
|
146612
146612
|
url: string;
|
|
@@ -147161,7 +147161,7 @@ export declare const platformTelegramContract: {
|
|
|
147161
147161
|
previewUrl: string;
|
|
147162
147162
|
imageSetId: string;
|
|
147163
147163
|
repliedMessage: {
|
|
147164
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
147164
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
147165
147165
|
message: string;
|
|
147166
147166
|
id: string;
|
|
147167
147167
|
url: string;
|
|
@@ -147376,7 +147376,7 @@ export declare const platformTelegramContract: {
|
|
|
147376
147376
|
requestId: string;
|
|
147377
147377
|
}, {
|
|
147378
147378
|
data: {
|
|
147379
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
147379
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
147380
147380
|
message: string;
|
|
147381
147381
|
id: string;
|
|
147382
147382
|
url: string;
|
|
@@ -147931,7 +147931,7 @@ export declare const platformTelegramContract: {
|
|
|
147931
147931
|
previewUrl: string;
|
|
147932
147932
|
imageSetId: string;
|
|
147933
147933
|
repliedMessage: {
|
|
147934
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
147934
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
147935
147935
|
message: string;
|
|
147936
147936
|
id: string;
|
|
147937
147937
|
url: string;
|
|
@@ -148142,7 +148142,7 @@ export declare const platformTelegramContract: {
|
|
|
148142
148142
|
template?: any;
|
|
148143
148143
|
metadata?: any;
|
|
148144
148144
|
fromMessage?: {
|
|
148145
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
148145
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
148146
148146
|
message: string;
|
|
148147
148147
|
id: string;
|
|
148148
148148
|
url: string;
|
|
@@ -148697,7 +148697,7 @@ export declare const platformTelegramContract: {
|
|
|
148697
148697
|
previewUrl: string;
|
|
148698
148698
|
imageSetId: string;
|
|
148699
148699
|
repliedMessage: {
|
|
148700
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
148700
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
148701
148701
|
message: string;
|
|
148702
148702
|
id: string;
|
|
148703
148703
|
url: string;
|
|
@@ -150278,7 +150278,7 @@ export declare const platformMessengerContract: {
|
|
|
150278
150278
|
id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
150279
150279
|
message: import("zod").ZodOptional<import("zod").ZodString>;
|
|
150280
150280
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
150281
|
-
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
150281
|
+
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
150282
150282
|
readAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
|
150283
150283
|
metadata: import("zod").ZodOptional<import("zod").ZodAny>;
|
|
150284
150284
|
platformId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -150334,7 +150334,7 @@ export declare const platformMessengerContract: {
|
|
|
150334
150334
|
editedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
|
150335
150335
|
label: import("zod").ZodOptional<import("zod").ZodString>;
|
|
150336
150336
|
}, "strip", import("zod").ZodTypeAny, {
|
|
150337
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
150337
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
150338
150338
|
direction: "incoming" | "outgoing" | "system";
|
|
150339
150339
|
id?: string | undefined;
|
|
150340
150340
|
message?: string | undefined;
|
|
@@ -150369,7 +150369,7 @@ export declare const platformMessengerContract: {
|
|
|
150369
150369
|
editedAt?: string | Date | null | undefined;
|
|
150370
150370
|
label?: string | undefined;
|
|
150371
150371
|
}, {
|
|
150372
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
150372
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
150373
150373
|
direction: "incoming" | "outgoing" | "system";
|
|
150374
150374
|
id?: string | undefined;
|
|
150375
150375
|
message?: string | undefined;
|
|
@@ -150406,7 +150406,7 @@ export declare const platformMessengerContract: {
|
|
|
150406
150406
|
}>;
|
|
150407
150407
|
}, "strip", import("zod").ZodTypeAny, {
|
|
150408
150408
|
message: {
|
|
150409
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
150409
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
150410
150410
|
direction: "incoming" | "outgoing" | "system";
|
|
150411
150411
|
id?: string | undefined;
|
|
150412
150412
|
message?: string | undefined;
|
|
@@ -150537,7 +150537,7 @@ export declare const platformMessengerContract: {
|
|
|
150537
150537
|
isBot: boolean | null;
|
|
150538
150538
|
}, {
|
|
150539
150539
|
message: {
|
|
150540
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
150540
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
150541
150541
|
direction: "incoming" | "outgoing" | "system";
|
|
150542
150542
|
id?: string | undefined;
|
|
150543
150543
|
message?: string | undefined;
|
|
@@ -150672,7 +150672,7 @@ export declare const platformMessengerContract: {
|
|
|
150672
150672
|
200: import("zod").ZodObject<{
|
|
150673
150673
|
requestId: import("zod").ZodString;
|
|
150674
150674
|
data: import("zod").ZodObject<{
|
|
150675
|
-
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
150675
|
+
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
150676
150676
|
message: import("zod").ZodString;
|
|
150677
150677
|
id: import("zod").ZodString;
|
|
150678
150678
|
url: import("zod").ZodString;
|
|
@@ -154608,7 +154608,7 @@ export declare const platformMessengerContract: {
|
|
|
154608
154608
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
154609
154609
|
message: import("zod").ZodString;
|
|
154610
154610
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
154611
|
-
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
154611
|
+
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
154612
154612
|
readAt: import("zod").ZodDate;
|
|
154613
154613
|
metadata: import("zod").ZodAny;
|
|
154614
154614
|
platformId: import("zod").ZodString;
|
|
@@ -155266,7 +155266,7 @@ export declare const platformMessengerContract: {
|
|
|
155266
155266
|
};
|
|
155267
155267
|
}>;
|
|
155268
155268
|
}, "strip", import("zod").ZodTypeAny, {
|
|
155269
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
155269
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
155270
155270
|
message: string;
|
|
155271
155271
|
id: string;
|
|
155272
155272
|
url: string;
|
|
@@ -155428,7 +155428,7 @@ export declare const platformMessengerContract: {
|
|
|
155428
155428
|
metadata?: any;
|
|
155429
155429
|
template?: any;
|
|
155430
155430
|
}, {
|
|
155431
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
155431
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
155432
155432
|
message: string;
|
|
155433
155433
|
id: string;
|
|
155434
155434
|
url: string;
|
|
@@ -155802,7 +155802,7 @@ export declare const platformMessengerContract: {
|
|
|
155802
155802
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
155803
155803
|
message: import("zod").ZodString;
|
|
155804
155804
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
155805
|
-
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
155805
|
+
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
155806
155806
|
readAt: import("zod").ZodDate;
|
|
155807
155807
|
metadata: import("zod").ZodAny;
|
|
155808
155808
|
platformId: import("zod").ZodString;
|
|
@@ -159298,7 +159298,7 @@ export declare const platformMessengerContract: {
|
|
|
159298
159298
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
159299
159299
|
message: import("zod").ZodString;
|
|
159300
159300
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
159301
|
-
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
159301
|
+
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
159302
159302
|
readAt: import("zod").ZodDate;
|
|
159303
159303
|
metadata: import("zod").ZodAny;
|
|
159304
159304
|
platformId: import("zod").ZodString;
|
|
@@ -159956,7 +159956,7 @@ export declare const platformMessengerContract: {
|
|
|
159956
159956
|
};
|
|
159957
159957
|
}>;
|
|
159958
159958
|
}, "strip", import("zod").ZodTypeAny, {
|
|
159959
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
159959
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
159960
159960
|
message: string;
|
|
159961
159961
|
id: string;
|
|
159962
159962
|
url: string;
|
|
@@ -160118,7 +160118,7 @@ export declare const platformMessengerContract: {
|
|
|
160118
160118
|
metadata?: any;
|
|
160119
160119
|
template?: any;
|
|
160120
160120
|
}, {
|
|
160121
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
160121
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
160122
160122
|
message: string;
|
|
160123
160123
|
id: string;
|
|
160124
160124
|
url: string;
|
|
@@ -160920,7 +160920,7 @@ export declare const platformMessengerContract: {
|
|
|
160920
160920
|
editedMessageid: import("zod").ZodString;
|
|
160921
160921
|
label: import("zod").ZodOptional<import("zod").ZodString>;
|
|
160922
160922
|
}, "strip", import("zod").ZodTypeAny, {
|
|
160923
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
160923
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
160924
160924
|
message: string;
|
|
160925
160925
|
id: string;
|
|
160926
160926
|
url: string;
|
|
@@ -161475,7 +161475,7 @@ export declare const platformMessengerContract: {
|
|
|
161475
161475
|
previewUrl: string;
|
|
161476
161476
|
imageSetId: string;
|
|
161477
161477
|
repliedMessage: {
|
|
161478
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
161478
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
161479
161479
|
message: string;
|
|
161480
161480
|
id: string;
|
|
161481
161481
|
url: string;
|
|
@@ -161686,7 +161686,7 @@ export declare const platformMessengerContract: {
|
|
|
161686
161686
|
template?: any;
|
|
161687
161687
|
label?: string | undefined;
|
|
161688
161688
|
}, {
|
|
161689
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
161689
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
161690
161690
|
message: string;
|
|
161691
161691
|
id: string;
|
|
161692
161692
|
url: string;
|
|
@@ -162241,7 +162241,7 @@ export declare const platformMessengerContract: {
|
|
|
162241
162241
|
previewUrl: string;
|
|
162242
162242
|
imageSetId: string;
|
|
162243
162243
|
repliedMessage: {
|
|
162244
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
162244
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
162245
162245
|
message: string;
|
|
162246
162246
|
id: string;
|
|
162247
162247
|
url: string;
|
|
@@ -162453,7 +162453,7 @@ export declare const platformMessengerContract: {
|
|
|
162453
162453
|
label?: string | undefined;
|
|
162454
162454
|
}>>>;
|
|
162455
162455
|
}, "strip", import("zod").ZodTypeAny, {
|
|
162456
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
162456
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
162457
162457
|
message: string;
|
|
162458
162458
|
id: string;
|
|
162459
162459
|
url: string;
|
|
@@ -163008,7 +163008,7 @@ export declare const platformMessengerContract: {
|
|
|
163008
163008
|
previewUrl: string;
|
|
163009
163009
|
imageSetId: string;
|
|
163010
163010
|
repliedMessage: {
|
|
163011
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
163011
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
163012
163012
|
message: string;
|
|
163013
163013
|
id: string;
|
|
163014
163014
|
url: string;
|
|
@@ -163219,7 +163219,7 @@ export declare const platformMessengerContract: {
|
|
|
163219
163219
|
template?: any;
|
|
163220
163220
|
metadata?: any;
|
|
163221
163221
|
fromMessage?: {
|
|
163222
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
163222
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
163223
163223
|
message: string;
|
|
163224
163224
|
id: string;
|
|
163225
163225
|
url: string;
|
|
@@ -163774,7 +163774,7 @@ export declare const platformMessengerContract: {
|
|
|
163774
163774
|
previewUrl: string;
|
|
163775
163775
|
imageSetId: string;
|
|
163776
163776
|
repliedMessage: {
|
|
163777
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
163777
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
163778
163778
|
message: string;
|
|
163779
163779
|
id: string;
|
|
163780
163780
|
url: string;
|
|
@@ -163986,7 +163986,7 @@ export declare const platformMessengerContract: {
|
|
|
163986
163986
|
label?: string | undefined;
|
|
163987
163987
|
} | null | undefined;
|
|
163988
163988
|
}, {
|
|
163989
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
163989
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
163990
163990
|
message: string;
|
|
163991
163991
|
id: string;
|
|
163992
163992
|
url: string;
|
|
@@ -164541,7 +164541,7 @@ export declare const platformMessengerContract: {
|
|
|
164541
164541
|
previewUrl: string;
|
|
164542
164542
|
imageSetId: string;
|
|
164543
164543
|
repliedMessage: {
|
|
164544
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
164544
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
164545
164545
|
message: string;
|
|
164546
164546
|
id: string;
|
|
164547
164547
|
url: string;
|
|
@@ -164752,7 +164752,7 @@ export declare const platformMessengerContract: {
|
|
|
164752
164752
|
template?: any;
|
|
164753
164753
|
metadata?: any;
|
|
164754
164754
|
fromMessage?: {
|
|
164755
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
164755
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
164756
164756
|
message: string;
|
|
164757
164757
|
id: string;
|
|
164758
164758
|
url: string;
|
|
@@ -165307,7 +165307,7 @@ export declare const platformMessengerContract: {
|
|
|
165307
165307
|
previewUrl: string;
|
|
165308
165308
|
imageSetId: string;
|
|
165309
165309
|
repliedMessage: {
|
|
165310
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
165310
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
165311
165311
|
message: string;
|
|
165312
165312
|
id: string;
|
|
165313
165313
|
url: string;
|
|
@@ -165521,7 +165521,7 @@ export declare const platformMessengerContract: {
|
|
|
165521
165521
|
}>;
|
|
165522
165522
|
}, "strip", import("zod").ZodTypeAny, {
|
|
165523
165523
|
data: {
|
|
165524
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
165524
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
165525
165525
|
message: string;
|
|
165526
165526
|
id: string;
|
|
165527
165527
|
url: string;
|
|
@@ -166076,7 +166076,7 @@ export declare const platformMessengerContract: {
|
|
|
166076
166076
|
previewUrl: string;
|
|
166077
166077
|
imageSetId: string;
|
|
166078
166078
|
repliedMessage: {
|
|
166079
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
166079
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
166080
166080
|
message: string;
|
|
166081
166081
|
id: string;
|
|
166082
166082
|
url: string;
|
|
@@ -166287,7 +166287,7 @@ export declare const platformMessengerContract: {
|
|
|
166287
166287
|
template?: any;
|
|
166288
166288
|
metadata?: any;
|
|
166289
166289
|
fromMessage?: {
|
|
166290
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
166290
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
166291
166291
|
message: string;
|
|
166292
166292
|
id: string;
|
|
166293
166293
|
url: string;
|
|
@@ -166842,7 +166842,7 @@ export declare const platformMessengerContract: {
|
|
|
166842
166842
|
previewUrl: string;
|
|
166843
166843
|
imageSetId: string;
|
|
166844
166844
|
repliedMessage: {
|
|
166845
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
166845
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
166846
166846
|
message: string;
|
|
166847
166847
|
id: string;
|
|
166848
166848
|
url: string;
|
|
@@ -167057,7 +167057,7 @@ export declare const platformMessengerContract: {
|
|
|
167057
167057
|
requestId: string;
|
|
167058
167058
|
}, {
|
|
167059
167059
|
data: {
|
|
167060
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
167060
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
167061
167061
|
message: string;
|
|
167062
167062
|
id: string;
|
|
167063
167063
|
url: string;
|
|
@@ -167612,7 +167612,7 @@ export declare const platformMessengerContract: {
|
|
|
167612
167612
|
previewUrl: string;
|
|
167613
167613
|
imageSetId: string;
|
|
167614
167614
|
repliedMessage: {
|
|
167615
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
167615
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
167616
167616
|
message: string;
|
|
167617
167617
|
id: string;
|
|
167618
167618
|
url: string;
|
|
@@ -167823,7 +167823,7 @@ export declare const platformMessengerContract: {
|
|
|
167823
167823
|
template?: any;
|
|
167824
167824
|
metadata?: any;
|
|
167825
167825
|
fromMessage?: {
|
|
167826
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
167826
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
167827
167827
|
message: string;
|
|
167828
167828
|
id: string;
|
|
167829
167829
|
url: string;
|
|
@@ -168378,7 +168378,7 @@ export declare const platformMessengerContract: {
|
|
|
168378
168378
|
previewUrl: string;
|
|
168379
168379
|
imageSetId: string;
|
|
168380
168380
|
repliedMessage: {
|
|
168381
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
168381
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
168382
168382
|
message: string;
|
|
168383
168383
|
id: string;
|
|
168384
168384
|
url: string;
|
|
@@ -172137,7 +172137,7 @@ export declare const platformInstagramContract: {
|
|
|
172137
172137
|
id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
172138
172138
|
message: import("zod").ZodOptional<import("zod").ZodString>;
|
|
172139
172139
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
172140
|
-
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
172140
|
+
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
172141
172141
|
readAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
|
172142
172142
|
metadata: import("zod").ZodOptional<import("zod").ZodAny>;
|
|
172143
172143
|
platformId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -172193,7 +172193,7 @@ export declare const platformInstagramContract: {
|
|
|
172193
172193
|
editedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
|
172194
172194
|
label: import("zod").ZodOptional<import("zod").ZodString>;
|
|
172195
172195
|
}, "strip", import("zod").ZodTypeAny, {
|
|
172196
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
172196
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
172197
172197
|
direction: "incoming" | "outgoing" | "system";
|
|
172198
172198
|
id?: string | undefined;
|
|
172199
172199
|
message?: string | undefined;
|
|
@@ -172228,7 +172228,7 @@ export declare const platformInstagramContract: {
|
|
|
172228
172228
|
editedAt?: string | Date | null | undefined;
|
|
172229
172229
|
label?: string | undefined;
|
|
172230
172230
|
}, {
|
|
172231
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
172231
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
172232
172232
|
direction: "incoming" | "outgoing" | "system";
|
|
172233
172233
|
id?: string | undefined;
|
|
172234
172234
|
message?: string | undefined;
|
|
@@ -172265,7 +172265,7 @@ export declare const platformInstagramContract: {
|
|
|
172265
172265
|
}>;
|
|
172266
172266
|
}, "strip", import("zod").ZodTypeAny, {
|
|
172267
172267
|
message: {
|
|
172268
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
172268
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
172269
172269
|
direction: "incoming" | "outgoing" | "system";
|
|
172270
172270
|
id?: string | undefined;
|
|
172271
172271
|
message?: string | undefined;
|
|
@@ -172396,7 +172396,7 @@ export declare const platformInstagramContract: {
|
|
|
172396
172396
|
isBot: boolean | null;
|
|
172397
172397
|
}, {
|
|
172398
172398
|
message: {
|
|
172399
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
172399
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
172400
172400
|
direction: "incoming" | "outgoing" | "system";
|
|
172401
172401
|
id?: string | undefined;
|
|
172402
172402
|
message?: string | undefined;
|
|
@@ -172531,7 +172531,7 @@ export declare const platformInstagramContract: {
|
|
|
172531
172531
|
200: import("zod").ZodObject<{
|
|
172532
172532
|
requestId: import("zod").ZodString;
|
|
172533
172533
|
data: import("zod").ZodObject<{
|
|
172534
|
-
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
172534
|
+
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
172535
172535
|
message: import("zod").ZodString;
|
|
172536
172536
|
id: import("zod").ZodString;
|
|
172537
172537
|
url: import("zod").ZodString;
|
|
@@ -176467,7 +176467,7 @@ export declare const platformInstagramContract: {
|
|
|
176467
176467
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
176468
176468
|
message: import("zod").ZodString;
|
|
176469
176469
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
176470
|
-
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
176470
|
+
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
176471
176471
|
readAt: import("zod").ZodDate;
|
|
176472
176472
|
metadata: import("zod").ZodAny;
|
|
176473
176473
|
platformId: import("zod").ZodString;
|
|
@@ -177125,7 +177125,7 @@ export declare const platformInstagramContract: {
|
|
|
177125
177125
|
};
|
|
177126
177126
|
}>;
|
|
177127
177127
|
}, "strip", import("zod").ZodTypeAny, {
|
|
177128
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
177128
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
177129
177129
|
message: string;
|
|
177130
177130
|
id: string;
|
|
177131
177131
|
url: string;
|
|
@@ -177287,7 +177287,7 @@ export declare const platformInstagramContract: {
|
|
|
177287
177287
|
metadata?: any;
|
|
177288
177288
|
template?: any;
|
|
177289
177289
|
}, {
|
|
177290
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
177290
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
177291
177291
|
message: string;
|
|
177292
177292
|
id: string;
|
|
177293
177293
|
url: string;
|
|
@@ -177661,7 +177661,7 @@ export declare const platformInstagramContract: {
|
|
|
177661
177661
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
177662
177662
|
message: import("zod").ZodString;
|
|
177663
177663
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
177664
|
-
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
177664
|
+
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
177665
177665
|
readAt: import("zod").ZodDate;
|
|
177666
177666
|
metadata: import("zod").ZodAny;
|
|
177667
177667
|
platformId: import("zod").ZodString;
|
|
@@ -181157,7 +181157,7 @@ export declare const platformInstagramContract: {
|
|
|
181157
181157
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
181158
181158
|
message: import("zod").ZodString;
|
|
181159
181159
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
181160
|
-
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
181160
|
+
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
181161
181161
|
readAt: import("zod").ZodDate;
|
|
181162
181162
|
metadata: import("zod").ZodAny;
|
|
181163
181163
|
platformId: import("zod").ZodString;
|
|
@@ -181815,7 +181815,7 @@ export declare const platformInstagramContract: {
|
|
|
181815
181815
|
};
|
|
181816
181816
|
}>;
|
|
181817
181817
|
}, "strip", import("zod").ZodTypeAny, {
|
|
181818
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
181818
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
181819
181819
|
message: string;
|
|
181820
181820
|
id: string;
|
|
181821
181821
|
url: string;
|
|
@@ -181977,7 +181977,7 @@ export declare const platformInstagramContract: {
|
|
|
181977
181977
|
metadata?: any;
|
|
181978
181978
|
template?: any;
|
|
181979
181979
|
}, {
|
|
181980
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
181980
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
181981
181981
|
message: string;
|
|
181982
181982
|
id: string;
|
|
181983
181983
|
url: string;
|
|
@@ -182779,7 +182779,7 @@ export declare const platformInstagramContract: {
|
|
|
182779
182779
|
editedMessageid: import("zod").ZodString;
|
|
182780
182780
|
label: import("zod").ZodOptional<import("zod").ZodString>;
|
|
182781
182781
|
}, "strip", import("zod").ZodTypeAny, {
|
|
182782
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
182782
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
182783
182783
|
message: string;
|
|
182784
182784
|
id: string;
|
|
182785
182785
|
url: string;
|
|
@@ -183334,7 +183334,7 @@ export declare const platformInstagramContract: {
|
|
|
183334
183334
|
previewUrl: string;
|
|
183335
183335
|
imageSetId: string;
|
|
183336
183336
|
repliedMessage: {
|
|
183337
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
183337
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
183338
183338
|
message: string;
|
|
183339
183339
|
id: string;
|
|
183340
183340
|
url: string;
|
|
@@ -183545,7 +183545,7 @@ export declare const platformInstagramContract: {
|
|
|
183545
183545
|
template?: any;
|
|
183546
183546
|
label?: string | undefined;
|
|
183547
183547
|
}, {
|
|
183548
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
183548
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
183549
183549
|
message: string;
|
|
183550
183550
|
id: string;
|
|
183551
183551
|
url: string;
|
|
@@ -184100,7 +184100,7 @@ export declare const platformInstagramContract: {
|
|
|
184100
184100
|
previewUrl: string;
|
|
184101
184101
|
imageSetId: string;
|
|
184102
184102
|
repliedMessage: {
|
|
184103
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
184103
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
184104
184104
|
message: string;
|
|
184105
184105
|
id: string;
|
|
184106
184106
|
url: string;
|
|
@@ -184312,7 +184312,7 @@ export declare const platformInstagramContract: {
|
|
|
184312
184312
|
label?: string | undefined;
|
|
184313
184313
|
}>>>;
|
|
184314
184314
|
}, "strip", import("zod").ZodTypeAny, {
|
|
184315
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
184315
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
184316
184316
|
message: string;
|
|
184317
184317
|
id: string;
|
|
184318
184318
|
url: string;
|
|
@@ -184867,7 +184867,7 @@ export declare const platformInstagramContract: {
|
|
|
184867
184867
|
previewUrl: string;
|
|
184868
184868
|
imageSetId: string;
|
|
184869
184869
|
repliedMessage: {
|
|
184870
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
184870
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
184871
184871
|
message: string;
|
|
184872
184872
|
id: string;
|
|
184873
184873
|
url: string;
|
|
@@ -185078,7 +185078,7 @@ export declare const platformInstagramContract: {
|
|
|
185078
185078
|
template?: any;
|
|
185079
185079
|
metadata?: any;
|
|
185080
185080
|
fromMessage?: {
|
|
185081
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
185081
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
185082
185082
|
message: string;
|
|
185083
185083
|
id: string;
|
|
185084
185084
|
url: string;
|
|
@@ -185633,7 +185633,7 @@ export declare const platformInstagramContract: {
|
|
|
185633
185633
|
previewUrl: string;
|
|
185634
185634
|
imageSetId: string;
|
|
185635
185635
|
repliedMessage: {
|
|
185636
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
185636
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
185637
185637
|
message: string;
|
|
185638
185638
|
id: string;
|
|
185639
185639
|
url: string;
|
|
@@ -185845,7 +185845,7 @@ export declare const platformInstagramContract: {
|
|
|
185845
185845
|
label?: string | undefined;
|
|
185846
185846
|
} | null | undefined;
|
|
185847
185847
|
}, {
|
|
185848
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
185848
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
185849
185849
|
message: string;
|
|
185850
185850
|
id: string;
|
|
185851
185851
|
url: string;
|
|
@@ -186400,7 +186400,7 @@ export declare const platformInstagramContract: {
|
|
|
186400
186400
|
previewUrl: string;
|
|
186401
186401
|
imageSetId: string;
|
|
186402
186402
|
repliedMessage: {
|
|
186403
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
186403
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
186404
186404
|
message: string;
|
|
186405
186405
|
id: string;
|
|
186406
186406
|
url: string;
|
|
@@ -186611,7 +186611,7 @@ export declare const platformInstagramContract: {
|
|
|
186611
186611
|
template?: any;
|
|
186612
186612
|
metadata?: any;
|
|
186613
186613
|
fromMessage?: {
|
|
186614
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
186614
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
186615
186615
|
message: string;
|
|
186616
186616
|
id: string;
|
|
186617
186617
|
url: string;
|
|
@@ -187166,7 +187166,7 @@ export declare const platformInstagramContract: {
|
|
|
187166
187166
|
previewUrl: string;
|
|
187167
187167
|
imageSetId: string;
|
|
187168
187168
|
repliedMessage: {
|
|
187169
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
187169
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
187170
187170
|
message: string;
|
|
187171
187171
|
id: string;
|
|
187172
187172
|
url: string;
|
|
@@ -187380,7 +187380,7 @@ export declare const platformInstagramContract: {
|
|
|
187380
187380
|
}>;
|
|
187381
187381
|
}, "strip", import("zod").ZodTypeAny, {
|
|
187382
187382
|
data: {
|
|
187383
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
187383
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
187384
187384
|
message: string;
|
|
187385
187385
|
id: string;
|
|
187386
187386
|
url: string;
|
|
@@ -187935,7 +187935,7 @@ export declare const platformInstagramContract: {
|
|
|
187935
187935
|
previewUrl: string;
|
|
187936
187936
|
imageSetId: string;
|
|
187937
187937
|
repliedMessage: {
|
|
187938
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
187938
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
187939
187939
|
message: string;
|
|
187940
187940
|
id: string;
|
|
187941
187941
|
url: string;
|
|
@@ -188146,7 +188146,7 @@ export declare const platformInstagramContract: {
|
|
|
188146
188146
|
template?: any;
|
|
188147
188147
|
metadata?: any;
|
|
188148
188148
|
fromMessage?: {
|
|
188149
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
188149
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
188150
188150
|
message: string;
|
|
188151
188151
|
id: string;
|
|
188152
188152
|
url: string;
|
|
@@ -188701,7 +188701,7 @@ export declare const platformInstagramContract: {
|
|
|
188701
188701
|
previewUrl: string;
|
|
188702
188702
|
imageSetId: string;
|
|
188703
188703
|
repliedMessage: {
|
|
188704
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
188704
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
188705
188705
|
message: string;
|
|
188706
188706
|
id: string;
|
|
188707
188707
|
url: string;
|
|
@@ -188916,7 +188916,7 @@ export declare const platformInstagramContract: {
|
|
|
188916
188916
|
requestId: string;
|
|
188917
188917
|
}, {
|
|
188918
188918
|
data: {
|
|
188919
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
188919
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
188920
188920
|
message: string;
|
|
188921
188921
|
id: string;
|
|
188922
188922
|
url: string;
|
|
@@ -189471,7 +189471,7 @@ export declare const platformInstagramContract: {
|
|
|
189471
189471
|
previewUrl: string;
|
|
189472
189472
|
imageSetId: string;
|
|
189473
189473
|
repliedMessage: {
|
|
189474
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
189474
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
189475
189475
|
message: string;
|
|
189476
189476
|
id: string;
|
|
189477
189477
|
url: string;
|
|
@@ -189682,7 +189682,7 @@ export declare const platformInstagramContract: {
|
|
|
189682
189682
|
template?: any;
|
|
189683
189683
|
metadata?: any;
|
|
189684
189684
|
fromMessage?: {
|
|
189685
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
189685
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
189686
189686
|
message: string;
|
|
189687
189687
|
id: string;
|
|
189688
189688
|
url: string;
|
|
@@ -190237,7 +190237,7 @@ export declare const platformInstagramContract: {
|
|
|
190237
190237
|
previewUrl: string;
|
|
190238
190238
|
imageSetId: string;
|
|
190239
190239
|
repliedMessage: {
|
|
190240
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
190240
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
190241
190241
|
message: string;
|
|
190242
190242
|
id: string;
|
|
190243
190243
|
url: string;
|
|
@@ -197502,7 +197502,7 @@ export declare const platformSMSContract: {
|
|
|
197502
197502
|
id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
197503
197503
|
message: import("zod").ZodOptional<import("zod").ZodString>;
|
|
197504
197504
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
197505
|
-
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
197505
|
+
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
197506
197506
|
readAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
|
197507
197507
|
metadata: import("zod").ZodOptional<import("zod").ZodAny>;
|
|
197508
197508
|
platformId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -197558,7 +197558,7 @@ export declare const platformSMSContract: {
|
|
|
197558
197558
|
editedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
|
197559
197559
|
label: import("zod").ZodOptional<import("zod").ZodString>;
|
|
197560
197560
|
}, "strip", import("zod").ZodTypeAny, {
|
|
197561
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
197561
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
197562
197562
|
direction: "incoming" | "outgoing" | "system";
|
|
197563
197563
|
id?: string | undefined;
|
|
197564
197564
|
message?: string | undefined;
|
|
@@ -197593,7 +197593,7 @@ export declare const platformSMSContract: {
|
|
|
197593
197593
|
editedAt?: string | Date | null | undefined;
|
|
197594
197594
|
label?: string | undefined;
|
|
197595
197595
|
}, {
|
|
197596
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
197596
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
197597
197597
|
direction: "incoming" | "outgoing" | "system";
|
|
197598
197598
|
id?: string | undefined;
|
|
197599
197599
|
message?: string | undefined;
|
|
@@ -197630,7 +197630,7 @@ export declare const platformSMSContract: {
|
|
|
197630
197630
|
}>;
|
|
197631
197631
|
}, "strip", import("zod").ZodTypeAny, {
|
|
197632
197632
|
message: {
|
|
197633
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
197633
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
197634
197634
|
direction: "incoming" | "outgoing" | "system";
|
|
197635
197635
|
id?: string | undefined;
|
|
197636
197636
|
message?: string | undefined;
|
|
@@ -197761,7 +197761,7 @@ export declare const platformSMSContract: {
|
|
|
197761
197761
|
isBot: boolean | null;
|
|
197762
197762
|
}, {
|
|
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" | "csat" | "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" | "csat" | "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;
|
|
@@ -198495,7 +198495,7 @@ export declare const platformWhatsappContract: {
|
|
|
198495
198495
|
id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
198496
198496
|
message: import("zod").ZodOptional<import("zod").ZodString>;
|
|
198497
198497
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
198498
|
-
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
198498
|
+
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
198499
198499
|
readAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
|
198500
198500
|
metadata: import("zod").ZodOptional<import("zod").ZodAny>;
|
|
198501
198501
|
platformId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -198551,7 +198551,7 @@ export declare const platformWhatsappContract: {
|
|
|
198551
198551
|
editedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
|
198552
198552
|
label: import("zod").ZodOptional<import("zod").ZodString>;
|
|
198553
198553
|
}, "strip", import("zod").ZodTypeAny, {
|
|
198554
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
198554
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
198555
198555
|
direction: "incoming" | "outgoing" | "system";
|
|
198556
198556
|
id?: string | undefined;
|
|
198557
198557
|
message?: string | undefined;
|
|
@@ -198586,7 +198586,7 @@ export declare const platformWhatsappContract: {
|
|
|
198586
198586
|
editedAt?: string | Date | null | undefined;
|
|
198587
198587
|
label?: string | undefined;
|
|
198588
198588
|
}, {
|
|
198589
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
198589
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
198590
198590
|
direction: "incoming" | "outgoing" | "system";
|
|
198591
198591
|
id?: string | undefined;
|
|
198592
198592
|
message?: string | undefined;
|
|
@@ -198623,7 +198623,7 @@ export declare const platformWhatsappContract: {
|
|
|
198623
198623
|
}>;
|
|
198624
198624
|
}, "strip", import("zod").ZodTypeAny, {
|
|
198625
198625
|
message: {
|
|
198626
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
198626
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
198627
198627
|
direction: "incoming" | "outgoing" | "system";
|
|
198628
198628
|
id?: string | undefined;
|
|
198629
198629
|
message?: string | undefined;
|
|
@@ -198754,7 +198754,7 @@ export declare const platformWhatsappContract: {
|
|
|
198754
198754
|
isBot: boolean | null;
|
|
198755
198755
|
}, {
|
|
198756
198756
|
message: {
|
|
198757
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
198757
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
198758
198758
|
direction: "incoming" | "outgoing" | "system";
|
|
198759
198759
|
id?: string | undefined;
|
|
198760
198760
|
message?: string | undefined;
|
|
@@ -198889,7 +198889,7 @@ export declare const platformWhatsappContract: {
|
|
|
198889
198889
|
200: import("zod").ZodObject<{
|
|
198890
198890
|
requestId: import("zod").ZodString;
|
|
198891
198891
|
data: import("zod").ZodObject<{
|
|
198892
|
-
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
198892
|
+
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
198893
198893
|
message: import("zod").ZodString;
|
|
198894
198894
|
id: import("zod").ZodString;
|
|
198895
198895
|
url: import("zod").ZodString;
|
|
@@ -202825,7 +202825,7 @@ export declare const platformWhatsappContract: {
|
|
|
202825
202825
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
202826
202826
|
message: import("zod").ZodString;
|
|
202827
202827
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
202828
|
-
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
202828
|
+
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
202829
202829
|
readAt: import("zod").ZodDate;
|
|
202830
202830
|
metadata: import("zod").ZodAny;
|
|
202831
202831
|
platformId: import("zod").ZodString;
|
|
@@ -203483,7 +203483,7 @@ export declare const platformWhatsappContract: {
|
|
|
203483
203483
|
};
|
|
203484
203484
|
}>;
|
|
203485
203485
|
}, "strip", import("zod").ZodTypeAny, {
|
|
203486
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
203486
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
203487
203487
|
message: string;
|
|
203488
203488
|
id: string;
|
|
203489
203489
|
url: string;
|
|
@@ -203645,7 +203645,7 @@ export declare const platformWhatsappContract: {
|
|
|
203645
203645
|
metadata?: any;
|
|
203646
203646
|
template?: any;
|
|
203647
203647
|
}, {
|
|
203648
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
203648
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
203649
203649
|
message: string;
|
|
203650
203650
|
id: string;
|
|
203651
203651
|
url: string;
|
|
@@ -204019,7 +204019,7 @@ export declare const platformWhatsappContract: {
|
|
|
204019
204019
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
204020
204020
|
message: import("zod").ZodString;
|
|
204021
204021
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
204022
|
-
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
204022
|
+
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
204023
204023
|
readAt: import("zod").ZodDate;
|
|
204024
204024
|
metadata: import("zod").ZodAny;
|
|
204025
204025
|
platformId: import("zod").ZodString;
|
|
@@ -207515,7 +207515,7 @@ export declare const platformWhatsappContract: {
|
|
|
207515
207515
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
207516
207516
|
message: import("zod").ZodString;
|
|
207517
207517
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
207518
|
-
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
207518
|
+
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
207519
207519
|
readAt: import("zod").ZodDate;
|
|
207520
207520
|
metadata: import("zod").ZodAny;
|
|
207521
207521
|
platformId: import("zod").ZodString;
|
|
@@ -208173,7 +208173,7 @@ export declare const platformWhatsappContract: {
|
|
|
208173
208173
|
};
|
|
208174
208174
|
}>;
|
|
208175
208175
|
}, "strip", import("zod").ZodTypeAny, {
|
|
208176
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
208176
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
208177
208177
|
message: string;
|
|
208178
208178
|
id: string;
|
|
208179
208179
|
url: string;
|
|
@@ -208335,7 +208335,7 @@ export declare const platformWhatsappContract: {
|
|
|
208335
208335
|
metadata?: any;
|
|
208336
208336
|
template?: any;
|
|
208337
208337
|
}, {
|
|
208338
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
208338
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
208339
208339
|
message: string;
|
|
208340
208340
|
id: string;
|
|
208341
208341
|
url: string;
|
|
@@ -209137,7 +209137,7 @@ export declare const platformWhatsappContract: {
|
|
|
209137
209137
|
editedMessageid: import("zod").ZodString;
|
|
209138
209138
|
label: import("zod").ZodOptional<import("zod").ZodString>;
|
|
209139
209139
|
}, "strip", import("zod").ZodTypeAny, {
|
|
209140
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
209140
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
209141
209141
|
message: string;
|
|
209142
209142
|
id: string;
|
|
209143
209143
|
url: string;
|
|
@@ -209692,7 +209692,7 @@ export declare const platformWhatsappContract: {
|
|
|
209692
209692
|
previewUrl: string;
|
|
209693
209693
|
imageSetId: string;
|
|
209694
209694
|
repliedMessage: {
|
|
209695
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
209695
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
209696
209696
|
message: string;
|
|
209697
209697
|
id: string;
|
|
209698
209698
|
url: string;
|
|
@@ -209903,7 +209903,7 @@ export declare const platformWhatsappContract: {
|
|
|
209903
209903
|
template?: any;
|
|
209904
209904
|
label?: string | undefined;
|
|
209905
209905
|
}, {
|
|
209906
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
209906
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
209907
209907
|
message: string;
|
|
209908
209908
|
id: string;
|
|
209909
209909
|
url: string;
|
|
@@ -210458,7 +210458,7 @@ export declare const platformWhatsappContract: {
|
|
|
210458
210458
|
previewUrl: string;
|
|
210459
210459
|
imageSetId: string;
|
|
210460
210460
|
repliedMessage: {
|
|
210461
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
210461
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
210462
210462
|
message: string;
|
|
210463
210463
|
id: string;
|
|
210464
210464
|
url: string;
|
|
@@ -210670,7 +210670,7 @@ export declare const platformWhatsappContract: {
|
|
|
210670
210670
|
label?: string | undefined;
|
|
210671
210671
|
}>>>;
|
|
210672
210672
|
}, "strip", import("zod").ZodTypeAny, {
|
|
210673
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
210673
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
210674
210674
|
message: string;
|
|
210675
210675
|
id: string;
|
|
210676
210676
|
url: string;
|
|
@@ -211225,7 +211225,7 @@ export declare const platformWhatsappContract: {
|
|
|
211225
211225
|
previewUrl: string;
|
|
211226
211226
|
imageSetId: string;
|
|
211227
211227
|
repliedMessage: {
|
|
211228
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
211228
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
211229
211229
|
message: string;
|
|
211230
211230
|
id: string;
|
|
211231
211231
|
url: string;
|
|
@@ -211436,7 +211436,7 @@ export declare const platformWhatsappContract: {
|
|
|
211436
211436
|
template?: any;
|
|
211437
211437
|
metadata?: any;
|
|
211438
211438
|
fromMessage?: {
|
|
211439
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
211439
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
211440
211440
|
message: string;
|
|
211441
211441
|
id: string;
|
|
211442
211442
|
url: string;
|
|
@@ -211991,7 +211991,7 @@ export declare const platformWhatsappContract: {
|
|
|
211991
211991
|
previewUrl: string;
|
|
211992
211992
|
imageSetId: string;
|
|
211993
211993
|
repliedMessage: {
|
|
211994
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
211994
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
211995
211995
|
message: string;
|
|
211996
211996
|
id: string;
|
|
211997
211997
|
url: string;
|
|
@@ -212203,7 +212203,7 @@ export declare const platformWhatsappContract: {
|
|
|
212203
212203
|
label?: string | undefined;
|
|
212204
212204
|
} | null | undefined;
|
|
212205
212205
|
}, {
|
|
212206
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
212206
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
212207
212207
|
message: string;
|
|
212208
212208
|
id: string;
|
|
212209
212209
|
url: string;
|
|
@@ -212758,7 +212758,7 @@ export declare const platformWhatsappContract: {
|
|
|
212758
212758
|
previewUrl: string;
|
|
212759
212759
|
imageSetId: string;
|
|
212760
212760
|
repliedMessage: {
|
|
212761
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
212761
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
212762
212762
|
message: string;
|
|
212763
212763
|
id: string;
|
|
212764
212764
|
url: string;
|
|
@@ -212969,7 +212969,7 @@ export declare const platformWhatsappContract: {
|
|
|
212969
212969
|
template?: any;
|
|
212970
212970
|
metadata?: any;
|
|
212971
212971
|
fromMessage?: {
|
|
212972
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
212972
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
212973
212973
|
message: string;
|
|
212974
212974
|
id: string;
|
|
212975
212975
|
url: string;
|
|
@@ -213524,7 +213524,7 @@ export declare const platformWhatsappContract: {
|
|
|
213524
213524
|
previewUrl: string;
|
|
213525
213525
|
imageSetId: string;
|
|
213526
213526
|
repliedMessage: {
|
|
213527
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
213527
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
213528
213528
|
message: string;
|
|
213529
213529
|
id: string;
|
|
213530
213530
|
url: string;
|
|
@@ -213738,7 +213738,7 @@ export declare const platformWhatsappContract: {
|
|
|
213738
213738
|
}>;
|
|
213739
213739
|
}, "strip", import("zod").ZodTypeAny, {
|
|
213740
213740
|
data: {
|
|
213741
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
213741
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
213742
213742
|
message: string;
|
|
213743
213743
|
id: string;
|
|
213744
213744
|
url: string;
|
|
@@ -214293,7 +214293,7 @@ export declare const platformWhatsappContract: {
|
|
|
214293
214293
|
previewUrl: string;
|
|
214294
214294
|
imageSetId: string;
|
|
214295
214295
|
repliedMessage: {
|
|
214296
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
214296
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
214297
214297
|
message: string;
|
|
214298
214298
|
id: string;
|
|
214299
214299
|
url: string;
|
|
@@ -214504,7 +214504,7 @@ export declare const platformWhatsappContract: {
|
|
|
214504
214504
|
template?: any;
|
|
214505
214505
|
metadata?: any;
|
|
214506
214506
|
fromMessage?: {
|
|
214507
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
214507
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
214508
214508
|
message: string;
|
|
214509
214509
|
id: string;
|
|
214510
214510
|
url: string;
|
|
@@ -215059,7 +215059,7 @@ export declare const platformWhatsappContract: {
|
|
|
215059
215059
|
previewUrl: string;
|
|
215060
215060
|
imageSetId: string;
|
|
215061
215061
|
repliedMessage: {
|
|
215062
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
215062
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
215063
215063
|
message: string;
|
|
215064
215064
|
id: string;
|
|
215065
215065
|
url: string;
|
|
@@ -215274,7 +215274,7 @@ export declare const platformWhatsappContract: {
|
|
|
215274
215274
|
requestId: string;
|
|
215275
215275
|
}, {
|
|
215276
215276
|
data: {
|
|
215277
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
215277
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
215278
215278
|
message: string;
|
|
215279
215279
|
id: string;
|
|
215280
215280
|
url: string;
|
|
@@ -215829,7 +215829,7 @@ export declare const platformWhatsappContract: {
|
|
|
215829
215829
|
previewUrl: string;
|
|
215830
215830
|
imageSetId: string;
|
|
215831
215831
|
repliedMessage: {
|
|
215832
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
215832
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
215833
215833
|
message: string;
|
|
215834
215834
|
id: string;
|
|
215835
215835
|
url: string;
|
|
@@ -216040,7 +216040,7 @@ export declare const platformWhatsappContract: {
|
|
|
216040
216040
|
template?: any;
|
|
216041
216041
|
metadata?: any;
|
|
216042
216042
|
fromMessage?: {
|
|
216043
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
216043
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
216044
216044
|
message: string;
|
|
216045
216045
|
id: string;
|
|
216046
216046
|
url: string;
|
|
@@ -216595,7 +216595,7 @@ export declare const platformWhatsappContract: {
|
|
|
216595
216595
|
previewUrl: string;
|
|
216596
216596
|
imageSetId: string;
|
|
216597
216597
|
repliedMessage: {
|
|
216598
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
216598
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
216599
216599
|
message: string;
|
|
216600
216600
|
id: string;
|
|
216601
216601
|
url: string;
|
|
@@ -223831,7 +223831,7 @@ export declare const facebookFeedContract: {
|
|
|
223831
223831
|
id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
223832
223832
|
message: import("zod").ZodOptional<import("zod").ZodString>;
|
|
223833
223833
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
223834
|
-
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
223834
|
+
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
223835
223835
|
readAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
|
223836
223836
|
metadata: import("zod").ZodOptional<import("zod").ZodAny>;
|
|
223837
223837
|
platformId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -223887,7 +223887,7 @@ export declare const facebookFeedContract: {
|
|
|
223887
223887
|
editedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
|
223888
223888
|
label: import("zod").ZodOptional<import("zod").ZodString>;
|
|
223889
223889
|
}, "strip", import("zod").ZodTypeAny, {
|
|
223890
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
223890
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
223891
223891
|
direction: "incoming" | "outgoing" | "system";
|
|
223892
223892
|
id?: string | undefined;
|
|
223893
223893
|
message?: string | undefined;
|
|
@@ -223922,7 +223922,7 @@ export declare const facebookFeedContract: {
|
|
|
223922
223922
|
editedAt?: string | Date | null | undefined;
|
|
223923
223923
|
label?: string | undefined;
|
|
223924
223924
|
}, {
|
|
223925
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
223925
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
223926
223926
|
direction: "incoming" | "outgoing" | "system";
|
|
223927
223927
|
id?: string | undefined;
|
|
223928
223928
|
message?: string | undefined;
|
|
@@ -224531,7 +224531,7 @@ export declare const facebookFeedContract: {
|
|
|
224531
224531
|
}>>;
|
|
224532
224532
|
}, "strip", import("zod").ZodTypeAny, {
|
|
224533
224533
|
message: {
|
|
224534
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
224534
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
224535
224535
|
direction: "incoming" | "outgoing" | "system";
|
|
224536
224536
|
id?: string | undefined;
|
|
224537
224537
|
message?: string | undefined;
|
|
@@ -224666,7 +224666,7 @@ export declare const facebookFeedContract: {
|
|
|
224666
224666
|
} | undefined;
|
|
224667
224667
|
}, {
|
|
224668
224668
|
message: {
|
|
224669
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
224669
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
224670
224670
|
direction: "incoming" | "outgoing" | "system";
|
|
224671
224671
|
id?: string | undefined;
|
|
224672
224672
|
message?: string | undefined;
|
|
@@ -224805,7 +224805,7 @@ export declare const facebookFeedContract: {
|
|
|
224805
224805
|
200: import("zod").ZodObject<{
|
|
224806
224806
|
requestId: import("zod").ZodString;
|
|
224807
224807
|
data: import("zod").ZodObject<{
|
|
224808
|
-
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
224808
|
+
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
224809
224809
|
message: import("zod").ZodString;
|
|
224810
224810
|
id: import("zod").ZodString;
|
|
224811
224811
|
url: import("zod").ZodString;
|
|
@@ -228741,7 +228741,7 @@ export declare const facebookFeedContract: {
|
|
|
228741
228741
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
228742
228742
|
message: import("zod").ZodString;
|
|
228743
228743
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
228744
|
-
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
228744
|
+
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
228745
228745
|
readAt: import("zod").ZodDate;
|
|
228746
228746
|
metadata: import("zod").ZodAny;
|
|
228747
228747
|
platformId: import("zod").ZodString;
|
|
@@ -229399,7 +229399,7 @@ export declare const facebookFeedContract: {
|
|
|
229399
229399
|
};
|
|
229400
229400
|
}>;
|
|
229401
229401
|
}, "strip", import("zod").ZodTypeAny, {
|
|
229402
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
229402
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
229403
229403
|
message: string;
|
|
229404
229404
|
id: string;
|
|
229405
229405
|
url: string;
|
|
@@ -229561,7 +229561,7 @@ export declare const facebookFeedContract: {
|
|
|
229561
229561
|
metadata?: any;
|
|
229562
229562
|
template?: any;
|
|
229563
229563
|
}, {
|
|
229564
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
229564
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
229565
229565
|
message: string;
|
|
229566
229566
|
id: string;
|
|
229567
229567
|
url: string;
|
|
@@ -229935,7 +229935,7 @@ export declare const facebookFeedContract: {
|
|
|
229935
229935
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
229936
229936
|
message: import("zod").ZodString;
|
|
229937
229937
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
229938
|
-
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
229938
|
+
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
229939
229939
|
readAt: import("zod").ZodDate;
|
|
229940
229940
|
metadata: import("zod").ZodAny;
|
|
229941
229941
|
platformId: import("zod").ZodString;
|
|
@@ -233431,7 +233431,7 @@ export declare const facebookFeedContract: {
|
|
|
233431
233431
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
233432
233432
|
message: import("zod").ZodString;
|
|
233433
233433
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
233434
|
-
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
233434
|
+
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
233435
233435
|
readAt: import("zod").ZodDate;
|
|
233436
233436
|
metadata: import("zod").ZodAny;
|
|
233437
233437
|
platformId: import("zod").ZodString;
|
|
@@ -234089,7 +234089,7 @@ export declare const facebookFeedContract: {
|
|
|
234089
234089
|
};
|
|
234090
234090
|
}>;
|
|
234091
234091
|
}, "strip", import("zod").ZodTypeAny, {
|
|
234092
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
234092
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
234093
234093
|
message: string;
|
|
234094
234094
|
id: string;
|
|
234095
234095
|
url: string;
|
|
@@ -234251,7 +234251,7 @@ export declare const facebookFeedContract: {
|
|
|
234251
234251
|
metadata?: any;
|
|
234252
234252
|
template?: any;
|
|
234253
234253
|
}, {
|
|
234254
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
234254
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
234255
234255
|
message: string;
|
|
234256
234256
|
id: string;
|
|
234257
234257
|
url: string;
|
|
@@ -235053,7 +235053,7 @@ export declare const facebookFeedContract: {
|
|
|
235053
235053
|
editedMessageid: import("zod").ZodString;
|
|
235054
235054
|
label: import("zod").ZodOptional<import("zod").ZodString>;
|
|
235055
235055
|
}, "strip", import("zod").ZodTypeAny, {
|
|
235056
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
235056
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
235057
235057
|
message: string;
|
|
235058
235058
|
id: string;
|
|
235059
235059
|
url: string;
|
|
@@ -235608,7 +235608,7 @@ export declare const facebookFeedContract: {
|
|
|
235608
235608
|
previewUrl: string;
|
|
235609
235609
|
imageSetId: string;
|
|
235610
235610
|
repliedMessage: {
|
|
235611
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
235611
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
235612
235612
|
message: string;
|
|
235613
235613
|
id: string;
|
|
235614
235614
|
url: string;
|
|
@@ -235819,7 +235819,7 @@ export declare const facebookFeedContract: {
|
|
|
235819
235819
|
template?: any;
|
|
235820
235820
|
label?: string | undefined;
|
|
235821
235821
|
}, {
|
|
235822
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
235822
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
235823
235823
|
message: string;
|
|
235824
235824
|
id: string;
|
|
235825
235825
|
url: string;
|
|
@@ -236374,7 +236374,7 @@ export declare const facebookFeedContract: {
|
|
|
236374
236374
|
previewUrl: string;
|
|
236375
236375
|
imageSetId: string;
|
|
236376
236376
|
repliedMessage: {
|
|
236377
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
236377
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
236378
236378
|
message: string;
|
|
236379
236379
|
id: string;
|
|
236380
236380
|
url: string;
|
|
@@ -236586,7 +236586,7 @@ export declare const facebookFeedContract: {
|
|
|
236586
236586
|
label?: string | undefined;
|
|
236587
236587
|
}>>>;
|
|
236588
236588
|
}, "strip", import("zod").ZodTypeAny, {
|
|
236589
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
236589
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
236590
236590
|
message: string;
|
|
236591
236591
|
id: string;
|
|
236592
236592
|
url: string;
|
|
@@ -237141,7 +237141,7 @@ export declare const facebookFeedContract: {
|
|
|
237141
237141
|
previewUrl: string;
|
|
237142
237142
|
imageSetId: string;
|
|
237143
237143
|
repliedMessage: {
|
|
237144
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
237144
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
237145
237145
|
message: string;
|
|
237146
237146
|
id: string;
|
|
237147
237147
|
url: string;
|
|
@@ -237352,7 +237352,7 @@ export declare const facebookFeedContract: {
|
|
|
237352
237352
|
template?: any;
|
|
237353
237353
|
metadata?: any;
|
|
237354
237354
|
fromMessage?: {
|
|
237355
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
237355
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
237356
237356
|
message: string;
|
|
237357
237357
|
id: string;
|
|
237358
237358
|
url: string;
|
|
@@ -237907,7 +237907,7 @@ export declare const facebookFeedContract: {
|
|
|
237907
237907
|
previewUrl: string;
|
|
237908
237908
|
imageSetId: string;
|
|
237909
237909
|
repliedMessage: {
|
|
237910
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
237910
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
237911
237911
|
message: string;
|
|
237912
237912
|
id: string;
|
|
237913
237913
|
url: string;
|
|
@@ -238119,7 +238119,7 @@ export declare const facebookFeedContract: {
|
|
|
238119
238119
|
label?: string | undefined;
|
|
238120
238120
|
} | null | undefined;
|
|
238121
238121
|
}, {
|
|
238122
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
238122
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
238123
238123
|
message: string;
|
|
238124
238124
|
id: string;
|
|
238125
238125
|
url: string;
|
|
@@ -238674,7 +238674,7 @@ export declare const facebookFeedContract: {
|
|
|
238674
238674
|
previewUrl: string;
|
|
238675
238675
|
imageSetId: string;
|
|
238676
238676
|
repliedMessage: {
|
|
238677
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
238677
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
238678
238678
|
message: string;
|
|
238679
238679
|
id: string;
|
|
238680
238680
|
url: string;
|
|
@@ -238885,7 +238885,7 @@ export declare const facebookFeedContract: {
|
|
|
238885
238885
|
template?: any;
|
|
238886
238886
|
metadata?: any;
|
|
238887
238887
|
fromMessage?: {
|
|
238888
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
238888
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
238889
238889
|
message: string;
|
|
238890
238890
|
id: string;
|
|
238891
238891
|
url: string;
|
|
@@ -239440,7 +239440,7 @@ export declare const facebookFeedContract: {
|
|
|
239440
239440
|
previewUrl: string;
|
|
239441
239441
|
imageSetId: string;
|
|
239442
239442
|
repliedMessage: {
|
|
239443
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
239443
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
239444
239444
|
message: string;
|
|
239445
239445
|
id: string;
|
|
239446
239446
|
url: string;
|
|
@@ -239654,7 +239654,7 @@ export declare const facebookFeedContract: {
|
|
|
239654
239654
|
}>;
|
|
239655
239655
|
}, "strip", import("zod").ZodTypeAny, {
|
|
239656
239656
|
data: {
|
|
239657
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
239657
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
239658
239658
|
message: string;
|
|
239659
239659
|
id: string;
|
|
239660
239660
|
url: string;
|
|
@@ -240209,7 +240209,7 @@ export declare const facebookFeedContract: {
|
|
|
240209
240209
|
previewUrl: string;
|
|
240210
240210
|
imageSetId: string;
|
|
240211
240211
|
repliedMessage: {
|
|
240212
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
240212
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
240213
240213
|
message: string;
|
|
240214
240214
|
id: string;
|
|
240215
240215
|
url: string;
|
|
@@ -240420,7 +240420,7 @@ export declare const facebookFeedContract: {
|
|
|
240420
240420
|
template?: any;
|
|
240421
240421
|
metadata?: any;
|
|
240422
240422
|
fromMessage?: {
|
|
240423
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
240423
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
240424
240424
|
message: string;
|
|
240425
240425
|
id: string;
|
|
240426
240426
|
url: string;
|
|
@@ -240975,7 +240975,7 @@ export declare const facebookFeedContract: {
|
|
|
240975
240975
|
previewUrl: string;
|
|
240976
240976
|
imageSetId: string;
|
|
240977
240977
|
repliedMessage: {
|
|
240978
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
240978
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
240979
240979
|
message: string;
|
|
240980
240980
|
id: string;
|
|
240981
240981
|
url: string;
|
|
@@ -241190,7 +241190,7 @@ export declare const facebookFeedContract: {
|
|
|
241190
241190
|
requestId: string;
|
|
241191
241191
|
}, {
|
|
241192
241192
|
data: {
|
|
241193
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
241193
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
241194
241194
|
message: string;
|
|
241195
241195
|
id: string;
|
|
241196
241196
|
url: string;
|
|
@@ -241745,7 +241745,7 @@ export declare const facebookFeedContract: {
|
|
|
241745
241745
|
previewUrl: string;
|
|
241746
241746
|
imageSetId: string;
|
|
241747
241747
|
repliedMessage: {
|
|
241748
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
241748
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
241749
241749
|
message: string;
|
|
241750
241750
|
id: string;
|
|
241751
241751
|
url: string;
|
|
@@ -241956,7 +241956,7 @@ export declare const facebookFeedContract: {
|
|
|
241956
241956
|
template?: any;
|
|
241957
241957
|
metadata?: any;
|
|
241958
241958
|
fromMessage?: {
|
|
241959
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
241959
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
241960
241960
|
message: string;
|
|
241961
241961
|
id: string;
|
|
241962
241962
|
url: string;
|
|
@@ -242511,7 +242511,7 @@ export declare const facebookFeedContract: {
|
|
|
242511
242511
|
previewUrl: string;
|
|
242512
242512
|
imageSetId: string;
|
|
242513
242513
|
repliedMessage: {
|
|
242514
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
242514
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
242515
242515
|
message: string;
|
|
242516
242516
|
id: string;
|
|
242517
242517
|
url: string;
|
|
@@ -243110,7 +243110,7 @@ export declare const facebookFeedContract: {
|
|
|
243110
243110
|
id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
243111
243111
|
message: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
243112
243112
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
243113
|
-
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
243113
|
+
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
243114
243114
|
readAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
|
243115
243115
|
metadata: import("zod").ZodOptional<import("zod").ZodAny>;
|
|
243116
243116
|
platformId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -243162,7 +243162,7 @@ export declare const facebookFeedContract: {
|
|
|
243162
243162
|
parentMessageId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
243163
243163
|
feedPostId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
243164
243164
|
}, "strip", import("zod").ZodTypeAny, {
|
|
243165
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
243165
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
243166
243166
|
direction: "incoming" | "outgoing" | "system";
|
|
243167
243167
|
id?: string | undefined;
|
|
243168
243168
|
message?: string | null | undefined;
|
|
@@ -243193,7 +243193,7 @@ export declare const facebookFeedContract: {
|
|
|
243193
243193
|
parentMessageId?: string | null | undefined;
|
|
243194
243194
|
feedPostId?: string | null | undefined;
|
|
243195
243195
|
}, {
|
|
243196
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
243196
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
243197
243197
|
direction: "incoming" | "outgoing" | "system";
|
|
243198
243198
|
id?: string | undefined;
|
|
243199
243199
|
message?: string | null | undefined;
|
|
@@ -243226,7 +243226,7 @@ export declare const facebookFeedContract: {
|
|
|
243226
243226
|
}>;
|
|
243227
243227
|
}, "strip", import("zod").ZodTypeAny, {
|
|
243228
243228
|
message: {
|
|
243229
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
243229
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
243230
243230
|
direction: "incoming" | "outgoing" | "system";
|
|
243231
243231
|
id?: string | undefined;
|
|
243232
243232
|
message?: string | null | undefined;
|
|
@@ -243311,7 +243311,7 @@ export declare const facebookFeedContract: {
|
|
|
243311
243311
|
};
|
|
243312
243312
|
}, {
|
|
243313
243313
|
message: {
|
|
243314
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
243314
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
243315
243315
|
direction: "incoming" | "outgoing" | "system";
|
|
243316
243316
|
id?: string | undefined;
|
|
243317
243317
|
message?: string | null | undefined;
|
|
@@ -243758,7 +243758,7 @@ export declare const facebookFeedContract: {
|
|
|
243758
243758
|
id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
243759
243759
|
message: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
243760
243760
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
243761
|
-
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
243761
|
+
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
243762
243762
|
readAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
|
243763
243763
|
metadata: import("zod").ZodOptional<import("zod").ZodAny>;
|
|
243764
243764
|
platformId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -243810,7 +243810,7 @@ export declare const facebookFeedContract: {
|
|
|
243810
243810
|
parentMessageId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
243811
243811
|
feedPostId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
243812
243812
|
}, "strip", import("zod").ZodTypeAny, {
|
|
243813
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
243813
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
243814
243814
|
direction: "incoming" | "outgoing" | "system";
|
|
243815
243815
|
id?: string | undefined;
|
|
243816
243816
|
message?: string | null | undefined;
|
|
@@ -243841,7 +243841,7 @@ export declare const facebookFeedContract: {
|
|
|
243841
243841
|
parentMessageId?: string | null | undefined;
|
|
243842
243842
|
feedPostId?: string | null | undefined;
|
|
243843
243843
|
}, {
|
|
243844
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
243844
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
243845
243845
|
direction: "incoming" | "outgoing" | "system";
|
|
243846
243846
|
id?: string | undefined;
|
|
243847
243847
|
message?: string | null | undefined;
|
|
@@ -243874,7 +243874,7 @@ export declare const facebookFeedContract: {
|
|
|
243874
243874
|
}>;
|
|
243875
243875
|
}, "strip", import("zod").ZodTypeAny, {
|
|
243876
243876
|
message: {
|
|
243877
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
243877
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
243878
243878
|
direction: "incoming" | "outgoing" | "system";
|
|
243879
243879
|
id?: string | undefined;
|
|
243880
243880
|
message?: string | null | undefined;
|
|
@@ -243959,7 +243959,7 @@ export declare const facebookFeedContract: {
|
|
|
243959
243959
|
};
|
|
243960
243960
|
}, {
|
|
243961
243961
|
message: {
|
|
243962
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
243962
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
243963
243963
|
direction: "incoming" | "outgoing" | "system";
|
|
243964
243964
|
id?: string | undefined;
|
|
243965
243965
|
message?: string | null | undefined;
|
|
@@ -244089,7 +244089,7 @@ export declare const feedPostContract: {
|
|
|
244089
244089
|
updatedAt: import("zod").ZodDate;
|
|
244090
244090
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
244091
244091
|
message: import("zod").ZodNullable<import("zod").ZodString>;
|
|
244092
|
-
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>]>;
|
|
244092
|
+
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>]>;
|
|
244093
244093
|
metadata: import("zod").ZodAny;
|
|
244094
244094
|
platformId: import("zod").ZodString;
|
|
244095
244095
|
platformMessageId: import("zod").ZodString;
|
|
@@ -245902,7 +245902,7 @@ export declare const feedPostContract: {
|
|
|
245902
245902
|
}>;
|
|
245903
245903
|
permalinkURL: import("zod").ZodString;
|
|
245904
245904
|
}, "strip", import("zod").ZodTypeAny, {
|
|
245905
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "added_photos" | "added_video" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
245905
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "added_photos" | "added_video" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
245906
245906
|
message: string | null;
|
|
245907
245907
|
id: string;
|
|
245908
245908
|
channel: {
|
|
@@ -246184,7 +246184,7 @@ export declare const feedPostContract: {
|
|
|
246184
246184
|
metadata?: any;
|
|
246185
246185
|
template?: any;
|
|
246186
246186
|
}, {
|
|
246187
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "added_photos" | "added_video" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
246187
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "added_photos" | "added_video" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
246188
246188
|
message: string | null;
|
|
246189
246189
|
id: string;
|
|
246190
246190
|
channel: {
|
|
@@ -246468,7 +246468,7 @@ export declare const feedPostContract: {
|
|
|
246468
246468
|
}>;
|
|
246469
246469
|
}, "strip", import("zod").ZodTypeAny, {
|
|
246470
246470
|
data: {
|
|
246471
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "added_photos" | "added_video" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
246471
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "added_photos" | "added_video" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
246472
246472
|
message: string | null;
|
|
246473
246473
|
id: string;
|
|
246474
246474
|
channel: {
|
|
@@ -246753,7 +246753,7 @@ export declare const feedPostContract: {
|
|
|
246753
246753
|
requestId: string;
|
|
246754
246754
|
}, {
|
|
246755
246755
|
data: {
|
|
246756
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "added_photos" | "added_video" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
246756
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "added_photos" | "added_video" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
246757
246757
|
message: string | null;
|
|
246758
246758
|
id: string;
|
|
246759
246759
|
channel: {
|
|
@@ -247083,7 +247083,7 @@ export declare const feedPostContract: {
|
|
|
247083
247083
|
page: import("zod").ZodNumber;
|
|
247084
247084
|
pageSize: import("zod").ZodNumber;
|
|
247085
247085
|
data: import("zod").ZodObject<{
|
|
247086
|
-
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
247086
|
+
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
247087
247087
|
message: import("zod").ZodString;
|
|
247088
247088
|
id: import("zod").ZodString;
|
|
247089
247089
|
url: import("zod").ZodString;
|
|
@@ -251019,7 +251019,7 @@ export declare const feedPostContract: {
|
|
|
251019
251019
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
251020
251020
|
message: import("zod").ZodString;
|
|
251021
251021
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
251022
|
-
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
251022
|
+
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
251023
251023
|
readAt: import("zod").ZodDate;
|
|
251024
251024
|
metadata: import("zod").ZodAny;
|
|
251025
251025
|
platformId: import("zod").ZodString;
|
|
@@ -251677,7 +251677,7 @@ export declare const feedPostContract: {
|
|
|
251677
251677
|
};
|
|
251678
251678
|
}>;
|
|
251679
251679
|
}, "strip", import("zod").ZodTypeAny, {
|
|
251680
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
251680
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
251681
251681
|
message: string;
|
|
251682
251682
|
id: string;
|
|
251683
251683
|
url: string;
|
|
@@ -251839,7 +251839,7 @@ export declare const feedPostContract: {
|
|
|
251839
251839
|
metadata?: any;
|
|
251840
251840
|
template?: any;
|
|
251841
251841
|
}, {
|
|
251842
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
251842
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
251843
251843
|
message: string;
|
|
251844
251844
|
id: string;
|
|
251845
251845
|
url: string;
|
|
@@ -253260,7 +253260,7 @@ export declare const feedPostContract: {
|
|
|
253260
253260
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
253261
253261
|
message: import("zod").ZodString;
|
|
253262
253262
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
253263
|
-
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
253263
|
+
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
253264
253264
|
readAt: import("zod").ZodDate;
|
|
253265
253265
|
metadata: import("zod").ZodAny;
|
|
253266
253266
|
platformId: import("zod").ZodString;
|
|
@@ -256756,7 +256756,7 @@ export declare const feedPostContract: {
|
|
|
256756
256756
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
256757
256757
|
message: import("zod").ZodString;
|
|
256758
256758
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
256759
|
-
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
256759
|
+
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
256760
256760
|
readAt: import("zod").ZodDate;
|
|
256761
256761
|
metadata: import("zod").ZodAny;
|
|
256762
256762
|
platformId: import("zod").ZodString;
|
|
@@ -257414,7 +257414,7 @@ export declare const feedPostContract: {
|
|
|
257414
257414
|
};
|
|
257415
257415
|
}>;
|
|
257416
257416
|
}, "strip", import("zod").ZodTypeAny, {
|
|
257417
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
257417
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
257418
257418
|
message: string;
|
|
257419
257419
|
id: string;
|
|
257420
257420
|
url: string;
|
|
@@ -257576,7 +257576,7 @@ export declare const feedPostContract: {
|
|
|
257576
257576
|
metadata?: any;
|
|
257577
257577
|
template?: any;
|
|
257578
257578
|
}, {
|
|
257579
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
257579
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
257580
257580
|
message: string;
|
|
257581
257581
|
id: string;
|
|
257582
257582
|
url: string;
|
|
@@ -258378,7 +258378,7 @@ export declare const feedPostContract: {
|
|
|
258378
258378
|
editedMessageid: import("zod").ZodString;
|
|
258379
258379
|
label: import("zod").ZodOptional<import("zod").ZodString>;
|
|
258380
258380
|
}, "strip", import("zod").ZodTypeAny, {
|
|
258381
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
258381
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
258382
258382
|
message: string;
|
|
258383
258383
|
id: string;
|
|
258384
258384
|
url: string;
|
|
@@ -258933,7 +258933,7 @@ export declare const feedPostContract: {
|
|
|
258933
258933
|
previewUrl: string;
|
|
258934
258934
|
imageSetId: string;
|
|
258935
258935
|
repliedMessage: {
|
|
258936
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
258936
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
258937
258937
|
message: string;
|
|
258938
258938
|
id: string;
|
|
258939
258939
|
url: string;
|
|
@@ -259144,7 +259144,7 @@ export declare const feedPostContract: {
|
|
|
259144
259144
|
template?: any;
|
|
259145
259145
|
label?: string | undefined;
|
|
259146
259146
|
}, {
|
|
259147
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
259147
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
259148
259148
|
message: string;
|
|
259149
259149
|
id: string;
|
|
259150
259150
|
url: string;
|
|
@@ -259699,7 +259699,7 @@ export declare const feedPostContract: {
|
|
|
259699
259699
|
previewUrl: string;
|
|
259700
259700
|
imageSetId: string;
|
|
259701
259701
|
repliedMessage: {
|
|
259702
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
259702
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
259703
259703
|
message: string;
|
|
259704
259704
|
id: string;
|
|
259705
259705
|
url: string;
|
|
@@ -259911,13 +259911,13 @@ export declare const feedPostContract: {
|
|
|
259911
259911
|
label?: string | undefined;
|
|
259912
259912
|
}>, "many">;
|
|
259913
259913
|
}, "strip", import("zod").ZodTypeAny, {
|
|
259914
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
259914
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
259915
259915
|
message: string;
|
|
259916
259916
|
id: string;
|
|
259917
259917
|
url: string;
|
|
259918
259918
|
direction: "incoming" | "outgoing" | "system";
|
|
259919
259919
|
children: {
|
|
259920
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
259920
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
259921
259921
|
message: string;
|
|
259922
259922
|
id: string;
|
|
259923
259923
|
url: string;
|
|
@@ -260472,7 +260472,7 @@ export declare const feedPostContract: {
|
|
|
260472
260472
|
previewUrl: string;
|
|
260473
260473
|
imageSetId: string;
|
|
260474
260474
|
repliedMessage: {
|
|
260475
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
260475
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
260476
260476
|
message: string;
|
|
260477
260477
|
id: string;
|
|
260478
260478
|
url: string;
|
|
@@ -261233,7 +261233,7 @@ export declare const feedPostContract: {
|
|
|
261233
261233
|
previewUrl: string;
|
|
261234
261234
|
imageSetId: string;
|
|
261235
261235
|
repliedMessage: {
|
|
261236
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
261236
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
261237
261237
|
message: string;
|
|
261238
261238
|
id: string;
|
|
261239
261239
|
url: string;
|
|
@@ -261571,13 +261571,13 @@ export declare const feedPostContract: {
|
|
|
261571
261571
|
template?: any;
|
|
261572
261572
|
metadata?: any;
|
|
261573
261573
|
}, {
|
|
261574
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
261574
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
261575
261575
|
message: string;
|
|
261576
261576
|
id: string;
|
|
261577
261577
|
url: string;
|
|
261578
261578
|
direction: "incoming" | "outgoing" | "system";
|
|
261579
261579
|
children: {
|
|
261580
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
261580
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
261581
261581
|
message: string;
|
|
261582
261582
|
id: string;
|
|
261583
261583
|
url: string;
|
|
@@ -262132,7 +262132,7 @@ export declare const feedPostContract: {
|
|
|
262132
262132
|
previewUrl: string;
|
|
262133
262133
|
imageSetId: string;
|
|
262134
262134
|
repliedMessage: {
|
|
262135
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
262135
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
262136
262136
|
message: string;
|
|
262137
262137
|
id: string;
|
|
262138
262138
|
url: string;
|
|
@@ -262893,7 +262893,7 @@ export declare const feedPostContract: {
|
|
|
262893
262893
|
previewUrl: string;
|
|
262894
262894
|
imageSetId: string;
|
|
262895
262895
|
repliedMessage: {
|
|
262896
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
262896
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
262897
262897
|
message: string;
|
|
262898
262898
|
id: string;
|
|
262899
262899
|
url: string;
|
|
@@ -263233,13 +263233,13 @@ export declare const feedPostContract: {
|
|
|
263233
263233
|
}>;
|
|
263234
263234
|
}, "strip", import("zod").ZodTypeAny, {
|
|
263235
263235
|
data: {
|
|
263236
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
263236
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
263237
263237
|
message: string;
|
|
263238
263238
|
id: string;
|
|
263239
263239
|
url: string;
|
|
263240
263240
|
direction: "incoming" | "outgoing" | "system";
|
|
263241
263241
|
children: {
|
|
263242
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
263242
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
263243
263243
|
message: string;
|
|
263244
263244
|
id: string;
|
|
263245
263245
|
url: string;
|
|
@@ -263794,7 +263794,7 @@ export declare const feedPostContract: {
|
|
|
263794
263794
|
previewUrl: string;
|
|
263795
263795
|
imageSetId: string;
|
|
263796
263796
|
repliedMessage: {
|
|
263797
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
263797
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
263798
263798
|
message: string;
|
|
263799
263799
|
id: string;
|
|
263800
263800
|
url: string;
|
|
@@ -264555,7 +264555,7 @@ export declare const feedPostContract: {
|
|
|
264555
264555
|
previewUrl: string;
|
|
264556
264556
|
imageSetId: string;
|
|
264557
264557
|
repliedMessage: {
|
|
264558
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
264558
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
264559
264559
|
message: string;
|
|
264560
264560
|
id: string;
|
|
264561
264561
|
url: string;
|
|
@@ -264899,13 +264899,13 @@ export declare const feedPostContract: {
|
|
|
264899
264899
|
requestId: string;
|
|
264900
264900
|
}, {
|
|
264901
264901
|
data: {
|
|
264902
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
264902
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
264903
264903
|
message: string;
|
|
264904
264904
|
id: string;
|
|
264905
264905
|
url: string;
|
|
264906
264906
|
direction: "incoming" | "outgoing" | "system";
|
|
264907
264907
|
children: {
|
|
264908
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
264908
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
264909
264909
|
message: string;
|
|
264910
264910
|
id: string;
|
|
264911
264911
|
url: string;
|
|
@@ -265460,7 +265460,7 @@ export declare const feedPostContract: {
|
|
|
265460
265460
|
previewUrl: string;
|
|
265461
265461
|
imageSetId: string;
|
|
265462
265462
|
repliedMessage: {
|
|
265463
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
265463
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
265464
265464
|
message: string;
|
|
265465
265465
|
id: string;
|
|
265466
265466
|
url: string;
|
|
@@ -266221,7 +266221,7 @@ export declare const feedPostContract: {
|
|
|
266221
266221
|
previewUrl: string;
|
|
266222
266222
|
imageSetId: string;
|
|
266223
266223
|
repliedMessage: {
|
|
266224
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
266224
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
266225
266225
|
message: string;
|
|
266226
266226
|
id: string;
|
|
266227
266227
|
url: string;
|
|
@@ -289610,7 +289610,7 @@ export declare const workflowContract: {
|
|
|
289610
289610
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
289611
289611
|
message: import("zod").ZodString;
|
|
289612
289612
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
289613
|
-
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
289613
|
+
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
289614
289614
|
readAt: import("zod").ZodDate;
|
|
289615
289615
|
metadata: import("zod").ZodAny;
|
|
289616
289616
|
platformId: import("zod").ZodString;
|
|
@@ -293106,7 +293106,7 @@ export declare const workflowContract: {
|
|
|
293106
293106
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
293107
293107
|
message: import("zod").ZodString;
|
|
293108
293108
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
|
293109
|
-
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
293109
|
+
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
293110
293110
|
readAt: import("zod").ZodDate;
|
|
293111
293111
|
metadata: import("zod").ZodAny;
|
|
293112
293112
|
platformId: import("zod").ZodString;
|
|
@@ -293764,7 +293764,7 @@ export declare const workflowContract: {
|
|
|
293764
293764
|
};
|
|
293765
293765
|
}>;
|
|
293766
293766
|
}, "strip", import("zod").ZodTypeAny, {
|
|
293767
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
293767
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
293768
293768
|
message: string;
|
|
293769
293769
|
id: string;
|
|
293770
293770
|
url: string;
|
|
@@ -293926,7 +293926,7 @@ export declare const workflowContract: {
|
|
|
293926
293926
|
metadata?: any;
|
|
293927
293927
|
template?: any;
|
|
293928
293928
|
}, {
|
|
293929
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
293929
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
293930
293930
|
message: string;
|
|
293931
293931
|
id: string;
|
|
293932
293932
|
url: string;
|
|
@@ -294728,7 +294728,7 @@ export declare const workflowContract: {
|
|
|
294728
294728
|
editedMessageid: import("zod").ZodString;
|
|
294729
294729
|
label: import("zod").ZodOptional<import("zod").ZodString>;
|
|
294730
294730
|
}, "strip", import("zod").ZodTypeAny, {
|
|
294731
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
294731
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
294732
294732
|
message: string;
|
|
294733
294733
|
id: string;
|
|
294734
294734
|
url: string;
|
|
@@ -295283,7 +295283,7 @@ export declare const workflowContract: {
|
|
|
295283
295283
|
previewUrl: string;
|
|
295284
295284
|
imageSetId: string;
|
|
295285
295285
|
repliedMessage: {
|
|
295286
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
295286
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
295287
295287
|
message: string;
|
|
295288
295288
|
id: string;
|
|
295289
295289
|
url: string;
|
|
@@ -295494,7 +295494,7 @@ export declare const workflowContract: {
|
|
|
295494
295494
|
template?: any;
|
|
295495
295495
|
label?: string | undefined;
|
|
295496
295496
|
}, {
|
|
295497
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
295497
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
295498
295498
|
message: string;
|
|
295499
295499
|
id: string;
|
|
295500
295500
|
url: string;
|
|
@@ -296049,7 +296049,7 @@ export declare const workflowContract: {
|
|
|
296049
296049
|
previewUrl: string;
|
|
296050
296050
|
imageSetId: string;
|
|
296051
296051
|
repliedMessage: {
|
|
296052
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
296052
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
296053
296053
|
message: string;
|
|
296054
296054
|
id: string;
|
|
296055
296055
|
url: string;
|
|
@@ -296262,7 +296262,7 @@ export declare const workflowContract: {
|
|
|
296262
296262
|
}>;
|
|
296263
296263
|
}, "strip", import("zod").ZodTypeAny, {
|
|
296264
296264
|
data: {
|
|
296265
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
296265
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
296266
296266
|
message: string;
|
|
296267
296267
|
id: string;
|
|
296268
296268
|
url: string;
|
|
@@ -296817,7 +296817,7 @@ export declare const workflowContract: {
|
|
|
296817
296817
|
previewUrl: string;
|
|
296818
296818
|
imageSetId: string;
|
|
296819
296819
|
repliedMessage: {
|
|
296820
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
296820
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
296821
296821
|
message: string;
|
|
296822
296822
|
id: string;
|
|
296823
296823
|
url: string;
|
|
@@ -297031,7 +297031,7 @@ export declare const workflowContract: {
|
|
|
297031
297031
|
requestId: string;
|
|
297032
297032
|
}, {
|
|
297033
297033
|
data: {
|
|
297034
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
297034
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
297035
297035
|
message: string;
|
|
297036
297036
|
id: string;
|
|
297037
297037
|
url: string;
|
|
@@ -297586,7 +297586,7 @@ export declare const workflowContract: {
|
|
|
297586
297586
|
previewUrl: string;
|
|
297587
297587
|
imageSetId: string;
|
|
297588
297588
|
repliedMessage: {
|
|
297589
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
297589
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
297590
297590
|
message: string;
|
|
297591
297591
|
id: string;
|
|
297592
297592
|
url: string;
|