@kl1/contracts 1.2.60-uat → 1.2.61-uat

Sign up to get free protection for your applications and to get access to all the features.
Files changed (51) hide show
  1. package/dist/api-contracts/src/channel/index.d.ts +144 -0
  2. package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
  3. package/dist/api-contracts/src/channel/schema.d.ts +8 -0
  4. package/dist/api-contracts/src/channel/schema.d.ts.map +1 -1
  5. package/dist/api-contracts/src/channel/validation.d.ts +10 -0
  6. package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
  7. package/dist/api-contracts/src/chat/index.d.ts +230 -0
  8. package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
  9. package/dist/api-contracts/src/chat/schema.d.ts +54 -0
  10. package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
  11. package/dist/api-contracts/src/chat/validation.d.ts +79 -0
  12. package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
  13. package/dist/api-contracts/src/contract.d.ts +872 -0
  14. package/dist/api-contracts/src/contract.d.ts.map +1 -1
  15. package/dist/api-contracts/src/cx-log/index.d.ts +11 -0
  16. package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
  17. package/dist/api-contracts/src/cx-log/schema.d.ts +9 -0
  18. package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
  19. package/dist/api-contracts/src/facebook-feed/index.d.ts +106 -0
  20. package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
  21. package/dist/api-contracts/src/facebook-feed/schema.d.ts +7 -0
  22. package/dist/api-contracts/src/facebook-feed/schema.d.ts.map +1 -1
  23. package/dist/api-contracts/src/facebook-feed/validation.d.ts +5 -0
  24. package/dist/api-contracts/src/facebook-feed/validation.d.ts.map +1 -1
  25. package/dist/api-contracts/src/instagram/index.d.ts +83 -0
  26. package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
  27. package/dist/api-contracts/src/line/index.d.ts +75 -0
  28. package/dist/api-contracts/src/line/index.d.ts.map +1 -1
  29. package/dist/api-contracts/src/line/validation.d.ts +9 -0
  30. package/dist/api-contracts/src/line/validation.d.ts.map +1 -1
  31. package/dist/api-contracts/src/messenger/index.d.ts +83 -0
  32. package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
  33. package/dist/api-contracts/src/messenger/validation.d.ts +5 -0
  34. package/dist/api-contracts/src/messenger/validation.d.ts.map +1 -1
  35. package/dist/api-contracts/src/sms/index.d.ts +37 -0
  36. package/dist/api-contracts/src/sms/index.d.ts.map +1 -1
  37. package/dist/api-contracts/src/telegram/index.d.ts +61 -0
  38. package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
  39. package/dist/api-contracts/src/viber/index.d.ts +61 -0
  40. package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
  41. package/dist/api-contracts/src/webchat/index.d.ts +61 -0
  42. package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
  43. package/dist/api-contracts/src/whatsapp/index.d.ts +71 -0
  44. package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
  45. package/dist/api-contracts/src/workflow-rule/index.d.ts +29 -0
  46. package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
  47. package/dist/index.js +2 -1
  48. package/dist/index.js.map +1 -1
  49. package/dist/index.mjs +2 -1
  50. package/dist/index.mjs.map +1 -1
  51. package/package.json +1 -1
