@kl1/contracts 1.2.86-uat → 1.2.88-uat

Sign up to get free protection for your applications and to get access to all the features.
Files changed (60) hide show
  1. package/dist/api-contracts/src/activity-log/index.d.ts +3 -3
  2. package/dist/api-contracts/src/activity-log/schema.d.ts +3 -3
  3. package/dist/api-contracts/src/auth/index.d.ts +3 -3
  4. package/dist/api-contracts/src/automation-queue/index.d.ts +30 -30
  5. package/dist/api-contracts/src/automation-queue/schema.d.ts +6 -6
  6. package/dist/api-contracts/src/business-calendar/index.d.ts.map +1 -1
  7. package/dist/api-contracts/src/channel/index.d.ts +7 -1
  8. package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
  9. package/dist/api-contracts/src/chat/index.d.ts +271 -271
  10. package/dist/api-contracts/src/chat/schema.d.ts +93 -93
  11. package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
  12. package/dist/api-contracts/src/chat/validation.d.ts +86 -86
  13. package/dist/api-contracts/src/comment/index.d.ts +45 -45
  14. package/dist/api-contracts/src/comment/schema.d.ts +15 -15
  15. package/dist/api-contracts/src/contract.d.ts +1137 -2963
  16. package/dist/api-contracts/src/contract.d.ts.map +1 -1
  17. package/dist/api-contracts/src/cx-log/index.d.ts +24 -24
  18. package/dist/api-contracts/src/cx-log/schema.d.ts +24 -24
  19. package/dist/api-contracts/src/dashboard/index.d.ts +9 -56
  20. package/dist/api-contracts/src/dashboard/index.d.ts.map +1 -1
  21. package/dist/api-contracts/src/dashboard/validation.d.ts +0 -13
  22. package/dist/api-contracts/src/dashboard/validation.d.ts.map +1 -1
  23. package/dist/api-contracts/src/facebook-feed/index.d.ts +61 -61
  24. package/dist/api-contracts/src/facebook-feed/schema.d.ts +6 -6
  25. package/dist/api-contracts/src/instagram/index.d.ts +51 -51
  26. package/dist/api-contracts/src/line/index.d.ts +56 -56
  27. package/dist/api-contracts/src/line/validation.d.ts +5 -5
  28. package/dist/api-contracts/src/messenger/index.d.ts +51 -51
  29. package/dist/api-contracts/src/notification/index.d.ts +9 -9
  30. package/dist/api-contracts/src/notification/schema.d.ts +9 -9
  31. package/dist/api-contracts/src/notification/validation.d.ts +3 -3
  32. package/dist/api-contracts/src/sms/index.d.ts +5 -5
  33. package/dist/api-contracts/src/telegram/index.d.ts +51 -51
  34. package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +6 -6
  35. package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +3 -3
  36. package/dist/api-contracts/src/telephony-cdr/index.d.ts +30 -30
  37. package/dist/api-contracts/src/telephony-cdr/schema.d.ts +18 -18
  38. package/dist/api-contracts/src/ticket/index.d.ts +36 -36
  39. package/dist/api-contracts/src/ticket/schema.d.ts +9 -9
  40. package/dist/api-contracts/src/user/index.d.ts +12 -142
  41. package/dist/api-contracts/src/user/index.d.ts.map +1 -1
  42. package/dist/api-contracts/src/user/schema.d.ts +1 -38
  43. package/dist/api-contracts/src/user/schema.d.ts.map +1 -1
  44. package/dist/api-contracts/src/user-presence-status-log/schema.d.ts +3 -3
  45. package/dist/api-contracts/src/viber/index.d.ts +51 -51
  46. package/dist/api-contracts/src/webchat/index.d.ts +51 -51
  47. package/dist/api-contracts/src/whatsapp/index.d.ts +58 -52
  48. package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
  49. package/dist/api-contracts/src/widget/index.d.ts +39 -813
  50. package/dist/api-contracts/src/widget/index.d.ts.map +1 -1
  51. package/dist/api-contracts/src/widget/schema.d.ts +4 -98
  52. package/dist/api-contracts/src/widget/schema.d.ts.map +1 -1
  53. package/dist/api-contracts/src/widget/validation.d.ts +12 -171
  54. package/dist/api-contracts/src/widget/validation.d.ts.map +1 -1
  55. package/dist/api-contracts/src/workflow-rule/index.d.ts +21 -21
  56. package/dist/index.js +18 -89
  57. package/dist/index.js.map +1 -1
  58. package/dist/index.mjs +18 -89
  59. package/dist/index.mjs.map +1 -1
  60. package/package.json +1 -1
