@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
|
@@ -168,6 +168,16 @@ export declare const smsContract: {
|
|
|
168
168
|
mobileNumber: string;
|
|
169
169
|
apiSecret: string;
|
|
170
170
|
}>>;
|
|
171
|
+
line: z.ZodOptional<z.ZodObject<{
|
|
172
|
+
channelId: z.ZodString;
|
|
173
|
+
channelSecret: z.ZodString;
|
|
174
|
+
}, "strip", z.ZodTypeAny, {
|
|
175
|
+
channelId: string;
|
|
176
|
+
channelSecret: string;
|
|
177
|
+
}, {
|
|
178
|
+
channelId: string;
|
|
179
|
+
channelSecret: string;
|
|
180
|
+
}>>;
|
|
171
181
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
172
182
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
173
183
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
@@ -198,6 +208,10 @@ export declare const smsContract: {
|
|
|
198
208
|
mobileNumber: string;
|
|
199
209
|
apiSecret: string;
|
|
200
210
|
} | undefined;
|
|
211
|
+
line?: {
|
|
212
|
+
channelId: string;
|
|
213
|
+
channelSecret: string;
|
|
214
|
+
} | undefined;
|
|
201
215
|
lineRichMenuId?: string | null | undefined;
|
|
202
216
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
203
217
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -228,6 +242,10 @@ export declare const smsContract: {
|
|
|
228
242
|
mobileNumber: string;
|
|
229
243
|
apiSecret: string;
|
|
230
244
|
} | undefined;
|
|
245
|
+
line?: {
|
|
246
|
+
channelId: string;
|
|
247
|
+
channelSecret: string;
|
|
248
|
+
} | undefined;
|
|
231
249
|
lineRichMenuId?: string | null | undefined;
|
|
232
250
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
233
251
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -492,6 +510,10 @@ export declare const smsContract: {
|
|
|
492
510
|
mobileNumber: string;
|
|
493
511
|
apiSecret: string;
|
|
494
512
|
} | undefined;
|
|
513
|
+
line?: {
|
|
514
|
+
channelId: string;
|
|
515
|
+
channelSecret: string;
|
|
516
|
+
} | undefined;
|
|
495
517
|
lineRichMenuId?: string | null | undefined;
|
|
496
518
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
497
519
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -587,6 +609,10 @@ export declare const smsContract: {
|
|
|
587
609
|
mobileNumber: string;
|
|
588
610
|
apiSecret: string;
|
|
589
611
|
} | undefined;
|
|
612
|
+
line?: {
|
|
613
|
+
channelId: string;
|
|
614
|
+
channelSecret: string;
|
|
615
|
+
} | undefined;
|
|
590
616
|
lineRichMenuId?: string | null | undefined;
|
|
591
617
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
592
618
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -684,6 +710,10 @@ export declare const smsContract: {
|
|
|
684
710
|
mobileNumber: string;
|
|
685
711
|
apiSecret: string;
|
|
686
712
|
} | undefined;
|
|
713
|
+
line?: {
|
|
714
|
+
channelId: string;
|
|
715
|
+
channelSecret: string;
|
|
716
|
+
} | undefined;
|
|
687
717
|
lineRichMenuId?: string | null | undefined;
|
|
688
718
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
689
719
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -782,6 +812,10 @@ export declare const smsContract: {
|
|
|
782
812
|
mobileNumber: string;
|
|
783
813
|
apiSecret: string;
|
|
784
814
|
} | undefined;
|
|
815
|
+
line?: {
|
|
816
|
+
channelId: string;
|
|
817
|
+
channelSecret: string;
|
|
818
|
+
} | undefined;
|
|
785
819
|
lineRichMenuId?: string | null | undefined;
|
|
786
820
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
787
821
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -952,6 +986,16 @@ export declare const smsContract: {
|
|
|
952
986
|
mobileNumber: string;
|
|
953
987
|
apiSecret: string;
|
|
954
988
|
}>>;
|
|
989
|
+
line: z.ZodOptional<z.ZodObject<{
|
|
990
|
+
channelId: z.ZodString;
|
|
991
|
+
channelSecret: z.ZodString;
|
|
992
|
+
}, "strip", z.ZodTypeAny, {
|
|
993
|
+
channelId: string;
|
|
994
|
+
channelSecret: string;
|
|
995
|
+
}, {
|
|
996
|
+
channelId: string;
|
|
997
|
+
channelSecret: string;
|
|
998
|
+
}>>;
|
|
955
999
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
956
1000
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
957
1001
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
@@ -982,6 +1026,10 @@ export declare const smsContract: {
|
|
|
982
1026
|
mobileNumber: string;
|
|
983
1027
|
apiSecret: string;
|
|
984
1028
|
} | undefined;
|
|
1029
|
+
line?: {
|
|
1030
|
+
channelId: string;
|
|
1031
|
+
channelSecret: string;
|
|
1032
|
+
} | undefined;
|
|
985
1033
|
lineRichMenuId?: string | null | undefined;
|
|
986
1034
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
987
1035
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -1012,6 +1060,10 @@ export declare const smsContract: {
|
|
|
1012
1060
|
mobileNumber: string;
|
|
1013
1061
|
apiSecret: string;
|
|
1014
1062
|
} | undefined;
|
|
1063
|
+
line?: {
|
|
1064
|
+
channelId: string;
|
|
1065
|
+
channelSecret: string;
|
|
1066
|
+
} | undefined;
|
|
1015
1067
|
lineRichMenuId?: string | null | undefined;
|
|
1016
1068
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1017
1069
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -1276,6 +1328,10 @@ export declare const smsContract: {
|
|
|
1276
1328
|
mobileNumber: string;
|
|
1277
1329
|
apiSecret: string;
|
|
1278
1330
|
} | undefined;
|
|
1331
|
+
line?: {
|
|
1332
|
+
channelId: string;
|
|
1333
|
+
channelSecret: string;
|
|
1334
|
+
} | undefined;
|
|
1279
1335
|
lineRichMenuId?: string | null | undefined;
|
|
1280
1336
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1281
1337
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -1371,6 +1427,10 @@ export declare const smsContract: {
|
|
|
1371
1427
|
mobileNumber: string;
|
|
1372
1428
|
apiSecret: string;
|
|
1373
1429
|
} | undefined;
|
|
1430
|
+
line?: {
|
|
1431
|
+
channelId: string;
|
|
1432
|
+
channelSecret: string;
|
|
1433
|
+
} | undefined;
|
|
1374
1434
|
lineRichMenuId?: string | null | undefined;
|
|
1375
1435
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1376
1436
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -1468,6 +1528,10 @@ export declare const smsContract: {
|
|
|
1468
1528
|
mobileNumber: string;
|
|
1469
1529
|
apiSecret: string;
|
|
1470
1530
|
} | undefined;
|
|
1531
|
+
line?: {
|
|
1532
|
+
channelId: string;
|
|
1533
|
+
channelSecret: string;
|
|
1534
|
+
} | undefined;
|
|
1471
1535
|
lineRichMenuId?: string | null | undefined;
|
|
1472
1536
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1473
1537
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -1566,6 +1630,10 @@ export declare const smsContract: {
|
|
|
1566
1630
|
mobileNumber: string;
|
|
1567
1631
|
apiSecret: string;
|
|
1568
1632
|
} | undefined;
|
|
1633
|
+
line?: {
|
|
1634
|
+
channelId: string;
|
|
1635
|
+
channelSecret: string;
|
|
1636
|
+
} | undefined;
|
|
1569
1637
|
lineRichMenuId?: string | null | undefined;
|
|
1570
1638
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1571
1639
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -1737,6 +1805,16 @@ export declare const smsContract: {
|
|
|
1737
1805
|
mobileNumber: string;
|
|
1738
1806
|
apiSecret: string;
|
|
1739
1807
|
}>>;
|
|
1808
|
+
line: z.ZodOptional<z.ZodObject<{
|
|
1809
|
+
channelId: z.ZodString;
|
|
1810
|
+
channelSecret: z.ZodString;
|
|
1811
|
+
}, "strip", z.ZodTypeAny, {
|
|
1812
|
+
channelId: string;
|
|
1813
|
+
channelSecret: string;
|
|
1814
|
+
}, {
|
|
1815
|
+
channelId: string;
|
|
1816
|
+
channelSecret: string;
|
|
1817
|
+
}>>;
|
|
1740
1818
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1741
1819
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
1742
1820
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
@@ -1767,6 +1845,10 @@ export declare const smsContract: {
|
|
|
1767
1845
|
mobileNumber: string;
|
|
1768
1846
|
apiSecret: string;
|
|
1769
1847
|
} | undefined;
|
|
1848
|
+
line?: {
|
|
1849
|
+
channelId: string;
|
|
1850
|
+
channelSecret: string;
|
|
1851
|
+
} | undefined;
|
|
1770
1852
|
lineRichMenuId?: string | null | undefined;
|
|
1771
1853
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1772
1854
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -1797,6 +1879,10 @@ export declare const smsContract: {
|
|
|
1797
1879
|
mobileNumber: string;
|
|
1798
1880
|
apiSecret: string;
|
|
1799
1881
|
} | undefined;
|
|
1882
|
+
line?: {
|
|
1883
|
+
channelId: string;
|
|
1884
|
+
channelSecret: string;
|
|
1885
|
+
} | undefined;
|
|
1800
1886
|
lineRichMenuId?: string | null | undefined;
|
|
1801
1887
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1802
1888
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -2061,6 +2147,10 @@ export declare const smsContract: {
|
|
|
2061
2147
|
mobileNumber: string;
|
|
2062
2148
|
apiSecret: string;
|
|
2063
2149
|
} | undefined;
|
|
2150
|
+
line?: {
|
|
2151
|
+
channelId: string;
|
|
2152
|
+
channelSecret: string;
|
|
2153
|
+
} | undefined;
|
|
2064
2154
|
lineRichMenuId?: string | null | undefined;
|
|
2065
2155
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
2066
2156
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -2156,6 +2246,10 @@ export declare const smsContract: {
|
|
|
2156
2246
|
mobileNumber: string;
|
|
2157
2247
|
apiSecret: string;
|
|
2158
2248
|
} | undefined;
|
|
2249
|
+
line?: {
|
|
2250
|
+
channelId: string;
|
|
2251
|
+
channelSecret: string;
|
|
2252
|
+
} | undefined;
|
|
2159
2253
|
lineRichMenuId?: string | null | undefined;
|
|
2160
2254
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
2161
2255
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -2253,6 +2347,10 @@ export declare const smsContract: {
|
|
|
2253
2347
|
mobileNumber: string;
|
|
2254
2348
|
apiSecret: string;
|
|
2255
2349
|
} | undefined;
|
|
2350
|
+
line?: {
|
|
2351
|
+
channelId: string;
|
|
2352
|
+
channelSecret: string;
|
|
2353
|
+
} | undefined;
|
|
2256
2354
|
lineRichMenuId?: string | null | undefined;
|
|
2257
2355
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
2258
2356
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -2351,6 +2449,10 @@ export declare const smsContract: {
|
|
|
2351
2449
|
mobileNumber: string;
|
|
2352
2450
|
apiSecret: string;
|
|
2353
2451
|
} | undefined;
|
|
2452
|
+
line?: {
|
|
2453
|
+
channelId: string;
|
|
2454
|
+
channelSecret: string;
|
|
2455
|
+
} | undefined;
|
|
2354
2456
|
lineRichMenuId?: string | null | undefined;
|
|
2355
2457
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
2356
2458
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -2522,6 +2624,16 @@ export declare const smsContract: {
|
|
|
2522
2624
|
mobileNumber: string;
|
|
2523
2625
|
apiSecret: string;
|
|
2524
2626
|
}>>;
|
|
2627
|
+
line: z.ZodOptional<z.ZodObject<{
|
|
2628
|
+
channelId: z.ZodString;
|
|
2629
|
+
channelSecret: z.ZodString;
|
|
2630
|
+
}, "strip", z.ZodTypeAny, {
|
|
2631
|
+
channelId: string;
|
|
2632
|
+
channelSecret: string;
|
|
2633
|
+
}, {
|
|
2634
|
+
channelId: string;
|
|
2635
|
+
channelSecret: string;
|
|
2636
|
+
}>>;
|
|
2525
2637
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2526
2638
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
2527
2639
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
@@ -2552,6 +2664,10 @@ export declare const smsContract: {
|
|
|
2552
2664
|
mobileNumber: string;
|
|
2553
2665
|
apiSecret: string;
|
|
2554
2666
|
} | undefined;
|
|
2667
|
+
line?: {
|
|
2668
|
+
channelId: string;
|
|
2669
|
+
channelSecret: string;
|
|
2670
|
+
} | undefined;
|
|
2555
2671
|
lineRichMenuId?: string | null | undefined;
|
|
2556
2672
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
2557
2673
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -2582,6 +2698,10 @@ export declare const smsContract: {
|
|
|
2582
2698
|
mobileNumber: string;
|
|
2583
2699
|
apiSecret: string;
|
|
2584
2700
|
} | undefined;
|
|
2701
|
+
line?: {
|
|
2702
|
+
channelId: string;
|
|
2703
|
+
channelSecret: string;
|
|
2704
|
+
} | undefined;
|
|
2585
2705
|
lineRichMenuId?: string | null | undefined;
|
|
2586
2706
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
2587
2707
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -2846,6 +2966,10 @@ export declare const smsContract: {
|
|
|
2846
2966
|
mobileNumber: string;
|
|
2847
2967
|
apiSecret: string;
|
|
2848
2968
|
} | undefined;
|
|
2969
|
+
line?: {
|
|
2970
|
+
channelId: string;
|
|
2971
|
+
channelSecret: string;
|
|
2972
|
+
} | undefined;
|
|
2849
2973
|
lineRichMenuId?: string | null | undefined;
|
|
2850
2974
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
2851
2975
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -2941,6 +3065,10 @@ export declare const smsContract: {
|
|
|
2941
3065
|
mobileNumber: string;
|
|
2942
3066
|
apiSecret: string;
|
|
2943
3067
|
} | undefined;
|
|
3068
|
+
line?: {
|
|
3069
|
+
channelId: string;
|
|
3070
|
+
channelSecret: string;
|
|
3071
|
+
} | undefined;
|
|
2944
3072
|
lineRichMenuId?: string | null | undefined;
|
|
2945
3073
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
2946
3074
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -3038,6 +3166,10 @@ export declare const smsContract: {
|
|
|
3038
3166
|
mobileNumber: string;
|
|
3039
3167
|
apiSecret: string;
|
|
3040
3168
|
} | undefined;
|
|
3169
|
+
line?: {
|
|
3170
|
+
channelId: string;
|
|
3171
|
+
channelSecret: string;
|
|
3172
|
+
} | undefined;
|
|
3041
3173
|
lineRichMenuId?: string | null | undefined;
|
|
3042
3174
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
3043
3175
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -3136,6 +3268,10 @@ export declare const smsContract: {
|
|
|
3136
3268
|
mobileNumber: string;
|
|
3137
3269
|
apiSecret: string;
|
|
3138
3270
|
} | undefined;
|
|
3271
|
+
line?: {
|
|
3272
|
+
channelId: string;
|
|
3273
|
+
channelSecret: string;
|
|
3274
|
+
} | undefined;
|
|
3139
3275
|
lineRichMenuId?: string | null | undefined;
|
|
3140
3276
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
3141
3277
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -3235,7 +3371,7 @@ export declare const smsContract: {
|
|
|
3235
3371
|
lastMessage: z.ZodOptional<z.ZodString>;
|
|
3236
3372
|
handleTime: z.ZodOptional<z.ZodNumber>;
|
|
3237
3373
|
isLatest: z.ZodBoolean;
|
|
3238
|
-
direction: z.
|
|
3374
|
+
direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
|
|
3239
3375
|
metadata: z.ZodOptional<z.ZodAny>;
|
|
3240
3376
|
createdAt: z.ZodString;
|
|
3241
3377
|
updatedAt: z.ZodString;
|
|
@@ -3417,6 +3553,16 @@ export declare const smsContract: {
|
|
|
3417
3553
|
mobileNumber: string;
|
|
3418
3554
|
apiSecret: string;
|
|
3419
3555
|
}>>;
|
|
3556
|
+
line: z.ZodOptional<z.ZodObject<{
|
|
3557
|
+
channelId: z.ZodString;
|
|
3558
|
+
channelSecret: z.ZodString;
|
|
3559
|
+
}, "strip", z.ZodTypeAny, {
|
|
3560
|
+
channelId: string;
|
|
3561
|
+
channelSecret: string;
|
|
3562
|
+
}, {
|
|
3563
|
+
channelId: string;
|
|
3564
|
+
channelSecret: string;
|
|
3565
|
+
}>>;
|
|
3420
3566
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
3421
3567
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
3422
3568
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
@@ -3447,6 +3593,10 @@ export declare const smsContract: {
|
|
|
3447
3593
|
mobileNumber: string;
|
|
3448
3594
|
apiSecret: string;
|
|
3449
3595
|
} | undefined;
|
|
3596
|
+
line?: {
|
|
3597
|
+
channelId: string;
|
|
3598
|
+
channelSecret: string;
|
|
3599
|
+
} | undefined;
|
|
3450
3600
|
lineRichMenuId?: string | null | undefined;
|
|
3451
3601
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
3452
3602
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -3477,6 +3627,10 @@ export declare const smsContract: {
|
|
|
3477
3627
|
mobileNumber: string;
|
|
3478
3628
|
apiSecret: string;
|
|
3479
3629
|
} | undefined;
|
|
3630
|
+
line?: {
|
|
3631
|
+
channelId: string;
|
|
3632
|
+
channelSecret: string;
|
|
3633
|
+
} | undefined;
|
|
3480
3634
|
lineRichMenuId?: string | null | undefined;
|
|
3481
3635
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
3482
3636
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -3537,6 +3691,10 @@ export declare const smsContract: {
|
|
|
3537
3691
|
mobileNumber: string;
|
|
3538
3692
|
apiSecret: string;
|
|
3539
3693
|
} | undefined;
|
|
3694
|
+
line?: {
|
|
3695
|
+
channelId: string;
|
|
3696
|
+
channelSecret: string;
|
|
3697
|
+
} | undefined;
|
|
3540
3698
|
lineRichMenuId?: string | null | undefined;
|
|
3541
3699
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
3542
3700
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -3585,6 +3743,10 @@ export declare const smsContract: {
|
|
|
3585
3743
|
mobileNumber: string;
|
|
3586
3744
|
apiSecret: string;
|
|
3587
3745
|
} | undefined;
|
|
3746
|
+
line?: {
|
|
3747
|
+
channelId: string;
|
|
3748
|
+
channelSecret: string;
|
|
3749
|
+
} | undefined;
|
|
3588
3750
|
lineRichMenuId?: string | null | undefined;
|
|
3589
3751
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
3590
3752
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -3638,6 +3800,10 @@ export declare const smsContract: {
|
|
|
3638
3800
|
mobileNumber: string;
|
|
3639
3801
|
apiSecret: string;
|
|
3640
3802
|
} | undefined;
|
|
3803
|
+
line?: {
|
|
3804
|
+
channelId: string;
|
|
3805
|
+
channelSecret: string;
|
|
3806
|
+
} | undefined;
|
|
3641
3807
|
lineRichMenuId?: string | null | undefined;
|
|
3642
3808
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
3643
3809
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -3730,6 +3896,10 @@ export declare const smsContract: {
|
|
|
3730
3896
|
mobileNumber: string;
|
|
3731
3897
|
apiSecret: string;
|
|
3732
3898
|
} | undefined;
|
|
3899
|
+
line?: {
|
|
3900
|
+
channelId: string;
|
|
3901
|
+
channelSecret: string;
|
|
3902
|
+
} | undefined;
|
|
3733
3903
|
lineRichMenuId?: string | null | undefined;
|
|
3734
3904
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
3735
3905
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -3794,8 +3964,8 @@ export declare const smsContract: {
|
|
|
3794
3964
|
message: z.ZodObject<{
|
|
3795
3965
|
id: z.ZodOptional<z.ZodString>;
|
|
3796
3966
|
message: z.ZodOptional<z.ZodString>;
|
|
3797
|
-
direction: z.
|
|
3798
|
-
type: z.
|
|
3967
|
+
direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
|
|
3968
|
+
type: z.ZodUnion<[z.ZodLiteral<string>, z.ZodLiteral<string>, ...z.ZodLiteral<string>[]]>;
|
|
3799
3969
|
readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
|
3800
3970
|
metadata: z.ZodOptional<z.ZodAny>;
|
|
3801
3971
|
platformId: z.ZodOptional<z.ZodString>;
|
|
@@ -3851,7 +4021,7 @@ export declare const smsContract: {
|
|
|
3851
4021
|
editedAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
|
3852
4022
|
label: z.ZodOptional<z.ZodString>;
|
|
3853
4023
|
}, "strip", z.ZodTypeAny, {
|
|
3854
|
-
type:
|
|
4024
|
+
type: string;
|
|
3855
4025
|
direction: "incoming" | "outgoing" | "system";
|
|
3856
4026
|
id?: string | undefined;
|
|
3857
4027
|
message?: string | undefined;
|
|
@@ -3886,7 +4056,7 @@ export declare const smsContract: {
|
|
|
3886
4056
|
editedAt?: string | Date | null | undefined;
|
|
3887
4057
|
label?: string | undefined;
|
|
3888
4058
|
}, {
|
|
3889
|
-
type:
|
|
4059
|
+
type: string;
|
|
3890
4060
|
direction: "incoming" | "outgoing" | "system";
|
|
3891
4061
|
id?: string | undefined;
|
|
3892
4062
|
message?: string | undefined;
|
|
@@ -3923,7 +4093,7 @@ export declare const smsContract: {
|
|
|
3923
4093
|
}>;
|
|
3924
4094
|
}, "strip", z.ZodTypeAny, {
|
|
3925
4095
|
message: {
|
|
3926
|
-
type:
|
|
4096
|
+
type: string;
|
|
3927
4097
|
direction: "incoming" | "outgoing" | "system";
|
|
3928
4098
|
id?: string | undefined;
|
|
3929
4099
|
message?: string | undefined;
|
|
@@ -3990,6 +4160,10 @@ export declare const smsContract: {
|
|
|
3990
4160
|
mobileNumber: string;
|
|
3991
4161
|
apiSecret: string;
|
|
3992
4162
|
} | undefined;
|
|
4163
|
+
line?: {
|
|
4164
|
+
channelId: string;
|
|
4165
|
+
channelSecret: string;
|
|
4166
|
+
} | undefined;
|
|
3993
4167
|
lineRichMenuId?: string | null | undefined;
|
|
3994
4168
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
3995
4169
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -4054,7 +4228,7 @@ export declare const smsContract: {
|
|
|
4054
4228
|
isBot: boolean | null;
|
|
4055
4229
|
}, {
|
|
4056
4230
|
message: {
|
|
4057
|
-
type:
|
|
4231
|
+
type: string;
|
|
4058
4232
|
direction: "incoming" | "outgoing" | "system";
|
|
4059
4233
|
id?: string | undefined;
|
|
4060
4234
|
message?: string | undefined;
|
|
@@ -4121,6 +4295,10 @@ export declare const smsContract: {
|
|
|
4121
4295
|
mobileNumber: string;
|
|
4122
4296
|
apiSecret: string;
|
|
4123
4297
|
} | undefined;
|
|
4298
|
+
line?: {
|
|
4299
|
+
channelId: string;
|
|
4300
|
+
channelSecret: string;
|
|
4301
|
+
} | undefined;
|
|
4124
4302
|
lineRichMenuId?: string | null | undefined;
|
|
4125
4303
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
4126
4304
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/sms/index.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,uBAAuB,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAEpE,OAAO,CAAC,MAAM,KAAK,CAAC;AAGpB,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC;AAC/E,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAC;AAE9D,eAAO,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/sms/index.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,uBAAuB,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAEpE,OAAO,CAAC,MAAM,KAAK,CAAC;AAGpB,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC;AAC/E,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAC;AAE9D,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqEtB,CAAC;AAEH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAW7B,CAAC"}
|