@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
@@ -199,6 +199,7 @@ export declare const whatsappContract: {
199
199
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
200
200
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
201
201
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
202
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
202
203
  }, "strip", z.ZodTypeAny, {
203
204
  name: string;
204
205
  id: string;
@@ -228,6 +229,7 @@ export declare const whatsappContract: {
228
229
  lineRichMenuId?: string | null | undefined;
229
230
  messengerIntegrationType?: "own" | "business" | undefined;
230
231
  facebookFeedIntegrationType?: "own" | "business" | undefined;
232
+ isCSATEnabled?: boolean | undefined;
231
233
  }, {
232
234
  name: string;
233
235
  id: string;
@@ -257,6 +259,7 @@ export declare const whatsappContract: {
257
259
  lineRichMenuId?: string | null | undefined;
258
260
  messengerIntegrationType?: "own" | "business" | undefined;
259
261
  facebookFeedIntegrationType?: "own" | "business" | undefined;
262
+ isCSATEnabled?: boolean | undefined;
260
263
  }>;
261
264
  platformId: z.ZodString;
262
265
  brandName: z.ZodString;
@@ -316,6 +319,7 @@ export declare const whatsappContract: {
316
319
  lineRichMenuId?: string | null | undefined;
317
320
  messengerIntegrationType?: "own" | "business" | undefined;
318
321
  facebookFeedIntegrationType?: "own" | "business" | undefined;
322
+ isCSATEnabled?: boolean | undefined;
319
323
  };
320
324
  status: boolean;
321
325
  brandName: string;
@@ -363,6 +367,7 @@ export declare const whatsappContract: {
363
367
  lineRichMenuId?: string | null | undefined;
364
368
  messengerIntegrationType?: "own" | "business" | undefined;
365
369
  facebookFeedIntegrationType?: "own" | "business" | undefined;
370
+ isCSATEnabled?: boolean | undefined;
366
371
  };
367
372
  status: boolean;
368
373
  brandName: string;
@@ -415,6 +420,7 @@ export declare const whatsappContract: {
415
420
  lineRichMenuId?: string | null | undefined;
416
421
  messengerIntegrationType?: "own" | "business" | undefined;
417
422
  facebookFeedIntegrationType?: "own" | "business" | undefined;
423
+ isCSATEnabled?: boolean | undefined;
418
424
  };
419
425
  status: boolean;
420
426
  brandName: string;
@@ -506,6 +512,7 @@ export declare const whatsappContract: {
506
512
  lineRichMenuId?: string | null | undefined;
507
513
  messengerIntegrationType?: "own" | "business" | undefined;
508
514
  facebookFeedIntegrationType?: "own" | "business" | undefined;
515
+ isCSATEnabled?: boolean | undefined;
509
516
  };
510
517
  status: boolean;
511
518
  brandName: string;
@@ -765,6 +772,7 @@ export declare const whatsappContract: {
765
772
  lineRichMenuId?: string | null | undefined;
766
773
  messengerIntegrationType?: "own" | "business" | undefined;
767
774
  facebookFeedIntegrationType?: "own" | "business" | undefined;
775
+ isCSATEnabled?: boolean | undefined;
768
776
  };
769
777
  status: boolean;
770
778
  brandName: string;
@@ -895,6 +903,7 @@ export declare const whatsappContract: {
895
903
  lineRichMenuId?: string | null | undefined;
896
904
  messengerIntegrationType?: "own" | "business" | undefined;
897
905
  facebookFeedIntegrationType?: "own" | "business" | undefined;
906
+ isCSATEnabled?: boolean | undefined;
898
907
  };
899
908
  status: boolean;
900
909
  brandName: string;
@@ -2955,6 +2964,7 @@ export declare const whatsappContract: {
2955
2964
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2956
2965
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
2957
2966
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
2967
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
2958
2968
  }, "strip", z.ZodTypeAny, {
2959
2969
  name: string;
2960
2970
  id: string;
@@ -2984,6 +2994,7 @@ export declare const whatsappContract: {
2984
2994
  lineRichMenuId?: string | null | undefined;
2985
2995
  messengerIntegrationType?: "own" | "business" | undefined;
2986
2996
  facebookFeedIntegrationType?: "own" | "business" | undefined;
2997
+ isCSATEnabled?: boolean | undefined;
2987
2998
  }, {
2988
2999
  name: string;
2989
3000
  id: string;
@@ -3013,6 +3024,7 @@ export declare const whatsappContract: {
3013
3024
  lineRichMenuId?: string | null | undefined;
3014
3025
  messengerIntegrationType?: "own" | "business" | undefined;
3015
3026
  facebookFeedIntegrationType?: "own" | "business" | undefined;
3027
+ isCSATEnabled?: boolean | undefined;
3016
3028
  }>;
3017
3029
  brandName: z.ZodString;
3018
3030
  platformId: z.ZodString;
@@ -3276,6 +3288,7 @@ export declare const whatsappContract: {
3276
3288
  lineRichMenuId?: string | null | undefined;
3277
3289
  messengerIntegrationType?: "own" | "business" | undefined;
3278
3290
  facebookFeedIntegrationType?: "own" | "business" | undefined;
3291
+ isCSATEnabled?: boolean | undefined;
3279
3292
  };
3280
3293
  status: boolean;
3281
3294
  createdAt: Date;
@@ -3370,6 +3383,7 @@ export declare const whatsappContract: {
3370
3383
  lineRichMenuId?: string | null | undefined;
3371
3384
  messengerIntegrationType?: "own" | "business" | undefined;
3372
3385
  facebookFeedIntegrationType?: "own" | "business" | undefined;
3386
+ isCSATEnabled?: boolean | undefined;
3373
3387
  };
3374
3388
  status: boolean;
3375
3389
  createdAt: Date;
@@ -4028,6 +4042,7 @@ export declare const whatsappContract: {
4028
4042
  lineRichMenuId?: string | null | undefined;
4029
4043
  messengerIntegrationType?: "own" | "business" | undefined;
4030
4044
  facebookFeedIntegrationType?: "own" | "business" | undefined;
4045
+ isCSATEnabled?: boolean | undefined;
4031
4046
  };
4032
4047
  status: boolean;
4033
4048
  createdAt: Date;
@@ -4456,6 +4471,7 @@ export declare const whatsappContract: {
4456
4471
  lineRichMenuId?: string | null | undefined;
4457
4472
  messengerIntegrationType?: "own" | "business" | undefined;
4458
4473
  facebookFeedIntegrationType?: "own" | "business" | undefined;
4474
+ isCSATEnabled?: boolean | undefined;
4459
4475
  };
4460
4476
  status: boolean;
4461
4477
  createdAt: Date;
@@ -7635,6 +7651,7 @@ export declare const whatsappContract: {
7635
7651
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
7636
7652
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
7637
7653
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
7654
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
7638
7655
  }, "strip", z.ZodTypeAny, {
7639
7656
  name: string;
7640
7657
  id: string;
@@ -7664,6 +7681,7 @@ export declare const whatsappContract: {
7664
7681
  lineRichMenuId?: string | null | undefined;
7665
7682
  messengerIntegrationType?: "own" | "business" | undefined;
7666
7683
  facebookFeedIntegrationType?: "own" | "business" | undefined;
7684
+ isCSATEnabled?: boolean | undefined;
7667
7685
  }, {
7668
7686
  name: string;
7669
7687
  id: string;
@@ -7693,6 +7711,7 @@ export declare const whatsappContract: {
7693
7711
  lineRichMenuId?: string | null | undefined;
7694
7712
  messengerIntegrationType?: "own" | "business" | undefined;
7695
7713
  facebookFeedIntegrationType?: "own" | "business" | undefined;
7714
+ isCSATEnabled?: boolean | undefined;
7696
7715
  }>;
7697
7716
  brandName: z.ZodString;
7698
7717
  platformId: z.ZodString;
@@ -7956,6 +7975,7 @@ export declare const whatsappContract: {
7956
7975
  lineRichMenuId?: string | null | undefined;
7957
7976
  messengerIntegrationType?: "own" | "business" | undefined;
7958
7977
  facebookFeedIntegrationType?: "own" | "business" | undefined;
7978
+ isCSATEnabled?: boolean | undefined;
7959
7979
  };
7960
7980
  status: boolean;
7961
7981
  createdAt: Date;
@@ -8050,6 +8070,7 @@ export declare const whatsappContract: {
8050
8070
  lineRichMenuId?: string | null | undefined;
8051
8071
  messengerIntegrationType?: "own" | "business" | undefined;
8052
8072
  facebookFeedIntegrationType?: "own" | "business" | undefined;
8073
+ isCSATEnabled?: boolean | undefined;
8053
8074
  };
8054
8075
  status: boolean;
8055
8076
  createdAt: Date;
@@ -8708,6 +8729,7 @@ export declare const whatsappContract: {
8708
8729
  lineRichMenuId?: string | null | undefined;
8709
8730
  messengerIntegrationType?: "own" | "business" | undefined;
8710
8731
  facebookFeedIntegrationType?: "own" | "business" | undefined;
8732
+ isCSATEnabled?: boolean | undefined;
8711
8733
  };
8712
8734
  status: boolean;
8713
8735
  createdAt: Date;
@@ -9136,6 +9158,7 @@ export declare const whatsappContract: {
9136
9158
  lineRichMenuId?: string | null | undefined;
9137
9159
  messengerIntegrationType?: "own" | "business" | undefined;
9138
9160
  facebookFeedIntegrationType?: "own" | "business" | undefined;
9161
+ isCSATEnabled?: boolean | undefined;
9139
9162
  };
9140
9163
  status: boolean;
9141
9164
  createdAt: Date;
@@ -11337,6 +11360,7 @@ export declare const whatsappContract: {
11337
11360
  lineRichMenuId?: string | null | undefined;
11338
11361
  messengerIntegrationType?: "own" | "business" | undefined;
11339
11362
  facebookFeedIntegrationType?: "own" | "business" | undefined;
11363
+ isCSATEnabled?: boolean | undefined;
11340
11364
  };
11341
11365
  status: boolean;
11342
11366
  createdAt: Date;
@@ -12102,6 +12126,7 @@ export declare const whatsappContract: {
12102
12126
  lineRichMenuId?: string | null | undefined;
12103
12127
  messengerIntegrationType?: "own" | "business" | undefined;
12104
12128
  facebookFeedIntegrationType?: "own" | "business" | undefined;
12129
+ isCSATEnabled?: boolean | undefined;
12105
12130
  };
12106
12131
  status: boolean;
12107
12132
  createdAt: Date;
@@ -12868,6 +12893,7 @@ export declare const whatsappContract: {
12868
12893
  lineRichMenuId?: string | null | undefined;
12869
12894
  messengerIntegrationType?: "own" | "business" | undefined;
12870
12895
  facebookFeedIntegrationType?: "own" | "business" | undefined;
12896
+ isCSATEnabled?: boolean | undefined;
12871
12897
  };
12872
12898
  status: boolean;
12873
12899
  createdAt: Date;
@@ -13633,6 +13659,7 @@ export declare const whatsappContract: {
13633
13659
  lineRichMenuId?: string | null | undefined;
13634
13660
  messengerIntegrationType?: "own" | "business" | undefined;
13635
13661
  facebookFeedIntegrationType?: "own" | "business" | undefined;
13662
+ isCSATEnabled?: boolean | undefined;
13636
13663
  };
13637
13664
  status: boolean;
13638
13665
  createdAt: Date;
@@ -14399,6 +14426,7 @@ export declare const whatsappContract: {
14399
14426
  lineRichMenuId?: string | null | undefined;
14400
14427
  messengerIntegrationType?: "own" | "business" | undefined;
14401
14428
  facebookFeedIntegrationType?: "own" | "business" | undefined;
14429
+ isCSATEnabled?: boolean | undefined;
14402
14430
  };
14403
14431
  status: boolean;
14404
14432
  createdAt: Date;
@@ -15164,6 +15192,7 @@ export declare const whatsappContract: {
15164
15192
  lineRichMenuId?: string | null | undefined;
15165
15193
  messengerIntegrationType?: "own" | "business" | undefined;
15166
15194
  facebookFeedIntegrationType?: "own" | "business" | undefined;
15195
+ isCSATEnabled?: boolean | undefined;
15167
15196
  };
15168
15197
  status: boolean;
15169
15198
  createdAt: Date;
@@ -15932,6 +15961,7 @@ export declare const whatsappContract: {
15932
15961
  lineRichMenuId?: string | null | undefined;
15933
15962
  messengerIntegrationType?: "own" | "business" | undefined;
15934
15963
  facebookFeedIntegrationType?: "own" | "business" | undefined;
15964
+ isCSATEnabled?: boolean | undefined;
15935
15965
  };
15936
15966
  status: boolean;
15937
15967
  createdAt: Date;
@@ -16697,6 +16727,7 @@ export declare const whatsappContract: {
16697
16727
  lineRichMenuId?: string | null | undefined;
16698
16728
  messengerIntegrationType?: "own" | "business" | undefined;
16699
16729
  facebookFeedIntegrationType?: "own" | "business" | undefined;
16730
+ isCSATEnabled?: boolean | undefined;
16700
16731
  };
16701
16732
  status: boolean;
16702
16733
  createdAt: Date;
@@ -17466,6 +17497,7 @@ export declare const whatsappContract: {
17466
17497
  lineRichMenuId?: string | null | undefined;
17467
17498
  messengerIntegrationType?: "own" | "business" | undefined;
17468
17499
  facebookFeedIntegrationType?: "own" | "business" | undefined;
17500
+ isCSATEnabled?: boolean | undefined;
17469
17501
  };
17470
17502
  status: boolean;
17471
17503
  createdAt: Date;
@@ -18231,6 +18263,7 @@ export declare const whatsappContract: {
18231
18263
  lineRichMenuId?: string | null | undefined;
18232
18264
  messengerIntegrationType?: "own" | "business" | undefined;
18233
18265
  facebookFeedIntegrationType?: "own" | "business" | undefined;
18266
+ isCSATEnabled?: boolean | undefined;
18234
18267
  };
18235
18268
  status: boolean;
18236
18269
  createdAt: Date;
@@ -18946,6 +18979,7 @@ export declare const whatsappContract: {
18946
18979
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
18947
18980
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
18948
18981
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
18982
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
18949
18983
  }, "strip", z.ZodTypeAny, {
18950
18984
  name: string;
18951
18985
  id: string;
@@ -18975,6 +19009,7 @@ export declare const whatsappContract: {
18975
19009
  lineRichMenuId?: string | null | undefined;
18976
19010
  messengerIntegrationType?: "own" | "business" | undefined;
18977
19011
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19012
+ isCSATEnabled?: boolean | undefined;
18978
19013
  }, {
18979
19014
  name: string;
18980
19015
  id: string;
@@ -19004,6 +19039,7 @@ export declare const whatsappContract: {
19004
19039
  lineRichMenuId?: string | null | undefined;
19005
19040
  messengerIntegrationType?: "own" | "business" | undefined;
19006
19041
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19042
+ isCSATEnabled?: boolean | undefined;
19007
19043
  }>>;
19008
19044
  platformId: z.ZodOptional<z.ZodString>;
19009
19045
  brandName: z.ZodOptional<z.ZodString>;
@@ -19063,6 +19099,7 @@ export declare const whatsappContract: {
19063
19099
  lineRichMenuId?: string | null | undefined;
19064
19100
  messengerIntegrationType?: "own" | "business" | undefined;
19065
19101
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19102
+ isCSATEnabled?: boolean | undefined;
19066
19103
  } | undefined;
19067
19104
  platformId?: string | undefined;
19068
19105
  brandName?: string | undefined;
@@ -19110,6 +19147,7 @@ export declare const whatsappContract: {
19110
19147
  lineRichMenuId?: string | null | undefined;
19111
19148
  messengerIntegrationType?: "own" | "business" | undefined;
19112
19149
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19150
+ isCSATEnabled?: boolean | undefined;
19113
19151
  } | undefined;
19114
19152
  platformId?: string | undefined;
19115
19153
  brandName?: string | undefined;
@@ -19196,6 +19234,7 @@ export declare const whatsappContract: {
19196
19234
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
19197
19235
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
19198
19236
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
19237
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
19199
19238
  }, "strip", z.ZodTypeAny, {
19200
19239
  name: string;
19201
19240
  id: string;
@@ -19225,6 +19264,7 @@ export declare const whatsappContract: {
19225
19264
  lineRichMenuId?: string | null | undefined;
19226
19265
  messengerIntegrationType?: "own" | "business" | undefined;
19227
19266
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19267
+ isCSATEnabled?: boolean | undefined;
19228
19268
  }, {
19229
19269
  name: string;
19230
19270
  id: string;
@@ -19254,6 +19294,7 @@ export declare const whatsappContract: {
19254
19294
  lineRichMenuId?: string | null | undefined;
19255
19295
  messengerIntegrationType?: "own" | "business" | undefined;
19256
19296
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19297
+ isCSATEnabled?: boolean | undefined;
19257
19298
  }>;
19258
19299
  platformId: z.ZodString;
19259
19300
  brandName: z.ZodString;
@@ -19313,6 +19354,7 @@ export declare const whatsappContract: {
19313
19354
  lineRichMenuId?: string | null | undefined;
19314
19355
  messengerIntegrationType?: "own" | "business" | undefined;
19315
19356
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19357
+ isCSATEnabled?: boolean | undefined;
19316
19358
  };
19317
19359
  status: boolean;
19318
19360
  brandName: string;
@@ -19360,6 +19402,7 @@ export declare const whatsappContract: {
19360
19402
  lineRichMenuId?: string | null | undefined;
19361
19403
  messengerIntegrationType?: "own" | "business" | undefined;
19362
19404
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19405
+ isCSATEnabled?: boolean | undefined;
19363
19406
  };
19364
19407
  status: boolean;
19365
19408
  brandName: string;
@@ -19409,6 +19452,7 @@ export declare const whatsappContract: {
19409
19452
  lineRichMenuId?: string | null | undefined;
19410
19453
  messengerIntegrationType?: "own" | "business" | undefined;
19411
19454
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19455
+ isCSATEnabled?: boolean | undefined;
19412
19456
  };
19413
19457
  status: boolean;
19414
19458
  brandName: string;
@@ -19459,6 +19503,7 @@ export declare const whatsappContract: {
19459
19503
  lineRichMenuId?: string | null | undefined;
19460
19504
  messengerIntegrationType?: "own" | "business" | undefined;
19461
19505
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19506
+ isCSATEnabled?: boolean | undefined;
19462
19507
  };
19463
19508
  status: boolean;
19464
19509
  brandName: string;
@@ -19567,6 +19612,7 @@ export declare const whatsappContract: {
19567
19612
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
19568
19613
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
19569
19614
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
19615
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
19570
19616
  }, "strip", z.ZodTypeAny, {
19571
19617
  name: string;
19572
19618
  id: string;
@@ -19596,6 +19642,7 @@ export declare const whatsappContract: {
19596
19642
  lineRichMenuId?: string | null | undefined;
19597
19643
  messengerIntegrationType?: "own" | "business" | undefined;
19598
19644
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19645
+ isCSATEnabled?: boolean | undefined;
19599
19646
  }, {
19600
19647
  name: string;
19601
19648
  id: string;
@@ -19625,6 +19672,7 @@ export declare const whatsappContract: {
19625
19672
  lineRichMenuId?: string | null | undefined;
19626
19673
  messengerIntegrationType?: "own" | "business" | undefined;
19627
19674
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19675
+ isCSATEnabled?: boolean | undefined;
19628
19676
  }>>;
19629
19677
  platformId: z.ZodOptional<z.ZodString>;
19630
19678
  brandName: z.ZodOptional<z.ZodString>;
@@ -19684,6 +19732,7 @@ export declare const whatsappContract: {
19684
19732
  lineRichMenuId?: string | null | undefined;
19685
19733
  messengerIntegrationType?: "own" | "business" | undefined;
19686
19734
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19735
+ isCSATEnabled?: boolean | undefined;
19687
19736
  } | undefined;
19688
19737
  platformId?: string | undefined;
19689
19738
  brandName?: string | undefined;
@@ -19731,6 +19780,7 @@ export declare const whatsappContract: {
19731
19780
  lineRichMenuId?: string | null | undefined;
19732
19781
  messengerIntegrationType?: "own" | "business" | undefined;
19733
19782
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19783
+ isCSATEnabled?: boolean | undefined;
19734
19784
  } | undefined;
19735
19785
  platformId?: string | undefined;
19736
19786
  brandName?: string | undefined;
@@ -19817,6 +19867,7 @@ export declare const whatsappContract: {
19817
19867
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
19818
19868
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
19819
19869
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
19870
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
19820
19871
  }, "strip", z.ZodTypeAny, {
19821
19872
  name: string;
19822
19873
  id: string;
@@ -19846,6 +19897,7 @@ export declare const whatsappContract: {
19846
19897
  lineRichMenuId?: string | null | undefined;
19847
19898
  messengerIntegrationType?: "own" | "business" | undefined;
19848
19899
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19900
+ isCSATEnabled?: boolean | undefined;
19849
19901
  }, {
19850
19902
  name: string;
19851
19903
  id: string;
@@ -19875,6 +19927,7 @@ export declare const whatsappContract: {
19875
19927
  lineRichMenuId?: string | null | undefined;
19876
19928
  messengerIntegrationType?: "own" | "business" | undefined;
19877
19929
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19930
+ isCSATEnabled?: boolean | undefined;
19878
19931
  }>;
19879
19932
  platformId: z.ZodString;
19880
19933
  brandName: z.ZodString;
@@ -19934,6 +19987,7 @@ export declare const whatsappContract: {
19934
19987
  lineRichMenuId?: string | null | undefined;
19935
19988
  messengerIntegrationType?: "own" | "business" | undefined;
19936
19989
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19990
+ isCSATEnabled?: boolean | undefined;
19937
19991
  };
19938
19992
  status: boolean;
19939
19993
  brandName: string;
@@ -19981,6 +20035,7 @@ export declare const whatsappContract: {
19981
20035
  lineRichMenuId?: string | null | undefined;
19982
20036
  messengerIntegrationType?: "own" | "business" | undefined;
19983
20037
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20038
+ isCSATEnabled?: boolean | undefined;
19984
20039
  };
19985
20040
  status: boolean;
19986
20041
  brandName: string;
@@ -20030,6 +20085,7 @@ export declare const whatsappContract: {
20030
20085
  lineRichMenuId?: string | null | undefined;
20031
20086
  messengerIntegrationType?: "own" | "business" | undefined;
20032
20087
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20088
+ isCSATEnabled?: boolean | undefined;
20033
20089
  };
20034
20090
  status: boolean;
20035
20091
  brandName: string;
@@ -20080,6 +20136,7 @@ export declare const whatsappContract: {
20080
20136
  lineRichMenuId?: string | null | undefined;
20081
20137
  messengerIntegrationType?: "own" | "business" | undefined;
20082
20138
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20139
+ isCSATEnabled?: boolean | undefined;
20083
20140
  };
20084
20141
  status: boolean;
20085
20142
  brandName: string;
@@ -20200,6 +20257,7 @@ export declare const whatsappContract: {
20200
20257
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
20201
20258
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
20202
20259
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
20260
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
20203
20261
  }, "strip", z.ZodTypeAny, {
20204
20262
  name: string;
20205
20263
  id: string;
@@ -20229,6 +20287,7 @@ export declare const whatsappContract: {
20229
20287
  lineRichMenuId?: string | null | undefined;
20230
20288
  messengerIntegrationType?: "own" | "business" | undefined;
20231
20289
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20290
+ isCSATEnabled?: boolean | undefined;
20232
20291
  }, {
20233
20292
  name: string;
20234
20293
  id: string;
@@ -20258,6 +20317,7 @@ export declare const whatsappContract: {
20258
20317
  lineRichMenuId?: string | null | undefined;
20259
20318
  messengerIntegrationType?: "own" | "business" | undefined;
20260
20319
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20320
+ isCSATEnabled?: boolean | undefined;
20261
20321
  }>;
20262
20322
  platformId: z.ZodString;
20263
20323
  brandName: z.ZodString;
@@ -20317,6 +20377,7 @@ export declare const whatsappContract: {
20317
20377
  lineRichMenuId?: string | null | undefined;
20318
20378
  messengerIntegrationType?: "own" | "business" | undefined;
20319
20379
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20380
+ isCSATEnabled?: boolean | undefined;
20320
20381
  };
20321
20382
  status: boolean;
20322
20383
  brandName: string;
@@ -20364,6 +20425,7 @@ export declare const whatsappContract: {
20364
20425
  lineRichMenuId?: string | null | undefined;
20365
20426
  messengerIntegrationType?: "own" | "business" | undefined;
20366
20427
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20428
+ isCSATEnabled?: boolean | undefined;
20367
20429
  };
20368
20430
  status: boolean;
20369
20431
  brandName: string;
@@ -20413,6 +20475,7 @@ export declare const whatsappContract: {
20413
20475
  lineRichMenuId?: string | null | undefined;
20414
20476
  messengerIntegrationType?: "own" | "business" | undefined;
20415
20477
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20478
+ isCSATEnabled?: boolean | undefined;
20416
20479
  };
20417
20480
  status: boolean;
20418
20481
  brandName: string;
@@ -20463,6 +20526,7 @@ export declare const whatsappContract: {
20463
20526
  lineRichMenuId?: string | null | undefined;
20464
20527
  messengerIntegrationType?: "own" | "business" | undefined;
20465
20528
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20529
+ isCSATEnabled?: boolean | undefined;
20466
20530
  };
20467
20531
  status: boolean;
20468
20532
  brandName: string;
@@ -20583,6 +20647,7 @@ export declare const whatsappContract: {
20583
20647
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
20584
20648
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
20585
20649
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
20650
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
20586
20651
  }, "strip", z.ZodTypeAny, {
20587
20652
  name: string;
20588
20653
  id: string;
@@ -20612,6 +20677,7 @@ export declare const whatsappContract: {
20612
20677
  lineRichMenuId?: string | null | undefined;
20613
20678
  messengerIntegrationType?: "own" | "business" | undefined;
20614
20679
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20680
+ isCSATEnabled?: boolean | undefined;
20615
20681
  }, {
20616
20682
  name: string;
20617
20683
  id: string;
@@ -20641,6 +20707,7 @@ export declare const whatsappContract: {
20641
20707
  lineRichMenuId?: string | null | undefined;
20642
20708
  messengerIntegrationType?: "own" | "business" | undefined;
20643
20709
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20710
+ isCSATEnabled?: boolean | undefined;
20644
20711
  }>;
20645
20712
  platformId: z.ZodString;
20646
20713
  brandName: z.ZodString;
@@ -20700,6 +20767,7 @@ export declare const whatsappContract: {
20700
20767
  lineRichMenuId?: string | null | undefined;
20701
20768
  messengerIntegrationType?: "own" | "business" | undefined;
20702
20769
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20770
+ isCSATEnabled?: boolean | undefined;
20703
20771
  };
20704
20772
  status: boolean;
20705
20773
  brandName: string;
@@ -20747,6 +20815,7 @@ export declare const whatsappContract: {
20747
20815
  lineRichMenuId?: string | null | undefined;
20748
20816
  messengerIntegrationType?: "own" | "business" | undefined;
20749
20817
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20818
+ isCSATEnabled?: boolean | undefined;
20750
20819
  };
20751
20820
  status: boolean;
20752
20821
  brandName: string;
@@ -20796,6 +20865,7 @@ export declare const whatsappContract: {
20796
20865
  lineRichMenuId?: string | null | undefined;
20797
20866
  messengerIntegrationType?: "own" | "business" | undefined;
20798
20867
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20868
+ isCSATEnabled?: boolean | undefined;
20799
20869
  };
20800
20870
  status: boolean;
20801
20871
  brandName: string;
@@ -20846,6 +20916,7 @@ export declare const whatsappContract: {
20846
20916
  lineRichMenuId?: string | null | undefined;
20847
20917
  messengerIntegrationType?: "own" | "business" | undefined;
20848
20918
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20919
+ isCSATEnabled?: boolean | undefined;
20849
20920
  };
20850
20921
  status: boolean;
20851
20922
  brandName: string;