@kl1/contracts 1.2.41-uat → 1.2.42-uat

Sign up to get free protection for your applications and to get access to all the features.
Files changed (51) hide show
  1. package/dist/api-contracts/src/channel/index.d.ts +137 -0
  2. package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
  3. package/dist/api-contracts/src/channel/schema.d.ts +8 -0
  4. package/dist/api-contracts/src/channel/schema.d.ts.map +1 -1
  5. package/dist/api-contracts/src/channel/validation.d.ts +10 -0
  6. package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
  7. package/dist/api-contracts/src/chat/index.d.ts +230 -0
  8. package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
  9. package/dist/api-contracts/src/chat/schema.d.ts +54 -0
  10. package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
  11. package/dist/api-contracts/src/chat/validation.d.ts +79 -0
  12. package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
  13. package/dist/api-contracts/src/contract.d.ts +826 -0
  14. package/dist/api-contracts/src/contract.d.ts.map +1 -1
  15. package/dist/api-contracts/src/cx-log/index.d.ts +11 -0
  16. package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
  17. package/dist/api-contracts/src/cx-log/schema.d.ts +9 -0
  18. package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
  19. package/dist/api-contracts/src/facebook-feed/index.d.ts +106 -0
  20. package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
  21. package/dist/api-contracts/src/facebook-feed/schema.d.ts +7 -0
  22. package/dist/api-contracts/src/facebook-feed/schema.d.ts.map +1 -1
  23. package/dist/api-contracts/src/facebook-feed/validation.d.ts +5 -0
  24. package/dist/api-contracts/src/facebook-feed/validation.d.ts.map +1 -1
  25. package/dist/api-contracts/src/instagram/index.d.ts +83 -0
  26. package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
  27. package/dist/api-contracts/src/line/index.d.ts +75 -0
  28. package/dist/api-contracts/src/line/index.d.ts.map +1 -1
  29. package/dist/api-contracts/src/line/validation.d.ts +9 -0
  30. package/dist/api-contracts/src/line/validation.d.ts.map +1 -1
  31. package/dist/api-contracts/src/messenger/index.d.ts +83 -0
  32. package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
  33. package/dist/api-contracts/src/messenger/validation.d.ts +5 -0
  34. package/dist/api-contracts/src/messenger/validation.d.ts.map +1 -1
  35. package/dist/api-contracts/src/sms/index.d.ts +16 -0
  36. package/dist/api-contracts/src/sms/index.d.ts.map +1 -1
  37. package/dist/api-contracts/src/telegram/index.d.ts +61 -0
  38. package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
  39. package/dist/api-contracts/src/viber/index.d.ts +61 -0
  40. package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
  41. package/dist/api-contracts/src/webchat/index.d.ts +61 -0
  42. package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
  43. package/dist/api-contracts/src/whatsapp/index.d.ts +71 -0
  44. package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
  45. package/dist/api-contracts/src/workflow-rule/index.d.ts +18 -0
  46. package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
  47. package/dist/index.js +2 -1
  48. package/dist/index.js.map +1 -1
  49. package/dist/index.mjs +2 -1
  50. package/dist/index.mjs.map +1 -1
  51. package/package.json +1 -1
@@ -1465,6 +1465,7 @@ export declare const receiveMessageContract: {
1465
1465
  }>>;
1466
1466
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1467
1467
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
1468
+ facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
1468
1469
  }, "strip", z.ZodTypeAny, {
1469
1470
  id: string;
1470
1471
  name: string;
@@ -1491,6 +1492,7 @@ export declare const receiveMessageContract: {
1491
1492
  } | undefined;
1492
1493
  lineRichMenuId?: string | null | undefined;
1493
1494
  messengerIntegrationType?: "own" | "business" | undefined;
1495
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
1494
1496
  }, {
1495
1497
  id: string;
1496
1498
  name: string;
@@ -1517,6 +1519,7 @@ export declare const receiveMessageContract: {
1517
1519
  } | undefined;
1518
1520
  lineRichMenuId?: string | null | undefined;
1519
1521
  messengerIntegrationType?: "own" | "business" | undefined;
1522
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
1520
1523
  }>;
1521
1524
  platformId: z.ZodString;
1522
1525
  brandName: z.ZodString;
@@ -1573,6 +1576,7 @@ export declare const receiveMessageContract: {
1573
1576
  } | undefined;
1574
1577
  lineRichMenuId?: string | null | undefined;
1575
1578
  messengerIntegrationType?: "own" | "business" | undefined;
1579
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
1576
1580
  };
1577
1581
  status: boolean;
1578
1582
  brandName: string;
@@ -1617,6 +1621,7 @@ export declare const receiveMessageContract: {
1617
1621
  } | undefined;
1618
1622
  lineRichMenuId?: string | null | undefined;
1619
1623
  messengerIntegrationType?: "own" | "business" | undefined;
1624
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
1620
1625
  };
1621
1626
  status: boolean;
1622
1627
  brandName: string;
@@ -2410,6 +2415,7 @@ export declare const receiveMessageContract: {
2410
2415
  } | undefined;
2411
2416
  lineRichMenuId?: string | null | undefined;
2412
2417
  messengerIntegrationType?: "own" | "business" | undefined;
2418
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
2413
2419
  };
2414
2420
  status: boolean;
2415
2421
  brandName: string;
@@ -2759,6 +2765,7 @@ export declare const receiveMessageContract: {
2759
2765
  } | undefined;
2760
2766
  lineRichMenuId?: string | null | undefined;
2761
2767
  messengerIntegrationType?: "own" | "business" | undefined;
2768
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
2762
2769
  };
2763
2770
  status: boolean;
2764
2771
  brandName: string;
@@ -3764,6 +3771,7 @@ export declare const receiveMessageContract: {
3764
3771
  } | undefined;
3765
3772
  lineRichMenuId?: string | null | undefined;
3766
3773
  messengerIntegrationType?: "own" | "business" | undefined;
3774
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
3767
3775
  };
3768
3776
  status: boolean;
3769
3777
  brandName: string;
@@ -4276,6 +4284,7 @@ export declare const receiveMessageContract: {
4276
4284
  } | undefined;
4277
4285
  lineRichMenuId?: string | null | undefined;
4278
4286
  messengerIntegrationType?: "own" | "business" | undefined;
4287
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
4279
4288
  };
4280
4289
  status: boolean;
4281
4290
  brandName: string;
@@ -4790,6 +4799,7 @@ export declare const receiveMessageContract: {
4790
4799
  } | undefined;
4791
4800
  lineRichMenuId?: string | null | undefined;
4792
4801
  messengerIntegrationType?: "own" | "business" | undefined;
4802
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
4793
4803
  };
4794
4804
  status: boolean;
4795
4805
  brandName: string;
@@ -5304,6 +5314,7 @@ export declare const receiveMessageContract: {
5304
5314
  } | undefined;
5305
5315
  lineRichMenuId?: string | null | undefined;
5306
5316
  messengerIntegrationType?: "own" | "business" | undefined;
5317
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
5307
5318
  };
5308
5319
  status: boolean;
5309
5320
  brandName: string;
@@ -5686,6 +5697,7 @@ export declare const mainFeedContract: {
5686
5697
  }>>;
5687
5698
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
5688
5699
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
5700
+ facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
5689
5701
  }, "strip", z.ZodTypeAny, {
5690
5702
  id: string;
5691
5703
  name: string;
@@ -5712,6 +5724,7 @@ export declare const mainFeedContract: {
5712
5724
  } | undefined;
5713
5725
  lineRichMenuId?: string | null | undefined;
5714
5726
  messengerIntegrationType?: "own" | "business" | undefined;
5727
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
5715
5728
  }, {
5716
5729
  id: string;
5717
5730
  name: string;
@@ -5738,6 +5751,7 @@ export declare const mainFeedContract: {
5738
5751
  } | undefined;
5739
5752
  lineRichMenuId?: string | null | undefined;
5740
5753
  messengerIntegrationType?: "own" | "business" | undefined;
5754
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
5741
5755
  }>;
5742
5756
  brandName: z.ZodString;
5743
5757
  platformId: z.ZodString;
@@ -5998,6 +6012,7 @@ export declare const mainFeedContract: {
5998
6012
  } | undefined;
5999
6013
  lineRichMenuId?: string | null | undefined;
6000
6014
  messengerIntegrationType?: "own" | "business" | undefined;
6015
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
6001
6016
  };
6002
6017
  status: boolean;
6003
6018
  createdAt: Date;
@@ -6089,6 +6104,7 @@ export declare const mainFeedContract: {
6089
6104
  } | undefined;
6090
6105
  lineRichMenuId?: string | null | undefined;
6091
6106
  messengerIntegrationType?: "own" | "business" | undefined;
6107
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
6092
6108
  };
6093
6109
  status: boolean;
6094
6110
  createdAt: Date;
@@ -7437,6 +7453,7 @@ export declare const mainFeedContract: {
7437
7453
  } | undefined;
7438
7454
  lineRichMenuId?: string | null | undefined;
7439
7455
  messengerIntegrationType?: "own" | "business" | undefined;
7456
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
7440
7457
  };
7441
7458
  status: boolean;
7442
7459
  createdAt: Date;
@@ -7715,6 +7732,7 @@ export declare const mainFeedContract: {
7715
7732
  } | undefined;
7716
7733
  lineRichMenuId?: string | null | undefined;
7717
7734
  messengerIntegrationType?: "own" | "business" | undefined;
7735
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
7718
7736
  };
7719
7737
  status: boolean;
7720
7738
  createdAt: Date;
@@ -7995,6 +8013,7 @@ export declare const mainFeedContract: {
7995
8013
  } | undefined;
7996
8014
  lineRichMenuId?: string | null | undefined;
7997
8015
  messengerIntegrationType?: "own" | "business" | undefined;
8016
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
7998
8017
  };
7999
8018
  status: boolean;
8000
8019
  createdAt: Date;
@@ -8276,6 +8295,7 @@ export declare const mainFeedContract: {
8276
8295
  } | undefined;
8277
8296
  lineRichMenuId?: string | null | undefined;
8278
8297
  messengerIntegrationType?: "own" | "business" | undefined;
8298
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
8279
8299
  };
8280
8300
  status: boolean;
8281
8301
  createdAt: Date;
@@ -10557,6 +10577,7 @@ export declare const mainFeedContract: {
10557
10577
  }>>;
