@kl1/contracts 1.1.59-uat → 1.1.61-uat
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +12 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +12 -2
- package/dist/index.mjs.map +1 -1
- package/dist/src/chat/index.d.ts +141 -138
- package/dist/src/chat/index.d.ts.map +1 -1
- package/dist/src/chat/schema.d.ts +51 -81
- package/dist/src/chat/schema.d.ts.map +1 -1
- package/dist/src/chat/validation.d.ts +46 -46
- package/dist/src/contract.d.ts +393 -236
- package/dist/src/contract.d.ts.map +1 -1
- package/dist/src/facebook-feed/index.d.ts +66 -66
- package/dist/src/facebook-feed/schema.d.ts +3 -3
- package/dist/src/instagram/index.d.ts +33 -33
- package/dist/src/line/index.d.ts +38 -38
- package/dist/src/line/validation.d.ts +5 -5
- package/dist/src/messenger/index.d.ts +33 -33
- package/dist/src/subscription/index.d.ts +157 -0
- package/dist/src/subscription/index.d.ts.map +1 -1
- package/dist/src/viber/index.d.ts +33 -33
- package/dist/src/webchat/index.d.ts +33 -33
- package/package.json +1 -1
@@ -2961,7 +2961,7 @@ export declare const facebookFeedContract: {
|
|
2961
2961
|
id: z.ZodOptional<z.ZodString>;
|
2962
2962
|
message: z.ZodOptional<z.ZodString>;
|
2963
2963
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
2964
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "
|
2964
|
+
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", "unsupported"]>;
|
2965
2965
|
readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
2966
2966
|
metadata: z.ZodOptional<z.ZodAny>;
|
2967
2967
|
platformId: z.ZodOptional<z.ZodString>;
|
@@ -3013,7 +3013,7 @@ export declare const facebookFeedContract: {
|
|
3013
3013
|
parentMessageId: z.ZodOptional<z.ZodString>;
|
3014
3014
|
feedPostId: z.ZodOptional<z.ZodString>;
|
3015
3015
|
}, "strip", z.ZodTypeAny, {
|
3016
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
3016
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
3017
3017
|
direction: "incoming" | "outgoing" | "system";
|
3018
3018
|
id?: string | undefined;
|
3019
3019
|
message?: string | undefined;
|
@@ -3044,7 +3044,7 @@ export declare const facebookFeedContract: {
|
|
3044
3044
|
parentMessageId?: string | undefined;
|
3045
3045
|
feedPostId?: string | undefined;
|
3046
3046
|
}, {
|
3047
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
3047
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
3048
3048
|
direction: "incoming" | "outgoing" | "system";
|
3049
3049
|
id?: string | undefined;
|
3050
3050
|
message?: string | undefined;
|
@@ -3451,7 +3451,7 @@ export declare const facebookFeedContract: {
|
|
3451
3451
|
}>>;
|
3452
3452
|
}, "strip", z.ZodTypeAny, {
|
3453
3453
|
message: {
|
3454
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
3454
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
3455
3455
|
direction: "incoming" | "outgoing" | "system";
|
3456
3456
|
id?: string | undefined;
|
3457
3457
|
message?: string | undefined;
|
@@ -3558,7 +3558,7 @@ export declare const facebookFeedContract: {
|
|
3558
3558
|
} | undefined;
|
3559
3559
|
}, {
|
3560
3560
|
message: {
|
3561
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
3561
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
3562
3562
|
direction: "incoming" | "outgoing" | "system";
|
3563
3563
|
id?: string | undefined;
|
3564
3564
|
message?: string | undefined;
|
@@ -3669,7 +3669,7 @@ export declare const facebookFeedContract: {
|
|
3669
3669
|
200: z.ZodObject<{
|
3670
3670
|
requestId: z.ZodString;
|
3671
3671
|
data: z.ZodObject<{
|
3672
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "
|
3672
|
+
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", "unsupported"]>;
|
3673
3673
|
message: z.ZodString;
|
3674
3674
|
id: z.ZodString;
|
3675
3675
|
url: z.ZodString;
|
@@ -7100,7 +7100,7 @@ export declare const facebookFeedContract: {
|
|
7100
7100
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
7101
7101
|
message: z.ZodString;
|
7102
7102
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
7103
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "
|
7103
|
+
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", "unsupported"]>;
|
7104
7104
|
readAt: z.ZodDate;
|
7105
7105
|
metadata: z.ZodAny;
|
7106
7106
|
platformId: z.ZodString;
|
@@ -7758,7 +7758,7 @@ export declare const facebookFeedContract: {
|
|
7758
7758
|
};
|
7759
7759
|
}>;
|
7760
7760
|
}, "strip", z.ZodTypeAny, {
|
7761
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
7761
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
7762
7762
|
message: string;
|
7763
7763
|
id: string;
|
7764
7764
|
url: string;
|
@@ -7920,7 +7920,7 @@ export declare const facebookFeedContract: {
|
|
7920
7920
|
metadata?: any;
|
7921
7921
|
template?: any;
|
7922
7922
|
}, {
|
7923
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
7923
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
7924
7924
|
message: string;
|
7925
7925
|
id: string;
|
7926
7926
|
url: string;
|
@@ -8293,7 +8293,7 @@ export declare const facebookFeedContract: {
|
|
8293
8293
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
8294
8294
|
message: z.ZodString;
|
8295
8295
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
8296
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "
|
8296
|
+
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", "unsupported"]>;
|
8297
8297
|
readAt: z.ZodDate;
|
8298
8298
|
metadata: z.ZodAny;
|
8299
8299
|
platformId: z.ZodString;
|
@@ -11285,7 +11285,7 @@ export declare const facebookFeedContract: {
|
|
11285
11285
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
11286
11286
|
message: z.ZodString;
|
11287
11287
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
11288
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "
|
11288
|
+
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", "unsupported"]>;
|
11289
11289
|
readAt: z.ZodDate;
|
11290
11290
|
metadata: z.ZodAny;
|
11291
11291
|
platformId: z.ZodString;
|
@@ -11943,7 +11943,7 @@ export declare const facebookFeedContract: {
|
|
11943
11943
|
};
|
11944
11944
|
}>;
|
11945
11945
|
}, "strip", z.ZodTypeAny, {
|
11946
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
11946
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
11947
11947
|
message: string;
|
11948
11948
|
id: string;
|
11949
11949
|
url: string;
|
@@ -12105,7 +12105,7 @@ export declare const facebookFeedContract: {
|
|
12105
12105
|
metadata?: any;
|
12106
12106
|
template?: any;
|
12107
12107
|
}, {
|
12108
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
12108
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
12109
12109
|
message: string;
|
12110
12110
|
id: string;
|
12111
12111
|
url: string;
|
@@ -12905,7 +12905,7 @@ export declare const facebookFeedContract: {
|
|
12905
12905
|
isActive: boolean;
|
12906
12906
|
}>;
|
12907
12907
|
}, "strip", z.ZodTypeAny, {
|
12908
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
12908
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
12909
12909
|
message: string;
|
12910
12910
|
id: string;
|
12911
12911
|
url: string;
|
@@ -13398,7 +13398,7 @@ export declare const facebookFeedContract: {
|
|
13398
13398
|
previewUrl: string;
|
13399
13399
|
imageSetId: string;
|
13400
13400
|
repliedMessage: {
|
13401
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
13401
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
13402
13402
|
message: string;
|
13403
13403
|
id: string;
|
13404
13404
|
url: string;
|
@@ -13607,7 +13607,7 @@ export declare const facebookFeedContract: {
|
|
13607
13607
|
metadata?: any;
|
13608
13608
|
template?: any;
|
13609
13609
|
}, {
|
13610
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
13610
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
13611
13611
|
message: string;
|
13612
13612
|
id: string;
|
13613
13613
|
url: string;
|
@@ -14100,7 +14100,7 @@ export declare const facebookFeedContract: {
|
|
14100
14100
|
previewUrl: string;
|
14101
14101
|
imageSetId: string;
|
14102
14102
|
repliedMessage: {
|
14103
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
14103
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
14104
14104
|
message: string;
|
14105
14105
|
id: string;
|
14106
14106
|
url: string;
|
@@ -14310,7 +14310,7 @@ export declare const facebookFeedContract: {
|
|
14310
14310
|
template?: any;
|
14311
14311
|
}>>>;
|
14312
14312
|
}, "strip", z.ZodTypeAny, {
|
14313
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
14313
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
14314
14314
|
message: string;
|
14315
14315
|
id: string;
|
14316
14316
|
url: string;
|
@@ -14803,7 +14803,7 @@ export declare const facebookFeedContract: {
|
|
14803
14803
|
previewUrl: string;
|
14804
14804
|
imageSetId: string;
|
14805
14805
|
repliedMessage: {
|
14806
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
14806
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
14807
14807
|
message: string;
|
14808
14808
|
id: string;
|
14809
14809
|
url: string;
|
@@ -15012,7 +15012,7 @@ export declare const facebookFeedContract: {
|
|
15012
15012
|
template?: any;
|
15013
15013
|
metadata?: any;
|
15014
15014
|
fromMessage?: {
|
15015
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
15015
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
15016
15016
|
message: string;
|
15017
15017
|
id: string;
|
15018
15018
|
url: string;
|
@@ -15505,7 +15505,7 @@ export declare const facebookFeedContract: {
|
|
15505
15505
|
previewUrl: string;
|
15506
15506
|
imageSetId: string;
|
15507
15507
|
repliedMessage: {
|
15508
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
15508
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
15509
15509
|
message: string;
|
15510
15510
|
id: string;
|
15511
15511
|
url: string;
|
@@ -15715,7 +15715,7 @@ export declare const facebookFeedContract: {
|
|
15715
15715
|
template?: any;
|
15716
15716
|
} | null | undefined;
|
15717
15717
|
}, {
|
15718
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
15718
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
15719
15719
|
message: string;
|
15720
15720
|
id: string;
|
15721
15721
|
url: string;
|
@@ -16208,7 +16208,7 @@ export declare const facebookFeedContract: {
|
|
16208
16208
|
previewUrl: string;
|
16209
16209
|
imageSetId: string;
|
16210
16210
|
repliedMessage: {
|
16211
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
16211
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
16212
16212
|
message: string;
|
16213
16213
|
id: string;
|
16214
16214
|
url: string;
|
@@ -16417,7 +16417,7 @@ export declare const facebookFeedContract: {
|
|
16417
16417
|
template?: any;
|
16418
16418
|
metadata?: any;
|
16419
16419
|
fromMessage?: {
|
16420
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
16420
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
16421
16421
|
message: string;
|
16422
16422
|
id: string;
|
16423
16423
|
url: string;
|
@@ -16910,7 +16910,7 @@ export declare const facebookFeedContract: {
|
|
16910
16910
|
previewUrl: string;
|
16911
16911
|
imageSetId: string;
|
16912
16912
|
repliedMessage: {
|
16913
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
16913
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
16914
16914
|
message: string;
|
16915
16915
|
id: string;
|
16916
16916
|
url: string;
|
@@ -17122,7 +17122,7 @@ export declare const facebookFeedContract: {
|
|
17122
17122
|
}>;
|
17123
17123
|
}, "strip", z.ZodTypeAny, {
|
17124
17124
|
data: {
|
17125
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
17125
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
17126
17126
|
message: string;
|
17127
17127
|
id: string;
|
17128
17128
|
url: string;
|
@@ -17615,7 +17615,7 @@ export declare const facebookFeedContract: {
|
|
17615
17615
|
previewUrl: string;
|
17616
17616
|
imageSetId: string;
|
17617
17617
|
repliedMessage: {
|
17618
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
17618
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
17619
17619
|
message: string;
|
17620
17620
|
id: string;
|
17621
17621
|
url: string;
|
@@ -17824,7 +17824,7 @@ export declare const facebookFeedContract: {
|
|
17824
17824
|
template?: any;
|
17825
17825
|
metadata?: any;
|
17826
17826
|
fromMessage?: {
|
17827
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
17827
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
17828
17828
|
message: string;
|
17829
17829
|
id: string;
|
17830
17830
|
url: string;
|
@@ -18317,7 +18317,7 @@ export declare const facebookFeedContract: {
|
|
18317
18317
|
previewUrl: string;
|
18318
18318
|
imageSetId: string;
|
18319
18319
|
repliedMessage: {
|
18320
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
18320
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
18321
18321
|
message: string;
|
18322
18322
|
id: string;
|
18323
18323
|
url: string;
|
@@ -18530,7 +18530,7 @@ export declare const facebookFeedContract: {
|
|
18530
18530
|
requestId: string;
|
18531
18531
|
}, {
|
18532
18532
|
data: {
|
18533
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
18533
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
18534
18534
|
message: string;
|
18535
18535
|
id: string;
|
18536
18536
|
url: string;
|
@@ -19023,7 +19023,7 @@ export declare const facebookFeedContract: {
|
|
19023
19023
|
previewUrl: string;
|
19024
19024
|
imageSetId: string;
|
19025
19025
|
repliedMessage: {
|
19026
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
19026
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
19027
19027
|
message: string;
|
19028
19028
|
id: string;
|
19029
19029
|
url: string;
|
@@ -19232,7 +19232,7 @@ export declare const facebookFeedContract: {
|
|
19232
19232
|
template?: any;
|
19233
19233
|
metadata?: any;
|
19234
19234
|
fromMessage?: {
|
19235
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
19235
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
19236
19236
|
message: string;
|
19237
19237
|
id: string;
|
19238
19238
|
url: string;
|
@@ -19725,7 +19725,7 @@ export declare const facebookFeedContract: {
|
|
19725
19725
|
previewUrl: string;
|
19726
19726
|
imageSetId: string;
|
19727
19727
|
repliedMessage: {
|
19728
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
19728
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
19729
19729
|
message: string;
|
19730
19730
|
id: string;
|
19731
19731
|
url: string;
|
@@ -20330,7 +20330,7 @@ export declare const facebookFeedContract: {
|
|
20330
20330
|
id: z.ZodOptional<z.ZodString>;
|
20331
20331
|
message: z.ZodOptional<z.ZodString>;
|
20332
20332
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
20333
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "
|
20333
|
+
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", "unsupported"]>;
|
20334
20334
|
readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
20335
20335
|
metadata: z.ZodOptional<z.ZodAny>;
|
20336
20336
|
platformId: z.ZodOptional<z.ZodString>;
|
@@ -20382,7 +20382,7 @@ export declare const facebookFeedContract: {
|
|
20382
20382
|
parentMessageId: z.ZodOptional<z.ZodString>;
|
20383
20383
|
feedPostId: z.ZodOptional<z.ZodString>;
|
20384
20384
|
}, "strip", z.ZodTypeAny, {
|
20385
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
20385
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
20386
20386
|
direction: "incoming" | "outgoing" | "system";
|
20387
20387
|
id?: string | undefined;
|
20388
20388
|
message?: string | undefined;
|
@@ -20413,7 +20413,7 @@ export declare const facebookFeedContract: {
|
|
20413
20413
|
parentMessageId?: string | undefined;
|
20414
20414
|
feedPostId?: string | undefined;
|
20415
20415
|
}, {
|
20416
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
20416
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
20417
20417
|
direction: "incoming" | "outgoing" | "system";
|
20418
20418
|
id?: string | undefined;
|
20419
20419
|
message?: string | undefined;
|
@@ -20446,7 +20446,7 @@ export declare const facebookFeedContract: {
|
|
20446
20446
|
}>;
|
20447
20447
|
}, "strip", z.ZodTypeAny, {
|
20448
20448
|
message: {
|
20449
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
20449
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
20450
20450
|
direction: "incoming" | "outgoing" | "system";
|
20451
20451
|
id?: string | undefined;
|
20452
20452
|
message?: string | undefined;
|
@@ -20549,7 +20549,7 @@ export declare const facebookFeedContract: {
|
|
20549
20549
|
isBot: boolean | null;
|
20550
20550
|
}, {
|
20551
20551
|
message: {
|
20552
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
20552
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
20553
20553
|
direction: "incoming" | "outgoing" | "system";
|
20554
20554
|
id?: string | undefined;
|
20555
20555
|
message?: string | undefined;
|
@@ -20656,7 +20656,7 @@ export declare const facebookFeedContract: {
|
|
20656
20656
|
200: z.ZodObject<{
|
20657
20657
|
requestId: z.ZodString;
|
20658
20658
|
data: z.ZodObject<{
|
20659
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "
|
20659
|
+
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", "unsupported"]>;
|
20660
20660
|
message: z.ZodString;
|
20661
20661
|
id: z.ZodString;
|
20662
20662
|
url: z.ZodString;
|
@@ -24087,7 +24087,7 @@ export declare const facebookFeedContract: {
|
|
24087
24087
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
24088
24088
|
message: z.ZodString;
|
24089
24089
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
24090
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "
|
24090
|
+
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", "unsupported"]>;
|
24091
24091
|
readAt: z.ZodDate;
|
24092
24092
|
metadata: z.ZodAny;
|
24093
24093
|
platformId: z.ZodString;
|
@@ -24745,7 +24745,7 @@ export declare const facebookFeedContract: {
|
|
24745
24745
|
};
|
24746
24746
|
}>;
|
24747
24747
|
}, "strip", z.ZodTypeAny, {
|
24748
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
24748
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
24749
24749
|
message: string;
|
24750
24750
|
id: string;
|
24751
24751
|
url: string;
|
@@ -24907,7 +24907,7 @@ export declare const facebookFeedContract: {
|
|
24907
24907
|
metadata?: any;
|
24908
24908
|
template?: any;
|
24909
24909
|
}, {
|
24910
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
24910
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
24911
24911
|
message: string;
|
24912
24912
|
id: string;
|
24913
24913
|
url: string;
|
@@ -25280,7 +25280,7 @@ export declare const facebookFeedContract: {
|
|
25280
25280
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
25281
25281
|
message: z.ZodString;
|
25282
25282
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
25283
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "
|
25283
|
+
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", "unsupported"]>;
|
25284
25284
|
readAt: z.ZodDate;
|
25285
25285
|
metadata: z.ZodAny;
|
25286
25286
|
platformId: z.ZodString;
|
@@ -28272,7 +28272,7 @@ export declare const facebookFeedContract: {
|
|
28272
28272
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
28273
28273
|
message: z.ZodString;
|
28274
28274
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
28275
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "
|
28275
|
+
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", "unsupported"]>;
|
28276
28276
|
readAt: z.ZodDate;
|
28277
28277
|
metadata: z.ZodAny;
|
28278
28278
|
platformId: z.ZodString;
|
@@ -28930,7 +28930,7 @@ export declare const facebookFeedContract: {
|
|
28930
28930
|
};
|
28931
28931
|
}>;
|
28932
28932
|
}, "strip", z.ZodTypeAny, {
|
28933
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
28933
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
28934
28934
|
message: string;
|
28935
28935
|
id: string;
|
28936
28936
|
url: string;
|
@@ -29092,7 +29092,7 @@ export declare const facebookFeedContract: {
|
|
29092
29092
|
metadata?: any;
|
29093
29093
|
template?: any;
|
29094
29094
|
}, {
|
29095
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
29095
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
29096
29096
|
message: string;
|
29097
29097
|
id: string;
|
29098
29098
|
url: string;
|
@@ -29892,7 +29892,7 @@ export declare const facebookFeedContract: {
|
|
29892
29892
|
isActive: boolean;
|
29893
29893
|
}>;
|
29894
29894
|
}, "strip", z.ZodTypeAny, {
|
29895
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
29895
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
29896
29896
|
message: string;
|
29897
29897
|
id: string;
|
29898
29898
|
url: string;
|
@@ -30385,7 +30385,7 @@ export declare const facebookFeedContract: {
|
|
30385
30385
|
previewUrl: string;
|
30386
30386
|
imageSetId: string;
|
30387
30387
|
repliedMessage: {
|
30388
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
30388
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
30389
30389
|
message: string;
|
30390
30390
|
id: string;
|
30391
30391
|
url: string;
|
@@ -30594,7 +30594,7 @@ export declare const facebookFeedContract: {
|
|
30594
30594
|
metadata?: any;
|
30595
30595
|
template?: any;
|
30596
30596
|
}, {
|
30597
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
30597
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
30598
30598
|
message: string;
|
30599
30599
|
id: string;
|
30600
30600
|
url: string;
|
@@ -31087,7 +31087,7 @@ export declare const facebookFeedContract: {
|
|
31087
31087
|
previewUrl: string;
|
31088
31088
|
imageSetId: string;
|
31089
31089
|
repliedMessage: {
|
31090
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
31090
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
31091
31091
|
message: string;
|
31092
31092
|
id: string;
|
31093
31093
|
url: string;
|
@@ -31297,7 +31297,7 @@ export declare const facebookFeedContract: {
|
|
31297
31297
|
template?: any;
|
31298
31298
|
}>>>;
|
31299
31299
|
}, "strip", z.ZodTypeAny, {
|
31300
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
31300
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
31301
31301
|
message: string;
|
31302
31302
|
id: string;
|
31303
31303
|
url: string;
|
@@ -31790,7 +31790,7 @@ export declare const facebookFeedContract: {
|
|
31790
31790
|
previewUrl: string;
|
31791
31791
|
imageSetId: string;
|
31792
31792
|
repliedMessage: {
|
31793
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
31793
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
31794
31794
|
message: string;
|
31795
31795
|
id: string;
|
31796
31796
|
url: string;
|
@@ -31999,7 +31999,7 @@ export declare const facebookFeedContract: {
|
|
31999
31999
|
template?: any;
|
32000
32000
|
metadata?: any;
|
32001
32001
|
fromMessage?: {
|
32002
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
32002
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
32003
32003
|
message: string;
|
32004
32004
|
id: string;
|
32005
32005
|
url: string;
|
@@ -32492,7 +32492,7 @@ export declare const facebookFeedContract: {
|
|
32492
32492
|
previewUrl: string;
|
32493
32493
|
imageSetId: string;
|
32494
32494
|
repliedMessage: {
|
32495
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
32495
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
32496
32496
|
message: string;
|
32497
32497
|
id: string;
|
32498
32498
|
url: string;
|
@@ -32702,7 +32702,7 @@ export declare const facebookFeedContract: {
|
|
32702
32702
|
template?: any;
|
32703
32703
|
} | null | undefined;
|
32704
32704
|
}, {
|
32705
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
32705
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
32706
32706
|
message: string;
|
32707
32707
|
id: string;
|
32708
32708
|
url: string;
|
@@ -33195,7 +33195,7 @@ export declare const facebookFeedContract: {
|
|
33195
33195
|
previewUrl: string;
|
33196
33196
|
imageSetId: string;
|
33197
33197
|
repliedMessage: {
|
33198
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
33198
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
33199
33199
|
message: string;
|
33200
33200
|
id: string;
|
33201
33201
|
url: string;
|
@@ -33404,7 +33404,7 @@ export declare const facebookFeedContract: {
|
|
33404
33404
|
template?: any;
|
33405
33405
|
metadata?: any;
|
33406
33406
|
fromMessage?: {
|
33407
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
33407
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
33408
33408
|
message: string;
|
33409
33409
|
id: string;
|
33410
33410
|
url: string;
|
@@ -33897,7 +33897,7 @@ export declare const facebookFeedContract: {
|
|
33897
33897
|
previewUrl: string;
|
33898
33898
|
imageSetId: string;
|
33899
33899
|
repliedMessage: {
|
33900
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
33900
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
33901
33901
|
message: string;
|
33902
33902
|
id: string;
|
33903
33903
|
url: string;
|
@@ -34109,7 +34109,7 @@ export declare const facebookFeedContract: {
|
|
34109
34109
|
}>;
|
34110
34110
|
}, "strip", z.ZodTypeAny, {
|
34111
34111
|
data: {
|
34112
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
34112
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
34113
34113
|
message: string;
|
34114
34114
|
id: string;
|
34115
34115
|
url: string;
|
@@ -34602,7 +34602,7 @@ export declare const facebookFeedContract: {
|
|
34602
34602
|
previewUrl: string;
|
34603
34603
|
imageSetId: string;
|
34604
34604
|
repliedMessage: {
|
34605
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
34605
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
34606
34606
|
message: string;
|
34607
34607
|
id: string;
|
34608
34608
|
url: string;
|
@@ -34811,7 +34811,7 @@ export declare const facebookFeedContract: {
|
|
34811
34811
|
template?: any;
|
34812
34812
|
metadata?: any;
|
34813
34813
|
fromMessage?: {
|
34814
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
34814
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
34815
34815
|
message: string;
|
34816
34816
|
id: string;
|
34817
34817
|
url: string;
|
@@ -35304,7 +35304,7 @@ export declare const facebookFeedContract: {
|
|
35304
35304
|
previewUrl: string;
|
35305
35305
|
imageSetId: string;
|
35306
35306
|
repliedMessage: {
|
35307
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
35307
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
35308
35308
|
message: string;
|
35309
35309
|
id: string;
|
35310
35310
|
url: string;
|
@@ -35517,7 +35517,7 @@ export declare const facebookFeedContract: {
|
|
35517
35517
|
requestId: string;
|
35518
35518
|
}, {
|
35519
35519
|
data: {
|
35520
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
35520
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
35521
35521
|
message: string;
|
35522
35522
|
id: string;
|
35523
35523
|
url: string;
|
@@ -36010,7 +36010,7 @@ export declare const facebookFeedContract: {
|
|
36010
36010
|
previewUrl: string;
|
36011
36011
|
imageSetId: string;
|
36012
36012
|
repliedMessage: {
|
36013
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
36013
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
36014
36014
|
message: string;
|
36015
36015
|
id: string;
|
36016
36016
|
url: string;
|
@@ -36219,7 +36219,7 @@ export declare const facebookFeedContract: {
|
|
36219
36219
|
template?: any;
|
36220
36220
|
metadata?: any;
|
36221
36221
|
fromMessage?: {
|
36222
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
36222
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
36223
36223
|
message: string;
|
36224
36224
|
id: string;
|
36225
36225
|
url: string;
|
@@ -36712,7 +36712,7 @@ export declare const facebookFeedContract: {
|
|
36712
36712
|
previewUrl: string;
|
36713
36713
|
imageSetId: string;
|
36714
36714
|
repliedMessage: {
|
36715
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
36715
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
36716
36716
|
message: string;
|
36717
36717
|
id: string;
|
36718
36718
|
url: string;
|