@@ -568,7 +568,7 @@ export declare const platformWebchatContract: {
568
568
  id: z.ZodOptional<z.ZodString>;
569
569
  message: z.ZodOptional<z.ZodString>;
570
570
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
571
- 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"]>;
571
+ 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"]>;
572
572
  readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
573
573
  metadata: z.ZodOptional<z.ZodAny>;
574
574
  platformId: z.ZodOptional<z.ZodString>;
@@ -624,7 +624,7 @@ export declare const platformWebchatContract: {
624
624
  editedAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
625
625
  label: z.ZodOptional<z.ZodString>;
626
626
  }, "strip", z.ZodTypeAny, {
627
- 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";
627
+ 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";
628
628
  direction: "incoming" | "outgoing" | "system";
629
629
  id?: string | undefined;
630
630
  message?: string | undefined;
@@ -659,7 +659,7 @@ export declare const platformWebchatContract: {
659
659
  editedAt?: string | Date | null | undefined;
660
660
  label?: string | undefined;
661
661
  }, {
662
- 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";
662
+ 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";
663
663
  direction: "incoming" | "outgoing" | "system";
664
664
  id?: string | undefined;
665
665
  message?: string | undefined;
@@ -696,7 +696,7 @@ export declare const platformWebchatContract: {
696
696
  }>;
697
697
  }, "strip", z.ZodTypeAny, {
698
698
  message: {
699
- 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";
699
+ 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";
700
700
  direction: "incoming" | "outgoing" | "system";
701
701
  id?: string | undefined;
702
702
  message?: string | undefined;
@@ -827,7 +827,7 @@ export declare const platformWebchatContract: {
827
827
  isBot: boolean | null;
828
828
  }, {
829
829
  message: {
830
- 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";
830
+ 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";
831
831
  direction: "incoming" | "outgoing" | "system";
832
832
  id?: string | undefined;
833
833
  message?: string | undefined;
@@ -962,7 +962,7 @@ export declare const platformWebchatContract: {
962
962
  200: z.ZodObject<{
963
963
  requestId: z.ZodString;
964
964
  data: z.ZodObject<{
965
- 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"]>;
965
+ 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"]>;
966
966
  message: z.ZodString;
967
967
  id: z.ZodString;
968
968
  url: z.ZodString;
@@ -4898,7 +4898,7 @@ export declare const platformWebchatContract: {
4898
4898
  deletedAt: z.ZodNullable<z.ZodDate>;
4899
4899
  message: z.ZodString;
4900
4900
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
4901
- 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"]>;
4901
+ 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"]>;
4902
4902
  readAt: z.ZodDate;
4903
4903
  metadata: z.ZodAny;
4904
4904
  platformId: z.ZodString;
@@ -4944,15 +4944,15 @@ export declare const platformWebchatContract: {
4944
4944
  fileUrl: string | null;
4945
4945
  }>;
4946
4946
  actor: z.ZodObject<{
4947
- name: z.ZodString;
4948
4947
  id: z.ZodString;
4949
- address: z.ZodNullable<z.ZodString>;
4950
- email: z.ZodString;
4951
4948
  createdAt: z.ZodDate;
4952
4949
  updatedAt: z.ZodDate;
4953
4950
  deletedAt: z.ZodNullable<z.ZodDate>;
4951
+ name: z.ZodString;
4952
+ email: z.ZodString;
4954
4953
  emailVerifiedAt: z.ZodNullable<z.ZodDate>;
4955
4954
  password: z.ZodString;
4955
+ address: z.ZodNullable<z.ZodString>;
4956
4956
  phone: z.ZodNullable<z.ZodString>;
4957
4957
  notificationCount: z.ZodNullable<z.ZodNumber>;
4958
4958
  roles: z.ZodArray<z.ZodObject<{
@@ -5148,15 +5148,15 @@ export declare const platformWebchatContract: {
5148
5148
  };
5149
5149
  }>;
5150
5150
  assignee: z.ZodObject<{
5151
- name: z.ZodString;
5152
5151
  id: z.ZodString;
5153
- address: z.ZodNullable<z.ZodString>;
5154
- email: z.ZodString;
5155
5152
  createdAt: z.ZodDate;
5156
5153
  updatedAt: z.ZodDate;
5157
5154
  deletedAt: z.ZodNullable<z.ZodDate>;
5155
+ name: z.ZodString;
5156
+ email: z.ZodString;
5158
5157
  emailVerifiedAt: z.ZodNullable<z.ZodDate>;
5159
5158
  password: z.ZodString;
5159
+ address: z.ZodNullable<z.ZodString>;
5160
5160
  phone: z.ZodNullable<z.ZodString>;
5161
5161
  notificationCount: z.ZodNullable<z.ZodNumber>;
5162
5162
  roles: z.ZodArray<z.ZodObject<{
@@ -5352,15 +5352,15 @@ export declare const platformWebchatContract: {
5352
5352
  };
5353
5353
  }>;
5354
5354
  sender: z.ZodObject<{
5355
- name: z.ZodString;
5356
5355
  id: z.ZodString;
5357
- address: z.ZodNullable<z.ZodString>;
5358
- email: z.ZodString;
5359
5356
  createdAt: z.ZodDate;
5360
5357
  updatedAt: z.ZodDate;
5361
5358
  deletedAt: z.ZodNullable<z.ZodDate>;
5359
+ name: z.ZodString;
5360
+ email: z.ZodString;
5362
5361
  emailVerifiedAt: z.ZodNullable<z.ZodDate>;
5363
5362
  password: z.ZodString;
5363
+ address: z.ZodNullable<z.ZodString>;
5364
5364
  phone: z.ZodNullable<z.ZodString>;
5365
5365
  notificationCount: z.ZodNullable<z.ZodNumber>;
5366
5366
  roles: z.ZodArray<z.ZodObject<{
@@ -5556,7 +5556,7 @@ export declare const platformWebchatContract: {
5556
5556
  };
5557
5557
  }>;
5558
5558
  }, "strip", z.ZodTypeAny, {
5559
- 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";
5559
+ 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";
5560
5560
  message: string;
5561
5561
  id: string;
5562
5562
  url: string;
@@ -5718,7 +5718,7 @@ export declare const platformWebchatContract: {
5718
5718
  metadata?: any;
5719
5719
  template?: any;
5720
5720
  }, {
5721
- 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";
5721
+ 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";
5722
5722
  message: string;
5723
5723
  id: string;
5724
5724
  url: string;
@@ -6092,7 +6092,7 @@ export declare const platformWebchatContract: {
6092
6092
  deletedAt: z.ZodNullable<z.ZodDate>;
6093
6093
  message: z.ZodString;
6094
6094
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
6095
- 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"]>;
6095
+ 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"]>;
6096
6096
  readAt: z.ZodDate;
6097
6097
  metadata: z.ZodAny;
6098
6098
  platformId: z.ZodString;
@@ -9588,7 +9588,7 @@ export declare const platformWebchatContract: {
9588
9588
  deletedAt: z.ZodNullable<z.ZodDate>;
9589
9589
  message: z.ZodString;
9590
9590
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
9591
- 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"]>;
9591
+ 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"]>;
9592
9592
  readAt: z.ZodDate;
9593
9593
  metadata: z.ZodAny;
9594
9594
  platformId: z.ZodString;
@@ -9634,15 +9634,15 @@ export declare const platformWebchatContract: {
9634
9634
  fileUrl: string | null;
9635
9635
  }>;
9636
9636
  actor: z.ZodObject<{
9637
- name: z.ZodString;
9638
9637
  id: z.ZodString;
9639
- address: z.ZodNullable<z.ZodString>;
9640
- email: z.ZodString;
9641
9638
  createdAt: z.ZodDate;
9642
9639
  updatedAt: z.ZodDate;
9643
9640
  deletedAt: z.ZodNullable<z.ZodDate>;
9641
+ name: z.ZodString;
9642
+ email: z.ZodString;
9644
9643
  emailVerifiedAt: z.ZodNullable<z.ZodDate>;
9645
9644
  password: z.ZodString;
9645
+ address: z.ZodNullable<z.ZodString>;
9646
9646
  phone: z.ZodNullable<z.ZodString>;
9647
9647
  notificationCount: z.ZodNullable<z.ZodNumber>;
9648
9648
  roles: z.ZodArray<z.ZodObject<{
@@ -9838,15 +9838,15 @@ export declare const platformWebchatContract: {
9838
9838
  };
9839
9839
  }>;
9840
9840
  assignee: z.ZodObject<{
9841
- name: z.ZodString;
9842
9841
  id: z.ZodString;
9843
- address: z.ZodNullable<z.ZodString>;
9844
- email: z.ZodString;
9845
9842
  createdAt: z.ZodDate;
9846
9843
  updatedAt: z.ZodDate;
9847
9844
  deletedAt: z.ZodNullable<z.ZodDate>;
9845
+ name: z.ZodString;
9846
+ email: z.ZodString;
9848
9847
  emailVerifiedAt: z.ZodNullable<z.ZodDate>;
9849
9848
  password: z.ZodString;
9849
+ address: z.ZodNullable<z.ZodString>;
9850
9850
  phone: z.ZodNullable<z.ZodString>;
9851
9851
  notificationCount: z.ZodNullable<z.ZodNumber>;
9852
9852
  roles: z.ZodArray<z.ZodObject<{
@@ -10042,15 +10042,15 @@ export declare const platformWebchatContract: {
10042
10042
  };
10043
10043
  }>;
10044
10044
  sender: z.ZodObject<{
10045
- name: z.ZodString;
10046
10045
  id: z.ZodString;
10047
- address: z.ZodNullable<z.ZodString>;
10048
- email: z.ZodString;
10049
10046
  createdAt: z.ZodDate;
10050
10047
  updatedAt: z.ZodDate;
10051
10048
  deletedAt: z.ZodNullable<z.ZodDate>;
10049
+ name: z.ZodString;
10050
+ email: z.ZodString;
10052
10051
  emailVerifiedAt: z.ZodNullable<z.ZodDate>;
10053
10052
  password: z.ZodString;
10053
+ address: z.ZodNullable<z.ZodString>;
10054
10054
  phone: z.ZodNullable<z.ZodString>;
10055
10055
  notificationCount: z.ZodNullable<z.ZodNumber>;
10056
10056
  roles: z.ZodArray<z.ZodObject<{
@@ -10246,7 +10246,7 @@ export declare const platformWebchatContract: {
10246
10246
  };
10247
10247
  }>;
10248
10248
  }, "strip", z.ZodTypeAny, {
10249
- 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";
10249
+ 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";
10250
10250
  message: string;
10251
10251
  id: string;
10252
10252
  url: string;
@@ -10408,7 +10408,7 @@ export declare const platformWebchatContract: {
10408
10408
  metadata?: any;
10409
10409
  template?: any;
10410
10410
  }, {
10411
- 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";
10411
+ 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";
10412
10412
  message: string;
10413
10413
  id: string;
10414
10414
  url: string;
@@ -11210,7 +11210,7 @@ export declare const platformWebchatContract: {
11210
11210
  editedMessageid: z.ZodString;
11211
11211
  label: z.ZodOptional<z.ZodString>;
11212
11212
  }, "strip", z.ZodTypeAny, {
11213
- 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";
11213
+ 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";
11214
11214
  message: string;
11215
11215
  id: string;
11216
11216
  url: string;
@@ -11765,7 +11765,7 @@ export declare const platformWebchatContract: {
11765
11765
  previewUrl: string;
11766
11766
  imageSetId: string;
11767
11767
  repliedMessage: {
11768
- 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";
11768
+ 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";
11769
11769
  message: string;
11770
11770
  id: string;
11771
11771
  url: string;
@@ -11976,7 +11976,7 @@ export declare const platformWebchatContract: {
11976
11976
  template?: any;
11977
11977
  label?: string | undefined;
11978
11978
  }, {
11979
- 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";
11979
+ 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";
11980
11980
  message: string;
11981
11981
  id: string;
11982
11982
  url: string;
@@ -12531,7 +12531,7 @@ export declare const platformWebchatContract: {
12531
12531
  previewUrl: string;
12532
12532
  imageSetId: string;
12533
12533
  repliedMessage: {
12534
- 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";
12534
+ 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";
12535
12535
  message: string;
12536
12536
  id: string;
12537
12537
  url: string;
@@ -12743,7 +12743,7 @@ export declare const platformWebchatContract: {
12743
12743
  label?: string | undefined;
12744
12744
  }>>>;
12745
12745
  }, "strip", z.ZodTypeAny, {
12746
- 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";
12746
+ 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";
12747
12747
  message: string;
12748
12748
  id: string;
12749
12749
  url: string;
@@ -13298,7 +13298,7 @@ export declare const platformWebchatContract: {
13298
13298
  previewUrl: string;
13299
13299
  imageSetId: string;
13300
13300
  repliedMessage: {
13301
- 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";
13301
+ 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";
13302
13302
  message: string;
13303
13303
  id: string;
13304
13304
  url: string;
@@ -13509,7 +13509,7 @@ export declare const platformWebchatContract: {
13509
13509
  template?: any;
13510
13510
  metadata?: any;
13511
13511
  fromMessage?: {
13512
- 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";
13512
+ 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";
13513
13513
  message: string;
13514
13514
  id: string;
13515
13515
  url: string;
@@ -14064,7 +14064,7 @@ export declare const platformWebchatContract: {
14064
14064
  previewUrl: string;
14065
14065
  imageSetId: string;
14066
14066
  repliedMessage: {
14067
- 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";
14067
+ 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";
14068
14068
  message: string;
14069
14069
  id: string;
14070
14070
  url: string;
@@ -14276,7 +14276,7 @@ export declare const platformWebchatContract: {
14276
14276
  label?: string | undefined;
14277
14277
  } | null | undefined;
14278
14278
  }, {
14279
- 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";
14279
+ 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";
14280
14280
  message: string;
14281
14281
  id: string;
14282
14282
  url: string;
@@ -14831,7 +14831,7 @@ export declare const platformWebchatContract: {
14831
14831
  previewUrl: string;
14832
14832
  imageSetId: string;
14833
14833
  repliedMessage: {
14834
- 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";
14834
+ 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";
14835
14835
  message: string;
14836
14836
  id: string;
14837
14837
  url: string;
@@ -15042,7 +15042,7 @@ export declare const platformWebchatContract: {
15042
15042
  template?: any;
15043
15043
  metadata?: any;
15044
15044
  fromMessage?: {
15045
- 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";
15045
+ 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";
15046
15046
  message: string;
15047
15047
  id: string;
15048
15048
  url: string;
@@ -15597,7 +15597,7 @@ export declare const platformWebchatContract: {
15597
15597
  previewUrl: string;
15598
15598
  imageSetId: string;
15599
15599
  repliedMessage: {
15600
- 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";
15600
+ 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";
15601
15601
  message: string;
15602
15602
  id: string;
15603
15603
  url: string;
@@ -15811,7 +15811,7 @@ export declare const platformWebchatContract: {
15811
15811
  }>;
15812
15812
  }, "strip", z.ZodTypeAny, {
15813
15813
  data: {
15814
- 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";
15814
+ 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";
15815
15815
  message: string;
15816
15816
  id: string;
15817
15817
  url: string;
@@ -16366,7 +16366,7 @@ export declare const platformWebchatContract: {
16366
16366
  previewUrl: string;
16367
16367
  imageSetId: string;
16368
16368
  repliedMessage: {
16369
- 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";
16369
+ 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";
16370
16370
  message: string;
16371
16371
  id: string;
16372
16372
  url: string;
@@ -16577,7 +16577,7 @@ export declare const platformWebchatContract: {
16577
16577
  template?: any;
16578
16578
  metadata?: any;
16579
16579
  fromMessage?: {
16580
- 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";
16580
+ 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";
16581
16581
  message: string;
16582
16582
  id: string;
16583
16583
  url: string;
@@ -17132,7 +17132,7 @@ export declare const platformWebchatContract: {
17132
17132
  previewUrl: string;
17133
17133
  imageSetId: string;
17134
17134
  repliedMessage: {
17135
- 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";
17135
+ 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";
17136
17136
  message: string;
17137
17137
  id: string;
17138
17138
  url: string;
@@ -17347,7 +17347,7 @@ export declare const platformWebchatContract: {
17347
17347
  requestId: string;
17348
17348
  }, {
17349
17349
  data: {
17350
- 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";
17350
+ 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";
17351
17351
  message: string;
17352
17352
  id: string;
17353
17353
  url: string;
@@ -17902,7 +17902,7 @@ export declare const platformWebchatContract: {
17902
17902
  previewUrl: string;
17903
17903
  imageSetId: string;
17904
17904
  repliedMessage: {
17905
- 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";
17905
+ 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";
17906
17906
  message: string;
17907
17907
  id: string;
17908
17908
  url: string;
@@ -18113,7 +18113,7 @@ export declare const platformWebchatContract: {
18113
18113
  template?: any;
18114
18114
  metadata?: any;
18115
18115
  fromMessage?: {
18116
- 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";
18116
+ 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";
18117
18117
  message: string;
18118
18118
  id: string;
18119
18119
  url: string;
@@ -18668,7 +18668,7 @@ export declare const platformWebchatContract: {
18668
18668
  previewUrl: string;
18669
18669
  imageSetId: string;
18670
18670
  repliedMessage: {
18671
- 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";
18671
+ 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";
18672
18672
  message: string;
18673
18673
  id: string;
18674
18674
  url: string;