@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
@@ -167,6 +167,7 @@ export declare const lineContract: {
167
167
  }>>;
168
168
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
169
169
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
170
+ facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
170
171
  }, "strip", z.ZodTypeAny, {
171
172
  id: string;
172
173
  name: string;
@@ -193,6 +194,7 @@ export declare const lineContract: {
193
194
  } | undefined;
194
195
  lineRichMenuId?: string | null | undefined;
195
196
  messengerIntegrationType?: "own" | "business" | undefined;
197
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
196
198
  }, {
197
199
  id: string;
198
200
  name: string;
@@ -219,6 +221,7 @@ export declare const lineContract: {
219
221
  } | undefined;
220
222
  lineRichMenuId?: string | null | undefined;
221
223
  messengerIntegrationType?: "own" | "business" | undefined;
224
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
222
225
  }>;
223
226
  platformId: z.ZodString;
224
227
  brandName: z.ZodString;
@@ -275,6 +278,7 @@ export declare const lineContract: {
275
278
  } | undefined;
276
279
  lineRichMenuId?: string | null | undefined;
277
280
  messengerIntegrationType?: "own" | "business" | undefined;
281
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
278
282
  };
279
283
  status: boolean;
280
284
  brandName: string;
@@ -319,6 +323,7 @@ export declare const lineContract: {
319
323
  } | undefined;
320
324
  lineRichMenuId?: string | null | undefined;
321
325
  messengerIntegrationType?: "own" | "business" | undefined;
326
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
322
327
  };
323
328
  status: boolean;
324
329
  brandName: string;
@@ -366,6 +371,7 @@ export declare const lineContract: {
366
371
  } | undefined;
367
372
  lineRichMenuId?: string | null | undefined;
368
373
  messengerIntegrationType?: "own" | "business" | undefined;
374
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
369
375
  };
370
376
  status: boolean;
371
377
  brandName: string;
@@ -442,6 +448,7 @@ export declare const lineContract: {
442
448
  } | undefined;
443
449
  lineRichMenuId?: string | null | undefined;
444
450
  messengerIntegrationType?: "own" | "business" | undefined;
451
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
445
452
  };
446
453
  status: boolean;
447
454
  brandName: string;
@@ -646,6 +653,7 @@ export declare const lineContract: {
646
653
  } | undefined;
647
654
  lineRichMenuId?: string | null | undefined;
648
655
  messengerIntegrationType?: "own" | "business" | undefined;
656
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
649
657
  };
650
658
  status: boolean;
651
659
  brandName: string;
@@ -753,6 +761,7 @@ export declare const lineContract: {
753
761
  } | undefined;
754
762
  lineRichMenuId?: string | null | undefined;
755
763
  messengerIntegrationType?: "own" | "business" | undefined;
764
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
756
765
  };
757
766
  status: boolean;
758
767
  brandName: string;
@@ -945,6 +954,7 @@ export declare const lineContract: {
945
954
  }>>;
946
955
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
947
956
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
957
+ facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
948
958
  }, "strip", z.ZodTypeAny, {
949
959
  id: string;
950
960
  name: string;
@@ -971,6 +981,7 @@ export declare const lineContract: {
971
981
  } | undefined;
972
982
  lineRichMenuId?: string | null | undefined;
973
983
  messengerIntegrationType?: "own" | "business" | undefined;
984
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
974
985
  }, {
975
986
  id: string;
976
987
  name: string;
@@ -997,6 +1008,7 @@ export declare const lineContract: {
997
1008
  } | undefined;
998
1009
  lineRichMenuId?: string | null | undefined;
999
1010
  messengerIntegrationType?: "own" | "business" | undefined;
1011
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
1000
1012
  }>;
1001
1013
  platformId: z.ZodString;
1002
1014
  brandName: z.ZodString;
@@ -1053,6 +1065,7 @@ export declare const lineContract: {
1053
1065
  } | undefined;
1054
1066
  lineRichMenuId?: string | null | undefined;
1055
1067
  messengerIntegrationType?: "own" | "business" | undefined;
1068
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
1056
1069
  };
1057
1070
  status: boolean;
1058
1071
  brandName: string;
@@ -1097,6 +1110,7 @@ export declare const lineContract: {
1097
1110
  } | undefined;
1098
1111
  lineRichMenuId?: string | null | undefined;
1099
1112
  messengerIntegrationType?: "own" | "business" | undefined;
