@kl1/contracts 1.2.88-uat → 1.2.89-uat

Sign up to get free protection for your applications and to get access to all the features.
Files changed (57) 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 +2960 -1116
  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 +56 -9
  18. package/dist/api-contracts/src/dashboard/index.d.ts.map +1 -1
  19. package/dist/api-contracts/src/dashboard/validation.d.ts +13 -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/telegram/index.d.ts +51 -51
  32. package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +6 -6
  33. package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +3 -3
  34. package/dist/api-contracts/src/telephony-cdr/index.d.ts +30 -30
  35. package/dist/api-contracts/src/telephony-cdr/schema.d.ts +18 -18
  36. package/dist/api-contracts/src/ticket/index.d.ts +36 -36
  37. package/dist/api-contracts/src/ticket/schema.d.ts +9 -9
  38. package/dist/api-contracts/src/user/index.d.ts +142 -12
  39. package/dist/api-contracts/src/user/index.d.ts.map +1 -1
  40. package/dist/api-contracts/src/user/schema.d.ts +38 -1
  41. package/dist/api-contracts/src/user/schema.d.ts.map +1 -1
  42. package/dist/api-contracts/src/user-presence-status-log/schema.d.ts +3 -3
  43. package/dist/api-contracts/src/viber/index.d.ts +51 -51
  44. package/dist/api-contracts/src/webchat/index.d.ts +51 -51
  45. package/dist/api-contracts/src/whatsapp/index.d.ts +51 -51
  46. package/dist/api-contracts/src/widget/index.d.ts +813 -39
  47. package/dist/api-contracts/src/widget/index.d.ts.map +1 -1
  48. package/dist/api-contracts/src/widget/schema.d.ts +98 -4
  49. package/dist/api-contracts/src/widget/schema.d.ts.map +1 -1
  50. package/dist/api-contracts/src/widget/validation.d.ts +171 -12
  51. package/dist/api-contracts/src/widget/validation.d.ts.map +1 -1
  52. package/dist/api-contracts/src/workflow-rule/index.d.ts +21 -21
  53. package/dist/index.js +87 -12
  54. package/dist/index.js.map +1 -1
  55. package/dist/index.mjs +87 -12
  56. package/dist/index.mjs.map +1 -1
  57. package/package.json +1 -1