10558
10578
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
10559
10579
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
10580
+ facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
10560
10581
  }, "strip", z.ZodTypeAny, {
10561
10582
  id: string;
10562
10583
  name: string;
@@ -10583,6 +10604,7 @@ export declare const mainFeedContract: {
10583
10604
  } | undefined;
10584
10605
  lineRichMenuId?: string | null | undefined;
10585
10606
  messengerIntegrationType?: "own" | "business" | undefined;
10607
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
10586
10608
  }, {
10587
10609
  id: string;
10588
10610
  name: string;
@@ -10609,6 +10631,7 @@ export declare const mainFeedContract: {
10609
10631
  } | undefined;
10610
10632
  lineRichMenuId?: string | null | undefined;
10611
10633
  messengerIntegrationType?: "own" | "business" | undefined;
10634
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
10612
10635
  }>;
10613
10636
  brandName: z.ZodString;
10614
10637
  platformId: z.ZodString;
@@ -10869,6 +10892,7 @@ export declare const mainFeedContract: {
10869
10892
  } | undefined;
10870
10893
  lineRichMenuId?: string | null | undefined;
10871
10894
  messengerIntegrationType?: "own" | "business" | undefined;
10895
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
10872
10896
  };
10873
10897
  status: boolean;
10874
10898
  createdAt: Date;
@@ -10960,6 +10984,7 @@ export declare const mainFeedContract: {
10960
10984
  } | undefined;
10961
10985
  lineRichMenuId?: string | null | undefined;
10962
10986
  messengerIntegrationType?: "own" | "business" | undefined;
10987
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
10963
10988
  };
10964
10989
  status: boolean;
10965
10990
  createdAt: Date;
@@ -11615,6 +11640,7 @@ export declare const mainFeedContract: {
11615
11640
  } | undefined;
11616
11641
  lineRichMenuId?: string | null | undefined;
11617
11642
  messengerIntegrationType?: "own" | "business" | undefined;
11643
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
11618
11644
  };
11619
11645
  status: boolean;
11620
11646
  createdAt: Date;
@@ -12039,6 +12065,7 @@ export declare const mainFeedContract: {
12039
12065
  } | undefined;
12040
12066
  lineRichMenuId?: string | null | undefined;
12041
12067
  messengerIntegrationType?: "own" | "business" | undefined;
12068
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
12042
12069
  };
12043
12070
  status: boolean;
12044
12071
  createdAt: Date;
@@ -16256,6 +16283,7 @@ export declare const mainFeedContract: {
16256
16283
  }>>;
16257
16284
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
16258
16285
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
16286
+ facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
16259
16287
  }, "strip", z.ZodTypeAny, {
16260
16288
  id: string;
16261
16289
  name: string;
@@ -16282,6 +16310,7 @@ export declare const mainFeedContract: {
16282
16310
  } | undefined;
16283
16311
  lineRichMenuId?: string | null | undefined;
16284
16312
  messengerIntegrationType?: "own" | "business" | undefined;
16313
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
16285
16314
  }, {
16286
16315
  id: string;
16287
16316
  name: string;
@@ -16308,6 +16337,7 @@ export declare const mainFeedContract: {
16308
16337
  } | undefined;
16309
16338
  lineRichMenuId?: string | null | undefined;
16310
16339
  messengerIntegrationType?: "own" | "business" | undefined;
16340
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
16311
16341
  }>;
16312
16342
  brandName: z.ZodString;
16313
16343
  platformId: z.ZodString;
@@ -16568,6 +16598,7 @@ export declare const mainFeedContract: {
16568
16598
  } | undefined;
16569
16599
  lineRichMenuId?: string | null | undefined;
16570
16600
  messengerIntegrationType?: "own" | "business" | undefined;
16601
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
16571
16602
  };
16572
16603
  status: boolean;
16573
16604
  createdAt: Date;
@@ -16659,6 +16690,7 @@ export declare const mainFeedContract: {
16659
16690
  } | undefined;
16660
16691
  lineRichMenuId?: string | null | undefined;
16661
16692
  messengerIntegrationType?: "own" | "business" | undefined;
16693
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
16662
16694
  };
16663
16695
  status: boolean;
16664
16696
  createdAt: Date;
@@ -17314,6 +17346,7 @@ export declare const mainFeedContract: {
17314
17346
  } | undefined;
17315
17347
  lineRichMenuId?: string | null | undefined;
17316
17348
  messengerIntegrationType?: "own" | "business" | undefined;
17349
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
17317
17350
  };
17318
17351
  status: boolean;
17319
17352
  createdAt: Date;
@@ -17738,6 +17771,7 @@ export declare const mainFeedContract: {
17738
17771
  } | undefined;
17739
17772
  lineRichMenuId?: string | null | undefined;
17740
17773
  messengerIntegrationType?: "own" | "business" | undefined;
17774
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
17741
17775
  };
17742
17776
  status: boolean;
17743
17777
  createdAt: Date;
@@ -19935,6 +19969,7 @@ export declare const mainFeedContract: {
19935
19969
  } | undefined;
19936
19970
  lineRichMenuId?: string | null | undefined;
19937
19971
  messengerIntegrationType?: "own" | "business" | undefined;
19972
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
19938
19973
  };
19939
19974
  status: boolean;
19940
19975
  createdAt: Date;
@@ -20696,6 +20731,7 @@ export declare const mainFeedContract: {
20696
20731
  } | undefined;
20697
20732
  lineRichMenuId?: string | null | undefined;
20698
20733
  messengerIntegrationType?: "own" | "business" | undefined;
20734
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
20699
20735
  };
20700
20736
  status: boolean;
20701
20737
  createdAt: Date;
@@ -21464,6 +21500,7 @@ export declare const mainFeedContract: {
21464
21500
  } | undefined;
21465
21501
  lineRichMenuId?: string | null | undefined;
21466
21502
  messengerIntegrationType?: "own" | "business" | undefined;
21503
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
21467
21504
  };
21468
21505
  status: boolean;
21469
21506
  createdAt: Date;
@@ -22220,6 +22257,7 @@ export declare const mainFeedContract: {
22220
22257
  } | undefined;
22221
22258
  lineRichMenuId?: string | null | undefined;
22222
22259
  messengerIntegrationType?: "own" | "business" | undefined;
22260
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
22223
22261
  };
22224
22262
  status: boolean;
22225
22263
  createdAt: Date;
@@ -23114,6 +23152,7 @@ export declare const mainFeedContract: {
23114
23152
  } | undefined;
23115
23153
  lineRichMenuId?: string | null | undefined;
23116
23154
  messengerIntegrationType?: "own" | "business" | undefined;
23155
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
23117
23156
  };
23118
23157
  status: boolean;
23119
23158
  createdAt: Date;
@@ -23870,6 +23909,7 @@ export declare const mainFeedContract: {
23870
23909
  } | undefined;
23871
23910
  lineRichMenuId?: string | null | undefined;
23872
23911
  messengerIntegrationType?: "own" | "business" | undefined;
23912
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
23873
23913
  };
23874
23914
  status: boolean;
23875
23915
  createdAt: Date;
@@ -24766,6 +24806,7 @@ export declare const mainFeedContract: {
24766
24806
  } | undefined;
24767
24807
  lineRichMenuId?: string | null | undefined;
24768
24808
  messengerIntegrationType?: "own" | "business" | undefined;
24809
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
24769
24810
  };
24770
24811
  status: boolean;
24771
24812
  createdAt: Date;
@@ -25522,6 +25563,7 @@ export declare const mainFeedContract: {
25522
25563
  } | undefined;
25523
25564
  lineRichMenuId?: string | null | undefined;
25524
25565
  messengerIntegrationType?: "own" | "business" | undefined;
25566
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
25525
25567
  };
25526
25568
  status: boolean;
25527
25569
  createdAt: Date;
@@ -26422,6 +26464,7 @@ export declare const mainFeedContract: {
26422
26464
  } | undefined;
26423
26465
  lineRichMenuId?: string | null | undefined;
26424
26466
  messengerIntegrationType?: "own" | "business" | undefined;
26467
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
26425
26468
  };
26426
26469
  status: boolean;
26427
26470
  createdAt: Date;
@@ -27178,6 +27221,7 @@ export declare const mainFeedContract: {
27178
27221
  } | undefined;
27179
27222
  lineRichMenuId?: string | null | undefined;
27180
27223
  messengerIntegrationType?: "own" | "business" | undefined;
27224
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
27181
27225
  };
27182
27226
  status: boolean;
27183
27227
  createdAt: Date;
@@ -29628,6 +29672,7 @@ export declare const mainChatRoomContract: {
29628
29672
  }>>;
29629
29673
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
29630
29674
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
29675
+ facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
29631
29676
  }, "strip", z.ZodTypeAny, {
29632
29677
  id: string;
29633
29678
  name: string;
@@ -29654,6 +29699,7 @@ export declare const mainChatRoomContract: {
29654
29699
  } | undefined;
29655
29700
  lineRichMenuId?: string | null | undefined;
29656
29701
  messengerIntegrationType?: "own" | "business" | undefined;
29702
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
29657
29703
  }, {
29658
29704
  id: string;
29659
29705
  name: string;
@@ -29680,6 +29726,7 @@ export declare const mainChatRoomContract: {
29680
29726
  } | undefined;
29681
29727
  lineRichMenuId?: string | null | undefined;
29682
29728
  messengerIntegrationType?: "own" | "business" | undefined;
29729
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
29683
29730
  }>;
29684
29731
  brandName: z.ZodString;
29685
29732
  platformId: z.ZodString;
@@ -29940,6 +29987,7 @@ export declare const mainChatRoomContract: {
29940
29987
  } | undefined;
29941
29988
  lineRichMenuId?: string | null | undefined;
29942
29989
  messengerIntegrationType?: "own" | "business" | undefined;
29990
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
29943
29991
  };
29944
29992
  status: boolean;
29945
29993
  createdAt: Date;
@@ -30031,6 +30079,7 @@ export declare const mainChatRoomContract: {
30031
30079
  } | undefined;
30032
30080
  lineRichMenuId?: string | null | undefined;
30033
30081
  messengerIntegrationType?: "own" | "business" | undefined;
30082
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
30034
30083
  };
30035
30084
  status: boolean;
30036
30085
  createdAt: Date;
@@ -30686,6 +30735,7 @@ export declare const mainChatRoomContract: {
30686
30735
  } | undefined;
30687
30736
  lineRichMenuId?: string | null | undefined;
30688
30737
  messengerIntegrationType?: "own" | "business" | undefined;
30738
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
30689
30739
  };
30690
30740
  status: boolean;
30691
30741
  createdAt: Date;
@@ -31110,6 +31160,7 @@ export declare const mainChatRoomContract: {
31110
31160
  } | undefined;
31111
31161
  lineRichMenuId?: string | null | undefined;
31112
31162
  messengerIntegrationType?: "own" | "business" | undefined;
31163
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
31113
31164
  };
31114
31165
  status: boolean;
31115
31166
  createdAt: Date;
