@kl1/contracts 1.2.63-uat → 1.2.65-uat

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 (74) hide show
  1. package/dist/api-contracts/src/channel/index.d.ts +1004 -5
  2. package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
  3. package/dist/api-contracts/src/channel/schema.d.ts +8 -0
  4. package/dist/api-contracts/src/channel/schema.d.ts.map +1 -1
  5. package/dist/api-contracts/src/channel/validation.d.ts +10 -0
  6. package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
  7. package/dist/api-contracts/src/chat/index.d.ts +515 -169
  8. package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
  9. package/dist/api-contracts/src/chat/schema.d.ts +124 -45
  10. package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
  11. package/dist/api-contracts/src/chat/validation.d.ts +151 -56
  12. package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
  13. package/dist/api-contracts/src/contract.d.ts +4046 -1361
  14. package/dist/api-contracts/src/contract.d.ts.map +1 -1
  15. package/dist/api-contracts/src/cx-log/index.d.ts +11 -0
  16. package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
  17. package/dist/api-contracts/src/cx-log/schema.d.ts +9 -0
  18. package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
  19. package/dist/api-contracts/src/dashboard/index.d.ts +290 -1
  20. package/dist/api-contracts/src/dashboard/index.d.ts.map +1 -1
  21. package/dist/api-contracts/src/dashboard/schema.d.ts +71 -0
  22. package/dist/api-contracts/src/dashboard/schema.d.ts.map +1 -1
  23. package/dist/api-contracts/src/facebook-feed/index.d.ts +165 -43
  24. package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
  25. package/dist/api-contracts/src/facebook-feed/schema.d.ts +10 -3
  26. package/dist/api-contracts/src/facebook-feed/schema.d.ts.map +1 -1
  27. package/dist/api-contracts/src/facebook-feed/validation.d.ts +5 -0
  28. package/dist/api-contracts/src/facebook-feed/validation.d.ts.map +1 -1
  29. package/dist/api-contracts/src/instagram/index.d.ts +132 -33
  30. package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
  31. package/dist/api-contracts/src/line/index.d.ts +131 -40
  32. package/dist/api-contracts/src/line/index.d.ts.map +1 -1
  33. package/dist/api-contracts/src/line/validation.d.ts +14 -5
  34. package/dist/api-contracts/src/line/validation.d.ts.map +1 -1
  35. package/dist/api-contracts/src/messenger/index.d.ts +132 -33
  36. package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
  37. package/dist/api-contracts/src/messenger/validation.d.ts +5 -0
  38. package/dist/api-contracts/src/messenger/validation.d.ts.map +1 -1
  39. package/dist/api-contracts/src/presence-status/index.d.ts +74 -50
  40. package/dist/api-contracts/src/presence-status/index.d.ts.map +1 -1
  41. package/dist/api-contracts/src/presence-status/schema.d.ts +11 -8
  42. package/dist/api-contracts/src/presence-status/schema.d.ts.map +1 -1
  43. package/dist/api-contracts/src/presence-status/validation.d.ts +18 -12
  44. package/dist/api-contracts/src/presence-status/validation.d.ts.map +1 -1
  45. package/dist/api-contracts/src/sms/index.d.ts +42 -5
  46. package/dist/api-contracts/src/sms/index.d.ts.map +1 -1
  47. package/dist/api-contracts/src/telegram/index.d.ts +110 -33
  48. package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
  49. package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +36 -439
  50. package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts.map +1 -1
  51. package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +15 -13
  52. package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts.map +1 -1
  53. package/dist/api-contracts/src/telephony-agent-presence-status/validation.d.ts +0 -3
  54. package/dist/api-contracts/src/telephony-agent-presence-status/validation.d.ts.map +1 -1
  55. package/dist/api-contracts/src/user-presence-status-log/index.d.ts +24 -16
  56. package/dist/api-contracts/src/user-presence-status-log/index.d.ts.map +1 -1
  57. package/dist/api-contracts/src/user-presence-status-log/schema.d.ts +30 -20
  58. package/dist/api-contracts/src/user-presence-status-log/schema.d.ts.map +1 -1
  59. package/dist/api-contracts/src/viber/index.d.ts +110 -33
  60. package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
  61. package/dist/api-contracts/src/webchat/index.d.ts +110 -33
  62. package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
  63. package/dist/api-contracts/src/whatsapp/index.d.ts +167 -39
  64. package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
  65. package/dist/api-contracts/src/whatsapp/validation.d.ts +3 -3
  66. package/dist/api-contracts/src/workflow-rule/index.d.ts +58 -12
  67. package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
  68. package/dist/entities/src/enums/chat.d.ts +12 -0
  69. package/dist/entities/src/enums/chat.d.ts.map +1 -1
  70. package/dist/index.js +1615 -1507
  71. package/dist/index.js.map +1 -1
  72. package/dist/index.mjs +1615 -1507
  73. package/dist/index.mjs.map +1 -1
  74. package/package.json +1 -1
