@kl1/contracts 1.2.82-uat → 1.2.84-uat

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (53) 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/chat/index.d.ts +271 -271
  8. package/dist/api-contracts/src/chat/schema.d.ts +93 -93
  9. package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
  10. package/dist/api-contracts/src/chat/validation.d.ts +86 -86
  11. package/dist/api-contracts/src/comment/index.d.ts +45 -45
  12. package/dist/api-contracts/src/comment/schema.d.ts +15 -15
  13. package/dist/api-contracts/src/contract.d.ts +963 -632
  14. package/dist/api-contracts/src/contract.d.ts.map +1 -1
  15. package/dist/api-contracts/src/cx-log/index.d.ts +24 -24
  16. package/dist/api-contracts/src/cx-log/schema.d.ts +24 -24
  17. package/dist/api-contracts/src/dashboard/index.d.ts +73 -0
  18. package/dist/api-contracts/src/dashboard/index.d.ts.map +1 -1
  19. package/dist/api-contracts/src/dashboard/validation.d.ts +3 -0
  20. package/dist/api-contracts/src/dashboard/validation.d.ts.map +1 -1
  21. package/dist/api-contracts/src/facebook-feed/index.d.ts +61 -61
  22. package/dist/api-contracts/src/facebook-feed/schema.d.ts +6 -6
  23. package/dist/api-contracts/src/instagram/index.d.ts +51 -51
  24. package/dist/api-contracts/src/line/index.d.ts +56 -56
  25. package/dist/api-contracts/src/line/validation.d.ts +5 -5
  26. package/dist/api-contracts/src/messenger/index.d.ts +51 -51
  27. package/dist/api-contracts/src/notification/index.d.ts +9 -9
  28. package/dist/api-contracts/src/notification/schema.d.ts +9 -9
  29. package/dist/api-contracts/src/notification/validation.d.ts +3 -3
  30. package/dist/api-contracts/src/sms/index.d.ts +5 -5
  31. package/dist/api-contracts/src/subscription/index.d.ts.map +1 -1
  32. package/dist/api-contracts/src/telegram/index.d.ts +51 -51
  33. package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +6 -6
  34. package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +3 -3
  35. package/dist/api-contracts/src/telephony-cdr/index.d.ts +30 -30
  36. package/dist/api-contracts/src/telephony-cdr/schema.d.ts +18 -18
  37. package/dist/api-contracts/src/ticket/index.d.ts +36 -36
  38. package/dist/api-contracts/src/ticket/schema.d.ts +9 -9
  39. package/dist/api-contracts/src/user/index.d.ts +142 -12
  40. package/dist/api-contracts/src/user/index.d.ts.map +1 -1
  41. package/dist/api-contracts/src/user/schema.d.ts +38 -1
  42. package/dist/api-contracts/src/user/schema.d.ts.map +1 -1
  43. package/dist/api-contracts/src/user-presence-status-log/schema.d.ts +3 -3
  44. package/dist/api-contracts/src/viber/index.d.ts +51 -51
  45. package/dist/api-contracts/src/webchat/index.d.ts +56 -56
  46. package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
  47. package/dist/api-contracts/src/whatsapp/index.d.ts +51 -51
  48. package/dist/api-contracts/src/workflow-rule/index.d.ts +21 -21
  49. package/dist/index.js +116 -62
  50. package/dist/index.js.map +1 -1
  51. package/dist/index.mjs +116 -62
  52. package/dist/index.mjs.map +1 -1
  53. 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"]>;
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"]>;
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"]>;
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"]>;
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"]>;
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"]>;
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;
8084
8085
  id: z.ZodString;
8086
+ address: z.ZodNullable<z.ZodString>;
8087
+ email: z.ZodString;
8085
8088
  createdAt: z.ZodDate;
8086
8089
  updatedAt: z.ZodDate;
8087
8090
  deletedAt: z.ZodNullable<z.ZodDate>;
8088
- name: z.ZodString;
8089
- email: z.ZodString;
8090
8091
  emailVerifiedAt: z.ZodNullable<z.ZodDate>;
8091
8092
  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;
8288
8289
  id: z.ZodString;
8290
+ address: z.ZodNullable<z.ZodString>;
8291
+ email: z.ZodString;
8289
8292
  createdAt: z.ZodDate;
