@kl1/contracts 1.1.79-uat → 1.1.81-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 +196 -145
- package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/schema.d.ts +78 -76
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +78 -51
- package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
- 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 +379 -229
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/index.d.ts +8 -8
- package/dist/api-contracts/src/dashboard/schema.d.ts +8 -8
- package/dist/api-contracts/src/facebook-feed/index.d.ts +60 -43
- package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/schema.d.ts +3 -3
- package/dist/api-contracts/src/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 +50 -33
- package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/line/index.d.ts +55 -38
- package/dist/api-contracts/src/line/index.d.ts.map +1 -1
- package/dist/api-contracts/src/line/validation.d.ts +5 -5
- package/dist/api-contracts/src/messenger/index.d.ts +50 -33
- package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
- package/dist/api-contracts/src/role/index.d.ts +25 -1
- package/dist/api-contracts/src/role/index.d.ts.map +1 -1
- package/dist/api-contracts/src/role/schema.d.ts +26 -0
- package/dist/api-contracts/src/role/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/sms/index.d.ts +10 -5
- package/dist/api-contracts/src/sms/index.d.ts.map +1 -1
- package/dist/api-contracts/src/viber/index.d.ts +50 -33
- package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
- package/dist/api-contracts/src/webchat/index.d.ts +50 -33
- package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
- 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 +505 -391
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +504 -391
- 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>;
|
@@ -3794,12 +3794,14 @@ export declare const facebookFeedContract: {
|
|
3794
3794
|
editedMessageId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
3795
3795
|
isEdited: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
3796
3796
|
editedAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
3797
|
+
label: z.ZodOptional<z.ZodString>;
|
3797
3798
|
}, "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";
|
3799
|
+
type: "fallback" | "location" | "file" | "closed" | "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
3800
|
direction: "incoming" | "outgoing" | "system";
|
3800
3801
|
message?: string | undefined;
|
3801
3802
|
id?: string | undefined;
|
3802
3803
|
url?: string | undefined;
|
3804
|
+
label?: string | undefined;
|
3803
3805
|
template?: any;
|
3804
3806
|
metadata?: any;
|
3805
3807
|
upload?: {
|
@@ -3829,11 +3831,12 @@ export declare const facebookFeedContract: {
|
|
3829
3831
|
isEdited?: boolean | null | undefined;
|
3830
3832
|
editedAt?: string | Date | null | undefined;
|
3831
3833
|
}, {
|
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";
|
3834
|
+
type: "fallback" | "location" | "file" | "closed" | "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
3835
|
direction: "incoming" | "outgoing" | "system";
|
3834
3836
|
message?: string | undefined;
|
3835
3837
|
id?: string | undefined;
|
3836
3838
|
url?: string | undefined;
|
3839
|
+
label?: string | undefined;
|
3837
3840
|
template?: any;
|
3838
3841
|
metadata?: any;
|
3839
3842
|
upload?: {
|
@@ -3876,11 +3879,12 @@ export declare const facebookFeedContract: {
|
|
3876
3879
|
}>>;
|
3877
3880
|
}>, "strip", z.ZodTypeAny, {
|
3878
3881
|
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";
|
3882
|
+
type: "fallback" | "location" | "file" | "closed" | "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
3883
|
direction: "incoming" | "outgoing" | "system";
|
3881
3884
|
message?: string | undefined;
|
3882
3885
|
id?: string | undefined;
|
3883
3886
|
url?: string | undefined;
|
3887
|
+
label?: string | undefined;
|
3884
3888
|
template?: any;
|
3885
3889
|
metadata?: any;
|
3886
3890
|
upload?: {
|
@@ -3991,11 +3995,12 @@ export declare const facebookFeedContract: {
|
|
3991
3995
|
} | undefined;
|
3992
3996
|
}, {
|
3993
3997
|
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";
|
3998
|
+
type: "fallback" | "location" | "file" | "closed" | "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
3999
|
direction: "incoming" | "outgoing" | "system";
|
3996
4000
|
message?: string | undefined;
|
3997
4001
|
id?: string | undefined;
|
3998
4002
|
url?: string | undefined;
|
4003
|
+
label?: string | undefined;
|
3999
4004
|
template?: any;
|
4000
4005
|
metadata?: any;
|
4001
4006
|
upload?: {
|
@@ -4119,7 +4124,7 @@ export declare const facebookFeedContract: {
|
|
4119
4124
|
}, {
|
4120
4125
|
message: z.ZodString;
|
4121
4126
|
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"]>;
|
4127
|
+
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
4128
|
readAt: z.ZodDate;
|
4124
4129
|
metadata: z.ZodAny;
|
4125
4130
|
platformId: z.ZodString;
|
@@ -7172,7 +7177,7 @@ export declare const facebookFeedContract: {
|
|
7172
7177
|
}, {
|
7173
7178
|
message: z.ZodString;
|
7174
7179
|
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"]>;
|
7180
|
+
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
7181
|
readAt: z.ZodDate;
|
7177
7182
|
metadata: z.ZodAny;
|
7178
7183
|
platformId: z.ZodString;
|
@@ -7831,7 +7836,7 @@ export declare const facebookFeedContract: {
|
|
7831
7836
|
};
|
7832
7837
|
}>;
|
7833
7838
|
}>, "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";
|
7839
|
+
type: "fallback" | "location" | "file" | "closed" | "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
7840
|
message: string;
|
7836
7841
|
id: string;
|
7837
7842
|
url: string;
|
@@ -7993,7 +7998,7 @@ export declare const facebookFeedContract: {
|
|
7993
7998
|
template?: any;
|
7994
7999
|
metadata?: any;
|
7995
8000
|
}, {
|
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";
|
8001
|
+
type: "fallback" | "location" | "file" | "closed" | "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
8002
|
message: string;
|
7998
8003
|
id: string;
|
7999
8004
|
url: string;
|
@@ -8794,6 +8799,7 @@ export declare const facebookFeedContract: {
|
|
8794
8799
|
isActive: boolean;
|
8795
8800
|
}>;
|
8796
8801
|
editedMessageid: z.ZodString;
|
8802
|
+
label: z.ZodOptional<z.ZodString>;
|
8797
8803
|
}>, {
|
8798
8804
|
fromMessage: z.ZodOptional<z.ZodNullable<z.ZodObject<z.objectUtil.extendShape<{
|
8799
8805
|
id: z.ZodString;
|
@@ -8803,7 +8809,7 @@ export declare const facebookFeedContract: {
|
|
8803
8809
|
}, {
|
8804
8810
|
message: z.ZodString;
|
8805
8811
|
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"]>;
|
8812
|
+
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
8813
|
readAt: z.ZodDate;
|
8808
8814
|
metadata: z.ZodAny;
|
8809
8815
|
platformId: z.ZodString;
|
@@ -11856,7 +11862,7 @@ export declare const facebookFeedContract: {
|
|
11856
11862
|
}, {
|
11857
11863
|
message: z.ZodString;
|
11858
11864
|
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"]>;
|
11865
|
+
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
11866
|
readAt: z.ZodDate;
|
11861
11867
|
metadata: z.ZodAny;
|
11862
11868
|
platformId: z.ZodString;
|
@@ -12515,7 +12521,7 @@ export declare const facebookFeedContract: {
|
|
12515
12521
|
};
|
12516
12522
|
}>;
|
12517
12523
|
}>, "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";
|
12524
|
+
type: "fallback" | "location" | "file" | "closed" | "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
12525
|
message: string;
|
12520
12526
|
id: string;
|
12521
12527
|
url: string;
|
@@ -12677,7 +12683,7 @@ export declare const facebookFeedContract: {
|
|
12677
12683
|
template?: any;
|
12678
12684
|
metadata?: any;
|
12679
12685
|
}, {
|
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";
|
12686
|
+
type: "fallback" | "location" | "file" | "closed" | "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
12687
|
message: string;
|
12682
12688
|
id: string;
|
12683
12689
|
url: string;
|
@@ -13478,8 +13484,9 @@ export declare const facebookFeedContract: {
|
|
13478
13484
|
isActive: boolean;
|
13479
13485
|
}>;
|
13480
13486
|
editedMessageid: z.ZodString;
|
13487
|
+
label: z.ZodOptional<z.ZodString>;
|
13481
13488
|
}>, "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";
|
13489
|
+
type: "fallback" | "location" | "file" | "closed" | "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
13490
|
message: string;
|
13484
13491
|
id: string;
|
13485
13492
|
url: string;
|
@@ -13977,7 +13984,7 @@ export declare const facebookFeedContract: {
|
|
13977
13984
|
previewUrl: string;
|
13978
13985
|
imageSetId: string;
|
13979
13986
|
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";
|
13987
|
+
type: "fallback" | "location" | "file" | "closed" | "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
13988
|
message: string;
|
13982
13989
|
id: string;
|
13983
13990
|
url: string;
|
@@ -14184,10 +14191,11 @@ export declare const facebookFeedContract: {
|
|
14184
14191
|
};
|
14185
14192
|
};
|
14186
14193
|
editedMessageid: string;
|
14194
|
+
label?: string | undefined;
|
14187
14195
|
template?: any;
|
14188
14196
|
metadata?: any;
|
14189
14197
|
}, {
|
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";
|
14198
|
+
type: "fallback" | "location" | "file" | "closed" | "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
14199
|
message: string;
|
14192
14200
|
id: string;
|
14193
14201
|
url: string;
|
@@ -14685,7 +14693,7 @@ export declare const facebookFeedContract: {
|
|
14685
14693
|
previewUrl: string;
|
14686
14694
|
imageSetId: string;
|
14687
14695
|
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";
|
14696
|
+
type: "fallback" | "location" | "file" | "closed" | "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
14697
|
message: string;
|
14690
14698
|
id: string;
|
14691
14699
|
url: string;
|
@@ -14892,11 +14900,12 @@ export declare const facebookFeedContract: {
|
|
14892
14900
|
};
|
14893
14901
|
};
|
14894
14902
|
editedMessageid: string;
|
14903
|
+
label?: string | undefined;
|
14895
14904
|
template?: any;
|
14896
14905
|
metadata?: any;
|
14897
14906
|
}>>>;
|
14898
14907
|
}>, "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";
|
14908
|
+
type: "fallback" | "location" | "file" | "closed" | "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
14909
|
message: string;
|
14901
14910
|
id: string;
|
14902
14911
|
url: string;
|
@@ -15394,7 +15403,7 @@ export declare const facebookFeedContract: {
|
|
15394
15403
|
previewUrl: string;
|
15395
15404
|
imageSetId: string;
|
15396
15405
|
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";
|
15406
|
+
type: "fallback" | "location" | "file" | "closed" | "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
15407
|
message: string;
|
15399
15408
|
id: string;
|
15400
15409
|
url: string;
|
@@ -15601,10 +15610,11 @@ export declare const facebookFeedContract: {
|
|
15601
15610
|
};
|
15602
15611
|
};
|
15603
15612
|
editedMessageid: string;
|
15613
|
+
label?: string | undefined;
|
15604
15614
|
template?: any;
|
15605
15615
|
metadata?: any;
|
15606
15616
|
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";
|
15617
|
+
type: "fallback" | "location" | "file" | "closed" | "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
15618
|
message: string;
|
15609
15619
|
id: string;
|
15610
15620
|
url: string;
|
@@ -16102,7 +16112,7 @@ export declare const facebookFeedContract: {
|
|
16102
16112
|
previewUrl: string;
|
16103
16113
|
imageSetId: string;
|
16104
16114
|
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";
|
16115
|
+
type: "fallback" | "location" | "file" | "closed" | "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
16116
|
message: string;
|
16107
16117
|
id: string;
|
16108
16118
|
url: string;
|
@@ -16309,11 +16319,12 @@ export declare const facebookFeedContract: {
|
|
16309
16319
|
};
|
16310
16320
|
};
|
16311
16321
|
editedMessageid: string;
|
16322
|
+
label?: string | undefined;
|
16312
16323
|
template?: any;
|
16313
16324
|
metadata?: any;
|
16314
16325
|
} | null | undefined;
|
16315
16326
|
}, {
|
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";
|
16327
|
+
type: "fallback" | "location" | "file" | "closed" | "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
16328
|
message: string;
|
16318
16329
|
id: string;
|
16319
16330
|
url: string;
|
@@ -16811,7 +16822,7 @@ export declare const facebookFeedContract: {
|
|
16811
16822
|
previewUrl: string;
|
16812
16823
|
imageSetId: string;
|
16813
16824
|
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";
|
16825
|
+
type: "fallback" | "location" | "file" | "closed" | "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
16826
|
message: string;
|
16816
16827
|
id: string;
|
16817
16828
|
url: string;
|
@@ -17018,10 +17029,11 @@ export declare const facebookFeedContract: {
|
|
17018
17029
|
};
|
17019
17030
|
};
|
17020
17031
|
editedMessageid: string;
|
17032
|
+
label?: string | undefined;
|
17021
17033
|
template?: any;
|
17022
17034
|
metadata?: any;
|
17023
17035
|
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";
|
17036
|
+
type: "fallback" | "location" | "file" | "closed" | "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
17037
|
message: string;
|
17026
17038
|
id: string;
|
17027
17039
|
url: string;
|
@@ -17519,7 +17531,7 @@ export declare const facebookFeedContract: {
|
|
17519
17531
|
previewUrl: string;
|
17520
17532
|
imageSetId: string;
|
17521
17533
|
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";
|
17534
|
+
type: "fallback" | "location" | "file" | "closed" | "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
17535
|
message: string;
|
17524
17536
|
id: string;
|
17525
17537
|
url: string;
|
@@ -17726,13 +17738,14 @@ export declare const facebookFeedContract: {
|
|
17726
17738
|
};
|
17727
17739
|
};
|
17728
17740
|
editedMessageid: string;
|
17741
|
+
label?: string | undefined;
|
17729
17742
|
template?: any;
|
17730
17743
|
metadata?: any;
|
17731
17744
|
} | null | undefined;
|
17732
17745
|
}>;
|
17733
17746
|
}>, "strip", z.ZodTypeAny, {
|
17734
17747
|
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";
|
17748
|
+
type: "fallback" | "location" | "file" | "closed" | "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
17749
|
message: string;
|
17737
17750
|
id: string;
|
17738
17751
|
url: string;
|
@@ -18230,7 +18243,7 @@ export declare const facebookFeedContract: {
|
|
18230
18243
|
previewUrl: string;
|
18231
18244
|
imageSetId: string;
|
18232
18245
|
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";
|
18246
|
+
type: "fallback" | "location" | "file" | "closed" | "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
18247
|
message: string;
|
18235
18248
|
id: string;
|
18236
18249
|
url: string;
|
@@ -18437,10 +18450,11 @@ export declare const facebookFeedContract: {
|
|
18437
18450
|
};
|
18438
18451
|
};
|
18439
18452
|
editedMessageid: string;
|
18453
|
+
label?: string | undefined;
|
18440
18454
|
template?: any;
|
18441
18455
|
metadata?: any;
|
18442
18456
|
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";
|
18457
|
+
type: "fallback" | "location" | "file" | "closed" | "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
18458
|
message: string;
|
18445
18459
|
id: string;
|
18446
18460
|
url: string;
|
@@ -18938,7 +18952,7 @@ export declare const facebookFeedContract: {
|
|
18938
18952
|
previewUrl: string;
|
18939
18953
|
imageSetId: string;
|
18940
18954
|
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";
|
18955
|
+
type: "fallback" | "location" | "file" | "closed" | "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
18956
|
message: string;
|
18943
18957
|
id: string;
|
18944
18958
|
url: string;
|
@@ -19145,6 +19159,7 @@ export declare const facebookFeedContract: {
|
|
19145
19159
|
};
|
19146
19160
|
};
|
19147
19161
|
editedMessageid: string;
|
19162
|
+
label?: string | undefined;
|
19148
19163
|
template?: any;
|
19149
19164
|
metadata?: any;
|
19150
19165
|
} | null | undefined;
|
@@ -19152,7 +19167,7 @@ export declare const facebookFeedContract: {
|
|
19152
19167
|
requestId: string;
|
19153
19168
|
}, {
|
19154
19169
|
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";
|
19170
|
+
type: "fallback" | "location" | "file" | "closed" | "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
19171
|
message: string;
|
19157
19172
|
id: string;
|
19158
19173
|
url: string;
|
@@ -19650,7 +19665,7 @@ export declare const facebookFeedContract: {
|
|
19650
19665
|
previewUrl: string;
|
19651
19666
|
imageSetId: string;
|
19652
19667
|
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";
|
19668
|
+
type: "fallback" | "location" | "file" | "closed" | "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
19669
|
message: string;
|
19655
19670
|
id: string;
|
19656
19671
|
url: string;
|
@@ -19857,10 +19872,11 @@ export declare const facebookFeedContract: {
|
|
19857
19872
|
};
|
19858
19873
|
};
|
19859
19874
|
editedMessageid: string;
|
19875
|
+
label?: string | undefined;
|
19860
19876
|
template?: any;
|
19861
19877
|
metadata?: any;
|
19862
19878
|
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";
|
19879
|
+
type: "fallback" | "location" | "file" | "closed" | "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
19880
|
message: string;
|
19865
19881
|
id: string;
|
19866
19882
|
url: string;
|
@@ -20358,7 +20374,7 @@ export declare const facebookFeedContract: {
|
|
20358
20374
|
previewUrl: string;
|
20359
20375
|
imageSetId: string;
|
20360
20376
|
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";
|
20377
|
+
type: "fallback" | "location" | "file" | "closed" | "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
20378
|
message: string;
|
20363
20379
|
id: string;
|
20364
20380
|
url: string;
|
@@ -20565,6 +20581,7 @@ export declare const facebookFeedContract: {
|
|
20565
20581
|
};
|
20566
20582
|
};
|
20567
20583
|
editedMessageid: string;
|
20584
|
+
label?: string | undefined;
|
20568
20585
|
template?: any;
|
20569
20586
|
metadata?: any;
|
20570
20587
|
} | null | undefined;
|
@@ -20803,7 +20820,7 @@ export declare const facebookFeedContract: {
|
|
20803
20820
|
id: z.ZodOptional<z.ZodString>;
|
20804
20821
|
message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
20805
20822
|
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"]>;
|
20823
|
+
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
20824
|
readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
20808
20825
|
metadata: z.ZodOptional<z.ZodAny>;
|
20809
20826
|
platformId: z.ZodOptional<z.ZodString>;
|
@@ -20855,7 +20872,7 @@ export declare const facebookFeedContract: {
|
|
20855
20872
|
parentMessageId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
20856
20873
|
feedPostId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
20857
20874
|
}, "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";
|
20875
|
+
type: "fallback" | "location" | "file" | "closed" | "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
20876
|
direction: "incoming" | "outgoing" | "system";
|
20860
20877
|
message?: string | null | undefined;
|
20861
20878
|
id?: string | undefined;
|
@@ -20886,7 +20903,7 @@ export declare const facebookFeedContract: {
|
|
20886
20903
|
parentMessageId?: string | null | undefined;
|
20887
20904
|
feedPostId?: string | null | undefined;
|
20888
20905
|
}, {
|
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";
|
20906
|
+
type: "fallback" | "location" | "file" | "closed" | "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
20907
|
direction: "incoming" | "outgoing" | "system";
|
20891
20908
|
message?: string | null | undefined;
|
20892
20909
|
id?: string | undefined;
|
@@ -20919,7 +20936,7 @@ export declare const facebookFeedContract: {
|
|
20919
20936
|
}>;
|
20920
20937
|
}, "strip", z.ZodTypeAny, {
|
20921
20938
|
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";
|
20939
|
+
type: "fallback" | "location" | "file" | "closed" | "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
20940
|
direction: "incoming" | "outgoing" | "system";
|
20924
20941
|
message?: string | null | undefined;
|
20925
20942
|
id?: string | undefined;
|
@@ -20986,7 +21003,7 @@ export declare const facebookFeedContract: {
|
|
20986
21003
|
};
|
20987
21004
|
}, {
|
20988
21005
|
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";
|
21006
|
+
type: "fallback" | "location" | "file" | "closed" | "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
21007
|
direction: "incoming" | "outgoing" | "system";
|
20991
21008
|
message?: string | null | undefined;
|
20992
21009
|
id?: string | undefined;
|
@@ -21264,7 +21281,7 @@ export declare const facebookFeedContract: {
|
|
21264
21281
|
id: z.ZodOptional<z.ZodString>;
|
21265
21282
|
message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
21266
21283
|
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"]>;
|
21284
|
+
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
21285
|
readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
21269
21286
|
metadata: z.ZodOptional<z.ZodAny>;
|
21270
21287
|
platformId: z.ZodOptional<z.ZodString>;
|
@@ -21316,7 +21333,7 @@ export declare const facebookFeedContract: {
|
|
21316
21333
|
parentMessageId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
21317
21334
|
feedPostId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
21318
21335
|
}, "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";
|
21336
|
+
type: "fallback" | "location" | "file" | "closed" | "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
21337
|
direction: "incoming" | "outgoing" | "system";
|
21321
21338
|
message?: string | null | undefined;
|
21322
21339
|
id?: string | undefined;
|
@@ -21347,7 +21364,7 @@ export declare const facebookFeedContract: {
|
|
21347
21364
|
parentMessageId?: string | null | undefined;
|
21348
21365
|
feedPostId?: string | null | undefined;
|
21349
21366
|
}, {
|
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";
|
21367
|
+
type: "fallback" | "location" | "file" | "closed" | "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
21368
|
direction: "incoming" | "outgoing" | "system";
|
21352
21369
|
message?: string | null | undefined;
|
21353
21370
|
id?: string | undefined;
|
@@ -21380,7 +21397,7 @@ export declare const facebookFeedContract: {
|
|
21380
21397
|
}>;
|
21381
21398
|
}, "strip", z.ZodTypeAny, {
|
21382
21399
|
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";
|
21400
|
+
type: "fallback" | "location" | "file" | "closed" | "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
21401
|
direction: "incoming" | "outgoing" | "system";
|
21385
21402
|
message?: string | null | undefined;
|
21386
21403
|
id?: string | undefined;
|
@@ -21447,7 +21464,7 @@ export declare const facebookFeedContract: {
|
|
21447
21464
|
};
|
21448
21465
|
}, {
|
21449
21466
|
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";
|
21467
|
+
type: "fallback" | "location" | "file" | "closed" | "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
21468
|
direction: "incoming" | "outgoing" | "system";
|
21452
21469
|
message?: string | null | undefined;
|
21453
21470
|
id?: string | undefined;
|