@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
|
@@ -121,6 +121,7 @@ export declare const telegramContract: {
|
|
|
121
121
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
122
122
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
123
123
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
124
|
+
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
124
125
|
}, "strip", z.ZodTypeAny, {
|
|
125
126
|
name: string;
|
|
126
127
|
id: string;
|
|
@@ -150,6 +151,7 @@ export declare const telegramContract: {
|
|
|
150
151
|
lineRichMenuId?: string | null | undefined;
|
|
151
152
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
152
153
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
154
|
+
isCSATEnabled?: boolean | undefined;
|
|
153
155
|
}, {
|
|
154
156
|
name: string;
|
|
155
157
|
id: string;
|
|
@@ -179,6 +181,7 @@ export declare const telegramContract: {
|
|
|
179
181
|
lineRichMenuId?: string | null | undefined;
|
|
180
182
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
181
183
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
184
|
+
isCSATEnabled?: boolean | undefined;
|
|
182
185
|
}>;
|
|
183
186
|
brandName: z.ZodString;
|
|
184
187
|
platformId: z.ZodString;
|
|
@@ -442,6 +445,7 @@ export declare const telegramContract: {
|
|
|
442
445
|
lineRichMenuId?: string | null | undefined;
|
|
443
446
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
444
447
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
448
|
+
isCSATEnabled?: boolean | undefined;
|
|
445
449
|
};
|
|
446
450
|
status: boolean;
|
|
447
451
|
createdAt: Date;
|
|
@@ -536,6 +540,7 @@ export declare const telegramContract: {
|
|
|
536
540
|
lineRichMenuId?: string | null | undefined;
|
|
537
541
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
538
542
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
543
|
+
isCSATEnabled?: boolean | undefined;
|
|
539
544
|
};
|
|
540
545
|
status: boolean;
|
|
541
546
|
createdAt: Date;
|
|
@@ -632,6 +637,7 @@ export declare const telegramContract: {
|
|
|
632
637
|
lineRichMenuId?: string | null | undefined;
|
|
633
638
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
634
639
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
640
|
+
isCSATEnabled?: boolean | undefined;
|
|
635
641
|
};
|
|
636
642
|
status: boolean;
|
|
637
643
|
createdAt: Date;
|
|
@@ -729,6 +735,7 @@ export declare const telegramContract: {
|
|
|
729
735
|
lineRichMenuId?: string | null | undefined;
|
|
730
736
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
731
737
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
738
|
+
isCSATEnabled?: boolean | undefined;
|
|
732
739
|
};
|
|
733
740
|
status: boolean;
|
|
734
741
|
createdAt: Date;
|
|
@@ -896,6 +903,7 @@ export declare const telegramContract: {
|
|
|
896
903
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
897
904
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
898
905
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
906
|
+
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
899
907
|
}, "strip", z.ZodTypeAny, {
|
|
900
908
|
name: string;
|
|
901
909
|
id: string;
|
|
@@ -925,6 +933,7 @@ export declare const telegramContract: {
|
|
|
925
933
|
lineRichMenuId?: string | null | undefined;
|
|
926
934
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
927
935
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
936
|
+
isCSATEnabled?: boolean | undefined;
|
|
928
937
|
}, {
|
|
929
938
|
name: string;
|
|
930
939
|
id: string;
|
|
@@ -954,6 +963,7 @@ export declare const telegramContract: {
|
|
|
954
963
|
lineRichMenuId?: string | null | undefined;
|
|
955
964
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
956
965
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
966
|
+
isCSATEnabled?: boolean | undefined;
|
|
957
967
|
}>;
|
|
958
968
|
platformId: z.ZodString;
|
|
959
969
|
brandName: z.ZodString;
|
|
@@ -1013,6 +1023,7 @@ export declare const telegramContract: {
|
|
|
1013
1023
|
lineRichMenuId?: string | null | undefined;
|
|
1014
1024
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1015
1025
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
1026
|
+
isCSATEnabled?: boolean | undefined;
|
|
1016
1027
|
};
|
|
1017
1028
|
status: boolean;
|
|
1018
1029
|
brandName: string;
|
|
@@ -1060,6 +1071,7 @@ export declare const telegramContract: {
|
|
|
1060
1071
|
lineRichMenuId?: string | null | undefined;
|
|
1061
1072
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1062
1073
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
1074
|
+
isCSATEnabled?: boolean | undefined;
|
|
1063
1075
|
};
|
|
1064
1076
|
status: boolean;
|
|
1065
1077
|
brandName: string;
|
|
@@ -1109,6 +1121,7 @@ export declare const telegramContract: {
|
|
|
1109
1121
|
lineRichMenuId?: string | null | undefined;
|
|
1110
1122
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1111
1123
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
1124
|
+
isCSATEnabled?: boolean | undefined;
|
|
1112
1125
|
};
|
|
1113
1126
|
status: boolean;
|
|
1114
1127
|
brandName: string;
|
|
@@ -1159,6 +1172,7 @@ export declare const telegramContract: {
|
|
|
1159
1172
|
lineRichMenuId?: string | null | undefined;
|
|
1160
1173
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1161
1174
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
1175
|
+
isCSATEnabled?: boolean | undefined;
|
|
1162
1176
|
};
|
|
1163
1177
|
status: boolean;
|
|
1164
1178
|
brandName: string;
|
|
@@ -1392,6 +1406,7 @@ export declare const telegramContract: {
|
|
|
1392
1406
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1393
1407
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
1394
1408
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
1409
|
+
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
1395
1410
|
}, "strip", z.ZodTypeAny, {
|
|
1396
1411
|
name: string;
|
|
1397
1412
|
id: string;
|
|
@@ -1421,6 +1436,7 @@ export declare const telegramContract: {
|
|
|
1421
1436
|
lineRichMenuId?: string | null | undefined;
|
|
1422
1437
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1423
1438
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
1439
|
+
isCSATEnabled?: boolean | undefined;
|
|
1424
1440
|
}, {
|
|
1425
1441
|
name: string;
|
|
1426
1442
|
id: string;
|
|
@@ -1450,6 +1466,7 @@ export declare const telegramContract: {
|
|
|
1450
1466
|
lineRichMenuId?: string | null | undefined;
|
|
1451
1467
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1452
1468
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
1469
|
+
isCSATEnabled?: boolean | undefined;
|
|
1453
1470
|
}>;
|
|
1454
1471
|
platformId: z.ZodString;
|
|
1455
1472
|
brandName: z.ZodString;
|
|
@@ -1509,6 +1526,7 @@ export declare const telegramContract: {
|
|
|
1509
1526
|
lineRichMenuId?: string | null | undefined;
|
|
1510
1527
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1511
1528
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
1529
|
+
isCSATEnabled?: boolean | undefined;
|
|
1512
1530
|
};
|
|
1513
1531
|
status: boolean;
|
|
1514
1532
|
brandName: string;
|
|
@@ -1556,6 +1574,7 @@ export declare const telegramContract: {
|
|
|
1556
1574
|
lineRichMenuId?: string | null | undefined;
|
|
1557
1575
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1558
1576
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
1577
|
+
isCSATEnabled?: boolean | undefined;
|
|
1559
1578
|
};
|
|
1560
1579
|
status: boolean;
|
|
1561
1580
|
brandName: string;
|
|
@@ -1608,6 +1627,7 @@ export declare const telegramContract: {
|
|
|
1608
1627
|
lineRichMenuId?: string | null | undefined;
|
|
1609
1628
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1610
1629
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
1630
|
+
isCSATEnabled?: boolean | undefined;
|
|
1611
1631
|
};
|
|
1612
1632
|
status: boolean;
|
|
1613
1633
|
brandName: string;
|
|
@@ -1699,6 +1719,7 @@ export declare const telegramContract: {
|
|
|
1699
1719
|
lineRichMenuId?: string | null | undefined;
|
|
1700
1720
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1701
1721
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
1722
|
+
isCSATEnabled?: boolean | undefined;
|
|
1702
1723
|
};
|
|
1703
1724
|
status: boolean;
|
|
1704
1725
|
brandName: string;
|
|
@@ -1760,7 +1781,7 @@ export declare const telegramContract: {
|
|
|
1760
1781
|
id: z.ZodOptional<z.ZodString>;
|
|
1761
1782
|
message: z.ZodOptional<z.ZodString>;
|
|
1762
1783
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
|
1763
|
-
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"]>;
|
|
1784
|
+
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"]>;
|
|
1764
1785
|
readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
|
1765
1786
|
metadata: z.ZodOptional<z.ZodAny>;
|
|
1766
1787
|
platformId: z.ZodOptional<z.ZodString>;
|
|
@@ -1816,7 +1837,7 @@ export declare const telegramContract: {
|
|
|
1816
1837
|
editedAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
|
1817
1838
|
label: z.ZodOptional<z.ZodString>;
|
|
1818
1839
|
}, "strip", z.ZodTypeAny, {
|
|
1819
|
-
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";
|
|
1840
|
+
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";
|
|
1820
1841
|
direction: "incoming" | "outgoing" | "system";
|
|
1821
1842
|
id?: string | undefined;
|
|
1822
1843
|
message?: string | undefined;
|
|
@@ -1851,7 +1872,7 @@ export declare const telegramContract: {
|
|
|
1851
1872
|
editedAt?: string | Date | null | undefined;
|
|
1852
1873
|
label?: string | undefined;
|
|
1853
1874
|
}, {
|
|
1854
|
-
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";
|
|
1875
|
+
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";
|
|
1855
1876
|
direction: "incoming" | "outgoing" | "system";
|
|
1856
1877
|
id?: string | undefined;
|
|
1857
1878
|
message?: string | undefined;
|
|
@@ -1888,7 +1909,7 @@ export declare const telegramContract: {
|
|
|
1888
1909
|
}>;
|
|
1889
1910
|
}, "strip", z.ZodTypeAny, {
|
|
1890
1911
|
message: {
|
|
1891
|
-
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";
|
|
1912
|
+
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";
|
|
1892
1913
|
direction: "incoming" | "outgoing" | "system";
|
|
1893
1914
|
id?: string | undefined;
|
|
1894
1915
|
message?: string | undefined;
|
|
@@ -1958,6 +1979,7 @@ export declare const telegramContract: {
|
|
|
1958
1979
|
lineRichMenuId?: string | null | undefined;
|
|
1959
1980
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1960
1981
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
1982
|
+
isCSATEnabled?: boolean | undefined;
|
|
1961
1983
|
};
|
|
1962
1984
|
status: boolean;
|
|
1963
1985
|
brandName: string;
|
|
@@ -2018,7 +2040,7 @@ export declare const telegramContract: {
|
|
|
2018
2040
|
isBot: boolean | null;
|
|
2019
2041
|
}, {
|
|
2020
2042
|
message: {
|
|
2021
|
-
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";
|
|
2043
|
+
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";
|
|
2022
2044
|
direction: "incoming" | "outgoing" | "system";
|
|
2023
2045
|
id?: string | undefined;
|
|
2024
2046
|
message?: string | undefined;
|
|
@@ -2088,6 +2110,7 @@ export declare const telegramContract: {
|
|
|
2088
2110
|
lineRichMenuId?: string | null | undefined;
|
|
2089
2111
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
2090
2112
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
2113
|
+
isCSATEnabled?: boolean | undefined;
|
|
2091
2114
|
};
|
|
2092
2115
|
status: boolean;
|
|
2093
2116
|
brandName: string;
|
|
@@ -2152,7 +2175,7 @@ export declare const telegramContract: {
|
|
|
2152
2175
|
200: z.ZodObject<{
|
|
2153
2176
|
requestId: z.ZodString;
|
|
2154
2177
|
data: z.ZodObject<{
|
|
2155
|
-
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"]>;
|
|
2178
|
+
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"]>;
|
|
2156
2179
|
message: z.ZodString;
|
|
2157
2180
|
id: z.ZodString;
|
|
2158
2181
|
url: z.ZodString;
|
|
@@ -3669,6 +3692,7 @@ export declare const telegramContract: {
|
|
|
3669
3692
|
channelId: string;
|
|
3670
3693
|
socialPlatformId: string;
|
|
3671
3694
|
}>;
|
|
3695
|
+
csatStatus: z.ZodNullable<z.ZodString>;
|
|
3672
3696
|
actor: z.ZodObject<{
|
|
3673
3697
|
id: z.ZodString;
|
|
3674
3698
|
createdAt: z.ZodDate;
|
|
@@ -4147,6 +4171,7 @@ export declare const telegramContract: {
|
|
|
4147
4171
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
4148
4172
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
4149
4173
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
4174
|
+
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
4150
4175
|
}, "strip", z.ZodTypeAny, {
|
|
4151
4176
|
name: string;
|
|
4152
4177
|
id: string;
|
|
@@ -4176,6 +4201,7 @@ export declare const telegramContract: {
|
|
|
4176
4201
|
lineRichMenuId?: string | null | undefined;
|
|
4177
4202
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
4178
4203
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
4204
|
+
isCSATEnabled?: boolean | undefined;
|
|
4179
4205
|
}, {
|
|
4180
4206
|
name: string;
|
|
4181
4207
|
id: string;
|
|
@@ -4205,6 +4231,7 @@ export declare const telegramContract: {
|
|
|
4205
4231
|
lineRichMenuId?: string | null | undefined;
|
|
4206
4232
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
4207
4233
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
4234
|
+
isCSATEnabled?: boolean | undefined;
|
|
4208
4235
|
}>;
|
|
4209
4236
|
brandName: z.ZodString;
|
|
4210
4237
|
platformId: z.ZodString;
|
|
@@ -4468,6 +4495,7 @@ export declare const telegramContract: {
|
|
|
4468
4495
|
lineRichMenuId?: string | null | undefined;
|
|
4469
4496
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
4470
4497
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
4498
|
+
isCSATEnabled?: boolean | undefined;
|
|
4471
4499
|
};
|
|
4472
4500
|
status: boolean;
|
|
4473
4501
|
createdAt: Date;
|
|
@@ -4562,6 +4590,7 @@ export declare const telegramContract: {
|
|
|
4562
4590
|
lineRichMenuId?: string | null | undefined;
|
|
4563
4591
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
4564
4592
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
4593
|
+
isCSATEnabled?: boolean | undefined;
|
|
4565
4594
|
};
|
|
4566
4595
|
status: boolean;
|
|
4567
4596
|
createdAt: Date;
|
|
@@ -5220,6 +5249,7 @@ export declare const telegramContract: {
|
|
|
5220
5249
|
lineRichMenuId?: string | null | undefined;
|
|
5221
5250
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
5222
5251
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
5252
|
+
isCSATEnabled?: boolean | undefined;
|
|
5223
5253
|
};
|
|
5224
5254
|
status: boolean;
|
|
5225
5255
|
createdAt: Date;
|
|
@@ -5511,6 +5541,7 @@ export declare const telegramContract: {
|
|
|
5511
5541
|
closedAt: Date;
|
|
5512
5542
|
lastMessageAt: Date | null;
|
|
5513
5543
|
isBotRoom: boolean;
|
|
5544
|
+
csatStatus: string | null;
|
|
5514
5545
|
cxlog: {
|
|
5515
5546
|
id: string;
|
|
5516
5547
|
channel: string | null;
|
|
@@ -5647,6 +5678,7 @@ export declare const telegramContract: {
|
|
|
5647
5678
|
lineRichMenuId?: string | null | undefined;
|
|
5648
5679
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
5649
5680
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
5681
|
+
isCSATEnabled?: boolean | undefined;
|
|
5650
5682
|
};
|
|
5651
5683
|
status: boolean;
|
|
5652
5684
|
createdAt: Date;
|
|
@@ -5938,6 +5970,7 @@ export declare const telegramContract: {
|
|
|
5938
5970
|
closedAt: Date;
|
|
5939
5971
|
lastMessageAt: Date | null;
|
|
5940
5972
|
isBotRoom: boolean;
|
|
5973
|
+
csatStatus: string | null;
|
|
5941
5974
|
cxlog: {
|
|
5942
5975
|
id: string;
|
|
5943
5976
|
channel: string | null;
|
|
@@ -6078,7 +6111,7 @@ export declare const telegramContract: {
|
|
|
6078
6111
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
6079
6112
|
message: z.ZodString;
|
|
6080
6113
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
|
6081
|
-
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"]>;
|
|
6114
|
+
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"]>;
|
|
6082
6115
|
readAt: z.ZodDate;
|
|
6083
6116
|
metadata: z.ZodAny;
|
|
6084
6117
|
platformId: z.ZodString;
|
|
@@ -6736,7 +6769,7 @@ export declare const telegramContract: {
|
|
|
6736
6769
|
};
|
|
6737
6770
|
}>;
|
|
6738
6771
|
}, "strip", z.ZodTypeAny, {
|
|
6739
|
-
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";
|
|
6772
|
+
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";
|
|
6740
6773
|
message: string;
|
|
6741
6774
|
id: string;
|
|
6742
6775
|
url: string;
|
|
@@ -6898,7 +6931,7 @@ export declare const telegramContract: {
|
|
|
6898
6931
|
metadata?: any;
|
|
6899
6932
|
template?: any;
|
|
6900
6933
|
}, {
|
|
6901
|
-
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";
|
|
6934
|
+
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";
|
|
6902
6935
|
message: string;
|
|
6903
6936
|
id: string;
|
|
6904
6937
|
url: string;
|
|
@@ -7272,7 +7305,7 @@ export declare const telegramContract: {
|
|
|
7272
7305
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
7273
7306
|
message: z.ZodString;
|
|
7274
7307
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
|
7275
|
-
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"]>;
|
|
7308
|
+
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"]>;
|
|
7276
7309
|
readAt: z.ZodDate;
|
|
7277
7310
|
metadata: z.ZodAny;
|
|
7278
7311
|
platformId: z.ZodString;
|
|
@@ -8346,6 +8379,7 @@ export declare const telegramContract: {
|
|
|
8346
8379
|
channelId: string;
|
|
8347
8380
|
socialPlatformId: string;
|
|
8348
8381
|
}>;
|
|
8382
|
+
csatStatus: z.ZodNullable<z.ZodString>;
|
|
8349
8383
|
actor: z.ZodObject<{
|
|
8350
8384
|
id: z.ZodString;
|
|
8351
8385
|
createdAt: z.ZodDate;
|
|
@@ -8824,6 +8858,7 @@ export declare const telegramContract: {
|
|
|
8824
8858
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
8825
8859
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
8826
8860
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
8861
|
+
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
8827
8862
|
}, "strip", z.ZodTypeAny, {
|
|
8828
8863
|
name: string;
|
|
8829
8864
|
id: string;
|
|
@@ -8853,6 +8888,7 @@ export declare const telegramContract: {
|
|
|
8853
8888
|
lineRichMenuId?: string | null | undefined;
|
|
8854
8889
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
8855
8890
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
8891
|
+
isCSATEnabled?: boolean | undefined;
|
|
8856
8892
|
}, {
|
|
8857
8893
|
name: string;
|
|
8858
8894
|
id: string;
|
|
@@ -8882,6 +8918,7 @@ export declare const telegramContract: {
|
|
|
8882
8918
|
lineRichMenuId?: string | null | undefined;
|
|
8883
8919
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
8884
8920
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
8921
|
+
isCSATEnabled?: boolean | undefined;
|
|
8885
8922
|
}>;
|
|
8886
8923
|
brandName: z.ZodString;
|
|
8887
8924
|
platformId: z.ZodString;
|
|
@@ -9145,6 +9182,7 @@ export declare const telegramContract: {
|
|
|
9145
9182
|
lineRichMenuId?: string | null | undefined;
|
|
9146
9183
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
9147
9184
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
9185
|
+
isCSATEnabled?: boolean | undefined;
|
|
9148
9186
|
};
|
|
9149
9187
|
status: boolean;
|
|
9150
9188
|
createdAt: Date;
|
|
@@ -9239,6 +9277,7 @@ export declare const telegramContract: {
|
|
|
9239
9277
|
lineRichMenuId?: string | null | undefined;
|
|
9240
9278
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
9241
9279
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
9280
|
+
isCSATEnabled?: boolean | undefined;
|
|
9242
9281
|
};
|
|
9243
9282
|
status: boolean;
|
|
9244
9283
|
createdAt: Date;
|
|
@@ -9897,6 +9936,7 @@ export declare const telegramContract: {
|
|
|
9897
9936
|
lineRichMenuId?: string | null | undefined;
|
|
9898
9937
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
9899
9938
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
9939
|
+
isCSATEnabled?: boolean | undefined;
|
|
9900
9940
|
};
|
|
9901
9941
|
status: boolean;
|
|
9902
9942
|
createdAt: Date;
|
|
@@ -10188,6 +10228,7 @@ export declare const telegramContract: {
|
|
|
10188
10228
|
closedAt: Date;
|
|
10189
10229
|
lastMessageAt: Date | null;
|
|
10190
10230
|
isBotRoom: boolean;
|
|
10231
|
+
csatStatus: string | null;
|
|
10191
10232
|
cxlog: {
|
|
10192
10233
|
id: string;
|
|
10193
10234
|
channel: string | null;
|
|
@@ -10324,6 +10365,7 @@ export declare const telegramContract: {
|
|
|
10324
10365
|
lineRichMenuId?: string | null | undefined;
|
|
10325
10366
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
10326
10367
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
10368
|
+
isCSATEnabled?: boolean | undefined;
|
|
10327
10369
|
};
|
|
10328
10370
|
status: boolean;
|
|
10329
10371
|
createdAt: Date;
|
|
@@ -10615,6 +10657,7 @@ export declare const telegramContract: {
|
|
|
10615
10657
|
closedAt: Date;
|
|
10616
10658
|
lastMessageAt: Date | null;
|
|
10617
10659
|
isBotRoom: boolean;
|
|
10660
|
+
csatStatus: string | null;
|
|
10618
10661
|
cxlog: {
|
|
10619
10662
|
id: string;
|
|
10620
10663
|
channel: string | null;
|
|
@@ -10758,7 +10801,7 @@ export declare const telegramContract: {
|
|
|
10758
10801
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
10759
10802
|
message: z.ZodString;
|
|
10760
10803
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
|
10761
|
-
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"]>;
|
|
10804
|
+
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"]>;
|
|
10762
10805
|
readAt: z.ZodDate;
|
|
10763
10806
|
metadata: z.ZodAny;
|
|
10764
10807
|
platformId: z.ZodString;
|
|
@@ -11416,7 +11459,7 @@ export declare const telegramContract: {
|
|
|
11416
11459
|
};
|
|
11417
11460
|
}>;
|
|
11418
11461
|
}, "strip", z.ZodTypeAny, {
|
|
11419
|
-
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";
|
|
11462
|
+
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";
|
|
11420
11463
|
message: string;
|
|
11421
11464
|
id: string;
|
|
11422
11465
|
url: string;
|
|
@@ -11578,7 +11621,7 @@ export declare const telegramContract: {
|
|
|
11578
11621
|
metadata?: any;
|
|
11579
11622
|
template?: any;
|
|
11580
11623
|
}, {
|
|
11581
|
-
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";
|
|
11624
|
+
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";
|
|
11582
11625
|
message: string;
|
|
11583
11626
|
id: string;
|
|
11584
11627
|
url: string;
|
|
@@ -12380,7 +12423,7 @@ export declare const telegramContract: {
|
|
|
12380
12423
|
editedMessageid: z.ZodString;
|
|
12381
12424
|
label: z.ZodOptional<z.ZodString>;
|
|
12382
12425
|
}, "strip", z.ZodTypeAny, {
|
|
12383
|
-
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";
|
|
12426
|
+
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";
|
|
12384
12427
|
message: string;
|
|
12385
12428
|
id: string;
|
|
12386
12429
|
url: string;
|
|
@@ -12524,6 +12567,7 @@ export declare const telegramContract: {
|
|
|
12524
12567
|
lineRichMenuId?: string | null | undefined;
|
|
12525
12568
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
12526
12569
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
12570
|
+
isCSATEnabled?: boolean | undefined;
|
|
12527
12571
|
};
|
|
12528
12572
|
status: boolean;
|
|
12529
12573
|
createdAt: Date;
|
|
@@ -12815,6 +12859,7 @@ export declare const telegramContract: {
|
|
|
12815
12859
|
closedAt: Date;
|
|
12816
12860
|
lastMessageAt: Date | null;
|
|
12817
12861
|
isBotRoom: boolean;
|
|
12862
|
+
csatStatus: string | null;
|
|
12818
12863
|
cxlog: {
|
|
12819
12864
|
id: string;
|
|
12820
12865
|
channel: string | null;
|
|
@@ -12933,7 +12978,7 @@ export declare const telegramContract: {
|
|
|
12933
12978
|
previewUrl: string;
|
|
12934
12979
|
imageSetId: string;
|
|
12935
12980
|
repliedMessage: {
|
|
12936
|
-
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";
|
|
12981
|
+
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";
|
|
12937
12982
|
message: string;
|
|
12938
12983
|
id: string;
|
|
12939
12984
|
url: string;
|
|
@@ -13144,7 +13189,7 @@ export declare const telegramContract: {
|
|
|
13144
13189
|
template?: any;
|
|
13145
13190
|
label?: string | undefined;
|
|
13146
13191
|
}, {
|
|
13147
|
-
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";
|
|
13192
|
+
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";
|
|
13148
13193
|
message: string;
|
|
13149
13194
|
id: string;
|
|
13150
13195
|
url: string;
|
|
@@ -13288,6 +13333,7 @@ export declare const telegramContract: {
|
|
|
13288
13333
|
lineRichMenuId?: string | null | undefined;
|
|
13289
13334
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
13290
13335
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
13336
|
+
isCSATEnabled?: boolean | undefined;
|
|
13291
13337
|
};
|
|
13292
13338
|
status: boolean;
|
|
13293
13339
|
createdAt: Date;
|
|
@@ -13579,6 +13625,7 @@ export declare const telegramContract: {
|
|
|
13579
13625
|
closedAt: Date;
|
|
13580
13626
|
lastMessageAt: Date | null;
|
|
13581
13627
|
isBotRoom: boolean;
|
|
13628
|
+
csatStatus: string | null;
|
|
13582
13629
|
cxlog: {
|
|
13583
13630
|
id: string;
|
|
13584
13631
|
channel: string | null;
|
|
@@ -13697,7 +13744,7 @@ export declare const telegramContract: {
|
|
|
13697
13744
|
previewUrl: string;
|
|
13698
13745
|
imageSetId: string;
|
|
13699
13746
|
repliedMessage: {
|
|
13700
|
-
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";
|
|
13747
|
+
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";
|
|
13701
13748
|
message: string;
|
|
13702
13749
|
id: string;
|
|
13703
13750
|
url: string;
|
|
@@ -13909,7 +13956,7 @@ export declare const telegramContract: {
|
|
|
13909
13956
|
label?: string | undefined;
|
|
13910
13957
|
}>>>;
|
|
13911
13958
|
}, "strip", z.ZodTypeAny, {
|
|
13912
|
-
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";
|
|
13959
|
+
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";
|
|
13913
13960
|
message: string;
|
|
13914
13961
|
id: string;
|
|
13915
13962
|
url: string;
|
|
@@ -14053,6 +14100,7 @@ export declare const telegramContract: {
|
|
|
14053
14100
|
lineRichMenuId?: string | null | undefined;
|
|
14054
14101
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
14055
14102
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
14103
|
+
isCSATEnabled?: boolean | undefined;
|
|
14056
14104
|
};
|
|
14057
14105
|
status: boolean;
|
|
14058
14106
|
createdAt: Date;
|
|
@@ -14344,6 +14392,7 @@ export declare const telegramContract: {
|
|
|
14344
14392
|
closedAt: Date;
|
|
14345
14393
|
lastMessageAt: Date | null;
|
|
14346
14394
|
isBotRoom: boolean;
|
|
14395
|
+
csatStatus: string | null;
|
|
14347
14396
|
cxlog: {
|
|
14348
14397
|
id: string;
|
|
14349
14398
|
channel: string | null;
|
|
@@ -14462,7 +14511,7 @@ export declare const telegramContract: {
|
|
|
14462
14511
|
previewUrl: string;
|
|
14463
14512
|
imageSetId: string;
|
|
14464
14513
|
repliedMessage: {
|
|
14465
|
-
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";
|
|
14514
|
+
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";
|
|
14466
14515
|
message: string;
|
|
14467
14516
|
id: string;
|
|
14468
14517
|
url: string;
|
|
@@ -14673,7 +14722,7 @@ export declare const telegramContract: {
|
|
|
14673
14722
|
template?: any;
|
|
14674
14723
|
metadata?: any;
|
|
14675
14724
|
fromMessage?: {
|
|
14676
|
-
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";
|
|
14725
|
+
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";
|
|
14677
14726
|
message: string;
|
|
14678
14727
|
id: string;
|
|
14679
14728
|
url: string;
|
|
@@ -14817,6 +14866,7 @@ export declare const telegramContract: {
|
|
|
14817
14866
|
lineRichMenuId?: string | null | undefined;
|
|
14818
14867
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
14819
14868
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
14869
|
+
isCSATEnabled?: boolean | undefined;
|
|
14820
14870
|
};
|
|
14821
14871
|
status: boolean;
|
|
14822
14872
|
createdAt: Date;
|
|
@@ -15108,6 +15158,7 @@ export declare const telegramContract: {
|
|
|
15108
15158
|
closedAt: Date;
|
|
15109
15159
|
lastMessageAt: Date | null;
|
|
15110
15160
|
isBotRoom: boolean;
|
|
15161
|
+
csatStatus: string | null;
|
|
15111
15162
|
cxlog: {
|
|
15112
15163
|
id: string;
|
|
15113
15164
|
channel: string | null;
|
|
@@ -15226,7 +15277,7 @@ export declare const telegramContract: {
|
|
|
15226
15277
|
previewUrl: string;
|
|
15227
15278
|
imageSetId: string;
|
|
15228
15279
|
repliedMessage: {
|
|
15229
|
-
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";
|
|
15280
|
+
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";
|
|
15230
15281
|
message: string;
|
|
15231
15282
|
id: string;
|
|
15232
15283
|
url: string;
|
|
@@ -15438,7 +15489,7 @@ export declare const telegramContract: {
|
|
|
15438
15489
|
label?: string | undefined;
|
|
15439
15490
|
} | null | undefined;
|
|
15440
15491
|
}, {
|
|
15441
|
-
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";
|
|
15492
|
+
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";
|
|
15442
15493
|
message: string;
|
|
15443
15494
|
id: string;
|
|
15444
15495
|
url: string;
|
|
@@ -15582,6 +15633,7 @@ export declare const telegramContract: {
|
|
|
15582
15633
|
lineRichMenuId?: string | null | undefined;
|
|
15583
15634
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
15584
15635
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
15636
|
+
isCSATEnabled?: boolean | undefined;
|
|
15585
15637
|
};
|
|
15586
15638
|
status: boolean;
|
|
15587
15639
|
createdAt: Date;
|
|
@@ -15873,6 +15925,7 @@ export declare const telegramContract: {
|
|
|
15873
15925
|
closedAt: Date;
|
|
15874
15926
|
lastMessageAt: Date | null;
|
|
15875
15927
|
isBotRoom: boolean;
|
|
15928
|
+
csatStatus: string | null;
|
|
15876
15929
|
cxlog: {
|
|
15877
15930
|
id: string;
|
|
15878
15931
|
channel: string | null;
|
|
@@ -15991,7 +16044,7 @@ export declare const telegramContract: {
|
|
|
15991
16044
|
previewUrl: string;
|
|
15992
16045
|
imageSetId: string;
|
|
15993
16046
|
repliedMessage: {
|
|
15994
|
-
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";
|
|
16047
|
+
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";
|
|
15995
16048
|
message: string;
|
|
15996
16049
|
id: string;
|
|
15997
16050
|
url: string;
|
|
@@ -16202,7 +16255,7 @@ export declare const telegramContract: {
|
|
|
16202
16255
|
template?: any;
|
|
16203
16256
|
metadata?: any;
|
|
16204
16257
|
fromMessage?: {
|
|
16205
|
-
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";
|
|
16258
|
+
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";
|
|
16206
16259
|
message: string;
|
|
16207
16260
|
id: string;
|
|
16208
16261
|
url: string;
|
|
@@ -16346,6 +16399,7 @@ export declare const telegramContract: {
|
|
|
16346
16399
|
lineRichMenuId?: string | null | undefined;
|
|
16347
16400
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
16348
16401
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
16402
|
+
isCSATEnabled?: boolean | undefined;
|
|
16349
16403
|
};
|
|
16350
16404
|
status: boolean;
|
|
16351
16405
|
createdAt: Date;
|
|
@@ -16637,6 +16691,7 @@ export declare const telegramContract: {
|
|
|
16637
16691
|
closedAt: Date;
|
|
16638
16692
|
lastMessageAt: Date | null;
|
|
16639
16693
|
isBotRoom: boolean;
|
|
16694
|
+
csatStatus: string | null;
|
|
16640
16695
|
cxlog: {
|
|
16641
16696
|
id: string;
|
|
16642
16697
|
channel: string | null;
|
|
@@ -16755,7 +16810,7 @@ export declare const telegramContract: {
|
|
|
16755
16810
|
previewUrl: string;
|
|
16756
16811
|
imageSetId: string;
|
|
16757
16812
|
repliedMessage: {
|
|
16758
|
-
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";
|
|
16813
|
+
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";
|
|
16759
16814
|
message: string;
|
|
16760
16815
|
id: string;
|
|
16761
16816
|
url: string;
|
|
@@ -16969,7 +17024,7 @@ export declare const telegramContract: {
|
|
|
16969
17024
|
}>;
|
|
16970
17025
|
}, "strip", z.ZodTypeAny, {
|
|
16971
17026
|
data: {
|
|
16972
|
-
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";
|
|
17027
|
+
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";
|
|
16973
17028
|
message: string;
|
|
16974
17029
|
id: string;
|
|
16975
17030
|
url: string;
|
|
@@ -17113,6 +17168,7 @@ export declare const telegramContract: {
|
|
|
17113
17168
|
lineRichMenuId?: string | null | undefined;
|
|
17114
17169
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
17115
17170
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
17171
|
+
isCSATEnabled?: boolean | undefined;
|
|
17116
17172
|
};
|
|
17117
17173
|
status: boolean;
|
|
17118
17174
|
createdAt: Date;
|
|
@@ -17404,6 +17460,7 @@ export declare const telegramContract: {
|
|
|
17404
17460
|
closedAt: Date;
|
|
17405
17461
|
lastMessageAt: Date | null;
|
|
17406
17462
|
isBotRoom: boolean;
|
|
17463
|
+
csatStatus: string | null;
|
|
17407
17464
|
cxlog: {
|
|
17408
17465
|
id: string;
|
|
17409
17466
|
channel: string | null;
|
|
@@ -17522,7 +17579,7 @@ export declare const telegramContract: {
|
|
|
17522
17579
|
previewUrl: string;
|
|
17523
17580
|
imageSetId: string;
|
|
17524
17581
|
repliedMessage: {
|
|
17525
|
-
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";
|
|
17582
|
+
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";
|
|
17526
17583
|
message: string;
|
|
17527
17584
|
id: string;
|
|
17528
17585
|
url: string;
|
|
@@ -17733,7 +17790,7 @@ export declare const telegramContract: {
|
|
|
17733
17790
|
template?: any;
|
|
17734
17791
|
metadata?: any;
|
|
17735
17792
|
fromMessage?: {
|
|
17736
|
-
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";
|
|
17793
|
+
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";
|
|
17737
17794
|
message: string;
|
|
17738
17795
|
id: string;
|
|
17739
17796
|
url: string;
|
|
@@ -17877,6 +17934,7 @@ export declare const telegramContract: {
|
|
|
17877
17934
|
lineRichMenuId?: string | null | undefined;
|
|
17878
17935
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
17879
17936
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
17937
|
+
isCSATEnabled?: boolean | undefined;
|
|
17880
17938
|
};
|
|
17881
17939
|
status: boolean;
|
|
17882
17940
|
createdAt: Date;
|
|
@@ -18168,6 +18226,7 @@ export declare const telegramContract: {
|
|
|
18168
18226
|
closedAt: Date;
|
|
18169
18227
|
lastMessageAt: Date | null;
|
|
18170
18228
|
isBotRoom: boolean;
|
|
18229
|
+
csatStatus: string | null;
|
|
18171
18230
|
cxlog: {
|
|
18172
18231
|
id: string;
|
|
18173
18232
|
channel: string | null;
|
|
@@ -18286,7 +18345,7 @@ export declare const telegramContract: {
|
|
|
18286
18345
|
previewUrl: string;
|
|
18287
18346
|
imageSetId: string;
|
|
18288
18347
|
repliedMessage: {
|
|
18289
|
-
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";
|
|
18348
|
+
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";
|
|
18290
18349
|
message: string;
|
|
18291
18350
|
id: string;
|
|
18292
18351
|
url: string;
|
|
@@ -18501,7 +18560,7 @@ export declare const telegramContract: {
|
|
|
18501
18560
|
requestId: string;
|
|
18502
18561
|
}, {
|
|
18503
18562
|
data: {
|
|
18504
|
-
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";
|
|
18563
|
+
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";
|
|
18505
18564
|
message: string;
|
|
18506
18565
|
id: string;
|
|
18507
18566
|
url: string;
|
|
@@ -18645,6 +18704,7 @@ export declare const telegramContract: {
|
|
|
18645
18704
|
lineRichMenuId?: string | null | undefined;
|
|
18646
18705
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
18647
18706
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
18707
|
+
isCSATEnabled?: boolean | undefined;
|
|
18648
18708
|
};
|
|
18649
18709
|
status: boolean;
|
|
18650
18710
|
createdAt: Date;
|
|
@@ -18936,6 +18996,7 @@ export declare const telegramContract: {
|
|
|
18936
18996
|
closedAt: Date;
|
|
18937
18997
|
lastMessageAt: Date | null;
|
|
18938
18998
|
isBotRoom: boolean;
|
|
18999
|
+
csatStatus: string | null;
|
|
18939
19000
|
cxlog: {
|
|
18940
19001
|
id: string;
|
|
18941
19002
|
channel: string | null;
|
|
@@ -19054,7 +19115,7 @@ export declare const telegramContract: {
|
|
|
19054
19115
|
previewUrl: string;
|
|
19055
19116
|
imageSetId: string;
|
|
19056
19117
|
repliedMessage: {
|
|
19057
|
-
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";
|
|
19118
|
+
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";
|
|
19058
19119
|
message: string;
|
|
19059
19120
|
id: string;
|
|
19060
19121
|
url: string;
|
|
@@ -19265,7 +19326,7 @@ export declare const telegramContract: {
|
|
|
19265
19326
|
template?: any;
|
|
19266
19327
|
metadata?: any;
|
|
19267
19328
|
fromMessage?: {
|
|
19268
|
-
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";
|
|
19329
|
+
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";
|
|
19269
19330
|
message: string;
|
|
19270
19331
|
id: string;
|
|
19271
19332
|
url: string;
|
|
@@ -19409,6 +19470,7 @@ export declare const telegramContract: {
|
|
|
19409
19470
|
lineRichMenuId?: string | null | undefined;
|
|
19410
19471
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
19411
19472
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
19473
|
+
isCSATEnabled?: boolean | undefined;
|
|
19412
19474
|
};
|
|
19413
19475
|
status: boolean;
|
|
19414
19476
|
createdAt: Date;
|
|
@@ -19700,6 +19762,7 @@ export declare const telegramContract: {
|
|
|
19700
19762
|
closedAt: Date;
|
|
19701
19763
|
lastMessageAt: Date | null;
|
|
19702
19764
|
isBotRoom: boolean;
|
|
19765
|
+
csatStatus: string | null;
|
|
19703
19766
|
cxlog: {
|
|
19704
19767
|
id: string;
|
|
19705
19768
|
channel: string | null;
|
|
@@ -19818,7 +19881,7 @@ export declare const telegramContract: {
|
|
|
19818
19881
|
previewUrl: string;
|
|
19819
19882
|
imageSetId: string;
|
|
19820
19883
|
repliedMessage: {
|
|
19821
|
-
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";
|
|
19884
|
+
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";
|
|
19822
19885
|
message: string;
|
|
19823
19886
|
id: string;
|
|
19824
19887
|
url: string;
|
|
@@ -20126,6 +20189,7 @@ export declare const telegramContract: {
|
|
|
20126
20189
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
20127
20190
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
20128
20191
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
20192
|
+
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
20129
20193
|
}, "strip", z.ZodTypeAny, {
|
|
20130
20194
|
name: string;
|
|
20131
20195
|
id: string;
|
|
@@ -20155,6 +20219,7 @@ export declare const telegramContract: {
|
|
|
20155
20219
|
lineRichMenuId?: string | null | undefined;
|
|
20156
20220
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
20157
20221
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
20222
|
+
isCSATEnabled?: boolean | undefined;
|
|
20158
20223
|
}, {
|
|
20159
20224
|
name: string;
|
|
20160
20225
|
id: string;
|
|
@@ -20184,6 +20249,7 @@ export declare const telegramContract: {
|
|
|
20184
20249
|
lineRichMenuId?: string | null | undefined;
|
|
20185
20250
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
20186
20251
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
20252
|
+
isCSATEnabled?: boolean | undefined;
|
|
20187
20253
|
}>;
|
|
20188
20254
|
platformId: z.ZodString;
|
|
20189
20255
|
brandName: z.ZodString;
|
|
@@ -20243,6 +20309,7 @@ export declare const telegramContract: {
|
|
|
20243
20309
|
lineRichMenuId?: string | null | undefined;
|
|
20244
20310
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
20245
20311
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
20312
|
+
isCSATEnabled?: boolean | undefined;
|
|
20246
20313
|
};
|
|
20247
20314
|
status: boolean;
|
|
20248
20315
|
brandName: string;
|
|
@@ -20290,6 +20357,7 @@ export declare const telegramContract: {
|
|
|
20290
20357
|
lineRichMenuId?: string | null | undefined;
|
|
20291
20358
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
20292
20359
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
20360
|
+
isCSATEnabled?: boolean | undefined;
|
|
20293
20361
|
};
|
|
20294
20362
|
status: boolean;
|
|
20295
20363
|
brandName: string;
|
|
@@ -20339,6 +20407,7 @@ export declare const telegramContract: {
|
|
|
20339
20407
|
lineRichMenuId?: string | null | undefined;
|
|
20340
20408
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
20341
20409
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
20410
|
+
isCSATEnabled?: boolean | undefined;
|
|
20342
20411
|
};
|
|
20343
20412
|
status: boolean;
|
|
20344
20413
|
brandName: string;
|
|
@@ -20389,6 +20458,7 @@ export declare const telegramContract: {
|
|
|
20389
20458
|
lineRichMenuId?: string | null | undefined;
|
|
20390
20459
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
20391
20460
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
20461
|
+
isCSATEnabled?: boolean | undefined;
|
|
20392
20462
|
};
|
|
20393
20463
|
status: boolean;
|
|
20394
20464
|
brandName: string;
|
|
@@ -20510,6 +20580,7 @@ export declare const telegramContract: {
|
|
|
20510
20580
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
20511
20581
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
20512
20582
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
20583
|
+
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
20513
20584
|
}, "strip", z.ZodTypeAny, {
|
|
20514
20585
|
name: string;
|
|
20515
20586
|
id: string;
|
|
@@ -20539,6 +20610,7 @@ export declare const telegramContract: {
|
|
|
20539
20610
|
lineRichMenuId?: string | null | undefined;
|
|
20540
20611
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
20541
20612
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
20613
|
+
isCSATEnabled?: boolean | undefined;
|
|
20542
20614
|
}, {
|
|
20543
20615
|
name: string;
|
|
20544
20616
|
id: string;
|
|
@@ -20568,6 +20640,7 @@ export declare const telegramContract: {
|
|
|
20568
20640
|
lineRichMenuId?: string | null | undefined;
|
|
20569
20641
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
20570
20642
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
20643
|
+
isCSATEnabled?: boolean | undefined;
|
|
20571
20644
|
}>;
|
|
20572
20645
|
platformId: z.ZodString;
|
|
20573
20646
|
brandName: z.ZodString;
|
|
@@ -20627,6 +20700,7 @@ export declare const telegramContract: {
|
|
|
20627
20700
|
lineRichMenuId?: string | null | undefined;
|
|
20628
20701
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
20629
20702
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
20703
|
+
isCSATEnabled?: boolean | undefined;
|
|
20630
20704
|
};
|
|
20631
20705
|
status: boolean;
|
|
20632
20706
|
brandName: string;
|
|
@@ -20674,6 +20748,7 @@ export declare const telegramContract: {
|
|
|
20674
20748
|
lineRichMenuId?: string | null | undefined;
|
|
20675
20749
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
20676
20750
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
20751
|
+
isCSATEnabled?: boolean | undefined;
|
|
20677
20752
|
};
|
|
20678
20753
|
status: boolean;
|
|
20679
20754
|
brandName: string;
|
|
@@ -20723,6 +20798,7 @@ export declare const telegramContract: {
|
|
|
20723
20798
|
lineRichMenuId?: string | null | undefined;
|
|
20724
20799
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
20725
20800
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
20801
|
+
isCSATEnabled?: boolean | undefined;
|
|
20726
20802
|
};
|
|
20727
20803
|
status: boolean;
|
|
20728
20804
|
brandName: string;
|
|
@@ -20773,6 +20849,7 @@ export declare const telegramContract: {
|
|
|
20773
20849
|
lineRichMenuId?: string | null | undefined;
|
|
20774
20850
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
20775
20851
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
20852
|
+
isCSATEnabled?: boolean | undefined;
|
|
20776
20853
|
};
|
|
20777
20854
|
status: boolean;
|
|
20778
20855
|
brandName: string;
|