8290
8293
  updatedAt: z.ZodDate;
8291
8294
  deletedAt: z.ZodNullable<z.ZodDate>;
8292
- name: z.ZodString;
8293
- email: z.ZodString;
8294
8295
  emailVerifiedAt: z.ZodNullable<z.ZodDate>;
8295
8296
  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;
8492
8493
  id: z.ZodString;
8494
+ address: z.ZodNullable<z.ZodString>;
8495
+ email: z.ZodString;
8493
8496
  createdAt: z.ZodDate;
8494
8497
  updatedAt: z.ZodDate;
8495
8498
  deletedAt: z.ZodNullable<z.ZodDate>;
8496
- name: z.ZodString;
8497
- email: z.ZodString;
8498
8499
  emailVerifiedAt: z.ZodNullable<z.ZodDate>;
8499
8500
  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";
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";
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";
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";
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";
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";
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";
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";
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";
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";
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";
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";
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"]>;
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"]>;
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"]>;
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"]>;
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;
15175
15176
  id: z.ZodString;
15177
+ address: z.ZodNullable<z.ZodString>;
15178
+ email: z.ZodString;
15176
15179
  createdAt: z.ZodDate;
15177
15180
  updatedAt: z.ZodDate;
15178
15181
  deletedAt: z.ZodNullable<z.ZodDate>;
15179
- name: z.ZodString;
15180
- email: z.ZodString;
15181
15182
  emailVerifiedAt: z.ZodNullable<z.ZodDate>;
15182
15183
  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;
15379
15380
  id: z.ZodString;
15381
+ address: z.ZodNullable<z.ZodString>;
15382
+ email: z.ZodString;
15380
15383
  createdAt: z.ZodDate;
15381
15384
  updatedAt: z.ZodDate;
15382
15385
  deletedAt: z.ZodNullable<z.ZodDate>;
15383
- name: z.ZodString;
15384
- email: z.ZodString;
15385
15386
  emailVerifiedAt: z.ZodNullable<z.ZodDate>;
15386
15387
  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;
15583
15584
  id: z.ZodString;
15585
+ address: z.ZodNullable<z.ZodString>;
15586
+ email: z.ZodString;
15584
15587
  createdAt: z.ZodDate;
15585
15588
  updatedAt: z.ZodDate;
15586
15589
  deletedAt: z.ZodNullable<z.ZodDate>;
15587
- name: z.ZodString;
15588
- email: z.ZodString;
15589
15590
  emailVerifiedAt: z.ZodNullable<z.ZodDate>;
15590
15591
  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";
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";
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";
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";
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"]>]>;
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"]>]>;
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;
17932
17933
  id: z.ZodString;
17934
+ address: z.ZodNullable<z.ZodString>;
17935
+ email: z.ZodString;
17933
17936
  createdAt: z.ZodDate;
17934
17937
  updatedAt: z.ZodDate;
17935
17938
  deletedAt: z.ZodNullable<z.ZodDate>;
17936
- name: z.ZodString;
17937
- email: z.ZodString;
17938
17939
  emailVerifiedAt: z.ZodNullable<z.ZodDate>;
17939
17940
  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";
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";
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";
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";
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";
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";
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";
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";
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";
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";
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";
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";
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";
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";
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";
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";
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"]>;
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"]>;
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;
20860
20861
  id: z.ZodString;
20862
+ address: z.ZodNullable<z.ZodString>;
20863
+ email: z.ZodString;
20861
20864
  createdAt: z.ZodDate;
20862
20865
  updatedAt: z.ZodDate;
20863
20866
  deletedAt: z.ZodNullable<z.ZodDate>;
20864
- name: z.ZodString;
20865
- email: z.ZodString;
20866
20867
  emailVerifiedAt: z.ZodNullable<z.ZodDate>;
20867
20868
  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;
21064
21065
  id: z.ZodString;
21066
+ address: z.ZodNullable<z.ZodString>;
21067
+ email: z.ZodString;
21065
21068
  createdAt: z.ZodDate;
21066
21069
  updatedAt: z.ZodDate;
21067
21070
  deletedAt: z.ZodNullable<z.ZodDate>;
