@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.
Files changed (26) hide show
  1. package/dist/mcp-server/shared/types.d.ts +2 -2
  2. package/dist/mcp-tool/tools/en/builtin-tools/drive/builtin.js +84 -41
  3. package/dist/mcp-tool/tools/en/gen-tools/zod/aily_v1.d.ts +16 -16
  4. package/dist/mcp-tool/tools/en/gen-tools/zod/attendance_v1.d.ts +84 -84
  5. package/dist/mcp-tool/tools/en/gen-tools/zod/baike_v1.d.ts +72 -72
  6. package/dist/mcp-tool/tools/en/gen-tools/zod/docx_v1.d.ts +697 -697
  7. package/dist/mcp-tool/tools/en/gen-tools/zod/hire_v1.d.ts +32 -32
  8. package/dist/mcp-tool/tools/en/gen-tools/zod/lingo_v1.d.ts +72 -72
  9. package/dist/mcp-tool/tools/en/gen-tools/zod/okr_v1.d.ts +24 -24
  10. package/dist/mcp-tool/tools/en/gen-tools/zod/task_v1.d.ts +20 -20
  11. package/dist/mcp-tool/tools/en/gen-tools/zod/task_v2.d.ts +18 -18
  12. package/dist/mcp-tool/tools/en/gen-tools/zod/vc_v1.d.ts +64 -64
  13. package/dist/mcp-tool/tools/en/gen-tools/zod/wiki_v2.d.ts +4 -4
  14. package/dist/mcp-tool/tools/zh/builtin-tools/drive/builtin.js +84 -41
  15. package/dist/mcp-tool/tools/zh/gen-tools/zod/aily_v1.d.ts +16 -16
  16. package/dist/mcp-tool/tools/zh/gen-tools/zod/attendance_v1.d.ts +84 -84
  17. package/dist/mcp-tool/tools/zh/gen-tools/zod/baike_v1.d.ts +72 -72
  18. package/dist/mcp-tool/tools/zh/gen-tools/zod/docx_v1.d.ts +716 -716
  19. package/dist/mcp-tool/tools/zh/gen-tools/zod/hire_v1.d.ts +32 -32
  20. package/dist/mcp-tool/tools/zh/gen-tools/zod/lingo_v1.d.ts +72 -72
  21. package/dist/mcp-tool/tools/zh/gen-tools/zod/okr_v1.d.ts +24 -24
  22. package/dist/mcp-tool/tools/zh/gen-tools/zod/task_v1.d.ts +20 -20
  23. package/dist/mcp-tool/tools/zh/gen-tools/zod/task_v2.d.ts +18 -18
  24. package/dist/mcp-tool/tools/zh/gen-tools/zod/vc_v1.d.ts +64 -64
  25. package/dist/mcp-tool/tools/zh/gen-tools/zod/wiki_v2.d.ts +4 -4
  26. package/package.json +1 -1
@@ -106,11 +106,11 @@ export declare const baikeV1DraftCreate: {
106
106
  title: z.ZodOptional<z.ZodString>;
107
107
  url: z.ZodOptional<z.ZodString>;
108
108
  }, "strip", z.ZodTypeAny, {
109
- title?: string | undefined;
110
109
  url?: string | undefined;
111
- }, {
112
110
  title?: string | undefined;
111
+ }, {
113
112
  url?: string | undefined;
113
+ title?: string | undefined;
114
114
  }>, "many">>;
