@kl1/contracts 1.2.82-uat → 1.2.84-uat

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (53) hide show
  1. package/dist/api-contracts/src/activity-log/index.d.ts +3 -3
  2. package/dist/api-contracts/src/activity-log/schema.d.ts +3 -3
  3. package/dist/api-contracts/src/auth/index.d.ts +3 -3
  4. package/dist/api-contracts/src/automation-queue/index.d.ts +30 -30
  5. package/dist/api-contracts/src/automation-queue/schema.d.ts +6 -6
  6. package/dist/api-contracts/src/business-calendar/index.d.ts.map +1 -1
  7. package/dist/api-contracts/src/chat/index.d.ts +271 -271
  8. package/dist/api-contracts/src/chat/schema.d.ts +93 -93
  9. package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
  10. package/dist/api-contracts/src/chat/validation.d.ts +86 -86
  11. package/dist/api-contracts/src/comment/index.d.ts +45 -45
  12. package/dist/api-contracts/src/comment/schema.d.ts +15 -15
  13. package/dist/api-contracts/src/contract.d.ts +963 -632
  14. package/dist/api-contracts/src/contract.d.ts.map +1 -1
  15. package/dist/api-contracts/src/cx-log/index.d.ts +24 -24
  16. package/dist/api-contracts/src/cx-log/schema.d.ts +24 -24
  17. package/dist/api-contracts/src/dashboard/index.d.ts +73 -0
  18. package/dist/api-contracts/src/dashboard/index.d.ts.map +1 -1
  19. package/dist/api-contracts/src/dashboard/validation.d.ts +3 -0
  20. package/dist/api-contracts/src/dashboard/validation.d.ts.map +1 -1
  21. package/dist/api-contracts/src/facebook-feed/index.d.ts +61 -61
  22. package/dist/api-contracts/src/facebook-feed/schema.d.ts +6 -6
  23. package/dist/api-contracts/src/instagram/index.d.ts +51 -51
  24. package/dist/api-contracts/src/line/index.d.ts +56 -56
  25. package/dist/api-contracts/src/line/validation.d.ts +5 -5
  26. package/dist/api-contracts/src/messenger/index.d.ts +51 -51
  27. package/dist/api-contracts/src/notification/index.d.ts +9 -9
  28. package/dist/api-contracts/src/notification/schema.d.ts +9 -9
  29. package/dist/api-contracts/src/notification/validation.d.ts +3 -3
  30. package/dist/api-contracts/src/sms/index.d.ts +5 -5
  31. package/dist/api-contracts/src/subscription/index.d.ts.map +1 -1
  32. package/dist/api-contracts/src/telegram/index.d.ts +51 -51
  33. package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +6 -6
  34. package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +3 -3
  35. package/dist/api-contracts/src/telephony-cdr/index.d.ts +30 -30
  36. package/dist/api-contracts/src/telephony-cdr/schema.d.ts +18 -18
  37. package/dist/api-contracts/src/ticket/index.d.ts +36 -36
  38. package/dist/api-contracts/src/ticket/schema.d.ts +9 -9
  39. package/dist/api-contracts/src/user/index.d.ts +142 -12
  40. package/dist/api-contracts/src/user/index.d.ts.map +1 -1
  41. package/dist/api-contracts/src/user/schema.d.ts +38 -1
  42. package/dist/api-contracts/src/user/schema.d.ts.map +1 -1
  43. package/dist/api-contracts/src/user-presence-status-log/schema.d.ts +3 -3
  44. package/dist/api-contracts/src/viber/index.d.ts +51 -51
  45. package/dist/api-contracts/src/webchat/index.d.ts +56 -56
  46. package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
  47. package/dist/api-contracts/src/whatsapp/index.d.ts +51 -51
  48. package/dist/api-contracts/src/workflow-rule/index.d.ts +21 -21
  49. package/dist/index.js +116 -62
  50. package/dist/index.js.map +1 -1
  51. package/dist/index.mjs +116 -62
  52. package/dist/index.mjs.map +1 -1
  53. package/package.json +1 -1
