@kl1/contracts 1.1.57 → 1.1.58
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/api-contracts/src/channel/index.d.ts +1180 -1075
- package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/schema.d.ts +8 -0
- package/dist/api-contracts/src/channel/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/validation.d.ts +10 -0
- package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/index.d.ts +230 -0
- package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/schema.d.ts +54 -0
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +79 -0
- package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/contract.d.ts +1671 -3147
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-intelligence/index.d.ts +87 -0
- package/dist/api-contracts/src/cx-intelligence/index.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/index.d.ts +11 -0
- package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/schema.d.ts +9 -0
- package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/index.d.ts +106 -0
- package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/schema.d.ts +7 -0
- package/dist/api-contracts/src/facebook-feed/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/validation.d.ts +5 -0
- package/dist/api-contracts/src/facebook-feed/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/instagram/index.d.ts +83 -0
- package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/line/index.d.ts +75 -0
- package/dist/api-contracts/src/line/index.d.ts.map +1 -1
- package/dist/api-contracts/src/line/validation.d.ts +9 -0
- package/dist/api-contracts/src/line/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/messenger/index.d.ts +83 -0
- package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
- package/dist/api-contracts/src/messenger/validation.d.ts +5 -0
- package/dist/api-contracts/src/messenger/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/sms/index.d.ts +16 -0
- package/dist/api-contracts/src/sms/index.d.ts.map +1 -1
- package/dist/api-contracts/src/subscription/index.d.ts +6 -6
- package/dist/api-contracts/src/subscription/schema.d.ts +6 -6
- package/dist/api-contracts/src/telegram/index.d.ts +61 -0
- package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/viber/index.d.ts +61 -0
- package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
- package/dist/api-contracts/src/webchat/index.d.ts +61 -0
- package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/whatsapp/index.d.ts +71 -0
- package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
- package/dist/api-contracts/src/workflow-rule/index.d.ts +18 -0
- package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
- package/dist/index.js +34 -32
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +33 -32
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
@@ -164,6 +164,7 @@ export declare const lineContract: {
|
|
164
164
|
}>>;
|
165
165
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
166
166
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
167
|
+
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
167
168
|
}, "strip", z.ZodTypeAny, {
|
168
169
|
id: string;
|
169
170
|
name: string;
|
@@ -189,6 +190,7 @@ export declare const lineContract: {
|
|
189
190
|
} | undefined;
|
190
191
|
lineRichMenuId?: string | null | undefined;
|
191
192
|
messengerIntegrationType?: "own" | "business" | undefined;
|
193
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
192
194
|
}, {
|
193
195
|
id: string;
|
194
196
|
name: string;
|
@@ -214,6 +216,7 @@ export declare const lineContract: {
|
|
214
216
|
} | undefined;
|
215
217
|
lineRichMenuId?: string | null | undefined;
|
216
218
|
messengerIntegrationType?: "own" | "business" | undefined;
|
219
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
217
220
|
}>;
|
218
221
|
platformId: z.ZodString;
|
219
222
|
brandName: z.ZodString;
|
@@ -269,6 +272,7 @@ export declare const lineContract: {
|
|
269
272
|
} | undefined;
|
270
273
|
lineRichMenuId?: string | null | undefined;
|
271
274
|
messengerIntegrationType?: "own" | "business" | undefined;
|
275
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
272
276
|
};
|
273
277
|
status: boolean;
|
274
278
|
brandName: string;
|
@@ -312,6 +316,7 @@ export declare const lineContract: {
|
|
312
316
|
} | undefined;
|
313
317
|
lineRichMenuId?: string | null | undefined;
|
314
318
|
messengerIntegrationType?: "own" | "business" | undefined;
|
319
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
315
320
|
};
|
316
321
|
status: boolean;
|
317
322
|
brandName: string;
|
@@ -358,6 +363,7 @@ export declare const lineContract: {
|
|
358
363
|
} | undefined;
|
359
364
|
lineRichMenuId?: string | null | undefined;
|
360
365
|
messengerIntegrationType?: "own" | "business" | undefined;
|
366
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
361
367
|
};
|
362
368
|
status: boolean;
|
363
369
|
brandName: string;
|
@@ -433,6 +439,7 @@ export declare const lineContract: {
|
|
433
439
|
} | undefined;
|
434
440
|
lineRichMenuId?: string | null | undefined;
|
435
441
|
messengerIntegrationType?: "own" | "business" | undefined;
|
442
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
436
443
|
};
|
437
444
|
status: boolean;
|
438
445
|
brandName: string;
|
@@ -636,6 +643,7 @@ export declare const lineContract: {
|
|
636
643
|
} | undefined;
|
637
644
|
lineRichMenuId?: string | null | undefined;
|
638
645
|
messengerIntegrationType?: "own" | "business" | undefined;
|
646
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
639
647
|
};
|
640
648
|
status: boolean;
|
641
649
|
brandName: string;
|
@@ -742,6 +750,7 @@ export declare const lineContract: {
|
|
742
750
|
} | undefined;
|
743
751
|
lineRichMenuId?: string | null | undefined;
|
744
752
|
messengerIntegrationType?: "own" | "business" | undefined;
|
753
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
745
754
|
};
|
746
755
|
status: boolean;
|
747
756
|
brandName: string;
|
@@ -931,6 +940,7 @@ export declare const lineContract: {
|
|
931
940
|
}>>;
|
932
941
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
933
942
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
943
|
+
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
934
944
|
}, "strip", z.ZodTypeAny, {
|
935
945
|
id: string;
|
936
946
|
name: string;
|
@@ -956,6 +966,7 @@ export declare const lineContract: {
|
|
956
966
|
} | undefined;
|
957
967
|
lineRichMenuId?: string | null | undefined;
|
958
968
|
messengerIntegrationType?: "own" | "business" | undefined;
|
969
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
959
970
|
}, {
|
960
971
|
id: string;
|
961
972
|
name: string;
|
@@ -981,6 +992,7 @@ export declare const lineContract: {
|
|
981
992
|
} | undefined;
|
982
993
|
lineRichMenuId?: string | null | undefined;
|
983
994
|
messengerIntegrationType?: "own" | "business" | undefined;
|
995
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
984
996
|
}>;
|
985
997
|
platformId: z.ZodString;
|
986
998
|
brandName: z.ZodString;
|
@@ -1036,6 +1048,7 @@ export declare const lineContract: {
|
|
1036
1048
|
} | undefined;
|
1037
1049
|
lineRichMenuId?: string | null | undefined;
|
1038
1050
|
messengerIntegrationType?: "own" | "business" | undefined;
|
1051
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
1039
1052
|
};
|
1040
1053
|
status: boolean;
|
1041
1054
|
brandName: string;
|
@@ -1079,6 +1092,7 @@ export declare const lineContract: {
|
|
1079
1092
|
} | undefined;
|
1080
1093
|
lineRichMenuId?: string | null | undefined;
|
1081
1094
|
messengerIntegrationType?: "own" | "business" | undefined;
|
1095
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
1082
1096
|
};
|
1083
1097
|
status: boolean;
|
1084
1098
|
brandName: string;
|
@@ -1124,6 +1138,7 @@ export declare const lineContract: {
|
|
1124
1138
|
} | undefined;
|
1125
1139
|
lineRichMenuId?: string | null | undefined;
|
1126
1140
|
messengerIntegrationType?: "own" | "business" | undefined;
|
1141
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
1127
1142
|
};
|
1128
1143
|
status: boolean;
|
1129
1144
|
brandName: string;
|
@@ -1170,6 +1185,7 @@ export declare const lineContract: {
|
|
1170
1185
|
} | undefined;
|
1171
1186
|
lineRichMenuId?: string | null | undefined;
|
1172
1187
|
messengerIntegrationType?: "own" | "business" | undefined;
|
1188
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
1173
1189
|
};
|
1174
1190
|
status: boolean;
|
1175
1191
|
brandName: string;
|
@@ -1393,6 +1409,7 @@ export declare const lineContract: {
|
|
1393
1409
|
}>>;
|
1394
1410
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
1395
1411
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
1412
|
+
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
1396
1413
|
}, "strip", z.ZodTypeAny, {
|
1397
1414
|
id: string;
|
1398
1415
|
name: string;
|
@@ -1418,6 +1435,7 @@ export declare const lineContract: {
|
|
1418
1435
|
} | undefined;
|
1419
1436
|
lineRichMenuId?: string | null | undefined;
|
1420
1437
|
messengerIntegrationType?: "own" | "business" | undefined;
|
1438
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
1421
1439
|
}, {
|
1422
1440
|
id: string;
|
1423
1441
|
name: string;
|
@@ -1443,6 +1461,7 @@ export declare const lineContract: {
|
|
1443
1461
|
} | undefined;
|
1444
1462
|
lineRichMenuId?: string | null | undefined;
|
1445
1463
|
messengerIntegrationType?: "own" | "business" | undefined;
|
1464
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
1446
1465
|
}>;
|
1447
1466
|
platformId: z.ZodString;
|
1448
1467
|
brandName: z.ZodString;
|
@@ -1498,6 +1517,7 @@ export declare const lineContract: {
|
|
1498
1517
|
} | undefined;
|
1499
1518
|
lineRichMenuId?: string | null | undefined;
|
1500
1519
|
messengerIntegrationType?: "own" | "business" | undefined;
|
1520
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
1501
1521
|
};
|
1502
1522
|
status: boolean;
|
1503
1523
|
brandName: string;
|
@@ -1541,6 +1561,7 @@ export declare const lineContract: {
|
|
1541
1561
|
} | undefined;
|
1542
1562
|
lineRichMenuId?: string | null | undefined;
|
1543
1563
|
messengerIntegrationType?: "own" | "business" | undefined;
|
1564
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
1544
1565
|
};
|
1545
1566
|
status: boolean;
|
1546
1567
|
brandName: string;
|
@@ -1589,6 +1610,7 @@ export declare const lineContract: {
|
|
1589
1610
|
} | undefined;
|
1590
1611
|
lineRichMenuId?: string | null | undefined;
|
1591
1612
|
messengerIntegrationType?: "own" | "business" | undefined;
|
1613
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
1592
1614
|
};
|
1593
1615
|
status: boolean;
|
1594
1616
|
brandName: string;
|
@@ -1676,6 +1698,7 @@ export declare const lineContract: {
|
|
1676
1698
|
} | undefined;
|
1677
1699
|
lineRichMenuId?: string | null | undefined;
|
1678
1700
|
messengerIntegrationType?: "own" | "business" | undefined;
|
1701
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
1679
1702
|
};
|
1680
1703
|
status: boolean;
|
1681
1704
|
brandName: string;
|
@@ -1931,6 +1954,7 @@ export declare const lineContract: {
|
|
1931
1954
|
} | undefined;
|
1932
1955
|
lineRichMenuId?: string | null | undefined;
|
1933
1956
|
messengerIntegrationType?: "own" | "business" | undefined;
|
1957
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
1934
1958
|
};
|
1935
1959
|
status: boolean;
|
1936
1960
|
brandName: string;
|
@@ -2057,6 +2081,7 @@ export declare const lineContract: {
|
|
2057
2081
|
} | undefined;
|
2058
2082
|
lineRichMenuId?: string | null | undefined;
|
2059
2083
|
messengerIntegrationType?: "own" | "business" | undefined;
|
2084
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
2060
2085
|
};
|
2061
2086
|
status: boolean;
|
2062
2087
|
brandName: string;
|
@@ -4106,6 +4131,7 @@ export declare const lineContract: {
|
|
4106
4131
|
}>>;
|
4107
4132
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
4108
4133
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
4134
|
+
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
4109
4135
|
}, "strip", z.ZodTypeAny, {
|
4110
4136
|
id: string;
|
4111
4137
|
name: string;
|
@@ -4131,6 +4157,7 @@ export declare const lineContract: {
|
|
4131
4157
|
} | undefined;
|
4132
4158
|
lineRichMenuId?: string | null | undefined;
|
4133
4159
|
messengerIntegrationType?: "own" | "business" | undefined;
|
4160
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
4134
4161
|
}, {
|
4135
4162
|
id: string;
|
4136
4163
|
name: string;
|
@@ -4156,6 +4183,7 @@ export declare const lineContract: {
|
|
4156
4183
|
} | undefined;
|
4157
4184
|
lineRichMenuId?: string | null | undefined;
|
4158
4185
|
messengerIntegrationType?: "own" | "business" | undefined;
|
4186
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
4159
4187
|
}>;
|
4160
4188
|
brandName: z.ZodString;
|
4161
4189
|
platformId: z.ZodString;
|
@@ -4415,6 +4443,7 @@ export declare const lineContract: {
|
|
4415
4443
|
} | undefined;
|
4416
4444
|
lineRichMenuId?: string | null | undefined;
|
4417
4445
|
messengerIntegrationType?: "own" | "business" | undefined;
|
4446
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
4418
4447
|
};
|
4419
4448
|
status: boolean;
|
4420
4449
|
createdAt: Date;
|
@@ -4505,6 +4534,7 @@ export declare const lineContract: {
|
|
4505
4534
|
} | undefined;
|
4506
4535
|
lineRichMenuId?: string | null | undefined;
|
4507
4536
|
messengerIntegrationType?: "own" | "business" | undefined;
|
4537
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
4508
4538
|
};
|
4509
4539
|
status: boolean;
|
4510
4540
|
createdAt: Date;
|
@@ -5159,6 +5189,7 @@ export declare const lineContract: {
|
|
5159
5189
|
} | undefined;
|
5160
5190
|
lineRichMenuId?: string | null | undefined;
|
5161
5191
|
messengerIntegrationType?: "own" | "business" | undefined;
|
5192
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
5162
5193
|
};
|
5163
5194
|
status: boolean;
|
5164
5195
|
createdAt: Date;
|
@@ -5582,6 +5613,7 @@ export declare const lineContract: {
|
|
5582
5613
|
} | undefined;
|
5583
5614
|
lineRichMenuId?: string | null | undefined;
|
5584
5615
|
messengerIntegrationType?: "own" | "business" | undefined;
|
5616
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
5585
5617
|
};
|
5586
5618
|
status: boolean;
|
5587
5619
|
createdAt: Date;
|
@@ -8749,6 +8781,7 @@ export declare const lineContract: {
|
|
8749
8781
|
}>>;
|
8750
8782
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
8751
8783
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
8784
|
+
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
8752
8785
|
}, "strip", z.ZodTypeAny, {
|
8753
8786
|
id: string;
|
8754
8787
|
name: string;
|
@@ -8774,6 +8807,7 @@ export declare const lineContract: {
|
|
8774
8807
|
} | undefined;
|
8775
8808
|
lineRichMenuId?: string | null | undefined;
|
8776
8809
|
messengerIntegrationType?: "own" | "business" | undefined;
|
8810
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
8777
8811
|
}, {
|
8778
8812
|
id: string;
|
8779
8813
|
name: string;
|
@@ -8799,6 +8833,7 @@ export declare const lineContract: {
|
|
8799
8833
|
} | undefined;
|
8800
8834
|
lineRichMenuId?: string | null | undefined;
|
8801
8835
|
messengerIntegrationType?: "own" | "business" | undefined;
|
8836
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
8802
8837
|
}>;
|
8803
8838
|
brandName: z.ZodString;
|
8804
8839
|
platformId: z.ZodString;
|
@@ -9058,6 +9093,7 @@ export declare const lineContract: {
|
|
9058
9093
|
} | undefined;
|
9059
9094
|
lineRichMenuId?: string | null | undefined;
|
9060
9095
|
messengerIntegrationType?: "own" | "business" | undefined;
|
9096
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
9061
9097
|
};
|
9062
9098
|
status: boolean;
|
9063
9099
|
createdAt: Date;
|
@@ -9148,6 +9184,7 @@ export declare const lineContract: {
|
|
9148
9184
|
} | undefined;
|
9149
9185
|
lineRichMenuId?: string | null | undefined;
|
9150
9186
|
messengerIntegrationType?: "own" | "business" | undefined;
|
9187
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
9151
9188
|
};
|
9152
9189
|
status: boolean;
|
9153
9190
|
createdAt: Date;
|
@@ -9802,6 +9839,7 @@ export declare const lineContract: {
|
|
9802
9839
|
} | undefined;
|
9803
9840
|
lineRichMenuId?: string | null | undefined;
|
9804
9841
|
messengerIntegrationType?: "own" | "business" | undefined;
|
9842
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
9805
9843
|
};
|
9806
9844
|
status: boolean;
|
9807
9845
|
createdAt: Date;
|
@@ -10225,6 +10263,7 @@ export declare const lineContract: {
|
|
10225
10263
|
} | undefined;
|
10226
10264
|
lineRichMenuId?: string | null | undefined;
|
10227
10265
|
messengerIntegrationType?: "own" | "business" | undefined;
|
10266
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
10228
10267
|
};
|
10229
10268
|
status: boolean;
|
10230
10269
|
createdAt: Date;
|
@@ -12421,6 +12460,7 @@ export declare const lineContract: {
|
|
12421
12460
|
} | undefined;
|
12422
12461
|
lineRichMenuId?: string | null | undefined;
|
12423
12462
|
messengerIntegrationType?: "own" | "business" | undefined;
|
12463
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
12424
12464
|
};
|
12425
12465
|
status: boolean;
|
12426
12466
|
createdAt: Date;
|
@@ -13181,6 +13221,7 @@ export declare const lineContract: {
|
|
13181
13221
|
} | undefined;
|
13182
13222
|
lineRichMenuId?: string | null | undefined;
|
13183
13223
|
messengerIntegrationType?: "own" | "business" | undefined;
|
13224
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
13184
13225
|
};
|
13185
13226
|
status: boolean;
|
13186
13227
|
createdAt: Date;
|
@@ -13942,6 +13983,7 @@ export declare const lineContract: {
|
|
13942
13983
|
} | undefined;
|
13943
13984
|
lineRichMenuId?: string | null | undefined;
|
13944
13985
|
messengerIntegrationType?: "own" | "business" | undefined;
|
13986
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
13945
13987
|
};
|
13946
13988
|
status: boolean;
|
13947
13989
|
createdAt: Date;
|
@@ -14702,6 +14744,7 @@ export declare const lineContract: {
|
|
14702
14744
|
} | undefined;
|
14703
14745
|
lineRichMenuId?: string | null | undefined;
|
14704
14746
|
messengerIntegrationType?: "own" | "business" | undefined;
|
14747
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
14705
14748
|
};
|
14706
14749
|
status: boolean;
|
14707
14750
|
createdAt: Date;
|
@@ -15463,6 +15506,7 @@ export declare const lineContract: {
|
|
15463
15506
|
} | undefined;
|
15464
15507
|
lineRichMenuId?: string | null | undefined;
|
15465
15508
|
messengerIntegrationType?: "own" | "business" | undefined;
|
15509
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
15466
15510
|
};
|
15467
15511
|
status: boolean;
|
15468
15512
|
createdAt: Date;
|
@@ -16223,6 +16267,7 @@ export declare const lineContract: {
|
|
16223
16267
|
} | undefined;
|
16224
16268
|
lineRichMenuId?: string | null | undefined;
|
16225
16269
|
messengerIntegrationType?: "own" | "business" | undefined;
|
16270
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
16226
16271
|
};
|
16227
16272
|
status: boolean;
|
16228
16273
|
createdAt: Date;
|
@@ -16986,6 +17031,7 @@ export declare const lineContract: {
|
|
16986
17031
|
} | undefined;
|
16987
17032
|
lineRichMenuId?: string | null | undefined;
|
16988
17033
|
messengerIntegrationType?: "own" | "business" | undefined;
|
17034
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
16989
17035
|
};
|
16990
17036
|
status: boolean;
|
16991
17037
|
createdAt: Date;
|
@@ -17746,6 +17792,7 @@ export declare const lineContract: {
|
|
17746
17792
|
} | undefined;
|
17747
17793
|
lineRichMenuId?: string | null | undefined;
|
17748
17794
|
messengerIntegrationType?: "own" | "business" | undefined;
|
17795
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
17749
17796
|
};
|
17750
17797
|
status: boolean;
|
17751
17798
|
createdAt: Date;
|
@@ -18510,6 +18557,7 @@ export declare const lineContract: {
|
|
18510
18557
|
} | undefined;
|
18511
18558
|
lineRichMenuId?: string | null | undefined;
|
18512
18559
|
messengerIntegrationType?: "own" | "business" | undefined;
|
18560
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
18513
18561
|
};
|
18514
18562
|
status: boolean;
|
18515
18563
|
createdAt: Date;
|
@@ -19270,6 +19318,7 @@ export declare const lineContract: {
|
|
19270
19318
|
} | undefined;
|
19271
19319
|
lineRichMenuId?: string | null | undefined;
|
19272
19320
|
messengerIntegrationType?: "own" | "business" | undefined;
|
19321
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
19273
19322
|
};
|
19274
19323
|
status: boolean;
|
19275
19324
|
createdAt: Date;
|
@@ -19964,6 +20013,7 @@ export declare const lineContract: {
|
|
19964
20013
|
}>>;
|
19965
20014
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
19966
20015
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
20016
|
+
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
19967
20017
|
}, "strip", z.ZodTypeAny, {
|
19968
20018
|
id: string;
|
19969
20019
|
name: string;
|
@@ -19989,6 +20039,7 @@ export declare const lineContract: {
|
|
19989
20039
|
} | undefined;
|
19990
20040
|
lineRichMenuId?: string | null | undefined;
|
19991
20041
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20042
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
19992
20043
|
}, {
|
19993
20044
|
id: string;
|
19994
20045
|
name: string;
|
@@ -20014,6 +20065,7 @@ export declare const lineContract: {
|
|
20014
20065
|
} | undefined;
|
20015
20066
|
lineRichMenuId?: string | null | undefined;
|
20016
20067
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20068
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20017
20069
|
}>>;
|
20018
20070
|
platformId: z.ZodOptional<z.ZodString>;
|
20019
20071
|
brandName: z.ZodOptional<z.ZodString>;
|
@@ -20069,6 +20121,7 @@ export declare const lineContract: {
|
|
20069
20121
|
} | undefined;
|
20070
20122
|
lineRichMenuId?: string | null | undefined;
|
20071
20123
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20124
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20072
20125
|
} | undefined;
|
20073
20126
|
platformId?: string | undefined;
|
20074
20127
|
brandName?: string | undefined;
|
@@ -20112,6 +20165,7 @@ export declare const lineContract: {
|
|
20112
20165
|
} | undefined;
|
20113
20166
|
lineRichMenuId?: string | null | undefined;
|
20114
20167
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20168
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20115
20169
|
} | undefined;
|
20116
20170
|
platformId?: string | undefined;
|
20117
20171
|
brandName?: string | undefined;
|
@@ -20188,6 +20242,7 @@ export declare const lineContract: {
|
|
20188
20242
|
}>>;
|
20189
20243
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
20190
20244
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
20245
|
+
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
20191
20246
|
}, "strip", z.ZodTypeAny, {
|
20192
20247
|
id: string;
|
20193
20248
|
name: string;
|
@@ -20213,6 +20268,7 @@ export declare const lineContract: {
|
|
20213
20268
|
} | undefined;
|
20214
20269
|
lineRichMenuId?: string | null | undefined;
|
20215
20270
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20271
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20216
20272
|
}, {
|
20217
20273
|
id: string;
|
20218
20274
|
name: string;
|
@@ -20238,6 +20294,7 @@ export declare const lineContract: {
|
|
20238
20294
|
} | undefined;
|
20239
20295
|
lineRichMenuId?: string | null | undefined;
|
20240
20296
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20297
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20241
20298
|
}>;
|
20242
20299
|
platformId: z.ZodString;
|
20243
20300
|
brandName: z.ZodString;
|
@@ -20293,6 +20350,7 @@ export declare const lineContract: {
|
|
20293
20350
|
} | undefined;
|
20294
20351
|
lineRichMenuId?: string | null | undefined;
|
20295
20352
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20353
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20296
20354
|
};
|
20297
20355
|
status: boolean;
|
20298
20356
|
brandName: string;
|
@@ -20336,6 +20394,7 @@ export declare const lineContract: {
|
|
20336
20394
|
} | undefined;
|
20337
20395
|
lineRichMenuId?: string | null | undefined;
|
20338
20396
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20397
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20339
20398
|
};
|
20340
20399
|
status: boolean;
|
20341
20400
|
brandName: string;
|
@@ -20381,6 +20440,7 @@ export declare const lineContract: {
|
|
20381
20440
|
} | undefined;
|
20382
20441
|
lineRichMenuId?: string | null | undefined;
|
20383
20442
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20443
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20384
20444
|
};
|
20385
20445
|
status: boolean;
|
20386
20446
|
brandName: string;
|
@@ -20427,6 +20487,7 @@ export declare const lineContract: {
|
|
20427
20487
|
} | undefined;
|
20428
20488
|
lineRichMenuId?: string | null | undefined;
|
20429
20489
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20490
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20430
20491
|
};
|
20431
20492
|
status: boolean;
|
20432
20493
|
brandName: string;
|
@@ -20537,6 +20598,7 @@ export declare const lineContract: {
|
|
20537
20598
|
}>>;
|
20538
20599
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
20539
20600
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
20601
|
+
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
20540
20602
|
}, "strip", z.ZodTypeAny, {
|
20541
20603
|
id: string;
|
20542
20604
|
name: string;
|
@@ -20562,6 +20624,7 @@ export declare const lineContract: {
|
|
20562
20624
|
} | undefined;
|
20563
20625
|
lineRichMenuId?: string | null | undefined;
|
20564
20626
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20627
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20565
20628
|
}, {
|
20566
20629
|
id: string;
|
20567
20630
|
name: string;
|
@@ -20587,6 +20650,7 @@ export declare const lineContract: {
|
|
20587
20650
|
} | undefined;
|
20588
20651
|
lineRichMenuId?: string | null | undefined;
|
20589
20652
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20653
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20590
20654
|
}>;
|
20591
20655
|
platformId: z.ZodString;
|
20592
20656
|
brandName: z.ZodString;
|
@@ -20642,6 +20706,7 @@ export declare const lineContract: {
|
|
20642
20706
|
} | undefined;
|
20643
20707
|
lineRichMenuId?: string | null | undefined;
|
20644
20708
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20709
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20645
20710
|
};
|
20646
20711
|
status: boolean;
|
20647
20712
|
brandName: string;
|
@@ -20685,6 +20750,7 @@ export declare const lineContract: {
|
|
20685
20750
|
} | undefined;
|
20686
20751
|
lineRichMenuId?: string | null | undefined;
|
20687
20752
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20753
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20688
20754
|
};
|
20689
20755
|
status: boolean;
|
20690
20756
|
brandName: string;
|
@@ -20730,6 +20796,7 @@ export declare const lineContract: {
|
|
20730
20796
|
} | undefined;
|
20731
20797
|
lineRichMenuId?: string | null | undefined;
|
20732
20798
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20799
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20733
20800
|
};
|
20734
20801
|
status: boolean;
|
20735
20802
|
brandName: string;
|
@@ -20776,6 +20843,7 @@ export declare const lineContract: {
|
|
20776
20843
|
} | undefined;
|
20777
20844
|
lineRichMenuId?: string | null | undefined;
|
20778
20845
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20846
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20779
20847
|
};
|
20780
20848
|
status: boolean;
|
20781
20849
|
brandName: string;
|
@@ -20886,6 +20954,7 @@ export declare const lineContract: {
|
|
20886
20954
|
}>>;
|
20887
20955
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
20888
20956
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
20957
|
+
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
20889
20958
|
}, "strip", z.ZodTypeAny, {
|
20890
20959
|
id: string;
|
20891
20960
|
name: string;
|
@@ -20911,6 +20980,7 @@ export declare const lineContract: {
|
|
20911
20980
|
} | undefined;
|
20912
20981
|
lineRichMenuId?: string | null | undefined;
|
20913
20982
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20983
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20914
20984
|
}, {
|
20915
20985
|
id: string;
|
20916
20986
|
name: string;
|
@@ -20936,6 +21006,7 @@ export declare const lineContract: {
|
|
20936
21006
|
} | undefined;
|
20937
21007
|
lineRichMenuId?: string | null | undefined;
|
20938
21008
|
messengerIntegrationType?: "own" | "business" | undefined;
|
21009
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20939
21010
|
}>;
|
20940
21011
|
platformId: z.ZodString;
|
20941
21012
|
brandName: z.ZodString;
|
@@ -20991,6 +21062,7 @@ export declare const lineContract: {
|
|
20991
21062
|
} | undefined;
|
20992
21063
|
lineRichMenuId?: string | null | undefined;
|
20993
21064
|
messengerIntegrationType?: "own" | "business" | undefined;
|
21065
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20994
21066
|
};
|
20995
21067
|
status: boolean;
|
20996
21068
|
brandName: string;
|
@@ -21034,6 +21106,7 @@ export declare const lineContract: {
|
|
21034
21106
|
} | undefined;
|
21035
21107
|
lineRichMenuId?: string | null | undefined;
|
21036
21108
|
messengerIntegrationType?: "own" | "business" | undefined;
|
21109
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
21037
21110
|
};
|
21038
21111
|
status: boolean;
|
21039
21112
|
brandName: string;
|
@@ -21079,6 +21152,7 @@ export declare const lineContract: {
|
|
21079
21152
|
} | undefined;
|
21080
21153
|
lineRichMenuId?: string | null | undefined;
|
21081
21154
|
messengerIntegrationType?: "own" | "business" | undefined;
|
21155
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
21082
21156
|
};
|
21083
21157
|
status: boolean;
|
21084
21158
|
brandName: string;
|
@@ -21125,6 +21199,7 @@ export declare const lineContract: {
|
|
21125
21199
|
} | undefined;
|
21126
21200
|
lineRichMenuId?: string | null | undefined;
|
21127
21201
|
messengerIntegrationType?: "own" | "business" | undefined;
|
21202
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
21128
21203
|
};
|
21129
21204
|
status: boolean;
|
21130
21205
|
brandName: string;
|