@kl1/contracts 1.2.18-uat → 1.2.19-uat
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api-contracts/src/channel/index.d.ts +125 -0
- 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 +5 -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 +736 -0
- package/dist/api-contracts/src/contract.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/telegram/index.d.ts +66 -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 +40 -0
- package/dist/api-contracts/src/webchat/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 +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -51,6 +51,7 @@ export declare const channelContract: {
|
|
|
51
51
|
apiSecret: string;
|
|
52
52
|
}>>;
|
|
53
53
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
54
|
+
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
54
55
|
}, "strip", z.ZodTypeAny, {
|
|
55
56
|
id: string;
|
|
56
57
|
name: string;
|
|
@@ -64,6 +65,7 @@ export declare const channelContract: {
|
|
|
64
65
|
apiSecret: string;
|
|
65
66
|
} | undefined;
|
|
66
67
|
lineRichMenuId?: string | null | undefined;
|
|
68
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
67
69
|
}, {
|
|
68
70
|
id: string;
|
|
69
71
|
name: string;
|
|
@@ -77,6 +79,7 @@ export declare const channelContract: {
|
|
|
77
79
|
apiSecret: string;
|
|
78
80
|
} | undefined;
|
|
79
81
|
lineRichMenuId?: string | null | undefined;
|
|
82
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
80
83
|
}>;
|
|
81
84
|
brandName: z.ZodString;
|
|
82
85
|
platformId: z.ZodString;
|
|
@@ -324,6 +327,7 @@ export declare const channelContract: {
|
|
|
324
327
|
apiSecret: string;
|
|
325
328
|
} | undefined;
|
|
326
329
|
lineRichMenuId?: string | null | undefined;
|
|
330
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
327
331
|
};
|
|
328
332
|
status: boolean;
|
|
329
333
|
createdAt: Date;
|
|
@@ -402,6 +406,7 @@ export declare const channelContract: {
|
|
|
402
406
|
apiSecret: string;
|
|
403
407
|
} | undefined;
|
|
404
408
|
lineRichMenuId?: string | null | undefined;
|
|
409
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
405
410
|
};
|
|
406
411
|
status: boolean;
|
|
407
412
|
createdAt: Date;
|
|
@@ -482,6 +487,7 @@ export declare const channelContract: {
|
|
|
482
487
|
apiSecret: string;
|
|
483
488
|
} | undefined;
|
|
484
489
|
lineRichMenuId?: string | null | undefined;
|
|
490
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
485
491
|
};
|
|
486
492
|
status: boolean;
|
|
487
493
|
createdAt: Date;
|
|
@@ -563,6 +569,7 @@ export declare const channelContract: {
|
|
|
563
569
|
apiSecret: string;
|
|
564
570
|
} | undefined;
|
|
565
571
|
lineRichMenuId?: string | null | undefined;
|
|
572
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
566
573
|
};
|
|
567
574
|
status: boolean;
|
|
568
575
|
createdAt: Date;
|
|
@@ -684,6 +691,7 @@ export declare const channelContract: {
|
|
|
684
691
|
apiSecret: string;
|
|
685
692
|
}>>;
|
|
686
693
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
694
|
+
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
687
695
|
}, "strip", z.ZodTypeAny, {
|
|
688
696
|
id: string;
|
|
689
697
|
name: string;
|
|
@@ -697,6 +705,7 @@ export declare const channelContract: {
|
|
|
697
705
|
apiSecret: string;
|
|
698
706
|
} | undefined;
|
|
699
707
|
lineRichMenuId?: string | null | undefined;
|
|
708
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
700
709
|
}, {
|
|
701
710
|
id: string;
|
|
702
711
|
name: string;
|
|
@@ -710,6 +719,7 @@ export declare const channelContract: {
|
|
|
710
719
|
apiSecret: string;
|
|
711
720
|
} | undefined;
|
|
712
721
|
lineRichMenuId?: string | null | undefined;
|
|
722
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
713
723
|
}>;
|
|
714
724
|
status: z.ZodUnion<[z.ZodLiteral<true>, z.ZodLiteral<false>]>;
|
|
715
725
|
actor: z.ZodOptional<z.ZodObject<{
|
|
@@ -758,6 +768,7 @@ export declare const channelContract: {
|
|
|
758
768
|
apiSecret: string;
|
|
759
769
|
} | undefined;
|
|
760
770
|
lineRichMenuId?: string | null | undefined;
|
|
771
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
761
772
|
};
|
|
762
773
|
status: boolean;
|
|
763
774
|
createdAt: string;
|
|
@@ -793,6 +804,7 @@ export declare const channelContract: {
|
|
|
793
804
|
apiSecret: string;
|
|
794
805
|
} | undefined;
|
|
795
806
|
lineRichMenuId?: string | null | undefined;
|
|
807
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
796
808
|
};
|
|
797
809
|
status: boolean;
|
|
798
810
|
createdAt: string;
|
|
@@ -830,6 +842,7 @@ export declare const channelContract: {
|
|
|
830
842
|
apiSecret: string;
|
|
831
843
|
} | undefined;
|
|
832
844
|
lineRichMenuId?: string | null | undefined;
|
|
845
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
833
846
|
};
|
|
834
847
|
status: boolean;
|
|
835
848
|
createdAt: string;
|
|
@@ -868,6 +881,7 @@ export declare const channelContract: {
|
|
|
868
881
|
apiSecret: string;
|
|
869
882
|
} | undefined;
|
|
870
883
|
lineRichMenuId?: string | null | undefined;
|
|
884
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
871
885
|
};
|
|
872
886
|
status: boolean;
|
|
873
887
|
createdAt: string;
|
|
@@ -960,6 +974,7 @@ export declare const channelContract: {
|
|
|
960
974
|
apiSecret: string;
|
|
961
975
|
}>>;
|
|
962
976
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
977
|
+
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
963
978
|
}, "strip", z.ZodTypeAny, {
|
|
964
979
|
id: string;
|
|
965
980
|
name: string;
|
|
@@ -973,6 +988,7 @@ export declare const channelContract: {
|
|
|
973
988
|
apiSecret: string;
|
|
974
989
|
} | undefined;
|
|
975
990
|
lineRichMenuId?: string | null | undefined;
|
|
991
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
976
992
|
}, {
|
|
977
993
|
id: string;
|
|
978
994
|
name: string;
|
|
@@ -986,6 +1002,7 @@ export declare const channelContract: {
|
|
|
986
1002
|
apiSecret: string;
|
|
987
1003
|
} | undefined;
|
|
988
1004
|
lineRichMenuId?: string | null | undefined;
|
|
1005
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
989
1006
|
}>;
|
|
990
1007
|
brandName: z.ZodString;
|
|
991
1008
|
platformId: z.ZodString;
|
|
@@ -1233,6 +1250,7 @@ export declare const channelContract: {
|
|
|
1233
1250
|
apiSecret: string;
|
|
1234
1251
|
} | undefined;
|
|
1235
1252
|
lineRichMenuId?: string | null | undefined;
|
|
1253
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1236
1254
|
};
|
|
1237
1255
|
status: boolean;
|
|
1238
1256
|
createdAt: Date;
|
|
@@ -1311,6 +1329,7 @@ export declare const channelContract: {
|
|
|
1311
1329
|
apiSecret: string;
|
|
1312
1330
|
} | undefined;
|
|
1313
1331
|
lineRichMenuId?: string | null | undefined;
|
|
1332
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1314
1333
|
};
|
|
1315
1334
|
status: boolean;
|
|
1316
1335
|
createdAt: Date;
|
|
@@ -1391,6 +1410,7 @@ export declare const channelContract: {
|
|
|
1391
1410
|
apiSecret: string;
|
|
1392
1411
|
} | undefined;
|
|
1393
1412
|
lineRichMenuId?: string | null | undefined;
|
|
1413
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1394
1414
|
};
|
|
1395
1415
|
status: boolean;
|
|
1396
1416
|
createdAt: Date;
|
|
@@ -1472,6 +1492,7 @@ export declare const channelContract: {
|
|
|
1472
1492
|
apiSecret: string;
|
|
1473
1493
|
} | undefined;
|
|
1474
1494
|
lineRichMenuId?: string | null | undefined;
|
|
1495
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1475
1496
|
};
|
|
1476
1497
|
status: boolean;
|
|
1477
1498
|
createdAt: Date;
|
|
@@ -1613,6 +1634,7 @@ export declare const channelContract: {
|
|
|
1613
1634
|
apiSecret: string;
|
|
1614
1635
|
}>>;
|
|
1615
1636
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1637
|
+
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
1616
1638
|
}, "strip", z.ZodTypeAny, {
|
|
1617
1639
|
id: string;
|
|
1618
1640
|
name: string;
|
|
@@ -1626,6 +1648,7 @@ export declare const channelContract: {
|
|
|
1626
1648
|
apiSecret: string;
|
|
1627
1649
|
} | undefined;
|
|
1628
1650
|
lineRichMenuId?: string | null | undefined;
|
|
1651
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1629
1652
|
}, {
|
|
1630
1653
|
id: string;
|
|
1631
1654
|
name: string;
|
|
@@ -1639,6 +1662,7 @@ export declare const channelContract: {
|
|
|
1639
1662
|
apiSecret: string;
|
|
1640
1663
|
} | undefined;
|
|
1641
1664
|
lineRichMenuId?: string | null | undefined;
|
|
1665
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1642
1666
|
}>;
|
|
1643
1667
|
brandName: z.ZodString;
|
|
1644
1668
|
platformId: z.ZodString;
|
|
@@ -1886,6 +1910,7 @@ export declare const channelContract: {
|
|
|
1886
1910
|
apiSecret: string;
|
|
1887
1911
|
} | undefined;
|
|
1888
1912
|
lineRichMenuId?: string | null | undefined;
|
|
1913
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1889
1914
|
};
|
|
1890
1915
|
status: boolean;
|
|
1891
1916
|
createdAt: Date;
|
|
@@ -1964,6 +1989,7 @@ export declare const channelContract: {
|
|
|
1964
1989
|
apiSecret: string;
|
|
1965
1990
|
} | undefined;
|
|
1966
1991
|
lineRichMenuId?: string | null | undefined;
|
|
1992
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1967
1993
|
};
|
|
1968
1994
|
status: boolean;
|
|
1969
1995
|
createdAt: Date;
|
|
@@ -2044,6 +2070,7 @@ export declare const channelContract: {
|
|
|
2044
2070
|
apiSecret: string;
|
|
2045
2071
|
} | undefined;
|
|
2046
2072
|
lineRichMenuId?: string | null | undefined;
|
|
2073
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
2047
2074
|
};
|
|
2048
2075
|
status: boolean;
|
|
2049
2076
|
createdAt: Date;
|
|
@@ -2125,6 +2152,7 @@ export declare const channelContract: {
|
|
|
2125
2152
|
apiSecret: string;
|
|
2126
2153
|
} | undefined;
|
|
2127
2154
|
lineRichMenuId?: string | null | undefined;
|
|
2155
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
2128
2156
|
};
|
|
2129
2157
|
status: boolean;
|
|
2130
2158
|
createdAt: Date;
|
|
@@ -2260,6 +2288,7 @@ export declare const channelContract: {
|
|
|
2260
2288
|
apiSecret: string;
|
|
2261
2289
|
}>>;
|
|
2262
2290
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2291
|
+
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
2263
2292
|
}, "strip", z.ZodTypeAny, {
|
|
2264
2293
|
id: string;
|
|
2265
2294
|
name: string;
|
|
@@ -2273,6 +2302,7 @@ export declare const channelContract: {
|
|
|
2273
2302
|
apiSecret: string;
|
|
2274
2303
|
} | undefined;
|
|
2275
2304
|
lineRichMenuId?: string | null | undefined;
|
|
2305
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
2276
2306
|
}, {
|
|
2277
2307
|
id: string;
|
|
2278
2308
|
name: string;
|
|
@@ -2286,6 +2316,7 @@ export declare const channelContract: {
|
|
|
2286
2316
|
apiSecret: string;
|
|
2287
2317
|
} | undefined;
|
|
2288
2318
|
lineRichMenuId?: string | null | undefined;
|
|
2319
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
2289
2320
|
}>;
|
|
2290
2321
|
brandName: z.ZodString;
|
|
2291
2322
|
platformId: z.ZodString;
|
|
@@ -2533,6 +2564,7 @@ export declare const channelContract: {
|
|
|
2533
2564
|
apiSecret: string;
|
|
2534
2565
|
} | undefined;
|
|
2535
2566
|
lineRichMenuId?: string | null | undefined;
|
|
2567
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
2536
2568
|
};
|
|
2537
2569
|
status: boolean;
|
|
2538
2570
|
createdAt: Date;
|
|
@@ -2611,6 +2643,7 @@ export declare const channelContract: {
|
|
|
2611
2643
|
apiSecret: string;
|
|
2612
2644
|
} | undefined;
|
|
2613
2645
|
lineRichMenuId?: string | null | undefined;
|
|
2646
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
2614
2647
|
};
|
|
2615
2648
|
status: boolean;
|
|
2616
2649
|
createdAt: Date;
|
|
@@ -2691,6 +2724,7 @@ export declare const channelContract: {
|
|
|
2691
2724
|
apiSecret: string;
|
|
2692
2725
|
} | undefined;
|
|
2693
2726
|
lineRichMenuId?: string | null | undefined;
|
|
2727
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
2694
2728
|
};
|
|
2695
2729
|
status: boolean;
|
|
2696
2730
|
createdAt: Date;
|
|
@@ -2772,6 +2806,7 @@ export declare const channelContract: {
|
|
|
2772
2806
|
apiSecret: string;
|
|
2773
2807
|
} | undefined;
|
|
2774
2808
|
lineRichMenuId?: string | null | undefined;
|
|
2809
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
2775
2810
|
};
|
|
2776
2811
|
status: boolean;
|
|
2777
2812
|
createdAt: Date;
|
|
@@ -2890,6 +2925,7 @@ export declare const channelContract: {
|
|
|
2890
2925
|
apiSecret: string;
|
|
2891
2926
|
}>>;
|
|
2892
2927
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2928
|
+
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
2893
2929
|
}, "strip", z.ZodTypeAny, {
|
|
2894
2930
|
id: string;
|
|
2895
2931
|
name: string;
|
|
@@ -2903,6 +2939,7 @@ export declare const channelContract: {
|
|
|
2903
2939
|
apiSecret: string;
|
|
2904
2940
|
} | undefined;
|
|
2905
2941
|
lineRichMenuId?: string | null | undefined;
|
|
2942
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
2906
2943
|
}, {
|
|
2907
2944
|
id: string;
|
|
2908
2945
|
name: string;
|
|
@@ -2916,6 +2953,7 @@ export declare const channelContract: {
|
|
|
2916
2953
|
apiSecret: string;
|
|
2917
2954
|
} | undefined;
|
|
2918
2955
|
lineRichMenuId?: string | null | undefined;
|
|
2956
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
2919
2957
|
}>;
|
|
2920
2958
|
platformId: z.ZodString;
|
|
2921
2959
|
connectedUserId: z.ZodString;
|
|
@@ -2936,6 +2974,7 @@ export declare const channelContract: {
|
|
|
2936
2974
|
apiSecret: string;
|
|
2937
2975
|
} | undefined;
|
|
2938
2976
|
lineRichMenuId?: string | null | undefined;
|
|
2977
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
2939
2978
|
};
|
|
2940
2979
|
platformId: string;
|
|
2941
2980
|
connectedUserId: string;
|
|
@@ -2956,6 +2995,7 @@ export declare const channelContract: {
|
|
|
2956
2995
|
apiSecret: string;
|
|
2957
2996
|
} | undefined;
|
|
2958
2997
|
lineRichMenuId?: string | null | undefined;
|
|
2998
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
2959
2999
|
};
|
|
2960
3000
|
platformId: string;
|
|
2961
3001
|
connectedUserId: string;
|
|
@@ -2994,6 +3034,7 @@ export declare const channelContract: {
|
|
|
2994
3034
|
apiSecret: string;
|
|
2995
3035
|
}>>;
|
|
2996
3036
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
3037
|
+
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
2997
3038
|
}, "strip", z.ZodTypeAny, {
|
|
2998
3039
|
id: string;
|
|
2999
3040
|
name: string;
|
|
@@ -3007,6 +3048,7 @@ export declare const channelContract: {
|
|
|
3007
3048
|
apiSecret: string;
|
|
3008
3049
|
} | undefined;
|
|
3009
3050
|
lineRichMenuId?: string | null | undefined;
|
|
3051
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
3010
3052
|
}, {
|
|
3011
3053
|
id: string;
|
|
3012
3054
|
name: string;
|
|
@@ -3020,6 +3062,7 @@ export declare const channelContract: {
|
|
|
3020
3062
|
apiSecret: string;
|
|
3021
3063
|
} | undefined;
|
|
3022
3064
|
lineRichMenuId?: string | null | undefined;
|
|
3065
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
3023
3066
|
}>;
|
|
3024
3067
|
brandName: z.ZodString;
|
|
3025
3068
|
platformId: z.ZodString;
|
|
@@ -3267,6 +3310,7 @@ export declare const channelContract: {
|
|
|
3267
3310
|
apiSecret: string;
|
|
3268
3311
|
} | undefined;
|
|
3269
3312
|
lineRichMenuId?: string | null | undefined;
|
|
3313
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
3270
3314
|
};
|
|
3271
3315
|
status: boolean;
|
|
3272
3316
|
createdAt: Date;
|
|
@@ -3345,6 +3389,7 @@ export declare const channelContract: {
|
|
|
3345
3389
|
apiSecret: string;
|
|
3346
3390
|
} | undefined;
|
|
3347
3391
|
lineRichMenuId?: string | null | undefined;
|
|
3392
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
3348
3393
|
};
|
|
3349
3394
|
status: boolean;
|
|
3350
3395
|
createdAt: Date;
|
|
@@ -3425,6 +3470,7 @@ export declare const channelContract: {
|
|
|
3425
3470
|
apiSecret: string;
|
|
3426
3471
|
} | undefined;
|
|
3427
3472
|
lineRichMenuId?: string | null | undefined;
|
|
3473
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
3428
3474
|
};
|
|
3429
3475
|
status: boolean;
|
|
3430
3476
|
createdAt: Date;
|
|
@@ -3506,6 +3552,7 @@ export declare const channelContract: {
|
|
|
3506
3552
|
apiSecret: string;
|
|
3507
3553
|
} | undefined;
|
|
3508
3554
|
lineRichMenuId?: string | null | undefined;
|
|
3555
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
3509
3556
|
};
|
|
3510
3557
|
status: boolean;
|
|
3511
3558
|
createdAt: Date;
|
|
@@ -4511,6 +4558,7 @@ export declare const channelContract: {
|
|
|
4511
4558
|
apiSecret: string;
|
|
4512
4559
|
}>>;
|
|
4513
4560
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
4561
|
+
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
4514
4562
|
}, "strip", z.ZodTypeAny, {
|
|
4515
4563
|
id: string;
|
|
4516
4564
|
name: string;
|
|
@@ -4524,6 +4572,7 @@ export declare const channelContract: {
|
|
|
4524
4572
|
apiSecret: string;
|
|
4525
4573
|
} | undefined;
|
|
4526
4574
|
lineRichMenuId?: string | null | undefined;
|
|
4575
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
4527
4576
|
}, {
|
|
4528
4577
|
id: string;
|
|
4529
4578
|
name: string;
|
|
@@ -4537,6 +4586,7 @@ export declare const channelContract: {
|
|
|
4537
4586
|
apiSecret: string;
|
|
4538
4587
|
} | undefined;
|
|
4539
4588
|
lineRichMenuId?: string | null | undefined;
|
|
4589
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
4540
4590
|
}>;
|
|
4541
4591
|
platformId: z.ZodString;
|
|
4542
4592
|
connectedUserId: z.ZodString;
|
|
@@ -4557,6 +4607,7 @@ export declare const channelContract: {
|
|
|
4557
4607
|
apiSecret: string;
|
|
4558
4608
|
} | undefined;
|
|
4559
4609
|
lineRichMenuId?: string | null | undefined;
|
|
4610
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
4560
4611
|
};
|
|
4561
4612
|
platformId: string;
|
|
4562
4613
|
connectedUserId: string;
|
|
@@ -4577,6 +4628,7 @@ export declare const channelContract: {
|
|
|
4577
4628
|
apiSecret: string;
|
|
4578
4629
|
} | undefined;
|
|
4579
4630
|
lineRichMenuId?: string | null | undefined;
|
|
4631
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
4580
4632
|
};
|
|
4581
4633
|
platformId: string;
|
|
4582
4634
|
connectedUserId: string;
|
|
@@ -4615,6 +4667,7 @@ export declare const channelContract: {
|
|
|
4615
4667
|
apiSecret: string;
|
|
4616
4668
|
}>>;
|
|
4617
4669
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
4670
|
+
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
4618
4671
|
}, "strip", z.ZodTypeAny, {
|
|
4619
4672
|
id: string;
|
|
4620
4673
|
name: string;
|
|
@@ -4628,6 +4681,7 @@ export declare const channelContract: {
|
|
|
4628
4681
|
apiSecret: string;
|
|
4629
4682
|
} | undefined;
|
|
4630
4683
|
lineRichMenuId?: string | null | undefined;
|
|
4684
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
4631
4685
|
}, {
|
|
4632
4686
|
id: string;
|
|
4633
4687
|
name: string;
|
|
@@ -4641,6 +4695,7 @@ export declare const channelContract: {
|
|
|
4641
4695
|
apiSecret: string;
|
|
4642
4696
|
} | undefined;
|
|
4643
4697
|
lineRichMenuId?: string | null | undefined;
|
|
4698
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
4644
4699
|
}>;
|
|
4645
4700
|
brandName: z.ZodString;
|
|
4646
4701
|
platformId: z.ZodString;
|
|
@@ -4888,6 +4943,7 @@ export declare const channelContract: {
|
|
|
4888
4943
|
apiSecret: string;
|
|
4889
4944
|
} | undefined;
|
|
4890
4945
|
lineRichMenuId?: string | null | undefined;
|
|
4946
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
4891
4947
|
};
|
|
4892
4948
|
status: boolean;
|
|
4893
4949
|
createdAt: Date;
|
|
@@ -4966,6 +5022,7 @@ export declare const channelContract: {
|
|
|
4966
5022
|
apiSecret: string;
|
|
4967
5023
|
} | undefined;
|
|
4968
5024
|
lineRichMenuId?: string | null | undefined;
|
|
5025
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
4969
5026
|
};
|
|
4970
5027
|
status: boolean;
|
|
4971
5028
|
createdAt: Date;
|
|
@@ -5046,6 +5103,7 @@ export declare const channelContract: {
|
|
|
5046
5103
|
apiSecret: string;
|
|
5047
5104
|
} | undefined;
|
|
5048
5105
|
lineRichMenuId?: string | null | undefined;
|
|
5106
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
5049
5107
|
};
|
|
5050
5108
|
status: boolean;
|
|
5051
5109
|
createdAt: Date;
|
|
@@ -5127,6 +5185,7 @@ export declare const channelContract: {
|
|
|
5127
5185
|
apiSecret: string;
|
|
5128
5186
|
} | undefined;
|
|
5129
5187
|
lineRichMenuId?: string | null | undefined;
|
|
5188
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
5130
5189
|
};
|
|
5131
5190
|
status: boolean;
|
|
5132
5191
|
createdAt: Date;
|
|
@@ -5496,6 +5555,7 @@ export declare const channelContract: {
|
|
|
5496
5555
|
apiSecret: string;
|
|
5497
5556
|
}>>;
|
|
5498
5557
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
5558
|
+
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
5499
5559
|
}, "strip", z.ZodTypeAny, {
|
|
5500
5560
|
id: string;
|
|
5501
5561
|
name: string;
|
|
@@ -5509,6 +5569,7 @@ export declare const channelContract: {
|
|
|
5509
5569
|
apiSecret: string;
|
|
5510
5570
|
} | undefined;
|
|
5511
5571
|
lineRichMenuId?: string | null | undefined;
|
|
5572
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
5512
5573
|
}, {
|
|
5513
5574
|
id: string;
|
|
5514
5575
|
name: string;
|
|
@@ -5522,6 +5583,7 @@ export declare const channelContract: {
|
|
|
5522
5583
|
apiSecret: string;
|
|
5523
5584
|
} | undefined;
|
|
5524
5585
|
lineRichMenuId?: string | null | undefined;
|
|
5586
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
5525
5587
|
}>;
|
|
5526
5588
|
platformId: z.ZodString;
|
|
5527
5589
|
connectedUserId: z.ZodString;
|
|
@@ -5542,6 +5604,7 @@ export declare const channelContract: {
|
|
|
5542
5604
|
apiSecret: string;
|
|
5543
5605
|
} | undefined;
|
|
5544
5606
|
lineRichMenuId?: string | null | undefined;
|
|
5607
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
5545
5608
|
};
|
|
5546
5609
|
platformId: string;
|
|
5547
5610
|
connectedUserId: string;
|
|
@@ -5562,6 +5625,7 @@ export declare const channelContract: {
|
|
|
5562
5625
|
apiSecret: string;
|
|
5563
5626
|
} | undefined;
|
|
5564
5627
|
lineRichMenuId?: string | null | undefined;
|
|
5628
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
5565
5629
|
};
|
|
5566
5630
|
platformId: string;
|
|
5567
5631
|
connectedUserId: string;
|
|
@@ -5600,6 +5664,7 @@ export declare const channelContract: {
|
|
|
5600
5664
|
apiSecret: string;
|
|
5601
5665
|
}>>;
|
|
5602
5666
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
5667
|
+
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
5603
5668
|
}, "strip", z.ZodTypeAny, {
|
|
5604
5669
|
id: string;
|
|
5605
5670
|
name: string;
|
|
@@ -5613,6 +5678,7 @@ export declare const channelContract: {
|
|
|
5613
5678
|
apiSecret: string;
|
|
5614
5679
|
} | undefined;
|
|
5615
5680
|
lineRichMenuId?: string | null | undefined;
|
|
5681
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
5616
5682
|
}, {
|
|
5617
5683
|
id: string;
|
|
5618
5684
|
name: string;
|
|
@@ -5626,6 +5692,7 @@ export declare const channelContract: {
|
|
|
5626
5692
|
apiSecret: string;
|
|
5627
5693
|
} | undefined;
|
|
5628
5694
|
lineRichMenuId?: string | null | undefined;
|
|
5695
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
5629
5696
|
}>;
|
|
5630
5697
|
brandName: z.ZodString;
|
|
5631
5698
|
platformId: z.ZodString;
|
|
@@ -5873,6 +5940,7 @@ export declare const channelContract: {
|
|
|
5873
5940
|
apiSecret: string;
|
|
5874
5941
|
} | undefined;
|
|
5875
5942
|
lineRichMenuId?: string | null | undefined;
|
|
5943
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
5876
5944
|
};
|
|
5877
5945
|
status: boolean;
|
|
5878
5946
|
createdAt: Date;
|
|
@@ -5951,6 +6019,7 @@ export declare const channelContract: {
|
|
|
5951
6019
|
apiSecret: string;
|
|
5952
6020
|
} | undefined;
|
|
5953
6021
|
lineRichMenuId?: string | null | undefined;
|
|
6022
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
5954
6023
|
};
|
|
5955
6024
|
status: boolean;
|
|
5956
6025
|
createdAt: Date;
|
|
@@ -6031,6 +6100,7 @@ export declare const channelContract: {
|
|
|
6031
6100
|
apiSecret: string;
|
|
6032
6101
|
} | undefined;
|
|
6033
6102
|
lineRichMenuId?: string | null | undefined;
|
|
6103
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
6034
6104
|
};
|
|
6035
6105
|
status: boolean;
|
|
6036
6106
|
createdAt: Date;
|
|
@@ -6112,6 +6182,7 @@ export declare const channelContract: {
|
|
|
6112
6182
|
apiSecret: string;
|
|
6113
6183
|
} | undefined;
|
|
6114
6184
|
lineRichMenuId?: string | null | undefined;
|
|
6185
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
6115
6186
|
};
|
|
6116
6187
|
status: boolean;
|
|
6117
6188
|
createdAt: Date;
|
|
@@ -6251,6 +6322,7 @@ export declare const channelContract: {
|
|
|
6251
6322
|
apiSecret: string;
|
|
6252
6323
|
}>>;
|
|
6253
6324
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
6325
|
+
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
6254
6326
|
}, "strip", z.ZodTypeAny, {
|
|
6255
6327
|
id: string;
|
|
6256
6328
|
name: string;
|
|
@@ -6264,6 +6336,7 @@ export declare const channelContract: {
|
|
|
6264
6336
|
apiSecret: string;
|
|
6265
6337
|
} | undefined;
|
|
6266
6338
|
lineRichMenuId?: string | null | undefined;
|
|
6339
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
6267
6340
|
}, {
|
|
6268
6341
|
id: string;
|
|
6269
6342
|
name: string;
|
|
@@ -6277,6 +6350,7 @@ export declare const channelContract: {
|
|
|
6277
6350
|
apiSecret: string;
|
|
6278
6351
|
} | undefined;
|
|
6279
6352
|
lineRichMenuId?: string | null | undefined;
|
|
6353
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
6280
6354
|
}>;
|
|
6281
6355
|
brandName: z.ZodString;
|
|
6282
6356
|
platformId: z.ZodString;
|
|
@@ -6524,6 +6598,7 @@ export declare const channelContract: {
|
|
|
6524
6598
|
apiSecret: string;
|
|
6525
6599
|
} | undefined;
|
|
6526
6600
|
lineRichMenuId?: string | null | undefined;
|
|
6601
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
6527
6602
|
};
|
|
6528
6603
|
status: boolean;
|
|
6529
6604
|
createdAt: Date;
|
|
@@ -6602,6 +6677,7 @@ export declare const channelContract: {
|
|
|
6602
6677
|
apiSecret: string;
|
|
6603
6678
|
} | undefined;
|
|
6604
6679
|
lineRichMenuId?: string | null | undefined;
|
|
6680
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
6605
6681
|
};
|
|
6606
6682
|
status: boolean;
|
|
6607
6683
|
createdAt: Date;
|
|
@@ -6682,6 +6758,7 @@ export declare const channelContract: {
|
|
|
6682
6758
|
apiSecret: string;
|
|
6683
6759
|
} | undefined;
|
|
6684
6760
|
lineRichMenuId?: string | null | undefined;
|
|
6761
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
6685
6762
|
};
|
|
6686
6763
|
status: boolean;
|
|
6687
6764
|
createdAt: Date;
|
|
@@ -6763,6 +6840,7 @@ export declare const channelContract: {
|
|
|
6763
6840
|
apiSecret: string;
|
|
6764
6841
|
} | undefined;
|
|
6765
6842
|
lineRichMenuId?: string | null | undefined;
|
|
6843
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
6766
6844
|
};
|
|
6767
6845
|
status: boolean;
|
|
6768
6846
|
createdAt: Date;
|
|
@@ -6912,6 +6990,7 @@ export declare const channelContract: {
|
|
|
6912
6990
|
apiSecret: string;
|
|
6913
6991
|
}>>;
|
|
6914
6992
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
6993
|
+
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
6915
6994
|
}, "strip", z.ZodTypeAny, {
|
|
6916
6995
|
id: string;
|
|
6917
6996
|
name: string;
|
|
@@ -6925,6 +7004,7 @@ export declare const channelContract: {
|
|
|
6925
7004
|
apiSecret: string;
|
|
6926
7005
|
} | undefined;
|
|
6927
7006
|
lineRichMenuId?: string | null | undefined;
|
|
7007
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
6928
7008
|
}, {
|
|
6929
7009
|
id: string;
|
|
6930
7010
|
name: string;
|
|
@@ -6938,6 +7018,7 @@ export declare const channelContract: {
|
|
|
6938
7018
|
apiSecret: string;
|
|
6939
7019
|
} | undefined;
|
|
6940
7020
|
lineRichMenuId?: string | null | undefined;
|
|
7021
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
6941
7022
|
}>;
|
|
6942
7023
|
brandName: z.ZodString;
|
|
6943
7024
|
platformId: z.ZodString;
|
|
@@ -7185,6 +7266,7 @@ export declare const channelContract: {
|
|
|
7185
7266
|
apiSecret: string;
|
|
7186
7267
|
} | undefined;
|
|
7187
7268
|
lineRichMenuId?: string | null | undefined;
|
|
7269
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
7188
7270
|
};
|
|
7189
7271
|
status: boolean;
|
|
7190
7272
|
createdAt: Date;
|
|
@@ -7263,6 +7345,7 @@ export declare const channelContract: {
|
|
|
7263
7345
|
apiSecret: string;
|
|
7264
7346
|
} | undefined;
|
|
7265
7347
|
lineRichMenuId?: string | null | undefined;
|
|
7348
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
7266
7349
|
};
|
|
7267
7350
|
status: boolean;
|
|
7268
7351
|
createdAt: Date;
|
|
@@ -7343,6 +7426,7 @@ export declare const channelContract: {
|
|
|
7343
7426
|
apiSecret: string;
|
|
7344
7427
|
} | undefined;
|
|
7345
7428
|
lineRichMenuId?: string | null | undefined;
|
|
7429
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
7346
7430
|
};
|
|
7347
7431
|
status: boolean;
|
|
7348
7432
|
createdAt: Date;
|
|
@@ -7424,6 +7508,7 @@ export declare const channelContract: {
|
|
|
7424
7508
|
apiSecret: string;
|
|
7425
7509
|
} | undefined;
|
|
7426
7510
|
lineRichMenuId?: string | null | undefined;
|
|
7511
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
7427
7512
|
};
|
|
7428
7513
|
status: boolean;
|
|
7429
7514
|
createdAt: Date;
|
|
@@ -7623,6 +7708,7 @@ export declare const channelContract: {
|
|
|
7623
7708
|
apiSecret: string;
|
|
7624
7709
|
}>>;
|
|
7625
7710
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
7711
|
+
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
7626
7712
|
}, "strip", z.ZodTypeAny, {
|
|
7627
7713
|
id: string;
|
|
7628
7714
|
name: string;
|
|
@@ -7636,6 +7722,7 @@ export declare const channelContract: {
|
|
|
7636
7722
|
apiSecret: string;
|
|
7637
7723
|
} | undefined;
|
|
7638
7724
|
lineRichMenuId?: string | null | undefined;
|
|
7725
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
7639
7726
|
}, {
|
|
7640
7727
|
id: string;
|
|
7641
7728
|
name: string;
|
|
@@ -7649,6 +7736,7 @@ export declare const channelContract: {
|
|
|
7649
7736
|
apiSecret: string;
|
|
7650
7737
|
} | undefined;
|
|
7651
7738
|
lineRichMenuId?: string | null | undefined;
|
|
7739
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
7652
7740
|
}>;
|
|
7653
7741
|
brandName: z.ZodString;
|
|
7654
7742
|
platformId: z.ZodString;
|
|
@@ -7896,6 +7984,7 @@ export declare const channelContract: {
|
|
|
7896
7984
|
apiSecret: string;
|
|
7897
7985
|
} | undefined;
|
|
7898
7986
|
lineRichMenuId?: string | null | undefined;
|
|
7987
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
7899
7988
|
};
|
|
7900
7989
|
status: boolean;
|
|
7901
7990
|
createdAt: Date;
|
|
@@ -7974,6 +8063,7 @@ export declare const channelContract: {
|
|
|
7974
8063
|
apiSecret: string;
|
|
7975
8064
|
} | undefined;
|
|
7976
8065
|
lineRichMenuId?: string | null | undefined;
|
|
8066
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
7977
8067
|
};
|
|
7978
8068
|
status: boolean;
|
|
7979
8069
|
createdAt: Date;
|
|
@@ -8054,6 +8144,7 @@ export declare const channelContract: {
|
|
|
8054
8144
|
apiSecret: string;
|
|
8055
8145
|
} | undefined;
|
|
8056
8146
|
lineRichMenuId?: string | null | undefined;
|
|
8147
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
8057
8148
|
};
|
|
8058
8149
|
status: boolean;
|
|
8059
8150
|
createdAt: Date;
|
|
@@ -8135,6 +8226,7 @@ export declare const channelContract: {
|
|
|
8135
8226
|
apiSecret: string;
|
|
8136
8227
|
} | undefined;
|
|
8137
8228
|
lineRichMenuId?: string | null | undefined;
|
|
8229
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
8138
8230
|
};
|
|
8139
8231
|
status: boolean;
|
|
8140
8232
|
createdAt: Date;
|
|
@@ -8481,6 +8573,7 @@ export declare const channelFacebookFeedContract: {
|
|
|
8481
8573
|
apiSecret: string;
|
|
8482
8574
|
}>>;
|
|
8483
8575
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
8576
|
+
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
8484
8577
|
}, "strip", z.ZodTypeAny, {
|
|
8485
8578
|
id: string;
|
|
8486
8579
|
name: string;
|
|
@@ -8494,6 +8587,7 @@ export declare const channelFacebookFeedContract: {
|
|
|
8494
8587
|
apiSecret: string;
|
|
8495
8588
|
} | undefined;
|
|
8496
8589
|
lineRichMenuId?: string | null | undefined;
|
|
8590
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
8497
8591
|
}, {
|
|
8498
8592
|
id: string;
|
|
8499
8593
|
name: string;
|
|
@@ -8507,6 +8601,7 @@ export declare const channelFacebookFeedContract: {
|
|
|
8507
8601
|
apiSecret: string;
|
|
8508
8602
|
} | undefined;
|
|
8509
8603
|
lineRichMenuId?: string | null | undefined;
|
|
8604
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
8510
8605
|
}>;
|
|
8511
8606
|
platformId: z.ZodString;
|
|
8512
8607
|
connectedUserId: z.ZodString;
|
|
@@ -8527,6 +8622,7 @@ export declare const channelFacebookFeedContract: {
|
|
|
8527
8622
|
apiSecret: string;
|
|
8528
8623
|
} | undefined;
|
|
8529
8624
|
lineRichMenuId?: string | null | undefined;
|
|
8625
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
8530
8626
|
};
|
|
8531
8627
|
platformId: string;
|
|
8532
8628
|
connectedUserId: string;
|
|
@@ -8547,6 +8643,7 @@ export declare const channelFacebookFeedContract: {
|
|
|
8547
8643
|
apiSecret: string;
|
|
8548
8644
|
} | undefined;
|
|
8549
8645
|
lineRichMenuId?: string | null | undefined;
|
|
8646
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
8550
8647
|
};
|
|
8551
8648
|
platformId: string;
|
|
8552
8649
|
connectedUserId: string;
|
|
@@ -8585,6 +8682,7 @@ export declare const channelFacebookFeedContract: {
|
|
|
8585
8682
|
apiSecret: string;
|
|
8586
8683
|
}>>;
|
|
8587
8684
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
8685
|
+
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
8588
8686
|
}, "strip", z.ZodTypeAny, {
|
|
8589
8687
|
id: string;
|
|
8590
8688
|
name: string;
|
|
@@ -8598,6 +8696,7 @@ export declare const channelFacebookFeedContract: {
|
|
|
8598
8696
|
apiSecret: string;
|
|
8599
8697
|
} | undefined;
|
|
8600
8698
|
lineRichMenuId?: string | null | undefined;
|
|
8699
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
8601
8700
|
}, {
|
|
8602
8701
|
id: string;
|
|
8603
8702
|
name: string;
|
|
@@ -8611,6 +8710,7 @@ export declare const channelFacebookFeedContract: {
|
|
|
8611
8710
|
apiSecret: string;
|
|
8612
8711
|
} | undefined;
|
|
8613
8712
|
lineRichMenuId?: string | null | undefined;
|
|
8713
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
8614
8714
|
}>;
|
|
8615
8715
|
brandName: z.ZodString;
|
|
8616
8716
|
platformId: z.ZodString;
|
|
@@ -8858,6 +8958,7 @@ export declare const channelFacebookFeedContract: {
|
|
|
8858
8958
|
apiSecret: string;
|
|
8859
8959
|
} | undefined;
|
|
8860
8960
|
lineRichMenuId?: string | null | undefined;
|
|
8961
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
8861
8962
|
};
|
|
8862
8963
|
status: boolean;
|
|
8863
8964
|
createdAt: Date;
|
|
@@ -8936,6 +9037,7 @@ export declare const channelFacebookFeedContract: {
|
|
|
8936
9037
|
apiSecret: string;
|
|
8937
9038
|
} | undefined;
|
|
8938
9039
|
lineRichMenuId?: string | null | undefined;
|
|
9040
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
8939
9041
|
};
|
|
8940
9042
|
status: boolean;
|
|
8941
9043
|
createdAt: Date;
|
|
@@ -9016,6 +9118,7 @@ export declare const channelFacebookFeedContract: {
|
|
|
9016
9118
|
apiSecret: string;
|
|
9017
9119
|
} | undefined;
|
|
9018
9120
|
lineRichMenuId?: string | null | undefined;
|
|
9121
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
9019
9122
|
};
|
|
9020
9123
|
status: boolean;
|
|
9021
9124
|
createdAt: Date;
|
|
@@ -9097,6 +9200,7 @@ export declare const channelFacebookFeedContract: {
|
|
|
9097
9200
|
apiSecret: string;
|
|
9098
9201
|
} | undefined;
|
|
9099
9202
|
lineRichMenuId?: string | null | undefined;
|
|
9203
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
9100
9204
|
};
|
|
9101
9205
|
status: boolean;
|
|
9102
9206
|
createdAt: Date;
|
|
@@ -9216,6 +9320,7 @@ export declare const channelBotContract: {
|
|
|
9216
9320
|
apiSecret: string;
|
|
9217
9321
|
}>>;
|
|
9218
9322
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
9323
|
+
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
9219
9324
|
}, "strip", z.ZodTypeAny, {
|
|
9220
9325
|
id: string;
|
|
9221
9326
|
name: string;
|
|
@@ -9229,6 +9334,7 @@ export declare const channelBotContract: {
|
|
|
9229
9334
|
apiSecret: string;
|
|
9230
9335
|
} | undefined;
|
|
9231
9336
|
lineRichMenuId?: string | null | undefined;
|
|
9337
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
9232
9338
|
}, {
|
|
9233
9339
|
id: string;
|
|
9234
9340
|
name: string;
|
|
@@ -9242,6 +9348,7 @@ export declare const channelBotContract: {
|
|
|
9242
9348
|
apiSecret: string;
|
|
9243
9349
|
} | undefined;
|
|
9244
9350
|
lineRichMenuId?: string | null | undefined;
|
|
9351
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
9245
9352
|
}>;
|
|
9246
9353
|
brandName: z.ZodString;
|
|
9247
9354
|
platformId: z.ZodString;
|
|
@@ -9489,6 +9596,7 @@ export declare const channelBotContract: {
|
|
|
9489
9596
|
apiSecret: string;
|
|
9490
9597
|
} | undefined;
|
|
9491
9598
|
lineRichMenuId?: string | null | undefined;
|
|
9599
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
9492
9600
|
};
|
|
9493
9601
|
status: boolean;
|
|
9494
9602
|
createdAt: Date;
|
|
@@ -9567,6 +9675,7 @@ export declare const channelBotContract: {
|
|
|
9567
9675
|
apiSecret: string;
|
|
9568
9676
|
} | undefined;
|
|
9569
9677
|
lineRichMenuId?: string | null | undefined;
|
|
9678
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
9570
9679
|
};
|
|
9571
9680
|
status: boolean;
|
|
9572
9681
|
createdAt: Date;
|
|
@@ -9647,6 +9756,7 @@ export declare const channelBotContract: {
|
|
|
9647
9756
|
apiSecret: string;
|
|
9648
9757
|
} | undefined;
|
|
9649
9758
|
lineRichMenuId?: string | null | undefined;
|
|
9759
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
9650
9760
|
};
|
|
9651
9761
|
status: boolean;
|
|
9652
9762
|
createdAt: Date;
|
|
@@ -9728,6 +9838,7 @@ export declare const channelBotContract: {
|
|
|
9728
9838
|
apiSecret: string;
|
|
9729
9839
|
} | undefined;
|
|
9730
9840
|
lineRichMenuId?: string | null | undefined;
|
|
9841
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
9731
9842
|
};
|
|
9732
9843
|
status: boolean;
|
|
9733
9844
|
createdAt: Date;
|
|
@@ -9849,6 +9960,7 @@ export declare const channelBotContract: {
|
|
|
9849
9960
|
apiSecret: string;
|
|
9850
9961
|
}>>;
|
|
9851
9962
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
9963
|
+
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
9852
9964
|
}, "strip", z.ZodTypeAny, {
|
|
9853
9965
|
id: string;
|
|
9854
9966
|
name: string;
|
|
@@ -9862,6 +9974,7 @@ export declare const channelBotContract: {
|
|
|
9862
9974
|
apiSecret: string;
|
|
9863
9975
|
} | undefined;
|
|
9864
9976
|
lineRichMenuId?: string | null | undefined;
|
|
9977
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
9865
9978
|
}, {
|
|
9866
9979
|
id: string;
|
|
9867
9980
|
name: string;
|
|
@@ -9875,6 +9988,7 @@ export declare const channelBotContract: {
|
|
|
9875
9988
|
apiSecret: string;
|
|
9876
9989
|
} | undefined;
|
|
9877
9990
|
lineRichMenuId?: string | null | undefined;
|
|
9991
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
9878
9992
|
}>;
|
|
9879
9993
|
brandName: z.ZodString;
|
|
9880
9994
|
platformId: z.ZodString;
|
|
@@ -10122,6 +10236,7 @@ export declare const channelBotContract: {
|
|
|
10122
10236
|
apiSecret: string;
|
|
10123
10237
|
} | undefined;
|
|
10124
10238
|
lineRichMenuId?: string | null | undefined;
|
|
10239
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
10125
10240
|
};
|
|
10126
10241
|
status: boolean;
|
|
10127
10242
|
createdAt: Date;
|
|
@@ -10200,6 +10315,7 @@ export declare const channelBotContract: {
|
|
|
10200
10315
|
apiSecret: string;
|
|
10201
10316
|
} | undefined;
|
|
10202
10317
|
lineRichMenuId?: string | null | undefined;
|
|
10318
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
10203
10319
|
};
|
|
10204
10320
|
status: boolean;
|
|
10205
10321
|
createdAt: Date;
|
|
@@ -10280,6 +10396,7 @@ export declare const channelBotContract: {
|
|
|
10280
10396
|
apiSecret: string;
|
|
10281
10397
|
} | undefined;
|
|
10282
10398
|
lineRichMenuId?: string | null | undefined;
|
|
10399
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
10283
10400
|
};
|
|
10284
10401
|
status: boolean;
|
|
10285
10402
|
createdAt: Date;
|
|
@@ -10361,6 +10478,7 @@ export declare const channelBotContract: {
|
|
|
10361
10478
|
apiSecret: string;
|
|
10362
10479
|
} | undefined;
|
|
10363
10480
|
lineRichMenuId?: string | null | undefined;
|
|
10481
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
10364
10482
|
};
|
|
10365
10483
|
status: boolean;
|
|
10366
10484
|
createdAt: Date;
|
|
@@ -10520,6 +10638,7 @@ export declare const channelSMSContract: {
|
|
|
10520
10638
|
apiSecret: string;
|
|
10521
10639
|
}>>;
|
|
10522
10640
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
10641
|
+
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
10523
10642
|
}, "strip", z.ZodTypeAny, {
|
|
10524
10643
|
id: string;
|
|
10525
10644
|
name: string;
|
|
@@ -10533,6 +10652,7 @@ export declare const channelSMSContract: {
|
|
|
10533
10652
|
apiSecret: string;
|
|
10534
10653
|
} | undefined;
|
|
10535
10654
|
lineRichMenuId?: string | null | undefined;
|
|
10655
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
10536
10656
|
}, {
|
|
10537
10657
|
id: string;
|
|
10538
10658
|
name: string;
|
|
@@ -10546,6 +10666,7 @@ export declare const channelSMSContract: {
|
|
|
10546
10666
|
apiSecret: string;
|
|
10547
10667
|
} | undefined;
|
|
10548
10668
|
lineRichMenuId?: string | null | undefined;
|
|
10669
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
10549
10670
|
}>;
|
|
10550
10671
|
brandName: z.ZodString;
|
|
10551
10672
|
platformId: z.ZodString;
|
|
@@ -10793,6 +10914,7 @@ export declare const channelSMSContract: {
|
|
|
10793
10914
|
apiSecret: string;
|
|
10794
10915
|
} | undefined;
|
|
10795
10916
|
lineRichMenuId?: string | null | undefined;
|
|
10917
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
10796
10918
|
};
|
|
10797
10919
|
status: boolean;
|
|
10798
10920
|
createdAt: Date;
|
|
@@ -10871,6 +10993,7 @@ export declare const channelSMSContract: {
|
|
|
10871
10993
|
apiSecret: string;
|
|
10872
10994
|
} | undefined;
|
|
10873
10995
|
lineRichMenuId?: string | null | undefined;
|
|
10996
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
10874
10997
|
};
|
|
10875
10998
|
status: boolean;
|
|
10876
10999
|
createdAt: Date;
|
|
@@ -10951,6 +11074,7 @@ export declare const channelSMSContract: {
|
|
|
10951
11074
|
apiSecret: string;
|
|
10952
11075
|
} | undefined;
|
|
10953
11076
|
lineRichMenuId?: string | null | undefined;
|
|
11077
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
10954
11078
|
};
|
|
10955
11079
|
status: boolean;
|
|
10956
11080
|
createdAt: Date;
|
|
@@ -11032,6 +11156,7 @@ export declare const channelSMSContract: {
|
|
|
11032
11156
|
apiSecret: string;
|
|
11033
11157
|
} | undefined;
|
|
11034
11158
|
lineRichMenuId?: string | null | undefined;
|
|
11159
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
11035
11160
|
};
|
|
11036
11161
|
status: boolean;
|
|
11037
11162
|
createdAt: Date;
|