@kl1/contracts 1.3.19 → 1.3.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (120) hide show
  1. package/dist/api-contracts/src/activity-log/index.d.ts +1 -1
  2. package/dist/api-contracts/src/attribute/index.d.ts +7 -7
  3. package/dist/api-contracts/src/auth/index.d.ts +1 -1
  4. package/dist/api-contracts/src/automation-queue/index.d.ts +7 -10
  5. package/dist/api-contracts/src/automation-queue/index.d.ts.map +1 -1
  6. package/dist/api-contracts/src/aws/index.d.ts +2 -2
  7. package/dist/api-contracts/src/botpress/index.d.ts +2 -2
  8. package/dist/api-contracts/src/business-calendar/index.d.ts +4 -4
  9. package/dist/api-contracts/src/business-calendar/index.d.ts.map +1 -1
  10. package/dist/api-contracts/src/category/index.d.ts +7 -7
  11. package/dist/api-contracts/src/channel/index.d.ts +257 -1992
  12. package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
  13. package/dist/api-contracts/src/channel/schema.d.ts +0 -36
  14. package/dist/api-contracts/src/channel/schema.d.ts.map +1 -1
  15. package/dist/api-contracts/src/channel/validation.d.ts +0 -23
  16. package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
  17. package/dist/api-contracts/src/chat/index.d.ts +2212 -2580
  18. package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
  19. package/dist/api-contracts/src/chat/schema.d.ts +603 -679
  20. package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
  21. package/dist/api-contracts/src/chat/validation.d.ts +390 -501
  22. package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
  23. package/dist/api-contracts/src/comment/index.d.ts +359 -359
  24. package/dist/api-contracts/src/comment/schema.d.ts +88 -88
  25. package/dist/api-contracts/src/contract.d.ts +35405 -40773
  26. package/dist/api-contracts/src/contract.d.ts.map +1 -1
  27. package/dist/api-contracts/src/cx-log/index.d.ts +65 -76
  28. package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
  29. package/dist/api-contracts/src/cx-log/schema.d.ts +81 -90
  30. package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
  31. package/dist/api-contracts/src/dashboard/index.d.ts +49 -911
  32. package/dist/api-contracts/src/dashboard/index.d.ts.map +1 -1
  33. package/dist/api-contracts/src/dashboard/schema.d.ts +9 -164
  34. package/dist/api-contracts/src/dashboard/schema.d.ts.map +1 -1
  35. package/dist/api-contracts/src/dashboard/validation.d.ts +1 -30
  36. package/dist/api-contracts/src/dashboard/validation.d.ts.map +1 -1
  37. package/dist/api-contracts/src/evaluate-form/index.d.ts +1 -1
  38. package/dist/api-contracts/src/extension/index.d.ts +7 -7
  39. package/dist/api-contracts/src/facebook-feed/index.d.ts +273 -395
  40. package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
  41. package/dist/api-contracts/src/facebook-feed/schema.d.ts +3 -10
  42. package/dist/api-contracts/src/facebook-feed/schema.d.ts.map +1 -1
  43. package/dist/api-contracts/src/facebook-feed/validation.d.ts +0 -5
  44. package/dist/api-contracts/src/facebook-feed/validation.d.ts.map +1 -1
  45. package/dist/api-contracts/src/general-setting/index.d.ts +2 -2
  46. package/dist/api-contracts/src/hold-label/index.d.ts +10 -10
  47. package/dist/api-contracts/src/index.d.ts +0 -1
  48. package/dist/api-contracts/src/index.d.ts.map +1 -1
  49. package/dist/api-contracts/src/instagram/index.d.ts +261 -360
  50. package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
  51. package/dist/api-contracts/src/line/index.d.ts +268 -359
  52. package/dist/api-contracts/src/line/index.d.ts.map +1 -1
  53. package/dist/api-contracts/src/line/validation.d.ts +7 -16
  54. package/dist/api-contracts/src/line/validation.d.ts.map +1 -1
  55. package/dist/api-contracts/src/mail/email-engine-webhooks-events.contract.d.ts +1 -1
  56. package/dist/api-contracts/src/mail/email-engine-webhooks-events.contract.d.ts.map +1 -1
  57. package/dist/api-contracts/src/mail/mail-contract.d.ts +240 -240
  58. package/dist/api-contracts/src/mail/room-contract.d.ts +240 -240
  59. package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts +80 -80
  60. package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +60 -60
  61. package/dist/api-contracts/src/messenger/index.d.ts +261 -360
  62. package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
  63. package/dist/api-contracts/src/messenger/validation.d.ts +0 -5
  64. package/dist/api-contracts/src/messenger/validation.d.ts.map +1 -1
  65. package/dist/api-contracts/src/notification/index.d.ts +4 -4
  66. package/dist/api-contracts/src/permission/index.d.ts +1 -1
  67. package/dist/api-contracts/src/presence-status/index.d.ts +55 -127
  68. package/dist/api-contracts/src/presence-status/index.d.ts.map +1 -1
  69. package/dist/api-contracts/src/presence-status/schema.d.ts +10 -16
  70. package/dist/api-contracts/src/presence-status/schema.d.ts.map +1 -1
  71. package/dist/api-contracts/src/presence-status/validation.d.ts +12 -30
  72. package/dist/api-contracts/src/presence-status/validation.d.ts.map +1 -1
  73. package/dist/api-contracts/src/role/index.d.ts +5 -5
  74. package/dist/api-contracts/src/sms/index.d.ts +7 -44
  75. package/dist/api-contracts/src/sms/index.d.ts.map +1 -1
  76. package/dist/api-contracts/src/snippet/index.d.ts +8 -8
  77. package/dist/api-contracts/src/subscription/index.d.ts +5 -5
  78. package/dist/api-contracts/src/tag/index.d.ts +4 -4
  79. package/dist/api-contracts/src/telegram/index.d.ts +261 -338
  80. package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
  81. package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +441 -62
  82. package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts.map +1 -1
  83. package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +13 -25
  84. package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts.map +1 -1
  85. package/dist/api-contracts/src/telephony-agent-presence-status/validation.d.ts +3 -0
  86. package/dist/api-contracts/src/telephony-agent-presence-status/validation.d.ts.map +1 -1
  87. package/dist/api-contracts/src/telephony-cdr/index.d.ts +14 -14
  88. package/dist/api-contracts/src/telephony-extension/index.d.ts +1 -1
  89. package/dist/api-contracts/src/ticket/index.d.ts +660 -660
  90. package/dist/api-contracts/src/ticket/schema.d.ts +44 -44
  91. package/dist/api-contracts/src/ticket/validation.d.ts +20 -20
  92. package/dist/api-contracts/src/upload/index.d.ts +2 -2
  93. package/dist/api-contracts/src/user/index.d.ts +7 -7
  94. package/dist/api-contracts/src/user-presence-status-log/index.d.ts +18 -42
  95. package/dist/api-contracts/src/user-presence-status-log/index.d.ts.map +1 -1
  96. package/dist/api-contracts/src/user-presence-status-log/schema.d.ts +20 -50
  97. package/dist/api-contracts/src/user-presence-status-log/schema.d.ts.map +1 -1
  98. package/dist/api-contracts/src/viber/index.d.ts +261 -338
  99. package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
  100. package/dist/api-contracts/src/webchat/index.d.ts +261 -338
  101. package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
  102. package/dist/api-contracts/src/whatsapp/index.d.ts +261 -348
  103. package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
  104. package/dist/api-contracts/src/widget/index.d.ts +48 -350
  105. package/dist/api-contracts/src/widget/index.d.ts.map +1 -1
  106. package/dist/api-contracts/src/widget/schema.d.ts +4 -46
  107. package/dist/api-contracts/src/widget/schema.d.ts.map +1 -1
  108. package/dist/api-contracts/src/widget/validation.d.ts +12 -66
  109. package/dist/api-contracts/src/widget/validation.d.ts.map +1 -1
  110. package/dist/api-contracts/src/workflow-rule/index.d.ts +277 -323
  111. package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
  112. package/dist/api-contracts/src/wrap-up-form/index.d.ts +187 -187
  113. package/dist/api-contracts/src/wrap-up-form/schema.d.ts +20 -20
  114. package/dist/entities/src/enums/chat.d.ts +0 -12
  115. package/dist/entities/src/enums/chat.d.ts.map +1 -1
  116. package/dist/index.js +1748 -2102
  117. package/dist/index.js.map +1 -1
  118. package/dist/index.mjs +1748 -2101
  119. package/dist/index.mjs.map +1 -1
  120. package/package.json +1 -1
@@ -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.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
18
+ direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
19
19
  metadata: z.ZodOptional<z.ZodAny>;
20
20
  createdAt: z.ZodString;
21
21
  updatedAt: z.ZodString;
