@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.
- package/dist/api-contracts/src/channel/index.d.ts +144 -0
- package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/schema.d.ts +8 -0
- package/dist/api-contracts/src/channel/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/validation.d.ts +10 -0
- package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/index.d.ts +230 -0
- package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/schema.d.ts +54 -0
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +79 -0
- package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/contract.d.ts +872 -0
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/index.d.ts +11 -0
- package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/schema.d.ts +9 -0
- package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/index.d.ts +106 -0
- package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/schema.d.ts +7 -0
- package/dist/api-contracts/src/facebook-feed/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/validation.d.ts +5 -0
- package/dist/api-contracts/src/facebook-feed/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/instagram/index.d.ts +83 -0
- package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/line/index.d.ts +75 -0
- package/dist/api-contracts/src/line/index.d.ts.map +1 -1
- package/dist/api-contracts/src/line/validation.d.ts +9 -0
- package/dist/api-contracts/src/line/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/messenger/index.d.ts +83 -0
- package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
- package/dist/api-contracts/src/messenger/validation.d.ts +5 -0
- package/dist/api-contracts/src/messenger/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/sms/index.d.ts +37 -0
- package/dist/api-contracts/src/sms/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telegram/index.d.ts +61 -0
- package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/viber/index.d.ts +61 -0
- package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
- package/dist/api-contracts/src/webchat/index.d.ts +61 -0
- package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/whatsapp/index.d.ts +71 -0
- package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
- package/dist/api-contracts/src/workflow-rule/index.d.ts +29 -0
- package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
@@ -196,6 +196,7 @@ export declare const instagramContract: {
|
|
196
196
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
197
197
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
198
198
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
199
|
+
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
199
200
|
}, "strip", z.ZodTypeAny, {
|
200
201
|
name: string;
|
201
202
|
id: string;
|
@@ -225,6 +226,7 @@ export declare const instagramContract: {
|
|
225
226
|
lineRichMenuId?: string | null | undefined;
|
226
227
|
messengerIntegrationType?: "own" | "business" | undefined;
|
227
228
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
229
|
+
isCSATEnabled?: boolean | undefined;
|
228
230
|
}, {
|
229
231
|
name: string;
|
230
232
|
id: string;
|
@@ -254,6 +256,7 @@ export declare const instagramContract: {
|
|
254
256
|
lineRichMenuId?: string | null | undefined;
|
255
257
|
messengerIntegrationType?: "own" | "business" | undefined;
|
256
258
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
259
|
+
isCSATEnabled?: boolean | undefined;
|
257
260
|
}>;
|
258
261
|
platformId: z.ZodString;
|
259
262
|
brandName: z.ZodString;
|
@@ -313,6 +316,7 @@ export declare const instagramContract: {
|
|
313
316
|
lineRichMenuId?: string | null | undefined;
|
314
317
|
messengerIntegrationType?: "own" | "business" | undefined;
|
315
318
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
319
|
+
isCSATEnabled?: boolean | undefined;
|
316
320
|
};
|
317
321
|
status: boolean;
|
318
322
|
brandName: string;
|
@@ -360,6 +364,7 @@ export declare const instagramContract: {
|
|
360
364
|
lineRichMenuId?: string | null | undefined;
|
361
365
|
messengerIntegrationType?: "own" | "business" | undefined;
|
362
366
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
367
|
+
isCSATEnabled?: boolean | undefined;
|
363
368
|
};
|
364
369
|
status: boolean;
|
365
370
|
brandName: string;
|
@@ -412,6 +417,7 @@ export declare const instagramContract: {
|
|
412
417
|
lineRichMenuId?: string | null | undefined;
|
413
418
|
messengerIntegrationType?: "own" | "business" | undefined;
|
414
419
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
420
|
+
isCSATEnabled?: boolean | undefined;
|
415
421
|
};
|
416
422
|
status: boolean;
|
417
423
|
brandName: string;
|
@@ -503,6 +509,7 @@ export declare const instagramContract: {
|
|
503
509
|
lineRichMenuId?: string | null | undefined;
|
504
510
|
messengerIntegrationType?: "own" | "business" | undefined;
|
505
511
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
512
|
+
isCSATEnabled?: boolean | undefined;
|
506
513
|
};
|
507
514
|
status: boolean;
|
508
515
|
brandName: string;
|
@@ -762,6 +769,7 @@ export declare const instagramContract: {
|
|
762
769
|
lineRichMenuId?: string | null | undefined;
|
763
770
|
messengerIntegrationType?: "own" | "business" | undefined;
|
764
771
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
772
|
+
isCSATEnabled?: boolean | undefined;
|
765
773
|
};
|
766
774
|
status: boolean;
|
767
775
|
brandName: string;
|
@@ -892,6 +900,7 @@ export declare const instagramContract: {
|
|
892
900
|
lineRichMenuId?: string | null | undefined;
|
893
901
|
messengerIntegrationType?: "own" | "business" | undefined;
|
894
902
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
903
|
+
isCSATEnabled?: boolean | undefined;
|
895
904
|
};
|
896
905
|
status: boolean;
|
897
906
|
brandName: string;
|
@@ -2952,6 +2961,7 @@ export declare const instagramContract: {
|
|
2952
2961
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
2953
2962
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
2954
2963
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
2964
|
+
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
2955
2965
|
}, "strip", z.ZodTypeAny, {
|
2956
2966
|
name: string;
|
2957
2967
|
id: string;
|
@@ -2981,6 +2991,7 @@ export declare const instagramContract: {
|
|
2981
2991
|
lineRichMenuId?: string | null | undefined;
|
2982
2992
|
messengerIntegrationType?: "own" | "business" | undefined;
|
2983
2993
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
2994
|
+
isCSATEnabled?: boolean | undefined;
|
2984
2995
|
}, {
|
2985
2996
|
name: string;
|
2986
2997
|
id: string;
|
@@ -3010,6 +3021,7 @@ export declare const instagramContract: {
|
|
3010
3021
|
lineRichMenuId?: string | null | undefined;
|
3011
3022
|
messengerIntegrationType?: "own" | "business" | undefined;
|
3012
3023
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
3024
|
+
isCSATEnabled?: boolean | undefined;
|
3013
3025
|
}>;
|
3014
3026
|
brandName: z.ZodString;
|
3015
3027
|
platformId: z.ZodString;
|
@@ -3273,6 +3285,7 @@ export declare const instagramContract: {
|
|
3273
3285
|
lineRichMenuId?: string | null | undefined;
|
3274
3286
|
messengerIntegrationType?: "own" | "business" | undefined;
|
3275
3287
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
3288
|
+
isCSATEnabled?: boolean | undefined;
|
3276
3289
|
};
|
3277
3290
|
status: boolean;
|
3278
3291
|
createdAt: Date;
|
@@ -3367,6 +3380,7 @@ export declare const instagramContract: {
|
|
3367
3380
|
lineRichMenuId?: string | null | undefined;
|
3368
3381
|
messengerIntegrationType?: "own" | "business" | undefined;
|
3369
3382
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
3383
|
+
isCSATEnabled?: boolean | undefined;
|
3370
3384
|
};
|
3371
3385
|
status: boolean;
|
3372
3386
|
createdAt: Date;
|
@@ -4025,6 +4039,7 @@ export declare const instagramContract: {
|
|
4025
4039
|
lineRichMenuId?: string | null | undefined;
|
4026
4040
|
messengerIntegrationType?: "own" | "business" | undefined;
|
4027
4041
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
4042
|
+
isCSATEnabled?: boolean | undefined;
|
4028
4043
|
};
|
4029
4044
|
status: boolean;
|
4030
4045
|
createdAt: Date;
|
@@ -4453,6 +4468,7 @@ export declare const instagramContract: {
|
|
4453
4468
|
lineRichMenuId?: string | null | undefined;
|
4454
4469
|
messengerIntegrationType?: "own" | "business" | undefined;
|
4455
4470
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
4471
|
+
isCSATEnabled?: boolean | undefined;
|
4456
4472
|
};
|
4457
4473
|
status: boolean;
|
4458
4474
|
createdAt: Date;
|
@@ -7632,6 +7648,7 @@ export declare const instagramContract: {
|
|
7632
7648
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
7633
7649
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
7634
7650
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
7651
|
+
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
7635
7652
|
}, "strip", z.ZodTypeAny, {
|
7636
7653
|
name: string;
|
7637
7654
|
id: string;
|
@@ -7661,6 +7678,7 @@ export declare const instagramContract: {
|
|
7661
7678
|
lineRichMenuId?: string | null | undefined;
|
7662
7679
|
messengerIntegrationType?: "own" | "business" | undefined;
|
7663
7680
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
7681
|
+
isCSATEnabled?: boolean | undefined;
|
7664
7682
|
}, {
|
7665
7683
|
name: string;
|
7666
7684
|
id: string;
|
@@ -7690,6 +7708,7 @@ export declare const instagramContract: {
|
|
7690
7708
|
lineRichMenuId?: string | null | undefined;
|
7691
7709
|
messengerIntegrationType?: "own" | "business" | undefined;
|
7692
7710
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
7711
|
+
isCSATEnabled?: boolean | undefined;
|
7693
7712
|
}>;
|
7694
7713
|
brandName: z.ZodString;
|
7695
7714
|
platformId: z.ZodString;
|
@@ -7953,6 +7972,7 @@ export declare const instagramContract: {
|
|
7953
7972
|
lineRichMenuId?: string | null | undefined;
|
7954
7973
|
messengerIntegrationType?: "own" | "business" | undefined;
|
7955
7974
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
7975
|
+
isCSATEnabled?: boolean | undefined;
|
7956
7976
|
};
|
7957
7977
|
status: boolean;
|
7958
7978
|
createdAt: Date;
|
@@ -8047,6 +8067,7 @@ export declare const instagramContract: {
|
|
8047
8067
|
lineRichMenuId?: string | null | undefined;
|
8048
8068
|
messengerIntegrationType?: "own" | "business" | undefined;
|
8049
8069
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
8070
|
+
isCSATEnabled?: boolean | undefined;
|
8050
8071
|
};
|
8051
8072
|
status: boolean;
|
8052
8073
|
createdAt: Date;
|
@@ -8705,6 +8726,7 @@ export declare const instagramContract: {
|
|
8705
8726
|
lineRichMenuId?: string | null | undefined;
|
8706
8727
|
messengerIntegrationType?: "own" | "business" | undefined;
|
8707
8728
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
8729
|
+
isCSATEnabled?: boolean | undefined;
|
8708
8730
|
};
|
8709
8731
|
status: boolean;
|
8710
8732
|
createdAt: Date;
|
@@ -9133,6 +9155,7 @@ export declare const instagramContract: {
|
|
9133
9155
|
lineRichMenuId?: string | null | undefined;
|
9134
9156
|
messengerIntegrationType?: "own" | "business" | undefined;
|
9135
9157
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
9158
|
+
isCSATEnabled?: boolean | undefined;
|
9136
9159
|
};
|
9137
9160
|
status: boolean;
|
9138
9161
|
createdAt: Date;
|
@@ -11334,6 +11357,7 @@ export declare const instagramContract: {
|
|
11334
11357
|
lineRichMenuId?: string | null | undefined;
|
11335
11358
|
messengerIntegrationType?: "own" | "business" | undefined;
|
11336
11359
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
11360
|
+
isCSATEnabled?: boolean | undefined;
|
11337
11361
|
};
|
11338
11362
|
status: boolean;
|
11339
11363
|
createdAt: Date;
|
@@ -12099,6 +12123,7 @@ export declare const instagramContract: {
|
|
12099
12123
|
lineRichMenuId?: string | null | undefined;
|
12100
12124
|
messengerIntegrationType?: "own" | "business" | undefined;
|
12101
12125
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
12126
|
+
isCSATEnabled?: boolean | undefined;
|
12102
12127
|
};
|
12103
12128
|
status: boolean;
|
12104
12129
|
createdAt: Date;
|
@@ -12865,6 +12890,7 @@ export declare const instagramContract: {
|
|
12865
12890
|
lineRichMenuId?: string | null | undefined;
|
12866
12891
|
messengerIntegrationType?: "own" | "business" | undefined;
|
12867
12892
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
12893
|
+
isCSATEnabled?: boolean | undefined;
|
12868
12894
|
};
|
12869
12895
|
status: boolean;
|
12870
12896
|
createdAt: Date;
|
@@ -13630,6 +13656,7 @@ export declare const instagramContract: {
|
|
13630
13656
|
lineRichMenuId?: string | null | undefined;
|
13631
13657
|
messengerIntegrationType?: "own" | "business" | undefined;
|
13632
13658
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
13659
|
+
isCSATEnabled?: boolean | undefined;
|
13633
13660
|
};
|
13634
13661
|
status: boolean;
|
13635
13662
|
createdAt: Date;
|
@@ -14396,6 +14423,7 @@ export declare const instagramContract: {
|
|
14396
14423
|
lineRichMenuId?: string | null | undefined;
|
14397
14424
|
messengerIntegrationType?: "own" | "business" | undefined;
|
14398
14425
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
14426
|
+
isCSATEnabled?: boolean | undefined;
|
14399
14427
|
};
|
14400
14428
|
status: boolean;
|
14401
14429
|
createdAt: Date;
|
@@ -15161,6 +15189,7 @@ export declare const instagramContract: {
|
|
15161
15189
|
lineRichMenuId?: string | null | undefined;
|
15162
15190
|
messengerIntegrationType?: "own" | "business" | undefined;
|
15163
15191
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
15192
|
+
isCSATEnabled?: boolean | undefined;
|
15164
15193
|
};
|
15165
15194
|
status: boolean;
|
15166
15195
|
createdAt: Date;
|
@@ -15929,6 +15958,7 @@ export declare const instagramContract: {
|
|
15929
15958
|
lineRichMenuId?: string | null | undefined;
|
15930
15959
|
messengerIntegrationType?: "own" | "business" | undefined;
|
15931
15960
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
15961
|
+
isCSATEnabled?: boolean | undefined;
|
15932
15962
|
};
|
15933
15963
|
status: boolean;
|
15934
15964
|
createdAt: Date;
|
@@ -16694,6 +16724,7 @@ export declare const instagramContract: {
|
|
16694
16724
|
lineRichMenuId?: string | null | undefined;
|
16695
16725
|
messengerIntegrationType?: "own" | "business" | undefined;
|
16696
16726
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
16727
|
+
isCSATEnabled?: boolean | undefined;
|
16697
16728
|
};
|
16698
16729
|
status: boolean;
|
16699
16730
|
createdAt: Date;
|
@@ -17463,6 +17494,7 @@ export declare const instagramContract: {
|
|
17463
17494
|
lineRichMenuId?: string | null | undefined;
|
17464
17495
|
messengerIntegrationType?: "own" | "business" | undefined;
|
17465
17496
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
17497
|
+
isCSATEnabled?: boolean | undefined;
|
17466
17498
|
};
|
17467
17499
|
status: boolean;
|
17468
17500
|
createdAt: Date;
|
@@ -18228,6 +18260,7 @@ export declare const instagramContract: {
|
|
18228
18260
|
lineRichMenuId?: string | null | undefined;
|
18229
18261
|
messengerIntegrationType?: "own" | "business" | undefined;
|
18230
18262
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
18263
|
+
isCSATEnabled?: boolean | undefined;
|
18231
18264
|
};
|
18232
18265
|
status: boolean;
|
18233
18266
|
createdAt: Date;
|
@@ -18933,6 +18966,7 @@ export declare const instagramContract: {
|
|
18933
18966
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
18934
18967
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
18935
18968
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
18969
|
+
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
18936
18970
|
}, "strip", z.ZodTypeAny, {
|
18937
18971
|
name: string;
|
18938
18972
|
id: string;
|
@@ -18962,6 +18996,7 @@ export declare const instagramContract: {
|
|
18962
18996
|
lineRichMenuId?: string | null | undefined;
|
18963
18997
|
messengerIntegrationType?: "own" | "business" | undefined;
|
18964
18998
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
18999
|
+
isCSATEnabled?: boolean | undefined;
|
18965
19000
|
}, {
|
18966
19001
|
name: string;
|
18967
19002
|
id: string;
|
@@ -18991,6 +19026,7 @@ export declare const instagramContract: {
|
|
18991
19026
|
lineRichMenuId?: string | null | undefined;
|
18992
19027
|
messengerIntegrationType?: "own" | "business" | undefined;
|
18993
19028
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
19029
|
+
isCSATEnabled?: boolean | undefined;
|
18994
19030
|
}>>;
|
18995
19031
|
platformId: z.ZodOptional<z.ZodString>;
|
18996
19032
|
brandName: z.ZodOptional<z.ZodString>;
|
@@ -19050,6 +19086,7 @@ export declare const instagramContract: {
|
|
19050
19086
|
lineRichMenuId?: string | null | undefined;
|
19051
19087
|
messengerIntegrationType?: "own" | "business" | undefined;
|
19052
19088
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
19089
|
+
isCSATEnabled?: boolean | undefined;
|
19053
19090
|
} | undefined;
|
19054
19091
|
platformId?: string | undefined;
|
19055
19092
|
brandName?: string | undefined;
|
@@ -19097,6 +19134,7 @@ export declare const instagramContract: {
|
|
19097
19134
|
lineRichMenuId?: string | null | undefined;
|
19098
19135
|
messengerIntegrationType?: "own" | "business" | undefined;
|
19099
19136
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
19137
|
+
isCSATEnabled?: boolean | undefined;
|
19100
19138
|
} | undefined;
|
19101
19139
|
platformId?: string | undefined;
|
19102
19140
|
brandName?: string | undefined;
|
@@ -19183,6 +19221,7 @@ export declare const instagramContract: {
|
|
19183
19221
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
19184
19222
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
19185
19223
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
19224
|
+
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
19186
19225
|
}, "strip", z.ZodTypeAny, {
|
19187
19226
|
name: string;
|
19188
19227
|
id: string;
|
@@ -19212,6 +19251,7 @@ export declare const instagramContract: {
|
|
19212
19251
|
lineRichMenuId?: string | null | undefined;
|
19213
19252
|
messengerIntegrationType?: "own" | "business" | undefined;
|
19214
19253
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
19254
|
+
isCSATEnabled?: boolean | undefined;
|
19215
19255
|
}, {
|
19216
19256
|
name: string;
|
19217
19257
|
id: string;
|
@@ -19241,6 +19281,7 @@ export declare const instagramContract: {
|
|
19241
19281
|
lineRichMenuId?: string | null | undefined;
|
19242
19282
|
messengerIntegrationType?: "own" | "business" | undefined;
|
19243
19283
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
19284
|
+
isCSATEnabled?: boolean | undefined;
|
19244
19285
|
}>;
|
19245
19286
|
platformId: z.ZodString;
|
19246
19287
|
brandName: z.ZodString;
|
@@ -19300,6 +19341,7 @@ export declare const instagramContract: {
|
|
19300
19341
|
lineRichMenuId?: string | null | undefined;
|
19301
19342
|
messengerIntegrationType?: "own" | "business" | undefined;
|
19302
19343
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
19344
|
+
isCSATEnabled?: boolean | undefined;
|
19303
19345
|
};
|
19304
19346
|
status: boolean;
|
19305
19347
|
brandName: string;
|
@@ -19347,6 +19389,7 @@ export declare const instagramContract: {
|
|
19347
19389
|
lineRichMenuId?: string | null | undefined;
|
19348
19390
|
messengerIntegrationType?: "own" | "business" | undefined;
|
19349
19391
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
19392
|
+
isCSATEnabled?: boolean | undefined;
|
19350
19393
|
};
|
19351
19394
|
status: boolean;
|
19352
19395
|
brandName: string;
|
@@ -19396,6 +19439,7 @@ export declare const instagramContract: {
|
|
19396
19439
|
lineRichMenuId?: string | null | undefined;
|
19397
19440
|
messengerIntegrationType?: "own" | "business" | undefined;
|
19398
19441
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
19442
|
+
isCSATEnabled?: boolean | undefined;
|
19399
19443
|
};
|
19400
19444
|
status: boolean;
|
19401
19445
|
brandName: string;
|
@@ -19446,6 +19490,7 @@ export declare const instagramContract: {
|
|
19446
19490
|
lineRichMenuId?: string | null | undefined;
|
19447
19491
|
messengerIntegrationType?: "own" | "business" | undefined;
|
19448
19492
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
19493
|
+
isCSATEnabled?: boolean | undefined;
|
19449
19494
|
};
|
19450
19495
|
status: boolean;
|
19451
19496
|
brandName: string;
|
@@ -19554,6 +19599,7 @@ export declare const instagramContract: {
|
|
19554
19599
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
19555
19600
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
19556
19601
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
19602
|
+
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
19557
19603
|
}, "strip", z.ZodTypeAny, {
|
19558
19604
|
name: string;
|
19559
19605
|
id: string;
|
@@ -19583,6 +19629,7 @@ export declare const instagramContract: {
|
|
19583
19629
|
lineRichMenuId?: string | null | undefined;
|
19584
19630
|
messengerIntegrationType?: "own" | "business" | undefined;
|
19585
19631
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
19632
|
+
isCSATEnabled?: boolean | undefined;
|
19586
19633
|
}, {
|
19587
19634
|
name: string;
|
19588
19635
|
id: string;
|
@@ -19612,6 +19659,7 @@ export declare const instagramContract: {
|
|
19612
19659
|
lineRichMenuId?: string | null | undefined;
|
19613
19660
|
messengerIntegrationType?: "own" | "business" | undefined;
|
19614
19661
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
19662
|
+
isCSATEnabled?: boolean | undefined;
|
19615
19663
|
}>>;
|
19616
19664
|
platformId: z.ZodOptional<z.ZodString>;
|
19617
19665
|
brandName: z.ZodOptional<z.ZodString>;
|
@@ -19671,6 +19719,7 @@ export declare const instagramContract: {
|
|
19671
19719
|
lineRichMenuId?: string | null | undefined;
|
19672
19720
|
messengerIntegrationType?: "own" | "business" | undefined;
|
19673
19721
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
19722
|
+
isCSATEnabled?: boolean | undefined;
|
19674
19723
|
} | undefined;
|
19675
19724
|
platformId?: string | undefined;
|
19676
19725
|
brandName?: string | undefined;
|
@@ -19718,6 +19767,7 @@ export declare const instagramContract: {
|
|
19718
19767
|
lineRichMenuId?: string | null | undefined;
|
19719
19768
|
messengerIntegrationType?: "own" | "business" | undefined;
|
19720
19769
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
19770
|
+
isCSATEnabled?: boolean | undefined;
|
19721
19771
|
} | undefined;
|
19722
19772
|
platformId?: string | undefined;
|
19723
19773
|
brandName?: string | undefined;
|
@@ -19804,6 +19854,7 @@ export declare const instagramContract: {
|
|
19804
19854
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
19805
19855
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
19806
19856
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
19857
|
+
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
19807
19858
|
}, "strip", z.ZodTypeAny, {
|
19808
19859
|
name: string;
|
19809
19860
|
id: string;
|
@@ -19833,6 +19884,7 @@ export declare const instagramContract: {
|
|
19833
19884
|
lineRichMenuId?: string | null | undefined;
|
19834
19885
|
messengerIntegrationType?: "own" | "business" | undefined;
|
19835
19886
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
19887
|
+
isCSATEnabled?: boolean | undefined;
|
19836
19888
|
}, {
|
19837
19889
|
name: string;
|
19838
19890
|
id: string;
|
@@ -19862,6 +19914,7 @@ export declare const instagramContract: {
|
|
19862
19914
|
lineRichMenuId?: string | null | undefined;
|
19863
19915
|
messengerIntegrationType?: "own" | "business" | undefined;
|
19864
19916
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
19917
|
+
isCSATEnabled?: boolean | undefined;
|
19865
19918
|
}>;
|
19866
19919
|
platformId: z.ZodString;
|
19867
19920
|
brandName: z.ZodString;
|
@@ -19921,6 +19974,7 @@ export declare const instagramContract: {
|
|
19921
19974
|
lineRichMenuId?: string | null | undefined;
|
19922
19975
|
messengerIntegrationType?: "own" | "business" | undefined;
|
19923
19976
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
19977
|
+
isCSATEnabled?: boolean | undefined;
|
19924
19978
|
};
|
19925
19979
|
status: boolean;
|
19926
19980
|
brandName: string;
|
@@ -19968,6 +20022,7 @@ export declare const instagramContract: {
|
|
19968
20022
|
lineRichMenuId?: string | null | undefined;
|
19969
20023
|
messengerIntegrationType?: "own" | "business" | undefined;
|
19970
20024
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20025
|
+
isCSATEnabled?: boolean | undefined;
|
19971
20026
|
};
|
19972
20027
|
status: boolean;
|
19973
20028
|
brandName: string;
|
@@ -20017,6 +20072,7 @@ export declare const instagramContract: {
|
|
20017
20072
|
lineRichMenuId?: string | null | undefined;
|
20018
20073
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20019
20074
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20075
|
+
isCSATEnabled?: boolean | undefined;
|
20020
20076
|
};
|
20021
20077
|
status: boolean;
|
20022
20078
|
brandName: string;
|
@@ -20067,6 +20123,7 @@ export declare const instagramContract: {
|
|
20067
20123
|
lineRichMenuId?: string | null | undefined;
|
20068
20124
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20069
20125
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20126
|
+
isCSATEnabled?: boolean | undefined;
|
20070
20127
|
};
|
20071
20128
|
status: boolean;
|
20072
20129
|
brandName: string;
|
@@ -20187,6 +20244,7 @@ export declare const instagramContract: {
|
|
20187
20244
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
20188
20245
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
20189
20246
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
20247
|
+
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
20190
20248
|
}, "strip", z.ZodTypeAny, {
|
20191
20249
|
name: string;
|
20192
20250
|
id: string;
|
@@ -20216,6 +20274,7 @@ export declare const instagramContract: {
|
|
20216
20274
|
lineRichMenuId?: string | null | undefined;
|
20217
20275
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20218
20276
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20277
|
+
isCSATEnabled?: boolean | undefined;
|
20219
20278
|
}, {
|
20220
20279
|
name: string;
|
20221
20280
|
id: string;
|
@@ -20245,6 +20304,7 @@ export declare const instagramContract: {
|
|
20245
20304
|
lineRichMenuId?: string | null | undefined;
|
20246
20305
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20247
20306
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20307
|
+
isCSATEnabled?: boolean | undefined;
|
20248
20308
|
}>;
|
20249
20309
|
platformId: z.ZodString;
|
20250
20310
|
brandName: z.ZodString;
|
@@ -20304,6 +20364,7 @@ export declare const instagramContract: {
|
|
20304
20364
|
lineRichMenuId?: string | null | undefined;
|
20305
20365
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20306
20366
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20367
|
+
isCSATEnabled?: boolean | undefined;
|
20307
20368
|
};
|
20308
20369
|
status: boolean;
|
20309
20370
|
brandName: string;
|
@@ -20351,6 +20412,7 @@ export declare const instagramContract: {
|
|
20351
20412
|
lineRichMenuId?: string | null | undefined;
|
20352
20413
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20353
20414
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20415
|
+
isCSATEnabled?: boolean | undefined;
|
20354
20416
|
};
|
20355
20417
|
status: boolean;
|
20356
20418
|
brandName: string;
|
@@ -20400,6 +20462,7 @@ export declare const instagramContract: {
|
|
20400
20462
|
lineRichMenuId?: string | null | undefined;
|
20401
20463
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20402
20464
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20465
|
+
isCSATEnabled?: boolean | undefined;
|
20403
20466
|
};
|
20404
20467
|
status: boolean;
|
20405
20468
|
brandName: string;
|
@@ -20450,6 +20513,7 @@ export declare const instagramContract: {
|
|
20450
20513
|
lineRichMenuId?: string | null | undefined;
|
20451
20514
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20452
20515
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20516
|
+
isCSATEnabled?: boolean | undefined;
|
20453
20517
|
};
|
20454
20518
|
status: boolean;
|
20455
20519
|
brandName: string;
|
@@ -20570,6 +20634,7 @@ export declare const instagramContract: {
|
|
20570
20634
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
20571
20635
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
20572
20636
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
20637
|
+
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
20573
20638
|
}, "strip", z.ZodTypeAny, {
|
20574
20639
|
name: string;
|
20575
20640
|
id: string;
|
@@ -20599,6 +20664,7 @@ export declare const instagramContract: {
|
|
20599
20664
|
lineRichMenuId?: string | null | undefined;
|
20600
20665
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20601
20666
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20667
|
+
isCSATEnabled?: boolean | undefined;
|
20602
20668
|
}, {
|
20603
20669
|
name: string;
|
20604
20670
|
id: string;
|
@@ -20628,6 +20694,7 @@ export declare const instagramContract: {
|
|
20628
20694
|
lineRichMenuId?: string | null | undefined;
|
20629
20695
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20630
20696
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20697
|
+
isCSATEnabled?: boolean | undefined;
|
20631
20698
|
}>;
|
20632
20699
|
platformId: z.ZodString;
|
20633
20700
|
brandName: z.ZodString;
|
@@ -20687,6 +20754,7 @@ export declare const instagramContract: {
|
|
20687
20754
|
lineRichMenuId?: string | null | undefined;
|
20688
20755
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20689
20756
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20757
|
+
isCSATEnabled?: boolean | undefined;
|
20690
20758
|
};
|
20691
20759
|
status: boolean;
|
20692
20760
|
brandName: string;
|
@@ -20734,6 +20802,7 @@ export declare const instagramContract: {
|
|
20734
20802
|
lineRichMenuId?: string | null | undefined;
|
20735
20803
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20736
20804
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20805
|
+
isCSATEnabled?: boolean | undefined;
|
20737
20806
|
};
|
20738
20807
|
status: boolean;
|
20739
20808
|
brandName: string;
|
@@ -20783,6 +20852,7 @@ export declare const instagramContract: {
|
|
20783
20852
|
lineRichMenuId?: string | null | undefined;
|
20784
20853
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20785
20854
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20855
|
+
isCSATEnabled?: boolean | undefined;
|
20786
20856
|
};
|
20787
20857
|
status: boolean;
|
20788
20858
|
brandName: string;
|
@@ -20833,6 +20903,7 @@ export declare const instagramContract: {
|
|
20833
20903
|
lineRichMenuId?: string | null | undefined;
|
20834
20904
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20835
20905
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20906
|
+
isCSATEnabled?: boolean | undefined;
|
20836
20907
|
};
|
20837
20908
|
status: boolean;
|
20838
20909
|
brandName: string;
|
@@ -20941,6 +21012,7 @@ export declare const instagramContract: {
|
|
20941
21012
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
20942
21013
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
20943
21014
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
21015
|
+
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
20944
21016
|
}, "strip", z.ZodTypeAny, {
|
20945
21017
|
name: string;
|
20946
21018
|
id: string;
|
@@ -20970,6 +21042,7 @@ export declare const instagramContract: {
|
|
20970
21042
|
lineRichMenuId?: string | null | undefined;
|
20971
21043
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20972
21044
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
21045
|
+
isCSATEnabled?: boolean | undefined;
|
20973
21046
|
}, {
|
20974
21047
|
name: string;
|
20975
21048
|
id: string;
|
@@ -20999,6 +21072,7 @@ export declare const instagramContract: {
|
|
20999
21072
|
lineRichMenuId?: string | null | undefined;
|
21000
21073
|
messengerIntegrationType?: "own" | "business" | undefined;
|
21001
21074
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
21075
|
+
isCSATEnabled?: boolean | undefined;
|
21002
21076
|
}>>;
|
21003
21077
|
platformId: z.ZodOptional<z.ZodString>;
|
21004
21078
|
brandName: z.ZodOptional<z.ZodString>;
|
@@ -21058,6 +21132,7 @@ export declare const instagramContract: {
|
|
21058
21132
|
lineRichMenuId?: string | null | undefined;
|
21059
21133
|
messengerIntegrationType?: "own" | "business" | undefined;
|
21060
21134
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
21135
|
+
isCSATEnabled?: boolean | undefined;
|
21061
21136
|
} | undefined;
|
21062
21137
|
platformId?: string | undefined;
|
21063
21138
|
brandName?: string | undefined;
|
@@ -21105,6 +21180,7 @@ export declare const instagramContract: {
|
|
21105
21180
|
lineRichMenuId?: string | null | undefined;
|
21106
21181
|
messengerIntegrationType?: "own" | "business" | undefined;
|
21107
21182
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
21183
|
+
isCSATEnabled?: boolean | undefined;
|
21108
21184
|
} | undefined;
|
21109
21185
|
platformId?: string | undefined;
|
21110
21186
|
brandName?: string | undefined;
|
@@ -21191,6 +21267,7 @@ export declare const instagramContract: {
|
|
21191
21267
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
21192
21268
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
21193
21269
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
21270
|
+
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
21194
21271
|
}, "strip", z.ZodTypeAny, {
|
21195
21272
|
name: string;
|
21196
21273
|
id: string;
|
@@ -21220,6 +21297,7 @@ export declare const instagramContract: {
|
|
21220
21297
|
lineRichMenuId?: string | null | undefined;
|
21221
21298
|
messengerIntegrationType?: "own" | "business" | undefined;
|
21222
21299
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
21300
|
+
isCSATEnabled?: boolean | undefined;
|
21223
21301
|
}, {
|
21224
21302
|
name: string;
|
21225
21303
|
id: string;
|
@@ -21249,6 +21327,7 @@ export declare const instagramContract: {
|
|
21249
21327
|
lineRichMenuId?: string | null | undefined;
|
21250
21328
|
messengerIntegrationType?: "own" | "business" | undefined;
|
21251
21329
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
21330
|
+
isCSATEnabled?: boolean | undefined;
|
21252
21331
|
}>;
|
21253
21332
|
platformId: z.ZodString;
|
21254
21333
|
brandName: z.ZodString;
|
@@ -21308,6 +21387,7 @@ export declare const instagramContract: {
|
|
21308
21387
|
lineRichMenuId?: string | null | undefined;
|
21309
21388
|
messengerIntegrationType?: "own" | "business" | undefined;
|
21310
21389
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
21390
|
+
isCSATEnabled?: boolean | undefined;
|
21311
21391
|
};
|
21312
21392
|
status: boolean;
|
21313
21393
|
brandName: string;
|
@@ -21355,6 +21435,7 @@ export declare const instagramContract: {
|
|
21355
21435
|
lineRichMenuId?: string | null | undefined;
|
21356
21436
|
messengerIntegrationType?: "own" | "business" | undefined;
|
21357
21437
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
21438
|
+
isCSATEnabled?: boolean | undefined;
|
21358
21439
|
};
|
21359
21440
|
status: boolean;
|
21360
21441
|
brandName: string;
|
@@ -21404,6 +21485,7 @@ export declare const instagramContract: {
|
|
21404
21485
|
lineRichMenuId?: string | null | undefined;
|
21405
21486
|
messengerIntegrationType?: "own" | "business" | undefined;
|
21406
21487
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
21488
|
+
isCSATEnabled?: boolean | undefined;
|
21407
21489
|
};
|
21408
21490
|
status: boolean;
|
21409
21491
|
brandName: string;
|
@@ -21454,6 +21536,7 @@ export declare const instagramContract: {
|
|
21454
21536
|
lineRichMenuId?: string | null | undefined;
|
21455
21537
|
messengerIntegrationType?: "own" | "business" | undefined;
|
21456
21538
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
21539
|
+
isCSATEnabled?: boolean | undefined;
|
21457
21540
|
};
|
21458
21541
|
status: boolean;
|
21459
21542
|
brandName: string;
|