@kl1/contracts 1.2.63-uat → 1.2.65-uat
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api-contracts/src/channel/index.d.ts +1004 -5
- 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 +4046 -1361
- 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/dashboard/index.d.ts +290 -1
- package/dist/api-contracts/src/dashboard/index.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/schema.d.ts +71 -0
- package/dist/api-contracts/src/dashboard/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 +131 -40
- 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/presence-status/index.d.ts +74 -50
- package/dist/api-contracts/src/presence-status/index.d.ts.map +1 -1
- package/dist/api-contracts/src/presence-status/schema.d.ts +11 -8
- package/dist/api-contracts/src/presence-status/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/presence-status/validation.d.ts +18 -12
- package/dist/api-contracts/src/presence-status/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/telephony-agent-presence-status/index.d.ts +36 -439
- package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +15 -13
- package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-agent-presence-status/validation.d.ts +0 -3
- package/dist/api-contracts/src/telephony-agent-presence-status/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/user-presence-status-log/index.d.ts +24 -16
- package/dist/api-contracts/src/user-presence-status-log/index.d.ts.map +1 -1
- package/dist/api-contracts/src/user-presence-status-log/schema.d.ts +30 -20
- package/dist/api-contracts/src/user-presence-status-log/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/viber/index.d.ts +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 +167 -39
- package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
- package/dist/api-contracts/src/whatsapp/validation.d.ts +3 -3
- package/dist/api-contracts/src/workflow-rule/index.d.ts +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 +1615 -1507
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1615 -1507
- 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", "item"]>;
|
|
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", "item"]>;
|
|
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" | "item" | "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" | "item" | "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" | "item" | "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" | "item" | "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" | "item" | "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" | "item" | "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" | "item" | "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" | "item" | "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", "item"]>]>;
|
|
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", "item"]>]>;
|
|
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" | "item" | "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" | "item" | "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" | "item" | "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" | "item" | "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" | "item" | "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" | "item" | "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" | "item" | "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" | "item" | "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", "item"]>;
|
|
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", "item"]>;
|
|
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", "item"]>;
|
|
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", "item"]>;
|
|
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" | "item" | "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" | "item" | "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" | "item" | "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" | "item" | "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", "item"]>;
|
|
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", "item"]>;
|
|
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", "item"]>;
|
|
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", "item"]>;
|
|
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" | "item" | "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" | "item" | "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" | "item" | "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" | "item" | "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" | "item" | "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" | "item" | "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" | "item" | "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" | "item" | "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" | "item" | "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" | "item" | "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" | "item" | "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" | "item" | "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" | "item" | "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" | "item" | "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" | "item" | "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" | "item" | "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" | "item" | "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" | "item" | "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" | "item" | "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" | "item" | "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" | "item" | "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" | "item" | "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" | "item" | "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" | "item" | "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" | "item" | "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" | "item" | "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" | "item" | "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" | "item" | "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" | "item" | "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" | "item" | "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" | "item" | "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" | "item" | "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" | "item" | "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" | "item" | "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" | "item" | "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" | "item" | "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" | "item" | "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" | "item" | "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" | "item" | "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" | "item" | "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" | "item" | "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" | "item" | "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" | "item" | "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" | "item" | "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", "item"]>;
|
|
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", "item"]>;
|
|
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" | "item" | "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" | "item" | "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" | "item" | "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" | "item" | "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", "item"]>;
|
|
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", "item"]>;
|
|
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" | "item" | "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" | "item" | "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" | "item" | "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" | "item" | "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" | "item" | "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" | "item" | "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" | "item" | "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" | "item" | "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" | "item" | "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" | "item" | "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" | "item" | "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" | "item" | "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" | "item" | "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" | "item" | "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" | "item" | "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" | "item" | "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" | "item" | "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" | "item" | "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" | "item" | "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" | "item" | "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", "item"]>;
|
|
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", "item"]>;
|
|
56583
56731
|
message: z.ZodOptional<z.ZodString>;
|
|
56584
56732
|
messageAttachments: z.ZodOptional<z.ZodObject<{
|
|
56585
56733
|
bucketName: z.ZodString;
|
|
@@ -56844,7 +56992,7 @@ export declare const mainChatContract: {
|
|
|
56844
56992
|
mentions?: string[] | undefined;
|
|
56845
56993
|
}>>;
|
|
56846
56994
|
}, "strip", z.ZodTypeAny, {
|
|
56847
|
-
messageType: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
56995
|
+
messageType: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
56848
56996
|
roomId: string;
|
|
56849
56997
|
message?: string | undefined;
|
|
56850
56998
|
messageAttachments?: {
|
|
@@ -56918,7 +57066,7 @@ export declare const mainChatContract: {
|
|
|
56918
57066
|
mentions?: string[] | undefined;
|
|
56919
57067
|
} | undefined;
|
|
56920
57068
|
}, {
|
|
56921
|
-
messageType: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
57069
|
+
messageType: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
56922
57070
|
roomId: string;
|
|
56923
57071
|
message?: string | undefined;
|
|
56924
57072
|
messageAttachments?: {
|
|
@@ -56998,7 +57146,7 @@ export declare const mainChatContract: {
|
|
|
56998
57146
|
200: z.ZodObject<{
|
|
56999
57147
|
requestId: z.ZodString;
|
|
57000
57148
|
data: z.ZodObject<{
|
|
57001
|
-
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", "item"]>;
|
|
57149
|
+
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", "item"]>;
|
|
57002
57150
|
message: z.ZodString;
|
|
57003
57151
|
id: z.ZodString;
|
|
57004
57152
|
url: z.ZodString;
|
|
@@ -58515,6 +58663,7 @@ export declare const mainChatContract: {
|
|
|
58515
58663
|
channelId: string;
|
|
58516
58664
|
socialPlatformId: string;
|
|
58517
58665
|
}>;
|
|
58666
|
+
csatStatus: z.ZodNullable<z.ZodString>;
|
|
58518
58667
|
actor: z.ZodObject<{
|
|
58519
58668
|
id: z.ZodString;
|
|
58520
58669
|
createdAt: z.ZodDate;
|
|
@@ -58993,6 +59142,7 @@ export declare const mainChatContract: {
|
|
|
58993
59142
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
58994
59143
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
58995
59144
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
59145
|
+
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
58996
59146
|
}, "strip", z.ZodTypeAny, {
|
|
58997
59147
|
name: string;
|
|
58998
59148
|
id: string;
|
|
@@ -59022,6 +59172,7 @@ export declare const mainChatContract: {
|
|
|
59022
59172
|
lineRichMenuId?: string | null | undefined;
|
|
59023
59173
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
59024
59174
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
59175
|
+
isCSATEnabled?: boolean | undefined;
|
|
59025
59176
|
}, {
|
|
59026
59177
|
name: string;
|
|
59027
59178
|
id: string;
|
|
@@ -59051,6 +59202,7 @@ export declare const mainChatContract: {
|
|
|
59051
59202
|
lineRichMenuId?: string | null | undefined;
|
|
59052
59203
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
59053
59204
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
59205
|
+
isCSATEnabled?: boolean | undefined;
|
|
59054
59206
|
}>;
|
|
59055
59207
|
brandName: z.ZodString;
|
|
59056
59208
|
platformId: z.ZodString;
|
|
@@ -59314,6 +59466,7 @@ export declare const mainChatContract: {
|
|
|
59314
59466
|
lineRichMenuId?: string | null | undefined;
|
|
59315
59467
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
59316
59468
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
59469
|
+
isCSATEnabled?: boolean | undefined;
|
|
59317
59470
|
};
|
|
59318
59471
|
status: boolean;
|
|
59319
59472
|
createdAt: Date;
|
|
@@ -59408,6 +59561,7 @@ export declare const mainChatContract: {
|
|
|
59408
59561
|
lineRichMenuId?: string | null | undefined;
|
|
59409
59562
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
59410
59563
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
59564
|
+
isCSATEnabled?: boolean | undefined;
|
|
59411
59565
|
};
|
|
59412
59566
|
status: boolean;
|
|
59413
59567
|
createdAt: Date;
|
|
@@ -60066,6 +60220,7 @@ export declare const mainChatContract: {
|
|
|
60066
60220
|
lineRichMenuId?: string | null | undefined;
|
|
60067
60221
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
60068
60222
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
60223
|
+
isCSATEnabled?: boolean | undefined;
|
|
60069
60224
|
};
|
|
60070
60225
|
status: boolean;
|
|
60071
60226
|
createdAt: Date;
|
|
@@ -60357,6 +60512,7 @@ export declare const mainChatContract: {
|
|
|
60357
60512
|
closedAt: Date;
|
|
60358
60513
|
lastMessageAt: Date | null;
|
|
60359
60514
|
isBotRoom: boolean;
|
|
60515
|
+
csatStatus: string | null;
|
|
60360
60516
|
cxlog: {
|
|
60361
60517
|
id: string;
|
|
60362
60518
|
channel: string | null;
|
|
@@ -60493,6 +60649,7 @@ export declare const mainChatContract: {
|
|
|
60493
60649
|
lineRichMenuId?: string | null | undefined;
|
|
60494
60650
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
60495
60651
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
60652
|
+
isCSATEnabled?: boolean | undefined;
|
|
60496
60653
|
};
|
|
60497
60654
|
status: boolean;
|
|
60498
60655
|
createdAt: Date;
|
|
@@ -60784,6 +60941,7 @@ export declare const mainChatContract: {
|
|
|
60784
60941
|
closedAt: Date;
|
|
60785
60942
|
lastMessageAt: Date | null;
|
|
60786
60943
|
isBotRoom: boolean;
|
|
60944
|
+
csatStatus: string | null;
|
|
60787
60945
|
cxlog: {
|
|
60788
60946
|
id: string;
|
|
60789
60947
|
channel: string | null;
|
|
@@ -60924,7 +61082,7 @@ export declare const mainChatContract: {
|
|
|
60924
61082
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
60925
61083
|
message: z.ZodString;
|
|
60926
61084
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
|
60927
|
-
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", "item"]>;
|
|
61085
|
+
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", "item"]>;
|
|
60928
61086
|
readAt: z.ZodDate;
|
|
60929
61087
|
metadata: z.ZodAny;
|
|
60930
61088
|
platformId: z.ZodString;
|
|
@@ -61582,7 +61740,7 @@ export declare const mainChatContract: {
|
|
|
61582
61740
|
};
|
|
61583
61741
|
}>;
|
|
61584
61742
|
}, "strip", z.ZodTypeAny, {
|
|
61585
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
61743
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
61586
61744
|
message: string;
|
|
61587
61745
|
id: string;
|
|
61588
61746
|
url: string;
|
|
@@ -61744,7 +61902,7 @@ export declare const mainChatContract: {
|
|
|
61744
61902
|
metadata?: any;
|
|
61745
61903
|
template?: any;
|
|
61746
61904
|
}, {
|
|
61747
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
61905
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
61748
61906
|
message: string;
|
|
61749
61907
|
id: string;
|
|
61750
61908
|
url: string;
|
|
@@ -62118,7 +62276,7 @@ export declare const mainChatContract: {
|
|
|
62118
62276
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
62119
62277
|
message: z.ZodString;
|
|
62120
62278
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
|
62121
|
-
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", "item"]>;
|
|
62279
|
+
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", "item"]>;
|
|
62122
62280
|
readAt: z.ZodDate;
|
|
62123
62281
|
metadata: z.ZodAny;
|
|
62124
62282
|
platformId: z.ZodString;
|
|
@@ -63192,6 +63350,7 @@ export declare const mainChatContract: {
|
|
|
63192
63350
|
channelId: string;
|
|
63193
63351
|
socialPlatformId: string;
|
|
63194
63352
|
}>;
|
|
63353
|
+
csatStatus: z.ZodNullable<z.ZodString>;
|
|
63195
63354
|
actor: z.ZodObject<{
|
|
63196
63355
|
id: z.ZodString;
|
|
63197
63356
|
createdAt: z.ZodDate;
|
|
@@ -63670,6 +63829,7 @@ export declare const mainChatContract: {
|
|
|
63670
63829
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
63671
63830
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
63672
63831
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
63832
|
+
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
63673
63833
|
}, "strip", z.ZodTypeAny, {
|
|
63674
63834
|
name: string;
|
|
63675
63835
|
id: string;
|
|
@@ -63699,6 +63859,7 @@ export declare const mainChatContract: {
|
|
|
63699
63859
|
lineRichMenuId?: string | null | undefined;
|
|
63700
63860
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
63701
63861
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
63862
|
+
isCSATEnabled?: boolean | undefined;
|
|
63702
63863
|
}, {
|
|
63703
63864
|
name: string;
|
|
63704
63865
|
id: string;
|
|
@@ -63728,6 +63889,7 @@ export declare const mainChatContract: {
|
|
|
63728
63889
|
lineRichMenuId?: string | null | undefined;
|
|
63729
63890
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
63730
63891
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
63892
|
+
isCSATEnabled?: boolean | undefined;
|
|
63731
63893
|
}>;
|
|
63732
63894
|
brandName: z.ZodString;
|
|
63733
63895
|
platformId: z.ZodString;
|
|
@@ -63991,6 +64153,7 @@ export declare const mainChatContract: {
|
|
|
63991
64153
|
lineRichMenuId?: string | null | undefined;
|
|
63992
64154
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
63993
64155
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
64156
|
+
isCSATEnabled?: boolean | undefined;
|
|
63994
64157
|
};
|
|
63995
64158
|
status: boolean;
|
|
63996
64159
|
createdAt: Date;
|
|
@@ -64085,6 +64248,7 @@ export declare const mainChatContract: {
|
|
|
64085
64248
|
lineRichMenuId?: string | null | undefined;
|
|
64086
64249
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
64087
64250
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
64251
|
+
isCSATEnabled?: boolean | undefined;
|
|
64088
64252
|
};
|
|
64089
64253
|
status: boolean;
|
|
64090
64254
|
createdAt: Date;
|
|
@@ -64743,6 +64907,7 @@ export declare const mainChatContract: {
|
|
|
64743
64907
|
lineRichMenuId?: string | null | undefined;
|
|
64744
64908
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
64745
64909
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
64910
|
+
isCSATEnabled?: boolean | undefined;
|
|
64746
64911
|
};
|
|
64747
64912
|
status: boolean;
|
|
64748
64913
|
createdAt: Date;
|
|
@@ -65034,6 +65199,7 @@ export declare const mainChatContract: {
|
|
|
65034
65199
|
closedAt: Date;
|
|
65035
65200
|
lastMessageAt: Date | null;
|
|
65036
65201
|
isBotRoom: boolean;
|
|
65202
|
+
csatStatus: string | null;
|
|
65037
65203
|
cxlog: {
|
|
65038
65204
|
id: string;
|
|
65039
65205
|
channel: string | null;
|
|
@@ -65170,6 +65336,7 @@ export declare const mainChatContract: {
|
|
|
65170
65336
|
lineRichMenuId?: string | null | undefined;
|
|
65171
65337
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
65172
65338
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
65339
|
+
isCSATEnabled?: boolean | undefined;
|
|
65173
65340
|
};
|
|
65174
65341
|
status: boolean;
|
|
65175
65342
|
createdAt: Date;
|
|
@@ -65461,6 +65628,7 @@ export declare const mainChatContract: {
|
|
|
65461
65628
|
closedAt: Date;
|
|
65462
65629
|
lastMessageAt: Date | null;
|
|
65463
65630
|
isBotRoom: boolean;
|
|
65631
|
+
csatStatus: string | null;
|
|
65464
65632
|
cxlog: {
|
|
65465
65633
|
id: string;
|
|
65466
65634
|
channel: string | null;
|
|
@@ -65604,7 +65772,7 @@ export declare const mainChatContract: {
|
|
|
65604
65772
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
65605
65773
|
message: z.ZodString;
|
|
65606
65774
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
|
65607
|
-
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", "item"]>;
|
|
65775
|
+
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", "item"]>;
|
|
65608
65776
|
readAt: z.ZodDate;
|
|
65609
65777
|
metadata: z.ZodAny;
|
|
65610
65778
|
platformId: z.ZodString;
|
|
@@ -66262,7 +66430,7 @@ export declare const mainChatContract: {
|
|
|
66262
66430
|
};
|
|
66263
66431
|
}>;
|
|
66264
66432
|
}, "strip", z.ZodTypeAny, {
|
|
66265
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
66433
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
66266
66434
|
message: string;
|
|
66267
66435
|
id: string;
|
|
66268
66436
|
url: string;
|
|
@@ -66424,7 +66592,7 @@ export declare const mainChatContract: {
|
|
|
66424
66592
|
metadata?: any;
|
|
66425
66593
|
template?: any;
|
|
66426
66594
|
}, {
|
|
66427
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
66595
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
66428
66596
|
message: string;
|
|
66429
66597
|
id: string;
|
|
66430
66598
|
url: string;
|
|
@@ -67226,7 +67394,7 @@ export declare const mainChatContract: {
|
|
|
67226
67394
|
editedMessageid: z.ZodString;
|
|
67227
67395
|
label: z.ZodOptional<z.ZodString>;
|
|
67228
67396
|
}, "strip", z.ZodTypeAny, {
|
|
67229
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
67397
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
67230
67398
|
message: string;
|
|
67231
67399
|
id: string;
|
|
67232
67400
|
url: string;
|
|
@@ -67370,6 +67538,7 @@ export declare const mainChatContract: {
|
|
|
67370
67538
|
lineRichMenuId?: string | null | undefined;
|
|
67371
67539
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
67372
67540
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
67541
|
+
isCSATEnabled?: boolean | undefined;
|
|
67373
67542
|
};
|
|
67374
67543
|
status: boolean;
|
|
67375
67544
|
createdAt: Date;
|
|
@@ -67661,6 +67830,7 @@ export declare const mainChatContract: {
|
|
|
67661
67830
|
closedAt: Date;
|
|
67662
67831
|
lastMessageAt: Date | null;
|
|
67663
67832
|
isBotRoom: boolean;
|
|
67833
|
+
csatStatus: string | null;
|
|
67664
67834
|
cxlog: {
|
|
67665
67835
|
id: string;
|
|
67666
67836
|
channel: string | null;
|
|
@@ -67779,7 +67949,7 @@ export declare const mainChatContract: {
|
|
|
67779
67949
|
previewUrl: string;
|
|
67780
67950
|
imageSetId: string;
|
|
67781
67951
|
repliedMessage: {
|
|
67782
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
67952
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
67783
67953
|
message: string;
|
|
67784
67954
|
id: string;
|
|
67785
67955
|
url: string;
|
|
@@ -67990,7 +68160,7 @@ export declare const mainChatContract: {
|
|
|
67990
68160
|
template?: any;
|
|
67991
68161
|
label?: string | undefined;
|
|
67992
68162
|
}, {
|
|
67993
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
68163
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
67994
68164
|
message: string;
|
|
67995
68165
|
id: string;
|
|
67996
68166
|
url: string;
|
|
@@ -68134,6 +68304,7 @@ export declare const mainChatContract: {
|
|
|
68134
68304
|
lineRichMenuId?: string | null | undefined;
|
|
68135
68305
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
68136
68306
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
68307
|
+
isCSATEnabled?: boolean | undefined;
|
|
68137
68308
|
};
|
|
68138
68309
|
status: boolean;
|
|
68139
68310
|
createdAt: Date;
|
|
@@ -68425,6 +68596,7 @@ export declare const mainChatContract: {
|
|
|
68425
68596
|
closedAt: Date;
|
|
68426
68597
|
lastMessageAt: Date | null;
|
|
68427
68598
|
isBotRoom: boolean;
|
|
68599
|
+
csatStatus: string | null;
|
|
68428
68600
|
cxlog: {
|
|
68429
68601
|
id: string;
|
|
68430
68602
|
channel: string | null;
|
|
@@ -68543,7 +68715,7 @@ export declare const mainChatContract: {
|
|
|
68543
68715
|
previewUrl: string;
|
|
68544
68716
|
imageSetId: string;
|
|
68545
68717
|
repliedMessage: {
|
|
68546
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
68718
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
68547
68719
|
message: string;
|
|
68548
68720
|
id: string;
|
|
68549
68721
|
url: string;
|
|
@@ -68755,7 +68927,7 @@ export declare const mainChatContract: {
|
|
|
68755
68927
|
label?: string | undefined;
|
|
68756
68928
|
}>>>;
|
|
68757
68929
|
}, "strip", z.ZodTypeAny, {
|
|
68758
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
68930
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
68759
68931
|
message: string;
|
|
68760
68932
|
id: string;
|
|
68761
68933
|
url: string;
|
|
@@ -68899,6 +69071,7 @@ export declare const mainChatContract: {
|
|
|
68899
69071
|
lineRichMenuId?: string | null | undefined;
|
|
68900
69072
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
68901
69073
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
69074
|
+
isCSATEnabled?: boolean | undefined;
|
|
68902
69075
|
};
|
|
68903
69076
|
status: boolean;
|
|
68904
69077
|
createdAt: Date;
|
|
@@ -69190,6 +69363,7 @@ export declare const mainChatContract: {
|
|
|
69190
69363
|
closedAt: Date;
|
|
69191
69364
|
lastMessageAt: Date | null;
|
|
69192
69365
|
isBotRoom: boolean;
|
|
69366
|
+
csatStatus: string | null;
|
|
69193
69367
|
cxlog: {
|
|
69194
69368
|
id: string;
|
|
69195
69369
|
channel: string | null;
|
|
@@ -69308,7 +69482,7 @@ export declare const mainChatContract: {
|
|
|
69308
69482
|
previewUrl: string;
|
|
69309
69483
|
imageSetId: string;
|
|
69310
69484
|
repliedMessage: {
|
|
69311
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
69485
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
69312
69486
|
message: string;
|
|
69313
69487
|
id: string;
|
|
69314
69488
|
url: string;
|
|
@@ -69519,7 +69693,7 @@ export declare const mainChatContract: {
|
|
|
69519
69693
|
template?: any;
|
|
69520
69694
|
metadata?: any;
|
|
69521
69695
|
fromMessage?: {
|
|
69522
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
69696
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
69523
69697
|
message: string;
|
|
69524
69698
|
id: string;
|
|
69525
69699
|
url: string;
|
|
@@ -69663,6 +69837,7 @@ export declare const mainChatContract: {
|
|
|
69663
69837
|
lineRichMenuId?: string | null | undefined;
|
|
69664
69838
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
69665
69839
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
69840
|
+
isCSATEnabled?: boolean | undefined;
|
|
69666
69841
|
};
|
|
69667
69842
|
status: boolean;
|
|
69668
69843
|
createdAt: Date;
|
|
@@ -69954,6 +70129,7 @@ export declare const mainChatContract: {
|
|
|
69954
70129
|
closedAt: Date;
|
|
69955
70130
|
lastMessageAt: Date | null;
|
|
69956
70131
|
isBotRoom: boolean;
|
|
70132
|
+
csatStatus: string | null;
|
|
69957
70133
|
cxlog: {
|
|
69958
70134
|
id: string;
|
|
69959
70135
|
channel: string | null;
|
|
@@ -70072,7 +70248,7 @@ export declare const mainChatContract: {
|
|
|
70072
70248
|
previewUrl: string;
|
|
70073
70249
|
imageSetId: string;
|
|
70074
70250
|
repliedMessage: {
|
|
70075
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
70251
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
70076
70252
|
message: string;
|
|
70077
70253
|
id: string;
|
|
70078
70254
|
url: string;
|
|
@@ -70284,7 +70460,7 @@ export declare const mainChatContract: {
|
|
|
70284
70460
|
label?: string | undefined;
|
|
70285
70461
|
} | null | undefined;
|
|
70286
70462
|
}, {
|
|
70287
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
70463
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
70288
70464
|
message: string;
|
|
70289
70465
|
id: string;
|
|
70290
70466
|
url: string;
|
|
@@ -70428,6 +70604,7 @@ export declare const mainChatContract: {
|
|
|
70428
70604
|
lineRichMenuId?: string | null | undefined;
|
|
70429
70605
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
70430
70606
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
70607
|
+
isCSATEnabled?: boolean | undefined;
|
|
70431
70608
|
};
|
|
70432
70609
|
status: boolean;
|
|
70433
70610
|
createdAt: Date;
|
|
@@ -70719,6 +70896,7 @@ export declare const mainChatContract: {
|
|
|
70719
70896
|
closedAt: Date;
|
|
70720
70897
|
lastMessageAt: Date | null;
|
|
70721
70898
|
isBotRoom: boolean;
|
|
70899
|
+
csatStatus: string | null;
|
|
70722
70900
|
cxlog: {
|
|
70723
70901
|
id: string;
|
|
70724
70902
|
channel: string | null;
|
|
@@ -70837,7 +71015,7 @@ export declare const mainChatContract: {
|
|
|
70837
71015
|
previewUrl: string;
|
|
70838
71016
|
imageSetId: string;
|
|
70839
71017
|
repliedMessage: {
|
|
70840
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
71018
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
70841
71019
|
message: string;
|
|
70842
71020
|
id: string;
|
|
70843
71021
|
url: string;
|
|
@@ -71048,7 +71226,7 @@ export declare const mainChatContract: {
|
|
|
71048
71226
|
template?: any;
|
|
71049
71227
|
metadata?: any;
|
|
71050
71228
|
fromMessage?: {
|
|
71051
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
71229
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
71052
71230
|
message: string;
|
|
71053
71231
|
id: string;
|
|
71054
71232
|
url: string;
|
|
@@ -71192,6 +71370,7 @@ export declare const mainChatContract: {
|
|
|
71192
71370
|
lineRichMenuId?: string | null | undefined;
|
|
71193
71371
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
71194
71372
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
71373
|
+
isCSATEnabled?: boolean | undefined;
|
|
71195
71374
|
};
|
|
71196
71375
|
status: boolean;
|
|
71197
71376
|
createdAt: Date;
|
|
@@ -71483,6 +71662,7 @@ export declare const mainChatContract: {
|
|
|
71483
71662
|
closedAt: Date;
|
|
71484
71663
|
lastMessageAt: Date | null;
|
|
71485
71664
|
isBotRoom: boolean;
|
|
71665
|
+
csatStatus: string | null;
|
|
71486
71666
|
cxlog: {
|
|
71487
71667
|
id: string;
|
|
71488
71668
|
channel: string | null;
|
|
@@ -71601,7 +71781,7 @@ export declare const mainChatContract: {
|
|
|
71601
71781
|
previewUrl: string;
|
|
71602
71782
|
imageSetId: string;
|
|
71603
71783
|
repliedMessage: {
|
|
71604
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
71784
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
71605
71785
|
message: string;
|
|
71606
71786
|
id: string;
|
|
71607
71787
|
url: string;
|
|
@@ -71815,7 +71995,7 @@ export declare const mainChatContract: {
|
|
|
71815
71995
|
}>;
|
|
71816
71996
|
}, "strip", z.ZodTypeAny, {
|
|
71817
71997
|
data: {
|
|
71818
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
71998
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
71819
71999
|
message: string;
|
|
71820
72000
|
id: string;
|
|
71821
72001
|
url: string;
|
|
@@ -71959,6 +72139,7 @@ export declare const mainChatContract: {
|
|
|
71959
72139
|
lineRichMenuId?: string | null | undefined;
|
|
71960
72140
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
71961
72141
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
72142
|
+
isCSATEnabled?: boolean | undefined;
|
|
71962
72143
|
};
|
|
71963
72144
|
status: boolean;
|
|
71964
72145
|
createdAt: Date;
|
|
@@ -72250,6 +72431,7 @@ export declare const mainChatContract: {
|
|
|
72250
72431
|
closedAt: Date;
|
|
72251
72432
|
lastMessageAt: Date | null;
|
|
72252
72433
|
isBotRoom: boolean;
|
|
72434
|
+
csatStatus: string | null;
|
|
72253
72435
|
cxlog: {
|
|
72254
72436
|
id: string;
|
|
72255
72437
|
channel: string | null;
|
|
@@ -72368,7 +72550,7 @@ export declare const mainChatContract: {
|
|
|
72368
72550
|
previewUrl: string;
|
|
72369
72551
|
imageSetId: string;
|
|
72370
72552
|
repliedMessage: {
|
|
72371
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
72553
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
72372
72554
|
message: string;
|
|
72373
72555
|
id: string;
|
|
72374
72556
|
url: string;
|
|
@@ -72579,7 +72761,7 @@ export declare const mainChatContract: {
|
|
|
72579
72761
|
template?: any;
|
|
72580
72762
|
metadata?: any;
|
|
72581
72763
|
fromMessage?: {
|
|
72582
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
72764
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
72583
72765
|
message: string;
|
|
72584
72766
|
id: string;
|
|
72585
72767
|
url: string;
|
|
@@ -72723,6 +72905,7 @@ export declare const mainChatContract: {
|
|
|
72723
72905
|
lineRichMenuId?: string | null | undefined;
|
|
72724
72906
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
72725
72907
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
72908
|
+
isCSATEnabled?: boolean | undefined;
|
|
72726
72909
|
};
|
|
72727
72910
|
status: boolean;
|
|
72728
72911
|
createdAt: Date;
|
|
@@ -73014,6 +73197,7 @@ export declare const mainChatContract: {
|
|
|
73014
73197
|
closedAt: Date;
|
|
73015
73198
|
lastMessageAt: Date | null;
|
|
73016
73199
|
isBotRoom: boolean;
|
|
73200
|
+
csatStatus: string | null;
|
|
73017
73201
|
cxlog: {
|
|
73018
73202
|
id: string;
|
|
73019
73203
|
channel: string | null;
|
|
@@ -73132,7 +73316,7 @@ export declare const mainChatContract: {
|
|
|
73132
73316
|
previewUrl: string;
|
|
73133
73317
|
imageSetId: string;
|
|
73134
73318
|
repliedMessage: {
|
|
73135
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
73319
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
73136
73320
|
message: string;
|
|
73137
73321
|
id: string;
|
|
73138
73322
|
url: string;
|
|
@@ -73347,7 +73531,7 @@ export declare const mainChatContract: {
|
|
|
73347
73531
|
requestId: string;
|
|
73348
73532
|
}, {
|
|
73349
73533
|
data: {
|
|
73350
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
73534
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
73351
73535
|
message: string;
|
|
73352
73536
|
id: string;
|
|
73353
73537
|
url: string;
|
|
@@ -73491,6 +73675,7 @@ export declare const mainChatContract: {
|
|
|
73491
73675
|
lineRichMenuId?: string | null | undefined;
|
|
73492
73676
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
73493
73677
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
73678
|
+
isCSATEnabled?: boolean | undefined;
|
|
73494
73679
|
};
|
|
73495
73680
|
status: boolean;
|
|
73496
73681
|
createdAt: Date;
|
|
@@ -73782,6 +73967,7 @@ export declare const mainChatContract: {
|
|
|
73782
73967
|
closedAt: Date;
|
|
73783
73968
|
lastMessageAt: Date | null;
|
|
73784
73969
|
isBotRoom: boolean;
|
|
73970
|
+
csatStatus: string | null;
|
|
73785
73971
|
cxlog: {
|
|
73786
73972
|
id: string;
|
|
73787
73973
|
channel: string | null;
|
|
@@ -73900,7 +74086,7 @@ export declare const mainChatContract: {
|
|
|
73900
74086
|
previewUrl: string;
|
|
73901
74087
|
imageSetId: string;
|
|
73902
74088
|
repliedMessage: {
|
|
73903
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
74089
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
73904
74090
|
message: string;
|
|
73905
74091
|
id: string;
|
|
73906
74092
|
url: string;
|
|
@@ -74111,7 +74297,7 @@ export declare const mainChatContract: {
|
|
|
74111
74297
|
template?: any;
|
|
74112
74298
|
metadata?: any;
|
|
74113
74299
|
fromMessage?: {
|
|
74114
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
74300
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
74115
74301
|
message: string;
|
|
74116
74302
|
id: string;
|
|
74117
74303
|
url: string;
|
|
@@ -74255,6 +74441,7 @@ export declare const mainChatContract: {
|
|
|
74255
74441
|
lineRichMenuId?: string | null | undefined;
|
|
74256
74442
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
74257
74443
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
74444
|
+
isCSATEnabled?: boolean | undefined;
|
|
74258
74445
|
};
|
|
74259
74446
|
status: boolean;
|
|
74260
74447
|
createdAt: Date;
|
|
@@ -74546,6 +74733,7 @@ export declare const mainChatContract: {
|
|
|
74546
74733
|
closedAt: Date;
|
|
74547
74734
|
lastMessageAt: Date | null;
|
|
74548
74735
|
isBotRoom: boolean;
|
|
74736
|
+
csatStatus: string | null;
|
|
74549
74737
|
cxlog: {
|
|
74550
74738
|
id: string;
|
|
74551
74739
|
channel: string | null;
|
|
@@ -74664,7 +74852,7 @@ export declare const mainChatContract: {
|
|
|
74664
74852
|
previewUrl: string;
|
|
74665
74853
|
imageSetId: string;
|
|
74666
74854
|
repliedMessage: {
|
|
74667
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
74855
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
74668
74856
|
message: string;
|
|
74669
74857
|
id: string;
|
|
74670
74858
|
url: string;
|
|
@@ -75056,7 +75244,7 @@ export declare const mainChatContract: {
|
|
|
75056
75244
|
page: z.ZodNumber;
|
|
75057
75245
|
pageSize: z.ZodNumber;
|
|
75058
75246
|
data: z.ZodArray<z.ZodObject<{
|
|
75059
|
-
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", "item"]>;
|
|
75247
|
+
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", "item"]>;
|
|
75060
75248
|
message: z.ZodString;
|
|
75061
75249
|
id: z.ZodString;
|
|
75062
75250
|
url: z.ZodString;
|
|
@@ -76573,6 +76761,7 @@ export declare const mainChatContract: {
|
|
|
76573
76761
|
channelId: string;
|
|
76574
76762
|
socialPlatformId: string;
|
|
76575
76763
|
}>;
|
|
76764
|
+
csatStatus: z.ZodNullable<z.ZodString>;
|
|
76576
76765
|
actor: z.ZodObject<{
|
|
76577
76766
|
id: z.ZodString;
|
|
76578
76767
|
createdAt: z.ZodDate;
|
|
@@ -77051,6 +77240,7 @@ export declare const mainChatContract: {
|
|
|
77051
77240
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
77052
77241
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
77053
77242
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
77243
|
+
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
77054
77244
|
}, "strip", z.ZodTypeAny, {
|
|
77055
77245
|
name: string;
|
|
77056
77246
|
id: string;
|
|
@@ -77080,6 +77270,7 @@ export declare const mainChatContract: {
|
|
|
77080
77270
|
lineRichMenuId?: string | null | undefined;
|
|
77081
77271
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
77082
77272
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
77273
|
+
isCSATEnabled?: boolean | undefined;
|
|
77083
77274
|
}, {
|
|
77084
77275
|
name: string;
|
|
77085
77276
|
id: string;
|
|
@@ -77109,6 +77300,7 @@ export declare const mainChatContract: {
|
|
|
77109
77300
|
lineRichMenuId?: string | null | undefined;
|
|
77110
77301
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
77111
77302
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
77303
|
+
isCSATEnabled?: boolean | undefined;
|
|
77112
77304
|
}>;
|
|
77113
77305
|
brandName: z.ZodString;
|
|
77114
77306
|
platformId: z.ZodString;
|
|
@@ -77372,6 +77564,7 @@ export declare const mainChatContract: {
|
|
|
77372
77564
|
lineRichMenuId?: string | null | undefined;
|
|
77373
77565
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
77374
77566
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
77567
|
+
isCSATEnabled?: boolean | undefined;
|
|
77375
77568
|
};
|
|
77376
77569
|
status: boolean;
|
|
77377
77570
|
createdAt: Date;
|
|
@@ -77466,6 +77659,7 @@ export declare const mainChatContract: {
|
|
|
77466
77659
|
lineRichMenuId?: string | null | undefined;
|
|
77467
77660
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
77468
77661
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
77662
|
+
isCSATEnabled?: boolean | undefined;
|
|
77469
77663
|
};
|
|
77470
77664
|
status: boolean;
|
|
77471
77665
|
createdAt: Date;
|
|
@@ -78124,6 +78318,7 @@ export declare const mainChatContract: {
|
|
|
78124
78318
|
lineRichMenuId?: string | null | undefined;
|
|
78125
78319
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
78126
78320
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
78321
|
+
isCSATEnabled?: boolean | undefined;
|
|
78127
78322
|
};
|
|
78128
78323
|
status: boolean;
|
|
78129
78324
|
createdAt: Date;
|
|
@@ -78415,6 +78610,7 @@ export declare const mainChatContract: {
|
|
|
78415
78610
|
closedAt: Date;
|
|
78416
78611
|
lastMessageAt: Date | null;
|
|
78417
78612
|
isBotRoom: boolean;
|
|
78613
|
+
csatStatus: string | null;
|
|
78418
78614
|
cxlog: {
|
|
78419
78615
|
id: string;
|
|
78420
78616
|
channel: string | null;
|
|
@@ -78551,6 +78747,7 @@ export declare const mainChatContract: {
|
|
|
78551
78747
|
lineRichMenuId?: string | null | undefined;
|
|
78552
78748
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
78553
78749
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
78750
|
+
isCSATEnabled?: boolean | undefined;
|
|
78554
78751
|
};
|
|
78555
78752
|
status: boolean;
|
|
78556
78753
|
createdAt: Date;
|
|
@@ -78842,6 +79039,7 @@ export declare const mainChatContract: {
|
|
|
78842
79039
|
closedAt: Date;
|
|
78843
79040
|
lastMessageAt: Date | null;
|
|
78844
79041
|
isBotRoom: boolean;
|
|
79042
|
+
csatStatus: string | null;
|
|
78845
79043
|
cxlog: {
|
|
78846
79044
|
id: string;
|
|
78847
79045
|
channel: string | null;
|
|
@@ -78982,7 +79180,7 @@ export declare const mainChatContract: {
|
|
|
78982
79180
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
78983
79181
|
message: z.ZodString;
|
|
78984
79182
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
|
78985
|
-
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", "item"]>;
|
|
79183
|
+
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", "item"]>;
|
|
78986
79184
|
readAt: z.ZodDate;
|
|
78987
79185
|
metadata: z.ZodAny;
|
|
78988
79186
|
platformId: z.ZodString;
|
|
@@ -79640,7 +79838,7 @@ export declare const mainChatContract: {
|
|
|
79640
79838
|
};
|
|
79641
79839
|
}>;
|
|
79642
79840
|
}, "strip", z.ZodTypeAny, {
|
|
79643
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
79841
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
79644
79842
|
message: string;
|
|
79645
79843
|
id: string;
|
|
79646
79844
|
url: string;
|
|
@@ -79802,7 +80000,7 @@ export declare const mainChatContract: {
|
|
|
79802
80000
|
metadata?: any;
|
|
79803
80001
|
template?: any;
|
|
79804
80002
|
}, {
|
|
79805
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
80003
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
79806
80004
|
message: string;
|
|
79807
80005
|
id: string;
|
|
79808
80006
|
url: string;
|
|
@@ -80177,7 +80375,7 @@ export declare const mainChatContract: {
|
|
|
80177
80375
|
updatedAt: z.ZodDate;
|
|
80178
80376
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
80179
80377
|
message: z.ZodNullable<z.ZodString>;
|
|
80180
|
-
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", "item"]>]>;
|
|
80378
|
+
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", "item"]>]>;
|
|
80181
80379
|
metadata: z.ZodAny;
|
|
80182
80380
|
platformId: z.ZodString;
|
|
80183
80381
|
platformMessageId: z.ZodString;
|
|
@@ -80255,6 +80453,7 @@ export declare const mainChatContract: {
|
|
|
80255
80453
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
80256
80454
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
80257
80455
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
80456
|
+
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
80258
80457
|
}, "strip", z.ZodTypeAny, {
|
|
80259
80458
|
name: string;
|
|
80260
80459
|
id: string;
|
|
@@ -80284,6 +80483,7 @@ export declare const mainChatContract: {
|
|
|
80284
80483
|
lineRichMenuId?: string | null | undefined;
|
|
80285
80484
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
80286
80485
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
80486
|
+
isCSATEnabled?: boolean | undefined;
|
|
80287
80487
|
}, {
|
|
80288
80488
|
name: string;
|
|
80289
80489
|
id: string;
|
|
@@ -80313,6 +80513,7 @@ export declare const mainChatContract: {
|
|
|
80313
80513
|
lineRichMenuId?: string | null | undefined;
|
|
80314
80514
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
80315
80515
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
80516
|
+
isCSATEnabled?: boolean | undefined;
|
|
80316
80517
|
}>;
|
|
80317
80518
|
brandName: z.ZodString;
|
|
80318
80519
|
platformId: z.ZodString;
|
|
@@ -80576,6 +80777,7 @@ export declare const mainChatContract: {
|
|
|
80576
80777
|
lineRichMenuId?: string | null | undefined;
|
|
80577
80778
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
80578
80779
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
80780
|
+
isCSATEnabled?: boolean | undefined;
|
|
80579
80781
|
};
|
|
80580
80782
|
status: boolean;
|
|
80581
80783
|
createdAt: Date;
|
|
@@ -80670,6 +80872,7 @@ export declare const mainChatContract: {
|
|
|
80670
80872
|
lineRichMenuId?: string | null | undefined;
|
|
80671
80873
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
80672
80874
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
80875
|
+
isCSATEnabled?: boolean | undefined;
|
|
80673
80876
|
};
|
|
80674
80877
|
status: boolean;
|
|
80675
80878
|
createdAt: Date;
|
|
@@ -81985,7 +82188,7 @@ export declare const mainChatContract: {
|
|
|
81985
82188
|
}>;
|
|
81986
82189
|
permalinkURL: z.ZodString;
|
|
81987
82190
|
}, "strip", z.ZodTypeAny, {
|
|
81988
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
82191
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
81989
82192
|
message: string | null;
|
|
81990
82193
|
id: string;
|
|
81991
82194
|
channel: {
|
|
@@ -82021,6 +82224,7 @@ export declare const mainChatContract: {
|
|
|
82021
82224
|
lineRichMenuId?: string | null | undefined;
|
|
82022
82225
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
82023
82226
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
82227
|
+
isCSATEnabled?: boolean | undefined;
|
|
82024
82228
|
};
|
|
82025
82229
|
status: boolean;
|
|
82026
82230
|
createdAt: Date;
|
|
@@ -82266,7 +82470,7 @@ export declare const mainChatContract: {
|
|
|
82266
82470
|
metadata?: any;
|
|
82267
82471
|
template?: any;
|
|
82268
82472
|
}, {
|
|
82269
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
82473
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
82270
82474
|
message: string | null;
|
|
82271
82475
|
id: string;
|
|
82272
82476
|
channel: {
|
|
@@ -82302,6 +82506,7 @@ export declare const mainChatContract: {
|
|
|
82302
82506
|
lineRichMenuId?: string | null | undefined;
|
|
82303
82507
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
82304
82508
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
82509
|
+
isCSATEnabled?: boolean | undefined;
|
|
82305
82510
|
};
|
|
82306
82511
|
status: boolean;
|
|
82307
82512
|
createdAt: Date;
|
|
@@ -82549,7 +82754,7 @@ export declare const mainChatContract: {
|
|
|
82549
82754
|
}>>;
|
|
82550
82755
|
replyReaction: z.ZodNullable<z.ZodString>;
|
|
82551
82756
|
}, "strip", z.ZodTypeAny, {
|
|
82552
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
82757
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
82553
82758
|
message: string;
|
|
82554
82759
|
id: string;
|
|
82555
82760
|
url: string;
|
|
@@ -82693,6 +82898,7 @@ export declare const mainChatContract: {
|
|
|
82693
82898
|
lineRichMenuId?: string | null | undefined;
|
|
82694
82899
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
82695
82900
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
82901
|
+
isCSATEnabled?: boolean | undefined;
|
|
82696
82902
|
};
|
|
82697
82903
|
status: boolean;
|
|
82698
82904
|
createdAt: Date;
|
|
@@ -82984,6 +83190,7 @@ export declare const mainChatContract: {
|
|
|
82984
83190
|
closedAt: Date;
|
|
82985
83191
|
lastMessageAt: Date | null;
|
|
82986
83192
|
isBotRoom: boolean;
|
|
83193
|
+
csatStatus: string | null;
|
|
82987
83194
|
cxlog: {
|
|
82988
83195
|
id: string;
|
|
82989
83196
|
channel: string | null;
|
|
@@ -83102,7 +83309,7 @@ export declare const mainChatContract: {
|
|
|
83102
83309
|
previewUrl: string;
|
|
83103
83310
|
imageSetId: string;
|
|
83104
83311
|
repliedMessage: {
|
|
83105
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
83312
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
83106
83313
|
message: string;
|
|
83107
83314
|
id: string;
|
|
83108
83315
|
url: string;
|
|
@@ -83312,7 +83519,7 @@ export declare const mainChatContract: {
|
|
|
83312
83519
|
parentMessageId: string | null;
|
|
83313
83520
|
feedPostId: string | null;
|
|
83314
83521
|
feedPost: {
|
|
83315
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
83522
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
83316
83523
|
message: string | null;
|
|
83317
83524
|
id: string;
|
|
83318
83525
|
channel: {
|
|
@@ -83348,6 +83555,7 @@ export declare const mainChatContract: {
|
|
|
83348
83555
|
lineRichMenuId?: string | null | undefined;
|
|
83349
83556
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
83350
83557
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
83558
|
+
isCSATEnabled?: boolean | undefined;
|
|
83351
83559
|
};
|
|
83352
83560
|
status: boolean;
|
|
83353
83561
|
createdAt: Date;
|
|
@@ -83598,7 +83806,7 @@ export declare const mainChatContract: {
|
|
|
83598
83806
|
template?: any;
|
|
83599
83807
|
metadata?: any;
|
|
83600
83808
|
}, {
|
|
83601
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
83809
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
83602
83810
|
message: string;
|
|
83603
83811
|
id: string;
|
|
83604
83812
|
url: string;
|
|
@@ -83742,6 +83950,7 @@ export declare const mainChatContract: {
|
|
|
83742
83950
|
lineRichMenuId?: string | null | undefined;
|
|
83743
83951
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
83744
83952
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
83953
|
+
isCSATEnabled?: boolean | undefined;
|
|
83745
83954
|
};
|
|
83746
83955
|
status: boolean;
|
|
83747
83956
|
createdAt: Date;
|
|
@@ -84033,6 +84242,7 @@ export declare const mainChatContract: {
|
|
|
84033
84242
|
closedAt: Date;
|
|
84034
84243
|
lastMessageAt: Date | null;
|
|
84035
84244
|
isBotRoom: boolean;
|
|
84245
|
+
csatStatus: string | null;
|
|
84036
84246
|
cxlog: {
|
|
84037
84247
|
id: string;
|
|
84038
84248
|
channel: string | null;
|
|
@@ -84151,7 +84361,7 @@ export declare const mainChatContract: {
|
|
|
84151
84361
|
previewUrl: string;
|
|
84152
84362
|
imageSetId: string;
|
|
84153
84363
|
repliedMessage: {
|
|
84154
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
84364
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
84155
84365
|
message: string;
|
|
84156
84366
|
id: string;
|
|
84157
84367
|
url: string;
|
|
@@ -84361,7 +84571,7 @@ export declare const mainChatContract: {
|
|
|
84361
84571
|
parentMessageId: string | null;
|
|
84362
84572
|
feedPostId: string | null;
|
|
84363
84573
|
feedPost: {
|
|
84364
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
84574
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
84365
84575
|
message: string | null;
|
|
84366
84576
|
id: string;
|
|
84367
84577
|
channel: {
|
|
@@ -84397,6 +84607,7 @@ export declare const mainChatContract: {
|
|
|
84397
84607
|
lineRichMenuId?: string | null | undefined;
|
|
84398
84608
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
84399
84609
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
84610
|
+
isCSATEnabled?: boolean | undefined;
|
|
84400
84611
|
};
|
|
84401
84612
|
status: boolean;
|
|
84402
84613
|
createdAt: Date;
|
|
@@ -84649,7 +84860,7 @@ export declare const mainChatContract: {
|
|
|
84649
84860
|
}>, "many">;
|
|
84650
84861
|
}, "strip", z.ZodTypeAny, {
|
|
84651
84862
|
data: {
|
|
84652
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
84863
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
84653
84864
|
message: string;
|
|
84654
84865
|
id: string;
|
|
84655
84866
|
url: string;
|
|
@@ -84793,6 +85004,7 @@ export declare const mainChatContract: {
|
|
|
84793
85004
|
lineRichMenuId?: string | null | undefined;
|
|
84794
85005
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
84795
85006
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
85007
|
+
isCSATEnabled?: boolean | undefined;
|
|
84796
85008
|
};
|
|
84797
85009
|
status: boolean;
|
|
84798
85010
|
createdAt: Date;
|
|
@@ -85084,6 +85296,7 @@ export declare const mainChatContract: {
|
|
|
85084
85296
|
closedAt: Date;
|
|
85085
85297
|
lastMessageAt: Date | null;
|
|
85086
85298
|
isBotRoom: boolean;
|
|
85299
|
+
csatStatus: string | null;
|
|
85087
85300
|
cxlog: {
|
|
85088
85301
|
id: string;
|
|
85089
85302
|
channel: string | null;
|
|
@@ -85202,7 +85415,7 @@ export declare const mainChatContract: {
|
|
|
85202
85415
|
previewUrl: string;
|
|
85203
85416
|
imageSetId: string;
|
|
85204
85417
|
repliedMessage: {
|
|
85205
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
85418
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
85206
85419
|
message: string;
|
|
85207
85420
|
id: string;
|
|
85208
85421
|
url: string;
|
|
@@ -85412,7 +85625,7 @@ export declare const mainChatContract: {
|
|
|
85412
85625
|
parentMessageId: string | null;
|
|
85413
85626
|
feedPostId: string | null;
|
|
85414
85627
|
feedPost: {
|
|
85415
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
85628
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
85416
85629
|
message: string | null;
|
|
85417
85630
|
id: string;
|
|
85418
85631
|
channel: {
|
|
@@ -85448,6 +85661,7 @@ export declare const mainChatContract: {
|
|
|
85448
85661
|
lineRichMenuId?: string | null | undefined;
|
|
85449
85662
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
85450
85663
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
85664
|
+
isCSATEnabled?: boolean | undefined;
|
|
85451
85665
|
};
|
|
85452
85666
|
status: boolean;
|
|
85453
85667
|
createdAt: Date;
|
|
@@ -85704,7 +85918,7 @@ export declare const mainChatContract: {
|
|
|
85704
85918
|
requestId: string;
|
|
85705
85919
|
}, {
|
|
85706
85920
|
data: {
|
|
85707
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
85921
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
85708
85922
|
message: string;
|
|
85709
85923
|
id: string;
|
|
85710
85924
|
url: string;
|
|
@@ -85848,6 +86062,7 @@ export declare const mainChatContract: {
|
|
|
85848
86062
|
lineRichMenuId?: string | null | undefined;
|
|
85849
86063
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
85850
86064
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
86065
|
+
isCSATEnabled?: boolean | undefined;
|
|
85851
86066
|
};
|
|
85852
86067
|
status: boolean;
|
|
85853
86068
|
createdAt: Date;
|
|
@@ -86139,6 +86354,7 @@ export declare const mainChatContract: {
|
|
|
86139
86354
|
closedAt: Date;
|
|
86140
86355
|
lastMessageAt: Date | null;
|
|
86141
86356
|
isBotRoom: boolean;
|
|
86357
|
+
csatStatus: string | null;
|
|
86142
86358
|
cxlog: {
|
|
86143
86359
|
id: string;
|
|
86144
86360
|
channel: string | null;
|
|
@@ -86257,7 +86473,7 @@ export declare const mainChatContract: {
|
|
|
86257
86473
|
previewUrl: string;
|
|
86258
86474
|
imageSetId: string;
|
|
86259
86475
|
repliedMessage: {
|
|
86260
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
86476
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
86261
86477
|
message: string;
|
|
86262
86478
|
id: string;
|
|
86263
86479
|
url: string;
|
|
@@ -86467,7 +86683,7 @@ export declare const mainChatContract: {
|
|
|
86467
86683
|
parentMessageId: string | null;
|
|
86468
86684
|
feedPostId: string | null;
|
|
86469
86685
|
feedPost: {
|
|
86470
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
86686
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
86471
86687
|
message: string | null;
|
|
86472
86688
|
id: string;
|
|
86473
86689
|
channel: {
|
|
@@ -86503,6 +86719,7 @@ export declare const mainChatContract: {
|
|
|
86503
86719
|
lineRichMenuId?: string | null | undefined;
|
|
86504
86720
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
86505
86721
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
86722
|
+
isCSATEnabled?: boolean | undefined;
|
|
86506
86723
|
};
|
|
86507
86724
|
status: boolean;
|
|
86508
86725
|
createdAt: Date;
|
|
@@ -87859,6 +88076,7 @@ export declare const mainChatContract: {
|
|
|
87859
88076
|
channelId: string;
|
|
87860
88077
|
socialPlatformId: string;
|
|
87861
88078
|
}>;
|
|
88079
|
+
csatStatus: z.ZodNullable<z.ZodString>;
|
|
87862
88080
|
actor: z.ZodObject<{
|
|
87863
88081
|
id: z.ZodString;
|
|
87864
88082
|
createdAt: z.ZodDate;
|
|
@@ -88337,6 +88555,7 @@ export declare const mainChatContract: {
|
|
|
88337
88555
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
88338
88556
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
88339
88557
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
88558
|
+
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
88340
88559
|
}, "strip", z.ZodTypeAny, {
|
|
88341
88560
|
name: string;
|
|
88342
88561
|
id: string;
|
|
@@ -88366,6 +88585,7 @@ export declare const mainChatContract: {
|
|
|
88366
88585
|
lineRichMenuId?: string | null | undefined;
|
|
88367
88586
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
88368
88587
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
88588
|
+
isCSATEnabled?: boolean | undefined;
|
|
88369
88589
|
}, {
|
|
88370
88590
|
name: string;
|
|
88371
88591
|
id: string;
|
|
@@ -88395,6 +88615,7 @@ export declare const mainChatContract: {
|
|
|
88395
88615
|
lineRichMenuId?: string | null | undefined;
|
|
88396
88616
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
88397
88617
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
88618
|
+
isCSATEnabled?: boolean | undefined;
|
|
88398
88619
|
}>;
|
|
88399
88620
|
brandName: z.ZodString;
|
|
88400
88621
|
platformId: z.ZodString;
|
|
@@ -88658,6 +88879,7 @@ export declare const mainChatContract: {
|
|
|
88658
88879
|
lineRichMenuId?: string | null | undefined;
|
|
88659
88880
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
88660
88881
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
88882
|
+
isCSATEnabled?: boolean | undefined;
|
|
88661
88883
|
};
|
|
88662
88884
|
status: boolean;
|
|
88663
88885
|
createdAt: Date;
|
|
@@ -88752,6 +88974,7 @@ export declare const mainChatContract: {
|
|
|
88752
88974
|
lineRichMenuId?: string | null | undefined;
|
|
88753
88975
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
88754
88976
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
88977
|
+
isCSATEnabled?: boolean | undefined;
|
|
88755
88978
|
};
|
|
88756
88979
|
status: boolean;
|
|
88757
88980
|
createdAt: Date;
|
|
@@ -89410,6 +89633,7 @@ export declare const mainChatContract: {
|
|
|
89410
89633
|
lineRichMenuId?: string | null | undefined;
|
|
89411
89634
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
89412
89635
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
89636
|
+
isCSATEnabled?: boolean | undefined;
|
|
89413
89637
|
};
|
|
89414
89638
|
status: boolean;
|
|
89415
89639
|
createdAt: Date;
|
|
@@ -89701,6 +89925,7 @@ export declare const mainChatContract: {
|
|
|
89701
89925
|
closedAt: Date;
|
|
89702
89926
|
lastMessageAt: Date | null;
|
|
89703
89927
|
isBotRoom: boolean;
|
|
89928
|
+
csatStatus: string | null;
|
|
89704
89929
|
cxlog: {
|
|
89705
89930
|
id: string;
|
|
89706
89931
|
channel: string | null;
|
|
@@ -89837,6 +90062,7 @@ export declare const mainChatContract: {
|
|
|
89837
90062
|
lineRichMenuId?: string | null | undefined;
|
|
89838
90063
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
89839
90064
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
90065
|
+
isCSATEnabled?: boolean | undefined;
|
|
89840
90066
|
};
|
|
89841
90067
|
status: boolean;
|
|
89842
90068
|
createdAt: Date;
|
|
@@ -90128,6 +90354,7 @@ export declare const mainChatContract: {
|
|
|
90128
90354
|
closedAt: Date;
|
|
90129
90355
|
lastMessageAt: Date | null;
|
|
90130
90356
|
isBotRoom: boolean;
|
|
90357
|
+
csatStatus: string | null;
|
|
90131
90358
|
cxlog: {
|
|
90132
90359
|
id: string;
|
|
90133
90360
|
channel: string | null;
|
|
@@ -90266,6 +90493,7 @@ export declare const mainChatContract: {
|
|
|
90266
90493
|
lineRichMenuId?: string | null | undefined;
|
|
90267
90494
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
90268
90495
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
90496
|
+
isCSATEnabled?: boolean | undefined;
|
|
90269
90497
|
};
|
|
90270
90498
|
status: boolean;
|
|
90271
90499
|
createdAt: Date;
|
|
@@ -90557,6 +90785,7 @@ export declare const mainChatContract: {
|
|
|
90557
90785
|
closedAt: Date;
|
|
90558
90786
|
lastMessageAt: Date | null;
|
|
90559
90787
|
isBotRoom: boolean;
|
|
90788
|
+
csatStatus: string | null;
|
|
90560
90789
|
cxlog: {
|
|
90561
90790
|
id: string;
|
|
90562
90791
|
channel: string | null;
|
|
@@ -90696,6 +90925,7 @@ export declare const mainChatContract: {
|
|
|
90696
90925
|
lineRichMenuId?: string | null | undefined;
|
|
90697
90926
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
90698
90927
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
90928
|
+
isCSATEnabled?: boolean | undefined;
|
|
90699
90929
|
};
|
|
90700
90930
|
status: boolean;
|
|
90701
90931
|
createdAt: Date;
|
|
@@ -90987,6 +91217,7 @@ export declare const mainChatContract: {
|
|
|
90987
91217
|
closedAt: Date;
|
|
90988
91218
|
lastMessageAt: Date | null;
|
|
90989
91219
|
isBotRoom: boolean;
|
|
91220
|
+
csatStatus: string | null;
|
|
90990
91221
|
cxlog: {
|
|
90991
91222
|
id: string;
|
|
90992
91223
|
channel: string | null;
|
|
@@ -92202,6 +92433,7 @@ export declare const mainChatContract: {
|
|
|
92202
92433
|
channelId: string;
|
|
92203
92434
|
socialPlatformId: string;
|
|
92204
92435
|
}>;
|
|
92436
|
+
csatStatus: z.ZodNullable<z.ZodString>;
|
|
92205
92437
|
actor: z.ZodObject<{
|
|
92206
92438
|
id: z.ZodString;
|
|
92207
92439
|
createdAt: z.ZodDate;
|
|
@@ -92680,6 +92912,7 @@ export declare const mainChatContract: {
|
|
|
92680
92912
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
92681
92913
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
92682
92914
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
92915
|
+
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
92683
92916
|
}, "strip", z.ZodTypeAny, {
|
|
92684
92917
|
name: string;
|
|
92685
92918
|
id: string;
|
|
@@ -92709,6 +92942,7 @@ export declare const mainChatContract: {
|
|
|
92709
92942
|
lineRichMenuId?: string | null | undefined;
|
|
92710
92943
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
92711
92944
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
92945
|
+
isCSATEnabled?: boolean | undefined;
|
|
92712
92946
|
}, {
|
|
92713
92947
|
name: string;
|
|
92714
92948
|
id: string;
|
|
@@ -92738,6 +92972,7 @@ export declare const mainChatContract: {
|
|
|
92738
92972
|
lineRichMenuId?: string | null | undefined;
|
|
92739
92973
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
92740
92974
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
92975
|
+
isCSATEnabled?: boolean | undefined;
|
|
92741
92976
|
}>;
|
|
92742
92977
|
brandName: z.ZodString;
|
|
92743
92978
|
platformId: z.ZodString;
|
|
@@ -93001,6 +93236,7 @@ export declare const mainChatContract: {
|
|
|
93001
93236
|
lineRichMenuId?: string | null | undefined;
|
|
93002
93237
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
93003
93238
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
93239
|
+
isCSATEnabled?: boolean | undefined;
|
|
93004
93240
|
};
|
|
93005
93241
|
status: boolean;
|
|
93006
93242
|
createdAt: Date;
|
|
@@ -93095,6 +93331,7 @@ export declare const mainChatContract: {
|
|
|
93095
93331
|
lineRichMenuId?: string | null | undefined;
|
|
93096
93332
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
93097
93333
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
93334
|
+
isCSATEnabled?: boolean | undefined;
|
|
93098
93335
|
};
|
|
93099
93336
|
status: boolean;
|
|
93100
93337
|
createdAt: Date;
|
|
@@ -93753,6 +93990,7 @@ export declare const mainChatContract: {
|
|
|
93753
93990
|
lineRichMenuId?: string | null | undefined;
|
|
93754
93991
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
93755
93992
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
93993
|
+
isCSATEnabled?: boolean | undefined;
|
|
93756
93994
|
};
|
|
93757
93995
|
status: boolean;
|
|
93758
93996
|
createdAt: Date;
|
|
@@ -94044,6 +94282,7 @@ export declare const mainChatContract: {
|
|
|
94044
94282
|
closedAt: Date;
|
|
94045
94283
|
lastMessageAt: Date | null;
|
|
94046
94284
|
isBotRoom: boolean;
|
|
94285
|
+
csatStatus: string | null;
|
|
94047
94286
|
cxlog: {
|
|
94048
94287
|
id: string;
|
|
94049
94288
|
channel: string | null;
|
|
@@ -94180,6 +94419,7 @@ export declare const mainChatContract: {
|
|
|
94180
94419
|
lineRichMenuId?: string | null | undefined;
|
|
94181
94420
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
94182
94421
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
94422
|
+
isCSATEnabled?: boolean | undefined;
|
|
94183
94423
|
};
|
|
94184
94424
|
status: boolean;
|
|
94185
94425
|
createdAt: Date;
|
|
@@ -94471,6 +94711,7 @@ export declare const mainChatContract: {
|
|
|
94471
94711
|
closedAt: Date;
|
|
94472
94712
|
lastMessageAt: Date | null;
|
|
94473
94713
|
isBotRoom: boolean;
|
|
94714
|
+
csatStatus: string | null;
|
|
94474
94715
|
cxlog: {
|
|
94475
94716
|
id: string;
|
|
94476
94717
|
channel: string | null;
|
|
@@ -94609,6 +94850,7 @@ export declare const mainChatContract: {
|
|
|
94609
94850
|
lineRichMenuId?: string | null | undefined;
|
|
94610
94851
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
94611
94852
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
94853
|
+
isCSATEnabled?: boolean | undefined;
|
|
94612
94854
|
};
|
|
94613
94855
|
status: boolean;
|
|
94614
94856
|
createdAt: Date;
|
|
@@ -94900,6 +95142,7 @@ export declare const mainChatContract: {
|
|
|
94900
95142
|
closedAt: Date;
|
|
94901
95143
|
lastMessageAt: Date | null;
|
|
94902
95144
|
isBotRoom: boolean;
|
|
95145
|
+
csatStatus: string | null;
|
|
94903
95146
|
cxlog: {
|
|
94904
95147
|
id: string;
|
|
94905
95148
|
channel: string | null;
|
|
@@ -95039,6 +95282,7 @@ export declare const mainChatContract: {
|
|
|
95039
95282
|
lineRichMenuId?: string | null | undefined;
|
|
95040
95283
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
95041
95284
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
95285
|
+
isCSATEnabled?: boolean | undefined;
|
|
95042
95286
|
};
|
|
95043
95287
|
status: boolean;
|
|
95044
95288
|
createdAt: Date;
|
|
@@ -95330,6 +95574,7 @@ export declare const mainChatContract: {
|
|
|
95330
95574
|
closedAt: Date;
|
|
95331
95575
|
lastMessageAt: Date | null;
|
|
95332
95576
|
isBotRoom: boolean;
|
|
95577
|
+
csatStatus: string | null;
|
|
95333
95578
|
cxlog: {
|
|
95334
95579
|
id: string;
|
|
95335
95580
|
channel: string | null;
|
|
@@ -97606,6 +97851,7 @@ export declare const mainChatContract: {
|
|
|
97606
97851
|
channelId: string;
|
|
97607
97852
|
socialPlatformId: string;
|
|
97608
97853
|
}>;
|
|
97854
|
+
csatStatus: z.ZodNullable<z.ZodString>;
|
|
97609
97855
|
actor: z.ZodObject<{
|
|
97610
97856
|
id: z.ZodString;
|
|
97611
97857
|
createdAt: z.ZodDate;
|
|
@@ -98084,6 +98330,7 @@ export declare const mainChatContract: {
|
|
|
98084
98330
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
98085
98331
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
98086
98332
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
98333
|
+
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
98087
98334
|
}, "strip", z.ZodTypeAny, {
|
|
98088
98335
|
name: string;
|
|
98089
98336
|
id: string;
|
|
@@ -98113,6 +98360,7 @@ export declare const mainChatContract: {
|
|
|
98113
98360
|
lineRichMenuId?: string | null | undefined;
|
|
98114
98361
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
98115
98362
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
98363
|
+
isCSATEnabled?: boolean | undefined;
|
|
98116
98364
|
}, {
|
|
98117
98365
|
name: string;
|
|
98118
98366
|
id: string;
|
|
@@ -98142,6 +98390,7 @@ export declare const mainChatContract: {
|
|
|
98142
98390
|
lineRichMenuId?: string | null | undefined;
|
|
98143
98391
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
98144
98392
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
98393
|
+
isCSATEnabled?: boolean | undefined;
|
|
98145
98394
|
}>;
|
|
98146
98395
|
brandName: z.ZodString;
|
|
98147
98396
|
platformId: z.ZodString;
|
|
@@ -98405,6 +98654,7 @@ export declare const mainChatContract: {
|
|
|
98405
98654
|
lineRichMenuId?: string | null | undefined;
|
|
98406
98655
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
98407
98656
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
98657
|
+
isCSATEnabled?: boolean | undefined;
|
|
98408
98658
|
};
|
|
98409
98659
|
status: boolean;
|
|
98410
98660
|
createdAt: Date;
|
|
@@ -98499,6 +98749,7 @@ export declare const mainChatContract: {
|
|
|
98499
98749
|
lineRichMenuId?: string | null | undefined;
|
|
98500
98750
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
98501
98751
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
98752
|
+
isCSATEnabled?: boolean | undefined;
|
|
98502
98753
|
};
|
|
98503
98754
|
status: boolean;
|
|
98504
98755
|
createdAt: Date;
|
|
@@ -99157,6 +99408,7 @@ export declare const mainChatContract: {
|
|
|
99157
99408
|
lineRichMenuId?: string | null | undefined;
|
|
99158
99409
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
99159
99410
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
99411
|
+
isCSATEnabled?: boolean | undefined;
|
|
99160
99412
|
};
|
|
99161
99413
|
status: boolean;
|
|
99162
99414
|
createdAt: Date;
|
|
@@ -99448,6 +99700,7 @@ export declare const mainChatContract: {
|
|
|
99448
99700
|
closedAt: Date;
|
|
99449
99701
|
lastMessageAt: Date | null;
|
|
99450
99702
|
isBotRoom: boolean;
|
|
99703
|
+
csatStatus: string | null;
|
|
99451
99704
|
cxlog: {
|
|
99452
99705
|
id: string;
|
|
99453
99706
|
channel: string | null;
|
|
@@ -99584,6 +99837,7 @@ export declare const mainChatContract: {
|
|
|
99584
99837
|
lineRichMenuId?: string | null | undefined;
|
|
99585
99838
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
99586
99839
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
99840
|
+
isCSATEnabled?: boolean | undefined;
|
|
99587
99841
|
};
|
|
99588
99842
|
status: boolean;
|
|
99589
99843
|
createdAt: Date;
|
|
@@ -99875,6 +100129,7 @@ export declare const mainChatContract: {
|
|
|
99875
100129
|
closedAt: Date;
|
|
99876
100130
|
lastMessageAt: Date | null;
|
|
99877
100131
|
isBotRoom: boolean;
|
|
100132
|
+
csatStatus: string | null;
|
|
99878
100133
|
cxlog: {
|
|
99879
100134
|
id: string;
|
|
99880
100135
|
channel: string | null;
|
|
@@ -100013,6 +100268,7 @@ export declare const mainChatContract: {
|
|
|
100013
100268
|
lineRichMenuId?: string | null | undefined;
|
|
100014
100269
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
100015
100270
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
100271
|
+
isCSATEnabled?: boolean | undefined;
|
|
100016
100272
|
};
|
|
100017
100273
|
status: boolean;
|
|
100018
100274
|
createdAt: Date;
|
|
@@ -100304,6 +100560,7 @@ export declare const mainChatContract: {
|
|
|
100304
100560
|
closedAt: Date;
|
|
100305
100561
|
lastMessageAt: Date | null;
|
|
100306
100562
|
isBotRoom: boolean;
|
|
100563
|
+
csatStatus: string | null;
|
|
100307
100564
|
cxlog: {
|
|
100308
100565
|
id: string;
|
|
100309
100566
|
channel: string | null;
|
|
@@ -100443,6 +100700,7 @@ export declare const mainChatContract: {
|
|
|
100443
100700
|
lineRichMenuId?: string | null | undefined;
|
|
100444
100701
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
100445
100702
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
100703
|
+
isCSATEnabled?: boolean | undefined;
|
|
100446
100704
|
};
|
|
100447
100705
|
status: boolean;
|
|
100448
100706
|
createdAt: Date;
|
|
@@ -100734,6 +100992,7 @@ export declare const mainChatContract: {
|
|
|
100734
100992
|
closedAt: Date;
|
|
100735
100993
|
lastMessageAt: Date | null;
|
|
100736
100994
|
isBotRoom: boolean;
|
|
100995
|
+
csatStatus: string | null;
|
|
100737
100996
|
cxlog: {
|
|
100738
100997
|
id: string;
|
|
100739
100998
|
channel: string | null;
|
|
@@ -100866,17 +101125,17 @@ export declare const initiateMessageContract: {
|
|
|
100866
101125
|
contactId: z.ZodOptional<z.ZodString>;
|
|
100867
101126
|
message: z.ZodObject<{
|
|
100868
101127
|
message: z.ZodOptional<z.ZodString>;
|
|
100869
|
-
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", "item"]>;
|
|
101128
|
+
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", "item"]>;
|
|
100870
101129
|
}, "strip", z.ZodTypeAny, {
|
|
100871
|
-
messageType: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
101130
|
+
messageType: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
100872
101131
|
message?: string | undefined;
|
|
100873
101132
|
}, {
|
|
100874
|
-
messageType: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
101133
|
+
messageType: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
100875
101134
|
message?: string | undefined;
|
|
100876
101135
|
}>;
|
|
100877
101136
|
}, "strip", z.ZodTypeAny, {
|
|
100878
101137
|
message: {
|
|
100879
|
-
messageType: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
101138
|
+
messageType: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
100880
101139
|
message?: string | undefined;
|
|
100881
101140
|
};
|
|
100882
101141
|
channelId: string;
|
|
@@ -100884,7 +101143,7 @@ export declare const initiateMessageContract: {
|
|
|
100884
101143
|
contactId?: string | undefined;
|
|
100885
101144
|
}, {
|
|
100886
101145
|
message: {
|
|
100887
|
-
messageType: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
101146
|
+
messageType: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
100888
101147
|
message?: string | undefined;
|
|
100889
101148
|
};
|
|
100890
101149
|
channelId: string;
|
|
@@ -100902,7 +101161,7 @@ export declare const initiateMessageContract: {
|
|
|
100902
101161
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
100903
101162
|
message: z.ZodString;
|
|
100904
101163
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
|
100905
|
-
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", "item"]>;
|
|
101164
|
+
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", "item"]>;
|
|
100906
101165
|
readAt: z.ZodDate;
|
|
100907
101166
|
metadata: z.ZodAny;
|
|
100908
101167
|
platformId: z.ZodString;
|
|
@@ -101976,6 +102235,7 @@ export declare const initiateMessageContract: {
|
|
|
101976
102235
|
channelId: string;
|
|
101977
102236
|
socialPlatformId: string;
|
|
101978
102237
|
}>;
|
|
102238
|
+
csatStatus: z.ZodNullable<z.ZodString>;
|
|
101979
102239
|
actor: z.ZodObject<{
|
|
101980
102240
|
id: z.ZodString;
|
|
101981
102241
|
createdAt: z.ZodDate;
|
|
@@ -102454,6 +102714,7 @@ export declare const initiateMessageContract: {
|
|
|
102454
102714
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
102455
102715
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
102456
102716
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
102717
|
+
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
102457
102718
|
}, "strip", z.ZodTypeAny, {
|
|
102458
102719
|
name: string;
|
|
102459
102720
|
id: string;
|
|
@@ -102483,6 +102744,7 @@ export declare const initiateMessageContract: {
|
|
|
102483
102744
|
lineRichMenuId?: string | null | undefined;
|
|
102484
102745
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
102485
102746
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
102747
|
+
isCSATEnabled?: boolean | undefined;
|
|
102486
102748
|
}, {
|
|
102487
102749
|
name: string;
|
|
102488
102750
|
id: string;
|
|
@@ -102512,6 +102774,7 @@ export declare const initiateMessageContract: {
|
|
|
102512
102774
|
lineRichMenuId?: string | null | undefined;
|
|
102513
102775
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
102514
102776
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
102777
|
+
isCSATEnabled?: boolean | undefined;
|
|
102515
102778
|
}>;
|
|
102516
102779
|
brandName: z.ZodString;
|
|
102517
102780
|
platformId: z.ZodString;
|
|
@@ -102775,6 +103038,7 @@ export declare const initiateMessageContract: {
|
|
|
102775
103038
|
lineRichMenuId?: string | null | undefined;
|
|
102776
103039
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
102777
103040
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
103041
|
+
isCSATEnabled?: boolean | undefined;
|
|
102778
103042
|
};
|
|
102779
103043
|
status: boolean;
|
|
102780
103044
|
createdAt: Date;
|
|
@@ -102869,6 +103133,7 @@ export declare const initiateMessageContract: {
|
|
|
102869
103133
|
lineRichMenuId?: string | null | undefined;
|
|
102870
103134
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
102871
103135
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
103136
|
+
isCSATEnabled?: boolean | undefined;
|
|
102872
103137
|
};
|
|
102873
103138
|
status: boolean;
|
|
102874
103139
|
createdAt: Date;
|
|
@@ -103527,6 +103792,7 @@ export declare const initiateMessageContract: {
|
|
|
103527
103792
|
lineRichMenuId?: string | null | undefined;
|
|
103528
103793
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
103529
103794
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
103795
|
+
isCSATEnabled?: boolean | undefined;
|
|
103530
103796
|
};
|
|
103531
103797
|
status: boolean;
|
|
103532
103798
|
createdAt: Date;
|
|
@@ -103818,6 +104084,7 @@ export declare const initiateMessageContract: {
|
|
|
103818
104084
|
closedAt: Date;
|
|
103819
104085
|
lastMessageAt: Date | null;
|
|
103820
104086
|
isBotRoom: boolean;
|
|
104087
|
+
csatStatus: string | null;
|
|
103821
104088
|
cxlog: {
|
|
103822
104089
|
id: string;
|
|
103823
104090
|
channel: string | null;
|
|
@@ -103954,6 +104221,7 @@ export declare const initiateMessageContract: {
|
|
|
103954
104221
|
lineRichMenuId?: string | null | undefined;
|
|
103955
104222
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
103956
104223
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
104224
|
+
isCSATEnabled?: boolean | undefined;
|
|
103957
104225
|
};
|
|
103958
104226
|
status: boolean;
|
|
103959
104227
|
createdAt: Date;
|
|
@@ -104245,6 +104513,7 @@ export declare const initiateMessageContract: {
|
|
|
104245
104513
|
closedAt: Date;
|
|
104246
104514
|
lastMessageAt: Date | null;
|
|
104247
104515
|
isBotRoom: boolean;
|
|
104516
|
+
csatStatus: string | null;
|
|
104248
104517
|
cxlog: {
|
|
104249
104518
|
id: string;
|
|
104250
104519
|
channel: string | null;
|
|
@@ -104388,7 +104657,7 @@ export declare const initiateMessageContract: {
|
|
|
104388
104657
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
104389
104658
|
message: z.ZodString;
|
|
104390
104659
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
|
104391
|
-
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", "item"]>;
|
|
104660
|
+
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", "item"]>;
|
|
104392
104661
|
readAt: z.ZodDate;
|
|
104393
104662
|
metadata: z.ZodAny;
|
|
104394
104663
|
platformId: z.ZodString;
|
|
@@ -105046,7 +105315,7 @@ export declare const initiateMessageContract: {
|
|
|
105046
105315
|
};
|
|
105047
105316
|
}>;
|
|
105048
105317
|
}, "strip", z.ZodTypeAny, {
|
|
105049
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
105318
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
105050
105319
|
message: string;
|
|
105051
105320
|
id: string;
|
|
105052
105321
|
url: string;
|
|
@@ -105208,7 +105477,7 @@ export declare const initiateMessageContract: {
|
|
|
105208
105477
|
metadata?: any;
|
|
105209
105478
|
template?: any;
|
|
105210
105479
|
}, {
|
|
105211
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
105480
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
105212
105481
|
message: string;
|
|
105213
105482
|
id: string;
|
|
105214
105483
|
url: string;
|
|
@@ -106010,7 +106279,7 @@ export declare const initiateMessageContract: {
|
|
|
106010
106279
|
editedMessageid: z.ZodString;
|
|
106011
106280
|
label: z.ZodOptional<z.ZodString>;
|
|
106012
106281
|
}, "strip", z.ZodTypeAny, {
|
|
106013
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
106282
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
106014
106283
|
message: string;
|
|
106015
106284
|
id: string;
|
|
106016
106285
|
url: string;
|
|
@@ -106154,6 +106423,7 @@ export declare const initiateMessageContract: {
|
|
|
106154
106423
|
lineRichMenuId?: string | null | undefined;
|
|
106155
106424
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
106156
106425
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
106426
|
+
isCSATEnabled?: boolean | undefined;
|
|
106157
106427
|
};
|
|
106158
106428
|
status: boolean;
|
|
106159
106429
|
createdAt: Date;
|
|
@@ -106445,6 +106715,7 @@ export declare const initiateMessageContract: {
|
|
|
106445
106715
|
closedAt: Date;
|
|
106446
106716
|
lastMessageAt: Date | null;
|
|
106447
106717
|
isBotRoom: boolean;
|
|
106718
|
+
csatStatus: string | null;
|
|
106448
106719
|
cxlog: {
|
|
106449
106720
|
id: string;
|
|
106450
106721
|
channel: string | null;
|
|
@@ -106563,7 +106834,7 @@ export declare const initiateMessageContract: {
|
|
|
106563
106834
|
previewUrl: string;
|
|
106564
106835
|
imageSetId: string;
|
|
106565
106836
|
repliedMessage: {
|
|
106566
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
106837
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
106567
106838
|
message: string;
|
|
106568
106839
|
id: string;
|
|
106569
106840
|
url: string;
|
|
@@ -106774,7 +107045,7 @@ export declare const initiateMessageContract: {
|
|
|
106774
107045
|
template?: any;
|
|
106775
107046
|
label?: string | undefined;
|
|
106776
107047
|
}, {
|
|
106777
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
107048
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
106778
107049
|
message: string;
|
|
106779
107050
|
id: string;
|
|
106780
107051
|
url: string;
|
|
@@ -106918,6 +107189,7 @@ export declare const initiateMessageContract: {
|
|
|
106918
107189
|
lineRichMenuId?: string | null | undefined;
|
|
106919
107190
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
106920
107191
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
107192
|
+
isCSATEnabled?: boolean | undefined;
|
|
106921
107193
|
};
|
|
106922
107194
|
status: boolean;
|
|
106923
107195
|
createdAt: Date;
|
|
@@ -107209,6 +107481,7 @@ export declare const initiateMessageContract: {
|
|
|
107209
107481
|
closedAt: Date;
|
|
107210
107482
|
lastMessageAt: Date | null;
|
|
107211
107483
|
isBotRoom: boolean;
|
|
107484
|
+
csatStatus: string | null;
|
|
107212
107485
|
cxlog: {
|
|
107213
107486
|
id: string;
|
|
107214
107487
|
channel: string | null;
|
|
@@ -107327,7 +107600,7 @@ export declare const initiateMessageContract: {
|
|
|
107327
107600
|
previewUrl: string;
|
|
107328
107601
|
imageSetId: string;
|
|
107329
107602
|
repliedMessage: {
|
|
107330
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
107603
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
107331
107604
|
message: string;
|
|
107332
107605
|
id: string;
|
|
107333
107606
|
url: string;
|
|
@@ -107540,7 +107813,7 @@ export declare const initiateMessageContract: {
|
|
|
107540
107813
|
}>;
|
|
107541
107814
|
}, "strip", z.ZodTypeAny, {
|
|
107542
107815
|
data: {
|
|
107543
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
107816
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
107544
107817
|
message: string;
|
|
107545
107818
|
id: string;
|
|
107546
107819
|
url: string;
|
|
@@ -107684,6 +107957,7 @@ export declare const initiateMessageContract: {
|
|
|
107684
107957
|
lineRichMenuId?: string | null | undefined;
|
|
107685
107958
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
107686
107959
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
107960
|
+
isCSATEnabled?: boolean | undefined;
|
|
107687
107961
|
};
|
|
107688
107962
|
status: boolean;
|
|
107689
107963
|
createdAt: Date;
|
|
@@ -107975,6 +108249,7 @@ export declare const initiateMessageContract: {
|
|
|
107975
108249
|
closedAt: Date;
|
|
107976
108250
|
lastMessageAt: Date | null;
|
|
107977
108251
|
isBotRoom: boolean;
|
|
108252
|
+
csatStatus: string | null;
|
|
107978
108253
|
cxlog: {
|
|
107979
108254
|
id: string;
|
|
107980
108255
|
channel: string | null;
|
|
@@ -108093,7 +108368,7 @@ export declare const initiateMessageContract: {
|
|
|
108093
108368
|
previewUrl: string;
|
|
108094
108369
|
imageSetId: string;
|
|
108095
108370
|
repliedMessage: {
|
|
108096
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
108371
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
108097
108372
|
message: string;
|
|
108098
108373
|
id: string;
|
|
108099
108374
|
url: string;
|
|
@@ -108307,7 +108582,7 @@ export declare const initiateMessageContract: {
|
|
|
108307
108582
|
requestId: string;
|
|
108308
108583
|
}, {
|
|
108309
108584
|
data: {
|
|
108310
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
108585
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
108311
108586
|
message: string;
|
|
108312
108587
|
id: string;
|
|
108313
108588
|
url: string;
|
|
@@ -108451,6 +108726,7 @@ export declare const initiateMessageContract: {
|
|
|
108451
108726
|
lineRichMenuId?: string | null | undefined;
|
|
108452
108727
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
108453
108728
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
108729
|
+
isCSATEnabled?: boolean | undefined;
|
|
108454
108730
|
};
|
|
108455
108731
|
status: boolean;
|
|
108456
108732
|
createdAt: Date;
|
|
@@ -108742,6 +109018,7 @@ export declare const initiateMessageContract: {
|
|
|
108742
109018
|
closedAt: Date;
|
|
108743
109019
|
lastMessageAt: Date | null;
|
|
108744
109020
|
isBotRoom: boolean;
|
|
109021
|
+
csatStatus: string | null;
|
|
108745
109022
|
cxlog: {
|
|
108746
109023
|
id: string;
|
|
108747
109024
|
channel: string | null;
|
|
@@ -108860,7 +109137,7 @@ export declare const initiateMessageContract: {
|
|
|
108860
109137
|
previewUrl: string;
|
|
108861
109138
|
imageSetId: string;
|
|
108862
109139
|
repliedMessage: {
|
|
108863
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
109140
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
108864
109141
|
message: string;
|
|
108865
109142
|
id: string;
|
|
108866
109143
|
url: string;
|
|
@@ -109117,7 +109394,7 @@ export declare const mainChatMessageContract: {
|
|
|
109117
109394
|
sendMessage: {
|
|
109118
109395
|
body: z.ZodObject<{
|
|
109119
109396
|
roomId: z.ZodString;
|
|
109120
|
-
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", "item"]>;
|
|
109397
|
+
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", "item"]>;
|
|
109121
109398
|
message: z.ZodOptional<z.ZodString>;
|
|
109122
109399
|
messageAttachments: z.ZodOptional<z.ZodObject<{
|
|
109123
109400
|
bucketName: z.ZodString;
|
|
@@ -109382,7 +109659,7 @@ export declare const mainChatMessageContract: {
|
|
|
109382
109659
|
mentions?: string[] | undefined;
|
|
109383
109660
|
}>>;
|
|
109384
109661
|
}, "strip", z.ZodTypeAny, {
|
|
109385
|
-
messageType: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
109662
|
+
messageType: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
109386
109663
|
roomId: string;
|
|
109387
109664
|
message?: string | undefined;
|
|
109388
109665
|
messageAttachments?: {
|
|
@@ -109456,7 +109733,7 @@ export declare const mainChatMessageContract: {
|
|
|
109456
109733
|
mentions?: string[] | undefined;
|
|
109457
109734
|
} | undefined;
|
|
109458
109735
|
}, {
|
|
109459
|
-
messageType: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
109736
|
+
messageType: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
109460
109737
|
roomId: string;
|
|
109461
109738
|
message?: string | undefined;
|
|
109462
109739
|
messageAttachments?: {
|
|
@@ -109536,7 +109813,7 @@ export declare const mainChatMessageContract: {
|
|
|
109536
109813
|
200: z.ZodObject<{
|
|
109537
109814
|
requestId: z.ZodString;
|
|
109538
109815
|
data: z.ZodObject<{
|
|
109539
|
-
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", "item"]>;
|
|
109816
|
+
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", "item"]>;
|
|
109540
109817
|
message: z.ZodString;
|
|
109541
109818
|
id: z.ZodString;
|
|
109542
109819
|
url: z.ZodString;
|
|
@@ -111053,6 +111330,7 @@ export declare const mainChatMessageContract: {
|
|
|
111053
111330
|
channelId: string;
|
|
111054
111331
|
socialPlatformId: string;
|
|
111055
111332
|
}>;
|
|
111333
|
+
csatStatus: z.ZodNullable<z.ZodString>;
|
|
111056
111334
|
actor: z.ZodObject<{
|
|
111057
111335
|
id: z.ZodString;
|
|
111058
111336
|
createdAt: z.ZodDate;
|
|
@@ -111531,6 +111809,7 @@ export declare const mainChatMessageContract: {
|
|
|
111531
111809
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
111532
111810
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
111533
111811
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
111812
|
+
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
111534
111813
|
}, "strip", z.ZodTypeAny, {
|
|
111535
111814
|
name: string;
|
|
111536
111815
|
id: string;
|
|
@@ -111560,6 +111839,7 @@ export declare const mainChatMessageContract: {
|
|
|
111560
111839
|
lineRichMenuId?: string | null | undefined;
|
|
111561
111840
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
111562
111841
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
111842
|
+
isCSATEnabled?: boolean | undefined;
|
|
111563
111843
|
}, {
|
|
111564
111844
|
name: string;
|
|
111565
111845
|
id: string;
|
|
@@ -111589,6 +111869,7 @@ export declare const mainChatMessageContract: {
|
|
|
111589
111869
|
lineRichMenuId?: string | null | undefined;
|
|
111590
111870
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
111591
111871
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
111872
|
+
isCSATEnabled?: boolean | undefined;
|
|
111592
111873
|
}>;
|
|
111593
111874
|
brandName: z.ZodString;
|
|
111594
111875
|
platformId: z.ZodString;
|
|
@@ -111852,6 +112133,7 @@ export declare const mainChatMessageContract: {
|
|
|
111852
112133
|
lineRichMenuId?: string | null | undefined;
|
|
111853
112134
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
111854
112135
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
112136
|
+
isCSATEnabled?: boolean | undefined;
|
|
111855
112137
|
};
|
|
111856
112138
|
status: boolean;
|
|
111857
112139
|
createdAt: Date;
|
|
@@ -111946,6 +112228,7 @@ export declare const mainChatMessageContract: {
|
|
|
111946
112228
|
lineRichMenuId?: string | null | undefined;
|
|
111947
112229
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
111948
112230
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
112231
|
+
isCSATEnabled?: boolean | undefined;
|
|
111949
112232
|
};
|
|
111950
112233
|
status: boolean;
|
|
111951
112234
|
createdAt: Date;
|
|
@@ -112604,6 +112887,7 @@ export declare const mainChatMessageContract: {
|
|
|
112604
112887
|
lineRichMenuId?: string | null | undefined;
|
|
112605
112888
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
112606
112889
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
112890
|
+
isCSATEnabled?: boolean | undefined;
|
|
112607
112891
|
};
|
|
112608
112892
|
status: boolean;
|
|
112609
112893
|
createdAt: Date;
|
|
@@ -112895,6 +113179,7 @@ export declare const mainChatMessageContract: {
|
|
|
112895
113179
|
closedAt: Date;
|
|
112896
113180
|
lastMessageAt: Date | null;
|
|
112897
113181
|
isBotRoom: boolean;
|
|
113182
|
+
csatStatus: string | null;
|
|
112898
113183
|
cxlog: {
|
|
112899
113184
|
id: string;
|
|
112900
113185
|
channel: string | null;
|
|
@@ -113031,6 +113316,7 @@ export declare const mainChatMessageContract: {
|
|
|
113031
113316
|
lineRichMenuId?: string | null | undefined;
|
|
113032
113317
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
113033
113318
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
113319
|
+
isCSATEnabled?: boolean | undefined;
|
|
113034
113320
|
};
|
|
113035
113321
|
status: boolean;
|
|
113036
113322
|
createdAt: Date;
|
|
@@ -113322,6 +113608,7 @@ export declare const mainChatMessageContract: {
|
|
|
113322
113608
|
closedAt: Date;
|
|
113323
113609
|
lastMessageAt: Date | null;
|
|
113324
113610
|
isBotRoom: boolean;
|
|
113611
|
+
csatStatus: string | null;
|
|
113325
113612
|
cxlog: {
|
|
113326
113613
|
id: string;
|
|
113327
113614
|
channel: string | null;
|
|
@@ -113462,7 +113749,7 @@ export declare const mainChatMessageContract: {
|
|
|
113462
113749
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
113463
113750
|
message: z.ZodString;
|
|
113464
113751
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
|
113465
|
-
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", "item"]>;
|
|
113752
|
+
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", "item"]>;
|
|
113466
113753
|
readAt: z.ZodDate;
|
|
113467
113754
|
metadata: z.ZodAny;
|
|
113468
113755
|
platformId: z.ZodString;
|
|
@@ -114120,7 +114407,7 @@ export declare const mainChatMessageContract: {
|
|
|
114120
114407
|
};
|
|
114121
114408
|
}>;
|
|
114122
114409
|
}, "strip", z.ZodTypeAny, {
|
|
114123
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
114410
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
114124
114411
|
message: string;
|
|
114125
114412
|
id: string;
|
|
114126
114413
|
url: string;
|
|
@@ -114282,7 +114569,7 @@ export declare const mainChatMessageContract: {
|
|
|
114282
114569
|
metadata?: any;
|
|
114283
114570
|
template?: any;
|
|
114284
114571
|
}, {
|
|
114285
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
114572
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
114286
114573
|
message: string;
|
|
114287
114574
|
id: string;
|
|
114288
114575
|
url: string;
|
|
@@ -114656,7 +114943,7 @@ export declare const mainChatMessageContract: {
|
|
|
114656
114943
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
114657
114944
|
message: z.ZodString;
|
|
114658
114945
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
|
114659
|
-
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", "item"]>;
|
|
114946
|
+
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", "item"]>;
|
|
114660
114947
|
readAt: z.ZodDate;
|
|
114661
114948
|
metadata: z.ZodAny;
|
|
114662
114949
|
platformId: z.ZodString;
|
|
@@ -115730,6 +116017,7 @@ export declare const mainChatMessageContract: {
|
|
|
115730
116017
|
channelId: string;
|
|
115731
116018
|
socialPlatformId: string;
|
|
115732
116019
|
}>;
|
|
116020
|
+
csatStatus: z.ZodNullable<z.ZodString>;
|
|
115733
116021
|
actor: z.ZodObject<{
|
|
115734
116022
|
id: z.ZodString;
|
|
115735
116023
|
createdAt: z.ZodDate;
|
|
@@ -116208,6 +116496,7 @@ export declare const mainChatMessageContract: {
|
|
|
116208
116496
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
116209
116497
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
116210
116498
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
116499
|
+
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
116211
116500
|
}, "strip", z.ZodTypeAny, {
|
|
116212
116501
|
name: string;
|
|
116213
116502
|
id: string;
|
|
@@ -116237,6 +116526,7 @@ export declare const mainChatMessageContract: {
|
|
|
116237
116526
|
lineRichMenuId?: string | null | undefined;
|
|
116238
116527
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
116239
116528
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
116529
|
+
isCSATEnabled?: boolean | undefined;
|
|
116240
116530
|
}, {
|
|
116241
116531
|
name: string;
|
|
116242
116532
|
id: string;
|
|
@@ -116266,6 +116556,7 @@ export declare const mainChatMessageContract: {
|
|
|
116266
116556
|
lineRichMenuId?: string | null | undefined;
|
|
116267
116557
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
116268
116558
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
116559
|
+
isCSATEnabled?: boolean | undefined;
|
|
116269
116560
|
}>;
|
|
116270
116561
|
brandName: z.ZodString;
|
|
116271
116562
|
platformId: z.ZodString;
|
|
@@ -116529,6 +116820,7 @@ export declare const mainChatMessageContract: {
|
|
|
116529
116820
|
lineRichMenuId?: string | null | undefined;
|
|
116530
116821
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
116531
116822
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
116823
|
+
isCSATEnabled?: boolean | undefined;
|
|
116532
116824
|
};
|
|
116533
116825
|
status: boolean;
|
|
116534
116826
|
createdAt: Date;
|
|
@@ -116623,6 +116915,7 @@ export declare const mainChatMessageContract: {
|
|
|
116623
116915
|
lineRichMenuId?: string | null | undefined;
|
|
116624
116916
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
116625
116917
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
116918
|
+
isCSATEnabled?: boolean | undefined;
|
|
116626
116919
|
};
|
|
116627
116920
|
status: boolean;
|
|
116628
116921
|
createdAt: Date;
|
|
@@ -117281,6 +117574,7 @@ export declare const mainChatMessageContract: {
|
|
|
117281
117574
|
lineRichMenuId?: string | null | undefined;
|
|
117282
117575
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
117283
117576
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
117577
|
+
isCSATEnabled?: boolean | undefined;
|
|
117284
117578
|
};
|
|
117285
117579
|
status: boolean;
|
|
117286
117580
|
createdAt: Date;
|
|
@@ -117572,6 +117866,7 @@ export declare const mainChatMessageContract: {
|
|
|
117572
117866
|
closedAt: Date;
|
|
117573
117867
|
lastMessageAt: Date | null;
|
|
117574
117868
|
isBotRoom: boolean;
|
|
117869
|
+
csatStatus: string | null;
|
|
117575
117870
|
cxlog: {
|
|
117576
117871
|
id: string;
|
|
117577
117872
|
channel: string | null;
|
|
@@ -117708,6 +118003,7 @@ export declare const mainChatMessageContract: {
|
|
|
117708
118003
|
lineRichMenuId?: string | null | undefined;
|
|
117709
118004
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
117710
118005
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
118006
|
+
isCSATEnabled?: boolean | undefined;
|
|
117711
118007
|
};
|
|
117712
118008
|
status: boolean;
|
|
117713
118009
|
createdAt: Date;
|
|
@@ -117999,6 +118295,7 @@ export declare const mainChatMessageContract: {
|
|
|
117999
118295
|
closedAt: Date;
|
|
118000
118296
|
lastMessageAt: Date | null;
|
|
118001
118297
|
isBotRoom: boolean;
|
|
118298
|
+
csatStatus: string | null;
|
|
118002
118299
|
cxlog: {
|
|
118003
118300
|
id: string;
|
|
118004
118301
|
channel: string | null;
|
|
@@ -118142,7 +118439,7 @@ export declare const mainChatMessageContract: {
|
|
|
118142
118439
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
118143
118440
|
message: z.ZodString;
|
|
118144
118441
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
|
118145
|
-
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", "item"]>;
|
|
118442
|
+
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", "item"]>;
|
|
118146
118443
|
readAt: z.ZodDate;
|
|
118147
118444
|
metadata: z.ZodAny;
|
|
118148
118445
|
platformId: z.ZodString;
|
|
@@ -118800,7 +119097,7 @@ export declare const mainChatMessageContract: {
|
|
|
118800
119097
|
};
|
|
118801
119098
|
}>;
|
|
118802
119099
|
}, "strip", z.ZodTypeAny, {
|
|
118803
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
119100
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
118804
119101
|
message: string;
|
|
118805
119102
|
id: string;
|
|
118806
119103
|
url: string;
|
|
@@ -118962,7 +119259,7 @@ export declare const mainChatMessageContract: {
|
|
|
118962
119259
|
metadata?: any;
|
|
118963
119260
|
template?: any;
|
|
118964
119261
|
}, {
|
|
118965
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
119262
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
118966
119263
|
message: string;
|
|
118967
119264
|
id: string;
|
|
118968
119265
|
url: string;
|
|
@@ -119764,7 +120061,7 @@ export declare const mainChatMessageContract: {
|
|
|
119764
120061
|
editedMessageid: z.ZodString;
|
|
119765
120062
|
label: z.ZodOptional<z.ZodString>;
|
|
119766
120063
|
}, "strip", z.ZodTypeAny, {
|
|
119767
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
120064
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
119768
120065
|
message: string;
|
|
119769
120066
|
id: string;
|
|
119770
120067
|
url: string;
|
|
@@ -119908,6 +120205,7 @@ export declare const mainChatMessageContract: {
|
|
|
119908
120205
|
lineRichMenuId?: string | null | undefined;
|
|
119909
120206
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
119910
120207
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
120208
|
+
isCSATEnabled?: boolean | undefined;
|
|
119911
120209
|
};
|
|
119912
120210
|
status: boolean;
|
|
119913
120211
|
createdAt: Date;
|
|
@@ -120199,6 +120497,7 @@ export declare const mainChatMessageContract: {
|
|
|
120199
120497
|
closedAt: Date;
|
|
120200
120498
|
lastMessageAt: Date | null;
|
|
120201
120499
|
isBotRoom: boolean;
|
|
120500
|
+
csatStatus: string | null;
|
|
120202
120501
|
cxlog: {
|
|
120203
120502
|
id: string;
|
|
120204
120503
|
channel: string | null;
|
|
@@ -120317,7 +120616,7 @@ export declare const mainChatMessageContract: {
|
|
|
120317
120616
|
previewUrl: string;
|
|
120318
120617
|
imageSetId: string;
|
|
120319
120618
|
repliedMessage: {
|
|
120320
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
120619
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
120321
120620
|
message: string;
|
|
120322
120621
|
id: string;
|
|
120323
120622
|
url: string;
|
|
@@ -120528,7 +120827,7 @@ export declare const mainChatMessageContract: {
|
|
|
120528
120827
|
template?: any;
|
|
120529
120828
|
label?: string | undefined;
|
|
120530
120829
|
}, {
|
|
120531
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
120830
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
120532
120831
|
message: string;
|
|
120533
120832
|
id: string;
|
|
120534
120833
|
url: string;
|
|
@@ -120672,6 +120971,7 @@ export declare const mainChatMessageContract: {
|
|
|
120672
120971
|
lineRichMenuId?: string | null | undefined;
|
|
120673
120972
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
120674
120973
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
120974
|
+
isCSATEnabled?: boolean | undefined;
|
|
120675
120975
|
};
|
|
120676
120976
|
status: boolean;
|
|
120677
120977
|
createdAt: Date;
|
|
@@ -120963,6 +121263,7 @@ export declare const mainChatMessageContract: {
|
|
|
120963
121263
|
closedAt: Date;
|
|
120964
121264
|
lastMessageAt: Date | null;
|
|
120965
121265
|
isBotRoom: boolean;
|
|
121266
|
+
csatStatus: string | null;
|
|
120966
121267
|
cxlog: {
|
|
120967
121268
|
id: string;
|
|
120968
121269
|
channel: string | null;
|
|
@@ -121081,7 +121382,7 @@ export declare const mainChatMessageContract: {
|
|
|
121081
121382
|
previewUrl: string;
|
|
121082
121383
|
imageSetId: string;
|
|
121083
121384
|
repliedMessage: {
|
|
121084
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
121385
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
121085
121386
|
message: string;
|
|
121086
121387
|
id: string;
|
|
121087
121388
|
url: string;
|
|
@@ -121293,7 +121594,7 @@ export declare const mainChatMessageContract: {
|
|
|
121293
121594
|
label?: string | undefined;
|
|
121294
121595
|
}>>>;
|
|
121295
121596
|
}, "strip", z.ZodTypeAny, {
|
|
121296
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
121597
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
121297
121598
|
message: string;
|
|
121298
121599
|
id: string;
|
|
121299
121600
|
url: string;
|
|
@@ -121437,6 +121738,7 @@ export declare const mainChatMessageContract: {
|
|
|
121437
121738
|
lineRichMenuId?: string | null | undefined;
|
|
121438
121739
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
121439
121740
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
121741
|
+
isCSATEnabled?: boolean | undefined;
|
|
121440
121742
|
};
|
|
121441
121743
|
status: boolean;
|
|
121442
121744
|
createdAt: Date;
|
|
@@ -121728,6 +122030,7 @@ export declare const mainChatMessageContract: {
|
|
|
121728
122030
|
closedAt: Date;
|
|
121729
122031
|
lastMessageAt: Date | null;
|
|
121730
122032
|
isBotRoom: boolean;
|
|
122033
|
+
csatStatus: string | null;
|
|
121731
122034
|
cxlog: {
|
|
121732
122035
|
id: string;
|
|
121733
122036
|
channel: string | null;
|
|
@@ -121846,7 +122149,7 @@ export declare const mainChatMessageContract: {
|
|
|
121846
122149
|
previewUrl: string;
|
|
121847
122150
|
imageSetId: string;
|
|
121848
122151
|
repliedMessage: {
|
|
121849
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
122152
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
121850
122153
|
message: string;
|
|
121851
122154
|
id: string;
|
|
121852
122155
|
url: string;
|
|
@@ -122057,7 +122360,7 @@ export declare const mainChatMessageContract: {
|
|
|
122057
122360
|
template?: any;
|
|
122058
122361
|
metadata?: any;
|
|
122059
122362
|
fromMessage?: {
|
|
122060
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
122363
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
122061
122364
|
message: string;
|
|
122062
122365
|
id: string;
|
|
122063
122366
|
url: string;
|
|
@@ -122201,6 +122504,7 @@ export declare const mainChatMessageContract: {
|
|
|
122201
122504
|
lineRichMenuId?: string | null | undefined;
|
|
122202
122505
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
122203
122506
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
122507
|
+
isCSATEnabled?: boolean | undefined;
|
|
122204
122508
|
};
|
|
122205
122509
|
status: boolean;
|
|
122206
122510
|
createdAt: Date;
|
|
@@ -122492,6 +122796,7 @@ export declare const mainChatMessageContract: {
|
|
|
122492
122796
|
closedAt: Date;
|
|
122493
122797
|
lastMessageAt: Date | null;
|
|
122494
122798
|
isBotRoom: boolean;
|
|
122799
|
+
csatStatus: string | null;
|
|
122495
122800
|
cxlog: {
|
|
122496
122801
|
id: string;
|
|
122497
122802
|
channel: string | null;
|
|
@@ -122610,7 +122915,7 @@ export declare const mainChatMessageContract: {
|
|
|
122610
122915
|
previewUrl: string;
|
|
122611
122916
|
imageSetId: string;
|
|
122612
122917
|
repliedMessage: {
|
|
122613
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
122918
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
122614
122919
|
message: string;
|
|
122615
122920
|
id: string;
|
|
122616
122921
|
url: string;
|
|
@@ -122822,7 +123127,7 @@ export declare const mainChatMessageContract: {
|
|
|
122822
123127
|
label?: string | undefined;
|
|
122823
123128
|
} | null | undefined;
|
|
122824
123129
|
}, {
|
|
122825
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
123130
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
122826
123131
|
message: string;
|
|
122827
123132
|
id: string;
|
|
122828
123133
|
url: string;
|
|
@@ -122966,6 +123271,7 @@ export declare const mainChatMessageContract: {
|
|
|
122966
123271
|
lineRichMenuId?: string | null | undefined;
|
|
122967
123272
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
122968
123273
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
123274
|
+
isCSATEnabled?: boolean | undefined;
|
|
122969
123275
|
};
|
|
122970
123276
|
status: boolean;
|
|
122971
123277
|
createdAt: Date;
|
|
@@ -123257,6 +123563,7 @@ export declare const mainChatMessageContract: {
|
|
|
123257
123563
|
closedAt: Date;
|
|
123258
123564
|
lastMessageAt: Date | null;
|
|
123259
123565
|
isBotRoom: boolean;
|
|
123566
|
+
csatStatus: string | null;
|
|
123260
123567
|
cxlog: {
|
|
123261
123568
|
id: string;
|
|
123262
123569
|
channel: string | null;
|
|
@@ -123375,7 +123682,7 @@ export declare const mainChatMessageContract: {
|
|
|
123375
123682
|
previewUrl: string;
|
|
123376
123683
|
imageSetId: string;
|
|
123377
123684
|
repliedMessage: {
|
|
123378
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
123685
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
123379
123686
|
message: string;
|
|
123380
123687
|
id: string;
|
|
123381
123688
|
url: string;
|
|
@@ -123586,7 +123893,7 @@ export declare const mainChatMessageContract: {
|
|
|
123586
123893
|
template?: any;
|
|
123587
123894
|
metadata?: any;
|
|
123588
123895
|
fromMessage?: {
|
|
123589
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
123896
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
123590
123897
|
message: string;
|
|
123591
123898
|
id: string;
|
|
123592
123899
|
url: string;
|
|
@@ -123730,6 +124037,7 @@ export declare const mainChatMessageContract: {
|
|
|
123730
124037
|
lineRichMenuId?: string | null | undefined;
|
|
123731
124038
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
123732
124039
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
124040
|
+
isCSATEnabled?: boolean | undefined;
|
|
123733
124041
|
};
|
|
123734
124042
|
status: boolean;
|
|
123735
124043
|
createdAt: Date;
|
|
@@ -124021,6 +124329,7 @@ export declare const mainChatMessageContract: {
|
|
|
124021
124329
|
closedAt: Date;
|
|
124022
124330
|
lastMessageAt: Date | null;
|
|
124023
124331
|
isBotRoom: boolean;
|
|
124332
|
+
csatStatus: string | null;
|
|
124024
124333
|
cxlog: {
|
|
124025
124334
|
id: string;
|
|
124026
124335
|
channel: string | null;
|
|
@@ -124139,7 +124448,7 @@ export declare const mainChatMessageContract: {
|
|
|
124139
124448
|
previewUrl: string;
|
|
124140
124449
|
imageSetId: string;
|
|
124141
124450
|
repliedMessage: {
|
|
124142
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
124451
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
124143
124452
|
message: string;
|
|
124144
124453
|
id: string;
|
|
124145
124454
|
url: string;
|
|
@@ -124353,7 +124662,7 @@ export declare const mainChatMessageContract: {
|
|
|
124353
124662
|
}>;
|
|
124354
124663
|
}, "strip", z.ZodTypeAny, {
|
|
124355
124664
|
data: {
|
|
124356
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
124665
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
124357
124666
|
message: string;
|
|
124358
124667
|
id: string;
|
|
124359
124668
|
url: string;
|
|
@@ -124497,6 +124806,7 @@ export declare const mainChatMessageContract: {
|
|
|
124497
124806
|
lineRichMenuId?: string | null | undefined;
|
|
124498
124807
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
124499
124808
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
124809
|
+
isCSATEnabled?: boolean | undefined;
|
|
124500
124810
|
};
|
|
124501
124811
|
status: boolean;
|
|
124502
124812
|
createdAt: Date;
|
|
@@ -124788,6 +125098,7 @@ export declare const mainChatMessageContract: {
|
|
|
124788
125098
|
closedAt: Date;
|
|
124789
125099
|
lastMessageAt: Date | null;
|
|
124790
125100
|
isBotRoom: boolean;
|
|
125101
|
+
csatStatus: string | null;
|
|
124791
125102
|
cxlog: {
|
|
124792
125103
|
id: string;
|
|
124793
125104
|
channel: string | null;
|
|
@@ -124906,7 +125217,7 @@ export declare const mainChatMessageContract: {
|
|
|
124906
125217
|
previewUrl: string;
|
|
124907
125218
|
imageSetId: string;
|
|
124908
125219
|
repliedMessage: {
|
|
124909
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
125220
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
124910
125221
|
message: string;
|
|
124911
125222
|
id: string;
|
|
124912
125223
|
url: string;
|
|
@@ -125117,7 +125428,7 @@ export declare const mainChatMessageContract: {
|
|
|
125117
125428
|
template?: any;
|
|
125118
125429
|
metadata?: any;
|
|
125119
125430
|
fromMessage?: {
|
|
125120
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
125431
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
125121
125432
|
message: string;
|
|
125122
125433
|
id: string;
|
|
125123
125434
|
url: string;
|
|
@@ -125261,6 +125572,7 @@ export declare const mainChatMessageContract: {
|
|
|
125261
125572
|
lineRichMenuId?: string | null | undefined;
|
|
125262
125573
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
125263
125574
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
125575
|
+
isCSATEnabled?: boolean | undefined;
|
|
125264
125576
|
};
|
|
125265
125577
|
status: boolean;
|
|
125266
125578
|
createdAt: Date;
|
|
@@ -125552,6 +125864,7 @@ export declare const mainChatMessageContract: {
|
|
|
125552
125864
|
closedAt: Date;
|
|
125553
125865
|
lastMessageAt: Date | null;
|
|
125554
125866
|
isBotRoom: boolean;
|
|
125867
|
+
csatStatus: string | null;
|
|
125555
125868
|
cxlog: {
|
|
125556
125869
|
id: string;
|
|
125557
125870
|
channel: string | null;
|
|
@@ -125670,7 +125983,7 @@ export declare const mainChatMessageContract: {
|
|
|
125670
125983
|
previewUrl: string;
|
|
125671
125984
|
imageSetId: string;
|
|
125672
125985
|
repliedMessage: {
|
|
125673
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
125986
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
125674
125987
|
message: string;
|
|
125675
125988
|
id: string;
|
|
125676
125989
|
url: string;
|
|
@@ -125885,7 +126198,7 @@ export declare const mainChatMessageContract: {
|
|
|
125885
126198
|
requestId: string;
|
|
125886
126199
|
}, {
|
|
125887
126200
|
data: {
|
|
125888
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
126201
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
125889
126202
|
message: string;
|
|
125890
126203
|
id: string;
|
|
125891
126204
|
url: string;
|
|
@@ -126029,6 +126342,7 @@ export declare const mainChatMessageContract: {
|
|
|
126029
126342
|
lineRichMenuId?: string | null | undefined;
|
|
126030
126343
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
126031
126344
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
126345
|
+
isCSATEnabled?: boolean | undefined;
|
|
126032
126346
|
};
|
|
126033
126347
|
status: boolean;
|
|
126034
126348
|
createdAt: Date;
|
|
@@ -126320,6 +126634,7 @@ export declare const mainChatMessageContract: {
|
|
|
126320
126634
|
closedAt: Date;
|
|
126321
126635
|
lastMessageAt: Date | null;
|
|
126322
126636
|
isBotRoom: boolean;
|
|
126637
|
+
csatStatus: string | null;
|
|
126323
126638
|
cxlog: {
|
|
126324
126639
|
id: string;
|
|
126325
126640
|
channel: string | null;
|
|
@@ -126438,7 +126753,7 @@ export declare const mainChatMessageContract: {
|
|
|
126438
126753
|
previewUrl: string;
|
|
126439
126754
|
imageSetId: string;
|
|
126440
126755
|
repliedMessage: {
|
|
126441
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
126756
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
126442
126757
|
message: string;
|
|
126443
126758
|
id: string;
|
|
126444
126759
|
url: string;
|
|
@@ -126649,7 +126964,7 @@ export declare const mainChatMessageContract: {
|
|
|
126649
126964
|
template?: any;
|
|
126650
126965
|
metadata?: any;
|
|
126651
126966
|
fromMessage?: {
|
|
126652
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
126967
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
126653
126968
|
message: string;
|
|
126654
126969
|
id: string;
|
|
126655
126970
|
url: string;
|
|
@@ -126793,6 +127108,7 @@ export declare const mainChatMessageContract: {
|
|
|
126793
127108
|
lineRichMenuId?: string | null | undefined;
|
|
126794
127109
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
126795
127110
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
127111
|
+
isCSATEnabled?: boolean | undefined;
|
|
126796
127112
|
};
|
|
126797
127113
|
status: boolean;
|
|
126798
127114
|
createdAt: Date;
|
|
@@ -127084,6 +127400,7 @@ export declare const mainChatMessageContract: {
|
|
|
127084
127400
|
closedAt: Date;
|
|
127085
127401
|
lastMessageAt: Date | null;
|
|
127086
127402
|
isBotRoom: boolean;
|
|
127403
|
+
csatStatus: string | null;
|
|
127087
127404
|
cxlog: {
|
|
127088
127405
|
id: string;
|
|
127089
127406
|
channel: string | null;
|
|
@@ -127202,7 +127519,7 @@ export declare const mainChatMessageContract: {
|
|
|
127202
127519
|
previewUrl: string;
|
|
127203
127520
|
imageSetId: string;
|
|
127204
127521
|
repliedMessage: {
|
|
127205
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
127522
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
127206
127523
|
message: string;
|
|
127207
127524
|
id: string;
|
|
127208
127525
|
url: string;
|
|
@@ -127551,6 +127868,7 @@ export declare const mainChatMessageContract: {
|
|
|
127551
127868
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
127552
127869
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
127553
127870
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
127871
|
+
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
127554
127872
|
}, "strip", z.ZodTypeAny, {
|
|
127555
127873
|
name: string;
|
|
127556
127874
|
id: string;
|
|
@@ -127580,6 +127898,7 @@ export declare const mainChatMessageContract: {
|
|
|
127580
127898
|
lineRichMenuId?: string | null | undefined;
|
|
127581
127899
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
127582
127900
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
127901
|
+
isCSATEnabled?: boolean | undefined;
|
|
127583
127902
|
}, {
|
|
127584
127903
|
name: string;
|
|
127585
127904
|
id: string;
|
|
@@ -127609,6 +127928,7 @@ export declare const mainChatMessageContract: {
|
|
|
127609
127928
|
lineRichMenuId?: string | null | undefined;
|
|
127610
127929
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
127611
127930
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
127931
|
+
isCSATEnabled?: boolean | undefined;
|
|
127612
127932
|
}>;
|
|
127613
127933
|
platformId: z.ZodString;
|
|
127614
127934
|
brandName: z.ZodString;
|
|
@@ -127668,6 +127988,7 @@ export declare const mainChatMessageContract: {
|
|
|
127668
127988
|
lineRichMenuId?: string | null | undefined;
|
|
127669
127989
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
127670
127990
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
127991
|
+
isCSATEnabled?: boolean | undefined;
|
|
127671
127992
|
};
|
|
127672
127993
|
status: boolean;
|
|
127673
127994
|
brandName: string;
|
|
@@ -127715,6 +128036,7 @@ export declare const mainChatMessageContract: {
|
|
|
127715
128036
|
lineRichMenuId?: string | null | undefined;
|
|
127716
128037
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
127717
128038
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
128039
|
+
isCSATEnabled?: boolean | undefined;
|
|
127718
128040
|
};
|
|
127719
128041
|
status: boolean;
|
|
127720
128042
|
brandName: string;
|
|
@@ -127765,6 +128087,7 @@ export declare const mainChatMessageContract: {
|
|
|
127765
128087
|
lineRichMenuId?: string | null | undefined;
|
|
127766
128088
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
127767
128089
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
128090
|
+
isCSATEnabled?: boolean | undefined;
|
|
127768
128091
|
};
|
|
127769
128092
|
status: boolean;
|
|
127770
128093
|
brandName: string;
|
|
@@ -127815,6 +128138,7 @@ export declare const mainChatMessageContract: {
|
|
|
127815
128138
|
lineRichMenuId?: string | null | undefined;
|
|
127816
128139
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
127817
128140
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
128141
|
+
isCSATEnabled?: boolean | undefined;
|
|
127818
128142
|
};
|
|
127819
128143
|
status: boolean;
|
|
127820
128144
|
brandName: string;
|
|
@@ -127835,7 +128159,7 @@ export declare const mainChatMessageContract: {
|
|
|
127835
128159
|
id: z.ZodOptional<z.ZodString>;
|
|
127836
128160
|
message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
127837
128161
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
|
127838
|
-
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", "item"]>;
|
|
128162
|
+
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", "item"]>;
|
|
127839
128163
|
readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
|
127840
128164
|
metadata: z.ZodOptional<z.ZodAny>;
|
|
127841
128165
|
platformId: z.ZodOptional<z.ZodString>;
|
|
@@ -127887,7 +128211,7 @@ export declare const mainChatMessageContract: {
|
|
|
127887
128211
|
parentMessageId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
127888
128212
|
feedPostId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
127889
128213
|
}, "strip", z.ZodTypeAny, {
|
|
127890
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
128214
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
127891
128215
|
direction: "incoming" | "outgoing" | "system";
|
|
127892
128216
|
id?: string | undefined;
|
|
127893
128217
|
message?: string | null | undefined;
|
|
@@ -127918,7 +128242,7 @@ export declare const mainChatMessageContract: {
|
|
|
127918
128242
|
parentMessageId?: string | null | undefined;
|
|
127919
128243
|
feedPostId?: string | null | undefined;
|
|
127920
128244
|
}, {
|
|
127921
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
128245
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
127922
128246
|
direction: "incoming" | "outgoing" | "system";
|
|
127923
128247
|
id?: string | undefined;
|
|
127924
128248
|
message?: string | null | undefined;
|
|
@@ -127951,7 +128275,7 @@ export declare const mainChatMessageContract: {
|
|
|
127951
128275
|
}>;
|
|
127952
128276
|
}, "strip", z.ZodTypeAny, {
|
|
127953
128277
|
message: {
|
|
127954
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
128278
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
127955
128279
|
direction: "incoming" | "outgoing" | "system";
|
|
127956
128280
|
id?: string | undefined;
|
|
127957
128281
|
message?: string | null | undefined;
|
|
@@ -128017,6 +128341,7 @@ export declare const mainChatMessageContract: {
|
|
|
128017
128341
|
lineRichMenuId?: string | null | undefined;
|
|
128018
128342
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
128019
128343
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
128344
|
+
isCSATEnabled?: boolean | undefined;
|
|
128020
128345
|
};
|
|
128021
128346
|
status: boolean;
|
|
128022
128347
|
brandName: string;
|
|
@@ -128035,7 +128360,7 @@ export declare const mainChatMessageContract: {
|
|
|
128035
128360
|
};
|
|
128036
128361
|
}, {
|
|
128037
128362
|
message: {
|
|
128038
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
128363
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
128039
128364
|
direction: "incoming" | "outgoing" | "system";
|
|
128040
128365
|
id?: string | undefined;
|
|
128041
128366
|
message?: string | null | undefined;
|
|
@@ -128101,6 +128426,7 @@ export declare const mainChatMessageContract: {
|
|
|
128101
128426
|
lineRichMenuId?: string | null | undefined;
|
|
128102
128427
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
128103
128428
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
128429
|
+
isCSATEnabled?: boolean | undefined;
|
|
128104
128430
|
};
|
|
128105
128431
|
status: boolean;
|
|
128106
128432
|
brandName: string;
|
|
@@ -128121,7 +128447,7 @@ export declare const mainChatMessageContract: {
|
|
|
128121
128447
|
}, "strip", z.ZodTypeAny, {
|
|
128122
128448
|
data: {
|
|
128123
128449
|
message: {
|
|
128124
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
128450
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
128125
128451
|
direction: "incoming" | "outgoing" | "system";
|
|
128126
128452
|
id?: string | undefined;
|
|
128127
128453
|
message?: string | null | undefined;
|
|
@@ -128187,6 +128513,7 @@ export declare const mainChatMessageContract: {
|
|
|
128187
128513
|
lineRichMenuId?: string | null | undefined;
|
|
128188
128514
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
128189
128515
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
128516
|
+
isCSATEnabled?: boolean | undefined;
|
|
128190
128517
|
};
|
|
128191
128518
|
status: boolean;
|
|
128192
128519
|
brandName: string;
|
|
@@ -128208,7 +128535,7 @@ export declare const mainChatMessageContract: {
|
|
|
128208
128535
|
}, {
|
|
128209
128536
|
data: {
|
|
128210
128537
|
message: {
|
|
128211
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
128538
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
128212
128539
|
direction: "incoming" | "outgoing" | "system";
|
|
128213
128540
|
id?: string | undefined;
|
|
128214
128541
|
message?: string | null | undefined;
|
|
@@ -128274,6 +128601,7 @@ export declare const mainChatMessageContract: {
|
|
|
128274
128601
|
lineRichMenuId?: string | null | undefined;
|
|
128275
128602
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
128276
128603
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
128604
|
+
isCSATEnabled?: boolean | undefined;
|
|
128277
128605
|
};
|
|
128278
128606
|
status: boolean;
|
|
128279
128607
|
brandName: string;
|
|
@@ -128341,7 +128669,7 @@ export declare const mainChatMessageContract: {
|
|
|
128341
128669
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
128342
128670
|
message: z.ZodString;
|
|
128343
128671
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
|
128344
|
-
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", "item"]>;
|
|
128672
|
+
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", "item"]>;
|
|
128345
128673
|
readAt: z.ZodDate;
|
|
128346
128674
|
metadata: z.ZodAny;
|
|
128347
128675
|
platformId: z.ZodString;
|
|
@@ -129415,6 +129743,7 @@ export declare const mainChatMessageContract: {
|
|
|
129415
129743
|
channelId: string;
|
|
129416
129744
|
socialPlatformId: string;
|
|
129417
129745
|
}>;
|
|
129746
|
+
csatStatus: z.ZodNullable<z.ZodString>;
|
|
129418
129747
|
actor: z.ZodObject<{
|
|
129419
129748
|
id: z.ZodString;
|
|
129420
129749
|
createdAt: z.ZodDate;
|
|
@@ -129893,6 +130222,7 @@ export declare const mainChatMessageContract: {
|
|
|
129893
130222
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
129894
130223
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
129895
130224
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
130225
|
+
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
129896
130226
|
}, "strip", z.ZodTypeAny, {
|
|
129897
130227
|
name: string;
|
|
129898
130228
|
id: string;
|
|
@@ -129922,6 +130252,7 @@ export declare const mainChatMessageContract: {
|
|
|
129922
130252
|
lineRichMenuId?: string | null | undefined;
|
|
129923
130253
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
129924
130254
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
130255
|
+
isCSATEnabled?: boolean | undefined;
|
|
129925
130256
|
}, {
|
|
129926
130257
|
name: string;
|
|
129927
130258
|
id: string;
|
|
@@ -129951,6 +130282,7 @@ export declare const mainChatMessageContract: {
|
|
|
129951
130282
|
lineRichMenuId?: string | null | undefined;
|
|
129952
130283
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
129953
130284
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
130285
|
+
isCSATEnabled?: boolean | undefined;
|
|
129954
130286
|
}>;
|
|
129955
130287
|
brandName: z.ZodString;
|
|
129956
130288
|
platformId: z.ZodString;
|
|
@@ -130214,6 +130546,7 @@ export declare const mainChatMessageContract: {
|
|
|
130214
130546
|
lineRichMenuId?: string | null | undefined;
|
|
130215
130547
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
130216
130548
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
130549
|
+
isCSATEnabled?: boolean | undefined;
|
|
130217
130550
|
};
|
|
130218
130551
|
status: boolean;
|
|
130219
130552
|
createdAt: Date;
|
|
@@ -130308,6 +130641,7 @@ export declare const mainChatMessageContract: {
|
|
|
130308
130641
|
lineRichMenuId?: string | null | undefined;
|
|
130309
130642
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
130310
130643
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
130644
|
+
isCSATEnabled?: boolean | undefined;
|
|
130311
130645
|
};
|
|
130312
130646
|
status: boolean;
|
|
130313
130647
|
createdAt: Date;
|
|
@@ -130966,6 +131300,7 @@ export declare const mainChatMessageContract: {
|
|
|
130966
131300
|
lineRichMenuId?: string | null | undefined;
|
|
130967
131301
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
130968
131302
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
131303
|
+
isCSATEnabled?: boolean | undefined;
|
|
130969
131304
|
};
|
|
130970
131305
|
status: boolean;
|
|
130971
131306
|
createdAt: Date;
|
|
@@ -131257,6 +131592,7 @@ export declare const mainChatMessageContract: {
|
|
|
131257
131592
|
closedAt: Date;
|
|
131258
131593
|
lastMessageAt: Date | null;
|
|
131259
131594
|
isBotRoom: boolean;
|
|
131595
|
+
csatStatus: string | null;
|
|
131260
131596
|
cxlog: {
|
|
131261
131597
|
id: string;
|
|
131262
131598
|
channel: string | null;
|
|
@@ -131393,6 +131729,7 @@ export declare const mainChatMessageContract: {
|
|
|
131393
131729
|
lineRichMenuId?: string | null | undefined;
|
|
131394
131730
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
131395
131731
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
131732
|
+
isCSATEnabled?: boolean | undefined;
|
|
131396
131733
|
};
|
|
131397
131734
|
status: boolean;
|
|
131398
131735
|
createdAt: Date;
|
|
@@ -131684,6 +132021,7 @@ export declare const mainChatMessageContract: {
|
|
|
131684
132021
|
closedAt: Date;
|
|
131685
132022
|
lastMessageAt: Date | null;
|
|
131686
132023
|
isBotRoom: boolean;
|
|
132024
|
+
csatStatus: string | null;
|
|
131687
132025
|
cxlog: {
|
|
131688
132026
|
id: string;
|
|
131689
132027
|
channel: string | null;
|
|
@@ -131827,7 +132165,7 @@ export declare const mainChatMessageContract: {
|
|
|
131827
132165
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
131828
132166
|
message: z.ZodString;
|
|
131829
132167
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
|
131830
|
-
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", "item"]>;
|
|
132168
|
+
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", "item"]>;
|
|
131831
132169
|
readAt: z.ZodDate;
|
|
131832
132170
|
metadata: z.ZodAny;
|
|
131833
132171
|
platformId: z.ZodString;
|
|
@@ -132485,7 +132823,7 @@ export declare const mainChatMessageContract: {
|
|
|
132485
132823
|
};
|
|
132486
132824
|
}>;
|
|
132487
132825
|
}, "strip", z.ZodTypeAny, {
|
|
132488
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
132826
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
132489
132827
|
message: string;
|
|
132490
132828
|
id: string;
|
|
132491
132829
|
url: string;
|
|
@@ -132647,7 +132985,7 @@ export declare const mainChatMessageContract: {
|
|
|
132647
132985
|
metadata?: any;
|
|
132648
132986
|
template?: any;
|
|
132649
132987
|
}, {
|
|
132650
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
132988
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
132651
132989
|
message: string;
|
|
132652
132990
|
id: string;
|
|
132653
132991
|
url: string;
|
|
@@ -133449,7 +133787,7 @@ export declare const mainChatMessageContract: {
|
|
|
133449
133787
|
editedMessageid: z.ZodString;
|
|
133450
133788
|
label: z.ZodOptional<z.ZodString>;
|
|
133451
133789
|
}, "strip", z.ZodTypeAny, {
|
|
133452
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
133790
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
133453
133791
|
message: string;
|
|
133454
133792
|
id: string;
|
|
133455
133793
|
url: string;
|
|
@@ -133593,6 +133931,7 @@ export declare const mainChatMessageContract: {
|
|
|
133593
133931
|
lineRichMenuId?: string | null | undefined;
|
|
133594
133932
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
133595
133933
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
133934
|
+
isCSATEnabled?: boolean | undefined;
|
|
133596
133935
|
};
|
|
133597
133936
|
status: boolean;
|
|
133598
133937
|
createdAt: Date;
|
|
@@ -133884,6 +134223,7 @@ export declare const mainChatMessageContract: {
|
|
|
133884
134223
|
closedAt: Date;
|
|
133885
134224
|
lastMessageAt: Date | null;
|
|
133886
134225
|
isBotRoom: boolean;
|
|
134226
|
+
csatStatus: string | null;
|
|
133887
134227
|
cxlog: {
|
|
133888
134228
|
id: string;
|
|
133889
134229
|
channel: string | null;
|
|
@@ -134002,7 +134342,7 @@ export declare const mainChatMessageContract: {
|
|
|
134002
134342
|
previewUrl: string;
|
|
134003
134343
|
imageSetId: string;
|
|
134004
134344
|
repliedMessage: {
|
|
134005
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
134345
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
134006
134346
|
message: string;
|
|
134007
134347
|
id: string;
|
|
134008
134348
|
url: string;
|
|
@@ -134213,7 +134553,7 @@ export declare const mainChatMessageContract: {
|
|
|
134213
134553
|
template?: any;
|
|
134214
134554
|
label?: string | undefined;
|
|
134215
134555
|
}, {
|
|
134216
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
134556
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
134217
134557
|
message: string;
|
|
134218
134558
|
id: string;
|
|
134219
134559
|
url: string;
|
|
@@ -134357,6 +134697,7 @@ export declare const mainChatMessageContract: {
|
|
|
134357
134697
|
lineRichMenuId?: string | null | undefined;
|
|
134358
134698
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
134359
134699
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
134700
|
+
isCSATEnabled?: boolean | undefined;
|
|
134360
134701
|
};
|
|
134361
134702
|
status: boolean;
|
|
134362
134703
|
createdAt: Date;
|
|
@@ -134648,6 +134989,7 @@ export declare const mainChatMessageContract: {
|
|
|
134648
134989
|
closedAt: Date;
|
|
134649
134990
|
lastMessageAt: Date | null;
|
|
134650
134991
|
isBotRoom: boolean;
|
|
134992
|
+
csatStatus: string | null;
|
|
134651
134993
|
cxlog: {
|
|
134652
134994
|
id: string;
|
|
134653
134995
|
channel: string | null;
|
|
@@ -134766,7 +135108,7 @@ export declare const mainChatMessageContract: {
|
|
|
134766
135108
|
previewUrl: string;
|
|
134767
135109
|
imageSetId: string;
|
|
134768
135110
|
repliedMessage: {
|
|
134769
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
135111
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
134770
135112
|
message: string;
|
|
134771
135113
|
id: string;
|
|
134772
135114
|
url: string;
|
|
@@ -134979,7 +135321,7 @@ export declare const mainChatMessageContract: {
|
|
|
134979
135321
|
}>, "many">;
|
|
134980
135322
|
}, "strip", z.ZodTypeAny, {
|
|
134981
135323
|
data: {
|
|
134982
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
135324
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
134983
135325
|
message: string;
|
|
134984
135326
|
id: string;
|
|
134985
135327
|
url: string;
|
|
@@ -135123,6 +135465,7 @@ export declare const mainChatMessageContract: {
|
|
|
135123
135465
|
lineRichMenuId?: string | null | undefined;
|
|
135124
135466
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
135125
135467
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
135468
|
+
isCSATEnabled?: boolean | undefined;
|
|
135126
135469
|
};
|
|
135127
135470
|
status: boolean;
|
|
135128
135471
|
createdAt: Date;
|
|
@@ -135414,6 +135757,7 @@ export declare const mainChatMessageContract: {
|
|
|
135414
135757
|
closedAt: Date;
|
|
135415
135758
|
lastMessageAt: Date | null;
|
|
135416
135759
|
isBotRoom: boolean;
|
|
135760
|
+
csatStatus: string | null;
|
|
135417
135761
|
cxlog: {
|
|
135418
135762
|
id: string;
|
|
135419
135763
|
channel: string | null;
|
|
@@ -135532,7 +135876,7 @@ export declare const mainChatMessageContract: {
|
|
|
135532
135876
|
previewUrl: string;
|
|
135533
135877
|
imageSetId: string;
|
|
135534
135878
|
repliedMessage: {
|
|
135535
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
135879
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
135536
135880
|
message: string;
|
|
135537
135881
|
id: string;
|
|
135538
135882
|
url: string;
|
|
@@ -135746,7 +136090,7 @@ export declare const mainChatMessageContract: {
|
|
|
135746
136090
|
requestId: string;
|
|
135747
136091
|
}, {
|
|
135748
136092
|
data: {
|
|
135749
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
136093
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
135750
136094
|
message: string;
|
|
135751
136095
|
id: string;
|
|
135752
136096
|
url: string;
|
|
@@ -135890,6 +136234,7 @@ export declare const mainChatMessageContract: {
|
|
|
135890
136234
|
lineRichMenuId?: string | null | undefined;
|
|
135891
136235
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
135892
136236
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
136237
|
+
isCSATEnabled?: boolean | undefined;
|
|
135893
136238
|
};
|
|
135894
136239
|
status: boolean;
|
|
135895
136240
|
createdAt: Date;
|
|
@@ -136181,6 +136526,7 @@ export declare const mainChatMessageContract: {
|
|
|
136181
136526
|
closedAt: Date;
|
|
136182
136527
|
lastMessageAt: Date | null;
|
|
136183
136528
|
isBotRoom: boolean;
|
|
136529
|
+
csatStatus: string | null;
|
|
136184
136530
|
cxlog: {
|
|
136185
136531
|
id: string;
|
|
136186
136532
|
channel: string | null;
|
|
@@ -136299,7 +136645,7 @@ export declare const mainChatMessageContract: {
|
|
|
136299
136645
|
previewUrl: string;
|
|
136300
136646
|
imageSetId: string;
|
|
136301
136647
|
repliedMessage: {
|
|
136302
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
136648
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "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";
|
|
136303
136649
|
message: string;
|
|
136304
136650
|
id: string;
|
|
136305
136651
|
url: string;
|