@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
@@ -200,6 +200,7 @@ export declare const messengerContract: {
200
200
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
201
201
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
202
202
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
203
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
203
204
  }, "strip", z.ZodTypeAny, {
204
205
  name: string;
205
206
  id: string;
@@ -229,6 +230,7 @@ export declare const messengerContract: {
229
230
  lineRichMenuId?: string | null | undefined;
230
231
  messengerIntegrationType?: "own" | "business" | undefined;
231
232
  facebookFeedIntegrationType?: "own" | "business" | undefined;
233
+ isCSATEnabled?: boolean | undefined;
232
234
  }, {
233
235
  name: string;
234
236
  id: string;
@@ -258,6 +260,7 @@ export declare const messengerContract: {
258
260
  lineRichMenuId?: string | null | undefined;
259
261
  messengerIntegrationType?: "own" | "business" | undefined;
260
262
  facebookFeedIntegrationType?: "own" | "business" | undefined;
263
+ isCSATEnabled?: boolean | undefined;
261
264
  }>;
262
265
  platformId: z.ZodString;
263
266
  brandName: z.ZodString;
@@ -317,6 +320,7 @@ export declare const messengerContract: {
317
320
  lineRichMenuId?: string | null | undefined;
318
321
  messengerIntegrationType?: "own" | "business" | undefined;
319
322
  facebookFeedIntegrationType?: "own" | "business" | undefined;
323
+ isCSATEnabled?: boolean | undefined;
320
324
  };
321
325
  status: boolean;
322
326
  brandName: string;
@@ -364,6 +368,7 @@ export declare const messengerContract: {
364
368
  lineRichMenuId?: string | null | undefined;
365
369
  messengerIntegrationType?: "own" | "business" | undefined;
366
370
  facebookFeedIntegrationType?: "own" | "business" | undefined;
371
+ isCSATEnabled?: boolean | undefined;
367
372
  };
368
373
  status: boolean;
369
374
  brandName: string;
@@ -416,6 +421,7 @@ export declare const messengerContract: {
416
421
  lineRichMenuId?: string | null | undefined;
417
422
  messengerIntegrationType?: "own" | "business" | undefined;
418
423
  facebookFeedIntegrationType?: "own" | "business" | undefined;
424
+ isCSATEnabled?: boolean | undefined;
419
425
  };
420
426
  status: boolean;
421
427
  brandName: string;
@@ -507,6 +513,7 @@ export declare const messengerContract: {
507
513
  lineRichMenuId?: string | null | undefined;
508
514
  messengerIntegrationType?: "own" | "business" | undefined;
509
515
  facebookFeedIntegrationType?: "own" | "business" | undefined;
516
+ isCSATEnabled?: boolean | undefined;
510
517
  };
511
518
  status: boolean;
512
519
  brandName: string;
@@ -766,6 +773,7 @@ export declare const messengerContract: {
766
773
  lineRichMenuId?: string | null | undefined;
767
774
  messengerIntegrationType?: "own" | "business" | undefined;
768
775
  facebookFeedIntegrationType?: "own" | "business" | undefined;
776
+ isCSATEnabled?: boolean | undefined;
769
777
  };
770
778
  status: boolean;
771
779
  brandName: string;
@@ -896,6 +904,7 @@ export declare const messengerContract: {
896
904
  lineRichMenuId?: string | null | undefined;
897
905
  messengerIntegrationType?: "own" | "business" | undefined;
898
906
  facebookFeedIntegrationType?: "own" | "business" | undefined;
907
+ isCSATEnabled?: boolean | undefined;
899
908
  };
900
909
  status: boolean;
901
910
  brandName: string;
@@ -2956,6 +2965,7 @@ export declare const messengerContract: {
2956
2965
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2957
2966
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
2958
2967
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
2968
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
2959
2969
  }, "strip", z.ZodTypeAny, {
2960
2970
  name: string;
2961
2971
  id: string;
@@ -2985,6 +2995,7 @@ export declare const messengerContract: {
2985
2995
  lineRichMenuId?: string | null | undefined;
2986
2996
  messengerIntegrationType?: "own" | "business" | undefined;
2987
2997
  facebookFeedIntegrationType?: "own" | "business" | undefined;
2998
+ isCSATEnabled?: boolean | undefined;
2988
2999
  }, {
2989
3000
  name: string;
2990
3001
  id: string;
@@ -3014,6 +3025,7 @@ export declare const messengerContract: {
3014
3025
  lineRichMenuId?: string | null | undefined;
3015
3026
  messengerIntegrationType?: "own" | "business" | undefined;
3016
3027
  facebookFeedIntegrationType?: "own" | "business" | undefined;
3028
+ isCSATEnabled?: boolean | undefined;
3017
3029
  }>;
3018
3030
  brandName: z.ZodString;
3019
3031
  platformId: z.ZodString;
@@ -3277,6 +3289,7 @@ export declare const messengerContract: {
3277
3289
  lineRichMenuId?: string | null | undefined;
3278
3290
  messengerIntegrationType?: "own" | "business" | undefined;
3279
3291
  facebookFeedIntegrationType?: "own" | "business" | undefined;
3292
+ isCSATEnabled?: boolean | undefined;
3280
3293
  };
3281
3294
  status: boolean;
3282
3295
  createdAt: Date;
@@ -3371,6 +3384,7 @@ export declare const messengerContract: {
3371
3384
  lineRichMenuId?: string | null | undefined;
3372
3385
  messengerIntegrationType?: "own" | "business" | undefined;
3373
3386
  facebookFeedIntegrationType?: "own" | "business" | undefined;
3387
+ isCSATEnabled?: boolean | undefined;
3374
3388
  };
3375
3389
  status: boolean;
3376
3390
  createdAt: Date;
@@ -4029,6 +4043,7 @@ export declare const messengerContract: {
4029
4043
  lineRichMenuId?: string | null | undefined;
4030
4044
  messengerIntegrationType?: "own" | "business" | undefined;
4031
4045
  facebookFeedIntegrationType?: "own" | "business" | undefined;
4046
+ isCSATEnabled?: boolean | undefined;
4032
4047
  };
4033
4048
  status: boolean;
4034
4049
  createdAt: Date;
@@ -4457,6 +4472,7 @@ export declare const messengerContract: {
4457
4472
  lineRichMenuId?: string | null | undefined;
4458
4473
  messengerIntegrationType?: "own" | "business" | undefined;
4459
4474
  facebookFeedIntegrationType?: "own" | "business" | undefined;
4475
+ isCSATEnabled?: boolean | undefined;
4460
4476
  };
4461
4477
  status: boolean;
4462
4478
  createdAt: Date;
@@ -7636,6 +7652,7 @@ export declare const messengerContract: {
7636
7652
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
7637
7653
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
7638
7654
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
7655
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
7639
7656
  }, "strip", z.ZodTypeAny, {
7640
7657
  name: string;
7641
7658
  id: string;
@@ -7665,6 +7682,7 @@ export declare const messengerContract: {
7665
7682
  lineRichMenuId?: string | null | undefined;
7666
7683
  messengerIntegrationType?: "own" | "business" | undefined;
7667
7684
  facebookFeedIntegrationType?: "own" | "business" | undefined;
7685
+ isCSATEnabled?: boolean | undefined;
7668
7686
  }, {
7669
7687
  name: string;
7670
7688
  id: string;
@@ -7694,6 +7712,7 @@ export declare const messengerContract: {
7694
7712
  lineRichMenuId?: string | null | undefined;
7695
7713
  messengerIntegrationType?: "own" | "business" | undefined;
7696
7714
  facebookFeedIntegrationType?: "own" | "business" | undefined;
7715
+ isCSATEnabled?: boolean | undefined;
7697
7716
  }>;
7698
7717
  brandName: z.ZodString;
7699
7718
  platformId: z.ZodString;
@@ -7957,6 +7976,7 @@ export declare const messengerContract: {
7957
7976
  lineRichMenuId?: string | null | undefined;
7958
7977
  messengerIntegrationType?: "own" | "business" | undefined;
7959
7978
  facebookFeedIntegrationType?: "own" | "business" | undefined;
7979
+ isCSATEnabled?: boolean | undefined;
7960
7980
  };
7961
7981
  status: boolean;
7962
7982
  createdAt: Date;
@@ -8051,6 +8071,7 @@ export declare const messengerContract: {
8051
8071
  lineRichMenuId?: string | null | undefined;
8052
8072
  messengerIntegrationType?: "own" | "business" | undefined;
8053
8073
  facebookFeedIntegrationType?: "own" | "business" | undefined;
8074
+ isCSATEnabled?: boolean | undefined;
8054
8075
  };
8055
8076
  status: boolean;
8056
8077
  createdAt: Date;
@@ -8709,6 +8730,7 @@ export declare const messengerContract: {
8709
8730
  lineRichMenuId?: string | null | undefined;
8710
8731
  messengerIntegrationType?: "own" | "business" | undefined;
8711
8732
  facebookFeedIntegrationType?: "own" | "business" | undefined;
8733
+ isCSATEnabled?: boolean | undefined;
8712
8734
  };
8713
8735
  status: boolean;
8714
8736
  createdAt: Date;
@@ -9137,6 +9159,7 @@ export declare const messengerContract: {
9137
9159
  lineRichMenuId?: string | null | undefined;
9138
9160
  messengerIntegrationType?: "own" | "business" | undefined;
9139
9161
  facebookFeedIntegrationType?: "own" | "business" | undefined;
9162
+ isCSATEnabled?: boolean | undefined;
9140
9163
  };
9141
9164
  status: boolean;
9142
9165
  createdAt: Date;
@@ -11338,6 +11361,7 @@ export declare const messengerContract: {
11338
11361
  lineRichMenuId?: string | null | undefined;
11339
11362
  messengerIntegrationType?: "own" | "business" | undefined;
11340
11363
  facebookFeedIntegrationType?: "own" | "business" | undefined;
11364
+ isCSATEnabled?: boolean | undefined;
11341
11365
  };
11342
11366
  status: boolean;
11343
11367
  createdAt: Date;
@@ -12103,6 +12127,7 @@ export declare const messengerContract: {
12103
12127
  lineRichMenuId?: string | null | undefined;
12104
12128
  messengerIntegrationType?: "own" | "business" | undefined;
12105
12129
  facebookFeedIntegrationType?: "own" | "business" | undefined;
12130
+ isCSATEnabled?: boolean | undefined;
12106
12131
  };
12107
12132
  status: boolean;
12108
12133
  createdAt: Date;
@@ -12869,6 +12894,7 @@ export declare const messengerContract: {
12869
12894
  lineRichMenuId?: string | null | undefined;
12870
12895
  messengerIntegrationType?: "own" | "business" | undefined;
12871
12896
  facebookFeedIntegrationType?: "own" | "business" | undefined;
12897
+ isCSATEnabled?: boolean | undefined;
12872
12898
  };
12873
12899
  status: boolean;
12874
12900
  createdAt: Date;
@@ -13634,6 +13660,7 @@ export declare const messengerContract: {
13634
13660
  lineRichMenuId?: string | null | undefined;
13635
13661
  messengerIntegrationType?: "own" | "business" | undefined;
13636
13662
  facebookFeedIntegrationType?: "own" | "business" | undefined;
13663
+ isCSATEnabled?: boolean | undefined;
13637
13664
  };
13638
13665
  status: boolean;
13639
13666
  createdAt: Date;
@@ -14400,6 +14427,7 @@ export declare const messengerContract: {
14400
14427
  lineRichMenuId?: string | null | undefined;
14401
14428
  messengerIntegrationType?: "own" | "business" | undefined;
14402
14429
  facebookFeedIntegrationType?: "own" | "business" | undefined;
14430
+ isCSATEnabled?: boolean | undefined;
14403
14431
  };
14404
14432
  status: boolean;
14405
14433
  createdAt: Date;
@@ -15165,6 +15193,7 @@ export declare const messengerContract: {
15165
15193
  lineRichMenuId?: string | null | undefined;
15166
15194
  messengerIntegrationType?: "own" | "business" | undefined;
15167
15195
  facebookFeedIntegrationType?: "own" | "business" | undefined;
15196
+ isCSATEnabled?: boolean | undefined;
15168
15197
  };
15169
15198
  status: boolean;
15170
15199
  createdAt: Date;
@@ -15933,6 +15962,7 @@ export declare const messengerContract: {
15933
15962
  lineRichMenuId?: string | null | undefined;
15934
15963
  messengerIntegrationType?: "own" | "business" | undefined;
15935
15964
  facebookFeedIntegrationType?: "own" | "business" | undefined;
15965
+ isCSATEnabled?: boolean | undefined;
15936
15966
  };
15937
15967
  status: boolean;
15938
15968
  createdAt: Date;
@@ -16698,6 +16728,7 @@ export declare const messengerContract: {
16698
16728
  lineRichMenuId?: string | null | undefined;
16699
16729
  messengerIntegrationType?: "own" | "business" | undefined;
16700
16730
  facebookFeedIntegrationType?: "own" | "business" | undefined;
16731
+ isCSATEnabled?: boolean | undefined;
16701
16732
  };
16702
16733
  status: boolean;
16703
16734
  createdAt: Date;
@@ -17467,6 +17498,7 @@ export declare const messengerContract: {
17467
17498
  lineRichMenuId?: string | null | undefined;
17468
17499
  messengerIntegrationType?: "own" | "business" | undefined;
17469
17500
  facebookFeedIntegrationType?: "own" | "business" | undefined;
17501
+ isCSATEnabled?: boolean | undefined;
17470
17502
  };
17471
17503
  status: boolean;
17472
17504
  createdAt: Date;
@@ -18232,6 +18264,7 @@ export declare const messengerContract: {
18232
18264
  lineRichMenuId?: string | null | undefined;
18233
18265
  messengerIntegrationType?: "own" | "business" | undefined;
18234
18266
  facebookFeedIntegrationType?: "own" | "business" | undefined;
18267
+ isCSATEnabled?: boolean | undefined;
18235
18268
  };
18236
18269
  status: boolean;
18237
18270
  createdAt: Date;
@@ -18947,6 +18980,7 @@ export declare const messengerContract: {
18947
18980
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
18948
18981
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
18949
18982
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
18983
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
18950
18984
  }, "strip", z.ZodTypeAny, {
18951
18985
  name: string;
18952
18986
  id: string;
@@ -18976,6 +19010,7 @@ export declare const messengerContract: {
18976
19010
  lineRichMenuId?: string | null | undefined;
18977
19011
  messengerIntegrationType?: "own" | "business" | undefined;
18978
19012
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19013
+ isCSATEnabled?: boolean | undefined;
18979
19014
  }, {
18980
19015
  name: string;
18981
19016
  id: string;
@@ -19005,6 +19040,7 @@ export declare const messengerContract: {
19005
19040
  lineRichMenuId?: string | null | undefined;
19006
19041
  messengerIntegrationType?: "own" | "business" | undefined;
19007
19042
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19043
+ isCSATEnabled?: boolean | undefined;
19008
19044
  }>>;
19009
19045
  platformId: z.ZodOptional<z.ZodString>;
19010
19046
  brandName: z.ZodOptional<z.ZodString>;
@@ -19064,6 +19100,7 @@ export declare const messengerContract: {
19064
19100
  lineRichMenuId?: string | null | undefined;
19065
19101
  messengerIntegrationType?: "own" | "business" | undefined;
19066
19102
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19103
+ isCSATEnabled?: boolean | undefined;
19067
19104
  } | undefined;
19068
19105
  platformId?: string | undefined;
19069
19106
  brandName?: string | undefined;
@@ -19111,6 +19148,7 @@ export declare const messengerContract: {
19111
19148
  lineRichMenuId?: string | null | undefined;
19112
19149
  messengerIntegrationType?: "own" | "business" | undefined;
19113
19150
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19151
+ isCSATEnabled?: boolean | undefined;
19114
19152
  } | undefined;
19115
19153
  platformId?: string | undefined;
19116
19154
  brandName?: string | undefined;
@@ -19197,6 +19235,7 @@ export declare const messengerContract: {
19197
19235
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
19198
19236
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
19199
19237
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
19238
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
19200
19239
  }, "strip", z.ZodTypeAny, {
19201
19240
  name: string;
19202
19241
  id: string;
@@ -19226,6 +19265,7 @@ export declare const messengerContract: {
19226
19265
  lineRichMenuId?: string | null | undefined;
19227
19266
  messengerIntegrationType?: "own" | "business" | undefined;
19228
19267
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19268
+ isCSATEnabled?: boolean | undefined;
19229
19269
  }, {
19230
19270
  name: string;
19231
19271
  id: string;
@@ -19255,6 +19295,7 @@ export declare const messengerContract: {
19255
19295
  lineRichMenuId?: string | null | undefined;
19256
19296
  messengerIntegrationType?: "own" | "business" | undefined;
19257
19297
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19298
+ isCSATEnabled?: boolean | undefined;
19258
19299
  }>;
19259
19300
  platformId: z.ZodString;
19260
19301
  brandName: z.ZodString;
@@ -19314,6 +19355,7 @@ export declare const messengerContract: {
19314
19355
  lineRichMenuId?: string | null | undefined;
19315
19356
  messengerIntegrationType?: "own" | "business" | undefined;
19316
19357
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19358
+ isCSATEnabled?: boolean | undefined;
19317
19359
  };
19318
19360
  status: boolean;
19319
19361
  brandName: string;
@@ -19361,6 +19403,7 @@ export declare const messengerContract: {
19361
19403
  lineRichMenuId?: string | null | undefined;
19362
19404
  messengerIntegrationType?: "own" | "business" | undefined;
19363
19405
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19406
+ isCSATEnabled?: boolean | undefined;
19364
19407
  };
19365
19408
  status: boolean;
19366
19409
  brandName: string;
@@ -19410,6 +19453,7 @@ export declare const messengerContract: {
19410
19453
  lineRichMenuId?: string | null | undefined;
19411
19454
  messengerIntegrationType?: "own" | "business" | undefined;
19412
19455
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19456
+ isCSATEnabled?: boolean | undefined;
19413
19457
  };
19414
19458
  status: boolean;
19415
19459
  brandName: string;
@@ -19460,6 +19504,7 @@ export declare const messengerContract: {
19460
19504
  lineRichMenuId?: string | null | undefined;
19461
19505
  messengerIntegrationType?: "own" | "business" | undefined;
19462
19506
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19507
+ isCSATEnabled?: boolean | undefined;
19463
19508
  };
19464
19509
  status: boolean;
19465
19510
  brandName: string;
@@ -19568,6 +19613,7 @@ export declare const messengerContract: {
19568
19613
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
19569
19614
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
19570
19615
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
19616
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
19571
19617
  }, "strip", z.ZodTypeAny, {
19572
19618
  name: string;
19573
19619
  id: string;
@@ -19597,6 +19643,7 @@ export declare const messengerContract: {
19597
19643
  lineRichMenuId?: string | null | undefined;
19598
19644
  messengerIntegrationType?: "own" | "business" | undefined;
19599
19645
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19646
+ isCSATEnabled?: boolean | undefined;
19600
19647
  }, {
19601
19648
  name: string;
19602
19649
  id: string;
@@ -19626,6 +19673,7 @@ export declare const messengerContract: {
19626
19673
  lineRichMenuId?: string | null | undefined;
19627
19674
  messengerIntegrationType?: "own" | "business" | undefined;
19628
19675
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19676
+ isCSATEnabled?: boolean | undefined;
19629
19677
  }>>;
19630
19678
  platformId: z.ZodOptional<z.ZodString>;
19631
19679
  brandName: z.ZodOptional<z.ZodString>;
@@ -19685,6 +19733,7 @@ export declare const messengerContract: {
19685
19733
  lineRichMenuId?: string | null | undefined;
19686
19734
  messengerIntegrationType?: "own" | "business" | undefined;
19687
19735
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19736
+ isCSATEnabled?: boolean | undefined;
19688
19737
  } | undefined;
19689
19738
  platformId?: string | undefined;
19690
19739
  brandName?: string | undefined;
@@ -19732,6 +19781,7 @@ export declare const messengerContract: {
19732
19781
  lineRichMenuId?: string | null | undefined;
19733
19782
  messengerIntegrationType?: "own" | "business" | undefined;
19734
19783
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19784
+ isCSATEnabled?: boolean | undefined;
19735
19785
  } | undefined;
19736
19786
  platformId?: string | undefined;
19737
19787
  brandName?: string | undefined;
@@ -19818,6 +19868,7 @@ export declare const messengerContract: {
19818
19868
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
19819
19869
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
19820
19870
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
19871
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
19821
19872
  }, "strip", z.ZodTypeAny, {
19822
19873
  name: string;
19823
19874
  id: string;
@@ -19847,6 +19898,7 @@ export declare const messengerContract: {
19847
19898
  lineRichMenuId?: string | null | undefined;
19848
19899
  messengerIntegrationType?: "own" | "business" | undefined;
19849
19900
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19901
+ isCSATEnabled?: boolean | undefined;
19850
19902
  }, {
19851
19903
  name: string;
19852
19904
  id: string;
@@ -19876,6 +19928,7 @@ export declare const messengerContract: {
19876
19928
  lineRichMenuId?: string | null | undefined;
19877
19929
  messengerIntegrationType?: "own" | "business" | undefined;
19878
19930
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19931
+ isCSATEnabled?: boolean | undefined;
19879
19932
  }>;
19880
19933
  platformId: z.ZodString;
19881
19934
  brandName: z.ZodString;
@@ -19935,6 +19988,7 @@ export declare const messengerContract: {
19935
19988
  lineRichMenuId?: string | null | undefined;
19936
19989
  messengerIntegrationType?: "own" | "business" | undefined;
19937
19990
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19991
+ isCSATEnabled?: boolean | undefined;
19938
19992
  };
19939
19993
  status: boolean;
19940
19994
  brandName: string;
@@ -19982,6 +20036,7 @@ export declare const messengerContract: {
19982
20036
  lineRichMenuId?: string | null | undefined;
19983
20037
  messengerIntegrationType?: "own" | "business" | undefined;
19984
20038
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20039
+ isCSATEnabled?: boolean | undefined;
19985
20040
  };
19986
20041
  status: boolean;
19987
20042
  brandName: string;
@@ -20031,6 +20086,7 @@ export declare const messengerContract: {
20031
20086
  lineRichMenuId?: string | null | undefined;
20032
20087
  messengerIntegrationType?: "own" | "business" | undefined;
20033
20088
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20089
+ isCSATEnabled?: boolean | undefined;
20034
20090
  };
20035
20091
  status: boolean;
20036
20092
  brandName: string;
@@ -20081,6 +20137,7 @@ export declare const messengerContract: {
20081
20137
  lineRichMenuId?: string | null | undefined;
20082
20138
  messengerIntegrationType?: "own" | "business" | undefined;
20083
20139
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20140
+ isCSATEnabled?: boolean | undefined;
20084
20141
  };
20085
20142
  status: boolean;
20086
20143
  brandName: string;
@@ -20201,6 +20258,7 @@ export declare const messengerContract: {
20201
20258
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
20202
20259
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
20203
20260
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
20261
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
20204
20262
  }, "strip", z.ZodTypeAny, {
20205
20263
  name: string;
20206
20264
  id: string;
@@ -20230,6 +20288,7 @@ export declare const messengerContract: {
20230
20288
  lineRichMenuId?: string | null | undefined;
20231
20289
  messengerIntegrationType?: "own" | "business" | undefined;
20232
20290
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20291
+ isCSATEnabled?: boolean | undefined;
20233
20292
  }, {
20234
20293
  name: string;
20235
20294
  id: string;
@@ -20259,6 +20318,7 @@ export declare const messengerContract: {
20259
20318
  lineRichMenuId?: string | null | undefined;
20260
20319
  messengerIntegrationType?: "own" | "business" | undefined;
20261
20320
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20321
+ isCSATEnabled?: boolean | undefined;
20262
20322
  }>;
20263
20323
  platformId: z.ZodString;
20264
20324
  brandName: z.ZodString;
@@ -20318,6 +20378,7 @@ export declare const messengerContract: {
20318
20378
  lineRichMenuId?: string | null | undefined;
20319
20379
  messengerIntegrationType?: "own" | "business" | undefined;
20320
20380
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20381
+ isCSATEnabled?: boolean | undefined;
20321
20382
  };
20322
20383
  status: boolean;
20323
20384
  brandName: string;
@@ -20365,6 +20426,7 @@ export declare const messengerContract: {
20365
20426
  lineRichMenuId?: string | null | undefined;
20366
20427
  messengerIntegrationType?: "own" | "business" | undefined;
20367
20428
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20429
+ isCSATEnabled?: boolean | undefined;
20368
20430
  };
20369
20431
  status: boolean;
20370
20432
  brandName: string;
@@ -20414,6 +20476,7 @@ export declare const messengerContract: {
20414
20476
  lineRichMenuId?: string | null | undefined;
20415
20477
  messengerIntegrationType?: "own" | "business" | undefined;
20416
20478
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20479
+ isCSATEnabled?: boolean | undefined;
20417
20480
  };
20418
20481
  status: boolean;
20419
20482
  brandName: string;
@@ -20464,6 +20527,7 @@ export declare const messengerContract: {
20464
20527
  lineRichMenuId?: string | null | undefined;
20465
20528
  messengerIntegrationType?: "own" | "business" | undefined;
20466
20529
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20530
+ isCSATEnabled?: boolean | undefined;
20467
20531
  };
20468
20532
  status: boolean;
20469
20533
  brandName: string;
@@ -20584,6 +20648,7 @@ export declare const messengerContract: {
20584
20648
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
20585
20649
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
20586
20650
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
20651
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
20587
20652
  }, "strip", z.ZodTypeAny, {
20588
20653
  name: string;
20589
20654
  id: string;
@@ -20613,6 +20678,7 @@ export declare const messengerContract: {
20613
20678
  lineRichMenuId?: string | null | undefined;
20614
20679
  messengerIntegrationType?: "own" | "business" | undefined;
20615
20680
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20681
+ isCSATEnabled?: boolean | undefined;
20616
20682
  }, {
20617
20683
  name: string;
20618
20684
  id: string;
@@ -20642,6 +20708,7 @@ export declare const messengerContract: {
20642
20708
  lineRichMenuId?: string | null | undefined;
20643
20709
  messengerIntegrationType?: "own" | "business" | undefined;
20644
20710
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20711
+ isCSATEnabled?: boolean | undefined;
20645
20712
  }>;
20646
20713
  platformId: z.ZodString;
20647
20714
  brandName: z.ZodString;
@@ -20701,6 +20768,7 @@ export declare const messengerContract: {
20701
20768
  lineRichMenuId?: string | null | undefined;
20702
20769
  messengerIntegrationType?: "own" | "business" | undefined;
20703
20770
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20771
+ isCSATEnabled?: boolean | undefined;
20704
20772
  };
20705
20773
  status: boolean;
20706
20774
  brandName: string;
@@ -20748,6 +20816,7 @@ export declare const messengerContract: {
20748
20816
  lineRichMenuId?: string | null | undefined;
20749
20817
  messengerIntegrationType?: "own" | "business" | undefined;
20750
20818
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20819
+ isCSATEnabled?: boolean | undefined;
20751
20820
  };
20752
20821
  status: boolean;
20753
20822
  brandName: string;
@@ -20797,6 +20866,7 @@ export declare const messengerContract: {
20797
20866
  lineRichMenuId?: string | null | undefined;
20798
20867
  messengerIntegrationType?: "own" | "business" | undefined;
20799
20868
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20869
+ isCSATEnabled?: boolean | undefined;
20800
20870
  };
20801
20871
  status: boolean;
20802
20872
  brandName: string;
@@ -20847,6 +20917,7 @@ export declare const messengerContract: {
20847
20917
  lineRichMenuId?: string | null | undefined;
20848
20918
  messengerIntegrationType?: "own" | "business" | undefined;
20849
20919
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20920
+ isCSATEnabled?: boolean | undefined;
20850
20921
  };
20851
20922
  status: boolean;
20852
20923
  brandName: string;
@@ -20954,6 +21025,7 @@ export declare const messengerContract: {
20954
21025
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
20955
21026
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
20956
21027
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
21028
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
20957
21029
  }, "strip", z.ZodTypeAny, {
20958
21030
  name: string;
20959
21031
  id: string;
@@ -20983,6 +21055,7 @@ export declare const messengerContract: {
20983
21055
  lineRichMenuId?: string | null | undefined;
20984
21056
  messengerIntegrationType?: "own" | "business" | undefined;
20985
21057
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21058
+ isCSATEnabled?: boolean | undefined;
20986
21059
  }, {
20987
21060
  name: string;
20988
21061
  id: string;
@@ -21012,6 +21085,7 @@ export declare const messengerContract: {
21012
21085
  lineRichMenuId?: string | null | undefined;
21013
21086
  messengerIntegrationType?: "own" | "business" | undefined;
21014
21087
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21088
+ isCSATEnabled?: boolean | undefined;
21015
21089
  }>;
21016
21090
  status: z.ZodUnion<[z.ZodLiteral<true>, z.ZodLiteral<false>]>;
21017
21091
  actor: z.ZodOptional<z.ZodObject<{
@@ -21076,6 +21150,7 @@ export declare const messengerContract: {
21076
21150
  lineRichMenuId?: string | null | undefined;
21077
21151
  messengerIntegrationType?: "own" | "business" | undefined;
21078
21152
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21153
+ isCSATEnabled?: boolean | undefined;
21079
21154
  };
21080
21155
  status: boolean;
21081
21156
  createdAt: string;
@@ -21127,6 +21202,7 @@ export declare const messengerContract: {
21127
21202
  lineRichMenuId?: string | null | undefined;
21128
21203
  messengerIntegrationType?: "own" | "business" | undefined;
21129
21204
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21205
+ isCSATEnabled?: boolean | undefined;
21130
21206
  };
21131
21207
  status: boolean;
21132
21208
  createdAt: string;
@@ -21217,6 +21293,7 @@ export declare const messengerContract: {
21217
21293
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
21218
21294
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
21219
21295
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
21296
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
21220
21297
  }, "strip", z.ZodTypeAny, {
21221
21298
  name: string;
21222
21299
  id: string;
@@ -21246,6 +21323,7 @@ export declare const messengerContract: {
21246
21323
  lineRichMenuId?: string | null | undefined;
21247
21324
  messengerIntegrationType?: "own" | "business" | undefined;
21248
21325
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21326
+ isCSATEnabled?: boolean | undefined;
21249
21327
  }, {
21250
21328
  name: string;
21251
21329
  id: string;
@@ -21275,6 +21353,7 @@ export declare const messengerContract: {
21275
21353
  lineRichMenuId?: string | null | undefined;
21276
21354
  messengerIntegrationType?: "own" | "business" | undefined;
21277
21355
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21356
+ isCSATEnabled?: boolean | undefined;
21278
21357
  }>;
21279
21358
  platformId: z.ZodString;
21280
21359
  brandName: z.ZodString;
@@ -21334,6 +21413,7 @@ export declare const messengerContract: {
21334
21413
  lineRichMenuId?: string | null | undefined;
21335
21414
  messengerIntegrationType?: "own" | "business" | undefined;
21336
21415
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21416
+ isCSATEnabled?: boolean | undefined;
21337
21417
  };
21338
21418
  status: boolean;
21339
21419
  brandName: string;
@@ -21381,6 +21461,7 @@ export declare const messengerContract: {
21381
21461
  lineRichMenuId?: string | null | undefined;
21382
21462
  messengerIntegrationType?: "own" | "business" | undefined;
21383
21463
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21464
+ isCSATEnabled?: boolean | undefined;
21384
21465
  };
21385
21466
  status: boolean;
21386
21467
  brandName: string;
@@ -21430,6 +21511,7 @@ export declare const messengerContract: {
21430
21511
  lineRichMenuId?: string | null | undefined;
21431
21512
  messengerIntegrationType?: "own" | "business" | undefined;
21432
21513
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21514
+ isCSATEnabled?: boolean | undefined;
21433
21515
  };
21434
21516
  status: boolean;
21435
21517
  brandName: string;
@@ -21480,6 +21562,7 @@ export declare const messengerContract: {
21480
21562
  lineRichMenuId?: string | null | undefined;
21481
21563
  messengerIntegrationType?: "own" | "business" | undefined;
21482
21564
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21565
+ isCSATEnabled?: boolean | undefined;
21483
21566
  };
21484
21567
  status: boolean;
21485
21568
  brandName: string;