@nestr/mcp 0.1.91 → 0.1.92
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/README.md +2 -1
- package/build/api/client.d.ts +4 -0
- package/build/api/client.d.ts.map +1 -1
- package/build/api/client.js +10 -0
- package/build/api/client.js.map +1 -1
- package/build/tools/index.d.ts +385 -0
- package/build/tools/index.d.ts.map +1 -1
- package/build/tools/index.js +45 -1
- package/build/tools/index.js.map +1 -1
- package/package.json +1 -1
package/build/tools/index.d.ts
CHANGED
|
@@ -129,14 +129,39 @@ export declare const schemas: {
|
|
|
129
129
|
nestId: z.ZodString;
|
|
130
130
|
fieldsMetaData: z.ZodOptional<z.ZodBoolean>;
|
|
131
131
|
hints: z.ZodOptional<z.ZodBoolean>;
|
|
132
|
+
provenance: z.ZodOptional<z.ZodBoolean>;
|
|
133
|
+
rights: z.ZodOptional<z.ZodBoolean>;
|
|
134
|
+
forUser: z.ZodOptional<z.ZodString>;
|
|
135
|
+
whoCan: z.ZodOptional<z.ZodString>;
|
|
132
136
|
}, "strip", z.ZodTypeAny, {
|
|
133
137
|
nestId: string;
|
|
134
138
|
fieldsMetaData?: boolean | undefined;
|
|
135
139
|
hints?: boolean | undefined;
|
|
140
|
+
provenance?: boolean | undefined;
|
|
141
|
+
rights?: boolean | undefined;
|
|
142
|
+
forUser?: string | undefined;
|
|
143
|
+
whoCan?: string | undefined;
|
|
136
144
|
}, {
|
|
137
145
|
nestId: string;
|
|
138
146
|
fieldsMetaData?: boolean | undefined;
|
|
139
147
|
hints?: boolean | undefined;
|
|
148
|
+
provenance?: boolean | undefined;
|
|
149
|
+
rights?: boolean | undefined;
|
|
150
|
+
forUser?: string | undefined;
|
|
151
|
+
whoCan?: string | undefined;
|
|
152
|
+
}>;
|
|
153
|
+
explainNest: z.ZodObject<{
|
|
154
|
+
nestId: z.ZodString;
|
|
155
|
+
forUser: z.ZodOptional<z.ZodString>;
|
|
156
|
+
whoCan: z.ZodOptional<z.ZodString>;
|
|
157
|
+
}, "strip", z.ZodTypeAny, {
|
|
158
|
+
nestId: string;
|
|
159
|
+
forUser?: string | undefined;
|
|
160
|
+
whoCan?: string | undefined;
|
|
161
|
+
}, {
|
|
162
|
+
nestId: string;
|
|
163
|
+
forUser?: string | undefined;
|
|
164
|
+
whoCan?: string | undefined;
|
|
140
165
|
}>;
|
|
141
166
|
getNestChildren: z.ZodObject<{
|
|
142
167
|
nestId: z.ZodString;
|
|
@@ -1313,6 +1338,10 @@ export declare const toolDefinitions: ({
|
|
|
1313
1338
|
nestId?: undefined;
|
|
1314
1339
|
fieldsMetaData?: undefined;
|
|
1315
1340
|
hints?: undefined;
|
|
1341
|
+
provenance?: undefined;
|
|
1342
|
+
rights?: undefined;
|
|
1343
|
+
forUser?: undefined;
|
|
1344
|
+
whoCan?: undefined;
|
|
1316
1345
|
parentId?: undefined;
|
|
1317
1346
|
description?: undefined;
|
|
1318
1347
|
labels?: undefined;
|
|
@@ -1408,6 +1437,10 @@ export declare const toolDefinitions: ({
|
|
|
1408
1437
|
nestId?: undefined;
|
|
1409
1438
|
fieldsMetaData?: undefined;
|
|
1410
1439
|
hints?: undefined;
|
|
1440
|
+
provenance?: undefined;
|
|
1441
|
+
rights?: undefined;
|
|
1442
|
+
forUser?: undefined;
|
|
1443
|
+
whoCan?: undefined;
|
|
1411
1444
|
parentId?: undefined;
|
|
1412
1445
|
description?: undefined;
|
|
1413
1446
|
labels?: undefined;
|
|
@@ -1518,6 +1551,10 @@ export declare const toolDefinitions: ({
|
|
|
1518
1551
|
nestId?: undefined;
|
|
1519
1552
|
fieldsMetaData?: undefined;
|
|
1520
1553
|
hints?: undefined;
|
|
1554
|
+
provenance?: undefined;
|
|
1555
|
+
rights?: undefined;
|
|
1556
|
+
forUser?: undefined;
|
|
1557
|
+
whoCan?: undefined;
|
|
1521
1558
|
parentId?: undefined;
|
|
1522
1559
|
description?: undefined;
|
|
1523
1560
|
labels?: undefined;
|
|
@@ -1619,6 +1656,10 @@ export declare const toolDefinitions: ({
|
|
|
1619
1656
|
nestId?: undefined;
|
|
1620
1657
|
fieldsMetaData?: undefined;
|
|
1621
1658
|
hints?: undefined;
|
|
1659
|
+
provenance?: undefined;
|
|
1660
|
+
rights?: undefined;
|
|
1661
|
+
forUser?: undefined;
|
|
1662
|
+
whoCan?: undefined;
|
|
1622
1663
|
parentId?: undefined;
|
|
1623
1664
|
description?: undefined;
|
|
1624
1665
|
labels?: undefined;
|
|
@@ -1743,6 +1784,10 @@ export declare const toolDefinitions: ({
|
|
|
1743
1784
|
nestId?: undefined;
|
|
1744
1785
|
fieldsMetaData?: undefined;
|
|
1745
1786
|
hints?: undefined;
|
|
1787
|
+
provenance?: undefined;
|
|
1788
|
+
rights?: undefined;
|
|
1789
|
+
forUser?: undefined;
|
|
1790
|
+
whoCan?: undefined;
|
|
1746
1791
|
parentId?: undefined;
|
|
1747
1792
|
description?: undefined;
|
|
1748
1793
|
labels?: undefined;
|
|
@@ -1859,6 +1904,10 @@ export declare const toolDefinitions: ({
|
|
|
1859
1904
|
nestId?: undefined;
|
|
1860
1905
|
fieldsMetaData?: undefined;
|
|
1861
1906
|
hints?: undefined;
|
|
1907
|
+
provenance?: undefined;
|
|
1908
|
+
rights?: undefined;
|
|
1909
|
+
forUser?: undefined;
|
|
1910
|
+
whoCan?: undefined;
|
|
1862
1911
|
parentId?: undefined;
|
|
1863
1912
|
description?: undefined;
|
|
1864
1913
|
labels?: undefined;
|
|
@@ -1948,6 +1997,125 @@ export declare const toolDefinitions: ({
|
|
|
1948
1997
|
type: string;
|
|
1949
1998
|
description: string;
|
|
1950
1999
|
};
|
|
2000
|
+
provenance: {
|
|
2001
|
+
type: string;
|
|
2002
|
+
description: string;
|
|
2003
|
+
};
|
|
2004
|
+
rights: {
|
|
2005
|
+
type: string;
|
|
2006
|
+
description: string;
|
|
2007
|
+
};
|
|
2008
|
+
forUser: {
|
|
2009
|
+
type: string;
|
|
2010
|
+
description: string;
|
|
2011
|
+
};
|
|
2012
|
+
whoCan: {
|
|
2013
|
+
type: string;
|
|
2014
|
+
description: string;
|
|
2015
|
+
};
|
|
2016
|
+
topic?: undefined;
|
|
2017
|
+
search?: undefined;
|
|
2018
|
+
includeImages?: undefined;
|
|
2019
|
+
imageIndexes?: undefined;
|
|
2020
|
+
maxImages?: undefined;
|
|
2021
|
+
sort?: undefined;
|
|
2022
|
+
limit?: undefined;
|
|
2023
|
+
page?: undefined;
|
|
2024
|
+
workspaceId?: undefined;
|
|
2025
|
+
title?: undefined;
|
|
2026
|
+
purpose?: undefined;
|
|
2027
|
+
type?: undefined;
|
|
2028
|
+
governance?: undefined;
|
|
2029
|
+
plan?: undefined;
|
|
2030
|
+
apps?: undefined;
|
|
2031
|
+
layout?: undefined;
|
|
2032
|
+
query?: undefined;
|
|
2033
|
+
_listTitle?: undefined;
|
|
2034
|
+
parentId?: undefined;
|
|
2035
|
+
description?: undefined;
|
|
2036
|
+
labels?: undefined;
|
|
2037
|
+
fields?: undefined;
|
|
2038
|
+
users?: undefined;
|
|
2039
|
+
accountabilities?: undefined;
|
|
2040
|
+
domains?: undefined;
|
|
2041
|
+
data?: undefined;
|
|
2042
|
+
due?: undefined;
|
|
2043
|
+
completed?: undefined;
|
|
2044
|
+
body?: undefined;
|
|
2045
|
+
commentId?: undefined;
|
|
2046
|
+
circleId?: undefined;
|
|
2047
|
+
includeSubCircles?: undefined;
|
|
2048
|
+
userId?: undefined;
|
|
2049
|
+
endDate?: undefined;
|
|
2050
|
+
metricId?: undefined;
|
|
2051
|
+
depth?: undefined;
|
|
2052
|
+
username?: undefined;
|
|
2053
|
+
fullName?: undefined;
|
|
2054
|
+
language?: undefined;
|
|
2055
|
+
labelId?: undefined;
|
|
2056
|
+
from?: undefined;
|
|
2057
|
+
to?: undefined;
|
|
2058
|
+
completedAfter?: undefined;
|
|
2059
|
+
nestIds?: undefined;
|
|
2060
|
+
position?: undefined;
|
|
2061
|
+
relatedNestId?: undefined;
|
|
2062
|
+
color?: undefined;
|
|
2063
|
+
icon?: undefined;
|
|
2064
|
+
withUser?: undefined;
|
|
2065
|
+
fullWorkspaces?: undefined;
|
|
2066
|
+
context?: undefined;
|
|
2067
|
+
skip?: undefined;
|
|
2068
|
+
showRead?: undefined;
|
|
2069
|
+
group?: undefined;
|
|
2070
|
+
feeling?: undefined;
|
|
2071
|
+
needs?: undefined;
|
|
2072
|
+
tensionId?: undefined;
|
|
2073
|
+
_id?: undefined;
|
|
2074
|
+
roleId?: undefined;
|
|
2075
|
+
removeNest?: undefined;
|
|
2076
|
+
partId?: undefined;
|
|
2077
|
+
childId?: undefined;
|
|
2078
|
+
status?: undefined;
|
|
2079
|
+
relation?: undefined;
|
|
2080
|
+
direction?: undefined;
|
|
2081
|
+
targetId?: undefined;
|
|
2082
|
+
name?: undefined;
|
|
2083
|
+
config?: undefined;
|
|
2084
|
+
capabilities?: undefined;
|
|
2085
|
+
exposure?: undefined;
|
|
2086
|
+
authStrategy?: undefined;
|
|
2087
|
+
connectorId?: undefined;
|
|
2088
|
+
ownerType?: undefined;
|
|
2089
|
+
ownerId?: undefined;
|
|
2090
|
+
fileId?: undefined;
|
|
2091
|
+
contentType?: undefined;
|
|
2092
|
+
content?: undefined;
|
|
2093
|
+
dataBase64?: undefined;
|
|
2094
|
+
};
|
|
2095
|
+
required: string[];
|
|
2096
|
+
};
|
|
2097
|
+
} | {
|
|
2098
|
+
annotations: {
|
|
2099
|
+
readOnlyHint: boolean;
|
|
2100
|
+
destructiveHint: boolean;
|
|
2101
|
+
};
|
|
2102
|
+
name: string;
|
|
2103
|
+
description: string;
|
|
2104
|
+
inputSchema: {
|
|
2105
|
+
type: "object";
|
|
2106
|
+
properties: {
|
|
2107
|
+
nestId: {
|
|
2108
|
+
type: string;
|
|
2109
|
+
description: string;
|
|
2110
|
+
};
|
|
2111
|
+
forUser: {
|
|
2112
|
+
type: string;
|
|
2113
|
+
description: string;
|
|
2114
|
+
};
|
|
2115
|
+
whoCan: {
|
|
2116
|
+
type: string;
|
|
2117
|
+
description: string;
|
|
2118
|
+
};
|
|
1951
2119
|
topic?: undefined;
|
|
1952
2120
|
search?: undefined;
|
|
1953
2121
|
includeImages?: undefined;
|
|
@@ -1956,6 +2124,7 @@ export declare const toolDefinitions: ({
|
|
|
1956
2124
|
sort?: undefined;
|
|
1957
2125
|
limit?: undefined;
|
|
1958
2126
|
page?: undefined;
|
|
2127
|
+
stripDescription?: undefined;
|
|
1959
2128
|
workspaceId?: undefined;
|
|
1960
2129
|
title?: undefined;
|
|
1961
2130
|
purpose?: undefined;
|
|
@@ -1966,6 +2135,10 @@ export declare const toolDefinitions: ({
|
|
|
1966
2135
|
layout?: undefined;
|
|
1967
2136
|
query?: undefined;
|
|
1968
2137
|
_listTitle?: undefined;
|
|
2138
|
+
fieldsMetaData?: undefined;
|
|
2139
|
+
hints?: undefined;
|
|
2140
|
+
provenance?: undefined;
|
|
2141
|
+
rights?: undefined;
|
|
1969
2142
|
parentId?: undefined;
|
|
1970
2143
|
description?: undefined;
|
|
1971
2144
|
labels?: undefined;
|
|
@@ -2082,6 +2255,10 @@ export declare const toolDefinitions: ({
|
|
|
2082
2255
|
layout?: undefined;
|
|
2083
2256
|
query?: undefined;
|
|
2084
2257
|
fieldsMetaData?: undefined;
|
|
2258
|
+
provenance?: undefined;
|
|
2259
|
+
rights?: undefined;
|
|
2260
|
+
forUser?: undefined;
|
|
2261
|
+
whoCan?: undefined;
|
|
2085
2262
|
parentId?: undefined;
|
|
2086
2263
|
description?: undefined;
|
|
2087
2264
|
labels?: undefined;
|
|
@@ -2226,6 +2403,10 @@ export declare const toolDefinitions: ({
|
|
|
2226
2403
|
nestId?: undefined;
|
|
2227
2404
|
fieldsMetaData?: undefined;
|
|
2228
2405
|
hints?: undefined;
|
|
2406
|
+
provenance?: undefined;
|
|
2407
|
+
rights?: undefined;
|
|
2408
|
+
forUser?: undefined;
|
|
2409
|
+
whoCan?: undefined;
|
|
2229
2410
|
data?: undefined;
|
|
2230
2411
|
due?: undefined;
|
|
2231
2412
|
completed?: undefined;
|
|
@@ -2378,6 +2559,10 @@ export declare const toolDefinitions: ({
|
|
|
2378
2559
|
_listTitle?: undefined;
|
|
2379
2560
|
fieldsMetaData?: undefined;
|
|
2380
2561
|
hints?: undefined;
|
|
2562
|
+
provenance?: undefined;
|
|
2563
|
+
rights?: undefined;
|
|
2564
|
+
forUser?: undefined;
|
|
2565
|
+
whoCan?: undefined;
|
|
2381
2566
|
body?: undefined;
|
|
2382
2567
|
commentId?: undefined;
|
|
2383
2568
|
circleId?: undefined;
|
|
@@ -2466,6 +2651,10 @@ export declare const toolDefinitions: ({
|
|
|
2466
2651
|
_listTitle?: undefined;
|
|
2467
2652
|
fieldsMetaData?: undefined;
|
|
2468
2653
|
hints?: undefined;
|
|
2654
|
+
provenance?: undefined;
|
|
2655
|
+
rights?: undefined;
|
|
2656
|
+
forUser?: undefined;
|
|
2657
|
+
whoCan?: undefined;
|
|
2469
2658
|
parentId?: undefined;
|
|
2470
2659
|
description?: undefined;
|
|
2471
2660
|
labels?: undefined;
|
|
@@ -2575,6 +2764,10 @@ export declare const toolDefinitions: ({
|
|
|
2575
2764
|
_listTitle?: undefined;
|
|
2576
2765
|
fieldsMetaData?: undefined;
|
|
2577
2766
|
hints?: undefined;
|
|
2767
|
+
provenance?: undefined;
|
|
2768
|
+
rights?: undefined;
|
|
2769
|
+
forUser?: undefined;
|
|
2770
|
+
whoCan?: undefined;
|
|
2578
2771
|
parentId?: undefined;
|
|
2579
2772
|
description?: undefined;
|
|
2580
2773
|
fields?: undefined;
|
|
@@ -2683,6 +2876,10 @@ export declare const toolDefinitions: ({
|
|
|
2683
2876
|
nestId?: undefined;
|
|
2684
2877
|
fieldsMetaData?: undefined;
|
|
2685
2878
|
hints?: undefined;
|
|
2879
|
+
provenance?: undefined;
|
|
2880
|
+
rights?: undefined;
|
|
2881
|
+
forUser?: undefined;
|
|
2882
|
+
whoCan?: undefined;
|
|
2686
2883
|
parentId?: undefined;
|
|
2687
2884
|
description?: undefined;
|
|
2688
2885
|
fields?: undefined;
|
|
@@ -2779,6 +2976,10 @@ export declare const toolDefinitions: ({
|
|
|
2779
2976
|
nestId?: undefined;
|
|
2780
2977
|
fieldsMetaData?: undefined;
|
|
2781
2978
|
hints?: undefined;
|
|
2979
|
+
provenance?: undefined;
|
|
2980
|
+
rights?: undefined;
|
|
2981
|
+
forUser?: undefined;
|
|
2982
|
+
whoCan?: undefined;
|
|
2782
2983
|
parentId?: undefined;
|
|
2783
2984
|
description?: undefined;
|
|
2784
2985
|
labels?: undefined;
|
|
@@ -2888,6 +3089,10 @@ export declare const toolDefinitions: ({
|
|
|
2888
3089
|
nestId?: undefined;
|
|
2889
3090
|
fieldsMetaData?: undefined;
|
|
2890
3091
|
hints?: undefined;
|
|
3092
|
+
provenance?: undefined;
|
|
3093
|
+
rights?: undefined;
|
|
3094
|
+
forUser?: undefined;
|
|
3095
|
+
whoCan?: undefined;
|
|
2891
3096
|
parentId?: undefined;
|
|
2892
3097
|
description?: undefined;
|
|
2893
3098
|
labels?: undefined;
|
|
@@ -3002,6 +3207,10 @@ export declare const toolDefinitions: ({
|
|
|
3002
3207
|
nestId?: undefined;
|
|
3003
3208
|
fieldsMetaData?: undefined;
|
|
3004
3209
|
hints?: undefined;
|
|
3210
|
+
provenance?: undefined;
|
|
3211
|
+
rights?: undefined;
|
|
3212
|
+
forUser?: undefined;
|
|
3213
|
+
whoCan?: undefined;
|
|
3005
3214
|
parentId?: undefined;
|
|
3006
3215
|
description?: undefined;
|
|
3007
3216
|
labels?: undefined;
|
|
@@ -3114,6 +3323,10 @@ export declare const toolDefinitions: ({
|
|
|
3114
3323
|
_listTitle?: undefined;
|
|
3115
3324
|
fieldsMetaData?: undefined;
|
|
3116
3325
|
hints?: undefined;
|
|
3326
|
+
provenance?: undefined;
|
|
3327
|
+
rights?: undefined;
|
|
3328
|
+
forUser?: undefined;
|
|
3329
|
+
whoCan?: undefined;
|
|
3117
3330
|
parentId?: undefined;
|
|
3118
3331
|
description?: undefined;
|
|
3119
3332
|
labels?: undefined;
|
|
@@ -3213,6 +3426,10 @@ export declare const toolDefinitions: ({
|
|
|
3213
3426
|
nestId?: undefined;
|
|
3214
3427
|
fieldsMetaData?: undefined;
|
|
3215
3428
|
hints?: undefined;
|
|
3429
|
+
provenance?: undefined;
|
|
3430
|
+
rights?: undefined;
|
|
3431
|
+
forUser?: undefined;
|
|
3432
|
+
whoCan?: undefined;
|
|
3216
3433
|
parentId?: undefined;
|
|
3217
3434
|
description?: undefined;
|
|
3218
3435
|
labels?: undefined;
|
|
@@ -3319,6 +3536,10 @@ export declare const toolDefinitions: ({
|
|
|
3319
3536
|
nestId?: undefined;
|
|
3320
3537
|
fieldsMetaData?: undefined;
|
|
3321
3538
|
hints?: undefined;
|
|
3539
|
+
provenance?: undefined;
|
|
3540
|
+
rights?: undefined;
|
|
3541
|
+
forUser?: undefined;
|
|
3542
|
+
whoCan?: undefined;
|
|
3322
3543
|
parentId?: undefined;
|
|
3323
3544
|
description?: undefined;
|
|
3324
3545
|
labels?: undefined;
|
|
@@ -3432,6 +3653,10 @@ export declare const toolDefinitions: ({
|
|
|
3432
3653
|
nestId?: undefined;
|
|
3433
3654
|
fieldsMetaData?: undefined;
|
|
3434
3655
|
hints?: undefined;
|
|
3656
|
+
provenance?: undefined;
|
|
3657
|
+
rights?: undefined;
|
|
3658
|
+
forUser?: undefined;
|
|
3659
|
+
whoCan?: undefined;
|
|
3435
3660
|
parentId?: undefined;
|
|
3436
3661
|
description?: undefined;
|
|
3437
3662
|
labels?: undefined;
|
|
@@ -3545,6 +3770,10 @@ export declare const toolDefinitions: ({
|
|
|
3545
3770
|
_listTitle?: undefined;
|
|
3546
3771
|
fieldsMetaData?: undefined;
|
|
3547
3772
|
hints?: undefined;
|
|
3773
|
+
provenance?: undefined;
|
|
3774
|
+
rights?: undefined;
|
|
3775
|
+
forUser?: undefined;
|
|
3776
|
+
whoCan?: undefined;
|
|
3548
3777
|
parentId?: undefined;
|
|
3549
3778
|
description?: undefined;
|
|
3550
3779
|
labels?: undefined;
|
|
@@ -3649,6 +3878,10 @@ export declare const toolDefinitions: ({
|
|
|
3649
3878
|
nestId?: undefined;
|
|
3650
3879
|
fieldsMetaData?: undefined;
|
|
3651
3880
|
hints?: undefined;
|
|
3881
|
+
provenance?: undefined;
|
|
3882
|
+
rights?: undefined;
|
|
3883
|
+
forUser?: undefined;
|
|
3884
|
+
whoCan?: undefined;
|
|
3652
3885
|
parentId?: undefined;
|
|
3653
3886
|
description?: undefined;
|
|
3654
3887
|
labels?: undefined;
|
|
@@ -3750,6 +3983,10 @@ export declare const toolDefinitions: ({
|
|
|
3750
3983
|
nestId?: undefined;
|
|
3751
3984
|
fieldsMetaData?: undefined;
|
|
3752
3985
|
hints?: undefined;
|
|
3986
|
+
provenance?: undefined;
|
|
3987
|
+
rights?: undefined;
|
|
3988
|
+
forUser?: undefined;
|
|
3989
|
+
whoCan?: undefined;
|
|
3753
3990
|
parentId?: undefined;
|
|
3754
3991
|
description?: undefined;
|
|
3755
3992
|
labels?: undefined;
|
|
@@ -3859,6 +4096,10 @@ export declare const toolDefinitions: ({
|
|
|
3859
4096
|
nestId?: undefined;
|
|
3860
4097
|
fieldsMetaData?: undefined;
|
|
3861
4098
|
hints?: undefined;
|
|
4099
|
+
provenance?: undefined;
|
|
4100
|
+
rights?: undefined;
|
|
4101
|
+
forUser?: undefined;
|
|
4102
|
+
whoCan?: undefined;
|
|
3862
4103
|
parentId?: undefined;
|
|
3863
4104
|
description?: undefined;
|
|
3864
4105
|
labels?: undefined;
|
|
@@ -3958,6 +4199,10 @@ export declare const toolDefinitions: ({
|
|
|
3958
4199
|
nestId?: undefined;
|
|
3959
4200
|
fieldsMetaData?: undefined;
|
|
3960
4201
|
hints?: undefined;
|
|
4202
|
+
provenance?: undefined;
|
|
4203
|
+
rights?: undefined;
|
|
4204
|
+
forUser?: undefined;
|
|
4205
|
+
whoCan?: undefined;
|
|
3961
4206
|
parentId?: undefined;
|
|
3962
4207
|
description?: undefined;
|
|
3963
4208
|
labels?: undefined;
|
|
@@ -4070,6 +4315,10 @@ export declare const toolDefinitions: ({
|
|
|
4070
4315
|
nestId?: undefined;
|
|
4071
4316
|
fieldsMetaData?: undefined;
|
|
4072
4317
|
hints?: undefined;
|
|
4318
|
+
provenance?: undefined;
|
|
4319
|
+
rights?: undefined;
|
|
4320
|
+
forUser?: undefined;
|
|
4321
|
+
whoCan?: undefined;
|
|
4073
4322
|
parentId?: undefined;
|
|
4074
4323
|
description?: undefined;
|
|
4075
4324
|
labels?: undefined;
|
|
@@ -4165,6 +4414,10 @@ export declare const toolDefinitions: ({
|
|
|
4165
4414
|
nestId?: undefined;
|
|
4166
4415
|
fieldsMetaData?: undefined;
|
|
4167
4416
|
hints?: undefined;
|
|
4417
|
+
provenance?: undefined;
|
|
4418
|
+
rights?: undefined;
|
|
4419
|
+
forUser?: undefined;
|
|
4420
|
+
whoCan?: undefined;
|
|
4168
4421
|
parentId?: undefined;
|
|
4169
4422
|
description?: undefined;
|
|
4170
4423
|
labels?: undefined;
|
|
@@ -4267,6 +4520,10 @@ export declare const toolDefinitions: ({
|
|
|
4267
4520
|
nestId?: undefined;
|
|
4268
4521
|
fieldsMetaData?: undefined;
|
|
4269
4522
|
hints?: undefined;
|
|
4523
|
+
provenance?: undefined;
|
|
4524
|
+
rights?: undefined;
|
|
4525
|
+
forUser?: undefined;
|
|
4526
|
+
whoCan?: undefined;
|
|
4270
4527
|
parentId?: undefined;
|
|
4271
4528
|
description?: undefined;
|
|
4272
4529
|
labels?: undefined;
|
|
@@ -4373,6 +4630,10 @@ export declare const toolDefinitions: ({
|
|
|
4373
4630
|
nestId?: undefined;
|
|
4374
4631
|
fieldsMetaData?: undefined;
|
|
4375
4632
|
hints?: undefined;
|
|
4633
|
+
provenance?: undefined;
|
|
4634
|
+
rights?: undefined;
|
|
4635
|
+
forUser?: undefined;
|
|
4636
|
+
whoCan?: undefined;
|
|
4376
4637
|
parentId?: undefined;
|
|
4377
4638
|
labels?: undefined;
|
|
4378
4639
|
fields?: undefined;
|
|
@@ -4473,6 +4734,10 @@ export declare const toolDefinitions: ({
|
|
|
4473
4734
|
_listTitle?: undefined;
|
|
4474
4735
|
fieldsMetaData?: undefined;
|
|
4475
4736
|
hints?: undefined;
|
|
4737
|
+
provenance?: undefined;
|
|
4738
|
+
rights?: undefined;
|
|
4739
|
+
forUser?: undefined;
|
|
4740
|
+
whoCan?: undefined;
|
|
4476
4741
|
parentId?: undefined;
|
|
4477
4742
|
description?: undefined;
|
|
4478
4743
|
labels?: undefined;
|
|
@@ -4586,6 +4851,10 @@ export declare const toolDefinitions: ({
|
|
|
4586
4851
|
_listTitle?: undefined;
|
|
4587
4852
|
fieldsMetaData?: undefined;
|
|
4588
4853
|
hints?: undefined;
|
|
4854
|
+
provenance?: undefined;
|
|
4855
|
+
rights?: undefined;
|
|
4856
|
+
forUser?: undefined;
|
|
4857
|
+
whoCan?: undefined;
|
|
4589
4858
|
parentId?: undefined;
|
|
4590
4859
|
labels?: undefined;
|
|
4591
4860
|
fields?: undefined;
|
|
@@ -4685,6 +4954,10 @@ export declare const toolDefinitions: ({
|
|
|
4685
4954
|
nestId?: undefined;
|
|
4686
4955
|
fieldsMetaData?: undefined;
|
|
4687
4956
|
hints?: undefined;
|
|
4957
|
+
provenance?: undefined;
|
|
4958
|
+
rights?: undefined;
|
|
4959
|
+
forUser?: undefined;
|
|
4960
|
+
whoCan?: undefined;
|
|
4688
4961
|
parentId?: undefined;
|
|
4689
4962
|
description?: undefined;
|
|
4690
4963
|
labels?: undefined;
|
|
@@ -4791,6 +5064,10 @@ export declare const toolDefinitions: ({
|
|
|
4791
5064
|
_listTitle?: undefined;
|
|
4792
5065
|
fieldsMetaData?: undefined;
|
|
4793
5066
|
hints?: undefined;
|
|
5067
|
+
provenance?: undefined;
|
|
5068
|
+
rights?: undefined;
|
|
5069
|
+
forUser?: undefined;
|
|
5070
|
+
whoCan?: undefined;
|
|
4794
5071
|
parentId?: undefined;
|
|
4795
5072
|
description?: undefined;
|
|
4796
5073
|
labels?: undefined;
|
|
@@ -4899,6 +5176,10 @@ export declare const toolDefinitions: ({
|
|
|
4899
5176
|
nestId?: undefined;
|
|
4900
5177
|
fieldsMetaData?: undefined;
|
|
4901
5178
|
hints?: undefined;
|
|
5179
|
+
provenance?: undefined;
|
|
5180
|
+
rights?: undefined;
|
|
5181
|
+
forUser?: undefined;
|
|
5182
|
+
whoCan?: undefined;
|
|
4902
5183
|
parentId?: undefined;
|
|
4903
5184
|
labels?: undefined;
|
|
4904
5185
|
fields?: undefined;
|
|
@@ -5001,6 +5282,10 @@ export declare const toolDefinitions: ({
|
|
|
5001
5282
|
nestId?: undefined;
|
|
5002
5283
|
fieldsMetaData?: undefined;
|
|
5003
5284
|
hints?: undefined;
|
|
5285
|
+
provenance?: undefined;
|
|
5286
|
+
rights?: undefined;
|
|
5287
|
+
forUser?: undefined;
|
|
5288
|
+
whoCan?: undefined;
|
|
5004
5289
|
parentId?: undefined;
|
|
5005
5290
|
description?: undefined;
|
|
5006
5291
|
labels?: undefined;
|
|
@@ -5098,6 +5383,10 @@ export declare const toolDefinitions: ({
|
|
|
5098
5383
|
nestId?: undefined;
|
|
5099
5384
|
fieldsMetaData?: undefined;
|
|
5100
5385
|
hints?: undefined;
|
|
5386
|
+
provenance?: undefined;
|
|
5387
|
+
rights?: undefined;
|
|
5388
|
+
forUser?: undefined;
|
|
5389
|
+
whoCan?: undefined;
|
|
5101
5390
|
parentId?: undefined;
|
|
5102
5391
|
description?: undefined;
|
|
5103
5392
|
labels?: undefined;
|
|
@@ -5205,6 +5494,10 @@ export declare const toolDefinitions: ({
|
|
|
5205
5494
|
nestId?: undefined;
|
|
5206
5495
|
fieldsMetaData?: undefined;
|
|
5207
5496
|
hints?: undefined;
|
|
5497
|
+
provenance?: undefined;
|
|
5498
|
+
rights?: undefined;
|
|
5499
|
+
forUser?: undefined;
|
|
5500
|
+
whoCan?: undefined;
|
|
5208
5501
|
parentId?: undefined;
|
|
5209
5502
|
description?: undefined;
|
|
5210
5503
|
labels?: undefined;
|
|
@@ -5306,6 +5599,10 @@ export declare const toolDefinitions: ({
|
|
|
5306
5599
|
nestId?: undefined;
|
|
5307
5600
|
fieldsMetaData?: undefined;
|
|
5308
5601
|
hints?: undefined;
|
|
5602
|
+
provenance?: undefined;
|
|
5603
|
+
rights?: undefined;
|
|
5604
|
+
forUser?: undefined;
|
|
5605
|
+
whoCan?: undefined;
|
|
5309
5606
|
parentId?: undefined;
|
|
5310
5607
|
description?: undefined;
|
|
5311
5608
|
labels?: undefined;
|
|
@@ -5407,6 +5704,10 @@ export declare const toolDefinitions: ({
|
|
|
5407
5704
|
_listTitle?: undefined;
|
|
5408
5705
|
fieldsMetaData?: undefined;
|
|
5409
5706
|
hints?: undefined;
|
|
5707
|
+
provenance?: undefined;
|
|
5708
|
+
rights?: undefined;
|
|
5709
|
+
forUser?: undefined;
|
|
5710
|
+
whoCan?: undefined;
|
|
5410
5711
|
parentId?: undefined;
|
|
5411
5712
|
description?: undefined;
|
|
5412
5713
|
labels?: undefined;
|
|
@@ -5505,6 +5806,10 @@ export declare const toolDefinitions: ({
|
|
|
5505
5806
|
nestId?: undefined;
|
|
5506
5807
|
fieldsMetaData?: undefined;
|
|
5507
5808
|
hints?: undefined;
|
|
5809
|
+
provenance?: undefined;
|
|
5810
|
+
rights?: undefined;
|
|
5811
|
+
forUser?: undefined;
|
|
5812
|
+
whoCan?: undefined;
|
|
5508
5813
|
parentId?: undefined;
|
|
5509
5814
|
description?: undefined;
|
|
5510
5815
|
labels?: undefined;
|
|
@@ -5603,6 +5908,10 @@ export declare const toolDefinitions: ({
|
|
|
5603
5908
|
nestId?: undefined;
|
|
5604
5909
|
fieldsMetaData?: undefined;
|
|
5605
5910
|
hints?: undefined;
|
|
5911
|
+
provenance?: undefined;
|
|
5912
|
+
rights?: undefined;
|
|
5913
|
+
forUser?: undefined;
|
|
5914
|
+
whoCan?: undefined;
|
|
5606
5915
|
parentId?: undefined;
|
|
5607
5916
|
description?: undefined;
|
|
5608
5917
|
labels?: undefined;
|
|
@@ -5716,6 +6025,10 @@ export declare const toolDefinitions: ({
|
|
|
5716
6025
|
nestId?: undefined;
|
|
5717
6026
|
fieldsMetaData?: undefined;
|
|
5718
6027
|
hints?: undefined;
|
|
6028
|
+
provenance?: undefined;
|
|
6029
|
+
rights?: undefined;
|
|
6030
|
+
forUser?: undefined;
|
|
6031
|
+
whoCan?: undefined;
|
|
5719
6032
|
parentId?: undefined;
|
|
5720
6033
|
description?: undefined;
|
|
5721
6034
|
labels?: undefined;
|
|
@@ -5826,6 +6139,10 @@ export declare const toolDefinitions: ({
|
|
|
5826
6139
|
_listTitle?: undefined;
|
|
5827
6140
|
fieldsMetaData?: undefined;
|
|
5828
6141
|
hints?: undefined;
|
|
6142
|
+
provenance?: undefined;
|
|
6143
|
+
rights?: undefined;
|
|
6144
|
+
forUser?: undefined;
|
|
6145
|
+
whoCan?: undefined;
|
|
5829
6146
|
parentId?: undefined;
|
|
5830
6147
|
labels?: undefined;
|
|
5831
6148
|
fields?: undefined;
|
|
@@ -5925,6 +6242,10 @@ export declare const toolDefinitions: ({
|
|
|
5925
6242
|
_listTitle?: undefined;
|
|
5926
6243
|
fieldsMetaData?: undefined;
|
|
5927
6244
|
hints?: undefined;
|
|
6245
|
+
provenance?: undefined;
|
|
6246
|
+
rights?: undefined;
|
|
6247
|
+
forUser?: undefined;
|
|
6248
|
+
whoCan?: undefined;
|
|
5928
6249
|
parentId?: undefined;
|
|
5929
6250
|
description?: undefined;
|
|
5930
6251
|
labels?: undefined;
|
|
@@ -6034,6 +6355,10 @@ export declare const toolDefinitions: ({
|
|
|
6034
6355
|
_listTitle?: undefined;
|
|
6035
6356
|
fieldsMetaData?: undefined;
|
|
6036
6357
|
hints?: undefined;
|
|
6358
|
+
provenance?: undefined;
|
|
6359
|
+
rights?: undefined;
|
|
6360
|
+
forUser?: undefined;
|
|
6361
|
+
whoCan?: undefined;
|
|
6037
6362
|
parentId?: undefined;
|
|
6038
6363
|
description?: undefined;
|
|
6039
6364
|
labels?: undefined;
|
|
@@ -6151,6 +6476,10 @@ export declare const toolDefinitions: ({
|
|
|
6151
6476
|
_listTitle?: undefined;
|
|
6152
6477
|
fieldsMetaData?: undefined;
|
|
6153
6478
|
hints?: undefined;
|
|
6479
|
+
provenance?: undefined;
|
|
6480
|
+
rights?: undefined;
|
|
6481
|
+
forUser?: undefined;
|
|
6482
|
+
whoCan?: undefined;
|
|
6154
6483
|
parentId?: undefined;
|
|
6155
6484
|
labels?: undefined;
|
|
6156
6485
|
fields?: undefined;
|
|
@@ -6307,6 +6636,10 @@ export declare const toolDefinitions: ({
|
|
|
6307
6636
|
_listTitle?: undefined;
|
|
6308
6637
|
fieldsMetaData?: undefined;
|
|
6309
6638
|
hints?: undefined;
|
|
6639
|
+
provenance?: undefined;
|
|
6640
|
+
rights?: undefined;
|
|
6641
|
+
forUser?: undefined;
|
|
6642
|
+
whoCan?: undefined;
|
|
6310
6643
|
fields?: undefined;
|
|
6311
6644
|
data?: undefined;
|
|
6312
6645
|
completed?: undefined;
|
|
@@ -6448,6 +6781,10 @@ export declare const toolDefinitions: ({
|
|
|
6448
6781
|
_listTitle?: undefined;
|
|
6449
6782
|
fieldsMetaData?: undefined;
|
|
6450
6783
|
hints?: undefined;
|
|
6784
|
+
provenance?: undefined;
|
|
6785
|
+
rights?: undefined;
|
|
6786
|
+
forUser?: undefined;
|
|
6787
|
+
whoCan?: undefined;
|
|
6451
6788
|
fields?: undefined;
|
|
6452
6789
|
data?: undefined;
|
|
6453
6790
|
completed?: undefined;
|
|
@@ -6545,6 +6882,10 @@ export declare const toolDefinitions: ({
|
|
|
6545
6882
|
_listTitle?: undefined;
|
|
6546
6883
|
fieldsMetaData?: undefined;
|
|
6547
6884
|
hints?: undefined;
|
|
6885
|
+
provenance?: undefined;
|
|
6886
|
+
rights?: undefined;
|
|
6887
|
+
forUser?: undefined;
|
|
6888
|
+
whoCan?: undefined;
|
|
6548
6889
|
parentId?: undefined;
|
|
6549
6890
|
description?: undefined;
|
|
6550
6891
|
labels?: undefined;
|
|
@@ -6645,6 +6986,10 @@ export declare const toolDefinitions: ({
|
|
|
6645
6986
|
_listTitle?: undefined;
|
|
6646
6987
|
fieldsMetaData?: undefined;
|
|
6647
6988
|
hints?: undefined;
|
|
6989
|
+
provenance?: undefined;
|
|
6990
|
+
rights?: undefined;
|
|
6991
|
+
forUser?: undefined;
|
|
6992
|
+
whoCan?: undefined;
|
|
6648
6993
|
parentId?: undefined;
|
|
6649
6994
|
description?: undefined;
|
|
6650
6995
|
labels?: undefined;
|
|
@@ -6755,6 +7100,10 @@ export declare const toolDefinitions: ({
|
|
|
6755
7100
|
_listTitle?: undefined;
|
|
6756
7101
|
fieldsMetaData?: undefined;
|
|
6757
7102
|
hints?: undefined;
|
|
7103
|
+
provenance?: undefined;
|
|
7104
|
+
rights?: undefined;
|
|
7105
|
+
forUser?: undefined;
|
|
7106
|
+
whoCan?: undefined;
|
|
6758
7107
|
parentId?: undefined;
|
|
6759
7108
|
description?: undefined;
|
|
6760
7109
|
fields?: undefined;
|
|
@@ -6861,6 +7210,10 @@ export declare const toolDefinitions: ({
|
|
|
6861
7210
|
_listTitle?: undefined;
|
|
6862
7211
|
fieldsMetaData?: undefined;
|
|
6863
7212
|
hints?: undefined;
|
|
7213
|
+
provenance?: undefined;
|
|
7214
|
+
rights?: undefined;
|
|
7215
|
+
forUser?: undefined;
|
|
7216
|
+
whoCan?: undefined;
|
|
6864
7217
|
parentId?: undefined;
|
|
6865
7218
|
description?: undefined;
|
|
6866
7219
|
labels?: undefined;
|
|
@@ -6964,6 +7317,10 @@ export declare const toolDefinitions: ({
|
|
|
6964
7317
|
_listTitle?: undefined;
|
|
6965
7318
|
fieldsMetaData?: undefined;
|
|
6966
7319
|
hints?: undefined;
|
|
7320
|
+
provenance?: undefined;
|
|
7321
|
+
rights?: undefined;
|
|
7322
|
+
forUser?: undefined;
|
|
7323
|
+
whoCan?: undefined;
|
|
6967
7324
|
parentId?: undefined;
|
|
6968
7325
|
description?: undefined;
|
|
6969
7326
|
labels?: undefined;
|
|
@@ -7068,6 +7425,10 @@ export declare const toolDefinitions: ({
|
|
|
7068
7425
|
_listTitle?: undefined;
|
|
7069
7426
|
fieldsMetaData?: undefined;
|
|
7070
7427
|
hints?: undefined;
|
|
7428
|
+
provenance?: undefined;
|
|
7429
|
+
rights?: undefined;
|
|
7430
|
+
forUser?: undefined;
|
|
7431
|
+
whoCan?: undefined;
|
|
7071
7432
|
parentId?: undefined;
|
|
7072
7433
|
description?: undefined;
|
|
7073
7434
|
labels?: undefined;
|
|
@@ -7179,6 +7540,10 @@ export declare const toolDefinitions: ({
|
|
|
7179
7540
|
_listTitle?: undefined;
|
|
7180
7541
|
fieldsMetaData?: undefined;
|
|
7181
7542
|
hints?: undefined;
|
|
7543
|
+
provenance?: undefined;
|
|
7544
|
+
rights?: undefined;
|
|
7545
|
+
forUser?: undefined;
|
|
7546
|
+
whoCan?: undefined;
|
|
7182
7547
|
parentId?: undefined;
|
|
7183
7548
|
description?: undefined;
|
|
7184
7549
|
labels?: undefined;
|
|
@@ -7283,6 +7648,10 @@ export declare const toolDefinitions: ({
|
|
|
7283
7648
|
_listTitle?: undefined;
|
|
7284
7649
|
fieldsMetaData?: undefined;
|
|
7285
7650
|
hints?: undefined;
|
|
7651
|
+
provenance?: undefined;
|
|
7652
|
+
rights?: undefined;
|
|
7653
|
+
forUser?: undefined;
|
|
7654
|
+
whoCan?: undefined;
|
|
7286
7655
|
parentId?: undefined;
|
|
7287
7656
|
description?: undefined;
|
|
7288
7657
|
labels?: undefined;
|
|
@@ -7404,6 +7773,10 @@ export declare const toolDefinitions: ({
|
|
|
7404
7773
|
nestId?: undefined;
|
|
7405
7774
|
fieldsMetaData?: undefined;
|
|
7406
7775
|
hints?: undefined;
|
|
7776
|
+
provenance?: undefined;
|
|
7777
|
+
rights?: undefined;
|
|
7778
|
+
forUser?: undefined;
|
|
7779
|
+
whoCan?: undefined;
|
|
7407
7780
|
parentId?: undefined;
|
|
7408
7781
|
description?: undefined;
|
|
7409
7782
|
labels?: undefined;
|
|
@@ -7510,6 +7883,10 @@ export declare const toolDefinitions: ({
|
|
|
7510
7883
|
nestId?: undefined;
|
|
7511
7884
|
fieldsMetaData?: undefined;
|
|
7512
7885
|
hints?: undefined;
|
|
7886
|
+
provenance?: undefined;
|
|
7887
|
+
rights?: undefined;
|
|
7888
|
+
forUser?: undefined;
|
|
7889
|
+
whoCan?: undefined;
|
|
7513
7890
|
parentId?: undefined;
|
|
7514
7891
|
description?: undefined;
|
|
7515
7892
|
labels?: undefined;
|
|
@@ -7609,6 +7986,10 @@ export declare const toolDefinitions: ({
|
|
|
7609
7986
|
_listTitle?: undefined;
|
|
7610
7987
|
fieldsMetaData?: undefined;
|
|
7611
7988
|
hints?: undefined;
|
|
7989
|
+
provenance?: undefined;
|
|
7990
|
+
rights?: undefined;
|
|
7991
|
+
forUser?: undefined;
|
|
7992
|
+
whoCan?: undefined;
|
|
7612
7993
|
parentId?: undefined;
|
|
7613
7994
|
description?: undefined;
|
|
7614
7995
|
labels?: undefined;
|
|
@@ -7722,6 +8103,10 @@ export declare const toolDefinitions: ({
|
|
|
7722
8103
|
_listTitle?: undefined;
|
|
7723
8104
|
fieldsMetaData?: undefined;
|
|
7724
8105
|
hints?: undefined;
|
|
8106
|
+
provenance?: undefined;
|
|
8107
|
+
rights?: undefined;
|
|
8108
|
+
forUser?: undefined;
|
|
8109
|
+
whoCan?: undefined;
|
|
7725
8110
|
parentId?: undefined;
|
|
7726
8111
|
description?: undefined;
|
|
7727
8112
|
labels?: undefined;
|