@kl1/contracts 1.2.61-uat → 1.2.62-uat

Sign up to get free protection for your applications and to get access to all the features.
Files changed (58) hide show
  1. package/dist/api-contracts/src/channel/index.d.ts +2629 -2831
  2. package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
  3. package/dist/api-contracts/src/channel/schema.d.ts +0 -8
  4. package/dist/api-contracts/src/channel/schema.d.ts.map +1 -1
  5. package/dist/api-contracts/src/channel/validation.d.ts +10 -10
  6. package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
  7. package/dist/api-contracts/src/chat/index.d.ts +189 -515
  8. package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
  9. package/dist/api-contracts/src/chat/schema.d.ts +45 -124
  10. package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
  11. package/dist/api-contracts/src/chat/validation.d.ts +72 -151
  12. package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
  13. package/dist/api-contracts/src/contract.d.ts +3632 -5096
  14. package/dist/api-contracts/src/contract.d.ts.map +1 -1
  15. package/dist/api-contracts/src/cx-log/index.d.ts +0 -11
  16. package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
  17. package/dist/api-contracts/src/cx-log/schema.d.ts +0 -9
  18. package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
  19. package/dist/api-contracts/src/dashboard/index.d.ts +1 -290
  20. package/dist/api-contracts/src/dashboard/index.d.ts.map +1 -1
  21. package/dist/api-contracts/src/dashboard/schema.d.ts +0 -71
  22. package/dist/api-contracts/src/dashboard/schema.d.ts.map +1 -1
  23. package/dist/api-contracts/src/facebook-feed/index.d.ts +43 -165
  24. package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
  25. package/dist/api-contracts/src/facebook-feed/schema.d.ts +3 -10
  26. package/dist/api-contracts/src/facebook-feed/schema.d.ts.map +1 -1
  27. package/dist/api-contracts/src/facebook-feed/validation.d.ts +0 -5
  28. package/dist/api-contracts/src/facebook-feed/validation.d.ts.map +1 -1
  29. package/dist/api-contracts/src/instagram/index.d.ts +33 -132
  30. package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
  31. package/dist/api-contracts/src/line/index.d.ts +40 -131
  32. package/dist/api-contracts/src/line/index.d.ts.map +1 -1
  33. package/dist/api-contracts/src/line/validation.d.ts +5 -14
  34. package/dist/api-contracts/src/line/validation.d.ts.map +1 -1
  35. package/dist/api-contracts/src/messenger/index.d.ts +33 -132
  36. package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
  37. package/dist/api-contracts/src/messenger/validation.d.ts +0 -5
  38. package/dist/api-contracts/src/messenger/validation.d.ts.map +1 -1
  39. package/dist/api-contracts/src/sms/index.d.ts +5 -42
  40. package/dist/api-contracts/src/sms/index.d.ts.map +1 -1
  41. package/dist/api-contracts/src/telegram/index.d.ts +33 -110
  42. package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
  43. package/dist/api-contracts/src/viber/index.d.ts +33 -110
  44. package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
  45. package/dist/api-contracts/src/webchat/index.d.ts +33 -110
  46. package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
  47. package/dist/api-contracts/src/whatsapp/index.d.ts +39 -167
  48. package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
  49. package/dist/api-contracts/src/whatsapp/validation.d.ts +3 -3
  50. package/dist/api-contracts/src/workflow-rule/index.d.ts +12 -58
  51. package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
  52. package/dist/entities/src/enums/chat.d.ts +0 -12
  53. package/dist/entities/src/enums/chat.d.ts.map +1 -1
  54. package/dist/index.js +40 -139
  55. package/dist/index.js.map +1 -1
  56. package/dist/index.mjs +40 -139
  57. package/dist/index.mjs.map +1 -1
  58. package/package.json +1 -1
