@kl1/contracts 1.3.34 → 1.3.35
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/automation-queue/index.d.ts +3 -0
- package/dist/api-contracts/src/automation-queue/index.d.ts.map +1 -1
- package/dist/api-contracts/src/botpress/index.d.ts +2 -2
- package/dist/api-contracts/src/channel/index.d.ts +1570 -28
- package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/schema.d.ts +44 -0
- package/dist/api-contracts/src/channel/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/validation.d.ts +65 -0
- package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/index.d.ts +1285 -211
- package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/schema.d.ts +312 -63
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +455 -69
- package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/contract.d.ts +8797 -2879
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/index.d.ts +62 -1
- package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/schema.d.ts +46 -1
- package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/validation.d.ts +3 -0
- package/dist/api-contracts/src/cx-log/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/index.d.ts +952 -30
- package/dist/api-contracts/src/dashboard/index.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/schema.d.ts +164 -9
- package/dist/api-contracts/src/dashboard/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/validation.d.ts +30 -1
- package/dist/api-contracts/src/dashboard/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/export/index.d.ts +2 -0
- package/dist/api-contracts/src/export/index.d.ts.map +1 -1
- package/dist/api-contracts/src/export/validation.d.ts +3 -0
- package/dist/api-contracts/src/export/validation.d.ts.map +1 -0
- package/dist/api-contracts/src/facebook-feed/index.d.ts +561 -53
- package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/schema.d.ts +37 -3
- package/dist/api-contracts/src/facebook-feed/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/validation.d.ts +26 -0
- package/dist/api-contracts/src/facebook-feed/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/index.d.ts +2 -0
- package/dist/api-contracts/src/index.d.ts.map +1 -1
- package/dist/api-contracts/src/instagram/index.d.ts +439 -41
- package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/line/index.d.ts +402 -48
- package/dist/api-contracts/src/line/index.d.ts.map +1 -1
- package/dist/api-contracts/src/line/validation.d.ts +49 -7
- package/dist/api-contracts/src/line/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/messenger/index.d.ts +439 -41
- package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
- package/dist/api-contracts/src/messenger/validation.d.ts +26 -0
- package/dist/api-contracts/src/messenger/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/presence-status/index.d.ts +1 -421
- package/dist/api-contracts/src/presence-status/index.d.ts.map +1 -1
- package/dist/api-contracts/src/presence-status/schema.d.ts +0 -369
- package/dist/api-contracts/src/presence-status/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/sms/index.d.ts +185 -7
- package/dist/api-contracts/src/sms/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telegram/index.d.ts +327 -41
- package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +0 -430
- package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +0 -3
- package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-agent-presence-status/validation.d.ts +0 -3
- package/dist/api-contracts/src/telephony-agent-presence-status/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/viber/index.d.ts +327 -41
- package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
- package/dist/api-contracts/src/webchat/index.d.ts +327 -41
- package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/whatsapp/index.d.ts +379 -41
- package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
- package/dist/api-contracts/src/workflow-rule/index.d.ts +151 -17
- package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
- package/dist/index.js +639 -321
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +637 -321
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import z from 'zod';
|
|
2
2
|
import { ChannelSchema } from './schema';
|
|
3
|
-
import { ConnectChannelSchema, ConnectViberChannelSchema, GetChannelSchema, ConnectSMSSchema, ConnectTelegramChannelSchema, ConnectWhatsappSchema } from './validation';
|
|
3
|
+
import { ConnectChannelSchema, ConnectViberChannelSchema, GetChannelSchema, ConnectSMSSchema, ConnectTelegramChannelSchema, ConnectWhatsappSchema, ConnectLazadaSchema } from './validation';
|
|
4
4
|
import { ConnectWebChatChannelSchema } from '../webchat/schema';
|
|
5
5
|
export type ConnectChannelRequest = z.TypeOf<typeof ConnectChannelSchema>;
|
|
6
6
|
export type Channel = z.infer<typeof ChannelSchema>;
|
|
7
7
|
export type ConnectViberChannelRequest = z.infer<typeof ConnectViberChannelSchema>;
|
|
8
8
|
export type ConnectTelegramChannelRequest = z.infer<typeof ConnectTelegramChannelSchema>;
|
|
9
|
+
export type ConnectLazadaChannelRequest = z.infer<typeof ConnectLazadaSchema>;
|
|
9
10
|
export type GetChannelRequest = z.infer<typeof GetChannelSchema>;
|
|
10
11
|
export type ConnectWebChatChannelRequest = z.infer<typeof ConnectWebChatChannelSchema>;
|
|
11
12
|
export type ConnectSMSChannelRequest = z.infer<typeof ConnectSMSSchema>;
|
|
@@ -16,10 +17,13 @@ export declare const channelContract: {
|
|
|
16
17
|
method: "GET";
|
|
17
18
|
query: z.ZodObject<{
|
|
18
19
|
withDeleted: z.ZodDefault<z.ZodBoolean>;
|
|
20
|
+
withRelations: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
19
21
|
}, "strip", z.ZodTypeAny, {
|
|
20
22
|
withDeleted: boolean;
|
|
23
|
+
withRelations?: boolean | undefined;
|
|
21
24
|
}, {
|
|
22
25
|
withDeleted?: boolean | undefined;
|
|
26
|
+
withRelations?: boolean | undefined;
|
|
23
27
|
}>;
|
|
24
28
|
responses: {
|
|
25
29
|
200: z.ZodObject<{
|
|
@@ -91,6 +95,16 @@ export declare const channelContract: {
|
|
|
91
95
|
mobileNumber: string;
|
|
92
96
|
apiSecret: string;
|
|
93
97
|
}>>;
|
|
98
|
+
line: z.ZodOptional<z.ZodObject<{
|
|
99
|
+
channelId: z.ZodString;
|
|
100
|
+
channelSecret: z.ZodString;
|
|
101
|
+
}, "strip", z.ZodTypeAny, {
|
|
102
|
+
channelId: string;
|
|
103
|
+
channelSecret: string;
|
|
104
|
+
}, {
|
|
105
|
+
channelId: string;
|
|
106
|
+
channelSecret: string;
|
|
107
|
+
}>>;
|
|
94
108
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
95
109
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
96
110
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
@@ -121,6 +135,10 @@ export declare const channelContract: {
|
|
|
121
135
|
mobileNumber: string;
|
|
122
136
|
apiSecret: string;
|
|
123
137
|
} | undefined;
|
|
138
|
+
line?: {
|
|
139
|
+
channelId: string;
|
|
140
|
+
channelSecret: string;
|
|
141
|
+
} | undefined;
|
|
124
142
|
lineRichMenuId?: string | null | undefined;
|
|
125
143
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
126
144
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -151,6 +169,10 @@ export declare const channelContract: {
|
|
|
151
169
|
mobileNumber: string;
|
|
152
170
|
apiSecret: string;
|
|
153
171
|
} | undefined;
|
|
172
|
+
line?: {
|
|
173
|
+
channelId: string;
|
|
174
|
+
channelSecret: string;
|
|
175
|
+
} | undefined;
|
|
154
176
|
lineRichMenuId?: string | null | undefined;
|
|
155
177
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
156
178
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -415,6 +437,10 @@ export declare const channelContract: {
|
|
|
415
437
|
mobileNumber: string;
|
|
416
438
|
apiSecret: string;
|
|
417
439
|
} | undefined;
|
|
440
|
+
line?: {
|
|
441
|
+
channelId: string;
|
|
442
|
+
channelSecret: string;
|
|
443
|
+
} | undefined;
|
|
418
444
|
lineRichMenuId?: string | null | undefined;
|
|
419
445
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
420
446
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -510,6 +536,10 @@ export declare const channelContract: {
|
|
|
510
536
|
mobileNumber: string;
|
|
511
537
|
apiSecret: string;
|
|
512
538
|
} | undefined;
|
|
539
|
+
line?: {
|
|
540
|
+
channelId: string;
|
|
541
|
+
channelSecret: string;
|
|
542
|
+
} | undefined;
|
|
513
543
|
lineRichMenuId?: string | null | undefined;
|
|
514
544
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
515
545
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -607,6 +637,10 @@ export declare const channelContract: {
|
|
|
607
637
|
mobileNumber: string;
|
|
608
638
|
apiSecret: string;
|
|
609
639
|
} | undefined;
|
|
640
|
+
line?: {
|
|
641
|
+
channelId: string;
|
|
642
|
+
channelSecret: string;
|
|
643
|
+
} | undefined;
|
|
610
644
|
lineRichMenuId?: string | null | undefined;
|
|
611
645
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
612
646
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -705,6 +739,10 @@ export declare const channelContract: {
|
|
|
705
739
|
mobileNumber: string;
|
|
706
740
|
apiSecret: string;
|
|
707
741
|
} | undefined;
|
|
742
|
+
line?: {
|
|
743
|
+
channelId: string;
|
|
744
|
+
channelSecret: string;
|
|
745
|
+
} | undefined;
|
|
708
746
|
lineRichMenuId?: string | null | undefined;
|
|
709
747
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
710
748
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -869,6 +907,16 @@ export declare const channelContract: {
|
|
|
869
907
|
mobileNumber: string;
|
|
870
908
|
apiSecret: string;
|
|
871
909
|
}>>;
|
|
910
|
+
line: z.ZodOptional<z.ZodObject<{
|
|
911
|
+
channelId: z.ZodString;
|
|
912
|
+
channelSecret: z.ZodString;
|
|
913
|
+
}, "strip", z.ZodTypeAny, {
|
|
914
|
+
channelId: string;
|
|
915
|
+
channelSecret: string;
|
|
916
|
+
}, {
|
|
917
|
+
channelId: string;
|
|
918
|
+
channelSecret: string;
|
|
919
|
+
}>>;
|
|
872
920
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
873
921
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
874
922
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
@@ -899,6 +947,10 @@ export declare const channelContract: {
|
|
|
899
947
|
mobileNumber: string;
|
|
900
948
|
apiSecret: string;
|
|
901
949
|
} | undefined;
|
|
950
|
+
line?: {
|
|
951
|
+
channelId: string;
|
|
952
|
+
channelSecret: string;
|
|
953
|
+
} | undefined;
|
|
902
954
|
lineRichMenuId?: string | null | undefined;
|
|
903
955
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
904
956
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -929,6 +981,10 @@ export declare const channelContract: {
|
|
|
929
981
|
mobileNumber: string;
|
|
930
982
|
apiSecret: string;
|
|
931
983
|
} | undefined;
|
|
984
|
+
line?: {
|
|
985
|
+
channelId: string;
|
|
986
|
+
channelSecret: string;
|
|
987
|
+
} | undefined;
|
|
932
988
|
lineRichMenuId?: string | null | undefined;
|
|
933
989
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
934
990
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -994,6 +1050,10 @@ export declare const channelContract: {
|
|
|
994
1050
|
mobileNumber: string;
|
|
995
1051
|
apiSecret: string;
|
|
996
1052
|
} | undefined;
|
|
1053
|
+
line?: {
|
|
1054
|
+
channelId: string;
|
|
1055
|
+
channelSecret: string;
|
|
1056
|
+
} | undefined;
|
|
997
1057
|
lineRichMenuId?: string | null | undefined;
|
|
998
1058
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
999
1059
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -1046,6 +1106,10 @@ export declare const channelContract: {
|
|
|
1046
1106
|
mobileNumber: string;
|
|
1047
1107
|
apiSecret: string;
|
|
1048
1108
|
} | undefined;
|
|
1109
|
+
line?: {
|
|
1110
|
+
channelId: string;
|
|
1111
|
+
channelSecret: string;
|
|
1112
|
+
} | undefined;
|
|
1049
1113
|
lineRichMenuId?: string | null | undefined;
|
|
1050
1114
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1051
1115
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -1100,6 +1164,10 @@ export declare const channelContract: {
|
|
|
1100
1164
|
mobileNumber: string;
|
|
1101
1165
|
apiSecret: string;
|
|
1102
1166
|
} | undefined;
|
|
1167
|
+
line?: {
|
|
1168
|
+
channelId: string;
|
|
1169
|
+
channelSecret: string;
|
|
1170
|
+
} | undefined;
|
|
1103
1171
|
lineRichMenuId?: string | null | undefined;
|
|
1104
1172
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1105
1173
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -1155,6 +1223,10 @@ export declare const channelContract: {
|
|
|
1155
1223
|
mobileNumber: string;
|
|
1156
1224
|
apiSecret: string;
|
|
1157
1225
|
} | undefined;
|
|
1226
|
+
line?: {
|
|
1227
|
+
channelId: string;
|
|
1228
|
+
channelSecret: string;
|
|
1229
|
+
} | undefined;
|
|
1158
1230
|
lineRichMenuId?: string | null | undefined;
|
|
1159
1231
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1160
1232
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -1290,6 +1362,16 @@ export declare const channelContract: {
|
|
|
1290
1362
|
mobileNumber: string;
|
|
1291
1363
|
apiSecret: string;
|
|
1292
1364
|
}>>;
|
|
1365
|
+
line: z.ZodOptional<z.ZodObject<{
|
|
1366
|
+
channelId: z.ZodString;
|
|
1367
|
+
channelSecret: z.ZodString;
|
|
1368
|
+
}, "strip", z.ZodTypeAny, {
|
|
1369
|
+
channelId: string;
|
|
1370
|
+
channelSecret: string;
|
|
1371
|
+
}, {
|
|
1372
|
+
channelId: string;
|
|
1373
|
+
channelSecret: string;
|
|
1374
|
+
}>>;
|
|
1293
1375
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1294
1376
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
1295
1377
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
@@ -1320,6 +1402,10 @@ export declare const channelContract: {
|
|
|
1320
1402
|
mobileNumber: string;
|
|
1321
1403
|
apiSecret: string;
|
|
1322
1404
|
} | undefined;
|
|
1405
|
+
line?: {
|
|
1406
|
+
channelId: string;
|
|
1407
|
+
channelSecret: string;
|
|
1408
|
+
} | undefined;
|
|
1323
1409
|
lineRichMenuId?: string | null | undefined;
|
|
1324
1410
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1325
1411
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -1350,6 +1436,10 @@ export declare const channelContract: {
|
|
|
1350
1436
|
mobileNumber: string;
|
|
1351
1437
|
apiSecret: string;
|
|
1352
1438
|
} | undefined;
|
|
1439
|
+
line?: {
|
|
1440
|
+
channelId: string;
|
|
1441
|
+
channelSecret: string;
|
|
1442
|
+
} | undefined;
|
|
1353
1443
|
lineRichMenuId?: string | null | undefined;
|
|
1354
1444
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1355
1445
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -1614,6 +1704,10 @@ export declare const channelContract: {
|
|
|
1614
1704
|
mobileNumber: string;
|
|
1615
1705
|
apiSecret: string;
|
|
1616
1706
|
} | undefined;
|
|
1707
|
+
line?: {
|
|
1708
|
+
channelId: string;
|
|
1709
|
+
channelSecret: string;
|
|
1710
|
+
} | undefined;
|
|
1617
1711
|
lineRichMenuId?: string | null | undefined;
|
|
1618
1712
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1619
1713
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -1709,6 +1803,10 @@ export declare const channelContract: {
|
|
|
1709
1803
|
mobileNumber: string;
|
|
1710
1804
|
apiSecret: string;
|
|
1711
1805
|
} | undefined;
|
|
1806
|
+
line?: {
|
|
1807
|
+
channelId: string;
|
|
1808
|
+
channelSecret: string;
|
|
1809
|
+
} | undefined;
|
|
1712
1810
|
lineRichMenuId?: string | null | undefined;
|
|
1713
1811
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1714
1812
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -1806,6 +1904,10 @@ export declare const channelContract: {
|
|
|
1806
1904
|
mobileNumber: string;
|
|
1807
1905
|
apiSecret: string;
|
|
1808
1906
|
} | undefined;
|
|
1907
|
+
line?: {
|
|
1908
|
+
channelId: string;
|
|
1909
|
+
channelSecret: string;
|
|
1910
|
+
} | undefined;
|
|
1809
1911
|
lineRichMenuId?: string | null | undefined;
|
|
1810
1912
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1811
1913
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -1904,6 +2006,10 @@ export declare const channelContract: {
|
|
|
1904
2006
|
mobileNumber: string;
|
|
1905
2007
|
apiSecret: string;
|
|
1906
2008
|
} | undefined;
|
|
2009
|
+
line?: {
|
|
2010
|
+
channelId: string;
|
|
2011
|
+
channelSecret: string;
|
|
2012
|
+
} | undefined;
|
|
1907
2013
|
lineRichMenuId?: string | null | undefined;
|
|
1908
2014
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1909
2015
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -2088,6 +2194,16 @@ export declare const channelContract: {
|
|
|
2088
2194
|
mobileNumber: string;
|
|
2089
2195
|
apiSecret: string;
|
|
2090
2196
|
}>>;
|
|
2197
|
+
line: z.ZodOptional<z.ZodObject<{
|
|
2198
|
+
channelId: z.ZodString;
|
|
2199
|
+
channelSecret: z.ZodString;
|
|
2200
|
+
}, "strip", z.ZodTypeAny, {
|
|
2201
|
+
channelId: string;
|
|
2202
|
+
channelSecret: string;
|
|
2203
|
+
}, {
|
|
2204
|
+
channelId: string;
|
|
2205
|
+
channelSecret: string;
|
|
2206
|
+
}>>;
|
|
2091
2207
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2092
2208
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
2093
2209
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
@@ -2118,6 +2234,10 @@ export declare const channelContract: {
|
|
|
2118
2234
|
mobileNumber: string;
|
|
2119
2235
|
apiSecret: string;
|
|
2120
2236
|
} | undefined;
|
|
2237
|
+
line?: {
|
|
2238
|
+
channelId: string;
|
|
2239
|
+
channelSecret: string;
|
|
2240
|
+
} | undefined;
|
|
2121
2241
|
lineRichMenuId?: string | null | undefined;
|
|
2122
2242
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
2123
2243
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -2148,6 +2268,10 @@ export declare const channelContract: {
|
|
|
2148
2268
|
mobileNumber: string;
|
|
2149
2269
|
apiSecret: string;
|
|
2150
2270
|
} | undefined;
|
|
2271
|
+
line?: {
|
|
2272
|
+
channelId: string;
|
|
2273
|
+
channelSecret: string;
|
|
2274
|
+
} | undefined;
|
|
2151
2275
|
lineRichMenuId?: string | null | undefined;
|
|
2152
2276
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
2153
2277
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -2412,6 +2536,10 @@ export declare const channelContract: {
|
|
|
2412
2536
|
mobileNumber: string;
|
|
2413
2537
|
apiSecret: string;
|
|
2414
2538
|
} | undefined;
|
|
2539
|
+
line?: {
|
|
2540
|
+
channelId: string;
|
|
2541
|
+
channelSecret: string;
|
|
2542
|
+
} | undefined;
|
|
2415
2543
|
lineRichMenuId?: string | null | undefined;
|
|
2416
2544
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
2417
2545
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -2507,6 +2635,10 @@ export declare const channelContract: {
|
|
|
2507
2635
|
mobileNumber: string;
|
|
2508
2636
|
apiSecret: string;
|
|
2509
2637
|
} | undefined;
|
|
2638
|
+
line?: {
|
|
2639
|
+
channelId: string;
|
|
2640
|
+
channelSecret: string;
|
|
2641
|
+
} | undefined;
|
|
2510
2642
|
lineRichMenuId?: string | null | undefined;
|
|
2511
2643
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
2512
2644
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -2604,6 +2736,10 @@ export declare const channelContract: {
|
|
|
2604
2736
|
mobileNumber: string;
|
|
2605
2737
|
apiSecret: string;
|
|
2606
2738
|
} | undefined;
|
|
2739
|
+
line?: {
|
|
2740
|
+
channelId: string;
|
|
2741
|
+
channelSecret: string;
|
|
2742
|
+
} | undefined;
|
|
2607
2743
|
lineRichMenuId?: string | null | undefined;
|
|
2608
2744
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
2609
2745
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -2702,6 +2838,10 @@ export declare const channelContract: {
|
|
|
2702
2838
|
mobileNumber: string;
|
|
2703
2839
|
apiSecret: string;
|
|
2704
2840
|
} | undefined;
|
|
2841
|
+
line?: {
|
|
2842
|
+
channelId: string;
|
|
2843
|
+
channelSecret: string;
|
|
2844
|
+
} | undefined;
|
|
2705
2845
|
lineRichMenuId?: string | null | undefined;
|
|
2706
2846
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
2707
2847
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -2886,6 +3026,16 @@ export declare const channelContract: {
|
|
|
2886
3026
|
mobileNumber: string;
|
|
2887
3027
|
apiSecret: string;
|
|
2888
3028
|
}>>;
|
|
3029
|
+
line: z.ZodOptional<z.ZodObject<{
|
|
3030
|
+
channelId: z.ZodString;
|
|
3031
|
+
channelSecret: z.ZodString;
|
|
3032
|
+
}, "strip", z.ZodTypeAny, {
|
|
3033
|
+
channelId: string;
|
|
3034
|
+
channelSecret: string;
|
|
3035
|
+
}, {
|
|
3036
|
+
channelId: string;
|
|
3037
|
+
channelSecret: string;
|
|
3038
|
+
}>>;
|
|
2889
3039
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2890
3040
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
2891
3041
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
@@ -2916,6 +3066,10 @@ export declare const channelContract: {
|
|
|
2916
3066
|
mobileNumber: string;
|
|
2917
3067
|
apiSecret: string;
|
|
2918
3068
|
} | undefined;
|
|
3069
|
+
line?: {
|
|
3070
|
+
channelId: string;
|
|
3071
|
+
channelSecret: string;
|
|
3072
|
+
} | undefined;
|
|
2919
3073
|
lineRichMenuId?: string | null | undefined;
|
|
2920
3074
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
2921
3075
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -2946,6 +3100,10 @@ export declare const channelContract: {
|
|
|
2946
3100
|
mobileNumber: string;
|
|
2947
3101
|
apiSecret: string;
|
|
2948
3102
|
} | undefined;
|
|
3103
|
+
line?: {
|
|
3104
|
+
channelId: string;
|
|
3105
|
+
channelSecret: string;
|
|
3106
|
+
} | undefined;
|
|
2949
3107
|
lineRichMenuId?: string | null | undefined;
|
|
2950
3108
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
2951
3109
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -3210,6 +3368,10 @@ export declare const channelContract: {
|
|
|
3210
3368
|
mobileNumber: string;
|
|
3211
3369
|
apiSecret: string;
|
|
3212
3370
|
} | undefined;
|
|
3371
|
+
line?: {
|
|
3372
|
+
channelId: string;
|
|
3373
|
+
channelSecret: string;
|
|
3374
|
+
} | undefined;
|
|
3213
3375
|
lineRichMenuId?: string | null | undefined;
|
|
3214
3376
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
3215
3377
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -3305,6 +3467,10 @@ export declare const channelContract: {
|
|
|
3305
3467
|
mobileNumber: string;
|
|
3306
3468
|
apiSecret: string;
|
|
3307
3469
|
} | undefined;
|
|
3470
|
+
line?: {
|
|
3471
|
+
channelId: string;
|
|
3472
|
+
channelSecret: string;
|
|
3473
|
+
} | undefined;
|
|
3308
3474
|
lineRichMenuId?: string | null | undefined;
|
|
3309
3475
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
3310
3476
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -3402,6 +3568,10 @@ export declare const channelContract: {
|
|
|
3402
3568
|
mobileNumber: string;
|
|
3403
3569
|
apiSecret: string;
|
|
3404
3570
|
} | undefined;
|
|
3571
|
+
line?: {
|
|
3572
|
+
channelId: string;
|
|
3573
|
+
channelSecret: string;
|
|
3574
|
+
} | undefined;
|
|
3405
3575
|
lineRichMenuId?: string | null | undefined;
|
|
3406
3576
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
3407
3577
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -3500,6 +3670,10 @@ export declare const channelContract: {
|
|
|
3500
3670
|
mobileNumber: string;
|
|
3501
3671
|
apiSecret: string;
|
|
3502
3672
|
} | undefined;
|
|
3673
|
+
line?: {
|
|
3674
|
+
channelId: string;
|
|
3675
|
+
channelSecret: string;
|
|
3676
|
+
} | undefined;
|
|
3503
3677
|
lineRichMenuId?: string | null | undefined;
|
|
3504
3678
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
3505
3679
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -3661,6 +3835,16 @@ export declare const channelContract: {
|
|
|
3661
3835
|
mobileNumber: string;
|
|
3662
3836
|
apiSecret: string;
|
|
3663
3837
|
}>>;
|
|
3838
|
+
line: z.ZodOptional<z.ZodObject<{
|
|
3839
|
+
channelId: z.ZodString;
|
|
3840
|
+
channelSecret: z.ZodString;
|
|
3841
|
+
}, "strip", z.ZodTypeAny, {
|
|
3842
|
+
channelId: string;
|
|
3843
|
+
channelSecret: string;
|
|
3844
|
+
}, {
|
|
3845
|
+
channelId: string;
|
|
3846
|
+
channelSecret: string;
|
|
3847
|
+
}>>;
|
|
3664
3848
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
3665
3849
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
3666
3850
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
@@ -3691,6 +3875,10 @@ export declare const channelContract: {
|
|
|
3691
3875
|
mobileNumber: string;
|
|
3692
3876
|
apiSecret: string;
|
|
3693
3877
|
} | undefined;
|
|
3878
|
+
line?: {
|
|
3879
|
+
channelId: string;
|
|
3880
|
+
channelSecret: string;
|
|
3881
|
+
} | undefined;
|
|
3694
3882
|
lineRichMenuId?: string | null | undefined;
|
|
3695
3883
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
3696
3884
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -3721,6 +3909,10 @@ export declare const channelContract: {
|
|
|
3721
3909
|
mobileNumber: string;
|
|
3722
3910
|
apiSecret: string;
|
|
3723
3911
|
} | undefined;
|
|
3912
|
+
line?: {
|
|
3913
|
+
channelId: string;
|
|
3914
|
+
channelSecret: string;
|
|
3915
|
+
} | undefined;
|
|
3724
3916
|
lineRichMenuId?: string | null | undefined;
|
|
3725
3917
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
3726
3918
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -3758,6 +3950,10 @@ export declare const channelContract: {
|
|
|
3758
3950
|
mobileNumber: string;
|
|
3759
3951
|
apiSecret: string;
|
|
3760
3952
|
} | undefined;
|
|
3953
|
+
line?: {
|
|
3954
|
+
channelId: string;
|
|
3955
|
+
channelSecret: string;
|
|
3956
|
+
} | undefined;
|
|
3761
3957
|
lineRichMenuId?: string | null | undefined;
|
|
3762
3958
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
3763
3959
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -3795,6 +3991,10 @@ export declare const channelContract: {
|
|
|
3795
3991
|
mobileNumber: string;
|
|
3796
3992
|
apiSecret: string;
|
|
3797
3993
|
} | undefined;
|
|
3994
|
+
line?: {
|
|
3995
|
+
channelId: string;
|
|
3996
|
+
channelSecret: string;
|
|
3997
|
+
} | undefined;
|
|
3798
3998
|
lineRichMenuId?: string | null | undefined;
|
|
3799
3999
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
3800
4000
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -3876,6 +4076,16 @@ export declare const channelContract: {
|
|
|
3876
4076
|
mobileNumber: string;
|
|
3877
4077
|
apiSecret: string;
|
|
3878
4078
|
}>>;
|
|
4079
|
+
line: z.ZodOptional<z.ZodObject<{
|
|
4080
|
+
channelId: z.ZodString;
|
|
4081
|
+
channelSecret: z.ZodString;
|
|
4082
|
+
}, "strip", z.ZodTypeAny, {
|
|
4083
|
+
channelId: string;
|
|
4084
|
+
channelSecret: string;
|
|
4085
|
+
}, {
|
|
4086
|
+
channelId: string;
|
|
4087
|
+
channelSecret: string;
|
|
4088
|
+
}>>;
|
|
3879
4089
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
3880
4090
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
3881
4091
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
@@ -3906,6 +4116,10 @@ export declare const channelContract: {
|
|
|
3906
4116
|
mobileNumber: string;
|
|
3907
4117
|
apiSecret: string;
|
|
3908
4118
|
} | undefined;
|
|
4119
|
+
line?: {
|
|
4120
|
+
channelId: string;
|
|
4121
|
+
channelSecret: string;
|
|
4122
|
+
} | undefined;
|
|
3909
4123
|
lineRichMenuId?: string | null | undefined;
|
|
3910
4124
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
3911
4125
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -3936,6 +4150,10 @@ export declare const channelContract: {
|
|
|
3936
4150
|
mobileNumber: string;
|
|
3937
4151
|
apiSecret: string;
|
|
3938
4152
|
} | undefined;
|
|
4153
|
+
line?: {
|
|
4154
|
+
channelId: string;
|
|
4155
|
+
channelSecret: string;
|
|
4156
|
+
} | undefined;
|
|
3939
4157
|
lineRichMenuId?: string | null | undefined;
|
|
3940
4158
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
3941
4159
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -4200,6 +4418,10 @@ export declare const channelContract: {
|
|
|
4200
4418
|
mobileNumber: string;
|
|
4201
4419
|
apiSecret: string;
|
|
4202
4420
|
} | undefined;
|
|
4421
|
+
line?: {
|
|
4422
|
+
channelId: string;
|
|
4423
|
+
channelSecret: string;
|
|
4424
|
+
} | undefined;
|
|
4203
4425
|
lineRichMenuId?: string | null | undefined;
|
|
4204
4426
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
4205
4427
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -4295,6 +4517,10 @@ export declare const channelContract: {
|
|
|
4295
4517
|
mobileNumber: string;
|
|
4296
4518
|
apiSecret: string;
|
|
4297
4519
|
} | undefined;
|
|
4520
|
+
line?: {
|
|
4521
|
+
channelId: string;
|
|
4522
|
+
channelSecret: string;
|
|
4523
|
+
} | undefined;
|
|
4298
4524
|
lineRichMenuId?: string | null | undefined;
|
|
4299
4525
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
4300
4526
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -4392,6 +4618,10 @@ export declare const channelContract: {
|
|
|
4392
4618
|
mobileNumber: string;
|
|
4393
4619
|
apiSecret: string;
|
|
4394
4620
|
} | undefined;
|
|
4621
|
+
line?: {
|
|
4622
|
+
channelId: string;
|
|
4623
|
+
channelSecret: string;
|
|
4624
|
+
} | undefined;
|
|
4395
4625
|
lineRichMenuId?: string | null | undefined;
|
|
4396
4626
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
4397
4627
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -4490,6 +4720,10 @@ export declare const channelContract: {
|
|
|
4490
4720
|
mobileNumber: string;
|
|
4491
4721
|
apiSecret: string;
|
|
4492
4722
|
} | undefined;
|
|
4723
|
+
line?: {
|
|
4724
|
+
channelId: string;
|
|
4725
|
+
channelSecret: string;
|
|
4726
|
+
} | undefined;
|
|
4493
4727
|
lineRichMenuId?: string | null | undefined;
|
|
4494
4728
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
4495
4729
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -4785,6 +5019,16 @@ export declare const channelContract: {
|
|
|
4785
5019
|
mobileNumber: string;
|
|
4786
5020
|
apiSecret: string;
|
|
4787
5021
|
}>>;
|
|
5022
|
+
line: z.ZodOptional<z.ZodObject<{
|
|
5023
|
+
channelId: z.ZodString;
|
|
5024
|
+
channelSecret: z.ZodString;
|
|
5025
|
+
}, "strip", z.ZodTypeAny, {
|
|
5026
|
+
channelId: string;
|
|
5027
|
+
channelSecret: string;
|
|
5028
|
+
}, {
|
|
5029
|
+
channelId: string;
|
|
5030
|
+
channelSecret: string;
|
|
5031
|
+
}>>;
|
|
4788
5032
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
4789
5033
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
4790
5034
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
@@ -4815,6 +5059,10 @@ export declare const channelContract: {
|
|
|
4815
5059
|
mobileNumber: string;
|
|
4816
5060
|
apiSecret: string;
|
|
4817
5061
|
} | undefined;
|
|
5062
|
+
line?: {
|
|
5063
|
+
channelId: string;
|
|
5064
|
+
channelSecret: string;
|
|
5065
|
+
} | undefined;
|
|
4818
5066
|
lineRichMenuId?: string | null | undefined;
|
|
4819
5067
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
4820
5068
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -4845,6 +5093,10 @@ export declare const channelContract: {
|
|
|
4845
5093
|
mobileNumber: string;
|
|
4846
5094
|
apiSecret: string;
|
|
4847
5095
|
} | undefined;
|
|
5096
|
+
line?: {
|
|
5097
|
+
channelId: string;
|
|
5098
|
+
channelSecret: string;
|
|
5099
|
+
} | undefined;
|
|
4848
5100
|
lineRichMenuId?: string | null | undefined;
|
|
4849
5101
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
4850
5102
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -5109,6 +5361,10 @@ export declare const channelContract: {
|
|
|
5109
5361
|
mobileNumber: string;
|
|
5110
5362
|
apiSecret: string;
|
|
5111
5363
|
} | undefined;
|
|
5364
|
+
line?: {
|
|
5365
|
+
channelId: string;
|
|
5366
|
+
channelSecret: string;
|
|
5367
|
+
} | undefined;
|
|
5112
5368
|
lineRichMenuId?: string | null | undefined;
|
|
5113
5369
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
5114
5370
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -5204,6 +5460,10 @@ export declare const channelContract: {
|
|
|
5204
5460
|
mobileNumber: string;
|
|
5205
5461
|
apiSecret: string;
|
|
5206
5462
|
} | undefined;
|
|
5463
|
+
line?: {
|
|
5464
|
+
channelId: string;
|
|
5465
|
+
channelSecret: string;
|
|
5466
|
+
} | undefined;
|
|
5207
5467
|
lineRichMenuId?: string | null | undefined;
|
|
5208
5468
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
5209
5469
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -5301,6 +5561,10 @@ export declare const channelContract: {
|
|
|
5301
5561
|
mobileNumber: string;
|
|
5302
5562
|
apiSecret: string;
|
|
5303
5563
|
} | undefined;
|
|
5564
|
+
line?: {
|
|
5565
|
+
channelId: string;
|
|
5566
|
+
channelSecret: string;
|
|
5567
|
+
} | undefined;
|
|
5304
5568
|
lineRichMenuId?: string | null | undefined;
|
|
5305
5569
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
5306
5570
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -5399,6 +5663,10 @@ export declare const channelContract: {
|
|
|
5399
5663
|
mobileNumber: string;
|
|
5400
5664
|
apiSecret: string;
|
|
5401
5665
|
} | undefined;
|
|
5666
|
+
line?: {
|
|
5667
|
+
channelId: string;
|
|
5668
|
+
channelSecret: string;
|
|
5669
|
+
} | undefined;
|
|
5402
5670
|
lineRichMenuId?: string | null | undefined;
|
|
5403
5671
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
5404
5672
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -5478,7 +5746,7 @@ export declare const channelContract: {
|
|
|
5478
5746
|
error?: any;
|
|
5479
5747
|
}>;
|
|
5480
5748
|
};
|
|
5481
|
-
path: "
|
|
5749
|
+
path: "csat/:channelId";
|
|
5482
5750
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
5483
5751
|
'x-tenant': z.ZodString;
|
|
5484
5752
|
'x-service-token': z.ZodString;
|
|
@@ -6384,6 +6652,16 @@ export declare const channelContract: {
|
|
|
6384
6652
|
mobileNumber: string;
|
|
6385
6653
|
apiSecret: string;
|
|
6386
6654
|
}>>;
|
|
6655
|
+
line: z.ZodOptional<z.ZodObject<{
|
|
6656
|
+
channelId: z.ZodString;
|
|
6657
|
+
channelSecret: z.ZodString;
|
|
6658
|
+
}, "strip", z.ZodTypeAny, {
|
|
6659
|
+
channelId: string;
|
|
6660
|
+
channelSecret: string;
|
|
6661
|
+
}, {
|
|
6662
|
+
channelId: string;
|
|
6663
|
+
channelSecret: string;
|
|
6664
|
+
}>>;
|
|
6387
6665
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
6388
6666
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
6389
6667
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
@@ -6414,6 +6692,10 @@ export declare const channelContract: {
|
|
|
6414
6692
|
mobileNumber: string;
|
|
6415
6693
|
apiSecret: string;
|
|
6416
6694
|
} | undefined;
|
|
6695
|
+
line?: {
|
|
6696
|
+
channelId: string;
|
|
6697
|
+
channelSecret: string;
|
|
6698
|
+
} | undefined;
|
|
6417
6699
|
lineRichMenuId?: string | null | undefined;
|
|
6418
6700
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
6419
6701
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -6444,6 +6726,10 @@ export declare const channelContract: {
|
|
|
6444
6726
|
mobileNumber: string;
|
|
6445
6727
|
apiSecret: string;
|
|
6446
6728
|
} | undefined;
|
|
6729
|
+
line?: {
|
|
6730
|
+
channelId: string;
|
|
6731
|
+
channelSecret: string;
|
|
6732
|
+
} | undefined;
|
|
6447
6733
|
lineRichMenuId?: string | null | undefined;
|
|
6448
6734
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
6449
6735
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -6481,6 +6767,10 @@ export declare const channelContract: {
|
|
|
6481
6767
|
mobileNumber: string;
|
|
6482
6768
|
apiSecret: string;
|
|
6483
6769
|
} | undefined;
|
|
6770
|
+
line?: {
|
|
6771
|
+
channelId: string;
|
|
6772
|
+
channelSecret: string;
|
|
6773
|
+
} | undefined;
|
|
6484
6774
|
lineRichMenuId?: string | null | undefined;
|
|
6485
6775
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
6486
6776
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -6518,6 +6808,10 @@ export declare const channelContract: {
|
|
|
6518
6808
|
mobileNumber: string;
|
|
6519
6809
|
apiSecret: string;
|
|
6520
6810
|
} | undefined;
|
|
6811
|
+
line?: {
|
|
6812
|
+
channelId: string;
|
|
6813
|
+
channelSecret: string;
|
|
6814
|
+
} | undefined;
|
|
6521
6815
|
lineRichMenuId?: string | null | undefined;
|
|
6522
6816
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
6523
6817
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -6599,6 +6893,16 @@ export declare const channelContract: {
|
|
|
6599
6893
|
mobileNumber: string;
|
|
6600
6894
|
apiSecret: string;
|
|
6601
6895
|
}>>;
|
|
6896
|
+
line: z.ZodOptional<z.ZodObject<{
|
|
6897
|
+
channelId: z.ZodString;
|
|
6898
|
+
channelSecret: z.ZodString;
|
|
6899
|
+
}, "strip", z.ZodTypeAny, {
|
|
6900
|
+
channelId: string;
|
|
6901
|
+
channelSecret: string;
|
|
6902
|
+
}, {
|
|
6903
|
+
channelId: string;
|
|
6904
|
+
channelSecret: string;
|
|
6905
|
+
}>>;
|
|
6602
6906
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
6603
6907
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
6604
6908
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
@@ -6629,6 +6933,10 @@ export declare const channelContract: {
|
|
|
6629
6933
|
mobileNumber: string;
|
|
6630
6934
|
apiSecret: string;
|
|
6631
6935
|
} | undefined;
|
|
6936
|
+
line?: {
|
|
6937
|
+
channelId: string;
|
|
6938
|
+
channelSecret: string;
|
|
6939
|
+
} | undefined;
|
|
6632
6940
|
lineRichMenuId?: string | null | undefined;
|
|
6633
6941
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
6634
6942
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -6659,6 +6967,10 @@ export declare const channelContract: {
|
|
|
6659
6967
|
mobileNumber: string;
|
|
6660
6968
|
apiSecret: string;
|
|
6661
6969
|
} | undefined;
|
|
6970
|
+
line?: {
|
|
6971
|
+
channelId: string;
|
|
6972
|
+
channelSecret: string;
|
|
6973
|
+
} | undefined;
|
|
6662
6974
|
lineRichMenuId?: string | null | undefined;
|
|
6663
6975
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
6664
6976
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -6923,6 +7235,10 @@ export declare const channelContract: {
|
|
|
6923
7235
|
mobileNumber: string;
|
|
6924
7236
|
apiSecret: string;
|
|
6925
7237
|
} | undefined;
|
|
7238
|
+
line?: {
|
|
7239
|
+
channelId: string;
|
|
7240
|
+
channelSecret: string;
|
|
7241
|
+
} | undefined;
|
|
6926
7242
|
lineRichMenuId?: string | null | undefined;
|
|
6927
7243
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
6928
7244
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -7018,6 +7334,10 @@ export declare const channelContract: {
|
|
|
7018
7334
|
mobileNumber: string;
|
|
7019
7335
|
apiSecret: string;
|
|
7020
7336
|
} | undefined;
|
|
7337
|
+
line?: {
|
|
7338
|
+
channelId: string;
|
|
7339
|
+
channelSecret: string;
|
|
7340
|
+
} | undefined;
|
|
7021
7341
|
lineRichMenuId?: string | null | undefined;
|
|
7022
7342
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
7023
7343
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -7115,6 +7435,10 @@ export declare const channelContract: {
|
|
|
7115
7435
|
mobileNumber: string;
|
|
7116
7436
|
apiSecret: string;
|
|
7117
7437
|
} | undefined;
|
|
7438
|
+
line?: {
|
|
7439
|
+
channelId: string;
|
|
7440
|
+
channelSecret: string;
|
|
7441
|
+
} | undefined;
|
|
7118
7442
|
lineRichMenuId?: string | null | undefined;
|
|
7119
7443
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
7120
7444
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -7213,6 +7537,10 @@ export declare const channelContract: {
|
|
|
7213
7537
|
mobileNumber: string;
|
|
7214
7538
|
apiSecret: string;
|
|
7215
7539
|
} | undefined;
|
|
7540
|
+
line?: {
|
|
7541
|
+
channelId: string;
|
|
7542
|
+
channelSecret: string;
|
|
7543
|
+
} | undefined;
|
|
7216
7544
|
lineRichMenuId?: string | null | undefined;
|
|
7217
7545
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
7218
7546
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -7625,6 +7953,16 @@ export declare const channelContract: {
|
|
|
7625
7953
|
mobileNumber: string;
|
|
7626
7954
|
apiSecret: string;
|
|
7627
7955
|
}>>;
|
|
7956
|
+
line: z.ZodOptional<z.ZodObject<{
|
|
7957
|
+
channelId: z.ZodString;
|
|
7958
|
+
channelSecret: z.ZodString;
|
|
7959
|
+
}, "strip", z.ZodTypeAny, {
|
|
7960
|
+
channelId: string;
|
|
7961
|
+
channelSecret: string;
|
|
7962
|
+
}, {
|
|
7963
|
+
channelId: string;
|
|
7964
|
+
channelSecret: string;
|
|
7965
|
+
}>>;
|
|
7628
7966
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
7629
7967
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
7630
7968
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
@@ -7655,6 +7993,10 @@ export declare const channelContract: {
|
|
|
7655
7993
|
mobileNumber: string;
|
|
7656
7994
|
apiSecret: string;
|
|
7657
7995
|
} | undefined;
|
|
7996
|
+
line?: {
|
|
7997
|
+
channelId: string;
|
|
7998
|
+
channelSecret: string;
|
|
7999
|
+
} | undefined;
|
|
7658
8000
|
lineRichMenuId?: string | null | undefined;
|
|
7659
8001
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
7660
8002
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -7685,6 +8027,10 @@ export declare const channelContract: {
|
|
|
7685
8027
|
mobileNumber: string;
|
|
7686
8028
|
apiSecret: string;
|
|
7687
8029
|
} | undefined;
|
|
8030
|
+
line?: {
|
|
8031
|
+
channelId: string;
|
|
8032
|
+
channelSecret: string;
|
|
8033
|
+
} | undefined;
|
|
7688
8034
|
lineRichMenuId?: string | null | undefined;
|
|
7689
8035
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
7690
8036
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -7722,6 +8068,10 @@ export declare const channelContract: {
|
|
|
7722
8068
|
mobileNumber: string;
|
|
7723
8069
|
apiSecret: string;
|
|
7724
8070
|
} | undefined;
|
|
8071
|
+
line?: {
|
|
8072
|
+
channelId: string;
|
|
8073
|
+
channelSecret: string;
|
|
8074
|
+
} | undefined;
|
|
7725
8075
|
lineRichMenuId?: string | null | undefined;
|
|
7726
8076
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
7727
8077
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -7759,6 +8109,10 @@ export declare const channelContract: {
|
|
|
7759
8109
|
mobileNumber: string;
|
|
7760
8110
|
apiSecret: string;
|
|
7761
8111
|
} | undefined;
|
|
8112
|
+
line?: {
|
|
8113
|
+
channelId: string;
|
|
8114
|
+
channelSecret: string;
|
|
8115
|
+
} | undefined;
|
|
7762
8116
|
lineRichMenuId?: string | null | undefined;
|
|
7763
8117
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
7764
8118
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -7840,6 +8194,16 @@ export declare const channelContract: {
|
|
|
7840
8194
|
mobileNumber: string;
|
|
7841
8195
|
apiSecret: string;
|
|
7842
8196
|
}>>;
|
|
8197
|
+
line: z.ZodOptional<z.ZodObject<{
|
|
8198
|
+
channelId: z.ZodString;
|
|
8199
|
+
channelSecret: z.ZodString;
|
|
8200
|
+
}, "strip", z.ZodTypeAny, {
|
|
8201
|
+
channelId: string;
|
|
8202
|
+
channelSecret: string;
|
|
8203
|
+
}, {
|
|
8204
|
+
channelId: string;
|
|
8205
|
+
channelSecret: string;
|
|
8206
|
+
}>>;
|
|
7843
8207
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
7844
8208
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
7845
8209
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
@@ -7870,6 +8234,10 @@ export declare const channelContract: {
|
|
|
7870
8234
|
mobileNumber: string;
|
|
7871
8235
|
apiSecret: string;
|
|
7872
8236
|
} | undefined;
|
|
8237
|
+
line?: {
|
|
8238
|
+
channelId: string;
|
|
8239
|
+
channelSecret: string;
|
|
8240
|
+
} | undefined;
|
|
7873
8241
|
lineRichMenuId?: string | null | undefined;
|
|
7874
8242
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
7875
8243
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -7900,6 +8268,10 @@ export declare const channelContract: {
|
|
|
7900
8268
|
mobileNumber: string;
|
|
7901
8269
|
apiSecret: string;
|
|
7902
8270
|
} | undefined;
|
|
8271
|
+
line?: {
|
|
8272
|
+
channelId: string;
|
|
8273
|
+
channelSecret: string;
|
|
8274
|
+
} | undefined;
|
|
7903
8275
|
lineRichMenuId?: string | null | undefined;
|
|
7904
8276
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
7905
8277
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -8164,6 +8536,10 @@ export declare const channelContract: {
|
|
|
8164
8536
|
mobileNumber: string;
|
|
8165
8537
|
apiSecret: string;
|
|
8166
8538
|
} | undefined;
|
|
8539
|
+
line?: {
|
|
8540
|
+
channelId: string;
|
|
8541
|
+
channelSecret: string;
|
|
8542
|
+
} | undefined;
|
|
8167
8543
|
lineRichMenuId?: string | null | undefined;
|
|
8168
8544
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
8169
8545
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -8259,6 +8635,10 @@ export declare const channelContract: {
|
|
|
8259
8635
|
mobileNumber: string;
|
|
8260
8636
|
apiSecret: string;
|
|
8261
8637
|
} | undefined;
|
|
8638
|
+
line?: {
|
|
8639
|
+
channelId: string;
|
|
8640
|
+
channelSecret: string;
|
|
8641
|
+
} | undefined;
|
|
8262
8642
|
lineRichMenuId?: string | null | undefined;
|
|
8263
8643
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
8264
8644
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -8356,6 +8736,10 @@ export declare const channelContract: {
|
|
|
8356
8736
|
mobileNumber: string;
|
|
8357
8737
|
apiSecret: string;
|
|
8358
8738
|
} | undefined;
|
|
8739
|
+
line?: {
|
|
8740
|
+
channelId: string;
|
|
8741
|
+
channelSecret: string;
|
|
8742
|
+
} | undefined;
|
|
8359
8743
|
lineRichMenuId?: string | null | undefined;
|
|
8360
8744
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
8361
8745
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -8454,6 +8838,10 @@ export declare const channelContract: {
|
|
|
8454
8838
|
mobileNumber: string;
|
|
8455
8839
|
apiSecret: string;
|
|
8456
8840
|
} | undefined;
|
|
8841
|
+
line?: {
|
|
8842
|
+
channelId: string;
|
|
8843
|
+
channelSecret: string;
|
|
8844
|
+
} | undefined;
|
|
8457
8845
|
lineRichMenuId?: string | null | undefined;
|
|
8458
8846
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
8459
8847
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -8636,6 +9024,16 @@ export declare const channelContract: {
|
|
|
8636
9024
|
mobileNumber: string;
|
|
8637
9025
|
apiSecret: string;
|
|
8638
9026
|
}>>;
|
|
9027
|
+
line: z.ZodOptional<z.ZodObject<{
|
|
9028
|
+
channelId: z.ZodString;
|
|
9029
|
+
channelSecret: z.ZodString;
|
|
9030
|
+
}, "strip", z.ZodTypeAny, {
|
|
9031
|
+
channelId: string;
|
|
9032
|
+
channelSecret: string;
|
|
9033
|
+
}, {
|
|
9034
|
+
channelId: string;
|
|
9035
|
+
channelSecret: string;
|
|
9036
|
+
}>>;
|
|
8639
9037
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
8640
9038
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
8641
9039
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
@@ -8666,6 +9064,10 @@ export declare const channelContract: {
|
|
|
8666
9064
|
mobileNumber: string;
|
|
8667
9065
|
apiSecret: string;
|
|
8668
9066
|
} | undefined;
|
|
9067
|
+
line?: {
|
|
9068
|
+
channelId: string;
|
|
9069
|
+
channelSecret: string;
|
|
9070
|
+
} | undefined;
|
|
8669
9071
|
lineRichMenuId?: string | null | undefined;
|
|
8670
9072
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
8671
9073
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -8696,6 +9098,10 @@ export declare const channelContract: {
|
|
|
8696
9098
|
mobileNumber: string;
|
|
8697
9099
|
apiSecret: string;
|
|
8698
9100
|
} | undefined;
|
|
9101
|
+
line?: {
|
|
9102
|
+
channelId: string;
|
|
9103
|
+
channelSecret: string;
|
|
9104
|
+
} | undefined;
|
|
8699
9105
|
lineRichMenuId?: string | null | undefined;
|
|
8700
9106
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
8701
9107
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -8960,6 +9366,10 @@ export declare const channelContract: {
|
|
|
8960
9366
|
mobileNumber: string;
|
|
8961
9367
|
apiSecret: string;
|
|
8962
9368
|
} | undefined;
|
|
9369
|
+
line?: {
|
|
9370
|
+
channelId: string;
|
|
9371
|
+
channelSecret: string;
|
|
9372
|
+
} | undefined;
|
|
8963
9373
|
lineRichMenuId?: string | null | undefined;
|
|
8964
9374
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
8965
9375
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -9055,6 +9465,10 @@ export declare const channelContract: {
|
|
|
9055
9465
|
mobileNumber: string;
|
|
9056
9466
|
apiSecret: string;
|
|
9057
9467
|
} | undefined;
|
|
9468
|
+
line?: {
|
|
9469
|
+
channelId: string;
|
|
9470
|
+
channelSecret: string;
|
|
9471
|
+
} | undefined;
|
|
9058
9472
|
lineRichMenuId?: string | null | undefined;
|
|
9059
9473
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
9060
9474
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -9152,6 +9566,10 @@ export declare const channelContract: {
|
|
|
9152
9566
|
mobileNumber: string;
|
|
9153
9567
|
apiSecret: string;
|
|
9154
9568
|
} | undefined;
|
|
9569
|
+
line?: {
|
|
9570
|
+
channelId: string;
|
|
9571
|
+
channelSecret: string;
|
|
9572
|
+
} | undefined;
|
|
9155
9573
|
lineRichMenuId?: string | null | undefined;
|
|
9156
9574
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
9157
9575
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -9250,6 +9668,10 @@ export declare const channelContract: {
|
|
|
9250
9668
|
mobileNumber: string;
|
|
9251
9669
|
apiSecret: string;
|
|
9252
9670
|
} | undefined;
|
|
9671
|
+
line?: {
|
|
9672
|
+
channelId: string;
|
|
9673
|
+
channelSecret: string;
|
|
9674
|
+
} | undefined;
|
|
9253
9675
|
lineRichMenuId?: string | null | undefined;
|
|
9254
9676
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
9255
9677
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -9442,6 +9864,16 @@ export declare const channelContract: {
|
|
|
9442
9864
|
mobileNumber: string;
|
|
9443
9865
|
apiSecret: string;
|
|
9444
9866
|
}>>;
|
|
9867
|
+
line: z.ZodOptional<z.ZodObject<{
|
|
9868
|
+
channelId: z.ZodString;
|
|
9869
|
+
channelSecret: z.ZodString;
|
|
9870
|
+
}, "strip", z.ZodTypeAny, {
|
|
9871
|
+
channelId: string;
|
|
9872
|
+
channelSecret: string;
|
|
9873
|
+
}, {
|
|
9874
|
+
channelId: string;
|
|
9875
|
+
channelSecret: string;
|
|
9876
|
+
}>>;
|
|
9445
9877
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
9446
9878
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
9447
9879
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
@@ -9472,6 +9904,10 @@ export declare const channelContract: {
|
|
|
9472
9904
|
mobileNumber: string;
|
|
9473
9905
|
apiSecret: string;
|
|
9474
9906
|
} | undefined;
|
|
9907
|
+
line?: {
|
|
9908
|
+
channelId: string;
|
|
9909
|
+
channelSecret: string;
|
|
9910
|
+
} | undefined;
|
|
9475
9911
|
lineRichMenuId?: string | null | undefined;
|
|
9476
9912
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
9477
9913
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -9502,6 +9938,10 @@ export declare const channelContract: {
|
|
|
9502
9938
|
mobileNumber: string;
|
|
9503
9939
|
apiSecret: string;
|
|
9504
9940
|
} | undefined;
|
|
9941
|
+
line?: {
|
|
9942
|
+
channelId: string;
|
|
9943
|
+
channelSecret: string;
|
|
9944
|
+
} | undefined;
|
|
9505
9945
|
lineRichMenuId?: string | null | undefined;
|
|
9506
9946
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
9507
9947
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -9766,6 +10206,10 @@ export declare const channelContract: {
|
|
|
9766
10206
|
mobileNumber: string;
|
|
9767
10207
|
apiSecret: string;
|
|
9768
10208
|
} | undefined;
|
|
10209
|
+
line?: {
|
|
10210
|
+
channelId: string;
|
|
10211
|
+
channelSecret: string;
|
|
10212
|
+
} | undefined;
|
|
9769
10213
|
lineRichMenuId?: string | null | undefined;
|
|
9770
10214
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
9771
10215
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -9861,6 +10305,10 @@ export declare const channelContract: {
|
|
|
9861
10305
|
mobileNumber: string;
|
|
9862
10306
|
apiSecret: string;
|
|
9863
10307
|
} | undefined;
|
|
10308
|
+
line?: {
|
|
10309
|
+
channelId: string;
|
|
10310
|
+
channelSecret: string;
|
|
10311
|
+
} | undefined;
|
|
9864
10312
|
lineRichMenuId?: string | null | undefined;
|
|
9865
10313
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
9866
10314
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -9958,6 +10406,10 @@ export declare const channelContract: {
|
|
|
9958
10406
|
mobileNumber: string;
|
|
9959
10407
|
apiSecret: string;
|
|
9960
10408
|
} | undefined;
|
|
10409
|
+
line?: {
|
|
10410
|
+
channelId: string;
|
|
10411
|
+
channelSecret: string;
|
|
10412
|
+
} | undefined;
|
|
9961
10413
|
lineRichMenuId?: string | null | undefined;
|
|
9962
10414
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
9963
10415
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -10056,6 +10508,10 @@ export declare const channelContract: {
|
|
|
10056
10508
|
mobileNumber: string;
|
|
10057
10509
|
apiSecret: string;
|
|
10058
10510
|
} | undefined;
|
|
10511
|
+
line?: {
|
|
10512
|
+
channelId: string;
|
|
10513
|
+
channelSecret: string;
|
|
10514
|
+
} | undefined;
|
|
10059
10515
|
lineRichMenuId?: string | null | undefined;
|
|
10060
10516
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
10061
10517
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -10298,6 +10754,16 @@ export declare const channelContract: {
|
|
|
10298
10754
|
mobileNumber: string;
|
|
10299
10755
|
apiSecret: string;
|
|
10300
10756
|
}>>;
|
|
10757
|
+
line: z.ZodOptional<z.ZodObject<{
|
|
10758
|
+
channelId: z.ZodString;
|
|
10759
|
+
channelSecret: z.ZodString;
|
|
10760
|
+
}, "strip", z.ZodTypeAny, {
|
|
10761
|
+
channelId: string;
|
|
10762
|
+
channelSecret: string;
|
|
10763
|
+
}, {
|
|
10764
|
+
channelId: string;
|
|
10765
|
+
channelSecret: string;
|
|
10766
|
+
}>>;
|
|
10301
10767
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
10302
10768
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
10303
10769
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
@@ -10328,6 +10794,10 @@ export declare const channelContract: {
|
|
|
10328
10794
|
mobileNumber: string;
|
|
10329
10795
|
apiSecret: string;
|
|
10330
10796
|
} | undefined;
|
|
10797
|
+
line?: {
|
|
10798
|
+
channelId: string;
|
|
10799
|
+
channelSecret: string;
|
|
10800
|
+
} | undefined;
|
|
10331
10801
|
lineRichMenuId?: string | null | undefined;
|
|
10332
10802
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
10333
10803
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -10358,6 +10828,10 @@ export declare const channelContract: {
|
|
|
10358
10828
|
mobileNumber: string;
|
|
10359
10829
|
apiSecret: string;
|
|
10360
10830
|
} | undefined;
|
|
10831
|
+
line?: {
|
|
10832
|
+
channelId: string;
|
|
10833
|
+
channelSecret: string;
|
|
10834
|
+
} | undefined;
|
|
10361
10835
|
lineRichMenuId?: string | null | undefined;
|
|
10362
10836
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
10363
10837
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -10622,6 +11096,10 @@ export declare const channelContract: {
|
|
|
10622
11096
|
mobileNumber: string;
|
|
10623
11097
|
apiSecret: string;
|
|
10624
11098
|
} | undefined;
|
|
11099
|
+
line?: {
|
|
11100
|
+
channelId: string;
|
|
11101
|
+
channelSecret: string;
|
|
11102
|
+
} | undefined;
|
|
10625
11103
|
lineRichMenuId?: string | null | undefined;
|
|
10626
11104
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
10627
11105
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -10717,6 +11195,10 @@ export declare const channelContract: {
|
|
|
10717
11195
|
mobileNumber: string;
|
|
10718
11196
|
apiSecret: string;
|
|
10719
11197
|
} | undefined;
|
|
11198
|
+
line?: {
|
|
11199
|
+
channelId: string;
|
|
11200
|
+
channelSecret: string;
|
|
11201
|
+
} | undefined;
|
|
10720
11202
|
lineRichMenuId?: string | null | undefined;
|
|
10721
11203
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
10722
11204
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -10814,6 +11296,10 @@ export declare const channelContract: {
|
|
|
10814
11296
|
mobileNumber: string;
|
|
10815
11297
|
apiSecret: string;
|
|
10816
11298
|
} | undefined;
|
|
11299
|
+
line?: {
|
|
11300
|
+
channelId: string;
|
|
11301
|
+
channelSecret: string;
|
|
11302
|
+
} | undefined;
|
|
10817
11303
|
lineRichMenuId?: string | null | undefined;
|
|
10818
11304
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
10819
11305
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -10912,6 +11398,10 @@ export declare const channelContract: {
|
|
|
10912
11398
|
mobileNumber: string;
|
|
10913
11399
|
apiSecret: string;
|
|
10914
11400
|
} | undefined;
|
|
11401
|
+
line?: {
|
|
11402
|
+
channelId: string;
|
|
11403
|
+
channelSecret: string;
|
|
11404
|
+
} | undefined;
|
|
10915
11405
|
lineRichMenuId?: string | null | undefined;
|
|
10916
11406
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
10917
11407
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -11085,6 +11575,16 @@ export declare const channelContract: {
|
|
|
11085
11575
|
mobileNumber: string;
|
|
11086
11576
|
apiSecret: string;
|
|
11087
11577
|
}>>;
|
|
11578
|
+
line: z.ZodOptional<z.ZodObject<{
|
|
11579
|
+
channelId: z.ZodString;
|
|
11580
|
+
channelSecret: z.ZodString;
|
|
11581
|
+
}, "strip", z.ZodTypeAny, {
|
|
11582
|
+
channelId: string;
|
|
11583
|
+
channelSecret: string;
|
|
11584
|
+
}, {
|
|
11585
|
+
channelId: string;
|
|
11586
|
+
channelSecret: string;
|
|
11587
|
+
}>>;
|
|
11088
11588
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
11089
11589
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
11090
11590
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
@@ -11115,6 +11615,10 @@ export declare const channelContract: {
|
|
|
11115
11615
|
mobileNumber: string;
|
|
11116
11616
|
apiSecret: string;
|
|
11117
11617
|
} | undefined;
|
|
11618
|
+
line?: {
|
|
11619
|
+
channelId: string;
|
|
11620
|
+
channelSecret: string;
|
|
11621
|
+
} | undefined;
|
|
11118
11622
|
lineRichMenuId?: string | null | undefined;
|
|
11119
11623
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
11120
11624
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -11145,6 +11649,10 @@ export declare const channelContract: {
|
|
|
11145
11649
|
mobileNumber: string;
|
|
11146
11650
|
apiSecret: string;
|
|
11147
11651
|
} | undefined;
|
|
11652
|
+
line?: {
|
|
11653
|
+
channelId: string;
|
|
11654
|
+
channelSecret: string;
|
|
11655
|
+
} | undefined;
|
|
11148
11656
|
lineRichMenuId?: string | null | undefined;
|
|
11149
11657
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
11150
11658
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -11180,6 +11688,10 @@ export declare const channelContract: {
|
|
|
11180
11688
|
mobileNumber: string;
|
|
11181
11689
|
apiSecret: string;
|
|
11182
11690
|
} | undefined;
|
|
11691
|
+
line?: {
|
|
11692
|
+
channelId: string;
|
|
11693
|
+
channelSecret: string;
|
|
11694
|
+
} | undefined;
|
|
11183
11695
|
lineRichMenuId?: string | null | undefined;
|
|
11184
11696
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
11185
11697
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -11215,6 +11727,10 @@ export declare const channelContract: {
|
|
|
11215
11727
|
mobileNumber: string;
|
|
11216
11728
|
apiSecret: string;
|
|
11217
11729
|
} | undefined;
|
|
11730
|
+
line?: {
|
|
11731
|
+
channelId: string;
|
|
11732
|
+
channelSecret: string;
|
|
11733
|
+
} | undefined;
|
|
11218
11734
|
lineRichMenuId?: string | null | undefined;
|
|
11219
11735
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
11220
11736
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -11294,6 +11810,16 @@ export declare const channelContract: {
|
|
|
11294
11810
|
mobileNumber: string;
|
|
11295
11811
|
apiSecret: string;
|
|
11296
11812
|
}>>;
|
|
11813
|
+
line: z.ZodOptional<z.ZodObject<{
|
|
11814
|
+
channelId: z.ZodString;
|
|
11815
|
+
channelSecret: z.ZodString;
|
|
11816
|
+
}, "strip", z.ZodTypeAny, {
|
|
11817
|
+
channelId: string;
|
|
11818
|
+
channelSecret: string;
|
|
11819
|
+
}, {
|
|
11820
|
+
channelId: string;
|
|
11821
|
+
channelSecret: string;
|
|
11822
|
+
}>>;
|
|
11297
11823
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
11298
11824
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
11299
11825
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
@@ -11324,6 +11850,10 @@ export declare const channelContract: {
|
|
|
11324
11850
|
mobileNumber: string;
|
|
11325
11851
|
apiSecret: string;
|
|
11326
11852
|
} | undefined;
|
|
11853
|
+
line?: {
|
|
11854
|
+
channelId: string;
|
|
11855
|
+
channelSecret: string;
|
|
11856
|
+
} | undefined;
|
|
11327
11857
|
lineRichMenuId?: string | null | undefined;
|
|
11328
11858
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
11329
11859
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -11354,6 +11884,10 @@ export declare const channelContract: {
|
|
|
11354
11884
|
mobileNumber: string;
|
|
11355
11885
|
apiSecret: string;
|
|
11356
11886
|
} | undefined;
|
|
11887
|
+
line?: {
|
|
11888
|
+
channelId: string;
|
|
11889
|
+
channelSecret: string;
|
|
11890
|
+
} | undefined;
|
|
11357
11891
|
lineRichMenuId?: string | null | undefined;
|
|
11358
11892
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
11359
11893
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -11618,6 +12152,10 @@ export declare const channelContract: {
|
|
|
11618
12152
|
mobileNumber: string;
|
|
11619
12153
|
apiSecret: string;
|
|
11620
12154
|
} | undefined;
|
|
12155
|
+
line?: {
|
|
12156
|
+
channelId: string;
|
|
12157
|
+
channelSecret: string;
|
|
12158
|
+
} | undefined;
|
|
11621
12159
|
lineRichMenuId?: string | null | undefined;
|
|
11622
12160
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
11623
12161
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -11713,6 +12251,10 @@ export declare const channelContract: {
|
|
|
11713
12251
|
mobileNumber: string;
|
|
11714
12252
|
apiSecret: string;
|
|
11715
12253
|
} | undefined;
|
|
12254
|
+
line?: {
|
|
12255
|
+
channelId: string;
|
|
12256
|
+
channelSecret: string;
|
|
12257
|
+
} | undefined;
|
|
11716
12258
|
lineRichMenuId?: string | null | undefined;
|
|
11717
12259
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
11718
12260
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -11810,6 +12352,10 @@ export declare const channelContract: {
|
|
|
11810
12352
|
mobileNumber: string;
|
|
11811
12353
|
apiSecret: string;
|
|
11812
12354
|
} | undefined;
|
|
12355
|
+
line?: {
|
|
12356
|
+
channelId: string;
|
|
12357
|
+
channelSecret: string;
|
|
12358
|
+
} | undefined;
|
|
11813
12359
|
lineRichMenuId?: string | null | undefined;
|
|
11814
12360
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
11815
12361
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -11908,6 +12454,10 @@ export declare const channelContract: {
|
|
|
11908
12454
|
mobileNumber: string;
|
|
11909
12455
|
apiSecret: string;
|
|
11910
12456
|
} | undefined;
|
|
12457
|
+
line?: {
|
|
12458
|
+
channelId: string;
|
|
12459
|
+
channelSecret: string;
|
|
12460
|
+
} | undefined;
|
|
11911
12461
|
lineRichMenuId?: string | null | undefined;
|
|
11912
12462
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
11913
12463
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -12284,37 +12834,867 @@ export declare const channelContract: {
|
|
|
12284
12834
|
}>>>;
|
|
12285
12835
|
};
|
|
12286
12836
|
};
|
|
12287
|
-
|
|
12288
|
-
|
|
12289
|
-
|
|
12290
|
-
|
|
12291
|
-
|
|
12292
|
-
|
|
12293
|
-
|
|
12294
|
-
|
|
12295
|
-
|
|
12296
|
-
|
|
12297
|
-
|
|
12298
|
-
|
|
12299
|
-
|
|
12300
|
-
|
|
12301
|
-
|
|
12302
|
-
|
|
12303
|
-
|
|
12304
|
-
|
|
12305
|
-
|
|
12306
|
-
|
|
12307
|
-
|
|
12308
|
-
|
|
12837
|
+
lazada: {
|
|
12838
|
+
connect: {
|
|
12839
|
+
body: z.ZodObject<{
|
|
12840
|
+
name: z.ZodString;
|
|
12841
|
+
code: z.ZodString;
|
|
12842
|
+
}, "strip", z.ZodTypeAny, {
|
|
12843
|
+
code: string;
|
|
12844
|
+
name: string;
|
|
12845
|
+
}, {
|
|
12846
|
+
code: string;
|
|
12847
|
+
name: string;
|
|
12848
|
+
}>;
|
|
12849
|
+
summary: "Connect message channel";
|
|
12850
|
+
method: "POST";
|
|
12851
|
+
responses: {
|
|
12852
|
+
200: z.ZodObject<{
|
|
12853
|
+
requestId: z.ZodString;
|
|
12854
|
+
channel: z.ZodObject<{
|
|
12855
|
+
id: z.ZodString;
|
|
12856
|
+
createdAt: z.ZodDate;
|
|
12857
|
+
updatedAt: z.ZodDate;
|
|
12858
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
12859
|
+
name: z.ZodString;
|
|
12860
|
+
type: z.ZodEnum<["whatsapp", "messenger", "telegram", "instagram", "line", "viber", "kakao", "shopee", "lazada", "webchat", "facebook_feed", "sms_vonage"]>;
|
|
12861
|
+
metadata: z.ZodObject<{
|
|
12309
12862
|
id: z.ZodString;
|
|
12310
12863
|
name: z.ZodString;
|
|
12864
|
+
accessToken: z.ZodOptional<z.ZodString>;
|
|
12865
|
+
channelSecret: z.ZodOptional<z.ZodString>;
|
|
12866
|
+
additionalCredentials: z.ZodOptional<z.ZodAny>;
|
|
12867
|
+
senderId: z.ZodOptional<z.ZodString>;
|
|
12868
|
+
whatsapp: z.ZodOptional<z.ZodObject<{
|
|
12869
|
+
wabaBusinessId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
12870
|
+
wabaExternalId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
12871
|
+
phoneNumberId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
12872
|
+
email: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
12873
|
+
clientId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
12874
|
+
channelId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
12875
|
+
waapiInstanceId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
12876
|
+
qr: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
12877
|
+
status: z.ZodOptional<z.ZodEnum<["waapi-qr", "pending", "active"]>>;
|
|
12878
|
+
apiKey: z.ZodOptional<z.ZodString>;
|
|
12879
|
+
tier: z.ZodOptional<z.ZodEnum<["basic", "regular", "premium"]>>;
|
|
12880
|
+
integrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"meta">, z.ZodLiteral<"360dialog">, z.ZodLiteral<"waapi">]>>;
|
|
12881
|
+
}, "strip", z.ZodTypeAny, {
|
|
12882
|
+
wabaBusinessId?: string | null | undefined;
|
|
12883
|
+
wabaExternalId?: string | null | undefined;
|
|
12884
|
+
phoneNumberId?: string | null | undefined;
|
|
12885
|
+
email?: string | null | undefined;
|
|
12886
|
+
clientId?: string | null | undefined;
|
|
12887
|
+
channelId?: string | null | undefined;
|
|
12888
|
+
waapiInstanceId?: string | null | undefined;
|
|
12889
|
+
qr?: string | null | undefined;
|
|
12890
|
+
status?: "active" | "pending" | "waapi-qr" | undefined;
|
|
12891
|
+
apiKey?: string | undefined;
|
|
12892
|
+
tier?: "basic" | "regular" | "premium" | undefined;
|
|
12893
|
+
integrationType?: "meta" | "360dialog" | "waapi" | undefined;
|
|
12894
|
+
}, {
|
|
12895
|
+
wabaBusinessId?: string | null | undefined;
|
|
12896
|
+
wabaExternalId?: string | null | undefined;
|
|
12897
|
+
phoneNumberId?: string | null | undefined;
|
|
12898
|
+
email?: string | null | undefined;
|
|
12899
|
+
clientId?: string | null | undefined;
|
|
12900
|
+
channelId?: string | null | undefined;
|
|
12901
|
+
waapiInstanceId?: string | null | undefined;
|
|
12902
|
+
qr?: string | null | undefined;
|
|
12903
|
+
status?: "active" | "pending" | "waapi-qr" | undefined;
|
|
12904
|
+
apiKey?: string | undefined;
|
|
12905
|
+
tier?: "basic" | "regular" | "premium" | undefined;
|
|
12906
|
+
integrationType?: "meta" | "360dialog" | "waapi" | undefined;
|
|
12907
|
+
}>>;
|
|
12908
|
+
vonageCredentials: z.ZodOptional<z.ZodObject<{
|
|
12909
|
+
mobileNumber: z.ZodString;
|
|
12910
|
+
apiKey: z.ZodString;
|
|
12911
|
+
apiSecret: z.ZodString;
|
|
12912
|
+
}, "strip", z.ZodTypeAny, {
|
|
12913
|
+
apiKey: string;
|
|
12914
|
+
mobileNumber: string;
|
|
12915
|
+
apiSecret: string;
|
|
12916
|
+
}, {
|
|
12917
|
+
apiKey: string;
|
|
12918
|
+
mobileNumber: string;
|
|
12919
|
+
apiSecret: string;
|
|
12920
|
+
}>>;
|
|
12921
|
+
line: z.ZodOptional<z.ZodObject<{
|
|
12922
|
+
channelId: z.ZodString;
|
|
12923
|
+
channelSecret: z.ZodString;
|
|
12924
|
+
}, "strip", z.ZodTypeAny, {
|
|
12925
|
+
channelId: string;
|
|
12926
|
+
channelSecret: string;
|
|
12927
|
+
}, {
|
|
12928
|
+
channelId: string;
|
|
12929
|
+
channelSecret: string;
|
|
12930
|
+
}>>;
|
|
12931
|
+
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
12932
|
+
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
12933
|
+
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
12934
|
+
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
12311
12935
|
}, "strip", z.ZodTypeAny, {
|
|
12312
12936
|
name: string;
|
|
12313
12937
|
id: string;
|
|
12314
|
-
|
|
12315
|
-
|
|
12316
|
-
|
|
12317
|
-
|
|
12938
|
+
accessToken?: string | undefined;
|
|
12939
|
+
channelSecret?: string | undefined;
|
|
12940
|
+
additionalCredentials?: any;
|
|
12941
|
+
senderId?: string | undefined;
|
|
12942
|
+
whatsapp?: {
|
|
12943
|
+
wabaBusinessId?: string | null | undefined;
|
|
12944
|
+
wabaExternalId?: string | null | undefined;
|
|
12945
|
+
phoneNumberId?: string | null | undefined;
|
|
12946
|
+
email?: string | null | undefined;
|
|
12947
|
+
clientId?: string | null | undefined;
|
|
12948
|
+
channelId?: string | null | undefined;
|
|
12949
|
+
waapiInstanceId?: string | null | undefined;
|
|
12950
|
+
qr?: string | null | undefined;
|
|
12951
|
+
status?: "active" | "pending" | "waapi-qr" | undefined;
|
|
12952
|
+
apiKey?: string | undefined;
|
|
12953
|
+
tier?: "basic" | "regular" | "premium" | undefined;
|
|
12954
|
+
integrationType?: "meta" | "360dialog" | "waapi" | undefined;
|
|
12955
|
+
} | undefined;
|
|
12956
|
+
vonageCredentials?: {
|
|
12957
|
+
apiKey: string;
|
|
12958
|
+
mobileNumber: string;
|
|
12959
|
+
apiSecret: string;
|
|
12960
|
+
} | undefined;
|
|
12961
|
+
line?: {
|
|
12962
|
+
channelId: string;
|
|
12963
|
+
channelSecret: string;
|
|
12964
|
+
} | undefined;
|
|
12965
|
+
lineRichMenuId?: string | null | undefined;
|
|
12966
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
12967
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
12968
|
+
isCSATEnabled?: boolean | undefined;
|
|
12969
|
+
}, {
|
|
12970
|
+
name: string;
|
|
12971
|
+
id: string;
|
|
12972
|
+
accessToken?: string | undefined;
|
|
12973
|
+
channelSecret?: string | undefined;
|
|
12974
|
+
additionalCredentials?: any;
|
|
12975
|
+
senderId?: string | undefined;
|
|
12976
|
+
whatsapp?: {
|
|
12977
|
+
wabaBusinessId?: string | null | undefined;
|
|
12978
|
+
wabaExternalId?: string | null | undefined;
|
|
12979
|
+
phoneNumberId?: string | null | undefined;
|
|
12980
|
+
email?: string | null | undefined;
|
|
12981
|
+
clientId?: string | null | undefined;
|
|
12982
|
+
channelId?: string | null | undefined;
|
|
12983
|
+
waapiInstanceId?: string | null | undefined;
|
|
12984
|
+
qr?: string | null | undefined;
|
|
12985
|
+
status?: "active" | "pending" | "waapi-qr" | undefined;
|
|
12986
|
+
apiKey?: string | undefined;
|
|
12987
|
+
tier?: "basic" | "regular" | "premium" | undefined;
|
|
12988
|
+
integrationType?: "meta" | "360dialog" | "waapi" | undefined;
|
|
12989
|
+
} | undefined;
|
|
12990
|
+
vonageCredentials?: {
|
|
12991
|
+
apiKey: string;
|
|
12992
|
+
mobileNumber: string;
|
|
12993
|
+
apiSecret: string;
|
|
12994
|
+
} | undefined;
|
|
12995
|
+
line?: {
|
|
12996
|
+
channelId: string;
|
|
12997
|
+
channelSecret: string;
|
|
12998
|
+
} | undefined;
|
|
12999
|
+
lineRichMenuId?: string | null | undefined;
|
|
13000
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
13001
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
13002
|
+
isCSATEnabled?: boolean | undefined;
|
|
13003
|
+
}>;
|
|
13004
|
+
brandName: z.ZodString;
|
|
13005
|
+
platformId: z.ZodString;
|
|
13006
|
+
status: z.ZodUnion<[z.ZodLiteral<true>, z.ZodLiteral<false>]>;
|
|
13007
|
+
isReloginRequired: z.ZodBoolean;
|
|
13008
|
+
connectedUserName: z.ZodString;
|
|
13009
|
+
connectedUserId: z.ZodString;
|
|
13010
|
+
botpressBot: z.ZodNullable<z.ZodObject<{
|
|
13011
|
+
id: z.ZodString;
|
|
13012
|
+
name: z.ZodString;
|
|
13013
|
+
botId: z.ZodString;
|
|
13014
|
+
integrationId: z.ZodString;
|
|
13015
|
+
accessToken: z.ZodString;
|
|
13016
|
+
}, "strip", z.ZodTypeAny, {
|
|
13017
|
+
name: string;
|
|
13018
|
+
id: string;
|
|
13019
|
+
accessToken: string;
|
|
13020
|
+
botId: string;
|
|
13021
|
+
integrationId: string;
|
|
13022
|
+
}, {
|
|
13023
|
+
name: string;
|
|
13024
|
+
id: string;
|
|
13025
|
+
accessToken: string;
|
|
13026
|
+
botId: string;
|
|
13027
|
+
integrationId: string;
|
|
13028
|
+
}>>;
|
|
13029
|
+
actor: z.ZodObject<{
|
|
13030
|
+
id: z.ZodString;
|
|
13031
|
+
createdAt: z.ZodDate;
|
|
13032
|
+
updatedAt: z.ZodDate;
|
|
13033
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
13034
|
+
name: z.ZodString;
|
|
13035
|
+
email: z.ZodString;
|
|
13036
|
+
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
|
13037
|
+
password: z.ZodString;
|
|
13038
|
+
address: z.ZodNullable<z.ZodString>;
|
|
13039
|
+
phone: z.ZodNullable<z.ZodString>;
|
|
13040
|
+
notificationCount: z.ZodNullable<z.ZodNumber>;
|
|
13041
|
+
roles: z.ZodArray<z.ZodObject<{
|
|
13042
|
+
id: z.ZodString;
|
|
13043
|
+
createdAt: z.ZodDate;
|
|
13044
|
+
updatedAt: z.ZodDate;
|
|
13045
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
13046
|
+
systemName: z.ZodString;
|
|
13047
|
+
displayName: z.ZodString;
|
|
13048
|
+
description: z.ZodNullable<z.ZodString>;
|
|
13049
|
+
permissions: z.ZodArray<z.ZodObject<{
|
|
13050
|
+
id: z.ZodString;
|
|
13051
|
+
createdAt: z.ZodDate;
|
|
13052
|
+
updatedAt: z.ZodDate;
|
|
13053
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
13054
|
+
systemName: z.ZodString;
|
|
13055
|
+
displayName: z.ZodString;
|
|
13056
|
+
description: z.ZodNullable<z.ZodString>;
|
|
13057
|
+
}, "strip", z.ZodTypeAny, {
|
|
13058
|
+
id: string;
|
|
13059
|
+
description: string | null;
|
|
13060
|
+
createdAt: Date;
|
|
13061
|
+
updatedAt: Date;
|
|
13062
|
+
deletedAt: Date | null;
|
|
13063
|
+
systemName: string;
|
|
13064
|
+
displayName: string;
|
|
13065
|
+
}, {
|
|
13066
|
+
id: string;
|
|
13067
|
+
description: string | null;
|
|
13068
|
+
createdAt: Date;
|
|
13069
|
+
updatedAt: Date;
|
|
13070
|
+
deletedAt: Date | null;
|
|
13071
|
+
systemName: string;
|
|
13072
|
+
displayName: string;
|
|
13073
|
+
}>, "many">;
|
|
13074
|
+
}, "strip", z.ZodTypeAny, {
|
|
13075
|
+
id: string;
|
|
13076
|
+
description: string | null;
|
|
13077
|
+
createdAt: Date;
|
|
13078
|
+
updatedAt: Date;
|
|
13079
|
+
deletedAt: Date | null;
|
|
13080
|
+
systemName: string;
|
|
13081
|
+
displayName: string;
|
|
13082
|
+
permissions: {
|
|
13083
|
+
id: string;
|
|
13084
|
+
description: string | null;
|
|
13085
|
+
createdAt: Date;
|
|
13086
|
+
updatedAt: Date;
|
|
13087
|
+
deletedAt: Date | null;
|
|
13088
|
+
systemName: string;
|
|
13089
|
+
displayName: string;
|
|
13090
|
+
}[];
|
|
13091
|
+
}, {
|
|
13092
|
+
id: string;
|
|
13093
|
+
description: string | null;
|
|
13094
|
+
createdAt: Date;
|
|
13095
|
+
updatedAt: Date;
|
|
13096
|
+
deletedAt: Date | null;
|
|
13097
|
+
systemName: string;
|
|
13098
|
+
displayName: string;
|
|
13099
|
+
permissions: {
|
|
13100
|
+
id: string;
|
|
13101
|
+
description: string | null;
|
|
13102
|
+
createdAt: Date;
|
|
13103
|
+
updatedAt: Date;
|
|
13104
|
+
deletedAt: Date | null;
|
|
13105
|
+
systemName: string;
|
|
13106
|
+
displayName: string;
|
|
13107
|
+
}[];
|
|
13108
|
+
}>, "many">;
|
|
13109
|
+
extension: z.ZodObject<{
|
|
13110
|
+
id: z.ZodString;
|
|
13111
|
+
createdAt: z.ZodDate;
|
|
13112
|
+
updatedAt: z.ZodDate;
|
|
13113
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
13114
|
+
userId: z.ZodNullable<z.ZodString>;
|
|
13115
|
+
sipServerUrl: z.ZodString;
|
|
13116
|
+
sipUserName: z.ZodString;
|
|
13117
|
+
webphoneLoginUser: z.ZodString;
|
|
13118
|
+
extensionId: z.ZodNullable<z.ZodString>;
|
|
13119
|
+
extensionName: z.ZodString;
|
|
13120
|
+
telephonySignature: z.ZodNullable<z.ZodString>;
|
|
13121
|
+
}, "strip", z.ZodTypeAny, {
|
|
13122
|
+
id: string;
|
|
13123
|
+
createdAt: Date;
|
|
13124
|
+
updatedAt: Date;
|
|
13125
|
+
deletedAt: Date | null;
|
|
13126
|
+
userId: string | null;
|
|
13127
|
+
sipServerUrl: string;
|
|
13128
|
+
sipUserName: string;
|
|
13129
|
+
webphoneLoginUser: string;
|
|
13130
|
+
extensionId: string | null;
|
|
13131
|
+
extensionName: string;
|
|
13132
|
+
telephonySignature: string | null;
|
|
13133
|
+
}, {
|
|
13134
|
+
id: string;
|
|
13135
|
+
createdAt: Date;
|
|
13136
|
+
updatedAt: Date;
|
|
13137
|
+
deletedAt: Date | null;
|
|
13138
|
+
userId: string | null;
|
|
13139
|
+
sipServerUrl: string;
|
|
13140
|
+
sipUserName: string;
|
|
13141
|
+
webphoneLoginUser: string;
|
|
13142
|
+
extensionId: string | null;
|
|
13143
|
+
extensionName: string;
|
|
13144
|
+
telephonySignature: string | null;
|
|
13145
|
+
}>;
|
|
13146
|
+
}, "strip", z.ZodTypeAny, {
|
|
13147
|
+
name: string;
|
|
13148
|
+
id: string;
|
|
13149
|
+
address: string | null;
|
|
13150
|
+
email: string;
|
|
13151
|
+
createdAt: Date;
|
|
13152
|
+
updatedAt: Date;
|
|
13153
|
+
deletedAt: Date | null;
|
|
13154
|
+
emailVerifiedAt: Date | null;
|
|
13155
|
+
password: string;
|
|
13156
|
+
phone: string | null;
|
|
13157
|
+
notificationCount: number | null;
|
|
13158
|
+
roles: {
|
|
13159
|
+
id: string;
|
|
13160
|
+
description: string | null;
|
|
13161
|
+
createdAt: Date;
|
|
13162
|
+
updatedAt: Date;
|
|
13163
|
+
deletedAt: Date | null;
|
|
13164
|
+
systemName: string;
|
|
13165
|
+
displayName: string;
|
|
13166
|
+
permissions: {
|
|
13167
|
+
id: string;
|
|
13168
|
+
description: string | null;
|
|
13169
|
+
createdAt: Date;
|
|
13170
|
+
updatedAt: Date;
|
|
13171
|
+
deletedAt: Date | null;
|
|
13172
|
+
systemName: string;
|
|
13173
|
+
displayName: string;
|
|
13174
|
+
}[];
|
|
13175
|
+
}[];
|
|
13176
|
+
extension: {
|
|
13177
|
+
id: string;
|
|
13178
|
+
createdAt: Date;
|
|
13179
|
+
updatedAt: Date;
|
|
13180
|
+
deletedAt: Date | null;
|
|
13181
|
+
userId: string | null;
|
|
13182
|
+
sipServerUrl: string;
|
|
13183
|
+
sipUserName: string;
|
|
13184
|
+
webphoneLoginUser: string;
|
|
13185
|
+
extensionId: string | null;
|
|
13186
|
+
extensionName: string;
|
|
13187
|
+
telephonySignature: string | null;
|
|
13188
|
+
};
|
|
13189
|
+
}, {
|
|
13190
|
+
name: string;
|
|
13191
|
+
id: string;
|
|
13192
|
+
address: string | null;
|
|
13193
|
+
email: string;
|
|
13194
|
+
createdAt: Date;
|
|
13195
|
+
updatedAt: Date;
|
|
13196
|
+
deletedAt: Date | null;
|
|
13197
|
+
emailVerifiedAt: Date | null;
|
|
13198
|
+
password: string;
|
|
13199
|
+
phone: string | null;
|
|
13200
|
+
notificationCount: number | null;
|
|
13201
|
+
roles: {
|
|
13202
|
+
id: string;
|
|
13203
|
+
description: string | null;
|
|
13204
|
+
createdAt: Date;
|
|
13205
|
+
updatedAt: Date;
|
|
13206
|
+
deletedAt: Date | null;
|
|
13207
|
+
systemName: string;
|
|
13208
|
+
displayName: string;
|
|
13209
|
+
permissions: {
|
|
13210
|
+
id: string;
|
|
13211
|
+
description: string | null;
|
|
13212
|
+
createdAt: Date;
|
|
13213
|
+
updatedAt: Date;
|
|
13214
|
+
deletedAt: Date | null;
|
|
13215
|
+
systemName: string;
|
|
13216
|
+
displayName: string;
|
|
13217
|
+
}[];
|
|
13218
|
+
}[];
|
|
13219
|
+
extension: {
|
|
13220
|
+
id: string;
|
|
13221
|
+
createdAt: Date;
|
|
13222
|
+
updatedAt: Date;
|
|
13223
|
+
deletedAt: Date | null;
|
|
13224
|
+
userId: string | null;
|
|
13225
|
+
sipServerUrl: string;
|
|
13226
|
+
sipUserName: string;
|
|
13227
|
+
webphoneLoginUser: string;
|
|
13228
|
+
extensionId: string | null;
|
|
13229
|
+
extensionName: string;
|
|
13230
|
+
telephonySignature: string | null;
|
|
13231
|
+
};
|
|
13232
|
+
}>;
|
|
13233
|
+
}, "strip", z.ZodTypeAny, {
|
|
13234
|
+
name: string;
|
|
13235
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
13236
|
+
id: string;
|
|
13237
|
+
metadata: {
|
|
13238
|
+
name: string;
|
|
13239
|
+
id: string;
|
|
13240
|
+
accessToken?: string | undefined;
|
|
13241
|
+
channelSecret?: string | undefined;
|
|
13242
|
+
additionalCredentials?: any;
|
|
13243
|
+
senderId?: string | undefined;
|
|
13244
|
+
whatsapp?: {
|
|
13245
|
+
wabaBusinessId?: string | null | undefined;
|
|
13246
|
+
wabaExternalId?: string | null | undefined;
|
|
13247
|
+
phoneNumberId?: string | null | undefined;
|
|
13248
|
+
email?: string | null | undefined;
|
|
13249
|
+
clientId?: string | null | undefined;
|
|
13250
|
+
channelId?: string | null | undefined;
|
|
13251
|
+
waapiInstanceId?: string | null | undefined;
|
|
13252
|
+
qr?: string | null | undefined;
|
|
13253
|
+
status?: "active" | "pending" | "waapi-qr" | undefined;
|
|
13254
|
+
apiKey?: string | undefined;
|
|
13255
|
+
tier?: "basic" | "regular" | "premium" | undefined;
|
|
13256
|
+
integrationType?: "meta" | "360dialog" | "waapi" | undefined;
|
|
13257
|
+
} | undefined;
|
|
13258
|
+
vonageCredentials?: {
|
|
13259
|
+
apiKey: string;
|
|
13260
|
+
mobileNumber: string;
|
|
13261
|
+
apiSecret: string;
|
|
13262
|
+
} | undefined;
|
|
13263
|
+
line?: {
|
|
13264
|
+
channelId: string;
|
|
13265
|
+
channelSecret: string;
|
|
13266
|
+
} | undefined;
|
|
13267
|
+
lineRichMenuId?: string | null | undefined;
|
|
13268
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
13269
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
13270
|
+
isCSATEnabled?: boolean | undefined;
|
|
13271
|
+
};
|
|
13272
|
+
status: boolean;
|
|
13273
|
+
createdAt: Date;
|
|
13274
|
+
updatedAt: Date;
|
|
13275
|
+
deletedAt: Date | null;
|
|
13276
|
+
actor: {
|
|
13277
|
+
name: string;
|
|
13278
|
+
id: string;
|
|
13279
|
+
address: string | null;
|
|
13280
|
+
email: string;
|
|
13281
|
+
createdAt: Date;
|
|
13282
|
+
updatedAt: Date;
|
|
13283
|
+
deletedAt: Date | null;
|
|
13284
|
+
emailVerifiedAt: Date | null;
|
|
13285
|
+
password: string;
|
|
13286
|
+
phone: string | null;
|
|
13287
|
+
notificationCount: number | null;
|
|
13288
|
+
roles: {
|
|
13289
|
+
id: string;
|
|
13290
|
+
description: string | null;
|
|
13291
|
+
createdAt: Date;
|
|
13292
|
+
updatedAt: Date;
|
|
13293
|
+
deletedAt: Date | null;
|
|
13294
|
+
systemName: string;
|
|
13295
|
+
displayName: string;
|
|
13296
|
+
permissions: {
|
|
13297
|
+
id: string;
|
|
13298
|
+
description: string | null;
|
|
13299
|
+
createdAt: Date;
|
|
13300
|
+
updatedAt: Date;
|
|
13301
|
+
deletedAt: Date | null;
|
|
13302
|
+
systemName: string;
|
|
13303
|
+
displayName: string;
|
|
13304
|
+
}[];
|
|
13305
|
+
}[];
|
|
13306
|
+
extension: {
|
|
13307
|
+
id: string;
|
|
13308
|
+
createdAt: Date;
|
|
13309
|
+
updatedAt: Date;
|
|
13310
|
+
deletedAt: Date | null;
|
|
13311
|
+
userId: string | null;
|
|
13312
|
+
sipServerUrl: string;
|
|
13313
|
+
sipUserName: string;
|
|
13314
|
+
webphoneLoginUser: string;
|
|
13315
|
+
extensionId: string | null;
|
|
13316
|
+
extensionName: string;
|
|
13317
|
+
telephonySignature: string | null;
|
|
13318
|
+
};
|
|
13319
|
+
};
|
|
13320
|
+
brandName: string;
|
|
13321
|
+
platformId: string;
|
|
13322
|
+
isReloginRequired: boolean;
|
|
13323
|
+
connectedUserName: string;
|
|
13324
|
+
connectedUserId: string;
|
|
13325
|
+
botpressBot: {
|
|
13326
|
+
name: string;
|
|
13327
|
+
id: string;
|
|
13328
|
+
accessToken: string;
|
|
13329
|
+
botId: string;
|
|
13330
|
+
integrationId: string;
|
|
13331
|
+
} | null;
|
|
13332
|
+
}, {
|
|
13333
|
+
name: string;
|
|
13334
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
13335
|
+
id: string;
|
|
13336
|
+
metadata: {
|
|
13337
|
+
name: string;
|
|
13338
|
+
id: string;
|
|
13339
|
+
accessToken?: string | undefined;
|
|
13340
|
+
channelSecret?: string | undefined;
|
|
13341
|
+
additionalCredentials?: any;
|
|
13342
|
+
senderId?: string | undefined;
|
|
13343
|
+
whatsapp?: {
|
|
13344
|
+
wabaBusinessId?: string | null | undefined;
|
|
13345
|
+
wabaExternalId?: string | null | undefined;
|
|
13346
|
+
phoneNumberId?: string | null | undefined;
|
|
13347
|
+
email?: string | null | undefined;
|
|
13348
|
+
clientId?: string | null | undefined;
|
|
13349
|
+
channelId?: string | null | undefined;
|
|
13350
|
+
waapiInstanceId?: string | null | undefined;
|
|
13351
|
+
qr?: string | null | undefined;
|
|
13352
|
+
status?: "active" | "pending" | "waapi-qr" | undefined;
|
|
13353
|
+
apiKey?: string | undefined;
|
|
13354
|
+
tier?: "basic" | "regular" | "premium" | undefined;
|
|
13355
|
+
integrationType?: "meta" | "360dialog" | "waapi" | undefined;
|
|
13356
|
+
} | undefined;
|
|
13357
|
+
vonageCredentials?: {
|
|
13358
|
+
apiKey: string;
|
|
13359
|
+
mobileNumber: string;
|
|
13360
|
+
apiSecret: string;
|
|
13361
|
+
} | undefined;
|
|
13362
|
+
line?: {
|
|
13363
|
+
channelId: string;
|
|
13364
|
+
channelSecret: string;
|
|
13365
|
+
} | undefined;
|
|
13366
|
+
lineRichMenuId?: string | null | undefined;
|
|
13367
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
13368
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
13369
|
+
isCSATEnabled?: boolean | undefined;
|
|
13370
|
+
};
|
|
13371
|
+
status: boolean;
|
|
13372
|
+
createdAt: Date;
|
|
13373
|
+
updatedAt: Date;
|
|
13374
|
+
deletedAt: Date | null;
|
|
13375
|
+
actor: {
|
|
13376
|
+
name: string;
|
|
13377
|
+
id: string;
|
|
13378
|
+
address: string | null;
|
|
13379
|
+
email: string;
|
|
13380
|
+
createdAt: Date;
|
|
13381
|
+
updatedAt: Date;
|
|
13382
|
+
deletedAt: Date | null;
|
|
13383
|
+
emailVerifiedAt: Date | null;
|
|
13384
|
+
password: string;
|
|
13385
|
+
phone: string | null;
|
|
13386
|
+
notificationCount: number | null;
|
|
13387
|
+
roles: {
|
|
13388
|
+
id: string;
|
|
13389
|
+
description: string | null;
|
|
13390
|
+
createdAt: Date;
|
|
13391
|
+
updatedAt: Date;
|
|
13392
|
+
deletedAt: Date | null;
|
|
13393
|
+
systemName: string;
|
|
13394
|
+
displayName: string;
|
|
13395
|
+
permissions: {
|
|
13396
|
+
id: string;
|
|
13397
|
+
description: string | null;
|
|
13398
|
+
createdAt: Date;
|
|
13399
|
+
updatedAt: Date;
|
|
13400
|
+
deletedAt: Date | null;
|
|
13401
|
+
systemName: string;
|
|
13402
|
+
displayName: string;
|
|
13403
|
+
}[];
|
|
13404
|
+
}[];
|
|
13405
|
+
extension: {
|
|
13406
|
+
id: string;
|
|
13407
|
+
createdAt: Date;
|
|
13408
|
+
updatedAt: Date;
|
|
13409
|
+
deletedAt: Date | null;
|
|
13410
|
+
userId: string | null;
|
|
13411
|
+
sipServerUrl: string;
|
|
13412
|
+
sipUserName: string;
|
|
13413
|
+
webphoneLoginUser: string;
|
|
13414
|
+
extensionId: string | null;
|
|
13415
|
+
extensionName: string;
|
|
13416
|
+
telephonySignature: string | null;
|
|
13417
|
+
};
|
|
13418
|
+
};
|
|
13419
|
+
brandName: string;
|
|
13420
|
+
platformId: string;
|
|
13421
|
+
isReloginRequired: boolean;
|
|
13422
|
+
connectedUserName: string;
|
|
13423
|
+
connectedUserId: string;
|
|
13424
|
+
botpressBot: {
|
|
13425
|
+
name: string;
|
|
13426
|
+
id: string;
|
|
13427
|
+
accessToken: string;
|
|
13428
|
+
botId: string;
|
|
13429
|
+
integrationId: string;
|
|
13430
|
+
} | null;
|
|
13431
|
+
}>;
|
|
13432
|
+
}, "strip", z.ZodTypeAny, {
|
|
13433
|
+
channel: {
|
|
13434
|
+
name: string;
|
|
13435
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
13436
|
+
id: string;
|
|
13437
|
+
metadata: {
|
|
13438
|
+
name: string;
|
|
13439
|
+
id: string;
|
|
13440
|
+
accessToken?: string | undefined;
|
|
13441
|
+
channelSecret?: string | undefined;
|
|
13442
|
+
additionalCredentials?: any;
|
|
13443
|
+
senderId?: string | undefined;
|
|
13444
|
+
whatsapp?: {
|
|
13445
|
+
wabaBusinessId?: string | null | undefined;
|
|
13446
|
+
wabaExternalId?: string | null | undefined;
|
|
13447
|
+
phoneNumberId?: string | null | undefined;
|
|
13448
|
+
email?: string | null | undefined;
|
|
13449
|
+
clientId?: string | null | undefined;
|
|
13450
|
+
channelId?: string | null | undefined;
|
|
13451
|
+
waapiInstanceId?: string | null | undefined;
|
|
13452
|
+
qr?: string | null | undefined;
|
|
13453
|
+
status?: "active" | "pending" | "waapi-qr" | undefined;
|
|
13454
|
+
apiKey?: string | undefined;
|
|
13455
|
+
tier?: "basic" | "regular" | "premium" | undefined;
|
|
13456
|
+
integrationType?: "meta" | "360dialog" | "waapi" | undefined;
|
|
13457
|
+
} | undefined;
|
|
13458
|
+
vonageCredentials?: {
|
|
13459
|
+
apiKey: string;
|
|
13460
|
+
mobileNumber: string;
|
|
13461
|
+
apiSecret: string;
|
|
13462
|
+
} | undefined;
|
|
13463
|
+
line?: {
|
|
13464
|
+
channelId: string;
|
|
13465
|
+
channelSecret: string;
|
|
13466
|
+
} | undefined;
|
|
13467
|
+
lineRichMenuId?: string | null | undefined;
|
|
13468
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
13469
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
13470
|
+
isCSATEnabled?: boolean | undefined;
|
|
13471
|
+
};
|
|
13472
|
+
status: boolean;
|
|
13473
|
+
createdAt: Date;
|
|
13474
|
+
updatedAt: Date;
|
|
13475
|
+
deletedAt: Date | null;
|
|
13476
|
+
actor: {
|
|
13477
|
+
name: string;
|
|
13478
|
+
id: string;
|
|
13479
|
+
address: string | null;
|
|
13480
|
+
email: string;
|
|
13481
|
+
createdAt: Date;
|
|
13482
|
+
updatedAt: Date;
|
|
13483
|
+
deletedAt: Date | null;
|
|
13484
|
+
emailVerifiedAt: Date | null;
|
|
13485
|
+
password: string;
|
|
13486
|
+
phone: string | null;
|
|
13487
|
+
notificationCount: number | null;
|
|
13488
|
+
roles: {
|
|
13489
|
+
id: string;
|
|
13490
|
+
description: string | null;
|
|
13491
|
+
createdAt: Date;
|
|
13492
|
+
updatedAt: Date;
|
|
13493
|
+
deletedAt: Date | null;
|
|
13494
|
+
systemName: string;
|
|
13495
|
+
displayName: string;
|
|
13496
|
+
permissions: {
|
|
13497
|
+
id: string;
|
|
13498
|
+
description: string | null;
|
|
13499
|
+
createdAt: Date;
|
|
13500
|
+
updatedAt: Date;
|
|
13501
|
+
deletedAt: Date | null;
|
|
13502
|
+
systemName: string;
|
|
13503
|
+
displayName: string;
|
|
13504
|
+
}[];
|
|
13505
|
+
}[];
|
|
13506
|
+
extension: {
|
|
13507
|
+
id: string;
|
|
13508
|
+
createdAt: Date;
|
|
13509
|
+
updatedAt: Date;
|
|
13510
|
+
deletedAt: Date | null;
|
|
13511
|
+
userId: string | null;
|
|
13512
|
+
sipServerUrl: string;
|
|
13513
|
+
sipUserName: string;
|
|
13514
|
+
webphoneLoginUser: string;
|
|
13515
|
+
extensionId: string | null;
|
|
13516
|
+
extensionName: string;
|
|
13517
|
+
telephonySignature: string | null;
|
|
13518
|
+
};
|
|
13519
|
+
};
|
|
13520
|
+
brandName: string;
|
|
13521
|
+
platformId: string;
|
|
13522
|
+
isReloginRequired: boolean;
|
|
13523
|
+
connectedUserName: string;
|
|
13524
|
+
connectedUserId: string;
|
|
13525
|
+
botpressBot: {
|
|
13526
|
+
name: string;
|
|
13527
|
+
id: string;
|
|
13528
|
+
accessToken: string;
|
|
13529
|
+
botId: string;
|
|
13530
|
+
integrationId: string;
|
|
13531
|
+
} | null;
|
|
13532
|
+
};
|
|
13533
|
+
requestId: string;
|
|
13534
|
+
}, {
|
|
13535
|
+
channel: {
|
|
13536
|
+
name: string;
|
|
13537
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
13538
|
+
id: string;
|
|
13539
|
+
metadata: {
|
|
13540
|
+
name: string;
|
|
13541
|
+
id: string;
|
|
13542
|
+
accessToken?: string | undefined;
|
|
13543
|
+
channelSecret?: string | undefined;
|
|
13544
|
+
additionalCredentials?: any;
|
|
13545
|
+
senderId?: string | undefined;
|
|
13546
|
+
whatsapp?: {
|
|
13547
|
+
wabaBusinessId?: string | null | undefined;
|
|
13548
|
+
wabaExternalId?: string | null | undefined;
|
|
13549
|
+
phoneNumberId?: string | null | undefined;
|
|
13550
|
+
email?: string | null | undefined;
|
|
13551
|
+
clientId?: string | null | undefined;
|
|
13552
|
+
channelId?: string | null | undefined;
|
|
13553
|
+
waapiInstanceId?: string | null | undefined;
|
|
13554
|
+
qr?: string | null | undefined;
|
|
13555
|
+
status?: "active" | "pending" | "waapi-qr" | undefined;
|
|
13556
|
+
apiKey?: string | undefined;
|
|
13557
|
+
tier?: "basic" | "regular" | "premium" | undefined;
|
|
13558
|
+
integrationType?: "meta" | "360dialog" | "waapi" | undefined;
|
|
13559
|
+
} | undefined;
|
|
13560
|
+
vonageCredentials?: {
|
|
13561
|
+
apiKey: string;
|
|
13562
|
+
mobileNumber: string;
|
|
13563
|
+
apiSecret: string;
|
|
13564
|
+
} | undefined;
|
|
13565
|
+
line?: {
|
|
13566
|
+
channelId: string;
|
|
13567
|
+
channelSecret: string;
|
|
13568
|
+
} | undefined;
|
|
13569
|
+
lineRichMenuId?: string | null | undefined;
|
|
13570
|
+
messengerIntegrationType?: "own" | "business" | undefined;
|
|
13571
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
13572
|
+
isCSATEnabled?: boolean | undefined;
|
|
13573
|
+
};
|
|
13574
|
+
status: boolean;
|
|
13575
|
+
createdAt: Date;
|
|
13576
|
+
updatedAt: Date;
|
|
13577
|
+
deletedAt: Date | null;
|
|
13578
|
+
actor: {
|
|
13579
|
+
name: string;
|
|
13580
|
+
id: string;
|
|
13581
|
+
address: string | null;
|
|
13582
|
+
email: string;
|
|
13583
|
+
createdAt: Date;
|
|
13584
|
+
updatedAt: Date;
|
|
13585
|
+
deletedAt: Date | null;
|
|
13586
|
+
emailVerifiedAt: Date | null;
|
|
13587
|
+
password: string;
|
|
13588
|
+
phone: string | null;
|
|
13589
|
+
notificationCount: number | null;
|
|
13590
|
+
roles: {
|
|
13591
|
+
id: string;
|
|
13592
|
+
description: string | null;
|
|
13593
|
+
createdAt: Date;
|
|
13594
|
+
updatedAt: Date;
|
|
13595
|
+
deletedAt: Date | null;
|
|
13596
|
+
systemName: string;
|
|
13597
|
+
displayName: string;
|
|
13598
|
+
permissions: {
|
|
13599
|
+
id: string;
|
|
13600
|
+
description: string | null;
|
|
13601
|
+
createdAt: Date;
|
|
13602
|
+
updatedAt: Date;
|
|
13603
|
+
deletedAt: Date | null;
|
|
13604
|
+
systemName: string;
|
|
13605
|
+
displayName: string;
|
|
13606
|
+
}[];
|
|
13607
|
+
}[];
|
|
13608
|
+
extension: {
|
|
13609
|
+
id: string;
|
|
13610
|
+
createdAt: Date;
|
|
13611
|
+
updatedAt: Date;
|
|
13612
|
+
deletedAt: Date | null;
|
|
13613
|
+
userId: string | null;
|
|
13614
|
+
sipServerUrl: string;
|
|
13615
|
+
sipUserName: string;
|
|
13616
|
+
webphoneLoginUser: string;
|
|
13617
|
+
extensionId: string | null;
|
|
13618
|
+
extensionName: string;
|
|
13619
|
+
telephonySignature: string | null;
|
|
13620
|
+
};
|
|
13621
|
+
};
|
|
13622
|
+
brandName: string;
|
|
13623
|
+
platformId: string;
|
|
13624
|
+
isReloginRequired: boolean;
|
|
13625
|
+
connectedUserName: string;
|
|
13626
|
+
connectedUserId: string;
|
|
13627
|
+
botpressBot: {
|
|
13628
|
+
name: string;
|
|
13629
|
+
id: string;
|
|
13630
|
+
accessToken: string;
|
|
13631
|
+
botId: string;
|
|
13632
|
+
integrationId: string;
|
|
13633
|
+
} | null;
|
|
13634
|
+
};
|
|
13635
|
+
requestId: string;
|
|
13636
|
+
}>;
|
|
13637
|
+
408: z.ZodObject<{
|
|
13638
|
+
message: z.ZodString;
|
|
13639
|
+
error: z.ZodAny;
|
|
13640
|
+
}, "strip", z.ZodTypeAny, {
|
|
13641
|
+
message: string;
|
|
13642
|
+
error?: any;
|
|
13643
|
+
}, {
|
|
13644
|
+
message: string;
|
|
13645
|
+
error?: any;
|
|
13646
|
+
}>;
|
|
13647
|
+
};
|
|
13648
|
+
path: "lazada/connect";
|
|
13649
|
+
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
13650
|
+
'x-tenant': z.ZodString;
|
|
13651
|
+
'x-service-token': z.ZodString;
|
|
13652
|
+
'x-code': z.ZodOptional<z.ZodString>;
|
|
13653
|
+
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
13654
|
+
}, "strip", z.ZodTypeAny, {
|
|
13655
|
+
'x-tenant': string;
|
|
13656
|
+
'x-service-token': string;
|
|
13657
|
+
'x-client-timezone': string;
|
|
13658
|
+
'x-code'?: string | undefined;
|
|
13659
|
+
}, {
|
|
13660
|
+
'x-tenant': string;
|
|
13661
|
+
'x-service-token': string;
|
|
13662
|
+
'x-code'?: string | undefined;
|
|
13663
|
+
'x-client-timezone'?: string | undefined;
|
|
13664
|
+
}>>>;
|
|
13665
|
+
};
|
|
13666
|
+
};
|
|
13667
|
+
};
|
|
13668
|
+
export declare const channelFacebookFeedContract: {
|
|
13669
|
+
getPages: {
|
|
13670
|
+
method: "GET";
|
|
13671
|
+
query: z.ZodObject<{
|
|
13672
|
+
accessToken: z.ZodString;
|
|
13673
|
+
userId: z.ZodString;
|
|
13674
|
+
}, "strip", z.ZodTypeAny, {
|
|
13675
|
+
userId: string;
|
|
13676
|
+
accessToken: string;
|
|
13677
|
+
}, {
|
|
13678
|
+
userId: string;
|
|
13679
|
+
accessToken: string;
|
|
13680
|
+
}>;
|
|
13681
|
+
responses: {
|
|
13682
|
+
200: z.ZodObject<{
|
|
13683
|
+
requestId: z.ZodString;
|
|
13684
|
+
data: z.ZodObject<{
|
|
13685
|
+
data: z.ZodArray<z.ZodObject<{
|
|
13686
|
+
access_token: z.ZodString;
|
|
13687
|
+
category: z.ZodString;
|
|
13688
|
+
category_list: z.ZodArray<z.ZodObject<{
|
|
13689
|
+
id: z.ZodString;
|
|
13690
|
+
name: z.ZodString;
|
|
13691
|
+
}, "strip", z.ZodTypeAny, {
|
|
13692
|
+
name: string;
|
|
13693
|
+
id: string;
|
|
13694
|
+
}, {
|
|
13695
|
+
name: string;
|
|
13696
|
+
id: string;
|
|
13697
|
+
}>, "many">;
|
|
12318
13698
|
id: z.ZodString;
|
|
12319
13699
|
name: z.ZodString;
|
|
12320
13700
|
tasks: z.ZodArray<z.ZodString, "many">;
|
|
@@ -12565,6 +13945,16 @@ export declare const channelFacebookFeedContract: {
|
|
|
12565
13945
|
mobileNumber: string;
|
|
12566
13946
|
apiSecret: string;
|
|
12567
13947
|
}>>;
|
|
13948
|
+
line: z.ZodOptional<z.ZodObject<{
|
|
13949
|
+
channelId: z.ZodString;
|
|
13950
|
+
channelSecret: z.ZodString;
|
|
13951
|
+
}, "strip", z.ZodTypeAny, {
|
|
13952
|
+
channelId: string;
|
|
13953
|
+
channelSecret: string;
|
|
13954
|
+
}, {
|
|
13955
|
+
channelId: string;
|
|
13956
|
+
channelSecret: string;
|
|
13957
|
+
}>>;
|
|
12568
13958
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
12569
13959
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
12570
13960
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
@@ -12595,6 +13985,10 @@ export declare const channelFacebookFeedContract: {
|
|
|
12595
13985
|
mobileNumber: string;
|
|
12596
13986
|
apiSecret: string;
|
|
12597
13987
|
} | undefined;
|
|
13988
|
+
line?: {
|
|
13989
|
+
channelId: string;
|
|
13990
|
+
channelSecret: string;
|
|
13991
|
+
} | undefined;
|
|
12598
13992
|
lineRichMenuId?: string | null | undefined;
|
|
12599
13993
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
12600
13994
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -12625,6 +14019,10 @@ export declare const channelFacebookFeedContract: {
|
|
|
12625
14019
|
mobileNumber: string;
|
|
12626
14020
|
apiSecret: string;
|
|
12627
14021
|
} | undefined;
|
|
14022
|
+
line?: {
|
|
14023
|
+
channelId: string;
|
|
14024
|
+
channelSecret: string;
|
|
14025
|
+
} | undefined;
|
|
12628
14026
|
lineRichMenuId?: string | null | undefined;
|
|
12629
14027
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
12630
14028
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -12662,6 +14060,10 @@ export declare const channelFacebookFeedContract: {
|
|
|
12662
14060
|
mobileNumber: string;
|
|
12663
14061
|
apiSecret: string;
|
|
12664
14062
|
} | undefined;
|
|
14063
|
+
line?: {
|
|
14064
|
+
channelId: string;
|
|
14065
|
+
channelSecret: string;
|
|
14066
|
+
} | undefined;
|
|
12665
14067
|
lineRichMenuId?: string | null | undefined;
|
|
12666
14068
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
12667
14069
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -12699,6 +14101,10 @@ export declare const channelFacebookFeedContract: {
|
|
|
12699
14101
|
mobileNumber: string;
|
|
12700
14102
|
apiSecret: string;
|
|
12701
14103
|
} | undefined;
|
|
14104
|
+
line?: {
|
|
14105
|
+
channelId: string;
|
|
14106
|
+
channelSecret: string;
|
|
14107
|
+
} | undefined;
|
|
12702
14108
|
lineRichMenuId?: string | null | undefined;
|
|
12703
14109
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
12704
14110
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -12780,6 +14186,16 @@ export declare const channelFacebookFeedContract: {
|
|
|
12780
14186
|
mobileNumber: string;
|
|
12781
14187
|
apiSecret: string;
|
|
12782
14188
|
}>>;
|
|
14189
|
+
line: z.ZodOptional<z.ZodObject<{
|
|
14190
|
+
channelId: z.ZodString;
|
|
14191
|
+
channelSecret: z.ZodString;
|
|
14192
|
+
}, "strip", z.ZodTypeAny, {
|
|
14193
|
+
channelId: string;
|
|
14194
|
+
channelSecret: string;
|
|
14195
|
+
}, {
|
|
14196
|
+
channelId: string;
|
|
14197
|
+
channelSecret: string;
|
|
14198
|
+
}>>;
|
|
12783
14199
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
12784
14200
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
12785
14201
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
@@ -12810,6 +14226,10 @@ export declare const channelFacebookFeedContract: {
|
|
|
12810
14226
|
mobileNumber: string;
|
|
12811
14227
|
apiSecret: string;
|
|
12812
14228
|
} | undefined;
|
|
14229
|
+
line?: {
|
|
14230
|
+
channelId: string;
|
|
14231
|
+
channelSecret: string;
|
|
14232
|
+
} | undefined;
|
|
12813
14233
|
lineRichMenuId?: string | null | undefined;
|
|
12814
14234
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
12815
14235
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -12840,6 +14260,10 @@ export declare const channelFacebookFeedContract: {
|
|
|
12840
14260
|
mobileNumber: string;
|
|
12841
14261
|
apiSecret: string;
|
|
12842
14262
|
} | undefined;
|
|
14263
|
+
line?: {
|
|
14264
|
+
channelId: string;
|
|
14265
|
+
channelSecret: string;
|
|
14266
|
+
} | undefined;
|
|
12843
14267
|
lineRichMenuId?: string | null | undefined;
|
|
12844
14268
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
12845
14269
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -13104,6 +14528,10 @@ export declare const channelFacebookFeedContract: {
|
|
|
13104
14528
|
mobileNumber: string;
|
|
13105
14529
|
apiSecret: string;
|
|
13106
14530
|
} | undefined;
|
|
14531
|
+
line?: {
|
|
14532
|
+
channelId: string;
|
|
14533
|
+
channelSecret: string;
|
|
14534
|
+
} | undefined;
|
|
13107
14535
|
lineRichMenuId?: string | null | undefined;
|
|
13108
14536
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
13109
14537
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -13199,6 +14627,10 @@ export declare const channelFacebookFeedContract: {
|
|
|
13199
14627
|
mobileNumber: string;
|
|
13200
14628
|
apiSecret: string;
|
|
13201
14629
|
} | undefined;
|
|
14630
|
+
line?: {
|
|
14631
|
+
channelId: string;
|
|
14632
|
+
channelSecret: string;
|
|
14633
|
+
} | undefined;
|
|
13202
14634
|
lineRichMenuId?: string | null | undefined;
|
|
13203
14635
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
13204
14636
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -13296,6 +14728,10 @@ export declare const channelFacebookFeedContract: {
|
|
|
13296
14728
|
mobileNumber: string;
|
|
13297
14729
|
apiSecret: string;
|
|
13298
14730
|
} | undefined;
|
|
14731
|
+
line?: {
|
|
14732
|
+
channelId: string;
|
|
14733
|
+
channelSecret: string;
|
|
14734
|
+
} | undefined;
|
|
13299
14735
|
lineRichMenuId?: string | null | undefined;
|
|
13300
14736
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
13301
14737
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -13394,6 +14830,10 @@ export declare const channelFacebookFeedContract: {
|
|
|
13394
14830
|
mobileNumber: string;
|
|
13395
14831
|
apiSecret: string;
|
|
13396
14832
|
} | undefined;
|
|
14833
|
+
line?: {
|
|
14834
|
+
channelId: string;
|
|
14835
|
+
channelSecret: string;
|
|
14836
|
+
} | undefined;
|
|
13397
14837
|
lineRichMenuId?: string | null | undefined;
|
|
13398
14838
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
13399
14839
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -13556,6 +14996,16 @@ export declare const channelBotContract: {
|
|
|
13556
14996
|
mobileNumber: string;
|
|
13557
14997
|
apiSecret: string;
|
|
13558
14998
|
}>>;
|
|
14999
|
+
line: z.ZodOptional<z.ZodObject<{
|
|
15000
|
+
channelId: z.ZodString;
|
|
15001
|
+
channelSecret: z.ZodString;
|
|
15002
|
+
}, "strip", z.ZodTypeAny, {
|
|
15003
|
+
channelId: string;
|
|
15004
|
+
channelSecret: string;
|
|
15005
|
+
}, {
|
|
15006
|
+
channelId: string;
|
|
15007
|
+
channelSecret: string;
|
|
15008
|
+
}>>;
|
|
13559
15009
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
13560
15010
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
13561
15011
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
@@ -13586,6 +15036,10 @@ export declare const channelBotContract: {
|
|
|
13586
15036
|
mobileNumber: string;
|
|
13587
15037
|
apiSecret: string;
|
|
13588
15038
|
} | undefined;
|
|
15039
|
+
line?: {
|
|
15040
|
+
channelId: string;
|
|
15041
|
+
channelSecret: string;
|
|
15042
|
+
} | undefined;
|
|
13589
15043
|
lineRichMenuId?: string | null | undefined;
|
|
13590
15044
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
13591
15045
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -13616,6 +15070,10 @@ export declare const channelBotContract: {
|
|
|
13616
15070
|
mobileNumber: string;
|
|
13617
15071
|
apiSecret: string;
|
|
13618
15072
|
} | undefined;
|
|
15073
|
+
line?: {
|
|
15074
|
+
channelId: string;
|
|
15075
|
+
channelSecret: string;
|
|
15076
|
+
} | undefined;
|
|
13619
15077
|
lineRichMenuId?: string | null | undefined;
|
|
13620
15078
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
13621
15079
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -13880,6 +15338,10 @@ export declare const channelBotContract: {
|
|
|
13880
15338
|
mobileNumber: string;
|
|
13881
15339
|
apiSecret: string;
|
|
13882
15340
|
} | undefined;
|
|
15341
|
+
line?: {
|
|
15342
|
+
channelId: string;
|
|
15343
|
+
channelSecret: string;
|
|
15344
|
+
} | undefined;
|
|
13883
15345
|
lineRichMenuId?: string | null | undefined;
|
|
13884
15346
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
13885
15347
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -13975,6 +15437,10 @@ export declare const channelBotContract: {
|
|
|
13975
15437
|
mobileNumber: string;
|
|
13976
15438
|
apiSecret: string;
|
|
13977
15439
|
} | undefined;
|
|
15440
|
+
line?: {
|
|
15441
|
+
channelId: string;
|
|
15442
|
+
channelSecret: string;
|
|
15443
|
+
} | undefined;
|
|
13978
15444
|
lineRichMenuId?: string | null | undefined;
|
|
13979
15445
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
13980
15446
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -14072,6 +15538,10 @@ export declare const channelBotContract: {
|
|
|
14072
15538
|
mobileNumber: string;
|
|
14073
15539
|
apiSecret: string;
|
|
14074
15540
|
} | undefined;
|
|
15541
|
+
line?: {
|
|
15542
|
+
channelId: string;
|
|
15543
|
+
channelSecret: string;
|
|
15544
|
+
} | undefined;
|
|
14075
15545
|
lineRichMenuId?: string | null | undefined;
|
|
14076
15546
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
14077
15547
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -14170,6 +15640,10 @@ export declare const channelBotContract: {
|
|
|
14170
15640
|
mobileNumber: string;
|
|
14171
15641
|
apiSecret: string;
|
|
14172
15642
|
} | undefined;
|
|
15643
|
+
line?: {
|
|
15644
|
+
channelId: string;
|
|
15645
|
+
channelSecret: string;
|
|
15646
|
+
} | undefined;
|
|
14173
15647
|
lineRichMenuId?: string | null | undefined;
|
|
14174
15648
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
14175
15649
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -14334,6 +15808,16 @@ export declare const channelBotContract: {
|
|
|
14334
15808
|
mobileNumber: string;
|
|
14335
15809
|
apiSecret: string;
|
|
14336
15810
|
}>>;
|
|
15811
|
+
line: z.ZodOptional<z.ZodObject<{
|
|
15812
|
+
channelId: z.ZodString;
|
|
15813
|
+
channelSecret: z.ZodString;
|
|
15814
|
+
}, "strip", z.ZodTypeAny, {
|
|
15815
|
+
channelId: string;
|
|
15816
|
+
channelSecret: string;
|
|
15817
|
+
}, {
|
|
15818
|
+
channelId: string;
|
|
15819
|
+
channelSecret: string;
|
|
15820
|
+
}>>;
|
|
14337
15821
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
14338
15822
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
14339
15823
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
@@ -14364,6 +15848,10 @@ export declare const channelBotContract: {
|
|
|
14364
15848
|
mobileNumber: string;
|
|
14365
15849
|
apiSecret: string;
|
|
14366
15850
|
} | undefined;
|
|
15851
|
+
line?: {
|
|
15852
|
+
channelId: string;
|
|
15853
|
+
channelSecret: string;
|
|
15854
|
+
} | undefined;
|
|
14367
15855
|
lineRichMenuId?: string | null | undefined;
|
|
14368
15856
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
14369
15857
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -14394,6 +15882,10 @@ export declare const channelBotContract: {
|
|
|
14394
15882
|
mobileNumber: string;
|
|
14395
15883
|
apiSecret: string;
|
|
14396
15884
|
} | undefined;
|
|
15885
|
+
line?: {
|
|
15886
|
+
channelId: string;
|
|
15887
|
+
channelSecret: string;
|
|
15888
|
+
} | undefined;
|
|
14397
15889
|
lineRichMenuId?: string | null | undefined;
|
|
14398
15890
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
14399
15891
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -14658,6 +16150,10 @@ export declare const channelBotContract: {
|
|
|
14658
16150
|
mobileNumber: string;
|
|
14659
16151
|
apiSecret: string;
|
|
14660
16152
|
} | undefined;
|
|
16153
|
+
line?: {
|
|
16154
|
+
channelId: string;
|
|
16155
|
+
channelSecret: string;
|
|
16156
|
+
} | undefined;
|
|
14661
16157
|
lineRichMenuId?: string | null | undefined;
|
|
14662
16158
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
14663
16159
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -14753,6 +16249,10 @@ export declare const channelBotContract: {
|
|
|
14753
16249
|
mobileNumber: string;
|
|
14754
16250
|
apiSecret: string;
|
|
14755
16251
|
} | undefined;
|
|
16252
|
+
line?: {
|
|
16253
|
+
channelId: string;
|
|
16254
|
+
channelSecret: string;
|
|
16255
|
+
} | undefined;
|
|
14756
16256
|
lineRichMenuId?: string | null | undefined;
|
|
14757
16257
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
14758
16258
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -14850,6 +16350,10 @@ export declare const channelBotContract: {
|
|
|
14850
16350
|
mobileNumber: string;
|
|
14851
16351
|
apiSecret: string;
|
|
14852
16352
|
} | undefined;
|
|
16353
|
+
line?: {
|
|
16354
|
+
channelId: string;
|
|
16355
|
+
channelSecret: string;
|
|
16356
|
+
} | undefined;
|
|
14853
16357
|
lineRichMenuId?: string | null | undefined;
|
|
14854
16358
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
14855
16359
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -14948,6 +16452,10 @@ export declare const channelBotContract: {
|
|
|
14948
16452
|
mobileNumber: string;
|
|
14949
16453
|
apiSecret: string;
|
|
14950
16454
|
} | undefined;
|
|
16455
|
+
line?: {
|
|
16456
|
+
channelId: string;
|
|
16457
|
+
channelSecret: string;
|
|
16458
|
+
} | undefined;
|
|
14951
16459
|
lineRichMenuId?: string | null | undefined;
|
|
14952
16460
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
14953
16461
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -15150,6 +16658,16 @@ export declare const channelSMSContract: {
|
|
|
15150
16658
|
mobileNumber: string;
|
|
15151
16659
|
apiSecret: string;
|
|
15152
16660
|
}>>;
|
|
16661
|
+
line: z.ZodOptional<z.ZodObject<{
|
|
16662
|
+
channelId: z.ZodString;
|
|
16663
|
+
channelSecret: z.ZodString;
|
|
16664
|
+
}, "strip", z.ZodTypeAny, {
|
|
16665
|
+
channelId: string;
|
|
16666
|
+
channelSecret: string;
|
|
16667
|
+
}, {
|
|
16668
|
+
channelId: string;
|
|
16669
|
+
channelSecret: string;
|
|
16670
|
+
}>>;
|
|
15153
16671
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
15154
16672
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
15155
16673
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
@@ -15180,6 +16698,10 @@ export declare const channelSMSContract: {
|
|
|
15180
16698
|
mobileNumber: string;
|
|
15181
16699
|
apiSecret: string;
|
|
15182
16700
|
} | undefined;
|
|
16701
|
+
line?: {
|
|
16702
|
+
channelId: string;
|
|
16703
|
+
channelSecret: string;
|
|
16704
|
+
} | undefined;
|
|
15183
16705
|
lineRichMenuId?: string | null | undefined;
|
|
15184
16706
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
15185
16707
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -15210,6 +16732,10 @@ export declare const channelSMSContract: {
|
|
|
15210
16732
|
mobileNumber: string;
|
|
15211
16733
|
apiSecret: string;
|
|
15212
16734
|
} | undefined;
|
|
16735
|
+
line?: {
|
|
16736
|
+
channelId: string;
|
|
16737
|
+
channelSecret: string;
|
|
16738
|
+
} | undefined;
|
|
15213
16739
|
lineRichMenuId?: string | null | undefined;
|
|
15214
16740
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
15215
16741
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -15474,6 +17000,10 @@ export declare const channelSMSContract: {
|
|
|
15474
17000
|
mobileNumber: string;
|
|
15475
17001
|
apiSecret: string;
|
|
15476
17002
|
} | undefined;
|
|
17003
|
+
line?: {
|
|
17004
|
+
channelId: string;
|
|
17005
|
+
channelSecret: string;
|
|
17006
|
+
} | undefined;
|
|
15477
17007
|
lineRichMenuId?: string | null | undefined;
|
|
15478
17008
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
15479
17009
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -15569,6 +17099,10 @@ export declare const channelSMSContract: {
|
|
|
15569
17099
|
mobileNumber: string;
|
|
15570
17100
|
apiSecret: string;
|
|
15571
17101
|
} | undefined;
|
|
17102
|
+
line?: {
|
|
17103
|
+
channelId: string;
|
|
17104
|
+
channelSecret: string;
|
|
17105
|
+
} | undefined;
|
|
15572
17106
|
lineRichMenuId?: string | null | undefined;
|
|
15573
17107
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
15574
17108
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -15666,6 +17200,10 @@ export declare const channelSMSContract: {
|
|
|
15666
17200
|
mobileNumber: string;
|
|
15667
17201
|
apiSecret: string;
|
|
15668
17202
|
} | undefined;
|
|
17203
|
+
line?: {
|
|
17204
|
+
channelId: string;
|
|
17205
|
+
channelSecret: string;
|
|
17206
|
+
} | undefined;
|
|
15669
17207
|
lineRichMenuId?: string | null | undefined;
|
|
15670
17208
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
15671
17209
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -15764,6 +17302,10 @@ export declare const channelSMSContract: {
|
|
|
15764
17302
|
mobileNumber: string;
|
|
15765
17303
|
apiSecret: string;
|
|
15766
17304
|
} | undefined;
|
|
17305
|
+
line?: {
|
|
17306
|
+
channelId: string;
|
|
17307
|
+
channelSecret: string;
|
|
17308
|
+
} | undefined;
|
|
15767
17309
|
lineRichMenuId?: string | null | undefined;
|
|
15768
17310
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
15769
17311
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|