@@ -95,6 +95,7 @@ export declare const channelContract: {
95
95
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
96
96
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
97
97
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
98
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
98
99
  }, "strip", z.ZodTypeAny, {
99
100
  name: string;
100
101
  id: string;
@@ -124,6 +125,7 @@ export declare const channelContract: {
124
125
  lineRichMenuId?: string | null | undefined;
125
126
  messengerIntegrationType?: "own" | "business" | undefined;
126
127
  facebookFeedIntegrationType?: "own" | "business" | undefined;
128
+ isCSATEnabled?: boolean | undefined;
127
129
  }, {
128
130
  name: string;
129
131
  id: string;
@@ -153,6 +155,7 @@ export declare const channelContract: {
153
155
  lineRichMenuId?: string | null | undefined;
154
156
  messengerIntegrationType?: "own" | "business" | undefined;
155
157
  facebookFeedIntegrationType?: "own" | "business" | undefined;
158
+ isCSATEnabled?: boolean | undefined;
156
159
  }>;
157
160
  brandName: z.ZodString;
158
161
  platformId: z.ZodString;
@@ -416,6 +419,7 @@ export declare const channelContract: {
416
419
  lineRichMenuId?: string | null | undefined;
417
420
  messengerIntegrationType?: "own" | "business" | undefined;
418
421
  facebookFeedIntegrationType?: "own" | "business" | undefined;
422
+ isCSATEnabled?: boolean | undefined;
419
423
  };
420
424
  status: boolean;
421
425
  createdAt: Date;
@@ -510,6 +514,7 @@ export declare const channelContract: {
510
514
  lineRichMenuId?: string | null | undefined;
511
515
  messengerIntegrationType?: "own" | "business" | undefined;
512
516
  facebookFeedIntegrationType?: "own" | "business" | undefined;
517
+ isCSATEnabled?: boolean | undefined;
513
518
  };
514
519
  status: boolean;
515
520
  createdAt: Date;
@@ -606,6 +611,7 @@ export declare const channelContract: {
606
611
  lineRichMenuId?: string | null | undefined;
607
612
  messengerIntegrationType?: "own" | "business" | undefined;
608
613
  facebookFeedIntegrationType?: "own" | "business" | undefined;
614
+ isCSATEnabled?: boolean | undefined;
609
615
  };
610
616
  status: boolean;
611
617
  createdAt: Date;
@@ -703,6 +709,7 @@ export declare const channelContract: {
703
709
  lineRichMenuId?: string | null | undefined;
704
710
  messengerIntegrationType?: "own" | "business" | undefined;
705
711
  facebookFeedIntegrationType?: "own" | "business" | undefined;
712
+ isCSATEnabled?: boolean | undefined;
706
713
  };
707
714
  status: boolean;
708
715
  createdAt: Date;
@@ -866,6 +873,7 @@ export declare const channelContract: {
866
873
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
867
874
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
868
875
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
876
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
869
877
  }, "strip", z.ZodTypeAny, {
870
878
  name: string;
871
879
  id: string;
@@ -895,6 +903,7 @@ export declare const channelContract: {
895
903
  lineRichMenuId?: string | null | undefined;
896
904
  messengerIntegrationType?: "own" | "business" | undefined;
897
905
  facebookFeedIntegrationType?: "own" | "business" | undefined;
906
+ isCSATEnabled?: boolean | undefined;
898
907
  }, {
899
908
  name: string;
900
909
  id: string;
@@ -924,6 +933,7 @@ export declare const channelContract: {
924
933
  lineRichMenuId?: string | null | undefined;
925
934
  messengerIntegrationType?: "own" | "business" | undefined;
926
935
  facebookFeedIntegrationType?: "own" | "business" | undefined;
936
+ isCSATEnabled?: boolean | undefined;
927
937
  }>;
928
938
  status: z.ZodUnion<[z.ZodLiteral<true>, z.ZodLiteral<false>]>;
929
939
  actor: z.ZodOptional<z.ZodObject<{
@@ -988,6 +998,7 @@ export declare const channelContract: {
988
998
  lineRichMenuId?: string | null | undefined;
989
999
  messengerIntegrationType?: "own" | "business" | undefined;
990
1000
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1001
+ isCSATEnabled?: boolean | undefined;
991
1002
  };
992
1003
  status: boolean;
993
1004
  createdAt: string;
@@ -1039,6 +1050,7 @@ export declare const channelContract: {
1039
1050
  lineRichMenuId?: string | null | undefined;
1040
1051
  messengerIntegrationType?: "own" | "business" | undefined;
1041
1052
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1053
+ isCSATEnabled?: boolean | undefined;
1042
1054
  };
1043
1055
  status: boolean;
1044
1056
  createdAt: string;
@@ -1092,6 +1104,7 @@ export declare const channelContract: {
1092
1104
  lineRichMenuId?: string | null | undefined;
1093
1105
  messengerIntegrationType?: "own" | "business" | undefined;
1094
1106
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1107
+ isCSATEnabled?: boolean | undefined;
1095
1108
  };
1096
1109
  status: boolean;
1097
1110
  createdAt: string;
@@ -1146,6 +1159,7 @@ export declare const channelContract: {
1146
1159
  lineRichMenuId?: string | null | undefined;
1147
1160
  messengerIntegrationType?: "own" | "business" | undefined;
1148
1161
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1162
+ isCSATEnabled?: boolean | undefined;
1149
1163
  };
1150
1164
  status: boolean;
1151
1165
  createdAt: string;
@@ -1280,6 +1294,7 @@ export declare const channelContract: {
1280
1294
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1281
1295
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
1282
1296
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
1297
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
1283
1298
  }, "strip", z.ZodTypeAny, {
1284
1299
  name: string;
1285
1300
  id: string;
@@ -1309,6 +1324,7 @@ export declare const channelContract: {
1309
1324
  lineRichMenuId?: string | null | undefined;
1310
1325
  messengerIntegrationType?: "own" | "business" | undefined;
1311
1326
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1327
+ isCSATEnabled?: boolean | undefined;
1312
1328
  }, {
1313
1329
  name: string;
1314
1330
  id: string;
@@ -1338,6 +1354,7 @@ export declare const channelContract: {
1338
1354
  lineRichMenuId?: string | null | undefined;
1339
1355
  messengerIntegrationType?: "own" | "business" | undefined;
1340
1356
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1357
+ isCSATEnabled?: boolean | undefined;
1341
1358
  }>;
1342
1359
  brandName: z.ZodString;
1343
1360
  platformId: z.ZodString;
@@ -1601,6 +1618,7 @@ export declare const channelContract: {
1601
1618
  lineRichMenuId?: string | null | undefined;
1602
1619
  messengerIntegrationType?: "own" | "business" | undefined;
1603
1620
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1621
+ isCSATEnabled?: boolean | undefined;
1604
1622
  };
1605
1623
  status: boolean;
1606
1624
  createdAt: Date;
@@ -1695,6 +1713,7 @@ export declare const channelContract: {
1695
1713
  lineRichMenuId?: string | null | undefined;
1696
1714
  messengerIntegrationType?: "own" | "business" | undefined;
1697
1715
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1716
+ isCSATEnabled?: boolean | undefined;
1698
1717
  };
1699
1718
  status: boolean;
1700
1719
  createdAt: Date;
@@ -1791,6 +1810,7 @@ export declare const channelContract: {
1791
1810
  lineRichMenuId?: string | null | undefined;
1792
1811
  messengerIntegrationType?: "own" | "business" | undefined;
1793
1812
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1813
+ isCSATEnabled?: boolean | undefined;
1794
1814
  };
1795
1815
  status: boolean;
1796
1816
  createdAt: Date;
@@ -1888,6 +1908,7 @@ export declare const channelContract: {
1888
1908
  lineRichMenuId?: string | null | undefined;
1889
1909
  messengerIntegrationType?: "own" | "business" | undefined;
1890
1910
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1911
+ isCSATEnabled?: boolean | undefined;
1891
1912
  };
1892
1913
  status: boolean;
1893
1914
  createdAt: Date;
@@ -2071,6 +2092,7 @@ export declare const channelContract: {
2071
2092
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2072
2093
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
2073
2094
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
2095
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
2074
2096
  }, "strip", z.ZodTypeAny, {
2075
2097
  name: string;
2076
2098
  id: string;
@@ -2100,6 +2122,7 @@ export declare const channelContract: {
2100
2122
  lineRichMenuId?: string | null | undefined;
2101
2123
  messengerIntegrationType?: "own" | "business" | undefined;
2102
2124
  facebookFeedIntegrationType?: "own" | "business" | undefined;
2125
+ isCSATEnabled?: boolean | undefined;
2103
2126
  }, {
2104
2127
  name: string;
2105
2128
  id: string;
@@ -2129,6 +2152,7 @@ export declare const channelContract: {
2129
2152
  lineRichMenuId?: string | null | undefined;
2130
2153
  messengerIntegrationType?: "own" | "business" | undefined;
2131
2154
  facebookFeedIntegrationType?: "own" | "business" | undefined;
2155
+ isCSATEnabled?: boolean | undefined;
2132
2156
  }>;
2133
2157
  brandName: z.ZodString;
2134
2158
  platformId: z.ZodString;
@@ -2392,6 +2416,7 @@ export declare const channelContract: {
2392
2416
  lineRichMenuId?: string | null | undefined;
2393
2417
  messengerIntegrationType?: "own" | "business" | undefined;
2394
2418
  facebookFeedIntegrationType?: "own" | "business" | undefined;
2419
+ isCSATEnabled?: boolean | undefined;
2395
2420
  };
2396
2421
  status: boolean;
2397
2422
  createdAt: Date;
@@ -2486,6 +2511,7 @@ export declare const channelContract: {
2486
2511
  lineRichMenuId?: string | null | undefined;
2487
2512
  messengerIntegrationType?: "own" | "business" | undefined;
2488
2513
  facebookFeedIntegrationType?: "own" | "business" | undefined;
2514
+ isCSATEnabled?: boolean | undefined;
2489
2515
  };
2490
2516
  status: boolean;
2491
2517
  createdAt: Date;
@@ -2582,6 +2608,7 @@ export declare const channelContract: {
2582
2608
  lineRichMenuId?: string | null | undefined;
2583
2609
  messengerIntegrationType?: "own" | "business" | undefined;
2584
2610
  facebookFeedIntegrationType?: "own" | "business" | undefined;
2611
+ isCSATEnabled?: boolean | undefined;
2585
2612
  };
2586
2613
  status: boolean;
2587
2614
  createdAt: Date;
@@ -2679,6 +2706,7 @@ export declare const channelContract: {
2679
2706
  lineRichMenuId?: string | null | undefined;
2680
2707
  messengerIntegrationType?: "own" | "business" | undefined;
2681
2708
  facebookFeedIntegrationType?: "own" | "business" | undefined;
2709
+ isCSATEnabled?: boolean | undefined;
2682
2710
  };
2683
2711
  status: boolean;
2684
2712
  createdAt: Date;
@@ -2856,6 +2884,7 @@ export declare const channelContract: {
2856
2884
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2857
2885
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
2858
2886
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
2887
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
2859
2888
  }, "strip", z.ZodTypeAny, {
2860
2889
  name: string;
2861
2890
  id: string;
@@ -2885,6 +2914,7 @@ export declare const channelContract: {
2885
2914
  lineRichMenuId?: string | null | undefined;
2886
2915
  messengerIntegrationType?: "own" | "business" | undefined;
2887
2916
  facebookFeedIntegrationType?: "own" | "business" | undefined;
2917
+ isCSATEnabled?: boolean | undefined;
2888
2918
  }, {
2889
2919
  name: string;
2890
2920
  id: string;
@@ -2914,6 +2944,7 @@ export declare const channelContract: {
2914
2944
  lineRichMenuId?: string | null | undefined;
2915
2945
  messengerIntegrationType?: "own" | "business" | undefined;
2916
2946
  facebookFeedIntegrationType?: "own" | "business" | undefined;
2947
+ isCSATEnabled?: boolean | undefined;
2917
2948
  }>;
2918
2949
  brandName: z.ZodString;
2919
2950
  platformId: z.ZodString;
@@ -3177,6 +3208,7 @@ export declare const channelContract: {
3177
3208
  lineRichMenuId?: string | null | undefined;
3178
3209
  messengerIntegrationType?: "own" | "business" | undefined;
3179
3210
  facebookFeedIntegrationType?: "own" | "business" | undefined;
3211
+ isCSATEnabled?: boolean | undefined;
3180
3212
  };
3181
3213
  status: boolean;
3182
3214
  createdAt: Date;
@@ -3271,6 +3303,7 @@ export declare const channelContract: {
3271
3303
  lineRichMenuId?: string | null | undefined;
3272
3304
  messengerIntegrationType?: "own" | "business" | undefined;
3273
3305
  facebookFeedIntegrationType?: "own" | "business" | undefined;
3306
+ isCSATEnabled?: boolean | undefined;
3274
3307
  };
3275
3308
  status: boolean;
3276
3309
  createdAt: Date;
@@ -3367,6 +3400,7 @@ export declare const channelContract: {
3367
3400
  lineRichMenuId?: string | null | undefined;
3368
3401
  messengerIntegrationType?: "own" | "business" | undefined;
3369
3402
  facebookFeedIntegrationType?: "own" | "business" | undefined;
3403
+ isCSATEnabled?: boolean | undefined;
3370
3404
  };
3371
3405
  status: boolean;
3372
3406
  createdAt: Date;
@@ -3464,6 +3498,7 @@ export declare const channelContract: {
3464
3498
  lineRichMenuId?: string | null | undefined;
3465
3499
  messengerIntegrationType?: "own" | "business" | undefined;
3466
3500
  facebookFeedIntegrationType?: "own" | "business" | undefined;
3501
+ isCSATEnabled?: boolean | undefined;
3467
3502
  };
3468
3503
  status: boolean;
3469
3504
  createdAt: Date;
@@ -3624,6 +3659,7 @@ export declare const channelContract: {
3624
3659
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
3625
3660
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
3626
3661
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
3662
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
3627
3663
  }, "strip", z.ZodTypeAny, {
3628
3664
  name: string;
3629
3665
  id: string;
@@ -3653,6 +3689,7 @@ export declare const channelContract: {
3653
3689
  lineRichMenuId?: string | null | undefined;
3654
3690
  messengerIntegrationType?: "own" | "business" | undefined;
3655
3691
  facebookFeedIntegrationType?: "own" | "business" | undefined;
3692
+ isCSATEnabled?: boolean | undefined;
3656
3693
  }, {
3657
3694
  name: string;
3658
3695
  id: string;
@@ -3682,6 +3719,7 @@ export declare const channelContract: {
3682
3719
  lineRichMenuId?: string | null | undefined;
3683
3720
  messengerIntegrationType?: "own" | "business" | undefined;
3684
3721
  facebookFeedIntegrationType?: "own" | "business" | undefined;
3722
+ isCSATEnabled?: boolean | undefined;
3685
3723
  }>;
3686
3724
  platformId: z.ZodString;
3687
3725
  connectedUserId: z.ZodString;
@@ -3718,6 +3756,7 @@ export declare const channelContract: {
3718
3756
  lineRichMenuId?: string | null | undefined;
3719
3757
  messengerIntegrationType?: "own" | "business" | undefined;
3720
3758
  facebookFeedIntegrationType?: "own" | "business" | undefined;
3759
+ isCSATEnabled?: boolean | undefined;
3721
3760
  };
3722
3761
  platformId: string;
3723
3762
  connectedUserId: string;
@@ -3754,6 +3793,7 @@ export declare const channelContract: {
3754
3793
  lineRichMenuId?: string | null | undefined;
3755
3794
  messengerIntegrationType?: "own" | "business" | undefined;
3756
3795
  facebookFeedIntegrationType?: "own" | "business" | undefined;
3796
+ isCSATEnabled?: boolean | undefined;
3757
3797
  };
3758
3798
  platformId: string;
3759
3799
  connectedUserId: string;
@@ -3834,6 +3874,7 @@ export declare const channelContract: {
3834
3874
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
3835
3875
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
3836
3876
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
3877
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
3837
3878
  }, "strip", z.ZodTypeAny, {
3838
3879
  name: string;
3839
3880
  id: string;
@@ -3863,6 +3904,7 @@ export declare const channelContract: {
3863
3904
  lineRichMenuId?: string | null | undefined;
3864
3905
  messengerIntegrationType?: "own" | "business" | undefined;
3865
3906
  facebookFeedIntegrationType?: "own" | "business" | undefined;
3907
+ isCSATEnabled?: boolean | undefined;
3866
3908
  }, {
3867
3909
  name: string;
3868
3910
  id: string;
@@ -3892,6 +3934,7 @@ export declare const channelContract: {
3892
3934
  lineRichMenuId?: string | null | undefined;
3893
3935
  messengerIntegrationType?: "own" | "business" | undefined;
3894
3936
  facebookFeedIntegrationType?: "own" | "business" | undefined;
3937
+ isCSATEnabled?: boolean | undefined;
3895
3938
  }>;
3896
3939
  brandName: z.ZodString;
3897
3940
  platformId: z.ZodString;
@@ -4155,6 +4198,7 @@ export declare const channelContract: {
4155
4198
  lineRichMenuId?: string | null | undefined;
4156
4199
  messengerIntegrationType?: "own" | "business" | undefined;
4157
4200
  facebookFeedIntegrationType?: "own" | "business" | undefined;
4201
+ isCSATEnabled?: boolean | undefined;
4158
4202
  };
4159
4203
  status: boolean;
4160
4204
  createdAt: Date;
@@ -4249,6 +4293,7 @@ export declare const channelContract: {
4249
4293
  lineRichMenuId?: string | null | undefined;
4250
4294
  messengerIntegrationType?: "own" | "business" | undefined;
4251
4295
  facebookFeedIntegrationType?: "own" | "business" | undefined;
4296
+ isCSATEnabled?: boolean | undefined;
4252
4297
  };
4253
4298
  status: boolean;
4254
4299
  createdAt: Date;
@@ -4345,6 +4390,7 @@ export declare const channelContract: {
4345
4390
  lineRichMenuId?: string | null | undefined;
4346
4391
  messengerIntegrationType?: "own" | "business" | undefined;
4347
4392
  facebookFeedIntegrationType?: "own" | "business" | undefined;
4393
+ isCSATEnabled?: boolean | undefined;
4348
4394
  };
4349
4395
  status: boolean;
4350
4396
  createdAt: Date;
@@ -4442,6 +4488,7 @@ export declare const channelContract: {
4442
4488
  lineRichMenuId?: string | null | undefined;
4443
4489
  messengerIntegrationType?: "own" | "business" | undefined;
4444
4490
  facebookFeedIntegrationType?: "own" | "business" | undefined;
4491
+ isCSATEnabled?: boolean | undefined;
4445
4492
  };
4446
4493
  status: boolean;
4447
4494
  createdAt: Date;
@@ -4646,6 +4693,804 @@ export declare const channelContract: {
4646
4693
  'x-client-timezone'?: string | undefined;
4647
4694
  }>>>;
4648
4695
  };
4696
+ updateChannelCsatPreference: {
4697
+ body: z.ZodObject<{
4698
+ isCSATEnabled: z.ZodBoolean;
4699
+ }, "strip", z.ZodTypeAny, {
4700
+ isCSATEnabled: boolean;
4701
+ }, {
4702
+ isCSATEnabled: boolean;
4703
+ }>;
4704
+ summary: "Enable or Disable CSAT for channel";
4705
+ method: "POST";
4706
+ pathParams: z.ZodObject<{
4707
+ channelId: z.ZodString;
4708
+ }, "strip", z.ZodTypeAny, {
4709
+ channelId: string;
4710
+ }, {
4711
+ channelId: string;
4712
+ }>;
4713
+ responses: {
4714
+ 200: z.ZodObject<{
4715
+ requestId: z.ZodString;
4716
+ channel: z.ZodObject<{
4717
+ id: z.ZodString;
4718
+ createdAt: z.ZodDate;
4719
+ updatedAt: z.ZodDate;
4720
+ deletedAt: z.ZodNullable<z.ZodDate>;
4721
+ name: z.ZodString;
4722
+ type: z.ZodEnum<["whatsapp", "messenger", "telegram", "instagram", "line", "viber", "kakao", "shopee", "lazada", "webchat", "facebook_feed", "sms_vonage"]>;
4723
+ metadata: z.ZodObject<{
4724
+ id: z.ZodString;
4725
+ name: z.ZodString;
4726
+ accessToken: z.ZodOptional<z.ZodString>;
4727
+ channelSecret: z.ZodOptional<z.ZodString>;
4728
+ additionalCredentials: z.ZodOptional<z.ZodAny>;
4729
+ senderId: z.ZodOptional<z.ZodString>;
4730
+ whatsapp: z.ZodOptional<z.ZodObject<{
4731
+ wabaBusinessId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
4732
+ wabaExternalId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
4733
+ phoneNumberId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
4734
+ email: z.ZodNullable<z.ZodOptional<z.ZodString>>;
4735
+ clientId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
4736
+ channelId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
4737
+ waapiInstanceId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
4738
+ qr: z.ZodNullable<z.ZodOptional<z.ZodString>>;
4739
+ status: z.ZodOptional<z.ZodEnum<["waapi-qr", "pending", "active"]>>;
4740
+ apiKey: z.ZodOptional<z.ZodString>;
4741
+ tier: z.ZodOptional<z.ZodEnum<["basic", "regular", "premium"]>>;
4742
+ integrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"meta">, z.ZodLiteral<"360dialog">, z.ZodLiteral<"waapi">]>>;
4743
+ }, "strip", z.ZodTypeAny, {
4744
+ wabaBusinessId?: string | null | undefined;
4745
+ wabaExternalId?: string | null | undefined;
4746
+ phoneNumberId?: string | null | undefined;
4747
+ email?: string | null | undefined;
4748
+ clientId?: string | null | undefined;
4749
+ channelId?: string | null | undefined;
4750
+ waapiInstanceId?: string | null | undefined;
4751
+ qr?: string | null | undefined;
4752
+ status?: "active" | "pending" | "waapi-qr" | undefined;
4753
+ apiKey?: string | undefined;
4754
+ tier?: "basic" | "regular" | "premium" | undefined;
4755
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
4756
+ }, {
4757
+ wabaBusinessId?: string | null | undefined;
4758
+ wabaExternalId?: string | null | undefined;
4759
+ phoneNumberId?: string | null | undefined;
4760
+ email?: string | null | undefined;
4761
+ clientId?: string | null | undefined;
4762
+ channelId?: string | null | undefined;
4763
+ waapiInstanceId?: string | null | undefined;
4764
+ qr?: string | null | undefined;
4765
+ status?: "active" | "pending" | "waapi-qr" | undefined;
4766
+ apiKey?: string | undefined;
4767
+ tier?: "basic" | "regular" | "premium" | undefined;
4768
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
4769
+ }>>;
4770
+ vonageCredentials: z.ZodOptional<z.ZodObject<{
4771
+ mobileNumber: z.ZodString;
4772
+ apiKey: z.ZodString;
4773
+ apiSecret: z.ZodString;
4774
+ }, "strip", z.ZodTypeAny, {
4775
+ apiKey: string;
4776
+ mobileNumber: string;
4777
+ apiSecret: string;
4778
+ }, {
4779
+ apiKey: string;
4780
+ mobileNumber: string;
4781
+ apiSecret: string;
4782
+ }>>;
4783
+ lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
4784
+ messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
4785
+ facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
4786
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
4787
+ }, "strip", z.ZodTypeAny, {
4788
+ name: string;
4789
+ id: string;
4790
+ accessToken?: string | undefined;
4791
+ channelSecret?: string | undefined;
4792
+ additionalCredentials?: any;
4793
+ senderId?: string | undefined;
4794
+ whatsapp?: {
4795
+ wabaBusinessId?: string | null | undefined;
4796
+ wabaExternalId?: string | null | undefined;
4797
+ phoneNumberId?: string | null | undefined;
4798
+ email?: string | null | undefined;
4799
+ clientId?: string | null | undefined;
4800
+ channelId?: string | null | undefined;
4801
+ waapiInstanceId?: string | null | undefined;
4802
+ qr?: string | null | undefined;
4803
+ status?: "active" | "pending" | "waapi-qr" | undefined;
4804
+ apiKey?: string | undefined;
4805
+ tier?: "basic" | "regular" | "premium" | undefined;
4806
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
4807
+ } | undefined;
4808
+ vonageCredentials?: {
4809
+ apiKey: string;
4810
+ mobileNumber: string;
4811
+ apiSecret: string;
4812
+ } | undefined;
4813
+ lineRichMenuId?: string | null | undefined;
4814
+ messengerIntegrationType?: "own" | "business" | undefined;
4815
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
4816
+ isCSATEnabled?: boolean | undefined;
4817
+ }, {
4818
+ name: string;
4819
+ id: string;
4820
+ accessToken?: string | undefined;
4821
+ channelSecret?: string | undefined;
4822
+ additionalCredentials?: any;
4823
+ senderId?: string | undefined;
4824
+ whatsapp?: {
4825
+ wabaBusinessId?: string | null | undefined;
4826
+ wabaExternalId?: string | null | undefined;
4827
+ phoneNumberId?: string | null | undefined;
4828
+ email?: string | null | undefined;
4829
+ clientId?: string | null | undefined;
4830
+ channelId?: string | null | undefined;
4831
+ waapiInstanceId?: string | null | undefined;
4832
+ qr?: string | null | undefined;
4833
+ status?: "active" | "pending" | "waapi-qr" | undefined;
4834
+ apiKey?: string | undefined;
4835
+ tier?: "basic" | "regular" | "premium" | undefined;
4836
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
4837
+ } | undefined;
4838
+ vonageCredentials?: {
4839
+ apiKey: string;
4840
+ mobileNumber: string;
4841
+ apiSecret: string;
4842
+ } | undefined;
4843
+ lineRichMenuId?: string | null | undefined;
4844
+ messengerIntegrationType?: "own" | "business" | undefined;
4845
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
4846
+ isCSATEnabled?: boolean | undefined;
4847
+ }>;
4848
+ brandName: z.ZodString;
4849
+ platformId: z.ZodString;
4850
+ status: z.ZodUnion<[z.ZodLiteral<true>, z.ZodLiteral<false>]>;
4851
+ isReloginRequired: z.ZodBoolean;
4852
+ connectedUserName: z.ZodString;
4853
+ connectedUserId: z.ZodString;
4854
+ botpressBot: z.ZodNullable<z.ZodObject<{
4855
+ id: z.ZodString;
4856
+ name: z.ZodString;
4857
+ botId: z.ZodString;
4858
+ integrationId: z.ZodString;
4859
+ accessToken: z.ZodString;
4860
+ }, "strip", z.ZodTypeAny, {
4861
+ name: string;
4862
+ id: string;
4863
+ accessToken: string;
4864
+ botId: string;
4865
+ integrationId: string;
4866
+ }, {
4867
+ name: string;
4868
+ id: string;
4869
+ accessToken: string;
4870
+ botId: string;
4871
+ integrationId: string;
4872
+ }>>;
4873
+ actor: z.ZodObject<{
4874
+ id: z.ZodString;
4875
+ createdAt: z.ZodDate;
4876
+ updatedAt: z.ZodDate;
4877
+ deletedAt: z.ZodNullable<z.ZodDate>;
4878
+ name: z.ZodString;
4879
+ email: z.ZodString;
4880
+ emailVerifiedAt: z.ZodNullable<z.ZodDate>;
4881
+ password: z.ZodString;
4882
+ address: z.ZodNullable<z.ZodString>;
4883
+ phone: z.ZodNullable<z.ZodString>;
4884
+ notificationCount: z.ZodNullable<z.ZodNumber>;
4885
+ roles: z.ZodArray<z.ZodObject<{
4886
+ id: z.ZodString;
4887
+ createdAt: z.ZodDate;
4888
+ updatedAt: z.ZodDate;
4889
+ deletedAt: z.ZodNullable<z.ZodDate>;
4890
+ systemName: z.ZodString;
4891
+ displayName: z.ZodString;
4892
+ description: z.ZodNullable<z.ZodString>;
4893
+ permissions: z.ZodArray<z.ZodObject<{
4894
+ id: z.ZodString;
4895
+ createdAt: z.ZodDate;
4896
+ updatedAt: z.ZodDate;
4897
+ deletedAt: z.ZodNullable<z.ZodDate>;
4898
+ systemName: z.ZodString;
4899
+ displayName: z.ZodString;
4900
+ description: z.ZodNullable<z.ZodString>;
4901
+ }, "strip", z.ZodTypeAny, {
4902
+ id: string;
4903
+ description: string | null;
4904
+ createdAt: Date;
4905
+ updatedAt: Date;
4906
+ deletedAt: Date | null;
4907
+ systemName: string;
4908
+ displayName: string;
4909
+ }, {
4910
+ id: string;
4911
+ description: string | null;
4912
+ createdAt: Date;
4913
+ updatedAt: Date;
4914
+ deletedAt: Date | null;
4915
+ systemName: string;
4916
+ displayName: string;
4917
+ }>, "many">;
4918
+ }, "strip", z.ZodTypeAny, {
4919
+ id: string;
4920
+ description: string | null;
4921
+ createdAt: Date;
4922
+ updatedAt: Date;
4923
+ deletedAt: Date | null;
4924
+ systemName: string;
4925
+ displayName: string;
4926
+ permissions: {
4927
+ id: string;
4928
+ description: string | null;
4929
+ createdAt: Date;
4930
+ updatedAt: Date;
4931
+ deletedAt: Date | null;
4932
+ systemName: string;
4933
+ displayName: string;
4934
+ }[];
4935
+ }, {
4936
+ id: string;
4937
+ description: string | null;
4938
+ createdAt: Date;
4939
+ updatedAt: Date;
4940
+ deletedAt: Date | null;
4941
+ systemName: string;
4942
+ displayName: string;
4943
+ permissions: {
4944
+ id: string;
4945
+ description: string | null;
4946
+ createdAt: Date;
4947
+ updatedAt: Date;
4948
+ deletedAt: Date | null;
4949
+ systemName: string;
4950
+ displayName: string;
4951
+ }[];
4952
+ }>, "many">;
4953
+ extension: z.ZodObject<{
4954
+ id: z.ZodString;
4955
+ createdAt: z.ZodDate;
4956
+ updatedAt: z.ZodDate;
4957
+ deletedAt: z.ZodNullable<z.ZodDate>;
4958
+ userId: z.ZodNullable<z.ZodString>;
4959
+ sipServerUrl: z.ZodString;
4960
+ sipUserName: z.ZodString;
4961
+ webphoneLoginUser: z.ZodString;
4962
+ extensionId: z.ZodNullable<z.ZodString>;
4963
+ extensionName: z.ZodString;
4964
+ telephonySignature: z.ZodNullable<z.ZodString>;
4965
+ }, "strip", z.ZodTypeAny, {
4966
+ id: string;
4967
+ createdAt: Date;
4968
+ updatedAt: Date;
4969
+ deletedAt: Date | null;
4970
+ userId: string | null;
4971
+ sipServerUrl: string;
4972
+ sipUserName: string;
4973
+ webphoneLoginUser: string;
4974
+ extensionId: string | null;
4975
+ extensionName: string;
4976
+ telephonySignature: string | null;
4977
+ }, {
4978
+ id: string;
4979
+ createdAt: Date;
4980
+ updatedAt: Date;
4981
+ deletedAt: Date | null;
4982
+ userId: string | null;
4983
+ sipServerUrl: string;
4984
+ sipUserName: string;
4985
+ webphoneLoginUser: string;
4986
+ extensionId: string | null;
4987
+ extensionName: string;
4988
+ telephonySignature: string | null;
4989
+ }>;
4990
+ }, "strip", z.ZodTypeAny, {
4991
+ name: string;
4992
+ id: string;
4993
+ address: string | null;
4994
+ email: string;
4995
+ createdAt: Date;
4996
+ updatedAt: Date;
4997
+ deletedAt: Date | null;
4998
+ emailVerifiedAt: Date | null;
4999
+ password: string;
5000
+ phone: string | null;
5001
+ notificationCount: number | null;
5002
+ roles: {
5003
+ id: string;
5004
+ description: string | null;
5005
+ createdAt: Date;
5006
+ updatedAt: Date;
5007
+ deletedAt: Date | null;
5008
+ systemName: string;
5009
+ displayName: string;
5010
+ permissions: {
5011
+ id: string;
5012
+ description: string | null;
5013
+ createdAt: Date;
5014
+ updatedAt: Date;
5015
+ deletedAt: Date | null;
5016
+ systemName: string;
5017
+ displayName: string;
5018
+ }[];
5019
+ }[];
5020
+ extension: {
5021
+ id: string;
5022
+ createdAt: Date;
5023
+ updatedAt: Date;
5024
+ deletedAt: Date | null;
5025
+ userId: string | null;
5026
+ sipServerUrl: string;
5027
+ sipUserName: string;
5028
+ webphoneLoginUser: string;
5029
+ extensionId: string | null;
5030
+ extensionName: string;
5031
+ telephonySignature: string | null;
5032
+ };
5033
+ }, {
5034
+ name: string;
5035
+ id: string;
5036
+ address: string | null;
5037
+ email: string;
5038
+ createdAt: Date;
5039
+ updatedAt: Date;
5040
+ deletedAt: Date | null;
5041
+ emailVerifiedAt: Date | null;
5042
+ password: string;
5043
+ phone: string | null;
5044
+ notificationCount: number | null;
5045
+ roles: {
5046
+ id: string;
5047
+ description: string | null;
5048
+ createdAt: Date;
5049
+ updatedAt: Date;
5050
+ deletedAt: Date | null;
5051
+ systemName: string;
5052
+ displayName: string;
5053
+ permissions: {
5054
+ id: string;
5055
+ description: string | null;
5056
+ createdAt: Date;
5057
+ updatedAt: Date;
5058
+ deletedAt: Date | null;
5059
+ systemName: string;
5060
+ displayName: string;
5061
+ }[];
5062
+ }[];
5063
+ extension: {
5064
+ id: string;
5065
+ createdAt: Date;
5066
+ updatedAt: Date;
5067
+ deletedAt: Date | null;
5068
+ userId: string | null;
5069
+ sipServerUrl: string;
5070
+ sipUserName: string;
5071
+ webphoneLoginUser: string;
5072
+ extensionId: string | null;
5073
+ extensionName: string;
5074
+ telephonySignature: string | null;
5075
+ };
5076
+ }>;
5077
+ }, "strip", z.ZodTypeAny, {
5078
+ name: string;
5079
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
5080
+ id: string;
5081
+ metadata: {
5082
+ name: string;
5083
+ id: string;
5084
+ accessToken?: string | undefined;
5085
+ channelSecret?: string | undefined;
5086
+ additionalCredentials?: any;
5087
+ senderId?: string | undefined;
5088
+ whatsapp?: {
5089
+ wabaBusinessId?: string | null | undefined;
5090
+ wabaExternalId?: string | null | undefined;
5091
+ phoneNumberId?: string | null | undefined;
5092
+ email?: string | null | undefined;
5093
+ clientId?: string | null | undefined;
5094
+ channelId?: string | null | undefined;
5095
+ waapiInstanceId?: string | null | undefined;
5096
+ qr?: string | null | undefined;
5097
+ status?: "active" | "pending" | "waapi-qr" | undefined;
5098
+ apiKey?: string | undefined;
5099
+ tier?: "basic" | "regular" | "premium" | undefined;
5100
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
5101
+ } | undefined;
5102
+ vonageCredentials?: {
5103
+ apiKey: string;
5104
+ mobileNumber: string;
5105
+ apiSecret: string;
5106
+ } | undefined;
5107
+ lineRichMenuId?: string | null | undefined;
5108
+ messengerIntegrationType?: "own" | "business" | undefined;
5109
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
5110
+ isCSATEnabled?: boolean | undefined;
5111
+ };
5112
+ status: boolean;
5113
+ createdAt: Date;
5114
+ updatedAt: Date;
5115
+ deletedAt: Date | null;
5116
+ actor: {
5117
+ name: string;
5118
+ id: string;
5119
+ address: string | null;
5120
+ email: string;
5121
+ createdAt: Date;
5122
+ updatedAt: Date;
5123
+ deletedAt: Date | null;
5124
+ emailVerifiedAt: Date | null;
5125
+ password: string;
5126
+ phone: string | null;
5127
+ notificationCount: number | null;
5128
+ roles: {
5129
+ id: string;
5130
+ description: string | null;
5131
+ createdAt: Date;
5132
+ updatedAt: Date;
5133
+ deletedAt: Date | null;
5134
+ systemName: string;
5135
+ displayName: string;
5136
+ permissions: {
5137
+ id: string;
5138
+ description: string | null;
5139
+ createdAt: Date;
5140
+ updatedAt: Date;
5141
+ deletedAt: Date | null;
5142
+ systemName: string;
5143
+ displayName: string;
5144
+ }[];
5145
+ }[];
5146
+ extension: {
5147
+ id: string;
5148
+ createdAt: Date;
5149
+ updatedAt: Date;
5150
+ deletedAt: Date | null;
5151
+ userId: string | null;
5152
+ sipServerUrl: string;
5153
+ sipUserName: string;
5154
+ webphoneLoginUser: string;
5155
+ extensionId: string | null;
5156
+ extensionName: string;
5157
+ telephonySignature: string | null;
5158
+ };
5159
+ };
5160
+ brandName: string;
5161
+ platformId: string;
5162
+ isReloginRequired: boolean;
5163
+ connectedUserName: string;
5164
+ connectedUserId: string;
5165
+ botpressBot: {
5166
+ name: string;
5167
+ id: string;
5168
+ accessToken: string;
5169
+ botId: string;
5170
+ integrationId: string;
5171
+ } | null;
5172
+ }, {
5173
+ name: string;
5174
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
5175
+ id: string;
5176
+ metadata: {
5177
+ name: string;
5178
+ id: string;
5179
+ accessToken?: string | undefined;
5180
+ channelSecret?: string | undefined;
5181
+ additionalCredentials?: any;
5182
+ senderId?: string | undefined;
5183
+ whatsapp?: {
5184
+ wabaBusinessId?: string | null | undefined;
5185
+ wabaExternalId?: string | null | undefined;
5186
+ phoneNumberId?: string | null | undefined;
5187
+ email?: string | null | undefined;
5188
+ clientId?: string | null | undefined;
5189
+ channelId?: string | null | undefined;
5190
+ waapiInstanceId?: string | null | undefined;
5191
+ qr?: string | null | undefined;
5192
+ status?: "active" | "pending" | "waapi-qr" | undefined;
5193
+ apiKey?: string | undefined;
5194
+ tier?: "basic" | "regular" | "premium" | undefined;
5195
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
5196
+ } | undefined;
5197
+ vonageCredentials?: {
5198
+ apiKey: string;
5199
+ mobileNumber: string;
5200
+ apiSecret: string;
5201
+ } | undefined;
5202
+ lineRichMenuId?: string | null | undefined;
5203
+ messengerIntegrationType?: "own" | "business" | undefined;
5204
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
5205
+ isCSATEnabled?: boolean | undefined;
5206
+ };
5207
+ status: boolean;
5208
+ createdAt: Date;
5209
+ updatedAt: Date;
5210
+ deletedAt: Date | null;
5211
+ actor: {
5212
+ name: string;
5213
+ id: string;
5214
+ address: string | null;
5215
+ email: string;
5216
+ createdAt: Date;
5217
+ updatedAt: Date;
5218
+ deletedAt: Date | null;
5219
+ emailVerifiedAt: Date | null;
5220
+ password: string;
5221
+ phone: string | null;
5222
+ notificationCount: number | null;
5223
+ roles: {
5224
+ id: string;
5225
+ description: string | null;
5226
+ createdAt: Date;
5227
+ updatedAt: Date;
5228
+ deletedAt: Date | null;
5229
+ systemName: string;
5230
+ displayName: string;
5231
+ permissions: {
5232
+ id: string;
5233
+ description: string | null;
5234
+ createdAt: Date;
5235
+ updatedAt: Date;
5236
+ deletedAt: Date | null;
5237
+ systemName: string;
5238
+ displayName: string;
5239
+ }[];
5240
+ }[];
5241
+ extension: {
5242
+ id: string;
5243
+ createdAt: Date;
5244
+ updatedAt: Date;
5245
+ deletedAt: Date | null;
5246
+ userId: string | null;
5247
+ sipServerUrl: string;
5248
+ sipUserName: string;
5249
+ webphoneLoginUser: string;
5250
+ extensionId: string | null;
5251
+ extensionName: string;
5252
+ telephonySignature: string | null;
5253
+ };
5254
+ };
5255
+ brandName: string;
5256
+ platformId: string;
5257
+ isReloginRequired: boolean;
5258
+ connectedUserName: string;
5259
+ connectedUserId: string;
5260
+ botpressBot: {
5261
+ name: string;
5262
+ id: string;
5263
+ accessToken: string;
5264
+ botId: string;
5265
+ integrationId: string;
5266
+ } | null;
5267
+ }>;
5268
+ }, "strip", z.ZodTypeAny, {
5269
+ channel: {
5270
+ name: string;
5271
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
5272
+ id: string;
5273
+ metadata: {
5274
+ name: string;
5275
+ id: string;
5276
+ accessToken?: string | undefined;
5277
+ channelSecret?: string | undefined;
5278
+ additionalCredentials?: any;
5279
+ senderId?: string | undefined;
5280
+ whatsapp?: {
5281
+ wabaBusinessId?: string | null | undefined;
5282
+ wabaExternalId?: string | null | undefined;
5283
+ phoneNumberId?: string | null | undefined;
5284
+ email?: string | null | undefined;
5285
+ clientId?: string | null | undefined;
5286
+ channelId?: string | null | undefined;
5287
+ waapiInstanceId?: string | null | undefined;
5288
+ qr?: string | null | undefined;
5289
+ status?: "active" | "pending" | "waapi-qr" | undefined;
5290
+ apiKey?: string | undefined;
5291
+ tier?: "basic" | "regular" | "premium" | undefined;
5292
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
5293
+ } | undefined;
5294
+ vonageCredentials?: {
5295
+ apiKey: string;
5296
+ mobileNumber: string;
5297
+ apiSecret: string;
5298
+ } | undefined;
5299
+ lineRichMenuId?: string | null | undefined;
5300
+ messengerIntegrationType?: "own" | "business" | undefined;
5301
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
5302
+ isCSATEnabled?: boolean | undefined;
5303
+ };
5304
+ status: boolean;
5305
+ createdAt: Date;
5306
+ updatedAt: Date;
5307
+ deletedAt: Date | null;
5308
+ actor: {
5309
+ name: string;
5310
+ id: string;
5311
+ address: string | null;
5312
+ email: string;
5313
+ createdAt: Date;
5314
+ updatedAt: Date;
5315
+ deletedAt: Date | null;
5316
+ emailVerifiedAt: Date | null;
5317
+ password: string;
5318
+ phone: string | null;
5319
+ notificationCount: number | null;
5320
+ roles: {
5321
+ id: string;
5322
+ description: string | null;
5323
+ createdAt: Date;
5324
+ updatedAt: Date;
5325
+ deletedAt: Date | null;
5326
+ systemName: string;
5327
+ displayName: string;
5328
+ permissions: {
5329
+ id: string;
5330
+ description: string | null;
5331
+ createdAt: Date;
5332
+ updatedAt: Date;
5333
+ deletedAt: Date | null;
5334
+ systemName: string;
5335
+ displayName: string;
5336
+ }[];
5337
+ }[];
5338
+ extension: {
5339
+ id: string;
5340
+ createdAt: Date;
5341
+ updatedAt: Date;
5342
+ deletedAt: Date | null;
5343
+ userId: string | null;
5344
+ sipServerUrl: string;
5345
+ sipUserName: string;
5346
+ webphoneLoginUser: string;
5347
+ extensionId: string | null;
5348
+ extensionName: string;
5349
+ telephonySignature: string | null;
5350
+ };
5351
+ };
5352
+ brandName: string;
5353
+ platformId: string;
5354
+ isReloginRequired: boolean;
5355
+ connectedUserName: string;
5356
+ connectedUserId: string;
5357
+ botpressBot: {
5358
+ name: string;
5359
+ id: string;
5360
+ accessToken: string;
5361
+ botId: string;
5362
+ integrationId: string;
5363
+ } | null;
5364
+ };
5365
+ requestId: string;
5366
+ }, {
5367
+ channel: {
5368
+ name: string;
5369
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
5370
+ id: string;
5371
+ metadata: {
5372
+ name: string;
5373
+ id: string;
5374
+ accessToken?: string | undefined;
5375
+ channelSecret?: string | undefined;
5376
+ additionalCredentials?: any;
5377
+ senderId?: string | undefined;
5378
+ whatsapp?: {
5379
+ wabaBusinessId?: string | null | undefined;
5380
+ wabaExternalId?: string | null | undefined;
5381
+ phoneNumberId?: string | null | undefined;
5382
+ email?: string | null | undefined;
5383
+ clientId?: string | null | undefined;
5384
+ channelId?: string | null | undefined;
5385
+ waapiInstanceId?: string | null | undefined;
5386
+ qr?: string | null | undefined;
5387
+ status?: "active" | "pending" | "waapi-qr" | undefined;
5388
+ apiKey?: string | undefined;
5389
+ tier?: "basic" | "regular" | "premium" | undefined;
5390
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
5391
+ } | undefined;
5392
+ vonageCredentials?: {
5393
+ apiKey: string;
5394
+ mobileNumber: string;
5395
+ apiSecret: string;
5396
+ } | undefined;
5397
+ lineRichMenuId?: string | null | undefined;
5398
+ messengerIntegrationType?: "own" | "business" | undefined;
5399
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
5400
+ isCSATEnabled?: boolean | undefined;
5401
+ };
5402
+ status: boolean;
5403
+ createdAt: Date;
5404
+ updatedAt: Date;
5405
+ deletedAt: Date | null;
5406
+ actor: {
5407
+ name: string;
5408
+ id: string;
5409
+ address: string | null;
5410
+ email: string;
5411
+ createdAt: Date;
5412
+ updatedAt: Date;
5413
+ deletedAt: Date | null;
5414
+ emailVerifiedAt: Date | null;
5415
+ password: string;
5416
+ phone: string | null;
5417
+ notificationCount: number | null;
5418
+ roles: {
5419
+ id: string;
5420
+ description: string | null;
5421
+ createdAt: Date;
5422
+ updatedAt: Date;
5423
+ deletedAt: Date | null;
5424
+ systemName: string;
5425
+ displayName: string;
5426
+ permissions: {
5427
+ id: string;
5428
+ description: string | null;
5429
+ createdAt: Date;
5430
+ updatedAt: Date;
5431
+ deletedAt: Date | null;
5432
+ systemName: string;
5433
+ displayName: string;
5434
+ }[];
5435
+ }[];
5436
+ extension: {
5437
+ id: string;
5438
+ createdAt: Date;
5439
+ updatedAt: Date;
5440
+ deletedAt: Date | null;
5441
+ userId: string | null;
5442
+ sipServerUrl: string;
5443
+ sipUserName: string;
5444
+ webphoneLoginUser: string;
5445
+ extensionId: string | null;
5446
+ extensionName: string;
5447
+ telephonySignature: string | null;
5448
+ };
5449
+ };
5450
+ brandName: string;
5451
+ platformId: string;
5452
+ isReloginRequired: boolean;
5453
+ connectedUserName: string;
5454
+ connectedUserId: string;
5455
+ botpressBot: {
5456
+ name: string;
5457
+ id: string;
5458
+ accessToken: string;
5459
+ botId: string;
5460
+ integrationId: string;
5461
+ } | null;
5462
+ };
5463
+ requestId: string;
5464
+ }>;
5465
+ 408: z.ZodObject<{
5466
+ message: z.ZodString;
5467
+ error: z.ZodAny;
5468
+ }, "strip", z.ZodTypeAny, {
5469
+ message: string;
5470
+ error?: any;
5471
+ }, {
5472
+ message: string;
5473
+ error?: any;
5474
+ }>;
5475
+ };
5476
+ path: "channel/csat/:channelId";
5477
+ headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
5478
+ 'x-tenant': z.ZodString;
5479
+ 'x-service-token': z.ZodString;
5480
+ 'x-code': z.ZodOptional<z.ZodString>;
5481
+ 'x-client-timezone': z.ZodDefault<z.ZodString>;
5482
+ }, "strip", z.ZodTypeAny, {
5483
+ 'x-tenant': string;
5484
+ 'x-service-token': string;
5485
+ 'x-client-timezone': string;
5486
+ 'x-code'?: string | undefined;
5487
+ }, {
5488
+ 'x-tenant': string;
5489
+ 'x-service-token': string;
5490
+ 'x-code'?: string | undefined;
5491
+ 'x-client-timezone'?: string | undefined;
5492
+ }>>>;
5493
+ };
4649
5494
  messenger: {
4650
5495
  getPages: {
4651
5496
  method: "GET";
@@ -5537,6 +6382,7 @@ export declare const channelContract: {
5537
6382
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
5538
6383
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
5539
6384
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
6385
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
5540
6386
  }, "strip", z.ZodTypeAny, {
5541
6387
  name: string;
5542
6388
  id: string;
@@ -5566,6 +6412,7 @@ export declare const channelContract: {
5566
6412
  lineRichMenuId?: string | null | undefined;
5567
6413
  messengerIntegrationType?: "own" | "business" | undefined;
5568
6414
  facebookFeedIntegrationType?: "own" | "business" | undefined;
6415
+ isCSATEnabled?: boolean | undefined;
5569
6416
  }, {
5570
6417
  name: string;
5571
6418
  id: string;
@@ -5595,6 +6442,7 @@ export declare const channelContract: {
5595
6442
  lineRichMenuId?: string | null | undefined;
5596
6443
  messengerIntegrationType?: "own" | "business" | undefined;
5597
6444
  facebookFeedIntegrationType?: "own" | "business" | undefined;
6445
+ isCSATEnabled?: boolean | undefined;
5598
6446
  }>;
5599
6447
  platformId: z.ZodString;
5600
6448
  connectedUserId: z.ZodString;
@@ -5631,6 +6479,7 @@ export declare const channelContract: {
5631
6479
  lineRichMenuId?: string | null | undefined;
5632
6480
  messengerIntegrationType?: "own" | "business" | undefined;
5633
6481
  facebookFeedIntegrationType?: "own" | "business" | undefined;
6482
+ isCSATEnabled?: boolean | undefined;
5634
6483
  };
5635
6484
  platformId: string;
5636
6485
  connectedUserId: string;
@@ -5667,6 +6516,7 @@ export declare const channelContract: {
5667
6516
  lineRichMenuId?: string | null | undefined;
5668
6517
  messengerIntegrationType?: "own" | "business" | undefined;
5669
6518
  facebookFeedIntegrationType?: "own" | "business" | undefined;
6519
+ isCSATEnabled?: boolean | undefined;
5670
6520
  };
5671
6521
  platformId: string;
5672
6522
  connectedUserId: string;
@@ -5747,6 +6597,7 @@ export declare const channelContract: {
5747
6597
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
5748
6598
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
5749
6599
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
6600
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
5750
6601
  }, "strip", z.ZodTypeAny, {
5751
6602
  name: string;
5752
6603
  id: string;
@@ -5776,6 +6627,7 @@ export declare const channelContract: {
5776
6627
  lineRichMenuId?: string | null | undefined;
5777
6628
  messengerIntegrationType?: "own" | "business" | undefined;
5778
6629
  facebookFeedIntegrationType?: "own" | "business" | undefined;
6630
+ isCSATEnabled?: boolean | undefined;
5779
6631
  }, {
5780
6632
  name: string;
5781
6633
  id: string;
@@ -5805,6 +6657,7 @@ export declare const channelContract: {
5805
6657
  lineRichMenuId?: string | null | undefined;
5806
6658
  messengerIntegrationType?: "own" | "business" | undefined;
5807
6659
  facebookFeedIntegrationType?: "own" | "business" | undefined;
6660
+ isCSATEnabled?: boolean | undefined;
5808
6661
  }>;
5809
6662
  brandName: z.ZodString;
5810
6663
  platformId: z.ZodString;
@@ -6068,6 +6921,7 @@ export declare const channelContract: {
6068
6921
  lineRichMenuId?: string | null | undefined;
6069
6922
  messengerIntegrationType?: "own" | "business" | undefined;
6070
6923
  facebookFeedIntegrationType?: "own" | "business" | undefined;
6924
+ isCSATEnabled?: boolean | undefined;
6071
6925
  };
6072
6926
  status: boolean;
6073
6927
  createdAt: Date;
@@ -6162,6 +7016,7 @@ export declare const channelContract: {
6162
7016
  lineRichMenuId?: string | null | undefined;
6163
7017
  messengerIntegrationType?: "own" | "business" | undefined;
6164
7018
  facebookFeedIntegrationType?: "own" | "business" | undefined;
7019
+ isCSATEnabled?: boolean | undefined;
6165
7020
  };
6166
7021
  status: boolean;
6167
7022
  createdAt: Date;
@@ -6258,6 +7113,7 @@ export declare const channelContract: {
6258
7113
  lineRichMenuId?: string | null | undefined;
6259
7114
  messengerIntegrationType?: "own" | "business" | undefined;
6260
7115
  facebookFeedIntegrationType?: "own" | "business" | undefined;
7116
+ isCSATEnabled?: boolean | undefined;
6261
7117
  };
6262
7118
  status: boolean;
6263
7119
  createdAt: Date;
@@ -6355,6 +7211,7 @@ export declare const channelContract: {
6355
7211
  lineRichMenuId?: string | null | undefined;
6356
7212
  messengerIntegrationType?: "own" | "business" | undefined;
6357
7213
  facebookFeedIntegrationType?: "own" | "business" | undefined;
7214
+ isCSATEnabled?: boolean | undefined;
6358
7215
  };
6359
7216
  status: boolean;
6360
7217
  createdAt: Date;
@@ -6766,6 +7623,7 @@ export declare const channelContract: {
6766
7623
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
6767
7624
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
6768
7625
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
7626
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
6769
7627
  }, "strip", z.ZodTypeAny, {
6770
7628
  name: string;
6771
7629
  id: string;
@@ -6795,6 +7653,7 @@ export declare const channelContract: {
6795
7653
  lineRichMenuId?: string | null | undefined;
6796
7654
  messengerIntegrationType?: "own" | "business" | undefined;
6797
7655
  facebookFeedIntegrationType?: "own" | "business" | undefined;
7656
+ isCSATEnabled?: boolean | undefined;
6798
7657
  }, {
6799
7658
  name: string;
6800
7659
  id: string;
@@ -6824,6 +7683,7 @@ export declare const channelContract: {
6824
7683
  lineRichMenuId?: string | null | undefined;
6825
7684
  messengerIntegrationType?: "own" | "business" | undefined;
6826
7685
  facebookFeedIntegrationType?: "own" | "business" | undefined;
7686
+ isCSATEnabled?: boolean | undefined;
6827
7687
  }>;
6828
7688
  platformId: z.ZodString;
6829
7689
  connectedUserId: z.ZodString;
@@ -6860,6 +7720,7 @@ export declare const channelContract: {
6860
7720
  lineRichMenuId?: string | null | undefined;
6861
7721
  messengerIntegrationType?: "own" | "business" | undefined;
6862
7722
  facebookFeedIntegrationType?: "own" | "business" | undefined;
7723
+ isCSATEnabled?: boolean | undefined;
6863
7724
  };
6864
7725
  platformId: string;
6865
7726
  connectedUserId: string;
@@ -6896,6 +7757,7 @@ export declare const channelContract: {
6896
7757
  lineRichMenuId?: string | null | undefined;
6897
7758
  messengerIntegrationType?: "own" | "business" | undefined;
6898
7759
  facebookFeedIntegrationType?: "own" | "business" | undefined;
7760
+ isCSATEnabled?: boolean | undefined;
6899
7761
  };
6900
7762
  platformId: string;
6901
7763
  connectedUserId: string;
@@ -6976,6 +7838,7 @@ export declare const channelContract: {
6976
7838
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
6977
7839
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
6978
7840
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
7841
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
6979
7842
  }, "strip", z.ZodTypeAny, {
6980
7843
  name: string;
6981
7844
  id: string;
@@ -7005,6 +7868,7 @@ export declare const channelContract: {
7005
7868
  lineRichMenuId?: string | null | undefined;
7006
7869
  messengerIntegrationType?: "own" | "business" | undefined;
7007
7870
  facebookFeedIntegrationType?: "own" | "business" | undefined;
7871
+ isCSATEnabled?: boolean | undefined;
7008
7872
  }, {
7009
7873
  name: string;
7010
7874
  id: string;
@@ -7034,6 +7898,7 @@ export declare const channelContract: {
7034
7898
  lineRichMenuId?: string | null | undefined;
7035
7899
  messengerIntegrationType?: "own" | "business" | undefined;
7036
7900
  facebookFeedIntegrationType?: "own" | "business" | undefined;
7901
+ isCSATEnabled?: boolean | undefined;
7037
7902
  }>;
7038
7903
  brandName: z.ZodString;
7039
7904
  platformId: z.ZodString;
@@ -7297,6 +8162,7 @@ export declare const channelContract: {
7297
8162
  lineRichMenuId?: string | null | undefined;
7298
8163
  messengerIntegrationType?: "own" | "business" | undefined;
7299
8164
  facebookFeedIntegrationType?: "own" | "business" | undefined;
8165
+ isCSATEnabled?: boolean | undefined;
7300
8166
  };
7301
8167
  status: boolean;
7302
8168
  createdAt: Date;
@@ -7391,6 +8257,7 @@ export declare const channelContract: {
7391
8257
  lineRichMenuId?: string | null | undefined;
7392
8258
  messengerIntegrationType?: "own" | "business" | undefined;
7393
8259
  facebookFeedIntegrationType?: "own" | "business" | undefined;
8260
+ isCSATEnabled?: boolean | undefined;
7394
8261
  };
7395
8262
  status: boolean;
7396
8263
  createdAt: Date;
@@ -7487,6 +8354,7 @@ export declare const channelContract: {
7487
8354
  lineRichMenuId?: string | null | undefined;
7488
8355
  messengerIntegrationType?: "own" | "business" | undefined;
7489
8356
  facebookFeedIntegrationType?: "own" | "business" | undefined;
8357
+ isCSATEnabled?: boolean | undefined;
7490
8358
  };
7491
8359
  status: boolean;
7492
8360
  createdAt: Date;
@@ -7584,6 +8452,7 @@ export declare const channelContract: {
7584
8452
  lineRichMenuId?: string | null | undefined;
7585
8453
  messengerIntegrationType?: "own" | "business" | undefined;
7586
8454
  facebookFeedIntegrationType?: "own" | "business" | undefined;
8455
+ isCSATEnabled?: boolean | undefined;
7587
8456
  };
7588
8457
  status: boolean;
7589
8458
  createdAt: Date;
@@ -7765,6 +8634,7 @@ export declare const channelContract: {
7765
8634
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
7766
8635
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
7767
8636
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
8637
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
7768
8638
  }, "strip", z.ZodTypeAny, {
7769
8639
  name: string;
7770
8640
  id: string;
@@ -7794,6 +8664,7 @@ export declare const channelContract: {
7794
8664
  lineRichMenuId?: string | null | undefined;
7795
8665
  messengerIntegrationType?: "own" | "business" | undefined;
7796
8666
  facebookFeedIntegrationType?: "own" | "business" | undefined;
8667
+ isCSATEnabled?: boolean | undefined;
7797
8668
  }, {
7798
8669
  name: string;
7799
8670
  id: string;
@@ -7823,6 +8694,7 @@ export declare const channelContract: {
7823
8694
  lineRichMenuId?: string | null | undefined;
7824
8695
  messengerIntegrationType?: "own" | "business" | undefined;
7825
8696
  facebookFeedIntegrationType?: "own" | "business" | undefined;
8697
+ isCSATEnabled?: boolean | undefined;
7826
8698
  }>;
7827
8699
  brandName: z.ZodString;
7828
8700
  platformId: z.ZodString;
@@ -8086,6 +8958,7 @@ export declare const channelContract: {
8086
8958
  lineRichMenuId?: string | null | undefined;
8087
8959
  messengerIntegrationType?: "own" | "business" | undefined;
8088
8960
  facebookFeedIntegrationType?: "own" | "business" | undefined;
8961
+ isCSATEnabled?: boolean | undefined;
8089
8962
  };
8090
8963
  status: boolean;
8091
8964
  createdAt: Date;
@@ -8180,6 +9053,7 @@ export declare const channelContract: {
8180
9053
  lineRichMenuId?: string | null | undefined;
8181
9054
  messengerIntegrationType?: "own" | "business" | undefined;
8182
9055
  facebookFeedIntegrationType?: "own" | "business" | undefined;
9056
+ isCSATEnabled?: boolean | undefined;
8183
9057
  };
8184
9058
  status: boolean;
8185
9059
  createdAt: Date;
@@ -8276,6 +9150,7 @@ export declare const channelContract: {
8276
9150
  lineRichMenuId?: string | null | undefined;
8277
9151
  messengerIntegrationType?: "own" | "business" | undefined;
8278
9152
  facebookFeedIntegrationType?: "own" | "business" | undefined;
9153
+ isCSATEnabled?: boolean | undefined;
8279
9154
  };
8280
9155
  status: boolean;
8281
9156
  createdAt: Date;
@@ -8373,6 +9248,7 @@ export declare const channelContract: {
8373
9248
  lineRichMenuId?: string | null | undefined;
8374
9249
  messengerIntegrationType?: "own" | "business" | undefined;
8375
9250
  facebookFeedIntegrationType?: "own" | "business" | undefined;
9251
+ isCSATEnabled?: boolean | undefined;
8376
9252
  };
8377
9253
  status: boolean;
8378
9254
  createdAt: Date;
@@ -8564,6 +9440,7 @@ export declare const channelContract: {
8564
9440
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
8565
9441
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
8566
9442
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
9443
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
8567
9444
  }, "strip", z.ZodTypeAny, {
8568
9445
  name: string;
8569
9446
  id: string;
@@ -8593,6 +9470,7 @@ export declare const channelContract: {
8593
9470
  lineRichMenuId?: string | null | undefined;
8594
9471
  messengerIntegrationType?: "own" | "business" | undefined;
8595
9472
  facebookFeedIntegrationType?: "own" | "business" | undefined;
9473
+ isCSATEnabled?: boolean | undefined;
8596
9474
  }, {
8597
9475
  name: string;
8598
9476
  id: string;
@@ -8622,6 +9500,7 @@ export declare const channelContract: {
8622
9500
  lineRichMenuId?: string | null | undefined;
8623
9501
  messengerIntegrationType?: "own" | "business" | undefined;
8624
9502
  facebookFeedIntegrationType?: "own" | "business" | undefined;
9503
+ isCSATEnabled?: boolean | undefined;
8625
9504
  }>;
8626
9505
  brandName: z.ZodString;
8627
9506
  platformId: z.ZodString;
@@ -8885,6 +9764,7 @@ export declare const channelContract: {
8885
9764
  lineRichMenuId?: string | null | undefined;
8886
9765
  messengerIntegrationType?: "own" | "business" | undefined;
8887
9766
  facebookFeedIntegrationType?: "own" | "business" | undefined;
9767
+ isCSATEnabled?: boolean | undefined;
8888
9768
  };
8889
9769
  status: boolean;
8890
9770
  createdAt: Date;
@@ -8979,6 +9859,7 @@ export declare const channelContract: {
8979
9859
  lineRichMenuId?: string | null | undefined;
8980
9860
  messengerIntegrationType?: "own" | "business" | undefined;
8981
9861
  facebookFeedIntegrationType?: "own" | "business" | undefined;
9862
+ isCSATEnabled?: boolean | undefined;
8982
9863
  };
8983
9864
  status: boolean;
8984
9865
  createdAt: Date;
@@ -9075,6 +9956,7 @@ export declare const channelContract: {
9075
9956
  lineRichMenuId?: string | null | undefined;
9076
9957
  messengerIntegrationType?: "own" | "business" | undefined;
9077
9958
  facebookFeedIntegrationType?: "own" | "business" | undefined;
9959
+ isCSATEnabled?: boolean | undefined;
9078
9960
  };
9079
9961
  status: boolean;
9080
9962
  createdAt: Date;
@@ -9172,6 +10054,7 @@ export declare const channelContract: {
9172
10054
  lineRichMenuId?: string | null | undefined;
9173
10055
  messengerIntegrationType?: "own" | "business" | undefined;
9174
10056
  facebookFeedIntegrationType?: "own" | "business" | undefined;
10057
+ isCSATEnabled?: boolean | undefined;
9175
10058
  };
9176
10059
  status: boolean;
9177
10060
  createdAt: Date;
@@ -9413,6 +10296,7 @@ export declare const channelContract: {
9413
10296
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
9414
10297
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
9415
10298
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
10299
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
9416
10300
  }, "strip", z.ZodTypeAny, {
9417
10301
  name: string;
9418
10302
  id: string;
@@ -9442,6 +10326,7 @@ export declare const channelContract: {
9442
10326
  lineRichMenuId?: string | null | undefined;
9443
10327
  messengerIntegrationType?: "own" | "business" | undefined;
9444
10328
  facebookFeedIntegrationType?: "own" | "business" | undefined;
10329
+ isCSATEnabled?: boolean | undefined;
9445
10330
  }, {
9446
10331
  name: string;
9447
10332
  id: string;
@@ -9471,6 +10356,7 @@ export declare const channelContract: {
9471
10356
  lineRichMenuId?: string | null | undefined;
9472
10357
  messengerIntegrationType?: "own" | "business" | undefined;
9473
10358
  facebookFeedIntegrationType?: "own" | "business" | undefined;
10359
+ isCSATEnabled?: boolean | undefined;
9474
10360
  }>;
9475
10361
  brandName: z.ZodString;
9476
10362
  platformId: z.ZodString;
@@ -9734,6 +10620,7 @@ export declare const channelContract: {
9734
10620
  lineRichMenuId?: string | null | undefined;
9735
10621
  messengerIntegrationType?: "own" | "business" | undefined;
9736
10622
  facebookFeedIntegrationType?: "own" | "business" | undefined;
10623
+ isCSATEnabled?: boolean | undefined;
9737
10624
  };
9738
10625
  status: boolean;
9739
10626
  createdAt: Date;
@@ -9828,6 +10715,7 @@ export declare const channelContract: {
9828
10715
  lineRichMenuId?: string | null | undefined;
9829
10716
  messengerIntegrationType?: "own" | "business" | undefined;
9830
10717
  facebookFeedIntegrationType?: "own" | "business" | undefined;
10718
+ isCSATEnabled?: boolean | undefined;
9831
10719
  };
9832
10720
  status: boolean;
9833
10721
  createdAt: Date;
@@ -9924,6 +10812,7 @@ export declare const channelContract: {
9924
10812
  lineRichMenuId?: string | null | undefined;
9925
10813
  messengerIntegrationType?: "own" | "business" | undefined;
9926
10814
  facebookFeedIntegrationType?: "own" | "business" | undefined;
10815
+ isCSATEnabled?: boolean | undefined;
9927
10816
  };
9928
10817
  status: boolean;
9929
10818
  createdAt: Date;
@@ -10021,6 +10910,7 @@ export declare const channelContract: {
10021
10910
  lineRichMenuId?: string | null | undefined;
10022
10911
  messengerIntegrationType?: "own" | "business" | undefined;
10023
10912
  facebookFeedIntegrationType?: "own" | "business" | undefined;
10913
+ isCSATEnabled?: boolean | undefined;
10024
10914
  };
10025
10915
  status: boolean;
10026
10916
  createdAt: Date;
@@ -10193,6 +11083,7 @@ export declare const channelContract: {
10193
11083
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
10194
11084
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
10195
11085
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
11086
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
10196
11087
  }, "strip", z.ZodTypeAny, {
10197
11088
  name: string;
10198
11089
  id: string;
@@ -10222,6 +11113,7 @@ export declare const channelContract: {
10222
11113
  lineRichMenuId?: string | null | undefined;
10223
11114
  messengerIntegrationType?: "own" | "business" | undefined;
10224
11115
  facebookFeedIntegrationType?: "own" | "business" | undefined;
11116
+ isCSATEnabled?: boolean | undefined;
10225
11117
  }, {
10226
11118
  name: string;
10227
11119
  id: string;
@@ -10251,6 +11143,7 @@ export declare const channelContract: {
10251
11143
  lineRichMenuId?: string | null | undefined;
10252
11144
  messengerIntegrationType?: "own" | "business" | undefined;
10253
11145
  facebookFeedIntegrationType?: "own" | "business" | undefined;
11146
+ isCSATEnabled?: boolean | undefined;
10254
11147
  }>;
10255
11148
  platformId: z.ZodString;
10256
11149
  }, "strip", z.ZodTypeAny, {
@@ -10285,6 +11178,7 @@ export declare const channelContract: {
10285
11178
  lineRichMenuId?: string | null | undefined;
10286
11179
  messengerIntegrationType?: "own" | "business" | undefined;
10287
11180
  facebookFeedIntegrationType?: "own" | "business" | undefined;
11181
+ isCSATEnabled?: boolean | undefined;
10288
11182
  };
10289
11183
  platformId: string;
10290
11184
  }, {
@@ -10319,6 +11213,7 @@ export declare const channelContract: {
10319
11213
  lineRichMenuId?: string | null | undefined;
10320
11214
  messengerIntegrationType?: "own" | "business" | undefined;
10321
11215
  facebookFeedIntegrationType?: "own" | "business" | undefined;
11216
+ isCSATEnabled?: boolean | undefined;
10322
11217
  };
10323
11218
  platformId: string;
10324
11219
  }>;
@@ -10397,6 +11292,7 @@ export declare const channelContract: {
10397
11292
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
10398
11293
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
10399
11294
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
11295
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
10400
11296
  }, "strip", z.ZodTypeAny, {
10401
11297
  name: string;
10402
11298
  id: string;
@@ -10426,6 +11322,7 @@ export declare const channelContract: {
10426
11322
  lineRichMenuId?: string | null | undefined;
10427
11323
  messengerIntegrationType?: "own" | "business" | undefined;
10428
11324
  facebookFeedIntegrationType?: "own" | "business" | undefined;
11325
+ isCSATEnabled?: boolean | undefined;
10429
11326
  }, {
10430
11327
  name: string;
10431
11328
  id: string;
@@ -10455,6 +11352,7 @@ export declare const channelContract: {
10455
11352
  lineRichMenuId?: string | null | undefined;
10456
11353
  messengerIntegrationType?: "own" | "business" | undefined;
10457
11354
  facebookFeedIntegrationType?: "own" | "business" | undefined;
11355
+ isCSATEnabled?: boolean | undefined;
10458
11356
  }>;
10459
11357
  brandName: z.ZodString;
10460
11358
  platformId: z.ZodString;
@@ -10718,6 +11616,7 @@ export declare const channelContract: {
10718
11616
  lineRichMenuId?: string | null | undefined;
10719
11617
  messengerIntegrationType?: "own" | "business" | undefined;
10720
11618
  facebookFeedIntegrationType?: "own" | "business" | undefined;
11619
+ isCSATEnabled?: boolean | undefined;
10721
11620
  };
10722
11621
  status: boolean;
10723
11622
  createdAt: Date;
@@ -10812,6 +11711,7 @@ export declare const channelContract: {
10812
11711
  lineRichMenuId?: string | null | undefined;
10813
11712
  messengerIntegrationType?: "own" | "business" | undefined;
10814
11713
  facebookFeedIntegrationType?: "own" | "business" | undefined;
11714
+ isCSATEnabled?: boolean | undefined;
10815
11715
  };
10816
11716
  status: boolean;
10817
11717
  createdAt: Date;
@@ -10908,6 +11808,7 @@ export declare const channelContract: {
10908
11808
  lineRichMenuId?: string | null | undefined;
10909
11809
  messengerIntegrationType?: "own" | "business" | undefined;
10910
11810
  facebookFeedIntegrationType?: "own" | "business" | undefined;
11811
+ isCSATEnabled?: boolean | undefined;
10911
11812
  };
10912
11813
  status: boolean;
10913
11814
  createdAt: Date;
@@ -11005,6 +11906,7 @@ export declare const channelContract: {
11005
11906
  lineRichMenuId?: string | null | undefined;
11006
11907
  messengerIntegrationType?: "own" | "business" | undefined;
11007
11908
  facebookFeedIntegrationType?: "own" | "business" | undefined;
11909
+ isCSATEnabled?: boolean | undefined;
11008
11910
  };
11009
11911
  status: boolean;
11010
11912
  createdAt: Date;
@@ -11227,7 +12129,7 @@ export declare const channelContract: {
11227
12129
  error?: any;
11228
12130
  }>;
11229
12131
  };
11230
- path: "channel/whatsapp/waapi";
12132
+ path: "channel/whatsapp/mobile";
11231
12133
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
11232
12134
  'x-tenant': z.ZodString;
11233
12135
  'x-service-token': z.ZodString;
@@ -11248,11 +12150,11 @@ export declare const channelContract: {
11248
12150
  getWaapiQr: {
11249
12151
  method: "GET";
11250
12152
  query: z.ZodObject<{
11251
- channelId: z.ZodString;
12153
+ instanceId: z.ZodString;
11252
12154
  }, "strip", z.ZodTypeAny, {
11253
- channelId: string;
12155
+ instanceId: string;
11254
12156
  }, {
11255
- channelId: string;
12157
+ instanceId: string;
11256
12158
  }>;
11257
12159
  responses: {
11258
12160
  200: z.ZodObject<{
@@ -11301,7 +12203,64 @@ export declare const channelContract: {
11301
12203
  error?: any;
11302
12204
  }>;
11303
12205
  };
11304
- path: "channel/whatsapp/waapi/qr";
12206
+ path: "channel/whatsapp/mobile/qr";
12207
+ headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
12208
+ 'x-tenant': z.ZodString;
12209
+ 'x-service-token': z.ZodString;
12210
+ 'x-code': z.ZodOptional<z.ZodString>;
12211
+ 'x-client-timezone': z.ZodDefault<z.ZodString>;
12212
+ }, "strip", z.ZodTypeAny, {
12213
+ 'x-tenant': string;
12214
+ 'x-service-token': string;
12215
+ 'x-client-timezone': string;
12216
+ 'x-code'?: string | undefined;
12217
+ }, {
12218
+ 'x-tenant': string;
12219
+ 'x-service-token': string;
12220
+ 'x-code'?: string | undefined;
12221
+ 'x-client-timezone'?: string | undefined;
12222
+ }>>>;
12223
+ };
12224
+ deleteWaapi: {
12225
+ body: z.ZodOptional<z.ZodAny>;
12226
+ method: "DELETE";
12227
+ pathParams: z.ZodObject<{
12228
+ instanceId: z.ZodString;
12229
+ }, "strip", z.ZodTypeAny, {
12230
+ instanceId: string;
12231
+ }, {
12232
+ instanceId: string;
12233
+ }>;
12234
+ responses: {
12235
+ 200: z.ZodObject<{
12236
+ requestId: z.ZodString;
12237
+ }, "strip", z.ZodTypeAny, {
12238
+ requestId: string;
12239
+ }, {
12240
+ requestId: string;
12241
+ }>;
12242
+ 500: z.ZodObject<{
12243
+ message: z.ZodString;
12244
+ error: z.ZodAny;
12245
+ }, "strip", z.ZodTypeAny, {
12246
+ message: string;
12247
+ error?: any;
12248
+ }, {
12249
+ message: string;
12250
+ error?: any;
12251
+ }>;
12252
+ 400: z.ZodObject<{
12253
+ message: z.ZodString;
12254
+ error: z.ZodAny;
12255
+ }, "strip", z.ZodTypeAny, {
12256
+ message: string;
12257
+ error?: any;
12258
+ }, {
12259
+ message: string;
12260
+ error?: any;
12261
+ }>;
12262
+ };
12263
+ path: "channel/whatsapp/mobile/:instanceId";
11305
12264
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
11306
12265
  'x-tenant': z.ZodString;
11307
12266
  'x-service-token': z.ZodString;
@@ -11407,6 +12366,7 @@ export declare const channelContract: {
11407
12366
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
11408
12367
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
11409
12368
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
12369
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
11410
12370
  }, "strip", z.ZodTypeAny, {
11411
12371
  name: string;
11412
12372
  id: string;
@@ -11436,6 +12396,7 @@ export declare const channelContract: {
11436
12396
  lineRichMenuId?: string | null | undefined;
11437
12397
  messengerIntegrationType?: "own" | "business" | undefined;
11438
12398
  facebookFeedIntegrationType?: "own" | "business" | undefined;
12399
+ isCSATEnabled?: boolean | undefined;
11439
12400
  }, {
11440
12401
  name: string;
11441
12402
  id: string;
@@ -11465,6 +12426,7 @@ export declare const channelContract: {
11465
12426
  lineRichMenuId?: string | null | undefined;
11466
12427
  messengerIntegrationType?: "own" | "business" | undefined;
11467
12428
  facebookFeedIntegrationType?: "own" | "business" | undefined;
12429
+ isCSATEnabled?: boolean | undefined;
11468
12430
  }>;
11469
12431
  brandName: z.ZodString;
11470
12432
  platformId: z.ZodString;
@@ -11728,6 +12690,7 @@ export declare const channelContract: {
11728
12690
  lineRichMenuId?: string | null | undefined;
11729
12691
  messengerIntegrationType?: "own" | "business" | undefined;
11730
12692
  facebookFeedIntegrationType?: "own" | "business" | undefined;
12693
+ isCSATEnabled?: boolean | undefined;
11731
12694
  };
11732
12695
  status: boolean;
11733
12696
  createdAt: Date;
@@ -11822,6 +12785,7 @@ export declare const channelContract: {
11822
12785
  lineRichMenuId?: string | null | undefined;
11823
12786
  messengerIntegrationType?: "own" | "business" | undefined;
11824
12787
  facebookFeedIntegrationType?: "own" | "business" | undefined;
12788
+ isCSATEnabled?: boolean | undefined;
11825
12789
  };
11826
12790
  status: boolean;
11827
12791
  createdAt: Date;
@@ -11918,6 +12882,7 @@ export declare const channelContract: {
11918
12882
  lineRichMenuId?: string | null | undefined;
11919
12883
  messengerIntegrationType?: "own" | "business" | undefined;
11920
12884
  facebookFeedIntegrationType?: "own" | "business" | undefined;
12885
+ isCSATEnabled?: boolean | undefined;
11921
12886
  };
11922
12887
  status: boolean;
11923
12888
  createdAt: Date;
@@ -12015,6 +12980,7 @@ export declare const channelContract: {
12015
12980
  lineRichMenuId?: string | null | undefined;
12016
12981
  messengerIntegrationType?: "own" | "business" | undefined;
12017
12982
  facebookFeedIntegrationType?: "own" | "business" | undefined;
12983
+ isCSATEnabled?: boolean | undefined;
12018
12984
  };
12019
12985
  status: boolean;
12020
12986
  createdAt: Date;
@@ -12393,6 +13359,7 @@ export declare const channelFacebookFeedContract: {
12393
13359
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
12394
13360
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
12395
13361
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
13362
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
12396
13363
  }, "strip", z.ZodTypeAny, {
12397
13364
  name: string;
12398
13365
  id: string;
@@ -12422,6 +13389,7 @@ export declare const channelFacebookFeedContract: {
12422
13389
  lineRichMenuId?: string | null | undefined;
12423
13390
  messengerIntegrationType?: "own" | "business" | undefined;
12424
13391
  facebookFeedIntegrationType?: "own" | "business" | undefined;
13392
+ isCSATEnabled?: boolean | undefined;
12425
13393
  }, {
12426
13394
  name: string;
12427
13395
  id: string;
@@ -12451,6 +13419,7 @@ export declare const channelFacebookFeedContract: {
12451
13419
  lineRichMenuId?: string | null | undefined;
12452
13420
  messengerIntegrationType?: "own" | "business" | undefined;
12453
13421
  facebookFeedIntegrationType?: "own" | "business" | undefined;
13422
+ isCSATEnabled?: boolean | undefined;
12454
13423
  }>;
12455
13424
  platformId: z.ZodString;
12456
13425
  connectedUserId: z.ZodString;
@@ -12487,6 +13456,7 @@ export declare const channelFacebookFeedContract: {
12487
13456
  lineRichMenuId?: string | null | undefined;
12488
13457
  messengerIntegrationType?: "own" | "business" | undefined;
12489
13458
  facebookFeedIntegrationType?: "own" | "business" | undefined;
13459
+ isCSATEnabled?: boolean | undefined;
12490
13460
  };
12491
13461
  platformId: string;
12492
13462
  connectedUserId: string;
@@ -12523,6 +13493,7 @@ export declare const channelFacebookFeedContract: {
12523
13493
  lineRichMenuId?: string | null | undefined;
12524
13494
  messengerIntegrationType?: "own" | "business" | undefined;
12525
13495
  facebookFeedIntegrationType?: "own" | "business" | undefined;
13496
+ isCSATEnabled?: boolean | undefined;
12526
13497
  };
12527
13498
  platformId: string;
12528
13499
  connectedUserId: string;
@@ -12603,6 +13574,7 @@ export declare const channelFacebookFeedContract: {
12603
13574
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
12604
13575
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
12605
13576
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
13577
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
12606
13578
  }, "strip", z.ZodTypeAny, {
12607
13579
  name: string;
12608
13580
  id: string;
@@ -12632,6 +13604,7 @@ export declare const channelFacebookFeedContract: {
12632
13604
  lineRichMenuId?: string | null | undefined;
12633
13605
  messengerIntegrationType?: "own" | "business" | undefined;
12634
13606
  facebookFeedIntegrationType?: "own" | "business" | undefined;
13607
+ isCSATEnabled?: boolean | undefined;
12635
13608
  }, {
12636
13609
  name: string;
12637
13610
  id: string;
@@ -12661,6 +13634,7 @@ export declare const channelFacebookFeedContract: {
12661
13634
  lineRichMenuId?: string | null | undefined;
12662
13635
  messengerIntegrationType?: "own" | "business" | undefined;
12663
13636
  facebookFeedIntegrationType?: "own" | "business" | undefined;
13637
+ isCSATEnabled?: boolean | undefined;
12664
13638
  }>;
12665
13639
  brandName: z.ZodString;
12666
13640
  platformId: z.ZodString;
@@ -12924,6 +13898,7 @@ export declare const channelFacebookFeedContract: {
12924
13898
  lineRichMenuId?: string | null | undefined;
12925
13899
  messengerIntegrationType?: "own" | "business" | undefined;
12926
13900
  facebookFeedIntegrationType?: "own" | "business" | undefined;
13901
+ isCSATEnabled?: boolean | undefined;
12927
13902
  };
12928
13903
  status: boolean;
12929
13904
  createdAt: Date;
@@ -13018,6 +13993,7 @@ export declare const channelFacebookFeedContract: {
13018
13993
  lineRichMenuId?: string | null | undefined;
13019
13994
  messengerIntegrationType?: "own" | "business" | undefined;
13020
13995
  facebookFeedIntegrationType?: "own" | "business" | undefined;
13996
+ isCSATEnabled?: boolean | undefined;
13021
13997
  };
13022
13998
  status: boolean;
13023
13999
  createdAt: Date;
@@ -13114,6 +14090,7 @@ export declare const channelFacebookFeedContract: {
13114
14090
  lineRichMenuId?: string | null | undefined;
13115
14091
  messengerIntegrationType?: "own" | "business" | undefined;
13116
14092
  facebookFeedIntegrationType?: "own" | "business" | undefined;
14093
+ isCSATEnabled?: boolean | undefined;
13117
14094
  };
13118
14095
  status: boolean;
13119
14096
  createdAt: Date;
@@ -13211,6 +14188,7 @@ export declare const channelFacebookFeedContract: {
13211
14188
  lineRichMenuId?: string | null | undefined;
13212
14189
  messengerIntegrationType?: "own" | "business" | undefined;
13213
14190
  facebookFeedIntegrationType?: "own" | "business" | undefined;
14191
+ isCSATEnabled?: boolean | undefined;
13214
14192
  };
13215
14193
  status: boolean;
13216
14194
  createdAt: Date;
@@ -13372,6 +14350,7 @@ export declare const channelBotContract: {
13372
14350
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
13373
14351
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
13374
14352
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
14353
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
13375
14354
  }, "strip", z.ZodTypeAny, {
13376
14355
  name: string;
13377
14356
  id: string;
@@ -13401,6 +14380,7 @@ export declare const channelBotContract: {
13401
14380
  lineRichMenuId?: string | null | undefined;
13402
14381
  messengerIntegrationType?: "own" | "business" | undefined;
13403
14382
  facebookFeedIntegrationType?: "own" | "business" | undefined;
14383
+ isCSATEnabled?: boolean | undefined;
13404
14384
  }, {
13405
14385
  name: string;
13406
14386
  id: string;
@@ -13430,6 +14410,7 @@ export declare const channelBotContract: {
13430
14410
  lineRichMenuId?: string | null | undefined;
13431
14411
  messengerIntegrationType?: "own" | "business" | undefined;
13432
14412
  facebookFeedIntegrationType?: "own" | "business" | undefined;
14413
+ isCSATEnabled?: boolean | undefined;
13433
14414
  }>;
13434
14415
  brandName: z.ZodString;
13435
14416
  platformId: z.ZodString;
@@ -13693,6 +14674,7 @@ export declare const channelBotContract: {
13693
14674
  lineRichMenuId?: string | null | undefined;
13694
14675
  messengerIntegrationType?: "own" | "business" | undefined;
13695
14676
  facebookFeedIntegrationType?: "own" | "business" | undefined;
14677
+ isCSATEnabled?: boolean | undefined;
13696
14678
  };
13697
14679
  status: boolean;
13698
14680
  createdAt: Date;
@@ -13787,6 +14769,7 @@ export declare const channelBotContract: {
13787
14769
  lineRichMenuId?: string | null | undefined;
13788
14770
  messengerIntegrationType?: "own" | "business" | undefined;
13789
14771
  facebookFeedIntegrationType?: "own" | "business" | undefined;
14772
+ isCSATEnabled?: boolean | undefined;
13790
14773
  };
13791
14774
  status: boolean;
13792
14775
  createdAt: Date;
@@ -13883,6 +14866,7 @@ export declare const channelBotContract: {
13883
14866
  lineRichMenuId?: string | null | undefined;
13884
14867
  messengerIntegrationType?: "own" | "business" | undefined;
13885
14868
  facebookFeedIntegrationType?: "own" | "business" | undefined;
14869
+ isCSATEnabled?: boolean | undefined;
13886
14870
  };
13887
14871
  status: boolean;
13888
14872
  createdAt: Date;
@@ -13980,6 +14964,7 @@ export declare const channelBotContract: {
13980
14964
  lineRichMenuId?: string | null | undefined;
13981
14965
  messengerIntegrationType?: "own" | "business" | undefined;
13982
14966
  facebookFeedIntegrationType?: "own" | "business" | undefined;
14967
+ isCSATEnabled?: boolean | undefined;
13983
14968
  };
13984
14969
  status: boolean;
13985
14970
  createdAt: Date;
@@ -14143,6 +15128,7 @@ export declare const channelBotContract: {
14143
15128
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
14144
15129
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
14145
15130
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
15131
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
14146
15132
  }, "strip", z.ZodTypeAny, {
14147
15133
  name: string;
14148
15134
  id: string;
@@ -14172,6 +15158,7 @@ export declare const channelBotContract: {
14172
15158
  lineRichMenuId?: string | null | undefined;
14173
15159
  messengerIntegrationType?: "own" | "business" | undefined;
14174
15160
  facebookFeedIntegrationType?: "own" | "business" | undefined;
15161
+ isCSATEnabled?: boolean | undefined;
14175
15162
  }, {
14176
15163
  name: string;
14177
15164
  id: string;
@@ -14201,6 +15188,7 @@ export declare const channelBotContract: {
14201
15188
  lineRichMenuId?: string | null | undefined;
14202
15189
  messengerIntegrationType?: "own" | "business" | undefined;
14203
15190
  facebookFeedIntegrationType?: "own" | "business" | undefined;
15191
+ isCSATEnabled?: boolean | undefined;
14204
15192
  }>;
14205
15193
  brandName: z.ZodString;
14206
15194
  platformId: z.ZodString;
@@ -14464,6 +15452,7 @@ export declare const channelBotContract: {
14464
15452
  lineRichMenuId?: string | null | undefined;
14465
15453
  messengerIntegrationType?: "own" | "business" | undefined;
14466
15454
  facebookFeedIntegrationType?: "own" | "business" | undefined;
15455
+ isCSATEnabled?: boolean | undefined;
14467
15456
  };
14468
15457
  status: boolean;
14469
15458
  createdAt: Date;
@@ -14558,6 +15547,7 @@ export declare const channelBotContract: {
14558
15547
  lineRichMenuId?: string | null | undefined;
14559
15548
  messengerIntegrationType?: "own" | "business" | undefined;
14560
15549
  facebookFeedIntegrationType?: "own" | "business" | undefined;
15550
+ isCSATEnabled?: boolean | undefined;
14561
15551
  };
14562
15552
  status: boolean;
14563
15553
  createdAt: Date;
@@ -14654,6 +15644,7 @@ export declare const channelBotContract: {
14654
15644
  lineRichMenuId?: string | null | undefined;
14655
15645
  messengerIntegrationType?: "own" | "business" | undefined;
14656
15646
  facebookFeedIntegrationType?: "own" | "business" | undefined;
15647
+ isCSATEnabled?: boolean | undefined;
14657
15648
  };
14658
15649
  status: boolean;
14659
15650
  createdAt: Date;
@@ -14751,6 +15742,7 @@ export declare const channelBotContract: {
14751
15742
  lineRichMenuId?: string | null | undefined;
14752
15743
  messengerIntegrationType?: "own" | "business" | undefined;
14753
15744
  facebookFeedIntegrationType?: "own" | "business" | undefined;
15745
+ isCSATEnabled?: boolean | undefined;
14754
15746
  };
14755
15747
  status: boolean;
14756
15748
  createdAt: Date;
@@ -14952,6 +15944,7 @@ export declare const channelSMSContract: {
14952
15944
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
14953
15945
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
14954
15946
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
15947
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
14955
15948
  }, "strip", z.ZodTypeAny, {
14956
15949
  name: string;
14957
15950
  id: string;
@@ -14981,6 +15974,7 @@ export declare const channelSMSContract: {
14981
15974
  lineRichMenuId?: string | null | undefined;
14982
15975
  messengerIntegrationType?: "own" | "business" | undefined;
14983
15976
  facebookFeedIntegrationType?: "own" | "business" | undefined;
15977
+ isCSATEnabled?: boolean | undefined;
14984
15978
  }, {
14985
15979
  name: string;
14986
15980
  id: string;
@@ -15010,6 +16004,7 @@ export declare const channelSMSContract: {
15010
16004
  lineRichMenuId?: string | null | undefined;
15011
16005
  messengerIntegrationType?: "own" | "business" | undefined;
15012
16006
  facebookFeedIntegrationType?: "own" | "business" | undefined;
16007
+ isCSATEnabled?: boolean | undefined;
15013
16008
  }>;
15014
16009
  brandName: z.ZodString;
15015
16010
  platformId: z.ZodString;
@@ -15273,6 +16268,7 @@ export declare const channelSMSContract: {
15273
16268
  lineRichMenuId?: string | null | undefined;
15274
16269
  messengerIntegrationType?: "own" | "business" | undefined;
15275
16270
  facebookFeedIntegrationType?: "own" | "business" | undefined;
16271
+ isCSATEnabled?: boolean | undefined;
15276
16272
  };
15277
16273
  status: boolean;
15278
16274
  createdAt: Date;
@@ -15367,6 +16363,7 @@ export declare const channelSMSContract: {
15367
16363
  lineRichMenuId?: string | null | undefined;
15368
16364
  messengerIntegrationType?: "own" | "business" | undefined;
15369
16365
  facebookFeedIntegrationType?: "own" | "business" | undefined;
16366
+ isCSATEnabled?: boolean | undefined;
15370
16367
  };
15371
16368
  status: boolean;
15372
16369
  createdAt: Date;
@@ -15463,6 +16460,7 @@ export declare const channelSMSContract: {
15463
16460
  lineRichMenuId?: string | null | undefined;
15464
16461
  messengerIntegrationType?: "own" | "business" | undefined;
15465
16462
  facebookFeedIntegrationType?: "own" | "business" | undefined;
16463
+ isCSATEnabled?: boolean | undefined;
15466
16464
  };
15467
16465
  status: boolean;
15468
16466
  createdAt: Date;
@@ -15560,6 +16558,7 @@ export declare const channelSMSContract: {
15560
16558
  lineRichMenuId?: string | null | undefined;
15561
16559
  messengerIntegrationType?: "own" | "business" | undefined;
15562
16560
  facebookFeedIntegrationType?: "own" | "business" | undefined;
16561
+ isCSATEnabled?: boolean | undefined;
15563
16562
  };
15564
16563
  status: boolean;
15565
16564
  createdAt: Date;