@@ -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;
@@ -568,7 +561,7 @@ export declare const platformWebchatContract: {
568
561
  id: z.ZodOptional<z.ZodString>;
569
562
  message: z.ZodOptional<z.ZodString>;
570
563
  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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
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", "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: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
620
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "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: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
655
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "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: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
692
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "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: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
822
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "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,7 +953,7 @@ export declare const platformWebchatContract: {
962
953
  200: z.ZodObject<{
963
954
  requestId: z.ZodString;
964
955
  data: z.ZodObject<{
965
- 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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
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", "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;
@@ -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;
@@ -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;
@@ -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;
@@ -4898,7 +4879,7 @@ export declare const platformWebchatContract: {
4898
4879
  deletedAt: z.ZodNullable<z.ZodDate>;
4899
4880
  message: z.ZodString;
4900
4881
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
4901
- 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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
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", "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: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
5540
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "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: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
5702
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "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;
@@ -6092,7 +6073,7 @@ export declare const platformWebchatContract: {
6092
6073
  deletedAt: z.ZodNullable<z.ZodDate>;
6093
6074
  message: z.ZodString;
6094
6075
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
6095
- 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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
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", "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;
@@ -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;
@@ -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;
@@ -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;
@@ -9588,7 +9559,7 @@ export declare const platformWebchatContract: {
9588
9559
  deletedAt: z.ZodNullable<z.ZodDate>;
9589
9560
  message: z.ZodString;
9590
9561
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
9591
- 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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
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", "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: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
10220
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "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: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
10382
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "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: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
11184
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "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;
@@ -11765,7 +11734,7 @@ export declare const platformWebchatContract: {
11765
11734
  previewUrl: string;
11766
11735
  imageSetId: string;
11767
11736
  repliedMessage: {
11768
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
11737
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "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: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
11948
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "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;
@@ -12531,7 +12498,7 @@ export declare const platformWebchatContract: {
12531
12498
  previewUrl: string;
12532
12499
  imageSetId: string;
12533
12500
  repliedMessage: {
12534
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
12501
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "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: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
12713
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "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;
@@ -13298,7 +13263,7 @@ export declare const platformWebchatContract: {
13298
13263
  previewUrl: string;
13299
13264
  imageSetId: string;
13300
13265
  repliedMessage: {
13301
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
13266
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "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: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
13477
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "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;
@@ -14064,7 +14027,7 @@ export declare const platformWebchatContract: {
14064
14027
  previewUrl: string;
14065
14028
  imageSetId: string;
14066
14029
  repliedMessage: {
14067
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
14030
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "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: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
14242
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "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;
@@ -14831,7 +14792,7 @@ export declare const platformWebchatContract: {
14831
14792
  previewUrl: string;
14832
14793
  imageSetId: string;
14833
14794
  repliedMessage: {
14834
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
14795
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "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: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
15006
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "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;
@@ -15597,7 +15556,7 @@ export declare const platformWebchatContract: {
15597
15556
  previewUrl: string;
15598
15557
  imageSetId: string;
15599
15558
  repliedMessage: {
15600
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
15559
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "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: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
15773
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "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;
@@ -16366,7 +16323,7 @@ export declare const platformWebchatContract: {
16366
16323
  previewUrl: string;
16367
16324
  imageSetId: string;
16368
16325
  repliedMessage: {
16369
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
16326
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "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: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
16537
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "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;
@@ -17132,7 +17087,7 @@ export declare const platformWebchatContract: {
17132
17087
  previewUrl: string;
17133
17088
  imageSetId: string;
17134
17089
  repliedMessage: {
17135
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
17090
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "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: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
17305
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "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;
@@ -17902,7 +17855,7 @@ export declare const platformWebchatContract: {
17902
17855
  previewUrl: string;
17903
17856
  imageSetId: string;
17904
17857
  repliedMessage: {
17905
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
17858
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "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: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
18069
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "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;
@@ -18668,7 +18619,7 @@ export declare const platformWebchatContract: {
18668
18619
  previewUrl: string;
18669
18620
  imageSetId: string;
18670
18621
  repliedMessage: {
18671
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
18622
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "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;