@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
|
@@ -454,19 +454,19 @@ export declare const attendanceV1GroupCreate: {
|
|
|
454
454
|
key: z.ZodOptional<z.ZodString>;
|
|
455
455
|
name: z.ZodOptional<z.ZodString>;
|
|
456
456
|
}, "strip", z.ZodTypeAny, {
|
|
457
|
-
name?: string | undefined;
|
|
458
457
|
key?: string | undefined;
|
|
459
|
-
}, {
|
|
460
458
|
name?: string | undefined;
|
|
459
|
+
}, {
|
|
461
460
|
key?: string | undefined;
|
|
461
|
+
name?: string | undefined;
|
|
462
462
|
}>, "many">>;
|
|
463
463
|
member_ids: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
464
464
|
custom_field_ID: z.ZodOptional<z.ZodString>;
|
|
465
465
|
custom_field_obj_type: z.ZodOptional<z.ZodString>;
|
|
466
466
|
}, "strip", z.ZodTypeAny, {
|
|
467
467
|
right?: {
|
|
468
|
-
name?: string | undefined;
|
|
469
468
|
key?: string | undefined;
|
|
469
|
+
name?: string | undefined;
|
|
470
470
|
}[] | undefined;
|
|
471
471
|
scope_value_type?: number | undefined;
|
|
472
472
|
operation_type?: number | undefined;
|
|
@@ -475,8 +475,8 @@ export declare const attendanceV1GroupCreate: {
|
|
|
475
475
|
custom_field_obj_type?: string | undefined;
|
|
476
476
|
}, {
|
|
477
477
|
right?: {
|
|
478
|
-
name?: string | undefined;
|
|
479
478
|
key?: string | undefined;
|
|
479
|
+
name?: string | undefined;
|
|
480
480
|
}[] | undefined;
|
|
481
481
|
scope_value_type?: number | undefined;
|
|
482
482
|
operation_type?: number | undefined;
|
|
@@ -488,8 +488,8 @@ export declare const attendanceV1GroupCreate: {
|
|
|
488
488
|
rule_scope_type?: number | undefined;
|
|
489
489
|
scope_group_list?: {
|
|
490
490
|
right?: {
|
|
491
|
-
name?: string | undefined;
|
|
492
491
|
key?: string | undefined;
|
|
492
|
+
name?: string | undefined;
|
|
493
493
|
}[] | undefined;
|
|
494
494
|
scope_value_type?: number | undefined;
|
|
495
495
|
operation_type?: number | undefined;
|
|
@@ -501,8 +501,8 @@ export declare const attendanceV1GroupCreate: {
|
|
|
501
501
|
rule_scope_type?: number | undefined;
|
|
502
502
|
scope_group_list?: {
|
|
503
503
|
right?: {
|
|
504
|
-
name?: string | undefined;
|
|
505
504
|
key?: string | undefined;
|
|
505
|
+
name?: string | undefined;
|
|
506
506
|
}[] | undefined;
|
|
507
507
|
scope_value_type?: number | undefined;
|
|
508
508
|
operation_type?: number | undefined;
|
|
@@ -520,19 +520,19 @@ export declare const attendanceV1GroupCreate: {
|
|
|
520
520
|
key: z.ZodOptional<z.ZodString>;
|
|
521
521
|
name: z.ZodOptional<z.ZodString>;
|
|
522
522
|
}, "strip", z.ZodTypeAny, {
|
|
523
|
-
name?: string | undefined;
|
|
524
523
|
key?: string | undefined;
|
|
525
|
-
}, {
|
|
526
524
|
name?: string | undefined;
|
|
525
|
+
}, {
|
|
527
526
|
key?: string | undefined;
|
|
527
|
+
name?: string | undefined;
|
|
528
528
|
}>, "many">>;
|
|
529
529
|
member_ids: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
530
530
|
custom_field_ID: z.ZodOptional<z.ZodString>;
|
|
531
531
|
custom_field_obj_type: z.ZodOptional<z.ZodString>;
|
|
532
532
|
}, "strip", z.ZodTypeAny, {
|
|
533
533
|
right?: {
|
|
534
|
-
name?: string | undefined;
|
|
535
534
|
key?: string | undefined;
|
|
535
|
+
name?: string | undefined;
|
|
536
536
|
}[] | undefined;
|
|
537
537
|
scope_value_type?: number | undefined;
|
|
538
538
|
operation_type?: number | undefined;
|
|
@@ -541,8 +541,8 @@ export declare const attendanceV1GroupCreate: {
|
|
|
541
541
|
custom_field_obj_type?: string | undefined;
|
|
542
542
|
}, {
|
|
543
543
|
right?: {
|
|
544
|
-
name?: string | undefined;
|
|
545
544
|
key?: string | undefined;
|
|
545
|
+
name?: string | undefined;
|
|
546
546
|
}[] | undefined;
|
|
547
547
|
scope_value_type?: number | undefined;
|
|
548
548
|
operation_type?: number | undefined;
|
|
@@ -554,8 +554,8 @@ export declare const attendanceV1GroupCreate: {
|
|
|
554
554
|
rule_scope_type?: number | undefined;
|
|
555
555
|
scope_group_list?: {
|
|
556
556
|
right?: {
|
|
557
|
-
name?: string | undefined;
|
|
558
557
|
key?: string | undefined;
|
|
558
|
+
name?: string | undefined;
|
|
559
559
|
}[] | undefined;
|
|
560
560
|
scope_value_type?: number | undefined;
|
|
561
561
|
operation_type?: number | undefined;
|
|
@@ -567,8 +567,8 @@ export declare const attendanceV1GroupCreate: {
|
|
|
567
567
|
rule_scope_type?: number | undefined;
|
|
568
568
|
scope_group_list?: {
|
|
569
569
|
right?: {
|
|
570
|
-
name?: string | undefined;
|
|
571
570
|
key?: string | undefined;
|
|
571
|
+
name?: string | undefined;
|
|
572
572
|
}[] | undefined;
|
|
573
573
|
scope_value_type?: number | undefined;
|
|
574
574
|
operation_type?: number | undefined;
|
|
@@ -724,8 +724,8 @@ export declare const attendanceV1GroupCreate: {
|
|
|
724
724
|
rule_scope_type?: number | undefined;
|
|
725
725
|
scope_group_list?: {
|
|
726
726
|
right?: {
|
|
727
|
-
name?: string | undefined;
|
|
728
727
|
key?: string | undefined;
|
|
728
|
+
name?: string | undefined;
|
|
729
729
|
}[] | undefined;
|
|
730
730
|
scope_value_type?: number | undefined;
|
|
731
731
|
operation_type?: number | undefined;
|
|
@@ -738,8 +738,8 @@ export declare const attendanceV1GroupCreate: {
|
|
|
738
738
|
rule_scope_type?: number | undefined;
|
|
739
739
|
scope_group_list?: {
|
|
740
740
|
right?: {
|
|
741
|
-
name?: string | undefined;
|
|
742
741
|
key?: string | undefined;
|
|
742
|
+
name?: string | undefined;
|
|
743
743
|
}[] | undefined;
|
|
744
744
|
scope_value_type?: number | undefined;
|
|
745
745
|
operation_type?: number | undefined;
|
|
@@ -885,8 +885,8 @@ export declare const attendanceV1GroupCreate: {
|
|
|
885
885
|
rule_scope_type?: number | undefined;
|
|
886
886
|
scope_group_list?: {
|
|
887
887
|
right?: {
|
|
888
|
-
name?: string | undefined;
|
|
889
888
|
key?: string | undefined;
|
|
889
|
+
name?: string | undefined;
|
|
890
890
|
}[] | undefined;
|
|
891
891
|
scope_value_type?: number | undefined;
|
|
892
892
|
operation_type?: number | undefined;
|
|
@@ -899,8 +899,8 @@ export declare const attendanceV1GroupCreate: {
|
|
|
899
899
|
rule_scope_type?: number | undefined;
|
|
900
900
|
scope_group_list?: {
|
|
901
901
|
right?: {
|
|
902
|
-
name?: string | undefined;
|
|
903
902
|
key?: string | undefined;
|
|
903
|
+
name?: string | undefined;
|
|
904
904
|
}[] | undefined;
|
|
905
905
|
scope_value_type?: number | undefined;
|
|
906
906
|
operation_type?: number | undefined;
|
|
@@ -1049,8 +1049,8 @@ export declare const attendanceV1GroupCreate: {
|
|
|
1049
1049
|
rule_scope_type?: number | undefined;
|
|
1050
1050
|
scope_group_list?: {
|
|
1051
1051
|
right?: {
|
|
1052
|
-
name?: string | undefined;
|
|
1053
1052
|
key?: string | undefined;
|
|
1053
|
+
name?: string | undefined;
|
|
1054
1054
|
}[] | undefined;
|
|
1055
1055
|
scope_value_type?: number | undefined;
|
|
1056
1056
|
operation_type?: number | undefined;
|
|
@@ -1063,8 +1063,8 @@ export declare const attendanceV1GroupCreate: {
|
|
|
1063
1063
|
rule_scope_type?: number | undefined;
|
|
1064
1064
|
scope_group_list?: {
|
|
1065
1065
|
right?: {
|
|
1066
|
-
name?: string | undefined;
|
|
1067
1066
|
key?: string | undefined;
|
|
1067
|
+
name?: string | undefined;
|
|
1068
1068
|
}[] | undefined;
|
|
1069
1069
|
scope_value_type?: number | undefined;
|
|
1070
1070
|
operation_type?: number | undefined;
|
|
@@ -1213,8 +1213,8 @@ export declare const attendanceV1GroupCreate: {
|
|
|
1213
1213
|
rule_scope_type?: number | undefined;
|
|
1214
1214
|
scope_group_list?: {
|
|
1215
1215
|
right?: {
|
|
1216
|
-
name?: string | undefined;
|
|
1217
1216
|
key?: string | undefined;
|
|
1217
|
+
name?: string | undefined;
|
|
1218
1218
|
}[] | undefined;
|
|
1219
1219
|
scope_value_type?: number | undefined;
|
|
1220
1220
|
operation_type?: number | undefined;
|
|
@@ -1227,8 +1227,8 @@ export declare const attendanceV1GroupCreate: {
|
|
|
1227
1227
|
rule_scope_type?: number | undefined;
|
|
1228
1228
|
scope_group_list?: {
|
|
1229
1229
|
right?: {
|
|
1230
|
-
name?: string | undefined;
|
|
1231
1230
|
key?: string | undefined;
|
|
1231
|
+
name?: string | undefined;
|
|
1232
1232
|
}[] | undefined;
|
|
1233
1233
|
scope_value_type?: number | undefined;
|
|
1234
1234
|
operation_type?: number | undefined;
|
|
@@ -1857,12 +1857,12 @@ export declare const attendanceV1UserApprovalCreate: {
|
|
|
1857
1857
|
en: z.ZodOptional<z.ZodString>;
|
|
1858
1858
|
ja: z.ZodOptional<z.ZodString>;
|
|
1859
1859
|
}, "strip", z.ZodTypeAny, {
|
|
1860
|
-
ch?: string | undefined;
|
|
1861
1860
|
en?: string | undefined;
|
|
1861
|
+
ch?: string | undefined;
|
|
1862
1862
|
ja?: string | undefined;
|
|
1863
1863
|
}, {
|
|
1864
|
-
ch?: string | undefined;
|
|
1865
1864
|
en?: string | undefined;
|
|
1865
|
+
ch?: string | undefined;
|
|
1866
1866
|
ja?: string | undefined;
|
|
1867
1867
|
}>;
|
|
1868
1868
|
default_locale: z.ZodString;
|
|
@@ -1879,8 +1879,8 @@ export declare const attendanceV1UserApprovalCreate: {
|
|
|
1879
1879
|
unit: number;
|
|
1880
1880
|
interval: number;
|
|
1881
1881
|
i18n_names: {
|
|
1882
|
-
ch?: string | undefined;
|
|
1883
1882
|
en?: string | undefined;
|
|
1883
|
+
ch?: string | undefined;
|
|
1884
1884
|
ja?: string | undefined;
|
|
1885
1885
|
};
|
|
1886
1886
|
default_locale: string;
|
|
@@ -1896,8 +1896,8 @@ export declare const attendanceV1UserApprovalCreate: {
|
|
|
1896
1896
|
unit: number;
|
|
1897
1897
|
interval: number;
|
|
1898
1898
|
i18n_names: {
|
|
1899
|
-
ch?: string | undefined;
|
|
1900
1899
|
en?: string | undefined;
|
|
1900
|
+
ch?: string | undefined;
|
|
1901
1901
|
ja?: string | undefined;
|
|
1902
1902
|
};
|
|
1903
1903
|
default_locale: string;
|
|
@@ -1917,12 +1917,12 @@ export declare const attendanceV1UserApprovalCreate: {
|
|
|
1917
1917
|
en: z.ZodOptional<z.ZodString>;
|
|
1918
1918
|
ja: z.ZodOptional<z.ZodString>;
|
|
1919
1919
|
}, "strip", z.ZodTypeAny, {
|
|
1920
|
-
ch?: string | undefined;
|
|
1921
1920
|
en?: string | undefined;
|
|
1921
|
+
ch?: string | undefined;
|
|
1922
1922
|
ja?: string | undefined;
|
|
1923
1923
|
}, {
|
|
1924
|
-
ch?: string | undefined;
|
|
1925
1924
|
en?: string | undefined;
|
|
1925
|
+
ch?: string | undefined;
|
|
1926
1926
|
ja?: string | undefined;
|
|
1927
1927
|
}>;
|
|
1928
1928
|
default_locale: z.ZodEnum<["ch", "en", "ja"]>;
|
|
@@ -1935,11 +1935,11 @@ export declare const attendanceV1UserApprovalCreate: {
|
|
|
1935
1935
|
unit: number;
|
|
1936
1936
|
interval: number;
|
|
1937
1937
|
i18n_names: {
|
|
1938
|
-
ch?: string | undefined;
|
|
1939
1938
|
en?: string | undefined;
|
|
1939
|
+
ch?: string | undefined;
|
|
1940
1940
|
ja?: string | undefined;
|
|
1941
1941
|
};
|
|
1942
|
-
default_locale: "
|
|
1942
|
+
default_locale: "en" | "ch" | "ja";
|
|
1943
1943
|
idempotent_id?: string | undefined;
|
|
1944
1944
|
uniq_id?: string | undefined;
|
|
1945
1945
|
}, {
|
|
@@ -1949,11 +1949,11 @@ export declare const attendanceV1UserApprovalCreate: {
|
|
|
1949
1949
|
unit: number;
|
|
1950
1950
|
interval: number;
|
|
1951
1951
|
i18n_names: {
|
|
1952
|
-
ch?: string | undefined;
|
|
1953
1952
|
en?: string | undefined;
|
|
1953
|
+
ch?: string | undefined;
|
|
1954
1954
|
ja?: string | undefined;
|
|
1955
1955
|
};
|
|
1956
|
-
default_locale: "
|
|
1956
|
+
default_locale: "en" | "ch" | "ja";
|
|
1957
1957
|
idempotent_id?: string | undefined;
|
|
1958
1958
|
uniq_id?: string | undefined;
|
|
1959
1959
|
}>, "many">>;
|
|
@@ -2083,8 +2083,8 @@ export declare const attendanceV1UserApprovalCreate: {
|
|
|
2083
2083
|
unit: number;
|
|
2084
2084
|
interval: number;
|
|
2085
2085
|
i18n_names: {
|
|
2086
|
-
ch?: string | undefined;
|
|
2087
2086
|
en?: string | undefined;
|
|
2087
|
+
ch?: string | undefined;
|
|
2088
2088
|
ja?: string | undefined;
|
|
2089
2089
|
};
|
|
2090
2090
|
default_locale: string;
|
|
@@ -2100,11 +2100,11 @@ export declare const attendanceV1UserApprovalCreate: {
|
|
|
2100
2100
|
unit: number;
|
|
2101
2101
|
interval: number;
|
|
2102
2102
|
i18n_names: {
|
|
2103
|
-
ch?: string | undefined;
|
|
2104
2103
|
en?: string | undefined;
|
|
2104
|
+
ch?: string | undefined;
|
|
2105
2105
|
ja?: string | undefined;
|
|
2106
2106
|
};
|
|
2107
|
-
default_locale: "
|
|
2107
|
+
default_locale: "en" | "ch" | "ja";
|
|
2108
2108
|
idempotent_id?: string | undefined;
|
|
2109
2109
|
uniq_id?: string | undefined;
|
|
2110
2110
|
}[] | undefined;
|
|
@@ -2155,8 +2155,8 @@ export declare const attendanceV1UserApprovalCreate: {
|
|
|
2155
2155
|
unit: number;
|
|
2156
2156
|
interval: number;
|
|
2157
2157
|
i18n_names: {
|
|
2158
|
-
ch?: string | undefined;
|
|
2159
2158
|
en?: string | undefined;
|
|
2159
|
+
ch?: string | undefined;
|
|
2160
2160
|
ja?: string | undefined;
|
|
2161
2161
|
};
|
|
2162
2162
|
default_locale: string;
|
|
@@ -2172,11 +2172,11 @@ export declare const attendanceV1UserApprovalCreate: {
|
|
|
2172
2172
|
unit: number;
|
|
2173
2173
|
interval: number;
|
|
2174
2174
|
i18n_names: {
|
|
2175
|
-
ch?: string | undefined;
|
|
2176
2175
|
en?: string | undefined;
|
|
2176
|
+
ch?: string | undefined;
|
|
2177
2177
|
ja?: string | undefined;
|
|
2178
2178
|
};
|
|
2179
|
-
default_locale: "
|
|
2179
|
+
default_locale: "en" | "ch" | "ja";
|
|
2180
2180
|
idempotent_id?: string | undefined;
|
|
2181
2181
|
uniq_id?: string | undefined;
|
|
2182
2182
|
}[] | undefined;
|
|
@@ -2229,8 +2229,8 @@ export declare const attendanceV1UserApprovalCreate: {
|
|
|
2229
2229
|
unit: number;
|
|
2230
2230
|
interval: number;
|
|
2231
2231
|
i18n_names: {
|
|
2232
|
-
ch?: string | undefined;
|
|
2233
2232
|
en?: string | undefined;
|
|
2233
|
+
ch?: string | undefined;
|
|
2234
2234
|
ja?: string | undefined;
|
|
2235
2235
|
};
|
|
2236
2236
|
default_locale: string;
|
|
@@ -2246,11 +2246,11 @@ export declare const attendanceV1UserApprovalCreate: {
|
|
|
2246
2246
|
unit: number;
|
|
2247
2247
|
interval: number;
|
|
2248
2248
|
i18n_names: {
|
|
2249
|
-
ch?: string | undefined;
|
|
2250
2249
|
en?: string | undefined;
|
|
2250
|
+
ch?: string | undefined;
|
|
2251
2251
|
ja?: string | undefined;
|
|
2252
2252
|
};
|
|
2253
|
-
default_locale: "
|
|
2253
|
+
default_locale: "en" | "ch" | "ja";
|
|
2254
2254
|
idempotent_id?: string | undefined;
|
|
2255
2255
|
uniq_id?: string | undefined;
|
|
2256
2256
|
}[] | undefined;
|
|
@@ -2303,8 +2303,8 @@ export declare const attendanceV1UserApprovalCreate: {
|
|
|
2303
2303
|
unit: number;
|
|
2304
2304
|
interval: number;
|
|
2305
2305
|
i18n_names: {
|
|
2306
|
-
ch?: string | undefined;
|
|
2307
2306
|
en?: string | undefined;
|
|
2307
|
+
ch?: string | undefined;
|
|
2308
2308
|
ja?: string | undefined;
|
|
2309
2309
|
};
|
|
2310
2310
|
default_locale: string;
|
|
@@ -2320,11 +2320,11 @@ export declare const attendanceV1UserApprovalCreate: {
|
|
|
2320
2320
|
unit: number;
|
|
2321
2321
|
interval: number;
|
|
2322
2322
|
i18n_names: {
|
|
2323
|
-
ch?: string | undefined;
|
|
2324
2323
|
en?: string | undefined;
|
|
2324
|
+
ch?: string | undefined;
|
|
2325
2325
|
ja?: string | undefined;
|
|
2326
2326
|
};
|
|
2327
|
-
default_locale: "
|
|
2327
|
+
default_locale: "en" | "ch" | "ja";
|
|
2328
2328
|
idempotent_id?: string | undefined;
|
|
2329
2329
|
uniq_id?: string | undefined;
|
|
2330
2330
|
}[] | undefined;
|
|
@@ -3640,19 +3640,19 @@ export declare const attendanceV1Tools: ({
|
|
|
3640
3640
|
key: z.ZodOptional<z.ZodString>;
|
|
3641
3641
|
name: z.ZodOptional<z.ZodString>;
|
|
3642
3642
|
}, "strip", z.ZodTypeAny, {
|
|
3643
|
-
name?: string | undefined;
|
|
3644
3643
|
key?: string | undefined;
|
|
3645
|
-
}, {
|
|
3646
3644
|
name?: string | undefined;
|
|
3645
|
+
}, {
|
|
3647
3646
|
key?: string | undefined;
|
|
3647
|
+
name?: string | undefined;
|
|
3648
3648
|
}>, "many">>;
|
|
3649
3649
|
member_ids: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
3650
3650
|
custom_field_ID: z.ZodOptional<z.ZodString>;
|
|
3651
3651
|
custom_field_obj_type: z.ZodOptional<z.ZodString>;
|
|
3652
3652
|
}, "strip", z.ZodTypeAny, {
|
|
3653
3653
|
right?: {
|
|
3654
|
-
name?: string | undefined;
|
|
3655
3654
|
key?: string | undefined;
|
|
3655
|
+
name?: string | undefined;
|
|
3656
3656
|
}[] | undefined;
|
|
3657
3657
|
scope_value_type?: number | undefined;
|
|
3658
3658
|
operation_type?: number | undefined;
|
|
@@ -3661,8 +3661,8 @@ export declare const attendanceV1Tools: ({
|
|
|
3661
3661
|
custom_field_obj_type?: string | undefined;
|
|
3662
3662
|
}, {
|
|
3663
3663
|
right?: {
|
|
3664
|
-
name?: string | undefined;
|
|
3665
3664
|
key?: string | undefined;
|
|
3665
|
+
name?: string | undefined;
|
|
3666
3666
|
}[] | undefined;
|
|
3667
3667
|
scope_value_type?: number | undefined;
|
|
3668
3668
|
operation_type?: number | undefined;
|
|
@@ -3674,8 +3674,8 @@ export declare const attendanceV1Tools: ({
|
|
|
3674
3674
|
rule_scope_type?: number | undefined;
|
|
3675
3675
|
scope_group_list?: {
|
|
3676
3676
|
right?: {
|
|
3677
|
-
name?: string | undefined;
|
|
3678
3677
|
key?: string | undefined;
|
|
3678
|
+
name?: string | undefined;
|
|
3679
3679
|
}[] | undefined;
|
|
3680
3680
|
scope_value_type?: number | undefined;
|
|
3681
3681
|
operation_type?: number | undefined;
|
|
@@ -3687,8 +3687,8 @@ export declare const attendanceV1Tools: ({
|
|
|
3687
3687
|
rule_scope_type?: number | undefined;
|
|
3688
3688
|
scope_group_list?: {
|
|
3689
3689
|
right?: {
|
|
3690
|
-
name?: string | undefined;
|
|
3691
3690
|
key?: string | undefined;
|
|
3691
|
+
name?: string | undefined;
|
|
3692
3692
|
}[] | undefined;
|
|
3693
3693
|
scope_value_type?: number | undefined;
|
|
3694
3694
|
operation_type?: number | undefined;
|
|
@@ -3706,19 +3706,19 @@ export declare const attendanceV1Tools: ({
|
|
|
3706
3706
|
key: z.ZodOptional<z.ZodString>;
|
|
3707
3707
|
name: z.ZodOptional<z.ZodString>;
|
|
3708
3708
|
}, "strip", z.ZodTypeAny, {
|
|
3709
|
-
name?: string | undefined;
|
|
3710
3709
|
key?: string | undefined;
|
|
3711
|
-
}, {
|
|
3712
3710
|
name?: string | undefined;
|
|
3711
|
+
}, {
|
|
3713
3712
|
key?: string | undefined;
|
|
3713
|
+
name?: string | undefined;
|
|
3714
3714
|
}>, "many">>;
|
|
3715
3715
|
member_ids: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
3716
3716
|
custom_field_ID: z.ZodOptional<z.ZodString>;
|
|
3717
3717
|
custom_field_obj_type: z.ZodOptional<z.ZodString>;
|
|
3718
3718
|
}, "strip", z.ZodTypeAny, {
|
|
3719
3719
|
right?: {
|
|
3720
|
-
name?: string | undefined;
|
|
3721
3720
|
key?: string | undefined;
|
|
3721
|
+
name?: string | undefined;
|
|
3722
3722
|
}[] | undefined;
|
|
3723
3723
|
scope_value_type?: number | undefined;
|
|
3724
3724
|
operation_type?: number | undefined;
|
|
@@ -3727,8 +3727,8 @@ export declare const attendanceV1Tools: ({
|
|
|
3727
3727
|
custom_field_obj_type?: string | undefined;
|
|
3728
3728
|
}, {
|
|
3729
3729
|
right?: {
|
|
3730
|
-
name?: string | undefined;
|
|
3731
3730
|
key?: string | undefined;
|
|
3731
|
+
name?: string | undefined;
|
|
3732
3732
|
}[] | undefined;
|
|
3733
3733
|
scope_value_type?: number | undefined;
|
|
3734
3734
|
operation_type?: number | undefined;
|
|
@@ -3740,8 +3740,8 @@ export declare const attendanceV1Tools: ({
|
|
|
3740
3740
|
rule_scope_type?: number | undefined;
|
|
3741
3741
|
scope_group_list?: {
|
|
3742
3742
|
right?: {
|
|
3743
|
-
name?: string | undefined;
|
|
3744
3743
|
key?: string | undefined;
|
|
3744
|
+
name?: string | undefined;
|
|
3745
3745
|
}[] | undefined;
|
|
3746
3746
|
scope_value_type?: number | undefined;
|
|
3747
3747
|
operation_type?: number | undefined;
|
|
@@ -3753,8 +3753,8 @@ export declare const attendanceV1Tools: ({
|
|
|
3753
3753
|
rule_scope_type?: number | undefined;
|
|
3754
3754
|
scope_group_list?: {
|
|
3755
3755
|
right?: {
|
|
3756
|
-
name?: string | undefined;
|
|
3757
3756
|
key?: string | undefined;
|
|
3757
|
+
name?: string | undefined;
|
|
3758
3758
|
}[] | undefined;
|
|
3759
3759
|
scope_value_type?: number | undefined;
|
|
3760
3760
|
operation_type?: number | undefined;
|
|
@@ -3910,8 +3910,8 @@ export declare const attendanceV1Tools: ({
|
|
|
3910
3910
|
rule_scope_type?: number | undefined;
|
|
3911
3911
|
scope_group_list?: {
|
|
3912
3912
|
right?: {
|
|
3913
|
-
name?: string | undefined;
|
|
3914
3913
|
key?: string | undefined;
|
|
3914
|
+
name?: string | undefined;
|
|
3915
3915
|
}[] | undefined;
|
|
3916
3916
|
scope_value_type?: number | undefined;
|
|
3917
3917
|
operation_type?: number | undefined;
|
|
@@ -3924,8 +3924,8 @@ export declare const attendanceV1Tools: ({
|
|
|
3924
3924
|
rule_scope_type?: number | undefined;
|
|
3925
3925
|
scope_group_list?: {
|
|
3926
3926
|
right?: {
|
|
3927
|
-
name?: string | undefined;
|
|
3928
3927
|
key?: string | undefined;
|
|
3928
|
+
name?: string | undefined;
|
|
3929
3929
|
}[] | undefined;
|
|
3930
3930
|
scope_value_type?: number | undefined;
|
|
3931
3931
|
operation_type?: number | undefined;
|
|
@@ -4071,8 +4071,8 @@ export declare const attendanceV1Tools: ({
|
|
|
4071
4071
|
rule_scope_type?: number | undefined;
|
|
4072
4072
|
scope_group_list?: {
|
|
4073
4073
|
right?: {
|
|
4074
|
-
name?: string | undefined;
|
|
4075
4074
|
key?: string | undefined;
|
|
4075
|
+
name?: string | undefined;
|
|
4076
4076
|
}[] | undefined;
|
|
4077
4077
|
scope_value_type?: number | undefined;
|
|
4078
4078
|
operation_type?: number | undefined;
|
|
@@ -4085,8 +4085,8 @@ export declare const attendanceV1Tools: ({
|
|
|
4085
4085
|
rule_scope_type?: number | undefined;
|
|
4086
4086
|
scope_group_list?: {
|
|
4087
4087
|
right?: {
|
|
4088
|
-
name?: string | undefined;
|
|
4089
4088
|
key?: string | undefined;
|
|
4089
|
+
name?: string | undefined;
|
|
4090
4090
|
}[] | undefined;
|
|
4091
4091
|
scope_value_type?: number | undefined;
|
|
4092
4092
|
operation_type?: number | undefined;
|
|
@@ -4235,8 +4235,8 @@ export declare const attendanceV1Tools: ({
|
|
|
4235
4235
|
rule_scope_type?: number | undefined;
|
|
4236
4236
|
scope_group_list?: {
|
|
4237
4237
|
right?: {
|
|
4238
|
-
name?: string | undefined;
|
|
4239
4238
|
key?: string | undefined;
|
|
4239
|
+
name?: string | undefined;
|
|
4240
4240
|
}[] | undefined;
|
|
4241
4241
|
scope_value_type?: number | undefined;
|
|
4242
4242
|
operation_type?: number | undefined;
|
|
@@ -4249,8 +4249,8 @@ export declare const attendanceV1Tools: ({
|
|
|
4249
4249
|
rule_scope_type?: number | undefined;
|
|
4250
4250
|
scope_group_list?: {
|
|
4251
4251
|
right?: {
|
|
4252
|
-
name?: string | undefined;
|
|
4253
4252
|
key?: string | undefined;
|
|
4253
|
+
name?: string | undefined;
|
|
4254
4254
|
}[] | undefined;
|
|
4255
4255
|
scope_value_type?: number | undefined;
|
|
4256
4256
|
operation_type?: number | undefined;
|
|
@@ -4399,8 +4399,8 @@ export declare const attendanceV1Tools: ({
|
|
|
4399
4399
|
rule_scope_type?: number | undefined;
|
|
4400
4400
|
scope_group_list?: {
|
|
4401
4401
|
right?: {
|
|
4402
|
-
name?: string | undefined;
|
|
4403
4402
|
key?: string | undefined;
|
|
4403
|
+
name?: string | undefined;
|
|
4404
4404
|
}[] | undefined;
|
|
4405
4405
|
scope_value_type?: number | undefined;
|
|
4406
4406
|
operation_type?: number | undefined;
|
|
@@ -4413,8 +4413,8 @@ export declare const attendanceV1Tools: ({
|
|
|
4413
4413
|
rule_scope_type?: number | undefined;
|
|
4414
4414
|
scope_group_list?: {
|
|
4415
4415
|
right?: {
|
|
4416
|
-
name?: string | undefined;
|
|
4417
4416
|
key?: string | undefined;
|
|
4417
|
+
name?: string | undefined;
|
|
4418
4418
|
}[] | undefined;
|
|
4419
4419
|
scope_value_type?: number | undefined;
|
|
4420
4420
|
operation_type?: number | undefined;
|
|
@@ -4929,12 +4929,12 @@ export declare const attendanceV1Tools: ({
|
|
|
4929
4929
|
en: z.ZodOptional<z.ZodString>;
|
|
4930
4930
|
ja: z.ZodOptional<z.ZodString>;
|
|
4931
4931
|
}, "strip", z.ZodTypeAny, {
|
|
4932
|
-
ch?: string | undefined;
|
|
4933
4932
|
en?: string | undefined;
|
|
4933
|
+
ch?: string | undefined;
|
|
4934
4934
|
ja?: string | undefined;
|
|
4935
4935
|
}, {
|
|
4936
|
-
ch?: string | undefined;
|
|
4937
4936
|
en?: string | undefined;
|
|
4937
|
+
ch?: string | undefined;
|
|
4938
4938
|
ja?: string | undefined;
|
|
4939
4939
|
}>;
|
|
4940
4940
|
default_locale: z.ZodString;
|
|
@@ -4951,8 +4951,8 @@ export declare const attendanceV1Tools: ({
|
|
|
4951
4951
|
unit: number;
|
|
4952
4952
|
interval: number;
|
|
4953
4953
|
i18n_names: {
|
|
4954
|
-
ch?: string | undefined;
|
|
4955
4954
|
en?: string | undefined;
|
|
4955
|
+
ch?: string | undefined;
|
|
4956
4956
|
ja?: string | undefined;
|
|
4957
4957
|
};
|
|
4958
4958
|
default_locale: string;
|
|
@@ -4968,8 +4968,8 @@ export declare const attendanceV1Tools: ({
|
|
|
4968
4968
|
unit: number;
|
|
4969
4969
|
interval: number;
|
|
4970
4970
|
i18n_names: {
|
|
4971
|
-
ch?: string | undefined;
|
|
4972
4971
|
en?: string | undefined;
|
|
4972
|
+
ch?: string | undefined;
|
|
4973
4973
|
ja?: string | undefined;
|
|
4974
4974
|
};
|
|
4975
4975
|
default_locale: string;
|
|
@@ -4989,12 +4989,12 @@ export declare const attendanceV1Tools: ({
|
|
|
4989
4989
|
en: z.ZodOptional<z.ZodString>;
|
|
4990
4990
|
ja: z.ZodOptional<z.ZodString>;
|
|
4991
4991
|
}, "strip", z.ZodTypeAny, {
|
|
4992
|
-
ch?: string | undefined;
|
|
4993
4992
|
en?: string | undefined;
|
|
4993
|
+
ch?: string | undefined;
|
|
4994
4994
|
ja?: string | undefined;
|
|
4995
4995
|
}, {
|
|
4996
|
-
ch?: string | undefined;
|
|
4997
4996
|
en?: string | undefined;
|
|
4997
|
+
ch?: string | undefined;
|
|
4998
4998
|
ja?: string | undefined;
|
|
4999
4999
|
}>;
|
|
5000
5000
|
default_locale: z.ZodEnum<["ch", "en", "ja"]>;
|
|
@@ -5007,11 +5007,11 @@ export declare const attendanceV1Tools: ({
|
|
|
5007
5007
|
unit: number;
|
|
5008
5008
|
interval: number;
|
|
5009
5009
|
i18n_names: {
|
|
5010
|
-
ch?: string | undefined;
|
|
5011
5010
|
en?: string | undefined;
|
|
5011
|
+
ch?: string | undefined;
|
|
5012
5012
|
ja?: string | undefined;
|
|
5013
5013
|
};
|
|
5014
|
-
default_locale: "
|
|
5014
|
+
default_locale: "en" | "ch" | "ja";
|
|
5015
5015
|
idempotent_id?: string | undefined;
|
|
5016
5016
|
uniq_id?: string | undefined;
|
|
5017
5017
|
}, {
|
|
@@ -5021,11 +5021,11 @@ export declare const attendanceV1Tools: ({
|
|
|
5021
5021
|
unit: number;
|
|
5022
5022
|
interval: number;
|
|
5023
5023
|
i18n_names: {
|
|
5024
|
-
ch?: string | undefined;
|
|
5025
5024
|
en?: string | undefined;
|
|
5025
|
+
ch?: string | undefined;
|
|
5026
5026
|
ja?: string | undefined;
|
|
5027
5027
|
};
|
|
5028
|
-
default_locale: "
|
|
5028
|
+
default_locale: "en" | "ch" | "ja";
|
|
5029
5029
|
idempotent_id?: string | undefined;
|
|
5030
5030
|
uniq_id?: string | undefined;
|
|
5031
5031
|
}>, "many">>;
|
|
@@ -5155,8 +5155,8 @@ export declare const attendanceV1Tools: ({
|
|
|
5155
5155
|
unit: number;
|
|
5156
5156
|
interval: number;
|
|
5157
5157
|
i18n_names: {
|
|
5158
|
-
ch?: string | undefined;
|
|
5159
5158
|
en?: string | undefined;
|
|
5159
|
+
ch?: string | undefined;
|
|
5160
5160
|
ja?: string | undefined;
|
|
5161
5161
|
};
|
|
5162
5162
|
default_locale: string;
|
|
@@ -5172,11 +5172,11 @@ export declare const attendanceV1Tools: ({
|
|
|
5172
5172
|
unit: number;
|
|
5173
5173
|
interval: number;
|
|
5174
5174
|
i18n_names: {
|
|
5175
|
-
ch?: string | undefined;
|
|
5176
5175
|
en?: string | undefined;
|
|
5176
|
+
ch?: string | undefined;
|
|
5177
5177
|
ja?: string | undefined;
|
|
5178
5178
|
};
|
|
5179
|
-
default_locale: "
|
|
5179
|
+
default_locale: "en" | "ch" | "ja";
|
|
5180
5180
|
idempotent_id?: string | undefined;
|
|
5181
5181
|
uniq_id?: string | undefined;
|
|
5182
5182
|
}[] | undefined;
|
|
@@ -5227,8 +5227,8 @@ export declare const attendanceV1Tools: ({
|
|
|
5227
5227
|
unit: number;
|
|
5228
5228
|
interval: number;
|
|
5229
5229
|
i18n_names: {
|
|
5230
|
-
ch?: string | undefined;
|
|
5231
5230
|
en?: string | undefined;
|
|
5231
|
+
ch?: string | undefined;
|
|
5232
5232
|
ja?: string | undefined;
|
|
5233
5233
|
};
|
|
5234
5234
|
default_locale: string;
|
|
@@ -5244,11 +5244,11 @@ export declare const attendanceV1Tools: ({
|
|
|
5244
5244
|
unit: number;
|
|
5245
5245
|
interval: number;
|
|
5246
5246
|
i18n_names: {
|
|
5247
|
-
ch?: string | undefined;
|
|
5248
5247
|
en?: string | undefined;
|
|
5248
|
+
ch?: string | undefined;
|
|
5249
5249
|
ja?: string | undefined;
|
|
5250
5250
|
};
|
|
5251
|
-
default_locale: "
|
|
5251
|
+
default_locale: "en" | "ch" | "ja";
|
|
5252
5252
|
idempotent_id?: string | undefined;
|
|
5253
5253
|
uniq_id?: string | undefined;
|
|
5254
5254
|
}[] | undefined;
|
|
@@ -5301,8 +5301,8 @@ export declare const attendanceV1Tools: ({
|
|
|
5301
5301
|
unit: number;
|
|
5302
5302
|
interval: number;
|
|
5303
5303
|
i18n_names: {
|
|
5304
|
-
ch?: string | undefined;
|
|
5305
5304
|
en?: string | undefined;
|
|
5305
|
+
ch?: string | undefined;
|
|
5306
5306
|
ja?: string | undefined;
|
|
5307
5307
|
};
|
|
5308
5308
|
default_locale: string;
|
|
@@ -5318,11 +5318,11 @@ export declare const attendanceV1Tools: ({
|
|
|
5318
5318
|
unit: number;
|
|
5319
5319
|
interval: number;
|
|
5320
5320
|
i18n_names: {
|
|
5321
|
-
ch?: string | undefined;
|
|
5322
5321
|
en?: string | undefined;
|
|
5322
|
+
ch?: string | undefined;
|
|
5323
5323
|
ja?: string | undefined;
|
|
5324
5324
|
};
|
|
5325
|
-
default_locale: "
|
|
5325
|
+
default_locale: "en" | "ch" | "ja";
|
|
5326
5326
|
idempotent_id?: string | undefined;
|
|
5327
5327
|
uniq_id?: string | undefined;
|
|
5328
5328
|
}[] | undefined;
|
|
@@ -5375,8 +5375,8 @@ export declare const attendanceV1Tools: ({
|
|
|
5375
5375
|
unit: number;
|
|
5376
5376
|
interval: number;
|
|
5377
5377
|
i18n_names: {
|
|
5378
|
-
ch?: string | undefined;
|
|
5379
5378
|
en?: string | undefined;
|
|
5379
|
+
ch?: string | undefined;
|
|
5380
5380
|
ja?: string | undefined;
|
|
5381
5381
|
};
|
|
5382
5382
|
default_locale: string;
|
|
@@ -5392,11 +5392,11 @@ export declare const attendanceV1Tools: ({
|
|
|
5392
5392
|
unit: number;
|
|
5393
5393
|
interval: number;
|
|
5394
5394
|
i18n_names: {
|
|
5395
|
-
ch?: string | undefined;
|
|
5396
5395
|
en?: string | undefined;
|
|
5396
|
+
ch?: string | undefined;
|
|
5397
5397
|
ja?: string | undefined;
|
|
5398
5398
|
};
|
|
5399
|
-
default_locale: "
|
|
5399
|
+
default_locale: "en" | "ch" | "ja";
|
|
5400
5400
|
idempotent_id?: string | undefined;
|
|
5401
5401
|
uniq_id?: string | undefined;
|
|
5402
5402
|
}[] | undefined;
|