@nestr/mcp 0.1.65 → 0.1.66
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/build/tools/index.d.ts +327 -238
- package/build/tools/index.d.ts.map +1 -1
- package/build/tools/index.js +29 -0
- package/build/tools/index.js.map +1 -1
- package/package.json +1 -1
package/build/tools/index.d.ts
CHANGED
|
@@ -958,11 +958,13 @@ export declare const toolDefinitions: ({
|
|
|
958
958
|
type: string;
|
|
959
959
|
description: string;
|
|
960
960
|
};
|
|
961
|
-
|
|
961
|
+
workspaceId?: undefined;
|
|
962
|
+
query?: undefined;
|
|
962
963
|
limit?: undefined;
|
|
963
964
|
page?: undefined;
|
|
965
|
+
nestId?: undefined;
|
|
966
|
+
search?: undefined;
|
|
964
967
|
stripDescription?: undefined;
|
|
965
|
-
workspaceId?: undefined;
|
|
966
968
|
title?: undefined;
|
|
967
969
|
purpose?: undefined;
|
|
968
970
|
type?: undefined;
|
|
@@ -970,9 +972,176 @@ export declare const toolDefinitions: ({
|
|
|
970
972
|
plan?: undefined;
|
|
971
973
|
apps?: undefined;
|
|
972
974
|
layout?: undefined;
|
|
973
|
-
query?: undefined;
|
|
974
975
|
_listTitle?: undefined;
|
|
976
|
+
fieldsMetaData?: undefined;
|
|
977
|
+
hints?: undefined;
|
|
978
|
+
parentId?: undefined;
|
|
979
|
+
description?: undefined;
|
|
980
|
+
labels?: undefined;
|
|
981
|
+
users?: undefined;
|
|
982
|
+
accountabilities?: undefined;
|
|
983
|
+
domains?: undefined;
|
|
984
|
+
fields?: undefined;
|
|
985
|
+
data?: undefined;
|
|
986
|
+
due?: undefined;
|
|
987
|
+
completed?: undefined;
|
|
988
|
+
body?: undefined;
|
|
989
|
+
commentId?: undefined;
|
|
990
|
+
circleId?: undefined;
|
|
991
|
+
includeSubCircles?: undefined;
|
|
992
|
+
userId?: undefined;
|
|
993
|
+
endDate?: undefined;
|
|
994
|
+
metricId?: undefined;
|
|
995
|
+
depth?: undefined;
|
|
996
|
+
username?: undefined;
|
|
997
|
+
fullName?: undefined;
|
|
998
|
+
language?: undefined;
|
|
999
|
+
labelId?: undefined;
|
|
1000
|
+
from?: undefined;
|
|
1001
|
+
to?: undefined;
|
|
1002
|
+
completedAfter?: undefined;
|
|
1003
|
+
nestIds?: undefined;
|
|
1004
|
+
position?: undefined;
|
|
1005
|
+
relatedNestId?: undefined;
|
|
1006
|
+
color?: undefined;
|
|
1007
|
+
icon?: undefined;
|
|
1008
|
+
fullWorkspaces?: undefined;
|
|
1009
|
+
context?: undefined;
|
|
1010
|
+
skip?: undefined;
|
|
1011
|
+
showRead?: undefined;
|
|
1012
|
+
group?: undefined;
|
|
1013
|
+
feeling?: undefined;
|
|
1014
|
+
needs?: undefined;
|
|
1015
|
+
tensionId?: undefined;
|
|
1016
|
+
order?: undefined;
|
|
1017
|
+
_id?: undefined;
|
|
1018
|
+
partId?: undefined;
|
|
1019
|
+
childId?: undefined;
|
|
1020
|
+
status?: undefined;
|
|
1021
|
+
relation?: undefined;
|
|
1022
|
+
direction?: undefined;
|
|
1023
|
+
targetId?: undefined;
|
|
1024
|
+
};
|
|
1025
|
+
required: string[];
|
|
1026
|
+
};
|
|
1027
|
+
} | {
|
|
1028
|
+
annotations: {
|
|
1029
|
+
readOnlyHint: boolean;
|
|
1030
|
+
destructiveHint: boolean;
|
|
1031
|
+
};
|
|
1032
|
+
name: string;
|
|
1033
|
+
description: string;
|
|
1034
|
+
inputSchema: {
|
|
1035
|
+
type: "object";
|
|
1036
|
+
properties: {
|
|
1037
|
+
workspaceId: {
|
|
1038
|
+
type: string;
|
|
1039
|
+
description: string;
|
|
1040
|
+
};
|
|
1041
|
+
query: {
|
|
1042
|
+
type: string;
|
|
1043
|
+
description: string;
|
|
1044
|
+
};
|
|
1045
|
+
limit: {
|
|
1046
|
+
type: string;
|
|
1047
|
+
description: string;
|
|
1048
|
+
};
|
|
1049
|
+
page: {
|
|
1050
|
+
type: string;
|
|
1051
|
+
description: string;
|
|
1052
|
+
};
|
|
1053
|
+
topic?: undefined;
|
|
975
1054
|
nestId?: undefined;
|
|
1055
|
+
search?: undefined;
|
|
1056
|
+
stripDescription?: undefined;
|
|
1057
|
+
title?: undefined;
|
|
1058
|
+
purpose?: undefined;
|
|
1059
|
+
type?: undefined;
|
|
1060
|
+
governance?: undefined;
|
|
1061
|
+
plan?: undefined;
|
|
1062
|
+
apps?: undefined;
|
|
1063
|
+
layout?: undefined;
|
|
1064
|
+
_listTitle?: undefined;
|
|
1065
|
+
fieldsMetaData?: undefined;
|
|
1066
|
+
hints?: undefined;
|
|
1067
|
+
parentId?: undefined;
|
|
1068
|
+
description?: undefined;
|
|
1069
|
+
labels?: undefined;
|
|
1070
|
+
users?: undefined;
|
|
1071
|
+
accountabilities?: undefined;
|
|
1072
|
+
domains?: undefined;
|
|
1073
|
+
fields?: undefined;
|
|
1074
|
+
data?: undefined;
|
|
1075
|
+
due?: undefined;
|
|
1076
|
+
completed?: undefined;
|
|
1077
|
+
body?: undefined;
|
|
1078
|
+
commentId?: undefined;
|
|
1079
|
+
circleId?: undefined;
|
|
1080
|
+
includeSubCircles?: undefined;
|
|
1081
|
+
userId?: undefined;
|
|
1082
|
+
endDate?: undefined;
|
|
1083
|
+
metricId?: undefined;
|
|
1084
|
+
depth?: undefined;
|
|
1085
|
+
username?: undefined;
|
|
1086
|
+
fullName?: undefined;
|
|
1087
|
+
language?: undefined;
|
|
1088
|
+
labelId?: undefined;
|
|
1089
|
+
from?: undefined;
|
|
1090
|
+
to?: undefined;
|
|
1091
|
+
completedAfter?: undefined;
|
|
1092
|
+
nestIds?: undefined;
|
|
1093
|
+
position?: undefined;
|
|
1094
|
+
relatedNestId?: undefined;
|
|
1095
|
+
color?: undefined;
|
|
1096
|
+
icon?: undefined;
|
|
1097
|
+
fullWorkspaces?: undefined;
|
|
1098
|
+
context?: undefined;
|
|
1099
|
+
skip?: undefined;
|
|
1100
|
+
showRead?: undefined;
|
|
1101
|
+
group?: undefined;
|
|
1102
|
+
feeling?: undefined;
|
|
1103
|
+
needs?: undefined;
|
|
1104
|
+
tensionId?: undefined;
|
|
1105
|
+
order?: undefined;
|
|
1106
|
+
_id?: undefined;
|
|
1107
|
+
partId?: undefined;
|
|
1108
|
+
childId?: undefined;
|
|
1109
|
+
status?: undefined;
|
|
1110
|
+
relation?: undefined;
|
|
1111
|
+
direction?: undefined;
|
|
1112
|
+
targetId?: undefined;
|
|
1113
|
+
};
|
|
1114
|
+
required: string[];
|
|
1115
|
+
};
|
|
1116
|
+
} | {
|
|
1117
|
+
annotations: {
|
|
1118
|
+
readOnlyHint: boolean;
|
|
1119
|
+
destructiveHint: boolean;
|
|
1120
|
+
};
|
|
1121
|
+
name: string;
|
|
1122
|
+
description: string;
|
|
1123
|
+
inputSchema: {
|
|
1124
|
+
type: "object";
|
|
1125
|
+
properties: {
|
|
1126
|
+
nestId: {
|
|
1127
|
+
type: string;
|
|
1128
|
+
description: string;
|
|
1129
|
+
};
|
|
1130
|
+
topic?: undefined;
|
|
1131
|
+
workspaceId?: undefined;
|
|
1132
|
+
query?: undefined;
|
|
1133
|
+
limit?: undefined;
|
|
1134
|
+
page?: undefined;
|
|
1135
|
+
search?: undefined;
|
|
1136
|
+
stripDescription?: undefined;
|
|
1137
|
+
title?: undefined;
|
|
1138
|
+
purpose?: undefined;
|
|
1139
|
+
type?: undefined;
|
|
1140
|
+
governance?: undefined;
|
|
1141
|
+
plan?: undefined;
|
|
1142
|
+
apps?: undefined;
|
|
1143
|
+
layout?: undefined;
|
|
1144
|
+
_listTitle?: undefined;
|
|
976
1145
|
fieldsMetaData?: undefined;
|
|
977
1146
|
hints?: undefined;
|
|
978
1147
|
parentId?: undefined;
|
|
@@ -1052,6 +1221,8 @@ export declare const toolDefinitions: ({
|
|
|
1052
1221
|
};
|
|
1053
1222
|
topic?: undefined;
|
|
1054
1223
|
workspaceId?: undefined;
|
|
1224
|
+
query?: undefined;
|
|
1225
|
+
nestId?: undefined;
|
|
1055
1226
|
title?: undefined;
|
|
1056
1227
|
purpose?: undefined;
|
|
1057
1228
|
type?: undefined;
|
|
@@ -1059,9 +1230,7 @@ export declare const toolDefinitions: ({
|
|
|
1059
1230
|
plan?: undefined;
|
|
1060
1231
|
apps?: undefined;
|
|
1061
1232
|
layout?: undefined;
|
|
1062
|
-
query?: undefined;
|
|
1063
1233
|
_listTitle?: undefined;
|
|
1064
|
-
nestId?: undefined;
|
|
1065
1234
|
fieldsMetaData?: undefined;
|
|
1066
1235
|
hints?: undefined;
|
|
1067
1236
|
parentId?: undefined;
|
|
@@ -1132,9 +1301,11 @@ export declare const toolDefinitions: ({
|
|
|
1132
1301
|
description: string;
|
|
1133
1302
|
};
|
|
1134
1303
|
topic?: undefined;
|
|
1135
|
-
|
|
1304
|
+
query?: undefined;
|
|
1136
1305
|
limit?: undefined;
|
|
1137
1306
|
page?: undefined;
|
|
1307
|
+
nestId?: undefined;
|
|
1308
|
+
search?: undefined;
|
|
1138
1309
|
title?: undefined;
|
|
1139
1310
|
purpose?: undefined;
|
|
1140
1311
|
type?: undefined;
|
|
@@ -1142,9 +1313,7 @@ export declare const toolDefinitions: ({
|
|
|
1142
1313
|
plan?: undefined;
|
|
1143
1314
|
apps?: undefined;
|
|
1144
1315
|
layout?: undefined;
|
|
1145
|
-
query?: undefined;
|
|
1146
1316
|
_listTitle?: undefined;
|
|
1147
|
-
nestId?: undefined;
|
|
1148
1317
|
fieldsMetaData?: undefined;
|
|
1149
1318
|
hints?: undefined;
|
|
1150
1319
|
parentId?: undefined;
|
|
@@ -1243,14 +1412,14 @@ export declare const toolDefinitions: ({
|
|
|
1243
1412
|
description: string;
|
|
1244
1413
|
};
|
|
1245
1414
|
topic?: undefined;
|
|
1246
|
-
|
|
1415
|
+
workspaceId?: undefined;
|
|
1416
|
+
query?: undefined;
|
|
1247
1417
|
limit?: undefined;
|
|
1248
1418
|
page?: undefined;
|
|
1419
|
+
nestId?: undefined;
|
|
1420
|
+
search?: undefined;
|
|
1249
1421
|
stripDescription?: undefined;
|
|
1250
|
-
workspaceId?: undefined;
|
|
1251
|
-
query?: undefined;
|
|
1252
1422
|
_listTitle?: undefined;
|
|
1253
|
-
nestId?: undefined;
|
|
1254
1423
|
fieldsMetaData?: undefined;
|
|
1255
1424
|
hints?: undefined;
|
|
1256
1425
|
parentId?: undefined;
|
|
@@ -1337,6 +1506,7 @@ export declare const toolDefinitions: ({
|
|
|
1337
1506
|
description: string;
|
|
1338
1507
|
};
|
|
1339
1508
|
topic?: undefined;
|
|
1509
|
+
nestId?: undefined;
|
|
1340
1510
|
search?: undefined;
|
|
1341
1511
|
title?: undefined;
|
|
1342
1512
|
purpose?: undefined;
|
|
@@ -1345,7 +1515,6 @@ export declare const toolDefinitions: ({
|
|
|
1345
1515
|
plan?: undefined;
|
|
1346
1516
|
apps?: undefined;
|
|
1347
1517
|
layout?: undefined;
|
|
1348
|
-
nestId?: undefined;
|
|
1349
1518
|
fieldsMetaData?: undefined;
|
|
1350
1519
|
hints?: undefined;
|
|
1351
1520
|
parentId?: undefined;
|
|
@@ -1424,10 +1593,11 @@ export declare const toolDefinitions: ({
|
|
|
1424
1593
|
description: string;
|
|
1425
1594
|
};
|
|
1426
1595
|
topic?: undefined;
|
|
1427
|
-
|
|
1596
|
+
workspaceId?: undefined;
|
|
1597
|
+
query?: undefined;
|
|
1428
1598
|
limit?: undefined;
|
|
1429
1599
|
page?: undefined;
|
|
1430
|
-
|
|
1600
|
+
search?: undefined;
|
|
1431
1601
|
title?: undefined;
|
|
1432
1602
|
purpose?: undefined;
|
|
1433
1603
|
type?: undefined;
|
|
@@ -1435,7 +1605,6 @@ export declare const toolDefinitions: ({
|
|
|
1435
1605
|
plan?: undefined;
|
|
1436
1606
|
apps?: undefined;
|
|
1437
1607
|
layout?: undefined;
|
|
1438
|
-
query?: undefined;
|
|
1439
1608
|
_listTitle?: undefined;
|
|
1440
1609
|
parentId?: undefined;
|
|
1441
1610
|
description?: undefined;
|
|
@@ -1521,8 +1690,9 @@ export declare const toolDefinitions: ({
|
|
|
1521
1690
|
description: string;
|
|
1522
1691
|
};
|
|
1523
1692
|
topic?: undefined;
|
|
1524
|
-
search?: undefined;
|
|
1525
1693
|
workspaceId?: undefined;
|
|
1694
|
+
query?: undefined;
|
|
1695
|
+
search?: undefined;
|
|
1526
1696
|
title?: undefined;
|
|
1527
1697
|
purpose?: undefined;
|
|
1528
1698
|
type?: undefined;
|
|
@@ -1530,7 +1700,6 @@ export declare const toolDefinitions: ({
|
|
|
1530
1700
|
plan?: undefined;
|
|
1531
1701
|
apps?: undefined;
|
|
1532
1702
|
layout?: undefined;
|
|
1533
|
-
query?: undefined;
|
|
1534
1703
|
fieldsMetaData?: undefined;
|
|
1535
1704
|
parentId?: undefined;
|
|
1536
1705
|
description?: undefined;
|
|
@@ -1640,18 +1809,18 @@ export declare const toolDefinitions: ({
|
|
|
1640
1809
|
description: string;
|
|
1641
1810
|
};
|
|
1642
1811
|
topic?: undefined;
|
|
1643
|
-
|
|
1812
|
+
query?: undefined;
|
|
1644
1813
|
limit?: undefined;
|
|
1645
1814
|
page?: undefined;
|
|
1815
|
+
nestId?: undefined;
|
|
1816
|
+
search?: undefined;
|
|
1646
1817
|
stripDescription?: undefined;
|
|
1647
1818
|
type?: undefined;
|
|
1648
1819
|
governance?: undefined;
|
|
1649
1820
|
plan?: undefined;
|
|
1650
1821
|
apps?: undefined;
|
|
1651
1822
|
layout?: undefined;
|
|
1652
|
-
query?: undefined;
|
|
1653
1823
|
_listTitle?: undefined;
|
|
1654
|
-
nestId?: undefined;
|
|
1655
1824
|
fieldsMetaData?: undefined;
|
|
1656
1825
|
hints?: undefined;
|
|
1657
1826
|
fields?: undefined;
|
|
@@ -1776,99 +1945,19 @@ export declare const toolDefinitions: ({
|
|
|
1776
1945
|
description: string;
|
|
1777
1946
|
};
|
|
1778
1947
|
topic?: undefined;
|
|
1779
|
-
search?: undefined;
|
|
1780
|
-
limit?: undefined;
|
|
1781
|
-
page?: undefined;
|
|
1782
|
-
stripDescription?: undefined;
|
|
1783
|
-
type?: undefined;
|
|
1784
|
-
governance?: undefined;
|
|
1785
|
-
plan?: undefined;
|
|
1786
|
-
apps?: undefined;
|
|
1787
|
-
layout?: undefined;
|
|
1788
1948
|
query?: undefined;
|
|
1789
|
-
_listTitle?: undefined;
|
|
1790
|
-
fieldsMetaData?: undefined;
|
|
1791
|
-
hints?: undefined;
|
|
1792
|
-
body?: undefined;
|
|
1793
|
-
commentId?: undefined;
|
|
1794
|
-
circleId?: undefined;
|
|
1795
|
-
includeSubCircles?: undefined;
|
|
1796
|
-
userId?: undefined;
|
|
1797
|
-
endDate?: undefined;
|
|
1798
|
-
metricId?: undefined;
|
|
1799
|
-
depth?: undefined;
|
|
1800
|
-
username?: undefined;
|
|
1801
|
-
fullName?: undefined;
|
|
1802
|
-
language?: undefined;
|
|
1803
|
-
labelId?: undefined;
|
|
1804
|
-
from?: undefined;
|
|
1805
|
-
to?: undefined;
|
|
1806
|
-
completedAfter?: undefined;
|
|
1807
|
-
nestIds?: undefined;
|
|
1808
|
-
position?: undefined;
|
|
1809
|
-
relatedNestId?: undefined;
|
|
1810
|
-
color?: undefined;
|
|
1811
|
-
icon?: undefined;
|
|
1812
|
-
fullWorkspaces?: undefined;
|
|
1813
|
-
context?: undefined;
|
|
1814
|
-
skip?: undefined;
|
|
1815
|
-
showRead?: undefined;
|
|
1816
|
-
group?: undefined;
|
|
1817
|
-
feeling?: undefined;
|
|
1818
|
-
needs?: undefined;
|
|
1819
|
-
tensionId?: undefined;
|
|
1820
|
-
order?: undefined;
|
|
1821
|
-
_id?: undefined;
|
|
1822
|
-
partId?: undefined;
|
|
1823
|
-
childId?: undefined;
|
|
1824
|
-
status?: undefined;
|
|
1825
|
-
relation?: undefined;
|
|
1826
|
-
direction?: undefined;
|
|
1827
|
-
targetId?: undefined;
|
|
1828
|
-
};
|
|
1829
|
-
required: string[];
|
|
1830
|
-
};
|
|
1831
|
-
} | {
|
|
1832
|
-
annotations: {
|
|
1833
|
-
readOnlyHint: boolean;
|
|
1834
|
-
destructiveHint: boolean;
|
|
1835
|
-
};
|
|
1836
|
-
name: string;
|
|
1837
|
-
description: string;
|
|
1838
|
-
inputSchema: {
|
|
1839
|
-
type: "object";
|
|
1840
|
-
properties: {
|
|
1841
|
-
nestId: {
|
|
1842
|
-
type: string;
|
|
1843
|
-
description: string;
|
|
1844
|
-
};
|
|
1845
|
-
topic?: undefined;
|
|
1846
|
-
search?: undefined;
|
|
1847
1949
|
limit?: undefined;
|
|
1848
1950
|
page?: undefined;
|
|
1951
|
+
search?: undefined;
|
|
1849
1952
|
stripDescription?: undefined;
|
|
1850
|
-
workspaceId?: undefined;
|
|
1851
|
-
title?: undefined;
|
|
1852
|
-
purpose?: undefined;
|
|
1853
1953
|
type?: undefined;
|
|
1854
1954
|
governance?: undefined;
|
|
1855
1955
|
plan?: undefined;
|
|
1856
1956
|
apps?: undefined;
|
|
1857
1957
|
layout?: undefined;
|
|
1858
|
-
query?: undefined;
|
|
1859
1958
|
_listTitle?: undefined;
|
|
1860
1959
|
fieldsMetaData?: undefined;
|
|
1861
1960
|
hints?: undefined;
|
|
1862
|
-
parentId?: undefined;
|
|
1863
|
-
description?: undefined;
|
|
1864
|
-
labels?: undefined;
|
|
1865
|
-
users?: undefined;
|
|
1866
|
-
accountabilities?: undefined;
|
|
1867
|
-
domains?: undefined;
|
|
1868
|
-
fields?: undefined;
|
|
1869
|
-
data?: undefined;
|
|
1870
|
-
due?: undefined;
|
|
1871
|
-
completed?: undefined;
|
|
1872
1961
|
body?: undefined;
|
|
1873
1962
|
commentId?: undefined;
|
|
1874
1963
|
circleId?: undefined;
|
|
@@ -1927,11 +2016,12 @@ export declare const toolDefinitions: ({
|
|
|
1927
2016
|
description: string;
|
|
1928
2017
|
};
|
|
1929
2018
|
topic?: undefined;
|
|
1930
|
-
|
|
2019
|
+
workspaceId?: undefined;
|
|
2020
|
+
query?: undefined;
|
|
1931
2021
|
limit?: undefined;
|
|
1932
2022
|
page?: undefined;
|
|
2023
|
+
search?: undefined;
|
|
1933
2024
|
stripDescription?: undefined;
|
|
1934
|
-
workspaceId?: undefined;
|
|
1935
2025
|
title?: undefined;
|
|
1936
2026
|
purpose?: undefined;
|
|
1937
2027
|
type?: undefined;
|
|
@@ -1939,7 +2029,6 @@ export declare const toolDefinitions: ({
|
|
|
1939
2029
|
plan?: undefined;
|
|
1940
2030
|
apps?: undefined;
|
|
1941
2031
|
layout?: undefined;
|
|
1942
|
-
query?: undefined;
|
|
1943
2032
|
_listTitle?: undefined;
|
|
1944
2033
|
fieldsMetaData?: undefined;
|
|
1945
2034
|
hints?: undefined;
|
|
@@ -2010,11 +2099,13 @@ export declare const toolDefinitions: ({
|
|
|
2010
2099
|
description: string;
|
|
2011
2100
|
};
|
|
2012
2101
|
topic?: undefined;
|
|
2013
|
-
|
|
2102
|
+
workspaceId?: undefined;
|
|
2103
|
+
query?: undefined;
|
|
2014
2104
|
limit?: undefined;
|
|
2015
2105
|
page?: undefined;
|
|
2106
|
+
nestId?: undefined;
|
|
2107
|
+
search?: undefined;
|
|
2016
2108
|
stripDescription?: undefined;
|
|
2017
|
-
workspaceId?: undefined;
|
|
2018
2109
|
title?: undefined;
|
|
2019
2110
|
purpose?: undefined;
|
|
2020
2111
|
type?: undefined;
|
|
@@ -2022,9 +2113,7 @@ export declare const toolDefinitions: ({
|
|
|
2022
2113
|
plan?: undefined;
|
|
2023
2114
|
apps?: undefined;
|
|
2024
2115
|
layout?: undefined;
|
|
2025
|
-
query?: undefined;
|
|
2026
2116
|
_listTitle?: undefined;
|
|
2027
|
-
nestId?: undefined;
|
|
2028
2117
|
fieldsMetaData?: undefined;
|
|
2029
2118
|
hints?: undefined;
|
|
2030
2119
|
parentId?: undefined;
|
|
@@ -2089,11 +2178,13 @@ export declare const toolDefinitions: ({
|
|
|
2089
2178
|
description: string;
|
|
2090
2179
|
};
|
|
2091
2180
|
topic?: undefined;
|
|
2092
|
-
|
|
2181
|
+
workspaceId?: undefined;
|
|
2182
|
+
query?: undefined;
|
|
2093
2183
|
limit?: undefined;
|
|
2094
2184
|
page?: undefined;
|
|
2185
|
+
nestId?: undefined;
|
|
2186
|
+
search?: undefined;
|
|
2095
2187
|
stripDescription?: undefined;
|
|
2096
|
-
workspaceId?: undefined;
|
|
2097
2188
|
title?: undefined;
|
|
2098
2189
|
purpose?: undefined;
|
|
2099
2190
|
type?: undefined;
|
|
@@ -2101,9 +2192,7 @@ export declare const toolDefinitions: ({
|
|
|
2101
2192
|
plan?: undefined;
|
|
2102
2193
|
apps?: undefined;
|
|
2103
2194
|
layout?: undefined;
|
|
2104
|
-
query?: undefined;
|
|
2105
2195
|
_listTitle?: undefined;
|
|
2106
|
-
nestId?: undefined;
|
|
2107
2196
|
fieldsMetaData?: undefined;
|
|
2108
2197
|
hints?: undefined;
|
|
2109
2198
|
parentId?: undefined;
|
|
@@ -2181,6 +2270,8 @@ export declare const toolDefinitions: ({
|
|
|
2181
2270
|
description: string;
|
|
2182
2271
|
};
|
|
2183
2272
|
topic?: undefined;
|
|
2273
|
+
query?: undefined;
|
|
2274
|
+
nestId?: undefined;
|
|
2184
2275
|
search?: undefined;
|
|
2185
2276
|
title?: undefined;
|
|
2186
2277
|
purpose?: undefined;
|
|
@@ -2189,9 +2280,7 @@ export declare const toolDefinitions: ({
|
|
|
2189
2280
|
plan?: undefined;
|
|
2190
2281
|
apps?: undefined;
|
|
2191
2282
|
layout?: undefined;
|
|
2192
|
-
query?: undefined;
|
|
2193
2283
|
_listTitle?: undefined;
|
|
2194
|
-
nestId?: undefined;
|
|
2195
2284
|
fieldsMetaData?: undefined;
|
|
2196
2285
|
hints?: undefined;
|
|
2197
2286
|
parentId?: undefined;
|
|
@@ -2274,6 +2363,8 @@ export declare const toolDefinitions: ({
|
|
|
2274
2363
|
description: string;
|
|
2275
2364
|
};
|
|
2276
2365
|
topic?: undefined;
|
|
2366
|
+
query?: undefined;
|
|
2367
|
+
nestId?: undefined;
|
|
2277
2368
|
search?: undefined;
|
|
2278
2369
|
title?: undefined;
|
|
2279
2370
|
purpose?: undefined;
|
|
@@ -2282,9 +2373,7 @@ export declare const toolDefinitions: ({
|
|
|
2282
2373
|
plan?: undefined;
|
|
2283
2374
|
apps?: undefined;
|
|
2284
2375
|
layout?: undefined;
|
|
2285
|
-
query?: undefined;
|
|
2286
2376
|
_listTitle?: undefined;
|
|
2287
|
-
nestId?: undefined;
|
|
2288
2377
|
fieldsMetaData?: undefined;
|
|
2289
2378
|
hints?: undefined;
|
|
2290
2379
|
parentId?: undefined;
|
|
@@ -2366,9 +2455,10 @@ export declare const toolDefinitions: ({
|
|
|
2366
2455
|
description: string;
|
|
2367
2456
|
};
|
|
2368
2457
|
topic?: undefined;
|
|
2369
|
-
|
|
2458
|
+
query?: undefined;
|
|
2370
2459
|
limit?: undefined;
|
|
2371
2460
|
page?: undefined;
|
|
2461
|
+
search?: undefined;
|
|
2372
2462
|
stripDescription?: undefined;
|
|
2373
2463
|
title?: undefined;
|
|
2374
2464
|
purpose?: undefined;
|
|
@@ -2377,7 +2467,6 @@ export declare const toolDefinitions: ({
|
|
|
2377
2467
|
plan?: undefined;
|
|
2378
2468
|
apps?: undefined;
|
|
2379
2469
|
layout?: undefined;
|
|
2380
|
-
query?: undefined;
|
|
2381
2470
|
_listTitle?: undefined;
|
|
2382
2471
|
fieldsMetaData?: undefined;
|
|
2383
2472
|
hints?: undefined;
|
|
@@ -2446,9 +2535,11 @@ export declare const toolDefinitions: ({
|
|
|
2446
2535
|
description: string;
|
|
2447
2536
|
};
|
|
2448
2537
|
topic?: undefined;
|
|
2449
|
-
|
|
2538
|
+
query?: undefined;
|
|
2450
2539
|
limit?: undefined;
|
|
2451
2540
|
page?: undefined;
|
|
2541
|
+
nestId?: undefined;
|
|
2542
|
+
search?: undefined;
|
|
2452
2543
|
stripDescription?: undefined;
|
|
2453
2544
|
title?: undefined;
|
|
2454
2545
|
purpose?: undefined;
|
|
@@ -2457,9 +2548,7 @@ export declare const toolDefinitions: ({
|
|
|
2457
2548
|
plan?: undefined;
|
|
2458
2549
|
apps?: undefined;
|
|
2459
2550
|
layout?: undefined;
|
|
2460
|
-
query?: undefined;
|
|
2461
2551
|
_listTitle?: undefined;
|
|
2462
|
-
nestId?: undefined;
|
|
2463
2552
|
fieldsMetaData?: undefined;
|
|
2464
2553
|
hints?: undefined;
|
|
2465
2554
|
parentId?: undefined;
|
|
@@ -2537,6 +2626,8 @@ export declare const toolDefinitions: ({
|
|
|
2537
2626
|
description: string;
|
|
2538
2627
|
};
|
|
2539
2628
|
topic?: undefined;
|
|
2629
|
+
query?: undefined;
|
|
2630
|
+
nestId?: undefined;
|
|
2540
2631
|
stripDescription?: undefined;
|
|
2541
2632
|
title?: undefined;
|
|
2542
2633
|
purpose?: undefined;
|
|
@@ -2545,9 +2636,7 @@ export declare const toolDefinitions: ({
|
|
|
2545
2636
|
plan?: undefined;
|
|
2546
2637
|
apps?: undefined;
|
|
2547
2638
|
layout?: undefined;
|
|
2548
|
-
query?: undefined;
|
|
2549
2639
|
_listTitle?: undefined;
|
|
2550
|
-
nestId?: undefined;
|
|
2551
2640
|
fieldsMetaData?: undefined;
|
|
2552
2641
|
hints?: undefined;
|
|
2553
2642
|
parentId?: undefined;
|
|
@@ -2630,6 +2719,8 @@ export declare const toolDefinitions: ({
|
|
|
2630
2719
|
description: string;
|
|
2631
2720
|
};
|
|
2632
2721
|
topic?: undefined;
|
|
2722
|
+
query?: undefined;
|
|
2723
|
+
nestId?: undefined;
|
|
2633
2724
|
search?: undefined;
|
|
2634
2725
|
title?: undefined;
|
|
2635
2726
|
purpose?: undefined;
|
|
@@ -2638,8 +2729,6 @@ export declare const toolDefinitions: ({
|
|
|
2638
2729
|
plan?: undefined;
|
|
2639
2730
|
apps?: undefined;
|
|
2640
2731
|
layout?: undefined;
|
|
2641
|
-
query?: undefined;
|
|
2642
|
-
nestId?: undefined;
|
|
2643
2732
|
fieldsMetaData?: undefined;
|
|
2644
2733
|
hints?: undefined;
|
|
2645
2734
|
parentId?: undefined;
|
|
@@ -2715,11 +2804,12 @@ export declare const toolDefinitions: ({
|
|
|
2715
2804
|
description: string;
|
|
2716
2805
|
};
|
|
2717
2806
|
topic?: undefined;
|
|
2718
|
-
|
|
2807
|
+
workspaceId?: undefined;
|
|
2808
|
+
query?: undefined;
|
|
2719
2809
|
limit?: undefined;
|
|
2720
2810
|
page?: undefined;
|
|
2811
|
+
search?: undefined;
|
|
2721
2812
|
stripDescription?: undefined;
|
|
2722
|
-
workspaceId?: undefined;
|
|
2723
2813
|
title?: undefined;
|
|
2724
2814
|
purpose?: undefined;
|
|
2725
2815
|
type?: undefined;
|
|
@@ -2727,7 +2817,6 @@ export declare const toolDefinitions: ({
|
|
|
2727
2817
|
plan?: undefined;
|
|
2728
2818
|
apps?: undefined;
|
|
2729
2819
|
layout?: undefined;
|
|
2730
|
-
query?: undefined;
|
|
2731
2820
|
_listTitle?: undefined;
|
|
2732
2821
|
fieldsMetaData?: undefined;
|
|
2733
2822
|
hints?: undefined;
|
|
@@ -2802,9 +2891,11 @@ export declare const toolDefinitions: ({
|
|
|
2802
2891
|
description: string;
|
|
2803
2892
|
};
|
|
2804
2893
|
topic?: undefined;
|
|
2805
|
-
|
|
2894
|
+
query?: undefined;
|
|
2806
2895
|
limit?: undefined;
|
|
2807
2896
|
page?: undefined;
|
|
2897
|
+
nestId?: undefined;
|
|
2898
|
+
search?: undefined;
|
|
2808
2899
|
title?: undefined;
|
|
2809
2900
|
purpose?: undefined;
|
|
2810
2901
|
type?: undefined;
|
|
@@ -2812,9 +2903,7 @@ export declare const toolDefinitions: ({
|
|
|
2812
2903
|
plan?: undefined;
|
|
2813
2904
|
apps?: undefined;
|
|
2814
2905
|
layout?: undefined;
|
|
2815
|
-
query?: undefined;
|
|
2816
2906
|
_listTitle?: undefined;
|
|
2817
|
-
nestId?: undefined;
|
|
2818
2907
|
fieldsMetaData?: undefined;
|
|
2819
2908
|
hints?: undefined;
|
|
2820
2909
|
parentId?: undefined;
|
|
@@ -2884,9 +2973,11 @@ export declare const toolDefinitions: ({
|
|
|
2884
2973
|
description: string;
|
|
2885
2974
|
};
|
|
2886
2975
|
topic?: undefined;
|
|
2887
|
-
|
|
2976
|
+
query?: undefined;
|
|
2888
2977
|
limit?: undefined;
|
|
2889
2978
|
page?: undefined;
|
|
2979
|
+
nestId?: undefined;
|
|
2980
|
+
search?: undefined;
|
|
2890
2981
|
stripDescription?: undefined;
|
|
2891
2982
|
title?: undefined;
|
|
2892
2983
|
purpose?: undefined;
|
|
@@ -2895,9 +2986,7 @@ export declare const toolDefinitions: ({
|
|
|
2895
2986
|
plan?: undefined;
|
|
2896
2987
|
apps?: undefined;
|
|
2897
2988
|
layout?: undefined;
|
|
2898
|
-
query?: undefined;
|
|
2899
2989
|
_listTitle?: undefined;
|
|
2900
|
-
nestId?: undefined;
|
|
2901
2990
|
fieldsMetaData?: undefined;
|
|
2902
2991
|
hints?: undefined;
|
|
2903
2992
|
parentId?: undefined;
|
|
@@ -2975,9 +3064,11 @@ export declare const toolDefinitions: ({
|
|
|
2975
3064
|
description: string;
|
|
2976
3065
|
};
|
|
2977
3066
|
topic?: undefined;
|
|
2978
|
-
|
|
3067
|
+
query?: undefined;
|
|
2979
3068
|
limit?: undefined;
|
|
2980
3069
|
page?: undefined;
|
|
3070
|
+
nestId?: undefined;
|
|
3071
|
+
search?: undefined;
|
|
2981
3072
|
stripDescription?: undefined;
|
|
2982
3073
|
title?: undefined;
|
|
2983
3074
|
purpose?: undefined;
|
|
@@ -2986,9 +3077,7 @@ export declare const toolDefinitions: ({
|
|
|
2986
3077
|
plan?: undefined;
|
|
2987
3078
|
apps?: undefined;
|
|
2988
3079
|
layout?: undefined;
|
|
2989
|
-
query?: undefined;
|
|
2990
3080
|
_listTitle?: undefined;
|
|
2991
|
-
nestId?: undefined;
|
|
2992
3081
|
fieldsMetaData?: undefined;
|
|
2993
3082
|
hints?: undefined;
|
|
2994
3083
|
parentId?: undefined;
|
|
@@ -3056,9 +3145,11 @@ export declare const toolDefinitions: ({
|
|
|
3056
3145
|
description: string;
|
|
3057
3146
|
};
|
|
3058
3147
|
topic?: undefined;
|
|
3059
|
-
|
|
3148
|
+
query?: undefined;
|
|
3060
3149
|
limit?: undefined;
|
|
3061
3150
|
page?: undefined;
|
|
3151
|
+
nestId?: undefined;
|
|
3152
|
+
search?: undefined;
|
|
3062
3153
|
stripDescription?: undefined;
|
|
3063
3154
|
title?: undefined;
|
|
3064
3155
|
purpose?: undefined;
|
|
@@ -3067,9 +3158,7 @@ export declare const toolDefinitions: ({
|
|
|
3067
3158
|
plan?: undefined;
|
|
3068
3159
|
apps?: undefined;
|
|
3069
3160
|
layout?: undefined;
|
|
3070
|
-
query?: undefined;
|
|
3071
3161
|
_listTitle?: undefined;
|
|
3072
|
-
nestId?: undefined;
|
|
3073
3162
|
fieldsMetaData?: undefined;
|
|
3074
3163
|
hints?: undefined;
|
|
3075
3164
|
parentId?: undefined;
|
|
@@ -3151,8 +3240,10 @@ export declare const toolDefinitions: ({
|
|
|
3151
3240
|
description: string;
|
|
3152
3241
|
};
|
|
3153
3242
|
topic?: undefined;
|
|
3154
|
-
|
|
3243
|
+
query?: undefined;
|
|
3155
3244
|
page?: undefined;
|
|
3245
|
+
nestId?: undefined;
|
|
3246
|
+
search?: undefined;
|
|
3156
3247
|
stripDescription?: undefined;
|
|
3157
3248
|
title?: undefined;
|
|
3158
3249
|
purpose?: undefined;
|
|
@@ -3161,9 +3252,7 @@ export declare const toolDefinitions: ({
|
|
|
3161
3252
|
plan?: undefined;
|
|
3162
3253
|
apps?: undefined;
|
|
3163
3254
|
layout?: undefined;
|
|
3164
|
-
query?: undefined;
|
|
3165
3255
|
_listTitle?: undefined;
|
|
3166
|
-
nestId?: undefined;
|
|
3167
3256
|
fieldsMetaData?: undefined;
|
|
3168
3257
|
hints?: undefined;
|
|
3169
3258
|
parentId?: undefined;
|
|
@@ -3227,9 +3316,11 @@ export declare const toolDefinitions: ({
|
|
|
3227
3316
|
description: string;
|
|
3228
3317
|
};
|
|
3229
3318
|
topic?: undefined;
|
|
3230
|
-
|
|
3319
|
+
query?: undefined;
|
|
3231
3320
|
limit?: undefined;
|
|
3232
3321
|
page?: undefined;
|
|
3322
|
+
nestId?: undefined;
|
|
3323
|
+
search?: undefined;
|
|
3233
3324
|
stripDescription?: undefined;
|
|
3234
3325
|
title?: undefined;
|
|
3235
3326
|
purpose?: undefined;
|
|
@@ -3238,9 +3329,7 @@ export declare const toolDefinitions: ({
|
|
|
3238
3329
|
plan?: undefined;
|
|
3239
3330
|
apps?: undefined;
|
|
3240
3331
|
layout?: undefined;
|
|
3241
|
-
query?: undefined;
|
|
3242
3332
|
_listTitle?: undefined;
|
|
3243
|
-
nestId?: undefined;
|
|
3244
3333
|
fieldsMetaData?: undefined;
|
|
3245
3334
|
hints?: undefined;
|
|
3246
3335
|
parentId?: undefined;
|
|
@@ -3311,10 +3400,12 @@ export declare const toolDefinitions: ({
|
|
|
3311
3400
|
description: string;
|
|
3312
3401
|
};
|
|
3313
3402
|
topic?: undefined;
|
|
3314
|
-
|
|
3403
|
+
workspaceId?: undefined;
|
|
3404
|
+
query?: undefined;
|
|
3315
3405
|
limit?: undefined;
|
|
3316
3406
|
page?: undefined;
|
|
3317
|
-
|
|
3407
|
+
nestId?: undefined;
|
|
3408
|
+
search?: undefined;
|
|
3318
3409
|
title?: undefined;
|
|
3319
3410
|
purpose?: undefined;
|
|
3320
3411
|
type?: undefined;
|
|
@@ -3322,9 +3413,7 @@ export declare const toolDefinitions: ({
|
|
|
3322
3413
|
plan?: undefined;
|
|
3323
3414
|
apps?: undefined;
|
|
3324
3415
|
layout?: undefined;
|
|
3325
|
-
query?: undefined;
|
|
3326
3416
|
_listTitle?: undefined;
|
|
3327
|
-
nestId?: undefined;
|
|
3328
3417
|
fieldsMetaData?: undefined;
|
|
3329
3418
|
hints?: undefined;
|
|
3330
3419
|
parentId?: undefined;
|
|
@@ -3399,20 +3488,20 @@ export declare const toolDefinitions: ({
|
|
|
3399
3488
|
description: string;
|
|
3400
3489
|
};
|
|
3401
3490
|
topic?: undefined;
|
|
3402
|
-
|
|
3491
|
+
workspaceId?: undefined;
|
|
3492
|
+
query?: undefined;
|
|
3403
3493
|
limit?: undefined;
|
|
3404
3494
|
page?: undefined;
|
|
3495
|
+
nestId?: undefined;
|
|
3496
|
+
search?: undefined;
|
|
3405
3497
|
stripDescription?: undefined;
|
|
3406
|
-
workspaceId?: undefined;
|
|
3407
3498
|
purpose?: undefined;
|
|
3408
3499
|
type?: undefined;
|
|
3409
3500
|
governance?: undefined;
|
|
3410
3501
|
plan?: undefined;
|
|
3411
3502
|
apps?: undefined;
|
|
3412
3503
|
layout?: undefined;
|
|
3413
|
-
query?: undefined;
|
|
3414
3504
|
_listTitle?: undefined;
|
|
3415
|
-
nestId?: undefined;
|
|
3416
3505
|
fieldsMetaData?: undefined;
|
|
3417
3506
|
hints?: undefined;
|
|
3418
3507
|
parentId?: undefined;
|
|
@@ -3482,10 +3571,11 @@ export declare const toolDefinitions: ({
|
|
|
3482
3571
|
description: string;
|
|
3483
3572
|
};
|
|
3484
3573
|
topic?: undefined;
|
|
3485
|
-
|
|
3574
|
+
workspaceId?: undefined;
|
|
3575
|
+
query?: undefined;
|
|
3486
3576
|
limit?: undefined;
|
|
3487
3577
|
page?: undefined;
|
|
3488
|
-
|
|
3578
|
+
search?: undefined;
|
|
3489
3579
|
title?: undefined;
|
|
3490
3580
|
purpose?: undefined;
|
|
3491
3581
|
type?: undefined;
|
|
@@ -3493,7 +3583,6 @@ export declare const toolDefinitions: ({
|
|
|
3493
3583
|
plan?: undefined;
|
|
3494
3584
|
apps?: undefined;
|
|
3495
3585
|
layout?: undefined;
|
|
3496
|
-
query?: undefined;
|
|
3497
3586
|
_listTitle?: undefined;
|
|
3498
3587
|
fieldsMetaData?: undefined;
|
|
3499
3588
|
hints?: undefined;
|
|
@@ -3577,18 +3666,18 @@ export declare const toolDefinitions: ({
|
|
|
3577
3666
|
description: string;
|
|
3578
3667
|
};
|
|
3579
3668
|
topic?: undefined;
|
|
3580
|
-
|
|
3669
|
+
workspaceId?: undefined;
|
|
3670
|
+
query?: undefined;
|
|
3581
3671
|
limit?: undefined;
|
|
3582
3672
|
page?: undefined;
|
|
3673
|
+
search?: undefined;
|
|
3583
3674
|
stripDescription?: undefined;
|
|
3584
|
-
workspaceId?: undefined;
|
|
3585
3675
|
purpose?: undefined;
|
|
3586
3676
|
type?: undefined;
|
|
3587
3677
|
governance?: undefined;
|
|
3588
3678
|
plan?: undefined;
|
|
3589
3679
|
apps?: undefined;
|
|
3590
3680
|
layout?: undefined;
|
|
3591
|
-
query?: undefined;
|
|
3592
3681
|
_listTitle?: undefined;
|
|
3593
3682
|
fieldsMetaData?: undefined;
|
|
3594
3683
|
hints?: undefined;
|
|
@@ -3656,11 +3745,13 @@ export declare const toolDefinitions: ({
|
|
|
3656
3745
|
description: string;
|
|
3657
3746
|
};
|
|
3658
3747
|
topic?: undefined;
|
|
3659
|
-
|
|
3748
|
+
workspaceId?: undefined;
|
|
3749
|
+
query?: undefined;
|
|
3660
3750
|
limit?: undefined;
|
|
3661
3751
|
page?: undefined;
|
|
3752
|
+
nestId?: undefined;
|
|
3753
|
+
search?: undefined;
|
|
3662
3754
|
stripDescription?: undefined;
|
|
3663
|
-
workspaceId?: undefined;
|
|
3664
3755
|
title?: undefined;
|
|
3665
3756
|
purpose?: undefined;
|
|
3666
3757
|
type?: undefined;
|
|
@@ -3668,9 +3759,7 @@ export declare const toolDefinitions: ({
|
|
|
3668
3759
|
plan?: undefined;
|
|
3669
3760
|
apps?: undefined;
|
|
3670
3761
|
layout?: undefined;
|
|
3671
|
-
query?: undefined;
|
|
3672
3762
|
_listTitle?: undefined;
|
|
3673
|
-
nestId?: undefined;
|
|
3674
3763
|
fieldsMetaData?: undefined;
|
|
3675
3764
|
hints?: undefined;
|
|
3676
3765
|
parentId?: undefined;
|
|
@@ -3745,11 +3834,12 @@ export declare const toolDefinitions: ({
|
|
|
3745
3834
|
description: string;
|
|
3746
3835
|
};
|
|
3747
3836
|
topic?: undefined;
|
|
3748
|
-
|
|
3837
|
+
workspaceId?: undefined;
|
|
3838
|
+
query?: undefined;
|
|
3749
3839
|
limit?: undefined;
|
|
3750
3840
|
page?: undefined;
|
|
3841
|
+
search?: undefined;
|
|
3751
3842
|
stripDescription?: undefined;
|
|
3752
|
-
workspaceId?: undefined;
|
|
3753
3843
|
title?: undefined;
|
|
3754
3844
|
purpose?: undefined;
|
|
3755
3845
|
type?: undefined;
|
|
@@ -3757,7 +3847,6 @@ export declare const toolDefinitions: ({
|
|
|
3757
3847
|
plan?: undefined;
|
|
3758
3848
|
apps?: undefined;
|
|
3759
3849
|
layout?: undefined;
|
|
3760
|
-
query?: undefined;
|
|
3761
3850
|
_listTitle?: undefined;
|
|
3762
3851
|
fieldsMetaData?: undefined;
|
|
3763
3852
|
hints?: undefined;
|
|
@@ -3819,11 +3908,13 @@ export declare const toolDefinitions: ({
|
|
|
3819
3908
|
type: "object";
|
|
3820
3909
|
properties: {
|
|
3821
3910
|
topic?: undefined;
|
|
3822
|
-
|
|
3911
|
+
workspaceId?: undefined;
|
|
3912
|
+
query?: undefined;
|
|
3823
3913
|
limit?: undefined;
|
|
3824
3914
|
page?: undefined;
|
|
3915
|
+
nestId?: undefined;
|
|
3916
|
+
search?: undefined;
|
|
3825
3917
|
stripDescription?: undefined;
|
|
3826
|
-
workspaceId?: undefined;
|
|
3827
3918
|
title?: undefined;
|
|
3828
3919
|
purpose?: undefined;
|
|
3829
3920
|
type?: undefined;
|
|
@@ -3831,9 +3922,7 @@ export declare const toolDefinitions: ({
|
|
|
3831
3922
|
plan?: undefined;
|
|
3832
3923
|
apps?: undefined;
|
|
3833
3924
|
layout?: undefined;
|
|
3834
|
-
query?: undefined;
|
|
3835
3925
|
_listTitle?: undefined;
|
|
3836
|
-
nestId?: undefined;
|
|
3837
3926
|
fieldsMetaData?: undefined;
|
|
3838
3927
|
hints?: undefined;
|
|
3839
3928
|
parentId?: undefined;
|
|
@@ -3912,20 +4001,20 @@ export declare const toolDefinitions: ({
|
|
|
3912
4001
|
description: string;
|
|
3913
4002
|
};
|
|
3914
4003
|
topic?: undefined;
|
|
3915
|
-
|
|
4004
|
+
workspaceId?: undefined;
|
|
4005
|
+
query?: undefined;
|
|
3916
4006
|
limit?: undefined;
|
|
3917
4007
|
page?: undefined;
|
|
4008
|
+
nestId?: undefined;
|
|
4009
|
+
search?: undefined;
|
|
3918
4010
|
stripDescription?: undefined;
|
|
3919
|
-
workspaceId?: undefined;
|
|
3920
4011
|
purpose?: undefined;
|
|
3921
4012
|
type?: undefined;
|
|
3922
4013
|
governance?: undefined;
|
|
3923
4014
|
plan?: undefined;
|
|
3924
4015
|
apps?: undefined;
|
|
3925
4016
|
layout?: undefined;
|
|
3926
|
-
query?: undefined;
|
|
3927
4017
|
_listTitle?: undefined;
|
|
3928
|
-
nestId?: undefined;
|
|
3929
4018
|
fieldsMetaData?: undefined;
|
|
3930
4019
|
hints?: undefined;
|
|
3931
4020
|
parentId?: undefined;
|
|
@@ -3996,9 +4085,11 @@ export declare const toolDefinitions: ({
|
|
|
3996
4085
|
description: string;
|
|
3997
4086
|
};
|
|
3998
4087
|
topic?: undefined;
|
|
3999
|
-
|
|
4088
|
+
query?: undefined;
|
|
4000
4089
|
limit?: undefined;
|
|
4001
4090
|
page?: undefined;
|
|
4091
|
+
nestId?: undefined;
|
|
4092
|
+
search?: undefined;
|
|
4002
4093
|
stripDescription?: undefined;
|
|
4003
4094
|
title?: undefined;
|
|
4004
4095
|
purpose?: undefined;
|
|
@@ -4007,9 +4098,7 @@ export declare const toolDefinitions: ({
|
|
|
4007
4098
|
plan?: undefined;
|
|
4008
4099
|
apps?: undefined;
|
|
4009
4100
|
layout?: undefined;
|
|
4010
|
-
query?: undefined;
|
|
4011
4101
|
_listTitle?: undefined;
|
|
4012
|
-
nestId?: undefined;
|
|
4013
4102
|
fieldsMetaData?: undefined;
|
|
4014
4103
|
hints?: undefined;
|
|
4015
4104
|
parentId?: undefined;
|
|
@@ -4075,10 +4164,12 @@ export declare const toolDefinitions: ({
|
|
|
4075
4164
|
description: string;
|
|
4076
4165
|
};
|
|
4077
4166
|
topic?: undefined;
|
|
4078
|
-
|
|
4167
|
+
workspaceId?: undefined;
|
|
4168
|
+
query?: undefined;
|
|
4079
4169
|
limit?: undefined;
|
|
4080
4170
|
page?: undefined;
|
|
4081
|
-
|
|
4171
|
+
nestId?: undefined;
|
|
4172
|
+
search?: undefined;
|
|
4082
4173
|
title?: undefined;
|
|
4083
4174
|
purpose?: undefined;
|
|
4084
4175
|
type?: undefined;
|
|
@@ -4086,9 +4177,7 @@ export declare const toolDefinitions: ({
|
|
|
4086
4177
|
plan?: undefined;
|
|
4087
4178
|
apps?: undefined;
|
|
4088
4179
|
layout?: undefined;
|
|
4089
|
-
query?: undefined;
|
|
4090
4180
|
_listTitle?: undefined;
|
|
4091
|
-
nestId?: undefined;
|
|
4092
4181
|
fieldsMetaData?: undefined;
|
|
4093
4182
|
hints?: undefined;
|
|
4094
4183
|
parentId?: undefined;
|
|
@@ -4164,11 +4253,12 @@ export declare const toolDefinitions: ({
|
|
|
4164
4253
|
description: string;
|
|
4165
4254
|
};
|
|
4166
4255
|
topic?: undefined;
|
|
4167
|
-
|
|
4256
|
+
workspaceId?: undefined;
|
|
4257
|
+
query?: undefined;
|
|
4168
4258
|
limit?: undefined;
|
|
4169
4259
|
page?: undefined;
|
|
4260
|
+
search?: undefined;
|
|
4170
4261
|
stripDescription?: undefined;
|
|
4171
|
-
workspaceId?: undefined;
|
|
4172
4262
|
title?: undefined;
|
|
4173
4263
|
purpose?: undefined;
|
|
4174
4264
|
type?: undefined;
|
|
@@ -4176,7 +4266,6 @@ export declare const toolDefinitions: ({
|
|
|
4176
4266
|
plan?: undefined;
|
|
4177
4267
|
apps?: undefined;
|
|
4178
4268
|
layout?: undefined;
|
|
4179
|
-
query?: undefined;
|
|
4180
4269
|
_listTitle?: undefined;
|
|
4181
4270
|
fieldsMetaData?: undefined;
|
|
4182
4271
|
hints?: undefined;
|
|
@@ -4243,11 +4332,13 @@ export declare const toolDefinitions: ({
|
|
|
4243
4332
|
description: string;
|
|
4244
4333
|
};
|
|
4245
4334
|
topic?: undefined;
|
|
4246
|
-
|
|
4335
|
+
workspaceId?: undefined;
|
|
4336
|
+
query?: undefined;
|
|
4247
4337
|
limit?: undefined;
|
|
4248
4338
|
page?: undefined;
|
|
4339
|
+
nestId?: undefined;
|
|
4340
|
+
search?: undefined;
|
|
4249
4341
|
stripDescription?: undefined;
|
|
4250
|
-
workspaceId?: undefined;
|
|
4251
4342
|
title?: undefined;
|
|
4252
4343
|
purpose?: undefined;
|
|
4253
4344
|
type?: undefined;
|
|
@@ -4255,9 +4346,7 @@ export declare const toolDefinitions: ({
|
|
|
4255
4346
|
plan?: undefined;
|
|
4256
4347
|
apps?: undefined;
|
|
4257
4348
|
layout?: undefined;
|
|
4258
|
-
query?: undefined;
|
|
4259
4349
|
_listTitle?: undefined;
|
|
4260
|
-
nestId?: undefined;
|
|
4261
4350
|
fieldsMetaData?: undefined;
|
|
4262
4351
|
hints?: undefined;
|
|
4263
4352
|
parentId?: undefined;
|
|
@@ -4323,11 +4412,13 @@ export declare const toolDefinitions: ({
|
|
|
4323
4412
|
description: string;
|
|
4324
4413
|
};
|
|
4325
4414
|
topic?: undefined;
|
|
4326
|
-
|
|
4415
|
+
workspaceId?: undefined;
|
|
4416
|
+
query?: undefined;
|
|
4327
4417
|
limit?: undefined;
|
|
4328
4418
|
page?: undefined;
|
|
4419
|
+
nestId?: undefined;
|
|
4420
|
+
search?: undefined;
|
|
4329
4421
|
stripDescription?: undefined;
|
|
4330
|
-
workspaceId?: undefined;
|
|
4331
4422
|
title?: undefined;
|
|
4332
4423
|
purpose?: undefined;
|
|
4333
4424
|
type?: undefined;
|
|
@@ -4335,9 +4426,7 @@ export declare const toolDefinitions: ({
|
|
|
4335
4426
|
plan?: undefined;
|
|
4336
4427
|
apps?: undefined;
|
|
4337
4428
|
layout?: undefined;
|
|
4338
|
-
query?: undefined;
|
|
4339
4429
|
_listTitle?: undefined;
|
|
4340
|
-
nestId?: undefined;
|
|
4341
4430
|
fieldsMetaData?: undefined;
|
|
4342
4431
|
hints?: undefined;
|
|
4343
4432
|
parentId?: undefined;
|
|
@@ -4420,19 +4509,19 @@ export declare const toolDefinitions: ({
|
|
|
4420
4509
|
description: string;
|
|
4421
4510
|
};
|
|
4422
4511
|
topic?: undefined;
|
|
4423
|
-
|
|
4512
|
+
workspaceId?: undefined;
|
|
4513
|
+
query?: undefined;
|
|
4424
4514
|
page?: undefined;
|
|
4515
|
+
nestId?: undefined;
|
|
4516
|
+
search?: undefined;
|
|
4425
4517
|
stripDescription?: undefined;
|
|
4426
|
-
workspaceId?: undefined;
|
|
4427
4518
|
title?: undefined;
|
|
4428
4519
|
purpose?: undefined;
|
|
4429
4520
|
governance?: undefined;
|
|
4430
4521
|
plan?: undefined;
|
|
4431
4522
|
apps?: undefined;
|
|
4432
4523
|
layout?: undefined;
|
|
4433
|
-
query?: undefined;
|
|
4434
4524
|
_listTitle?: undefined;
|
|
4435
|
-
nestId?: undefined;
|
|
4436
4525
|
fieldsMetaData?: undefined;
|
|
4437
4526
|
hints?: undefined;
|
|
4438
4527
|
parentId?: undefined;
|
|
@@ -4512,18 +4601,18 @@ export declare const toolDefinitions: ({
|
|
|
4512
4601
|
description: string;
|
|
4513
4602
|
};
|
|
4514
4603
|
topic?: undefined;
|
|
4515
|
-
|
|
4604
|
+
workspaceId?: undefined;
|
|
4605
|
+
query?: undefined;
|
|
4516
4606
|
limit?: undefined;
|
|
4517
4607
|
page?: undefined;
|
|
4608
|
+
search?: undefined;
|
|
4518
4609
|
stripDescription?: undefined;
|
|
4519
|
-
workspaceId?: undefined;
|
|
4520
4610
|
purpose?: undefined;
|
|
4521
4611
|
type?: undefined;
|
|
4522
4612
|
governance?: undefined;
|
|
4523
4613
|
plan?: undefined;
|
|
4524
4614
|
apps?: undefined;
|
|
4525
4615
|
layout?: undefined;
|
|
4526
|
-
query?: undefined;
|
|
4527
4616
|
_listTitle?: undefined;
|
|
4528
4617
|
fieldsMetaData?: undefined;
|
|
4529
4618
|
hints?: undefined;
|
|
@@ -4592,11 +4681,12 @@ export declare const toolDefinitions: ({
|
|
|
4592
4681
|
description: string;
|
|
4593
4682
|
};
|
|
4594
4683
|
topic?: undefined;
|
|
4595
|
-
|
|
4684
|
+
workspaceId?: undefined;
|
|
4685
|
+
query?: undefined;
|
|
4596
4686
|
limit?: undefined;
|
|
4597
4687
|
page?: undefined;
|
|
4688
|
+
search?: undefined;
|
|
4598
4689
|
stripDescription?: undefined;
|
|
4599
|
-
workspaceId?: undefined;
|
|
4600
4690
|
title?: undefined;
|
|
4601
4691
|
purpose?: undefined;
|
|
4602
4692
|
type?: undefined;
|
|
@@ -4604,7 +4694,6 @@ export declare const toolDefinitions: ({
|
|
|
4604
4694
|
plan?: undefined;
|
|
4605
4695
|
apps?: undefined;
|
|
4606
4696
|
layout?: undefined;
|
|
4607
|
-
query?: undefined;
|
|
4608
4697
|
_listTitle?: undefined;
|
|
4609
4698
|
fieldsMetaData?: undefined;
|
|
4610
4699
|
hints?: undefined;
|
|
@@ -4683,9 +4772,10 @@ export declare const toolDefinitions: ({
|
|
|
4683
4772
|
description: string;
|
|
4684
4773
|
};
|
|
4685
4774
|
topic?: undefined;
|
|
4775
|
+
workspaceId?: undefined;
|
|
4776
|
+
query?: undefined;
|
|
4686
4777
|
page?: undefined;
|
|
4687
4778
|
stripDescription?: undefined;
|
|
4688
|
-
workspaceId?: undefined;
|
|
4689
4779
|
title?: undefined;
|
|
4690
4780
|
purpose?: undefined;
|
|
4691
4781
|
type?: undefined;
|
|
@@ -4693,7 +4783,6 @@ export declare const toolDefinitions: ({
|
|
|
4693
4783
|
plan?: undefined;
|
|
4694
4784
|
apps?: undefined;
|
|
4695
4785
|
layout?: undefined;
|
|
4696
|
-
query?: undefined;
|
|
4697
4786
|
_listTitle?: undefined;
|
|
4698
4787
|
fieldsMetaData?: undefined;
|
|
4699
4788
|
hints?: undefined;
|
|
@@ -4780,18 +4869,18 @@ export declare const toolDefinitions: ({
|
|
|
4780
4869
|
description: string;
|
|
4781
4870
|
};
|
|
4782
4871
|
topic?: undefined;
|
|
4783
|
-
|
|
4872
|
+
workspaceId?: undefined;
|
|
4873
|
+
query?: undefined;
|
|
4784
4874
|
limit?: undefined;
|
|
4785
4875
|
page?: undefined;
|
|
4876
|
+
search?: undefined;
|
|
4786
4877
|
stripDescription?: undefined;
|
|
4787
|
-
workspaceId?: undefined;
|
|
4788
4878
|
purpose?: undefined;
|
|
4789
4879
|
type?: undefined;
|
|
4790
4880
|
governance?: undefined;
|
|
4791
4881
|
plan?: undefined;
|
|
4792
4882
|
apps?: undefined;
|
|
4793
4883
|
layout?: undefined;
|
|
4794
|
-
query?: undefined;
|
|
4795
4884
|
_listTitle?: undefined;
|
|
4796
4885
|
fieldsMetaData?: undefined;
|
|
4797
4886
|
hints?: undefined;
|
|
@@ -4911,17 +5000,17 @@ export declare const toolDefinitions: ({
|
|
|
4911
5000
|
description: string;
|
|
4912
5001
|
};
|
|
4913
5002
|
topic?: undefined;
|
|
4914
|
-
|
|
5003
|
+
workspaceId?: undefined;
|
|
5004
|
+
query?: undefined;
|
|
4915
5005
|
limit?: undefined;
|
|
4916
5006
|
page?: undefined;
|
|
5007
|
+
search?: undefined;
|
|
4917
5008
|
stripDescription?: undefined;
|
|
4918
|
-
workspaceId?: undefined;
|
|
4919
5009
|
type?: undefined;
|
|
4920
5010
|
governance?: undefined;
|
|
4921
5011
|
plan?: undefined;
|
|
4922
5012
|
apps?: undefined;
|
|
4923
5013
|
layout?: undefined;
|
|
4924
|
-
query?: undefined;
|
|
4925
5014
|
_listTitle?: undefined;
|
|
4926
5015
|
fieldsMetaData?: undefined;
|
|
4927
5016
|
hints?: undefined;
|
|
@@ -5036,17 +5125,17 @@ export declare const toolDefinitions: ({
|
|
|
5036
5125
|
description: string;
|
|
5037
5126
|
};
|
|
5038
5127
|
topic?: undefined;
|
|
5039
|
-
|
|
5128
|
+
workspaceId?: undefined;
|
|
5129
|
+
query?: undefined;
|
|
5040
5130
|
limit?: undefined;
|
|
5041
5131
|
page?: undefined;
|
|
5132
|
+
search?: undefined;
|
|
5042
5133
|
stripDescription?: undefined;
|
|
5043
|
-
workspaceId?: undefined;
|
|
5044
5134
|
type?: undefined;
|
|
5045
5135
|
governance?: undefined;
|
|
5046
5136
|
plan?: undefined;
|
|
5047
5137
|
apps?: undefined;
|
|
5048
5138
|
layout?: undefined;
|
|
5049
|
-
query?: undefined;
|
|
5050
5139
|
_listTitle?: undefined;
|
|
5051
5140
|
fieldsMetaData?: undefined;
|
|
5052
5141
|
hints?: undefined;
|
|
@@ -5113,11 +5202,12 @@ export declare const toolDefinitions: ({
|
|
|
5113
5202
|
description: string;
|
|
5114
5203
|
};
|
|
5115
5204
|
topic?: undefined;
|
|
5116
|
-
|
|
5205
|
+
workspaceId?: undefined;
|
|
5206
|
+
query?: undefined;
|
|
5117
5207
|
limit?: undefined;
|
|
5118
5208
|
page?: undefined;
|
|
5209
|
+
search?: undefined;
|
|
5119
5210
|
stripDescription?: undefined;
|
|
5120
|
-
workspaceId?: undefined;
|
|
5121
5211
|
title?: undefined;
|
|
5122
5212
|
purpose?: undefined;
|
|
5123
5213
|
type?: undefined;
|
|
@@ -5125,7 +5215,6 @@ export declare const toolDefinitions: ({
|
|
|
5125
5215
|
plan?: undefined;
|
|
5126
5216
|
apps?: undefined;
|
|
5127
5217
|
layout?: undefined;
|
|
5128
|
-
query?: undefined;
|
|
5129
5218
|
_listTitle?: undefined;
|
|
5130
5219
|
fieldsMetaData?: undefined;
|
|
5131
5220
|
hints?: undefined;
|
|
@@ -5195,11 +5284,12 @@ export declare const toolDefinitions: ({
|
|
|
5195
5284
|
description: string;
|
|
5196
5285
|
};
|
|
5197
5286
|
topic?: undefined;
|
|
5198
|
-
|
|
5287
|
+
workspaceId?: undefined;
|
|
5288
|
+
query?: undefined;
|
|
5199
5289
|
limit?: undefined;
|
|
5200
5290
|
page?: undefined;
|
|
5291
|
+
search?: undefined;
|
|
5201
5292
|
stripDescription?: undefined;
|
|
5202
|
-
workspaceId?: undefined;
|
|
5203
5293
|
title?: undefined;
|
|
5204
5294
|
purpose?: undefined;
|
|
5205
5295
|
type?: undefined;
|
|
@@ -5207,7 +5297,6 @@ export declare const toolDefinitions: ({
|
|
|
5207
5297
|
plan?: undefined;
|
|
5208
5298
|
apps?: undefined;
|
|
5209
5299
|
layout?: undefined;
|
|
5210
|
-
query?: undefined;
|
|
5211
5300
|
_listTitle?: undefined;
|
|
5212
5301
|
fieldsMetaData?: undefined;
|
|
5213
5302
|
hints?: undefined;
|
|
@@ -5288,18 +5377,18 @@ export declare const toolDefinitions: ({
|
|
|
5288
5377
|
description: string;
|
|
5289
5378
|
};
|
|
5290
5379
|
topic?: undefined;
|
|
5291
|
-
|
|
5380
|
+
workspaceId?: undefined;
|
|
5381
|
+
query?: undefined;
|
|
5292
5382
|
limit?: undefined;
|
|
5293
5383
|
page?: undefined;
|
|
5384
|
+
search?: undefined;
|
|
5294
5385
|
stripDescription?: undefined;
|
|
5295
|
-
workspaceId?: undefined;
|
|
5296
5386
|
purpose?: undefined;
|
|
5297
5387
|
type?: undefined;
|
|
5298
5388
|
governance?: undefined;
|
|
5299
5389
|
plan?: undefined;
|
|
5300
5390
|
apps?: undefined;
|
|
5301
5391
|
layout?: undefined;
|
|
5302
|
-
query?: undefined;
|
|
5303
5392
|
_listTitle?: undefined;
|
|
5304
5393
|
fieldsMetaData?: undefined;
|
|
5305
5394
|
hints?: undefined;
|
|
@@ -5376,18 +5465,18 @@ export declare const toolDefinitions: ({
|
|
|
5376
5465
|
description: string;
|
|
5377
5466
|
};
|
|
5378
5467
|
topic?: undefined;
|
|
5379
|
-
|
|
5468
|
+
workspaceId?: undefined;
|
|
5469
|
+
query?: undefined;
|
|
5380
5470
|
limit?: undefined;
|
|
5381
5471
|
page?: undefined;
|
|
5472
|
+
search?: undefined;
|
|
5382
5473
|
stripDescription?: undefined;
|
|
5383
|
-
workspaceId?: undefined;
|
|
5384
5474
|
purpose?: undefined;
|
|
5385
5475
|
type?: undefined;
|
|
5386
5476
|
governance?: undefined;
|
|
5387
5477
|
plan?: undefined;
|
|
5388
5478
|
apps?: undefined;
|
|
5389
5479
|
layout?: undefined;
|
|
5390
|
-
query?: undefined;
|
|
5391
5480
|
_listTitle?: undefined;
|
|
5392
5481
|
fieldsMetaData?: undefined;
|
|
5393
5482
|
hints?: undefined;
|
|
@@ -5460,11 +5549,12 @@ export declare const toolDefinitions: ({
|
|
|
5460
5549
|
description: string;
|
|
5461
5550
|
};
|
|
5462
5551
|
topic?: undefined;
|
|
5463
|
-
|
|
5552
|
+
workspaceId?: undefined;
|
|
5553
|
+
query?: undefined;
|
|
5464
5554
|
limit?: undefined;
|
|
5465
5555
|
page?: undefined;
|
|
5556
|
+
search?: undefined;
|
|
5466
5557
|
stripDescription?: undefined;
|
|
5467
|
-
workspaceId?: undefined;
|
|
5468
5558
|
title?: undefined;
|
|
5469
5559
|
purpose?: undefined;
|
|
5470
5560
|
type?: undefined;
|
|
@@ -5472,7 +5562,6 @@ export declare const toolDefinitions: ({
|
|
|
5472
5562
|
plan?: undefined;
|
|
5473
5563
|
apps?: undefined;
|
|
5474
5564
|
layout?: undefined;
|
|
5475
|
-
query?: undefined;
|
|
5476
5565
|
_listTitle?: undefined;
|
|
5477
5566
|
fieldsMetaData?: undefined;
|
|
5478
5567
|
hints?: undefined;
|
|
@@ -5546,11 +5635,12 @@ export declare const toolDefinitions: ({
|
|
|
5546
5635
|
description: string;
|
|
5547
5636
|
};
|
|
5548
5637
|
topic?: undefined;
|
|
5549
|
-
|
|
5638
|
+
workspaceId?: undefined;
|
|
5639
|
+
query?: undefined;
|
|
5550
5640
|
limit?: undefined;
|
|
5551
5641
|
page?: undefined;
|
|
5642
|
+
search?: undefined;
|
|
5552
5643
|
stripDescription?: undefined;
|
|
5553
|
-
workspaceId?: undefined;
|
|
5554
5644
|
title?: undefined;
|
|
5555
5645
|
purpose?: undefined;
|
|
5556
5646
|
type?: undefined;
|
|
@@ -5558,7 +5648,6 @@ export declare const toolDefinitions: ({
|
|
|
5558
5648
|
plan?: undefined;
|
|
5559
5649
|
apps?: undefined;
|
|
5560
5650
|
layout?: undefined;
|
|
5561
|
-
query?: undefined;
|
|
5562
5651
|
_listTitle?: undefined;
|
|
5563
5652
|
fieldsMetaData?: undefined;
|
|
5564
5653
|
hints?: undefined;
|
|
@@ -5641,9 +5730,10 @@ export declare const toolDefinitions: ({
|
|
|
5641
5730
|
description: string;
|
|
5642
5731
|
};
|
|
5643
5732
|
topic?: undefined;
|
|
5733
|
+
workspaceId?: undefined;
|
|
5734
|
+
query?: undefined;
|
|
5644
5735
|
search?: undefined;
|
|
5645
5736
|
stripDescription?: undefined;
|
|
5646
|
-
workspaceId?: undefined;
|
|
5647
5737
|
title?: undefined;
|
|
5648
5738
|
purpose?: undefined;
|
|
5649
5739
|
type?: undefined;
|
|
@@ -5651,7 +5741,6 @@ export declare const toolDefinitions: ({
|
|
|
5651
5741
|
plan?: undefined;
|
|
5652
5742
|
apps?: undefined;
|
|
5653
5743
|
layout?: undefined;
|
|
5654
|
-
query?: undefined;
|
|
5655
5744
|
_listTitle?: undefined;
|
|
5656
5745
|
fieldsMetaData?: undefined;
|
|
5657
5746
|
hints?: undefined;
|
|
@@ -5725,11 +5814,12 @@ export declare const toolDefinitions: ({
|
|
|
5725
5814
|
description: string;
|
|
5726
5815
|
};
|
|
5727
5816
|
topic?: undefined;
|
|
5728
|
-
|
|
5817
|
+
workspaceId?: undefined;
|
|
5818
|
+
query?: undefined;
|
|
5729
5819
|
limit?: undefined;
|
|
5730
5820
|
page?: undefined;
|
|
5821
|
+
search?: undefined;
|
|
5731
5822
|
stripDescription?: undefined;
|
|
5732
|
-
workspaceId?: undefined;
|
|
5733
5823
|
title?: undefined;
|
|
5734
5824
|
purpose?: undefined;
|
|
5735
5825
|
type?: undefined;
|
|
@@ -5737,7 +5827,6 @@ export declare const toolDefinitions: ({
|
|
|
5737
5827
|
plan?: undefined;
|
|
5738
5828
|
apps?: undefined;
|
|
5739
5829
|
layout?: undefined;
|
|
5740
|
-
query?: undefined;
|
|
5741
5830
|
_listTitle?: undefined;
|
|
5742
5831
|
fieldsMetaData?: undefined;
|
|
5743
5832
|
hints?: undefined;
|