@kl1/contracts 1.2.41-uat → 1.2.42-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 +137 -0
- package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/schema.d.ts +8 -0
- package/dist/api-contracts/src/channel/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/validation.d.ts +10 -0
- package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/index.d.ts +230 -0
- package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/schema.d.ts +54 -0
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +79 -0
- package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/contract.d.ts +826 -0
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/index.d.ts +11 -0
- package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/schema.d.ts +9 -0
- package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/index.d.ts +106 -0
- package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/schema.d.ts +7 -0
- package/dist/api-contracts/src/facebook-feed/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/validation.d.ts +5 -0
- package/dist/api-contracts/src/facebook-feed/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/instagram/index.d.ts +83 -0
- package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/line/index.d.ts +75 -0
- package/dist/api-contracts/src/line/index.d.ts.map +1 -1
- package/dist/api-contracts/src/line/validation.d.ts +9 -0
- package/dist/api-contracts/src/line/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/messenger/index.d.ts +83 -0
- package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
- package/dist/api-contracts/src/messenger/validation.d.ts +5 -0
- package/dist/api-contracts/src/messenger/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/sms/index.d.ts +16 -0
- package/dist/api-contracts/src/sms/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telegram/index.d.ts +61 -0
- package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/viber/index.d.ts +61 -0
- package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
- package/dist/api-contracts/src/webchat/index.d.ts +61 -0
- package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/whatsapp/index.d.ts +71 -0
- package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
- package/dist/api-contracts/src/workflow-rule/index.d.ts +18 -0
- package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
@@ -67,6 +67,7 @@ export declare const facebookFeedContract: {
|
|
67
67
|
}>>;
|
68
68
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
69
69
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
70
|
+
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
70
71
|
}, "strip", z.ZodTypeAny, {
|
71
72
|
id: string;
|
72
73
|
name: string;
|
@@ -93,6 +94,7 @@ export declare const facebookFeedContract: {
|
|
93
94
|
} | undefined;
|
94
95
|
lineRichMenuId?: string | null | undefined;
|
95
96
|
messengerIntegrationType?: "own" | "business" | undefined;
|
97
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
96
98
|
}, {
|
97
99
|
id: string;
|
98
100
|
name: string;
|
@@ -119,6 +121,7 @@ export declare const facebookFeedContract: {
|
|
119
121
|
} | undefined;
|
120
122
|
lineRichMenuId?: string | null | undefined;
|
121
123
|
messengerIntegrationType?: "own" | "business" | undefined;
|
124
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
122
125
|
}>>;
|
123
126
|
platformId: z.ZodOptional<z.ZodString>;
|
124
127
|
brandName: z.ZodOptional<z.ZodString>;
|
@@ -175,6 +178,7 @@ export declare const facebookFeedContract: {
|
|
175
178
|
} | undefined;
|
176
179
|
lineRichMenuId?: string | null | undefined;
|
177
180
|
messengerIntegrationType?: "own" | "business" | undefined;
|
181
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
178
182
|
} | undefined;
|
179
183
|
platformId?: string | undefined;
|
180
184
|
brandName?: string | undefined;
|
@@ -219,6 +223,7 @@ export declare const facebookFeedContract: {
|
|
219
223
|
} | undefined;
|
220
224
|
lineRichMenuId?: string | null | undefined;
|
221
225
|
messengerIntegrationType?: "own" | "business" | undefined;
|
226
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
222
227
|
} | undefined;
|
223
228
|
platformId?: string | undefined;
|
224
229
|
brandName?: string | undefined;
|
@@ -298,6 +303,7 @@ export declare const facebookFeedContract: {
|
|
298
303
|
}>>;
|
299
304
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
300
305
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
306
|
+
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
301
307
|
}, "strip", z.ZodTypeAny, {
|
302
308
|
id: string;
|
303
309
|
name: string;
|
@@ -324,6 +330,7 @@ export declare const facebookFeedContract: {
|
|
324
330
|
} | undefined;
|
325
331
|
lineRichMenuId?: string | null | undefined;
|
326
332
|
messengerIntegrationType?: "own" | "business" | undefined;
|
333
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
327
334
|
}, {
|
328
335
|
id: string;
|
329
336
|
name: string;
|
@@ -350,6 +357,7 @@ export declare const facebookFeedContract: {
|
|
350
357
|
} | undefined;
|
351
358
|
lineRichMenuId?: string | null | undefined;
|
352
359
|
messengerIntegrationType?: "own" | "business" | undefined;
|
360
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
353
361
|
}>;
|
354
362
|
platformId: z.ZodString;
|
355
363
|
brandName: z.ZodString;
|
@@ -406,6 +414,7 @@ export declare const facebookFeedContract: {
|
|
406
414
|
} | undefined;
|
407
415
|
lineRichMenuId?: string | null | undefined;
|
408
416
|
messengerIntegrationType?: "own" | "business" | undefined;
|
417
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
409
418
|
};
|
410
419
|
status: boolean;
|
411
420
|
brandName: string;
|
@@ -450,6 +459,7 @@ export declare const facebookFeedContract: {
|
|
450
459
|
} | undefined;
|
451
460
|
lineRichMenuId?: string | null | undefined;
|
452
461
|
messengerIntegrationType?: "own" | "business" | undefined;
|
462
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
453
463
|
};
|
454
464
|
status: boolean;
|
455
465
|
brandName: string;
|
@@ -496,6 +506,7 @@ export declare const facebookFeedContract: {
|
|
496
506
|
} | undefined;
|
497
507
|
lineRichMenuId?: string | null | undefined;
|
498
508
|
messengerIntegrationType?: "own" | "business" | undefined;
|
509
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
499
510
|
};
|
500
511
|
status: boolean;
|
501
512
|
brandName: string;
|
@@ -543,6 +554,7 @@ export declare const facebookFeedContract: {
|
|
543
554
|
} | undefined;
|
544
555
|
lineRichMenuId?: string | null | undefined;
|
545
556
|
messengerIntegrationType?: "own" | "business" | undefined;
|
557
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
546
558
|
};
|
547
559
|
status: boolean;
|
548
560
|
brandName: string;
|
@@ -644,6 +656,7 @@ export declare const facebookFeedContract: {
|
|
644
656
|
}>>;
|
645
657
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
646
658
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
659
|
+
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
647
660
|
}, "strip", z.ZodTypeAny, {
|
648
661
|
id: string;
|
649
662
|
name: string;
|
@@ -670,6 +683,7 @@ export declare const facebookFeedContract: {
|
|
670
683
|
} | undefined;
|
671
684
|
lineRichMenuId?: string | null | undefined;
|
672
685
|
messengerIntegrationType?: "own" | "business" | undefined;
|
686
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
673
687
|
}, {
|
674
688
|
id: string;
|
675
689
|
name: string;
|
@@ -696,6 +710,7 @@ export declare const facebookFeedContract: {
|
|
696
710
|
} | undefined;
|
697
711
|
lineRichMenuId?: string | null | undefined;
|
698
712
|
messengerIntegrationType?: "own" | "business" | undefined;
|
713
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
699
714
|
}>>;
|
700
715
|
platformId: z.ZodOptional<z.ZodString>;
|
701
716
|
brandName: z.ZodOptional<z.ZodString>;
|
@@ -752,6 +767,7 @@ export declare const facebookFeedContract: {
|
|
752
767
|
} | undefined;
|
753
768
|
lineRichMenuId?: string | null | undefined;
|
754
769
|
messengerIntegrationType?: "own" | "business" | undefined;
|
770
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
755
771
|
} | undefined;
|
756
772
|
platformId?: string | undefined;
|
757
773
|
brandName?: string | undefined;
|
@@ -796,6 +812,7 @@ export declare const facebookFeedContract: {
|
|
796
812
|
} | undefined;
|
797
813
|
lineRichMenuId?: string | null | undefined;
|
798
814
|
messengerIntegrationType?: "own" | "business" | undefined;
|
815
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
799
816
|
} | undefined;
|
800
817
|
platformId?: string | undefined;
|
801
818
|
brandName?: string | undefined;
|
@@ -875,6 +892,7 @@ export declare const facebookFeedContract: {
|
|
875
892
|
}>>;
|
876
893
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
877
894
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
895
|
+
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
878
896
|
}, "strip", z.ZodTypeAny, {
|
879
897
|
id: string;
|
880
898
|
name: string;
|
@@ -901,6 +919,7 @@ export declare const facebookFeedContract: {
|
|
901
919
|
} | undefined;
|
902
920
|
lineRichMenuId?: string | null | undefined;
|
903
921
|
messengerIntegrationType?: "own" | "business" | undefined;
|
922
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
904
923
|
}, {
|
905
924
|
id: string;
|
906
925
|
name: string;
|
@@ -927,6 +946,7 @@ export declare const facebookFeedContract: {
|
|
927
946
|
} | undefined;
|
928
947
|
lineRichMenuId?: string | null | undefined;
|
929
948
|
messengerIntegrationType?: "own" | "business" | undefined;
|
949
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
930
950
|
}>;
|
931
951
|
platformId: z.ZodString;
|
932
952
|
brandName: z.ZodString;
|
@@ -983,6 +1003,7 @@ export declare const facebookFeedContract: {
|
|
983
1003
|
} | undefined;
|
984
1004
|
lineRichMenuId?: string | null | undefined;
|
985
1005
|
messengerIntegrationType?: "own" | "business" | undefined;
|
1006
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
986
1007
|
};
|
987
1008
|
status: boolean;
|
988
1009
|
brandName: string;
|
@@ -1027,6 +1048,7 @@ export declare const facebookFeedContract: {
|
|
1027
1048
|
} | undefined;
|
1028
1049
|
lineRichMenuId?: string | null | undefined;
|
1029
1050
|
messengerIntegrationType?: "own" | "business" | undefined;
|
1051
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
1030
1052
|
};
|
1031
1053
|
status: boolean;
|
1032
1054
|
brandName: string;
|
@@ -1073,6 +1095,7 @@ export declare const facebookFeedContract: {
|
|
1073
1095
|
} | undefined;
|
1074
1096
|
lineRichMenuId?: string | null | undefined;
|
1075
1097
|
messengerIntegrationType?: "own" | "business" | undefined;
|
1098
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
1076
1099
|
};
|
1077
1100
|
status: boolean;
|
1078
1101
|
brandName: string;
|
@@ -1120,6 +1143,7 @@ export declare const facebookFeedContract: {
|
|
1120
1143
|
} | undefined;
|
1121
1144
|
lineRichMenuId?: string | null | undefined;
|
1122
1145
|
messengerIntegrationType?: "own" | "business" | undefined;
|
1146
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
1123
1147
|
};
|
1124
1148
|
status: boolean;
|
1125
1149
|
brandName: string;
|
@@ -1233,6 +1257,7 @@ export declare const facebookFeedContract: {
|
|
1233
1257
|
}>>;
|
1234
1258
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
1235
1259
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
1260
|
+
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
1236
1261
|
}, "strip", z.ZodTypeAny, {
|
1237
1262
|
id: string;
|
1238
1263
|
name: string;
|
@@ -1259,6 +1284,7 @@ export declare const facebookFeedContract: {
|
|
1259
1284
|
} | undefined;
|
1260
1285
|
lineRichMenuId?: string | null | undefined;
|
1261
1286
|
messengerIntegrationType?: "own" | "business" | undefined;
|
1287
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
1262
1288
|
}, {
|
1263
1289
|
id: string;
|
1264
1290
|
name: string;
|
@@ -1285,6 +1311,7 @@ export declare const facebookFeedContract: {
|
|
1285
1311
|
} | undefined;
|
1286
1312
|
lineRichMenuId?: string | null | undefined;
|
1287
1313
|
messengerIntegrationType?: "own" | "business" | undefined;
|
1314
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
1288
1315
|
}>;
|
1289
1316
|
platformId: z.ZodString;
|
1290
1317
|
brandName: z.ZodString;
|
@@ -1341,6 +1368,7 @@ export declare const facebookFeedContract: {
|
|
1341
1368
|
} | undefined;
|
1342
1369
|
lineRichMenuId?: string | null | undefined;
|
1343
1370
|
messengerIntegrationType?: "own" | "business" | undefined;
|
1371
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
1344
1372
|
};
|
1345
1373
|
status: boolean;
|
1346
1374
|
brandName: string;
|
@@ -1385,6 +1413,7 @@ export declare const facebookFeedContract: {
|
|
1385
1413
|
} | undefined;
|
1386
1414
|
lineRichMenuId?: string | null | undefined;
|
1387
1415
|
messengerIntegrationType?: "own" | "business" | undefined;
|
1416
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
1388
1417
|
};
|
1389
1418
|
status: boolean;
|
1390
1419
|
brandName: string;
|
@@ -1431,6 +1460,7 @@ export declare const facebookFeedContract: {
|
|
1431
1460
|
} | undefined;
|
1432
1461
|
lineRichMenuId?: string | null | undefined;
|
1433
1462
|
messengerIntegrationType?: "own" | "business" | undefined;
|
1463
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
1434
1464
|
};
|
1435
1465
|
status: boolean;
|
1436
1466
|
brandName: string;
|
@@ -1478,6 +1508,7 @@ export declare const facebookFeedContract: {
|
|
1478
1508
|
} | undefined;
|
1479
1509
|
lineRichMenuId?: string | null | undefined;
|
1480
1510
|
messengerIntegrationType?: "own" | "business" | undefined;
|
1511
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
1481
1512
|
};
|
1482
1513
|
status: boolean;
|
1483
1514
|
brandName: string;
|
@@ -1591,6 +1622,7 @@ export declare const facebookFeedContract: {
|
|
1591
1622
|
}>>;
|
1592
1623
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
1593
1624
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
1625
|
+
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
1594
1626
|
}, "strip", z.ZodTypeAny, {
|
1595
1627
|
id: string;
|
1596
1628
|
name: string;
|
@@ -1617,6 +1649,7 @@ export declare const facebookFeedContract: {
|
|
1617
1649
|
} | undefined;
|
1618
1650
|
lineRichMenuId?: string | null | undefined;
|
1619
1651
|
messengerIntegrationType?: "own" | "business" | undefined;
|
1652
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
1620
1653
|
}, {
|
1621
1654
|
id: string;
|
1622
1655
|
name: string;
|
@@ -1643,6 +1676,7 @@ export declare const facebookFeedContract: {
|
|
1643
1676
|
} | undefined;
|
1644
1677
|
lineRichMenuId?: string | null | undefined;
|
1645
1678
|
messengerIntegrationType?: "own" | "business" | undefined;
|
1679
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
1646
1680
|
}>;
|
1647
1681
|
platformId: z.ZodString;
|
1648
1682
|
brandName: z.ZodString;
|
@@ -1699,6 +1733,7 @@ export declare const facebookFeedContract: {
|
|
1699
1733
|
} | undefined;
|
1700
1734
|
lineRichMenuId?: string | null | undefined;
|
1701
1735
|
messengerIntegrationType?: "own" | "business" | undefined;
|
1736
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
1702
1737
|
};
|
1703
1738
|
status: boolean;
|
1704
1739
|
brandName: string;
|
@@ -1743,6 +1778,7 @@ export declare const facebookFeedContract: {
|
|
1743
1778
|
} | undefined;
|
1744
1779
|
lineRichMenuId?: string | null | undefined;
|
1745
1780
|
messengerIntegrationType?: "own" | "business" | undefined;
|
1781
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
1746
1782
|
};
|
1747
1783
|
status: boolean;
|
1748
1784
|
brandName: string;
|
@@ -1789,6 +1825,7 @@ export declare const facebookFeedContract: {
|
|
1789
1825
|
} | undefined;
|
1790
1826
|
lineRichMenuId?: string | null | undefined;
|
1791
1827
|
messengerIntegrationType?: "own" | "business" | undefined;
|
1828
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
1792
1829
|
};
|
1793
1830
|
status: boolean;
|
1794
1831
|
brandName: string;
|
@@ -1836,6 +1873,7 @@ export declare const facebookFeedContract: {
|
|
1836
1873
|
} | undefined;
|
1837
1874
|
lineRichMenuId?: string | null | undefined;
|
1838
1875
|
messengerIntegrationType?: "own" | "business" | undefined;
|
1876
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
1839
1877
|
};
|
1840
1878
|
status: boolean;
|
1841
1879
|
brandName: string;
|
@@ -1936,6 +1974,7 @@ export declare const facebookFeedContract: {
|
|
1936
1974
|
}>>;
|
1937
1975
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
1938
1976
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
1977
|
+
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
1939
1978
|
}, "strip", z.ZodTypeAny, {
|
1940
1979
|
id: string;
|
1941
1980
|
name: string;
|
@@ -1962,6 +2001,7 @@ export declare const facebookFeedContract: {
|
|
1962
2001
|
} | undefined;
|
1963
2002
|
lineRichMenuId?: string | null | undefined;
|
1964
2003
|
messengerIntegrationType?: "own" | "business" | undefined;
|
2004
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
1965
2005
|
}, {
|
1966
2006
|
id: string;
|
1967
2007
|
name: string;
|
@@ -1988,6 +2028,7 @@ export declare const facebookFeedContract: {
|
|
1988
2028
|
} | undefined;
|
1989
2029
|
lineRichMenuId?: string | null | undefined;
|
1990
2030
|
messengerIntegrationType?: "own" | "business" | undefined;
|
2031
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
1991
2032
|
}>;
|
1992
2033
|
status: z.ZodUnion<[z.ZodLiteral<true>, z.ZodLiteral<false>]>;
|
1993
2034
|
actor: z.ZodOptional<z.ZodObject<{
|
@@ -2049,6 +2090,7 @@ export declare const facebookFeedContract: {
|
|
2049
2090
|
} | undefined;
|
2050
2091
|
lineRichMenuId?: string | null | undefined;
|
2051
2092
|
messengerIntegrationType?: "own" | "business" | undefined;
|
2093
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
2052
2094
|
};
|
2053
2095
|
status: boolean;
|
2054
2096
|
createdAt: string;
|
@@ -2097,6 +2139,7 @@ export declare const facebookFeedContract: {
|
|
2097
2139
|
} | undefined;
|
2098
2140
|
lineRichMenuId?: string | null | undefined;
|
2099
2141
|
messengerIntegrationType?: "own" | "business" | undefined;
|
2142
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
2100
2143
|
};
|
2101
2144
|
status: boolean;
|
2102
2145
|
createdAt: string;
|
@@ -2180,6 +2223,7 @@ export declare const facebookFeedContract: {
|
|
2180
2223
|
}>>;
|
2181
2224
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
2182
2225
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
2226
|
+
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
2183
2227
|
}, "strip", z.ZodTypeAny, {
|
2184
2228
|
id: string;
|
2185
2229
|
name: string;
|
@@ -2206,6 +2250,7 @@ export declare const facebookFeedContract: {
|
|
2206
2250
|
} | undefined;
|
2207
2251
|
lineRichMenuId?: string | null | undefined;
|
2208
2252
|
messengerIntegrationType?: "own" | "business" | undefined;
|
2253
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
2209
2254
|
}, {
|
2210
2255
|
id: string;
|
2211
2256
|
name: string;
|
@@ -2232,6 +2277,7 @@ export declare const facebookFeedContract: {
|
|
2232
2277
|
} | undefined;
|
2233
2278
|
lineRichMenuId?: string | null | undefined;
|
2234
2279
|
messengerIntegrationType?: "own" | "business" | undefined;
|
2280
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
2235
2281
|
}>;
|
2236
2282
|
platformId: z.ZodString;
|
2237
2283
|
brandName: z.ZodString;
|
@@ -2288,6 +2334,7 @@ export declare const facebookFeedContract: {
|
|
2288
2334
|
} | undefined;
|
2289
2335
|
lineRichMenuId?: string | null | undefined;
|
2290
2336
|
messengerIntegrationType?: "own" | "business" | undefined;
|
2337
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
2291
2338
|
};
|
2292
2339
|
status: boolean;
|
2293
2340
|
brandName: string;
|
@@ -2332,6 +2379,7 @@ export declare const facebookFeedContract: {
|
|
2332
2379
|
} | undefined;
|
2333
2380
|
lineRichMenuId?: string | null | undefined;
|
2334
2381
|
messengerIntegrationType?: "own" | "business" | undefined;
|
2382
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
2335
2383
|
};
|
2336
2384
|
status: boolean;
|
2337
2385
|
brandName: string;
|
@@ -2378,6 +2426,7 @@ export declare const facebookFeedContract: {
|
|
2378
2426
|
} | undefined;
|
2379
2427
|
lineRichMenuId?: string | null | undefined;
|
2380
2428
|
messengerIntegrationType?: "own" | "business" | undefined;
|
2429
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
2381
2430
|
};
|
2382
2431
|
status: boolean;
|
2383
2432
|
brandName: string;
|
@@ -2425,6 +2474,7 @@ export declare const facebookFeedContract: {
|
|
2425
2474
|
} | undefined;
|
2426
2475
|
lineRichMenuId?: string | null | undefined;
|
2427
2476
|
messengerIntegrationType?: "own" | "business" | undefined;
|
2477
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
2428
2478
|
};
|
2429
2479
|
status: boolean;
|
2430
2480
|
brandName: string;
|
@@ -2538,6 +2588,7 @@ export declare const facebookFeedContract: {
|
|
2538
2588
|
}>>;
|
2539
2589
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
2540
2590
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
2591
|
+
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
2541
2592
|
}, "strip", z.ZodTypeAny, {
|
2542
2593
|
id: string;
|
2543
2594
|
name: string;
|
@@ -2564,6 +2615,7 @@ export declare const facebookFeedContract: {
|
|
2564
2615
|
} | undefined;
|
2565
2616
|
lineRichMenuId?: string | null | undefined;
|
2566
2617
|
messengerIntegrationType?: "own" | "business" | undefined;
|
2618
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
2567
2619
|
}, {
|
2568
2620
|
id: string;
|
2569
2621
|
name: string;
|
@@ -2590,6 +2642,7 @@ export declare const facebookFeedContract: {
|
|
2590
2642
|
} | undefined;
|
2591
2643
|
lineRichMenuId?: string | null | undefined;
|
2592
2644
|
messengerIntegrationType?: "own" | "business" | undefined;
|
2645
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
2593
2646
|
}>;
|
2594
2647
|
status: z.ZodUnion<[z.ZodLiteral<true>, z.ZodLiteral<false>]>;
|
2595
2648
|
createdAt: z.ZodDate;
|
@@ -3970,6 +4023,7 @@ export declare const facebookFeedContract: {
|
|
3970
4023
|
} | undefined;
|
3971
4024
|
lineRichMenuId?: string | null | undefined;
|
3972
4025
|
messengerIntegrationType?: "own" | "business" | undefined;
|
4026
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
3973
4027
|
};
|
3974
4028
|
status: boolean;
|
3975
4029
|
createdAt: Date;
|
@@ -4205,6 +4259,7 @@ export declare const facebookFeedContract: {
|
|
4205
4259
|
} | undefined;
|
4206
4260
|
lineRichMenuId?: string | null | undefined;
|
4207
4261
|
messengerIntegrationType?: "own" | "business" | undefined;
|
4262
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
4208
4263
|
};
|
4209
4264
|
status: boolean;
|
4210
4265
|
createdAt: Date;
|
@@ -4728,6 +4783,7 @@ export declare const facebookFeedContract: {
|
|
4728
4783
|
}>>;
|
4729
4784
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
4730
4785
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
4786
|
+
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
4731
4787
|
}, "strip", z.ZodTypeAny, {
|
4732
4788
|
id: string;
|
4733
4789
|
name: string;
|
@@ -4754,6 +4810,7 @@ export declare const facebookFeedContract: {
|
|
4754
4810
|
} | undefined;
|
4755
4811
|
lineRichMenuId?: string | null | undefined;
|
4756
4812
|
messengerIntegrationType?: "own" | "business" | undefined;
|
4813
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
4757
4814
|
}, {
|
4758
4815
|
id: string;
|
4759
4816
|
name: string;
|
@@ -4780,6 +4837,7 @@ export declare const facebookFeedContract: {
|
|
4780
4837
|
} | undefined;
|
4781
4838
|
lineRichMenuId?: string | null | undefined;
|
4782
4839
|
messengerIntegrationType?: "own" | "business" | undefined;
|
4840
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
4783
4841
|
}>;
|
4784
4842
|
platformId: z.ZodString;
|
4785
4843
|
brandName: z.ZodString;
|
@@ -4836,6 +4894,7 @@ export declare const facebookFeedContract: {
|
|
4836
4894
|
} | undefined;
|
4837
4895
|
lineRichMenuId?: string | null | undefined;
|
4838
4896
|
messengerIntegrationType?: "own" | "business" | undefined;
|
4897
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
4839
4898
|
};
|
4840
4899
|
status: boolean;
|
4841
4900
|
brandName: string;
|
@@ -4880,6 +4939,7 @@ export declare const facebookFeedContract: {
|
|
4880
4939
|
} | undefined;
|
4881
4940
|
lineRichMenuId?: string | null | undefined;
|
4882
4941
|
messengerIntegrationType?: "own" | "business" | undefined;
|
4942
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
4883
4943
|
};
|
4884
4944
|
status: boolean;
|
4885
4945
|
brandName: string;
|
@@ -4929,6 +4989,7 @@ export declare const facebookFeedContract: {
|
|
4929
4989
|
} | undefined;
|
4930
4990
|
lineRichMenuId?: string | null | undefined;
|
4931
4991
|
messengerIntegrationType?: "own" | "business" | undefined;
|
4992
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
4932
4993
|
};
|
4933
4994
|
status: boolean;
|
4934
4995
|
brandName: string;
|
@@ -5017,6 +5078,7 @@ export declare const facebookFeedContract: {
|
|
5017
5078
|
} | undefined;
|
5018
5079
|
lineRichMenuId?: string | null | undefined;
|
5019
5080
|
messengerIntegrationType?: "own" | "business" | undefined;
|
5081
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
5020
5082
|
};
|
5021
5083
|
status: boolean;
|
5022
5084
|
brandName: string;
|
@@ -5154,6 +5216,7 @@ export declare const facebookFeedContract: {
|
|
5154
5216
|
} | undefined;
|
5155
5217
|
lineRichMenuId?: string | null | undefined;
|
5156
5218
|
messengerIntegrationType?: "own" | "business" | undefined;
|
5219
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
5157
5220
|
};
|
5158
5221
|
status: boolean;
|
5159
5222
|
brandName: string;
|
@@ -5285,6 +5348,7 @@ export declare const facebookFeedContract: {
|
|
5285
5348
|
} | undefined;
|
5286
5349
|
lineRichMenuId?: string | null | undefined;
|
5287
5350
|
messengerIntegrationType?: "own" | "business" | undefined;
|
5351
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
5288
5352
|
};
|
5289
5353
|
status: boolean;
|
5290
5354
|
brandName: string;
|
@@ -7341,6 +7405,7 @@ export declare const facebookFeedContract: {
|
|
7341
7405
|
}>>;
|
7342
7406
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
7343
7407
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
7408
|
+
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
7344
7409
|
}, "strip", z.ZodTypeAny, {
|
7345
7410
|
id: string;
|
7346
7411
|
name: string;
|
@@ -7367,6 +7432,7 @@ export declare const facebookFeedContract: {
|
|
7367
7432
|
} | undefined;
|
7368
7433
|
lineRichMenuId?: string | null | undefined;
|
7369
7434
|
messengerIntegrationType?: "own" | "business" | undefined;
|
7435
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
7370
7436
|
}, {
|
7371
7437
|
id: string;
|
7372
7438
|
name: string;
|
@@ -7393,6 +7459,7 @@ export declare const facebookFeedContract: {
|
|
7393
7459
|
} | undefined;
|
7394
7460
|
lineRichMenuId?: string | null | undefined;
|
7395
7461
|
messengerIntegrationType?: "own" | "business" | undefined;
|
7462
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
7396
7463
|
}>;
|
7397
7464
|
brandName: z.ZodString;
|
7398
7465
|
platformId: z.ZodString;
|
@@ -7653,6 +7720,7 @@ export declare const facebookFeedContract: {
|
|
7653
7720
|
} | undefined;
|
7654
7721
|
lineRichMenuId?: string | null | undefined;
|
7655
7722
|
messengerIntegrationType?: "own" | "business" | undefined;
|
7723
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
7656
7724
|
};
|
7657
7725
|
status: boolean;
|
7658
7726
|
createdAt: Date;
|
@@ -7744,6 +7812,7 @@ export declare const facebookFeedContract: {
|
|
7744
7812
|
} | undefined;
|
7745
7813
|
lineRichMenuId?: string | null | undefined;
|
7746
7814
|
messengerIntegrationType?: "own" | "business" | undefined;
|
7815
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
7747
7816
|
};
|
7748
7817
|
status: boolean;
|
7749
7818
|
createdAt: Date;
|
@@ -8399,6 +8468,7 @@ export declare const facebookFeedContract: {
|
|
8399
8468
|
} | undefined;
|
8400
8469
|
lineRichMenuId?: string | null | undefined;
|
8401
8470
|
messengerIntegrationType?: "own" | "business" | undefined;
|
8471
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
8402
8472
|
};
|
8403
8473
|
status: boolean;
|
8404
8474
|
createdAt: Date;
|
@@ -8823,6 +8893,7 @@ export declare const facebookFeedContract: {
|
|
8823
8893
|
} | undefined;
|
8824
8894
|
lineRichMenuId?: string | null | undefined;
|
8825
8895
|
messengerIntegrationType?: "own" | "business" | undefined;
|
8896
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
8826
8897
|
};
|
8827
8898
|
status: boolean;
|
8828
8899
|
createdAt: Date;
|
@@ -11993,6 +12064,7 @@ export declare const facebookFeedContract: {
|
|
11993
12064
|
}>>;
|
11994
12065
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
11995
12066
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
12067
|
+
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
11996
12068
|
}, "strip", z.ZodTypeAny, {
|
11997
12069
|
id: string;
|
11998
12070
|
name: string;
|
@@ -12019,6 +12091,7 @@ export declare const facebookFeedContract: {
|
|
12019
12091
|
} | undefined;
|
12020
12092
|
lineRichMenuId?: string | null | undefined;
|
12021
12093
|
messengerIntegrationType?: "own" | "business" | undefined;
|
12094
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
12022
12095
|
}, {
|
12023
12096
|
id: string;
|
12024
12097
|
name: string;
|
@@ -12045,6 +12118,7 @@ export declare const facebookFeedContract: {
|
|
12045
12118
|
} | undefined;
|
12046
12119
|
lineRichMenuId?: string | null | undefined;
|
12047
12120
|
messengerIntegrationType?: "own" | "business" | undefined;
|
12121
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
12048
12122
|
}>;
|
12049
12123
|
brandName: z.ZodString;
|
12050
12124
|
platformId: z.ZodString;
|
@@ -12305,6 +12379,7 @@ export declare const facebookFeedContract: {
|
|
12305
12379
|
} | undefined;
|
12306
12380
|
lineRichMenuId?: string | null | undefined;
|
12307
12381
|
messengerIntegrationType?: "own" | "business" | undefined;
|
12382
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
12308
12383
|
};
|
12309
12384
|
status: boolean;
|
12310
12385
|
createdAt: Date;
|
@@ -12396,6 +12471,7 @@ export declare const facebookFeedContract: {
|
|
12396
12471
|
} | undefined;
|
12397
12472
|
lineRichMenuId?: string | null | undefined;
|
12398
12473
|
messengerIntegrationType?: "own" | "business" | undefined;
|
12474
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
12399
12475
|
};
|
12400
12476
|
status: boolean;
|
12401
12477
|
createdAt: Date;
|
@@ -13051,6 +13127,7 @@ export declare const facebookFeedContract: {
|
|
13051
13127
|
} | undefined;
|
13052
13128
|
lineRichMenuId?: string | null | undefined;
|
13053
13129
|
messengerIntegrationType?: "own" | "business" | undefined;
|
13130
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
13054
13131
|
};
|
13055
13132
|
status: boolean;
|
13056
13133
|
createdAt: Date;
|
@@ -13475,6 +13552,7 @@ export declare const facebookFeedContract: {
|
|
13475
13552
|
} | undefined;
|
13476
13553
|
lineRichMenuId?: string | null | undefined;
|
13477
13554
|
messengerIntegrationType?: "own" | "business" | undefined;
|
13555
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
13478
13556
|
};
|
13479
13557
|
status: boolean;
|
13480
13558
|
createdAt: Date;
|
@@ -15672,6 +15750,7 @@ export declare const facebookFeedContract: {
|
|
15672
15750
|
} | undefined;
|
15673
15751
|
lineRichMenuId?: string | null | undefined;
|
15674
15752
|
messengerIntegrationType?: "own" | "business" | undefined;
|
15753
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
15675
15754
|
};
|
15676
15755
|
status: boolean;
|
15677
15756
|
createdAt: Date;
|
@@ -16433,6 +16512,7 @@ export declare const facebookFeedContract: {
|
|
16433
16512
|
} | undefined;
|
16434
16513
|
lineRichMenuId?: string | null | undefined;
|
16435
16514
|
messengerIntegrationType?: "own" | "business" | undefined;
|
16515
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
16436
16516
|
};
|
16437
16517
|
status: boolean;
|
16438
16518
|
createdAt: Date;
|
@@ -17195,6 +17275,7 @@ export declare const facebookFeedContract: {
|
|
17195
17275
|
} | undefined;
|
17196
17276
|
lineRichMenuId?: string | null | undefined;
|
17197
17277
|
messengerIntegrationType?: "own" | "business" | undefined;
|
17278
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
17198
17279
|
};
|
17199
17280
|
status: boolean;
|
17200
17281
|
createdAt: Date;
|
@@ -17956,6 +18037,7 @@ export declare const facebookFeedContract: {
|
|
17956
18037
|
} | undefined;
|
17957
18038
|
lineRichMenuId?: string | null | undefined;
|
17958
18039
|
messengerIntegrationType?: "own" | "business" | undefined;
|
18040
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
17959
18041
|
};
|
17960
18042
|
status: boolean;
|
17961
18043
|
createdAt: Date;
|
@@ -18718,6 +18800,7 @@ export declare const facebookFeedContract: {
|
|
18718
18800
|
} | undefined;
|
18719
18801
|
lineRichMenuId?: string | null | undefined;
|
18720
18802
|
messengerIntegrationType?: "own" | "business" | undefined;
|
18803
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
18721
18804
|
};
|
18722
18805
|
status: boolean;
|
18723
18806
|
createdAt: Date;
|
@@ -19479,6 +19562,7 @@ export declare const facebookFeedContract: {
|
|
19479
19562
|
} | undefined;
|
19480
19563
|
lineRichMenuId?: string | null | undefined;
|
19481
19564
|
messengerIntegrationType?: "own" | "business" | undefined;
|
19565
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
19482
19566
|
};
|
19483
19567
|
status: boolean;
|
19484
19568
|
createdAt: Date;
|
@@ -20243,6 +20327,7 @@ export declare const facebookFeedContract: {
|
|
20243
20327
|
} | undefined;
|
20244
20328
|
lineRichMenuId?: string | null | undefined;
|
20245
20329
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20330
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20246
20331
|
};
|
20247
20332
|
status: boolean;
|
20248
20333
|
createdAt: Date;
|
@@ -21004,6 +21089,7 @@ export declare const facebookFeedContract: {
|
|
21004
21089
|
} | undefined;
|
21005
21090
|
lineRichMenuId?: string | null | undefined;
|
21006
21091
|
messengerIntegrationType?: "own" | "business" | undefined;
|
21092
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
21007
21093
|
};
|
21008
21094
|
status: boolean;
|
21009
21095
|
createdAt: Date;
|
@@ -21769,6 +21855,7 @@ export declare const facebookFeedContract: {
|
|
21769
21855
|
} | undefined;
|
21770
21856
|
lineRichMenuId?: string | null | undefined;
|
21771
21857
|
messengerIntegrationType?: "own" | "business" | undefined;
|
21858
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
21772
21859
|
};
|
21773
21860
|
status: boolean;
|
21774
21861
|
createdAt: Date;
|
@@ -22530,6 +22617,7 @@ export declare const facebookFeedContract: {
|
|
22530
22617
|
} | undefined;
|
22531
22618
|
lineRichMenuId?: string | null | undefined;
|
22532
22619
|
messengerIntegrationType?: "own" | "business" | undefined;
|
22620
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
22533
22621
|
};
|
22534
22622
|
status: boolean;
|
22535
22623
|
createdAt: Date;
|
@@ -23240,6 +23328,7 @@ export declare const facebookFeedContract: {
|
|
23240
23328
|
}>>;
|
23241
23329
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
23242
23330
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
23331
|
+
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
23243
23332
|
}, "strip", z.ZodTypeAny, {
|
23244
23333
|
id: string;
|
23245
23334
|
name: string;
|
@@ -23266,6 +23355,7 @@ export declare const facebookFeedContract: {
|
|
23266
23355
|
} | undefined;
|
23267
23356
|
lineRichMenuId?: string | null | undefined;
|
23268
23357
|
messengerIntegrationType?: "own" | "business" | undefined;
|
23358
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
23269
23359
|
}, {
|
23270
23360
|
id: string;
|
23271
23361
|
name: string;
|
@@ -23292,6 +23382,7 @@ export declare const facebookFeedContract: {
|
|
23292
23382
|
} | undefined;
|
23293
23383
|
lineRichMenuId?: string | null | undefined;
|
23294
23384
|
messengerIntegrationType?: "own" | "business" | undefined;
|
23385
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
23295
23386
|
}>;
|
23296
23387
|
platformId: z.ZodString;
|
23297
23388
|
brandName: z.ZodString;
|
@@ -23348,6 +23439,7 @@ export declare const facebookFeedContract: {
|
|
23348
23439
|
} | undefined;
|
23349
23440
|
lineRichMenuId?: string | null | undefined;
|
23350
23441
|
messengerIntegrationType?: "own" | "business" | undefined;
|
23442
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
23351
23443
|
};
|
23352
23444
|
status: boolean;
|
23353
23445
|
brandName: string;
|
@@ -23392,6 +23484,7 @@ export declare const facebookFeedContract: {
|
|
23392
23484
|
} | undefined;
|
23393
23485
|
lineRichMenuId?: string | null | undefined;
|
23394
23486
|
messengerIntegrationType?: "own" | "business" | undefined;
|
23487
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
23395
23488
|
};
|
23396
23489
|
status: boolean;
|
23397
23490
|
brandName: string;
|
@@ -23439,6 +23532,7 @@ export declare const facebookFeedContract: {
|
|
23439
23532
|
} | undefined;
|
23440
23533
|
lineRichMenuId?: string | null | undefined;
|
23441
23534
|
messengerIntegrationType?: "own" | "business" | undefined;
|
23535
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
23442
23536
|
};
|
23443
23537
|
status: boolean;
|
23444
23538
|
brandName: string;
|
@@ -23486,6 +23580,7 @@ export declare const facebookFeedContract: {
|
|
23486
23580
|
} | undefined;
|
23487
23581
|
lineRichMenuId?: string | null | undefined;
|
23488
23582
|
messengerIntegrationType?: "own" | "business" | undefined;
|
23583
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
23489
23584
|
};
|
23490
23585
|
status: boolean;
|
23491
23586
|
brandName: string;
|
@@ -23685,6 +23780,7 @@ export declare const facebookFeedContract: {
|
|
23685
23780
|
} | undefined;
|
23686
23781
|
lineRichMenuId?: string | null | undefined;
|
23687
23782
|
messengerIntegrationType?: "own" | "business" | undefined;
|
23783
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
23688
23784
|
};
|
23689
23785
|
status: boolean;
|
23690
23786
|
brandName: string;
|
@@ -23766,6 +23862,7 @@ export declare const facebookFeedContract: {
|
|
23766
23862
|
} | undefined;
|
23767
23863
|
lineRichMenuId?: string | null | undefined;
|
23768
23864
|
messengerIntegrationType?: "own" | "business" | undefined;
|
23865
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
23769
23866
|
};
|
23770
23867
|
status: boolean;
|
23771
23868
|
brandName: string;
|
@@ -23848,6 +23945,7 @@ export declare const facebookFeedContract: {
|
|
23848
23945
|
}>>;
|
23849
23946
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
23850
23947
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
23948
|
+
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
23851
23949
|
}, "strip", z.ZodTypeAny, {
|
23852
23950
|
id: string;
|
23853
23951
|
name: string;
|
@@ -23874,6 +23972,7 @@ export declare const facebookFeedContract: {
|
|
23874
23972
|
} | undefined;
|
23875
23973
|
lineRichMenuId?: string | null | undefined;
|
23876
23974
|
messengerIntegrationType?: "own" | "business" | undefined;
|
23975
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
23877
23976
|
}, {
|
23878
23977
|
id: string;
|
23879
23978
|
name: string;
|
@@ -23900,6 +23999,7 @@ export declare const facebookFeedContract: {
|
|
23900
23999
|
} | undefined;
|
23901
24000
|
lineRichMenuId?: string | null | undefined;
|
23902
24001
|
messengerIntegrationType?: "own" | "business" | undefined;
|
24002
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
23903
24003
|
}>;
|
23904
24004
|
platformId: z.ZodString;
|
23905
24005
|
brandName: z.ZodString;
|
@@ -23956,6 +24056,7 @@ export declare const facebookFeedContract: {
|
|
23956
24056
|
} | undefined;
|
23957
24057
|
lineRichMenuId?: string | null | undefined;
|
23958
24058
|
messengerIntegrationType?: "own" | "business" | undefined;
|
24059
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
23959
24060
|
};
|
23960
24061
|
status: boolean;
|
23961
24062
|
brandName: string;
|
@@ -24000,6 +24101,7 @@ export declare const facebookFeedContract: {
|
|
24000
24101
|
} | undefined;
|
24001
24102
|
lineRichMenuId?: string | null | undefined;
|
24002
24103
|
messengerIntegrationType?: "own" | "business" | undefined;
|
24104
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
24003
24105
|
};
|
24004
24106
|
status: boolean;
|
24005
24107
|
brandName: string;
|
@@ -24047,6 +24149,7 @@ export declare const facebookFeedContract: {
|
|
24047
24149
|
} | undefined;
|
24048
24150
|
lineRichMenuId?: string | null | undefined;
|
24049
24151
|
messengerIntegrationType?: "own" | "business" | undefined;
|
24152
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
24050
24153
|
};
|
24051
24154
|
status: boolean;
|
24052
24155
|
brandName: string;
|
@@ -24094,6 +24197,7 @@ export declare const facebookFeedContract: {
|
|
24094
24197
|
} | undefined;
|
24095
24198
|
lineRichMenuId?: string | null | undefined;
|
24096
24199
|
messengerIntegrationType?: "own" | "business" | undefined;
|
24200
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
24097
24201
|
};
|
24098
24202
|
status: boolean;
|
24099
24203
|
brandName: string;
|
@@ -24293,6 +24397,7 @@ export declare const facebookFeedContract: {
|
|
24293
24397
|
} | undefined;
|
24294
24398
|
lineRichMenuId?: string | null | undefined;
|
24295
24399
|
messengerIntegrationType?: "own" | "business" | undefined;
|
24400
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
24296
24401
|
};
|
24297
24402
|
status: boolean;
|
24298
24403
|
brandName: string;
|
@@ -24374,6 +24479,7 @@ export declare const facebookFeedContract: {
|
|
24374
24479
|
} | undefined;
|
24375
24480
|
lineRichMenuId?: string | null | undefined;
|
24376
24481
|
messengerIntegrationType?: "own" | "business" | undefined;
|
24482
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
24377
24483
|
};
|
24378
24484
|
status: boolean;
|
24379
24485
|
brandName: string;
|