@@ -31546,6 +31597,7 @@ export declare const mainChatRoomContract: {
31546
31597
  } | undefined;
31547
31598
  lineRichMenuId?: string | null | undefined;
31548
31599
  messengerIntegrationType?: "own" | "business" | undefined;
31600
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
31549
31601
  };
31550
31602
  status: boolean;
31551
31603
  createdAt: Date;
@@ -31980,6 +32032,7 @@ export declare const mainChatRoomContract: {
31980
32032
  } | undefined;
31981
32033
  lineRichMenuId?: string | null | undefined;
31982
32034
  messengerIntegrationType?: "own" | "business" | undefined;
32035
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
31983
32036
  };
31984
32037
  status: boolean;
31985
32038
  createdAt: Date;
@@ -33959,6 +34012,7 @@ export declare const mainChatRoomContract: {
33959
34012
  }>>;
33960
34013
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
33961
34014
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
34015
+ facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
33962
34016
  }, "strip", z.ZodTypeAny, {
33963
34017
  id: string;
33964
34018
  name: string;
@@ -33985,6 +34039,7 @@ export declare const mainChatRoomContract: {
33985
34039
  } | undefined;
33986
34040
  lineRichMenuId?: string | null | undefined;
33987
34041
  messengerIntegrationType?: "own" | "business" | undefined;
34042
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
33988
34043
  }, {
33989
34044
  id: string;
33990
34045
  name: string;
@@ -34011,6 +34066,7 @@ export declare const mainChatRoomContract: {
34011
34066
  } | undefined;
34012
34067
  lineRichMenuId?: string | null | undefined;
34013
34068
  messengerIntegrationType?: "own" | "business" | undefined;
34069
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
34014
34070
  }>;
34015
34071
  brandName: z.ZodString;
34016
34072
  platformId: z.ZodString;
@@ -34271,6 +34327,7 @@ export declare const mainChatRoomContract: {
34271
34327
  } | undefined;
34272
34328
  lineRichMenuId?: string | null | undefined;
34273
34329
  messengerIntegrationType?: "own" | "business" | undefined;
34330
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
34274
34331
  };
34275
34332
  status: boolean;
34276
34333
  createdAt: Date;
@@ -34362,6 +34419,7 @@ export declare const mainChatRoomContract: {
34362
34419
  } | undefined;
34363
34420
  lineRichMenuId?: string | null | undefined;
34364
34421
  messengerIntegrationType?: "own" | "business" | undefined;
34422
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
34365
34423
  };
34366
34424
  status: boolean;
34367
34425
  createdAt: Date;
@@ -35017,6 +35075,7 @@ export declare const mainChatRoomContract: {
35017
35075
  } | undefined;
35018
35076
  lineRichMenuId?: string | null | undefined;
35019
35077
  messengerIntegrationType?: "own" | "business" | undefined;
35078
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
35020
35079
  };
35021
35080
  status: boolean;
35022
35081
  createdAt: Date;
@@ -35441,6 +35500,7 @@ export declare const mainChatRoomContract: {
35441
35500
  } | undefined;
35442
35501
  lineRichMenuId?: string | null | undefined;
35443
35502
  messengerIntegrationType?: "own" | "business" | undefined;
35503
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
35444
35504
  };
35445
35505
  status: boolean;
35446
35506
  createdAt: Date;
@@ -35953,6 +36013,7 @@ export declare const mainChatRoomContract: {
35953
36013
  } | undefined;
35954
36014
  lineRichMenuId?: string | null | undefined;
35955
36015
  messengerIntegrationType?: "own" | "business" | undefined;
36016
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
35956
36017
  };
35957
36018
  status: boolean;
35958
36019
  createdAt: Date;
@@ -36409,6 +36470,7 @@ export declare const mainChatRoomContract: {
36409
36470
  } | undefined;
36410
36471
  lineRichMenuId?: string | null | undefined;
36411
36472
  messengerIntegrationType?: "own" | "business" | undefined;
36473
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
36412
36474
  };
36413
36475
  status: boolean;
36414
36476
  createdAt: Date;
@@ -36867,6 +36929,7 @@ export declare const mainChatRoomContract: {
36867
36929
  } | undefined;
36868
36930
  lineRichMenuId?: string | null | undefined;
36869
36931
  messengerIntegrationType?: "own" | "business" | undefined;
36932
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
36870
36933
  };
36871
36934
  status: boolean;
36872
36935
  createdAt: Date;
@@ -37326,6 +37389,7 @@ export declare const mainChatRoomContract: {
37326
37389
  } | undefined;
37327
37390
  lineRichMenuId?: string | null | undefined;
37328
37391
  messengerIntegrationType?: "own" | "business" | undefined;
37392
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
37329
37393
  };
37330
37394
  status: boolean;
37331
37395
  createdAt: Date;
@@ -37862,6 +37926,7 @@ export declare const mainChatRoomContract: {
37862
37926
  }>>;
37863
37927
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
37864
37928
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
37929
+ facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
37865
37930
  }, "strip", z.ZodTypeAny, {
37866
37931
  id: string;
37867
37932
  name: string;
@@ -37888,6 +37953,7 @@ export declare const mainChatRoomContract: {
37888
37953
  } | undefined;
37889
37954
  lineRichMenuId?: string | null | undefined;
37890
37955
  messengerIntegrationType?: "own" | "business" | undefined;
37956
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
37891
37957
  }, {
37892
37958
  id: string;
37893
37959
  name: string;
@@ -37914,6 +37980,7 @@ export declare const mainChatRoomContract: {
37914
37980
  } | undefined;
37915
37981
  lineRichMenuId?: string | null | undefined;
37916
37982
  messengerIntegrationType?: "own" | "business" | undefined;
37983
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
37917
37984
  }>;
37918
37985
  brandName: z.ZodString;
37919
37986
  platformId: z.ZodString;
@@ -38174,6 +38241,7 @@ export declare const mainChatRoomContract: {
38174
38241
  } | undefined;
38175
38242
  lineRichMenuId?: string | null | undefined;
38176
38243
  messengerIntegrationType?: "own" | "business" | undefined;
38244
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
38177
38245
  };
38178
38246
  status: boolean;
38179
38247
  createdAt: Date;
@@ -38265,6 +38333,7 @@ export declare const mainChatRoomContract: {
38265
38333
  } | undefined;
38266
38334
  lineRichMenuId?: string | null | undefined;
38267
38335
  messengerIntegrationType?: "own" | "business" | undefined;
38336
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
38268
38337
  };
38269
38338
  status: boolean;
38270
38339
  createdAt: Date;
@@ -40390,6 +40459,7 @@ export declare const mainChatRoomContract: {
40390
40459
  } | undefined;
40391
40460
  lineRichMenuId?: string | null | undefined;
40392
40461
  messengerIntegrationType?: "own" | "business" | undefined;
40462
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
40393
40463
  };
40394
40464
  status: boolean;
40395
40465
  createdAt: Date;
@@ -40815,6 +40885,7 @@ export declare const mainChatRoomContract: {
40815
40885
  } | undefined;
40816
40886
  lineRichMenuId?: string | null | undefined;
40817
40887
  messengerIntegrationType?: "own" | "business" | undefined;
40888
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
40818
40889
  };
40819
40890
  status: boolean;
40820
40891
  createdAt: Date;
@@ -41242,6 +41313,7 @@ export declare const mainChatRoomContract: {
41242
41313
  } | undefined;
41243
41314
  lineRichMenuId?: string | null | undefined;
41244
41315
  messengerIntegrationType?: "own" | "business" | undefined;
41316
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
41245
41317
  };
41246
41318
  status: boolean;
41247
41319
  createdAt: Date;
@@ -41670,6 +41742,7 @@ export declare const mainChatRoomContract: {
41670
41742
  } | undefined;
41671
41743
  lineRichMenuId?: string | null | undefined;
41672
41744
  messengerIntegrationType?: "own" | "business" | undefined;
41745
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
41673
41746
  };
41674
41747
  status: boolean;
41675
41748
  createdAt: Date;
@@ -42174,6 +42247,7 @@ export declare const mainChatRoomContract: {
42174
42247
  }>>;
42175
42248
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
42176
42249
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
42250
+ facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
42177
42251
  }, "strip", z.ZodTypeAny, {
42178
42252
  id: string;
42179
42253
  name: string;
@@ -42200,6 +42274,7 @@ export declare const mainChatRoomContract: {
42200
42274
  } | undefined;
42201
42275
  lineRichMenuId?: string | null | undefined;
42202
42276
  messengerIntegrationType?: "own" | "business" | undefined;
42277
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
42203
42278
  }, {
42204
42279
  id: string;
42205
42280
  name: string;
@@ -42226,6 +42301,7 @@ export declare const mainChatRoomContract: {
42226
42301
  } | undefined;
42227
42302
  lineRichMenuId?: string | null | undefined;
42228
42303
  messengerIntegrationType?: "own" | "business" | undefined;
42304
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
42229
42305
  }>;
42230
42306
  brandName: z.ZodString;
42231
42307
  platformId: z.ZodString;
@@ -42486,6 +42562,7 @@ export declare const mainChatRoomContract: {
42486
42562
  } | undefined;
42487
42563
  lineRichMenuId?: string | null | undefined;
42488
42564
  messengerIntegrationType?: "own" | "business" | undefined;
42565
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
42489
42566
  };
42490
42567
  status: boolean;
42491
42568
  createdAt: Date;
@@ -42577,6 +42654,7 @@ export declare const mainChatRoomContract: {
42577
42654
  } | undefined;
42578
42655
  lineRichMenuId?: string | null | undefined;
42579
42656
  messengerIntegrationType?: "own" | "business" | undefined;
42657
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
42580
42658
  };
42581
42659
  status: boolean;
42582
42660
  createdAt: Date;
@@ -45472,6 +45550,7 @@ export declare const mainChatRoomContract: {
45472
45550
  } | undefined;
45473
45551
  lineRichMenuId?: string | null | undefined;
45474
45552
  messengerIntegrationType?: "own" | "business" | undefined;
45553
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
45475
45554
  };
45476
45555
  status: boolean;
45477
45556
  createdAt: Date;
@@ -46009,6 +46088,7 @@ export declare const mainChatRoomContract: {
46009
46088
  } | undefined;
46010
46089
  lineRichMenuId?: string | null | undefined;
46011
46090
  messengerIntegrationType?: "own" | "business" | undefined;
46091
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
46012
46092
  };
46013
46093
  status: boolean;
46014
46094
  createdAt: Date;
@@ -46548,6 +46628,7 @@ export declare const mainChatRoomContract: {
46548
46628
  } | undefined;
46549
46629
  lineRichMenuId?: string | null | undefined;
46550
46630
  messengerIntegrationType?: "own" | "business" | undefined;
