@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
@@ -7,7 +7,7 @@ export declare const WorkflowAutoReplyMessageTypeSchema: z.ZodDefault<z.ZodEnum<
|
|
7
7
|
/**
|
8
8
|
* Message Type Enum
|
9
9
|
*/
|
10
|
-
export declare const MessageTypeSchema: 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", "
|
10
|
+
export declare const MessageTypeSchema: 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"]>;
|
11
11
|
export declare const FeedPostTypeSchema: z.ZodEnum<["text", "added_photos", "added_video", "shared_story", "mobile_status_update", "no_data"]>;
|
12
12
|
/**
|
13
13
|
* Message Type Enum
|
@@ -2148,7 +2148,6 @@ export declare const RoomSchema: z.ZodObject<{
|
|
2148
2148
|
channelId: string;
|
2149
2149
|
socialPlatformId: string;
|
2150
2150
|
}>;
|
2151
|
-
csatStatus: z.ZodNullable<z.ZodString>;
|
2152
2151
|
actor: z.ZodObject<{
|
2153
2152
|
id: z.ZodString;
|
2154
2153
|
createdAt: z.ZodDate;
|
@@ -2627,7 +2626,6 @@ export declare const RoomSchema: z.ZodObject<{
|
|
2627
2626
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
2628
2627
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
2629
2628
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
2630
|
-
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
2631
2629
|
}, "strip", z.ZodTypeAny, {
|
2632
2630
|
name: string;
|
2633
2631
|
id: string;
|
@@ -2657,7 +2655,6 @@ export declare const RoomSchema: z.ZodObject<{
|
|
2657
2655
|
lineRichMenuId?: string | null | undefined;
|
2658
2656
|
messengerIntegrationType?: "own" | "business" | undefined;
|
2659
2657
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
2660
|
-
isCSATEnabled?: boolean | undefined;
|
2661
2658
|
}, {
|
2662
2659
|
name: string;
|
2663
2660
|
id: string;
|
@@ -2687,7 +2684,6 @@ export declare const RoomSchema: z.ZodObject<{
|
|
2687
2684
|
lineRichMenuId?: string | null | undefined;
|
2688
2685
|
messengerIntegrationType?: "own" | "business" | undefined;
|
2689
2686
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
2690
|
-
isCSATEnabled?: boolean | undefined;
|
2691
2687
|
}>;
|
2692
2688
|
brandName: z.ZodString;
|
2693
2689
|
platformId: z.ZodString;
|
@@ -2951,7 +2947,6 @@ export declare const RoomSchema: z.ZodObject<{
|
|
2951
2947
|
lineRichMenuId?: string | null | undefined;
|
2952
2948
|
messengerIntegrationType?: "own" | "business" | undefined;
|
2953
2949
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
2954
|
-
isCSATEnabled?: boolean | undefined;
|
2955
2950
|
};
|
2956
2951
|
status: boolean;
|
2957
2952
|
createdAt: Date;
|
@@ -3046,7 +3041,6 @@ export declare const RoomSchema: z.ZodObject<{
|
|
3046
3041
|
lineRichMenuId?: string | null | undefined;
|
3047
3042
|
messengerIntegrationType?: "own" | "business" | undefined;
|
3048
3043
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
3049
|
-
isCSATEnabled?: boolean | undefined;
|
3050
3044
|
};
|
3051
3045
|
status: boolean;
|
3052
3046
|
createdAt: Date;
|
@@ -3705,7 +3699,6 @@ export declare const RoomSchema: z.ZodObject<{
|
|
3705
3699
|
lineRichMenuId?: string | null | undefined;
|
3706
3700
|
messengerIntegrationType?: "own" | "business" | undefined;
|
3707
3701
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
3708
|
-
isCSATEnabled?: boolean | undefined;
|
3709
3702
|
};
|
3710
3703
|
status: boolean;
|
3711
3704
|
createdAt: Date;
|
@@ -3997,7 +3990,6 @@ export declare const RoomSchema: z.ZodObject<{
|
|
3997
3990
|
closedAt: Date;
|
3998
3991
|
lastMessageAt: Date | null;
|
3999
3992
|
isBotRoom: boolean;
|
4000
|
-
csatStatus: string | null;
|
4001
3993
|
cxlog: {
|
4002
3994
|
id: string;
|
4003
3995
|
channel: string | null;
|
@@ -4134,7 +4126,6 @@ export declare const RoomSchema: z.ZodObject<{
|
|
4134
4126
|
lineRichMenuId?: string | null | undefined;
|
4135
4127
|
messengerIntegrationType?: "own" | "business" | undefined;
|
4136
4128
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
4137
|
-
isCSATEnabled?: boolean | undefined;
|
4138
4129
|
};
|
4139
4130
|
status: boolean;
|
4140
4131
|
createdAt: Date;
|
@@ -4426,7 +4417,6 @@ export declare const RoomSchema: z.ZodObject<{
|
|
4426
4417
|
closedAt: Date;
|
4427
4418
|
lastMessageAt: Date | null;
|
4428
4419
|
isBotRoom: boolean;
|
4429
|
-
csatStatus: string | null;
|
4430
4420
|
cxlog: {
|
4431
4421
|
id: string;
|
4432
4422
|
channel: string | null;
|
@@ -4539,7 +4529,7 @@ export declare const MessageSchema: z.ZodObject<{
|
|
4539
4529
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
4540
4530
|
message: z.ZodString;
|
4541
4531
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
4542
|
-
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", "
|
4532
|
+
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"]>;
|
4543
4533
|
readAt: z.ZodDate;
|
4544
4534
|
metadata: z.ZodAny;
|
4545
4535
|
platformId: z.ZodString;
|
@@ -5613,7 +5603,6 @@ export declare const MessageSchema: z.ZodObject<{
|
|
5613
5603
|
channelId: string;
|
5614
5604
|
socialPlatformId: string;
|
5615
5605
|
}>;
|
5616
|
-
csatStatus: z.ZodNullable<z.ZodString>;
|
5617
5606
|
actor: z.ZodObject<{
|
5618
5607
|
id: z.ZodString;
|
5619
5608
|
createdAt: z.ZodDate;
|
@@ -6092,7 +6081,6 @@ export declare const MessageSchema: z.ZodObject<{
|
|
6092
6081
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
6093
6082
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
6094
6083
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
6095
|
-
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
6096
6084
|
}, "strip", z.ZodTypeAny, {
|
6097
6085
|
name: string;
|
6098
6086
|
id: string;
|
@@ -6122,7 +6110,6 @@ export declare const MessageSchema: z.ZodObject<{
|
|
6122
6110
|
lineRichMenuId?: string | null | undefined;
|
6123
6111
|
messengerIntegrationType?: "own" | "business" | undefined;
|
6124
6112
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
6125
|
-
isCSATEnabled?: boolean | undefined;
|
6126
6113
|
}, {
|
6127
6114
|
name: string;
|
6128
6115
|
id: string;
|
@@ -6152,7 +6139,6 @@ export declare const MessageSchema: z.ZodObject<{
|
|
6152
6139
|
lineRichMenuId?: string | null | undefined;
|
6153
6140
|
messengerIntegrationType?: "own" | "business" | undefined;
|
6154
6141
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
6155
|
-
isCSATEnabled?: boolean | undefined;
|
6156
6142
|
}>;
|
6157
6143
|
brandName: z.ZodString;
|
6158
6144
|
platformId: z.ZodString;
|
@@ -6416,7 +6402,6 @@ export declare const MessageSchema: z.ZodObject<{
|
|
6416
6402
|
lineRichMenuId?: string | null | undefined;
|
6417
6403
|
messengerIntegrationType?: "own" | "business" | undefined;
|
6418
6404
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
6419
|
-
isCSATEnabled?: boolean | undefined;
|
6420
6405
|
};
|
6421
6406
|
status: boolean;
|
6422
6407
|
createdAt: Date;
|
@@ -6511,7 +6496,6 @@ export declare const MessageSchema: z.ZodObject<{
|
|
6511
6496
|
lineRichMenuId?: string | null | undefined;
|
6512
6497
|
messengerIntegrationType?: "own" | "business" | undefined;
|
6513
6498
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
6514
|
-
isCSATEnabled?: boolean | undefined;
|
6515
6499
|
};
|
6516
6500
|
status: boolean;
|
6517
6501
|
createdAt: Date;
|
@@ -7170,7 +7154,6 @@ export declare const MessageSchema: z.ZodObject<{
|
|
7170
7154
|
lineRichMenuId?: string | null | undefined;
|
7171
7155
|
messengerIntegrationType?: "own" | "business" | undefined;
|
7172
7156
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
7173
|
-
isCSATEnabled?: boolean | undefined;
|
7174
7157
|
};
|
7175
7158
|
status: boolean;
|
7176
7159
|
createdAt: Date;
|
@@ -7462,7 +7445,6 @@ export declare const MessageSchema: z.ZodObject<{
|
|
7462
7445
|
closedAt: Date;
|
7463
7446
|
lastMessageAt: Date | null;
|
7464
7447
|
isBotRoom: boolean;
|
7465
|
-
csatStatus: string | null;
|
7466
7448
|
cxlog: {
|
7467
7449
|
id: string;
|
7468
7450
|
channel: string | null;
|
@@ -7599,7 +7581,6 @@ export declare const MessageSchema: z.ZodObject<{
|
|
7599
7581
|
lineRichMenuId?: string | null | undefined;
|
7600
7582
|
messengerIntegrationType?: "own" | "business" | undefined;
|
7601
7583
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
7602
|
-
isCSATEnabled?: boolean | undefined;
|
7603
7584
|
};
|
7604
7585
|
status: boolean;
|
7605
7586
|
createdAt: Date;
|
@@ -7891,7 +7872,6 @@ export declare const MessageSchema: z.ZodObject<{
|
|
7891
7872
|
closedAt: Date;
|
7892
7873
|
lastMessageAt: Date | null;
|
7893
7874
|
isBotRoom: boolean;
|
7894
|
-
csatStatus: string | null;
|
7895
7875
|
cxlog: {
|
7896
7876
|
id: string;
|
7897
7877
|
channel: string | null;
|
@@ -8035,7 +8015,7 @@ export declare const MessageSchema: z.ZodObject<{
|
|
8035
8015
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
8036
8016
|
message: z.ZodString;
|
8037
8017
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
8038
|
-
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", "
|
8018
|
+
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"]>;
|
8039
8019
|
readAt: z.ZodDate;
|
8040
8020
|
metadata: z.ZodAny;
|
8041
8021
|
platformId: z.ZodString;
|
@@ -8693,7 +8673,7 @@ export declare const MessageSchema: z.ZodObject<{
|
|
8693
8673
|
};
|
8694
8674
|
}>;
|
8695
8675
|
}, "strip", z.ZodTypeAny, {
|
8696
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
8676
|
+
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";
|
8697
8677
|
message: string;
|
8698
8678
|
id: string;
|
8699
8679
|
url: string;
|
@@ -8855,7 +8835,7 @@ export declare const MessageSchema: z.ZodObject<{
|
|
8855
8835
|
metadata?: any;
|
8856
8836
|
template?: any;
|
8857
8837
|
}, {
|
8858
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
8838
|
+
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";
|
8859
8839
|
message: string;
|
8860
8840
|
id: string;
|
8861
8841
|
url: string;
|
@@ -9657,7 +9637,7 @@ export declare const MessageSchema: z.ZodObject<{
|
|
9657
9637
|
editedMessageid: z.ZodString;
|
9658
9638
|
label: z.ZodOptional<z.ZodString>;
|
9659
9639
|
}, "strip", z.ZodTypeAny, {
|
9660
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
9640
|
+
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";
|
9661
9641
|
message: string;
|
9662
9642
|
id: string;
|
9663
9643
|
url: string;
|
@@ -9801,7 +9781,6 @@ export declare const MessageSchema: z.ZodObject<{
|
|
9801
9781
|
lineRichMenuId?: string | null | undefined;
|
9802
9782
|
messengerIntegrationType?: "own" | "business" | undefined;
|
9803
9783
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
9804
|
-
isCSATEnabled?: boolean | undefined;
|
9805
9784
|
};
|
9806
9785
|
status: boolean;
|
9807
9786
|
createdAt: Date;
|
@@ -10093,7 +10072,6 @@ export declare const MessageSchema: z.ZodObject<{
|
|
10093
10072
|
closedAt: Date;
|
10094
10073
|
lastMessageAt: Date | null;
|
10095
10074
|
isBotRoom: boolean;
|
10096
|
-
csatStatus: string | null;
|
10097
10075
|
cxlog: {
|
10098
10076
|
id: string;
|
10099
10077
|
channel: string | null;
|
@@ -10212,7 +10190,7 @@ export declare const MessageSchema: z.ZodObject<{
|
|
10212
10190
|
previewUrl: string;
|
10213
10191
|
imageSetId: string;
|
10214
10192
|
repliedMessage: {
|
10215
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
10193
|
+
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";
|
10216
10194
|
message: string;
|
10217
10195
|
id: string;
|
10218
10196
|
url: string;
|
@@ -10423,7 +10401,7 @@ export declare const MessageSchema: z.ZodObject<{
|
|
10423
10401
|
template?: any;
|
10424
10402
|
label?: string | undefined;
|
10425
10403
|
}, {
|
10426
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
10404
|
+
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";
|
10427
10405
|
message: string;
|
10428
10406
|
id: string;
|
10429
10407
|
url: string;
|
@@ -10567,7 +10545,6 @@ export declare const MessageSchema: z.ZodObject<{
|
|
10567
10545
|
lineRichMenuId?: string | null | undefined;
|
10568
10546
|
messengerIntegrationType?: "own" | "business" | undefined;
|
10569
10547
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
10570
|
-
isCSATEnabled?: boolean | undefined;
|
10571
10548
|
};
|
10572
10549
|
status: boolean;
|
10573
10550
|
createdAt: Date;
|
@@ -10859,7 +10836,6 @@ export declare const MessageSchema: z.ZodObject<{
|
|
10859
10836
|
closedAt: Date;
|
10860
10837
|
lastMessageAt: Date | null;
|
10861
10838
|
isBotRoom: boolean;
|
10862
|
-
csatStatus: string | null;
|
10863
10839
|
cxlog: {
|
10864
10840
|
id: string;
|
10865
10841
|
channel: string | null;
|
@@ -10978,7 +10954,7 @@ export declare const MessageSchema: z.ZodObject<{
|
|
10978
10954
|
previewUrl: string;
|
10979
10955
|
imageSetId: string;
|
10980
10956
|
repliedMessage: {
|
10981
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
10957
|
+
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";
|
10982
10958
|
message: string;
|
10983
10959
|
id: string;
|
10984
10960
|
url: string;
|
@@ -11190,7 +11166,7 @@ export declare const MessageSchema: z.ZodObject<{
|
|
11190
11166
|
label?: string | undefined;
|
11191
11167
|
}>;
|
11192
11168
|
export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
11193
|
-
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", "
|
11169
|
+
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"]>;
|
11194
11170
|
message: z.ZodString;
|
11195
11171
|
id: z.ZodString;
|
11196
11172
|
url: z.ZodString;
|
@@ -12707,7 +12683,6 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
12707
12683
|
channelId: string;
|
12708
12684
|
socialPlatformId: string;
|
12709
12685
|
}>;
|
12710
|
-
csatStatus: z.ZodNullable<z.ZodString>;
|
12711
12686
|
actor: z.ZodObject<{
|
12712
12687
|
id: z.ZodString;
|
12713
12688
|
createdAt: z.ZodDate;
|
@@ -13186,7 +13161,6 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
13186
13161
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
13187
13162
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
13188
13163
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
13189
|
-
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
13190
13164
|
}, "strip", z.ZodTypeAny, {
|
13191
13165
|
name: string;
|
13192
13166
|
id: string;
|
@@ -13216,7 +13190,6 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
13216
13190
|
lineRichMenuId?: string | null | undefined;
|
13217
13191
|
messengerIntegrationType?: "own" | "business" | undefined;
|
13218
13192
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
13219
|
-
isCSATEnabled?: boolean | undefined;
|
13220
13193
|
}, {
|
13221
13194
|
name: string;
|
13222
13195
|
id: string;
|
@@ -13246,7 +13219,6 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
13246
13219
|
lineRichMenuId?: string | null | undefined;
|
13247
13220
|
messengerIntegrationType?: "own" | "business" | undefined;
|
13248
13221
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
13249
|
-
isCSATEnabled?: boolean | undefined;
|
13250
13222
|
}>;
|
13251
13223
|
brandName: z.ZodString;
|
13252
13224
|
platformId: z.ZodString;
|
@@ -13510,7 +13482,6 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
13510
13482
|
lineRichMenuId?: string | null | undefined;
|
13511
13483
|
messengerIntegrationType?: "own" | "business" | undefined;
|
13512
13484
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
13513
|
-
isCSATEnabled?: boolean | undefined;
|
13514
13485
|
};
|
13515
13486
|
status: boolean;
|
13516
13487
|
createdAt: Date;
|
@@ -13605,7 +13576,6 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
13605
13576
|
lineRichMenuId?: string | null | undefined;
|
13606
13577
|
messengerIntegrationType?: "own" | "business" | undefined;
|
13607
13578
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
13608
|
-
isCSATEnabled?: boolean | undefined;
|
13609
13579
|
};
|
13610
13580
|
status: boolean;
|
13611
13581
|
createdAt: Date;
|
@@ -14264,7 +14234,6 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
14264
14234
|
lineRichMenuId?: string | null | undefined;
|
14265
14235
|
messengerIntegrationType?: "own" | "business" | undefined;
|
14266
14236
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
14267
|
-
isCSATEnabled?: boolean | undefined;
|
14268
14237
|
};
|
14269
14238
|
status: boolean;
|
14270
14239
|
createdAt: Date;
|
@@ -14556,7 +14525,6 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
14556
14525
|
closedAt: Date;
|
14557
14526
|
lastMessageAt: Date | null;
|
14558
14527
|
isBotRoom: boolean;
|
14559
|
-
csatStatus: string | null;
|
14560
14528
|
cxlog: {
|
14561
14529
|
id: string;
|
14562
14530
|
channel: string | null;
|
@@ -14693,7 +14661,6 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
14693
14661
|
lineRichMenuId?: string | null | undefined;
|
14694
14662
|
messengerIntegrationType?: "own" | "business" | undefined;
|
14695
14663
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
14696
|
-
isCSATEnabled?: boolean | undefined;
|
14697
14664
|
};
|
14698
14665
|
status: boolean;
|
14699
14666
|
createdAt: Date;
|
@@ -14985,7 +14952,6 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
14985
14952
|
closedAt: Date;
|
14986
14953
|
lastMessageAt: Date | null;
|
14987
14954
|
isBotRoom: boolean;
|
14988
|
-
csatStatus: string | null;
|
14989
14955
|
cxlog: {
|
14990
14956
|
id: string;
|
14991
14957
|
channel: string | null;
|
@@ -15126,7 +15092,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
15126
15092
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
15127
15093
|
message: z.ZodString;
|
15128
15094
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
15129
|
-
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", "
|
15095
|
+
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"]>;
|
15130
15096
|
readAt: z.ZodDate;
|
15131
15097
|
metadata: z.ZodAny;
|
15132
15098
|
platformId: z.ZodString;
|
@@ -15784,7 +15750,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
15784
15750
|
};
|
15785
15751
|
}>;
|
15786
15752
|
}, "strip", z.ZodTypeAny, {
|
15787
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
15753
|
+
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";
|
15788
15754
|
message: string;
|
15789
15755
|
id: string;
|
15790
15756
|
url: string;
|
@@ -15946,7 +15912,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
15946
15912
|
metadata?: any;
|
15947
15913
|
template?: any;
|
15948
15914
|
}, {
|
15949
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
15915
|
+
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";
|
15950
15916
|
message: string;
|
15951
15917
|
id: string;
|
15952
15918
|
url: string;
|
@@ -16321,7 +16287,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
16321
16287
|
updatedAt: z.ZodDate;
|
16322
16288
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
16323
16289
|
message: z.ZodNullable<z.ZodString>;
|
16324
|
-
type: z.ZodUnion<[z.ZodEnum<["text", "added_photos", "added_video", "shared_story", "mobile_status_update", "no_data"]>, 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", "
|
16290
|
+
type: z.ZodUnion<[z.ZodEnum<["text", "added_photos", "added_video", "shared_story", "mobile_status_update", "no_data"]>, 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"]>]>;
|
16325
16291
|
metadata: z.ZodAny;
|
16326
16292
|
platformId: z.ZodString;
|
16327
16293
|
platformMessageId: z.ZodString;
|
@@ -16399,7 +16365,6 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
16399
16365
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
16400
16366
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
16401
16367
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
16402
|
-
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
16403
16368
|
}, "strip", z.ZodTypeAny, {
|
16404
16369
|
name: string;
|
16405
16370
|
id: string;
|
@@ -16429,7 +16394,6 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
16429
16394
|
lineRichMenuId?: string | null | undefined;
|
16430
16395
|
messengerIntegrationType?: "own" | "business" | undefined;
|
16431
16396
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
16432
|
-
isCSATEnabled?: boolean | undefined;
|
16433
16397
|
}, {
|
16434
16398
|
name: string;
|
16435
16399
|
id: string;
|
@@ -16459,7 +16423,6 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
16459
16423
|
lineRichMenuId?: string | null | undefined;
|
16460
16424
|
messengerIntegrationType?: "own" | "business" | undefined;
|
16461
16425
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
16462
|
-
isCSATEnabled?: boolean | undefined;
|
16463
16426
|
}>;
|
16464
16427
|
brandName: z.ZodString;
|
16465
16428
|
platformId: z.ZodString;
|
@@ -16723,7 +16686,6 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
16723
16686
|
lineRichMenuId?: string | null | undefined;
|
16724
16687
|
messengerIntegrationType?: "own" | "business" | undefined;
|
16725
16688
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
16726
|
-
isCSATEnabled?: boolean | undefined;
|
16727
16689
|
};
|
16728
16690
|
status: boolean;
|
16729
16691
|
createdAt: Date;
|
@@ -16818,7 +16780,6 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
16818
16780
|
lineRichMenuId?: string | null | undefined;
|
16819
16781
|
messengerIntegrationType?: "own" | "business" | undefined;
|
16820
16782
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
16821
|
-
isCSATEnabled?: boolean | undefined;
|
16822
16783
|
};
|
16823
16784
|
status: boolean;
|
16824
16785
|
createdAt: Date;
|
@@ -18134,7 +18095,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
18134
18095
|
}>;
|
18135
18096
|
permalinkURL: z.ZodString;
|
18136
18097
|
}, "strip", z.ZodTypeAny, {
|
18137
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "added_photos" | "added_video" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
18098
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "added_photos" | "added_video" | "shared_story" | "mobile_status_update" | "no_data" | "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";
|
18138
18099
|
message: string | null;
|
18139
18100
|
id: string;
|
18140
18101
|
channel: {
|
@@ -18170,7 +18131,6 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
18170
18131
|
lineRichMenuId?: string | null | undefined;
|
18171
18132
|
messengerIntegrationType?: "own" | "business" | undefined;
|
18172
18133
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
18173
|
-
isCSATEnabled?: boolean | undefined;
|
18174
18134
|
};
|
18175
18135
|
status: boolean;
|
18176
18136
|
createdAt: Date;
|
@@ -18416,7 +18376,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
18416
18376
|
metadata?: any;
|
18417
18377
|
template?: any;
|
18418
18378
|
}, {
|
18419
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "added_photos" | "added_video" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
18379
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "added_photos" | "added_video" | "shared_story" | "mobile_status_update" | "no_data" | "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";
|
18420
18380
|
message: string | null;
|
18421
18381
|
id: string;
|
18422
18382
|
channel: {
|
@@ -18452,7 +18412,6 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
18452
18412
|
lineRichMenuId?: string | null | undefined;
|
18453
18413
|
messengerIntegrationType?: "own" | "business" | undefined;
|
18454
18414
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
18455
|
-
isCSATEnabled?: boolean | undefined;
|
18456
18415
|
};
|
18457
18416
|
status: boolean;
|
18458
18417
|
createdAt: Date;
|
@@ -18700,7 +18659,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
18700
18659
|
}>>;
|
18701
18660
|
replyReaction: z.ZodNullable<z.ZodString>;
|
18702
18661
|
}, "strip", z.ZodTypeAny, {
|
18703
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
18662
|
+
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";
|
18704
18663
|
message: string;
|
18705
18664
|
id: string;
|
18706
18665
|
url: string;
|
@@ -18844,7 +18803,6 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
18844
18803
|
lineRichMenuId?: string | null | undefined;
|
18845
18804
|
messengerIntegrationType?: "own" | "business" | undefined;
|
18846
18805
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
18847
|
-
isCSATEnabled?: boolean | undefined;
|
18848
18806
|
};
|
18849
18807
|
status: boolean;
|
18850
18808
|
createdAt: Date;
|
@@ -19136,7 +19094,6 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
19136
19094
|
closedAt: Date;
|
19137
19095
|
lastMessageAt: Date | null;
|
19138
19096
|
isBotRoom: boolean;
|
19139
|
-
csatStatus: string | null;
|
19140
19097
|
cxlog: {
|
19141
19098
|
id: string;
|
19142
19099
|
channel: string | null;
|
@@ -19255,7 +19212,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
19255
19212
|
previewUrl: string;
|
19256
19213
|
imageSetId: string;
|
19257
19214
|
repliedMessage: {
|
19258
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
19215
|
+
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";
|
19259
19216
|
message: string;
|
19260
19217
|
id: string;
|
19261
19218
|
url: string;
|
@@ -19465,7 +19422,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
19465
19422
|
parentMessageId: string | null;
|
19466
19423
|
feedPostId: string | null;
|
19467
19424
|
feedPost: {
|
19468
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "added_photos" | "added_video" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
19425
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "added_photos" | "added_video" | "shared_story" | "mobile_status_update" | "no_data" | "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";
|
19469
19426
|
message: string | null;
|
19470
19427
|
id: string;
|
19471
19428
|
channel: {
|
@@ -19501,7 +19458,6 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
19501
19458
|
lineRichMenuId?: string | null | undefined;
|
19502
19459
|
messengerIntegrationType?: "own" | "business" | undefined;
|
19503
19460
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
19504
|
-
isCSATEnabled?: boolean | undefined;
|
19505
19461
|
};
|
19506
19462
|
status: boolean;
|
19507
19463
|
createdAt: Date;
|
@@ -19752,7 +19708,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
19752
19708
|
template?: any;
|
19753
19709
|
metadata?: any;
|
19754
19710
|
}, {
|
19755
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
19711
|
+
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";
|
19756
19712
|
message: string;
|
19757
19713
|
id: string;
|
19758
19714
|
url: string;
|
@@ -19896,7 +19852,6 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
19896
19852
|
lineRichMenuId?: string | null | undefined;
|
19897
19853
|
messengerIntegrationType?: "own" | "business" | undefined;
|
19898
19854
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
19899
|
-
isCSATEnabled?: boolean | undefined;
|
19900
19855
|
};
|
19901
19856
|
status: boolean;
|
19902
19857
|
createdAt: Date;
|
@@ -20188,7 +20143,6 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
20188
20143
|
closedAt: Date;
|
20189
20144
|
lastMessageAt: Date | null;
|
20190
20145
|
isBotRoom: boolean;
|
20191
|
-
csatStatus: string | null;
|
20192
20146
|
cxlog: {
|
20193
20147
|
id: string;
|
20194
20148
|
channel: string | null;
|
@@ -20307,7 +20261,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
20307
20261
|
previewUrl: string;
|
20308
20262
|
imageSetId: string;
|
20309
20263
|
repliedMessage: {
|
20310
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
20264
|
+
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";
|
20311
20265
|
message: string;
|
20312
20266
|
id: string;
|
20313
20267
|
url: string;
|
@@ -20517,7 +20471,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
20517
20471
|
parentMessageId: string | null;
|
20518
20472
|
feedPostId: string | null;
|
20519
20473
|
feedPost: {
|
20520
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "added_photos" | "added_video" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
20474
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "added_photos" | "added_video" | "shared_story" | "mobile_status_update" | "no_data" | "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";
|
20521
20475
|
message: string | null;
|
20522
20476
|
id: string;
|
20523
20477
|
channel: {
|
@@ -20553,7 +20507,6 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
|
|
20553
20507
|
lineRichMenuId?: string | null | undefined;
|
20554
20508
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20555
20509
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20556
|
-
isCSATEnabled?: boolean | undefined;
|
20557
20510
|
};
|
20558
20511
|
status: boolean;
|
20559
20512
|
createdAt: Date;
|
@@ -20811,7 +20764,7 @@ export declare const RepliedMessageSchema: z.ZodObject<{
|
|
20811
20764
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
20812
20765
|
message: z.ZodString;
|
20813
20766
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
20814
|
-
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", "
|
20767
|
+
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"]>;
|
20815
20768
|
readAt: z.ZodDate;
|
20816
20769
|
metadata: z.ZodAny;
|
20817
20770
|
platformId: z.ZodString;
|
@@ -21469,7 +21422,7 @@ export declare const RepliedMessageSchema: z.ZodObject<{
|
|
21469
21422
|
};
|
21470
21423
|
}>;
|
21471
21424
|
}, "strip", z.ZodTypeAny, {
|
21472
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
21425
|
+
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";
|
21473
21426
|
message: string;
|
21474
21427
|
id: string;
|
21475
21428
|
url: string;
|
@@ -21631,7 +21584,7 @@ export declare const RepliedMessageSchema: z.ZodObject<{
|
|
21631
21584
|
metadata?: any;
|
21632
21585
|
template?: any;
|
21633
21586
|
}, {
|
21634
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
21587
|
+
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";
|
21635
21588
|
message: string;
|
21636
21589
|
id: string;
|
21637
21590
|
url: string;
|
@@ -21807,7 +21760,7 @@ export declare const UnreadCountsByAssigneeSchema: z.ZodObject<{
|
|
21807
21760
|
totalUnreadCount: number;
|
21808
21761
|
}>;
|
21809
21762
|
export declare const MessageRelevanceSchema: z.ZodObject<{
|
21810
|
-
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", "
|
21763
|
+
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"]>;
|
21811
21764
|
message: z.ZodString;
|
21812
21765
|
id: z.ZodString;
|
21813
21766
|
url: z.ZodString;
|
@@ -23324,7 +23277,6 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
23324
23277
|
channelId: string;
|
23325
23278
|
socialPlatformId: string;
|
23326
23279
|
}>;
|
23327
|
-
csatStatus: z.ZodNullable<z.ZodString>;
|
23328
23280
|
actor: z.ZodObject<{
|
23329
23281
|
id: z.ZodString;
|
23330
23282
|
createdAt: z.ZodDate;
|
@@ -23803,7 +23755,6 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
23803
23755
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
23804
23756
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
23805
23757
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
23806
|
-
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
23807
23758
|
}, "strip", z.ZodTypeAny, {
|
23808
23759
|
name: string;
|
23809
23760
|
id: string;
|
@@ -23833,7 +23784,6 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
23833
23784
|
lineRichMenuId?: string | null | undefined;
|
23834
23785
|
messengerIntegrationType?: "own" | "business" | undefined;
|
23835
23786
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
23836
|
-
isCSATEnabled?: boolean | undefined;
|
23837
23787
|
}, {
|
23838
23788
|
name: string;
|
23839
23789
|
id: string;
|
@@ -23863,7 +23813,6 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
23863
23813
|
lineRichMenuId?: string | null | undefined;
|
23864
23814
|
messengerIntegrationType?: "own" | "business" | undefined;
|
23865
23815
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
23866
|
-
isCSATEnabled?: boolean | undefined;
|
23867
23816
|
}>;
|
23868
23817
|
brandName: z.ZodString;
|
23869
23818
|
platformId: z.ZodString;
|
@@ -24127,7 +24076,6 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
24127
24076
|
lineRichMenuId?: string | null | undefined;
|
24128
24077
|
messengerIntegrationType?: "own" | "business" | undefined;
|
24129
24078
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
24130
|
-
isCSATEnabled?: boolean | undefined;
|
24131
24079
|
};
|
24132
24080
|
status: boolean;
|
24133
24081
|
createdAt: Date;
|
@@ -24222,7 +24170,6 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
24222
24170
|
lineRichMenuId?: string | null | undefined;
|
24223
24171
|
messengerIntegrationType?: "own" | "business" | undefined;
|
24224
24172
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
24225
|
-
isCSATEnabled?: boolean | undefined;
|
24226
24173
|
};
|
24227
24174
|
status: boolean;
|
24228
24175
|
createdAt: Date;
|
@@ -24881,7 +24828,6 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
24881
24828
|
lineRichMenuId?: string | null | undefined;
|
24882
24829
|
messengerIntegrationType?: "own" | "business" | undefined;
|
24883
24830
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
24884
|
-
isCSATEnabled?: boolean | undefined;
|
24885
24831
|
};
|
24886
24832
|
status: boolean;
|
24887
24833
|
createdAt: Date;
|
@@ -25173,7 +25119,6 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
25173
25119
|
closedAt: Date;
|
25174
25120
|
lastMessageAt: Date | null;
|
25175
25121
|
isBotRoom: boolean;
|
25176
|
-
csatStatus: string | null;
|
25177
25122
|
cxlog: {
|
25178
25123
|
id: string;
|
25179
25124
|
channel: string | null;
|
@@ -25310,7 +25255,6 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
25310
25255
|
lineRichMenuId?: string | null | undefined;
|
25311
25256
|
messengerIntegrationType?: "own" | "business" | undefined;
|
25312
25257
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
25313
|
-
isCSATEnabled?: boolean | undefined;
|
25314
25258
|
};
|
25315
25259
|
status: boolean;
|
25316
25260
|
createdAt: Date;
|
@@ -25602,7 +25546,6 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
25602
25546
|
closedAt: Date;
|
25603
25547
|
lastMessageAt: Date | null;
|
25604
25548
|
isBotRoom: boolean;
|
25605
|
-
csatStatus: string | null;
|
25606
25549
|
cxlog: {
|
25607
25550
|
id: string;
|
25608
25551
|
channel: string | null;
|
@@ -25743,7 +25686,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
25743
25686
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
25744
25687
|
message: z.ZodString;
|
25745
25688
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
25746
|
-
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", "
|
25689
|
+
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"]>;
|
25747
25690
|
readAt: z.ZodDate;
|
25748
25691
|
metadata: z.ZodAny;
|
25749
25692
|
platformId: z.ZodString;
|
@@ -26401,7 +26344,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
26401
26344
|
};
|
26402
26345
|
}>;
|
26403
26346
|
}, "strip", z.ZodTypeAny, {
|
26404
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
26347
|
+
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";
|
26405
26348
|
message: string;
|
26406
26349
|
id: string;
|
26407
26350
|
url: string;
|
@@ -26563,7 +26506,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
26563
26506
|
metadata?: any;
|
26564
26507
|
template?: any;
|
26565
26508
|
}, {
|
26566
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
26509
|
+
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";
|
26567
26510
|
message: string;
|
26568
26511
|
id: string;
|
26569
26512
|
url: string;
|
@@ -27984,7 +27927,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
27984
27927
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
27985
27928
|
message: z.ZodString;
|
27986
27929
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
27987
|
-
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", "
|
27930
|
+
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"]>;
|
27988
27931
|
readAt: z.ZodDate;
|
27989
27932
|
metadata: z.ZodAny;
|
27990
27933
|
platformId: z.ZodString;
|
@@ -29058,7 +29001,6 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
29058
29001
|
channelId: string;
|
29059
29002
|
socialPlatformId: string;
|
29060
29003
|
}>;
|
29061
|
-
csatStatus: z.ZodNullable<z.ZodString>;
|
29062
29004
|
actor: z.ZodObject<{
|
29063
29005
|
id: z.ZodString;
|
29064
29006
|
createdAt: z.ZodDate;
|
@@ -29537,7 +29479,6 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
29537
29479
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
29538
29480
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
29539
29481
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
29540
|
-
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
29541
29482
|
}, "strip", z.ZodTypeAny, {
|
29542
29483
|
name: string;
|
29543
29484
|
id: string;
|
@@ -29567,7 +29508,6 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
29567
29508
|
lineRichMenuId?: string | null | undefined;
|
29568
29509
|
messengerIntegrationType?: "own" | "business" | undefined;
|
29569
29510
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
29570
|
-
isCSATEnabled?: boolean | undefined;
|
29571
29511
|
}, {
|
29572
29512
|
name: string;
|
29573
29513
|
id: string;
|
@@ -29597,7 +29537,6 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
29597
29537
|
lineRichMenuId?: string | null | undefined;
|
29598
29538
|
messengerIntegrationType?: "own" | "business" | undefined;
|
29599
29539
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
29600
|
-
isCSATEnabled?: boolean | undefined;
|
29601
29540
|
}>;
|
29602
29541
|
brandName: z.ZodString;
|
29603
29542
|
platformId: z.ZodString;
|
@@ -29861,7 +29800,6 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
29861
29800
|
lineRichMenuId?: string | null | undefined;
|
29862
29801
|
messengerIntegrationType?: "own" | "business" | undefined;
|
29863
29802
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
29864
|
-
isCSATEnabled?: boolean | undefined;
|
29865
29803
|
};
|
29866
29804
|
status: boolean;
|
29867
29805
|
createdAt: Date;
|
@@ -29956,7 +29894,6 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
29956
29894
|
lineRichMenuId?: string | null | undefined;
|
29957
29895
|
messengerIntegrationType?: "own" | "business" | undefined;
|
29958
29896
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
29959
|
-
isCSATEnabled?: boolean | undefined;
|
29960
29897
|
};
|
29961
29898
|
status: boolean;
|
29962
29899
|
createdAt: Date;
|
@@ -30615,7 +30552,6 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
30615
30552
|
lineRichMenuId?: string | null | undefined;
|
30616
30553
|
messengerIntegrationType?: "own" | "business" | undefined;
|
30617
30554
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
30618
|
-
isCSATEnabled?: boolean | undefined;
|
30619
30555
|
};
|
30620
30556
|
status: boolean;
|
30621
30557
|
createdAt: Date;
|
@@ -30907,7 +30843,6 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
30907
30843
|
closedAt: Date;
|
30908
30844
|
lastMessageAt: Date | null;
|
30909
30845
|
isBotRoom: boolean;
|
30910
|
-
csatStatus: string | null;
|
30911
30846
|
cxlog: {
|
30912
30847
|
id: string;
|
30913
30848
|
channel: string | null;
|
@@ -31044,7 +30979,6 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
31044
30979
|
lineRichMenuId?: string | null | undefined;
|
31045
30980
|
messengerIntegrationType?: "own" | "business" | undefined;
|
31046
30981
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
31047
|
-
isCSATEnabled?: boolean | undefined;
|
31048
30982
|
};
|
31049
30983
|
status: boolean;
|
31050
30984
|
createdAt: Date;
|
@@ -31336,7 +31270,6 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
31336
31270
|
closedAt: Date;
|
31337
31271
|
lastMessageAt: Date | null;
|
31338
31272
|
isBotRoom: boolean;
|
31339
|
-
csatStatus: string | null;
|
31340
31273
|
cxlog: {
|
31341
31274
|
id: string;
|
31342
31275
|
channel: string | null;
|
@@ -31480,7 +31413,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
31480
31413
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
31481
31414
|
message: z.ZodString;
|
31482
31415
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
31483
|
-
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", "
|
31416
|
+
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"]>;
|
31484
31417
|
readAt: z.ZodDate;
|
31485
31418
|
metadata: z.ZodAny;
|
31486
31419
|
platformId: z.ZodString;
|
@@ -32138,7 +32071,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
32138
32071
|
};
|
32139
32072
|
}>;
|
32140
32073
|
}, "strip", z.ZodTypeAny, {
|
32141
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
32074
|
+
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";
|
32142
32075
|
message: string;
|
32143
32076
|
id: string;
|
32144
32077
|
url: string;
|
@@ -32300,7 +32233,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
32300
32233
|
metadata?: any;
|
32301
32234
|
template?: any;
|
32302
32235
|
}, {
|
32303
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
32236
|
+
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";
|
32304
32237
|
message: string;
|
32305
32238
|
id: string;
|
32306
32239
|
url: string;
|
@@ -33102,7 +33035,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
33102
33035
|
editedMessageid: z.ZodString;
|
33103
33036
|
label: z.ZodOptional<z.ZodString>;
|
33104
33037
|
}, "strip", z.ZodTypeAny, {
|
33105
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
33038
|
+
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";
|
33106
33039
|
message: string;
|
33107
33040
|
id: string;
|
33108
33041
|
url: string;
|
@@ -33246,7 +33179,6 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
33246
33179
|
lineRichMenuId?: string | null | undefined;
|
33247
33180
|
messengerIntegrationType?: "own" | "business" | undefined;
|
33248
33181
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
33249
|
-
isCSATEnabled?: boolean | undefined;
|
33250
33182
|
};
|
33251
33183
|
status: boolean;
|
33252
33184
|
createdAt: Date;
|
@@ -33538,7 +33470,6 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
33538
33470
|
closedAt: Date;
|
33539
33471
|
lastMessageAt: Date | null;
|
33540
33472
|
isBotRoom: boolean;
|
33541
|
-
csatStatus: string | null;
|
33542
33473
|
cxlog: {
|
33543
33474
|
id: string;
|
33544
33475
|
channel: string | null;
|
@@ -33657,7 +33588,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
33657
33588
|
previewUrl: string;
|
33658
33589
|
imageSetId: string;
|
33659
33590
|
repliedMessage: {
|
33660
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
33591
|
+
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";
|
33661
33592
|
message: string;
|
33662
33593
|
id: string;
|
33663
33594
|
url: string;
|
@@ -33868,7 +33799,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
33868
33799
|
template?: any;
|
33869
33800
|
label?: string | undefined;
|
33870
33801
|
}, {
|
33871
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
33802
|
+
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";
|
33872
33803
|
message: string;
|
33873
33804
|
id: string;
|
33874
33805
|
url: string;
|
@@ -34012,7 +33943,6 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
34012
33943
|
lineRichMenuId?: string | null | undefined;
|
34013
33944
|
messengerIntegrationType?: "own" | "business" | undefined;
|
34014
33945
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
34015
|
-
isCSATEnabled?: boolean | undefined;
|
34016
33946
|
};
|
34017
33947
|
status: boolean;
|
34018
33948
|
createdAt: Date;
|
@@ -34304,7 +34234,6 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
34304
34234
|
closedAt: Date;
|
34305
34235
|
lastMessageAt: Date | null;
|
34306
34236
|
isBotRoom: boolean;
|
34307
|
-
csatStatus: string | null;
|
34308
34237
|
cxlog: {
|
34309
34238
|
id: string;
|
34310
34239
|
channel: string | null;
|
@@ -34423,7 +34352,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
34423
34352
|
previewUrl: string;
|
34424
34353
|
imageSetId: string;
|
34425
34354
|
repliedMessage: {
|
34426
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
34355
|
+
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";
|
34427
34356
|
message: string;
|
34428
34357
|
id: string;
|
34429
34358
|
url: string;
|
@@ -34635,13 +34564,13 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
34635
34564
|
label?: string | undefined;
|
34636
34565
|
}>, "many">;
|
34637
34566
|
}, "strip", z.ZodTypeAny, {
|
34638
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
34567
|
+
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";
|
34639
34568
|
message: string;
|
34640
34569
|
id: string;
|
34641
34570
|
url: string;
|
34642
34571
|
direction: "incoming" | "outgoing" | "system";
|
34643
34572
|
children: {
|
34644
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
34573
|
+
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";
|
34645
34574
|
message: string;
|
34646
34575
|
id: string;
|
34647
34576
|
url: string;
|
@@ -34785,7 +34714,6 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
34785
34714
|
lineRichMenuId?: string | null | undefined;
|
34786
34715
|
messengerIntegrationType?: "own" | "business" | undefined;
|
34787
34716
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
34788
|
-
isCSATEnabled?: boolean | undefined;
|
34789
34717
|
};
|
34790
34718
|
status: boolean;
|
34791
34719
|
createdAt: Date;
|
@@ -35077,7 +35005,6 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
35077
35005
|
closedAt: Date;
|
35078
35006
|
lastMessageAt: Date | null;
|
35079
35007
|
isBotRoom: boolean;
|
35080
|
-
csatStatus: string | null;
|
35081
35008
|
cxlog: {
|
35082
35009
|
id: string;
|
35083
35010
|
channel: string | null;
|
@@ -35196,7 +35123,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
35196
35123
|
previewUrl: string;
|
35197
35124
|
imageSetId: string;
|
35198
35125
|
repliedMessage: {
|
35199
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
35126
|
+
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";
|
35200
35127
|
message: string;
|
35201
35128
|
id: string;
|
35202
35129
|
url: string;
|
@@ -35546,7 +35473,6 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
35546
35473
|
lineRichMenuId?: string | null | undefined;
|
35547
35474
|
messengerIntegrationType?: "own" | "business" | undefined;
|
35548
35475
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
35549
|
-
isCSATEnabled?: boolean | undefined;
|
35550
35476
|
};
|
35551
35477
|
status: boolean;
|
35552
35478
|
createdAt: Date;
|
@@ -35838,7 +35764,6 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
35838
35764
|
closedAt: Date;
|
35839
35765
|
lastMessageAt: Date | null;
|
35840
35766
|
isBotRoom: boolean;
|
35841
|
-
csatStatus: string | null;
|
35842
35767
|
cxlog: {
|
35843
35768
|
id: string;
|
35844
35769
|
channel: string | null;
|
@@ -35957,7 +35882,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
35957
35882
|
previewUrl: string;
|
35958
35883
|
imageSetId: string;
|
35959
35884
|
repliedMessage: {
|
35960
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
35885
|
+
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";
|
35961
35886
|
message: string;
|
35962
35887
|
id: string;
|
35963
35888
|
url: string;
|
@@ -36295,13 +36220,13 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
36295
36220
|
template?: any;
|
36296
36221
|
metadata?: any;
|
36297
36222
|
}, {
|
36298
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
36223
|
+
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";
|
36299
36224
|
message: string;
|
36300
36225
|
id: string;
|
36301
36226
|
url: string;
|
36302
36227
|
direction: "incoming" | "outgoing" | "system";
|
36303
36228
|
children: {
|
36304
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
36229
|
+
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";
|
36305
36230
|
message: string;
|
36306
36231
|
id: string;
|
36307
36232
|
url: string;
|
@@ -36445,7 +36370,6 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
36445
36370
|
lineRichMenuId?: string | null | undefined;
|
36446
36371
|
messengerIntegrationType?: "own" | "business" | undefined;
|
36447
36372
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
36448
|
-
isCSATEnabled?: boolean | undefined;
|
36449
36373
|
};
|
36450
36374
|
status: boolean;
|
36451
36375
|
createdAt: Date;
|
@@ -36737,7 +36661,6 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
36737
36661
|
closedAt: Date;
|
36738
36662
|
lastMessageAt: Date | null;
|
36739
36663
|
isBotRoom: boolean;
|
36740
|
-
csatStatus: string | null;
|
36741
36664
|
cxlog: {
|
36742
36665
|
id: string;
|
36743
36666
|
channel: string | null;
|
@@ -36856,7 +36779,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
36856
36779
|
previewUrl: string;
|
36857
36780
|
imageSetId: string;
|
36858
36781
|
repliedMessage: {
|
36859
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
36782
|
+
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";
|
36860
36783
|
message: string;
|
36861
36784
|
id: string;
|
36862
36785
|
url: string;
|
@@ -37206,7 +37129,6 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
37206
37129
|
lineRichMenuId?: string | null | undefined;
|
37207
37130
|
messengerIntegrationType?: "own" | "business" | undefined;
|
37208
37131
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
37209
|
-
isCSATEnabled?: boolean | undefined;
|
37210
37132
|
};
|
37211
37133
|
status: boolean;
|
37212
37134
|
createdAt: Date;
|
@@ -37498,7 +37420,6 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
37498
37420
|
closedAt: Date;
|
37499
37421
|
lastMessageAt: Date | null;
|
37500
37422
|
isBotRoom: boolean;
|
37501
|
-
csatStatus: string | null;
|
37502
37423
|
cxlog: {
|
37503
37424
|
id: string;
|
37504
37425
|
channel: string | null;
|
@@ -37617,7 +37538,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
|
|
37617
37538
|
previewUrl: string;
|
37618
37539
|
imageSetId: string;
|
37619
37540
|
repliedMessage: {
|
37620
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
37541
|
+
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";
|
37621
37542
|
message: string;
|
37622
37543
|
id: string;
|
37623
37544
|
url: string;
|