@kl1/contracts 1.3.19 → 1.3.20

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 (120) 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 +7 -10
  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 +257 -1992
  12. package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
  13. package/dist/api-contracts/src/channel/schema.d.ts +0 -36
  14. package/dist/api-contracts/src/channel/schema.d.ts.map +1 -1
  15. package/dist/api-contracts/src/channel/validation.d.ts +0 -23
  16. package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
  17. package/dist/api-contracts/src/chat/index.d.ts +2212 -2580
  18. package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
  19. package/dist/api-contracts/src/chat/schema.d.ts +603 -679
  20. package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
  21. package/dist/api-contracts/src/chat/validation.d.ts +390 -501
  22. package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
  23. package/dist/api-contracts/src/comment/index.d.ts +359 -359
  24. package/dist/api-contracts/src/comment/schema.d.ts +88 -88
  25. package/dist/api-contracts/src/contract.d.ts +35405 -40773
  26. package/dist/api-contracts/src/contract.d.ts.map +1 -1
  27. package/dist/api-contracts/src/cx-log/index.d.ts +65 -76
  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 +81 -90
  30. package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
  31. package/dist/api-contracts/src/dashboard/index.d.ts +49 -911
  32. package/dist/api-contracts/src/dashboard/index.d.ts.map +1 -1
  33. package/dist/api-contracts/src/dashboard/schema.d.ts +9 -164
  34. package/dist/api-contracts/src/dashboard/schema.d.ts.map +1 -1
  35. package/dist/api-contracts/src/dashboard/validation.d.ts +1 -30
  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/extension/index.d.ts +7 -7
  39. package/dist/api-contracts/src/facebook-feed/index.d.ts +273 -395
  40. package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
  41. package/dist/api-contracts/src/facebook-feed/schema.d.ts +3 -10
  42. package/dist/api-contracts/src/facebook-feed/schema.d.ts.map +1 -1
  43. package/dist/api-contracts/src/facebook-feed/validation.d.ts +0 -5
  44. package/dist/api-contracts/src/facebook-feed/validation.d.ts.map +1 -1
  45. package/dist/api-contracts/src/general-setting/index.d.ts +2 -2
  46. package/dist/api-contracts/src/hold-label/index.d.ts +10 -10
  47. package/dist/api-contracts/src/index.d.ts +0 -1
  48. package/dist/api-contracts/src/index.d.ts.map +1 -1
  49. package/dist/api-contracts/src/instagram/index.d.ts +261 -360
  50. package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
  51. package/dist/api-contracts/src/line/index.d.ts +268 -359
  52. package/dist/api-contracts/src/line/index.d.ts.map +1 -1
  53. package/dist/api-contracts/src/line/validation.d.ts +7 -16
  54. package/dist/api-contracts/src/line/validation.d.ts.map +1 -1
  55. package/dist/api-contracts/src/mail/email-engine-webhooks-events.contract.d.ts +1 -1
  56. package/dist/api-contracts/src/mail/email-engine-webhooks-events.contract.d.ts.map +1 -1
  57. package/dist/api-contracts/src/mail/mail-contract.d.ts +240 -240
  58. package/dist/api-contracts/src/mail/room-contract.d.ts +240 -240
  59. package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts +80 -80
  60. package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +60 -60
  61. package/dist/api-contracts/src/messenger/index.d.ts +261 -360
  62. package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
  63. package/dist/api-contracts/src/messenger/validation.d.ts +0 -5
  64. package/dist/api-contracts/src/messenger/validation.d.ts.map +1 -1
  65. package/dist/api-contracts/src/notification/index.d.ts +4 -4
  66. package/dist/api-contracts/src/permission/index.d.ts +1 -1
  67. package/dist/api-contracts/src/presence-status/index.d.ts +55 -127
  68. package/dist/api-contracts/src/presence-status/index.d.ts.map +1 -1
  69. package/dist/api-contracts/src/presence-status/schema.d.ts +10 -16
  70. package/dist/api-contracts/src/presence-status/schema.d.ts.map +1 -1
  71. package/dist/api-contracts/src/presence-status/validation.d.ts +12 -30
  72. package/dist/api-contracts/src/presence-status/validation.d.ts.map +1 -1
  73. package/dist/api-contracts/src/role/index.d.ts +5 -5
  74. package/dist/api-contracts/src/sms/index.d.ts +7 -44
  75. package/dist/api-contracts/src/sms/index.d.ts.map +1 -1
  76. package/dist/api-contracts/src/snippet/index.d.ts +8 -8
  77. package/dist/api-contracts/src/subscription/index.d.ts +5 -5
  78. package/dist/api-contracts/src/tag/index.d.ts +4 -4
  79. package/dist/api-contracts/src/telegram/index.d.ts +261 -338
  80. package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
  81. package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +441 -62
  82. package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts.map +1 -1
  83. package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +13 -25
  84. package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts.map +1 -1
  85. package/dist/api-contracts/src/telephony-agent-presence-status/validation.d.ts +3 -0
  86. package/dist/api-contracts/src/telephony-agent-presence-status/validation.d.ts.map +1 -1
  87. package/dist/api-contracts/src/telephony-cdr/index.d.ts +14 -14
  88. package/dist/api-contracts/src/telephony-extension/index.d.ts +1 -1
  89. package/dist/api-contracts/src/ticket/index.d.ts +660 -660
  90. package/dist/api-contracts/src/ticket/schema.d.ts +44 -44
  91. package/dist/api-contracts/src/ticket/validation.d.ts +20 -20
  92. package/dist/api-contracts/src/upload/index.d.ts +2 -2
  93. package/dist/api-contracts/src/user/index.d.ts +7 -7
  94. package/dist/api-contracts/src/user-presence-status-log/index.d.ts +18 -42
  95. package/dist/api-contracts/src/user-presence-status-log/index.d.ts.map +1 -1
  96. package/dist/api-contracts/src/user-presence-status-log/schema.d.ts +20 -50
  97. package/dist/api-contracts/src/user-presence-status-log/schema.d.ts.map +1 -1
  98. package/dist/api-contracts/src/viber/index.d.ts +261 -338
  99. package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
  100. package/dist/api-contracts/src/webchat/index.d.ts +261 -338
  101. package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
  102. package/dist/api-contracts/src/whatsapp/index.d.ts +261 -348
  103. package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
  104. package/dist/api-contracts/src/widget/index.d.ts +48 -350
  105. package/dist/api-contracts/src/widget/index.d.ts.map +1 -1
  106. package/dist/api-contracts/src/widget/schema.d.ts +4 -46
  107. package/dist/api-contracts/src/widget/schema.d.ts.map +1 -1
  108. package/dist/api-contracts/src/widget/validation.d.ts +12 -66
  109. package/dist/api-contracts/src/widget/validation.d.ts.map +1 -1
  110. package/dist/api-contracts/src/workflow-rule/index.d.ts +277 -323
  111. package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
  112. package/dist/api-contracts/src/wrap-up-form/index.d.ts +187 -187
  113. package/dist/api-contracts/src/wrap-up-form/schema.d.ts +20 -20
  114. package/dist/entities/src/enums/chat.d.ts +0 -12
  115. package/dist/entities/src/enums/chat.d.ts.map +1 -1
  116. package/dist/index.js +1748 -2102
  117. package/dist/index.js.map +1 -1
  118. package/dist/index.mjs +1748 -2101
  119. package/dist/index.mjs.map +1 -1
  120. 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.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
17
+ direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
18
18
  metadata: z.ZodOptional<z.ZodAny>;
19
19
  createdAt: z.ZodString;
20
20
  updatedAt: z.ZodString;