@@ -200,7 +200,6 @@ 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>;
204
203
  }, "strip", z.ZodTypeAny, {
205
204
  name: string;
206
205
  id: string;
@@ -230,7 +229,6 @@ export declare const messengerContract: {
230
229
  lineRichMenuId?: string | null | undefined;
231
230
  messengerIntegrationType?: "own" | "business" | undefined;
232
231
  facebookFeedIntegrationType?: "own" | "business" | undefined;
233
- isCSATEnabled?: boolean | undefined;
234
232
  }, {
235
233
  name: string;
236
234
  id: string;
@@ -260,7 +258,6 @@ export declare const messengerContract: {
260
258
  lineRichMenuId?: string | null | undefined;
261
259
  messengerIntegrationType?: "own" | "business" | undefined;
262
260
  facebookFeedIntegrationType?: "own" | "business" | undefined;
263
- isCSATEnabled?: boolean | undefined;
264
261
  }>;
265
262
  platformId: z.ZodString;
266
263
  brandName: z.ZodString;
@@ -320,7 +317,6 @@ export declare const messengerContract: {
320
317
  lineRichMenuId?: string | null | undefined;
321
318
  messengerIntegrationType?: "own" | "business" | undefined;
322
319
  facebookFeedIntegrationType?: "own" | "business" | undefined;
323
- isCSATEnabled?: boolean | undefined;
324
320
  };
325
321
  status: boolean;
326
322
  brandName: string;
@@ -368,7 +364,6 @@ export declare const messengerContract: {
368
364
  lineRichMenuId?: string | null | undefined;
369
365
  messengerIntegrationType?: "own" | "business" | undefined;
370
366
  facebookFeedIntegrationType?: "own" | "business" | undefined;
371
- isCSATEnabled?: boolean | undefined;
372
367
  };
373
368
  status: boolean;
374
369
  brandName: string;
@@ -421,7 +416,6 @@ export declare const messengerContract: {
421
416
  lineRichMenuId?: string | null | undefined;
422
417
  messengerIntegrationType?: "own" | "business" | undefined;
423
418
  facebookFeedIntegrationType?: "own" | "business" | undefined;
424
- isCSATEnabled?: boolean | undefined;
425
419
  };
426
420
  status: boolean;
427
421
  brandName: string;
@@ -513,7 +507,6 @@ export declare const messengerContract: {
513
507
  lineRichMenuId?: string | null | undefined;
514
508
  messengerIntegrationType?: "own" | "business" | undefined;
515
509
  facebookFeedIntegrationType?: "own" | "business" | undefined;
516
- isCSATEnabled?: boolean | undefined;
517
510
  };
518
511
  status: boolean;
519
512
  brandName: string;
@@ -574,8 +567,8 @@ export declare const messengerContract: {
574
567
  message: z.ZodObject<{
575
568
  id: z.ZodOptional<z.ZodString>;
576
569
  message: z.ZodOptional<z.ZodString>;
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>[]]>;
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"]>;
579
572
  readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
580
573
  metadata: z.ZodOptional<z.ZodAny>;
581
574
  platformId: z.ZodOptional<z.ZodString>;
@@ -631,7 +624,7 @@ export declare const messengerContract: {
631
624
  editedAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
632
625
  label: z.ZodOptional<z.ZodString>;
633
626
  }, "strip", z.ZodTypeAny, {
634
- type: string;
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";
635
628
  direction: "incoming" | "outgoing" | "system";
636
629
  id?: string | undefined;
637
630
  message?: string | undefined;
@@ -666,7 +659,7 @@ export declare const messengerContract: {
666
659
  editedAt?: string | Date | null | undefined;
667
660
  label?: string | undefined;
668
661
  }, {
669
- type: string;
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";
670
663
  direction: "incoming" | "outgoing" | "system";
671
664
  id?: string | undefined;
672
665
  message?: string | undefined;
@@ -703,7 +696,7 @@ export declare const messengerContract: {
703
696
  }>;
704
697
  }, "strip", z.ZodTypeAny, {
705
698
  message: {
706
- type: string;
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";
707
700
  direction: "incoming" | "outgoing" | "system";
708
701
  id?: string | undefined;
709
702
  message?: string | undefined;
@@ -773,7 +766,6 @@ export declare const messengerContract: {
773
766
  lineRichMenuId?: string | null | undefined;
774
767
  messengerIntegrationType?: "own" | "business" | undefined;
775
768
  facebookFeedIntegrationType?: "own" | "business" | undefined;
776
- isCSATEnabled?: boolean | undefined;
777
769
  };
778
770
  status: boolean;
779
771
  brandName: string;
@@ -834,7 +826,7 @@ export declare const messengerContract: {
834
826
  isBot: boolean | null;
835
827
  }, {
836
828
  message: {
837
- type: string;
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";
838
830
  direction: "incoming" | "outgoing" | "system";
839
831
  id?: string | undefined;
840
832
  message?: string | undefined;
@@ -904,7 +896,6 @@ export declare const messengerContract: {
904
896
  lineRichMenuId?: string | null | undefined;
905
897
  messengerIntegrationType?: "own" | "business" | undefined;
906
898
  facebookFeedIntegrationType?: "own" | "business" | undefined;
907
- isCSATEnabled?: boolean | undefined;
908
899
  };
909
900
  status: boolean;
910
901
  brandName: string;
@@ -969,11 +960,11 @@ export declare const messengerContract: {
969
960
  200: z.ZodObject<{
970
961
  requestId: z.ZodString;
971
962
  data: z.ZodObject<{
972
- type: z.ZodUnion<[z.ZodLiteral<string>, z.ZodLiteral<string>, ...z.ZodLiteral<string>[]]>;
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"]>;
973
964
  message: z.ZodString;
974
965
  id: z.ZodString;
975
966
  url: z.ZodString;
976
- direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
967
+ direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
977
968
  label: z.ZodOptional<z.ZodString>;
978
969
  template: z.ZodAny;
979
970
  metadata: z.ZodAny;
@@ -1438,7 +1429,7 @@ export declare const messengerContract: {
1438
1429
  firstResponseTime: z.ZodNumber;
1439
1430
  isLatest: z.ZodBoolean;
1440
1431
  isBotRoom: z.ZodBoolean;
1441
- direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
1432
+ direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
1442
1433
  platformContact: z.ZodObject<{
1443
1434
  id: z.ZodString;
1444
1435
  createdAt: z.ZodDate;
@@ -2486,7 +2477,6 @@ export declare const messengerContract: {
2486
2477
  channelId: string;
2487
2478
  socialPlatformId: string;
2488
2479
  }>;
2489
- csatStatus: z.ZodNullable<z.ZodString>;
2490
2480
  actor: z.ZodObject<{
2491
2481
  id: z.ZodString;
2492
2482
  createdAt: z.ZodDate;
@@ -2965,7 +2955,6 @@ export declare const messengerContract: {
2965
2955
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2966
2956
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
2967
2957
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
2968
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
2969
2958
  }, "strip", z.ZodTypeAny, {
2970
2959
  name: string;
2971
2960
  id: string;
@@ -2995,7 +2984,6 @@ export declare const messengerContract: {
2995
2984
  lineRichMenuId?: string | null | undefined;
2996
2985
  messengerIntegrationType?: "own" | "business" | undefined;
2997
2986
  facebookFeedIntegrationType?: "own" | "business" | undefined;
2998
- isCSATEnabled?: boolean | undefined;
2999
2987
  }, {
3000
2988
  name: string;
3001
2989
  id: string;
@@ -3025,7 +3013,6 @@ export declare const messengerContract: {
3025
3013
  lineRichMenuId?: string | null | undefined;
3026
3014
  messengerIntegrationType?: "own" | "business" | undefined;
3027
3015
  facebookFeedIntegrationType?: "own" | "business" | undefined;
3028
- isCSATEnabled?: boolean | undefined;
3029
3016
  }>;
3030
3017
  brandName: z.ZodString;
3031
3018
  platformId: z.ZodString;
@@ -3289,7 +3276,6 @@ export declare const messengerContract: {
3289
3276
  lineRichMenuId?: string | null | undefined;
3290
3277
  messengerIntegrationType?: "own" | "business" | undefined;
3291
3278
  facebookFeedIntegrationType?: "own" | "business" | undefined;
3292
- isCSATEnabled?: boolean | undefined;
3293
3279
  };
3294
3280
  status: boolean;
3295
3281
  createdAt: Date;
@@ -3384,7 +3370,6 @@ export declare const messengerContract: {
3384
3370
  lineRichMenuId?: string | null | undefined;
3385
3371
  messengerIntegrationType?: "own" | "business" | undefined;
3386
3372
  facebookFeedIntegrationType?: "own" | "business" | undefined;
3387
- isCSATEnabled?: boolean | undefined;
3388
3373
  };
3389
3374
  status: boolean;
3390
3375
  createdAt: Date;
@@ -3637,16 +3622,6 @@ export declare const messengerContract: {
3637
3622
  createdAt: Date;
3638
3623
  updatedAt: Date;
3639
3624
  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;
3650
3625
  categories: {
3651
3626
  id: string;
3652
3627
  value: string;
@@ -3669,6 +3644,16 @@ export declare const messengerContract: {
3669
3644
  }[];
3670
3645
  }[];
3671
3646
  }[];
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;
3672
3657
  customFields?: {
3673
3658
  id: string;
3674
3659
  createdAt: Date;
@@ -3688,16 +3673,6 @@ export declare const messengerContract: {
3688
3673
  createdAt: Date;
3689
3674
  updatedAt: Date;
3690
3675
  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;
3701
3676
  categories: {
3702
3677
  id: string;
3703
3678
  value: string;
@@ -3720,6 +3695,16 @@ export declare const messengerContract: {
3720
3695
  }[];
3721
3696
  }[];
3722
3697
  }[];
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;
3723
3708
  customFields?: {
3724
3709
  id: string;
3725
3710
  createdAt: Date;
@@ -3828,16 +3813,6 @@ export declare const messengerContract: {
3828
3813
  createdAt: Date;
3829
3814
  updatedAt: Date;
3830
3815
  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;
3841
3816
  categories: {
3842
3817
  id: string;
3843
3818
  value: string;
@@ -3860,6 +3835,16 @@ export declare const messengerContract: {
3860
3835
  }[];
3861
3836
  }[];
3862
3837
  }[];
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;
3863
3848
  customFields?: {
3864
3849
  id: string;
3865
3850
  createdAt: Date;
@@ -3918,16 +3903,6 @@ export declare const messengerContract: {
3918
3903
  createdAt: Date;
3919
3904
  updatedAt: Date;
3920
3905
  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;
3931
3906
  categories: {
3932
3907
  id: string;
3933
3908
  value: string;
@@ -3950,6 +3925,16 @@ export declare const messengerContract: {
3950
3925
  }[];
3951
3926
  }[];
3952
3927
  }[];
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;
3953
3938
  customFields?: {
3954
3939
  id: string;
3955
3940
  createdAt: Date;
@@ -4043,7 +4028,6 @@ export declare const messengerContract: {
4043
4028
  lineRichMenuId?: string | null | undefined;
4044
4029
  messengerIntegrationType?: "own" | "business" | undefined;
4045
4030
  facebookFeedIntegrationType?: "own" | "business" | undefined;
4046
- isCSATEnabled?: boolean | undefined;
4047
4031
  };
4048
4032
  status: boolean;
4049
4033
  createdAt: Date;
@@ -4335,7 +4319,6 @@ export declare const messengerContract: {
4335
4319
  closedAt: Date;
4336
4320
  lastMessageAt: Date | null;
4337
4321
  isBotRoom: boolean;
4338
- csatStatus: string | null;
4339
4322
  cxlog: {
4340
4323
  id: string;
4341
4324
  channel: string | null;
@@ -4363,16 +4346,6 @@ export declare const messengerContract: {
4363
4346
  createdAt: Date;
4364
4347
  updatedAt: Date;
4365
4348
  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;
4376
4349
  categories: {
4377
4350
  id: string;
4378
4351
  value: string;
@@ -4395,6 +4368,16 @@ export declare const messengerContract: {
4395
4368
  }[];
4396
4369
  }[];
4397
4370
  }[];
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;
4398
4381
  customFields?: {
4399
4382
  id: string;
4400
4383
  createdAt: Date;
@@ -4472,7 +4455,6 @@ export declare const messengerContract: {
4472
4455
  lineRichMenuId?: string | null | undefined;
4473
4456
  messengerIntegrationType?: "own" | "business" | undefined;
4474
4457
  facebookFeedIntegrationType?: "own" | "business" | undefined;
4475
- isCSATEnabled?: boolean | undefined;
4476
4458
  };
4477
4459
  status: boolean;
4478
4460
  createdAt: Date;
@@ -4764,7 +4746,6 @@ export declare const messengerContract: {
4764
4746
  closedAt: Date;
4765
4747
  lastMessageAt: Date | null;
4766
4748
  isBotRoom: boolean;
4767
- csatStatus: string | null;
4768
4749
  cxlog: {
4769
4750
  id: string;
4770
4751
  channel: string | null;
@@ -4792,16 +4773,6 @@ export declare const messengerContract: {
4792
4773
  createdAt: Date;
4793
4774
  updatedAt: Date;
4794
4775
  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;
4805
4776
  categories: {
4806
4777
  id: string;
4807
4778
  value: string;
@@ -4824,6 +4795,16 @@ export declare const messengerContract: {
4824
4795
  }[];
4825
4796
  }[];
4826
4797
  }[];
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;
4827
4808
  customFields?: {
4828
4809
  id: string;
4829
4810
  createdAt: Date;
@@ -4904,8 +4885,8 @@ export declare const messengerContract: {
4904
4885
  updatedAt: z.ZodDate;
4905
4886
  deletedAt: z.ZodNullable<z.ZodDate>;
4906
4887
  message: z.ZodString;
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>[]]>;
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"]>;
4909
4890
  readAt: z.ZodDate;
4910
4891
  metadata: z.ZodAny;
4911
4892
  platformId: z.ZodString;
@@ -5563,7 +5544,7 @@ export declare const messengerContract: {
5563
5544
  };
5564
5545
  }>;
5565
5546
  }, "strip", z.ZodTypeAny, {
5566
- type: string;
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";
5567
5548
  message: string;
5568
5549
  id: string;
5569
5550
  url: string;
@@ -5725,7 +5706,7 @@ export declare const messengerContract: {
5725
5706
  metadata?: any;
5726
5707
  template?: any;
5727
5708
  }, {
5728
- type: string;
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";
5729
5710
  message: string;
5730
5711
  id: string;
5731
5712
  url: string;
@@ -6098,8 +6079,8 @@ export declare const messengerContract: {
6098
6079
  updatedAt: z.ZodDate;
6099
6080
  deletedAt: z.ZodNullable<z.ZodDate>;
6100
6081
  message: z.ZodString;
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>[]]>;
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"]>;
6103
6084
  readAt: z.ZodDate;
6104
6085
  metadata: z.ZodAny;
6105
6086
  platformId: z.ZodString;
@@ -6125,7 +6106,7 @@ export declare const messengerContract: {
6125
6106
  firstResponseTime: z.ZodNumber;
6126
6107
  isLatest: z.ZodBoolean;
6127
6108
  isBotRoom: z.ZodBoolean;
6128
- direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
6109
+ direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
6129
6110
  platformContact: z.ZodObject<{
6130
6111
  id: z.ZodString;
6131
6112
  createdAt: z.ZodDate;
@@ -7173,7 +7154,6 @@ export declare const messengerContract: {
7173
7154
  channelId: string;
7174
7155
  socialPlatformId: string;
7175
7156
  }>;
7176
- csatStatus: z.ZodNullable<z.ZodString>;
7177
7157
  actor: z.ZodObject<{
7178
7158
  id: z.ZodString;
7179
7159
  createdAt: z.ZodDate;
@@ -7652,7 +7632,6 @@ export declare const messengerContract: {
7652
7632
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
7653
7633
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
7654
7634
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
7655
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
7656
7635
  }, "strip", z.ZodTypeAny, {
7657
7636
  name: string;
7658
7637
  id: string;
@@ -7682,7 +7661,6 @@ export declare const messengerContract: {
7682
7661
  lineRichMenuId?: string | null | undefined;
7683
7662
  messengerIntegrationType?: "own" | "business" | undefined;
7684
7663
  facebookFeedIntegrationType?: "own" | "business" | undefined;
7685
- isCSATEnabled?: boolean | undefined;
7686
7664
  }, {
7687
7665
  name: string;
7688
7666
  id: string;
@@ -7712,7 +7690,6 @@ export declare const messengerContract: {
7712
7690
  lineRichMenuId?: string | null | undefined;
7713
7691
  messengerIntegrationType?: "own" | "business" | undefined;
7714
7692
  facebookFeedIntegrationType?: "own" | "business" | undefined;
7715
- isCSATEnabled?: boolean | undefined;
7716
7693
  }>;
7717
7694
  brandName: z.ZodString;
7718
7695
  platformId: z.ZodString;
@@ -7976,7 +7953,6 @@ export declare const messengerContract: {
7976
7953
  lineRichMenuId?: string | null | undefined;
7977
7954
  messengerIntegrationType?: "own" | "business" | undefined;
7978
7955
  facebookFeedIntegrationType?: "own" | "business" | undefined;
7979
- isCSATEnabled?: boolean | undefined;
7980
7956
  };
7981
7957
  status: boolean;
7982
7958
  createdAt: Date;
@@ -8071,7 +8047,6 @@ export declare const messengerContract: {
8071
8047
  lineRichMenuId?: string | null | undefined;
8072
8048
  messengerIntegrationType?: "own" | "business" | undefined;
8073
8049
  facebookFeedIntegrationType?: "own" | "business" | undefined;
8074
- isCSATEnabled?: boolean | undefined;
8075
8050
  };
8076
8051
  status: boolean;
8077
8052
  createdAt: Date;
@@ -8324,16 +8299,6 @@ export declare const messengerContract: {
8324
8299
  createdAt: Date;
8325
8300
  updatedAt: Date;
8326
8301
  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;
8337
8302
  categories: {
8338
8303
  id: string;
8339
8304
  value: string;
@@ -8356,6 +8321,16 @@ export declare const messengerContract: {
8356
8321
  }[];
8357
8322
  }[];
8358
8323
  }[];
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;
8359
8334
  customFields?: {
8360
8335
  id: string;
8361
8336
  createdAt: Date;
@@ -8375,16 +8350,6 @@ export declare const messengerContract: {
8375
8350
  createdAt: Date;
8376
8351
  updatedAt: Date;
8377
8352
  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;
8388
8353
  categories: {
8389
8354
  id: string;
8390
8355
  value: string;
@@ -8407,6 +8372,16 @@ export declare const messengerContract: {
8407
8372
  }[];
8408
8373
  }[];
8409
8374
  }[];
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;
8410
8385
  customFields?: {
8411
8386
  id: string;
8412
8387
  createdAt: Date;
@@ -8515,16 +8490,6 @@ export declare const messengerContract: {
8515
8490
  createdAt: Date;
8516
8491
  updatedAt: Date;
8517
8492
  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;
8528
8493
  categories: {
8529
8494
  id: string;
8530
8495
  value: string;
@@ -8547,6 +8512,16 @@ export declare const messengerContract: {
8547
8512
  }[];
8548
8513
  }[];
8549
8514
  }[];
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;
8550
8525
  customFields?: {
8551
8526
  id: string;
8552
8527
  createdAt: Date;
@@ -8605,16 +8580,6 @@ export declare const messengerContract: {
8605
8580
  createdAt: Date;
8606
8581
  updatedAt: Date;
8607
8582
  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;
8618
8583
  categories: {
8619
8584
  id: string;
8620
8585
  value: string;
@@ -8637,6 +8602,16 @@ export declare const messengerContract: {
8637
8602
  }[];
8638
8603
  }[];
8639
8604
  }[];
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;
8640
8615
  customFields?: {
8641
8616
  id: string;
8642
8617
  createdAt: Date;
@@ -8730,7 +8705,6 @@ export declare const messengerContract: {
8730
8705
  lineRichMenuId?: string | null | undefined;
8731
8706
  messengerIntegrationType?: "own" | "business" | undefined;
8732
8707
  facebookFeedIntegrationType?: "own" | "business" | undefined;
8733
- isCSATEnabled?: boolean | undefined;
8734
8708
  };
8735
8709
  status: boolean;
8736
8710
  createdAt: Date;
@@ -9022,7 +8996,6 @@ export declare const messengerContract: {
9022
8996
  closedAt: Date;
9023
8997
  lastMessageAt: Date | null;
9024
8998
  isBotRoom: boolean;
9025
- csatStatus: string | null;
9026
8999
  cxlog: {
9027
9000
  id: string;
9028
9001
  channel: string | null;
@@ -9050,16 +9023,6 @@ export declare const messengerContract: {
9050
9023
  createdAt: Date;
9051
9024
  updatedAt: Date;
9052
9025
  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;
9063
9026
  categories: {
9064
9027
  id: string;
9065
9028
  value: string;
@@ -9082,6 +9045,16 @@ export declare const messengerContract: {
9082
9045
  }[];
9083
9046
  }[];
9084
9047
  }[];
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;
9085
9058
  customFields?: {
9086
9059
  id: string;
9087
9060
  createdAt: Date;
@@ -9159,7 +9132,6 @@ export declare const messengerContract: {
9159
9132
  lineRichMenuId?: string | null | undefined;
9160
9133
  messengerIntegrationType?: "own" | "business" | undefined;
9161
9134
  facebookFeedIntegrationType?: "own" | "business" | undefined;
9162
- isCSATEnabled?: boolean | undefined;
9163
9135
  };
9164
9136
  status: boolean;
9165
9137
  createdAt: Date;
@@ -9451,7 +9423,6 @@ export declare const messengerContract: {
9451
9423
  closedAt: Date;
9452
9424
  lastMessageAt: Date | null;
9453
9425
  isBotRoom: boolean;
9454
- csatStatus: string | null;
9455
9426
  cxlog: {
9456
9427
  id: string;
9457
9428
  channel: string | null;
@@ -9479,16 +9450,6 @@ export declare const messengerContract: {
9479
9450
  createdAt: Date;
9480
9451
  updatedAt: Date;
9481
9452
  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;
9492
9453
  categories: {
9493
9454
  id: string;
9494
9455
  value: string;
@@ -9511,6 +9472,16 @@ export declare const messengerContract: {
9511
9472
  }[];
9512
9473
  }[];
9513
9474
  }[];
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;
9514
9485
  customFields?: {
9515
9486
  id: string;
9516
9487
  createdAt: Date;
@@ -9594,8 +9565,8 @@ export declare const messengerContract: {
9594
9565
  updatedAt: z.ZodDate;
9595
9566
  deletedAt: z.ZodNullable<z.ZodDate>;
9596
9567
  message: z.ZodString;
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>[]]>;
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"]>;
9599
9570
  readAt: z.ZodDate;
9600
9571
  metadata: z.ZodAny;
9601
9572
  platformId: z.ZodString;
@@ -10253,7 +10224,7 @@ export declare const messengerContract: {
10253
10224
  };
10254
10225
  }>;
10255
10226
  }, "strip", z.ZodTypeAny, {
10256
- type: string;
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";
10257
10228
  message: string;
10258
10229
  id: string;
10259
10230
  url: string;
@@ -10415,7 +10386,7 @@ export declare const messengerContract: {
10415
10386
  metadata?: any;
10416
10387
  template?: any;
10417
10388
  }, {
10418
- type: string;
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";
10419
10390
  message: string;
10420
10391
  id: string;
10421
10392
  url: string;
@@ -11217,7 +11188,7 @@ export declare const messengerContract: {
11217
11188
  editedMessageid: z.ZodString;
11218
11189
  label: z.ZodOptional<z.ZodString>;
11219
11190
  }, "strip", z.ZodTypeAny, {
11220
- type: string;
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";
11221
11192
  message: string;
11222
11193
  id: string;
11223
11194
  url: string;
@@ -11361,7 +11332,6 @@ export declare const messengerContract: {
11361
11332
  lineRichMenuId?: string | null | undefined;
11362
11333
  messengerIntegrationType?: "own" | "business" | undefined;
11363
11334
  facebookFeedIntegrationType?: "own" | "business" | undefined;
11364
- isCSATEnabled?: boolean | undefined;
11365
11335
  };
11366
11336
  status: boolean;
11367
11337
  createdAt: Date;
@@ -11653,7 +11623,6 @@ export declare const messengerContract: {
11653
11623
  closedAt: Date;
11654
11624
  lastMessageAt: Date | null;
11655
11625
  isBotRoom: boolean;
11656
- csatStatus: string | null;
11657
11626
  cxlog: {
11658
11627
  id: string;
11659
11628
  channel: string | null;
@@ -11681,16 +11650,6 @@ export declare const messengerContract: {
11681
11650
  createdAt: Date;
11682
11651
  updatedAt: Date;
11683
11652
  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;
11694
11653
  categories: {
11695
11654
  id: string;
11696
11655
  value: string;
@@ -11713,6 +11672,16 @@ export declare const messengerContract: {
11713
11672
  }[];
11714
11673
  }[];
11715
11674
  }[];
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;
11716
11685
  customFields?: {
11717
11686
  id: string;
11718
11687
  createdAt: Date;
@@ -11772,7 +11741,7 @@ export declare const messengerContract: {
11772
11741
  previewUrl: string;
11773
11742
  imageSetId: string;
11774
11743
  repliedMessage: {
11775
- type: string;
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";
11776
11745
  message: string;
11777
11746
  id: string;
11778
11747
  url: string;
@@ -11983,7 +11952,7 @@ export declare const messengerContract: {
11983
11952
  template?: any;
11984
11953
  label?: string | undefined;
11985
11954
  }, {
11986
- type: string;
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";
11987
11956
  message: string;
11988
11957
  id: string;
11989
11958
  url: string;
@@ -12127,7 +12096,6 @@ export declare const messengerContract: {
12127
12096
  lineRichMenuId?: string | null | undefined;
12128
12097
  messengerIntegrationType?: "own" | "business" | undefined;
12129
12098
  facebookFeedIntegrationType?: "own" | "business" | undefined;
12130
- isCSATEnabled?: boolean | undefined;
12131
12099
  };
12132
12100
  status: boolean;
12133
12101
  createdAt: Date;
@@ -12419,7 +12387,6 @@ export declare const messengerContract: {
12419
12387
  closedAt: Date;
12420
12388
  lastMessageAt: Date | null;
12421
12389
  isBotRoom: boolean;
12422
- csatStatus: string | null;
12423
12390
  cxlog: {
12424
12391
  id: string;
12425
12392
  channel: string | null;
@@ -12447,16 +12414,6 @@ export declare const messengerContract: {
12447
12414
  createdAt: Date;
12448
12415
  updatedAt: Date;
12449
12416
  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;
12460
12417
  categories: {
12461
12418
  id: string;
12462
12419
  value: string;
@@ -12479,6 +12436,16 @@ export declare const messengerContract: {
12479
12436
  }[];
12480
12437
  }[];
12481
12438
  }[];
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;
12482
12449
  customFields?: {
12483
12450
  id: string;
12484
12451
  createdAt: Date;
@@ -12538,7 +12505,7 @@ export declare const messengerContract: {
12538
12505
  previewUrl: string;
12539
12506
  imageSetId: string;
12540
12507
  repliedMessage: {
12541
- type: string;
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";
12542
12509
  message: string;
12543
12510
  id: string;
12544
12511
  url: string;
@@ -12750,7 +12717,7 @@ export declare const messengerContract: {
12750
12717
  label?: string | undefined;
12751
12718
  }>>>;
12752
12719
  }, "strip", z.ZodTypeAny, {
12753
- type: string;
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";
12754
12721
  message: string;
12755
12722
  id: string;
12756
12723
  url: string;
@@ -12894,7 +12861,6 @@ export declare const messengerContract: {
12894
12861
  lineRichMenuId?: string | null | undefined;
12895
12862
  messengerIntegrationType?: "own" | "business" | undefined;
12896
12863
  facebookFeedIntegrationType?: "own" | "business" | undefined;
12897
- isCSATEnabled?: boolean | undefined;
12898
12864
  };
12899
12865
  status: boolean;
12900
12866
  createdAt: Date;
@@ -13186,7 +13152,6 @@ export declare const messengerContract: {
13186
13152
  closedAt: Date;
13187
13153
  lastMessageAt: Date | null;
13188
13154
  isBotRoom: boolean;
13189
- csatStatus: string | null;
13190
13155
  cxlog: {
13191
13156
  id: string;
13192
13157
  channel: string | null;
@@ -13214,16 +13179,6 @@ export declare const messengerContract: {
13214
13179
  createdAt: Date;
13215
13180
  updatedAt: Date;
13216
13181
  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;
13227
13182
  categories: {
13228
13183
  id: string;
13229
13184
  value: string;
@@ -13246,6 +13201,16 @@ export declare const messengerContract: {
13246
13201
  }[];
13247
13202
  }[];
13248
13203
  }[];
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;
13249
13214
  customFields?: {
13250
13215
  id: string;
13251
13216
  createdAt: Date;
@@ -13305,7 +13270,7 @@ export declare const messengerContract: {
13305
13270
  previewUrl: string;
13306
13271
  imageSetId: string;
13307
13272
  repliedMessage: {
13308
- type: string;
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";
13309
13274
  message: string;
13310
13275
  id: string;
13311
13276
  url: string;
@@ -13516,7 +13481,7 @@ export declare const messengerContract: {
13516
13481
  template?: any;
13517
13482
  metadata?: any;
13518
13483
  fromMessage?: {
13519
- type: string;
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";
13520
13485
  message: string;
13521
13486
  id: string;
13522
13487
  url: string;
@@ -13660,7 +13625,6 @@ export declare const messengerContract: {
13660
13625
  lineRichMenuId?: string | null | undefined;
13661
13626
  messengerIntegrationType?: "own" | "business" | undefined;
13662
13627
  facebookFeedIntegrationType?: "own" | "business" | undefined;
13663
- isCSATEnabled?: boolean | undefined;
13664
13628
  };
13665
13629
  status: boolean;
13666
13630
  createdAt: Date;
@@ -13952,7 +13916,6 @@ export declare const messengerContract: {
13952
13916
  closedAt: Date;
13953
13917
  lastMessageAt: Date | null;
13954
13918
  isBotRoom: boolean;
13955
- csatStatus: string | null;
13956
13919
  cxlog: {
13957
13920
  id: string;
13958
13921
  channel: string | null;
@@ -13980,16 +13943,6 @@ export declare const messengerContract: {
13980
13943
  createdAt: Date;
13981
13944
  updatedAt: Date;
13982
13945
  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;
13993
13946
  categories: {
13994
13947
  id: string;
13995
13948
  value: string;
@@ -14012,6 +13965,16 @@ export declare const messengerContract: {
14012
13965
  }[];
14013
13966
  }[];
14014
13967
  }[];
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;
14015
13978
  customFields?: {
14016
13979
  id: string;
14017
13980
  createdAt: Date;
@@ -14071,7 +14034,7 @@ export declare const messengerContract: {
14071
14034
  previewUrl: string;
14072
14035
  imageSetId: string;
14073
14036
  repliedMessage: {
14074
- type: string;
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";
14075
14038
  message: string;
14076
14039
  id: string;
14077
14040
  url: string;
@@ -14283,7 +14246,7 @@ export declare const messengerContract: {
14283
14246
  label?: string | undefined;
14284
14247
  } | null | undefined;
14285
14248
  }, {
14286
- type: string;
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";
14287
14250
  message: string;
14288
14251
  id: string;
14289
14252
  url: string;
@@ -14427,7 +14390,6 @@ export declare const messengerContract: {
14427
14390
  lineRichMenuId?: string | null | undefined;
14428
14391
  messengerIntegrationType?: "own" | "business" | undefined;
14429
14392
  facebookFeedIntegrationType?: "own" | "business" | undefined;
14430
- isCSATEnabled?: boolean | undefined;
14431
14393
  };
14432
14394
  status: boolean;
14433
14395
  createdAt: Date;
@@ -14719,7 +14681,6 @@ export declare const messengerContract: {
14719
14681
  closedAt: Date;
14720
14682
  lastMessageAt: Date | null;
14721
14683
  isBotRoom: boolean;
14722
- csatStatus: string | null;
14723
14684
  cxlog: {
14724
14685
  id: string;
14725
14686
  channel: string | null;
@@ -14747,16 +14708,6 @@ export declare const messengerContract: {
14747
14708
  createdAt: Date;
14748
14709
  updatedAt: Date;
14749
14710
  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;
14760
14711
  categories: {
14761
14712
  id: string;
14762
14713
  value: string;
@@ -14779,6 +14730,16 @@ export declare const messengerContract: {
14779
14730
  }[];
14780
14731
  }[];
14781
14732
  }[];
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;
14782
14743
  customFields?: {
14783
14744
  id: string;
14784
14745
  createdAt: Date;
@@ -14838,7 +14799,7 @@ export declare const messengerContract: {
14838
14799
  previewUrl: string;
14839
14800
  imageSetId: string;
14840
14801
  repliedMessage: {
14841
- type: string;
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";
14842
14803
  message: string;
14843
14804
  id: string;
14844
14805
  url: string;
@@ -15049,7 +15010,7 @@ export declare const messengerContract: {
15049
15010
  template?: any;
15050
15011
  metadata?: any;
15051
15012
  fromMessage?: {
15052
- type: string;
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";
15053
15014
  message: string;
15054
15015
  id: string;
15055
15016
  url: string;
@@ -15193,7 +15154,6 @@ export declare const messengerContract: {
15193
15154
  lineRichMenuId?: string | null | undefined;
15194
15155
  messengerIntegrationType?: "own" | "business" | undefined;
15195
15156
  facebookFeedIntegrationType?: "own" | "business" | undefined;
15196
- isCSATEnabled?: boolean | undefined;
15197
15157
  };
15198
15158
  status: boolean;
15199
15159
  createdAt: Date;
@@ -15485,7 +15445,6 @@ export declare const messengerContract: {
15485
15445
  closedAt: Date;
15486
15446
  lastMessageAt: Date | null;
15487
15447
  isBotRoom: boolean;
15488
- csatStatus: string | null;
15489
15448
  cxlog: {
15490
15449
  id: string;
15491
15450
  channel: string | null;
@@ -15513,16 +15472,6 @@ export declare const messengerContract: {
15513
15472
  createdAt: Date;
15514
15473
  updatedAt: Date;
15515
15474
  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;
15526
15475
  categories: {
15527
15476
  id: string;
15528
15477
  value: string;
@@ -15545,6 +15494,16 @@ export declare const messengerContract: {
15545
15494
  }[];
15546
15495
  }[];
15547
15496
  }[];
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;
15548
15507
  customFields?: {
15549
15508
  id: string;
15550
15509
  createdAt: Date;
@@ -15604,7 +15563,7 @@ export declare const messengerContract: {
15604
15563
  previewUrl: string;
15605
15564
  imageSetId: string;
15606
15565
  repliedMessage: {
15607
- type: string;
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";
15608
15567
  message: string;
15609
15568
  id: string;
15610
15569
  url: string;
@@ -15818,7 +15777,7 @@ export declare const messengerContract: {
15818
15777
  }>;
15819
15778
  }, "strip", z.ZodTypeAny, {
15820
15779
  data: {
15821
- type: string;
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";
15822
15781
  message: string;
15823
15782
  id: string;
15824
15783
  url: string;
@@ -15962,7 +15921,6 @@ export declare const messengerContract: {
15962
15921
  lineRichMenuId?: string | null | undefined;
15963
15922
  messengerIntegrationType?: "own" | "business" | undefined;
15964
15923
  facebookFeedIntegrationType?: "own" | "business" | undefined;
15965
- isCSATEnabled?: boolean | undefined;
15966
15924
  };
15967
15925
  status: boolean;
15968
15926
  createdAt: Date;
@@ -16254,7 +16212,6 @@ export declare const messengerContract: {
16254
16212
  closedAt: Date;
16255
16213
  lastMessageAt: Date | null;
16256
16214
  isBotRoom: boolean;
16257
- csatStatus: string | null;
16258
16215
  cxlog: {
16259
16216
  id: string;
16260
16217
  channel: string | null;
@@ -16282,16 +16239,6 @@ export declare const messengerContract: {
16282
16239
  createdAt: Date;
16283
16240
  updatedAt: Date;
16284
16241
  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;
16295
16242
  categories: {
16296
16243
  id: string;
16297
16244
  value: string;
@@ -16314,6 +16261,16 @@ export declare const messengerContract: {
16314
16261
  }[];
16315
16262
  }[];
16316
16263
  }[];
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;
16317
16274
  customFields?: {
16318
16275
  id: string;
16319
16276
  createdAt: Date;
@@ -16373,7 +16330,7 @@ export declare const messengerContract: {
16373
16330
  previewUrl: string;
16374
16331
  imageSetId: string;
16375
16332
  repliedMessage: {
16376
- type: string;
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";
16377
16334
  message: string;
16378
16335
  id: string;
16379
16336
  url: string;
@@ -16584,7 +16541,7 @@ export declare const messengerContract: {
16584
16541
  template?: any;
16585
16542
  metadata?: any;
16586
16543
  fromMessage?: {
16587
- type: string;
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";
16588
16545
  message: string;
16589
16546
  id: string;
16590
16547
  url: string;
@@ -16728,7 +16685,6 @@ export declare const messengerContract: {
16728
16685
  lineRichMenuId?: string | null | undefined;
16729
16686
  messengerIntegrationType?: "own" | "business" | undefined;
16730
16687
  facebookFeedIntegrationType?: "own" | "business" | undefined;
16731
- isCSATEnabled?: boolean | undefined;
16732
16688
  };
16733
16689
  status: boolean;
16734
16690
  createdAt: Date;
@@ -17020,7 +16976,6 @@ export declare const messengerContract: {
17020
16976
  closedAt: Date;
17021
16977
  lastMessageAt: Date | null;
17022
16978
  isBotRoom: boolean;
17023
- csatStatus: string | null;
17024
16979
  cxlog: {
17025
16980
  id: string;
17026
16981
  channel: string | null;
@@ -17048,16 +17003,6 @@ export declare const messengerContract: {
17048
17003
  createdAt: Date;
17049
17004
  updatedAt: Date;
17050
17005
  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;
17061
17006
  categories: {
17062
17007
  id: string;
17063
17008
  value: string;
@@ -17080,6 +17025,16 @@ export declare const messengerContract: {
17080
17025
  }[];
17081
17026
  }[];
17082
17027
  }[];
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;
17083
17038
  customFields?: {
17084
17039
  id: string;
17085
17040
  createdAt: Date;
@@ -17139,7 +17094,7 @@ export declare const messengerContract: {
17139
17094
  previewUrl: string;
17140
17095
  imageSetId: string;
17141
17096
  repliedMessage: {
17142
- type: string;
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";
17143
17098
  message: string;
17144
17099
  id: string;
17145
17100
  url: string;
@@ -17354,7 +17309,7 @@ export declare const messengerContract: {
17354
17309
  requestId: string;
17355
17310
  }, {
17356
17311
  data: {
17357
- type: string;
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";
17358
17313
  message: string;
17359
17314
  id: string;
17360
17315
  url: string;
@@ -17498,7 +17453,6 @@ export declare const messengerContract: {
17498
17453
  lineRichMenuId?: string | null | undefined;
17499
17454
  messengerIntegrationType?: "own" | "business" | undefined;
17500
17455
  facebookFeedIntegrationType?: "own" | "business" | undefined;
17501
- isCSATEnabled?: boolean | undefined;
17502
17456
  };
17503
17457
  status: boolean;
17504
17458
  createdAt: Date;
@@ -17790,7 +17744,6 @@ export declare const messengerContract: {
17790
17744
  closedAt: Date;
17791
17745
  lastMessageAt: Date | null;
17792
17746
  isBotRoom: boolean;
17793
- csatStatus: string | null;
17794
17747
  cxlog: {
17795
17748
  id: string;
17796
17749
  channel: string | null;
@@ -17818,16 +17771,6 @@ export declare const messengerContract: {
17818
17771
  createdAt: Date;
17819
17772
  updatedAt: Date;
17820
17773
  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;
17831
17774
  categories: {
17832
17775
  id: string;
17833
17776
  value: string;
@@ -17850,6 +17793,16 @@ export declare const messengerContract: {
17850
17793
  }[];
17851
17794
  }[];
17852
17795
  }[];
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;
17853
17806
  customFields?: {
17854
17807
  id: string;
17855
17808
  createdAt: Date;
@@ -17909,7 +17862,7 @@ export declare const messengerContract: {
17909
17862
  previewUrl: string;
17910
17863
  imageSetId: string;
17911
17864
  repliedMessage: {
17912
- type: string;
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";
17913
17866
  message: string;
17914
17867
  id: string;
17915
17868
  url: string;
@@ -18120,7 +18073,7 @@ export declare const messengerContract: {
18120
18073
  template?: any;
18121
18074
  metadata?: any;
18122
18075
  fromMessage?: {
18123
- type: string;
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";
18124
18077
  message: string;
18125
18078
  id: string;
18126
18079
  url: string;
@@ -18264,7 +18217,6 @@ export declare const messengerContract: {
18264
18217
  lineRichMenuId?: string | null | undefined;
18265
18218
  messengerIntegrationType?: "own" | "business" | undefined;
18266
18219
  facebookFeedIntegrationType?: "own" | "business" | undefined;
18267
- isCSATEnabled?: boolean | undefined;
18268
18220
  };
18269
18221
  status: boolean;
18270
18222
  createdAt: Date;
@@ -18556,7 +18508,6 @@ export declare const messengerContract: {
18556
18508
  closedAt: Date;
18557
18509
  lastMessageAt: Date | null;
18558
18510
  isBotRoom: boolean;
18559
- csatStatus: string | null;
18560
18511
  cxlog: {
18561
18512
  id: string;
18562
18513
  channel: string | null;
@@ -18584,16 +18535,6 @@ export declare const messengerContract: {
18584
18535
  createdAt: Date;
18585
18536
  updatedAt: Date;
18586
18537
  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;
18597
18538
  categories: {
18598
18539
  id: string;
18599
18540
  value: string;
@@ -18616,6 +18557,16 @@ export declare const messengerContract: {
18616
18557
  }[];
18617
18558
  }[];
18618
18559
  }[];
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;
18619
18570
  customFields?: {
18620
18571
  id: string;
18621
18572
  createdAt: Date;
@@ -18675,7 +18626,7 @@ export declare const messengerContract: {
18675
18626
  previewUrl: string;
18676
18627
  imageSetId: string;
18677
18628
  repliedMessage: {
18678
- type: string;
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";
18679
18630
  message: string;
18680
18631
  id: string;
18681
18632
  url: string;
@@ -18980,7 +18931,6 @@ export declare const messengerContract: {
18980
18931
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
18981
18932
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
18982
18933
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
18983
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
18984
18934
  }, "strip", z.ZodTypeAny, {
18985
18935
  name: string;
18986
18936
  id: string;
@@ -19010,7 +18960,6 @@ export declare const messengerContract: {
19010
18960
  lineRichMenuId?: string | null | undefined;
19011
18961
  messengerIntegrationType?: "own" | "business" | undefined;
19012
18962
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19013
- isCSATEnabled?: boolean | undefined;
19014
18963
  }, {
19015
18964
  name: string;
19016
18965
  id: string;
@@ -19040,7 +18989,6 @@ export declare const messengerContract: {
19040
18989
  lineRichMenuId?: string | null | undefined;
19041
18990
  messengerIntegrationType?: "own" | "business" | undefined;
19042
18991
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19043
- isCSATEnabled?: boolean | undefined;
19044
18992
  }>>;
19045
18993
  platformId: z.ZodOptional<z.ZodString>;
19046
18994
  brandName: z.ZodOptional<z.ZodString>;
@@ -19100,7 +19048,6 @@ export declare const messengerContract: {
19100
19048
  lineRichMenuId?: string | null | undefined;
19101
19049
  messengerIntegrationType?: "own" | "business" | undefined;
19102
19050
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19103
- isCSATEnabled?: boolean | undefined;
19104
19051
  } | undefined;
19105
19052
  platformId?: string | undefined;
19106
19053
  brandName?: string | undefined;
@@ -19148,7 +19095,6 @@ export declare const messengerContract: {
19148
19095
  lineRichMenuId?: string | null | undefined;
19149
19096
  messengerIntegrationType?: "own" | "business" | undefined;
19150
19097
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19151
- isCSATEnabled?: boolean | undefined;
19152
19098
  } | undefined;
19153
19099
  platformId?: string | undefined;
19154
19100
  brandName?: string | undefined;
@@ -19235,7 +19181,6 @@ export declare const messengerContract: {
19235
19181
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
19236
19182
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
19237
19183
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
19238
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
19239
19184
  }, "strip", z.ZodTypeAny, {
19240
19185
  name: string;
19241
19186
  id: string;
@@ -19265,7 +19210,6 @@ export declare const messengerContract: {
19265
19210
  lineRichMenuId?: string | null | undefined;
19266
19211
  messengerIntegrationType?: "own" | "business" | undefined;
19267
19212
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19268
- isCSATEnabled?: boolean | undefined;
19269
19213
  }, {
19270
19214
  name: string;
19271
19215
  id: string;
@@ -19295,7 +19239,6 @@ export declare const messengerContract: {
19295
19239
  lineRichMenuId?: string | null | undefined;
19296
19240
  messengerIntegrationType?: "own" | "business" | undefined;
19297
19241
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19298
- isCSATEnabled?: boolean | undefined;
19299
19242
  }>;
19300
19243
  platformId: z.ZodString;
19301
19244
  brandName: z.ZodString;
@@ -19355,7 +19298,6 @@ export declare const messengerContract: {
19355
19298
  lineRichMenuId?: string | null | undefined;
19356
19299
  messengerIntegrationType?: "own" | "business" | undefined;
19357
19300
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19358
- isCSATEnabled?: boolean | undefined;
19359
19301
  };
19360
19302
  status: boolean;
19361
19303
  brandName: string;
@@ -19403,7 +19345,6 @@ export declare const messengerContract: {
19403
19345
  lineRichMenuId?: string | null | undefined;
19404
19346
  messengerIntegrationType?: "own" | "business" | undefined;
19405
19347
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19406
- isCSATEnabled?: boolean | undefined;
19407
19348
  };
19408
19349
  status: boolean;
19409
19350
  brandName: string;
@@ -19453,7 +19394,6 @@ export declare const messengerContract: {
19453
19394
  lineRichMenuId?: string | null | undefined;
19454
19395
  messengerIntegrationType?: "own" | "business" | undefined;
19455
19396
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19456
- isCSATEnabled?: boolean | undefined;
19457
19397
  };
19458
19398
  status: boolean;
19459
19399
  brandName: string;
@@ -19504,7 +19444,6 @@ export declare const messengerContract: {
19504
19444
  lineRichMenuId?: string | null | undefined;
19505
19445
  messengerIntegrationType?: "own" | "business" | undefined;
19506
19446
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19507
- isCSATEnabled?: boolean | undefined;
19508
19447
  };
19509
19448
  status: boolean;
19510
19449
  brandName: string;
@@ -19613,7 +19552,6 @@ export declare const messengerContract: {
19613
19552
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
19614
19553
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
19615
19554
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
19616
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
19617
19555
  }, "strip", z.ZodTypeAny, {
19618
19556
  name: string;
19619
19557
  id: string;
@@ -19643,7 +19581,6 @@ export declare const messengerContract: {
19643
19581
  lineRichMenuId?: string | null | undefined;
19644
19582
  messengerIntegrationType?: "own" | "business" | undefined;
19645
19583
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19646
- isCSATEnabled?: boolean | undefined;
19647
19584
  }, {
19648
19585
  name: string;
19649
19586
  id: string;
@@ -19673,7 +19610,6 @@ export declare const messengerContract: {
19673
19610
  lineRichMenuId?: string | null | undefined;
19674
19611
  messengerIntegrationType?: "own" | "business" | undefined;
19675
19612
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19676
- isCSATEnabled?: boolean | undefined;
19677
19613
  }>>;
19678
19614
  platformId: z.ZodOptional<z.ZodString>;
19679
19615
  brandName: z.ZodOptional<z.ZodString>;
@@ -19733,7 +19669,6 @@ export declare const messengerContract: {
19733
19669
  lineRichMenuId?: string | null | undefined;
19734
19670
  messengerIntegrationType?: "own" | "business" | undefined;
19735
19671
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19736
- isCSATEnabled?: boolean | undefined;
19737
19672
  } | undefined;
19738
19673
  platformId?: string | undefined;
19739
19674
  brandName?: string | undefined;
@@ -19781,7 +19716,6 @@ export declare const messengerContract: {
19781
19716
  lineRichMenuId?: string | null | undefined;
19782
19717
  messengerIntegrationType?: "own" | "business" | undefined;
19783
19718
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19784
- isCSATEnabled?: boolean | undefined;
19785
19719
  } | undefined;
19786
19720
  platformId?: string | undefined;
19787
19721
  brandName?: string | undefined;
@@ -19868,7 +19802,6 @@ export declare const messengerContract: {
19868
19802
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
19869
19803
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
19870
19804
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
19871
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
19872
19805
  }, "strip", z.ZodTypeAny, {
19873
19806
  name: string;
19874
19807
  id: string;
@@ -19898,7 +19831,6 @@ export declare const messengerContract: {
19898
19831
  lineRichMenuId?: string | null | undefined;
19899
19832
  messengerIntegrationType?: "own" | "business" | undefined;
19900
19833
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19901
- isCSATEnabled?: boolean | undefined;
19902
19834
  }, {
19903
19835
  name: string;
19904
19836
  id: string;
@@ -19928,7 +19860,6 @@ export declare const messengerContract: {
19928
19860
  lineRichMenuId?: string | null | undefined;
19929
19861
  messengerIntegrationType?: "own" | "business" | undefined;
19930
19862
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19931
- isCSATEnabled?: boolean | undefined;
19932
19863
  }>;
19933
19864
  platformId: z.ZodString;
19934
19865
  brandName: z.ZodString;
@@ -19988,7 +19919,6 @@ export declare const messengerContract: {
19988
19919
  lineRichMenuId?: string | null | undefined;
19989
19920
  messengerIntegrationType?: "own" | "business" | undefined;
19990
19921
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19991
- isCSATEnabled?: boolean | undefined;
19992
19922
  };
19993
19923
  status: boolean;
19994
19924
  brandName: string;
@@ -20036,7 +19966,6 @@ export declare const messengerContract: {
20036
19966
  lineRichMenuId?: string | null | undefined;
20037
19967
  messengerIntegrationType?: "own" | "business" | undefined;
20038
19968
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20039
- isCSATEnabled?: boolean | undefined;
20040
19969
  };
20041
19970
  status: boolean;
20042
19971
  brandName: string;
@@ -20086,7 +20015,6 @@ export declare const messengerContract: {
20086
20015
  lineRichMenuId?: string | null | undefined;
20087
20016
  messengerIntegrationType?: "own" | "business" | undefined;
20088
20017
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20089
- isCSATEnabled?: boolean | undefined;
20090
20018
  };
20091
20019
  status: boolean;
20092
20020
  brandName: string;
@@ -20137,7 +20065,6 @@ export declare const messengerContract: {
20137
20065
  lineRichMenuId?: string | null | undefined;
20138
20066
  messengerIntegrationType?: "own" | "business" | undefined;
20139
20067
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20140
- isCSATEnabled?: boolean | undefined;
20141
20068
  };
20142
20069
  status: boolean;
20143
20070
  brandName: string;
@@ -20258,7 +20185,6 @@ export declare const messengerContract: {
20258
20185
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
20259
20186
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
20260
20187
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
20261
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
20262
20188
  }, "strip", z.ZodTypeAny, {
20263
20189
  name: string;
20264
20190
  id: string;
@@ -20288,7 +20214,6 @@ export declare const messengerContract: {
20288
20214
  lineRichMenuId?: string | null | undefined;
20289
20215
  messengerIntegrationType?: "own" | "business" | undefined;
20290
20216
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20291
- isCSATEnabled?: boolean | undefined;
20292
20217
  }, {
20293
20218
  name: string;
20294
20219
  id: string;
@@ -20318,7 +20243,6 @@ export declare const messengerContract: {
20318
20243
  lineRichMenuId?: string | null | undefined;
20319
20244
  messengerIntegrationType?: "own" | "business" | undefined;
20320
20245
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20321
- isCSATEnabled?: boolean | undefined;
20322
20246
  }>;
20323
20247
  platformId: z.ZodString;
20324
20248
  brandName: z.ZodString;
@@ -20378,7 +20302,6 @@ export declare const messengerContract: {
20378
20302
  lineRichMenuId?: string | null | undefined;
20379
20303
  messengerIntegrationType?: "own" | "business" | undefined;
20380
20304
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20381
- isCSATEnabled?: boolean | undefined;
20382
20305
  };
20383
20306
  status: boolean;
20384
20307
  brandName: string;
@@ -20426,7 +20349,6 @@ export declare const messengerContract: {
20426
20349
  lineRichMenuId?: string | null | undefined;
20427
20350
  messengerIntegrationType?: "own" | "business" | undefined;
20428
20351
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20429
- isCSATEnabled?: boolean | undefined;
20430
20352
  };
20431
20353
  status: boolean;
20432
20354
  brandName: string;
@@ -20476,7 +20398,6 @@ export declare const messengerContract: {
20476
20398
  lineRichMenuId?: string | null | undefined;
20477
20399
  messengerIntegrationType?: "own" | "business" | undefined;
20478
20400
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20479
- isCSATEnabled?: boolean | undefined;
20480
20401
  };
20481
20402
  status: boolean;
20482
20403
  brandName: string;
@@ -20527,7 +20448,6 @@ export declare const messengerContract: {
20527
20448
  lineRichMenuId?: string | null | undefined;
20528
20449
  messengerIntegrationType?: "own" | "business" | undefined;
20529
20450
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20530
- isCSATEnabled?: boolean | undefined;
20531
20451
  };
20532
20452
  status: boolean;
20533
20453
  brandName: string;
@@ -20648,7 +20568,6 @@ export declare const messengerContract: {
20648
20568
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
20649
20569
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
20650
20570
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
20651
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
20652
20571
  }, "strip", z.ZodTypeAny, {
20653
20572
  name: string;
20654
20573
  id: string;
@@ -20678,7 +20597,6 @@ export declare const messengerContract: {
20678
20597
  lineRichMenuId?: string | null | undefined;
20679
20598
  messengerIntegrationType?: "own" | "business" | undefined;
20680
20599
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20681
- isCSATEnabled?: boolean | undefined;
20682
20600
  }, {
20683
20601
  name: string;
20684
20602
  id: string;
@@ -20708,7 +20626,6 @@ export declare const messengerContract: {
20708
20626
  lineRichMenuId?: string | null | undefined;
20709
20627
  messengerIntegrationType?: "own" | "business" | undefined;
20710
20628
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20711
- isCSATEnabled?: boolean | undefined;
20712
20629
  }>;
20713
20630
  platformId: z.ZodString;
20714
20631
  brandName: z.ZodString;
@@ -20768,7 +20685,6 @@ export declare const messengerContract: {
20768
20685
  lineRichMenuId?: string | null | undefined;
20769
20686
  messengerIntegrationType?: "own" | "business" | undefined;
20770
20687
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20771
- isCSATEnabled?: boolean | undefined;
20772
20688
  };
20773
20689
  status: boolean;
20774
20690
  brandName: string;
@@ -20816,7 +20732,6 @@ export declare const messengerContract: {
20816
20732
  lineRichMenuId?: string | null | undefined;
20817
20733
  messengerIntegrationType?: "own" | "business" | undefined;
20818
20734
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20819
- isCSATEnabled?: boolean | undefined;
20820
20735
  };
20821
20736
  status: boolean;
20822
20737
  brandName: string;
@@ -20866,7 +20781,6 @@ export declare const messengerContract: {
20866
20781
  lineRichMenuId?: string | null | undefined;
20867
20782
  messengerIntegrationType?: "own" | "business" | undefined;
20868
20783
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20869
- isCSATEnabled?: boolean | undefined;
20870
20784
  };
20871
20785
  status: boolean;
20872
20786
  brandName: string;
@@ -20917,7 +20831,6 @@ export declare const messengerContract: {
20917
20831
  lineRichMenuId?: string | null | undefined;
20918
20832
  messengerIntegrationType?: "own" | "business" | undefined;
20919
20833
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20920
- isCSATEnabled?: boolean | undefined;
20921
20834
  };
20922
20835
  status: boolean;
20923
20836
  brandName: string;
@@ -21025,7 +20938,6 @@ export declare const messengerContract: {
21025
20938
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
21026
20939
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
21027
20940
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
21028
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
21029
20941
  }, "strip", z.ZodTypeAny, {
21030
20942
  name: string;
21031
20943
  id: string;
@@ -21055,7 +20967,6 @@ export declare const messengerContract: {
21055
20967
  lineRichMenuId?: string | null | undefined;
21056
20968
  messengerIntegrationType?: "own" | "business" | undefined;
21057
20969
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21058
- isCSATEnabled?: boolean | undefined;
21059
20970
  }, {
21060
20971
  name: string;
21061
20972
  id: string;
@@ -21085,7 +20996,6 @@ export declare const messengerContract: {
21085
20996
  lineRichMenuId?: string | null | undefined;
21086
20997
  messengerIntegrationType?: "own" | "business" | undefined;
21087
20998
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21088
- isCSATEnabled?: boolean | undefined;
21089
20999
  }>;
21090
21000
  status: z.ZodUnion<[z.ZodLiteral<true>, z.ZodLiteral<false>]>;
21091
21001
  actor: z.ZodOptional<z.ZodObject<{
@@ -21150,7 +21060,6 @@ export declare const messengerContract: {
21150
21060
  lineRichMenuId?: string | null | undefined;
21151
21061
  messengerIntegrationType?: "own" | "business" | undefined;
21152
21062
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21153
- isCSATEnabled?: boolean | undefined;
21154
21063
  };
21155
21064
  status: boolean;
21156
21065
  createdAt: string;
@@ -21202,7 +21111,6 @@ export declare const messengerContract: {
21202
21111
  lineRichMenuId?: string | null | undefined;
21203
21112
  messengerIntegrationType?: "own" | "business" | undefined;
21204
21113
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21205
- isCSATEnabled?: boolean | undefined;
21206
21114
  };
21207
21115
  status: boolean;
21208
21116
  createdAt: string;
@@ -21293,7 +21201,6 @@ export declare const messengerContract: {
21293
21201
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
21294
21202
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
21295
21203
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
21296
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
21297
21204
  }, "strip", z.ZodTypeAny, {
21298
21205
  name: string;
21299
21206
  id: string;
@@ -21323,7 +21230,6 @@ export declare const messengerContract: {
21323
21230
  lineRichMenuId?: string | null | undefined;
21324
21231
  messengerIntegrationType?: "own" | "business" | undefined;
21325
21232
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21326
- isCSATEnabled?: boolean | undefined;
21327
21233
  }, {
21328
21234
  name: string;
21329
21235
  id: string;
@@ -21353,7 +21259,6 @@ export declare const messengerContract: {
21353
21259
  lineRichMenuId?: string | null | undefined;
21354
21260
  messengerIntegrationType?: "own" | "business" | undefined;
21355
21261
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21356
- isCSATEnabled?: boolean | undefined;
21357
21262
  }>;
21358
21263
  platformId: z.ZodString;
21359
21264
  brandName: z.ZodString;
@@ -21413,7 +21318,6 @@ export declare const messengerContract: {
21413
21318
  lineRichMenuId?: string | null | undefined;
21414
21319
  messengerIntegrationType?: "own" | "business" | undefined;
21415
21320
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21416
- isCSATEnabled?: boolean | undefined;
21417
21321
  };
21418
21322
  status: boolean;
21419
21323
  brandName: string;
@@ -21461,7 +21365,6 @@ export declare const messengerContract: {
21461
21365
  lineRichMenuId?: string | null | undefined;
21462
21366
  messengerIntegrationType?: "own" | "business" | undefined;
21463
21367
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21464
- isCSATEnabled?: boolean | undefined;
21465
21368
  };
21466
21369
  status: boolean;
21467
21370
  brandName: string;
@@ -21511,7 +21414,6 @@ export declare const messengerContract: {
21511
21414
  lineRichMenuId?: string | null | undefined;
21512
21415
  messengerIntegrationType?: "own" | "business" | undefined;
21513
21416
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21514
- isCSATEnabled?: boolean | undefined;
21515
21417
  };
21516
21418
  status: boolean;
21517
21419
  brandName: string;
@@ -21562,7 +21464,6 @@ export declare const messengerContract: {
21562
21464
  lineRichMenuId?: string | null | undefined;
21563
21465
  messengerIntegrationType?: "own" | "business" | undefined;
21564
21466
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21565
- isCSATEnabled?: boolean | undefined;
21566
21467
  };
21567
21468
  status: boolean;
21568
21469
  brandName: string;