@kl1/contracts 1.1.57 → 1.1.58
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api-contracts/src/channel/index.d.ts +1180 -1075
- 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 +1671 -3147
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-intelligence/index.d.ts +87 -0
- package/dist/api-contracts/src/cx-intelligence/index.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/subscription/index.d.ts +6 -6
- package/dist/api-contracts/src/subscription/schema.d.ts +6 -6
- 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 +34 -32
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +33 -32
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -64,6 +64,7 @@ export declare const facebookFeedContract: {
|
|
|
64
64
|
}>>;
|
|
65
65
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
66
66
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
67
|
+
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
67
68
|
}, "strip", z.ZodTypeAny, {
|
|
68
69
|
id: string;
|
|
69
70
|
name: string;
|
|
@@ -89,6 +90,7 @@ export declare const facebookFeedContract: {
|
|
|
89
90
|
} | undefined;
|
|
90
91
|
lineRichMenuId?: string | null | undefined;
|
|
91
92
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
93
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
92
94
|
}, {
|
|
93
95
|
id: string;
|
|
94
96
|
name: string;
|
|
@@ -114,6 +116,7 @@ export declare const facebookFeedContract: {
|
|
|
114
116
|
} | undefined;
|
|
115
117
|
lineRichMenuId?: string | null | undefined;
|
|
116
118
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
119
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
117
120
|
}>>;
|
|
118
121
|
platformId: z.ZodOptional<z.ZodString>;
|
|
119
122
|
brandName: z.ZodOptional<z.ZodString>;
|
|
@@ -169,6 +172,7 @@ export declare const facebookFeedContract: {
|
|
|
169
172
|
} | undefined;
|
|
170
173
|
lineRichMenuId?: string | null | undefined;
|
|
171
174
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
175
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
172
176
|
} | undefined;
|
|
173
177
|
platformId?: string | undefined;
|
|
174
178
|
brandName?: string | undefined;
|
|
@@ -212,6 +216,7 @@ export declare const facebookFeedContract: {
|
|
|
212
216
|
} | undefined;
|
|
213
217
|
lineRichMenuId?: string | null | undefined;
|
|
214
218
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
219
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
215
220
|
} | undefined;
|
|
216
221
|
platformId?: string | undefined;
|
|
217
222
|
brandName?: string | undefined;
|
|
@@ -288,6 +293,7 @@ export declare const facebookFeedContract: {
|
|
|
288
293
|
}>>;
|
|
289
294
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
290
295
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
296
|
+
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
291
297
|
}, "strip", z.ZodTypeAny, {
|
|
292
298
|
id: string;
|
|
293
299
|
name: string;
|
|
@@ -313,6 +319,7 @@ export declare const facebookFeedContract: {
|
|
|
313
319
|
} | undefined;
|
|
314
320
|
lineRichMenuId?: string | null | undefined;
|
|
315
321
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
322
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
316
323
|
}, {
|
|
317
324
|
id: string;
|
|
318
325
|
name: string;
|
|
@@ -338,6 +345,7 @@ export declare const facebookFeedContract: {
|
|
|
338
345
|
} | undefined;
|
|
339
346
|
lineRichMenuId?: string | null | undefined;
|
|
340
347
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
348
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
341
349
|
}>;
|
|
342
350
|
platformId: z.ZodString;
|
|
343
351
|
brandName: z.ZodString;
|
|
@@ -393,6 +401,7 @@ export declare const facebookFeedContract: {
|
|
|
393
401
|
} | undefined;
|
|
394
402
|
lineRichMenuId?: string | null | undefined;
|
|
395
403
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
404
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
396
405
|
};
|
|
397
406
|
status: boolean;
|
|
398
407
|
brandName: string;
|
|
@@ -436,6 +445,7 @@ export declare const facebookFeedContract: {
|
|
|
436
445
|
} | undefined;
|
|
437
446
|
lineRichMenuId?: string | null | undefined;
|
|
438
447
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
448
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
439
449
|
};
|
|
440
450
|
status: boolean;
|
|
441
451
|
brandName: string;
|
|
@@ -481,6 +491,7 @@ export declare const facebookFeedContract: {
|
|
|
481
491
|
} | undefined;
|
|
482
492
|
lineRichMenuId?: string | null | undefined;
|
|
483
493
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
494
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
484
495
|
};
|
|
485
496
|
status: boolean;
|
|
486
497
|
brandName: string;
|
|
@@ -527,6 +538,7 @@ export declare const facebookFeedContract: {
|
|
|
527
538
|
} | undefined;
|
|
528
539
|
lineRichMenuId?: string | null | undefined;
|
|
529
540
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
541
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
530
542
|
};
|
|
531
543
|
status: boolean;
|
|
532
544
|
brandName: string;
|
|
@@ -625,6 +637,7 @@ export declare const facebookFeedContract: {
|
|
|
625
637
|
}>>;
|
|
626
638
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
627
639
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
640
|
+
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
628
641
|
}, "strip", z.ZodTypeAny, {
|
|
629
642
|
id: string;
|
|
630
643
|
name: string;
|
|
@@ -650,6 +663,7 @@ export declare const facebookFeedContract: {
|
|
|
650
663
|
} | undefined;
|
|
651
664
|
lineRichMenuId?: string | null | undefined;
|
|
652
665
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
666
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
653
667
|
}, {
|
|
654
668
|
id: string;
|
|
655
669
|
name: string;
|
|
@@ -675,6 +689,7 @@ export declare const facebookFeedContract: {
|
|
|
675
689
|
} | undefined;
|
|
676
690
|
lineRichMenuId?: string | null | undefined;
|
|
677
691
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
692
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
678
693
|
}>>;
|
|
679
694
|
platformId: z.ZodOptional<z.ZodString>;
|
|
680
695
|
brandName: z.ZodOptional<z.ZodString>;
|
|
@@ -730,6 +745,7 @@ export declare const facebookFeedContract: {
|
|
|
730
745
|
} | undefined;
|
|
731
746
|
lineRichMenuId?: string | null | undefined;
|
|
732
747
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
748
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
733
749
|
} | undefined;
|
|
734
750
|
platformId?: string | undefined;
|
|
735
751
|
brandName?: string | undefined;
|
|
@@ -773,6 +789,7 @@ export declare const facebookFeedContract: {
|
|
|
773
789
|
} | undefined;
|
|
774
790
|
lineRichMenuId?: string | null | undefined;
|
|
775
791
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
792
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
776
793
|
} | undefined;
|
|
777
794
|
platformId?: string | undefined;
|
|
778
795
|
brandName?: string | undefined;
|
|
@@ -849,6 +866,7 @@ export declare const facebookFeedContract: {
|
|
|
849
866
|
}>>;
|
|
850
867
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
851
868
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
869
|
+
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
852
870
|
}, "strip", z.ZodTypeAny, {
|
|
853
871
|
id: string;
|
|
854
872
|
name: string;
|
|
@@ -874,6 +892,7 @@ export declare const facebookFeedContract: {
|
|
|
874
892
|
} | undefined;
|
|
875
893
|
lineRichMenuId?: string | null | undefined;
|
|
876
894
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
895
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
877
896
|
}, {
|
|
878
897
|
id: string;
|
|
879
898
|
name: string;
|
|
@@ -899,6 +918,7 @@ export declare const facebookFeedContract: {
|
|
|
899
918
|
} | undefined;
|
|
900
919
|
lineRichMenuId?: string | null | undefined;
|
|
901
920
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
921
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
902
922
|
}>;
|
|
903
923
|
platformId: z.ZodString;
|
|
904
924
|
brandName: z.ZodString;
|
|
@@ -954,6 +974,7 @@ export declare const facebookFeedContract: {
|
|
|
954
974
|
} | undefined;
|
|
955
975
|
lineRichMenuId?: string | null | undefined;
|
|
956
976
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
977
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
957
978
|
};
|
|
958
979
|
status: boolean;
|
|
959
980
|
brandName: string;
|
|
@@ -997,6 +1018,7 @@ export declare const facebookFeedContract: {
|
|
|
997
1018
|
} | undefined;
|
|
998
1019
|
lineRichMenuId?: string | null | undefined;
|
|
999
1020
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1021
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
1000
1022
|
};
|
|
1001
1023
|
status: boolean;
|
|
1002
1024
|
brandName: string;
|
|
@@ -1042,6 +1064,7 @@ export declare const facebookFeedContract: {
|
|
|
1042
1064
|
} | undefined;
|
|
1043
1065
|
lineRichMenuId?: string | null | undefined;
|
|
1044
1066
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1067
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
1045
1068
|
};
|
|
1046
1069
|
status: boolean;
|
|
1047
1070
|
brandName: string;
|
|
@@ -1088,6 +1111,7 @@ export declare const facebookFeedContract: {
|
|
|
1088
1111
|
} | undefined;
|
|
1089
1112
|
lineRichMenuId?: string | null | undefined;
|
|
1090
1113
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1114
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
1091
1115
|
};
|
|
1092
1116
|
status: boolean;
|
|
1093
1117
|
brandName: string;
|
|
@@ -1198,6 +1222,7 @@ export declare const facebookFeedContract: {
|
|
|
1198
1222
|
}>>;
|
|
1199
1223
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1200
1224
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
1225
|
+
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
1201
1226
|
}, "strip", z.ZodTypeAny, {
|
|
1202
1227
|
id: string;
|
|
1203
1228
|
name: string;
|
|
@@ -1223,6 +1248,7 @@ export declare const facebookFeedContract: {
|
|
|
1223
1248
|
} | undefined;
|
|
1224
1249
|
lineRichMenuId?: string | null | undefined;
|
|
1225
1250
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1251
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
1226
1252
|
}, {
|
|
1227
1253
|
id: string;
|
|
1228
1254
|
name: string;
|
|
@@ -1248,6 +1274,7 @@ export declare const facebookFeedContract: {
|
|
|
1248
1274
|
} | undefined;
|
|
1249
1275
|
lineRichMenuId?: string | null | undefined;
|
|
1250
1276
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1277
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
1251
1278
|
}>;
|
|
1252
1279
|
platformId: z.ZodString;
|
|
1253
1280
|
brandName: z.ZodString;
|
|
@@ -1303,6 +1330,7 @@ export declare const facebookFeedContract: {
|
|
|
1303
1330
|
} | undefined;
|
|
1304
1331
|
lineRichMenuId?: string | null | undefined;
|
|
1305
1332
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1333
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
1306
1334
|
};
|
|
1307
1335
|
status: boolean;
|
|
1308
1336
|
brandName: string;
|
|
@@ -1346,6 +1374,7 @@ export declare const facebookFeedContract: {
|
|
|
1346
1374
|
} | undefined;
|
|
1347
1375
|
lineRichMenuId?: string | null | undefined;
|
|
1348
1376
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1377
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
1349
1378
|
};
|
|
1350
1379
|
status: boolean;
|
|
1351
1380
|
brandName: string;
|
|
@@ -1391,6 +1420,7 @@ export declare const facebookFeedContract: {
|
|
|
1391
1420
|
} | undefined;
|
|
1392
1421
|
lineRichMenuId?: string | null | undefined;
|
|
1393
1422
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1423
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
1394
1424
|
};
|
|
1395
1425
|
status: boolean;
|
|
1396
1426
|
brandName: string;
|
|
@@ -1437,6 +1467,7 @@ export declare const facebookFeedContract: {
|
|
|
1437
1467
|
} | undefined;
|
|
1438
1468
|
lineRichMenuId?: string | null | undefined;
|
|
1439
1469
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1470
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
1440
1471
|
};
|
|
1441
1472
|
status: boolean;
|
|
1442
1473
|
brandName: string;
|
|
@@ -1547,6 +1578,7 @@ export declare const facebookFeedContract: {
|
|
|
1547
1578
|
}>>;
|
|
1548
1579
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1549
1580
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
1581
|
+
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
1550
1582
|
}, "strip", z.ZodTypeAny, {
|
|
1551
1583
|
id: string;
|
|
1552
1584
|
name: string;
|
|
@@ -1572,6 +1604,7 @@ export declare const facebookFeedContract: {
|
|
|
1572
1604
|
} | undefined;
|
|
1573
1605
|
lineRichMenuId?: string | null | undefined;
|
|
1574
1606
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1607
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
1575
1608
|
}, {
|
|
1576
1609
|
id: string;
|
|
1577
1610
|
name: string;
|
|
@@ -1597,6 +1630,7 @@ export declare const facebookFeedContract: {
|
|
|
1597
1630
|
} | undefined;
|
|
1598
1631
|
lineRichMenuId?: string | null | undefined;
|
|
1599
1632
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1633
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
1600
1634
|
}>;
|
|
1601
1635
|
platformId: z.ZodString;
|
|
1602
1636
|
brandName: z.ZodString;
|
|
@@ -1652,6 +1686,7 @@ export declare const facebookFeedContract: {
|
|
|
1652
1686
|
} | undefined;
|
|
1653
1687
|
lineRichMenuId?: string | null | undefined;
|
|
1654
1688
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1689
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
1655
1690
|
};
|
|
1656
1691
|
status: boolean;
|
|
1657
1692
|
brandName: string;
|
|
@@ -1695,6 +1730,7 @@ export declare const facebookFeedContract: {
|
|
|
1695
1730
|
} | undefined;
|
|
1696
1731
|
lineRichMenuId?: string | null | undefined;
|
|
1697
1732
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1733
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
1698
1734
|
};
|
|
1699
1735
|
status: boolean;
|
|
1700
1736
|
brandName: string;
|
|
@@ -1740,6 +1776,7 @@ export declare const facebookFeedContract: {
|
|
|
1740
1776
|
} | undefined;
|
|
1741
1777
|
lineRichMenuId?: string | null | undefined;
|
|
1742
1778
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1779
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
1743
1780
|
};
|
|
1744
1781
|
status: boolean;
|
|
1745
1782
|
brandName: string;
|
|
@@ -1786,6 +1823,7 @@ export declare const facebookFeedContract: {
|
|
|
1786
1823
|
} | undefined;
|
|
1787
1824
|
lineRichMenuId?: string | null | undefined;
|
|
1788
1825
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1826
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
1789
1827
|
};
|
|
1790
1828
|
status: boolean;
|
|
1791
1829
|
brandName: string;
|
|
@@ -1883,6 +1921,7 @@ export declare const facebookFeedContract: {
|
|
|
1883
1921
|
}>>;
|
|
1884
1922
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1885
1923
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
1924
|
+
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
1886
1925
|
}, "strip", z.ZodTypeAny, {
|
|
1887
1926
|
id: string;
|
|
1888
1927
|
name: string;
|
|
@@ -1908,6 +1947,7 @@ export declare const facebookFeedContract: {
|
|
|
1908
1947
|
} | undefined;
|
|
1909
1948
|
lineRichMenuId?: string | null | undefined;
|
|
1910
1949
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1950
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
1911
1951
|
}, {
|
|
1912
1952
|
id: string;
|
|
1913
1953
|
name: string;
|
|
@@ -1933,6 +1973,7 @@ export declare const facebookFeedContract: {
|
|
|
1933
1973
|
} | undefined;
|
|
1934
1974
|
lineRichMenuId?: string | null | undefined;
|
|
1935
1975
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1976
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
1936
1977
|
}>;
|
|
1937
1978
|
status: z.ZodUnion<[z.ZodLiteral<true>, z.ZodLiteral<false>]>;
|
|
1938
1979
|
actor: z.ZodOptional<z.ZodObject<{
|
|
@@ -1993,6 +2034,7 @@ export declare const facebookFeedContract: {
|
|
|
1993
2034
|
} | undefined;
|
|
1994
2035
|
lineRichMenuId?: string | null | undefined;
|
|
1995
2036
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
2037
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
1996
2038
|
};
|
|
1997
2039
|
status: boolean;
|
|
1998
2040
|
createdAt: string;
|
|
@@ -2040,6 +2082,7 @@ export declare const facebookFeedContract: {
|
|
|
2040
2082
|
} | undefined;
|
|
2041
2083
|
lineRichMenuId?: string | null | undefined;
|
|
2042
2084
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
2085
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
2043
2086
|
};
|
|
2044
2087
|
status: boolean;
|
|
2045
2088
|
createdAt: string;
|
|
@@ -2120,6 +2163,7 @@ export declare const facebookFeedContract: {
|
|
|
2120
2163
|
}>>;
|
|
2121
2164
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2122
2165
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
2166
|
+
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
2123
2167
|
}, "strip", z.ZodTypeAny, {
|
|
2124
2168
|
id: string;
|
|
2125
2169
|
name: string;
|
|
@@ -2145,6 +2189,7 @@ export declare const facebookFeedContract: {
|
|
|
2145
2189
|
} | undefined;
|
|
2146
2190
|
lineRichMenuId?: string | null | undefined;
|
|
2147
2191
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
2192
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
2148
2193
|
}, {
|
|
2149
2194
|
id: string;
|
|
2150
2195
|
name: string;
|
|
@@ -2170,6 +2215,7 @@ export declare const facebookFeedContract: {
|
|
|
2170
2215
|
} | undefined;
|
|
2171
2216
|
lineRichMenuId?: string | null | undefined;
|
|
2172
2217
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
2218
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
2173
2219
|
}>;
|
|
2174
2220
|
platformId: z.ZodString;
|
|
2175
2221
|
brandName: z.ZodString;
|
|
@@ -2225,6 +2271,7 @@ export declare const facebookFeedContract: {
|
|
|
2225
2271
|
} | undefined;
|
|
2226
2272
|
lineRichMenuId?: string | null | undefined;
|
|
2227
2273
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
2274
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
2228
2275
|
};
|
|
2229
2276
|
status: boolean;
|
|
2230
2277
|
brandName: string;
|
|
@@ -2268,6 +2315,7 @@ export declare const facebookFeedContract: {
|
|
|
2268
2315
|
} | undefined;
|
|
2269
2316
|
lineRichMenuId?: string | null | undefined;
|
|
2270
2317
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
2318
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
2271
2319
|
};
|
|
2272
2320
|
status: boolean;
|
|
2273
2321
|
brandName: string;
|
|
@@ -2313,6 +2361,7 @@ export declare const facebookFeedContract: {
|
|
|
2313
2361
|
} | undefined;
|
|
2314
2362
|
lineRichMenuId?: string | null | undefined;
|
|
2315
2363
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
2364
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
2316
2365
|
};
|
|
2317
2366
|
status: boolean;
|
|
2318
2367
|
brandName: string;
|
|
@@ -2359,6 +2408,7 @@ export declare const facebookFeedContract: {
|
|
|
2359
2408
|
} | undefined;
|
|
2360
2409
|
lineRichMenuId?: string | null | undefined;
|
|
2361
2410
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
2411
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
2362
2412
|
};
|
|
2363
2413
|
status: boolean;
|
|
2364
2414
|
brandName: string;
|
|
@@ -2469,6 +2519,7 @@ export declare const facebookFeedContract: {
|
|
|
2469
2519
|
}>>;
|
|
2470
2520
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2471
2521
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
2522
|
+
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
2472
2523
|
}, "strip", z.ZodTypeAny, {
|
|
2473
2524
|
id: string;
|
|
2474
2525
|
name: string;
|
|
@@ -2494,6 +2545,7 @@ export declare const facebookFeedContract: {
|
|
|
2494
2545
|
} | undefined;
|
|
2495
2546
|
lineRichMenuId?: string | null | undefined;
|
|
2496
2547
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
2548
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
2497
2549
|
}, {
|
|
2498
2550
|
id: string;
|
|
2499
2551
|
name: string;
|
|
@@ -2519,6 +2571,7 @@ export declare const facebookFeedContract: {
|
|
|
2519
2571
|
} | undefined;
|
|
2520
2572
|
lineRichMenuId?: string | null | undefined;
|
|
2521
2573
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
2574
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
2522
2575
|
}>;
|
|
2523
2576
|
status: z.ZodUnion<[z.ZodLiteral<true>, z.ZodLiteral<false>]>;
|
|
2524
2577
|
createdAt: z.ZodDate;
|
|
@@ -3898,6 +3951,7 @@ export declare const facebookFeedContract: {
|
|
|
3898
3951
|
} | undefined;
|
|
3899
3952
|
lineRichMenuId?: string | null | undefined;
|
|
3900
3953
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
3954
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
3901
3955
|
};
|
|
3902
3956
|
status: boolean;
|
|
3903
3957
|
createdAt: Date;
|
|
@@ -4132,6 +4186,7 @@ export declare const facebookFeedContract: {
|
|
|
4132
4186
|
} | undefined;
|
|
4133
4187
|
lineRichMenuId?: string | null | undefined;
|
|
4134
4188
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
4189
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
4135
4190
|
};
|
|
4136
4191
|
status: boolean;
|
|
4137
4192
|
createdAt: Date;
|
|
@@ -4652,6 +4707,7 @@ export declare const facebookFeedContract: {
|
|
|
4652
4707
|
}>>;
|
|
4653
4708
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
4654
4709
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
4710
|
+
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
4655
4711
|
}, "strip", z.ZodTypeAny, {
|
|
4656
4712
|
id: string;
|
|
4657
4713
|
name: string;
|
|
@@ -4677,6 +4733,7 @@ export declare const facebookFeedContract: {
|
|
|
4677
4733
|
} | undefined;
|
|
4678
4734
|
lineRichMenuId?: string | null | undefined;
|
|
4679
4735
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
4736
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
4680
4737
|
}, {
|
|
4681
4738
|
id: string;
|
|
4682
4739
|
name: string;
|
|
@@ -4702,6 +4759,7 @@ export declare const facebookFeedContract: {
|
|
|
4702
4759
|
} | undefined;
|
|
4703
4760
|
lineRichMenuId?: string | null | undefined;
|
|
4704
4761
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
4762
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
4705
4763
|
}>;
|
|
4706
4764
|
platformId: z.ZodString;
|
|
4707
4765
|
brandName: z.ZodString;
|
|
@@ -4757,6 +4815,7 @@ export declare const facebookFeedContract: {
|
|
|
4757
4815
|
} | undefined;
|
|
4758
4816
|
lineRichMenuId?: string | null | undefined;
|
|
4759
4817
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
4818
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
4760
4819
|
};
|
|
4761
4820
|
status: boolean;
|
|
4762
4821
|
brandName: string;
|
|
@@ -4800,6 +4859,7 @@ export declare const facebookFeedContract: {
|
|
|
4800
4859
|
} | undefined;
|
|
4801
4860
|
lineRichMenuId?: string | null | undefined;
|
|
4802
4861
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
4862
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
4803
4863
|
};
|
|
4804
4864
|
status: boolean;
|
|
4805
4865
|
brandName: string;
|
|
@@ -4848,6 +4908,7 @@ export declare const facebookFeedContract: {
|
|
|
4848
4908
|
} | undefined;
|
|
4849
4909
|
lineRichMenuId?: string | null | undefined;
|
|
4850
4910
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
4911
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
4851
4912
|
};
|
|
4852
4913
|
status: boolean;
|
|
4853
4914
|
brandName: string;
|
|
@@ -4935,6 +4996,7 @@ export declare const facebookFeedContract: {
|
|
|
4935
4996
|
} | undefined;
|
|
4936
4997
|
lineRichMenuId?: string | null | undefined;
|
|
4937
4998
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
4999
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
4938
5000
|
};
|
|
4939
5001
|
status: boolean;
|
|
4940
5002
|
brandName: string;
|
|
@@ -5071,6 +5133,7 @@ export declare const facebookFeedContract: {
|
|
|
5071
5133
|
} | undefined;
|
|
5072
5134
|
lineRichMenuId?: string | null | undefined;
|
|
5073
5135
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
5136
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
5074
5137
|
};
|
|
5075
5138
|
status: boolean;
|
|
5076
5139
|
brandName: string;
|
|
@@ -5201,6 +5264,7 @@ export declare const facebookFeedContract: {
|
|
|
5201
5264
|
} | undefined;
|
|
5202
5265
|
lineRichMenuId?: string | null | undefined;
|
|
5203
5266
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
5267
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
5204
5268
|
};
|
|
5205
5269
|
status: boolean;
|
|
5206
5270
|
brandName: string;
|
|
@@ -7254,6 +7318,7 @@ export declare const facebookFeedContract: {
|
|
|
7254
7318
|
}>>;
|
|
7255
7319
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
7256
7320
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
7321
|
+
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
7257
7322
|
}, "strip", z.ZodTypeAny, {
|
|
7258
7323
|
id: string;
|
|
7259
7324
|
name: string;
|
|
@@ -7279,6 +7344,7 @@ export declare const facebookFeedContract: {
|
|
|
7279
7344
|
} | undefined;
|
|
7280
7345
|
lineRichMenuId?: string | null | undefined;
|
|
7281
7346
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
7347
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
7282
7348
|
}, {
|
|
7283
7349
|
id: string;
|
|
7284
7350
|
name: string;
|
|
@@ -7304,6 +7370,7 @@ export declare const facebookFeedContract: {
|
|
|
7304
7370
|
} | undefined;
|
|
7305
7371
|
lineRichMenuId?: string | null | undefined;
|
|
7306
7372
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
7373
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
7307
7374
|
}>;
|
|
7308
7375
|
brandName: z.ZodString;
|
|
7309
7376
|
platformId: z.ZodString;
|
|
@@ -7563,6 +7630,7 @@ export declare const facebookFeedContract: {
|
|
|
7563
7630
|
} | undefined;
|
|
7564
7631
|
lineRichMenuId?: string | null | undefined;
|
|
7565
7632
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
7633
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
7566
7634
|
};
|
|
7567
7635
|
status: boolean;
|
|
7568
7636
|
createdAt: Date;
|
|
@@ -7653,6 +7721,7 @@ export declare const facebookFeedContract: {
|
|
|
7653
7721
|
} | undefined;
|
|
7654
7722
|
lineRichMenuId?: string | null | undefined;
|
|
7655
7723
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
7724
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
7656
7725
|
};
|
|
7657
7726
|
status: boolean;
|
|
7658
7727
|
createdAt: Date;
|
|
@@ -8307,6 +8376,7 @@ export declare const facebookFeedContract: {
|
|
|
8307
8376
|
} | undefined;
|
|
8308
8377
|
lineRichMenuId?: string | null | undefined;
|
|
8309
8378
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
8379
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
8310
8380
|
};
|
|
8311
8381
|
status: boolean;
|
|
8312
8382
|
createdAt: Date;
|
|
@@ -8730,6 +8800,7 @@ export declare const facebookFeedContract: {
|
|
|
8730
8800
|
} | undefined;
|
|
8731
8801
|
lineRichMenuId?: string | null | undefined;
|
|
8732
8802
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
8803
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
8733
8804
|
};
|
|
8734
8805
|
status: boolean;
|
|
8735
8806
|
createdAt: Date;
|
|
@@ -11897,6 +11968,7 @@ export declare const facebookFeedContract: {
|
|
|
11897
11968
|
}>>;
|
|
11898
11969
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
11899
11970
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
11971
|
+
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
11900
11972
|
}, "strip", z.ZodTypeAny, {
|
|
11901
11973
|
id: string;
|
|
11902
11974
|
name: string;
|
|
@@ -11922,6 +11994,7 @@ export declare const facebookFeedContract: {
|
|
|
11922
11994
|
} | undefined;
|
|
11923
11995
|
lineRichMenuId?: string | null | undefined;
|
|
11924
11996
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
11997
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
11925
11998
|
}, {
|
|
11926
11999
|
id: string;
|
|
11927
12000
|
name: string;
|
|
@@ -11947,6 +12020,7 @@ export declare const facebookFeedContract: {
|
|
|
11947
12020
|
} | undefined;
|
|
11948
12021
|
lineRichMenuId?: string | null | undefined;
|
|
11949
12022
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
12023
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
11950
12024
|
}>;
|
|
11951
12025
|
brandName: z.ZodString;
|
|
11952
12026
|
platformId: z.ZodString;
|
|
@@ -12206,6 +12280,7 @@ export declare const facebookFeedContract: {
|
|
|
12206
12280
|
} | undefined;
|
|
12207
12281
|
lineRichMenuId?: string | null | undefined;
|
|
12208
12282
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
12283
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
12209
12284
|
};
|
|
12210
12285
|
status: boolean;
|
|
12211
12286
|
createdAt: Date;
|
|
@@ -12296,6 +12371,7 @@ export declare const facebookFeedContract: {
|
|
|
12296
12371
|
} | undefined;
|
|
12297
12372
|
lineRichMenuId?: string | null | undefined;
|
|
12298
12373
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
12374
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
12299
12375
|
};
|
|
12300
12376
|
status: boolean;
|
|
12301
12377
|
createdAt: Date;
|
|
@@ -12950,6 +13026,7 @@ export declare const facebookFeedContract: {
|
|
|
12950
13026
|
} | undefined;
|
|
12951
13027
|
lineRichMenuId?: string | null | undefined;
|
|
12952
13028
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
13029
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
12953
13030
|
};
|
|
12954
13031
|
status: boolean;
|
|
12955
13032
|
createdAt: Date;
|
|
@@ -13373,6 +13450,7 @@ export declare const facebookFeedContract: {
|
|
|
13373
13450
|
} | undefined;
|
|
13374
13451
|
lineRichMenuId?: string | null | undefined;
|
|
13375
13452
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
13453
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
13376
13454
|
};
|
|
13377
13455
|
status: boolean;
|
|
13378
13456
|
createdAt: Date;
|
|
@@ -15569,6 +15647,7 @@ export declare const facebookFeedContract: {
|
|
|
15569
15647
|
} | undefined;
|
|
15570
15648
|
lineRichMenuId?: string | null | undefined;
|
|
15571
15649
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
15650
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
15572
15651
|
};
|
|
15573
15652
|
status: boolean;
|
|
15574
15653
|
createdAt: Date;
|
|
@@ -16329,6 +16408,7 @@ export declare const facebookFeedContract: {
|
|
|
16329
16408
|
} | undefined;
|
|
16330
16409
|
lineRichMenuId?: string | null | undefined;
|
|
16331
16410
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
16411
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
16332
16412
|
};
|
|
16333
16413
|
status: boolean;
|
|
16334
16414
|
createdAt: Date;
|
|
@@ -17090,6 +17170,7 @@ export declare const facebookFeedContract: {
|
|
|
17090
17170
|
} | undefined;
|
|
17091
17171
|
lineRichMenuId?: string | null | undefined;
|
|
17092
17172
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
17173
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
17093
17174
|
};
|
|
17094
17175
|
status: boolean;
|
|
17095
17176
|
createdAt: Date;
|
|
@@ -17850,6 +17931,7 @@ export declare const facebookFeedContract: {
|
|
|
17850
17931
|
} | undefined;
|
|
17851
17932
|
lineRichMenuId?: string | null | undefined;
|
|
17852
17933
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
17934
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
17853
17935
|
};
|
|
17854
17936
|
status: boolean;
|
|
17855
17937
|
createdAt: Date;
|
|
@@ -18611,6 +18693,7 @@ export declare const facebookFeedContract: {
|
|
|
18611
18693
|
} | undefined;
|
|
18612
18694
|
lineRichMenuId?: string | null | undefined;
|
|
18613
18695
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
18696
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
18614
18697
|
};
|
|
18615
18698
|
status: boolean;
|
|
18616
18699
|
createdAt: Date;
|
|
@@ -19371,6 +19454,7 @@ export declare const facebookFeedContract: {
|
|
|
19371
19454
|
} | undefined;
|
|
19372
19455
|
lineRichMenuId?: string | null | undefined;
|
|
19373
19456
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
19457
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
19374
19458
|
};
|
|
19375
19459
|
status: boolean;
|
|
19376
19460
|
createdAt: Date;
|
|
@@ -20134,6 +20218,7 @@ export declare const facebookFeedContract: {
|
|
|
20134
20218
|
} | undefined;
|
|
20135
20219
|
lineRichMenuId?: string | null | undefined;
|
|
20136
20220
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
20221
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
20137
20222
|
};
|
|
20138
20223
|
status: boolean;
|
|
20139
20224
|
createdAt: Date;
|
|
@@ -20894,6 +20979,7 @@ export declare const facebookFeedContract: {
|
|
|
20894
20979
|
} | undefined;
|
|
20895
20980
|
lineRichMenuId?: string | null | undefined;
|
|
20896
20981
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
20982
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
20897
20983
|
};
|
|
20898
20984
|
status: boolean;
|
|
20899
20985
|
createdAt: Date;
|
|
@@ -21658,6 +21744,7 @@ export declare const facebookFeedContract: {
|
|
|
21658
21744
|
} | undefined;
|
|
21659
21745
|
lineRichMenuId?: string | null | undefined;
|
|
21660
21746
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
21747
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
21661
21748
|
};
|
|
21662
21749
|
status: boolean;
|
|
21663
21750
|
createdAt: Date;
|
|
@@ -22418,6 +22505,7 @@ export declare const facebookFeedContract: {
|
|
|
22418
22505
|
} | undefined;
|
|
22419
22506
|
lineRichMenuId?: string | null | undefined;
|
|
22420
22507
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
22508
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
22421
22509
|
};
|
|
22422
22510
|
status: boolean;
|
|
22423
22511
|
createdAt: Date;
|
|
@@ -23125,6 +23213,7 @@ export declare const facebookFeedContract: {
|
|
|
23125
23213
|
}>>;
|
|
23126
23214
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
23127
23215
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
23216
|
+
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
23128
23217
|
}, "strip", z.ZodTypeAny, {
|
|
23129
23218
|
id: string;
|
|
23130
23219
|
name: string;
|
|
@@ -23150,6 +23239,7 @@ export declare const facebookFeedContract: {
|
|
|
23150
23239
|
} | undefined;
|
|
23151
23240
|
lineRichMenuId?: string | null | undefined;
|
|
23152
23241
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
23242
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
23153
23243
|
}, {
|
|
23154
23244
|
id: string;
|
|
23155
23245
|
name: string;
|
|
@@ -23175,6 +23265,7 @@ export declare const facebookFeedContract: {
|
|
|
23175
23265
|
} | undefined;
|
|
23176
23266
|
lineRichMenuId?: string | null | undefined;
|
|
23177
23267
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
23268
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
23178
23269
|
}>;
|
|
23179
23270
|
platformId: z.ZodString;
|
|
23180
23271
|
brandName: z.ZodString;
|
|
@@ -23230,6 +23321,7 @@ export declare const facebookFeedContract: {
|
|
|
23230
23321
|
} | undefined;
|
|
23231
23322
|
lineRichMenuId?: string | null | undefined;
|
|
23232
23323
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
23324
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
23233
23325
|
};
|
|
23234
23326
|
status: boolean;
|
|
23235
23327
|
brandName: string;
|
|
@@ -23273,6 +23365,7 @@ export declare const facebookFeedContract: {
|
|
|
23273
23365
|
} | undefined;
|
|
23274
23366
|
lineRichMenuId?: string | null | undefined;
|
|
23275
23367
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
23368
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
23276
23369
|
};
|
|
23277
23370
|
status: boolean;
|
|
23278
23371
|
brandName: string;
|
|
@@ -23319,6 +23412,7 @@ export declare const facebookFeedContract: {
|
|
|
23319
23412
|
} | undefined;
|
|
23320
23413
|
lineRichMenuId?: string | null | undefined;
|
|
23321
23414
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
23415
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
23322
23416
|
};
|
|
23323
23417
|
status: boolean;
|
|
23324
23418
|
brandName: string;
|
|
@@ -23365,6 +23459,7 @@ export declare const facebookFeedContract: {
|
|
|
23365
23459
|
} | undefined;
|
|
23366
23460
|
lineRichMenuId?: string | null | undefined;
|
|
23367
23461
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
23462
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
23368
23463
|
};
|
|
23369
23464
|
status: boolean;
|
|
23370
23465
|
brandName: string;
|
|
@@ -23563,6 +23658,7 @@ export declare const facebookFeedContract: {
|
|
|
23563
23658
|
} | undefined;
|
|
23564
23659
|
lineRichMenuId?: string | null | undefined;
|
|
23565
23660
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
23661
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
23566
23662
|
};
|
|
23567
23663
|
status: boolean;
|
|
23568
23664
|
brandName: string;
|
|
@@ -23643,6 +23739,7 @@ export declare const facebookFeedContract: {
|
|
|
23643
23739
|
} | undefined;
|
|
23644
23740
|
lineRichMenuId?: string | null | undefined;
|
|
23645
23741
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
23742
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
23646
23743
|
};
|
|
23647
23744
|
status: boolean;
|
|
23648
23745
|
brandName: string;
|
|
@@ -23722,6 +23819,7 @@ export declare const facebookFeedContract: {
|
|
|
23722
23819
|
}>>;
|
|
23723
23820
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
23724
23821
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
23822
|
+
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
23725
23823
|
}, "strip", z.ZodTypeAny, {
|
|
23726
23824
|
id: string;
|
|
23727
23825
|
name: string;
|
|
@@ -23747,6 +23845,7 @@ export declare const facebookFeedContract: {
|
|
|
23747
23845
|
} | undefined;
|
|
23748
23846
|
lineRichMenuId?: string | null | undefined;
|
|
23749
23847
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
23848
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
23750
23849
|
}, {
|
|
23751
23850
|
id: string;
|
|
23752
23851
|
name: string;
|
|
@@ -23772,6 +23871,7 @@ export declare const facebookFeedContract: {
|
|
|
23772
23871
|
} | undefined;
|
|
23773
23872
|
lineRichMenuId?: string | null | undefined;
|
|
23774
23873
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
23874
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
23775
23875
|
}>;
|
|
23776
23876
|
platformId: z.ZodString;
|
|
23777
23877
|
brandName: z.ZodString;
|
|
@@ -23827,6 +23927,7 @@ export declare const facebookFeedContract: {
|
|
|
23827
23927
|
} | undefined;
|
|
23828
23928
|
lineRichMenuId?: string | null | undefined;
|
|
23829
23929
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
23930
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
23830
23931
|
};
|
|
23831
23932
|
status: boolean;
|
|
23832
23933
|
brandName: string;
|
|
@@ -23870,6 +23971,7 @@ export declare const facebookFeedContract: {
|
|
|
23870
23971
|
} | undefined;
|
|
23871
23972
|
lineRichMenuId?: string | null | undefined;
|
|
23872
23973
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
23974
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
23873
23975
|
};
|
|
23874
23976
|
status: boolean;
|
|
23875
23977
|
brandName: string;
|
|
@@ -23916,6 +24018,7 @@ export declare const facebookFeedContract: {
|
|
|
23916
24018
|
} | undefined;
|
|
23917
24019
|
lineRichMenuId?: string | null | undefined;
|
|
23918
24020
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
24021
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
23919
24022
|
};
|
|
23920
24023
|
status: boolean;
|
|
23921
24024
|
brandName: string;
|
|
@@ -23962,6 +24065,7 @@ export declare const facebookFeedContract: {
|
|
|
23962
24065
|
} | undefined;
|
|
23963
24066
|
lineRichMenuId?: string | null | undefined;
|
|
23964
24067
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
24068
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
23965
24069
|
};
|
|
23966
24070
|
status: boolean;
|
|
23967
24071
|
brandName: string;
|
|
@@ -24160,6 +24264,7 @@ export declare const facebookFeedContract: {
|
|
|
24160
24264
|
} | undefined;
|
|
24161
24265
|
lineRichMenuId?: string | null | undefined;
|
|
24162
24266
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
24267
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
24163
24268
|
};
|
|
24164
24269
|
status: boolean;
|
|
24165
24270
|
brandName: string;
|
|
@@ -24240,6 +24345,7 @@ export declare const facebookFeedContract: {
|
|
|
24240
24345
|
} | undefined;
|
|
24241
24346
|
lineRichMenuId?: string | null | undefined;
|
|
24242
24347
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
24348
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
24243
24349
|
};
|
|
24244
24350
|
status: boolean;
|
|
24245
24351
|
brandName: string;
|