1113
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
1100
1114
  };
1101
1115
  status: boolean;
1102
1116
  brandName: string;
@@ -1143,6 +1157,7 @@ export declare const lineContract: {
1143
1157
  } | undefined;
1144
1158
  lineRichMenuId?: string | null | undefined;
1145
1159
  messengerIntegrationType?: "own" | "business" | undefined;
1160
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
1146
1161
  };
1147
1162
  status: boolean;
1148
1163
  brandName: string;
@@ -1190,6 +1205,7 @@ export declare const lineContract: {
1190
1205
  } | undefined;
1191
1206
  lineRichMenuId?: string | null | undefined;
1192
1207
  messengerIntegrationType?: "own" | "business" | undefined;
1208
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
1193
1209
  };
1194
1210
  status: boolean;
1195
1211
  brandName: string;
@@ -1416,6 +1432,7 @@ export declare const lineContract: {
1416
1432
  }>>;
1417
1433
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1418
1434
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
1435
+ facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
1419
1436
  }, "strip", z.ZodTypeAny, {
1420
1437
  id: string;
1421
1438
  name: string;
@@ -1442,6 +1459,7 @@ export declare const lineContract: {
1442
1459
  } | undefined;
1443
1460
  lineRichMenuId?: string | null | undefined;
1444
1461
  messengerIntegrationType?: "own" | "business" | undefined;
1462
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
1445
1463
  }, {
1446
1464
  id: string;
1447
1465
  name: string;
@@ -1468,6 +1486,7 @@ export declare const lineContract: {
1468
1486
  } | undefined;
1469
1487
  lineRichMenuId?: string | null | undefined;
1470
1488
  messengerIntegrationType?: "own" | "business" | undefined;
1489
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
1471
1490
  }>;
1472
1491
  platformId: z.ZodString;
1473
1492
  brandName: z.ZodString;
@@ -1524,6 +1543,7 @@ export declare const lineContract: {
1524
1543
  } | undefined;
1525
1544
  lineRichMenuId?: string | null | undefined;
1526
1545
  messengerIntegrationType?: "own" | "business" | undefined;
1546
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
1527
1547
  };
1528
1548
  status: boolean;
1529
1549
  brandName: string;
@@ -1568,6 +1588,7 @@ export declare const lineContract: {
1568
1588
  } | undefined;
1569
1589
  lineRichMenuId?: string | null | undefined;
1570
1590
  messengerIntegrationType?: "own" | "business" | undefined;
1591
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
1571
1592
  };
1572
1593
  status: boolean;
1573
1594
  brandName: string;
@@ -1617,6 +1638,7 @@ export declare const lineContract: {
1617
1638
  } | undefined;
1618
1639
  lineRichMenuId?: string | null | undefined;
1619
1640
  messengerIntegrationType?: "own" | "business" | undefined;
1641
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
1620
1642
  };
1621
1643
  status: boolean;
1622
1644
  brandName: string;
@@ -1705,6 +1727,7 @@ export declare const lineContract: {
1705
1727
  } | undefined;
1706
1728
  lineRichMenuId?: string | null | undefined;
1707
1729
  messengerIntegrationType?: "own" | "business" | undefined;
1730
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
1708
1731
  };
1709
1732
  status: boolean;
1710
1733
  brandName: string;
@@ -1961,6 +1984,7 @@ export declare const lineContract: {
1961
1984
  } | undefined;
1962
1985
  lineRichMenuId?: string | null | undefined;
1963
1986
  messengerIntegrationType?: "own" | "business" | undefined;
1987
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
1964
1988
  };
1965
1989
  status: boolean;
1966
1990
  brandName: string;
@@ -2088,6 +2112,7 @@ export declare const lineContract: {
2088
2112
  } | undefined;
2089
2113
  lineRichMenuId?: string | null | undefined;
2090
2114
  messengerIntegrationType?: "own" | "business" | undefined;
2115
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
2091
2116
  };
2092
2117
  status: boolean;
2093
2118
  brandName: string;
@@ -4140,6 +4165,7 @@ export declare const lineContract: {
4140
4165
  }>>;