46631
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
46551
46632
  };
46552
46633
  status: boolean;
46553
46634
  createdAt: Date;
@@ -47088,6 +47169,7 @@ export declare const mainChatRoomContract: {
47088
47169
  } | undefined;
47089
47170
  lineRichMenuId?: string | null | undefined;
47090
47171
  messengerIntegrationType?: "own" | "business" | undefined;
47172
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
47091
47173
  };
47092
47174
  status: boolean;
47093
47175
  createdAt: Date;
@@ -47694,6 +47776,7 @@ export declare const mainChatRoomContract: {
47694
47776
  }>>;
47695
47777
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
47696
47778
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
47779
+ facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
47697
47780
  }, "strip", z.ZodTypeAny, {
47698
47781
  id: string;
47699
47782
  name: string;
@@ -47720,6 +47803,7 @@ export declare const mainChatRoomContract: {
47720
47803
  } | undefined;
47721
47804
  lineRichMenuId?: string | null | undefined;
47722
47805
  messengerIntegrationType?: "own" | "business" | undefined;
47806
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
47723
47807
  }, {
47724
47808
  id: string;
47725
47809
  name: string;
@@ -47746,6 +47830,7 @@ export declare const mainChatRoomContract: {
47746
47830
  } | undefined;
47747
47831
  lineRichMenuId?: string | null | undefined;
47748
47832
  messengerIntegrationType?: "own" | "business" | undefined;
47833
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
47749
47834
  }>;
47750
47835
  brandName: z.ZodString;
47751
47836
  platformId: z.ZodString;
@@ -48006,6 +48091,7 @@ export declare const mainChatRoomContract: {
48006
48091
  } | undefined;
48007
48092
  lineRichMenuId?: string | null | undefined;
48008
48093
  messengerIntegrationType?: "own" | "business" | undefined;
48094
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
48009
48095
  };
48010
48096
  status: boolean;
48011
48097
  createdAt: Date;
@@ -48097,6 +48183,7 @@ export declare const mainChatRoomContract: {
48097
48183
  } | undefined;
48098
48184
  lineRichMenuId?: string | null | undefined;
48099
48185
  messengerIntegrationType?: "own" | "business" | undefined;
48186
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
48100
48187
  };
48101
48188
  status: boolean;
48102
48189
  createdAt: Date;
@@ -50222,6 +50309,7 @@ export declare const mainChatRoomContract: {
50222
50309
  } | undefined;
50223
50310
  lineRichMenuId?: string | null | undefined;
50224
50311
  messengerIntegrationType?: "own" | "business" | undefined;
50312
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
50225
50313
  };
50226
50314
  status: boolean;
50227
50315
  createdAt: Date;
@@ -50647,6 +50735,7 @@ export declare const mainChatRoomContract: {
50647
50735
  } | undefined;
50648
50736
  lineRichMenuId?: string | null | undefined;
50649
50737
  messengerIntegrationType?: "own" | "business" | undefined;
50738
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
50650
50739
  };
50651
50740
  status: boolean;
50652
50741
  createdAt: Date;
@@ -51074,6 +51163,7 @@ export declare const mainChatRoomContract: {
51074
51163
  } | undefined;
51075
51164
  lineRichMenuId?: string | null | undefined;
51076
51165
  messengerIntegrationType?: "own" | "business" | undefined;
51166
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
51077
51167
  };
51078
51168
  status: boolean;
51079
51169
  createdAt: Date;
@@ -51502,6 +51592,7 @@ export declare const mainChatRoomContract: {
51502
51592
  } | undefined;
51503
51593
  lineRichMenuId?: string | null | undefined;
51504
51594
  messengerIntegrationType?: "own" | "business" | undefined;
51595
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
51505
51596
  };
51506
51597
  status: boolean;
51507
51598
  createdAt: Date;
@@ -52010,6 +52101,7 @@ export declare const mainChatRoomContract: {
52010
52101
  }>>;
52011
52102
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
52012
52103
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
52104
+ facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
52013
52105
  }, "strip", z.ZodTypeAny, {
52014
52106
  id: string;
52015
52107
  name: string;
@@ -52036,6 +52128,7 @@ export declare const mainChatRoomContract: {
52036
52128
  } | undefined;
52037
52129
  lineRichMenuId?: string | null | undefined;
52038
52130
  messengerIntegrationType?: "own" | "business" | undefined;
52131
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
52039
52132
  }, {
52040
52133
  id: string;
52041
52134
  name: string;
@@ -52062,6 +52155,7 @@ export declare const mainChatRoomContract: {
52062
52155
  } | undefined;
52063
52156
  lineRichMenuId?: string | null | undefined;
52064
52157
  messengerIntegrationType?: "own" | "business" | undefined;
52158
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
52065
52159
  }>;
52066
52160
  brandName: z.ZodString;
52067
52161
  platformId: z.ZodString;
@@ -52322,6 +52416,7 @@ export declare const mainChatRoomContract: {
52322
52416
  } | undefined;
52323
52417
  lineRichMenuId?: string | null | undefined;
52324
52418
  messengerIntegrationType?: "own" | "business" | undefined;
52419
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
52325
52420
  };
52326
52421
  status: boolean;
52327
52422
  createdAt: Date;
@@ -52413,6 +52508,7 @@ export declare const mainChatRoomContract: {
52413
52508
  } | undefined;
52414
52509
  lineRichMenuId?: string | null | undefined;
52415
52510
  messengerIntegrationType?: "own" | "business" | undefined;
52511
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
52416
52512
  };
52417
52513
  status: boolean;
52418
52514
  createdAt: Date;
@@ -54537,6 +54633,7 @@ export declare const mainChatRoomContract: {
54537
54633
  } | undefined;
54538
54634
  lineRichMenuId?: string | null | undefined;
54539
54635
  messengerIntegrationType?: "own" | "business" | undefined;
54636
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
54540
54637
  };
54541
54638
  status: boolean;
54542
54639
  createdAt: Date;
@@ -54961,6 +55058,7 @@ export declare const mainChatRoomContract: {
54961
55058
  } | undefined;
54962
55059
  lineRichMenuId?: string | null | undefined;
54963
55060
  messengerIntegrationType?: "own" | "business" | undefined;
55061
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
54964
55062
  };
54965
55063
  status: boolean;
54966
55064
  createdAt: Date;
@@ -55387,6 +55485,7 @@ export declare const mainChatRoomContract: {
55387
55485
  } | undefined;
55388
55486
  lineRichMenuId?: string | null | undefined;
55389
55487
  messengerIntegrationType?: "own" | "business" | undefined;
55488
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
55390
55489
  };
55391
55490
  status: boolean;
55392
55491
  createdAt: Date;
@@ -55817,6 +55916,7 @@ export declare const mainChatRoomContract: {
55817
55916
  } | undefined;
55818
55917
  lineRichMenuId?: string | null | undefined;
55819
55918
  messengerIntegrationType?: "own" | "business" | undefined;
55919
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
55820
55920
  };
55821
55921
  status: boolean;
55822
55922
  createdAt: Date;
@@ -58636,6 +58736,7 @@ export declare const mainChatContract: {
58636
58736
  }>>;
58637
58737
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
58638
58738
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
58739
+ facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
58639
58740
  }, "strip", z.ZodTypeAny, {
58640
58741
  id: string;
58641
58742
  name: string;
@@ -58662,6 +58763,7 @@ export declare const mainChatContract: {
58662
58763
  } | undefined;
58663
58764
  lineRichMenuId?: string | null | undefined;
58664
58765
  messengerIntegrationType?: "own" | "business" | undefined;
58766
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
58665
58767
  }, {
58666
58768
  id: string;
58667
58769
  name: string;
@@ -58688,6 +58790,7 @@ export declare const mainChatContract: {
58688
58790
  } | undefined;
58689
58791
  lineRichMenuId?: string | null | undefined;
58690
58792
  messengerIntegrationType?: "own" | "business" | undefined;
58793
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
58691
58794
  }>;
58692
58795
  brandName: z.ZodString;
58693
58796
  platformId: z.ZodString;
@@ -58948,6 +59051,7 @@ export declare const mainChatContract: {
58948
59051
  } | undefined;
58949
59052
  lineRichMenuId?: string | null | undefined;
58950
59053
  messengerIntegrationType?: "own" | "business" | undefined;
59054
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
58951
59055
  };
58952
59056
  status: boolean;
58953
59057
  createdAt: Date;
@@ -59039,6 +59143,7 @@ export declare const mainChatContract: {
59039
59143
  } | undefined;
59040
59144
  lineRichMenuId?: string | null | undefined;
59041
59145
  messengerIntegrationType?: "own" | "business" | undefined;
59146
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
59042
59147
  };
59043
59148
  status: boolean;
59044
59149
  createdAt: Date;
@@ -59694,6 +59799,7 @@ export declare const mainChatContract: {
59694
59799
  } | undefined;
59695
59800
  lineRichMenuId?: string | null | undefined;
59696
59801
  messengerIntegrationType?: "own" | "business" | undefined;
59802
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
59697
59803
  };
59698
59804
  status: boolean;
59699
59805
  createdAt: Date;
@@ -60118,6 +60224,7 @@ export declare const mainChatContract: {
60118
60224
  } | undefined;
60119
60225
  lineRichMenuId?: string | null | undefined;
60120
60226
  messengerIntegrationType?: "own" | "business" | undefined;
60227
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
60121
60228
  };
60122
60229
  status: boolean;
60123
60230
  createdAt: Date;
@@ -63288,6 +63395,7 @@ export declare const mainChatContract: {
63288
63395
  }>>;
63289
63396
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
63290
63397
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
63398
+ facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
63291
63399
  }, "strip", z.ZodTypeAny, {
63292
63400
  id: string;
63293
63401
  name: string;
@@ -63314,6 +63422,7 @@ export declare const mainChatContract: {
63314
63422
  } | undefined;
63315
63423
  lineRichMenuId?: string | null | undefined;
63316
63424
  messengerIntegrationType?: "own" | "business" | undefined;
63425
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
63317
63426
  }, {
63318
63427
  id: string;
63319
63428
  name: string;
@@ -63340,6 +63449,7 @@ export declare const mainChatContract: {
63340
63449
  } | undefined;
63341
63450
  lineRichMenuId?: string | null | undefined;
63342
63451
  messengerIntegrationType?: "own" | "business" | undefined;
63452
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
63343
63453
  }>;
63344
63454
  brandName: z.ZodString;
63345
63455
  platformId: z.ZodString;
@@ -63600,6 +63710,7 @@ export declare const mainChatContract: {
63600
63710
  } | undefined;
63601
63711
  lineRichMenuId?: string | null | undefined;
63602
63712
  messengerIntegrationType?: "own" | "business" | undefined;
