@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
|
@@ -1461,6 +1461,7 @@ export declare const receiveMessageContract: {
|
|
|
1461
1461
|
}>>;
|
|
1462
1462
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1463
1463
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
1464
|
+
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
1464
1465
|
}, "strip", z.ZodTypeAny, {
|
|
1465
1466
|
id: string;
|
|
1466
1467
|
name: string;
|
|
@@ -1486,6 +1487,7 @@ export declare const receiveMessageContract: {
|
|
|
1486
1487
|
} | undefined;
|
|
1487
1488
|
lineRichMenuId?: string | null | undefined;
|
|
1488
1489
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1490
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
1489
1491
|
}, {
|
|
1490
1492
|
id: string;
|
|
1491
1493
|
name: string;
|
|
@@ -1511,6 +1513,7 @@ export declare const receiveMessageContract: {
|
|
|
1511
1513
|
} | undefined;
|
|
1512
1514
|
lineRichMenuId?: string | null | undefined;
|
|
1513
1515
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1516
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
1514
1517
|
}>;
|
|
1515
1518
|
platformId: z.ZodString;
|
|
1516
1519
|
brandName: z.ZodString;
|
|
@@ -1566,6 +1569,7 @@ export declare const receiveMessageContract: {
|
|
|
1566
1569
|
} | undefined;
|
|
1567
1570
|
lineRichMenuId?: string | null | undefined;
|
|
1568
1571
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1572
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
1569
1573
|
};
|
|
1570
1574
|
status: boolean;
|
|
1571
1575
|
brandName: string;
|
|
@@ -1609,6 +1613,7 @@ export declare const receiveMessageContract: {
|
|
|
1609
1613
|
} | undefined;
|
|
1610
1614
|
lineRichMenuId?: string | null | undefined;
|
|
1611
1615
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1616
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
1612
1617
|
};
|
|
1613
1618
|
status: boolean;
|
|
1614
1619
|
brandName: string;
|
|
@@ -2401,6 +2406,7 @@ export declare const receiveMessageContract: {
|
|
|
2401
2406
|
} | undefined;
|
|
2402
2407
|
lineRichMenuId?: string | null | undefined;
|
|
2403
2408
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
2409
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
2404
2410
|
};
|
|
2405
2411
|
status: boolean;
|
|
2406
2412
|
brandName: string;
|
|
@@ -2749,6 +2755,7 @@ export declare const receiveMessageContract: {
|
|
|
2749
2755
|
} | undefined;
|
|
2750
2756
|
lineRichMenuId?: string | null | undefined;
|
|
2751
2757
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
2758
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
2752
2759
|
};
|
|
2753
2760
|
status: boolean;
|
|
2754
2761
|
brandName: string;
|
|
@@ -3753,6 +3760,7 @@ export declare const receiveMessageContract: {
|
|
|
3753
3760
|
} | undefined;
|
|
3754
3761
|
lineRichMenuId?: string | null | undefined;
|
|
3755
3762
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
3763
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
3756
3764
|
};
|
|
3757
3765
|
status: boolean;
|
|
3758
3766
|
brandName: string;
|
|
@@ -4264,6 +4272,7 @@ export declare const receiveMessageContract: {
|
|
|
4264
4272
|
} | undefined;
|
|
4265
4273
|
lineRichMenuId?: string | null | undefined;
|
|
4266
4274
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
4275
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
4267
4276
|
};
|
|
4268
4277
|
status: boolean;
|
|
4269
4278
|
brandName: string;
|
|
@@ -4777,6 +4786,7 @@ export declare const receiveMessageContract: {
|
|
|
4777
4786
|
} | undefined;
|
|
4778
4787
|
lineRichMenuId?: string | null | undefined;
|
|
4779
4788
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
4789
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
4780
4790
|
};
|
|
4781
4791
|
status: boolean;
|
|
4782
4792
|
brandName: string;
|
|
@@ -5290,6 +5300,7 @@ export declare const receiveMessageContract: {
|
|
|
5290
5300
|
} | undefined;
|
|
5291
5301
|
lineRichMenuId?: string | null | undefined;
|
|
5292
5302
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
5303
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
5293
5304
|
};
|
|
5294
5305
|
status: boolean;
|
|
5295
5306
|
brandName: string;
|
|
@@ -5669,6 +5680,7 @@ export declare const mainFeedContract: {
|
|
|
5669
5680
|
}>>;
|
|
5670
5681
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
5671
5682
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
5683
|
+
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
5672
5684
|
}, "strip", z.ZodTypeAny, {
|
|
5673
5685
|
id: string;
|
|
5674
5686
|
name: string;
|
|
@@ -5694,6 +5706,7 @@ export declare const mainFeedContract: {
|
|
|
5694
5706
|
} | undefined;
|
|
5695
5707
|
lineRichMenuId?: string | null | undefined;
|
|
5696
5708
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
5709
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
5697
5710
|
}, {
|
|
5698
5711
|
id: string;
|
|
5699
5712
|
name: string;
|
|
@@ -5719,6 +5732,7 @@ export declare const mainFeedContract: {
|
|
|
5719
5732
|
} | undefined;
|
|
5720
5733
|
lineRichMenuId?: string | null | undefined;
|
|
5721
5734
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
5735
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
5722
5736
|
}>;
|
|
5723
5737
|
brandName: z.ZodString;
|
|
5724
5738
|
platformId: z.ZodString;
|
|
@@ -5978,6 +5992,7 @@ export declare const mainFeedContract: {
|
|
|
5978
5992
|
} | undefined;
|
|
5979
5993
|
lineRichMenuId?: string | null | undefined;
|
|
5980
5994
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
5995
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
5981
5996
|
};
|
|
5982
5997
|
status: boolean;
|
|
5983
5998
|
createdAt: Date;
|
|
@@ -6068,6 +6083,7 @@ export declare const mainFeedContract: {
|
|
|
6068
6083
|
} | undefined;
|
|
6069
6084
|
lineRichMenuId?: string | null | undefined;
|
|
6070
6085
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
6086
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
6071
6087
|
};
|
|
6072
6088
|
status: boolean;
|
|
6073
6089
|
createdAt: Date;
|
|
@@ -7415,6 +7431,7 @@ export declare const mainFeedContract: {
|
|
|
7415
7431
|
} | undefined;
|
|
7416
7432
|
lineRichMenuId?: string | null | undefined;
|
|
7417
7433
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
7434
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
7418
7435
|
};
|
|
7419
7436
|
status: boolean;
|
|
7420
7437
|
createdAt: Date;
|
|
@@ -7692,6 +7709,7 @@ export declare const mainFeedContract: {
|
|
|
7692
7709
|
} | undefined;
|
|
7693
7710
|
lineRichMenuId?: string | null | undefined;
|
|
7694
7711
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
7712
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
7695
7713
|
};
|
|
7696
7714
|
status: boolean;
|
|
7697
7715
|
createdAt: Date;
|
|
@@ -7971,6 +7989,7 @@ export declare const mainFeedContract: {
|
|
|
7971
7989
|
} | undefined;
|
|
7972
7990
|
lineRichMenuId?: string | null | undefined;
|
|
7973
7991
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
7992
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
7974
7993
|
};
|
|
7975
7994
|
status: boolean;
|
|
7976
7995
|
createdAt: Date;
|
|
@@ -8251,6 +8270,7 @@ export declare const mainFeedContract: {
|
|
|
8251
8270
|
} | undefined;
|
|
8252
8271
|
lineRichMenuId?: string | null | undefined;
|
|
8253
8272
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
8273
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
8254
8274
|
};
|
|
8255
8275
|
status: boolean;
|
|
8256
8276
|
createdAt: Date;
|
|
@@ -10529,6 +10549,7 @@ export declare const mainFeedContract: {
|
|
|
10529
10549
|
}>>;
|
|
10530
10550
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
10531
10551
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
10552
|
+
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
10532
10553
|
}, "strip", z.ZodTypeAny, {
|
|
10533
10554
|
id: string;
|
|
10534
10555
|
name: string;
|
|
@@ -10554,6 +10575,7 @@ export declare const mainFeedContract: {
|
|
|
10554
10575
|
} | undefined;
|
|
10555
10576
|
lineRichMenuId?: string | null | undefined;
|
|
10556
10577
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
10578
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
10557
10579
|
}, {
|
|
10558
10580
|
id: string;
|
|
10559
10581
|
name: string;
|
|
@@ -10579,6 +10601,7 @@ export declare const mainFeedContract: {
|
|
|
10579
10601
|
} | undefined;
|
|
10580
10602
|
lineRichMenuId?: string | null | undefined;
|
|
10581
10603
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
10604
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
10582
10605
|
}>;
|
|
10583
10606
|
brandName: z.ZodString;
|
|
10584
10607
|
platformId: z.ZodString;
|
|
@@ -10838,6 +10861,7 @@ export declare const mainFeedContract: {
|
|
|
10838
10861
|
} | undefined;
|
|
10839
10862
|
lineRichMenuId?: string | null | undefined;
|
|
10840
10863
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
10864
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
10841
10865
|
};
|
|
10842
10866
|
status: boolean;
|
|
10843
10867
|
createdAt: Date;
|
|
@@ -10928,6 +10952,7 @@ export declare const mainFeedContract: {
|
|
|
10928
10952
|
} | undefined;
|
|
10929
10953
|
lineRichMenuId?: string | null | undefined;
|
|
10930
10954
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
10955
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
10931
10956
|
};
|
|
10932
10957
|
status: boolean;
|
|
10933
10958
|
createdAt: Date;
|
|
@@ -11582,6 +11607,7 @@ export declare const mainFeedContract: {
|
|
|
11582
11607
|
} | undefined;
|
|
11583
11608
|
lineRichMenuId?: string | null | undefined;
|
|
11584
11609
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
11610
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
11585
11611
|
};
|
|
11586
11612
|
status: boolean;
|
|
11587
11613
|
createdAt: Date;
|
|
@@ -12005,6 +12031,7 @@ export declare const mainFeedContract: {
|
|
|
12005
12031
|
} | undefined;
|
|
12006
12032
|
lineRichMenuId?: string | null | undefined;
|
|
12007
12033
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
12034
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
12008
12035
|
};
|
|
12009
12036
|
status: boolean;
|
|
12010
12037
|
createdAt: Date;
|
|
@@ -16219,6 +16246,7 @@ export declare const mainFeedContract: {
|
|
|
16219
16246
|
}>>;
|
|
16220
16247
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
16221
16248
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
16249
|
+
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
16222
16250
|
}, "strip", z.ZodTypeAny, {
|
|
16223
16251
|
id: string;
|
|
16224
16252
|
name: string;
|
|
@@ -16244,6 +16272,7 @@ export declare const mainFeedContract: {
|
|
|
16244
16272
|
} | undefined;
|
|
16245
16273
|
lineRichMenuId?: string | null | undefined;
|
|
16246
16274
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
16275
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
16247
16276
|
}, {
|
|
16248
16277
|
id: string;
|
|
16249
16278
|
name: string;
|
|
@@ -16269,6 +16298,7 @@ export declare const mainFeedContract: {
|
|
|
16269
16298
|
} | undefined;
|
|
16270
16299
|
lineRichMenuId?: string | null | undefined;
|
|
16271
16300
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
16301
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
16272
16302
|
}>;
|
|
16273
16303
|
brandName: z.ZodString;
|
|
16274
16304
|
platformId: z.ZodString;
|
|
@@ -16528,6 +16558,7 @@ export declare const mainFeedContract: {
|
|
|
16528
16558
|
} | undefined;
|
|
16529
16559
|
lineRichMenuId?: string | null | undefined;
|
|
16530
16560
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
16561
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
16531
16562
|
};
|
|
16532
16563
|
status: boolean;
|
|
16533
16564
|
createdAt: Date;
|
|
@@ -16618,6 +16649,7 @@ export declare const mainFeedContract: {
|
|
|
16618
16649
|
} | undefined;
|
|
16619
16650
|
lineRichMenuId?: string | null | undefined;
|
|
16620
16651
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
16652
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
16621
16653
|
};
|
|
16622
16654
|
status: boolean;
|
|
16623
16655
|
createdAt: Date;
|
|
@@ -17272,6 +17304,7 @@ export declare const mainFeedContract: {
|
|
|
17272
17304
|
} | undefined;
|
|
17273
17305
|
lineRichMenuId?: string | null | undefined;
|
|
17274
17306
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
17307
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
17275
17308
|
};
|
|
17276
17309
|
status: boolean;
|
|
17277
17310
|
createdAt: Date;
|
|
@@ -17695,6 +17728,7 @@ export declare const mainFeedContract: {
|
|
|
17695
17728
|
} | undefined;
|
|
17696
17729
|
lineRichMenuId?: string | null | undefined;
|
|
17697
17730
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
17731
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
17698
17732
|
};
|
|
17699
17733
|
status: boolean;
|
|
17700
17734
|
createdAt: Date;
|
|
@@ -19891,6 +19925,7 @@ export declare const mainFeedContract: {
|
|
|
19891
19925
|
} | undefined;
|
|
19892
19926
|
lineRichMenuId?: string | null | undefined;
|
|
19893
19927
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
19928
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
19894
19929
|
};
|
|
19895
19930
|
status: boolean;
|
|
19896
19931
|
createdAt: Date;
|
|
@@ -20651,6 +20686,7 @@ export declare const mainFeedContract: {
|
|
|
20651
20686
|
} | undefined;
|
|
20652
20687
|
lineRichMenuId?: string | null | undefined;
|
|
20653
20688
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
20689
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
20654
20690
|
};
|
|
20655
20691
|
status: boolean;
|
|
20656
20692
|
createdAt: Date;
|
|
@@ -21418,6 +21454,7 @@ export declare const mainFeedContract: {
|
|
|
21418
21454
|
} | undefined;
|
|
21419
21455
|
lineRichMenuId?: string | null | undefined;
|
|
21420
21456
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
21457
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
21421
21458
|
};
|
|
21422
21459
|
status: boolean;
|
|
21423
21460
|
createdAt: Date;
|
|
@@ -22173,6 +22210,7 @@ export declare const mainFeedContract: {
|
|
|
22173
22210
|
} | undefined;
|
|
22174
22211
|
lineRichMenuId?: string | null | undefined;
|
|
22175
22212
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
22213
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
22176
22214
|
};
|
|
22177
22215
|
status: boolean;
|
|
22178
22216
|
createdAt: Date;
|
|
@@ -23066,6 +23104,7 @@ export declare const mainFeedContract: {
|
|
|
23066
23104
|
} | undefined;
|
|
23067
23105
|
lineRichMenuId?: string | null | undefined;
|
|
23068
23106
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
23107
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
23069
23108
|
};
|
|
23070
23109
|
status: boolean;
|
|
23071
23110
|
createdAt: Date;
|
|
@@ -23821,6 +23860,7 @@ export declare const mainFeedContract: {
|
|
|
23821
23860
|
} | undefined;
|
|
23822
23861
|
lineRichMenuId?: string | null | undefined;
|
|
23823
23862
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
23863
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
23824
23864
|
};
|
|
23825
23865
|
status: boolean;
|
|
23826
23866
|
createdAt: Date;
|
|
@@ -24716,6 +24756,7 @@ export declare const mainFeedContract: {
|
|
|
24716
24756
|
} | undefined;
|
|
24717
24757
|
lineRichMenuId?: string | null | undefined;
|
|
24718
24758
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
24759
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
24719
24760
|
};
|
|
24720
24761
|
status: boolean;
|
|
24721
24762
|
createdAt: Date;
|
|
@@ -25471,6 +25512,7 @@ export declare const mainFeedContract: {
|
|
|
25471
25512
|
} | undefined;
|
|
25472
25513
|
lineRichMenuId?: string | null | undefined;
|
|
25473
25514
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
25515
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
25474
25516
|
};
|
|
25475
25517
|
status: boolean;
|
|
25476
25518
|
createdAt: Date;
|
|
@@ -26370,6 +26412,7 @@ export declare const mainFeedContract: {
|
|
|
26370
26412
|
} | undefined;
|
|
26371
26413
|
lineRichMenuId?: string | null | undefined;
|
|
26372
26414
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
26415
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
26373
26416
|
};
|
|
26374
26417
|
status: boolean;
|
|
26375
26418
|
createdAt: Date;
|
|
@@ -27125,6 +27168,7 @@ export declare const mainFeedContract: {
|
|
|
27125
27168
|
} | undefined;
|
|
27126
27169
|
lineRichMenuId?: string | null | undefined;
|
|
27127
27170
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
27171
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
27128
27172
|
};
|
|
27129
27173
|
status: boolean;
|
|
27130
27174
|
createdAt: Date;
|
|
@@ -29572,6 +29616,7 @@ export declare const mainChatRoomContract: {
|
|
|
29572
29616
|
}>>;
|
|
29573
29617
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
29574
29618
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
29619
|
+
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
29575
29620
|
}, "strip", z.ZodTypeAny, {
|
|
29576
29621
|
id: string;
|
|
29577
29622
|
name: string;
|
|
@@ -29597,6 +29642,7 @@ export declare const mainChatRoomContract: {
|
|
|
29597
29642
|
} | undefined;
|
|
29598
29643
|
lineRichMenuId?: string | null | undefined;
|
|
29599
29644
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
29645
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
29600
29646
|
}, {
|
|
29601
29647
|
id: string;
|
|
29602
29648
|
name: string;
|
|
@@ -29622,6 +29668,7 @@ export declare const mainChatRoomContract: {
|
|
|
29622
29668
|
} | undefined;
|
|
29623
29669
|
lineRichMenuId?: string | null | undefined;
|
|
29624
29670
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
29671
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
29625
29672
|
}>;
|
|
29626
29673
|
brandName: z.ZodString;
|
|
29627
29674
|
platformId: z.ZodString;
|
|
@@ -29881,6 +29928,7 @@ export declare const mainChatRoomContract: {
|
|
|
29881
29928
|
} | undefined;
|
|
29882
29929
|
lineRichMenuId?: string | null | undefined;
|
|
29883
29930
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
29931
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
29884
29932
|
};
|
|
29885
29933
|
status: boolean;
|
|
29886
29934
|
createdAt: Date;
|
|
@@ -29971,6 +30019,7 @@ export declare const mainChatRoomContract: {
|
|
|
29971
30019
|
} | undefined;
|
|
29972
30020
|
lineRichMenuId?: string | null | undefined;
|
|
29973
30021
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
30022
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
29974
30023
|
};
|
|
29975
30024
|
status: boolean;
|
|
29976
30025
|
createdAt: Date;
|
|
@@ -30625,6 +30674,7 @@ export declare const mainChatRoomContract: {
|
|
|
30625
30674
|
} | undefined;
|
|
30626
30675
|
lineRichMenuId?: string | null | undefined;
|
|
30627
30676
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
30677
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
30628
30678
|
};
|
|
30629
30679
|
status: boolean;
|
|
30630
30680
|
createdAt: Date;
|
|
@@ -31048,6 +31098,7 @@ export declare const mainChatRoomContract: {
|
|
|
31048
31098
|
} | undefined;
|
|
31049
31099
|
lineRichMenuId?: string | null | undefined;
|
|
31050
31100
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
31101
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
31051
31102
|
};
|
|
31052
31103
|
status: boolean;
|
|
31053
31104
|
createdAt: Date;
|
|
@@ -31483,6 +31534,7 @@ export declare const mainChatRoomContract: {
|
|
|
31483
31534
|
} | undefined;
|
|
31484
31535
|
lineRichMenuId?: string | null | undefined;
|
|
31485
31536
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
31537
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
31486
31538
|
};
|
|
31487
31539
|
status: boolean;
|
|
31488
31540
|
createdAt: Date;
|
|
@@ -31916,6 +31968,7 @@ export declare const mainChatRoomContract: {
|
|
|
31916
31968
|
} | undefined;
|
|
31917
31969
|
lineRichMenuId?: string | null | undefined;
|
|
31918
31970
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
31971
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
31919
31972
|
};
|
|
31920
31973
|
status: boolean;
|
|
31921
31974
|
createdAt: Date;
|
|
@@ -33892,6 +33945,7 @@ export declare const mainChatRoomContract: {
|
|
|
33892
33945
|
}>>;
|
|
33893
33946
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
33894
33947
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
33948
|
+
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
33895
33949
|
}, "strip", z.ZodTypeAny, {
|
|
33896
33950
|
id: string;
|
|
33897
33951
|
name: string;
|
|
@@ -33917,6 +33971,7 @@ export declare const mainChatRoomContract: {
|
|
|
33917
33971
|
} | undefined;
|
|
33918
33972
|
lineRichMenuId?: string | null | undefined;
|
|
33919
33973
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
33974
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
33920
33975
|
}, {
|
|
33921
33976
|
id: string;
|
|
33922
33977
|
name: string;
|
|
@@ -33942,6 +33997,7 @@ export declare const mainChatRoomContract: {
|
|
|
33942
33997
|
} | undefined;
|
|
33943
33998
|
lineRichMenuId?: string | null | undefined;
|
|
33944
33999
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
34000
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
33945
34001
|
}>;
|
|
33946
34002
|
brandName: z.ZodString;
|
|
33947
34003
|
platformId: z.ZodString;
|
|
@@ -34201,6 +34257,7 @@ export declare const mainChatRoomContract: {
|
|
|
34201
34257
|
} | undefined;
|
|
34202
34258
|
lineRichMenuId?: string | null | undefined;
|
|
34203
34259
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
34260
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
34204
34261
|
};
|
|
34205
34262
|
status: boolean;
|
|
34206
34263
|
createdAt: Date;
|
|
@@ -34291,6 +34348,7 @@ export declare const mainChatRoomContract: {
|
|
|
34291
34348
|
} | undefined;
|
|
34292
34349
|
lineRichMenuId?: string | null | undefined;
|
|
34293
34350
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
34351
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
34294
34352
|
};
|
|
34295
34353
|
status: boolean;
|
|
34296
34354
|
createdAt: Date;
|
|
@@ -34945,6 +35003,7 @@ export declare const mainChatRoomContract: {
|
|
|
34945
35003
|
} | undefined;
|
|
34946
35004
|
lineRichMenuId?: string | null | undefined;
|
|
34947
35005
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
35006
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
34948
35007
|
};
|
|
34949
35008
|
status: boolean;
|
|
34950
35009
|
createdAt: Date;
|
|
@@ -35368,6 +35427,7 @@ export declare const mainChatRoomContract: {
|
|
|
35368
35427
|
} | undefined;
|
|
35369
35428
|
lineRichMenuId?: string | null | undefined;
|
|
35370
35429
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
35430
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
35371
35431
|
};
|
|
35372
35432
|
status: boolean;
|
|
35373
35433
|
createdAt: Date;
|
|
@@ -35879,6 +35939,7 @@ export declare const mainChatRoomContract: {
|
|
|
35879
35939
|
} | undefined;
|
|
35880
35940
|
lineRichMenuId?: string | null | undefined;
|
|
35881
35941
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
35942
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
35882
35943
|
};
|
|
35883
35944
|
status: boolean;
|
|
35884
35945
|
createdAt: Date;
|
|
@@ -36334,6 +36395,7 @@ export declare const mainChatRoomContract: {
|
|
|
36334
36395
|
} | undefined;
|
|
36335
36396
|
lineRichMenuId?: string | null | undefined;
|
|
36336
36397
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
36398
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
36337
36399
|
};
|
|
36338
36400
|
status: boolean;
|
|
36339
36401
|
createdAt: Date;
|
|
@@ -36791,6 +36853,7 @@ export declare const mainChatRoomContract: {
|
|
|
36791
36853
|
} | undefined;
|
|
36792
36854
|
lineRichMenuId?: string | null | undefined;
|
|
36793
36855
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
36856
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
36794
36857
|
};
|
|
36795
36858
|
status: boolean;
|
|
36796
36859
|
createdAt: Date;
|
|
@@ -37249,6 +37312,7 @@ export declare const mainChatRoomContract: {
|
|
|
37249
37312
|
} | undefined;
|
|
37250
37313
|
lineRichMenuId?: string | null | undefined;
|
|
37251
37314
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
37315
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
37252
37316
|
};
|
|
37253
37317
|
status: boolean;
|
|
37254
37318
|
createdAt: Date;
|
|
@@ -37782,6 +37846,7 @@ export declare const mainChatRoomContract: {
|
|
|
37782
37846
|
}>>;
|
|
37783
37847
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
37784
37848
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
37849
|
+
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
37785
37850
|
}, "strip", z.ZodTypeAny, {
|
|
37786
37851
|
id: string;
|
|
37787
37852
|
name: string;
|
|
@@ -37807,6 +37872,7 @@ export declare const mainChatRoomContract: {
|
|
|
37807
37872
|
} | undefined;
|
|
37808
37873
|
lineRichMenuId?: string | null | undefined;
|
|
37809
37874
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
37875
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
37810
37876
|
}, {
|
|
37811
37877
|
id: string;
|
|
37812
37878
|
name: string;
|
|
@@ -37832,6 +37898,7 @@ export declare const mainChatRoomContract: {
|
|
|
37832
37898
|
} | undefined;
|
|
37833
37899
|
lineRichMenuId?: string | null | undefined;
|
|
37834
37900
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
37901
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
37835
37902
|
}>;
|
|
37836
37903
|
brandName: z.ZodString;
|
|
37837
37904
|
platformId: z.ZodString;
|
|
@@ -38091,6 +38158,7 @@ export declare const mainChatRoomContract: {
|
|
|
38091
38158
|
} | undefined;
|
|
38092
38159
|
lineRichMenuId?: string | null | undefined;
|
|
38093
38160
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
38161
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
38094
38162
|
};
|
|
38095
38163
|
status: boolean;
|
|
38096
38164
|
createdAt: Date;
|
|
@@ -38181,6 +38249,7 @@ export declare const mainChatRoomContract: {
|
|
|
38181
38249
|
} | undefined;
|
|
38182
38250
|
lineRichMenuId?: string | null | undefined;
|
|
38183
38251
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
38252
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
38184
38253
|
};
|
|
38185
38254
|
status: boolean;
|
|
38186
38255
|
createdAt: Date;
|
|
@@ -40305,6 +40374,7 @@ export declare const mainChatRoomContract: {
|
|
|
40305
40374
|
} | undefined;
|
|
40306
40375
|
lineRichMenuId?: string | null | undefined;
|
|
40307
40376
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
40377
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
40308
40378
|
};
|
|
40309
40379
|
status: boolean;
|
|
40310
40380
|
createdAt: Date;
|
|
@@ -40729,6 +40799,7 @@ export declare const mainChatRoomContract: {
|
|
|
40729
40799
|
} | undefined;
|
|
40730
40800
|
lineRichMenuId?: string | null | undefined;
|
|
40731
40801
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
40802
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
40732
40803
|
};
|
|
40733
40804
|
status: boolean;
|
|
40734
40805
|
createdAt: Date;
|
|
@@ -41155,6 +41226,7 @@ export declare const mainChatRoomContract: {
|
|
|
41155
41226
|
} | undefined;
|
|
41156
41227
|
lineRichMenuId?: string | null | undefined;
|
|
41157
41228
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
41229
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
41158
41230
|
};
|
|
41159
41231
|
status: boolean;
|
|
41160
41232
|
createdAt: Date;
|
|
@@ -41582,6 +41654,7 @@ export declare const mainChatRoomContract: {
|
|
|
41582
41654
|
} | undefined;
|
|
41583
41655
|
lineRichMenuId?: string | null | undefined;
|
|
41584
41656
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
41657
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
41585
41658
|
};
|
|
41586
41659
|
status: boolean;
|
|
41587
41660
|
createdAt: Date;
|
|
@@ -42083,6 +42156,7 @@ export declare const mainChatRoomContract: {
|
|
|
42083
42156
|
}>>;
|
|
42084
42157
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
42085
42158
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
42159
|
+
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
42086
42160
|
}, "strip", z.ZodTypeAny, {
|
|
42087
42161
|
id: string;
|
|
42088
42162
|
name: string;
|
|
@@ -42108,6 +42182,7 @@ export declare const mainChatRoomContract: {
|
|
|
42108
42182
|
} | undefined;
|
|
42109
42183
|
lineRichMenuId?: string | null | undefined;
|
|
42110
42184
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
42185
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
42111
42186
|
}, {
|
|
42112
42187
|
id: string;
|
|
42113
42188
|
name: string;
|
|
@@ -42133,6 +42208,7 @@ export declare const mainChatRoomContract: {
|
|
|
42133
42208
|
} | undefined;
|
|
42134
42209
|
lineRichMenuId?: string | null | undefined;
|
|
42135
42210
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
42211
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
42136
42212
|
}>;
|
|
42137
42213
|
brandName: z.ZodString;
|
|
42138
42214
|
platformId: z.ZodString;
|
|
@@ -42392,6 +42468,7 @@ export declare const mainChatRoomContract: {
|
|
|
42392
42468
|
} | undefined;
|
|
42393
42469
|
lineRichMenuId?: string | null | undefined;
|
|
42394
42470
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
42471
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
42395
42472
|
};
|
|
42396
42473
|
status: boolean;
|
|
42397
42474
|
createdAt: Date;
|
|
@@ -42482,6 +42559,7 @@ export declare const mainChatRoomContract: {
|
|
|
42482
42559
|
} | undefined;
|
|
42483
42560
|
lineRichMenuId?: string | null | undefined;
|
|
42484
42561
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
42562
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
42485
42563
|
};
|
|
42486
42564
|
status: boolean;
|
|
42487
42565
|
createdAt: Date;
|
|
@@ -45376,6 +45454,7 @@ export declare const mainChatRoomContract: {
|
|
|
45376
45454
|
} | undefined;
|
|
45377
45455
|
lineRichMenuId?: string | null | undefined;
|
|
45378
45456
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
45457
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
45379
45458
|
};
|
|
45380
45459
|
status: boolean;
|
|
45381
45460
|
createdAt: Date;
|
|
@@ -45912,6 +45991,7 @@ export declare const mainChatRoomContract: {
|
|
|
45912
45991
|
} | undefined;
|
|
45913
45992
|
lineRichMenuId?: string | null | undefined;
|
|
45914
45993
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
45994
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
45915
45995
|
};
|
|
45916
45996
|
status: boolean;
|
|
45917
45997
|
createdAt: Date;
|
|
@@ -46450,6 +46530,7 @@ export declare const mainChatRoomContract: {
|
|
|
46450
46530
|
} | undefined;
|
|
46451
46531
|
lineRichMenuId?: string | null | undefined;
|
|
46452
46532
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
46533
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
46453
46534
|
};
|
|
46454
46535
|
status: boolean;
|
|
46455
46536
|
createdAt: Date;
|
|
@@ -46989,6 +47070,7 @@ export declare const mainChatRoomContract: {
|
|
|
46989
47070
|
} | undefined;
|
|
46990
47071
|
lineRichMenuId?: string | null | undefined;
|
|
46991
47072
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
47073
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
46992
47074
|
};
|
|
46993
47075
|
status: boolean;
|
|
46994
47076
|
createdAt: Date;
|
|
@@ -47592,6 +47674,7 @@ export declare const mainChatRoomContract: {
|
|
|
47592
47674
|
}>>;
|
|
47593
47675
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
47594
47676
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
47677
|
+
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
47595
47678
|
}, "strip", z.ZodTypeAny, {
|
|
47596
47679
|
id: string;
|
|
47597
47680
|
name: string;
|
|
@@ -47617,6 +47700,7 @@ export declare const mainChatRoomContract: {
|
|
|
47617
47700
|
} | undefined;
|
|
47618
47701
|
lineRichMenuId?: string | null | undefined;
|
|
47619
47702
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
47703
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
47620
47704
|
}, {
|
|
47621
47705
|
id: string;
|
|
47622
47706
|
name: string;
|
|
@@ -47642,6 +47726,7 @@ export declare const mainChatRoomContract: {
|
|
|
47642
47726
|
} | undefined;
|
|
47643
47727
|
lineRichMenuId?: string | null | undefined;
|
|
47644
47728
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
47729
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
47645
47730
|
}>;
|
|
47646
47731
|
brandName: z.ZodString;
|
|
47647
47732
|
platformId: z.ZodString;
|
|
@@ -47901,6 +47986,7 @@ export declare const mainChatRoomContract: {
|
|
|
47901
47986
|
} | undefined;
|
|
47902
47987
|
lineRichMenuId?: string | null | undefined;
|
|
47903
47988
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
47989
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
47904
47990
|
};
|
|
47905
47991
|
status: boolean;
|
|
47906
47992
|
createdAt: Date;
|
|
@@ -47991,6 +48077,7 @@ export declare const mainChatRoomContract: {
|
|
|
47991
48077
|
} | undefined;
|
|
47992
48078
|
lineRichMenuId?: string | null | undefined;
|
|
47993
48079
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
48080
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
47994
48081
|
};
|
|
47995
48082
|
status: boolean;
|
|
47996
48083
|
createdAt: Date;
|
|
@@ -50115,6 +50202,7 @@ export declare const mainChatRoomContract: {
|
|
|
50115
50202
|
} | undefined;
|
|
50116
50203
|
lineRichMenuId?: string | null | undefined;
|
|
50117
50204
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
50205
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
50118
50206
|
};
|
|
50119
50207
|
status: boolean;
|
|
50120
50208
|
createdAt: Date;
|
|
@@ -50539,6 +50627,7 @@ export declare const mainChatRoomContract: {
|
|
|
50539
50627
|
} | undefined;
|
|
50540
50628
|
lineRichMenuId?: string | null | undefined;
|
|
50541
50629
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
50630
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
50542
50631
|
};
|
|
50543
50632
|
status: boolean;
|
|
50544
50633
|
createdAt: Date;
|
|
@@ -50965,6 +51054,7 @@ export declare const mainChatRoomContract: {
|
|
|
50965
51054
|
} | undefined;
|
|
50966
51055
|
lineRichMenuId?: string | null | undefined;
|
|
50967
51056
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
51057
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
50968
51058
|
};
|
|
50969
51059
|
status: boolean;
|
|
50970
51060
|
createdAt: Date;
|
|
@@ -51392,6 +51482,7 @@ export declare const mainChatRoomContract: {
|
|
|
51392
51482
|
} | undefined;
|
|
51393
51483
|
lineRichMenuId?: string | null | undefined;
|
|
51394
51484
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
51485
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
51395
51486
|
};
|
|
51396
51487
|
status: boolean;
|
|
51397
51488
|
createdAt: Date;
|
|
@@ -51897,6 +51988,7 @@ export declare const mainChatRoomContract: {
|
|
|
51897
51988
|
}>>;
|
|
51898
51989
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
51899
51990
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
51991
|
+
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
51900
51992
|
}, "strip", z.ZodTypeAny, {
|
|
51901
51993
|
id: string;
|
|
51902
51994
|
name: string;
|
|
@@ -51922,6 +52014,7 @@ export declare const mainChatRoomContract: {
|
|
|
51922
52014
|
} | undefined;
|
|
51923
52015
|
lineRichMenuId?: string | null | undefined;
|
|
51924
52016
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
52017
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
51925
52018
|
}, {
|
|
51926
52019
|
id: string;
|
|
51927
52020
|
name: string;
|
|
@@ -51947,6 +52040,7 @@ export declare const mainChatRoomContract: {
|
|
|
51947
52040
|
} | undefined;
|
|
51948
52041
|
lineRichMenuId?: string | null | undefined;
|
|
51949
52042
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
52043
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
51950
52044
|
}>;
|
|
51951
52045
|
brandName: z.ZodString;
|
|
51952
52046
|
platformId: z.ZodString;
|
|
@@ -52206,6 +52300,7 @@ export declare const mainChatRoomContract: {
|
|
|
52206
52300
|
} | undefined;
|
|
52207
52301
|
lineRichMenuId?: string | null | undefined;
|
|
52208
52302
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
52303
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
52209
52304
|
};
|
|
52210
52305
|
status: boolean;
|
|
52211
52306
|
createdAt: Date;
|
|
@@ -52296,6 +52391,7 @@ export declare const mainChatRoomContract: {
|
|
|
52296
52391
|
} | undefined;
|
|
52297
52392
|
lineRichMenuId?: string | null | undefined;
|
|
52298
52393
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
52394
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
52299
52395
|
};
|
|
52300
52396
|
status: boolean;
|
|
52301
52397
|
createdAt: Date;
|
|
@@ -54419,6 +54515,7 @@ export declare const mainChatRoomContract: {
|
|
|
54419
54515
|
} | undefined;
|
|
54420
54516
|
lineRichMenuId?: string | null | undefined;
|
|
54421
54517
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
54518
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
54422
54519
|
};
|
|
54423
54520
|
status: boolean;
|
|
54424
54521
|
createdAt: Date;
|
|
@@ -54842,6 +54939,7 @@ export declare const mainChatRoomContract: {
|
|
|
54842
54939
|
} | undefined;
|
|
54843
54940
|
lineRichMenuId?: string | null | undefined;
|
|
54844
54941
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
54942
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
54845
54943
|
};
|
|
54846
54944
|
status: boolean;
|
|
54847
54945
|
createdAt: Date;
|
|
@@ -55267,6 +55365,7 @@ export declare const mainChatRoomContract: {
|
|
|
55267
55365
|
} | undefined;
|
|
55268
55366
|
lineRichMenuId?: string | null | undefined;
|
|
55269
55367
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
55368
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
55270
55369
|
};
|
|
55271
55370
|
status: boolean;
|
|
55272
55371
|
createdAt: Date;
|
|
@@ -55696,6 +55795,7 @@ export declare const mainChatRoomContract: {
|
|
|
55696
55795
|
} | undefined;
|
|
55697
55796
|
lineRichMenuId?: string | null | undefined;
|
|
55698
55797
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
55798
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
55699
55799
|
};
|
|
55700
55800
|
status: boolean;
|
|
55701
55801
|
createdAt: Date;
|
|
@@ -58512,6 +58612,7 @@ export declare const mainChatContract: {
|
|
|
58512
58612
|
}>>;
|
|
58513
58613
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
58514
58614
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
58615
|
+
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
58515
58616
|
}, "strip", z.ZodTypeAny, {
|
|
58516
58617
|
id: string;
|
|
58517
58618
|
name: string;
|
|
@@ -58537,6 +58638,7 @@ export declare const mainChatContract: {
|
|
|
58537
58638
|
} | undefined;
|
|
58538
58639
|
lineRichMenuId?: string | null | undefined;
|
|
58539
58640
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
58641
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
58540
58642
|
}, {
|
|
58541
58643
|
id: string;
|
|
58542
58644
|
name: string;
|
|
@@ -58562,6 +58664,7 @@ export declare const mainChatContract: {
|
|
|
58562
58664
|
} | undefined;
|
|
58563
58665
|
lineRichMenuId?: string | null | undefined;
|
|
58564
58666
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
58667
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
58565
58668
|
}>;
|
|
58566
58669
|
brandName: z.ZodString;
|
|
58567
58670
|
platformId: z.ZodString;
|
|
@@ -58821,6 +58924,7 @@ export declare const mainChatContract: {
|
|
|
58821
58924
|
} | undefined;
|
|
58822
58925
|
lineRichMenuId?: string | null | undefined;
|
|
58823
58926
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
58927
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
58824
58928
|
};
|
|
58825
58929
|
status: boolean;
|
|
58826
58930
|
createdAt: Date;
|
|
@@ -58911,6 +59015,7 @@ export declare const mainChatContract: {
|
|
|
58911
59015
|
} | undefined;
|
|
58912
59016
|
lineRichMenuId?: string | null | undefined;
|
|
58913
59017
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
59018
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
58914
59019
|
};
|
|
58915
59020
|
status: boolean;
|
|
58916
59021
|
createdAt: Date;
|
|
@@ -59565,6 +59670,7 @@ export declare const mainChatContract: {
|
|
|
59565
59670
|
} | undefined;
|
|
59566
59671
|
lineRichMenuId?: string | null | undefined;
|
|
59567
59672
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
59673
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
59568
59674
|
};
|
|
59569
59675
|
status: boolean;
|
|
59570
59676
|
createdAt: Date;
|
|
@@ -59988,6 +60094,7 @@ export declare const mainChatContract: {
|
|
|
59988
60094
|
} | undefined;
|
|
59989
60095
|
lineRichMenuId?: string | null | undefined;
|
|
59990
60096
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
60097
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
59991
60098
|
};
|
|
59992
60099
|
status: boolean;
|
|
59993
60100
|
createdAt: Date;
|
|
@@ -63155,6 +63262,7 @@ export declare const mainChatContract: {
|
|
|
63155
63262
|
}>>;
|
|
63156
63263
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
63157
63264
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
63265
|
+
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
63158
63266
|
}, "strip", z.ZodTypeAny, {
|
|
63159
63267
|
id: string;
|
|
63160
63268
|
name: string;
|
|
@@ -63180,6 +63288,7 @@ export declare const mainChatContract: {
|
|
|
63180
63288
|
} | undefined;
|
|
63181
63289
|
lineRichMenuId?: string | null | undefined;
|
|
63182
63290
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
63291
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
63183
63292
|
}, {
|
|
63184
63293
|
id: string;
|
|
63185
63294
|
name: string;
|
|
@@ -63205,6 +63314,7 @@ export declare const mainChatContract: {
|
|
|
63205
63314
|
} | undefined;
|
|
63206
63315
|
lineRichMenuId?: string | null | undefined;
|
|
63207
63316
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
63317
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
63208
63318
|
}>;
|
|
63209
63319
|
brandName: z.ZodString;
|
|
63210
63320
|
platformId: z.ZodString;
|
|
@@ -63464,6 +63574,7 @@ export declare const mainChatContract: {
|
|
|
63464
63574
|
} | undefined;
|
|
63465
63575
|
lineRichMenuId?: string | null | undefined;
|
|
63466
63576
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
63577
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
63467
63578
|
};
|
|
63468
63579
|
status: boolean;
|
|
63469
63580
|
createdAt: Date;
|
|
@@ -63554,6 +63665,7 @@ export declare const mainChatContract: {
|
|
|
63554
63665
|
} | undefined;
|
|
63555
63666
|
lineRichMenuId?: string | null | undefined;
|
|
63556
63667
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
63668
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
63557
63669
|
};
|
|
63558
63670
|
status: boolean;
|
|
63559
63671
|
createdAt: Date;
|
|
@@ -64208,6 +64320,7 @@ export declare const mainChatContract: {
|
|
|
64208
64320
|
} | undefined;
|
|
64209
64321
|
lineRichMenuId?: string | null | undefined;
|
|
64210
64322
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
64323
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
64211
64324
|
};
|
|
64212
64325
|
status: boolean;
|
|
64213
64326
|
createdAt: Date;
|
|
@@ -64631,6 +64744,7 @@ export declare const mainChatContract: {
|
|
|
64631
64744
|
} | undefined;
|
|
64632
64745
|
lineRichMenuId?: string | null | undefined;
|
|
64633
64746
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
64747
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
64634
64748
|
};
|
|
64635
64749
|
status: boolean;
|
|
64636
64750
|
createdAt: Date;
|
|
@@ -66827,6 +66941,7 @@ export declare const mainChatContract: {
|
|
|
66827
66941
|
} | undefined;
|
|
66828
66942
|
lineRichMenuId?: string | null | undefined;
|
|
66829
66943
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
66944
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
66830
66945
|
};
|
|
66831
66946
|
status: boolean;
|
|
66832
66947
|
createdAt: Date;
|
|
@@ -67587,6 +67702,7 @@ export declare const mainChatContract: {
|
|
|
67587
67702
|
} | undefined;
|
|
67588
67703
|
lineRichMenuId?: string | null | undefined;
|
|
67589
67704
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
67705
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
67590
67706
|
};
|
|
67591
67707
|
status: boolean;
|
|
67592
67708
|
createdAt: Date;
|
|
@@ -68348,6 +68464,7 @@ export declare const mainChatContract: {
|
|
|
68348
68464
|
} | undefined;
|
|
68349
68465
|
lineRichMenuId?: string | null | undefined;
|
|
68350
68466
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
68467
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
68351
68468
|
};
|
|
68352
68469
|
status: boolean;
|
|
68353
68470
|
createdAt: Date;
|
|
@@ -69108,6 +69225,7 @@ export declare const mainChatContract: {
|
|
|
69108
69225
|
} | undefined;
|
|
69109
69226
|
lineRichMenuId?: string | null | undefined;
|
|
69110
69227
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
69228
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
69111
69229
|
};
|
|
69112
69230
|
status: boolean;
|
|
69113
69231
|
createdAt: Date;
|
|
@@ -69869,6 +69987,7 @@ export declare const mainChatContract: {
|
|
|
69869
69987
|
} | undefined;
|
|
69870
69988
|
lineRichMenuId?: string | null | undefined;
|
|
69871
69989
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
69990
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
69872
69991
|
};
|
|
69873
69992
|
status: boolean;
|
|
69874
69993
|
createdAt: Date;
|
|
@@ -70629,6 +70748,7 @@ export declare const mainChatContract: {
|
|
|
70629
70748
|
} | undefined;
|
|
70630
70749
|
lineRichMenuId?: string | null | undefined;
|
|
70631
70750
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
70751
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
70632
70752
|
};
|
|
70633
70753
|
status: boolean;
|
|
70634
70754
|
createdAt: Date;
|
|
@@ -71392,6 +71512,7 @@ export declare const mainChatContract: {
|
|
|
71392
71512
|
} | undefined;
|
|
71393
71513
|
lineRichMenuId?: string | null | undefined;
|
|
71394
71514
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
71515
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
71395
71516
|
};
|
|
71396
71517
|
status: boolean;
|
|
71397
71518
|
createdAt: Date;
|
|
@@ -72152,6 +72273,7 @@ export declare const mainChatContract: {
|
|
|
72152
72273
|
} | undefined;
|
|
72153
72274
|
lineRichMenuId?: string | null | undefined;
|
|
72154
72275
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
72276
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
72155
72277
|
};
|
|
72156
72278
|
status: boolean;
|
|
72157
72279
|
createdAt: Date;
|
|
@@ -72916,6 +73038,7 @@ export declare const mainChatContract: {
|
|
|
72916
73038
|
} | undefined;
|
|
72917
73039
|
lineRichMenuId?: string | null | undefined;
|
|
72918
73040
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
73041
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
72919
73042
|
};
|
|
72920
73043
|
status: boolean;
|
|
72921
73044
|
createdAt: Date;
|
|
@@ -73676,6 +73799,7 @@ export declare const mainChatContract: {
|
|
|
73676
73799
|
} | undefined;
|
|
73677
73800
|
lineRichMenuId?: string | null | undefined;
|
|
73678
73801
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
73802
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
73679
73803
|
};
|
|
73680
73804
|
status: boolean;
|
|
73681
73805
|
createdAt: Date;
|
|
@@ -76462,6 +76586,7 @@ export declare const mainChatContract: {
|
|
|
76462
76586
|
}>>;
|
|
76463
76587
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
76464
76588
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
76589
|
+
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
76465
76590
|
}, "strip", z.ZodTypeAny, {
|
|
76466
76591
|
id: string;
|
|
76467
76592
|
name: string;
|
|
@@ -76487,6 +76612,7 @@ export declare const mainChatContract: {
|
|
|
76487
76612
|
} | undefined;
|
|
76488
76613
|
lineRichMenuId?: string | null | undefined;
|
|
76489
76614
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
76615
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
76490
76616
|
}, {
|
|
76491
76617
|
id: string;
|
|
76492
76618
|
name: string;
|
|
@@ -76512,6 +76638,7 @@ export declare const mainChatContract: {
|
|
|
76512
76638
|
} | undefined;
|
|
76513
76639
|
lineRichMenuId?: string | null | undefined;
|
|
76514
76640
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
76641
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
76515
76642
|
}>;
|
|
76516
76643
|
brandName: z.ZodString;
|
|
76517
76644
|
platformId: z.ZodString;
|
|
@@ -76771,6 +76898,7 @@ export declare const mainChatContract: {
|
|
|
76771
76898
|
} | undefined;
|
|
76772
76899
|
lineRichMenuId?: string | null | undefined;
|
|
76773
76900
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
76901
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
76774
76902
|
};
|
|
76775
76903
|
status: boolean;
|
|
76776
76904
|
createdAt: Date;
|
|
@@ -76861,6 +76989,7 @@ export declare const mainChatContract: {
|
|
|
76861
76989
|
} | undefined;
|
|
76862
76990
|
lineRichMenuId?: string | null | undefined;
|
|
76863
76991
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
76992
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
76864
76993
|
};
|
|
76865
76994
|
status: boolean;
|
|
76866
76995
|
createdAt: Date;
|
|
@@ -77515,6 +77644,7 @@ export declare const mainChatContract: {
|
|
|
77515
77644
|
} | undefined;
|
|
77516
77645
|
lineRichMenuId?: string | null | undefined;
|
|
77517
77646
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
77647
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
77518
77648
|
};
|
|
77519
77649
|
status: boolean;
|
|
77520
77650
|
createdAt: Date;
|
|
@@ -77938,6 +78068,7 @@ export declare const mainChatContract: {
|
|
|
77938
78068
|
} | undefined;
|
|
77939
78069
|
lineRichMenuId?: string | null | undefined;
|
|
77940
78070
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
78071
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
77941
78072
|
};
|
|
77942
78073
|
status: boolean;
|
|
77943
78074
|
createdAt: Date;
|
|
@@ -79632,6 +79763,7 @@ export declare const mainChatContract: {
|
|
|
79632
79763
|
}>>;
|
|
79633
79764
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
79634
79765
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
79766
|
+
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
79635
79767
|
}, "strip", z.ZodTypeAny, {
|
|
79636
79768
|
id: string;
|
|
79637
79769
|
name: string;
|
|
@@ -79657,6 +79789,7 @@ export declare const mainChatContract: {
|
|
|
79657
79789
|
} | undefined;
|
|
79658
79790
|
lineRichMenuId?: string | null | undefined;
|
|
79659
79791
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
79792
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
79660
79793
|
}, {
|
|
79661
79794
|
id: string;
|
|
79662
79795
|
name: string;
|
|
@@ -79682,6 +79815,7 @@ export declare const mainChatContract: {
|
|
|
79682
79815
|
} | undefined;
|
|
79683
79816
|
lineRichMenuId?: string | null | undefined;
|
|
79684
79817
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
79818
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
79685
79819
|
}>;
|
|
79686
79820
|
brandName: z.ZodString;
|
|
79687
79821
|
platformId: z.ZodString;
|
|
@@ -79941,6 +80075,7 @@ export declare const mainChatContract: {
|
|
|
79941
80075
|
} | undefined;
|
|
79942
80076
|
lineRichMenuId?: string | null | undefined;
|
|
79943
80077
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
80078
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
79944
80079
|
};
|
|
79945
80080
|
status: boolean;
|
|
79946
80081
|
createdAt: Date;
|
|
@@ -80031,6 +80166,7 @@ export declare const mainChatContract: {
|
|
|
80031
80166
|
} | undefined;
|
|
80032
80167
|
lineRichMenuId?: string | null | undefined;
|
|
80033
80168
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
80169
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
80034
80170
|
};
|
|
80035
80171
|
status: boolean;
|
|
80036
80172
|
createdAt: Date;
|
|
@@ -81378,6 +81514,7 @@ export declare const mainChatContract: {
|
|
|
81378
81514
|
} | undefined;
|
|
81379
81515
|
lineRichMenuId?: string | null | undefined;
|
|
81380
81516
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
81517
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
81381
81518
|
};
|
|
81382
81519
|
status: boolean;
|
|
81383
81520
|
createdAt: Date;
|
|
@@ -81655,6 +81792,7 @@ export declare const mainChatContract: {
|
|
|
81655
81792
|
} | undefined;
|
|
81656
81793
|
lineRichMenuId?: string | null | undefined;
|
|
81657
81794
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
81795
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
81658
81796
|
};
|
|
81659
81797
|
status: boolean;
|
|
81660
81798
|
createdAt: Date;
|
|
@@ -82042,6 +82180,7 @@ export declare const mainChatContract: {
|
|
|
82042
82180
|
} | undefined;
|
|
82043
82181
|
lineRichMenuId?: string | null | undefined;
|
|
82044
82182
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
82183
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
82045
82184
|
};
|
|
82046
82185
|
status: boolean;
|
|
82047
82186
|
createdAt: Date;
|
|
@@ -82693,6 +82832,7 @@ export declare const mainChatContract: {
|
|
|
82693
82832
|
} | undefined;
|
|
82694
82833
|
lineRichMenuId?: string | null | undefined;
|
|
82695
82834
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
82835
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
82696
82836
|
};
|
|
82697
82837
|
status: boolean;
|
|
82698
82838
|
createdAt: Date;
|
|
@@ -83083,6 +83223,7 @@ export declare const mainChatContract: {
|
|
|
83083
83223
|
} | undefined;
|
|
83084
83224
|
lineRichMenuId?: string | null | undefined;
|
|
83085
83225
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
83226
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
83086
83227
|
};
|
|
83087
83228
|
status: boolean;
|
|
83088
83229
|
createdAt: Date;
|
|
@@ -83734,6 +83875,7 @@ export declare const mainChatContract: {
|
|
|
83734
83875
|
} | undefined;
|
|
83735
83876
|
lineRichMenuId?: string | null | undefined;
|
|
83736
83877
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
83878
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
83737
83879
|
};
|
|
83738
83880
|
status: boolean;
|
|
83739
83881
|
createdAt: Date;
|
|
@@ -84126,6 +84268,7 @@ export declare const mainChatContract: {
|
|
|
84126
84268
|
} | undefined;
|
|
84127
84269
|
lineRichMenuId?: string | null | undefined;
|
|
84128
84270
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
84271
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
84129
84272
|
};
|
|
84130
84273
|
status: boolean;
|
|
84131
84274
|
createdAt: Date;
|
|
@@ -84777,6 +84920,7 @@ export declare const mainChatContract: {
|
|
|
84777
84920
|
} | undefined;
|
|
84778
84921
|
lineRichMenuId?: string | null | undefined;
|
|
84779
84922
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
84923
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
84780
84924
|
};
|
|
84781
84925
|
status: boolean;
|
|
84782
84926
|
createdAt: Date;
|
|
@@ -85173,6 +85317,7 @@ export declare const mainChatContract: {
|
|
|
85173
85317
|
} | undefined;
|
|
85174
85318
|
lineRichMenuId?: string | null | undefined;
|
|
85175
85319
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
85320
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
85176
85321
|
};
|
|
85177
85322
|
status: boolean;
|
|
85178
85323
|
createdAt: Date;
|
|
@@ -85824,6 +85969,7 @@ export declare const mainChatContract: {
|
|
|
85824
85969
|
} | undefined;
|
|
85825
85970
|
lineRichMenuId?: string | null | undefined;
|
|
85826
85971
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
85972
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
85827
85973
|
};
|
|
85828
85974
|
status: boolean;
|
|
85829
85975
|
createdAt: Date;
|
|
@@ -87648,6 +87794,7 @@ export declare const mainChatContract: {
|
|
|
87648
87794
|
}>>;
|
|
87649
87795
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
87650
87796
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
87797
|
+
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
87651
87798
|
}, "strip", z.ZodTypeAny, {
|
|
87652
87799
|
id: string;
|
|
87653
87800
|
name: string;
|
|
@@ -87673,6 +87820,7 @@ export declare const mainChatContract: {
|
|
|
87673
87820
|
} | undefined;
|
|
87674
87821
|
lineRichMenuId?: string | null | undefined;
|
|
87675
87822
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
87823
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
87676
87824
|
}, {
|
|
87677
87825
|
id: string;
|
|
87678
87826
|
name: string;
|
|
@@ -87698,6 +87846,7 @@ export declare const mainChatContract: {
|
|
|
87698
87846
|
} | undefined;
|
|
87699
87847
|
lineRichMenuId?: string | null | undefined;
|
|
87700
87848
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
87849
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
87701
87850
|
}>;
|
|
87702
87851
|
brandName: z.ZodString;
|
|
87703
87852
|
platformId: z.ZodString;
|
|
@@ -87957,6 +88106,7 @@ export declare const mainChatContract: {
|
|
|
87957
88106
|
} | undefined;
|
|
87958
88107
|
lineRichMenuId?: string | null | undefined;
|
|
87959
88108
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
88109
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
87960
88110
|
};
|
|
87961
88111
|
status: boolean;
|
|
87962
88112
|
createdAt: Date;
|
|
@@ -88047,6 +88197,7 @@ export declare const mainChatContract: {
|
|
|
88047
88197
|
} | undefined;
|
|
88048
88198
|
lineRichMenuId?: string | null | undefined;
|
|
88049
88199
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
88200
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
88050
88201
|
};
|
|
88051
88202
|
status: boolean;
|
|
88052
88203
|
createdAt: Date;
|
|
@@ -88701,6 +88852,7 @@ export declare const mainChatContract: {
|
|
|
88701
88852
|
} | undefined;
|
|
88702
88853
|
lineRichMenuId?: string | null | undefined;
|
|
88703
88854
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
88855
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
88704
88856
|
};
|
|
88705
88857
|
status: boolean;
|
|
88706
88858
|
createdAt: Date;
|
|
@@ -89124,6 +89276,7 @@ export declare const mainChatContract: {
|
|
|
89124
89276
|
} | undefined;
|
|
89125
89277
|
lineRichMenuId?: string | null | undefined;
|
|
89126
89278
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
89279
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
89127
89280
|
};
|
|
89128
89281
|
status: boolean;
|
|
89129
89282
|
createdAt: Date;
|
|
@@ -89549,6 +89702,7 @@ export declare const mainChatContract: {
|
|
|
89549
89702
|
} | undefined;
|
|
89550
89703
|
lineRichMenuId?: string | null | undefined;
|
|
89551
89704
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
89705
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
89552
89706
|
};
|
|
89553
89707
|
status: boolean;
|
|
89554
89708
|
createdAt: Date;
|
|
@@ -89975,6 +90129,7 @@ export declare const mainChatContract: {
|
|
|
89975
90129
|
} | undefined;
|
|
89976
90130
|
lineRichMenuId?: string | null | undefined;
|
|
89977
90131
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
90132
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
89978
90133
|
};
|
|
89979
90134
|
status: boolean;
|
|
89980
90135
|
createdAt: Date;
|
|
@@ -91949,6 +92104,7 @@ export declare const mainChatContract: {
|
|
|
91949
92104
|
}>>;
|
|
91950
92105
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
91951
92106
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
92107
|
+
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
91952
92108
|
}, "strip", z.ZodTypeAny, {
|
|
91953
92109
|
id: string;
|
|
91954
92110
|
name: string;
|
|
@@ -91974,6 +92130,7 @@ export declare const mainChatContract: {
|
|
|
91974
92130
|
} | undefined;
|
|
91975
92131
|
lineRichMenuId?: string | null | undefined;
|
|
91976
92132
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
92133
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
91977
92134
|
}, {
|
|
91978
92135
|
id: string;
|
|
91979
92136
|
name: string;
|
|
@@ -91999,6 +92156,7 @@ export declare const mainChatContract: {
|
|
|
91999
92156
|
} | undefined;
|
|
92000
92157
|
lineRichMenuId?: string | null | undefined;
|
|
92001
92158
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
92159
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
92002
92160
|
}>;
|
|
92003
92161
|
brandName: z.ZodString;
|
|
92004
92162
|
platformId: z.ZodString;
|
|
@@ -92258,6 +92416,7 @@ export declare const mainChatContract: {
|
|
|
92258
92416
|
} | undefined;
|
|
92259
92417
|
lineRichMenuId?: string | null | undefined;
|
|
92260
92418
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
92419
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
92261
92420
|
};
|
|
92262
92421
|
status: boolean;
|
|
92263
92422
|
createdAt: Date;
|
|
@@ -92348,6 +92507,7 @@ export declare const mainChatContract: {
|
|
|
92348
92507
|
} | undefined;
|
|
92349
92508
|
lineRichMenuId?: string | null | undefined;
|
|
92350
92509
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
92510
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
92351
92511
|
};
|
|
92352
92512
|
status: boolean;
|
|
92353
92513
|
createdAt: Date;
|
|
@@ -93002,6 +93162,7 @@ export declare const mainChatContract: {
|
|
|
93002
93162
|
} | undefined;
|
|
93003
93163
|
lineRichMenuId?: string | null | undefined;
|
|
93004
93164
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
93165
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
93005
93166
|
};
|
|
93006
93167
|
status: boolean;
|
|
93007
93168
|
createdAt: Date;
|
|
@@ -93425,6 +93586,7 @@ export declare const mainChatContract: {
|
|
|
93425
93586
|
} | undefined;
|
|
93426
93587
|
lineRichMenuId?: string | null | undefined;
|
|
93427
93588
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
93589
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
93428
93590
|
};
|
|
93429
93591
|
status: boolean;
|
|
93430
93592
|
createdAt: Date;
|
|
@@ -93850,6 +94012,7 @@ export declare const mainChatContract: {
|
|
|
93850
94012
|
} | undefined;
|
|
93851
94013
|
lineRichMenuId?: string | null | undefined;
|
|
93852
94014
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
94015
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
93853
94016
|
};
|
|
93854
94017
|
status: boolean;
|
|
93855
94018
|
createdAt: Date;
|
|
@@ -94276,6 +94439,7 @@ export declare const mainChatContract: {
|
|
|
94276
94439
|
} | undefined;
|
|
94277
94440
|
lineRichMenuId?: string | null | undefined;
|
|
94278
94441
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
94442
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
94279
94443
|
};
|
|
94280
94444
|
status: boolean;
|
|
94281
94445
|
createdAt: Date;
|
|
@@ -97311,6 +97475,7 @@ export declare const mainChatContract: {
|
|
|
97311
97475
|
}>>;
|
|
97312
97476
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
97313
97477
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
97478
|
+
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
97314
97479
|
}, "strip", z.ZodTypeAny, {
|
|
97315
97480
|
id: string;
|
|
97316
97481
|
name: string;
|
|
@@ -97336,6 +97501,7 @@ export declare const mainChatContract: {
|
|
|
97336
97501
|
} | undefined;
|
|
97337
97502
|
lineRichMenuId?: string | null | undefined;
|
|
97338
97503
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
97504
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
97339
97505
|
}, {
|
|
97340
97506
|
id: string;
|
|
97341
97507
|
name: string;
|
|
@@ -97361,6 +97527,7 @@ export declare const mainChatContract: {
|
|
|
97361
97527
|
} | undefined;
|
|
97362
97528
|
lineRichMenuId?: string | null | undefined;
|
|
97363
97529
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
97530
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
97364
97531
|
}>;
|
|
97365
97532
|
brandName: z.ZodString;
|
|
97366
97533
|
platformId: z.ZodString;
|
|
@@ -97620,6 +97787,7 @@ export declare const mainChatContract: {
|
|
|
97620
97787
|
} | undefined;
|
|
97621
97788
|
lineRichMenuId?: string | null | undefined;
|
|
97622
97789
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
97790
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
97623
97791
|
};
|
|
97624
97792
|
status: boolean;
|
|
97625
97793
|
createdAt: Date;
|
|
@@ -97710,6 +97878,7 @@ export declare const mainChatContract: {
|
|
|
97710
97878
|
} | undefined;
|
|
97711
97879
|
lineRichMenuId?: string | null | undefined;
|
|
97712
97880
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
97881
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
97713
97882
|
};
|
|
97714
97883
|
status: boolean;
|
|
97715
97884
|
createdAt: Date;
|
|
@@ -98364,6 +98533,7 @@ export declare const mainChatContract: {
|
|
|
98364
98533
|
} | undefined;
|
|
98365
98534
|
lineRichMenuId?: string | null | undefined;
|
|
98366
98535
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
98536
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
98367
98537
|
};
|
|
98368
98538
|
status: boolean;
|
|
98369
98539
|
createdAt: Date;
|
|
@@ -98787,6 +98957,7 @@ export declare const mainChatContract: {
|
|
|
98787
98957
|
} | undefined;
|
|
98788
98958
|
lineRichMenuId?: string | null | undefined;
|
|
98789
98959
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
98960
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
98790
98961
|
};
|
|
98791
98962
|
status: boolean;
|
|
98792
98963
|
createdAt: Date;
|
|
@@ -99212,6 +99383,7 @@ export declare const mainChatContract: {
|
|
|
99212
99383
|
} | undefined;
|
|
99213
99384
|
lineRichMenuId?: string | null | undefined;
|
|
99214
99385
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
99386
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
99215
99387
|
};
|
|
99216
99388
|
status: boolean;
|
|
99217
99389
|
createdAt: Date;
|
|
@@ -99638,6 +99810,7 @@ export declare const mainChatContract: {
|
|
|
99638
99810
|
} | undefined;
|
|
99639
99811
|
lineRichMenuId?: string | null | undefined;
|
|
99640
99812
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
99813
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
99641
99814
|
};
|
|
99642
99815
|
status: boolean;
|
|
99643
99816
|
createdAt: Date;
|
|
@@ -101639,6 +101812,7 @@ export declare const initiateMessageContract: {
|
|
|
101639
101812
|
}>>;
|
|
101640
101813
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
101641
101814
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
101815
|
+
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
101642
101816
|
}, "strip", z.ZodTypeAny, {
|
|
101643
101817
|
id: string;
|
|
101644
101818
|
name: string;
|
|
@@ -101664,6 +101838,7 @@ export declare const initiateMessageContract: {
|
|
|
101664
101838
|
} | undefined;
|
|
101665
101839
|
lineRichMenuId?: string | null | undefined;
|
|
101666
101840
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
101841
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
101667
101842
|
}, {
|
|
101668
101843
|
id: string;
|
|
101669
101844
|
name: string;
|
|
@@ -101689,6 +101864,7 @@ export declare const initiateMessageContract: {
|
|
|
101689
101864
|
} | undefined;
|
|
101690
101865
|
lineRichMenuId?: string | null | undefined;
|
|
101691
101866
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
101867
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
101692
101868
|
}>;
|
|
101693
101869
|
brandName: z.ZodString;
|
|
101694
101870
|
platformId: z.ZodString;
|
|
@@ -101948,6 +102124,7 @@ export declare const initiateMessageContract: {
|
|
|
101948
102124
|
} | undefined;
|
|
101949
102125
|
lineRichMenuId?: string | null | undefined;
|
|
101950
102126
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
102127
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
101951
102128
|
};
|
|
101952
102129
|
status: boolean;
|
|
101953
102130
|
createdAt: Date;
|
|
@@ -102038,6 +102215,7 @@ export declare const initiateMessageContract: {
|
|
|
102038
102215
|
} | undefined;
|
|
102039
102216
|
lineRichMenuId?: string | null | undefined;
|
|
102040
102217
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
102218
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
102041
102219
|
};
|
|
102042
102220
|
status: boolean;
|
|
102043
102221
|
createdAt: Date;
|
|
@@ -102692,6 +102870,7 @@ export declare const initiateMessageContract: {
|
|
|
102692
102870
|
} | undefined;
|
|
102693
102871
|
lineRichMenuId?: string | null | undefined;
|
|
102694
102872
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
102873
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
102695
102874
|
};
|
|
102696
102875
|
status: boolean;
|
|
102697
102876
|
createdAt: Date;
|
|
@@ -103115,6 +103294,7 @@ export declare const initiateMessageContract: {
|
|
|
103115
103294
|
} | undefined;
|
|
103116
103295
|
lineRichMenuId?: string | null | undefined;
|
|
103117
103296
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
103297
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
103118
103298
|
};
|
|
103119
103299
|
status: boolean;
|
|
103120
103300
|
createdAt: Date;
|
|
@@ -105311,6 +105491,7 @@ export declare const initiateMessageContract: {
|
|
|
105311
105491
|
} | undefined;
|
|
105312
105492
|
lineRichMenuId?: string | null | undefined;
|
|
105313
105493
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
105494
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
105314
105495
|
};
|
|
105315
105496
|
status: boolean;
|
|
105316
105497
|
createdAt: Date;
|
|
@@ -106071,6 +106252,7 @@ export declare const initiateMessageContract: {
|
|
|
106071
106252
|
} | undefined;
|
|
106072
106253
|
lineRichMenuId?: string | null | undefined;
|
|
106073
106254
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
106255
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
106074
106256
|
};
|
|
106075
106257
|
status: boolean;
|
|
106076
106258
|
createdAt: Date;
|
|
@@ -106833,6 +107015,7 @@ export declare const initiateMessageContract: {
|
|
|
106833
107015
|
} | undefined;
|
|
106834
107016
|
lineRichMenuId?: string | null | undefined;
|
|
106835
107017
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
107018
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
106836
107019
|
};
|
|
106837
107020
|
status: boolean;
|
|
106838
107021
|
createdAt: Date;
|
|
@@ -107596,6 +107779,7 @@ export declare const initiateMessageContract: {
|
|
|
107596
107779
|
} | undefined;
|
|
107597
107780
|
lineRichMenuId?: string | null | undefined;
|
|
107598
107781
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
107782
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
107599
107783
|
};
|
|
107600
107784
|
status: boolean;
|
|
107601
107785
|
createdAt: Date;
|
|
@@ -110656,6 +110840,7 @@ export declare const mainChatMessageContract: {
|
|
|
110656
110840
|
}>>;
|
|
110657
110841
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
110658
110842
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
110843
|
+
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
110659
110844
|
}, "strip", z.ZodTypeAny, {
|
|
110660
110845
|
id: string;
|
|
110661
110846
|
name: string;
|
|
@@ -110681,6 +110866,7 @@ export declare const mainChatMessageContract: {
|
|
|
110681
110866
|
} | undefined;
|
|
110682
110867
|
lineRichMenuId?: string | null | undefined;
|
|
110683
110868
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
110869
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
110684
110870
|
}, {
|
|
110685
110871
|
id: string;
|
|
110686
110872
|
name: string;
|
|
@@ -110706,6 +110892,7 @@ export declare const mainChatMessageContract: {
|
|
|
110706
110892
|
} | undefined;
|
|
110707
110893
|
lineRichMenuId?: string | null | undefined;
|
|
110708
110894
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
110895
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
110709
110896
|
}>;
|
|
110710
110897
|
brandName: z.ZodString;
|
|
110711
110898
|
platformId: z.ZodString;
|
|
@@ -110965,6 +111152,7 @@ export declare const mainChatMessageContract: {
|
|
|
110965
111152
|
} | undefined;
|
|
110966
111153
|
lineRichMenuId?: string | null | undefined;
|
|
110967
111154
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
111155
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
110968
111156
|
};
|
|
110969
111157
|
status: boolean;
|
|
110970
111158
|
createdAt: Date;
|
|
@@ -111055,6 +111243,7 @@ export declare const mainChatMessageContract: {
|
|
|
111055
111243
|
} | undefined;
|
|
111056
111244
|
lineRichMenuId?: string | null | undefined;
|
|
111057
111245
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
111246
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
111058
111247
|
};
|
|
111059
111248
|
status: boolean;
|
|
111060
111249
|
createdAt: Date;
|
|
@@ -111709,6 +111898,7 @@ export declare const mainChatMessageContract: {
|
|
|
111709
111898
|
} | undefined;
|
|
111710
111899
|
lineRichMenuId?: string | null | undefined;
|
|
111711
111900
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
111901
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
111712
111902
|
};
|
|
111713
111903
|
status: boolean;
|
|
111714
111904
|
createdAt: Date;
|
|
@@ -112132,6 +112322,7 @@ export declare const mainChatMessageContract: {
|
|
|
112132
112322
|
} | undefined;
|
|
112133
112323
|
lineRichMenuId?: string | null | undefined;
|
|
112134
112324
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
112325
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
112135
112326
|
};
|
|
112136
112327
|
status: boolean;
|
|
112137
112328
|
createdAt: Date;
|
|
@@ -115299,6 +115490,7 @@ export declare const mainChatMessageContract: {
|
|
|
115299
115490
|
}>>;
|
|
115300
115491
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
115301
115492
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
115493
|
+
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
115302
115494
|
}, "strip", z.ZodTypeAny, {
|
|
115303
115495
|
id: string;
|
|
115304
115496
|
name: string;
|
|
@@ -115324,6 +115516,7 @@ export declare const mainChatMessageContract: {
|
|
|
115324
115516
|
} | undefined;
|
|
115325
115517
|
lineRichMenuId?: string | null | undefined;
|
|
115326
115518
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
115519
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
115327
115520
|
}, {
|
|
115328
115521
|
id: string;
|
|
115329
115522
|
name: string;
|
|
@@ -115349,6 +115542,7 @@ export declare const mainChatMessageContract: {
|
|
|
115349
115542
|
} | undefined;
|
|
115350
115543
|
lineRichMenuId?: string | null | undefined;
|
|
115351
115544
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
115545
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
115352
115546
|
}>;
|
|
115353
115547
|
brandName: z.ZodString;
|
|
115354
115548
|
platformId: z.ZodString;
|
|
@@ -115608,6 +115802,7 @@ export declare const mainChatMessageContract: {
|
|
|
115608
115802
|
} | undefined;
|
|
115609
115803
|
lineRichMenuId?: string | null | undefined;
|
|
115610
115804
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
115805
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
115611
115806
|
};
|
|
115612
115807
|
status: boolean;
|
|
115613
115808
|
createdAt: Date;
|
|
@@ -115698,6 +115893,7 @@ export declare const mainChatMessageContract: {
|
|
|
115698
115893
|
} | undefined;
|
|
115699
115894
|
lineRichMenuId?: string | null | undefined;
|
|
115700
115895
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
115896
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
115701
115897
|
};
|
|
115702
115898
|
status: boolean;
|
|
115703
115899
|
createdAt: Date;
|
|
@@ -116352,6 +116548,7 @@ export declare const mainChatMessageContract: {
|
|
|
116352
116548
|
} | undefined;
|
|
116353
116549
|
lineRichMenuId?: string | null | undefined;
|
|
116354
116550
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
116551
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
116355
116552
|
};
|
|
116356
116553
|
status: boolean;
|
|
116357
116554
|
createdAt: Date;
|
|
@@ -116775,6 +116972,7 @@ export declare const mainChatMessageContract: {
|
|
|
116775
116972
|
} | undefined;
|
|
116776
116973
|
lineRichMenuId?: string | null | undefined;
|
|
116777
116974
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
116975
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
116778
116976
|
};
|
|
116779
116977
|
status: boolean;
|
|
116780
116978
|
createdAt: Date;
|
|
@@ -118971,6 +119169,7 @@ export declare const mainChatMessageContract: {
|
|
|
118971
119169
|
} | undefined;
|
|
118972
119170
|
lineRichMenuId?: string | null | undefined;
|
|
118973
119171
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
119172
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
118974
119173
|
};
|
|
118975
119174
|
status: boolean;
|
|
118976
119175
|
createdAt: Date;
|
|
@@ -119731,6 +119930,7 @@ export declare const mainChatMessageContract: {
|
|
|
119731
119930
|
} | undefined;
|
|
119732
119931
|
lineRichMenuId?: string | null | undefined;
|
|
119733
119932
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
119933
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
119734
119934
|
};
|
|
119735
119935
|
status: boolean;
|
|
119736
119936
|
createdAt: Date;
|
|
@@ -120492,6 +120692,7 @@ export declare const mainChatMessageContract: {
|
|
|
120492
120692
|
} | undefined;
|
|
120493
120693
|
lineRichMenuId?: string | null | undefined;
|
|
120494
120694
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
120695
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
120495
120696
|
};
|
|
120496
120697
|
status: boolean;
|
|
120497
120698
|
createdAt: Date;
|
|
@@ -121252,6 +121453,7 @@ export declare const mainChatMessageContract: {
|
|
|
121252
121453
|
} | undefined;
|
|
121253
121454
|
lineRichMenuId?: string | null | undefined;
|
|
121254
121455
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
121456
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
121255
121457
|
};
|
|
121256
121458
|
status: boolean;
|
|
121257
121459
|
createdAt: Date;
|
|
@@ -122013,6 +122215,7 @@ export declare const mainChatMessageContract: {
|
|
|
122013
122215
|
} | undefined;
|
|
122014
122216
|
lineRichMenuId?: string | null | undefined;
|
|
122015
122217
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
122218
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
122016
122219
|
};
|
|
122017
122220
|
status: boolean;
|
|
122018
122221
|
createdAt: Date;
|
|
@@ -122773,6 +122976,7 @@ export declare const mainChatMessageContract: {
|
|
|
122773
122976
|
} | undefined;
|
|
122774
122977
|
lineRichMenuId?: string | null | undefined;
|
|
122775
122978
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
122979
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
122776
122980
|
};
|
|
122777
122981
|
status: boolean;
|
|
122778
122982
|
createdAt: Date;
|
|
@@ -123536,6 +123740,7 @@ export declare const mainChatMessageContract: {
|
|
|
123536
123740
|
} | undefined;
|
|
123537
123741
|
lineRichMenuId?: string | null | undefined;
|
|
123538
123742
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
123743
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
123539
123744
|
};
|
|
123540
123745
|
status: boolean;
|
|
123541
123746
|
createdAt: Date;
|
|
@@ -124296,6 +124501,7 @@ export declare const mainChatMessageContract: {
|
|
|
124296
124501
|
} | undefined;
|
|
124297
124502
|
lineRichMenuId?: string | null | undefined;
|
|
124298
124503
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
124504
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
124299
124505
|
};
|
|
124300
124506
|
status: boolean;
|
|
124301
124507
|
createdAt: Date;
|
|
@@ -125060,6 +125266,7 @@ export declare const mainChatMessageContract: {
|
|
|
125060
125266
|
} | undefined;
|
|
125061
125267
|
lineRichMenuId?: string | null | undefined;
|
|
125062
125268
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
125269
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
125063
125270
|
};
|
|
125064
125271
|
status: boolean;
|
|
125065
125272
|
createdAt: Date;
|
|
@@ -125820,6 +126027,7 @@ export declare const mainChatMessageContract: {
|
|
|
125820
126027
|
} | undefined;
|
|
125821
126028
|
lineRichMenuId?: string | null | undefined;
|
|
125822
126029
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
126030
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
125823
126031
|
};
|
|
125824
126032
|
status: boolean;
|
|
125825
126033
|
createdAt: Date;
|
|
@@ -126568,6 +126776,7 @@ export declare const mainChatMessageContract: {
|
|
|
126568
126776
|
}>>;
|
|
126569
126777
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
126570
126778
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
126779
|
+
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
126571
126780
|
}, "strip", z.ZodTypeAny, {
|
|
126572
126781
|
id: string;
|
|
126573
126782
|
name: string;
|
|
@@ -126593,6 +126802,7 @@ export declare const mainChatMessageContract: {
|
|
|
126593
126802
|
} | undefined;
|
|
126594
126803
|
lineRichMenuId?: string | null | undefined;
|
|
126595
126804
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
126805
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
126596
126806
|
}, {
|
|
126597
126807
|
id: string;
|
|
126598
126808
|
name: string;
|
|
@@ -126618,6 +126828,7 @@ export declare const mainChatMessageContract: {
|
|
|
126618
126828
|
} | undefined;
|
|
126619
126829
|
lineRichMenuId?: string | null | undefined;
|
|
126620
126830
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
126831
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
126621
126832
|
}>;
|
|
126622
126833
|
platformId: z.ZodString;
|
|
126623
126834
|
brandName: z.ZodString;
|
|
@@ -126673,6 +126884,7 @@ export declare const mainChatMessageContract: {
|
|
|
126673
126884
|
} | undefined;
|
|
126674
126885
|
lineRichMenuId?: string | null | undefined;
|
|
126675
126886
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
126887
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
126676
126888
|
};
|
|
126677
126889
|
status: boolean;
|
|
126678
126890
|
brandName: string;
|
|
@@ -126716,6 +126928,7 @@ export declare const mainChatMessageContract: {
|
|
|
126716
126928
|
} | undefined;
|
|
126717
126929
|
lineRichMenuId?: string | null | undefined;
|
|
126718
126930
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
126931
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
126719
126932
|
};
|
|
126720
126933
|
status: boolean;
|
|
126721
126934
|
brandName: string;
|
|
@@ -126762,6 +126975,7 @@ export declare const mainChatMessageContract: {
|
|
|
126762
126975
|
} | undefined;
|
|
126763
126976
|
lineRichMenuId?: string | null | undefined;
|
|
126764
126977
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
126978
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
126765
126979
|
};
|
|
126766
126980
|
status: boolean;
|
|
126767
126981
|
brandName: string;
|
|
@@ -126808,6 +127022,7 @@ export declare const mainChatMessageContract: {
|
|
|
126808
127022
|
} | undefined;
|
|
126809
127023
|
lineRichMenuId?: string | null | undefined;
|
|
126810
127024
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
127025
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
126811
127026
|
};
|
|
126812
127027
|
status: boolean;
|
|
126813
127028
|
brandName: string;
|
|
@@ -127006,6 +127221,7 @@ export declare const mainChatMessageContract: {
|
|
|
127006
127221
|
} | undefined;
|
|
127007
127222
|
lineRichMenuId?: string | null | undefined;
|
|
127008
127223
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
127224
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
127009
127225
|
};
|
|
127010
127226
|
status: boolean;
|
|
127011
127227
|
brandName: string;
|
|
@@ -127086,6 +127302,7 @@ export declare const mainChatMessageContract: {
|
|
|
127086
127302
|
} | undefined;
|
|
127087
127303
|
lineRichMenuId?: string | null | undefined;
|
|
127088
127304
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
127305
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
127089
127306
|
};
|
|
127090
127307
|
status: boolean;
|
|
127091
127308
|
brandName: string;
|
|
@@ -127168,6 +127385,7 @@ export declare const mainChatMessageContract: {
|
|
|
127168
127385
|
} | undefined;
|
|
127169
127386
|
lineRichMenuId?: string | null | undefined;
|
|
127170
127387
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
127388
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
127171
127389
|
};
|
|
127172
127390
|
status: boolean;
|
|
127173
127391
|
brandName: string;
|
|
@@ -127251,6 +127469,7 @@ export declare const mainChatMessageContract: {
|
|
|
127251
127469
|
} | undefined;
|
|
127252
127470
|
lineRichMenuId?: string | null | undefined;
|
|
127253
127471
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
127472
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
127254
127473
|
};
|
|
127255
127474
|
status: boolean;
|
|
127256
127475
|
brandName: string;
|
|
@@ -128860,6 +129079,7 @@ export declare const mainChatMessageContract: {
|
|
|
128860
129079
|
}>>;
|
|
128861
129080
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
128862
129081
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
129082
|
+
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
128863
129083
|
}, "strip", z.ZodTypeAny, {
|
|
128864
129084
|
id: string;
|
|
128865
129085
|
name: string;
|
|
@@ -128885,6 +129105,7 @@ export declare const mainChatMessageContract: {
|
|
|
128885
129105
|
} | undefined;
|
|
128886
129106
|
lineRichMenuId?: string | null | undefined;
|
|
128887
129107
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
129108
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
128888
129109
|
}, {
|
|
128889
129110
|
id: string;
|
|
128890
129111
|
name: string;
|
|
@@ -128910,6 +129131,7 @@ export declare const mainChatMessageContract: {
|
|
|
128910
129131
|
} | undefined;
|
|
128911
129132
|
lineRichMenuId?: string | null | undefined;
|
|
128912
129133
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
129134
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
128913
129135
|
}>;
|
|
128914
129136
|
brandName: z.ZodString;
|
|
128915
129137
|
platformId: z.ZodString;
|
|
@@ -129169,6 +129391,7 @@ export declare const mainChatMessageContract: {
|
|
|
129169
129391
|
} | undefined;
|
|
129170
129392
|
lineRichMenuId?: string | null | undefined;
|
|
129171
129393
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
129394
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
129172
129395
|
};
|
|
129173
129396
|
status: boolean;
|
|
129174
129397
|
createdAt: Date;
|
|
@@ -129259,6 +129482,7 @@ export declare const mainChatMessageContract: {
|
|
|
129259
129482
|
} | undefined;
|
|
129260
129483
|
lineRichMenuId?: string | null | undefined;
|
|
129261
129484
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
129485
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
129262
129486
|
};
|
|
129263
129487
|
status: boolean;
|
|
129264
129488
|
createdAt: Date;
|
|
@@ -129913,6 +130137,7 @@ export declare const mainChatMessageContract: {
|
|
|
129913
130137
|
} | undefined;
|
|
129914
130138
|
lineRichMenuId?: string | null | undefined;
|
|
129915
130139
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
130140
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
129916
130141
|
};
|
|
129917
130142
|
status: boolean;
|
|
129918
130143
|
createdAt: Date;
|
|
@@ -130336,6 +130561,7 @@ export declare const mainChatMessageContract: {
|
|
|
130336
130561
|
} | undefined;
|
|
130337
130562
|
lineRichMenuId?: string | null | undefined;
|
|
130338
130563
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
130564
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
130339
130565
|
};
|
|
130340
130566
|
status: boolean;
|
|
130341
130567
|
createdAt: Date;
|
|
@@ -132532,6 +132758,7 @@ export declare const mainChatMessageContract: {
|
|
|
132532
132758
|
} | undefined;
|
|
132533
132759
|
lineRichMenuId?: string | null | undefined;
|
|
132534
132760
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
132761
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
132535
132762
|
};
|
|
132536
132763
|
status: boolean;
|
|
132537
132764
|
createdAt: Date;
|
|
@@ -133292,6 +133519,7 @@ export declare const mainChatMessageContract: {
|
|
|
133292
133519
|
} | undefined;
|
|
133293
133520
|
lineRichMenuId?: string | null | undefined;
|
|
133294
133521
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
133522
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
133295
133523
|
};
|
|
133296
133524
|
status: boolean;
|
|
133297
133525
|
createdAt: Date;
|
|
@@ -134054,6 +134282,7 @@ export declare const mainChatMessageContract: {
|
|
|
134054
134282
|
} | undefined;
|
|
134055
134283
|
lineRichMenuId?: string | null | undefined;
|
|
134056
134284
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
134285
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
134057
134286
|
};
|
|
134058
134287
|
status: boolean;
|
|
134059
134288
|
createdAt: Date;
|
|
@@ -134817,6 +135046,7 @@ export declare const mainChatMessageContract: {
|
|
|
134817
135046
|
} | undefined;
|
|
134818
135047
|
lineRichMenuId?: string | null | undefined;
|
|
134819
135048
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
135049
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
134820
135050
|
};
|
|
134821
135051
|
status: boolean;
|
|
134822
135052
|
createdAt: Date;
|