4141
4166
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
4142
4167
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
4168
+ facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
4143
4169
  }, "strip", z.ZodTypeAny, {
4144
4170
  id: string;
4145
4171
  name: string;
@@ -4166,6 +4192,7 @@ export declare const lineContract: {
4166
4192
  } | undefined;
4167
4193
  lineRichMenuId?: string | null | undefined;
4168
4194
  messengerIntegrationType?: "own" | "business" | undefined;
4195
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
4169
4196
  }, {
4170
4197
  id: string;
4171
4198
  name: string;
@@ -4192,6 +4219,7 @@ export declare const lineContract: {
4192
4219
  } | undefined;
4193
4220
  lineRichMenuId?: string | null | undefined;
4194
4221
  messengerIntegrationType?: "own" | "business" | undefined;
4222
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
4195
4223
  }>;
4196
4224
  brandName: z.ZodString;
4197
4225
  platformId: z.ZodString;
@@ -4452,6 +4480,7 @@ export declare const lineContract: {
4452
4480
  } | undefined;
4453
4481
  lineRichMenuId?: string | null | undefined;
4454
4482
  messengerIntegrationType?: "own" | "business" | undefined;
4483
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
4455
4484
  };
4456
4485
  status: boolean;
4457
4486
  createdAt: Date;
@@ -4543,6 +4572,7 @@ export declare const lineContract: {
4543
4572
  } | undefined;
4544
4573
  lineRichMenuId?: string | null | undefined;
4545
4574
  messengerIntegrationType?: "own" | "business" | undefined;
4575
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
4546
4576
  };
4547
4577
  status: boolean;
4548
4578
  createdAt: Date;
@@ -5198,6 +5228,7 @@ export declare const lineContract: {
5198
5228
  } | undefined;
5199
5229
  lineRichMenuId?: string | null | undefined;
5200
5230
  messengerIntegrationType?: "own" | "business" | undefined;
5231
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
5201
5232
  };
5202
5233
  status: boolean;
5203
5234
  createdAt: Date;
@@ -5622,6 +5653,7 @@ export declare const lineContract: {
5622
5653
  } | undefined;
5623
5654
  lineRichMenuId?: string | null | undefined;
5624
5655
  messengerIntegrationType?: "own" | "business" | undefined;
5656
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
5625
5657
  };
5626
5658
  status: boolean;
5627
5659
  createdAt: Date;
@@ -8792,6 +8824,7 @@ export declare const lineContract: {
8792
8824
  }>>;
8793
8825
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
8794
8826
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
8827
+ facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
8795
8828
  }, "strip", z.ZodTypeAny, {
8796
8829
  id: string;
8797
8830
  name: string;
@@ -8818,6 +8851,7 @@ export declare const lineContract: {
8818
8851
  } | undefined;
8819
8852
  lineRichMenuId?: string | null | undefined;
8820
8853
  messengerIntegrationType?: "own" | "business" | undefined;
8854
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
8821
8855
  }, {
8822
8856
  id: string;
8823
8857
  name: string;
@@ -8844,6 +8878,7 @@ export declare const lineContract: {
8844
8878
  } | undefined;
8845
8879
  lineRichMenuId?: string | null | undefined;
8846
8880
  messengerIntegrationType?: "own" | "business" | undefined;
8881
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
8847
8882
  }>;
8848
8883
  brandName: z.ZodString;
8849
8884
  platformId: z.ZodString;
@@ -9104,6 +9139,7 @@ export declare const lineContract: {
9104
9139
  } | undefined;
9105
9140
  lineRichMenuId?: string | null | undefined;
9106
9141
  messengerIntegrationType?: "own" | "business" | undefined;
9142
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
9107
9143
  };
9108
9144
  status: boolean;
9109
9145
  createdAt: Date;
@@ -9195,6 +9231,7 @@ export declare const lineContract: {
9195
9231
  } | undefined;
9196
9232
  lineRichMenuId?: string | null | undefined;
9197
9233
  messengerIntegrationType?: "own" | "business" | undefined;
9234
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
9198
9235
  };
9199
9236
  status: boolean;
9200
9237
  createdAt: Date;
@@ -9850,6 +9887,7 @@ export declare const lineContract: {
9850
9887
  } | undefined;
9851
9888
  lineRichMenuId?: string | null | undefined;
9852
9889
  messengerIntegrationType?: "own" | "business" | undefined;
9890
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
9853
9891
  };
9854
9892
  status: boolean;
9855
9893
  createdAt: Date;
@@ -10274,6 +10312,7 @@ export declare const lineContract: {
10274
10312
  } | undefined;