63713
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
63603
63714
  };
63604
63715
  status: boolean;
63605
63716
  createdAt: Date;
@@ -63691,6 +63802,7 @@ export declare const mainChatContract: {
63691
63802
  } | undefined;
63692
63803
  lineRichMenuId?: string | null | undefined;
63693
63804
  messengerIntegrationType?: "own" | "business" | undefined;
63805
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
63694
63806
  };
63695
63807
  status: boolean;
63696
63808
  createdAt: Date;
@@ -64346,6 +64458,7 @@ export declare const mainChatContract: {
64346
64458
  } | undefined;
64347
64459
  lineRichMenuId?: string | null | undefined;
64348
64460
  messengerIntegrationType?: "own" | "business" | undefined;
64461
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
64349
64462
  };
64350
64463
  status: boolean;
64351
64464
  createdAt: Date;
@@ -64770,6 +64883,7 @@ export declare const mainChatContract: {
64770
64883
  } | undefined;
64771
64884
  lineRichMenuId?: string | null | undefined;
64772
64885
  messengerIntegrationType?: "own" | "business" | undefined;
64886
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
64773
64887
  };
64774
64888
  status: boolean;
64775
64889
  createdAt: Date;
@@ -66967,6 +67081,7 @@ export declare const mainChatContract: {
66967
67081
  } | undefined;
66968
67082
  lineRichMenuId?: string | null | undefined;
66969
67083
  messengerIntegrationType?: "own" | "business" | undefined;
67084
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
66970
67085
  };
66971
67086
  status: boolean;
66972
67087
  createdAt: Date;
@@ -67728,6 +67843,7 @@ export declare const mainChatContract: {
67728
67843
  } | undefined;
67729
67844
  lineRichMenuId?: string | null | undefined;
67730
67845
  messengerIntegrationType?: "own" | "business" | undefined;
67846
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
67731
67847
  };
67732
67848
  status: boolean;
67733
67849
  createdAt: Date;
@@ -68490,6 +68606,7 @@ export declare const mainChatContract: {
68490
68606
  } | undefined;
68491
68607
  lineRichMenuId?: string | null | undefined;
68492
68608
  messengerIntegrationType?: "own" | "business" | undefined;
68609
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
68493
68610
  };
68494
68611
  status: boolean;
68495
68612
  createdAt: Date;
@@ -69251,6 +69368,7 @@ export declare const mainChatContract: {
69251
69368
  } | undefined;
69252
69369
  lineRichMenuId?: string | null | undefined;
69253
69370
  messengerIntegrationType?: "own" | "business" | undefined;
69371
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
69254
69372
  };
69255
69373
  status: boolean;
69256
69374
  createdAt: Date;
@@ -70013,6 +70131,7 @@ export declare const mainChatContract: {
70013
70131
  } | undefined;
70014
70132
  lineRichMenuId?: string | null | undefined;
70015
70133
  messengerIntegrationType?: "own" | "business" | undefined;
70134
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
70016
70135
  };
70017
70136
  status: boolean;
70018
70137
  createdAt: Date;
@@ -70774,6 +70893,7 @@ export declare const mainChatContract: {
70774
70893
  } | undefined;
70775
70894
  lineRichMenuId?: string | null | undefined;
70776
70895
  messengerIntegrationType?: "own" | "business" | undefined;
70896
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
70777
70897
  };
70778
70898
  status: boolean;
70779
70899
  createdAt: Date;
@@ -71538,6 +71658,7 @@ export declare const mainChatContract: {
71538
71658
  } | undefined;
71539
71659
  lineRichMenuId?: string | null | undefined;
71540
71660
  messengerIntegrationType?: "own" | "business" | undefined;
71661
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
71541
71662
  };
71542
71663
  status: boolean;
71543
71664
  createdAt: Date;
@@ -72299,6 +72420,7 @@ export declare const mainChatContract: {
72299
72420
  } | undefined;
72300
72421
  lineRichMenuId?: string | null | undefined;
72301
72422
  messengerIntegrationType?: "own" | "business" | undefined;
72423
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
72302
72424
  };
72303
72425
  status: boolean;
72304
72426
  createdAt: Date;
@@ -73064,6 +73186,7 @@ export declare const mainChatContract: {
73064
73186
  } | undefined;
73065
73187
  lineRichMenuId?: string | null | undefined;
73066
73188
  messengerIntegrationType?: "own" | "business" | undefined;
73189
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
73067
73190
  };
73068
73191
  status: boolean;
73069
73192
  createdAt: Date;
@@ -73825,6 +73948,7 @@ export declare const mainChatContract: {
73825
73948
  } | undefined;
73826
73949
  lineRichMenuId?: string | null | undefined;
73827
73950
  messengerIntegrationType?: "own" | "business" | undefined;
73951
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
73828
73952
  };
73829
73953
  status: boolean;
73830
73954
  createdAt: Date;
@@ -76614,6 +76738,7 @@ export declare const mainChatContract: {
76614
76738
  }>>;
76615
76739
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
76616
76740
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
76741
+ facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
76617
76742
  }, "strip", z.ZodTypeAny, {
76618
76743
  id: string;
76619
76744
  name: string;
@@ -76640,6 +76765,7 @@ export declare const mainChatContract: {
76640
76765
  } | undefined;
76641
76766
  lineRichMenuId?: string | null | undefined;
76642
76767
  messengerIntegrationType?: "own" | "business" | undefined;
76768
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
76643
76769
  }, {
76644
76770
  id: string;
76645
76771
  name: string;
@@ -76666,6 +76792,7 @@ export declare const mainChatContract: {
76666
76792
  } | undefined;
76667
76793
  lineRichMenuId?: string | null | undefined;
76668
76794
  messengerIntegrationType?: "own" | "business" | undefined;
76795
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
76669
76796
  }>;
76670
76797
  brandName: z.ZodString;
76671
76798
  platformId: z.ZodString;
@@ -76926,6 +77053,7 @@ export declare const mainChatContract: {
76926
77053
  } | undefined;
76927
77054
  lineRichMenuId?: string | null | undefined;
76928
77055
  messengerIntegrationType?: "own" | "business" | undefined;
77056
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
76929
77057
  };
76930
77058
  status: boolean;
76931
77059
  createdAt: Date;
@@ -77017,6 +77145,7 @@ export declare const mainChatContract: {
77017
77145
  } | undefined;
77018
77146
  lineRichMenuId?: string | null | undefined;
77019
77147
  messengerIntegrationType?: "own" | "business" | undefined;
77148
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
77020
77149
  };
77021
77150
  status: boolean;
77022
77151
  createdAt: Date;
@@ -77672,6 +77801,7 @@ export declare const mainChatContract: {
77672
77801
  } | undefined;
77673
77802
  lineRichMenuId?: string | null | undefined;
77674
77803
  messengerIntegrationType?: "own" | "business" | undefined;
77804
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
77675
77805
  };
77676
77806
  status: boolean;
77677
77807
  createdAt: Date;
@@ -78096,6 +78226,7 @@ export declare const mainChatContract: {
78096
78226
  } | undefined;
78097
78227
  lineRichMenuId?: string | null | undefined;
78098
78228
  messengerIntegrationType?: "own" | "business" | undefined;
78229
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
78099
78230
  };
78100
78231
  status: boolean;
78101
78232
  createdAt: Date;
@@ -79793,6 +79924,7 @@ export declare const mainChatContract: {
79793
79924
  }>>;
79794
79925
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
79795
79926
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
79927
+ facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
79796
79928
  }, "strip", z.ZodTypeAny, {
79797
79929
  id: string;
79798
79930
  name: string;
@@ -79819,6 +79951,7 @@ export declare const mainChatContract: {
79819
79951
  } | undefined;
79820
79952
  lineRichMenuId?: string | null | undefined;
79821
79953
  messengerIntegrationType?: "own" | "business" | undefined;
79954
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
79822
79955
  }, {
79823
79956
  id: string;
79824
79957
  name: string;
@@ -79845,6 +79978,7 @@ export declare const mainChatContract: {
79845
79978
  } | undefined;
79846
79979
  lineRichMenuId?: string | null | undefined;
79847
79980
  messengerIntegrationType?: "own" | "business" | undefined;
79981
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
79848
79982
  }>;
79849
79983
  brandName: z.ZodString;
79850
79984
  platformId: z.ZodString;
@@ -80105,6 +80239,7 @@ export declare const mainChatContract: {
80105
80239
  } | undefined;
80106
80240
  lineRichMenuId?: string | null | undefined;
80107
80241
  messengerIntegrationType?: "own" | "business" | undefined;
80242
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
80108
80243
  };
80109
80244
  status: boolean;
80110
80245
  createdAt: Date;
@@ -80196,6 +80331,7 @@ export declare const mainChatContract: {
80196
80331
  } | undefined;
80197
80332
  lineRichMenuId?: string | null | undefined;
80198
80333
  messengerIntegrationType?: "own" | "business" | undefined;
80334
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
80199
80335
  };
80200
80336
  status: boolean;
80201
80337
  createdAt: Date;
@@ -81544,6 +81680,7 @@ export declare const mainChatContract: {
81544
81680
  } | undefined;
81545
81681
  lineRichMenuId?: string | null | undefined;
81546
81682
  messengerIntegrationType?: "own" | "business" | undefined;
81683
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
81547
81684
  };
81548
81685
  status: boolean;
81549
81686
  createdAt: Date;
@@ -81822,6 +81959,7 @@ export declare const mainChatContract: {
81822
81959
  } | undefined;
81823
81960
  lineRichMenuId?: string | null | undefined;
81824
81961
  messengerIntegrationType?: "own" | "business" | undefined;
81962
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
81825
81963
  };
81826
81964
  status: boolean;
81827
81965
  createdAt: Date;
@@ -82210,6 +82348,7 @@ export declare const mainChatContract: {
82210
82348
  } | undefined;
82211
82349
  lineRichMenuId?: string | null | undefined;
82212
82350
  messengerIntegrationType?: "own" | "business" | undefined;
82351
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
82213
82352
  };
82214
82353
  status: boolean;
82215
82354
  createdAt: Date;
@@ -82862,6 +83001,7 @@ export declare const mainChatContract: {
82862
83001
  } | undefined;
82863
83002
  lineRichMenuId?: string | null | undefined;
82864
83003
  messengerIntegrationType?: "own" | "business" | undefined;
83004
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
82865
83005
  };
82866
83006
  status: boolean;
82867
83007
  createdAt: Date;
@@ -83253,6 +83393,7 @@ export declare const mainChatContract: {
83253
83393
  } | undefined;
83254
83394
  lineRichMenuId?: string | null | undefined;
83255
83395
  messengerIntegrationType?: "own" | "business" | undefined;