21068
- name: z.ZodString;
21069
- email: z.ZodString;
21070
21071
  emailVerifiedAt: z.ZodNullable<z.ZodDate>;
21071
21072
  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;
21268
21269
  id: z.ZodString;
21270
+ address: z.ZodNullable<z.ZodString>;
21271
+ email: z.ZodString;
21269
21272
  createdAt: z.ZodDate;
21270
21273
  updatedAt: z.ZodDate;
21271
21274
  deletedAt: z.ZodNullable<z.ZodDate>;
21272
- name: z.ZodString;
21273
- email: z.ZodString;
21274
21275
  emailVerifiedAt: z.ZodNullable<z.ZodDate>;
21275
21276
  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";
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";
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";
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";
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"]>;
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"]>;
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"]>;
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"]>;
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;
25792
25793
  id: z.ZodString;
25794
+ address: z.ZodNullable<z.ZodString>;
25795
+ email: z.ZodString;
25793
25796
  createdAt: z.ZodDate;
25794
25797
  updatedAt: z.ZodDate;
25795
25798
  deletedAt: z.ZodNullable<z.ZodDate>;
25796
- name: z.ZodString;
25797
- email: z.ZodString;
25798
25799
  emailVerifiedAt: z.ZodNullable<z.ZodDate>;
25799
25800
  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;
25996
25997
  id: z.ZodString;
25998
+ address: z.ZodNullable<z.ZodString>;
25999
+ email: z.ZodString;
25997
26000
  createdAt: z.ZodDate;
25998
26001
  updatedAt: z.ZodDate;
25999
26002
  deletedAt: z.ZodNullable<z.ZodDate>;
26000
- name: z.ZodString;
26001
- email: z.ZodString;
26002
26003
  emailVerifiedAt: z.ZodNullable<z.ZodDate>;
26003
26004
  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;
26200
26201
  id: z.ZodString;
26202
+ address: z.ZodNullable<z.ZodString>;
26203
+ email: z.ZodString;
26201
26204
  createdAt: z.ZodDate;
26202
26205
  updatedAt: z.ZodDate;
26203
26206
  deletedAt: z.ZodNullable<z.ZodDate>;
26204
- name: z.ZodString;
26205
- email: z.ZodString;
26206
26207
  emailVerifiedAt: z.ZodNullable<z.ZodDate>;
26207
26208
  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";
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";
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";
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";
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"]>;
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"]>;
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"]>;
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"]>;
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;
31529
31530
  id: z.ZodString;
31531
+ address: z.ZodNullable<z.ZodString>;
31532
+ email: z.ZodString;
31530
31533
  createdAt: z.ZodDate;
31531
31534
  updatedAt: z.ZodDate;
31532
31535
  deletedAt: z.ZodNullable<z.ZodDate>;
31533
- name: z.ZodString;
31534
- email: z.ZodString;
31535
31536
  emailVerifiedAt: z.ZodNullable<z.ZodDate>;
31536
31537
  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;
31733
31734
  id: z.ZodString;
31735
+ address: z.ZodNullable<z.ZodString>;
31736
+ email: z.ZodString;
31734
31737
  createdAt: z.ZodDate;
31735
31738
  updatedAt: z.ZodDate;
31736
31739
  deletedAt: z.ZodNullable<z.ZodDate>;
31737
- name: z.ZodString;
31738
- email: z.ZodString;
31739
31740
  emailVerifiedAt: z.ZodNullable<z.ZodDate>;
31740
31741
  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;
31937
31938
  id: z.ZodString;
31939
+ address: z.ZodNullable<z.ZodString>;
31940
+ email: z.ZodString;
31938
31941
  createdAt: z.ZodDate;
31939
31942
  updatedAt: z.ZodDate;
31940
31943
  deletedAt: z.ZodNullable<z.ZodDate>;
31941
- name: z.ZodString;
31942
- email: z.ZodString;
31943
31944
  emailVerifiedAt: z.ZodNullable<z.ZodDate>;
31944
31945
  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";
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";
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";
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";
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";
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";
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";
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";
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";
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";
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";
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";
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";
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";
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";
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";
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";
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";
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";
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";
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";
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";
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";
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";
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";
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";
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";
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";
37621
37621
  message: string;
37622
37622
  id: string;
37623
37623
  url: string;