@@ -522,7 +522,7 @@ export declare const lineContract: {
522
522
  message: z.ZodObject<{
523
523
  message: z.ZodOptional<z.ZodString>;
524
524
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
525
- 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"]>;
525
+ 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"]>;
526
526
  readAt: z.ZodOptional<z.ZodDate>;
527
527
  metadata: z.ZodOptional<z.ZodAny>;
528
528
  platformId: z.ZodOptional<z.ZodString>;
@@ -566,7 +566,7 @@ export declare const lineContract: {
566
566
  phone: string | null;
567
567
  }>;
568
568
  }, "strip", z.ZodTypeAny, {
569
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
569
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "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";
570
570
  direction: "incoming" | "outgoing" | "system";
571
571
  sender: {
572
572
  name: string;
@@ -592,7 +592,7 @@ export declare const lineContract: {
592
592
  fileSize: number;
593
593
  } | undefined;
594
594
  }, {
595
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
595
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "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";
596
596
  direction: "incoming" | "outgoing" | "system";
597
597
  sender: {
598
598
  name: string;
@@ -620,7 +620,7 @@ export declare const lineContract: {
620
620
  }>;
621
621
  }, "strip", z.ZodTypeAny, {
622
622
  message: {
623
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
623
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "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";
624
624
  direction: "incoming" | "outgoing" | "system";
625
625
  sender: {
626
626
  name: string;
@@ -731,7 +731,7 @@ export declare const lineContract: {
731
731
  stickerId: number;
732
732
  }, {
733
733
  message: {
734
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
734
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "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";
735
735
  direction: "incoming" | "outgoing" | "system";
736
736
  sender: {
737
737
  name: string;
@@ -1870,7 +1870,7 @@ export declare const lineContract: {
1870
1870
  id: z.ZodOptional<z.ZodString>;
1871
1871
  message: z.ZodOptional<z.ZodString>;
1872
1872
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
1873
- 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"]>;
1873
+ 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"]>;
1874
1874
  readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
1875
1875
  metadata: z.ZodOptional<z.ZodAny>;
1876
1876
  platformId: z.ZodOptional<z.ZodString>;
@@ -1926,7 +1926,7 @@ export declare const lineContract: {
1926
1926
  editedAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
1927
1927
  label: z.ZodOptional<z.ZodString>;
1928
1928
  }, "strip", z.ZodTypeAny, {
1929
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
1929
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "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";
1930
1930
  direction: "incoming" | "outgoing" | "system";
1931
1931
  id?: string | undefined;
1932
1932
  message?: string | undefined;
@@ -1961,7 +1961,7 @@ export declare const lineContract: {
1961
1961
  editedAt?: string | Date | null | undefined;
1962
1962
  label?: string | undefined;
1963
1963
  }, {
1964
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
1964
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "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";
1965
1965
  direction: "incoming" | "outgoing" | "system";
1966
1966
  id?: string | undefined;
1967
1967
  message?: string | undefined;
@@ -1998,7 +1998,7 @@ export declare const lineContract: {
1998
1998
  }>;
1999
1999
  }, "strip", z.ZodTypeAny, {
2000
2000
  message: {
2001
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
2001
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "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";
2002
2002
  direction: "incoming" | "outgoing" | "system";
2003
2003
  id?: string | undefined;
2004
2004
  message?: string | undefined;
@@ -2129,7 +2129,7 @@ export declare const lineContract: {
2129
2129
  isBot: boolean | null;
2130
2130
  }, {
2131
2131
  message: {
2132
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
2132
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "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";
2133
2133
  direction: "incoming" | "outgoing" | "system";
2134
2134
  id?: string | undefined;
2135
2135
  message?: string | undefined;
@@ -2264,7 +2264,7 @@ export declare const lineContract: {
2264
2264
  200: z.ZodUnion<[z.ZodObject<{
2265
2265
  requestId: z.ZodString;
2266
2266
  data: z.ZodObject<{
2267
- 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"]>;
2267
+ 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"]>;
2268
2268
  message: z.ZodString;
2269
2269
  id: z.ZodString;
2270
2270
  url: z.ZodString;
@@ -6200,7 +6200,7 @@ export declare const lineContract: {
6200
6200
  deletedAt: z.ZodNullable<z.ZodDate>;
6201
6201
  message: z.ZodString;
6202
6202
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
6203
- 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"]>;
6203
+ 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"]>;
6204
6204
  readAt: z.ZodDate;
6205
6205
  metadata: z.ZodAny;
6206
6206
  platformId: z.ZodString;
@@ -6246,15 +6246,15 @@ export declare const lineContract: {
6246
6246
  fileUrl: string | null;
6247
6247
  }>;
6248
6248
  actor: z.ZodObject<{
6249
+ name: z.ZodString;
6249
6250
  id: z.ZodString;
6251
+ address: z.ZodNullable<z.ZodString>;
6252
+ email: z.ZodString;
6250
6253
  createdAt: z.ZodDate;
6251
6254
  updatedAt: z.ZodDate;
6252
6255
  deletedAt: z.ZodNullable<z.ZodDate>;
6253
- name: z.ZodString;
6254
- email: z.ZodString;
6255
6256
  emailVerifiedAt: z.ZodNullable<z.ZodDate>;
6256
6257
  password: z.ZodString;
6257
- address: z.ZodNullable<z.ZodString>;
6258
6258
  phone: z.ZodNullable<z.ZodString>;
6259
6259
  notificationCount: z.ZodNullable<z.ZodNumber>;
6260
6260
  roles: z.ZodArray<z.ZodObject<{
@@ -6450,15 +6450,15 @@ export declare const lineContract: {
6450
6450
  };
6451
6451
  }>;
6452
6452
  assignee: z.ZodObject<{
6453
+ name: z.ZodString;
6453
6454
  id: z.ZodString;
6455
+ address: z.ZodNullable<z.ZodString>;
6456
+ email: z.ZodString;
6454
6457
  createdAt: z.ZodDate;
6455
6458
  updatedAt: z.ZodDate;
6456
6459
  deletedAt: z.ZodNullable<z.ZodDate>;
6457
- name: z.ZodString;
6458
- email: z.ZodString;
6459
6460
  emailVerifiedAt: z.ZodNullable<z.ZodDate>;
6460
6461
  password: z.ZodString;
6461
- address: z.ZodNullable<z.ZodString>;
6462
6462
  phone: z.ZodNullable<z.ZodString>;
6463
6463
  notificationCount: z.ZodNullable<z.ZodNumber>;
6464
6464
  roles: z.ZodArray<z.ZodObject<{
@@ -6654,15 +6654,15 @@ export declare const lineContract: {
6654
6654
  };
6655
6655
  }>;
6656
6656
  sender: z.ZodObject<{
6657
+ name: z.ZodString;
6657
6658
  id: z.ZodString;
6659
+ address: z.ZodNullable<z.ZodString>;
6660
+ email: z.ZodString;
6658
6661
  createdAt: z.ZodDate;
6659
6662
  updatedAt: z.ZodDate;
6660
6663
  deletedAt: z.ZodNullable<z.ZodDate>;
6661
- name: z.ZodString;
6662
- email: z.ZodString;
6663
6664
  emailVerifiedAt: z.ZodNullable<z.ZodDate>;
6664
6665
  password: z.ZodString;
6665
- address: z.ZodNullable<z.ZodString>;
6666
6666
  phone: z.ZodNullable<z.ZodString>;
6667
6667
  notificationCount: z.ZodNullable<z.ZodNumber>;
6668
6668
  roles: z.ZodArray<z.ZodObject<{
@@ -6858,7 +6858,7 @@ export declare const lineContract: {
6858
6858
  };
6859
6859
  }>;
6860
6860
  }, "strip", z.ZodTypeAny, {
6861
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
6861
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "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";
6862
6862
  message: string;
6863
6863
  id: string;
6864
6864
  url: string;
@@ -7020,7 +7020,7 @@ export declare const lineContract: {
7020
7020
  metadata?: any;
7021
7021
  template?: any;
7022
7022
  }, {
7023
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
7023
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "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";
7024
7024
  message: string;
7025
7025
  id: string;
7026
7026
  url: string;
@@ -7394,7 +7394,7 @@ export declare const lineContract: {
7394
7394
  deletedAt: z.ZodNullable<z.ZodDate>;
7395
7395
  message: z.ZodString;
7396
7396
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
7397
- 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"]>;
7397
+ 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"]>;
7398
7398
  readAt: z.ZodDate;
7399
7399
  metadata: z.ZodAny;
7400
7400
  platformId: z.ZodString;
@@ -10890,7 +10890,7 @@ export declare const lineContract: {
10890
10890
  deletedAt: z.ZodNullable<z.ZodDate>;
10891
10891
  message: z.ZodString;
10892
10892
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
10893
- 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"]>;
10893
+ 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"]>;
10894
10894
  readAt: z.ZodDate;
10895
10895
  metadata: z.ZodAny;
10896
10896
  platformId: z.ZodString;
@@ -10936,15 +10936,15 @@ export declare const lineContract: {
10936
10936
  fileUrl: string | null;
10937
10937
  }>;
10938
10938
  actor: z.ZodObject<{
10939
+ name: z.ZodString;
10939
10940
  id: z.ZodString;
10941
+ address: z.ZodNullable<z.ZodString>;
10942
+ email: z.ZodString;
10940
10943
  createdAt: z.ZodDate;
10941
10944
  updatedAt: z.ZodDate;
10942
10945
  deletedAt: z.ZodNullable<z.ZodDate>;
10943
- name: z.ZodString;
10944
- email: z.ZodString;
10945
10946
  emailVerifiedAt: z.ZodNullable<z.ZodDate>;
10946
10947
  password: z.ZodString;
10947
- address: z.ZodNullable<z.ZodString>;
10948
10948
  phone: z.ZodNullable<z.ZodString>;
10949
10949
  notificationCount: z.ZodNullable<z.ZodNumber>;
10950
10950
  roles: z.ZodArray<z.ZodObject<{
@@ -11140,15 +11140,15 @@ export declare const lineContract: {
11140
11140
  };
11141
11141
  }>;
11142
11142
  assignee: z.ZodObject<{
11143
+ name: z.ZodString;
11143
11144
  id: z.ZodString;
11145
+ address: z.ZodNullable<z.ZodString>;
11146
+ email: z.ZodString;
11144
11147
  createdAt: z.ZodDate;
11145
11148
  updatedAt: z.ZodDate;
11146
11149
  deletedAt: z.ZodNullable<z.ZodDate>;
11147
- name: z.ZodString;
11148
- email: z.ZodString;
11149
11150
  emailVerifiedAt: z.ZodNullable<z.ZodDate>;
11150
11151
  password: z.ZodString;
11151
- address: z.ZodNullable<z.ZodString>;
11152
11152
  phone: z.ZodNullable<z.ZodString>;
11153
11153
  notificationCount: z.ZodNullable<z.ZodNumber>;
11154
11154
  roles: z.ZodArray<z.ZodObject<{
@@ -11344,15 +11344,15 @@ export declare const lineContract: {
11344
11344
  };
11345
11345
  }>;
11346
11346
  sender: z.ZodObject<{
11347
+ name: z.ZodString;
11347
11348
  id: z.ZodString;
11349
+ address: z.ZodNullable<z.ZodString>;
11350
+ email: z.ZodString;
11348
11351
  createdAt: z.ZodDate;
11349
11352
  updatedAt: z.ZodDate;
11350
11353
  deletedAt: z.ZodNullable<z.ZodDate>;
11351
- name: z.ZodString;
11352
- email: z.ZodString;
11353
11354
  emailVerifiedAt: z.ZodNullable<z.ZodDate>;
11354
11355
  password: z.ZodString;
11355
- address: z.ZodNullable<z.ZodString>;
11356
11356
  phone: z.ZodNullable<z.ZodString>;
11357
11357
  notificationCount: z.ZodNullable<z.ZodNumber>;
11358
11358
  roles: z.ZodArray<z.ZodObject<{
@@ -11548,7 +11548,7 @@ export declare const lineContract: {
11548
11548
  };
11549
11549
  }>;
11550
11550
  }, "strip", z.ZodTypeAny, {
11551
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
11551
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "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";
11552
11552
  message: string;
11553
11553
  id: string;
11554
11554
  url: string;
@@ -11710,7 +11710,7 @@ export declare const lineContract: {
11710
11710
  metadata?: any;
11711
11711
  template?: any;
11712
11712
  }, {
11713
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
11713
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "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";
11714
11714
  message: string;
11715
11715
  id: string;
11716
11716
  url: string;
@@ -12512,7 +12512,7 @@ export declare const lineContract: {
12512
12512
  editedMessageid: z.ZodString;
12513
12513
  label: z.ZodOptional<z.ZodString>;
12514
12514
  }, "strip", z.ZodTypeAny, {
12515
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
12515
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "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";
12516
12516
  message: string;
12517
12517
  id: string;
12518
12518
  url: string;
@@ -13067,7 +13067,7 @@ export declare const lineContract: {
13067
13067
  previewUrl: string;
13068
13068
  imageSetId: string;
13069
13069
  repliedMessage: {
13070
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
13070
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "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";
13071
13071
  message: string;
13072
13072
  id: string;
13073
13073
  url: string;
@@ -13278,7 +13278,7 @@ export declare const lineContract: {
13278
13278
  template?: any;
13279
13279
  label?: string | undefined;
13280
13280
  }, {
13281
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
13281
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "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";
13282
13282
  message: string;
13283
13283
  id: string;
13284
13284
  url: string;
@@ -13833,7 +13833,7 @@ export declare const lineContract: {
13833
13833
  previewUrl: string;
13834
13834
  imageSetId: string;
13835
13835
  repliedMessage: {
13836
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
13836
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "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";
13837
13837
  message: string;
13838
13838
  id: string;
13839
13839
  url: string;
@@ -14045,7 +14045,7 @@ export declare const lineContract: {
14045
14045
  label?: string | undefined;
14046
14046
  }>>>;
14047
14047
  }, "strip", z.ZodTypeAny, {
14048
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
14048
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "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";
14049
14049
  message: string;
14050
14050
  id: string;
14051
14051
  url: string;
@@ -14600,7 +14600,7 @@ export declare const lineContract: {
14600
14600
  previewUrl: string;
14601
14601
  imageSetId: string;
14602
14602
  repliedMessage: {
14603
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
14603
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "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";
14604
14604
  message: string;
14605
14605
  id: string;
14606
14606
  url: string;
@@ -14811,7 +14811,7 @@ export declare const lineContract: {
14811
14811
  template?: any;
14812
14812
  metadata?: any;
14813
14813
  fromMessage?: {
14814
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
14814
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "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";
14815
14815
  message: string;
14816
14816
  id: string;
14817
14817
  url: string;
@@ -15366,7 +15366,7 @@ export declare const lineContract: {
15366
15366
  previewUrl: string;
15367
15367
  imageSetId: string;
15368
15368
  repliedMessage: {
15369
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
15369
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "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";
15370
15370
  message: string;
15371
15371
  id: string;
15372
15372
  url: string;
@@ -15578,7 +15578,7 @@ export declare const lineContract: {
15578
15578
  label?: string | undefined;
15579
15579
  } | null | undefined;
15580
15580
  }, {
15581
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
15581
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "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";
15582
15582
  message: string;
15583
15583
  id: string;
15584
15584
  url: string;
@@ -16133,7 +16133,7 @@ export declare const lineContract: {
16133
16133
  previewUrl: string;
16134
16134
  imageSetId: string;
16135
16135
  repliedMessage: {
16136
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
16136
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "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";
16137
16137
  message: string;
16138
16138
  id: string;
16139
16139
  url: string;
@@ -16344,7 +16344,7 @@ export declare const lineContract: {
16344
16344
  template?: any;
16345
16345
  metadata?: any;
16346
16346
  fromMessage?: {
16347
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
16347
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "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";
16348
16348
  message: string;
16349
16349
  id: string;
16350
16350
  url: string;
@@ -16899,7 +16899,7 @@ export declare const lineContract: {
16899
16899
  previewUrl: string;
16900
16900
  imageSetId: string;
16901
16901
  repliedMessage: {
16902
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
16902
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "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";
16903
16903
  message: string;
16904
16904
  id: string;
16905
16905
  url: string;
@@ -17113,7 +17113,7 @@ export declare const lineContract: {
17113
17113
  }>;
17114
17114
  }, "strip", z.ZodTypeAny, {
17115
17115
  data: {
17116
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
17116
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "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";
17117
17117
  message: string;
17118
17118
  id: string;
17119
17119
  url: string;
@@ -17668,7 +17668,7 @@ export declare const lineContract: {
17668
17668
  previewUrl: string;
17669
17669
  imageSetId: string;
17670
17670
  repliedMessage: {
17671
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
17671
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "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";
17672
17672
  message: string;
17673
17673
  id: string;
17674
17674
  url: string;
@@ -17879,7 +17879,7 @@ export declare const lineContract: {
17879
17879
  template?: any;
17880
17880
  metadata?: any;
17881
17881
  fromMessage?: {
17882
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
17882
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "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";
17883
17883
  message: string;
17884
17884
  id: string;
17885
17885
  url: string;
@@ -18434,7 +18434,7 @@ export declare const lineContract: {
18434
18434
  previewUrl: string;
18435
18435
  imageSetId: string;
18436
18436
  repliedMessage: {
18437
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
18437
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "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";
18438
18438
  message: string;
18439
18439
  id: string;
18440
18440
  url: string;
@@ -18649,7 +18649,7 @@ export declare const lineContract: {
18649
18649
  requestId: string;
18650
18650
  }, {
18651
18651
  data: {
18652
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
18652
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "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";
18653
18653
  message: string;
18654
18654
  id: string;
18655
18655
  url: string;
@@ -19204,7 +19204,7 @@ export declare const lineContract: {
19204
19204
  previewUrl: string;
19205
19205
  imageSetId: string;
19206
19206
  repliedMessage: {
19207
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
19207
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "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";
19208
19208
  message: string;
19209
19209
  id: string;
19210
19210
  url: string;
@@ -19415,7 +19415,7 @@ export declare const lineContract: {
19415
19415
  template?: any;
19416
19416
  metadata?: any;
19417
19417
  fromMessage?: {
19418
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
19418
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "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";
19419
19419
  message: string;
19420
19420
  id: string;
19421
19421
  url: string;
@@ -19970,7 +19970,7 @@ export declare const lineContract: {
19970
19970
  previewUrl: string;
19971
19971
  imageSetId: string;
19972
19972
  repliedMessage: {
19973
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
19973
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "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";
19974
19974
  message: string;
19975
19975
  id: string;
19976
19976
  url: string;
@@ -518,7 +518,7 @@ export declare const SendLineStickerSchema: z.ZodObject<{
518
518
  message: z.ZodObject<{
519
519
  message: z.ZodOptional<z.ZodString>;
520
520
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
521
- 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"]>;
521
+ 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"]>;
522
522
  readAt: z.ZodOptional<z.ZodDate>;
523
523
  metadata: z.ZodOptional<z.ZodAny>;
524
524
  platformId: z.ZodOptional<z.ZodString>;
@@ -562,7 +562,7 @@ export declare const SendLineStickerSchema: z.ZodObject<{
562
562
  phone: string | null;
563
563
  }>;
564
564
  }, "strip", z.ZodTypeAny, {
565
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
565
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "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";
566
566
  direction: "incoming" | "outgoing" | "system";
567
567
  sender: {
568
568
  name: string;
@@ -588,7 +588,7 @@ export declare const SendLineStickerSchema: z.ZodObject<{
588
588
  fileSize: number;
589
589
  } | undefined;
590
590
  }, {
591
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
591
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "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";
592
592
  direction: "incoming" | "outgoing" | "system";
593
593
  sender: {
594
594
  name: string;
@@ -616,7 +616,7 @@ export declare const SendLineStickerSchema: z.ZodObject<{
616
616
  }>;
617
617
  }, "strip", z.ZodTypeAny, {
618
618
  message: {
619
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
619
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "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";
620
620
  direction: "incoming" | "outgoing" | "system";
621
621
  sender: {
622
622
  name: string;
@@ -727,7 +727,7 @@ export declare const SendLineStickerSchema: z.ZodObject<{
727
727
  stickerId: number;
728
728
  }, {
729
729
  message: {
730
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
730
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "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";
731
731
  direction: "incoming" | "outgoing" | "system";
732
732
  sender: {
733
733
  name: string;