83396
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
83256
83397
  };
83257
83398
  status: boolean;
83258
83399
  createdAt: Date;
@@ -83905,6 +84046,7 @@ export declare const mainChatContract: {
83905
84046
  } | undefined;
83906
84047
  lineRichMenuId?: string | null | undefined;
83907
84048
  messengerIntegrationType?: "own" | "business" | undefined;
84049
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
83908
84050
  };
83909
84051
  status: boolean;
83910
84052
  createdAt: Date;
@@ -84298,6 +84440,7 @@ export declare const mainChatContract: {
84298
84440
  } | undefined;
84299
84441
  lineRichMenuId?: string | null | undefined;
84300
84442
  messengerIntegrationType?: "own" | "business" | undefined;
84443
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
84301
84444
  };
84302
84445
  status: boolean;
84303
84446
  createdAt: Date;
@@ -84950,6 +85093,7 @@ export declare const mainChatContract: {
84950
85093
  } | undefined;
84951
85094
  lineRichMenuId?: string | null | undefined;
84952
85095
  messengerIntegrationType?: "own" | "business" | undefined;
85096
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
84953
85097
  };
84954
85098
  status: boolean;
84955
85099
  createdAt: Date;
@@ -85347,6 +85491,7 @@ export declare const mainChatContract: {
85347
85491
  } | undefined;
85348
85492
  lineRichMenuId?: string | null | undefined;
85349
85493
  messengerIntegrationType?: "own" | "business" | undefined;
85494
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
85350
85495
  };
85351
85496
  status: boolean;
85352
85497
  createdAt: Date;
@@ -85999,6 +86144,7 @@ export declare const mainChatContract: {
85999
86144
  } | undefined;
86000
86145
  lineRichMenuId?: string | null | undefined;
86001
86146
  messengerIntegrationType?: "own" | "business" | undefined;
86147
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
86002
86148
  };
86003
86149
  status: boolean;
86004
86150
  createdAt: Date;
@@ -87826,6 +87972,7 @@ export declare const mainChatContract: {
87826
87972
  }>>;
87827
87973
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
87828
87974
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
87975
+ facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
87829
87976
  }, "strip", z.ZodTypeAny, {
87830
87977
  id: string;
87831
87978
  name: string;
@@ -87852,6 +87999,7 @@ export declare const mainChatContract: {
87852
87999
  } | undefined;
87853
88000
  lineRichMenuId?: string | null | undefined;
87854
88001
  messengerIntegrationType?: "own" | "business" | undefined;
88002
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
87855
88003
  }, {
87856
88004
  id: string;
87857
88005
  name: string;
@@ -87878,6 +88026,7 @@ export declare const mainChatContract: {
87878
88026
  } | undefined;
87879
88027
  lineRichMenuId?: string | null | undefined;
87880
88028
  messengerIntegrationType?: "own" | "business" | undefined;
88029
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
87881
88030
  }>;
87882
88031
  brandName: z.ZodString;
87883
88032
  platformId: z.ZodString;
@@ -88138,6 +88287,7 @@ export declare const mainChatContract: {
88138
88287
  } | undefined;
88139
88288
  lineRichMenuId?: string | null | undefined;
88140
88289
  messengerIntegrationType?: "own" | "business" | undefined;
88290
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
88141
88291
  };
88142
88292
  status: boolean;
88143
88293
  createdAt: Date;
@@ -88229,6 +88379,7 @@ export declare const mainChatContract: {
88229
88379
  } | undefined;
88230
88380
  lineRichMenuId?: string | null | undefined;
88231
88381
  messengerIntegrationType?: "own" | "business" | undefined;
88382
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
88232
88383
  };
88233
88384
  status: boolean;
88234
88385
  createdAt: Date;
@@ -88884,6 +89035,7 @@ export declare const mainChatContract: {
88884
89035
  } | undefined;
88885
89036
  lineRichMenuId?: string | null | undefined;
88886
89037
  messengerIntegrationType?: "own" | "business" | undefined;
89038
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
88887
89039
  };
88888
89040
  status: boolean;
88889
89041
  createdAt: Date;
@@ -89308,6 +89460,7 @@ export declare const mainChatContract: {
89308
89460
  } | undefined;
89309
89461
  lineRichMenuId?: string | null | undefined;
89310
89462
  messengerIntegrationType?: "own" | "business" | undefined;
89463
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
89311
89464
  };
89312
89465
  status: boolean;
89313
89466
  createdAt: Date;
@@ -89734,6 +89887,7 @@ export declare const mainChatContract: {
89734
89887
  } | undefined;
89735
89888
  lineRichMenuId?: string | null | undefined;
89736
89889
  messengerIntegrationType?: "own" | "business" | undefined;
89890
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
89737
89891
  };
89738
89892
  status: boolean;
89739
89893
  createdAt: Date;
@@ -90161,6 +90315,7 @@ export declare const mainChatContract: {
90161
90315
  } | undefined;
90162
90316
  lineRichMenuId?: string | null | undefined;
90163
90317
  messengerIntegrationType?: "own" | "business" | undefined;
90318
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
90164
90319
  };
90165
90320
  status: boolean;
90166
90321
  createdAt: Date;
@@ -92138,6 +92293,7 @@ export declare const mainChatContract: {
92138
92293
  }>>;
92139
92294
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
92140
92295
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
92296
+ facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
92141
92297
  }, "strip", z.ZodTypeAny, {
92142
92298
  id: string;
92143
92299
  name: string;
@@ -92164,6 +92320,7 @@ export declare const mainChatContract: {
92164
92320
  } | undefined;
92165
92321
  lineRichMenuId?: string | null | undefined;
92166
92322
  messengerIntegrationType?: "own" | "business" | undefined;
92323
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
92167
92324
  }, {
92168
92325
  id: string;
92169
92326
  name: string;
@@ -92190,6 +92347,7 @@ export declare const mainChatContract: {
92190
92347
  } | undefined;
92191
92348
  lineRichMenuId?: string | null | undefined;
92192
92349
  messengerIntegrationType?: "own" | "business" | undefined;
92350
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
92193
92351
  }>;
92194
92352
  brandName: z.ZodString;
92195
92353
  platformId: z.ZodString;
@@ -92450,6 +92608,7 @@ export declare const mainChatContract: {
92450
92608
  } | undefined;
92451
92609
  lineRichMenuId?: string | null | undefined;
92452
92610
  messengerIntegrationType?: "own" | "business" | undefined;
92611
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
92453
92612
  };
92454
92613
  status: boolean;
92455
92614
  createdAt: Date;
@@ -92541,6 +92700,7 @@ export declare const mainChatContract: {
92541
92700
  } | undefined;
92542
92701
  lineRichMenuId?: string | null | undefined;
92543
92702
  messengerIntegrationType?: "own" | "business" | undefined;
92703
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
92544
92704
  };
92545
92705
  status: boolean;
92546
92706
  createdAt: Date;
@@ -93196,6 +93356,7 @@ export declare const mainChatContract: {
93196
93356
  } | undefined;
93197
93357
  lineRichMenuId?: string | null | undefined;
93198
93358
  messengerIntegrationType?: "own" | "business" | undefined;
93359
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
93199
93360
  };
93200
93361
  status: boolean;
93201
93362
  createdAt: Date;
@@ -93620,6 +93781,7 @@ export declare const mainChatContract: {
93620
93781
  } | undefined;
93621
93782
  lineRichMenuId?: string | null | undefined;
93622
93783
  messengerIntegrationType?: "own" | "business" | undefined;
93784
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
93623
93785
  };
93624
93786
  status: boolean;
93625
93787
  createdAt: Date;
@@ -94046,6 +94208,7 @@ export declare const mainChatContract: {
94046
94208
  } | undefined;
94047
94209
  lineRichMenuId?: string | null | undefined;
94048
94210
  messengerIntegrationType?: "own" | "business" | undefined;
94211
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
94049
94212
  };
94050
94213
  status: boolean;
94051
94214
  createdAt: Date;
@@ -94473,6 +94636,7 @@ export declare const mainChatContract: {
94473
94636
  } | undefined;
94474
94637
  lineRichMenuId?: string | null | undefined;
94475
94638
  messengerIntegrationType?: "own" | "business" | undefined;
94639
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
94476
94640
  };
94477
94641
  status: boolean;
94478
94642
  createdAt: Date;
@@ -97511,6 +97675,7 @@ export declare const mainChatContract: {
97511
97675
  }>>;
97512
97676
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
97513
97677
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
97678
+ facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
97514
97679
  }, "strip", z.ZodTypeAny, {
97515
97680
  id: string;
97516
97681
  name: string;
@@ -97537,6 +97702,7 @@ export declare const mainChatContract: {
97537
97702
  } | undefined;
97538
97703
  lineRichMenuId?: string | null | undefined;
97539
97704
  messengerIntegrationType?: "own" | "business" | undefined;
97705
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
97540
97706
  }, {
97541
97707
  id: string;
97542
97708
  name: string;
@@ -97563,6 +97729,7 @@ export declare const mainChatContract: {
97563
97729
  } | undefined;
97564
97730
  lineRichMenuId?: string | null | undefined;
97565
97731
  messengerIntegrationType?: "own" | "business" | undefined;
97732
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
97566
97733
  }>;
97567
97734
  brandName: z.ZodString;
97568
97735
  platformId: z.ZodString;
@@ -97823,6 +97990,7 @@ export declare const mainChatContract: {
97823
97990
  } | undefined;
97824
97991
  lineRichMenuId?: string | null | undefined;
97825
97992
  messengerIntegrationType?: "own" | "business" | undefined;
97993
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
97826
97994
  };
97827
97995
  status: boolean;
97828
97996
  createdAt: Date;
@@ -97914,6 +98082,7 @@ export declare const mainChatContract: {
97914
98082
  } | undefined;
97915
98083
  lineRichMenuId?: string | null | undefined;
97916
98084
  messengerIntegrationType?: "own" | "business" | undefined;
98085
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
97917
98086
  };
97918
98087
  status: boolean;
97919
98088
  createdAt: Date;
@@ -98569,6 +98738,7 @@ export declare const mainChatContract: {
98569
98738
  } | undefined;
98570
98739
  lineRichMenuId?: string | null | undefined;
98571
98740
  messengerIntegrationType?: "own" | "business" | undefined;
98741
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
98572
98742
  };
98573
98743
  status: boolean;
98574
98744
  createdAt: Date;
@@ -98993,6 +99163,7 @@ export declare const mainChatContract: {
98993
99163
  } | undefined;
98994
99164
  lineRichMenuId?: string | null | undefined;
98995
99165
  messengerIntegrationType?: "own" | "business" | undefined;
99166
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
98996
99167
  };
