@kl1/contracts 1.3.19 → 1.3.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (120) hide show
  1. package/dist/api-contracts/src/activity-log/index.d.ts +1 -1
  2. package/dist/api-contracts/src/attribute/index.d.ts +7 -7
  3. package/dist/api-contracts/src/auth/index.d.ts +1 -1
  4. package/dist/api-contracts/src/automation-queue/index.d.ts +7 -10
  5. package/dist/api-contracts/src/automation-queue/index.d.ts.map +1 -1
  6. package/dist/api-contracts/src/aws/index.d.ts +2 -2
  7. package/dist/api-contracts/src/botpress/index.d.ts +2 -2
  8. package/dist/api-contracts/src/business-calendar/index.d.ts +4 -4
  9. package/dist/api-contracts/src/business-calendar/index.d.ts.map +1 -1
  10. package/dist/api-contracts/src/category/index.d.ts +7 -7
  11. package/dist/api-contracts/src/channel/index.d.ts +257 -1992
  12. package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
  13. package/dist/api-contracts/src/channel/schema.d.ts +0 -36
  14. package/dist/api-contracts/src/channel/schema.d.ts.map +1 -1
  15. package/dist/api-contracts/src/channel/validation.d.ts +0 -23
  16. package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
  17. package/dist/api-contracts/src/chat/index.d.ts +2212 -2580
  18. package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
  19. package/dist/api-contracts/src/chat/schema.d.ts +603 -679
  20. package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
  21. package/dist/api-contracts/src/chat/validation.d.ts +390 -501
  22. package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
  23. package/dist/api-contracts/src/comment/index.d.ts +359 -359
  24. package/dist/api-contracts/src/comment/schema.d.ts +88 -88
  25. package/dist/api-contracts/src/contract.d.ts +35405 -40773
  26. package/dist/api-contracts/src/contract.d.ts.map +1 -1
  27. package/dist/api-contracts/src/cx-log/index.d.ts +65 -76
  28. package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
  29. package/dist/api-contracts/src/cx-log/schema.d.ts +81 -90
  30. package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
  31. package/dist/api-contracts/src/dashboard/index.d.ts +49 -911
  32. package/dist/api-contracts/src/dashboard/index.d.ts.map +1 -1
  33. package/dist/api-contracts/src/dashboard/schema.d.ts +9 -164
  34. package/dist/api-contracts/src/dashboard/schema.d.ts.map +1 -1
  35. package/dist/api-contracts/src/dashboard/validation.d.ts +1 -30
  36. package/dist/api-contracts/src/dashboard/validation.d.ts.map +1 -1
  37. package/dist/api-contracts/src/evaluate-form/index.d.ts +1 -1
  38. package/dist/api-contracts/src/extension/index.d.ts +7 -7
  39. package/dist/api-contracts/src/facebook-feed/index.d.ts +273 -395
  40. package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
  41. package/dist/api-contracts/src/facebook-feed/schema.d.ts +3 -10
  42. package/dist/api-contracts/src/facebook-feed/schema.d.ts.map +1 -1
  43. package/dist/api-contracts/src/facebook-feed/validation.d.ts +0 -5
  44. package/dist/api-contracts/src/facebook-feed/validation.d.ts.map +1 -1
  45. package/dist/api-contracts/src/general-setting/index.d.ts +2 -2
  46. package/dist/api-contracts/src/hold-label/index.d.ts +10 -10
  47. package/dist/api-contracts/src/index.d.ts +0 -1
  48. package/dist/api-contracts/src/index.d.ts.map +1 -1
  49. package/dist/api-contracts/src/instagram/index.d.ts +261 -360
  50. package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
  51. package/dist/api-contracts/src/line/index.d.ts +268 -359
  52. package/dist/api-contracts/src/line/index.d.ts.map +1 -1
  53. package/dist/api-contracts/src/line/validation.d.ts +7 -16
  54. package/dist/api-contracts/src/line/validation.d.ts.map +1 -1
  55. package/dist/api-contracts/src/mail/email-engine-webhooks-events.contract.d.ts +1 -1
  56. package/dist/api-contracts/src/mail/email-engine-webhooks-events.contract.d.ts.map +1 -1
  57. package/dist/api-contracts/src/mail/mail-contract.d.ts +240 -240
  58. package/dist/api-contracts/src/mail/room-contract.d.ts +240 -240
  59. package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts +80 -80
  60. package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +60 -60
  61. package/dist/api-contracts/src/messenger/index.d.ts +261 -360
  62. package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
  63. package/dist/api-contracts/src/messenger/validation.d.ts +0 -5
  64. package/dist/api-contracts/src/messenger/validation.d.ts.map +1 -1
  65. package/dist/api-contracts/src/notification/index.d.ts +4 -4
  66. package/dist/api-contracts/src/permission/index.d.ts +1 -1
  67. package/dist/api-contracts/src/presence-status/index.d.ts +55 -127
  68. package/dist/api-contracts/src/presence-status/index.d.ts.map +1 -1
  69. package/dist/api-contracts/src/presence-status/schema.d.ts +10 -16
  70. package/dist/api-contracts/src/presence-status/schema.d.ts.map +1 -1
  71. package/dist/api-contracts/src/presence-status/validation.d.ts +12 -30
  72. package/dist/api-contracts/src/presence-status/validation.d.ts.map +1 -1
  73. package/dist/api-contracts/src/role/index.d.ts +5 -5
  74. package/dist/api-contracts/src/sms/index.d.ts +7 -44
  75. package/dist/api-contracts/src/sms/index.d.ts.map +1 -1
  76. package/dist/api-contracts/src/snippet/index.d.ts +8 -8
  77. package/dist/api-contracts/src/subscription/index.d.ts +5 -5
  78. package/dist/api-contracts/src/tag/index.d.ts +4 -4
  79. package/dist/api-contracts/src/telegram/index.d.ts +261 -338
  80. package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
  81. package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +441 -62
  82. package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts.map +1 -1
  83. package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +13 -25
  84. package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts.map +1 -1
  85. package/dist/api-contracts/src/telephony-agent-presence-status/validation.d.ts +3 -0
  86. package/dist/api-contracts/src/telephony-agent-presence-status/validation.d.ts.map +1 -1
  87. package/dist/api-contracts/src/telephony-cdr/index.d.ts +14 -14
  88. package/dist/api-contracts/src/telephony-extension/index.d.ts +1 -1
  89. package/dist/api-contracts/src/ticket/index.d.ts +660 -660
  90. package/dist/api-contracts/src/ticket/schema.d.ts +44 -44
  91. package/dist/api-contracts/src/ticket/validation.d.ts +20 -20
  92. package/dist/api-contracts/src/upload/index.d.ts +2 -2
  93. package/dist/api-contracts/src/user/index.d.ts +7 -7
  94. package/dist/api-contracts/src/user-presence-status-log/index.d.ts +18 -42
  95. package/dist/api-contracts/src/user-presence-status-log/index.d.ts.map +1 -1
  96. package/dist/api-contracts/src/user-presence-status-log/schema.d.ts +20 -50
  97. package/dist/api-contracts/src/user-presence-status-log/schema.d.ts.map +1 -1
  98. package/dist/api-contracts/src/viber/index.d.ts +261 -338
  99. package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
  100. package/dist/api-contracts/src/webchat/index.d.ts +261 -338
  101. package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
  102. package/dist/api-contracts/src/whatsapp/index.d.ts +261 -348
  103. package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
  104. package/dist/api-contracts/src/widget/index.d.ts +48 -350
  105. package/dist/api-contracts/src/widget/index.d.ts.map +1 -1
  106. package/dist/api-contracts/src/widget/schema.d.ts +4 -46
  107. package/dist/api-contracts/src/widget/schema.d.ts.map +1 -1
  108. package/dist/api-contracts/src/widget/validation.d.ts +12 -66
  109. package/dist/api-contracts/src/widget/validation.d.ts.map +1 -1
  110. package/dist/api-contracts/src/workflow-rule/index.d.ts +277 -323
  111. package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
  112. package/dist/api-contracts/src/wrap-up-form/index.d.ts +187 -187
  113. package/dist/api-contracts/src/wrap-up-form/schema.d.ts +20 -20
  114. package/dist/entities/src/enums/chat.d.ts +0 -12
  115. package/dist/entities/src/enums/chat.d.ts.map +1 -1
  116. package/dist/index.js +1748 -2102
  117. package/dist/index.js.map +1 -1
  118. package/dist/index.mjs +1748 -2101
  119. package/dist/index.mjs.map +1 -1
  120. package/package.json +1 -1
