@kl1/contracts 1.2.61-uat → 1.2.62-uat
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/api-contracts/src/channel/index.d.ts +2629 -2831
- package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/schema.d.ts +0 -8
- package/dist/api-contracts/src/channel/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/validation.d.ts +10 -10
- package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/index.d.ts +189 -515
- package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/schema.d.ts +45 -124
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +72 -151
- package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/contract.d.ts +3632 -5096
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/index.d.ts +0 -11
- package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/schema.d.ts +0 -9
- package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/index.d.ts +1 -290
- package/dist/api-contracts/src/dashboard/index.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/schema.d.ts +0 -71
- package/dist/api-contracts/src/dashboard/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/index.d.ts +43 -165
- package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/schema.d.ts +3 -10
- package/dist/api-contracts/src/facebook-feed/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/validation.d.ts +0 -5
- package/dist/api-contracts/src/facebook-feed/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/instagram/index.d.ts +33 -132
- package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/line/index.d.ts +40 -131
- package/dist/api-contracts/src/line/index.d.ts.map +1 -1
- package/dist/api-contracts/src/line/validation.d.ts +5 -14
- package/dist/api-contracts/src/line/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/messenger/index.d.ts +33 -132
- package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
- package/dist/api-contracts/src/messenger/validation.d.ts +0 -5
- package/dist/api-contracts/src/messenger/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/sms/index.d.ts +5 -42
- package/dist/api-contracts/src/sms/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telegram/index.d.ts +33 -110
- package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/viber/index.d.ts +33 -110
- package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
- package/dist/api-contracts/src/webchat/index.d.ts +33 -110
- package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/whatsapp/index.d.ts +39 -167
- package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
- package/dist/api-contracts/src/whatsapp/validation.d.ts +3 -3
- package/dist/api-contracts/src/workflow-rule/index.d.ts +12 -58
- package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
- package/dist/entities/src/enums/chat.d.ts +0 -12
- package/dist/entities/src/enums/chat.d.ts.map +1 -1
- package/dist/index.js +40 -139
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +40 -139
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
@@ -74,7 +74,6 @@ export declare const facebookFeedContract: {
|
|
74
74
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
75
75
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
76
76
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
77
|
-
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
78
77
|
}, "strip", z.ZodTypeAny, {
|
79
78
|
name: string;
|
80
79
|
id: string;
|
@@ -104,7 +103,6 @@ export declare const facebookFeedContract: {
|
|
104
103
|
lineRichMenuId?: string | null | undefined;
|
105
104
|
messengerIntegrationType?: "own" | "business" | undefined;
|
106
105
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
107
|
-
isCSATEnabled?: boolean | undefined;
|
108
106
|
}, {
|
109
107
|
name: string;
|
110
108
|
id: string;
|
@@ -134,7 +132,6 @@ export declare const facebookFeedContract: {
|
|
134
132
|
lineRichMenuId?: string | null | undefined;
|
135
133
|
messengerIntegrationType?: "own" | "business" | undefined;
|
136
134
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
137
|
-
isCSATEnabled?: boolean | undefined;
|
138
135
|
}>>;
|
139
136
|
platformId: z.ZodOptional<z.ZodString>;
|
140
137
|
brandName: z.ZodOptional<z.ZodString>;
|
@@ -194,7 +191,6 @@ export declare const facebookFeedContract: {
|
|
194
191
|
lineRichMenuId?: string | null | undefined;
|
195
192
|
messengerIntegrationType?: "own" | "business" | undefined;
|
196
193
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
197
|
-
isCSATEnabled?: boolean | undefined;
|
198
194
|
} | undefined;
|
199
195
|
platformId?: string | undefined;
|
200
196
|
brandName?: string | undefined;
|
@@ -242,7 +238,6 @@ export declare const facebookFeedContract: {
|
|
242
238
|
lineRichMenuId?: string | null | undefined;
|
243
239
|
messengerIntegrationType?: "own" | "business" | undefined;
|
244
240
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
245
|
-
isCSATEnabled?: boolean | undefined;
|
246
241
|
} | undefined;
|
247
242
|
platformId?: string | undefined;
|
248
243
|
brandName?: string | undefined;
|
@@ -329,7 +324,6 @@ export declare const facebookFeedContract: {
|
|
329
324
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
330
325
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
331
326
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
332
|
-
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
333
327
|
}, "strip", z.ZodTypeAny, {
|
334
328
|
name: string;
|
335
329
|
id: string;
|
@@ -359,7 +353,6 @@ export declare const facebookFeedContract: {
|
|
359
353
|
lineRichMenuId?: string | null | undefined;
|
360
354
|
messengerIntegrationType?: "own" | "business" | undefined;
|
361
355
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
362
|
-
isCSATEnabled?: boolean | undefined;
|
363
356
|
}, {
|
364
357
|
name: string;
|
365
358
|
id: string;
|
@@ -389,7 +382,6 @@ export declare const facebookFeedContract: {
|
|
389
382
|
lineRichMenuId?: string | null | undefined;
|
390
383
|
messengerIntegrationType?: "own" | "business" | undefined;
|
391
384
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
392
|
-
isCSATEnabled?: boolean | undefined;
|
393
385
|
}>;
|
394
386
|
platformId: z.ZodString;
|
395
387
|
brandName: z.ZodString;
|
@@ -449,7 +441,6 @@ export declare const facebookFeedContract: {
|
|
449
441
|
lineRichMenuId?: string | null | undefined;
|
450
442
|
messengerIntegrationType?: "own" | "business" | undefined;
|
451
443
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
452
|
-
isCSATEnabled?: boolean | undefined;
|
453
444
|
};
|
454
445
|
status: boolean;
|
455
446
|
brandName: string;
|
@@ -497,7 +488,6 @@ export declare const facebookFeedContract: {
|
|
497
488
|
lineRichMenuId?: string | null | undefined;
|
498
489
|
messengerIntegrationType?: "own" | "business" | undefined;
|
499
490
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
500
|
-
isCSATEnabled?: boolean | undefined;
|
501
491
|
};
|
502
492
|
status: boolean;
|
503
493
|
brandName: string;
|
@@ -547,7 +537,6 @@ export declare const facebookFeedContract: {
|
|
547
537
|
lineRichMenuId?: string | null | undefined;
|
548
538
|
messengerIntegrationType?: "own" | "business" | undefined;
|
549
539
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
550
|
-
isCSATEnabled?: boolean | undefined;
|
551
540
|
};
|
552
541
|
status: boolean;
|
553
542
|
brandName: string;
|
@@ -598,7 +587,6 @@ export declare const facebookFeedContract: {
|
|
598
587
|
lineRichMenuId?: string | null | undefined;
|
599
588
|
messengerIntegrationType?: "own" | "business" | undefined;
|
600
589
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
601
|
-
isCSATEnabled?: boolean | undefined;
|
602
590
|
};
|
603
591
|
status: boolean;
|
604
592
|
brandName: string;
|
@@ -707,7 +695,6 @@ export declare const facebookFeedContract: {
|
|
707
695
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
708
696
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
709
697
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
710
|
-
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
711
698
|
}, "strip", z.ZodTypeAny, {
|
712
699
|
name: string;
|
713
700
|
id: string;
|
@@ -737,7 +724,6 @@ export declare const facebookFeedContract: {
|
|
737
724
|
lineRichMenuId?: string | null | undefined;
|
738
725
|
messengerIntegrationType?: "own" | "business" | undefined;
|
739
726
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
740
|
-
isCSATEnabled?: boolean | undefined;
|
741
727
|
}, {
|
742
728
|
name: string;
|
743
729
|
id: string;
|
@@ -767,7 +753,6 @@ export declare const facebookFeedContract: {
|
|
767
753
|
lineRichMenuId?: string | null | undefined;
|
768
754
|
messengerIntegrationType?: "own" | "business" | undefined;
|
769
755
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
770
|
-
isCSATEnabled?: boolean | undefined;
|
771
756
|
}>>;
|
772
757
|
platformId: z.ZodOptional<z.ZodString>;
|
773
758
|
brandName: z.ZodOptional<z.ZodString>;
|
@@ -827,7 +812,6 @@ export declare const facebookFeedContract: {
|
|
827
812
|
lineRichMenuId?: string | null | undefined;
|
828
813
|
messengerIntegrationType?: "own" | "business" | undefined;
|
829
814
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
830
|
-
isCSATEnabled?: boolean | undefined;
|
831
815
|
} | undefined;
|
832
816
|
platformId?: string | undefined;
|
833
817
|
brandName?: string | undefined;
|
@@ -875,7 +859,6 @@ export declare const facebookFeedContract: {
|
|
875
859
|
lineRichMenuId?: string | null | undefined;
|
876
860
|
messengerIntegrationType?: "own" | "business" | undefined;
|
877
861
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
878
|
-
isCSATEnabled?: boolean | undefined;
|
879
862
|
} | undefined;
|
880
863
|
platformId?: string | undefined;
|
881
864
|
brandName?: string | undefined;
|
@@ -962,7 +945,6 @@ export declare const facebookFeedContract: {
|
|
962
945
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
963
946
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
964
947
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
965
|
-
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
966
948
|
}, "strip", z.ZodTypeAny, {
|
967
949
|
name: string;
|
968
950
|
id: string;
|
@@ -992,7 +974,6 @@ export declare const facebookFeedContract: {
|
|
992
974
|
lineRichMenuId?: string | null | undefined;
|
993
975
|
messengerIntegrationType?: "own" | "business" | undefined;
|
994
976
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
995
|
-
isCSATEnabled?: boolean | undefined;
|
996
977
|
}, {
|
997
978
|
name: string;
|
998
979
|
id: string;
|
@@ -1022,7 +1003,6 @@ export declare const facebookFeedContract: {
|
|
1022
1003
|
lineRichMenuId?: string | null | undefined;
|
1023
1004
|
messengerIntegrationType?: "own" | "business" | undefined;
|
1024
1005
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
1025
|
-
isCSATEnabled?: boolean | undefined;
|
1026
1006
|
}>;
|
1027
1007
|
platformId: z.ZodString;
|
1028
1008
|
brandName: z.ZodString;
|
@@ -1082,7 +1062,6 @@ export declare const facebookFeedContract: {
|
|
1082
1062
|
lineRichMenuId?: string | null | undefined;
|
1083
1063
|
messengerIntegrationType?: "own" | "business" | undefined;
|
1084
1064
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
1085
|
-
isCSATEnabled?: boolean | undefined;
|
1086
1065
|
};
|
1087
1066
|
status: boolean;
|
1088
1067
|
brandName: string;
|
@@ -1130,7 +1109,6 @@ export declare const facebookFeedContract: {
|
|
1130
1109
|
lineRichMenuId?: string | null | undefined;
|
1131
1110
|
messengerIntegrationType?: "own" | "business" | undefined;
|
1132
1111
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
1133
|
-
isCSATEnabled?: boolean | undefined;
|
1134
1112
|
};
|
1135
1113
|
status: boolean;
|
1136
1114
|
brandName: string;
|
@@ -1180,7 +1158,6 @@ export declare const facebookFeedContract: {
|
|
1180
1158
|
lineRichMenuId?: string | null | undefined;
|
1181
1159
|
messengerIntegrationType?: "own" | "business" | undefined;
|
1182
1160
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
1183
|
-
isCSATEnabled?: boolean | undefined;
|
1184
1161
|
};
|
1185
1162
|
status: boolean;
|
1186
1163
|
brandName: string;
|
@@ -1231,7 +1208,6 @@ export declare const facebookFeedContract: {
|
|
1231
1208
|
lineRichMenuId?: string | null | undefined;
|
1232
1209
|
messengerIntegrationType?: "own" | "business" | undefined;
|
1233
1210
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
1234
|
-
isCSATEnabled?: boolean | undefined;
|
1235
1211
|
};
|
1236
1212
|
status: boolean;
|
1237
1213
|
brandName: string;
|
@@ -1352,7 +1328,6 @@ export declare const facebookFeedContract: {
|
|
1352
1328
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
1353
1329
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
1354
1330
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
1355
|
-
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
1356
1331
|
}, "strip", z.ZodTypeAny, {
|
1357
1332
|
name: string;
|
1358
1333
|
id: string;
|
@@ -1382,7 +1357,6 @@ export declare const facebookFeedContract: {
|
|
1382
1357
|
lineRichMenuId?: string | null | undefined;
|
1383
1358
|
messengerIntegrationType?: "own" | "business" | undefined;
|
1384
1359
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
1385
|
-
isCSATEnabled?: boolean | undefined;
|
1386
1360
|
}, {
|
1387
1361
|
name: string;
|
1388
1362
|
id: string;
|
@@ -1412,7 +1386,6 @@ export declare const facebookFeedContract: {
|
|
1412
1386
|
lineRichMenuId?: string | null | undefined;
|
1413
1387
|
messengerIntegrationType?: "own" | "business" | undefined;
|
1414
1388
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
1415
|
-
isCSATEnabled?: boolean | undefined;
|
1416
1389
|
}>;
|
1417
1390
|
platformId: z.ZodString;
|
1418
1391
|
brandName: z.ZodString;
|
@@ -1472,7 +1445,6 @@ export declare const facebookFeedContract: {
|
|
1472
1445
|
lineRichMenuId?: string | null | undefined;
|
1473
1446
|
messengerIntegrationType?: "own" | "business" | undefined;
|
1474
1447
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
1475
|
-
isCSATEnabled?: boolean | undefined;
|
1476
1448
|
};
|
1477
1449
|
status: boolean;
|
1478
1450
|
brandName: string;
|
@@ -1520,7 +1492,6 @@ export declare const facebookFeedContract: {
|
|
1520
1492
|
lineRichMenuId?: string | null | undefined;
|
1521
1493
|
messengerIntegrationType?: "own" | "business" | undefined;
|
1522
1494
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
1523
|
-
isCSATEnabled?: boolean | undefined;
|
1524
1495
|
};
|
1525
1496
|
status: boolean;
|
1526
1497
|
brandName: string;
|
@@ -1570,7 +1541,6 @@ export declare const facebookFeedContract: {
|
|
1570
1541
|
lineRichMenuId?: string | null | undefined;
|
1571
1542
|
messengerIntegrationType?: "own" | "business" | undefined;
|
1572
1543
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
1573
|
-
isCSATEnabled?: boolean | undefined;
|
1574
1544
|
};
|
1575
1545
|
status: boolean;
|
1576
1546
|
brandName: string;
|
@@ -1621,7 +1591,6 @@ export declare const facebookFeedContract: {
|
|
1621
1591
|
lineRichMenuId?: string | null | undefined;
|
1622
1592
|
messengerIntegrationType?: "own" | "business" | undefined;
|
1623
1593
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
1624
|
-
isCSATEnabled?: boolean | undefined;
|
1625
1594
|
};
|
1626
1595
|
status: boolean;
|
1627
1596
|
brandName: string;
|
@@ -1742,7 +1711,6 @@ export declare const facebookFeedContract: {
|
|
1742
1711
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
1743
1712
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
1744
1713
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
1745
|
-
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
1746
1714
|
}, "strip", z.ZodTypeAny, {
|
1747
1715
|
name: string;
|
1748
1716
|
id: string;
|
@@ -1772,7 +1740,6 @@ export declare const facebookFeedContract: {
|
|
1772
1740
|
lineRichMenuId?: string | null | undefined;
|
1773
1741
|
messengerIntegrationType?: "own" | "business" | undefined;
|
1774
1742
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
1775
|
-
isCSATEnabled?: boolean | undefined;
|
1776
1743
|
}, {
|
1777
1744
|
name: string;
|
1778
1745
|
id: string;
|
@@ -1802,7 +1769,6 @@ export declare const facebookFeedContract: {
|
|
1802
1769
|
lineRichMenuId?: string | null | undefined;
|
1803
1770
|
messengerIntegrationType?: "own" | "business" | undefined;
|
1804
1771
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
1805
|
-
isCSATEnabled?: boolean | undefined;
|
1806
1772
|
}>;
|
1807
1773
|
platformId: z.ZodString;
|
1808
1774
|
brandName: z.ZodString;
|
@@ -1862,7 +1828,6 @@ export declare const facebookFeedContract: {
|
|
1862
1828
|
lineRichMenuId?: string | null | undefined;
|
1863
1829
|
messengerIntegrationType?: "own" | "business" | undefined;
|
1864
1830
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
1865
|
-
isCSATEnabled?: boolean | undefined;
|
1866
1831
|
};
|
1867
1832
|
status: boolean;
|
1868
1833
|
brandName: string;
|
@@ -1910,7 +1875,6 @@ export declare const facebookFeedContract: {
|
|
1910
1875
|
lineRichMenuId?: string | null | undefined;
|
1911
1876
|
messengerIntegrationType?: "own" | "business" | undefined;
|
1912
1877
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
1913
|
-
isCSATEnabled?: boolean | undefined;
|
1914
1878
|
};
|
1915
1879
|
status: boolean;
|
1916
1880
|
brandName: string;
|
@@ -1960,7 +1924,6 @@ export declare const facebookFeedContract: {
|
|
1960
1924
|
lineRichMenuId?: string | null | undefined;
|
1961
1925
|
messengerIntegrationType?: "own" | "business" | undefined;
|
1962
1926
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
1963
|
-
isCSATEnabled?: boolean | undefined;
|
1964
1927
|
};
|
1965
1928
|
status: boolean;
|
1966
1929
|
brandName: string;
|
@@ -2011,7 +1974,6 @@ export declare const facebookFeedContract: {
|
|
2011
1974
|
lineRichMenuId?: string | null | undefined;
|
2012
1975
|
messengerIntegrationType?: "own" | "business" | undefined;
|
2013
1976
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
2014
|
-
isCSATEnabled?: boolean | undefined;
|
2015
1977
|
};
|
2016
1978
|
status: boolean;
|
2017
1979
|
brandName: string;
|
@@ -2119,7 +2081,6 @@ export declare const facebookFeedContract: {
|
|
2119
2081
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
2120
2082
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
2121
2083
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
2122
|
-
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
2123
2084
|
}, "strip", z.ZodTypeAny, {
|
2124
2085
|
name: string;
|
2125
2086
|
id: string;
|
@@ -2149,7 +2110,6 @@ export declare const facebookFeedContract: {
|
|
2149
2110
|
lineRichMenuId?: string | null | undefined;
|
2150
2111
|
messengerIntegrationType?: "own" | "business" | undefined;
|
2151
2112
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
2152
|
-
isCSATEnabled?: boolean | undefined;
|
2153
2113
|
}, {
|
2154
2114
|
name: string;
|
2155
2115
|
id: string;
|
@@ -2179,7 +2139,6 @@ export declare const facebookFeedContract: {
|
|
2179
2139
|
lineRichMenuId?: string | null | undefined;
|
2180
2140
|
messengerIntegrationType?: "own" | "business" | undefined;
|
2181
2141
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
2182
|
-
isCSATEnabled?: boolean | undefined;
|
2183
2142
|
}>;
|
2184
2143
|
status: z.ZodUnion<[z.ZodLiteral<true>, z.ZodLiteral<false>]>;
|
2185
2144
|
actor: z.ZodOptional<z.ZodObject<{
|
@@ -2244,7 +2203,6 @@ export declare const facebookFeedContract: {
|
|
2244
2203
|
lineRichMenuId?: string | null | undefined;
|
2245
2204
|
messengerIntegrationType?: "own" | "business" | undefined;
|
2246
2205
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
2247
|
-
isCSATEnabled?: boolean | undefined;
|
2248
2206
|
};
|
2249
2207
|
status: boolean;
|
2250
2208
|
createdAt: string;
|
@@ -2296,7 +2254,6 @@ export declare const facebookFeedContract: {
|
|
2296
2254
|
lineRichMenuId?: string | null | undefined;
|
2297
2255
|
messengerIntegrationType?: "own" | "business" | undefined;
|
2298
2256
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
2299
|
-
isCSATEnabled?: boolean | undefined;
|
2300
2257
|
};
|
2301
2258
|
status: boolean;
|
2302
2259
|
createdAt: string;
|
@@ -2387,7 +2344,6 @@ export declare const facebookFeedContract: {
|
|
2387
2344
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
2388
2345
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
2389
2346
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
2390
|
-
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
2391
2347
|
}, "strip", z.ZodTypeAny, {
|
2392
2348
|
name: string;
|
2393
2349
|
id: string;
|
@@ -2417,7 +2373,6 @@ export declare const facebookFeedContract: {
|
|
2417
2373
|
lineRichMenuId?: string | null | undefined;
|
2418
2374
|
messengerIntegrationType?: "own" | "business" | undefined;
|
2419
2375
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
2420
|
-
isCSATEnabled?: boolean | undefined;
|
2421
2376
|
}, {
|
2422
2377
|
name: string;
|
2423
2378
|
id: string;
|
@@ -2447,7 +2402,6 @@ export declare const facebookFeedContract: {
|
|
2447
2402
|
lineRichMenuId?: string | null | undefined;
|
2448
2403
|
messengerIntegrationType?: "own" | "business" | undefined;
|
2449
2404
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
2450
|
-
isCSATEnabled?: boolean | undefined;
|
2451
2405
|
}>;
|
2452
2406
|
platformId: z.ZodString;
|
2453
2407
|
brandName: z.ZodString;
|
@@ -2507,7 +2461,6 @@ export declare const facebookFeedContract: {
|
|
2507
2461
|
lineRichMenuId?: string | null | undefined;
|
2508
2462
|
messengerIntegrationType?: "own" | "business" | undefined;
|
2509
2463
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
2510
|
-
isCSATEnabled?: boolean | undefined;
|
2511
2464
|
};
|
2512
2465
|
status: boolean;
|
2513
2466
|
brandName: string;
|
@@ -2555,7 +2508,6 @@ export declare const facebookFeedContract: {
|
|
2555
2508
|
lineRichMenuId?: string | null | undefined;
|
2556
2509
|
messengerIntegrationType?: "own" | "business" | undefined;
|
2557
2510
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
2558
|
-
isCSATEnabled?: boolean | undefined;
|
2559
2511
|
};
|
2560
2512
|
status: boolean;
|
2561
2513
|
brandName: string;
|
@@ -2605,7 +2557,6 @@ export declare const facebookFeedContract: {
|
|
2605
2557
|
lineRichMenuId?: string | null | undefined;
|
2606
2558
|
messengerIntegrationType?: "own" | "business" | undefined;
|
2607
2559
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
2608
|
-
isCSATEnabled?: boolean | undefined;
|
2609
2560
|
};
|
2610
2561
|
status: boolean;
|
2611
2562
|
brandName: string;
|
@@ -2656,7 +2607,6 @@ export declare const facebookFeedContract: {
|
|
2656
2607
|
lineRichMenuId?: string | null | undefined;
|
2657
2608
|
messengerIntegrationType?: "own" | "business" | undefined;
|
2658
2609
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
2659
|
-
isCSATEnabled?: boolean | undefined;
|
2660
2610
|
};
|
2661
2611
|
status: boolean;
|
2662
2612
|
brandName: string;
|
@@ -2777,7 +2727,6 @@ export declare const facebookFeedContract: {
|
|
2777
2727
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
2778
2728
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
2779
2729
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
2780
|
-
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
2781
2730
|
}, "strip", z.ZodTypeAny, {
|
2782
2731
|
name: string;
|
2783
2732
|
id: string;
|
@@ -2807,7 +2756,6 @@ export declare const facebookFeedContract: {
|
|
2807
2756
|
lineRichMenuId?: string | null | undefined;
|
2808
2757
|
messengerIntegrationType?: "own" | "business" | undefined;
|
2809
2758
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
2810
|
-
isCSATEnabled?: boolean | undefined;
|
2811
2759
|
}, {
|
2812
2760
|
name: string;
|
2813
2761
|
id: string;
|
@@ -2837,7 +2785,6 @@ export declare const facebookFeedContract: {
|
|
2837
2785
|
lineRichMenuId?: string | null | undefined;
|
2838
2786
|
messengerIntegrationType?: "own" | "business" | undefined;
|
2839
2787
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
2840
|
-
isCSATEnabled?: boolean | undefined;
|
2841
2788
|
}>;
|
2842
2789
|
status: z.ZodUnion<[z.ZodLiteral<true>, z.ZodLiteral<false>]>;
|
2843
2790
|
createdAt: z.ZodDate;
|
@@ -4221,7 +4168,6 @@ export declare const facebookFeedContract: {
|
|
4221
4168
|
lineRichMenuId?: string | null | undefined;
|
4222
4169
|
messengerIntegrationType?: "own" | "business" | undefined;
|
4223
4170
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
4224
|
-
isCSATEnabled?: boolean | undefined;
|
4225
4171
|
};
|
4226
4172
|
status: boolean;
|
4227
4173
|
createdAt: Date;
|
@@ -4460,7 +4406,6 @@ export declare const facebookFeedContract: {
|
|
4460
4406
|
lineRichMenuId?: string | null | undefined;
|
4461
4407
|
messengerIntegrationType?: "own" | "business" | undefined;
|
4462
4408
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
4463
|
-
isCSATEnabled?: boolean | undefined;
|
4464
4409
|
};
|
4465
4410
|
status: boolean;
|
4466
4411
|
createdAt: Date;
|
@@ -4675,7 +4620,7 @@ export declare const facebookFeedContract: {
|
|
4675
4620
|
id: z.ZodOptional<z.ZodString>;
|
4676
4621
|
message: z.ZodOptional<z.ZodString>;
|
4677
4622
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
4678
|
-
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", "
|
4623
|
+
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"]>;
|
4679
4624
|
readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
4680
4625
|
metadata: z.ZodOptional<z.ZodAny>;
|
4681
4626
|
platformId: z.ZodOptional<z.ZodString>;
|
@@ -4731,7 +4676,7 @@ export declare const facebookFeedContract: {
|
|
4731
4676
|
editedAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
4732
4677
|
label: z.ZodOptional<z.ZodString>;
|
4733
4678
|
}, "strip", z.ZodTypeAny, {
|
4734
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
4679
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
4735
4680
|
direction: "incoming" | "outgoing" | "system";
|
4736
4681
|
id?: string | undefined;
|
4737
4682
|
message?: string | undefined;
|
@@ -4766,7 +4711,7 @@ export declare const facebookFeedContract: {
|
|
4766
4711
|
editedAt?: string | Date | null | undefined;
|
4767
4712
|
label?: string | undefined;
|
4768
4713
|
}, {
|
4769
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
4714
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
4770
4715
|
direction: "incoming" | "outgoing" | "system";
|
4771
4716
|
id?: string | undefined;
|
4772
4717
|
message?: string | undefined;
|
@@ -4991,7 +4936,6 @@ export declare const facebookFeedContract: {
|
|
4991
4936
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
4992
4937
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
4993
4938
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
4994
|
-
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
4995
4939
|
}, "strip", z.ZodTypeAny, {
|
4996
4940
|
name: string;
|
4997
4941
|
id: string;
|
@@ -5021,7 +4965,6 @@ export declare const facebookFeedContract: {
|
|
5021
4965
|
lineRichMenuId?: string | null | undefined;
|
5022
4966
|
messengerIntegrationType?: "own" | "business" | undefined;
|
5023
4967
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
5024
|
-
isCSATEnabled?: boolean | undefined;
|
5025
4968
|
}, {
|
5026
4969
|
name: string;
|
5027
4970
|
id: string;
|
@@ -5051,7 +4994,6 @@ export declare const facebookFeedContract: {
|
|
5051
4994
|
lineRichMenuId?: string | null | undefined;
|
5052
4995
|
messengerIntegrationType?: "own" | "business" | undefined;
|
5053
4996
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
5054
|
-
isCSATEnabled?: boolean | undefined;
|
5055
4997
|
}>;
|
5056
4998
|
platformId: z.ZodString;
|
5057
4999
|
brandName: z.ZodString;
|
@@ -5111,7 +5053,6 @@ export declare const facebookFeedContract: {
|
|
5111
5053
|
lineRichMenuId?: string | null | undefined;
|
5112
5054
|
messengerIntegrationType?: "own" | "business" | undefined;
|
5113
5055
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
5114
|
-
isCSATEnabled?: boolean | undefined;
|
5115
5056
|
};
|
5116
5057
|
status: boolean;
|
5117
5058
|
brandName: string;
|
@@ -5159,7 +5100,6 @@ export declare const facebookFeedContract: {
|
|
5159
5100
|
lineRichMenuId?: string | null | undefined;
|
5160
5101
|
messengerIntegrationType?: "own" | "business" | undefined;
|
5161
5102
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
5162
|
-
isCSATEnabled?: boolean | undefined;
|
5163
5103
|
};
|
5164
5104
|
status: boolean;
|
5165
5105
|
brandName: string;
|
@@ -5212,7 +5152,6 @@ export declare const facebookFeedContract: {
|
|
5212
5152
|
lineRichMenuId?: string | null | undefined;
|
5213
5153
|
messengerIntegrationType?: "own" | "business" | undefined;
|
5214
5154
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
5215
|
-
isCSATEnabled?: boolean | undefined;
|
5216
5155
|
};
|
5217
5156
|
status: boolean;
|
5218
5157
|
brandName: string;
|
@@ -5304,7 +5243,6 @@ export declare const facebookFeedContract: {
|
|
5304
5243
|
lineRichMenuId?: string | null | undefined;
|
5305
5244
|
messengerIntegrationType?: "own" | "business" | undefined;
|
5306
5245
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
5307
|
-
isCSATEnabled?: boolean | undefined;
|
5308
5246
|
};
|
5309
5247
|
status: boolean;
|
5310
5248
|
brandName: string;
|
@@ -5375,7 +5313,7 @@ export declare const facebookFeedContract: {
|
|
5375
5313
|
}>>;
|
5376
5314
|
}, "strip", z.ZodTypeAny, {
|
5377
5315
|
message: {
|
5378
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
5316
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
5379
5317
|
direction: "incoming" | "outgoing" | "system";
|
5380
5318
|
id?: string | undefined;
|
5381
5319
|
message?: string | undefined;
|
@@ -5445,7 +5383,6 @@ export declare const facebookFeedContract: {
|
|
5445
5383
|
lineRichMenuId?: string | null | undefined;
|
5446
5384
|
messengerIntegrationType?: "own" | "business" | undefined;
|
5447
5385
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
5448
|
-
isCSATEnabled?: boolean | undefined;
|
5449
5386
|
};
|
5450
5387
|
status: boolean;
|
5451
5388
|
brandName: string;
|
@@ -5510,7 +5447,7 @@ export declare const facebookFeedContract: {
|
|
5510
5447
|
} | undefined;
|
5511
5448
|
}, {
|
5512
5449
|
message: {
|
5513
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
5450
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
5514
5451
|
direction: "incoming" | "outgoing" | "system";
|
5515
5452
|
id?: string | undefined;
|
5516
5453
|
message?: string | undefined;
|
@@ -5580,7 +5517,6 @@ export declare const facebookFeedContract: {
|
|
5580
5517
|
lineRichMenuId?: string | null | undefined;
|
5581
5518
|
messengerIntegrationType?: "own" | "business" | undefined;
|
5582
5519
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
5583
|
-
isCSATEnabled?: boolean | undefined;
|
5584
5520
|
};
|
5585
5521
|
status: boolean;
|
5586
5522
|
brandName: string;
|
@@ -5649,7 +5585,7 @@ export declare const facebookFeedContract: {
|
|
5649
5585
|
200: z.ZodObject<{
|
5650
5586
|
requestId: z.ZodString;
|
5651
5587
|
data: z.ZodObject<{
|
5652
|
-
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", "
|
5588
|
+
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"]>;
|
5653
5589
|
message: z.ZodString;
|
5654
5590
|
id: z.ZodString;
|
5655
5591
|
url: z.ZodString;
|
@@ -7166,7 +7102,6 @@ export declare const facebookFeedContract: {
|
|
7166
7102
|
channelId: string;
|
7167
7103
|
socialPlatformId: string;
|
7168
7104
|
}>;
|
7169
|
-
csatStatus: z.ZodNullable<z.ZodString>;
|
7170
7105
|
actor: z.ZodObject<{
|
7171
7106
|
id: z.ZodString;
|
7172
7107
|
createdAt: z.ZodDate;
|
@@ -7645,7 +7580,6 @@ export declare const facebookFeedContract: {
|
|
7645
7580
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
7646
7581
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
7647
7582
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
7648
|
-
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
7649
7583
|
}, "strip", z.ZodTypeAny, {
|
7650
7584
|
name: string;
|
7651
7585
|
id: string;
|
@@ -7675,7 +7609,6 @@ export declare const facebookFeedContract: {
|
|
7675
7609
|
lineRichMenuId?: string | null | undefined;
|
7676
7610
|
messengerIntegrationType?: "own" | "business" | undefined;
|
7677
7611
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
7678
|
-
isCSATEnabled?: boolean | undefined;
|
7679
7612
|
}, {
|
7680
7613
|
name: string;
|
7681
7614
|
id: string;
|
@@ -7705,7 +7638,6 @@ export declare const facebookFeedContract: {
|
|
7705
7638
|
lineRichMenuId?: string | null | undefined;
|
7706
7639
|
messengerIntegrationType?: "own" | "business" | undefined;
|
7707
7640
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
7708
|
-
isCSATEnabled?: boolean | undefined;
|
7709
7641
|
}>;
|
7710
7642
|
brandName: z.ZodString;
|
7711
7643
|
platformId: z.ZodString;
|
@@ -7969,7 +7901,6 @@ export declare const facebookFeedContract: {
|
|
7969
7901
|
lineRichMenuId?: string | null | undefined;
|
7970
7902
|
messengerIntegrationType?: "own" | "business" | undefined;
|
7971
7903
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
7972
|
-
isCSATEnabled?: boolean | undefined;
|
7973
7904
|
};
|
7974
7905
|
status: boolean;
|
7975
7906
|
createdAt: Date;
|
@@ -8064,7 +7995,6 @@ export declare const facebookFeedContract: {
|
|
8064
7995
|
lineRichMenuId?: string | null | undefined;
|
8065
7996
|
messengerIntegrationType?: "own" | "business" | undefined;
|
8066
7997
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
8067
|
-
isCSATEnabled?: boolean | undefined;
|
8068
7998
|
};
|
8069
7999
|
status: boolean;
|
8070
8000
|
createdAt: Date;
|
@@ -8723,7 +8653,6 @@ export declare const facebookFeedContract: {
|
|
8723
8653
|
lineRichMenuId?: string | null | undefined;
|
8724
8654
|
messengerIntegrationType?: "own" | "business" | undefined;
|
8725
8655
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
8726
|
-
isCSATEnabled?: boolean | undefined;
|
8727
8656
|
};
|
8728
8657
|
status: boolean;
|
8729
8658
|
createdAt: Date;
|
@@ -9015,7 +8944,6 @@ export declare const facebookFeedContract: {
|
|
9015
8944
|
closedAt: Date;
|
9016
8945
|
lastMessageAt: Date | null;
|
9017
8946
|
isBotRoom: boolean;
|
9018
|
-
csatStatus: string | null;
|
9019
8947
|
cxlog: {
|
9020
8948
|
id: string;
|
9021
8949
|
channel: string | null;
|
@@ -9152,7 +9080,6 @@ export declare const facebookFeedContract: {
|
|
9152
9080
|
lineRichMenuId?: string | null | undefined;
|
9153
9081
|
messengerIntegrationType?: "own" | "business" | undefined;
|
9154
9082
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
9155
|
-
isCSATEnabled?: boolean | undefined;
|
9156
9083
|
};
|
9157
9084
|
status: boolean;
|
9158
9085
|
createdAt: Date;
|
@@ -9444,7 +9371,6 @@ export declare const facebookFeedContract: {
|
|
9444
9371
|
closedAt: Date;
|
9445
9372
|
lastMessageAt: Date | null;
|
9446
9373
|
isBotRoom: boolean;
|
9447
|
-
csatStatus: string | null;
|
9448
9374
|
cxlog: {
|
9449
9375
|
id: string;
|
9450
9376
|
channel: string | null;
|
@@ -9585,7 +9511,7 @@ export declare const facebookFeedContract: {
|
|
9585
9511
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
9586
9512
|
message: z.ZodString;
|
9587
9513
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
9588
|
-
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", "
|
9514
|
+
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"]>;
|
9589
9515
|
readAt: z.ZodDate;
|
9590
9516
|
metadata: z.ZodAny;
|
9591
9517
|
platformId: z.ZodString;
|
@@ -10243,7 +10169,7 @@ export declare const facebookFeedContract: {
|
|
10243
10169
|
};
|
10244
10170
|
}>;
|
10245
10171
|
}, "strip", z.ZodTypeAny, {
|
10246
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
10172
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
10247
10173
|
message: string;
|
10248
10174
|
id: string;
|
10249
10175
|
url: string;
|
@@ -10405,7 +10331,7 @@ export declare const facebookFeedContract: {
|
|
10405
10331
|
metadata?: any;
|
10406
10332
|
template?: any;
|
10407
10333
|
}, {
|
10408
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
10334
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
10409
10335
|
message: string;
|
10410
10336
|
id: string;
|
10411
10337
|
url: string;
|
@@ -10779,7 +10705,7 @@ export declare const facebookFeedContract: {
|
|
10779
10705
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
10780
10706
|
message: z.ZodString;
|
10781
10707
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
10782
|
-
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", "
|
10708
|
+
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"]>;
|
10783
10709
|
readAt: z.ZodDate;
|
10784
10710
|
metadata: z.ZodAny;
|
10785
10711
|
platformId: z.ZodString;
|
@@ -11853,7 +11779,6 @@ export declare const facebookFeedContract: {
|
|
11853
11779
|
channelId: string;
|
11854
11780
|
socialPlatformId: string;
|
11855
11781
|
}>;
|
11856
|
-
csatStatus: z.ZodNullable<z.ZodString>;
|
11857
11782
|
actor: z.ZodObject<{
|
11858
11783
|
id: z.ZodString;
|
11859
11784
|
createdAt: z.ZodDate;
|
@@ -12332,7 +12257,6 @@ export declare const facebookFeedContract: {
|
|
12332
12257
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
12333
12258
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
12334
12259
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
12335
|
-
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
12336
12260
|
}, "strip", z.ZodTypeAny, {
|
12337
12261
|
name: string;
|
12338
12262
|
id: string;
|
@@ -12362,7 +12286,6 @@ export declare const facebookFeedContract: {
|
|
12362
12286
|
lineRichMenuId?: string | null | undefined;
|
12363
12287
|
messengerIntegrationType?: "own" | "business" | undefined;
|
12364
12288
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
12365
|
-
isCSATEnabled?: boolean | undefined;
|
12366
12289
|
}, {
|
12367
12290
|
name: string;
|
12368
12291
|
id: string;
|
@@ -12392,7 +12315,6 @@ export declare const facebookFeedContract: {
|
|
12392
12315
|
lineRichMenuId?: string | null | undefined;
|
12393
12316
|
messengerIntegrationType?: "own" | "business" | undefined;
|
12394
12317
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
12395
|
-
isCSATEnabled?: boolean | undefined;
|
12396
12318
|
}>;
|
12397
12319
|
brandName: z.ZodString;
|
12398
12320
|
platformId: z.ZodString;
|
@@ -12656,7 +12578,6 @@ export declare const facebookFeedContract: {
|
|
12656
12578
|
lineRichMenuId?: string | null | undefined;
|
12657
12579
|
messengerIntegrationType?: "own" | "business" | undefined;
|
12658
12580
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
12659
|
-
isCSATEnabled?: boolean | undefined;
|
12660
12581
|
};
|
12661
12582
|
status: boolean;
|
12662
12583
|
createdAt: Date;
|
@@ -12751,7 +12672,6 @@ export declare const facebookFeedContract: {
|
|
12751
12672
|
lineRichMenuId?: string | null | undefined;
|
12752
12673
|
messengerIntegrationType?: "own" | "business" | undefined;
|
12753
12674
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
12754
|
-
isCSATEnabled?: boolean | undefined;
|
12755
12675
|
};
|
12756
12676
|
status: boolean;
|
12757
12677
|
createdAt: Date;
|
@@ -13410,7 +13330,6 @@ export declare const facebookFeedContract: {
|
|
13410
13330
|
lineRichMenuId?: string | null | undefined;
|
13411
13331
|
messengerIntegrationType?: "own" | "business" | undefined;
|
13412
13332
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
13413
|
-
isCSATEnabled?: boolean | undefined;
|
13414
13333
|
};
|
13415
13334
|
status: boolean;
|
13416
13335
|
createdAt: Date;
|
@@ -13702,7 +13621,6 @@ export declare const facebookFeedContract: {
|
|
13702
13621
|
closedAt: Date;
|
13703
13622
|
lastMessageAt: Date | null;
|
13704
13623
|
isBotRoom: boolean;
|
13705
|
-
csatStatus: string | null;
|
13706
13624
|
cxlog: {
|
13707
13625
|
id: string;
|
13708
13626
|
channel: string | null;
|
@@ -13839,7 +13757,6 @@ export declare const facebookFeedContract: {
|
|
13839
13757
|
lineRichMenuId?: string | null | undefined;
|
13840
13758
|
messengerIntegrationType?: "own" | "business" | undefined;
|
13841
13759
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
13842
|
-
isCSATEnabled?: boolean | undefined;
|
13843
13760
|
};
|
13844
13761
|
status: boolean;
|
13845
13762
|
createdAt: Date;
|
@@ -14131,7 +14048,6 @@ export declare const facebookFeedContract: {
|
|
14131
14048
|
closedAt: Date;
|
14132
14049
|
lastMessageAt: Date | null;
|
14133
14050
|
isBotRoom: boolean;
|
14134
|
-
csatStatus: string | null;
|
14135
14051
|
cxlog: {
|
14136
14052
|
id: string;
|
14137
14053
|
channel: string | null;
|
@@ -14275,7 +14191,7 @@ export declare const facebookFeedContract: {
|
|
14275
14191
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
14276
14192
|
message: z.ZodString;
|
14277
14193
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
14278
|
-
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", "
|
14194
|
+
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"]>;
|
14279
14195
|
readAt: z.ZodDate;
|
14280
14196
|
metadata: z.ZodAny;
|
14281
14197
|
platformId: z.ZodString;
|
@@ -14933,7 +14849,7 @@ export declare const facebookFeedContract: {
|
|
14933
14849
|
};
|
14934
14850
|
}>;
|
14935
14851
|
}, "strip", z.ZodTypeAny, {
|
14936
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
14852
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
14937
14853
|
message: string;
|
14938
14854
|
id: string;
|
14939
14855
|
url: string;
|
@@ -15095,7 +15011,7 @@ export declare const facebookFeedContract: {
|
|
15095
15011
|
metadata?: any;
|
15096
15012
|
template?: any;
|
15097
15013
|
}, {
|
15098
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
15014
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
15099
15015
|
message: string;
|
15100
15016
|
id: string;
|
15101
15017
|
url: string;
|
@@ -15897,7 +15813,7 @@ export declare const facebookFeedContract: {
|
|
15897
15813
|
editedMessageid: z.ZodString;
|
15898
15814
|
label: z.ZodOptional<z.ZodString>;
|
15899
15815
|
}, "strip", z.ZodTypeAny, {
|
15900
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
15816
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
15901
15817
|
message: string;
|
15902
15818
|
id: string;
|
15903
15819
|
url: string;
|
@@ -16041,7 +15957,6 @@ export declare const facebookFeedContract: {
|
|
16041
15957
|
lineRichMenuId?: string | null | undefined;
|
16042
15958
|
messengerIntegrationType?: "own" | "business" | undefined;
|
16043
15959
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
16044
|
-
isCSATEnabled?: boolean | undefined;
|
16045
15960
|
};
|
16046
15961
|
status: boolean;
|
16047
15962
|
createdAt: Date;
|
@@ -16333,7 +16248,6 @@ export declare const facebookFeedContract: {
|
|
16333
16248
|
closedAt: Date;
|
16334
16249
|
lastMessageAt: Date | null;
|
16335
16250
|
isBotRoom: boolean;
|
16336
|
-
csatStatus: string | null;
|
16337
16251
|
cxlog: {
|
16338
16252
|
id: string;
|
16339
16253
|
channel: string | null;
|
@@ -16452,7 +16366,7 @@ export declare const facebookFeedContract: {
|
|
16452
16366
|
previewUrl: string;
|
16453
16367
|
imageSetId: string;
|
16454
16368
|
repliedMessage: {
|
16455
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
16369
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
16456
16370
|
message: string;
|
16457
16371
|
id: string;
|
16458
16372
|
url: string;
|
@@ -16663,7 +16577,7 @@ export declare const facebookFeedContract: {
|
|
16663
16577
|
template?: any;
|
16664
16578
|
label?: string | undefined;
|
16665
16579
|
}, {
|
16666
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
16580
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
16667
16581
|
message: string;
|
16668
16582
|
id: string;
|
16669
16583
|
url: string;
|
@@ -16807,7 +16721,6 @@ export declare const facebookFeedContract: {
|
|
16807
16721
|
lineRichMenuId?: string | null | undefined;
|
16808
16722
|
messengerIntegrationType?: "own" | "business" | undefined;
|
16809
16723
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
16810
|
-
isCSATEnabled?: boolean | undefined;
|
16811
16724
|
};
|
16812
16725
|
status: boolean;
|
16813
16726
|
createdAt: Date;
|
@@ -17099,7 +17012,6 @@ export declare const facebookFeedContract: {
|
|
17099
17012
|
closedAt: Date;
|
17100
17013
|
lastMessageAt: Date | null;
|
17101
17014
|
isBotRoom: boolean;
|
17102
|
-
csatStatus: string | null;
|
17103
17015
|
cxlog: {
|
17104
17016
|
id: string;
|
17105
17017
|
channel: string | null;
|
@@ -17218,7 +17130,7 @@ export declare const facebookFeedContract: {
|
|
17218
17130
|
previewUrl: string;
|
17219
17131
|
imageSetId: string;
|
17220
17132
|
repliedMessage: {
|
17221
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
17133
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
17222
17134
|
message: string;
|
17223
17135
|
id: string;
|
17224
17136
|
url: string;
|
@@ -17430,7 +17342,7 @@ export declare const facebookFeedContract: {
|
|
17430
17342
|
label?: string | undefined;
|
17431
17343
|
}>>>;
|
17432
17344
|
}, "strip", z.ZodTypeAny, {
|
17433
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
17345
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
17434
17346
|
message: string;
|
17435
17347
|
id: string;
|
17436
17348
|
url: string;
|
@@ -17574,7 +17486,6 @@ export declare const facebookFeedContract: {
|
|
17574
17486
|
lineRichMenuId?: string | null | undefined;
|
17575
17487
|
messengerIntegrationType?: "own" | "business" | undefined;
|
17576
17488
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
17577
|
-
isCSATEnabled?: boolean | undefined;
|
17578
17489
|
};
|
17579
17490
|
status: boolean;
|
17580
17491
|
createdAt: Date;
|
@@ -17866,7 +17777,6 @@ export declare const facebookFeedContract: {
|
|
17866
17777
|
closedAt: Date;
|
17867
17778
|
lastMessageAt: Date | null;
|
17868
17779
|
isBotRoom: boolean;
|
17869
|
-
csatStatus: string | null;
|
17870
17780
|
cxlog: {
|
17871
17781
|
id: string;
|
17872
17782
|
channel: string | null;
|
@@ -17985,7 +17895,7 @@ export declare const facebookFeedContract: {
|
|
17985
17895
|
previewUrl: string;
|
17986
17896
|
imageSetId: string;
|
17987
17897
|
repliedMessage: {
|
17988
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
17898
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
17989
17899
|
message: string;
|
17990
17900
|
id: string;
|
17991
17901
|
url: string;
|
@@ -18196,7 +18106,7 @@ export declare const facebookFeedContract: {
|
|
18196
18106
|
template?: any;
|
18197
18107
|
metadata?: any;
|
18198
18108
|
fromMessage?: {
|
18199
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
18109
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
18200
18110
|
message: string;
|
18201
18111
|
id: string;
|
18202
18112
|
url: string;
|
@@ -18340,7 +18250,6 @@ export declare const facebookFeedContract: {
|
|
18340
18250
|
lineRichMenuId?: string | null | undefined;
|
18341
18251
|
messengerIntegrationType?: "own" | "business" | undefined;
|
18342
18252
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
18343
|
-
isCSATEnabled?: boolean | undefined;
|
18344
18253
|
};
|
18345
18254
|
status: boolean;
|
18346
18255
|
createdAt: Date;
|
@@ -18632,7 +18541,6 @@ export declare const facebookFeedContract: {
|
|
18632
18541
|
closedAt: Date;
|
18633
18542
|
lastMessageAt: Date | null;
|
18634
18543
|
isBotRoom: boolean;
|
18635
|
-
csatStatus: string | null;
|
18636
18544
|
cxlog: {
|
18637
18545
|
id: string;
|
18638
18546
|
channel: string | null;
|
@@ -18751,7 +18659,7 @@ export declare const facebookFeedContract: {
|
|
18751
18659
|
previewUrl: string;
|
18752
18660
|
imageSetId: string;
|
18753
18661
|
repliedMessage: {
|
18754
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
18662
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
18755
18663
|
message: string;
|
18756
18664
|
id: string;
|
18757
18665
|
url: string;
|
@@ -18963,7 +18871,7 @@ export declare const facebookFeedContract: {
|
|
18963
18871
|
label?: string | undefined;
|
18964
18872
|
} | null | undefined;
|
18965
18873
|
}, {
|
18966
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
18874
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
18967
18875
|
message: string;
|
18968
18876
|
id: string;
|
18969
18877
|
url: string;
|
@@ -19107,7 +19015,6 @@ export declare const facebookFeedContract: {
|
|
19107
19015
|
lineRichMenuId?: string | null | undefined;
|
19108
19016
|
messengerIntegrationType?: "own" | "business" | undefined;
|
19109
19017
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
19110
|
-
isCSATEnabled?: boolean | undefined;
|
19111
19018
|
};
|
19112
19019
|
status: boolean;
|
19113
19020
|
createdAt: Date;
|
@@ -19399,7 +19306,6 @@ export declare const facebookFeedContract: {
|
|
19399
19306
|
closedAt: Date;
|
19400
19307
|
lastMessageAt: Date | null;
|
19401
19308
|
isBotRoom: boolean;
|
19402
|
-
csatStatus: string | null;
|
19403
19309
|
cxlog: {
|
19404
19310
|
id: string;
|
19405
19311
|
channel: string | null;
|
@@ -19518,7 +19424,7 @@ export declare const facebookFeedContract: {
|
|
19518
19424
|
previewUrl: string;
|
19519
19425
|
imageSetId: string;
|
19520
19426
|
repliedMessage: {
|
19521
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
19427
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
19522
19428
|
message: string;
|
19523
19429
|
id: string;
|
19524
19430
|
url: string;
|
@@ -19729,7 +19635,7 @@ export declare const facebookFeedContract: {
|
|
19729
19635
|
template?: any;
|
19730
19636
|
metadata?: any;
|
19731
19637
|
fromMessage?: {
|
19732
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
19638
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
19733
19639
|
message: string;
|
19734
19640
|
id: string;
|
19735
19641
|
url: string;
|
@@ -19873,7 +19779,6 @@ export declare const facebookFeedContract: {
|
|
19873
19779
|
lineRichMenuId?: string | null | undefined;
|
19874
19780
|
messengerIntegrationType?: "own" | "business" | undefined;
|
19875
19781
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
19876
|
-
isCSATEnabled?: boolean | undefined;
|
19877
19782
|
};
|
19878
19783
|
status: boolean;
|
19879
19784
|
createdAt: Date;
|
@@ -20165,7 +20070,6 @@ export declare const facebookFeedContract: {
|
|
20165
20070
|
closedAt: Date;
|
20166
20071
|
lastMessageAt: Date | null;
|
20167
20072
|
isBotRoom: boolean;
|
20168
|
-
csatStatus: string | null;
|
20169
20073
|
cxlog: {
|
20170
20074
|
id: string;
|
20171
20075
|
channel: string | null;
|
@@ -20284,7 +20188,7 @@ export declare const facebookFeedContract: {
|
|
20284
20188
|
previewUrl: string;
|
20285
20189
|
imageSetId: string;
|
20286
20190
|
repliedMessage: {
|
20287
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
20191
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
20288
20192
|
message: string;
|
20289
20193
|
id: string;
|
20290
20194
|
url: string;
|
@@ -20498,7 +20402,7 @@ export declare const facebookFeedContract: {
|
|
20498
20402
|
}>;
|
20499
20403
|
}, "strip", z.ZodTypeAny, {
|
20500
20404
|
data: {
|
20501
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
20405
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
20502
20406
|
message: string;
|
20503
20407
|
id: string;
|
20504
20408
|
url: string;
|
@@ -20642,7 +20546,6 @@ export declare const facebookFeedContract: {
|
|
20642
20546
|
lineRichMenuId?: string | null | undefined;
|
20643
20547
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20644
20548
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20645
|
-
isCSATEnabled?: boolean | undefined;
|
20646
20549
|
};
|
20647
20550
|
status: boolean;
|
20648
20551
|
createdAt: Date;
|
@@ -20934,7 +20837,6 @@ export declare const facebookFeedContract: {
|
|
20934
20837
|
closedAt: Date;
|
20935
20838
|
lastMessageAt: Date | null;
|
20936
20839
|
isBotRoom: boolean;
|
20937
|
-
csatStatus: string | null;
|
20938
20840
|
cxlog: {
|
20939
20841
|
id: string;
|
20940
20842
|
channel: string | null;
|
@@ -21053,7 +20955,7 @@ export declare const facebookFeedContract: {
|
|
21053
20955
|
previewUrl: string;
|
21054
20956
|
imageSetId: string;
|
21055
20957
|
repliedMessage: {
|
21056
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
20958
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
21057
20959
|
message: string;
|
21058
20960
|
id: string;
|
21059
20961
|
url: string;
|
@@ -21264,7 +21166,7 @@ export declare const facebookFeedContract: {
|
|
21264
21166
|
template?: any;
|
21265
21167
|
metadata?: any;
|
21266
21168
|
fromMessage?: {
|
21267
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
21169
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
21268
21170
|
message: string;
|
21269
21171
|
id: string;
|
21270
21172
|
url: string;
|
@@ -21408,7 +21310,6 @@ export declare const facebookFeedContract: {
|
|
21408
21310
|
lineRichMenuId?: string | null | undefined;
|
21409
21311
|
messengerIntegrationType?: "own" | "business" | undefined;
|
21410
21312
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
21411
|
-
isCSATEnabled?: boolean | undefined;
|
21412
21313
|
};
|
21413
21314
|
status: boolean;
|
21414
21315
|
createdAt: Date;
|
@@ -21700,7 +21601,6 @@ export declare const facebookFeedContract: {
|
|
21700
21601
|
closedAt: Date;
|
21701
21602
|
lastMessageAt: Date | null;
|
21702
21603
|
isBotRoom: boolean;
|
21703
|
-
csatStatus: string | null;
|
21704
21604
|
cxlog: {
|
21705
21605
|
id: string;
|
21706
21606
|
channel: string | null;
|
@@ -21819,7 +21719,7 @@ export declare const facebookFeedContract: {
|
|
21819
21719
|
previewUrl: string;
|
21820
21720
|
imageSetId: string;
|
21821
21721
|
repliedMessage: {
|
21822
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
21722
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
21823
21723
|
message: string;
|
21824
21724
|
id: string;
|
21825
21725
|
url: string;
|
@@ -22034,7 +21934,7 @@ export declare const facebookFeedContract: {
|
|
22034
21934
|
requestId: string;
|
22035
21935
|
}, {
|
22036
21936
|
data: {
|
22037
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
21937
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
22038
21938
|
message: string;
|
22039
21939
|
id: string;
|
22040
21940
|
url: string;
|
@@ -22178,7 +22078,6 @@ export declare const facebookFeedContract: {
|
|
22178
22078
|
lineRichMenuId?: string | null | undefined;
|
22179
22079
|
messengerIntegrationType?: "own" | "business" | undefined;
|
22180
22080
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
22181
|
-
isCSATEnabled?: boolean | undefined;
|
22182
22081
|
};
|
22183
22082
|
status: boolean;
|
22184
22083
|
createdAt: Date;
|
@@ -22470,7 +22369,6 @@ export declare const facebookFeedContract: {
|
|
22470
22369
|
closedAt: Date;
|
22471
22370
|
lastMessageAt: Date | null;
|
22472
22371
|
isBotRoom: boolean;
|
22473
|
-
csatStatus: string | null;
|
22474
22372
|
cxlog: {
|
22475
22373
|
id: string;
|
22476
22374
|
channel: string | null;
|
@@ -22589,7 +22487,7 @@ export declare const facebookFeedContract: {
|
|
22589
22487
|
previewUrl: string;
|
22590
22488
|
imageSetId: string;
|
22591
22489
|
repliedMessage: {
|
22592
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
22490
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
22593
22491
|
message: string;
|
22594
22492
|
id: string;
|
22595
22493
|
url: string;
|
@@ -22800,7 +22698,7 @@ export declare const facebookFeedContract: {
|
|
22800
22698
|
template?: any;
|
22801
22699
|
metadata?: any;
|
22802
22700
|
fromMessage?: {
|
22803
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
22701
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
22804
22702
|
message: string;
|
22805
22703
|
id: string;
|
22806
22704
|
url: string;
|
@@ -22944,7 +22842,6 @@ export declare const facebookFeedContract: {
|
|
22944
22842
|
lineRichMenuId?: string | null | undefined;
|
22945
22843
|
messengerIntegrationType?: "own" | "business" | undefined;
|
22946
22844
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
22947
|
-
isCSATEnabled?: boolean | undefined;
|
22948
22845
|
};
|
22949
22846
|
status: boolean;
|
22950
22847
|
createdAt: Date;
|
@@ -23236,7 +23133,6 @@ export declare const facebookFeedContract: {
|
|
23236
23133
|
closedAt: Date;
|
23237
23134
|
lastMessageAt: Date | null;
|
23238
23135
|
isBotRoom: boolean;
|
23239
|
-
csatStatus: string | null;
|
23240
23136
|
cxlog: {
|
23241
23137
|
id: string;
|
23242
23138
|
channel: string | null;
|
@@ -23355,7 +23251,7 @@ export declare const facebookFeedContract: {
|
|
23355
23251
|
previewUrl: string;
|
23356
23252
|
imageSetId: string;
|
23357
23253
|
repliedMessage: {
|
23358
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
23254
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
23359
23255
|
message: string;
|
23360
23256
|
id: string;
|
23361
23257
|
url: string;
|
@@ -23663,7 +23559,6 @@ export declare const facebookFeedContract: {
|
|
23663
23559
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
23664
23560
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
23665
23561
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
23666
|
-
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
23667
23562
|
}, "strip", z.ZodTypeAny, {
|
23668
23563
|
name: string;
|
23669
23564
|
id: string;
|
@@ -23693,7 +23588,6 @@ export declare const facebookFeedContract: {
|
|
23693
23588
|
lineRichMenuId?: string | null | undefined;
|
23694
23589
|
messengerIntegrationType?: "own" | "business" | undefined;
|
23695
23590
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
23696
|
-
isCSATEnabled?: boolean | undefined;
|
23697
23591
|
}, {
|
23698
23592
|
name: string;
|
23699
23593
|
id: string;
|
@@ -23723,7 +23617,6 @@ export declare const facebookFeedContract: {
|
|
23723
23617
|
lineRichMenuId?: string | null | undefined;
|
23724
23618
|
messengerIntegrationType?: "own" | "business" | undefined;
|
23725
23619
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
23726
|
-
isCSATEnabled?: boolean | undefined;
|
23727
23620
|
}>;
|
23728
23621
|
platformId: z.ZodString;
|
23729
23622
|
brandName: z.ZodString;
|
@@ -23783,7 +23676,6 @@ export declare const facebookFeedContract: {
|
|
23783
23676
|
lineRichMenuId?: string | null | undefined;
|
23784
23677
|
messengerIntegrationType?: "own" | "business" | undefined;
|
23785
23678
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
23786
|
-
isCSATEnabled?: boolean | undefined;
|
23787
23679
|
};
|
23788
23680
|
status: boolean;
|
23789
23681
|
brandName: string;
|
@@ -23831,7 +23723,6 @@ export declare const facebookFeedContract: {
|
|
23831
23723
|
lineRichMenuId?: string | null | undefined;
|
23832
23724
|
messengerIntegrationType?: "own" | "business" | undefined;
|
23833
23725
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
23834
|
-
isCSATEnabled?: boolean | undefined;
|
23835
23726
|
};
|
23836
23727
|
status: boolean;
|
23837
23728
|
brandName: string;
|
@@ -23882,7 +23773,6 @@ export declare const facebookFeedContract: {
|
|
23882
23773
|
lineRichMenuId?: string | null | undefined;
|
23883
23774
|
messengerIntegrationType?: "own" | "business" | undefined;
|
23884
23775
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
23885
|
-
isCSATEnabled?: boolean | undefined;
|
23886
23776
|
};
|
23887
23777
|
status: boolean;
|
23888
23778
|
brandName: string;
|
@@ -23933,7 +23823,6 @@ export declare const facebookFeedContract: {
|
|
23933
23823
|
lineRichMenuId?: string | null | undefined;
|
23934
23824
|
messengerIntegrationType?: "own" | "business" | undefined;
|
23935
23825
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
23936
|
-
isCSATEnabled?: boolean | undefined;
|
23937
23826
|
};
|
23938
23827
|
status: boolean;
|
23939
23828
|
brandName: string;
|
@@ -23954,7 +23843,7 @@ export declare const facebookFeedContract: {
|
|
23954
23843
|
id: z.ZodOptional<z.ZodString>;
|
23955
23844
|
message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
23956
23845
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
23957
|
-
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", "
|
23846
|
+
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"]>;
|
23958
23847
|
readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
23959
23848
|
metadata: z.ZodOptional<z.ZodAny>;
|
23960
23849
|
platformId: z.ZodOptional<z.ZodString>;
|
@@ -24006,7 +23895,7 @@ export declare const facebookFeedContract: {
|
|
24006
23895
|
parentMessageId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
24007
23896
|
feedPostId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
24008
23897
|
}, "strip", z.ZodTypeAny, {
|
24009
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
23898
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
24010
23899
|
direction: "incoming" | "outgoing" | "system";
|
24011
23900
|
id?: string | undefined;
|
24012
23901
|
message?: string | null | undefined;
|
@@ -24037,7 +23926,7 @@ export declare const facebookFeedContract: {
|
|
24037
23926
|
parentMessageId?: string | null | undefined;
|
24038
23927
|
feedPostId?: string | null | undefined;
|
24039
23928
|
}, {
|
24040
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
23929
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
24041
23930
|
direction: "incoming" | "outgoing" | "system";
|
24042
23931
|
id?: string | undefined;
|
24043
23932
|
message?: string | null | undefined;
|
@@ -24070,7 +23959,7 @@ export declare const facebookFeedContract: {
|
|
24070
23959
|
}>;
|
24071
23960
|
}, "strip", z.ZodTypeAny, {
|
24072
23961
|
message: {
|
24073
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
23962
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
24074
23963
|
direction: "incoming" | "outgoing" | "system";
|
24075
23964
|
id?: string | undefined;
|
24076
23965
|
message?: string | null | undefined;
|
@@ -24136,7 +24025,6 @@ export declare const facebookFeedContract: {
|
|
24136
24025
|
lineRichMenuId?: string | null | undefined;
|
24137
24026
|
messengerIntegrationType?: "own" | "business" | undefined;
|
24138
24027
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
24139
|
-
isCSATEnabled?: boolean | undefined;
|
24140
24028
|
};
|
24141
24029
|
status: boolean;
|
24142
24030
|
brandName: string;
|
@@ -24155,7 +24043,7 @@ export declare const facebookFeedContract: {
|
|
24155
24043
|
};
|
24156
24044
|
}, {
|
24157
24045
|
message: {
|
24158
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
24046
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
24159
24047
|
direction: "incoming" | "outgoing" | "system";
|
24160
24048
|
id?: string | undefined;
|
24161
24049
|
message?: string | null | undefined;
|
@@ -24221,7 +24109,6 @@ export declare const facebookFeedContract: {
|
|
24221
24109
|
lineRichMenuId?: string | null | undefined;
|
24222
24110
|
messengerIntegrationType?: "own" | "business" | undefined;
|
24223
24111
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
24224
|
-
isCSATEnabled?: boolean | undefined;
|
24225
24112
|
};
|
24226
24113
|
status: boolean;
|
24227
24114
|
brandName: string;
|
@@ -24311,7 +24198,6 @@ export declare const facebookFeedContract: {
|
|
24311
24198
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
24312
24199
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
24313
24200
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
24314
|
-
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
24315
24201
|
}, "strip", z.ZodTypeAny, {
|
24316
24202
|
name: string;
|
24317
24203
|
id: string;
|
@@ -24341,7 +24227,6 @@ export declare const facebookFeedContract: {
|
|
24341
24227
|
lineRichMenuId?: string | null | undefined;
|
24342
24228
|
messengerIntegrationType?: "own" | "business" | undefined;
|
24343
24229
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
24344
|
-
isCSATEnabled?: boolean | undefined;
|
24345
24230
|
}, {
|
24346
24231
|
name: string;
|
24347
24232
|
id: string;
|
@@ -24371,7 +24256,6 @@ export declare const facebookFeedContract: {
|
|
24371
24256
|
lineRichMenuId?: string | null | undefined;
|
24372
24257
|
messengerIntegrationType?: "own" | "business" | undefined;
|
24373
24258
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
24374
|
-
isCSATEnabled?: boolean | undefined;
|
24375
24259
|
}>;
|
24376
24260
|
platformId: z.ZodString;
|
24377
24261
|
brandName: z.ZodString;
|
@@ -24431,7 +24315,6 @@ export declare const facebookFeedContract: {
|
|
24431
24315
|
lineRichMenuId?: string | null | undefined;
|
24432
24316
|
messengerIntegrationType?: "own" | "business" | undefined;
|
24433
24317
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
24434
|
-
isCSATEnabled?: boolean | undefined;
|
24435
24318
|
};
|
24436
24319
|
status: boolean;
|
24437
24320
|
brandName: string;
|
@@ -24479,7 +24362,6 @@ export declare const facebookFeedContract: {
|
|
24479
24362
|
lineRichMenuId?: string | null | undefined;
|
24480
24363
|
messengerIntegrationType?: "own" | "business" | undefined;
|
24481
24364
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
24482
|
-
isCSATEnabled?: boolean | undefined;
|
24483
24365
|
};
|
24484
24366
|
status: boolean;
|
24485
24367
|
brandName: string;
|
@@ -24530,7 +24412,6 @@ export declare const facebookFeedContract: {
|
|
24530
24412
|
lineRichMenuId?: string | null | undefined;
|
24531
24413
|
messengerIntegrationType?: "own" | "business" | undefined;
|
24532
24414
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
24533
|
-
isCSATEnabled?: boolean | undefined;
|
24534
24415
|
};
|
24535
24416
|
status: boolean;
|
24536
24417
|
brandName: string;
|
@@ -24581,7 +24462,6 @@ export declare const facebookFeedContract: {
|
|
24581
24462
|
lineRichMenuId?: string | null | undefined;
|
24582
24463
|
messengerIntegrationType?: "own" | "business" | undefined;
|
24583
24464
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
24584
|
-
isCSATEnabled?: boolean | undefined;
|
24585
24465
|
};
|
24586
24466
|
status: boolean;
|
24587
24467
|
brandName: string;
|
@@ -24602,7 +24482,7 @@ export declare const facebookFeedContract: {
|
|
24602
24482
|
id: z.ZodOptional<z.ZodString>;
|
24603
24483
|
message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
24604
24484
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
24605
|
-
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", "
|
24485
|
+
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"]>;
|
24606
24486
|
readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
24607
24487
|
metadata: z.ZodOptional<z.ZodAny>;
|
24608
24488
|
platformId: z.ZodOptional<z.ZodString>;
|
@@ -24654,7 +24534,7 @@ export declare const facebookFeedContract: {
|
|
24654
24534
|
parentMessageId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
24655
24535
|
feedPostId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
24656
24536
|
}, "strip", z.ZodTypeAny, {
|
24657
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
24537
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
24658
24538
|
direction: "incoming" | "outgoing" | "system";
|
24659
24539
|
id?: string | undefined;
|
24660
24540
|
message?: string | null | undefined;
|
@@ -24685,7 +24565,7 @@ export declare const facebookFeedContract: {
|
|
24685
24565
|
parentMessageId?: string | null | undefined;
|
24686
24566
|
feedPostId?: string | null | undefined;
|
24687
24567
|
}, {
|
24688
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
24568
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
24689
24569
|
direction: "incoming" | "outgoing" | "system";
|
24690
24570
|
id?: string | undefined;
|
24691
24571
|
message?: string | null | undefined;
|
@@ -24718,7 +24598,7 @@ export declare const facebookFeedContract: {
|
|
24718
24598
|
}>;
|
24719
24599
|
}, "strip", z.ZodTypeAny, {
|
24720
24600
|
message: {
|
24721
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
24601
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
24722
24602
|
direction: "incoming" | "outgoing" | "system";
|
24723
24603
|
id?: string | undefined;
|
24724
24604
|
message?: string | null | undefined;
|
@@ -24784,7 +24664,6 @@ export declare const facebookFeedContract: {
|
|
24784
24664
|
lineRichMenuId?: string | null | undefined;
|
24785
24665
|
messengerIntegrationType?: "own" | "business" | undefined;
|
24786
24666
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
24787
|
-
isCSATEnabled?: boolean | undefined;
|
24788
24667
|
};
|
24789
24668
|
status: boolean;
|
24790
24669
|
brandName: string;
|
@@ -24803,7 +24682,7 @@ export declare const facebookFeedContract: {
|
|
24803
24682
|
};
|
24804
24683
|
}, {
|
24805
24684
|
message: {
|
24806
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
24685
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
24807
24686
|
direction: "incoming" | "outgoing" | "system";
|
24808
24687
|
id?: string | undefined;
|
24809
24688
|
message?: string | null | undefined;
|
@@ -24869,7 +24748,6 @@ export declare const facebookFeedContract: {
|
|
24869
24748
|
lineRichMenuId?: string | null | undefined;
|
24870
24749
|
messengerIntegrationType?: "own" | "business" | undefined;
|
24871
24750
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
24872
|
-
isCSATEnabled?: boolean | undefined;
|
24873
24751
|
};
|
24874
24752
|
status: boolean;
|
24875
24753
|
brandName: string;
|