98997
99168
  status: boolean;
98998
99169
  createdAt: Date;
@@ -99419,6 +99590,7 @@ export declare const mainChatContract: {
99419
99590
  } | undefined;
99420
99591
  lineRichMenuId?: string | null | undefined;
99421
99592
  messengerIntegrationType?: "own" | "business" | undefined;
99593
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
99422
99594
  };
99423
99595
  status: boolean;
99424
99596
  createdAt: Date;
@@ -99846,6 +100018,7 @@ export declare const mainChatContract: {
99846
100018
  } | undefined;
99847
100019
  lineRichMenuId?: string | null | undefined;
99848
100020
  messengerIntegrationType?: "own" | "business" | undefined;
100021
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
99849
100022
  };
99850
100023
  status: boolean;
99851
100024
  createdAt: Date;
@@ -101850,6 +102023,7 @@ export declare const initiateMessageContract: {
101850
102023
  }>>;
101851
102024
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
101852
102025
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
102026
+ facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
101853
102027
  }, "strip", z.ZodTypeAny, {
101854
102028
  id: string;
101855
102029
  name: string;
@@ -101876,6 +102050,7 @@ export declare const initiateMessageContract: {
101876
102050
  } | undefined;
101877
102051
  lineRichMenuId?: string | null | undefined;
101878
102052
  messengerIntegrationType?: "own" | "business" | undefined;
102053
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
101879
102054
  }, {
101880
102055
  id: string;
101881
102056
  name: string;
@@ -101902,6 +102077,7 @@ export declare const initiateMessageContract: {
101902
102077
  } | undefined;
101903
102078
  lineRichMenuId?: string | null | undefined;
101904
102079
  messengerIntegrationType?: "own" | "business" | undefined;
102080
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
101905
102081
  }>;
101906
102082
  brandName: z.ZodString;
101907
102083
  platformId: z.ZodString;
@@ -102162,6 +102338,7 @@ export declare const initiateMessageContract: {
102162
102338
  } | undefined;
102163
102339
  lineRichMenuId?: string | null | undefined;
102164
102340
  messengerIntegrationType?: "own" | "business" | undefined;
102341
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
102165
102342
  };
102166
102343
  status: boolean;
102167
102344
  createdAt: Date;
@@ -102253,6 +102430,7 @@ export declare const initiateMessageContract: {
102253
102430
  } | undefined;
102254
102431
  lineRichMenuId?: string | null | undefined;
102255
102432
  messengerIntegrationType?: "own" | "business" | undefined;
102433
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
102256
102434
  };
102257
102435
  status: boolean;
102258
102436
  createdAt: Date;
@@ -102908,6 +103086,7 @@ export declare const initiateMessageContract: {
102908
103086
  } | undefined;
102909
103087
  lineRichMenuId?: string | null | undefined;
102910
103088
  messengerIntegrationType?: "own" | "business" | undefined;
103089
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
102911
103090
  };
102912
103091
  status: boolean;
102913
103092
  createdAt: Date;
@@ -103332,6 +103511,7 @@ export declare const initiateMessageContract: {
103332
103511
  } | undefined;
103333
103512
  lineRichMenuId?: string | null | undefined;
103334
103513
  messengerIntegrationType?: "own" | "business" | undefined;
103514
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
103335
103515
  };
103336
103516
  status: boolean;
103337
103517
  createdAt: Date;
@@ -105529,6 +105709,7 @@ export declare const initiateMessageContract: {
105529
105709
  } | undefined;
105530
105710
  lineRichMenuId?: string | null | undefined;
105531
105711
  messengerIntegrationType?: "own" | "business" | undefined;
105712
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
105532
105713
  };
105533
105714
  status: boolean;
105534
105715
  createdAt: Date;
@@ -106290,6 +106471,7 @@ export declare const initiateMessageContract: {
106290
106471
  } | undefined;
106291
106472
  lineRichMenuId?: string | null | undefined;
106292
106473
  messengerIntegrationType?: "own" | "business" | undefined;
106474
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
106293
106475
  };
106294
106476
  status: boolean;
106295
106477
  createdAt: Date;
@@ -107053,6 +107235,7 @@ export declare const initiateMessageContract: {
107053
107235
  } | undefined;
107054
107236
  lineRichMenuId?: string | null | undefined;
107055
107237
  messengerIntegrationType?: "own" | "business" | undefined;
107238
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
107056
107239
  };
107057
107240
  status: boolean;
107058
107241
  createdAt: Date;
@@ -107817,6 +108000,7 @@ export declare const initiateMessageContract: {
107817
108000
  } | undefined;
107818
108001
  lineRichMenuId?: string | null | undefined;
107819
108002
  messengerIntegrationType?: "own" | "business" | undefined;
108003
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
107820
108004
  };
107821
108005
  status: boolean;
107822
108006
  createdAt: Date;
@@ -110880,6 +111064,7 @@ export declare const mainChatMessageContract: {
110880
111064
  }>>;
110881
111065
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
110882
111066
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
111067
+ facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
110883
111068
  }, "strip", z.ZodTypeAny, {
110884
111069
  id: string;
110885
111070
  name: string;
@@ -110906,6 +111091,7 @@ export declare const mainChatMessageContract: {
110906
111091
  } | undefined;
110907
111092
  lineRichMenuId?: string | null | undefined;
110908
111093
  messengerIntegrationType?: "own" | "business" | undefined;
111094
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
110909
111095
  }, {
110910
111096
  id: string;
110911
111097
  name: string;
@@ -110932,6 +111118,7 @@ export declare const mainChatMessageContract: {
110932
111118
  } | undefined;
110933
111119
  lineRichMenuId?: string | null | undefined;
110934
111120
  messengerIntegrationType?: "own" | "business" | undefined;
111121
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
110935
111122
  }>;
110936
111123
  brandName: z.ZodString;
110937
111124
  platformId: z.ZodString;
@@ -111192,6 +111379,7 @@ export declare const mainChatMessageContract: {
111192
111379
  } | undefined;
111193
111380
  lineRichMenuId?: string | null | undefined;
111194
111381
  messengerIntegrationType?: "own" | "business" | undefined;
111382
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
111195
111383
  };
111196
111384
  status: boolean;
111197
111385
  createdAt: Date;
@@ -111283,6 +111471,7 @@ export declare const mainChatMessageContract: {
111283
111471
  } | undefined;
111284
111472
  lineRichMenuId?: string | null | undefined;
111285
111473
  messengerIntegrationType?: "own" | "business" | undefined;
111474
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
111286
111475
  };
111287
111476
  status: boolean;
111288
111477
  createdAt: Date;
@@ -111938,6 +112127,7 @@ export declare const mainChatMessageContract: {
111938
112127
  } | undefined;
111939
112128
  lineRichMenuId?: string | null | undefined;
111940
112129
  messengerIntegrationType?: "own" | "business" | undefined;
112130
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
111941
112131
  };
111942
112132
  status: boolean;
111943
112133
  createdAt: Date;
@@ -112362,6 +112552,7 @@ export declare const mainChatMessageContract: {
112362
112552
  } | undefined;
112363
112553
  lineRichMenuId?: string | null | undefined;
112364
112554
  messengerIntegrationType?: "own" | "business" | undefined;
112555
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
112365
112556
  };
112366
112557
  status: boolean;
112367
112558
  createdAt: Date;
@@ -115532,6 +115723,7 @@ export declare const mainChatMessageContract: {
115532
115723
  }>>;
115533
115724
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
115534
115725
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
115726
+ facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
115535
115727
  }, "strip", z.ZodTypeAny, {
115536
115728
  id: string;
115537
115729
  name: string;
@@ -115558,6 +115750,7 @@ export declare const mainChatMessageContract: {
115558
115750
  } | undefined;
115559
115751
  lineRichMenuId?: string | null | undefined;
115560
115752
  messengerIntegrationType?: "own" | "business" | undefined;
115753
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
115561
115754
  }, {
115562
115755
  id: string;
115563
115756
  name: string;
@@ -115584,6 +115777,7 @@ export declare const mainChatMessageContract: {
115584
115777
  } | undefined;
115585
115778
  lineRichMenuId?: string | null | undefined;
115586
115779
  messengerIntegrationType?: "own" | "business" | undefined;
115780
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
115587
115781
  }>;
115588
115782
  brandName: z.ZodString;
115589
115783
  platformId: z.ZodString;
@@ -115844,6 +116038,7 @@ export declare const mainChatMessageContract: {
115844
116038
  } | undefined;
115845
116039
  lineRichMenuId?: string | null | undefined;
115846
116040
  messengerIntegrationType?: "own" | "business" | undefined;
116041
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
115847
116042
  };
115848
116043
  status: boolean;
115849
116044
  createdAt: Date;
@@ -115935,6 +116130,7 @@ export declare const mainChatMessageContract: {
115935
116130
  } | undefined;
115936
116131
  lineRichMenuId?: string | null | undefined;
115937
116132
  messengerIntegrationType?: "own" | "business" | undefined;
116133
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
115938
116134
  };
115939
116135
  status: boolean;
115940
116136
  createdAt: Date;
@@ -116590,6 +116786,7 @@ export declare const mainChatMessageContract: {
116590
116786
  } | undefined;
116591
116787
  lineRichMenuId?: string | null | undefined;
116592
116788
  messengerIntegrationType?: "own" | "business" | undefined;
116789
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
116593
116790
  };
116594
116791
  status: boolean;
116595
116792
  createdAt: Date;
@@ -117014,6 +117211,7 @@ export declare const mainChatMessageContract: {
117014
117211
  } | undefined;
117015
117212
  lineRichMenuId?: string | null | undefined;
117016
117213
  messengerIntegrationType?: "own" | "business" | undefined;
117214
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
117017
117215
  };
117018
117216
  status: boolean;
117019
117217
  createdAt: Date;
@@ -119211,6 +119409,7 @@ export declare const mainChatMessageContract: {
119211
119409
  } | undefined;
119212
119410
  lineRichMenuId?: string | null | undefined;
119213
119411
  messengerIntegrationType?: "own" | "business" | undefined;
119412
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
119214
119413
  };
119215
119414
  status: boolean;
119216
119415
  createdAt: Date;
@@ -119972,6 +120171,7 @@ export declare const mainChatMessageContract: {
119972
120171
  } | undefined;
119973
120172
  lineRichMenuId?: string | null | undefined;
119974
120173
  messengerIntegrationType?: "own" | "business" | undefined;
120174
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
119975
120175
  };
119976
120176
  status: boolean;
119977
120177
  createdAt: Date;
@@ -120734,6 +120934,7 @@ export declare const mainChatMessageContract: {
120734
120934
  } | undefined;
120735
120935
  lineRichMenuId?: string | null | undefined;
