@danyow/lark-mcp 0.5.4 → 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 +79 -52
- 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 +79 -52
- 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
|
@@ -277,11 +277,11 @@ export declare const okrV1ProgressRecordCreate: {
|
|
|
277
277
|
url: z.ZodOptional<z.ZodString>;
|
|
278
278
|
title: z.ZodOptional<z.ZodString>;
|
|
279
279
|
}, "strip", z.ZodTypeAny, {
|
|
280
|
-
title?: string | undefined;
|
|
281
280
|
url?: string | undefined;
|
|
282
|
-
}, {
|
|
283
281
|
title?: string | undefined;
|
|
282
|
+
}, {
|
|
284
283
|
url?: string | undefined;
|
|
284
|
+
title?: string | undefined;
|
|
285
285
|
}>>;
|
|
286
286
|
person: z.ZodOptional<z.ZodObject<{
|
|
287
287
|
openId: z.ZodOptional<z.ZodString>;
|
|
@@ -318,8 +318,8 @@ export declare const okrV1ProgressRecordCreate: {
|
|
|
318
318
|
} | undefined;
|
|
319
319
|
} | undefined;
|
|
320
320
|
docsLink?: {
|
|
321
|
-
title?: string | undefined;
|
|
322
321
|
url?: string | undefined;
|
|
322
|
+
title?: string | undefined;
|
|
323
323
|
} | undefined;
|
|
324
324
|
}, {
|
|
325
325
|
type?: "person" | "textRun" | "docsLink" | undefined;
|
|
@@ -349,8 +349,8 @@ export declare const okrV1ProgressRecordCreate: {
|
|
|
349
349
|
} | undefined;
|
|
350
350
|
} | undefined;
|
|
351
351
|
docsLink?: {
|
|
352
|
-
title?: string | undefined;
|
|
353
352
|
url?: string | undefined;
|
|
353
|
+
title?: string | undefined;
|
|
354
354
|
} | undefined;
|
|
355
355
|
}>, "many">>;
|
|
356
356
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -382,8 +382,8 @@ export declare const okrV1ProgressRecordCreate: {
|
|
|
382
382
|
} | undefined;
|
|
383
383
|
} | undefined;
|
|
384
384
|
docsLink?: {
|
|
385
|
-
title?: string | undefined;
|
|
386
385
|
url?: string | undefined;
|
|
386
|
+
title?: string | undefined;
|
|
387
387
|
} | undefined;
|
|
388
388
|
}[] | undefined;
|
|
389
389
|
style?: {
|
|
@@ -422,8 +422,8 @@ export declare const okrV1ProgressRecordCreate: {
|
|
|
422
422
|
} | undefined;
|
|
423
423
|
} | undefined;
|
|
424
424
|
docsLink?: {
|
|
425
|
-
title?: string | undefined;
|
|
426
425
|
url?: string | undefined;
|
|
426
|
+
title?: string | undefined;
|
|
427
427
|
} | undefined;
|
|
428
428
|
}[] | undefined;
|
|
429
429
|
style?: {
|
|
@@ -497,8 +497,8 @@ export declare const okrV1ProgressRecordCreate: {
|
|
|
497
497
|
} | undefined;
|
|
498
498
|
} | undefined;
|
|
499
499
|
docsLink?: {
|
|
500
|
-
title?: string | undefined;
|
|
501
500
|
url?: string | undefined;
|
|
501
|
+
title?: string | undefined;
|
|
502
502
|
} | undefined;
|
|
503
503
|
}[] | undefined;
|
|
504
504
|
style?: {
|
|
@@ -548,8 +548,8 @@ export declare const okrV1ProgressRecordCreate: {
|
|
|
548
548
|
} | undefined;
|
|
549
549
|
} | undefined;
|
|
550
550
|
docsLink?: {
|
|
551
|
-
title?: string | undefined;
|
|
552
551
|
url?: string | undefined;
|
|
552
|
+
title?: string | undefined;
|
|
553
553
|
} | undefined;
|
|
554
554
|
}[] | undefined;
|
|
555
555
|
style?: {
|
|
@@ -601,8 +601,8 @@ export declare const okrV1ProgressRecordCreate: {
|
|
|
601
601
|
} | undefined;
|
|
602
602
|
} | undefined;
|
|
603
603
|
docsLink?: {
|
|
604
|
-
title?: string | undefined;
|
|
605
604
|
url?: string | undefined;
|
|
605
|
+
title?: string | undefined;
|
|
606
606
|
} | undefined;
|
|
607
607
|
}[] | undefined;
|
|
608
608
|
style?: {
|
|
@@ -654,8 +654,8 @@ export declare const okrV1ProgressRecordCreate: {
|
|
|
654
654
|
} | undefined;
|
|
655
655
|
} | undefined;
|
|
656
656
|
docsLink?: {
|
|
657
|
-
title?: string | undefined;
|
|
658
657
|
url?: string | undefined;
|
|
658
|
+
title?: string | undefined;
|
|
659
659
|
} | undefined;
|
|
660
660
|
}[] | undefined;
|
|
661
661
|
style?: {
|
|
@@ -721,8 +721,8 @@ export declare const okrV1ProgressRecordCreate: {
|
|
|
721
721
|
} | undefined;
|
|
722
722
|
} | undefined;
|
|
723
723
|
docsLink?: {
|
|
724
|
-
title?: string | undefined;
|
|
725
724
|
url?: string | undefined;
|
|
725
|
+
title?: string | undefined;
|
|
726
726
|
} | undefined;
|
|
727
727
|
}[] | undefined;
|
|
728
728
|
style?: {
|
|
@@ -786,8 +786,8 @@ export declare const okrV1ProgressRecordCreate: {
|
|
|
786
786
|
} | undefined;
|
|
787
787
|
} | undefined;
|
|
788
788
|
docsLink?: {
|
|
789
|
-
title?: string | undefined;
|
|
790
789
|
url?: string | undefined;
|
|
790
|
+
title?: string | undefined;
|
|
791
791
|
} | undefined;
|
|
792
792
|
}[] | undefined;
|
|
793
793
|
style?: {
|
|
@@ -1045,11 +1045,11 @@ export declare const okrV1ProgressRecordUpdate: {
|
|
|
1045
1045
|
url: z.ZodOptional<z.ZodString>;
|
|
1046
1046
|
title: z.ZodOptional<z.ZodString>;
|
|
1047
1047
|
}, "strip", z.ZodTypeAny, {
|
|
1048
|
-
title?: string | undefined;
|
|
1049
1048
|
url?: string | undefined;
|
|
1050
|
-
}, {
|
|
1051
1049
|
title?: string | undefined;
|
|
1050
|
+
}, {
|
|
1052
1051
|
url?: string | undefined;
|
|
1052
|
+
title?: string | undefined;
|
|
1053
1053
|
}>>;
|
|
1054
1054
|
person: z.ZodOptional<z.ZodObject<{
|
|
1055
1055
|
openId: z.ZodOptional<z.ZodString>;
|
|
@@ -1086,8 +1086,8 @@ export declare const okrV1ProgressRecordUpdate: {
|
|
|
1086
1086
|
} | undefined;
|
|
1087
1087
|
} | undefined;
|
|
1088
1088
|
docsLink?: {
|
|
1089
|
-
title?: string | undefined;
|
|
1090
1089
|
url?: string | undefined;
|
|
1090
|
+
title?: string | undefined;
|
|
1091
1091
|
} | undefined;
|
|
1092
1092
|
}, {
|
|
1093
1093
|
type?: "person" | "textRun" | "docsLink" | undefined;
|
|
@@ -1117,8 +1117,8 @@ export declare const okrV1ProgressRecordUpdate: {
|
|
|
1117
1117
|
} | undefined;
|
|
1118
1118
|
} | undefined;
|
|
1119
1119
|
docsLink?: {
|
|
1120
|
-
title?: string | undefined;
|
|
1121
1120
|
url?: string | undefined;
|
|
1121
|
+
title?: string | undefined;
|
|
1122
1122
|
} | undefined;
|
|
1123
1123
|
}>, "many">>;
|
|
1124
1124
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1150,8 +1150,8 @@ export declare const okrV1ProgressRecordUpdate: {
|
|
|
1150
1150
|
} | undefined;
|
|
1151
1151
|
} | undefined;
|
|
1152
1152
|
docsLink?: {
|
|
1153
|
-
title?: string | undefined;
|
|
1154
1153
|
url?: string | undefined;
|
|
1154
|
+
title?: string | undefined;
|
|
1155
1155
|
} | undefined;
|
|
1156
1156
|
}[] | undefined;
|
|
1157
1157
|
style?: {
|
|
@@ -1190,8 +1190,8 @@ export declare const okrV1ProgressRecordUpdate: {
|
|
|
1190
1190
|
} | undefined;
|
|
1191
1191
|
} | undefined;
|
|
1192
1192
|
docsLink?: {
|
|
1193
|
-
title?: string | undefined;
|
|
1194
1193
|
url?: string | undefined;
|
|
1194
|
+
title?: string | undefined;
|
|
1195
1195
|
} | undefined;
|
|
1196
1196
|
}[] | undefined;
|
|
1197
1197
|
style?: {
|
|
@@ -1265,8 +1265,8 @@ export declare const okrV1ProgressRecordUpdate: {
|
|
|
1265
1265
|
} | undefined;
|
|
1266
1266
|
} | undefined;
|
|
1267
1267
|
docsLink?: {
|
|
1268
|
-
title?: string | undefined;
|
|
1269
1268
|
url?: string | undefined;
|
|
1269
|
+
title?: string | undefined;
|
|
1270
1270
|
} | undefined;
|
|
1271
1271
|
}[] | undefined;
|
|
1272
1272
|
style?: {
|
|
@@ -1316,8 +1316,8 @@ export declare const okrV1ProgressRecordUpdate: {
|
|
|
1316
1316
|
} | undefined;
|
|
1317
1317
|
} | undefined;
|
|
1318
1318
|
docsLink?: {
|
|
1319
|
-
title?: string | undefined;
|
|
1320
1319
|
url?: string | undefined;
|
|
1320
|
+
title?: string | undefined;
|
|
1321
1321
|
} | undefined;
|
|
1322
1322
|
}[] | undefined;
|
|
1323
1323
|
style?: {
|
|
@@ -1369,8 +1369,8 @@ export declare const okrV1ProgressRecordUpdate: {
|
|
|
1369
1369
|
} | undefined;
|
|
1370
1370
|
} | undefined;
|
|
1371
1371
|
docsLink?: {
|
|
1372
|
-
title?: string | undefined;
|
|
1373
1372
|
url?: string | undefined;
|
|
1373
|
+
title?: string | undefined;
|
|
1374
1374
|
} | undefined;
|
|
1375
1375
|
}[] | undefined;
|
|
1376
1376
|
style?: {
|
|
@@ -1422,8 +1422,8 @@ export declare const okrV1ProgressRecordUpdate: {
|
|
|
1422
1422
|
} | undefined;
|
|
1423
1423
|
} | undefined;
|
|
1424
1424
|
docsLink?: {
|
|
1425
|
-
title?: string | undefined;
|
|
1426
1425
|
url?: string | undefined;
|
|
1426
|
+
title?: string | undefined;
|
|
1427
1427
|
} | undefined;
|
|
1428
1428
|
}[] | undefined;
|
|
1429
1429
|
style?: {
|
|
@@ -1487,8 +1487,8 @@ export declare const okrV1ProgressRecordUpdate: {
|
|
|
1487
1487
|
} | undefined;
|
|
1488
1488
|
} | undefined;
|
|
1489
1489
|
docsLink?: {
|
|
1490
|
-
title?: string | undefined;
|
|
1491
1490
|
url?: string | undefined;
|
|
1491
|
+
title?: string | undefined;
|
|
1492
1492
|
} | undefined;
|
|
1493
1493
|
}[] | undefined;
|
|
1494
1494
|
style?: {
|
|
@@ -1546,8 +1546,8 @@ export declare const okrV1ProgressRecordUpdate: {
|
|
|
1546
1546
|
} | undefined;
|
|
1547
1547
|
} | undefined;
|
|
1548
1548
|
docsLink?: {
|
|
1549
|
-
title?: string | undefined;
|
|
1550
1549
|
url?: string | undefined;
|
|
1550
|
+
title?: string | undefined;
|
|
1551
1551
|
} | undefined;
|
|
1552
1552
|
}[] | undefined;
|
|
1553
1553
|
style?: {
|
|
@@ -381,23 +381,23 @@ export declare const taskV1TaskCreate: {
|
|
|
381
381
|
url: z.ZodOptional<z.ZodString>;
|
|
382
382
|
title: z.ZodOptional<z.ZodString>;
|
|
383
383
|
}, "strip", z.ZodTypeAny, {
|
|
384
|
-
title?: string | undefined;
|
|
385
384
|
url?: string | undefined;
|
|
386
|
-
}, {
|
|
387
385
|
title?: string | undefined;
|
|
386
|
+
}, {
|
|
388
387
|
url?: string | undefined;
|
|
388
|
+
title?: string | undefined;
|
|
389
389
|
}>>;
|
|
390
390
|
}, "strip", z.ZodTypeAny, {
|
|
391
391
|
platform_i18n_name: string;
|
|
392
392
|
href?: {
|
|
393
|
-
title?: string | undefined;
|
|
394
393
|
url?: string | undefined;
|
|
394
|
+
title?: string | undefined;
|
|
395
395
|
} | undefined;
|
|
396
396
|
}, {
|
|
397
397
|
platform_i18n_name: string;
|
|
398
398
|
href?: {
|
|
399
|
-
title?: string | undefined;
|
|
400
399
|
url?: string | undefined;
|
|
400
|
+
title?: string | undefined;
|
|
401
401
|
} | undefined;
|
|
402
402
|
}>;
|
|
403
403
|
can_edit: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -411,8 +411,8 @@ export declare const taskV1TaskCreate: {
|
|
|
411
411
|
origin: {
|
|
412
412
|
platform_i18n_name: string;
|
|
413
413
|
href?: {
|
|
414
|
-
title?: string | undefined;
|
|
415
414
|
url?: string | undefined;
|
|
415
|
+
title?: string | undefined;
|
|
416
416
|
} | undefined;
|
|
417
417
|
};
|
|
418
418
|
custom?: string | undefined;
|
|
@@ -434,8 +434,8 @@ export declare const taskV1TaskCreate: {
|
|
|
434
434
|
origin: {
|
|
435
435
|
platform_i18n_name: string;
|
|
436
436
|
href?: {
|
|
437
|
-
title?: string | undefined;
|
|
438
437
|
url?: string | undefined;
|
|
438
|
+
title?: string | undefined;
|
|
439
439
|
} | undefined;
|
|
440
440
|
};
|
|
441
441
|
custom?: string | undefined;
|
|
@@ -673,23 +673,23 @@ export declare const taskV1TaskPatch: {
|
|
|
673
673
|
url: z.ZodOptional<z.ZodString>;
|
|
674
674
|
title: z.ZodOptional<z.ZodString>;
|
|
675
675
|
}, "strip", z.ZodTypeAny, {
|
|
676
|
-
title?: string | undefined;
|
|
677
676
|
url?: string | undefined;
|
|
678
|
-
}, {
|
|
679
677
|
title?: string | undefined;
|
|
678
|
+
}, {
|
|
680
679
|
url?: string | undefined;
|
|
680
|
+
title?: string | undefined;
|
|
681
681
|
}>>;
|
|
682
682
|
}, "strip", z.ZodTypeAny, {
|
|
683
683
|
platform_i18n_name: string;
|
|
684
684
|
href?: {
|
|
685
|
-
title?: string | undefined;
|
|
686
685
|
url?: string | undefined;
|
|
686
|
+
title?: string | undefined;
|
|
687
687
|
} | undefined;
|
|
688
688
|
}, {
|
|
689
689
|
platform_i18n_name: string;
|
|
690
690
|
href?: {
|
|
691
|
-
title?: string | undefined;
|
|
692
691
|
url?: string | undefined;
|
|
692
|
+
title?: string | undefined;
|
|
693
693
|
} | undefined;
|
|
694
694
|
}>>;
|
|
695
695
|
can_edit: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -732,8 +732,8 @@ export declare const taskV1TaskPatch: {
|
|
|
732
732
|
origin?: {
|
|
733
733
|
platform_i18n_name: string;
|
|
734
734
|
href?: {
|
|
735
|
-
title?: string | undefined;
|
|
736
735
|
url?: string | undefined;
|
|
736
|
+
title?: string | undefined;
|
|
737
737
|
} | undefined;
|
|
738
738
|
} | undefined;
|
|
739
739
|
can_edit?: boolean | undefined;
|
|
@@ -763,8 +763,8 @@ export declare const taskV1TaskPatch: {
|
|
|
763
763
|
origin?: {
|
|
764
764
|
platform_i18n_name: string;
|
|
765
765
|
href?: {
|
|
766
|
-
title?: string | undefined;
|
|
767
766
|
url?: string | undefined;
|
|
767
|
+
title?: string | undefined;
|
|
768
768
|
} | undefined;
|
|
769
769
|
} | undefined;
|
|
770
770
|
can_edit?: boolean | undefined;
|
|
@@ -797,8 +797,8 @@ export declare const taskV1TaskPatch: {
|
|
|
797
797
|
origin?: {
|
|
798
798
|
platform_i18n_name: string;
|
|
799
799
|
href?: {
|
|
800
|
-
title?: string | undefined;
|
|
801
800
|
url?: string | undefined;
|
|
801
|
+
title?: string | undefined;
|
|
802
802
|
} | undefined;
|
|
803
803
|
} | undefined;
|
|
804
804
|
can_edit?: boolean | undefined;
|
|
@@ -831,8 +831,8 @@ export declare const taskV1TaskPatch: {
|
|
|
831
831
|
origin?: {
|
|
832
832
|
platform_i18n_name: string;
|
|
833
833
|
href?: {
|
|
834
|
-
title?: string | undefined;
|
|
835
834
|
url?: string | undefined;
|
|
835
|
+
title?: string | undefined;
|
|
836
836
|
} | undefined;
|
|
837
837
|
} | undefined;
|
|
838
838
|
can_edit?: boolean | undefined;
|
|
@@ -1015,23 +1015,23 @@ export declare const taskV1Tools: ({
|
|
|
1015
1015
|
url: z.ZodOptional<z.ZodString>;
|
|
1016
1016
|
title: z.ZodOptional<z.ZodString>;
|
|
1017
1017
|
}, "strip", z.ZodTypeAny, {
|
|
1018
|
-
title?: string | undefined;
|
|
1019
1018
|
url?: string | undefined;
|
|
1020
|
-
}, {
|
|
1021
1019
|
title?: string | undefined;
|
|
1020
|
+
}, {
|
|
1022
1021
|
url?: string | undefined;
|
|
1022
|
+
title?: string | undefined;
|
|
1023
1023
|
}>>;
|
|
1024
1024
|
}, "strip", z.ZodTypeAny, {
|
|
1025
1025
|
platform_i18n_name: string;
|
|
1026
1026
|
href?: {
|
|
1027
|
-
title?: string | undefined;
|
|
1028
1027
|
url?: string | undefined;
|
|
1028
|
+
title?: string | undefined;
|
|
1029
1029
|
} | undefined;
|
|
1030
1030
|
}, {
|
|
1031
1031
|
platform_i18n_name: string;
|
|
1032
1032
|
href?: {
|
|
1033
|
-
title?: string | undefined;
|
|
1034
1033
|
url?: string | undefined;
|
|
1034
|
+
title?: string | undefined;
|
|
1035
1035
|
} | undefined;
|
|
1036
1036
|
}>;
|
|
1037
1037
|
can_edit: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -1045,8 +1045,8 @@ export declare const taskV1Tools: ({
|
|
|
1045
1045
|
origin: {
|
|
1046
1046
|
platform_i18n_name: string;
|
|
1047
1047
|
href?: {
|
|
1048
|
-
title?: string | undefined;
|
|
1049
1048
|
url?: string | undefined;
|
|
1049
|
+
title?: string | undefined;
|
|
1050
1050
|
} | undefined;
|
|
1051
1051
|
};
|
|
1052
1052
|
custom?: string | undefined;
|
|
@@ -1068,8 +1068,8 @@ export declare const taskV1Tools: ({
|
|
|
1068
1068
|
origin: {
|
|
1069
1069
|
platform_i18n_name: string;
|
|
1070
1070
|
href?: {
|
|
1071
|
-
title?: string | undefined;
|
|
1072
1071
|
url?: string | undefined;
|
|
1072
|
+
title?: string | undefined;
|
|
1073
1073
|
} | undefined;
|
|
1074
1074
|
};
|
|
1075
1075
|
custom?: string | undefined;
|
|
@@ -1332,11 +1332,11 @@ export declare const taskV2TaskCreate: {
|
|
|
1332
1332
|
url: z.ZodOptional<z.ZodString>;
|
|
1333
1333
|
title: z.ZodOptional<z.ZodString>;
|
|
1334
1334
|
}, "strip", z.ZodTypeAny, {
|
|
1335
|
-
title?: string | undefined;
|
|
1336
1335
|
url?: string | undefined;
|
|
1337
|
-
}, {
|
|
1338
1336
|
title?: string | undefined;
|
|
1337
|
+
}, {
|
|
1339
1338
|
url?: string | undefined;
|
|
1339
|
+
title?: string | undefined;
|
|
1340
1340
|
}>>;
|
|
1341
1341
|
}, "strip", z.ZodTypeAny, {
|
|
1342
1342
|
platform_i18n_name?: {
|
|
@@ -1354,8 +1354,8 @@ export declare const taskV2TaskCreate: {
|
|
|
1354
1354
|
ru_ru?: string | undefined;
|
|
1355
1355
|
} | undefined;
|
|
1356
1356
|
href?: {
|
|
1357
|
-
title?: string | undefined;
|
|
1358
1357
|
url?: string | undefined;
|
|
1358
|
+
title?: string | undefined;
|
|
1359
1359
|
} | undefined;
|
|
1360
1360
|
}, {
|
|
1361
1361
|
platform_i18n_name?: {
|
|
@@ -1373,8 +1373,8 @@ export declare const taskV2TaskCreate: {
|
|
|
1373
1373
|
ru_ru?: string | undefined;
|
|
1374
1374
|
} | undefined;
|
|
1375
1375
|
href?: {
|
|
1376
|
-
title?: string | undefined;
|
|
1377
1376
|
url?: string | undefined;
|
|
1377
|
+
title?: string | undefined;
|
|
1378
1378
|
} | undefined;
|
|
1379
1379
|
}>>;
|
|
1380
1380
|
extra: z.ZodOptional<z.ZodString>;
|
|
@@ -1870,8 +1870,8 @@ export declare const taskV2TaskCreate: {
|
|
|
1870
1870
|
ru_ru?: string | undefined;
|
|
1871
1871
|
} | undefined;
|
|
1872
1872
|
href?: {
|
|
1873
|
-
title?: string | undefined;
|
|
1874
1873
|
url?: string | undefined;
|
|
1874
|
+
title?: string | undefined;
|
|
1875
1875
|
} | undefined;
|
|
1876
1876
|
} | undefined;
|
|
1877
1877
|
repeat_rule?: string | undefined;
|
|
@@ -1993,8 +1993,8 @@ export declare const taskV2TaskCreate: {
|
|
|
1993
1993
|
ru_ru?: string | undefined;
|
|
1994
1994
|
} | undefined;
|
|
1995
1995
|
href?: {
|
|
1996
|
-
title?: string | undefined;
|
|
1997
1996
|
url?: string | undefined;
|
|
1997
|
+
title?: string | undefined;
|
|
1998
1998
|
} | undefined;
|
|
1999
1999
|
} | undefined;
|
|
2000
2000
|
repeat_rule?: string | undefined;
|
|
@@ -3142,11 +3142,11 @@ export declare const taskV2TaskSubtaskCreate: {
|
|
|
3142
3142
|
url: z.ZodOptional<z.ZodString>;
|
|
3143
3143
|
title: z.ZodOptional<z.ZodString>;
|
|
3144
3144
|
}, "strip", z.ZodTypeAny, {
|
|
3145
|
-
title?: string | undefined;
|
|
3146
3145
|
url?: string | undefined;
|
|
3147
|
-
}, {
|
|
3148
3146
|
title?: string | undefined;
|
|
3147
|
+
}, {
|
|
3149
3148
|
url?: string | undefined;
|
|
3149
|
+
title?: string | undefined;
|
|
3150
3150
|
}>>;
|
|
3151
3151
|
}, "strip", z.ZodTypeAny, {
|
|
3152
3152
|
platform_i18n_name?: {
|
|
@@ -3164,8 +3164,8 @@ export declare const taskV2TaskSubtaskCreate: {
|
|
|
3164
3164
|
ru_ru?: string | undefined;
|
|
3165
3165
|
} | undefined;
|
|
3166
3166
|
href?: {
|
|
3167
|
-
title?: string | undefined;
|
|
3168
3167
|
url?: string | undefined;
|
|
3168
|
+
title?: string | undefined;
|
|
3169
3169
|
} | undefined;
|
|
3170
3170
|
}, {
|
|
3171
3171
|
platform_i18n_name?: {
|
|
@@ -3183,8 +3183,8 @@ export declare const taskV2TaskSubtaskCreate: {
|
|
|
3183
3183
|
ru_ru?: string | undefined;
|
|
3184
3184
|
} | undefined;
|
|
3185
3185
|
href?: {
|
|
3186
|
-
title?: string | undefined;
|
|
3187
3186
|
url?: string | undefined;
|
|
3187
|
+
title?: string | undefined;
|
|
3188
3188
|
} | undefined;
|
|
3189
3189
|
}>>;
|
|
3190
3190
|
extra: z.ZodOptional<z.ZodString>;
|
|
@@ -3599,8 +3599,8 @@ export declare const taskV2TaskSubtaskCreate: {
|
|
|
3599
3599
|
ru_ru?: string | undefined;
|
|
3600
3600
|
} | undefined;
|
|
3601
3601
|
href?: {
|
|
3602
|
-
title?: string | undefined;
|
|
3603
3602
|
url?: string | undefined;
|
|
3603
|
+
title?: string | undefined;
|
|
3604
3604
|
} | undefined;
|
|
3605
3605
|
} | undefined;
|
|
3606
3606
|
repeat_rule?: string | undefined;
|
|
@@ -3699,8 +3699,8 @@ export declare const taskV2TaskSubtaskCreate: {
|
|
|
3699
3699
|
ru_ru?: string | undefined;
|
|
3700
3700
|
} | undefined;
|
|
3701
3701
|
href?: {
|
|
3702
|
-
title?: string | undefined;
|
|
3703
3702
|
url?: string | undefined;
|
|
3703
|
+
title?: string | undefined;
|
|
3704
3704
|
} | undefined;
|
|
3705
3705
|
} | undefined;
|
|
3706
3706
|
repeat_rule?: string | undefined;
|
|
@@ -5037,11 +5037,11 @@ export declare const taskV2Tools: ({
|
|
|
5037
5037
|
url: z.ZodOptional<z.ZodString>;
|
|
5038
5038
|
title: z.ZodOptional<z.ZodString>;
|
|
5039
5039
|
}, "strip", z.ZodTypeAny, {
|
|
5040
|
-
title?: string | undefined;
|
|
5041
5040
|
url?: string | undefined;
|
|
5042
|
-
}, {
|
|
5043
5041
|
title?: string | undefined;
|
|
5042
|
+
}, {
|
|
5044
5043
|
url?: string | undefined;
|
|
5044
|
+
title?: string | undefined;
|
|
5045
5045
|
}>>;
|
|
5046
5046
|
}, "strip", z.ZodTypeAny, {
|
|
5047
5047
|
platform_i18n_name?: {
|
|
@@ -5059,8 +5059,8 @@ export declare const taskV2Tools: ({
|
|
|
5059
5059
|
ru_ru?: string | undefined;
|
|
5060
5060
|
} | undefined;
|
|
5061
5061
|
href?: {
|
|
5062
|
-
title?: string | undefined;
|
|
5063
5062
|
url?: string | undefined;
|
|
5063
|
+
title?: string | undefined;
|
|
5064
5064
|
} | undefined;
|
|
5065
5065
|
}, {
|
|
5066
5066
|
platform_i18n_name?: {
|
|
@@ -5078,8 +5078,8 @@ export declare const taskV2Tools: ({
|
|
|
5078
5078
|
ru_ru?: string | undefined;
|
|
5079
5079
|
} | undefined;
|
|
5080
5080
|
href?: {
|
|
5081
|
-
title?: string | undefined;
|
|
5082
5081
|
url?: string | undefined;
|
|
5082
|
+
title?: string | undefined;
|
|
5083
5083
|
} | undefined;
|
|
5084
5084
|
}>>;
|
|
5085
5085
|
extra: z.ZodOptional<z.ZodString>;
|
|
@@ -5575,8 +5575,8 @@ export declare const taskV2Tools: ({
|
|
|
5575
5575
|
ru_ru?: string | undefined;
|
|
5576
5576
|
} | undefined;
|
|
5577
5577
|
href?: {
|
|
5578
|
-
title?: string | undefined;
|
|
5579
5578
|
url?: string | undefined;
|
|
5579
|
+
title?: string | undefined;
|
|
5580
5580
|
} | undefined;
|
|
5581
5581
|
} | undefined;
|
|
5582
5582
|
repeat_rule?: string | undefined;
|
|
@@ -5698,8 +5698,8 @@ export declare const taskV2Tools: ({
|
|
|
5698
5698
|
ru_ru?: string | undefined;
|
|
5699
5699
|
} | undefined;
|
|
5700
5700
|
href?: {
|
|
5701
|
-
title?: string | undefined;
|
|
5702
5701
|
url?: string | undefined;
|
|
5702
|
+
title?: string | undefined;
|
|
5703
5703
|
} | undefined;
|
|
5704
5704
|
} | undefined;
|
|
5705
5705
|
repeat_rule?: string | undefined;
|