@@ -568,7 +568,7 @@ export declare const platformWebchatContract: {
568
568
  id: z.ZodOptional<z.ZodString>;
569
569
  message: z.ZodOptional<z.ZodString>;
570
570
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
571
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
571
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item", "lazada_sys_msg"]>;
572
572
  readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
573
573
  metadata: z.ZodOptional<z.ZodAny>;
574
574
  platformId: z.ZodOptional<z.ZodString>;
@@ -624,7 +624,7 @@ export declare const platformWebchatContract: {
624
624
  editedAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
625
625
  label: z.ZodOptional<z.ZodString>;
626
626
  }, "strip", z.ZodTypeAny, {
627
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
627
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported" | "lazada_sys_msg";
628
628
  direction: "incoming" | "outgoing" | "system";
629
629
  id?: string | undefined;
630
630
  message?: string | undefined;
@@ -659,7 +659,7 @@ export declare const platformWebchatContract: {
659
659
  editedAt?: string | Date | null | undefined;
660
660
  label?: string | undefined;
661
661
  }, {
662
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
662
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported" | "lazada_sys_msg";
663
663
  direction: "incoming" | "outgoing" | "system";
664
664
  id?: string | undefined;
665
665
  message?: string | undefined;
@@ -696,7 +696,7 @@ export declare const platformWebchatContract: {
696
696
  }>;
697
697
  }, "strip", z.ZodTypeAny, {
698
698
  message: {
699
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
699
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported" | "lazada_sys_msg";
700
700
  direction: "incoming" | "outgoing" | "system";
701
701
  id?: string | undefined;
702
702
  message?: string | undefined;
@@ -827,7 +827,7 @@ export declare const platformWebchatContract: {
827
827
  isBot: boolean | null;
828
828
  }, {
829
829
  message: {
830
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
830
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported" | "lazada_sys_msg";
831
831
  direction: "incoming" | "outgoing" | "system";
832
832
  id?: string | undefined;
833
833
  message?: string | undefined;
@@ -962,7 +962,7 @@ export declare const platformWebchatContract: {
962
962
  200: z.ZodObject<{
963
963
  requestId: z.ZodString;
964
964
  data: z.ZodObject<{
965
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
965
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item", "lazada_sys_msg"]>;
966
966
  message: z.ZodString;
967
967
  id: z.ZodString;
968
968
  url: z.ZodString;
@@ -4898,7 +4898,7 @@ export declare const platformWebchatContract: {
4898
4898
  deletedAt: z.ZodNullable<z.ZodDate>;
4899
4899
  message: z.ZodString;
4900
4900
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
4901
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
4901
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item", "lazada_sys_msg"]>;
4902
4902
  readAt: z.ZodDate;
4903
4903
  metadata: z.ZodAny;
4904
4904
  platformId: z.ZodString;
@@ -4944,15 +4944,15 @@ export declare const platformWebchatContract: {
4944
4944
  fileUrl: string | null;
4945
4945
  }>;
4946
4946
  actor: z.ZodObject<{
4947
+ name: z.ZodString;
4947
4948
  id: z.ZodString;
4949
+ address: z.ZodNullable<z.ZodString>;
4950
+ email: z.ZodString;
4948
4951
  createdAt: z.ZodDate;
4949
4952
  updatedAt: z.ZodDate;
4950
4953
  deletedAt: z.ZodNullable<z.ZodDate>;
4951
- name: z.ZodString;
4952
- email: z.ZodString;
4953
4954
  emailVerifiedAt: z.ZodNullable<z.ZodDate>;
4954
4955
  password: z.ZodString;
4955
- address: z.ZodNullable<z.ZodString>;
4956
4956
  phone: z.ZodNullable<z.ZodString>;
4957
4957
  notificationCount: z.ZodNullable<z.ZodNumber>;
4958
4958
  roles: z.ZodArray<z.ZodObject<{
@@ -5148,15 +5148,15 @@ export declare const platformWebchatContract: {
5148
5148
  };
5149
5149
  }>;
5150
5150
  assignee: z.ZodObject<{
5151
+ name: z.ZodString;
5151
5152
  id: z.ZodString;
5153
+ address: z.ZodNullable<z.ZodString>;
5154
+ email: z.ZodString;
5152
5155
  createdAt: z.ZodDate;
5153
5156
  updatedAt: z.ZodDate;
5154
5157
  deletedAt: z.ZodNullable<z.ZodDate>;
5155
- name: z.ZodString;
5156
- email: z.ZodString;
5157
5158
  emailVerifiedAt: z.ZodNullable<z.ZodDate>;
5158
5159
  password: z.ZodString;
5159
- address: z.ZodNullable<z.ZodString>;
5160
5160
  phone: z.ZodNullable<z.ZodString>;
5161
5161
  notificationCount: z.ZodNullable<z.ZodNumber>;
5162
5162
  roles: z.ZodArray<z.ZodObject<{
@@ -5352,15 +5352,15 @@ export declare const platformWebchatContract: {
5352
5352
  };
5353
5353
  }>;
5354
5354
  sender: z.ZodObject<{
5355
+ name: z.ZodString;
5355
5356
  id: z.ZodString;
5357
+ address: z.ZodNullable<z.ZodString>;
5358
+ email: z.ZodString;
5356
5359
  createdAt: z.ZodDate;
5357
5360
  updatedAt: z.ZodDate;
5358
5361
  deletedAt: z.ZodNullable<z.ZodDate>;
5359
- name: z.ZodString;
5360
- email: z.ZodString;
5361
5362
  emailVerifiedAt: z.ZodNullable<z.ZodDate>;
5362
5363
  password: z.ZodString;
5363
- address: z.ZodNullable<z.ZodString>;
5364
5364
  phone: z.ZodNullable<z.ZodString>;
5365
5365
  notificationCount: z.ZodNullable<z.ZodNumber>;
5366
5366
  roles: z.ZodArray<z.ZodObject<{
@@ -5556,7 +5556,7 @@ export declare const platformWebchatContract: {
5556
5556
  };
5557
5557
  }>;
5558
5558
  }, "strip", z.ZodTypeAny, {
5559
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
5559
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported" | "lazada_sys_msg";
5560
5560
  message: string;
5561
5561
  id: string;
5562
5562
  url: string;
@@ -5718,7 +5718,7 @@ export declare const platformWebchatContract: {
5718
5718
  metadata?: any;
5719
5719
  template?: any;
5720
5720
  }, {
5721
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
5721
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported" | "lazada_sys_msg";
5722
5722
  message: string;
5723
5723
  id: string;
5724
5724
  url: string;
@@ -6092,7 +6092,7 @@ export declare const platformWebchatContract: {
6092
6092
  deletedAt: z.ZodNullable<z.ZodDate>;
6093
6093
  message: z.ZodString;
6094
6094
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
6095
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
6095
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item", "lazada_sys_msg"]>;
6096
6096
  readAt: z.ZodDate;
6097
6097
  metadata: z.ZodAny;
6098
6098
  platformId: z.ZodString;
@@ -9588,7 +9588,7 @@ export declare const platformWebchatContract: {
9588
9588
  deletedAt: z.ZodNullable<z.ZodDate>;
9589
9589
  message: z.ZodString;
9590
9590
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
9591
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
9591
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item", "lazada_sys_msg"]>;
9592
9592
  readAt: z.ZodDate;
9593
9593
  metadata: z.ZodAny;
9594
9594
  platformId: z.ZodString;
@@ -9634,15 +9634,15 @@ export declare const platformWebchatContract: {
9634
9634
  fileUrl: string | null;
9635
9635
  }>;
9636
9636
  actor: z.ZodObject<{
9637
+ name: z.ZodString;
9637
9638
  id: z.ZodString;
9639
+ address: z.ZodNullable<z.ZodString>;
9640
+ email: z.ZodString;
9638
9641
  createdAt: z.ZodDate;
9639
9642
  updatedAt: z.ZodDate;
9640
9643
  deletedAt: z.ZodNullable<z.ZodDate>;
9641
- name: z.ZodString;
9642
- email: z.ZodString;
9643
9644
  emailVerifiedAt: z.ZodNullable<z.ZodDate>;
9644
9645
  password: z.ZodString;
9645
- address: z.ZodNullable<z.ZodString>;
9646
9646
  phone: z.ZodNullable<z.ZodString>;
9647
9647
  notificationCount: z.ZodNullable<z.ZodNumber>;
9648
9648
  roles: z.ZodArray<z.ZodObject<{
@@ -9838,15 +9838,15 @@ export declare const platformWebchatContract: {
9838
9838
  };
9839
9839
  }>;
9840
9840
  assignee: z.ZodObject<{
9841
+ name: z.ZodString;
9841
9842
  id: z.ZodString;
9843
+ address: z.ZodNullable<z.ZodString>;
9844
+ email: z.ZodString;
9842
9845
  createdAt: z.ZodDate;
9843
9846
  updatedAt: z.ZodDate;
9844
9847
  deletedAt: z.ZodNullable<z.ZodDate>;
9845
- name: z.ZodString;
9846
- email: z.ZodString;
9847
9848
  emailVerifiedAt: z.ZodNullable<z.ZodDate>;
9848
9849
  password: z.ZodString;
9849
- address: z.ZodNullable<z.ZodString>;
9850
9850
  phone: z.ZodNullable<z.ZodString>;
9851
9851
  notificationCount: z.ZodNullable<z.ZodNumber>;
9852
9852
  roles: z.ZodArray<z.ZodObject<{
@@ -10042,15 +10042,15 @@ export declare const platformWebchatContract: {
10042
10042
  };
10043
10043
  }>;
10044
10044
  sender: z.ZodObject<{
10045
+ name: z.ZodString;
10045
10046
  id: z.ZodString;
10047
+ address: z.ZodNullable<z.ZodString>;
10048
+ email: z.ZodString;
10046
10049
  createdAt: z.ZodDate;
10047
10050
  updatedAt: z.ZodDate;
10048
10051
  deletedAt: z.ZodNullable<z.ZodDate>;
10049
- name: z.ZodString;
10050
- email: z.ZodString;
10051
10052
  emailVerifiedAt: z.ZodNullable<z.ZodDate>;
10052
10053
  password: z.ZodString;
10053
- address: z.ZodNullable<z.ZodString>;
10054
10054
  phone: z.ZodNullable<z.ZodString>;
10055
10055
  notificationCount: z.ZodNullable<z.ZodNumber>;
10056
10056
  roles: z.ZodArray<z.ZodObject<{
@@ -10246,7 +10246,7 @@ export declare const platformWebchatContract: {
10246
10246
  };
10247
10247
  }>;
10248
10248
  }, "strip", z.ZodTypeAny, {
10249
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
10249
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported" | "lazada_sys_msg";
10250
10250
  message: string;
10251
10251
  id: string;
10252
10252
  url: string;
@@ -10408,7 +10408,7 @@ export declare const platformWebchatContract: {
10408
10408
  metadata?: any;
10409
10409
  template?: any;
10410
10410
  }, {
10411
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
10411
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported" | "lazada_sys_msg";
10412
10412
  message: string;
10413
10413
  id: string;
10414
10414
  url: string;
@@ -11210,7 +11210,7 @@ export declare const platformWebchatContract: {
11210
11210
  editedMessageid: z.ZodString;
11211
11211
  label: z.ZodOptional<z.ZodString>;
11212
11212
  }, "strip", z.ZodTypeAny, {
11213
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
11213
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported" | "lazada_sys_msg";
11214
11214
  message: string;
11215
11215
  id: string;
11216
11216
  url: string;
@@ -11765,7 +11765,7 @@ export declare const platformWebchatContract: {
11765
11765
  previewUrl: string;
11766
11766
  imageSetId: string;
11767
11767
  repliedMessage: {
11768
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
11768
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported" | "lazada_sys_msg";
11769
11769
  message: string;
11770
11770
  id: string;
11771
11771
  url: string;
@@ -11976,7 +11976,7 @@ export declare const platformWebchatContract: {
11976
11976
  template?: any;
11977
11977
  label?: string | undefined;
11978
11978
  }, {
11979
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
11979
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported" | "lazada_sys_msg";
11980
11980
  message: string;
11981
11981
  id: string;
11982
11982
  url: string;
@@ -12531,7 +12531,7 @@ export declare const platformWebchatContract: {
12531
12531
  previewUrl: string;
12532
12532
  imageSetId: string;
12533
12533
  repliedMessage: {
12534
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
12534
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported" | "lazada_sys_msg";
12535
12535
  message: string;
12536
12536
  id: string;
12537
12537
  url: string;
@@ -12743,7 +12743,7 @@ export declare const platformWebchatContract: {
12743
12743
  label?: string | undefined;
12744
12744
  }>>>;
12745
12745
  }, "strip", z.ZodTypeAny, {
12746
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
12746
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported" | "lazada_sys_msg";
12747
12747
  message: string;
12748
12748
  id: string;
12749
12749
  url: string;
@@ -13298,7 +13298,7 @@ export declare const platformWebchatContract: {
13298
13298
  previewUrl: string;
13299
13299
  imageSetId: string;
13300
13300
  repliedMessage: {
13301
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
13301
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported" | "lazada_sys_msg";
13302
13302
  message: string;
13303
13303
  id: string;
13304
13304
  url: string;
@@ -13509,7 +13509,7 @@ export declare const platformWebchatContract: {
13509
13509
  template?: any;
13510
13510
  metadata?: any;
13511
13511
  fromMessage?: {
13512
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
13512
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported" | "lazada_sys_msg";
13513
13513
  message: string;
13514
13514
  id: string;
13515
13515
  url: string;
@@ -14064,7 +14064,7 @@ export declare const platformWebchatContract: {
14064
14064
  previewUrl: string;
14065
14065
  imageSetId: string;
14066
14066
  repliedMessage: {
14067
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
14067
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported" | "lazada_sys_msg";
14068
14068
  message: string;
14069
14069
  id: string;
14070
14070
  url: string;
@@ -14276,7 +14276,7 @@ export declare const platformWebchatContract: {
14276
14276
  label?: string | undefined;
14277
14277
  } | null | undefined;
14278
14278
  }, {
14279
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
14279
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported" | "lazada_sys_msg";
14280
14280
  message: string;
14281
14281
  id: string;
14282
14282
  url: string;
@@ -14831,7 +14831,7 @@ export declare const platformWebchatContract: {
14831
14831
  previewUrl: string;
14832
14832
  imageSetId: string;
14833
14833
  repliedMessage: {
14834
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
14834
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported" | "lazada_sys_msg";
14835
14835
  message: string;
14836
14836
  id: string;
14837
14837
  url: string;
@@ -15042,7 +15042,7 @@ export declare const platformWebchatContract: {
15042
15042
  template?: any;
15043
15043
  metadata?: any;
15044
15044
  fromMessage?: {
15045
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
15045
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported" | "lazada_sys_msg";
15046
15046
  message: string;
15047
15047
  id: string;
15048
15048
  url: string;
@@ -15597,7 +15597,7 @@ export declare const platformWebchatContract: {
15597
15597
  previewUrl: string;
15598
15598
  imageSetId: string;
15599
15599
  repliedMessage: {
15600
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
15600
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported" | "lazada_sys_msg";
15601
15601
  message: string;
15602
15602
  id: string;
15603
15603
  url: string;
@@ -15811,7 +15811,7 @@ export declare const platformWebchatContract: {
15811
15811
  }>;
15812
15812
  }, "strip", z.ZodTypeAny, {
15813
15813
  data: {
15814
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
15814
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported" | "lazada_sys_msg";
15815
15815
  message: string;
15816
15816
  id: string;
15817
15817
  url: string;
@@ -16366,7 +16366,7 @@ export declare const platformWebchatContract: {
16366
16366
  previewUrl: string;
16367
16367
  imageSetId: string;
16368
16368
  repliedMessage: {
16369
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
16369
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported" | "lazada_sys_msg";
16370
16370
  message: string;
16371
16371
  id: string;
16372
16372
  url: string;
@@ -16577,7 +16577,7 @@ export declare const platformWebchatContract: {
16577
16577
  template?: any;
16578
16578
  metadata?: any;
16579
16579
  fromMessage?: {
16580
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
16580
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported" | "lazada_sys_msg";
16581
16581
  message: string;
16582
16582
  id: string;
16583
16583
  url: string;
@@ -17132,7 +17132,7 @@ export declare const platformWebchatContract: {
17132
17132
  previewUrl: string;
17133
17133
  imageSetId: string;
17134
17134
  repliedMessage: {
17135
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
17135
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported" | "lazada_sys_msg";
17136
17136
  message: string;
17137
17137
  id: string;
17138
17138
  url: string;
@@ -17347,7 +17347,7 @@ export declare const platformWebchatContract: {
17347
17347
  requestId: string;
17348
17348
  }, {
17349
17349
  data: {
17350
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
17350
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported" | "lazada_sys_msg";
17351
17351
  message: string;
17352
17352
  id: string;
17353
17353
  url: string;
@@ -17902,7 +17902,7 @@ export declare const platformWebchatContract: {
17902
17902
  previewUrl: string;
17903
17903
  imageSetId: string;
17904
17904
  repliedMessage: {
17905
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
17905
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported" | "lazada_sys_msg";
17906
17906
  message: string;
17907
17907
  id: string;
17908
17908
  url: string;
@@ -18113,7 +18113,7 @@ export declare const platformWebchatContract: {
18113
18113
  template?: any;
18114
18114
  metadata?: any;
18115
18115
  fromMessage?: {
18116
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
18116
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported" | "lazada_sys_msg";
18117
18117
  message: string;
18118
18118
  id: string;
18119
18119
  url: string;
@@ -18668,7 +18668,7 @@ export declare const platformWebchatContract: {
18668
18668
  previewUrl: string;
18669
18669
  imageSetId: string;
18670
18670
  repliedMessage: {
18671
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
18671
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported" | "lazada_sys_msg";
18672
18672
  message: string;
18673
18673
  id: string;
18674
18674
  url: string;
@@ -18903,7 +18903,7 @@ export declare const platformWebchatContract: {
18903
18903
  error?: any;
18904
18904
  }>;
18905
18905
  };
18906
- path: "/message";
18906
+ path: "wcs/message";
18907
18907
  };
18908
18908
  connect: {
18909
18909
  body: z.ZodObject<{
@@ -19774,7 +19774,7 @@ export declare const platformWebchatContract: {
19774
19774
  error?: any;
19775
19775
  }>;
19776
19776
  };
19777
- path: "/connect";
19777
+ path: "wcs/connect";
19778
19778
  };
19779
19779
  disconnectToService: {
19780
19780
  body: z.ZodObject<{
@@ -20163,7 +20163,7 @@ export declare const platformWebchatContract: {
20163
20163
  error?: any;
20164
20164
  }>;
20165
20165
  };
20166
- path: "/disconnect";
20166
+ path: "wcs/disconnect";
20167
20167
  };
20168
20168
  reconnect: {
20169
20169
  body: null;
@@ -20553,7 +20553,7 @@ export declare const platformWebchatContract: {
20553
20553
  error?: any;
20554
20554
  }>;
20555
20555
  };
20556
- path: "/reconnect/:channelId";
20556
+ path: "wcs/reconnect/:channelId";
20557
20557
  };
20558
20558
  delete: {
20559
20559
  body: null;
@@ -20943,7 +20943,7 @@ export declare const platformWebchatContract: {
20943
20943
  error?: any;
20944
20944
  }>;
20945
20945
  };
20946
- path: "/delete/:channelId";
20946
+ path: "wcs/delete/:channelId";
20947
20947
  };
20948
20948
  };
20949
20949
  //# sourceMappingURL=index.d.ts.map