@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
|
@@ -832,22 +832,22 @@ export declare const hireV1EcoAccountCustomFieldBatchUpdate: {
|
|
|
832
832
|
en_us?: string | undefined;
|
|
833
833
|
}>>;
|
|
834
834
|
}, "strip", z.ZodTypeAny, {
|
|
835
|
+
key: string;
|
|
835
836
|
name: {
|
|
836
837
|
zh_cn?: string | undefined;
|
|
837
838
|
en_us?: string | undefined;
|
|
838
839
|
};
|
|
839
|
-
key: string;
|
|
840
840
|
is_required: boolean;
|
|
841
841
|
description?: {
|
|
842
842
|
zh_cn?: string | undefined;
|
|
843
843
|
en_us?: string | undefined;
|
|
844
844
|
} | undefined;
|
|
845
845
|
}, {
|
|
846
|
+
key: string;
|
|
846
847
|
name: {
|
|
847
848
|
zh_cn?: string | undefined;
|
|
848
849
|
en_us?: string | undefined;
|
|
849
850
|
};
|
|
850
|
-
key: string;
|
|
851
851
|
is_required: boolean;
|
|
852
852
|
description?: {
|
|
853
853
|
zh_cn?: string | undefined;
|
|
@@ -857,11 +857,11 @@ export declare const hireV1EcoAccountCustomFieldBatchUpdate: {
|
|
|
857
857
|
}, "strip", z.ZodTypeAny, {
|
|
858
858
|
scope: number;
|
|
859
859
|
custom_field_list: {
|
|
860
|
+
key: string;
|
|
860
861
|
name: {
|
|
861
862
|
zh_cn?: string | undefined;
|
|
862
863
|
en_us?: string | undefined;
|
|
863
864
|
};
|
|
864
|
-
key: string;
|
|
865
865
|
is_required: boolean;
|
|
866
866
|
description?: {
|
|
867
867
|
zh_cn?: string | undefined;
|
|
@@ -871,11 +871,11 @@ export declare const hireV1EcoAccountCustomFieldBatchUpdate: {
|
|
|
871
871
|
}, {
|
|
872
872
|
scope: number;
|
|
873
873
|
custom_field_list: {
|
|
874
|
+
key: string;
|
|
874
875
|
name: {
|
|
875
876
|
zh_cn?: string | undefined;
|
|
876
877
|
en_us?: string | undefined;
|
|
877
878
|
};
|
|
878
|
-
key: string;
|
|
879
879
|
is_required: boolean;
|
|
880
880
|
description?: {
|
|
881
881
|
zh_cn?: string | undefined;
|
|
@@ -920,22 +920,22 @@ export declare const hireV1EcoAccountCustomFieldCreate: {
|
|
|
920
920
|
en_us?: string | undefined;
|
|
921
921
|
}>>;
|
|
922
922
|
}, "strip", z.ZodTypeAny, {
|
|
923
|
+
key: string;
|
|
923
924
|
name: {
|
|
924
925
|
zh_cn?: string | undefined;
|
|
925
926
|
en_us?: string | undefined;
|
|
926
927
|
};
|
|
927
|
-
key: string;
|
|
928
928
|
is_required: boolean;
|
|
929
929
|
description?: {
|
|
930
930
|
zh_cn?: string | undefined;
|
|
931
931
|
en_us?: string | undefined;
|
|
932
932
|
} | undefined;
|
|
933
933
|
}, {
|
|
934
|
+
key: string;
|
|
934
935
|
name: {
|
|
935
936
|
zh_cn?: string | undefined;
|
|
936
937
|
en_us?: string | undefined;
|
|
937
938
|
};
|
|
938
|
-
key: string;
|
|
939
939
|
is_required: boolean;
|
|
940
940
|
description?: {
|
|
941
941
|
zh_cn?: string | undefined;
|
|
@@ -945,11 +945,11 @@ export declare const hireV1EcoAccountCustomFieldCreate: {
|
|
|
945
945
|
}, "strip", z.ZodTypeAny, {
|
|
946
946
|
scope: number;
|
|
947
947
|
custom_field_list: {
|
|
948
|
+
key: string;
|
|
948
949
|
name: {
|
|
949
950
|
zh_cn?: string | undefined;
|
|
950
951
|
en_us?: string | undefined;
|
|
951
952
|
};
|
|
952
|
-
key: string;
|
|
953
953
|
is_required: boolean;
|
|
954
954
|
description?: {
|
|
955
955
|
zh_cn?: string | undefined;
|
|
@@ -959,11 +959,11 @@ export declare const hireV1EcoAccountCustomFieldCreate: {
|
|
|
959
959
|
}, {
|
|
960
960
|
scope: number;
|
|
961
961
|
custom_field_list: {
|
|
962
|
+
key: string;
|
|
962
963
|
name: {
|
|
963
964
|
zh_cn?: string | undefined;
|
|
964
965
|
en_us?: string | undefined;
|
|
965
966
|
};
|
|
966
|
-
key: string;
|
|
967
967
|
is_required: boolean;
|
|
968
968
|
description?: {
|
|
969
969
|
zh_cn?: string | undefined;
|
|
@@ -1039,32 +1039,32 @@ export declare const hireV1EcoBackgroundCheckCustomFieldBatchUpdate: {
|
|
|
1039
1039
|
en_us?: string | undefined;
|
|
1040
1040
|
}>;
|
|
1041
1041
|
}, "strip", z.ZodTypeAny, {
|
|
1042
|
+
key: string;
|
|
1042
1043
|
name: {
|
|
1043
1044
|
zh_cn?: string | undefined;
|
|
1044
1045
|
en_us?: string | undefined;
|
|
1045
1046
|
};
|
|
1046
|
-
key: string;
|
|
1047
1047
|
}, {
|
|
1048
|
+
key: string;
|
|
1048
1049
|
name: {
|
|
1049
1050
|
zh_cn?: string | undefined;
|
|
1050
1051
|
en_us?: string | undefined;
|
|
1051
1052
|
};
|
|
1052
|
-
key: string;
|
|
1053
1053
|
}>, "many">>;
|
|
1054
1054
|
}, "strip", z.ZodTypeAny, {
|
|
1055
1055
|
type: "number" | "boolean" | "date" | "file" | "text" | "resume" | "select" | "textarea" | "multiselect";
|
|
1056
|
+
key: string;
|
|
1056
1057
|
name: {
|
|
1057
1058
|
zh_cn?: string | undefined;
|
|
1058
1059
|
en_us?: string | undefined;
|
|
1059
1060
|
};
|
|
1060
|
-
key: string;
|
|
1061
1061
|
is_required: boolean;
|
|
1062
1062
|
options?: {
|
|
1063
|
+
key: string;
|
|
1063
1064
|
name: {
|
|
1064
1065
|
zh_cn?: string | undefined;
|
|
1065
1066
|
en_us?: string | undefined;
|
|
1066
1067
|
};
|
|
1067
|
-
key: string;
|
|
1068
1068
|
}[] | undefined;
|
|
1069
1069
|
description?: {
|
|
1070
1070
|
zh_cn?: string | undefined;
|
|
@@ -1072,18 +1072,18 @@ export declare const hireV1EcoBackgroundCheckCustomFieldBatchUpdate: {
|
|
|
1072
1072
|
} | undefined;
|
|
1073
1073
|
}, {
|
|
1074
1074
|
type: "number" | "boolean" | "date" | "file" | "text" | "resume" | "select" | "textarea" | "multiselect";
|
|
1075
|
+
key: string;
|
|
1075
1076
|
name: {
|
|
1076
1077
|
zh_cn?: string | undefined;
|
|
1077
1078
|
en_us?: string | undefined;
|
|
1078
1079
|
};
|
|
1079
|
-
key: string;
|
|
1080
1080
|
is_required: boolean;
|
|
1081
1081
|
options?: {
|
|
1082
|
+
key: string;
|
|
1082
1083
|
name: {
|
|
1083
1084
|
zh_cn?: string | undefined;
|
|
1084
1085
|
en_us?: string | undefined;
|
|
1085
1086
|
};
|
|
1086
|
-
key: string;
|
|
1087
1087
|
}[] | undefined;
|
|
1088
1088
|
description?: {
|
|
1089
1089
|
zh_cn?: string | undefined;
|
|
@@ -1093,18 +1093,18 @@ export declare const hireV1EcoBackgroundCheckCustomFieldBatchUpdate: {
|
|
|
1093
1093
|
}, "strip", z.ZodTypeAny, {
|
|
1094
1094
|
custom_field_list: {
|
|
1095
1095
|
type: "number" | "boolean" | "date" | "file" | "text" | "resume" | "select" | "textarea" | "multiselect";
|
|
1096
|
+
key: string;
|
|
1096
1097
|
name: {
|
|
1097
1098
|
zh_cn?: string | undefined;
|
|
1098
1099
|
en_us?: string | undefined;
|
|
1099
1100
|
};
|
|
1100
|
-
key: string;
|
|
1101
1101
|
is_required: boolean;
|
|
1102
1102
|
options?: {
|
|
1103
|
+
key: string;
|
|
1103
1104
|
name: {
|
|
1104
1105
|
zh_cn?: string | undefined;
|
|
1105
1106
|
en_us?: string | undefined;
|
|
1106
1107
|
};
|
|
1107
|
-
key: string;
|
|
1108
1108
|
}[] | undefined;
|
|
1109
1109
|
description?: {
|
|
1110
1110
|
zh_cn?: string | undefined;
|
|
@@ -1115,18 +1115,18 @@ export declare const hireV1EcoBackgroundCheckCustomFieldBatchUpdate: {
|
|
|
1115
1115
|
}, {
|
|
1116
1116
|
custom_field_list: {
|
|
1117
1117
|
type: "number" | "boolean" | "date" | "file" | "text" | "resume" | "select" | "textarea" | "multiselect";
|
|
1118
|
+
key: string;
|
|
1118
1119
|
name: {
|
|
1119
1120
|
zh_cn?: string | undefined;
|
|
1120
1121
|
en_us?: string | undefined;
|
|
1121
1122
|
};
|
|
1122
|
-
key: string;
|
|
1123
1123
|
is_required: boolean;
|
|
1124
1124
|
options?: {
|
|
1125
|
+
key: string;
|
|
1125
1126
|
name: {
|
|
1126
1127
|
zh_cn?: string | undefined;
|
|
1127
1128
|
en_us?: string | undefined;
|
|
1128
1129
|
};
|
|
1129
|
-
key: string;
|
|
1130
1130
|
}[] | undefined;
|
|
1131
1131
|
description?: {
|
|
1132
1132
|
zh_cn?: string | undefined;
|
|
@@ -1185,32 +1185,32 @@ export declare const hireV1EcoBackgroundCheckCustomFieldCreate: {
|
|
|
1185
1185
|
en_us?: string | undefined;
|
|
1186
1186
|
}>;
|
|
1187
1187
|
}, "strip", z.ZodTypeAny, {
|
|
1188
|
+
key: string;
|
|
1188
1189
|
name: {
|
|
1189
1190
|
zh_cn?: string | undefined;
|
|
1190
1191
|
en_us?: string | undefined;
|
|
1191
1192
|
};
|
|
1192
|
-
key: string;
|
|
1193
1193
|
}, {
|
|
1194
|
+
key: string;
|
|
1194
1195
|
name: {
|
|
1195
1196
|
zh_cn?: string | undefined;
|
|
1196
1197
|
en_us?: string | undefined;
|
|
1197
1198
|
};
|
|
1198
|
-
key: string;
|
|
1199
1199
|
}>, "many">>;
|
|
1200
1200
|
}, "strip", z.ZodTypeAny, {
|
|
1201
1201
|
type: "number" | "boolean" | "date" | "file" | "text" | "resume" | "select" | "textarea" | "multiselect";
|
|
1202
|
+
key: string;
|
|
1202
1203
|
name: {
|
|
1203
1204
|
zh_cn?: string | undefined;
|
|
1204
1205
|
en_us?: string | undefined;
|
|
1205
1206
|
};
|
|
1206
|
-
key: string;
|
|
1207
1207
|
is_required: boolean;
|
|
1208
1208
|
options?: {
|
|
1209
|
+
key: string;
|
|
1209
1210
|
name: {
|
|
1210
1211
|
zh_cn?: string | undefined;
|
|
1211
1212
|
en_us?: string | undefined;
|
|
1212
1213
|
};
|
|
1213
|
-
key: string;
|
|
1214
1214
|
}[] | undefined;
|
|
1215
1215
|
description?: {
|
|
1216
1216
|
zh_cn?: string | undefined;
|
|
@@ -1218,18 +1218,18 @@ export declare const hireV1EcoBackgroundCheckCustomFieldCreate: {
|
|
|
1218
1218
|
} | undefined;
|
|
1219
1219
|
}, {
|
|
1220
1220
|
type: "number" | "boolean" | "date" | "file" | "text" | "resume" | "select" | "textarea" | "multiselect";
|
|
1221
|
+
key: string;
|
|
1221
1222
|
name: {
|
|
1222
1223
|
zh_cn?: string | undefined;
|
|
1223
1224
|
en_us?: string | undefined;
|
|
1224
1225
|
};
|
|
1225
|
-
key: string;
|
|
1226
1226
|
is_required: boolean;
|
|
1227
1227
|
options?: {
|
|
1228
|
+
key: string;
|
|
1228
1229
|
name: {
|
|
1229
1230
|
zh_cn?: string | undefined;
|
|
1230
1231
|
en_us?: string | undefined;
|
|
1231
1232
|
};
|
|
1232
|
-
key: string;
|
|
1233
1233
|
}[] | undefined;
|
|
1234
1234
|
description?: {
|
|
1235
1235
|
zh_cn?: string | undefined;
|
|
@@ -1239,18 +1239,18 @@ export declare const hireV1EcoBackgroundCheckCustomFieldCreate: {
|
|
|
1239
1239
|
}, "strip", z.ZodTypeAny, {
|
|
1240
1240
|
custom_field_list: {
|
|
1241
1241
|
type: "number" | "boolean" | "date" | "file" | "text" | "resume" | "select" | "textarea" | "multiselect";
|
|
1242
|
+
key: string;
|
|
1242
1243
|
name: {
|
|
1243
1244
|
zh_cn?: string | undefined;
|
|
1244
1245
|
en_us?: string | undefined;
|
|
1245
1246
|
};
|
|
1246
|
-
key: string;
|
|
1247
1247
|
is_required: boolean;
|
|
1248
1248
|
options?: {
|
|
1249
|
+
key: string;
|
|
1249
1250
|
name: {
|
|
1250
1251
|
zh_cn?: string | undefined;
|
|
1251
1252
|
en_us?: string | undefined;
|
|
1252
1253
|
};
|
|
1253
|
-
key: string;
|
|
1254
1254
|
}[] | undefined;
|
|
1255
1255
|
description?: {
|
|
1256
1256
|
zh_cn?: string | undefined;
|
|
@@ -1261,18 +1261,18 @@ export declare const hireV1EcoBackgroundCheckCustomFieldCreate: {
|
|
|
1261
1261
|
}, {
|
|
1262
1262
|
custom_field_list: {
|
|
1263
1263
|
type: "number" | "boolean" | "date" | "file" | "text" | "resume" | "select" | "textarea" | "multiselect";
|
|
1264
|
+
key: string;
|
|
1264
1265
|
name: {
|
|
1265
1266
|
zh_cn?: string | undefined;
|
|
1266
1267
|
en_us?: string | undefined;
|
|
1267
1268
|
};
|
|
1268
|
-
key: string;
|
|
1269
1269
|
is_required: boolean;
|
|
1270
1270
|
options?: {
|
|
1271
|
+
key: string;
|
|
1271
1272
|
name: {
|
|
1272
1273
|
zh_cn?: string | undefined;
|
|
1273
1274
|
en_us?: string | undefined;
|
|
1274
1275
|
};
|
|
1275
|
-
key: string;
|
|
1276
1276
|
}[] | undefined;
|
|
1277
1277
|
description?: {
|
|
1278
1278
|
zh_cn?: string | undefined;
|
|
@@ -1757,12 +1757,12 @@ export declare const hireV1EcoExamUpdateResult: {
|
|
|
1757
1757
|
url: z.ZodString;
|
|
1758
1758
|
answer_time: z.ZodOptional<z.ZodString>;
|
|
1759
1759
|
}, "strip", z.ZodTypeAny, {
|
|
1760
|
-
name: string;
|
|
1761
1760
|
url: string;
|
|
1761
|
+
name: string;
|
|
1762
1762
|
answer_time?: string | undefined;
|
|
1763
1763
|
}, {
|
|
1764
|
-
name: string;
|
|
1765
1764
|
url: string;
|
|
1765
|
+
name: string;
|
|
1766
1766
|
answer_time?: string | undefined;
|
|
1767
1767
|
}>, "many">>;
|
|
1768
1768
|
detail_list: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -1782,8 +1782,8 @@ export declare const hireV1EcoExamUpdateResult: {
|
|
|
1782
1782
|
result: string;
|
|
1783
1783
|
result_time?: string | undefined;
|
|
1784
1784
|
report_list?: {
|
|
1785
|
-
name: string;
|
|
1786
1785
|
url: string;
|
|
1786
|
+
name: string;
|
|
1787
1787
|
answer_time?: string | undefined;
|
|
1788
1788
|
}[] | undefined;
|
|
1789
1789
|
detail_list?: {
|
|
@@ -1795,8 +1795,8 @@ export declare const hireV1EcoExamUpdateResult: {
|
|
|
1795
1795
|
result: string;
|
|
1796
1796
|
result_time?: string | undefined;
|
|
1797
1797
|
report_list?: {
|
|
1798
|
-
name: string;
|
|
1799
1798
|
url: string;
|
|
1799
|
+
name: string;
|
|
1800
1800
|
answer_time?: string | undefined;
|
|
1801
1801
|
}[] | undefined;
|
|
1802
1802
|
detail_list?: {
|