@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
@@ -7,7 +7,7 @@ export declare const WorkflowAutoReplyMessageTypeSchema: z.ZodDefault<z.ZodEnum<
7
7
  /**
8
8
  * Message Type Enum
9
9
  */
10
- export declare const MessageTypeSchema: 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"]>;
10
+ export declare const MessageTypeSchema: 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"]>;
11
11
  export declare const FeedPostTypeSchema: z.ZodEnum<["text", "added_photos", "added_video", "shared_story", "mobile_status_update", "no_data"]>;
12
12
  /**
13
13
  * Message Type Enum
@@ -4539,7 +4539,7 @@ export declare const MessageSchema: z.ZodObject<{
4539
4539
  deletedAt: z.ZodNullable<z.ZodDate>;
4540
4540
  message: z.ZodString;
4541
4541
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
4542
- 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"]>;
4542
+ 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"]>;
4543
4543
  readAt: z.ZodDate;
4544
4544
  metadata: z.ZodAny;
4545
4545
  platformId: z.ZodString;
@@ -8035,7 +8035,7 @@ export declare const MessageSchema: z.ZodObject<{
8035
8035
  deletedAt: z.ZodNullable<z.ZodDate>;
8036
8036
  message: z.ZodString;
8037
8037
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
8038
- 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"]>;
8038
+ 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"]>;
8039
8039
  readAt: z.ZodDate;
8040
8040
  metadata: z.ZodAny;
8041
8041
  platformId: z.ZodString;
@@ -8081,15 +8081,15 @@ export declare const MessageSchema: z.ZodObject<{
8081
8081
  fileUrl: string | null;
8082
8082
  }>;
8083
8083
  actor: z.ZodObject<{
8084
- name: z.ZodString;
8085
8084
  id: z.ZodString;
8086
- address: z.ZodNullable<z.ZodString>;
8087
- email: z.ZodString;
8088
8085
  createdAt: z.ZodDate;
8089
8086
  updatedAt: z.ZodDate;
8090
8087
  deletedAt: z.ZodNullable<z.ZodDate>;
8088
+ name: z.ZodString;
8089
+ email: z.ZodString;
8091
8090
  emailVerifiedAt: z.ZodNullable<z.ZodDate>;
8092
8091
  password: z.ZodString;
8092
+ address: z.ZodNullable<z.ZodString>;
8093
8093
  phone: z.ZodNullable<z.ZodString>;
8094
8094
  notificationCount: z.ZodNullable<z.ZodNumber>;
8095
8095
  roles: z.ZodArray<z.ZodObject<{
@@ -8285,15 +8285,15 @@ export declare const MessageSchema: z.ZodObject<{
8285
8285
  };
8286
8286
  }>;
8287
8287
  assignee: z.ZodObject<{
8288
- name: z.ZodString;
8289
8288
  id: z.ZodString;
8290
- address: z.ZodNullable<z.ZodString>;
8291
- email: z.ZodString;
8292
8289
  createdAt: z.ZodDate;
8293
8290
  updatedAt: z.ZodDate;
8294
8291
  deletedAt: z.ZodNullable<z.ZodDate>;
8292
+ name: z.ZodString;
8293
+ email: z.ZodString;
8295
8294
  emailVerifiedAt: z.ZodNullable<z.ZodDate>;
8296
8295
  password: z.ZodString;
8296
+ address: z.ZodNullable<z.ZodString>;
8297
8297
  phone: z.ZodNullable<z.ZodString>;
8298
8298
  notificationCount: z.ZodNullable<z.ZodNumber>;
8299
8299
  roles: z.ZodArray<z.ZodObject<{
@@ -8489,15 +8489,15 @@ export declare const MessageSchema: z.ZodObject<{
8489
8489
  };
8490
8490
  }>;
8491
8491
  sender: z.ZodObject<{
8492
- name: z.ZodString;
8493
8492
  id: z.ZodString;
8494
- address: z.ZodNullable<z.ZodString>;
8495
- email: z.ZodString;
8496
8493
  createdAt: z.ZodDate;
8497
8494
  updatedAt: z.ZodDate;
8498
8495
  deletedAt: z.ZodNullable<z.ZodDate>;
8496
+ name: z.ZodString;
8497
+ email: z.ZodString;
8499
8498
  emailVerifiedAt: z.ZodNullable<z.ZodDate>;
8500
8499
  password: z.ZodString;
8500
+ address: z.ZodNullable<z.ZodString>;
8501
8501
  phone: z.ZodNullable<z.ZodString>;
8502
8502
  notificationCount: z.ZodNullable<z.ZodNumber>;
8503
8503
  roles: z.ZodArray<z.ZodObject<{
@@ -8693,7 +8693,7 @@ export declare const MessageSchema: z.ZodObject<{
8693
8693
  };
8694
8694
  }>;
8695
8695
  }, "strip", z.ZodTypeAny, {
8696
- 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";
8696
+ 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";
8697
8697
  message: string;
8698
8698
  id: string;
8699
8699
  url: string;
@@ -8855,7 +8855,7 @@ export declare const MessageSchema: z.ZodObject<{
8855
8855
  metadata?: any;
8856
8856
  template?: any;
8857
8857
  }, {
8858
- 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";
8858
+ 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";
8859
8859
  message: string;
8860
8860
  id: string;
8861
8861
  url: string;
@@ -9657,7 +9657,7 @@ export declare const MessageSchema: z.ZodObject<{
9657
9657
  editedMessageid: z.ZodString;
9658
9658
  label: z.ZodOptional<z.ZodString>;
9659
9659
  }, "strip", z.ZodTypeAny, {
9660
- 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";
9660
+ 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";
9661
9661
  message: string;
9662
9662
  id: string;
9663
9663
  url: string;
@@ -10212,7 +10212,7 @@ export declare const MessageSchema: z.ZodObject<{
10212
10212
  previewUrl: string;
10213
10213
  imageSetId: string;
10214
10214
  repliedMessage: {
10215
- 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";
10215
+ 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";
10216
10216
  message: string;
10217
10217
  id: string;
10218
10218
  url: string;
@@ -10423,7 +10423,7 @@ export declare const MessageSchema: z.ZodObject<{
10423
10423
  template?: any;
10424
10424
  label?: string | undefined;
10425
10425
  }, {
10426
- 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";
10426
+ 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";
10427
10427
  message: string;
10428
10428
  id: string;
10429
10429
  url: string;
@@ -10978,7 +10978,7 @@ export declare const MessageSchema: z.ZodObject<{
10978
10978
  previewUrl: string;
10979
10979
  imageSetId: string;
10980
10980
  repliedMessage: {
10981
- 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";
10981
+ 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";
10982
10982
  message: string;
10983
10983
  id: string;
10984
10984
  url: string;
@@ -11190,7 +11190,7 @@ export declare const MessageSchema: z.ZodObject<{
11190
11190
  label?: string | undefined;
11191
11191
  }>;
11192
11192
  export declare const MessageWithFeedPostSchema: z.ZodObject<{
11193
- 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"]>;
11193
+ 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"]>;
11194
11194
  message: z.ZodString;
11195
11195
  id: z.ZodString;
11196
11196
  url: z.ZodString;
@@ -15126,7 +15126,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
15126
15126
  deletedAt: z.ZodNullable<z.ZodDate>;
15127
15127
  message: z.ZodString;
15128
15128
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
15129
- 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"]>;
15129
+ 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"]>;
15130
15130
  readAt: z.ZodDate;
15131
15131
  metadata: z.ZodAny;
15132
15132
  platformId: z.ZodString;
@@ -15172,15 +15172,15 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
15172
15172
  fileUrl: string | null;
15173
15173
  }>;
15174
15174
  actor: z.ZodObject<{
15175
- name: z.ZodString;
15176
15175
  id: z.ZodString;
15177
- address: z.ZodNullable<z.ZodString>;
15178
- email: z.ZodString;
15179
15176
  createdAt: z.ZodDate;
15180
15177
  updatedAt: z.ZodDate;
15181
15178
  deletedAt: z.ZodNullable<z.ZodDate>;
15179
+ name: z.ZodString;
15180
+ email: z.ZodString;
15182
15181
  emailVerifiedAt: z.ZodNullable<z.ZodDate>;
15183
15182
  password: z.ZodString;
15183
+ address: z.ZodNullable<z.ZodString>;
15184
15184
  phone: z.ZodNullable<z.ZodString>;
15185
15185
  notificationCount: z.ZodNullable<z.ZodNumber>;
15186
15186
  roles: z.ZodArray<z.ZodObject<{
@@ -15376,15 +15376,15 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
15376
15376
  };
15377
15377
  }>;
15378
15378
  assignee: z.ZodObject<{
15379
- name: z.ZodString;
15380
15379
  id: z.ZodString;
15381
- address: z.ZodNullable<z.ZodString>;
15382
- email: z.ZodString;
15383
15380
  createdAt: z.ZodDate;
15384
15381
  updatedAt: z.ZodDate;
15385
15382
  deletedAt: z.ZodNullable<z.ZodDate>;
15383
+ name: z.ZodString;
15384
+ email: z.ZodString;
15386
15385
  emailVerifiedAt: z.ZodNullable<z.ZodDate>;
15387
15386
  password: z.ZodString;
15387
+ address: z.ZodNullable<z.ZodString>;
15388
15388
  phone: z.ZodNullable<z.ZodString>;
15389
15389
  notificationCount: z.ZodNullable<z.ZodNumber>;
15390
15390
  roles: z.ZodArray<z.ZodObject<{
@@ -15580,15 +15580,15 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
15580
15580
  };
15581
15581
  }>;
15582
15582
  sender: z.ZodObject<{
15583
- name: z.ZodString;
15584
15583
  id: z.ZodString;
15585
- address: z.ZodNullable<z.ZodString>;
15586
- email: z.ZodString;
15587
15584
  createdAt: z.ZodDate;
15588
15585
  updatedAt: z.ZodDate;
15589
15586
  deletedAt: z.ZodNullable<z.ZodDate>;
15587
+ name: z.ZodString;
15588
+ email: z.ZodString;
15590
15589
  emailVerifiedAt: z.ZodNullable<z.ZodDate>;
15591
15590
  password: z.ZodString;
15591
+ address: z.ZodNullable<z.ZodString>;
15592
15592
  phone: z.ZodNullable<z.ZodString>;
15593
15593
  notificationCount: z.ZodNullable<z.ZodNumber>;
15594
15594
  roles: z.ZodArray<z.ZodObject<{
@@ -15784,7 +15784,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
15784
15784
  };
15785
15785
  }>;
15786
15786
  }, "strip", z.ZodTypeAny, {
15787
- 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";
15787
+ 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";
15788
15788
  message: string;
15789
15789
  id: string;
15790
15790
  url: string;
@@ -15946,7 +15946,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
15946
15946
  metadata?: any;
15947
15947
  template?: any;
15948
15948
  }, {
15949
- 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";
15949
+ 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";
15950
15950
  message: string;
15951
15951
  id: string;
15952
15952
  url: string;
@@ -16321,7 +16321,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
16321
16321
  updatedAt: z.ZodDate;
16322
16322
  deletedAt: z.ZodNullable<z.ZodDate>;
16323
16323
  message: z.ZodNullable<z.ZodString>;
16324
- type: z.ZodUnion<[z.ZodEnum<["text", "added_photos", "added_video", "shared_story", "mobile_status_update", "no_data"]>, 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"]>]>;
16324
+ type: z.ZodUnion<[z.ZodEnum<["text", "added_photos", "added_video", "shared_story", "mobile_status_update", "no_data"]>, 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"]>]>;
16325
16325
  metadata: z.ZodAny;
16326
16326
  platformId: z.ZodString;
16327
16327
  platformMessageId: z.ZodString;
@@ -17929,15 +17929,15 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
17929
17929
  socialPlatformId: string;
17930
17930
  }>;
17931
17931
  actor: z.ZodObject<{
17932
- name: z.ZodString;
17933
17932
  id: z.ZodString;
17934
- address: z.ZodNullable<z.ZodString>;
17935
- email: z.ZodString;
17936
17933
  createdAt: z.ZodDate;
17937
17934
  updatedAt: z.ZodDate;
17938
17935
  deletedAt: z.ZodNullable<z.ZodDate>;
17936
+ name: z.ZodString;
17937
+ email: z.ZodString;
17939
17938
  emailVerifiedAt: z.ZodNullable<z.ZodDate>;
17940
17939
  password: z.ZodString;
17940
+ address: z.ZodNullable<z.ZodString>;
17941
17941
  phone: z.ZodNullable<z.ZodString>;
17942
17942
  notificationCount: z.ZodNullable<z.ZodNumber>;
17943
17943
  roles: z.ZodArray<z.ZodObject<{
@@ -18134,7 +18134,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
18134
18134
  }>;
18135
18135
  permalinkURL: z.ZodString;
18136
18136
  }, "strip", z.ZodTypeAny, {
18137
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "added_photos" | "added_video" | "shared_story" | "mobile_status_update" | "no_data" | "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";
18137
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "added_photos" | "added_video" | "shared_story" | "mobile_status_update" | "no_data" | "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";
18138
18138
  message: string | null;
18139
18139
  id: string;
18140
18140
  channel: {
@@ -18416,7 +18416,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
18416
18416
  metadata?: any;
18417
18417
  template?: any;
18418
18418
  }, {
18419
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "added_photos" | "added_video" | "shared_story" | "mobile_status_update" | "no_data" | "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";
18419
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "added_photos" | "added_video" | "shared_story" | "mobile_status_update" | "no_data" | "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";
18420
18420
  message: string | null;
18421
18421
  id: string;
18422
18422
  channel: {
@@ -18700,7 +18700,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
18700
18700
  }>>;
18701
18701
  replyReaction: z.ZodNullable<z.ZodString>;
18702
18702
  }, "strip", z.ZodTypeAny, {
18703
- 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";
18703
+ 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";
18704
18704
  message: string;
18705
18705
  id: string;
18706
18706
  url: string;
@@ -19255,7 +19255,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
19255
19255
  previewUrl: string;
19256
19256
  imageSetId: string;
19257
19257
  repliedMessage: {
19258
- 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";
19258
+ 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";
19259
19259
  message: string;
19260
19260
  id: string;
19261
19261
  url: string;
@@ -19465,7 +19465,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
19465
19465
  parentMessageId: string | null;
19466
19466
  feedPostId: string | null;
19467
19467
  feedPost: {
19468
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "added_photos" | "added_video" | "shared_story" | "mobile_status_update" | "no_data" | "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";
19468
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "added_photos" | "added_video" | "shared_story" | "mobile_status_update" | "no_data" | "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";
19469
19469
  message: string | null;
19470
19470
  id: string;
19471
19471
  channel: {
@@ -19752,7 +19752,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
19752
19752
  template?: any;
19753
19753
  metadata?: any;
19754
19754
  }, {
19755
- 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";
19755
+ 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";
19756
19756
  message: string;
19757
19757
  id: string;
19758
19758
  url: string;
@@ -20307,7 +20307,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
20307
20307
  previewUrl: string;
20308
20308
  imageSetId: string;
20309
20309
  repliedMessage: {
20310
- 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";
20310
+ 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";
20311
20311
  message: string;
20312
20312
  id: string;
20313
20313
  url: string;
@@ -20517,7 +20517,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
20517
20517
  parentMessageId: string | null;
20518
20518
  feedPostId: string | null;
20519
20519
  feedPost: {
20520
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "added_photos" | "added_video" | "shared_story" | "mobile_status_update" | "no_data" | "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";
20520
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "added_photos" | "added_video" | "shared_story" | "mobile_status_update" | "no_data" | "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";
20521
20521
  message: string | null;
20522
20522
  id: string;
20523
20523
  channel: {
@@ -20811,7 +20811,7 @@ export declare const RepliedMessageSchema: z.ZodObject<{
20811
20811
  deletedAt: z.ZodNullable<z.ZodDate>;
20812
20812
  message: z.ZodString;
20813
20813
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
20814
- 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"]>;
20814
+ 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"]>;
20815
20815
  readAt: z.ZodDate;
20816
20816
  metadata: z.ZodAny;
20817
20817
  platformId: z.ZodString;
@@ -20857,15 +20857,15 @@ export declare const RepliedMessageSchema: z.ZodObject<{
20857
20857
  fileUrl: string | null;
20858
20858
  }>;
20859
20859
  actor: z.ZodObject<{
20860
- name: z.ZodString;
20861
20860
  id: z.ZodString;
20862
- address: z.ZodNullable<z.ZodString>;
20863
- email: z.ZodString;
20864
20861
  createdAt: z.ZodDate;
20865
20862
  updatedAt: z.ZodDate;
20866
20863
  deletedAt: z.ZodNullable<z.ZodDate>;
20864
+ name: z.ZodString;
20865
+ email: z.ZodString;
20867
20866
  emailVerifiedAt: z.ZodNullable<z.ZodDate>;
20868
20867
  password: z.ZodString;
20868
+ address: z.ZodNullable<z.ZodString>;
20869
20869
  phone: z.ZodNullable<z.ZodString>;
20870
20870
  notificationCount: z.ZodNullable<z.ZodNumber>;
20871
20871
  roles: z.ZodArray<z.ZodObject<{
@@ -21061,15 +21061,15 @@ export declare const RepliedMessageSchema: z.ZodObject<{
21061
21061
  };
21062
21062
  }>;
21063
21063
  assignee: z.ZodObject<{
21064
- name: z.ZodString;
21065
21064
  id: z.ZodString;
21066
- address: z.ZodNullable<z.ZodString>;
21067
- email: z.ZodString;
21068
21065
  createdAt: z.ZodDate;
21069
21066
  updatedAt: z.ZodDate;
21070
21067
  deletedAt: z.ZodNullable<z.ZodDate>;
21068
+ name: z.ZodString;
21069
+ email: z.ZodString;
21071
21070
  emailVerifiedAt: z.ZodNullable<z.ZodDate>;
21072
21071
  password: z.ZodString;
21072
+ address: z.ZodNullable<z.ZodString>;
21073
21073
  phone: z.ZodNullable<z.ZodString>;
21074
21074
  notificationCount: z.ZodNullable<z.ZodNumber>;
21075
21075
  roles: z.ZodArray<z.ZodObject<{
@@ -21265,15 +21265,15 @@ export declare const RepliedMessageSchema: z.ZodObject<{
21265
21265
  };
21266
21266
  }>;
21267
21267
  sender: z.ZodObject<{
21268
- name: z.ZodString;
21269
21268
  id: z.ZodString;
21270
- address: z.ZodNullable<z.ZodString>;
21271
- email: z.ZodString;
21272
21269
  createdAt: z.ZodDate;
21273
21270
  updatedAt: z.ZodDate;
21274
21271
  deletedAt: z.ZodNullable<z.ZodDate>;
21272
+ name: z.ZodString;
21273
+ email: z.ZodString;
21275
21274
  emailVerifiedAt: z.ZodNullable<z.ZodDate>;
21276
21275
  password: z.ZodString;
21276
+ address: z.ZodNullable<z.ZodString>;
21277
21277
  phone: z.ZodNullable<z.ZodString>;
21278
21278
  notificationCount: z.ZodNullable<z.ZodNumber>;
21279
21279
  roles: z.ZodArray<z.ZodObject<{
@@ -21469,7 +21469,7 @@ export declare const RepliedMessageSchema: z.ZodObject<{
21469
21469
  };
21470
21470
  }>;
21471
21471
  }, "strip", z.ZodTypeAny, {
21472
- 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";
21472
+ 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";
21473
21473
  message: string;
21474
21474
  id: string;
21475
21475
  url: string;
@@ -21631,7 +21631,7 @@ export declare const RepliedMessageSchema: z.ZodObject<{
21631
21631
  metadata?: any;
21632
21632
  template?: any;
21633
21633
  }, {
21634
- 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";
21634
+ 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";
21635
21635
  message: string;
21636
21636
  id: string;
21637
21637
  url: string;
@@ -21807,7 +21807,7 @@ export declare const UnreadCountsByAssigneeSchema: z.ZodObject<{
21807
21807
  totalUnreadCount: number;
21808
21808
  }>;
21809
21809
  export declare const MessageRelevanceSchema: z.ZodObject<{
21810
- 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"]>;
21810
+ 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"]>;
21811
21811
  message: z.ZodString;
21812
21812
  id: z.ZodString;
21813
21813
  url: z.ZodString;
@@ -25743,7 +25743,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
25743
25743
  deletedAt: z.ZodNullable<z.ZodDate>;
25744
25744
  message: z.ZodString;
25745
25745
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
25746
- 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"]>;
25746
+ 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"]>;
25747
25747
  readAt: z.ZodDate;
25748
25748
  metadata: z.ZodAny;
25749
25749
  platformId: z.ZodString;
@@ -25789,15 +25789,15 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
25789
25789
  fileUrl: string | null;
25790
25790
  }>;
25791
25791
  actor: z.ZodObject<{
25792
- name: z.ZodString;
25793
25792
  id: z.ZodString;
25794
- address: z.ZodNullable<z.ZodString>;
25795
- email: z.ZodString;
25796
25793
  createdAt: z.ZodDate;
25797
25794
  updatedAt: z.ZodDate;
25798
25795
  deletedAt: z.ZodNullable<z.ZodDate>;
25796
+ name: z.ZodString;
25797
+ email: z.ZodString;
25799
25798
  emailVerifiedAt: z.ZodNullable<z.ZodDate>;
25800
25799
  password: z.ZodString;
25800
+ address: z.ZodNullable<z.ZodString>;
25801
25801
  phone: z.ZodNullable<z.ZodString>;
25802
25802
  notificationCount: z.ZodNullable<z.ZodNumber>;
25803
25803
  roles: z.ZodArray<z.ZodObject<{
@@ -25993,15 +25993,15 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
25993
25993
  };
25994
25994
  }>;
25995
25995
  assignee: z.ZodObject<{
25996
- name: z.ZodString;
25997
25996
  id: z.ZodString;
25998
- address: z.ZodNullable<z.ZodString>;
25999
- email: z.ZodString;
26000
25997
  createdAt: z.ZodDate;
26001
25998
  updatedAt: z.ZodDate;
26002
25999
  deletedAt: z.ZodNullable<z.ZodDate>;
26000
+ name: z.ZodString;
26001
+ email: z.ZodString;
26003
26002
  emailVerifiedAt: z.ZodNullable<z.ZodDate>;
26004
26003
  password: z.ZodString;
26004
+ address: z.ZodNullable<z.ZodString>;
26005
26005
  phone: z.ZodNullable<z.ZodString>;
26006
26006
  notificationCount: z.ZodNullable<z.ZodNumber>;
26007
26007
  roles: z.ZodArray<z.ZodObject<{
@@ -26197,15 +26197,15 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
26197
26197
  };
26198
26198
  }>;
26199
26199
  sender: z.ZodObject<{
26200
- name: z.ZodString;
26201
26200
  id: z.ZodString;
26202
- address: z.ZodNullable<z.ZodString>;
26203
- email: z.ZodString;
26204
26201
  createdAt: z.ZodDate;
26205
26202
  updatedAt: z.ZodDate;
26206
26203
  deletedAt: z.ZodNullable<z.ZodDate>;
26204
+ name: z.ZodString;
26205
+ email: z.ZodString;
26207
26206
  emailVerifiedAt: z.ZodNullable<z.ZodDate>;
26208
26207
  password: z.ZodString;
26208
+ address: z.ZodNullable<z.ZodString>;
26209
26209
  phone: z.ZodNullable<z.ZodString>;
26210
26210
  notificationCount: z.ZodNullable<z.ZodNumber>;
26211
26211
  roles: z.ZodArray<z.ZodObject<{
@@ -26401,7 +26401,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
26401
26401
  };
26402
26402
  }>;
26403
26403
  }, "strip", z.ZodTypeAny, {
26404
- 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";
26404
+ 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";
26405
26405
  message: string;
26406
26406
  id: string;
26407
26407
  url: string;
@@ -26563,7 +26563,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
26563
26563
  metadata?: any;
26564
26564
  template?: any;
26565
26565
  }, {
26566
- 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";
26566
+ 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";
26567
26567
  message: string;
26568
26568
  id: string;
26569
26569
  url: string;
@@ -27984,7 +27984,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
27984
27984
  deletedAt: z.ZodNullable<z.ZodDate>;
27985
27985
  message: z.ZodString;
27986
27986
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
27987
- 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"]>;
27987
+ 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"]>;
27988
27988
  readAt: z.ZodDate;
27989
27989
  metadata: z.ZodAny;
27990
27990
  platformId: z.ZodString;
@@ -31480,7 +31480,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
31480
31480
  deletedAt: z.ZodNullable<z.ZodDate>;
31481
31481
  message: z.ZodString;
31482
31482
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
31483
- 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"]>;
31483
+ 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"]>;
31484
31484
  readAt: z.ZodDate;
31485
31485
  metadata: z.ZodAny;
31486
31486
  platformId: z.ZodString;
@@ -31526,15 +31526,15 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
31526
31526
  fileUrl: string | null;
31527
31527
  }>;
31528
31528
  actor: z.ZodObject<{
31529
- name: z.ZodString;
31530
31529
  id: z.ZodString;
31531
- address: z.ZodNullable<z.ZodString>;
31532
- email: z.ZodString;
31533
31530
  createdAt: z.ZodDate;
31534
31531
  updatedAt: z.ZodDate;
31535
31532
  deletedAt: z.ZodNullable<z.ZodDate>;
31533
+ name: z.ZodString;
31534
+ email: z.ZodString;
31536
31535
  emailVerifiedAt: z.ZodNullable<z.ZodDate>;
31537
31536
  password: z.ZodString;
31537
+ address: z.ZodNullable<z.ZodString>;
31538
31538
  phone: z.ZodNullable<z.ZodString>;
31539
31539
  notificationCount: z.ZodNullable<z.ZodNumber>;
31540
31540
  roles: z.ZodArray<z.ZodObject<{
@@ -31730,15 +31730,15 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
31730
31730
  };
31731
31731
  }>;
31732
31732
  assignee: z.ZodObject<{
31733
- name: z.ZodString;
31734
31733
  id: z.ZodString;
31735
- address: z.ZodNullable<z.ZodString>;
31736
- email: z.ZodString;
31737
31734
  createdAt: z.ZodDate;
31738
31735
  updatedAt: z.ZodDate;
31739
31736
  deletedAt: z.ZodNullable<z.ZodDate>;
31737
+ name: z.ZodString;
31738
+ email: z.ZodString;
31740
31739
  emailVerifiedAt: z.ZodNullable<z.ZodDate>;
31741
31740
  password: z.ZodString;
31741
+ address: z.ZodNullable<z.ZodString>;
31742
31742
  phone: z.ZodNullable<z.ZodString>;
31743
31743
  notificationCount: z.ZodNullable<z.ZodNumber>;
31744
31744
  roles: z.ZodArray<z.ZodObject<{
@@ -31934,15 +31934,15 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
31934
31934
  };
31935
31935
  }>;
31936
31936
  sender: z.ZodObject<{
31937
- name: z.ZodString;
31938
31937
  id: z.ZodString;
31939
- address: z.ZodNullable<z.ZodString>;
31940
- email: z.ZodString;
31941
31938
  createdAt: z.ZodDate;
31942
31939
  updatedAt: z.ZodDate;
31943
31940
  deletedAt: z.ZodNullable<z.ZodDate>;
31941
+ name: z.ZodString;
31942
+ email: z.ZodString;
31944
31943
  emailVerifiedAt: z.ZodNullable<z.ZodDate>;
31945
31944
  password: z.ZodString;
31945
+ address: z.ZodNullable<z.ZodString>;
31946
31946
  phone: z.ZodNullable<z.ZodString>;
31947
31947
  notificationCount: z.ZodNullable<z.ZodNumber>;
31948
31948
  roles: z.ZodArray<z.ZodObject<{
@@ -32138,7 +32138,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
32138
32138
  };
32139
32139
  }>;
32140
32140
  }, "strip", z.ZodTypeAny, {
32141
- 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";
32141
+ 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";
32142
32142
  message: string;
32143
32143
  id: string;
32144
32144
  url: string;
@@ -32300,7 +32300,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
32300
32300
  metadata?: any;
32301
32301
  template?: any;
32302
32302
  }, {
32303
- 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";
32303
+ 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";
32304
32304
  message: string;
32305
32305
  id: string;
32306
32306
  url: string;
@@ -33102,7 +33102,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
33102
33102
  editedMessageid: z.ZodString;
33103
33103
  label: z.ZodOptional<z.ZodString>;
33104
33104
  }, "strip", z.ZodTypeAny, {
33105
- 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";
33105
+ 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";
33106
33106
  message: string;
33107
33107
  id: string;
33108
33108
  url: string;
@@ -33657,7 +33657,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
33657
33657
  previewUrl: string;
33658
33658
  imageSetId: string;
33659
33659
  repliedMessage: {
33660
- 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";
33660
+ 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";
33661
33661
  message: string;
33662
33662
  id: string;
33663
33663
  url: string;
@@ -33868,7 +33868,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
33868
33868
  template?: any;
33869
33869
  label?: string | undefined;
33870
33870
  }, {
33871
- 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";
33871
+ 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";
33872
33872
  message: string;
33873
33873
  id: string;
33874
33874
  url: string;
@@ -34423,7 +34423,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
34423
34423
  previewUrl: string;
34424
34424
  imageSetId: string;
34425
34425
  repliedMessage: {
34426
- 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";
34426
+ 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";
34427
34427
  message: string;
34428
34428
  id: string;
34429
34429
  url: string;
@@ -34635,13 +34635,13 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
34635
34635
  label?: string | undefined;
34636
34636
  }>, "many">;
34637
34637
  }, "strip", z.ZodTypeAny, {
34638
- 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";
34638
+ 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";
34639
34639
  message: string;
34640
34640
  id: string;
34641
34641
  url: string;
34642
34642
  direction: "incoming" | "outgoing" | "system";
34643
34643
  children: {
34644
- 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";
34644
+ 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";
34645
34645
  message: string;
34646
34646
  id: string;
34647
34647
  url: string;
@@ -35196,7 +35196,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
35196
35196
  previewUrl: string;
35197
35197
  imageSetId: string;
35198
35198
  repliedMessage: {
35199
- 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";
35199
+ 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";
35200
35200
  message: string;
35201
35201
  id: string;
35202
35202
  url: string;
@@ -35957,7 +35957,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
35957
35957
  previewUrl: string;
35958
35958
  imageSetId: string;
35959
35959
  repliedMessage: {
35960
- 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";
35960
+ 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";
35961
35961
  message: string;
35962
35962
  id: string;
35963
35963
  url: string;
@@ -36295,13 +36295,13 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
36295
36295
  template?: any;
36296
36296
  metadata?: any;
36297
36297
  }, {
36298
- 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";
36298
+ 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";
36299
36299
  message: string;
36300
36300
  id: string;
36301
36301
  url: string;
36302
36302
  direction: "incoming" | "outgoing" | "system";
36303
36303
  children: {
36304
- 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";
36304
+ 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";
36305
36305
  message: string;
36306
36306
  id: string;
36307
36307
  url: string;
@@ -36856,7 +36856,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
36856
36856
  previewUrl: string;
36857
36857
  imageSetId: string;
36858
36858
  repliedMessage: {
36859
- 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";
36859
+ 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";
36860
36860
  message: string;
36861
36861
  id: string;
36862
36862
  url: string;
@@ -37617,7 +37617,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
37617
37617
  previewUrl: string;
37618
37618
  imageSetId: string;
37619
37619
  repliedMessage: {
37620
- 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";
37620
+ 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";
37621
37621
  message: string;
37622
37622
  id: string;
37623
37623
  url: string;