@kl1/contracts 1.2.59-uat → 1.2.61-uat

Sign up to get free protection for your applications and to get access to all the features.
Files changed (53) hide show
  1. package/dist/api-contracts/src/channel/index.d.ts +935 -0
  2. package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
  3. package/dist/api-contracts/src/channel/schema.d.ts +8 -0
  4. package/dist/api-contracts/src/channel/schema.d.ts.map +1 -1
  5. package/dist/api-contracts/src/channel/validation.d.ts +10 -0
  6. package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
  7. package/dist/api-contracts/src/chat/index.d.ts +515 -169
  8. package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
  9. package/dist/api-contracts/src/chat/schema.d.ts +124 -45
  10. package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
  11. package/dist/api-contracts/src/chat/validation.d.ts +151 -56
  12. package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
  13. package/dist/api-contracts/src/contract.d.ts +3238 -639
  14. package/dist/api-contracts/src/contract.d.ts.map +1 -1
  15. package/dist/api-contracts/src/cx-log/index.d.ts +11 -0
  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 +9 -0
  18. package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
  19. package/dist/api-contracts/src/facebook-feed/index.d.ts +165 -43
  20. package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
  21. package/dist/api-contracts/src/facebook-feed/schema.d.ts +10 -3
  22. package/dist/api-contracts/src/facebook-feed/schema.d.ts.map +1 -1
  23. package/dist/api-contracts/src/facebook-feed/validation.d.ts +5 -0
  24. package/dist/api-contracts/src/facebook-feed/validation.d.ts.map +1 -1
  25. package/dist/api-contracts/src/instagram/index.d.ts +132 -33
  26. package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
  27. package/dist/api-contracts/src/line/index.d.ts +129 -38
  28. package/dist/api-contracts/src/line/index.d.ts.map +1 -1
  29. package/dist/api-contracts/src/line/validation.d.ts +14 -5
  30. package/dist/api-contracts/src/line/validation.d.ts.map +1 -1
  31. package/dist/api-contracts/src/messenger/index.d.ts +132 -33
  32. package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
  33. package/dist/api-contracts/src/messenger/validation.d.ts +5 -0
  34. package/dist/api-contracts/src/messenger/validation.d.ts.map +1 -1
  35. package/dist/api-contracts/src/sms/index.d.ts +42 -5
  36. package/dist/api-contracts/src/sms/index.d.ts.map +1 -1
  37. package/dist/api-contracts/src/telegram/index.d.ts +110 -33
  38. package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
  39. package/dist/api-contracts/src/viber/index.d.ts +110 -33
  40. package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
  41. package/dist/api-contracts/src/webchat/index.d.ts +110 -33
  42. package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
  43. package/dist/api-contracts/src/whatsapp/index.d.ts +120 -33
  44. package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
  45. package/dist/api-contracts/src/workflow-rule/index.d.ts +58 -12
  46. package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
  47. package/dist/entities/src/enums/chat.d.ts +12 -0
  48. package/dist/entities/src/enums/chat.d.ts.map +1 -1
  49. package/dist/index.js +21 -1
  50. package/dist/index.js.map +1 -1
  51. package/dist/index.mjs +21 -1
  52. package/dist/index.mjs.map +1 -1
  53. package/package.json +1 -1
