@kl1/contracts 1.1.78-uat → 1.1.80-uat
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/api-contracts/src/automation-queue/index.d.ts +3410 -0
- package/dist/api-contracts/src/automation-queue/index.d.ts.map +1 -0
- package/dist/api-contracts/src/automation-queue/schema.d.ts +618 -0
- package/dist/api-contracts/src/automation-queue/schema.d.ts.map +1 -0
- package/dist/api-contracts/src/automation-queue/validation.d.ts +52 -0
- package/dist/api-contracts/src/automation-queue/validation.d.ts.map +1 -0
- package/dist/api-contracts/src/chat/index.d.ts +145 -145
- package/dist/api-contracts/src/chat/schema.d.ts +64 -76
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +51 -51
- package/dist/api-contracts/src/comment/index.d.ts +1 -1
- package/dist/api-contracts/src/comment/validation.d.ts +1 -1
- package/dist/api-contracts/src/contract.d.ts +219 -219
- package/dist/api-contracts/src/facebook-feed/index.d.ts +43 -43
- package/dist/api-contracts/src/facebook-feed/schema.d.ts +3 -3
- package/dist/api-contracts/src/hold-label/index.d.ts +1 -1
- package/dist/api-contracts/src/index.d.ts +1 -0
- package/dist/api-contracts/src/index.d.ts.map +1 -1
- package/dist/api-contracts/src/instagram/index.d.ts +33 -33
- package/dist/api-contracts/src/line/index.d.ts +38 -38
- package/dist/api-contracts/src/line/validation.d.ts +5 -5
- package/dist/api-contracts/src/messenger/index.d.ts +33 -33
- package/dist/api-contracts/src/sms/index.d.ts +5 -5
- package/dist/api-contracts/src/viber/index.d.ts +33 -33
- package/dist/api-contracts/src/webchat/index.d.ts +33 -33
- package/dist/entities/src/enums/chat.d.ts +2 -0
- package/dist/entities/src/enums/chat.d.ts.map +1 -1
- package/dist/index.js +491 -388
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +490 -388
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
@@ -3740,7 +3740,7 @@ export declare const facebookFeedContract: {
|
|
3740
3740
|
id: z.ZodOptional<z.ZodString>;
|
3741
3741
|
message: z.ZodOptional<z.ZodString>;
|
3742
3742
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
3743
|
-
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"]>;
|
3743
|
+
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", "deleted", "unsupported"]>;
|
3744
3744
|
readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
3745
3745
|
metadata: z.ZodOptional<z.ZodAny>;
|
3746
3746
|
platformId: z.ZodOptional<z.ZodString>;
|
@@ -3795,7 +3795,7 @@ export declare const facebookFeedContract: {
|
|
3795
3795
|
isEdited: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
3796
3796
|
editedAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
3797
3797
|
}, "strip", z.ZodTypeAny, {
|
3798
|
-
type: "fallback" | "location" | "file" | "closed" | "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";
|
3798
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
3799
3799
|
direction: "incoming" | "outgoing" | "system";
|
3800
3800
|
message?: string | undefined;
|
3801
3801
|
id?: string | undefined;
|
@@ -3829,7 +3829,7 @@ export declare const facebookFeedContract: {
|
|
3829
3829
|
isEdited?: boolean | null | undefined;
|
3830
3830
|
editedAt?: string | Date | null | undefined;
|
3831
3831
|
}, {
|
3832
|
-
type: "fallback" | "location" | "file" | "closed" | "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";
|
3832
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
3833
3833
|
direction: "incoming" | "outgoing" | "system";
|
3834
3834
|
message?: string | undefined;
|
3835
3835
|
id?: string | undefined;
|
@@ -3876,7 +3876,7 @@ export declare const facebookFeedContract: {
|
|
3876
3876
|
}>>;
|
3877
3877
|
}>, "strip", z.ZodTypeAny, {
|
3878
3878
|
message: {
|
3879
|
-
type: "fallback" | "location" | "file" | "closed" | "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";
|
3879
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
3880
3880
|
direction: "incoming" | "outgoing" | "system";
|
3881
3881
|
message?: string | undefined;
|
3882
3882
|
id?: string | undefined;
|
@@ -3991,7 +3991,7 @@ export declare const facebookFeedContract: {
|
|
3991
3991
|
} | undefined;
|
3992
3992
|
}, {
|
3993
3993
|
message: {
|
3994
|
-
type: "fallback" | "location" | "file" | "closed" | "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";
|
3994
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
3995
3995
|
direction: "incoming" | "outgoing" | "system";
|
3996
3996
|
message?: string | undefined;
|
3997
3997
|
id?: string | undefined;
|
@@ -4119,7 +4119,7 @@ export declare const facebookFeedContract: {
|
|
4119
4119
|
}, {
|
4120
4120
|
message: z.ZodString;
|
4121
4121
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
4122
|
-
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"]>;
|
4122
|
+
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", "deleted", "unsupported"]>;
|
4123
4123
|
readAt: z.ZodDate;
|
4124
4124
|
metadata: z.ZodAny;
|
4125
4125
|
platformId: z.ZodString;
|
@@ -7172,7 +7172,7 @@ export declare const facebookFeedContract: {
|
|
7172
7172
|
}, {
|
7173
7173
|
message: z.ZodString;
|
7174
7174
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
7175
|
-
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"]>;
|
7175
|
+
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", "deleted", "unsupported"]>;
|
7176
7176
|
readAt: z.ZodDate;
|
7177
7177
|
metadata: z.ZodAny;
|
7178
7178
|
platformId: z.ZodString;
|
@@ -7831,7 +7831,7 @@ export declare const facebookFeedContract: {
|
|
7831
7831
|
};
|
7832
7832
|
}>;
|
7833
7833
|
}>, "strip", z.ZodTypeAny, {
|
7834
|
-
type: "fallback" | "location" | "file" | "closed" | "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";
|
7834
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
7835
7835
|
message: string;
|
7836
7836
|
id: string;
|
7837
7837
|
url: string;
|
@@ -7993,7 +7993,7 @@ export declare const facebookFeedContract: {
|
|
7993
7993
|
template?: any;
|
7994
7994
|
metadata?: any;
|
7995
7995
|
}, {
|
7996
|
-
type: "fallback" | "location" | "file" | "closed" | "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";
|
7996
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
7997
7997
|
message: string;
|
7998
7998
|
id: string;
|
7999
7999
|
url: string;
|
@@ -8803,7 +8803,7 @@ export declare const facebookFeedContract: {
|
|
8803
8803
|
}, {
|
8804
8804
|
message: z.ZodString;
|
8805
8805
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
8806
|
-
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"]>;
|
8806
|
+
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", "deleted", "unsupported"]>;
|
8807
8807
|
readAt: z.ZodDate;
|
8808
8808
|
metadata: z.ZodAny;
|
8809
8809
|
platformId: z.ZodString;
|
@@ -11856,7 +11856,7 @@ export declare const facebookFeedContract: {
|
|
11856
11856
|
}, {
|
11857
11857
|
message: z.ZodString;
|
11858
11858
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
11859
|
-
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"]>;
|
11859
|
+
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", "deleted", "unsupported"]>;
|
11860
11860
|
readAt: z.ZodDate;
|
11861
11861
|
metadata: z.ZodAny;
|
11862
11862
|
platformId: z.ZodString;
|
@@ -12515,7 +12515,7 @@ export declare const facebookFeedContract: {
|
|
12515
12515
|
};
|
12516
12516
|
}>;
|
12517
12517
|
}>, "strip", z.ZodTypeAny, {
|
12518
|
-
type: "fallback" | "location" | "file" | "closed" | "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";
|
12518
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
12519
12519
|
message: string;
|
12520
12520
|
id: string;
|
12521
12521
|
url: string;
|
@@ -12677,7 +12677,7 @@ export declare const facebookFeedContract: {
|
|
12677
12677
|
template?: any;
|
12678
12678
|
metadata?: any;
|
12679
12679
|
}, {
|
12680
|
-
type: "fallback" | "location" | "file" | "closed" | "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";
|
12680
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
12681
12681
|
message: string;
|
12682
12682
|
id: string;
|
12683
12683
|
url: string;
|
@@ -13479,7 +13479,7 @@ export declare const facebookFeedContract: {
|
|
13479
13479
|
}>;
|
13480
13480
|
editedMessageid: z.ZodString;
|
13481
13481
|
}>, "strip", z.ZodTypeAny, {
|
13482
|
-
type: "fallback" | "location" | "file" | "closed" | "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";
|
13482
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
13483
13483
|
message: string;
|
13484
13484
|
id: string;
|
13485
13485
|
url: string;
|
@@ -13977,7 +13977,7 @@ export declare const facebookFeedContract: {
|
|
13977
13977
|
previewUrl: string;
|
13978
13978
|
imageSetId: string;
|
13979
13979
|
repliedMessage: {
|
13980
|
-
type: "fallback" | "location" | "file" | "closed" | "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";
|
13980
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
13981
13981
|
message: string;
|
13982
13982
|
id: string;
|
13983
13983
|
url: string;
|
@@ -14187,7 +14187,7 @@ export declare const facebookFeedContract: {
|
|
14187
14187
|
template?: any;
|
14188
14188
|
metadata?: any;
|
14189
14189
|
}, {
|
14190
|
-
type: "fallback" | "location" | "file" | "closed" | "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";
|
14190
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
14191
14191
|
message: string;
|
14192
14192
|
id: string;
|
14193
14193
|
url: string;
|
@@ -14685,7 +14685,7 @@ export declare const facebookFeedContract: {
|
|
14685
14685
|
previewUrl: string;
|
14686
14686
|
imageSetId: string;
|
14687
14687
|
repliedMessage: {
|
14688
|
-
type: "fallback" | "location" | "file" | "closed" | "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";
|
14688
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
14689
14689
|
message: string;
|
14690
14690
|
id: string;
|
14691
14691
|
url: string;
|
@@ -14896,7 +14896,7 @@ export declare const facebookFeedContract: {
|
|
14896
14896
|
metadata?: any;
|
14897
14897
|
}>>>;
|
14898
14898
|
}>, "strip", z.ZodTypeAny, {
|
14899
|
-
type: "fallback" | "location" | "file" | "closed" | "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";
|
14899
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
14900
14900
|
message: string;
|
14901
14901
|
id: string;
|
14902
14902
|
url: string;
|
@@ -15394,7 +15394,7 @@ export declare const facebookFeedContract: {
|
|
15394
15394
|
previewUrl: string;
|
15395
15395
|
imageSetId: string;
|
15396
15396
|
repliedMessage: {
|
15397
|
-
type: "fallback" | "location" | "file" | "closed" | "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";
|
15397
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
15398
15398
|
message: string;
|
15399
15399
|
id: string;
|
15400
15400
|
url: string;
|
@@ -15604,7 +15604,7 @@ export declare const facebookFeedContract: {
|
|
15604
15604
|
template?: any;
|
15605
15605
|
metadata?: any;
|
15606
15606
|
fromMessage?: {
|
15607
|
-
type: "fallback" | "location" | "file" | "closed" | "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";
|
15607
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
15608
15608
|
message: string;
|
15609
15609
|
id: string;
|
15610
15610
|
url: string;
|
@@ -16102,7 +16102,7 @@ export declare const facebookFeedContract: {
|
|
16102
16102
|
previewUrl: string;
|
16103
16103
|
imageSetId: string;
|
16104
16104
|
repliedMessage: {
|
16105
|
-
type: "fallback" | "location" | "file" | "closed" | "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";
|
16105
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
16106
16106
|
message: string;
|
16107
16107
|
id: string;
|
16108
16108
|
url: string;
|
@@ -16313,7 +16313,7 @@ export declare const facebookFeedContract: {
|
|
16313
16313
|
metadata?: any;
|
16314
16314
|
} | null | undefined;
|
16315
16315
|
}, {
|
16316
|
-
type: "fallback" | "location" | "file" | "closed" | "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";
|
16316
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
16317
16317
|
message: string;
|
16318
16318
|
id: string;
|
16319
16319
|
url: string;
|
@@ -16811,7 +16811,7 @@ export declare const facebookFeedContract: {
|
|
16811
16811
|
previewUrl: string;
|
16812
16812
|
imageSetId: string;
|
16813
16813
|
repliedMessage: {
|
16814
|
-
type: "fallback" | "location" | "file" | "closed" | "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";
|
16814
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
16815
16815
|
message: string;
|
16816
16816
|
id: string;
|
16817
16817
|
url: string;
|
@@ -17021,7 +17021,7 @@ export declare const facebookFeedContract: {
|
|
17021
17021
|
template?: any;
|
17022
17022
|
metadata?: any;
|
17023
17023
|
fromMessage?: {
|
17024
|
-
type: "fallback" | "location" | "file" | "closed" | "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";
|
17024
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
17025
17025
|
message: string;
|
17026
17026
|
id: string;
|
17027
17027
|
url: string;
|
@@ -17519,7 +17519,7 @@ export declare const facebookFeedContract: {
|
|
17519
17519
|
previewUrl: string;
|
17520
17520
|
imageSetId: string;
|
17521
17521
|
repliedMessage: {
|
17522
|
-
type: "fallback" | "location" | "file" | "closed" | "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";
|
17522
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
17523
17523
|
message: string;
|
17524
17524
|
id: string;
|
17525
17525
|
url: string;
|
@@ -17732,7 +17732,7 @@ export declare const facebookFeedContract: {
|
|
17732
17732
|
}>;
|
17733
17733
|
}>, "strip", z.ZodTypeAny, {
|
17734
17734
|
data: {
|
17735
|
-
type: "fallback" | "location" | "file" | "closed" | "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";
|
17735
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
17736
17736
|
message: string;
|
17737
17737
|
id: string;
|
17738
17738
|
url: string;
|
@@ -18230,7 +18230,7 @@ export declare const facebookFeedContract: {
|
|
18230
18230
|
previewUrl: string;
|
18231
18231
|
imageSetId: string;
|
18232
18232
|
repliedMessage: {
|
18233
|
-
type: "fallback" | "location" | "file" | "closed" | "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";
|
18233
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
18234
18234
|
message: string;
|
18235
18235
|
id: string;
|
18236
18236
|
url: string;
|
@@ -18440,7 +18440,7 @@ export declare const facebookFeedContract: {
|
|
18440
18440
|
template?: any;
|
18441
18441
|
metadata?: any;
|
18442
18442
|
fromMessage?: {
|
18443
|
-
type: "fallback" | "location" | "file" | "closed" | "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";
|
18443
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
18444
18444
|
message: string;
|
18445
18445
|
id: string;
|
18446
18446
|
url: string;
|
@@ -18938,7 +18938,7 @@ export declare const facebookFeedContract: {
|
|
18938
18938
|
previewUrl: string;
|
18939
18939
|
imageSetId: string;
|
18940
18940
|
repliedMessage: {
|
18941
|
-
type: "fallback" | "location" | "file" | "closed" | "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";
|
18941
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
18942
18942
|
message: string;
|
18943
18943
|
id: string;
|
18944
18944
|
url: string;
|
@@ -19152,7 +19152,7 @@ export declare const facebookFeedContract: {
|
|
19152
19152
|
requestId: string;
|
19153
19153
|
}, {
|
19154
19154
|
data: {
|
19155
|
-
type: "fallback" | "location" | "file" | "closed" | "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";
|
19155
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
19156
19156
|
message: string;
|
19157
19157
|
id: string;
|
19158
19158
|
url: string;
|
@@ -19650,7 +19650,7 @@ export declare const facebookFeedContract: {
|
|
19650
19650
|
previewUrl: string;
|
19651
19651
|
imageSetId: string;
|
19652
19652
|
repliedMessage: {
|
19653
|
-
type: "fallback" | "location" | "file" | "closed" | "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";
|
19653
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
19654
19654
|
message: string;
|
19655
19655
|
id: string;
|
19656
19656
|
url: string;
|
@@ -19860,7 +19860,7 @@ export declare const facebookFeedContract: {
|
|
19860
19860
|
template?: any;
|
19861
19861
|
metadata?: any;
|
19862
19862
|
fromMessage?: {
|
19863
|
-
type: "fallback" | "location" | "file" | "closed" | "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";
|
19863
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
19864
19864
|
message: string;
|
19865
19865
|
id: string;
|
19866
19866
|
url: string;
|
@@ -20358,7 +20358,7 @@ export declare const facebookFeedContract: {
|
|
20358
20358
|
previewUrl: string;
|
20359
20359
|
imageSetId: string;
|
20360
20360
|
repliedMessage: {
|
20361
|
-
type: "fallback" | "location" | "file" | "closed" | "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";
|
20361
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
20362
20362
|
message: string;
|
20363
20363
|
id: string;
|
20364
20364
|
url: string;
|
@@ -20803,7 +20803,7 @@ export declare const facebookFeedContract: {
|
|
20803
20803
|
id: z.ZodOptional<z.ZodString>;
|
20804
20804
|
message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
20805
20805
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
20806
|
-
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"]>;
|
20806
|
+
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", "deleted", "unsupported"]>;
|
20807
20807
|
readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
20808
20808
|
metadata: z.ZodOptional<z.ZodAny>;
|
20809
20809
|
platformId: z.ZodOptional<z.ZodString>;
|
@@ -20855,7 +20855,7 @@ export declare const facebookFeedContract: {
|
|
20855
20855
|
parentMessageId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
20856
20856
|
feedPostId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
20857
20857
|
}, "strip", z.ZodTypeAny, {
|
20858
|
-
type: "fallback" | "location" | "file" | "closed" | "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";
|
20858
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
20859
20859
|
direction: "incoming" | "outgoing" | "system";
|
20860
20860
|
message?: string | null | undefined;
|
20861
20861
|
id?: string | undefined;
|
@@ -20886,7 +20886,7 @@ export declare const facebookFeedContract: {
|
|
20886
20886
|
parentMessageId?: string | null | undefined;
|
20887
20887
|
feedPostId?: string | null | undefined;
|
20888
20888
|
}, {
|
20889
|
-
type: "fallback" | "location" | "file" | "closed" | "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";
|
20889
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
20890
20890
|
direction: "incoming" | "outgoing" | "system";
|
20891
20891
|
message?: string | null | undefined;
|
20892
20892
|
id?: string | undefined;
|
@@ -20919,7 +20919,7 @@ export declare const facebookFeedContract: {
|
|
20919
20919
|
}>;
|
20920
20920
|
}, "strip", z.ZodTypeAny, {
|
20921
20921
|
message: {
|
20922
|
-
type: "fallback" | "location" | "file" | "closed" | "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";
|
20922
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
20923
20923
|
direction: "incoming" | "outgoing" | "system";
|
20924
20924
|
message?: string | null | undefined;
|
20925
20925
|
id?: string | undefined;
|
@@ -20986,7 +20986,7 @@ export declare const facebookFeedContract: {
|
|
20986
20986
|
};
|
20987
20987
|
}, {
|
20988
20988
|
message: {
|
20989
|
-
type: "fallback" | "location" | "file" | "closed" | "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";
|
20989
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
20990
20990
|
direction: "incoming" | "outgoing" | "system";
|
20991
20991
|
message?: string | null | undefined;
|
20992
20992
|
id?: string | undefined;
|
@@ -21264,7 +21264,7 @@ export declare const facebookFeedContract: {
|
|
21264
21264
|
id: z.ZodOptional<z.ZodString>;
|
21265
21265
|
message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
21266
21266
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
21267
|
-
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"]>;
|
21267
|
+
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", "deleted", "unsupported"]>;
|
21268
21268
|
readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
21269
21269
|
metadata: z.ZodOptional<z.ZodAny>;
|
21270
21270
|
platformId: z.ZodOptional<z.ZodString>;
|
@@ -21316,7 +21316,7 @@ export declare const facebookFeedContract: {
|
|
21316
21316
|
parentMessageId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
21317
21317
|
feedPostId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
21318
21318
|
}, "strip", z.ZodTypeAny, {
|
21319
|
-
type: "fallback" | "location" | "file" | "closed" | "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";
|
21319
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
21320
21320
|
direction: "incoming" | "outgoing" | "system";
|
21321
21321
|
message?: string | null | undefined;
|
21322
21322
|
id?: string | undefined;
|
@@ -21347,7 +21347,7 @@ export declare const facebookFeedContract: {
|
|
21347
21347
|
parentMessageId?: string | null | undefined;
|
21348
21348
|
feedPostId?: string | null | undefined;
|
21349
21349
|
}, {
|
21350
|
-
type: "fallback" | "location" | "file" | "closed" | "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";
|
21350
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
21351
21351
|
direction: "incoming" | "outgoing" | "system";
|
21352
21352
|
message?: string | null | undefined;
|
21353
21353
|
id?: string | undefined;
|
@@ -21380,7 +21380,7 @@ export declare const facebookFeedContract: {
|
|
21380
21380
|
}>;
|
21381
21381
|
}, "strip", z.ZodTypeAny, {
|
21382
21382
|
message: {
|
21383
|
-
type: "fallback" | "location" | "file" | "closed" | "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";
|
21383
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
21384
21384
|
direction: "incoming" | "outgoing" | "system";
|
21385
21385
|
message?: string | null | undefined;
|
21386
21386
|
id?: string | undefined;
|
@@ -21447,7 +21447,7 @@ export declare const facebookFeedContract: {
|
|
21447
21447
|
};
|
21448
21448
|
}, {
|
21449
21449
|
message: {
|
21450
|
-
type: "fallback" | "location" | "file" | "closed" | "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";
|
21450
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
21451
21451
|
direction: "incoming" | "outgoing" | "system";
|
21452
21452
|
message?: string | null | undefined;
|
21453
21453
|
id?: string | undefined;
|
@@ -6,7 +6,7 @@ export declare const FeedPostSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
6
6
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
7
7
|
}, {
|
8
8
|
message: z.ZodNullable<z.ZodString>;
|
9
|
-
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
|
+
type: z.ZodUnion<[z.ZodEnum<["text", "added_photos", "shared_story", "mobile_status_update", "no_data"]>, 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", "deleted", "unsupported"]>]>;
|
10
10
|
metadata: z.ZodAny;
|
11
11
|
platformId: z.ZodString;
|
12
12
|
platformMessageId: z.ZodString;
|
@@ -1600,7 +1600,7 @@ export declare const FeedPostSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
1600
1600
|
imageURL: z.ZodString;
|
1601
1601
|
permalinkURL: z.ZodString;
|
1602
1602
|
}>, "strip", z.ZodTypeAny, {
|
1603
|
-
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";
|
1603
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
1604
1604
|
message: string | null;
|
1605
1605
|
id: string;
|
1606
1606
|
channel: {
|
@@ -1849,7 +1849,7 @@ export declare const FeedPostSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
1849
1849
|
permalinkURL: string;
|
1850
1850
|
metadata?: any;
|
1851
1851
|
}, {
|
1852
|
-
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";
|
1852
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
|
1853
1853
|
message: string | null;
|
1854
1854
|
id: string;
|
1855
1855
|
channel: {
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,oBAAoB,CAAC;AACnC,OAAO,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAC9C,OAAO,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AACjD,cAAc,iBAAiB,CAAC;AAChC,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,OAAO,CAAC;AACtB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,4BAA4B,CAAC;AAC3C,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC"}
|