@kl1/contracts 1.2.88-uat → 1.2.89-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 +2960 -1116
- 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 +56 -9
- package/dist/api-contracts/src/dashboard/index.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/validation.d.ts +13 -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/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 +51 -51
- package/dist/api-contracts/src/whatsapp/index.d.ts +51 -51
- package/dist/api-contracts/src/widget/index.d.ts +813 -39
- package/dist/api-contracts/src/widget/index.d.ts.map +1 -1
- package/dist/api-contracts/src/widget/schema.d.ts +98 -4
- package/dist/api-contracts/src/widget/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/widget/validation.d.ts +171 -12
- package/dist/api-contracts/src/widget/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/workflow-rule/index.d.ts +21 -21
- package/dist/index.js +87 -12
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +87 -12
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -574,7 +574,7 @@ export declare const whatsappContract: {
|
|
|
574
574
|
id: z.ZodOptional<z.ZodString>;
|
|
575
575
|
message: z.ZodOptional<z.ZodString>;
|
|
576
576
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
|
577
|
-
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"]>;
|
|
577
|
+
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"]>;
|
|
578
578
|
readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
|
579
579
|
metadata: z.ZodOptional<z.ZodAny>;
|
|
580
580
|
platformId: z.ZodOptional<z.ZodString>;
|
|
@@ -630,7 +630,7 @@ export declare const whatsappContract: {
|
|
|
630
630
|
editedAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
|
631
631
|
label: z.ZodOptional<z.ZodString>;
|
|
632
632
|
}, "strip", z.ZodTypeAny, {
|
|
633
|
-
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";
|
|
633
|
+
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";
|
|
634
634
|
direction: "incoming" | "outgoing" | "system";
|
|
635
635
|
id?: string | undefined;
|
|
636
636
|
message?: string | undefined;
|
|
@@ -665,7 +665,7 @@ export declare const whatsappContract: {
|
|
|
665
665
|
editedAt?: string | Date | null | undefined;
|
|
666
666
|
label?: string | undefined;
|
|
667
667
|
}, {
|
|
668
|
-
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";
|
|
668
|
+
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";
|
|
669
669
|
direction: "incoming" | "outgoing" | "system";
|
|
670
670
|
id?: string | undefined;
|
|
671
671
|
message?: string | undefined;
|
|
@@ -702,7 +702,7 @@ export declare const whatsappContract: {
|
|
|
702
702
|
}>;
|
|
703
703
|
}, "strip", z.ZodTypeAny, {
|
|
704
704
|
message: {
|
|
705
|
-
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";
|
|
705
|
+
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";
|
|
706
706
|
direction: "incoming" | "outgoing" | "system";
|
|
707
707
|
id?: string | undefined;
|
|
708
708
|
message?: string | undefined;
|
|
@@ -833,7 +833,7 @@ export declare const whatsappContract: {
|
|
|
833
833
|
isBot: boolean | null;
|
|
834
834
|
}, {
|
|
835
835
|
message: {
|
|
836
|
-
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";
|
|
836
|
+
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";
|
|
837
837
|
direction: "incoming" | "outgoing" | "system";
|
|
838
838
|
id?: string | undefined;
|
|
839
839
|
message?: string | undefined;
|
|
@@ -968,7 +968,7 @@ export declare const whatsappContract: {
|
|
|
968
968
|
200: z.ZodObject<{
|
|
969
969
|
requestId: z.ZodString;
|
|
970
970
|
data: z.ZodObject<{
|
|
971
|
-
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"]>;
|
|
971
|
+
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"]>;
|
|
972
972
|
message: z.ZodString;
|
|
973
973
|
id: z.ZodString;
|
|
974
974
|
url: z.ZodString;
|
|
@@ -4904,7 +4904,7 @@ export declare const whatsappContract: {
|
|
|
4904
4904
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
4905
4905
|
message: z.ZodString;
|
|
4906
4906
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
|
4907
|
-
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"]>;
|
|
4907
|
+
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"]>;
|
|
4908
4908
|
readAt: z.ZodDate;
|
|
4909
4909
|
metadata: z.ZodAny;
|
|
4910
4910
|
platformId: z.ZodString;
|
|
@@ -4950,15 +4950,15 @@ export declare const whatsappContract: {
|
|
|
4950
4950
|
fileUrl: string | null;
|
|
4951
4951
|
}>;
|
|
4952
4952
|
actor: z.ZodObject<{
|
|
4953
|
+
name: z.ZodString;
|
|
4953
4954
|
id: z.ZodString;
|
|
4955
|
+
address: z.ZodNullable<z.ZodString>;
|
|
4956
|
+
email: z.ZodString;
|
|
4954
4957
|
createdAt: z.ZodDate;
|
|
4955
4958
|
updatedAt: z.ZodDate;
|
|
4956
4959
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
4957
|
-
name: z.ZodString;
|
|
4958
|
-
email: z.ZodString;
|
|
4959
4960
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
|
4960
4961
|
password: z.ZodString;
|
|
4961
|
-
address: z.ZodNullable<z.ZodString>;
|
|
4962
4962
|
phone: z.ZodNullable<z.ZodString>;
|
|
4963
4963
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
|
4964
4964
|
roles: z.ZodArray<z.ZodObject<{
|
|
@@ -5154,15 +5154,15 @@ export declare const whatsappContract: {
|
|
|
5154
5154
|
};
|
|
5155
5155
|
}>;
|
|
5156
5156
|
assignee: z.ZodObject<{
|
|
5157
|
+
name: z.ZodString;
|
|
5157
5158
|
id: z.ZodString;
|
|
5159
|
+
address: z.ZodNullable<z.ZodString>;
|
|
5160
|
+
email: z.ZodString;
|
|
5158
5161
|
createdAt: z.ZodDate;
|
|
5159
5162
|
updatedAt: z.ZodDate;
|
|
5160
5163
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
5161
|
-
name: z.ZodString;
|
|
5162
|
-
email: z.ZodString;
|
|
5163
5164
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
|
5164
5165
|
password: z.ZodString;
|
|
5165
|
-
address: z.ZodNullable<z.ZodString>;
|
|
5166
5166
|
phone: z.ZodNullable<z.ZodString>;
|
|
5167
5167
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
|
5168
5168
|
roles: z.ZodArray<z.ZodObject<{
|
|
@@ -5358,15 +5358,15 @@ export declare const whatsappContract: {
|
|
|
5358
5358
|
};
|
|
5359
5359
|
}>;
|
|
5360
5360
|
sender: z.ZodObject<{
|
|
5361
|
+
name: z.ZodString;
|
|
5361
5362
|
id: z.ZodString;
|
|
5363
|
+
address: z.ZodNullable<z.ZodString>;
|
|
5364
|
+
email: z.ZodString;
|
|
5362
5365
|
createdAt: z.ZodDate;
|
|
5363
5366
|
updatedAt: z.ZodDate;
|
|
5364
5367
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
5365
|
-
name: z.ZodString;
|
|
5366
|
-
email: z.ZodString;
|
|
5367
5368
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
|
5368
5369
|
password: z.ZodString;
|
|
5369
|
-
address: z.ZodNullable<z.ZodString>;
|
|
5370
5370
|
phone: z.ZodNullable<z.ZodString>;
|
|
5371
5371
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
|
5372
5372
|
roles: z.ZodArray<z.ZodObject<{
|
|
@@ -5562,7 +5562,7 @@ export declare const whatsappContract: {
|
|
|
5562
5562
|
};
|
|
5563
5563
|
}>;
|
|
5564
5564
|
}, "strip", z.ZodTypeAny, {
|
|
5565
|
-
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";
|
|
5565
|
+
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";
|
|
5566
5566
|
message: string;
|
|
5567
5567
|
id: string;
|
|
5568
5568
|
url: string;
|
|
@@ -5724,7 +5724,7 @@ export declare const whatsappContract: {
|
|
|
5724
5724
|
metadata?: any;
|
|
5725
5725
|
template?: any;
|
|
5726
5726
|
}, {
|
|
5727
|
-
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";
|
|
5727
|
+
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";
|
|
5728
5728
|
message: string;
|
|
5729
5729
|
id: string;
|
|
5730
5730
|
url: string;
|
|
@@ -6098,7 +6098,7 @@ export declare const whatsappContract: {
|
|
|
6098
6098
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
6099
6099
|
message: z.ZodString;
|
|
6100
6100
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
|
6101
|
-
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"]>;
|
|
6101
|
+
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"]>;
|
|
6102
6102
|
readAt: z.ZodDate;
|
|
6103
6103
|
metadata: z.ZodAny;
|
|
6104
6104
|
platformId: z.ZodString;
|
|
@@ -9594,7 +9594,7 @@ export declare const whatsappContract: {
|
|
|
9594
9594
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
9595
9595
|
message: z.ZodString;
|
|
9596
9596
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
|
9597
|
-
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"]>;
|
|
9597
|
+
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"]>;
|
|
9598
9598
|
readAt: z.ZodDate;
|
|
9599
9599
|
metadata: z.ZodAny;
|
|
9600
9600
|
platformId: z.ZodString;
|
|
@@ -9640,15 +9640,15 @@ export declare const whatsappContract: {
|
|
|
9640
9640
|
fileUrl: string | null;
|
|
9641
9641
|
}>;
|
|
9642
9642
|
actor: z.ZodObject<{
|
|
9643
|
+
name: z.ZodString;
|
|
9643
9644
|
id: z.ZodString;
|
|
9645
|
+
address: z.ZodNullable<z.ZodString>;
|
|
9646
|
+
email: z.ZodString;
|
|
9644
9647
|
createdAt: z.ZodDate;
|
|
9645
9648
|
updatedAt: z.ZodDate;
|
|
9646
9649
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
9647
|
-
name: z.ZodString;
|
|
9648
|
-
email: z.ZodString;
|
|
9649
9650
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
|
9650
9651
|
password: z.ZodString;
|
|
9651
|
-
address: z.ZodNullable<z.ZodString>;
|
|
9652
9652
|
phone: z.ZodNullable<z.ZodString>;
|
|
9653
9653
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
|
9654
9654
|
roles: z.ZodArray<z.ZodObject<{
|
|
@@ -9844,15 +9844,15 @@ export declare const whatsappContract: {
|
|
|
9844
9844
|
};
|
|
9845
9845
|
}>;
|
|
9846
9846
|
assignee: z.ZodObject<{
|
|
9847
|
+
name: z.ZodString;
|
|
9847
9848
|
id: z.ZodString;
|
|
9849
|
+
address: z.ZodNullable<z.ZodString>;
|
|
9850
|
+
email: z.ZodString;
|
|
9848
9851
|
createdAt: z.ZodDate;
|
|
9849
9852
|
updatedAt: z.ZodDate;
|
|
9850
9853
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
9851
|
-
name: z.ZodString;
|
|
9852
|
-
email: z.ZodString;
|
|
9853
9854
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
|
9854
9855
|
password: z.ZodString;
|
|
9855
|
-
address: z.ZodNullable<z.ZodString>;
|
|
9856
9856
|
phone: z.ZodNullable<z.ZodString>;
|
|
9857
9857
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
|
9858
9858
|
roles: z.ZodArray<z.ZodObject<{
|
|
@@ -10048,15 +10048,15 @@ export declare const whatsappContract: {
|
|
|
10048
10048
|
};
|
|
10049
10049
|
}>;
|
|
10050
10050
|
sender: z.ZodObject<{
|
|
10051
|
+
name: z.ZodString;
|
|
10051
10052
|
id: z.ZodString;
|
|
10053
|
+
address: z.ZodNullable<z.ZodString>;
|
|
10054
|
+
email: z.ZodString;
|
|
10052
10055
|
createdAt: z.ZodDate;
|
|
10053
10056
|
updatedAt: z.ZodDate;
|
|
10054
10057
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
10055
|
-
name: z.ZodString;
|
|
10056
|
-
email: z.ZodString;
|
|
10057
10058
|
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
|
10058
10059
|
password: z.ZodString;
|
|
10059
|
-
address: z.ZodNullable<z.ZodString>;
|
|
10060
10060
|
phone: z.ZodNullable<z.ZodString>;
|
|
10061
10061
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
|
10062
10062
|
roles: z.ZodArray<z.ZodObject<{
|
|
@@ -10252,7 +10252,7 @@ export declare const whatsappContract: {
|
|
|
10252
10252
|
};
|
|
10253
10253
|
}>;
|
|
10254
10254
|
}, "strip", z.ZodTypeAny, {
|
|
10255
|
-
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";
|
|
10255
|
+
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";
|
|
10256
10256
|
message: string;
|
|
10257
10257
|
id: string;
|
|
10258
10258
|
url: string;
|
|
@@ -10414,7 +10414,7 @@ export declare const whatsappContract: {
|
|
|
10414
10414
|
metadata?: any;
|
|
10415
10415
|
template?: any;
|
|
10416
10416
|
}, {
|
|
10417
|
-
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";
|
|
10417
|
+
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";
|
|
10418
10418
|
message: string;
|
|
10419
10419
|
id: string;
|
|
10420
10420
|
url: string;
|
|
@@ -11216,7 +11216,7 @@ export declare const whatsappContract: {
|
|
|
11216
11216
|
editedMessageid: z.ZodString;
|
|
11217
11217
|
label: z.ZodOptional<z.ZodString>;
|
|
11218
11218
|
}, "strip", z.ZodTypeAny, {
|
|
11219
|
-
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";
|
|
11219
|
+
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";
|
|
11220
11220
|
message: string;
|
|
11221
11221
|
id: string;
|
|
11222
11222
|
url: string;
|
|
@@ -11771,7 +11771,7 @@ export declare const whatsappContract: {
|
|
|
11771
11771
|
previewUrl: string;
|
|
11772
11772
|
imageSetId: string;
|
|
11773
11773
|
repliedMessage: {
|
|
11774
|
-
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";
|
|
11774
|
+
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";
|
|
11775
11775
|
message: string;
|
|
11776
11776
|
id: string;
|
|
11777
11777
|
url: string;
|
|
@@ -11982,7 +11982,7 @@ export declare const whatsappContract: {
|
|
|
11982
11982
|
template?: any;
|
|
11983
11983
|
label?: string | undefined;
|
|
11984
11984
|
}, {
|
|
11985
|
-
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";
|
|
11985
|
+
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";
|
|
11986
11986
|
message: string;
|
|
11987
11987
|
id: string;
|
|
11988
11988
|
url: string;
|
|
@@ -12537,7 +12537,7 @@ export declare const whatsappContract: {
|
|
|
12537
12537
|
previewUrl: string;
|
|
12538
12538
|
imageSetId: string;
|
|
12539
12539
|
repliedMessage: {
|
|
12540
|
-
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";
|
|
12540
|
+
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";
|
|
12541
12541
|
message: string;
|
|
12542
12542
|
id: string;
|
|
12543
12543
|
url: string;
|
|
@@ -12749,7 +12749,7 @@ export declare const whatsappContract: {
|
|
|
12749
12749
|
label?: string | undefined;
|
|
12750
12750
|
}>>>;
|
|
12751
12751
|
}, "strip", z.ZodTypeAny, {
|
|
12752
|
-
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";
|
|
12752
|
+
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";
|
|
12753
12753
|
message: string;
|
|
12754
12754
|
id: string;
|
|
12755
12755
|
url: string;
|
|
@@ -13304,7 +13304,7 @@ export declare const whatsappContract: {
|
|
|
13304
13304
|
previewUrl: string;
|
|
13305
13305
|
imageSetId: string;
|
|
13306
13306
|
repliedMessage: {
|
|
13307
|
-
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";
|
|
13307
|
+
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";
|
|
13308
13308
|
message: string;
|
|
13309
13309
|
id: string;
|
|
13310
13310
|
url: string;
|
|
@@ -13515,7 +13515,7 @@ export declare const whatsappContract: {
|
|
|
13515
13515
|
template?: any;
|
|
13516
13516
|
metadata?: any;
|
|
13517
13517
|
fromMessage?: {
|
|
13518
|
-
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";
|
|
13518
|
+
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";
|
|
13519
13519
|
message: string;
|
|
13520
13520
|
id: string;
|
|
13521
13521
|
url: string;
|
|
@@ -14070,7 +14070,7 @@ export declare const whatsappContract: {
|
|
|
14070
14070
|
previewUrl: string;
|
|
14071
14071
|
imageSetId: string;
|
|
14072
14072
|
repliedMessage: {
|
|
14073
|
-
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";
|
|
14073
|
+
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";
|
|
14074
14074
|
message: string;
|
|
14075
14075
|
id: string;
|
|
14076
14076
|
url: string;
|
|
@@ -14282,7 +14282,7 @@ export declare const whatsappContract: {
|
|
|
14282
14282
|
label?: string | undefined;
|
|
14283
14283
|
} | null | undefined;
|
|
14284
14284
|
}, {
|
|
14285
|
-
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";
|
|
14285
|
+
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";
|
|
14286
14286
|
message: string;
|
|
14287
14287
|
id: string;
|
|
14288
14288
|
url: string;
|
|
@@ -14837,7 +14837,7 @@ export declare const whatsappContract: {
|
|
|
14837
14837
|
previewUrl: string;
|
|
14838
14838
|
imageSetId: string;
|
|
14839
14839
|
repliedMessage: {
|
|
14840
|
-
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";
|
|
14840
|
+
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";
|
|
14841
14841
|
message: string;
|
|
14842
14842
|
id: string;
|
|
14843
14843
|
url: string;
|
|
@@ -15048,7 +15048,7 @@ export declare const whatsappContract: {
|
|
|
15048
15048
|
template?: any;
|
|
15049
15049
|
metadata?: any;
|
|
15050
15050
|
fromMessage?: {
|
|
15051
|
-
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";
|
|
15051
|
+
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";
|
|
15052
15052
|
message: string;
|
|
15053
15053
|
id: string;
|
|
15054
15054
|
url: string;
|
|
@@ -15603,7 +15603,7 @@ export declare const whatsappContract: {
|
|
|
15603
15603
|
previewUrl: string;
|
|
15604
15604
|
imageSetId: string;
|
|
15605
15605
|
repliedMessage: {
|
|
15606
|
-
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";
|
|
15606
|
+
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";
|
|
15607
15607
|
message: string;
|
|
15608
15608
|
id: string;
|
|
15609
15609
|
url: string;
|
|
@@ -15817,7 +15817,7 @@ export declare const whatsappContract: {
|
|
|
15817
15817
|
}>;
|
|
15818
15818
|
}, "strip", z.ZodTypeAny, {
|
|
15819
15819
|
data: {
|
|
15820
|
-
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";
|
|
15820
|
+
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";
|
|
15821
15821
|
message: string;
|
|
15822
15822
|
id: string;
|
|
15823
15823
|
url: string;
|
|
@@ -16372,7 +16372,7 @@ export declare const whatsappContract: {
|
|
|
16372
16372
|
previewUrl: string;
|
|
16373
16373
|
imageSetId: string;
|
|
16374
16374
|
repliedMessage: {
|
|
16375
|
-
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";
|
|
16375
|
+
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";
|
|
16376
16376
|
message: string;
|
|
16377
16377
|
id: string;
|
|
16378
16378
|
url: string;
|
|
@@ -16583,7 +16583,7 @@ export declare const whatsappContract: {
|
|
|
16583
16583
|
template?: any;
|
|
16584
16584
|
metadata?: any;
|
|
16585
16585
|
fromMessage?: {
|
|
16586
|
-
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";
|
|
16586
|
+
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";
|
|
16587
16587
|
message: string;
|
|
16588
16588
|
id: string;
|
|
16589
16589
|
url: string;
|
|
@@ -17138,7 +17138,7 @@ export declare const whatsappContract: {
|
|
|
17138
17138
|
previewUrl: string;
|
|
17139
17139
|
imageSetId: string;
|
|
17140
17140
|
repliedMessage: {
|
|
17141
|
-
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";
|
|
17141
|
+
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";
|
|
17142
17142
|
message: string;
|
|
17143
17143
|
id: string;
|
|
17144
17144
|
url: string;
|
|
@@ -17353,7 +17353,7 @@ export declare const whatsappContract: {
|
|
|
17353
17353
|
requestId: string;
|
|
17354
17354
|
}, {
|
|
17355
17355
|
data: {
|
|
17356
|
-
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";
|
|
17356
|
+
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";
|
|
17357
17357
|
message: string;
|
|
17358
17358
|
id: string;
|
|
17359
17359
|
url: string;
|
|
@@ -17908,7 +17908,7 @@ export declare const whatsappContract: {
|
|
|
17908
17908
|
previewUrl: string;
|
|
17909
17909
|
imageSetId: string;
|
|
17910
17910
|
repliedMessage: {
|
|
17911
|
-
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";
|
|
17911
|
+
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";
|
|
17912
17912
|
message: string;
|
|
17913
17913
|
id: string;
|
|
17914
17914
|
url: string;
|
|
@@ -18119,7 +18119,7 @@ export declare const whatsappContract: {
|
|
|
18119
18119
|
template?: any;
|
|
18120
18120
|
metadata?: any;
|
|
18121
18121
|
fromMessage?: {
|
|
18122
|
-
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";
|
|
18122
|
+
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";
|
|
18123
18123
|
message: string;
|
|
18124
18124
|
id: string;
|
|
18125
18125
|
url: string;
|
|
@@ -18674,7 +18674,7 @@ export declare const whatsappContract: {
|
|
|
18674
18674
|
previewUrl: string;
|
|
18675
18675
|
imageSetId: string;
|
|
18676
18676
|
repliedMessage: {
|
|
18677
|
-
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";
|
|
18677
|
+
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";
|
|
18678
18678
|
message: string;
|
|
18679
18679
|
id: string;
|
|
18680
18680
|
url: string;
|