@kl1/contracts 1.2.61-uat → 1.2.62-uat

Sign up to get free protection for your applications and to get access to all the features.
Files changed (58) hide show
  1. package/dist/api-contracts/src/channel/index.d.ts +2629 -2831
  2. package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
  3. package/dist/api-contracts/src/channel/schema.d.ts +0 -8
  4. package/dist/api-contracts/src/channel/schema.d.ts.map +1 -1
  5. package/dist/api-contracts/src/channel/validation.d.ts +10 -10
  6. package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
  7. package/dist/api-contracts/src/chat/index.d.ts +189 -515
  8. package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
  9. package/dist/api-contracts/src/chat/schema.d.ts +45 -124
  10. package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
  11. package/dist/api-contracts/src/chat/validation.d.ts +72 -151
  12. package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
  13. package/dist/api-contracts/src/contract.d.ts +3632 -5096
  14. package/dist/api-contracts/src/contract.d.ts.map +1 -1
  15. package/dist/api-contracts/src/cx-log/index.d.ts +0 -11
  16. package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
  17. package/dist/api-contracts/src/cx-log/schema.d.ts +0 -9
  18. package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
  19. package/dist/api-contracts/src/dashboard/index.d.ts +1 -290
  20. package/dist/api-contracts/src/dashboard/index.d.ts.map +1 -1
  21. package/dist/api-contracts/src/dashboard/schema.d.ts +0 -71
  22. package/dist/api-contracts/src/dashboard/schema.d.ts.map +1 -1
  23. package/dist/api-contracts/src/facebook-feed/index.d.ts +43 -165
  24. package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
  25. package/dist/api-contracts/src/facebook-feed/schema.d.ts +3 -10
  26. package/dist/api-contracts/src/facebook-feed/schema.d.ts.map +1 -1
  27. package/dist/api-contracts/src/facebook-feed/validation.d.ts +0 -5
  28. package/dist/api-contracts/src/facebook-feed/validation.d.ts.map +1 -1
  29. package/dist/api-contracts/src/instagram/index.d.ts +33 -132
  30. package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
  31. package/dist/api-contracts/src/line/index.d.ts +40 -131
  32. package/dist/api-contracts/src/line/index.d.ts.map +1 -1
  33. package/dist/api-contracts/src/line/validation.d.ts +5 -14
  34. package/dist/api-contracts/src/line/validation.d.ts.map +1 -1
  35. package/dist/api-contracts/src/messenger/index.d.ts +33 -132
  36. package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
  37. package/dist/api-contracts/src/messenger/validation.d.ts +0 -5
  38. package/dist/api-contracts/src/messenger/validation.d.ts.map +1 -1
  39. package/dist/api-contracts/src/sms/index.d.ts +5 -42
  40. package/dist/api-contracts/src/sms/index.d.ts.map +1 -1
  41. package/dist/api-contracts/src/telegram/index.d.ts +33 -110
  42. package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
  43. package/dist/api-contracts/src/viber/index.d.ts +33 -110
  44. package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
  45. package/dist/api-contracts/src/webchat/index.d.ts +33 -110
  46. package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
  47. package/dist/api-contracts/src/whatsapp/index.d.ts +39 -167
  48. package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
  49. package/dist/api-contracts/src/whatsapp/validation.d.ts +3 -3
  50. package/dist/api-contracts/src/workflow-rule/index.d.ts +12 -58
  51. package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
  52. package/dist/entities/src/enums/chat.d.ts +0 -12
  53. package/dist/entities/src/enums/chat.d.ts.map +1 -1
  54. package/dist/index.js +40 -139
  55. package/dist/index.js.map +1 -1
  56. package/dist/index.mjs +40 -139
  57. package/dist/index.mjs.map +1 -1
  58. package/package.json +1 -1