10275
10313
  lineRichMenuId?: string | null | undefined;
10276
10314
  messengerIntegrationType?: "own" | "business" | undefined;
10315
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
10277
10316
  };
10278
10317
  status: boolean;
10279
10318
  createdAt: Date;
@@ -12471,6 +12510,7 @@ export declare const lineContract: {
12471
12510
  } | undefined;
12472
12511
  lineRichMenuId?: string | null | undefined;
12473
12512
  messengerIntegrationType?: "own" | "business" | undefined;
12513
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
12474
12514
  };
12475
12515
  status: boolean;
12476
12516
  createdAt: Date;
@@ -13232,6 +13272,7 @@ export declare const lineContract: {
13232
13272
  } | undefined;
13233
13273
  lineRichMenuId?: string | null | undefined;
13234
13274
  messengerIntegrationType?: "own" | "business" | undefined;
13275
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
13235
13276
  };
13236
13277
  status: boolean;
13237
13278
  createdAt: Date;
@@ -13994,6 +14035,7 @@ export declare const lineContract: {
13994
14035
  } | undefined;
13995
14036
  lineRichMenuId?: string | null | undefined;
13996
14037
  messengerIntegrationType?: "own" | "business" | undefined;
14038
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
13997
14039
  };
13998
14040
  status: boolean;
13999
14041
  createdAt: Date;
@@ -14755,6 +14797,7 @@ export declare const lineContract: {
14755
14797
  } | undefined;
14756
14798
  lineRichMenuId?: string | null | undefined;
14757
14799
  messengerIntegrationType?: "own" | "business" | undefined;
14800
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
14758
14801
  };
14759
14802
  status: boolean;
14760
14803
  createdAt: Date;
@@ -15517,6 +15560,7 @@ export declare const lineContract: {
15517
15560
  } | undefined;
15518
15561
  lineRichMenuId?: string | null | undefined;
15519
15562
  messengerIntegrationType?: "own" | "business" | undefined;
15563
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
15520
15564
  };
15521
15565
  status: boolean;
15522
15566
  createdAt: Date;
@@ -16278,6 +16322,7 @@ export declare const lineContract: {
16278
16322
  } | undefined;
16279
16323
  lineRichMenuId?: string | null | undefined;
16280
16324
  messengerIntegrationType?: "own" | "business" | undefined;
16325
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
16281
16326
  };
16282
16327
  status: boolean;
16283
16328
  createdAt: Date;
@@ -17042,6 +17087,7 @@ export declare const lineContract: {
17042
17087
  } | undefined;
17043
17088
  lineRichMenuId?: string | null | undefined;
17044
17089
  messengerIntegrationType?: "own" | "business" | undefined;
17090
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
17045
17091
  };
17046
17092
  status: boolean;
17047
17093
  createdAt: Date;
@@ -17803,6 +17849,7 @@ export declare const lineContract: {
17803
17849
  } | undefined;
17804
17850
  lineRichMenuId?: string | null | undefined;
17805
17851
  messengerIntegrationType?: "own" | "business" | undefined;
17852
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
17806
17853
  };
17807
17854
  status: boolean;
17808
17855
  createdAt: Date;
@@ -18568,6 +18615,7 @@ export declare const lineContract: {
18568
18615
  } | undefined;
18569
18616
  lineRichMenuId?: string | null | undefined;
18570
18617
  messengerIntegrationType?: "own" | "business" | undefined;
18618
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
18571
18619
  };
18572
18620
  status: boolean;
18573
18621
  createdAt: Date;
@@ -19329,6 +19377,7 @@ export declare const lineContract: {
19329
19377
  } | undefined;
19330
19378
  lineRichMenuId?: string | null | undefined;
19331
19379
  messengerIntegrationType?: "own" | "business" | undefined;
19380
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
19332
19381
  };
19333
19382
  status: boolean;
19334
19383
  createdAt: Date;
@@ -20026,6 +20075,7 @@ export declare const lineContract: {
20026
20075
  }>>;
