@kl1/contracts 1.1.37 → 1.1.38
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api-contracts/src/chat/index.d.ts +7707 -133
- package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/schema.d.ts +59 -45
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +93 -51
- package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/contract.d.ts +380 -218
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/index.d.ts +70 -43
- package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/schema.d.ts +3 -3
- package/dist/api-contracts/src/instagram/index.d.ts +60 -33
- package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/line/index.d.ts +65 -38
- package/dist/api-contracts/src/line/index.d.ts.map +1 -1
- package/dist/api-contracts/src/line/validation.d.ts +5 -5
- package/dist/api-contracts/src/messenger/index.d.ts +60 -33
- package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
- package/dist/api-contracts/src/sms/index.d.ts +20 -5
- package/dist/api-contracts/src/sms/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-cdr/call-report.schema.d.ts +28 -28
- package/dist/api-contracts/src/viber/index.d.ts +60 -33
- package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
- package/dist/api-contracts/src/webchat/index.d.ts +60 -33
- package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
- package/dist/entities/src/enums/chat.d.ts +1 -0
- package/dist/entities/src/enums/chat.d.ts.map +1 -1
- package/dist/index.js +25 -8
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +25 -8
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/dist/api-contracts/src/automation-queue/index.d.ts +0 -4212
- package/dist/api-contracts/src/automation-queue/index.d.ts.map +0 -1
- package/dist/api-contracts/src/automation-queue/schema.d.ts +0 -614
- package/dist/api-contracts/src/automation-queue/schema.d.ts.map +0 -1
- package/dist/api-contracts/src/automation-queue/validation.d.ts +0 -47
- package/dist/api-contracts/src/automation-queue/validation.d.ts.map +0 -1
- package/dist/api-contracts/src/hold-label/index.d.ts +0 -315
- package/dist/api-contracts/src/hold-label/index.d.ts.map +0 -1
- package/dist/api-contracts/src/hold-label/schema.d.ts +0 -24
- package/dist/api-contracts/src/hold-label/schema.d.ts.map +0 -1
- package/dist/api-contracts/src/hold-label/validation.d.ts +0 -24
- package/dist/api-contracts/src/hold-label/validation.d.ts.map +0 -1
- package/dist/api-contracts/src/presence-status/index.d.ts +0 -556
- package/dist/api-contracts/src/presence-status/index.d.ts.map +0 -1
- package/dist/api-contracts/src/presence-status/schema.d.ts +0 -31
- package/dist/api-contracts/src/presence-status/schema.d.ts.map +0 -1
- package/dist/api-contracts/src/presence-status/validation.d.ts +0 -28
- package/dist/api-contracts/src/presence-status/validation.d.ts.map +0 -1
- package/dist/api-contracts/src/subscription/index.d.ts +0 -1900
- package/dist/api-contracts/src/subscription/index.d.ts.map +0 -1
- package/dist/api-contracts/src/subscription/schema.d.ts +0 -2059
- package/dist/api-contracts/src/subscription/schema.d.ts.map +0 -1
- package/dist/api-contracts/src/subscription/validation.d.ts +0 -37
- package/dist/api-contracts/src/subscription/validation.d.ts.map +0 -1
@@ -76136,7 +76136,7 @@ export declare const platformContract: {
|
|
76136
76136
|
message: import("zod").ZodObject<{
|
76137
76137
|
message: import("zod").ZodOptional<import("zod").ZodString>;
|
76138
76138
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
76139
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
76139
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
76140
76140
|
readAt: import("zod").ZodOptional<import("zod").ZodDate>;
|
76141
76141
|
metadata: import("zod").ZodOptional<import("zod").ZodAny>;
|
76142
76142
|
platformId: import("zod").ZodOptional<import("zod").ZodString>;
|
@@ -76180,7 +76180,7 @@ export declare const platformContract: {
|
|
76180
76180
|
phone: string | null;
|
76181
76181
|
}>;
|
76182
76182
|
}, "strip", import("zod").ZodTypeAny, {
|
76183
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
76183
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
76184
76184
|
direction: "incoming" | "outgoing" | "system";
|
76185
76185
|
sender: {
|
76186
76186
|
address: string | null;
|
@@ -76206,7 +76206,7 @@ export declare const platformContract: {
|
|
76206
76206
|
fileSize: number;
|
76207
76207
|
} | undefined;
|
76208
76208
|
}, {
|
76209
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
76209
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
76210
76210
|
direction: "incoming" | "outgoing" | "system";
|
76211
76211
|
sender: {
|
76212
76212
|
address: string | null;
|
@@ -76234,7 +76234,7 @@ export declare const platformContract: {
|
|
76234
76234
|
}>;
|
76235
76235
|
}, "strip", import("zod").ZodTypeAny, {
|
76236
76236
|
message: {
|
76237
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
76237
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
76238
76238
|
direction: "incoming" | "outgoing" | "system";
|
76239
76239
|
sender: {
|
76240
76240
|
address: string | null;
|
@@ -76327,7 +76327,7 @@ export declare const platformContract: {
|
|
76327
76327
|
stickerId: number;
|
76328
76328
|
}, {
|
76329
76329
|
message: {
|
76330
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
76330
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
76331
76331
|
direction: "incoming" | "outgoing" | "system";
|
76332
76332
|
sender: {
|
76333
76333
|
address: string | null;
|
@@ -77141,7 +77141,7 @@ export declare const platformContract: {
|
|
77141
77141
|
id: import("zod").ZodOptional<import("zod").ZodString>;
|
77142
77142
|
message: import("zod").ZodOptional<import("zod").ZodString>;
|
77143
77143
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
77144
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
77144
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
77145
77145
|
readAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
77146
77146
|
metadata: import("zod").ZodOptional<import("zod").ZodAny>;
|
77147
77147
|
platformId: import("zod").ZodOptional<import("zod").ZodString>;
|
@@ -77192,8 +77192,11 @@ export declare const platformContract: {
|
|
77192
77192
|
}>>;
|
77193
77193
|
parentMessageId: import("zod").ZodOptional<import("zod").ZodString>;
|
77194
77194
|
feedPostId: import("zod").ZodOptional<import("zod").ZodString>;
|
77195
|
+
editedMessageId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
77196
|
+
isEdited: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
77197
|
+
editedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
77195
77198
|
}, "strip", import("zod").ZodTypeAny, {
|
77196
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
77199
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
77197
77200
|
direction: "incoming" | "outgoing" | "system";
|
77198
77201
|
id?: string | undefined;
|
77199
77202
|
message?: string | undefined;
|
@@ -77223,8 +77226,11 @@ export declare const platformContract: {
|
|
77223
77226
|
} | undefined;
|
77224
77227
|
parentMessageId?: string | undefined;
|
77225
77228
|
feedPostId?: string | undefined;
|
77229
|
+
editedMessageId?: string | null | undefined;
|
77230
|
+
isEdited?: boolean | null | undefined;
|
77231
|
+
editedAt?: string | Date | null | undefined;
|
77226
77232
|
}, {
|
77227
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
77233
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
77228
77234
|
direction: "incoming" | "outgoing" | "system";
|
77229
77235
|
id?: string | undefined;
|
77230
77236
|
message?: string | undefined;
|
@@ -77254,10 +77260,13 @@ export declare const platformContract: {
|
|
77254
77260
|
} | undefined;
|
77255
77261
|
parentMessageId?: string | undefined;
|
77256
77262
|
feedPostId?: string | undefined;
|
77263
|
+
editedMessageId?: string | null | undefined;
|
77264
|
+
isEdited?: boolean | null | undefined;
|
77265
|
+
editedAt?: string | Date | null | undefined;
|
77257
77266
|
}>;
|
77258
77267
|
}, "strip", import("zod").ZodTypeAny, {
|
77259
77268
|
message: {
|
77260
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
77269
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
77261
77270
|
direction: "incoming" | "outgoing" | "system";
|
77262
77271
|
id?: string | undefined;
|
77263
77272
|
message?: string | undefined;
|
@@ -77287,6 +77296,9 @@ export declare const platformContract: {
|
|
77287
77296
|
} | undefined;
|
77288
77297
|
parentMessageId?: string | undefined;
|
77289
77298
|
feedPostId?: string | undefined;
|
77299
|
+
editedMessageId?: string | null | undefined;
|
77300
|
+
isEdited?: boolean | null | undefined;
|
77301
|
+
editedAt?: string | Date | null | undefined;
|
77290
77302
|
};
|
77291
77303
|
room: {
|
77292
77304
|
id: string;
|
@@ -77365,7 +77377,7 @@ export declare const platformContract: {
|
|
77365
77377
|
isBot: boolean | null;
|
77366
77378
|
}, {
|
77367
77379
|
message: {
|
77368
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
77380
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
77369
77381
|
direction: "incoming" | "outgoing" | "system";
|
77370
77382
|
id?: string | undefined;
|
77371
77383
|
message?: string | undefined;
|
@@ -77395,6 +77407,9 @@ export declare const platformContract: {
|
|
77395
77407
|
} | undefined;
|
77396
77408
|
parentMessageId?: string | undefined;
|
77397
77409
|
feedPostId?: string | undefined;
|
77410
|
+
editedMessageId?: string | null | undefined;
|
77411
|
+
isEdited?: boolean | null | undefined;
|
77412
|
+
editedAt?: string | Date | null | undefined;
|
77398
77413
|
};
|
77399
77414
|
room: {
|
77400
77415
|
id: string;
|
@@ -77477,7 +77492,7 @@ export declare const platformContract: {
|
|
77477
77492
|
200: import("zod").ZodObject<{
|
77478
77493
|
requestId: import("zod").ZodString;
|
77479
77494
|
data: import("zod").ZodObject<{
|
77480
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
77495
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
77481
77496
|
message: import("zod").ZodString;
|
77482
77497
|
id: import("zod").ZodString;
|
77483
77498
|
url: import("zod").ZodString;
|
@@ -80951,7 +80966,7 @@ export declare const platformContract: {
|
|
80951
80966
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
80952
80967
|
message: import("zod").ZodString;
|
80953
80968
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
80954
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
80969
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
80955
80970
|
readAt: import("zod").ZodDate;
|
80956
80971
|
metadata: import("zod").ZodAny;
|
80957
80972
|
platformId: import("zod").ZodString;
|
@@ -81609,7 +81624,7 @@ export declare const platformContract: {
|
|
81609
81624
|
};
|
81610
81625
|
}>;
|
81611
81626
|
}, "strip", import("zod").ZodTypeAny, {
|
81612
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
81627
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
81613
81628
|
message: string;
|
81614
81629
|
id: string;
|
81615
81630
|
url: string;
|
@@ -81771,7 +81786,7 @@ export declare const platformContract: {
|
|
81771
81786
|
metadata?: any;
|
81772
81787
|
template?: any;
|
81773
81788
|
}, {
|
81774
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
81789
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
81775
81790
|
message: string;
|
81776
81791
|
id: string;
|
81777
81792
|
url: string;
|
@@ -82137,6 +82152,7 @@ export declare const platformContract: {
|
|
82137
82152
|
telephonySignature: string | null;
|
82138
82153
|
};
|
82139
82154
|
}>;
|
82155
|
+
editedMessageid: import("zod").ZodString;
|
82140
82156
|
fromMessage: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
82141
82157
|
id: import("zod").ZodString;
|
82142
82158
|
createdAt: import("zod").ZodDate;
|
@@ -82144,7 +82160,7 @@ export declare const platformContract: {
|
|
82144
82160
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
82145
82161
|
message: import("zod").ZodString;
|
82146
82162
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
82147
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
82163
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
82148
82164
|
readAt: import("zod").ZodDate;
|
82149
82165
|
metadata: import("zod").ZodAny;
|
82150
82166
|
platformId: import("zod").ZodString;
|
@@ -85179,7 +85195,7 @@ export declare const platformContract: {
|
|
85179
85195
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
85180
85196
|
message: import("zod").ZodString;
|
85181
85197
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
85182
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
85198
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
85183
85199
|
readAt: import("zod").ZodDate;
|
85184
85200
|
metadata: import("zod").ZodAny;
|
85185
85201
|
platformId: import("zod").ZodString;
|
@@ -85837,7 +85853,7 @@ export declare const platformContract: {
|
|
85837
85853
|
};
|
85838
85854
|
}>;
|
85839
85855
|
}, "strip", import("zod").ZodTypeAny, {
|
85840
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
85856
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
85841
85857
|
message: string;
|
85842
85858
|
id: string;
|
85843
85859
|
url: string;
|
@@ -85999,7 +86015,7 @@ export declare const platformContract: {
|
|
85999
86015
|
metadata?: any;
|
86000
86016
|
template?: any;
|
86001
86017
|
}, {
|
86002
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
86018
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
86003
86019
|
message: string;
|
86004
86020
|
id: string;
|
86005
86021
|
url: string;
|
@@ -86798,8 +86814,9 @@ export declare const platformContract: {
|
|
86798
86814
|
deletedAt: Date | null;
|
86799
86815
|
isActive: boolean;
|
86800
86816
|
}>;
|
86817
|
+
editedMessageid: import("zod").ZodString;
|
86801
86818
|
}, "strip", import("zod").ZodTypeAny, {
|
86802
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
86819
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
86803
86820
|
message: string;
|
86804
86821
|
id: string;
|
86805
86822
|
url: string;
|
@@ -87297,7 +87314,7 @@ export declare const platformContract: {
|
|
87297
87314
|
previewUrl: string;
|
87298
87315
|
imageSetId: string;
|
87299
87316
|
repliedMessage: {
|
87300
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
87317
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
87301
87318
|
message: string;
|
87302
87319
|
id: string;
|
87303
87320
|
url: string;
|
@@ -87503,10 +87520,11 @@ export declare const platformContract: {
|
|
87503
87520
|
telephonySignature: string | null;
|
87504
87521
|
};
|
87505
87522
|
};
|
87523
|
+
editedMessageid: string;
|
87506
87524
|
metadata?: any;
|
87507
87525
|
template?: any;
|
87508
87526
|
}, {
|
87509
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
87527
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
87510
87528
|
message: string;
|
87511
87529
|
id: string;
|
87512
87530
|
url: string;
|
@@ -88004,7 +88022,7 @@ export declare const platformContract: {
|
|
88004
88022
|
previewUrl: string;
|
88005
88023
|
imageSetId: string;
|
88006
88024
|
repliedMessage: {
|
88007
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
88025
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
88008
88026
|
message: string;
|
88009
88027
|
id: string;
|
88010
88028
|
url: string;
|
@@ -88210,11 +88228,12 @@ export declare const platformContract: {
|
|
88210
88228
|
telephonySignature: string | null;
|
88211
88229
|
};
|
88212
88230
|
};
|
88231
|
+
editedMessageid: string;
|
88213
88232
|
metadata?: any;
|
88214
88233
|
template?: any;
|
88215
88234
|
}>>>;
|
88216
88235
|
}, "strip", import("zod").ZodTypeAny, {
|
88217
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
88236
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
88218
88237
|
message: string;
|
88219
88238
|
id: string;
|
88220
88239
|
url: string;
|
@@ -88712,7 +88731,7 @@ export declare const platformContract: {
|
|
88712
88731
|
previewUrl: string;
|
88713
88732
|
imageSetId: string;
|
88714
88733
|
repliedMessage: {
|
88715
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
88734
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
88716
88735
|
message: string;
|
88717
88736
|
id: string;
|
88718
88737
|
url: string;
|
@@ -88918,10 +88937,11 @@ export declare const platformContract: {
|
|
88918
88937
|
telephonySignature: string | null;
|
88919
88938
|
};
|
88920
88939
|
};
|
88940
|
+
editedMessageid: string;
|
88921
88941
|
template?: any;
|
88922
88942
|
metadata?: any;
|
88923
88943
|
fromMessage?: {
|
88924
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
88944
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
88925
88945
|
message: string;
|
88926
88946
|
id: string;
|
88927
88947
|
url: string;
|
@@ -89419,7 +89439,7 @@ export declare const platformContract: {
|
|
89419
89439
|
previewUrl: string;
|
89420
89440
|
imageSetId: string;
|
89421
89441
|
repliedMessage: {
|
89422
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
89442
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
89423
89443
|
message: string;
|
89424
89444
|
id: string;
|
89425
89445
|
url: string;
|
@@ -89625,11 +89645,12 @@ export declare const platformContract: {
|
|
89625
89645
|
telephonySignature: string | null;
|
89626
89646
|
};
|
89627
89647
|
};
|
89648
|
+
editedMessageid: string;
|
89628
89649
|
metadata?: any;
|
89629
89650
|
template?: any;
|
89630
89651
|
} | null | undefined;
|
89631
89652
|
}, {
|
89632
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
89653
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
89633
89654
|
message: string;
|
89634
89655
|
id: string;
|
89635
89656
|
url: string;
|
@@ -90127,7 +90148,7 @@ export declare const platformContract: {
|
|
90127
90148
|
previewUrl: string;
|
90128
90149
|
imageSetId: string;
|
90129
90150
|
repliedMessage: {
|
90130
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
90151
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
90131
90152
|
message: string;
|
90132
90153
|
id: string;
|
90133
90154
|
url: string;
|
@@ -90333,10 +90354,11 @@ export declare const platformContract: {
|
|
90333
90354
|
telephonySignature: string | null;
|
90334
90355
|
};
|
90335
90356
|
};
|
90357
|
+
editedMessageid: string;
|
90336
90358
|
template?: any;
|
90337
90359
|
metadata?: any;
|
90338
90360
|
fromMessage?: {
|
90339
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
90361
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
90340
90362
|
message: string;
|
90341
90363
|
id: string;
|
90342
90364
|
url: string;
|
@@ -90834,7 +90856,7 @@ export declare const platformContract: {
|
|
90834
90856
|
previewUrl: string;
|
90835
90857
|
imageSetId: string;
|
90836
90858
|
repliedMessage: {
|
90837
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
90859
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
90838
90860
|
message: string;
|
90839
90861
|
id: string;
|
90840
90862
|
url: string;
|
@@ -91040,13 +91062,14 @@ export declare const platformContract: {
|
|
91040
91062
|
telephonySignature: string | null;
|
91041
91063
|
};
|
91042
91064
|
};
|
91065
|
+
editedMessageid: string;
|
91043
91066
|
metadata?: any;
|
91044
91067
|
template?: any;
|
91045
91068
|
} | null | undefined;
|
91046
91069
|
}>;
|
91047
91070
|
}, "strip", import("zod").ZodTypeAny, {
|
91048
91071
|
data: {
|
91049
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
91072
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
91050
91073
|
message: string;
|
91051
91074
|
id: string;
|
91052
91075
|
url: string;
|
@@ -91544,7 +91567,7 @@ export declare const platformContract: {
|
|
91544
91567
|
previewUrl: string;
|
91545
91568
|
imageSetId: string;
|
91546
91569
|
repliedMessage: {
|
91547
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
91570
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
91548
91571
|
message: string;
|
91549
91572
|
id: string;
|
91550
91573
|
url: string;
|
@@ -91750,10 +91773,11 @@ export declare const platformContract: {
|
|
91750
91773
|
telephonySignature: string | null;
|
91751
91774
|
};
|
91752
91775
|
};
|
91776
|
+
editedMessageid: string;
|
91753
91777
|
template?: any;
|
91754
91778
|
metadata?: any;
|
91755
91779
|
fromMessage?: {
|
91756
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
91780
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
91757
91781
|
message: string;
|
91758
91782
|
id: string;
|
91759
91783
|
url: string;
|
@@ -92251,7 +92275,7 @@ export declare const platformContract: {
|
|
92251
92275
|
previewUrl: string;
|
92252
92276
|
imageSetId: string;
|
92253
92277
|
repliedMessage: {
|
92254
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
92278
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
92255
92279
|
message: string;
|
92256
92280
|
id: string;
|
92257
92281
|
url: string;
|
@@ -92457,6 +92481,7 @@ export declare const platformContract: {
|
|
92457
92481
|
telephonySignature: string | null;
|
92458
92482
|
};
|
92459
92483
|
};
|
92484
|
+
editedMessageid: string;
|
92460
92485
|
metadata?: any;
|
92461
92486
|
template?: any;
|
92462
92487
|
} | null | undefined;
|
@@ -92464,7 +92489,7 @@ export declare const platformContract: {
|
|
92464
92489
|
requestId: string;
|
92465
92490
|
}, {
|
92466
92491
|
data: {
|
92467
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
92492
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
92468
92493
|
message: string;
|
92469
92494
|
id: string;
|
92470
92495
|
url: string;
|
@@ -92962,7 +92987,7 @@ export declare const platformContract: {
|
|
92962
92987
|
previewUrl: string;
|
92963
92988
|
imageSetId: string;
|
92964
92989
|
repliedMessage: {
|
92965
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
92990
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
92966
92991
|
message: string;
|
92967
92992
|
id: string;
|
92968
92993
|
url: string;
|
@@ -93168,10 +93193,11 @@ export declare const platformContract: {
|
|
93168
93193
|
telephonySignature: string | null;
|
93169
93194
|
};
|
93170
93195
|
};
|
93196
|
+
editedMessageid: string;
|
93171
93197
|
template?: any;
|
93172
93198
|
metadata?: any;
|
93173
93199
|
fromMessage?: {
|
93174
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
93200
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
93175
93201
|
message: string;
|
93176
93202
|
id: string;
|
93177
93203
|
url: string;
|
@@ -93669,7 +93695,7 @@ export declare const platformContract: {
|
|
93669
93695
|
previewUrl: string;
|
93670
93696
|
imageSetId: string;
|
93671
93697
|
repliedMessage: {
|
93672
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
93698
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
93673
93699
|
message: string;
|
93674
93700
|
id: string;
|
93675
93701
|
url: string;
|
@@ -93875,6 +93901,7 @@ export declare const platformContract: {
|
|
93875
93901
|
telephonySignature: string | null;
|
93876
93902
|
};
|
93877
93903
|
};
|
93904
|
+
editedMessageid: string;
|
93878
93905
|
metadata?: any;
|
93879
93906
|
template?: any;
|
93880
93907
|
} | null | undefined;
|
@@ -96475,7 +96502,7 @@ export declare const platformContract: {
|
|
96475
96502
|
id: import("zod").ZodOptional<import("zod").ZodString>;
|
96476
96503
|
message: import("zod").ZodOptional<import("zod").ZodString>;
|
96477
96504
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
96478
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
96505
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
96479
96506
|
readAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
96480
96507
|
metadata: import("zod").ZodOptional<import("zod").ZodAny>;
|
96481
96508
|
platformId: import("zod").ZodOptional<import("zod").ZodString>;
|
@@ -96526,8 +96553,11 @@ export declare const platformContract: {
|
|
96526
96553
|
}>>;
|
96527
96554
|
parentMessageId: import("zod").ZodOptional<import("zod").ZodString>;
|
96528
96555
|
feedPostId: import("zod").ZodOptional<import("zod").ZodString>;
|
96556
|
+
editedMessageId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
96557
|
+
isEdited: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
96558
|
+
editedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
96529
96559
|
}, "strip", import("zod").ZodTypeAny, {
|
96530
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
96560
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
96531
96561
|
direction: "incoming" | "outgoing" | "system";
|
96532
96562
|
id?: string | undefined;
|
96533
96563
|
message?: string | undefined;
|
@@ -96557,8 +96587,11 @@ export declare const platformContract: {
|
|
96557
96587
|
} | undefined;
|
96558
96588
|
parentMessageId?: string | undefined;
|
96559
96589
|
feedPostId?: string | undefined;
|
96590
|
+
editedMessageId?: string | null | undefined;
|
96591
|
+
isEdited?: boolean | null | undefined;
|
96592
|
+
editedAt?: string | Date | null | undefined;
|
96560
96593
|
}, {
|
96561
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
96594
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
96562
96595
|
direction: "incoming" | "outgoing" | "system";
|
96563
96596
|
id?: string | undefined;
|
96564
96597
|
message?: string | undefined;
|
@@ -96588,10 +96621,13 @@ export declare const platformContract: {
|
|
96588
96621
|
} | undefined;
|
96589
96622
|
parentMessageId?: string | undefined;
|
96590
96623
|
feedPostId?: string | undefined;
|
96624
|
+
editedMessageId?: string | null | undefined;
|
96625
|
+
isEdited?: boolean | null | undefined;
|
96626
|
+
editedAt?: string | Date | null | undefined;
|
96591
96627
|
}>;
|
96592
96628
|
}, "strip", import("zod").ZodTypeAny, {
|
96593
96629
|
message: {
|
96594
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
96630
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
96595
96631
|
direction: "incoming" | "outgoing" | "system";
|
96596
96632
|
id?: string | undefined;
|
96597
96633
|
message?: string | undefined;
|
@@ -96621,6 +96657,9 @@ export declare const platformContract: {
|
|
96621
96657
|
} | undefined;
|
96622
96658
|
parentMessageId?: string | undefined;
|
96623
96659
|
feedPostId?: string | undefined;
|
96660
|
+
editedMessageId?: string | null | undefined;
|
96661
|
+
isEdited?: boolean | null | undefined;
|
96662
|
+
editedAt?: string | Date | null | undefined;
|
96624
96663
|
};
|
96625
96664
|
room: {
|
96626
96665
|
id: string;
|
@@ -96699,7 +96738,7 @@ export declare const platformContract: {
|
|
96699
96738
|
isBot: boolean | null;
|
96700
96739
|
}, {
|
96701
96740
|
message: {
|
96702
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
96741
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
96703
96742
|
direction: "incoming" | "outgoing" | "system";
|
96704
96743
|
id?: string | undefined;
|
96705
96744
|
message?: string | undefined;
|
@@ -96729,6 +96768,9 @@ export declare const platformContract: {
|
|
96729
96768
|
} | undefined;
|
96730
96769
|
parentMessageId?: string | undefined;
|
96731
96770
|
feedPostId?: string | undefined;
|
96771
|
+
editedMessageId?: string | null | undefined;
|
96772
|
+
isEdited?: boolean | null | undefined;
|
96773
|
+
editedAt?: string | Date | null | undefined;
|
96732
96774
|
};
|
96733
96775
|
room: {
|
96734
96776
|
id: string;
|
@@ -96811,7 +96853,7 @@ export declare const platformContract: {
|
|
96811
96853
|
200: import("zod").ZodObject<{
|
96812
96854
|
requestId: import("zod").ZodString;
|
96813
96855
|
data: import("zod").ZodObject<{
|
96814
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
96856
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
96815
96857
|
message: import("zod").ZodString;
|
96816
96858
|
id: import("zod").ZodString;
|
96817
96859
|
url: import("zod").ZodString;
|
@@ -100285,7 +100327,7 @@ export declare const platformContract: {
|
|
100285
100327
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
100286
100328
|
message: import("zod").ZodString;
|
100287
100329
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
100288
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
100330
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
100289
100331
|
readAt: import("zod").ZodDate;
|
100290
100332
|
metadata: import("zod").ZodAny;
|
100291
100333
|
platformId: import("zod").ZodString;
|
@@ -100943,7 +100985,7 @@ export declare const platformContract: {
|
|
100943
100985
|
};
|
100944
100986
|
}>;
|
100945
100987
|
}, "strip", import("zod").ZodTypeAny, {
|
100946
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
100988
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
100947
100989
|
message: string;
|
100948
100990
|
id: string;
|
100949
100991
|
url: string;
|
@@ -101105,7 +101147,7 @@ export declare const platformContract: {
|
|
101105
101147
|
metadata?: any;
|
101106
101148
|
template?: any;
|
101107
101149
|
}, {
|
101108
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
101150
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
101109
101151
|
message: string;
|
101110
101152
|
id: string;
|
101111
101153
|
url: string;
|
@@ -101471,6 +101513,7 @@ export declare const platformContract: {
|
|
101471
101513
|
telephonySignature: string | null;
|
101472
101514
|
};
|
101473
101515
|
}>;
|
101516
|
+
editedMessageid: import("zod").ZodString;
|
101474
101517
|
fromMessage: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
101475
101518
|
id: import("zod").ZodString;
|
101476
101519
|
createdAt: import("zod").ZodDate;
|
@@ -101478,7 +101521,7 @@ export declare const platformContract: {
|
|
101478
101521
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
101479
101522
|
message: import("zod").ZodString;
|
101480
101523
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
101481
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
101524
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
101482
101525
|
readAt: import("zod").ZodDate;
|
101483
101526
|
metadata: import("zod").ZodAny;
|
101484
101527
|
platformId: import("zod").ZodString;
|
@@ -104513,7 +104556,7 @@ export declare const platformContract: {
|
|
104513
104556
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
104514
104557
|
message: import("zod").ZodString;
|
104515
104558
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
104516
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
104559
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
104517
104560
|
readAt: import("zod").ZodDate;
|
104518
104561
|
metadata: import("zod").ZodAny;
|
104519
104562
|
platformId: import("zod").ZodString;
|
@@ -105171,7 +105214,7 @@ export declare const platformContract: {
|
|
105171
105214
|
};
|
105172
105215
|
}>;
|
105173
105216
|
}, "strip", import("zod").ZodTypeAny, {
|
105174
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
105217
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
105175
105218
|
message: string;
|
105176
105219
|
id: string;
|
105177
105220
|
url: string;
|
@@ -105333,7 +105376,7 @@ export declare const platformContract: {
|
|
105333
105376
|
metadata?: any;
|
105334
105377
|
template?: any;
|
105335
105378
|
}, {
|
105336
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
105379
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
105337
105380
|
message: string;
|
105338
105381
|
id: string;
|
105339
105382
|
url: string;
|
@@ -106132,8 +106175,9 @@ export declare const platformContract: {
|
|
106132
106175
|
deletedAt: Date | null;
|
106133
106176
|
isActive: boolean;
|
106134
106177
|
}>;
|
106178
|
+
editedMessageid: import("zod").ZodString;
|
106135
106179
|
}, "strip", import("zod").ZodTypeAny, {
|
106136
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
106180
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
106137
106181
|
message: string;
|
106138
106182
|
id: string;
|
106139
106183
|
url: string;
|
@@ -106631,7 +106675,7 @@ export declare const platformContract: {
|
|
106631
106675
|
previewUrl: string;
|
106632
106676
|
imageSetId: string;
|
106633
106677
|
repliedMessage: {
|
106634
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
106678
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
106635
106679
|
message: string;
|
106636
106680
|
id: string;
|
106637
106681
|
url: string;
|
@@ -106837,10 +106881,11 @@ export declare const platformContract: {
|
|
106837
106881
|
telephonySignature: string | null;
|
106838
106882
|
};
|
106839
106883
|
};
|
106884
|
+
editedMessageid: string;
|
106840
106885
|
metadata?: any;
|
106841
106886
|
template?: any;
|
106842
106887
|
}, {
|
106843
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
106888
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
106844
106889
|
message: string;
|
106845
106890
|
id: string;
|
106846
106891
|
url: string;
|
@@ -107338,7 +107383,7 @@ export declare const platformContract: {
|
|
107338
107383
|
previewUrl: string;
|
107339
107384
|
imageSetId: string;
|
107340
107385
|
repliedMessage: {
|
107341
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
107386
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
107342
107387
|
message: string;
|
107343
107388
|
id: string;
|
107344
107389
|
url: string;
|
@@ -107544,11 +107589,12 @@ export declare const platformContract: {
|
|
107544
107589
|
telephonySignature: string | null;
|
107545
107590
|
};
|
107546
107591
|
};
|
107592
|
+
editedMessageid: string;
|
107547
107593
|
metadata?: any;
|
107548
107594
|
template?: any;
|
107549
107595
|
}>>>;
|
107550
107596
|
}, "strip", import("zod").ZodTypeAny, {
|
107551
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
107597
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
107552
107598
|
message: string;
|
107553
107599
|
id: string;
|
107554
107600
|
url: string;
|
@@ -108046,7 +108092,7 @@ export declare const platformContract: {
|
|
108046
108092
|
previewUrl: string;
|
108047
108093
|
imageSetId: string;
|
108048
108094
|
repliedMessage: {
|
108049
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
108095
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
108050
108096
|
message: string;
|
108051
108097
|
id: string;
|
108052
108098
|
url: string;
|
@@ -108252,10 +108298,11 @@ export declare const platformContract: {
|
|
108252
108298
|
telephonySignature: string | null;
|
108253
108299
|
};
|
108254
108300
|
};
|
108301
|
+
editedMessageid: string;
|
108255
108302
|
template?: any;
|
108256
108303
|
metadata?: any;
|
108257
108304
|
fromMessage?: {
|
108258
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
108305
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
108259
108306
|
message: string;
|
108260
108307
|
id: string;
|
108261
108308
|
url: string;
|
@@ -108753,7 +108800,7 @@ export declare const platformContract: {
|
|
108753
108800
|
previewUrl: string;
|
108754
108801
|
imageSetId: string;
|
108755
108802
|
repliedMessage: {
|
108756
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
108803
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
108757
108804
|
message: string;
|
108758
108805
|
id: string;
|
108759
108806
|
url: string;
|
@@ -108959,11 +109006,12 @@ export declare const platformContract: {
|
|
108959
109006
|
telephonySignature: string | null;
|
108960
109007
|
};
|
108961
109008
|
};
|
109009
|
+
editedMessageid: string;
|
108962
109010
|
metadata?: any;
|
108963
109011
|
template?: any;
|
108964
109012
|
} | null | undefined;
|
108965
109013
|
}, {
|
108966
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
109014
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
108967
109015
|
message: string;
|
108968
109016
|
id: string;
|
108969
109017
|
url: string;
|
@@ -109461,7 +109509,7 @@ export declare const platformContract: {
|
|
109461
109509
|
previewUrl: string;
|
109462
109510
|
imageSetId: string;
|
109463
109511
|
repliedMessage: {
|
109464
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
109512
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
109465
109513
|
message: string;
|
109466
109514
|
id: string;
|
109467
109515
|
url: string;
|
@@ -109667,10 +109715,11 @@ export declare const platformContract: {
|
|
109667
109715
|
telephonySignature: string | null;
|
109668
109716
|
};
|
109669
109717
|
};
|
109718
|
+
editedMessageid: string;
|
109670
109719
|
template?: any;
|
109671
109720
|
metadata?: any;
|
109672
109721
|
fromMessage?: {
|
109673
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
109722
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
109674
109723
|
message: string;
|
109675
109724
|
id: string;
|
109676
109725
|
url: string;
|
@@ -110168,7 +110217,7 @@ export declare const platformContract: {
|
|
110168
110217
|
previewUrl: string;
|
110169
110218
|
imageSetId: string;
|
110170
110219
|
repliedMessage: {
|
110171
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
110220
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
110172
110221
|
message: string;
|
110173
110222
|
id: string;
|
110174
110223
|
url: string;
|
@@ -110374,13 +110423,14 @@ export declare const platformContract: {
|
|
110374
110423
|
telephonySignature: string | null;
|
110375
110424
|
};
|
110376
110425
|
};
|
110426
|
+
editedMessageid: string;
|
110377
110427
|
metadata?: any;
|
110378
110428
|
template?: any;
|
110379
110429
|
} | null | undefined;
|
110380
110430
|
}>;
|
110381
110431
|
}, "strip", import("zod").ZodTypeAny, {
|
110382
110432
|
data: {
|
110383
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
110433
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
110384
110434
|
message: string;
|
110385
110435
|
id: string;
|
110386
110436
|
url: string;
|
@@ -110878,7 +110928,7 @@ export declare const platformContract: {
|
|
110878
110928
|
previewUrl: string;
|
110879
110929
|
imageSetId: string;
|
110880
110930
|
repliedMessage: {
|
110881
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
110931
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
110882
110932
|
message: string;
|
110883
110933
|
id: string;
|
110884
110934
|
url: string;
|
@@ -111084,10 +111134,11 @@ export declare const platformContract: {
|
|
111084
111134
|
telephonySignature: string | null;
|
111085
111135
|
};
|
111086
111136
|
};
|
111137
|
+
editedMessageid: string;
|
111087
111138
|
template?: any;
|
111088
111139
|
metadata?: any;
|
111089
111140
|
fromMessage?: {
|
111090
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
111141
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
111091
111142
|
message: string;
|
111092
111143
|
id: string;
|
111093
111144
|
url: string;
|
@@ -111585,7 +111636,7 @@ export declare const platformContract: {
|
|
111585
111636
|
previewUrl: string;
|
111586
111637
|
imageSetId: string;
|
111587
111638
|
repliedMessage: {
|
111588
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
111639
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
111589
111640
|
message: string;
|
111590
111641
|
id: string;
|
111591
111642
|
url: string;
|
@@ -111791,6 +111842,7 @@ export declare const platformContract: {
|
|
111791
111842
|
telephonySignature: string | null;
|
111792
111843
|
};
|
111793
111844
|
};
|
111845
|
+
editedMessageid: string;
|
111794
111846
|
metadata?: any;
|
111795
111847
|
template?: any;
|
111796
111848
|
} | null | undefined;
|
@@ -111798,7 +111850,7 @@ export declare const platformContract: {
|
|
111798
111850
|
requestId: string;
|
111799
111851
|
}, {
|
111800
111852
|
data: {
|
111801
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
111853
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
111802
111854
|
message: string;
|
111803
111855
|
id: string;
|
111804
111856
|
url: string;
|
@@ -112296,7 +112348,7 @@ export declare const platformContract: {
|
|
112296
112348
|
previewUrl: string;
|
112297
112349
|
imageSetId: string;
|
112298
112350
|
repliedMessage: {
|
112299
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
112351
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
112300
112352
|
message: string;
|
112301
112353
|
id: string;
|
112302
112354
|
url: string;
|
@@ -112502,10 +112554,11 @@ export declare const platformContract: {
|
|
112502
112554
|
telephonySignature: string | null;
|
112503
112555
|
};
|
112504
112556
|
};
|
112557
|
+
editedMessageid: string;
|
112505
112558
|
template?: any;
|
112506
112559
|
metadata?: any;
|
112507
112560
|
fromMessage?: {
|
112508
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
112561
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
112509
112562
|
message: string;
|
112510
112563
|
id: string;
|
112511
112564
|
url: string;
|
@@ -113003,7 +113056,7 @@ export declare const platformContract: {
|
|
113003
113056
|
previewUrl: string;
|
113004
113057
|
imageSetId: string;
|
113005
113058
|
repliedMessage: {
|
113006
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
113059
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
113007
113060
|
message: string;
|
113008
113061
|
id: string;
|
113009
113062
|
url: string;
|
@@ -113209,6 +113262,7 @@ export declare const platformContract: {
|
|
113209
113262
|
telephonySignature: string | null;
|
113210
113263
|
};
|
113211
113264
|
};
|
113265
|
+
editedMessageid: string;
|
113212
113266
|
metadata?: any;
|
113213
113267
|
template?: any;
|
113214
113268
|
} | null | undefined;
|
@@ -114517,7 +114571,7 @@ export declare const platformMessengerContract: {
|
|
114517
114571
|
id: import("zod").ZodOptional<import("zod").ZodString>;
|
114518
114572
|
message: import("zod").ZodOptional<import("zod").ZodString>;
|
114519
114573
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
114520
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
114574
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
114521
114575
|
readAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
114522
114576
|
metadata: import("zod").ZodOptional<import("zod").ZodAny>;
|
114523
114577
|
platformId: import("zod").ZodOptional<import("zod").ZodString>;
|
@@ -114568,8 +114622,11 @@ export declare const platformMessengerContract: {
|
|
114568
114622
|
}>>;
|
114569
114623
|
parentMessageId: import("zod").ZodOptional<import("zod").ZodString>;
|
114570
114624
|
feedPostId: import("zod").ZodOptional<import("zod").ZodString>;
|
114625
|
+
editedMessageId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
114626
|
+
isEdited: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
114627
|
+
editedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
114571
114628
|
}, "strip", import("zod").ZodTypeAny, {
|
114572
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
114629
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
114573
114630
|
direction: "incoming" | "outgoing" | "system";
|
114574
114631
|
id?: string | undefined;
|
114575
114632
|
message?: string | undefined;
|
@@ -114599,8 +114656,11 @@ export declare const platformMessengerContract: {
|
|
114599
114656
|
} | undefined;
|
114600
114657
|
parentMessageId?: string | undefined;
|
114601
114658
|
feedPostId?: string | undefined;
|
114659
|
+
editedMessageId?: string | null | undefined;
|
114660
|
+
isEdited?: boolean | null | undefined;
|
114661
|
+
editedAt?: string | Date | null | undefined;
|
114602
114662
|
}, {
|
114603
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
114663
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
114604
114664
|
direction: "incoming" | "outgoing" | "system";
|
114605
114665
|
id?: string | undefined;
|
114606
114666
|
message?: string | undefined;
|
@@ -114630,10 +114690,13 @@ export declare const platformMessengerContract: {
|
|
114630
114690
|
} | undefined;
|
114631
114691
|
parentMessageId?: string | undefined;
|
114632
114692
|
feedPostId?: string | undefined;
|
114693
|
+
editedMessageId?: string | null | undefined;
|
114694
|
+
isEdited?: boolean | null | undefined;
|
114695
|
+
editedAt?: string | Date | null | undefined;
|
114633
114696
|
}>;
|
114634
114697
|
}, "strip", import("zod").ZodTypeAny, {
|
114635
114698
|
message: {
|
114636
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
114699
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
114637
114700
|
direction: "incoming" | "outgoing" | "system";
|
114638
114701
|
id?: string | undefined;
|
114639
114702
|
message?: string | undefined;
|
@@ -114663,6 +114726,9 @@ export declare const platformMessengerContract: {
|
|
114663
114726
|
} | undefined;
|
114664
114727
|
parentMessageId?: string | undefined;
|
114665
114728
|
feedPostId?: string | undefined;
|
114729
|
+
editedMessageId?: string | null | undefined;
|
114730
|
+
isEdited?: boolean | null | undefined;
|
114731
|
+
editedAt?: string | Date | null | undefined;
|
114666
114732
|
};
|
114667
114733
|
room: {
|
114668
114734
|
id: string;
|
@@ -114741,7 +114807,7 @@ export declare const platformMessengerContract: {
|
|
114741
114807
|
isBot: boolean | null;
|
114742
114808
|
}, {
|
114743
114809
|
message: {
|
114744
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
114810
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
114745
114811
|
direction: "incoming" | "outgoing" | "system";
|
114746
114812
|
id?: string | undefined;
|
114747
114813
|
message?: string | undefined;
|
@@ -114771,6 +114837,9 @@ export declare const platformMessengerContract: {
|
|
114771
114837
|
} | undefined;
|
114772
114838
|
parentMessageId?: string | undefined;
|
114773
114839
|
feedPostId?: string | undefined;
|
114840
|
+
editedMessageId?: string | null | undefined;
|
114841
|
+
isEdited?: boolean | null | undefined;
|
114842
|
+
editedAt?: string | Date | null | undefined;
|
114774
114843
|
};
|
114775
114844
|
room: {
|
114776
114845
|
id: string;
|
@@ -114853,7 +114922,7 @@ export declare const platformMessengerContract: {
|
|
114853
114922
|
200: import("zod").ZodObject<{
|
114854
114923
|
requestId: import("zod").ZodString;
|
114855
114924
|
data: import("zod").ZodObject<{
|
114856
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
114925
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
114857
114926
|
message: import("zod").ZodString;
|
114858
114927
|
id: import("zod").ZodString;
|
114859
114928
|
url: import("zod").ZodString;
|
@@ -118327,7 +118396,7 @@ export declare const platformMessengerContract: {
|
|
118327
118396
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
118328
118397
|
message: import("zod").ZodString;
|
118329
118398
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
118330
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
118399
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
118331
118400
|
readAt: import("zod").ZodDate;
|
118332
118401
|
metadata: import("zod").ZodAny;
|
118333
118402
|
platformId: import("zod").ZodString;
|
@@ -118985,7 +119054,7 @@ export declare const platformMessengerContract: {
|
|
118985
119054
|
};
|
118986
119055
|
}>;
|
118987
119056
|
}, "strip", import("zod").ZodTypeAny, {
|
118988
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
119057
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
118989
119058
|
message: string;
|
118990
119059
|
id: string;
|
118991
119060
|
url: string;
|
@@ -119147,7 +119216,7 @@ export declare const platformMessengerContract: {
|
|
119147
119216
|
metadata?: any;
|
119148
119217
|
template?: any;
|
119149
119218
|
}, {
|
119150
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
119219
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
119151
119220
|
message: string;
|
119152
119221
|
id: string;
|
119153
119222
|
url: string;
|
@@ -119513,6 +119582,7 @@ export declare const platformMessengerContract: {
|
|
119513
119582
|
telephonySignature: string | null;
|
119514
119583
|
};
|
119515
119584
|
}>;
|
119585
|
+
editedMessageid: import("zod").ZodString;
|
119516
119586
|
fromMessage: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
119517
119587
|
id: import("zod").ZodString;
|
119518
119588
|
createdAt: import("zod").ZodDate;
|
@@ -119520,7 +119590,7 @@ export declare const platformMessengerContract: {
|
|
119520
119590
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
119521
119591
|
message: import("zod").ZodString;
|
119522
119592
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
119523
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
119593
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
119524
119594
|
readAt: import("zod").ZodDate;
|
119525
119595
|
metadata: import("zod").ZodAny;
|
119526
119596
|
platformId: import("zod").ZodString;
|
@@ -122555,7 +122625,7 @@ export declare const platformMessengerContract: {
|
|
122555
122625
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
122556
122626
|
message: import("zod").ZodString;
|
122557
122627
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
122558
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
122628
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
122559
122629
|
readAt: import("zod").ZodDate;
|
122560
122630
|
metadata: import("zod").ZodAny;
|
122561
122631
|
platformId: import("zod").ZodString;
|
@@ -123213,7 +123283,7 @@ export declare const platformMessengerContract: {
|
|
123213
123283
|
};
|
123214
123284
|
}>;
|
123215
123285
|
}, "strip", import("zod").ZodTypeAny, {
|
123216
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
123286
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
123217
123287
|
message: string;
|
123218
123288
|
id: string;
|
123219
123289
|
url: string;
|
@@ -123375,7 +123445,7 @@ export declare const platformMessengerContract: {
|
|
123375
123445
|
metadata?: any;
|
123376
123446
|
template?: any;
|
123377
123447
|
}, {
|
123378
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
123448
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
123379
123449
|
message: string;
|
123380
123450
|
id: string;
|
123381
123451
|
url: string;
|
@@ -124174,8 +124244,9 @@ export declare const platformMessengerContract: {
|
|
124174
124244
|
deletedAt: Date | null;
|
124175
124245
|
isActive: boolean;
|
124176
124246
|
}>;
|
124247
|
+
editedMessageid: import("zod").ZodString;
|
124177
124248
|
}, "strip", import("zod").ZodTypeAny, {
|
124178
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
124249
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
124179
124250
|
message: string;
|
124180
124251
|
id: string;
|
124181
124252
|
url: string;
|
@@ -124673,7 +124744,7 @@ export declare const platformMessengerContract: {
|
|
124673
124744
|
previewUrl: string;
|
124674
124745
|
imageSetId: string;
|
124675
124746
|
repliedMessage: {
|
124676
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
124747
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
124677
124748
|
message: string;
|
124678
124749
|
id: string;
|
124679
124750
|
url: string;
|
@@ -124879,10 +124950,11 @@ export declare const platformMessengerContract: {
|
|
124879
124950
|
telephonySignature: string | null;
|
124880
124951
|
};
|
124881
124952
|
};
|
124953
|
+
editedMessageid: string;
|
124882
124954
|
metadata?: any;
|
124883
124955
|
template?: any;
|
124884
124956
|
}, {
|
124885
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
124957
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
124886
124958
|
message: string;
|
124887
124959
|
id: string;
|
124888
124960
|
url: string;
|
@@ -125380,7 +125452,7 @@ export declare const platformMessengerContract: {
|
|
125380
125452
|
previewUrl: string;
|
125381
125453
|
imageSetId: string;
|
125382
125454
|
repliedMessage: {
|
125383
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
125455
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
125384
125456
|
message: string;
|
125385
125457
|
id: string;
|
125386
125458
|
url: string;
|
@@ -125586,11 +125658,12 @@ export declare const platformMessengerContract: {
|
|
125586
125658
|
telephonySignature: string | null;
|
125587
125659
|
};
|
125588
125660
|
};
|
125661
|
+
editedMessageid: string;
|
125589
125662
|
metadata?: any;
|
125590
125663
|
template?: any;
|
125591
125664
|
}>>>;
|
125592
125665
|
}, "strip", import("zod").ZodTypeAny, {
|
125593
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
125666
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
125594
125667
|
message: string;
|
125595
125668
|
id: string;
|
125596
125669
|
url: string;
|
@@ -126088,7 +126161,7 @@ export declare const platformMessengerContract: {
|
|
126088
126161
|
previewUrl: string;
|
126089
126162
|
imageSetId: string;
|
126090
126163
|
repliedMessage: {
|
126091
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
126164
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
126092
126165
|
message: string;
|
126093
126166
|
id: string;
|
126094
126167
|
url: string;
|
@@ -126294,10 +126367,11 @@ export declare const platformMessengerContract: {
|
|
126294
126367
|
telephonySignature: string | null;
|
126295
126368
|
};
|
126296
126369
|
};
|
126370
|
+
editedMessageid: string;
|
126297
126371
|
template?: any;
|
126298
126372
|
metadata?: any;
|
126299
126373
|
fromMessage?: {
|
126300
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
126374
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
126301
126375
|
message: string;
|
126302
126376
|
id: string;
|
126303
126377
|
url: string;
|
@@ -126795,7 +126869,7 @@ export declare const platformMessengerContract: {
|
|
126795
126869
|
previewUrl: string;
|
126796
126870
|
imageSetId: string;
|
126797
126871
|
repliedMessage: {
|
126798
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
126872
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
126799
126873
|
message: string;
|
126800
126874
|
id: string;
|
126801
126875
|
url: string;
|
@@ -127001,11 +127075,12 @@ export declare const platformMessengerContract: {
|
|
127001
127075
|
telephonySignature: string | null;
|
127002
127076
|
};
|
127003
127077
|
};
|
127078
|
+
editedMessageid: string;
|
127004
127079
|
metadata?: any;
|
127005
127080
|
template?: any;
|
127006
127081
|
} | null | undefined;
|
127007
127082
|
}, {
|
127008
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
127083
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
127009
127084
|
message: string;
|
127010
127085
|
id: string;
|
127011
127086
|
url: string;
|
@@ -127503,7 +127578,7 @@ export declare const platformMessengerContract: {
|
|
127503
127578
|
previewUrl: string;
|
127504
127579
|
imageSetId: string;
|
127505
127580
|
repliedMessage: {
|
127506
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
127581
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
127507
127582
|
message: string;
|
127508
127583
|
id: string;
|
127509
127584
|
url: string;
|
@@ -127709,10 +127784,11 @@ export declare const platformMessengerContract: {
|
|
127709
127784
|
telephonySignature: string | null;
|
127710
127785
|
};
|
127711
127786
|
};
|
127787
|
+
editedMessageid: string;
|
127712
127788
|
template?: any;
|
127713
127789
|
metadata?: any;
|
127714
127790
|
fromMessage?: {
|
127715
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
127791
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
127716
127792
|
message: string;
|
127717
127793
|
id: string;
|
127718
127794
|
url: string;
|
@@ -128210,7 +128286,7 @@ export declare const platformMessengerContract: {
|
|
128210
128286
|
previewUrl: string;
|
128211
128287
|
imageSetId: string;
|
128212
128288
|
repliedMessage: {
|
128213
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
128289
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
128214
128290
|
message: string;
|
128215
128291
|
id: string;
|
128216
128292
|
url: string;
|
@@ -128416,13 +128492,14 @@ export declare const platformMessengerContract: {
|
|
128416
128492
|
telephonySignature: string | null;
|
128417
128493
|
};
|
128418
128494
|
};
|
128495
|
+
editedMessageid: string;
|
128419
128496
|
metadata?: any;
|
128420
128497
|
template?: any;
|
128421
128498
|
} | null | undefined;
|
128422
128499
|
}>;
|
128423
128500
|
}, "strip", import("zod").ZodTypeAny, {
|
128424
128501
|
data: {
|
128425
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
128502
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
128426
128503
|
message: string;
|
128427
128504
|
id: string;
|
128428
128505
|
url: string;
|
@@ -128920,7 +128997,7 @@ export declare const platformMessengerContract: {
|
|
128920
128997
|
previewUrl: string;
|
128921
128998
|
imageSetId: string;
|
128922
128999
|
repliedMessage: {
|
128923
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
129000
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
128924
129001
|
message: string;
|
128925
129002
|
id: string;
|
128926
129003
|
url: string;
|
@@ -129126,10 +129203,11 @@ export declare const platformMessengerContract: {
|
|
129126
129203
|
telephonySignature: string | null;
|
129127
129204
|
};
|
129128
129205
|
};
|
129206
|
+
editedMessageid: string;
|
129129
129207
|
template?: any;
|
129130
129208
|
metadata?: any;
|
129131
129209
|
fromMessage?: {
|
129132
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
129210
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
129133
129211
|
message: string;
|
129134
129212
|
id: string;
|
129135
129213
|
url: string;
|
@@ -129627,7 +129705,7 @@ export declare const platformMessengerContract: {
|
|
129627
129705
|
previewUrl: string;
|
129628
129706
|
imageSetId: string;
|
129629
129707
|
repliedMessage: {
|
129630
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
129708
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
129631
129709
|
message: string;
|
129632
129710
|
id: string;
|
129633
129711
|
url: string;
|
@@ -129833,6 +129911,7 @@ export declare const platformMessengerContract: {
|
|
129833
129911
|
telephonySignature: string | null;
|
129834
129912
|
};
|
129835
129913
|
};
|
129914
|
+
editedMessageid: string;
|
129836
129915
|
metadata?: any;
|
129837
129916
|
template?: any;
|
129838
129917
|
} | null | undefined;
|
@@ -129840,7 +129919,7 @@ export declare const platformMessengerContract: {
|
|
129840
129919
|
requestId: string;
|
129841
129920
|
}, {
|
129842
129921
|
data: {
|
129843
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
129922
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
129844
129923
|
message: string;
|
129845
129924
|
id: string;
|
129846
129925
|
url: string;
|
@@ -130338,7 +130417,7 @@ export declare const platformMessengerContract: {
|
|
130338
130417
|
previewUrl: string;
|
130339
130418
|
imageSetId: string;
|
130340
130419
|
repliedMessage: {
|
130341
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
130420
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
130342
130421
|
message: string;
|
130343
130422
|
id: string;
|
130344
130423
|
url: string;
|
@@ -130544,10 +130623,11 @@ export declare const platformMessengerContract: {
|
|
130544
130623
|
telephonySignature: string | null;
|
130545
130624
|
};
|
130546
130625
|
};
|
130626
|
+
editedMessageid: string;
|
130547
130627
|
template?: any;
|
130548
130628
|
metadata?: any;
|
130549
130629
|
fromMessage?: {
|
130550
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
130630
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
130551
130631
|
message: string;
|
130552
130632
|
id: string;
|
130553
130633
|
url: string;
|
@@ -131045,7 +131125,7 @@ export declare const platformMessengerContract: {
|
|
131045
131125
|
previewUrl: string;
|
131046
131126
|
imageSetId: string;
|
131047
131127
|
repliedMessage: {
|
131048
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
131128
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
131049
131129
|
message: string;
|
131050
131130
|
id: string;
|
131051
131131
|
url: string;
|
@@ -131251,6 +131331,7 @@ export declare const platformMessengerContract: {
|
|
131251
131331
|
telephonySignature: string | null;
|
131252
131332
|
};
|
131253
131333
|
};
|
131334
|
+
editedMessageid: string;
|
131254
131335
|
metadata?: any;
|
131255
131336
|
template?: any;
|
131256
131337
|
} | null | undefined;
|
@@ -133436,7 +133517,7 @@ export declare const platformInstagramContract: {
|
|
133436
133517
|
id: import("zod").ZodOptional<import("zod").ZodString>;
|
133437
133518
|
message: import("zod").ZodOptional<import("zod").ZodString>;
|
133438
133519
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
133439
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
133520
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
133440
133521
|
readAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
133441
133522
|
metadata: import("zod").ZodOptional<import("zod").ZodAny>;
|
133442
133523
|
platformId: import("zod").ZodOptional<import("zod").ZodString>;
|
@@ -133487,8 +133568,11 @@ export declare const platformInstagramContract: {
|
|
133487
133568
|
}>>;
|
133488
133569
|
parentMessageId: import("zod").ZodOptional<import("zod").ZodString>;
|
133489
133570
|
feedPostId: import("zod").ZodOptional<import("zod").ZodString>;
|
133571
|
+
editedMessageId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
133572
|
+
isEdited: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
133573
|
+
editedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
133490
133574
|
}, "strip", import("zod").ZodTypeAny, {
|
133491
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
133575
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
133492
133576
|
direction: "incoming" | "outgoing" | "system";
|
133493
133577
|
id?: string | undefined;
|
133494
133578
|
message?: string | undefined;
|
@@ -133518,8 +133602,11 @@ export declare const platformInstagramContract: {
|
|
133518
133602
|
} | undefined;
|
133519
133603
|
parentMessageId?: string | undefined;
|
133520
133604
|
feedPostId?: string | undefined;
|
133605
|
+
editedMessageId?: string | null | undefined;
|
133606
|
+
isEdited?: boolean | null | undefined;
|
133607
|
+
editedAt?: string | Date | null | undefined;
|
133521
133608
|
}, {
|
133522
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
133609
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
133523
133610
|
direction: "incoming" | "outgoing" | "system";
|
133524
133611
|
id?: string | undefined;
|
133525
133612
|
message?: string | undefined;
|
@@ -133549,10 +133636,13 @@ export declare const platformInstagramContract: {
|
|
133549
133636
|
} | undefined;
|
133550
133637
|
parentMessageId?: string | undefined;
|
133551
133638
|
feedPostId?: string | undefined;
|
133639
|
+
editedMessageId?: string | null | undefined;
|
133640
|
+
isEdited?: boolean | null | undefined;
|
133641
|
+
editedAt?: string | Date | null | undefined;
|
133552
133642
|
}>;
|
133553
133643
|
}, "strip", import("zod").ZodTypeAny, {
|
133554
133644
|
message: {
|
133555
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
133645
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
133556
133646
|
direction: "incoming" | "outgoing" | "system";
|
133557
133647
|
id?: string | undefined;
|
133558
133648
|
message?: string | undefined;
|
@@ -133582,6 +133672,9 @@ export declare const platformInstagramContract: {
|
|
133582
133672
|
} | undefined;
|
133583
133673
|
parentMessageId?: string | undefined;
|
133584
133674
|
feedPostId?: string | undefined;
|
133675
|
+
editedMessageId?: string | null | undefined;
|
133676
|
+
isEdited?: boolean | null | undefined;
|
133677
|
+
editedAt?: string | Date | null | undefined;
|
133585
133678
|
};
|
133586
133679
|
room: {
|
133587
133680
|
id: string;
|
@@ -133660,7 +133753,7 @@ export declare const platformInstagramContract: {
|
|
133660
133753
|
isBot: boolean | null;
|
133661
133754
|
}, {
|
133662
133755
|
message: {
|
133663
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
133756
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
133664
133757
|
direction: "incoming" | "outgoing" | "system";
|
133665
133758
|
id?: string | undefined;
|
133666
133759
|
message?: string | undefined;
|
@@ -133690,6 +133783,9 @@ export declare const platformInstagramContract: {
|
|
133690
133783
|
} | undefined;
|
133691
133784
|
parentMessageId?: string | undefined;
|
133692
133785
|
feedPostId?: string | undefined;
|
133786
|
+
editedMessageId?: string | null | undefined;
|
133787
|
+
isEdited?: boolean | null | undefined;
|
133788
|
+
editedAt?: string | Date | null | undefined;
|
133693
133789
|
};
|
133694
133790
|
room: {
|
133695
133791
|
id: string;
|
@@ -133772,7 +133868,7 @@ export declare const platformInstagramContract: {
|
|
133772
133868
|
200: import("zod").ZodObject<{
|
133773
133869
|
requestId: import("zod").ZodString;
|
133774
133870
|
data: import("zod").ZodObject<{
|
133775
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
133871
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
133776
133872
|
message: import("zod").ZodString;
|
133777
133873
|
id: import("zod").ZodString;
|
133778
133874
|
url: import("zod").ZodString;
|
@@ -137246,7 +137342,7 @@ export declare const platformInstagramContract: {
|
|
137246
137342
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
137247
137343
|
message: import("zod").ZodString;
|
137248
137344
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
137249
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
137345
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
137250
137346
|
readAt: import("zod").ZodDate;
|
137251
137347
|
metadata: import("zod").ZodAny;
|
137252
137348
|
platformId: import("zod").ZodString;
|
@@ -137904,7 +138000,7 @@ export declare const platformInstagramContract: {
|
|
137904
138000
|
};
|
137905
138001
|
}>;
|
137906
138002
|
}, "strip", import("zod").ZodTypeAny, {
|
137907
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
138003
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
137908
138004
|
message: string;
|
137909
138005
|
id: string;
|
137910
138006
|
url: string;
|
@@ -138066,7 +138162,7 @@ export declare const platformInstagramContract: {
|
|
138066
138162
|
metadata?: any;
|
138067
138163
|
template?: any;
|
138068
138164
|
}, {
|
138069
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
138165
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
138070
138166
|
message: string;
|
138071
138167
|
id: string;
|
138072
138168
|
url: string;
|
@@ -138432,6 +138528,7 @@ export declare const platformInstagramContract: {
|
|
138432
138528
|
telephonySignature: string | null;
|
138433
138529
|
};
|
138434
138530
|
}>;
|
138531
|
+
editedMessageid: import("zod").ZodString;
|
138435
138532
|
fromMessage: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
138436
138533
|
id: import("zod").ZodString;
|
138437
138534
|
createdAt: import("zod").ZodDate;
|
@@ -138439,7 +138536,7 @@ export declare const platformInstagramContract: {
|
|
138439
138536
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
138440
138537
|
message: import("zod").ZodString;
|
138441
138538
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
138442
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
138539
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
138443
138540
|
readAt: import("zod").ZodDate;
|
138444
138541
|
metadata: import("zod").ZodAny;
|
138445
138542
|
platformId: import("zod").ZodString;
|
@@ -141474,7 +141571,7 @@ export declare const platformInstagramContract: {
|
|
141474
141571
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
141475
141572
|
message: import("zod").ZodString;
|
141476
141573
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
141477
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
141574
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
141478
141575
|
readAt: import("zod").ZodDate;
|
141479
141576
|
metadata: import("zod").ZodAny;
|
141480
141577
|
platformId: import("zod").ZodString;
|
@@ -142132,7 +142229,7 @@ export declare const platformInstagramContract: {
|
|
142132
142229
|
};
|
142133
142230
|
}>;
|
142134
142231
|
}, "strip", import("zod").ZodTypeAny, {
|
142135
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
142232
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
142136
142233
|
message: string;
|
142137
142234
|
id: string;
|
142138
142235
|
url: string;
|
@@ -142294,7 +142391,7 @@ export declare const platformInstagramContract: {
|
|
142294
142391
|
metadata?: any;
|
142295
142392
|
template?: any;
|
142296
142393
|
}, {
|
142297
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
142394
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
142298
142395
|
message: string;
|
142299
142396
|
id: string;
|
142300
142397
|
url: string;
|
@@ -143093,8 +143190,9 @@ export declare const platformInstagramContract: {
|
|
143093
143190
|
deletedAt: Date | null;
|
143094
143191
|
isActive: boolean;
|
143095
143192
|
}>;
|
143193
|
+
editedMessageid: import("zod").ZodString;
|
143096
143194
|
}, "strip", import("zod").ZodTypeAny, {
|
143097
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
143195
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
143098
143196
|
message: string;
|
143099
143197
|
id: string;
|
143100
143198
|
url: string;
|
@@ -143592,7 +143690,7 @@ export declare const platformInstagramContract: {
|
|
143592
143690
|
previewUrl: string;
|
143593
143691
|
imageSetId: string;
|
143594
143692
|
repliedMessage: {
|
143595
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
143693
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
143596
143694
|
message: string;
|
143597
143695
|
id: string;
|
143598
143696
|
url: string;
|
@@ -143798,10 +143896,11 @@ export declare const platformInstagramContract: {
|
|
143798
143896
|
telephonySignature: string | null;
|
143799
143897
|
};
|
143800
143898
|
};
|
143899
|
+
editedMessageid: string;
|
143801
143900
|
metadata?: any;
|
143802
143901
|
template?: any;
|
143803
143902
|
}, {
|
143804
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
143903
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
143805
143904
|
message: string;
|
143806
143905
|
id: string;
|
143807
143906
|
url: string;
|
@@ -144299,7 +144398,7 @@ export declare const platformInstagramContract: {
|
|
144299
144398
|
previewUrl: string;
|
144300
144399
|
imageSetId: string;
|
144301
144400
|
repliedMessage: {
|
144302
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
144401
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
144303
144402
|
message: string;
|
144304
144403
|
id: string;
|
144305
144404
|
url: string;
|
@@ -144505,11 +144604,12 @@ export declare const platformInstagramContract: {
|
|
144505
144604
|
telephonySignature: string | null;
|
144506
144605
|
};
|
144507
144606
|
};
|
144607
|
+
editedMessageid: string;
|
144508
144608
|
metadata?: any;
|
144509
144609
|
template?: any;
|
144510
144610
|
}>>>;
|
144511
144611
|
}, "strip", import("zod").ZodTypeAny, {
|
144512
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
144612
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
144513
144613
|
message: string;
|
144514
144614
|
id: string;
|
144515
144615
|
url: string;
|
@@ -145007,7 +145107,7 @@ export declare const platformInstagramContract: {
|
|
145007
145107
|
previewUrl: string;
|
145008
145108
|
imageSetId: string;
|
145009
145109
|
repliedMessage: {
|
145010
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
145110
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
145011
145111
|
message: string;
|
145012
145112
|
id: string;
|
145013
145113
|
url: string;
|
@@ -145213,10 +145313,11 @@ export declare const platformInstagramContract: {
|
|
145213
145313
|
telephonySignature: string | null;
|
145214
145314
|
};
|
145215
145315
|
};
|
145316
|
+
editedMessageid: string;
|
145216
145317
|
template?: any;
|
145217
145318
|
metadata?: any;
|
145218
145319
|
fromMessage?: {
|
145219
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
145320
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
145220
145321
|
message: string;
|
145221
145322
|
id: string;
|
145222
145323
|
url: string;
|
@@ -145714,7 +145815,7 @@ export declare const platformInstagramContract: {
|
|
145714
145815
|
previewUrl: string;
|
145715
145816
|
imageSetId: string;
|
145716
145817
|
repliedMessage: {
|
145717
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
145818
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
145718
145819
|
message: string;
|
145719
145820
|
id: string;
|
145720
145821
|
url: string;
|
@@ -145920,11 +146021,12 @@ export declare const platformInstagramContract: {
|
|
145920
146021
|
telephonySignature: string | null;
|
145921
146022
|
};
|
145922
146023
|
};
|
146024
|
+
editedMessageid: string;
|
145923
146025
|
metadata?: any;
|
145924
146026
|
template?: any;
|
145925
146027
|
} | null | undefined;
|
145926
146028
|
}, {
|
145927
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
146029
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
145928
146030
|
message: string;
|
145929
146031
|
id: string;
|
145930
146032
|
url: string;
|
@@ -146422,7 +146524,7 @@ export declare const platformInstagramContract: {
|
|
146422
146524
|
previewUrl: string;
|
146423
146525
|
imageSetId: string;
|
146424
146526
|
repliedMessage: {
|
146425
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
146527
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
146426
146528
|
message: string;
|
146427
146529
|
id: string;
|
146428
146530
|
url: string;
|
@@ -146628,10 +146730,11 @@ export declare const platformInstagramContract: {
|
|
146628
146730
|
telephonySignature: string | null;
|
146629
146731
|
};
|
146630
146732
|
};
|
146733
|
+
editedMessageid: string;
|
146631
146734
|
template?: any;
|
146632
146735
|
metadata?: any;
|
146633
146736
|
fromMessage?: {
|
146634
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
146737
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
146635
146738
|
message: string;
|
146636
146739
|
id: string;
|
146637
146740
|
url: string;
|
@@ -147129,7 +147232,7 @@ export declare const platformInstagramContract: {
|
|
147129
147232
|
previewUrl: string;
|
147130
147233
|
imageSetId: string;
|
147131
147234
|
repliedMessage: {
|
147132
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
147235
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
147133
147236
|
message: string;
|
147134
147237
|
id: string;
|
147135
147238
|
url: string;
|
@@ -147335,13 +147438,14 @@ export declare const platformInstagramContract: {
|
|
147335
147438
|
telephonySignature: string | null;
|
147336
147439
|
};
|
147337
147440
|
};
|
147441
|
+
editedMessageid: string;
|
147338
147442
|
metadata?: any;
|
147339
147443
|
template?: any;
|
147340
147444
|
} | null | undefined;
|
147341
147445
|
}>;
|
147342
147446
|
}, "strip", import("zod").ZodTypeAny, {
|
147343
147447
|
data: {
|
147344
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
147448
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
147345
147449
|
message: string;
|
147346
147450
|
id: string;
|
147347
147451
|
url: string;
|
@@ -147839,7 +147943,7 @@ export declare const platformInstagramContract: {
|
|
147839
147943
|
previewUrl: string;
|
147840
147944
|
imageSetId: string;
|
147841
147945
|
repliedMessage: {
|
147842
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
147946
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
147843
147947
|
message: string;
|
147844
147948
|
id: string;
|
147845
147949
|
url: string;
|
@@ -148045,10 +148149,11 @@ export declare const platformInstagramContract: {
|
|
148045
148149
|
telephonySignature: string | null;
|
148046
148150
|
};
|
148047
148151
|
};
|
148152
|
+
editedMessageid: string;
|
148048
148153
|
template?: any;
|
148049
148154
|
metadata?: any;
|
148050
148155
|
fromMessage?: {
|
148051
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
148156
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
148052
148157
|
message: string;
|
148053
148158
|
id: string;
|
148054
148159
|
url: string;
|
@@ -148546,7 +148651,7 @@ export declare const platformInstagramContract: {
|
|
148546
148651
|
previewUrl: string;
|
148547
148652
|
imageSetId: string;
|
148548
148653
|
repliedMessage: {
|
148549
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
148654
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
148550
148655
|
message: string;
|
148551
148656
|
id: string;
|
148552
148657
|
url: string;
|
@@ -148752,6 +148857,7 @@ export declare const platformInstagramContract: {
|
|
148752
148857
|
telephonySignature: string | null;
|
148753
148858
|
};
|
148754
148859
|
};
|
148860
|
+
editedMessageid: string;
|
148755
148861
|
metadata?: any;
|
148756
148862
|
template?: any;
|
148757
148863
|
} | null | undefined;
|
@@ -148759,7 +148865,7 @@ export declare const platformInstagramContract: {
|
|
148759
148865
|
requestId: string;
|
148760
148866
|
}, {
|
148761
148867
|
data: {
|
148762
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
148868
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
148763
148869
|
message: string;
|
148764
148870
|
id: string;
|
148765
148871
|
url: string;
|
@@ -149257,7 +149363,7 @@ export declare const platformInstagramContract: {
|
|
149257
149363
|
previewUrl: string;
|
149258
149364
|
imageSetId: string;
|
149259
149365
|
repliedMessage: {
|
149260
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
149366
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
149261
149367
|
message: string;
|
149262
149368
|
id: string;
|
149263
149369
|
url: string;
|
@@ -149463,10 +149569,11 @@ export declare const platformInstagramContract: {
|
|
149463
149569
|
telephonySignature: string | null;
|
149464
149570
|
};
|
149465
149571
|
};
|
149572
|
+
editedMessageid: string;
|
149466
149573
|
template?: any;
|
149467
149574
|
metadata?: any;
|
149468
149575
|
fromMessage?: {
|
149469
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
149576
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
149470
149577
|
message: string;
|
149471
149578
|
id: string;
|
149472
149579
|
url: string;
|
@@ -149964,7 +150071,7 @@ export declare const platformInstagramContract: {
|
|
149964
150071
|
previewUrl: string;
|
149965
150072
|
imageSetId: string;
|
149966
150073
|
repliedMessage: {
|
149967
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
150074
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
149968
150075
|
message: string;
|
149969
150076
|
id: string;
|
149970
150077
|
url: string;
|
@@ -150170,6 +150277,7 @@ export declare const platformInstagramContract: {
|
|
150170
150277
|
telephonySignature: string | null;
|
150171
150278
|
};
|
150172
150279
|
};
|
150280
|
+
editedMessageid: string;
|
150173
150281
|
metadata?: any;
|
150174
150282
|
template?: any;
|
150175
150283
|
} | null | undefined;
|
@@ -153453,7 +153561,7 @@ export declare const platformSMSContract: {
|
|
153453
153561
|
id: import("zod").ZodOptional<import("zod").ZodString>;
|
153454
153562
|
message: import("zod").ZodOptional<import("zod").ZodString>;
|
153455
153563
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
153456
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
153564
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
153457
153565
|
readAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
153458
153566
|
metadata: import("zod").ZodOptional<import("zod").ZodAny>;
|
153459
153567
|
platformId: import("zod").ZodOptional<import("zod").ZodString>;
|
@@ -153504,8 +153612,11 @@ export declare const platformSMSContract: {
|
|
153504
153612
|
}>>;
|
153505
153613
|
parentMessageId: import("zod").ZodOptional<import("zod").ZodString>;
|
153506
153614
|
feedPostId: import("zod").ZodOptional<import("zod").ZodString>;
|
153615
|
+
editedMessageId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
153616
|
+
isEdited: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
153617
|
+
editedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
153507
153618
|
}, "strip", import("zod").ZodTypeAny, {
|
153508
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
153619
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
153509
153620
|
direction: "incoming" | "outgoing" | "system";
|
153510
153621
|
id?: string | undefined;
|
153511
153622
|
message?: string | undefined;
|
@@ -153535,8 +153646,11 @@ export declare const platformSMSContract: {
|
|
153535
153646
|
} | undefined;
|
153536
153647
|
parentMessageId?: string | undefined;
|
153537
153648
|
feedPostId?: string | undefined;
|
153649
|
+
editedMessageId?: string | null | undefined;
|
153650
|
+
isEdited?: boolean | null | undefined;
|
153651
|
+
editedAt?: string | Date | null | undefined;
|
153538
153652
|
}, {
|
153539
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
153653
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
153540
153654
|
direction: "incoming" | "outgoing" | "system";
|
153541
153655
|
id?: string | undefined;
|
153542
153656
|
message?: string | undefined;
|
@@ -153566,10 +153680,13 @@ export declare const platformSMSContract: {
|
|
153566
153680
|
} | undefined;
|
153567
153681
|
parentMessageId?: string | undefined;
|
153568
153682
|
feedPostId?: string | undefined;
|
153683
|
+
editedMessageId?: string | null | undefined;
|
153684
|
+
isEdited?: boolean | null | undefined;
|
153685
|
+
editedAt?: string | Date | null | undefined;
|
153569
153686
|
}>;
|
153570
153687
|
}, "strip", import("zod").ZodTypeAny, {
|
153571
153688
|
message: {
|
153572
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
153689
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
153573
153690
|
direction: "incoming" | "outgoing" | "system";
|
153574
153691
|
id?: string | undefined;
|
153575
153692
|
message?: string | undefined;
|
@@ -153599,6 +153716,9 @@ export declare const platformSMSContract: {
|
|
153599
153716
|
} | undefined;
|
153600
153717
|
parentMessageId?: string | undefined;
|
153601
153718
|
feedPostId?: string | undefined;
|
153719
|
+
editedMessageId?: string | null | undefined;
|
153720
|
+
isEdited?: boolean | null | undefined;
|
153721
|
+
editedAt?: string | Date | null | undefined;
|
153602
153722
|
};
|
153603
153723
|
room: {
|
153604
153724
|
id: string;
|
@@ -153677,7 +153797,7 @@ export declare const platformSMSContract: {
|
|
153677
153797
|
isBot: boolean | null;
|
153678
153798
|
}, {
|
153679
153799
|
message: {
|
153680
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
153800
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
153681
153801
|
direction: "incoming" | "outgoing" | "system";
|
153682
153802
|
id?: string | undefined;
|
153683
153803
|
message?: string | undefined;
|
@@ -153707,6 +153827,9 @@ export declare const platformSMSContract: {
|
|
153707
153827
|
} | undefined;
|
153708
153828
|
parentMessageId?: string | undefined;
|
153709
153829
|
feedPostId?: string | undefined;
|
153830
|
+
editedMessageId?: string | null | undefined;
|
153831
|
+
isEdited?: boolean | null | undefined;
|
153832
|
+
editedAt?: string | Date | null | undefined;
|
153710
153833
|
};
|
153711
153834
|
room: {
|
153712
153835
|
id: string;
|
@@ -157122,7 +157245,7 @@ export declare const facebookFeedContract: {
|
|
157122
157245
|
id: import("zod").ZodOptional<import("zod").ZodString>;
|
157123
157246
|
message: import("zod").ZodOptional<import("zod").ZodString>;
|
157124
157247
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
157125
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
157248
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
157126
157249
|
readAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
157127
157250
|
metadata: import("zod").ZodOptional<import("zod").ZodAny>;
|
157128
157251
|
platformId: import("zod").ZodOptional<import("zod").ZodString>;
|
@@ -157173,8 +157296,11 @@ export declare const facebookFeedContract: {
|
|
157173
157296
|
}>>;
|
157174
157297
|
parentMessageId: import("zod").ZodOptional<import("zod").ZodString>;
|
157175
157298
|
feedPostId: import("zod").ZodOptional<import("zod").ZodString>;
|
157299
|
+
editedMessageId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
157300
|
+
isEdited: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
157301
|
+
editedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
157176
157302
|
}, "strip", import("zod").ZodTypeAny, {
|
157177
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
157303
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
157178
157304
|
direction: "incoming" | "outgoing" | "system";
|
157179
157305
|
id?: string | undefined;
|
157180
157306
|
message?: string | undefined;
|
@@ -157204,8 +157330,11 @@ export declare const facebookFeedContract: {
|
|
157204
157330
|
} | undefined;
|
157205
157331
|
parentMessageId?: string | undefined;
|
157206
157332
|
feedPostId?: string | undefined;
|
157333
|
+
editedMessageId?: string | null | undefined;
|
157334
|
+
isEdited?: boolean | null | undefined;
|
157335
|
+
editedAt?: string | Date | null | undefined;
|
157207
157336
|
}, {
|
157208
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
157337
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
157209
157338
|
direction: "incoming" | "outgoing" | "system";
|
157210
157339
|
id?: string | undefined;
|
157211
157340
|
message?: string | undefined;
|
@@ -157235,6 +157364,9 @@ export declare const facebookFeedContract: {
|
|
157235
157364
|
} | undefined;
|
157236
157365
|
parentMessageId?: string | undefined;
|
157237
157366
|
feedPostId?: string | undefined;
|
157367
|
+
editedMessageId?: string | null | undefined;
|
157368
|
+
isEdited?: boolean | null | undefined;
|
157369
|
+
editedAt?: string | Date | null | undefined;
|
157238
157370
|
}>;
|
157239
157371
|
room: import("zod").ZodObject<{
|
157240
157372
|
id: import("zod").ZodString;
|
@@ -157655,7 +157787,7 @@ export declare const facebookFeedContract: {
|
|
157655
157787
|
}>>;
|
157656
157788
|
}, "strip", import("zod").ZodTypeAny, {
|
157657
157789
|
message: {
|
157658
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
157790
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
157659
157791
|
direction: "incoming" | "outgoing" | "system";
|
157660
157792
|
id?: string | undefined;
|
157661
157793
|
message?: string | undefined;
|
@@ -157685,6 +157817,9 @@ export declare const facebookFeedContract: {
|
|
157685
157817
|
} | undefined;
|
157686
157818
|
parentMessageId?: string | undefined;
|
157687
157819
|
feedPostId?: string | undefined;
|
157820
|
+
editedMessageId?: string | null | undefined;
|
157821
|
+
isEdited?: boolean | null | undefined;
|
157822
|
+
editedAt?: string | Date | null | undefined;
|
157688
157823
|
};
|
157689
157824
|
room: {
|
157690
157825
|
id: string;
|
@@ -157767,7 +157902,7 @@ export declare const facebookFeedContract: {
|
|
157767
157902
|
} | undefined;
|
157768
157903
|
}, {
|
157769
157904
|
message: {
|
157770
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
157905
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
157771
157906
|
direction: "incoming" | "outgoing" | "system";
|
157772
157907
|
id?: string | undefined;
|
157773
157908
|
message?: string | undefined;
|
@@ -157797,6 +157932,9 @@ export declare const facebookFeedContract: {
|
|
157797
157932
|
} | undefined;
|
157798
157933
|
parentMessageId?: string | undefined;
|
157799
157934
|
feedPostId?: string | undefined;
|
157935
|
+
editedMessageId?: string | null | undefined;
|
157936
|
+
isEdited?: boolean | null | undefined;
|
157937
|
+
editedAt?: string | Date | null | undefined;
|
157800
157938
|
};
|
157801
157939
|
room: {
|
157802
157940
|
id: string;
|
@@ -157883,7 +158021,7 @@ export declare const facebookFeedContract: {
|
|
157883
158021
|
200: import("zod").ZodObject<{
|
157884
158022
|
requestId: import("zod").ZodString;
|
157885
158023
|
data: import("zod").ZodObject<{
|
157886
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
158024
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
157887
158025
|
message: import("zod").ZodString;
|
157888
158026
|
id: import("zod").ZodString;
|
157889
158027
|
url: import("zod").ZodString;
|
@@ -161357,7 +161495,7 @@ export declare const facebookFeedContract: {
|
|
161357
161495
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
161358
161496
|
message: import("zod").ZodString;
|
161359
161497
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
161360
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
161498
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
161361
161499
|
readAt: import("zod").ZodDate;
|
161362
161500
|
metadata: import("zod").ZodAny;
|
161363
161501
|
platformId: import("zod").ZodString;
|
@@ -162015,7 +162153,7 @@ export declare const facebookFeedContract: {
|
|
162015
162153
|
};
|
162016
162154
|
}>;
|
162017
162155
|
}, "strip", import("zod").ZodTypeAny, {
|
162018
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
162156
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
162019
162157
|
message: string;
|
162020
162158
|
id: string;
|
162021
162159
|
url: string;
|
@@ -162177,7 +162315,7 @@ export declare const facebookFeedContract: {
|
|
162177
162315
|
metadata?: any;
|
162178
162316
|
template?: any;
|
162179
162317
|
}, {
|
162180
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
162318
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
162181
162319
|
message: string;
|
162182
162320
|
id: string;
|
162183
162321
|
url: string;
|
@@ -162543,6 +162681,7 @@ export declare const facebookFeedContract: {
|
|
162543
162681
|
telephonySignature: string | null;
|
162544
162682
|
};
|
162545
162683
|
}>;
|
162684
|
+
editedMessageid: import("zod").ZodString;
|
162546
162685
|
fromMessage: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
162547
162686
|
id: import("zod").ZodString;
|
162548
162687
|
createdAt: import("zod").ZodDate;
|
@@ -162550,7 +162689,7 @@ export declare const facebookFeedContract: {
|
|
162550
162689
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
162551
162690
|
message: import("zod").ZodString;
|
162552
162691
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
162553
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
162692
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
162554
162693
|
readAt: import("zod").ZodDate;
|
162555
162694
|
metadata: import("zod").ZodAny;
|
162556
162695
|
platformId: import("zod").ZodString;
|
@@ -165585,7 +165724,7 @@ export declare const facebookFeedContract: {
|
|
165585
165724
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
165586
165725
|
message: import("zod").ZodString;
|
165587
165726
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
165588
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
165727
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
165589
165728
|
readAt: import("zod").ZodDate;
|
165590
165729
|
metadata: import("zod").ZodAny;
|
165591
165730
|
platformId: import("zod").ZodString;
|
@@ -166243,7 +166382,7 @@ export declare const facebookFeedContract: {
|
|
166243
166382
|
};
|
166244
166383
|
}>;
|
166245
166384
|
}, "strip", import("zod").ZodTypeAny, {
|
166246
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
166385
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
166247
166386
|
message: string;
|
166248
166387
|
id: string;
|
166249
166388
|
url: string;
|
@@ -166405,7 +166544,7 @@ export declare const facebookFeedContract: {
|
|
166405
166544
|
metadata?: any;
|
166406
166545
|
template?: any;
|
166407
166546
|
}, {
|
166408
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
166547
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
166409
166548
|
message: string;
|
166410
166549
|
id: string;
|
166411
166550
|
url: string;
|
@@ -167204,8 +167343,9 @@ export declare const facebookFeedContract: {
|
|
167204
167343
|
deletedAt: Date | null;
|
167205
167344
|
isActive: boolean;
|
167206
167345
|
}>;
|
167346
|
+
editedMessageid: import("zod").ZodString;
|
167207
167347
|
}, "strip", import("zod").ZodTypeAny, {
|
167208
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
167348
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
167209
167349
|
message: string;
|
167210
167350
|
id: string;
|
167211
167351
|
url: string;
|
@@ -167703,7 +167843,7 @@ export declare const facebookFeedContract: {
|
|
167703
167843
|
previewUrl: string;
|
167704
167844
|
imageSetId: string;
|
167705
167845
|
repliedMessage: {
|
167706
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
167846
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
167707
167847
|
message: string;
|
167708
167848
|
id: string;
|
167709
167849
|
url: string;
|
@@ -167909,10 +168049,11 @@ export declare const facebookFeedContract: {
|
|
167909
168049
|
telephonySignature: string | null;
|
167910
168050
|
};
|
167911
168051
|
};
|
168052
|
+
editedMessageid: string;
|
167912
168053
|
metadata?: any;
|
167913
168054
|
template?: any;
|
167914
168055
|
}, {
|
167915
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
168056
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
167916
168057
|
message: string;
|
167917
168058
|
id: string;
|
167918
168059
|
url: string;
|
@@ -168410,7 +168551,7 @@ export declare const facebookFeedContract: {
|
|
168410
168551
|
previewUrl: string;
|
168411
168552
|
imageSetId: string;
|
168412
168553
|
repliedMessage: {
|
168413
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
168554
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
168414
168555
|
message: string;
|
168415
168556
|
id: string;
|
168416
168557
|
url: string;
|
@@ -168616,11 +168757,12 @@ export declare const facebookFeedContract: {
|
|
168616
168757
|
telephonySignature: string | null;
|
168617
168758
|
};
|
168618
168759
|
};
|
168760
|
+
editedMessageid: string;
|
168619
168761
|
metadata?: any;
|
168620
168762
|
template?: any;
|
168621
168763
|
}>>>;
|
168622
168764
|
}, "strip", import("zod").ZodTypeAny, {
|
168623
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
168765
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
168624
168766
|
message: string;
|
168625
168767
|
id: string;
|
168626
168768
|
url: string;
|
@@ -169118,7 +169260,7 @@ export declare const facebookFeedContract: {
|
|
169118
169260
|
previewUrl: string;
|
169119
169261
|
imageSetId: string;
|
169120
169262
|
repliedMessage: {
|
169121
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
169263
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
169122
169264
|
message: string;
|
169123
169265
|
id: string;
|
169124
169266
|
url: string;
|
@@ -169324,10 +169466,11 @@ export declare const facebookFeedContract: {
|
|
169324
169466
|
telephonySignature: string | null;
|
169325
169467
|
};
|
169326
169468
|
};
|
169469
|
+
editedMessageid: string;
|
169327
169470
|
template?: any;
|
169328
169471
|
metadata?: any;
|
169329
169472
|
fromMessage?: {
|
169330
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
169473
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
169331
169474
|
message: string;
|
169332
169475
|
id: string;
|
169333
169476
|
url: string;
|
@@ -169825,7 +169968,7 @@ export declare const facebookFeedContract: {
|
|
169825
169968
|
previewUrl: string;
|
169826
169969
|
imageSetId: string;
|
169827
169970
|
repliedMessage: {
|
169828
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
169971
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
169829
169972
|
message: string;
|
169830
169973
|
id: string;
|
169831
169974
|
url: string;
|
@@ -170031,11 +170174,12 @@ export declare const facebookFeedContract: {
|
|
170031
170174
|
telephonySignature: string | null;
|
170032
170175
|
};
|
170033
170176
|
};
|
170177
|
+
editedMessageid: string;
|
170034
170178
|
metadata?: any;
|
170035
170179
|
template?: any;
|
170036
170180
|
} | null | undefined;
|
170037
170181
|
}, {
|
170038
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
170182
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
170039
170183
|
message: string;
|
170040
170184
|
id: string;
|
170041
170185
|
url: string;
|
@@ -170533,7 +170677,7 @@ export declare const facebookFeedContract: {
|
|
170533
170677
|
previewUrl: string;
|
170534
170678
|
imageSetId: string;
|
170535
170679
|
repliedMessage: {
|
170536
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
170680
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
170537
170681
|
message: string;
|
170538
170682
|
id: string;
|
170539
170683
|
url: string;
|
@@ -170739,10 +170883,11 @@ export declare const facebookFeedContract: {
|
|
170739
170883
|
telephonySignature: string | null;
|
170740
170884
|
};
|
170741
170885
|
};
|
170886
|
+
editedMessageid: string;
|
170742
170887
|
template?: any;
|
170743
170888
|
metadata?: any;
|
170744
170889
|
fromMessage?: {
|
170745
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
170890
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
170746
170891
|
message: string;
|
170747
170892
|
id: string;
|
170748
170893
|
url: string;
|
@@ -171240,7 +171385,7 @@ export declare const facebookFeedContract: {
|
|
171240
171385
|
previewUrl: string;
|
171241
171386
|
imageSetId: string;
|
171242
171387
|
repliedMessage: {
|
171243
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
171388
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
171244
171389
|
message: string;
|
171245
171390
|
id: string;
|
171246
171391
|
url: string;
|
@@ -171446,13 +171591,14 @@ export declare const facebookFeedContract: {
|
|
171446
171591
|
telephonySignature: string | null;
|
171447
171592
|
};
|
171448
171593
|
};
|
171594
|
+
editedMessageid: string;
|
171449
171595
|
metadata?: any;
|
171450
171596
|
template?: any;
|
171451
171597
|
} | null | undefined;
|
171452
171598
|
}>;
|
171453
171599
|
}, "strip", import("zod").ZodTypeAny, {
|
171454
171600
|
data: {
|
171455
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
171601
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
171456
171602
|
message: string;
|
171457
171603
|
id: string;
|
171458
171604
|
url: string;
|
@@ -171950,7 +172096,7 @@ export declare const facebookFeedContract: {
|
|
171950
172096
|
previewUrl: string;
|
171951
172097
|
imageSetId: string;
|
171952
172098
|
repliedMessage: {
|
171953
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
172099
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
171954
172100
|
message: string;
|
171955
172101
|
id: string;
|
171956
172102
|
url: string;
|
@@ -172156,10 +172302,11 @@ export declare const facebookFeedContract: {
|
|
172156
172302
|
telephonySignature: string | null;
|
172157
172303
|
};
|
172158
172304
|
};
|
172305
|
+
editedMessageid: string;
|
172159
172306
|
template?: any;
|
172160
172307
|
metadata?: any;
|
172161
172308
|
fromMessage?: {
|
172162
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
172309
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
172163
172310
|
message: string;
|
172164
172311
|
id: string;
|
172165
172312
|
url: string;
|
@@ -172657,7 +172804,7 @@ export declare const facebookFeedContract: {
|
|
172657
172804
|
previewUrl: string;
|
172658
172805
|
imageSetId: string;
|
172659
172806
|
repliedMessage: {
|
172660
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
172807
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
172661
172808
|
message: string;
|
172662
172809
|
id: string;
|
172663
172810
|
url: string;
|
@@ -172863,6 +173010,7 @@ export declare const facebookFeedContract: {
|
|
172863
173010
|
telephonySignature: string | null;
|
172864
173011
|
};
|
172865
173012
|
};
|
173013
|
+
editedMessageid: string;
|
172866
173014
|
metadata?: any;
|
172867
173015
|
template?: any;
|
172868
173016
|
} | null | undefined;
|
@@ -172870,7 +173018,7 @@ export declare const facebookFeedContract: {
|
|
172870
173018
|
requestId: string;
|
172871
173019
|
}, {
|
172872
173020
|
data: {
|
172873
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
173021
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
172874
173022
|
message: string;
|
172875
173023
|
id: string;
|
172876
173024
|
url: string;
|
@@ -173368,7 +173516,7 @@ export declare const facebookFeedContract: {
|
|
173368
173516
|
previewUrl: string;
|
173369
173517
|
imageSetId: string;
|
173370
173518
|
repliedMessage: {
|
173371
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
173519
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
173372
173520
|
message: string;
|
173373
173521
|
id: string;
|
173374
173522
|
url: string;
|
@@ -173574,10 +173722,11 @@ export declare const facebookFeedContract: {
|
|
173574
173722
|
telephonySignature: string | null;
|
173575
173723
|
};
|
173576
173724
|
};
|
173725
|
+
editedMessageid: string;
|
173577
173726
|
template?: any;
|
173578
173727
|
metadata?: any;
|
173579
173728
|
fromMessage?: {
|
173580
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
173729
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
173581
173730
|
message: string;
|
173582
173731
|
id: string;
|
173583
173732
|
url: string;
|
@@ -174075,7 +174224,7 @@ export declare const facebookFeedContract: {
|
|
174075
174224
|
previewUrl: string;
|
174076
174225
|
imageSetId: string;
|
174077
174226
|
repliedMessage: {
|
174078
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
174227
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
174079
174228
|
message: string;
|
174080
174229
|
id: string;
|
174081
174230
|
url: string;
|
@@ -174281,6 +174430,7 @@ export declare const facebookFeedContract: {
|
|
174281
174430
|
telephonySignature: string | null;
|
174282
174431
|
};
|
174283
174432
|
};
|
174433
|
+
editedMessageid: string;
|
174284
174434
|
metadata?: any;
|
174285
174435
|
template?: any;
|
174286
174436
|
} | null | undefined;
|
@@ -174520,7 +174670,7 @@ export declare const facebookFeedContract: {
|
|
174520
174670
|
id: import("zod").ZodOptional<import("zod").ZodString>;
|
174521
174671
|
message: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
174522
174672
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
174523
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
174673
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
174524
174674
|
readAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
174525
174675
|
metadata: import("zod").ZodOptional<import("zod").ZodAny>;
|
174526
174676
|
platformId: import("zod").ZodOptional<import("zod").ZodString>;
|
@@ -174572,7 +174722,7 @@ export declare const facebookFeedContract: {
|
|
174572
174722
|
parentMessageId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
174573
174723
|
feedPostId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
174574
174724
|
}, "strip", import("zod").ZodTypeAny, {
|
174575
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
174725
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
174576
174726
|
direction: "incoming" | "outgoing" | "system";
|
174577
174727
|
id?: string | undefined;
|
174578
174728
|
message?: string | null | undefined;
|
@@ -174603,7 +174753,7 @@ export declare const facebookFeedContract: {
|
|
174603
174753
|
parentMessageId?: string | null | undefined;
|
174604
174754
|
feedPostId?: string | null | undefined;
|
174605
174755
|
}, {
|
174606
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
174756
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
174607
174757
|
direction: "incoming" | "outgoing" | "system";
|
174608
174758
|
id?: string | undefined;
|
174609
174759
|
message?: string | null | undefined;
|
@@ -174636,7 +174786,7 @@ export declare const facebookFeedContract: {
|
|
174636
174786
|
}>;
|
174637
174787
|
}, "strip", import("zod").ZodTypeAny, {
|
174638
174788
|
message: {
|
174639
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
174789
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
174640
174790
|
direction: "incoming" | "outgoing" | "system";
|
174641
174791
|
id?: string | undefined;
|
174642
174792
|
message?: string | null | undefined;
|
@@ -174703,7 +174853,7 @@ export declare const facebookFeedContract: {
|
|
174703
174853
|
};
|
174704
174854
|
}, {
|
174705
174855
|
message: {
|
174706
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
174856
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
174707
174857
|
direction: "incoming" | "outgoing" | "system";
|
174708
174858
|
id?: string | undefined;
|
174709
174859
|
message?: string | null | undefined;
|
@@ -174980,7 +175130,7 @@ export declare const facebookFeedContract: {
|
|
174980
175130
|
id: import("zod").ZodOptional<import("zod").ZodString>;
|
174981
175131
|
message: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
174982
175132
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
174983
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
175133
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
174984
175134
|
readAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodDate, import("zod").ZodString]>>>;
|
174985
175135
|
metadata: import("zod").ZodOptional<import("zod").ZodAny>;
|
174986
175136
|
platformId: import("zod").ZodOptional<import("zod").ZodString>;
|
@@ -175032,7 +175182,7 @@ export declare const facebookFeedContract: {
|
|
175032
175182
|
parentMessageId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
175033
175183
|
feedPostId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
175034
175184
|
}, "strip", import("zod").ZodTypeAny, {
|
175035
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
175185
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
175036
175186
|
direction: "incoming" | "outgoing" | "system";
|
175037
175187
|
id?: string | undefined;
|
175038
175188
|
message?: string | null | undefined;
|
@@ -175063,7 +175213,7 @@ export declare const facebookFeedContract: {
|
|
175063
175213
|
parentMessageId?: string | null | undefined;
|
175064
175214
|
feedPostId?: string | null | undefined;
|
175065
175215
|
}, {
|
175066
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
175216
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
175067
175217
|
direction: "incoming" | "outgoing" | "system";
|
175068
175218
|
id?: string | undefined;
|
175069
175219
|
message?: string | null | undefined;
|
@@ -175096,7 +175246,7 @@ export declare const facebookFeedContract: {
|
|
175096
175246
|
}>;
|
175097
175247
|
}, "strip", import("zod").ZodTypeAny, {
|
175098
175248
|
message: {
|
175099
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
175249
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
175100
175250
|
direction: "incoming" | "outgoing" | "system";
|
175101
175251
|
id?: string | undefined;
|
175102
175252
|
message?: string | null | undefined;
|
@@ -175163,7 +175313,7 @@ export declare const facebookFeedContract: {
|
|
175163
175313
|
};
|
175164
175314
|
}, {
|
175165
175315
|
message: {
|
175166
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
175316
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
175167
175317
|
direction: "incoming" | "outgoing" | "system";
|
175168
175318
|
id?: string | undefined;
|
175169
175319
|
message?: string | null | undefined;
|
@@ -175275,7 +175425,7 @@ export declare const feedPostContract: {
|
|
175275
175425
|
updatedAt: import("zod").ZodDate;
|
175276
175426
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
175277
175427
|
message: import("zod").ZodNullable<import("zod").ZodString>;
|
175278
|
-
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", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>]>;
|
175428
|
+
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", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>]>;
|
175279
175429
|
metadata: import("zod").ZodAny;
|
175280
175430
|
platformId: import("zod").ZodString;
|
175281
175431
|
platformMessageId: import("zod").ZodString;
|
@@ -176859,7 +177009,7 @@ export declare const feedPostContract: {
|
|
176859
177009
|
imageURL: import("zod").ZodString;
|
176860
177010
|
permalinkURL: import("zod").ZodString;
|
176861
177011
|
}, "strip", import("zod").ZodTypeAny, {
|
176862
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
177012
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
176863
177013
|
message: string | null;
|
176864
177014
|
id: string;
|
176865
177015
|
channel: {
|
@@ -177108,7 +177258,7 @@ export declare const feedPostContract: {
|
|
177108
177258
|
permalinkURL: string;
|
177109
177259
|
metadata?: any;
|
177110
177260
|
}, {
|
177111
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
177261
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
177112
177262
|
message: string | null;
|
177113
177263
|
id: string;
|
177114
177264
|
channel: {
|
@@ -177359,7 +177509,7 @@ export declare const feedPostContract: {
|
|
177359
177509
|
}>;
|
177360
177510
|
}, "strip", import("zod").ZodTypeAny, {
|
177361
177511
|
data: {
|
177362
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
177512
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
177363
177513
|
message: string | null;
|
177364
177514
|
id: string;
|
177365
177515
|
channel: {
|
@@ -177611,7 +177761,7 @@ export declare const feedPostContract: {
|
|
177611
177761
|
requestId: string;
|
177612
177762
|
}, {
|
177613
177763
|
data: {
|
177614
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
177764
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
177615
177765
|
message: string | null;
|
177616
177766
|
id: string;
|
177617
177767
|
channel: {
|
@@ -177908,7 +178058,7 @@ export declare const feedPostContract: {
|
|
177908
178058
|
page: import("zod").ZodNumber;
|
177909
178059
|
pageSize: import("zod").ZodNumber;
|
177910
178060
|
data: import("zod").ZodObject<{
|
177911
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
178061
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
177912
178062
|
message: import("zod").ZodString;
|
177913
178063
|
id: import("zod").ZodString;
|
177914
178064
|
url: import("zod").ZodString;
|
@@ -181382,7 +181532,7 @@ export declare const feedPostContract: {
|
|
181382
181532
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
181383
181533
|
message: import("zod").ZodString;
|
181384
181534
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
181385
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
181535
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
181386
181536
|
readAt: import("zod").ZodDate;
|
181387
181537
|
metadata: import("zod").ZodAny;
|
181388
181538
|
platformId: import("zod").ZodString;
|
@@ -182040,7 +182190,7 @@ export declare const feedPostContract: {
|
|
182040
182190
|
};
|
182041
182191
|
}>;
|
182042
182192
|
}, "strip", import("zod").ZodTypeAny, {
|
182043
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
182193
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
182044
182194
|
message: string;
|
182045
182195
|
id: string;
|
182046
182196
|
url: string;
|
@@ -182202,7 +182352,7 @@ export declare const feedPostContract: {
|
|
182202
182352
|
metadata?: any;
|
182203
182353
|
template?: any;
|
182204
182354
|
}, {
|
182205
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
182355
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
182206
182356
|
message: string;
|
182207
182357
|
id: string;
|
182208
182358
|
url: string;
|
@@ -182568,6 +182718,7 @@ export declare const feedPostContract: {
|
|
182568
182718
|
telephonySignature: string | null;
|
182569
182719
|
};
|
182570
182720
|
}>;
|
182721
|
+
editedMessageid: import("zod").ZodString;
|
182571
182722
|
platformContract: import("zod").ZodObject<{
|
182572
182723
|
id: import("zod").ZodString;
|
182573
182724
|
createdAt: import("zod").ZodDate;
|
@@ -183509,7 +183660,7 @@ export declare const feedPostContract: {
|
|
183509
183660
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
183510
183661
|
message: import("zod").ZodString;
|
183511
183662
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
183512
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
183663
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
183513
183664
|
readAt: import("zod").ZodDate;
|
183514
183665
|
metadata: import("zod").ZodAny;
|
183515
183666
|
platformId: import("zod").ZodString;
|
@@ -186544,7 +186695,7 @@ export declare const feedPostContract: {
|
|
186544
186695
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
186545
186696
|
message: import("zod").ZodString;
|
186546
186697
|
direction: import("zod").ZodEnum<["incoming", "outgoing", "system"]>;
|
186547
|
-
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
186698
|
+
type: import("zod").ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
186548
186699
|
readAt: import("zod").ZodDate;
|
186549
186700
|
metadata: import("zod").ZodAny;
|
186550
186701
|
platformId: import("zod").ZodString;
|
@@ -187202,7 +187353,7 @@ export declare const feedPostContract: {
|
|
187202
187353
|
};
|
187203
187354
|
}>;
|
187204
187355
|
}, "strip", import("zod").ZodTypeAny, {
|
187205
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
187356
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
187206
187357
|
message: string;
|
187207
187358
|
id: string;
|
187208
187359
|
url: string;
|
@@ -187364,7 +187515,7 @@ export declare const feedPostContract: {
|
|
187364
187515
|
metadata?: any;
|
187365
187516
|
template?: any;
|
187366
187517
|
}, {
|
187367
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
187518
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
187368
187519
|
message: string;
|
187369
187520
|
id: string;
|
187370
187521
|
url: string;
|
@@ -188163,8 +188314,9 @@ export declare const feedPostContract: {
|
|
188163
188314
|
deletedAt: Date | null;
|
188164
188315
|
isActive: boolean;
|
188165
188316
|
}>;
|
188317
|
+
editedMessageid: import("zod").ZodString;
|
188166
188318
|
}, "strip", import("zod").ZodTypeAny, {
|
188167
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
188319
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
188168
188320
|
message: string;
|
188169
188321
|
id: string;
|
188170
188322
|
url: string;
|
@@ -188662,7 +188814,7 @@ export declare const feedPostContract: {
|
|
188662
188814
|
previewUrl: string;
|
188663
188815
|
imageSetId: string;
|
188664
188816
|
repliedMessage: {
|
188665
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
188817
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
188666
188818
|
message: string;
|
188667
188819
|
id: string;
|
188668
188820
|
url: string;
|
@@ -188868,10 +189020,11 @@ export declare const feedPostContract: {
|
|
188868
189020
|
telephonySignature: string | null;
|
188869
189021
|
};
|
188870
189022
|
};
|
189023
|
+
editedMessageid: string;
|
188871
189024
|
metadata?: any;
|
188872
189025
|
template?: any;
|
188873
189026
|
}, {
|
188874
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
189027
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
188875
189028
|
message: string;
|
188876
189029
|
id: string;
|
188877
189030
|
url: string;
|
@@ -189369,7 +189522,7 @@ export declare const feedPostContract: {
|
|
189369
189522
|
previewUrl: string;
|
189370
189523
|
imageSetId: string;
|
189371
189524
|
repliedMessage: {
|
189372
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
189525
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
189373
189526
|
message: string;
|
189374
189527
|
id: string;
|
189375
189528
|
url: string;
|
@@ -189575,17 +189728,18 @@ export declare const feedPostContract: {
|
|
189575
189728
|
telephonySignature: string | null;
|
189576
189729
|
};
|
189577
189730
|
};
|
189731
|
+
editedMessageid: string;
|
189578
189732
|
metadata?: any;
|
189579
189733
|
template?: any;
|
189580
189734
|
}>, "many">;
|
189581
189735
|
}, "strip", import("zod").ZodTypeAny, {
|
189582
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
189736
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
189583
189737
|
message: string;
|
189584
189738
|
id: string;
|
189585
189739
|
url: string;
|
189586
189740
|
direction: "incoming" | "outgoing" | "system";
|
189587
189741
|
children: {
|
189588
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
189742
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
189589
189743
|
message: string;
|
189590
189744
|
id: string;
|
189591
189745
|
url: string;
|
@@ -190083,7 +190237,7 @@ export declare const feedPostContract: {
|
|
190083
190237
|
previewUrl: string;
|
190084
190238
|
imageSetId: string;
|
190085
190239
|
repliedMessage: {
|
190086
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
190240
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
190087
190241
|
message: string;
|
190088
190242
|
id: string;
|
190089
190243
|
url: string;
|
@@ -190289,6 +190443,7 @@ export declare const feedPostContract: {
|
|
190289
190443
|
telephonySignature: string | null;
|
190290
190444
|
};
|
190291
190445
|
};
|
190446
|
+
editedMessageid: string;
|
190292
190447
|
metadata?: any;
|
190293
190448
|
template?: any;
|
190294
190449
|
}[];
|
@@ -190785,7 +190940,7 @@ export declare const feedPostContract: {
|
|
190785
190940
|
previewUrl: string;
|
190786
190941
|
imageSetId: string;
|
190787
190942
|
repliedMessage: {
|
190788
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
190943
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
190789
190944
|
message: string;
|
190790
190945
|
id: string;
|
190791
190946
|
url: string;
|
@@ -190991,6 +191146,7 @@ export declare const feedPostContract: {
|
|
190991
191146
|
telephonySignature: string | null;
|
190992
191147
|
};
|
190993
191148
|
};
|
191149
|
+
editedMessageid: string;
|
190994
191150
|
platformContract: {
|
190995
191151
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
190996
191152
|
id: string;
|
@@ -191106,13 +191262,13 @@ export declare const feedPostContract: {
|
|
191106
191262
|
template?: any;
|
191107
191263
|
metadata?: any;
|
191108
191264
|
}, {
|
191109
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
191265
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
191110
191266
|
message: string;
|
191111
191267
|
id: string;
|
191112
191268
|
url: string;
|
191113
191269
|
direction: "incoming" | "outgoing" | "system";
|
191114
191270
|
children: {
|
191115
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
191271
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
191116
191272
|
message: string;
|
191117
191273
|
id: string;
|
191118
191274
|
url: string;
|
@@ -191610,7 +191766,7 @@ export declare const feedPostContract: {
|
|
191610
191766
|
previewUrl: string;
|
191611
191767
|
imageSetId: string;
|
191612
191768
|
repliedMessage: {
|
191613
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
191769
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
191614
191770
|
message: string;
|
191615
191771
|
id: string;
|
191616
191772
|
url: string;
|
@@ -191816,6 +191972,7 @@ export declare const feedPostContract: {
|
|
191816
191972
|
telephonySignature: string | null;
|
191817
191973
|
};
|
191818
191974
|
};
|
191975
|
+
editedMessageid: string;
|
191819
191976
|
metadata?: any;
|
191820
191977
|
template?: any;
|
191821
191978
|
}[];
|
@@ -192312,7 +192469,7 @@ export declare const feedPostContract: {
|
|
192312
192469
|
previewUrl: string;
|
192313
192470
|
imageSetId: string;
|
192314
192471
|
repliedMessage: {
|
192315
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
192472
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
192316
192473
|
message: string;
|
192317
192474
|
id: string;
|
192318
192475
|
url: string;
|
@@ -192518,6 +192675,7 @@ export declare const feedPostContract: {
|
|
192518
192675
|
telephonySignature: string | null;
|
192519
192676
|
};
|
192520
192677
|
};
|
192678
|
+
editedMessageid: string;
|
192521
192679
|
platformContract: {
|
192522
192680
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
192523
192681
|
id: string;
|
@@ -192635,13 +192793,13 @@ export declare const feedPostContract: {
|
|
192635
192793
|
}>;
|
192636
192794
|
}, "strip", import("zod").ZodTypeAny, {
|
192637
192795
|
data: {
|
192638
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
192796
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
192639
192797
|
message: string;
|
192640
192798
|
id: string;
|
192641
192799
|
url: string;
|
192642
192800
|
direction: "incoming" | "outgoing" | "system";
|
192643
192801
|
children: {
|
192644
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
192802
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
192645
192803
|
message: string;
|
192646
192804
|
id: string;
|
192647
192805
|
url: string;
|
@@ -193139,7 +193297,7 @@ export declare const feedPostContract: {
|
|
193139
193297
|
previewUrl: string;
|
193140
193298
|
imageSetId: string;
|
193141
193299
|
repliedMessage: {
|
193142
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
193300
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
193143
193301
|
message: string;
|
193144
193302
|
id: string;
|
193145
193303
|
url: string;
|
@@ -193345,6 +193503,7 @@ export declare const feedPostContract: {
|
|
193345
193503
|
telephonySignature: string | null;
|
193346
193504
|
};
|
193347
193505
|
};
|
193506
|
+
editedMessageid: string;
|
193348
193507
|
metadata?: any;
|
193349
193508
|
template?: any;
|
193350
193509
|
}[];
|
@@ -193841,7 +194000,7 @@ export declare const feedPostContract: {
|
|
193841
194000
|
previewUrl: string;
|
193842
194001
|
imageSetId: string;
|
193843
194002
|
repliedMessage: {
|
193844
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
194003
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
193845
194004
|
message: string;
|
193846
194005
|
id: string;
|
193847
194006
|
url: string;
|
@@ -194047,6 +194206,7 @@ export declare const feedPostContract: {
|
|
194047
194206
|
telephonySignature: string | null;
|
194048
194207
|
};
|
194049
194208
|
};
|
194209
|
+
editedMessageid: string;
|
194050
194210
|
platformContract: {
|
194051
194211
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
194052
194212
|
id: string;
|
@@ -194168,13 +194328,13 @@ export declare const feedPostContract: {
|
|
194168
194328
|
requestId: string;
|
194169
194329
|
}, {
|
194170
194330
|
data: {
|
194171
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
194331
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
194172
194332
|
message: string;
|
194173
194333
|
id: string;
|
194174
194334
|
url: string;
|
194175
194335
|
direction: "incoming" | "outgoing" | "system";
|
194176
194336
|
children: {
|
194177
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
194337
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
194178
194338
|
message: string;
|
194179
194339
|
id: string;
|
194180
194340
|
url: string;
|
@@ -194672,7 +194832,7 @@ export declare const feedPostContract: {
|
|
194672
194832
|
previewUrl: string;
|
194673
194833
|
imageSetId: string;
|
194674
194834
|
repliedMessage: {
|
194675
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
194835
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
194676
194836
|
message: string;
|
194677
194837
|
id: string;
|
194678
194838
|
url: string;
|
@@ -194878,6 +195038,7 @@ export declare const feedPostContract: {
|
|
194878
195038
|
telephonySignature: string | null;
|
194879
195039
|
};
|
194880
195040
|
};
|
195041
|
+
editedMessageid: string;
|
194881
195042
|
metadata?: any;
|
194882
195043
|
template?: any;
|
194883
195044
|
}[];
|
@@ -195374,7 +195535,7 @@ export declare const feedPostContract: {
|
|
195374
195535
|
previewUrl: string;
|
195375
195536
|
imageSetId: string;
|
195376
195537
|
repliedMessage: {
|
195377
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
195538
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
195378
195539
|
message: string;
|
195379
195540
|
id: string;
|
195380
195541
|
url: string;
|
@@ -195580,6 +195741,7 @@ export declare const feedPostContract: {
|
|
195580
195741
|
telephonySignature: string | null;
|
195581
195742
|
};
|
195582
195743
|
};
|
195744
|
+
editedMessageid: string;
|
195583
195745
|
platformContract: {
|
195584
195746
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
195585
195747
|
id: string;
|