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