@danyow/lark-mcp 0.5.3 → 0.5.5
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/mcp-server/shared/types.d.ts +2 -2
- package/dist/mcp-tool/tools/en/builtin-tools/drive/builtin.js +84 -41
- package/dist/mcp-tool/tools/en/gen-tools/zod/aily_v1.d.ts +16 -16
- package/dist/mcp-tool/tools/en/gen-tools/zod/attendance_v1.d.ts +84 -84
- package/dist/mcp-tool/tools/en/gen-tools/zod/baike_v1.d.ts +72 -72
- package/dist/mcp-tool/tools/en/gen-tools/zod/docx_v1.d.ts +697 -697
- package/dist/mcp-tool/tools/en/gen-tools/zod/hire_v1.d.ts +32 -32
- package/dist/mcp-tool/tools/en/gen-tools/zod/lingo_v1.d.ts +72 -72
- package/dist/mcp-tool/tools/en/gen-tools/zod/okr_v1.d.ts +24 -24
- package/dist/mcp-tool/tools/en/gen-tools/zod/task_v1.d.ts +20 -20
- package/dist/mcp-tool/tools/en/gen-tools/zod/task_v2.d.ts +18 -18
- package/dist/mcp-tool/tools/en/gen-tools/zod/vc_v1.d.ts +64 -64
- package/dist/mcp-tool/tools/en/gen-tools/zod/wiki_v2.d.ts +4 -4
- package/dist/mcp-tool/tools/zh/builtin-tools/drive/builtin.js +84 -41
- package/dist/mcp-tool/tools/zh/gen-tools/zod/aily_v1.d.ts +16 -16
- package/dist/mcp-tool/tools/zh/gen-tools/zod/attendance_v1.d.ts +84 -84
- package/dist/mcp-tool/tools/zh/gen-tools/zod/baike_v1.d.ts +72 -72
- package/dist/mcp-tool/tools/zh/gen-tools/zod/docx_v1.d.ts +716 -716
- package/dist/mcp-tool/tools/zh/gen-tools/zod/hire_v1.d.ts +32 -32
- package/dist/mcp-tool/tools/zh/gen-tools/zod/lingo_v1.d.ts +72 -72
- package/dist/mcp-tool/tools/zh/gen-tools/zod/okr_v1.d.ts +24 -24
- package/dist/mcp-tool/tools/zh/gen-tools/zod/task_v1.d.ts +20 -20
- package/dist/mcp-tool/tools/zh/gen-tools/zod/task_v2.d.ts +18 -18
- package/dist/mcp-tool/tools/zh/gen-tools/zod/vc_v1.d.ts +64 -64
- package/dist/mcp-tool/tools/zh/gen-tools/zod/wiki_v2.d.ts +4 -4
- package/package.json +1 -1
|
@@ -109,11 +109,11 @@ export declare const lingoV1DraftCreate: {
|
|
|
109
109
|
title: z.ZodOptional<z.ZodString>;
|
|
110
110
|
url: z.ZodOptional<z.ZodString>;
|
|
111
111
|
}, "strip", z.ZodTypeAny, {
|
|
112
|
-
title?: string | undefined;
|
|
113
112
|
url?: string | undefined;
|
|
114
|
-
}, {
|
|
115
113
|
title?: string | undefined;
|
|
114
|
+
}, {
|
|
116
115
|
url?: string | undefined;
|
|
116
|
+
title?: string | undefined;
|
|
117
117
|
}>, "many">>;
|
|
118
118
|
oncalls: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
119
119
|
id: z.ZodString;
|
|
@@ -126,11 +126,11 @@ export declare const lingoV1DraftCreate: {
|
|
|
126
126
|
title: z.ZodOptional<z.ZodString>;
|
|
127
127
|
url: z.ZodOptional<z.ZodString>;
|
|
128
128
|
}, "strip", z.ZodTypeAny, {
|
|
129
|
-
title?: string | undefined;
|
|
130
129
|
url?: string | undefined;
|
|
131
|
-
}, {
|
|
132
130
|
title?: string | undefined;
|
|
131
|
+
}, {
|
|
133
132
|
url?: string | undefined;
|
|
133
|
+
title?: string | undefined;
|
|
134
134
|
}>, "many">>;
|
|
135
135
|
abbreviations: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
136
136
|
id: z.ZodOptional<z.ZodString>;
|
|
@@ -162,15 +162,15 @@ export declare const lingoV1DraftCreate: {
|
|
|
162
162
|
title?: string | undefined;
|
|
163
163
|
}[] | undefined;
|
|
164
164
|
links?: {
|
|
165
|
-
title?: string | undefined;
|
|
166
165
|
url?: string | undefined;
|
|
166
|
+
title?: string | undefined;
|
|
167
167
|
}[] | undefined;
|
|
168
168
|
chats?: {
|
|
169
169
|
id: string;
|
|
170
170
|
}[] | undefined;
|
|
171
171
|
docs?: {
|
|
172
|
-
title?: string | undefined;
|
|
173
172
|
url?: string | undefined;
|
|
173
|
+
title?: string | undefined;
|
|
174
174
|
}[] | undefined;
|
|
175
175
|
oncalls?: {
|
|
176
176
|
id: string;
|
|
@@ -191,15 +191,15 @@ export declare const lingoV1DraftCreate: {
|
|
|
191
191
|
title?: string | undefined;
|
|
192
192
|
}[] | undefined;
|
|
193
193
|
links?: {
|
|
194
|
-
title?: string | undefined;
|
|
195
194
|
url?: string | undefined;
|
|
195
|
+
title?: string | undefined;
|
|
196
196
|
}[] | undefined;
|
|
197
197
|
chats?: {
|
|
198
198
|
id: string;
|
|
199
199
|
}[] | undefined;
|
|
200
200
|
docs?: {
|
|
201
|
-
title?: string | undefined;
|
|
202
201
|
url?: string | undefined;
|
|
202
|
+
title?: string | undefined;
|
|
203
203
|
}[] | undefined;
|
|
204
204
|
oncalls?: {
|
|
205
205
|
id: string;
|
|
@@ -262,15 +262,15 @@ export declare const lingoV1DraftCreate: {
|
|
|
262
262
|
title?: string | undefined;
|
|
263
263
|
}[] | undefined;
|
|
264
264
|
links?: {
|
|
265
|
-
title?: string | undefined;
|
|
266
265
|
url?: string | undefined;
|
|
266
|
+
title?: string | undefined;
|
|
267
267
|
}[] | undefined;
|
|
268
268
|
chats?: {
|
|
269
269
|
id: string;
|
|
270
270
|
}[] | undefined;
|
|
271
271
|
docs?: {
|
|
272
|
-
title?: string | undefined;
|
|
273
272
|
url?: string | undefined;
|
|
273
|
+
title?: string | undefined;
|
|
274
274
|
}[] | undefined;
|
|
275
275
|
oncalls?: {
|
|
276
276
|
id: string;
|
|
@@ -319,15 +319,15 @@ export declare const lingoV1DraftCreate: {
|
|
|
319
319
|
title?: string | undefined;
|
|
320
320
|
}[] | undefined;
|
|
321
321
|
links?: {
|
|
322
|
-
title?: string | undefined;
|
|
323
322
|
url?: string | undefined;
|
|
323
|
+
title?: string | undefined;
|
|
324
324
|
}[] | undefined;
|
|
325
325
|
chats?: {
|
|
326
326
|
id: string;
|
|
327
327
|
}[] | undefined;
|
|
328
328
|
docs?: {
|
|
329
|
-
title?: string | undefined;
|
|
330
329
|
url?: string | undefined;
|
|
330
|
+
title?: string | undefined;
|
|
331
331
|
}[] | undefined;
|
|
332
332
|
oncalls?: {
|
|
333
333
|
id: string;
|
|
@@ -451,11 +451,11 @@ export declare const lingoV1DraftUpdate: {
|
|
|
451
451
|
title: z.ZodOptional<z.ZodString>;
|
|
452
452
|
url: z.ZodOptional<z.ZodString>;
|
|
453
453
|
}, "strip", z.ZodTypeAny, {
|
|
454
|
-
title?: string | undefined;
|
|
455
454
|
url?: string | undefined;
|
|
456
|
-
}, {
|
|
457
455
|
title?: string | undefined;
|
|
456
|
+
}, {
|
|
458
457
|
url?: string | undefined;
|
|
458
|
+
title?: string | undefined;
|
|
459
459
|
}>, "many">>;
|
|
460
460
|
oncalls: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
461
461
|
id: z.ZodString;
|
|
@@ -468,11 +468,11 @@ export declare const lingoV1DraftUpdate: {
|
|
|
468
468
|
title: z.ZodOptional<z.ZodString>;
|
|
469
469
|
url: z.ZodOptional<z.ZodString>;
|
|
470
470
|
}, "strip", z.ZodTypeAny, {
|
|
471
|
-
title?: string | undefined;
|
|
472
471
|
url?: string | undefined;
|
|
473
|
-
}, {
|
|
474
472
|
title?: string | undefined;
|
|
473
|
+
}, {
|
|
475
474
|
url?: string | undefined;
|
|
475
|
+
title?: string | undefined;
|
|
476
476
|
}>, "many">>;
|
|
477
477
|
abbreviations: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
478
478
|
id: z.ZodOptional<z.ZodString>;
|
|
@@ -504,15 +504,15 @@ export declare const lingoV1DraftUpdate: {
|
|
|
504
504
|
title?: string | undefined;
|
|
505
505
|
}[] | undefined;
|
|
506
506
|
links?: {
|
|
507
|
-
title?: string | undefined;
|
|
508
507
|
url?: string | undefined;
|
|
508
|
+
title?: string | undefined;
|
|
509
509
|
}[] | undefined;
|
|
510
510
|
chats?: {
|
|
511
511
|
id: string;
|
|
512
512
|
}[] | undefined;
|
|
513
513
|
docs?: {
|
|
514
|
-
title?: string | undefined;
|
|
515
514
|
url?: string | undefined;
|
|
515
|
+
title?: string | undefined;
|
|
516
516
|
}[] | undefined;
|
|
517
517
|
oncalls?: {
|
|
518
518
|
id: string;
|
|
@@ -533,15 +533,15 @@ export declare const lingoV1DraftUpdate: {
|
|
|
533
533
|
title?: string | undefined;
|
|
534
534
|
}[] | undefined;
|
|
535
535
|
links?: {
|
|
536
|
-
title?: string | undefined;
|
|
537
536
|
url?: string | undefined;
|
|
537
|
+
title?: string | undefined;
|
|
538
538
|
}[] | undefined;
|
|
539
539
|
chats?: {
|
|
540
540
|
id: string;
|
|
541
541
|
}[] | undefined;
|
|
542
542
|
docs?: {
|
|
543
|
-
title?: string | undefined;
|
|
544
543
|
url?: string | undefined;
|
|
544
|
+
title?: string | undefined;
|
|
545
545
|
}[] | undefined;
|
|
546
546
|
oncalls?: {
|
|
547
547
|
id: string;
|
|
@@ -594,15 +594,15 @@ export declare const lingoV1DraftUpdate: {
|
|
|
594
594
|
title?: string | undefined;
|
|
595
595
|
}[] | undefined;
|
|
596
596
|
links?: {
|
|
597
|
-
title?: string | undefined;
|
|
598
597
|
url?: string | undefined;
|
|
598
|
+
title?: string | undefined;
|
|
599
599
|
}[] | undefined;
|
|
600
600
|
chats?: {
|
|
601
601
|
id: string;
|
|
602
602
|
}[] | undefined;
|
|
603
603
|
docs?: {
|
|
604
|
-
title?: string | undefined;
|
|
605
604
|
url?: string | undefined;
|
|
605
|
+
title?: string | undefined;
|
|
606
606
|
}[] | undefined;
|
|
607
607
|
oncalls?: {
|
|
608
608
|
id: string;
|
|
@@ -647,15 +647,15 @@ export declare const lingoV1DraftUpdate: {
|
|
|
647
647
|
title?: string | undefined;
|
|
648
648
|
}[] | undefined;
|
|
649
649
|
links?: {
|
|
650
|
-
title?: string | undefined;
|
|
651
650
|
url?: string | undefined;
|
|
651
|
+
title?: string | undefined;
|
|
652
652
|
}[] | undefined;
|
|
653
653
|
chats?: {
|
|
654
654
|
id: string;
|
|
655
655
|
}[] | undefined;
|
|
656
656
|
docs?: {
|
|
657
|
-
title?: string | undefined;
|
|
658
657
|
url?: string | undefined;
|
|
658
|
+
title?: string | undefined;
|
|
659
659
|
}[] | undefined;
|
|
660
660
|
oncalls?: {
|
|
661
661
|
id: string;
|
|
@@ -778,11 +778,11 @@ export declare const lingoV1EntityCreate: {
|
|
|
778
778
|
title: z.ZodOptional<z.ZodString>;
|
|
779
779
|
url: z.ZodOptional<z.ZodString>;
|
|
780
780
|
}, "strip", z.ZodTypeAny, {
|
|
781
|
-
title?: string | undefined;
|
|
782
781
|
url?: string | undefined;
|
|
783
|
-
}, {
|
|
784
782
|
title?: string | undefined;
|
|
783
|
+
}, {
|
|
785
784
|
url?: string | undefined;
|
|
785
|
+
title?: string | undefined;
|
|
786
786
|
}>, "many">>;
|
|
787
787
|
oncalls: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
788
788
|
id: z.ZodString;
|
|
@@ -795,11 +795,11 @@ export declare const lingoV1EntityCreate: {
|
|
|
795
795
|
title: z.ZodOptional<z.ZodString>;
|
|
796
796
|
url: z.ZodOptional<z.ZodString>;
|
|
797
797
|
}, "strip", z.ZodTypeAny, {
|
|
798
|
-
title?: string | undefined;
|
|
799
798
|
url?: string | undefined;
|
|
800
|
-
}, {
|
|
801
799
|
title?: string | undefined;
|
|
800
|
+
}, {
|
|
802
801
|
url?: string | undefined;
|
|
802
|
+
title?: string | undefined;
|
|
803
803
|
}>, "many">>;
|
|
804
804
|
abbreviations: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
805
805
|
id: z.ZodOptional<z.ZodString>;
|
|
@@ -831,15 +831,15 @@ export declare const lingoV1EntityCreate: {
|
|
|
831
831
|
title?: string | undefined;
|
|
832
832
|
}[] | undefined;
|
|
833
833
|
links?: {
|
|
834
|
-
title?: string | undefined;
|
|
835
834
|
url?: string | undefined;
|
|
835
|
+
title?: string | undefined;
|
|
836
836
|
}[] | undefined;
|
|
837
837
|
chats?: {
|
|
838
838
|
id: string;
|
|
839
839
|
}[] | undefined;
|
|
840
840
|
docs?: {
|
|
841
|
-
title?: string | undefined;
|
|
842
841
|
url?: string | undefined;
|
|
842
|
+
title?: string | undefined;
|
|
843
843
|
}[] | undefined;
|
|
844
844
|
oncalls?: {
|
|
845
845
|
id: string;
|
|
@@ -860,15 +860,15 @@ export declare const lingoV1EntityCreate: {
|
|
|
860
860
|
title?: string | undefined;
|
|
861
861
|
}[] | undefined;
|
|
862
862
|
links?: {
|
|
863
|
-
title?: string | undefined;
|
|
864
863
|
url?: string | undefined;
|
|
864
|
+
title?: string | undefined;
|
|
865
865
|
}[] | undefined;
|
|
866
866
|
chats?: {
|
|
867
867
|
id: string;
|
|
868
868
|
}[] | undefined;
|
|
869
869
|
docs?: {
|
|
870
|
-
title?: string | undefined;
|
|
871
870
|
url?: string | undefined;
|
|
871
|
+
title?: string | undefined;
|
|
872
872
|
}[] | undefined;
|
|
873
873
|
oncalls?: {
|
|
874
874
|
id: string;
|
|
@@ -930,15 +930,15 @@ export declare const lingoV1EntityCreate: {
|
|
|
930
930
|
title?: string | undefined;
|
|
931
931
|
}[] | undefined;
|
|
932
932
|
links?: {
|
|
933
|
-
title?: string | undefined;
|
|
934
933
|
url?: string | undefined;
|
|
934
|
+
title?: string | undefined;
|
|
935
935
|
}[] | undefined;
|
|
936
936
|
chats?: {
|
|
937
937
|
id: string;
|
|
938
938
|
}[] | undefined;
|
|
939
939
|
docs?: {
|
|
940
|
-
title?: string | undefined;
|
|
941
940
|
url?: string | undefined;
|
|
941
|
+
title?: string | undefined;
|
|
942
942
|
}[] | undefined;
|
|
943
943
|
oncalls?: {
|
|
944
944
|
id: string;
|
|
@@ -986,15 +986,15 @@ export declare const lingoV1EntityCreate: {
|
|
|
986
986
|
title?: string | undefined;
|
|
987
987
|
}[] | undefined;
|
|
988
988
|
links?: {
|
|
989
|
-
title?: string | undefined;
|
|
990
989
|
url?: string | undefined;
|
|
990
|
+
title?: string | undefined;
|
|
991
991
|
}[] | undefined;
|
|
992
992
|
chats?: {
|
|
993
993
|
id: string;
|
|
994
994
|
}[] | undefined;
|
|
995
995
|
docs?: {
|
|
996
|
-
title?: string | undefined;
|
|
997
996
|
url?: string | undefined;
|
|
997
|
+
title?: string | undefined;
|
|
998
998
|
}[] | undefined;
|
|
999
999
|
oncalls?: {
|
|
1000
1000
|
id: string;
|
|
@@ -1311,11 +1311,11 @@ export declare const lingoV1EntityUpdate: {
|
|
|
1311
1311
|
title: z.ZodOptional<z.ZodString>;
|
|
1312
1312
|
url: z.ZodOptional<z.ZodString>;
|
|
1313
1313
|
}, "strip", z.ZodTypeAny, {
|
|
1314
|
-
title?: string | undefined;
|
|
1315
1314
|
url?: string | undefined;
|
|
1316
|
-
}, {
|
|
1317
1315
|
title?: string | undefined;
|
|
1316
|
+
}, {
|
|
1318
1317
|
url?: string | undefined;
|
|
1318
|
+
title?: string | undefined;
|
|
1319
1319
|
}>, "many">>;
|
|
1320
1320
|
oncalls: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1321
1321
|
id: z.ZodString;
|
|
@@ -1328,11 +1328,11 @@ export declare const lingoV1EntityUpdate: {
|
|
|
1328
1328
|
title: z.ZodOptional<z.ZodString>;
|
|
1329
1329
|
url: z.ZodOptional<z.ZodString>;
|
|
1330
1330
|
}, "strip", z.ZodTypeAny, {
|
|
1331
|
-
title?: string | undefined;
|
|
1332
1331
|
url?: string | undefined;
|
|
1333
|
-
}, {
|
|
1334
1332
|
title?: string | undefined;
|
|
1333
|
+
}, {
|
|
1335
1334
|
url?: string | undefined;
|
|
1335
|
+
title?: string | undefined;
|
|
1336
1336
|
}>, "many">>;
|
|
1337
1337
|
abbreviations: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1338
1338
|
id: z.ZodOptional<z.ZodString>;
|
|
@@ -1364,15 +1364,15 @@ export declare const lingoV1EntityUpdate: {
|
|
|
1364
1364
|
title?: string | undefined;
|
|
1365
1365
|
}[] | undefined;
|
|
1366
1366
|
links?: {
|
|
1367
|
-
title?: string | undefined;
|
|
1368
1367
|
url?: string | undefined;
|
|
1368
|
+
title?: string | undefined;
|
|
1369
1369
|
}[] | undefined;
|
|
1370
1370
|
chats?: {
|
|
1371
1371
|
id: string;
|
|
1372
1372
|
}[] | undefined;
|
|
1373
1373
|
docs?: {
|
|
1374
|
-
title?: string | undefined;
|
|
1375
1374
|
url?: string | undefined;
|
|
1375
|
+
title?: string | undefined;
|
|
1376
1376
|
}[] | undefined;
|
|
1377
1377
|
oncalls?: {
|
|
1378
1378
|
id: string;
|
|
@@ -1393,15 +1393,15 @@ export declare const lingoV1EntityUpdate: {
|
|
|
1393
1393
|
title?: string | undefined;
|
|
1394
1394
|
}[] | undefined;
|
|
1395
1395
|
links?: {
|
|
1396
|
-
title?: string | undefined;
|
|
1397
1396
|
url?: string | undefined;
|
|
1397
|
+
title?: string | undefined;
|
|
1398
1398
|
}[] | undefined;
|
|
1399
1399
|
chats?: {
|
|
1400
1400
|
id: string;
|
|
1401
1401
|
}[] | undefined;
|
|
1402
1402
|
docs?: {
|
|
1403
|
-
title?: string | undefined;
|
|
1404
1403
|
url?: string | undefined;
|
|
1404
|
+
title?: string | undefined;
|
|
1405
1405
|
}[] | undefined;
|
|
1406
1406
|
oncalls?: {
|
|
1407
1407
|
id: string;
|
|
@@ -1463,15 +1463,15 @@ export declare const lingoV1EntityUpdate: {
|
|
|
1463
1463
|
title?: string | undefined;
|
|
1464
1464
|
}[] | undefined;
|
|
1465
1465
|
links?: {
|
|
1466
|
-
title?: string | undefined;
|
|
1467
1466
|
url?: string | undefined;
|
|
1467
|
+
title?: string | undefined;
|
|
1468
1468
|
}[] | undefined;
|
|
1469
1469
|
chats?: {
|
|
1470
1470
|
id: string;
|
|
1471
1471
|
}[] | undefined;
|
|
1472
1472
|
docs?: {
|
|
1473
|
-
title?: string | undefined;
|
|
1474
1473
|
url?: string | undefined;
|
|
1474
|
+
title?: string | undefined;
|
|
1475
1475
|
}[] | undefined;
|
|
1476
1476
|
oncalls?: {
|
|
1477
1477
|
id: string;
|
|
@@ -1519,15 +1519,15 @@ export declare const lingoV1EntityUpdate: {
|
|
|
1519
1519
|
title?: string | undefined;
|
|
1520
1520
|
}[] | undefined;
|
|
1521
1521
|
links?: {
|
|
1522
|
-
title?: string | undefined;
|
|
1523
1522
|
url?: string | undefined;
|
|
1523
|
+
title?: string | undefined;
|
|
1524
1524
|
}[] | undefined;
|
|
1525
1525
|
chats?: {
|
|
1526
1526
|
id: string;
|
|
1527
1527
|
}[] | undefined;
|
|
1528
1528
|
docs?: {
|
|
1529
|
-
title?: string | undefined;
|
|
1530
1529
|
url?: string | undefined;
|
|
1530
|
+
title?: string | undefined;
|
|
1531
1531
|
}[] | undefined;
|
|
1532
1532
|
oncalls?: {
|
|
1533
1533
|
id: string;
|
|
@@ -1665,11 +1665,11 @@ export declare const lingoV1Tools: ({
|
|
|
1665
1665
|
title: z.ZodOptional<z.ZodString>;
|
|
1666
1666
|
url: z.ZodOptional<z.ZodString>;
|
|
1667
1667
|
}, "strip", z.ZodTypeAny, {
|
|
1668
|
-
title?: string | undefined;
|
|
1669
1668
|
url?: string | undefined;
|
|
1670
|
-
}, {
|
|
1671
1669
|
title?: string | undefined;
|
|
1670
|
+
}, {
|
|
1672
1671
|
url?: string | undefined;
|
|
1672
|
+
title?: string | undefined;
|
|
1673
1673
|
}>, "many">>;
|
|
1674
1674
|
oncalls: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1675
1675
|
id: z.ZodString;
|
|
@@ -1682,11 +1682,11 @@ export declare const lingoV1Tools: ({
|
|
|
1682
1682
|
title: z.ZodOptional<z.ZodString>;
|
|
1683
1683
|
url: z.ZodOptional<z.ZodString>;
|
|
1684
1684
|
}, "strip", z.ZodTypeAny, {
|
|
1685
|
-
title?: string | undefined;
|
|
1686
1685
|
url?: string | undefined;
|
|
1687
|
-
}, {
|
|
1688
1686
|
title?: string | undefined;
|
|
1687
|
+
}, {
|
|
1689
1688
|
url?: string | undefined;
|
|
1689
|
+
title?: string | undefined;
|
|
1690
1690
|
}>, "many">>;
|
|
1691
1691
|
abbreviations: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1692
1692
|
id: z.ZodOptional<z.ZodString>;
|
|
@@ -1718,15 +1718,15 @@ export declare const lingoV1Tools: ({
|
|
|
1718
1718
|
title?: string | undefined;
|
|
1719
1719
|
}[] | undefined;
|
|
1720
1720
|
links?: {
|
|
1721
|
-
title?: string | undefined;
|
|
1722
1721
|
url?: string | undefined;
|
|
1722
|
+
title?: string | undefined;
|
|
1723
1723
|
}[] | undefined;
|
|
1724
1724
|
chats?: {
|
|
1725
1725
|
id: string;
|
|
1726
1726
|
}[] | undefined;
|
|
1727
1727
|
docs?: {
|
|
1728
|
-
title?: string | undefined;
|
|
1729
1728
|
url?: string | undefined;
|
|
1729
|
+
title?: string | undefined;
|
|
1730
1730
|
}[] | undefined;
|
|
1731
1731
|
oncalls?: {
|
|
1732
1732
|
id: string;
|
|
@@ -1747,15 +1747,15 @@ export declare const lingoV1Tools: ({
|
|
|
1747
1747
|
title?: string | undefined;
|
|
1748
1748
|
}[] | undefined;
|
|
1749
1749
|
links?: {
|
|
1750
|
-
title?: string | undefined;
|
|
1751
1750
|
url?: string | undefined;
|
|
1751
|
+
title?: string | undefined;
|
|
1752
1752
|
}[] | undefined;
|
|
1753
1753
|
chats?: {
|
|
1754
1754
|
id: string;
|
|
1755
1755
|
}[] | undefined;
|
|
1756
1756
|
docs?: {
|
|
1757
|
-
title?: string | undefined;
|
|
1758
1757
|
url?: string | undefined;
|
|
1758
|
+
title?: string | undefined;
|
|
1759
1759
|
}[] | undefined;
|
|
1760
1760
|
oncalls?: {
|
|
1761
1761
|
id: string;
|
|
@@ -1817,15 +1817,15 @@ export declare const lingoV1Tools: ({
|
|
|
1817
1817
|
title?: string | undefined;
|
|
1818
1818
|
}[] | undefined;
|
|
1819
1819
|
links?: {
|
|
1820
|
-
title?: string | undefined;
|
|
1821
1820
|
url?: string | undefined;
|
|
1821
|
+
title?: string | undefined;
|
|
1822
1822
|
}[] | undefined;
|
|
1823
1823
|
chats?: {
|
|
1824
1824
|
id: string;
|
|
1825
1825
|
}[] | undefined;
|
|
1826
1826
|
docs?: {
|
|
1827
|
-
title?: string | undefined;
|
|
1828
1827
|
url?: string | undefined;
|
|
1828
|
+
title?: string | undefined;
|
|
1829
1829
|
}[] | undefined;
|
|
1830
1830
|
oncalls?: {
|
|
1831
1831
|
id: string;
|
|
@@ -1873,15 +1873,15 @@ export declare const lingoV1Tools: ({
|
|
|
1873
1873
|
title?: string | undefined;
|
|
1874
1874
|
}[] | undefined;
|
|
1875
1875
|
links?: {
|
|
1876
|
-
title?: string | undefined;
|
|
1877
1876
|
url?: string | undefined;
|
|
1877
|
+
title?: string | undefined;
|
|
1878
1878
|
}[] | undefined;
|
|
1879
1879
|
chats?: {
|
|
1880
1880
|
id: string;
|
|
1881
1881
|
}[] | undefined;
|
|
1882
1882
|
docs?: {
|
|
1883
|
-
title?: string | undefined;
|
|
1884
1883
|
url?: string | undefined;
|
|
1884
|
+
title?: string | undefined;
|
|
1885
1885
|
}[] | undefined;
|
|
1886
1886
|
oncalls?: {
|
|
1887
1887
|
id: string;
|
|
@@ -2029,11 +2029,11 @@ export declare const lingoV1Tools: ({
|
|
|
2029
2029
|
title: z.ZodOptional<z.ZodString>;
|
|
2030
2030
|
url: z.ZodOptional<z.ZodString>;
|
|
2031
2031
|
}, "strip", z.ZodTypeAny, {
|
|
2032
|
-
title?: string | undefined;
|
|
2033
2032
|
url?: string | undefined;
|
|
2034
|
-
}, {
|
|
2035
2033
|
title?: string | undefined;
|
|
2034
|
+
}, {
|
|
2036
2035
|
url?: string | undefined;
|
|
2036
|
+
title?: string | undefined;
|
|
2037
2037
|
}>, "many">>;
|
|
2038
2038
|
oncalls: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2039
2039
|
id: z.ZodString;
|
|
@@ -2046,11 +2046,11 @@ export declare const lingoV1Tools: ({
|
|
|
2046
2046
|
title: z.ZodOptional<z.ZodString>;
|
|
2047
2047
|
url: z.ZodOptional<z.ZodString>;
|
|
2048
2048
|
}, "strip", z.ZodTypeAny, {
|
|
2049
|
-
title?: string | undefined;
|
|
2050
2049
|
url?: string | undefined;
|
|
2051
|
-
}, {
|
|
2052
2050
|
title?: string | undefined;
|
|
2051
|
+
}, {
|
|
2053
2052
|
url?: string | undefined;
|
|
2053
|
+
title?: string | undefined;
|
|
2054
2054
|
}>, "many">>;
|
|
2055
2055
|
abbreviations: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2056
2056
|
id: z.ZodOptional<z.ZodString>;
|
|
@@ -2082,15 +2082,15 @@ export declare const lingoV1Tools: ({
|
|
|
2082
2082
|
title?: string | undefined;
|
|
2083
2083
|
}[] | undefined;
|
|
2084
2084
|
links?: {
|
|
2085
|
-
title?: string | undefined;
|
|
2086
2085
|
url?: string | undefined;
|
|
2086
|
+
title?: string | undefined;
|
|
2087
2087
|
}[] | undefined;
|
|
2088
2088
|
chats?: {
|
|
2089
2089
|
id: string;
|
|
2090
2090
|
}[] | undefined;
|
|
2091
2091
|
docs?: {
|
|
2092
|
-
title?: string | undefined;
|
|
2093
2092
|
url?: string | undefined;
|
|
2093
|
+
title?: string | undefined;
|
|
2094
2094
|
}[] | undefined;
|
|
2095
2095
|
oncalls?: {
|
|
2096
2096
|
id: string;
|
|
@@ -2111,15 +2111,15 @@ export declare const lingoV1Tools: ({
|
|
|
2111
2111
|
title?: string | undefined;
|
|
2112
2112
|
}[] | undefined;
|
|
2113
2113
|
links?: {
|
|
2114
|
-
title?: string | undefined;
|
|
2115
2114
|
url?: string | undefined;
|
|
2115
|
+
title?: string | undefined;
|
|
2116
2116
|
}[] | undefined;
|
|
2117
2117
|
chats?: {
|
|
2118
2118
|
id: string;
|
|
2119
2119
|
}[] | undefined;
|
|
2120
2120
|
docs?: {
|
|
2121
|
-
title?: string | undefined;
|
|
2122
2121
|
url?: string | undefined;
|
|
2122
|
+
title?: string | undefined;
|
|
2123
2123
|
}[] | undefined;
|
|
2124
2124
|
oncalls?: {
|
|
2125
2125
|
id: string;
|
|
@@ -2181,15 +2181,15 @@ export declare const lingoV1Tools: ({
|
|
|
2181
2181
|
title?: string | undefined;
|
|
2182
2182
|
}[] | undefined;
|
|
2183
2183
|
links?: {
|
|
2184
|
-
title?: string | undefined;
|
|
2185
2184
|
url?: string | undefined;
|
|
2185
|
+
title?: string | undefined;
|
|
2186
2186
|
}[] | undefined;
|
|
2187
2187
|
chats?: {
|
|
2188
2188
|
id: string;
|
|
2189
2189
|
}[] | undefined;
|
|
2190
2190
|
docs?: {
|
|
2191
|
-
title?: string | undefined;
|
|
2192
2191
|
url?: string | undefined;
|
|
2192
|
+
title?: string | undefined;
|
|
2193
2193
|
}[] | undefined;
|
|
2194
2194
|
oncalls?: {
|
|
2195
2195
|
id: string;
|
|
@@ -2237,15 +2237,15 @@ export declare const lingoV1Tools: ({
|
|
|
2237
2237
|
title?: string | undefined;
|
|
2238
2238
|
}[] | undefined;
|
|
2239
2239
|
links?: {
|
|
2240
|
-
title?: string | undefined;
|
|
2241
2240
|
url?: string | undefined;
|
|
2241
|
+
title?: string | undefined;
|
|
2242
2242
|
}[] | undefined;
|
|
2243
2243
|
chats?: {
|
|
2244
2244
|
id: string;
|
|
2245
2245
|
}[] | undefined;
|
|
2246
2246
|
docs?: {
|
|
2247
|
-
title?: string | undefined;
|
|
2248
2247
|
url?: string | undefined;
|
|
2248
|
+
title?: string | undefined;
|
|
2249
2249
|
}[] | undefined;
|
|
2250
2250
|
oncalls?: {
|
|
2251
2251
|
id: string;
|