@kl1/contracts 1.3.20 → 1.3.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (124) hide show
  1. package/dist/api-contracts/src/activity-log/index.d.ts +1 -1
  2. package/dist/api-contracts/src/attribute/index.d.ts +7 -7
  3. package/dist/api-contracts/src/auth/index.d.ts +1 -1
  4. package/dist/api-contracts/src/automation-queue/index.d.ts +10 -7
  5. package/dist/api-contracts/src/automation-queue/index.d.ts.map +1 -1
  6. package/dist/api-contracts/src/aws/index.d.ts +2 -2
  7. package/dist/api-contracts/src/botpress/index.d.ts +2 -2
  8. package/dist/api-contracts/src/business-calendar/index.d.ts +4 -4
  9. package/dist/api-contracts/src/business-calendar/index.d.ts.map +1 -1
  10. package/dist/api-contracts/src/category/index.d.ts +7 -7
  11. package/dist/api-contracts/src/channel/index.d.ts +4754 -3019
  12. package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
  13. package/dist/api-contracts/src/channel/schema.d.ts +36 -0
  14. package/dist/api-contracts/src/channel/schema.d.ts.map +1 -1
  15. package/dist/api-contracts/src/channel/validation.d.ts +23 -0
  16. package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
  17. package/dist/api-contracts/src/chat/index.d.ts +2580 -2212
  18. package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
  19. package/dist/api-contracts/src/chat/schema.d.ts +679 -603
  20. package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
  21. package/dist/api-contracts/src/chat/validation.d.ts +500 -389
  22. package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
  23. package/dist/api-contracts/src/comment/index.d.ts +364 -364
  24. package/dist/api-contracts/src/comment/schema.d.ts +88 -88
  25. package/dist/api-contracts/src/contract.d.ts +40933 -35541
  26. package/dist/api-contracts/src/contract.d.ts.map +1 -1
  27. package/dist/api-contracts/src/cx-log/index.d.ts +76 -65
  28. package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
  29. package/dist/api-contracts/src/cx-log/schema.d.ts +90 -81
  30. package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
  31. package/dist/api-contracts/src/dashboard/index.d.ts +935 -49
  32. package/dist/api-contracts/src/dashboard/index.d.ts.map +1 -1
  33. package/dist/api-contracts/src/dashboard/schema.d.ts +164 -9
  34. package/dist/api-contracts/src/dashboard/schema.d.ts.map +1 -1
  35. package/dist/api-contracts/src/dashboard/validation.d.ts +30 -1
  36. package/dist/api-contracts/src/dashboard/validation.d.ts.map +1 -1
  37. package/dist/api-contracts/src/evaluate-form/index.d.ts +1 -1
  38. package/dist/api-contracts/src/export/index.d.ts +2 -0
  39. package/dist/api-contracts/src/export/index.d.ts.map +1 -1
  40. package/dist/api-contracts/src/export/validation.d.ts +3 -0
  41. package/dist/api-contracts/src/export/validation.d.ts.map +1 -0
  42. package/dist/api-contracts/src/extension/index.d.ts +7 -7
  43. package/dist/api-contracts/src/facebook-feed/index.d.ts +395 -273
  44. package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
  45. package/dist/api-contracts/src/facebook-feed/schema.d.ts +10 -3
  46. package/dist/api-contracts/src/facebook-feed/schema.d.ts.map +1 -1
  47. package/dist/api-contracts/src/facebook-feed/validation.d.ts +5 -0
  48. package/dist/api-contracts/src/facebook-feed/validation.d.ts.map +1 -1
  49. package/dist/api-contracts/src/general-setting/index.d.ts +2 -2
  50. package/dist/api-contracts/src/hold-label/index.d.ts +10 -10
  51. package/dist/api-contracts/src/index.d.ts +2 -0
  52. package/dist/api-contracts/src/index.d.ts.map +1 -1
  53. package/dist/api-contracts/src/instagram/index.d.ts +360 -261
  54. package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
  55. package/dist/api-contracts/src/line/index.d.ts +359 -268
  56. package/dist/api-contracts/src/line/index.d.ts.map +1 -1
  57. package/dist/api-contracts/src/line/validation.d.ts +16 -7
  58. package/dist/api-contracts/src/line/validation.d.ts.map +1 -1
  59. package/dist/api-contracts/src/mail/email-engine-webhooks-events.contract.d.ts +1 -1
  60. package/dist/api-contracts/src/mail/email-engine-webhooks-events.contract.d.ts.map +1 -1
  61. package/dist/api-contracts/src/mail/mail-contract.d.ts +240 -240
  62. package/dist/api-contracts/src/mail/room-contract.d.ts +240 -240
  63. package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts +80 -80
  64. package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +60 -60
  65. package/dist/api-contracts/src/messenger/index.d.ts +360 -261
  66. package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
  67. package/dist/api-contracts/src/messenger/validation.d.ts +5 -0
  68. package/dist/api-contracts/src/messenger/validation.d.ts.map +1 -1
  69. package/dist/api-contracts/src/notification/index.d.ts +4 -4
  70. package/dist/api-contracts/src/permission/index.d.ts +1 -1
  71. package/dist/api-contracts/src/presence-status/index.d.ts +127 -55
  72. package/dist/api-contracts/src/presence-status/index.d.ts.map +1 -1
  73. package/dist/api-contracts/src/presence-status/schema.d.ts +16 -10
  74. package/dist/api-contracts/src/presence-status/schema.d.ts.map +1 -1
  75. package/dist/api-contracts/src/presence-status/validation.d.ts +30 -12
  76. package/dist/api-contracts/src/presence-status/validation.d.ts.map +1 -1
  77. package/dist/api-contracts/src/role/index.d.ts +5 -5
  78. package/dist/api-contracts/src/sms/index.d.ts +44 -7
  79. package/dist/api-contracts/src/sms/index.d.ts.map +1 -1
  80. package/dist/api-contracts/src/snippet/index.d.ts +8 -8
  81. package/dist/api-contracts/src/subscription/index.d.ts +5 -5
  82. package/dist/api-contracts/src/tag/index.d.ts +4 -4
  83. package/dist/api-contracts/src/telegram/index.d.ts +338 -261
  84. package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
  85. package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +62 -441
  86. package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts.map +1 -1
  87. package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +25 -13
  88. package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts.map +1 -1
  89. package/dist/api-contracts/src/telephony-agent-presence-status/validation.d.ts +0 -3
  90. package/dist/api-contracts/src/telephony-agent-presence-status/validation.d.ts.map +1 -1
  91. package/dist/api-contracts/src/telephony-cdr/index.d.ts +14 -14
  92. package/dist/api-contracts/src/telephony-extension/index.d.ts +1 -1
  93. package/dist/api-contracts/src/ticket/index.d.ts +672 -672
  94. package/dist/api-contracts/src/ticket/schema.d.ts +44 -44
  95. package/dist/api-contracts/src/ticket/validation.d.ts +20 -20
  96. package/dist/api-contracts/src/upload/index.d.ts +2 -2
  97. package/dist/api-contracts/src/user/index.d.ts +7 -7
  98. package/dist/api-contracts/src/user-presence-status-log/index.d.ts +42 -18
  99. package/dist/api-contracts/src/user-presence-status-log/index.d.ts.map +1 -1
  100. package/dist/api-contracts/src/user-presence-status-log/schema.d.ts +50 -20
  101. package/dist/api-contracts/src/user-presence-status-log/schema.d.ts.map +1 -1
  102. package/dist/api-contracts/src/viber/index.d.ts +338 -261
  103. package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
  104. package/dist/api-contracts/src/webchat/index.d.ts +338 -261
  105. package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
  106. package/dist/api-contracts/src/whatsapp/index.d.ts +348 -261
  107. package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
  108. package/dist/api-contracts/src/widget/index.d.ts +350 -48
  109. package/dist/api-contracts/src/widget/index.d.ts.map +1 -1
  110. package/dist/api-contracts/src/widget/schema.d.ts +46 -4
  111. package/dist/api-contracts/src/widget/schema.d.ts.map +1 -1
  112. package/dist/api-contracts/src/widget/validation.d.ts +66 -12
  113. package/dist/api-contracts/src/widget/validation.d.ts.map +1 -1
  114. package/dist/api-contracts/src/workflow-rule/index.d.ts +323 -277
  115. package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
  116. package/dist/api-contracts/src/wrap-up-form/index.d.ts +187 -187
  117. package/dist/api-contracts/src/wrap-up-form/schema.d.ts +20 -20
  118. package/dist/entities/src/enums/chat.d.ts +12 -0
  119. package/dist/entities/src/enums/chat.d.ts.map +1 -1
  120. package/dist/index.js +866 -464
  121. package/dist/index.js.map +1 -1
  122. package/dist/index.mjs +864 -464
  123. package/dist/index.mjs.map +1 -1
  124. package/package.json +1 -1