@@ -1472,6 +1472,7 @@ export declare const receiveMessageContract: {
1472
1472
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1473
1473
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
1474
1474
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
1475
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
1475
1476
  }, "strip", z.ZodTypeAny, {
1476
1477
  name: string;
1477
1478
  id: string;
@@ -1501,6 +1502,7 @@ export declare const receiveMessageContract: {
1501
1502
  lineRichMenuId?: string | null | undefined;
1502
1503
  messengerIntegrationType?: "own" | "business" | undefined;
1503
1504
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1505
+ isCSATEnabled?: boolean | undefined;
1504
1506
  }, {
1505
1507
  name: string;
1506
1508
  id: string;
@@ -1530,6 +1532,7 @@ export declare const receiveMessageContract: {
1530
1532
  lineRichMenuId?: string | null | undefined;
1531
1533
  messengerIntegrationType?: "own" | "business" | undefined;
1532
1534
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1535
+ isCSATEnabled?: boolean | undefined;
1533
1536
  }>;
1534
1537
  platformId: z.ZodString;
1535
1538
  brandName: z.ZodString;
@@ -1589,6 +1592,7 @@ export declare const receiveMessageContract: {
1589
1592
  lineRichMenuId?: string | null | undefined;
1590
1593
  messengerIntegrationType?: "own" | "business" | undefined;
1591
1594
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1595
+ isCSATEnabled?: boolean | undefined;
1592
1596
  };
1593
1597
  status: boolean;
1594
1598
  brandName: string;
@@ -1636,6 +1640,7 @@ export declare const receiveMessageContract: {
1636
1640
  lineRichMenuId?: string | null | undefined;
1637
1641
  messengerIntegrationType?: "own" | "business" | undefined;
1638
1642
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1643
+ isCSATEnabled?: boolean | undefined;
1639
1644
  };
1640
1645
  status: boolean;
1641
1646
  brandName: string;
@@ -2432,6 +2437,7 @@ export declare const receiveMessageContract: {
2432
2437
  lineRichMenuId?: string | null | undefined;
2433
2438
  messengerIntegrationType?: "own" | "business" | undefined;
2434
2439
  facebookFeedIntegrationType?: "own" | "business" | undefined;
2440
+ isCSATEnabled?: boolean | undefined;
2435
2441
  };
2436
2442
  status: boolean;
2437
2443
  brandName: string;
@@ -2784,6 +2790,7 @@ export declare const receiveMessageContract: {
2784
2790
  lineRichMenuId?: string | null | undefined;
2785
2791
  messengerIntegrationType?: "own" | "business" | undefined;
2786
2792
  facebookFeedIntegrationType?: "own" | "business" | undefined;
2793
+ isCSATEnabled?: boolean | undefined;
2787
2794
  };
2788
2795
  status: boolean;
2789
2796
  brandName: string;
@@ -3792,6 +3799,7 @@ export declare const receiveMessageContract: {
3792
3799
  lineRichMenuId?: string | null | undefined;
3793
3800
  messengerIntegrationType?: "own" | "business" | undefined;
3794
3801
  facebookFeedIntegrationType?: "own" | "business" | undefined;
3802
+ isCSATEnabled?: boolean | undefined;
3795
3803
  };
3796
3804
  status: boolean;
3797
3805
  brandName: string;
@@ -4307,6 +4315,7 @@ export declare const receiveMessageContract: {
4307
4315
  lineRichMenuId?: string | null | undefined;
4308
4316
  messengerIntegrationType?: "own" | "business" | undefined;
4309
4317
  facebookFeedIntegrationType?: "own" | "business" | undefined;
4318
+ isCSATEnabled?: boolean | undefined;
4310
4319
  };
4311
4320
  status: boolean;
4312
4321
  brandName: string;
@@ -4824,6 +4833,7 @@ export declare const receiveMessageContract: {
4824
4833
  lineRichMenuId?: string | null | undefined;
4825
4834
  messengerIntegrationType?: "own" | "business" | undefined;
4826
4835
  facebookFeedIntegrationType?: "own" | "business" | undefined;
4836
+ isCSATEnabled?: boolean | undefined;
4827
4837
  };
4828
4838
  status: boolean;
4829
4839
  brandName: string;
@@ -5341,6 +5351,7 @@ export declare const receiveMessageContract: {
5341
5351
  lineRichMenuId?: string | null | undefined;
5342
5352
  messengerIntegrationType?: "own" | "business" | undefined;
5343
5353
  facebookFeedIntegrationType?: "own" | "business" | undefined;
5354
+ isCSATEnabled?: boolean | undefined;
5344
5355
  };
5345
5356
  status: boolean;
5346
5357
  brandName: string;
@@ -5730,6 +5741,7 @@ export declare const mainFeedContract: {
5730
5741
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
5731
5742
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
5732
5743
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
5744
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
5733
5745
  }, "strip", z.ZodTypeAny, {
5734
5746
  name: string;
5735
5747
  id: string;
@@ -5759,6 +5771,7 @@ export declare const mainFeedContract: {
5759
5771
  lineRichMenuId?: string | null | undefined;
5760
5772
  messengerIntegrationType?: "own" | "business" | undefined;
5761
5773
  facebookFeedIntegrationType?: "own" | "business" | undefined;
5774
+ isCSATEnabled?: boolean | undefined;
5762
5775
  }, {
5763
5776
  name: string;
5764
5777
  id: string;
@@ -5788,6 +5801,7 @@ export declare const mainFeedContract: {
5788
5801
  lineRichMenuId?: string | null | undefined;
5789
5802
  messengerIntegrationType?: "own" | "business" | undefined;
5790
5803
  facebookFeedIntegrationType?: "own" | "business" | undefined;
5804
+ isCSATEnabled?: boolean | undefined;
5791
5805
  }>;
5792
5806
  brandName: z.ZodString;
5793
5807
  platformId: z.ZodString;
@@ -6051,6 +6065,7 @@ export declare const mainFeedContract: {
6051
6065
  lineRichMenuId?: string | null | undefined;
6052
6066
  messengerIntegrationType?: "own" | "business" | undefined;
6053
6067
  facebookFeedIntegrationType?: "own" | "business" | undefined;
6068
+ isCSATEnabled?: boolean | undefined;
6054
6069
  };
6055
6070
  status: boolean;
6056
6071
  createdAt: Date;
@@ -6145,6 +6160,7 @@ export declare const mainFeedContract: {
6145
6160
  lineRichMenuId?: string | null | undefined;
6146
6161
  messengerIntegrationType?: "own" | "business" | undefined;
6147
6162
  facebookFeedIntegrationType?: "own" | "business" | undefined;
6163
+ isCSATEnabled?: boolean | undefined;
6148
6164
  };
6149
6165
  status: boolean;
6150
6166
  createdAt: Date;
@@ -7496,6 +7512,7 @@ export declare const mainFeedContract: {
7496
7512
  lineRichMenuId?: string | null | undefined;
7497
7513
  messengerIntegrationType?: "own" | "business" | undefined;
7498
7514
  facebookFeedIntegrationType?: "own" | "business" | undefined;
7515
+ isCSATEnabled?: boolean | undefined;
7499
7516
  };
7500
7517
  status: boolean;
7501
7518
  createdAt: Date;
@@ -7777,6 +7794,7 @@ export declare const mainFeedContract: {
7777
7794
  lineRichMenuId?: string | null | undefined;
7778
7795
  messengerIntegrationType?: "own" | "business" | undefined;
7779
7796
  facebookFeedIntegrationType?: "own" | "business" | undefined;
7797
+ isCSATEnabled?: boolean | undefined;
7780
7798
  };
7781
7799
  status: boolean;
7782
7800
  createdAt: Date;
@@ -8060,6 +8078,7 @@ export declare const mainFeedContract: {
8060
8078
  lineRichMenuId?: string | null | undefined;
8061
8079
  messengerIntegrationType?: "own" | "business" | undefined;
8062
8080
  facebookFeedIntegrationType?: "own" | "business" | undefined;
8081
+ isCSATEnabled?: boolean | undefined;
8063
8082
  };
8064
8083
  status: boolean;
8065
8084
  createdAt: Date;
@@ -8344,6 +8363,7 @@ export declare const mainFeedContract: {
8344
8363
  lineRichMenuId?: string | null | undefined;
8345
8364
  messengerIntegrationType?: "own" | "business" | undefined;
8346
8365
  facebookFeedIntegrationType?: "own" | "business" | undefined;
8366
+ isCSATEnabled?: boolean | undefined;
8347
8367
  };
8348
8368
  status: boolean;
8349
8369
  createdAt: Date;
@@ -10633,6 +10653,7 @@ export declare const mainFeedContract: {
10633
10653
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
10634
10654
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
10635
10655
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
10656
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
10636
10657
  }, "strip", z.ZodTypeAny, {
10637
10658
  name: string;
10638
10659
  id: string;
@@ -10662,6 +10683,7 @@ export declare const mainFeedContract: {
10662
10683
  lineRichMenuId?: string | null | undefined;
10663
10684
  messengerIntegrationType?: "own" | "business" | undefined;
10664
10685
  facebookFeedIntegrationType?: "own" | "business" | undefined;
10686
+ isCSATEnabled?: boolean | undefined;
10665
10687
  }, {
10666
10688
  name: string;
10667
10689
  id: string;
@@ -10691,6 +10713,7 @@ export declare const mainFeedContract: {
10691
10713
  lineRichMenuId?: string | null | undefined;
10692
10714
  messengerIntegrationType?: "own" | "business" | undefined;
10693
10715
  facebookFeedIntegrationType?: "own" | "business" | undefined;
10716
+ isCSATEnabled?: boolean | undefined;
10694
10717
  }>;
10695
10718
  brandName: z.ZodString;
10696
10719
  platformId: z.ZodString;
@@ -10954,6 +10977,7 @@ export declare const mainFeedContract: {
10954
10977
  lineRichMenuId?: string | null | undefined;
10955
10978
  messengerIntegrationType?: "own" | "business" | undefined;
10956
10979
  facebookFeedIntegrationType?: "own" | "business" | undefined;
10980
+ isCSATEnabled?: boolean | undefined;
10957
10981
  };
10958
10982
  status: boolean;
10959
10983
  createdAt: Date;
@@ -11048,6 +11072,7 @@ export declare const mainFeedContract: {
11048
11072
  lineRichMenuId?: string | null | undefined;
11049
11073
  messengerIntegrationType?: "own" | "business" | undefined;
11050
11074
  facebookFeedIntegrationType?: "own" | "business" | undefined;
11075
+ isCSATEnabled?: boolean | undefined;
11051
11076
  };
11052
11077
  status: boolean;
11053
11078
  createdAt: Date;
@@ -11706,6 +11731,7 @@ export declare const mainFeedContract: {
11706
11731
  lineRichMenuId?: string | null | undefined;
11707
11732
  messengerIntegrationType?: "own" | "business" | undefined;
11708
11733
  facebookFeedIntegrationType?: "own" | "business" | undefined;
11734
+ isCSATEnabled?: boolean | undefined;
11709
11735
  };
11710
11736
  status: boolean;
11711
11737
  createdAt: Date;
@@ -12134,6 +12160,7 @@ export declare const mainFeedContract: {
12134
12160
  lineRichMenuId?: string | null | undefined;
12135
12161
  messengerIntegrationType?: "own" | "business" | undefined;
12136
12162
  facebookFeedIntegrationType?: "own" | "business" | undefined;
12163
+ isCSATEnabled?: boolean | undefined;
12137
12164
  };
12138
12165
  status: boolean;
12139
12166
  createdAt: Date;
@@ -16360,6 +16387,7 @@ export declare const mainFeedContract: {
16360
16387
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
16361
16388
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
16362
16389
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
16390
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
16363
16391
  }, "strip", z.ZodTypeAny, {
16364
16392
  name: string;
16365
16393
  id: string;
@@ -16389,6 +16417,7 @@ export declare const mainFeedContract: {
16389
16417
  lineRichMenuId?: string | null | undefined;
16390
16418
  messengerIntegrationType?: "own" | "business" | undefined;
16391
16419
  facebookFeedIntegrationType?: "own" | "business" | undefined;
16420
+ isCSATEnabled?: boolean | undefined;
16392
16421
  }, {
16393
16422
  name: string;
16394
16423
  id: string;
@@ -16418,6 +16447,7 @@ export declare const mainFeedContract: {
16418
16447
  lineRichMenuId?: string | null | undefined;
16419
16448
  messengerIntegrationType?: "own" | "business" | undefined;
16420
16449
  facebookFeedIntegrationType?: "own" | "business" | undefined;
16450
+ isCSATEnabled?: boolean | undefined;
16421
16451
  }>;
16422
16452
  brandName: z.ZodString;
16423
16453
  platformId: z.ZodString;
@@ -16681,6 +16711,7 @@ export declare const mainFeedContract: {
16681
16711
  lineRichMenuId?: string | null | undefined;
16682
16712
  messengerIntegrationType?: "own" | "business" | undefined;
16683
16713
  facebookFeedIntegrationType?: "own" | "business" | undefined;
16714
+ isCSATEnabled?: boolean | undefined;
16684
16715
  };
16685
16716
  status: boolean;
16686
16717
  createdAt: Date;
@@ -16775,6 +16806,7 @@ export declare const mainFeedContract: {
16775
16806
  lineRichMenuId?: string | null | undefined;
16776
16807
  messengerIntegrationType?: "own" | "business" | undefined;
16777
16808
  facebookFeedIntegrationType?: "own" | "business" | undefined;
16809
+ isCSATEnabled?: boolean | undefined;
16778
16810
  };
16779
16811
  status: boolean;
16780
16812
  createdAt: Date;
@@ -17433,6 +17465,7 @@ export declare const mainFeedContract: {
17433
17465
  lineRichMenuId?: string | null | undefined;
17434
17466
  messengerIntegrationType?: "own" | "business" | undefined;
17435
17467
  facebookFeedIntegrationType?: "own" | "business" | undefined;
17468
+ isCSATEnabled?: boolean | undefined;
17436
17469
  };
17437
17470
  status: boolean;
17438
17471
  createdAt: Date;
@@ -17861,6 +17894,7 @@ export declare const mainFeedContract: {
17861
17894
  lineRichMenuId?: string | null | undefined;
17862
17895
  messengerIntegrationType?: "own" | "business" | undefined;
17863
17896
  facebookFeedIntegrationType?: "own" | "business" | undefined;
17897
+ isCSATEnabled?: boolean | undefined;
17864
17898
  };
17865
17899
  status: boolean;
17866
17900
  createdAt: Date;
@@ -20062,6 +20096,7 @@ export declare const mainFeedContract: {
20062
20096
  lineRichMenuId?: string | null | undefined;
20063
20097
  messengerIntegrationType?: "own" | "business" | undefined;
20064
20098
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20099
+ isCSATEnabled?: boolean | undefined;
20065
20100
  };
20066
20101
  status: boolean;
20067
20102
  createdAt: Date;
@@ -20827,6 +20862,7 @@ export declare const mainFeedContract: {
20827
20862
  lineRichMenuId?: string | null | undefined;
20828
20863
  messengerIntegrationType?: "own" | "business" | undefined;
20829
20864
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20865
+ isCSATEnabled?: boolean | undefined;
20830
20866
  };
20831
20867
  status: boolean;
20832
20868
  createdAt: Date;
@@ -21599,6 +21635,7 @@ export declare const mainFeedContract: {
21599
21635
  lineRichMenuId?: string | null | undefined;
21600
21636
  messengerIntegrationType?: "own" | "business" | undefined;
21601
21637
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21638
+ isCSATEnabled?: boolean | undefined;
21602
21639
  };
21603
21640
  status: boolean;
21604
21641
  createdAt: Date;
@@ -22359,6 +22396,7 @@ export declare const mainFeedContract: {
22359
22396
  lineRichMenuId?: string | null | undefined;
22360
22397
  messengerIntegrationType?: "own" | "business" | undefined;
22361
22398
  facebookFeedIntegrationType?: "own" | "business" | undefined;
22399
+ isCSATEnabled?: boolean | undefined;
22362
22400
  };
22363
22401
  status: boolean;
22364
22402
  createdAt: Date;
@@ -23257,6 +23295,7 @@ export declare const mainFeedContract: {
23257
23295
  lineRichMenuId?: string | null | undefined;
23258
23296
  messengerIntegrationType?: "own" | "business" | undefined;
23259
23297
  facebookFeedIntegrationType?: "own" | "business" | undefined;
23298
+ isCSATEnabled?: boolean | undefined;
23260
23299
  };
23261
23300
  status: boolean;
23262
23301
  createdAt: Date;
@@ -24017,6 +24056,7 @@ export declare const mainFeedContract: {
24017
24056
  lineRichMenuId?: string | null | undefined;
24018
24057
  messengerIntegrationType?: "own" | "business" | undefined;
24019
24058
  facebookFeedIntegrationType?: "own" | "business" | undefined;
24059
+ isCSATEnabled?: boolean | undefined;
24020
24060
  };
24021
24061
  status: boolean;
24022
24062
  createdAt: Date;
@@ -24917,6 +24957,7 @@ export declare const mainFeedContract: {
24917
24957
  lineRichMenuId?: string | null | undefined;
24918
24958
  messengerIntegrationType?: "own" | "business" | undefined;
24919
24959
  facebookFeedIntegrationType?: "own" | "business" | undefined;
24960
+ isCSATEnabled?: boolean | undefined;
24920
24961
  };
24921
24962
  status: boolean;
24922
24963
  createdAt: Date;
@@ -25677,6 +25718,7 @@ export declare const mainFeedContract: {
25677
25718
  lineRichMenuId?: string | null | undefined;
25678
25719
  messengerIntegrationType?: "own" | "business" | undefined;
25679
25720
  facebookFeedIntegrationType?: "own" | "business" | undefined;
25721
+ isCSATEnabled?: boolean | undefined;
25680
25722
  };
25681
25723
  status: boolean;
25682
25724
  createdAt: Date;
@@ -26581,6 +26623,7 @@ export declare const mainFeedContract: {
26581
26623
  lineRichMenuId?: string | null | undefined;
26582
26624
  messengerIntegrationType?: "own" | "business" | undefined;
26583
26625
  facebookFeedIntegrationType?: "own" | "business" | undefined;
26626
+ isCSATEnabled?: boolean | undefined;
26584
26627
  };
26585
26628
  status: boolean;
26586
26629
  createdAt: Date;
@@ -27341,6 +27384,7 @@ export declare const mainFeedContract: {
27341
27384
  lineRichMenuId?: string | null | undefined;
27342
27385
  messengerIntegrationType?: "own" | "business" | undefined;
27343
27386
  facebookFeedIntegrationType?: "own" | "business" | undefined;
27387
+ isCSATEnabled?: boolean | undefined;
27344
27388
  };
27345
27389
  status: boolean;
27346
27390
  createdAt: Date;
@@ -29800,6 +29844,7 @@ export declare const mainChatRoomContract: {
29800
29844
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
29801
29845
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
29802
29846
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
29847
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
29803
29848
  }, "strip", z.ZodTypeAny, {
29804
29849
  name: string;
29805
29850
  id: string;
@@ -29829,6 +29874,7 @@ export declare const mainChatRoomContract: {
29829
29874
  lineRichMenuId?: string | null | undefined;
29830
29875
  messengerIntegrationType?: "own" | "business" | undefined;
29831
29876
  facebookFeedIntegrationType?: "own" | "business" | undefined;
29877
+ isCSATEnabled?: boolean | undefined;
29832
29878
  }, {
29833
29879
  name: string;
29834
29880
  id: string;
@@ -29858,6 +29904,7 @@ export declare const mainChatRoomContract: {
29858
29904
  lineRichMenuId?: string | null | undefined;
29859
29905
  messengerIntegrationType?: "own" | "business" | undefined;
29860
29906
  facebookFeedIntegrationType?: "own" | "business" | undefined;
29907
+ isCSATEnabled?: boolean | undefined;
29861
29908
  }>;
29862
29909
  brandName: z.ZodString;
29863
29910
  platformId: z.ZodString;
@@ -30121,6 +30168,7 @@ export declare const mainChatRoomContract: {
30121
30168
  lineRichMenuId?: string | null | undefined;
30122
30169
  messengerIntegrationType?: "own" | "business" | undefined;
30123
30170
  facebookFeedIntegrationType?: "own" | "business" | undefined;
30171
+ isCSATEnabled?: boolean | undefined;
30124
30172
  };
30125
30173
  status: boolean;
30126
30174
  createdAt: Date;
@@ -30215,6 +30263,7 @@ export declare const mainChatRoomContract: {
30215
30263
  lineRichMenuId?: string | null | undefined;
30216
30264
  messengerIntegrationType?: "own" | "business" | undefined;
30217
30265
  facebookFeedIntegrationType?: "own" | "business" | undefined;
30266
+ isCSATEnabled?: boolean | undefined;
30218
30267
  };
30219
30268
  status: boolean;
30220
30269
  createdAt: Date;
@@ -30873,6 +30922,7 @@ export declare const mainChatRoomContract: {
30873
30922
  lineRichMenuId?: string | null | undefined;
30874
30923
  messengerIntegrationType?: "own" | "business" | undefined;
30875
30924
  facebookFeedIntegrationType?: "own" | "business" | undefined;
30925
+ isCSATEnabled?: boolean | undefined;
30876
30926
  };
30877
30927
  status: boolean;
30878
30928
  createdAt: Date;
@@ -31301,6 +31351,7 @@ export declare const mainChatRoomContract: {
31301
31351
  lineRichMenuId?: string | null | undefined;
31302
31352
  messengerIntegrationType?: "own" | "business" | undefined;
31303
31353
  facebookFeedIntegrationType?: "own" | "business" | undefined;
31354
+ isCSATEnabled?: boolean | undefined;
31304
31355
  };
31305
31356
  status: boolean;
31306
31357
  createdAt: Date;
@@ -31741,6 +31792,7 @@ export declare const mainChatRoomContract: {
31741
31792
  lineRichMenuId?: string | null | undefined;
31742
31793
  messengerIntegrationType?: "own" | "business" | undefined;
31743
31794
  facebookFeedIntegrationType?: "own" | "business" | undefined;
31795
+ isCSATEnabled?: boolean | undefined;
31744
31796
  };
31745
31797
  status: boolean;
31746
31798
  createdAt: Date;
@@ -32179,6 +32231,7 @@ export declare const mainChatRoomContract: {
32179
32231
  lineRichMenuId?: string | null | undefined;
32180
32232
  messengerIntegrationType?: "own" | "business" | undefined;
32181
32233
  facebookFeedIntegrationType?: "own" | "business" | undefined;
32234
+ isCSATEnabled?: boolean | undefined;
32182
32235
  };
32183
32236
  status: boolean;
32184
32237
  createdAt: Date;
@@ -34167,6 +34220,7 @@ export declare const mainChatRoomContract: {
34167
34220
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
34168
34221
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
34169
34222
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
34223
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
34170
34224
  }, "strip", z.ZodTypeAny, {
34171
34225
  name: string;
34172
34226
  id: string;
@@ -34196,6 +34250,7 @@ export declare const mainChatRoomContract: {
34196
34250
  lineRichMenuId?: string | null | undefined;
34197
34251
  messengerIntegrationType?: "own" | "business" | undefined;
34198
34252
  facebookFeedIntegrationType?: "own" | "business" | undefined;
34253
+ isCSATEnabled?: boolean | undefined;
34199
34254
  }, {
34200
34255
  name: string;
34201
34256
  id: string;
@@ -34225,6 +34280,7 @@ export declare const mainChatRoomContract: {
34225
34280
  lineRichMenuId?: string | null | undefined;
34226
34281
  messengerIntegrationType?: "own" | "business" | undefined;
34227
34282
  facebookFeedIntegrationType?: "own" | "business" | undefined;
34283
+ isCSATEnabled?: boolean | undefined;
34228
34284
  }>;
34229
34285
  brandName: z.ZodString;
34230
34286
  platformId: z.ZodString;
@@ -34488,6 +34544,7 @@ export declare const mainChatRoomContract: {
34488
34544
  lineRichMenuId?: string | null | undefined;
34489
34545
  messengerIntegrationType?: "own" | "business" | undefined;
34490
34546
  facebookFeedIntegrationType?: "own" | "business" | undefined;
34547
+ isCSATEnabled?: boolean | undefined;
34491
34548
  };
34492
34549
  status: boolean;
34493
34550
  createdAt: Date;
@@ -34582,6 +34639,7 @@ export declare const mainChatRoomContract: {
34582
34639
  lineRichMenuId?: string | null | undefined;
34583
34640
  messengerIntegrationType?: "own" | "business" | undefined;
34584
34641
  facebookFeedIntegrationType?: "own" | "business" | undefined;
34642
+ isCSATEnabled?: boolean | undefined;
34585
34643
  };
34586
34644
  status: boolean;
34587
34645
  createdAt: Date;
@@ -35240,6 +35298,7 @@ export declare const mainChatRoomContract: {
35240
35298
  lineRichMenuId?: string | null | undefined;
35241
35299
  messengerIntegrationType?: "own" | "business" | undefined;
35242
35300
  facebookFeedIntegrationType?: "own" | "business" | undefined;
35301
+ isCSATEnabled?: boolean | undefined;
35243
35302
  };
35244
35303
  status: boolean;
35245
35304
  createdAt: Date;
@@ -35668,6 +35727,7 @@ export declare const mainChatRoomContract: {
35668
35727
  lineRichMenuId?: string | null | undefined;
35669
35728
  messengerIntegrationType?: "own" | "business" | undefined;
35670
35729
  facebookFeedIntegrationType?: "own" | "business" | undefined;
35730
+ isCSATEnabled?: boolean | undefined;
35671
35731
  };
35672
35732
  status: boolean;
35673
35733
  createdAt: Date;
@@ -36184,6 +36244,7 @@ export declare const mainChatRoomContract: {
36184
36244
  lineRichMenuId?: string | null | undefined;
36185
36245
  messengerIntegrationType?: "own" | "business" | undefined;
36186
36246
  facebookFeedIntegrationType?: "own" | "business" | undefined;
36247
+ isCSATEnabled?: boolean | undefined;
36187
36248
  };
36188
36249
  status: boolean;
36189
36250
  createdAt: Date;
@@ -36644,6 +36705,7 @@ export declare const mainChatRoomContract: {
36644
36705
  lineRichMenuId?: string | null | undefined;
36645
36706
  messengerIntegrationType?: "own" | "business" | undefined;
36646
36707
  facebookFeedIntegrationType?: "own" | "business" | undefined;
36708
+ isCSATEnabled?: boolean | undefined;
36647
36709
  };
36648
36710
  status: boolean;
36649
36711
  createdAt: Date;
@@ -37106,6 +37168,7 @@ export declare const mainChatRoomContract: {
37106
37168
  lineRichMenuId?: string | null | undefined;
37107
37169
  messengerIntegrationType?: "own" | "business" | undefined;
37108
37170
  facebookFeedIntegrationType?: "own" | "business" | undefined;
37171
+ isCSATEnabled?: boolean | undefined;
37109
37172
  };
37110
37173
  status: boolean;
37111
37174
  createdAt: Date;
@@ -37569,6 +37632,7 @@ export declare const mainChatRoomContract: {
37569
37632
  lineRichMenuId?: string | null | undefined;
37570
37633
  messengerIntegrationType?: "own" | "business" | undefined;
37571
37634
  facebookFeedIntegrationType?: "own" | "business" | undefined;
37635
+ isCSATEnabled?: boolean | undefined;
37572
37636
  };
37573
37637
  status: boolean;
37574
37638
  createdAt: Date;
@@ -38113,6 +38177,7 @@ export declare const mainChatRoomContract: {
38113
38177
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
38114
38178
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
38115
38179
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
38180
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
38116
38181
  }, "strip", z.ZodTypeAny, {
38117
38182
  name: string;
38118
38183
  id: string;
@@ -38142,6 +38207,7 @@ export declare const mainChatRoomContract: {
38142
38207
  lineRichMenuId?: string | null | undefined;
38143
38208
  messengerIntegrationType?: "own" | "business" | undefined;
38144
38209
  facebookFeedIntegrationType?: "own" | "business" | undefined;
38210
+ isCSATEnabled?: boolean | undefined;
38145
38211
  }, {
38146
38212
  name: string;
38147
38213
  id: string;
@@ -38171,6 +38237,7 @@ export declare const mainChatRoomContract: {
38171
38237
  lineRichMenuId?: string | null | undefined;
38172
38238
  messengerIntegrationType?: "own" | "business" | undefined;
38173
38239
  facebookFeedIntegrationType?: "own" | "business" | undefined;
38240
+ isCSATEnabled?: boolean | undefined;
38174
38241
  }>;
38175
38242
  brandName: z.ZodString;
38176
38243
  platformId: z.ZodString;
@@ -38434,6 +38501,7 @@ export declare const mainChatRoomContract: {
38434
38501
  lineRichMenuId?: string | null | undefined;
38435
38502
  messengerIntegrationType?: "own" | "business" | undefined;
38436
38503
  facebookFeedIntegrationType?: "own" | "business" | undefined;
38504
+ isCSATEnabled?: boolean | undefined;
38437
38505
  };
38438
38506
  status: boolean;
38439
38507
  createdAt: Date;
@@ -38528,6 +38596,7 @@ export declare const mainChatRoomContract: {
38528
38596
  lineRichMenuId?: string | null | undefined;
38529
38597
  messengerIntegrationType?: "own" | "business" | undefined;
38530
38598
  facebookFeedIntegrationType?: "own" | "business" | undefined;
38599
+ isCSATEnabled?: boolean | undefined;
38531
38600
  };
38532
38601
  status: boolean;
38533
38602
  createdAt: Date;
@@ -40657,6 +40726,7 @@ export declare const mainChatRoomContract: {
40657
40726
  lineRichMenuId?: string | null | undefined;
40658
40727
  messengerIntegrationType?: "own" | "business" | undefined;
40659
40728
  facebookFeedIntegrationType?: "own" | "business" | undefined;
40729
+ isCSATEnabled?: boolean | undefined;
40660
40730
  };
40661
40731
  status: boolean;
40662
40732
  createdAt: Date;
@@ -41086,6 +41156,7 @@ export declare const mainChatRoomContract: {
41086
41156
  lineRichMenuId?: string | null | undefined;
41087
41157
  messengerIntegrationType?: "own" | "business" | undefined;
41088
41158
  facebookFeedIntegrationType?: "own" | "business" | undefined;
41159
+ isCSATEnabled?: boolean | undefined;
41089
41160
  };
41090
41161
  status: boolean;
41091
41162
  createdAt: Date;
@@ -41517,6 +41588,7 @@ export declare const mainChatRoomContract: {
41517
41588
  lineRichMenuId?: string | null | undefined;
41518
41589
  messengerIntegrationType?: "own" | "business" | undefined;
41519
41590
  facebookFeedIntegrationType?: "own" | "business" | undefined;
41591
+ isCSATEnabled?: boolean | undefined;
41520
41592
  };
41521
41593
  status: boolean;
41522
41594
  createdAt: Date;
@@ -41949,6 +42021,7 @@ export declare const mainChatRoomContract: {
41949
42021
  lineRichMenuId?: string | null | undefined;
41950
42022
  messengerIntegrationType?: "own" | "business" | undefined;
41951
42023
  facebookFeedIntegrationType?: "own" | "business" | undefined;
42024
+ isCSATEnabled?: boolean | undefined;
41952
42025
  };
41953
42026
  status: boolean;
41954
42027
  createdAt: Date;
@@ -42461,6 +42534,7 @@ export declare const mainChatRoomContract: {
42461
42534
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
42462
42535
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
42463
42536
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
42537
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
42464
42538
  }, "strip", z.ZodTypeAny, {
42465
42539
  name: string;
42466
42540
  id: string;
@@ -42490,6 +42564,7 @@ export declare const mainChatRoomContract: {
42490
42564
  lineRichMenuId?: string | null | undefined;
42491
42565
  messengerIntegrationType?: "own" | "business" | undefined;
42492
42566
  facebookFeedIntegrationType?: "own" | "business" | undefined;
42567
+ isCSATEnabled?: boolean | undefined;
42493
42568
  }, {
42494
42569
  name: string;
42495
42570
  id: string;
@@ -42519,6 +42594,7 @@ export declare const mainChatRoomContract: {
42519
42594
  lineRichMenuId?: string | null | undefined;
42520
42595
  messengerIntegrationType?: "own" | "business" | undefined;
42521
42596
  facebookFeedIntegrationType?: "own" | "business" | undefined;
42597
+ isCSATEnabled?: boolean | undefined;
42522
42598
  }>;
42523
42599
  brandName: z.ZodString;
42524
42600
  platformId: z.ZodString;
@@ -42782,6 +42858,7 @@ export declare const mainChatRoomContract: {
42782
42858
  lineRichMenuId?: string | null | undefined;
42783
42859
  messengerIntegrationType?: "own" | "business" | undefined;
42784
42860
  facebookFeedIntegrationType?: "own" | "business" | undefined;
42861
+ isCSATEnabled?: boolean | undefined;
42785
42862
  };
42786
42863
  status: boolean;
42787
42864
  createdAt: Date;
@@ -42876,6 +42953,7 @@ export declare const mainChatRoomContract: {
42876
42953
  lineRichMenuId?: string | null | undefined;
42877
42954
  messengerIntegrationType?: "own" | "business" | undefined;
42878
42955
  facebookFeedIntegrationType?: "own" | "business" | undefined;
42956
+ isCSATEnabled?: boolean | undefined;
42879
42957
  };
42880
42958
  status: boolean;
42881
42959
  createdAt: Date;
@@ -45775,6 +45853,7 @@ export declare const mainChatRoomContract: {
45775
45853
  lineRichMenuId?: string | null | undefined;
45776
45854
  messengerIntegrationType?: "own" | "business" | undefined;
45777
45855
  facebookFeedIntegrationType?: "own" | "business" | undefined;
45856
+ isCSATEnabled?: boolean | undefined;
45778
45857
  };
45779
45858
  status: boolean;
45780
45859
  createdAt: Date;
@@ -46316,6 +46395,7 @@ export declare const mainChatRoomContract: {
46316
46395
  lineRichMenuId?: string | null | undefined;
46317
46396
  messengerIntegrationType?: "own" | "business" | undefined;
46318
46397
  facebookFeedIntegrationType?: "own" | "business" | undefined;
46398
+ isCSATEnabled?: boolean | undefined;
46319
46399
  };
46320
46400
  status: boolean;
46321
46401
  createdAt: Date;
@@ -46859,6 +46939,7 @@ export declare const mainChatRoomContract: {
46859
46939
  lineRichMenuId?: string | null | undefined;
46860
46940
  messengerIntegrationType?: "own" | "business" | undefined;
46861
46941
  facebookFeedIntegrationType?: "own" | "business" | undefined;
46942
+ isCSATEnabled?: boolean | undefined;
46862
46943
  };
46863
46944
  status: boolean;
46864
46945
  createdAt: Date;
@@ -47403,6 +47484,7 @@ export declare const mainChatRoomContract: {
47403
47484
  lineRichMenuId?: string | null | undefined;
47404
47485
  messengerIntegrationType?: "own" | "business" | undefined;
47405
47486
  facebookFeedIntegrationType?: "own" | "business" | undefined;
47487
+ isCSATEnabled?: boolean | undefined;
47406
47488
  };
47407
47489
  status: boolean;
47408
47490
  createdAt: Date;
@@ -48017,6 +48099,7 @@ export declare const mainChatRoomContract: {
48017
48099
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
48018
48100
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
48019
48101
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
48102
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
48020
48103
  }, "strip", z.ZodTypeAny, {
48021
48104
  name: string;
48022
48105
  id: string;
@@ -48046,6 +48129,7 @@ export declare const mainChatRoomContract: {
48046
48129
  lineRichMenuId?: string | null | undefined;
48047
48130
  messengerIntegrationType?: "own" | "business" | undefined;
48048
48131
  facebookFeedIntegrationType?: "own" | "business" | undefined;
48132
+ isCSATEnabled?: boolean | undefined;
48049
48133
  }, {
48050
48134
  name: string;
48051
48135
  id: string;
@@ -48075,6 +48159,7 @@ export declare const mainChatRoomContract: {
48075
48159
  lineRichMenuId?: string | null | undefined;
48076
48160
  messengerIntegrationType?: "own" | "business" | undefined;
48077
48161
  facebookFeedIntegrationType?: "own" | "business" | undefined;
48162
+ isCSATEnabled?: boolean | undefined;
48078
48163
  }>;
48079
48164
  brandName: z.ZodString;
48080
48165
  platformId: z.ZodString;
@@ -48338,6 +48423,7 @@ export declare const mainChatRoomContract: {
48338
48423
  lineRichMenuId?: string | null | undefined;
48339
48424
  messengerIntegrationType?: "own" | "business" | undefined;
48340
48425
  facebookFeedIntegrationType?: "own" | "business" | undefined;
48426
+ isCSATEnabled?: boolean | undefined;
48341
48427
  };
48342
48428
  status: boolean;
48343
48429
  createdAt: Date;
@@ -48432,6 +48518,7 @@ export declare const mainChatRoomContract: {
48432
48518
  lineRichMenuId?: string | null | undefined;
48433
48519
  messengerIntegrationType?: "own" | "business" | undefined;
48434
48520
  facebookFeedIntegrationType?: "own" | "business" | undefined;
48521
+ isCSATEnabled?: boolean | undefined;
48435
48522
  };
48436
48523
  status: boolean;
48437
48524
  createdAt: Date;
@@ -50561,6 +50648,7 @@ export declare const mainChatRoomContract: {
50561
50648
  lineRichMenuId?: string | null | undefined;
50562
50649
  messengerIntegrationType?: "own" | "business" | undefined;
50563
50650
  facebookFeedIntegrationType?: "own" | "business" | undefined;
50651
+ isCSATEnabled?: boolean | undefined;
50564
50652
  };
50565
50653
  status: boolean;
50566
50654
  createdAt: Date;
@@ -50990,6 +51078,7 @@ export declare const mainChatRoomContract: {
50990
51078
  lineRichMenuId?: string | null | undefined;
50991
51079
  messengerIntegrationType?: "own" | "business" | undefined;
50992
51080
  facebookFeedIntegrationType?: "own" | "business" | undefined;
51081
+ isCSATEnabled?: boolean | undefined;
50993
51082
  };
50994
51083
  status: boolean;
50995
51084
  createdAt: Date;
@@ -51421,6 +51510,7 @@ export declare const mainChatRoomContract: {
51421
51510
  lineRichMenuId?: string | null | undefined;
51422
51511
  messengerIntegrationType?: "own" | "business" | undefined;
51423
51512
  facebookFeedIntegrationType?: "own" | "business" | undefined;
51513
+ isCSATEnabled?: boolean | undefined;
51424
51514
  };
51425
51515
  status: boolean;
51426
51516
  createdAt: Date;
@@ -51853,6 +51943,7 @@ export declare const mainChatRoomContract: {
51853
51943
  lineRichMenuId?: string | null | undefined;
51854
51944
  messengerIntegrationType?: "own" | "business" | undefined;
51855
51945
  facebookFeedIntegrationType?: "own" | "business" | undefined;
51946
+ isCSATEnabled?: boolean | undefined;
51856
51947
  };
51857
51948
  status: boolean;
51858
51949
  createdAt: Date;
@@ -52369,6 +52460,7 @@ export declare const mainChatRoomContract: {
52369
52460
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
52370
52461
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
52371
52462
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
52463
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
52372
52464
  }, "strip", z.ZodTypeAny, {
52373
52465
  name: string;
52374
52466
  id: string;
@@ -52398,6 +52490,7 @@ export declare const mainChatRoomContract: {
52398
52490
  lineRichMenuId?: string | null | undefined;
52399
52491
  messengerIntegrationType?: "own" | "business" | undefined;
52400
52492
  facebookFeedIntegrationType?: "own" | "business" | undefined;
52493
+ isCSATEnabled?: boolean | undefined;
52401
52494
  }, {
52402
52495
  name: string;
52403
52496
  id: string;
@@ -52427,6 +52520,7 @@ export declare const mainChatRoomContract: {
52427
52520
  lineRichMenuId?: string | null | undefined;
52428
52521
  messengerIntegrationType?: "own" | "business" | undefined;
52429
52522
  facebookFeedIntegrationType?: "own" | "business" | undefined;
52523
+ isCSATEnabled?: boolean | undefined;
52430
52524
  }>;
52431
52525
  brandName: z.ZodString;
52432
52526
  platformId: z.ZodString;
@@ -52690,6 +52784,7 @@ export declare const mainChatRoomContract: {
52690
52784
  lineRichMenuId?: string | null | undefined;
52691
52785
  messengerIntegrationType?: "own" | "business" | undefined;
52692
52786
  facebookFeedIntegrationType?: "own" | "business" | undefined;
52787
+ isCSATEnabled?: boolean | undefined;
52693
52788
  };
52694
52789
  status: boolean;
52695
52790
  createdAt: Date;
@@ -52784,6 +52879,7 @@ export declare const mainChatRoomContract: {
52784
52879
  lineRichMenuId?: string | null | undefined;
52785
52880
  messengerIntegrationType?: "own" | "business" | undefined;
52786
52881
  facebookFeedIntegrationType?: "own" | "business" | undefined;
52882
+ isCSATEnabled?: boolean | undefined;
52787
52883
  };
52788
52884
  status: boolean;
52789
52885
  createdAt: Date;
@@ -54912,6 +55008,7 @@ export declare const mainChatRoomContract: {
54912
55008
  lineRichMenuId?: string | null | undefined;
54913
55009
  messengerIntegrationType?: "own" | "business" | undefined;
54914
55010
  facebookFeedIntegrationType?: "own" | "business" | undefined;
55011
+ isCSATEnabled?: boolean | undefined;
54915
55012
  };
54916
55013
  status: boolean;
54917
55014
  createdAt: Date;
@@ -55340,6 +55437,7 @@ export declare const mainChatRoomContract: {
55340
55437
  lineRichMenuId?: string | null | undefined;
55341
55438
  messengerIntegrationType?: "own" | "business" | undefined;
55342
55439
  facebookFeedIntegrationType?: "own" | "business" | undefined;
55440
+ isCSATEnabled?: boolean | undefined;
55343
55441
  };
55344
55442
  status: boolean;
55345
55443
  createdAt: Date;
@@ -55770,6 +55868,7 @@ export declare const mainChatRoomContract: {
55770
55868
  lineRichMenuId?: string | null | undefined;
55771
55869
  messengerIntegrationType?: "own" | "business" | undefined;
55772
55870
  facebookFeedIntegrationType?: "own" | "business" | undefined;
55871
+ isCSATEnabled?: boolean | undefined;
55773
55872
  };
55774
55873
  status: boolean;
55775
55874
  createdAt: Date;
@@ -56204,6 +56303,7 @@ export declare const mainChatRoomContract: {
56204
56303
  lineRichMenuId?: string | null | undefined;
56205
56304
  messengerIntegrationType?: "own" | "business" | undefined;
56206
56305
  facebookFeedIntegrationType?: "own" | "business" | undefined;
56306
+ isCSATEnabled?: boolean | undefined;
56207
56307
  };
56208
56308
  status: boolean;
56209
56309
  createdAt: Date;
@@ -59032,6 +59132,7 @@ export declare const mainChatContract: {
59032
59132
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
59033
59133
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
59034
59134
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
59135
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
59035
59136
  }, "strip", z.ZodTypeAny, {
59036
59137
  name: string;
59037
59138
  id: string;
@@ -59061,6 +59162,7 @@ export declare const mainChatContract: {
59061
59162
  lineRichMenuId?: string | null | undefined;
59062
59163
  messengerIntegrationType?: "own" | "business" | undefined;
59063
59164
  facebookFeedIntegrationType?: "own" | "business" | undefined;
59165
+ isCSATEnabled?: boolean | undefined;
59064
59166
  }, {
59065
59167
  name: string;
59066
59168
  id: string;
@@ -59090,6 +59192,7 @@ export declare const mainChatContract: {
59090
59192
  lineRichMenuId?: string | null | undefined;
59091
59193
  messengerIntegrationType?: "own" | "business" | undefined;
59092
59194
  facebookFeedIntegrationType?: "own" | "business" | undefined;
59195
+ isCSATEnabled?: boolean | undefined;
59093
59196
  }>;
59094
59197
  brandName: z.ZodString;
59095
59198
  platformId: z.ZodString;
@@ -59353,6 +59456,7 @@ export declare const mainChatContract: {
59353
59456
  lineRichMenuId?: string | null | undefined;
59354
59457
  messengerIntegrationType?: "own" | "business" | undefined;
59355
59458
  facebookFeedIntegrationType?: "own" | "business" | undefined;
59459
+ isCSATEnabled?: boolean | undefined;
59356
59460
  };
59357
59461
  status: boolean;
59358
59462
  createdAt: Date;
@@ -59447,6 +59551,7 @@ export declare const mainChatContract: {
59447
59551
  lineRichMenuId?: string | null | undefined;
59448
59552
  messengerIntegrationType?: "own" | "business" | undefined;
59449
59553
  facebookFeedIntegrationType?: "own" | "business" | undefined;
59554
+ isCSATEnabled?: boolean | undefined;
59450
59555
  };
59451
59556
  status: boolean;
59452
59557
  createdAt: Date;
@@ -60105,6 +60210,7 @@ export declare const mainChatContract: {
60105
60210
  lineRichMenuId?: string | null | undefined;
60106
60211
  messengerIntegrationType?: "own" | "business" | undefined;
60107
60212
  facebookFeedIntegrationType?: "own" | "business" | undefined;
60213
+ isCSATEnabled?: boolean | undefined;
60108
60214
  };
60109
60215
  status: boolean;
60110
60216
  createdAt: Date;
@@ -60533,6 +60639,7 @@ export declare const mainChatContract: {
60533
60639
  lineRichMenuId?: string | null | undefined;
60534
60640
  messengerIntegrationType?: "own" | "business" | undefined;
60535
60641
  facebookFeedIntegrationType?: "own" | "business" | undefined;
60642
+ isCSATEnabled?: boolean | undefined;
60536
60643
  };
60537
60644
  status: boolean;
60538
60645
  createdAt: Date;
@@ -63712,6 +63819,7 @@ export declare const mainChatContract: {
63712
63819
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
63713
63820
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
63714
63821
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
63822
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
63715
63823
  }, "strip", z.ZodTypeAny, {
63716
63824
  name: string;
63717
63825
  id: string;
@@ -63741,6 +63849,7 @@ export declare const mainChatContract: {
63741
63849
  lineRichMenuId?: string | null | undefined;
63742
63850
  messengerIntegrationType?: "own" | "business" | undefined;
63743
63851
  facebookFeedIntegrationType?: "own" | "business" | undefined;
63852
+ isCSATEnabled?: boolean | undefined;
63744
63853
  }, {
63745
63854
  name: string;
63746
63855
  id: string;
@@ -63770,6 +63879,7 @@ export declare const mainChatContract: {
63770
63879
  lineRichMenuId?: string | null | undefined;
63771
63880
  messengerIntegrationType?: "own" | "business" | undefined;
63772
63881
  facebookFeedIntegrationType?: "own" | "business" | undefined;
63882
+ isCSATEnabled?: boolean | undefined;
63773
63883
  }>;
63774
63884
  brandName: z.ZodString;
63775
63885
  platformId: z.ZodString;
@@ -64033,6 +64143,7 @@ export declare const mainChatContract: {
64033
64143
  lineRichMenuId?: string | null | undefined;
64034
64144
  messengerIntegrationType?: "own" | "business" | undefined;
64035
64145
  facebookFeedIntegrationType?: "own" | "business" | undefined;
64146
+ isCSATEnabled?: boolean | undefined;
64036
64147
  };
64037
64148
  status: boolean;
64038
64149
  createdAt: Date;
@@ -64127,6 +64238,7 @@ export declare const mainChatContract: {
64127
64238
  lineRichMenuId?: string | null | undefined;
64128
64239
  messengerIntegrationType?: "own" | "business" | undefined;
64129
64240
  facebookFeedIntegrationType?: "own" | "business" | undefined;
64241
+ isCSATEnabled?: boolean | undefined;
64130
64242
  };
64131
64243
  status: boolean;
64132
64244
  createdAt: Date;
@@ -64785,6 +64897,7 @@ export declare const mainChatContract: {
64785
64897
  lineRichMenuId?: string | null | undefined;
64786
64898
  messengerIntegrationType?: "own" | "business" | undefined;
64787
64899
  facebookFeedIntegrationType?: "own" | "business" | undefined;
64900
+ isCSATEnabled?: boolean | undefined;
64788
64901
  };
64789
64902
  status: boolean;
64790
64903
  createdAt: Date;
@@ -65213,6 +65326,7 @@ export declare const mainChatContract: {
65213
65326
  lineRichMenuId?: string | null | undefined;
65214
65327
  messengerIntegrationType?: "own" | "business" | undefined;
65215
65328
  facebookFeedIntegrationType?: "own" | "business" | undefined;
65329
+ isCSATEnabled?: boolean | undefined;
65216
65330
  };
65217
65331
  status: boolean;
65218
65332
  createdAt: Date;
@@ -67414,6 +67528,7 @@ export declare const mainChatContract: {
67414
67528
  lineRichMenuId?: string | null | undefined;
67415
67529
  messengerIntegrationType?: "own" | "business" | undefined;
67416
67530
  facebookFeedIntegrationType?: "own" | "business" | undefined;
67531
+ isCSATEnabled?: boolean | undefined;
67417
67532
  };
67418
67533
  status: boolean;
67419
67534
  createdAt: Date;
@@ -68179,6 +68294,7 @@ export declare const mainChatContract: {
68179
68294
  lineRichMenuId?: string | null | undefined;
68180
68295
  messengerIntegrationType?: "own" | "business" | undefined;
68181
68296
  facebookFeedIntegrationType?: "own" | "business" | undefined;
68297
+ isCSATEnabled?: boolean | undefined;
68182
68298
  };
68183
68299
  status: boolean;
68184
68300
  createdAt: Date;
@@ -68945,6 +69061,7 @@ export declare const mainChatContract: {
68945
69061
  lineRichMenuId?: string | null | undefined;
68946
69062
  messengerIntegrationType?: "own" | "business" | undefined;
68947
69063
  facebookFeedIntegrationType?: "own" | "business" | undefined;
69064
+ isCSATEnabled?: boolean | undefined;
68948
69065
  };
68949
69066
  status: boolean;
68950
69067
  createdAt: Date;
@@ -69710,6 +69827,7 @@ export declare const mainChatContract: {
69710
69827
  lineRichMenuId?: string | null | undefined;
69711
69828
  messengerIntegrationType?: "own" | "business" | undefined;
69712
69829
  facebookFeedIntegrationType?: "own" | "business" | undefined;
69830
+ isCSATEnabled?: boolean | undefined;
69713
69831
  };
69714
69832
  status: boolean;
69715
69833
  createdAt: Date;
@@ -70476,6 +70594,7 @@ export declare const mainChatContract: {
70476
70594
  lineRichMenuId?: string | null | undefined;
70477
70595
  messengerIntegrationType?: "own" | "business" | undefined;
70478
70596
  facebookFeedIntegrationType?: "own" | "business" | undefined;
70597
+ isCSATEnabled?: boolean | undefined;
70479
70598
  };
70480
70599
  status: boolean;
70481
70600
  createdAt: Date;
@@ -71241,6 +71360,7 @@ export declare const mainChatContract: {
71241
71360
  lineRichMenuId?: string | null | undefined;
71242
71361
  messengerIntegrationType?: "own" | "business" | undefined;
71243
71362
  facebookFeedIntegrationType?: "own" | "business" | undefined;
71363
+ isCSATEnabled?: boolean | undefined;
71244
71364
  };
71245
71365
  status: boolean;
71246
71366
  createdAt: Date;
@@ -72009,6 +72129,7 @@ export declare const mainChatContract: {
72009
72129
  lineRichMenuId?: string | null | undefined;
72010
72130
  messengerIntegrationType?: "own" | "business" | undefined;
72011
72131
  facebookFeedIntegrationType?: "own" | "business" | undefined;
72132
+ isCSATEnabled?: boolean | undefined;
72012
72133
  };
72013
72134
  status: boolean;
72014
72135
  createdAt: Date;
@@ -72774,6 +72895,7 @@ export declare const mainChatContract: {
72774
72895
  lineRichMenuId?: string | null | undefined;
72775
72896
  messengerIntegrationType?: "own" | "business" | undefined;
72776
72897
  facebookFeedIntegrationType?: "own" | "business" | undefined;
72898
+ isCSATEnabled?: boolean | undefined;
72777
72899
  };
72778
72900
  status: boolean;
72779
72901
  createdAt: Date;
@@ -73543,6 +73665,7 @@ export declare const mainChatContract: {
73543
73665
  lineRichMenuId?: string | null | undefined;
73544
73666
  messengerIntegrationType?: "own" | "business" | undefined;
73545
73667
  facebookFeedIntegrationType?: "own" | "business" | undefined;
73668
+ isCSATEnabled?: boolean | undefined;
73546
73669
  };
73547
73670
  status: boolean;
73548
73671
  createdAt: Date;
@@ -74308,6 +74431,7 @@ export declare const mainChatContract: {
74308
74431
  lineRichMenuId?: string | null | undefined;
74309
74432
  messengerIntegrationType?: "own" | "business" | undefined;
74310
74433
  facebookFeedIntegrationType?: "own" | "business" | undefined;
74434
+ isCSATEnabled?: boolean | undefined;
74311
74435
  };
74312
74436
  status: boolean;
74313
74437
  createdAt: Date;
@@ -77106,6 +77230,7 @@ export declare const mainChatContract: {
77106
77230
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
77107
77231
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
77108
77232
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
77233
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
77109
77234
  }, "strip", z.ZodTypeAny, {
77110
77235
  name: string;
77111
77236
  id: string;
@@ -77135,6 +77260,7 @@ export declare const mainChatContract: {
77135
77260
  lineRichMenuId?: string | null | undefined;
77136
77261
  messengerIntegrationType?: "own" | "business" | undefined;
77137
77262
  facebookFeedIntegrationType?: "own" | "business" | undefined;
77263
+ isCSATEnabled?: boolean | undefined;
77138
77264
  }, {
77139
77265
  name: string;
77140
77266
  id: string;
@@ -77164,6 +77290,7 @@ export declare const mainChatContract: {
77164
77290
  lineRichMenuId?: string | null | undefined;
77165
77291
  messengerIntegrationType?: "own" | "business" | undefined;
77166
77292
  facebookFeedIntegrationType?: "own" | "business" | undefined;
77293
+ isCSATEnabled?: boolean | undefined;
77167
77294
  }>;
77168
77295
  brandName: z.ZodString;
77169
77296
  platformId: z.ZodString;
@@ -77427,6 +77554,7 @@ export declare const mainChatContract: {
77427
77554
  lineRichMenuId?: string | null | undefined;
77428
77555
  messengerIntegrationType?: "own" | "business" | undefined;
77429
77556
  facebookFeedIntegrationType?: "own" | "business" | undefined;
77557
+ isCSATEnabled?: boolean | undefined;
77430
77558
  };
77431
77559
  status: boolean;
77432
77560
  createdAt: Date;
@@ -77521,6 +77649,7 @@ export declare const mainChatContract: {
77521
77649
  lineRichMenuId?: string | null | undefined;
77522
77650
  messengerIntegrationType?: "own" | "business" | undefined;
77523
77651
  facebookFeedIntegrationType?: "own" | "business" | undefined;
77652
+ isCSATEnabled?: boolean | undefined;
77524
77653
  };
77525
77654
  status: boolean;
77526
77655
  createdAt: Date;
@@ -78179,6 +78308,7 @@ export declare const mainChatContract: {
78179
78308
  lineRichMenuId?: string | null | undefined;
78180
78309
  messengerIntegrationType?: "own" | "business" | undefined;
78181
78310
  facebookFeedIntegrationType?: "own" | "business" | undefined;
78311
+ isCSATEnabled?: boolean | undefined;
78182
78312
  };
78183
78313
  status: boolean;
78184
78314
  createdAt: Date;
@@ -78607,6 +78737,7 @@ export declare const mainChatContract: {
78607
78737
  lineRichMenuId?: string | null | undefined;
78608
78738
  messengerIntegrationType?: "own" | "business" | undefined;
78609
78739
  facebookFeedIntegrationType?: "own" | "business" | undefined;
78740
+ isCSATEnabled?: boolean | undefined;
78610
78741
  };
78611
78742
  status: boolean;
78612
78743
  createdAt: Date;
@@ -80312,6 +80443,7 @@ export declare const mainChatContract: {
80312
80443
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
80313
80444
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
80314
80445
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
80446
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
80315
80447
  }, "strip", z.ZodTypeAny, {
80316
80448
  name: string;
80317
80449
  id: string;
@@ -80341,6 +80473,7 @@ export declare const mainChatContract: {
80341
80473
  lineRichMenuId?: string | null | undefined;
80342
80474
  messengerIntegrationType?: "own" | "business" | undefined;
80343
80475
  facebookFeedIntegrationType?: "own" | "business" | undefined;
80476
+ isCSATEnabled?: boolean | undefined;
80344
80477
  }, {
80345
80478
  name: string;
80346
80479
  id: string;
@@ -80370,6 +80503,7 @@ export declare const mainChatContract: {
80370
80503
  lineRichMenuId?: string | null | undefined;
80371
80504
  messengerIntegrationType?: "own" | "business" | undefined;
80372
80505
  facebookFeedIntegrationType?: "own" | "business" | undefined;
80506
+ isCSATEnabled?: boolean | undefined;
80373
80507
  }>;
80374
80508
  brandName: z.ZodString;
80375
80509
  platformId: z.ZodString;
@@ -80633,6 +80767,7 @@ export declare const mainChatContract: {
80633
80767
  lineRichMenuId?: string | null | undefined;
80634
80768
  messengerIntegrationType?: "own" | "business" | undefined;
80635
80769
  facebookFeedIntegrationType?: "own" | "business" | undefined;
80770
+ isCSATEnabled?: boolean | undefined;
80636
80771
  };
80637
80772
  status: boolean;
80638
80773
  createdAt: Date;
@@ -80727,6 +80862,7 @@ export declare const mainChatContract: {
80727
80862
  lineRichMenuId?: string | null | undefined;
80728
80863
  messengerIntegrationType?: "own" | "business" | undefined;
80729
80864
  facebookFeedIntegrationType?: "own" | "business" | undefined;
80865
+ isCSATEnabled?: boolean | undefined;
80730
80866
  };
80731
80867
  status: boolean;
80732
80868
  createdAt: Date;
@@ -82078,6 +82214,7 @@ export declare const mainChatContract: {
82078
82214
  lineRichMenuId?: string | null | undefined;
82079
82215
  messengerIntegrationType?: "own" | "business" | undefined;
82080
82216
  facebookFeedIntegrationType?: "own" | "business" | undefined;
82217
+ isCSATEnabled?: boolean | undefined;
82081
82218
  };
82082
82219
  status: boolean;
82083
82220
  createdAt: Date;
@@ -82359,6 +82496,7 @@ export declare const mainChatContract: {
82359
82496
  lineRichMenuId?: string | null | undefined;
82360
82497
  messengerIntegrationType?: "own" | "business" | undefined;
82361
82498
  facebookFeedIntegrationType?: "own" | "business" | undefined;
82499
+ isCSATEnabled?: boolean | undefined;
82362
82500
  };
82363
82501
  status: boolean;
82364
82502
  createdAt: Date;
@@ -82750,6 +82888,7 @@ export declare const mainChatContract: {
82750
82888
  lineRichMenuId?: string | null | undefined;
82751
82889
  messengerIntegrationType?: "own" | "business" | undefined;
82752
82890
  facebookFeedIntegrationType?: "own" | "business" | undefined;
82891
+ isCSATEnabled?: boolean | undefined;
82753
82892
  };
82754
82893
  status: boolean;
82755
82894
  createdAt: Date;
@@ -83406,6 +83545,7 @@ export declare const mainChatContract: {
83406
83545
  lineRichMenuId?: string | null | undefined;
83407
83546
  messengerIntegrationType?: "own" | "business" | undefined;
83408
83547
  facebookFeedIntegrationType?: "own" | "business" | undefined;
83548
+ isCSATEnabled?: boolean | undefined;
83409
83549
  };
83410
83550
  status: boolean;
83411
83551
  createdAt: Date;
@@ -83800,6 +83940,7 @@ export declare const mainChatContract: {
83800
83940
  lineRichMenuId?: string | null | undefined;
83801
83941
  messengerIntegrationType?: "own" | "business" | undefined;
83802
83942
  facebookFeedIntegrationType?: "own" | "business" | undefined;
83943
+ isCSATEnabled?: boolean | undefined;
83803
83944
  };
83804
83945
  status: boolean;
83805
83946
  createdAt: Date;
@@ -84456,6 +84597,7 @@ export declare const mainChatContract: {
84456
84597
  lineRichMenuId?: string | null | undefined;
84457
84598
  messengerIntegrationType?: "own" | "business" | undefined;
84458
84599
  facebookFeedIntegrationType?: "own" | "business" | undefined;
84600
+ isCSATEnabled?: boolean | undefined;
84459
84601
  };
84460
84602
  status: boolean;
84461
84603
  createdAt: Date;
@@ -84852,6 +84994,7 @@ export declare const mainChatContract: {
84852
84994
  lineRichMenuId?: string | null | undefined;
84853
84995
  messengerIntegrationType?: "own" | "business" | undefined;
84854
84996
  facebookFeedIntegrationType?: "own" | "business" | undefined;
84997
+ isCSATEnabled?: boolean | undefined;
84855
84998
  };
84856
84999
  status: boolean;
84857
85000
  createdAt: Date;
@@ -85508,6 +85651,7 @@ export declare const mainChatContract: {
85508
85651
  lineRichMenuId?: string | null | undefined;
85509
85652
  messengerIntegrationType?: "own" | "business" | undefined;
85510
85653
  facebookFeedIntegrationType?: "own" | "business" | undefined;
85654
+ isCSATEnabled?: boolean | undefined;
85511
85655
  };
85512
85656
  status: boolean;
85513
85657
  createdAt: Date;
@@ -85908,6 +86052,7 @@ export declare const mainChatContract: {
85908
86052
  lineRichMenuId?: string | null | undefined;
85909
86053
  messengerIntegrationType?: "own" | "business" | undefined;
85910
86054
  facebookFeedIntegrationType?: "own" | "business" | undefined;
86055
+ isCSATEnabled?: boolean | undefined;
85911
86056
  };
85912
86057
  status: boolean;
85913
86058
  createdAt: Date;
@@ -86564,6 +86709,7 @@ export declare const mainChatContract: {
86564
86709
  lineRichMenuId?: string | null | undefined;
86565
86710
  messengerIntegrationType?: "own" | "business" | undefined;
86566
86711
  facebookFeedIntegrationType?: "own" | "business" | undefined;
86712
+ isCSATEnabled?: boolean | undefined;
86567
86713
  };
86568
86714
  status: boolean;
86569
86715
  createdAt: Date;
@@ -88399,6 +88545,7 @@ export declare const mainChatContract: {
88399
88545
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
88400
88546
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
88401
88547
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
88548
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
88402
88549
  }, "strip", z.ZodTypeAny, {
88403
88550
  name: string;
88404
88551
  id: string;
@@ -88428,6 +88575,7 @@ export declare const mainChatContract: {
88428
88575
  lineRichMenuId?: string | null | undefined;
88429
88576
  messengerIntegrationType?: "own" | "business" | undefined;
88430
88577
  facebookFeedIntegrationType?: "own" | "business" | undefined;
88578
+ isCSATEnabled?: boolean | undefined;
88431
88579
  }, {
88432
88580
  name: string;
88433
88581
  id: string;
@@ -88457,6 +88605,7 @@ export declare const mainChatContract: {
88457
88605
  lineRichMenuId?: string | null | undefined;
88458
88606
  messengerIntegrationType?: "own" | "business" | undefined;
88459
88607
  facebookFeedIntegrationType?: "own" | "business" | undefined;
88608
+ isCSATEnabled?: boolean | undefined;
88460
88609
  }>;
88461
88610
  brandName: z.ZodString;
88462
88611
  platformId: z.ZodString;
@@ -88720,6 +88869,7 @@ export declare const mainChatContract: {
88720
88869
  lineRichMenuId?: string | null | undefined;
88721
88870
  messengerIntegrationType?: "own" | "business" | undefined;
88722
88871
  facebookFeedIntegrationType?: "own" | "business" | undefined;
88872
+ isCSATEnabled?: boolean | undefined;
88723
88873
  };
88724
88874
  status: boolean;
88725
88875
  createdAt: Date;
@@ -88814,6 +88964,7 @@ export declare const mainChatContract: {
88814
88964
  lineRichMenuId?: string | null | undefined;
88815
88965
  messengerIntegrationType?: "own" | "business" | undefined;
88816
88966
  facebookFeedIntegrationType?: "own" | "business" | undefined;
88967
+ isCSATEnabled?: boolean | undefined;
88817
88968
  };
88818
88969
  status: boolean;
88819
88970
  createdAt: Date;
@@ -89472,6 +89623,7 @@ export declare const mainChatContract: {
89472
89623
  lineRichMenuId?: string | null | undefined;
89473
89624
  messengerIntegrationType?: "own" | "business" | undefined;
89474
89625
  facebookFeedIntegrationType?: "own" | "business" | undefined;
89626
+ isCSATEnabled?: boolean | undefined;
89475
89627
  };
89476
89628
  status: boolean;
89477
89629
  createdAt: Date;
@@ -89900,6 +90052,7 @@ export declare const mainChatContract: {
89900
90052
  lineRichMenuId?: string | null | undefined;
89901
90053
  messengerIntegrationType?: "own" | "business" | undefined;
89902
90054
  facebookFeedIntegrationType?: "own" | "business" | undefined;
90055
+ isCSATEnabled?: boolean | undefined;
89903
90056
  };
89904
90057
  status: boolean;
89905
90058
  createdAt: Date;
@@ -90330,6 +90483,7 @@ export declare const mainChatContract: {
90330
90483
  lineRichMenuId?: string | null | undefined;
90331
90484
  messengerIntegrationType?: "own" | "business" | undefined;
90332
90485
  facebookFeedIntegrationType?: "own" | "business" | undefined;
90486
+ isCSATEnabled?: boolean | undefined;
90333
90487
  };
90334
90488
  status: boolean;
90335
90489
  createdAt: Date;
@@ -90761,6 +90915,7 @@ export declare const mainChatContract: {
90761
90915
  lineRichMenuId?: string | null | undefined;
90762
90916
  messengerIntegrationType?: "own" | "business" | undefined;
90763
90917
  facebookFeedIntegrationType?: "own" | "business" | undefined;
90918
+ isCSATEnabled?: boolean | undefined;
90764
90919
  };
90765
90920
  status: boolean;
90766
90921
  createdAt: Date;
@@ -92747,6 +92902,7 @@ export declare const mainChatContract: {
92747
92902
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
92748
92903
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
92749
92904
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
92905
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
92750
92906
  }, "strip", z.ZodTypeAny, {
92751
92907
  name: string;
92752
92908
  id: string;
@@ -92776,6 +92932,7 @@ export declare const mainChatContract: {
92776
92932
  lineRichMenuId?: string | null | undefined;
92777
92933
  messengerIntegrationType?: "own" | "business" | undefined;
92778
92934
  facebookFeedIntegrationType?: "own" | "business" | undefined;
92935
+ isCSATEnabled?: boolean | undefined;
92779
92936
  }, {
92780
92937
  name: string;
92781
92938
  id: string;
@@ -92805,6 +92962,7 @@ export declare const mainChatContract: {
92805
92962
  lineRichMenuId?: string | null | undefined;
92806
92963
  messengerIntegrationType?: "own" | "business" | undefined;
92807
92964
  facebookFeedIntegrationType?: "own" | "business" | undefined;
92965
+ isCSATEnabled?: boolean | undefined;
92808
92966
  }>;
92809
92967
  brandName: z.ZodString;
92810
92968
  platformId: z.ZodString;
@@ -93068,6 +93226,7 @@ export declare const mainChatContract: {
93068
93226
  lineRichMenuId?: string | null | undefined;
93069
93227
  messengerIntegrationType?: "own" | "business" | undefined;
93070
93228
  facebookFeedIntegrationType?: "own" | "business" | undefined;
93229
+ isCSATEnabled?: boolean | undefined;
93071
93230
  };
93072
93231
  status: boolean;
93073
93232
  createdAt: Date;
@@ -93162,6 +93321,7 @@ export declare const mainChatContract: {
93162
93321
  lineRichMenuId?: string | null | undefined;
93163
93322
  messengerIntegrationType?: "own" | "business" | undefined;
93164
93323
  facebookFeedIntegrationType?: "own" | "business" | undefined;
93324
+ isCSATEnabled?: boolean | undefined;
93165
93325
  };
93166
93326
  status: boolean;
93167
93327
  createdAt: Date;
@@ -93820,6 +93980,7 @@ export declare const mainChatContract: {
93820
93980
  lineRichMenuId?: string | null | undefined;
93821
93981
  messengerIntegrationType?: "own" | "business" | undefined;
93822
93982
  facebookFeedIntegrationType?: "own" | "business" | undefined;
93983
+ isCSATEnabled?: boolean | undefined;
93823
93984
  };
93824
93985
  status: boolean;
93825
93986
  createdAt: Date;
@@ -94248,6 +94409,7 @@ export declare const mainChatContract: {
94248
94409
  lineRichMenuId?: string | null | undefined;
94249
94410
  messengerIntegrationType?: "own" | "business" | undefined;
94250
94411
  facebookFeedIntegrationType?: "own" | "business" | undefined;
94412
+ isCSATEnabled?: boolean | undefined;
94251
94413
  };
94252
94414
  status: boolean;
94253
94415
  createdAt: Date;
@@ -94678,6 +94840,7 @@ export declare const mainChatContract: {
94678
94840
  lineRichMenuId?: string | null | undefined;
94679
94841
  messengerIntegrationType?: "own" | "business" | undefined;
94680
94842
  facebookFeedIntegrationType?: "own" | "business" | undefined;
94843
+ isCSATEnabled?: boolean | undefined;
94681
94844
  };
94682
94845
  status: boolean;
94683
94846
  createdAt: Date;
@@ -95109,6 +95272,7 @@ export declare const mainChatContract: {
95109
95272
  lineRichMenuId?: string | null | undefined;
95110
95273
  messengerIntegrationType?: "own" | "business" | undefined;
95111
95274
  facebookFeedIntegrationType?: "own" | "business" | undefined;
95275
+ isCSATEnabled?: boolean | undefined;
95112
95276
  };
95113
95277
  status: boolean;
95114
95278
  createdAt: Date;
@@ -98156,6 +98320,7 @@ export declare const mainChatContract: {
98156
98320
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
98157
98321
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
98158
98322
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
98323
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
98159
98324
  }, "strip", z.ZodTypeAny, {
98160
98325
  name: string;
98161
98326
  id: string;
@@ -98185,6 +98350,7 @@ export declare const mainChatContract: {
98185
98350
  lineRichMenuId?: string | null | undefined;
98186
98351
  messengerIntegrationType?: "own" | "business" | undefined;
98187
98352
  facebookFeedIntegrationType?: "own" | "business" | undefined;
98353
+ isCSATEnabled?: boolean | undefined;
98188
98354
  }, {
98189
98355
  name: string;
98190
98356
  id: string;
@@ -98214,6 +98380,7 @@ export declare const mainChatContract: {
98214
98380
  lineRichMenuId?: string | null | undefined;
98215
98381
  messengerIntegrationType?: "own" | "business" | undefined;
98216
98382
  facebookFeedIntegrationType?: "own" | "business" | undefined;
98383
+ isCSATEnabled?: boolean | undefined;
98217
98384
  }>;
98218
98385
  brandName: z.ZodString;
98219
98386
  platformId: z.ZodString;
@@ -98477,6 +98644,7 @@ export declare const mainChatContract: {
98477
98644
  lineRichMenuId?: string | null | undefined;
98478
98645
  messengerIntegrationType?: "own" | "business" | undefined;
98479
98646
  facebookFeedIntegrationType?: "own" | "business" | undefined;
98647
+ isCSATEnabled?: boolean | undefined;
98480
98648
  };
98481
98649
  status: boolean;
98482
98650
  createdAt: Date;
@@ -98571,6 +98739,7 @@ export declare const mainChatContract: {
98571
98739
  lineRichMenuId?: string | null | undefined;
98572
98740
  messengerIntegrationType?: "own" | "business" | undefined;
98573
98741
  facebookFeedIntegrationType?: "own" | "business" | undefined;
98742
+ isCSATEnabled?: boolean | undefined;
98574
98743
  };
98575
98744
  status: boolean;
98576
98745
  createdAt: Date;
@@ -99229,6 +99398,7 @@ export declare const mainChatContract: {
99229
99398
  lineRichMenuId?: string | null | undefined;
99230
99399
  messengerIntegrationType?: "own" | "business" | undefined;
99231
99400
  facebookFeedIntegrationType?: "own" | "business" | undefined;
99401
+ isCSATEnabled?: boolean | undefined;
99232
99402
  };
99233
99403
  status: boolean;
99234
99404
  createdAt: Date;
@@ -99657,6 +99827,7 @@ export declare const mainChatContract: {
99657
99827
  lineRichMenuId?: string | null | undefined;
99658
99828
  messengerIntegrationType?: "own" | "business" | undefined;
99659
99829
  facebookFeedIntegrationType?: "own" | "business" | undefined;
99830
+ isCSATEnabled?: boolean | undefined;
99660
99831
  };
99661
99832
  status: boolean;
99662
99833
  createdAt: Date;
@@ -100087,6 +100258,7 @@ export declare const mainChatContract: {
100087
100258
  lineRichMenuId?: string | null | undefined;
100088
100259
  messengerIntegrationType?: "own" | "business" | undefined;
100089
100260
  facebookFeedIntegrationType?: "own" | "business" | undefined;
100261
+ isCSATEnabled?: boolean | undefined;
100090
100262
  };
100091
100263
  status: boolean;
100092
100264
  createdAt: Date;
@@ -100518,6 +100690,7 @@ export declare const mainChatContract: {
100518
100690
  lineRichMenuId?: string | null | undefined;
100519
100691
  messengerIntegrationType?: "own" | "business" | undefined;
100520
100692
  facebookFeedIntegrationType?: "own" | "business" | undefined;
100693
+ isCSATEnabled?: boolean | undefined;
100521
100694
  };
100522
100695
  status: boolean;
100523
100696
  createdAt: Date;
@@ -102531,6 +102704,7 @@ export declare const initiateMessageContract: {
102531
102704
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
102532
102705
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
102533
102706
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
102707
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
102534
102708
  }, "strip", z.ZodTypeAny, {
102535
102709
  name: string;
102536
102710
  id: string;
@@ -102560,6 +102734,7 @@ export declare const initiateMessageContract: {
102560
102734
  lineRichMenuId?: string | null | undefined;
102561
102735
  messengerIntegrationType?: "own" | "business" | undefined;
102562
102736
  facebookFeedIntegrationType?: "own" | "business" | undefined;
102737
+ isCSATEnabled?: boolean | undefined;
102563
102738
  }, {
102564
102739
  name: string;
102565
102740
  id: string;
@@ -102589,6 +102764,7 @@ export declare const initiateMessageContract: {
102589
102764
  lineRichMenuId?: string | null | undefined;
102590
102765
  messengerIntegrationType?: "own" | "business" | undefined;
102591
102766
  facebookFeedIntegrationType?: "own" | "business" | undefined;
102767
+ isCSATEnabled?: boolean | undefined;
102592
102768
  }>;
102593
102769
  brandName: z.ZodString;
102594
102770
  platformId: z.ZodString;
@@ -102852,6 +103028,7 @@ export declare const initiateMessageContract: {
102852
103028
  lineRichMenuId?: string | null | undefined;
102853
103029
  messengerIntegrationType?: "own" | "business" | undefined;
102854
103030
  facebookFeedIntegrationType?: "own" | "business" | undefined;
103031
+ isCSATEnabled?: boolean | undefined;
102855
103032
  };
102856
103033
  status: boolean;
102857
103034
  createdAt: Date;
@@ -102946,6 +103123,7 @@ export declare const initiateMessageContract: {
102946
103123
  lineRichMenuId?: string | null | undefined;
102947
103124
  messengerIntegrationType?: "own" | "business" | undefined;
102948
103125
  facebookFeedIntegrationType?: "own" | "business" | undefined;
103126
+ isCSATEnabled?: boolean | undefined;
102949
103127
  };
102950
103128
  status: boolean;
102951
103129
  createdAt: Date;
@@ -103604,6 +103782,7 @@ export declare const initiateMessageContract: {
103604
103782
  lineRichMenuId?: string | null | undefined;
103605
103783
  messengerIntegrationType?: "own" | "business" | undefined;
103606
103784
  facebookFeedIntegrationType?: "own" | "business" | undefined;
103785
+ isCSATEnabled?: boolean | undefined;
103607
103786
  };
103608
103787
  status: boolean;
103609
103788
  createdAt: Date;
@@ -104032,6 +104211,7 @@ export declare const initiateMessageContract: {
104032
104211
  lineRichMenuId?: string | null | undefined;
104033
104212
  messengerIntegrationType?: "own" | "business" | undefined;
104034
104213
  facebookFeedIntegrationType?: "own" | "business" | undefined;
104214
+ isCSATEnabled?: boolean | undefined;
104035
104215
  };
104036
104216
  status: boolean;
104037
104217
  createdAt: Date;
@@ -106233,6 +106413,7 @@ export declare const initiateMessageContract: {
106233
106413
  lineRichMenuId?: string | null | undefined;
106234
106414
  messengerIntegrationType?: "own" | "business" | undefined;
106235
106415
  facebookFeedIntegrationType?: "own" | "business" | undefined;
106416
+ isCSATEnabled?: boolean | undefined;
106236
106417
  };
106237
106418
  status: boolean;
106238
106419
  createdAt: Date;
@@ -106998,6 +107179,7 @@ export declare const initiateMessageContract: {
106998
107179
  lineRichMenuId?: string | null | undefined;
106999
107180
  messengerIntegrationType?: "own" | "business" | undefined;
107000
107181
  facebookFeedIntegrationType?: "own" | "business" | undefined;
107182
+ isCSATEnabled?: boolean | undefined;
107001
107183
  };
107002
107184
  status: boolean;
107003
107185
  createdAt: Date;
@@ -107765,6 +107947,7 @@ export declare const initiateMessageContract: {
107765
107947
  lineRichMenuId?: string | null | undefined;
107766
107948
  messengerIntegrationType?: "own" | "business" | undefined;
107767
107949
  facebookFeedIntegrationType?: "own" | "business" | undefined;
107950
+ isCSATEnabled?: boolean | undefined;
107768
107951
  };
107769
107952
  status: boolean;
107770
107953
  createdAt: Date;
@@ -108533,6 +108716,7 @@ export declare const initiateMessageContract: {
108533
108716
  lineRichMenuId?: string | null | undefined;
108534
108717
  messengerIntegrationType?: "own" | "business" | undefined;
108535
108718
  facebookFeedIntegrationType?: "own" | "business" | undefined;
108719
+ isCSATEnabled?: boolean | undefined;
108536
108720
  };
108537
108721
  status: boolean;
108538
108722
  createdAt: Date;
@@ -111605,6 +111789,7 @@ export declare const mainChatMessageContract: {
111605
111789
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
111606
111790
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
111607
111791
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
111792
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
111608
111793
  }, "strip", z.ZodTypeAny, {
111609
111794
  name: string;
111610
111795
  id: string;
@@ -111634,6 +111819,7 @@ export declare const mainChatMessageContract: {
111634
111819
  lineRichMenuId?: string | null | undefined;
111635
111820
  messengerIntegrationType?: "own" | "business" | undefined;
111636
111821
  facebookFeedIntegrationType?: "own" | "business" | undefined;
111822
+ isCSATEnabled?: boolean | undefined;
111637
111823
  }, {
111638
111824
  name: string;
111639
111825
  id: string;
@@ -111663,6 +111849,7 @@ export declare const mainChatMessageContract: {
111663
111849
  lineRichMenuId?: string | null | undefined;
111664
111850
  messengerIntegrationType?: "own" | "business" | undefined;
111665
111851
  facebookFeedIntegrationType?: "own" | "business" | undefined;
111852
+ isCSATEnabled?: boolean | undefined;
111666
111853
  }>;
111667
111854
  brandName: z.ZodString;
111668
111855
  platformId: z.ZodString;
@@ -111926,6 +112113,7 @@ export declare const mainChatMessageContract: {
111926
112113
  lineRichMenuId?: string | null | undefined;
111927
112114
  messengerIntegrationType?: "own" | "business" | undefined;
111928
112115
  facebookFeedIntegrationType?: "own" | "business" | undefined;
112116
+ isCSATEnabled?: boolean | undefined;
111929
112117
  };
111930
112118
  status: boolean;
111931
112119
  createdAt: Date;
@@ -112020,6 +112208,7 @@ export declare const mainChatMessageContract: {
112020
112208
  lineRichMenuId?: string | null | undefined;
112021
112209
  messengerIntegrationType?: "own" | "business" | undefined;
112022
112210
  facebookFeedIntegrationType?: "own" | "business" | undefined;
112211
+ isCSATEnabled?: boolean | undefined;
112023
112212
  };
112024
112213
  status: boolean;
112025
112214
  createdAt: Date;
@@ -112678,6 +112867,7 @@ export declare const mainChatMessageContract: {
112678
112867
  lineRichMenuId?: string | null | undefined;
112679
112868
  messengerIntegrationType?: "own" | "business" | undefined;
112680
112869
  facebookFeedIntegrationType?: "own" | "business" | undefined;
112870
+ isCSATEnabled?: boolean | undefined;
112681
112871
  };
112682
112872
  status: boolean;
112683
112873
  createdAt: Date;
@@ -113106,6 +113296,7 @@ export declare const mainChatMessageContract: {
113106
113296
  lineRichMenuId?: string | null | undefined;
113107
113297
  messengerIntegrationType?: "own" | "business" | undefined;
113108
113298
  facebookFeedIntegrationType?: "own" | "business" | undefined;
113299
+ isCSATEnabled?: boolean | undefined;
113109
113300
  };
113110
113301
  status: boolean;
113111
113302
  createdAt: Date;
@@ -116285,6 +116476,7 @@ export declare const mainChatMessageContract: {
116285
116476
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
116286
116477
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
116287
116478
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
116479
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
116288
116480
  }, "strip", z.ZodTypeAny, {
116289
116481
  name: string;
116290
116482
  id: string;
@@ -116314,6 +116506,7 @@ export declare const mainChatMessageContract: {
116314
116506
  lineRichMenuId?: string | null | undefined;
116315
116507
  messengerIntegrationType?: "own" | "business" | undefined;
116316
116508
  facebookFeedIntegrationType?: "own" | "business" | undefined;
116509
+ isCSATEnabled?: boolean | undefined;
116317
116510
  }, {
116318
116511
  name: string;
116319
116512
  id: string;
@@ -116343,6 +116536,7 @@ export declare const mainChatMessageContract: {
116343
116536
  lineRichMenuId?: string | null | undefined;
116344
116537
  messengerIntegrationType?: "own" | "business" | undefined;
116345
116538
  facebookFeedIntegrationType?: "own" | "business" | undefined;
116539
+ isCSATEnabled?: boolean | undefined;
116346
116540
  }>;
116347
116541
  brandName: z.ZodString;
116348
116542
  platformId: z.ZodString;
@@ -116606,6 +116800,7 @@ export declare const mainChatMessageContract: {
116606
116800
  lineRichMenuId?: string | null | undefined;
116607
116801
  messengerIntegrationType?: "own" | "business" | undefined;
116608
116802
  facebookFeedIntegrationType?: "own" | "business" | undefined;
116803
+ isCSATEnabled?: boolean | undefined;
116609
116804
  };
116610
116805
  status: boolean;
116611
116806
  createdAt: Date;
@@ -116700,6 +116895,7 @@ export declare const mainChatMessageContract: {
116700
116895
  lineRichMenuId?: string | null | undefined;
116701
116896
  messengerIntegrationType?: "own" | "business" | undefined;
116702
116897
  facebookFeedIntegrationType?: "own" | "business" | undefined;
116898
+ isCSATEnabled?: boolean | undefined;
116703
116899
  };
116704
116900
  status: boolean;
116705
116901
  createdAt: Date;
@@ -117358,6 +117554,7 @@ export declare const mainChatMessageContract: {
117358
117554
  lineRichMenuId?: string | null | undefined;
117359
117555
  messengerIntegrationType?: "own" | "business" | undefined;
117360
117556
  facebookFeedIntegrationType?: "own" | "business" | undefined;
117557
+ isCSATEnabled?: boolean | undefined;
117361
117558
  };
117362
117559
  status: boolean;
117363
117560
  createdAt: Date;
@@ -117786,6 +117983,7 @@ export declare const mainChatMessageContract: {
117786
117983
  lineRichMenuId?: string | null | undefined;
117787
117984
  messengerIntegrationType?: "own" | "business" | undefined;
117788
117985
  facebookFeedIntegrationType?: "own" | "business" | undefined;
117986
+ isCSATEnabled?: boolean | undefined;
117789
117987
  };
117790
117988
  status: boolean;
117791
117989
  createdAt: Date;
@@ -119987,6 +120185,7 @@ export declare const mainChatMessageContract: {
119987
120185
  lineRichMenuId?: string | null | undefined;
119988
120186
  messengerIntegrationType?: "own" | "business" | undefined;
119989
120187
  facebookFeedIntegrationType?: "own" | "business" | undefined;
120188
+ isCSATEnabled?: boolean | undefined;
119990
120189
  };
119991
120190
  status: boolean;
119992
120191
  createdAt: Date;
@@ -120752,6 +120951,7 @@ export declare const mainChatMessageContract: {
120752
120951
  lineRichMenuId?: string | null | undefined;
120753
120952
  messengerIntegrationType?: "own" | "business" | undefined;
120754
120953
  facebookFeedIntegrationType?: "own" | "business" | undefined;
120954
+ isCSATEnabled?: boolean | undefined;
120755
120955
  };
120756
120956
  status: boolean;
120757
120957
  createdAt: Date;
@@ -121518,6 +121718,7 @@ export declare const mainChatMessageContract: {
121518
121718
  lineRichMenuId?: string | null | undefined;
121519
121719
  messengerIntegrationType?: "own" | "business" | undefined;
121520
121720
  facebookFeedIntegrationType?: "own" | "business" | undefined;
121721
+ isCSATEnabled?: boolean | undefined;
121521
121722
  };
121522
121723
  status: boolean;
121523
121724
  createdAt: Date;
@@ -122283,6 +122484,7 @@ export declare const mainChatMessageContract: {
122283
122484
  lineRichMenuId?: string | null | undefined;
122284
122485
  messengerIntegrationType?: "own" | "business" | undefined;
122285
122486
  facebookFeedIntegrationType?: "own" | "business" | undefined;
122487
+ isCSATEnabled?: boolean | undefined;
122286
122488
  };
122287
122489
  status: boolean;
122288
122490
  createdAt: Date;
@@ -123049,6 +123251,7 @@ export declare const mainChatMessageContract: {
123049
123251
  lineRichMenuId?: string | null | undefined;
123050
123252
  messengerIntegrationType?: "own" | "business" | undefined;
123051
123253
  facebookFeedIntegrationType?: "own" | "business" | undefined;
123254
+ isCSATEnabled?: boolean | undefined;
123052
123255
  };
123053
123256
  status: boolean;
123054
123257
  createdAt: Date;
@@ -123814,6 +124017,7 @@ export declare const mainChatMessageContract: {
123814
124017
  lineRichMenuId?: string | null | undefined;
123815
124018
  messengerIntegrationType?: "own" | "business" | undefined;
123816
124019
  facebookFeedIntegrationType?: "own" | "business" | undefined;
124020
+ isCSATEnabled?: boolean | undefined;
123817
124021
  };
123818
124022
  status: boolean;
123819
124023
  createdAt: Date;
@@ -124582,6 +124786,7 @@ export declare const mainChatMessageContract: {
124582
124786
  lineRichMenuId?: string | null | undefined;
124583
124787
  messengerIntegrationType?: "own" | "business" | undefined;
124584
124788
  facebookFeedIntegrationType?: "own" | "business" | undefined;
124789
+ isCSATEnabled?: boolean | undefined;
124585
124790
  };
124586
124791
  status: boolean;
124587
124792
  createdAt: Date;
@@ -125347,6 +125552,7 @@ export declare const mainChatMessageContract: {
125347
125552
  lineRichMenuId?: string | null | undefined;
125348
125553
  messengerIntegrationType?: "own" | "business" | undefined;
125349
125554
  facebookFeedIntegrationType?: "own" | "business" | undefined;
125555
+ isCSATEnabled?: boolean | undefined;
125350
125556
  };
125351
125557
  status: boolean;
125352
125558
  createdAt: Date;
@@ -126116,6 +126322,7 @@ export declare const mainChatMessageContract: {
126116
126322
  lineRichMenuId?: string | null | undefined;
126117
126323
  messengerIntegrationType?: "own" | "business" | undefined;
126118
126324
  facebookFeedIntegrationType?: "own" | "business" | undefined;
126325
+ isCSATEnabled?: boolean | undefined;
126119
126326
  };
126120
126327
  status: boolean;
126121
126328
  createdAt: Date;
@@ -126881,6 +127088,7 @@ export declare const mainChatMessageContract: {
126881
127088
  lineRichMenuId?: string | null | undefined;
126882
127089
  messengerIntegrationType?: "own" | "business" | undefined;
126883
127090
  facebookFeedIntegrationType?: "own" | "business" | undefined;
127091
+ isCSATEnabled?: boolean | undefined;
126884
127092
  };
126885
127093
  status: boolean;
126886
127094
  createdAt: Date;
@@ -127640,6 +127848,7 @@ export declare const mainChatMessageContract: {
127640
127848
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
127641
127849
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
127642
127850
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
127851
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
127643
127852
  }, "strip", z.ZodTypeAny, {
127644
127853
  name: string;
127645
127854
  id: string;
@@ -127669,6 +127878,7 @@ export declare const mainChatMessageContract: {
127669
127878
  lineRichMenuId?: string | null | undefined;
127670
127879
  messengerIntegrationType?: "own" | "business" | undefined;
127671
127880
  facebookFeedIntegrationType?: "own" | "business" | undefined;
127881
+ isCSATEnabled?: boolean | undefined;
127672
127882
  }, {
127673
127883
  name: string;
127674
127884
  id: string;
@@ -127698,6 +127908,7 @@ export declare const mainChatMessageContract: {
127698
127908
  lineRichMenuId?: string | null | undefined;
127699
127909
  messengerIntegrationType?: "own" | "business" | undefined;
127700
127910
  facebookFeedIntegrationType?: "own" | "business" | undefined;
127911
+ isCSATEnabled?: boolean | undefined;
127701
127912
  }>;
127702
127913
  platformId: z.ZodString;
127703
127914
  brandName: z.ZodString;
@@ -127757,6 +127968,7 @@ export declare const mainChatMessageContract: {
127757
127968
  lineRichMenuId?: string | null | undefined;
127758
127969
  messengerIntegrationType?: "own" | "business" | undefined;
127759
127970
  facebookFeedIntegrationType?: "own" | "business" | undefined;
127971
+ isCSATEnabled?: boolean | undefined;
127760
127972
  };
127761
127973
  status: boolean;
127762
127974
  brandName: string;
@@ -127804,6 +128016,7 @@ export declare const mainChatMessageContract: {
127804
128016
  lineRichMenuId?: string | null | undefined;
127805
128017
  messengerIntegrationType?: "own" | "business" | undefined;
127806
128018
  facebookFeedIntegrationType?: "own" | "business" | undefined;
128019
+ isCSATEnabled?: boolean | undefined;
127807
128020
  };
127808
128021
  status: boolean;
127809
128022
  brandName: string;
@@ -127854,6 +128067,7 @@ export declare const mainChatMessageContract: {
127854
128067
  lineRichMenuId?: string | null | undefined;
127855
128068
  messengerIntegrationType?: "own" | "business" | undefined;
127856
128069
  facebookFeedIntegrationType?: "own" | "business" | undefined;
128070
+ isCSATEnabled?: boolean | undefined;
127857
128071
  };
127858
128072
  status: boolean;
127859
128073
  brandName: string;
@@ -127904,6 +128118,7 @@ export declare const mainChatMessageContract: {
127904
128118
  lineRichMenuId?: string | null | undefined;
127905
128119
  messengerIntegrationType?: "own" | "business" | undefined;
127906
128120
  facebookFeedIntegrationType?: "own" | "business" | undefined;
128121
+ isCSATEnabled?: boolean | undefined;
127907
128122
  };
127908
128123
  status: boolean;
127909
128124
  brandName: string;
@@ -128106,6 +128321,7 @@ export declare const mainChatMessageContract: {
128106
128321
  lineRichMenuId?: string | null | undefined;
128107
128322
  messengerIntegrationType?: "own" | "business" | undefined;
128108
128323
  facebookFeedIntegrationType?: "own" | "business" | undefined;
128324
+ isCSATEnabled?: boolean | undefined;
128109
128325
  };
128110
128326
  status: boolean;
128111
128327
  brandName: string;
@@ -128190,6 +128406,7 @@ export declare const mainChatMessageContract: {
128190
128406
  lineRichMenuId?: string | null | undefined;
128191
128407
  messengerIntegrationType?: "own" | "business" | undefined;
128192
128408
  facebookFeedIntegrationType?: "own" | "business" | undefined;
128409
+ isCSATEnabled?: boolean | undefined;
128193
128410
  };
128194
128411
  status: boolean;
128195
128412
  brandName: string;
@@ -128276,6 +128493,7 @@ export declare const mainChatMessageContract: {
128276
128493
  lineRichMenuId?: string | null | undefined;
128277
128494
  messengerIntegrationType?: "own" | "business" | undefined;
128278
128495
  facebookFeedIntegrationType?: "own" | "business" | undefined;
128496
+ isCSATEnabled?: boolean | undefined;
128279
128497
  };
128280
128498
  status: boolean;
128281
128499
  brandName: string;
@@ -128363,6 +128581,7 @@ export declare const mainChatMessageContract: {
128363
128581
  lineRichMenuId?: string | null | undefined;
128364
128582
  messengerIntegrationType?: "own" | "business" | undefined;
128365
128583
  facebookFeedIntegrationType?: "own" | "business" | undefined;
128584
+ isCSATEnabled?: boolean | undefined;
128366
128585
  };
128367
128586
  status: boolean;
128368
128587
  brandName: string;
@@ -129983,6 +130202,7 @@ export declare const mainChatMessageContract: {
129983
130202
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
129984
130203
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
129985
130204
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
130205
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
129986
130206
  }, "strip", z.ZodTypeAny, {
129987
130207
  name: string;
129988
130208
  id: string;
@@ -130012,6 +130232,7 @@ export declare const mainChatMessageContract: {
130012
130232
  lineRichMenuId?: string | null | undefined;
130013
130233
  messengerIntegrationType?: "own" | "business" | undefined;
130014
130234
  facebookFeedIntegrationType?: "own" | "business" | undefined;
130235
+ isCSATEnabled?: boolean | undefined;
130015
130236
  }, {
130016
130237
  name: string;
130017
130238
  id: string;
@@ -130041,6 +130262,7 @@ export declare const mainChatMessageContract: {
130041
130262
  lineRichMenuId?: string | null | undefined;
130042
130263
  messengerIntegrationType?: "own" | "business" | undefined;
130043
130264
  facebookFeedIntegrationType?: "own" | "business" | undefined;
130265
+ isCSATEnabled?: boolean | undefined;
130044
130266
  }>;
130045
130267
  brandName: z.ZodString;
130046
130268
  platformId: z.ZodString;
@@ -130304,6 +130526,7 @@ export declare const mainChatMessageContract: {
130304
130526
  lineRichMenuId?: string | null | undefined;
130305
130527
  messengerIntegrationType?: "own" | "business" | undefined;
130306
130528
  facebookFeedIntegrationType?: "own" | "business" | undefined;
130529
+ isCSATEnabled?: boolean | undefined;
130307
130530
  };
130308
130531
  status: boolean;
130309
130532
  createdAt: Date;
@@ -130398,6 +130621,7 @@ export declare const mainChatMessageContract: {
130398
130621
  lineRichMenuId?: string | null | undefined;
130399
130622
  messengerIntegrationType?: "own" | "business" | undefined;
130400
130623
  facebookFeedIntegrationType?: "own" | "business" | undefined;
130624
+ isCSATEnabled?: boolean | undefined;
130401
130625
  };
130402
130626
  status: boolean;
130403
130627
  createdAt: Date;
@@ -131056,6 +131280,7 @@ export declare const mainChatMessageContract: {
131056
131280
  lineRichMenuId?: string | null | undefined;
131057
131281
  messengerIntegrationType?: "own" | "business" | undefined;
131058
131282
  facebookFeedIntegrationType?: "own" | "business" | undefined;
131283
+ isCSATEnabled?: boolean | undefined;
131059
131284
  };
131060
131285
  status: boolean;
131061
131286
  createdAt: Date;
@@ -131484,6 +131709,7 @@ export declare const mainChatMessageContract: {
131484
131709
  lineRichMenuId?: string | null | undefined;
131485
131710
  messengerIntegrationType?: "own" | "business" | undefined;
131486
131711
  facebookFeedIntegrationType?: "own" | "business" | undefined;
131712
+ isCSATEnabled?: boolean | undefined;
131487
131713
  };
131488
131714
  status: boolean;
131489
131715
  createdAt: Date;
@@ -133685,6 +133911,7 @@ export declare const mainChatMessageContract: {
133685
133911
  lineRichMenuId?: string | null | undefined;
133686
133912
  messengerIntegrationType?: "own" | "business" | undefined;
133687
133913
  facebookFeedIntegrationType?: "own" | "business" | undefined;
133914
+ isCSATEnabled?: boolean | undefined;
133688
133915
  };
133689
133916
  status: boolean;
133690
133917
  createdAt: Date;
@@ -134450,6 +134677,7 @@ export declare const mainChatMessageContract: {
134450
134677
  lineRichMenuId?: string | null | undefined;
134451
134678
  messengerIntegrationType?: "own" | "business" | undefined;
134452
134679
  facebookFeedIntegrationType?: "own" | "business" | undefined;
134680
+ isCSATEnabled?: boolean | undefined;
134453
134681
  };
134454
134682
  status: boolean;
134455
134683
  createdAt: Date;
@@ -135217,6 +135445,7 @@ export declare const mainChatMessageContract: {
135217
135445
  lineRichMenuId?: string | null | undefined;
135218
135446
  messengerIntegrationType?: "own" | "business" | undefined;
135219
135447
  facebookFeedIntegrationType?: "own" | "business" | undefined;
135448
+ isCSATEnabled?: boolean | undefined;
135220
135449
  };
135221
135450
  status: boolean;
135222
135451
  createdAt: Date;
@@ -135985,6 +136214,7 @@ export declare const mainChatMessageContract: {
135985
136214
  lineRichMenuId?: string | null | undefined;
135986
136215
  messengerIntegrationType?: "own" | "business" | undefined;
135987
136216
  facebookFeedIntegrationType?: "own" | "business" | undefined;
136217
+ isCSATEnabled?: boolean | undefined;
135988
136218
  };
135989
136219
  status: boolean;
135990
136220
  createdAt: Date;