@@ -196,6 +196,7 @@ export declare const instagramContract: {
196
196
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
197
197
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
198
198
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
199
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
199
200
  }, "strip", z.ZodTypeAny, {
200
201
  name: string;
201
202
  id: string;
@@ -225,6 +226,7 @@ export declare const instagramContract: {
225
226
  lineRichMenuId?: string | null | undefined;
226
227
  messengerIntegrationType?: "own" | "business" | undefined;
227
228
  facebookFeedIntegrationType?: "own" | "business" | undefined;
229
+ isCSATEnabled?: boolean | undefined;
228
230
  }, {
229
231
  name: string;
230
232
  id: string;
@@ -254,6 +256,7 @@ export declare const instagramContract: {
254
256
  lineRichMenuId?: string | null | undefined;
255
257
  messengerIntegrationType?: "own" | "business" | undefined;
256
258
  facebookFeedIntegrationType?: "own" | "business" | undefined;
259
+ isCSATEnabled?: boolean | undefined;
257
260
  }>;
258
261
  platformId: z.ZodString;
259
262
  brandName: z.ZodString;
@@ -313,6 +316,7 @@ export declare const instagramContract: {
313
316
  lineRichMenuId?: string | null | undefined;
314
317
  messengerIntegrationType?: "own" | "business" | undefined;
315
318
  facebookFeedIntegrationType?: "own" | "business" | undefined;
319
+ isCSATEnabled?: boolean | undefined;
316
320
  };
317
321
  status: boolean;
318
322
  brandName: string;
@@ -360,6 +364,7 @@ export declare const instagramContract: {
360
364
  lineRichMenuId?: string | null | undefined;
361
365
  messengerIntegrationType?: "own" | "business" | undefined;
362
366
  facebookFeedIntegrationType?: "own" | "business" | undefined;
367
+ isCSATEnabled?: boolean | undefined;
363
368
  };
364
369
  status: boolean;
365
370
  brandName: string;
@@ -412,6 +417,7 @@ export declare const instagramContract: {
412
417
  lineRichMenuId?: string | null | undefined;
413
418
  messengerIntegrationType?: "own" | "business" | undefined;
414
419
  facebookFeedIntegrationType?: "own" | "business" | undefined;
420
+ isCSATEnabled?: boolean | undefined;
415
421
  };
416
422
  status: boolean;
417
423
  brandName: string;
@@ -503,6 +509,7 @@ export declare const instagramContract: {
503
509
  lineRichMenuId?: string | null | undefined;
504
510
  messengerIntegrationType?: "own" | "business" | undefined;
505
511
  facebookFeedIntegrationType?: "own" | "business" | undefined;
512
+ isCSATEnabled?: boolean | undefined;
506
513
  };
507
514
  status: boolean;
508
515
  brandName: string;
@@ -564,7 +571,7 @@ export declare const instagramContract: {
564
571
  id: z.ZodOptional<z.ZodString>;
565
572
  message: z.ZodOptional<z.ZodString>;
566
573
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
567
- 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"]>;
574
+ 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"]>;
568
575
  readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
569
576
  metadata: z.ZodOptional<z.ZodAny>;
570
577
  platformId: z.ZodOptional<z.ZodString>;
@@ -620,7 +627,7 @@ export declare const instagramContract: {
620
627
  editedAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
621
628
  label: z.ZodOptional<z.ZodString>;
622
629
  }, "strip", z.ZodTypeAny, {
623
- 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";
630
+ 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";
624
631
  direction: "incoming" | "outgoing" | "system";
625
632
  id?: string | undefined;
626
633
  message?: string | undefined;
@@ -655,7 +662,7 @@ export declare const instagramContract: {
655
662
  editedAt?: string | Date | null | undefined;
656
663
  label?: string | undefined;
657
664
  }, {
658
- 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";
665
+ 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";
659
666
  direction: "incoming" | "outgoing" | "system";
660
667
  id?: string | undefined;
661
668
  message?: string | undefined;
@@ -692,7 +699,7 @@ export declare const instagramContract: {
692
699
  }>;
693
700
  }, "strip", z.ZodTypeAny, {
694
701
  message: {
695
- 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";
702
+ 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";
696
703
  direction: "incoming" | "outgoing" | "system";
697
704
  id?: string | undefined;
698
705
  message?: string | undefined;
@@ -762,6 +769,7 @@ export declare const instagramContract: {
762
769
  lineRichMenuId?: string | null | undefined;
763
770
  messengerIntegrationType?: "own" | "business" | undefined;
764
771
  facebookFeedIntegrationType?: "own" | "business" | undefined;
772
+ isCSATEnabled?: boolean | undefined;
765
773
  };
766
774
  status: boolean;
767
775
  brandName: string;
@@ -822,7 +830,7 @@ export declare const instagramContract: {
822
830
  isBot: boolean | null;
823
831
  }, {
824
832
  message: {
825
- 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";
833
+ 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";
826
834
  direction: "incoming" | "outgoing" | "system";
827
835
  id?: string | undefined;
828
836
  message?: string | undefined;
@@ -892,6 +900,7 @@ export declare const instagramContract: {
892
900
  lineRichMenuId?: string | null | undefined;
893
901
  messengerIntegrationType?: "own" | "business" | undefined;
894
902
  facebookFeedIntegrationType?: "own" | "business" | undefined;
903
+ isCSATEnabled?: boolean | undefined;
895
904
  };
896
905
  status: boolean;
897
906
  brandName: string;
@@ -956,7 +965,7 @@ export declare const instagramContract: {
956
965
  200: z.ZodObject<{
957
966
  requestId: z.ZodString;
958
967
  data: z.ZodObject<{
959
- 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"]>;
968
+ 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"]>;
960
969
  message: z.ZodString;
961
970
  id: z.ZodString;
962
971
  url: z.ZodString;
@@ -2473,6 +2482,7 @@ export declare const instagramContract: {
2473
2482
  channelId: string;
2474
2483
  socialPlatformId: string;
2475
2484
  }>;
2485
+ csatStatus: z.ZodNullable<z.ZodString>;
2476
2486
  actor: z.ZodObject<{
2477
2487
  id: z.ZodString;
2478
2488
  createdAt: z.ZodDate;
@@ -2951,6 +2961,7 @@ export declare const instagramContract: {
2951
2961
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2952
2962
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
2953
2963
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
2964
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
2954
2965
  }, "strip", z.ZodTypeAny, {
2955
2966
  name: string;
2956
2967
  id: string;
@@ -2980,6 +2991,7 @@ export declare const instagramContract: {
2980
2991
  lineRichMenuId?: string | null | undefined;
2981
2992
  messengerIntegrationType?: "own" | "business" | undefined;
2982
2993
  facebookFeedIntegrationType?: "own" | "business" | undefined;
2994
+ isCSATEnabled?: boolean | undefined;
2983
2995
  }, {
2984
2996
  name: string;
2985
2997
  id: string;
@@ -3009,6 +3021,7 @@ export declare const instagramContract: {
3009
3021
  lineRichMenuId?: string | null | undefined;
3010
3022
  messengerIntegrationType?: "own" | "business" | undefined;
3011
3023
  facebookFeedIntegrationType?: "own" | "business" | undefined;
3024
+ isCSATEnabled?: boolean | undefined;
3012
3025
  }>;
3013
3026
  brandName: z.ZodString;
3014
3027
  platformId: z.ZodString;
@@ -3272,6 +3285,7 @@ export declare const instagramContract: {
3272
3285
  lineRichMenuId?: string | null | undefined;
3273
3286
  messengerIntegrationType?: "own" | "business" | undefined;
3274
3287
  facebookFeedIntegrationType?: "own" | "business" | undefined;
3288
+ isCSATEnabled?: boolean | undefined;
3275
3289
  };
3276
3290
  status: boolean;
3277
3291
  createdAt: Date;
@@ -3366,6 +3380,7 @@ export declare const instagramContract: {
3366
3380
  lineRichMenuId?: string | null | undefined;
3367
3381
  messengerIntegrationType?: "own" | "business" | undefined;
3368
3382
  facebookFeedIntegrationType?: "own" | "business" | undefined;
3383
+ isCSATEnabled?: boolean | undefined;
3369
3384
  };
3370
3385
  status: boolean;
3371
3386
  createdAt: Date;
@@ -4024,6 +4039,7 @@ export declare const instagramContract: {
4024
4039
  lineRichMenuId?: string | null | undefined;
4025
4040
  messengerIntegrationType?: "own" | "business" | undefined;
4026
4041
  facebookFeedIntegrationType?: "own" | "business" | undefined;
4042
+ isCSATEnabled?: boolean | undefined;
4027
4043
  };
4028
4044
  status: boolean;
4029
4045
  createdAt: Date;
@@ -4315,6 +4331,7 @@ export declare const instagramContract: {
4315
4331
  closedAt: Date;
4316
4332
  lastMessageAt: Date | null;
4317
4333
  isBotRoom: boolean;
4334
+ csatStatus: string | null;
4318
4335
  cxlog: {
4319
4336
  id: string;
4320
4337
  channel: string | null;
@@ -4451,6 +4468,7 @@ export declare const instagramContract: {
4451
4468
  lineRichMenuId?: string | null | undefined;
4452
4469
  messengerIntegrationType?: "own" | "business" | undefined;
4453
4470
  facebookFeedIntegrationType?: "own" | "business" | undefined;
4471
+ isCSATEnabled?: boolean | undefined;
4454
4472
  };
4455
4473
  status: boolean;
4456
4474
  createdAt: Date;
@@ -4742,6 +4760,7 @@ export declare const instagramContract: {
4742
4760
  closedAt: Date;
4743
4761
  lastMessageAt: Date | null;
4744
4762
  isBotRoom: boolean;
4763
+ csatStatus: string | null;
4745
4764
  cxlog: {
4746
4765
  id: string;
4747
4766
  channel: string | null;
@@ -4882,7 +4901,7 @@ export declare const instagramContract: {
4882
4901
  deletedAt: z.ZodNullable<z.ZodDate>;
4883
4902
  message: z.ZodString;
4884
4903
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
4885
- 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"]>;
4904
+ 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"]>;
4886
4905
  readAt: z.ZodDate;
4887
4906
  metadata: z.ZodAny;
4888
4907
  platformId: z.ZodString;
@@ -5540,7 +5559,7 @@ export declare const instagramContract: {
5540
5559
  };
5541
5560
  }>;
5542
5561
  }, "strip", z.ZodTypeAny, {
5543
- 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";
5562
+ 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";
5544
5563
  message: string;
5545
5564
  id: string;
5546
5565
  url: string;
@@ -5702,7 +5721,7 @@ export declare const instagramContract: {
5702
5721
  metadata?: any;
5703
5722
  template?: any;
5704
5723
  }, {
5705
- 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";
5724
+ 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";
5706
5725
  message: string;
5707
5726
  id: string;
5708
5727
  url: string;
@@ -6076,7 +6095,7 @@ export declare const instagramContract: {
6076
6095
  deletedAt: z.ZodNullable<z.ZodDate>;
6077
6096
  message: z.ZodString;
6078
6097
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
6079
- 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"]>;
6098
+ 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"]>;
6080
6099
  readAt: z.ZodDate;
6081
6100
  metadata: z.ZodAny;
6082
6101
  platformId: z.ZodString;
@@ -7150,6 +7169,7 @@ export declare const instagramContract: {
7150
7169
  channelId: string;
7151
7170
  socialPlatformId: string;
7152
7171
  }>;
7172
+ csatStatus: z.ZodNullable<z.ZodString>;
7153
7173
  actor: z.ZodObject<{
7154
7174
  id: z.ZodString;
7155
7175
  createdAt: z.ZodDate;
@@ -7628,6 +7648,7 @@ export declare const instagramContract: {
7628
7648
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
7629
7649
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
7630
7650
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
7651
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
7631
7652
  }, "strip", z.ZodTypeAny, {
7632
7653
  name: string;
7633
7654
  id: string;
@@ -7657,6 +7678,7 @@ export declare const instagramContract: {
7657
7678
  lineRichMenuId?: string | null | undefined;
7658
7679
  messengerIntegrationType?: "own" | "business" | undefined;
7659
7680
  facebookFeedIntegrationType?: "own" | "business" | undefined;
7681
+ isCSATEnabled?: boolean | undefined;
7660
7682
  }, {
7661
7683
  name: string;
7662
7684
  id: string;
@@ -7686,6 +7708,7 @@ export declare const instagramContract: {
7686
7708
  lineRichMenuId?: string | null | undefined;
7687
7709
  messengerIntegrationType?: "own" | "business" | undefined;
7688
7710
  facebookFeedIntegrationType?: "own" | "business" | undefined;
7711
+ isCSATEnabled?: boolean | undefined;
7689
7712
  }>;
7690
7713
  brandName: z.ZodString;
7691
7714
  platformId: z.ZodString;
@@ -7949,6 +7972,7 @@ export declare const instagramContract: {
7949
7972
  lineRichMenuId?: string | null | undefined;
7950
7973
  messengerIntegrationType?: "own" | "business" | undefined;
7951
7974
  facebookFeedIntegrationType?: "own" | "business" | undefined;
7975
+ isCSATEnabled?: boolean | undefined;
7952
7976
  };
7953
7977
  status: boolean;
7954
7978
  createdAt: Date;
@@ -8043,6 +8067,7 @@ export declare const instagramContract: {
8043
8067
  lineRichMenuId?: string | null | undefined;
8044
8068
  messengerIntegrationType?: "own" | "business" | undefined;
8045
8069
  facebookFeedIntegrationType?: "own" | "business" | undefined;
8070
+ isCSATEnabled?: boolean | undefined;
8046
8071
  };
8047
8072
  status: boolean;
8048
8073
  createdAt: Date;
@@ -8701,6 +8726,7 @@ export declare const instagramContract: {
8701
8726
  lineRichMenuId?: string | null | undefined;
8702
8727
  messengerIntegrationType?: "own" | "business" | undefined;
8703
8728
  facebookFeedIntegrationType?: "own" | "business" | undefined;
8729
+ isCSATEnabled?: boolean | undefined;
8704
8730
  };
8705
8731
  status: boolean;
8706
8732
  createdAt: Date;
@@ -8992,6 +9018,7 @@ export declare const instagramContract: {
8992
9018
  closedAt: Date;
8993
9019
  lastMessageAt: Date | null;
8994
9020
  isBotRoom: boolean;
9021
+ csatStatus: string | null;
8995
9022
  cxlog: {
8996
9023
  id: string;
8997
9024
  channel: string | null;
@@ -9128,6 +9155,7 @@ export declare const instagramContract: {
9128
9155
  lineRichMenuId?: string | null | undefined;
9129
9156
  messengerIntegrationType?: "own" | "business" | undefined;
9130
9157
  facebookFeedIntegrationType?: "own" | "business" | undefined;
9158
+ isCSATEnabled?: boolean | undefined;
9131
9159
  };
9132
9160
  status: boolean;
9133
9161
  createdAt: Date;
@@ -9419,6 +9447,7 @@ export declare const instagramContract: {
9419
9447
  closedAt: Date;
9420
9448
  lastMessageAt: Date | null;
9421
9449
  isBotRoom: boolean;
9450
+ csatStatus: string | null;
9422
9451
  cxlog: {
9423
9452
  id: string;
9424
9453
  channel: string | null;
@@ -9562,7 +9591,7 @@ export declare const instagramContract: {
9562
9591
  deletedAt: z.ZodNullable<z.ZodDate>;
9563
9592
  message: z.ZodString;
9564
9593
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
9565
- 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"]>;
9594
+ 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"]>;
9566
9595
  readAt: z.ZodDate;
9567
9596
  metadata: z.ZodAny;
9568
9597
  platformId: z.ZodString;
@@ -10220,7 +10249,7 @@ export declare const instagramContract: {
10220
10249
  };
10221
10250
  }>;
10222
10251
  }, "strip", z.ZodTypeAny, {
10223
- 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";
10252
+ 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";
10224
10253
  message: string;
10225
10254
  id: string;
10226
10255
  url: string;
@@ -10382,7 +10411,7 @@ export declare const instagramContract: {
10382
10411
  metadata?: any;
10383
10412
  template?: any;
10384
10413
  }, {
10385
- 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";
10414
+ 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";
10386
10415
  message: string;
10387
10416
  id: string;
10388
10417
  url: string;
@@ -11184,7 +11213,7 @@ export declare const instagramContract: {
11184
11213
  editedMessageid: z.ZodString;
11185
11214
  label: z.ZodOptional<z.ZodString>;
11186
11215
  }, "strip", z.ZodTypeAny, {
11187
- 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";
11216
+ 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";
11188
11217
  message: string;
11189
11218
  id: string;
11190
11219
  url: string;
@@ -11328,6 +11357,7 @@ export declare const instagramContract: {
11328
11357
  lineRichMenuId?: string | null | undefined;
11329
11358
  messengerIntegrationType?: "own" | "business" | undefined;
11330
11359
  facebookFeedIntegrationType?: "own" | "business" | undefined;
11360
+ isCSATEnabled?: boolean | undefined;
11331
11361
  };
11332
11362
  status: boolean;
11333
11363
  createdAt: Date;
@@ -11619,6 +11649,7 @@ export declare const instagramContract: {
11619
11649
  closedAt: Date;
11620
11650
  lastMessageAt: Date | null;
11621
11651
  isBotRoom: boolean;
11652
+ csatStatus: string | null;
11622
11653
  cxlog: {
11623
11654
  id: string;
11624
11655
  channel: string | null;
@@ -11737,7 +11768,7 @@ export declare const instagramContract: {
11737
11768
  previewUrl: string;
11738
11769
  imageSetId: string;
11739
11770
  repliedMessage: {
11740
- 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";
11771
+ 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";
11741
11772
  message: string;
11742
11773
  id: string;
11743
11774
  url: string;
@@ -11948,7 +11979,7 @@ export declare const instagramContract: {
11948
11979
  template?: any;
11949
11980
  label?: string | undefined;
11950
11981
  }, {
11951
- 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";
11982
+ 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";
11952
11983
  message: string;
11953
11984
  id: string;
11954
11985
  url: string;
@@ -12092,6 +12123,7 @@ export declare const instagramContract: {
12092
12123
  lineRichMenuId?: string | null | undefined;
12093
12124
  messengerIntegrationType?: "own" | "business" | undefined;
12094
12125
  facebookFeedIntegrationType?: "own" | "business" | undefined;
12126
+ isCSATEnabled?: boolean | undefined;
12095
12127
  };
12096
12128
  status: boolean;
12097
12129
  createdAt: Date;
@@ -12383,6 +12415,7 @@ export declare const instagramContract: {
12383
12415
  closedAt: Date;
12384
12416
  lastMessageAt: Date | null;
12385
12417
  isBotRoom: boolean;
12418
+ csatStatus: string | null;
12386
12419
  cxlog: {
12387
12420
  id: string;
12388
12421
  channel: string | null;
@@ -12501,7 +12534,7 @@ export declare const instagramContract: {
12501
12534
  previewUrl: string;
12502
12535
  imageSetId: string;
12503
12536
  repliedMessage: {
12504
- 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";
12537
+ 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";
12505
12538
  message: string;
12506
12539
  id: string;
12507
12540
  url: string;
@@ -12713,7 +12746,7 @@ export declare const instagramContract: {
12713
12746
  label?: string | undefined;
12714
12747
  }>>>;
12715
12748
  }, "strip", z.ZodTypeAny, {
12716
- 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";
12749
+ 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";
12717
12750
  message: string;
12718
12751
  id: string;
12719
12752
  url: string;
@@ -12857,6 +12890,7 @@ export declare const instagramContract: {
12857
12890
  lineRichMenuId?: string | null | undefined;
12858
12891
  messengerIntegrationType?: "own" | "business" | undefined;
12859
12892
  facebookFeedIntegrationType?: "own" | "business" | undefined;
12893
+ isCSATEnabled?: boolean | undefined;
12860
12894
  };
12861
12895
  status: boolean;
12862
12896
  createdAt: Date;
@@ -13148,6 +13182,7 @@ export declare const instagramContract: {
13148
13182
  closedAt: Date;
13149
13183
  lastMessageAt: Date | null;
13150
13184
  isBotRoom: boolean;
13185
+ csatStatus: string | null;
13151
13186
  cxlog: {
13152
13187
  id: string;
13153
13188
  channel: string | null;
@@ -13266,7 +13301,7 @@ export declare const instagramContract: {
13266
13301
  previewUrl: string;
13267
13302
  imageSetId: string;
13268
13303
  repliedMessage: {
13269
- 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";
13304
+ 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";
13270
13305
  message: string;
13271
13306
  id: string;
13272
13307
  url: string;
@@ -13477,7 +13512,7 @@ export declare const instagramContract: {
13477
13512
  template?: any;
13478
13513
  metadata?: any;
13479
13514
  fromMessage?: {
13480
- 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";
13515
+ 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";
13481
13516
  message: string;
13482
13517
  id: string;
13483
13518
  url: string;
@@ -13621,6 +13656,7 @@ export declare const instagramContract: {
13621
13656
  lineRichMenuId?: string | null | undefined;
13622
13657
  messengerIntegrationType?: "own" | "business" | undefined;
13623
13658
  facebookFeedIntegrationType?: "own" | "business" | undefined;
13659
+ isCSATEnabled?: boolean | undefined;
13624
13660
  };
13625
13661
  status: boolean;
13626
13662
  createdAt: Date;
@@ -13912,6 +13948,7 @@ export declare const instagramContract: {
13912
13948
  closedAt: Date;
13913
13949
  lastMessageAt: Date | null;
13914
13950
  isBotRoom: boolean;
13951
+ csatStatus: string | null;
13915
13952
  cxlog: {
13916
13953
  id: string;
13917
13954
  channel: string | null;
@@ -14030,7 +14067,7 @@ export declare const instagramContract: {
14030
14067
  previewUrl: string;
14031
14068
  imageSetId: string;
14032
14069
  repliedMessage: {
14033
- 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";
14070
+ 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";
14034
14071
  message: string;
14035
14072
  id: string;
14036
14073
  url: string;
@@ -14242,7 +14279,7 @@ export declare const instagramContract: {
14242
14279
  label?: string | undefined;
14243
14280
  } | null | undefined;
14244
14281
  }, {
14245
- 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";
14282
+ 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";
14246
14283
  message: string;
14247
14284
  id: string;
14248
14285
  url: string;
@@ -14386,6 +14423,7 @@ export declare const instagramContract: {
14386
14423
  lineRichMenuId?: string | null | undefined;
14387
14424
  messengerIntegrationType?: "own" | "business" | undefined;
14388
14425
  facebookFeedIntegrationType?: "own" | "business" | undefined;
14426
+ isCSATEnabled?: boolean | undefined;
14389
14427
  };
14390
14428
  status: boolean;
14391
14429
  createdAt: Date;
@@ -14677,6 +14715,7 @@ export declare const instagramContract: {
14677
14715
  closedAt: Date;
14678
14716
  lastMessageAt: Date | null;
14679
14717
  isBotRoom: boolean;
14718
+ csatStatus: string | null;
14680
14719
  cxlog: {
14681
14720
  id: string;
14682
14721
  channel: string | null;
@@ -14795,7 +14834,7 @@ export declare const instagramContract: {
14795
14834
  previewUrl: string;
14796
14835
  imageSetId: string;
14797
14836
  repliedMessage: {
14798
- 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";
14837
+ 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";
14799
14838
  message: string;
14800
14839
  id: string;
14801
14840
  url: string;
@@ -15006,7 +15045,7 @@ export declare const instagramContract: {
15006
15045
  template?: any;
15007
15046
  metadata?: any;
15008
15047
  fromMessage?: {
15009
- 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";
15048
+ 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";
15010
15049
  message: string;
15011
15050
  id: string;
15012
15051
  url: string;
@@ -15150,6 +15189,7 @@ export declare const instagramContract: {
15150
15189
  lineRichMenuId?: string | null | undefined;
15151
15190
  messengerIntegrationType?: "own" | "business" | undefined;
15152
15191
  facebookFeedIntegrationType?: "own" | "business" | undefined;
15192
+ isCSATEnabled?: boolean | undefined;
15153
15193
  };
15154
15194
  status: boolean;
15155
15195
  createdAt: Date;
@@ -15441,6 +15481,7 @@ export declare const instagramContract: {
15441
15481
  closedAt: Date;
15442
15482
  lastMessageAt: Date | null;
15443
15483
  isBotRoom: boolean;
15484
+ csatStatus: string | null;
15444
15485
  cxlog: {
15445
15486
  id: string;
15446
15487
  channel: string | null;
@@ -15559,7 +15600,7 @@ export declare const instagramContract: {
15559
15600
  previewUrl: string;
15560
15601
  imageSetId: string;
15561
15602
  repliedMessage: {
15562
- 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";
15603
+ 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";
15563
15604
  message: string;
15564
15605
  id: string;
15565
15606
  url: string;
@@ -15773,7 +15814,7 @@ export declare const instagramContract: {
15773
15814
  }>;
15774
15815
  }, "strip", z.ZodTypeAny, {
15775
15816
  data: {
15776
- 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";
15817
+ 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";
15777
15818
  message: string;
15778
15819
  id: string;
15779
15820
  url: string;
@@ -15917,6 +15958,7 @@ export declare const instagramContract: {
15917
15958
  lineRichMenuId?: string | null | undefined;
15918
15959
  messengerIntegrationType?: "own" | "business" | undefined;
15919
15960
  facebookFeedIntegrationType?: "own" | "business" | undefined;
15961
+ isCSATEnabled?: boolean | undefined;
15920
15962
  };
15921
15963
  status: boolean;
15922
15964
  createdAt: Date;
@@ -16208,6 +16250,7 @@ export declare const instagramContract: {
16208
16250
  closedAt: Date;
16209
16251
  lastMessageAt: Date | null;
16210
16252
  isBotRoom: boolean;
16253
+ csatStatus: string | null;
16211
16254
  cxlog: {
16212
16255
  id: string;
16213
16256
  channel: string | null;
@@ -16326,7 +16369,7 @@ export declare const instagramContract: {
16326
16369
  previewUrl: string;
16327
16370
  imageSetId: string;
16328
16371
  repliedMessage: {
16329
- 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";
16372
+ 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";
16330
16373
  message: string;
16331
16374
  id: string;
16332
16375
  url: string;
@@ -16537,7 +16580,7 @@ export declare const instagramContract: {
16537
16580
  template?: any;
16538
16581
  metadata?: any;
16539
16582
  fromMessage?: {
16540
- 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";
16583
+ 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";
16541
16584
  message: string;
16542
16585
  id: string;
16543
16586
  url: string;
@@ -16681,6 +16724,7 @@ export declare const instagramContract: {
16681
16724
  lineRichMenuId?: string | null | undefined;
16682
16725
  messengerIntegrationType?: "own" | "business" | undefined;
16683
16726
  facebookFeedIntegrationType?: "own" | "business" | undefined;
16727
+ isCSATEnabled?: boolean | undefined;
16684
16728
  };
16685
16729
  status: boolean;
16686
16730
  createdAt: Date;
@@ -16972,6 +17016,7 @@ export declare const instagramContract: {
16972
17016
  closedAt: Date;
16973
17017
  lastMessageAt: Date | null;
16974
17018
  isBotRoom: boolean;
17019
+ csatStatus: string | null;
16975
17020
  cxlog: {
16976
17021
  id: string;
16977
17022
  channel: string | null;
@@ -17090,7 +17135,7 @@ export declare const instagramContract: {
17090
17135
  previewUrl: string;
17091
17136
  imageSetId: string;
17092
17137
  repliedMessage: {
17093
- 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";
17138
+ 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";
17094
17139
  message: string;
17095
17140
  id: string;
17096
17141
  url: string;
@@ -17305,7 +17350,7 @@ export declare const instagramContract: {
17305
17350
  requestId: string;
17306
17351
  }, {
17307
17352
  data: {
17308
- 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";
17353
+ 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";
17309
17354
  message: string;
17310
17355
  id: string;
17311
17356
  url: string;
@@ -17449,6 +17494,7 @@ export declare const instagramContract: {
17449
17494
  lineRichMenuId?: string | null | undefined;
17450
17495
  messengerIntegrationType?: "own" | "business" | undefined;
17451
17496
  facebookFeedIntegrationType?: "own" | "business" | undefined;
17497
+ isCSATEnabled?: boolean | undefined;
17452
17498
  };
17453
17499
  status: boolean;
17454
17500
  createdAt: Date;
@@ -17740,6 +17786,7 @@ export declare const instagramContract: {
17740
17786
  closedAt: Date;
17741
17787
  lastMessageAt: Date | null;
17742
17788
  isBotRoom: boolean;
17789
+ csatStatus: string | null;
17743
17790
  cxlog: {
17744
17791
  id: string;
17745
17792
  channel: string | null;
@@ -17858,7 +17905,7 @@ export declare const instagramContract: {
17858
17905
  previewUrl: string;
17859
17906
  imageSetId: string;
17860
17907
  repliedMessage: {
17861
- 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";
17908
+ 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";
17862
17909
  message: string;
17863
17910
  id: string;
17864
17911
  url: string;
@@ -18069,7 +18116,7 @@ export declare const instagramContract: {
18069
18116
  template?: any;
18070
18117
  metadata?: any;
18071
18118
  fromMessage?: {
18072
- 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";
18119
+ 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";
18073
18120
  message: string;
18074
18121
  id: string;
18075
18122
  url: string;
@@ -18213,6 +18260,7 @@ export declare const instagramContract: {
18213
18260
  lineRichMenuId?: string | null | undefined;
18214
18261
  messengerIntegrationType?: "own" | "business" | undefined;
18215
18262
  facebookFeedIntegrationType?: "own" | "business" | undefined;
18263
+ isCSATEnabled?: boolean | undefined;
18216
18264
  };
18217
18265
  status: boolean;
18218
18266
  createdAt: Date;
@@ -18504,6 +18552,7 @@ export declare const instagramContract: {
18504
18552
  closedAt: Date;
18505
18553
  lastMessageAt: Date | null;
18506
18554
  isBotRoom: boolean;
18555
+ csatStatus: string | null;
18507
18556
  cxlog: {
18508
18557
  id: string;
18509
18558
  channel: string | null;
@@ -18622,7 +18671,7 @@ export declare const instagramContract: {
18622
18671
  previewUrl: string;
18623
18672
  imageSetId: string;
18624
18673
  repliedMessage: {
18625
- 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";
18674
+ 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";
18626
18675
  message: string;
18627
18676
  id: string;
18628
18677
  url: string;
@@ -18917,6 +18966,7 @@ export declare const instagramContract: {
18917
18966
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
18918
18967
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
18919
18968
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
18969
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
18920
18970
  }, "strip", z.ZodTypeAny, {
18921
18971
  name: string;
18922
18972
  id: string;
@@ -18946,6 +18996,7 @@ export declare const instagramContract: {
18946
18996
  lineRichMenuId?: string | null | undefined;
18947
18997
  messengerIntegrationType?: "own" | "business" | undefined;
18948
18998
  facebookFeedIntegrationType?: "own" | "business" | undefined;
18999
+ isCSATEnabled?: boolean | undefined;
18949
19000
  }, {
18950
19001
  name: string;
18951
19002
  id: string;
@@ -18975,6 +19026,7 @@ export declare const instagramContract: {
18975
19026
  lineRichMenuId?: string | null | undefined;
18976
19027
  messengerIntegrationType?: "own" | "business" | undefined;
18977
19028
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19029
+ isCSATEnabled?: boolean | undefined;
18978
19030
  }>>;
18979
19031
  platformId: z.ZodOptional<z.ZodString>;
18980
19032
  brandName: z.ZodOptional<z.ZodString>;
@@ -19034,6 +19086,7 @@ export declare const instagramContract: {
19034
19086
  lineRichMenuId?: string | null | undefined;
19035
19087
  messengerIntegrationType?: "own" | "business" | undefined;
19036
19088
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19089
+ isCSATEnabled?: boolean | undefined;
19037
19090
  } | undefined;
19038
19091
  platformId?: string | undefined;
19039
19092
  brandName?: string | undefined;
@@ -19081,6 +19134,7 @@ export declare const instagramContract: {
19081
19134
  lineRichMenuId?: string | null | undefined;
19082
19135
  messengerIntegrationType?: "own" | "business" | undefined;
19083
19136
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19137
+ isCSATEnabled?: boolean | undefined;
19084
19138
  } | undefined;
19085
19139
  platformId?: string | undefined;
19086
19140
  brandName?: string | undefined;
@@ -19167,6 +19221,7 @@ export declare const instagramContract: {
19167
19221
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
19168
19222
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
19169
19223
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
19224
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
19170
19225
  }, "strip", z.ZodTypeAny, {
19171
19226
  name: string;
19172
19227
  id: string;
@@ -19196,6 +19251,7 @@ export declare const instagramContract: {
19196
19251
  lineRichMenuId?: string | null | undefined;
19197
19252
  messengerIntegrationType?: "own" | "business" | undefined;
19198
19253
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19254
+ isCSATEnabled?: boolean | undefined;
19199
19255
  }, {
19200
19256
  name: string;
19201
19257
  id: string;
@@ -19225,6 +19281,7 @@ export declare const instagramContract: {
19225
19281
  lineRichMenuId?: string | null | undefined;
19226
19282
  messengerIntegrationType?: "own" | "business" | undefined;
19227
19283
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19284
+ isCSATEnabled?: boolean | undefined;
19228
19285
  }>;
19229
19286
  platformId: z.ZodString;
19230
19287
  brandName: z.ZodString;
@@ -19284,6 +19341,7 @@ export declare const instagramContract: {
19284
19341
  lineRichMenuId?: string | null | undefined;
19285
19342
  messengerIntegrationType?: "own" | "business" | undefined;
19286
19343
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19344
+ isCSATEnabled?: boolean | undefined;
19287
19345
  };
19288
19346
  status: boolean;
19289
19347
  brandName: string;
@@ -19331,6 +19389,7 @@ export declare const instagramContract: {
19331
19389
  lineRichMenuId?: string | null | undefined;
19332
19390
  messengerIntegrationType?: "own" | "business" | undefined;
19333
19391
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19392
+ isCSATEnabled?: boolean | undefined;
19334
19393
  };
19335
19394
  status: boolean;
19336
19395
  brandName: string;
@@ -19380,6 +19439,7 @@ export declare const instagramContract: {
19380
19439
  lineRichMenuId?: string | null | undefined;
19381
19440
  messengerIntegrationType?: "own" | "business" | undefined;
19382
19441
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19442
+ isCSATEnabled?: boolean | undefined;
19383
19443
  };
19384
19444
  status: boolean;
19385
19445
  brandName: string;
@@ -19430,6 +19490,7 @@ export declare const instagramContract: {
19430
19490
  lineRichMenuId?: string | null | undefined;
19431
19491
  messengerIntegrationType?: "own" | "business" | undefined;
19432
19492
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19493
+ isCSATEnabled?: boolean | undefined;
19433
19494
  };
19434
19495
  status: boolean;
19435
19496
  brandName: string;
@@ -19538,6 +19599,7 @@ export declare const instagramContract: {
19538
19599
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
19539
19600
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
19540
19601
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
19602
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
19541
19603
  }, "strip", z.ZodTypeAny, {
19542
19604
  name: string;
19543
19605
  id: string;
@@ -19567,6 +19629,7 @@ export declare const instagramContract: {
19567
19629
  lineRichMenuId?: string | null | undefined;
19568
19630
  messengerIntegrationType?: "own" | "business" | undefined;
19569
19631
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19632
+ isCSATEnabled?: boolean | undefined;
19570
19633
  }, {
19571
19634
  name: string;
19572
19635
  id: string;
@@ -19596,6 +19659,7 @@ export declare const instagramContract: {
19596
19659
  lineRichMenuId?: string | null | undefined;
19597
19660
  messengerIntegrationType?: "own" | "business" | undefined;
19598
19661
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19662
+ isCSATEnabled?: boolean | undefined;
19599
19663
  }>>;
19600
19664
  platformId: z.ZodOptional<z.ZodString>;
19601
19665
  brandName: z.ZodOptional<z.ZodString>;
@@ -19655,6 +19719,7 @@ export declare const instagramContract: {
19655
19719
  lineRichMenuId?: string | null | undefined;
19656
19720
  messengerIntegrationType?: "own" | "business" | undefined;
19657
19721
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19722
+ isCSATEnabled?: boolean | undefined;
19658
19723
  } | undefined;
19659
19724
  platformId?: string | undefined;
19660
19725
  brandName?: string | undefined;
@@ -19702,6 +19767,7 @@ export declare const instagramContract: {
19702
19767
  lineRichMenuId?: string | null | undefined;
19703
19768
  messengerIntegrationType?: "own" | "business" | undefined;
19704
19769
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19770
+ isCSATEnabled?: boolean | undefined;
19705
19771
  } | undefined;
19706
19772
  platformId?: string | undefined;
19707
19773
  brandName?: string | undefined;
@@ -19788,6 +19854,7 @@ export declare const instagramContract: {
19788
19854
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
19789
19855
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
19790
19856
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
19857
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
19791
19858
  }, "strip", z.ZodTypeAny, {
19792
19859
  name: string;
19793
19860
  id: string;
@@ -19817,6 +19884,7 @@ export declare const instagramContract: {
19817
19884
  lineRichMenuId?: string | null | undefined;
19818
19885
  messengerIntegrationType?: "own" | "business" | undefined;
19819
19886
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19887
+ isCSATEnabled?: boolean | undefined;
19820
19888
  }, {
19821
19889
  name: string;
19822
19890
  id: string;
@@ -19846,6 +19914,7 @@ export declare const instagramContract: {
19846
19914
  lineRichMenuId?: string | null | undefined;
19847
19915
  messengerIntegrationType?: "own" | "business" | undefined;
19848
19916
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19917
+ isCSATEnabled?: boolean | undefined;
19849
19918
  }>;
19850
19919
  platformId: z.ZodString;
19851
19920
  brandName: z.ZodString;
@@ -19905,6 +19974,7 @@ export declare const instagramContract: {
19905
19974
  lineRichMenuId?: string | null | undefined;
19906
19975
  messengerIntegrationType?: "own" | "business" | undefined;
19907
19976
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19977
+ isCSATEnabled?: boolean | undefined;
19908
19978
  };
19909
19979
  status: boolean;
19910
19980
  brandName: string;
@@ -19952,6 +20022,7 @@ export declare const instagramContract: {
19952
20022
  lineRichMenuId?: string | null | undefined;
19953
20023
  messengerIntegrationType?: "own" | "business" | undefined;
19954
20024
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20025
+ isCSATEnabled?: boolean | undefined;
19955
20026
  };
19956
20027
  status: boolean;
19957
20028
  brandName: string;
@@ -20001,6 +20072,7 @@ export declare const instagramContract: {
20001
20072
  lineRichMenuId?: string | null | undefined;
20002
20073
  messengerIntegrationType?: "own" | "business" | undefined;
20003
20074
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20075
+ isCSATEnabled?: boolean | undefined;
20004
20076
  };
20005
20077
  status: boolean;
20006
20078
  brandName: string;
@@ -20051,6 +20123,7 @@ export declare const instagramContract: {
20051
20123
  lineRichMenuId?: string | null | undefined;
20052
20124
  messengerIntegrationType?: "own" | "business" | undefined;
20053
20125
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20126
+ isCSATEnabled?: boolean | undefined;
20054
20127
  };
20055
20128
  status: boolean;
20056
20129
  brandName: string;
@@ -20171,6 +20244,7 @@ export declare const instagramContract: {
20171
20244
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
20172
20245
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
20173
20246
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
20247
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
20174
20248
  }, "strip", z.ZodTypeAny, {
20175
20249
  name: string;
20176
20250
  id: string;
@@ -20200,6 +20274,7 @@ export declare const instagramContract: {
20200
20274
  lineRichMenuId?: string | null | undefined;
20201
20275
  messengerIntegrationType?: "own" | "business" | undefined;
20202
20276
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20277
+ isCSATEnabled?: boolean | undefined;
20203
20278
  }, {
20204
20279
  name: string;
20205
20280
  id: string;
@@ -20229,6 +20304,7 @@ export declare const instagramContract: {
20229
20304
  lineRichMenuId?: string | null | undefined;
20230
20305
  messengerIntegrationType?: "own" | "business" | undefined;
20231
20306
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20307
+ isCSATEnabled?: boolean | undefined;
20232
20308
  }>;
20233
20309
  platformId: z.ZodString;
20234
20310
  brandName: z.ZodString;
@@ -20288,6 +20364,7 @@ export declare const instagramContract: {
20288
20364
  lineRichMenuId?: string | null | undefined;
20289
20365
  messengerIntegrationType?: "own" | "business" | undefined;
20290
20366
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20367
+ isCSATEnabled?: boolean | undefined;
20291
20368
  };
20292
20369
  status: boolean;
20293
20370
  brandName: string;
@@ -20335,6 +20412,7 @@ export declare const instagramContract: {
20335
20412
  lineRichMenuId?: string | null | undefined;
20336
20413
  messengerIntegrationType?: "own" | "business" | undefined;
20337
20414
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20415
+ isCSATEnabled?: boolean | undefined;
20338
20416
  };
20339
20417
  status: boolean;
20340
20418
  brandName: string;
@@ -20384,6 +20462,7 @@ export declare const instagramContract: {
20384
20462
  lineRichMenuId?: string | null | undefined;
20385
20463
  messengerIntegrationType?: "own" | "business" | undefined;
20386
20464
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20465
+ isCSATEnabled?: boolean | undefined;
20387
20466
  };
20388
20467
  status: boolean;
20389
20468
  brandName: string;
@@ -20434,6 +20513,7 @@ export declare const instagramContract: {
20434
20513
  lineRichMenuId?: string | null | undefined;
20435
20514
  messengerIntegrationType?: "own" | "business" | undefined;
20436
20515
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20516
+ isCSATEnabled?: boolean | undefined;
20437
20517
  };
20438
20518
  status: boolean;
20439
20519
  brandName: string;
@@ -20554,6 +20634,7 @@ export declare const instagramContract: {
20554
20634
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
20555
20635
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
20556
20636
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
20637
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
20557
20638
  }, "strip", z.ZodTypeAny, {
20558
20639
  name: string;
20559
20640
  id: string;
@@ -20583,6 +20664,7 @@ export declare const instagramContract: {
20583
20664
  lineRichMenuId?: string | null | undefined;
20584
20665
  messengerIntegrationType?: "own" | "business" | undefined;
20585
20666
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20667
+ isCSATEnabled?: boolean | undefined;
20586
20668
  }, {
20587
20669
  name: string;
20588
20670
  id: string;
@@ -20612,6 +20694,7 @@ export declare const instagramContract: {
20612
20694
  lineRichMenuId?: string | null | undefined;
20613
20695
  messengerIntegrationType?: "own" | "business" | undefined;
20614
20696
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20697
+ isCSATEnabled?: boolean | undefined;
20615
20698
  }>;
20616
20699
  platformId: z.ZodString;
20617
20700
  brandName: z.ZodString;
@@ -20671,6 +20754,7 @@ export declare const instagramContract: {
20671
20754
  lineRichMenuId?: string | null | undefined;
20672
20755
  messengerIntegrationType?: "own" | "business" | undefined;
20673
20756
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20757
+ isCSATEnabled?: boolean | undefined;
20674
20758
  };
20675
20759
  status: boolean;
20676
20760
  brandName: string;
@@ -20718,6 +20802,7 @@ export declare const instagramContract: {
20718
20802
  lineRichMenuId?: string | null | undefined;
20719
20803
  messengerIntegrationType?: "own" | "business" | undefined;
20720
20804
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20805
+ isCSATEnabled?: boolean | undefined;
20721
20806
  };
20722
20807
  status: boolean;
20723
20808
  brandName: string;
@@ -20767,6 +20852,7 @@ export declare const instagramContract: {
20767
20852
  lineRichMenuId?: string | null | undefined;
20768
20853
  messengerIntegrationType?: "own" | "business" | undefined;
20769
20854
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20855
+ isCSATEnabled?: boolean | undefined;
20770
20856
  };
20771
20857
  status: boolean;
20772
20858
  brandName: string;
@@ -20817,6 +20903,7 @@ export declare const instagramContract: {
20817
20903
  lineRichMenuId?: string | null | undefined;
20818
20904
  messengerIntegrationType?: "own" | "business" | undefined;
20819
20905
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20906
+ isCSATEnabled?: boolean | undefined;
20820
20907
  };
20821
20908
  status: boolean;
20822
20909
  brandName: string;
@@ -20925,6 +21012,7 @@ export declare const instagramContract: {
20925
21012
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
20926
21013
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
20927
21014
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
21015
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
20928
21016
  }, "strip", z.ZodTypeAny, {
20929
21017
  name: string;
20930
21018
  id: string;
@@ -20954,6 +21042,7 @@ export declare const instagramContract: {
20954
21042
  lineRichMenuId?: string | null | undefined;
20955
21043
  messengerIntegrationType?: "own" | "business" | undefined;
20956
21044
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21045
+ isCSATEnabled?: boolean | undefined;
20957
21046
  }, {
20958
21047
  name: string;
20959
21048
  id: string;
@@ -20983,6 +21072,7 @@ export declare const instagramContract: {
20983
21072
  lineRichMenuId?: string | null | undefined;
20984
21073
  messengerIntegrationType?: "own" | "business" | undefined;
20985
21074
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21075
+ isCSATEnabled?: boolean | undefined;
20986
21076
  }>>;
20987
21077
  platformId: z.ZodOptional<z.ZodString>;
20988
21078
  brandName: z.ZodOptional<z.ZodString>;
@@ -21042,6 +21132,7 @@ export declare const instagramContract: {
21042
21132
  lineRichMenuId?: string | null | undefined;
21043
21133
  messengerIntegrationType?: "own" | "business" | undefined;
21044
21134
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21135
+ isCSATEnabled?: boolean | undefined;
21045
21136
  } | undefined;
21046
21137
  platformId?: string | undefined;
21047
21138
  brandName?: string | undefined;
@@ -21089,6 +21180,7 @@ export declare const instagramContract: {
21089
21180
  lineRichMenuId?: string | null | undefined;
21090
21181
  messengerIntegrationType?: "own" | "business" | undefined;
21091
21182
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21183
+ isCSATEnabled?: boolean | undefined;
21092
21184
  } | undefined;
21093
21185
  platformId?: string | undefined;
21094
21186
  brandName?: string | undefined;
@@ -21175,6 +21267,7 @@ export declare const instagramContract: {
21175
21267
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
21176
21268
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
21177
21269
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
21270
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
21178
21271
  }, "strip", z.ZodTypeAny, {
21179
21272
  name: string;
21180
21273
  id: string;
@@ -21204,6 +21297,7 @@ export declare const instagramContract: {
21204
21297
  lineRichMenuId?: string | null | undefined;
21205
21298
  messengerIntegrationType?: "own" | "business" | undefined;
21206
21299
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21300
+ isCSATEnabled?: boolean | undefined;
21207
21301
  }, {
21208
21302
  name: string;
21209
21303
  id: string;
@@ -21233,6 +21327,7 @@ export declare const instagramContract: {
21233
21327
  lineRichMenuId?: string | null | undefined;
21234
21328
  messengerIntegrationType?: "own" | "business" | undefined;
21235
21329
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21330
+ isCSATEnabled?: boolean | undefined;
21236
21331
  }>;
21237
21332
  platformId: z.ZodString;
21238
21333
  brandName: z.ZodString;
@@ -21292,6 +21387,7 @@ export declare const instagramContract: {
21292
21387
  lineRichMenuId?: string | null | undefined;
21293
21388
  messengerIntegrationType?: "own" | "business" | undefined;
21294
21389
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21390
+ isCSATEnabled?: boolean | undefined;
21295
21391
  };
21296
21392
  status: boolean;
21297
21393
  brandName: string;
@@ -21339,6 +21435,7 @@ export declare const instagramContract: {
21339
21435
  lineRichMenuId?: string | null | undefined;
21340
21436
  messengerIntegrationType?: "own" | "business" | undefined;
21341
21437
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21438
+ isCSATEnabled?: boolean | undefined;
21342
21439
  };
21343
21440
  status: boolean;
21344
21441
  brandName: string;
@@ -21388,6 +21485,7 @@ export declare const instagramContract: {
21388
21485
  lineRichMenuId?: string | null | undefined;
21389
21486
  messengerIntegrationType?: "own" | "business" | undefined;
21390
21487
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21488
+ isCSATEnabled?: boolean | undefined;
21391
21489
  };
21392
21490
  status: boolean;
21393
21491
  brandName: string;
@@ -21438,6 +21536,7 @@ export declare const instagramContract: {
21438
21536
  lineRichMenuId?: string | null | undefined;
21439
21537
  messengerIntegrationType?: "own" | "business" | undefined;
21440
21538
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21539
+ isCSATEnabled?: boolean | undefined;
21441
21540
  };
21442
21541
  status: boolean;
21443
21542
  brandName: string;