@@ -14,7 +14,7 @@ export declare const whatsappContract: {
14
14
  lastMessage: z.ZodOptional<z.ZodString>;
15
15
  handleTime: z.ZodOptional<z.ZodNumber>;
16
16
  isLatest: z.ZodBoolean;
17
- direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
17
+ direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
18
18
  metadata: z.ZodOptional<z.ZodAny>;
19
19
  createdAt: z.ZodString;
20
20
  updatedAt: z.ZodString;
@@ -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;
@@ -566,8 +573,8 @@ export declare const whatsappContract: {
566
573
  message: z.ZodObject<{
567
574
  id: z.ZodOptional<z.ZodString>;
568
575
  message: z.ZodOptional<z.ZodString>;
569
- 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", "referral", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
576
+ direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
577
+ type: z.ZodUnion<[z.ZodLiteral<string>, z.ZodLiteral<string>, ...z.ZodLiteral<string>[]]>;
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" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
633
+ type: string;
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" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
668
+ type: string;
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" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
705
+ type: string;
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" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
836
+ type: string;
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,11 +968,11 @@ 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", "referral", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
971
+ type: z.ZodUnion<[z.ZodLiteral<string>, z.ZodLiteral<string>, ...z.ZodLiteral<string>[]]>;
963
972
  message: z.ZodString;
964
973
  id: z.ZodString;
965
974
  url: z.ZodString;
966
- direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
975
+ direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
967
976
  label: z.ZodOptional<z.ZodString>;
968
977
  template: z.ZodAny;
969
978
  metadata: z.ZodAny;
@@ -1428,7 +1437,7 @@ export declare const whatsappContract: {
1428
1437
  firstResponseTime: z.ZodNumber;
1429
1438
  isLatest: z.ZodBoolean;
1430
1439
  isBotRoom: z.ZodBoolean;
1431
- direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
1440
+ direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
1432
1441
  platformContact: z.ZodObject<{
1433
1442
  id: z.ZodString;
1434
1443
  createdAt: z.ZodDate;
@@ -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;
@@ -3621,6 +3636,16 @@ export declare const whatsappContract: {
3621
3636
  createdAt: Date;
3622
3637
  updatedAt: Date;
3623
3638
  deletedAt: Date | null;
3639
+ tags: {
3640
+ name: string;
3641
+ id: string;
3642
+ createdAt: Date;
3643
+ updatedAt: Date;
3644
+ deletedAt: Date | null;
3645
+ }[];
3646
+ callFrom: string | null;
3647
+ callTo: string | null;
3648
+ note: string | null;
3624
3649
  categories: {
3625
3650
  id: string;
3626
3651
  value: string;
@@ -3643,16 +3668,6 @@ export declare const whatsappContract: {
3643
3668
  }[];
3644
3669
  }[];
3645
3670
  }[];
3646
- tags: {
3647
- name: string;
3648
- id: string;
3649
- createdAt: Date;
3650
- updatedAt: Date;
3651
- deletedAt: Date | null;
3652
- }[];
3653
- callFrom: string | null;
3654
- callTo: string | null;
3655
- note: string | null;
3656
3671
  customFields?: {
3657
3672
  id: string;
3658
3673
  createdAt: Date;
@@ -3672,6 +3687,16 @@ export declare const whatsappContract: {
3672
3687
  createdAt: Date;
3673
3688
  updatedAt: Date;
3674
3689
  deletedAt: Date | null;
3690
+ tags: {
3691
+ name: string;
3692
+ id: string;
3693
+ createdAt: Date;
3694
+ updatedAt: Date;
3695
+ deletedAt: Date | null;
3696
+ }[];
3697
+ callFrom: string | null;
3698
+ callTo: string | null;
3699
+ note: string | null;
3675
3700
  categories: {
3676
3701
  id: string;
3677
3702
  value: string;
@@ -3694,16 +3719,6 @@ export declare const whatsappContract: {
3694
3719
  }[];
3695
3720
  }[];
3696
3721
  }[];
3697
- tags: {
3698
- name: string;
3699
- id: string;
3700
- createdAt: Date;
3701
- updatedAt: Date;
3702
- deletedAt: Date | null;
3703
- }[];
3704
- callFrom: string | null;
3705
- callTo: string | null;
3706
- note: string | null;
3707
3722
  customFields?: {
3708
3723
  id: string;
3709
3724
  createdAt: Date;
@@ -3812,6 +3827,16 @@ export declare const whatsappContract: {
3812
3827
  createdAt: Date;
3813
3828
  updatedAt: Date;
3814
3829
  deletedAt: Date | null;
3830
+ tags: {
3831
+ name: string;
3832
+ id: string;
3833
+ createdAt: Date;
3834
+ updatedAt: Date;
3835
+ deletedAt: Date | null;
3836
+ }[];
3837
+ callFrom: string | null;
3838
+ callTo: string | null;
3839
+ note: string | null;
3815
3840
  categories: {
3816
3841
  id: string;
3817
3842
  value: string;
@@ -3834,16 +3859,6 @@ export declare const whatsappContract: {
3834
3859
  }[];
3835
3860
  }[];
3836
3861
  }[];
3837
- tags: {
3838
- name: string;
3839
- id: string;
3840
- createdAt: Date;
3841
- updatedAt: Date;
3842
- deletedAt: Date | null;
3843
- }[];
3844
- callFrom: string | null;
3845
- callTo: string | null;
3846
- note: string | null;
3847
3862
  customFields?: {
3848
3863
  id: string;
3849
3864
  createdAt: Date;
@@ -3902,6 +3917,16 @@ export declare const whatsappContract: {
3902
3917
  createdAt: Date;
3903
3918
  updatedAt: Date;
3904
3919
  deletedAt: Date | null;
3920
+ tags: {
3921
+ name: string;
3922
+ id: string;
3923
+ createdAt: Date;
3924
+ updatedAt: Date;
3925
+ deletedAt: Date | null;
3926
+ }[];
3927
+ callFrom: string | null;
3928
+ callTo: string | null;
3929
+ note: string | null;
3905
3930
  categories: {
3906
3931
  id: string;
3907
3932
  value: string;
@@ -3924,16 +3949,6 @@ export declare const whatsappContract: {
3924
3949
  }[];
3925
3950
  }[];
3926
3951
  }[];
3927
- tags: {
3928
- name: string;
3929
- id: string;
3930
- createdAt: Date;
3931
- updatedAt: Date;
3932
- deletedAt: Date | null;
3933
- }[];
3934
- callFrom: string | null;
3935
- callTo: string | null;
3936
- note: string | null;
3937
3952
  customFields?: {
3938
3953
  id: string;
3939
3954
  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;
@@ -4345,6 +4362,16 @@ export declare const whatsappContract: {
4345
4362
  createdAt: Date;
4346
4363
  updatedAt: Date;
4347
4364
  deletedAt: Date | null;
4365
+ tags: {
4366
+ name: string;
4367
+ id: string;
4368
+ createdAt: Date;
4369
+ updatedAt: Date;
4370
+ deletedAt: Date | null;
4371
+ }[];
4372
+ callFrom: string | null;
4373
+ callTo: string | null;
4374
+ note: string | null;
4348
4375
  categories: {
4349
4376
  id: string;
4350
4377
  value: string;
@@ -4367,16 +4394,6 @@ export declare const whatsappContract: {
4367
4394
  }[];
4368
4395
  }[];
4369
4396
  }[];
4370
- tags: {
4371
- name: string;
4372
- id: string;
4373
- createdAt: Date;
4374
- updatedAt: Date;
4375
- deletedAt: Date | null;
4376
- }[];
4377
- callFrom: string | null;
4378
- callTo: string | null;
4379
- note: string | null;
4380
4397
  customFields?: {
4381
4398
  id: string;
4382
4399
  createdAt: Date;
@@ -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;
@@ -4772,6 +4791,16 @@ export declare const whatsappContract: {
4772
4791
  createdAt: Date;
4773
4792
  updatedAt: Date;
4774
4793
  deletedAt: Date | null;
4794
+ tags: {
4795
+ name: string;
4796
+ id: string;
4797
+ createdAt: Date;
4798
+ updatedAt: Date;
4799
+ deletedAt: Date | null;
4800
+ }[];
4801
+ callFrom: string | null;
4802
+ callTo: string | null;
4803
+ note: string | null;
4775
4804
  categories: {
4776
4805
  id: string;
4777
4806
  value: string;
@@ -4794,16 +4823,6 @@ export declare const whatsappContract: {
4794
4823
  }[];
4795
4824
  }[];
4796
4825
  }[];
4797
- tags: {
4798
- name: string;
4799
- id: string;
4800
- createdAt: Date;
4801
- updatedAt: Date;
4802
- deletedAt: Date | null;
4803
- }[];
4804
- callFrom: string | null;
4805
- callTo: string | null;
4806
- note: string | null;
4807
4826
  customFields?: {
4808
4827
  id: string;
4809
4828
  createdAt: Date;
@@ -4884,8 +4903,8 @@ export declare const whatsappContract: {
4884
4903
  updatedAt: z.ZodDate;
4885
4904
  deletedAt: z.ZodNullable<z.ZodDate>;
4886
4905
  message: z.ZodString;
4887
- 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", "referral", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
4906
+ direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
4907
+ type: z.ZodUnion<[z.ZodLiteral<string>, z.ZodLiteral<string>, ...z.ZodLiteral<string>[]]>;
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" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
5565
+ type: string;
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" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
5727
+ type: string;
5709
5728
  message: string;
5710
5729
  id: string;
5711
5730
  url: string;
@@ -6078,8 +6097,8 @@ export declare const whatsappContract: {
6078
6097
  updatedAt: z.ZodDate;
6079
6098
  deletedAt: z.ZodNullable<z.ZodDate>;
6080
6099
  message: z.ZodString;
6081
- 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", "referral", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
6100
+ direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
6101
+ type: z.ZodUnion<[z.ZodLiteral<string>, z.ZodLiteral<string>, ...z.ZodLiteral<string>[]]>;
6083
6102
  readAt: z.ZodDate;
6084
6103
  metadata: z.ZodAny;
6085
6104
  platformId: z.ZodString;
@@ -6105,7 +6124,7 @@ export declare const whatsappContract: {
6105
6124
  firstResponseTime: z.ZodNumber;
6106
6125
  isLatest: z.ZodBoolean;
6107
6126
  isBotRoom: z.ZodBoolean;
6108
- direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
6127
+ direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
6109
6128
  platformContact: z.ZodObject<{
6110
6129
  id: z.ZodString;
6111
6130
  createdAt: z.ZodDate;
@@ -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;
@@ -8298,6 +8323,16 @@ export declare const whatsappContract: {
8298
8323
  createdAt: Date;
8299
8324
  updatedAt: Date;
8300
8325
  deletedAt: Date | null;
8326
+ tags: {
8327
+ name: string;
8328
+ id: string;
8329
+ createdAt: Date;
8330
+ updatedAt: Date;
8331
+ deletedAt: Date | null;
8332
+ }[];
8333
+ callFrom: string | null;
8334
+ callTo: string | null;
8335
+ note: string | null;
8301
8336
  categories: {
8302
8337
  id: string;
8303
8338
  value: string;
@@ -8320,16 +8355,6 @@ export declare const whatsappContract: {
8320
8355
  }[];
8321
8356
  }[];
8322
8357
  }[];
8323
- tags: {
8324
- name: string;
8325
- id: string;
8326
- createdAt: Date;
8327
- updatedAt: Date;
8328
- deletedAt: Date | null;
8329
- }[];
8330
- callFrom: string | null;
8331
- callTo: string | null;
8332
- note: string | null;
8333
8358
  customFields?: {
8334
8359
  id: string;
8335
8360
  createdAt: Date;
@@ -8349,6 +8374,16 @@ export declare const whatsappContract: {
8349
8374
  createdAt: Date;
8350
8375
  updatedAt: Date;
8351
8376
  deletedAt: Date | null;
8377
+ tags: {
8378
+ name: string;
8379
+ id: string;
8380
+ createdAt: Date;
8381
+ updatedAt: Date;
8382
+ deletedAt: Date | null;
8383
+ }[];
8384
+ callFrom: string | null;
8385
+ callTo: string | null;
8386
+ note: string | null;
8352
8387
  categories: {
8353
8388
  id: string;
8354
8389
  value: string;
@@ -8371,16 +8406,6 @@ export declare const whatsappContract: {
8371
8406
  }[];
8372
8407
  }[];
8373
8408
  }[];
8374
- tags: {
8375
- name: string;
8376
- id: string;
8377
- createdAt: Date;
8378
- updatedAt: Date;
8379
- deletedAt: Date | null;
8380
- }[];
8381
- callFrom: string | null;
8382
- callTo: string | null;
8383
- note: string | null;
8384
8409
  customFields?: {
8385
8410
  id: string;
8386
8411
  createdAt: Date;
@@ -8489,6 +8514,16 @@ export declare const whatsappContract: {
8489
8514
  createdAt: Date;
8490
8515
  updatedAt: Date;
8491
8516
  deletedAt: Date | null;
8517
+ tags: {
8518
+ name: string;
8519
+ id: string;
8520
+ createdAt: Date;
8521
+ updatedAt: Date;
8522
+ deletedAt: Date | null;
8523
+ }[];
8524
+ callFrom: string | null;
8525
+ callTo: string | null;
8526
+ note: string | null;
8492
8527
  categories: {
8493
8528
  id: string;
8494
8529
  value: string;
@@ -8511,16 +8546,6 @@ export declare const whatsappContract: {
8511
8546
  }[];
8512
8547
  }[];
8513
8548
  }[];
8514
- tags: {
8515
- name: string;
8516
- id: string;
8517
- createdAt: Date;
8518
- updatedAt: Date;
8519
- deletedAt: Date | null;
8520
- }[];
8521
- callFrom: string | null;
8522
- callTo: string | null;
8523
- note: string | null;
8524
8549
  customFields?: {
8525
8550
  id: string;
8526
8551
  createdAt: Date;
@@ -8579,6 +8604,16 @@ export declare const whatsappContract: {
8579
8604
  createdAt: Date;
8580
8605
  updatedAt: Date;
8581
8606
  deletedAt: Date | null;
8607
+ tags: {
8608
+ name: string;
8609
+ id: string;
8610
+ createdAt: Date;
8611
+ updatedAt: Date;
8612
+ deletedAt: Date | null;
8613
+ }[];
8614
+ callFrom: string | null;
8615
+ callTo: string | null;
8616
+ note: string | null;
8582
8617
  categories: {
8583
8618
  id: string;
8584
8619
  value: string;
@@ -8601,16 +8636,6 @@ export declare const whatsappContract: {
8601
8636
  }[];
8602
8637
  }[];
8603
8638
  }[];
8604
- tags: {
8605
- name: string;
8606
- id: string;
8607
- createdAt: Date;
8608
- updatedAt: Date;
8609
- deletedAt: Date | null;
8610
- }[];
8611
- callFrom: string | null;
8612
- callTo: string | null;
8613
- note: string | null;
8614
8639
  customFields?: {
8615
8640
  id: string;
8616
8641
  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;
@@ -9022,6 +9049,16 @@ export declare const whatsappContract: {
9022
9049
  createdAt: Date;
9023
9050
  updatedAt: Date;
9024
9051
  deletedAt: Date | null;
9052
+ tags: {
9053
+ name: string;
9054
+ id: string;
9055
+ createdAt: Date;
9056
+ updatedAt: Date;
9057
+ deletedAt: Date | null;
9058
+ }[];
9059
+ callFrom: string | null;
9060
+ callTo: string | null;
9061
+ note: string | null;
9025
9062
  categories: {
9026
9063
  id: string;
9027
9064
  value: string;
@@ -9044,16 +9081,6 @@ export declare const whatsappContract: {
9044
9081
  }[];
9045
9082
  }[];
9046
9083
  }[];
9047
- tags: {
9048
- name: string;
9049
- id: string;
9050
- createdAt: Date;
9051
- updatedAt: Date;
9052
- deletedAt: Date | null;
9053
- }[];
9054
- callFrom: string | null;
9055
- callTo: string | null;
9056
- note: string | null;
9057
9084
  customFields?: {
9058
9085
  id: string;
9059
9086
  createdAt: Date;
@@ -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;
@@ -9449,6 +9478,16 @@ export declare const whatsappContract: {
9449
9478
  createdAt: Date;
9450
9479
  updatedAt: Date;
9451
9480
  deletedAt: Date | null;
9481
+ tags: {
9482
+ name: string;
9483
+ id: string;
9484
+ createdAt: Date;
9485
+ updatedAt: Date;
9486
+ deletedAt: Date | null;
9487
+ }[];
9488
+ callFrom: string | null;
9489
+ callTo: string | null;
9490
+ note: string | null;
9452
9491
  categories: {
9453
9492
  id: string;
9454
9493
  value: string;
@@ -9471,16 +9510,6 @@ export declare const whatsappContract: {
9471
9510
  }[];
9472
9511
  }[];
9473
9512
  }[];
9474
- tags: {
9475
- name: string;
9476
- id: string;
9477
- createdAt: Date;
9478
- updatedAt: Date;
9479
- deletedAt: Date | null;
9480
- }[];
9481
- callFrom: string | null;
9482
- callTo: string | null;
9483
- note: string | null;
9484
9513
  customFields?: {
9485
9514
  id: string;
9486
9515
  createdAt: Date;
@@ -9564,8 +9593,8 @@ export declare const whatsappContract: {
9564
9593
  updatedAt: z.ZodDate;
9565
9594
  deletedAt: z.ZodNullable<z.ZodDate>;
9566
9595
  message: z.ZodString;
9567
- 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", "referral", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
9596
+ direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
9597
+ type: z.ZodUnion<[z.ZodLiteral<string>, z.ZodLiteral<string>, ...z.ZodLiteral<string>[]]>;
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" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
10255
+ type: string;
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" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
10417
+ type: string;
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" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
11219
+ type: string;
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;
@@ -11649,6 +11680,16 @@ export declare const whatsappContract: {
11649
11680
  createdAt: Date;
11650
11681
  updatedAt: Date;
11651
11682
  deletedAt: Date | null;
11683
+ tags: {
11684
+ name: string;
11685
+ id: string;
11686
+ createdAt: Date;
11687
+ updatedAt: Date;
11688
+ deletedAt: Date | null;
11689
+ }[];
11690
+ callFrom: string | null;
11691
+ callTo: string | null;
11692
+ note: string | null;
11652
11693
  categories: {
11653
11694
  id: string;
11654
11695
  value: string;
@@ -11671,16 +11712,6 @@ export declare const whatsappContract: {
11671
11712
  }[];
11672
11713
  }[];
11673
11714
  }[];
11674
- tags: {
11675
- name: string;
11676
- id: string;
11677
- createdAt: Date;
11678
- updatedAt: Date;
11679
- deletedAt: Date | null;
11680
- }[];
11681
- callFrom: string | null;
11682
- callTo: string | null;
11683
- note: string | null;
11684
11715
  customFields?: {
11685
11716
  id: string;
11686
11717
  createdAt: Date;
@@ -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" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
11774
+ type: string;
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" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
11985
+ type: string;
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;
@@ -12413,6 +12446,16 @@ export declare const whatsappContract: {
12413
12446
  createdAt: Date;
12414
12447
  updatedAt: Date;
12415
12448
  deletedAt: Date | null;
12449
+ tags: {
12450
+ name: string;
12451
+ id: string;
12452
+ createdAt: Date;
12453
+ updatedAt: Date;
12454
+ deletedAt: Date | null;
12455
+ }[];
12456
+ callFrom: string | null;
12457
+ callTo: string | null;
12458
+ note: string | null;
12416
12459
  categories: {
12417
12460
  id: string;
12418
12461
  value: string;
@@ -12435,16 +12478,6 @@ export declare const whatsappContract: {
12435
12478
  }[];
12436
12479
  }[];
12437
12480
  }[];
12438
- tags: {
12439
- name: string;
12440
- id: string;
12441
- createdAt: Date;
12442
- updatedAt: Date;
12443
- deletedAt: Date | null;
12444
- }[];
12445
- callFrom: string | null;
12446
- callTo: string | null;
12447
- note: string | null;
12448
12481
  customFields?: {
12449
12482
  id: string;
12450
12483
  createdAt: Date;
@@ -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" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
12540
+ type: string;
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" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
12752
+ type: string;
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;
@@ -13178,6 +13213,16 @@ export declare const whatsappContract: {
13178
13213
  createdAt: Date;
13179
13214
  updatedAt: Date;
13180
13215
  deletedAt: Date | null;
13216
+ tags: {
13217
+ name: string;
13218
+ id: string;
13219
+ createdAt: Date;
13220
+ updatedAt: Date;
13221
+ deletedAt: Date | null;
13222
+ }[];
13223
+ callFrom: string | null;
13224
+ callTo: string | null;
13225
+ note: string | null;
13181
13226
  categories: {
13182
13227
  id: string;
13183
13228
  value: string;
@@ -13200,16 +13245,6 @@ export declare const whatsappContract: {
13200
13245
  }[];
13201
13246
  }[];
13202
13247
  }[];
13203
- tags: {
13204
- name: string;
13205
- id: string;
13206
- createdAt: Date;
13207
- updatedAt: Date;
13208
- deletedAt: Date | null;
13209
- }[];
13210
- callFrom: string | null;
13211
- callTo: string | null;
13212
- note: string | null;
13213
13248
  customFields?: {
13214
13249
  id: string;
13215
13250
  createdAt: Date;
@@ -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" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
13307
+ type: string;
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" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
13518
+ type: string;
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;
@@ -13942,6 +13979,16 @@ export declare const whatsappContract: {
13942
13979
  createdAt: Date;
13943
13980
  updatedAt: Date;
13944
13981
  deletedAt: Date | null;
13982
+ tags: {
13983
+ name: string;
13984
+ id: string;
13985
+ createdAt: Date;
13986
+ updatedAt: Date;
13987
+ deletedAt: Date | null;
13988
+ }[];
13989
+ callFrom: string | null;
13990
+ callTo: string | null;
13991
+ note: string | null;
13945
13992
  categories: {
13946
13993
  id: string;
13947
13994
  value: string;
@@ -13964,16 +14011,6 @@ export declare const whatsappContract: {
13964
14011
  }[];
13965
14012
  }[];
13966
14013
  }[];
13967
- tags: {
13968
- name: string;
13969
- id: string;
13970
- createdAt: Date;
13971
- updatedAt: Date;
13972
- deletedAt: Date | null;
13973
- }[];
13974
- callFrom: string | null;
13975
- callTo: string | null;
13976
- note: string | null;
13977
14014
  customFields?: {
13978
14015
  id: string;
13979
14016
  createdAt: Date;
@@ -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" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
14073
+ type: string;
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" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
14285
+ type: string;
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;
@@ -14707,6 +14746,16 @@ export declare const whatsappContract: {
14707
14746
  createdAt: Date;
14708
14747
  updatedAt: Date;
14709
14748
  deletedAt: Date | null;
14749
+ tags: {
14750
+ name: string;
14751
+ id: string;
14752
+ createdAt: Date;
14753
+ updatedAt: Date;
14754
+ deletedAt: Date | null;
14755
+ }[];
14756
+ callFrom: string | null;
14757
+ callTo: string | null;
14758
+ note: string | null;
14710
14759
  categories: {
14711
14760
  id: string;
14712
14761
  value: string;
@@ -14729,16 +14778,6 @@ export declare const whatsappContract: {
14729
14778
  }[];
14730
14779
  }[];
14731
14780
  }[];
14732
- tags: {
14733
- name: string;
14734
- id: string;
14735
- createdAt: Date;
14736
- updatedAt: Date;
14737
- deletedAt: Date | null;
14738
- }[];
14739
- callFrom: string | null;
14740
- callTo: string | null;
14741
- note: string | null;
14742
14781
  customFields?: {
14743
14782
  id: string;
14744
14783
  createdAt: Date;
@@ -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" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
14840
+ type: string;
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" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
15051
+ type: string;
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;
@@ -15471,6 +15512,16 @@ export declare const whatsappContract: {
15471
15512
  createdAt: Date;
15472
15513
  updatedAt: Date;
15473
15514
  deletedAt: Date | null;
15515
+ tags: {
15516
+ name: string;
15517
+ id: string;
15518
+ createdAt: Date;
15519
+ updatedAt: Date;
15520
+ deletedAt: Date | null;
15521
+ }[];
15522
+ callFrom: string | null;
15523
+ callTo: string | null;
15524
+ note: string | null;
15474
15525
  categories: {
15475
15526
  id: string;
15476
15527
  value: string;
@@ -15493,16 +15544,6 @@ export declare const whatsappContract: {
15493
15544
  }[];
15494
15545
  }[];
15495
15546
  }[];
15496
- tags: {
15497
- name: string;
15498
- id: string;
15499
- createdAt: Date;
15500
- updatedAt: Date;
15501
- deletedAt: Date | null;
15502
- }[];
15503
- callFrom: string | null;
15504
- callTo: string | null;
15505
- note: string | null;
15506
15547
  customFields?: {
15507
15548
  id: string;
15508
15549
  createdAt: Date;
@@ -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" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
15606
+ type: string;
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" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
15820
+ type: string;
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;
@@ -16238,6 +16281,16 @@ export declare const whatsappContract: {
16238
16281
  createdAt: Date;
16239
16282
  updatedAt: Date;
16240
16283
  deletedAt: Date | null;
16284
+ tags: {
16285
+ name: string;
16286
+ id: string;
16287
+ createdAt: Date;
16288
+ updatedAt: Date;
16289
+ deletedAt: Date | null;
16290
+ }[];
16291
+ callFrom: string | null;
16292
+ callTo: string | null;
16293
+ note: string | null;
16241
16294
  categories: {
16242
16295
  id: string;
16243
16296
  value: string;
@@ -16260,16 +16313,6 @@ export declare const whatsappContract: {
16260
16313
  }[];
16261
16314
  }[];
16262
16315
  }[];
16263
- tags: {
16264
- name: string;
16265
- id: string;
16266
- createdAt: Date;
16267
- updatedAt: Date;
16268
- deletedAt: Date | null;
16269
- }[];
16270
- callFrom: string | null;
16271
- callTo: string | null;
16272
- note: string | null;
16273
16316
  customFields?: {
16274
16317
  id: string;
16275
16318
  createdAt: Date;
@@ -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" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
16375
+ type: string;
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" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
16586
+ type: string;
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;
@@ -17002,6 +17047,16 @@ export declare const whatsappContract: {
17002
17047
  createdAt: Date;
17003
17048
  updatedAt: Date;
17004
17049
  deletedAt: Date | null;
17050
+ tags: {
17051
+ name: string;
17052
+ id: string;
17053
+ createdAt: Date;
17054
+ updatedAt: Date;
17055
+ deletedAt: Date | null;
17056
+ }[];
17057
+ callFrom: string | null;
17058
+ callTo: string | null;
17059
+ note: string | null;
17005
17060
  categories: {
17006
17061
  id: string;
17007
17062
  value: string;
@@ -17024,16 +17079,6 @@ export declare const whatsappContract: {
17024
17079
  }[];
17025
17080
  }[];
17026
17081
  }[];
17027
- tags: {
17028
- name: string;
17029
- id: string;
17030
- createdAt: Date;
17031
- updatedAt: Date;
17032
- deletedAt: Date | null;
17033
- }[];
17034
- callFrom: string | null;
17035
- callTo: string | null;
17036
- note: string | null;
17037
17082
  customFields?: {
17038
17083
  id: string;
17039
17084
  createdAt: Date;
@@ -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" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
17141
+ type: string;
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" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
17356
+ type: string;
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;
@@ -17770,6 +17817,16 @@ export declare const whatsappContract: {
17770
17817
  createdAt: Date;
17771
17818
  updatedAt: Date;
17772
17819
  deletedAt: Date | null;
17820
+ tags: {
17821
+ name: string;
17822
+ id: string;
17823
+ createdAt: Date;
17824
+ updatedAt: Date;
17825
+ deletedAt: Date | null;
17826
+ }[];
17827
+ callFrom: string | null;
17828
+ callTo: string | null;
17829
+ note: string | null;
17773
17830
  categories: {
17774
17831
  id: string;
17775
17832
  value: string;
@@ -17792,16 +17849,6 @@ export declare const whatsappContract: {
17792
17849
  }[];
17793
17850
  }[];
17794
17851
  }[];
17795
- tags: {
17796
- name: string;
17797
- id: string;
17798
- createdAt: Date;
17799
- updatedAt: Date;
17800
- deletedAt: Date | null;
17801
- }[];
17802
- callFrom: string | null;
17803
- callTo: string | null;
17804
- note: string | null;
17805
17852
  customFields?: {
17806
17853
  id: string;
17807
17854
  createdAt: Date;
@@ -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" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
17911
+ type: string;
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" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
18122
+ type: string;
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;
@@ -18534,6 +18583,16 @@ export declare const whatsappContract: {
18534
18583
  createdAt: Date;
18535
18584
  updatedAt: Date;
18536
18585
  deletedAt: Date | null;
18586
+ tags: {
18587
+ name: string;
18588
+ id: string;
18589
+ createdAt: Date;
18590
+ updatedAt: Date;
18591
+ deletedAt: Date | null;
18592
+ }[];
18593
+ callFrom: string | null;
18594
+ callTo: string | null;
18595
+ note: string | null;
18537
18596
  categories: {
18538
18597
  id: string;
18539
18598
  value: string;
@@ -18556,16 +18615,6 @@ export declare const whatsappContract: {
18556
18615
  }[];
18557
18616
  }[];
18558
18617
  }[];
18559
- tags: {
18560
- name: string;
18561
- id: string;
18562
- createdAt: Date;
18563
- updatedAt: Date;
18564
- deletedAt: Date | null;
18565
- }[];
18566
- callFrom: string | null;
18567
- callTo: string | null;
18568
- note: string | null;
18569
18618
  customFields?: {
18570
18619
  id: string;
18571
18620
  createdAt: Date;
@@ -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" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
18677
+ type: string;
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;
@@ -20190,6 +20263,7 @@ export declare const whatsappContract: {
20190
20263
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
20191
20264
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
20192
20265
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
20266
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
20193
20267
  }, "strip", z.ZodTypeAny, {
20194
20268
  name: string;
20195
20269
  id: string;
@@ -20219,6 +20293,7 @@ export declare const whatsappContract: {
20219
20293
  lineRichMenuId?: string | null | undefined;
20220
20294
  messengerIntegrationType?: "own" | "business" | undefined;
20221
20295
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20296
+ isCSATEnabled?: boolean | undefined;
20222
20297
  }, {
20223
20298
  name: string;
20224
20299
  id: string;
@@ -20248,6 +20323,7 @@ export declare const whatsappContract: {
20248
20323
  lineRichMenuId?: string | null | undefined;
20249
20324
  messengerIntegrationType?: "own" | "business" | undefined;
20250
20325
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20326
+ isCSATEnabled?: boolean | undefined;
20251
20327
  }>;
20252
20328
  platformId: z.ZodString;
20253
20329
  brandName: z.ZodString;
@@ -20307,6 +20383,7 @@ export declare const whatsappContract: {
20307
20383
  lineRichMenuId?: string | null | undefined;
20308
20384
  messengerIntegrationType?: "own" | "business" | undefined;
20309
20385
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20386
+ isCSATEnabled?: boolean | undefined;
20310
20387
  };
20311
20388
  status: boolean;
20312
20389
  brandName: string;
@@ -20354,6 +20431,7 @@ export declare const whatsappContract: {
20354
20431
  lineRichMenuId?: string | null | undefined;
20355
20432
  messengerIntegrationType?: "own" | "business" | undefined;
20356
20433
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20434
+ isCSATEnabled?: boolean | undefined;
20357
20435
  };
20358
20436
  status: boolean;
20359
20437
  brandName: string;
@@ -20403,6 +20481,7 @@ export declare const whatsappContract: {
20403
20481
  lineRichMenuId?: string | null | undefined;
20404
20482
  messengerIntegrationType?: "own" | "business" | undefined;
20405
20483
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20484
+ isCSATEnabled?: boolean | undefined;
20406
20485
  };
20407
20486
  status: boolean;
20408
20487
  brandName: string;
@@ -20453,6 +20532,7 @@ export declare const whatsappContract: {
20453
20532
  lineRichMenuId?: string | null | undefined;
20454
20533
  messengerIntegrationType?: "own" | "business" | undefined;
20455
20534
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20535
+ isCSATEnabled?: boolean | undefined;
20456
20536
  };
20457
20537
  status: boolean;
20458
20538
  brandName: string;
@@ -20573,6 +20653,7 @@ export declare const whatsappContract: {
20573
20653
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
20574
20654
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
20575
20655
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
20656
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
20576
20657
  }, "strip", z.ZodTypeAny, {
20577
20658
  name: string;
20578
20659
  id: string;
@@ -20602,6 +20683,7 @@ export declare const whatsappContract: {
20602
20683
  lineRichMenuId?: string | null | undefined;
20603
20684
  messengerIntegrationType?: "own" | "business" | undefined;
20604
20685
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20686
+ isCSATEnabled?: boolean | undefined;
20605
20687
  }, {
20606
20688
  name: string;
20607
20689
  id: string;
@@ -20631,6 +20713,7 @@ export declare const whatsappContract: {
20631
20713
  lineRichMenuId?: string | null | undefined;
20632
20714
  messengerIntegrationType?: "own" | "business" | undefined;
20633
20715
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20716
+ isCSATEnabled?: boolean | undefined;
20634
20717
  }>;
20635
20718
  platformId: z.ZodString;
20636
20719
  brandName: z.ZodString;
@@ -20690,6 +20773,7 @@ export declare const whatsappContract: {
20690
20773
  lineRichMenuId?: string | null | undefined;
20691
20774
  messengerIntegrationType?: "own" | "business" | undefined;
20692
20775
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20776
+ isCSATEnabled?: boolean | undefined;
20693
20777
  };
20694
20778
  status: boolean;
20695
20779
  brandName: string;
@@ -20737,6 +20821,7 @@ export declare const whatsappContract: {
20737
20821
  lineRichMenuId?: string | null | undefined;
20738
20822
  messengerIntegrationType?: "own" | "business" | undefined;
20739
20823
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20824
+ isCSATEnabled?: boolean | undefined;
20740
20825
  };
20741
20826
  status: boolean;
20742
20827
  brandName: string;
@@ -20786,6 +20871,7 @@ export declare const whatsappContract: {
20786
20871
  lineRichMenuId?: string | null | undefined;
20787
20872
  messengerIntegrationType?: "own" | "business" | undefined;
20788
20873
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20874
+ isCSATEnabled?: boolean | undefined;
20789
20875
  };
20790
20876
  status: boolean;
20791
20877
  brandName: string;
@@ -20836,6 +20922,7 @@ export declare const whatsappContract: {
20836
20922
  lineRichMenuId?: string | null | undefined;
20837
20923
  messengerIntegrationType?: "own" | "business" | undefined;
20838
20924
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20925
+ isCSATEnabled?: boolean | undefined;
20839
20926
  };
20840
20927
  status: boolean;
20841
20928
  brandName: string;