@kl1/contracts 1.1.72-uat → 1.1.74-uat
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/api-contracts/src/chat/index.d.ts +145 -145
- package/dist/api-contracts/src/chat/schema.d.ts +69 -45
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +51 -51
- package/dist/api-contracts/src/contract.d.ts +218 -218
- package/dist/api-contracts/src/facebook-feed/index.d.ts +43 -43
- package/dist/api-contracts/src/facebook-feed/schema.d.ts +3 -3
- package/dist/api-contracts/src/instagram/index.d.ts +33 -33
- package/dist/api-contracts/src/line/index.d.ts +38 -38
- package/dist/api-contracts/src/line/validation.d.ts +5 -5
- package/dist/api-contracts/src/messenger/index.d.ts +33 -33
- package/dist/api-contracts/src/sms/index.d.ts +5 -5
- package/dist/api-contracts/src/viber/index.d.ts +33 -33
- package/dist/api-contracts/src/webchat/index.d.ts +33 -33
- package/dist/contract.js +8000 -0
- package/dist/contract.js.map +1 -0
- package/dist/contract.mjs +7935 -0
- package/dist/contract.mjs.map +1 -0
- 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 +2 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
@@ -3308,7 +3308,7 @@ export declare const facebookFeedContract: {
|
|
3308
3308
|
id: z.ZodOptional<z.ZodString>;
|
3309
3309
|
message: z.ZodOptional<z.ZodString>;
|
3310
3310
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
3311
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
3311
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
3312
3312
|
readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
3313
3313
|
metadata: z.ZodOptional<z.ZodAny>;
|
3314
3314
|
platformId: z.ZodOptional<z.ZodString>;
|
@@ -3363,7 +3363,7 @@ export declare const facebookFeedContract: {
|
|
3363
3363
|
isEdited: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
3364
3364
|
editedAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
3365
3365
|
}, "strip", z.ZodTypeAny, {
|
3366
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
3366
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
3367
3367
|
direction: "incoming" | "outgoing" | "system";
|
3368
3368
|
id?: string | undefined;
|
3369
3369
|
message?: string | undefined;
|
@@ -3397,7 +3397,7 @@ export declare const facebookFeedContract: {
|
|
3397
3397
|
isEdited?: boolean | null | undefined;
|
3398
3398
|
editedAt?: string | Date | null | undefined;
|
3399
3399
|
}, {
|
3400
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
3400
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
3401
3401
|
direction: "incoming" | "outgoing" | "system";
|
3402
3402
|
id?: string | undefined;
|
3403
3403
|
message?: string | undefined;
|
@@ -3850,7 +3850,7 @@ export declare const facebookFeedContract: {
|
|
3850
3850
|
}>>;
|
3851
3851
|
}, "strip", z.ZodTypeAny, {
|
3852
3852
|
message: {
|
3853
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
3853
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
3854
3854
|
direction: "incoming" | "outgoing" | "system";
|
3855
3855
|
id?: string | undefined;
|
3856
3856
|
message?: string | undefined;
|
@@ -3965,7 +3965,7 @@ export declare const facebookFeedContract: {
|
|
3965
3965
|
} | undefined;
|
3966
3966
|
}, {
|
3967
3967
|
message: {
|
3968
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
3968
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
3969
3969
|
direction: "incoming" | "outgoing" | "system";
|
3970
3970
|
id?: string | undefined;
|
3971
3971
|
message?: string | undefined;
|
@@ -4084,7 +4084,7 @@ export declare const facebookFeedContract: {
|
|
4084
4084
|
200: z.ZodObject<{
|
4085
4085
|
requestId: z.ZodString;
|
4086
4086
|
data: z.ZodObject<{
|
4087
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
4087
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
4088
4088
|
message: z.ZodString;
|
4089
4089
|
id: z.ZodString;
|
4090
4090
|
url: z.ZodString;
|
@@ -7558,7 +7558,7 @@ export declare const facebookFeedContract: {
|
|
7558
7558
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
7559
7559
|
message: z.ZodString;
|
7560
7560
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
7561
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
7561
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
7562
7562
|
readAt: z.ZodDate;
|
7563
7563
|
metadata: z.ZodAny;
|
7564
7564
|
platformId: z.ZodString;
|
@@ -8216,7 +8216,7 @@ export declare const facebookFeedContract: {
|
|
8216
8216
|
};
|
8217
8217
|
}>;
|
8218
8218
|
}, "strip", z.ZodTypeAny, {
|
8219
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
8219
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
8220
8220
|
message: string;
|
8221
8221
|
id: string;
|
8222
8222
|
url: string;
|
@@ -8378,7 +8378,7 @@ export declare const facebookFeedContract: {
|
|
8378
8378
|
metadata?: any;
|
8379
8379
|
template?: any;
|
8380
8380
|
}, {
|
8381
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
8381
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
8382
8382
|
message: string;
|
8383
8383
|
id: string;
|
8384
8384
|
url: string;
|
@@ -8752,7 +8752,7 @@ export declare const facebookFeedContract: {
|
|
8752
8752
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
8753
8753
|
message: z.ZodString;
|
8754
8754
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
8755
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
8755
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
8756
8756
|
readAt: z.ZodDate;
|
8757
8757
|
metadata: z.ZodAny;
|
8758
8758
|
platformId: z.ZodString;
|
@@ -11787,7 +11787,7 @@ export declare const facebookFeedContract: {
|
|
11787
11787
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
11788
11788
|
message: z.ZodString;
|
11789
11789
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
11790
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
11790
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
11791
11791
|
readAt: z.ZodDate;
|
11792
11792
|
metadata: z.ZodAny;
|
11793
11793
|
platformId: z.ZodString;
|
@@ -12445,7 +12445,7 @@ export declare const facebookFeedContract: {
|
|
12445
12445
|
};
|
12446
12446
|
}>;
|
12447
12447
|
}, "strip", z.ZodTypeAny, {
|
12448
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
12448
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
12449
12449
|
message: string;
|
12450
12450
|
id: string;
|
12451
12451
|
url: string;
|
@@ -12607,7 +12607,7 @@ export declare const facebookFeedContract: {
|
|
12607
12607
|
metadata?: any;
|
12608
12608
|
template?: any;
|
12609
12609
|
}, {
|
12610
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
12610
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
12611
12611
|
message: string;
|
12612
12612
|
id: string;
|
12613
12613
|
url: string;
|
@@ -13408,7 +13408,7 @@ export declare const facebookFeedContract: {
|
|
13408
13408
|
}>;
|
13409
13409
|
editedMessageid: z.ZodString;
|
13410
13410
|
}, "strip", z.ZodTypeAny, {
|
13411
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
13411
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
13412
13412
|
message: string;
|
13413
13413
|
id: string;
|
13414
13414
|
url: string;
|
@@ -13906,7 +13906,7 @@ export declare const facebookFeedContract: {
|
|
13906
13906
|
previewUrl: string;
|
13907
13907
|
imageSetId: string;
|
13908
13908
|
repliedMessage: {
|
13909
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
13909
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
13910
13910
|
message: string;
|
13911
13911
|
id: string;
|
13912
13912
|
url: string;
|
@@ -14116,7 +14116,7 @@ export declare const facebookFeedContract: {
|
|
14116
14116
|
metadata?: any;
|
14117
14117
|
template?: any;
|
14118
14118
|
}, {
|
14119
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
14119
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
14120
14120
|
message: string;
|
14121
14121
|
id: string;
|
14122
14122
|
url: string;
|
@@ -14614,7 +14614,7 @@ export declare const facebookFeedContract: {
|
|
14614
14614
|
previewUrl: string;
|
14615
14615
|
imageSetId: string;
|
14616
14616
|
repliedMessage: {
|
14617
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
14617
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
14618
14618
|
message: string;
|
14619
14619
|
id: string;
|
14620
14620
|
url: string;
|
@@ -14825,7 +14825,7 @@ export declare const facebookFeedContract: {
|
|
14825
14825
|
template?: any;
|
14826
14826
|
}>>>;
|
14827
14827
|
}, "strip", z.ZodTypeAny, {
|
14828
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
14828
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
14829
14829
|
message: string;
|
14830
14830
|
id: string;
|
14831
14831
|
url: string;
|
@@ -15323,7 +15323,7 @@ export declare const facebookFeedContract: {
|
|
15323
15323
|
previewUrl: string;
|
15324
15324
|
imageSetId: string;
|
15325
15325
|
repliedMessage: {
|
15326
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
15326
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
15327
15327
|
message: string;
|
15328
15328
|
id: string;
|
15329
15329
|
url: string;
|
@@ -15533,7 +15533,7 @@ export declare const facebookFeedContract: {
|
|
15533
15533
|
template?: any;
|
15534
15534
|
metadata?: any;
|
15535
15535
|
fromMessage?: {
|
15536
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
15536
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
15537
15537
|
message: string;
|
15538
15538
|
id: string;
|
15539
15539
|
url: string;
|
@@ -16031,7 +16031,7 @@ export declare const facebookFeedContract: {
|
|
16031
16031
|
previewUrl: string;
|
16032
16032
|
imageSetId: string;
|
16033
16033
|
repliedMessage: {
|
16034
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
16034
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
16035
16035
|
message: string;
|
16036
16036
|
id: string;
|
16037
16037
|
url: string;
|
@@ -16242,7 +16242,7 @@ export declare const facebookFeedContract: {
|
|
16242
16242
|
template?: any;
|
16243
16243
|
} | null | undefined;
|
16244
16244
|
}, {
|
16245
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
16245
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
16246
16246
|
message: string;
|
16247
16247
|
id: string;
|
16248
16248
|
url: string;
|
@@ -16740,7 +16740,7 @@ export declare const facebookFeedContract: {
|
|
16740
16740
|
previewUrl: string;
|
16741
16741
|
imageSetId: string;
|
16742
16742
|
repliedMessage: {
|
16743
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
16743
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
16744
16744
|
message: string;
|
16745
16745
|
id: string;
|
16746
16746
|
url: string;
|
@@ -16950,7 +16950,7 @@ export declare const facebookFeedContract: {
|
|
16950
16950
|
template?: any;
|
16951
16951
|
metadata?: any;
|
16952
16952
|
fromMessage?: {
|
16953
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
16953
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
16954
16954
|
message: string;
|
16955
16955
|
id: string;
|
16956
16956
|
url: string;
|
@@ -17448,7 +17448,7 @@ export declare const facebookFeedContract: {
|
|
17448
17448
|
previewUrl: string;
|
17449
17449
|
imageSetId: string;
|
17450
17450
|
repliedMessage: {
|
17451
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
17451
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
17452
17452
|
message: string;
|
17453
17453
|
id: string;
|
17454
17454
|
url: string;
|
@@ -17661,7 +17661,7 @@ export declare const facebookFeedContract: {
|
|
17661
17661
|
}>;
|
17662
17662
|
}, "strip", z.ZodTypeAny, {
|
17663
17663
|
data: {
|
17664
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
17664
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
17665
17665
|
message: string;
|
17666
17666
|
id: string;
|
17667
17667
|
url: string;
|
@@ -18159,7 +18159,7 @@ export declare const facebookFeedContract: {
|
|
18159
18159
|
previewUrl: string;
|
18160
18160
|
imageSetId: string;
|
18161
18161
|
repliedMessage: {
|
18162
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
18162
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
18163
18163
|
message: string;
|
18164
18164
|
id: string;
|
18165
18165
|
url: string;
|
@@ -18369,7 +18369,7 @@ export declare const facebookFeedContract: {
|
|
18369
18369
|
template?: any;
|
18370
18370
|
metadata?: any;
|
18371
18371
|
fromMessage?: {
|
18372
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
18372
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
18373
18373
|
message: string;
|
18374
18374
|
id: string;
|
18375
18375
|
url: string;
|
@@ -18867,7 +18867,7 @@ export declare const facebookFeedContract: {
|
|
18867
18867
|
previewUrl: string;
|
18868
18868
|
imageSetId: string;
|
18869
18869
|
repliedMessage: {
|
18870
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
18870
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
18871
18871
|
message: string;
|
18872
18872
|
id: string;
|
18873
18873
|
url: string;
|
@@ -19081,7 +19081,7 @@ export declare const facebookFeedContract: {
|
|
19081
19081
|
requestId: string;
|
19082
19082
|
}, {
|
19083
19083
|
data: {
|
19084
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
19084
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
19085
19085
|
message: string;
|
19086
19086
|
id: string;
|
19087
19087
|
url: string;
|
@@ -19579,7 +19579,7 @@ export declare const facebookFeedContract: {
|
|
19579
19579
|
previewUrl: string;
|
19580
19580
|
imageSetId: string;
|
19581
19581
|
repliedMessage: {
|
19582
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
19582
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
19583
19583
|
message: string;
|
19584
19584
|
id: string;
|
19585
19585
|
url: string;
|
@@ -19789,7 +19789,7 @@ export declare const facebookFeedContract: {
|
|
19789
19789
|
template?: any;
|
19790
19790
|
metadata?: any;
|
19791
19791
|
fromMessage?: {
|
19792
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
19792
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
19793
19793
|
message: string;
|
19794
19794
|
id: string;
|
19795
19795
|
url: string;
|
@@ -20287,7 +20287,7 @@ export declare const facebookFeedContract: {
|
|
20287
20287
|
previewUrl: string;
|
20288
20288
|
imageSetId: string;
|
20289
20289
|
repliedMessage: {
|
20290
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
20290
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
20291
20291
|
message: string;
|
20292
20292
|
id: string;
|
20293
20293
|
url: string;
|
@@ -20733,7 +20733,7 @@ export declare const facebookFeedContract: {
|
|
20733
20733
|
id: z.ZodOptional<z.ZodString>;
|
20734
20734
|
message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
20735
20735
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
20736
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
20736
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
20737
20737
|
readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
20738
20738
|
metadata: z.ZodOptional<z.ZodAny>;
|
20739
20739
|
platformId: z.ZodOptional<z.ZodString>;
|
@@ -20785,7 +20785,7 @@ export declare const facebookFeedContract: {
|
|
20785
20785
|
parentMessageId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
20786
20786
|
feedPostId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
20787
20787
|
}, "strip", z.ZodTypeAny, {
|
20788
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
20788
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
20789
20789
|
direction: "incoming" | "outgoing" | "system";
|
20790
20790
|
id?: string | undefined;
|
20791
20791
|
message?: string | null | undefined;
|
@@ -20816,7 +20816,7 @@ export declare const facebookFeedContract: {
|
|
20816
20816
|
parentMessageId?: string | null | undefined;
|
20817
20817
|
feedPostId?: string | null | undefined;
|
20818
20818
|
}, {
|
20819
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
20819
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
20820
20820
|
direction: "incoming" | "outgoing" | "system";
|
20821
20821
|
id?: string | undefined;
|
20822
20822
|
message?: string | null | undefined;
|
@@ -20849,7 +20849,7 @@ export declare const facebookFeedContract: {
|
|
20849
20849
|
}>;
|
20850
20850
|
}, "strip", z.ZodTypeAny, {
|
20851
20851
|
message: {
|
20852
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
20852
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
20853
20853
|
direction: "incoming" | "outgoing" | "system";
|
20854
20854
|
id?: string | undefined;
|
20855
20855
|
message?: string | null | undefined;
|
@@ -20916,7 +20916,7 @@ export declare const facebookFeedContract: {
|
|
20916
20916
|
};
|
20917
20917
|
}, {
|
20918
20918
|
message: {
|
20919
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
20919
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
20920
20920
|
direction: "incoming" | "outgoing" | "system";
|
20921
20921
|
id?: string | undefined;
|
20922
20922
|
message?: string | null | undefined;
|
@@ -21193,7 +21193,7 @@ export declare const facebookFeedContract: {
|
|
21193
21193
|
id: z.ZodOptional<z.ZodString>;
|
21194
21194
|
message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
21195
21195
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
21196
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
21196
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
|
21197
21197
|
readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
21198
21198
|
metadata: z.ZodOptional<z.ZodAny>;
|
21199
21199
|
platformId: z.ZodOptional<z.ZodString>;
|
@@ -21245,7 +21245,7 @@ export declare const facebookFeedContract: {
|
|
21245
21245
|
parentMessageId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
21246
21246
|
feedPostId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
21247
21247
|
}, "strip", z.ZodTypeAny, {
|
21248
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
21248
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
21249
21249
|
direction: "incoming" | "outgoing" | "system";
|
21250
21250
|
id?: string | undefined;
|
21251
21251
|
message?: string | null | undefined;
|
@@ -21276,7 +21276,7 @@ export declare const facebookFeedContract: {
|
|
21276
21276
|
parentMessageId?: string | null | undefined;
|
21277
21277
|
feedPostId?: string | null | undefined;
|
21278
21278
|
}, {
|
21279
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
21279
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
21280
21280
|
direction: "incoming" | "outgoing" | "system";
|
21281
21281
|
id?: string | undefined;
|
21282
21282
|
message?: string | null | undefined;
|
@@ -21309,7 +21309,7 @@ export declare const facebookFeedContract: {
|
|
21309
21309
|
}>;
|
21310
21310
|
}, "strip", z.ZodTypeAny, {
|
21311
21311
|
message: {
|
21312
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
21312
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
21313
21313
|
direction: "incoming" | "outgoing" | "system";
|
21314
21314
|
id?: string | undefined;
|
21315
21315
|
message?: string | null | undefined;
|
@@ -21376,7 +21376,7 @@ export declare const facebookFeedContract: {
|
|
21376
21376
|
};
|
21377
21377
|
}, {
|
21378
21378
|
message: {
|
21379
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
21379
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
21380
21380
|
direction: "incoming" | "outgoing" | "system";
|
21381
21381
|
id?: string | undefined;
|
21382
21382
|
message?: string | null | undefined;
|
@@ -5,7 +5,7 @@ export declare const FeedPostSchema: z.ZodObject<{
|
|
5
5
|
updatedAt: z.ZodDate;
|
6
6
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
7
7
|
message: z.ZodNullable<z.ZodString>;
|
8
|
-
type: z.ZodUnion<[z.ZodEnum<["text", "added_photos", "shared_story", "mobile_status_update"]>, z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>]>;
|
8
|
+
type: z.ZodUnion<[z.ZodEnum<["text", "added_photos", "shared_story", "mobile_status_update"]>, z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>]>;
|
9
9
|
metadata: z.ZodAny;
|
10
10
|
platformId: z.ZodString;
|
11
11
|
platformMessageId: z.ZodString;
|
@@ -1589,7 +1589,7 @@ export declare const FeedPostSchema: z.ZodObject<{
|
|
1589
1589
|
imageURL: z.ZodString;
|
1590
1590
|
permalinkURL: z.ZodString;
|
1591
1591
|
}, "strip", z.ZodTypeAny, {
|
1592
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
1592
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
1593
1593
|
message: string | null;
|
1594
1594
|
id: string;
|
1595
1595
|
channel: {
|
@@ -1838,7 +1838,7 @@ export declare const FeedPostSchema: z.ZodObject<{
|
|
1838
1838
|
permalinkURL: string;
|
1839
1839
|
metadata?: any;
|
1840
1840
|
}, {
|
1841
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
1841
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
|
1842
1842
|
message: string | null;
|
1843
1843
|
id: string;
|
1844
1844
|
channel: {
|