@kl1/contracts 1.3.20 → 1.3.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api-contracts/src/activity-log/index.d.ts +1 -1
- package/dist/api-contracts/src/attribute/index.d.ts +7 -7
- package/dist/api-contracts/src/auth/index.d.ts +1 -1
- package/dist/api-contracts/src/automation-queue/index.d.ts +10 -7
- package/dist/api-contracts/src/automation-queue/index.d.ts.map +1 -1
- package/dist/api-contracts/src/aws/index.d.ts +2 -2
- package/dist/api-contracts/src/botpress/index.d.ts +2 -2
- package/dist/api-contracts/src/business-calendar/index.d.ts +4 -4
- package/dist/api-contracts/src/business-calendar/index.d.ts.map +1 -1
- package/dist/api-contracts/src/category/index.d.ts +7 -7
- package/dist/api-contracts/src/channel/index.d.ts +4754 -3019
- package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/schema.d.ts +36 -0
- package/dist/api-contracts/src/channel/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/validation.d.ts +23 -0
- package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/index.d.ts +2580 -2212
- package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/schema.d.ts +679 -603
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +500 -389
- package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/comment/index.d.ts +364 -364
- package/dist/api-contracts/src/comment/schema.d.ts +88 -88
- package/dist/api-contracts/src/contract.d.ts +40933 -35541
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/index.d.ts +76 -65
- package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/schema.d.ts +90 -81
- package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/index.d.ts +935 -49
- package/dist/api-contracts/src/dashboard/index.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/schema.d.ts +164 -9
- package/dist/api-contracts/src/dashboard/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/validation.d.ts +30 -1
- package/dist/api-contracts/src/dashboard/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/evaluate-form/index.d.ts +1 -1
- package/dist/api-contracts/src/export/index.d.ts +2 -0
- package/dist/api-contracts/src/export/index.d.ts.map +1 -1
- package/dist/api-contracts/src/export/validation.d.ts +3 -0
- package/dist/api-contracts/src/export/validation.d.ts.map +1 -0
- package/dist/api-contracts/src/extension/index.d.ts +7 -7
- package/dist/api-contracts/src/facebook-feed/index.d.ts +395 -273
- package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/schema.d.ts +10 -3
- 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/general-setting/index.d.ts +2 -2
- package/dist/api-contracts/src/hold-label/index.d.ts +10 -10
- package/dist/api-contracts/src/index.d.ts +2 -0
- package/dist/api-contracts/src/index.d.ts.map +1 -1
- package/dist/api-contracts/src/instagram/index.d.ts +360 -261
- package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/line/index.d.ts +359 -268
- package/dist/api-contracts/src/line/index.d.ts.map +1 -1
- package/dist/api-contracts/src/line/validation.d.ts +16 -7
- package/dist/api-contracts/src/line/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/email-engine-webhooks-events.contract.d.ts +1 -1
- package/dist/api-contracts/src/mail/email-engine-webhooks-events.contract.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/mail-contract.d.ts +240 -240
- package/dist/api-contracts/src/mail/room-contract.d.ts +240 -240
- package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts +80 -80
- package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +60 -60
- package/dist/api-contracts/src/messenger/index.d.ts +360 -261
- 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/notification/index.d.ts +4 -4
- package/dist/api-contracts/src/permission/index.d.ts +1 -1
- package/dist/api-contracts/src/presence-status/index.d.ts +127 -55
- package/dist/api-contracts/src/presence-status/index.d.ts.map +1 -1
- package/dist/api-contracts/src/presence-status/schema.d.ts +16 -10
- package/dist/api-contracts/src/presence-status/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/presence-status/validation.d.ts +30 -12
- package/dist/api-contracts/src/presence-status/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/role/index.d.ts +5 -5
- package/dist/api-contracts/src/sms/index.d.ts +44 -7
- package/dist/api-contracts/src/sms/index.d.ts.map +1 -1
- package/dist/api-contracts/src/snippet/index.d.ts +8 -8
- package/dist/api-contracts/src/subscription/index.d.ts +5 -5
- package/dist/api-contracts/src/tag/index.d.ts +4 -4
- package/dist/api-contracts/src/telegram/index.d.ts +338 -261
- package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +62 -441
- package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +25 -13
- package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-agent-presence-status/validation.d.ts +0 -3
- package/dist/api-contracts/src/telephony-agent-presence-status/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-cdr/index.d.ts +14 -14
- package/dist/api-contracts/src/telephony-extension/index.d.ts +1 -1
- package/dist/api-contracts/src/ticket/index.d.ts +672 -672
- package/dist/api-contracts/src/ticket/schema.d.ts +44 -44
- package/dist/api-contracts/src/ticket/validation.d.ts +20 -20
- package/dist/api-contracts/src/upload/index.d.ts +2 -2
- package/dist/api-contracts/src/user/index.d.ts +7 -7
- package/dist/api-contracts/src/user-presence-status-log/index.d.ts +42 -18
- package/dist/api-contracts/src/user-presence-status-log/index.d.ts.map +1 -1
- package/dist/api-contracts/src/user-presence-status-log/schema.d.ts +50 -20
- package/dist/api-contracts/src/user-presence-status-log/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/viber/index.d.ts +338 -261
- package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
- package/dist/api-contracts/src/webchat/index.d.ts +338 -261
- package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/whatsapp/index.d.ts +348 -261
- package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
- package/dist/api-contracts/src/widget/index.d.ts +350 -48
- package/dist/api-contracts/src/widget/index.d.ts.map +1 -1
- package/dist/api-contracts/src/widget/schema.d.ts +46 -4
- package/dist/api-contracts/src/widget/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/widget/validation.d.ts +66 -12
- package/dist/api-contracts/src/widget/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/workflow-rule/index.d.ts +323 -277
- package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
- package/dist/api-contracts/src/wrap-up-form/index.d.ts +187 -187
- package/dist/api-contracts/src/wrap-up-form/schema.d.ts +20 -20
- package/dist/entities/src/enums/chat.d.ts +12 -0
- package/dist/entities/src/enums/chat.d.ts.map +1 -1
- package/dist/index.js +866 -464
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +864 -464
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -11,7 +11,7 @@ export declare const instagramContract: {
|
|
|
11
11
|
lastMessage: z.ZodOptional<z.ZodString>;
|
|
12
12
|
handleTime: z.ZodOptional<z.ZodNumber>;
|
|
13
13
|
isLatest: z.ZodBoolean;
|
|
14
|
-
direction: z.
|
|
14
|
+
direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
|
|
15
15
|
metadata: z.ZodOptional<z.ZodAny>;
|
|
16
16
|
createdAt: z.ZodString;
|
|
17
17
|
updatedAt: z.ZodString;
|
|
@@ -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;
|
|
@@ -563,8 +570,8 @@ export declare const instagramContract: {
|
|
|
563
570
|
message: z.ZodObject<{
|
|
564
571
|
id: z.ZodOptional<z.ZodString>;
|
|
565
572
|
message: z.ZodOptional<z.ZodString>;
|
|
566
|
-
direction: z.
|
|
567
|
-
type: z.
|
|
573
|
+
direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
|
|
574
|
+
type: z.ZodUnion<[z.ZodLiteral<string>, z.ZodLiteral<string>, ...z.ZodLiteral<string>[]]>;
|
|
568
575
|
readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
|
569
576
|
metadata: z.ZodOptional<z.ZodAny>;
|
|
570
577
|
platformId: z.ZodOptional<z.ZodString>;
|
|
@@ -620,7 +627,7 @@ export declare const instagramContract: {
|
|
|
620
627
|
editedAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
|
621
628
|
label: z.ZodOptional<z.ZodString>;
|
|
622
629
|
}, "strip", z.ZodTypeAny, {
|
|
623
|
-
type:
|
|
630
|
+
type: string;
|
|
624
631
|
direction: "incoming" | "outgoing" | "system";
|
|
625
632
|
id?: string | undefined;
|
|
626
633
|
message?: string | undefined;
|
|
@@ -655,7 +662,7 @@ export declare const instagramContract: {
|
|
|
655
662
|
editedAt?: string | Date | null | undefined;
|
|
656
663
|
label?: string | undefined;
|
|
657
664
|
}, {
|
|
658
|
-
type:
|
|
665
|
+
type: string;
|
|
659
666
|
direction: "incoming" | "outgoing" | "system";
|
|
660
667
|
id?: string | undefined;
|
|
661
668
|
message?: string | undefined;
|
|
@@ -692,7 +699,7 @@ export declare const instagramContract: {
|
|
|
692
699
|
}>;
|
|
693
700
|
}, "strip", z.ZodTypeAny, {
|
|
694
701
|
message: {
|
|
695
|
-
type:
|
|
702
|
+
type: string;
|
|
696
703
|
direction: "incoming" | "outgoing" | "system";
|
|
697
704
|
id?: string | undefined;
|
|
698
705
|
message?: string | undefined;
|
|
@@ -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;
|
|
@@ -822,7 +830,7 @@ export declare const instagramContract: {
|
|
|
822
830
|
isBot: boolean | null;
|
|
823
831
|
}, {
|
|
824
832
|
message: {
|
|
825
|
-
type:
|
|
833
|
+
type: string;
|
|
826
834
|
direction: "incoming" | "outgoing" | "system";
|
|
827
835
|
id?: string | undefined;
|
|
828
836
|
message?: string | undefined;
|
|
@@ -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;
|
|
@@ -956,11 +965,11 @@ export declare const instagramContract: {
|
|
|
956
965
|
200: z.ZodObject<{
|
|
957
966
|
requestId: z.ZodString;
|
|
958
967
|
data: z.ZodObject<{
|
|
959
|
-
type: z.
|
|
968
|
+
type: z.ZodUnion<[z.ZodLiteral<string>, z.ZodLiteral<string>, ...z.ZodLiteral<string>[]]>;
|
|
960
969
|
message: z.ZodString;
|
|
961
970
|
id: z.ZodString;
|
|
962
971
|
url: z.ZodString;
|
|
963
|
-
direction: z.
|
|
972
|
+
direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
|
|
964
973
|
label: z.ZodOptional<z.ZodString>;
|
|
965
974
|
template: z.ZodAny;
|
|
966
975
|
metadata: z.ZodAny;
|
|
@@ -1425,7 +1434,7 @@ export declare const instagramContract: {
|
|
|
1425
1434
|
firstResponseTime: z.ZodNumber;
|
|
1426
1435
|
isLatest: z.ZodBoolean;
|
|
1427
1436
|
isBotRoom: z.ZodBoolean;
|
|
1428
|
-
direction: z.
|
|
1437
|
+
direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
|
|
1429
1438
|
platformContact: z.ZodObject<{
|
|
1430
1439
|
id: z.ZodString;
|
|
1431
1440
|
createdAt: z.ZodDate;
|
|
@@ -2473,6 +2482,7 @@ export declare const instagramContract: {
|
|
|
2473
2482
|
channelId: string;
|
|
2474
2483
|
socialPlatformId: string;
|
|
2475
2484
|
}>;
|
|
2485
|
+
csatStatus: z.ZodNullable<z.ZodString>;
|
|
2476
2486
|
actor: z.ZodObject<{
|
|
2477
2487
|
id: z.ZodString;
|
|
2478
2488
|
createdAt: z.ZodDate;
|
|
@@ -2951,6 +2961,7 @@ export declare const instagramContract: {
|
|
|
2951
2961
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2952
2962
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
2953
2963
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
2964
|
+
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
2954
2965
|
}, "strip", z.ZodTypeAny, {
|
|
2955
2966
|
name: string;
|
|
2956
2967
|
id: string;
|
|
@@ -2980,6 +2991,7 @@ export declare const instagramContract: {
|
|
|
2980
2991
|
lineRichMenuId?: string | null | undefined;
|
|
2981
2992
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
2982
2993
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
2994
|
+
isCSATEnabled?: boolean | undefined;
|
|
2983
2995
|
}, {
|
|
2984
2996
|
name: string;
|
|
2985
2997
|
id: string;
|
|
@@ -3009,6 +3021,7 @@ export declare const instagramContract: {
|
|
|
3009
3021
|
lineRichMenuId?: string | null | undefined;
|
|
3010
3022
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
3011
3023
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
3024
|
+
isCSATEnabled?: boolean | undefined;
|
|
3012
3025
|
}>;
|
|
3013
3026
|
brandName: z.ZodString;
|
|
3014
3027
|
platformId: z.ZodString;
|
|
@@ -3272,6 +3285,7 @@ export declare const instagramContract: {
|
|
|
3272
3285
|
lineRichMenuId?: string | null | undefined;
|
|
3273
3286
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
3274
3287
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
3288
|
+
isCSATEnabled?: boolean | undefined;
|
|
3275
3289
|
};
|
|
3276
3290
|
status: boolean;
|
|
3277
3291
|
createdAt: Date;
|
|
@@ -3366,6 +3380,7 @@ export declare const instagramContract: {
|
|
|
3366
3380
|
lineRichMenuId?: string | null | undefined;
|
|
3367
3381
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
3368
3382
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
3383
|
+
isCSATEnabled?: boolean | undefined;
|
|
3369
3384
|
};
|
|
3370
3385
|
status: boolean;
|
|
3371
3386
|
createdAt: Date;
|
|
@@ -3618,6 +3633,16 @@ export declare const instagramContract: {
|
|
|
3618
3633
|
createdAt: Date;
|
|
3619
3634
|
updatedAt: Date;
|
|
3620
3635
|
deletedAt: Date | null;
|
|
3636
|
+
tags: {
|
|
3637
|
+
name: string;
|
|
3638
|
+
id: string;
|
|
3639
|
+
createdAt: Date;
|
|
3640
|
+
updatedAt: Date;
|
|
3641
|
+
deletedAt: Date | null;
|
|
3642
|
+
}[];
|
|
3643
|
+
callFrom: string | null;
|
|
3644
|
+
callTo: string | null;
|
|
3645
|
+
note: string | null;
|
|
3621
3646
|
categories: {
|
|
3622
3647
|
id: string;
|
|
3623
3648
|
value: string;
|
|
@@ -3640,16 +3665,6 @@ export declare const instagramContract: {
|
|
|
3640
3665
|
}[];
|
|
3641
3666
|
}[];
|
|
3642
3667
|
}[];
|
|
3643
|
-
tags: {
|
|
3644
|
-
name: string;
|
|
3645
|
-
id: string;
|
|
3646
|
-
createdAt: Date;
|
|
3647
|
-
updatedAt: Date;
|
|
3648
|
-
deletedAt: Date | null;
|
|
3649
|
-
}[];
|
|
3650
|
-
callFrom: string | null;
|
|
3651
|
-
callTo: string | null;
|
|
3652
|
-
note: string | null;
|
|
3653
3668
|
customFields?: {
|
|
3654
3669
|
id: string;
|
|
3655
3670
|
createdAt: Date;
|
|
@@ -3669,6 +3684,16 @@ export declare const instagramContract: {
|
|
|
3669
3684
|
createdAt: Date;
|
|
3670
3685
|
updatedAt: Date;
|
|
3671
3686
|
deletedAt: Date | null;
|
|
3687
|
+
tags: {
|
|
3688
|
+
name: string;
|
|
3689
|
+
id: string;
|
|
3690
|
+
createdAt: Date;
|
|
3691
|
+
updatedAt: Date;
|
|
3692
|
+
deletedAt: Date | null;
|
|
3693
|
+
}[];
|
|
3694
|
+
callFrom: string | null;
|
|
3695
|
+
callTo: string | null;
|
|
3696
|
+
note: string | null;
|
|
3672
3697
|
categories: {
|
|
3673
3698
|
id: string;
|
|
3674
3699
|
value: string;
|
|
@@ -3691,16 +3716,6 @@ export declare const instagramContract: {
|
|
|
3691
3716
|
}[];
|
|
3692
3717
|
}[];
|
|
3693
3718
|
}[];
|
|
3694
|
-
tags: {
|
|
3695
|
-
name: string;
|
|
3696
|
-
id: string;
|
|
3697
|
-
createdAt: Date;
|
|
3698
|
-
updatedAt: Date;
|
|
3699
|
-
deletedAt: Date | null;
|
|
3700
|
-
}[];
|
|
3701
|
-
callFrom: string | null;
|
|
3702
|
-
callTo: string | null;
|
|
3703
|
-
note: string | null;
|
|
3704
3719
|
customFields?: {
|
|
3705
3720
|
id: string;
|
|
3706
3721
|
createdAt: Date;
|
|
@@ -3809,6 +3824,16 @@ export declare const instagramContract: {
|
|
|
3809
3824
|
createdAt: Date;
|
|
3810
3825
|
updatedAt: Date;
|
|
3811
3826
|
deletedAt: Date | null;
|
|
3827
|
+
tags: {
|
|
3828
|
+
name: string;
|
|
3829
|
+
id: string;
|
|
3830
|
+
createdAt: Date;
|
|
3831
|
+
updatedAt: Date;
|
|
3832
|
+
deletedAt: Date | null;
|
|
3833
|
+
}[];
|
|
3834
|
+
callFrom: string | null;
|
|
3835
|
+
callTo: string | null;
|
|
3836
|
+
note: string | null;
|
|
3812
3837
|
categories: {
|
|
3813
3838
|
id: string;
|
|
3814
3839
|
value: string;
|
|
@@ -3831,16 +3856,6 @@ export declare const instagramContract: {
|
|
|
3831
3856
|
}[];
|
|
3832
3857
|
}[];
|
|
3833
3858
|
}[];
|
|
3834
|
-
tags: {
|
|
3835
|
-
name: string;
|
|
3836
|
-
id: string;
|
|
3837
|
-
createdAt: Date;
|
|
3838
|
-
updatedAt: Date;
|
|
3839
|
-
deletedAt: Date | null;
|
|
3840
|
-
}[];
|
|
3841
|
-
callFrom: string | null;
|
|
3842
|
-
callTo: string | null;
|
|
3843
|
-
note: string | null;
|
|
3844
3859
|
customFields?: {
|
|
3845
3860
|
id: string;
|
|
3846
3861
|
createdAt: Date;
|
|
@@ -3899,6 +3914,16 @@ export declare const instagramContract: {
|
|
|
3899
3914
|
createdAt: Date;
|
|
3900
3915
|
updatedAt: Date;
|
|
3901
3916
|
deletedAt: Date | null;
|
|
3917
|
+
tags: {
|
|
3918
|
+
name: string;
|
|
3919
|
+
id: string;
|
|
3920
|
+
createdAt: Date;
|
|
3921
|
+
updatedAt: Date;
|
|
3922
|
+
deletedAt: Date | null;
|
|
3923
|
+
}[];
|
|
3924
|
+
callFrom: string | null;
|
|
3925
|
+
callTo: string | null;
|
|
3926
|
+
note: string | null;
|
|
3902
3927
|
categories: {
|
|
3903
3928
|
id: string;
|
|
3904
3929
|
value: string;
|
|
@@ -3921,16 +3946,6 @@ export declare const instagramContract: {
|
|
|
3921
3946
|
}[];
|
|
3922
3947
|
}[];
|
|
3923
3948
|
}[];
|
|
3924
|
-
tags: {
|
|
3925
|
-
name: string;
|
|
3926
|
-
id: string;
|
|
3927
|
-
createdAt: Date;
|
|
3928
|
-
updatedAt: Date;
|
|
3929
|
-
deletedAt: Date | null;
|
|
3930
|
-
}[];
|
|
3931
|
-
callFrom: string | null;
|
|
3932
|
-
callTo: string | null;
|
|
3933
|
-
note: string | null;
|
|
3934
3949
|
customFields?: {
|
|
3935
3950
|
id: string;
|
|
3936
3951
|
createdAt: Date;
|
|
@@ -4024,6 +4039,7 @@ export declare const instagramContract: {
|
|
|
4024
4039
|
lineRichMenuId?: string | null | undefined;
|
|
4025
4040
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
4026
4041
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
4042
|
+
isCSATEnabled?: boolean | undefined;
|
|
4027
4043
|
};
|
|
4028
4044
|
status: boolean;
|
|
4029
4045
|
createdAt: Date;
|
|
@@ -4315,6 +4331,7 @@ export declare const instagramContract: {
|
|
|
4315
4331
|
closedAt: Date;
|
|
4316
4332
|
lastMessageAt: Date | null;
|
|
4317
4333
|
isBotRoom: boolean;
|
|
4334
|
+
csatStatus: string | null;
|
|
4318
4335
|
cxlog: {
|
|
4319
4336
|
id: string;
|
|
4320
4337
|
channel: string | null;
|
|
@@ -4342,6 +4359,16 @@ export declare const instagramContract: {
|
|
|
4342
4359
|
createdAt: Date;
|
|
4343
4360
|
updatedAt: Date;
|
|
4344
4361
|
deletedAt: Date | null;
|
|
4362
|
+
tags: {
|
|
4363
|
+
name: string;
|
|
4364
|
+
id: string;
|
|
4365
|
+
createdAt: Date;
|
|
4366
|
+
updatedAt: Date;
|
|
4367
|
+
deletedAt: Date | null;
|
|
4368
|
+
}[];
|
|
4369
|
+
callFrom: string | null;
|
|
4370
|
+
callTo: string | null;
|
|
4371
|
+
note: string | null;
|
|
4345
4372
|
categories: {
|
|
4346
4373
|
id: string;
|
|
4347
4374
|
value: string;
|
|
@@ -4364,16 +4391,6 @@ export declare const instagramContract: {
|
|
|
4364
4391
|
}[];
|
|
4365
4392
|
}[];
|
|
4366
4393
|
}[];
|
|
4367
|
-
tags: {
|
|
4368
|
-
name: string;
|
|
4369
|
-
id: string;
|
|
4370
|
-
createdAt: Date;
|
|
4371
|
-
updatedAt: Date;
|
|
4372
|
-
deletedAt: Date | null;
|
|
4373
|
-
}[];
|
|
4374
|
-
callFrom: string | null;
|
|
4375
|
-
callTo: string | null;
|
|
4376
|
-
note: string | null;
|
|
4377
4394
|
customFields?: {
|
|
4378
4395
|
id: string;
|
|
4379
4396
|
createdAt: Date;
|
|
@@ -4451,6 +4468,7 @@ export declare const instagramContract: {
|
|
|
4451
4468
|
lineRichMenuId?: string | null | undefined;
|
|
4452
4469
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
4453
4470
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
4471
|
+
isCSATEnabled?: boolean | undefined;
|
|
4454
4472
|
};
|
|
4455
4473
|
status: boolean;
|
|
4456
4474
|
createdAt: Date;
|
|
@@ -4742,6 +4760,7 @@ export declare const instagramContract: {
|
|
|
4742
4760
|
closedAt: Date;
|
|
4743
4761
|
lastMessageAt: Date | null;
|
|
4744
4762
|
isBotRoom: boolean;
|
|
4763
|
+
csatStatus: string | null;
|
|
4745
4764
|
cxlog: {
|
|
4746
4765
|
id: string;
|
|
4747
4766
|
channel: string | null;
|
|
@@ -4769,6 +4788,16 @@ export declare const instagramContract: {
|
|
|
4769
4788
|
createdAt: Date;
|
|
4770
4789
|
updatedAt: Date;
|
|
4771
4790
|
deletedAt: Date | null;
|
|
4791
|
+
tags: {
|
|
4792
|
+
name: string;
|
|
4793
|
+
id: string;
|
|
4794
|
+
createdAt: Date;
|
|
4795
|
+
updatedAt: Date;
|
|
4796
|
+
deletedAt: Date | null;
|
|
4797
|
+
}[];
|
|
4798
|
+
callFrom: string | null;
|
|
4799
|
+
callTo: string | null;
|
|
4800
|
+
note: string | null;
|
|
4772
4801
|
categories: {
|
|
4773
4802
|
id: string;
|
|
4774
4803
|
value: string;
|
|
@@ -4791,16 +4820,6 @@ export declare const instagramContract: {
|
|
|
4791
4820
|
}[];
|
|
4792
4821
|
}[];
|
|
4793
4822
|
}[];
|
|
4794
|
-
tags: {
|
|
4795
|
-
name: string;
|
|
4796
|
-
id: string;
|
|
4797
|
-
createdAt: Date;
|
|
4798
|
-
updatedAt: Date;
|
|
4799
|
-
deletedAt: Date | null;
|
|
4800
|
-
}[];
|
|
4801
|
-
callFrom: string | null;
|
|
4802
|
-
callTo: string | null;
|
|
4803
|
-
note: string | null;
|
|
4804
4823
|
customFields?: {
|
|
4805
4824
|
id: string;
|
|
4806
4825
|
createdAt: Date;
|
|
@@ -4881,8 +4900,8 @@ export declare const instagramContract: {
|
|
|
4881
4900
|
updatedAt: z.ZodDate;
|
|
4882
4901
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
4883
4902
|
message: z.ZodString;
|
|
4884
|
-
direction: z.
|
|
4885
|
-
type: z.
|
|
4903
|
+
direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
|
|
4904
|
+
type: z.ZodUnion<[z.ZodLiteral<string>, z.ZodLiteral<string>, ...z.ZodLiteral<string>[]]>;
|
|
4886
4905
|
readAt: z.ZodDate;
|
|
4887
4906
|
metadata: z.ZodAny;
|
|
4888
4907
|
platformId: z.ZodString;
|
|
@@ -5540,7 +5559,7 @@ export declare const instagramContract: {
|
|
|
5540
5559
|
};
|
|
5541
5560
|
}>;
|
|
5542
5561
|
}, "strip", z.ZodTypeAny, {
|
|
5543
|
-
type:
|
|
5562
|
+
type: string;
|
|
5544
5563
|
message: string;
|
|
5545
5564
|
id: string;
|
|
5546
5565
|
url: string;
|
|
@@ -5702,7 +5721,7 @@ export declare const instagramContract: {
|
|
|
5702
5721
|
metadata?: any;
|
|
5703
5722
|
template?: any;
|
|
5704
5723
|
}, {
|
|
5705
|
-
type:
|
|
5724
|
+
type: string;
|
|
5706
5725
|
message: string;
|
|
5707
5726
|
id: string;
|
|
5708
5727
|
url: string;
|
|
@@ -6075,8 +6094,8 @@ export declare const instagramContract: {
|
|
|
6075
6094
|
updatedAt: z.ZodDate;
|
|
6076
6095
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
6077
6096
|
message: z.ZodString;
|
|
6078
|
-
direction: z.
|
|
6079
|
-
type: z.
|
|
6097
|
+
direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
|
|
6098
|
+
type: z.ZodUnion<[z.ZodLiteral<string>, z.ZodLiteral<string>, ...z.ZodLiteral<string>[]]>;
|
|
6080
6099
|
readAt: z.ZodDate;
|
|
6081
6100
|
metadata: z.ZodAny;
|
|
6082
6101
|
platformId: z.ZodString;
|
|
@@ -6102,7 +6121,7 @@ export declare const instagramContract: {
|
|
|
6102
6121
|
firstResponseTime: z.ZodNumber;
|
|
6103
6122
|
isLatest: z.ZodBoolean;
|
|
6104
6123
|
isBotRoom: z.ZodBoolean;
|
|
6105
|
-
direction: z.
|
|
6124
|
+
direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
|
|
6106
6125
|
platformContact: z.ZodObject<{
|
|
6107
6126
|
id: z.ZodString;
|
|
6108
6127
|
createdAt: z.ZodDate;
|
|
@@ -7150,6 +7169,7 @@ export declare const instagramContract: {
|
|
|
7150
7169
|
channelId: string;
|
|
7151
7170
|
socialPlatformId: string;
|
|
7152
7171
|
}>;
|
|
7172
|
+
csatStatus: z.ZodNullable<z.ZodString>;
|
|
7153
7173
|
actor: z.ZodObject<{
|
|
7154
7174
|
id: z.ZodString;
|
|
7155
7175
|
createdAt: z.ZodDate;
|
|
@@ -7628,6 +7648,7 @@ export declare const instagramContract: {
|
|
|
7628
7648
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
7629
7649
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
7630
7650
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
7651
|
+
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
7631
7652
|
}, "strip", z.ZodTypeAny, {
|
|
7632
7653
|
name: string;
|
|
7633
7654
|
id: string;
|
|
@@ -7657,6 +7678,7 @@ export declare const instagramContract: {
|
|
|
7657
7678
|
lineRichMenuId?: string | null | undefined;
|
|
7658
7679
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
7659
7680
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
7681
|
+
isCSATEnabled?: boolean | undefined;
|
|
7660
7682
|
}, {
|
|
7661
7683
|
name: string;
|
|
7662
7684
|
id: string;
|
|
@@ -7686,6 +7708,7 @@ export declare const instagramContract: {
|
|
|
7686
7708
|
lineRichMenuId?: string | null | undefined;
|
|
7687
7709
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
7688
7710
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
7711
|
+
isCSATEnabled?: boolean | undefined;
|
|
7689
7712
|
}>;
|
|
7690
7713
|
brandName: z.ZodString;
|
|
7691
7714
|
platformId: z.ZodString;
|
|
@@ -7949,6 +7972,7 @@ export declare const instagramContract: {
|
|
|
7949
7972
|
lineRichMenuId?: string | null | undefined;
|
|
7950
7973
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
7951
7974
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
7975
|
+
isCSATEnabled?: boolean | undefined;
|
|
7952
7976
|
};
|
|
7953
7977
|
status: boolean;
|
|
7954
7978
|
createdAt: Date;
|
|
@@ -8043,6 +8067,7 @@ export declare const instagramContract: {
|
|
|
8043
8067
|
lineRichMenuId?: string | null | undefined;
|
|
8044
8068
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
8045
8069
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
8070
|
+
isCSATEnabled?: boolean | undefined;
|
|
8046
8071
|
};
|
|
8047
8072
|
status: boolean;
|
|
8048
8073
|
createdAt: Date;
|
|
@@ -8295,6 +8320,16 @@ export declare const instagramContract: {
|
|
|
8295
8320
|
createdAt: Date;
|
|
8296
8321
|
updatedAt: Date;
|
|
8297
8322
|
deletedAt: Date | null;
|
|
8323
|
+
tags: {
|
|
8324
|
+
name: string;
|
|
8325
|
+
id: string;
|
|
8326
|
+
createdAt: Date;
|
|
8327
|
+
updatedAt: Date;
|
|
8328
|
+
deletedAt: Date | null;
|
|
8329
|
+
}[];
|
|
8330
|
+
callFrom: string | null;
|
|
8331
|
+
callTo: string | null;
|
|
8332
|
+
note: string | null;
|
|
8298
8333
|
categories: {
|
|
8299
8334
|
id: string;
|
|
8300
8335
|
value: string;
|
|
@@ -8317,16 +8352,6 @@ export declare const instagramContract: {
|
|
|
8317
8352
|
}[];
|
|
8318
8353
|
}[];
|
|
8319
8354
|
}[];
|
|
8320
|
-
tags: {
|
|
8321
|
-
name: string;
|
|
8322
|
-
id: string;
|
|
8323
|
-
createdAt: Date;
|
|
8324
|
-
updatedAt: Date;
|
|
8325
|
-
deletedAt: Date | null;
|
|
8326
|
-
}[];
|
|
8327
|
-
callFrom: string | null;
|
|
8328
|
-
callTo: string | null;
|
|
8329
|
-
note: string | null;
|
|
8330
8355
|
customFields?: {
|
|
8331
8356
|
id: string;
|
|
8332
8357
|
createdAt: Date;
|
|
@@ -8346,6 +8371,16 @@ export declare const instagramContract: {
|
|
|
8346
8371
|
createdAt: Date;
|
|
8347
8372
|
updatedAt: Date;
|
|
8348
8373
|
deletedAt: Date | null;
|
|
8374
|
+
tags: {
|
|
8375
|
+
name: string;
|
|
8376
|
+
id: string;
|
|
8377
|
+
createdAt: Date;
|
|
8378
|
+
updatedAt: Date;
|
|
8379
|
+
deletedAt: Date | null;
|
|
8380
|
+
}[];
|
|
8381
|
+
callFrom: string | null;
|
|
8382
|
+
callTo: string | null;
|
|
8383
|
+
note: string | null;
|
|
8349
8384
|
categories: {
|
|
8350
8385
|
id: string;
|
|
8351
8386
|
value: string;
|
|
@@ -8368,16 +8403,6 @@ export declare const instagramContract: {
|
|
|
8368
8403
|
}[];
|
|
8369
8404
|
}[];
|
|
8370
8405
|
}[];
|
|
8371
|
-
tags: {
|
|
8372
|
-
name: string;
|
|
8373
|
-
id: string;
|
|
8374
|
-
createdAt: Date;
|
|
8375
|
-
updatedAt: Date;
|
|
8376
|
-
deletedAt: Date | null;
|
|
8377
|
-
}[];
|
|
8378
|
-
callFrom: string | null;
|
|
8379
|
-
callTo: string | null;
|
|
8380
|
-
note: string | null;
|
|
8381
8406
|
customFields?: {
|
|
8382
8407
|
id: string;
|
|
8383
8408
|
createdAt: Date;
|
|
@@ -8486,6 +8511,16 @@ export declare const instagramContract: {
|
|
|
8486
8511
|
createdAt: Date;
|
|
8487
8512
|
updatedAt: Date;
|
|
8488
8513
|
deletedAt: Date | null;
|
|
8514
|
+
tags: {
|
|
8515
|
+
name: string;
|
|
8516
|
+
id: string;
|
|
8517
|
+
createdAt: Date;
|
|
8518
|
+
updatedAt: Date;
|
|
8519
|
+
deletedAt: Date | null;
|
|
8520
|
+
}[];
|
|
8521
|
+
callFrom: string | null;
|
|
8522
|
+
callTo: string | null;
|
|
8523
|
+
note: string | null;
|
|
8489
8524
|
categories: {
|
|
8490
8525
|
id: string;
|
|
8491
8526
|
value: string;
|
|
@@ -8508,16 +8543,6 @@ export declare const instagramContract: {
|
|
|
8508
8543
|
}[];
|
|
8509
8544
|
}[];
|
|
8510
8545
|
}[];
|
|
8511
|
-
tags: {
|
|
8512
|
-
name: string;
|
|
8513
|
-
id: string;
|
|
8514
|
-
createdAt: Date;
|
|
8515
|
-
updatedAt: Date;
|
|
8516
|
-
deletedAt: Date | null;
|
|
8517
|
-
}[];
|
|
8518
|
-
callFrom: string | null;
|
|
8519
|
-
callTo: string | null;
|
|
8520
|
-
note: string | null;
|
|
8521
8546
|
customFields?: {
|
|
8522
8547
|
id: string;
|
|
8523
8548
|
createdAt: Date;
|
|
@@ -8576,6 +8601,16 @@ export declare const instagramContract: {
|
|
|
8576
8601
|
createdAt: Date;
|
|
8577
8602
|
updatedAt: Date;
|
|
8578
8603
|
deletedAt: Date | null;
|
|
8604
|
+
tags: {
|
|
8605
|
+
name: string;
|
|
8606
|
+
id: string;
|
|
8607
|
+
createdAt: Date;
|
|
8608
|
+
updatedAt: Date;
|
|
8609
|
+
deletedAt: Date | null;
|
|
8610
|
+
}[];
|
|
8611
|
+
callFrom: string | null;
|
|
8612
|
+
callTo: string | null;
|
|
8613
|
+
note: string | null;
|
|
8579
8614
|
categories: {
|
|
8580
8615
|
id: string;
|
|
8581
8616
|
value: string;
|
|
@@ -8598,16 +8633,6 @@ export declare const instagramContract: {
|
|
|
8598
8633
|
}[];
|
|
8599
8634
|
}[];
|
|
8600
8635
|
}[];
|
|
8601
|
-
tags: {
|
|
8602
|
-
name: string;
|
|
8603
|
-
id: string;
|
|
8604
|
-
createdAt: Date;
|
|
8605
|
-
updatedAt: Date;
|
|
8606
|
-
deletedAt: Date | null;
|
|
8607
|
-
}[];
|
|
8608
|
-
callFrom: string | null;
|
|
8609
|
-
callTo: string | null;
|
|
8610
|
-
note: string | null;
|
|
8611
8636
|
customFields?: {
|
|
8612
8637
|
id: string;
|
|
8613
8638
|
createdAt: Date;
|
|
@@ -8701,6 +8726,7 @@ export declare const instagramContract: {
|
|
|
8701
8726
|
lineRichMenuId?: string | null | undefined;
|
|
8702
8727
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
8703
8728
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
8729
|
+
isCSATEnabled?: boolean | undefined;
|
|
8704
8730
|
};
|
|
8705
8731
|
status: boolean;
|
|
8706
8732
|
createdAt: Date;
|
|
@@ -8992,6 +9018,7 @@ export declare const instagramContract: {
|
|
|
8992
9018
|
closedAt: Date;
|
|
8993
9019
|
lastMessageAt: Date | null;
|
|
8994
9020
|
isBotRoom: boolean;
|
|
9021
|
+
csatStatus: string | null;
|
|
8995
9022
|
cxlog: {
|
|
8996
9023
|
id: string;
|
|
8997
9024
|
channel: string | null;
|
|
@@ -9019,6 +9046,16 @@ export declare const instagramContract: {
|
|
|
9019
9046
|
createdAt: Date;
|
|
9020
9047
|
updatedAt: Date;
|
|
9021
9048
|
deletedAt: Date | null;
|
|
9049
|
+
tags: {
|
|
9050
|
+
name: string;
|
|
9051
|
+
id: string;
|
|
9052
|
+
createdAt: Date;
|
|
9053
|
+
updatedAt: Date;
|
|
9054
|
+
deletedAt: Date | null;
|
|
9055
|
+
}[];
|
|
9056
|
+
callFrom: string | null;
|
|
9057
|
+
callTo: string | null;
|
|
9058
|
+
note: string | null;
|
|
9022
9059
|
categories: {
|
|
9023
9060
|
id: string;
|
|
9024
9061
|
value: string;
|
|
@@ -9041,16 +9078,6 @@ export declare const instagramContract: {
|
|
|
9041
9078
|
}[];
|
|
9042
9079
|
}[];
|
|
9043
9080
|
}[];
|
|
9044
|
-
tags: {
|
|
9045
|
-
name: string;
|
|
9046
|
-
id: string;
|
|
9047
|
-
createdAt: Date;
|
|
9048
|
-
updatedAt: Date;
|
|
9049
|
-
deletedAt: Date | null;
|
|
9050
|
-
}[];
|
|
9051
|
-
callFrom: string | null;
|
|
9052
|
-
callTo: string | null;
|
|
9053
|
-
note: string | null;
|
|
9054
9081
|
customFields?: {
|
|
9055
9082
|
id: string;
|
|
9056
9083
|
createdAt: Date;
|
|
@@ -9128,6 +9155,7 @@ export declare const instagramContract: {
|
|
|
9128
9155
|
lineRichMenuId?: string | null | undefined;
|
|
9129
9156
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
9130
9157
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
9158
|
+
isCSATEnabled?: boolean | undefined;
|
|
9131
9159
|
};
|
|
9132
9160
|
status: boolean;
|
|
9133
9161
|
createdAt: Date;
|
|
@@ -9419,6 +9447,7 @@ export declare const instagramContract: {
|
|
|
9419
9447
|
closedAt: Date;
|
|
9420
9448
|
lastMessageAt: Date | null;
|
|
9421
9449
|
isBotRoom: boolean;
|
|
9450
|
+
csatStatus: string | null;
|
|
9422
9451
|
cxlog: {
|
|
9423
9452
|
id: string;
|
|
9424
9453
|
channel: string | null;
|
|
@@ -9446,6 +9475,16 @@ export declare const instagramContract: {
|
|
|
9446
9475
|
createdAt: Date;
|
|
9447
9476
|
updatedAt: Date;
|
|
9448
9477
|
deletedAt: Date | null;
|
|
9478
|
+
tags: {
|
|
9479
|
+
name: string;
|
|
9480
|
+
id: string;
|
|
9481
|
+
createdAt: Date;
|
|
9482
|
+
updatedAt: Date;
|
|
9483
|
+
deletedAt: Date | null;
|
|
9484
|
+
}[];
|
|
9485
|
+
callFrom: string | null;
|
|
9486
|
+
callTo: string | null;
|
|
9487
|
+
note: string | null;
|
|
9449
9488
|
categories: {
|
|
9450
9489
|
id: string;
|
|
9451
9490
|
value: string;
|
|
@@ -9468,16 +9507,6 @@ export declare const instagramContract: {
|
|
|
9468
9507
|
}[];
|
|
9469
9508
|
}[];
|
|
9470
9509
|
}[];
|
|
9471
|
-
tags: {
|
|
9472
|
-
name: string;
|
|
9473
|
-
id: string;
|
|
9474
|
-
createdAt: Date;
|
|
9475
|
-
updatedAt: Date;
|
|
9476
|
-
deletedAt: Date | null;
|
|
9477
|
-
}[];
|
|
9478
|
-
callFrom: string | null;
|
|
9479
|
-
callTo: string | null;
|
|
9480
|
-
note: string | null;
|
|
9481
9510
|
customFields?: {
|
|
9482
9511
|
id: string;
|
|
9483
9512
|
createdAt: Date;
|
|
@@ -9561,8 +9590,8 @@ export declare const instagramContract: {
|
|
|
9561
9590
|
updatedAt: z.ZodDate;
|
|
9562
9591
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
9563
9592
|
message: z.ZodString;
|
|
9564
|
-
direction: z.
|
|
9565
|
-
type: z.
|
|
9593
|
+
direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
|
|
9594
|
+
type: z.ZodUnion<[z.ZodLiteral<string>, z.ZodLiteral<string>, ...z.ZodLiteral<string>[]]>;
|
|
9566
9595
|
readAt: z.ZodDate;
|
|
9567
9596
|
metadata: z.ZodAny;
|
|
9568
9597
|
platformId: z.ZodString;
|
|
@@ -10220,7 +10249,7 @@ export declare const instagramContract: {
|
|
|
10220
10249
|
};
|
|
10221
10250
|
}>;
|
|
10222
10251
|
}, "strip", z.ZodTypeAny, {
|
|
10223
|
-
type:
|
|
10252
|
+
type: string;
|
|
10224
10253
|
message: string;
|
|
10225
10254
|
id: string;
|
|
10226
10255
|
url: string;
|
|
@@ -10382,7 +10411,7 @@ export declare const instagramContract: {
|
|
|
10382
10411
|
metadata?: any;
|
|
10383
10412
|
template?: any;
|
|
10384
10413
|
}, {
|
|
10385
|
-
type:
|
|
10414
|
+
type: string;
|
|
10386
10415
|
message: string;
|
|
10387
10416
|
id: string;
|
|
10388
10417
|
url: string;
|
|
@@ -11184,7 +11213,7 @@ export declare const instagramContract: {
|
|
|
11184
11213
|
editedMessageid: z.ZodString;
|
|
11185
11214
|
label: z.ZodOptional<z.ZodString>;
|
|
11186
11215
|
}, "strip", z.ZodTypeAny, {
|
|
11187
|
-
type:
|
|
11216
|
+
type: string;
|
|
11188
11217
|
message: string;
|
|
11189
11218
|
id: string;
|
|
11190
11219
|
url: string;
|
|
@@ -11328,6 +11357,7 @@ export declare const instagramContract: {
|
|
|
11328
11357
|
lineRichMenuId?: string | null | undefined;
|
|
11329
11358
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
11330
11359
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
11360
|
+
isCSATEnabled?: boolean | undefined;
|
|
11331
11361
|
};
|
|
11332
11362
|
status: boolean;
|
|
11333
11363
|
createdAt: Date;
|
|
@@ -11619,6 +11649,7 @@ export declare const instagramContract: {
|
|
|
11619
11649
|
closedAt: Date;
|
|
11620
11650
|
lastMessageAt: Date | null;
|
|
11621
11651
|
isBotRoom: boolean;
|
|
11652
|
+
csatStatus: string | null;
|
|
11622
11653
|
cxlog: {
|
|
11623
11654
|
id: string;
|
|
11624
11655
|
channel: string | null;
|
|
@@ -11646,6 +11677,16 @@ export declare const instagramContract: {
|
|
|
11646
11677
|
createdAt: Date;
|
|
11647
11678
|
updatedAt: Date;
|
|
11648
11679
|
deletedAt: Date | null;
|
|
11680
|
+
tags: {
|
|
11681
|
+
name: string;
|
|
11682
|
+
id: string;
|
|
11683
|
+
createdAt: Date;
|
|
11684
|
+
updatedAt: Date;
|
|
11685
|
+
deletedAt: Date | null;
|
|
11686
|
+
}[];
|
|
11687
|
+
callFrom: string | null;
|
|
11688
|
+
callTo: string | null;
|
|
11689
|
+
note: string | null;
|
|
11649
11690
|
categories: {
|
|
11650
11691
|
id: string;
|
|
11651
11692
|
value: string;
|
|
@@ -11668,16 +11709,6 @@ export declare const instagramContract: {
|
|
|
11668
11709
|
}[];
|
|
11669
11710
|
}[];
|
|
11670
11711
|
}[];
|
|
11671
|
-
tags: {
|
|
11672
|
-
name: string;
|
|
11673
|
-
id: string;
|
|
11674
|
-
createdAt: Date;
|
|
11675
|
-
updatedAt: Date;
|
|
11676
|
-
deletedAt: Date | null;
|
|
11677
|
-
}[];
|
|
11678
|
-
callFrom: string | null;
|
|
11679
|
-
callTo: string | null;
|
|
11680
|
-
note: string | null;
|
|
11681
11712
|
customFields?: {
|
|
11682
11713
|
id: string;
|
|
11683
11714
|
createdAt: Date;
|
|
@@ -11737,7 +11768,7 @@ export declare const instagramContract: {
|
|
|
11737
11768
|
previewUrl: string;
|
|
11738
11769
|
imageSetId: string;
|
|
11739
11770
|
repliedMessage: {
|
|
11740
|
-
type:
|
|
11771
|
+
type: string;
|
|
11741
11772
|
message: string;
|
|
11742
11773
|
id: string;
|
|
11743
11774
|
url: string;
|
|
@@ -11948,7 +11979,7 @@ export declare const instagramContract: {
|
|
|
11948
11979
|
template?: any;
|
|
11949
11980
|
label?: string | undefined;
|
|
11950
11981
|
}, {
|
|
11951
|
-
type:
|
|
11982
|
+
type: string;
|
|
11952
11983
|
message: string;
|
|
11953
11984
|
id: string;
|
|
11954
11985
|
url: string;
|
|
@@ -12092,6 +12123,7 @@ export declare const instagramContract: {
|
|
|
12092
12123
|
lineRichMenuId?: string | null | undefined;
|
|
12093
12124
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
12094
12125
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
12126
|
+
isCSATEnabled?: boolean | undefined;
|
|
12095
12127
|
};
|
|
12096
12128
|
status: boolean;
|
|
12097
12129
|
createdAt: Date;
|
|
@@ -12383,6 +12415,7 @@ export declare const instagramContract: {
|
|
|
12383
12415
|
closedAt: Date;
|
|
12384
12416
|
lastMessageAt: Date | null;
|
|
12385
12417
|
isBotRoom: boolean;
|
|
12418
|
+
csatStatus: string | null;
|
|
12386
12419
|
cxlog: {
|
|
12387
12420
|
id: string;
|
|
12388
12421
|
channel: string | null;
|
|
@@ -12410,6 +12443,16 @@ export declare const instagramContract: {
|
|
|
12410
12443
|
createdAt: Date;
|
|
12411
12444
|
updatedAt: Date;
|
|
12412
12445
|
deletedAt: Date | null;
|
|
12446
|
+
tags: {
|
|
12447
|
+
name: string;
|
|
12448
|
+
id: string;
|
|
12449
|
+
createdAt: Date;
|
|
12450
|
+
updatedAt: Date;
|
|
12451
|
+
deletedAt: Date | null;
|
|
12452
|
+
}[];
|
|
12453
|
+
callFrom: string | null;
|
|
12454
|
+
callTo: string | null;
|
|
12455
|
+
note: string | null;
|
|
12413
12456
|
categories: {
|
|
12414
12457
|
id: string;
|
|
12415
12458
|
value: string;
|
|
@@ -12432,16 +12475,6 @@ export declare const instagramContract: {
|
|
|
12432
12475
|
}[];
|
|
12433
12476
|
}[];
|
|
12434
12477
|
}[];
|
|
12435
|
-
tags: {
|
|
12436
|
-
name: string;
|
|
12437
|
-
id: string;
|
|
12438
|
-
createdAt: Date;
|
|
12439
|
-
updatedAt: Date;
|
|
12440
|
-
deletedAt: Date | null;
|
|
12441
|
-
}[];
|
|
12442
|
-
callFrom: string | null;
|
|
12443
|
-
callTo: string | null;
|
|
12444
|
-
note: string | null;
|
|
12445
12478
|
customFields?: {
|
|
12446
12479
|
id: string;
|
|
12447
12480
|
createdAt: Date;
|
|
@@ -12501,7 +12534,7 @@ export declare const instagramContract: {
|
|
|
12501
12534
|
previewUrl: string;
|
|
12502
12535
|
imageSetId: string;
|
|
12503
12536
|
repliedMessage: {
|
|
12504
|
-
type:
|
|
12537
|
+
type: string;
|
|
12505
12538
|
message: string;
|
|
12506
12539
|
id: string;
|
|
12507
12540
|
url: string;
|
|
@@ -12713,7 +12746,7 @@ export declare const instagramContract: {
|
|
|
12713
12746
|
label?: string | undefined;
|
|
12714
12747
|
}>>>;
|
|
12715
12748
|
}, "strip", z.ZodTypeAny, {
|
|
12716
|
-
type:
|
|
12749
|
+
type: string;
|
|
12717
12750
|
message: string;
|
|
12718
12751
|
id: string;
|
|
12719
12752
|
url: string;
|
|
@@ -12857,6 +12890,7 @@ export declare const instagramContract: {
|
|
|
12857
12890
|
lineRichMenuId?: string | null | undefined;
|
|
12858
12891
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
12859
12892
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
12893
|
+
isCSATEnabled?: boolean | undefined;
|
|
12860
12894
|
};
|
|
12861
12895
|
status: boolean;
|
|
12862
12896
|
createdAt: Date;
|
|
@@ -13148,6 +13182,7 @@ export declare const instagramContract: {
|
|
|
13148
13182
|
closedAt: Date;
|
|
13149
13183
|
lastMessageAt: Date | null;
|
|
13150
13184
|
isBotRoom: boolean;
|
|
13185
|
+
csatStatus: string | null;
|
|
13151
13186
|
cxlog: {
|
|
13152
13187
|
id: string;
|
|
13153
13188
|
channel: string | null;
|
|
@@ -13175,6 +13210,16 @@ export declare const instagramContract: {
|
|
|
13175
13210
|
createdAt: Date;
|
|
13176
13211
|
updatedAt: Date;
|
|
13177
13212
|
deletedAt: Date | null;
|
|
13213
|
+
tags: {
|
|
13214
|
+
name: string;
|
|
13215
|
+
id: string;
|
|
13216
|
+
createdAt: Date;
|
|
13217
|
+
updatedAt: Date;
|
|
13218
|
+
deletedAt: Date | null;
|
|
13219
|
+
}[];
|
|
13220
|
+
callFrom: string | null;
|
|
13221
|
+
callTo: string | null;
|
|
13222
|
+
note: string | null;
|
|
13178
13223
|
categories: {
|
|
13179
13224
|
id: string;
|
|
13180
13225
|
value: string;
|
|
@@ -13197,16 +13242,6 @@ export declare const instagramContract: {
|
|
|
13197
13242
|
}[];
|
|
13198
13243
|
}[];
|
|
13199
13244
|
}[];
|
|
13200
|
-
tags: {
|
|
13201
|
-
name: string;
|
|
13202
|
-
id: string;
|
|
13203
|
-
createdAt: Date;
|
|
13204
|
-
updatedAt: Date;
|
|
13205
|
-
deletedAt: Date | null;
|
|
13206
|
-
}[];
|
|
13207
|
-
callFrom: string | null;
|
|
13208
|
-
callTo: string | null;
|
|
13209
|
-
note: string | null;
|
|
13210
13245
|
customFields?: {
|
|
13211
13246
|
id: string;
|
|
13212
13247
|
createdAt: Date;
|
|
@@ -13266,7 +13301,7 @@ export declare const instagramContract: {
|
|
|
13266
13301
|
previewUrl: string;
|
|
13267
13302
|
imageSetId: string;
|
|
13268
13303
|
repliedMessage: {
|
|
13269
|
-
type:
|
|
13304
|
+
type: string;
|
|
13270
13305
|
message: string;
|
|
13271
13306
|
id: string;
|
|
13272
13307
|
url: string;
|
|
@@ -13477,7 +13512,7 @@ export declare const instagramContract: {
|
|
|
13477
13512
|
template?: any;
|
|
13478
13513
|
metadata?: any;
|
|
13479
13514
|
fromMessage?: {
|
|
13480
|
-
type:
|
|
13515
|
+
type: string;
|
|
13481
13516
|
message: string;
|
|
13482
13517
|
id: string;
|
|
13483
13518
|
url: string;
|
|
@@ -13621,6 +13656,7 @@ export declare const instagramContract: {
|
|
|
13621
13656
|
lineRichMenuId?: string | null | undefined;
|
|
13622
13657
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
13623
13658
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
13659
|
+
isCSATEnabled?: boolean | undefined;
|
|
13624
13660
|
};
|
|
13625
13661
|
status: boolean;
|
|
13626
13662
|
createdAt: Date;
|
|
@@ -13912,6 +13948,7 @@ export declare const instagramContract: {
|
|
|
13912
13948
|
closedAt: Date;
|
|
13913
13949
|
lastMessageAt: Date | null;
|
|
13914
13950
|
isBotRoom: boolean;
|
|
13951
|
+
csatStatus: string | null;
|
|
13915
13952
|
cxlog: {
|
|
13916
13953
|
id: string;
|
|
13917
13954
|
channel: string | null;
|
|
@@ -13939,6 +13976,16 @@ export declare const instagramContract: {
|
|
|
13939
13976
|
createdAt: Date;
|
|
13940
13977
|
updatedAt: Date;
|
|
13941
13978
|
deletedAt: Date | null;
|
|
13979
|
+
tags: {
|
|
13980
|
+
name: string;
|
|
13981
|
+
id: string;
|
|
13982
|
+
createdAt: Date;
|
|
13983
|
+
updatedAt: Date;
|
|
13984
|
+
deletedAt: Date | null;
|
|
13985
|
+
}[];
|
|
13986
|
+
callFrom: string | null;
|
|
13987
|
+
callTo: string | null;
|
|
13988
|
+
note: string | null;
|
|
13942
13989
|
categories: {
|
|
13943
13990
|
id: string;
|
|
13944
13991
|
value: string;
|
|
@@ -13961,16 +14008,6 @@ export declare const instagramContract: {
|
|
|
13961
14008
|
}[];
|
|
13962
14009
|
}[];
|
|
13963
14010
|
}[];
|
|
13964
|
-
tags: {
|
|
13965
|
-
name: string;
|
|
13966
|
-
id: string;
|
|
13967
|
-
createdAt: Date;
|
|
13968
|
-
updatedAt: Date;
|
|
13969
|
-
deletedAt: Date | null;
|
|
13970
|
-
}[];
|
|
13971
|
-
callFrom: string | null;
|
|
13972
|
-
callTo: string | null;
|
|
13973
|
-
note: string | null;
|
|
13974
14011
|
customFields?: {
|
|
13975
14012
|
id: string;
|
|
13976
14013
|
createdAt: Date;
|
|
@@ -14030,7 +14067,7 @@ export declare const instagramContract: {
|
|
|
14030
14067
|
previewUrl: string;
|
|
14031
14068
|
imageSetId: string;
|
|
14032
14069
|
repliedMessage: {
|
|
14033
|
-
type:
|
|
14070
|
+
type: string;
|
|
14034
14071
|
message: string;
|
|
14035
14072
|
id: string;
|
|
14036
14073
|
url: string;
|
|
@@ -14242,7 +14279,7 @@ export declare const instagramContract: {
|
|
|
14242
14279
|
label?: string | undefined;
|
|
14243
14280
|
} | null | undefined;
|
|
14244
14281
|
}, {
|
|
14245
|
-
type:
|
|
14282
|
+
type: string;
|
|
14246
14283
|
message: string;
|
|
14247
14284
|
id: string;
|
|
14248
14285
|
url: string;
|
|
@@ -14386,6 +14423,7 @@ export declare const instagramContract: {
|
|
|
14386
14423
|
lineRichMenuId?: string | null | undefined;
|
|
14387
14424
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
14388
14425
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
14426
|
+
isCSATEnabled?: boolean | undefined;
|
|
14389
14427
|
};
|
|
14390
14428
|
status: boolean;
|
|
14391
14429
|
createdAt: Date;
|
|
@@ -14677,6 +14715,7 @@ export declare const instagramContract: {
|
|
|
14677
14715
|
closedAt: Date;
|
|
14678
14716
|
lastMessageAt: Date | null;
|
|
14679
14717
|
isBotRoom: boolean;
|
|
14718
|
+
csatStatus: string | null;
|
|
14680
14719
|
cxlog: {
|
|
14681
14720
|
id: string;
|
|
14682
14721
|
channel: string | null;
|
|
@@ -14704,6 +14743,16 @@ export declare const instagramContract: {
|
|
|
14704
14743
|
createdAt: Date;
|
|
14705
14744
|
updatedAt: Date;
|
|
14706
14745
|
deletedAt: Date | null;
|
|
14746
|
+
tags: {
|
|
14747
|
+
name: string;
|
|
14748
|
+
id: string;
|
|
14749
|
+
createdAt: Date;
|
|
14750
|
+
updatedAt: Date;
|
|
14751
|
+
deletedAt: Date | null;
|
|
14752
|
+
}[];
|
|
14753
|
+
callFrom: string | null;
|
|
14754
|
+
callTo: string | null;
|
|
14755
|
+
note: string | null;
|
|
14707
14756
|
categories: {
|
|
14708
14757
|
id: string;
|
|
14709
14758
|
value: string;
|
|
@@ -14726,16 +14775,6 @@ export declare const instagramContract: {
|
|
|
14726
14775
|
}[];
|
|
14727
14776
|
}[];
|
|
14728
14777
|
}[];
|
|
14729
|
-
tags: {
|
|
14730
|
-
name: string;
|
|
14731
|
-
id: string;
|
|
14732
|
-
createdAt: Date;
|
|
14733
|
-
updatedAt: Date;
|
|
14734
|
-
deletedAt: Date | null;
|
|
14735
|
-
}[];
|
|
14736
|
-
callFrom: string | null;
|
|
14737
|
-
callTo: string | null;
|
|
14738
|
-
note: string | null;
|
|
14739
14778
|
customFields?: {
|
|
14740
14779
|
id: string;
|
|
14741
14780
|
createdAt: Date;
|
|
@@ -14795,7 +14834,7 @@ export declare const instagramContract: {
|
|
|
14795
14834
|
previewUrl: string;
|
|
14796
14835
|
imageSetId: string;
|
|
14797
14836
|
repliedMessage: {
|
|
14798
|
-
type:
|
|
14837
|
+
type: string;
|
|
14799
14838
|
message: string;
|
|
14800
14839
|
id: string;
|
|
14801
14840
|
url: string;
|
|
@@ -15006,7 +15045,7 @@ export declare const instagramContract: {
|
|
|
15006
15045
|
template?: any;
|
|
15007
15046
|
metadata?: any;
|
|
15008
15047
|
fromMessage?: {
|
|
15009
|
-
type:
|
|
15048
|
+
type: string;
|
|
15010
15049
|
message: string;
|
|
15011
15050
|
id: string;
|
|
15012
15051
|
url: string;
|
|
@@ -15150,6 +15189,7 @@ export declare const instagramContract: {
|
|
|
15150
15189
|
lineRichMenuId?: string | null | undefined;
|
|
15151
15190
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
15152
15191
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
15192
|
+
isCSATEnabled?: boolean | undefined;
|
|
15153
15193
|
};
|
|
15154
15194
|
status: boolean;
|
|
15155
15195
|
createdAt: Date;
|
|
@@ -15441,6 +15481,7 @@ export declare const instagramContract: {
|
|
|
15441
15481
|
closedAt: Date;
|
|
15442
15482
|
lastMessageAt: Date | null;
|
|
15443
15483
|
isBotRoom: boolean;
|
|
15484
|
+
csatStatus: string | null;
|
|
15444
15485
|
cxlog: {
|
|
15445
15486
|
id: string;
|
|
15446
15487
|
channel: string | null;
|
|
@@ -15468,6 +15509,16 @@ export declare const instagramContract: {
|
|
|
15468
15509
|
createdAt: Date;
|
|
15469
15510
|
updatedAt: Date;
|
|
15470
15511
|
deletedAt: Date | null;
|
|
15512
|
+
tags: {
|
|
15513
|
+
name: string;
|
|
15514
|
+
id: string;
|
|
15515
|
+
createdAt: Date;
|
|
15516
|
+
updatedAt: Date;
|
|
15517
|
+
deletedAt: Date | null;
|
|
15518
|
+
}[];
|
|
15519
|
+
callFrom: string | null;
|
|
15520
|
+
callTo: string | null;
|
|
15521
|
+
note: string | null;
|
|
15471
15522
|
categories: {
|
|
15472
15523
|
id: string;
|
|
15473
15524
|
value: string;
|
|
@@ -15490,16 +15541,6 @@ export declare const instagramContract: {
|
|
|
15490
15541
|
}[];
|
|
15491
15542
|
}[];
|
|
15492
15543
|
}[];
|
|
15493
|
-
tags: {
|
|
15494
|
-
name: string;
|
|
15495
|
-
id: string;
|
|
15496
|
-
createdAt: Date;
|
|
15497
|
-
updatedAt: Date;
|
|
15498
|
-
deletedAt: Date | null;
|
|
15499
|
-
}[];
|
|
15500
|
-
callFrom: string | null;
|
|
15501
|
-
callTo: string | null;
|
|
15502
|
-
note: string | null;
|
|
15503
15544
|
customFields?: {
|
|
15504
15545
|
id: string;
|
|
15505
15546
|
createdAt: Date;
|
|
@@ -15559,7 +15600,7 @@ export declare const instagramContract: {
|
|
|
15559
15600
|
previewUrl: string;
|
|
15560
15601
|
imageSetId: string;
|
|
15561
15602
|
repliedMessage: {
|
|
15562
|
-
type:
|
|
15603
|
+
type: string;
|
|
15563
15604
|
message: string;
|
|
15564
15605
|
id: string;
|
|
15565
15606
|
url: string;
|
|
@@ -15773,7 +15814,7 @@ export declare const instagramContract: {
|
|
|
15773
15814
|
}>;
|
|
15774
15815
|
}, "strip", z.ZodTypeAny, {
|
|
15775
15816
|
data: {
|
|
15776
|
-
type:
|
|
15817
|
+
type: string;
|
|
15777
15818
|
message: string;
|
|
15778
15819
|
id: string;
|
|
15779
15820
|
url: string;
|
|
@@ -15917,6 +15958,7 @@ export declare const instagramContract: {
|
|
|
15917
15958
|
lineRichMenuId?: string | null | undefined;
|
|
15918
15959
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
15919
15960
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
15961
|
+
isCSATEnabled?: boolean | undefined;
|
|
15920
15962
|
};
|
|
15921
15963
|
status: boolean;
|
|
15922
15964
|
createdAt: Date;
|
|
@@ -16208,6 +16250,7 @@ export declare const instagramContract: {
|
|
|
16208
16250
|
closedAt: Date;
|
|
16209
16251
|
lastMessageAt: Date | null;
|
|
16210
16252
|
isBotRoom: boolean;
|
|
16253
|
+
csatStatus: string | null;
|
|
16211
16254
|
cxlog: {
|
|
16212
16255
|
id: string;
|
|
16213
16256
|
channel: string | null;
|
|
@@ -16235,6 +16278,16 @@ export declare const instagramContract: {
|
|
|
16235
16278
|
createdAt: Date;
|
|
16236
16279
|
updatedAt: Date;
|
|
16237
16280
|
deletedAt: Date | null;
|
|
16281
|
+
tags: {
|
|
16282
|
+
name: string;
|
|
16283
|
+
id: string;
|
|
16284
|
+
createdAt: Date;
|
|
16285
|
+
updatedAt: Date;
|
|
16286
|
+
deletedAt: Date | null;
|
|
16287
|
+
}[];
|
|
16288
|
+
callFrom: string | null;
|
|
16289
|
+
callTo: string | null;
|
|
16290
|
+
note: string | null;
|
|
16238
16291
|
categories: {
|
|
16239
16292
|
id: string;
|
|
16240
16293
|
value: string;
|
|
@@ -16257,16 +16310,6 @@ export declare const instagramContract: {
|
|
|
16257
16310
|
}[];
|
|
16258
16311
|
}[];
|
|
16259
16312
|
}[];
|
|
16260
|
-
tags: {
|
|
16261
|
-
name: string;
|
|
16262
|
-
id: string;
|
|
16263
|
-
createdAt: Date;
|
|
16264
|
-
updatedAt: Date;
|
|
16265
|
-
deletedAt: Date | null;
|
|
16266
|
-
}[];
|
|
16267
|
-
callFrom: string | null;
|
|
16268
|
-
callTo: string | null;
|
|
16269
|
-
note: string | null;
|
|
16270
16313
|
customFields?: {
|
|
16271
16314
|
id: string;
|
|
16272
16315
|
createdAt: Date;
|
|
@@ -16326,7 +16369,7 @@ export declare const instagramContract: {
|
|
|
16326
16369
|
previewUrl: string;
|
|
16327
16370
|
imageSetId: string;
|
|
16328
16371
|
repliedMessage: {
|
|
16329
|
-
type:
|
|
16372
|
+
type: string;
|
|
16330
16373
|
message: string;
|
|
16331
16374
|
id: string;
|
|
16332
16375
|
url: string;
|
|
@@ -16537,7 +16580,7 @@ export declare const instagramContract: {
|
|
|
16537
16580
|
template?: any;
|
|
16538
16581
|
metadata?: any;
|
|
16539
16582
|
fromMessage?: {
|
|
16540
|
-
type:
|
|
16583
|
+
type: string;
|
|
16541
16584
|
message: string;
|
|
16542
16585
|
id: string;
|
|
16543
16586
|
url: string;
|
|
@@ -16681,6 +16724,7 @@ export declare const instagramContract: {
|
|
|
16681
16724
|
lineRichMenuId?: string | null | undefined;
|
|
16682
16725
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
16683
16726
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
16727
|
+
isCSATEnabled?: boolean | undefined;
|
|
16684
16728
|
};
|
|
16685
16729
|
status: boolean;
|
|
16686
16730
|
createdAt: Date;
|
|
@@ -16972,6 +17016,7 @@ export declare const instagramContract: {
|
|
|
16972
17016
|
closedAt: Date;
|
|
16973
17017
|
lastMessageAt: Date | null;
|
|
16974
17018
|
isBotRoom: boolean;
|
|
17019
|
+
csatStatus: string | null;
|
|
16975
17020
|
cxlog: {
|
|
16976
17021
|
id: string;
|
|
16977
17022
|
channel: string | null;
|
|
@@ -16999,6 +17044,16 @@ export declare const instagramContract: {
|
|
|
16999
17044
|
createdAt: Date;
|
|
17000
17045
|
updatedAt: Date;
|
|
17001
17046
|
deletedAt: Date | null;
|
|
17047
|
+
tags: {
|
|
17048
|
+
name: string;
|
|
17049
|
+
id: string;
|
|
17050
|
+
createdAt: Date;
|
|
17051
|
+
updatedAt: Date;
|
|
17052
|
+
deletedAt: Date | null;
|
|
17053
|
+
}[];
|
|
17054
|
+
callFrom: string | null;
|
|
17055
|
+
callTo: string | null;
|
|
17056
|
+
note: string | null;
|
|
17002
17057
|
categories: {
|
|
17003
17058
|
id: string;
|
|
17004
17059
|
value: string;
|
|
@@ -17021,16 +17076,6 @@ export declare const instagramContract: {
|
|
|
17021
17076
|
}[];
|
|
17022
17077
|
}[];
|
|
17023
17078
|
}[];
|
|
17024
|
-
tags: {
|
|
17025
|
-
name: string;
|
|
17026
|
-
id: string;
|
|
17027
|
-
createdAt: Date;
|
|
17028
|
-
updatedAt: Date;
|
|
17029
|
-
deletedAt: Date | null;
|
|
17030
|
-
}[];
|
|
17031
|
-
callFrom: string | null;
|
|
17032
|
-
callTo: string | null;
|
|
17033
|
-
note: string | null;
|
|
17034
17079
|
customFields?: {
|
|
17035
17080
|
id: string;
|
|
17036
17081
|
createdAt: Date;
|
|
@@ -17090,7 +17135,7 @@ export declare const instagramContract: {
|
|
|
17090
17135
|
previewUrl: string;
|
|
17091
17136
|
imageSetId: string;
|
|
17092
17137
|
repliedMessage: {
|
|
17093
|
-
type:
|
|
17138
|
+
type: string;
|
|
17094
17139
|
message: string;
|
|
17095
17140
|
id: string;
|
|
17096
17141
|
url: string;
|
|
@@ -17305,7 +17350,7 @@ export declare const instagramContract: {
|
|
|
17305
17350
|
requestId: string;
|
|
17306
17351
|
}, {
|
|
17307
17352
|
data: {
|
|
17308
|
-
type:
|
|
17353
|
+
type: string;
|
|
17309
17354
|
message: string;
|
|
17310
17355
|
id: string;
|
|
17311
17356
|
url: string;
|
|
@@ -17449,6 +17494,7 @@ export declare const instagramContract: {
|
|
|
17449
17494
|
lineRichMenuId?: string | null | undefined;
|
|
17450
17495
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
17451
17496
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
17497
|
+
isCSATEnabled?: boolean | undefined;
|
|
17452
17498
|
};
|
|
17453
17499
|
status: boolean;
|
|
17454
17500
|
createdAt: Date;
|
|
@@ -17740,6 +17786,7 @@ export declare const instagramContract: {
|
|
|
17740
17786
|
closedAt: Date;
|
|
17741
17787
|
lastMessageAt: Date | null;
|
|
17742
17788
|
isBotRoom: boolean;
|
|
17789
|
+
csatStatus: string | null;
|
|
17743
17790
|
cxlog: {
|
|
17744
17791
|
id: string;
|
|
17745
17792
|
channel: string | null;
|
|
@@ -17767,6 +17814,16 @@ export declare const instagramContract: {
|
|
|
17767
17814
|
createdAt: Date;
|
|
17768
17815
|
updatedAt: Date;
|
|
17769
17816
|
deletedAt: Date | null;
|
|
17817
|
+
tags: {
|
|
17818
|
+
name: string;
|
|
17819
|
+
id: string;
|
|
17820
|
+
createdAt: Date;
|
|
17821
|
+
updatedAt: Date;
|
|
17822
|
+
deletedAt: Date | null;
|
|
17823
|
+
}[];
|
|
17824
|
+
callFrom: string | null;
|
|
17825
|
+
callTo: string | null;
|
|
17826
|
+
note: string | null;
|
|
17770
17827
|
categories: {
|
|
17771
17828
|
id: string;
|
|
17772
17829
|
value: string;
|
|
@@ -17789,16 +17846,6 @@ export declare const instagramContract: {
|
|
|
17789
17846
|
}[];
|
|
17790
17847
|
}[];
|
|
17791
17848
|
}[];
|
|
17792
|
-
tags: {
|
|
17793
|
-
name: string;
|
|
17794
|
-
id: string;
|
|
17795
|
-
createdAt: Date;
|
|
17796
|
-
updatedAt: Date;
|
|
17797
|
-
deletedAt: Date | null;
|
|
17798
|
-
}[];
|
|
17799
|
-
callFrom: string | null;
|
|
17800
|
-
callTo: string | null;
|
|
17801
|
-
note: string | null;
|
|
17802
17849
|
customFields?: {
|
|
17803
17850
|
id: string;
|
|
17804
17851
|
createdAt: Date;
|
|
@@ -17858,7 +17905,7 @@ export declare const instagramContract: {
|
|
|
17858
17905
|
previewUrl: string;
|
|
17859
17906
|
imageSetId: string;
|
|
17860
17907
|
repliedMessage: {
|
|
17861
|
-
type:
|
|
17908
|
+
type: string;
|
|
17862
17909
|
message: string;
|
|
17863
17910
|
id: string;
|
|
17864
17911
|
url: string;
|
|
@@ -18069,7 +18116,7 @@ export declare const instagramContract: {
|
|
|
18069
18116
|
template?: any;
|
|
18070
18117
|
metadata?: any;
|
|
18071
18118
|
fromMessage?: {
|
|
18072
|
-
type:
|
|
18119
|
+
type: string;
|
|
18073
18120
|
message: string;
|
|
18074
18121
|
id: string;
|
|
18075
18122
|
url: string;
|
|
@@ -18213,6 +18260,7 @@ export declare const instagramContract: {
|
|
|
18213
18260
|
lineRichMenuId?: string | null | undefined;
|
|
18214
18261
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
18215
18262
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
18263
|
+
isCSATEnabled?: boolean | undefined;
|
|
18216
18264
|
};
|
|
18217
18265
|
status: boolean;
|
|
18218
18266
|
createdAt: Date;
|
|
@@ -18504,6 +18552,7 @@ export declare const instagramContract: {
|
|
|
18504
18552
|
closedAt: Date;
|
|
18505
18553
|
lastMessageAt: Date | null;
|
|
18506
18554
|
isBotRoom: boolean;
|
|
18555
|
+
csatStatus: string | null;
|
|
18507
18556
|
cxlog: {
|
|
18508
18557
|
id: string;
|
|
18509
18558
|
channel: string | null;
|
|
@@ -18531,6 +18580,16 @@ export declare const instagramContract: {
|
|
|
18531
18580
|
createdAt: Date;
|
|
18532
18581
|
updatedAt: Date;
|
|
18533
18582
|
deletedAt: Date | null;
|
|
18583
|
+
tags: {
|
|
18584
|
+
name: string;
|
|
18585
|
+
id: string;
|
|
18586
|
+
createdAt: Date;
|
|
18587
|
+
updatedAt: Date;
|
|
18588
|
+
deletedAt: Date | null;
|
|
18589
|
+
}[];
|
|
18590
|
+
callFrom: string | null;
|
|
18591
|
+
callTo: string | null;
|
|
18592
|
+
note: string | null;
|
|
18534
18593
|
categories: {
|
|
18535
18594
|
id: string;
|
|
18536
18595
|
value: string;
|
|
@@ -18553,16 +18612,6 @@ export declare const instagramContract: {
|
|
|
18553
18612
|
}[];
|
|
18554
18613
|
}[];
|
|
18555
18614
|
}[];
|
|
18556
|
-
tags: {
|
|
18557
|
-
name: string;
|
|
18558
|
-
id: string;
|
|
18559
|
-
createdAt: Date;
|
|
18560
|
-
updatedAt: Date;
|
|
18561
|
-
deletedAt: Date | null;
|
|
18562
|
-
}[];
|
|
18563
|
-
callFrom: string | null;
|
|
18564
|
-
callTo: string | null;
|
|
18565
|
-
note: string | null;
|
|
18566
18615
|
customFields?: {
|
|
18567
18616
|
id: string;
|
|
18568
18617
|
createdAt: Date;
|
|
@@ -18622,7 +18671,7 @@ export declare const instagramContract: {
|
|
|
18622
18671
|
previewUrl: string;
|
|
18623
18672
|
imageSetId: string;
|
|
18624
18673
|
repliedMessage: {
|
|
18625
|
-
type:
|
|
18674
|
+
type: string;
|
|
18626
18675
|
message: string;
|
|
18627
18676
|
id: string;
|
|
18628
18677
|
url: string;
|
|
@@ -18917,6 +18966,7 @@ export declare const instagramContract: {
|
|
|
18917
18966
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
18918
18967
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
18919
18968
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
18969
|
+
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
18920
18970
|
}, "strip", z.ZodTypeAny, {
|
|
18921
18971
|
name: string;
|
|
18922
18972
|
id: string;
|
|
@@ -18946,6 +18996,7 @@ export declare const instagramContract: {
|
|
|
18946
18996
|
lineRichMenuId?: string | null | undefined;
|
|
18947
18997
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
18948
18998
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
18999
|
+
isCSATEnabled?: boolean | undefined;
|
|
18949
19000
|
}, {
|
|
18950
19001
|
name: string;
|
|
18951
19002
|
id: string;
|
|
@@ -18975,6 +19026,7 @@ export declare const instagramContract: {
|
|
|
18975
19026
|
lineRichMenuId?: string | null | undefined;
|
|
18976
19027
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
18977
19028
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
19029
|
+
isCSATEnabled?: boolean | undefined;
|
|
18978
19030
|
}>>;
|
|
18979
19031
|
platformId: z.ZodOptional<z.ZodString>;
|
|
18980
19032
|
brandName: z.ZodOptional<z.ZodString>;
|
|
@@ -19034,6 +19086,7 @@ export declare const instagramContract: {
|
|
|
19034
19086
|
lineRichMenuId?: string | null | undefined;
|
|
19035
19087
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
19036
19088
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
19089
|
+
isCSATEnabled?: boolean | undefined;
|
|
19037
19090
|
} | undefined;
|
|
19038
19091
|
platformId?: string | undefined;
|
|
19039
19092
|
brandName?: string | undefined;
|
|
@@ -19081,6 +19134,7 @@ export declare const instagramContract: {
|
|
|
19081
19134
|
lineRichMenuId?: string | null | undefined;
|
|
19082
19135
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
19083
19136
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
19137
|
+
isCSATEnabled?: boolean | undefined;
|
|
19084
19138
|
} | undefined;
|
|
19085
19139
|
platformId?: string | undefined;
|
|
19086
19140
|
brandName?: string | undefined;
|
|
@@ -19167,6 +19221,7 @@ export declare const instagramContract: {
|
|
|
19167
19221
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
19168
19222
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
19169
19223
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
19224
|
+
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
19170
19225
|
}, "strip", z.ZodTypeAny, {
|
|
19171
19226
|
name: string;
|
|
19172
19227
|
id: string;
|
|
@@ -19196,6 +19251,7 @@ export declare const instagramContract: {
|
|
|
19196
19251
|
lineRichMenuId?: string | null | undefined;
|
|
19197
19252
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
19198
19253
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
19254
|
+
isCSATEnabled?: boolean | undefined;
|
|
19199
19255
|
}, {
|
|
19200
19256
|
name: string;
|
|
19201
19257
|
id: string;
|
|
@@ -19225,6 +19281,7 @@ export declare const instagramContract: {
|
|
|
19225
19281
|
lineRichMenuId?: string | null | undefined;
|
|
19226
19282
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
19227
19283
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
19284
|
+
isCSATEnabled?: boolean | undefined;
|
|
19228
19285
|
}>;
|
|
19229
19286
|
platformId: z.ZodString;
|
|
19230
19287
|
brandName: z.ZodString;
|
|
@@ -19284,6 +19341,7 @@ export declare const instagramContract: {
|
|
|
19284
19341
|
lineRichMenuId?: string | null | undefined;
|
|
19285
19342
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
19286
19343
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
19344
|
+
isCSATEnabled?: boolean | undefined;
|
|
19287
19345
|
};
|
|
19288
19346
|
status: boolean;
|
|
19289
19347
|
brandName: string;
|
|
@@ -19331,6 +19389,7 @@ export declare const instagramContract: {
|
|
|
19331
19389
|
lineRichMenuId?: string | null | undefined;
|
|
19332
19390
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
19333
19391
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
19392
|
+
isCSATEnabled?: boolean | undefined;
|
|
19334
19393
|
};
|
|
19335
19394
|
status: boolean;
|
|
19336
19395
|
brandName: string;
|
|
@@ -19380,6 +19439,7 @@ export declare const instagramContract: {
|
|
|
19380
19439
|
lineRichMenuId?: string | null | undefined;
|
|
19381
19440
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
19382
19441
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
19442
|
+
isCSATEnabled?: boolean | undefined;
|
|
19383
19443
|
};
|
|
19384
19444
|
status: boolean;
|
|
19385
19445
|
brandName: string;
|
|
@@ -19430,6 +19490,7 @@ export declare const instagramContract: {
|
|
|
19430
19490
|
lineRichMenuId?: string | null | undefined;
|
|
19431
19491
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
19432
19492
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
19493
|
+
isCSATEnabled?: boolean | undefined;
|
|
19433
19494
|
};
|
|
19434
19495
|
status: boolean;
|
|
19435
19496
|
brandName: string;
|
|
@@ -19538,6 +19599,7 @@ export declare const instagramContract: {
|
|
|
19538
19599
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
19539
19600
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
19540
19601
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
19602
|
+
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
19541
19603
|
}, "strip", z.ZodTypeAny, {
|
|
19542
19604
|
name: string;
|
|
19543
19605
|
id: string;
|
|
@@ -19567,6 +19629,7 @@ export declare const instagramContract: {
|
|
|
19567
19629
|
lineRichMenuId?: string | null | undefined;
|
|
19568
19630
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
19569
19631
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
19632
|
+
isCSATEnabled?: boolean | undefined;
|
|
19570
19633
|
}, {
|
|
19571
19634
|
name: string;
|
|
19572
19635
|
id: string;
|
|
@@ -19596,6 +19659,7 @@ export declare const instagramContract: {
|
|
|
19596
19659
|
lineRichMenuId?: string | null | undefined;
|
|
19597
19660
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
19598
19661
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
19662
|
+
isCSATEnabled?: boolean | undefined;
|
|
19599
19663
|
}>>;
|
|
19600
19664
|
platformId: z.ZodOptional<z.ZodString>;
|
|
19601
19665
|
brandName: z.ZodOptional<z.ZodString>;
|
|
@@ -19655,6 +19719,7 @@ export declare const instagramContract: {
|
|
|
19655
19719
|
lineRichMenuId?: string | null | undefined;
|
|
19656
19720
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
19657
19721
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
19722
|
+
isCSATEnabled?: boolean | undefined;
|
|
19658
19723
|
} | undefined;
|
|
19659
19724
|
platformId?: string | undefined;
|
|
19660
19725
|
brandName?: string | undefined;
|
|
@@ -19702,6 +19767,7 @@ export declare const instagramContract: {
|
|
|
19702
19767
|
lineRichMenuId?: string | null | undefined;
|
|
19703
19768
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
19704
19769
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
19770
|
+
isCSATEnabled?: boolean | undefined;
|
|
19705
19771
|
} | undefined;
|
|
19706
19772
|
platformId?: string | undefined;
|
|
19707
19773
|
brandName?: string | undefined;
|
|
@@ -19788,6 +19854,7 @@ export declare const instagramContract: {
|
|
|
19788
19854
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
19789
19855
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
19790
19856
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
19857
|
+
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
19791
19858
|
}, "strip", z.ZodTypeAny, {
|
|
19792
19859
|
name: string;
|
|
19793
19860
|
id: string;
|
|
@@ -19817,6 +19884,7 @@ export declare const instagramContract: {
|
|
|
19817
19884
|
lineRichMenuId?: string | null | undefined;
|
|
19818
19885
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
19819
19886
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
19887
|
+
isCSATEnabled?: boolean | undefined;
|
|
19820
19888
|
}, {
|
|
19821
19889
|
name: string;
|
|
19822
19890
|
id: string;
|
|
@@ -19846,6 +19914,7 @@ export declare const instagramContract: {
|
|
|
19846
19914
|
lineRichMenuId?: string | null | undefined;
|
|
19847
19915
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
19848
19916
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
19917
|
+
isCSATEnabled?: boolean | undefined;
|
|
19849
19918
|
}>;
|
|
19850
19919
|
platformId: z.ZodString;
|
|
19851
19920
|
brandName: z.ZodString;
|
|
@@ -19905,6 +19974,7 @@ export declare const instagramContract: {
|
|
|
19905
19974
|
lineRichMenuId?: string | null | undefined;
|
|
19906
19975
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
19907
19976
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
19977
|
+
isCSATEnabled?: boolean | undefined;
|
|
19908
19978
|
};
|
|
19909
19979
|
status: boolean;
|
|
19910
19980
|
brandName: string;
|
|
@@ -19952,6 +20022,7 @@ export declare const instagramContract: {
|
|
|
19952
20022
|
lineRichMenuId?: string | null | undefined;
|
|
19953
20023
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
19954
20024
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
20025
|
+
isCSATEnabled?: boolean | undefined;
|
|
19955
20026
|
};
|
|
19956
20027
|
status: boolean;
|
|
19957
20028
|
brandName: string;
|
|
@@ -20001,6 +20072,7 @@ export declare const instagramContract: {
|
|
|
20001
20072
|
lineRichMenuId?: string | null | undefined;
|
|
20002
20073
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
20003
20074
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
20075
|
+
isCSATEnabled?: boolean | undefined;
|
|
20004
20076
|
};
|
|
20005
20077
|
status: boolean;
|
|
20006
20078
|
brandName: string;
|
|
@@ -20051,6 +20123,7 @@ export declare const instagramContract: {
|
|
|
20051
20123
|
lineRichMenuId?: string | null | undefined;
|
|
20052
20124
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
20053
20125
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
20126
|
+
isCSATEnabled?: boolean | undefined;
|
|
20054
20127
|
};
|
|
20055
20128
|
status: boolean;
|
|
20056
20129
|
brandName: string;
|
|
@@ -20171,6 +20244,7 @@ export declare const instagramContract: {
|
|
|
20171
20244
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
20172
20245
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
20173
20246
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
20247
|
+
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
20174
20248
|
}, "strip", z.ZodTypeAny, {
|
|
20175
20249
|
name: string;
|
|
20176
20250
|
id: string;
|
|
@@ -20200,6 +20274,7 @@ export declare const instagramContract: {
|
|
|
20200
20274
|
lineRichMenuId?: string | null | undefined;
|
|
20201
20275
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
20202
20276
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
20277
|
+
isCSATEnabled?: boolean | undefined;
|
|
20203
20278
|
}, {
|
|
20204
20279
|
name: string;
|
|
20205
20280
|
id: string;
|
|
@@ -20229,6 +20304,7 @@ export declare const instagramContract: {
|
|
|
20229
20304
|
lineRichMenuId?: string | null | undefined;
|
|
20230
20305
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
20231
20306
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
20307
|
+
isCSATEnabled?: boolean | undefined;
|
|
20232
20308
|
}>;
|
|
20233
20309
|
platformId: z.ZodString;
|
|
20234
20310
|
brandName: z.ZodString;
|
|
@@ -20288,6 +20364,7 @@ export declare const instagramContract: {
|
|
|
20288
20364
|
lineRichMenuId?: string | null | undefined;
|
|
20289
20365
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
20290
20366
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
20367
|
+
isCSATEnabled?: boolean | undefined;
|
|
20291
20368
|
};
|
|
20292
20369
|
status: boolean;
|
|
20293
20370
|
brandName: string;
|
|
@@ -20335,6 +20412,7 @@ export declare const instagramContract: {
|
|
|
20335
20412
|
lineRichMenuId?: string | null | undefined;
|
|
20336
20413
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
20337
20414
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
20415
|
+
isCSATEnabled?: boolean | undefined;
|
|
20338
20416
|
};
|
|
20339
20417
|
status: boolean;
|
|
20340
20418
|
brandName: string;
|
|
@@ -20384,6 +20462,7 @@ export declare const instagramContract: {
|
|
|
20384
20462
|
lineRichMenuId?: string | null | undefined;
|
|
20385
20463
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
20386
20464
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
20465
|
+
isCSATEnabled?: boolean | undefined;
|
|
20387
20466
|
};
|
|
20388
20467
|
status: boolean;
|
|
20389
20468
|
brandName: string;
|
|
@@ -20434,6 +20513,7 @@ export declare const instagramContract: {
|
|
|
20434
20513
|
lineRichMenuId?: string | null | undefined;
|
|
20435
20514
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
20436
20515
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
20516
|
+
isCSATEnabled?: boolean | undefined;
|
|
20437
20517
|
};
|
|
20438
20518
|
status: boolean;
|
|
20439
20519
|
brandName: string;
|
|
@@ -20554,6 +20634,7 @@ export declare const instagramContract: {
|
|
|
20554
20634
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
20555
20635
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
20556
20636
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
20637
|
+
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
20557
20638
|
}, "strip", z.ZodTypeAny, {
|
|
20558
20639
|
name: string;
|
|
20559
20640
|
id: string;
|
|
@@ -20583,6 +20664,7 @@ export declare const instagramContract: {
|
|
|
20583
20664
|
lineRichMenuId?: string | null | undefined;
|
|
20584
20665
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
20585
20666
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
20667
|
+
isCSATEnabled?: boolean | undefined;
|
|
20586
20668
|
}, {
|
|
20587
20669
|
name: string;
|
|
20588
20670
|
id: string;
|
|
@@ -20612,6 +20694,7 @@ export declare const instagramContract: {
|
|
|
20612
20694
|
lineRichMenuId?: string | null | undefined;
|
|
20613
20695
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
20614
20696
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
20697
|
+
isCSATEnabled?: boolean | undefined;
|
|
20615
20698
|
}>;
|
|
20616
20699
|
platformId: z.ZodString;
|
|
20617
20700
|
brandName: z.ZodString;
|
|
@@ -20671,6 +20754,7 @@ export declare const instagramContract: {
|
|
|
20671
20754
|
lineRichMenuId?: string | null | undefined;
|
|
20672
20755
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
20673
20756
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
20757
|
+
isCSATEnabled?: boolean | undefined;
|
|
20674
20758
|
};
|
|
20675
20759
|
status: boolean;
|
|
20676
20760
|
brandName: string;
|
|
@@ -20718,6 +20802,7 @@ export declare const instagramContract: {
|
|
|
20718
20802
|
lineRichMenuId?: string | null | undefined;
|
|
20719
20803
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
20720
20804
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
20805
|
+
isCSATEnabled?: boolean | undefined;
|
|
20721
20806
|
};
|
|
20722
20807
|
status: boolean;
|
|
20723
20808
|
brandName: string;
|
|
@@ -20767,6 +20852,7 @@ export declare const instagramContract: {
|
|
|
20767
20852
|
lineRichMenuId?: string | null | undefined;
|
|
20768
20853
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
20769
20854
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
20855
|
+
isCSATEnabled?: boolean | undefined;
|
|
20770
20856
|
};
|
|
20771
20857
|
status: boolean;
|
|
20772
20858
|
brandName: string;
|
|
@@ -20817,6 +20903,7 @@ export declare const instagramContract: {
|
|
|
20817
20903
|
lineRichMenuId?: string | null | undefined;
|
|
20818
20904
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
20819
20905
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
20906
|
+
isCSATEnabled?: boolean | undefined;
|
|
20820
20907
|
};
|
|
20821
20908
|
status: boolean;
|
|
20822
20909
|
brandName: string;
|
|
@@ -20925,6 +21012,7 @@ export declare const instagramContract: {
|
|
|
20925
21012
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
20926
21013
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
20927
21014
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
21015
|
+
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
20928
21016
|
}, "strip", z.ZodTypeAny, {
|
|
20929
21017
|
name: string;
|
|
20930
21018
|
id: string;
|
|
@@ -20954,6 +21042,7 @@ export declare const instagramContract: {
|
|
|
20954
21042
|
lineRichMenuId?: string | null | undefined;
|
|
20955
21043
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
20956
21044
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
21045
|
+
isCSATEnabled?: boolean | undefined;
|
|
20957
21046
|
}, {
|
|
20958
21047
|
name: string;
|
|
20959
21048
|
id: string;
|
|
@@ -20983,6 +21072,7 @@ export declare const instagramContract: {
|
|
|
20983
21072
|
lineRichMenuId?: string | null | undefined;
|
|
20984
21073
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
20985
21074
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
21075
|
+
isCSATEnabled?: boolean | undefined;
|
|
20986
21076
|
}>>;
|
|
20987
21077
|
platformId: z.ZodOptional<z.ZodString>;
|
|
20988
21078
|
brandName: z.ZodOptional<z.ZodString>;
|
|
@@ -21042,6 +21132,7 @@ export declare const instagramContract: {
|
|
|
21042
21132
|
lineRichMenuId?: string | null | undefined;
|
|
21043
21133
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
21044
21134
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
21135
|
+
isCSATEnabled?: boolean | undefined;
|
|
21045
21136
|
} | undefined;
|
|
21046
21137
|
platformId?: string | undefined;
|
|
21047
21138
|
brandName?: string | undefined;
|
|
@@ -21089,6 +21180,7 @@ export declare const instagramContract: {
|
|
|
21089
21180
|
lineRichMenuId?: string | null | undefined;
|
|
21090
21181
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
21091
21182
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
21183
|
+
isCSATEnabled?: boolean | undefined;
|
|
21092
21184
|
} | undefined;
|
|
21093
21185
|
platformId?: string | undefined;
|
|
21094
21186
|
brandName?: string | undefined;
|
|
@@ -21175,6 +21267,7 @@ export declare const instagramContract: {
|
|
|
21175
21267
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
21176
21268
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
21177
21269
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
21270
|
+
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
21178
21271
|
}, "strip", z.ZodTypeAny, {
|
|
21179
21272
|
name: string;
|
|
21180
21273
|
id: string;
|
|
@@ -21204,6 +21297,7 @@ export declare const instagramContract: {
|
|
|
21204
21297
|
lineRichMenuId?: string | null | undefined;
|
|
21205
21298
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
21206
21299
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
21300
|
+
isCSATEnabled?: boolean | undefined;
|
|
21207
21301
|
}, {
|
|
21208
21302
|
name: string;
|
|
21209
21303
|
id: string;
|
|
@@ -21233,6 +21327,7 @@ export declare const instagramContract: {
|
|
|
21233
21327
|
lineRichMenuId?: string | null | undefined;
|
|
21234
21328
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
21235
21329
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
21330
|
+
isCSATEnabled?: boolean | undefined;
|
|
21236
21331
|
}>;
|
|
21237
21332
|
platformId: z.ZodString;
|
|
21238
21333
|
brandName: z.ZodString;
|
|
@@ -21292,6 +21387,7 @@ export declare const instagramContract: {
|
|
|
21292
21387
|
lineRichMenuId?: string | null | undefined;
|
|
21293
21388
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
21294
21389
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
21390
|
+
isCSATEnabled?: boolean | undefined;
|
|
21295
21391
|
};
|
|
21296
21392
|
status: boolean;
|
|
21297
21393
|
brandName: string;
|
|
@@ -21339,6 +21435,7 @@ export declare const instagramContract: {
|
|
|
21339
21435
|
lineRichMenuId?: string | null | undefined;
|
|
21340
21436
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
21341
21437
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
21438
|
+
isCSATEnabled?: boolean | undefined;
|
|
21342
21439
|
};
|
|
21343
21440
|
status: boolean;
|
|
21344
21441
|
brandName: string;
|
|
@@ -21388,6 +21485,7 @@ export declare const instagramContract: {
|
|
|
21388
21485
|
lineRichMenuId?: string | null | undefined;
|
|
21389
21486
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
21390
21487
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
21488
|
+
isCSATEnabled?: boolean | undefined;
|
|
21391
21489
|
};
|
|
21392
21490
|
status: boolean;
|
|
21393
21491
|
brandName: string;
|
|
@@ -21438,6 +21536,7 @@ export declare const instagramContract: {
|
|
|
21438
21536
|
lineRichMenuId?: string | null | undefined;
|
|
21439
21537
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
21440
21538
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
21539
|
+
isCSATEnabled?: boolean | undefined;
|
|
21441
21540
|
};
|
|
21442
21541
|
status: boolean;
|
|
21443
21542
|
brandName: string;
|