@kl1/contracts 1.2.82-uat → 1.2.84-uat
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api-contracts/src/activity-log/index.d.ts +3 -3
- package/dist/api-contracts/src/activity-log/schema.d.ts +3 -3
- package/dist/api-contracts/src/auth/index.d.ts +3 -3
- package/dist/api-contracts/src/automation-queue/index.d.ts +30 -30
- package/dist/api-contracts/src/automation-queue/schema.d.ts +6 -6
- package/dist/api-contracts/src/business-calendar/index.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/index.d.ts +271 -271
- package/dist/api-contracts/src/chat/schema.d.ts +93 -93
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +86 -86
- package/dist/api-contracts/src/comment/index.d.ts +45 -45
- package/dist/api-contracts/src/comment/schema.d.ts +15 -15
- package/dist/api-contracts/src/contract.d.ts +963 -632
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/index.d.ts +24 -24
- package/dist/api-contracts/src/cx-log/schema.d.ts +24 -24
- package/dist/api-contracts/src/dashboard/index.d.ts +73 -0
- package/dist/api-contracts/src/dashboard/index.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/validation.d.ts +3 -0
- package/dist/api-contracts/src/dashboard/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/index.d.ts +61 -61
- package/dist/api-contracts/src/facebook-feed/schema.d.ts +6 -6
- package/dist/api-contracts/src/instagram/index.d.ts +51 -51
- package/dist/api-contracts/src/line/index.d.ts +56 -56
- package/dist/api-contracts/src/line/validation.d.ts +5 -5
- package/dist/api-contracts/src/messenger/index.d.ts +51 -51
- package/dist/api-contracts/src/notification/index.d.ts +9 -9
- package/dist/api-contracts/src/notification/schema.d.ts +9 -9
- package/dist/api-contracts/src/notification/validation.d.ts +3 -3
- package/dist/api-contracts/src/sms/index.d.ts +5 -5
- package/dist/api-contracts/src/subscription/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telegram/index.d.ts +51 -51
- package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +6 -6
- package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +3 -3
- package/dist/api-contracts/src/telephony-cdr/index.d.ts +30 -30
- package/dist/api-contracts/src/telephony-cdr/schema.d.ts +18 -18
- package/dist/api-contracts/src/ticket/index.d.ts +36 -36
- package/dist/api-contracts/src/ticket/schema.d.ts +9 -9
- package/dist/api-contracts/src/user/index.d.ts +142 -12
- package/dist/api-contracts/src/user/index.d.ts.map +1 -1
- package/dist/api-contracts/src/user/schema.d.ts +38 -1
- package/dist/api-contracts/src/user/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/user-presence-status-log/schema.d.ts +3 -3
- package/dist/api-contracts/src/viber/index.d.ts +51 -51
- package/dist/api-contracts/src/webchat/index.d.ts +56 -56
- package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/whatsapp/index.d.ts +51 -51
- package/dist/api-contracts/src/workflow-rule/index.d.ts +21 -21
- package/dist/index.js +116 -62
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +116 -62
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -4675,7 +4675,7 @@ export declare const facebookFeedContract: {
|
|
|
4675
4675
|
id: z.ZodOptional<z.ZodString>;
|
|
4676
4676
|
message: z.ZodOptional<z.ZodString>;
|
|
4677
4677
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
|
4678
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
4678
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item", "lazada_sys_msg"]>;
|
|
4679
4679
|
readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
|
4680
4680
|
metadata: z.ZodOptional<z.ZodAny>;
|
|
4681
4681
|
platformId: z.ZodOptional<z.ZodString>;
|
|
@@ -4731,7 +4731,7 @@ export declare const facebookFeedContract: {
|
|
|
4731
4731
|
editedAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
|
4732
4732
|
label: z.ZodOptional<z.ZodString>;
|
|
4733
4733
|
}, "strip", z.ZodTypeAny, {
|
|
4734
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
4734
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported" | "lazada_sys_msg";
|
|
4735
4735
|
direction: "incoming" | "outgoing" | "system";
|
|
4736
4736
|
id?: string | undefined;
|
|
4737
4737
|
message?: string | undefined;
|
|
@@ -4766,7 +4766,7 @@ export declare const facebookFeedContract: {
|
|
|
4766
4766
|
editedAt?: string | Date | null | undefined;
|
|
4767
4767
|
label?: string | undefined;
|
|
4768
4768
|
}, {
|
|
4769
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
4769
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported" | "lazada_sys_msg";
|
|
4770
4770
|
direction: "incoming" | "outgoing" | "system";
|
|
4771
4771
|
id?: string | undefined;
|
|
4772
4772
|
message?: string | undefined;
|
|
@@ -5375,7 +5375,7 @@ export declare const facebookFeedContract: {
|
|
|
5375
5375
|
}>>;
|
|
5376
5376
|
}, "strip", z.ZodTypeAny, {
|
|
5377
5377
|
message: {
|
|
5378
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
5378
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported" | "lazada_sys_msg";
|
|
5379
5379
|
direction: "incoming" | "outgoing" | "system";
|
|
5380
5380
|
id?: string | undefined;
|
|
5381
5381
|
message?: string | undefined;
|
|
@@ -5510,7 +5510,7 @@ export declare const facebookFeedContract: {
|
|
|
5510
5510
|
} | undefined;
|
|
5511
5511
|
}, {
|
|
5512
5512
|
message: {
|
|
5513
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
5513
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported" | "lazada_sys_msg";
|
|
5514
5514
|
direction: "incoming" | "outgoing" | "system";
|
|
5515
5515
|
id?: string | undefined;
|
|
5516
5516
|
message?: string | undefined;
|
|
@@ -5649,7 +5649,7 @@ export declare const facebookFeedContract: {
|
|
|
5649
5649
|
200: z.ZodObject<{
|
|
5650
5650
|
requestId: z.ZodString;
|
|
5651
5651
|
data: z.ZodObject<{
|
|
5652
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
5652
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item", "lazada_sys_msg"]>;
|
|
5653
5653
|
message: z.ZodString;
|
|
5654
5654
|
id: z.ZodString;
|
|
5655
5655
|
url: z.ZodString;
|
|
@@ -9585,7 +9585,7 @@ export declare const facebookFeedContract: {
|
|
|
9585
9585
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
9586
9586
|
message: z.ZodString;
|
|
9587
9587
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
|
9588
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
9588
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item", "lazada_sys_msg"]>;
|
|
9589
9589
|
readAt: z.ZodDate;
|
|
9590
9590
|
metadata: z.ZodAny;
|
|
9591
9591
|
platformId: z.ZodString;
|
|
@@ -9631,15 +9631,15 @@ export declare const facebookFeedContract: {
|
|
|
9631
9631
|
fileUrl: string | null;
|
|
9632
9632
|
}>;
|
|
9633
9633
|
actor: z.ZodObject<{
|
|
9634
|
+
name: z.ZodString;
|
|
9634
9635
|
id: z.ZodString;
|
|
9636
|
+
address: z.ZodNullable<z.ZodString>;
|
|
9637
|
+
email: z.ZodString;
|
|
9635
9638
|
createdAt: z.ZodDate;
|
|
9636
9639
|
updatedAt: z.ZodDate;
|
|
9637
9640
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
9638
|
-
name: z.ZodString;
|
|
9639
|
-
email: z.ZodString;
|
|
9640
9641
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
|
9641
9642
|
password: z.ZodString;
|
|
9642
|
-
address: z.ZodNullable<z.ZodString>;
|
|
9643
9643
|
phone: z.ZodNullable<z.ZodString>;
|
|
9644
9644
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
|
9645
9645
|
roles: z.ZodArray<z.ZodObject<{
|
|
@@ -9835,15 +9835,15 @@ export declare const facebookFeedContract: {
|
|
|
9835
9835
|
};
|
|
9836
9836
|
}>;
|
|
9837
9837
|
assignee: z.ZodObject<{
|
|
9838
|
+
name: z.ZodString;
|
|
9838
9839
|
id: z.ZodString;
|
|
9840
|
+
address: z.ZodNullable<z.ZodString>;
|
|
9841
|
+
email: z.ZodString;
|
|
9839
9842
|
createdAt: z.ZodDate;
|
|
9840
9843
|
updatedAt: z.ZodDate;
|
|
9841
9844
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
9842
|
-
name: z.ZodString;
|
|
9843
|
-
email: z.ZodString;
|
|
9844
9845
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
|
9845
9846
|
password: z.ZodString;
|
|
9846
|
-
address: z.ZodNullable<z.ZodString>;
|
|
9847
9847
|
phone: z.ZodNullable<z.ZodString>;
|
|
9848
9848
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
|
9849
9849
|
roles: z.ZodArray<z.ZodObject<{
|
|
@@ -10039,15 +10039,15 @@ export declare const facebookFeedContract: {
|
|
|
10039
10039
|
};
|
|
10040
10040
|
}>;
|
|
10041
10041
|
sender: z.ZodObject<{
|
|
10042
|
+
name: z.ZodString;
|
|
10042
10043
|
id: z.ZodString;
|
|
10044
|
+
address: z.ZodNullable<z.ZodString>;
|
|
10045
|
+
email: z.ZodString;
|
|
10043
10046
|
createdAt: z.ZodDate;
|
|
10044
10047
|
updatedAt: z.ZodDate;
|
|
10045
10048
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
10046
|
-
name: z.ZodString;
|
|
10047
|
-
email: z.ZodString;
|
|
10048
10049
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
|
10049
10050
|
password: z.ZodString;
|
|
10050
|
-
address: z.ZodNullable<z.ZodString>;
|
|
10051
10051
|
phone: z.ZodNullable<z.ZodString>;
|
|
10052
10052
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
|
10053
10053
|
roles: z.ZodArray<z.ZodObject<{
|
|
@@ -10243,7 +10243,7 @@ export declare const facebookFeedContract: {
|
|
|
10243
10243
|
};
|
|
10244
10244
|
}>;
|
|
10245
10245
|
}, "strip", z.ZodTypeAny, {
|
|
10246
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
10246
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported" | "lazada_sys_msg";
|
|
10247
10247
|
message: string;
|
|
10248
10248
|
id: string;
|
|
10249
10249
|
url: string;
|
|
@@ -10405,7 +10405,7 @@ export declare const facebookFeedContract: {
|
|
|
10405
10405
|
metadata?: any;
|
|
10406
10406
|
template?: any;
|
|
10407
10407
|
}, {
|
|
10408
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
10408
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported" | "lazada_sys_msg";
|
|
10409
10409
|
message: string;
|
|
10410
10410
|
id: string;
|
|
10411
10411
|
url: string;
|
|
@@ -10779,7 +10779,7 @@ export declare const facebookFeedContract: {
|
|
|
10779
10779
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
10780
10780
|
message: z.ZodString;
|
|
10781
10781
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
|
10782
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
10782
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item", "lazada_sys_msg"]>;
|
|
10783
10783
|
readAt: z.ZodDate;
|
|
10784
10784
|
metadata: z.ZodAny;
|
|
10785
10785
|
platformId: z.ZodString;
|
|
@@ -14275,7 +14275,7 @@ export declare const facebookFeedContract: {
|
|
|
14275
14275
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
14276
14276
|
message: z.ZodString;
|
|
14277
14277
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
|
14278
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
14278
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item", "lazada_sys_msg"]>;
|
|
14279
14279
|
readAt: z.ZodDate;
|
|
14280
14280
|
metadata: z.ZodAny;
|
|
14281
14281
|
platformId: z.ZodString;
|
|
@@ -14321,15 +14321,15 @@ export declare const facebookFeedContract: {
|
|
|
14321
14321
|
fileUrl: string | null;
|
|
14322
14322
|
}>;
|
|
14323
14323
|
actor: z.ZodObject<{
|
|
14324
|
+
name: z.ZodString;
|
|
14324
14325
|
id: z.ZodString;
|
|
14326
|
+
address: z.ZodNullable<z.ZodString>;
|
|
14327
|
+
email: z.ZodString;
|
|
14325
14328
|
createdAt: z.ZodDate;
|
|
14326
14329
|
updatedAt: z.ZodDate;
|
|
14327
14330
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
14328
|
-
name: z.ZodString;
|
|
14329
|
-
email: z.ZodString;
|
|
14330
14331
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
|
14331
14332
|
password: z.ZodString;
|
|
14332
|
-
address: z.ZodNullable<z.ZodString>;
|
|
14333
14333
|
phone: z.ZodNullable<z.ZodString>;
|
|
14334
14334
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
|
14335
14335
|
roles: z.ZodArray<z.ZodObject<{
|
|
@@ -14525,15 +14525,15 @@ export declare const facebookFeedContract: {
|
|
|
14525
14525
|
};
|
|
14526
14526
|
}>;
|
|
14527
14527
|
assignee: z.ZodObject<{
|
|
14528
|
+
name: z.ZodString;
|
|
14528
14529
|
id: z.ZodString;
|
|
14530
|
+
address: z.ZodNullable<z.ZodString>;
|
|
14531
|
+
email: z.ZodString;
|
|
14529
14532
|
createdAt: z.ZodDate;
|
|
14530
14533
|
updatedAt: z.ZodDate;
|
|
14531
14534
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
14532
|
-
name: z.ZodString;
|
|
14533
|
-
email: z.ZodString;
|
|
14534
14535
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
|
14535
14536
|
password: z.ZodString;
|
|
14536
|
-
address: z.ZodNullable<z.ZodString>;
|
|
14537
14537
|
phone: z.ZodNullable<z.ZodString>;
|
|
14538
14538
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
|
14539
14539
|
roles: z.ZodArray<z.ZodObject<{
|
|
@@ -14729,15 +14729,15 @@ export declare const facebookFeedContract: {
|
|
|
14729
14729
|
};
|
|
14730
14730
|
}>;
|
|
14731
14731
|
sender: z.ZodObject<{
|
|
14732
|
+
name: z.ZodString;
|
|
14732
14733
|
id: z.ZodString;
|
|
14734
|
+
address: z.ZodNullable<z.ZodString>;
|
|
14735
|
+
email: z.ZodString;
|
|
14733
14736
|
createdAt: z.ZodDate;
|
|
14734
14737
|
updatedAt: z.ZodDate;
|
|
14735
14738
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
14736
|
-
name: z.ZodString;
|
|
14737
|
-
email: z.ZodString;
|
|
14738
14739
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
|
14739
14740
|
password: z.ZodString;
|
|
14740
|
-
address: z.ZodNullable<z.ZodString>;
|
|
14741
14741
|
phone: z.ZodNullable<z.ZodString>;
|
|
14742
14742
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
|
14743
14743
|
roles: z.ZodArray<z.ZodObject<{
|
|
@@ -14933,7 +14933,7 @@ export declare const facebookFeedContract: {
|
|
|
14933
14933
|
};
|
|
14934
14934
|
}>;
|
|
14935
14935
|
}, "strip", z.ZodTypeAny, {
|
|
14936
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
14936
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported" | "lazada_sys_msg";
|
|
14937
14937
|
message: string;
|
|
14938
14938
|
id: string;
|
|
14939
14939
|
url: string;
|
|
@@ -15095,7 +15095,7 @@ export declare const facebookFeedContract: {
|
|
|
15095
15095
|
metadata?: any;
|
|
15096
15096
|
template?: any;
|
|
15097
15097
|
}, {
|
|
15098
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
15098
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported" | "lazada_sys_msg";
|
|
15099
15099
|
message: string;
|
|
15100
15100
|
id: string;
|
|
15101
15101
|
url: string;
|
|
@@ -15897,7 +15897,7 @@ export declare const facebookFeedContract: {
|
|
|
15897
15897
|
editedMessageid: z.ZodString;
|
|
15898
15898
|
label: z.ZodOptional<z.ZodString>;
|
|
15899
15899
|
}, "strip", z.ZodTypeAny, {
|
|
15900
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
15900
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported" | "lazada_sys_msg";
|
|
15901
15901
|
message: string;
|
|
15902
15902
|
id: string;
|
|
15903
15903
|
url: string;
|
|
@@ -16452,7 +16452,7 @@ export declare const facebookFeedContract: {
|
|
|
16452
16452
|
previewUrl: string;
|
|
16453
16453
|
imageSetId: string;
|
|
16454
16454
|
repliedMessage: {
|
|
16455
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
16455
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported" | "lazada_sys_msg";
|
|
16456
16456
|
message: string;
|
|
16457
16457
|
id: string;
|
|
16458
16458
|
url: string;
|
|
@@ -16663,7 +16663,7 @@ export declare const facebookFeedContract: {
|
|
|
16663
16663
|
template?: any;
|
|
16664
16664
|
label?: string | undefined;
|
|
16665
16665
|
}, {
|
|
16666
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
16666
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported" | "lazada_sys_msg";
|
|
16667
16667
|
message: string;
|
|
16668
16668
|
id: string;
|
|
16669
16669
|
url: string;
|
|
@@ -17218,7 +17218,7 @@ export declare const facebookFeedContract: {
|
|
|
17218
17218
|
previewUrl: string;
|
|
17219
17219
|
imageSetId: string;
|
|
17220
17220
|
repliedMessage: {
|
|
17221
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
17221
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported" | "lazada_sys_msg";
|
|
17222
17222
|
message: string;
|
|
17223
17223
|
id: string;
|
|
17224
17224
|
url: string;
|
|
@@ -17430,7 +17430,7 @@ export declare const facebookFeedContract: {
|
|
|
17430
17430
|
label?: string | undefined;
|
|
17431
17431
|
}>>>;
|
|
17432
17432
|
}, "strip", z.ZodTypeAny, {
|
|
17433
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
17433
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported" | "lazada_sys_msg";
|
|
17434
17434
|
message: string;
|
|
17435
17435
|
id: string;
|
|
17436
17436
|
url: string;
|
|
@@ -17985,7 +17985,7 @@ export declare const facebookFeedContract: {
|
|
|
17985
17985
|
previewUrl: string;
|
|
17986
17986
|
imageSetId: string;
|
|
17987
17987
|
repliedMessage: {
|
|
17988
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
17988
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported" | "lazada_sys_msg";
|
|
17989
17989
|
message: string;
|
|
17990
17990
|
id: string;
|
|
17991
17991
|
url: string;
|
|
@@ -18196,7 +18196,7 @@ export declare const facebookFeedContract: {
|
|
|
18196
18196
|
template?: any;
|
|
18197
18197
|
metadata?: any;
|
|
18198
18198
|
fromMessage?: {
|
|
18199
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
18199
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported" | "lazada_sys_msg";
|
|
18200
18200
|
message: string;
|
|
18201
18201
|
id: string;
|
|
18202
18202
|
url: string;
|
|
@@ -18751,7 +18751,7 @@ export declare const facebookFeedContract: {
|
|
|
18751
18751
|
previewUrl: string;
|
|
18752
18752
|
imageSetId: string;
|
|
18753
18753
|
repliedMessage: {
|
|
18754
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
18754
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported" | "lazada_sys_msg";
|
|
18755
18755
|
message: string;
|
|
18756
18756
|
id: string;
|
|
18757
18757
|
url: string;
|
|
@@ -18963,7 +18963,7 @@ export declare const facebookFeedContract: {
|
|
|
18963
18963
|
label?: string | undefined;
|
|
18964
18964
|
} | null | undefined;
|
|
18965
18965
|
}, {
|
|
18966
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
18966
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported" | "lazada_sys_msg";
|
|
18967
18967
|
message: string;
|
|
18968
18968
|
id: string;
|
|
18969
18969
|
url: string;
|
|
@@ -19518,7 +19518,7 @@ export declare const facebookFeedContract: {
|
|
|
19518
19518
|
previewUrl: string;
|
|
19519
19519
|
imageSetId: string;
|
|
19520
19520
|
repliedMessage: {
|
|
19521
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
19521
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported" | "lazada_sys_msg";
|
|
19522
19522
|
message: string;
|
|
19523
19523
|
id: string;
|
|
19524
19524
|
url: string;
|
|
@@ -19729,7 +19729,7 @@ export declare const facebookFeedContract: {
|
|
|
19729
19729
|
template?: any;
|
|
19730
19730
|
metadata?: any;
|
|
19731
19731
|
fromMessage?: {
|
|
19732
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
19732
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported" | "lazada_sys_msg";
|
|
19733
19733
|
message: string;
|
|
19734
19734
|
id: string;
|
|
19735
19735
|
url: string;
|
|
@@ -20284,7 +20284,7 @@ export declare const facebookFeedContract: {
|
|
|
20284
20284
|
previewUrl: string;
|
|
20285
20285
|
imageSetId: string;
|
|
20286
20286
|
repliedMessage: {
|
|
20287
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
20287
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported" | "lazada_sys_msg";
|
|
20288
20288
|
message: string;
|
|
20289
20289
|
id: string;
|
|
20290
20290
|
url: string;
|
|
@@ -20498,7 +20498,7 @@ export declare const facebookFeedContract: {
|
|
|
20498
20498
|
}>;
|
|
20499
20499
|
}, "strip", z.ZodTypeAny, {
|
|
20500
20500
|
data: {
|
|
20501
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
20501
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported" | "lazada_sys_msg";
|
|
20502
20502
|
message: string;
|
|
20503
20503
|
id: string;
|
|
20504
20504
|
url: string;
|
|
@@ -21053,7 +21053,7 @@ export declare const facebookFeedContract: {
|
|
|
21053
21053
|
previewUrl: string;
|
|
21054
21054
|
imageSetId: string;
|
|
21055
21055
|
repliedMessage: {
|
|
21056
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
21056
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported" | "lazada_sys_msg";
|
|
21057
21057
|
message: string;
|
|
21058
21058
|
id: string;
|
|
21059
21059
|
url: string;
|
|
@@ -21264,7 +21264,7 @@ export declare const facebookFeedContract: {
|
|
|
21264
21264
|
template?: any;
|
|
21265
21265
|
metadata?: any;
|
|
21266
21266
|
fromMessage?: {
|
|
21267
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
21267
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported" | "lazada_sys_msg";
|
|
21268
21268
|
message: string;
|
|
21269
21269
|
id: string;
|
|
21270
21270
|
url: string;
|
|
@@ -21819,7 +21819,7 @@ export declare const facebookFeedContract: {
|
|
|
21819
21819
|
previewUrl: string;
|
|
21820
21820
|
imageSetId: string;
|
|
21821
21821
|
repliedMessage: {
|
|
21822
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
21822
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported" | "lazada_sys_msg";
|
|
21823
21823
|
message: string;
|
|
21824
21824
|
id: string;
|
|
21825
21825
|
url: string;
|
|
@@ -22034,7 +22034,7 @@ export declare const facebookFeedContract: {
|
|
|
22034
22034
|
requestId: string;
|
|
22035
22035
|
}, {
|
|
22036
22036
|
data: {
|
|
22037
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
22037
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported" | "lazada_sys_msg";
|
|
22038
22038
|
message: string;
|
|
22039
22039
|
id: string;
|
|
22040
22040
|
url: string;
|
|
@@ -22589,7 +22589,7 @@ export declare const facebookFeedContract: {
|
|
|
22589
22589
|
previewUrl: string;
|
|
22590
22590
|
imageSetId: string;
|
|
22591
22591
|
repliedMessage: {
|
|
22592
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
22592
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported" | "lazada_sys_msg";
|
|
22593
22593
|
message: string;
|
|
22594
22594
|
id: string;
|
|
22595
22595
|
url: string;
|
|
@@ -22800,7 +22800,7 @@ export declare const facebookFeedContract: {
|
|
|
22800
22800
|
template?: any;
|
|
22801
22801
|
metadata?: any;
|
|
22802
22802
|
fromMessage?: {
|
|
22803
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
22803
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported" | "lazada_sys_msg";
|
|
22804
22804
|
message: string;
|
|
22805
22805
|
id: string;
|
|
22806
22806
|
url: string;
|
|
@@ -23355,7 +23355,7 @@ export declare const facebookFeedContract: {
|
|
|
23355
23355
|
previewUrl: string;
|
|
23356
23356
|
imageSetId: string;
|
|
23357
23357
|
repliedMessage: {
|
|
23358
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
23358
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported" | "lazada_sys_msg";
|
|
23359
23359
|
message: string;
|
|
23360
23360
|
id: string;
|
|
23361
23361
|
url: string;
|
|
@@ -23954,7 +23954,7 @@ export declare const facebookFeedContract: {
|
|
|
23954
23954
|
id: z.ZodOptional<z.ZodString>;
|
|
23955
23955
|
message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
23956
23956
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
|
23957
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
23957
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item", "lazada_sys_msg"]>;
|
|
23958
23958
|
readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
|
23959
23959
|
metadata: z.ZodOptional<z.ZodAny>;
|
|
23960
23960
|
platformId: z.ZodOptional<z.ZodString>;
|
|
@@ -24006,7 +24006,7 @@ export declare const facebookFeedContract: {
|
|
|
24006
24006
|
parentMessageId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
24007
24007
|
feedPostId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
24008
24008
|
}, "strip", z.ZodTypeAny, {
|
|
24009
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
24009
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported" | "lazada_sys_msg";
|
|
24010
24010
|
direction: "incoming" | "outgoing" | "system";
|
|
24011
24011
|
id?: string | undefined;
|
|
24012
24012
|
message?: string | null | undefined;
|
|
@@ -24037,7 +24037,7 @@ export declare const facebookFeedContract: {
|
|
|
24037
24037
|
parentMessageId?: string | null | undefined;
|
|
24038
24038
|
feedPostId?: string | null | undefined;
|
|
24039
24039
|
}, {
|
|
24040
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
24040
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported" | "lazada_sys_msg";
|
|
24041
24041
|
direction: "incoming" | "outgoing" | "system";
|
|
24042
24042
|
id?: string | undefined;
|
|
24043
24043
|
message?: string | null | undefined;
|
|
@@ -24070,7 +24070,7 @@ export declare const facebookFeedContract: {
|
|
|
24070
24070
|
}>;
|
|
24071
24071
|
}, "strip", z.ZodTypeAny, {
|
|
24072
24072
|
message: {
|
|
24073
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
24073
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported" | "lazada_sys_msg";
|
|
24074
24074
|
direction: "incoming" | "outgoing" | "system";
|
|
24075
24075
|
id?: string | undefined;
|
|
24076
24076
|
message?: string | null | undefined;
|
|
@@ -24155,7 +24155,7 @@ export declare const facebookFeedContract: {
|
|
|
24155
24155
|
};
|
|
24156
24156
|
}, {
|
|
24157
24157
|
message: {
|
|
24158
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
24158
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported" | "lazada_sys_msg";
|
|
24159
24159
|
direction: "incoming" | "outgoing" | "system";
|
|
24160
24160
|
id?: string | undefined;
|
|
24161
24161
|
message?: string | null | undefined;
|
|
@@ -24602,7 +24602,7 @@ export declare const facebookFeedContract: {
|
|
|
24602
24602
|
id: z.ZodOptional<z.ZodString>;
|
|
24603
24603
|
message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
24604
24604
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
|
24605
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
|
|
24605
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item", "lazada_sys_msg"]>;
|
|
24606
24606
|
readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
|
24607
24607
|
metadata: z.ZodOptional<z.ZodAny>;
|
|
24608
24608
|
platformId: z.ZodOptional<z.ZodString>;
|
|
@@ -24654,7 +24654,7 @@ export declare const facebookFeedContract: {
|
|
|
24654
24654
|
parentMessageId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
24655
24655
|
feedPostId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
24656
24656
|
}, "strip", z.ZodTypeAny, {
|
|
24657
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
24657
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported" | "lazada_sys_msg";
|
|
24658
24658
|
direction: "incoming" | "outgoing" | "system";
|
|
24659
24659
|
id?: string | undefined;
|
|
24660
24660
|
message?: string | null | undefined;
|
|
@@ -24685,7 +24685,7 @@ export declare const facebookFeedContract: {
|
|
|
24685
24685
|
parentMessageId?: string | null | undefined;
|
|
24686
24686
|
feedPostId?: string | null | undefined;
|
|
24687
24687
|
}, {
|
|
24688
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
24688
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported" | "lazada_sys_msg";
|
|
24689
24689
|
direction: "incoming" | "outgoing" | "system";
|
|
24690
24690
|
id?: string | undefined;
|
|
24691
24691
|
message?: string | null | undefined;
|
|
@@ -24718,7 +24718,7 @@ export declare const facebookFeedContract: {
|
|
|
24718
24718
|
}>;
|
|
24719
24719
|
}, "strip", z.ZodTypeAny, {
|
|
24720
24720
|
message: {
|
|
24721
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
24721
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported" | "lazada_sys_msg";
|
|
24722
24722
|
direction: "incoming" | "outgoing" | "system";
|
|
24723
24723
|
id?: string | undefined;
|
|
24724
24724
|
message?: string | null | undefined;
|
|
@@ -24803,7 +24803,7 @@ export declare const facebookFeedContract: {
|
|
|
24803
24803
|
};
|
|
24804
24804
|
}, {
|
|
24805
24805
|
message: {
|
|
24806
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
24806
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported" | "lazada_sys_msg";
|
|
24807
24807
|
direction: "incoming" | "outgoing" | "system";
|
|
24808
24808
|
id?: string | undefined;
|
|
24809
24809
|
message?: string | null | undefined;
|