120736
120936
  messengerIntegrationType?: "own" | "business" | undefined;
120937
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
120737
120938
  };
120738
120939
  status: boolean;
120739
120940
  createdAt: Date;
@@ -121495,6 +121696,7 @@ export declare const mainChatMessageContract: {
121495
121696
  } | undefined;
121496
121697
  lineRichMenuId?: string | null | undefined;
121497
121698
  messengerIntegrationType?: "own" | "business" | undefined;
121699
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
121498
121700
  };
121499
121701
  status: boolean;
121500
121702
  createdAt: Date;
@@ -122257,6 +122459,7 @@ export declare const mainChatMessageContract: {
122257
122459
  } | undefined;
122258
122460
  lineRichMenuId?: string | null | undefined;
122259
122461
  messengerIntegrationType?: "own" | "business" | undefined;
122462
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
122260
122463
  };
122261
122464
  status: boolean;
122262
122465
  createdAt: Date;
@@ -123018,6 +123221,7 @@ export declare const mainChatMessageContract: {
123018
123221
  } | undefined;
123019
123222
  lineRichMenuId?: string | null | undefined;
123020
123223
  messengerIntegrationType?: "own" | "business" | undefined;
123224
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
123021
123225
  };
123022
123226
  status: boolean;
123023
123227
  createdAt: Date;
@@ -123782,6 +123986,7 @@ export declare const mainChatMessageContract: {
123782
123986
  } | undefined;
123783
123987
  lineRichMenuId?: string | null | undefined;
123784
123988
  messengerIntegrationType?: "own" | "business" | undefined;
123989
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
123785
123990
  };
123786
123991
  status: boolean;
123787
123992
  createdAt: Date;
@@ -124543,6 +124748,7 @@ export declare const mainChatMessageContract: {
124543
124748
  } | undefined;
124544
124749
  lineRichMenuId?: string | null | undefined;
124545
124750
  messengerIntegrationType?: "own" | "business" | undefined;
124751
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
124546
124752
  };
124547
124753
  status: boolean;
124548
124754
  createdAt: Date;
@@ -125308,6 +125514,7 @@ export declare const mainChatMessageContract: {
125308
125514
  } | undefined;
125309
125515
  lineRichMenuId?: string | null | undefined;
125310
125516
  messengerIntegrationType?: "own" | "business" | undefined;
125517
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
125311
125518
  };
125312
125519
  status: boolean;
125313
125520
  createdAt: Date;
@@ -126069,6 +126276,7 @@ export declare const mainChatMessageContract: {
126069
126276
  } | undefined;
126070
126277
  lineRichMenuId?: string | null | undefined;
126071
126278
  messengerIntegrationType?: "own" | "business" | undefined;
126279
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
126072
126280
  };
126073
126281
  status: boolean;
126074
126282
  createdAt: Date;
@@ -126820,6 +127028,7 @@ export declare const mainChatMessageContract: {
126820
127028
  }>>;
126821
127029
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
126822
127030
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
127031
+ facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
126823
127032
  }, "strip", z.ZodTypeAny, {
126824
127033
  id: string;
126825
127034
  name: string;
@@ -126846,6 +127055,7 @@ export declare const mainChatMessageContract: {
126846
127055
  } | undefined;
126847
127056
  lineRichMenuId?: string | null | undefined;
126848
127057
  messengerIntegrationType?: "own" | "business" | undefined;
127058
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
126849
127059
  }, {
126850
127060
  id: string;
126851
127061
  name: string;
@@ -126872,6 +127082,7 @@ export declare const mainChatMessageContract: {
126872
127082
  } | undefined;
126873
127083
  lineRichMenuId?: string | null | undefined;
126874
127084
  messengerIntegrationType?: "own" | "business" | undefined;
127085
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
126875
127086
  }>;
126876
127087
  platformId: z.ZodString;
126877
127088
  brandName: z.ZodString;
@@ -126928,6 +127139,7 @@ export declare const mainChatMessageContract: {
126928
127139
  } | undefined;
126929
127140
  lineRichMenuId?: string | null | undefined;
126930
127141
  messengerIntegrationType?: "own" | "business" | undefined;
127142
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
126931
127143
  };
126932
127144
  status: boolean;
126933
127145
  brandName: string;
@@ -126972,6 +127184,7 @@ export declare const mainChatMessageContract: {
126972
127184
  } | undefined;
126973
127185
  lineRichMenuId?: string | null | undefined;
126974
127186
  messengerIntegrationType?: "own" | "business" | undefined;
127187
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
126975
127188
  };
126976
127189
  status: boolean;
126977
127190
  brandName: string;
@@ -127019,6 +127232,7 @@ export declare const mainChatMessageContract: {
127019
127232
  } | undefined;
127020
127233
  lineRichMenuId?: string | null | undefined;
127021
127234
  messengerIntegrationType?: "own" | "business" | undefined;
127235
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
127022
127236
  };
127023
127237
  status: boolean;
127024
127238
  brandName: string;
@@ -127066,6 +127280,7 @@ export declare const mainChatMessageContract: {
127066
127280
  } | undefined;
127067
127281
  lineRichMenuId?: string | null | undefined;
127068
127282
  messengerIntegrationType?: "own" | "business" | undefined;
127283
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
127069
127284
  };
127070
127285
  status: boolean;
127071
127286
  brandName: string;
@@ -127265,6 +127480,7 @@ export declare const mainChatMessageContract: {
127265
127480
  } | undefined;
127266
127481
  lineRichMenuId?: string | null | undefined;
127267
127482
  messengerIntegrationType?: "own" | "business" | undefined;
127483
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
127268
127484
  };
127269
127485
  status: boolean;
127270
127486
  brandName: string;
@@ -127346,6 +127562,7 @@ export declare const mainChatMessageContract: {
127346
127562
  } | undefined;
127347
127563
  lineRichMenuId?: string | null | undefined;
127348
127564
  messengerIntegrationType?: "own" | "business" | undefined;
127565
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
127349
127566
  };
127350
127567
  status: boolean;
127351
127568
  brandName: string;
@@ -127429,6 +127646,7 @@ export declare const mainChatMessageContract: {
127429
127646
  } | undefined;
127430
127647
  lineRichMenuId?: string | null | undefined;
127431
127648
  messengerIntegrationType?: "own" | "business" | undefined;
127649
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
127432
127650
  };
127433
127651
  status: boolean;
127434
127652
  brandName: string;
@@ -127513,6 +127731,7 @@ export declare const mainChatMessageContract: {
127513
127731
  } | undefined;
127514
127732
  lineRichMenuId?: string | null | undefined;
127515
127733
  messengerIntegrationType?: "own" | "business" | undefined;
127734
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
127516
127735
  };
127517
127736
  status: boolean;
127518
127737
  brandName: string;
@@ -129125,6 +129344,7 @@ export declare const mainChatMessageContract: {
129125
129344
  }>>;
129126
129345
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
129127
129346
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
129347
+ facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
129128
129348
  }, "strip", z.ZodTypeAny, {
129129
129349
  id: string;
129130
129350
  name: string;
@@ -129151,6 +129371,7 @@ export declare const mainChatMessageContract: {
129151
129371
  } | undefined;
129152
129372
  lineRichMenuId?: string | null | undefined;
129153
129373
  messengerIntegrationType?: "own" | "business" | undefined;
129374
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
129154
129375
  }, {
129155
129376
  id: string;
129156
129377
  name: string;
@@ -129177,6 +129398,7 @@ export declare const mainChatMessageContract: {
129177
129398
  } | undefined;
129178
129399
  lineRichMenuId?: string | null | undefined;
129179
129400
  messengerIntegrationType?: "own" | "business" | undefined;
129401
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
129180
129402
  }>;
129181
129403
  brandName: z.ZodString;
129182
129404
  platformId: z.ZodString;
@@ -129437,6 +129659,7 @@ export declare const mainChatMessageContract: {
129437
129659
  } | undefined;
129438
129660
  lineRichMenuId?: string | null | undefined;
129439
129661
  messengerIntegrationType?: "own" | "business" | undefined;
129662
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
129440
129663
  };
129441
129664
  status: boolean;
129442
129665
  createdAt: Date;
@@ -129528,6 +129751,7 @@ export declare const mainChatMessageContract: {
129528
129751
  } | undefined;
129529
129752
  lineRichMenuId?: string | null | undefined;
129530
129753
  messengerIntegrationType?: "own" | "business" | undefined;
129754
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
129531
129755
  };
129532
129756
  status: boolean;
129533
129757
  createdAt: Date;
@@ -130183,6 +130407,7 @@ export declare const mainChatMessageContract: {
130183
130407
  } | undefined;
130184
130408
  lineRichMenuId?: string | null | undefined;
130185
130409
  messengerIntegrationType?: "own" | "business" | undefined;
130410
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
130186
130411
  };
130187
130412
  status: boolean;
130188
130413
  createdAt: Date;
@@ -130607,6 +130832,7 @@ export declare const mainChatMessageContract: {
130607
130832
  } | undefined;
130608
130833
  lineRichMenuId?: string | null | undefined;
130609
130834
  messengerIntegrationType?: "own" | "business" | undefined;
130835
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
130610
130836
  };
130611
130837
  status: boolean;
130612
130838
  createdAt: Date;
@@ -132804,6 +133030,7 @@ export declare const mainChatMessageContract: {
132804
133030
  } | undefined;
132805
133031
  lineRichMenuId?: string | null | undefined;
132806
133032
  messengerIntegrationType?: "own" | "business" | undefined;
133033
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
132807
133034
  };
132808
133035
  status: boolean;
132809
133036
  createdAt: Date;
@@ -133565,6 +133792,7 @@ export declare const mainChatMessageContract: {
133565
133792
  } | undefined;
133566
133793
  lineRichMenuId?: string | null | undefined;
133567
133794
  messengerIntegrationType?: "own" | "business" | undefined;
133795
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
133568
133796
  };
133569
133797
  status: boolean;
133570
133798
  createdAt: Date;
@@ -134328,6 +134556,7 @@ export declare const mainChatMessageContract: {
134328
134556
  } | undefined;
134329
134557
  lineRichMenuId?: string | null | undefined;
134330
134558
  messengerIntegrationType?: "own" | "business" | undefined;
134559
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
134331
134560
  };
134332
134561
  status: boolean;
134333
134562
  createdAt: Date;
@@ -135092,6 +135321,7 @@ export declare const mainChatMessageContract: {
135092
135321
  } | undefined;
135093
135322
  lineRichMenuId?: string | null | undefined;
135094
135323
  messengerIntegrationType?: "own" | "business" | undefined;
135324
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
135095
135325
  };
135096
135326
  status: boolean;
135097
135327
  createdAt: Date;