@kl1/contracts 1.1.79-uat → 1.1.80-uat
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/api-contracts/src/automation-queue/index.d.ts +3410 -0
- package/dist/api-contracts/src/automation-queue/index.d.ts.map +1 -0
- package/dist/api-contracts/src/automation-queue/schema.d.ts +618 -0
- package/dist/api-contracts/src/automation-queue/schema.d.ts.map +1 -0
- package/dist/api-contracts/src/automation-queue/validation.d.ts +52 -0
- package/dist/api-contracts/src/automation-queue/validation.d.ts.map +1 -0
- package/dist/api-contracts/src/chat/index.d.ts +145 -145
- package/dist/api-contracts/src/chat/schema.d.ts +64 -76
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +51 -51
- package/dist/api-contracts/src/comment/index.d.ts +1 -1
- package/dist/api-contracts/src/comment/validation.d.ts +1 -1
- package/dist/api-contracts/src/contract.d.ts +219 -219
- 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/index.d.ts +1 -0
- package/dist/api-contracts/src/index.d.ts.map +1 -1
- package/dist/api-contracts/src/instagram/index.d.ts +33 -33
- package/dist/api-contracts/src/line/index.d.ts +38 -38
- package/dist/api-contracts/src/line/validation.d.ts +5 -5
- package/dist/api-contracts/src/messenger/index.d.ts +33 -33
- package/dist/api-contracts/src/sms/index.d.ts +5 -5
- package/dist/api-contracts/src/viber/index.d.ts +33 -33
- package/dist/api-contracts/src/webchat/index.d.ts +33 -33
- package/dist/entities/src/enums/chat.d.ts +2 -0
- package/dist/entities/src/enums/chat.d.ts.map +1 -1
- package/dist/index.js +490 -387
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +489 -387
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
@@ -68000,8 +68000,8 @@ export declare const commentActivityContract: {
|
|
68000
68000
|
deleted: boolean;
|
68001
68001
|
ticketId?: string | undefined;
|
68002
68002
|
}, {
|
68003
|
-
ticketId?: string | undefined;
|
68004
68003
|
deleted?: "false" | "true" | undefined;
|
68004
|
+
ticketId?: string | undefined;
|
68005
68005
|
}>>;
|
68006
68006
|
path: "ticket-service/comment";
|
68007
68007
|
headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
@@ -77593,7 +77593,7 @@ export declare const platformContract: {
|
|
77593
77593
|
message: import("zod").ZodObject<{
|
77594
77594
|
message: import("zod").ZodOptional<import("zod").ZodString>;
|
77595
77595
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
77596
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
77596
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
|
77597
77597
|
readAt: import("zod").ZodOptional<import("zod").ZodDate>;
|
77598
77598
|
metadata: import("zod").ZodOptional<import("zod").ZodAny>;
|
77599
77599
|
platformId: import("zod").ZodOptional<import("zod").ZodString>;
|
@@ -77637,7 +77637,7 @@ export declare const platformContract: {
|
|
77637
77637
|
phone: string | null;
|
77638
77638
|
}>;
|
77639
77639
|
}, "strip", import("zod").ZodTypeAny, {
|
77640
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
77640
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
77641
77641
|
direction: "incoming" | "outgoing" | "system";
|
77642
77642
|
sender: {
|
77643
77643
|
address: string | null;
|
@@ -77663,7 +77663,7 @@ export declare const platformContract: {
|
|
77663
77663
|
previewUrl?: string | undefined;
|
77664
77664
|
imageSetId?: string | undefined;
|
77665
77665
|
}, {
|
77666
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
77666
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
77667
77667
|
direction: "incoming" | "outgoing" | "system";
|
77668
77668
|
sender: {
|
77669
77669
|
address: string | null;
|
@@ -77691,7 +77691,7 @@ export declare const platformContract: {
|
|
77691
77691
|
}>;
|
77692
77692
|
}, "strip", import("zod").ZodTypeAny, {
|
77693
77693
|
message: {
|
77694
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
77694
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
77695
77695
|
direction: "incoming" | "outgoing" | "system";
|
77696
77696
|
sender: {
|
77697
77697
|
address: string | null;
|
@@ -77784,7 +77784,7 @@ export declare const platformContract: {
|
|
77784
77784
|
stickerId: number;
|
77785
77785
|
}, {
|
77786
77786
|
message: {
|
77787
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
77787
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
77788
77788
|
direction: "incoming" | "outgoing" | "system";
|
77789
77789
|
sender: {
|
77790
77790
|
address: string | null;
|
@@ -78601,7 +78601,7 @@ export declare const platformContract: {
|
|
78601
78601
|
id: import("zod").ZodOptional<import("zod").ZodString>;
|
78602
78602
|
message: import("zod").ZodOptional<import("zod").ZodString>;
|
78603
78603
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
78604
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
78604
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
|
78605
78605
|
readAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
78606
78606
|
metadata: import("zod").ZodOptional<import("zod").ZodAny>;
|
78607
78607
|
platformId: import("zod").ZodOptional<import("zod").ZodString>;
|
@@ -78656,7 +78656,7 @@ export declare const platformContract: {
|
|
78656
78656
|
isEdited: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
78657
78657
|
editedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
78658
78658
|
}, "strip", import("zod").ZodTypeAny, {
|
78659
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
78659
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
78660
78660
|
direction: "incoming" | "outgoing" | "system";
|
78661
78661
|
message?: string | undefined;
|
78662
78662
|
id?: string | undefined;
|
@@ -78690,7 +78690,7 @@ export declare const platformContract: {
|
|
78690
78690
|
isEdited?: boolean | null | undefined;
|
78691
78691
|
editedAt?: string | Date | null | undefined;
|
78692
78692
|
}, {
|
78693
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
78693
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
78694
78694
|
direction: "incoming" | "outgoing" | "system";
|
78695
78695
|
message?: string | undefined;
|
78696
78696
|
id?: string | undefined;
|
@@ -78726,7 +78726,7 @@ export declare const platformContract: {
|
|
78726
78726
|
}>;
|
78727
78727
|
}, "strip", import("zod").ZodTypeAny, {
|
78728
78728
|
message: {
|
78729
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
78729
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
78730
78730
|
direction: "incoming" | "outgoing" | "system";
|
78731
78731
|
message?: string | undefined;
|
78732
78732
|
id?: string | undefined;
|
@@ -78837,7 +78837,7 @@ export declare const platformContract: {
|
|
78837
78837
|
isBot: boolean | null;
|
78838
78838
|
}, {
|
78839
78839
|
message: {
|
78840
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
78840
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
78841
78841
|
direction: "incoming" | "outgoing" | "system";
|
78842
78842
|
message?: string | undefined;
|
78843
78843
|
id?: string | undefined;
|
@@ -78961,7 +78961,7 @@ export declare const platformContract: {
|
|
78961
78961
|
}, {
|
78962
78962
|
message: import("zod").ZodString;
|
78963
78963
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
78964
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
78964
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
|
78965
78965
|
readAt: import("zod").ZodDate;
|
78966
78966
|
metadata: import("zod").ZodAny;
|
78967
78967
|
platformId: import("zod").ZodString;
|
@@ -82014,7 +82014,7 @@ export declare const platformContract: {
|
|
82014
82014
|
}, {
|
82015
82015
|
message: import("zod").ZodString;
|
82016
82016
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
82017
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
82017
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
|
82018
82018
|
readAt: import("zod").ZodDate;
|
82019
82019
|
metadata: import("zod").ZodAny;
|
82020
82020
|
platformId: import("zod").ZodString;
|
@@ -82673,7 +82673,7 @@ export declare const platformContract: {
|
|
82673
82673
|
};
|
82674
82674
|
}>;
|
82675
82675
|
}>, "strip", import("zod").ZodTypeAny, {
|
82676
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
82676
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
82677
82677
|
message: string;
|
82678
82678
|
id: string;
|
82679
82679
|
url: string;
|
@@ -82835,7 +82835,7 @@ export declare const platformContract: {
|
|
82835
82835
|
template?: any;
|
82836
82836
|
metadata?: any;
|
82837
82837
|
}, {
|
82838
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
82838
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
82839
82839
|
message: string;
|
82840
82840
|
id: string;
|
82841
82841
|
url: string;
|
@@ -83645,7 +83645,7 @@ export declare const platformContract: {
|
|
83645
83645
|
}, {
|
83646
83646
|
message: import("zod").ZodString;
|
83647
83647
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
83648
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
83648
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
|
83649
83649
|
readAt: import("zod").ZodDate;
|
83650
83650
|
metadata: import("zod").ZodAny;
|
83651
83651
|
platformId: import("zod").ZodString;
|
@@ -86698,7 +86698,7 @@ export declare const platformContract: {
|
|
86698
86698
|
}, {
|
86699
86699
|
message: import("zod").ZodString;
|
86700
86700
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
86701
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
86701
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
|
86702
86702
|
readAt: import("zod").ZodDate;
|
86703
86703
|
metadata: import("zod").ZodAny;
|
86704
86704
|
platformId: import("zod").ZodString;
|
@@ -87357,7 +87357,7 @@ export declare const platformContract: {
|
|
87357
87357
|
};
|
87358
87358
|
}>;
|
87359
87359
|
}>, "strip", import("zod").ZodTypeAny, {
|
87360
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
87360
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
87361
87361
|
message: string;
|
87362
87362
|
id: string;
|
87363
87363
|
url: string;
|
@@ -87519,7 +87519,7 @@ export declare const platformContract: {
|
|
87519
87519
|
template?: any;
|
87520
87520
|
metadata?: any;
|
87521
87521
|
}, {
|
87522
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
87522
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
87523
87523
|
message: string;
|
87524
87524
|
id: string;
|
87525
87525
|
url: string;
|
@@ -88321,7 +88321,7 @@ export declare const platformContract: {
|
|
88321
88321
|
}>;
|
88322
88322
|
editedMessageid: import("zod").ZodString;
|
88323
88323
|
}>, "strip", import("zod").ZodTypeAny, {
|
88324
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
88324
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
88325
88325
|
message: string;
|
88326
88326
|
id: string;
|
88327
88327
|
url: string;
|
@@ -88819,7 +88819,7 @@ export declare const platformContract: {
|
|
88819
88819
|
previewUrl: string;
|
88820
88820
|
imageSetId: string;
|
88821
88821
|
repliedMessage: {
|
88822
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
88822
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
88823
88823
|
message: string;
|
88824
88824
|
id: string;
|
88825
88825
|
url: string;
|
@@ -89029,7 +89029,7 @@ export declare const platformContract: {
|
|
89029
89029
|
template?: any;
|
89030
89030
|
metadata?: any;
|
89031
89031
|
}, {
|
89032
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
89032
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
89033
89033
|
message: string;
|
89034
89034
|
id: string;
|
89035
89035
|
url: string;
|
@@ -89527,7 +89527,7 @@ export declare const platformContract: {
|
|
89527
89527
|
previewUrl: string;
|
89528
89528
|
imageSetId: string;
|
89529
89529
|
repliedMessage: {
|
89530
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
89530
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
89531
89531
|
message: string;
|
89532
89532
|
id: string;
|
89533
89533
|
url: string;
|
@@ -89738,7 +89738,7 @@ export declare const platformContract: {
|
|
89738
89738
|
metadata?: any;
|
89739
89739
|
}>>>;
|
89740
89740
|
}>, "strip", import("zod").ZodTypeAny, {
|
89741
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
89741
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
89742
89742
|
message: string;
|
89743
89743
|
id: string;
|
89744
89744
|
url: string;
|
@@ -90236,7 +90236,7 @@ export declare const platformContract: {
|
|
90236
90236
|
previewUrl: string;
|
90237
90237
|
imageSetId: string;
|
90238
90238
|
repliedMessage: {
|
90239
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
90239
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
90240
90240
|
message: string;
|
90241
90241
|
id: string;
|
90242
90242
|
url: string;
|
@@ -90446,7 +90446,7 @@ export declare const platformContract: {
|
|
90446
90446
|
template?: any;
|
90447
90447
|
metadata?: any;
|
90448
90448
|
fromMessage?: {
|
90449
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
90449
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
90450
90450
|
message: string;
|
90451
90451
|
id: string;
|
90452
90452
|
url: string;
|
@@ -90944,7 +90944,7 @@ export declare const platformContract: {
|
|
90944
90944
|
previewUrl: string;
|
90945
90945
|
imageSetId: string;
|
90946
90946
|
repliedMessage: {
|
90947
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
90947
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
90948
90948
|
message: string;
|
90949
90949
|
id: string;
|
90950
90950
|
url: string;
|
@@ -91155,7 +91155,7 @@ export declare const platformContract: {
|
|
91155
91155
|
metadata?: any;
|
91156
91156
|
} | null | undefined;
|
91157
91157
|
}, {
|
91158
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
91158
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
91159
91159
|
message: string;
|
91160
91160
|
id: string;
|
91161
91161
|
url: string;
|
@@ -91653,7 +91653,7 @@ export declare const platformContract: {
|
|
91653
91653
|
previewUrl: string;
|
91654
91654
|
imageSetId: string;
|
91655
91655
|
repliedMessage: {
|
91656
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
91656
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
91657
91657
|
message: string;
|
91658
91658
|
id: string;
|
91659
91659
|
url: string;
|
@@ -91863,7 +91863,7 @@ export declare const platformContract: {
|
|
91863
91863
|
template?: any;
|
91864
91864
|
metadata?: any;
|
91865
91865
|
fromMessage?: {
|
91866
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
91866
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
91867
91867
|
message: string;
|
91868
91868
|
id: string;
|
91869
91869
|
url: string;
|
@@ -92361,7 +92361,7 @@ export declare const platformContract: {
|
|
92361
92361
|
previewUrl: string;
|
92362
92362
|
imageSetId: string;
|
92363
92363
|
repliedMessage: {
|
92364
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
92364
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
92365
92365
|
message: string;
|
92366
92366
|
id: string;
|
92367
92367
|
url: string;
|
@@ -92574,7 +92574,7 @@ export declare const platformContract: {
|
|
92574
92574
|
}>;
|
92575
92575
|
}>, "strip", import("zod").ZodTypeAny, {
|
92576
92576
|
data: {
|
92577
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
92577
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
92578
92578
|
message: string;
|
92579
92579
|
id: string;
|
92580
92580
|
url: string;
|
@@ -93072,7 +93072,7 @@ export declare const platformContract: {
|
|
93072
93072
|
previewUrl: string;
|
93073
93073
|
imageSetId: string;
|
93074
93074
|
repliedMessage: {
|
93075
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
93075
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
93076
93076
|
message: string;
|
93077
93077
|
id: string;
|
93078
93078
|
url: string;
|
@@ -93282,7 +93282,7 @@ export declare const platformContract: {
|
|
93282
93282
|
template?: any;
|
93283
93283
|
metadata?: any;
|
93284
93284
|
fromMessage?: {
|
93285
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
93285
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
93286
93286
|
message: string;
|
93287
93287
|
id: string;
|
93288
93288
|
url: string;
|
@@ -93780,7 +93780,7 @@ export declare const platformContract: {
|
|
93780
93780
|
previewUrl: string;
|
93781
93781
|
imageSetId: string;
|
93782
93782
|
repliedMessage: {
|
93783
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
93783
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
93784
93784
|
message: string;
|
93785
93785
|
id: string;
|
93786
93786
|
url: string;
|
@@ -93994,7 +93994,7 @@ export declare const platformContract: {
|
|
93994
93994
|
requestId: string;
|
93995
93995
|
}, {
|
93996
93996
|
data: {
|
93997
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
93997
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
93998
93998
|
message: string;
|
93999
93999
|
id: string;
|
94000
94000
|
url: string;
|
@@ -94492,7 +94492,7 @@ export declare const platformContract: {
|
|
94492
94492
|
previewUrl: string;
|
94493
94493
|
imageSetId: string;
|
94494
94494
|
repliedMessage: {
|
94495
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
94495
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
94496
94496
|
message: string;
|
94497
94497
|
id: string;
|
94498
94498
|
url: string;
|
@@ -94702,7 +94702,7 @@ export declare const platformContract: {
|
|
94702
94702
|
template?: any;
|
94703
94703
|
metadata?: any;
|
94704
94704
|
fromMessage?: {
|
94705
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
94705
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
94706
94706
|
message: string;
|
94707
94707
|
id: string;
|
94708
94708
|
url: string;
|
@@ -95200,7 +95200,7 @@ export declare const platformContract: {
|
|
95200
95200
|
previewUrl: string;
|
95201
95201
|
imageSetId: string;
|
95202
95202
|
repliedMessage: {
|
95203
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
95203
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
95204
95204
|
message: string;
|
95205
95205
|
id: string;
|
95206
95206
|
url: string;
|
@@ -98011,7 +98011,7 @@ export declare const platformContract: {
|
|
98011
98011
|
id: import("zod").ZodOptional<import("zod").ZodString>;
|
98012
98012
|
message: import("zod").ZodOptional<import("zod").ZodString>;
|
98013
98013
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
98014
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
98014
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
|
98015
98015
|
readAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
98016
98016
|
metadata: import("zod").ZodOptional<import("zod").ZodAny>;
|
98017
98017
|
platformId: import("zod").ZodOptional<import("zod").ZodString>;
|
@@ -98066,7 +98066,7 @@ export declare const platformContract: {
|
|
98066
98066
|
isEdited: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
98067
98067
|
editedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
98068
98068
|
}, "strip", import("zod").ZodTypeAny, {
|
98069
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
98069
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
98070
98070
|
direction: "incoming" | "outgoing" | "system";
|
98071
98071
|
message?: string | undefined;
|
98072
98072
|
id?: string | undefined;
|
@@ -98100,7 +98100,7 @@ export declare const platformContract: {
|
|
98100
98100
|
isEdited?: boolean | null | undefined;
|
98101
98101
|
editedAt?: string | Date | null | undefined;
|
98102
98102
|
}, {
|
98103
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
98103
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
98104
98104
|
direction: "incoming" | "outgoing" | "system";
|
98105
98105
|
message?: string | undefined;
|
98106
98106
|
id?: string | undefined;
|
@@ -98136,7 +98136,7 @@ export declare const platformContract: {
|
|
98136
98136
|
}>;
|
98137
98137
|
}, "strip", import("zod").ZodTypeAny, {
|
98138
98138
|
message: {
|
98139
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
98139
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
98140
98140
|
direction: "incoming" | "outgoing" | "system";
|
98141
98141
|
message?: string | undefined;
|
98142
98142
|
id?: string | undefined;
|
@@ -98247,7 +98247,7 @@ export declare const platformContract: {
|
|
98247
98247
|
isBot: boolean | null;
|
98248
98248
|
}, {
|
98249
98249
|
message: {
|
98250
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
98250
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
98251
98251
|
direction: "incoming" | "outgoing" | "system";
|
98252
98252
|
message?: string | undefined;
|
98253
98253
|
id?: string | undefined;
|
@@ -98371,7 +98371,7 @@ export declare const platformContract: {
|
|
98371
98371
|
}, {
|
98372
98372
|
message: import("zod").ZodString;
|
98373
98373
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
98374
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
98374
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
|
98375
98375
|
readAt: import("zod").ZodDate;
|
98376
98376
|
metadata: import("zod").ZodAny;
|
98377
98377
|
platformId: import("zod").ZodString;
|
@@ -101424,7 +101424,7 @@ export declare const platformContract: {
|
|
101424
101424
|
}, {
|
101425
101425
|
message: import("zod").ZodString;
|
101426
101426
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
101427
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
101427
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
|
101428
101428
|
readAt: import("zod").ZodDate;
|
101429
101429
|
metadata: import("zod").ZodAny;
|
101430
101430
|
platformId: import("zod").ZodString;
|
@@ -102083,7 +102083,7 @@ export declare const platformContract: {
|
|
102083
102083
|
};
|
102084
102084
|
}>;
|
102085
102085
|
}>, "strip", import("zod").ZodTypeAny, {
|
102086
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
102086
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
102087
102087
|
message: string;
|
102088
102088
|
id: string;
|
102089
102089
|
url: string;
|
@@ -102245,7 +102245,7 @@ export declare const platformContract: {
|
|
102245
102245
|
template?: any;
|
102246
102246
|
metadata?: any;
|
102247
102247
|
}, {
|
102248
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
102248
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
102249
102249
|
message: string;
|
102250
102250
|
id: string;
|
102251
102251
|
url: string;
|
@@ -103055,7 +103055,7 @@ export declare const platformContract: {
|
|
103055
103055
|
}, {
|
103056
103056
|
message: import("zod").ZodString;
|
103057
103057
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
103058
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
103058
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
|
103059
103059
|
readAt: import("zod").ZodDate;
|
103060
103060
|
metadata: import("zod").ZodAny;
|
103061
103061
|
platformId: import("zod").ZodString;
|
@@ -106108,7 +106108,7 @@ export declare const platformContract: {
|
|
106108
106108
|
}, {
|
106109
106109
|
message: import("zod").ZodString;
|
106110
106110
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
106111
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
106111
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
|
106112
106112
|
readAt: import("zod").ZodDate;
|
106113
106113
|
metadata: import("zod").ZodAny;
|
106114
106114
|
platformId: import("zod").ZodString;
|
@@ -106767,7 +106767,7 @@ export declare const platformContract: {
|
|
106767
106767
|
};
|
106768
106768
|
}>;
|
106769
106769
|
}>, "strip", import("zod").ZodTypeAny, {
|
106770
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
106770
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
106771
106771
|
message: string;
|
106772
106772
|
id: string;
|
106773
106773
|
url: string;
|
@@ -106929,7 +106929,7 @@ export declare const platformContract: {
|
|
106929
106929
|
template?: any;
|
106930
106930
|
metadata?: any;
|
106931
106931
|
}, {
|
106932
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
106932
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
106933
106933
|
message: string;
|
106934
106934
|
id: string;
|
106935
106935
|
url: string;
|
@@ -107731,7 +107731,7 @@ export declare const platformContract: {
|
|
107731
107731
|
}>;
|
107732
107732
|
editedMessageid: import("zod").ZodString;
|
107733
107733
|
}>, "strip", import("zod").ZodTypeAny, {
|
107734
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
107734
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
107735
107735
|
message: string;
|
107736
107736
|
id: string;
|
107737
107737
|
url: string;
|
@@ -108229,7 +108229,7 @@ export declare const platformContract: {
|
|
108229
108229
|
previewUrl: string;
|
108230
108230
|
imageSetId: string;
|
108231
108231
|
repliedMessage: {
|
108232
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
108232
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
108233
108233
|
message: string;
|
108234
108234
|
id: string;
|
108235
108235
|
url: string;
|
@@ -108439,7 +108439,7 @@ export declare const platformContract: {
|
|
108439
108439
|
template?: any;
|
108440
108440
|
metadata?: any;
|
108441
108441
|
}, {
|
108442
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
108442
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
108443
108443
|
message: string;
|
108444
108444
|
id: string;
|
108445
108445
|
url: string;
|
@@ -108937,7 +108937,7 @@ export declare const platformContract: {
|
|
108937
108937
|
previewUrl: string;
|
108938
108938
|
imageSetId: string;
|
108939
108939
|
repliedMessage: {
|
108940
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
108940
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
108941
108941
|
message: string;
|
108942
108942
|
id: string;
|
108943
108943
|
url: string;
|
@@ -109148,7 +109148,7 @@ export declare const platformContract: {
|
|
109148
109148
|
metadata?: any;
|
109149
109149
|
}>>>;
|
109150
109150
|
}>, "strip", import("zod").ZodTypeAny, {
|
109151
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
109151
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
109152
109152
|
message: string;
|
109153
109153
|
id: string;
|
109154
109154
|
url: string;
|
@@ -109646,7 +109646,7 @@ export declare const platformContract: {
|
|
109646
109646
|
previewUrl: string;
|
109647
109647
|
imageSetId: string;
|
109648
109648
|
repliedMessage: {
|
109649
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
109649
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
109650
109650
|
message: string;
|
109651
109651
|
id: string;
|
109652
109652
|
url: string;
|
@@ -109856,7 +109856,7 @@ export declare const platformContract: {
|
|
109856
109856
|
template?: any;
|
109857
109857
|
metadata?: any;
|
109858
109858
|
fromMessage?: {
|
109859
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
109859
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
109860
109860
|
message: string;
|
109861
109861
|
id: string;
|
109862
109862
|
url: string;
|
@@ -110354,7 +110354,7 @@ export declare const platformContract: {
|
|
110354
110354
|
previewUrl: string;
|
110355
110355
|
imageSetId: string;
|
110356
110356
|
repliedMessage: {
|
110357
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
110357
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
110358
110358
|
message: string;
|
110359
110359
|
id: string;
|
110360
110360
|
url: string;
|
@@ -110565,7 +110565,7 @@ export declare const platformContract: {
|
|
110565
110565
|
metadata?: any;
|
110566
110566
|
} | null | undefined;
|
110567
110567
|
}, {
|
110568
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
110568
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
110569
110569
|
message: string;
|
110570
110570
|
id: string;
|
110571
110571
|
url: string;
|
@@ -111063,7 +111063,7 @@ export declare const platformContract: {
|
|
111063
111063
|
previewUrl: string;
|
111064
111064
|
imageSetId: string;
|
111065
111065
|
repliedMessage: {
|
111066
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
111066
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
111067
111067
|
message: string;
|
111068
111068
|
id: string;
|
111069
111069
|
url: string;
|
@@ -111273,7 +111273,7 @@ export declare const platformContract: {
|
|
111273
111273
|
template?: any;
|
111274
111274
|
metadata?: any;
|
111275
111275
|
fromMessage?: {
|
111276
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
111276
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
111277
111277
|
message: string;
|
111278
111278
|
id: string;
|
111279
111279
|
url: string;
|
@@ -111771,7 +111771,7 @@ export declare const platformContract: {
|
|
111771
111771
|
previewUrl: string;
|
111772
111772
|
imageSetId: string;
|
111773
111773
|
repliedMessage: {
|
111774
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
111774
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
111775
111775
|
message: string;
|
111776
111776
|
id: string;
|
111777
111777
|
url: string;
|
@@ -111984,7 +111984,7 @@ export declare const platformContract: {
|
|
111984
111984
|
}>;
|
111985
111985
|
}>, "strip", import("zod").ZodTypeAny, {
|
111986
111986
|
data: {
|
111987
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
111987
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
111988
111988
|
message: string;
|
111989
111989
|
id: string;
|
111990
111990
|
url: string;
|
@@ -112482,7 +112482,7 @@ export declare const platformContract: {
|
|
112482
112482
|
previewUrl: string;
|
112483
112483
|
imageSetId: string;
|
112484
112484
|
repliedMessage: {
|
112485
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
112485
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
112486
112486
|
message: string;
|
112487
112487
|
id: string;
|
112488
112488
|
url: string;
|
@@ -112692,7 +112692,7 @@ export declare const platformContract: {
|
|
112692
112692
|
template?: any;
|
112693
112693
|
metadata?: any;
|
112694
112694
|
fromMessage?: {
|
112695
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
112695
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
112696
112696
|
message: string;
|
112697
112697
|
id: string;
|
112698
112698
|
url: string;
|
@@ -113190,7 +113190,7 @@ export declare const platformContract: {
|
|
113190
113190
|
previewUrl: string;
|
113191
113191
|
imageSetId: string;
|
113192
113192
|
repliedMessage: {
|
113193
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
113193
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
113194
113194
|
message: string;
|
113195
113195
|
id: string;
|
113196
113196
|
url: string;
|
@@ -113404,7 +113404,7 @@ export declare const platformContract: {
|
|
113404
113404
|
requestId: string;
|
113405
113405
|
}, {
|
113406
113406
|
data: {
|
113407
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
113407
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
113408
113408
|
message: string;
|
113409
113409
|
id: string;
|
113410
113410
|
url: string;
|
@@ -113902,7 +113902,7 @@ export declare const platformContract: {
|
|
113902
113902
|
previewUrl: string;
|
113903
113903
|
imageSetId: string;
|
113904
113904
|
repliedMessage: {
|
113905
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
113905
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
113906
113906
|
message: string;
|
113907
113907
|
id: string;
|
113908
113908
|
url: string;
|
@@ -114112,7 +114112,7 @@ export declare const platformContract: {
|
|
114112
114112
|
template?: any;
|
114113
114113
|
metadata?: any;
|
114114
114114
|
fromMessage?: {
|
114115
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
114115
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
114116
114116
|
message: string;
|
114117
114117
|
id: string;
|
114118
114118
|
url: string;
|
@@ -114610,7 +114610,7 @@ export declare const platformContract: {
|
|
114610
114610
|
previewUrl: string;
|
114611
114611
|
imageSetId: string;
|
114612
114612
|
repliedMessage: {
|
114613
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
114613
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
114614
114614
|
message: string;
|
114615
114615
|
id: string;
|
114616
114616
|
url: string;
|
@@ -116126,7 +116126,7 @@ export declare const platformMessengerContract: {
|
|
116126
116126
|
id: import("zod").ZodOptional<import("zod").ZodString>;
|
116127
116127
|
message: import("zod").ZodOptional<import("zod").ZodString>;
|
116128
116128
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
116129
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
116129
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
|
116130
116130
|
readAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
116131
116131
|
metadata: import("zod").ZodOptional<import("zod").ZodAny>;
|
116132
116132
|
platformId: import("zod").ZodOptional<import("zod").ZodString>;
|
@@ -116181,7 +116181,7 @@ export declare const platformMessengerContract: {
|
|
116181
116181
|
isEdited: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
116182
116182
|
editedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
116183
116183
|
}, "strip", import("zod").ZodTypeAny, {
|
116184
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
116184
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
116185
116185
|
direction: "incoming" | "outgoing" | "system";
|
116186
116186
|
message?: string | undefined;
|
116187
116187
|
id?: string | undefined;
|
@@ -116215,7 +116215,7 @@ export declare const platformMessengerContract: {
|
|
116215
116215
|
isEdited?: boolean | null | undefined;
|
116216
116216
|
editedAt?: string | Date | null | undefined;
|
116217
116217
|
}, {
|
116218
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
116218
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
116219
116219
|
direction: "incoming" | "outgoing" | "system";
|
116220
116220
|
message?: string | undefined;
|
116221
116221
|
id?: string | undefined;
|
@@ -116251,7 +116251,7 @@ export declare const platformMessengerContract: {
|
|
116251
116251
|
}>;
|
116252
116252
|
}, "strip", import("zod").ZodTypeAny, {
|
116253
116253
|
message: {
|
116254
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
116254
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
116255
116255
|
direction: "incoming" | "outgoing" | "system";
|
116256
116256
|
message?: string | undefined;
|
116257
116257
|
id?: string | undefined;
|
@@ -116362,7 +116362,7 @@ export declare const platformMessengerContract: {
|
|
116362
116362
|
isBot: boolean | null;
|
116363
116363
|
}, {
|
116364
116364
|
message: {
|
116365
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
116365
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
116366
116366
|
direction: "incoming" | "outgoing" | "system";
|
116367
116367
|
message?: string | undefined;
|
116368
116368
|
id?: string | undefined;
|
@@ -116486,7 +116486,7 @@ export declare const platformMessengerContract: {
|
|
116486
116486
|
}, {
|
116487
116487
|
message: import("zod").ZodString;
|
116488
116488
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
116489
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
116489
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
|
116490
116490
|
readAt: import("zod").ZodDate;
|
116491
116491
|
metadata: import("zod").ZodAny;
|
116492
116492
|
platformId: import("zod").ZodString;
|
@@ -119539,7 +119539,7 @@ export declare const platformMessengerContract: {
|
|
119539
119539
|
}, {
|
119540
119540
|
message: import("zod").ZodString;
|
119541
119541
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
119542
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
119542
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
|
119543
119543
|
readAt: import("zod").ZodDate;
|
119544
119544
|
metadata: import("zod").ZodAny;
|
119545
119545
|
platformId: import("zod").ZodString;
|
@@ -120198,7 +120198,7 @@ export declare const platformMessengerContract: {
|
|
120198
120198
|
};
|
120199
120199
|
}>;
|
120200
120200
|
}>, "strip", import("zod").ZodTypeAny, {
|
120201
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
120201
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
120202
120202
|
message: string;
|
120203
120203
|
id: string;
|
120204
120204
|
url: string;
|
@@ -120360,7 +120360,7 @@ export declare const platformMessengerContract: {
|
|
120360
120360
|
template?: any;
|
120361
120361
|
metadata?: any;
|
120362
120362
|
}, {
|
120363
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
120363
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
120364
120364
|
message: string;
|
120365
120365
|
id: string;
|
120366
120366
|
url: string;
|
@@ -121170,7 +121170,7 @@ export declare const platformMessengerContract: {
|
|
121170
121170
|
}, {
|
121171
121171
|
message: import("zod").ZodString;
|
121172
121172
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
121173
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
121173
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
|
121174
121174
|
readAt: import("zod").ZodDate;
|
121175
121175
|
metadata: import("zod").ZodAny;
|
121176
121176
|
platformId: import("zod").ZodString;
|
@@ -124223,7 +124223,7 @@ export declare const platformMessengerContract: {
|
|
124223
124223
|
}, {
|
124224
124224
|
message: import("zod").ZodString;
|
124225
124225
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
124226
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
124226
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
|
124227
124227
|
readAt: import("zod").ZodDate;
|
124228
124228
|
metadata: import("zod").ZodAny;
|
124229
124229
|
platformId: import("zod").ZodString;
|
@@ -124882,7 +124882,7 @@ export declare const platformMessengerContract: {
|
|
124882
124882
|
};
|
124883
124883
|
}>;
|
124884
124884
|
}>, "strip", import("zod").ZodTypeAny, {
|
124885
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
124885
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
124886
124886
|
message: string;
|
124887
124887
|
id: string;
|
124888
124888
|
url: string;
|
@@ -125044,7 +125044,7 @@ export declare const platformMessengerContract: {
|
|
125044
125044
|
template?: any;
|
125045
125045
|
metadata?: any;
|
125046
125046
|
}, {
|
125047
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
125047
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
125048
125048
|
message: string;
|
125049
125049
|
id: string;
|
125050
125050
|
url: string;
|
@@ -125846,7 +125846,7 @@ export declare const platformMessengerContract: {
|
|
125846
125846
|
}>;
|
125847
125847
|
editedMessageid: import("zod").ZodString;
|
125848
125848
|
}>, "strip", import("zod").ZodTypeAny, {
|
125849
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
125849
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
125850
125850
|
message: string;
|
125851
125851
|
id: string;
|
125852
125852
|
url: string;
|
@@ -126344,7 +126344,7 @@ export declare const platformMessengerContract: {
|
|
126344
126344
|
previewUrl: string;
|
126345
126345
|
imageSetId: string;
|
126346
126346
|
repliedMessage: {
|
126347
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
126347
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
126348
126348
|
message: string;
|
126349
126349
|
id: string;
|
126350
126350
|
url: string;
|
@@ -126554,7 +126554,7 @@ export declare const platformMessengerContract: {
|
|
126554
126554
|
template?: any;
|
126555
126555
|
metadata?: any;
|
126556
126556
|
}, {
|
126557
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
126557
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
126558
126558
|
message: string;
|
126559
126559
|
id: string;
|
126560
126560
|
url: string;
|
@@ -127052,7 +127052,7 @@ export declare const platformMessengerContract: {
|
|
127052
127052
|
previewUrl: string;
|
127053
127053
|
imageSetId: string;
|
127054
127054
|
repliedMessage: {
|
127055
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
127055
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
127056
127056
|
message: string;
|
127057
127057
|
id: string;
|
127058
127058
|
url: string;
|
@@ -127263,7 +127263,7 @@ export declare const platformMessengerContract: {
|
|
127263
127263
|
metadata?: any;
|
127264
127264
|
}>>>;
|
127265
127265
|
}>, "strip", import("zod").ZodTypeAny, {
|
127266
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
127266
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
127267
127267
|
message: string;
|
127268
127268
|
id: string;
|
127269
127269
|
url: string;
|
@@ -127761,7 +127761,7 @@ export declare const platformMessengerContract: {
|
|
127761
127761
|
previewUrl: string;
|
127762
127762
|
imageSetId: string;
|
127763
127763
|
repliedMessage: {
|
127764
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
127764
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
127765
127765
|
message: string;
|
127766
127766
|
id: string;
|
127767
127767
|
url: string;
|
@@ -127971,7 +127971,7 @@ export declare const platformMessengerContract: {
|
|
127971
127971
|
template?: any;
|
127972
127972
|
metadata?: any;
|
127973
127973
|
fromMessage?: {
|
127974
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
127974
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
127975
127975
|
message: string;
|
127976
127976
|
id: string;
|
127977
127977
|
url: string;
|
@@ -128469,7 +128469,7 @@ export declare const platformMessengerContract: {
|
|
128469
128469
|
previewUrl: string;
|
128470
128470
|
imageSetId: string;
|
128471
128471
|
repliedMessage: {
|
128472
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
128472
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
128473
128473
|
message: string;
|
128474
128474
|
id: string;
|
128475
128475
|
url: string;
|
@@ -128680,7 +128680,7 @@ export declare const platformMessengerContract: {
|
|
128680
128680
|
metadata?: any;
|
128681
128681
|
} | null | undefined;
|
128682
128682
|
}, {
|
128683
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
128683
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
128684
128684
|
message: string;
|
128685
128685
|
id: string;
|
128686
128686
|
url: string;
|
@@ -129178,7 +129178,7 @@ export declare const platformMessengerContract: {
|
|
129178
129178
|
previewUrl: string;
|
129179
129179
|
imageSetId: string;
|
129180
129180
|
repliedMessage: {
|
129181
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
129181
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
129182
129182
|
message: string;
|
129183
129183
|
id: string;
|
129184
129184
|
url: string;
|
@@ -129388,7 +129388,7 @@ export declare const platformMessengerContract: {
|
|
129388
129388
|
template?: any;
|
129389
129389
|
metadata?: any;
|
129390
129390
|
fromMessage?: {
|
129391
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
129391
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
129392
129392
|
message: string;
|
129393
129393
|
id: string;
|
129394
129394
|
url: string;
|
@@ -129886,7 +129886,7 @@ export declare const platformMessengerContract: {
|
|
129886
129886
|
previewUrl: string;
|
129887
129887
|
imageSetId: string;
|
129888
129888
|
repliedMessage: {
|
129889
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
129889
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
129890
129890
|
message: string;
|
129891
129891
|
id: string;
|
129892
129892
|
url: string;
|
@@ -130099,7 +130099,7 @@ export declare const platformMessengerContract: {
|
|
130099
130099
|
}>;
|
130100
130100
|
}>, "strip", import("zod").ZodTypeAny, {
|
130101
130101
|
data: {
|
130102
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
130102
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
130103
130103
|
message: string;
|
130104
130104
|
id: string;
|
130105
130105
|
url: string;
|
@@ -130597,7 +130597,7 @@ export declare const platformMessengerContract: {
|
|
130597
130597
|
previewUrl: string;
|
130598
130598
|
imageSetId: string;
|
130599
130599
|
repliedMessage: {
|
130600
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
130600
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
130601
130601
|
message: string;
|
130602
130602
|
id: string;
|
130603
130603
|
url: string;
|
@@ -130807,7 +130807,7 @@ export declare const platformMessengerContract: {
|
|
130807
130807
|
template?: any;
|
130808
130808
|
metadata?: any;
|
130809
130809
|
fromMessage?: {
|
130810
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
130810
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
130811
130811
|
message: string;
|
130812
130812
|
id: string;
|
130813
130813
|
url: string;
|
@@ -131305,7 +131305,7 @@ export declare const platformMessengerContract: {
|
|
131305
131305
|
previewUrl: string;
|
131306
131306
|
imageSetId: string;
|
131307
131307
|
repliedMessage: {
|
131308
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
131308
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
131309
131309
|
message: string;
|
131310
131310
|
id: string;
|
131311
131311
|
url: string;
|
@@ -131519,7 +131519,7 @@ export declare const platformMessengerContract: {
|
|
131519
131519
|
requestId: string;
|
131520
131520
|
}, {
|
131521
131521
|
data: {
|
131522
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
131522
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
131523
131523
|
message: string;
|
131524
131524
|
id: string;
|
131525
131525
|
url: string;
|
@@ -132017,7 +132017,7 @@ export declare const platformMessengerContract: {
|
|
132017
132017
|
previewUrl: string;
|
132018
132018
|
imageSetId: string;
|
132019
132019
|
repliedMessage: {
|
132020
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
132020
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
132021
132021
|
message: string;
|
132022
132022
|
id: string;
|
132023
132023
|
url: string;
|
@@ -132227,7 +132227,7 @@ export declare const platformMessengerContract: {
|
|
132227
132227
|
template?: any;
|
132228
132228
|
metadata?: any;
|
132229
132229
|
fromMessage?: {
|
132230
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
132230
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
132231
132231
|
message: string;
|
132232
132232
|
id: string;
|
132233
132233
|
url: string;
|
@@ -132725,7 +132725,7 @@ export declare const platformMessengerContract: {
|
|
132725
132725
|
previewUrl: string;
|
132726
132726
|
imageSetId: string;
|
132727
132727
|
repliedMessage: {
|
132728
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
132728
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
132729
132729
|
message: string;
|
132730
132730
|
id: string;
|
132731
132731
|
url: string;
|
@@ -135124,7 +135124,7 @@ export declare const platformInstagramContract: {
|
|
135124
135124
|
id: import("zod").ZodOptional<import("zod").ZodString>;
|
135125
135125
|
message: import("zod").ZodOptional<import("zod").ZodString>;
|
135126
135126
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
135127
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
135127
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
|
135128
135128
|
readAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
135129
135129
|
metadata: import("zod").ZodOptional<import("zod").ZodAny>;
|
135130
135130
|
platformId: import("zod").ZodOptional<import("zod").ZodString>;
|
@@ -135179,7 +135179,7 @@ export declare const platformInstagramContract: {
|
|
135179
135179
|
isEdited: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
135180
135180
|
editedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
135181
135181
|
}, "strip", import("zod").ZodTypeAny, {
|
135182
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
135182
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
135183
135183
|
direction: "incoming" | "outgoing" | "system";
|
135184
135184
|
message?: string | undefined;
|
135185
135185
|
id?: string | undefined;
|
@@ -135213,7 +135213,7 @@ export declare const platformInstagramContract: {
|
|
135213
135213
|
isEdited?: boolean | null | undefined;
|
135214
135214
|
editedAt?: string | Date | null | undefined;
|
135215
135215
|
}, {
|
135216
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
135216
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
135217
135217
|
direction: "incoming" | "outgoing" | "system";
|
135218
135218
|
message?: string | undefined;
|
135219
135219
|
id?: string | undefined;
|
@@ -135249,7 +135249,7 @@ export declare const platformInstagramContract: {
|
|
135249
135249
|
}>;
|
135250
135250
|
}, "strip", import("zod").ZodTypeAny, {
|
135251
135251
|
message: {
|
135252
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
135252
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
135253
135253
|
direction: "incoming" | "outgoing" | "system";
|
135254
135254
|
message?: string | undefined;
|
135255
135255
|
id?: string | undefined;
|
@@ -135360,7 +135360,7 @@ export declare const platformInstagramContract: {
|
|
135360
135360
|
isBot: boolean | null;
|
135361
135361
|
}, {
|
135362
135362
|
message: {
|
135363
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
135363
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
135364
135364
|
direction: "incoming" | "outgoing" | "system";
|
135365
135365
|
message?: string | undefined;
|
135366
135366
|
id?: string | undefined;
|
@@ -135484,7 +135484,7 @@ export declare const platformInstagramContract: {
|
|
135484
135484
|
}, {
|
135485
135485
|
message: import("zod").ZodString;
|
135486
135486
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
135487
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
135487
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
|
135488
135488
|
readAt: import("zod").ZodDate;
|
135489
135489
|
metadata: import("zod").ZodAny;
|
135490
135490
|
platformId: import("zod").ZodString;
|
@@ -138537,7 +138537,7 @@ export declare const platformInstagramContract: {
|
|
138537
138537
|
}, {
|
138538
138538
|
message: import("zod").ZodString;
|
138539
138539
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
138540
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
138540
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
|
138541
138541
|
readAt: import("zod").ZodDate;
|
138542
138542
|
metadata: import("zod").ZodAny;
|
138543
138543
|
platformId: import("zod").ZodString;
|
@@ -139196,7 +139196,7 @@ export declare const platformInstagramContract: {
|
|
139196
139196
|
};
|
139197
139197
|
}>;
|
139198
139198
|
}>, "strip", import("zod").ZodTypeAny, {
|
139199
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
139199
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
139200
139200
|
message: string;
|
139201
139201
|
id: string;
|
139202
139202
|
url: string;
|
@@ -139358,7 +139358,7 @@ export declare const platformInstagramContract: {
|
|
139358
139358
|
template?: any;
|
139359
139359
|
metadata?: any;
|
139360
139360
|
}, {
|
139361
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
139361
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
139362
139362
|
message: string;
|
139363
139363
|
id: string;
|
139364
139364
|
url: string;
|
@@ -140168,7 +140168,7 @@ export declare const platformInstagramContract: {
|
|
140168
140168
|
}, {
|
140169
140169
|
message: import("zod").ZodString;
|
140170
140170
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
140171
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
140171
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
|
140172
140172
|
readAt: import("zod").ZodDate;
|
140173
140173
|
metadata: import("zod").ZodAny;
|
140174
140174
|
platformId: import("zod").ZodString;
|
@@ -143221,7 +143221,7 @@ export declare const platformInstagramContract: {
|
|
143221
143221
|
}, {
|
143222
143222
|
message: import("zod").ZodString;
|
143223
143223
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
143224
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
143224
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
|
143225
143225
|
readAt: import("zod").ZodDate;
|
143226
143226
|
metadata: import("zod").ZodAny;
|
143227
143227
|
platformId: import("zod").ZodString;
|
@@ -143880,7 +143880,7 @@ export declare const platformInstagramContract: {
|
|
143880
143880
|
};
|
143881
143881
|
}>;
|
143882
143882
|
}>, "strip", import("zod").ZodTypeAny, {
|
143883
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
143883
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
143884
143884
|
message: string;
|
143885
143885
|
id: string;
|
143886
143886
|
url: string;
|
@@ -144042,7 +144042,7 @@ export declare const platformInstagramContract: {
|
|
144042
144042
|
template?: any;
|
144043
144043
|
metadata?: any;
|
144044
144044
|
}, {
|
144045
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
144045
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
144046
144046
|
message: string;
|
144047
144047
|
id: string;
|
144048
144048
|
url: string;
|
@@ -144844,7 +144844,7 @@ export declare const platformInstagramContract: {
|
|
144844
144844
|
}>;
|
144845
144845
|
editedMessageid: import("zod").ZodString;
|
144846
144846
|
}>, "strip", import("zod").ZodTypeAny, {
|
144847
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
144847
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
144848
144848
|
message: string;
|
144849
144849
|
id: string;
|
144850
144850
|
url: string;
|
@@ -145342,7 +145342,7 @@ export declare const platformInstagramContract: {
|
|
145342
145342
|
previewUrl: string;
|
145343
145343
|
imageSetId: string;
|
145344
145344
|
repliedMessage: {
|
145345
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
145345
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
145346
145346
|
message: string;
|
145347
145347
|
id: string;
|
145348
145348
|
url: string;
|
@@ -145552,7 +145552,7 @@ export declare const platformInstagramContract: {
|
|
145552
145552
|
template?: any;
|
145553
145553
|
metadata?: any;
|
145554
145554
|
}, {
|
145555
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
145555
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
145556
145556
|
message: string;
|
145557
145557
|
id: string;
|
145558
145558
|
url: string;
|
@@ -146050,7 +146050,7 @@ export declare const platformInstagramContract: {
|
|
146050
146050
|
previewUrl: string;
|
146051
146051
|
imageSetId: string;
|
146052
146052
|
repliedMessage: {
|
146053
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
146053
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
146054
146054
|
message: string;
|
146055
146055
|
id: string;
|
146056
146056
|
url: string;
|
@@ -146261,7 +146261,7 @@ export declare const platformInstagramContract: {
|
|
146261
146261
|
metadata?: any;
|
146262
146262
|
}>>>;
|
146263
146263
|
}>, "strip", import("zod").ZodTypeAny, {
|
146264
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
146264
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
146265
146265
|
message: string;
|
146266
146266
|
id: string;
|
146267
146267
|
url: string;
|
@@ -146759,7 +146759,7 @@ export declare const platformInstagramContract: {
|
|
146759
146759
|
previewUrl: string;
|
146760
146760
|
imageSetId: string;
|
146761
146761
|
repliedMessage: {
|
146762
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
146762
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
146763
146763
|
message: string;
|
146764
146764
|
id: string;
|
146765
146765
|
url: string;
|
@@ -146969,7 +146969,7 @@ export declare const platformInstagramContract: {
|
|
146969
146969
|
template?: any;
|
146970
146970
|
metadata?: any;
|
146971
146971
|
fromMessage?: {
|
146972
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
146972
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
146973
146973
|
message: string;
|
146974
146974
|
id: string;
|
146975
146975
|
url: string;
|
@@ -147467,7 +147467,7 @@ export declare const platformInstagramContract: {
|
|
147467
147467
|
previewUrl: string;
|
147468
147468
|
imageSetId: string;
|
147469
147469
|
repliedMessage: {
|
147470
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
147470
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
147471
147471
|
message: string;
|
147472
147472
|
id: string;
|
147473
147473
|
url: string;
|
@@ -147678,7 +147678,7 @@ export declare const platformInstagramContract: {
|
|
147678
147678
|
metadata?: any;
|
147679
147679
|
} | null | undefined;
|
147680
147680
|
}, {
|
147681
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
147681
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
147682
147682
|
message: string;
|
147683
147683
|
id: string;
|
147684
147684
|
url: string;
|
@@ -148176,7 +148176,7 @@ export declare const platformInstagramContract: {
|
|
148176
148176
|
previewUrl: string;
|
148177
148177
|
imageSetId: string;
|
148178
148178
|
repliedMessage: {
|
148179
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
148179
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
148180
148180
|
message: string;
|
148181
148181
|
id: string;
|
148182
148182
|
url: string;
|
@@ -148386,7 +148386,7 @@ export declare const platformInstagramContract: {
|
|
148386
148386
|
template?: any;
|
148387
148387
|
metadata?: any;
|
148388
148388
|
fromMessage?: {
|
148389
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
148389
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
148390
148390
|
message: string;
|
148391
148391
|
id: string;
|
148392
148392
|
url: string;
|
@@ -148884,7 +148884,7 @@ export declare const platformInstagramContract: {
|
|
148884
148884
|
previewUrl: string;
|
148885
148885
|
imageSetId: string;
|
148886
148886
|
repliedMessage: {
|
148887
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
148887
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
148888
148888
|
message: string;
|
148889
148889
|
id: string;
|
148890
148890
|
url: string;
|
@@ -149097,7 +149097,7 @@ export declare const platformInstagramContract: {
|
|
149097
149097
|
}>;
|
149098
149098
|
}>, "strip", import("zod").ZodTypeAny, {
|
149099
149099
|
data: {
|
149100
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
149100
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
149101
149101
|
message: string;
|
149102
149102
|
id: string;
|
149103
149103
|
url: string;
|
@@ -149595,7 +149595,7 @@ export declare const platformInstagramContract: {
|
|
149595
149595
|
previewUrl: string;
|
149596
149596
|
imageSetId: string;
|
149597
149597
|
repliedMessage: {
|
149598
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
149598
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
149599
149599
|
message: string;
|
149600
149600
|
id: string;
|
149601
149601
|
url: string;
|
@@ -149805,7 +149805,7 @@ export declare const platformInstagramContract: {
|
|
149805
149805
|
template?: any;
|
149806
149806
|
metadata?: any;
|
149807
149807
|
fromMessage?: {
|
149808
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
149808
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
149809
149809
|
message: string;
|
149810
149810
|
id: string;
|
149811
149811
|
url: string;
|
@@ -150303,7 +150303,7 @@ export declare const platformInstagramContract: {
|
|
150303
150303
|
previewUrl: string;
|
150304
150304
|
imageSetId: string;
|
150305
150305
|
repliedMessage: {
|
150306
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
150306
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
150307
150307
|
message: string;
|
150308
150308
|
id: string;
|
150309
150309
|
url: string;
|
@@ -150517,7 +150517,7 @@ export declare const platformInstagramContract: {
|
|
150517
150517
|
requestId: string;
|
150518
150518
|
}, {
|
150519
150519
|
data: {
|
150520
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
150520
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
150521
150521
|
message: string;
|
150522
150522
|
id: string;
|
150523
150523
|
url: string;
|
@@ -151015,7 +151015,7 @@ export declare const platformInstagramContract: {
|
|
151015
151015
|
previewUrl: string;
|
151016
151016
|
imageSetId: string;
|
151017
151017
|
repliedMessage: {
|
151018
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
151018
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
151019
151019
|
message: string;
|
151020
151020
|
id: string;
|
151021
151021
|
url: string;
|
@@ -151225,7 +151225,7 @@ export declare const platformInstagramContract: {
|
|
151225
151225
|
template?: any;
|
151226
151226
|
metadata?: any;
|
151227
151227
|
fromMessage?: {
|
151228
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
151228
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
151229
151229
|
message: string;
|
151230
151230
|
id: string;
|
151231
151231
|
url: string;
|
@@ -151723,7 +151723,7 @@ export declare const platformInstagramContract: {
|
|
151723
151723
|
previewUrl: string;
|
151724
151724
|
imageSetId: string;
|
151725
151725
|
repliedMessage: {
|
151726
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
151726
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
151727
151727
|
message: string;
|
151728
151728
|
id: string;
|
151729
151729
|
url: string;
|
@@ -155221,7 +155221,7 @@ export declare const platformSMSContract: {
|
|
155221
155221
|
id: import("zod").ZodOptional<import("zod").ZodString>;
|
155222
155222
|
message: import("zod").ZodOptional<import("zod").ZodString>;
|
155223
155223
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
155224
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
155224
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
|
155225
155225
|
readAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
155226
155226
|
metadata: import("zod").ZodOptional<import("zod").ZodAny>;
|
155227
155227
|
platformId: import("zod").ZodOptional<import("zod").ZodString>;
|
@@ -155276,7 +155276,7 @@ export declare const platformSMSContract: {
|
|
155276
155276
|
isEdited: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
155277
155277
|
editedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
155278
155278
|
}, "strip", import("zod").ZodTypeAny, {
|
155279
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
155279
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
155280
155280
|
direction: "incoming" | "outgoing" | "system";
|
155281
155281
|
message?: string | undefined;
|
155282
155282
|
id?: string | undefined;
|
@@ -155310,7 +155310,7 @@ export declare const platformSMSContract: {
|
|
155310
155310
|
isEdited?: boolean | null | undefined;
|
155311
155311
|
editedAt?: string | Date | null | undefined;
|
155312
155312
|
}, {
|
155313
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
155313
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
155314
155314
|
direction: "incoming" | "outgoing" | "system";
|
155315
155315
|
message?: string | undefined;
|
155316
155316
|
id?: string | undefined;
|
@@ -155346,7 +155346,7 @@ export declare const platformSMSContract: {
|
|
155346
155346
|
}>;
|
155347
155347
|
}, "strip", import("zod").ZodTypeAny, {
|
155348
155348
|
message: {
|
155349
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
155349
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
155350
155350
|
direction: "incoming" | "outgoing" | "system";
|
155351
155351
|
message?: string | undefined;
|
155352
155352
|
id?: string | undefined;
|
@@ -155457,7 +155457,7 @@ export declare const platformSMSContract: {
|
|
155457
155457
|
isBot: boolean | null;
|
155458
155458
|
}, {
|
155459
155459
|
message: {
|
155460
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
155460
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
155461
155461
|
direction: "incoming" | "outgoing" | "system";
|
155462
155462
|
message?: string | undefined;
|
155463
155463
|
id?: string | undefined;
|
@@ -159337,7 +159337,7 @@ export declare const facebookFeedContract: {
|
|
159337
159337
|
id: import("zod").ZodOptional<import("zod").ZodString>;
|
159338
159338
|
message: import("zod").ZodOptional<import("zod").ZodString>;
|
159339
159339
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
159340
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
159340
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
|
159341
159341
|
readAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
159342
159342
|
metadata: import("zod").ZodOptional<import("zod").ZodAny>;
|
159343
159343
|
platformId: import("zod").ZodOptional<import("zod").ZodString>;
|
@@ -159392,7 +159392,7 @@ export declare const facebookFeedContract: {
|
|
159392
159392
|
isEdited: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
159393
159393
|
editedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
159394
159394
|
}, "strip", import("zod").ZodTypeAny, {
|
159395
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
159395
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
159396
159396
|
direction: "incoming" | "outgoing" | "system";
|
159397
159397
|
message?: string | undefined;
|
159398
159398
|
id?: string | undefined;
|
@@ -159426,7 +159426,7 @@ export declare const facebookFeedContract: {
|
|
159426
159426
|
isEdited?: boolean | null | undefined;
|
159427
159427
|
editedAt?: string | Date | null | undefined;
|
159428
159428
|
}, {
|
159429
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
159429
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
159430
159430
|
direction: "incoming" | "outgoing" | "system";
|
159431
159431
|
message?: string | undefined;
|
159432
159432
|
id?: string | undefined;
|
@@ -159473,7 +159473,7 @@ export declare const facebookFeedContract: {
|
|
159473
159473
|
}>>;
|
159474
159474
|
}>, "strip", import("zod").ZodTypeAny, {
|
159475
159475
|
message: {
|
159476
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
159476
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
159477
159477
|
direction: "incoming" | "outgoing" | "system";
|
159478
159478
|
message?: string | undefined;
|
159479
159479
|
id?: string | undefined;
|
@@ -159588,7 +159588,7 @@ export declare const facebookFeedContract: {
|
|
159588
159588
|
} | undefined;
|
159589
159589
|
}, {
|
159590
159590
|
message: {
|
159591
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
159591
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
159592
159592
|
direction: "incoming" | "outgoing" | "system";
|
159593
159593
|
message?: string | undefined;
|
159594
159594
|
id?: string | undefined;
|
@@ -159716,7 +159716,7 @@ export declare const facebookFeedContract: {
|
|
159716
159716
|
}, {
|
159717
159717
|
message: import("zod").ZodString;
|
159718
159718
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
159719
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
159719
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
|
159720
159720
|
readAt: import("zod").ZodDate;
|
159721
159721
|
metadata: import("zod").ZodAny;
|
159722
159722
|
platformId: import("zod").ZodString;
|
@@ -162769,7 +162769,7 @@ export declare const facebookFeedContract: {
|
|
162769
162769
|
}, {
|
162770
162770
|
message: import("zod").ZodString;
|
162771
162771
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
162772
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
162772
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
|
162773
162773
|
readAt: import("zod").ZodDate;
|
162774
162774
|
metadata: import("zod").ZodAny;
|
162775
162775
|
platformId: import("zod").ZodString;
|
@@ -163428,7 +163428,7 @@ export declare const facebookFeedContract: {
|
|
163428
163428
|
};
|
163429
163429
|
}>;
|
163430
163430
|
}>, "strip", import("zod").ZodTypeAny, {
|
163431
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
163431
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
163432
163432
|
message: string;
|
163433
163433
|
id: string;
|
163434
163434
|
url: string;
|
@@ -163590,7 +163590,7 @@ export declare const facebookFeedContract: {
|
|
163590
163590
|
template?: any;
|
163591
163591
|
metadata?: any;
|
163592
163592
|
}, {
|
163593
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
163593
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
163594
163594
|
message: string;
|
163595
163595
|
id: string;
|
163596
163596
|
url: string;
|
@@ -164400,7 +164400,7 @@ export declare const facebookFeedContract: {
|
|
164400
164400
|
}, {
|
164401
164401
|
message: import("zod").ZodString;
|
164402
164402
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
164403
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
164403
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
|
164404
164404
|
readAt: import("zod").ZodDate;
|
164405
164405
|
metadata: import("zod").ZodAny;
|
164406
164406
|
platformId: import("zod").ZodString;
|
@@ -167453,7 +167453,7 @@ export declare const facebookFeedContract: {
|
|
167453
167453
|
}, {
|
167454
167454
|
message: import("zod").ZodString;
|
167455
167455
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
167456
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
167456
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
|
167457
167457
|
readAt: import("zod").ZodDate;
|
167458
167458
|
metadata: import("zod").ZodAny;
|
167459
167459
|
platformId: import("zod").ZodString;
|
@@ -168112,7 +168112,7 @@ export declare const facebookFeedContract: {
|
|
168112
168112
|
};
|
168113
168113
|
}>;
|
168114
168114
|
}>, "strip", import("zod").ZodTypeAny, {
|
168115
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
168115
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
168116
168116
|
message: string;
|
168117
168117
|
id: string;
|
168118
168118
|
url: string;
|
@@ -168274,7 +168274,7 @@ export declare const facebookFeedContract: {
|
|
168274
168274
|
template?: any;
|
168275
168275
|
metadata?: any;
|
168276
168276
|
}, {
|
168277
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
168277
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
168278
168278
|
message: string;
|
168279
168279
|
id: string;
|
168280
168280
|
url: string;
|
@@ -169076,7 +169076,7 @@ export declare const facebookFeedContract: {
|
|
169076
169076
|
}>;
|
169077
169077
|
editedMessageid: import("zod").ZodString;
|
169078
169078
|
}>, "strip", import("zod").ZodTypeAny, {
|
169079
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
169079
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
169080
169080
|
message: string;
|
169081
169081
|
id: string;
|
169082
169082
|
url: string;
|
@@ -169574,7 +169574,7 @@ export declare const facebookFeedContract: {
|
|
169574
169574
|
previewUrl: string;
|
169575
169575
|
imageSetId: string;
|
169576
169576
|
repliedMessage: {
|
169577
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
169577
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
169578
169578
|
message: string;
|
169579
169579
|
id: string;
|
169580
169580
|
url: string;
|
@@ -169784,7 +169784,7 @@ export declare const facebookFeedContract: {
|
|
169784
169784
|
template?: any;
|
169785
169785
|
metadata?: any;
|
169786
169786
|
}, {
|
169787
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
169787
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
169788
169788
|
message: string;
|
169789
169789
|
id: string;
|
169790
169790
|
url: string;
|
@@ -170282,7 +170282,7 @@ export declare const facebookFeedContract: {
|
|
170282
170282
|
previewUrl: string;
|
170283
170283
|
imageSetId: string;
|
170284
170284
|
repliedMessage: {
|
170285
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
170285
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
170286
170286
|
message: string;
|
170287
170287
|
id: string;
|
170288
170288
|
url: string;
|
@@ -170493,7 +170493,7 @@ export declare const facebookFeedContract: {
|
|
170493
170493
|
metadata?: any;
|
170494
170494
|
}>>>;
|
170495
170495
|
}>, "strip", import("zod").ZodTypeAny, {
|
170496
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
170496
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
170497
170497
|
message: string;
|
170498
170498
|
id: string;
|
170499
170499
|
url: string;
|
@@ -170991,7 +170991,7 @@ export declare const facebookFeedContract: {
|
|
170991
170991
|
previewUrl: string;
|
170992
170992
|
imageSetId: string;
|
170993
170993
|
repliedMessage: {
|
170994
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
170994
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
170995
170995
|
message: string;
|
170996
170996
|
id: string;
|
170997
170997
|
url: string;
|
@@ -171201,7 +171201,7 @@ export declare const facebookFeedContract: {
|
|
171201
171201
|
template?: any;
|
171202
171202
|
metadata?: any;
|
171203
171203
|
fromMessage?: {
|
171204
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
171204
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
171205
171205
|
message: string;
|
171206
171206
|
id: string;
|
171207
171207
|
url: string;
|
@@ -171699,7 +171699,7 @@ export declare const facebookFeedContract: {
|
|
171699
171699
|
previewUrl: string;
|
171700
171700
|
imageSetId: string;
|
171701
171701
|
repliedMessage: {
|
171702
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
171702
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
171703
171703
|
message: string;
|
171704
171704
|
id: string;
|
171705
171705
|
url: string;
|
@@ -171910,7 +171910,7 @@ export declare const facebookFeedContract: {
|
|
171910
171910
|
metadata?: any;
|
171911
171911
|
} | null | undefined;
|
171912
171912
|
}, {
|
171913
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
171913
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
171914
171914
|
message: string;
|
171915
171915
|
id: string;
|
171916
171916
|
url: string;
|
@@ -172408,7 +172408,7 @@ export declare const facebookFeedContract: {
|
|
172408
172408
|
previewUrl: string;
|
172409
172409
|
imageSetId: string;
|
172410
172410
|
repliedMessage: {
|
172411
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
172411
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
172412
172412
|
message: string;
|
172413
172413
|
id: string;
|
172414
172414
|
url: string;
|
@@ -172618,7 +172618,7 @@ export declare const facebookFeedContract: {
|
|
172618
172618
|
template?: any;
|
172619
172619
|
metadata?: any;
|
172620
172620
|
fromMessage?: {
|
172621
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
172621
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
172622
172622
|
message: string;
|
172623
172623
|
id: string;
|
172624
172624
|
url: string;
|
@@ -173116,7 +173116,7 @@ export declare const facebookFeedContract: {
|
|
173116
173116
|
previewUrl: string;
|
173117
173117
|
imageSetId: string;
|
173118
173118
|
repliedMessage: {
|
173119
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
173119
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
173120
173120
|
message: string;
|
173121
173121
|
id: string;
|
173122
173122
|
url: string;
|
@@ -173329,7 +173329,7 @@ export declare const facebookFeedContract: {
|
|
173329
173329
|
}>;
|
173330
173330
|
}>, "strip", import("zod").ZodTypeAny, {
|
173331
173331
|
data: {
|
173332
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
173332
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
173333
173333
|
message: string;
|
173334
173334
|
id: string;
|
173335
173335
|
url: string;
|
@@ -173827,7 +173827,7 @@ export declare const facebookFeedContract: {
|
|
173827
173827
|
previewUrl: string;
|
173828
173828
|
imageSetId: string;
|
173829
173829
|
repliedMessage: {
|
173830
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
173830
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
173831
173831
|
message: string;
|
173832
173832
|
id: string;
|
173833
173833
|
url: string;
|
@@ -174037,7 +174037,7 @@ export declare const facebookFeedContract: {
|
|
174037
174037
|
template?: any;
|
174038
174038
|
metadata?: any;
|
174039
174039
|
fromMessage?: {
|
174040
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
174040
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
174041
174041
|
message: string;
|
174042
174042
|
id: string;
|
174043
174043
|
url: string;
|
@@ -174535,7 +174535,7 @@ export declare const facebookFeedContract: {
|
|
174535
174535
|
previewUrl: string;
|
174536
174536
|
imageSetId: string;
|
174537
174537
|
repliedMessage: {
|
174538
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
174538
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
174539
174539
|
message: string;
|
174540
174540
|
id: string;
|
174541
174541
|
url: string;
|
@@ -174749,7 +174749,7 @@ export declare const facebookFeedContract: {
|
|
174749
174749
|
requestId: string;
|
174750
174750
|
}, {
|
174751
174751
|
data: {
|
174752
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
174752
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
174753
174753
|
message: string;
|
174754
174754
|
id: string;
|
174755
174755
|
url: string;
|
@@ -175247,7 +175247,7 @@ export declare const facebookFeedContract: {
|
|
175247
175247
|
previewUrl: string;
|
175248
175248
|
imageSetId: string;
|
175249
175249
|
repliedMessage: {
|
175250
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
175250
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
175251
175251
|
message: string;
|
175252
175252
|
id: string;
|
175253
175253
|
url: string;
|
@@ -175457,7 +175457,7 @@ export declare const facebookFeedContract: {
|
|
175457
175457
|
template?: any;
|
175458
175458
|
metadata?: any;
|
175459
175459
|
fromMessage?: {
|
175460
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
175460
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
175461
175461
|
message: string;
|
175462
175462
|
id: string;
|
175463
175463
|
url: string;
|
@@ -175955,7 +175955,7 @@ export declare const facebookFeedContract: {
|
|
175955
175955
|
previewUrl: string;
|
175956
175956
|
imageSetId: string;
|
175957
175957
|
repliedMessage: {
|
175958
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
175958
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
175959
175959
|
message: string;
|
175960
175960
|
id: string;
|
175961
175961
|
url: string;
|
@@ -176400,7 +176400,7 @@ export declare const facebookFeedContract: {
|
|
176400
176400
|
id: import("zod").ZodOptional<import("zod").ZodString>;
|
176401
176401
|
message: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
176402
176402
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
176403
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
176403
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
|
176404
176404
|
readAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
176405
176405
|
metadata: import("zod").ZodOptional<import("zod").ZodAny>;
|
176406
176406
|
platformId: import("zod").ZodOptional<import("zod").ZodString>;
|
@@ -176452,7 +176452,7 @@ export declare const facebookFeedContract: {
|
|
176452
176452
|
parentMessageId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
176453
176453
|
feedPostId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
176454
176454
|
}, "strip", import("zod").ZodTypeAny, {
|
176455
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
176455
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
176456
176456
|
direction: "incoming" | "outgoing" | "system";
|
176457
176457
|
message?: string | null | undefined;
|
176458
176458
|
id?: string | undefined;
|
@@ -176483,7 +176483,7 @@ export declare const facebookFeedContract: {
|
|
176483
176483
|
parentMessageId?: string | null | undefined;
|
176484
176484
|
feedPostId?: string | null | undefined;
|
176485
176485
|
}, {
|
176486
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
176486
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
176487
176487
|
direction: "incoming" | "outgoing" | "system";
|
176488
176488
|
message?: string | null | undefined;
|
176489
176489
|
id?: string | undefined;
|
@@ -176516,7 +176516,7 @@ export declare const facebookFeedContract: {
|
|
176516
176516
|
}>;
|
176517
176517
|
}, "strip", import("zod").ZodTypeAny, {
|
176518
176518
|
message: {
|
176519
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
176519
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
176520
176520
|
direction: "incoming" | "outgoing" | "system";
|
176521
176521
|
message?: string | null | undefined;
|
176522
176522
|
id?: string | undefined;
|
@@ -176583,7 +176583,7 @@ export declare const facebookFeedContract: {
|
|
176583
176583
|
};
|
176584
176584
|
}, {
|
176585
176585
|
message: {
|
176586
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
176586
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
176587
176587
|
direction: "incoming" | "outgoing" | "system";
|
176588
176588
|
message?: string | null | undefined;
|
176589
176589
|
id?: string | undefined;
|
@@ -176861,7 +176861,7 @@ export declare const facebookFeedContract: {
|
|
176861
176861
|
id: import("zod").ZodOptional<import("zod").ZodString>;
|
176862
176862
|
message: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
176863
176863
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
176864
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
176864
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
|
176865
176865
|
readAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
176866
176866
|
metadata: import("zod").ZodOptional<import("zod").ZodAny>;
|
176867
176867
|
platformId: import("zod").ZodOptional<import("zod").ZodString>;
|
@@ -176913,7 +176913,7 @@ export declare const facebookFeedContract: {
|
|
176913
176913
|
parentMessageId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
176914
176914
|
feedPostId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
176915
176915
|
}, "strip", import("zod").ZodTypeAny, {
|
176916
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
176916
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
176917
176917
|
direction: "incoming" | "outgoing" | "system";
|
176918
176918
|
message?: string | null | undefined;
|
176919
176919
|
id?: string | undefined;
|
@@ -176944,7 +176944,7 @@ export declare const facebookFeedContract: {
|
|
176944
176944
|
parentMessageId?: string | null | undefined;
|
176945
176945
|
feedPostId?: string | null | undefined;
|
176946
176946
|
}, {
|
176947
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
176947
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
176948
176948
|
direction: "incoming" | "outgoing" | "system";
|
176949
176949
|
message?: string | null | undefined;
|
176950
176950
|
id?: string | undefined;
|
@@ -176977,7 +176977,7 @@ export declare const facebookFeedContract: {
|
|
176977
176977
|
}>;
|
176978
176978
|
}, "strip", import("zod").ZodTypeAny, {
|
176979
176979
|
message: {
|
176980
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
176980
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
176981
176981
|
direction: "incoming" | "outgoing" | "system";
|
176982
176982
|
message?: string | null | undefined;
|
176983
176983
|
id?: string | undefined;
|
@@ -177044,7 +177044,7 @@ export declare const facebookFeedContract: {
|
|
177044
177044
|
};
|
177045
177045
|
}, {
|
177046
177046
|
message: {
|
177047
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
177047
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
177048
177048
|
direction: "incoming" | "outgoing" | "system";
|
177049
177049
|
message?: string | null | undefined;
|
177050
177050
|
id?: string | undefined;
|
@@ -177174,7 +177174,7 @@ export declare const feedPostContract: {
|
|
177174
177174
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
177175
177175
|
}, {
|
177176
177176
|
message: import("zod").ZodNullable<import("zod").ZodString>;
|
177177
|
-
type: import("zod").ZodUnion<[import("zod").ZodEnum<["text", "added_photos", "shared_story", "mobile_status_update"]>, import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>]>;
|
177177
|
+
type: import("zod").ZodUnion<[import("zod").ZodEnum<["text", "added_photos", "shared_story", "mobile_status_update", "no_data"]>, import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>]>;
|
177178
177178
|
metadata: import("zod").ZodAny;
|
177179
177179
|
platformId: import("zod").ZodString;
|
177180
177180
|
platformMessageId: import("zod").ZodString;
|
@@ -178768,7 +178768,7 @@ export declare const feedPostContract: {
|
|
178768
178768
|
imageURL: import("zod").ZodString;
|
178769
178769
|
permalinkURL: import("zod").ZodString;
|
178770
178770
|
}>, "strip", import("zod").ZodTypeAny, {
|
178771
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
178771
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
178772
178772
|
message: string | null;
|
178773
178773
|
id: string;
|
178774
178774
|
channel: {
|
@@ -179017,7 +179017,7 @@ export declare const feedPostContract: {
|
|
179017
179017
|
permalinkURL: string;
|
179018
179018
|
metadata?: any;
|
179019
179019
|
}, {
|
179020
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
179020
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
179021
179021
|
message: string | null;
|
179022
179022
|
id: string;
|
179023
179023
|
channel: {
|
@@ -179268,7 +179268,7 @@ export declare const feedPostContract: {
|
|
179268
179268
|
}>;
|
179269
179269
|
}>, "strip", import("zod").ZodTypeAny, {
|
179270
179270
|
data: {
|
179271
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
179271
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
179272
179272
|
message: string | null;
|
179273
179273
|
id: string;
|
179274
179274
|
channel: {
|
@@ -179520,7 +179520,7 @@ export declare const feedPostContract: {
|
|
179520
179520
|
requestId: string;
|
179521
179521
|
}, {
|
179522
179522
|
data: {
|
179523
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
179523
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
179524
179524
|
message: string | null;
|
179525
179525
|
id: string;
|
179526
179526
|
channel: {
|
@@ -179825,7 +179825,7 @@ export declare const feedPostContract: {
|
|
179825
179825
|
}, {
|
179826
179826
|
message: import("zod").ZodString;
|
179827
179827
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
179828
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
179828
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
|
179829
179829
|
readAt: import("zod").ZodDate;
|
179830
179830
|
metadata: import("zod").ZodAny;
|
179831
179831
|
platformId: import("zod").ZodString;
|
@@ -182878,7 +182878,7 @@ export declare const feedPostContract: {
|
|
182878
182878
|
}, {
|
182879
182879
|
message: import("zod").ZodString;
|
182880
182880
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
182881
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
182881
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
|
182882
182882
|
readAt: import("zod").ZodDate;
|
182883
182883
|
metadata: import("zod").ZodAny;
|
182884
182884
|
platformId: import("zod").ZodString;
|
@@ -183537,7 +183537,7 @@ export declare const feedPostContract: {
|
|
183537
183537
|
};
|
183538
183538
|
}>;
|
183539
183539
|
}>, "strip", import("zod").ZodTypeAny, {
|
183540
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
183540
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
183541
183541
|
message: string;
|
183542
183542
|
id: string;
|
183543
183543
|
url: string;
|
@@ -183699,7 +183699,7 @@ export declare const feedPostContract: {
|
|
183699
183699
|
template?: any;
|
183700
183700
|
metadata?: any;
|
183701
183701
|
}, {
|
183702
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
183702
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
183703
183703
|
message: string;
|
183704
183704
|
id: string;
|
183705
183705
|
url: string;
|
@@ -185453,7 +185453,7 @@ export declare const feedPostContract: {
|
|
185453
185453
|
}, {
|
185454
185454
|
message: import("zod").ZodString;
|
185455
185455
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
185456
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
185456
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
|
185457
185457
|
readAt: import("zod").ZodDate;
|
185458
185458
|
metadata: import("zod").ZodAny;
|
185459
185459
|
platformId: import("zod").ZodString;
|
@@ -188506,7 +188506,7 @@ export declare const feedPostContract: {
|
|
188506
188506
|
}, {
|
188507
188507
|
message: import("zod").ZodString;
|
188508
188508
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
188509
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
188509
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
|
188510
188510
|
readAt: import("zod").ZodDate;
|
188511
188511
|
metadata: import("zod").ZodAny;
|
188512
188512
|
platformId: import("zod").ZodString;
|
@@ -189165,7 +189165,7 @@ export declare const feedPostContract: {
|
|
189165
189165
|
};
|
189166
189166
|
}>;
|
189167
189167
|
}>, "strip", import("zod").ZodTypeAny, {
|
189168
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
189168
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
189169
189169
|
message: string;
|
189170
189170
|
id: string;
|
189171
189171
|
url: string;
|
@@ -189327,7 +189327,7 @@ export declare const feedPostContract: {
|
|
189327
189327
|
template?: any;
|
189328
189328
|
metadata?: any;
|
189329
189329
|
}, {
|
189330
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
189330
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
189331
189331
|
message: string;
|
189332
189332
|
id: string;
|
189333
189333
|
url: string;
|
@@ -190129,7 +190129,7 @@ export declare const feedPostContract: {
|
|
190129
190129
|
}>;
|
190130
190130
|
editedMessageid: import("zod").ZodString;
|
190131
190131
|
}>, "strip", import("zod").ZodTypeAny, {
|
190132
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
190132
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
190133
190133
|
message: string;
|
190134
190134
|
id: string;
|
190135
190135
|
url: string;
|
@@ -190627,7 +190627,7 @@ export declare const feedPostContract: {
|
|
190627
190627
|
previewUrl: string;
|
190628
190628
|
imageSetId: string;
|
190629
190629
|
repliedMessage: {
|
190630
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
190630
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
190631
190631
|
message: string;
|
190632
190632
|
id: string;
|
190633
190633
|
url: string;
|
@@ -190837,7 +190837,7 @@ export declare const feedPostContract: {
|
|
190837
190837
|
template?: any;
|
190838
190838
|
metadata?: any;
|
190839
190839
|
}, {
|
190840
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
190840
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
190841
190841
|
message: string;
|
190842
190842
|
id: string;
|
190843
190843
|
url: string;
|
@@ -191335,7 +191335,7 @@ export declare const feedPostContract: {
|
|
191335
191335
|
previewUrl: string;
|
191336
191336
|
imageSetId: string;
|
191337
191337
|
repliedMessage: {
|
191338
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
191338
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
191339
191339
|
message: string;
|
191340
191340
|
id: string;
|
191341
191341
|
url: string;
|
@@ -191546,13 +191546,13 @@ export declare const feedPostContract: {
|
|
191546
191546
|
metadata?: any;
|
191547
191547
|
}>, "many">;
|
191548
191548
|
}>, "strip", import("zod").ZodTypeAny, {
|
191549
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
191549
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
191550
191550
|
message: string;
|
191551
191551
|
id: string;
|
191552
191552
|
url: string;
|
191553
191553
|
direction: "incoming" | "outgoing" | "system";
|
191554
191554
|
children: {
|
191555
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
191555
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
191556
191556
|
message: string;
|
191557
191557
|
id: string;
|
191558
191558
|
url: string;
|
@@ -192050,7 +192050,7 @@ export declare const feedPostContract: {
|
|
192050
192050
|
previewUrl: string;
|
192051
192051
|
imageSetId: string;
|
192052
192052
|
repliedMessage: {
|
192053
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
192053
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
192054
192054
|
message: string;
|
192055
192055
|
id: string;
|
192056
192056
|
url: string;
|
@@ -192753,7 +192753,7 @@ export declare const feedPostContract: {
|
|
192753
192753
|
previewUrl: string;
|
192754
192754
|
imageSetId: string;
|
192755
192755
|
repliedMessage: {
|
192756
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
192756
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
192757
192757
|
message: string;
|
192758
192758
|
id: string;
|
192759
192759
|
url: string;
|
@@ -193075,13 +193075,13 @@ export declare const feedPostContract: {
|
|
193075
193075
|
template?: any;
|
193076
193076
|
metadata?: any;
|
193077
193077
|
}, {
|
193078
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
193078
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
193079
193079
|
message: string;
|
193080
193080
|
id: string;
|
193081
193081
|
url: string;
|
193082
193082
|
direction: "incoming" | "outgoing" | "system";
|
193083
193083
|
children: {
|
193084
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
193084
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
193085
193085
|
message: string;
|
193086
193086
|
id: string;
|
193087
193087
|
url: string;
|
@@ -193579,7 +193579,7 @@ export declare const feedPostContract: {
|
|
193579
193579
|
previewUrl: string;
|
193580
193580
|
imageSetId: string;
|
193581
193581
|
repliedMessage: {
|
193582
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
193582
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
193583
193583
|
message: string;
|
193584
193584
|
id: string;
|
193585
193585
|
url: string;
|
@@ -194282,7 +194282,7 @@ export declare const feedPostContract: {
|
|
194282
194282
|
previewUrl: string;
|
194283
194283
|
imageSetId: string;
|
194284
194284
|
repliedMessage: {
|
194285
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
194285
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
194286
194286
|
message: string;
|
194287
194287
|
id: string;
|
194288
194288
|
url: string;
|
@@ -194606,13 +194606,13 @@ export declare const feedPostContract: {
|
|
194606
194606
|
}>;
|
194607
194607
|
}>, "strip", import("zod").ZodTypeAny, {
|
194608
194608
|
data: {
|
194609
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
194609
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
194610
194610
|
message: string;
|
194611
194611
|
id: string;
|
194612
194612
|
url: string;
|
194613
194613
|
direction: "incoming" | "outgoing" | "system";
|
194614
194614
|
children: {
|
194615
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
194615
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
194616
194616
|
message: string;
|
194617
194617
|
id: string;
|
194618
194618
|
url: string;
|
@@ -195110,7 +195110,7 @@ export declare const feedPostContract: {
|
|
195110
195110
|
previewUrl: string;
|
195111
195111
|
imageSetId: string;
|
195112
195112
|
repliedMessage: {
|
195113
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
195113
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
195114
195114
|
message: string;
|
195115
195115
|
id: string;
|
195116
195116
|
url: string;
|
@@ -195813,7 +195813,7 @@ export declare const feedPostContract: {
|
|
195813
195813
|
previewUrl: string;
|
195814
195814
|
imageSetId: string;
|
195815
195815
|
repliedMessage: {
|
195816
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
195816
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
195817
195817
|
message: string;
|
195818
195818
|
id: string;
|
195819
195819
|
url: string;
|
@@ -196141,13 +196141,13 @@ export declare const feedPostContract: {
|
|
196141
196141
|
requestId: string;
|
196142
196142
|
}, {
|
196143
196143
|
data: {
|
196144
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
196144
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
196145
196145
|
message: string;
|
196146
196146
|
id: string;
|
196147
196147
|
url: string;
|
196148
196148
|
direction: "incoming" | "outgoing" | "system";
|
196149
196149
|
children: {
|
196150
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
196150
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
196151
196151
|
message: string;
|
196152
196152
|
id: string;
|
196153
196153
|
url: string;
|
@@ -196645,7 +196645,7 @@ export declare const feedPostContract: {
|
|
196645
196645
|
previewUrl: string;
|
196646
196646
|
imageSetId: string;
|
196647
196647
|
repliedMessage: {
|
196648
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
196648
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
196649
196649
|
message: string;
|
196650
196650
|
id: string;
|
196651
196651
|
url: string;
|
@@ -197348,7 +197348,7 @@ export declare const feedPostContract: {
|
|
197348
197348
|
previewUrl: string;
|
197349
197349
|
imageSetId: string;
|
197350
197350
|
repliedMessage: {
|
197351
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
197351
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
197352
197352
|
message: string;
|
197353
197353
|
id: string;
|
197354
197354
|
url: string;
|