@@ -199,7 +199,6 @@ export declare const whatsappContract: {
199
199
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
200
200
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
201
201
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
202
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
203
202
  }, "strip", z.ZodTypeAny, {
204
203
  name: string;
205
204
  id: string;
@@ -229,7 +228,6 @@ export declare const whatsappContract: {
229
228
  lineRichMenuId?: string | null | undefined;
230
229
  messengerIntegrationType?: "own" | "business" | undefined;
231
230
  facebookFeedIntegrationType?: "own" | "business" | undefined;
232
- isCSATEnabled?: boolean | undefined;
233
231
  }, {
234
232
  name: string;
235
233
  id: string;
@@ -259,7 +257,6 @@ export declare const whatsappContract: {
259
257
  lineRichMenuId?: string | null | undefined;
260
258
  messengerIntegrationType?: "own" | "business" | undefined;
261
259
  facebookFeedIntegrationType?: "own" | "business" | undefined;
262
- isCSATEnabled?: boolean | undefined;
263
260
  }>;
264
261
  platformId: z.ZodString;
265
262
  brandName: z.ZodString;
@@ -319,7 +316,6 @@ export declare const whatsappContract: {
319
316
  lineRichMenuId?: string | null | undefined;
320
317
  messengerIntegrationType?: "own" | "business" | undefined;
321
318
  facebookFeedIntegrationType?: "own" | "business" | undefined;
322
- isCSATEnabled?: boolean | undefined;
323
319
  };
324
320
  status: boolean;
325
321
  brandName: string;
@@ -367,7 +363,6 @@ export declare const whatsappContract: {
367
363
  lineRichMenuId?: string | null | undefined;
368
364
  messengerIntegrationType?: "own" | "business" | undefined;
369
365
  facebookFeedIntegrationType?: "own" | "business" | undefined;
370
- isCSATEnabled?: boolean | undefined;
371
366
  };
372
367
  status: boolean;
373
368
  brandName: string;
@@ -420,7 +415,6 @@ export declare const whatsappContract: {
420
415
  lineRichMenuId?: string | null | undefined;
421
416
  messengerIntegrationType?: "own" | "business" | undefined;
422
417
  facebookFeedIntegrationType?: "own" | "business" | undefined;
423
- isCSATEnabled?: boolean | undefined;
424
418
  };
425
419
  status: boolean;
426
420
  brandName: string;
@@ -512,7 +506,6 @@ export declare const whatsappContract: {
512
506
  lineRichMenuId?: string | null | undefined;
513
507
  messengerIntegrationType?: "own" | "business" | undefined;
514
508
  facebookFeedIntegrationType?: "own" | "business" | undefined;
515
- isCSATEnabled?: boolean | undefined;
516
509
  };
517
510
  status: boolean;
518
511
  brandName: string;
@@ -573,8 +566,8 @@ export declare const whatsappContract: {
573
566
  message: z.ZodObject<{
574
567
  id: z.ZodOptional<z.ZodString>;
575
568
  message: z.ZodOptional<z.ZodString>;
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>[]]>;
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"]>;
578
571
  readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
579
572
  metadata: z.ZodOptional<z.ZodAny>;
580
573
  platformId: z.ZodOptional<z.ZodString>;
@@ -630,7 +623,7 @@ export declare const whatsappContract: {
630
623
  editedAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
631
624
  label: z.ZodOptional<z.ZodString>;
632
625
  }, "strip", z.ZodTypeAny, {
633
- type: string;
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";
634
627
  direction: "incoming" | "outgoing" | "system";
635
628
  id?: string | undefined;
636
629
  message?: string | undefined;
@@ -665,7 +658,7 @@ export declare const whatsappContract: {
665
658
  editedAt?: string | Date | null | undefined;
666
659
  label?: string | undefined;
667
660
  }, {
668
- type: string;
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";
669
662
  direction: "incoming" | "outgoing" | "system";
670
663
  id?: string | undefined;
671
664
  message?: string | undefined;
@@ -702,7 +695,7 @@ export declare const whatsappContract: {
702
695
  }>;
703
696
  }, "strip", z.ZodTypeAny, {
704
697
  message: {
705
- type: string;
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";
706
699
  direction: "incoming" | "outgoing" | "system";
707
700
  id?: string | undefined;
708
701
  message?: string | undefined;
@@ -772,7 +765,6 @@ export declare const whatsappContract: {
772
765
  lineRichMenuId?: string | null | undefined;
773
766
  messengerIntegrationType?: "own" | "business" | undefined;
774
767
  facebookFeedIntegrationType?: "own" | "business" | undefined;
775
- isCSATEnabled?: boolean | undefined;
776
768
  };
777
769
  status: boolean;
778
770
  brandName: string;
@@ -833,7 +825,7 @@ export declare const whatsappContract: {
833
825
  isBot: boolean | null;
834
826
  }, {
835
827
  message: {
836
- type: string;
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";
837
829
  direction: "incoming" | "outgoing" | "system";
838
830
  id?: string | undefined;
839
831
  message?: string | undefined;
@@ -903,7 +895,6 @@ export declare const whatsappContract: {
903
895
  lineRichMenuId?: string | null | undefined;
904
896
  messengerIntegrationType?: "own" | "business" | undefined;
905
897
  facebookFeedIntegrationType?: "own" | "business" | undefined;
906
- isCSATEnabled?: boolean | undefined;
907
898
  };
908
899
  status: boolean;
909
900
  brandName: string;
@@ -968,11 +959,11 @@ export declare const whatsappContract: {
968
959
  200: z.ZodObject<{
969
960
  requestId: z.ZodString;
970
961
  data: z.ZodObject<{
971
- type: z.ZodUnion<[z.ZodLiteral<string>, z.ZodLiteral<string>, ...z.ZodLiteral<string>[]]>;
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"]>;
972
963
  message: z.ZodString;
973
964
  id: z.ZodString;
974
965
  url: z.ZodString;
975
- direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
966
+ direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
976
967
  label: z.ZodOptional<z.ZodString>;
977
968
  template: z.ZodAny;
978
969
  metadata: z.ZodAny;
@@ -1437,7 +1428,7 @@ export declare const whatsappContract: {
1437
1428
  firstResponseTime: z.ZodNumber;
1438
1429
  isLatest: z.ZodBoolean;
1439
1430
  isBotRoom: z.ZodBoolean;
1440
- direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
1431
+ direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
1441
1432
  platformContact: z.ZodObject<{
1442
1433
  id: z.ZodString;
1443
1434
  createdAt: z.ZodDate;
@@ -2485,7 +2476,6 @@ export declare const whatsappContract: {
2485
2476
  channelId: string;
2486
2477
  socialPlatformId: string;
2487
2478
  }>;
2488
- csatStatus: z.ZodNullable<z.ZodString>;
2489
2479
  actor: z.ZodObject<{
2490
2480
  id: z.ZodString;
2491
2481
  createdAt: z.ZodDate;
@@ -2964,7 +2954,6 @@ export declare const whatsappContract: {
2964
2954
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2965
2955
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
2966
2956
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
2967
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
2968
2957
  }, "strip", z.ZodTypeAny, {
2969
2958
  name: string;
2970
2959
  id: string;
@@ -2994,7 +2983,6 @@ export declare const whatsappContract: {
2994
2983
  lineRichMenuId?: string | null | undefined;
2995
2984
  messengerIntegrationType?: "own" | "business" | undefined;
2996
2985
  facebookFeedIntegrationType?: "own" | "business" | undefined;
2997
- isCSATEnabled?: boolean | undefined;
2998
2986
  }, {
2999
2987
  name: string;
3000
2988
  id: string;
@@ -3024,7 +3012,6 @@ export declare const whatsappContract: {
3024
3012
  lineRichMenuId?: string | null | undefined;
3025
3013
  messengerIntegrationType?: "own" | "business" | undefined;
3026
3014
  facebookFeedIntegrationType?: "own" | "business" | undefined;
3027
- isCSATEnabled?: boolean | undefined;
3028
3015
  }>;
3029
3016
  brandName: z.ZodString;
3030
3017
  platformId: z.ZodString;
@@ -3288,7 +3275,6 @@ export declare const whatsappContract: {
3288
3275
  lineRichMenuId?: string | null | undefined;
3289
3276
  messengerIntegrationType?: "own" | "business" | undefined;
3290
3277
  facebookFeedIntegrationType?: "own" | "business" | undefined;
3291
- isCSATEnabled?: boolean | undefined;
3292
3278
  };
3293
3279
  status: boolean;
3294
3280
  createdAt: Date;
@@ -3383,7 +3369,6 @@ export declare const whatsappContract: {
3383
3369
  lineRichMenuId?: string | null | undefined;
3384
3370
  messengerIntegrationType?: "own" | "business" | undefined;
3385
3371
  facebookFeedIntegrationType?: "own" | "business" | undefined;
3386
- isCSATEnabled?: boolean | undefined;
3387
3372
  };
3388
3373
  status: boolean;
3389
3374
  createdAt: Date;
@@ -3636,16 +3621,6 @@ export declare const whatsappContract: {
3636
3621
  createdAt: Date;
3637
3622
  updatedAt: Date;
3638
3623
  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;
3649
3624
  categories: {
3650
3625
  id: string;
3651
3626
  value: string;
@@ -3668,6 +3643,16 @@ export declare const whatsappContract: {
3668
3643
  }[];
3669
3644
  }[];
3670
3645
  }[];
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;
3671
3656
  customFields?: {
3672
3657
  id: string;
3673
3658
  createdAt: Date;
@@ -3687,16 +3672,6 @@ export declare const whatsappContract: {
3687
3672
  createdAt: Date;
3688
3673
  updatedAt: Date;
3689
3674
  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;
3700
3675
  categories: {
3701
3676
  id: string;
3702
3677
  value: string;
@@ -3719,6 +3694,16 @@ export declare const whatsappContract: {
3719
3694
  }[];
3720
3695
  }[];
3721
3696
  }[];
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;
3722
3707
  customFields?: {
3723
3708
  id: string;
3724
3709
  createdAt: Date;
@@ -3827,16 +3812,6 @@ export declare const whatsappContract: {
3827
3812
  createdAt: Date;
3828
3813
  updatedAt: Date;
3829
3814
  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;
3840
3815
  categories: {
3841
3816
  id: string;
3842
3817
  value: string;
@@ -3859,6 +3834,16 @@ export declare const whatsappContract: {
3859
3834
  }[];
3860
3835
  }[];
3861
3836
  }[];
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;
3862
3847
  customFields?: {
3863
3848
  id: string;
3864
3849
  createdAt: Date;
@@ -3917,16 +3902,6 @@ export declare const whatsappContract: {
3917
3902
  createdAt: Date;
3918
3903
  updatedAt: Date;
3919
3904
  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;
3930
3905
  categories: {
3931
3906
  id: string;
3932
3907
  value: string;
@@ -3949,6 +3924,16 @@ export declare const whatsappContract: {
3949
3924
  }[];
3950
3925
  }[];
3951
3926
  }[];
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;
3952
3937
  customFields?: {
3953
3938
  id: string;
3954
3939
  createdAt: Date;
@@ -4042,7 +4027,6 @@ export declare const whatsappContract: {
4042
4027
  lineRichMenuId?: string | null | undefined;
4043
4028
  messengerIntegrationType?: "own" | "business" | undefined;
4044
4029
  facebookFeedIntegrationType?: "own" | "business" | undefined;
4045
- isCSATEnabled?: boolean | undefined;
4046
4030
  };
4047
4031
  status: boolean;
4048
4032
  createdAt: Date;
@@ -4334,7 +4318,6 @@ export declare const whatsappContract: {
4334
4318
  closedAt: Date;
4335
4319
  lastMessageAt: Date | null;
4336
4320
  isBotRoom: boolean;
4337
- csatStatus: string | null;
4338
4321
  cxlog: {
4339
4322
  id: string;
4340
4323
  channel: string | null;
@@ -4362,16 +4345,6 @@ export declare const whatsappContract: {
4362
4345
  createdAt: Date;
4363
4346
  updatedAt: Date;
4364
4347
  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;
4375
4348
  categories: {
4376
4349
  id: string;
4377
4350
  value: string;
@@ -4394,6 +4367,16 @@ export declare const whatsappContract: {
4394
4367
  }[];
4395
4368
  }[];
4396
4369
  }[];
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;
4397
4380
  customFields?: {
4398
4381
  id: string;
4399
4382
  createdAt: Date;
@@ -4471,7 +4454,6 @@ export declare const whatsappContract: {
4471
4454
  lineRichMenuId?: string | null | undefined;
4472
4455
  messengerIntegrationType?: "own" | "business" | undefined;
4473
4456
  facebookFeedIntegrationType?: "own" | "business" | undefined;
4474
- isCSATEnabled?: boolean | undefined;
4475
4457
  };
4476
4458
  status: boolean;
4477
4459
  createdAt: Date;
@@ -4763,7 +4745,6 @@ export declare const whatsappContract: {
4763
4745
  closedAt: Date;
4764
4746
  lastMessageAt: Date | null;
4765
4747
  isBotRoom: boolean;
4766
- csatStatus: string | null;
4767
4748
  cxlog: {
4768
4749
  id: string;
4769
4750
  channel: string | null;
@@ -4791,16 +4772,6 @@ export declare const whatsappContract: {
4791
4772
  createdAt: Date;
4792
4773
  updatedAt: Date;
4793
4774
  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;
4804
4775
  categories: {
4805
4776
  id: string;
4806
4777
  value: string;
@@ -4823,6 +4794,16 @@ export declare const whatsappContract: {
4823
4794
  }[];
4824
4795
  }[];
4825
4796
  }[];
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;
4826
4807
  customFields?: {
4827
4808
  id: string;
4828
4809
  createdAt: Date;
@@ -4903,8 +4884,8 @@ export declare const whatsappContract: {
4903
4884
  updatedAt: z.ZodDate;
4904
4885
  deletedAt: z.ZodNullable<z.ZodDate>;
4905
4886
  message: z.ZodString;
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>[]]>;
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"]>;
4908
4889
  readAt: z.ZodDate;
4909
4890
  metadata: z.ZodAny;
4910
4891
  platformId: z.ZodString;
@@ -5562,7 +5543,7 @@ export declare const whatsappContract: {
5562
5543
  };
5563
5544
  }>;
5564
5545
  }, "strip", z.ZodTypeAny, {
5565
- type: string;
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";
5566
5547
  message: string;
5567
5548
  id: string;
5568
5549
  url: string;
@@ -5724,7 +5705,7 @@ export declare const whatsappContract: {
5724
5705
  metadata?: any;
5725
5706
  template?: any;
5726
5707
  }, {
5727
- type: string;
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";
5728
5709
  message: string;
5729
5710
  id: string;
5730
5711
  url: string;
@@ -6097,8 +6078,8 @@ export declare const whatsappContract: {
6097
6078
  updatedAt: z.ZodDate;
6098
6079
  deletedAt: z.ZodNullable<z.ZodDate>;
6099
6080
  message: z.ZodString;
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>[]]>;
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"]>;
6102
6083
  readAt: z.ZodDate;
6103
6084
  metadata: z.ZodAny;
6104
6085
  platformId: z.ZodString;
@@ -6124,7 +6105,7 @@ export declare const whatsappContract: {
6124
6105
  firstResponseTime: z.ZodNumber;
6125
6106
  isLatest: z.ZodBoolean;
6126
6107
  isBotRoom: z.ZodBoolean;
6127
- direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
6108
+ direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
6128
6109
  platformContact: z.ZodObject<{
6129
6110
  id: z.ZodString;
6130
6111
  createdAt: z.ZodDate;
@@ -7172,7 +7153,6 @@ export declare const whatsappContract: {
7172
7153
  channelId: string;
7173
7154
  socialPlatformId: string;
7174
7155
  }>;
7175
- csatStatus: z.ZodNullable<z.ZodString>;
7176
7156
  actor: z.ZodObject<{
7177
7157
  id: z.ZodString;
7178
7158
  createdAt: z.ZodDate;
@@ -7651,7 +7631,6 @@ export declare const whatsappContract: {
7651
7631
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
7652
7632
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
7653
7633
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
7654
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
7655
7634
  }, "strip", z.ZodTypeAny, {
7656
7635
  name: string;
7657
7636
  id: string;
@@ -7681,7 +7660,6 @@ export declare const whatsappContract: {
7681
7660
  lineRichMenuId?: string | null | undefined;
7682
7661
  messengerIntegrationType?: "own" | "business" | undefined;
7683
7662
  facebookFeedIntegrationType?: "own" | "business" | undefined;
7684
- isCSATEnabled?: boolean | undefined;
7685
7663
  }, {
7686
7664
  name: string;
7687
7665
  id: string;
@@ -7711,7 +7689,6 @@ export declare const whatsappContract: {
7711
7689
  lineRichMenuId?: string | null | undefined;
7712
7690
  messengerIntegrationType?: "own" | "business" | undefined;
7713
7691
  facebookFeedIntegrationType?: "own" | "business" | undefined;
7714
- isCSATEnabled?: boolean | undefined;
7715
7692
  }>;
7716
7693
  brandName: z.ZodString;
7717
7694
  platformId: z.ZodString;
@@ -7975,7 +7952,6 @@ export declare const whatsappContract: {
7975
7952
  lineRichMenuId?: string | null | undefined;
7976
7953
  messengerIntegrationType?: "own" | "business" | undefined;
7977
7954
  facebookFeedIntegrationType?: "own" | "business" | undefined;
7978
- isCSATEnabled?: boolean | undefined;
7979
7955
  };
7980
7956
  status: boolean;
7981
7957
  createdAt: Date;
@@ -8070,7 +8046,6 @@ export declare const whatsappContract: {
8070
8046
  lineRichMenuId?: string | null | undefined;
8071
8047
  messengerIntegrationType?: "own" | "business" | undefined;
8072
8048
  facebookFeedIntegrationType?: "own" | "business" | undefined;
8073
- isCSATEnabled?: boolean | undefined;
8074
8049
  };
8075
8050
  status: boolean;
8076
8051
  createdAt: Date;
@@ -8323,16 +8298,6 @@ export declare const whatsappContract: {
8323
8298
  createdAt: Date;
8324
8299
  updatedAt: Date;
8325
8300
  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;
8336
8301
  categories: {
8337
8302
  id: string;
8338
8303
  value: string;
@@ -8355,6 +8320,16 @@ export declare const whatsappContract: {
8355
8320
  }[];
8356
8321
  }[];
8357
8322
  }[];
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;
8358
8333
  customFields?: {
8359
8334
  id: string;
8360
8335
  createdAt: Date;
@@ -8374,16 +8349,6 @@ export declare const whatsappContract: {
8374
8349
  createdAt: Date;
8375
8350
  updatedAt: Date;
8376
8351
  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;
8387
8352
  categories: {
8388
8353
  id: string;
8389
8354
  value: string;
@@ -8406,6 +8371,16 @@ export declare const whatsappContract: {
8406
8371
  }[];
8407
8372
  }[];
8408
8373
  }[];
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;
8409
8384
  customFields?: {
8410
8385
  id: string;
8411
8386
  createdAt: Date;
@@ -8514,16 +8489,6 @@ export declare const whatsappContract: {
8514
8489
  createdAt: Date;
8515
8490
  updatedAt: Date;
8516
8491
  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;
8527
8492
  categories: {
8528
8493
  id: string;
8529
8494
  value: string;
@@ -8546,6 +8511,16 @@ export declare const whatsappContract: {
8546
8511
  }[];
8547
8512
  }[];
8548
8513
  }[];
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;
8549
8524
  customFields?: {
8550
8525
  id: string;
8551
8526
  createdAt: Date;
@@ -8604,16 +8579,6 @@ export declare const whatsappContract: {
8604
8579
  createdAt: Date;
8605
8580
  updatedAt: Date;
8606
8581
  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;
8617
8582
  categories: {
8618
8583
  id: string;
8619
8584
  value: string;
@@ -8636,6 +8601,16 @@ export declare const whatsappContract: {
8636
8601
  }[];
8637
8602
  }[];
8638
8603
  }[];
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;
8639
8614
  customFields?: {
8640
8615
  id: string;
8641
8616
  createdAt: Date;
@@ -8729,7 +8704,6 @@ export declare const whatsappContract: {
8729
8704
  lineRichMenuId?: string | null | undefined;
8730
8705
  messengerIntegrationType?: "own" | "business" | undefined;
8731
8706
  facebookFeedIntegrationType?: "own" | "business" | undefined;
8732
- isCSATEnabled?: boolean | undefined;
8733
8707
  };
8734
8708
  status: boolean;
8735
8709
  createdAt: Date;
@@ -9021,7 +8995,6 @@ export declare const whatsappContract: {
9021
8995
  closedAt: Date;
9022
8996
  lastMessageAt: Date | null;
9023
8997
  isBotRoom: boolean;
9024
- csatStatus: string | null;
9025
8998
  cxlog: {
9026
8999
  id: string;
9027
9000
  channel: string | null;
@@ -9049,16 +9022,6 @@ export declare const whatsappContract: {
9049
9022
  createdAt: Date;
9050
9023
  updatedAt: Date;
9051
9024
  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;
9062
9025
  categories: {
9063
9026
  id: string;
9064
9027
  value: string;
@@ -9081,6 +9044,16 @@ export declare const whatsappContract: {
9081
9044
  }[];
9082
9045
  }[];
9083
9046
  }[];
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;
9084
9057
  customFields?: {
9085
9058
  id: string;
9086
9059
  createdAt: Date;
@@ -9158,7 +9131,6 @@ export declare const whatsappContract: {
9158
9131
  lineRichMenuId?: string | null | undefined;
9159
9132
  messengerIntegrationType?: "own" | "business" | undefined;
9160
9133
  facebookFeedIntegrationType?: "own" | "business" | undefined;
9161
- isCSATEnabled?: boolean | undefined;
9162
9134
  };
9163
9135
  status: boolean;
9164
9136
  createdAt: Date;
@@ -9450,7 +9422,6 @@ export declare const whatsappContract: {
9450
9422
  closedAt: Date;
9451
9423
  lastMessageAt: Date | null;
9452
9424
  isBotRoom: boolean;
9453
- csatStatus: string | null;
9454
9425
  cxlog: {
9455
9426
  id: string;
9456
9427
  channel: string | null;
@@ -9478,16 +9449,6 @@ export declare const whatsappContract: {
9478
9449
  createdAt: Date;
9479
9450
  updatedAt: Date;
9480
9451
  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;
9491
9452
  categories: {
9492
9453
  id: string;
9493
9454
  value: string;
@@ -9510,6 +9471,16 @@ export declare const whatsappContract: {
9510
9471
  }[];
9511
9472
  }[];
9512
9473
  }[];
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;
9513
9484
  customFields?: {
9514
9485
  id: string;
9515
9486
  createdAt: Date;
@@ -9593,8 +9564,8 @@ export declare const whatsappContract: {
9593
9564
  updatedAt: z.ZodDate;
9594
9565
  deletedAt: z.ZodNullable<z.ZodDate>;
9595
9566
  message: z.ZodString;
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>[]]>;
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"]>;
9598
9569
  readAt: z.ZodDate;
9599
9570
  metadata: z.ZodAny;
9600
9571
  platformId: z.ZodString;
@@ -10252,7 +10223,7 @@ export declare const whatsappContract: {
10252
10223
  };
10253
10224
  }>;
10254
10225
  }, "strip", z.ZodTypeAny, {
10255
- type: string;
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";
10256
10227
  message: string;
10257
10228
  id: string;
10258
10229
  url: string;
@@ -10414,7 +10385,7 @@ export declare const whatsappContract: {
10414
10385
  metadata?: any;
10415
10386
  template?: any;
10416
10387
  }, {
10417
- type: string;
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";
10418
10389
  message: string;
10419
10390
  id: string;
10420
10391
  url: string;
@@ -11216,7 +11187,7 @@ export declare const whatsappContract: {
11216
11187
  editedMessageid: z.ZodString;
11217
11188
  label: z.ZodOptional<z.ZodString>;
11218
11189
  }, "strip", z.ZodTypeAny, {
11219
- type: string;
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";
11220
11191
  message: string;
11221
11192
  id: string;
11222
11193
  url: string;
@@ -11360,7 +11331,6 @@ export declare const whatsappContract: {
11360
11331
  lineRichMenuId?: string | null | undefined;
11361
11332
  messengerIntegrationType?: "own" | "business" | undefined;
11362
11333
  facebookFeedIntegrationType?: "own" | "business" | undefined;
11363
- isCSATEnabled?: boolean | undefined;
11364
11334
  };
11365
11335
  status: boolean;
11366
11336
  createdAt: Date;
@@ -11652,7 +11622,6 @@ export declare const whatsappContract: {
11652
11622
  closedAt: Date;
11653
11623
  lastMessageAt: Date | null;
11654
11624
  isBotRoom: boolean;
11655
- csatStatus: string | null;
11656
11625
  cxlog: {
11657
11626
  id: string;
11658
11627
  channel: string | null;
@@ -11680,16 +11649,6 @@ export declare const whatsappContract: {
11680
11649
  createdAt: Date;
11681
11650
  updatedAt: Date;
11682
11651
  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;
11693
11652
  categories: {
11694
11653
  id: string;
11695
11654
  value: string;
@@ -11712,6 +11671,16 @@ export declare const whatsappContract: {
11712
11671
  }[];
11713
11672
  }[];
11714
11673
  }[];
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;
11715
11684
  customFields?: {
11716
11685
  id: string;
11717
11686
  createdAt: Date;
@@ -11771,7 +11740,7 @@ export declare const whatsappContract: {
11771
11740
  previewUrl: string;
11772
11741
  imageSetId: string;
11773
11742
  repliedMessage: {
11774
- type: string;
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";
11775
11744
  message: string;
11776
11745
  id: string;
11777
11746
  url: string;
@@ -11982,7 +11951,7 @@ export declare const whatsappContract: {
11982
11951
  template?: any;
11983
11952
  label?: string | undefined;
11984
11953
  }, {
11985
- type: string;
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";
11986
11955
  message: string;
11987
11956
  id: string;
11988
11957
  url: string;
@@ -12126,7 +12095,6 @@ export declare const whatsappContract: {
12126
12095
  lineRichMenuId?: string | null | undefined;
12127
12096
  messengerIntegrationType?: "own" | "business" | undefined;
12128
12097
  facebookFeedIntegrationType?: "own" | "business" | undefined;
12129
- isCSATEnabled?: boolean | undefined;
12130
12098
  };
12131
12099
  status: boolean;
12132
12100
  createdAt: Date;
@@ -12418,7 +12386,6 @@ export declare const whatsappContract: {
12418
12386
  closedAt: Date;
12419
12387
  lastMessageAt: Date | null;
12420
12388
  isBotRoom: boolean;
12421
- csatStatus: string | null;
12422
12389
  cxlog: {
12423
12390
  id: string;
12424
12391
  channel: string | null;
@@ -12446,16 +12413,6 @@ export declare const whatsappContract: {
12446
12413
  createdAt: Date;
12447
12414
  updatedAt: Date;
12448
12415
  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;
12459
12416
  categories: {
12460
12417
  id: string;
12461
12418
  value: string;
@@ -12478,6 +12435,16 @@ export declare const whatsappContract: {
12478
12435
  }[];
12479
12436
  }[];
12480
12437
  }[];
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;
12481
12448
  customFields?: {
12482
12449
  id: string;
12483
12450
  createdAt: Date;
@@ -12537,7 +12504,7 @@ export declare const whatsappContract: {
12537
12504
  previewUrl: string;
12538
12505
  imageSetId: string;
12539
12506
  repliedMessage: {
12540
- type: string;
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";
12541
12508
  message: string;
12542
12509
  id: string;
12543
12510
  url: string;
@@ -12749,7 +12716,7 @@ export declare const whatsappContract: {
12749
12716
  label?: string | undefined;
12750
12717
  }>>>;
12751
12718
  }, "strip", z.ZodTypeAny, {
12752
- type: string;
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";
12753
12720
  message: string;
12754
12721
  id: string;
12755
12722
  url: string;
@@ -12893,7 +12860,6 @@ export declare const whatsappContract: {
12893
12860
  lineRichMenuId?: string | null | undefined;
12894
12861
  messengerIntegrationType?: "own" | "business" | undefined;
12895
12862
  facebookFeedIntegrationType?: "own" | "business" | undefined;
12896
- isCSATEnabled?: boolean | undefined;
12897
12863
  };
12898
12864
  status: boolean;
12899
12865
  createdAt: Date;
@@ -13185,7 +13151,6 @@ export declare const whatsappContract: {
13185
13151
  closedAt: Date;
13186
13152
  lastMessageAt: Date | null;
13187
13153
  isBotRoom: boolean;
13188
- csatStatus: string | null;
13189
13154
  cxlog: {
13190
13155
  id: string;
13191
13156
  channel: string | null;
@@ -13213,16 +13178,6 @@ export declare const whatsappContract: {
13213
13178
  createdAt: Date;
13214
13179
  updatedAt: Date;
13215
13180
  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;
13226
13181
  categories: {
13227
13182
  id: string;
13228
13183
  value: string;
@@ -13245,6 +13200,16 @@ export declare const whatsappContract: {
13245
13200
  }[];
13246
13201
  }[];
13247
13202
  }[];
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;
13248
13213
  customFields?: {
13249
13214
  id: string;
13250
13215
  createdAt: Date;
@@ -13304,7 +13269,7 @@ export declare const whatsappContract: {
13304
13269
  previewUrl: string;
13305
13270
  imageSetId: string;
13306
13271
  repliedMessage: {
13307
- type: string;
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";
13308
13273
  message: string;
13309
13274
  id: string;
13310
13275
  url: string;
@@ -13515,7 +13480,7 @@ export declare const whatsappContract: {
13515
13480
  template?: any;
13516
13481
  metadata?: any;
13517
13482
  fromMessage?: {
13518
- type: string;
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";
13519
13484
  message: string;
13520
13485
  id: string;
13521
13486
  url: string;
@@ -13659,7 +13624,6 @@ export declare const whatsappContract: {
13659
13624
  lineRichMenuId?: string | null | undefined;
13660
13625
  messengerIntegrationType?: "own" | "business" | undefined;
13661
13626
  facebookFeedIntegrationType?: "own" | "business" | undefined;
13662
- isCSATEnabled?: boolean | undefined;
13663
13627
  };
13664
13628
  status: boolean;
13665
13629
  createdAt: Date;
@@ -13951,7 +13915,6 @@ export declare const whatsappContract: {
13951
13915
  closedAt: Date;
13952
13916
  lastMessageAt: Date | null;
13953
13917
  isBotRoom: boolean;
13954
- csatStatus: string | null;
13955
13918
  cxlog: {
13956
13919
  id: string;
13957
13920
  channel: string | null;
@@ -13979,16 +13942,6 @@ export declare const whatsappContract: {
13979
13942
  createdAt: Date;
13980
13943
  updatedAt: Date;
13981
13944
  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;
13992
13945
  categories: {
13993
13946
  id: string;
13994
13947
  value: string;
@@ -14011,6 +13964,16 @@ export declare const whatsappContract: {
14011
13964
  }[];
14012
13965
  }[];
14013
13966
  }[];
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;
14014
13977
  customFields?: {
14015
13978
  id: string;
14016
13979
  createdAt: Date;
@@ -14070,7 +14033,7 @@ export declare const whatsappContract: {
14070
14033
  previewUrl: string;
14071
14034
  imageSetId: string;
14072
14035
  repliedMessage: {
14073
- type: string;
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";
14074
14037
  message: string;
14075
14038
  id: string;
14076
14039
  url: string;
@@ -14282,7 +14245,7 @@ export declare const whatsappContract: {
14282
14245
  label?: string | undefined;
14283
14246
  } | null | undefined;
14284
14247
  }, {
14285
- type: string;
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";
14286
14249
  message: string;
14287
14250
  id: string;
14288
14251
  url: string;
@@ -14426,7 +14389,6 @@ export declare const whatsappContract: {
14426
14389
  lineRichMenuId?: string | null | undefined;
14427
14390
  messengerIntegrationType?: "own" | "business" | undefined;
14428
14391
  facebookFeedIntegrationType?: "own" | "business" | undefined;
14429
- isCSATEnabled?: boolean | undefined;
14430
14392
  };
14431
14393
  status: boolean;
14432
14394
  createdAt: Date;
@@ -14718,7 +14680,6 @@ export declare const whatsappContract: {
14718
14680
  closedAt: Date;
14719
14681
  lastMessageAt: Date | null;
14720
14682
  isBotRoom: boolean;
14721
- csatStatus: string | null;
14722
14683
  cxlog: {
14723
14684
  id: string;
14724
14685
  channel: string | null;
@@ -14746,16 +14707,6 @@ export declare const whatsappContract: {
14746
14707
  createdAt: Date;
14747
14708
  updatedAt: Date;
14748
14709
  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;
14759
14710
  categories: {
14760
14711
  id: string;
14761
14712
  value: string;
@@ -14778,6 +14729,16 @@ export declare const whatsappContract: {
14778
14729
  }[];
14779
14730
  }[];
14780
14731
  }[];
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;
14781
14742
  customFields?: {
14782
14743
  id: string;
14783
14744
  createdAt: Date;
@@ -14837,7 +14798,7 @@ export declare const whatsappContract: {
14837
14798
  previewUrl: string;
14838
14799
  imageSetId: string;
14839
14800
  repliedMessage: {
14840
- type: string;
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";
14841
14802
  message: string;
14842
14803
  id: string;
14843
14804
  url: string;
@@ -15048,7 +15009,7 @@ export declare const whatsappContract: {
15048
15009
  template?: any;
15049
15010
  metadata?: any;
15050
15011
  fromMessage?: {
15051
- type: string;
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";
15052
15013
  message: string;
15053
15014
  id: string;
15054
15015
  url: string;
@@ -15192,7 +15153,6 @@ export declare const whatsappContract: {
15192
15153
  lineRichMenuId?: string | null | undefined;
15193
15154
  messengerIntegrationType?: "own" | "business" | undefined;
15194
15155
  facebookFeedIntegrationType?: "own" | "business" | undefined;
15195
- isCSATEnabled?: boolean | undefined;
15196
15156
  };
15197
15157
  status: boolean;
15198
15158
  createdAt: Date;
@@ -15484,7 +15444,6 @@ export declare const whatsappContract: {
15484
15444
  closedAt: Date;
15485
15445
  lastMessageAt: Date | null;
15486
15446
  isBotRoom: boolean;
15487
- csatStatus: string | null;
15488
15447
  cxlog: {
15489
15448
  id: string;
15490
15449
  channel: string | null;
@@ -15512,16 +15471,6 @@ export declare const whatsappContract: {
15512
15471
  createdAt: Date;
15513
15472
  updatedAt: Date;
15514
15473
  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;
15525
15474
  categories: {
15526
15475
  id: string;
15527
15476
  value: string;
@@ -15544,6 +15493,16 @@ export declare const whatsappContract: {
15544
15493
  }[];
15545
15494
  }[];
15546
15495
  }[];
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;
15547
15506
  customFields?: {
15548
15507
  id: string;
15549
15508
  createdAt: Date;
@@ -15603,7 +15562,7 @@ export declare const whatsappContract: {
15603
15562
  previewUrl: string;
15604
15563
  imageSetId: string;
15605
15564
  repliedMessage: {
15606
- type: string;
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";
15607
15566
  message: string;
15608
15567
  id: string;
15609
15568
  url: string;
@@ -15817,7 +15776,7 @@ export declare const whatsappContract: {
15817
15776
  }>;
15818
15777
  }, "strip", z.ZodTypeAny, {
15819
15778
  data: {
15820
- type: string;
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";
15821
15780
  message: string;
15822
15781
  id: string;
15823
15782
  url: string;
@@ -15961,7 +15920,6 @@ export declare const whatsappContract: {
15961
15920
  lineRichMenuId?: string | null | undefined;
15962
15921
  messengerIntegrationType?: "own" | "business" | undefined;
15963
15922
  facebookFeedIntegrationType?: "own" | "business" | undefined;
15964
- isCSATEnabled?: boolean | undefined;
15965
15923
  };
15966
15924
  status: boolean;
15967
15925
  createdAt: Date;
@@ -16253,7 +16211,6 @@ export declare const whatsappContract: {
16253
16211
  closedAt: Date;
16254
16212
  lastMessageAt: Date | null;
16255
16213
  isBotRoom: boolean;
16256
- csatStatus: string | null;
16257
16214
  cxlog: {
16258
16215
  id: string;
16259
16216
  channel: string | null;
@@ -16281,16 +16238,6 @@ export declare const whatsappContract: {
16281
16238
  createdAt: Date;
16282
16239
  updatedAt: Date;
16283
16240
  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;
16294
16241
  categories: {
16295
16242
  id: string;
16296
16243
  value: string;
@@ -16313,6 +16260,16 @@ export declare const whatsappContract: {
16313
16260
  }[];
16314
16261
  }[];
16315
16262
  }[];
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;
16316
16273
  customFields?: {
16317
16274
  id: string;
16318
16275
  createdAt: Date;
@@ -16372,7 +16329,7 @@ export declare const whatsappContract: {
16372
16329
  previewUrl: string;
16373
16330
  imageSetId: string;
16374
16331
  repliedMessage: {
16375
- type: string;
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";
16376
16333
  message: string;
16377
16334
  id: string;
16378
16335
  url: string;
@@ -16583,7 +16540,7 @@ export declare const whatsappContract: {
16583
16540
  template?: any;
16584
16541
  metadata?: any;
16585
16542
  fromMessage?: {
16586
- type: string;
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";
16587
16544
  message: string;
16588
16545
  id: string;
16589
16546
  url: string;
@@ -16727,7 +16684,6 @@ export declare const whatsappContract: {
16727
16684
  lineRichMenuId?: string | null | undefined;
16728
16685
  messengerIntegrationType?: "own" | "business" | undefined;
16729
16686
  facebookFeedIntegrationType?: "own" | "business" | undefined;
16730
- isCSATEnabled?: boolean | undefined;
16731
16687
  };
16732
16688
  status: boolean;
16733
16689
  createdAt: Date;
@@ -17019,7 +16975,6 @@ export declare const whatsappContract: {
17019
16975
  closedAt: Date;
17020
16976
  lastMessageAt: Date | null;
17021
16977
  isBotRoom: boolean;
17022
- csatStatus: string | null;
17023
16978
  cxlog: {
17024
16979
  id: string;
17025
16980
  channel: string | null;
@@ -17047,16 +17002,6 @@ export declare const whatsappContract: {
17047
17002
  createdAt: Date;
17048
17003
  updatedAt: Date;
17049
17004
  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;
17060
17005
  categories: {
17061
17006
  id: string;
17062
17007
  value: string;
@@ -17079,6 +17024,16 @@ export declare const whatsappContract: {
17079
17024
  }[];
17080
17025
  }[];
17081
17026
  }[];
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;
17082
17037
  customFields?: {
17083
17038
  id: string;
17084
17039
  createdAt: Date;
@@ -17138,7 +17093,7 @@ export declare const whatsappContract: {
17138
17093
  previewUrl: string;
17139
17094
  imageSetId: string;
17140
17095
  repliedMessage: {
17141
- type: string;
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";
17142
17097
  message: string;
17143
17098
  id: string;
17144
17099
  url: string;
@@ -17353,7 +17308,7 @@ export declare const whatsappContract: {
17353
17308
  requestId: string;
17354
17309
  }, {
17355
17310
  data: {
17356
- type: string;
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";
17357
17312
  message: string;
17358
17313
  id: string;
17359
17314
  url: string;
@@ -17497,7 +17452,6 @@ export declare const whatsappContract: {
17497
17452
  lineRichMenuId?: string | null | undefined;
17498
17453
  messengerIntegrationType?: "own" | "business" | undefined;
17499
17454
  facebookFeedIntegrationType?: "own" | "business" | undefined;
17500
- isCSATEnabled?: boolean | undefined;
17501
17455
  };
17502
17456
  status: boolean;
17503
17457
  createdAt: Date;
@@ -17789,7 +17743,6 @@ export declare const whatsappContract: {
17789
17743
  closedAt: Date;
17790
17744
  lastMessageAt: Date | null;
17791
17745
  isBotRoom: boolean;
17792
- csatStatus: string | null;
17793
17746
  cxlog: {
17794
17747
  id: string;
17795
17748
  channel: string | null;
@@ -17817,16 +17770,6 @@ export declare const whatsappContract: {
17817
17770
  createdAt: Date;
17818
17771
  updatedAt: Date;
17819
17772
  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;
17830
17773
  categories: {
17831
17774
  id: string;
17832
17775
  value: string;
@@ -17849,6 +17792,16 @@ export declare const whatsappContract: {
17849
17792
  }[];
17850
17793
  }[];
17851
17794
  }[];
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;
17852
17805
  customFields?: {
17853
17806
  id: string;
17854
17807
  createdAt: Date;
@@ -17908,7 +17861,7 @@ export declare const whatsappContract: {
17908
17861
  previewUrl: string;
17909
17862
  imageSetId: string;
17910
17863
  repliedMessage: {
17911
- type: string;
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";
17912
17865
  message: string;
17913
17866
  id: string;
17914
17867
  url: string;
@@ -18119,7 +18072,7 @@ export declare const whatsappContract: {
18119
18072
  template?: any;
18120
18073
  metadata?: any;
18121
18074
  fromMessage?: {
18122
- type: string;
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";
18123
18076
  message: string;
18124
18077
  id: string;
18125
18078
  url: string;
@@ -18263,7 +18216,6 @@ export declare const whatsappContract: {
18263
18216
  lineRichMenuId?: string | null | undefined;
18264
18217
  messengerIntegrationType?: "own" | "business" | undefined;
18265
18218
  facebookFeedIntegrationType?: "own" | "business" | undefined;
18266
- isCSATEnabled?: boolean | undefined;
18267
18219
  };
18268
18220
  status: boolean;
18269
18221
  createdAt: Date;
@@ -18555,7 +18507,6 @@ export declare const whatsappContract: {
18555
18507
  closedAt: Date;
18556
18508
  lastMessageAt: Date | null;
18557
18509
  isBotRoom: boolean;
18558
- csatStatus: string | null;
18559
18510
  cxlog: {
18560
18511
  id: string;
18561
18512
  channel: string | null;
@@ -18583,16 +18534,6 @@ export declare const whatsappContract: {
18583
18534
  createdAt: Date;
18584
18535
  updatedAt: Date;
18585
18536
  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;
18596
18537
  categories: {
18597
18538
  id: string;
18598
18539
  value: string;
@@ -18615,6 +18556,16 @@ export declare const whatsappContract: {
18615
18556
  }[];
18616
18557
  }[];
18617
18558
  }[];
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;
18618
18569
  customFields?: {
18619
18570
  id: string;
18620
18571
  createdAt: Date;
@@ -18674,7 +18625,7 @@ export declare const whatsappContract: {
18674
18625
  previewUrl: string;
18675
18626
  imageSetId: string;
18676
18627
  repliedMessage: {
18677
- type: string;
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";
18678
18629
  message: string;
18679
18630
  id: string;
18680
18631
  url: string;
@@ -18979,7 +18930,6 @@ export declare const whatsappContract: {
18979
18930
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
18980
18931
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
18981
18932
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
18982
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
18983
18933
  }, "strip", z.ZodTypeAny, {
18984
18934
  name: string;
18985
18935
  id: string;
@@ -19009,7 +18959,6 @@ export declare const whatsappContract: {
19009
18959
  lineRichMenuId?: string | null | undefined;
19010
18960
  messengerIntegrationType?: "own" | "business" | undefined;
19011
18961
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19012
- isCSATEnabled?: boolean | undefined;
19013
18962
  }, {
19014
18963
  name: string;
19015
18964
  id: string;
@@ -19039,7 +18988,6 @@ export declare const whatsappContract: {
19039
18988
  lineRichMenuId?: string | null | undefined;
19040
18989
  messengerIntegrationType?: "own" | "business" | undefined;
19041
18990
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19042
- isCSATEnabled?: boolean | undefined;
19043
18991
  }>>;
19044
18992
  platformId: z.ZodOptional<z.ZodString>;
19045
18993
  brandName: z.ZodOptional<z.ZodString>;
@@ -19099,7 +19047,6 @@ export declare const whatsappContract: {
19099
19047
  lineRichMenuId?: string | null | undefined;
19100
19048
  messengerIntegrationType?: "own" | "business" | undefined;
19101
19049
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19102
- isCSATEnabled?: boolean | undefined;
19103
19050
  } | undefined;
19104
19051
  platformId?: string | undefined;
19105
19052
  brandName?: string | undefined;
@@ -19147,7 +19094,6 @@ export declare const whatsappContract: {
19147
19094
  lineRichMenuId?: string | null | undefined;
19148
19095
  messengerIntegrationType?: "own" | "business" | undefined;
19149
19096
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19150
- isCSATEnabled?: boolean | undefined;
19151
19097
  } | undefined;
19152
19098
  platformId?: string | undefined;
19153
19099
  brandName?: string | undefined;
@@ -19234,7 +19180,6 @@ export declare const whatsappContract: {
19234
19180
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
19235
19181
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
19236
19182
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
19237
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
19238
19183
  }, "strip", z.ZodTypeAny, {
19239
19184
  name: string;
19240
19185
  id: string;
@@ -19264,7 +19209,6 @@ export declare const whatsappContract: {
19264
19209
  lineRichMenuId?: string | null | undefined;
19265
19210
  messengerIntegrationType?: "own" | "business" | undefined;
19266
19211
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19267
- isCSATEnabled?: boolean | undefined;
19268
19212
  }, {
19269
19213
  name: string;
19270
19214
  id: string;
@@ -19294,7 +19238,6 @@ export declare const whatsappContract: {
19294
19238
  lineRichMenuId?: string | null | undefined;
19295
19239
  messengerIntegrationType?: "own" | "business" | undefined;
19296
19240
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19297
- isCSATEnabled?: boolean | undefined;
19298
19241
  }>;
19299
19242
  platformId: z.ZodString;
19300
19243
  brandName: z.ZodString;
@@ -19354,7 +19297,6 @@ export declare const whatsappContract: {
19354
19297
  lineRichMenuId?: string | null | undefined;
19355
19298
  messengerIntegrationType?: "own" | "business" | undefined;
19356
19299
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19357
- isCSATEnabled?: boolean | undefined;
19358
19300
  };
19359
19301
  status: boolean;
19360
19302
  brandName: string;
@@ -19402,7 +19344,6 @@ export declare const whatsappContract: {
19402
19344
  lineRichMenuId?: string | null | undefined;
19403
19345
  messengerIntegrationType?: "own" | "business" | undefined;
19404
19346
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19405
- isCSATEnabled?: boolean | undefined;
19406
19347
  };
19407
19348
  status: boolean;
19408
19349
  brandName: string;
@@ -19452,7 +19393,6 @@ export declare const whatsappContract: {
19452
19393
  lineRichMenuId?: string | null | undefined;
19453
19394
  messengerIntegrationType?: "own" | "business" | undefined;
19454
19395
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19455
- isCSATEnabled?: boolean | undefined;
19456
19396
  };
19457
19397
  status: boolean;
19458
19398
  brandName: string;
@@ -19503,7 +19443,6 @@ export declare const whatsappContract: {
19503
19443
  lineRichMenuId?: string | null | undefined;
19504
19444
  messengerIntegrationType?: "own" | "business" | undefined;
19505
19445
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19506
- isCSATEnabled?: boolean | undefined;
19507
19446
  };
19508
19447
  status: boolean;
19509
19448
  brandName: string;
@@ -19612,7 +19551,6 @@ export declare const whatsappContract: {
19612
19551
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
19613
19552
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
19614
19553
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
19615
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
19616
19554
  }, "strip", z.ZodTypeAny, {
19617
19555
  name: string;
19618
19556
  id: string;
@@ -19642,7 +19580,6 @@ export declare const whatsappContract: {
19642
19580
  lineRichMenuId?: string | null | undefined;
19643
19581
  messengerIntegrationType?: "own" | "business" | undefined;
19644
19582
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19645
- isCSATEnabled?: boolean | undefined;
19646
19583
  }, {
19647
19584
  name: string;
19648
19585
  id: string;
@@ -19672,7 +19609,6 @@ export declare const whatsappContract: {
19672
19609
  lineRichMenuId?: string | null | undefined;
19673
19610
  messengerIntegrationType?: "own" | "business" | undefined;
19674
19611
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19675
- isCSATEnabled?: boolean | undefined;
19676
19612
  }>>;
19677
19613
  platformId: z.ZodOptional<z.ZodString>;
19678
19614
  brandName: z.ZodOptional<z.ZodString>;
@@ -19732,7 +19668,6 @@ export declare const whatsappContract: {
19732
19668
  lineRichMenuId?: string | null | undefined;
19733
19669
  messengerIntegrationType?: "own" | "business" | undefined;
19734
19670
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19735
- isCSATEnabled?: boolean | undefined;
19736
19671
  } | undefined;
19737
19672
  platformId?: string | undefined;
19738
19673
  brandName?: string | undefined;
@@ -19780,7 +19715,6 @@ export declare const whatsappContract: {
19780
19715
  lineRichMenuId?: string | null | undefined;
19781
19716
  messengerIntegrationType?: "own" | "business" | undefined;
19782
19717
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19783
- isCSATEnabled?: boolean | undefined;
19784
19718
  } | undefined;
19785
19719
  platformId?: string | undefined;
19786
19720
  brandName?: string | undefined;
@@ -19867,7 +19801,6 @@ export declare const whatsappContract: {
19867
19801
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
19868
19802
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
19869
19803
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
19870
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
19871
19804
  }, "strip", z.ZodTypeAny, {
19872
19805
  name: string;
19873
19806
  id: string;
@@ -19897,7 +19830,6 @@ export declare const whatsappContract: {
19897
19830
  lineRichMenuId?: string | null | undefined;
19898
19831
  messengerIntegrationType?: "own" | "business" | undefined;
19899
19832
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19900
- isCSATEnabled?: boolean | undefined;
19901
19833
  }, {
19902
19834
  name: string;
19903
19835
  id: string;
@@ -19927,7 +19859,6 @@ export declare const whatsappContract: {
19927
19859
  lineRichMenuId?: string | null | undefined;
19928
19860
  messengerIntegrationType?: "own" | "business" | undefined;
19929
19861
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19930
- isCSATEnabled?: boolean | undefined;
19931
19862
  }>;
19932
19863
  platformId: z.ZodString;
19933
19864
  brandName: z.ZodString;
@@ -19987,7 +19918,6 @@ export declare const whatsappContract: {
19987
19918
  lineRichMenuId?: string | null | undefined;
19988
19919
  messengerIntegrationType?: "own" | "business" | undefined;
19989
19920
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19990
- isCSATEnabled?: boolean | undefined;
19991
19921
  };
19992
19922
  status: boolean;
19993
19923
  brandName: string;
@@ -20035,7 +19965,6 @@ export declare const whatsappContract: {
20035
19965
  lineRichMenuId?: string | null | undefined;
20036
19966
  messengerIntegrationType?: "own" | "business" | undefined;
20037
19967
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20038
- isCSATEnabled?: boolean | undefined;
20039
19968
  };
20040
19969
  status: boolean;
20041
19970
  brandName: string;
@@ -20085,7 +20014,6 @@ export declare const whatsappContract: {
20085
20014
  lineRichMenuId?: string | null | undefined;
20086
20015
  messengerIntegrationType?: "own" | "business" | undefined;
20087
20016
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20088
- isCSATEnabled?: boolean | undefined;
20089
20017
  };
20090
20018
  status: boolean;
20091
20019
  brandName: string;
@@ -20136,7 +20064,6 @@ export declare const whatsappContract: {
20136
20064
  lineRichMenuId?: string | null | undefined;
20137
20065
  messengerIntegrationType?: "own" | "business" | undefined;
20138
20066
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20139
- isCSATEnabled?: boolean | undefined;
20140
20067
  };
20141
20068
  status: boolean;
20142
20069
  brandName: string;
@@ -20263,7 +20190,6 @@ export declare const whatsappContract: {
20263
20190
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
20264
20191
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
20265
20192
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
20266
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
20267
20193
  }, "strip", z.ZodTypeAny, {
20268
20194
  name: string;
20269
20195
  id: string;
@@ -20293,7 +20219,6 @@ export declare const whatsappContract: {
20293
20219
  lineRichMenuId?: string | null | undefined;
20294
20220
  messengerIntegrationType?: "own" | "business" | undefined;
20295
20221
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20296
- isCSATEnabled?: boolean | undefined;
20297
20222
  }, {
20298
20223
  name: string;
20299
20224
  id: string;
@@ -20323,7 +20248,6 @@ export declare const whatsappContract: {
20323
20248
  lineRichMenuId?: string | null | undefined;
20324
20249
  messengerIntegrationType?: "own" | "business" | undefined;
20325
20250
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20326
- isCSATEnabled?: boolean | undefined;
20327
20251
  }>;
20328
20252
  platformId: z.ZodString;
20329
20253
  brandName: z.ZodString;
@@ -20383,7 +20307,6 @@ export declare const whatsappContract: {
20383
20307
  lineRichMenuId?: string | null | undefined;
20384
20308
  messengerIntegrationType?: "own" | "business" | undefined;
20385
20309
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20386
- isCSATEnabled?: boolean | undefined;
20387
20310
  };
20388
20311
  status: boolean;
20389
20312
  brandName: string;
@@ -20431,7 +20354,6 @@ export declare const whatsappContract: {
20431
20354
  lineRichMenuId?: string | null | undefined;
20432
20355
  messengerIntegrationType?: "own" | "business" | undefined;
20433
20356
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20434
- isCSATEnabled?: boolean | undefined;
20435
20357
  };
20436
20358
  status: boolean;
20437
20359
  brandName: string;
@@ -20481,7 +20403,6 @@ export declare const whatsappContract: {
20481
20403
  lineRichMenuId?: string | null | undefined;
20482
20404
  messengerIntegrationType?: "own" | "business" | undefined;
20483
20405
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20484
- isCSATEnabled?: boolean | undefined;
20485
20406
  };
20486
20407
  status: boolean;
20487
20408
  brandName: string;
@@ -20532,7 +20453,6 @@ export declare const whatsappContract: {
20532
20453
  lineRichMenuId?: string | null | undefined;
20533
20454
  messengerIntegrationType?: "own" | "business" | undefined;
20534
20455
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20535
- isCSATEnabled?: boolean | undefined;
20536
20456
  };
20537
20457
  status: boolean;
20538
20458
  brandName: string;
@@ -20653,7 +20573,6 @@ export declare const whatsappContract: {
20653
20573
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
20654
20574
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
20655
20575
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
20656
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
20657
20576
  }, "strip", z.ZodTypeAny, {
20658
20577
  name: string;
20659
20578
  id: string;
@@ -20683,7 +20602,6 @@ export declare const whatsappContract: {
20683
20602
  lineRichMenuId?: string | null | undefined;
20684
20603
  messengerIntegrationType?: "own" | "business" | undefined;
20685
20604
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20686
- isCSATEnabled?: boolean | undefined;
20687
20605
  }, {
20688
20606
  name: string;
20689
20607
  id: string;
@@ -20713,7 +20631,6 @@ export declare const whatsappContract: {
20713
20631
  lineRichMenuId?: string | null | undefined;
20714
20632
  messengerIntegrationType?: "own" | "business" | undefined;
20715
20633
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20716
- isCSATEnabled?: boolean | undefined;
20717
20634
  }>;
20718
20635
  platformId: z.ZodString;
20719
20636
  brandName: z.ZodString;
@@ -20773,7 +20690,6 @@ export declare const whatsappContract: {
20773
20690
  lineRichMenuId?: string | null | undefined;
20774
20691
  messengerIntegrationType?: "own" | "business" | undefined;
20775
20692
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20776
- isCSATEnabled?: boolean | undefined;
20777
20693
  };
20778
20694
  status: boolean;
20779
20695
  brandName: string;
@@ -20821,7 +20737,6 @@ export declare const whatsappContract: {
20821
20737
  lineRichMenuId?: string | null | undefined;
20822
20738
  messengerIntegrationType?: "own" | "business" | undefined;
20823
20739
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20824
- isCSATEnabled?: boolean | undefined;
20825
20740
  };
20826
20741
  status: boolean;
20827
20742
  brandName: string;
@@ -20871,7 +20786,6 @@ export declare const whatsappContract: {
20871
20786
  lineRichMenuId?: string | null | undefined;
20872
20787
  messengerIntegrationType?: "own" | "business" | undefined;
20873
20788
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20874
- isCSATEnabled?: boolean | undefined;
20875
20789
  };
20876
20790
  status: boolean;
20877
20791
  brandName: string;
@@ -20922,7 +20836,6 @@ export declare const whatsappContract: {
20922
20836
  lineRichMenuId?: string | null | undefined;
20923
20837
  messengerIntegrationType?: "own" | "business" | undefined;
20924
20838
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20925
- isCSATEnabled?: boolean | undefined;
20926
20839
  };
20927
20840
  status: boolean;
20928
20841
  brandName: string;