@@ -11,7 +11,7 @@ export declare const instagramContract: {
11
11
  lastMessage: z.ZodOptional<z.ZodString>;
12
12
  handleTime: z.ZodOptional<z.ZodNumber>;
13
13
  isLatest: z.ZodBoolean;
14
- direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
14
+ direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
15
15
  metadata: z.ZodOptional<z.ZodAny>;
16
16
  createdAt: z.ZodString;
17
17
  updatedAt: z.ZodString;
@@ -196,7 +196,6 @@ 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>;
200
199
  }, "strip", z.ZodTypeAny, {
201
200
  name: string;
202
201
  id: string;
@@ -226,7 +225,6 @@ export declare const instagramContract: {
226
225
  lineRichMenuId?: string | null | undefined;
227
226
  messengerIntegrationType?: "own" | "business" | undefined;
228
227
  facebookFeedIntegrationType?: "own" | "business" | undefined;
229
- isCSATEnabled?: boolean | undefined;
230
228
  }, {
231
229
  name: string;
232
230
  id: string;
@@ -256,7 +254,6 @@ export declare const instagramContract: {
256
254
  lineRichMenuId?: string | null | undefined;
257
255
  messengerIntegrationType?: "own" | "business" | undefined;
258
256
  facebookFeedIntegrationType?: "own" | "business" | undefined;
259
- isCSATEnabled?: boolean | undefined;
260
257
  }>;
261
258
  platformId: z.ZodString;
262
259
  brandName: z.ZodString;
@@ -316,7 +313,6 @@ export declare const instagramContract: {
316
313
  lineRichMenuId?: string | null | undefined;
317
314
  messengerIntegrationType?: "own" | "business" | undefined;
318
315
  facebookFeedIntegrationType?: "own" | "business" | undefined;
319
- isCSATEnabled?: boolean | undefined;
320
316
  };
321
317
  status: boolean;
322
318
  brandName: string;
@@ -364,7 +360,6 @@ export declare const instagramContract: {
364
360
  lineRichMenuId?: string | null | undefined;
365
361
  messengerIntegrationType?: "own" | "business" | undefined;
366
362
  facebookFeedIntegrationType?: "own" | "business" | undefined;
367
- isCSATEnabled?: boolean | undefined;
368
363
  };
369
364
  status: boolean;
370
365
  brandName: string;
@@ -417,7 +412,6 @@ export declare const instagramContract: {
417
412
  lineRichMenuId?: string | null | undefined;
418
413
  messengerIntegrationType?: "own" | "business" | undefined;
419
414
  facebookFeedIntegrationType?: "own" | "business" | undefined;
420
- isCSATEnabled?: boolean | undefined;
421
415
  };
422
416
  status: boolean;
423
417
  brandName: string;
@@ -509,7 +503,6 @@ export declare const instagramContract: {
509
503
  lineRichMenuId?: string | null | undefined;
510
504
  messengerIntegrationType?: "own" | "business" | undefined;
511
505
  facebookFeedIntegrationType?: "own" | "business" | undefined;
512
- isCSATEnabled?: boolean | undefined;
513
506
  };
514
507
  status: boolean;
515
508
  brandName: string;
@@ -570,8 +563,8 @@ export declare const instagramContract: {
570
563
  message: z.ZodObject<{
571
564
  id: z.ZodOptional<z.ZodString>;
572
565
  message: z.ZodOptional<z.ZodString>;
573
- direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
574
- type: z.ZodUnion<[z.ZodLiteral<string>, z.ZodLiteral<string>, ...z.ZodLiteral<string>[]]>;
566
+ 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", "referral", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
575
568
  readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
576
569
  metadata: z.ZodOptional<z.ZodAny>;
577
570
  platformId: z.ZodOptional<z.ZodString>;
@@ -627,7 +620,7 @@ export declare const instagramContract: {
627
620
  editedAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
628
621
  label: z.ZodOptional<z.ZodString>;
629
622
  }, "strip", z.ZodTypeAny, {
630
- type: string;
623
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
631
624
  direction: "incoming" | "outgoing" | "system";
632
625
  id?: string | undefined;
633
626
  message?: string | undefined;
@@ -662,7 +655,7 @@ export declare const instagramContract: {
662
655
  editedAt?: string | Date | null | undefined;
663
656
  label?: string | undefined;
664
657
  }, {
665
- type: string;
658
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
666
659
  direction: "incoming" | "outgoing" | "system";
667
660
  id?: string | undefined;
668
661
  message?: string | undefined;
@@ -699,7 +692,7 @@ export declare const instagramContract: {
699
692
  }>;
700
693
  }, "strip", z.ZodTypeAny, {
701
694
  message: {
702
- type: string;
695
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
703
696
  direction: "incoming" | "outgoing" | "system";
704
697
  id?: string | undefined;
705
698
  message?: string | undefined;
@@ -769,7 +762,6 @@ export declare const instagramContract: {
769
762
  lineRichMenuId?: string | null | undefined;
770
763
  messengerIntegrationType?: "own" | "business" | undefined;
771
764
  facebookFeedIntegrationType?: "own" | "business" | undefined;
772
- isCSATEnabled?: boolean | undefined;
773
765
  };
774
766
  status: boolean;
775
767
  brandName: string;
@@ -830,7 +822,7 @@ export declare const instagramContract: {
830
822
  isBot: boolean | null;
831
823
  }, {
832
824
  message: {
833
- type: string;
825
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
834
826
  direction: "incoming" | "outgoing" | "system";
835
827
  id?: string | undefined;
836
828
  message?: string | undefined;
@@ -900,7 +892,6 @@ export declare const instagramContract: {
900
892
  lineRichMenuId?: string | null | undefined;
901
893
  messengerIntegrationType?: "own" | "business" | undefined;
902
894
  facebookFeedIntegrationType?: "own" | "business" | undefined;
903
- isCSATEnabled?: boolean | undefined;
904
895
  };
905
896
  status: boolean;
906
897
  brandName: string;
@@ -965,11 +956,11 @@ export declare const instagramContract: {
965
956
  200: z.ZodObject<{
966
957
  requestId: z.ZodString;
967
958
  data: z.ZodObject<{
968
- type: z.ZodUnion<[z.ZodLiteral<string>, z.ZodLiteral<string>, ...z.ZodLiteral<string>[]]>;
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", "referral", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
969
960
  message: z.ZodString;
970
961
  id: z.ZodString;
971
962
  url: z.ZodString;
972
- direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
963
+ direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
973
964
  label: z.ZodOptional<z.ZodString>;
974
965
  template: z.ZodAny;
975
966
  metadata: z.ZodAny;
@@ -1434,7 +1425,7 @@ export declare const instagramContract: {
1434
1425
  firstResponseTime: z.ZodNumber;
1435
1426
  isLatest: z.ZodBoolean;
1436
1427
  isBotRoom: z.ZodBoolean;
1437
- direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
1428
+ direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
1438
1429
  platformContact: z.ZodObject<{
1439
1430
  id: z.ZodString;
1440
1431
  createdAt: z.ZodDate;
@@ -2482,7 +2473,6 @@ export declare const instagramContract: {
2482
2473
  channelId: string;
2483
2474
  socialPlatformId: string;
2484
2475
  }>;
2485
- csatStatus: z.ZodNullable<z.ZodString>;
2486
2476
  actor: z.ZodObject<{
2487
2477
  id: z.ZodString;
2488
2478
  createdAt: z.ZodDate;
@@ -2961,7 +2951,6 @@ export declare const instagramContract: {
2961
2951
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2962
2952
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
2963
2953
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
2964
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
2965
2954
  }, "strip", z.ZodTypeAny, {
2966
2955
  name: string;
2967
2956
  id: string;
@@ -2991,7 +2980,6 @@ export declare const instagramContract: {
2991
2980
  lineRichMenuId?: string | null | undefined;
2992
2981
  messengerIntegrationType?: "own" | "business" | undefined;
2993
2982
  facebookFeedIntegrationType?: "own" | "business" | undefined;
2994
- isCSATEnabled?: boolean | undefined;
2995
2983
  }, {
2996
2984
  name: string;
2997
2985
  id: string;
@@ -3021,7 +3009,6 @@ export declare const instagramContract: {
3021
3009
  lineRichMenuId?: string | null | undefined;
3022
3010
  messengerIntegrationType?: "own" | "business" | undefined;
3023
3011
  facebookFeedIntegrationType?: "own" | "business" | undefined;
3024
- isCSATEnabled?: boolean | undefined;
3025
3012
  }>;
3026
3013
  brandName: z.ZodString;
3027
3014
  platformId: z.ZodString;
@@ -3285,7 +3272,6 @@ export declare const instagramContract: {
3285
3272
  lineRichMenuId?: string | null | undefined;
3286
3273
  messengerIntegrationType?: "own" | "business" | undefined;
3287
3274
  facebookFeedIntegrationType?: "own" | "business" | undefined;
3288
- isCSATEnabled?: boolean | undefined;
3289
3275
  };
3290
3276
  status: boolean;
3291
3277
  createdAt: Date;
@@ -3380,7 +3366,6 @@ export declare const instagramContract: {
3380
3366
  lineRichMenuId?: string | null | undefined;
3381
3367
  messengerIntegrationType?: "own" | "business" | undefined;
3382
3368
  facebookFeedIntegrationType?: "own" | "business" | undefined;
3383
- isCSATEnabled?: boolean | undefined;
3384
3369
  };
3385
3370
  status: boolean;
3386
3371
  createdAt: Date;
@@ -3633,16 +3618,6 @@ export declare const instagramContract: {
3633
3618
  createdAt: Date;
3634
3619
  updatedAt: Date;
3635
3620
  deletedAt: Date | null;
3636
- tags: {
3637
- name: string;
3638
- id: string;
3639
- createdAt: Date;
3640
- updatedAt: Date;
3641
- deletedAt: Date | null;
3642
- }[];
3643
- callFrom: string | null;
3644
- callTo: string | null;
3645
- note: string | null;
3646
3621
  categories: {
3647
3622
  id: string;
3648
3623
  value: string;
@@ -3665,6 +3640,16 @@ export declare const instagramContract: {
3665
3640
  }[];
3666
3641
  }[];
3667
3642
  }[];
3643
+ tags: {
3644
+ name: string;
3645
+ id: string;
3646
+ createdAt: Date;
3647
+ updatedAt: Date;
3648
+ deletedAt: Date | null;
3649
+ }[];
3650
+ callFrom: string | null;
3651
+ callTo: string | null;
3652
+ note: string | null;
3668
3653
  customFields?: {
3669
3654
  id: string;
3670
3655
  createdAt: Date;
@@ -3684,16 +3669,6 @@ export declare const instagramContract: {
3684
3669
  createdAt: Date;
3685
3670
  updatedAt: Date;
3686
3671
  deletedAt: Date | null;
3687
- tags: {
3688
- name: string;
3689
- id: string;
3690
- createdAt: Date;
3691
- updatedAt: Date;
3692
- deletedAt: Date | null;
3693
- }[];
3694
- callFrom: string | null;
3695
- callTo: string | null;
3696
- note: string | null;
3697
3672
  categories: {
3698
3673
  id: string;
3699
3674
  value: string;
@@ -3716,6 +3691,16 @@ export declare const instagramContract: {
3716
3691
  }[];
3717
3692
  }[];
3718
3693
  }[];
3694
+ tags: {
3695
+ name: string;
3696
+ id: string;
3697
+ createdAt: Date;
3698
+ updatedAt: Date;
3699
+ deletedAt: Date | null;
3700
+ }[];
3701
+ callFrom: string | null;
3702
+ callTo: string | null;
3703
+ note: string | null;
3719
3704
  customFields?: {
3720
3705
  id: string;
3721
3706
  createdAt: Date;
@@ -3824,16 +3809,6 @@ export declare const instagramContract: {
3824
3809
  createdAt: Date;
3825
3810
  updatedAt: Date;
3826
3811
  deletedAt: Date | null;
3827
- tags: {
3828
- name: string;
3829
- id: string;
3830
- createdAt: Date;
3831
- updatedAt: Date;
3832
- deletedAt: Date | null;
3833
- }[];
3834
- callFrom: string | null;
3835
- callTo: string | null;
3836
- note: string | null;
3837
3812
  categories: {
3838
3813
  id: string;
3839
3814
  value: string;
@@ -3856,6 +3831,16 @@ export declare const instagramContract: {
3856
3831
  }[];
3857
3832
  }[];
3858
3833
  }[];
3834
+ tags: {
3835
+ name: string;
3836
+ id: string;
3837
+ createdAt: Date;
3838
+ updatedAt: Date;
3839
+ deletedAt: Date | null;
3840
+ }[];
3841
+ callFrom: string | null;
3842
+ callTo: string | null;
3843
+ note: string | null;
3859
3844
  customFields?: {
3860
3845
  id: string;
3861
3846
  createdAt: Date;
@@ -3914,16 +3899,6 @@ export declare const instagramContract: {
3914
3899
  createdAt: Date;
3915
3900
  updatedAt: Date;
3916
3901
  deletedAt: Date | null;
3917
- tags: {
3918
- name: string;
3919
- id: string;
3920
- createdAt: Date;
3921
- updatedAt: Date;
3922
- deletedAt: Date | null;
3923
- }[];
3924
- callFrom: string | null;
3925
- callTo: string | null;
3926
- note: string | null;
3927
3902
  categories: {
3928
3903
  id: string;
3929
3904
  value: string;
@@ -3946,6 +3921,16 @@ export declare const instagramContract: {
3946
3921
  }[];
3947
3922
  }[];
3948
3923
  }[];
3924
+ tags: {
3925
+ name: string;
3926
+ id: string;
3927
+ createdAt: Date;
3928
+ updatedAt: Date;
3929
+ deletedAt: Date | null;
3930
+ }[];
3931
+ callFrom: string | null;
3932
+ callTo: string | null;
3933
+ note: string | null;
3949
3934
  customFields?: {
3950
3935
  id: string;
3951
3936
  createdAt: Date;
@@ -4039,7 +4024,6 @@ export declare const instagramContract: {
4039
4024
  lineRichMenuId?: string | null | undefined;
4040
4025
  messengerIntegrationType?: "own" | "business" | undefined;
4041
4026
  facebookFeedIntegrationType?: "own" | "business" | undefined;
4042
- isCSATEnabled?: boolean | undefined;
4043
4027
  };
4044
4028
  status: boolean;
4045
4029
  createdAt: Date;
@@ -4331,7 +4315,6 @@ export declare const instagramContract: {
4331
4315
  closedAt: Date;
4332
4316
  lastMessageAt: Date | null;
4333
4317
  isBotRoom: boolean;
4334
- csatStatus: string | null;
4335
4318
  cxlog: {
4336
4319
  id: string;
4337
4320
  channel: string | null;
@@ -4359,16 +4342,6 @@ export declare const instagramContract: {
4359
4342
  createdAt: Date;
4360
4343
  updatedAt: Date;
4361
4344
  deletedAt: Date | null;
4362
- tags: {
4363
- name: string;
4364
- id: string;
4365
- createdAt: Date;
4366
- updatedAt: Date;
4367
- deletedAt: Date | null;
4368
- }[];
4369
- callFrom: string | null;
4370
- callTo: string | null;
4371
- note: string | null;
4372
4345
  categories: {
4373
4346
  id: string;
4374
4347
  value: string;
@@ -4391,6 +4364,16 @@ export declare const instagramContract: {
4391
4364
  }[];
4392
4365
  }[];
4393
4366
  }[];
4367
+ tags: {
4368
+ name: string;
4369
+ id: string;
4370
+ createdAt: Date;
4371
+ updatedAt: Date;
4372
+ deletedAt: Date | null;
4373
+ }[];
4374
+ callFrom: string | null;
4375
+ callTo: string | null;
4376
+ note: string | null;
4394
4377
  customFields?: {
4395
4378
  id: string;
4396
4379
  createdAt: Date;
@@ -4468,7 +4451,6 @@ export declare const instagramContract: {
4468
4451
  lineRichMenuId?: string | null | undefined;
4469
4452
  messengerIntegrationType?: "own" | "business" | undefined;
4470
4453
  facebookFeedIntegrationType?: "own" | "business" | undefined;
4471
- isCSATEnabled?: boolean | undefined;
4472
4454
  };
4473
4455
  status: boolean;
4474
4456
  createdAt: Date;
@@ -4760,7 +4742,6 @@ export declare const instagramContract: {
4760
4742
  closedAt: Date;
4761
4743
  lastMessageAt: Date | null;
4762
4744
  isBotRoom: boolean;
4763
- csatStatus: string | null;
4764
4745
  cxlog: {
4765
4746
  id: string;
4766
4747
  channel: string | null;
@@ -4788,16 +4769,6 @@ export declare const instagramContract: {
4788
4769
  createdAt: Date;
4789
4770
  updatedAt: Date;
4790
4771
  deletedAt: Date | null;
4791
- tags: {
4792
- name: string;
4793
- id: string;
4794
- createdAt: Date;
4795
- updatedAt: Date;
4796
- deletedAt: Date | null;
4797
- }[];
4798
- callFrom: string | null;
4799
- callTo: string | null;
4800
- note: string | null;
4801
4772
  categories: {
4802
4773
  id: string;
4803
4774
  value: string;
@@ -4820,6 +4791,16 @@ export declare const instagramContract: {
4820
4791
  }[];
4821
4792
  }[];
4822
4793
  }[];
4794
+ tags: {
4795
+ name: string;
4796
+ id: string;
4797
+ createdAt: Date;
4798
+ updatedAt: Date;
4799
+ deletedAt: Date | null;
4800
+ }[];
4801
+ callFrom: string | null;
4802
+ callTo: string | null;
4803
+ note: string | null;
4823
4804
  customFields?: {
4824
4805
  id: string;
4825
4806
  createdAt: Date;
@@ -4900,8 +4881,8 @@ export declare const instagramContract: {
4900
4881
  updatedAt: z.ZodDate;
4901
4882
  deletedAt: z.ZodNullable<z.ZodDate>;
4902
4883
  message: z.ZodString;
4903
- direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
4904
- type: z.ZodUnion<[z.ZodLiteral<string>, z.ZodLiteral<string>, ...z.ZodLiteral<string>[]]>;
4884
+ 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", "referral", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
4905
4886
  readAt: z.ZodDate;
4906
4887
  metadata: z.ZodAny;
4907
4888
  platformId: z.ZodString;
@@ -5559,7 +5540,7 @@ export declare const instagramContract: {
5559
5540
  };
5560
5541
  }>;
5561
5542
  }, "strip", z.ZodTypeAny, {
5562
- type: string;
5543
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
5563
5544
  message: string;
5564
5545
  id: string;
5565
5546
  url: string;
@@ -5721,7 +5702,7 @@ export declare const instagramContract: {
5721
5702
  metadata?: any;
5722
5703
  template?: any;
5723
5704
  }, {
5724
- type: string;
5705
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
5725
5706
  message: string;
5726
5707
  id: string;
5727
5708
  url: string;
@@ -6094,8 +6075,8 @@ export declare const instagramContract: {
6094
6075
  updatedAt: z.ZodDate;
6095
6076
  deletedAt: z.ZodNullable<z.ZodDate>;
6096
6077
  message: z.ZodString;
6097
- direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
6098
- type: z.ZodUnion<[z.ZodLiteral<string>, z.ZodLiteral<string>, ...z.ZodLiteral<string>[]]>;
6078
+ 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", "referral", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
6099
6080
  readAt: z.ZodDate;
6100
6081
  metadata: z.ZodAny;
6101
6082
  platformId: z.ZodString;
@@ -6121,7 +6102,7 @@ export declare const instagramContract: {
6121
6102
  firstResponseTime: z.ZodNumber;
6122
6103
  isLatest: z.ZodBoolean;
6123
6104
  isBotRoom: z.ZodBoolean;
6124
- direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
6105
+ direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
6125
6106
  platformContact: z.ZodObject<{
6126
6107
  id: z.ZodString;
6127
6108
  createdAt: z.ZodDate;
@@ -7169,7 +7150,6 @@ export declare const instagramContract: {
7169
7150
  channelId: string;
7170
7151
  socialPlatformId: string;
7171
7152
  }>;
7172
- csatStatus: z.ZodNullable<z.ZodString>;
7173
7153
  actor: z.ZodObject<{
7174
7154
  id: z.ZodString;
7175
7155
  createdAt: z.ZodDate;
@@ -7648,7 +7628,6 @@ export declare const instagramContract: {
7648
7628
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
7649
7629
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
7650
7630
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
7651
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
7652
7631
  }, "strip", z.ZodTypeAny, {
7653
7632
  name: string;
7654
7633
  id: string;
@@ -7678,7 +7657,6 @@ export declare const instagramContract: {
7678
7657
  lineRichMenuId?: string | null | undefined;
7679
7658
  messengerIntegrationType?: "own" | "business" | undefined;
7680
7659
  facebookFeedIntegrationType?: "own" | "business" | undefined;
7681
- isCSATEnabled?: boolean | undefined;
7682
7660
  }, {
7683
7661
  name: string;
7684
7662
  id: string;
@@ -7708,7 +7686,6 @@ export declare const instagramContract: {
7708
7686
  lineRichMenuId?: string | null | undefined;
7709
7687
  messengerIntegrationType?: "own" | "business" | undefined;
7710
7688
  facebookFeedIntegrationType?: "own" | "business" | undefined;
7711
- isCSATEnabled?: boolean | undefined;
7712
7689
  }>;
7713
7690
  brandName: z.ZodString;
7714
7691
  platformId: z.ZodString;
@@ -7972,7 +7949,6 @@ export declare const instagramContract: {
7972
7949
  lineRichMenuId?: string | null | undefined;
7973
7950
  messengerIntegrationType?: "own" | "business" | undefined;
7974
7951
  facebookFeedIntegrationType?: "own" | "business" | undefined;
7975
- isCSATEnabled?: boolean | undefined;
7976
7952
  };
7977
7953
  status: boolean;
7978
7954
  createdAt: Date;
@@ -8067,7 +8043,6 @@ export declare const instagramContract: {
8067
8043
  lineRichMenuId?: string | null | undefined;
8068
8044
  messengerIntegrationType?: "own" | "business" | undefined;
8069
8045
  facebookFeedIntegrationType?: "own" | "business" | undefined;
8070
- isCSATEnabled?: boolean | undefined;
8071
8046
  };
8072
8047
  status: boolean;
8073
8048
  createdAt: Date;
@@ -8320,16 +8295,6 @@ export declare const instagramContract: {
8320
8295
  createdAt: Date;
8321
8296
  updatedAt: Date;
8322
8297
  deletedAt: Date | null;
8323
- tags: {
8324
- name: string;
8325
- id: string;
8326
- createdAt: Date;
8327
- updatedAt: Date;
8328
- deletedAt: Date | null;
8329
- }[];
8330
- callFrom: string | null;
8331
- callTo: string | null;
8332
- note: string | null;
8333
8298
  categories: {
8334
8299
  id: string;
8335
8300
  value: string;
@@ -8352,6 +8317,16 @@ export declare const instagramContract: {
8352
8317
  }[];
8353
8318
  }[];
8354
8319
  }[];
8320
+ tags: {
8321
+ name: string;
8322
+ id: string;
8323
+ createdAt: Date;
8324
+ updatedAt: Date;
8325
+ deletedAt: Date | null;
8326
+ }[];
8327
+ callFrom: string | null;
8328
+ callTo: string | null;
8329
+ note: string | null;
8355
8330
  customFields?: {
8356
8331
  id: string;
8357
8332
  createdAt: Date;
@@ -8371,16 +8346,6 @@ export declare const instagramContract: {
8371
8346
  createdAt: Date;
8372
8347
  updatedAt: Date;
8373
8348
  deletedAt: Date | null;
8374
- tags: {
8375
- name: string;
8376
- id: string;
8377
- createdAt: Date;
8378
- updatedAt: Date;
8379
- deletedAt: Date | null;
8380
- }[];
8381
- callFrom: string | null;
8382
- callTo: string | null;
8383
- note: string | null;
8384
8349
  categories: {
8385
8350
  id: string;
8386
8351
  value: string;
@@ -8403,6 +8368,16 @@ export declare const instagramContract: {
8403
8368
  }[];
8404
8369
  }[];
8405
8370
  }[];
8371
+ tags: {
8372
+ name: string;
8373
+ id: string;
8374
+ createdAt: Date;
8375
+ updatedAt: Date;
8376
+ deletedAt: Date | null;
8377
+ }[];
8378
+ callFrom: string | null;
8379
+ callTo: string | null;
8380
+ note: string | null;
8406
8381
  customFields?: {
8407
8382
  id: string;
8408
8383
  createdAt: Date;
@@ -8511,16 +8486,6 @@ export declare const instagramContract: {
8511
8486
  createdAt: Date;
8512
8487
  updatedAt: Date;
8513
8488
  deletedAt: Date | null;
8514
- tags: {
8515
- name: string;
8516
- id: string;
8517
- createdAt: Date;
8518
- updatedAt: Date;
8519
- deletedAt: Date | null;
8520
- }[];
8521
- callFrom: string | null;
8522
- callTo: string | null;
8523
- note: string | null;
8524
8489
  categories: {
8525
8490
  id: string;
8526
8491
  value: string;
@@ -8543,6 +8508,16 @@ export declare const instagramContract: {
8543
8508
  }[];
8544
8509
  }[];
8545
8510
  }[];
8511
+ tags: {
8512
+ name: string;
8513
+ id: string;
8514
+ createdAt: Date;
8515
+ updatedAt: Date;
8516
+ deletedAt: Date | null;
8517
+ }[];
8518
+ callFrom: string | null;
8519
+ callTo: string | null;
8520
+ note: string | null;
8546
8521
  customFields?: {
8547
8522
  id: string;
8548
8523
  createdAt: Date;
@@ -8601,16 +8576,6 @@ export declare const instagramContract: {
8601
8576
  createdAt: Date;
8602
8577
  updatedAt: Date;
8603
8578
  deletedAt: Date | null;
8604
- tags: {
8605
- name: string;
8606
- id: string;
8607
- createdAt: Date;
8608
- updatedAt: Date;
8609
- deletedAt: Date | null;
8610
- }[];
8611
- callFrom: string | null;
8612
- callTo: string | null;
8613
- note: string | null;
8614
8579
  categories: {
8615
8580
  id: string;
8616
8581
  value: string;
@@ -8633,6 +8598,16 @@ export declare const instagramContract: {
8633
8598
  }[];
8634
8599
  }[];
8635
8600
  }[];
8601
+ tags: {
8602
+ name: string;
8603
+ id: string;
8604
+ createdAt: Date;
8605
+ updatedAt: Date;
8606
+ deletedAt: Date | null;
8607
+ }[];
8608
+ callFrom: string | null;
8609
+ callTo: string | null;
8610
+ note: string | null;
8636
8611
  customFields?: {
8637
8612
  id: string;
8638
8613
  createdAt: Date;
@@ -8726,7 +8701,6 @@ export declare const instagramContract: {
8726
8701
  lineRichMenuId?: string | null | undefined;
8727
8702
  messengerIntegrationType?: "own" | "business" | undefined;
8728
8703
  facebookFeedIntegrationType?: "own" | "business" | undefined;
8729
- isCSATEnabled?: boolean | undefined;
8730
8704
  };
8731
8705
  status: boolean;
8732
8706
  createdAt: Date;
@@ -9018,7 +8992,6 @@ export declare const instagramContract: {
9018
8992
  closedAt: Date;
9019
8993
  lastMessageAt: Date | null;
9020
8994
  isBotRoom: boolean;
9021
- csatStatus: string | null;
9022
8995
  cxlog: {
9023
8996
  id: string;
9024
8997
  channel: string | null;
@@ -9046,16 +9019,6 @@ export declare const instagramContract: {
9046
9019
  createdAt: Date;
9047
9020
  updatedAt: Date;
9048
9021
  deletedAt: Date | null;
9049
- tags: {
9050
- name: string;
9051
- id: string;
9052
- createdAt: Date;
9053
- updatedAt: Date;
9054
- deletedAt: Date | null;
9055
- }[];
9056
- callFrom: string | null;
9057
- callTo: string | null;
9058
- note: string | null;
9059
9022
  categories: {
9060
9023
  id: string;
9061
9024
  value: string;
@@ -9078,6 +9041,16 @@ export declare const instagramContract: {
9078
9041
  }[];
9079
9042
  }[];
9080
9043
  }[];
9044
+ tags: {
9045
+ name: string;
9046
+ id: string;
9047
+ createdAt: Date;
9048
+ updatedAt: Date;
9049
+ deletedAt: Date | null;
9050
+ }[];
9051
+ callFrom: string | null;
9052
+ callTo: string | null;
9053
+ note: string | null;
9081
9054
  customFields?: {
9082
9055
  id: string;
9083
9056
  createdAt: Date;
@@ -9155,7 +9128,6 @@ export declare const instagramContract: {
9155
9128
  lineRichMenuId?: string | null | undefined;
9156
9129
  messengerIntegrationType?: "own" | "business" | undefined;
9157
9130
  facebookFeedIntegrationType?: "own" | "business" | undefined;
9158
- isCSATEnabled?: boolean | undefined;
9159
9131
  };
9160
9132
  status: boolean;
9161
9133
  createdAt: Date;
@@ -9447,7 +9419,6 @@ export declare const instagramContract: {
9447
9419
  closedAt: Date;
9448
9420
  lastMessageAt: Date | null;
9449
9421
  isBotRoom: boolean;
9450
- csatStatus: string | null;
9451
9422
  cxlog: {
9452
9423
  id: string;
9453
9424
  channel: string | null;
@@ -9475,16 +9446,6 @@ export declare const instagramContract: {
9475
9446
  createdAt: Date;
9476
9447
  updatedAt: Date;
9477
9448
  deletedAt: Date | null;
9478
- tags: {
9479
- name: string;
9480
- id: string;
9481
- createdAt: Date;
9482
- updatedAt: Date;
9483
- deletedAt: Date | null;
9484
- }[];
9485
- callFrom: string | null;
9486
- callTo: string | null;
9487
- note: string | null;
9488
9449
  categories: {
9489
9450
  id: string;
9490
9451
  value: string;
@@ -9507,6 +9468,16 @@ export declare const instagramContract: {
9507
9468
  }[];
9508
9469
  }[];
9509
9470
  }[];
9471
+ tags: {
9472
+ name: string;
9473
+ id: string;
9474
+ createdAt: Date;
9475
+ updatedAt: Date;
9476
+ deletedAt: Date | null;
9477
+ }[];
9478
+ callFrom: string | null;
9479
+ callTo: string | null;
9480
+ note: string | null;
9510
9481
  customFields?: {
9511
9482
  id: string;
9512
9483
  createdAt: Date;
@@ -9590,8 +9561,8 @@ export declare const instagramContract: {
9590
9561
  updatedAt: z.ZodDate;
9591
9562
  deletedAt: z.ZodNullable<z.ZodDate>;
9592
9563
  message: z.ZodString;
9593
- direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
9594
- type: z.ZodUnion<[z.ZodLiteral<string>, z.ZodLiteral<string>, ...z.ZodLiteral<string>[]]>;
9564
+ 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", "referral", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
9595
9566
  readAt: z.ZodDate;
9596
9567
  metadata: z.ZodAny;
9597
9568
  platformId: z.ZodString;
@@ -10249,7 +10220,7 @@ export declare const instagramContract: {
10249
10220
  };
10250
10221
  }>;
10251
10222
  }, "strip", z.ZodTypeAny, {
10252
- type: string;
10223
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
10253
10224
  message: string;
10254
10225
  id: string;
10255
10226
  url: string;
@@ -10411,7 +10382,7 @@ export declare const instagramContract: {
10411
10382
  metadata?: any;
10412
10383
  template?: any;
10413
10384
  }, {
10414
- type: string;
10385
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
10415
10386
  message: string;
10416
10387
  id: string;
10417
10388
  url: string;
@@ -11213,7 +11184,7 @@ export declare const instagramContract: {
11213
11184
  editedMessageid: z.ZodString;
11214
11185
  label: z.ZodOptional<z.ZodString>;
11215
11186
  }, "strip", z.ZodTypeAny, {
11216
- type: string;
11187
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
11217
11188
  message: string;
11218
11189
  id: string;
11219
11190
  url: string;
@@ -11357,7 +11328,6 @@ export declare const instagramContract: {
11357
11328
  lineRichMenuId?: string | null | undefined;
11358
11329
  messengerIntegrationType?: "own" | "business" | undefined;
11359
11330
  facebookFeedIntegrationType?: "own" | "business" | undefined;
11360
- isCSATEnabled?: boolean | undefined;
11361
11331
  };
11362
11332
  status: boolean;
11363
11333
  createdAt: Date;
@@ -11649,7 +11619,6 @@ export declare const instagramContract: {
11649
11619
  closedAt: Date;
11650
11620
  lastMessageAt: Date | null;
11651
11621
  isBotRoom: boolean;
11652
- csatStatus: string | null;
11653
11622
  cxlog: {
11654
11623
  id: string;
11655
11624
  channel: string | null;
@@ -11677,16 +11646,6 @@ export declare const instagramContract: {
11677
11646
  createdAt: Date;
11678
11647
  updatedAt: Date;
11679
11648
  deletedAt: Date | null;
11680
- tags: {
11681
- name: string;
11682
- id: string;
11683
- createdAt: Date;
11684
- updatedAt: Date;
11685
- deletedAt: Date | null;
11686
- }[];
11687
- callFrom: string | null;
11688
- callTo: string | null;
11689
- note: string | null;
11690
11649
  categories: {
11691
11650
  id: string;
11692
11651
  value: string;
@@ -11709,6 +11668,16 @@ export declare const instagramContract: {
11709
11668
  }[];
11710
11669
  }[];
11711
11670
  }[];
11671
+ tags: {
11672
+ name: string;
11673
+ id: string;
11674
+ createdAt: Date;
11675
+ updatedAt: Date;
11676
+ deletedAt: Date | null;
11677
+ }[];
11678
+ callFrom: string | null;
11679
+ callTo: string | null;
11680
+ note: string | null;
11712
11681
  customFields?: {
11713
11682
  id: string;
11714
11683
  createdAt: Date;
@@ -11768,7 +11737,7 @@ export declare const instagramContract: {
11768
11737
  previewUrl: string;
11769
11738
  imageSetId: string;
11770
11739
  repliedMessage: {
11771
- type: string;
11740
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
11772
11741
  message: string;
11773
11742
  id: string;
11774
11743
  url: string;
@@ -11979,7 +11948,7 @@ export declare const instagramContract: {
11979
11948
  template?: any;
11980
11949
  label?: string | undefined;
11981
11950
  }, {
11982
- type: string;
11951
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
11983
11952
  message: string;
11984
11953
  id: string;
11985
11954
  url: string;
@@ -12123,7 +12092,6 @@ export declare const instagramContract: {
12123
12092
  lineRichMenuId?: string | null | undefined;
12124
12093
  messengerIntegrationType?: "own" | "business" | undefined;
12125
12094
  facebookFeedIntegrationType?: "own" | "business" | undefined;
12126
- isCSATEnabled?: boolean | undefined;
12127
12095
  };
12128
12096
  status: boolean;
12129
12097
  createdAt: Date;
@@ -12415,7 +12383,6 @@ export declare const instagramContract: {
12415
12383
  closedAt: Date;
12416
12384
  lastMessageAt: Date | null;
12417
12385
  isBotRoom: boolean;
12418
- csatStatus: string | null;
12419
12386
  cxlog: {
12420
12387
  id: string;
12421
12388
  channel: string | null;
@@ -12443,16 +12410,6 @@ export declare const instagramContract: {
12443
12410
  createdAt: Date;
12444
12411
  updatedAt: Date;
12445
12412
  deletedAt: Date | null;
12446
- tags: {
12447
- name: string;
12448
- id: string;
12449
- createdAt: Date;
12450
- updatedAt: Date;
12451
- deletedAt: Date | null;
12452
- }[];
12453
- callFrom: string | null;
12454
- callTo: string | null;
12455
- note: string | null;
12456
12413
  categories: {
12457
12414
  id: string;
12458
12415
  value: string;
@@ -12475,6 +12432,16 @@ export declare const instagramContract: {
12475
12432
  }[];
12476
12433
  }[];
12477
12434
  }[];
12435
+ tags: {
12436
+ name: string;
12437
+ id: string;
12438
+ createdAt: Date;
12439
+ updatedAt: Date;
12440
+ deletedAt: Date | null;
12441
+ }[];
12442
+ callFrom: string | null;
12443
+ callTo: string | null;
12444
+ note: string | null;
12478
12445
  customFields?: {
12479
12446
  id: string;
12480
12447
  createdAt: Date;
@@ -12534,7 +12501,7 @@ export declare const instagramContract: {
12534
12501
  previewUrl: string;
12535
12502
  imageSetId: string;
12536
12503
  repliedMessage: {
12537
- type: string;
12504
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
12538
12505
  message: string;
12539
12506
  id: string;
12540
12507
  url: string;
@@ -12746,7 +12713,7 @@ export declare const instagramContract: {
12746
12713
  label?: string | undefined;
12747
12714
  }>>>;
12748
12715
  }, "strip", z.ZodTypeAny, {
12749
- type: string;
12716
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
12750
12717
  message: string;
12751
12718
  id: string;
12752
12719
  url: string;
@@ -12890,7 +12857,6 @@ export declare const instagramContract: {
12890
12857
  lineRichMenuId?: string | null | undefined;
12891
12858
  messengerIntegrationType?: "own" | "business" | undefined;
12892
12859
  facebookFeedIntegrationType?: "own" | "business" | undefined;
12893
- isCSATEnabled?: boolean | undefined;
12894
12860
  };
12895
12861
  status: boolean;
12896
12862
  createdAt: Date;
@@ -13182,7 +13148,6 @@ export declare const instagramContract: {
13182
13148
  closedAt: Date;
13183
13149
  lastMessageAt: Date | null;
13184
13150
  isBotRoom: boolean;
13185
- csatStatus: string | null;
13186
13151
  cxlog: {
13187
13152
  id: string;
13188
13153
  channel: string | null;
@@ -13210,16 +13175,6 @@ export declare const instagramContract: {
13210
13175
  createdAt: Date;
13211
13176
  updatedAt: Date;
13212
13177
  deletedAt: Date | null;
13213
- tags: {
13214
- name: string;
13215
- id: string;
13216
- createdAt: Date;
13217
- updatedAt: Date;
13218
- deletedAt: Date | null;
13219
- }[];
13220
- callFrom: string | null;
13221
- callTo: string | null;
13222
- note: string | null;
13223
13178
  categories: {
13224
13179
  id: string;
13225
13180
  value: string;
@@ -13242,6 +13197,16 @@ export declare const instagramContract: {
13242
13197
  }[];
13243
13198
  }[];
13244
13199
  }[];
13200
+ tags: {
13201
+ name: string;
13202
+ id: string;
13203
+ createdAt: Date;
13204
+ updatedAt: Date;
13205
+ deletedAt: Date | null;
13206
+ }[];
13207
+ callFrom: string | null;
13208
+ callTo: string | null;
13209
+ note: string | null;
13245
13210
  customFields?: {
13246
13211
  id: string;
13247
13212
  createdAt: Date;
@@ -13301,7 +13266,7 @@ export declare const instagramContract: {
13301
13266
  previewUrl: string;
13302
13267
  imageSetId: string;
13303
13268
  repliedMessage: {
13304
- type: string;
13269
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
13305
13270
  message: string;
13306
13271
  id: string;
13307
13272
  url: string;
@@ -13512,7 +13477,7 @@ export declare const instagramContract: {
13512
13477
  template?: any;
13513
13478
  metadata?: any;
13514
13479
  fromMessage?: {
13515
- type: string;
13480
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
13516
13481
  message: string;
13517
13482
  id: string;
13518
13483
  url: string;
@@ -13656,7 +13621,6 @@ export declare const instagramContract: {
13656
13621
  lineRichMenuId?: string | null | undefined;
13657
13622
  messengerIntegrationType?: "own" | "business" | undefined;
13658
13623
  facebookFeedIntegrationType?: "own" | "business" | undefined;
13659
- isCSATEnabled?: boolean | undefined;
13660
13624
  };
13661
13625
  status: boolean;
13662
13626
  createdAt: Date;
@@ -13948,7 +13912,6 @@ export declare const instagramContract: {
13948
13912
  closedAt: Date;
13949
13913
  lastMessageAt: Date | null;
13950
13914
  isBotRoom: boolean;
13951
- csatStatus: string | null;
13952
13915
  cxlog: {
13953
13916
  id: string;
13954
13917
  channel: string | null;
@@ -13976,16 +13939,6 @@ export declare const instagramContract: {
13976
13939
  createdAt: Date;
13977
13940
  updatedAt: Date;
13978
13941
  deletedAt: Date | null;
13979
- tags: {
13980
- name: string;
13981
- id: string;
13982
- createdAt: Date;
13983
- updatedAt: Date;
13984
- deletedAt: Date | null;
13985
- }[];
13986
- callFrom: string | null;
13987
- callTo: string | null;
13988
- note: string | null;
13989
13942
  categories: {
13990
13943
  id: string;
13991
13944
  value: string;
@@ -14008,6 +13961,16 @@ export declare const instagramContract: {
14008
13961
  }[];
14009
13962
  }[];
14010
13963
  }[];
13964
+ tags: {
13965
+ name: string;
13966
+ id: string;
13967
+ createdAt: Date;
13968
+ updatedAt: Date;
13969
+ deletedAt: Date | null;
13970
+ }[];
13971
+ callFrom: string | null;
13972
+ callTo: string | null;
13973
+ note: string | null;
14011
13974
  customFields?: {
14012
13975
  id: string;
14013
13976
  createdAt: Date;
@@ -14067,7 +14030,7 @@ export declare const instagramContract: {
14067
14030
  previewUrl: string;
14068
14031
  imageSetId: string;
14069
14032
  repliedMessage: {
14070
- type: string;
14033
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
14071
14034
  message: string;
14072
14035
  id: string;
14073
14036
  url: string;
@@ -14279,7 +14242,7 @@ export declare const instagramContract: {
14279
14242
  label?: string | undefined;
14280
14243
  } | null | undefined;
14281
14244
  }, {
14282
- type: string;
14245
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
14283
14246
  message: string;
14284
14247
  id: string;
14285
14248
  url: string;
@@ -14423,7 +14386,6 @@ export declare const instagramContract: {
14423
14386
  lineRichMenuId?: string | null | undefined;
14424
14387
  messengerIntegrationType?: "own" | "business" | undefined;
14425
14388
  facebookFeedIntegrationType?: "own" | "business" | undefined;
14426
- isCSATEnabled?: boolean | undefined;
14427
14389
  };
14428
14390
  status: boolean;
14429
14391
  createdAt: Date;
@@ -14715,7 +14677,6 @@ export declare const instagramContract: {
14715
14677
  closedAt: Date;
14716
14678
  lastMessageAt: Date | null;
14717
14679
  isBotRoom: boolean;
14718
- csatStatus: string | null;
14719
14680
  cxlog: {
14720
14681
  id: string;
14721
14682
  channel: string | null;
@@ -14743,16 +14704,6 @@ export declare const instagramContract: {
14743
14704
  createdAt: Date;
14744
14705
  updatedAt: Date;
14745
14706
  deletedAt: Date | null;
14746
- tags: {
14747
- name: string;
14748
- id: string;
14749
- createdAt: Date;
14750
- updatedAt: Date;
14751
- deletedAt: Date | null;
14752
- }[];
14753
- callFrom: string | null;
14754
- callTo: string | null;
14755
- note: string | null;
14756
14707
  categories: {
14757
14708
  id: string;
14758
14709
  value: string;
@@ -14775,6 +14726,16 @@ export declare const instagramContract: {
14775
14726
  }[];
14776
14727
  }[];
14777
14728
  }[];
14729
+ tags: {
14730
+ name: string;
14731
+ id: string;
14732
+ createdAt: Date;
14733
+ updatedAt: Date;
14734
+ deletedAt: Date | null;
14735
+ }[];
14736
+ callFrom: string | null;
14737
+ callTo: string | null;
14738
+ note: string | null;
14778
14739
  customFields?: {
14779
14740
  id: string;
14780
14741
  createdAt: Date;
@@ -14834,7 +14795,7 @@ export declare const instagramContract: {
14834
14795
  previewUrl: string;
14835
14796
  imageSetId: string;
14836
14797
  repliedMessage: {
14837
- type: string;
14798
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
14838
14799
  message: string;
14839
14800
  id: string;
14840
14801
  url: string;
@@ -15045,7 +15006,7 @@ export declare const instagramContract: {
15045
15006
  template?: any;
15046
15007
  metadata?: any;
15047
15008
  fromMessage?: {
15048
- type: string;
15009
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
15049
15010
  message: string;
15050
15011
  id: string;
15051
15012
  url: string;
@@ -15189,7 +15150,6 @@ export declare const instagramContract: {
15189
15150
  lineRichMenuId?: string | null | undefined;
15190
15151
  messengerIntegrationType?: "own" | "business" | undefined;
15191
15152
  facebookFeedIntegrationType?: "own" | "business" | undefined;
15192
- isCSATEnabled?: boolean | undefined;
15193
15153
  };
15194
15154
  status: boolean;
15195
15155
  createdAt: Date;
@@ -15481,7 +15441,6 @@ export declare const instagramContract: {
15481
15441
  closedAt: Date;
15482
15442
  lastMessageAt: Date | null;
15483
15443
  isBotRoom: boolean;
15484
- csatStatus: string | null;
15485
15444
  cxlog: {
15486
15445
  id: string;
15487
15446
  channel: string | null;
@@ -15509,16 +15468,6 @@ export declare const instagramContract: {
15509
15468
  createdAt: Date;
15510
15469
  updatedAt: Date;
15511
15470
  deletedAt: Date | null;
15512
- tags: {
15513
- name: string;
15514
- id: string;
15515
- createdAt: Date;
15516
- updatedAt: Date;
15517
- deletedAt: Date | null;
15518
- }[];
15519
- callFrom: string | null;
15520
- callTo: string | null;
15521
- note: string | null;
15522
15471
  categories: {
15523
15472
  id: string;
15524
15473
  value: string;
@@ -15541,6 +15490,16 @@ export declare const instagramContract: {
15541
15490
  }[];
15542
15491
  }[];
15543
15492
  }[];
15493
+ tags: {
15494
+ name: string;
15495
+ id: string;
15496
+ createdAt: Date;
15497
+ updatedAt: Date;
15498
+ deletedAt: Date | null;
15499
+ }[];
15500
+ callFrom: string | null;
15501
+ callTo: string | null;
15502
+ note: string | null;
15544
15503
  customFields?: {
15545
15504
  id: string;
15546
15505
  createdAt: Date;
@@ -15600,7 +15559,7 @@ export declare const instagramContract: {
15600
15559
  previewUrl: string;
15601
15560
  imageSetId: string;
15602
15561
  repliedMessage: {
15603
- type: string;
15562
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
15604
15563
  message: string;
15605
15564
  id: string;
15606
15565
  url: string;
@@ -15814,7 +15773,7 @@ export declare const instagramContract: {
15814
15773
  }>;
15815
15774
  }, "strip", z.ZodTypeAny, {
15816
15775
  data: {
15817
- type: string;
15776
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
15818
15777
  message: string;
15819
15778
  id: string;
15820
15779
  url: string;
@@ -15958,7 +15917,6 @@ export declare const instagramContract: {
15958
15917
  lineRichMenuId?: string | null | undefined;
15959
15918
  messengerIntegrationType?: "own" | "business" | undefined;
15960
15919
  facebookFeedIntegrationType?: "own" | "business" | undefined;
15961
- isCSATEnabled?: boolean | undefined;
15962
15920
  };
15963
15921
  status: boolean;
15964
15922
  createdAt: Date;
@@ -16250,7 +16208,6 @@ export declare const instagramContract: {
16250
16208
  closedAt: Date;
16251
16209
  lastMessageAt: Date | null;
16252
16210
  isBotRoom: boolean;
16253
- csatStatus: string | null;
16254
16211
  cxlog: {
16255
16212
  id: string;
16256
16213
  channel: string | null;
@@ -16278,16 +16235,6 @@ export declare const instagramContract: {
16278
16235
  createdAt: Date;
16279
16236
  updatedAt: Date;
16280
16237
  deletedAt: Date | null;
16281
- tags: {
16282
- name: string;
16283
- id: string;
16284
- createdAt: Date;
16285
- updatedAt: Date;
16286
- deletedAt: Date | null;
16287
- }[];
16288
- callFrom: string | null;
16289
- callTo: string | null;
16290
- note: string | null;
16291
16238
  categories: {
16292
16239
  id: string;
16293
16240
  value: string;
@@ -16310,6 +16257,16 @@ export declare const instagramContract: {
16310
16257
  }[];
16311
16258
  }[];
16312
16259
  }[];
16260
+ tags: {
16261
+ name: string;
16262
+ id: string;
16263
+ createdAt: Date;
16264
+ updatedAt: Date;
16265
+ deletedAt: Date | null;
16266
+ }[];
16267
+ callFrom: string | null;
16268
+ callTo: string | null;
16269
+ note: string | null;
16313
16270
  customFields?: {
16314
16271
  id: string;
16315
16272
  createdAt: Date;
@@ -16369,7 +16326,7 @@ export declare const instagramContract: {
16369
16326
  previewUrl: string;
16370
16327
  imageSetId: string;
16371
16328
  repliedMessage: {
16372
- type: string;
16329
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
16373
16330
  message: string;
16374
16331
  id: string;
16375
16332
  url: string;
@@ -16580,7 +16537,7 @@ export declare const instagramContract: {
16580
16537
  template?: any;
16581
16538
  metadata?: any;
16582
16539
  fromMessage?: {
16583
- type: string;
16540
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
16584
16541
  message: string;
16585
16542
  id: string;
16586
16543
  url: string;
@@ -16724,7 +16681,6 @@ export declare const instagramContract: {
16724
16681
  lineRichMenuId?: string | null | undefined;
16725
16682
  messengerIntegrationType?: "own" | "business" | undefined;
16726
16683
  facebookFeedIntegrationType?: "own" | "business" | undefined;
16727
- isCSATEnabled?: boolean | undefined;
16728
16684
  };
16729
16685
  status: boolean;
16730
16686
  createdAt: Date;
@@ -17016,7 +16972,6 @@ export declare const instagramContract: {
17016
16972
  closedAt: Date;
17017
16973
  lastMessageAt: Date | null;
17018
16974
  isBotRoom: boolean;
17019
- csatStatus: string | null;
17020
16975
  cxlog: {
17021
16976
  id: string;
17022
16977
  channel: string | null;
@@ -17044,16 +16999,6 @@ export declare const instagramContract: {
17044
16999
  createdAt: Date;
17045
17000
  updatedAt: Date;
17046
17001
  deletedAt: Date | null;
17047
- tags: {
17048
- name: string;
17049
- id: string;
17050
- createdAt: Date;
17051
- updatedAt: Date;
17052
- deletedAt: Date | null;
17053
- }[];
17054
- callFrom: string | null;
17055
- callTo: string | null;
17056
- note: string | null;
17057
17002
  categories: {
17058
17003
  id: string;
17059
17004
  value: string;
@@ -17076,6 +17021,16 @@ export declare const instagramContract: {
17076
17021
  }[];
17077
17022
  }[];
17078
17023
  }[];
17024
+ tags: {
17025
+ name: string;
17026
+ id: string;
17027
+ createdAt: Date;
17028
+ updatedAt: Date;
17029
+ deletedAt: Date | null;
17030
+ }[];
17031
+ callFrom: string | null;
17032
+ callTo: string | null;
17033
+ note: string | null;
17079
17034
  customFields?: {
17080
17035
  id: string;
17081
17036
  createdAt: Date;
@@ -17135,7 +17090,7 @@ export declare const instagramContract: {
17135
17090
  previewUrl: string;
17136
17091
  imageSetId: string;
17137
17092
  repliedMessage: {
17138
- type: string;
17093
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
17139
17094
  message: string;
17140
17095
  id: string;
17141
17096
  url: string;
@@ -17350,7 +17305,7 @@ export declare const instagramContract: {
17350
17305
  requestId: string;
17351
17306
  }, {
17352
17307
  data: {
17353
- type: string;
17308
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
17354
17309
  message: string;
17355
17310
  id: string;
17356
17311
  url: string;
@@ -17494,7 +17449,6 @@ export declare const instagramContract: {
17494
17449
  lineRichMenuId?: string | null | undefined;
17495
17450
  messengerIntegrationType?: "own" | "business" | undefined;
17496
17451
  facebookFeedIntegrationType?: "own" | "business" | undefined;
17497
- isCSATEnabled?: boolean | undefined;
17498
17452
  };
17499
17453
  status: boolean;
17500
17454
  createdAt: Date;
@@ -17786,7 +17740,6 @@ export declare const instagramContract: {
17786
17740
  closedAt: Date;
17787
17741
  lastMessageAt: Date | null;
17788
17742
  isBotRoom: boolean;
17789
- csatStatus: string | null;
17790
17743
  cxlog: {
17791
17744
  id: string;
17792
17745
  channel: string | null;
@@ -17814,16 +17767,6 @@ export declare const instagramContract: {
17814
17767
  createdAt: Date;
17815
17768
  updatedAt: Date;
17816
17769
  deletedAt: Date | null;
17817
- tags: {
17818
- name: string;
17819
- id: string;
17820
- createdAt: Date;
17821
- updatedAt: Date;
17822
- deletedAt: Date | null;
17823
- }[];
17824
- callFrom: string | null;
17825
- callTo: string | null;
17826
- note: string | null;
17827
17770
  categories: {
17828
17771
  id: string;
17829
17772
  value: string;
@@ -17846,6 +17789,16 @@ export declare const instagramContract: {
17846
17789
  }[];
17847
17790
  }[];
17848
17791
  }[];
17792
+ tags: {
17793
+ name: string;
17794
+ id: string;
17795
+ createdAt: Date;
17796
+ updatedAt: Date;
17797
+ deletedAt: Date | null;
17798
+ }[];
17799
+ callFrom: string | null;
17800
+ callTo: string | null;
17801
+ note: string | null;
17849
17802
  customFields?: {
17850
17803
  id: string;
17851
17804
  createdAt: Date;
@@ -17905,7 +17858,7 @@ export declare const instagramContract: {
17905
17858
  previewUrl: string;
17906
17859
  imageSetId: string;
17907
17860
  repliedMessage: {
17908
- type: string;
17861
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
17909
17862
  message: string;
17910
17863
  id: string;
17911
17864
  url: string;
@@ -18116,7 +18069,7 @@ export declare const instagramContract: {
18116
18069
  template?: any;
18117
18070
  metadata?: any;
18118
18071
  fromMessage?: {
18119
- type: string;
18072
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
18120
18073
  message: string;
18121
18074
  id: string;
18122
18075
  url: string;
@@ -18260,7 +18213,6 @@ export declare const instagramContract: {
18260
18213
  lineRichMenuId?: string | null | undefined;
18261
18214
  messengerIntegrationType?: "own" | "business" | undefined;
18262
18215
  facebookFeedIntegrationType?: "own" | "business" | undefined;
18263
- isCSATEnabled?: boolean | undefined;
18264
18216
  };
18265
18217
  status: boolean;
18266
18218
  createdAt: Date;
@@ -18552,7 +18504,6 @@ export declare const instagramContract: {
18552
18504
  closedAt: Date;
18553
18505
  lastMessageAt: Date | null;
18554
18506
  isBotRoom: boolean;
18555
- csatStatus: string | null;
18556
18507
  cxlog: {
18557
18508
  id: string;
18558
18509
  channel: string | null;
@@ -18580,16 +18531,6 @@ export declare const instagramContract: {
18580
18531
  createdAt: Date;
18581
18532
  updatedAt: Date;
18582
18533
  deletedAt: Date | null;
18583
- tags: {
18584
- name: string;
18585
- id: string;
18586
- createdAt: Date;
18587
- updatedAt: Date;
18588
- deletedAt: Date | null;
18589
- }[];
18590
- callFrom: string | null;
18591
- callTo: string | null;
18592
- note: string | null;
18593
18534
  categories: {
18594
18535
  id: string;
18595
18536
  value: string;
@@ -18612,6 +18553,16 @@ export declare const instagramContract: {
18612
18553
  }[];
18613
18554
  }[];
18614
18555
  }[];
18556
+ tags: {
18557
+ name: string;
18558
+ id: string;
18559
+ createdAt: Date;
18560
+ updatedAt: Date;
18561
+ deletedAt: Date | null;
18562
+ }[];
18563
+ callFrom: string | null;
18564
+ callTo: string | null;
18565
+ note: string | null;
18615
18566
  customFields?: {
18616
18567
  id: string;
18617
18568
  createdAt: Date;
@@ -18671,7 +18622,7 @@ export declare const instagramContract: {
18671
18622
  previewUrl: string;
18672
18623
  imageSetId: string;
18673
18624
  repliedMessage: {
18674
- type: string;
18625
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
18675
18626
  message: string;
18676
18627
  id: string;
18677
18628
  url: string;
@@ -18966,7 +18917,6 @@ export declare const instagramContract: {
18966
18917
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
18967
18918
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
18968
18919
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
18969
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
18970
18920
  }, "strip", z.ZodTypeAny, {
18971
18921
  name: string;
18972
18922
  id: string;
@@ -18996,7 +18946,6 @@ export declare const instagramContract: {
18996
18946
  lineRichMenuId?: string | null | undefined;
18997
18947
  messengerIntegrationType?: "own" | "business" | undefined;
18998
18948
  facebookFeedIntegrationType?: "own" | "business" | undefined;
18999
- isCSATEnabled?: boolean | undefined;
19000
18949
  }, {
19001
18950
  name: string;
19002
18951
  id: string;
@@ -19026,7 +18975,6 @@ export declare const instagramContract: {
19026
18975
  lineRichMenuId?: string | null | undefined;
19027
18976
  messengerIntegrationType?: "own" | "business" | undefined;
19028
18977
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19029
- isCSATEnabled?: boolean | undefined;
19030
18978
  }>>;
19031
18979
  platformId: z.ZodOptional<z.ZodString>;
19032
18980
  brandName: z.ZodOptional<z.ZodString>;
@@ -19086,7 +19034,6 @@ export declare const instagramContract: {
19086
19034
  lineRichMenuId?: string | null | undefined;
19087
19035
  messengerIntegrationType?: "own" | "business" | undefined;
19088
19036
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19089
- isCSATEnabled?: boolean | undefined;
19090
19037
  } | undefined;
19091
19038
  platformId?: string | undefined;
19092
19039
  brandName?: string | undefined;
@@ -19134,7 +19081,6 @@ export declare const instagramContract: {
19134
19081
  lineRichMenuId?: string | null | undefined;
19135
19082
  messengerIntegrationType?: "own" | "business" | undefined;
19136
19083
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19137
- isCSATEnabled?: boolean | undefined;
19138
19084
  } | undefined;
19139
19085
  platformId?: string | undefined;
19140
19086
  brandName?: string | undefined;
@@ -19221,7 +19167,6 @@ export declare const instagramContract: {
19221
19167
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
19222
19168
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
19223
19169
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
19224
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
19225
19170
  }, "strip", z.ZodTypeAny, {
19226
19171
  name: string;
19227
19172
  id: string;
@@ -19251,7 +19196,6 @@ export declare const instagramContract: {
19251
19196
  lineRichMenuId?: string | null | undefined;
19252
19197
  messengerIntegrationType?: "own" | "business" | undefined;
19253
19198
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19254
- isCSATEnabled?: boolean | undefined;
19255
19199
  }, {
19256
19200
  name: string;
19257
19201
  id: string;
@@ -19281,7 +19225,6 @@ export declare const instagramContract: {
19281
19225
  lineRichMenuId?: string | null | undefined;
19282
19226
  messengerIntegrationType?: "own" | "business" | undefined;
19283
19227
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19284
- isCSATEnabled?: boolean | undefined;
19285
19228
  }>;
19286
19229
  platformId: z.ZodString;
19287
19230
  brandName: z.ZodString;
@@ -19341,7 +19284,6 @@ export declare const instagramContract: {
19341
19284
  lineRichMenuId?: string | null | undefined;
19342
19285
  messengerIntegrationType?: "own" | "business" | undefined;
19343
19286
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19344
- isCSATEnabled?: boolean | undefined;
19345
19287
  };
19346
19288
  status: boolean;
19347
19289
  brandName: string;
@@ -19389,7 +19331,6 @@ export declare const instagramContract: {
19389
19331
  lineRichMenuId?: string | null | undefined;
19390
19332
  messengerIntegrationType?: "own" | "business" | undefined;
19391
19333
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19392
- isCSATEnabled?: boolean | undefined;
19393
19334
  };
19394
19335
  status: boolean;
19395
19336
  brandName: string;
@@ -19439,7 +19380,6 @@ export declare const instagramContract: {
19439
19380
  lineRichMenuId?: string | null | undefined;
19440
19381
  messengerIntegrationType?: "own" | "business" | undefined;
19441
19382
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19442
- isCSATEnabled?: boolean | undefined;
19443
19383
  };
19444
19384
  status: boolean;
19445
19385
  brandName: string;
@@ -19490,7 +19430,6 @@ export declare const instagramContract: {
19490
19430
  lineRichMenuId?: string | null | undefined;
19491
19431
  messengerIntegrationType?: "own" | "business" | undefined;
19492
19432
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19493
- isCSATEnabled?: boolean | undefined;
19494
19433
  };
19495
19434
  status: boolean;
19496
19435
  brandName: string;
@@ -19599,7 +19538,6 @@ export declare const instagramContract: {
19599
19538
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
19600
19539
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
19601
19540
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
19602
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
19603
19541
  }, "strip", z.ZodTypeAny, {
19604
19542
  name: string;
19605
19543
  id: string;
@@ -19629,7 +19567,6 @@ export declare const instagramContract: {
19629
19567
  lineRichMenuId?: string | null | undefined;
19630
19568
  messengerIntegrationType?: "own" | "business" | undefined;
19631
19569
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19632
- isCSATEnabled?: boolean | undefined;
19633
19570
  }, {
19634
19571
  name: string;
19635
19572
  id: string;
@@ -19659,7 +19596,6 @@ export declare const instagramContract: {
19659
19596
  lineRichMenuId?: string | null | undefined;
19660
19597
  messengerIntegrationType?: "own" | "business" | undefined;
19661
19598
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19662
- isCSATEnabled?: boolean | undefined;
19663
19599
  }>>;
19664
19600
  platformId: z.ZodOptional<z.ZodString>;
19665
19601
  brandName: z.ZodOptional<z.ZodString>;
@@ -19719,7 +19655,6 @@ export declare const instagramContract: {
19719
19655
  lineRichMenuId?: string | null | undefined;
19720
19656
  messengerIntegrationType?: "own" | "business" | undefined;
19721
19657
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19722
- isCSATEnabled?: boolean | undefined;
19723
19658
  } | undefined;
19724
19659
  platformId?: string | undefined;
19725
19660
  brandName?: string | undefined;
@@ -19767,7 +19702,6 @@ export declare const instagramContract: {
19767
19702
  lineRichMenuId?: string | null | undefined;
19768
19703
  messengerIntegrationType?: "own" | "business" | undefined;
19769
19704
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19770
- isCSATEnabled?: boolean | undefined;
19771
19705
  } | undefined;
19772
19706
  platformId?: string | undefined;
19773
19707
  brandName?: string | undefined;
@@ -19854,7 +19788,6 @@ export declare const instagramContract: {
19854
19788
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
19855
19789
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
19856
19790
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
19857
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
19858
19791
  }, "strip", z.ZodTypeAny, {
19859
19792
  name: string;
19860
19793
  id: string;
@@ -19884,7 +19817,6 @@ export declare const instagramContract: {
19884
19817
  lineRichMenuId?: string | null | undefined;
19885
19818
  messengerIntegrationType?: "own" | "business" | undefined;
19886
19819
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19887
- isCSATEnabled?: boolean | undefined;
19888
19820
  }, {
19889
19821
  name: string;
19890
19822
  id: string;
@@ -19914,7 +19846,6 @@ export declare const instagramContract: {
19914
19846
  lineRichMenuId?: string | null | undefined;
19915
19847
  messengerIntegrationType?: "own" | "business" | undefined;
19916
19848
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19917
- isCSATEnabled?: boolean | undefined;
19918
19849
  }>;
19919
19850
  platformId: z.ZodString;
19920
19851
  brandName: z.ZodString;
@@ -19974,7 +19905,6 @@ export declare const instagramContract: {
19974
19905
  lineRichMenuId?: string | null | undefined;
19975
19906
  messengerIntegrationType?: "own" | "business" | undefined;
19976
19907
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19977
- isCSATEnabled?: boolean | undefined;
19978
19908
  };
19979
19909
  status: boolean;
19980
19910
  brandName: string;
@@ -20022,7 +19952,6 @@ export declare const instagramContract: {
20022
19952
  lineRichMenuId?: string | null | undefined;
20023
19953
  messengerIntegrationType?: "own" | "business" | undefined;
20024
19954
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20025
- isCSATEnabled?: boolean | undefined;
20026
19955
  };
20027
19956
  status: boolean;
20028
19957
  brandName: string;
@@ -20072,7 +20001,6 @@ export declare const instagramContract: {
20072
20001
  lineRichMenuId?: string | null | undefined;
20073
20002
  messengerIntegrationType?: "own" | "business" | undefined;
20074
20003
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20075
- isCSATEnabled?: boolean | undefined;
20076
20004
  };
20077
20005
  status: boolean;
20078
20006
  brandName: string;
@@ -20123,7 +20051,6 @@ export declare const instagramContract: {
20123
20051
  lineRichMenuId?: string | null | undefined;
20124
20052
  messengerIntegrationType?: "own" | "business" | undefined;
20125
20053
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20126
- isCSATEnabled?: boolean | undefined;
20127
20054
  };
20128
20055
  status: boolean;
20129
20056
  brandName: string;
@@ -20244,7 +20171,6 @@ export declare const instagramContract: {
20244
20171
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
20245
20172
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
20246
20173
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
20247
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
20248
20174
  }, "strip", z.ZodTypeAny, {
20249
20175
  name: string;
20250
20176
  id: string;
@@ -20274,7 +20200,6 @@ export declare const instagramContract: {
20274
20200
  lineRichMenuId?: string | null | undefined;
20275
20201
  messengerIntegrationType?: "own" | "business" | undefined;
20276
20202
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20277
- isCSATEnabled?: boolean | undefined;
20278
20203
  }, {
20279
20204
  name: string;
20280
20205
  id: string;
@@ -20304,7 +20229,6 @@ export declare const instagramContract: {
20304
20229
  lineRichMenuId?: string | null | undefined;
20305
20230
  messengerIntegrationType?: "own" | "business" | undefined;
20306
20231
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20307
- isCSATEnabled?: boolean | undefined;
20308
20232
  }>;
20309
20233
  platformId: z.ZodString;
20310
20234
  brandName: z.ZodString;
@@ -20364,7 +20288,6 @@ export declare const instagramContract: {
20364
20288
  lineRichMenuId?: string | null | undefined;
20365
20289
  messengerIntegrationType?: "own" | "business" | undefined;
20366
20290
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20367
- isCSATEnabled?: boolean | undefined;
20368
20291
  };
20369
20292
  status: boolean;
20370
20293
  brandName: string;
@@ -20412,7 +20335,6 @@ export declare const instagramContract: {
20412
20335
  lineRichMenuId?: string | null | undefined;
20413
20336
  messengerIntegrationType?: "own" | "business" | undefined;
20414
20337
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20415
- isCSATEnabled?: boolean | undefined;
20416
20338
  };
20417
20339
  status: boolean;
20418
20340
  brandName: string;
@@ -20462,7 +20384,6 @@ export declare const instagramContract: {
20462
20384
  lineRichMenuId?: string | null | undefined;
20463
20385
  messengerIntegrationType?: "own" | "business" | undefined;
20464
20386
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20465
- isCSATEnabled?: boolean | undefined;
20466
20387
  };
20467
20388
  status: boolean;
20468
20389
  brandName: string;
@@ -20513,7 +20434,6 @@ export declare const instagramContract: {
20513
20434
  lineRichMenuId?: string | null | undefined;
20514
20435
  messengerIntegrationType?: "own" | "business" | undefined;
20515
20436
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20516
- isCSATEnabled?: boolean | undefined;
20517
20437
  };
20518
20438
  status: boolean;
20519
20439
  brandName: string;
@@ -20634,7 +20554,6 @@ export declare const instagramContract: {
20634
20554
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
20635
20555
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
20636
20556
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
20637
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
20638
20557
  }, "strip", z.ZodTypeAny, {
20639
20558
  name: string;
20640
20559
  id: string;
@@ -20664,7 +20583,6 @@ export declare const instagramContract: {
20664
20583
  lineRichMenuId?: string | null | undefined;
20665
20584
  messengerIntegrationType?: "own" | "business" | undefined;
20666
20585
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20667
- isCSATEnabled?: boolean | undefined;
20668
20586
  }, {
20669
20587
  name: string;
20670
20588
  id: string;
@@ -20694,7 +20612,6 @@ export declare const instagramContract: {
20694
20612
  lineRichMenuId?: string | null | undefined;
20695
20613
  messengerIntegrationType?: "own" | "business" | undefined;
20696
20614
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20697
- isCSATEnabled?: boolean | undefined;
20698
20615
  }>;
20699
20616
  platformId: z.ZodString;
20700
20617
  brandName: z.ZodString;
@@ -20754,7 +20671,6 @@ export declare const instagramContract: {
20754
20671
  lineRichMenuId?: string | null | undefined;
20755
20672
  messengerIntegrationType?: "own" | "business" | undefined;
20756
20673
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20757
- isCSATEnabled?: boolean | undefined;
20758
20674
  };
20759
20675
  status: boolean;
20760
20676
  brandName: string;
@@ -20802,7 +20718,6 @@ export declare const instagramContract: {
20802
20718
  lineRichMenuId?: string | null | undefined;
20803
20719
  messengerIntegrationType?: "own" | "business" | undefined;
20804
20720
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20805
- isCSATEnabled?: boolean | undefined;
20806
20721
  };
20807
20722
  status: boolean;
20808
20723
  brandName: string;
@@ -20852,7 +20767,6 @@ export declare const instagramContract: {
20852
20767
  lineRichMenuId?: string | null | undefined;
20853
20768
  messengerIntegrationType?: "own" | "business" | undefined;
20854
20769
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20855
- isCSATEnabled?: boolean | undefined;
20856
20770
  };
20857
20771
  status: boolean;
20858
20772
  brandName: string;
@@ -20903,7 +20817,6 @@ export declare const instagramContract: {
20903
20817
  lineRichMenuId?: string | null | undefined;
20904
20818
  messengerIntegrationType?: "own" | "business" | undefined;
20905
20819
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20906
- isCSATEnabled?: boolean | undefined;
20907
20820
  };
20908
20821
  status: boolean;
20909
20822
  brandName: string;
@@ -21012,7 +20925,6 @@ export declare const instagramContract: {
21012
20925
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
21013
20926
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
21014
20927
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
21015
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
21016
20928
  }, "strip", z.ZodTypeAny, {
21017
20929
  name: string;
21018
20930
  id: string;
@@ -21042,7 +20954,6 @@ export declare const instagramContract: {
21042
20954
  lineRichMenuId?: string | null | undefined;
21043
20955
  messengerIntegrationType?: "own" | "business" | undefined;
21044
20956
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21045
- isCSATEnabled?: boolean | undefined;
21046
20957
  }, {
21047
20958
  name: string;
21048
20959
  id: string;
@@ -21072,7 +20983,6 @@ export declare const instagramContract: {
21072
20983
  lineRichMenuId?: string | null | undefined;
21073
20984
  messengerIntegrationType?: "own" | "business" | undefined;
21074
20985
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21075
- isCSATEnabled?: boolean | undefined;
21076
20986
  }>>;
21077
20987
  platformId: z.ZodOptional<z.ZodString>;
21078
20988
  brandName: z.ZodOptional<z.ZodString>;
@@ -21132,7 +21042,6 @@ export declare const instagramContract: {
21132
21042
  lineRichMenuId?: string | null | undefined;
21133
21043
  messengerIntegrationType?: "own" | "business" | undefined;
21134
21044
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21135
- isCSATEnabled?: boolean | undefined;
21136
21045
  } | undefined;
21137
21046
  platformId?: string | undefined;
21138
21047
  brandName?: string | undefined;
@@ -21180,7 +21089,6 @@ export declare const instagramContract: {
21180
21089
  lineRichMenuId?: string | null | undefined;
21181
21090
  messengerIntegrationType?: "own" | "business" | undefined;
21182
21091
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21183
- isCSATEnabled?: boolean | undefined;
21184
21092
  } | undefined;
21185
21093
  platformId?: string | undefined;
21186
21094
  brandName?: string | undefined;
@@ -21267,7 +21175,6 @@ export declare const instagramContract: {
21267
21175
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
21268
21176
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
21269
21177
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
21270
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
21271
21178
  }, "strip", z.ZodTypeAny, {
21272
21179
  name: string;
21273
21180
  id: string;
@@ -21297,7 +21204,6 @@ export declare const instagramContract: {
21297
21204
  lineRichMenuId?: string | null | undefined;
21298
21205
  messengerIntegrationType?: "own" | "business" | undefined;
21299
21206
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21300
- isCSATEnabled?: boolean | undefined;
21301
21207
  }, {
21302
21208
  name: string;
21303
21209
  id: string;
@@ -21327,7 +21233,6 @@ export declare const instagramContract: {
21327
21233
  lineRichMenuId?: string | null | undefined;
21328
21234
  messengerIntegrationType?: "own" | "business" | undefined;
21329
21235
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21330
- isCSATEnabled?: boolean | undefined;
21331
21236
  }>;
21332
21237
  platformId: z.ZodString;
21333
21238
  brandName: z.ZodString;
@@ -21387,7 +21292,6 @@ export declare const instagramContract: {
21387
21292
  lineRichMenuId?: string | null | undefined;
21388
21293
  messengerIntegrationType?: "own" | "business" | undefined;
21389
21294
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21390
- isCSATEnabled?: boolean | undefined;
21391
21295
  };
21392
21296
  status: boolean;
21393
21297
  brandName: string;
@@ -21435,7 +21339,6 @@ export declare const instagramContract: {
21435
21339
  lineRichMenuId?: string | null | undefined;
21436
21340
  messengerIntegrationType?: "own" | "business" | undefined;
21437
21341
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21438
- isCSATEnabled?: boolean | undefined;
21439
21342
  };
21440
21343
  status: boolean;
21441
21344
  brandName: string;
@@ -21485,7 +21388,6 @@ export declare const instagramContract: {
21485
21388
  lineRichMenuId?: string | null | undefined;
21486
21389
  messengerIntegrationType?: "own" | "business" | undefined;
21487
21390
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21488
- isCSATEnabled?: boolean | undefined;
21489
21391
  };
21490
21392
  status: boolean;
21491
21393
  brandName: string;
@@ -21536,7 +21438,6 @@ export declare const instagramContract: {
21536
21438
  lineRichMenuId?: string | null | undefined;
21537
21439
  messengerIntegrationType?: "own" | "business" | undefined;
21538
21440
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21539
- isCSATEnabled?: boolean | undefined;
21540
21441
  };
21541
21442
  status: boolean;
21542
21443
  brandName: string;