@kl1/contracts 1.2.63-uat → 1.2.65-uat

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