20027
20076
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
20028
20077
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
20078
+ facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
20029
20079
  }, "strip", z.ZodTypeAny, {
20030
20080
  id: string;
20031
20081
  name: string;
@@ -20052,6 +20102,7 @@ export declare const lineContract: {
20052
20102
  } | undefined;
20053
20103
  lineRichMenuId?: string | null | undefined;
20054
20104
  messengerIntegrationType?: "own" | "business" | undefined;
20105
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
20055
20106
  }, {
20056
20107
  id: string;
20057
20108
  name: string;
@@ -20078,6 +20129,7 @@ export declare const lineContract: {
20078
20129
  } | undefined;
20079
20130
  lineRichMenuId?: string | null | undefined;
20080
20131
  messengerIntegrationType?: "own" | "business" | undefined;
20132
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
20081
20133
  }>>;
20082
20134
  platformId: z.ZodOptional<z.ZodString>;
20083
20135
  brandName: z.ZodOptional<z.ZodString>;
@@ -20134,6 +20186,7 @@ export declare const lineContract: {
20134
20186
  } | undefined;
20135
20187
  lineRichMenuId?: string | null | undefined;
20136
20188
  messengerIntegrationType?: "own" | "business" | undefined;
20189
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
20137
20190
  } | undefined;
20138
20191
  platformId?: string | undefined;
20139
20192
  brandName?: string | undefined;
@@ -20178,6 +20231,7 @@ export declare const lineContract: {
20178
20231
  } | undefined;
20179
20232
  lineRichMenuId?: string | null | undefined;
20180
20233
  messengerIntegrationType?: "own" | "business" | undefined;
20234
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
20181
20235
  } | undefined;
20182
20236
  platformId?: string | undefined;
20183
20237
  brandName?: string | undefined;
@@ -20257,6 +20311,7 @@ export declare const lineContract: {
20257
20311
  }>>;
20258
20312
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
20259
20313
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
20314
+ facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
20260
20315
  }, "strip", z.ZodTypeAny, {
20261
20316
  id: string;
20262
20317
  name: string;
@@ -20283,6 +20338,7 @@ export declare const lineContract: {
20283
20338
  } | undefined;
20284
20339
  lineRichMenuId?: string | null | undefined;
20285
20340
  messengerIntegrationType?: "own" | "business" | undefined;
20341
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
20286
20342
  }, {
20287
20343
  id: string;
20288
20344
  name: string;
@@ -20309,6 +20365,7 @@ export declare const lineContract: {
20309
20365
  } | undefined;
20310
20366
  lineRichMenuId?: string | null | undefined;
20311
20367
  messengerIntegrationType?: "own" | "business" | undefined;
20368
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
20312
20369
  }>;
20313
20370
  platformId: z.ZodString;
20314
20371
  brandName: z.ZodString;
@@ -20365,6 +20422,7 @@ export declare const lineContract: {
20365
20422
  } | undefined;
20366
20423
  lineRichMenuId?: string | null | undefined;
20367
20424
  messengerIntegrationType?: "own" | "business" | undefined;
20425
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
20368
20426
  };
20369
20427
  status: boolean;
20370
20428
  brandName: string;
@@ -20409,6 +20467,7 @@ export declare const lineContract: {
20409
20467
  } | undefined;
20410
20468
  lineRichMenuId?: string | null | undefined;
20411
20469
  messengerIntegrationType?: "own" | "business" | undefined;
20470
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
20412
20471
  };
20413
20472
  status: boolean;
20414
20473
  brandName: string;
@@ -20455,6 +20514,7 @@ export declare const lineContract: {
20455
20514
  } | undefined;
20456
20515
  lineRichMenuId?: string | null | undefined;
20457
20516
  messengerIntegrationType?: "own" | "business" | undefined;
20517
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
20458
20518
  };
20459
20519
  status: boolean;
20460
20520
  brandName: string;
@@ -20502,6 +20562,7 @@ export declare const lineContract: {
20502
20562
  } | undefined;
20503
20563
  lineRichMenuId?: string | null | undefined;
20504
20564
  messengerIntegrationType?: "own" | "business" | undefined;
20565
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
20505
20566
  };
20506
20567
  status: boolean;
20507
20568
  brandName: string;
@@ -20615,6 +20676,7 @@ export declare const lineContract: {
20615
20676
  }>>;
20616
20677
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
20617
20678
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
20679
+ facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
20618
20680
  }, "strip", z.ZodTypeAny, {
20619
20681
  id: string;
20620
20682
  name: string;
@@ -20641,6 +20703,7 @@ export declare const lineContract: {
20641
20703
  } | undefined;
20642
20704
  lineRichMenuId?: string | null | undefined;
20643
20705
  messengerIntegrationType?: "own" | "business" | undefined;
20706
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
20644
20707
  }, {
20645
20708
  id: string;
20646
20709
  name: string;
@@ -20667,6 +20730,7 @@ export declare const lineContract: {
20667
20730
  } | undefined;
20668
20731
  lineRichMenuId?: string | null | undefined;
20669
20732
  messengerIntegrationType?: "own" | "business" | undefined;
20733
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
20670
20734
  }>;