@@ -199,7 +199,6 @@ export declare const whatsappContract: {
199
199
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
200
200
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
201
201
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
202
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
203
202
  }, "strip", z.ZodTypeAny, {
204
203
  name: string;
205
204
  id: string;
@@ -229,7 +228,6 @@ export declare const whatsappContract: {
229
228
  lineRichMenuId?: string | null | undefined;
230
229
  messengerIntegrationType?: "own" | "business" | undefined;
231
230
  facebookFeedIntegrationType?: "own" | "business" | undefined;
232
- isCSATEnabled?: boolean | undefined;
233
231
  }, {
234
232
  name: string;
235
233
  id: string;
@@ -259,7 +257,6 @@ export declare const whatsappContract: {
259
257
  lineRichMenuId?: string | null | undefined;
260
258
  messengerIntegrationType?: "own" | "business" | undefined;
261
259
  facebookFeedIntegrationType?: "own" | "business" | undefined;
262
- isCSATEnabled?: boolean | undefined;
263
260
  }>;
264
261
  platformId: z.ZodString;
265
262
  brandName: z.ZodString;
@@ -319,7 +316,6 @@ export declare const whatsappContract: {
319
316
  lineRichMenuId?: string | null | undefined;
320
317
  messengerIntegrationType?: "own" | "business" | undefined;
321
318
  facebookFeedIntegrationType?: "own" | "business" | undefined;
322
- isCSATEnabled?: boolean | undefined;
323
319
  };
324
320
  status: boolean;
325
321
  brandName: string;
@@ -367,7 +363,6 @@ export declare const whatsappContract: {
367
363
  lineRichMenuId?: string | null | undefined;
368
364
  messengerIntegrationType?: "own" | "business" | undefined;
369
365
  facebookFeedIntegrationType?: "own" | "business" | undefined;
370
- isCSATEnabled?: boolean | undefined;
371
366
  };
372
367
  status: boolean;
373
368
  brandName: string;
@@ -420,7 +415,6 @@ export declare const whatsappContract: {
420
415
  lineRichMenuId?: string | null | undefined;
421
416
  messengerIntegrationType?: "own" | "business" | undefined;
422
417
  facebookFeedIntegrationType?: "own" | "business" | undefined;
423
- isCSATEnabled?: boolean | undefined;
424
418
  };
425
419
  status: boolean;
426
420
  brandName: string;
@@ -512,7 +506,6 @@ export declare const whatsappContract: {
512
506
  lineRichMenuId?: string | null | undefined;
513
507
  messengerIntegrationType?: "own" | "business" | undefined;
514
508
  facebookFeedIntegrationType?: "own" | "business" | undefined;
515
- isCSATEnabled?: boolean | undefined;
516
509
  };
517
510
  status: boolean;
518
511
  brandName: string;
@@ -574,7 +567,7 @@ export declare const whatsappContract: {
574
567
  id: z.ZodOptional<z.ZodString>;
575
568
  message: z.ZodOptional<z.ZodString>;
576
569
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
577
- 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"]>;
570
+ 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", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
578
571
  readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
579
572
  metadata: z.ZodOptional<z.ZodAny>;
580
573
  platformId: z.ZodOptional<z.ZodString>;
@@ -630,7 +623,7 @@ export declare const whatsappContract: {
630
623
  editedAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
631
624
  label: z.ZodOptional<z.ZodString>;
632
625
  }, "strip", z.ZodTypeAny, {
633
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
626
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
634
627
  direction: "incoming" | "outgoing" | "system";
635
628
  id?: string | undefined;
636
629
  message?: string | undefined;
@@ -665,7 +658,7 @@ export declare const whatsappContract: {
665
658
  editedAt?: string | Date | null | undefined;
666
659
  label?: string | undefined;
667
660
  }, {
668
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
661
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
669
662
  direction: "incoming" | "outgoing" | "system";
670
663
  id?: string | undefined;
671
664
  message?: string | undefined;
@@ -702,7 +695,7 @@ export declare const whatsappContract: {
702
695
  }>;
703
696
  }, "strip", z.ZodTypeAny, {
704
697
  message: {
705
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
698
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
706
699
  direction: "incoming" | "outgoing" | "system";
707
700
  id?: string | undefined;
708
701
  message?: string | undefined;
@@ -772,7 +765,6 @@ export declare const whatsappContract: {
772
765
  lineRichMenuId?: string | null | undefined;
773
766
  messengerIntegrationType?: "own" | "business" | undefined;
774
767
  facebookFeedIntegrationType?: "own" | "business" | undefined;
775
- isCSATEnabled?: boolean | undefined;
776
768
  };
777
769
  status: boolean;
778
770
  brandName: string;
@@ -833,7 +825,7 @@ export declare const whatsappContract: {
833
825
  isBot: boolean | null;
834
826
  }, {
835
827
  message: {
836
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
828
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
837
829
  direction: "incoming" | "outgoing" | "system";
838
830
  id?: string | undefined;
839
831
  message?: string | undefined;
@@ -903,7 +895,6 @@ export declare const whatsappContract: {
903
895
  lineRichMenuId?: string | null | undefined;
904
896
  messengerIntegrationType?: "own" | "business" | undefined;
905
897
  facebookFeedIntegrationType?: "own" | "business" | undefined;
906
- isCSATEnabled?: boolean | undefined;
907
898
  };
908
899
  status: boolean;
909
900
  brandName: string;
@@ -968,7 +959,7 @@ export declare const whatsappContract: {
968
959
  200: z.ZodObject<{
969
960
  requestId: z.ZodString;
970
961
  data: z.ZodObject<{
971
- 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"]>;
962
+ 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", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
972
963
  message: z.ZodString;
973
964
  id: z.ZodString;
974
965
  url: z.ZodString;
@@ -2485,7 +2476,6 @@ export declare const whatsappContract: {
2485
2476
  channelId: string;
2486
2477
  socialPlatformId: string;
2487
2478
  }>;
2488
- csatStatus: z.ZodNullable<z.ZodString>;
2489
2479
  actor: z.ZodObject<{
2490
2480
  id: z.ZodString;
2491
2481
  createdAt: z.ZodDate;
@@ -2964,7 +2954,6 @@ export declare const whatsappContract: {
2964
2954
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2965
2955
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
2966
2956
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
2967
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
2968
2957
  }, "strip", z.ZodTypeAny, {
2969
2958
  name: string;
2970
2959
  id: string;
@@ -2994,7 +2983,6 @@ export declare const whatsappContract: {
2994
2983
  lineRichMenuId?: string | null | undefined;
2995
2984
  messengerIntegrationType?: "own" | "business" | undefined;
2996
2985
  facebookFeedIntegrationType?: "own" | "business" | undefined;
2997
- isCSATEnabled?: boolean | undefined;
2998
2986
  }, {
2999
2987
  name: string;
3000
2988
  id: string;
@@ -3024,7 +3012,6 @@ export declare const whatsappContract: {
3024
3012
  lineRichMenuId?: string | null | undefined;
3025
3013
  messengerIntegrationType?: "own" | "business" | undefined;
3026
3014
  facebookFeedIntegrationType?: "own" | "business" | undefined;
3027
- isCSATEnabled?: boolean | undefined;
3028
3015
  }>;
3029
3016
  brandName: z.ZodString;
3030
3017
  platformId: z.ZodString;
@@ -3288,7 +3275,6 @@ export declare const whatsappContract: {
3288
3275
  lineRichMenuId?: string | null | undefined;
3289
3276
  messengerIntegrationType?: "own" | "business" | undefined;
3290
3277
  facebookFeedIntegrationType?: "own" | "business" | undefined;
3291
- isCSATEnabled?: boolean | undefined;
3292
3278
  };
3293
3279
  status: boolean;
3294
3280
  createdAt: Date;
@@ -3383,7 +3369,6 @@ export declare const whatsappContract: {
3383
3369
  lineRichMenuId?: string | null | undefined;
3384
3370
  messengerIntegrationType?: "own" | "business" | undefined;
3385
3371
  facebookFeedIntegrationType?: "own" | "business" | undefined;
3386
- isCSATEnabled?: boolean | undefined;
3387
3372
  };
3388
3373
  status: boolean;
3389
3374
  createdAt: Date;
@@ -4042,7 +4027,6 @@ export declare const whatsappContract: {
4042
4027
  lineRichMenuId?: string | null | undefined;
4043
4028
  messengerIntegrationType?: "own" | "business" | undefined;
4044
4029
  facebookFeedIntegrationType?: "own" | "business" | undefined;
4045
- isCSATEnabled?: boolean | undefined;
4046
4030
  };
4047
4031
  status: boolean;
4048
4032
  createdAt: Date;
@@ -4334,7 +4318,6 @@ export declare const whatsappContract: {
4334
4318
  closedAt: Date;
4335
4319
  lastMessageAt: Date | null;
4336
4320
  isBotRoom: boolean;
4337
- csatStatus: string | null;
4338
4321
  cxlog: {
4339
4322
  id: string;
4340
4323
  channel: string | null;
@@ -4471,7 +4454,6 @@ export declare const whatsappContract: {
4471
4454
  lineRichMenuId?: string | null | undefined;
4472
4455
  messengerIntegrationType?: "own" | "business" | undefined;
4473
4456
  facebookFeedIntegrationType?: "own" | "business" | undefined;
4474
- isCSATEnabled?: boolean | undefined;
4475
4457
  };
4476
4458
  status: boolean;
4477
4459
  createdAt: Date;
@@ -4763,7 +4745,6 @@ export declare const whatsappContract: {
4763
4745
  closedAt: Date;
4764
4746
  lastMessageAt: Date | null;
4765
4747
  isBotRoom: boolean;
4766
- csatStatus: string | null;
4767
4748
  cxlog: {
4768
4749
  id: string;
4769
4750
  channel: string | null;
@@ -4904,7 +4885,7 @@ export declare const whatsappContract: {
4904
4885
  deletedAt: z.ZodNullable<z.ZodDate>;
4905
4886
  message: z.ZodString;
4906
4887
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
4907
- 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"]>;
4888
+ 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", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
4908
4889
  readAt: z.ZodDate;
4909
4890
  metadata: z.ZodAny;
4910
4891
  platformId: z.ZodString;
@@ -5562,7 +5543,7 @@ export declare const whatsappContract: {
5562
5543
  };
5563
5544
  }>;
5564
5545
  }, "strip", z.ZodTypeAny, {
5565
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
5546
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
5566
5547
  message: string;
5567
5548
  id: string;
5568
5549
  url: string;
@@ -5724,7 +5705,7 @@ export declare const whatsappContract: {
5724
5705
  metadata?: any;
5725
5706
  template?: any;
5726
5707
  }, {
5727
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
5708
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
5728
5709
  message: string;
5729
5710
  id: string;
5730
5711
  url: string;
@@ -6098,7 +6079,7 @@ export declare const whatsappContract: {
6098
6079
  deletedAt: z.ZodNullable<z.ZodDate>;
6099
6080
  message: z.ZodString;
6100
6081
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
6101
- 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"]>;
6082
+ 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", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
6102
6083
  readAt: z.ZodDate;
6103
6084
  metadata: z.ZodAny;
6104
6085
  platformId: z.ZodString;
@@ -7172,7 +7153,6 @@ export declare const whatsappContract: {
7172
7153
  channelId: string;
7173
7154
  socialPlatformId: string;
7174
7155
  }>;
7175
- csatStatus: z.ZodNullable<z.ZodString>;
7176
7156
  actor: z.ZodObject<{
7177
7157
  id: z.ZodString;
7178
7158
  createdAt: z.ZodDate;
@@ -7651,7 +7631,6 @@ export declare const whatsappContract: {
7651
7631
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
7652
7632
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
7653
7633
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
7654
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
7655
7634
  }, "strip", z.ZodTypeAny, {
7656
7635
  name: string;
7657
7636
  id: string;
@@ -7681,7 +7660,6 @@ export declare const whatsappContract: {
7681
7660
  lineRichMenuId?: string | null | undefined;
7682
7661
  messengerIntegrationType?: "own" | "business" | undefined;
7683
7662
  facebookFeedIntegrationType?: "own" | "business" | undefined;
7684
- isCSATEnabled?: boolean | undefined;
7685
7663
  }, {
7686
7664
  name: string;
7687
7665
  id: string;
@@ -7711,7 +7689,6 @@ export declare const whatsappContract: {
7711
7689
  lineRichMenuId?: string | null | undefined;
7712
7690
  messengerIntegrationType?: "own" | "business" | undefined;
7713
7691
  facebookFeedIntegrationType?: "own" | "business" | undefined;
7714
- isCSATEnabled?: boolean | undefined;
7715
7692
  }>;
7716
7693
  brandName: z.ZodString;
7717
7694
  platformId: z.ZodString;
@@ -7975,7 +7952,6 @@ export declare const whatsappContract: {
7975
7952
  lineRichMenuId?: string | null | undefined;
7976
7953
  messengerIntegrationType?: "own" | "business" | undefined;
7977
7954
  facebookFeedIntegrationType?: "own" | "business" | undefined;
7978
- isCSATEnabled?: boolean | undefined;
7979
7955
  };
7980
7956
  status: boolean;
7981
7957
  createdAt: Date;
@@ -8070,7 +8046,6 @@ export declare const whatsappContract: {
8070
8046
  lineRichMenuId?: string | null | undefined;
8071
8047
  messengerIntegrationType?: "own" | "business" | undefined;
8072
8048
  facebookFeedIntegrationType?: "own" | "business" | undefined;
8073
- isCSATEnabled?: boolean | undefined;
8074
8049
  };
8075
8050
  status: boolean;
8076
8051
  createdAt: Date;
@@ -8729,7 +8704,6 @@ export declare const whatsappContract: {
8729
8704
  lineRichMenuId?: string | null | undefined;
8730
8705
  messengerIntegrationType?: "own" | "business" | undefined;
8731
8706
  facebookFeedIntegrationType?: "own" | "business" | undefined;
8732
- isCSATEnabled?: boolean | undefined;
8733
8707
  };
8734
8708
  status: boolean;
8735
8709
  createdAt: Date;
@@ -9021,7 +8995,6 @@ export declare const whatsappContract: {
9021
8995
  closedAt: Date;
9022
8996
  lastMessageAt: Date | null;
9023
8997
  isBotRoom: boolean;
9024
- csatStatus: string | null;
9025
8998
  cxlog: {
9026
8999
  id: string;
9027
9000
  channel: string | null;
@@ -9158,7 +9131,6 @@ export declare const whatsappContract: {
9158
9131
  lineRichMenuId?: string | null | undefined;
9159
9132
  messengerIntegrationType?: "own" | "business" | undefined;
9160
9133
  facebookFeedIntegrationType?: "own" | "business" | undefined;
9161
- isCSATEnabled?: boolean | undefined;
9162
9134
  };
9163
9135
  status: boolean;
9164
9136
  createdAt: Date;
@@ -9450,7 +9422,6 @@ export declare const whatsappContract: {
9450
9422
  closedAt: Date;
9451
9423
  lastMessageAt: Date | null;
9452
9424
  isBotRoom: boolean;
9453
- csatStatus: string | null;
9454
9425
  cxlog: {
9455
9426
  id: string;
9456
9427
  channel: string | null;
@@ -9594,7 +9565,7 @@ export declare const whatsappContract: {
9594
9565
  deletedAt: z.ZodNullable<z.ZodDate>;
9595
9566
  message: z.ZodString;
9596
9567
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
9597
- 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"]>;
9568
+ 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", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
9598
9569
  readAt: z.ZodDate;
9599
9570
  metadata: z.ZodAny;
9600
9571
  platformId: z.ZodString;
@@ -10252,7 +10223,7 @@ export declare const whatsappContract: {
10252
10223
  };
10253
10224
  }>;
10254
10225
  }, "strip", z.ZodTypeAny, {
10255
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
10226
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
10256
10227
  message: string;
10257
10228
  id: string;
10258
10229
  url: string;
@@ -10414,7 +10385,7 @@ export declare const whatsappContract: {
10414
10385
  metadata?: any;
10415
10386
  template?: any;
10416
10387
  }, {
10417
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
10388
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
10418
10389
  message: string;
10419
10390
  id: string;
10420
10391
  url: string;
@@ -11216,7 +11187,7 @@ export declare const whatsappContract: {
11216
11187
  editedMessageid: z.ZodString;
11217
11188
  label: z.ZodOptional<z.ZodString>;
11218
11189
  }, "strip", z.ZodTypeAny, {
11219
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
11190
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
11220
11191
  message: string;
11221
11192
  id: string;
11222
11193
  url: string;
@@ -11360,7 +11331,6 @@ export declare const whatsappContract: {
11360
11331
  lineRichMenuId?: string | null | undefined;
11361
11332
  messengerIntegrationType?: "own" | "business" | undefined;
11362
11333
  facebookFeedIntegrationType?: "own" | "business" | undefined;
11363
- isCSATEnabled?: boolean | undefined;
11364
11334
  };
11365
11335
  status: boolean;
11366
11336
  createdAt: Date;
@@ -11652,7 +11622,6 @@ export declare const whatsappContract: {
11652
11622
  closedAt: Date;
11653
11623
  lastMessageAt: Date | null;
11654
11624
  isBotRoom: boolean;
11655
- csatStatus: string | null;
11656
11625
  cxlog: {
11657
11626
  id: string;
11658
11627
  channel: string | null;
@@ -11771,7 +11740,7 @@ export declare const whatsappContract: {
11771
11740
  previewUrl: string;
11772
11741
  imageSetId: string;
11773
11742
  repliedMessage: {
11774
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
11743
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
11775
11744
  message: string;
11776
11745
  id: string;
11777
11746
  url: string;
@@ -11982,7 +11951,7 @@ export declare const whatsappContract: {
11982
11951
  template?: any;
11983
11952
  label?: string | undefined;
11984
11953
  }, {
11985
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
11954
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
11986
11955
  message: string;
11987
11956
  id: string;
11988
11957
  url: string;
@@ -12126,7 +12095,6 @@ export declare const whatsappContract: {
12126
12095
  lineRichMenuId?: string | null | undefined;
12127
12096
  messengerIntegrationType?: "own" | "business" | undefined;
12128
12097
  facebookFeedIntegrationType?: "own" | "business" | undefined;
12129
- isCSATEnabled?: boolean | undefined;
12130
12098
  };
12131
12099
  status: boolean;
12132
12100
  createdAt: Date;
@@ -12418,7 +12386,6 @@ export declare const whatsappContract: {
12418
12386
  closedAt: Date;
12419
12387
  lastMessageAt: Date | null;
12420
12388
  isBotRoom: boolean;
12421
- csatStatus: string | null;
12422
12389
  cxlog: {
12423
12390
  id: string;
12424
12391
  channel: string | null;
@@ -12537,7 +12504,7 @@ export declare const whatsappContract: {
12537
12504
  previewUrl: string;
12538
12505
  imageSetId: string;
12539
12506
  repliedMessage: {
12540
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
12507
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
12541
12508
  message: string;
12542
12509
  id: string;
12543
12510
  url: string;
@@ -12749,7 +12716,7 @@ export declare const whatsappContract: {
12749
12716
  label?: string | undefined;
12750
12717
  }>>>;
12751
12718
  }, "strip", z.ZodTypeAny, {
12752
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
12719
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
12753
12720
  message: string;
12754
12721
  id: string;
12755
12722
  url: string;
@@ -12893,7 +12860,6 @@ export declare const whatsappContract: {
12893
12860
  lineRichMenuId?: string | null | undefined;
12894
12861
  messengerIntegrationType?: "own" | "business" | undefined;
12895
12862
  facebookFeedIntegrationType?: "own" | "business" | undefined;
12896
- isCSATEnabled?: boolean | undefined;
12897
12863
  };
12898
12864
  status: boolean;
12899
12865
  createdAt: Date;
@@ -13185,7 +13151,6 @@ export declare const whatsappContract: {
13185
13151
  closedAt: Date;
13186
13152
  lastMessageAt: Date | null;
13187
13153
  isBotRoom: boolean;
13188
- csatStatus: string | null;
13189
13154
  cxlog: {
13190
13155
  id: string;
13191
13156
  channel: string | null;
@@ -13304,7 +13269,7 @@ export declare const whatsappContract: {
13304
13269
  previewUrl: string;
13305
13270
  imageSetId: string;
13306
13271
  repliedMessage: {
13307
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
13272
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
13308
13273
  message: string;
13309
13274
  id: string;
13310
13275
  url: string;
@@ -13515,7 +13480,7 @@ export declare const whatsappContract: {
13515
13480
  template?: any;
13516
13481
  metadata?: any;
13517
13482
  fromMessage?: {
13518
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
13483
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
13519
13484
  message: string;
13520
13485
  id: string;
13521
13486
  url: string;
@@ -13659,7 +13624,6 @@ export declare const whatsappContract: {
13659
13624
  lineRichMenuId?: string | null | undefined;
13660
13625
  messengerIntegrationType?: "own" | "business" | undefined;
13661
13626
  facebookFeedIntegrationType?: "own" | "business" | undefined;
13662
- isCSATEnabled?: boolean | undefined;
13663
13627
  };
13664
13628
  status: boolean;
13665
13629
  createdAt: Date;
@@ -13951,7 +13915,6 @@ export declare const whatsappContract: {
13951
13915
  closedAt: Date;
13952
13916
  lastMessageAt: Date | null;
13953
13917
  isBotRoom: boolean;
13954
- csatStatus: string | null;
13955
13918
  cxlog: {
13956
13919
  id: string;
13957
13920
  channel: string | null;
@@ -14070,7 +14033,7 @@ export declare const whatsappContract: {
14070
14033
  previewUrl: string;
14071
14034
  imageSetId: string;
14072
14035
  repliedMessage: {
14073
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
14036
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
14074
14037
  message: string;
14075
14038
  id: string;
14076
14039
  url: string;
@@ -14282,7 +14245,7 @@ export declare const whatsappContract: {
14282
14245
  label?: string | undefined;
14283
14246
  } | null | undefined;
14284
14247
  }, {
14285
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
14248
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
14286
14249
  message: string;
14287
14250
  id: string;
14288
14251
  url: string;
@@ -14426,7 +14389,6 @@ export declare const whatsappContract: {
14426
14389
  lineRichMenuId?: string | null | undefined;
14427
14390
  messengerIntegrationType?: "own" | "business" | undefined;
14428
14391
  facebookFeedIntegrationType?: "own" | "business" | undefined;
14429
- isCSATEnabled?: boolean | undefined;
14430
14392
  };
14431
14393
  status: boolean;
14432
14394
  createdAt: Date;
@@ -14718,7 +14680,6 @@ export declare const whatsappContract: {
14718
14680
  closedAt: Date;
14719
14681
  lastMessageAt: Date | null;
14720
14682
  isBotRoom: boolean;
14721
- csatStatus: string | null;
14722
14683
  cxlog: {
14723
14684
  id: string;
14724
14685
  channel: string | null;
@@ -14837,7 +14798,7 @@ export declare const whatsappContract: {
14837
14798
  previewUrl: string;
14838
14799
  imageSetId: string;
14839
14800
  repliedMessage: {
14840
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
14801
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
14841
14802
  message: string;
14842
14803
  id: string;
14843
14804
  url: string;
@@ -15048,7 +15009,7 @@ export declare const whatsappContract: {
15048
15009
  template?: any;
15049
15010
  metadata?: any;
15050
15011
  fromMessage?: {
15051
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
15012
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
15052
15013
  message: string;
15053
15014
  id: string;
15054
15015
  url: string;
@@ -15192,7 +15153,6 @@ export declare const whatsappContract: {
15192
15153
  lineRichMenuId?: string | null | undefined;
15193
15154
  messengerIntegrationType?: "own" | "business" | undefined;
15194
15155
  facebookFeedIntegrationType?: "own" | "business" | undefined;
15195
- isCSATEnabled?: boolean | undefined;
15196
15156
  };
15197
15157
  status: boolean;
15198
15158
  createdAt: Date;
@@ -15484,7 +15444,6 @@ export declare const whatsappContract: {
15484
15444
  closedAt: Date;
15485
15445
  lastMessageAt: Date | null;
15486
15446
  isBotRoom: boolean;
15487
- csatStatus: string | null;
15488
15447
  cxlog: {
15489
15448
  id: string;
15490
15449
  channel: string | null;
@@ -15603,7 +15562,7 @@ export declare const whatsappContract: {
15603
15562
  previewUrl: string;
15604
15563
  imageSetId: string;
15605
15564
  repliedMessage: {
15606
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
15565
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
15607
15566
  message: string;
15608
15567
  id: string;
15609
15568
  url: string;
@@ -15817,7 +15776,7 @@ export declare const whatsappContract: {
15817
15776
  }>;
15818
15777
  }, "strip", z.ZodTypeAny, {
15819
15778
  data: {
15820
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
15779
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
15821
15780
  message: string;
15822
15781
  id: string;
15823
15782
  url: string;
@@ -15961,7 +15920,6 @@ export declare const whatsappContract: {
15961
15920
  lineRichMenuId?: string | null | undefined;
15962
15921
  messengerIntegrationType?: "own" | "business" | undefined;
15963
15922
  facebookFeedIntegrationType?: "own" | "business" | undefined;
15964
- isCSATEnabled?: boolean | undefined;
15965
15923
  };
15966
15924
  status: boolean;
15967
15925
  createdAt: Date;
@@ -16253,7 +16211,6 @@ export declare const whatsappContract: {
16253
16211
  closedAt: Date;
16254
16212
  lastMessageAt: Date | null;
16255
16213
  isBotRoom: boolean;
16256
- csatStatus: string | null;
16257
16214
  cxlog: {
16258
16215
  id: string;
16259
16216
  channel: string | null;
@@ -16372,7 +16329,7 @@ export declare const whatsappContract: {
16372
16329
  previewUrl: string;
16373
16330
  imageSetId: string;
16374
16331
  repliedMessage: {
16375
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
16332
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
16376
16333
  message: string;
16377
16334
  id: string;
16378
16335
  url: string;
@@ -16583,7 +16540,7 @@ export declare const whatsappContract: {
16583
16540
  template?: any;
16584
16541
  metadata?: any;
16585
16542
  fromMessage?: {
16586
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
16543
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
16587
16544
  message: string;
16588
16545
  id: string;
16589
16546
  url: string;
@@ -16727,7 +16684,6 @@ export declare const whatsappContract: {
16727
16684
  lineRichMenuId?: string | null | undefined;
16728
16685
  messengerIntegrationType?: "own" | "business" | undefined;
16729
16686
  facebookFeedIntegrationType?: "own" | "business" | undefined;
16730
- isCSATEnabled?: boolean | undefined;
16731
16687
  };
16732
16688
  status: boolean;
16733
16689
  createdAt: Date;
@@ -17019,7 +16975,6 @@ export declare const whatsappContract: {
17019
16975
  closedAt: Date;
17020
16976
  lastMessageAt: Date | null;
17021
16977
  isBotRoom: boolean;
17022
- csatStatus: string | null;
17023
16978
  cxlog: {
17024
16979
  id: string;
17025
16980
  channel: string | null;
@@ -17138,7 +17093,7 @@ export declare const whatsappContract: {
17138
17093
  previewUrl: string;
17139
17094
  imageSetId: string;
17140
17095
  repliedMessage: {
17141
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
17096
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
17142
17097
  message: string;
17143
17098
  id: string;
17144
17099
  url: string;
@@ -17353,7 +17308,7 @@ export declare const whatsappContract: {
17353
17308
  requestId: string;
17354
17309
  }, {
17355
17310
  data: {
17356
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
17311
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
17357
17312
  message: string;
17358
17313
  id: string;
17359
17314
  url: string;
@@ -17497,7 +17452,6 @@ export declare const whatsappContract: {
17497
17452
  lineRichMenuId?: string | null | undefined;
17498
17453
  messengerIntegrationType?: "own" | "business" | undefined;
17499
17454
  facebookFeedIntegrationType?: "own" | "business" | undefined;
17500
- isCSATEnabled?: boolean | undefined;
17501
17455
  };
17502
17456
  status: boolean;
17503
17457
  createdAt: Date;
@@ -17789,7 +17743,6 @@ export declare const whatsappContract: {
17789
17743
  closedAt: Date;
17790
17744
  lastMessageAt: Date | null;
17791
17745
  isBotRoom: boolean;
17792
- csatStatus: string | null;
17793
17746
  cxlog: {
17794
17747
  id: string;
17795
17748
  channel: string | null;
@@ -17908,7 +17861,7 @@ export declare const whatsappContract: {
17908
17861
  previewUrl: string;
17909
17862
  imageSetId: string;
17910
17863
  repliedMessage: {
17911
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
17864
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
17912
17865
  message: string;
17913
17866
  id: string;
17914
17867
  url: string;
@@ -18119,7 +18072,7 @@ export declare const whatsappContract: {
18119
18072
  template?: any;
18120
18073
  metadata?: any;
18121
18074
  fromMessage?: {
18122
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
18075
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
18123
18076
  message: string;
18124
18077
  id: string;
18125
18078
  url: string;
@@ -18263,7 +18216,6 @@ export declare const whatsappContract: {
18263
18216
  lineRichMenuId?: string | null | undefined;
18264
18217
  messengerIntegrationType?: "own" | "business" | undefined;
18265
18218
  facebookFeedIntegrationType?: "own" | "business" | undefined;
18266
- isCSATEnabled?: boolean | undefined;
18267
18219
  };
18268
18220
  status: boolean;
18269
18221
  createdAt: Date;
@@ -18555,7 +18507,6 @@ export declare const whatsappContract: {
18555
18507
  closedAt: Date;
18556
18508
  lastMessageAt: Date | null;
18557
18509
  isBotRoom: boolean;
18558
- csatStatus: string | null;
18559
18510
  cxlog: {
18560
18511
  id: string;
18561
18512
  channel: string | null;
@@ -18674,7 +18625,7 @@ export declare const whatsappContract: {
18674
18625
  previewUrl: string;
18675
18626
  imageSetId: string;
18676
18627
  repliedMessage: {
18677
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
18628
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
18678
18629
  message: string;
18679
18630
  id: string;
18680
18631
  url: string;
@@ -18979,7 +18930,6 @@ export declare const whatsappContract: {
18979
18930
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
18980
18931
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
18981
18932
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
18982
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
18983
18933
  }, "strip", z.ZodTypeAny, {
18984
18934
  name: string;
18985
18935
  id: string;
@@ -19009,7 +18959,6 @@ export declare const whatsappContract: {
19009
18959
  lineRichMenuId?: string | null | undefined;
19010
18960
  messengerIntegrationType?: "own" | "business" | undefined;
19011
18961
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19012
- isCSATEnabled?: boolean | undefined;
19013
18962
  }, {
19014
18963
  name: string;
19015
18964
  id: string;
@@ -19039,7 +18988,6 @@ export declare const whatsappContract: {
19039
18988
  lineRichMenuId?: string | null | undefined;
19040
18989
  messengerIntegrationType?: "own" | "business" | undefined;
19041
18990
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19042
- isCSATEnabled?: boolean | undefined;
19043
18991
  }>>;
19044
18992
  platformId: z.ZodOptional<z.ZodString>;
19045
18993
  brandName: z.ZodOptional<z.ZodString>;
@@ -19099,7 +19047,6 @@ export declare const whatsappContract: {
19099
19047
  lineRichMenuId?: string | null | undefined;
19100
19048
  messengerIntegrationType?: "own" | "business" | undefined;
19101
19049
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19102
- isCSATEnabled?: boolean | undefined;
19103
19050
  } | undefined;
19104
19051
  platformId?: string | undefined;
19105
19052
  brandName?: string | undefined;
@@ -19147,7 +19094,6 @@ export declare const whatsappContract: {
19147
19094
  lineRichMenuId?: string | null | undefined;
19148
19095
  messengerIntegrationType?: "own" | "business" | undefined;
19149
19096
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19150
- isCSATEnabled?: boolean | undefined;
19151
19097
  } | undefined;
19152
19098
  platformId?: string | undefined;
19153
19099
  brandName?: string | undefined;
@@ -19234,7 +19180,6 @@ export declare const whatsappContract: {
19234
19180
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
19235
19181
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
19236
19182
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
19237
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
19238
19183
  }, "strip", z.ZodTypeAny, {
19239
19184
  name: string;
19240
19185
  id: string;
@@ -19264,7 +19209,6 @@ export declare const whatsappContract: {
19264
19209
  lineRichMenuId?: string | null | undefined;
19265
19210
  messengerIntegrationType?: "own" | "business" | undefined;
19266
19211
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19267
- isCSATEnabled?: boolean | undefined;
19268
19212
  }, {
19269
19213
  name: string;
19270
19214
  id: string;
@@ -19294,7 +19238,6 @@ export declare const whatsappContract: {
19294
19238
  lineRichMenuId?: string | null | undefined;
19295
19239
  messengerIntegrationType?: "own" | "business" | undefined;
19296
19240
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19297
- isCSATEnabled?: boolean | undefined;
19298
19241
  }>;
19299
19242
  platformId: z.ZodString;
19300
19243
  brandName: z.ZodString;
@@ -19354,7 +19297,6 @@ export declare const whatsappContract: {
19354
19297
  lineRichMenuId?: string | null | undefined;
19355
19298
  messengerIntegrationType?: "own" | "business" | undefined;
19356
19299
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19357
- isCSATEnabled?: boolean | undefined;
19358
19300
  };
19359
19301
  status: boolean;
19360
19302
  brandName: string;
@@ -19402,7 +19344,6 @@ export declare const whatsappContract: {
19402
19344
  lineRichMenuId?: string | null | undefined;
19403
19345
  messengerIntegrationType?: "own" | "business" | undefined;
19404
19346
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19405
- isCSATEnabled?: boolean | undefined;
19406
19347
  };
19407
19348
  status: boolean;
19408
19349
  brandName: string;
@@ -19452,7 +19393,6 @@ export declare const whatsappContract: {
19452
19393
  lineRichMenuId?: string | null | undefined;
19453
19394
  messengerIntegrationType?: "own" | "business" | undefined;
19454
19395
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19455
- isCSATEnabled?: boolean | undefined;
19456
19396
  };
19457
19397
  status: boolean;
19458
19398
  brandName: string;
@@ -19503,7 +19443,6 @@ export declare const whatsappContract: {
19503
19443
  lineRichMenuId?: string | null | undefined;
19504
19444
  messengerIntegrationType?: "own" | "business" | undefined;
19505
19445
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19506
- isCSATEnabled?: boolean | undefined;
19507
19446
  };
19508
19447
  status: boolean;
19509
19448
  brandName: string;
@@ -19612,7 +19551,6 @@ export declare const whatsappContract: {
19612
19551
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
19613
19552
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
19614
19553
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
19615
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
19616
19554
  }, "strip", z.ZodTypeAny, {
19617
19555
  name: string;
19618
19556
  id: string;
@@ -19642,7 +19580,6 @@ export declare const whatsappContract: {
19642
19580
  lineRichMenuId?: string | null | undefined;
19643
19581
  messengerIntegrationType?: "own" | "business" | undefined;
19644
19582
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19645
- isCSATEnabled?: boolean | undefined;
19646
19583
  }, {
19647
19584
  name: string;
19648
19585
  id: string;
@@ -19672,7 +19609,6 @@ export declare const whatsappContract: {
19672
19609
  lineRichMenuId?: string | null | undefined;
19673
19610
  messengerIntegrationType?: "own" | "business" | undefined;
19674
19611
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19675
- isCSATEnabled?: boolean | undefined;
19676
19612
  }>>;
19677
19613
  platformId: z.ZodOptional<z.ZodString>;
19678
19614
  brandName: z.ZodOptional<z.ZodString>;
@@ -19732,7 +19668,6 @@ export declare const whatsappContract: {
19732
19668
  lineRichMenuId?: string | null | undefined;
19733
19669
  messengerIntegrationType?: "own" | "business" | undefined;
19734
19670
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19735
- isCSATEnabled?: boolean | undefined;
19736
19671
  } | undefined;
19737
19672
  platformId?: string | undefined;
19738
19673
  brandName?: string | undefined;
@@ -19780,7 +19715,6 @@ export declare const whatsappContract: {
19780
19715
  lineRichMenuId?: string | null | undefined;
19781
19716
  messengerIntegrationType?: "own" | "business" | undefined;
19782
19717
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19783
- isCSATEnabled?: boolean | undefined;
19784
19718
  } | undefined;
19785
19719
  platformId?: string | undefined;
19786
19720
  brandName?: string | undefined;
@@ -19867,7 +19801,6 @@ export declare const whatsappContract: {
19867
19801
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
19868
19802
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
19869
19803
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
19870
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
19871
19804
  }, "strip", z.ZodTypeAny, {
19872
19805
  name: string;
19873
19806
  id: string;
@@ -19897,7 +19830,6 @@ export declare const whatsappContract: {
19897
19830
  lineRichMenuId?: string | null | undefined;
19898
19831
  messengerIntegrationType?: "own" | "business" | undefined;
19899
19832
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19900
- isCSATEnabled?: boolean | undefined;
19901
19833
  }, {
19902
19834
  name: string;
19903
19835
  id: string;
@@ -19927,7 +19859,6 @@ export declare const whatsappContract: {
19927
19859
  lineRichMenuId?: string | null | undefined;
19928
19860
  messengerIntegrationType?: "own" | "business" | undefined;
19929
19861
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19930
- isCSATEnabled?: boolean | undefined;
19931
19862
  }>;
19932
19863
  platformId: z.ZodString;
19933
19864
  brandName: z.ZodString;
@@ -19987,7 +19918,6 @@ export declare const whatsappContract: {
19987
19918
  lineRichMenuId?: string | null | undefined;
19988
19919
  messengerIntegrationType?: "own" | "business" | undefined;
19989
19920
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19990
- isCSATEnabled?: boolean | undefined;
19991
19921
  };
19992
19922
  status: boolean;
19993
19923
  brandName: string;
@@ -20035,7 +19965,6 @@ export declare const whatsappContract: {
20035
19965
  lineRichMenuId?: string | null | undefined;
20036
19966
  messengerIntegrationType?: "own" | "business" | undefined;
20037
19967
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20038
- isCSATEnabled?: boolean | undefined;
20039
19968
  };
20040
19969
  status: boolean;
20041
19970
  brandName: string;
@@ -20085,7 +20014,6 @@ export declare const whatsappContract: {
20085
20014
  lineRichMenuId?: string | null | undefined;
20086
20015
  messengerIntegrationType?: "own" | "business" | undefined;
20087
20016
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20088
- isCSATEnabled?: boolean | undefined;
20089
20017
  };
20090
20018
  status: boolean;
20091
20019
  brandName: string;
@@ -20136,7 +20064,6 @@ export declare const whatsappContract: {
20136
20064
  lineRichMenuId?: string | null | undefined;
20137
20065
  messengerIntegrationType?: "own" | "business" | undefined;
20138
20066
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20139
- isCSATEnabled?: boolean | undefined;
20140
20067
  };
20141
20068
  status: boolean;
20142
20069
  brandName: string;
@@ -20257,7 +20184,6 @@ export declare const whatsappContract: {
20257
20184
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
20258
20185
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
20259
20186
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
20260
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
20261
20187
  }, "strip", z.ZodTypeAny, {
20262
20188
  name: string;
20263
20189
  id: string;
@@ -20287,7 +20213,6 @@ export declare const whatsappContract: {
20287
20213
  lineRichMenuId?: string | null | undefined;
20288
20214
  messengerIntegrationType?: "own" | "business" | undefined;
20289
20215
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20290
- isCSATEnabled?: boolean | undefined;
20291
20216
  }, {
20292
20217
  name: string;
20293
20218
  id: string;
@@ -20317,7 +20242,6 @@ export declare const whatsappContract: {
20317
20242
  lineRichMenuId?: string | null | undefined;
20318
20243
  messengerIntegrationType?: "own" | "business" | undefined;
20319
20244
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20320
- isCSATEnabled?: boolean | undefined;
20321
20245
  }>;
20322
20246
  platformId: z.ZodString;
20323
20247
  brandName: z.ZodString;
@@ -20377,7 +20301,6 @@ export declare const whatsappContract: {
20377
20301
  lineRichMenuId?: string | null | undefined;
20378
20302
  messengerIntegrationType?: "own" | "business" | undefined;
20379
20303
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20380
- isCSATEnabled?: boolean | undefined;
20381
20304
  };
20382
20305
  status: boolean;
20383
20306
  brandName: string;
@@ -20425,7 +20348,6 @@ export declare const whatsappContract: {
20425
20348
  lineRichMenuId?: string | null | undefined;
20426
20349
  messengerIntegrationType?: "own" | "business" | undefined;
20427
20350
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20428
- isCSATEnabled?: boolean | undefined;
20429
20351
  };
20430
20352
  status: boolean;
20431
20353
  brandName: string;
@@ -20475,7 +20397,6 @@ export declare const whatsappContract: {
20475
20397
  lineRichMenuId?: string | null | undefined;
20476
20398
  messengerIntegrationType?: "own" | "business" | undefined;
20477
20399
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20478
- isCSATEnabled?: boolean | undefined;
20479
20400
  };
20480
20401
  status: boolean;
20481
20402
  brandName: string;
@@ -20526,7 +20447,6 @@ export declare const whatsappContract: {
20526
20447
  lineRichMenuId?: string | null | undefined;
20527
20448
  messengerIntegrationType?: "own" | "business" | undefined;
20528
20449
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20529
- isCSATEnabled?: boolean | undefined;
20530
20450
  };
20531
20451
  status: boolean;
20532
20452
  brandName: string;
@@ -20647,7 +20567,6 @@ export declare const whatsappContract: {
20647
20567
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
20648
20568
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
20649
20569
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
20650
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
20651
20570
  }, "strip", z.ZodTypeAny, {
20652
20571
  name: string;
20653
20572
  id: string;
@@ -20677,7 +20596,6 @@ export declare const whatsappContract: {
20677
20596
  lineRichMenuId?: string | null | undefined;
20678
20597
  messengerIntegrationType?: "own" | "business" | undefined;
20679
20598
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20680
- isCSATEnabled?: boolean | undefined;
20681
20599
  }, {
20682
20600
  name: string;
20683
20601
  id: string;
@@ -20707,7 +20625,6 @@ export declare const whatsappContract: {
20707
20625
  lineRichMenuId?: string | null | undefined;
20708
20626
  messengerIntegrationType?: "own" | "business" | undefined;
20709
20627
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20710
- isCSATEnabled?: boolean | undefined;
20711
20628
  }>;
20712
20629
  platformId: z.ZodString;
20713
20630
  brandName: z.ZodString;
@@ -20767,7 +20684,6 @@ export declare const whatsappContract: {
20767
20684
  lineRichMenuId?: string | null | undefined;
20768
20685
  messengerIntegrationType?: "own" | "business" | undefined;
20769
20686
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20770
- isCSATEnabled?: boolean | undefined;
20771
20687
  };
20772
20688
  status: boolean;
20773
20689
  brandName: string;
@@ -20815,7 +20731,6 @@ export declare const whatsappContract: {
20815
20731
  lineRichMenuId?: string | null | undefined;
20816
20732
  messengerIntegrationType?: "own" | "business" | undefined;
20817
20733
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20818
- isCSATEnabled?: boolean | undefined;
20819
20734
  };
20820
20735
  status: boolean;
20821
20736
  brandName: string;
@@ -20865,7 +20780,6 @@ export declare const whatsappContract: {
20865
20780
  lineRichMenuId?: string | null | undefined;
20866
20781
  messengerIntegrationType?: "own" | "business" | undefined;
20867
20782
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20868
- isCSATEnabled?: boolean | undefined;
20869
20783
  };
20870
20784
  status: boolean;
20871
20785
  brandName: string;
@@ -20916,7 +20830,6 @@ export declare const whatsappContract: {
20916
20830
  lineRichMenuId?: string | null | undefined;
20917
20831
  messengerIntegrationType?: "own" | "business" | undefined;
20918
20832
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20919
- isCSATEnabled?: boolean | undefined;
20920
20833
  };
20921
20834
  status: boolean;
20922
20835
  brandName: string;
@@ -21080,16 +20993,16 @@ export declare const whatsappContract: {
21080
20993
  error?: any;
21081
20994
  }>;
21082
20995
  };
21083
- path: "/mobile";
20996
+ path: "/waapi";
21084
20997
  };
21085
20998
  getWaapiQr: {
21086
20999
  method: "GET";
21087
21000
  query: z.ZodObject<{
21088
- instanceId: z.ZodString;
21001
+ channelId: z.ZodString;
21089
21002
  }, "strip", z.ZodTypeAny, {
21090
- instanceId: string;
21003
+ channelId: string;
21091
21004
  }, {
21092
- instanceId: string;
21005
+ channelId: string;
21093
21006
  }>;
21094
21007
  responses: {
21095
21008
  200: z.ZodObject<{
@@ -21138,48 +21051,7 @@ export declare const whatsappContract: {
21138
21051
  error?: any;
21139
21052
  }>;
21140
21053
  };
21141
- path: "/mobile/qr";
21142
- };
21143
- deleteWaapi: {
21144
- body: z.ZodOptional<z.ZodAny>;
21145
- method: "DELETE";
21146
- pathParams: z.ZodObject<{
21147
- instanceId: z.ZodString;
21148
- }, "strip", z.ZodTypeAny, {
21149
- instanceId: string;
21150
- }, {
21151
- instanceId: string;
21152
- }>;
21153
- responses: {
21154
- 200: z.ZodObject<{
21155
- requestId: z.ZodString;
21156
- }, "strip", z.ZodTypeAny, {
21157
- requestId: string;
21158
- }, {
21159
- requestId: string;
21160
- }>;
21161
- 500: z.ZodObject<{
21162
- message: z.ZodString;
21163
- error: z.ZodAny;
21164
- }, "strip", z.ZodTypeAny, {
21165
- message: string;
21166
- error?: any;
21167
- }, {
21168
- message: string;
21169
- error?: any;
21170
- }>;
21171
- 400: z.ZodObject<{
21172
- message: z.ZodString;
21173
- error: z.ZodAny;
21174
- }, "strip", z.ZodTypeAny, {
21175
- message: string;
21176
- error?: any;
21177
- }, {
21178
- message: string;
21179
- error?: any;
21180
- }>;
21181
- };
21182
- path: "/mobile/:instanceId";
21054
+ path: "/waapi/qr";
21183
21055
  };
21184
21056
  sendSeenToWaapi: {
21185
21057
  body: z.ZodObject<{
@@ -21235,7 +21107,7 @@ export declare const whatsappContract: {
21235
21107
  error?: any;
21236
21108
  }>;
21237
21109
  };
21238
- path: "/mobile/send-seen";
21110
+ path: "/waapi/send-seen";
21239
21111
  };
21240
21112
  };
21241
21113
  //# sourceMappingURL=index.d.ts.map