@kl1/contracts 1.2.82-uat → 1.2.84-uat

Sign up to get free protection for your applications and to get access to all the features.
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
@@ -3795,7 +3795,7 @@ export declare const smsContract: {
3795
3795
  id: z.ZodOptional<z.ZodString>;
3796
3796
  message: z.ZodOptional<z.ZodString>;
3797
3797
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
3798
- 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"]>;
3798
+ 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"]>;
3799
3799
  readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
3800
3800
  metadata: z.ZodOptional<z.ZodAny>;
3801
3801
  platformId: z.ZodOptional<z.ZodString>;
@@ -3851,7 +3851,7 @@ export declare const smsContract: {
3851
3851
  editedAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
3852
3852
  label: z.ZodOptional<z.ZodString>;
3853
3853
  }, "strip", z.ZodTypeAny, {
3854
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
3854
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "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";
3855
3855
  direction: "incoming" | "outgoing" | "system";
3856
3856
  id?: string | undefined;
3857
3857
  message?: string | undefined;
@@ -3886,7 +3886,7 @@ export declare const smsContract: {
3886
3886
  editedAt?: string | Date | null | undefined;
3887
3887
  label?: string | undefined;
3888
3888
  }, {
3889
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
3889
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "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";
3890
3890
  direction: "incoming" | "outgoing" | "system";
3891
3891
  id?: string | undefined;
3892
3892
  message?: string | undefined;
@@ -3923,7 +3923,7 @@ export declare const smsContract: {
3923
3923
  }>;
3924
3924
  }, "strip", z.ZodTypeAny, {
3925
3925
  message: {
3926
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
3926
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "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";
3927
3927
  direction: "incoming" | "outgoing" | "system";
3928
3928
  id?: string | undefined;
3929
3929
  message?: string | undefined;
@@ -4054,7 +4054,7 @@ export declare const smsContract: {
4054
4054
  isBot: boolean | null;
4055
4055
  }, {
4056
4056
  message: {
4057
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
4057
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "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";
4058
4058
  direction: "incoming" | "outgoing" | "system";
4059
4059
  id?: string | undefined;
4060
4060
  message?: string | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/subscription/index.ts"],"names":[],"mappings":"AAMA,OAAO,EAAO,CAAC,EAAE,MAAM,KAAK,CAAC;AAC7B,OAAO,EACL,cAAc,EACd,kBAAkB,EAClB,aAAa,EACb,wBAAwB,EACxB,kBAAkB,EACnB,MAAM,UAAU,CAAC;AAClB,OAAO,EACL,wBAAwB,EACxB,kBAAkB,EAEnB,MAAM,cAAc,CAAC;AAEtB,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAC;AAC9E,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAClE,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAC9D,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAC;AAC1E,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAC9D,MAAM,MAAM,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;AACpD,MAAM,MAAM,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;AAEtD,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqEhC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/subscription/index.ts"],"names":[],"mappings":"AAMA,OAAO,EAAO,CAAC,EAAE,MAAM,KAAK,CAAC;AAC7B,OAAO,EACL,cAAc,EACd,kBAAkB,EAClB,aAAa,EACb,wBAAwB,EACxB,kBAAkB,EACnB,MAAM,UAAU,CAAC;AAClB,OAAO,EACL,wBAAwB,EACxB,kBAAkB,EAEnB,MAAM,cAAc,CAAC;AAEtB,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAC;AAC9E,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAClE,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAC9D,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAC;AAC1E,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAC9D,MAAM,MAAM,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;AACpD,MAAM,MAAM,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;AAEtD,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoEhC,CAAC"}
@@ -1781,7 +1781,7 @@ export declare const telegramContract: {
1781
1781
  id: z.ZodOptional<z.ZodString>;
1782
1782
  message: z.ZodOptional<z.ZodString>;
1783
1783
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
1784
- 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"]>;
1784
+ 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"]>;
1785
1785
  readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
1786
1786
  metadata: z.ZodOptional<z.ZodAny>;
1787
1787
  platformId: z.ZodOptional<z.ZodString>;
@@ -1837,7 +1837,7 @@ export declare const telegramContract: {
1837
1837
  editedAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
1838
1838
  label: z.ZodOptional<z.ZodString>;
1839
1839
  }, "strip", z.ZodTypeAny, {
1840
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
1840
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "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";
1841
1841
  direction: "incoming" | "outgoing" | "system";
1842
1842
  id?: string | undefined;
1843
1843
  message?: string | undefined;
@@ -1872,7 +1872,7 @@ export declare const telegramContract: {
1872
1872
  editedAt?: string | Date | null | undefined;
1873
1873
  label?: string | undefined;
1874
1874
  }, {
1875
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
1875
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "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";
1876
1876
  direction: "incoming" | "outgoing" | "system";
1877
1877
  id?: string | undefined;
1878
1878
  message?: string | undefined;
@@ -1909,7 +1909,7 @@ export declare const telegramContract: {
1909
1909
  }>;
1910
1910
  }, "strip", z.ZodTypeAny, {
1911
1911
  message: {
1912
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
1912
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "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";
1913
1913
  direction: "incoming" | "outgoing" | "system";
1914
1914
  id?: string | undefined;
1915
1915
  message?: string | undefined;
@@ -2040,7 +2040,7 @@ export declare const telegramContract: {
2040
2040
  isBot: boolean | null;
2041
2041
  }, {
2042
2042
  message: {
2043
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
2043
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "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";
2044
2044
  direction: "incoming" | "outgoing" | "system";
2045
2045
  id?: string | undefined;
2046
2046
  message?: string | undefined;
@@ -2175,7 +2175,7 @@ export declare const telegramContract: {
2175
2175
  200: z.ZodObject<{
2176
2176
  requestId: z.ZodString;
2177
2177
  data: z.ZodObject<{
2178
- 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"]>;
2178
+ 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"]>;
2179
2179
  message: z.ZodString;
2180
2180
  id: z.ZodString;
2181
2181
  url: z.ZodString;
@@ -6111,7 +6111,7 @@ export declare const telegramContract: {
6111
6111
  deletedAt: z.ZodNullable<z.ZodDate>;
6112
6112
  message: z.ZodString;
6113
6113
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
6114
- 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"]>;
6114
+ 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"]>;
6115
6115
  readAt: z.ZodDate;
6116
6116
  metadata: z.ZodAny;
6117
6117
  platformId: z.ZodString;
@@ -6157,15 +6157,15 @@ export declare const telegramContract: {
6157
6157
  fileUrl: string | null;
6158
6158
  }>;
6159
6159
  actor: z.ZodObject<{
6160
+ name: z.ZodString;
6160
6161
  id: z.ZodString;
6162
+ address: z.ZodNullable<z.ZodString>;
6163
+ email: z.ZodString;
6161
6164
  createdAt: z.ZodDate;
6162
6165
  updatedAt: z.ZodDate;
6163
6166
  deletedAt: z.ZodNullable<z.ZodDate>;
6164
- name: z.ZodString;
6165
- email: z.ZodString;
6166
6167
  emailVerifiedAt: z.ZodNullable<z.ZodDate>;
6167
6168
  password: z.ZodString;
6168
- address: z.ZodNullable<z.ZodString>;
6169
6169
  phone: z.ZodNullable<z.ZodString>;
6170
6170
  notificationCount: z.ZodNullable<z.ZodNumber>;
6171
6171
  roles: z.ZodArray<z.ZodObject<{
@@ -6361,15 +6361,15 @@ export declare const telegramContract: {
6361
6361
  };
6362
6362
  }>;
6363
6363
  assignee: z.ZodObject<{
6364
+ name: z.ZodString;
6364
6365
  id: z.ZodString;
6366
+ address: z.ZodNullable<z.ZodString>;
6367
+ email: z.ZodString;
6365
6368
  createdAt: z.ZodDate;
6366
6369
  updatedAt: z.ZodDate;
6367
6370
  deletedAt: z.ZodNullable<z.ZodDate>;
6368
- name: z.ZodString;
6369
- email: z.ZodString;
6370
6371
  emailVerifiedAt: z.ZodNullable<z.ZodDate>;
6371
6372
  password: z.ZodString;
6372
- address: z.ZodNullable<z.ZodString>;
6373
6373
  phone: z.ZodNullable<z.ZodString>;
6374
6374
  notificationCount: z.ZodNullable<z.ZodNumber>;
6375
6375
  roles: z.ZodArray<z.ZodObject<{
@@ -6565,15 +6565,15 @@ export declare const telegramContract: {
6565
6565
  };
6566
6566
  }>;
6567
6567
  sender: z.ZodObject<{
6568
+ name: z.ZodString;
6568
6569
  id: z.ZodString;
6570
+ address: z.ZodNullable<z.ZodString>;
6571
+ email: z.ZodString;
6569
6572
  createdAt: z.ZodDate;
6570
6573
  updatedAt: z.ZodDate;
6571
6574
  deletedAt: z.ZodNullable<z.ZodDate>;
6572
- name: z.ZodString;
6573
- email: z.ZodString;
6574
6575
  emailVerifiedAt: z.ZodNullable<z.ZodDate>;
6575
6576
  password: z.ZodString;
6576
- address: z.ZodNullable<z.ZodString>;
6577
6577
  phone: z.ZodNullable<z.ZodString>;
6578
6578
  notificationCount: z.ZodNullable<z.ZodNumber>;
6579
6579
  roles: z.ZodArray<z.ZodObject<{
@@ -6769,7 +6769,7 @@ export declare const telegramContract: {
6769
6769
  };
6770
6770
  }>;
6771
6771
  }, "strip", z.ZodTypeAny, {
6772
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
6772
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "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";
6773
6773
  message: string;
6774
6774
  id: string;
6775
6775
  url: string;
@@ -6931,7 +6931,7 @@ export declare const telegramContract: {
6931
6931
  metadata?: any;
6932
6932
  template?: any;
6933
6933
  }, {
6934
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
6934
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "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";
6935
6935
  message: string;
6936
6936
  id: string;
6937
6937
  url: string;
@@ -7305,7 +7305,7 @@ export declare const telegramContract: {
7305
7305
  deletedAt: z.ZodNullable<z.ZodDate>;
7306
7306
  message: z.ZodString;
7307
7307
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
7308
- 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"]>;
7308
+ 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"]>;
7309
7309
  readAt: z.ZodDate;
7310
7310
  metadata: z.ZodAny;
7311
7311
  platformId: z.ZodString;
@@ -10801,7 +10801,7 @@ export declare const telegramContract: {
10801
10801
  deletedAt: z.ZodNullable<z.ZodDate>;
10802
10802
  message: z.ZodString;
10803
10803
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
10804
- 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"]>;
10804
+ 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"]>;
10805
10805
  readAt: z.ZodDate;
10806
10806
  metadata: z.ZodAny;
10807
10807
  platformId: z.ZodString;
@@ -10847,15 +10847,15 @@ export declare const telegramContract: {
10847
10847
  fileUrl: string | null;
10848
10848
  }>;
10849
10849
  actor: z.ZodObject<{
10850
+ name: z.ZodString;
10850
10851
  id: z.ZodString;
10852
+ address: z.ZodNullable<z.ZodString>;
10853
+ email: z.ZodString;
10851
10854
  createdAt: z.ZodDate;
10852
10855
  updatedAt: z.ZodDate;
10853
10856
  deletedAt: z.ZodNullable<z.ZodDate>;
10854
- name: z.ZodString;
10855
- email: z.ZodString;
10856
10857
  emailVerifiedAt: z.ZodNullable<z.ZodDate>;
10857
10858
  password: z.ZodString;
10858
- address: z.ZodNullable<z.ZodString>;
10859
10859
  phone: z.ZodNullable<z.ZodString>;
10860
10860
  notificationCount: z.ZodNullable<z.ZodNumber>;
10861
10861
  roles: z.ZodArray<z.ZodObject<{
@@ -11051,15 +11051,15 @@ export declare const telegramContract: {
11051
11051
  };
11052
11052
  }>;
11053
11053
  assignee: z.ZodObject<{
11054
+ name: z.ZodString;
11054
11055
  id: z.ZodString;
11056
+ address: z.ZodNullable<z.ZodString>;
11057
+ email: z.ZodString;
11055
11058
  createdAt: z.ZodDate;
11056
11059
  updatedAt: z.ZodDate;
11057
11060
  deletedAt: z.ZodNullable<z.ZodDate>;
11058
- name: z.ZodString;
11059
- email: z.ZodString;
11060
11061
  emailVerifiedAt: z.ZodNullable<z.ZodDate>;
11061
11062
  password: z.ZodString;
11062
- address: z.ZodNullable<z.ZodString>;
11063
11063
  phone: z.ZodNullable<z.ZodString>;
11064
11064
  notificationCount: z.ZodNullable<z.ZodNumber>;
11065
11065
  roles: z.ZodArray<z.ZodObject<{
@@ -11255,15 +11255,15 @@ export declare const telegramContract: {
11255
11255
  };
11256
11256
  }>;
11257
11257
  sender: z.ZodObject<{
11258
+ name: z.ZodString;
11258
11259
  id: z.ZodString;
11260
+ address: z.ZodNullable<z.ZodString>;
11261
+ email: z.ZodString;
11259
11262
  createdAt: z.ZodDate;
11260
11263
  updatedAt: z.ZodDate;
11261
11264
  deletedAt: z.ZodNullable<z.ZodDate>;
11262
- name: z.ZodString;
11263
- email: z.ZodString;
11264
11265
  emailVerifiedAt: z.ZodNullable<z.ZodDate>;
11265
11266
  password: z.ZodString;
11266
- address: z.ZodNullable<z.ZodString>;
11267
11267
  phone: z.ZodNullable<z.ZodString>;
11268
11268
  notificationCount: z.ZodNullable<z.ZodNumber>;
11269
11269
  roles: z.ZodArray<z.ZodObject<{
@@ -11459,7 +11459,7 @@ export declare const telegramContract: {
11459
11459
  };
11460
11460
  }>;
11461
11461
  }, "strip", z.ZodTypeAny, {
11462
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
11462
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "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";
11463
11463
  message: string;
11464
11464
  id: string;
11465
11465
  url: string;
@@ -11621,7 +11621,7 @@ export declare const telegramContract: {
11621
11621
  metadata?: any;
11622
11622
  template?: any;
11623
11623
  }, {
11624
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
11624
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "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";
11625
11625
  message: string;
11626
11626
  id: string;
11627
11627
  url: string;
@@ -12423,7 +12423,7 @@ export declare const telegramContract: {
12423
12423
  editedMessageid: z.ZodString;
12424
12424
  label: z.ZodOptional<z.ZodString>;
12425
12425
  }, "strip", z.ZodTypeAny, {
12426
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
12426
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "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";
12427
12427
  message: string;
12428
12428
  id: string;
12429
12429
  url: string;
@@ -12978,7 +12978,7 @@ export declare const telegramContract: {
12978
12978
  previewUrl: string;
12979
12979
  imageSetId: string;
12980
12980
  repliedMessage: {
12981
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
12981
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "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";
12982
12982
  message: string;
12983
12983
  id: string;
12984
12984
  url: string;
@@ -13189,7 +13189,7 @@ export declare const telegramContract: {
13189
13189
  template?: any;
13190
13190
  label?: string | undefined;
13191
13191
  }, {
13192
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
13192
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "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";
13193
13193
  message: string;
13194
13194
  id: string;
13195
13195
  url: string;
@@ -13744,7 +13744,7 @@ export declare const telegramContract: {
13744
13744
  previewUrl: string;
13745
13745
  imageSetId: string;
13746
13746
  repliedMessage: {
13747
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
13747
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "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";
13748
13748
  message: string;
13749
13749
  id: string;
13750
13750
  url: string;
@@ -13956,7 +13956,7 @@ export declare const telegramContract: {
13956
13956
  label?: string | undefined;
13957
13957
  }>>>;
13958
13958
  }, "strip", z.ZodTypeAny, {
13959
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
13959
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "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";
13960
13960
  message: string;
13961
13961
  id: string;
13962
13962
  url: string;
@@ -14511,7 +14511,7 @@ export declare const telegramContract: {
14511
14511
  previewUrl: string;
14512
14512
  imageSetId: string;
14513
14513
  repliedMessage: {
14514
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
14514
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "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";
14515
14515
  message: string;
14516
14516
  id: string;
14517
14517
  url: string;
@@ -14722,7 +14722,7 @@ export declare const telegramContract: {
14722
14722
  template?: any;
14723
14723
  metadata?: any;
14724
14724
  fromMessage?: {
14725
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
14725
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "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";
14726
14726
  message: string;
14727
14727
  id: string;
14728
14728
  url: string;
@@ -15277,7 +15277,7 @@ export declare const telegramContract: {
15277
15277
  previewUrl: string;
15278
15278
  imageSetId: string;
15279
15279
  repliedMessage: {
15280
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
15280
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "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";
15281
15281
  message: string;
15282
15282
  id: string;
15283
15283
  url: string;
@@ -15489,7 +15489,7 @@ export declare const telegramContract: {
15489
15489
  label?: string | undefined;
15490
15490
  } | null | undefined;
15491
15491
  }, {
15492
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
15492
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "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";
15493
15493
  message: string;
15494
15494
  id: string;
15495
15495
  url: string;
@@ -16044,7 +16044,7 @@ export declare const telegramContract: {
16044
16044
  previewUrl: string;
16045
16045
  imageSetId: string;
16046
16046
  repliedMessage: {
16047
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
16047
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "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";
16048
16048
  message: string;
16049
16049
  id: string;
16050
16050
  url: string;
@@ -16255,7 +16255,7 @@ export declare const telegramContract: {
16255
16255
  template?: any;
16256
16256
  metadata?: any;
16257
16257
  fromMessage?: {
16258
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
16258
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "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";
16259
16259
  message: string;
16260
16260
  id: string;
16261
16261
  url: string;
@@ -16810,7 +16810,7 @@ export declare const telegramContract: {
16810
16810
  previewUrl: string;
16811
16811
  imageSetId: string;
16812
16812
  repliedMessage: {
16813
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
16813
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "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";
16814
16814
  message: string;
16815
16815
  id: string;
16816
16816
  url: string;
@@ -17024,7 +17024,7 @@ export declare const telegramContract: {
17024
17024
  }>;
17025
17025
  }, "strip", z.ZodTypeAny, {
17026
17026
  data: {
17027
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
17027
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "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";
17028
17028
  message: string;
17029
17029
  id: string;
17030
17030
  url: string;
@@ -17579,7 +17579,7 @@ export declare const telegramContract: {
17579
17579
  previewUrl: string;
17580
17580
  imageSetId: string;
17581
17581
  repliedMessage: {
17582
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
17582
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "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";
17583
17583
  message: string;
17584
17584
  id: string;
17585
17585
  url: string;
@@ -17790,7 +17790,7 @@ export declare const telegramContract: {
17790
17790
  template?: any;
17791
17791
  metadata?: any;
17792
17792
  fromMessage?: {
17793
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
17793
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "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";
17794
17794
  message: string;
17795
17795
  id: string;
17796
17796
  url: string;
@@ -18345,7 +18345,7 @@ export declare const telegramContract: {
18345
18345
  previewUrl: string;
18346
18346
  imageSetId: string;
18347
18347
  repliedMessage: {
18348
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
18348
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "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";
18349
18349
  message: string;
18350
18350
  id: string;
18351
18351
  url: string;
@@ -18560,7 +18560,7 @@ export declare const telegramContract: {
18560
18560
  requestId: string;
18561
18561
  }, {
18562
18562
  data: {
18563
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
18563
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "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";
18564
18564
  message: string;
18565
18565
  id: string;
18566
18566
  url: string;
@@ -19115,7 +19115,7 @@ export declare const telegramContract: {
19115
19115
  previewUrl: string;
19116
19116
  imageSetId: string;
19117
19117
  repliedMessage: {
19118
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
19118
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "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";
19119
19119
  message: string;
19120
19120
  id: string;
19121
19121
  url: string;
@@ -19326,7 +19326,7 @@ export declare const telegramContract: {
19326
19326
  template?: any;
19327
19327
  metadata?: any;
19328
19328
  fromMessage?: {
19329
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
19329
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "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";
19330
19330
  message: string;
19331
19331
  id: string;
19332
19332
  url: string;
@@ -19881,7 +19881,7 @@ export declare const telegramContract: {
19881
19881
  previewUrl: string;
19882
19882
  imageSetId: string;
19883
19883
  repliedMessage: {
19884
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
19884
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "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";
19885
19885
  message: string;
19886
19886
  id: string;
19887
19887
  url: string;
@@ -19,15 +19,15 @@ export declare const telephonyAgentPresenceStatusContract: {
19
19
  updatedAt: z.ZodDate;
20
20
  deletedAt: z.ZodNullable<z.ZodDate>;
21
21
  user: z.ZodObject<{
22
+ name: z.ZodString;
22
23
  id: z.ZodString;
24
+ address: z.ZodNullable<z.ZodString>;
25
+ email: z.ZodString;
23
26
  createdAt: z.ZodDate;
24
27
  updatedAt: z.ZodDate;
25
28
  deletedAt: z.ZodNullable<z.ZodDate>;
26
- name: z.ZodString;
27
- email: z.ZodString;
28
29
  emailVerifiedAt: z.ZodNullable<z.ZodDate>;
29
30
  password: z.ZodString;
30
- address: z.ZodNullable<z.ZodString>;
31
31
  phone: z.ZodNullable<z.ZodString>;
32
32
  notificationCount: z.ZodNullable<z.ZodNumber>;
33
33
  roles: z.ZodArray<z.ZodObject<{
@@ -450,15 +450,15 @@ export declare const telephonyAgentPresenceStatusContract: {
450
450
  updatedAt: z.ZodDate;
451
451
  deletedAt: z.ZodNullable<z.ZodDate>;
452
452
  user: z.ZodObject<{
453
+ name: z.ZodString;
453
454
  id: z.ZodString;
455
+ address: z.ZodNullable<z.ZodString>;
456
+ email: z.ZodString;
454
457
  createdAt: z.ZodDate;
455
458
  updatedAt: z.ZodDate;
456
459
  deletedAt: z.ZodNullable<z.ZodDate>;
457
- name: z.ZodString;
458
- email: z.ZodString;
459
460
  emailVerifiedAt: z.ZodNullable<z.ZodDate>;
460
461
  password: z.ZodString;
461
- address: z.ZodNullable<z.ZodString>;
462
462
  phone: z.ZodNullable<z.ZodString>;
463
463
  notificationCount: z.ZodNullable<z.ZodNumber>;
464
464
  roles: z.ZodArray<z.ZodObject<{
@@ -5,15 +5,15 @@ export declare const UserPresenceStatusSchema: z.ZodObject<{
5
5
  updatedAt: z.ZodDate;
6
6
  deletedAt: z.ZodNullable<z.ZodDate>;
7
7
  user: z.ZodObject<{
8
+ name: z.ZodString;
8
9
  id: z.ZodString;
10
+ address: z.ZodNullable<z.ZodString>;
11
+ email: z.ZodString;
9
12
  createdAt: z.ZodDate;
10
13
  updatedAt: z.ZodDate;
11
14
  deletedAt: z.ZodNullable<z.ZodDate>;
12
- name: z.ZodString;
13
- email: z.ZodString;
14
15
  emailVerifiedAt: z.ZodNullable<z.ZodDate>;
15
16
  password: z.ZodString;
16
- address: z.ZodNullable<z.ZodString>;
17
17
  phone: z.ZodNullable<z.ZodString>;
18
18
  notificationCount: z.ZodNullable<z.ZodNumber>;
19
19
  roles: z.ZodArray<z.ZodObject<{