@kl1/contracts 1.2.61-uat → 1.2.62-uat
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/api-contracts/src/channel/index.d.ts +2629 -2831
- package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/schema.d.ts +0 -8
- package/dist/api-contracts/src/channel/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/validation.d.ts +10 -10
- package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/index.d.ts +189 -515
- package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/schema.d.ts +45 -124
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +72 -151
- package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/contract.d.ts +3632 -5096
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/index.d.ts +0 -11
- package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/schema.d.ts +0 -9
- package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/index.d.ts +1 -290
- package/dist/api-contracts/src/dashboard/index.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/schema.d.ts +0 -71
- package/dist/api-contracts/src/dashboard/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/index.d.ts +43 -165
- 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/instagram/index.d.ts +33 -132
- package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/line/index.d.ts +40 -131
- package/dist/api-contracts/src/line/index.d.ts.map +1 -1
- package/dist/api-contracts/src/line/validation.d.ts +5 -14
- package/dist/api-contracts/src/line/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/messenger/index.d.ts +33 -132
- 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/sms/index.d.ts +5 -42
- package/dist/api-contracts/src/sms/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telegram/index.d.ts +33 -110
- package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/viber/index.d.ts +33 -110
- package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
- package/dist/api-contracts/src/webchat/index.d.ts +33 -110
- package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/whatsapp/index.d.ts +39 -167
- package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
- package/dist/api-contracts/src/whatsapp/validation.d.ts +3 -3
- package/dist/api-contracts/src/workflow-rule/index.d.ts +12 -58
- package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
- 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 +40 -139
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +40 -139
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
@@ -200,7 +200,6 @@ export declare const messengerContract: {
|
|
200
200
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
201
201
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
202
202
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
203
|
-
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
204
203
|
}, "strip", z.ZodTypeAny, {
|
205
204
|
name: string;
|
206
205
|
id: string;
|
@@ -230,7 +229,6 @@ export declare const messengerContract: {
|
|
230
229
|
lineRichMenuId?: string | null | undefined;
|
231
230
|
messengerIntegrationType?: "own" | "business" | undefined;
|
232
231
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
233
|
-
isCSATEnabled?: boolean | undefined;
|
234
232
|
}, {
|
235
233
|
name: string;
|
236
234
|
id: string;
|
@@ -260,7 +258,6 @@ export declare const messengerContract: {
|
|
260
258
|
lineRichMenuId?: string | null | undefined;
|
261
259
|
messengerIntegrationType?: "own" | "business" | undefined;
|
262
260
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
263
|
-
isCSATEnabled?: boolean | undefined;
|
264
261
|
}>;
|
265
262
|
platformId: z.ZodString;
|
266
263
|
brandName: z.ZodString;
|
@@ -320,7 +317,6 @@ export declare const messengerContract: {
|
|
320
317
|
lineRichMenuId?: string | null | undefined;
|
321
318
|
messengerIntegrationType?: "own" | "business" | undefined;
|
322
319
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
323
|
-
isCSATEnabled?: boolean | undefined;
|
324
320
|
};
|
325
321
|
status: boolean;
|
326
322
|
brandName: string;
|
@@ -368,7 +364,6 @@ export declare const messengerContract: {
|
|
368
364
|
lineRichMenuId?: string | null | undefined;
|
369
365
|
messengerIntegrationType?: "own" | "business" | undefined;
|
370
366
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
371
|
-
isCSATEnabled?: boolean | undefined;
|
372
367
|
};
|
373
368
|
status: boolean;
|
374
369
|
brandName: string;
|
@@ -421,7 +416,6 @@ export declare const messengerContract: {
|
|
421
416
|
lineRichMenuId?: string | null | undefined;
|
422
417
|
messengerIntegrationType?: "own" | "business" | undefined;
|
423
418
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
424
|
-
isCSATEnabled?: boolean | undefined;
|
425
419
|
};
|
426
420
|
status: boolean;
|
427
421
|
brandName: string;
|
@@ -513,7 +507,6 @@ export declare const messengerContract: {
|
|
513
507
|
lineRichMenuId?: string | null | undefined;
|
514
508
|
messengerIntegrationType?: "own" | "business" | undefined;
|
515
509
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
516
|
-
isCSATEnabled?: boolean | undefined;
|
517
510
|
};
|
518
511
|
status: boolean;
|
519
512
|
brandName: string;
|
@@ -575,7 +568,7 @@ export declare const messengerContract: {
|
|
575
568
|
id: z.ZodOptional<z.ZodString>;
|
576
569
|
message: z.ZodOptional<z.ZodString>;
|
577
570
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
578
|
-
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", "
|
571
|
+
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", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
579
572
|
readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
580
573
|
metadata: z.ZodOptional<z.ZodAny>;
|
581
574
|
platformId: z.ZodOptional<z.ZodString>;
|
@@ -631,7 +624,7 @@ export declare const messengerContract: {
|
|
631
624
|
editedAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
632
625
|
label: z.ZodOptional<z.ZodString>;
|
633
626
|
}, "strip", z.ZodTypeAny, {
|
634
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
627
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
635
628
|
direction: "incoming" | "outgoing" | "system";
|
636
629
|
id?: string | undefined;
|
637
630
|
message?: string | undefined;
|
@@ -666,7 +659,7 @@ export declare const messengerContract: {
|
|
666
659
|
editedAt?: string | Date | null | undefined;
|
667
660
|
label?: string | undefined;
|
668
661
|
}, {
|
669
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
662
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
670
663
|
direction: "incoming" | "outgoing" | "system";
|
671
664
|
id?: string | undefined;
|
672
665
|
message?: string | undefined;
|
@@ -703,7 +696,7 @@ export declare const messengerContract: {
|
|
703
696
|
}>;
|
704
697
|
}, "strip", z.ZodTypeAny, {
|
705
698
|
message: {
|
706
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
699
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
707
700
|
direction: "incoming" | "outgoing" | "system";
|
708
701
|
id?: string | undefined;
|
709
702
|
message?: string | undefined;
|
@@ -773,7 +766,6 @@ export declare const messengerContract: {
|
|
773
766
|
lineRichMenuId?: string | null | undefined;
|
774
767
|
messengerIntegrationType?: "own" | "business" | undefined;
|
775
768
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
776
|
-
isCSATEnabled?: boolean | undefined;
|
777
769
|
};
|
778
770
|
status: boolean;
|
779
771
|
brandName: string;
|
@@ -834,7 +826,7 @@ export declare const messengerContract: {
|
|
834
826
|
isBot: boolean | null;
|
835
827
|
}, {
|
836
828
|
message: {
|
837
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
829
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
838
830
|
direction: "incoming" | "outgoing" | "system";
|
839
831
|
id?: string | undefined;
|
840
832
|
message?: string | undefined;
|
@@ -904,7 +896,6 @@ export declare const messengerContract: {
|
|
904
896
|
lineRichMenuId?: string | null | undefined;
|
905
897
|
messengerIntegrationType?: "own" | "business" | undefined;
|
906
898
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
907
|
-
isCSATEnabled?: boolean | undefined;
|
908
899
|
};
|
909
900
|
status: boolean;
|
910
901
|
brandName: string;
|
@@ -969,7 +960,7 @@ export declare const messengerContract: {
|
|
969
960
|
200: z.ZodObject<{
|
970
961
|
requestId: z.ZodString;
|
971
962
|
data: z.ZodObject<{
|
972
|
-
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", "
|
963
|
+
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", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
973
964
|
message: z.ZodString;
|
974
965
|
id: z.ZodString;
|
975
966
|
url: z.ZodString;
|
@@ -2486,7 +2477,6 @@ export declare const messengerContract: {
|
|
2486
2477
|
channelId: string;
|
2487
2478
|
socialPlatformId: string;
|
2488
2479
|
}>;
|
2489
|
-
csatStatus: z.ZodNullable<z.ZodString>;
|
2490
2480
|
actor: z.ZodObject<{
|
2491
2481
|
id: z.ZodString;
|
2492
2482
|
createdAt: z.ZodDate;
|
@@ -2965,7 +2955,6 @@ export declare const messengerContract: {
|
|
2965
2955
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
2966
2956
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
2967
2957
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
2968
|
-
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
2969
2958
|
}, "strip", z.ZodTypeAny, {
|
2970
2959
|
name: string;
|
2971
2960
|
id: string;
|
@@ -2995,7 +2984,6 @@ export declare const messengerContract: {
|
|
2995
2984
|
lineRichMenuId?: string | null | undefined;
|
2996
2985
|
messengerIntegrationType?: "own" | "business" | undefined;
|
2997
2986
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
2998
|
-
isCSATEnabled?: boolean | undefined;
|
2999
2987
|
}, {
|
3000
2988
|
name: string;
|
3001
2989
|
id: string;
|
@@ -3025,7 +3013,6 @@ export declare const messengerContract: {
|
|
3025
3013
|
lineRichMenuId?: string | null | undefined;
|
3026
3014
|
messengerIntegrationType?: "own" | "business" | undefined;
|
3027
3015
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
3028
|
-
isCSATEnabled?: boolean | undefined;
|
3029
3016
|
}>;
|
3030
3017
|
brandName: z.ZodString;
|
3031
3018
|
platformId: z.ZodString;
|
@@ -3289,7 +3276,6 @@ export declare const messengerContract: {
|
|
3289
3276
|
lineRichMenuId?: string | null | undefined;
|
3290
3277
|
messengerIntegrationType?: "own" | "business" | undefined;
|
3291
3278
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
3292
|
-
isCSATEnabled?: boolean | undefined;
|
3293
3279
|
};
|
3294
3280
|
status: boolean;
|
3295
3281
|
createdAt: Date;
|
@@ -3384,7 +3370,6 @@ export declare const messengerContract: {
|
|
3384
3370
|
lineRichMenuId?: string | null | undefined;
|
3385
3371
|
messengerIntegrationType?: "own" | "business" | undefined;
|
3386
3372
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
3387
|
-
isCSATEnabled?: boolean | undefined;
|
3388
3373
|
};
|
3389
3374
|
status: boolean;
|
3390
3375
|
createdAt: Date;
|
@@ -4043,7 +4028,6 @@ export declare const messengerContract: {
|
|
4043
4028
|
lineRichMenuId?: string | null | undefined;
|
4044
4029
|
messengerIntegrationType?: "own" | "business" | undefined;
|
4045
4030
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
4046
|
-
isCSATEnabled?: boolean | undefined;
|
4047
4031
|
};
|
4048
4032
|
status: boolean;
|
4049
4033
|
createdAt: Date;
|
@@ -4335,7 +4319,6 @@ export declare const messengerContract: {
|
|
4335
4319
|
closedAt: Date;
|
4336
4320
|
lastMessageAt: Date | null;
|
4337
4321
|
isBotRoom: boolean;
|
4338
|
-
csatStatus: string | null;
|
4339
4322
|
cxlog: {
|
4340
4323
|
id: string;
|
4341
4324
|
channel: string | null;
|
@@ -4472,7 +4455,6 @@ export declare const messengerContract: {
|
|
4472
4455
|
lineRichMenuId?: string | null | undefined;
|
4473
4456
|
messengerIntegrationType?: "own" | "business" | undefined;
|
4474
4457
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
4475
|
-
isCSATEnabled?: boolean | undefined;
|
4476
4458
|
};
|
4477
4459
|
status: boolean;
|
4478
4460
|
createdAt: Date;
|
@@ -4764,7 +4746,6 @@ export declare const messengerContract: {
|
|
4764
4746
|
closedAt: Date;
|
4765
4747
|
lastMessageAt: Date | null;
|
4766
4748
|
isBotRoom: boolean;
|
4767
|
-
csatStatus: string | null;
|
4768
4749
|
cxlog: {
|
4769
4750
|
id: string;
|
4770
4751
|
channel: string | null;
|
@@ -4905,7 +4886,7 @@ export declare const messengerContract: {
|
|
4905
4886
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
4906
4887
|
message: z.ZodString;
|
4907
4888
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
4908
|
-
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", "
|
4889
|
+
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", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
4909
4890
|
readAt: z.ZodDate;
|
4910
4891
|
metadata: z.ZodAny;
|
4911
4892
|
platformId: z.ZodString;
|
@@ -5563,7 +5544,7 @@ export declare const messengerContract: {
|
|
5563
5544
|
};
|
5564
5545
|
}>;
|
5565
5546
|
}, "strip", z.ZodTypeAny, {
|
5566
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
5547
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
5567
5548
|
message: string;
|
5568
5549
|
id: string;
|
5569
5550
|
url: string;
|
@@ -5725,7 +5706,7 @@ export declare const messengerContract: {
|
|
5725
5706
|
metadata?: any;
|
5726
5707
|
template?: any;
|
5727
5708
|
}, {
|
5728
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
5709
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
5729
5710
|
message: string;
|
5730
5711
|
id: string;
|
5731
5712
|
url: string;
|
@@ -6099,7 +6080,7 @@ export declare const messengerContract: {
|
|
6099
6080
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
6100
6081
|
message: z.ZodString;
|
6101
6082
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
6102
|
-
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", "
|
6083
|
+
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", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
6103
6084
|
readAt: z.ZodDate;
|
6104
6085
|
metadata: z.ZodAny;
|
6105
6086
|
platformId: z.ZodString;
|
@@ -7173,7 +7154,6 @@ export declare const messengerContract: {
|
|
7173
7154
|
channelId: string;
|
7174
7155
|
socialPlatformId: string;
|
7175
7156
|
}>;
|
7176
|
-
csatStatus: z.ZodNullable<z.ZodString>;
|
7177
7157
|
actor: z.ZodObject<{
|
7178
7158
|
id: z.ZodString;
|
7179
7159
|
createdAt: z.ZodDate;
|
@@ -7652,7 +7632,6 @@ export declare const messengerContract: {
|
|
7652
7632
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
7653
7633
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
7654
7634
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
7655
|
-
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
7656
7635
|
}, "strip", z.ZodTypeAny, {
|
7657
7636
|
name: string;
|
7658
7637
|
id: string;
|
@@ -7682,7 +7661,6 @@ export declare const messengerContract: {
|
|
7682
7661
|
lineRichMenuId?: string | null | undefined;
|
7683
7662
|
messengerIntegrationType?: "own" | "business" | undefined;
|
7684
7663
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
7685
|
-
isCSATEnabled?: boolean | undefined;
|
7686
7664
|
}, {
|
7687
7665
|
name: string;
|
7688
7666
|
id: string;
|
@@ -7712,7 +7690,6 @@ export declare const messengerContract: {
|
|
7712
7690
|
lineRichMenuId?: string | null | undefined;
|
7713
7691
|
messengerIntegrationType?: "own" | "business" | undefined;
|
7714
7692
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
7715
|
-
isCSATEnabled?: boolean | undefined;
|
7716
7693
|
}>;
|
7717
7694
|
brandName: z.ZodString;
|
7718
7695
|
platformId: z.ZodString;
|
@@ -7976,7 +7953,6 @@ export declare const messengerContract: {
|
|
7976
7953
|
lineRichMenuId?: string | null | undefined;
|
7977
7954
|
messengerIntegrationType?: "own" | "business" | undefined;
|
7978
7955
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
7979
|
-
isCSATEnabled?: boolean | undefined;
|
7980
7956
|
};
|
7981
7957
|
status: boolean;
|
7982
7958
|
createdAt: Date;
|
@@ -8071,7 +8047,6 @@ export declare const messengerContract: {
|
|
8071
8047
|
lineRichMenuId?: string | null | undefined;
|
8072
8048
|
messengerIntegrationType?: "own" | "business" | undefined;
|
8073
8049
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
8074
|
-
isCSATEnabled?: boolean | undefined;
|
8075
8050
|
};
|
8076
8051
|
status: boolean;
|
8077
8052
|
createdAt: Date;
|
@@ -8730,7 +8705,6 @@ export declare const messengerContract: {
|
|
8730
8705
|
lineRichMenuId?: string | null | undefined;
|
8731
8706
|
messengerIntegrationType?: "own" | "business" | undefined;
|
8732
8707
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
8733
|
-
isCSATEnabled?: boolean | undefined;
|
8734
8708
|
};
|
8735
8709
|
status: boolean;
|
8736
8710
|
createdAt: Date;
|
@@ -9022,7 +8996,6 @@ export declare const messengerContract: {
|
|
9022
8996
|
closedAt: Date;
|
9023
8997
|
lastMessageAt: Date | null;
|
9024
8998
|
isBotRoom: boolean;
|
9025
|
-
csatStatus: string | null;
|
9026
8999
|
cxlog: {
|
9027
9000
|
id: string;
|
9028
9001
|
channel: string | null;
|
@@ -9159,7 +9132,6 @@ export declare const messengerContract: {
|
|
9159
9132
|
lineRichMenuId?: string | null | undefined;
|
9160
9133
|
messengerIntegrationType?: "own" | "business" | undefined;
|
9161
9134
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
9162
|
-
isCSATEnabled?: boolean | undefined;
|
9163
9135
|
};
|
9164
9136
|
status: boolean;
|
9165
9137
|
createdAt: Date;
|
@@ -9451,7 +9423,6 @@ export declare const messengerContract: {
|
|
9451
9423
|
closedAt: Date;
|
9452
9424
|
lastMessageAt: Date | null;
|
9453
9425
|
isBotRoom: boolean;
|
9454
|
-
csatStatus: string | null;
|
9455
9426
|
cxlog: {
|
9456
9427
|
id: string;
|
9457
9428
|
channel: string | null;
|
@@ -9595,7 +9566,7 @@ export declare const messengerContract: {
|
|
9595
9566
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
9596
9567
|
message: z.ZodString;
|
9597
9568
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
9598
|
-
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", "
|
9569
|
+
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", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
9599
9570
|
readAt: z.ZodDate;
|
9600
9571
|
metadata: z.ZodAny;
|
9601
9572
|
platformId: z.ZodString;
|
@@ -10253,7 +10224,7 @@ export declare const messengerContract: {
|
|
10253
10224
|
};
|
10254
10225
|
}>;
|
10255
10226
|
}, "strip", z.ZodTypeAny, {
|
10256
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
10227
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
10257
10228
|
message: string;
|
10258
10229
|
id: string;
|
10259
10230
|
url: string;
|
@@ -10415,7 +10386,7 @@ export declare const messengerContract: {
|
|
10415
10386
|
metadata?: any;
|
10416
10387
|
template?: any;
|
10417
10388
|
}, {
|
10418
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
10389
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
10419
10390
|
message: string;
|
10420
10391
|
id: string;
|
10421
10392
|
url: string;
|
@@ -11217,7 +11188,7 @@ export declare const messengerContract: {
|
|
11217
11188
|
editedMessageid: z.ZodString;
|
11218
11189
|
label: z.ZodOptional<z.ZodString>;
|
11219
11190
|
}, "strip", z.ZodTypeAny, {
|
11220
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
11191
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
11221
11192
|
message: string;
|
11222
11193
|
id: string;
|
11223
11194
|
url: string;
|
@@ -11361,7 +11332,6 @@ export declare const messengerContract: {
|
|
11361
11332
|
lineRichMenuId?: string | null | undefined;
|
11362
11333
|
messengerIntegrationType?: "own" | "business" | undefined;
|
11363
11334
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
11364
|
-
isCSATEnabled?: boolean | undefined;
|
11365
11335
|
};
|
11366
11336
|
status: boolean;
|
11367
11337
|
createdAt: Date;
|
@@ -11653,7 +11623,6 @@ export declare const messengerContract: {
|
|
11653
11623
|
closedAt: Date;
|
11654
11624
|
lastMessageAt: Date | null;
|
11655
11625
|
isBotRoom: boolean;
|
11656
|
-
csatStatus: string | null;
|
11657
11626
|
cxlog: {
|
11658
11627
|
id: string;
|
11659
11628
|
channel: string | null;
|
@@ -11772,7 +11741,7 @@ export declare const messengerContract: {
|
|
11772
11741
|
previewUrl: string;
|
11773
11742
|
imageSetId: string;
|
11774
11743
|
repliedMessage: {
|
11775
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
11744
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
11776
11745
|
message: string;
|
11777
11746
|
id: string;
|
11778
11747
|
url: string;
|
@@ -11983,7 +11952,7 @@ export declare const messengerContract: {
|
|
11983
11952
|
template?: any;
|
11984
11953
|
label?: string | undefined;
|
11985
11954
|
}, {
|
11986
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
11955
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
11987
11956
|
message: string;
|
11988
11957
|
id: string;
|
11989
11958
|
url: string;
|
@@ -12127,7 +12096,6 @@ export declare const messengerContract: {
|
|
12127
12096
|
lineRichMenuId?: string | null | undefined;
|
12128
12097
|
messengerIntegrationType?: "own" | "business" | undefined;
|
12129
12098
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
12130
|
-
isCSATEnabled?: boolean | undefined;
|
12131
12099
|
};
|
12132
12100
|
status: boolean;
|
12133
12101
|
createdAt: Date;
|
@@ -12419,7 +12387,6 @@ export declare const messengerContract: {
|
|
12419
12387
|
closedAt: Date;
|
12420
12388
|
lastMessageAt: Date | null;
|
12421
12389
|
isBotRoom: boolean;
|
12422
|
-
csatStatus: string | null;
|
12423
12390
|
cxlog: {
|
12424
12391
|
id: string;
|
12425
12392
|
channel: string | null;
|
@@ -12538,7 +12505,7 @@ export declare const messengerContract: {
|
|
12538
12505
|
previewUrl: string;
|
12539
12506
|
imageSetId: string;
|
12540
12507
|
repliedMessage: {
|
12541
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
12508
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
12542
12509
|
message: string;
|
12543
12510
|
id: string;
|
12544
12511
|
url: string;
|
@@ -12750,7 +12717,7 @@ export declare const messengerContract: {
|
|
12750
12717
|
label?: string | undefined;
|
12751
12718
|
}>>>;
|
12752
12719
|
}, "strip", z.ZodTypeAny, {
|
12753
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
12720
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
12754
12721
|
message: string;
|
12755
12722
|
id: string;
|
12756
12723
|
url: string;
|
@@ -12894,7 +12861,6 @@ export declare const messengerContract: {
|
|
12894
12861
|
lineRichMenuId?: string | null | undefined;
|
12895
12862
|
messengerIntegrationType?: "own" | "business" | undefined;
|
12896
12863
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
12897
|
-
isCSATEnabled?: boolean | undefined;
|
12898
12864
|
};
|
12899
12865
|
status: boolean;
|
12900
12866
|
createdAt: Date;
|
@@ -13186,7 +13152,6 @@ export declare const messengerContract: {
|
|
13186
13152
|
closedAt: Date;
|
13187
13153
|
lastMessageAt: Date | null;
|
13188
13154
|
isBotRoom: boolean;
|
13189
|
-
csatStatus: string | null;
|
13190
13155
|
cxlog: {
|
13191
13156
|
id: string;
|
13192
13157
|
channel: string | null;
|
@@ -13305,7 +13270,7 @@ export declare const messengerContract: {
|
|
13305
13270
|
previewUrl: string;
|
13306
13271
|
imageSetId: string;
|
13307
13272
|
repliedMessage: {
|
13308
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
13273
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
13309
13274
|
message: string;
|
13310
13275
|
id: string;
|
13311
13276
|
url: string;
|
@@ -13516,7 +13481,7 @@ export declare const messengerContract: {
|
|
13516
13481
|
template?: any;
|
13517
13482
|
metadata?: any;
|
13518
13483
|
fromMessage?: {
|
13519
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
13484
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
13520
13485
|
message: string;
|
13521
13486
|
id: string;
|
13522
13487
|
url: string;
|
@@ -13660,7 +13625,6 @@ export declare const messengerContract: {
|
|
13660
13625
|
lineRichMenuId?: string | null | undefined;
|
13661
13626
|
messengerIntegrationType?: "own" | "business" | undefined;
|
13662
13627
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
13663
|
-
isCSATEnabled?: boolean | undefined;
|
13664
13628
|
};
|
13665
13629
|
status: boolean;
|
13666
13630
|
createdAt: Date;
|
@@ -13952,7 +13916,6 @@ export declare const messengerContract: {
|
|
13952
13916
|
closedAt: Date;
|
13953
13917
|
lastMessageAt: Date | null;
|
13954
13918
|
isBotRoom: boolean;
|
13955
|
-
csatStatus: string | null;
|
13956
13919
|
cxlog: {
|
13957
13920
|
id: string;
|
13958
13921
|
channel: string | null;
|
@@ -14071,7 +14034,7 @@ export declare const messengerContract: {
|
|
14071
14034
|
previewUrl: string;
|
14072
14035
|
imageSetId: string;
|
14073
14036
|
repliedMessage: {
|
14074
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
14037
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
14075
14038
|
message: string;
|
14076
14039
|
id: string;
|
14077
14040
|
url: string;
|
@@ -14283,7 +14246,7 @@ export declare const messengerContract: {
|
|
14283
14246
|
label?: string | undefined;
|
14284
14247
|
} | null | undefined;
|
14285
14248
|
}, {
|
14286
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
14249
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
14287
14250
|
message: string;
|
14288
14251
|
id: string;
|
14289
14252
|
url: string;
|
@@ -14427,7 +14390,6 @@ export declare const messengerContract: {
|
|
14427
14390
|
lineRichMenuId?: string | null | undefined;
|
14428
14391
|
messengerIntegrationType?: "own" | "business" | undefined;
|
14429
14392
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
14430
|
-
isCSATEnabled?: boolean | undefined;
|
14431
14393
|
};
|
14432
14394
|
status: boolean;
|
14433
14395
|
createdAt: Date;
|
@@ -14719,7 +14681,6 @@ export declare const messengerContract: {
|
|
14719
14681
|
closedAt: Date;
|
14720
14682
|
lastMessageAt: Date | null;
|
14721
14683
|
isBotRoom: boolean;
|
14722
|
-
csatStatus: string | null;
|
14723
14684
|
cxlog: {
|
14724
14685
|
id: string;
|
14725
14686
|
channel: string | null;
|
@@ -14838,7 +14799,7 @@ export declare const messengerContract: {
|
|
14838
14799
|
previewUrl: string;
|
14839
14800
|
imageSetId: string;
|
14840
14801
|
repliedMessage: {
|
14841
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
14802
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
14842
14803
|
message: string;
|
14843
14804
|
id: string;
|
14844
14805
|
url: string;
|
@@ -15049,7 +15010,7 @@ export declare const messengerContract: {
|
|
15049
15010
|
template?: any;
|
15050
15011
|
metadata?: any;
|
15051
15012
|
fromMessage?: {
|
15052
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
15013
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
15053
15014
|
message: string;
|
15054
15015
|
id: string;
|
15055
15016
|
url: string;
|
@@ -15193,7 +15154,6 @@ export declare const messengerContract: {
|
|
15193
15154
|
lineRichMenuId?: string | null | undefined;
|
15194
15155
|
messengerIntegrationType?: "own" | "business" | undefined;
|
15195
15156
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
15196
|
-
isCSATEnabled?: boolean | undefined;
|
15197
15157
|
};
|
15198
15158
|
status: boolean;
|
15199
15159
|
createdAt: Date;
|
@@ -15485,7 +15445,6 @@ export declare const messengerContract: {
|
|
15485
15445
|
closedAt: Date;
|
15486
15446
|
lastMessageAt: Date | null;
|
15487
15447
|
isBotRoom: boolean;
|
15488
|
-
csatStatus: string | null;
|
15489
15448
|
cxlog: {
|
15490
15449
|
id: string;
|
15491
15450
|
channel: string | null;
|
@@ -15604,7 +15563,7 @@ export declare const messengerContract: {
|
|
15604
15563
|
previewUrl: string;
|
15605
15564
|
imageSetId: string;
|
15606
15565
|
repliedMessage: {
|
15607
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
15566
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
15608
15567
|
message: string;
|
15609
15568
|
id: string;
|
15610
15569
|
url: string;
|
@@ -15818,7 +15777,7 @@ export declare const messengerContract: {
|
|
15818
15777
|
}>;
|
15819
15778
|
}, "strip", z.ZodTypeAny, {
|
15820
15779
|
data: {
|
15821
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
15780
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
15822
15781
|
message: string;
|
15823
15782
|
id: string;
|
15824
15783
|
url: string;
|
@@ -15962,7 +15921,6 @@ export declare const messengerContract: {
|
|
15962
15921
|
lineRichMenuId?: string | null | undefined;
|
15963
15922
|
messengerIntegrationType?: "own" | "business" | undefined;
|
15964
15923
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
15965
|
-
isCSATEnabled?: boolean | undefined;
|
15966
15924
|
};
|
15967
15925
|
status: boolean;
|
15968
15926
|
createdAt: Date;
|
@@ -16254,7 +16212,6 @@ export declare const messengerContract: {
|
|
16254
16212
|
closedAt: Date;
|
16255
16213
|
lastMessageAt: Date | null;
|
16256
16214
|
isBotRoom: boolean;
|
16257
|
-
csatStatus: string | null;
|
16258
16215
|
cxlog: {
|
16259
16216
|
id: string;
|
16260
16217
|
channel: string | null;
|
@@ -16373,7 +16330,7 @@ export declare const messengerContract: {
|
|
16373
16330
|
previewUrl: string;
|
16374
16331
|
imageSetId: string;
|
16375
16332
|
repliedMessage: {
|
16376
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
16333
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
16377
16334
|
message: string;
|
16378
16335
|
id: string;
|
16379
16336
|
url: string;
|
@@ -16584,7 +16541,7 @@ export declare const messengerContract: {
|
|
16584
16541
|
template?: any;
|
16585
16542
|
metadata?: any;
|
16586
16543
|
fromMessage?: {
|
16587
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
16544
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
16588
16545
|
message: string;
|
16589
16546
|
id: string;
|
16590
16547
|
url: string;
|
@@ -16728,7 +16685,6 @@ export declare const messengerContract: {
|
|
16728
16685
|
lineRichMenuId?: string | null | undefined;
|
16729
16686
|
messengerIntegrationType?: "own" | "business" | undefined;
|
16730
16687
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
16731
|
-
isCSATEnabled?: boolean | undefined;
|
16732
16688
|
};
|
16733
16689
|
status: boolean;
|
16734
16690
|
createdAt: Date;
|
@@ -17020,7 +16976,6 @@ export declare const messengerContract: {
|
|
17020
16976
|
closedAt: Date;
|
17021
16977
|
lastMessageAt: Date | null;
|
17022
16978
|
isBotRoom: boolean;
|
17023
|
-
csatStatus: string | null;
|
17024
16979
|
cxlog: {
|
17025
16980
|
id: string;
|
17026
16981
|
channel: string | null;
|
@@ -17139,7 +17094,7 @@ export declare const messengerContract: {
|
|
17139
17094
|
previewUrl: string;
|
17140
17095
|
imageSetId: string;
|
17141
17096
|
repliedMessage: {
|
17142
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
17097
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
17143
17098
|
message: string;
|
17144
17099
|
id: string;
|
17145
17100
|
url: string;
|
@@ -17354,7 +17309,7 @@ export declare const messengerContract: {
|
|
17354
17309
|
requestId: string;
|
17355
17310
|
}, {
|
17356
17311
|
data: {
|
17357
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
17312
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
17358
17313
|
message: string;
|
17359
17314
|
id: string;
|
17360
17315
|
url: string;
|
@@ -17498,7 +17453,6 @@ export declare const messengerContract: {
|
|
17498
17453
|
lineRichMenuId?: string | null | undefined;
|
17499
17454
|
messengerIntegrationType?: "own" | "business" | undefined;
|
17500
17455
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
17501
|
-
isCSATEnabled?: boolean | undefined;
|
17502
17456
|
};
|
17503
17457
|
status: boolean;
|
17504
17458
|
createdAt: Date;
|
@@ -17790,7 +17744,6 @@ export declare const messengerContract: {
|
|
17790
17744
|
closedAt: Date;
|
17791
17745
|
lastMessageAt: Date | null;
|
17792
17746
|
isBotRoom: boolean;
|
17793
|
-
csatStatus: string | null;
|
17794
17747
|
cxlog: {
|
17795
17748
|
id: string;
|
17796
17749
|
channel: string | null;
|
@@ -17909,7 +17862,7 @@ export declare const messengerContract: {
|
|
17909
17862
|
previewUrl: string;
|
17910
17863
|
imageSetId: string;
|
17911
17864
|
repliedMessage: {
|
17912
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
17865
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
17913
17866
|
message: string;
|
17914
17867
|
id: string;
|
17915
17868
|
url: string;
|
@@ -18120,7 +18073,7 @@ export declare const messengerContract: {
|
|
18120
18073
|
template?: any;
|
18121
18074
|
metadata?: any;
|
18122
18075
|
fromMessage?: {
|
18123
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
18076
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
18124
18077
|
message: string;
|
18125
18078
|
id: string;
|
18126
18079
|
url: string;
|
@@ -18264,7 +18217,6 @@ export declare const messengerContract: {
|
|
18264
18217
|
lineRichMenuId?: string | null | undefined;
|
18265
18218
|
messengerIntegrationType?: "own" | "business" | undefined;
|
18266
18219
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
18267
|
-
isCSATEnabled?: boolean | undefined;
|
18268
18220
|
};
|
18269
18221
|
status: boolean;
|
18270
18222
|
createdAt: Date;
|
@@ -18556,7 +18508,6 @@ export declare const messengerContract: {
|
|
18556
18508
|
closedAt: Date;
|
18557
18509
|
lastMessageAt: Date | null;
|
18558
18510
|
isBotRoom: boolean;
|
18559
|
-
csatStatus: string | null;
|
18560
18511
|
cxlog: {
|
18561
18512
|
id: string;
|
18562
18513
|
channel: string | null;
|
@@ -18675,7 +18626,7 @@ export declare const messengerContract: {
|
|
18675
18626
|
previewUrl: string;
|
18676
18627
|
imageSetId: string;
|
18677
18628
|
repliedMessage: {
|
18678
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
18629
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
18679
18630
|
message: string;
|
18680
18631
|
id: string;
|
18681
18632
|
url: string;
|
@@ -18980,7 +18931,6 @@ export declare const messengerContract: {
|
|
18980
18931
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
18981
18932
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
18982
18933
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
18983
|
-
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
18984
18934
|
}, "strip", z.ZodTypeAny, {
|
18985
18935
|
name: string;
|
18986
18936
|
id: string;
|
@@ -19010,7 +18960,6 @@ export declare const messengerContract: {
|
|
19010
18960
|
lineRichMenuId?: string | null | undefined;
|
19011
18961
|
messengerIntegrationType?: "own" | "business" | undefined;
|
19012
18962
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
19013
|
-
isCSATEnabled?: boolean | undefined;
|
19014
18963
|
}, {
|
19015
18964
|
name: string;
|
19016
18965
|
id: string;
|
@@ -19040,7 +18989,6 @@ export declare const messengerContract: {
|
|
19040
18989
|
lineRichMenuId?: string | null | undefined;
|
19041
18990
|
messengerIntegrationType?: "own" | "business" | undefined;
|
19042
18991
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
19043
|
-
isCSATEnabled?: boolean | undefined;
|
19044
18992
|
}>>;
|
19045
18993
|
platformId: z.ZodOptional<z.ZodString>;
|
19046
18994
|
brandName: z.ZodOptional<z.ZodString>;
|
@@ -19100,7 +19048,6 @@ export declare const messengerContract: {
|
|
19100
19048
|
lineRichMenuId?: string | null | undefined;
|
19101
19049
|
messengerIntegrationType?: "own" | "business" | undefined;
|
19102
19050
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
19103
|
-
isCSATEnabled?: boolean | undefined;
|
19104
19051
|
} | undefined;
|
19105
19052
|
platformId?: string | undefined;
|
19106
19053
|
brandName?: string | undefined;
|
@@ -19148,7 +19095,6 @@ export declare const messengerContract: {
|
|
19148
19095
|
lineRichMenuId?: string | null | undefined;
|
19149
19096
|
messengerIntegrationType?: "own" | "business" | undefined;
|
19150
19097
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
19151
|
-
isCSATEnabled?: boolean | undefined;
|
19152
19098
|
} | undefined;
|
19153
19099
|
platformId?: string | undefined;
|
19154
19100
|
brandName?: string | undefined;
|
@@ -19235,7 +19181,6 @@ export declare const messengerContract: {
|
|
19235
19181
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
19236
19182
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
19237
19183
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
19238
|
-
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
19239
19184
|
}, "strip", z.ZodTypeAny, {
|
19240
19185
|
name: string;
|
19241
19186
|
id: string;
|
@@ -19265,7 +19210,6 @@ export declare const messengerContract: {
|
|
19265
19210
|
lineRichMenuId?: string | null | undefined;
|
19266
19211
|
messengerIntegrationType?: "own" | "business" | undefined;
|
19267
19212
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
19268
|
-
isCSATEnabled?: boolean | undefined;
|
19269
19213
|
}, {
|
19270
19214
|
name: string;
|
19271
19215
|
id: string;
|
@@ -19295,7 +19239,6 @@ export declare const messengerContract: {
|
|
19295
19239
|
lineRichMenuId?: string | null | undefined;
|
19296
19240
|
messengerIntegrationType?: "own" | "business" | undefined;
|
19297
19241
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
19298
|
-
isCSATEnabled?: boolean | undefined;
|
19299
19242
|
}>;
|
19300
19243
|
platformId: z.ZodString;
|
19301
19244
|
brandName: z.ZodString;
|
@@ -19355,7 +19298,6 @@ export declare const messengerContract: {
|
|
19355
19298
|
lineRichMenuId?: string | null | undefined;
|
19356
19299
|
messengerIntegrationType?: "own" | "business" | undefined;
|
19357
19300
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
19358
|
-
isCSATEnabled?: boolean | undefined;
|
19359
19301
|
};
|
19360
19302
|
status: boolean;
|
19361
19303
|
brandName: string;
|
@@ -19403,7 +19345,6 @@ export declare const messengerContract: {
|
|
19403
19345
|
lineRichMenuId?: string | null | undefined;
|
19404
19346
|
messengerIntegrationType?: "own" | "business" | undefined;
|
19405
19347
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
19406
|
-
isCSATEnabled?: boolean | undefined;
|
19407
19348
|
};
|
19408
19349
|
status: boolean;
|
19409
19350
|
brandName: string;
|
@@ -19453,7 +19394,6 @@ export declare const messengerContract: {
|
|
19453
19394
|
lineRichMenuId?: string | null | undefined;
|
19454
19395
|
messengerIntegrationType?: "own" | "business" | undefined;
|
19455
19396
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
19456
|
-
isCSATEnabled?: boolean | undefined;
|
19457
19397
|
};
|
19458
19398
|
status: boolean;
|
19459
19399
|
brandName: string;
|
@@ -19504,7 +19444,6 @@ export declare const messengerContract: {
|
|
19504
19444
|
lineRichMenuId?: string | null | undefined;
|
19505
19445
|
messengerIntegrationType?: "own" | "business" | undefined;
|
19506
19446
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
19507
|
-
isCSATEnabled?: boolean | undefined;
|
19508
19447
|
};
|
19509
19448
|
status: boolean;
|
19510
19449
|
brandName: string;
|
@@ -19613,7 +19552,6 @@ export declare const messengerContract: {
|
|
19613
19552
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
19614
19553
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
19615
19554
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
19616
|
-
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
19617
19555
|
}, "strip", z.ZodTypeAny, {
|
19618
19556
|
name: string;
|
19619
19557
|
id: string;
|
@@ -19643,7 +19581,6 @@ export declare const messengerContract: {
|
|
19643
19581
|
lineRichMenuId?: string | null | undefined;
|
19644
19582
|
messengerIntegrationType?: "own" | "business" | undefined;
|
19645
19583
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
19646
|
-
isCSATEnabled?: boolean | undefined;
|
19647
19584
|
}, {
|
19648
19585
|
name: string;
|
19649
19586
|
id: string;
|
@@ -19673,7 +19610,6 @@ export declare const messengerContract: {
|
|
19673
19610
|
lineRichMenuId?: string | null | undefined;
|
19674
19611
|
messengerIntegrationType?: "own" | "business" | undefined;
|
19675
19612
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
19676
|
-
isCSATEnabled?: boolean | undefined;
|
19677
19613
|
}>>;
|
19678
19614
|
platformId: z.ZodOptional<z.ZodString>;
|
19679
19615
|
brandName: z.ZodOptional<z.ZodString>;
|
@@ -19733,7 +19669,6 @@ export declare const messengerContract: {
|
|
19733
19669
|
lineRichMenuId?: string | null | undefined;
|
19734
19670
|
messengerIntegrationType?: "own" | "business" | undefined;
|
19735
19671
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
19736
|
-
isCSATEnabled?: boolean | undefined;
|
19737
19672
|
} | undefined;
|
19738
19673
|
platformId?: string | undefined;
|
19739
19674
|
brandName?: string | undefined;
|
@@ -19781,7 +19716,6 @@ export declare const messengerContract: {
|
|
19781
19716
|
lineRichMenuId?: string | null | undefined;
|
19782
19717
|
messengerIntegrationType?: "own" | "business" | undefined;
|
19783
19718
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
19784
|
-
isCSATEnabled?: boolean | undefined;
|
19785
19719
|
} | undefined;
|
19786
19720
|
platformId?: string | undefined;
|
19787
19721
|
brandName?: string | undefined;
|
@@ -19868,7 +19802,6 @@ export declare const messengerContract: {
|
|
19868
19802
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
19869
19803
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
19870
19804
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
19871
|
-
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
19872
19805
|
}, "strip", z.ZodTypeAny, {
|
19873
19806
|
name: string;
|
19874
19807
|
id: string;
|
@@ -19898,7 +19831,6 @@ export declare const messengerContract: {
|
|
19898
19831
|
lineRichMenuId?: string | null | undefined;
|
19899
19832
|
messengerIntegrationType?: "own" | "business" | undefined;
|
19900
19833
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
19901
|
-
isCSATEnabled?: boolean | undefined;
|
19902
19834
|
}, {
|
19903
19835
|
name: string;
|
19904
19836
|
id: string;
|
@@ -19928,7 +19860,6 @@ export declare const messengerContract: {
|
|
19928
19860
|
lineRichMenuId?: string | null | undefined;
|
19929
19861
|
messengerIntegrationType?: "own" | "business" | undefined;
|
19930
19862
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
19931
|
-
isCSATEnabled?: boolean | undefined;
|
19932
19863
|
}>;
|
19933
19864
|
platformId: z.ZodString;
|
19934
19865
|
brandName: z.ZodString;
|
@@ -19988,7 +19919,6 @@ export declare const messengerContract: {
|
|
19988
19919
|
lineRichMenuId?: string | null | undefined;
|
19989
19920
|
messengerIntegrationType?: "own" | "business" | undefined;
|
19990
19921
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
19991
|
-
isCSATEnabled?: boolean | undefined;
|
19992
19922
|
};
|
19993
19923
|
status: boolean;
|
19994
19924
|
brandName: string;
|
@@ -20036,7 +19966,6 @@ export declare const messengerContract: {
|
|
20036
19966
|
lineRichMenuId?: string | null | undefined;
|
20037
19967
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20038
19968
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20039
|
-
isCSATEnabled?: boolean | undefined;
|
20040
19969
|
};
|
20041
19970
|
status: boolean;
|
20042
19971
|
brandName: string;
|
@@ -20086,7 +20015,6 @@ export declare const messengerContract: {
|
|
20086
20015
|
lineRichMenuId?: string | null | undefined;
|
20087
20016
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20088
20017
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20089
|
-
isCSATEnabled?: boolean | undefined;
|
20090
20018
|
};
|
20091
20019
|
status: boolean;
|
20092
20020
|
brandName: string;
|
@@ -20137,7 +20065,6 @@ export declare const messengerContract: {
|
|
20137
20065
|
lineRichMenuId?: string | null | undefined;
|
20138
20066
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20139
20067
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20140
|
-
isCSATEnabled?: boolean | undefined;
|
20141
20068
|
};
|
20142
20069
|
status: boolean;
|
20143
20070
|
brandName: string;
|
@@ -20258,7 +20185,6 @@ export declare const messengerContract: {
|
|
20258
20185
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
20259
20186
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
20260
20187
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
20261
|
-
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
20262
20188
|
}, "strip", z.ZodTypeAny, {
|
20263
20189
|
name: string;
|
20264
20190
|
id: string;
|
@@ -20288,7 +20214,6 @@ export declare const messengerContract: {
|
|
20288
20214
|
lineRichMenuId?: string | null | undefined;
|
20289
20215
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20290
20216
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20291
|
-
isCSATEnabled?: boolean | undefined;
|
20292
20217
|
}, {
|
20293
20218
|
name: string;
|
20294
20219
|
id: string;
|
@@ -20318,7 +20243,6 @@ export declare const messengerContract: {
|
|
20318
20243
|
lineRichMenuId?: string | null | undefined;
|
20319
20244
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20320
20245
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20321
|
-
isCSATEnabled?: boolean | undefined;
|
20322
20246
|
}>;
|
20323
20247
|
platformId: z.ZodString;
|
20324
20248
|
brandName: z.ZodString;
|
@@ -20378,7 +20302,6 @@ export declare const messengerContract: {
|
|
20378
20302
|
lineRichMenuId?: string | null | undefined;
|
20379
20303
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20380
20304
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20381
|
-
isCSATEnabled?: boolean | undefined;
|
20382
20305
|
};
|
20383
20306
|
status: boolean;
|
20384
20307
|
brandName: string;
|
@@ -20426,7 +20349,6 @@ export declare const messengerContract: {
|
|
20426
20349
|
lineRichMenuId?: string | null | undefined;
|
20427
20350
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20428
20351
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20429
|
-
isCSATEnabled?: boolean | undefined;
|
20430
20352
|
};
|
20431
20353
|
status: boolean;
|
20432
20354
|
brandName: string;
|
@@ -20476,7 +20398,6 @@ export declare const messengerContract: {
|
|
20476
20398
|
lineRichMenuId?: string | null | undefined;
|
20477
20399
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20478
20400
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20479
|
-
isCSATEnabled?: boolean | undefined;
|
20480
20401
|
};
|
20481
20402
|
status: boolean;
|
20482
20403
|
brandName: string;
|
@@ -20527,7 +20448,6 @@ export declare const messengerContract: {
|
|
20527
20448
|
lineRichMenuId?: string | null | undefined;
|
20528
20449
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20529
20450
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20530
|
-
isCSATEnabled?: boolean | undefined;
|
20531
20451
|
};
|
20532
20452
|
status: boolean;
|
20533
20453
|
brandName: string;
|
@@ -20648,7 +20568,6 @@ export declare const messengerContract: {
|
|
20648
20568
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
20649
20569
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
20650
20570
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
20651
|
-
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
20652
20571
|
}, "strip", z.ZodTypeAny, {
|
20653
20572
|
name: string;
|
20654
20573
|
id: string;
|
@@ -20678,7 +20597,6 @@ export declare const messengerContract: {
|
|
20678
20597
|
lineRichMenuId?: string | null | undefined;
|
20679
20598
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20680
20599
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20681
|
-
isCSATEnabled?: boolean | undefined;
|
20682
20600
|
}, {
|
20683
20601
|
name: string;
|
20684
20602
|
id: string;
|
@@ -20708,7 +20626,6 @@ export declare const messengerContract: {
|
|
20708
20626
|
lineRichMenuId?: string | null | undefined;
|
20709
20627
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20710
20628
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20711
|
-
isCSATEnabled?: boolean | undefined;
|
20712
20629
|
}>;
|
20713
20630
|
platformId: z.ZodString;
|
20714
20631
|
brandName: z.ZodString;
|
@@ -20768,7 +20685,6 @@ export declare const messengerContract: {
|
|
20768
20685
|
lineRichMenuId?: string | null | undefined;
|
20769
20686
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20770
20687
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20771
|
-
isCSATEnabled?: boolean | undefined;
|
20772
20688
|
};
|
20773
20689
|
status: boolean;
|
20774
20690
|
brandName: string;
|
@@ -20816,7 +20732,6 @@ export declare const messengerContract: {
|
|
20816
20732
|
lineRichMenuId?: string | null | undefined;
|
20817
20733
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20818
20734
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20819
|
-
isCSATEnabled?: boolean | undefined;
|
20820
20735
|
};
|
20821
20736
|
status: boolean;
|
20822
20737
|
brandName: string;
|
@@ -20866,7 +20781,6 @@ export declare const messengerContract: {
|
|
20866
20781
|
lineRichMenuId?: string | null | undefined;
|
20867
20782
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20868
20783
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20869
|
-
isCSATEnabled?: boolean | undefined;
|
20870
20784
|
};
|
20871
20785
|
status: boolean;
|
20872
20786
|
brandName: string;
|
@@ -20917,7 +20831,6 @@ export declare const messengerContract: {
|
|
20917
20831
|
lineRichMenuId?: string | null | undefined;
|
20918
20832
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20919
20833
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20920
|
-
isCSATEnabled?: boolean | undefined;
|
20921
20834
|
};
|
20922
20835
|
status: boolean;
|
20923
20836
|
brandName: string;
|
@@ -21025,7 +20938,6 @@ export declare const messengerContract: {
|
|
21025
20938
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
21026
20939
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
21027
20940
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
21028
|
-
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
21029
20941
|
}, "strip", z.ZodTypeAny, {
|
21030
20942
|
name: string;
|
21031
20943
|
id: string;
|
@@ -21055,7 +20967,6 @@ export declare const messengerContract: {
|
|
21055
20967
|
lineRichMenuId?: string | null | undefined;
|
21056
20968
|
messengerIntegrationType?: "own" | "business" | undefined;
|
21057
20969
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
21058
|
-
isCSATEnabled?: boolean | undefined;
|
21059
20970
|
}, {
|
21060
20971
|
name: string;
|
21061
20972
|
id: string;
|
@@ -21085,7 +20996,6 @@ export declare const messengerContract: {
|
|
21085
20996
|
lineRichMenuId?: string | null | undefined;
|
21086
20997
|
messengerIntegrationType?: "own" | "business" | undefined;
|
21087
20998
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
21088
|
-
isCSATEnabled?: boolean | undefined;
|
21089
20999
|
}>;
|
21090
21000
|
status: z.ZodUnion<[z.ZodLiteral<true>, z.ZodLiteral<false>]>;
|
21091
21001
|
actor: z.ZodOptional<z.ZodObject<{
|
@@ -21150,7 +21060,6 @@ export declare const messengerContract: {
|
|
21150
21060
|
lineRichMenuId?: string | null | undefined;
|
21151
21061
|
messengerIntegrationType?: "own" | "business" | undefined;
|
21152
21062
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
21153
|
-
isCSATEnabled?: boolean | undefined;
|
21154
21063
|
};
|
21155
21064
|
status: boolean;
|
21156
21065
|
createdAt: string;
|
@@ -21202,7 +21111,6 @@ export declare const messengerContract: {
|
|
21202
21111
|
lineRichMenuId?: string | null | undefined;
|
21203
21112
|
messengerIntegrationType?: "own" | "business" | undefined;
|
21204
21113
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
21205
|
-
isCSATEnabled?: boolean | undefined;
|
21206
21114
|
};
|
21207
21115
|
status: boolean;
|
21208
21116
|
createdAt: string;
|
@@ -21293,7 +21201,6 @@ export declare const messengerContract: {
|
|
21293
21201
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
21294
21202
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
21295
21203
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
21296
|
-
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
21297
21204
|
}, "strip", z.ZodTypeAny, {
|
21298
21205
|
name: string;
|
21299
21206
|
id: string;
|
@@ -21323,7 +21230,6 @@ export declare const messengerContract: {
|
|
21323
21230
|
lineRichMenuId?: string | null | undefined;
|
21324
21231
|
messengerIntegrationType?: "own" | "business" | undefined;
|
21325
21232
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
21326
|
-
isCSATEnabled?: boolean | undefined;
|
21327
21233
|
}, {
|
21328
21234
|
name: string;
|
21329
21235
|
id: string;
|
@@ -21353,7 +21259,6 @@ export declare const messengerContract: {
|
|
21353
21259
|
lineRichMenuId?: string | null | undefined;
|
21354
21260
|
messengerIntegrationType?: "own" | "business" | undefined;
|
21355
21261
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
21356
|
-
isCSATEnabled?: boolean | undefined;
|
21357
21262
|
}>;
|
21358
21263
|
platformId: z.ZodString;
|
21359
21264
|
brandName: z.ZodString;
|
@@ -21413,7 +21318,6 @@ export declare const messengerContract: {
|
|
21413
21318
|
lineRichMenuId?: string | null | undefined;
|
21414
21319
|
messengerIntegrationType?: "own" | "business" | undefined;
|
21415
21320
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
21416
|
-
isCSATEnabled?: boolean | undefined;
|
21417
21321
|
};
|
21418
21322
|
status: boolean;
|
21419
21323
|
brandName: string;
|
@@ -21461,7 +21365,6 @@ export declare const messengerContract: {
|
|
21461
21365
|
lineRichMenuId?: string | null | undefined;
|
21462
21366
|
messengerIntegrationType?: "own" | "business" | undefined;
|
21463
21367
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
21464
|
-
isCSATEnabled?: boolean | undefined;
|
21465
21368
|
};
|
21466
21369
|
status: boolean;
|
21467
21370
|
brandName: string;
|
@@ -21511,7 +21414,6 @@ export declare const messengerContract: {
|
|
21511
21414
|
lineRichMenuId?: string | null | undefined;
|
21512
21415
|
messengerIntegrationType?: "own" | "business" | undefined;
|
21513
21416
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
21514
|
-
isCSATEnabled?: boolean | undefined;
|
21515
21417
|
};
|
21516
21418
|
status: boolean;
|
21517
21419
|
brandName: string;
|
@@ -21562,7 +21464,6 @@ export declare const messengerContract: {
|
|
21562
21464
|
lineRichMenuId?: string | null | undefined;
|
21563
21465
|
messengerIntegrationType?: "own" | "business" | undefined;
|
21564
21466
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
21565
|
-
isCSATEnabled?: boolean | undefined;
|
21566
21467
|
};
|
21567
21468
|
status: boolean;
|
21568
21469
|
brandName: string;
|