20671
20735
  platformId: z.ZodString;
20672
20736
  brandName: z.ZodString;
@@ -20723,6 +20787,7 @@ export declare const lineContract: {
20723
20787
  } | undefined;
20724
20788
  lineRichMenuId?: string | null | undefined;
20725
20789
  messengerIntegrationType?: "own" | "business" | undefined;
20790
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
20726
20791
  };
20727
20792
  status: boolean;
20728
20793
  brandName: string;
@@ -20767,6 +20832,7 @@ export declare const lineContract: {
20767
20832
  } | undefined;
20768
20833
  lineRichMenuId?: string | null | undefined;
20769
20834
  messengerIntegrationType?: "own" | "business" | undefined;
20835
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
20770
20836
  };
20771
20837
  status: boolean;
20772
20838
  brandName: string;
@@ -20813,6 +20879,7 @@ export declare const lineContract: {
20813
20879
  } | undefined;
20814
20880
  lineRichMenuId?: string | null | undefined;
20815
20881
  messengerIntegrationType?: "own" | "business" | undefined;
20882
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
20816
20883
  };
20817
20884
  status: boolean;
20818
20885
  brandName: string;
@@ -20860,6 +20927,7 @@ export declare const lineContract: {
20860
20927
  } | undefined;
20861
20928
  lineRichMenuId?: string | null | undefined;
20862
20929
  messengerIntegrationType?: "own" | "business" | undefined;
20930
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
20863
20931
  };
20864
20932
  status: boolean;
20865
20933
  brandName: string;
@@ -20973,6 +21041,7 @@ export declare const lineContract: {
20973
21041
  }>>;
20974
21042
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
20975
21043
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
21044
+ facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
20976
21045
  }, "strip", z.ZodTypeAny, {
20977
21046
  id: string;
20978
21047
  name: string;
@@ -20999,6 +21068,7 @@ export declare const lineContract: {
20999
21068
  } | undefined;
21000
21069
  lineRichMenuId?: string | null | undefined;
21001
21070
  messengerIntegrationType?: "own" | "business" | undefined;
21071
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
21002
21072
  }, {
21003
21073
  id: string;
21004
21074
  name: string;
@@ -21025,6 +21095,7 @@ export declare const lineContract: {
21025
21095
  } | undefined;
21026
21096
  lineRichMenuId?: string | null | undefined;
21027
21097
  messengerIntegrationType?: "own" | "business" | undefined;
21098
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
21028
21099
  }>;
21029
21100
  platformId: z.ZodString;
21030
21101
  brandName: z.ZodString;
@@ -21081,6 +21152,7 @@ export declare const lineContract: {
21081
21152
  } | undefined;
21082
21153
  lineRichMenuId?: string | null | undefined;
21083
21154
  messengerIntegrationType?: "own" | "business" | undefined;
21155
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
21084
21156
  };
21085
21157
  status: boolean;
21086
21158
  brandName: string;
@@ -21125,6 +21197,7 @@ export declare const lineContract: {
21125
21197
  } | undefined;
21126
21198
  lineRichMenuId?: string | null | undefined;
21127
21199
  messengerIntegrationType?: "own" | "business" | undefined;
21200
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
21128
21201
  };
21129
21202
  status: boolean;
21130
21203
  brandName: string;
@@ -21171,6 +21244,7 @@ export declare const lineContract: {
21171
21244
  } | undefined;
21172
21245
  lineRichMenuId?: string | null | undefined;
21173
21246
  messengerIntegrationType?: "own" | "business" | undefined;
21247
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
21174
21248
  };
21175
21249
  status: boolean;
21176
21250
  brandName: string;
@@ -21218,6 +21292,7 @@ export declare const lineContract: {
21218
21292
  } | undefined;
21219
21293
  lineRichMenuId?: string | null | undefined;
21220
21294
  messengerIntegrationType?: "own" | "business" | undefined;
21295
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
21221
21296
  };
21222
21297
  status: boolean;
21223
21298
  brandName: string;