@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
@@ -8,7 +8,7 @@ export declare const platformWebchatContract: {
8
8
  lastMessage: z.ZodOptional<z.ZodString>;
9
9
  handleTime: z.ZodOptional<z.ZodNumber>;
10
10
  isLatest: z.ZodBoolean;
11
- direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
11
+ direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
12
12
  metadata: z.ZodOptional<z.ZodAny>;
13
13
  createdAt: z.ZodString;
14
14
  updatedAt: z.ZodString;
@@ -193,7 +193,6 @@ export declare const platformWebchatContract: {
193
193
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
194
194
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
195
195
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
196
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
197
196
  }, "strip", z.ZodTypeAny, {
198
197
  name: string;
199
198
  id: string;
@@ -223,7 +222,6 @@ export declare const platformWebchatContract: {
223
222
  lineRichMenuId?: string | null | undefined;
224
223
  messengerIntegrationType?: "own" | "business" | undefined;
225
224
  facebookFeedIntegrationType?: "own" | "business" | undefined;
226
- isCSATEnabled?: boolean | undefined;
227
225
  }, {
228
226
  name: string;
229
227
  id: string;
@@ -253,7 +251,6 @@ export declare const platformWebchatContract: {
253
251
  lineRichMenuId?: string | null | undefined;
254
252
  messengerIntegrationType?: "own" | "business" | undefined;
255
253
  facebookFeedIntegrationType?: "own" | "business" | undefined;
256
- isCSATEnabled?: boolean | undefined;
257
254
  }>;
258
255
  platformId: z.ZodString;
259
256
  brandName: z.ZodString;
@@ -313,7 +310,6 @@ export declare const platformWebchatContract: {
313
310
  lineRichMenuId?: string | null | undefined;
314
311
  messengerIntegrationType?: "own" | "business" | undefined;
315
312
  facebookFeedIntegrationType?: "own" | "business" | undefined;
316
- isCSATEnabled?: boolean | undefined;
317
313
  };
318
314
  status: boolean;
319
315
  brandName: string;
@@ -361,7 +357,6 @@ export declare const platformWebchatContract: {
361
357
  lineRichMenuId?: string | null | undefined;
362
358
  messengerIntegrationType?: "own" | "business" | undefined;
363
359
  facebookFeedIntegrationType?: "own" | "business" | undefined;
364
- isCSATEnabled?: boolean | undefined;
365
360
  };
366
361
  status: boolean;
367
362
  brandName: string;
@@ -414,7 +409,6 @@ export declare const platformWebchatContract: {
414
409
  lineRichMenuId?: string | null | undefined;
415
410
  messengerIntegrationType?: "own" | "business" | undefined;
416
411
  facebookFeedIntegrationType?: "own" | "business" | undefined;
417
- isCSATEnabled?: boolean | undefined;
418
412
  };
419
413
  status: boolean;
420
414
  brandName: string;
@@ -506,7 +500,6 @@ export declare const platformWebchatContract: {
506
500
  lineRichMenuId?: string | null | undefined;
507
501
  messengerIntegrationType?: "own" | "business" | undefined;
508
502
  facebookFeedIntegrationType?: "own" | "business" | undefined;
509
- isCSATEnabled?: boolean | undefined;
510
503
  };
511
504
  status: boolean;
512
505
  brandName: string;
@@ -567,8 +560,8 @@ export declare const platformWebchatContract: {
567
560
  message: z.ZodObject<{
568
561
  id: z.ZodOptional<z.ZodString>;
569
562
  message: z.ZodOptional<z.ZodString>;
570
- direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
571
- type: z.ZodUnion<[z.ZodLiteral<string>, z.ZodLiteral<string>, ...z.ZodLiteral<string>[]]>;
563
+ direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
564
+ 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"]>;
572
565
  readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
573
566
  metadata: z.ZodOptional<z.ZodAny>;
574
567
  platformId: z.ZodOptional<z.ZodString>;
@@ -624,7 +617,7 @@ export declare const platformWebchatContract: {
624
617
  editedAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
625
618
  label: z.ZodOptional<z.ZodString>;
626
619
  }, "strip", z.ZodTypeAny, {
627
- type: string;
620
+ 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";
628
621
  direction: "incoming" | "outgoing" | "system";
629
622
  id?: string | undefined;
630
623
  message?: string | undefined;
@@ -659,7 +652,7 @@ export declare const platformWebchatContract: {
659
652
  editedAt?: string | Date | null | undefined;
660
653
  label?: string | undefined;
661
654
  }, {
662
- type: string;
655
+ 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";
663
656
  direction: "incoming" | "outgoing" | "system";
664
657
  id?: string | undefined;
665
658
  message?: string | undefined;
@@ -696,7 +689,7 @@ export declare const platformWebchatContract: {
696
689
  }>;
697
690
  }, "strip", z.ZodTypeAny, {
698
691
  message: {
699
- type: string;
692
+ 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";
700
693
  direction: "incoming" | "outgoing" | "system";
701
694
  id?: string | undefined;
702
695
  message?: string | undefined;
@@ -766,7 +759,6 @@ export declare const platformWebchatContract: {
766
759
  lineRichMenuId?: string | null | undefined;
767
760
  messengerIntegrationType?: "own" | "business" | undefined;
768
761
  facebookFeedIntegrationType?: "own" | "business" | undefined;
769
- isCSATEnabled?: boolean | undefined;
770
762
  };
771
763
  status: boolean;
772
764
  brandName: string;
@@ -827,7 +819,7 @@ export declare const platformWebchatContract: {
827
819
  isBot: boolean | null;
828
820
  }, {
829
821
  message: {
830
- type: string;
822
+ 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";
831
823
  direction: "incoming" | "outgoing" | "system";
832
824
  id?: string | undefined;
833
825
  message?: string | undefined;
@@ -897,7 +889,6 @@ export declare const platformWebchatContract: {
897
889
  lineRichMenuId?: string | null | undefined;
898
890
  messengerIntegrationType?: "own" | "business" | undefined;
899
891
  facebookFeedIntegrationType?: "own" | "business" | undefined;
900
- isCSATEnabled?: boolean | undefined;
901
892
  };
902
893
  status: boolean;
903
894
  brandName: string;
@@ -962,11 +953,11 @@ export declare const platformWebchatContract: {
962
953
  200: z.ZodObject<{
963
954
  requestId: z.ZodString;
964
955
  data: z.ZodObject<{
965
- type: z.ZodUnion<[z.ZodLiteral<string>, z.ZodLiteral<string>, ...z.ZodLiteral<string>[]]>;
956
+ 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"]>;
966
957
  message: z.ZodString;
967
958
  id: z.ZodString;
968
959
  url: z.ZodString;
969
- direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
960
+ direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
970
961
  label: z.ZodOptional<z.ZodString>;
971
962
  template: z.ZodAny;
972
963
  metadata: z.ZodAny;
@@ -1431,7 +1422,7 @@ export declare const platformWebchatContract: {
1431
1422
  firstResponseTime: z.ZodNumber;
1432
1423
  isLatest: z.ZodBoolean;
1433
1424
  isBotRoom: z.ZodBoolean;
1434
- direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
1425
+ direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
1435
1426
  platformContact: z.ZodObject<{
1436
1427
  id: z.ZodString;
1437
1428
  createdAt: z.ZodDate;
@@ -2479,7 +2470,6 @@ export declare const platformWebchatContract: {
2479
2470
  channelId: string;
2480
2471
  socialPlatformId: string;
2481
2472
  }>;
2482
- csatStatus: z.ZodNullable<z.ZodString>;
2483
2473
  actor: z.ZodObject<{
2484
2474
  id: z.ZodString;
2485
2475
  createdAt: z.ZodDate;
@@ -2958,7 +2948,6 @@ export declare const platformWebchatContract: {
2958
2948
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2959
2949
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
2960
2950
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
2961
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
2962
2951
  }, "strip", z.ZodTypeAny, {
2963
2952
  name: string;
2964
2953
  id: string;
@@ -2988,7 +2977,6 @@ export declare const platformWebchatContract: {
2988
2977
  lineRichMenuId?: string | null | undefined;
2989
2978
  messengerIntegrationType?: "own" | "business" | undefined;
2990
2979
  facebookFeedIntegrationType?: "own" | "business" | undefined;
2991
- isCSATEnabled?: boolean | undefined;
2992
2980
  }, {
2993
2981
  name: string;
2994
2982
  id: string;
@@ -3018,7 +3006,6 @@ export declare const platformWebchatContract: {
3018
3006
  lineRichMenuId?: string | null | undefined;
3019
3007
  messengerIntegrationType?: "own" | "business" | undefined;
3020
3008
  facebookFeedIntegrationType?: "own" | "business" | undefined;
3021
- isCSATEnabled?: boolean | undefined;
3022
3009
  }>;
3023
3010
  brandName: z.ZodString;
3024
3011
  platformId: z.ZodString;
@@ -3282,7 +3269,6 @@ export declare const platformWebchatContract: {
3282
3269
  lineRichMenuId?: string | null | undefined;
3283
3270
  messengerIntegrationType?: "own" | "business" | undefined;
3284
3271
  facebookFeedIntegrationType?: "own" | "business" | undefined;
3285
- isCSATEnabled?: boolean | undefined;
3286
3272
  };
3287
3273
  status: boolean;
3288
3274
  createdAt: Date;
@@ -3377,7 +3363,6 @@ export declare const platformWebchatContract: {
3377
3363
  lineRichMenuId?: string | null | undefined;
3378
3364
  messengerIntegrationType?: "own" | "business" | undefined;
3379
3365
  facebookFeedIntegrationType?: "own" | "business" | undefined;
3380
- isCSATEnabled?: boolean | undefined;
3381
3366
  };
3382
3367
  status: boolean;
3383
3368
  createdAt: Date;
@@ -3630,16 +3615,6 @@ export declare const platformWebchatContract: {
3630
3615
  createdAt: Date;
3631
3616
  updatedAt: Date;
3632
3617
  deletedAt: Date | null;
3633
- tags: {
3634
- name: string;
3635
- id: string;
3636
- createdAt: Date;
3637
- updatedAt: Date;
3638
- deletedAt: Date | null;
3639
- }[];
3640
- callFrom: string | null;
3641
- callTo: string | null;
3642
- note: string | null;
3643
3618
  categories: {
3644
3619
  id: string;
3645
3620
  value: string;
@@ -3662,6 +3637,16 @@ export declare const platformWebchatContract: {
3662
3637
  }[];
3663
3638
  }[];
3664
3639
  }[];
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;
3665
3650
  customFields?: {
3666
3651
  id: string;
3667
3652
  createdAt: Date;
@@ -3681,16 +3666,6 @@ export declare const platformWebchatContract: {
3681
3666
  createdAt: Date;
3682
3667
  updatedAt: Date;
3683
3668
  deletedAt: Date | null;
3684
- tags: {
3685
- name: string;
3686
- id: string;
3687
- createdAt: Date;
3688
- updatedAt: Date;
3689
- deletedAt: Date | null;
3690
- }[];
3691
- callFrom: string | null;
3692
- callTo: string | null;
3693
- note: string | null;
3694
3669
  categories: {
3695
3670
  id: string;
3696
3671
  value: string;
@@ -3713,6 +3688,16 @@ export declare const platformWebchatContract: {
3713
3688
  }[];
3714
3689
  }[];
3715
3690
  }[];
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;
3716
3701
  customFields?: {
3717
3702
  id: string;
3718
3703
  createdAt: Date;
@@ -3821,16 +3806,6 @@ export declare const platformWebchatContract: {
3821
3806
  createdAt: Date;
3822
3807
  updatedAt: Date;
3823
3808
  deletedAt: Date | null;
3824
- tags: {
3825
- name: string;
3826
- id: string;
3827
- createdAt: Date;
3828
- updatedAt: Date;
3829
- deletedAt: Date | null;
3830
- }[];
3831
- callFrom: string | null;
3832
- callTo: string | null;
3833
- note: string | null;
3834
3809
  categories: {
3835
3810
  id: string;
3836
3811
  value: string;
@@ -3853,6 +3828,16 @@ export declare const platformWebchatContract: {
3853
3828
  }[];
3854
3829
  }[];
3855
3830
  }[];
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;
3856
3841
  customFields?: {
3857
3842
  id: string;
3858
3843
  createdAt: Date;
@@ -3911,16 +3896,6 @@ export declare const platformWebchatContract: {
3911
3896
  createdAt: Date;
3912
3897
  updatedAt: Date;
3913
3898
  deletedAt: Date | null;
3914
- tags: {
3915
- name: string;
3916
- id: string;
3917
- createdAt: Date;
3918
- updatedAt: Date;
3919
- deletedAt: Date | null;
3920
- }[];
3921
- callFrom: string | null;
3922
- callTo: string | null;
3923
- note: string | null;
3924
3899
  categories: {
3925
3900
  id: string;
3926
3901
  value: string;
@@ -3943,6 +3918,16 @@ export declare const platformWebchatContract: {
3943
3918
  }[];
3944
3919
  }[];
3945
3920
  }[];
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;
3946
3931
  customFields?: {
3947
3932
  id: string;
3948
3933
  createdAt: Date;
@@ -4036,7 +4021,6 @@ export declare const platformWebchatContract: {
4036
4021
  lineRichMenuId?: string | null | undefined;
4037
4022
  messengerIntegrationType?: "own" | "business" | undefined;
4038
4023
  facebookFeedIntegrationType?: "own" | "business" | undefined;
4039
- isCSATEnabled?: boolean | undefined;
4040
4024
  };
4041
4025
  status: boolean;
4042
4026
  createdAt: Date;
@@ -4328,7 +4312,6 @@ export declare const platformWebchatContract: {
4328
4312
  closedAt: Date;
4329
4313
  lastMessageAt: Date | null;
4330
4314
  isBotRoom: boolean;
4331
- csatStatus: string | null;
4332
4315
  cxlog: {
4333
4316
  id: string;
4334
4317
  channel: string | null;
@@ -4356,16 +4339,6 @@ export declare const platformWebchatContract: {
4356
4339
  createdAt: Date;
4357
4340
  updatedAt: Date;
4358
4341
  deletedAt: Date | null;
4359
- tags: {
4360
- name: string;
4361
- id: string;
4362
- createdAt: Date;
4363
- updatedAt: Date;
4364
- deletedAt: Date | null;
4365
- }[];
4366
- callFrom: string | null;
4367
- callTo: string | null;
4368
- note: string | null;
4369
4342
  categories: {
4370
4343
  id: string;
4371
4344
  value: string;
@@ -4388,6 +4361,16 @@ export declare const platformWebchatContract: {
4388
4361
  }[];
4389
4362
  }[];
4390
4363
  }[];
4364
+ tags: {
4365
+ name: string;
4366
+ id: string;
4367
+ createdAt: Date;
4368
+ updatedAt: Date;
4369
+ deletedAt: Date | null;
4370
+ }[];
4371
+ callFrom: string | null;
4372
+ callTo: string | null;
4373
+ note: string | null;
4391
4374
  customFields?: {
4392
4375
  id: string;
4393
4376
  createdAt: Date;
@@ -4465,7 +4448,6 @@ export declare const platformWebchatContract: {
4465
4448
  lineRichMenuId?: string | null | undefined;
4466
4449
  messengerIntegrationType?: "own" | "business" | undefined;
4467
4450
  facebookFeedIntegrationType?: "own" | "business" | undefined;
4468
- isCSATEnabled?: boolean | undefined;
4469
4451
  };
4470
4452
  status: boolean;
4471
4453
  createdAt: Date;
@@ -4757,7 +4739,6 @@ export declare const platformWebchatContract: {
4757
4739
  closedAt: Date;
4758
4740
  lastMessageAt: Date | null;
4759
4741
  isBotRoom: boolean;
4760
- csatStatus: string | null;
4761
4742
  cxlog: {
4762
4743
  id: string;
4763
4744
  channel: string | null;
@@ -4785,16 +4766,6 @@ export declare const platformWebchatContract: {
4785
4766
  createdAt: Date;
4786
4767
  updatedAt: Date;
4787
4768
  deletedAt: Date | null;
4788
- tags: {
4789
- name: string;
4790
- id: string;
4791
- createdAt: Date;
4792
- updatedAt: Date;
4793
- deletedAt: Date | null;
4794
- }[];
4795
- callFrom: string | null;
4796
- callTo: string | null;
4797
- note: string | null;
4798
4769
  categories: {
4799
4770
  id: string;
4800
4771
  value: string;
@@ -4817,6 +4788,16 @@ export declare const platformWebchatContract: {
4817
4788
  }[];
4818
4789
  }[];
4819
4790
  }[];
4791
+ tags: {
4792
+ name: string;
4793
+ id: string;
4794
+ createdAt: Date;
4795
+ updatedAt: Date;
4796
+ deletedAt: Date | null;
4797
+ }[];
4798
+ callFrom: string | null;
4799
+ callTo: string | null;
4800
+ note: string | null;
4820
4801
  customFields?: {
4821
4802
  id: string;
4822
4803
  createdAt: Date;
@@ -4897,8 +4878,8 @@ export declare const platformWebchatContract: {
4897
4878
  updatedAt: z.ZodDate;
4898
4879
  deletedAt: z.ZodNullable<z.ZodDate>;
4899
4880
  message: z.ZodString;
4900
- direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
4901
- type: z.ZodUnion<[z.ZodLiteral<string>, z.ZodLiteral<string>, ...z.ZodLiteral<string>[]]>;
4881
+ direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
4882
+ 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"]>;
4902
4883
  readAt: z.ZodDate;
4903
4884
  metadata: z.ZodAny;
4904
4885
  platformId: z.ZodString;
@@ -5556,7 +5537,7 @@ export declare const platformWebchatContract: {
5556
5537
  };
5557
5538
  }>;
5558
5539
  }, "strip", z.ZodTypeAny, {
5559
- type: string;
5540
+ 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";
5560
5541
  message: string;
5561
5542
  id: string;
5562
5543
  url: string;
@@ -5718,7 +5699,7 @@ export declare const platformWebchatContract: {
5718
5699
  metadata?: any;
5719
5700
  template?: any;
5720
5701
  }, {
5721
- type: string;
5702
+ 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";
5722
5703
  message: string;
5723
5704
  id: string;
5724
5705
  url: string;
@@ -6091,8 +6072,8 @@ export declare const platformWebchatContract: {
6091
6072
  updatedAt: z.ZodDate;
6092
6073
  deletedAt: z.ZodNullable<z.ZodDate>;
6093
6074
  message: z.ZodString;
6094
- direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
6095
- type: z.ZodUnion<[z.ZodLiteral<string>, z.ZodLiteral<string>, ...z.ZodLiteral<string>[]]>;
6075
+ direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
6076
+ 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"]>;
6096
6077
  readAt: z.ZodDate;
6097
6078
  metadata: z.ZodAny;
6098
6079
  platformId: z.ZodString;
@@ -6118,7 +6099,7 @@ export declare const platformWebchatContract: {
6118
6099
  firstResponseTime: z.ZodNumber;
6119
6100
  isLatest: z.ZodBoolean;
6120
6101
  isBotRoom: z.ZodBoolean;
6121
- direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
6102
+ direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
6122
6103
  platformContact: z.ZodObject<{
6123
6104
  id: z.ZodString;
6124
6105
  createdAt: z.ZodDate;
@@ -7166,7 +7147,6 @@ export declare const platformWebchatContract: {
7166
7147
  channelId: string;
7167
7148
  socialPlatformId: string;
7168
7149
  }>;
7169
- csatStatus: z.ZodNullable<z.ZodString>;
7170
7150
  actor: z.ZodObject<{
7171
7151
  id: z.ZodString;
7172
7152
  createdAt: z.ZodDate;
@@ -7645,7 +7625,6 @@ export declare const platformWebchatContract: {
7645
7625
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
7646
7626
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
7647
7627
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
7648
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
7649
7628
  }, "strip", z.ZodTypeAny, {
7650
7629
  name: string;
7651
7630
  id: string;
@@ -7675,7 +7654,6 @@ export declare const platformWebchatContract: {
7675
7654
  lineRichMenuId?: string | null | undefined;
7676
7655
  messengerIntegrationType?: "own" | "business" | undefined;
7677
7656
  facebookFeedIntegrationType?: "own" | "business" | undefined;
7678
- isCSATEnabled?: boolean | undefined;
7679
7657
  }, {
7680
7658
  name: string;
7681
7659
  id: string;
@@ -7705,7 +7683,6 @@ export declare const platformWebchatContract: {
7705
7683
  lineRichMenuId?: string | null | undefined;
7706
7684
  messengerIntegrationType?: "own" | "business" | undefined;
7707
7685
  facebookFeedIntegrationType?: "own" | "business" | undefined;
7708
- isCSATEnabled?: boolean | undefined;
7709
7686
  }>;
7710
7687
  brandName: z.ZodString;
7711
7688
  platformId: z.ZodString;
@@ -7969,7 +7946,6 @@ export declare const platformWebchatContract: {
7969
7946
  lineRichMenuId?: string | null | undefined;
7970
7947
  messengerIntegrationType?: "own" | "business" | undefined;
7971
7948
  facebookFeedIntegrationType?: "own" | "business" | undefined;
7972
- isCSATEnabled?: boolean | undefined;
7973
7949
  };
7974
7950
  status: boolean;
7975
7951
  createdAt: Date;
@@ -8064,7 +8040,6 @@ export declare const platformWebchatContract: {
8064
8040
  lineRichMenuId?: string | null | undefined;
8065
8041
  messengerIntegrationType?: "own" | "business" | undefined;
8066
8042
  facebookFeedIntegrationType?: "own" | "business" | undefined;
8067
- isCSATEnabled?: boolean | undefined;
8068
8043
  };
8069
8044
  status: boolean;
8070
8045
  createdAt: Date;
@@ -8317,16 +8292,6 @@ export declare const platformWebchatContract: {
8317
8292
  createdAt: Date;
8318
8293
  updatedAt: Date;
8319
8294
  deletedAt: Date | null;
8320
- tags: {
8321
- name: string;
8322
- id: string;
8323
- createdAt: Date;
8324
- updatedAt: Date;
8325
- deletedAt: Date | null;
8326
- }[];
8327
- callFrom: string | null;
8328
- callTo: string | null;
8329
- note: string | null;
8330
8295
  categories: {
8331
8296
  id: string;
8332
8297
  value: string;
@@ -8349,6 +8314,16 @@ export declare const platformWebchatContract: {
8349
8314
  }[];
8350
8315
  }[];
8351
8316
  }[];
8317
+ tags: {
8318
+ name: string;
8319
+ id: string;
8320
+ createdAt: Date;
8321
+ updatedAt: Date;
8322
+ deletedAt: Date | null;
8323
+ }[];
8324
+ callFrom: string | null;
8325
+ callTo: string | null;
8326
+ note: string | null;
8352
8327
  customFields?: {
8353
8328
  id: string;
8354
8329
  createdAt: Date;
@@ -8368,16 +8343,6 @@ export declare const platformWebchatContract: {
8368
8343
  createdAt: Date;
8369
8344
  updatedAt: Date;
8370
8345
  deletedAt: Date | null;
8371
- tags: {
8372
- name: string;
8373
- id: string;
8374
- createdAt: Date;
8375
- updatedAt: Date;
8376
- deletedAt: Date | null;
8377
- }[];
8378
- callFrom: string | null;
8379
- callTo: string | null;
8380
- note: string | null;
8381
8346
  categories: {
8382
8347
  id: string;
8383
8348
  value: string;
@@ -8400,6 +8365,16 @@ export declare const platformWebchatContract: {
8400
8365
  }[];
8401
8366
  }[];
8402
8367
  }[];
8368
+ tags: {
8369
+ name: string;
8370
+ id: string;
8371
+ createdAt: Date;
8372
+ updatedAt: Date;
8373
+ deletedAt: Date | null;
8374
+ }[];
8375
+ callFrom: string | null;
8376
+ callTo: string | null;
8377
+ note: string | null;
8403
8378
  customFields?: {
8404
8379
  id: string;
8405
8380
  createdAt: Date;
@@ -8508,16 +8483,6 @@ export declare const platformWebchatContract: {
8508
8483
  createdAt: Date;
8509
8484
  updatedAt: Date;
8510
8485
  deletedAt: Date | null;
8511
- tags: {
8512
- name: string;
8513
- id: string;
8514
- createdAt: Date;
8515
- updatedAt: Date;
8516
- deletedAt: Date | null;
8517
- }[];
8518
- callFrom: string | null;
8519
- callTo: string | null;
8520
- note: string | null;
8521
8486
  categories: {
8522
8487
  id: string;
8523
8488
  value: string;
@@ -8540,6 +8505,16 @@ export declare const platformWebchatContract: {
8540
8505
  }[];
8541
8506
  }[];
8542
8507
  }[];
8508
+ tags: {
8509
+ name: string;
8510
+ id: string;
8511
+ createdAt: Date;
8512
+ updatedAt: Date;
8513
+ deletedAt: Date | null;
8514
+ }[];
8515
+ callFrom: string | null;
8516
+ callTo: string | null;
8517
+ note: string | null;
8543
8518
  customFields?: {
8544
8519
  id: string;
8545
8520
  createdAt: Date;
@@ -8598,16 +8573,6 @@ export declare const platformWebchatContract: {
8598
8573
  createdAt: Date;
8599
8574
  updatedAt: Date;
8600
8575
  deletedAt: Date | null;
8601
- tags: {
8602
- name: string;
8603
- id: string;
8604
- createdAt: Date;
8605
- updatedAt: Date;
8606
- deletedAt: Date | null;
8607
- }[];
8608
- callFrom: string | null;
8609
- callTo: string | null;
8610
- note: string | null;
8611
8576
  categories: {
8612
8577
  id: string;
8613
8578
  value: string;
@@ -8630,6 +8595,16 @@ export declare const platformWebchatContract: {
8630
8595
  }[];
8631
8596
  }[];
8632
8597
  }[];
8598
+ tags: {
8599
+ name: string;
8600
+ id: string;
8601
+ createdAt: Date;
8602
+ updatedAt: Date;
8603
+ deletedAt: Date | null;
8604
+ }[];
8605
+ callFrom: string | null;
8606
+ callTo: string | null;
8607
+ note: string | null;
8633
8608
  customFields?: {
8634
8609
  id: string;
8635
8610
  createdAt: Date;
@@ -8723,7 +8698,6 @@ export declare const platformWebchatContract: {
8723
8698
  lineRichMenuId?: string | null | undefined;
8724
8699
  messengerIntegrationType?: "own" | "business" | undefined;
8725
8700
  facebookFeedIntegrationType?: "own" | "business" | undefined;
8726
- isCSATEnabled?: boolean | undefined;
8727
8701
  };
8728
8702
  status: boolean;
8729
8703
  createdAt: Date;
@@ -9015,7 +8989,6 @@ export declare const platformWebchatContract: {
9015
8989
  closedAt: Date;
9016
8990
  lastMessageAt: Date | null;
9017
8991
  isBotRoom: boolean;
9018
- csatStatus: string | null;
9019
8992
  cxlog: {
9020
8993
  id: string;
9021
8994
  channel: string | null;
@@ -9043,16 +9016,6 @@ export declare const platformWebchatContract: {
9043
9016
  createdAt: Date;
9044
9017
  updatedAt: Date;
9045
9018
  deletedAt: Date | null;
9046
- tags: {
9047
- name: string;
9048
- id: string;
9049
- createdAt: Date;
9050
- updatedAt: Date;
9051
- deletedAt: Date | null;
9052
- }[];
9053
- callFrom: string | null;
9054
- callTo: string | null;
9055
- note: string | null;
9056
9019
  categories: {
9057
9020
  id: string;
9058
9021
  value: string;
@@ -9075,6 +9038,16 @@ export declare const platformWebchatContract: {
9075
9038
  }[];
9076
9039
  }[];
9077
9040
  }[];
9041
+ tags: {
9042
+ name: string;
9043
+ id: string;
9044
+ createdAt: Date;
9045
+ updatedAt: Date;
9046
+ deletedAt: Date | null;
9047
+ }[];
9048
+ callFrom: string | null;
9049
+ callTo: string | null;
9050
+ note: string | null;
9078
9051
  customFields?: {
9079
9052
  id: string;
9080
9053
  createdAt: Date;
@@ -9152,7 +9125,6 @@ export declare const platformWebchatContract: {
9152
9125
  lineRichMenuId?: string | null | undefined;
9153
9126
  messengerIntegrationType?: "own" | "business" | undefined;
9154
9127
  facebookFeedIntegrationType?: "own" | "business" | undefined;
9155
- isCSATEnabled?: boolean | undefined;
9156
9128
  };
9157
9129
  status: boolean;
9158
9130
  createdAt: Date;
@@ -9444,7 +9416,6 @@ export declare const platformWebchatContract: {
9444
9416
  closedAt: Date;
9445
9417
  lastMessageAt: Date | null;
9446
9418
  isBotRoom: boolean;
9447
- csatStatus: string | null;
9448
9419
  cxlog: {
9449
9420
  id: string;
9450
9421
  channel: string | null;
@@ -9472,16 +9443,6 @@ export declare const platformWebchatContract: {
9472
9443
  createdAt: Date;
9473
9444
  updatedAt: Date;
9474
9445
  deletedAt: Date | null;
9475
- tags: {
9476
- name: string;
9477
- id: string;
9478
- createdAt: Date;
9479
- updatedAt: Date;
9480
- deletedAt: Date | null;
9481
- }[];
9482
- callFrom: string | null;
9483
- callTo: string | null;
9484
- note: string | null;
9485
9446
  categories: {
9486
9447
  id: string;
9487
9448
  value: string;
@@ -9504,6 +9465,16 @@ export declare const platformWebchatContract: {
9504
9465
  }[];
9505
9466
  }[];
9506
9467
  }[];
9468
+ tags: {
9469
+ name: string;
9470
+ id: string;
9471
+ createdAt: Date;
9472
+ updatedAt: Date;
9473
+ deletedAt: Date | null;
9474
+ }[];
9475
+ callFrom: string | null;
9476
+ callTo: string | null;
9477
+ note: string | null;
9507
9478
  customFields?: {
9508
9479
  id: string;
9509
9480
  createdAt: Date;
@@ -9587,8 +9558,8 @@ export declare const platformWebchatContract: {
9587
9558
  updatedAt: z.ZodDate;
9588
9559
  deletedAt: z.ZodNullable<z.ZodDate>;
9589
9560
  message: z.ZodString;
9590
- direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
9591
- type: z.ZodUnion<[z.ZodLiteral<string>, z.ZodLiteral<string>, ...z.ZodLiteral<string>[]]>;
9561
+ direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
9562
+ 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"]>;
9592
9563
  readAt: z.ZodDate;
9593
9564
  metadata: z.ZodAny;
9594
9565
  platformId: z.ZodString;
@@ -10246,7 +10217,7 @@ export declare const platformWebchatContract: {
10246
10217
  };
10247
10218
  }>;
10248
10219
  }, "strip", z.ZodTypeAny, {
10249
- type: string;
10220
+ 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";
10250
10221
  message: string;
10251
10222
  id: string;
10252
10223
  url: string;
@@ -10408,7 +10379,7 @@ export declare const platformWebchatContract: {
10408
10379
  metadata?: any;
10409
10380
  template?: any;
10410
10381
  }, {
10411
- type: string;
10382
+ 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";
10412
10383
  message: string;
10413
10384
  id: string;
10414
10385
  url: string;
@@ -11210,7 +11181,7 @@ export declare const platformWebchatContract: {
11210
11181
  editedMessageid: z.ZodString;
11211
11182
  label: z.ZodOptional<z.ZodString>;
11212
11183
  }, "strip", z.ZodTypeAny, {
11213
- type: string;
11184
+ 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";
11214
11185
  message: string;
11215
11186
  id: string;
11216
11187
  url: string;
@@ -11354,7 +11325,6 @@ export declare const platformWebchatContract: {
11354
11325
  lineRichMenuId?: string | null | undefined;
11355
11326
  messengerIntegrationType?: "own" | "business" | undefined;
11356
11327
  facebookFeedIntegrationType?: "own" | "business" | undefined;
11357
- isCSATEnabled?: boolean | undefined;
11358
11328
  };
11359
11329
  status: boolean;
11360
11330
  createdAt: Date;
@@ -11646,7 +11616,6 @@ export declare const platformWebchatContract: {
11646
11616
  closedAt: Date;
11647
11617
  lastMessageAt: Date | null;
11648
11618
  isBotRoom: boolean;
11649
- csatStatus: string | null;
11650
11619
  cxlog: {
11651
11620
  id: string;
11652
11621
  channel: string | null;
@@ -11674,16 +11643,6 @@ export declare const platformWebchatContract: {
11674
11643
  createdAt: Date;
11675
11644
  updatedAt: Date;
11676
11645
  deletedAt: Date | null;
11677
- tags: {
11678
- name: string;
11679
- id: string;
11680
- createdAt: Date;
11681
- updatedAt: Date;
11682
- deletedAt: Date | null;
11683
- }[];
11684
- callFrom: string | null;
11685
- callTo: string | null;
11686
- note: string | null;
11687
11646
  categories: {
11688
11647
  id: string;
11689
11648
  value: string;
@@ -11706,6 +11665,16 @@ export declare const platformWebchatContract: {
11706
11665
  }[];
11707
11666
  }[];
11708
11667
  }[];
11668
+ tags: {
11669
+ name: string;
11670
+ id: string;
11671
+ createdAt: Date;
11672
+ updatedAt: Date;
11673
+ deletedAt: Date | null;
11674
+ }[];
11675
+ callFrom: string | null;
11676
+ callTo: string | null;
11677
+ note: string | null;
11709
11678
  customFields?: {
11710
11679
  id: string;
11711
11680
  createdAt: Date;
@@ -11765,7 +11734,7 @@ export declare const platformWebchatContract: {
11765
11734
  previewUrl: string;
11766
11735
  imageSetId: string;
11767
11736
  repliedMessage: {
11768
- type: string;
11737
+ 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";
11769
11738
  message: string;
11770
11739
  id: string;
11771
11740
  url: string;
@@ -11976,7 +11945,7 @@ export declare const platformWebchatContract: {
11976
11945
  template?: any;
11977
11946
  label?: string | undefined;
11978
11947
  }, {
11979
- type: string;
11948
+ 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";
11980
11949
  message: string;
11981
11950
  id: string;
11982
11951
  url: string;
@@ -12120,7 +12089,6 @@ export declare const platformWebchatContract: {
12120
12089
  lineRichMenuId?: string | null | undefined;
12121
12090
  messengerIntegrationType?: "own" | "business" | undefined;
12122
12091
  facebookFeedIntegrationType?: "own" | "business" | undefined;
12123
- isCSATEnabled?: boolean | undefined;
12124
12092
  };
12125
12093
  status: boolean;
12126
12094
  createdAt: Date;
@@ -12412,7 +12380,6 @@ export declare const platformWebchatContract: {
12412
12380
  closedAt: Date;
12413
12381
  lastMessageAt: Date | null;
12414
12382
  isBotRoom: boolean;
12415
- csatStatus: string | null;
12416
12383
  cxlog: {
12417
12384
  id: string;
12418
12385
  channel: string | null;
@@ -12440,16 +12407,6 @@ export declare const platformWebchatContract: {
12440
12407
  createdAt: Date;
12441
12408
  updatedAt: Date;
12442
12409
  deletedAt: Date | null;
12443
- tags: {
12444
- name: string;
12445
- id: string;
12446
- createdAt: Date;
12447
- updatedAt: Date;
12448
- deletedAt: Date | null;
12449
- }[];
12450
- callFrom: string | null;
12451
- callTo: string | null;
12452
- note: string | null;
12453
12410
  categories: {
12454
12411
  id: string;
12455
12412
  value: string;
@@ -12472,6 +12429,16 @@ export declare const platformWebchatContract: {
12472
12429
  }[];
12473
12430
  }[];
12474
12431
  }[];
12432
+ tags: {
12433
+ name: string;
12434
+ id: string;
12435
+ createdAt: Date;
12436
+ updatedAt: Date;
12437
+ deletedAt: Date | null;
12438
+ }[];
12439
+ callFrom: string | null;
12440
+ callTo: string | null;
12441
+ note: string | null;
12475
12442
  customFields?: {
12476
12443
  id: string;
12477
12444
  createdAt: Date;
@@ -12531,7 +12498,7 @@ export declare const platformWebchatContract: {
12531
12498
  previewUrl: string;
12532
12499
  imageSetId: string;
12533
12500
  repliedMessage: {
12534
- type: string;
12501
+ 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";
12535
12502
  message: string;
12536
12503
  id: string;
12537
12504
  url: string;
@@ -12743,7 +12710,7 @@ export declare const platformWebchatContract: {
12743
12710
  label?: string | undefined;
12744
12711
  }>>>;
12745
12712
  }, "strip", z.ZodTypeAny, {
12746
- type: string;
12713
+ 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";
12747
12714
  message: string;
12748
12715
  id: string;
12749
12716
  url: string;
@@ -12887,7 +12854,6 @@ export declare const platformWebchatContract: {
12887
12854
  lineRichMenuId?: string | null | undefined;
12888
12855
  messengerIntegrationType?: "own" | "business" | undefined;
12889
12856
  facebookFeedIntegrationType?: "own" | "business" | undefined;
12890
- isCSATEnabled?: boolean | undefined;
12891
12857
  };
12892
12858
  status: boolean;
12893
12859
  createdAt: Date;
@@ -13179,7 +13145,6 @@ export declare const platformWebchatContract: {
13179
13145
  closedAt: Date;
13180
13146
  lastMessageAt: Date | null;
13181
13147
  isBotRoom: boolean;
13182
- csatStatus: string | null;
13183
13148
  cxlog: {
13184
13149
  id: string;
13185
13150
  channel: string | null;
@@ -13207,16 +13172,6 @@ export declare const platformWebchatContract: {
13207
13172
  createdAt: Date;
13208
13173
  updatedAt: Date;
13209
13174
  deletedAt: Date | null;
13210
- tags: {
13211
- name: string;
13212
- id: string;
13213
- createdAt: Date;
13214
- updatedAt: Date;
13215
- deletedAt: Date | null;
13216
- }[];
13217
- callFrom: string | null;
13218
- callTo: string | null;
13219
- note: string | null;
13220
13175
  categories: {
13221
13176
  id: string;
13222
13177
  value: string;
@@ -13239,6 +13194,16 @@ export declare const platformWebchatContract: {
13239
13194
  }[];
13240
13195
  }[];
13241
13196
  }[];
13197
+ tags: {
13198
+ name: string;
13199
+ id: string;
13200
+ createdAt: Date;
13201
+ updatedAt: Date;
13202
+ deletedAt: Date | null;
13203
+ }[];
13204
+ callFrom: string | null;
13205
+ callTo: string | null;
13206
+ note: string | null;
13242
13207
  customFields?: {
13243
13208
  id: string;
13244
13209
  createdAt: Date;
@@ -13298,7 +13263,7 @@ export declare const platformWebchatContract: {
13298
13263
  previewUrl: string;
13299
13264
  imageSetId: string;
13300
13265
  repliedMessage: {
13301
- type: string;
13266
+ 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";
13302
13267
  message: string;
13303
13268
  id: string;
13304
13269
  url: string;
@@ -13509,7 +13474,7 @@ export declare const platformWebchatContract: {
13509
13474
  template?: any;
13510
13475
  metadata?: any;
13511
13476
  fromMessage?: {
13512
- type: string;
13477
+ 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";
13513
13478
  message: string;
13514
13479
  id: string;
13515
13480
  url: string;
@@ -13653,7 +13618,6 @@ export declare const platformWebchatContract: {
13653
13618
  lineRichMenuId?: string | null | undefined;
13654
13619
  messengerIntegrationType?: "own" | "business" | undefined;
13655
13620
  facebookFeedIntegrationType?: "own" | "business" | undefined;
13656
- isCSATEnabled?: boolean | undefined;
13657
13621
  };
13658
13622
  status: boolean;
13659
13623
  createdAt: Date;
@@ -13945,7 +13909,6 @@ export declare const platformWebchatContract: {
13945
13909
  closedAt: Date;
13946
13910
  lastMessageAt: Date | null;
13947
13911
  isBotRoom: boolean;
13948
- csatStatus: string | null;
13949
13912
  cxlog: {
13950
13913
  id: string;
13951
13914
  channel: string | null;
@@ -13973,16 +13936,6 @@ export declare const platformWebchatContract: {
13973
13936
  createdAt: Date;
13974
13937
  updatedAt: Date;
13975
13938
  deletedAt: Date | null;
13976
- tags: {
13977
- name: string;
13978
- id: string;
13979
- createdAt: Date;
13980
- updatedAt: Date;
13981
- deletedAt: Date | null;
13982
- }[];
13983
- callFrom: string | null;
13984
- callTo: string | null;
13985
- note: string | null;
13986
13939
  categories: {
13987
13940
  id: string;
13988
13941
  value: string;
@@ -14005,6 +13958,16 @@ export declare const platformWebchatContract: {
14005
13958
  }[];
14006
13959
  }[];
14007
13960
  }[];
13961
+ tags: {
13962
+ name: string;
13963
+ id: string;
13964
+ createdAt: Date;
13965
+ updatedAt: Date;
13966
+ deletedAt: Date | null;
13967
+ }[];
13968
+ callFrom: string | null;
13969
+ callTo: string | null;
13970
+ note: string | null;
14008
13971
  customFields?: {
14009
13972
  id: string;
14010
13973
  createdAt: Date;
@@ -14064,7 +14027,7 @@ export declare const platformWebchatContract: {
14064
14027
  previewUrl: string;
14065
14028
  imageSetId: string;
14066
14029
  repliedMessage: {
14067
- type: string;
14030
+ 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";
14068
14031
  message: string;
14069
14032
  id: string;
14070
14033
  url: string;
@@ -14276,7 +14239,7 @@ export declare const platformWebchatContract: {
14276
14239
  label?: string | undefined;
14277
14240
  } | null | undefined;
14278
14241
  }, {
14279
- type: string;
14242
+ 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";
14280
14243
  message: string;
14281
14244
  id: string;
14282
14245
  url: string;
@@ -14420,7 +14383,6 @@ export declare const platformWebchatContract: {
14420
14383
  lineRichMenuId?: string | null | undefined;
14421
14384
  messengerIntegrationType?: "own" | "business" | undefined;
14422
14385
  facebookFeedIntegrationType?: "own" | "business" | undefined;
14423
- isCSATEnabled?: boolean | undefined;
14424
14386
  };
14425
14387
  status: boolean;
14426
14388
  createdAt: Date;
@@ -14712,7 +14674,6 @@ export declare const platformWebchatContract: {
14712
14674
  closedAt: Date;
14713
14675
  lastMessageAt: Date | null;
14714
14676
  isBotRoom: boolean;
14715
- csatStatus: string | null;
14716
14677
  cxlog: {
14717
14678
  id: string;
14718
14679
  channel: string | null;
@@ -14740,16 +14701,6 @@ export declare const platformWebchatContract: {
14740
14701
  createdAt: Date;
14741
14702
  updatedAt: Date;
14742
14703
  deletedAt: Date | null;
14743
- tags: {
14744
- name: string;
14745
- id: string;
14746
- createdAt: Date;
14747
- updatedAt: Date;
14748
- deletedAt: Date | null;
14749
- }[];
14750
- callFrom: string | null;
14751
- callTo: string | null;
14752
- note: string | null;
14753
14704
  categories: {
14754
14705
  id: string;
14755
14706
  value: string;
@@ -14772,6 +14723,16 @@ export declare const platformWebchatContract: {
14772
14723
  }[];
14773
14724
  }[];
14774
14725
  }[];
14726
+ tags: {
14727
+ name: string;
14728
+ id: string;
14729
+ createdAt: Date;
14730
+ updatedAt: Date;
14731
+ deletedAt: Date | null;
14732
+ }[];
14733
+ callFrom: string | null;
14734
+ callTo: string | null;
14735
+ note: string | null;
14775
14736
  customFields?: {
14776
14737
  id: string;
14777
14738
  createdAt: Date;
@@ -14831,7 +14792,7 @@ export declare const platformWebchatContract: {
14831
14792
  previewUrl: string;
14832
14793
  imageSetId: string;
14833
14794
  repliedMessage: {
14834
- type: string;
14795
+ 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";
14835
14796
  message: string;
14836
14797
  id: string;
14837
14798
  url: string;
@@ -15042,7 +15003,7 @@ export declare const platformWebchatContract: {
15042
15003
  template?: any;
15043
15004
  metadata?: any;
15044
15005
  fromMessage?: {
15045
- type: string;
15006
+ 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";
15046
15007
  message: string;
15047
15008
  id: string;
15048
15009
  url: string;
@@ -15186,7 +15147,6 @@ export declare const platformWebchatContract: {
15186
15147
  lineRichMenuId?: string | null | undefined;
15187
15148
  messengerIntegrationType?: "own" | "business" | undefined;
15188
15149
  facebookFeedIntegrationType?: "own" | "business" | undefined;
15189
- isCSATEnabled?: boolean | undefined;
15190
15150
  };
15191
15151
  status: boolean;
15192
15152
  createdAt: Date;
@@ -15478,7 +15438,6 @@ export declare const platformWebchatContract: {
15478
15438
  closedAt: Date;
15479
15439
  lastMessageAt: Date | null;
15480
15440
  isBotRoom: boolean;
15481
- csatStatus: string | null;
15482
15441
  cxlog: {
15483
15442
  id: string;
15484
15443
  channel: string | null;
@@ -15506,16 +15465,6 @@ export declare const platformWebchatContract: {
15506
15465
  createdAt: Date;
15507
15466
  updatedAt: Date;
15508
15467
  deletedAt: Date | null;
15509
- tags: {
15510
- name: string;
15511
- id: string;
15512
- createdAt: Date;
15513
- updatedAt: Date;
15514
- deletedAt: Date | null;
15515
- }[];
15516
- callFrom: string | null;
15517
- callTo: string | null;
15518
- note: string | null;
15519
15468
  categories: {
15520
15469
  id: string;
15521
15470
  value: string;
@@ -15538,6 +15487,16 @@ export declare const platformWebchatContract: {
15538
15487
  }[];
15539
15488
  }[];
15540
15489
  }[];
15490
+ tags: {
15491
+ name: string;
15492
+ id: string;
15493
+ createdAt: Date;
15494
+ updatedAt: Date;
15495
+ deletedAt: Date | null;
15496
+ }[];
15497
+ callFrom: string | null;
15498
+ callTo: string | null;
15499
+ note: string | null;
15541
15500
  customFields?: {
15542
15501
  id: string;
15543
15502
  createdAt: Date;
@@ -15597,7 +15556,7 @@ export declare const platformWebchatContract: {
15597
15556
  previewUrl: string;
15598
15557
  imageSetId: string;
15599
15558
  repliedMessage: {
15600
- type: string;
15559
+ 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";
15601
15560
  message: string;
15602
15561
  id: string;
15603
15562
  url: string;
@@ -15811,7 +15770,7 @@ export declare const platformWebchatContract: {
15811
15770
  }>;
15812
15771
  }, "strip", z.ZodTypeAny, {
15813
15772
  data: {
15814
- type: string;
15773
+ 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";
15815
15774
  message: string;
15816
15775
  id: string;
15817
15776
  url: string;
@@ -15955,7 +15914,6 @@ export declare const platformWebchatContract: {
15955
15914
  lineRichMenuId?: string | null | undefined;
15956
15915
  messengerIntegrationType?: "own" | "business" | undefined;
15957
15916
  facebookFeedIntegrationType?: "own" | "business" | undefined;
15958
- isCSATEnabled?: boolean | undefined;
15959
15917
  };
15960
15918
  status: boolean;
15961
15919
  createdAt: Date;
@@ -16247,7 +16205,6 @@ export declare const platformWebchatContract: {
16247
16205
  closedAt: Date;
16248
16206
  lastMessageAt: Date | null;
16249
16207
  isBotRoom: boolean;
16250
- csatStatus: string | null;
16251
16208
  cxlog: {
16252
16209
  id: string;
16253
16210
  channel: string | null;
@@ -16275,16 +16232,6 @@ export declare const platformWebchatContract: {
16275
16232
  createdAt: Date;
16276
16233
  updatedAt: Date;
16277
16234
  deletedAt: Date | null;
16278
- tags: {
16279
- name: string;
16280
- id: string;
16281
- createdAt: Date;
16282
- updatedAt: Date;
16283
- deletedAt: Date | null;
16284
- }[];
16285
- callFrom: string | null;
16286
- callTo: string | null;
16287
- note: string | null;
16288
16235
  categories: {
16289
16236
  id: string;
16290
16237
  value: string;
@@ -16307,6 +16254,16 @@ export declare const platformWebchatContract: {
16307
16254
  }[];
16308
16255
  }[];
16309
16256
  }[];
16257
+ tags: {
16258
+ name: string;
16259
+ id: string;
16260
+ createdAt: Date;
16261
+ updatedAt: Date;
16262
+ deletedAt: Date | null;
16263
+ }[];
16264
+ callFrom: string | null;
16265
+ callTo: string | null;
16266
+ note: string | null;
16310
16267
  customFields?: {
16311
16268
  id: string;
16312
16269
  createdAt: Date;
@@ -16366,7 +16323,7 @@ export declare const platformWebchatContract: {
16366
16323
  previewUrl: string;
16367
16324
  imageSetId: string;
16368
16325
  repliedMessage: {
16369
- type: string;
16326
+ 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";
16370
16327
  message: string;
16371
16328
  id: string;
16372
16329
  url: string;
@@ -16577,7 +16534,7 @@ export declare const platformWebchatContract: {
16577
16534
  template?: any;
16578
16535
  metadata?: any;
16579
16536
  fromMessage?: {
16580
- type: string;
16537
+ 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";
16581
16538
  message: string;
16582
16539
  id: string;
16583
16540
  url: string;
@@ -16721,7 +16678,6 @@ export declare const platformWebchatContract: {
16721
16678
  lineRichMenuId?: string | null | undefined;
16722
16679
  messengerIntegrationType?: "own" | "business" | undefined;
16723
16680
  facebookFeedIntegrationType?: "own" | "business" | undefined;
16724
- isCSATEnabled?: boolean | undefined;
16725
16681
  };
16726
16682
  status: boolean;
16727
16683
  createdAt: Date;
@@ -17013,7 +16969,6 @@ export declare const platformWebchatContract: {
17013
16969
  closedAt: Date;
17014
16970
  lastMessageAt: Date | null;
17015
16971
  isBotRoom: boolean;
17016
- csatStatus: string | null;
17017
16972
  cxlog: {
17018
16973
  id: string;
17019
16974
  channel: string | null;
@@ -17041,16 +16996,6 @@ export declare const platformWebchatContract: {
17041
16996
  createdAt: Date;
17042
16997
  updatedAt: Date;
17043
16998
  deletedAt: Date | null;
17044
- tags: {
17045
- name: string;
17046
- id: string;
17047
- createdAt: Date;
17048
- updatedAt: Date;
17049
- deletedAt: Date | null;
17050
- }[];
17051
- callFrom: string | null;
17052
- callTo: string | null;
17053
- note: string | null;
17054
16999
  categories: {
17055
17000
  id: string;
17056
17001
  value: string;
@@ -17073,6 +17018,16 @@ export declare const platformWebchatContract: {
17073
17018
  }[];
17074
17019
  }[];
17075
17020
  }[];
17021
+ tags: {
17022
+ name: string;
17023
+ id: string;
17024
+ createdAt: Date;
17025
+ updatedAt: Date;
17026
+ deletedAt: Date | null;
17027
+ }[];
17028
+ callFrom: string | null;
17029
+ callTo: string | null;
17030
+ note: string | null;
17076
17031
  customFields?: {
17077
17032
  id: string;
17078
17033
  createdAt: Date;
@@ -17132,7 +17087,7 @@ export declare const platformWebchatContract: {
17132
17087
  previewUrl: string;
17133
17088
  imageSetId: string;
17134
17089
  repliedMessage: {
17135
- type: string;
17090
+ 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";
17136
17091
  message: string;
17137
17092
  id: string;
17138
17093
  url: string;
@@ -17347,7 +17302,7 @@ export declare const platformWebchatContract: {
17347
17302
  requestId: string;
17348
17303
  }, {
17349
17304
  data: {
17350
- type: string;
17305
+ 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";
17351
17306
  message: string;
17352
17307
  id: string;
17353
17308
  url: string;
@@ -17491,7 +17446,6 @@ export declare const platformWebchatContract: {
17491
17446
  lineRichMenuId?: string | null | undefined;
17492
17447
  messengerIntegrationType?: "own" | "business" | undefined;
17493
17448
  facebookFeedIntegrationType?: "own" | "business" | undefined;
17494
- isCSATEnabled?: boolean | undefined;
17495
17449
  };
17496
17450
  status: boolean;
17497
17451
  createdAt: Date;
@@ -17783,7 +17737,6 @@ export declare const platformWebchatContract: {
17783
17737
  closedAt: Date;
17784
17738
  lastMessageAt: Date | null;
17785
17739
  isBotRoom: boolean;
17786
- csatStatus: string | null;
17787
17740
  cxlog: {
17788
17741
  id: string;
17789
17742
  channel: string | null;
@@ -17811,16 +17764,6 @@ export declare const platformWebchatContract: {
17811
17764
  createdAt: Date;
17812
17765
  updatedAt: Date;
17813
17766
  deletedAt: Date | null;
17814
- tags: {
17815
- name: string;
17816
- id: string;
17817
- createdAt: Date;
17818
- updatedAt: Date;
17819
- deletedAt: Date | null;
17820
- }[];
17821
- callFrom: string | null;
17822
- callTo: string | null;
17823
- note: string | null;
17824
17767
  categories: {
17825
17768
  id: string;
17826
17769
  value: string;
@@ -17843,6 +17786,16 @@ export declare const platformWebchatContract: {
17843
17786
  }[];
17844
17787
  }[];
17845
17788
  }[];
17789
+ tags: {
17790
+ name: string;
17791
+ id: string;
17792
+ createdAt: Date;
17793
+ updatedAt: Date;
17794
+ deletedAt: Date | null;
17795
+ }[];
17796
+ callFrom: string | null;
17797
+ callTo: string | null;
17798
+ note: string | null;
17846
17799
  customFields?: {
17847
17800
  id: string;
17848
17801
  createdAt: Date;
@@ -17902,7 +17855,7 @@ export declare const platformWebchatContract: {
17902
17855
  previewUrl: string;
17903
17856
  imageSetId: string;
17904
17857
  repliedMessage: {
17905
- type: string;
17858
+ 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";
17906
17859
  message: string;
17907
17860
  id: string;
17908
17861
  url: string;
@@ -18113,7 +18066,7 @@ export declare const platformWebchatContract: {
18113
18066
  template?: any;
18114
18067
  metadata?: any;
18115
18068
  fromMessage?: {
18116
- type: string;
18069
+ 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";
18117
18070
  message: string;
18118
18071
  id: string;
18119
18072
  url: string;
@@ -18257,7 +18210,6 @@ export declare const platformWebchatContract: {
18257
18210
  lineRichMenuId?: string | null | undefined;
18258
18211
  messengerIntegrationType?: "own" | "business" | undefined;
18259
18212
  facebookFeedIntegrationType?: "own" | "business" | undefined;
18260
- isCSATEnabled?: boolean | undefined;
18261
18213
  };
18262
18214
  status: boolean;
18263
18215
  createdAt: Date;
@@ -18549,7 +18501,6 @@ export declare const platformWebchatContract: {
18549
18501
  closedAt: Date;
18550
18502
  lastMessageAt: Date | null;
18551
18503
  isBotRoom: boolean;
18552
- csatStatus: string | null;
18553
18504
  cxlog: {
18554
18505
  id: string;
18555
18506
  channel: string | null;
@@ -18577,16 +18528,6 @@ export declare const platformWebchatContract: {
18577
18528
  createdAt: Date;
18578
18529
  updatedAt: Date;
18579
18530
  deletedAt: Date | null;
18580
- tags: {
18581
- name: string;
18582
- id: string;
18583
- createdAt: Date;
18584
- updatedAt: Date;
18585
- deletedAt: Date | null;
18586
- }[];
18587
- callFrom: string | null;
18588
- callTo: string | null;
18589
- note: string | null;
18590
18531
  categories: {
18591
18532
  id: string;
18592
18533
  value: string;
@@ -18609,6 +18550,16 @@ export declare const platformWebchatContract: {
18609
18550
  }[];
18610
18551
  }[];
18611
18552
  }[];
18553
+ tags: {
18554
+ name: string;
18555
+ id: string;
18556
+ createdAt: Date;
18557
+ updatedAt: Date;
18558
+ deletedAt: Date | null;
18559
+ }[];
18560
+ callFrom: string | null;
18561
+ callTo: string | null;
18562
+ note: string | null;
18612
18563
  customFields?: {
18613
18564
  id: string;
18614
18565
  createdAt: Date;
@@ -18668,7 +18619,7 @@ export declare const platformWebchatContract: {
18668
18619
  previewUrl: string;
18669
18620
  imageSetId: string;
18670
18621
  repliedMessage: {
18671
- type: string;
18622
+ 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";
18672
18623
  message: string;
18673
18624
  id: string;
18674
18625
  url: string;
@@ -19074,7 +19025,6 @@ export declare const platformWebchatContract: {
19074
19025
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
19075
19026
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
19076
19027
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
19077
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
19078
19028
  }, "strip", z.ZodTypeAny, {
19079
19029
  name: string;
19080
19030
  id: string;
@@ -19104,7 +19054,6 @@ export declare const platformWebchatContract: {
19104
19054
  lineRichMenuId?: string | null | undefined;
19105
19055
  messengerIntegrationType?: "own" | "business" | undefined;
19106
19056
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19107
- isCSATEnabled?: boolean | undefined;
19108
19057
  }, {
19109
19058
  name: string;
19110
19059
  id: string;
@@ -19134,7 +19083,6 @@ export declare const platformWebchatContract: {
19134
19083
  lineRichMenuId?: string | null | undefined;
19135
19084
  messengerIntegrationType?: "own" | "business" | undefined;
19136
19085
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19137
- isCSATEnabled?: boolean | undefined;
19138
19086
  }>;
19139
19087
  brandName: z.ZodString;
19140
19088
  platformId: z.ZodString;
@@ -19398,7 +19346,6 @@ export declare const platformWebchatContract: {
19398
19346
  lineRichMenuId?: string | null | undefined;
19399
19347
  messengerIntegrationType?: "own" | "business" | undefined;
19400
19348
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19401
- isCSATEnabled?: boolean | undefined;
19402
19349
  };
19403
19350
  status: boolean;
19404
19351
  createdAt: Date;
@@ -19493,7 +19440,6 @@ export declare const platformWebchatContract: {
19493
19440
  lineRichMenuId?: string | null | undefined;
19494
19441
  messengerIntegrationType?: "own" | "business" | undefined;
19495
19442
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19496
- isCSATEnabled?: boolean | undefined;
19497
19443
  };
19498
19444
  status: boolean;
19499
19445
  createdAt: Date;
@@ -19590,7 +19536,6 @@ export declare const platformWebchatContract: {
19590
19536
  lineRichMenuId?: string | null | undefined;
19591
19537
  messengerIntegrationType?: "own" | "business" | undefined;
19592
19538
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19593
- isCSATEnabled?: boolean | undefined;
19594
19539
  };
19595
19540
  status: boolean;
19596
19541
  createdAt: Date;
@@ -19688,7 +19633,6 @@ export declare const platformWebchatContract: {
19688
19633
  lineRichMenuId?: string | null | undefined;
19689
19634
  messengerIntegrationType?: "own" | "business" | undefined;
19690
19635
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19691
- isCSATEnabled?: boolean | undefined;
19692
19636
  };
19693
19637
  status: boolean;
19694
19638
  createdAt: Date;
@@ -19855,7 +19799,6 @@ export declare const platformWebchatContract: {
19855
19799
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
19856
19800
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
19857
19801
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
19858
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
19859
19802
  }, "strip", z.ZodTypeAny, {
19860
19803
  name: string;
19861
19804
  id: string;
@@ -19885,7 +19828,6 @@ export declare const platformWebchatContract: {
19885
19828
  lineRichMenuId?: string | null | undefined;
19886
19829
  messengerIntegrationType?: "own" | "business" | undefined;
19887
19830
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19888
- isCSATEnabled?: boolean | undefined;
19889
19831
  }, {
19890
19832
  name: string;
19891
19833
  id: string;
@@ -19915,7 +19857,6 @@ export declare const platformWebchatContract: {
19915
19857
  lineRichMenuId?: string | null | undefined;
19916
19858
  messengerIntegrationType?: "own" | "business" | undefined;
19917
19859
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19918
- isCSATEnabled?: boolean | undefined;
19919
19860
  }>;
19920
19861
  platformId: z.ZodString;
19921
19862
  brandName: z.ZodString;
@@ -19975,7 +19916,6 @@ export declare const platformWebchatContract: {
19975
19916
  lineRichMenuId?: string | null | undefined;
19976
19917
  messengerIntegrationType?: "own" | "business" | undefined;
19977
19918
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19978
- isCSATEnabled?: boolean | undefined;
19979
19919
  };
19980
19920
  status: boolean;
19981
19921
  brandName: string;
@@ -20023,7 +19963,6 @@ export declare const platformWebchatContract: {
20023
19963
  lineRichMenuId?: string | null | undefined;
20024
19964
  messengerIntegrationType?: "own" | "business" | undefined;
20025
19965
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20026
- isCSATEnabled?: boolean | undefined;
20027
19966
  };
20028
19967
  status: boolean;
20029
19968
  brandName: string;
@@ -20073,7 +20012,6 @@ export declare const platformWebchatContract: {
20073
20012
  lineRichMenuId?: string | null | undefined;
20074
20013
  messengerIntegrationType?: "own" | "business" | undefined;
20075
20014
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20076
- isCSATEnabled?: boolean | undefined;
20077
20015
  };
20078
20016
  status: boolean;
20079
20017
  brandName: string;
@@ -20124,7 +20062,6 @@ export declare const platformWebchatContract: {
20124
20062
  lineRichMenuId?: string | null | undefined;
20125
20063
  messengerIntegrationType?: "own" | "business" | undefined;
20126
20064
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20127
- isCSATEnabled?: boolean | undefined;
20128
20065
  };
20129
20066
  status: boolean;
20130
20067
  brandName: string;
@@ -20245,7 +20182,6 @@ export declare const platformWebchatContract: {
20245
20182
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
20246
20183
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
20247
20184
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
20248
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
20249
20185
  }, "strip", z.ZodTypeAny, {
20250
20186
  name: string;
20251
20187
  id: string;
@@ -20275,7 +20211,6 @@ export declare const platformWebchatContract: {
20275
20211
  lineRichMenuId?: string | null | undefined;
20276
20212
  messengerIntegrationType?: "own" | "business" | undefined;
20277
20213
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20278
- isCSATEnabled?: boolean | undefined;
20279
20214
  }, {
20280
20215
  name: string;
20281
20216
  id: string;
@@ -20305,7 +20240,6 @@ export declare const platformWebchatContract: {
20305
20240
  lineRichMenuId?: string | null | undefined;
20306
20241
  messengerIntegrationType?: "own" | "business" | undefined;
20307
20242
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20308
- isCSATEnabled?: boolean | undefined;
20309
20243
  }>;
20310
20244
  platformId: z.ZodString;
20311
20245
  brandName: z.ZodString;
@@ -20365,7 +20299,6 @@ export declare const platformWebchatContract: {
20365
20299
  lineRichMenuId?: string | null | undefined;
20366
20300
  messengerIntegrationType?: "own" | "business" | undefined;
20367
20301
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20368
- isCSATEnabled?: boolean | undefined;
20369
20302
  };
20370
20303
  status: boolean;
20371
20304
  brandName: string;
@@ -20413,7 +20346,6 @@ export declare const platformWebchatContract: {
20413
20346
  lineRichMenuId?: string | null | undefined;
20414
20347
  messengerIntegrationType?: "own" | "business" | undefined;
20415
20348
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20416
- isCSATEnabled?: boolean | undefined;
20417
20349
  };
20418
20350
  status: boolean;
20419
20351
  brandName: string;
@@ -20463,7 +20395,6 @@ export declare const platformWebchatContract: {
20463
20395
  lineRichMenuId?: string | null | undefined;
20464
20396
  messengerIntegrationType?: "own" | "business" | undefined;
20465
20397
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20466
- isCSATEnabled?: boolean | undefined;
20467
20398
  };
20468
20399
  status: boolean;
20469
20400
  brandName: string;
@@ -20514,7 +20445,6 @@ export declare const platformWebchatContract: {
20514
20445
  lineRichMenuId?: string | null | undefined;
20515
20446
  messengerIntegrationType?: "own" | "business" | undefined;
20516
20447
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20517
- isCSATEnabled?: boolean | undefined;
20518
20448
  };
20519
20449
  status: boolean;
20520
20450
  brandName: string;
@@ -20635,7 +20565,6 @@ export declare const platformWebchatContract: {
20635
20565
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
20636
20566
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
20637
20567
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
20638
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
20639
20568
  }, "strip", z.ZodTypeAny, {
20640
20569
  name: string;
20641
20570
  id: string;
@@ -20665,7 +20594,6 @@ export declare const platformWebchatContract: {
20665
20594
  lineRichMenuId?: string | null | undefined;
20666
20595
  messengerIntegrationType?: "own" | "business" | undefined;
20667
20596
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20668
- isCSATEnabled?: boolean | undefined;
20669
20597
  }, {
20670
20598
  name: string;
20671
20599
  id: string;
@@ -20695,7 +20623,6 @@ export declare const platformWebchatContract: {
20695
20623
  lineRichMenuId?: string | null | undefined;
20696
20624
  messengerIntegrationType?: "own" | "business" | undefined;
20697
20625
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20698
- isCSATEnabled?: boolean | undefined;
20699
20626
  }>;
20700
20627
  platformId: z.ZodString;
20701
20628
  brandName: z.ZodString;
@@ -20755,7 +20682,6 @@ export declare const platformWebchatContract: {
20755
20682
  lineRichMenuId?: string | null | undefined;
20756
20683
  messengerIntegrationType?: "own" | "business" | undefined;
20757
20684
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20758
- isCSATEnabled?: boolean | undefined;
20759
20685
  };
20760
20686
  status: boolean;
20761
20687
  brandName: string;
@@ -20803,7 +20729,6 @@ export declare const platformWebchatContract: {
20803
20729
  lineRichMenuId?: string | null | undefined;
20804
20730
  messengerIntegrationType?: "own" | "business" | undefined;
20805
20731
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20806
- isCSATEnabled?: boolean | undefined;
20807
20732
  };
20808
20733
  status: boolean;
20809
20734
  brandName: string;
@@ -20853,7 +20778,6 @@ export declare const platformWebchatContract: {
20853
20778
  lineRichMenuId?: string | null | undefined;
20854
20779
  messengerIntegrationType?: "own" | "business" | undefined;
20855
20780
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20856
- isCSATEnabled?: boolean | undefined;
20857
20781
  };
20858
20782
  status: boolean;
20859
20783
  brandName: string;
@@ -20904,7 +20828,6 @@ export declare const platformWebchatContract: {
20904
20828
  lineRichMenuId?: string | null | undefined;
20905
20829
  messengerIntegrationType?: "own" | "business" | undefined;
20906
20830
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20907
- isCSATEnabled?: boolean | undefined;
20908
20831
  };
20909
20832
  status: boolean;
20910
20833
  brandName: string;