@kl1/contracts 1.2.59-uat → 1.2.61-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 +935 -0
- package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/schema.d.ts +8 -0
- package/dist/api-contracts/src/channel/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/validation.d.ts +10 -0
- package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/index.d.ts +515 -169
- package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/schema.d.ts +124 -45
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +151 -56
- package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/contract.d.ts +3238 -639
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/index.d.ts +11 -0
- package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/schema.d.ts +9 -0
- package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/index.d.ts +165 -43
- package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/schema.d.ts +10 -3
- package/dist/api-contracts/src/facebook-feed/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/validation.d.ts +5 -0
- package/dist/api-contracts/src/facebook-feed/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/instagram/index.d.ts +132 -33
- package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/line/index.d.ts +129 -38
- package/dist/api-contracts/src/line/index.d.ts.map +1 -1
- package/dist/api-contracts/src/line/validation.d.ts +14 -5
- package/dist/api-contracts/src/line/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/messenger/index.d.ts +132 -33
- package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
- package/dist/api-contracts/src/messenger/validation.d.ts +5 -0
- package/dist/api-contracts/src/messenger/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/sms/index.d.ts +42 -5
- package/dist/api-contracts/src/sms/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telegram/index.d.ts +110 -33
- package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/viber/index.d.ts +110 -33
- package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
- package/dist/api-contracts/src/webchat/index.d.ts +110 -33
- package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/whatsapp/index.d.ts +120 -33
- package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
- package/dist/api-contracts/src/workflow-rule/index.d.ts +58 -12
- package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
- package/dist/entities/src/enums/chat.d.ts +12 -0
- package/dist/entities/src/enums/chat.d.ts.map +1 -1
- package/dist/index.js +21 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +21 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
@@ -40,7 +40,7 @@ export declare const receiveMessageContract: {
|
|
40
40
|
deletedAt: z.ZodNullable<z.ZodString>;
|
41
41
|
message: z.ZodOptional<z.ZodString>;
|
42
42
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
43
|
-
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"]>;
|
43
|
+
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
44
44
|
metadata: z.ZodAny;
|
45
45
|
platformId: z.ZodString;
|
46
46
|
platformMessageId: z.ZodString;
|
@@ -1472,6 +1472,7 @@ export declare const receiveMessageContract: {
|
|
1472
1472
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
1473
1473
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
1474
1474
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
1475
|
+
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
1475
1476
|
}, "strip", z.ZodTypeAny, {
|
1476
1477
|
name: string;
|
1477
1478
|
id: string;
|
@@ -1501,6 +1502,7 @@ export declare const receiveMessageContract: {
|
|
1501
1502
|
lineRichMenuId?: string | null | undefined;
|
1502
1503
|
messengerIntegrationType?: "own" | "business" | undefined;
|
1503
1504
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
1505
|
+
isCSATEnabled?: boolean | undefined;
|
1504
1506
|
}, {
|
1505
1507
|
name: string;
|
1506
1508
|
id: string;
|
@@ -1530,6 +1532,7 @@ export declare const receiveMessageContract: {
|
|
1530
1532
|
lineRichMenuId?: string | null | undefined;
|
1531
1533
|
messengerIntegrationType?: "own" | "business" | undefined;
|
1532
1534
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
1535
|
+
isCSATEnabled?: boolean | undefined;
|
1533
1536
|
}>;
|
1534
1537
|
platformId: z.ZodString;
|
1535
1538
|
brandName: z.ZodString;
|
@@ -1589,6 +1592,7 @@ export declare const receiveMessageContract: {
|
|
1589
1592
|
lineRichMenuId?: string | null | undefined;
|
1590
1593
|
messengerIntegrationType?: "own" | "business" | undefined;
|
1591
1594
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
1595
|
+
isCSATEnabled?: boolean | undefined;
|
1592
1596
|
};
|
1593
1597
|
status: boolean;
|
1594
1598
|
brandName: string;
|
@@ -1636,6 +1640,7 @@ export declare const receiveMessageContract: {
|
|
1636
1640
|
lineRichMenuId?: string | null | undefined;
|
1637
1641
|
messengerIntegrationType?: "own" | "business" | undefined;
|
1638
1642
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
1643
|
+
isCSATEnabled?: boolean | undefined;
|
1639
1644
|
};
|
1640
1645
|
status: boolean;
|
1641
1646
|
brandName: string;
|
@@ -2432,6 +2437,7 @@ export declare const receiveMessageContract: {
|
|
2432
2437
|
lineRichMenuId?: string | null | undefined;
|
2433
2438
|
messengerIntegrationType?: "own" | "business" | undefined;
|
2434
2439
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
2440
|
+
isCSATEnabled?: boolean | undefined;
|
2435
2441
|
};
|
2436
2442
|
status: boolean;
|
2437
2443
|
brandName: string;
|
@@ -2784,6 +2790,7 @@ export declare const receiveMessageContract: {
|
|
2784
2790
|
lineRichMenuId?: string | null | undefined;
|
2785
2791
|
messengerIntegrationType?: "own" | "business" | undefined;
|
2786
2792
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
2793
|
+
isCSATEnabled?: boolean | undefined;
|
2787
2794
|
};
|
2788
2795
|
status: boolean;
|
2789
2796
|
brandName: string;
|
@@ -3539,7 +3546,7 @@ export declare const receiveMessageContract: {
|
|
3539
3546
|
}>>>;
|
3540
3547
|
label: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
3541
3548
|
}, "strip", z.ZodTypeAny, {
|
3542
|
-
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";
|
3549
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
3543
3550
|
id: string;
|
3544
3551
|
direction: "incoming" | "outgoing" | "system";
|
3545
3552
|
createdAt: string;
|
@@ -3792,6 +3799,7 @@ export declare const receiveMessageContract: {
|
|
3792
3799
|
lineRichMenuId?: string | null | undefined;
|
3793
3800
|
messengerIntegrationType?: "own" | "business" | undefined;
|
3794
3801
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
3802
|
+
isCSATEnabled?: boolean | undefined;
|
3795
3803
|
};
|
3796
3804
|
status: boolean;
|
3797
3805
|
brandName: string;
|
@@ -4054,7 +4062,7 @@ export declare const receiveMessageContract: {
|
|
4054
4062
|
} | null | undefined;
|
4055
4063
|
label?: string | null | undefined;
|
4056
4064
|
}, {
|
4057
|
-
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";
|
4065
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
4058
4066
|
id: string;
|
4059
4067
|
direction: "incoming" | "outgoing" | "system";
|
4060
4068
|
createdAt: string;
|
@@ -4307,6 +4315,7 @@ export declare const receiveMessageContract: {
|
|
4307
4315
|
lineRichMenuId?: string | null | undefined;
|
4308
4316
|
messengerIntegrationType?: "own" | "business" | undefined;
|
4309
4317
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
4318
|
+
isCSATEnabled?: boolean | undefined;
|
4310
4319
|
};
|
4311
4320
|
status: boolean;
|
4312
4321
|
brandName: string;
|
@@ -4571,7 +4580,7 @@ export declare const receiveMessageContract: {
|
|
4571
4580
|
}>;
|
4572
4581
|
}, "strip", z.ZodTypeAny, {
|
4573
4582
|
message: {
|
4574
|
-
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";
|
4583
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
4575
4584
|
id: string;
|
4576
4585
|
direction: "incoming" | "outgoing" | "system";
|
4577
4586
|
createdAt: string;
|
@@ -4824,6 +4833,7 @@ export declare const receiveMessageContract: {
|
|
4824
4833
|
lineRichMenuId?: string | null | undefined;
|
4825
4834
|
messengerIntegrationType?: "own" | "business" | undefined;
|
4826
4835
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
4836
|
+
isCSATEnabled?: boolean | undefined;
|
4827
4837
|
};
|
4828
4838
|
status: boolean;
|
4829
4839
|
brandName: string;
|
@@ -5088,7 +5098,7 @@ export declare const receiveMessageContract: {
|
|
5088
5098
|
};
|
5089
5099
|
}, {
|
5090
5100
|
message: {
|
5091
|
-
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";
|
5101
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
5092
5102
|
id: string;
|
5093
5103
|
direction: "incoming" | "outgoing" | "system";
|
5094
5104
|
createdAt: string;
|
@@ -5341,6 +5351,7 @@ export declare const receiveMessageContract: {
|
|
5341
5351
|
lineRichMenuId?: string | null | undefined;
|
5342
5352
|
messengerIntegrationType?: "own" | "business" | undefined;
|
5343
5353
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
5354
|
+
isCSATEnabled?: boolean | undefined;
|
5344
5355
|
};
|
5345
5356
|
status: boolean;
|
5346
5357
|
brandName: string;
|
@@ -5652,7 +5663,7 @@ export declare const mainFeedContract: {
|
|
5652
5663
|
updatedAt: z.ZodDate;
|
5653
5664
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
5654
5665
|
message: z.ZodNullable<z.ZodString>;
|
5655
|
-
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"]>]>;
|
5666
|
+
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>]>;
|
5656
5667
|
metadata: z.ZodAny;
|
5657
5668
|
platformId: z.ZodString;
|
5658
5669
|
platformMessageId: z.ZodString;
|
@@ -5730,6 +5741,7 @@ export declare const mainFeedContract: {
|
|
5730
5741
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
5731
5742
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
5732
5743
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
5744
|
+
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
5733
5745
|
}, "strip", z.ZodTypeAny, {
|
5734
5746
|
name: string;
|
5735
5747
|
id: string;
|
@@ -5759,6 +5771,7 @@ export declare const mainFeedContract: {
|
|
5759
5771
|
lineRichMenuId?: string | null | undefined;
|
5760
5772
|
messengerIntegrationType?: "own" | "business" | undefined;
|
5761
5773
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
5774
|
+
isCSATEnabled?: boolean | undefined;
|
5762
5775
|
}, {
|
5763
5776
|
name: string;
|
5764
5777
|
id: string;
|
@@ -5788,6 +5801,7 @@ export declare const mainFeedContract: {
|
|
5788
5801
|
lineRichMenuId?: string | null | undefined;
|
5789
5802
|
messengerIntegrationType?: "own" | "business" | undefined;
|
5790
5803
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
5804
|
+
isCSATEnabled?: boolean | undefined;
|
5791
5805
|
}>;
|
5792
5806
|
brandName: z.ZodString;
|
5793
5807
|
platformId: z.ZodString;
|
@@ -6051,6 +6065,7 @@ export declare const mainFeedContract: {
|
|
6051
6065
|
lineRichMenuId?: string | null | undefined;
|
6052
6066
|
messengerIntegrationType?: "own" | "business" | undefined;
|
6053
6067
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
6068
|
+
isCSATEnabled?: boolean | undefined;
|
6054
6069
|
};
|
6055
6070
|
status: boolean;
|
6056
6071
|
createdAt: Date;
|
@@ -6145,6 +6160,7 @@ export declare const mainFeedContract: {
|
|
6145
6160
|
lineRichMenuId?: string | null | undefined;
|
6146
6161
|
messengerIntegrationType?: "own" | "business" | undefined;
|
6147
6162
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
6163
|
+
isCSATEnabled?: boolean | undefined;
|
6148
6164
|
};
|
6149
6165
|
status: boolean;
|
6150
6166
|
createdAt: Date;
|
@@ -7460,7 +7476,7 @@ export declare const mainFeedContract: {
|
|
7460
7476
|
}>;
|
7461
7477
|
permalinkURL: z.ZodString;
|
7462
7478
|
}, "strip", z.ZodTypeAny, {
|
7463
|
-
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";
|
7479
|
+
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" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
7464
7480
|
message: string | null;
|
7465
7481
|
id: string;
|
7466
7482
|
channel: {
|
@@ -7496,6 +7512,7 @@ export declare const mainFeedContract: {
|
|
7496
7512
|
lineRichMenuId?: string | null | undefined;
|
7497
7513
|
messengerIntegrationType?: "own" | "business" | undefined;
|
7498
7514
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
7515
|
+
isCSATEnabled?: boolean | undefined;
|
7499
7516
|
};
|
7500
7517
|
status: boolean;
|
7501
7518
|
createdAt: Date;
|
@@ -7741,7 +7758,7 @@ export declare const mainFeedContract: {
|
|
7741
7758
|
metadata?: any;
|
7742
7759
|
template?: any;
|
7743
7760
|
}, {
|
7744
|
-
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";
|
7761
|
+
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" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
7745
7762
|
message: string | null;
|
7746
7763
|
id: string;
|
7747
7764
|
channel: {
|
@@ -7777,6 +7794,7 @@ export declare const mainFeedContract: {
|
|
7777
7794
|
lineRichMenuId?: string | null | undefined;
|
7778
7795
|
messengerIntegrationType?: "own" | "business" | undefined;
|
7779
7796
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
7797
|
+
isCSATEnabled?: boolean | undefined;
|
7780
7798
|
};
|
7781
7799
|
status: boolean;
|
7782
7800
|
createdAt: Date;
|
@@ -8024,7 +8042,7 @@ export declare const mainFeedContract: {
|
|
8024
8042
|
}>;
|
8025
8043
|
}, "strip", z.ZodTypeAny, {
|
8026
8044
|
data: {
|
8027
|
-
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";
|
8045
|
+
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" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
8028
8046
|
message: string | null;
|
8029
8047
|
id: string;
|
8030
8048
|
channel: {
|
@@ -8060,6 +8078,7 @@ export declare const mainFeedContract: {
|
|
8060
8078
|
lineRichMenuId?: string | null | undefined;
|
8061
8079
|
messengerIntegrationType?: "own" | "business" | undefined;
|
8062
8080
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
8081
|
+
isCSATEnabled?: boolean | undefined;
|
8063
8082
|
};
|
8064
8083
|
status: boolean;
|
8065
8084
|
createdAt: Date;
|
@@ -8308,7 +8327,7 @@ export declare const mainFeedContract: {
|
|
8308
8327
|
requestId: string;
|
8309
8328
|
}, {
|
8310
8329
|
data: {
|
8311
|
-
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";
|
8330
|
+
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" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
8312
8331
|
message: string | null;
|
8313
8332
|
id: string;
|
8314
8333
|
channel: {
|
@@ -8344,6 +8363,7 @@ export declare const mainFeedContract: {
|
|
8344
8363
|
lineRichMenuId?: string | null | undefined;
|
8345
8364
|
messengerIntegrationType?: "own" | "business" | undefined;
|
8346
8365
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
8366
|
+
isCSATEnabled?: boolean | undefined;
|
8347
8367
|
};
|
8348
8368
|
status: boolean;
|
8349
8369
|
createdAt: Date;
|
@@ -8637,7 +8657,7 @@ export declare const mainFeedContract: {
|
|
8637
8657
|
page: z.ZodNumber;
|
8638
8658
|
pageSize: z.ZodNumber;
|
8639
8659
|
data: z.ZodObject<{
|
8640
|
-
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"]>;
|
8660
|
+
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
8641
8661
|
message: z.ZodString;
|
8642
8662
|
id: z.ZodString;
|
8643
8663
|
url: z.ZodString;
|
@@ -10154,6 +10174,7 @@ export declare const mainFeedContract: {
|
|
10154
10174
|
channelId: string;
|
10155
10175
|
socialPlatformId: string;
|
10156
10176
|
}>;
|
10177
|
+
csatStatus: z.ZodNullable<z.ZodString>;
|
10157
10178
|
actor: z.ZodObject<{
|
10158
10179
|
id: z.ZodString;
|
10159
10180
|
createdAt: z.ZodDate;
|
@@ -10632,6 +10653,7 @@ export declare const mainFeedContract: {
|
|
10632
10653
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
10633
10654
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
10634
10655
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
10656
|
+
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
10635
10657
|
}, "strip", z.ZodTypeAny, {
|
10636
10658
|
name: string;
|
10637
10659
|
id: string;
|
@@ -10661,6 +10683,7 @@ export declare const mainFeedContract: {
|
|
10661
10683
|
lineRichMenuId?: string | null | undefined;
|
10662
10684
|
messengerIntegrationType?: "own" | "business" | undefined;
|
10663
10685
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
10686
|
+
isCSATEnabled?: boolean | undefined;
|
10664
10687
|
}, {
|
10665
10688
|
name: string;
|
10666
10689
|
id: string;
|
@@ -10690,6 +10713,7 @@ export declare const mainFeedContract: {
|
|
10690
10713
|
lineRichMenuId?: string | null | undefined;
|
10691
10714
|
messengerIntegrationType?: "own" | "business" | undefined;
|
10692
10715
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
10716
|
+
isCSATEnabled?: boolean | undefined;
|
10693
10717
|
}>;
|
10694
10718
|
brandName: z.ZodString;
|
10695
10719
|
platformId: z.ZodString;
|
@@ -10953,6 +10977,7 @@ export declare const mainFeedContract: {
|
|
10953
10977
|
lineRichMenuId?: string | null | undefined;
|
10954
10978
|
messengerIntegrationType?: "own" | "business" | undefined;
|
10955
10979
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
10980
|
+
isCSATEnabled?: boolean | undefined;
|
10956
10981
|
};
|
10957
10982
|
status: boolean;
|
10958
10983
|
createdAt: Date;
|
@@ -11047,6 +11072,7 @@ export declare const mainFeedContract: {
|
|
11047
11072
|
lineRichMenuId?: string | null | undefined;
|
11048
11073
|
messengerIntegrationType?: "own" | "business" | undefined;
|
11049
11074
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
11075
|
+
isCSATEnabled?: boolean | undefined;
|
11050
11076
|
};
|
11051
11077
|
status: boolean;
|
11052
11078
|
createdAt: Date;
|
@@ -11705,6 +11731,7 @@ export declare const mainFeedContract: {
|
|
11705
11731
|
lineRichMenuId?: string | null | undefined;
|
11706
11732
|
messengerIntegrationType?: "own" | "business" | undefined;
|
11707
11733
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
11734
|
+
isCSATEnabled?: boolean | undefined;
|
11708
11735
|
};
|
11709
11736
|
status: boolean;
|
11710
11737
|
createdAt: Date;
|
@@ -11996,6 +12023,7 @@ export declare const mainFeedContract: {
|
|
11996
12023
|
closedAt: Date;
|
11997
12024
|
lastMessageAt: Date | null;
|
11998
12025
|
isBotRoom: boolean;
|
12026
|
+
csatStatus: string | null;
|
11999
12027
|
cxlog: {
|
12000
12028
|
id: string;
|
12001
12029
|
channel: string | null;
|
@@ -12132,6 +12160,7 @@ export declare const mainFeedContract: {
|
|
12132
12160
|
lineRichMenuId?: string | null | undefined;
|
12133
12161
|
messengerIntegrationType?: "own" | "business" | undefined;
|
12134
12162
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
12163
|
+
isCSATEnabled?: boolean | undefined;
|
12135
12164
|
};
|
12136
12165
|
status: boolean;
|
12137
12166
|
createdAt: Date;
|
@@ -12423,6 +12452,7 @@ export declare const mainFeedContract: {
|
|
12423
12452
|
closedAt: Date;
|
12424
12453
|
lastMessageAt: Date | null;
|
12425
12454
|
isBotRoom: boolean;
|
12455
|
+
csatStatus: string | null;
|
12426
12456
|
cxlog: {
|
12427
12457
|
id: string;
|
12428
12458
|
channel: string | null;
|
@@ -12563,7 +12593,7 @@ export declare const mainFeedContract: {
|
|
12563
12593
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
12564
12594
|
message: z.ZodString;
|
12565
12595
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
12566
|
-
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"]>;
|
12596
|
+
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
12567
12597
|
readAt: z.ZodDate;
|
12568
12598
|
metadata: z.ZodAny;
|
12569
12599
|
platformId: z.ZodString;
|
@@ -13221,7 +13251,7 @@ export declare const mainFeedContract: {
|
|
13221
13251
|
};
|
13222
13252
|
}>;
|
13223
13253
|
}, "strip", z.ZodTypeAny, {
|
13224
|
-
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";
|
13254
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
13225
13255
|
message: string;
|
13226
13256
|
id: string;
|
13227
13257
|
url: string;
|
@@ -13383,7 +13413,7 @@ export declare const mainFeedContract: {
|
|
13383
13413
|
metadata?: any;
|
13384
13414
|
template?: any;
|
13385
13415
|
}, {
|
13386
|
-
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";
|
13416
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
13387
13417
|
message: string;
|
13388
13418
|
id: string;
|
13389
13419
|
url: string;
|
@@ -14804,7 +14834,7 @@ export declare const mainFeedContract: {
|
|
14804
14834
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
14805
14835
|
message: z.ZodString;
|
14806
14836
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
14807
|
-
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"]>;
|
14837
|
+
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
14808
14838
|
readAt: z.ZodDate;
|
14809
14839
|
metadata: z.ZodAny;
|
14810
14840
|
platformId: z.ZodString;
|
@@ -15878,6 +15908,7 @@ export declare const mainFeedContract: {
|
|
15878
15908
|
channelId: string;
|
15879
15909
|
socialPlatformId: string;
|
15880
15910
|
}>;
|
15911
|
+
csatStatus: z.ZodNullable<z.ZodString>;
|
15881
15912
|
actor: z.ZodObject<{
|
15882
15913
|
id: z.ZodString;
|
15883
15914
|
createdAt: z.ZodDate;
|
@@ -16356,6 +16387,7 @@ export declare const mainFeedContract: {
|
|
16356
16387
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
16357
16388
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
16358
16389
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
16390
|
+
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
16359
16391
|
}, "strip", z.ZodTypeAny, {
|
16360
16392
|
name: string;
|
16361
16393
|
id: string;
|
@@ -16385,6 +16417,7 @@ export declare const mainFeedContract: {
|
|
16385
16417
|
lineRichMenuId?: string | null | undefined;
|
16386
16418
|
messengerIntegrationType?: "own" | "business" | undefined;
|
16387
16419
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
16420
|
+
isCSATEnabled?: boolean | undefined;
|
16388
16421
|
}, {
|
16389
16422
|
name: string;
|
16390
16423
|
id: string;
|
@@ -16414,6 +16447,7 @@ export declare const mainFeedContract: {
|
|
16414
16447
|
lineRichMenuId?: string | null | undefined;
|
16415
16448
|
messengerIntegrationType?: "own" | "business" | undefined;
|
16416
16449
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
16450
|
+
isCSATEnabled?: boolean | undefined;
|
16417
16451
|
}>;
|
16418
16452
|
brandName: z.ZodString;
|
16419
16453
|
platformId: z.ZodString;
|
@@ -16677,6 +16711,7 @@ export declare const mainFeedContract: {
|
|
16677
16711
|
lineRichMenuId?: string | null | undefined;
|
16678
16712
|
messengerIntegrationType?: "own" | "business" | undefined;
|
16679
16713
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
16714
|
+
isCSATEnabled?: boolean | undefined;
|
16680
16715
|
};
|
16681
16716
|
status: boolean;
|
16682
16717
|
createdAt: Date;
|
@@ -16771,6 +16806,7 @@ export declare const mainFeedContract: {
|
|
16771
16806
|
lineRichMenuId?: string | null | undefined;
|
16772
16807
|
messengerIntegrationType?: "own" | "business" | undefined;
|
16773
16808
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
16809
|
+
isCSATEnabled?: boolean | undefined;
|
16774
16810
|
};
|
16775
16811
|
status: boolean;
|
16776
16812
|
createdAt: Date;
|
@@ -17429,6 +17465,7 @@ export declare const mainFeedContract: {
|
|
17429
17465
|
lineRichMenuId?: string | null | undefined;
|
17430
17466
|
messengerIntegrationType?: "own" | "business" | undefined;
|
17431
17467
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
17468
|
+
isCSATEnabled?: boolean | undefined;
|
17432
17469
|
};
|
17433
17470
|
status: boolean;
|
17434
17471
|
createdAt: Date;
|
@@ -17720,6 +17757,7 @@ export declare const mainFeedContract: {
|
|
17720
17757
|
closedAt: Date;
|
17721
17758
|
lastMessageAt: Date | null;
|
17722
17759
|
isBotRoom: boolean;
|
17760
|
+
csatStatus: string | null;
|
17723
17761
|
cxlog: {
|
17724
17762
|
id: string;
|
17725
17763
|
channel: string | null;
|
@@ -17856,6 +17894,7 @@ export declare const mainFeedContract: {
|
|
17856
17894
|
lineRichMenuId?: string | null | undefined;
|
17857
17895
|
messengerIntegrationType?: "own" | "business" | undefined;
|
17858
17896
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
17897
|
+
isCSATEnabled?: boolean | undefined;
|
17859
17898
|
};
|
17860
17899
|
status: boolean;
|
17861
17900
|
createdAt: Date;
|
@@ -18147,6 +18186,7 @@ export declare const mainFeedContract: {
|
|
18147
18186
|
closedAt: Date;
|
18148
18187
|
lastMessageAt: Date | null;
|
18149
18188
|
isBotRoom: boolean;
|
18189
|
+
csatStatus: string | null;
|
18150
18190
|
cxlog: {
|
18151
18191
|
id: string;
|
18152
18192
|
channel: string | null;
|
@@ -18290,7 +18330,7 @@ export declare const mainFeedContract: {
|
|
18290
18330
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
18291
18331
|
message: z.ZodString;
|
18292
18332
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
18293
|
-
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"]>;
|
18333
|
+
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
18294
18334
|
readAt: z.ZodDate;
|
18295
18335
|
metadata: z.ZodAny;
|
18296
18336
|
platformId: z.ZodString;
|
@@ -18948,7 +18988,7 @@ export declare const mainFeedContract: {
|
|
18948
18988
|
};
|
18949
18989
|
}>;
|
18950
18990
|
}, "strip", z.ZodTypeAny, {
|
18951
|
-
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";
|
18991
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
18952
18992
|
message: string;
|
18953
18993
|
id: string;
|
18954
18994
|
url: string;
|
@@ -19110,7 +19150,7 @@ export declare const mainFeedContract: {
|
|
19110
19150
|
metadata?: any;
|
19111
19151
|
template?: any;
|
19112
19152
|
}, {
|
19113
|
-
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";
|
19153
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
19114
19154
|
message: string;
|
19115
19155
|
id: string;
|
19116
19156
|
url: string;
|
@@ -19912,7 +19952,7 @@ export declare const mainFeedContract: {
|
|
19912
19952
|
editedMessageid: z.ZodString;
|
19913
19953
|
label: z.ZodOptional<z.ZodString>;
|
19914
19954
|
}, "strip", z.ZodTypeAny, {
|
19915
|
-
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";
|
19955
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
19916
19956
|
message: string;
|
19917
19957
|
id: string;
|
19918
19958
|
url: string;
|
@@ -20056,6 +20096,7 @@ export declare const mainFeedContract: {
|
|
20056
20096
|
lineRichMenuId?: string | null | undefined;
|
20057
20097
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20058
20098
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20099
|
+
isCSATEnabled?: boolean | undefined;
|
20059
20100
|
};
|
20060
20101
|
status: boolean;
|
20061
20102
|
createdAt: Date;
|
@@ -20347,6 +20388,7 @@ export declare const mainFeedContract: {
|
|
20347
20388
|
closedAt: Date;
|
20348
20389
|
lastMessageAt: Date | null;
|
20349
20390
|
isBotRoom: boolean;
|
20391
|
+
csatStatus: string | null;
|
20350
20392
|
cxlog: {
|
20351
20393
|
id: string;
|
20352
20394
|
channel: string | null;
|
@@ -20465,7 +20507,7 @@ export declare const mainFeedContract: {
|
|
20465
20507
|
previewUrl: string;
|
20466
20508
|
imageSetId: string;
|
20467
20509
|
repliedMessage: {
|
20468
|
-
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";
|
20510
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
20469
20511
|
message: string;
|
20470
20512
|
id: string;
|
20471
20513
|
url: string;
|
@@ -20676,7 +20718,7 @@ export declare const mainFeedContract: {
|
|
20676
20718
|
template?: any;
|
20677
20719
|
label?: string | undefined;
|
20678
20720
|
}, {
|
20679
|
-
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";
|
20721
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
20680
20722
|
message: string;
|
20681
20723
|
id: string;
|
20682
20724
|
url: string;
|
@@ -20820,6 +20862,7 @@ export declare const mainFeedContract: {
|
|
20820
20862
|
lineRichMenuId?: string | null | undefined;
|
20821
20863
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20822
20864
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20865
|
+
isCSATEnabled?: boolean | undefined;
|
20823
20866
|
};
|
20824
20867
|
status: boolean;
|
20825
20868
|
createdAt: Date;
|
@@ -21111,6 +21154,7 @@ export declare const mainFeedContract: {
|
|
21111
21154
|
closedAt: Date;
|
21112
21155
|
lastMessageAt: Date | null;
|
21113
21156
|
isBotRoom: boolean;
|
21157
|
+
csatStatus: string | null;
|
21114
21158
|
cxlog: {
|
21115
21159
|
id: string;
|
21116
21160
|
channel: string | null;
|
@@ -21229,7 +21273,7 @@ export declare const mainFeedContract: {
|
|
21229
21273
|
previewUrl: string;
|
21230
21274
|
imageSetId: string;
|
21231
21275
|
repliedMessage: {
|
21232
|
-
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";
|
21276
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
21233
21277
|
message: string;
|
21234
21278
|
id: string;
|
21235
21279
|
url: string;
|
@@ -21441,13 +21485,13 @@ export declare const mainFeedContract: {
|
|
21441
21485
|
label?: string | undefined;
|
21442
21486
|
}>, "many">;
|
21443
21487
|
}, "strip", z.ZodTypeAny, {
|
21444
|
-
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";
|
21488
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
21445
21489
|
message: string;
|
21446
21490
|
id: string;
|
21447
21491
|
url: string;
|
21448
21492
|
direction: "incoming" | "outgoing" | "system";
|
21449
21493
|
children: {
|
21450
|
-
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";
|
21494
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
21451
21495
|
message: string;
|
21452
21496
|
id: string;
|
21453
21497
|
url: string;
|
@@ -21591,6 +21635,7 @@ export declare const mainFeedContract: {
|
|
21591
21635
|
lineRichMenuId?: string | null | undefined;
|
21592
21636
|
messengerIntegrationType?: "own" | "business" | undefined;
|
21593
21637
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
21638
|
+
isCSATEnabled?: boolean | undefined;
|
21594
21639
|
};
|
21595
21640
|
status: boolean;
|
21596
21641
|
createdAt: Date;
|
@@ -21882,6 +21927,7 @@ export declare const mainFeedContract: {
|
|
21882
21927
|
closedAt: Date;
|
21883
21928
|
lastMessageAt: Date | null;
|
21884
21929
|
isBotRoom: boolean;
|
21930
|
+
csatStatus: string | null;
|
21885
21931
|
cxlog: {
|
21886
21932
|
id: string;
|
21887
21933
|
channel: string | null;
|
@@ -22000,7 +22046,7 @@ export declare const mainFeedContract: {
|
|
22000
22046
|
previewUrl: string;
|
22001
22047
|
imageSetId: string;
|
22002
22048
|
repliedMessage: {
|
22003
|
-
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";
|
22049
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
22004
22050
|
message: string;
|
22005
22051
|
id: string;
|
22006
22052
|
url: string;
|
@@ -22350,6 +22396,7 @@ export declare const mainFeedContract: {
|
|
22350
22396
|
lineRichMenuId?: string | null | undefined;
|
22351
22397
|
messengerIntegrationType?: "own" | "business" | undefined;
|
22352
22398
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
22399
|
+
isCSATEnabled?: boolean | undefined;
|
22353
22400
|
};
|
22354
22401
|
status: boolean;
|
22355
22402
|
createdAt: Date;
|
@@ -22641,6 +22688,7 @@ export declare const mainFeedContract: {
|
|
22641
22688
|
closedAt: Date;
|
22642
22689
|
lastMessageAt: Date | null;
|
22643
22690
|
isBotRoom: boolean;
|
22691
|
+
csatStatus: string | null;
|
22644
22692
|
cxlog: {
|
22645
22693
|
id: string;
|
22646
22694
|
channel: string | null;
|
@@ -22759,7 +22807,7 @@ export declare const mainFeedContract: {
|
|
22759
22807
|
previewUrl: string;
|
22760
22808
|
imageSetId: string;
|
22761
22809
|
repliedMessage: {
|
22762
|
-
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";
|
22810
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
22763
22811
|
message: string;
|
22764
22812
|
id: string;
|
22765
22813
|
url: string;
|
@@ -23097,13 +23145,13 @@ export declare const mainFeedContract: {
|
|
23097
23145
|
template?: any;
|
23098
23146
|
metadata?: any;
|
23099
23147
|
}, {
|
23100
|
-
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";
|
23148
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
23101
23149
|
message: string;
|
23102
23150
|
id: string;
|
23103
23151
|
url: string;
|
23104
23152
|
direction: "incoming" | "outgoing" | "system";
|
23105
23153
|
children: {
|
23106
|
-
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";
|
23154
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
23107
23155
|
message: string;
|
23108
23156
|
id: string;
|
23109
23157
|
url: string;
|
@@ -23247,6 +23295,7 @@ export declare const mainFeedContract: {
|
|
23247
23295
|
lineRichMenuId?: string | null | undefined;
|
23248
23296
|
messengerIntegrationType?: "own" | "business" | undefined;
|
23249
23297
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
23298
|
+
isCSATEnabled?: boolean | undefined;
|
23250
23299
|
};
|
23251
23300
|
status: boolean;
|
23252
23301
|
createdAt: Date;
|
@@ -23538,6 +23587,7 @@ export declare const mainFeedContract: {
|
|
23538
23587
|
closedAt: Date;
|
23539
23588
|
lastMessageAt: Date | null;
|
23540
23589
|
isBotRoom: boolean;
|
23590
|
+
csatStatus: string | null;
|
23541
23591
|
cxlog: {
|
23542
23592
|
id: string;
|
23543
23593
|
channel: string | null;
|
@@ -23656,7 +23706,7 @@ export declare const mainFeedContract: {
|
|
23656
23706
|
previewUrl: string;
|
23657
23707
|
imageSetId: string;
|
23658
23708
|
repliedMessage: {
|
23659
|
-
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";
|
23709
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
23660
23710
|
message: string;
|
23661
23711
|
id: string;
|
23662
23712
|
url: string;
|
@@ -24006,6 +24056,7 @@ export declare const mainFeedContract: {
|
|
24006
24056
|
lineRichMenuId?: string | null | undefined;
|
24007
24057
|
messengerIntegrationType?: "own" | "business" | undefined;
|
24008
24058
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
24059
|
+
isCSATEnabled?: boolean | undefined;
|
24009
24060
|
};
|
24010
24061
|
status: boolean;
|
24011
24062
|
createdAt: Date;
|
@@ -24297,6 +24348,7 @@ export declare const mainFeedContract: {
|
|
24297
24348
|
closedAt: Date;
|
24298
24349
|
lastMessageAt: Date | null;
|
24299
24350
|
isBotRoom: boolean;
|
24351
|
+
csatStatus: string | null;
|
24300
24352
|
cxlog: {
|
24301
24353
|
id: string;
|
24302
24354
|
channel: string | null;
|
@@ -24415,7 +24467,7 @@ export declare const mainFeedContract: {
|
|
24415
24467
|
previewUrl: string;
|
24416
24468
|
imageSetId: string;
|
24417
24469
|
repliedMessage: {
|
24418
|
-
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";
|
24470
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
24419
24471
|
message: string;
|
24420
24472
|
id: string;
|
24421
24473
|
url: string;
|
@@ -24755,13 +24807,13 @@ export declare const mainFeedContract: {
|
|
24755
24807
|
}>;
|
24756
24808
|
}, "strip", z.ZodTypeAny, {
|
24757
24809
|
data: {
|
24758
|
-
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";
|
24810
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
24759
24811
|
message: string;
|
24760
24812
|
id: string;
|
24761
24813
|
url: string;
|
24762
24814
|
direction: "incoming" | "outgoing" | "system";
|
24763
24815
|
children: {
|
24764
|
-
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";
|
24816
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
24765
24817
|
message: string;
|
24766
24818
|
id: string;
|
24767
24819
|
url: string;
|
@@ -24905,6 +24957,7 @@ export declare const mainFeedContract: {
|
|
24905
24957
|
lineRichMenuId?: string | null | undefined;
|
24906
24958
|
messengerIntegrationType?: "own" | "business" | undefined;
|
24907
24959
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
24960
|
+
isCSATEnabled?: boolean | undefined;
|
24908
24961
|
};
|
24909
24962
|
status: boolean;
|
24910
24963
|
createdAt: Date;
|
@@ -25196,6 +25249,7 @@ export declare const mainFeedContract: {
|
|
25196
25249
|
closedAt: Date;
|
25197
25250
|
lastMessageAt: Date | null;
|
25198
25251
|
isBotRoom: boolean;
|
25252
|
+
csatStatus: string | null;
|
25199
25253
|
cxlog: {
|
25200
25254
|
id: string;
|
25201
25255
|
channel: string | null;
|
@@ -25314,7 +25368,7 @@ export declare const mainFeedContract: {
|
|
25314
25368
|
previewUrl: string;
|
25315
25369
|
imageSetId: string;
|
25316
25370
|
repliedMessage: {
|
25317
|
-
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";
|
25371
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
25318
25372
|
message: string;
|
25319
25373
|
id: string;
|
25320
25374
|
url: string;
|
@@ -25664,6 +25718,7 @@ export declare const mainFeedContract: {
|
|
25664
25718
|
lineRichMenuId?: string | null | undefined;
|
25665
25719
|
messengerIntegrationType?: "own" | "business" | undefined;
|
25666
25720
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
25721
|
+
isCSATEnabled?: boolean | undefined;
|
25667
25722
|
};
|
25668
25723
|
status: boolean;
|
25669
25724
|
createdAt: Date;
|
@@ -25955,6 +26010,7 @@ export declare const mainFeedContract: {
|
|
25955
26010
|
closedAt: Date;
|
25956
26011
|
lastMessageAt: Date | null;
|
25957
26012
|
isBotRoom: boolean;
|
26013
|
+
csatStatus: string | null;
|
25958
26014
|
cxlog: {
|
25959
26015
|
id: string;
|
25960
26016
|
channel: string | null;
|
@@ -26073,7 +26129,7 @@ export declare const mainFeedContract: {
|
|
26073
26129
|
previewUrl: string;
|
26074
26130
|
imageSetId: string;
|
26075
26131
|
repliedMessage: {
|
26076
|
-
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";
|
26132
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
26077
26133
|
message: string;
|
26078
26134
|
id: string;
|
26079
26135
|
url: string;
|
@@ -26417,13 +26473,13 @@ export declare const mainFeedContract: {
|
|
26417
26473
|
requestId: string;
|
26418
26474
|
}, {
|
26419
26475
|
data: {
|
26420
|
-
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";
|
26476
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
26421
26477
|
message: string;
|
26422
26478
|
id: string;
|
26423
26479
|
url: string;
|
26424
26480
|
direction: "incoming" | "outgoing" | "system";
|
26425
26481
|
children: {
|
26426
|
-
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";
|
26482
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
26427
26483
|
message: string;
|
26428
26484
|
id: string;
|
26429
26485
|
url: string;
|
@@ -26567,6 +26623,7 @@ export declare const mainFeedContract: {
|
|
26567
26623
|
lineRichMenuId?: string | null | undefined;
|
26568
26624
|
messengerIntegrationType?: "own" | "business" | undefined;
|
26569
26625
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
26626
|
+
isCSATEnabled?: boolean | undefined;
|
26570
26627
|
};
|
26571
26628
|
status: boolean;
|
26572
26629
|
createdAt: Date;
|
@@ -26858,6 +26915,7 @@ export declare const mainFeedContract: {
|
|
26858
26915
|
closedAt: Date;
|
26859
26916
|
lastMessageAt: Date | null;
|
26860
26917
|
isBotRoom: boolean;
|
26918
|
+
csatStatus: string | null;
|
26861
26919
|
cxlog: {
|
26862
26920
|
id: string;
|
26863
26921
|
channel: string | null;
|
@@ -26976,7 +27034,7 @@ export declare const mainFeedContract: {
|
|
26976
27034
|
previewUrl: string;
|
26977
27035
|
imageSetId: string;
|
26978
27036
|
repliedMessage: {
|
26979
|
-
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";
|
27037
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
26980
27038
|
message: string;
|
26981
27039
|
id: string;
|
26982
27040
|
url: string;
|
@@ -27326,6 +27384,7 @@ export declare const mainFeedContract: {
|
|
27326
27384
|
lineRichMenuId?: string | null | undefined;
|
27327
27385
|
messengerIntegrationType?: "own" | "business" | undefined;
|
27328
27386
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
27387
|
+
isCSATEnabled?: boolean | undefined;
|
27329
27388
|
};
|
27330
27389
|
status: boolean;
|
27331
27390
|
createdAt: Date;
|
@@ -27617,6 +27676,7 @@ export declare const mainFeedContract: {
|
|
27617
27676
|
closedAt: Date;
|
27618
27677
|
lastMessageAt: Date | null;
|
27619
27678
|
isBotRoom: boolean;
|
27679
|
+
csatStatus: string | null;
|
27620
27680
|
cxlog: {
|
27621
27681
|
id: string;
|
27622
27682
|
channel: string | null;
|
@@ -27735,7 +27795,7 @@ export declare const mainFeedContract: {
|
|
27735
27795
|
previewUrl: string;
|
27736
27796
|
imageSetId: string;
|
27737
27797
|
repliedMessage: {
|
27738
|
-
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";
|
27798
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
27739
27799
|
message: string;
|
27740
27800
|
id: string;
|
27741
27801
|
url: string;
|
@@ -29305,6 +29365,7 @@ export declare const mainChatRoomContract: {
|
|
29305
29365
|
channelId: string;
|
29306
29366
|
socialPlatformId: string;
|
29307
29367
|
}>;
|
29368
|
+
csatStatus: z.ZodNullable<z.ZodString>;
|
29308
29369
|
actor: z.ZodObject<{
|
29309
29370
|
id: z.ZodString;
|
29310
29371
|
createdAt: z.ZodDate;
|
@@ -29783,6 +29844,7 @@ export declare const mainChatRoomContract: {
|
|
29783
29844
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
29784
29845
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
29785
29846
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
29847
|
+
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
29786
29848
|
}, "strip", z.ZodTypeAny, {
|
29787
29849
|
name: string;
|
29788
29850
|
id: string;
|
@@ -29812,6 +29874,7 @@ export declare const mainChatRoomContract: {
|
|
29812
29874
|
lineRichMenuId?: string | null | undefined;
|
29813
29875
|
messengerIntegrationType?: "own" | "business" | undefined;
|
29814
29876
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
29877
|
+
isCSATEnabled?: boolean | undefined;
|
29815
29878
|
}, {
|
29816
29879
|
name: string;
|
29817
29880
|
id: string;
|
@@ -29841,6 +29904,7 @@ export declare const mainChatRoomContract: {
|
|
29841
29904
|
lineRichMenuId?: string | null | undefined;
|
29842
29905
|
messengerIntegrationType?: "own" | "business" | undefined;
|
29843
29906
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
29907
|
+
isCSATEnabled?: boolean | undefined;
|
29844
29908
|
}>;
|
29845
29909
|
brandName: z.ZodString;
|
29846
29910
|
platformId: z.ZodString;
|
@@ -30104,6 +30168,7 @@ export declare const mainChatRoomContract: {
|
|
30104
30168
|
lineRichMenuId?: string | null | undefined;
|
30105
30169
|
messengerIntegrationType?: "own" | "business" | undefined;
|
30106
30170
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
30171
|
+
isCSATEnabled?: boolean | undefined;
|
30107
30172
|
};
|
30108
30173
|
status: boolean;
|
30109
30174
|
createdAt: Date;
|
@@ -30198,6 +30263,7 @@ export declare const mainChatRoomContract: {
|
|
30198
30263
|
lineRichMenuId?: string | null | undefined;
|
30199
30264
|
messengerIntegrationType?: "own" | "business" | undefined;
|
30200
30265
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
30266
|
+
isCSATEnabled?: boolean | undefined;
|
30201
30267
|
};
|
30202
30268
|
status: boolean;
|
30203
30269
|
createdAt: Date;
|
@@ -30856,6 +30922,7 @@ export declare const mainChatRoomContract: {
|
|
30856
30922
|
lineRichMenuId?: string | null | undefined;
|
30857
30923
|
messengerIntegrationType?: "own" | "business" | undefined;
|
30858
30924
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
30925
|
+
isCSATEnabled?: boolean | undefined;
|
30859
30926
|
};
|
30860
30927
|
status: boolean;
|
30861
30928
|
createdAt: Date;
|
@@ -31147,6 +31214,7 @@ export declare const mainChatRoomContract: {
|
|
31147
31214
|
closedAt: Date;
|
31148
31215
|
lastMessageAt: Date | null;
|
31149
31216
|
isBotRoom: boolean;
|
31217
|
+
csatStatus: string | null;
|
31150
31218
|
cxlog: {
|
31151
31219
|
id: string;
|
31152
31220
|
channel: string | null;
|
@@ -31283,6 +31351,7 @@ export declare const mainChatRoomContract: {
|
|
31283
31351
|
lineRichMenuId?: string | null | undefined;
|
31284
31352
|
messengerIntegrationType?: "own" | "business" | undefined;
|
31285
31353
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
31354
|
+
isCSATEnabled?: boolean | undefined;
|
31286
31355
|
};
|
31287
31356
|
status: boolean;
|
31288
31357
|
createdAt: Date;
|
@@ -31574,6 +31643,7 @@ export declare const mainChatRoomContract: {
|
|
31574
31643
|
closedAt: Date;
|
31575
31644
|
lastMessageAt: Date | null;
|
31576
31645
|
isBotRoom: boolean;
|
31646
|
+
csatStatus: string | null;
|
31577
31647
|
cxlog: {
|
31578
31648
|
id: string;
|
31579
31649
|
channel: string | null;
|
@@ -31722,6 +31792,7 @@ export declare const mainChatRoomContract: {
|
|
31722
31792
|
lineRichMenuId?: string | null | undefined;
|
31723
31793
|
messengerIntegrationType?: "own" | "business" | undefined;
|
31724
31794
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
31795
|
+
isCSATEnabled?: boolean | undefined;
|
31725
31796
|
};
|
31726
31797
|
status: boolean;
|
31727
31798
|
createdAt: Date;
|
@@ -32013,6 +32084,7 @@ export declare const mainChatRoomContract: {
|
|
32013
32084
|
closedAt: Date;
|
32014
32085
|
lastMessageAt: Date | null;
|
32015
32086
|
isBotRoom: boolean;
|
32087
|
+
csatStatus: string | null;
|
32016
32088
|
cxlog: {
|
32017
32089
|
id: string;
|
32018
32090
|
channel: string | null;
|
@@ -32159,6 +32231,7 @@ export declare const mainChatRoomContract: {
|
|
32159
32231
|
lineRichMenuId?: string | null | undefined;
|
32160
32232
|
messengerIntegrationType?: "own" | "business" | undefined;
|
32161
32233
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
32234
|
+
isCSATEnabled?: boolean | undefined;
|
32162
32235
|
};
|
32163
32236
|
status: boolean;
|
32164
32237
|
createdAt: Date;
|
@@ -32450,6 +32523,7 @@ export declare const mainChatRoomContract: {
|
|
32450
32523
|
closedAt: Date;
|
32451
32524
|
lastMessageAt: Date | null;
|
32452
32525
|
isBotRoom: boolean;
|
32526
|
+
csatStatus: string | null;
|
32453
32527
|
cxlog: {
|
32454
32528
|
id: string;
|
32455
32529
|
channel: string | null;
|
@@ -33667,6 +33741,7 @@ export declare const mainChatRoomContract: {
|
|
33667
33741
|
channelId: string;
|
33668
33742
|
socialPlatformId: string;
|
33669
33743
|
}>;
|
33744
|
+
csatStatus: z.ZodNullable<z.ZodString>;
|
33670
33745
|
actor: z.ZodObject<{
|
33671
33746
|
id: z.ZodString;
|
33672
33747
|
createdAt: z.ZodDate;
|
@@ -34145,6 +34220,7 @@ export declare const mainChatRoomContract: {
|
|
34145
34220
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
34146
34221
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
34147
34222
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
34223
|
+
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
34148
34224
|
}, "strip", z.ZodTypeAny, {
|
34149
34225
|
name: string;
|
34150
34226
|
id: string;
|
@@ -34174,6 +34250,7 @@ export declare const mainChatRoomContract: {
|
|
34174
34250
|
lineRichMenuId?: string | null | undefined;
|
34175
34251
|
messengerIntegrationType?: "own" | "business" | undefined;
|
34176
34252
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
34253
|
+
isCSATEnabled?: boolean | undefined;
|
34177
34254
|
}, {
|
34178
34255
|
name: string;
|
34179
34256
|
id: string;
|
@@ -34203,6 +34280,7 @@ export declare const mainChatRoomContract: {
|
|
34203
34280
|
lineRichMenuId?: string | null | undefined;
|
34204
34281
|
messengerIntegrationType?: "own" | "business" | undefined;
|
34205
34282
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
34283
|
+
isCSATEnabled?: boolean | undefined;
|
34206
34284
|
}>;
|
34207
34285
|
brandName: z.ZodString;
|
34208
34286
|
platformId: z.ZodString;
|
@@ -34466,6 +34544,7 @@ export declare const mainChatRoomContract: {
|
|
34466
34544
|
lineRichMenuId?: string | null | undefined;
|
34467
34545
|
messengerIntegrationType?: "own" | "business" | undefined;
|
34468
34546
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
34547
|
+
isCSATEnabled?: boolean | undefined;
|
34469
34548
|
};
|
34470
34549
|
status: boolean;
|
34471
34550
|
createdAt: Date;
|
@@ -34560,6 +34639,7 @@ export declare const mainChatRoomContract: {
|
|
34560
34639
|
lineRichMenuId?: string | null | undefined;
|
34561
34640
|
messengerIntegrationType?: "own" | "business" | undefined;
|
34562
34641
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
34642
|
+
isCSATEnabled?: boolean | undefined;
|
34563
34643
|
};
|
34564
34644
|
status: boolean;
|
34565
34645
|
createdAt: Date;
|
@@ -35218,6 +35298,7 @@ export declare const mainChatRoomContract: {
|
|
35218
35298
|
lineRichMenuId?: string | null | undefined;
|
35219
35299
|
messengerIntegrationType?: "own" | "business" | undefined;
|
35220
35300
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
35301
|
+
isCSATEnabled?: boolean | undefined;
|
35221
35302
|
};
|
35222
35303
|
status: boolean;
|
35223
35304
|
createdAt: Date;
|
@@ -35509,6 +35590,7 @@ export declare const mainChatRoomContract: {
|
|
35509
35590
|
closedAt: Date;
|
35510
35591
|
lastMessageAt: Date | null;
|
35511
35592
|
isBotRoom: boolean;
|
35593
|
+
csatStatus: string | null;
|
35512
35594
|
cxlog: {
|
35513
35595
|
id: string;
|
35514
35596
|
channel: string | null;
|
@@ -35645,6 +35727,7 @@ export declare const mainChatRoomContract: {
|
|
35645
35727
|
lineRichMenuId?: string | null | undefined;
|
35646
35728
|
messengerIntegrationType?: "own" | "business" | undefined;
|
35647
35729
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
35730
|
+
isCSATEnabled?: boolean | undefined;
|
35648
35731
|
};
|
35649
35732
|
status: boolean;
|
35650
35733
|
createdAt: Date;
|
@@ -35936,6 +36019,7 @@ export declare const mainChatRoomContract: {
|
|
35936
36019
|
closedAt: Date;
|
35937
36020
|
lastMessageAt: Date | null;
|
35938
36021
|
isBotRoom: boolean;
|
36022
|
+
csatStatus: string | null;
|
35939
36023
|
cxlog: {
|
35940
36024
|
id: string;
|
35941
36025
|
channel: string | null;
|
@@ -36041,7 +36125,7 @@ export declare const mainChatRoomContract: {
|
|
36041
36125
|
latestIncomingMessage: z.ZodObject<{
|
36042
36126
|
message: z.ZodString;
|
36043
36127
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
36044
|
-
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"]>;
|
36128
|
+
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
36045
36129
|
readAt: z.ZodDate;
|
36046
36130
|
metadata: z.ZodAny;
|
36047
36131
|
platformId: z.ZodString;
|
@@ -36053,7 +36137,7 @@ export declare const mainChatRoomContract: {
|
|
36053
36137
|
previewUrl: z.ZodString;
|
36054
36138
|
imageSetId: z.ZodString;
|
36055
36139
|
}, "strip", z.ZodTypeAny, {
|
36056
|
-
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";
|
36140
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
36057
36141
|
message: string;
|
36058
36142
|
url: string;
|
36059
36143
|
direction: "incoming" | "outgoing" | "system";
|
@@ -36067,7 +36151,7 @@ export declare const mainChatRoomContract: {
|
|
36067
36151
|
metadata?: any;
|
36068
36152
|
template?: any;
|
36069
36153
|
}, {
|
36070
|
-
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";
|
36154
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
36071
36155
|
message: string;
|
36072
36156
|
url: string;
|
36073
36157
|
direction: "incoming" | "outgoing" | "system";
|
@@ -36084,7 +36168,7 @@ export declare const mainChatRoomContract: {
|
|
36084
36168
|
latestMessage: z.ZodObject<{
|
36085
36169
|
message: z.ZodString;
|
36086
36170
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
36087
|
-
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"]>;
|
36171
|
+
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
36088
36172
|
readAt: z.ZodDate;
|
36089
36173
|
metadata: z.ZodAny;
|
36090
36174
|
platformId: z.ZodString;
|
@@ -36096,7 +36180,7 @@ export declare const mainChatRoomContract: {
|
|
36096
36180
|
previewUrl: z.ZodString;
|
36097
36181
|
imageSetId: z.ZodString;
|
36098
36182
|
}, "strip", z.ZodTypeAny, {
|
36099
|
-
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";
|
36183
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
36100
36184
|
message: string;
|
36101
36185
|
url: string;
|
36102
36186
|
direction: "incoming" | "outgoing" | "system";
|
@@ -36110,7 +36194,7 @@ export declare const mainChatRoomContract: {
|
|
36110
36194
|
metadata?: any;
|
36111
36195
|
template?: any;
|
36112
36196
|
}, {
|
36113
|
-
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";
|
36197
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
36114
36198
|
message: string;
|
36115
36199
|
url: string;
|
36116
36200
|
direction: "incoming" | "outgoing" | "system";
|
@@ -36160,6 +36244,7 @@ export declare const mainChatRoomContract: {
|
|
36160
36244
|
lineRichMenuId?: string | null | undefined;
|
36161
36245
|
messengerIntegrationType?: "own" | "business" | undefined;
|
36162
36246
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
36247
|
+
isCSATEnabled?: boolean | undefined;
|
36163
36248
|
};
|
36164
36249
|
status: boolean;
|
36165
36250
|
createdAt: Date;
|
@@ -36451,6 +36536,7 @@ export declare const mainChatRoomContract: {
|
|
36451
36536
|
closedAt: Date;
|
36452
36537
|
lastMessageAt: Date | null;
|
36453
36538
|
isBotRoom: boolean;
|
36539
|
+
csatStatus: string | null;
|
36454
36540
|
cxlog: {
|
36455
36541
|
id: string;
|
36456
36542
|
channel: string | null;
|
@@ -36554,7 +36640,7 @@ export declare const mainChatRoomContract: {
|
|
36554
36640
|
automationQueueId?: string | null | undefined;
|
36555
36641
|
};
|
36556
36642
|
latestIncomingMessage: {
|
36557
|
-
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";
|
36643
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
36558
36644
|
message: string;
|
36559
36645
|
url: string;
|
36560
36646
|
direction: "incoming" | "outgoing" | "system";
|
@@ -36569,7 +36655,7 @@ export declare const mainChatRoomContract: {
|
|
36569
36655
|
template?: any;
|
36570
36656
|
};
|
36571
36657
|
latestMessage: {
|
36572
|
-
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";
|
36658
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
36573
36659
|
message: string;
|
36574
36660
|
url: string;
|
36575
36661
|
direction: "incoming" | "outgoing" | "system";
|
@@ -36619,6 +36705,7 @@ export declare const mainChatRoomContract: {
|
|
36619
36705
|
lineRichMenuId?: string | null | undefined;
|
36620
36706
|
messengerIntegrationType?: "own" | "business" | undefined;
|
36621
36707
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
36708
|
+
isCSATEnabled?: boolean | undefined;
|
36622
36709
|
};
|
36623
36710
|
status: boolean;
|
36624
36711
|
createdAt: Date;
|
@@ -36910,6 +36997,7 @@ export declare const mainChatRoomContract: {
|
|
36910
36997
|
closedAt: Date;
|
36911
36998
|
lastMessageAt: Date | null;
|
36912
36999
|
isBotRoom: boolean;
|
37000
|
+
csatStatus: string | null;
|
36913
37001
|
cxlog: {
|
36914
37002
|
id: string;
|
36915
37003
|
channel: string | null;
|
@@ -37013,7 +37101,7 @@ export declare const mainChatRoomContract: {
|
|
37013
37101
|
automationQueueId?: string | null | undefined;
|
37014
37102
|
};
|
37015
37103
|
latestIncomingMessage: {
|
37016
|
-
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";
|
37104
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
37017
37105
|
message: string;
|
37018
37106
|
url: string;
|
37019
37107
|
direction: "incoming" | "outgoing" | "system";
|
@@ -37028,7 +37116,7 @@ export declare const mainChatRoomContract: {
|
|
37028
37116
|
template?: any;
|
37029
37117
|
};
|
37030
37118
|
latestMessage: {
|
37031
|
-
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";
|
37119
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
37032
37120
|
message: string;
|
37033
37121
|
url: string;
|
37034
37122
|
direction: "incoming" | "outgoing" | "system";
|
@@ -37080,6 +37168,7 @@ export declare const mainChatRoomContract: {
|
|
37080
37168
|
lineRichMenuId?: string | null | undefined;
|
37081
37169
|
messengerIntegrationType?: "own" | "business" | undefined;
|
37082
37170
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
37171
|
+
isCSATEnabled?: boolean | undefined;
|
37083
37172
|
};
|
37084
37173
|
status: boolean;
|
37085
37174
|
createdAt: Date;
|
@@ -37371,6 +37460,7 @@ export declare const mainChatRoomContract: {
|
|
37371
37460
|
closedAt: Date;
|
37372
37461
|
lastMessageAt: Date | null;
|
37373
37462
|
isBotRoom: boolean;
|
37463
|
+
csatStatus: string | null;
|
37374
37464
|
cxlog: {
|
37375
37465
|
id: string;
|
37376
37466
|
channel: string | null;
|
@@ -37474,7 +37564,7 @@ export declare const mainChatRoomContract: {
|
|
37474
37564
|
automationQueueId?: string | null | undefined;
|
37475
37565
|
};
|
37476
37566
|
latestIncomingMessage: {
|
37477
|
-
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";
|
37567
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
37478
37568
|
message: string;
|
37479
37569
|
url: string;
|
37480
37570
|
direction: "incoming" | "outgoing" | "system";
|
@@ -37489,7 +37579,7 @@ export declare const mainChatRoomContract: {
|
|
37489
37579
|
template?: any;
|
37490
37580
|
};
|
37491
37581
|
latestMessage: {
|
37492
|
-
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";
|
37582
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
37493
37583
|
message: string;
|
37494
37584
|
url: string;
|
37495
37585
|
direction: "incoming" | "outgoing" | "system";
|
@@ -37542,6 +37632,7 @@ export declare const mainChatRoomContract: {
|
|
37542
37632
|
lineRichMenuId?: string | null | undefined;
|
37543
37633
|
messengerIntegrationType?: "own" | "business" | undefined;
|
37544
37634
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
37635
|
+
isCSATEnabled?: boolean | undefined;
|
37545
37636
|
};
|
37546
37637
|
status: boolean;
|
37547
37638
|
createdAt: Date;
|
@@ -37833,6 +37924,7 @@ export declare const mainChatRoomContract: {
|
|
37833
37924
|
closedAt: Date;
|
37834
37925
|
lastMessageAt: Date | null;
|
37835
37926
|
isBotRoom: boolean;
|
37927
|
+
csatStatus: string | null;
|
37836
37928
|
cxlog: {
|
37837
37929
|
id: string;
|
37838
37930
|
channel: string | null;
|
@@ -37936,7 +38028,7 @@ export declare const mainChatRoomContract: {
|
|
37936
38028
|
automationQueueId?: string | null | undefined;
|
37937
38029
|
};
|
37938
38030
|
latestIncomingMessage: {
|
37939
|
-
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";
|
38031
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
37940
38032
|
message: string;
|
37941
38033
|
url: string;
|
37942
38034
|
direction: "incoming" | "outgoing" | "system";
|
@@ -37951,7 +38043,7 @@ export declare const mainChatRoomContract: {
|
|
37951
38043
|
template?: any;
|
37952
38044
|
};
|
37953
38045
|
latestMessage: {
|
37954
|
-
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";
|
38046
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
37955
38047
|
message: string;
|
37956
38048
|
url: string;
|
37957
38049
|
direction: "incoming" | "outgoing" | "system";
|
@@ -38085,6 +38177,7 @@ export declare const mainChatRoomContract: {
|
|
38085
38177
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
38086
38178
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
38087
38179
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
38180
|
+
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
38088
38181
|
}, "strip", z.ZodTypeAny, {
|
38089
38182
|
name: string;
|
38090
38183
|
id: string;
|
@@ -38114,6 +38207,7 @@ export declare const mainChatRoomContract: {
|
|
38114
38207
|
lineRichMenuId?: string | null | undefined;
|
38115
38208
|
messengerIntegrationType?: "own" | "business" | undefined;
|
38116
38209
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
38210
|
+
isCSATEnabled?: boolean | undefined;
|
38117
38211
|
}, {
|
38118
38212
|
name: string;
|
38119
38213
|
id: string;
|
@@ -38143,6 +38237,7 @@ export declare const mainChatRoomContract: {
|
|
38143
38237
|
lineRichMenuId?: string | null | undefined;
|
38144
38238
|
messengerIntegrationType?: "own" | "business" | undefined;
|
38145
38239
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
38240
|
+
isCSATEnabled?: boolean | undefined;
|
38146
38241
|
}>;
|
38147
38242
|
brandName: z.ZodString;
|
38148
38243
|
platformId: z.ZodString;
|
@@ -38406,6 +38501,7 @@ export declare const mainChatRoomContract: {
|
|
38406
38501
|
lineRichMenuId?: string | null | undefined;
|
38407
38502
|
messengerIntegrationType?: "own" | "business" | undefined;
|
38408
38503
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
38504
|
+
isCSATEnabled?: boolean | undefined;
|
38409
38505
|
};
|
38410
38506
|
status: boolean;
|
38411
38507
|
createdAt: Date;
|
@@ -38500,6 +38596,7 @@ export declare const mainChatRoomContract: {
|
|
38500
38596
|
lineRichMenuId?: string | null | undefined;
|
38501
38597
|
messengerIntegrationType?: "own" | "business" | undefined;
|
38502
38598
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
38599
|
+
isCSATEnabled?: boolean | undefined;
|
38503
38600
|
};
|
38504
38601
|
status: boolean;
|
38505
38602
|
createdAt: Date;
|
@@ -40031,6 +40128,7 @@ export declare const mainChatRoomContract: {
|
|
40031
40128
|
closedAt: z.ZodDate;
|
40032
40129
|
lastMessageAt: z.ZodNullable<z.ZodDate>;
|
40033
40130
|
isBotRoom: z.ZodBoolean;
|
40131
|
+
csatStatus: z.ZodNullable<z.ZodString>;
|
40034
40132
|
cxlog: z.ZodObject<{
|
40035
40133
|
id: z.ZodString;
|
40036
40134
|
createdAt: z.ZodDate;
|
@@ -40628,6 +40726,7 @@ export declare const mainChatRoomContract: {
|
|
40628
40726
|
lineRichMenuId?: string | null | undefined;
|
40629
40727
|
messengerIntegrationType?: "own" | "business" | undefined;
|
40630
40728
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
40729
|
+
isCSATEnabled?: boolean | undefined;
|
40631
40730
|
};
|
40632
40731
|
status: boolean;
|
40633
40732
|
createdAt: Date;
|
@@ -40919,6 +41018,7 @@ export declare const mainChatRoomContract: {
|
|
40919
41018
|
closedAt: Date;
|
40920
41019
|
lastMessageAt: Date | null;
|
40921
41020
|
isBotRoom: boolean;
|
41021
|
+
csatStatus: string | null;
|
40922
41022
|
cxlog: {
|
40923
41023
|
id: string;
|
40924
41024
|
channel: string | null;
|
@@ -41056,6 +41156,7 @@ export declare const mainChatRoomContract: {
|
|
41056
41156
|
lineRichMenuId?: string | null | undefined;
|
41057
41157
|
messengerIntegrationType?: "own" | "business" | undefined;
|
41058
41158
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
41159
|
+
isCSATEnabled?: boolean | undefined;
|
41059
41160
|
};
|
41060
41161
|
status: boolean;
|
41061
41162
|
createdAt: Date;
|
@@ -41347,6 +41448,7 @@ export declare const mainChatRoomContract: {
|
|
41347
41448
|
closedAt: Date;
|
41348
41449
|
lastMessageAt: Date | null;
|
41349
41450
|
isBotRoom: boolean;
|
41451
|
+
csatStatus: string | null;
|
41350
41452
|
cxlog: {
|
41351
41453
|
id: string;
|
41352
41454
|
channel: string | null;
|
@@ -41486,6 +41588,7 @@ export declare const mainChatRoomContract: {
|
|
41486
41588
|
lineRichMenuId?: string | null | undefined;
|
41487
41589
|
messengerIntegrationType?: "own" | "business" | undefined;
|
41488
41590
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
41591
|
+
isCSATEnabled?: boolean | undefined;
|
41489
41592
|
};
|
41490
41593
|
status: boolean;
|
41491
41594
|
createdAt: Date;
|
@@ -41777,6 +41880,7 @@ export declare const mainChatRoomContract: {
|
|
41777
41880
|
closedAt: Date;
|
41778
41881
|
lastMessageAt: Date | null;
|
41779
41882
|
isBotRoom: boolean;
|
41883
|
+
csatStatus: string | null;
|
41780
41884
|
cxlog: {
|
41781
41885
|
id: string;
|
41782
41886
|
channel: string | null;
|
@@ -41917,6 +42021,7 @@ export declare const mainChatRoomContract: {
|
|
41917
42021
|
lineRichMenuId?: string | null | undefined;
|
41918
42022
|
messengerIntegrationType?: "own" | "business" | undefined;
|
41919
42023
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
42024
|
+
isCSATEnabled?: boolean | undefined;
|
41920
42025
|
};
|
41921
42026
|
status: boolean;
|
41922
42027
|
createdAt: Date;
|
@@ -42208,6 +42313,7 @@ export declare const mainChatRoomContract: {
|
|
42208
42313
|
closedAt: Date;
|
42209
42314
|
lastMessageAt: Date | null;
|
42210
42315
|
isBotRoom: boolean;
|
42316
|
+
csatStatus: string | null;
|
42211
42317
|
cxlog: {
|
42212
42318
|
id: string;
|
42213
42319
|
channel: string | null;
|
@@ -42428,6 +42534,7 @@ export declare const mainChatRoomContract: {
|
|
42428
42534
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
42429
42535
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
42430
42536
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
42537
|
+
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
42431
42538
|
}, "strip", z.ZodTypeAny, {
|
42432
42539
|
name: string;
|
42433
42540
|
id: string;
|
@@ -42457,6 +42564,7 @@ export declare const mainChatRoomContract: {
|
|
42457
42564
|
lineRichMenuId?: string | null | undefined;
|
42458
42565
|
messengerIntegrationType?: "own" | "business" | undefined;
|
42459
42566
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
42567
|
+
isCSATEnabled?: boolean | undefined;
|
42460
42568
|
}, {
|
42461
42569
|
name: string;
|
42462
42570
|
id: string;
|
@@ -42486,6 +42594,7 @@ export declare const mainChatRoomContract: {
|
|
42486
42594
|
lineRichMenuId?: string | null | undefined;
|
42487
42595
|
messengerIntegrationType?: "own" | "business" | undefined;
|
42488
42596
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
42597
|
+
isCSATEnabled?: boolean | undefined;
|
42489
42598
|
}>;
|
42490
42599
|
brandName: z.ZodString;
|
42491
42600
|
platformId: z.ZodString;
|
@@ -42749,6 +42858,7 @@ export declare const mainChatRoomContract: {
|
|
42749
42858
|
lineRichMenuId?: string | null | undefined;
|
42750
42859
|
messengerIntegrationType?: "own" | "business" | undefined;
|
42751
42860
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
42861
|
+
isCSATEnabled?: boolean | undefined;
|
42752
42862
|
};
|
42753
42863
|
status: boolean;
|
42754
42864
|
createdAt: Date;
|
@@ -42843,6 +42953,7 @@ export declare const mainChatRoomContract: {
|
|
42843
42953
|
lineRichMenuId?: string | null | undefined;
|
42844
42954
|
messengerIntegrationType?: "own" | "business" | undefined;
|
42845
42955
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
42956
|
+
isCSATEnabled?: boolean | undefined;
|
42846
42957
|
};
|
42847
42958
|
status: boolean;
|
42848
42959
|
createdAt: Date;
|
@@ -44374,6 +44485,7 @@ export declare const mainChatRoomContract: {
|
|
44374
44485
|
closedAt: z.ZodDate;
|
44375
44486
|
lastMessageAt: z.ZodNullable<z.ZodDate>;
|
44376
44487
|
isBotRoom: z.ZodBoolean;
|
44488
|
+
csatStatus: z.ZodNullable<z.ZodString>;
|
44377
44489
|
cxlog: z.ZodObject<{
|
44378
44490
|
id: z.ZodString;
|
44379
44491
|
createdAt: z.ZodDate;
|
@@ -45741,6 +45853,7 @@ export declare const mainChatRoomContract: {
|
|
45741
45853
|
lineRichMenuId?: string | null | undefined;
|
45742
45854
|
messengerIntegrationType?: "own" | "business" | undefined;
|
45743
45855
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
45856
|
+
isCSATEnabled?: boolean | undefined;
|
45744
45857
|
};
|
45745
45858
|
status: boolean;
|
45746
45859
|
createdAt: Date;
|
@@ -46144,6 +46257,7 @@ export declare const mainChatRoomContract: {
|
|
46144
46257
|
closedAt: Date;
|
46145
46258
|
lastMessageAt: Date | null;
|
46146
46259
|
isBotRoom: boolean;
|
46260
|
+
csatStatus: string | null;
|
46147
46261
|
cxlog: {
|
46148
46262
|
id: string;
|
46149
46263
|
channel: string | null;
|
@@ -46281,6 +46395,7 @@ export declare const mainChatRoomContract: {
|
|
46281
46395
|
lineRichMenuId?: string | null | undefined;
|
46282
46396
|
messengerIntegrationType?: "own" | "business" | undefined;
|
46283
46397
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
46398
|
+
isCSATEnabled?: boolean | undefined;
|
46284
46399
|
};
|
46285
46400
|
status: boolean;
|
46286
46401
|
createdAt: Date;
|
@@ -46684,6 +46799,7 @@ export declare const mainChatRoomContract: {
|
|
46684
46799
|
closedAt: Date;
|
46685
46800
|
lastMessageAt: Date | null;
|
46686
46801
|
isBotRoom: boolean;
|
46802
|
+
csatStatus: string | null;
|
46687
46803
|
cxlog: {
|
46688
46804
|
id: string;
|
46689
46805
|
channel: string | null;
|
@@ -46823,6 +46939,7 @@ export declare const mainChatRoomContract: {
|
|
46823
46939
|
lineRichMenuId?: string | null | undefined;
|
46824
46940
|
messengerIntegrationType?: "own" | "business" | undefined;
|
46825
46941
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
46942
|
+
isCSATEnabled?: boolean | undefined;
|
46826
46943
|
};
|
46827
46944
|
status: boolean;
|
46828
46945
|
createdAt: Date;
|
@@ -47226,6 +47343,7 @@ export declare const mainChatRoomContract: {
|
|
47226
47343
|
closedAt: Date;
|
47227
47344
|
lastMessageAt: Date | null;
|
47228
47345
|
isBotRoom: boolean;
|
47346
|
+
csatStatus: string | null;
|
47229
47347
|
cxlog: {
|
47230
47348
|
id: string;
|
47231
47349
|
channel: string | null;
|
@@ -47366,6 +47484,7 @@ export declare const mainChatRoomContract: {
|
|
47366
47484
|
lineRichMenuId?: string | null | undefined;
|
47367
47485
|
messengerIntegrationType?: "own" | "business" | undefined;
|
47368
47486
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
47487
|
+
isCSATEnabled?: boolean | undefined;
|
47369
47488
|
};
|
47370
47489
|
status: boolean;
|
47371
47490
|
createdAt: Date;
|
@@ -47769,6 +47888,7 @@ export declare const mainChatRoomContract: {
|
|
47769
47888
|
closedAt: Date;
|
47770
47889
|
lastMessageAt: Date | null;
|
47771
47890
|
isBotRoom: boolean;
|
47891
|
+
csatStatus: string | null;
|
47772
47892
|
cxlog: {
|
47773
47893
|
id: string;
|
47774
47894
|
channel: string | null;
|
@@ -47979,6 +48099,7 @@ export declare const mainChatRoomContract: {
|
|
47979
48099
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
47980
48100
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
47981
48101
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
48102
|
+
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
47982
48103
|
}, "strip", z.ZodTypeAny, {
|
47983
48104
|
name: string;
|
47984
48105
|
id: string;
|
@@ -48008,6 +48129,7 @@ export declare const mainChatRoomContract: {
|
|
48008
48129
|
lineRichMenuId?: string | null | undefined;
|
48009
48130
|
messengerIntegrationType?: "own" | "business" | undefined;
|
48010
48131
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
48132
|
+
isCSATEnabled?: boolean | undefined;
|
48011
48133
|
}, {
|
48012
48134
|
name: string;
|
48013
48135
|
id: string;
|
@@ -48037,6 +48159,7 @@ export declare const mainChatRoomContract: {
|
|
48037
48159
|
lineRichMenuId?: string | null | undefined;
|
48038
48160
|
messengerIntegrationType?: "own" | "business" | undefined;
|
48039
48161
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
48162
|
+
isCSATEnabled?: boolean | undefined;
|
48040
48163
|
}>;
|
48041
48164
|
brandName: z.ZodString;
|
48042
48165
|
platformId: z.ZodString;
|
@@ -48300,6 +48423,7 @@ export declare const mainChatRoomContract: {
|
|
48300
48423
|
lineRichMenuId?: string | null | undefined;
|
48301
48424
|
messengerIntegrationType?: "own" | "business" | undefined;
|
48302
48425
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
48426
|
+
isCSATEnabled?: boolean | undefined;
|
48303
48427
|
};
|
48304
48428
|
status: boolean;
|
48305
48429
|
createdAt: Date;
|
@@ -48394,6 +48518,7 @@ export declare const mainChatRoomContract: {
|
|
48394
48518
|
lineRichMenuId?: string | null | undefined;
|
48395
48519
|
messengerIntegrationType?: "own" | "business" | undefined;
|
48396
48520
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
48521
|
+
isCSATEnabled?: boolean | undefined;
|
48397
48522
|
};
|
48398
48523
|
status: boolean;
|
48399
48524
|
createdAt: Date;
|
@@ -49925,6 +50050,7 @@ export declare const mainChatRoomContract: {
|
|
49925
50050
|
closedAt: z.ZodDate;
|
49926
50051
|
lastMessageAt: z.ZodNullable<z.ZodDate>;
|
49927
50052
|
isBotRoom: z.ZodBoolean;
|
50053
|
+
csatStatus: z.ZodNullable<z.ZodString>;
|
49928
50054
|
cxlog: z.ZodObject<{
|
49929
50055
|
id: z.ZodString;
|
49930
50056
|
createdAt: z.ZodDate;
|
@@ -50522,6 +50648,7 @@ export declare const mainChatRoomContract: {
|
|
50522
50648
|
lineRichMenuId?: string | null | undefined;
|
50523
50649
|
messengerIntegrationType?: "own" | "business" | undefined;
|
50524
50650
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
50651
|
+
isCSATEnabled?: boolean | undefined;
|
50525
50652
|
};
|
50526
50653
|
status: boolean;
|
50527
50654
|
createdAt: Date;
|
@@ -50814,6 +50941,7 @@ export declare const mainChatRoomContract: {
|
|
50814
50941
|
closedAt: Date;
|
50815
50942
|
lastMessageAt: Date | null;
|
50816
50943
|
isBotRoom: boolean;
|
50944
|
+
csatStatus: string | null;
|
50817
50945
|
cxlog: {
|
50818
50946
|
id: string;
|
50819
50947
|
channel: string | null;
|
@@ -50950,6 +51078,7 @@ export declare const mainChatRoomContract: {
|
|
50950
51078
|
lineRichMenuId?: string | null | undefined;
|
50951
51079
|
messengerIntegrationType?: "own" | "business" | undefined;
|
50952
51080
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
51081
|
+
isCSATEnabled?: boolean | undefined;
|
50953
51082
|
};
|
50954
51083
|
status: boolean;
|
50955
51084
|
createdAt: Date;
|
@@ -51242,6 +51371,7 @@ export declare const mainChatRoomContract: {
|
|
51242
51371
|
closedAt: Date;
|
51243
51372
|
lastMessageAt: Date | null;
|
51244
51373
|
isBotRoom: boolean;
|
51374
|
+
csatStatus: string | null;
|
51245
51375
|
cxlog: {
|
51246
51376
|
id: string;
|
51247
51377
|
channel: string | null;
|
@@ -51380,6 +51510,7 @@ export declare const mainChatRoomContract: {
|
|
51380
51510
|
lineRichMenuId?: string | null | undefined;
|
51381
51511
|
messengerIntegrationType?: "own" | "business" | undefined;
|
51382
51512
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
51513
|
+
isCSATEnabled?: boolean | undefined;
|
51383
51514
|
};
|
51384
51515
|
status: boolean;
|
51385
51516
|
createdAt: Date;
|
@@ -51672,6 +51803,7 @@ export declare const mainChatRoomContract: {
|
|
51672
51803
|
closedAt: Date;
|
51673
51804
|
lastMessageAt: Date | null;
|
51674
51805
|
isBotRoom: boolean;
|
51806
|
+
csatStatus: string | null;
|
51675
51807
|
cxlog: {
|
51676
51808
|
id: string;
|
51677
51809
|
channel: string | null;
|
@@ -51811,6 +51943,7 @@ export declare const mainChatRoomContract: {
|
|
51811
51943
|
lineRichMenuId?: string | null | undefined;
|
51812
51944
|
messengerIntegrationType?: "own" | "business" | undefined;
|
51813
51945
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
51946
|
+
isCSATEnabled?: boolean | undefined;
|
51814
51947
|
};
|
51815
51948
|
status: boolean;
|
51816
51949
|
createdAt: Date;
|
@@ -52103,6 +52236,7 @@ export declare const mainChatRoomContract: {
|
|
52103
52236
|
closedAt: Date;
|
52104
52237
|
lastMessageAt: Date | null;
|
52105
52238
|
isBotRoom: boolean;
|
52239
|
+
csatStatus: string | null;
|
52106
52240
|
cxlog: {
|
52107
52241
|
id: string;
|
52108
52242
|
channel: string | null;
|
@@ -52326,6 +52460,7 @@ export declare const mainChatRoomContract: {
|
|
52326
52460
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
52327
52461
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
52328
52462
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
52463
|
+
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
52329
52464
|
}, "strip", z.ZodTypeAny, {
|
52330
52465
|
name: string;
|
52331
52466
|
id: string;
|
@@ -52355,6 +52490,7 @@ export declare const mainChatRoomContract: {
|
|
52355
52490
|
lineRichMenuId?: string | null | undefined;
|
52356
52491
|
messengerIntegrationType?: "own" | "business" | undefined;
|
52357
52492
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
52493
|
+
isCSATEnabled?: boolean | undefined;
|
52358
52494
|
}, {
|
52359
52495
|
name: string;
|
52360
52496
|
id: string;
|
@@ -52384,6 +52520,7 @@ export declare const mainChatRoomContract: {
|
|
52384
52520
|
lineRichMenuId?: string | null | undefined;
|
52385
52521
|
messengerIntegrationType?: "own" | "business" | undefined;
|
52386
52522
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
52523
|
+
isCSATEnabled?: boolean | undefined;
|
52387
52524
|
}>;
|
52388
52525
|
brandName: z.ZodString;
|
52389
52526
|
platformId: z.ZodString;
|
@@ -52647,6 +52784,7 @@ export declare const mainChatRoomContract: {
|
|
52647
52784
|
lineRichMenuId?: string | null | undefined;
|
52648
52785
|
messengerIntegrationType?: "own" | "business" | undefined;
|
52649
52786
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
52787
|
+
isCSATEnabled?: boolean | undefined;
|
52650
52788
|
};
|
52651
52789
|
status: boolean;
|
52652
52790
|
createdAt: Date;
|
@@ -52741,6 +52879,7 @@ export declare const mainChatRoomContract: {
|
|
52741
52879
|
lineRichMenuId?: string | null | undefined;
|
52742
52880
|
messengerIntegrationType?: "own" | "business" | undefined;
|
52743
52881
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
52882
|
+
isCSATEnabled?: boolean | undefined;
|
52744
52883
|
};
|
52745
52884
|
status: boolean;
|
52746
52885
|
createdAt: Date;
|
@@ -54272,6 +54411,7 @@ export declare const mainChatRoomContract: {
|
|
54272
54411
|
closedAt: z.ZodDate;
|
54273
54412
|
lastMessageAt: z.ZodNullable<z.ZodDate>;
|
54274
54413
|
isBotRoom: z.ZodBoolean;
|
54414
|
+
csatStatus: z.ZodNullable<z.ZodString>;
|
54275
54415
|
cxlog: z.ZodObject<{
|
54276
54416
|
id: z.ZodString;
|
54277
54417
|
createdAt: z.ZodDate;
|
@@ -54868,6 +55008,7 @@ export declare const mainChatRoomContract: {
|
|
54868
55008
|
lineRichMenuId?: string | null | undefined;
|
54869
55009
|
messengerIntegrationType?: "own" | "business" | undefined;
|
54870
55010
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
55011
|
+
isCSATEnabled?: boolean | undefined;
|
54871
55012
|
};
|
54872
55013
|
status: boolean;
|
54873
55014
|
createdAt: Date;
|
@@ -55159,6 +55300,7 @@ export declare const mainChatRoomContract: {
|
|
55159
55300
|
closedAt: Date;
|
55160
55301
|
lastMessageAt: Date | null;
|
55161
55302
|
isBotRoom: boolean;
|
55303
|
+
csatStatus: string | null;
|
55162
55304
|
cxlog: {
|
55163
55305
|
id: string;
|
55164
55306
|
channel: string | null;
|
@@ -55295,6 +55437,7 @@ export declare const mainChatRoomContract: {
|
|
55295
55437
|
lineRichMenuId?: string | null | undefined;
|
55296
55438
|
messengerIntegrationType?: "own" | "business" | undefined;
|
55297
55439
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
55440
|
+
isCSATEnabled?: boolean | undefined;
|
55298
55441
|
};
|
55299
55442
|
status: boolean;
|
55300
55443
|
createdAt: Date;
|
@@ -55586,6 +55729,7 @@ export declare const mainChatRoomContract: {
|
|
55586
55729
|
closedAt: Date;
|
55587
55730
|
lastMessageAt: Date | null;
|
55588
55731
|
isBotRoom: boolean;
|
55732
|
+
csatStatus: string | null;
|
55589
55733
|
cxlog: {
|
55590
55734
|
id: string;
|
55591
55735
|
channel: string | null;
|
@@ -55724,6 +55868,7 @@ export declare const mainChatRoomContract: {
|
|
55724
55868
|
lineRichMenuId?: string | null | undefined;
|
55725
55869
|
messengerIntegrationType?: "own" | "business" | undefined;
|
55726
55870
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
55871
|
+
isCSATEnabled?: boolean | undefined;
|
55727
55872
|
};
|
55728
55873
|
status: boolean;
|
55729
55874
|
createdAt: Date;
|
@@ -56015,6 +56160,7 @@ export declare const mainChatRoomContract: {
|
|
56015
56160
|
closedAt: Date;
|
56016
56161
|
lastMessageAt: Date | null;
|
56017
56162
|
isBotRoom: boolean;
|
56163
|
+
csatStatus: string | null;
|
56018
56164
|
cxlog: {
|
56019
56165
|
id: string;
|
56020
56166
|
channel: string | null;
|
@@ -56157,6 +56303,7 @@ export declare const mainChatRoomContract: {
|
|
56157
56303
|
lineRichMenuId?: string | null | undefined;
|
56158
56304
|
messengerIntegrationType?: "own" | "business" | undefined;
|
56159
56305
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
56306
|
+
isCSATEnabled?: boolean | undefined;
|
56160
56307
|
};
|
56161
56308
|
status: boolean;
|
56162
56309
|
createdAt: Date;
|
@@ -56448,6 +56595,7 @@ export declare const mainChatRoomContract: {
|
|
56448
56595
|
closedAt: Date;
|
56449
56596
|
lastMessageAt: Date | null;
|
56450
56597
|
isBotRoom: boolean;
|
56598
|
+
csatStatus: string | null;
|
56451
56599
|
cxlog: {
|
56452
56600
|
id: string;
|
56453
56601
|
channel: string | null;
|
@@ -56579,7 +56727,7 @@ export declare const mainChatContract: {
|
|
56579
56727
|
sendMessage: {
|
56580
56728
|
body: z.ZodObject<{
|
56581
56729
|
roomId: z.ZodString;
|
56582
|
-
messageType: 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"]>;
|
56730
|
+
messageType: 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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
56583
56731
|
message: z.ZodOptional<z.ZodString>;
|
56584
56732
|
messageAttachments: z.ZodOptional<z.ZodObject<{
|
56585
56733
|
bucketName: z.ZodString;
|
@@ -56838,7 +56986,7 @@ export declare const mainChatContract: {
|
|
56838
56986
|
mentions?: string[] | undefined;
|
56839
56987
|
}>>;
|
56840
56988
|
}, "strip", z.ZodTypeAny, {
|
56841
|
-
messageType: "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";
|
56989
|
+
messageType: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
56842
56990
|
roomId: string;
|
56843
56991
|
message?: string | undefined;
|
56844
56992
|
messageAttachments?: {
|
@@ -56910,7 +57058,7 @@ export declare const mainChatContract: {
|
|
56910
57058
|
mentions?: string[] | undefined;
|
56911
57059
|
} | undefined;
|
56912
57060
|
}, {
|
56913
|
-
messageType: "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";
|
57061
|
+
messageType: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
56914
57062
|
roomId: string;
|
56915
57063
|
message?: string | undefined;
|
56916
57064
|
messageAttachments?: {
|
@@ -56988,7 +57136,7 @@ export declare const mainChatContract: {
|
|
56988
57136
|
200: z.ZodObject<{
|
56989
57137
|
requestId: z.ZodString;
|
56990
57138
|
data: z.ZodObject<{
|
56991
|
-
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"]>;
|
57139
|
+
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
56992
57140
|
message: z.ZodString;
|
56993
57141
|
id: z.ZodString;
|
56994
57142
|
url: z.ZodString;
|
@@ -58505,6 +58653,7 @@ export declare const mainChatContract: {
|
|
58505
58653
|
channelId: string;
|
58506
58654
|
socialPlatformId: string;
|
58507
58655
|
}>;
|
58656
|
+
csatStatus: z.ZodNullable<z.ZodString>;
|
58508
58657
|
actor: z.ZodObject<{
|
58509
58658
|
id: z.ZodString;
|
58510
58659
|
createdAt: z.ZodDate;
|
@@ -58983,6 +59132,7 @@ export declare const mainChatContract: {
|
|
58983
59132
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
58984
59133
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
58985
59134
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
59135
|
+
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
58986
59136
|
}, "strip", z.ZodTypeAny, {
|
58987
59137
|
name: string;
|
58988
59138
|
id: string;
|
@@ -59012,6 +59162,7 @@ export declare const mainChatContract: {
|
|
59012
59162
|
lineRichMenuId?: string | null | undefined;
|
59013
59163
|
messengerIntegrationType?: "own" | "business" | undefined;
|
59014
59164
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
59165
|
+
isCSATEnabled?: boolean | undefined;
|
59015
59166
|
}, {
|
59016
59167
|
name: string;
|
59017
59168
|
id: string;
|
@@ -59041,6 +59192,7 @@ export declare const mainChatContract: {
|
|
59041
59192
|
lineRichMenuId?: string | null | undefined;
|
59042
59193
|
messengerIntegrationType?: "own" | "business" | undefined;
|
59043
59194
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
59195
|
+
isCSATEnabled?: boolean | undefined;
|
59044
59196
|
}>;
|
59045
59197
|
brandName: z.ZodString;
|
59046
59198
|
platformId: z.ZodString;
|
@@ -59304,6 +59456,7 @@ export declare const mainChatContract: {
|
|
59304
59456
|
lineRichMenuId?: string | null | undefined;
|
59305
59457
|
messengerIntegrationType?: "own" | "business" | undefined;
|
59306
59458
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
59459
|
+
isCSATEnabled?: boolean | undefined;
|
59307
59460
|
};
|
59308
59461
|
status: boolean;
|
59309
59462
|
createdAt: Date;
|
@@ -59398,6 +59551,7 @@ export declare const mainChatContract: {
|
|
59398
59551
|
lineRichMenuId?: string | null | undefined;
|
59399
59552
|
messengerIntegrationType?: "own" | "business" | undefined;
|
59400
59553
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
59554
|
+
isCSATEnabled?: boolean | undefined;
|
59401
59555
|
};
|
59402
59556
|
status: boolean;
|
59403
59557
|
createdAt: Date;
|
@@ -60056,6 +60210,7 @@ export declare const mainChatContract: {
|
|
60056
60210
|
lineRichMenuId?: string | null | undefined;
|
60057
60211
|
messengerIntegrationType?: "own" | "business" | undefined;
|
60058
60212
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
60213
|
+
isCSATEnabled?: boolean | undefined;
|
60059
60214
|
};
|
60060
60215
|
status: boolean;
|
60061
60216
|
createdAt: Date;
|
@@ -60347,6 +60502,7 @@ export declare const mainChatContract: {
|
|
60347
60502
|
closedAt: Date;
|
60348
60503
|
lastMessageAt: Date | null;
|
60349
60504
|
isBotRoom: boolean;
|
60505
|
+
csatStatus: string | null;
|
60350
60506
|
cxlog: {
|
60351
60507
|
id: string;
|
60352
60508
|
channel: string | null;
|
@@ -60483,6 +60639,7 @@ export declare const mainChatContract: {
|
|
60483
60639
|
lineRichMenuId?: string | null | undefined;
|
60484
60640
|
messengerIntegrationType?: "own" | "business" | undefined;
|
60485
60641
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
60642
|
+
isCSATEnabled?: boolean | undefined;
|
60486
60643
|
};
|
60487
60644
|
status: boolean;
|
60488
60645
|
createdAt: Date;
|
@@ -60774,6 +60931,7 @@ export declare const mainChatContract: {
|
|
60774
60931
|
closedAt: Date;
|
60775
60932
|
lastMessageAt: Date | null;
|
60776
60933
|
isBotRoom: boolean;
|
60934
|
+
csatStatus: string | null;
|
60777
60935
|
cxlog: {
|
60778
60936
|
id: string;
|
60779
60937
|
channel: string | null;
|
@@ -60914,7 +61072,7 @@ export declare const mainChatContract: {
|
|
60914
61072
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
60915
61073
|
message: z.ZodString;
|
60916
61074
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
60917
|
-
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"]>;
|
61075
|
+
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
60918
61076
|
readAt: z.ZodDate;
|
60919
61077
|
metadata: z.ZodAny;
|
60920
61078
|
platformId: z.ZodString;
|
@@ -61572,7 +61730,7 @@ export declare const mainChatContract: {
|
|
61572
61730
|
};
|
61573
61731
|
}>;
|
61574
61732
|
}, "strip", z.ZodTypeAny, {
|
61575
|
-
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";
|
61733
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
61576
61734
|
message: string;
|
61577
61735
|
id: string;
|
61578
61736
|
url: string;
|
@@ -61734,7 +61892,7 @@ export declare const mainChatContract: {
|
|
61734
61892
|
metadata?: any;
|
61735
61893
|
template?: any;
|
61736
61894
|
}, {
|
61737
|
-
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";
|
61895
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
61738
61896
|
message: string;
|
61739
61897
|
id: string;
|
61740
61898
|
url: string;
|
@@ -62108,7 +62266,7 @@ export declare const mainChatContract: {
|
|
62108
62266
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
62109
62267
|
message: z.ZodString;
|
62110
62268
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
62111
|
-
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"]>;
|
62269
|
+
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
62112
62270
|
readAt: z.ZodDate;
|
62113
62271
|
metadata: z.ZodAny;
|
62114
62272
|
platformId: z.ZodString;
|
@@ -63182,6 +63340,7 @@ export declare const mainChatContract: {
|
|
63182
63340
|
channelId: string;
|
63183
63341
|
socialPlatformId: string;
|
63184
63342
|
}>;
|
63343
|
+
csatStatus: z.ZodNullable<z.ZodString>;
|
63185
63344
|
actor: z.ZodObject<{
|
63186
63345
|
id: z.ZodString;
|
63187
63346
|
createdAt: z.ZodDate;
|
@@ -63660,6 +63819,7 @@ export declare const mainChatContract: {
|
|
63660
63819
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
63661
63820
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
63662
63821
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
63822
|
+
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
63663
63823
|
}, "strip", z.ZodTypeAny, {
|
63664
63824
|
name: string;
|
63665
63825
|
id: string;
|
@@ -63689,6 +63849,7 @@ export declare const mainChatContract: {
|
|
63689
63849
|
lineRichMenuId?: string | null | undefined;
|
63690
63850
|
messengerIntegrationType?: "own" | "business" | undefined;
|
63691
63851
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
63852
|
+
isCSATEnabled?: boolean | undefined;
|
63692
63853
|
}, {
|
63693
63854
|
name: string;
|
63694
63855
|
id: string;
|
@@ -63718,6 +63879,7 @@ export declare const mainChatContract: {
|
|
63718
63879
|
lineRichMenuId?: string | null | undefined;
|
63719
63880
|
messengerIntegrationType?: "own" | "business" | undefined;
|
63720
63881
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
63882
|
+
isCSATEnabled?: boolean | undefined;
|
63721
63883
|
}>;
|
63722
63884
|
brandName: z.ZodString;
|
63723
63885
|
platformId: z.ZodString;
|
@@ -63981,6 +64143,7 @@ export declare const mainChatContract: {
|
|
63981
64143
|
lineRichMenuId?: string | null | undefined;
|
63982
64144
|
messengerIntegrationType?: "own" | "business" | undefined;
|
63983
64145
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
64146
|
+
isCSATEnabled?: boolean | undefined;
|
63984
64147
|
};
|
63985
64148
|
status: boolean;
|
63986
64149
|
createdAt: Date;
|
@@ -64075,6 +64238,7 @@ export declare const mainChatContract: {
|
|
64075
64238
|
lineRichMenuId?: string | null | undefined;
|
64076
64239
|
messengerIntegrationType?: "own" | "business" | undefined;
|
64077
64240
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
64241
|
+
isCSATEnabled?: boolean | undefined;
|
64078
64242
|
};
|
64079
64243
|
status: boolean;
|
64080
64244
|
createdAt: Date;
|
@@ -64733,6 +64897,7 @@ export declare const mainChatContract: {
|
|
64733
64897
|
lineRichMenuId?: string | null | undefined;
|
64734
64898
|
messengerIntegrationType?: "own" | "business" | undefined;
|
64735
64899
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
64900
|
+
isCSATEnabled?: boolean | undefined;
|
64736
64901
|
};
|
64737
64902
|
status: boolean;
|
64738
64903
|
createdAt: Date;
|
@@ -65024,6 +65189,7 @@ export declare const mainChatContract: {
|
|
65024
65189
|
closedAt: Date;
|
65025
65190
|
lastMessageAt: Date | null;
|
65026
65191
|
isBotRoom: boolean;
|
65192
|
+
csatStatus: string | null;
|
65027
65193
|
cxlog: {
|
65028
65194
|
id: string;
|
65029
65195
|
channel: string | null;
|
@@ -65160,6 +65326,7 @@ export declare const mainChatContract: {
|
|
65160
65326
|
lineRichMenuId?: string | null | undefined;
|
65161
65327
|
messengerIntegrationType?: "own" | "business" | undefined;
|
65162
65328
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
65329
|
+
isCSATEnabled?: boolean | undefined;
|
65163
65330
|
};
|
65164
65331
|
status: boolean;
|
65165
65332
|
createdAt: Date;
|
@@ -65451,6 +65618,7 @@ export declare const mainChatContract: {
|
|
65451
65618
|
closedAt: Date;
|
65452
65619
|
lastMessageAt: Date | null;
|
65453
65620
|
isBotRoom: boolean;
|
65621
|
+
csatStatus: string | null;
|
65454
65622
|
cxlog: {
|
65455
65623
|
id: string;
|
65456
65624
|
channel: string | null;
|
@@ -65594,7 +65762,7 @@ export declare const mainChatContract: {
|
|
65594
65762
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
65595
65763
|
message: z.ZodString;
|
65596
65764
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
65597
|
-
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"]>;
|
65765
|
+
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
65598
65766
|
readAt: z.ZodDate;
|
65599
65767
|
metadata: z.ZodAny;
|
65600
65768
|
platformId: z.ZodString;
|
@@ -66252,7 +66420,7 @@ export declare const mainChatContract: {
|
|
66252
66420
|
};
|
66253
66421
|
}>;
|
66254
66422
|
}, "strip", z.ZodTypeAny, {
|
66255
|
-
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";
|
66423
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
66256
66424
|
message: string;
|
66257
66425
|
id: string;
|
66258
66426
|
url: string;
|
@@ -66414,7 +66582,7 @@ export declare const mainChatContract: {
|
|
66414
66582
|
metadata?: any;
|
66415
66583
|
template?: any;
|
66416
66584
|
}, {
|
66417
|
-
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";
|
66585
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
66418
66586
|
message: string;
|
66419
66587
|
id: string;
|
66420
66588
|
url: string;
|
@@ -67216,7 +67384,7 @@ export declare const mainChatContract: {
|
|
67216
67384
|
editedMessageid: z.ZodString;
|
67217
67385
|
label: z.ZodOptional<z.ZodString>;
|
67218
67386
|
}, "strip", z.ZodTypeAny, {
|
67219
|
-
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";
|
67387
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
67220
67388
|
message: string;
|
67221
67389
|
id: string;
|
67222
67390
|
url: string;
|
@@ -67360,6 +67528,7 @@ export declare const mainChatContract: {
|
|
67360
67528
|
lineRichMenuId?: string | null | undefined;
|
67361
67529
|
messengerIntegrationType?: "own" | "business" | undefined;
|
67362
67530
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
67531
|
+
isCSATEnabled?: boolean | undefined;
|
67363
67532
|
};
|
67364
67533
|
status: boolean;
|
67365
67534
|
createdAt: Date;
|
@@ -67651,6 +67820,7 @@ export declare const mainChatContract: {
|
|
67651
67820
|
closedAt: Date;
|
67652
67821
|
lastMessageAt: Date | null;
|
67653
67822
|
isBotRoom: boolean;
|
67823
|
+
csatStatus: string | null;
|
67654
67824
|
cxlog: {
|
67655
67825
|
id: string;
|
67656
67826
|
channel: string | null;
|
@@ -67769,7 +67939,7 @@ export declare const mainChatContract: {
|
|
67769
67939
|
previewUrl: string;
|
67770
67940
|
imageSetId: string;
|
67771
67941
|
repliedMessage: {
|
67772
|
-
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";
|
67942
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
67773
67943
|
message: string;
|
67774
67944
|
id: string;
|
67775
67945
|
url: string;
|
@@ -67980,7 +68150,7 @@ export declare const mainChatContract: {
|
|
67980
68150
|
template?: any;
|
67981
68151
|
label?: string | undefined;
|
67982
68152
|
}, {
|
67983
|
-
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";
|
68153
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
67984
68154
|
message: string;
|
67985
68155
|
id: string;
|
67986
68156
|
url: string;
|
@@ -68124,6 +68294,7 @@ export declare const mainChatContract: {
|
|
68124
68294
|
lineRichMenuId?: string | null | undefined;
|
68125
68295
|
messengerIntegrationType?: "own" | "business" | undefined;
|
68126
68296
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
68297
|
+
isCSATEnabled?: boolean | undefined;
|
68127
68298
|
};
|
68128
68299
|
status: boolean;
|
68129
68300
|
createdAt: Date;
|
@@ -68415,6 +68586,7 @@ export declare const mainChatContract: {
|
|
68415
68586
|
closedAt: Date;
|
68416
68587
|
lastMessageAt: Date | null;
|
68417
68588
|
isBotRoom: boolean;
|
68589
|
+
csatStatus: string | null;
|
68418
68590
|
cxlog: {
|
68419
68591
|
id: string;
|
68420
68592
|
channel: string | null;
|
@@ -68533,7 +68705,7 @@ export declare const mainChatContract: {
|
|
68533
68705
|
previewUrl: string;
|
68534
68706
|
imageSetId: string;
|
68535
68707
|
repliedMessage: {
|
68536
|
-
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";
|
68708
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
68537
68709
|
message: string;
|
68538
68710
|
id: string;
|
68539
68711
|
url: string;
|
@@ -68745,7 +68917,7 @@ export declare const mainChatContract: {
|
|
68745
68917
|
label?: string | undefined;
|
68746
68918
|
}>>>;
|
68747
68919
|
}, "strip", z.ZodTypeAny, {
|
68748
|
-
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";
|
68920
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
68749
68921
|
message: string;
|
68750
68922
|
id: string;
|
68751
68923
|
url: string;
|
@@ -68889,6 +69061,7 @@ export declare const mainChatContract: {
|
|
68889
69061
|
lineRichMenuId?: string | null | undefined;
|
68890
69062
|
messengerIntegrationType?: "own" | "business" | undefined;
|
68891
69063
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
69064
|
+
isCSATEnabled?: boolean | undefined;
|
68892
69065
|
};
|
68893
69066
|
status: boolean;
|
68894
69067
|
createdAt: Date;
|
@@ -69180,6 +69353,7 @@ export declare const mainChatContract: {
|
|
69180
69353
|
closedAt: Date;
|
69181
69354
|
lastMessageAt: Date | null;
|
69182
69355
|
isBotRoom: boolean;
|
69356
|
+
csatStatus: string | null;
|
69183
69357
|
cxlog: {
|
69184
69358
|
id: string;
|
69185
69359
|
channel: string | null;
|
@@ -69298,7 +69472,7 @@ export declare const mainChatContract: {
|
|
69298
69472
|
previewUrl: string;
|
69299
69473
|
imageSetId: string;
|
69300
69474
|
repliedMessage: {
|
69301
|
-
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";
|
69475
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
69302
69476
|
message: string;
|
69303
69477
|
id: string;
|
69304
69478
|
url: string;
|
@@ -69509,7 +69683,7 @@ export declare const mainChatContract: {
|
|
69509
69683
|
template?: any;
|
69510
69684
|
metadata?: any;
|
69511
69685
|
fromMessage?: {
|
69512
|
-
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";
|
69686
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
69513
69687
|
message: string;
|
69514
69688
|
id: string;
|
69515
69689
|
url: string;
|
@@ -69653,6 +69827,7 @@ export declare const mainChatContract: {
|
|
69653
69827
|
lineRichMenuId?: string | null | undefined;
|
69654
69828
|
messengerIntegrationType?: "own" | "business" | undefined;
|
69655
69829
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
69830
|
+
isCSATEnabled?: boolean | undefined;
|
69656
69831
|
};
|
69657
69832
|
status: boolean;
|
69658
69833
|
createdAt: Date;
|
@@ -69944,6 +70119,7 @@ export declare const mainChatContract: {
|
|
69944
70119
|
closedAt: Date;
|
69945
70120
|
lastMessageAt: Date | null;
|
69946
70121
|
isBotRoom: boolean;
|
70122
|
+
csatStatus: string | null;
|
69947
70123
|
cxlog: {
|
69948
70124
|
id: string;
|
69949
70125
|
channel: string | null;
|
@@ -70062,7 +70238,7 @@ export declare const mainChatContract: {
|
|
70062
70238
|
previewUrl: string;
|
70063
70239
|
imageSetId: string;
|
70064
70240
|
repliedMessage: {
|
70065
|
-
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";
|
70241
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
70066
70242
|
message: string;
|
70067
70243
|
id: string;
|
70068
70244
|
url: string;
|
@@ -70274,7 +70450,7 @@ export declare const mainChatContract: {
|
|
70274
70450
|
label?: string | undefined;
|
70275
70451
|
} | null | undefined;
|
70276
70452
|
}, {
|
70277
|
-
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";
|
70453
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
70278
70454
|
message: string;
|
70279
70455
|
id: string;
|
70280
70456
|
url: string;
|
@@ -70418,6 +70594,7 @@ export declare const mainChatContract: {
|
|
70418
70594
|
lineRichMenuId?: string | null | undefined;
|
70419
70595
|
messengerIntegrationType?: "own" | "business" | undefined;
|
70420
70596
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
70597
|
+
isCSATEnabled?: boolean | undefined;
|
70421
70598
|
};
|
70422
70599
|
status: boolean;
|
70423
70600
|
createdAt: Date;
|
@@ -70709,6 +70886,7 @@ export declare const mainChatContract: {
|
|
70709
70886
|
closedAt: Date;
|
70710
70887
|
lastMessageAt: Date | null;
|
70711
70888
|
isBotRoom: boolean;
|
70889
|
+
csatStatus: string | null;
|
70712
70890
|
cxlog: {
|
70713
70891
|
id: string;
|
70714
70892
|
channel: string | null;
|
@@ -70827,7 +71005,7 @@ export declare const mainChatContract: {
|
|
70827
71005
|
previewUrl: string;
|
70828
71006
|
imageSetId: string;
|
70829
71007
|
repliedMessage: {
|
70830
|
-
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";
|
71008
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
70831
71009
|
message: string;
|
70832
71010
|
id: string;
|
70833
71011
|
url: string;
|
@@ -71038,7 +71216,7 @@ export declare const mainChatContract: {
|
|
71038
71216
|
template?: any;
|
71039
71217
|
metadata?: any;
|
71040
71218
|
fromMessage?: {
|
71041
|
-
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";
|
71219
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
71042
71220
|
message: string;
|
71043
71221
|
id: string;
|
71044
71222
|
url: string;
|
@@ -71182,6 +71360,7 @@ export declare const mainChatContract: {
|
|
71182
71360
|
lineRichMenuId?: string | null | undefined;
|
71183
71361
|
messengerIntegrationType?: "own" | "business" | undefined;
|
71184
71362
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
71363
|
+
isCSATEnabled?: boolean | undefined;
|
71185
71364
|
};
|
71186
71365
|
status: boolean;
|
71187
71366
|
createdAt: Date;
|
@@ -71473,6 +71652,7 @@ export declare const mainChatContract: {
|
|
71473
71652
|
closedAt: Date;
|
71474
71653
|
lastMessageAt: Date | null;
|
71475
71654
|
isBotRoom: boolean;
|
71655
|
+
csatStatus: string | null;
|
71476
71656
|
cxlog: {
|
71477
71657
|
id: string;
|
71478
71658
|
channel: string | null;
|
@@ -71591,7 +71771,7 @@ export declare const mainChatContract: {
|
|
71591
71771
|
previewUrl: string;
|
71592
71772
|
imageSetId: string;
|
71593
71773
|
repliedMessage: {
|
71594
|
-
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";
|
71774
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
71595
71775
|
message: string;
|
71596
71776
|
id: string;
|
71597
71777
|
url: string;
|
@@ -71805,7 +71985,7 @@ export declare const mainChatContract: {
|
|
71805
71985
|
}>;
|
71806
71986
|
}, "strip", z.ZodTypeAny, {
|
71807
71987
|
data: {
|
71808
|
-
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";
|
71988
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
71809
71989
|
message: string;
|
71810
71990
|
id: string;
|
71811
71991
|
url: string;
|
@@ -71949,6 +72129,7 @@ export declare const mainChatContract: {
|
|
71949
72129
|
lineRichMenuId?: string | null | undefined;
|
71950
72130
|
messengerIntegrationType?: "own" | "business" | undefined;
|
71951
72131
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
72132
|
+
isCSATEnabled?: boolean | undefined;
|
71952
72133
|
};
|
71953
72134
|
status: boolean;
|
71954
72135
|
createdAt: Date;
|
@@ -72240,6 +72421,7 @@ export declare const mainChatContract: {
|
|
72240
72421
|
closedAt: Date;
|
72241
72422
|
lastMessageAt: Date | null;
|
72242
72423
|
isBotRoom: boolean;
|
72424
|
+
csatStatus: string | null;
|
72243
72425
|
cxlog: {
|
72244
72426
|
id: string;
|
72245
72427
|
channel: string | null;
|
@@ -72358,7 +72540,7 @@ export declare const mainChatContract: {
|
|
72358
72540
|
previewUrl: string;
|
72359
72541
|
imageSetId: string;
|
72360
72542
|
repliedMessage: {
|
72361
|
-
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";
|
72543
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
72362
72544
|
message: string;
|
72363
72545
|
id: string;
|
72364
72546
|
url: string;
|
@@ -72569,7 +72751,7 @@ export declare const mainChatContract: {
|
|
72569
72751
|
template?: any;
|
72570
72752
|
metadata?: any;
|
72571
72753
|
fromMessage?: {
|
72572
|
-
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";
|
72754
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
72573
72755
|
message: string;
|
72574
72756
|
id: string;
|
72575
72757
|
url: string;
|
@@ -72713,6 +72895,7 @@ export declare const mainChatContract: {
|
|
72713
72895
|
lineRichMenuId?: string | null | undefined;
|
72714
72896
|
messengerIntegrationType?: "own" | "business" | undefined;
|
72715
72897
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
72898
|
+
isCSATEnabled?: boolean | undefined;
|
72716
72899
|
};
|
72717
72900
|
status: boolean;
|
72718
72901
|
createdAt: Date;
|
@@ -73004,6 +73187,7 @@ export declare const mainChatContract: {
|
|
73004
73187
|
closedAt: Date;
|
73005
73188
|
lastMessageAt: Date | null;
|
73006
73189
|
isBotRoom: boolean;
|
73190
|
+
csatStatus: string | null;
|
73007
73191
|
cxlog: {
|
73008
73192
|
id: string;
|
73009
73193
|
channel: string | null;
|
@@ -73122,7 +73306,7 @@ export declare const mainChatContract: {
|
|
73122
73306
|
previewUrl: string;
|
73123
73307
|
imageSetId: string;
|
73124
73308
|
repliedMessage: {
|
73125
|
-
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";
|
73309
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
73126
73310
|
message: string;
|
73127
73311
|
id: string;
|
73128
73312
|
url: string;
|
@@ -73337,7 +73521,7 @@ export declare const mainChatContract: {
|
|
73337
73521
|
requestId: string;
|
73338
73522
|
}, {
|
73339
73523
|
data: {
|
73340
|
-
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";
|
73524
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
73341
73525
|
message: string;
|
73342
73526
|
id: string;
|
73343
73527
|
url: string;
|
@@ -73481,6 +73665,7 @@ export declare const mainChatContract: {
|
|
73481
73665
|
lineRichMenuId?: string | null | undefined;
|
73482
73666
|
messengerIntegrationType?: "own" | "business" | undefined;
|
73483
73667
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
73668
|
+
isCSATEnabled?: boolean | undefined;
|
73484
73669
|
};
|
73485
73670
|
status: boolean;
|
73486
73671
|
createdAt: Date;
|
@@ -73772,6 +73957,7 @@ export declare const mainChatContract: {
|
|
73772
73957
|
closedAt: Date;
|
73773
73958
|
lastMessageAt: Date | null;
|
73774
73959
|
isBotRoom: boolean;
|
73960
|
+
csatStatus: string | null;
|
73775
73961
|
cxlog: {
|
73776
73962
|
id: string;
|
73777
73963
|
channel: string | null;
|
@@ -73890,7 +74076,7 @@ export declare const mainChatContract: {
|
|
73890
74076
|
previewUrl: string;
|
73891
74077
|
imageSetId: string;
|
73892
74078
|
repliedMessage: {
|
73893
|
-
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";
|
74079
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
73894
74080
|
message: string;
|
73895
74081
|
id: string;
|
73896
74082
|
url: string;
|
@@ -74101,7 +74287,7 @@ export declare const mainChatContract: {
|
|
74101
74287
|
template?: any;
|
74102
74288
|
metadata?: any;
|
74103
74289
|
fromMessage?: {
|
74104
|
-
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";
|
74290
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
74105
74291
|
message: string;
|
74106
74292
|
id: string;
|
74107
74293
|
url: string;
|
@@ -74245,6 +74431,7 @@ export declare const mainChatContract: {
|
|
74245
74431
|
lineRichMenuId?: string | null | undefined;
|
74246
74432
|
messengerIntegrationType?: "own" | "business" | undefined;
|
74247
74433
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
74434
|
+
isCSATEnabled?: boolean | undefined;
|
74248
74435
|
};
|
74249
74436
|
status: boolean;
|
74250
74437
|
createdAt: Date;
|
@@ -74536,6 +74723,7 @@ export declare const mainChatContract: {
|
|
74536
74723
|
closedAt: Date;
|
74537
74724
|
lastMessageAt: Date | null;
|
74538
74725
|
isBotRoom: boolean;
|
74726
|
+
csatStatus: string | null;
|
74539
74727
|
cxlog: {
|
74540
74728
|
id: string;
|
74541
74729
|
channel: string | null;
|
@@ -74654,7 +74842,7 @@ export declare const mainChatContract: {
|
|
74654
74842
|
previewUrl: string;
|
74655
74843
|
imageSetId: string;
|
74656
74844
|
repliedMessage: {
|
74657
|
-
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";
|
74845
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
74658
74846
|
message: string;
|
74659
74847
|
id: string;
|
74660
74848
|
url: string;
|
@@ -75046,7 +75234,7 @@ export declare const mainChatContract: {
|
|
75046
75234
|
page: z.ZodNumber;
|
75047
75235
|
pageSize: z.ZodNumber;
|
75048
75236
|
data: z.ZodArray<z.ZodObject<{
|
75049
|
-
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"]>;
|
75237
|
+
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
75050
75238
|
message: z.ZodString;
|
75051
75239
|
id: z.ZodString;
|
75052
75240
|
url: z.ZodString;
|
@@ -76563,6 +76751,7 @@ export declare const mainChatContract: {
|
|
76563
76751
|
channelId: string;
|
76564
76752
|
socialPlatformId: string;
|
76565
76753
|
}>;
|
76754
|
+
csatStatus: z.ZodNullable<z.ZodString>;
|
76566
76755
|
actor: z.ZodObject<{
|
76567
76756
|
id: z.ZodString;
|
76568
76757
|
createdAt: z.ZodDate;
|
@@ -77041,6 +77230,7 @@ export declare const mainChatContract: {
|
|
77041
77230
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
77042
77231
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
77043
77232
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
77233
|
+
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
77044
77234
|
}, "strip", z.ZodTypeAny, {
|
77045
77235
|
name: string;
|
77046
77236
|
id: string;
|
@@ -77070,6 +77260,7 @@ export declare const mainChatContract: {
|
|
77070
77260
|
lineRichMenuId?: string | null | undefined;
|
77071
77261
|
messengerIntegrationType?: "own" | "business" | undefined;
|
77072
77262
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
77263
|
+
isCSATEnabled?: boolean | undefined;
|
77073
77264
|
}, {
|
77074
77265
|
name: string;
|
77075
77266
|
id: string;
|
@@ -77099,6 +77290,7 @@ export declare const mainChatContract: {
|
|
77099
77290
|
lineRichMenuId?: string | null | undefined;
|
77100
77291
|
messengerIntegrationType?: "own" | "business" | undefined;
|
77101
77292
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
77293
|
+
isCSATEnabled?: boolean | undefined;
|
77102
77294
|
}>;
|
77103
77295
|
brandName: z.ZodString;
|
77104
77296
|
platformId: z.ZodString;
|
@@ -77362,6 +77554,7 @@ export declare const mainChatContract: {
|
|
77362
77554
|
lineRichMenuId?: string | null | undefined;
|
77363
77555
|
messengerIntegrationType?: "own" | "business" | undefined;
|
77364
77556
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
77557
|
+
isCSATEnabled?: boolean | undefined;
|
77365
77558
|
};
|
77366
77559
|
status: boolean;
|
77367
77560
|
createdAt: Date;
|
@@ -77456,6 +77649,7 @@ export declare const mainChatContract: {
|
|
77456
77649
|
lineRichMenuId?: string | null | undefined;
|
77457
77650
|
messengerIntegrationType?: "own" | "business" | undefined;
|
77458
77651
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
77652
|
+
isCSATEnabled?: boolean | undefined;
|
77459
77653
|
};
|
77460
77654
|
status: boolean;
|
77461
77655
|
createdAt: Date;
|
@@ -78114,6 +78308,7 @@ export declare const mainChatContract: {
|
|
78114
78308
|
lineRichMenuId?: string | null | undefined;
|
78115
78309
|
messengerIntegrationType?: "own" | "business" | undefined;
|
78116
78310
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
78311
|
+
isCSATEnabled?: boolean | undefined;
|
78117
78312
|
};
|
78118
78313
|
status: boolean;
|
78119
78314
|
createdAt: Date;
|
@@ -78405,6 +78600,7 @@ export declare const mainChatContract: {
|
|
78405
78600
|
closedAt: Date;
|
78406
78601
|
lastMessageAt: Date | null;
|
78407
78602
|
isBotRoom: boolean;
|
78603
|
+
csatStatus: string | null;
|
78408
78604
|
cxlog: {
|
78409
78605
|
id: string;
|
78410
78606
|
channel: string | null;
|
@@ -78541,6 +78737,7 @@ export declare const mainChatContract: {
|
|
78541
78737
|
lineRichMenuId?: string | null | undefined;
|
78542
78738
|
messengerIntegrationType?: "own" | "business" | undefined;
|
78543
78739
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
78740
|
+
isCSATEnabled?: boolean | undefined;
|
78544
78741
|
};
|
78545
78742
|
status: boolean;
|
78546
78743
|
createdAt: Date;
|
@@ -78832,6 +79029,7 @@ export declare const mainChatContract: {
|
|
78832
79029
|
closedAt: Date;
|
78833
79030
|
lastMessageAt: Date | null;
|
78834
79031
|
isBotRoom: boolean;
|
79032
|
+
csatStatus: string | null;
|
78835
79033
|
cxlog: {
|
78836
79034
|
id: string;
|
78837
79035
|
channel: string | null;
|
@@ -78972,7 +79170,7 @@ export declare const mainChatContract: {
|
|
78972
79170
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
78973
79171
|
message: z.ZodString;
|
78974
79172
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
78975
|
-
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"]>;
|
79173
|
+
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
78976
79174
|
readAt: z.ZodDate;
|
78977
79175
|
metadata: z.ZodAny;
|
78978
79176
|
platformId: z.ZodString;
|
@@ -79630,7 +79828,7 @@ export declare const mainChatContract: {
|
|
79630
79828
|
};
|
79631
79829
|
}>;
|
79632
79830
|
}, "strip", z.ZodTypeAny, {
|
79633
|
-
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";
|
79831
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
79634
79832
|
message: string;
|
79635
79833
|
id: string;
|
79636
79834
|
url: string;
|
@@ -79792,7 +79990,7 @@ export declare const mainChatContract: {
|
|
79792
79990
|
metadata?: any;
|
79793
79991
|
template?: any;
|
79794
79992
|
}, {
|
79795
|
-
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";
|
79993
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
79796
79994
|
message: string;
|
79797
79995
|
id: string;
|
79798
79996
|
url: string;
|
@@ -80167,7 +80365,7 @@ export declare const mainChatContract: {
|
|
80167
80365
|
updatedAt: z.ZodDate;
|
80168
80366
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
80169
80367
|
message: z.ZodNullable<z.ZodString>;
|
80170
|
-
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"]>]>;
|
80368
|
+
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>]>;
|
80171
80369
|
metadata: z.ZodAny;
|
80172
80370
|
platformId: z.ZodString;
|
80173
80371
|
platformMessageId: z.ZodString;
|
@@ -80245,6 +80443,7 @@ export declare const mainChatContract: {
|
|
80245
80443
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
80246
80444
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
80247
80445
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
80446
|
+
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
80248
80447
|
}, "strip", z.ZodTypeAny, {
|
80249
80448
|
name: string;
|
80250
80449
|
id: string;
|
@@ -80274,6 +80473,7 @@ export declare const mainChatContract: {
|
|
80274
80473
|
lineRichMenuId?: string | null | undefined;
|
80275
80474
|
messengerIntegrationType?: "own" | "business" | undefined;
|
80276
80475
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
80476
|
+
isCSATEnabled?: boolean | undefined;
|
80277
80477
|
}, {
|
80278
80478
|
name: string;
|
80279
80479
|
id: string;
|
@@ -80303,6 +80503,7 @@ export declare const mainChatContract: {
|
|
80303
80503
|
lineRichMenuId?: string | null | undefined;
|
80304
80504
|
messengerIntegrationType?: "own" | "business" | undefined;
|
80305
80505
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
80506
|
+
isCSATEnabled?: boolean | undefined;
|
80306
80507
|
}>;
|
80307
80508
|
brandName: z.ZodString;
|
80308
80509
|
platformId: z.ZodString;
|
@@ -80566,6 +80767,7 @@ export declare const mainChatContract: {
|
|
80566
80767
|
lineRichMenuId?: string | null | undefined;
|
80567
80768
|
messengerIntegrationType?: "own" | "business" | undefined;
|
80568
80769
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
80770
|
+
isCSATEnabled?: boolean | undefined;
|
80569
80771
|
};
|
80570
80772
|
status: boolean;
|
80571
80773
|
createdAt: Date;
|
@@ -80660,6 +80862,7 @@ export declare const mainChatContract: {
|
|
80660
80862
|
lineRichMenuId?: string | null | undefined;
|
80661
80863
|
messengerIntegrationType?: "own" | "business" | undefined;
|
80662
80864
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
80865
|
+
isCSATEnabled?: boolean | undefined;
|
80663
80866
|
};
|
80664
80867
|
status: boolean;
|
80665
80868
|
createdAt: Date;
|
@@ -81975,7 +82178,7 @@ export declare const mainChatContract: {
|
|
81975
82178
|
}>;
|
81976
82179
|
permalinkURL: z.ZodString;
|
81977
82180
|
}, "strip", z.ZodTypeAny, {
|
81978
|
-
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";
|
82181
|
+
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" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
81979
82182
|
message: string | null;
|
81980
82183
|
id: string;
|
81981
82184
|
channel: {
|
@@ -82011,6 +82214,7 @@ export declare const mainChatContract: {
|
|
82011
82214
|
lineRichMenuId?: string | null | undefined;
|
82012
82215
|
messengerIntegrationType?: "own" | "business" | undefined;
|
82013
82216
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
82217
|
+
isCSATEnabled?: boolean | undefined;
|
82014
82218
|
};
|
82015
82219
|
status: boolean;
|
82016
82220
|
createdAt: Date;
|
@@ -82256,7 +82460,7 @@ export declare const mainChatContract: {
|
|
82256
82460
|
metadata?: any;
|
82257
82461
|
template?: any;
|
82258
82462
|
}, {
|
82259
|
-
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";
|
82463
|
+
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" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
82260
82464
|
message: string | null;
|
82261
82465
|
id: string;
|
82262
82466
|
channel: {
|
@@ -82292,6 +82496,7 @@ export declare const mainChatContract: {
|
|
82292
82496
|
lineRichMenuId?: string | null | undefined;
|
82293
82497
|
messengerIntegrationType?: "own" | "business" | undefined;
|
82294
82498
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
82499
|
+
isCSATEnabled?: boolean | undefined;
|
82295
82500
|
};
|
82296
82501
|
status: boolean;
|
82297
82502
|
createdAt: Date;
|
@@ -82539,7 +82744,7 @@ export declare const mainChatContract: {
|
|
82539
82744
|
}>>;
|
82540
82745
|
replyReaction: z.ZodNullable<z.ZodString>;
|
82541
82746
|
}, "strip", z.ZodTypeAny, {
|
82542
|
-
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";
|
82747
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
82543
82748
|
message: string;
|
82544
82749
|
id: string;
|
82545
82750
|
url: string;
|
@@ -82683,6 +82888,7 @@ export declare const mainChatContract: {
|
|
82683
82888
|
lineRichMenuId?: string | null | undefined;
|
82684
82889
|
messengerIntegrationType?: "own" | "business" | undefined;
|
82685
82890
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
82891
|
+
isCSATEnabled?: boolean | undefined;
|
82686
82892
|
};
|
82687
82893
|
status: boolean;
|
82688
82894
|
createdAt: Date;
|
@@ -82974,6 +83180,7 @@ export declare const mainChatContract: {
|
|
82974
83180
|
closedAt: Date;
|
82975
83181
|
lastMessageAt: Date | null;
|
82976
83182
|
isBotRoom: boolean;
|
83183
|
+
csatStatus: string | null;
|
82977
83184
|
cxlog: {
|
82978
83185
|
id: string;
|
82979
83186
|
channel: string | null;
|
@@ -83092,7 +83299,7 @@ export declare const mainChatContract: {
|
|
83092
83299
|
previewUrl: string;
|
83093
83300
|
imageSetId: string;
|
83094
83301
|
repliedMessage: {
|
83095
|
-
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";
|
83302
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
83096
83303
|
message: string;
|
83097
83304
|
id: string;
|
83098
83305
|
url: string;
|
@@ -83302,7 +83509,7 @@ export declare const mainChatContract: {
|
|
83302
83509
|
parentMessageId: string | null;
|
83303
83510
|
feedPostId: string | null;
|
83304
83511
|
feedPost: {
|
83305
|
-
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";
|
83512
|
+
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" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
83306
83513
|
message: string | null;
|
83307
83514
|
id: string;
|
83308
83515
|
channel: {
|
@@ -83338,6 +83545,7 @@ export declare const mainChatContract: {
|
|
83338
83545
|
lineRichMenuId?: string | null | undefined;
|
83339
83546
|
messengerIntegrationType?: "own" | "business" | undefined;
|
83340
83547
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
83548
|
+
isCSATEnabled?: boolean | undefined;
|
83341
83549
|
};
|
83342
83550
|
status: boolean;
|
83343
83551
|
createdAt: Date;
|
@@ -83588,7 +83796,7 @@ export declare const mainChatContract: {
|
|
83588
83796
|
template?: any;
|
83589
83797
|
metadata?: any;
|
83590
83798
|
}, {
|
83591
|
-
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";
|
83799
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
83592
83800
|
message: string;
|
83593
83801
|
id: string;
|
83594
83802
|
url: string;
|
@@ -83732,6 +83940,7 @@ export declare const mainChatContract: {
|
|
83732
83940
|
lineRichMenuId?: string | null | undefined;
|
83733
83941
|
messengerIntegrationType?: "own" | "business" | undefined;
|
83734
83942
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
83943
|
+
isCSATEnabled?: boolean | undefined;
|
83735
83944
|
};
|
83736
83945
|
status: boolean;
|
83737
83946
|
createdAt: Date;
|
@@ -84023,6 +84232,7 @@ export declare const mainChatContract: {
|
|
84023
84232
|
closedAt: Date;
|
84024
84233
|
lastMessageAt: Date | null;
|
84025
84234
|
isBotRoom: boolean;
|
84235
|
+
csatStatus: string | null;
|
84026
84236
|
cxlog: {
|
84027
84237
|
id: string;
|
84028
84238
|
channel: string | null;
|
@@ -84141,7 +84351,7 @@ export declare const mainChatContract: {
|
|
84141
84351
|
previewUrl: string;
|
84142
84352
|
imageSetId: string;
|
84143
84353
|
repliedMessage: {
|
84144
|
-
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";
|
84354
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
84145
84355
|
message: string;
|
84146
84356
|
id: string;
|
84147
84357
|
url: string;
|
@@ -84351,7 +84561,7 @@ export declare const mainChatContract: {
|
|
84351
84561
|
parentMessageId: string | null;
|
84352
84562
|
feedPostId: string | null;
|
84353
84563
|
feedPost: {
|
84354
|
-
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";
|
84564
|
+
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" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
84355
84565
|
message: string | null;
|
84356
84566
|
id: string;
|
84357
84567
|
channel: {
|
@@ -84387,6 +84597,7 @@ export declare const mainChatContract: {
|
|
84387
84597
|
lineRichMenuId?: string | null | undefined;
|
84388
84598
|
messengerIntegrationType?: "own" | "business" | undefined;
|
84389
84599
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
84600
|
+
isCSATEnabled?: boolean | undefined;
|
84390
84601
|
};
|
84391
84602
|
status: boolean;
|
84392
84603
|
createdAt: Date;
|
@@ -84639,7 +84850,7 @@ export declare const mainChatContract: {
|
|
84639
84850
|
}>, "many">;
|
84640
84851
|
}, "strip", z.ZodTypeAny, {
|
84641
84852
|
data: {
|
84642
|
-
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";
|
84853
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
84643
84854
|
message: string;
|
84644
84855
|
id: string;
|
84645
84856
|
url: string;
|
@@ -84783,6 +84994,7 @@ export declare const mainChatContract: {
|
|
84783
84994
|
lineRichMenuId?: string | null | undefined;
|
84784
84995
|
messengerIntegrationType?: "own" | "business" | undefined;
|
84785
84996
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
84997
|
+
isCSATEnabled?: boolean | undefined;
|
84786
84998
|
};
|
84787
84999
|
status: boolean;
|
84788
85000
|
createdAt: Date;
|
@@ -85074,6 +85286,7 @@ export declare const mainChatContract: {
|
|
85074
85286
|
closedAt: Date;
|
85075
85287
|
lastMessageAt: Date | null;
|
85076
85288
|
isBotRoom: boolean;
|
85289
|
+
csatStatus: string | null;
|
85077
85290
|
cxlog: {
|
85078
85291
|
id: string;
|
85079
85292
|
channel: string | null;
|
@@ -85192,7 +85405,7 @@ export declare const mainChatContract: {
|
|
85192
85405
|
previewUrl: string;
|
85193
85406
|
imageSetId: string;
|
85194
85407
|
repliedMessage: {
|
85195
|
-
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";
|
85408
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
85196
85409
|
message: string;
|
85197
85410
|
id: string;
|
85198
85411
|
url: string;
|
@@ -85402,7 +85615,7 @@ export declare const mainChatContract: {
|
|
85402
85615
|
parentMessageId: string | null;
|
85403
85616
|
feedPostId: string | null;
|
85404
85617
|
feedPost: {
|
85405
|
-
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";
|
85618
|
+
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" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
85406
85619
|
message: string | null;
|
85407
85620
|
id: string;
|
85408
85621
|
channel: {
|
@@ -85438,6 +85651,7 @@ export declare const mainChatContract: {
|
|
85438
85651
|
lineRichMenuId?: string | null | undefined;
|
85439
85652
|
messengerIntegrationType?: "own" | "business" | undefined;
|
85440
85653
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
85654
|
+
isCSATEnabled?: boolean | undefined;
|
85441
85655
|
};
|
85442
85656
|
status: boolean;
|
85443
85657
|
createdAt: Date;
|
@@ -85694,7 +85908,7 @@ export declare const mainChatContract: {
|
|
85694
85908
|
requestId: string;
|
85695
85909
|
}, {
|
85696
85910
|
data: {
|
85697
|
-
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";
|
85911
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
85698
85912
|
message: string;
|
85699
85913
|
id: string;
|
85700
85914
|
url: string;
|
@@ -85838,6 +86052,7 @@ export declare const mainChatContract: {
|
|
85838
86052
|
lineRichMenuId?: string | null | undefined;
|
85839
86053
|
messengerIntegrationType?: "own" | "business" | undefined;
|
85840
86054
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
86055
|
+
isCSATEnabled?: boolean | undefined;
|
85841
86056
|
};
|
85842
86057
|
status: boolean;
|
85843
86058
|
createdAt: Date;
|
@@ -86129,6 +86344,7 @@ export declare const mainChatContract: {
|
|
86129
86344
|
closedAt: Date;
|
86130
86345
|
lastMessageAt: Date | null;
|
86131
86346
|
isBotRoom: boolean;
|
86347
|
+
csatStatus: string | null;
|
86132
86348
|
cxlog: {
|
86133
86349
|
id: string;
|
86134
86350
|
channel: string | null;
|
@@ -86247,7 +86463,7 @@ export declare const mainChatContract: {
|
|
86247
86463
|
previewUrl: string;
|
86248
86464
|
imageSetId: string;
|
86249
86465
|
repliedMessage: {
|
86250
|
-
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";
|
86466
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
86251
86467
|
message: string;
|
86252
86468
|
id: string;
|
86253
86469
|
url: string;
|
@@ -86457,7 +86673,7 @@ export declare const mainChatContract: {
|
|
86457
86673
|
parentMessageId: string | null;
|
86458
86674
|
feedPostId: string | null;
|
86459
86675
|
feedPost: {
|
86460
|
-
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";
|
86676
|
+
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" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
86461
86677
|
message: string | null;
|
86462
86678
|
id: string;
|
86463
86679
|
channel: {
|
@@ -86493,6 +86709,7 @@ export declare const mainChatContract: {
|
|
86493
86709
|
lineRichMenuId?: string | null | undefined;
|
86494
86710
|
messengerIntegrationType?: "own" | "business" | undefined;
|
86495
86711
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
86712
|
+
isCSATEnabled?: boolean | undefined;
|
86496
86713
|
};
|
86497
86714
|
status: boolean;
|
86498
86715
|
createdAt: Date;
|
@@ -87849,6 +88066,7 @@ export declare const mainChatContract: {
|
|
87849
88066
|
channelId: string;
|
87850
88067
|
socialPlatformId: string;
|
87851
88068
|
}>;
|
88069
|
+
csatStatus: z.ZodNullable<z.ZodString>;
|
87852
88070
|
actor: z.ZodObject<{
|
87853
88071
|
id: z.ZodString;
|
87854
88072
|
createdAt: z.ZodDate;
|
@@ -88327,6 +88545,7 @@ export declare const mainChatContract: {
|
|
88327
88545
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
88328
88546
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
88329
88547
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
88548
|
+
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
88330
88549
|
}, "strip", z.ZodTypeAny, {
|
88331
88550
|
name: string;
|
88332
88551
|
id: string;
|
@@ -88356,6 +88575,7 @@ export declare const mainChatContract: {
|
|
88356
88575
|
lineRichMenuId?: string | null | undefined;
|
88357
88576
|
messengerIntegrationType?: "own" | "business" | undefined;
|
88358
88577
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
88578
|
+
isCSATEnabled?: boolean | undefined;
|
88359
88579
|
}, {
|
88360
88580
|
name: string;
|
88361
88581
|
id: string;
|
@@ -88385,6 +88605,7 @@ export declare const mainChatContract: {
|
|
88385
88605
|
lineRichMenuId?: string | null | undefined;
|
88386
88606
|
messengerIntegrationType?: "own" | "business" | undefined;
|
88387
88607
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
88608
|
+
isCSATEnabled?: boolean | undefined;
|
88388
88609
|
}>;
|
88389
88610
|
brandName: z.ZodString;
|
88390
88611
|
platformId: z.ZodString;
|
@@ -88648,6 +88869,7 @@ export declare const mainChatContract: {
|
|
88648
88869
|
lineRichMenuId?: string | null | undefined;
|
88649
88870
|
messengerIntegrationType?: "own" | "business" | undefined;
|
88650
88871
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
88872
|
+
isCSATEnabled?: boolean | undefined;
|
88651
88873
|
};
|
88652
88874
|
status: boolean;
|
88653
88875
|
createdAt: Date;
|
@@ -88742,6 +88964,7 @@ export declare const mainChatContract: {
|
|
88742
88964
|
lineRichMenuId?: string | null | undefined;
|
88743
88965
|
messengerIntegrationType?: "own" | "business" | undefined;
|
88744
88966
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
88967
|
+
isCSATEnabled?: boolean | undefined;
|
88745
88968
|
};
|
88746
88969
|
status: boolean;
|
88747
88970
|
createdAt: Date;
|
@@ -89400,6 +89623,7 @@ export declare const mainChatContract: {
|
|
89400
89623
|
lineRichMenuId?: string | null | undefined;
|
89401
89624
|
messengerIntegrationType?: "own" | "business" | undefined;
|
89402
89625
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
89626
|
+
isCSATEnabled?: boolean | undefined;
|
89403
89627
|
};
|
89404
89628
|
status: boolean;
|
89405
89629
|
createdAt: Date;
|
@@ -89691,6 +89915,7 @@ export declare const mainChatContract: {
|
|
89691
89915
|
closedAt: Date;
|
89692
89916
|
lastMessageAt: Date | null;
|
89693
89917
|
isBotRoom: boolean;
|
89918
|
+
csatStatus: string | null;
|
89694
89919
|
cxlog: {
|
89695
89920
|
id: string;
|
89696
89921
|
channel: string | null;
|
@@ -89827,6 +90052,7 @@ export declare const mainChatContract: {
|
|
89827
90052
|
lineRichMenuId?: string | null | undefined;
|
89828
90053
|
messengerIntegrationType?: "own" | "business" | undefined;
|
89829
90054
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
90055
|
+
isCSATEnabled?: boolean | undefined;
|
89830
90056
|
};
|
89831
90057
|
status: boolean;
|
89832
90058
|
createdAt: Date;
|
@@ -90118,6 +90344,7 @@ export declare const mainChatContract: {
|
|
90118
90344
|
closedAt: Date;
|
90119
90345
|
lastMessageAt: Date | null;
|
90120
90346
|
isBotRoom: boolean;
|
90347
|
+
csatStatus: string | null;
|
90121
90348
|
cxlog: {
|
90122
90349
|
id: string;
|
90123
90350
|
channel: string | null;
|
@@ -90256,6 +90483,7 @@ export declare const mainChatContract: {
|
|
90256
90483
|
lineRichMenuId?: string | null | undefined;
|
90257
90484
|
messengerIntegrationType?: "own" | "business" | undefined;
|
90258
90485
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
90486
|
+
isCSATEnabled?: boolean | undefined;
|
90259
90487
|
};
|
90260
90488
|
status: boolean;
|
90261
90489
|
createdAt: Date;
|
@@ -90547,6 +90775,7 @@ export declare const mainChatContract: {
|
|
90547
90775
|
closedAt: Date;
|
90548
90776
|
lastMessageAt: Date | null;
|
90549
90777
|
isBotRoom: boolean;
|
90778
|
+
csatStatus: string | null;
|
90550
90779
|
cxlog: {
|
90551
90780
|
id: string;
|
90552
90781
|
channel: string | null;
|
@@ -90686,6 +90915,7 @@ export declare const mainChatContract: {
|
|
90686
90915
|
lineRichMenuId?: string | null | undefined;
|
90687
90916
|
messengerIntegrationType?: "own" | "business" | undefined;
|
90688
90917
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
90918
|
+
isCSATEnabled?: boolean | undefined;
|
90689
90919
|
};
|
90690
90920
|
status: boolean;
|
90691
90921
|
createdAt: Date;
|
@@ -90977,6 +91207,7 @@ export declare const mainChatContract: {
|
|
90977
91207
|
closedAt: Date;
|
90978
91208
|
lastMessageAt: Date | null;
|
90979
91209
|
isBotRoom: boolean;
|
91210
|
+
csatStatus: string | null;
|
90980
91211
|
cxlog: {
|
90981
91212
|
id: string;
|
90982
91213
|
channel: string | null;
|
@@ -92192,6 +92423,7 @@ export declare const mainChatContract: {
|
|
92192
92423
|
channelId: string;
|
92193
92424
|
socialPlatformId: string;
|
92194
92425
|
}>;
|
92426
|
+
csatStatus: z.ZodNullable<z.ZodString>;
|
92195
92427
|
actor: z.ZodObject<{
|
92196
92428
|
id: z.ZodString;
|
92197
92429
|
createdAt: z.ZodDate;
|
@@ -92670,6 +92902,7 @@ export declare const mainChatContract: {
|
|
92670
92902
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
92671
92903
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
92672
92904
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
92905
|
+
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
92673
92906
|
}, "strip", z.ZodTypeAny, {
|
92674
92907
|
name: string;
|
92675
92908
|
id: string;
|
@@ -92699,6 +92932,7 @@ export declare const mainChatContract: {
|
|
92699
92932
|
lineRichMenuId?: string | null | undefined;
|
92700
92933
|
messengerIntegrationType?: "own" | "business" | undefined;
|
92701
92934
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
92935
|
+
isCSATEnabled?: boolean | undefined;
|
92702
92936
|
}, {
|
92703
92937
|
name: string;
|
92704
92938
|
id: string;
|
@@ -92728,6 +92962,7 @@ export declare const mainChatContract: {
|
|
92728
92962
|
lineRichMenuId?: string | null | undefined;
|
92729
92963
|
messengerIntegrationType?: "own" | "business" | undefined;
|
92730
92964
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
92965
|
+
isCSATEnabled?: boolean | undefined;
|
92731
92966
|
}>;
|
92732
92967
|
brandName: z.ZodString;
|
92733
92968
|
platformId: z.ZodString;
|
@@ -92991,6 +93226,7 @@ export declare const mainChatContract: {
|
|
92991
93226
|
lineRichMenuId?: string | null | undefined;
|
92992
93227
|
messengerIntegrationType?: "own" | "business" | undefined;
|
92993
93228
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
93229
|
+
isCSATEnabled?: boolean | undefined;
|
92994
93230
|
};
|
92995
93231
|
status: boolean;
|
92996
93232
|
createdAt: Date;
|
@@ -93085,6 +93321,7 @@ export declare const mainChatContract: {
|
|
93085
93321
|
lineRichMenuId?: string | null | undefined;
|
93086
93322
|
messengerIntegrationType?: "own" | "business" | undefined;
|
93087
93323
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
93324
|
+
isCSATEnabled?: boolean | undefined;
|
93088
93325
|
};
|
93089
93326
|
status: boolean;
|
93090
93327
|
createdAt: Date;
|
@@ -93743,6 +93980,7 @@ export declare const mainChatContract: {
|
|
93743
93980
|
lineRichMenuId?: string | null | undefined;
|
93744
93981
|
messengerIntegrationType?: "own" | "business" | undefined;
|
93745
93982
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
93983
|
+
isCSATEnabled?: boolean | undefined;
|
93746
93984
|
};
|
93747
93985
|
status: boolean;
|
93748
93986
|
createdAt: Date;
|
@@ -94034,6 +94272,7 @@ export declare const mainChatContract: {
|
|
94034
94272
|
closedAt: Date;
|
94035
94273
|
lastMessageAt: Date | null;
|
94036
94274
|
isBotRoom: boolean;
|
94275
|
+
csatStatus: string | null;
|
94037
94276
|
cxlog: {
|
94038
94277
|
id: string;
|
94039
94278
|
channel: string | null;
|
@@ -94170,6 +94409,7 @@ export declare const mainChatContract: {
|
|
94170
94409
|
lineRichMenuId?: string | null | undefined;
|
94171
94410
|
messengerIntegrationType?: "own" | "business" | undefined;
|
94172
94411
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
94412
|
+
isCSATEnabled?: boolean | undefined;
|
94173
94413
|
};
|
94174
94414
|
status: boolean;
|
94175
94415
|
createdAt: Date;
|
@@ -94461,6 +94701,7 @@ export declare const mainChatContract: {
|
|
94461
94701
|
closedAt: Date;
|
94462
94702
|
lastMessageAt: Date | null;
|
94463
94703
|
isBotRoom: boolean;
|
94704
|
+
csatStatus: string | null;
|
94464
94705
|
cxlog: {
|
94465
94706
|
id: string;
|
94466
94707
|
channel: string | null;
|
@@ -94599,6 +94840,7 @@ export declare const mainChatContract: {
|
|
94599
94840
|
lineRichMenuId?: string | null | undefined;
|
94600
94841
|
messengerIntegrationType?: "own" | "business" | undefined;
|
94601
94842
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
94843
|
+
isCSATEnabled?: boolean | undefined;
|
94602
94844
|
};
|
94603
94845
|
status: boolean;
|
94604
94846
|
createdAt: Date;
|
@@ -94890,6 +95132,7 @@ export declare const mainChatContract: {
|
|
94890
95132
|
closedAt: Date;
|
94891
95133
|
lastMessageAt: Date | null;
|
94892
95134
|
isBotRoom: boolean;
|
95135
|
+
csatStatus: string | null;
|
94893
95136
|
cxlog: {
|
94894
95137
|
id: string;
|
94895
95138
|
channel: string | null;
|
@@ -95029,6 +95272,7 @@ export declare const mainChatContract: {
|
|
95029
95272
|
lineRichMenuId?: string | null | undefined;
|
95030
95273
|
messengerIntegrationType?: "own" | "business" | undefined;
|
95031
95274
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
95275
|
+
isCSATEnabled?: boolean | undefined;
|
95032
95276
|
};
|
95033
95277
|
status: boolean;
|
95034
95278
|
createdAt: Date;
|
@@ -95320,6 +95564,7 @@ export declare const mainChatContract: {
|
|
95320
95564
|
closedAt: Date;
|
95321
95565
|
lastMessageAt: Date | null;
|
95322
95566
|
isBotRoom: boolean;
|
95567
|
+
csatStatus: string | null;
|
95323
95568
|
cxlog: {
|
95324
95569
|
id: string;
|
95325
95570
|
channel: string | null;
|
@@ -97596,6 +97841,7 @@ export declare const mainChatContract: {
|
|
97596
97841
|
channelId: string;
|
97597
97842
|
socialPlatformId: string;
|
97598
97843
|
}>;
|
97844
|
+
csatStatus: z.ZodNullable<z.ZodString>;
|
97599
97845
|
actor: z.ZodObject<{
|
97600
97846
|
id: z.ZodString;
|
97601
97847
|
createdAt: z.ZodDate;
|
@@ -98074,6 +98320,7 @@ export declare const mainChatContract: {
|
|
98074
98320
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
98075
98321
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
98076
98322
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
98323
|
+
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
98077
98324
|
}, "strip", z.ZodTypeAny, {
|
98078
98325
|
name: string;
|
98079
98326
|
id: string;
|
@@ -98103,6 +98350,7 @@ export declare const mainChatContract: {
|
|
98103
98350
|
lineRichMenuId?: string | null | undefined;
|
98104
98351
|
messengerIntegrationType?: "own" | "business" | undefined;
|
98105
98352
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
98353
|
+
isCSATEnabled?: boolean | undefined;
|
98106
98354
|
}, {
|
98107
98355
|
name: string;
|
98108
98356
|
id: string;
|
@@ -98132,6 +98380,7 @@ export declare const mainChatContract: {
|
|
98132
98380
|
lineRichMenuId?: string | null | undefined;
|
98133
98381
|
messengerIntegrationType?: "own" | "business" | undefined;
|
98134
98382
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
98383
|
+
isCSATEnabled?: boolean | undefined;
|
98135
98384
|
}>;
|
98136
98385
|
brandName: z.ZodString;
|
98137
98386
|
platformId: z.ZodString;
|
@@ -98395,6 +98644,7 @@ export declare const mainChatContract: {
|
|
98395
98644
|
lineRichMenuId?: string | null | undefined;
|
98396
98645
|
messengerIntegrationType?: "own" | "business" | undefined;
|
98397
98646
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
98647
|
+
isCSATEnabled?: boolean | undefined;
|
98398
98648
|
};
|
98399
98649
|
status: boolean;
|
98400
98650
|
createdAt: Date;
|
@@ -98489,6 +98739,7 @@ export declare const mainChatContract: {
|
|
98489
98739
|
lineRichMenuId?: string | null | undefined;
|
98490
98740
|
messengerIntegrationType?: "own" | "business" | undefined;
|
98491
98741
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
98742
|
+
isCSATEnabled?: boolean | undefined;
|
98492
98743
|
};
|
98493
98744
|
status: boolean;
|
98494
98745
|
createdAt: Date;
|
@@ -99147,6 +99398,7 @@ export declare const mainChatContract: {
|
|
99147
99398
|
lineRichMenuId?: string | null | undefined;
|
99148
99399
|
messengerIntegrationType?: "own" | "business" | undefined;
|
99149
99400
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
99401
|
+
isCSATEnabled?: boolean | undefined;
|
99150
99402
|
};
|
99151
99403
|
status: boolean;
|
99152
99404
|
createdAt: Date;
|
@@ -99438,6 +99690,7 @@ export declare const mainChatContract: {
|
|
99438
99690
|
closedAt: Date;
|
99439
99691
|
lastMessageAt: Date | null;
|
99440
99692
|
isBotRoom: boolean;
|
99693
|
+
csatStatus: string | null;
|
99441
99694
|
cxlog: {
|
99442
99695
|
id: string;
|
99443
99696
|
channel: string | null;
|
@@ -99574,6 +99827,7 @@ export declare const mainChatContract: {
|
|
99574
99827
|
lineRichMenuId?: string | null | undefined;
|
99575
99828
|
messengerIntegrationType?: "own" | "business" | undefined;
|
99576
99829
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
99830
|
+
isCSATEnabled?: boolean | undefined;
|
99577
99831
|
};
|
99578
99832
|
status: boolean;
|
99579
99833
|
createdAt: Date;
|
@@ -99865,6 +100119,7 @@ export declare const mainChatContract: {
|
|
99865
100119
|
closedAt: Date;
|
99866
100120
|
lastMessageAt: Date | null;
|
99867
100121
|
isBotRoom: boolean;
|
100122
|
+
csatStatus: string | null;
|
99868
100123
|
cxlog: {
|
99869
100124
|
id: string;
|
99870
100125
|
channel: string | null;
|
@@ -100003,6 +100258,7 @@ export declare const mainChatContract: {
|
|
100003
100258
|
lineRichMenuId?: string | null | undefined;
|
100004
100259
|
messengerIntegrationType?: "own" | "business" | undefined;
|
100005
100260
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
100261
|
+
isCSATEnabled?: boolean | undefined;
|
100006
100262
|
};
|
100007
100263
|
status: boolean;
|
100008
100264
|
createdAt: Date;
|
@@ -100294,6 +100550,7 @@ export declare const mainChatContract: {
|
|
100294
100550
|
closedAt: Date;
|
100295
100551
|
lastMessageAt: Date | null;
|
100296
100552
|
isBotRoom: boolean;
|
100553
|
+
csatStatus: string | null;
|
100297
100554
|
cxlog: {
|
100298
100555
|
id: string;
|
100299
100556
|
channel: string | null;
|
@@ -100433,6 +100690,7 @@ export declare const mainChatContract: {
|
|
100433
100690
|
lineRichMenuId?: string | null | undefined;
|
100434
100691
|
messengerIntegrationType?: "own" | "business" | undefined;
|
100435
100692
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
100693
|
+
isCSATEnabled?: boolean | undefined;
|
100436
100694
|
};
|
100437
100695
|
status: boolean;
|
100438
100696
|
createdAt: Date;
|
@@ -100724,6 +100982,7 @@ export declare const mainChatContract: {
|
|
100724
100982
|
closedAt: Date;
|
100725
100983
|
lastMessageAt: Date | null;
|
100726
100984
|
isBotRoom: boolean;
|
100985
|
+
csatStatus: string | null;
|
100727
100986
|
cxlog: {
|
100728
100987
|
id: string;
|
100729
100988
|
channel: string | null;
|
@@ -100856,17 +101115,17 @@ export declare const initiateMessageContract: {
|
|
100856
101115
|
contactId: z.ZodOptional<z.ZodString>;
|
100857
101116
|
message: z.ZodObject<{
|
100858
101117
|
message: z.ZodOptional<z.ZodString>;
|
100859
|
-
messageType: 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"]>;
|
101118
|
+
messageType: 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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
100860
101119
|
}, "strip", z.ZodTypeAny, {
|
100861
|
-
messageType: "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";
|
101120
|
+
messageType: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
100862
101121
|
message?: string | undefined;
|
100863
101122
|
}, {
|
100864
|
-
messageType: "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";
|
101123
|
+
messageType: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
100865
101124
|
message?: string | undefined;
|
100866
101125
|
}>;
|
100867
101126
|
}, "strip", z.ZodTypeAny, {
|
100868
101127
|
message: {
|
100869
|
-
messageType: "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";
|
101128
|
+
messageType: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
100870
101129
|
message?: string | undefined;
|
100871
101130
|
};
|
100872
101131
|
channelId: string;
|
@@ -100874,7 +101133,7 @@ export declare const initiateMessageContract: {
|
|
100874
101133
|
contactId?: string | undefined;
|
100875
101134
|
}, {
|
100876
101135
|
message: {
|
100877
|
-
messageType: "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";
|
101136
|
+
messageType: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
100878
101137
|
message?: string | undefined;
|
100879
101138
|
};
|
100880
101139
|
channelId: string;
|
@@ -100892,7 +101151,7 @@ export declare const initiateMessageContract: {
|
|
100892
101151
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
100893
101152
|
message: z.ZodString;
|
100894
101153
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
100895
|
-
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"]>;
|
101154
|
+
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
100896
101155
|
readAt: z.ZodDate;
|
100897
101156
|
metadata: z.ZodAny;
|
100898
101157
|
platformId: z.ZodString;
|
@@ -101966,6 +102225,7 @@ export declare const initiateMessageContract: {
|
|
101966
102225
|
channelId: string;
|
101967
102226
|
socialPlatformId: string;
|
101968
102227
|
}>;
|
102228
|
+
csatStatus: z.ZodNullable<z.ZodString>;
|
101969
102229
|
actor: z.ZodObject<{
|
101970
102230
|
id: z.ZodString;
|
101971
102231
|
createdAt: z.ZodDate;
|
@@ -102444,6 +102704,7 @@ export declare const initiateMessageContract: {
|
|
102444
102704
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
102445
102705
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
102446
102706
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
102707
|
+
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
102447
102708
|
}, "strip", z.ZodTypeAny, {
|
102448
102709
|
name: string;
|
102449
102710
|
id: string;
|
@@ -102473,6 +102734,7 @@ export declare const initiateMessageContract: {
|
|
102473
102734
|
lineRichMenuId?: string | null | undefined;
|
102474
102735
|
messengerIntegrationType?: "own" | "business" | undefined;
|
102475
102736
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
102737
|
+
isCSATEnabled?: boolean | undefined;
|
102476
102738
|
}, {
|
102477
102739
|
name: string;
|
102478
102740
|
id: string;
|
@@ -102502,6 +102764,7 @@ export declare const initiateMessageContract: {
|
|
102502
102764
|
lineRichMenuId?: string | null | undefined;
|
102503
102765
|
messengerIntegrationType?: "own" | "business" | undefined;
|
102504
102766
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
102767
|
+
isCSATEnabled?: boolean | undefined;
|
102505
102768
|
}>;
|
102506
102769
|
brandName: z.ZodString;
|
102507
102770
|
platformId: z.ZodString;
|
@@ -102765,6 +103028,7 @@ export declare const initiateMessageContract: {
|
|
102765
103028
|
lineRichMenuId?: string | null | undefined;
|
102766
103029
|
messengerIntegrationType?: "own" | "business" | undefined;
|
102767
103030
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
103031
|
+
isCSATEnabled?: boolean | undefined;
|
102768
103032
|
};
|
102769
103033
|
status: boolean;
|
102770
103034
|
createdAt: Date;
|
@@ -102859,6 +103123,7 @@ export declare const initiateMessageContract: {
|
|
102859
103123
|
lineRichMenuId?: string | null | undefined;
|
102860
103124
|
messengerIntegrationType?: "own" | "business" | undefined;
|
102861
103125
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
103126
|
+
isCSATEnabled?: boolean | undefined;
|
102862
103127
|
};
|
102863
103128
|
status: boolean;
|
102864
103129
|
createdAt: Date;
|
@@ -103517,6 +103782,7 @@ export declare const initiateMessageContract: {
|
|
103517
103782
|
lineRichMenuId?: string | null | undefined;
|
103518
103783
|
messengerIntegrationType?: "own" | "business" | undefined;
|
103519
103784
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
103785
|
+
isCSATEnabled?: boolean | undefined;
|
103520
103786
|
};
|
103521
103787
|
status: boolean;
|
103522
103788
|
createdAt: Date;
|
@@ -103808,6 +104074,7 @@ export declare const initiateMessageContract: {
|
|
103808
104074
|
closedAt: Date;
|
103809
104075
|
lastMessageAt: Date | null;
|
103810
104076
|
isBotRoom: boolean;
|
104077
|
+
csatStatus: string | null;
|
103811
104078
|
cxlog: {
|
103812
104079
|
id: string;
|
103813
104080
|
channel: string | null;
|
@@ -103944,6 +104211,7 @@ export declare const initiateMessageContract: {
|
|
103944
104211
|
lineRichMenuId?: string | null | undefined;
|
103945
104212
|
messengerIntegrationType?: "own" | "business" | undefined;
|
103946
104213
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
104214
|
+
isCSATEnabled?: boolean | undefined;
|
103947
104215
|
};
|
103948
104216
|
status: boolean;
|
103949
104217
|
createdAt: Date;
|
@@ -104235,6 +104503,7 @@ export declare const initiateMessageContract: {
|
|
104235
104503
|
closedAt: Date;
|
104236
104504
|
lastMessageAt: Date | null;
|
104237
104505
|
isBotRoom: boolean;
|
104506
|
+
csatStatus: string | null;
|
104238
104507
|
cxlog: {
|
104239
104508
|
id: string;
|
104240
104509
|
channel: string | null;
|
@@ -104378,7 +104647,7 @@ export declare const initiateMessageContract: {
|
|
104378
104647
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
104379
104648
|
message: z.ZodString;
|
104380
104649
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
104381
|
-
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"]>;
|
104650
|
+
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
104382
104651
|
readAt: z.ZodDate;
|
104383
104652
|
metadata: z.ZodAny;
|
104384
104653
|
platformId: z.ZodString;
|
@@ -105036,7 +105305,7 @@ export declare const initiateMessageContract: {
|
|
105036
105305
|
};
|
105037
105306
|
}>;
|
105038
105307
|
}, "strip", z.ZodTypeAny, {
|
105039
|
-
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";
|
105308
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
105040
105309
|
message: string;
|
105041
105310
|
id: string;
|
105042
105311
|
url: string;
|
@@ -105198,7 +105467,7 @@ export declare const initiateMessageContract: {
|
|
105198
105467
|
metadata?: any;
|
105199
105468
|
template?: any;
|
105200
105469
|
}, {
|
105201
|
-
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";
|
105470
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
105202
105471
|
message: string;
|
105203
105472
|
id: string;
|
105204
105473
|
url: string;
|
@@ -106000,7 +106269,7 @@ export declare const initiateMessageContract: {
|
|
106000
106269
|
editedMessageid: z.ZodString;
|
106001
106270
|
label: z.ZodOptional<z.ZodString>;
|
106002
106271
|
}, "strip", z.ZodTypeAny, {
|
106003
|
-
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";
|
106272
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
106004
106273
|
message: string;
|
106005
106274
|
id: string;
|
106006
106275
|
url: string;
|
@@ -106144,6 +106413,7 @@ export declare const initiateMessageContract: {
|
|
106144
106413
|
lineRichMenuId?: string | null | undefined;
|
106145
106414
|
messengerIntegrationType?: "own" | "business" | undefined;
|
106146
106415
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
106416
|
+
isCSATEnabled?: boolean | undefined;
|
106147
106417
|
};
|
106148
106418
|
status: boolean;
|
106149
106419
|
createdAt: Date;
|
@@ -106435,6 +106705,7 @@ export declare const initiateMessageContract: {
|
|
106435
106705
|
closedAt: Date;
|
106436
106706
|
lastMessageAt: Date | null;
|
106437
106707
|
isBotRoom: boolean;
|
106708
|
+
csatStatus: string | null;
|
106438
106709
|
cxlog: {
|
106439
106710
|
id: string;
|
106440
106711
|
channel: string | null;
|
@@ -106553,7 +106824,7 @@ export declare const initiateMessageContract: {
|
|
106553
106824
|
previewUrl: string;
|
106554
106825
|
imageSetId: string;
|
106555
106826
|
repliedMessage: {
|
106556
|
-
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";
|
106827
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
106557
106828
|
message: string;
|
106558
106829
|
id: string;
|
106559
106830
|
url: string;
|
@@ -106764,7 +107035,7 @@ export declare const initiateMessageContract: {
|
|
106764
107035
|
template?: any;
|
106765
107036
|
label?: string | undefined;
|
106766
107037
|
}, {
|
106767
|
-
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";
|
107038
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
106768
107039
|
message: string;
|
106769
107040
|
id: string;
|
106770
107041
|
url: string;
|
@@ -106908,6 +107179,7 @@ export declare const initiateMessageContract: {
|
|
106908
107179
|
lineRichMenuId?: string | null | undefined;
|
106909
107180
|
messengerIntegrationType?: "own" | "business" | undefined;
|
106910
107181
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
107182
|
+
isCSATEnabled?: boolean | undefined;
|
106911
107183
|
};
|
106912
107184
|
status: boolean;
|
106913
107185
|
createdAt: Date;
|
@@ -107199,6 +107471,7 @@ export declare const initiateMessageContract: {
|
|
107199
107471
|
closedAt: Date;
|
107200
107472
|
lastMessageAt: Date | null;
|
107201
107473
|
isBotRoom: boolean;
|
107474
|
+
csatStatus: string | null;
|
107202
107475
|
cxlog: {
|
107203
107476
|
id: string;
|
107204
107477
|
channel: string | null;
|
@@ -107317,7 +107590,7 @@ export declare const initiateMessageContract: {
|
|
107317
107590
|
previewUrl: string;
|
107318
107591
|
imageSetId: string;
|
107319
107592
|
repliedMessage: {
|
107320
|
-
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";
|
107593
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
107321
107594
|
message: string;
|
107322
107595
|
id: string;
|
107323
107596
|
url: string;
|
@@ -107530,7 +107803,7 @@ export declare const initiateMessageContract: {
|
|
107530
107803
|
}>;
|
107531
107804
|
}, "strip", z.ZodTypeAny, {
|
107532
107805
|
data: {
|
107533
|
-
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";
|
107806
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
107534
107807
|
message: string;
|
107535
107808
|
id: string;
|
107536
107809
|
url: string;
|
@@ -107674,6 +107947,7 @@ export declare const initiateMessageContract: {
|
|
107674
107947
|
lineRichMenuId?: string | null | undefined;
|
107675
107948
|
messengerIntegrationType?: "own" | "business" | undefined;
|
107676
107949
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
107950
|
+
isCSATEnabled?: boolean | undefined;
|
107677
107951
|
};
|
107678
107952
|
status: boolean;
|
107679
107953
|
createdAt: Date;
|
@@ -107965,6 +108239,7 @@ export declare const initiateMessageContract: {
|
|
107965
108239
|
closedAt: Date;
|
107966
108240
|
lastMessageAt: Date | null;
|
107967
108241
|
isBotRoom: boolean;
|
108242
|
+
csatStatus: string | null;
|
107968
108243
|
cxlog: {
|
107969
108244
|
id: string;
|
107970
108245
|
channel: string | null;
|
@@ -108083,7 +108358,7 @@ export declare const initiateMessageContract: {
|
|
108083
108358
|
previewUrl: string;
|
108084
108359
|
imageSetId: string;
|
108085
108360
|
repliedMessage: {
|
108086
|
-
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";
|
108361
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
108087
108362
|
message: string;
|
108088
108363
|
id: string;
|
108089
108364
|
url: string;
|
@@ -108297,7 +108572,7 @@ export declare const initiateMessageContract: {
|
|
108297
108572
|
requestId: string;
|
108298
108573
|
}, {
|
108299
108574
|
data: {
|
108300
|
-
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";
|
108575
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
108301
108576
|
message: string;
|
108302
108577
|
id: string;
|
108303
108578
|
url: string;
|
@@ -108441,6 +108716,7 @@ export declare const initiateMessageContract: {
|
|
108441
108716
|
lineRichMenuId?: string | null | undefined;
|
108442
108717
|
messengerIntegrationType?: "own" | "business" | undefined;
|
108443
108718
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
108719
|
+
isCSATEnabled?: boolean | undefined;
|
108444
108720
|
};
|
108445
108721
|
status: boolean;
|
108446
108722
|
createdAt: Date;
|
@@ -108732,6 +109008,7 @@ export declare const initiateMessageContract: {
|
|
108732
109008
|
closedAt: Date;
|
108733
109009
|
lastMessageAt: Date | null;
|
108734
109010
|
isBotRoom: boolean;
|
109011
|
+
csatStatus: string | null;
|
108735
109012
|
cxlog: {
|
108736
109013
|
id: string;
|
108737
109014
|
channel: string | null;
|
@@ -108850,7 +109127,7 @@ export declare const initiateMessageContract: {
|
|
108850
109127
|
previewUrl: string;
|
108851
109128
|
imageSetId: string;
|
108852
109129
|
repliedMessage: {
|
108853
|
-
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";
|
109130
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
108854
109131
|
message: string;
|
108855
109132
|
id: string;
|
108856
109133
|
url: string;
|
@@ -109107,7 +109384,7 @@ export declare const mainChatMessageContract: {
|
|
109107
109384
|
sendMessage: {
|
109108
109385
|
body: z.ZodObject<{
|
109109
109386
|
roomId: z.ZodString;
|
109110
|
-
messageType: 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"]>;
|
109387
|
+
messageType: 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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
109111
109388
|
message: z.ZodOptional<z.ZodString>;
|
109112
109389
|
messageAttachments: z.ZodOptional<z.ZodObject<{
|
109113
109390
|
bucketName: z.ZodString;
|
@@ -109366,7 +109643,7 @@ export declare const mainChatMessageContract: {
|
|
109366
109643
|
mentions?: string[] | undefined;
|
109367
109644
|
}>>;
|
109368
109645
|
}, "strip", z.ZodTypeAny, {
|
109369
|
-
messageType: "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";
|
109646
|
+
messageType: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
109370
109647
|
roomId: string;
|
109371
109648
|
message?: string | undefined;
|
109372
109649
|
messageAttachments?: {
|
@@ -109438,7 +109715,7 @@ export declare const mainChatMessageContract: {
|
|
109438
109715
|
mentions?: string[] | undefined;
|
109439
109716
|
} | undefined;
|
109440
109717
|
}, {
|
109441
|
-
messageType: "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";
|
109718
|
+
messageType: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
109442
109719
|
roomId: string;
|
109443
109720
|
message?: string | undefined;
|
109444
109721
|
messageAttachments?: {
|
@@ -109516,7 +109793,7 @@ export declare const mainChatMessageContract: {
|
|
109516
109793
|
200: z.ZodObject<{
|
109517
109794
|
requestId: z.ZodString;
|
109518
109795
|
data: z.ZodObject<{
|
109519
|
-
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"]>;
|
109796
|
+
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
109520
109797
|
message: z.ZodString;
|
109521
109798
|
id: z.ZodString;
|
109522
109799
|
url: z.ZodString;
|
@@ -111033,6 +111310,7 @@ export declare const mainChatMessageContract: {
|
|
111033
111310
|
channelId: string;
|
111034
111311
|
socialPlatformId: string;
|
111035
111312
|
}>;
|
111313
|
+
csatStatus: z.ZodNullable<z.ZodString>;
|
111036
111314
|
actor: z.ZodObject<{
|
111037
111315
|
id: z.ZodString;
|
111038
111316
|
createdAt: z.ZodDate;
|
@@ -111511,6 +111789,7 @@ export declare const mainChatMessageContract: {
|
|
111511
111789
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
111512
111790
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
111513
111791
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
111792
|
+
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
111514
111793
|
}, "strip", z.ZodTypeAny, {
|
111515
111794
|
name: string;
|
111516
111795
|
id: string;
|
@@ -111540,6 +111819,7 @@ export declare const mainChatMessageContract: {
|
|
111540
111819
|
lineRichMenuId?: string | null | undefined;
|
111541
111820
|
messengerIntegrationType?: "own" | "business" | undefined;
|
111542
111821
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
111822
|
+
isCSATEnabled?: boolean | undefined;
|
111543
111823
|
}, {
|
111544
111824
|
name: string;
|
111545
111825
|
id: string;
|
@@ -111569,6 +111849,7 @@ export declare const mainChatMessageContract: {
|
|
111569
111849
|
lineRichMenuId?: string | null | undefined;
|
111570
111850
|
messengerIntegrationType?: "own" | "business" | undefined;
|
111571
111851
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
111852
|
+
isCSATEnabled?: boolean | undefined;
|
111572
111853
|
}>;
|
111573
111854
|
brandName: z.ZodString;
|
111574
111855
|
platformId: z.ZodString;
|
@@ -111832,6 +112113,7 @@ export declare const mainChatMessageContract: {
|
|
111832
112113
|
lineRichMenuId?: string | null | undefined;
|
111833
112114
|
messengerIntegrationType?: "own" | "business" | undefined;
|
111834
112115
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
112116
|
+
isCSATEnabled?: boolean | undefined;
|
111835
112117
|
};
|
111836
112118
|
status: boolean;
|
111837
112119
|
createdAt: Date;
|
@@ -111926,6 +112208,7 @@ export declare const mainChatMessageContract: {
|
|
111926
112208
|
lineRichMenuId?: string | null | undefined;
|
111927
112209
|
messengerIntegrationType?: "own" | "business" | undefined;
|
111928
112210
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
112211
|
+
isCSATEnabled?: boolean | undefined;
|
111929
112212
|
};
|
111930
112213
|
status: boolean;
|
111931
112214
|
createdAt: Date;
|
@@ -112584,6 +112867,7 @@ export declare const mainChatMessageContract: {
|
|
112584
112867
|
lineRichMenuId?: string | null | undefined;
|
112585
112868
|
messengerIntegrationType?: "own" | "business" | undefined;
|
112586
112869
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
112870
|
+
isCSATEnabled?: boolean | undefined;
|
112587
112871
|
};
|
112588
112872
|
status: boolean;
|
112589
112873
|
createdAt: Date;
|
@@ -112875,6 +113159,7 @@ export declare const mainChatMessageContract: {
|
|
112875
113159
|
closedAt: Date;
|
112876
113160
|
lastMessageAt: Date | null;
|
112877
113161
|
isBotRoom: boolean;
|
113162
|
+
csatStatus: string | null;
|
112878
113163
|
cxlog: {
|
112879
113164
|
id: string;
|
112880
113165
|
channel: string | null;
|
@@ -113011,6 +113296,7 @@ export declare const mainChatMessageContract: {
|
|
113011
113296
|
lineRichMenuId?: string | null | undefined;
|
113012
113297
|
messengerIntegrationType?: "own" | "business" | undefined;
|
113013
113298
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
113299
|
+
isCSATEnabled?: boolean | undefined;
|
113014
113300
|
};
|
113015
113301
|
status: boolean;
|
113016
113302
|
createdAt: Date;
|
@@ -113302,6 +113588,7 @@ export declare const mainChatMessageContract: {
|
|
113302
113588
|
closedAt: Date;
|
113303
113589
|
lastMessageAt: Date | null;
|
113304
113590
|
isBotRoom: boolean;
|
113591
|
+
csatStatus: string | null;
|
113305
113592
|
cxlog: {
|
113306
113593
|
id: string;
|
113307
113594
|
channel: string | null;
|
@@ -113442,7 +113729,7 @@ export declare const mainChatMessageContract: {
|
|
113442
113729
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
113443
113730
|
message: z.ZodString;
|
113444
113731
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
113445
|
-
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"]>;
|
113732
|
+
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
113446
113733
|
readAt: z.ZodDate;
|
113447
113734
|
metadata: z.ZodAny;
|
113448
113735
|
platformId: z.ZodString;
|
@@ -114100,7 +114387,7 @@ export declare const mainChatMessageContract: {
|
|
114100
114387
|
};
|
114101
114388
|
}>;
|
114102
114389
|
}, "strip", z.ZodTypeAny, {
|
114103
|
-
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";
|
114390
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
114104
114391
|
message: string;
|
114105
114392
|
id: string;
|
114106
114393
|
url: string;
|
@@ -114262,7 +114549,7 @@ export declare const mainChatMessageContract: {
|
|
114262
114549
|
metadata?: any;
|
114263
114550
|
template?: any;
|
114264
114551
|
}, {
|
114265
|
-
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";
|
114552
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
114266
114553
|
message: string;
|
114267
114554
|
id: string;
|
114268
114555
|
url: string;
|
@@ -114636,7 +114923,7 @@ export declare const mainChatMessageContract: {
|
|
114636
114923
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
114637
114924
|
message: z.ZodString;
|
114638
114925
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
114639
|
-
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"]>;
|
114926
|
+
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
114640
114927
|
readAt: z.ZodDate;
|
114641
114928
|
metadata: z.ZodAny;
|
114642
114929
|
platformId: z.ZodString;
|
@@ -115710,6 +115997,7 @@ export declare const mainChatMessageContract: {
|
|
115710
115997
|
channelId: string;
|
115711
115998
|
socialPlatformId: string;
|
115712
115999
|
}>;
|
116000
|
+
csatStatus: z.ZodNullable<z.ZodString>;
|
115713
116001
|
actor: z.ZodObject<{
|
115714
116002
|
id: z.ZodString;
|
115715
116003
|
createdAt: z.ZodDate;
|
@@ -116188,6 +116476,7 @@ export declare const mainChatMessageContract: {
|
|
116188
116476
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
116189
116477
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
116190
116478
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
116479
|
+
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
116191
116480
|
}, "strip", z.ZodTypeAny, {
|
116192
116481
|
name: string;
|
116193
116482
|
id: string;
|
@@ -116217,6 +116506,7 @@ export declare const mainChatMessageContract: {
|
|
116217
116506
|
lineRichMenuId?: string | null | undefined;
|
116218
116507
|
messengerIntegrationType?: "own" | "business" | undefined;
|
116219
116508
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
116509
|
+
isCSATEnabled?: boolean | undefined;
|
116220
116510
|
}, {
|
116221
116511
|
name: string;
|
116222
116512
|
id: string;
|
@@ -116246,6 +116536,7 @@ export declare const mainChatMessageContract: {
|
|
116246
116536
|
lineRichMenuId?: string | null | undefined;
|
116247
116537
|
messengerIntegrationType?: "own" | "business" | undefined;
|
116248
116538
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
116539
|
+
isCSATEnabled?: boolean | undefined;
|
116249
116540
|
}>;
|
116250
116541
|
brandName: z.ZodString;
|
116251
116542
|
platformId: z.ZodString;
|
@@ -116509,6 +116800,7 @@ export declare const mainChatMessageContract: {
|
|
116509
116800
|
lineRichMenuId?: string | null | undefined;
|
116510
116801
|
messengerIntegrationType?: "own" | "business" | undefined;
|
116511
116802
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
116803
|
+
isCSATEnabled?: boolean | undefined;
|
116512
116804
|
};
|
116513
116805
|
status: boolean;
|
116514
116806
|
createdAt: Date;
|
@@ -116603,6 +116895,7 @@ export declare const mainChatMessageContract: {
|
|
116603
116895
|
lineRichMenuId?: string | null | undefined;
|
116604
116896
|
messengerIntegrationType?: "own" | "business" | undefined;
|
116605
116897
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
116898
|
+
isCSATEnabled?: boolean | undefined;
|
116606
116899
|
};
|
116607
116900
|
status: boolean;
|
116608
116901
|
createdAt: Date;
|
@@ -117261,6 +117554,7 @@ export declare const mainChatMessageContract: {
|
|
117261
117554
|
lineRichMenuId?: string | null | undefined;
|
117262
117555
|
messengerIntegrationType?: "own" | "business" | undefined;
|
117263
117556
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
117557
|
+
isCSATEnabled?: boolean | undefined;
|
117264
117558
|
};
|
117265
117559
|
status: boolean;
|
117266
117560
|
createdAt: Date;
|
@@ -117552,6 +117846,7 @@ export declare const mainChatMessageContract: {
|
|
117552
117846
|
closedAt: Date;
|
117553
117847
|
lastMessageAt: Date | null;
|
117554
117848
|
isBotRoom: boolean;
|
117849
|
+
csatStatus: string | null;
|
117555
117850
|
cxlog: {
|
117556
117851
|
id: string;
|
117557
117852
|
channel: string | null;
|
@@ -117688,6 +117983,7 @@ export declare const mainChatMessageContract: {
|
|
117688
117983
|
lineRichMenuId?: string | null | undefined;
|
117689
117984
|
messengerIntegrationType?: "own" | "business" | undefined;
|
117690
117985
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
117986
|
+
isCSATEnabled?: boolean | undefined;
|
117691
117987
|
};
|
117692
117988
|
status: boolean;
|
117693
117989
|
createdAt: Date;
|
@@ -117979,6 +118275,7 @@ export declare const mainChatMessageContract: {
|
|
117979
118275
|
closedAt: Date;
|
117980
118276
|
lastMessageAt: Date | null;
|
117981
118277
|
isBotRoom: boolean;
|
118278
|
+
csatStatus: string | null;
|
117982
118279
|
cxlog: {
|
117983
118280
|
id: string;
|
117984
118281
|
channel: string | null;
|
@@ -118122,7 +118419,7 @@ export declare const mainChatMessageContract: {
|
|
118122
118419
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
118123
118420
|
message: z.ZodString;
|
118124
118421
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
118125
|
-
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"]>;
|
118422
|
+
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
118126
118423
|
readAt: z.ZodDate;
|
118127
118424
|
metadata: z.ZodAny;
|
118128
118425
|
platformId: z.ZodString;
|
@@ -118780,7 +119077,7 @@ export declare const mainChatMessageContract: {
|
|
118780
119077
|
};
|
118781
119078
|
}>;
|
118782
119079
|
}, "strip", z.ZodTypeAny, {
|
118783
|
-
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";
|
119080
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
118784
119081
|
message: string;
|
118785
119082
|
id: string;
|
118786
119083
|
url: string;
|
@@ -118942,7 +119239,7 @@ export declare const mainChatMessageContract: {
|
|
118942
119239
|
metadata?: any;
|
118943
119240
|
template?: any;
|
118944
119241
|
}, {
|
118945
|
-
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";
|
119242
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
118946
119243
|
message: string;
|
118947
119244
|
id: string;
|
118948
119245
|
url: string;
|
@@ -119744,7 +120041,7 @@ export declare const mainChatMessageContract: {
|
|
119744
120041
|
editedMessageid: z.ZodString;
|
119745
120042
|
label: z.ZodOptional<z.ZodString>;
|
119746
120043
|
}, "strip", z.ZodTypeAny, {
|
119747
|
-
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";
|
120044
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
119748
120045
|
message: string;
|
119749
120046
|
id: string;
|
119750
120047
|
url: string;
|
@@ -119888,6 +120185,7 @@ export declare const mainChatMessageContract: {
|
|
119888
120185
|
lineRichMenuId?: string | null | undefined;
|
119889
120186
|
messengerIntegrationType?: "own" | "business" | undefined;
|
119890
120187
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
120188
|
+
isCSATEnabled?: boolean | undefined;
|
119891
120189
|
};
|
119892
120190
|
status: boolean;
|
119893
120191
|
createdAt: Date;
|
@@ -120179,6 +120477,7 @@ export declare const mainChatMessageContract: {
|
|
120179
120477
|
closedAt: Date;
|
120180
120478
|
lastMessageAt: Date | null;
|
120181
120479
|
isBotRoom: boolean;
|
120480
|
+
csatStatus: string | null;
|
120182
120481
|
cxlog: {
|
120183
120482
|
id: string;
|
120184
120483
|
channel: string | null;
|
@@ -120297,7 +120596,7 @@ export declare const mainChatMessageContract: {
|
|
120297
120596
|
previewUrl: string;
|
120298
120597
|
imageSetId: string;
|
120299
120598
|
repliedMessage: {
|
120300
|
-
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";
|
120599
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
120301
120600
|
message: string;
|
120302
120601
|
id: string;
|
120303
120602
|
url: string;
|
@@ -120508,7 +120807,7 @@ export declare const mainChatMessageContract: {
|
|
120508
120807
|
template?: any;
|
120509
120808
|
label?: string | undefined;
|
120510
120809
|
}, {
|
120511
|
-
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";
|
120810
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
120512
120811
|
message: string;
|
120513
120812
|
id: string;
|
120514
120813
|
url: string;
|
@@ -120652,6 +120951,7 @@ export declare const mainChatMessageContract: {
|
|
120652
120951
|
lineRichMenuId?: string | null | undefined;
|
120653
120952
|
messengerIntegrationType?: "own" | "business" | undefined;
|
120654
120953
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
120954
|
+
isCSATEnabled?: boolean | undefined;
|
120655
120955
|
};
|
120656
120956
|
status: boolean;
|
120657
120957
|
createdAt: Date;
|
@@ -120943,6 +121243,7 @@ export declare const mainChatMessageContract: {
|
|
120943
121243
|
closedAt: Date;
|
120944
121244
|
lastMessageAt: Date | null;
|
120945
121245
|
isBotRoom: boolean;
|
121246
|
+
csatStatus: string | null;
|
120946
121247
|
cxlog: {
|
120947
121248
|
id: string;
|
120948
121249
|
channel: string | null;
|
@@ -121061,7 +121362,7 @@ export declare const mainChatMessageContract: {
|
|
121061
121362
|
previewUrl: string;
|
121062
121363
|
imageSetId: string;
|
121063
121364
|
repliedMessage: {
|
121064
|
-
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";
|
121365
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
121065
121366
|
message: string;
|
121066
121367
|
id: string;
|
121067
121368
|
url: string;
|
@@ -121273,7 +121574,7 @@ export declare const mainChatMessageContract: {
|
|
121273
121574
|
label?: string | undefined;
|
121274
121575
|
}>>>;
|
121275
121576
|
}, "strip", z.ZodTypeAny, {
|
121276
|
-
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";
|
121577
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
121277
121578
|
message: string;
|
121278
121579
|
id: string;
|
121279
121580
|
url: string;
|
@@ -121417,6 +121718,7 @@ export declare const mainChatMessageContract: {
|
|
121417
121718
|
lineRichMenuId?: string | null | undefined;
|
121418
121719
|
messengerIntegrationType?: "own" | "business" | undefined;
|
121419
121720
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
121721
|
+
isCSATEnabled?: boolean | undefined;
|
121420
121722
|
};
|
121421
121723
|
status: boolean;
|
121422
121724
|
createdAt: Date;
|
@@ -121708,6 +122010,7 @@ export declare const mainChatMessageContract: {
|
|
121708
122010
|
closedAt: Date;
|
121709
122011
|
lastMessageAt: Date | null;
|
121710
122012
|
isBotRoom: boolean;
|
122013
|
+
csatStatus: string | null;
|
121711
122014
|
cxlog: {
|
121712
122015
|
id: string;
|
121713
122016
|
channel: string | null;
|
@@ -121826,7 +122129,7 @@ export declare const mainChatMessageContract: {
|
|
121826
122129
|
previewUrl: string;
|
121827
122130
|
imageSetId: string;
|
121828
122131
|
repliedMessage: {
|
121829
|
-
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";
|
122132
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
121830
122133
|
message: string;
|
121831
122134
|
id: string;
|
121832
122135
|
url: string;
|
@@ -122037,7 +122340,7 @@ export declare const mainChatMessageContract: {
|
|
122037
122340
|
template?: any;
|
122038
122341
|
metadata?: any;
|
122039
122342
|
fromMessage?: {
|
122040
|
-
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";
|
122343
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
122041
122344
|
message: string;
|
122042
122345
|
id: string;
|
122043
122346
|
url: string;
|
@@ -122181,6 +122484,7 @@ export declare const mainChatMessageContract: {
|
|
122181
122484
|
lineRichMenuId?: string | null | undefined;
|
122182
122485
|
messengerIntegrationType?: "own" | "business" | undefined;
|
122183
122486
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
122487
|
+
isCSATEnabled?: boolean | undefined;
|
122184
122488
|
};
|
122185
122489
|
status: boolean;
|
122186
122490
|
createdAt: Date;
|
@@ -122472,6 +122776,7 @@ export declare const mainChatMessageContract: {
|
|
122472
122776
|
closedAt: Date;
|
122473
122777
|
lastMessageAt: Date | null;
|
122474
122778
|
isBotRoom: boolean;
|
122779
|
+
csatStatus: string | null;
|
122475
122780
|
cxlog: {
|
122476
122781
|
id: string;
|
122477
122782
|
channel: string | null;
|
@@ -122590,7 +122895,7 @@ export declare const mainChatMessageContract: {
|
|
122590
122895
|
previewUrl: string;
|
122591
122896
|
imageSetId: string;
|
122592
122897
|
repliedMessage: {
|
122593
|
-
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";
|
122898
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
122594
122899
|
message: string;
|
122595
122900
|
id: string;
|
122596
122901
|
url: string;
|
@@ -122802,7 +123107,7 @@ export declare const mainChatMessageContract: {
|
|
122802
123107
|
label?: string | undefined;
|
122803
123108
|
} | null | undefined;
|
122804
123109
|
}, {
|
122805
|
-
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";
|
123110
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
122806
123111
|
message: string;
|
122807
123112
|
id: string;
|
122808
123113
|
url: string;
|
@@ -122946,6 +123251,7 @@ export declare const mainChatMessageContract: {
|
|
122946
123251
|
lineRichMenuId?: string | null | undefined;
|
122947
123252
|
messengerIntegrationType?: "own" | "business" | undefined;
|
122948
123253
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
123254
|
+
isCSATEnabled?: boolean | undefined;
|
122949
123255
|
};
|
122950
123256
|
status: boolean;
|
122951
123257
|
createdAt: Date;
|
@@ -123237,6 +123543,7 @@ export declare const mainChatMessageContract: {
|
|
123237
123543
|
closedAt: Date;
|
123238
123544
|
lastMessageAt: Date | null;
|
123239
123545
|
isBotRoom: boolean;
|
123546
|
+
csatStatus: string | null;
|
123240
123547
|
cxlog: {
|
123241
123548
|
id: string;
|
123242
123549
|
channel: string | null;
|
@@ -123355,7 +123662,7 @@ export declare const mainChatMessageContract: {
|
|
123355
123662
|
previewUrl: string;
|
123356
123663
|
imageSetId: string;
|
123357
123664
|
repliedMessage: {
|
123358
|
-
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";
|
123665
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
123359
123666
|
message: string;
|
123360
123667
|
id: string;
|
123361
123668
|
url: string;
|
@@ -123566,7 +123873,7 @@ export declare const mainChatMessageContract: {
|
|
123566
123873
|
template?: any;
|
123567
123874
|
metadata?: any;
|
123568
123875
|
fromMessage?: {
|
123569
|
-
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";
|
123876
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
123570
123877
|
message: string;
|
123571
123878
|
id: string;
|
123572
123879
|
url: string;
|
@@ -123710,6 +124017,7 @@ export declare const mainChatMessageContract: {
|
|
123710
124017
|
lineRichMenuId?: string | null | undefined;
|
123711
124018
|
messengerIntegrationType?: "own" | "business" | undefined;
|
123712
124019
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
124020
|
+
isCSATEnabled?: boolean | undefined;
|
123713
124021
|
};
|
123714
124022
|
status: boolean;
|
123715
124023
|
createdAt: Date;
|
@@ -124001,6 +124309,7 @@ export declare const mainChatMessageContract: {
|
|
124001
124309
|
closedAt: Date;
|
124002
124310
|
lastMessageAt: Date | null;
|
124003
124311
|
isBotRoom: boolean;
|
124312
|
+
csatStatus: string | null;
|
124004
124313
|
cxlog: {
|
124005
124314
|
id: string;
|
124006
124315
|
channel: string | null;
|
@@ -124119,7 +124428,7 @@ export declare const mainChatMessageContract: {
|
|
124119
124428
|
previewUrl: string;
|
124120
124429
|
imageSetId: string;
|
124121
124430
|
repliedMessage: {
|
124122
|
-
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";
|
124431
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
124123
124432
|
message: string;
|
124124
124433
|
id: string;
|
124125
124434
|
url: string;
|
@@ -124333,7 +124642,7 @@ export declare const mainChatMessageContract: {
|
|
124333
124642
|
}>;
|
124334
124643
|
}, "strip", z.ZodTypeAny, {
|
124335
124644
|
data: {
|
124336
|
-
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";
|
124645
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
124337
124646
|
message: string;
|
124338
124647
|
id: string;
|
124339
124648
|
url: string;
|
@@ -124477,6 +124786,7 @@ export declare const mainChatMessageContract: {
|
|
124477
124786
|
lineRichMenuId?: string | null | undefined;
|
124478
124787
|
messengerIntegrationType?: "own" | "business" | undefined;
|
124479
124788
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
124789
|
+
isCSATEnabled?: boolean | undefined;
|
124480
124790
|
};
|
124481
124791
|
status: boolean;
|
124482
124792
|
createdAt: Date;
|
@@ -124768,6 +125078,7 @@ export declare const mainChatMessageContract: {
|
|
124768
125078
|
closedAt: Date;
|
124769
125079
|
lastMessageAt: Date | null;
|
124770
125080
|
isBotRoom: boolean;
|
125081
|
+
csatStatus: string | null;
|
124771
125082
|
cxlog: {
|
124772
125083
|
id: string;
|
124773
125084
|
channel: string | null;
|
@@ -124886,7 +125197,7 @@ export declare const mainChatMessageContract: {
|
|
124886
125197
|
previewUrl: string;
|
124887
125198
|
imageSetId: string;
|
124888
125199
|
repliedMessage: {
|
124889
|
-
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";
|
125200
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
124890
125201
|
message: string;
|
124891
125202
|
id: string;
|
124892
125203
|
url: string;
|
@@ -125097,7 +125408,7 @@ export declare const mainChatMessageContract: {
|
|
125097
125408
|
template?: any;
|
125098
125409
|
metadata?: any;
|
125099
125410
|
fromMessage?: {
|
125100
|
-
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";
|
125411
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
125101
125412
|
message: string;
|
125102
125413
|
id: string;
|
125103
125414
|
url: string;
|
@@ -125241,6 +125552,7 @@ export declare const mainChatMessageContract: {
|
|
125241
125552
|
lineRichMenuId?: string | null | undefined;
|
125242
125553
|
messengerIntegrationType?: "own" | "business" | undefined;
|
125243
125554
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
125555
|
+
isCSATEnabled?: boolean | undefined;
|
125244
125556
|
};
|
125245
125557
|
status: boolean;
|
125246
125558
|
createdAt: Date;
|
@@ -125532,6 +125844,7 @@ export declare const mainChatMessageContract: {
|
|
125532
125844
|
closedAt: Date;
|
125533
125845
|
lastMessageAt: Date | null;
|
125534
125846
|
isBotRoom: boolean;
|
125847
|
+
csatStatus: string | null;
|
125535
125848
|
cxlog: {
|
125536
125849
|
id: string;
|
125537
125850
|
channel: string | null;
|
@@ -125650,7 +125963,7 @@ export declare const mainChatMessageContract: {
|
|
125650
125963
|
previewUrl: string;
|
125651
125964
|
imageSetId: string;
|
125652
125965
|
repliedMessage: {
|
125653
|
-
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";
|
125966
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
125654
125967
|
message: string;
|
125655
125968
|
id: string;
|
125656
125969
|
url: string;
|
@@ -125865,7 +126178,7 @@ export declare const mainChatMessageContract: {
|
|
125865
126178
|
requestId: string;
|
125866
126179
|
}, {
|
125867
126180
|
data: {
|
125868
|
-
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";
|
126181
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
125869
126182
|
message: string;
|
125870
126183
|
id: string;
|
125871
126184
|
url: string;
|
@@ -126009,6 +126322,7 @@ export declare const mainChatMessageContract: {
|
|
126009
126322
|
lineRichMenuId?: string | null | undefined;
|
126010
126323
|
messengerIntegrationType?: "own" | "business" | undefined;
|
126011
126324
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
126325
|
+
isCSATEnabled?: boolean | undefined;
|
126012
126326
|
};
|
126013
126327
|
status: boolean;
|
126014
126328
|
createdAt: Date;
|
@@ -126300,6 +126614,7 @@ export declare const mainChatMessageContract: {
|
|
126300
126614
|
closedAt: Date;
|
126301
126615
|
lastMessageAt: Date | null;
|
126302
126616
|
isBotRoom: boolean;
|
126617
|
+
csatStatus: string | null;
|
126303
126618
|
cxlog: {
|
126304
126619
|
id: string;
|
126305
126620
|
channel: string | null;
|
@@ -126418,7 +126733,7 @@ export declare const mainChatMessageContract: {
|
|
126418
126733
|
previewUrl: string;
|
126419
126734
|
imageSetId: string;
|
126420
126735
|
repliedMessage: {
|
126421
|
-
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";
|
126736
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
126422
126737
|
message: string;
|
126423
126738
|
id: string;
|
126424
126739
|
url: string;
|
@@ -126629,7 +126944,7 @@ export declare const mainChatMessageContract: {
|
|
126629
126944
|
template?: any;
|
126630
126945
|
metadata?: any;
|
126631
126946
|
fromMessage?: {
|
126632
|
-
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";
|
126947
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
126633
126948
|
message: string;
|
126634
126949
|
id: string;
|
126635
126950
|
url: string;
|
@@ -126773,6 +127088,7 @@ export declare const mainChatMessageContract: {
|
|
126773
127088
|
lineRichMenuId?: string | null | undefined;
|
126774
127089
|
messengerIntegrationType?: "own" | "business" | undefined;
|
126775
127090
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
127091
|
+
isCSATEnabled?: boolean | undefined;
|
126776
127092
|
};
|
126777
127093
|
status: boolean;
|
126778
127094
|
createdAt: Date;
|
@@ -127064,6 +127380,7 @@ export declare const mainChatMessageContract: {
|
|
127064
127380
|
closedAt: Date;
|
127065
127381
|
lastMessageAt: Date | null;
|
127066
127382
|
isBotRoom: boolean;
|
127383
|
+
csatStatus: string | null;
|
127067
127384
|
cxlog: {
|
127068
127385
|
id: string;
|
127069
127386
|
channel: string | null;
|
@@ -127182,7 +127499,7 @@ export declare const mainChatMessageContract: {
|
|
127182
127499
|
previewUrl: string;
|
127183
127500
|
imageSetId: string;
|
127184
127501
|
repliedMessage: {
|
127185
|
-
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";
|
127502
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
127186
127503
|
message: string;
|
127187
127504
|
id: string;
|
127188
127505
|
url: string;
|
@@ -127531,6 +127848,7 @@ export declare const mainChatMessageContract: {
|
|
127531
127848
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
127532
127849
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
127533
127850
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
127851
|
+
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
127534
127852
|
}, "strip", z.ZodTypeAny, {
|
127535
127853
|
name: string;
|
127536
127854
|
id: string;
|
@@ -127560,6 +127878,7 @@ export declare const mainChatMessageContract: {
|
|
127560
127878
|
lineRichMenuId?: string | null | undefined;
|
127561
127879
|
messengerIntegrationType?: "own" | "business" | undefined;
|
127562
127880
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
127881
|
+
isCSATEnabled?: boolean | undefined;
|
127563
127882
|
}, {
|
127564
127883
|
name: string;
|
127565
127884
|
id: string;
|
@@ -127589,6 +127908,7 @@ export declare const mainChatMessageContract: {
|
|
127589
127908
|
lineRichMenuId?: string | null | undefined;
|
127590
127909
|
messengerIntegrationType?: "own" | "business" | undefined;
|
127591
127910
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
127911
|
+
isCSATEnabled?: boolean | undefined;
|
127592
127912
|
}>;
|
127593
127913
|
platformId: z.ZodString;
|
127594
127914
|
brandName: z.ZodString;
|
@@ -127648,6 +127968,7 @@ export declare const mainChatMessageContract: {
|
|
127648
127968
|
lineRichMenuId?: string | null | undefined;
|
127649
127969
|
messengerIntegrationType?: "own" | "business" | undefined;
|
127650
127970
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
127971
|
+
isCSATEnabled?: boolean | undefined;
|
127651
127972
|
};
|
127652
127973
|
status: boolean;
|
127653
127974
|
brandName: string;
|
@@ -127695,6 +128016,7 @@ export declare const mainChatMessageContract: {
|
|
127695
128016
|
lineRichMenuId?: string | null | undefined;
|
127696
128017
|
messengerIntegrationType?: "own" | "business" | undefined;
|
127697
128018
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
128019
|
+
isCSATEnabled?: boolean | undefined;
|
127698
128020
|
};
|
127699
128021
|
status: boolean;
|
127700
128022
|
brandName: string;
|
@@ -127745,6 +128067,7 @@ export declare const mainChatMessageContract: {
|
|
127745
128067
|
lineRichMenuId?: string | null | undefined;
|
127746
128068
|
messengerIntegrationType?: "own" | "business" | undefined;
|
127747
128069
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
128070
|
+
isCSATEnabled?: boolean | undefined;
|
127748
128071
|
};
|
127749
128072
|
status: boolean;
|
127750
128073
|
brandName: string;
|
@@ -127795,6 +128118,7 @@ export declare const mainChatMessageContract: {
|
|
127795
128118
|
lineRichMenuId?: string | null | undefined;
|
127796
128119
|
messengerIntegrationType?: "own" | "business" | undefined;
|
127797
128120
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
128121
|
+
isCSATEnabled?: boolean | undefined;
|
127798
128122
|
};
|
127799
128123
|
status: boolean;
|
127800
128124
|
brandName: string;
|
@@ -127815,7 +128139,7 @@ export declare const mainChatMessageContract: {
|
|
127815
128139
|
id: z.ZodOptional<z.ZodString>;
|
127816
128140
|
message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
127817
128141
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
127818
|
-
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"]>;
|
128142
|
+
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
127819
128143
|
readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
127820
128144
|
metadata: z.ZodOptional<z.ZodAny>;
|
127821
128145
|
platformId: z.ZodOptional<z.ZodString>;
|
@@ -127867,7 +128191,7 @@ export declare const mainChatMessageContract: {
|
|
127867
128191
|
parentMessageId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
127868
128192
|
feedPostId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
127869
128193
|
}, "strip", z.ZodTypeAny, {
|
127870
|
-
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";
|
128194
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
127871
128195
|
direction: "incoming" | "outgoing" | "system";
|
127872
128196
|
id?: string | undefined;
|
127873
128197
|
message?: string | null | undefined;
|
@@ -127898,7 +128222,7 @@ export declare const mainChatMessageContract: {
|
|
127898
128222
|
parentMessageId?: string | null | undefined;
|
127899
128223
|
feedPostId?: string | null | undefined;
|
127900
128224
|
}, {
|
127901
|
-
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";
|
128225
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
127902
128226
|
direction: "incoming" | "outgoing" | "system";
|
127903
128227
|
id?: string | undefined;
|
127904
128228
|
message?: string | null | undefined;
|
@@ -127931,7 +128255,7 @@ export declare const mainChatMessageContract: {
|
|
127931
128255
|
}>;
|
127932
128256
|
}, "strip", z.ZodTypeAny, {
|
127933
128257
|
message: {
|
127934
|
-
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";
|
128258
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
127935
128259
|
direction: "incoming" | "outgoing" | "system";
|
127936
128260
|
id?: string | undefined;
|
127937
128261
|
message?: string | null | undefined;
|
@@ -127997,6 +128321,7 @@ export declare const mainChatMessageContract: {
|
|
127997
128321
|
lineRichMenuId?: string | null | undefined;
|
127998
128322
|
messengerIntegrationType?: "own" | "business" | undefined;
|
127999
128323
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
128324
|
+
isCSATEnabled?: boolean | undefined;
|
128000
128325
|
};
|
128001
128326
|
status: boolean;
|
128002
128327
|
brandName: string;
|
@@ -128015,7 +128340,7 @@ export declare const mainChatMessageContract: {
|
|
128015
128340
|
};
|
128016
128341
|
}, {
|
128017
128342
|
message: {
|
128018
|
-
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";
|
128343
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
128019
128344
|
direction: "incoming" | "outgoing" | "system";
|
128020
128345
|
id?: string | undefined;
|
128021
128346
|
message?: string | null | undefined;
|
@@ -128081,6 +128406,7 @@ export declare const mainChatMessageContract: {
|
|
128081
128406
|
lineRichMenuId?: string | null | undefined;
|
128082
128407
|
messengerIntegrationType?: "own" | "business" | undefined;
|
128083
128408
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
128409
|
+
isCSATEnabled?: boolean | undefined;
|
128084
128410
|
};
|
128085
128411
|
status: boolean;
|
128086
128412
|
brandName: string;
|
@@ -128101,7 +128427,7 @@ export declare const mainChatMessageContract: {
|
|
128101
128427
|
}, "strip", z.ZodTypeAny, {
|
128102
128428
|
data: {
|
128103
128429
|
message: {
|
128104
|
-
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";
|
128430
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
128105
128431
|
direction: "incoming" | "outgoing" | "system";
|
128106
128432
|
id?: string | undefined;
|
128107
128433
|
message?: string | null | undefined;
|
@@ -128167,6 +128493,7 @@ export declare const mainChatMessageContract: {
|
|
128167
128493
|
lineRichMenuId?: string | null | undefined;
|
128168
128494
|
messengerIntegrationType?: "own" | "business" | undefined;
|
128169
128495
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
128496
|
+
isCSATEnabled?: boolean | undefined;
|
128170
128497
|
};
|
128171
128498
|
status: boolean;
|
128172
128499
|
brandName: string;
|
@@ -128188,7 +128515,7 @@ export declare const mainChatMessageContract: {
|
|
128188
128515
|
}, {
|
128189
128516
|
data: {
|
128190
128517
|
message: {
|
128191
|
-
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";
|
128518
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
128192
128519
|
direction: "incoming" | "outgoing" | "system";
|
128193
128520
|
id?: string | undefined;
|
128194
128521
|
message?: string | null | undefined;
|
@@ -128254,6 +128581,7 @@ export declare const mainChatMessageContract: {
|
|
128254
128581
|
lineRichMenuId?: string | null | undefined;
|
128255
128582
|
messengerIntegrationType?: "own" | "business" | undefined;
|
128256
128583
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
128584
|
+
isCSATEnabled?: boolean | undefined;
|
128257
128585
|
};
|
128258
128586
|
status: boolean;
|
128259
128587
|
brandName: string;
|
@@ -128321,7 +128649,7 @@ export declare const mainChatMessageContract: {
|
|
128321
128649
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
128322
128650
|
message: z.ZodString;
|
128323
128651
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
128324
|
-
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"]>;
|
128652
|
+
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
128325
128653
|
readAt: z.ZodDate;
|
128326
128654
|
metadata: z.ZodAny;
|
128327
128655
|
platformId: z.ZodString;
|
@@ -129395,6 +129723,7 @@ export declare const mainChatMessageContract: {
|
|
129395
129723
|
channelId: string;
|
129396
129724
|
socialPlatformId: string;
|
129397
129725
|
}>;
|
129726
|
+
csatStatus: z.ZodNullable<z.ZodString>;
|
129398
129727
|
actor: z.ZodObject<{
|
129399
129728
|
id: z.ZodString;
|
129400
129729
|
createdAt: z.ZodDate;
|
@@ -129873,6 +130202,7 @@ export declare const mainChatMessageContract: {
|
|
129873
130202
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
129874
130203
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
129875
130204
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
130205
|
+
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
129876
130206
|
}, "strip", z.ZodTypeAny, {
|
129877
130207
|
name: string;
|
129878
130208
|
id: string;
|
@@ -129902,6 +130232,7 @@ export declare const mainChatMessageContract: {
|
|
129902
130232
|
lineRichMenuId?: string | null | undefined;
|
129903
130233
|
messengerIntegrationType?: "own" | "business" | undefined;
|
129904
130234
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
130235
|
+
isCSATEnabled?: boolean | undefined;
|
129905
130236
|
}, {
|
129906
130237
|
name: string;
|
129907
130238
|
id: string;
|
@@ -129931,6 +130262,7 @@ export declare const mainChatMessageContract: {
|
|
129931
130262
|
lineRichMenuId?: string | null | undefined;
|
129932
130263
|
messengerIntegrationType?: "own" | "business" | undefined;
|
129933
130264
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
130265
|
+
isCSATEnabled?: boolean | undefined;
|
129934
130266
|
}>;
|
129935
130267
|
brandName: z.ZodString;
|
129936
130268
|
platformId: z.ZodString;
|
@@ -130194,6 +130526,7 @@ export declare const mainChatMessageContract: {
|
|
130194
130526
|
lineRichMenuId?: string | null | undefined;
|
130195
130527
|
messengerIntegrationType?: "own" | "business" | undefined;
|
130196
130528
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
130529
|
+
isCSATEnabled?: boolean | undefined;
|
130197
130530
|
};
|
130198
130531
|
status: boolean;
|
130199
130532
|
createdAt: Date;
|
@@ -130288,6 +130621,7 @@ export declare const mainChatMessageContract: {
|
|
130288
130621
|
lineRichMenuId?: string | null | undefined;
|
130289
130622
|
messengerIntegrationType?: "own" | "business" | undefined;
|
130290
130623
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
130624
|
+
isCSATEnabled?: boolean | undefined;
|
130291
130625
|
};
|
130292
130626
|
status: boolean;
|
130293
130627
|
createdAt: Date;
|
@@ -130946,6 +131280,7 @@ export declare const mainChatMessageContract: {
|
|
130946
131280
|
lineRichMenuId?: string | null | undefined;
|
130947
131281
|
messengerIntegrationType?: "own" | "business" | undefined;
|
130948
131282
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
131283
|
+
isCSATEnabled?: boolean | undefined;
|
130949
131284
|
};
|
130950
131285
|
status: boolean;
|
130951
131286
|
createdAt: Date;
|
@@ -131237,6 +131572,7 @@ export declare const mainChatMessageContract: {
|
|
131237
131572
|
closedAt: Date;
|
131238
131573
|
lastMessageAt: Date | null;
|
131239
131574
|
isBotRoom: boolean;
|
131575
|
+
csatStatus: string | null;
|
131240
131576
|
cxlog: {
|
131241
131577
|
id: string;
|
131242
131578
|
channel: string | null;
|
@@ -131373,6 +131709,7 @@ export declare const mainChatMessageContract: {
|
|
131373
131709
|
lineRichMenuId?: string | null | undefined;
|
131374
131710
|
messengerIntegrationType?: "own" | "business" | undefined;
|
131375
131711
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
131712
|
+
isCSATEnabled?: boolean | undefined;
|
131376
131713
|
};
|
131377
131714
|
status: boolean;
|
131378
131715
|
createdAt: Date;
|
@@ -131664,6 +132001,7 @@ export declare const mainChatMessageContract: {
|
|
131664
132001
|
closedAt: Date;
|
131665
132002
|
lastMessageAt: Date | null;
|
131666
132003
|
isBotRoom: boolean;
|
132004
|
+
csatStatus: string | null;
|
131667
132005
|
cxlog: {
|
131668
132006
|
id: string;
|
131669
132007
|
channel: string | null;
|
@@ -131807,7 +132145,7 @@ export declare const mainChatMessageContract: {
|
|
131807
132145
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
131808
132146
|
message: z.ZodString;
|
131809
132147
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
131810
|
-
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"]>;
|
132148
|
+
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
131811
132149
|
readAt: z.ZodDate;
|
131812
132150
|
metadata: z.ZodAny;
|
131813
132151
|
platformId: z.ZodString;
|
@@ -132465,7 +132803,7 @@ export declare const mainChatMessageContract: {
|
|
132465
132803
|
};
|
132466
132804
|
}>;
|
132467
132805
|
}, "strip", z.ZodTypeAny, {
|
132468
|
-
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";
|
132806
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
132469
132807
|
message: string;
|
132470
132808
|
id: string;
|
132471
132809
|
url: string;
|
@@ -132627,7 +132965,7 @@ export declare const mainChatMessageContract: {
|
|
132627
132965
|
metadata?: any;
|
132628
132966
|
template?: any;
|
132629
132967
|
}, {
|
132630
|
-
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";
|
132968
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
132631
132969
|
message: string;
|
132632
132970
|
id: string;
|
132633
132971
|
url: string;
|
@@ -133429,7 +133767,7 @@ export declare const mainChatMessageContract: {
|
|
133429
133767
|
editedMessageid: z.ZodString;
|
133430
133768
|
label: z.ZodOptional<z.ZodString>;
|
133431
133769
|
}, "strip", z.ZodTypeAny, {
|
133432
|
-
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";
|
133770
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
133433
133771
|
message: string;
|
133434
133772
|
id: string;
|
133435
133773
|
url: string;
|
@@ -133573,6 +133911,7 @@ export declare const mainChatMessageContract: {
|
|
133573
133911
|
lineRichMenuId?: string | null | undefined;
|
133574
133912
|
messengerIntegrationType?: "own" | "business" | undefined;
|
133575
133913
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
133914
|
+
isCSATEnabled?: boolean | undefined;
|
133576
133915
|
};
|
133577
133916
|
status: boolean;
|
133578
133917
|
createdAt: Date;
|
@@ -133864,6 +134203,7 @@ export declare const mainChatMessageContract: {
|
|
133864
134203
|
closedAt: Date;
|
133865
134204
|
lastMessageAt: Date | null;
|
133866
134205
|
isBotRoom: boolean;
|
134206
|
+
csatStatus: string | null;
|
133867
134207
|
cxlog: {
|
133868
134208
|
id: string;
|
133869
134209
|
channel: string | null;
|
@@ -133982,7 +134322,7 @@ export declare const mainChatMessageContract: {
|
|
133982
134322
|
previewUrl: string;
|
133983
134323
|
imageSetId: string;
|
133984
134324
|
repliedMessage: {
|
133985
|
-
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";
|
134325
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
133986
134326
|
message: string;
|
133987
134327
|
id: string;
|
133988
134328
|
url: string;
|
@@ -134193,7 +134533,7 @@ export declare const mainChatMessageContract: {
|
|
134193
134533
|
template?: any;
|
134194
134534
|
label?: string | undefined;
|
134195
134535
|
}, {
|
134196
|
-
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";
|
134536
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
134197
134537
|
message: string;
|
134198
134538
|
id: string;
|
134199
134539
|
url: string;
|
@@ -134337,6 +134677,7 @@ export declare const mainChatMessageContract: {
|
|
134337
134677
|
lineRichMenuId?: string | null | undefined;
|
134338
134678
|
messengerIntegrationType?: "own" | "business" | undefined;
|
134339
134679
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
134680
|
+
isCSATEnabled?: boolean | undefined;
|
134340
134681
|
};
|
134341
134682
|
status: boolean;
|
134342
134683
|
createdAt: Date;
|
@@ -134628,6 +134969,7 @@ export declare const mainChatMessageContract: {
|
|
134628
134969
|
closedAt: Date;
|
134629
134970
|
lastMessageAt: Date | null;
|
134630
134971
|
isBotRoom: boolean;
|
134972
|
+
csatStatus: string | null;
|
134631
134973
|
cxlog: {
|
134632
134974
|
id: string;
|
134633
134975
|
channel: string | null;
|
@@ -134746,7 +135088,7 @@ export declare const mainChatMessageContract: {
|
|
134746
135088
|
previewUrl: string;
|
134747
135089
|
imageSetId: string;
|
134748
135090
|
repliedMessage: {
|
134749
|
-
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";
|
135091
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
134750
135092
|
message: string;
|
134751
135093
|
id: string;
|
134752
135094
|
url: string;
|
@@ -134959,7 +135301,7 @@ export declare const mainChatMessageContract: {
|
|
134959
135301
|
}>, "many">;
|
134960
135302
|
}, "strip", z.ZodTypeAny, {
|
134961
135303
|
data: {
|
134962
|
-
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";
|
135304
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
134963
135305
|
message: string;
|
134964
135306
|
id: string;
|
134965
135307
|
url: string;
|
@@ -135103,6 +135445,7 @@ export declare const mainChatMessageContract: {
|
|
135103
135445
|
lineRichMenuId?: string | null | undefined;
|
135104
135446
|
messengerIntegrationType?: "own" | "business" | undefined;
|
135105
135447
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
135448
|
+
isCSATEnabled?: boolean | undefined;
|
135106
135449
|
};
|
135107
135450
|
status: boolean;
|
135108
135451
|
createdAt: Date;
|
@@ -135394,6 +135737,7 @@ export declare const mainChatMessageContract: {
|
|
135394
135737
|
closedAt: Date;
|
135395
135738
|
lastMessageAt: Date | null;
|
135396
135739
|
isBotRoom: boolean;
|
135740
|
+
csatStatus: string | null;
|
135397
135741
|
cxlog: {
|
135398
135742
|
id: string;
|
135399
135743
|
channel: string | null;
|
@@ -135512,7 +135856,7 @@ export declare const mainChatMessageContract: {
|
|
135512
135856
|
previewUrl: string;
|
135513
135857
|
imageSetId: string;
|
135514
135858
|
repliedMessage: {
|
135515
|
-
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";
|
135859
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
135516
135860
|
message: string;
|
135517
135861
|
id: string;
|
135518
135862
|
url: string;
|
@@ -135726,7 +136070,7 @@ export declare const mainChatMessageContract: {
|
|
135726
136070
|
requestId: string;
|
135727
136071
|
}, {
|
135728
136072
|
data: {
|
135729
|
-
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";
|
136073
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
135730
136074
|
message: string;
|
135731
136075
|
id: string;
|
135732
136076
|
url: string;
|
@@ -135870,6 +136214,7 @@ export declare const mainChatMessageContract: {
|
|
135870
136214
|
lineRichMenuId?: string | null | undefined;
|
135871
136215
|
messengerIntegrationType?: "own" | "business" | undefined;
|
135872
136216
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
136217
|
+
isCSATEnabled?: boolean | undefined;
|
135873
136218
|
};
|
135874
136219
|
status: boolean;
|
135875
136220
|
createdAt: Date;
|
@@ -136161,6 +136506,7 @@ export declare const mainChatMessageContract: {
|
|
136161
136506
|
closedAt: Date;
|
136162
136507
|
lastMessageAt: Date | null;
|
136163
136508
|
isBotRoom: boolean;
|
136509
|
+
csatStatus: string | null;
|
136164
136510
|
cxlog: {
|
136165
136511
|
id: string;
|
136166
136512
|
channel: string | null;
|
@@ -136279,7 +136625,7 @@ export declare const mainChatMessageContract: {
|
|
136279
136625
|
previewUrl: string;
|
136280
136626
|
imageSetId: string;
|
136281
136627
|
repliedMessage: {
|
136282
|
-
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";
|
136628
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
136283
136629
|
message: string;
|
136284
136630
|
id: string;
|
136285
136631
|
url: string;
|