115
115
  oncalls: z.ZodOptional<z.ZodArray<z.ZodObject<{
116
116
  id: z.ZodString;
@@ -123,11 +123,11 @@ export declare const baikeV1DraftCreate: {
123
123
  title: z.ZodOptional<z.ZodString>;
124
124
  url: z.ZodOptional<z.ZodString>;
125
125
  }, "strip", z.ZodTypeAny, {
126
- title?: string | undefined;
127
126
  url?: string | undefined;
128
- }, {
129
127
  title?: string | undefined;
128
+ }, {
130
129
  url?: string | undefined;
130
+ title?: string | undefined;
131
131
  }>, "many">>;
132
132
  abbreviations: z.ZodOptional<z.ZodArray<z.ZodObject<{
133
133
  id: z.ZodOptional<z.ZodString>;
@@ -159,15 +159,15 @@ export declare const baikeV1DraftCreate: {
159
159
  title?: string | undefined;
160
160
  }[] | undefined;
161
161
  links?: {
162
- title?: string | undefined;
163
162
  url?: string | undefined;
163
+ title?: string | undefined;
164
164
  }[] | undefined;
165
165
  chats?: {
166
166
  id: string;
167
167
  }[] | undefined;
168
168
  docs?: {
169
- title?: string | undefined;
170
169
  url?: string | undefined;
170
+ title?: string | undefined;
171
171
  }[] | undefined;
172
172
  oncalls?: {
173
173
  id: string;
@@ -188,15 +188,15 @@ export declare const baikeV1DraftCreate: {
188
188
  title?: string | undefined;
189
189
  }[] | undefined;
190
190
  links?: {
191
- title?: string | undefined;
192
191
  url?: string | undefined;
192
+ title?: string | undefined;
193
193
  }[] | undefined;
194
194
  chats?: {
195
195
  id: string;
196
196
  }[] | undefined;
197
197
  docs?: {
198
- title?: string | undefined;
199
198
  url?: string | undefined;
199
+ title?: string | undefined;
200
200
  }[] | undefined;
201
201
  oncalls?: {
202
202
  id: string;
@@ -246,15 +246,15 @@ export declare const baikeV1DraftCreate: {
246
246
  title?: string | undefined;
247
247
  }[] | undefined;
248
248
  links?: {
249
- title?: string | undefined;
250
249
  url?: string | undefined;
250
+ title?: string | undefined;
251
251
  }[] | undefined;
252
252
  chats?: {
253
253
  id: string;
254
254
  }[] | undefined;
255
255
  docs?: {
256
- title?: string | undefined;
257
256
  url?: string | undefined;
257
+ title?: string | undefined;
258
258
  }[] | undefined;
259
259
  oncalls?: {
260
260
  id: string;
@@ -298,15 +298,15 @@ export declare const baikeV1DraftCreate: {
298
298
  title?: string | undefined;
299
299
  }[] | undefined;
300
300
  links?: {
301
- title?: string | undefined;
302
301
  url?: string | undefined;
302
+ title?: string | undefined;
303
303
  }[] | undefined;
304
304
  chats?: {
305
305
  id: string;
306
306
  }[] | undefined;
307
307
  docs?: {
308
- title?: string | undefined;
309
308
  url?: string | undefined;
309
+ title?: string | undefined;
310
310
  }[] | undefined;
311
311
  oncalls?: {
312
312
  id: string;
@@ -422,11 +422,11 @@ export declare const baikeV1DraftUpdate: {
422
422
  title: z.ZodOptional<z.ZodString>;
423
423
  url: z.ZodOptional<z.ZodString>;
424
424
  }, "strip", z.ZodTypeAny, {
425
- title?: string | undefined;
426
425
  url?: string | undefined;
427
- }, {
428
426
  title?: string | undefined;
427
+ }, {
429
428
  url?: string | undefined;
429
+ title?: string | undefined;
430
430
  }>, "many">>;
431
431
  oncalls: z.ZodOptional<z.ZodArray<z.ZodObject<{
432
432
  id: z.ZodString;
@@ -439,11 +439,11 @@ export declare const baikeV1DraftUpdate: {
439
439
  title: z.ZodOptional<z.ZodString>;
440
440
  url: z.ZodOptional<z.ZodString>;
441
441
  }, "strip", z.ZodTypeAny, {
442
- title?: string | undefined;
443
442
  url?: string | undefined;
444
- }, {
445
443
  title?: string | undefined;
444
+ }, {
446
445
  url?: string | undefined;
446
+ title?: string | undefined;
447
447
  }>, "many">>;
448
448
  abbreviations: z.ZodOptional<z.ZodArray<z.ZodObject<{
449
449
  id: z.ZodOptional<z.ZodString>;
@@ -475,15 +475,15 @@ export declare const baikeV1DraftUpdate: {
475
475
  title?: string | undefined;
476
476
  }[] | undefined;
477
477
  links?: {
478
- title?: string | undefined;
479
478
  url?: string | undefined;
479
+ title?: string | undefined;
480
480
  }[] | undefined;
481
481
  chats?: {
482
482
  id: string;
483
483
  }[] | undefined;
484
484
  docs?: {
485
- title?: string | undefined;
486
485
  url?: string | undefined;
486
+ title?: string | undefined;
487
487
  }[] | undefined;
488
488
  oncalls?: {
489
489
  id: string;
@@ -504,15 +504,15 @@ export declare const baikeV1DraftUpdate: {
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;
@@ -552,15 +552,15 @@ export declare const baikeV1DraftUpdate: {
552
552
  title?: string | undefined;
553
553
  }[] | undefined;
554
554
  links?: {
555
- title?: string | undefined;
556
555
  url?: string | undefined;
556
+ title?: string | undefined;
557
557
  }[] | undefined;
558
558
  chats?: {
559
559
  id: string;
560
560
  }[] | undefined;
561
561
  docs?: {
562
- title?: string | undefined;
563
562
  url?: string | undefined;
563
+ title?: string | undefined;
564
564
  }[] | undefined;
565
565
  oncalls?: {
566
566
  id: string;
@@ -600,15 +600,15 @@ export declare const baikeV1DraftUpdate: {
600
600
  title?: string | undefined;
601
601
  }[] | undefined;
602
602
  links?: {
603
- title?: string | undefined;
604
603
  url?: string | undefined;
604
+ title?: string | undefined;
605
605
  }[] | undefined;
606
606
  chats?: {
607
607
  id: string;
608
608
  }[] | undefined;
609
609
  docs?: {
610
- title?: string | undefined;
611
610
  url?: string | undefined;
611
+ title?: string | undefined;
612
612
  }[] | undefined;
613
613
  oncalls?: {
614
614
  id: string;
@@ -726,11 +726,11 @@ export declare const baikeV1EntityCreate: {
726
726
  title: z.ZodOptional<z.ZodString>;
727
727
  url: z.ZodOptional<z.ZodString>;
728
728
  }, "strip", z.ZodTypeAny, {
729
- title?: string | undefined;
730
729
  url?: string | undefined;
731
- }, {
732
730
  title?: string | undefined;
731
+ }, {
733
732
  url?: string | undefined;
733
+ title?: string | undefined;
734
734
  }>, "many">>;
735
735
  oncalls: z.ZodOptional<z.ZodArray<z.ZodObject<{
736
736
  id: z.ZodString;
@@ -743,11 +743,11 @@ export declare const baikeV1EntityCreate: {
743
743
  title: z.ZodOptional<z.ZodString>;
744
744
  url: z.ZodOptional<z.ZodString>;
745
745
  }, "strip", z.ZodTypeAny, {
746
- title?: string | undefined;
747
746
  url?: string | undefined;
748
- }, {
749
747
  title?: string | undefined;
748
+ }, {
750
749
  url?: string | undefined;
750
+ title?: string | undefined;
751
751
  }>, "many">>;
752
752
  abbreviations: z.ZodOptional<z.ZodArray<z.ZodObject<{
753
753
  id: z.ZodOptional<z.ZodString>;
@@ -779,15 +779,15 @@ export declare const baikeV1EntityCreate: {
779
779
  title?: string | undefined;
780
780
  }[] | undefined;
781
781
  links?: {
782
- title?: string | undefined;
783
782
  url?: string | undefined;
783
+ title?: string | undefined;
784
784
  }[] | undefined;
785
785
  chats?: {
786
786
  id: string;
787
787
  }[] | undefined;
788
788
  docs?: {
789
- title?: string | undefined;
790
789
  url?: string | undefined;
790
+ title?: string | undefined;
791
791
  }[] | undefined;
792
792
  oncalls?: {
793
793
  id: string;
@@ -808,15 +808,15 @@ export declare const baikeV1EntityCreate: {
808
808
  title?: string | undefined;
809
809
  }[] | undefined;
810
810
  links?: {
811
- title?: string | undefined;
812
811
  url?: string | undefined;
812
+ title?: string | undefined;
813
813
  }[] | undefined;
814
814
  chats?: {
815
815
  id: string;
816
816
  }[] | undefined;
817
817
  docs?: {
818
- title?: string | undefined;
819
818
  url?: string | undefined;
819
+ title?: string | undefined;
820
820
  }[] | undefined;
821
821
  oncalls?: {
822
822
  id: string;
@@ -865,15 +865,15 @@ export declare const baikeV1EntityCreate: {
865
865
  title?: string | undefined;
866
866
  }[] | undefined;
867
867
  links?: {
868
- title?: string | undefined;
869
868
  url?: string | undefined;
869
+ title?: string | undefined;
870
870
  }[] | undefined;
871
871
  chats?: {
872
872
  id: string;
873
873
  }[] | undefined;
874
874
  docs?: {
875
- title?: string | undefined;
876
875
  url?: string | undefined;
876
+ title?: string | undefined;
877
877
  }[] | undefined;
878
878
  oncalls?: {
879
879
  id: string;
@@ -916,15 +916,15 @@ export declare const baikeV1EntityCreate: {
916
916
  title?: string | undefined;
917
917
  }[] | undefined;
918
918
  links?: {
919
- title?: string | undefined;
920
919
  url?: string | undefined;
920
+ title?: string | undefined;
921
921
  }[] | undefined;
922
922
  chats?: {
923
923
  id: string;
924
924
  }[] | undefined;
925
925
  docs?: {
926
- title?: string | undefined;
927
926
  url?: string | undefined;
927
+ title?: string | undefined;
928
928
  }[] | undefined;
929
929
  oncalls?: {
930
930
  id: string;
@@ -1212,11 +1212,11 @@ export declare const baikeV1EntityUpdate: {
1212
1212
  title: z.ZodOptional<z.ZodString>;
1213
1213
  url: z.ZodOptional<z.ZodString>;
1214
1214
  }, "strip", z.ZodTypeAny, {
1215
- title?: string | undefined;
1216
1215
  url?: string | undefined;
1217
- }, {
1218
1216
  title?: string | undefined;
1217
+ }, {
1219
1218
  url?: string | undefined;
1219
+ title?: string | undefined;
1220
1220
  }>, "many">>;
1221
1221
  oncalls: z.ZodOptional<z.ZodArray<z.ZodObject<{
1222
1222
  id: z.ZodString;
@@ -1229,11 +1229,11 @@ export declare const baikeV1EntityUpdate: {
1229
1229
  title: z.ZodOptional<z.ZodString>;
1230
1230
  url: z.ZodOptional<z.ZodString>;
1231
1231
  }, "strip", z.ZodTypeAny, {
1232
- title?: string | undefined;
1233
1232
  url?: string | undefined;
1234
- }, {
1235
1233
  title?: string | undefined;
1234
+ }, {
1236
1235
  url?: string | undefined;
1236
+ title?: string | undefined;
1237
1237
  }>, "many">>;
1238
1238
  abbreviations: z.ZodOptional<z.ZodArray<z.ZodObject<{
1239
1239
  id: z.ZodOptional<z.ZodString>;
@@ -1265,15 +1265,15 @@ export declare const baikeV1EntityUpdate: {
1265
1265
  title?: string | undefined;
1266
1266
  }[] | undefined;
1267
1267
  links?: {
1268
- title?: string | undefined;
1269
1268
  url?: string | undefined;
1269
+ title?: string | undefined;
1270
1270
  }[] | undefined;
1271
1271
  chats?: {
1272
1272
  id: string;
1273
1273
  }[] | undefined;
1274
1274
  docs?: {
1275
- title?: string | undefined;
1276
1275
  url?: string | undefined;
1276
+ title?: string | undefined;
1277
1277
  }[] | undefined;
1278
1278
  oncalls?: {
1279
1279
  id: string;
@@ -1294,15 +1294,15 @@ export declare const baikeV1EntityUpdate: {
1294
1294
  title?: string | undefined;
1295
1295
  }[] | undefined;
1296
1296
  links?: {
1297
- title?: string | undefined;
1298
1297
  url?: string | undefined;
1298
+ title?: string | undefined;
1299
1299
  }[] | undefined;
1300
1300
  chats?: {
1301
1301
  id: string;
1302
1302
  }[] | undefined;
1303
1303
  docs?: {
1304
- title?: string | undefined;
1305
1304
  url?: string | undefined;
1305
+ title?: string | undefined;
1306
1306
  }[] | undefined;
1307
1307
  oncalls?: {
1308
1308
  id: string;
@@ -1351,15 +1351,15 @@ export declare const baikeV1EntityUpdate: {
1351
1351
  title?: string | undefined;
1352
1352
  }[] | undefined;
1353
1353
  links?: {
1354
- title?: string | undefined;
1355
1354
  url?: string | undefined;
1355
+ title?: string | undefined;
1356
1356
  }[] | undefined;
1357
1357
  chats?: {
1358
1358
  id: string;
1359
1359
  }[] | undefined;
1360
1360
  docs?: {
1361
- title?: string | undefined;
1362
1361
  url?: string | undefined;
1362
+ title?: string | undefined;
1363
1363
  }[] | undefined;
1364
1364
  oncalls?: {
1365
1365
  id: string;
@@ -1402,15 +1402,15 @@ export declare const baikeV1EntityUpdate: {
1402
1402
  title?: string | undefined;
1403
1403
  }[] | undefined;
1404
1404
  links?: {
1405
- title?: string | undefined;
1406
1405
  url?: string | undefined;
1406
+ title?: string | undefined;
1407
1407
  }[] | undefined;
1408
1408
  chats?: {
1409
1409
  id: string;
1410
1410
  }[] | undefined;
1411
1411
  docs?: {
1412
- title?: string | undefined;
1413
1412
  url?: string | undefined;
1413
+ title?: string | undefined;
1414
1414
  }[] | undefined;
1415
1415
  oncalls?: {
1416
1416
  id: string;
@@ -1554,11 +1554,11 @@ export declare const baikeV1Tools: ({
1554
1554
  title: z.ZodOptional<z.ZodString>;
1555
1555
  url: z.ZodOptional<z.ZodString>;
1556
1556
  }, "strip", z.ZodTypeAny, {
1557
- title?: string | undefined;
1558
1557
  url?: string | undefined;
1559
- }, {
1560
1558
  title?: string | undefined;
1559
+ }, {
1561
1560
  url?: string | undefined;
1561
+ title?: string | undefined;
1562
1562
  }>, "many">>;
1563
1563
  oncalls: z.ZodOptional<z.ZodArray<z.ZodObject<{
1564
1564
  id: z.ZodString;
@@ -1571,11 +1571,11 @@ export declare const baikeV1Tools: ({
1571
1571
  title: z.ZodOptional<z.ZodString>;
1572
1572
  url: z.ZodOptional<z.ZodString>;
1573
1573
  }, "strip", z.ZodTypeAny, {
1574
- title?: string | undefined;
1575
1574
  url?: string | undefined;
1576
- }, {
1577
1575
  title?: string | undefined;
1576
+ }, {
1578
1577
  url?: string | undefined;
1578
+ title?: string | undefined;
1579
1579
  }>, "many">>;
1580
1580
  abbreviations: z.ZodOptional<z.ZodArray<z.ZodObject<{
1581
1581
  id: z.ZodOptional<z.ZodString>;
@@ -1607,15 +1607,15 @@ export declare const baikeV1Tools: ({
1607
1607
  title?: string | undefined;
1608
1608
  }[] | undefined;
1609
1609
  links?: {
1610
- title?: string | undefined;
1611
1610
  url?: string | undefined;
1611
+ title?: string | undefined;
1612
1612
  }[] | undefined;
1613
1613
  chats?: {
1614
1614
  id: string;
1615
1615
  }[] | undefined;
1616
1616
  docs?: {
1617
- title?: string | undefined;
1618
1617
  url?: string | undefined;
1618
+ title?: string | undefined;
1619
1619
  }[] | undefined;
1620
1620
  oncalls?: {
1621
1621
  id: string;
@@ -1636,15 +1636,15 @@ export declare const baikeV1Tools: ({
1636
1636
  title?: string | undefined;
1637
1637
  }[] | undefined;
1638
1638
  links?: {
1639
- title?: string | undefined;
1640
1639
  url?: string | undefined;
1640
+ title?: string | undefined;
1641
1641
  }[] | undefined;
1642
1642
  chats?: {
1643
1643
  id: string;
1644
1644
  }[] | undefined;
1645
1645
  docs?: {
1646
- title?: string | undefined;
1647
1646
  url?: string | undefined;
1647
+ title?: string | undefined;
1648
1648
  }[] | undefined;
1649
1649
  oncalls?: {
1650
1650
  id: string;
@@ -1684,15 +1684,15 @@ export declare const baikeV1Tools: ({
1684
1684
  title?: string | undefined;
1685
1685
  }[] | undefined;
1686
1686
  links?: {
1687
- title?: string | undefined;
1688
1687
  url?: string | undefined;
1688
+ title?: string | undefined;
1689
1689
  }[] | undefined;
1690
1690
  chats?: {
1691
1691
  id: string;
1692
1692
  }[] | undefined;
1693
1693
  docs?: {
1694
- title?: string | undefined;
1695
1694
  url?: string | undefined;
1695
+ title?: string | undefined;
1696
1696
  }[] | undefined;
1697
1697
  oncalls?: {
1698
1698
  id: string;
@@ -1732,15 +1732,15 @@ export declare const baikeV1Tools: ({
1732
1732
  title?: string | undefined;
1733
1733
  }[] | undefined;
1734
1734
  links?: {
1735
- title?: string | undefined;
1736
1735
  url?: string | undefined;
1736
+ title?: string | undefined;
1737
1737
  }[] | undefined;
1738
1738
  chats?: {
1739
1739
  id: string;
1740
1740
  }[] | undefined;
1741
1741
  docs?: {
1742
- title?: string | undefined;
1743
1742
  url?: string | undefined;
1743
+ title?: string | undefined;
1744
1744
  }[] | undefined;
1745
1745
  oncalls?: {
1746
1746
  id: string;
@@ -1857,11 +1857,11 @@ export declare const baikeV1Tools: ({
1857
1857
  title: z.ZodOptional<z.ZodString>;
1858
1858
  url: z.ZodOptional<z.ZodString>;
1859
1859
  }, "strip", z.ZodTypeAny, {
1860
- title?: string | undefined;
1861
1860
  url?: string | undefined;
1862
- }, {
1863
1861
  title?: string | undefined;
1862
+ }, {
1864
1863
  url?: string | undefined;
1864
+ title?: string | undefined;
1865
1865
  }>, "many">>;
1866
1866
  oncalls: z.ZodOptional<z.ZodArray<z.ZodObject<{
1867
1867
  id: z.ZodString;
@@ -1874,11 +1874,11 @@ export declare const baikeV1Tools: ({
1874
1874
  title: z.ZodOptional<z.ZodString>;
1875
1875
  url: z.ZodOptional<z.ZodString>;
1876
1876
  }, "strip", z.ZodTypeAny, {
1877
- title?: string | undefined;
1878
1877
  url?: string | undefined;
1879
- }, {
1880
1878
  title?: string | undefined;
1879
+ }, {
1881
1880
  url?: string | undefined;
1881
+ title?: string | undefined;
1882
1882
  }>, "many">>;
1883
1883
  abbreviations: z.ZodOptional<z.ZodArray<z.ZodObject<{
1884
1884
  id: z.ZodOptional<z.ZodString>;
@@ -1910,15 +1910,15 @@ export declare const baikeV1Tools: ({
1910
1910
  title?: string | undefined;
1911
1911
  }[] | undefined;
1912
1912
  links?: {
1913
- title?: string | undefined;
1914
1913
  url?: string | undefined;
1914
+ title?: string | undefined;
1915
1915
  }[] | undefined;
1916
1916
  chats?: {
1917
1917
  id: string;
1918
1918
  }[] | undefined;
1919
1919
  docs?: {
1920
- title?: string | undefined;
1921
1920
  url?: string | undefined;
1921
+ title?: string | undefined;
1922
1922
  }[] | undefined;
1923
1923
  oncalls?: {
1924
1924
  id: string;
@@ -1939,15 +1939,15 @@ export declare const baikeV1Tools: ({
1939
1939
  title?: string | undefined;
1940
1940
  }[] | undefined;
1941
1941
  links?: {
1942
- title?: string | undefined;
1943
1942
  url?: string | undefined;
1943
+ title?: string | undefined;
1944
1944
  }[] | undefined;
1945
1945
  chats?: {
1946
1946
  id: string;
1947
1947
  }[] | undefined;
1948
1948
  docs?: {
1949
- title?: string | undefined;
1950
1949
  url?: string | undefined;
1950
+ title?: string | undefined;
1951
1951
  }[] | undefined;
1952
1952
  oncalls?: {
1953
1953
  id: string;
@@ -1996,15 +1996,15 @@ export declare const baikeV1Tools: ({
1996
1996
  title?: string | undefined;
1997
1997
  }[] | undefined;
1998
1998
  links?: {
1999
- title?: string | undefined;
2000
1999
  url?: string | undefined;
2000
+ title?: string | undefined;
2001
2001
  }[] | undefined;
2002
2002
  chats?: {
2003
2003
  id: string;
2004
2004
  }[] | undefined;
2005
2005
  docs?: {
2006
- title?: string | undefined;
2007
2006
  url?: string | undefined;
2007
+ title?: string | undefined;
2008
2008
  }[] | undefined;
2009
2009
  oncalls?: {
2010
2010
  id: string;
@@ -2047,15 +2047,15 @@ export declare const baikeV1Tools: ({
2047
2047
  title?: string | undefined;
2048
2048
  }[] | undefined;
2049
2049
  links?: {
2050
- title?: string | undefined;
2051
2050
  url?: string | undefined;
2051
+ title?: string | undefined;
2052
2052
  }[] | undefined;
2053
2053
  chats?: {
2054
2054
  id: string;
2055
2055
  }[] | undefined;
2056
2056
  docs?: {
2057
- title?: string | undefined;
2058
2057
  url?: string | undefined;
2058
+ title?: string | undefined;
2059
2059
  }[] | undefined;
2060
2060
  oncalls?: {
2061
2061
  id: string;