@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 lineContract: {
|
|
|
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
|
platformContact: z.ZodObject<{
|
|
16
16
|
channelId: z.ZodString;
|
|
17
17
|
socialPlatformId: z.ZodNullable<z.ZodString>;
|
|
@@ -174,6 +174,7 @@ export declare const lineContract: {
|
|
|
174
174
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
175
175
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
176
176
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
177
|
+
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
177
178
|
}, "strip", z.ZodTypeAny, {
|
|
178
179
|
name: string;
|
|
179
180
|
id: string;
|
|
@@ -203,6 +204,7 @@ export declare const lineContract: {
|
|
|
203
204
|
lineRichMenuId?: string | null | undefined;
|
|
204
205
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
205
206
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
207
|
+
isCSATEnabled?: boolean | undefined;
|
|
206
208
|
}, {
|
|
207
209
|
name: string;
|
|
208
210
|
id: string;
|
|
@@ -232,6 +234,7 @@ export declare const lineContract: {
|
|
|
232
234
|
lineRichMenuId?: string | null | undefined;
|
|
233
235
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
234
236
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
237
|
+
isCSATEnabled?: boolean | undefined;
|
|
235
238
|
}>;
|
|
236
239
|
platformId: z.ZodString;
|
|
237
240
|
brandName: z.ZodString;
|
|
@@ -291,6 +294,7 @@ export declare const lineContract: {
|
|
|
291
294
|
lineRichMenuId?: string | null | undefined;
|
|
292
295
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
293
296
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
297
|
+
isCSATEnabled?: boolean | undefined;
|
|
294
298
|
};
|
|
295
299
|
status: boolean;
|
|
296
300
|
brandName: string;
|
|
@@ -338,6 +342,7 @@ export declare const lineContract: {
|
|
|
338
342
|
lineRichMenuId?: string | null | undefined;
|
|
339
343
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
340
344
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
345
|
+
isCSATEnabled?: boolean | undefined;
|
|
341
346
|
};
|
|
342
347
|
status: boolean;
|
|
343
348
|
brandName: string;
|
|
@@ -388,6 +393,7 @@ export declare const lineContract: {
|
|
|
388
393
|
lineRichMenuId?: string | null | undefined;
|
|
389
394
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
390
395
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
396
|
+
isCSATEnabled?: boolean | undefined;
|
|
391
397
|
};
|
|
392
398
|
status: boolean;
|
|
393
399
|
brandName: string;
|
|
@@ -467,6 +473,7 @@ export declare const lineContract: {
|
|
|
467
473
|
lineRichMenuId?: string | null | undefined;
|
|
468
474
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
469
475
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
476
|
+
isCSATEnabled?: boolean | undefined;
|
|
470
477
|
};
|
|
471
478
|
status: boolean;
|
|
472
479
|
brandName: string;
|
|
@@ -514,8 +521,8 @@ export declare const lineContract: {
|
|
|
514
521
|
}>;
|
|
515
522
|
message: z.ZodObject<{
|
|
516
523
|
message: z.ZodOptional<z.ZodString>;
|
|
517
|
-
direction: z.
|
|
518
|
-
type: z.
|
|
524
|
+
direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
|
|
525
|
+
type: z.ZodUnion<[z.ZodLiteral<string>, z.ZodLiteral<string>, ...z.ZodLiteral<string>[]]>;
|
|
519
526
|
readAt: z.ZodOptional<z.ZodDate>;
|
|
520
527
|
metadata: z.ZodOptional<z.ZodAny>;
|
|
521
528
|
platformId: z.ZodOptional<z.ZodString>;
|
|
@@ -559,7 +566,7 @@ export declare const lineContract: {
|
|
|
559
566
|
phone: string | null;
|
|
560
567
|
}>;
|
|
561
568
|
}, "strip", z.ZodTypeAny, {
|
|
562
|
-
type:
|
|
569
|
+
type: string;
|
|
563
570
|
direction: "incoming" | "outgoing" | "system";
|
|
564
571
|
sender: {
|
|
565
572
|
name: string;
|
|
@@ -585,7 +592,7 @@ export declare const lineContract: {
|
|
|
585
592
|
fileSize: number;
|
|
586
593
|
} | undefined;
|
|
587
594
|
}, {
|
|
588
|
-
type:
|
|
595
|
+
type: string;
|
|
589
596
|
direction: "incoming" | "outgoing" | "system";
|
|
590
597
|
sender: {
|
|
591
598
|
name: string;
|
|
@@ -613,7 +620,7 @@ export declare const lineContract: {
|
|
|
613
620
|
}>;
|
|
614
621
|
}, "strip", z.ZodTypeAny, {
|
|
615
622
|
message: {
|
|
616
|
-
type:
|
|
623
|
+
type: string;
|
|
617
624
|
direction: "incoming" | "outgoing" | "system";
|
|
618
625
|
sender: {
|
|
619
626
|
name: string;
|
|
@@ -674,6 +681,7 @@ export declare const lineContract: {
|
|
|
674
681
|
lineRichMenuId?: string | null | undefined;
|
|
675
682
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
676
683
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
684
|
+
isCSATEnabled?: boolean | undefined;
|
|
677
685
|
};
|
|
678
686
|
status: boolean;
|
|
679
687
|
brandName: string;
|
|
@@ -723,7 +731,7 @@ export declare const lineContract: {
|
|
|
723
731
|
stickerId: number;
|
|
724
732
|
}, {
|
|
725
733
|
message: {
|
|
726
|
-
type:
|
|
734
|
+
type: string;
|
|
727
735
|
direction: "incoming" | "outgoing" | "system";
|
|
728
736
|
sender: {
|
|
729
737
|
name: string;
|
|
@@ -784,6 +792,7 @@ export declare const lineContract: {
|
|
|
784
792
|
lineRichMenuId?: string | null | undefined;
|
|
785
793
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
786
794
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
795
|
+
isCSATEnabled?: boolean | undefined;
|
|
787
796
|
};
|
|
788
797
|
status: boolean;
|
|
789
798
|
brandName: string;
|
|
@@ -983,6 +992,7 @@ export declare const lineContract: {
|
|
|
983
992
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
984
993
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
985
994
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
995
|
+
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
986
996
|
}, "strip", z.ZodTypeAny, {
|
|
987
997
|
name: string;
|
|
988
998
|
id: string;
|
|
@@ -1012,6 +1022,7 @@ export declare const lineContract: {
|
|
|
1012
1022
|
lineRichMenuId?: string | null | undefined;
|
|
1013
1023
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1014
1024
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
1025
|
+
isCSATEnabled?: boolean | undefined;
|
|
1015
1026
|
}, {
|
|
1016
1027
|
name: string;
|
|
1017
1028
|
id: string;
|
|
@@ -1041,6 +1052,7 @@ export declare const lineContract: {
|
|
|
1041
1052
|
lineRichMenuId?: string | null | undefined;
|
|
1042
1053
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1043
1054
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
1055
|
+
isCSATEnabled?: boolean | undefined;
|
|
1044
1056
|
}>;
|
|
1045
1057
|
platformId: z.ZodString;
|
|
1046
1058
|
brandName: z.ZodString;
|
|
@@ -1100,6 +1112,7 @@ export declare const lineContract: {
|
|
|
1100
1112
|
lineRichMenuId?: string | null | undefined;
|
|
1101
1113
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1102
1114
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
1115
|
+
isCSATEnabled?: boolean | undefined;
|
|
1103
1116
|
};
|
|
1104
1117
|
status: boolean;
|
|
1105
1118
|
brandName: string;
|
|
@@ -1147,6 +1160,7 @@ export declare const lineContract: {
|
|
|
1147
1160
|
lineRichMenuId?: string | null | undefined;
|
|
1148
1161
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1149
1162
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
1163
|
+
isCSATEnabled?: boolean | undefined;
|
|
1150
1164
|
};
|
|
1151
1165
|
status: boolean;
|
|
1152
1166
|
brandName: string;
|
|
@@ -1196,6 +1210,7 @@ export declare const lineContract: {
|
|
|
1196
1210
|
lineRichMenuId?: string | null | undefined;
|
|
1197
1211
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1198
1212
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
1213
|
+
isCSATEnabled?: boolean | undefined;
|
|
1199
1214
|
};
|
|
1200
1215
|
status: boolean;
|
|
1201
1216
|
brandName: string;
|
|
@@ -1246,6 +1261,7 @@ export declare const lineContract: {
|
|
|
1246
1261
|
lineRichMenuId?: string | null | undefined;
|
|
1247
1262
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1248
1263
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
1264
|
+
isCSATEnabled?: boolean | undefined;
|
|
1249
1265
|
};
|
|
1250
1266
|
status: boolean;
|
|
1251
1267
|
brandName: string;
|
|
@@ -1294,7 +1310,7 @@ export declare const lineContract: {
|
|
|
1294
1310
|
lastMessage: z.ZodOptional<z.ZodString>;
|
|
1295
1311
|
handleTime: z.ZodOptional<z.ZodNumber>;
|
|
1296
1312
|
isLatest: z.ZodBoolean;
|
|
1297
|
-
direction: z.
|
|
1313
|
+
direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
|
|
1298
1314
|
metadata: z.ZodOptional<z.ZodAny>;
|
|
1299
1315
|
createdAt: z.ZodString;
|
|
1300
1316
|
updatedAt: z.ZodString;
|
|
@@ -1479,6 +1495,7 @@ export declare const lineContract: {
|
|
|
1479
1495
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1480
1496
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
1481
1497
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
1498
|
+
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
1482
1499
|
}, "strip", z.ZodTypeAny, {
|
|
1483
1500
|
name: string;
|
|
1484
1501
|
id: string;
|
|
@@ -1508,6 +1525,7 @@ export declare const lineContract: {
|
|
|
1508
1525
|
lineRichMenuId?: string | null | undefined;
|
|
1509
1526
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1510
1527
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
1528
|
+
isCSATEnabled?: boolean | undefined;
|
|
1511
1529
|
}, {
|
|
1512
1530
|
name: string;
|
|
1513
1531
|
id: string;
|
|
@@ -1537,6 +1555,7 @@ export declare const lineContract: {
|
|
|
1537
1555
|
lineRichMenuId?: string | null | undefined;
|
|
1538
1556
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1539
1557
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
1558
|
+
isCSATEnabled?: boolean | undefined;
|
|
1540
1559
|
}>;
|
|
1541
1560
|
platformId: z.ZodString;
|
|
1542
1561
|
brandName: z.ZodString;
|
|
@@ -1596,6 +1615,7 @@ export declare const lineContract: {
|
|
|
1596
1615
|
lineRichMenuId?: string | null | undefined;
|
|
1597
1616
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1598
1617
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
1618
|
+
isCSATEnabled?: boolean | undefined;
|
|
1599
1619
|
};
|
|
1600
1620
|
status: boolean;
|
|
1601
1621
|
brandName: string;
|
|
@@ -1643,6 +1663,7 @@ export declare const lineContract: {
|
|
|
1643
1663
|
lineRichMenuId?: string | null | undefined;
|
|
1644
1664
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1645
1665
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
1666
|
+
isCSATEnabled?: boolean | undefined;
|
|
1646
1667
|
};
|
|
1647
1668
|
status: boolean;
|
|
1648
1669
|
brandName: string;
|
|
@@ -1695,6 +1716,7 @@ export declare const lineContract: {
|
|
|
1695
1716
|
lineRichMenuId?: string | null | undefined;
|
|
1696
1717
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1697
1718
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
1719
|
+
isCSATEnabled?: boolean | undefined;
|
|
1698
1720
|
};
|
|
1699
1721
|
status: boolean;
|
|
1700
1722
|
brandName: string;
|
|
@@ -1786,6 +1808,7 @@ export declare const lineContract: {
|
|
|
1786
1808
|
lineRichMenuId?: string | null | undefined;
|
|
1787
1809
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1788
1810
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
1811
|
+
isCSATEnabled?: boolean | undefined;
|
|
1789
1812
|
};
|
|
1790
1813
|
status: boolean;
|
|
1791
1814
|
brandName: string;
|
|
@@ -1846,8 +1869,8 @@ export declare const lineContract: {
|
|
|
1846
1869
|
message: z.ZodObject<{
|
|
1847
1870
|
id: z.ZodOptional<z.ZodString>;
|
|
1848
1871
|
message: z.ZodOptional<z.ZodString>;
|
|
1849
|
-
direction: z.
|
|
1850
|
-
type: z.
|
|
1872
|
+
direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
|
|
1873
|
+
type: z.ZodUnion<[z.ZodLiteral<string>, z.ZodLiteral<string>, ...z.ZodLiteral<string>[]]>;
|
|
1851
1874
|
readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
|
1852
1875
|
metadata: z.ZodOptional<z.ZodAny>;
|
|
1853
1876
|
platformId: z.ZodOptional<z.ZodString>;
|
|
@@ -1903,7 +1926,7 @@ export declare const lineContract: {
|
|
|
1903
1926
|
editedAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
|
1904
1927
|
label: z.ZodOptional<z.ZodString>;
|
|
1905
1928
|
}, "strip", z.ZodTypeAny, {
|
|
1906
|
-
type:
|
|
1929
|
+
type: string;
|
|
1907
1930
|
direction: "incoming" | "outgoing" | "system";
|
|
1908
1931
|
id?: string | undefined;
|
|
1909
1932
|
message?: string | undefined;
|
|
@@ -1938,7 +1961,7 @@ export declare const lineContract: {
|
|
|
1938
1961
|
editedAt?: string | Date | null | undefined;
|
|
1939
1962
|
label?: string | undefined;
|
|
1940
1963
|
}, {
|
|
1941
|
-
type:
|
|
1964
|
+
type: string;
|
|
1942
1965
|
direction: "incoming" | "outgoing" | "system";
|
|
1943
1966
|
id?: string | undefined;
|
|
1944
1967
|
message?: string | undefined;
|
|
@@ -1975,7 +1998,7 @@ export declare const lineContract: {
|
|
|
1975
1998
|
}>;
|
|
1976
1999
|
}, "strip", z.ZodTypeAny, {
|
|
1977
2000
|
message: {
|
|
1978
|
-
type:
|
|
2001
|
+
type: string;
|
|
1979
2002
|
direction: "incoming" | "outgoing" | "system";
|
|
1980
2003
|
id?: string | undefined;
|
|
1981
2004
|
message?: string | undefined;
|
|
@@ -2045,6 +2068,7 @@ export declare const lineContract: {
|
|
|
2045
2068
|
lineRichMenuId?: string | null | undefined;
|
|
2046
2069
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
2047
2070
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
2071
|
+
isCSATEnabled?: boolean | undefined;
|
|
2048
2072
|
};
|
|
2049
2073
|
status: boolean;
|
|
2050
2074
|
brandName: string;
|
|
@@ -2105,7 +2129,7 @@ export declare const lineContract: {
|
|
|
2105
2129
|
isBot: boolean | null;
|
|
2106
2130
|
}, {
|
|
2107
2131
|
message: {
|
|
2108
|
-
type:
|
|
2132
|
+
type: string;
|
|
2109
2133
|
direction: "incoming" | "outgoing" | "system";
|
|
2110
2134
|
id?: string | undefined;
|
|
2111
2135
|
message?: string | undefined;
|
|
@@ -2175,6 +2199,7 @@ export declare const lineContract: {
|
|
|
2175
2199
|
lineRichMenuId?: string | null | undefined;
|
|
2176
2200
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
2177
2201
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
2202
|
+
isCSATEnabled?: boolean | undefined;
|
|
2178
2203
|
};
|
|
2179
2204
|
status: boolean;
|
|
2180
2205
|
brandName: string;
|
|
@@ -2239,11 +2264,11 @@ export declare const lineContract: {
|
|
|
2239
2264
|
200: z.ZodUnion<[z.ZodObject<{
|
|
2240
2265
|
requestId: z.ZodString;
|
|
2241
2266
|
data: z.ZodObject<{
|
|
2242
|
-
type: z.
|
|
2267
|
+
type: z.ZodUnion<[z.ZodLiteral<string>, z.ZodLiteral<string>, ...z.ZodLiteral<string>[]]>;
|
|
2243
2268
|
message: z.ZodString;
|
|
2244
2269
|
id: z.ZodString;
|
|
2245
2270
|
url: z.ZodString;
|
|
2246
|
-
direction: z.
|
|
2271
|
+
direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
|
|
2247
2272
|
label: z.ZodOptional<z.ZodString>;
|
|
2248
2273
|
template: z.ZodAny;
|
|
2249
2274
|
metadata: z.ZodAny;
|
|
@@ -2708,7 +2733,7 @@ export declare const lineContract: {
|
|
|
2708
2733
|
firstResponseTime: z.ZodNumber;
|
|
2709
2734
|
isLatest: z.ZodBoolean;
|
|
2710
2735
|
isBotRoom: z.ZodBoolean;
|
|
2711
|
-
direction: z.
|
|
2736
|
+
direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
|
|
2712
2737
|
platformContact: z.ZodObject<{
|
|
2713
2738
|
id: z.ZodString;
|
|
2714
2739
|
createdAt: z.ZodDate;
|
|
@@ -3756,6 +3781,7 @@ export declare const lineContract: {
|
|
|
3756
3781
|
channelId: string;
|
|
3757
3782
|
socialPlatformId: string;
|
|
3758
3783
|
}>;
|
|
3784
|
+
csatStatus: z.ZodNullable<z.ZodString>;
|
|
3759
3785
|
actor: z.ZodObject<{
|
|
3760
3786
|
id: z.ZodString;
|
|
3761
3787
|
createdAt: z.ZodDate;
|
|
@@ -4234,6 +4260,7 @@ export declare const lineContract: {
|
|
|
4234
4260
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
4235
4261
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
4236
4262
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
4263
|
+
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
4237
4264
|
}, "strip", z.ZodTypeAny, {
|
|
4238
4265
|
name: string;
|
|
4239
4266
|
id: string;
|
|
@@ -4263,6 +4290,7 @@ export declare const lineContract: {
|
|
|
4263
4290
|
lineRichMenuId?: string | null | undefined;
|
|
4264
4291
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
4265
4292
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
4293
|
+
isCSATEnabled?: boolean | undefined;
|
|
4266
4294
|
}, {
|
|
4267
4295
|
name: string;
|
|
4268
4296
|
id: string;
|
|
@@ -4292,6 +4320,7 @@ export declare const lineContract: {
|
|
|
4292
4320
|
lineRichMenuId?: string | null | undefined;
|
|
4293
4321
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
4294
4322
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
4323
|
+
isCSATEnabled?: boolean | undefined;
|
|
4295
4324
|
}>;
|
|
4296
4325
|
brandName: z.ZodString;
|
|
4297
4326
|
platformId: z.ZodString;
|
|
@@ -4555,6 +4584,7 @@ export declare const lineContract: {
|
|
|
4555
4584
|
lineRichMenuId?: string | null | undefined;
|
|
4556
4585
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
4557
4586
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
4587
|
+
isCSATEnabled?: boolean | undefined;
|
|
4558
4588
|
};
|
|
4559
4589
|
status: boolean;
|
|
4560
4590
|
createdAt: Date;
|
|
@@ -4649,6 +4679,7 @@ export declare const lineContract: {
|
|
|
4649
4679
|
lineRichMenuId?: string | null | undefined;
|
|
4650
4680
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
4651
4681
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
4682
|
+
isCSATEnabled?: boolean | undefined;
|
|
4652
4683
|
};
|
|
4653
4684
|
status: boolean;
|
|
4654
4685
|
createdAt: Date;
|
|
@@ -4901,6 +4932,16 @@ export declare const lineContract: {
|
|
|
4901
4932
|
createdAt: Date;
|
|
4902
4933
|
updatedAt: Date;
|
|
4903
4934
|
deletedAt: Date | null;
|
|
4935
|
+
tags: {
|
|
4936
|
+
name: string;
|
|
4937
|
+
id: string;
|
|
4938
|
+
createdAt: Date;
|
|
4939
|
+
updatedAt: Date;
|
|
4940
|
+
deletedAt: Date | null;
|
|
4941
|
+
}[];
|
|
4942
|
+
callFrom: string | null;
|
|
4943
|
+
callTo: string | null;
|
|
4944
|
+
note: string | null;
|
|
4904
4945
|
categories: {
|
|
4905
4946
|
id: string;
|
|
4906
4947
|
value: string;
|
|
@@ -4923,16 +4964,6 @@ export declare const lineContract: {
|
|
|
4923
4964
|
}[];
|
|
4924
4965
|
}[];
|
|
4925
4966
|
}[];
|
|
4926
|
-
tags: {
|
|
4927
|
-
name: string;
|
|
4928
|
-
id: string;
|
|
4929
|
-
createdAt: Date;
|
|
4930
|
-
updatedAt: Date;
|
|
4931
|
-
deletedAt: Date | null;
|
|
4932
|
-
}[];
|
|
4933
|
-
callFrom: string | null;
|
|
4934
|
-
callTo: string | null;
|
|
4935
|
-
note: string | null;
|
|
4936
4967
|
customFields?: {
|
|
4937
4968
|
id: string;
|
|
4938
4969
|
createdAt: Date;
|
|
@@ -4952,6 +4983,16 @@ export declare const lineContract: {
|
|
|
4952
4983
|
createdAt: Date;
|
|
4953
4984
|
updatedAt: Date;
|
|
4954
4985
|
deletedAt: Date | null;
|
|
4986
|
+
tags: {
|
|
4987
|
+
name: string;
|
|
4988
|
+
id: string;
|
|
4989
|
+
createdAt: Date;
|
|
4990
|
+
updatedAt: Date;
|
|
4991
|
+
deletedAt: Date | null;
|
|
4992
|
+
}[];
|
|
4993
|
+
callFrom: string | null;
|
|
4994
|
+
callTo: string | null;
|
|
4995
|
+
note: string | null;
|
|
4955
4996
|
categories: {
|
|
4956
4997
|
id: string;
|
|
4957
4998
|
value: string;
|
|
@@ -4974,16 +5015,6 @@ export declare const lineContract: {
|
|
|
4974
5015
|
}[];
|
|
4975
5016
|
}[];
|
|
4976
5017
|
}[];
|
|
4977
|
-
tags: {
|
|
4978
|
-
name: string;
|
|
4979
|
-
id: string;
|
|
4980
|
-
createdAt: Date;
|
|
4981
|
-
updatedAt: Date;
|
|
4982
|
-
deletedAt: Date | null;
|
|
4983
|
-
}[];
|
|
4984
|
-
callFrom: string | null;
|
|
4985
|
-
callTo: string | null;
|
|
4986
|
-
note: string | null;
|
|
4987
5018
|
customFields?: {
|
|
4988
5019
|
id: string;
|
|
4989
5020
|
createdAt: Date;
|
|
@@ -5092,6 +5123,16 @@ export declare const lineContract: {
|
|
|
5092
5123
|
createdAt: Date;
|
|
5093
5124
|
updatedAt: Date;
|
|
5094
5125
|
deletedAt: Date | null;
|
|
5126
|
+
tags: {
|
|
5127
|
+
name: string;
|
|
5128
|
+
id: string;
|
|
5129
|
+
createdAt: Date;
|
|
5130
|
+
updatedAt: Date;
|
|
5131
|
+
deletedAt: Date | null;
|
|
5132
|
+
}[];
|
|
5133
|
+
callFrom: string | null;
|
|
5134
|
+
callTo: string | null;
|
|
5135
|
+
note: string | null;
|
|
5095
5136
|
categories: {
|
|
5096
5137
|
id: string;
|
|
5097
5138
|
value: string;
|
|
@@ -5114,16 +5155,6 @@ export declare const lineContract: {
|
|
|
5114
5155
|
}[];
|
|
5115
5156
|
}[];
|
|
5116
5157
|
}[];
|
|
5117
|
-
tags: {
|
|
5118
|
-
name: string;
|
|
5119
|
-
id: string;
|
|
5120
|
-
createdAt: Date;
|
|
5121
|
-
updatedAt: Date;
|
|
5122
|
-
deletedAt: Date | null;
|
|
5123
|
-
}[];
|
|
5124
|
-
callFrom: string | null;
|
|
5125
|
-
callTo: string | null;
|
|
5126
|
-
note: string | null;
|
|
5127
5158
|
customFields?: {
|
|
5128
5159
|
id: string;
|
|
5129
5160
|
createdAt: Date;
|
|
@@ -5182,6 +5213,16 @@ export declare const lineContract: {
|
|
|
5182
5213
|
createdAt: Date;
|
|
5183
5214
|
updatedAt: Date;
|
|
5184
5215
|
deletedAt: Date | null;
|
|
5216
|
+
tags: {
|
|
5217
|
+
name: string;
|
|
5218
|
+
id: string;
|
|
5219
|
+
createdAt: Date;
|
|
5220
|
+
updatedAt: Date;
|
|
5221
|
+
deletedAt: Date | null;
|
|
5222
|
+
}[];
|
|
5223
|
+
callFrom: string | null;
|
|
5224
|
+
callTo: string | null;
|
|
5225
|
+
note: string | null;
|
|
5185
5226
|
categories: {
|
|
5186
5227
|
id: string;
|
|
5187
5228
|
value: string;
|
|
@@ -5204,16 +5245,6 @@ export declare const lineContract: {
|
|
|
5204
5245
|
}[];
|
|
5205
5246
|
}[];
|
|
5206
5247
|
}[];
|
|
5207
|
-
tags: {
|
|
5208
|
-
name: string;
|
|
5209
|
-
id: string;
|
|
5210
|
-
createdAt: Date;
|
|
5211
|
-
updatedAt: Date;
|
|
5212
|
-
deletedAt: Date | null;
|
|
5213
|
-
}[];
|
|
5214
|
-
callFrom: string | null;
|
|
5215
|
-
callTo: string | null;
|
|
5216
|
-
note: string | null;
|
|
5217
5248
|
customFields?: {
|
|
5218
5249
|
id: string;
|
|
5219
5250
|
createdAt: Date;
|
|
@@ -5307,6 +5338,7 @@ export declare const lineContract: {
|
|
|
5307
5338
|
lineRichMenuId?: string | null | undefined;
|
|
5308
5339
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
5309
5340
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
5341
|
+
isCSATEnabled?: boolean | undefined;
|
|
5310
5342
|
};
|
|
5311
5343
|
status: boolean;
|
|
5312
5344
|
createdAt: Date;
|
|
@@ -5598,6 +5630,7 @@ export declare const lineContract: {
|
|
|
5598
5630
|
closedAt: Date;
|
|
5599
5631
|
lastMessageAt: Date | null;
|
|
5600
5632
|
isBotRoom: boolean;
|
|
5633
|
+
csatStatus: string | null;
|
|
5601
5634
|
cxlog: {
|
|
5602
5635
|
id: string;
|
|
5603
5636
|
channel: string | null;
|
|
@@ -5625,6 +5658,16 @@ export declare const lineContract: {
|
|
|
5625
5658
|
createdAt: Date;
|
|
5626
5659
|
updatedAt: Date;
|
|
5627
5660
|
deletedAt: Date | null;
|
|
5661
|
+
tags: {
|
|
5662
|
+
name: string;
|
|
5663
|
+
id: string;
|
|
5664
|
+
createdAt: Date;
|
|
5665
|
+
updatedAt: Date;
|
|
5666
|
+
deletedAt: Date | null;
|
|
5667
|
+
}[];
|
|
5668
|
+
callFrom: string | null;
|
|
5669
|
+
callTo: string | null;
|
|
5670
|
+
note: string | null;
|
|
5628
5671
|
categories: {
|
|
5629
5672
|
id: string;
|
|
5630
5673
|
value: string;
|
|
@@ -5647,16 +5690,6 @@ export declare const lineContract: {
|
|
|
5647
5690
|
}[];
|
|
5648
5691
|
}[];
|
|
5649
5692
|
}[];
|
|
5650
|
-
tags: {
|
|
5651
|
-
name: string;
|
|
5652
|
-
id: string;
|
|
5653
|
-
createdAt: Date;
|
|
5654
|
-
updatedAt: Date;
|
|
5655
|
-
deletedAt: Date | null;
|
|
5656
|
-
}[];
|
|
5657
|
-
callFrom: string | null;
|
|
5658
|
-
callTo: string | null;
|
|
5659
|
-
note: string | null;
|
|
5660
5693
|
customFields?: {
|
|
5661
5694
|
id: string;
|
|
5662
5695
|
createdAt: Date;
|
|
@@ -5734,6 +5767,7 @@ export declare const lineContract: {
|
|
|
5734
5767
|
lineRichMenuId?: string | null | undefined;
|
|
5735
5768
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
5736
5769
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
5770
|
+
isCSATEnabled?: boolean | undefined;
|
|
5737
5771
|
};
|
|
5738
5772
|
status: boolean;
|
|
5739
5773
|
createdAt: Date;
|
|
@@ -6025,6 +6059,7 @@ export declare const lineContract: {
|
|
|
6025
6059
|
closedAt: Date;
|
|
6026
6060
|
lastMessageAt: Date | null;
|
|
6027
6061
|
isBotRoom: boolean;
|
|
6062
|
+
csatStatus: string | null;
|
|
6028
6063
|
cxlog: {
|
|
6029
6064
|
id: string;
|
|
6030
6065
|
channel: string | null;
|
|
@@ -6052,6 +6087,16 @@ export declare const lineContract: {
|
|
|
6052
6087
|
createdAt: Date;
|
|
6053
6088
|
updatedAt: Date;
|
|
6054
6089
|
deletedAt: Date | null;
|
|
6090
|
+
tags: {
|
|
6091
|
+
name: string;
|
|
6092
|
+
id: string;
|
|
6093
|
+
createdAt: Date;
|
|
6094
|
+
updatedAt: Date;
|
|
6095
|
+
deletedAt: Date | null;
|
|
6096
|
+
}[];
|
|
6097
|
+
callFrom: string | null;
|
|
6098
|
+
callTo: string | null;
|
|
6099
|
+
note: string | null;
|
|
6055
6100
|
categories: {
|
|
6056
6101
|
id: string;
|
|
6057
6102
|
value: string;
|
|
@@ -6074,16 +6119,6 @@ export declare const lineContract: {
|
|
|
6074
6119
|
}[];
|
|
6075
6120
|
}[];
|
|
6076
6121
|
}[];
|
|
6077
|
-
tags: {
|
|
6078
|
-
name: string;
|
|
6079
|
-
id: string;
|
|
6080
|
-
createdAt: Date;
|
|
6081
|
-
updatedAt: Date;
|
|
6082
|
-
deletedAt: Date | null;
|
|
6083
|
-
}[];
|
|
6084
|
-
callFrom: string | null;
|
|
6085
|
-
callTo: string | null;
|
|
6086
|
-
note: string | null;
|
|
6087
6122
|
customFields?: {
|
|
6088
6123
|
id: string;
|
|
6089
6124
|
createdAt: Date;
|
|
@@ -6164,8 +6199,8 @@ export declare const lineContract: {
|
|
|
6164
6199
|
updatedAt: z.ZodDate;
|
|
6165
6200
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
6166
6201
|
message: z.ZodString;
|
|
6167
|
-
direction: z.
|
|
6168
|
-
type: z.
|
|
6202
|
+
direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
|
|
6203
|
+
type: z.ZodUnion<[z.ZodLiteral<string>, z.ZodLiteral<string>, ...z.ZodLiteral<string>[]]>;
|
|
6169
6204
|
readAt: z.ZodDate;
|
|
6170
6205
|
metadata: z.ZodAny;
|
|
6171
6206
|
platformId: z.ZodString;
|
|
@@ -6823,7 +6858,7 @@ export declare const lineContract: {
|
|
|
6823
6858
|
};
|
|
6824
6859
|
}>;
|
|
6825
6860
|
}, "strip", z.ZodTypeAny, {
|
|
6826
|
-
type:
|
|
6861
|
+
type: string;
|
|
6827
6862
|
message: string;
|
|
6828
6863
|
id: string;
|
|
6829
6864
|
url: string;
|
|
@@ -6985,7 +7020,7 @@ export declare const lineContract: {
|
|
|
6985
7020
|
metadata?: any;
|
|
6986
7021
|
template?: any;
|
|
6987
7022
|
}, {
|
|
6988
|
-
type:
|
|
7023
|
+
type: string;
|
|
6989
7024
|
message: string;
|
|
6990
7025
|
id: string;
|
|
6991
7026
|
url: string;
|
|
@@ -7358,8 +7393,8 @@ export declare const lineContract: {
|
|
|
7358
7393
|
updatedAt: z.ZodDate;
|
|
7359
7394
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
7360
7395
|
message: z.ZodString;
|
|
7361
|
-
direction: z.
|
|
7362
|
-
type: z.
|
|
7396
|
+
direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
|
|
7397
|
+
type: z.ZodUnion<[z.ZodLiteral<string>, z.ZodLiteral<string>, ...z.ZodLiteral<string>[]]>;
|
|
7363
7398
|
readAt: z.ZodDate;
|
|
7364
7399
|
metadata: z.ZodAny;
|
|
7365
7400
|
platformId: z.ZodString;
|
|
@@ -7385,7 +7420,7 @@ export declare const lineContract: {
|
|
|
7385
7420
|
firstResponseTime: z.ZodNumber;
|
|
7386
7421
|
isLatest: z.ZodBoolean;
|
|
7387
7422
|
isBotRoom: z.ZodBoolean;
|
|
7388
|
-
direction: z.
|
|
7423
|
+
direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
|
|
7389
7424
|
platformContact: z.ZodObject<{
|
|
7390
7425
|
id: z.ZodString;
|
|
7391
7426
|
createdAt: z.ZodDate;
|
|
@@ -8433,6 +8468,7 @@ export declare const lineContract: {
|
|
|
8433
8468
|
channelId: string;
|
|
8434
8469
|
socialPlatformId: string;
|
|
8435
8470
|
}>;
|
|
8471
|
+
csatStatus: z.ZodNullable<z.ZodString>;
|
|
8436
8472
|
actor: z.ZodObject<{
|
|
8437
8473
|
id: z.ZodString;
|
|
8438
8474
|
createdAt: z.ZodDate;
|
|
@@ -8911,6 +8947,7 @@ export declare const lineContract: {
|
|
|
8911
8947
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
8912
8948
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
8913
8949
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
8950
|
+
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
8914
8951
|
}, "strip", z.ZodTypeAny, {
|
|
8915
8952
|
name: string;
|
|
8916
8953
|
id: string;
|
|
@@ -8940,6 +8977,7 @@ export declare const lineContract: {
|
|
|
8940
8977
|
lineRichMenuId?: string | null | undefined;
|
|
8941
8978
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
8942
8979
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
8980
|
+
isCSATEnabled?: boolean | undefined;
|
|
8943
8981
|
}, {
|
|
8944
8982
|
name: string;
|
|
8945
8983
|
id: string;
|
|
@@ -8969,6 +9007,7 @@ export declare const lineContract: {
|
|
|
8969
9007
|
lineRichMenuId?: string | null | undefined;
|
|
8970
9008
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
8971
9009
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
9010
|
+
isCSATEnabled?: boolean | undefined;
|
|
8972
9011
|
}>;
|
|
8973
9012
|
brandName: z.ZodString;
|
|
8974
9013
|
platformId: z.ZodString;
|
|
@@ -9232,6 +9271,7 @@ export declare const lineContract: {
|
|
|
9232
9271
|
lineRichMenuId?: string | null | undefined;
|
|
9233
9272
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
9234
9273
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
9274
|
+
isCSATEnabled?: boolean | undefined;
|
|
9235
9275
|
};
|
|
9236
9276
|
status: boolean;
|
|
9237
9277
|
createdAt: Date;
|
|
@@ -9326,6 +9366,7 @@ export declare const lineContract: {
|
|
|
9326
9366
|
lineRichMenuId?: string | null | undefined;
|
|
9327
9367
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
9328
9368
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
9369
|
+
isCSATEnabled?: boolean | undefined;
|
|
9329
9370
|
};
|
|
9330
9371
|
status: boolean;
|
|
9331
9372
|
createdAt: Date;
|
|
@@ -9578,6 +9619,16 @@ export declare const lineContract: {
|
|
|
9578
9619
|
createdAt: Date;
|
|
9579
9620
|
updatedAt: Date;
|
|
9580
9621
|
deletedAt: Date | null;
|
|
9622
|
+
tags: {
|
|
9623
|
+
name: string;
|
|
9624
|
+
id: string;
|
|
9625
|
+
createdAt: Date;
|
|
9626
|
+
updatedAt: Date;
|
|
9627
|
+
deletedAt: Date | null;
|
|
9628
|
+
}[];
|
|
9629
|
+
callFrom: string | null;
|
|
9630
|
+
callTo: string | null;
|
|
9631
|
+
note: string | null;
|
|
9581
9632
|
categories: {
|
|
9582
9633
|
id: string;
|
|
9583
9634
|
value: string;
|
|
@@ -9600,16 +9651,6 @@ export declare const lineContract: {
|
|
|
9600
9651
|
}[];
|
|
9601
9652
|
}[];
|
|
9602
9653
|
}[];
|
|
9603
|
-
tags: {
|
|
9604
|
-
name: string;
|
|
9605
|
-
id: string;
|
|
9606
|
-
createdAt: Date;
|
|
9607
|
-
updatedAt: Date;
|
|
9608
|
-
deletedAt: Date | null;
|
|
9609
|
-
}[];
|
|
9610
|
-
callFrom: string | null;
|
|
9611
|
-
callTo: string | null;
|
|
9612
|
-
note: string | null;
|
|
9613
9654
|
customFields?: {
|
|
9614
9655
|
id: string;
|
|
9615
9656
|
createdAt: Date;
|
|
@@ -9629,6 +9670,16 @@ export declare const lineContract: {
|
|
|
9629
9670
|
createdAt: Date;
|
|
9630
9671
|
updatedAt: Date;
|
|
9631
9672
|
deletedAt: Date | null;
|
|
9673
|
+
tags: {
|
|
9674
|
+
name: string;
|
|
9675
|
+
id: string;
|
|
9676
|
+
createdAt: Date;
|
|
9677
|
+
updatedAt: Date;
|
|
9678
|
+
deletedAt: Date | null;
|
|
9679
|
+
}[];
|
|
9680
|
+
callFrom: string | null;
|
|
9681
|
+
callTo: string | null;
|
|
9682
|
+
note: string | null;
|
|
9632
9683
|
categories: {
|
|
9633
9684
|
id: string;
|
|
9634
9685
|
value: string;
|
|
@@ -9651,16 +9702,6 @@ export declare const lineContract: {
|
|
|
9651
9702
|
}[];
|
|
9652
9703
|
}[];
|
|
9653
9704
|
}[];
|
|
9654
|
-
tags: {
|
|
9655
|
-
name: string;
|
|
9656
|
-
id: string;
|
|
9657
|
-
createdAt: Date;
|
|
9658
|
-
updatedAt: Date;
|
|
9659
|
-
deletedAt: Date | null;
|
|
9660
|
-
}[];
|
|
9661
|
-
callFrom: string | null;
|
|
9662
|
-
callTo: string | null;
|
|
9663
|
-
note: string | null;
|
|
9664
9705
|
customFields?: {
|
|
9665
9706
|
id: string;
|
|
9666
9707
|
createdAt: Date;
|
|
@@ -9769,6 +9810,16 @@ export declare const lineContract: {
|
|
|
9769
9810
|
createdAt: Date;
|
|
9770
9811
|
updatedAt: Date;
|
|
9771
9812
|
deletedAt: Date | null;
|
|
9813
|
+
tags: {
|
|
9814
|
+
name: string;
|
|
9815
|
+
id: string;
|
|
9816
|
+
createdAt: Date;
|
|
9817
|
+
updatedAt: Date;
|
|
9818
|
+
deletedAt: Date | null;
|
|
9819
|
+
}[];
|
|
9820
|
+
callFrom: string | null;
|
|
9821
|
+
callTo: string | null;
|
|
9822
|
+
note: string | null;
|
|
9772
9823
|
categories: {
|
|
9773
9824
|
id: string;
|
|
9774
9825
|
value: string;
|
|
@@ -9791,16 +9842,6 @@ export declare const lineContract: {
|
|
|
9791
9842
|
}[];
|
|
9792
9843
|
}[];
|
|
9793
9844
|
}[];
|
|
9794
|
-
tags: {
|
|
9795
|
-
name: string;
|
|
9796
|
-
id: string;
|
|
9797
|
-
createdAt: Date;
|
|
9798
|
-
updatedAt: Date;
|
|
9799
|
-
deletedAt: Date | null;
|
|
9800
|
-
}[];
|
|
9801
|
-
callFrom: string | null;
|
|
9802
|
-
callTo: string | null;
|
|
9803
|
-
note: string | null;
|
|
9804
9845
|
customFields?: {
|
|
9805
9846
|
id: string;
|
|
9806
9847
|
createdAt: Date;
|
|
@@ -9859,6 +9900,16 @@ export declare const lineContract: {
|
|
|
9859
9900
|
createdAt: Date;
|
|
9860
9901
|
updatedAt: Date;
|
|
9861
9902
|
deletedAt: Date | null;
|
|
9903
|
+
tags: {
|
|
9904
|
+
name: string;
|
|
9905
|
+
id: string;
|
|
9906
|
+
createdAt: Date;
|
|
9907
|
+
updatedAt: Date;
|
|
9908
|
+
deletedAt: Date | null;
|
|
9909
|
+
}[];
|
|
9910
|
+
callFrom: string | null;
|
|
9911
|
+
callTo: string | null;
|
|
9912
|
+
note: string | null;
|
|
9862
9913
|
categories: {
|
|
9863
9914
|
id: string;
|
|
9864
9915
|
value: string;
|
|
@@ -9881,16 +9932,6 @@ export declare const lineContract: {
|
|
|
9881
9932
|
}[];
|
|
9882
9933
|
}[];
|
|
9883
9934
|
}[];
|
|
9884
|
-
tags: {
|
|
9885
|
-
name: string;
|
|
9886
|
-
id: string;
|
|
9887
|
-
createdAt: Date;
|
|
9888
|
-
updatedAt: Date;
|
|
9889
|
-
deletedAt: Date | null;
|
|
9890
|
-
}[];
|
|
9891
|
-
callFrom: string | null;
|
|
9892
|
-
callTo: string | null;
|
|
9893
|
-
note: string | null;
|
|
9894
9935
|
customFields?: {
|
|
9895
9936
|
id: string;
|
|
9896
9937
|
createdAt: Date;
|
|
@@ -9984,6 +10025,7 @@ export declare const lineContract: {
|
|
|
9984
10025
|
lineRichMenuId?: string | null | undefined;
|
|
9985
10026
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
9986
10027
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
10028
|
+
isCSATEnabled?: boolean | undefined;
|
|
9987
10029
|
};
|
|
9988
10030
|
status: boolean;
|
|
9989
10031
|
createdAt: Date;
|
|
@@ -10275,6 +10317,7 @@ export declare const lineContract: {
|
|
|
10275
10317
|
closedAt: Date;
|
|
10276
10318
|
lastMessageAt: Date | null;
|
|
10277
10319
|
isBotRoom: boolean;
|
|
10320
|
+
csatStatus: string | null;
|
|
10278
10321
|
cxlog: {
|
|
10279
10322
|
id: string;
|
|
10280
10323
|
channel: string | null;
|
|
@@ -10302,6 +10345,16 @@ export declare const lineContract: {
|
|
|
10302
10345
|
createdAt: Date;
|
|
10303
10346
|
updatedAt: Date;
|
|
10304
10347
|
deletedAt: Date | null;
|
|
10348
|
+
tags: {
|
|
10349
|
+
name: string;
|
|
10350
|
+
id: string;
|
|
10351
|
+
createdAt: Date;
|
|
10352
|
+
updatedAt: Date;
|
|
10353
|
+
deletedAt: Date | null;
|
|
10354
|
+
}[];
|
|
10355
|
+
callFrom: string | null;
|
|
10356
|
+
callTo: string | null;
|
|
10357
|
+
note: string | null;
|
|
10305
10358
|
categories: {
|
|
10306
10359
|
id: string;
|
|
10307
10360
|
value: string;
|
|
@@ -10324,16 +10377,6 @@ export declare const lineContract: {
|
|
|
10324
10377
|
}[];
|
|
10325
10378
|
}[];
|
|
10326
10379
|
}[];
|
|
10327
|
-
tags: {
|
|
10328
|
-
name: string;
|
|
10329
|
-
id: string;
|
|
10330
|
-
createdAt: Date;
|
|
10331
|
-
updatedAt: Date;
|
|
10332
|
-
deletedAt: Date | null;
|
|
10333
|
-
}[];
|
|
10334
|
-
callFrom: string | null;
|
|
10335
|
-
callTo: string | null;
|
|
10336
|
-
note: string | null;
|
|
10337
10380
|
customFields?: {
|
|
10338
10381
|
id: string;
|
|
10339
10382
|
createdAt: Date;
|
|
@@ -10411,6 +10454,7 @@ export declare const lineContract: {
|
|
|
10411
10454
|
lineRichMenuId?: string | null | undefined;
|
|
10412
10455
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
10413
10456
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
10457
|
+
isCSATEnabled?: boolean | undefined;
|
|
10414
10458
|
};
|
|
10415
10459
|
status: boolean;
|
|
10416
10460
|
createdAt: Date;
|
|
@@ -10702,6 +10746,7 @@ export declare const lineContract: {
|
|
|
10702
10746
|
closedAt: Date;
|
|
10703
10747
|
lastMessageAt: Date | null;
|
|
10704
10748
|
isBotRoom: boolean;
|
|
10749
|
+
csatStatus: string | null;
|
|
10705
10750
|
cxlog: {
|
|
10706
10751
|
id: string;
|
|
10707
10752
|
channel: string | null;
|
|
@@ -10729,6 +10774,16 @@ export declare const lineContract: {
|
|
|
10729
10774
|
createdAt: Date;
|
|
10730
10775
|
updatedAt: Date;
|
|
10731
10776
|
deletedAt: Date | null;
|
|
10777
|
+
tags: {
|
|
10778
|
+
name: string;
|
|
10779
|
+
id: string;
|
|
10780
|
+
createdAt: Date;
|
|
10781
|
+
updatedAt: Date;
|
|
10782
|
+
deletedAt: Date | null;
|
|
10783
|
+
}[];
|
|
10784
|
+
callFrom: string | null;
|
|
10785
|
+
callTo: string | null;
|
|
10786
|
+
note: string | null;
|
|
10732
10787
|
categories: {
|
|
10733
10788
|
id: string;
|
|
10734
10789
|
value: string;
|
|
@@ -10751,16 +10806,6 @@ export declare const lineContract: {
|
|
|
10751
10806
|
}[];
|
|
10752
10807
|
}[];
|
|
10753
10808
|
}[];
|
|
10754
|
-
tags: {
|
|
10755
|
-
name: string;
|
|
10756
|
-
id: string;
|
|
10757
|
-
createdAt: Date;
|
|
10758
|
-
updatedAt: Date;
|
|
10759
|
-
deletedAt: Date | null;
|
|
10760
|
-
}[];
|
|
10761
|
-
callFrom: string | null;
|
|
10762
|
-
callTo: string | null;
|
|
10763
|
-
note: string | null;
|
|
10764
10809
|
customFields?: {
|
|
10765
10810
|
id: string;
|
|
10766
10811
|
createdAt: Date;
|
|
@@ -10844,8 +10889,8 @@ export declare const lineContract: {
|
|
|
10844
10889
|
updatedAt: z.ZodDate;
|
|
10845
10890
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
10846
10891
|
message: z.ZodString;
|
|
10847
|
-
direction: z.
|
|
10848
|
-
type: z.
|
|
10892
|
+
direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
|
|
10893
|
+
type: z.ZodUnion<[z.ZodLiteral<string>, z.ZodLiteral<string>, ...z.ZodLiteral<string>[]]>;
|
|
10849
10894
|
readAt: z.ZodDate;
|
|
10850
10895
|
metadata: z.ZodAny;
|
|
10851
10896
|
platformId: z.ZodString;
|
|
@@ -11503,7 +11548,7 @@ export declare const lineContract: {
|
|
|
11503
11548
|
};
|
|
11504
11549
|
}>;
|
|
11505
11550
|
}, "strip", z.ZodTypeAny, {
|
|
11506
|
-
type:
|
|
11551
|
+
type: string;
|
|
11507
11552
|
message: string;
|
|
11508
11553
|
id: string;
|
|
11509
11554
|
url: string;
|
|
@@ -11665,7 +11710,7 @@ export declare const lineContract: {
|
|
|
11665
11710
|
metadata?: any;
|
|
11666
11711
|
template?: any;
|
|
11667
11712
|
}, {
|
|
11668
|
-
type:
|
|
11713
|
+
type: string;
|
|
11669
11714
|
message: string;
|
|
11670
11715
|
id: string;
|
|
11671
11716
|
url: string;
|
|
@@ -12467,7 +12512,7 @@ export declare const lineContract: {
|
|
|
12467
12512
|
editedMessageid: z.ZodString;
|
|
12468
12513
|
label: z.ZodOptional<z.ZodString>;
|
|
12469
12514
|
}, "strip", z.ZodTypeAny, {
|
|
12470
|
-
type:
|
|
12515
|
+
type: string;
|
|
12471
12516
|
message: string;
|
|
12472
12517
|
id: string;
|
|
12473
12518
|
url: string;
|
|
@@ -12611,6 +12656,7 @@ export declare const lineContract: {
|
|
|
12611
12656
|
lineRichMenuId?: string | null | undefined;
|
|
12612
12657
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
12613
12658
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
12659
|
+
isCSATEnabled?: boolean | undefined;
|
|
12614
12660
|
};
|
|
12615
12661
|
status: boolean;
|
|
12616
12662
|
createdAt: Date;
|
|
@@ -12902,6 +12948,7 @@ export declare const lineContract: {
|
|
|
12902
12948
|
closedAt: Date;
|
|
12903
12949
|
lastMessageAt: Date | null;
|
|
12904
12950
|
isBotRoom: boolean;
|
|
12951
|
+
csatStatus: string | null;
|
|
12905
12952
|
cxlog: {
|
|
12906
12953
|
id: string;
|
|
12907
12954
|
channel: string | null;
|
|
@@ -12929,6 +12976,16 @@ export declare const lineContract: {
|
|
|
12929
12976
|
createdAt: Date;
|
|
12930
12977
|
updatedAt: Date;
|
|
12931
12978
|
deletedAt: Date | null;
|
|
12979
|
+
tags: {
|
|
12980
|
+
name: string;
|
|
12981
|
+
id: string;
|
|
12982
|
+
createdAt: Date;
|
|
12983
|
+
updatedAt: Date;
|
|
12984
|
+
deletedAt: Date | null;
|
|
12985
|
+
}[];
|
|
12986
|
+
callFrom: string | null;
|
|
12987
|
+
callTo: string | null;
|
|
12988
|
+
note: string | null;
|
|
12932
12989
|
categories: {
|
|
12933
12990
|
id: string;
|
|
12934
12991
|
value: string;
|
|
@@ -12951,16 +13008,6 @@ export declare const lineContract: {
|
|
|
12951
13008
|
}[];
|
|
12952
13009
|
}[];
|
|
12953
13010
|
}[];
|
|
12954
|
-
tags: {
|
|
12955
|
-
name: string;
|
|
12956
|
-
id: string;
|
|
12957
|
-
createdAt: Date;
|
|
12958
|
-
updatedAt: Date;
|
|
12959
|
-
deletedAt: Date | null;
|
|
12960
|
-
}[];
|
|
12961
|
-
callFrom: string | null;
|
|
12962
|
-
callTo: string | null;
|
|
12963
|
-
note: string | null;
|
|
12964
13011
|
customFields?: {
|
|
12965
13012
|
id: string;
|
|
12966
13013
|
createdAt: Date;
|
|
@@ -13020,7 +13067,7 @@ export declare const lineContract: {
|
|
|
13020
13067
|
previewUrl: string;
|
|
13021
13068
|
imageSetId: string;
|
|
13022
13069
|
repliedMessage: {
|
|
13023
|
-
type:
|
|
13070
|
+
type: string;
|
|
13024
13071
|
message: string;
|
|
13025
13072
|
id: string;
|
|
13026
13073
|
url: string;
|
|
@@ -13231,7 +13278,7 @@ export declare const lineContract: {
|
|
|
13231
13278
|
template?: any;
|
|
13232
13279
|
label?: string | undefined;
|
|
13233
13280
|
}, {
|
|
13234
|
-
type:
|
|
13281
|
+
type: string;
|
|
13235
13282
|
message: string;
|
|
13236
13283
|
id: string;
|
|
13237
13284
|
url: string;
|
|
@@ -13375,6 +13422,7 @@ export declare const lineContract: {
|
|
|
13375
13422
|
lineRichMenuId?: string | null | undefined;
|
|
13376
13423
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
13377
13424
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
13425
|
+
isCSATEnabled?: boolean | undefined;
|
|
13378
13426
|
};
|
|
13379
13427
|
status: boolean;
|
|
13380
13428
|
createdAt: Date;
|
|
@@ -13666,6 +13714,7 @@ export declare const lineContract: {
|
|
|
13666
13714
|
closedAt: Date;
|
|
13667
13715
|
lastMessageAt: Date | null;
|
|
13668
13716
|
isBotRoom: boolean;
|
|
13717
|
+
csatStatus: string | null;
|
|
13669
13718
|
cxlog: {
|
|
13670
13719
|
id: string;
|
|
13671
13720
|
channel: string | null;
|
|
@@ -13693,6 +13742,16 @@ export declare const lineContract: {
|
|
|
13693
13742
|
createdAt: Date;
|
|
13694
13743
|
updatedAt: Date;
|
|
13695
13744
|
deletedAt: Date | null;
|
|
13745
|
+
tags: {
|
|
13746
|
+
name: string;
|
|
13747
|
+
id: string;
|
|
13748
|
+
createdAt: Date;
|
|
13749
|
+
updatedAt: Date;
|
|
13750
|
+
deletedAt: Date | null;
|
|
13751
|
+
}[];
|
|
13752
|
+
callFrom: string | null;
|
|
13753
|
+
callTo: string | null;
|
|
13754
|
+
note: string | null;
|
|
13696
13755
|
categories: {
|
|
13697
13756
|
id: string;
|
|
13698
13757
|
value: string;
|
|
@@ -13715,16 +13774,6 @@ export declare const lineContract: {
|
|
|
13715
13774
|
}[];
|
|
13716
13775
|
}[];
|
|
13717
13776
|
}[];
|
|
13718
|
-
tags: {
|
|
13719
|
-
name: string;
|
|
13720
|
-
id: string;
|
|
13721
|
-
createdAt: Date;
|
|
13722
|
-
updatedAt: Date;
|
|
13723
|
-
deletedAt: Date | null;
|
|
13724
|
-
}[];
|
|
13725
|
-
callFrom: string | null;
|
|
13726
|
-
callTo: string | null;
|
|
13727
|
-
note: string | null;
|
|
13728
13777
|
customFields?: {
|
|
13729
13778
|
id: string;
|
|
13730
13779
|
createdAt: Date;
|
|
@@ -13784,7 +13833,7 @@ export declare const lineContract: {
|
|
|
13784
13833
|
previewUrl: string;
|
|
13785
13834
|
imageSetId: string;
|
|
13786
13835
|
repliedMessage: {
|
|
13787
|
-
type:
|
|
13836
|
+
type: string;
|
|
13788
13837
|
message: string;
|
|
13789
13838
|
id: string;
|
|
13790
13839
|
url: string;
|
|
@@ -13996,7 +14045,7 @@ export declare const lineContract: {
|
|
|
13996
14045
|
label?: string | undefined;
|
|
13997
14046
|
}>>>;
|
|
13998
14047
|
}, "strip", z.ZodTypeAny, {
|
|
13999
|
-
type:
|
|
14048
|
+
type: string;
|
|
14000
14049
|
message: string;
|
|
14001
14050
|
id: string;
|
|
14002
14051
|
url: string;
|
|
@@ -14140,6 +14189,7 @@ export declare const lineContract: {
|
|
|
14140
14189
|
lineRichMenuId?: string | null | undefined;
|
|
14141
14190
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
14142
14191
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
14192
|
+
isCSATEnabled?: boolean | undefined;
|
|
14143
14193
|
};
|
|
14144
14194
|
status: boolean;
|
|
14145
14195
|
createdAt: Date;
|
|
@@ -14431,6 +14481,7 @@ export declare const lineContract: {
|
|
|
14431
14481
|
closedAt: Date;
|
|
14432
14482
|
lastMessageAt: Date | null;
|
|
14433
14483
|
isBotRoom: boolean;
|
|
14484
|
+
csatStatus: string | null;
|
|
14434
14485
|
cxlog: {
|
|
14435
14486
|
id: string;
|
|
14436
14487
|
channel: string | null;
|
|
@@ -14458,6 +14509,16 @@ export declare const lineContract: {
|
|
|
14458
14509
|
createdAt: Date;
|
|
14459
14510
|
updatedAt: Date;
|
|
14460
14511
|
deletedAt: Date | null;
|
|
14512
|
+
tags: {
|
|
14513
|
+
name: string;
|
|
14514
|
+
id: string;
|
|
14515
|
+
createdAt: Date;
|
|
14516
|
+
updatedAt: Date;
|
|
14517
|
+
deletedAt: Date | null;
|
|
14518
|
+
}[];
|
|
14519
|
+
callFrom: string | null;
|
|
14520
|
+
callTo: string | null;
|
|
14521
|
+
note: string | null;
|
|
14461
14522
|
categories: {
|
|
14462
14523
|
id: string;
|
|
14463
14524
|
value: string;
|
|
@@ -14480,16 +14541,6 @@ export declare const lineContract: {
|
|
|
14480
14541
|
}[];
|
|
14481
14542
|
}[];
|
|
14482
14543
|
}[];
|
|
14483
|
-
tags: {
|
|
14484
|
-
name: string;
|
|
14485
|
-
id: string;
|
|
14486
|
-
createdAt: Date;
|
|
14487
|
-
updatedAt: Date;
|
|
14488
|
-
deletedAt: Date | null;
|
|
14489
|
-
}[];
|
|
14490
|
-
callFrom: string | null;
|
|
14491
|
-
callTo: string | null;
|
|
14492
|
-
note: string | null;
|
|
14493
14544
|
customFields?: {
|
|
14494
14545
|
id: string;
|
|
14495
14546
|
createdAt: Date;
|
|
@@ -14549,7 +14600,7 @@ export declare const lineContract: {
|
|
|
14549
14600
|
previewUrl: string;
|
|
14550
14601
|
imageSetId: string;
|
|
14551
14602
|
repliedMessage: {
|
|
14552
|
-
type:
|
|
14603
|
+
type: string;
|
|
14553
14604
|
message: string;
|
|
14554
14605
|
id: string;
|
|
14555
14606
|
url: string;
|
|
@@ -14760,7 +14811,7 @@ export declare const lineContract: {
|
|
|
14760
14811
|
template?: any;
|
|
14761
14812
|
metadata?: any;
|
|
14762
14813
|
fromMessage?: {
|
|
14763
|
-
type:
|
|
14814
|
+
type: string;
|
|
14764
14815
|
message: string;
|
|
14765
14816
|
id: string;
|
|
14766
14817
|
url: string;
|
|
@@ -14904,6 +14955,7 @@ export declare const lineContract: {
|
|
|
14904
14955
|
lineRichMenuId?: string | null | undefined;
|
|
14905
14956
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
14906
14957
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
14958
|
+
isCSATEnabled?: boolean | undefined;
|
|
14907
14959
|
};
|
|
14908
14960
|
status: boolean;
|
|
14909
14961
|
createdAt: Date;
|
|
@@ -15195,6 +15247,7 @@ export declare const lineContract: {
|
|
|
15195
15247
|
closedAt: Date;
|
|
15196
15248
|
lastMessageAt: Date | null;
|
|
15197
15249
|
isBotRoom: boolean;
|
|
15250
|
+
csatStatus: string | null;
|
|
15198
15251
|
cxlog: {
|
|
15199
15252
|
id: string;
|
|
15200
15253
|
channel: string | null;
|
|
@@ -15222,6 +15275,16 @@ export declare const lineContract: {
|
|
|
15222
15275
|
createdAt: Date;
|
|
15223
15276
|
updatedAt: Date;
|
|
15224
15277
|
deletedAt: Date | null;
|
|
15278
|
+
tags: {
|
|
15279
|
+
name: string;
|
|
15280
|
+
id: string;
|
|
15281
|
+
createdAt: Date;
|
|
15282
|
+
updatedAt: Date;
|
|
15283
|
+
deletedAt: Date | null;
|
|
15284
|
+
}[];
|
|
15285
|
+
callFrom: string | null;
|
|
15286
|
+
callTo: string | null;
|
|
15287
|
+
note: string | null;
|
|
15225
15288
|
categories: {
|
|
15226
15289
|
id: string;
|
|
15227
15290
|
value: string;
|
|
@@ -15244,16 +15307,6 @@ export declare const lineContract: {
|
|
|
15244
15307
|
}[];
|
|
15245
15308
|
}[];
|
|
15246
15309
|
}[];
|
|
15247
|
-
tags: {
|
|
15248
|
-
name: string;
|
|
15249
|
-
id: string;
|
|
15250
|
-
createdAt: Date;
|
|
15251
|
-
updatedAt: Date;
|
|
15252
|
-
deletedAt: Date | null;
|
|
15253
|
-
}[];
|
|
15254
|
-
callFrom: string | null;
|
|
15255
|
-
callTo: string | null;
|
|
15256
|
-
note: string | null;
|
|
15257
15310
|
customFields?: {
|
|
15258
15311
|
id: string;
|
|
15259
15312
|
createdAt: Date;
|
|
@@ -15313,7 +15366,7 @@ export declare const lineContract: {
|
|
|
15313
15366
|
previewUrl: string;
|
|
15314
15367
|
imageSetId: string;
|
|
15315
15368
|
repliedMessage: {
|
|
15316
|
-
type:
|
|
15369
|
+
type: string;
|
|
15317
15370
|
message: string;
|
|
15318
15371
|
id: string;
|
|
15319
15372
|
url: string;
|
|
@@ -15525,7 +15578,7 @@ export declare const lineContract: {
|
|
|
15525
15578
|
label?: string | undefined;
|
|
15526
15579
|
} | null | undefined;
|
|
15527
15580
|
}, {
|
|
15528
|
-
type:
|
|
15581
|
+
type: string;
|
|
15529
15582
|
message: string;
|
|
15530
15583
|
id: string;
|
|
15531
15584
|
url: string;
|
|
@@ -15669,6 +15722,7 @@ export declare const lineContract: {
|
|
|
15669
15722
|
lineRichMenuId?: string | null | undefined;
|
|
15670
15723
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
15671
15724
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
15725
|
+
isCSATEnabled?: boolean | undefined;
|
|
15672
15726
|
};
|
|
15673
15727
|
status: boolean;
|
|
15674
15728
|
createdAt: Date;
|
|
@@ -15960,6 +16014,7 @@ export declare const lineContract: {
|
|
|
15960
16014
|
closedAt: Date;
|
|
15961
16015
|
lastMessageAt: Date | null;
|
|
15962
16016
|
isBotRoom: boolean;
|
|
16017
|
+
csatStatus: string | null;
|
|
15963
16018
|
cxlog: {
|
|
15964
16019
|
id: string;
|
|
15965
16020
|
channel: string | null;
|
|
@@ -15987,6 +16042,16 @@ export declare const lineContract: {
|
|
|
15987
16042
|
createdAt: Date;
|
|
15988
16043
|
updatedAt: Date;
|
|
15989
16044
|
deletedAt: Date | null;
|
|
16045
|
+
tags: {
|
|
16046
|
+
name: string;
|
|
16047
|
+
id: string;
|
|
16048
|
+
createdAt: Date;
|
|
16049
|
+
updatedAt: Date;
|
|
16050
|
+
deletedAt: Date | null;
|
|
16051
|
+
}[];
|
|
16052
|
+
callFrom: string | null;
|
|
16053
|
+
callTo: string | null;
|
|
16054
|
+
note: string | null;
|
|
15990
16055
|
categories: {
|
|
15991
16056
|
id: string;
|
|
15992
16057
|
value: string;
|
|
@@ -16009,16 +16074,6 @@ export declare const lineContract: {
|
|
|
16009
16074
|
}[];
|
|
16010
16075
|
}[];
|
|
16011
16076
|
}[];
|
|
16012
|
-
tags: {
|
|
16013
|
-
name: string;
|
|
16014
|
-
id: string;
|
|
16015
|
-
createdAt: Date;
|
|
16016
|
-
updatedAt: Date;
|
|
16017
|
-
deletedAt: Date | null;
|
|
16018
|
-
}[];
|
|
16019
|
-
callFrom: string | null;
|
|
16020
|
-
callTo: string | null;
|
|
16021
|
-
note: string | null;
|
|
16022
16077
|
customFields?: {
|
|
16023
16078
|
id: string;
|
|
16024
16079
|
createdAt: Date;
|
|
@@ -16078,7 +16133,7 @@ export declare const lineContract: {
|
|
|
16078
16133
|
previewUrl: string;
|
|
16079
16134
|
imageSetId: string;
|
|
16080
16135
|
repliedMessage: {
|
|
16081
|
-
type:
|
|
16136
|
+
type: string;
|
|
16082
16137
|
message: string;
|
|
16083
16138
|
id: string;
|
|
16084
16139
|
url: string;
|
|
@@ -16289,7 +16344,7 @@ export declare const lineContract: {
|
|
|
16289
16344
|
template?: any;
|
|
16290
16345
|
metadata?: any;
|
|
16291
16346
|
fromMessage?: {
|
|
16292
|
-
type:
|
|
16347
|
+
type: string;
|
|
16293
16348
|
message: string;
|
|
16294
16349
|
id: string;
|
|
16295
16350
|
url: string;
|
|
@@ -16433,6 +16488,7 @@ export declare const lineContract: {
|
|
|
16433
16488
|
lineRichMenuId?: string | null | undefined;
|
|
16434
16489
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
16435
16490
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
16491
|
+
isCSATEnabled?: boolean | undefined;
|
|
16436
16492
|
};
|
|
16437
16493
|
status: boolean;
|
|
16438
16494
|
createdAt: Date;
|
|
@@ -16724,6 +16780,7 @@ export declare const lineContract: {
|
|
|
16724
16780
|
closedAt: Date;
|
|
16725
16781
|
lastMessageAt: Date | null;
|
|
16726
16782
|
isBotRoom: boolean;
|
|
16783
|
+
csatStatus: string | null;
|
|
16727
16784
|
cxlog: {
|
|
16728
16785
|
id: string;
|
|
16729
16786
|
channel: string | null;
|
|
@@ -16751,6 +16808,16 @@ export declare const lineContract: {
|
|
|
16751
16808
|
createdAt: Date;
|
|
16752
16809
|
updatedAt: Date;
|
|
16753
16810
|
deletedAt: Date | null;
|
|
16811
|
+
tags: {
|
|
16812
|
+
name: string;
|
|
16813
|
+
id: string;
|
|
16814
|
+
createdAt: Date;
|
|
16815
|
+
updatedAt: Date;
|
|
16816
|
+
deletedAt: Date | null;
|
|
16817
|
+
}[];
|
|
16818
|
+
callFrom: string | null;
|
|
16819
|
+
callTo: string | null;
|
|
16820
|
+
note: string | null;
|
|
16754
16821
|
categories: {
|
|
16755
16822
|
id: string;
|
|
16756
16823
|
value: string;
|
|
@@ -16773,16 +16840,6 @@ export declare const lineContract: {
|
|
|
16773
16840
|
}[];
|
|
16774
16841
|
}[];
|
|
16775
16842
|
}[];
|
|
16776
|
-
tags: {
|
|
16777
|
-
name: string;
|
|
16778
|
-
id: string;
|
|
16779
|
-
createdAt: Date;
|
|
16780
|
-
updatedAt: Date;
|
|
16781
|
-
deletedAt: Date | null;
|
|
16782
|
-
}[];
|
|
16783
|
-
callFrom: string | null;
|
|
16784
|
-
callTo: string | null;
|
|
16785
|
-
note: string | null;
|
|
16786
16843
|
customFields?: {
|
|
16787
16844
|
id: string;
|
|
16788
16845
|
createdAt: Date;
|
|
@@ -16842,7 +16899,7 @@ export declare const lineContract: {
|
|
|
16842
16899
|
previewUrl: string;
|
|
16843
16900
|
imageSetId: string;
|
|
16844
16901
|
repliedMessage: {
|
|
16845
|
-
type:
|
|
16902
|
+
type: string;
|
|
16846
16903
|
message: string;
|
|
16847
16904
|
id: string;
|
|
16848
16905
|
url: string;
|
|
@@ -17056,7 +17113,7 @@ export declare const lineContract: {
|
|
|
17056
17113
|
}>;
|
|
17057
17114
|
}, "strip", z.ZodTypeAny, {
|
|
17058
17115
|
data: {
|
|
17059
|
-
type:
|
|
17116
|
+
type: string;
|
|
17060
17117
|
message: string;
|
|
17061
17118
|
id: string;
|
|
17062
17119
|
url: string;
|
|
@@ -17200,6 +17257,7 @@ export declare const lineContract: {
|
|
|
17200
17257
|
lineRichMenuId?: string | null | undefined;
|
|
17201
17258
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
17202
17259
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
17260
|
+
isCSATEnabled?: boolean | undefined;
|
|
17203
17261
|
};
|
|
17204
17262
|
status: boolean;
|
|
17205
17263
|
createdAt: Date;
|
|
@@ -17491,6 +17549,7 @@ export declare const lineContract: {
|
|
|
17491
17549
|
closedAt: Date;
|
|
17492
17550
|
lastMessageAt: Date | null;
|
|
17493
17551
|
isBotRoom: boolean;
|
|
17552
|
+
csatStatus: string | null;
|
|
17494
17553
|
cxlog: {
|
|
17495
17554
|
id: string;
|
|
17496
17555
|
channel: string | null;
|
|
@@ -17518,6 +17577,16 @@ export declare const lineContract: {
|
|
|
17518
17577
|
createdAt: Date;
|
|
17519
17578
|
updatedAt: Date;
|
|
17520
17579
|
deletedAt: Date | null;
|
|
17580
|
+
tags: {
|
|
17581
|
+
name: string;
|
|
17582
|
+
id: string;
|
|
17583
|
+
createdAt: Date;
|
|
17584
|
+
updatedAt: Date;
|
|
17585
|
+
deletedAt: Date | null;
|
|
17586
|
+
}[];
|
|
17587
|
+
callFrom: string | null;
|
|
17588
|
+
callTo: string | null;
|
|
17589
|
+
note: string | null;
|
|
17521
17590
|
categories: {
|
|
17522
17591
|
id: string;
|
|
17523
17592
|
value: string;
|
|
@@ -17540,16 +17609,6 @@ export declare const lineContract: {
|
|
|
17540
17609
|
}[];
|
|
17541
17610
|
}[];
|
|
17542
17611
|
}[];
|
|
17543
|
-
tags: {
|
|
17544
|
-
name: string;
|
|
17545
|
-
id: string;
|
|
17546
|
-
createdAt: Date;
|
|
17547
|
-
updatedAt: Date;
|
|
17548
|
-
deletedAt: Date | null;
|
|
17549
|
-
}[];
|
|
17550
|
-
callFrom: string | null;
|
|
17551
|
-
callTo: string | null;
|
|
17552
|
-
note: string | null;
|
|
17553
17612
|
customFields?: {
|
|
17554
17613
|
id: string;
|
|
17555
17614
|
createdAt: Date;
|
|
@@ -17609,7 +17668,7 @@ export declare const lineContract: {
|
|
|
17609
17668
|
previewUrl: string;
|
|
17610
17669
|
imageSetId: string;
|
|
17611
17670
|
repliedMessage: {
|
|
17612
|
-
type:
|
|
17671
|
+
type: string;
|
|
17613
17672
|
message: string;
|
|
17614
17673
|
id: string;
|
|
17615
17674
|
url: string;
|
|
@@ -17820,7 +17879,7 @@ export declare const lineContract: {
|
|
|
17820
17879
|
template?: any;
|
|
17821
17880
|
metadata?: any;
|
|
17822
17881
|
fromMessage?: {
|
|
17823
|
-
type:
|
|
17882
|
+
type: string;
|
|
17824
17883
|
message: string;
|
|
17825
17884
|
id: string;
|
|
17826
17885
|
url: string;
|
|
@@ -17964,6 +18023,7 @@ export declare const lineContract: {
|
|
|
17964
18023
|
lineRichMenuId?: string | null | undefined;
|
|
17965
18024
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
17966
18025
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
18026
|
+
isCSATEnabled?: boolean | undefined;
|
|
17967
18027
|
};
|
|
17968
18028
|
status: boolean;
|
|
17969
18029
|
createdAt: Date;
|
|
@@ -18255,6 +18315,7 @@ export declare const lineContract: {
|
|
|
18255
18315
|
closedAt: Date;
|
|
18256
18316
|
lastMessageAt: Date | null;
|
|
18257
18317
|
isBotRoom: boolean;
|
|
18318
|
+
csatStatus: string | null;
|
|
18258
18319
|
cxlog: {
|
|
18259
18320
|
id: string;
|
|
18260
18321
|
channel: string | null;
|
|
@@ -18282,6 +18343,16 @@ export declare const lineContract: {
|
|
|
18282
18343
|
createdAt: Date;
|
|
18283
18344
|
updatedAt: Date;
|
|
18284
18345
|
deletedAt: Date | null;
|
|
18346
|
+
tags: {
|
|
18347
|
+
name: string;
|
|
18348
|
+
id: string;
|
|
18349
|
+
createdAt: Date;
|
|
18350
|
+
updatedAt: Date;
|
|
18351
|
+
deletedAt: Date | null;
|
|
18352
|
+
}[];
|
|
18353
|
+
callFrom: string | null;
|
|
18354
|
+
callTo: string | null;
|
|
18355
|
+
note: string | null;
|
|
18285
18356
|
categories: {
|
|
18286
18357
|
id: string;
|
|
18287
18358
|
value: string;
|
|
@@ -18304,16 +18375,6 @@ export declare const lineContract: {
|
|
|
18304
18375
|
}[];
|
|
18305
18376
|
}[];
|
|
18306
18377
|
}[];
|
|
18307
|
-
tags: {
|
|
18308
|
-
name: string;
|
|
18309
|
-
id: string;
|
|
18310
|
-
createdAt: Date;
|
|
18311
|
-
updatedAt: Date;
|
|
18312
|
-
deletedAt: Date | null;
|
|
18313
|
-
}[];
|
|
18314
|
-
callFrom: string | null;
|
|
18315
|
-
callTo: string | null;
|
|
18316
|
-
note: string | null;
|
|
18317
18378
|
customFields?: {
|
|
18318
18379
|
id: string;
|
|
18319
18380
|
createdAt: Date;
|
|
@@ -18373,7 +18434,7 @@ export declare const lineContract: {
|
|
|
18373
18434
|
previewUrl: string;
|
|
18374
18435
|
imageSetId: string;
|
|
18375
18436
|
repliedMessage: {
|
|
18376
|
-
type:
|
|
18437
|
+
type: string;
|
|
18377
18438
|
message: string;
|
|
18378
18439
|
id: string;
|
|
18379
18440
|
url: string;
|
|
@@ -18588,7 +18649,7 @@ export declare const lineContract: {
|
|
|
18588
18649
|
requestId: string;
|
|
18589
18650
|
}, {
|
|
18590
18651
|
data: {
|
|
18591
|
-
type:
|
|
18652
|
+
type: string;
|
|
18592
18653
|
message: string;
|
|
18593
18654
|
id: string;
|
|
18594
18655
|
url: string;
|
|
@@ -18732,6 +18793,7 @@ export declare const lineContract: {
|
|
|
18732
18793
|
lineRichMenuId?: string | null | undefined;
|
|
18733
18794
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
18734
18795
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
18796
|
+
isCSATEnabled?: boolean | undefined;
|
|
18735
18797
|
};
|
|
18736
18798
|
status: boolean;
|
|
18737
18799
|
createdAt: Date;
|
|
@@ -19023,6 +19085,7 @@ export declare const lineContract: {
|
|
|
19023
19085
|
closedAt: Date;
|
|
19024
19086
|
lastMessageAt: Date | null;
|
|
19025
19087
|
isBotRoom: boolean;
|
|
19088
|
+
csatStatus: string | null;
|
|
19026
19089
|
cxlog: {
|
|
19027
19090
|
id: string;
|
|
19028
19091
|
channel: string | null;
|
|
@@ -19050,6 +19113,16 @@ export declare const lineContract: {
|
|
|
19050
19113
|
createdAt: Date;
|
|
19051
19114
|
updatedAt: Date;
|
|
19052
19115
|
deletedAt: Date | null;
|
|
19116
|
+
tags: {
|
|
19117
|
+
name: string;
|
|
19118
|
+
id: string;
|
|
19119
|
+
createdAt: Date;
|
|
19120
|
+
updatedAt: Date;
|
|
19121
|
+
deletedAt: Date | null;
|
|
19122
|
+
}[];
|
|
19123
|
+
callFrom: string | null;
|
|
19124
|
+
callTo: string | null;
|
|
19125
|
+
note: string | null;
|
|
19053
19126
|
categories: {
|
|
19054
19127
|
id: string;
|
|
19055
19128
|
value: string;
|
|
@@ -19072,16 +19145,6 @@ export declare const lineContract: {
|
|
|
19072
19145
|
}[];
|
|
19073
19146
|
}[];
|
|
19074
19147
|
}[];
|
|
19075
|
-
tags: {
|
|
19076
|
-
name: string;
|
|
19077
|
-
id: string;
|
|
19078
|
-
createdAt: Date;
|
|
19079
|
-
updatedAt: Date;
|
|
19080
|
-
deletedAt: Date | null;
|
|
19081
|
-
}[];
|
|
19082
|
-
callFrom: string | null;
|
|
19083
|
-
callTo: string | null;
|
|
19084
|
-
note: string | null;
|
|
19085
19148
|
customFields?: {
|
|
19086
19149
|
id: string;
|
|
19087
19150
|
createdAt: Date;
|
|
@@ -19141,7 +19204,7 @@ export declare const lineContract: {
|
|
|
19141
19204
|
previewUrl: string;
|
|
19142
19205
|
imageSetId: string;
|
|
19143
19206
|
repliedMessage: {
|
|
19144
|
-
type:
|
|
19207
|
+
type: string;
|
|
19145
19208
|
message: string;
|
|
19146
19209
|
id: string;
|
|
19147
19210
|
url: string;
|
|
@@ -19352,7 +19415,7 @@ export declare const lineContract: {
|
|
|
19352
19415
|
template?: any;
|
|
19353
19416
|
metadata?: any;
|
|
19354
19417
|
fromMessage?: {
|
|
19355
|
-
type:
|
|
19418
|
+
type: string;
|
|
19356
19419
|
message: string;
|
|
19357
19420
|
id: string;
|
|
19358
19421
|
url: string;
|
|
@@ -19496,6 +19559,7 @@ export declare const lineContract: {
|
|
|
19496
19559
|
lineRichMenuId?: string | null | undefined;
|
|
19497
19560
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
19498
19561
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
19562
|
+
isCSATEnabled?: boolean | undefined;
|
|
19499
19563
|
};
|
|
19500
19564
|
status: boolean;
|
|
19501
19565
|
createdAt: Date;
|
|
@@ -19787,6 +19851,7 @@ export declare const lineContract: {
|
|
|
19787
19851
|
closedAt: Date;
|
|
19788
19852
|
lastMessageAt: Date | null;
|
|
19789
19853
|
isBotRoom: boolean;
|
|
19854
|
+
csatStatus: string | null;
|
|
19790
19855
|
cxlog: {
|
|
19791
19856
|
id: string;
|
|
19792
19857
|
channel: string | null;
|
|
@@ -19814,6 +19879,16 @@ export declare const lineContract: {
|
|
|
19814
19879
|
createdAt: Date;
|
|
19815
19880
|
updatedAt: Date;
|
|
19816
19881
|
deletedAt: Date | null;
|
|
19882
|
+
tags: {
|
|
19883
|
+
name: string;
|
|
19884
|
+
id: string;
|
|
19885
|
+
createdAt: Date;
|
|
19886
|
+
updatedAt: Date;
|
|
19887
|
+
deletedAt: Date | null;
|
|
19888
|
+
}[];
|
|
19889
|
+
callFrom: string | null;
|
|
19890
|
+
callTo: string | null;
|
|
19891
|
+
note: string | null;
|
|
19817
19892
|
categories: {
|
|
19818
19893
|
id: string;
|
|
19819
19894
|
value: string;
|
|
@@ -19836,16 +19911,6 @@ export declare const lineContract: {
|
|
|
19836
19911
|
}[];
|
|
19837
19912
|
}[];
|
|
19838
19913
|
}[];
|
|
19839
|
-
tags: {
|
|
19840
|
-
name: string;
|
|
19841
|
-
id: string;
|
|
19842
|
-
createdAt: Date;
|
|
19843
|
-
updatedAt: Date;
|
|
19844
|
-
deletedAt: Date | null;
|
|
19845
|
-
}[];
|
|
19846
|
-
callFrom: string | null;
|
|
19847
|
-
callTo: string | null;
|
|
19848
|
-
note: string | null;
|
|
19849
19914
|
customFields?: {
|
|
19850
19915
|
id: string;
|
|
19851
19916
|
createdAt: Date;
|
|
@@ -19905,7 +19970,7 @@ export declare const lineContract: {
|
|
|
19905
19970
|
previewUrl: string;
|
|
19906
19971
|
imageSetId: string;
|
|
19907
19972
|
repliedMessage: {
|
|
19908
|
-
type:
|
|
19973
|
+
type: string;
|
|
19909
19974
|
message: string;
|
|
19910
19975
|
id: string;
|
|
19911
19976
|
url: string;
|
|
@@ -20200,6 +20265,7 @@ export declare const lineContract: {
|
|
|
20200
20265
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
20201
20266
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
20202
20267
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
20268
|
+
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
20203
20269
|
}, "strip", z.ZodTypeAny, {
|
|
20204
20270
|
name: string;
|
|
20205
20271
|
id: string;
|
|
@@ -20229,6 +20295,7 @@ export declare const lineContract: {
|
|
|
20229
20295
|
lineRichMenuId?: string | null | undefined;
|
|
20230
20296
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
20231
20297
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
20298
|
+
isCSATEnabled?: boolean | undefined;
|
|
20232
20299
|
}, {
|
|
20233
20300
|
name: string;
|
|
20234
20301
|
id: string;
|
|
@@ -20258,6 +20325,7 @@ export declare const lineContract: {
|
|
|
20258
20325
|
lineRichMenuId?: string | null | undefined;
|
|
20259
20326
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
20260
20327
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
20328
|
+
isCSATEnabled?: boolean | undefined;
|
|
20261
20329
|
}>>;
|
|
20262
20330
|
platformId: z.ZodOptional<z.ZodString>;
|
|
20263
20331
|
brandName: z.ZodOptional<z.ZodString>;
|
|
@@ -20317,6 +20385,7 @@ export declare const lineContract: {
|
|
|
20317
20385
|
lineRichMenuId?: string | null | undefined;
|
|
20318
20386
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
20319
20387
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
20388
|
+
isCSATEnabled?: boolean | undefined;
|
|
20320
20389
|
} | undefined;
|
|
20321
20390
|
platformId?: string | undefined;
|
|
20322
20391
|
brandName?: string | undefined;
|
|
@@ -20364,6 +20433,7 @@ export declare const lineContract: {
|
|
|
20364
20433
|
lineRichMenuId?: string | null | undefined;
|
|
20365
20434
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
20366
20435
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
20436
|
+
isCSATEnabled?: boolean | undefined;
|
|
20367
20437
|
} | undefined;
|
|
20368
20438
|
platformId?: string | undefined;
|
|
20369
20439
|
brandName?: string | undefined;
|
|
@@ -20450,6 +20520,7 @@ export declare const lineContract: {
|
|
|
20450
20520
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
20451
20521
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
20452
20522
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
20523
|
+
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
20453
20524
|
}, "strip", z.ZodTypeAny, {
|
|
20454
20525
|
name: string;
|
|
20455
20526
|
id: string;
|
|
@@ -20479,6 +20550,7 @@ export declare const lineContract: {
|
|
|
20479
20550
|
lineRichMenuId?: string | null | undefined;
|
|
20480
20551
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
20481
20552
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
20553
|
+
isCSATEnabled?: boolean | undefined;
|
|
20482
20554
|
}, {
|
|
20483
20555
|
name: string;
|
|
20484
20556
|
id: string;
|
|
@@ -20508,6 +20580,7 @@ export declare const lineContract: {
|
|
|
20508
20580
|
lineRichMenuId?: string | null | undefined;
|
|
20509
20581
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
20510
20582
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
20583
|
+
isCSATEnabled?: boolean | undefined;
|
|
20511
20584
|
}>;
|
|
20512
20585
|
platformId: z.ZodString;
|
|
20513
20586
|
brandName: z.ZodString;
|
|
@@ -20567,6 +20640,7 @@ export declare const lineContract: {
|
|
|
20567
20640
|
lineRichMenuId?: string | null | undefined;
|
|
20568
20641
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
20569
20642
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
20643
|
+
isCSATEnabled?: boolean | undefined;
|
|
20570
20644
|
};
|
|
20571
20645
|
status: boolean;
|
|
20572
20646
|
brandName: string;
|
|
@@ -20614,6 +20688,7 @@ export declare const lineContract: {
|
|
|
20614
20688
|
lineRichMenuId?: string | null | undefined;
|
|
20615
20689
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
20616
20690
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
20691
|
+
isCSATEnabled?: boolean | undefined;
|
|
20617
20692
|
};
|
|
20618
20693
|
status: boolean;
|
|
20619
20694
|
brandName: string;
|
|
@@ -20663,6 +20738,7 @@ export declare const lineContract: {
|
|
|
20663
20738
|
lineRichMenuId?: string | null | undefined;
|
|
20664
20739
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
20665
20740
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
20741
|
+
isCSATEnabled?: boolean | undefined;
|
|
20666
20742
|
};
|
|
20667
20743
|
status: boolean;
|
|
20668
20744
|
brandName: string;
|
|
@@ -20713,6 +20789,7 @@ export declare const lineContract: {
|
|
|
20713
20789
|
lineRichMenuId?: string | null | undefined;
|
|
20714
20790
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
20715
20791
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
20792
|
+
isCSATEnabled?: boolean | undefined;
|
|
20716
20793
|
};
|
|
20717
20794
|
status: boolean;
|
|
20718
20795
|
brandName: string;
|
|
@@ -20833,6 +20910,7 @@ export declare const lineContract: {
|
|
|
20833
20910
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
20834
20911
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
20835
20912
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
20913
|
+
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
20836
20914
|
}, "strip", z.ZodTypeAny, {
|
|
20837
20915
|
name: string;
|
|
20838
20916
|
id: string;
|
|
@@ -20862,6 +20940,7 @@ export declare const lineContract: {
|
|
|
20862
20940
|
lineRichMenuId?: string | null | undefined;
|
|
20863
20941
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
20864
20942
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
20943
|
+
isCSATEnabled?: boolean | undefined;
|
|
20865
20944
|
}, {
|
|
20866
20945
|
name: string;
|
|
20867
20946
|
id: string;
|
|
@@ -20891,6 +20970,7 @@ export declare const lineContract: {
|
|
|
20891
20970
|
lineRichMenuId?: string | null | undefined;
|
|
20892
20971
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
20893
20972
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
20973
|
+
isCSATEnabled?: boolean | undefined;
|
|
20894
20974
|
}>;
|
|
20895
20975
|
platformId: z.ZodString;
|
|
20896
20976
|
brandName: z.ZodString;
|
|
@@ -20950,6 +21030,7 @@ export declare const lineContract: {
|
|
|
20950
21030
|
lineRichMenuId?: string | null | undefined;
|
|
20951
21031
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
20952
21032
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
21033
|
+
isCSATEnabled?: boolean | undefined;
|
|
20953
21034
|
};
|
|
20954
21035
|
status: boolean;
|
|
20955
21036
|
brandName: string;
|
|
@@ -20997,6 +21078,7 @@ export declare const lineContract: {
|
|
|
20997
21078
|
lineRichMenuId?: string | null | undefined;
|
|
20998
21079
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
20999
21080
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
21081
|
+
isCSATEnabled?: boolean | undefined;
|
|
21000
21082
|
};
|
|
21001
21083
|
status: boolean;
|
|
21002
21084
|
brandName: string;
|
|
@@ -21046,6 +21128,7 @@ export declare const lineContract: {
|
|
|
21046
21128
|
lineRichMenuId?: string | null | undefined;
|
|
21047
21129
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
21048
21130
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
21131
|
+
isCSATEnabled?: boolean | undefined;
|
|
21049
21132
|
};
|
|
21050
21133
|
status: boolean;
|
|
21051
21134
|
brandName: string;
|
|
@@ -21096,6 +21179,7 @@ export declare const lineContract: {
|
|
|
21096
21179
|
lineRichMenuId?: string | null | undefined;
|
|
21097
21180
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
21098
21181
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
21182
|
+
isCSATEnabled?: boolean | undefined;
|
|
21099
21183
|
};
|
|
21100
21184
|
status: boolean;
|
|
21101
21185
|
brandName: string;
|
|
@@ -21216,6 +21300,7 @@ export declare const lineContract: {
|
|
|
21216
21300
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
21217
21301
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
21218
21302
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
21303
|
+
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
21219
21304
|
}, "strip", z.ZodTypeAny, {
|
|
21220
21305
|
name: string;
|
|
21221
21306
|
id: string;
|
|
@@ -21245,6 +21330,7 @@ export declare const lineContract: {
|
|
|
21245
21330
|
lineRichMenuId?: string | null | undefined;
|
|
21246
21331
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
21247
21332
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
21333
|
+
isCSATEnabled?: boolean | undefined;
|
|
21248
21334
|
}, {
|
|
21249
21335
|
name: string;
|
|
21250
21336
|
id: string;
|
|
@@ -21274,6 +21360,7 @@ export declare const lineContract: {
|
|
|
21274
21360
|
lineRichMenuId?: string | null | undefined;
|
|
21275
21361
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
21276
21362
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
21363
|
+
isCSATEnabled?: boolean | undefined;
|
|
21277
21364
|
}>;
|
|
21278
21365
|
platformId: z.ZodString;
|
|
21279
21366
|
brandName: z.ZodString;
|
|
@@ -21333,6 +21420,7 @@ export declare const lineContract: {
|
|
|
21333
21420
|
lineRichMenuId?: string | null | undefined;
|
|
21334
21421
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
21335
21422
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
21423
|
+
isCSATEnabled?: boolean | undefined;
|
|
21336
21424
|
};
|
|
21337
21425
|
status: boolean;
|
|
21338
21426
|
brandName: string;
|
|
@@ -21380,6 +21468,7 @@ export declare const lineContract: {
|
|
|
21380
21468
|
lineRichMenuId?: string | null | undefined;
|
|
21381
21469
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
21382
21470
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
21471
|
+
isCSATEnabled?: boolean | undefined;
|
|
21383
21472
|
};
|
|
21384
21473
|
status: boolean;
|
|
21385
21474
|
brandName: string;
|
|
@@ -21429,6 +21518,7 @@ export declare const lineContract: {
|
|
|
21429
21518
|
lineRichMenuId?: string | null | undefined;
|
|
21430
21519
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
21431
21520
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
21521
|
+
isCSATEnabled?: boolean | undefined;
|
|
21432
21522
|
};
|
|
21433
21523
|
status: boolean;
|
|
21434
21524
|
brandName: string;
|
|
@@ -21479,6 +21569,7 @@ export declare const lineContract: {
|
|
|
21479
21569
|
lineRichMenuId?: string | null | undefined;
|
|
21480
21570
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
21481
21571
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
21572
|
+
isCSATEnabled?: boolean | undefined;
|
|
21482
21573
|
};
|
|
21483
21574
|
status: boolean;
|
|
21484
21575
|
brandName: string;
|