@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?: {
|
|
@@ -711,8 +711,8 @@ export declare const okrV1ProgressRecordCreate: {
|
|
|
711
711
|
} | undefined;
|
|
712
712
|
} | undefined;
|
|
713
713
|
docsLink?: {
|
|
714
|
-
title?: string | undefined;
|
|
715
714
|
url?: string | undefined;
|
|
715
|
+
title?: string | undefined;
|
|
716
716
|
} | undefined;
|
|
717
717
|
}[] | undefined;
|
|
718
718
|
style?: {
|
|
@@ -772,8 +772,8 @@ export declare const okrV1ProgressRecordCreate: {
|
|
|
772
772
|
} | undefined;
|
|
773
773
|
} | undefined;
|
|
774
774
|
docsLink?: {
|
|
775
|
-
title?: string | undefined;
|
|
776
775
|
url?: string | undefined;
|
|
776
|
+
title?: string | undefined;
|
|
777
777
|
} | undefined;
|
|
778
778
|
}[] | undefined;
|
|
779
779
|
style?: {
|
|
@@ -1027,11 +1027,11 @@ export declare const okrV1ProgressRecordUpdate: {
|
|
|
1027
1027
|
url: z.ZodOptional<z.ZodString>;
|
|
1028
1028
|
title: z.ZodOptional<z.ZodString>;
|
|
1029
1029
|
}, "strip", z.ZodTypeAny, {
|
|
1030
|
-
title?: string | undefined;
|
|
1031
1030
|
url?: string | undefined;
|
|
1032
|
-
}, {
|
|
1033
1031
|
title?: string | undefined;
|
|
1032
|
+
}, {
|
|
1034
1033
|
url?: string | undefined;
|
|
1034
|
+
title?: string | undefined;
|
|
1035
1035
|
}>>;
|
|
1036
1036
|
person: z.ZodOptional<z.ZodObject<{
|
|
1037
1037
|
openId: z.ZodOptional<z.ZodString>;
|
|
@@ -1068,8 +1068,8 @@ export declare const okrV1ProgressRecordUpdate: {
|
|
|
1068
1068
|
} | undefined;
|
|
1069
1069
|
} | undefined;
|
|
1070
1070
|
docsLink?: {
|
|
1071
|
-
title?: string | undefined;
|
|
1072
1071
|
url?: string | undefined;
|
|
1072
|
+
title?: string | undefined;
|
|
1073
1073
|
} | undefined;
|
|
1074
1074
|
}, {
|
|
1075
1075
|
type?: "person" | "textRun" | "docsLink" | undefined;
|
|
@@ -1099,8 +1099,8 @@ export declare const okrV1ProgressRecordUpdate: {
|
|
|
1099
1099
|
} | undefined;
|
|
1100
1100
|
} | undefined;
|
|
1101
1101
|
docsLink?: {
|
|
1102
|
-
title?: string | undefined;
|
|
1103
1102
|
url?: string | undefined;
|
|
1103
|
+
title?: string | undefined;
|
|
1104
1104
|
} | undefined;
|
|
1105
1105
|
}>, "many">>;
|
|
1106
1106
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1132,8 +1132,8 @@ export declare const okrV1ProgressRecordUpdate: {
|
|
|
1132
1132
|
} | undefined;
|
|
1133
1133
|
} | undefined;
|
|
1134
1134
|
docsLink?: {
|
|
1135
|
-
title?: string | undefined;
|
|
1136
1135
|
url?: string | undefined;
|
|
1136
|
+
title?: string | undefined;
|
|
1137
1137
|
} | undefined;
|
|
1138
1138
|
}[] | undefined;
|
|
1139
1139
|
style?: {
|
|
@@ -1172,8 +1172,8 @@ export declare const okrV1ProgressRecordUpdate: {
|
|
|
1172
1172
|
} | undefined;
|
|
1173
1173
|
} | undefined;
|
|
1174
1174
|
docsLink?: {
|
|
1175
|
-
title?: string | undefined;
|
|
1176
1175
|
url?: string | undefined;
|
|
1176
|
+
title?: string | undefined;
|
|
1177
1177
|
} | undefined;
|
|
1178
1178
|
}[] | undefined;
|
|
1179
1179
|
style?: {
|
|
@@ -1247,8 +1247,8 @@ export declare const okrV1ProgressRecordUpdate: {
|
|
|
1247
1247
|
} | undefined;
|
|
1248
1248
|
} | undefined;
|
|
1249
1249
|
docsLink?: {
|
|
1250
|
-
title?: string | undefined;
|
|
1251
1250
|
url?: string | undefined;
|
|
1251
|
+
title?: string | undefined;
|
|
1252
1252
|
} | undefined;
|
|
1253
1253
|
}[] | undefined;
|
|
1254
1254
|
style?: {
|
|
@@ -1298,8 +1298,8 @@ export declare const okrV1ProgressRecordUpdate: {
|
|
|
1298
1298
|
} | undefined;
|
|
1299
1299
|
} | undefined;
|
|
1300
1300
|
docsLink?: {
|
|
1301
|
-
title?: string | undefined;
|
|
1302
1301
|
url?: string | undefined;
|
|
1302
|
+
title?: string | undefined;
|
|
1303
1303
|
} | undefined;
|
|
1304
1304
|
}[] | undefined;
|
|
1305
1305
|
style?: {
|
|
@@ -1351,8 +1351,8 @@ export declare const okrV1ProgressRecordUpdate: {
|
|
|
1351
1351
|
} | undefined;
|
|
1352
1352
|
} | undefined;
|
|
1353
1353
|
docsLink?: {
|
|
1354
|
-
title?: string | undefined;
|
|
1355
1354
|
url?: string | undefined;
|
|
1355
|
+
title?: string | undefined;
|
|
1356
1356
|
} | undefined;
|
|
1357
1357
|
}[] | undefined;
|
|
1358
1358
|
style?: {
|
|
@@ -1404,8 +1404,8 @@ export declare const okrV1ProgressRecordUpdate: {
|
|
|
1404
1404
|
} | undefined;
|
|
1405
1405
|
} | undefined;
|
|
1406
1406
|
docsLink?: {
|
|
1407
|
-
title?: string | undefined;
|
|
1408
1407
|
url?: string | undefined;
|
|
1408
|
+
title?: string | undefined;
|
|
1409
1409
|
} | undefined;
|
|
1410
1410
|
}[] | undefined;
|
|
1411
1411
|
style?: {
|
|
@@ -1459,8 +1459,8 @@ export declare const okrV1ProgressRecordUpdate: {
|
|
|
1459
1459
|
} | undefined;
|
|
1460
1460
|
} | undefined;
|
|
1461
1461
|
docsLink?: {
|
|
1462
|
-
title?: string | undefined;
|
|
1463
1462
|
url?: string | undefined;
|
|
1463
|
+
title?: string | undefined;
|
|
1464
1464
|
} | undefined;
|
|
1465
1465
|
}[] | undefined;
|
|
1466
1466
|
style?: {
|
|
@@ -1514,8 +1514,8 @@ export declare const okrV1ProgressRecordUpdate: {
|
|
|
1514
1514
|
} | undefined;
|
|
1515
1515
|
} | undefined;
|
|
1516
1516
|
docsLink?: {
|
|
1517
|
-
title?: string | undefined;
|
|
1518
1517
|
url?: string | undefined;
|
|
1518
|
+
title?: string | undefined;
|
|
1519
1519
|
} | undefined;
|
|
1520
1520
|
}[] | undefined;
|
|
1521
1521
|
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>;
|
|
@@ -1863,8 +1863,8 @@ export declare const taskV2TaskCreate: {
|
|
|
1863
1863
|
ru_ru?: string | undefined;
|
|
1864
1864
|
} | undefined;
|
|
1865
1865
|
href?: {
|
|
1866
|
-
title?: string | undefined;
|
|
1867
1866
|
url?: string | undefined;
|
|
1867
|
+
title?: string | undefined;
|
|
1868
1868
|
} | undefined;
|
|
1869
1869
|
} | undefined;
|
|
1870
1870
|
repeat_rule?: string | undefined;
|
|
@@ -1983,8 +1983,8 @@ export declare const taskV2TaskCreate: {
|
|
|
1983
1983
|
ru_ru?: string | undefined;
|
|
1984
1984
|
} | undefined;
|
|
1985
1985
|
href?: {
|
|
1986
|
-
title?: string | undefined;
|
|
1987
1986
|
url?: string | undefined;
|
|
1987
|
+
title?: string | undefined;
|
|
1988
1988
|
} | undefined;
|
|
1989
1989
|
} | undefined;
|
|
1990
1990
|
repeat_rule?: string | undefined;
|
|
@@ -3129,11 +3129,11 @@ export declare const taskV2TaskSubtaskCreate: {
|
|
|
3129
3129
|
url: z.ZodOptional<z.ZodString>;
|
|
3130
3130
|
title: z.ZodOptional<z.ZodString>;
|
|
3131
3131
|
}, "strip", z.ZodTypeAny, {
|
|
3132
|
-
title?: string | undefined;
|
|
3133
3132
|
url?: string | undefined;
|
|
3134
|
-
}, {
|
|
3135
3133
|
title?: string | undefined;
|
|
3134
|
+
}, {
|
|
3136
3135
|
url?: string | undefined;
|
|
3136
|
+
title?: string | undefined;
|
|
3137
3137
|
}>>;
|
|
3138
3138
|
}, "strip", z.ZodTypeAny, {
|
|
3139
3139
|
platform_i18n_name?: {
|
|
@@ -3151,8 +3151,8 @@ export declare const taskV2TaskSubtaskCreate: {
|
|
|
3151
3151
|
ru_ru?: string | undefined;
|
|
3152
3152
|
} | undefined;
|
|
3153
3153
|
href?: {
|
|
3154
|
-
title?: string | undefined;
|
|
3155
3154
|
url?: string | undefined;
|
|
3155
|
+
title?: string | undefined;
|
|
3156
3156
|
} | undefined;
|
|
3157
3157
|
}, {
|
|
3158
3158
|
platform_i18n_name?: {
|
|
@@ -3170,8 +3170,8 @@ export declare const taskV2TaskSubtaskCreate: {
|
|
|
3170
3170
|
ru_ru?: string | undefined;
|
|
3171
3171
|
} | undefined;
|
|
3172
3172
|
href?: {
|
|
3173
|
-
title?: string | undefined;
|
|
3174
3173
|
url?: string | undefined;
|
|
3174
|
+
title?: string | undefined;
|
|
3175
3175
|
} | undefined;
|
|
3176
3176
|
}>>;
|
|
3177
3177
|
extra: z.ZodOptional<z.ZodString>;
|
|
@@ -3586,8 +3586,8 @@ export declare const taskV2TaskSubtaskCreate: {
|
|
|
3586
3586
|
ru_ru?: string | undefined;
|
|
3587
3587
|
} | undefined;
|
|
3588
3588
|
href?: {
|
|
3589
|
-
title?: string | undefined;
|
|
3590
3589
|
url?: string | undefined;
|
|
3590
|
+
title?: string | undefined;
|
|
3591
3591
|
} | undefined;
|
|
3592
3592
|
} | undefined;
|
|
3593
3593
|
repeat_rule?: string | undefined;
|
|
@@ -3686,8 +3686,8 @@ export declare const taskV2TaskSubtaskCreate: {
|
|
|
3686
3686
|
ru_ru?: string | undefined;
|
|
3687
3687
|
} | undefined;
|
|
3688
3688
|
href?: {
|
|
3689
|
-
title?: string | undefined;
|
|
3690
3689
|
url?: string | undefined;
|
|
3690
|
+
title?: string | undefined;
|
|
3691
3691
|
} | undefined;
|
|
3692
3692
|
} | undefined;
|
|
3693
3693
|
repeat_rule?: string | undefined;
|
|
@@ -5024,11 +5024,11 @@ export declare const taskV2Tools: ({
|
|
|
5024
5024
|
url: z.ZodOptional<z.ZodString>;
|
|
5025
5025
|
title: z.ZodOptional<z.ZodString>;
|
|
5026
5026
|
}, "strip", z.ZodTypeAny, {
|
|
5027
|
-
title?: string | undefined;
|
|
5028
5027
|
url?: string | undefined;
|
|
5029
|
-
}, {
|
|
5030
5028
|
title?: string | undefined;
|
|
5029
|
+
}, {
|
|
5031
5030
|
url?: string | undefined;
|
|
5031
|
+
title?: string | undefined;
|
|
5032
5032
|
}>>;
|
|
5033
5033
|
}, "strip", z.ZodTypeAny, {
|
|
5034
5034
|
platform_i18n_name?: {
|
|
@@ -5046,8 +5046,8 @@ export declare const taskV2Tools: ({
|
|
|
5046
5046
|
ru_ru?: string | undefined;
|
|
5047
5047
|
} | undefined;
|
|
5048
5048
|
href?: {
|
|
5049
|
-
title?: string | undefined;
|
|
5050
5049
|
url?: string | undefined;
|
|
5050
|
+
title?: string | undefined;
|
|
5051
5051
|
} | undefined;
|
|
5052
5052
|
}, {
|
|
5053
5053
|
platform_i18n_name?: {
|
|
@@ -5065,8 +5065,8 @@ export declare const taskV2Tools: ({
|
|
|
5065
5065
|
ru_ru?: string | undefined;
|
|
5066
5066
|
} | undefined;
|
|
5067
5067
|
href?: {
|
|
5068
|
-
title?: string | undefined;
|
|
5069
5068
|
url?: string | undefined;
|
|
5069
|
+
title?: string | undefined;
|
|
5070
5070
|
} | undefined;
|
|
5071
5071
|
}>>;
|
|
5072
5072
|
extra: z.ZodOptional<z.ZodString>;
|
|
@@ -5555,8 +5555,8 @@ export declare const taskV2Tools: ({
|
|
|
5555
5555
|
ru_ru?: string | undefined;
|
|
5556
5556
|
} | undefined;
|
|
5557
5557
|
href?: {
|
|
5558
|
-
title?: string | undefined;
|
|
5559
5558
|
url?: string | undefined;
|
|
5559
|
+
title?: string | undefined;
|
|
5560
5560
|
} | undefined;
|
|
5561
5561
|
} | undefined;
|
|
5562
5562
|
repeat_rule?: string | undefined;
|
|
@@ -5675,8 +5675,8 @@ export declare const taskV2Tools: ({
|
|
|
5675
5675
|
ru_ru?: string | undefined;
|
|
5676
5676
|
} | undefined;
|
|
5677
5677
|
href?: {
|
|
5678
|
-
title?: string | undefined;
|
|
5679
5678
|
url?: string | undefined;
|
|
5679
|
+
title?: string | undefined;
|
|
5680
5680
|
} | undefined;
|
|
5681
5681
|
} | undefined;
|
|
5682
5682
|
repeat_rule?: string | undefined;
|