@kl1/contracts 1.3.20 → 1.3.23

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 +40905 -35495
  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 +953 -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 +872 -464
  121. package/dist/index.js.map +1 -1
  122. package/dist/index.mjs +870 -464
  123. package/dist/index.mjs.map +1 -1
  124. package/package.json +1 -1
@@ -15,7 +15,7 @@ export declare const messengerContract: {
15
15
  lastMessage: z.ZodOptional<z.ZodString>;
16
16
  handleTime: z.ZodOptional<z.ZodNumber>;
17
17
  isLatest: z.ZodBoolean;
18
- direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
18
+ direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
19
19
  metadata: z.ZodOptional<z.ZodAny>;
20
20
  createdAt: z.ZodString;
21
21
  updatedAt: z.ZodString;
@@ -200,6 +200,7 @@ export declare const messengerContract: {
200
200
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
201
201
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
202
202
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
203
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
203
204
  }, "strip", z.ZodTypeAny, {
204
205
  name: string;
205
206
  id: string;
@@ -229,6 +230,7 @@ export declare const messengerContract: {
229
230
  lineRichMenuId?: string | null | undefined;
230
231
  messengerIntegrationType?: "own" | "business" | undefined;
231
232
  facebookFeedIntegrationType?: "own" | "business" | undefined;
233
+ isCSATEnabled?: boolean | undefined;
232
234
  }, {
233
235
  name: string;
234
236
  id: string;
@@ -258,6 +260,7 @@ export declare const messengerContract: {
258
260
  lineRichMenuId?: string | null | undefined;
259
261
  messengerIntegrationType?: "own" | "business" | undefined;
260
262
  facebookFeedIntegrationType?: "own" | "business" | undefined;
263
+ isCSATEnabled?: boolean | undefined;
261
264
  }>;
262
265
  platformId: z.ZodString;
263
266
  brandName: z.ZodString;
@@ -317,6 +320,7 @@ export declare const messengerContract: {
317
320
  lineRichMenuId?: string | null | undefined;
318
321
  messengerIntegrationType?: "own" | "business" | undefined;
319
322
  facebookFeedIntegrationType?: "own" | "business" | undefined;
323
+ isCSATEnabled?: boolean | undefined;
320
324
  };
321
325
  status: boolean;
322
326
  brandName: string;
@@ -364,6 +368,7 @@ export declare const messengerContract: {
364
368
  lineRichMenuId?: string | null | undefined;
365
369
  messengerIntegrationType?: "own" | "business" | undefined;
366
370
  facebookFeedIntegrationType?: "own" | "business" | undefined;
371
+ isCSATEnabled?: boolean | undefined;
367
372
  };
368
373
  status: boolean;
369
374
  brandName: string;
@@ -416,6 +421,7 @@ export declare const messengerContract: {
416
421
  lineRichMenuId?: string | null | undefined;
417
422
  messengerIntegrationType?: "own" | "business" | undefined;
418
423
  facebookFeedIntegrationType?: "own" | "business" | undefined;
424
+ isCSATEnabled?: boolean | undefined;
419
425
  };
420
426
  status: boolean;
421
427
  brandName: string;
@@ -507,6 +513,7 @@ export declare const messengerContract: {
507
513
  lineRichMenuId?: string | null | undefined;
508
514
  messengerIntegrationType?: "own" | "business" | undefined;
509
515
  facebookFeedIntegrationType?: "own" | "business" | undefined;
516
+ isCSATEnabled?: boolean | undefined;
510
517
  };
511
518
  status: boolean;
512
519
  brandName: string;
@@ -567,8 +574,8 @@ export declare const messengerContract: {
567
574
  message: z.ZodObject<{
568
575
  id: z.ZodOptional<z.ZodString>;
569
576
  message: z.ZodOptional<z.ZodString>;
570
- direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
571
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "referral", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
577
+ direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
578
+ type: z.ZodUnion<[z.ZodLiteral<string>, z.ZodLiteral<string>, ...z.ZodLiteral<string>[]]>;
572
579
  readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
573
580
  metadata: z.ZodOptional<z.ZodAny>;
574
581
  platformId: z.ZodOptional<z.ZodString>;
@@ -624,7 +631,7 @@ export declare const messengerContract: {
624
631
  editedAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
625
632
  label: z.ZodOptional<z.ZodString>;
626
633
  }, "strip", z.ZodTypeAny, {
627
- 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
+ type: string;
628
635
  direction: "incoming" | "outgoing" | "system";
629
636
  id?: string | undefined;
630
637
  message?: string | undefined;
@@ -659,7 +666,7 @@ export declare const messengerContract: {
659
666
  editedAt?: string | Date | null | undefined;
660
667
  label?: string | undefined;
661
668
  }, {
662
- 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
+ type: string;
663
670
  direction: "incoming" | "outgoing" | "system";
664
671
  id?: string | undefined;
665
672
  message?: string | undefined;
@@ -696,7 +703,7 @@ export declare const messengerContract: {
696
703
  }>;
697
704
  }, "strip", z.ZodTypeAny, {
698
705
  message: {
699
- 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
+ type: string;
700
707
  direction: "incoming" | "outgoing" | "system";
701
708
  id?: string | undefined;
702
709
  message?: string | undefined;
@@ -766,6 +773,7 @@ export declare const messengerContract: {
766
773
  lineRichMenuId?: string | null | undefined;
767
774
  messengerIntegrationType?: "own" | "business" | undefined;
768
775
  facebookFeedIntegrationType?: "own" | "business" | undefined;
776
+ isCSATEnabled?: boolean | undefined;
769
777
  };
770
778
  status: boolean;
771
779
  brandName: string;
@@ -826,7 +834,7 @@ export declare const messengerContract: {
826
834
  isBot: boolean | null;
827
835
  }, {
828
836
  message: {
829
- 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
+ type: string;
830
838
  direction: "incoming" | "outgoing" | "system";
831
839
  id?: string | undefined;
832
840
  message?: string | undefined;
@@ -896,6 +904,7 @@ export declare const messengerContract: {
896
904
  lineRichMenuId?: string | null | undefined;
897
905
  messengerIntegrationType?: "own" | "business" | undefined;
898
906
  facebookFeedIntegrationType?: "own" | "business" | undefined;
907
+ isCSATEnabled?: boolean | undefined;
899
908
  };
900
909
  status: boolean;
901
910
  brandName: string;
@@ -960,11 +969,11 @@ export declare const messengerContract: {
960
969
  200: z.ZodObject<{
961
970
  requestId: z.ZodString;
962
971
  data: z.ZodObject<{
963
- 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
+ type: z.ZodUnion<[z.ZodLiteral<string>, z.ZodLiteral<string>, ...z.ZodLiteral<string>[]]>;
964
973
  message: z.ZodString;
965
974
  id: z.ZodString;
966
975
  url: z.ZodString;
967
- direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
976
+ direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
968
977
  label: z.ZodOptional<z.ZodString>;
969
978
  template: z.ZodAny;
970
979
  metadata: z.ZodAny;
@@ -1429,7 +1438,7 @@ export declare const messengerContract: {
1429
1438
  firstResponseTime: z.ZodNumber;
1430
1439
  isLatest: z.ZodBoolean;
1431
1440
  isBotRoom: z.ZodBoolean;
1432
- direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
1441
+ direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
1433
1442
  platformContact: z.ZodObject<{
1434
1443
  id: z.ZodString;
1435
1444
  createdAt: z.ZodDate;
@@ -2477,6 +2486,7 @@ export declare const messengerContract: {
2477
2486
  channelId: string;
2478
2487
  socialPlatformId: string;
2479
2488
  }>;
2489
+ csatStatus: z.ZodNullable<z.ZodString>;
2480
2490
  actor: z.ZodObject<{
2481
2491
  id: z.ZodString;
2482
2492
  createdAt: z.ZodDate;
@@ -2955,6 +2965,7 @@ export declare const messengerContract: {
2955
2965
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2956
2966
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
2957
2967
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
2968
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
2958
2969
  }, "strip", z.ZodTypeAny, {
2959
2970
  name: string;
2960
2971
  id: string;
@@ -2984,6 +2995,7 @@ export declare const messengerContract: {
2984
2995
  lineRichMenuId?: string | null | undefined;
2985
2996
  messengerIntegrationType?: "own" | "business" | undefined;
2986
2997
  facebookFeedIntegrationType?: "own" | "business" | undefined;
2998
+ isCSATEnabled?: boolean | undefined;
2987
2999
  }, {
2988
3000
  name: string;
2989
3001
  id: string;
@@ -3013,6 +3025,7 @@ export declare const messengerContract: {
3013
3025
  lineRichMenuId?: string | null | undefined;
3014
3026
  messengerIntegrationType?: "own" | "business" | undefined;
3015
3027
  facebookFeedIntegrationType?: "own" | "business" | undefined;
3028
+ isCSATEnabled?: boolean | undefined;
3016
3029
  }>;
3017
3030
  brandName: z.ZodString;
3018
3031
  platformId: z.ZodString;
@@ -3276,6 +3289,7 @@ export declare const messengerContract: {
3276
3289
  lineRichMenuId?: string | null | undefined;
3277
3290
  messengerIntegrationType?: "own" | "business" | undefined;
3278
3291
  facebookFeedIntegrationType?: "own" | "business" | undefined;
3292
+ isCSATEnabled?: boolean | undefined;
3279
3293
  };
3280
3294
  status: boolean;
3281
3295
  createdAt: Date;
@@ -3370,6 +3384,7 @@ export declare const messengerContract: {
3370
3384
  lineRichMenuId?: string | null | undefined;
3371
3385
  messengerIntegrationType?: "own" | "business" | undefined;
3372
3386
  facebookFeedIntegrationType?: "own" | "business" | undefined;
3387
+ isCSATEnabled?: boolean | undefined;
3373
3388
  };
3374
3389
  status: boolean;
3375
3390
  createdAt: Date;
@@ -3622,6 +3637,16 @@ export declare const messengerContract: {
3622
3637
  createdAt: Date;
3623
3638
  updatedAt: Date;
3624
3639
  deletedAt: Date | null;
3640
+ tags: {
3641
+ name: string;
3642
+ id: string;
3643
+ createdAt: Date;
3644
+ updatedAt: Date;
3645
+ deletedAt: Date | null;
3646
+ }[];
3647
+ callFrom: string | null;
3648
+ callTo: string | null;
3649
+ note: string | null;
3625
3650
  categories: {
3626
3651
  id: string;
3627
3652
  value: string;
@@ -3644,16 +3669,6 @@ export declare const messengerContract: {
3644
3669
  }[];
3645
3670
  }[];
3646
3671
  }[];
3647
- tags: {
3648
- name: string;
3649
- id: string;
3650
- createdAt: Date;
3651
- updatedAt: Date;
3652
- deletedAt: Date | null;
3653
- }[];
3654
- callFrom: string | null;
3655
- callTo: string | null;
3656
- note: string | null;
3657
3672
  customFields?: {
3658
3673
  id: string;
3659
3674
  createdAt: Date;
@@ -3673,6 +3688,16 @@ export declare const messengerContract: {
3673
3688
  createdAt: Date;
3674
3689
  updatedAt: Date;
3675
3690
  deletedAt: Date | null;
3691
+ tags: {
3692
+ name: string;
3693
+ id: string;
3694
+ createdAt: Date;
3695
+ updatedAt: Date;
3696
+ deletedAt: Date | null;
3697
+ }[];
3698
+ callFrom: string | null;
3699
+ callTo: string | null;
3700
+ note: string | null;
3676
3701
  categories: {
3677
3702
  id: string;
3678
3703
  value: string;
@@ -3695,16 +3720,6 @@ export declare const messengerContract: {
3695
3720
  }[];
3696
3721
  }[];
3697
3722
  }[];
3698
- tags: {
3699
- name: string;
3700
- id: string;
3701
- createdAt: Date;
3702
- updatedAt: Date;
3703
- deletedAt: Date | null;
3704
- }[];
3705
- callFrom: string | null;
3706
- callTo: string | null;
3707
- note: string | null;
3708
3723
  customFields?: {
3709
3724
  id: string;
3710
3725
  createdAt: Date;
@@ -3813,6 +3828,16 @@ export declare const messengerContract: {
3813
3828
  createdAt: Date;
3814
3829
  updatedAt: Date;
3815
3830
  deletedAt: Date | null;
3831
+ tags: {
3832
+ name: string;
3833
+ id: string;
3834
+ createdAt: Date;
3835
+ updatedAt: Date;
3836
+ deletedAt: Date | null;
3837
+ }[];
3838
+ callFrom: string | null;
3839
+ callTo: string | null;
3840
+ note: string | null;
3816
3841
  categories: {
3817
3842
  id: string;
3818
3843
  value: string;
@@ -3835,16 +3860,6 @@ export declare const messengerContract: {
3835
3860
  }[];
3836
3861
  }[];
3837
3862
  }[];
3838
- tags: {
3839
- name: string;
3840
- id: string;
3841
- createdAt: Date;
3842
- updatedAt: Date;
3843
- deletedAt: Date | null;
3844
- }[];
3845
- callFrom: string | null;
3846
- callTo: string | null;
3847
- note: string | null;
3848
3863
  customFields?: {
3849
3864
  id: string;
3850
3865
  createdAt: Date;
@@ -3903,6 +3918,16 @@ export declare const messengerContract: {
3903
3918
  createdAt: Date;
3904
3919
  updatedAt: Date;
3905
3920
  deletedAt: Date | null;
3921
+ tags: {
3922
+ name: string;
3923
+ id: string;
3924
+ createdAt: Date;
3925
+ updatedAt: Date;
3926
+ deletedAt: Date | null;
3927
+ }[];
3928
+ callFrom: string | null;
3929
+ callTo: string | null;
3930
+ note: string | null;
3906
3931
  categories: {
3907
3932
  id: string;
3908
3933
  value: string;
@@ -3925,16 +3950,6 @@ export declare const messengerContract: {
3925
3950
  }[];
3926
3951
  }[];
3927
3952
  }[];
3928
- tags: {
3929
- name: string;
3930
- id: string;
3931
- createdAt: Date;
3932
- updatedAt: Date;
3933
- deletedAt: Date | null;
3934
- }[];
3935
- callFrom: string | null;
3936
- callTo: string | null;
3937
- note: string | null;
3938
3953
  customFields?: {
3939
3954
  id: string;
3940
3955
  createdAt: Date;
@@ -4028,6 +4043,7 @@ export declare const messengerContract: {
4028
4043
  lineRichMenuId?: string | null | undefined;
4029
4044
  messengerIntegrationType?: "own" | "business" | undefined;
4030
4045
  facebookFeedIntegrationType?: "own" | "business" | undefined;
4046
+ isCSATEnabled?: boolean | undefined;
4031
4047
  };
4032
4048
  status: boolean;
4033
4049
  createdAt: Date;
@@ -4319,6 +4335,7 @@ export declare const messengerContract: {
4319
4335
  closedAt: Date;
4320
4336
  lastMessageAt: Date | null;
4321
4337
  isBotRoom: boolean;
4338
+ csatStatus: string | null;
4322
4339
  cxlog: {
4323
4340
  id: string;
4324
4341
  channel: string | null;
@@ -4346,6 +4363,16 @@ export declare const messengerContract: {
4346
4363
  createdAt: Date;
4347
4364
  updatedAt: Date;
4348
4365
  deletedAt: Date | null;
4366
+ tags: {
4367
+ name: string;
4368
+ id: string;
4369
+ createdAt: Date;
4370
+ updatedAt: Date;
4371
+ deletedAt: Date | null;
4372
+ }[];
4373
+ callFrom: string | null;
4374
+ callTo: string | null;
4375
+ note: string | null;
4349
4376
  categories: {
4350
4377
  id: string;
4351
4378
  value: string;
@@ -4368,16 +4395,6 @@ export declare const messengerContract: {
4368
4395
  }[];
4369
4396
  }[];
4370
4397
  }[];
4371
- tags: {
4372
- name: string;
4373
- id: string;
4374
- createdAt: Date;
4375
- updatedAt: Date;
4376
- deletedAt: Date | null;
4377
- }[];
4378
- callFrom: string | null;
4379
- callTo: string | null;
4380
- note: string | null;
4381
4398
  customFields?: {
4382
4399
  id: string;
4383
4400
  createdAt: Date;
@@ -4455,6 +4472,7 @@ export declare const messengerContract: {
4455
4472
  lineRichMenuId?: string | null | undefined;
4456
4473
  messengerIntegrationType?: "own" | "business" | undefined;
4457
4474
  facebookFeedIntegrationType?: "own" | "business" | undefined;
4475
+ isCSATEnabled?: boolean | undefined;
4458
4476
  };
4459
4477
  status: boolean;
4460
4478
  createdAt: Date;
@@ -4746,6 +4764,7 @@ export declare const messengerContract: {
4746
4764
  closedAt: Date;
4747
4765
  lastMessageAt: Date | null;
4748
4766
  isBotRoom: boolean;
4767
+ csatStatus: string | null;
4749
4768
  cxlog: {
4750
4769
  id: string;
4751
4770
  channel: string | null;
@@ -4773,6 +4792,16 @@ export declare const messengerContract: {
4773
4792
  createdAt: Date;
4774
4793
  updatedAt: Date;
4775
4794
  deletedAt: Date | null;
4795
+ tags: {
4796
+ name: string;
4797
+ id: string;
4798
+ createdAt: Date;
4799
+ updatedAt: Date;
4800
+ deletedAt: Date | null;
4801
+ }[];
4802
+ callFrom: string | null;
4803
+ callTo: string | null;
4804
+ note: string | null;
4776
4805
  categories: {
4777
4806
  id: string;
4778
4807
  value: string;
@@ -4795,16 +4824,6 @@ export declare const messengerContract: {
4795
4824
  }[];
4796
4825
  }[];
4797
4826
  }[];
4798
- tags: {
4799
- name: string;
4800
- id: string;
4801
- createdAt: Date;
4802
- updatedAt: Date;
4803
- deletedAt: Date | null;
4804
- }[];
4805
- callFrom: string | null;
4806
- callTo: string | null;
4807
- note: string | null;
4808
4827
  customFields?: {
4809
4828
  id: string;
4810
4829
  createdAt: Date;
@@ -4885,8 +4904,8 @@ export declare const messengerContract: {
4885
4904
  updatedAt: z.ZodDate;
4886
4905
  deletedAt: z.ZodNullable<z.ZodDate>;
4887
4906
  message: z.ZodString;
4888
- direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
4889
- 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"]>;
4907
+ direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
4908
+ type: z.ZodUnion<[z.ZodLiteral<string>, z.ZodLiteral<string>, ...z.ZodLiteral<string>[]]>;
4890
4909
  readAt: z.ZodDate;
4891
4910
  metadata: z.ZodAny;
4892
4911
  platformId: z.ZodString;
@@ -5544,7 +5563,7 @@ export declare const messengerContract: {
5544
5563
  };
5545
5564
  }>;
5546
5565
  }, "strip", z.ZodTypeAny, {
5547
- 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
+ type: string;
5548
5567
  message: string;
5549
5568
  id: string;
5550
5569
  url: string;
@@ -5706,7 +5725,7 @@ export declare const messengerContract: {
5706
5725
  metadata?: any;
5707
5726
  template?: any;
5708
5727
  }, {
5709
- 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
+ type: string;
5710
5729
  message: string;
5711
5730
  id: string;
5712
5731
  url: string;
@@ -6079,8 +6098,8 @@ export declare const messengerContract: {
6079
6098
  updatedAt: z.ZodDate;
6080
6099
  deletedAt: z.ZodNullable<z.ZodDate>;
6081
6100
  message: z.ZodString;
6082
- direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
6083
- 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"]>;
6101
+ direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
6102
+ type: z.ZodUnion<[z.ZodLiteral<string>, z.ZodLiteral<string>, ...z.ZodLiteral<string>[]]>;
6084
6103
  readAt: z.ZodDate;
6085
6104
  metadata: z.ZodAny;
6086
6105
  platformId: z.ZodString;
@@ -6106,7 +6125,7 @@ export declare const messengerContract: {
6106
6125
  firstResponseTime: z.ZodNumber;
6107
6126
  isLatest: z.ZodBoolean;
6108
6127
  isBotRoom: z.ZodBoolean;
6109
- direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
6128
+ direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
6110
6129
  platformContact: z.ZodObject<{
6111
6130
  id: z.ZodString;
6112
6131
  createdAt: z.ZodDate;
@@ -7154,6 +7173,7 @@ export declare const messengerContract: {
7154
7173
  channelId: string;
7155
7174
  socialPlatformId: string;
7156
7175
  }>;
7176
+ csatStatus: z.ZodNullable<z.ZodString>;
7157
7177
  actor: z.ZodObject<{
7158
7178
  id: z.ZodString;
7159
7179
  createdAt: z.ZodDate;
@@ -7632,6 +7652,7 @@ export declare const messengerContract: {
7632
7652
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
7633
7653
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
7634
7654
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
7655
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
7635
7656
  }, "strip", z.ZodTypeAny, {
7636
7657
  name: string;
7637
7658
  id: string;
@@ -7661,6 +7682,7 @@ export declare const messengerContract: {
7661
7682
  lineRichMenuId?: string | null | undefined;
7662
7683
  messengerIntegrationType?: "own" | "business" | undefined;
7663
7684
  facebookFeedIntegrationType?: "own" | "business" | undefined;
7685
+ isCSATEnabled?: boolean | undefined;
7664
7686
  }, {
7665
7687
  name: string;
7666
7688
  id: string;
@@ -7690,6 +7712,7 @@ export declare const messengerContract: {
7690
7712
  lineRichMenuId?: string | null | undefined;
7691
7713
  messengerIntegrationType?: "own" | "business" | undefined;
7692
7714
  facebookFeedIntegrationType?: "own" | "business" | undefined;
7715
+ isCSATEnabled?: boolean | undefined;
7693
7716
  }>;
7694
7717
  brandName: z.ZodString;
7695
7718
  platformId: z.ZodString;
@@ -7953,6 +7976,7 @@ export declare const messengerContract: {
7953
7976
  lineRichMenuId?: string | null | undefined;
7954
7977
  messengerIntegrationType?: "own" | "business" | undefined;
7955
7978
  facebookFeedIntegrationType?: "own" | "business" | undefined;
7979
+ isCSATEnabled?: boolean | undefined;
7956
7980
  };
7957
7981
  status: boolean;
7958
7982
  createdAt: Date;
@@ -8047,6 +8071,7 @@ export declare const messengerContract: {
8047
8071
  lineRichMenuId?: string | null | undefined;
8048
8072
  messengerIntegrationType?: "own" | "business" | undefined;
8049
8073
  facebookFeedIntegrationType?: "own" | "business" | undefined;
8074
+ isCSATEnabled?: boolean | undefined;
8050
8075
  };
8051
8076
  status: boolean;
8052
8077
  createdAt: Date;
@@ -8299,6 +8324,16 @@ export declare const messengerContract: {
8299
8324
  createdAt: Date;
8300
8325
  updatedAt: Date;
8301
8326
  deletedAt: Date | null;
8327
+ tags: {
8328
+ name: string;
8329
+ id: string;
8330
+ createdAt: Date;
8331
+ updatedAt: Date;
8332
+ deletedAt: Date | null;
8333
+ }[];
8334
+ callFrom: string | null;
8335
+ callTo: string | null;
8336
+ note: string | null;
8302
8337
  categories: {
8303
8338
  id: string;
8304
8339
  value: string;
@@ -8321,16 +8356,6 @@ export declare const messengerContract: {
8321
8356
  }[];
8322
8357
  }[];
8323
8358
  }[];
8324
- tags: {
8325
- name: string;
8326
- id: string;
8327
- createdAt: Date;
8328
- updatedAt: Date;
8329
- deletedAt: Date | null;
8330
- }[];
8331
- callFrom: string | null;
8332
- callTo: string | null;
8333
- note: string | null;
8334
8359
  customFields?: {
8335
8360
  id: string;
8336
8361
  createdAt: Date;
@@ -8350,6 +8375,16 @@ export declare const messengerContract: {
8350
8375
  createdAt: Date;
8351
8376
  updatedAt: Date;
8352
8377
  deletedAt: Date | null;
8378
+ tags: {
8379
+ name: string;
8380
+ id: string;
8381
+ createdAt: Date;
8382
+ updatedAt: Date;
8383
+ deletedAt: Date | null;
8384
+ }[];
8385
+ callFrom: string | null;
8386
+ callTo: string | null;
8387
+ note: string | null;
8353
8388
  categories: {
8354
8389
  id: string;
8355
8390
  value: string;
@@ -8372,16 +8407,6 @@ export declare const messengerContract: {
8372
8407
  }[];
8373
8408
  }[];
8374
8409
  }[];
8375
- tags: {
8376
- name: string;
8377
- id: string;
8378
- createdAt: Date;
8379
- updatedAt: Date;
8380
- deletedAt: Date | null;
8381
- }[];
8382
- callFrom: string | null;
8383
- callTo: string | null;
8384
- note: string | null;
8385
8410
  customFields?: {
8386
8411
  id: string;
8387
8412
  createdAt: Date;
@@ -8490,6 +8515,16 @@ export declare const messengerContract: {
8490
8515
  createdAt: Date;
8491
8516
  updatedAt: Date;
8492
8517
  deletedAt: Date | null;
8518
+ tags: {
8519
+ name: string;
8520
+ id: string;
8521
+ createdAt: Date;
8522
+ updatedAt: Date;
8523
+ deletedAt: Date | null;
8524
+ }[];
8525
+ callFrom: string | null;
8526
+ callTo: string | null;
8527
+ note: string | null;
8493
8528
  categories: {
8494
8529
  id: string;
8495
8530
  value: string;
@@ -8512,16 +8547,6 @@ export declare const messengerContract: {
8512
8547
  }[];
8513
8548
  }[];
8514
8549
  }[];
8515
- tags: {
8516
- name: string;
8517
- id: string;
8518
- createdAt: Date;
8519
- updatedAt: Date;
8520
- deletedAt: Date | null;
8521
- }[];
8522
- callFrom: string | null;
8523
- callTo: string | null;
8524
- note: string | null;
8525
8550
  customFields?: {
8526
8551
  id: string;
8527
8552
  createdAt: Date;
@@ -8580,6 +8605,16 @@ export declare const messengerContract: {
8580
8605
  createdAt: Date;
8581
8606
  updatedAt: Date;
8582
8607
  deletedAt: Date | null;
8608
+ tags: {
8609
+ name: string;
8610
+ id: string;
8611
+ createdAt: Date;
8612
+ updatedAt: Date;
8613
+ deletedAt: Date | null;
8614
+ }[];
8615
+ callFrom: string | null;
8616
+ callTo: string | null;
8617
+ note: string | null;
8583
8618
  categories: {
8584
8619
  id: string;
8585
8620
  value: string;
@@ -8602,16 +8637,6 @@ export declare const messengerContract: {
8602
8637
  }[];
8603
8638
  }[];
8604
8639
  }[];
8605
- tags: {
8606
- name: string;
8607
- id: string;
8608
- createdAt: Date;
8609
- updatedAt: Date;
8610
- deletedAt: Date | null;
8611
- }[];
8612
- callFrom: string | null;
8613
- callTo: string | null;
8614
- note: string | null;
8615
8640
  customFields?: {
8616
8641
  id: string;
8617
8642
  createdAt: Date;
@@ -8705,6 +8730,7 @@ export declare const messengerContract: {
8705
8730
  lineRichMenuId?: string | null | undefined;
8706
8731
  messengerIntegrationType?: "own" | "business" | undefined;
8707
8732
  facebookFeedIntegrationType?: "own" | "business" | undefined;
8733
+ isCSATEnabled?: boolean | undefined;
8708
8734
  };
8709
8735
  status: boolean;
8710
8736
  createdAt: Date;
@@ -8996,6 +9022,7 @@ export declare const messengerContract: {
8996
9022
  closedAt: Date;
8997
9023
  lastMessageAt: Date | null;
8998
9024
  isBotRoom: boolean;
9025
+ csatStatus: string | null;
8999
9026
  cxlog: {
9000
9027
  id: string;
9001
9028
  channel: string | null;
@@ -9023,6 +9050,16 @@ export declare const messengerContract: {
9023
9050
  createdAt: Date;
9024
9051
  updatedAt: Date;
9025
9052
  deletedAt: Date | null;
9053
+ tags: {
9054
+ name: string;
9055
+ id: string;
9056
+ createdAt: Date;
9057
+ updatedAt: Date;
9058
+ deletedAt: Date | null;
9059
+ }[];
9060
+ callFrom: string | null;
9061
+ callTo: string | null;
9062
+ note: string | null;
9026
9063
  categories: {
9027
9064
  id: string;
9028
9065
  value: string;
@@ -9045,16 +9082,6 @@ export declare const messengerContract: {
9045
9082
  }[];
9046
9083
  }[];
9047
9084
  }[];
9048
- tags: {
9049
- name: string;
9050
- id: string;
9051
- createdAt: Date;
9052
- updatedAt: Date;
9053
- deletedAt: Date | null;
9054
- }[];
9055
- callFrom: string | null;
9056
- callTo: string | null;
9057
- note: string | null;
9058
9085
  customFields?: {
9059
9086
  id: string;
9060
9087
  createdAt: Date;
@@ -9132,6 +9159,7 @@ export declare const messengerContract: {
9132
9159
  lineRichMenuId?: string | null | undefined;
9133
9160
  messengerIntegrationType?: "own" | "business" | undefined;
9134
9161
  facebookFeedIntegrationType?: "own" | "business" | undefined;
9162
+ isCSATEnabled?: boolean | undefined;
9135
9163
  };
9136
9164
  status: boolean;
9137
9165
  createdAt: Date;
@@ -9423,6 +9451,7 @@ export declare const messengerContract: {
9423
9451
  closedAt: Date;
9424
9452
  lastMessageAt: Date | null;
9425
9453
  isBotRoom: boolean;
9454
+ csatStatus: string | null;
9426
9455
  cxlog: {
9427
9456
  id: string;
9428
9457
  channel: string | null;
@@ -9450,6 +9479,16 @@ export declare const messengerContract: {
9450
9479
  createdAt: Date;
9451
9480
  updatedAt: Date;
9452
9481
  deletedAt: Date | null;
9482
+ tags: {
9483
+ name: string;
9484
+ id: string;
9485
+ createdAt: Date;
9486
+ updatedAt: Date;
9487
+ deletedAt: Date | null;
9488
+ }[];
9489
+ callFrom: string | null;
9490
+ callTo: string | null;
9491
+ note: string | null;
9453
9492
  categories: {
9454
9493
  id: string;
9455
9494
  value: string;
@@ -9472,16 +9511,6 @@ export declare const messengerContract: {
9472
9511
  }[];
9473
9512
  }[];
9474
9513
  }[];
9475
- tags: {
9476
- name: string;
9477
- id: string;
9478
- createdAt: Date;
9479
- updatedAt: Date;
9480
- deletedAt: Date | null;
9481
- }[];
9482
- callFrom: string | null;
9483
- callTo: string | null;
9484
- note: string | null;
9485
9514
  customFields?: {
9486
9515
  id: string;
9487
9516
  createdAt: Date;
@@ -9565,8 +9594,8 @@ export declare const messengerContract: {
9565
9594
  updatedAt: z.ZodDate;
9566
9595
  deletedAt: z.ZodNullable<z.ZodDate>;
9567
9596
  message: z.ZodString;
9568
- direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
9569
- 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"]>;
9597
+ direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
9598
+ type: z.ZodUnion<[z.ZodLiteral<string>, z.ZodLiteral<string>, ...z.ZodLiteral<string>[]]>;
9570
9599
  readAt: z.ZodDate;
9571
9600
  metadata: z.ZodAny;
9572
9601
  platformId: z.ZodString;
@@ -10224,7 +10253,7 @@ export declare const messengerContract: {
10224
10253
  };
10225
10254
  }>;
10226
10255
  }, "strip", z.ZodTypeAny, {
10227
- 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
+ type: string;
10228
10257
  message: string;
10229
10258
  id: string;
10230
10259
  url: string;
@@ -10386,7 +10415,7 @@ export declare const messengerContract: {
10386
10415
  metadata?: any;
10387
10416
  template?: any;
10388
10417
  }, {
10389
- 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
+ type: string;
10390
10419
  message: string;
10391
10420
  id: string;
10392
10421
  url: string;
@@ -11188,7 +11217,7 @@ export declare const messengerContract: {
11188
11217
  editedMessageid: z.ZodString;
11189
11218
  label: z.ZodOptional<z.ZodString>;
11190
11219
  }, "strip", z.ZodTypeAny, {
11191
- 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
+ type: string;
11192
11221
  message: string;
11193
11222
  id: string;
11194
11223
  url: string;
@@ -11332,6 +11361,7 @@ export declare const messengerContract: {
11332
11361
  lineRichMenuId?: string | null | undefined;
11333
11362
  messengerIntegrationType?: "own" | "business" | undefined;
11334
11363
  facebookFeedIntegrationType?: "own" | "business" | undefined;
11364
+ isCSATEnabled?: boolean | undefined;
11335
11365
  };
11336
11366
  status: boolean;
11337
11367
  createdAt: Date;
@@ -11623,6 +11653,7 @@ export declare const messengerContract: {
11623
11653
  closedAt: Date;
11624
11654
  lastMessageAt: Date | null;
11625
11655
  isBotRoom: boolean;
11656
+ csatStatus: string | null;
11626
11657
  cxlog: {
11627
11658
  id: string;
11628
11659
  channel: string | null;
@@ -11650,6 +11681,16 @@ export declare const messengerContract: {
11650
11681
  createdAt: Date;
11651
11682
  updatedAt: Date;
11652
11683
  deletedAt: Date | null;
11684
+ tags: {
11685
+ name: string;
11686
+ id: string;
11687
+ createdAt: Date;
11688
+ updatedAt: Date;
11689
+ deletedAt: Date | null;
11690
+ }[];
11691
+ callFrom: string | null;
11692
+ callTo: string | null;
11693
+ note: string | null;
11653
11694
  categories: {
11654
11695
  id: string;
11655
11696
  value: string;
@@ -11672,16 +11713,6 @@ export declare const messengerContract: {
11672
11713
  }[];
11673
11714
  }[];
11674
11715
  }[];
11675
- tags: {
11676
- name: string;
11677
- id: string;
11678
- createdAt: Date;
11679
- updatedAt: Date;
11680
- deletedAt: Date | null;
11681
- }[];
11682
- callFrom: string | null;
11683
- callTo: string | null;
11684
- note: string | null;
11685
11716
  customFields?: {
11686
11717
  id: string;
11687
11718
  createdAt: Date;
@@ -11741,7 +11772,7 @@ export declare const messengerContract: {
11741
11772
  previewUrl: string;
11742
11773
  imageSetId: string;
11743
11774
  repliedMessage: {
11744
- 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
+ type: string;
11745
11776
  message: string;
11746
11777
  id: string;
11747
11778
  url: string;
@@ -11952,7 +11983,7 @@ export declare const messengerContract: {
11952
11983
  template?: any;
11953
11984
  label?: string | undefined;
11954
11985
  }, {
11955
- 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
+ type: string;
11956
11987
  message: string;
11957
11988
  id: string;
11958
11989
  url: string;
@@ -12096,6 +12127,7 @@ export declare const messengerContract: {
12096
12127
  lineRichMenuId?: string | null | undefined;
12097
12128
  messengerIntegrationType?: "own" | "business" | undefined;
12098
12129
  facebookFeedIntegrationType?: "own" | "business" | undefined;
12130
+ isCSATEnabled?: boolean | undefined;
12099
12131
  };
12100
12132
  status: boolean;
12101
12133
  createdAt: Date;
@@ -12387,6 +12419,7 @@ export declare const messengerContract: {
12387
12419
  closedAt: Date;
12388
12420
  lastMessageAt: Date | null;
12389
12421
  isBotRoom: boolean;
12422
+ csatStatus: string | null;
12390
12423
  cxlog: {
12391
12424
  id: string;
12392
12425
  channel: string | null;
@@ -12414,6 +12447,16 @@ export declare const messengerContract: {
12414
12447
  createdAt: Date;
12415
12448
  updatedAt: Date;
12416
12449
  deletedAt: Date | null;
12450
+ tags: {
12451
+ name: string;
12452
+ id: string;
12453
+ createdAt: Date;
12454
+ updatedAt: Date;
12455
+ deletedAt: Date | null;
12456
+ }[];
12457
+ callFrom: string | null;
12458
+ callTo: string | null;
12459
+ note: string | null;
12417
12460
  categories: {
12418
12461
  id: string;
12419
12462
  value: string;
@@ -12436,16 +12479,6 @@ export declare const messengerContract: {
12436
12479
  }[];
12437
12480
  }[];
12438
12481
  }[];
12439
- tags: {
12440
- name: string;
12441
- id: string;
12442
- createdAt: Date;
12443
- updatedAt: Date;
12444
- deletedAt: Date | null;
12445
- }[];
12446
- callFrom: string | null;
12447
- callTo: string | null;
12448
- note: string | null;
12449
12482
  customFields?: {
12450
12483
  id: string;
12451
12484
  createdAt: Date;
@@ -12505,7 +12538,7 @@ export declare const messengerContract: {
12505
12538
  previewUrl: string;
12506
12539
  imageSetId: string;
12507
12540
  repliedMessage: {
12508
- 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
+ type: string;
12509
12542
  message: string;
12510
12543
  id: string;
12511
12544
  url: string;
@@ -12717,7 +12750,7 @@ export declare const messengerContract: {
12717
12750
  label?: string | undefined;
12718
12751
  }>>>;
12719
12752
  }, "strip", z.ZodTypeAny, {
12720
- 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
+ type: string;
12721
12754
  message: string;
12722
12755
  id: string;
12723
12756
  url: string;
@@ -12861,6 +12894,7 @@ export declare const messengerContract: {
12861
12894
  lineRichMenuId?: string | null | undefined;
12862
12895
  messengerIntegrationType?: "own" | "business" | undefined;
12863
12896
  facebookFeedIntegrationType?: "own" | "business" | undefined;
12897
+ isCSATEnabled?: boolean | undefined;
12864
12898
  };
12865
12899
  status: boolean;
12866
12900
  createdAt: Date;
@@ -13152,6 +13186,7 @@ export declare const messengerContract: {
13152
13186
  closedAt: Date;
13153
13187
  lastMessageAt: Date | null;
13154
13188
  isBotRoom: boolean;
13189
+ csatStatus: string | null;
13155
13190
  cxlog: {
13156
13191
  id: string;
13157
13192
  channel: string | null;
@@ -13179,6 +13214,16 @@ export declare const messengerContract: {
13179
13214
  createdAt: Date;
13180
13215
  updatedAt: Date;
13181
13216
  deletedAt: Date | null;
13217
+ tags: {
13218
+ name: string;
13219
+ id: string;
13220
+ createdAt: Date;
13221
+ updatedAt: Date;
13222
+ deletedAt: Date | null;
13223
+ }[];
13224
+ callFrom: string | null;
13225
+ callTo: string | null;
13226
+ note: string | null;
13182
13227
  categories: {
13183
13228
  id: string;
13184
13229
  value: string;
@@ -13201,16 +13246,6 @@ export declare const messengerContract: {
13201
13246
  }[];
13202
13247
  }[];
13203
13248
  }[];
13204
- tags: {
13205
- name: string;
13206
- id: string;
13207
- createdAt: Date;
13208
- updatedAt: Date;
13209
- deletedAt: Date | null;
13210
- }[];
13211
- callFrom: string | null;
13212
- callTo: string | null;
13213
- note: string | null;
13214
13249
  customFields?: {
13215
13250
  id: string;
13216
13251
  createdAt: Date;
@@ -13270,7 +13305,7 @@ export declare const messengerContract: {
13270
13305
  previewUrl: string;
13271
13306
  imageSetId: string;
13272
13307
  repliedMessage: {
13273
- 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
+ type: string;
13274
13309
  message: string;
13275
13310
  id: string;
13276
13311
  url: string;
@@ -13481,7 +13516,7 @@ export declare const messengerContract: {
13481
13516
  template?: any;
13482
13517
  metadata?: any;
13483
13518
  fromMessage?: {
13484
- 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
+ type: string;
13485
13520
  message: string;
13486
13521
  id: string;
13487
13522
  url: string;
@@ -13625,6 +13660,7 @@ export declare const messengerContract: {
13625
13660
  lineRichMenuId?: string | null | undefined;
13626
13661
  messengerIntegrationType?: "own" | "business" | undefined;
13627
13662
  facebookFeedIntegrationType?: "own" | "business" | undefined;
13663
+ isCSATEnabled?: boolean | undefined;
13628
13664
  };
13629
13665
  status: boolean;
13630
13666
  createdAt: Date;
@@ -13916,6 +13952,7 @@ export declare const messengerContract: {
13916
13952
  closedAt: Date;
13917
13953
  lastMessageAt: Date | null;
13918
13954
  isBotRoom: boolean;
13955
+ csatStatus: string | null;
13919
13956
  cxlog: {
13920
13957
  id: string;
13921
13958
  channel: string | null;
@@ -13943,6 +13980,16 @@ export declare const messengerContract: {
13943
13980
  createdAt: Date;
13944
13981
  updatedAt: Date;
13945
13982
  deletedAt: Date | null;
13983
+ tags: {
13984
+ name: string;
13985
+ id: string;
13986
+ createdAt: Date;
13987
+ updatedAt: Date;
13988
+ deletedAt: Date | null;
13989
+ }[];
13990
+ callFrom: string | null;
13991
+ callTo: string | null;
13992
+ note: string | null;
13946
13993
  categories: {
13947
13994
  id: string;
13948
13995
  value: string;
@@ -13965,16 +14012,6 @@ export declare const messengerContract: {
13965
14012
  }[];
13966
14013
  }[];
13967
14014
  }[];
13968
- tags: {
13969
- name: string;
13970
- id: string;
13971
- createdAt: Date;
13972
- updatedAt: Date;
13973
- deletedAt: Date | null;
13974
- }[];
13975
- callFrom: string | null;
13976
- callTo: string | null;
13977
- note: string | null;
13978
14015
  customFields?: {
13979
14016
  id: string;
13980
14017
  createdAt: Date;
@@ -14034,7 +14071,7 @@ export declare const messengerContract: {
14034
14071
  previewUrl: string;
14035
14072
  imageSetId: string;
14036
14073
  repliedMessage: {
14037
- 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
+ type: string;
14038
14075
  message: string;
14039
14076
  id: string;
14040
14077
  url: string;
@@ -14246,7 +14283,7 @@ export declare const messengerContract: {
14246
14283
  label?: string | undefined;
14247
14284
  } | null | undefined;
14248
14285
  }, {
14249
- 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
+ type: string;
14250
14287
  message: string;
14251
14288
  id: string;
14252
14289
  url: string;
@@ -14390,6 +14427,7 @@ export declare const messengerContract: {
14390
14427
  lineRichMenuId?: string | null | undefined;
14391
14428
  messengerIntegrationType?: "own" | "business" | undefined;
14392
14429
  facebookFeedIntegrationType?: "own" | "business" | undefined;
14430
+ isCSATEnabled?: boolean | undefined;
14393
14431
  };
14394
14432
  status: boolean;
14395
14433
  createdAt: Date;
@@ -14681,6 +14719,7 @@ export declare const messengerContract: {
14681
14719
  closedAt: Date;
14682
14720
  lastMessageAt: Date | null;
14683
14721
  isBotRoom: boolean;
14722
+ csatStatus: string | null;
14684
14723
  cxlog: {
14685
14724
  id: string;
14686
14725
  channel: string | null;
@@ -14708,6 +14747,16 @@ export declare const messengerContract: {
14708
14747
  createdAt: Date;
14709
14748
  updatedAt: Date;
14710
14749
  deletedAt: Date | null;
14750
+ tags: {
14751
+ name: string;
14752
+ id: string;
14753
+ createdAt: Date;
14754
+ updatedAt: Date;
14755
+ deletedAt: Date | null;
14756
+ }[];
14757
+ callFrom: string | null;
14758
+ callTo: string | null;
14759
+ note: string | null;
14711
14760
  categories: {
14712
14761
  id: string;
14713
14762
  value: string;
@@ -14730,16 +14779,6 @@ export declare const messengerContract: {
14730
14779
  }[];
14731
14780
  }[];
14732
14781
  }[];
14733
- tags: {
14734
- name: string;
14735
- id: string;
14736
- createdAt: Date;
14737
- updatedAt: Date;
14738
- deletedAt: Date | null;
14739
- }[];
14740
- callFrom: string | null;
14741
- callTo: string | null;
14742
- note: string | null;
14743
14782
  customFields?: {
14744
14783
  id: string;
14745
14784
  createdAt: Date;
@@ -14799,7 +14838,7 @@ export declare const messengerContract: {
14799
14838
  previewUrl: string;
14800
14839
  imageSetId: string;
14801
14840
  repliedMessage: {
14802
- 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
+ type: string;
14803
14842
  message: string;
14804
14843
  id: string;
14805
14844
  url: string;
@@ -15010,7 +15049,7 @@ export declare const messengerContract: {
15010
15049
  template?: any;
15011
15050
  metadata?: any;
15012
15051
  fromMessage?: {
15013
- 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
+ type: string;
15014
15053
  message: string;
15015
15054
  id: string;
15016
15055
  url: string;
@@ -15154,6 +15193,7 @@ export declare const messengerContract: {
15154
15193
  lineRichMenuId?: string | null | undefined;
15155
15194
  messengerIntegrationType?: "own" | "business" | undefined;
15156
15195
  facebookFeedIntegrationType?: "own" | "business" | undefined;
15196
+ isCSATEnabled?: boolean | undefined;
15157
15197
  };
15158
15198
  status: boolean;
15159
15199
  createdAt: Date;
@@ -15445,6 +15485,7 @@ export declare const messengerContract: {
15445
15485
  closedAt: Date;
15446
15486
  lastMessageAt: Date | null;
15447
15487
  isBotRoom: boolean;
15488
+ csatStatus: string | null;
15448
15489
  cxlog: {
15449
15490
  id: string;
15450
15491
  channel: string | null;
@@ -15472,6 +15513,16 @@ export declare const messengerContract: {
15472
15513
  createdAt: Date;
15473
15514
  updatedAt: Date;
15474
15515
  deletedAt: Date | null;
15516
+ tags: {
15517
+ name: string;
15518
+ id: string;
15519
+ createdAt: Date;
15520
+ updatedAt: Date;
15521
+ deletedAt: Date | null;
15522
+ }[];
15523
+ callFrom: string | null;
15524
+ callTo: string | null;
15525
+ note: string | null;
15475
15526
  categories: {
15476
15527
  id: string;
15477
15528
  value: string;
@@ -15494,16 +15545,6 @@ export declare const messengerContract: {
15494
15545
  }[];
15495
15546
  }[];
15496
15547
  }[];
15497
- tags: {
15498
- name: string;
15499
- id: string;
15500
- createdAt: Date;
15501
- updatedAt: Date;
15502
- deletedAt: Date | null;
15503
- }[];
15504
- callFrom: string | null;
15505
- callTo: string | null;
15506
- note: string | null;
15507
15548
  customFields?: {
15508
15549
  id: string;
15509
15550
  createdAt: Date;
@@ -15563,7 +15604,7 @@ export declare const messengerContract: {
15563
15604
  previewUrl: string;
15564
15605
  imageSetId: string;
15565
15606
  repliedMessage: {
15566
- 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
+ type: string;
15567
15608
  message: string;
15568
15609
  id: string;
15569
15610
  url: string;
@@ -15777,7 +15818,7 @@ export declare const messengerContract: {
15777
15818
  }>;
15778
15819
  }, "strip", z.ZodTypeAny, {
15779
15820
  data: {
15780
- 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
+ type: string;
15781
15822
  message: string;
15782
15823
  id: string;
15783
15824
  url: string;
@@ -15921,6 +15962,7 @@ export declare const messengerContract: {
15921
15962
  lineRichMenuId?: string | null | undefined;
15922
15963
  messengerIntegrationType?: "own" | "business" | undefined;
15923
15964
  facebookFeedIntegrationType?: "own" | "business" | undefined;
15965
+ isCSATEnabled?: boolean | undefined;
15924
15966
  };
15925
15967
  status: boolean;
15926
15968
  createdAt: Date;
@@ -16212,6 +16254,7 @@ export declare const messengerContract: {
16212
16254
  closedAt: Date;
16213
16255
  lastMessageAt: Date | null;
16214
16256
  isBotRoom: boolean;
16257
+ csatStatus: string | null;
16215
16258
  cxlog: {
16216
16259
  id: string;
16217
16260
  channel: string | null;
@@ -16239,6 +16282,16 @@ export declare const messengerContract: {
16239
16282
  createdAt: Date;
16240
16283
  updatedAt: Date;
16241
16284
  deletedAt: Date | null;
16285
+ tags: {
16286
+ name: string;
16287
+ id: string;
16288
+ createdAt: Date;
16289
+ updatedAt: Date;
16290
+ deletedAt: Date | null;
16291
+ }[];
16292
+ callFrom: string | null;
16293
+ callTo: string | null;
16294
+ note: string | null;
16242
16295
  categories: {
16243
16296
  id: string;
16244
16297
  value: string;
@@ -16261,16 +16314,6 @@ export declare const messengerContract: {
16261
16314
  }[];
16262
16315
  }[];
16263
16316
  }[];
16264
- tags: {
16265
- name: string;
16266
- id: string;
16267
- createdAt: Date;
16268
- updatedAt: Date;
16269
- deletedAt: Date | null;
16270
- }[];
16271
- callFrom: string | null;
16272
- callTo: string | null;
16273
- note: string | null;
16274
16317
  customFields?: {
16275
16318
  id: string;
16276
16319
  createdAt: Date;
@@ -16330,7 +16373,7 @@ export declare const messengerContract: {
16330
16373
  previewUrl: string;
16331
16374
  imageSetId: string;
16332
16375
  repliedMessage: {
16333
- 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
+ type: string;
16334
16377
  message: string;
16335
16378
  id: string;
16336
16379
  url: string;
@@ -16541,7 +16584,7 @@ export declare const messengerContract: {
16541
16584
  template?: any;
16542
16585
  metadata?: any;
16543
16586
  fromMessage?: {
16544
- 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
+ type: string;
16545
16588
  message: string;
16546
16589
  id: string;
16547
16590
  url: string;
@@ -16685,6 +16728,7 @@ export declare const messengerContract: {
16685
16728
  lineRichMenuId?: string | null | undefined;
16686
16729
  messengerIntegrationType?: "own" | "business" | undefined;
16687
16730
  facebookFeedIntegrationType?: "own" | "business" | undefined;
16731
+ isCSATEnabled?: boolean | undefined;
16688
16732
  };
16689
16733
  status: boolean;
16690
16734
  createdAt: Date;
@@ -16976,6 +17020,7 @@ export declare const messengerContract: {
16976
17020
  closedAt: Date;
16977
17021
  lastMessageAt: Date | null;
16978
17022
  isBotRoom: boolean;
17023
+ csatStatus: string | null;
16979
17024
  cxlog: {
16980
17025
  id: string;
16981
17026
  channel: string | null;
@@ -17003,6 +17048,16 @@ export declare const messengerContract: {
17003
17048
  createdAt: Date;
17004
17049
  updatedAt: Date;
17005
17050
  deletedAt: Date | null;
17051
+ tags: {
17052
+ name: string;
17053
+ id: string;
17054
+ createdAt: Date;
17055
+ updatedAt: Date;
17056
+ deletedAt: Date | null;
17057
+ }[];
17058
+ callFrom: string | null;
17059
+ callTo: string | null;
17060
+ note: string | null;
17006
17061
  categories: {
17007
17062
  id: string;
17008
17063
  value: string;
@@ -17025,16 +17080,6 @@ export declare const messengerContract: {
17025
17080
  }[];
17026
17081
  }[];
17027
17082
  }[];
17028
- tags: {
17029
- name: string;
17030
- id: string;
17031
- createdAt: Date;
17032
- updatedAt: Date;
17033
- deletedAt: Date | null;
17034
- }[];
17035
- callFrom: string | null;
17036
- callTo: string | null;
17037
- note: string | null;
17038
17083
  customFields?: {
17039
17084
  id: string;
17040
17085
  createdAt: Date;
@@ -17094,7 +17139,7 @@ export declare const messengerContract: {
17094
17139
  previewUrl: string;
17095
17140
  imageSetId: string;
17096
17141
  repliedMessage: {
17097
- 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
+ type: string;
17098
17143
  message: string;
17099
17144
  id: string;
17100
17145
  url: string;
@@ -17309,7 +17354,7 @@ export declare const messengerContract: {
17309
17354
  requestId: string;
17310
17355
  }, {
17311
17356
  data: {
17312
- 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
+ type: string;
17313
17358
  message: string;
17314
17359
  id: string;
17315
17360
  url: string;
@@ -17453,6 +17498,7 @@ export declare const messengerContract: {
17453
17498
  lineRichMenuId?: string | null | undefined;
17454
17499
  messengerIntegrationType?: "own" | "business" | undefined;
17455
17500
  facebookFeedIntegrationType?: "own" | "business" | undefined;
17501
+ isCSATEnabled?: boolean | undefined;
17456
17502
  };
17457
17503
  status: boolean;
17458
17504
  createdAt: Date;
@@ -17744,6 +17790,7 @@ export declare const messengerContract: {
17744
17790
  closedAt: Date;
17745
17791
  lastMessageAt: Date | null;
17746
17792
  isBotRoom: boolean;
17793
+ csatStatus: string | null;
17747
17794
  cxlog: {
17748
17795
  id: string;
17749
17796
  channel: string | null;
@@ -17771,6 +17818,16 @@ export declare const messengerContract: {
17771
17818
  createdAt: Date;
17772
17819
  updatedAt: Date;
17773
17820
  deletedAt: Date | null;
17821
+ tags: {
17822
+ name: string;
17823
+ id: string;
17824
+ createdAt: Date;
17825
+ updatedAt: Date;
17826
+ deletedAt: Date | null;
17827
+ }[];
17828
+ callFrom: string | null;
17829
+ callTo: string | null;
17830
+ note: string | null;
17774
17831
  categories: {
17775
17832
  id: string;
17776
17833
  value: string;
@@ -17793,16 +17850,6 @@ export declare const messengerContract: {
17793
17850
  }[];
17794
17851
  }[];
17795
17852
  }[];
17796
- tags: {
17797
- name: string;
17798
- id: string;
17799
- createdAt: Date;
17800
- updatedAt: Date;
17801
- deletedAt: Date | null;
17802
- }[];
17803
- callFrom: string | null;
17804
- callTo: string | null;
17805
- note: string | null;
17806
17853
  customFields?: {
17807
17854
  id: string;
17808
17855
  createdAt: Date;
@@ -17862,7 +17909,7 @@ export declare const messengerContract: {
17862
17909
  previewUrl: string;
17863
17910
  imageSetId: string;
17864
17911
  repliedMessage: {
17865
- 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
+ type: string;
17866
17913
  message: string;
17867
17914
  id: string;
17868
17915
  url: string;
@@ -18073,7 +18120,7 @@ export declare const messengerContract: {
18073
18120
  template?: any;
18074
18121
  metadata?: any;
18075
18122
  fromMessage?: {
18076
- 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
+ type: string;
18077
18124
  message: string;
18078
18125
  id: string;
18079
18126
  url: string;
@@ -18217,6 +18264,7 @@ export declare const messengerContract: {
18217
18264
  lineRichMenuId?: string | null | undefined;
18218
18265
  messengerIntegrationType?: "own" | "business" | undefined;
18219
18266
  facebookFeedIntegrationType?: "own" | "business" | undefined;
18267
+ isCSATEnabled?: boolean | undefined;
18220
18268
  };
18221
18269
  status: boolean;
18222
18270
  createdAt: Date;
@@ -18508,6 +18556,7 @@ export declare const messengerContract: {
18508
18556
  closedAt: Date;
18509
18557
  lastMessageAt: Date | null;
18510
18558
  isBotRoom: boolean;
18559
+ csatStatus: string | null;
18511
18560
  cxlog: {
18512
18561
  id: string;
18513
18562
  channel: string | null;
@@ -18535,6 +18584,16 @@ export declare const messengerContract: {
18535
18584
  createdAt: Date;
18536
18585
  updatedAt: Date;
18537
18586
  deletedAt: Date | null;
18587
+ tags: {
18588
+ name: string;
18589
+ id: string;
18590
+ createdAt: Date;
18591
+ updatedAt: Date;
18592
+ deletedAt: Date | null;
18593
+ }[];
18594
+ callFrom: string | null;
18595
+ callTo: string | null;
18596
+ note: string | null;
18538
18597
  categories: {
18539
18598
  id: string;
18540
18599
  value: string;
@@ -18557,16 +18616,6 @@ export declare const messengerContract: {
18557
18616
  }[];
18558
18617
  }[];
18559
18618
  }[];
18560
- tags: {
18561
- name: string;
18562
- id: string;
18563
- createdAt: Date;
18564
- updatedAt: Date;
18565
- deletedAt: Date | null;
18566
- }[];
18567
- callFrom: string | null;
18568
- callTo: string | null;
18569
- note: string | null;
18570
18619
  customFields?: {
18571
18620
  id: string;
18572
18621
  createdAt: Date;
@@ -18626,7 +18675,7 @@ export declare const messengerContract: {
18626
18675
  previewUrl: string;
18627
18676
  imageSetId: string;
18628
18677
  repliedMessage: {
18629
- 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
+ type: string;
18630
18679
  message: string;
18631
18680
  id: string;
18632
18681
  url: string;
@@ -18931,6 +18980,7 @@ export declare const messengerContract: {
18931
18980
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
18932
18981
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
18933
18982
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
18983
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
18934
18984
  }, "strip", z.ZodTypeAny, {
18935
18985
  name: string;
18936
18986
  id: string;
@@ -18960,6 +19010,7 @@ export declare const messengerContract: {
18960
19010
  lineRichMenuId?: string | null | undefined;
18961
19011
  messengerIntegrationType?: "own" | "business" | undefined;
18962
19012
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19013
+ isCSATEnabled?: boolean | undefined;
18963
19014
  }, {
18964
19015
  name: string;
18965
19016
  id: string;
@@ -18989,6 +19040,7 @@ export declare const messengerContract: {
18989
19040
  lineRichMenuId?: string | null | undefined;
18990
19041
  messengerIntegrationType?: "own" | "business" | undefined;
18991
19042
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19043
+ isCSATEnabled?: boolean | undefined;
18992
19044
  }>>;
18993
19045
  platformId: z.ZodOptional<z.ZodString>;
18994
19046
  brandName: z.ZodOptional<z.ZodString>;
@@ -19048,6 +19100,7 @@ export declare const messengerContract: {
19048
19100
  lineRichMenuId?: string | null | undefined;
19049
19101
  messengerIntegrationType?: "own" | "business" | undefined;
19050
19102
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19103
+ isCSATEnabled?: boolean | undefined;
19051
19104
  } | undefined;
19052
19105
  platformId?: string | undefined;
19053
19106
  brandName?: string | undefined;
@@ -19095,6 +19148,7 @@ export declare const messengerContract: {
19095
19148
  lineRichMenuId?: string | null | undefined;
19096
19149
  messengerIntegrationType?: "own" | "business" | undefined;
19097
19150
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19151
+ isCSATEnabled?: boolean | undefined;
19098
19152
  } | undefined;
19099
19153
  platformId?: string | undefined;
19100
19154
  brandName?: string | undefined;
@@ -19181,6 +19235,7 @@ export declare const messengerContract: {
19181
19235
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
19182
19236
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
19183
19237
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
19238
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
19184
19239
  }, "strip", z.ZodTypeAny, {
19185
19240
  name: string;
19186
19241
  id: string;
@@ -19210,6 +19265,7 @@ export declare const messengerContract: {
19210
19265
  lineRichMenuId?: string | null | undefined;
19211
19266
  messengerIntegrationType?: "own" | "business" | undefined;
19212
19267
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19268
+ isCSATEnabled?: boolean | undefined;
19213
19269
  }, {
19214
19270
  name: string;
19215
19271
  id: string;
@@ -19239,6 +19295,7 @@ export declare const messengerContract: {
19239
19295
  lineRichMenuId?: string | null | undefined;
19240
19296
  messengerIntegrationType?: "own" | "business" | undefined;
19241
19297
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19298
+ isCSATEnabled?: boolean | undefined;
19242
19299
  }>;
19243
19300
  platformId: z.ZodString;
19244
19301
  brandName: z.ZodString;
@@ -19298,6 +19355,7 @@ export declare const messengerContract: {
19298
19355
  lineRichMenuId?: string | null | undefined;
19299
19356
  messengerIntegrationType?: "own" | "business" | undefined;
19300
19357
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19358
+ isCSATEnabled?: boolean | undefined;
19301
19359
  };
19302
19360
  status: boolean;
19303
19361
  brandName: string;
@@ -19345,6 +19403,7 @@ export declare const messengerContract: {
19345
19403
  lineRichMenuId?: string | null | undefined;
19346
19404
  messengerIntegrationType?: "own" | "business" | undefined;
19347
19405
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19406
+ isCSATEnabled?: boolean | undefined;
19348
19407
  };
19349
19408
  status: boolean;
19350
19409
  brandName: string;
@@ -19394,6 +19453,7 @@ export declare const messengerContract: {
19394
19453
  lineRichMenuId?: string | null | undefined;
19395
19454
  messengerIntegrationType?: "own" | "business" | undefined;
19396
19455
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19456
+ isCSATEnabled?: boolean | undefined;
19397
19457
  };
19398
19458
  status: boolean;
19399
19459
  brandName: string;
@@ -19444,6 +19504,7 @@ export declare const messengerContract: {
19444
19504
  lineRichMenuId?: string | null | undefined;
19445
19505
  messengerIntegrationType?: "own" | "business" | undefined;
19446
19506
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19507
+ isCSATEnabled?: boolean | undefined;
19447
19508
  };
19448
19509
  status: boolean;
19449
19510
  brandName: string;
@@ -19552,6 +19613,7 @@ export declare const messengerContract: {
19552
19613
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
19553
19614
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
19554
19615
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
19616
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
19555
19617
  }, "strip", z.ZodTypeAny, {
19556
19618
  name: string;
19557
19619
  id: string;
@@ -19581,6 +19643,7 @@ export declare const messengerContract: {
19581
19643
  lineRichMenuId?: string | null | undefined;
19582
19644
  messengerIntegrationType?: "own" | "business" | undefined;
19583
19645
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19646
+ isCSATEnabled?: boolean | undefined;
19584
19647
  }, {
19585
19648
  name: string;
19586
19649
  id: string;
@@ -19610,6 +19673,7 @@ export declare const messengerContract: {
19610
19673
  lineRichMenuId?: string | null | undefined;
19611
19674
  messengerIntegrationType?: "own" | "business" | undefined;
19612
19675
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19676
+ isCSATEnabled?: boolean | undefined;
19613
19677
  }>>;
19614
19678
  platformId: z.ZodOptional<z.ZodString>;
19615
19679
  brandName: z.ZodOptional<z.ZodString>;
@@ -19669,6 +19733,7 @@ export declare const messengerContract: {
19669
19733
  lineRichMenuId?: string | null | undefined;
19670
19734
  messengerIntegrationType?: "own" | "business" | undefined;
19671
19735
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19736
+ isCSATEnabled?: boolean | undefined;
19672
19737
  } | undefined;
19673
19738
  platformId?: string | undefined;
19674
19739
  brandName?: string | undefined;
@@ -19716,6 +19781,7 @@ export declare const messengerContract: {
19716
19781
  lineRichMenuId?: string | null | undefined;
19717
19782
  messengerIntegrationType?: "own" | "business" | undefined;
19718
19783
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19784
+ isCSATEnabled?: boolean | undefined;
19719
19785
  } | undefined;
19720
19786
  platformId?: string | undefined;
19721
19787
  brandName?: string | undefined;
@@ -19802,6 +19868,7 @@ export declare const messengerContract: {
19802
19868
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
19803
19869
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
19804
19870
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
19871
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
19805
19872
  }, "strip", z.ZodTypeAny, {
19806
19873
  name: string;
19807
19874
  id: string;
@@ -19831,6 +19898,7 @@ export declare const messengerContract: {
19831
19898
  lineRichMenuId?: string | null | undefined;
19832
19899
  messengerIntegrationType?: "own" | "business" | undefined;
19833
19900
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19901
+ isCSATEnabled?: boolean | undefined;
19834
19902
  }, {
19835
19903
  name: string;
19836
19904
  id: string;
@@ -19860,6 +19928,7 @@ export declare const messengerContract: {
19860
19928
  lineRichMenuId?: string | null | undefined;
19861
19929
  messengerIntegrationType?: "own" | "business" | undefined;
19862
19930
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19931
+ isCSATEnabled?: boolean | undefined;
19863
19932
  }>;
19864
19933
  platformId: z.ZodString;
19865
19934
  brandName: z.ZodString;
@@ -19919,6 +19988,7 @@ export declare const messengerContract: {
19919
19988
  lineRichMenuId?: string | null | undefined;
19920
19989
  messengerIntegrationType?: "own" | "business" | undefined;
19921
19990
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19991
+ isCSATEnabled?: boolean | undefined;
19922
19992
  };
19923
19993
  status: boolean;
19924
19994
  brandName: string;
@@ -19966,6 +20036,7 @@ export declare const messengerContract: {
19966
20036
  lineRichMenuId?: string | null | undefined;
19967
20037
  messengerIntegrationType?: "own" | "business" | undefined;
19968
20038
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20039
+ isCSATEnabled?: boolean | undefined;
19969
20040
  };
19970
20041
  status: boolean;
19971
20042
  brandName: string;
@@ -20015,6 +20086,7 @@ export declare const messengerContract: {
20015
20086
  lineRichMenuId?: string | null | undefined;
20016
20087
  messengerIntegrationType?: "own" | "business" | undefined;
20017
20088
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20089
+ isCSATEnabled?: boolean | undefined;
20018
20090
  };
20019
20091
  status: boolean;
20020
20092
  brandName: string;
@@ -20065,6 +20137,7 @@ export declare const messengerContract: {
20065
20137
  lineRichMenuId?: string | null | undefined;
20066
20138
  messengerIntegrationType?: "own" | "business" | undefined;
20067
20139
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20140
+ isCSATEnabled?: boolean | undefined;
20068
20141
  };
20069
20142
  status: boolean;
20070
20143
  brandName: string;
@@ -20185,6 +20258,7 @@ export declare const messengerContract: {
20185
20258
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
20186
20259
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
20187
20260
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
20261
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
20188
20262
  }, "strip", z.ZodTypeAny, {
20189
20263
  name: string;
20190
20264
  id: string;
@@ -20214,6 +20288,7 @@ export declare const messengerContract: {
20214
20288
  lineRichMenuId?: string | null | undefined;
20215
20289
  messengerIntegrationType?: "own" | "business" | undefined;
20216
20290
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20291
+ isCSATEnabled?: boolean | undefined;
20217
20292
  }, {
20218
20293
  name: string;
20219
20294
  id: string;
@@ -20243,6 +20318,7 @@ export declare const messengerContract: {
20243
20318
  lineRichMenuId?: string | null | undefined;
20244
20319
  messengerIntegrationType?: "own" | "business" | undefined;
20245
20320
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20321
+ isCSATEnabled?: boolean | undefined;
20246
20322
  }>;
20247
20323
  platformId: z.ZodString;
20248
20324
  brandName: z.ZodString;
@@ -20302,6 +20378,7 @@ export declare const messengerContract: {
20302
20378
  lineRichMenuId?: string | null | undefined;
20303
20379
  messengerIntegrationType?: "own" | "business" | undefined;
20304
20380
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20381
+ isCSATEnabled?: boolean | undefined;
20305
20382
  };
20306
20383
  status: boolean;
20307
20384
  brandName: string;
@@ -20349,6 +20426,7 @@ export declare const messengerContract: {
20349
20426
  lineRichMenuId?: string | null | undefined;
20350
20427
  messengerIntegrationType?: "own" | "business" | undefined;
20351
20428
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20429
+ isCSATEnabled?: boolean | undefined;
20352
20430
  };
20353
20431
  status: boolean;
20354
20432
  brandName: string;
@@ -20398,6 +20476,7 @@ export declare const messengerContract: {
20398
20476
  lineRichMenuId?: string | null | undefined;
20399
20477
  messengerIntegrationType?: "own" | "business" | undefined;
20400
20478
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20479
+ isCSATEnabled?: boolean | undefined;
20401
20480
  };
20402
20481
  status: boolean;
20403
20482
  brandName: string;
@@ -20448,6 +20527,7 @@ export declare const messengerContract: {
20448
20527
  lineRichMenuId?: string | null | undefined;
20449
20528
  messengerIntegrationType?: "own" | "business" | undefined;
20450
20529
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20530
+ isCSATEnabled?: boolean | undefined;
20451
20531
  };
20452
20532
  status: boolean;
20453
20533
  brandName: string;
@@ -20568,6 +20648,7 @@ export declare const messengerContract: {
20568
20648
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
20569
20649
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
20570
20650
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
20651
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
20571
20652
  }, "strip", z.ZodTypeAny, {
20572
20653
  name: string;
20573
20654
  id: string;
@@ -20597,6 +20678,7 @@ export declare const messengerContract: {
20597
20678
  lineRichMenuId?: string | null | undefined;
20598
20679
  messengerIntegrationType?: "own" | "business" | undefined;
20599
20680
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20681
+ isCSATEnabled?: boolean | undefined;
20600
20682
  }, {
20601
20683
  name: string;
20602
20684
  id: string;
@@ -20626,6 +20708,7 @@ export declare const messengerContract: {
20626
20708
  lineRichMenuId?: string | null | undefined;
20627
20709
  messengerIntegrationType?: "own" | "business" | undefined;
20628
20710
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20711
+ isCSATEnabled?: boolean | undefined;
20629
20712
  }>;
20630
20713
  platformId: z.ZodString;
20631
20714
  brandName: z.ZodString;
@@ -20685,6 +20768,7 @@ export declare const messengerContract: {
20685
20768
  lineRichMenuId?: string | null | undefined;
20686
20769
  messengerIntegrationType?: "own" | "business" | undefined;
20687
20770
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20771
+ isCSATEnabled?: boolean | undefined;
20688
20772
  };
20689
20773
  status: boolean;
20690
20774
  brandName: string;
@@ -20732,6 +20816,7 @@ export declare const messengerContract: {
20732
20816
  lineRichMenuId?: string | null | undefined;
20733
20817
  messengerIntegrationType?: "own" | "business" | undefined;
20734
20818
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20819
+ isCSATEnabled?: boolean | undefined;
20735
20820
  };
20736
20821
  status: boolean;
20737
20822
  brandName: string;
@@ -20781,6 +20866,7 @@ export declare const messengerContract: {
20781
20866
  lineRichMenuId?: string | null | undefined;
20782
20867
  messengerIntegrationType?: "own" | "business" | undefined;
20783
20868
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20869
+ isCSATEnabled?: boolean | undefined;
20784
20870
  };
20785
20871
  status: boolean;
20786
20872
  brandName: string;
@@ -20831,6 +20917,7 @@ export declare const messengerContract: {
20831
20917
  lineRichMenuId?: string | null | undefined;
20832
20918
  messengerIntegrationType?: "own" | "business" | undefined;
20833
20919
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20920
+ isCSATEnabled?: boolean | undefined;
20834
20921
  };
20835
20922
  status: boolean;
20836
20923
  brandName: string;
@@ -20938,6 +21025,7 @@ export declare const messengerContract: {
20938
21025
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
20939
21026
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
20940
21027
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
21028
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
20941
21029
  }, "strip", z.ZodTypeAny, {
20942
21030
  name: string;
20943
21031
  id: string;
@@ -20967,6 +21055,7 @@ export declare const messengerContract: {
20967
21055
  lineRichMenuId?: string | null | undefined;
20968
21056
  messengerIntegrationType?: "own" | "business" | undefined;
20969
21057
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21058
+ isCSATEnabled?: boolean | undefined;
20970
21059
  }, {
20971
21060
  name: string;
20972
21061
  id: string;
@@ -20996,6 +21085,7 @@ export declare const messengerContract: {
20996
21085
  lineRichMenuId?: string | null | undefined;
20997
21086
  messengerIntegrationType?: "own" | "business" | undefined;
20998
21087
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21088
+ isCSATEnabled?: boolean | undefined;
20999
21089
  }>;
21000
21090
  status: z.ZodUnion<[z.ZodLiteral<true>, z.ZodLiteral<false>]>;
21001
21091
  actor: z.ZodOptional<z.ZodObject<{
@@ -21060,6 +21150,7 @@ export declare const messengerContract: {
21060
21150
  lineRichMenuId?: string | null | undefined;
21061
21151
  messengerIntegrationType?: "own" | "business" | undefined;
21062
21152
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21153
+ isCSATEnabled?: boolean | undefined;
21063
21154
  };
21064
21155
  status: boolean;
21065
21156
  createdAt: string;
@@ -21111,6 +21202,7 @@ export declare const messengerContract: {
21111
21202
  lineRichMenuId?: string | null | undefined;
21112
21203
  messengerIntegrationType?: "own" | "business" | undefined;
21113
21204
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21205
+ isCSATEnabled?: boolean | undefined;
21114
21206
  };
21115
21207
  status: boolean;
21116
21208
  createdAt: string;
@@ -21201,6 +21293,7 @@ export declare const messengerContract: {
21201
21293
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
21202
21294
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
21203
21295
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
21296
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
21204
21297
  }, "strip", z.ZodTypeAny, {
21205
21298
  name: string;
21206
21299
  id: string;
@@ -21230,6 +21323,7 @@ export declare const messengerContract: {
21230
21323
  lineRichMenuId?: string | null | undefined;
21231
21324
  messengerIntegrationType?: "own" | "business" | undefined;
21232
21325
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21326
+ isCSATEnabled?: boolean | undefined;
21233
21327
  }, {
21234
21328
  name: string;
21235
21329
  id: string;
@@ -21259,6 +21353,7 @@ export declare const messengerContract: {
21259
21353
  lineRichMenuId?: string | null | undefined;
21260
21354
  messengerIntegrationType?: "own" | "business" | undefined;
21261
21355
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21356
+ isCSATEnabled?: boolean | undefined;
21262
21357
  }>;
21263
21358
  platformId: z.ZodString;
21264
21359
  brandName: z.ZodString;
@@ -21318,6 +21413,7 @@ export declare const messengerContract: {
21318
21413
  lineRichMenuId?: string | null | undefined;
21319
21414
  messengerIntegrationType?: "own" | "business" | undefined;
21320
21415
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21416
+ isCSATEnabled?: boolean | undefined;
21321
21417
  };
21322
21418
  status: boolean;
21323
21419
  brandName: string;
@@ -21365,6 +21461,7 @@ export declare const messengerContract: {
21365
21461
  lineRichMenuId?: string | null | undefined;
21366
21462
  messengerIntegrationType?: "own" | "business" | undefined;
21367
21463
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21464
+ isCSATEnabled?: boolean | undefined;
21368
21465
  };
21369
21466
  status: boolean;
21370
21467
  brandName: string;
@@ -21414,6 +21511,7 @@ export declare const messengerContract: {
21414
21511
  lineRichMenuId?: string | null | undefined;
21415
21512
  messengerIntegrationType?: "own" | "business" | undefined;
21416
21513
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21514
+ isCSATEnabled?: boolean | undefined;
21417
21515
  };
21418
21516
  status: boolean;
21419
21517
  brandName: string;
@@ -21464,6 +21562,7 @@ export declare const messengerContract: {
21464
21562
  lineRichMenuId?: string | null | undefined;
21465
21563
  messengerIntegrationType?: "own" | "business" | undefined;
21466
21564
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21565
+ isCSATEnabled?: boolean | undefined;
21467
21566
  };
21468
21567
  status: boolean;
21469
21568
  brandName: string;