@kl1/contracts 1.1.51 → 1.1.52
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 +811 -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 +60 -24
- 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 +2230 -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 +186 -0
- package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
- package/dist/api-contracts/src/messenger/schema.d.ts +230 -1
- package/dist/api-contracts/src/messenger/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/messenger/validation.d.ts +42 -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 +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 +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 +2224 -2154
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2224 -2154
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/dist/api-contracts/src/hold-label/index.d.ts +0 -315
- package/dist/api-contracts/src/hold-label/index.d.ts.map +0 -1
- package/dist/api-contracts/src/hold-label/schema.d.ts +0 -24
- package/dist/api-contracts/src/hold-label/schema.d.ts.map +0 -1
- package/dist/api-contracts/src/hold-label/validation.d.ts +0 -24
- package/dist/api-contracts/src/hold-label/validation.d.ts.map +0 -1
- package/dist/api-contracts/src/presence-status/index.d.ts +0 -556
- package/dist/api-contracts/src/presence-status/index.d.ts.map +0 -1
- package/dist/api-contracts/src/presence-status/schema.d.ts +0 -31
- package/dist/api-contracts/src/presence-status/schema.d.ts.map +0 -1
- package/dist/api-contracts/src/presence-status/validation.d.ts +0 -28
- package/dist/api-contracts/src/presence-status/validation.d.ts.map +0 -1
- package/dist/api-contracts/src/subscription/index.d.ts +0 -1900
- package/dist/api-contracts/src/subscription/index.d.ts.map +0 -1
- package/dist/api-contracts/src/subscription/schema.d.ts +0 -2059
- package/dist/api-contracts/src/subscription/schema.d.ts.map +0 -1
- package/dist/api-contracts/src/subscription/validation.d.ts +0 -37
- package/dist/api-contracts/src/subscription/validation.d.ts.map +0 -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;
|
@@ -3700,9 +3747,31 @@ export declare const channelContract: {
|
|
3700
3747
|
id: z.ZodString;
|
3701
3748
|
name: z.ZodString;
|
3702
3749
|
tasks: z.ZodArray<z.ZodString, "many">;
|
3750
|
+
picture: z.ZodObject<{
|
3751
|
+
data: z.ZodObject<{
|
3752
|
+
url: z.ZodString;
|
3753
|
+
}, "strip", z.ZodTypeAny, {
|
3754
|
+
url: string;
|
3755
|
+
}, {
|
3756
|
+
url: string;
|
3757
|
+
}>;
|
3758
|
+
}, "strip", z.ZodTypeAny, {
|
3759
|
+
data: {
|
3760
|
+
url: string;
|
3761
|
+
};
|
3762
|
+
}, {
|
3763
|
+
data: {
|
3764
|
+
url: string;
|
3765
|
+
};
|
3766
|
+
}>;
|
3703
3767
|
}, "strip", z.ZodTypeAny, {
|
3704
3768
|
id: string;
|
3705
3769
|
name: string;
|
3770
|
+
picture: {
|
3771
|
+
data: {
|
3772
|
+
url: string;
|
3773
|
+
};
|
3774
|
+
};
|
3706
3775
|
category: string;
|
3707
3776
|
access_token: string;
|
3708
3777
|
category_list: {
|
@@ -3713,6 +3782,11 @@ export declare const channelContract: {
|
|
3713
3782
|
}, {
|
3714
3783
|
id: string;
|
3715
3784
|
name: string;
|
3785
|
+
picture: {
|
3786
|
+
data: {
|
3787
|
+
url: string;
|
3788
|
+
};
|
3789
|
+
};
|
3716
3790
|
category: string;
|
3717
3791
|
access_token: string;
|
3718
3792
|
category_list: {
|
@@ -3747,6 +3821,11 @@ export declare const channelContract: {
|
|
3747
3821
|
data: {
|
3748
3822
|
id: string;
|
3749
3823
|
name: string;
|
3824
|
+
picture: {
|
3825
|
+
data: {
|
3826
|
+
url: string;
|
3827
|
+
};
|
3828
|
+
};
|
3750
3829
|
category: string;
|
3751
3830
|
access_token: string;
|
3752
3831
|
category_list: {
|
@@ -3765,6 +3844,11 @@ export declare const channelContract: {
|
|
3765
3844
|
data: {
|
3766
3845
|
id: string;
|
3767
3846
|
name: string;
|
3847
|
+
picture: {
|
3848
|
+
data: {
|
3849
|
+
url: string;
|
3850
|
+
};
|
3851
|
+
};
|
3768
3852
|
category: string;
|
3769
3853
|
access_token: string;
|
3770
3854
|
category_list: {
|
@@ -3785,6 +3869,11 @@ export declare const channelContract: {
|
|
3785
3869
|
data: {
|
3786
3870
|
id: string;
|
3787
3871
|
name: string;
|
3872
|
+
picture: {
|
3873
|
+
data: {
|
3874
|
+
url: string;
|
3875
|
+
};
|
3876
|
+
};
|
3788
3877
|
category: string;
|
3789
3878
|
access_token: string;
|
3790
3879
|
category_list: {
|
@@ -3806,6 +3895,11 @@ export declare const channelContract: {
|
|
3806
3895
|
data: {
|
3807
3896
|
id: string;
|
3808
3897
|
name: string;
|
3898
|
+
picture: {
|
3899
|
+
data: {
|
3900
|
+
url: string;
|
3901
|
+
};
|
3902
|
+
};
|
3809
3903
|
category: string;
|
3810
3904
|
access_token: string;
|
3811
3905
|
category_list: {
|
@@ -3852,6 +3946,598 @@ export declare const channelContract: {
|
|
3852
3946
|
'x-client-timezone'?: string | undefined;
|
3853
3947
|
}>>>;
|
3854
3948
|
};
|
3949
|
+
getFacebookBusinesses: {
|
3950
|
+
method: "GET";
|
3951
|
+
query: z.ZodObject<{
|
3952
|
+
userId: z.ZodString;
|
3953
|
+
userAccessToken: z.ZodString;
|
3954
|
+
}, "strip", z.ZodTypeAny, {
|
3955
|
+
userId: string;
|
3956
|
+
userAccessToken: string;
|
3957
|
+
}, {
|
3958
|
+
userId: string;
|
3959
|
+
userAccessToken: string;
|
3960
|
+
}>;
|
3961
|
+
responses: {
|
3962
|
+
200: z.ZodObject<{
|
3963
|
+
requestId: z.ZodString;
|
3964
|
+
data: z.ZodArray<z.ZodObject<{
|
3965
|
+
id: z.ZodString;
|
3966
|
+
name: z.ZodString;
|
3967
|
+
profile_picture_uri: z.ZodString;
|
3968
|
+
owned_pages: z.ZodOptional<z.ZodObject<{
|
3969
|
+
data: z.ZodArray<z.ZodObject<{
|
3970
|
+
id: z.ZodString;
|
3971
|
+
name: z.ZodString;
|
3972
|
+
access_token: z.ZodString;
|
3973
|
+
picture: z.ZodObject<{
|
3974
|
+
data: z.ZodObject<{
|
3975
|
+
url: z.ZodString;
|
3976
|
+
}, "strip", z.ZodTypeAny, {
|
3977
|
+
url: string;
|
3978
|
+
}, {
|
3979
|
+
url: string;
|
3980
|
+
}>;
|
3981
|
+
}, "strip", z.ZodTypeAny, {
|
3982
|
+
data: {
|
3983
|
+
url: string;
|
3984
|
+
};
|
3985
|
+
}, {
|
3986
|
+
data: {
|
3987
|
+
url: string;
|
3988
|
+
};
|
3989
|
+
}>;
|
3990
|
+
}, "strip", z.ZodTypeAny, {
|
3991
|
+
id: string;
|
3992
|
+
name: string;
|
3993
|
+
picture: {
|
3994
|
+
data: {
|
3995
|
+
url: string;
|
3996
|
+
};
|
3997
|
+
};
|
3998
|
+
access_token: string;
|
3999
|
+
}, {
|
4000
|
+
id: string;
|
4001
|
+
name: string;
|
4002
|
+
picture: {
|
4003
|
+
data: {
|
4004
|
+
url: string;
|
4005
|
+
};
|
4006
|
+
};
|
4007
|
+
access_token: string;
|
4008
|
+
}>, "many">;
|
4009
|
+
}, "strip", z.ZodTypeAny, {
|
4010
|
+
data: {
|
4011
|
+
id: string;
|
4012
|
+
name: string;
|
4013
|
+
picture: {
|
4014
|
+
data: {
|
4015
|
+
url: string;
|
4016
|
+
};
|
4017
|
+
};
|
4018
|
+
access_token: string;
|
4019
|
+
}[];
|
4020
|
+
}, {
|
4021
|
+
data: {
|
4022
|
+
id: string;
|
4023
|
+
name: string;
|
4024
|
+
picture: {
|
4025
|
+
data: {
|
4026
|
+
url: string;
|
4027
|
+
};
|
4028
|
+
};
|
4029
|
+
access_token: string;
|
4030
|
+
}[];
|
4031
|
+
}>>;
|
4032
|
+
client_pages: z.ZodOptional<z.ZodObject<{
|
4033
|
+
data: z.ZodArray<z.ZodObject<{
|
4034
|
+
id: z.ZodString;
|
4035
|
+
name: z.ZodString;
|
4036
|
+
access_token: z.ZodString;
|
4037
|
+
picture: z.ZodObject<{
|
4038
|
+
data: z.ZodObject<{
|
4039
|
+
url: z.ZodString;
|
4040
|
+
}, "strip", z.ZodTypeAny, {
|
4041
|
+
url: string;
|
4042
|
+
}, {
|
4043
|
+
url: string;
|
4044
|
+
}>;
|
4045
|
+
}, "strip", z.ZodTypeAny, {
|
4046
|
+
data: {
|
4047
|
+
url: string;
|
4048
|
+
};
|
4049
|
+
}, {
|
4050
|
+
data: {
|
4051
|
+
url: string;
|
4052
|
+
};
|
4053
|
+
}>;
|
4054
|
+
}, "strip", z.ZodTypeAny, {
|
4055
|
+
id: string;
|
4056
|
+
name: string;
|
4057
|
+
picture: {
|
4058
|
+
data: {
|
4059
|
+
url: string;
|
4060
|
+
};
|
4061
|
+
};
|
4062
|
+
access_token: string;
|
4063
|
+
}, {
|
4064
|
+
id: string;
|
4065
|
+
name: string;
|
4066
|
+
picture: {
|
4067
|
+
data: {
|
4068
|
+
url: string;
|
4069
|
+
};
|
4070
|
+
};
|
4071
|
+
access_token: string;
|
4072
|
+
}>, "many">;
|
4073
|
+
}, "strip", z.ZodTypeAny, {
|
4074
|
+
data: {
|
4075
|
+
id: string;
|
4076
|
+
name: string;
|
4077
|
+
picture: {
|
4078
|
+
data: {
|
4079
|
+
url: string;
|
4080
|
+
};
|
4081
|
+
};
|
4082
|
+
access_token: string;
|
4083
|
+
}[];
|
4084
|
+
}, {
|
4085
|
+
data: {
|
4086
|
+
id: string;
|
4087
|
+
name: string;
|
4088
|
+
picture: {
|
4089
|
+
data: {
|
4090
|
+
url: string;
|
4091
|
+
};
|
4092
|
+
};
|
4093
|
+
access_token: string;
|
4094
|
+
}[];
|
4095
|
+
}>>;
|
4096
|
+
}, "strip", z.ZodTypeAny, {
|
4097
|
+
id: string;
|
4098
|
+
name: string;
|
4099
|
+
profile_picture_uri: string;
|
4100
|
+
owned_pages?: {
|
4101
|
+
data: {
|
4102
|
+
id: string;
|
4103
|
+
name: string;
|
4104
|
+
picture: {
|
4105
|
+
data: {
|
4106
|
+
url: string;
|
4107
|
+
};
|
4108
|
+
};
|
4109
|
+
access_token: string;
|
4110
|
+
}[];
|
4111
|
+
} | undefined;
|
4112
|
+
client_pages?: {
|
4113
|
+
data: {
|
4114
|
+
id: string;
|
4115
|
+
name: string;
|
4116
|
+
picture: {
|
4117
|
+
data: {
|
4118
|
+
url: string;
|
4119
|
+
};
|
4120
|
+
};
|
4121
|
+
access_token: string;
|
4122
|
+
}[];
|
4123
|
+
} | undefined;
|
4124
|
+
}, {
|
4125
|
+
id: string;
|
4126
|
+
name: string;
|
4127
|
+
profile_picture_uri: string;
|
4128
|
+
owned_pages?: {
|
4129
|
+
data: {
|
4130
|
+
id: string;
|
4131
|
+
name: string;
|
4132
|
+
picture: {
|
4133
|
+
data: {
|
4134
|
+
url: string;
|
4135
|
+
};
|
4136
|
+
};
|
4137
|
+
access_token: string;
|
4138
|
+
}[];
|
4139
|
+
} | undefined;
|
4140
|
+
client_pages?: {
|
4141
|
+
data: {
|
4142
|
+
id: string;
|
4143
|
+
name: string;
|
4144
|
+
picture: {
|
4145
|
+
data: {
|
4146
|
+
url: string;
|
4147
|
+
};
|
4148
|
+
};
|
4149
|
+
access_token: string;
|
4150
|
+
}[];
|
4151
|
+
} | undefined;
|
4152
|
+
}>, "many">;
|
4153
|
+
}, "strip", z.ZodTypeAny, {
|
4154
|
+
data: {
|
4155
|
+
id: string;
|
4156
|
+
name: string;
|
4157
|
+
profile_picture_uri: string;
|
4158
|
+
owned_pages?: {
|
4159
|
+
data: {
|
4160
|
+
id: string;
|
4161
|
+
name: string;
|
4162
|
+
picture: {
|
4163
|
+
data: {
|
4164
|
+
url: string;
|
4165
|
+
};
|
4166
|
+
};
|
4167
|
+
access_token: string;
|
4168
|
+
}[];
|
4169
|
+
} | undefined;
|
4170
|
+
client_pages?: {
|
4171
|
+
data: {
|
4172
|
+
id: string;
|
4173
|
+
name: string;
|
4174
|
+
picture: {
|
4175
|
+
data: {
|
4176
|
+
url: string;
|
4177
|
+
};
|
4178
|
+
};
|
4179
|
+
access_token: string;
|
4180
|
+
}[];
|
4181
|
+
} | undefined;
|
4182
|
+
}[];
|
4183
|
+
requestId: string;
|
4184
|
+
}, {
|
4185
|
+
data: {
|
4186
|
+
id: string;
|
4187
|
+
name: string;
|
4188
|
+
profile_picture_uri: string;
|
4189
|
+
owned_pages?: {
|
4190
|
+
data: {
|
4191
|
+
id: string;
|
4192
|
+
name: string;
|
4193
|
+
picture: {
|
4194
|
+
data: {
|
4195
|
+
url: string;
|
4196
|
+
};
|
4197
|
+
};
|
4198
|
+
access_token: string;
|
4199
|
+
}[];
|
4200
|
+
} | undefined;
|
4201
|
+
client_pages?: {
|
4202
|
+
data: {
|
4203
|
+
id: string;
|
4204
|
+
name: string;
|
4205
|
+
picture: {
|
4206
|
+
data: {
|
4207
|
+
url: string;
|
4208
|
+
};
|
4209
|
+
};
|
4210
|
+
access_token: string;
|
4211
|
+
}[];
|
4212
|
+
} | undefined;
|
4213
|
+
}[];
|
4214
|
+
requestId: string;
|
4215
|
+
}>;
|
4216
|
+
500: z.ZodObject<{
|
4217
|
+
message: z.ZodString;
|
4218
|
+
error: z.ZodAny;
|
4219
|
+
}, "strip", z.ZodTypeAny, {
|
4220
|
+
message: string;
|
4221
|
+
error?: any;
|
4222
|
+
}, {
|
4223
|
+
message: string;
|
4224
|
+
error?: any;
|
4225
|
+
}>;
|
4226
|
+
};
|
4227
|
+
path: "channel/messenger/facebook-businesses";
|
4228
|
+
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
4229
|
+
'x-tenant': z.ZodString;
|
4230
|
+
authorization: z.ZodString;
|
4231
|
+
'x-code': z.ZodOptional<z.ZodString>;
|
4232
|
+
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
4233
|
+
}, "strip", z.ZodTypeAny, {
|
4234
|
+
'x-tenant': string;
|
4235
|
+
authorization: string;
|
4236
|
+
'x-client-timezone': string;
|
4237
|
+
'x-code'?: string | undefined;
|
4238
|
+
}, {
|
4239
|
+
'x-tenant': string;
|
4240
|
+
authorization: string;
|
4241
|
+
'x-code'?: string | undefined;
|
4242
|
+
'x-client-timezone'?: string | undefined;
|
4243
|
+
}>>>;
|
4244
|
+
};
|
4245
|
+
getFacebookBusinessPages: {
|
4246
|
+
method: "GET";
|
4247
|
+
query: z.ZodObject<{
|
4248
|
+
businessId: z.ZodString;
|
4249
|
+
userAccessToken: z.ZodString;
|
4250
|
+
}, "strip", z.ZodTypeAny, {
|
4251
|
+
userAccessToken: string;
|
4252
|
+
businessId: string;
|
4253
|
+
}, {
|
4254
|
+
userAccessToken: string;
|
4255
|
+
businessId: string;
|
4256
|
+
}>;
|
4257
|
+
responses: {
|
4258
|
+
200: z.ZodObject<{
|
4259
|
+
requestId: z.ZodString;
|
4260
|
+
data: z.ZodObject<{
|
4261
|
+
id: z.ZodString;
|
4262
|
+
name: z.ZodString;
|
4263
|
+
profile_picture_uri: z.ZodString;
|
4264
|
+
owned_pages: z.ZodOptional<z.ZodObject<{
|
4265
|
+
data: z.ZodArray<z.ZodObject<{
|
4266
|
+
id: z.ZodString;
|
4267
|
+
name: z.ZodString;
|
4268
|
+
access_token: z.ZodString;
|
4269
|
+
picture: z.ZodObject<{
|
4270
|
+
data: z.ZodObject<{
|
4271
|
+
url: z.ZodString;
|
4272
|
+
}, "strip", z.ZodTypeAny, {
|
4273
|
+
url: string;
|
4274
|
+
}, {
|
4275
|
+
url: string;
|
4276
|
+
}>;
|
4277
|
+
}, "strip", z.ZodTypeAny, {
|
4278
|
+
data: {
|
4279
|
+
url: string;
|
4280
|
+
};
|
4281
|
+
}, {
|
4282
|
+
data: {
|
4283
|
+
url: string;
|
4284
|
+
};
|
4285
|
+
}>;
|
4286
|
+
}, "strip", z.ZodTypeAny, {
|
4287
|
+
id: string;
|
4288
|
+
name: string;
|
4289
|
+
picture: {
|
4290
|
+
data: {
|
4291
|
+
url: string;
|
4292
|
+
};
|
4293
|
+
};
|
4294
|
+
access_token: string;
|
4295
|
+
}, {
|
4296
|
+
id: string;
|
4297
|
+
name: string;
|
4298
|
+
picture: {
|
4299
|
+
data: {
|
4300
|
+
url: string;
|
4301
|
+
};
|
4302
|
+
};
|
4303
|
+
access_token: string;
|
4304
|
+
}>, "many">;
|
4305
|
+
}, "strip", z.ZodTypeAny, {
|
4306
|
+
data: {
|
4307
|
+
id: string;
|
4308
|
+
name: string;
|
4309
|
+
picture: {
|
4310
|
+
data: {
|
4311
|
+
url: string;
|
4312
|
+
};
|
4313
|
+
};
|
4314
|
+
access_token: string;
|
4315
|
+
}[];
|
4316
|
+
}, {
|
4317
|
+
data: {
|
4318
|
+
id: string;
|
4319
|
+
name: string;
|
4320
|
+
picture: {
|
4321
|
+
data: {
|
4322
|
+
url: string;
|
4323
|
+
};
|
4324
|
+
};
|
4325
|
+
access_token: string;
|
4326
|
+
}[];
|
4327
|
+
}>>;
|
4328
|
+
client_pages: z.ZodOptional<z.ZodObject<{
|
4329
|
+
data: z.ZodArray<z.ZodObject<{
|
4330
|
+
id: z.ZodString;
|
4331
|
+
name: z.ZodString;
|
4332
|
+
access_token: z.ZodString;
|
4333
|
+
picture: z.ZodObject<{
|
4334
|
+
data: z.ZodObject<{
|
4335
|
+
url: z.ZodString;
|
4336
|
+
}, "strip", z.ZodTypeAny, {
|
4337
|
+
url: string;
|
4338
|
+
}, {
|
4339
|
+
url: string;
|
4340
|
+
}>;
|
4341
|
+
}, "strip", z.ZodTypeAny, {
|
4342
|
+
data: {
|
4343
|
+
url: string;
|
4344
|
+
};
|
4345
|
+
}, {
|
4346
|
+
data: {
|
4347
|
+
url: string;
|
4348
|
+
};
|
4349
|
+
}>;
|
4350
|
+
}, "strip", z.ZodTypeAny, {
|
4351
|
+
id: string;
|
4352
|
+
name: string;
|
4353
|
+
picture: {
|
4354
|
+
data: {
|
4355
|
+
url: string;
|
4356
|
+
};
|
4357
|
+
};
|
4358
|
+
access_token: string;
|
4359
|
+
}, {
|
4360
|
+
id: string;
|
4361
|
+
name: string;
|
4362
|
+
picture: {
|
4363
|
+
data: {
|
4364
|
+
url: string;
|
4365
|
+
};
|
4366
|
+
};
|
4367
|
+
access_token: string;
|
4368
|
+
}>, "many">;
|
4369
|
+
}, "strip", z.ZodTypeAny, {
|
4370
|
+
data: {
|
4371
|
+
id: string;
|
4372
|
+
name: string;
|
4373
|
+
picture: {
|
4374
|
+
data: {
|
4375
|
+
url: string;
|
4376
|
+
};
|
4377
|
+
};
|
4378
|
+
access_token: string;
|
4379
|
+
}[];
|
4380
|
+
}, {
|
4381
|
+
data: {
|
4382
|
+
id: string;
|
4383
|
+
name: string;
|
4384
|
+
picture: {
|
4385
|
+
data: {
|
4386
|
+
url: string;
|
4387
|
+
};
|
4388
|
+
};
|
4389
|
+
access_token: string;
|
4390
|
+
}[];
|
4391
|
+
}>>;
|
4392
|
+
}, "strip", z.ZodTypeAny, {
|
4393
|
+
id: string;
|
4394
|
+
name: string;
|
4395
|
+
profile_picture_uri: string;
|
4396
|
+
owned_pages?: {
|
4397
|
+
data: {
|
4398
|
+
id: string;
|
4399
|
+
name: string;
|
4400
|
+
picture: {
|
4401
|
+
data: {
|
4402
|
+
url: string;
|
4403
|
+
};
|
4404
|
+
};
|
4405
|
+
access_token: string;
|
4406
|
+
}[];
|
4407
|
+
} | undefined;
|
4408
|
+
client_pages?: {
|
4409
|
+
data: {
|
4410
|
+
id: string;
|
4411
|
+
name: string;
|
4412
|
+
picture: {
|
4413
|
+
data: {
|
4414
|
+
url: string;
|
4415
|
+
};
|
4416
|
+
};
|
4417
|
+
access_token: string;
|
4418
|
+
}[];
|
4419
|
+
} | undefined;
|
4420
|
+
}, {
|
4421
|
+
id: string;
|
4422
|
+
name: string;
|
4423
|
+
profile_picture_uri: string;
|
4424
|
+
owned_pages?: {
|
4425
|
+
data: {
|
4426
|
+
id: string;
|
4427
|
+
name: string;
|
4428
|
+
picture: {
|
4429
|
+
data: {
|
4430
|
+
url: string;
|
4431
|
+
};
|
4432
|
+
};
|
4433
|
+
access_token: string;
|
4434
|
+
}[];
|
4435
|
+
} | undefined;
|
4436
|
+
client_pages?: {
|
4437
|
+
data: {
|
4438
|
+
id: string;
|
4439
|
+
name: string;
|
4440
|
+
picture: {
|
4441
|
+
data: {
|
4442
|
+
url: string;
|
4443
|
+
};
|
4444
|
+
};
|
4445
|
+
access_token: string;
|
4446
|
+
}[];
|
4447
|
+
} | undefined;
|
4448
|
+
}>;
|
4449
|
+
}, "strip", z.ZodTypeAny, {
|
4450
|
+
data: {
|
4451
|
+
id: string;
|
4452
|
+
name: string;
|
4453
|
+
profile_picture_uri: string;
|
4454
|
+
owned_pages?: {
|
4455
|
+
data: {
|
4456
|
+
id: string;
|
4457
|
+
name: string;
|
4458
|
+
picture: {
|
4459
|
+
data: {
|
4460
|
+
url: string;
|
4461
|
+
};
|
4462
|
+
};
|
4463
|
+
access_token: string;
|
4464
|
+
}[];
|
4465
|
+
} | undefined;
|
4466
|
+
client_pages?: {
|
4467
|
+
data: {
|
4468
|
+
id: string;
|
4469
|
+
name: string;
|
4470
|
+
picture: {
|
4471
|
+
data: {
|
4472
|
+
url: string;
|
4473
|
+
};
|
4474
|
+
};
|
4475
|
+
access_token: string;
|
4476
|
+
}[];
|
4477
|
+
} | undefined;
|
4478
|
+
};
|
4479
|
+
requestId: string;
|
4480
|
+
}, {
|
4481
|
+
data: {
|
4482
|
+
id: string;
|
4483
|
+
name: string;
|
4484
|
+
profile_picture_uri: string;
|
4485
|
+
owned_pages?: {
|
4486
|
+
data: {
|
4487
|
+
id: string;
|
4488
|
+
name: string;
|
4489
|
+
picture: {
|
4490
|
+
data: {
|
4491
|
+
url: string;
|
4492
|
+
};
|
4493
|
+
};
|
4494
|
+
access_token: string;
|
4495
|
+
}[];
|
4496
|
+
} | undefined;
|
4497
|
+
client_pages?: {
|
4498
|
+
data: {
|
4499
|
+
id: string;
|
4500
|
+
name: string;
|
4501
|
+
picture: {
|
4502
|
+
data: {
|
4503
|
+
url: string;
|
4504
|
+
};
|
4505
|
+
};
|
4506
|
+
access_token: string;
|
4507
|
+
}[];
|
4508
|
+
} | undefined;
|
4509
|
+
};
|
4510
|
+
requestId: string;
|
4511
|
+
}>;
|
4512
|
+
500: z.ZodObject<{
|
4513
|
+
message: z.ZodString;
|
4514
|
+
error: z.ZodAny;
|
4515
|
+
}, "strip", z.ZodTypeAny, {
|
4516
|
+
message: string;
|
4517
|
+
error?: any;
|
4518
|
+
}, {
|
4519
|
+
message: string;
|
4520
|
+
error?: any;
|
4521
|
+
}>;
|
4522
|
+
};
|
4523
|
+
path: "channel/messenger/facebook-business-pages";
|
4524
|
+
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
4525
|
+
'x-tenant': z.ZodString;
|
4526
|
+
authorization: z.ZodString;
|
4527
|
+
'x-code': z.ZodOptional<z.ZodString>;
|
4528
|
+
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
4529
|
+
}, "strip", z.ZodTypeAny, {
|
4530
|
+
'x-tenant': string;
|
4531
|
+
authorization: string;
|
4532
|
+
'x-client-timezone': string;
|
4533
|
+
'x-code'?: string | undefined;
|
4534
|
+
}, {
|
4535
|
+
'x-tenant': string;
|
4536
|
+
authorization: string;
|
4537
|
+
'x-code'?: string | undefined;
|
4538
|
+
'x-client-timezone'?: string | undefined;
|
4539
|
+
}>>>;
|
4540
|
+
};
|
3855
4541
|
connect: {
|
3856
4542
|
body: z.ZodObject<{
|
3857
4543
|
name: z.ZodString;
|
@@ -3877,6 +4563,7 @@ export declare const channelContract: {
|
|
3877
4563
|
apiSecret: string;
|
3878
4564
|
}>>;
|
3879
4565
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
4566
|
+
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
3880
4567
|
}, "strip", z.ZodTypeAny, {
|
3881
4568
|
id: string;
|
3882
4569
|
name: string;
|
@@ -3890,6 +4577,7 @@ export declare const channelContract: {
|
|
3890
4577
|
apiSecret: string;
|
3891
4578
|
} | undefined;
|
3892
4579
|
lineRichMenuId?: string | null | undefined;
|
4580
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
3893
4581
|
}, {
|
3894
4582
|
id: string;
|
3895
4583
|
name: string;
|
@@ -3903,6 +4591,7 @@ export declare const channelContract: {
|
|
3903
4591
|
apiSecret: string;
|
3904
4592
|
} | undefined;
|
3905
4593
|
lineRichMenuId?: string | null | undefined;
|
4594
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
3906
4595
|
}>;
|
3907
4596
|
platformId: z.ZodString;
|
3908
4597
|
connectedUserId: z.ZodString;
|
@@ -3923,6 +4612,7 @@ export declare const channelContract: {
|
|
3923
4612
|
apiSecret: string;
|
3924
4613
|
} | undefined;
|
3925
4614
|
lineRichMenuId?: string | null | undefined;
|
4615
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
3926
4616
|
};
|
3927
4617
|
platformId: string;
|
3928
4618
|
connectedUserId: string;
|
@@ -3943,6 +4633,7 @@ export declare const channelContract: {
|
|
3943
4633
|
apiSecret: string;
|
3944
4634
|
} | undefined;
|
3945
4635
|
lineRichMenuId?: string | null | undefined;
|
4636
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
3946
4637
|
};
|
3947
4638
|
platformId: string;
|
3948
4639
|
connectedUserId: string;
|
@@ -3981,6 +4672,7 @@ export declare const channelContract: {
|
|
3981
4672
|
apiSecret: string;
|
3982
4673
|
}>>;
|
3983
4674
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
4675
|
+
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
3984
4676
|
}, "strip", z.ZodTypeAny, {
|
3985
4677
|
id: string;
|
3986
4678
|
name: string;
|
@@ -3994,6 +4686,7 @@ export declare const channelContract: {
|
|
3994
4686
|
apiSecret: string;
|
3995
4687
|
} | undefined;
|
3996
4688
|
lineRichMenuId?: string | null | undefined;
|
4689
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
3997
4690
|
}, {
|
3998
4691
|
id: string;
|
3999
4692
|
name: string;
|
@@ -4007,6 +4700,7 @@ export declare const channelContract: {
|
|
4007
4700
|
apiSecret: string;
|
4008
4701
|
} | undefined;
|
4009
4702
|
lineRichMenuId?: string | null | undefined;
|
4703
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
4010
4704
|
}>;
|
4011
4705
|
brandName: z.ZodString;
|
4012
4706
|
platformId: z.ZodString;
|
@@ -4254,6 +4948,7 @@ export declare const channelContract: {
|
|
4254
4948
|
apiSecret: string;
|
4255
4949
|
} | undefined;
|
4256
4950
|
lineRichMenuId?: string | null | undefined;
|
4951
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
4257
4952
|
};
|
4258
4953
|
status: boolean;
|
4259
4954
|
createdAt: Date;
|
@@ -4332,6 +5027,7 @@ export declare const channelContract: {
|
|
4332
5027
|
apiSecret: string;
|
4333
5028
|
} | undefined;
|
4334
5029
|
lineRichMenuId?: string | null | undefined;
|
5030
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
4335
5031
|
};
|
4336
5032
|
status: boolean;
|
4337
5033
|
createdAt: Date;
|
@@ -4412,6 +5108,7 @@ export declare const channelContract: {
|
|
4412
5108
|
apiSecret: string;
|
4413
5109
|
} | undefined;
|
4414
5110
|
lineRichMenuId?: string | null | undefined;
|
5111
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
4415
5112
|
};
|
4416
5113
|
status: boolean;
|
4417
5114
|
createdAt: Date;
|
@@ -4493,6 +5190,7 @@ export declare const channelContract: {
|
|
4493
5190
|
apiSecret: string;
|
4494
5191
|
} | undefined;
|
4495
5192
|
lineRichMenuId?: string | null | undefined;
|
5193
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
4496
5194
|
};
|
4497
5195
|
status: boolean;
|
4498
5196
|
createdAt: Date;
|
@@ -4862,6 +5560,7 @@ export declare const channelContract: {
|
|
4862
5560
|
apiSecret: string;
|
4863
5561
|
}>>;
|
4864
5562
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
5563
|
+
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
4865
5564
|
}, "strip", z.ZodTypeAny, {
|
4866
5565
|
id: string;
|
4867
5566
|
name: string;
|
@@ -4875,6 +5574,7 @@ export declare const channelContract: {
|
|
4875
5574
|
apiSecret: string;
|
4876
5575
|
} | undefined;
|
4877
5576
|
lineRichMenuId?: string | null | undefined;
|
5577
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
4878
5578
|
}, {
|
4879
5579
|
id: string;
|
4880
5580
|
name: string;
|
@@ -4888,6 +5588,7 @@ export declare const channelContract: {
|
|
4888
5588
|
apiSecret: string;
|
4889
5589
|
} | undefined;
|
4890
5590
|
lineRichMenuId?: string | null | undefined;
|
5591
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
4891
5592
|
}>;
|
4892
5593
|
platformId: z.ZodString;
|
4893
5594
|
connectedUserId: z.ZodString;
|
@@ -4908,6 +5609,7 @@ export declare const channelContract: {
|
|
4908
5609
|
apiSecret: string;
|
4909
5610
|
} | undefined;
|
4910
5611
|
lineRichMenuId?: string | null | undefined;
|
5612
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
4911
5613
|
};
|
4912
5614
|
platformId: string;
|
4913
5615
|
connectedUserId: string;
|
@@ -4928,6 +5630,7 @@ export declare const channelContract: {
|
|
4928
5630
|
apiSecret: string;
|
4929
5631
|
} | undefined;
|
4930
5632
|
lineRichMenuId?: string | null | undefined;
|
5633
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
4931
5634
|
};
|
4932
5635
|
platformId: string;
|
4933
5636
|
connectedUserId: string;
|
@@ -4966,6 +5669,7 @@ export declare const channelContract: {
|
|
4966
5669
|
apiSecret: string;
|
4967
5670
|
}>>;
|
4968
5671
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
5672
|
+
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
4969
5673
|
}, "strip", z.ZodTypeAny, {
|
4970
5674
|
id: string;
|
4971
5675
|
name: string;
|
@@ -4979,6 +5683,7 @@ export declare const channelContract: {
|
|
4979
5683
|
apiSecret: string;
|
4980
5684
|
} | undefined;
|
4981
5685
|
lineRichMenuId?: string | null | undefined;
|
5686
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
4982
5687
|
}, {
|
4983
5688
|
id: string;
|
4984
5689
|
name: string;
|
@@ -4992,6 +5697,7 @@ export declare const channelContract: {
|
|
4992
5697
|
apiSecret: string;
|
4993
5698
|
} | undefined;
|
4994
5699
|
lineRichMenuId?: string | null | undefined;
|
5700
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
4995
5701
|
}>;
|
4996
5702
|
brandName: z.ZodString;
|
4997
5703
|
platformId: z.ZodString;
|
@@ -5239,6 +5945,7 @@ export declare const channelContract: {
|
|
5239
5945
|
apiSecret: string;
|
5240
5946
|
} | undefined;
|
5241
5947
|
lineRichMenuId?: string | null | undefined;
|
5948
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
5242
5949
|
};
|
5243
5950
|
status: boolean;
|
5244
5951
|
createdAt: Date;
|
@@ -5317,6 +6024,7 @@ export declare const channelContract: {
|
|
5317
6024
|
apiSecret: string;
|
5318
6025
|
} | undefined;
|
5319
6026
|
lineRichMenuId?: string | null | undefined;
|
6027
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
5320
6028
|
};
|
5321
6029
|
status: boolean;
|
5322
6030
|
createdAt: Date;
|
@@ -5397,6 +6105,7 @@ export declare const channelContract: {
|
|
5397
6105
|
apiSecret: string;
|
5398
6106
|
} | undefined;
|
5399
6107
|
lineRichMenuId?: string | null | undefined;
|
6108
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
5400
6109
|
};
|
5401
6110
|
status: boolean;
|
5402
6111
|
createdAt: Date;
|
@@ -5478,6 +6187,7 @@ export declare const channelContract: {
|
|
5478
6187
|
apiSecret: string;
|
5479
6188
|
} | undefined;
|
5480
6189
|
lineRichMenuId?: string | null | undefined;
|
6190
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
5481
6191
|
};
|
5482
6192
|
status: boolean;
|
5483
6193
|
createdAt: Date;
|
@@ -5617,6 +6327,7 @@ export declare const channelContract: {
|
|
5617
6327
|
apiSecret: string;
|
5618
6328
|
}>>;
|
5619
6329
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
6330
|
+
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
5620
6331
|
}, "strip", z.ZodTypeAny, {
|
5621
6332
|
id: string;
|
5622
6333
|
name: string;
|
@@ -5630,6 +6341,7 @@ export declare const channelContract: {
|
|
5630
6341
|
apiSecret: string;
|
5631
6342
|
} | undefined;
|
5632
6343
|
lineRichMenuId?: string | null | undefined;
|
6344
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
5633
6345
|
}, {
|
5634
6346
|
id: string;
|
5635
6347
|
name: string;
|
@@ -5643,6 +6355,7 @@ export declare const channelContract: {
|
|
5643
6355
|
apiSecret: string;
|
5644
6356
|
} | undefined;
|
5645
6357
|
lineRichMenuId?: string | null | undefined;
|
6358
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
5646
6359
|
}>;
|
5647
6360
|
brandName: z.ZodString;
|
5648
6361
|
platformId: z.ZodString;
|
@@ -5890,6 +6603,7 @@ export declare const channelContract: {
|
|
5890
6603
|
apiSecret: string;
|
5891
6604
|
} | undefined;
|
5892
6605
|
lineRichMenuId?: string | null | undefined;
|
6606
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
5893
6607
|
};
|
5894
6608
|
status: boolean;
|
5895
6609
|
createdAt: Date;
|
@@ -5968,6 +6682,7 @@ export declare const channelContract: {
|
|
5968
6682
|
apiSecret: string;
|
5969
6683
|
} | undefined;
|
5970
6684
|
lineRichMenuId?: string | null | undefined;
|
6685
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
5971
6686
|
};
|
5972
6687
|
status: boolean;
|
5973
6688
|
createdAt: Date;
|
@@ -6048,6 +6763,7 @@ export declare const channelContract: {
|
|
6048
6763
|
apiSecret: string;
|
6049
6764
|
} | undefined;
|
6050
6765
|
lineRichMenuId?: string | null | undefined;
|
6766
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
6051
6767
|
};
|
6052
6768
|
status: boolean;
|
6053
6769
|
createdAt: Date;
|
@@ -6129,6 +6845,7 @@ export declare const channelContract: {
|
|
6129
6845
|
apiSecret: string;
|
6130
6846
|
} | undefined;
|
6131
6847
|
lineRichMenuId?: string | null | undefined;
|
6848
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
6132
6849
|
};
|
6133
6850
|
status: boolean;
|
6134
6851
|
createdAt: Date;
|
@@ -6278,6 +6995,7 @@ export declare const channelContract: {
|
|
6278
6995
|
apiSecret: string;
|
6279
6996
|
}>>;
|
6280
6997
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
6998
|
+
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
6281
6999
|
}, "strip", z.ZodTypeAny, {
|
6282
7000
|
id: string;
|
6283
7001
|
name: string;
|
@@ -6291,6 +7009,7 @@ export declare const channelContract: {
|
|
6291
7009
|
apiSecret: string;
|
6292
7010
|
} | undefined;
|
6293
7011
|
lineRichMenuId?: string | null | undefined;
|
7012
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
6294
7013
|
}, {
|
6295
7014
|
id: string;
|
6296
7015
|
name: string;
|
@@ -6304,6 +7023,7 @@ export declare const channelContract: {
|
|
6304
7023
|
apiSecret: string;
|
6305
7024
|
} | undefined;
|
6306
7025
|
lineRichMenuId?: string | null | undefined;
|
7026
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
6307
7027
|
}>;
|
6308
7028
|
brandName: z.ZodString;
|
6309
7029
|
platformId: z.ZodString;
|
@@ -6551,6 +7271,7 @@ export declare const channelContract: {
|
|
6551
7271
|
apiSecret: string;
|
6552
7272
|
} | undefined;
|
6553
7273
|
lineRichMenuId?: string | null | undefined;
|
7274
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
6554
7275
|
};
|
6555
7276
|
status: boolean;
|
6556
7277
|
createdAt: Date;
|
@@ -6629,6 +7350,7 @@ export declare const channelContract: {
|
|
6629
7350
|
apiSecret: string;
|
6630
7351
|
} | undefined;
|
6631
7352
|
lineRichMenuId?: string | null | undefined;
|
7353
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
6632
7354
|
};
|
6633
7355
|
status: boolean;
|
6634
7356
|
createdAt: Date;
|
@@ -6709,6 +7431,7 @@ export declare const channelContract: {
|
|
6709
7431
|
apiSecret: string;
|
6710
7432
|
} | undefined;
|
6711
7433
|
lineRichMenuId?: string | null | undefined;
|
7434
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
6712
7435
|
};
|
6713
7436
|
status: boolean;
|
6714
7437
|
createdAt: Date;
|
@@ -6790,6 +7513,7 @@ export declare const channelContract: {
|
|
6790
7513
|
apiSecret: string;
|
6791
7514
|
} | undefined;
|
6792
7515
|
lineRichMenuId?: string | null | undefined;
|
7516
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
6793
7517
|
};
|
6794
7518
|
status: boolean;
|
6795
7519
|
createdAt: Date;
|
@@ -6989,6 +7713,7 @@ export declare const channelContract: {
|
|
6989
7713
|
apiSecret: string;
|
6990
7714
|
}>>;
|
6991
7715
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
7716
|
+
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
6992
7717
|
}, "strip", z.ZodTypeAny, {
|
6993
7718
|
id: string;
|
6994
7719
|
name: string;
|
@@ -7002,6 +7727,7 @@ export declare const channelContract: {
|
|
7002
7727
|
apiSecret: string;
|
7003
7728
|
} | undefined;
|
7004
7729
|
lineRichMenuId?: string | null | undefined;
|
7730
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
7005
7731
|
}, {
|
7006
7732
|
id: string;
|
7007
7733
|
name: string;
|
@@ -7015,6 +7741,7 @@ export declare const channelContract: {
|
|
7015
7741
|
apiSecret: string;
|
7016
7742
|
} | undefined;
|
7017
7743
|
lineRichMenuId?: string | null | undefined;
|
7744
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
7018
7745
|
}>;
|
7019
7746
|
brandName: z.ZodString;
|
7020
7747
|
platformId: z.ZodString;
|
@@ -7262,6 +7989,7 @@ export declare const channelContract: {
|
|
7262
7989
|
apiSecret: string;
|
7263
7990
|
} | undefined;
|
7264
7991
|
lineRichMenuId?: string | null | undefined;
|
7992
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
7265
7993
|
};
|
7266
7994
|
status: boolean;
|
7267
7995
|
createdAt: Date;
|
@@ -7340,6 +8068,7 @@ export declare const channelContract: {
|
|
7340
8068
|
apiSecret: string;
|
7341
8069
|
} | undefined;
|
7342
8070
|
lineRichMenuId?: string | null | undefined;
|
8071
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
7343
8072
|
};
|
7344
8073
|
status: boolean;
|
7345
8074
|
createdAt: Date;
|
@@ -7420,6 +8149,7 @@ export declare const channelContract: {
|
|
7420
8149
|
apiSecret: string;
|
7421
8150
|
} | undefined;
|
7422
8151
|
lineRichMenuId?: string | null | undefined;
|
8152
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
7423
8153
|
};
|
7424
8154
|
status: boolean;
|
7425
8155
|
createdAt: Date;
|
@@ -7501,6 +8231,7 @@ export declare const channelContract: {
|
|
7501
8231
|
apiSecret: string;
|
7502
8232
|
} | undefined;
|
7503
8233
|
lineRichMenuId?: string | null | undefined;
|
8234
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
7504
8235
|
};
|
7505
8236
|
status: boolean;
|
7506
8237
|
createdAt: Date;
|
@@ -7638,9 +8369,31 @@ export declare const channelContract: {
|
|
7638
8369
|
id: z.ZodString;
|
7639
8370
|
name: z.ZodString;
|
7640
8371
|
tasks: z.ZodArray<z.ZodString, "many">;
|
8372
|
+
picture: z.ZodObject<{
|
8373
|
+
data: z.ZodObject<{
|
8374
|
+
url: z.ZodString;
|
8375
|
+
}, "strip", z.ZodTypeAny, {
|
8376
|
+
url: string;
|
8377
|
+
}, {
|
8378
|
+
url: string;
|
8379
|
+
}>;
|
8380
|
+
}, "strip", z.ZodTypeAny, {
|
8381
|
+
data: {
|
8382
|
+
url: string;
|
8383
|
+
};
|
8384
|
+
}, {
|
8385
|
+
data: {
|
8386
|
+
url: string;
|
8387
|
+
};
|
8388
|
+
}>;
|
7641
8389
|
}, "strip", z.ZodTypeAny, {
|
7642
8390
|
id: string;
|
7643
8391
|
name: string;
|
8392
|
+
picture: {
|
8393
|
+
data: {
|
8394
|
+
url: string;
|
8395
|
+
};
|
8396
|
+
};
|
7644
8397
|
category: string;
|
7645
8398
|
access_token: string;
|
7646
8399
|
category_list: {
|
@@ -7651,6 +8404,11 @@ export declare const channelContract: {
|
|
7651
8404
|
}, {
|
7652
8405
|
id: string;
|
7653
8406
|
name: string;
|
8407
|
+
picture: {
|
8408
|
+
data: {
|
8409
|
+
url: string;
|
8410
|
+
};
|
8411
|
+
};
|
7654
8412
|
category: string;
|
7655
8413
|
access_token: string;
|
7656
8414
|
category_list: {
|
@@ -7685,6 +8443,11 @@ export declare const channelContract: {
|
|
7685
8443
|
data: {
|
7686
8444
|
id: string;
|
7687
8445
|
name: string;
|
8446
|
+
picture: {
|
8447
|
+
data: {
|
8448
|
+
url: string;
|
8449
|
+
};
|
8450
|
+
};
|
7688
8451
|
category: string;
|
7689
8452
|
access_token: string;
|
7690
8453
|
category_list: {
|
@@ -7703,6 +8466,11 @@ export declare const channelContract: {
|
|
7703
8466
|
data: {
|
7704
8467
|
id: string;
|
7705
8468
|
name: string;
|
8469
|
+
picture: {
|
8470
|
+
data: {
|
8471
|
+
url: string;
|
8472
|
+
};
|
8473
|
+
};
|
7706
8474
|
category: string;
|
7707
8475
|
access_token: string;
|
7708
8476
|
category_list: {
|
@@ -7723,6 +8491,11 @@ export declare const channelContract: {
|
|
7723
8491
|
data: {
|
7724
8492
|
id: string;
|
7725
8493
|
name: string;
|
8494
|
+
picture: {
|
8495
|
+
data: {
|
8496
|
+
url: string;
|
8497
|
+
};
|
8498
|
+
};
|
7726
8499
|
category: string;
|
7727
8500
|
access_token: string;
|
7728
8501
|
category_list: {
|
@@ -7744,6 +8517,11 @@ export declare const channelContract: {
|
|
7744
8517
|
data: {
|
7745
8518
|
id: string;
|
7746
8519
|
name: string;
|
8520
|
+
picture: {
|
8521
|
+
data: {
|
8522
|
+
url: string;
|
8523
|
+
};
|
8524
|
+
};
|
7747
8525
|
category: string;
|
7748
8526
|
access_token: string;
|
7749
8527
|
category_list: {
|
@@ -7815,6 +8593,7 @@ export declare const channelContract: {
|
|
7815
8593
|
apiSecret: string;
|
7816
8594
|
}>>;
|
7817
8595
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
8596
|
+
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
7818
8597
|
}, "strip", z.ZodTypeAny, {
|
7819
8598
|
id: string;
|
7820
8599
|
name: string;
|
@@ -7828,6 +8607,7 @@ export declare const channelContract: {
|
|
7828
8607
|
apiSecret: string;
|
7829
8608
|
} | undefined;
|
7830
8609
|
lineRichMenuId?: string | null | undefined;
|
8610
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
7831
8611
|
}, {
|
7832
8612
|
id: string;
|
7833
8613
|
name: string;
|
@@ -7841,6 +8621,7 @@ export declare const channelContract: {
|
|
7841
8621
|
apiSecret: string;
|
7842
8622
|
} | undefined;
|
7843
8623
|
lineRichMenuId?: string | null | undefined;
|
8624
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
7844
8625
|
}>;
|
7845
8626
|
platformId: z.ZodString;
|
7846
8627
|
connectedUserId: z.ZodString;
|
@@ -7861,6 +8642,7 @@ export declare const channelContract: {
|
|
7861
8642
|
apiSecret: string;
|
7862
8643
|
} | undefined;
|
7863
8644
|
lineRichMenuId?: string | null | undefined;
|
8645
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
7864
8646
|
};
|
7865
8647
|
platformId: string;
|
7866
8648
|
connectedUserId: string;
|
@@ -7881,6 +8663,7 @@ export declare const channelContract: {
|
|
7881
8663
|
apiSecret: string;
|
7882
8664
|
} | undefined;
|
7883
8665
|
lineRichMenuId?: string | null | undefined;
|
8666
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
7884
8667
|
};
|
7885
8668
|
platformId: string;
|
7886
8669
|
connectedUserId: string;
|
@@ -7919,6 +8702,7 @@ export declare const channelContract: {
|
|
7919
8702
|
apiSecret: string;
|
7920
8703
|
}>>;
|
7921
8704
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
8705
|
+
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
7922
8706
|
}, "strip", z.ZodTypeAny, {
|
7923
8707
|
id: string;
|
7924
8708
|
name: string;
|
@@ -7932,6 +8716,7 @@ export declare const channelContract: {
|
|
7932
8716
|
apiSecret: string;
|
7933
8717
|
} | undefined;
|
7934
8718
|
lineRichMenuId?: string | null | undefined;
|
8719
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
7935
8720
|
}, {
|
7936
8721
|
id: string;
|
7937
8722
|
name: string;
|
@@ -7945,6 +8730,7 @@ export declare const channelContract: {
|
|
7945
8730
|
apiSecret: string;
|
7946
8731
|
} | undefined;
|
7947
8732
|
lineRichMenuId?: string | null | undefined;
|
8733
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
7948
8734
|
}>;
|
7949
8735
|
brandName: z.ZodString;
|
7950
8736
|
platformId: z.ZodString;
|
@@ -8192,6 +8978,7 @@ export declare const channelContract: {
|
|
8192
8978
|
apiSecret: string;
|
8193
8979
|
} | undefined;
|
8194
8980
|
lineRichMenuId?: string | null | undefined;
|
8981
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
8195
8982
|
};
|
8196
8983
|
status: boolean;
|
8197
8984
|
createdAt: Date;
|
@@ -8270,6 +9057,7 @@ export declare const channelContract: {
|
|
8270
9057
|
apiSecret: string;
|
8271
9058
|
} | undefined;
|
8272
9059
|
lineRichMenuId?: string | null | undefined;
|
9060
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
8273
9061
|
};
|
8274
9062
|
status: boolean;
|
8275
9063
|
createdAt: Date;
|
@@ -8350,6 +9138,7 @@ export declare const channelContract: {
|
|
8350
9138
|
apiSecret: string;
|
8351
9139
|
} | undefined;
|
8352
9140
|
lineRichMenuId?: string | null | undefined;
|
9141
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
8353
9142
|
};
|
8354
9143
|
status: boolean;
|
8355
9144
|
createdAt: Date;
|
@@ -8431,6 +9220,7 @@ export declare const channelContract: {
|
|
8431
9220
|
apiSecret: string;
|
8432
9221
|
} | undefined;
|
8433
9222
|
lineRichMenuId?: string | null | undefined;
|
9223
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
8434
9224
|
};
|
8435
9225
|
status: boolean;
|
8436
9226
|
createdAt: Date;
|
@@ -8567,6 +9357,7 @@ export declare const channelBotContract: {
|
|
8567
9357
|
apiSecret: string;
|
8568
9358
|
}>>;
|
8569
9359
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
9360
|
+
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
8570
9361
|
}, "strip", z.ZodTypeAny, {
|
8571
9362
|
id: string;
|
8572
9363
|
name: string;
|
@@ -8580,6 +9371,7 @@ export declare const channelBotContract: {
|
|
8580
9371
|
apiSecret: string;
|
8581
9372
|
} | undefined;
|
8582
9373
|
lineRichMenuId?: string | null | undefined;
|
9374
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
8583
9375
|
}, {
|
8584
9376
|
id: string;
|
8585
9377
|
name: string;
|
@@ -8593,6 +9385,7 @@ export declare const channelBotContract: {
|
|
8593
9385
|
apiSecret: string;
|
8594
9386
|
} | undefined;
|
8595
9387
|
lineRichMenuId?: string | null | undefined;
|
9388
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
8596
9389
|
}>;
|
8597
9390
|
brandName: z.ZodString;
|
8598
9391
|
platformId: z.ZodString;
|
@@ -8840,6 +9633,7 @@ export declare const channelBotContract: {
|
|
8840
9633
|
apiSecret: string;
|
8841
9634
|
} | undefined;
|
8842
9635
|
lineRichMenuId?: string | null | undefined;
|
9636
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
8843
9637
|
};
|
8844
9638
|
status: boolean;
|
8845
9639
|
createdAt: Date;
|
@@ -8918,6 +9712,7 @@ export declare const channelBotContract: {
|
|
8918
9712
|
apiSecret: string;
|
8919
9713
|
} | undefined;
|
8920
9714
|
lineRichMenuId?: string | null | undefined;
|
9715
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
8921
9716
|
};
|
8922
9717
|
status: boolean;
|
8923
9718
|
createdAt: Date;
|
@@ -8998,6 +9793,7 @@ export declare const channelBotContract: {
|
|
8998
9793
|
apiSecret: string;
|
8999
9794
|
} | undefined;
|
9000
9795
|
lineRichMenuId?: string | null | undefined;
|
9796
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
9001
9797
|
};
|
9002
9798
|
status: boolean;
|
9003
9799
|
createdAt: Date;
|
@@ -9079,6 +9875,7 @@ export declare const channelBotContract: {
|
|
9079
9875
|
apiSecret: string;
|
9080
9876
|
} | undefined;
|
9081
9877
|
lineRichMenuId?: string | null | undefined;
|
9878
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
9082
9879
|
};
|
9083
9880
|
status: boolean;
|
9084
9881
|
createdAt: Date;
|
@@ -9200,6 +9997,7 @@ export declare const channelBotContract: {
|
|
9200
9997
|
apiSecret: string;
|
9201
9998
|
}>>;
|
9202
9999
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
10000
|
+
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
9203
10001
|
}, "strip", z.ZodTypeAny, {
|
9204
10002
|
id: string;
|
9205
10003
|
name: string;
|
@@ -9213,6 +10011,7 @@ export declare const channelBotContract: {
|
|
9213
10011
|
apiSecret: string;
|
9214
10012
|
} | undefined;
|
9215
10013
|
lineRichMenuId?: string | null | undefined;
|
10014
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
9216
10015
|
}, {
|
9217
10016
|
id: string;
|
9218
10017
|
name: string;
|
@@ -9226,6 +10025,7 @@ export declare const channelBotContract: {
|
|
9226
10025
|
apiSecret: string;
|
9227
10026
|
} | undefined;
|
9228
10027
|
lineRichMenuId?: string | null | undefined;
|
10028
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
9229
10029
|
}>;
|
9230
10030
|
brandName: z.ZodString;
|
9231
10031
|
platformId: z.ZodString;
|
@@ -9473,6 +10273,7 @@ export declare const channelBotContract: {
|
|
9473
10273
|
apiSecret: string;
|
9474
10274
|
} | undefined;
|
9475
10275
|
lineRichMenuId?: string | null | undefined;
|
10276
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
9476
10277
|
};
|
9477
10278
|
status: boolean;
|
9478
10279
|
createdAt: Date;
|
@@ -9551,6 +10352,7 @@ export declare const channelBotContract: {
|
|
9551
10352
|
apiSecret: string;
|
9552
10353
|
} | undefined;
|
9553
10354
|
lineRichMenuId?: string | null | undefined;
|
10355
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
9554
10356
|
};
|
9555
10357
|
status: boolean;
|
9556
10358
|
createdAt: Date;
|
@@ -9631,6 +10433,7 @@ export declare const channelBotContract: {
|
|
9631
10433
|
apiSecret: string;
|
9632
10434
|
} | undefined;
|
9633
10435
|
lineRichMenuId?: string | null | undefined;
|
10436
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
9634
10437
|
};
|
9635
10438
|
status: boolean;
|
9636
10439
|
createdAt: Date;
|
@@ -9712,6 +10515,7 @@ export declare const channelBotContract: {
|
|
9712
10515
|
apiSecret: string;
|
9713
10516
|
} | undefined;
|
9714
10517
|
lineRichMenuId?: string | null | undefined;
|
10518
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
9715
10519
|
};
|
9716
10520
|
status: boolean;
|
9717
10521
|
createdAt: Date;
|
@@ -9871,6 +10675,7 @@ export declare const channelSMSContract: {
|
|
9871
10675
|
apiSecret: string;
|
9872
10676
|
}>>;
|
9873
10677
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
10678
|
+
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
9874
10679
|
}, "strip", z.ZodTypeAny, {
|
9875
10680
|
id: string;
|
9876
10681
|
name: string;
|
@@ -9884,6 +10689,7 @@ export declare const channelSMSContract: {
|
|
9884
10689
|
apiSecret: string;
|
9885
10690
|
} | undefined;
|
9886
10691
|
lineRichMenuId?: string | null | undefined;
|
10692
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
9887
10693
|
}, {
|
9888
10694
|
id: string;
|
9889
10695
|
name: string;
|
@@ -9897,6 +10703,7 @@ export declare const channelSMSContract: {
|
|
9897
10703
|
apiSecret: string;
|
9898
10704
|
} | undefined;
|
9899
10705
|
lineRichMenuId?: string | null | undefined;
|
10706
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
9900
10707
|
}>;
|
9901
10708
|
brandName: z.ZodString;
|
9902
10709
|
platformId: z.ZodString;
|
@@ -10144,6 +10951,7 @@ export declare const channelSMSContract: {
|
|
10144
10951
|
apiSecret: string;
|
10145
10952
|
} | undefined;
|
10146
10953
|
lineRichMenuId?: string | null | undefined;
|
10954
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
10147
10955
|
};
|
10148
10956
|
status: boolean;
|
10149
10957
|
createdAt: Date;
|
@@ -10222,6 +11030,7 @@ export declare const channelSMSContract: {
|
|
10222
11030
|
apiSecret: string;
|
10223
11031
|
} | undefined;
|
10224
11032
|
lineRichMenuId?: string | null | undefined;
|
11033
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
10225
11034
|
};
|
10226
11035
|
status: boolean;
|
10227
11036
|
createdAt: Date;
|
@@ -10302,6 +11111,7 @@ export declare const channelSMSContract: {
|
|
10302
11111
|
apiSecret: string;
|
10303
11112
|
} | undefined;
|
10304
11113
|
lineRichMenuId?: string | null | undefined;
|
11114
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
10305
11115
|
};
|
10306
11116
|
status: boolean;
|
10307
11117
|
createdAt: Date;
|
@@ -10383,6 +11193,7 @@ export declare const channelSMSContract: {
|
|
10383
11193
|
apiSecret: string;
|
10384
11194
|
} | undefined;
|
10385
11195
|
lineRichMenuId?: string | null | undefined;
|
11196
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
10386
11197
|
};
|
10387
11198
|
status: boolean;
|
10388
11199
|
createdAt: Date;
|