@nestr/mcp 0.1.92 → 0.1.94
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/api/client.d.ts +5 -0
- package/build/api/client.d.ts.map +1 -1
- package/build/api/client.js +15 -0
- package/build/api/client.js.map +1 -1
- package/build/help/topics.d.ts.map +1 -1
- package/build/help/topics.js +2 -1
- package/build/help/topics.js.map +1 -1
- package/build/server.d.ts.map +1 -1
- package/build/server.js +4 -0
- package/build/server.js.map +1 -1
- package/build/tools/index.d.ts +178 -60
- package/build/tools/index.d.ts.map +1 -1
- package/build/tools/index.js +57 -9
- package/build/tools/index.js.map +1 -1
- package/package.json +1 -1
package/build/tools/index.d.ts
CHANGED
|
@@ -52,6 +52,9 @@ export interface EnrichedToolCall {
|
|
|
52
52
|
* Returns null for routes we don't have a mapping for — never guesses a tool.
|
|
53
53
|
*/
|
|
54
54
|
export declare function translateEndpoint(endpoint: ApiHintEndpoint): EnrichedToolCall | null;
|
|
55
|
+
export declare function commentPlacementNote(requestedNestId: string, post: {
|
|
56
|
+
parentId?: string;
|
|
57
|
+
} | null | undefined): string | null;
|
|
55
58
|
export declare function enrichHints<T>(data: T): T;
|
|
56
59
|
export declare function addNestUrls<T>(data: T): T;
|
|
57
60
|
export declare const schemas: {
|
|
@@ -356,6 +359,16 @@ export declare const schemas: {
|
|
|
356
359
|
limit?: number | undefined;
|
|
357
360
|
page?: number | undefined;
|
|
358
361
|
}>;
|
|
362
|
+
listUserRoles: z.ZodObject<{
|
|
363
|
+
userId: z.ZodOptional<z.ZodString>;
|
|
364
|
+
workspaceId: z.ZodOptional<z.ZodString>;
|
|
365
|
+
}, "strip", z.ZodTypeAny, {
|
|
366
|
+
workspaceId?: string | undefined;
|
|
367
|
+
userId?: string | undefined;
|
|
368
|
+
}, {
|
|
369
|
+
workspaceId?: string | undefined;
|
|
370
|
+
userId?: string | undefined;
|
|
371
|
+
}>;
|
|
359
372
|
getInsights: z.ZodObject<{
|
|
360
373
|
workspaceId: z.ZodString;
|
|
361
374
|
includeSubCircles: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -365,14 +378,14 @@ export declare const schemas: {
|
|
|
365
378
|
}, "strip", z.ZodTypeAny, {
|
|
366
379
|
workspaceId: string;
|
|
367
380
|
nestId?: string | undefined;
|
|
368
|
-
includeSubCircles?: boolean | undefined;
|
|
369
381
|
userId?: string | undefined;
|
|
382
|
+
includeSubCircles?: boolean | undefined;
|
|
370
383
|
endDate?: string | undefined;
|
|
371
384
|
}, {
|
|
372
385
|
workspaceId: string;
|
|
373
386
|
nestId?: string | undefined;
|
|
374
|
-
includeSubCircles?: boolean | undefined;
|
|
375
387
|
userId?: string | undefined;
|
|
388
|
+
includeSubCircles?: boolean | undefined;
|
|
376
389
|
endDate?: string | undefined;
|
|
377
390
|
}>;
|
|
378
391
|
getInsight: z.ZodObject<{
|
|
@@ -1355,8 +1368,8 @@ export declare const toolDefinitions: ({
|
|
|
1355
1368
|
body?: undefined;
|
|
1356
1369
|
commentId?: undefined;
|
|
1357
1370
|
circleId?: undefined;
|
|
1358
|
-
includeSubCircles?: undefined;
|
|
1359
1371
|
userId?: undefined;
|
|
1372
|
+
includeSubCircles?: undefined;
|
|
1360
1373
|
endDate?: undefined;
|
|
1361
1374
|
metricId?: undefined;
|
|
1362
1375
|
depth?: undefined;
|
|
@@ -1454,8 +1467,8 @@ export declare const toolDefinitions: ({
|
|
|
1454
1467
|
body?: undefined;
|
|
1455
1468
|
commentId?: undefined;
|
|
1456
1469
|
circleId?: undefined;
|
|
1457
|
-
includeSubCircles?: undefined;
|
|
1458
1470
|
userId?: undefined;
|
|
1471
|
+
includeSubCircles?: undefined;
|
|
1459
1472
|
endDate?: undefined;
|
|
1460
1473
|
metricId?: undefined;
|
|
1461
1474
|
depth?: undefined;
|
|
@@ -1568,8 +1581,8 @@ export declare const toolDefinitions: ({
|
|
|
1568
1581
|
body?: undefined;
|
|
1569
1582
|
commentId?: undefined;
|
|
1570
1583
|
circleId?: undefined;
|
|
1571
|
-
includeSubCircles?: undefined;
|
|
1572
1584
|
userId?: undefined;
|
|
1585
|
+
includeSubCircles?: undefined;
|
|
1573
1586
|
endDate?: undefined;
|
|
1574
1587
|
metricId?: undefined;
|
|
1575
1588
|
depth?: undefined;
|
|
@@ -1673,8 +1686,8 @@ export declare const toolDefinitions: ({
|
|
|
1673
1686
|
body?: undefined;
|
|
1674
1687
|
commentId?: undefined;
|
|
1675
1688
|
circleId?: undefined;
|
|
1676
|
-
includeSubCircles?: undefined;
|
|
1677
1689
|
userId?: undefined;
|
|
1690
|
+
includeSubCircles?: undefined;
|
|
1678
1691
|
endDate?: undefined;
|
|
1679
1692
|
metricId?: undefined;
|
|
1680
1693
|
depth?: undefined;
|
|
@@ -1801,8 +1814,8 @@ export declare const toolDefinitions: ({
|
|
|
1801
1814
|
body?: undefined;
|
|
1802
1815
|
commentId?: undefined;
|
|
1803
1816
|
circleId?: undefined;
|
|
1804
|
-
includeSubCircles?: undefined;
|
|
1805
1817
|
userId?: undefined;
|
|
1818
|
+
includeSubCircles?: undefined;
|
|
1806
1819
|
endDate?: undefined;
|
|
1807
1820
|
metricId?: undefined;
|
|
1808
1821
|
depth?: undefined;
|
|
@@ -1921,8 +1934,8 @@ export declare const toolDefinitions: ({
|
|
|
1921
1934
|
body?: undefined;
|
|
1922
1935
|
commentId?: undefined;
|
|
1923
1936
|
circleId?: undefined;
|
|
1924
|
-
includeSubCircles?: undefined;
|
|
1925
1937
|
userId?: undefined;
|
|
1938
|
+
includeSubCircles?: undefined;
|
|
1926
1939
|
endDate?: undefined;
|
|
1927
1940
|
metricId?: undefined;
|
|
1928
1941
|
depth?: undefined;
|
|
@@ -2044,8 +2057,8 @@ export declare const toolDefinitions: ({
|
|
|
2044
2057
|
body?: undefined;
|
|
2045
2058
|
commentId?: undefined;
|
|
2046
2059
|
circleId?: undefined;
|
|
2047
|
-
includeSubCircles?: undefined;
|
|
2048
2060
|
userId?: undefined;
|
|
2061
|
+
includeSubCircles?: undefined;
|
|
2049
2062
|
endDate?: undefined;
|
|
2050
2063
|
metricId?: undefined;
|
|
2051
2064
|
depth?: undefined;
|
|
@@ -2152,8 +2165,8 @@ export declare const toolDefinitions: ({
|
|
|
2152
2165
|
body?: undefined;
|
|
2153
2166
|
commentId?: undefined;
|
|
2154
2167
|
circleId?: undefined;
|
|
2155
|
-
includeSubCircles?: undefined;
|
|
2156
2168
|
userId?: undefined;
|
|
2169
|
+
includeSubCircles?: undefined;
|
|
2157
2170
|
endDate?: undefined;
|
|
2158
2171
|
metricId?: undefined;
|
|
2159
2172
|
depth?: undefined;
|
|
@@ -2272,8 +2285,8 @@ export declare const toolDefinitions: ({
|
|
|
2272
2285
|
body?: undefined;
|
|
2273
2286
|
commentId?: undefined;
|
|
2274
2287
|
circleId?: undefined;
|
|
2275
|
-
includeSubCircles?: undefined;
|
|
2276
2288
|
userId?: undefined;
|
|
2289
|
+
includeSubCircles?: undefined;
|
|
2277
2290
|
endDate?: undefined;
|
|
2278
2291
|
metricId?: undefined;
|
|
2279
2292
|
depth?: undefined;
|
|
@@ -2413,8 +2426,8 @@ export declare const toolDefinitions: ({
|
|
|
2413
2426
|
body?: undefined;
|
|
2414
2427
|
commentId?: undefined;
|
|
2415
2428
|
circleId?: undefined;
|
|
2416
|
-
includeSubCircles?: undefined;
|
|
2417
2429
|
userId?: undefined;
|
|
2430
|
+
includeSubCircles?: undefined;
|
|
2418
2431
|
endDate?: undefined;
|
|
2419
2432
|
metricId?: undefined;
|
|
2420
2433
|
depth?: undefined;
|
|
@@ -2566,8 +2579,8 @@ export declare const toolDefinitions: ({
|
|
|
2566
2579
|
body?: undefined;
|
|
2567
2580
|
commentId?: undefined;
|
|
2568
2581
|
circleId?: undefined;
|
|
2569
|
-
includeSubCircles?: undefined;
|
|
2570
2582
|
userId?: undefined;
|
|
2583
|
+
includeSubCircles?: undefined;
|
|
2571
2584
|
endDate?: undefined;
|
|
2572
2585
|
metricId?: undefined;
|
|
2573
2586
|
depth?: undefined;
|
|
@@ -2668,8 +2681,8 @@ export declare const toolDefinitions: ({
|
|
|
2668
2681
|
body?: undefined;
|
|
2669
2682
|
commentId?: undefined;
|
|
2670
2683
|
circleId?: undefined;
|
|
2671
|
-
includeSubCircles?: undefined;
|
|
2672
2684
|
userId?: undefined;
|
|
2685
|
+
includeSubCircles?: undefined;
|
|
2673
2686
|
endDate?: undefined;
|
|
2674
2687
|
metricId?: undefined;
|
|
2675
2688
|
depth?: undefined;
|
|
@@ -2779,8 +2792,8 @@ export declare const toolDefinitions: ({
|
|
|
2779
2792
|
completed?: undefined;
|
|
2780
2793
|
commentId?: undefined;
|
|
2781
2794
|
circleId?: undefined;
|
|
2782
|
-
includeSubCircles?: undefined;
|
|
2783
2795
|
userId?: undefined;
|
|
2796
|
+
includeSubCircles?: undefined;
|
|
2784
2797
|
endDate?: undefined;
|
|
2785
2798
|
metricId?: undefined;
|
|
2786
2799
|
depth?: undefined;
|
|
@@ -2890,8 +2903,8 @@ export declare const toolDefinitions: ({
|
|
|
2890
2903
|
due?: undefined;
|
|
2891
2904
|
completed?: undefined;
|
|
2892
2905
|
circleId?: undefined;
|
|
2893
|
-
includeSubCircles?: undefined;
|
|
2894
2906
|
userId?: undefined;
|
|
2907
|
+
includeSubCircles?: undefined;
|
|
2895
2908
|
endDate?: undefined;
|
|
2896
2909
|
metricId?: undefined;
|
|
2897
2910
|
depth?: undefined;
|
|
@@ -2992,8 +3005,8 @@ export declare const toolDefinitions: ({
|
|
|
2992
3005
|
completed?: undefined;
|
|
2993
3006
|
body?: undefined;
|
|
2994
3007
|
circleId?: undefined;
|
|
2995
|
-
includeSubCircles?: undefined;
|
|
2996
3008
|
userId?: undefined;
|
|
3009
|
+
includeSubCircles?: undefined;
|
|
2997
3010
|
endDate?: undefined;
|
|
2998
3011
|
metricId?: undefined;
|
|
2999
3012
|
depth?: undefined;
|
|
@@ -3106,8 +3119,8 @@ export declare const toolDefinitions: ({
|
|
|
3106
3119
|
body?: undefined;
|
|
3107
3120
|
commentId?: undefined;
|
|
3108
3121
|
circleId?: undefined;
|
|
3109
|
-
includeSubCircles?: undefined;
|
|
3110
3122
|
userId?: undefined;
|
|
3123
|
+
includeSubCircles?: undefined;
|
|
3111
3124
|
endDate?: undefined;
|
|
3112
3125
|
metricId?: undefined;
|
|
3113
3126
|
depth?: undefined;
|
|
@@ -3223,8 +3236,8 @@ export declare const toolDefinitions: ({
|
|
|
3223
3236
|
completed?: undefined;
|
|
3224
3237
|
body?: undefined;
|
|
3225
3238
|
commentId?: undefined;
|
|
3226
|
-
includeSubCircles?: undefined;
|
|
3227
3239
|
userId?: undefined;
|
|
3240
|
+
includeSubCircles?: undefined;
|
|
3228
3241
|
endDate?: undefined;
|
|
3229
3242
|
metricId?: undefined;
|
|
3230
3243
|
depth?: undefined;
|
|
@@ -3273,6 +3286,111 @@ export declare const toolDefinitions: ({
|
|
|
3273
3286
|
};
|
|
3274
3287
|
required: string[];
|
|
3275
3288
|
};
|
|
3289
|
+
} | {
|
|
3290
|
+
annotations: {
|
|
3291
|
+
readOnlyHint: boolean;
|
|
3292
|
+
destructiveHint: boolean;
|
|
3293
|
+
};
|
|
3294
|
+
name: string;
|
|
3295
|
+
description: string;
|
|
3296
|
+
inputSchema: {
|
|
3297
|
+
type: "object";
|
|
3298
|
+
properties: {
|
|
3299
|
+
userId: {
|
|
3300
|
+
type: string;
|
|
3301
|
+
description: string;
|
|
3302
|
+
};
|
|
3303
|
+
workspaceId: {
|
|
3304
|
+
type: string;
|
|
3305
|
+
description: string;
|
|
3306
|
+
};
|
|
3307
|
+
topic?: undefined;
|
|
3308
|
+
search?: undefined;
|
|
3309
|
+
includeImages?: undefined;
|
|
3310
|
+
imageIndexes?: undefined;
|
|
3311
|
+
maxImages?: undefined;
|
|
3312
|
+
sort?: undefined;
|
|
3313
|
+
limit?: undefined;
|
|
3314
|
+
page?: undefined;
|
|
3315
|
+
stripDescription?: undefined;
|
|
3316
|
+
title?: undefined;
|
|
3317
|
+
purpose?: undefined;
|
|
3318
|
+
type?: undefined;
|
|
3319
|
+
governance?: undefined;
|
|
3320
|
+
plan?: undefined;
|
|
3321
|
+
apps?: undefined;
|
|
3322
|
+
layout?: undefined;
|
|
3323
|
+
query?: undefined;
|
|
3324
|
+
_listTitle?: undefined;
|
|
3325
|
+
nestId?: undefined;
|
|
3326
|
+
fieldsMetaData?: undefined;
|
|
3327
|
+
hints?: undefined;
|
|
3328
|
+
provenance?: undefined;
|
|
3329
|
+
rights?: undefined;
|
|
3330
|
+
forUser?: undefined;
|
|
3331
|
+
whoCan?: undefined;
|
|
3332
|
+
parentId?: undefined;
|
|
3333
|
+
description?: undefined;
|
|
3334
|
+
labels?: undefined;
|
|
3335
|
+
fields?: undefined;
|
|
3336
|
+
users?: undefined;
|
|
3337
|
+
accountabilities?: undefined;
|
|
3338
|
+
domains?: undefined;
|
|
3339
|
+
data?: undefined;
|
|
3340
|
+
due?: undefined;
|
|
3341
|
+
completed?: undefined;
|
|
3342
|
+
body?: undefined;
|
|
3343
|
+
commentId?: undefined;
|
|
3344
|
+
circleId?: undefined;
|
|
3345
|
+
includeSubCircles?: undefined;
|
|
3346
|
+
endDate?: undefined;
|
|
3347
|
+
metricId?: undefined;
|
|
3348
|
+
depth?: undefined;
|
|
3349
|
+
username?: undefined;
|
|
3350
|
+
fullName?: undefined;
|
|
3351
|
+
language?: undefined;
|
|
3352
|
+
labelId?: undefined;
|
|
3353
|
+
from?: undefined;
|
|
3354
|
+
to?: undefined;
|
|
3355
|
+
completedAfter?: undefined;
|
|
3356
|
+
nestIds?: undefined;
|
|
3357
|
+
position?: undefined;
|
|
3358
|
+
relatedNestId?: undefined;
|
|
3359
|
+
color?: undefined;
|
|
3360
|
+
icon?: undefined;
|
|
3361
|
+
withUser?: undefined;
|
|
3362
|
+
fullWorkspaces?: undefined;
|
|
3363
|
+
context?: undefined;
|
|
3364
|
+
skip?: undefined;
|
|
3365
|
+
showRead?: undefined;
|
|
3366
|
+
group?: undefined;
|
|
3367
|
+
feeling?: undefined;
|
|
3368
|
+
needs?: undefined;
|
|
3369
|
+
tensionId?: undefined;
|
|
3370
|
+
_id?: undefined;
|
|
3371
|
+
roleId?: undefined;
|
|
3372
|
+
removeNest?: undefined;
|
|
3373
|
+
partId?: undefined;
|
|
3374
|
+
childId?: undefined;
|
|
3375
|
+
status?: undefined;
|
|
3376
|
+
relation?: undefined;
|
|
3377
|
+
direction?: undefined;
|
|
3378
|
+
targetId?: undefined;
|
|
3379
|
+
name?: undefined;
|
|
3380
|
+
config?: undefined;
|
|
3381
|
+
capabilities?: undefined;
|
|
3382
|
+
exposure?: undefined;
|
|
3383
|
+
authStrategy?: undefined;
|
|
3384
|
+
connectorId?: undefined;
|
|
3385
|
+
ownerType?: undefined;
|
|
3386
|
+
ownerId?: undefined;
|
|
3387
|
+
fileId?: undefined;
|
|
3388
|
+
contentType?: undefined;
|
|
3389
|
+
content?: undefined;
|
|
3390
|
+
dataBase64?: undefined;
|
|
3391
|
+
};
|
|
3392
|
+
required?: undefined;
|
|
3393
|
+
};
|
|
3276
3394
|
} | {
|
|
3277
3395
|
annotations: {
|
|
3278
3396
|
readOnlyHint: boolean;
|
|
@@ -3443,8 +3561,8 @@ export declare const toolDefinitions: ({
|
|
|
3443
3561
|
body?: undefined;
|
|
3444
3562
|
commentId?: undefined;
|
|
3445
3563
|
circleId?: undefined;
|
|
3446
|
-
includeSubCircles?: undefined;
|
|
3447
3564
|
userId?: undefined;
|
|
3565
|
+
includeSubCircles?: undefined;
|
|
3448
3566
|
endDate?: undefined;
|
|
3449
3567
|
depth?: undefined;
|
|
3450
3568
|
username?: undefined;
|
|
@@ -3553,8 +3671,8 @@ export declare const toolDefinitions: ({
|
|
|
3553
3671
|
body?: undefined;
|
|
3554
3672
|
commentId?: undefined;
|
|
3555
3673
|
circleId?: undefined;
|
|
3556
|
-
includeSubCircles?: undefined;
|
|
3557
3674
|
userId?: undefined;
|
|
3675
|
+
includeSubCircles?: undefined;
|
|
3558
3676
|
endDate?: undefined;
|
|
3559
3677
|
metricId?: undefined;
|
|
3560
3678
|
depth?: undefined;
|
|
@@ -3670,8 +3788,8 @@ export declare const toolDefinitions: ({
|
|
|
3670
3788
|
body?: undefined;
|
|
3671
3789
|
commentId?: undefined;
|
|
3672
3790
|
circleId?: undefined;
|
|
3673
|
-
includeSubCircles?: undefined;
|
|
3674
3791
|
userId?: undefined;
|
|
3792
|
+
includeSubCircles?: undefined;
|
|
3675
3793
|
endDate?: undefined;
|
|
3676
3794
|
metricId?: undefined;
|
|
3677
3795
|
depth?: undefined;
|
|
@@ -3787,8 +3905,8 @@ export declare const toolDefinitions: ({
|
|
|
3787
3905
|
body?: undefined;
|
|
3788
3906
|
commentId?: undefined;
|
|
3789
3907
|
circleId?: undefined;
|
|
3790
|
-
includeSubCircles?: undefined;
|
|
3791
3908
|
userId?: undefined;
|
|
3909
|
+
includeSubCircles?: undefined;
|
|
3792
3910
|
endDate?: undefined;
|
|
3793
3911
|
metricId?: undefined;
|
|
3794
3912
|
username?: undefined;
|
|
@@ -3894,8 +4012,8 @@ export declare const toolDefinitions: ({
|
|
|
3894
4012
|
completed?: undefined;
|
|
3895
4013
|
body?: undefined;
|
|
3896
4014
|
commentId?: undefined;
|
|
3897
|
-
includeSubCircles?: undefined;
|
|
3898
4015
|
userId?: undefined;
|
|
4016
|
+
includeSubCircles?: undefined;
|
|
3899
4017
|
endDate?: undefined;
|
|
3900
4018
|
metricId?: undefined;
|
|
3901
4019
|
depth?: undefined;
|
|
@@ -4113,8 +4231,8 @@ export declare const toolDefinitions: ({
|
|
|
4113
4231
|
body?: undefined;
|
|
4114
4232
|
commentId?: undefined;
|
|
4115
4233
|
circleId?: undefined;
|
|
4116
|
-
includeSubCircles?: undefined;
|
|
4117
4234
|
userId?: undefined;
|
|
4235
|
+
includeSubCircles?: undefined;
|
|
4118
4236
|
endDate?: undefined;
|
|
4119
4237
|
metricId?: undefined;
|
|
4120
4238
|
depth?: undefined;
|
|
@@ -4216,8 +4334,8 @@ export declare const toolDefinitions: ({
|
|
|
4216
4334
|
body?: undefined;
|
|
4217
4335
|
commentId?: undefined;
|
|
4218
4336
|
circleId?: undefined;
|
|
4219
|
-
includeSubCircles?: undefined;
|
|
4220
4337
|
userId?: undefined;
|
|
4338
|
+
includeSubCircles?: undefined;
|
|
4221
4339
|
endDate?: undefined;
|
|
4222
4340
|
metricId?: undefined;
|
|
4223
4341
|
depth?: undefined;
|
|
@@ -4332,8 +4450,8 @@ export declare const toolDefinitions: ({
|
|
|
4332
4450
|
body?: undefined;
|
|
4333
4451
|
commentId?: undefined;
|
|
4334
4452
|
circleId?: undefined;
|
|
4335
|
-
includeSubCircles?: undefined;
|
|
4336
4453
|
userId?: undefined;
|
|
4454
|
+
includeSubCircles?: undefined;
|
|
4337
4455
|
endDate?: undefined;
|
|
4338
4456
|
depth?: undefined;
|
|
4339
4457
|
username?: undefined;
|
|
@@ -4431,8 +4549,8 @@ export declare const toolDefinitions: ({
|
|
|
4431
4549
|
body?: undefined;
|
|
4432
4550
|
commentId?: undefined;
|
|
4433
4551
|
circleId?: undefined;
|
|
4434
|
-
includeSubCircles?: undefined;
|
|
4435
4552
|
userId?: undefined;
|
|
4553
|
+
includeSubCircles?: undefined;
|
|
4436
4554
|
endDate?: undefined;
|
|
4437
4555
|
metricId?: undefined;
|
|
4438
4556
|
depth?: undefined;
|
|
@@ -4537,8 +4655,8 @@ export declare const toolDefinitions: ({
|
|
|
4537
4655
|
body?: undefined;
|
|
4538
4656
|
commentId?: undefined;
|
|
4539
4657
|
circleId?: undefined;
|
|
4540
|
-
includeSubCircles?: undefined;
|
|
4541
4658
|
userId?: undefined;
|
|
4659
|
+
includeSubCircles?: undefined;
|
|
4542
4660
|
endDate?: undefined;
|
|
4543
4661
|
metricId?: undefined;
|
|
4544
4662
|
depth?: undefined;
|
|
@@ -4646,8 +4764,8 @@ export declare const toolDefinitions: ({
|
|
|
4646
4764
|
body?: undefined;
|
|
4647
4765
|
commentId?: undefined;
|
|
4648
4766
|
circleId?: undefined;
|
|
4649
|
-
includeSubCircles?: undefined;
|
|
4650
4767
|
userId?: undefined;
|
|
4768
|
+
includeSubCircles?: undefined;
|
|
4651
4769
|
endDate?: undefined;
|
|
4652
4770
|
metricId?: undefined;
|
|
4653
4771
|
depth?: undefined;
|
|
@@ -4751,8 +4869,8 @@ export declare const toolDefinitions: ({
|
|
|
4751
4869
|
body?: undefined;
|
|
4752
4870
|
commentId?: undefined;
|
|
4753
4871
|
circleId?: undefined;
|
|
4754
|
-
includeSubCircles?: undefined;
|
|
4755
4872
|
userId?: undefined;
|
|
4873
|
+
includeSubCircles?: undefined;
|
|
4756
4874
|
endDate?: undefined;
|
|
4757
4875
|
metricId?: undefined;
|
|
4758
4876
|
depth?: undefined;
|
|
@@ -4865,8 +4983,8 @@ export declare const toolDefinitions: ({
|
|
|
4865
4983
|
body?: undefined;
|
|
4866
4984
|
commentId?: undefined;
|
|
4867
4985
|
circleId?: undefined;
|
|
4868
|
-
includeSubCircles?: undefined;
|
|
4869
4986
|
userId?: undefined;
|
|
4987
|
+
includeSubCircles?: undefined;
|
|
4870
4988
|
endDate?: undefined;
|
|
4871
4989
|
metricId?: undefined;
|
|
4872
4990
|
depth?: undefined;
|
|
@@ -4971,8 +5089,8 @@ export declare const toolDefinitions: ({
|
|
|
4971
5089
|
body?: undefined;
|
|
4972
5090
|
commentId?: undefined;
|
|
4973
5091
|
circleId?: undefined;
|
|
4974
|
-
includeSubCircles?: undefined;
|
|
4975
5092
|
userId?: undefined;
|
|
5093
|
+
includeSubCircles?: undefined;
|
|
4976
5094
|
endDate?: undefined;
|
|
4977
5095
|
metricId?: undefined;
|
|
4978
5096
|
depth?: undefined;
|
|
@@ -5081,8 +5199,8 @@ export declare const toolDefinitions: ({
|
|
|
5081
5199
|
body?: undefined;
|
|
5082
5200
|
commentId?: undefined;
|
|
5083
5201
|
circleId?: undefined;
|
|
5084
|
-
includeSubCircles?: undefined;
|
|
5085
5202
|
userId?: undefined;
|
|
5203
|
+
includeSubCircles?: undefined;
|
|
5086
5204
|
endDate?: undefined;
|
|
5087
5205
|
metricId?: undefined;
|
|
5088
5206
|
depth?: undefined;
|
|
@@ -5192,8 +5310,8 @@ export declare const toolDefinitions: ({
|
|
|
5192
5310
|
body?: undefined;
|
|
5193
5311
|
commentId?: undefined;
|
|
5194
5312
|
circleId?: undefined;
|
|
5195
|
-
includeSubCircles?: undefined;
|
|
5196
5313
|
userId?: undefined;
|
|
5314
|
+
includeSubCircles?: undefined;
|
|
5197
5315
|
endDate?: undefined;
|
|
5198
5316
|
metricId?: undefined;
|
|
5199
5317
|
depth?: undefined;
|
|
@@ -5299,8 +5417,8 @@ export declare const toolDefinitions: ({
|
|
|
5299
5417
|
body?: undefined;
|
|
5300
5418
|
commentId?: undefined;
|
|
5301
5419
|
circleId?: undefined;
|
|
5302
|
-
includeSubCircles?: undefined;
|
|
5303
5420
|
userId?: undefined;
|
|
5421
|
+
includeSubCircles?: undefined;
|
|
5304
5422
|
endDate?: undefined;
|
|
5305
5423
|
metricId?: undefined;
|
|
5306
5424
|
depth?: undefined;
|
|
@@ -5400,8 +5518,8 @@ export declare const toolDefinitions: ({
|
|
|
5400
5518
|
body?: undefined;
|
|
5401
5519
|
commentId?: undefined;
|
|
5402
5520
|
circleId?: undefined;
|
|
5403
|
-
includeSubCircles?: undefined;
|
|
5404
5521
|
userId?: undefined;
|
|
5522
|
+
includeSubCircles?: undefined;
|
|
5405
5523
|
endDate?: undefined;
|
|
5406
5524
|
metricId?: undefined;
|
|
5407
5525
|
depth?: undefined;
|
|
@@ -5511,8 +5629,8 @@ export declare const toolDefinitions: ({
|
|
|
5511
5629
|
body?: undefined;
|
|
5512
5630
|
commentId?: undefined;
|
|
5513
5631
|
circleId?: undefined;
|
|
5514
|
-
includeSubCircles?: undefined;
|
|
5515
5632
|
userId?: undefined;
|
|
5633
|
+
includeSubCircles?: undefined;
|
|
5516
5634
|
endDate?: undefined;
|
|
5517
5635
|
metricId?: undefined;
|
|
5518
5636
|
depth?: undefined;
|
|
@@ -5721,8 +5839,8 @@ export declare const toolDefinitions: ({
|
|
|
5721
5839
|
body?: undefined;
|
|
5722
5840
|
commentId?: undefined;
|
|
5723
5841
|
circleId?: undefined;
|
|
5724
|
-
includeSubCircles?: undefined;
|
|
5725
5842
|
userId?: undefined;
|
|
5843
|
+
includeSubCircles?: undefined;
|
|
5726
5844
|
endDate?: undefined;
|
|
5727
5845
|
metricId?: undefined;
|
|
5728
5846
|
depth?: undefined;
|
|
@@ -5823,8 +5941,8 @@ export declare const toolDefinitions: ({
|
|
|
5823
5941
|
body?: undefined;
|
|
5824
5942
|
commentId?: undefined;
|
|
5825
5943
|
circleId?: undefined;
|
|
5826
|
-
includeSubCircles?: undefined;
|
|
5827
5944
|
userId?: undefined;
|
|
5945
|
+
includeSubCircles?: undefined;
|
|
5828
5946
|
endDate?: undefined;
|
|
5829
5947
|
metricId?: undefined;
|
|
5830
5948
|
depth?: undefined;
|
|
@@ -5925,8 +6043,8 @@ export declare const toolDefinitions: ({
|
|
|
5925
6043
|
body?: undefined;
|
|
5926
6044
|
commentId?: undefined;
|
|
5927
6045
|
circleId?: undefined;
|
|
5928
|
-
includeSubCircles?: undefined;
|
|
5929
6046
|
userId?: undefined;
|
|
6047
|
+
includeSubCircles?: undefined;
|
|
5930
6048
|
endDate?: undefined;
|
|
5931
6049
|
metricId?: undefined;
|
|
5932
6050
|
depth?: undefined;
|
|
@@ -6042,8 +6160,8 @@ export declare const toolDefinitions: ({
|
|
|
6042
6160
|
body?: undefined;
|
|
6043
6161
|
commentId?: undefined;
|
|
6044
6162
|
circleId?: undefined;
|
|
6045
|
-
includeSubCircles?: undefined;
|
|
6046
6163
|
userId?: undefined;
|
|
6164
|
+
includeSubCircles?: undefined;
|
|
6047
6165
|
endDate?: undefined;
|
|
6048
6166
|
metricId?: undefined;
|
|
6049
6167
|
depth?: undefined;
|
|
@@ -6155,8 +6273,8 @@ export declare const toolDefinitions: ({
|
|
|
6155
6273
|
body?: undefined;
|
|
6156
6274
|
commentId?: undefined;
|
|
6157
6275
|
circleId?: undefined;
|
|
6158
|
-
includeSubCircles?: undefined;
|
|
6159
6276
|
userId?: undefined;
|
|
6277
|
+
includeSubCircles?: undefined;
|
|
6160
6278
|
endDate?: undefined;
|
|
6161
6279
|
metricId?: undefined;
|
|
6162
6280
|
depth?: undefined;
|
|
@@ -6259,8 +6377,8 @@ export declare const toolDefinitions: ({
|
|
|
6259
6377
|
body?: undefined;
|
|
6260
6378
|
commentId?: undefined;
|
|
6261
6379
|
circleId?: undefined;
|
|
6262
|
-
includeSubCircles?: undefined;
|
|
6263
6380
|
userId?: undefined;
|
|
6381
|
+
includeSubCircles?: undefined;
|
|
6264
6382
|
endDate?: undefined;
|
|
6265
6383
|
metricId?: undefined;
|
|
6266
6384
|
depth?: undefined;
|
|
@@ -6372,8 +6490,8 @@ export declare const toolDefinitions: ({
|
|
|
6372
6490
|
body?: undefined;
|
|
6373
6491
|
commentId?: undefined;
|
|
6374
6492
|
circleId?: undefined;
|
|
6375
|
-
includeSubCircles?: undefined;
|
|
6376
6493
|
userId?: undefined;
|
|
6494
|
+
includeSubCircles?: undefined;
|
|
6377
6495
|
endDate?: undefined;
|
|
6378
6496
|
metricId?: undefined;
|
|
6379
6497
|
depth?: undefined;
|
|
@@ -6492,8 +6610,8 @@ export declare const toolDefinitions: ({
|
|
|
6492
6610
|
body?: undefined;
|
|
6493
6611
|
commentId?: undefined;
|
|
6494
6612
|
circleId?: undefined;
|
|
6495
|
-
includeSubCircles?: undefined;
|
|
6496
6613
|
userId?: undefined;
|
|
6614
|
+
includeSubCircles?: undefined;
|
|
6497
6615
|
endDate?: undefined;
|
|
6498
6616
|
metricId?: undefined;
|
|
6499
6617
|
depth?: undefined;
|
|
@@ -6646,8 +6764,8 @@ export declare const toolDefinitions: ({
|
|
|
6646
6764
|
body?: undefined;
|
|
6647
6765
|
commentId?: undefined;
|
|
6648
6766
|
circleId?: undefined;
|
|
6649
|
-
includeSubCircles?: undefined;
|
|
6650
6767
|
userId?: undefined;
|
|
6768
|
+
includeSubCircles?: undefined;
|
|
6651
6769
|
endDate?: undefined;
|
|
6652
6770
|
metricId?: undefined;
|
|
6653
6771
|
depth?: undefined;
|
|
@@ -6791,8 +6909,8 @@ export declare const toolDefinitions: ({
|
|
|
6791
6909
|
body?: undefined;
|
|
6792
6910
|
commentId?: undefined;
|
|
6793
6911
|
circleId?: undefined;
|
|
6794
|
-
includeSubCircles?: undefined;
|
|
6795
6912
|
userId?: undefined;
|
|
6913
|
+
includeSubCircles?: undefined;
|
|
6796
6914
|
endDate?: undefined;
|
|
6797
6915
|
metricId?: undefined;
|
|
6798
6916
|
depth?: undefined;
|
|
@@ -6899,8 +7017,8 @@ export declare const toolDefinitions: ({
|
|
|
6899
7017
|
body?: undefined;
|
|
6900
7018
|
commentId?: undefined;
|
|
6901
7019
|
circleId?: undefined;
|
|
6902
|
-
includeSubCircles?: undefined;
|
|
6903
7020
|
userId?: undefined;
|
|
7021
|
+
includeSubCircles?: undefined;
|
|
6904
7022
|
endDate?: undefined;
|
|
6905
7023
|
metricId?: undefined;
|
|
6906
7024
|
depth?: undefined;
|
|
@@ -7003,8 +7121,8 @@ export declare const toolDefinitions: ({
|
|
|
7003
7121
|
body?: undefined;
|
|
7004
7122
|
commentId?: undefined;
|
|
7005
7123
|
circleId?: undefined;
|
|
7006
|
-
includeSubCircles?: undefined;
|
|
7007
7124
|
userId?: undefined;
|
|
7125
|
+
includeSubCircles?: undefined;
|
|
7008
7126
|
endDate?: undefined;
|
|
7009
7127
|
metricId?: undefined;
|
|
7010
7128
|
depth?: undefined;
|
|
@@ -7116,8 +7234,8 @@ export declare const toolDefinitions: ({
|
|
|
7116
7234
|
body?: undefined;
|
|
7117
7235
|
commentId?: undefined;
|
|
7118
7236
|
circleId?: undefined;
|
|
7119
|
-
includeSubCircles?: undefined;
|
|
7120
7237
|
userId?: undefined;
|
|
7238
|
+
includeSubCircles?: undefined;
|
|
7121
7239
|
endDate?: undefined;
|
|
7122
7240
|
metricId?: undefined;
|
|
7123
7241
|
depth?: undefined;
|
|
@@ -7227,8 +7345,8 @@ export declare const toolDefinitions: ({
|
|
|
7227
7345
|
body?: undefined;
|
|
7228
7346
|
commentId?: undefined;
|
|
7229
7347
|
circleId?: undefined;
|
|
7230
|
-
includeSubCircles?: undefined;
|
|
7231
7348
|
userId?: undefined;
|
|
7349
|
+
includeSubCircles?: undefined;
|
|
7232
7350
|
endDate?: undefined;
|
|
7233
7351
|
metricId?: undefined;
|
|
7234
7352
|
depth?: undefined;
|
|
@@ -7334,8 +7452,8 @@ export declare const toolDefinitions: ({
|
|
|
7334
7452
|
body?: undefined;
|
|
7335
7453
|
commentId?: undefined;
|
|
7336
7454
|
circleId?: undefined;
|
|
7337
|
-
includeSubCircles?: undefined;
|
|
7338
7455
|
userId?: undefined;
|
|
7456
|
+
includeSubCircles?: undefined;
|
|
7339
7457
|
endDate?: undefined;
|
|
7340
7458
|
metricId?: undefined;
|
|
7341
7459
|
depth?: undefined;
|
|
@@ -7442,8 +7560,8 @@ export declare const toolDefinitions: ({
|
|
|
7442
7560
|
body?: undefined;
|
|
7443
7561
|
commentId?: undefined;
|
|
7444
7562
|
circleId?: undefined;
|
|
7445
|
-
includeSubCircles?: undefined;
|
|
7446
7563
|
userId?: undefined;
|
|
7564
|
+
includeSubCircles?: undefined;
|
|
7447
7565
|
endDate?: undefined;
|
|
7448
7566
|
metricId?: undefined;
|
|
7449
7567
|
depth?: undefined;
|
|
@@ -7557,8 +7675,8 @@ export declare const toolDefinitions: ({
|
|
|
7557
7675
|
body?: undefined;
|
|
7558
7676
|
commentId?: undefined;
|
|
7559
7677
|
circleId?: undefined;
|
|
7560
|
-
includeSubCircles?: undefined;
|
|
7561
7678
|
userId?: undefined;
|
|
7679
|
+
includeSubCircles?: undefined;
|
|
7562
7680
|
endDate?: undefined;
|
|
7563
7681
|
metricId?: undefined;
|
|
7564
7682
|
depth?: undefined;
|
|
@@ -7665,8 +7783,8 @@ export declare const toolDefinitions: ({
|
|
|
7665
7783
|
body?: undefined;
|
|
7666
7784
|
commentId?: undefined;
|
|
7667
7785
|
circleId?: undefined;
|
|
7668
|
-
includeSubCircles?: undefined;
|
|
7669
7786
|
userId?: undefined;
|
|
7787
|
+
includeSubCircles?: undefined;
|
|
7670
7788
|
endDate?: undefined;
|
|
7671
7789
|
metricId?: undefined;
|
|
7672
7790
|
depth?: undefined;
|
|
@@ -7790,8 +7908,8 @@ export declare const toolDefinitions: ({
|
|
|
7790
7908
|
body?: undefined;
|
|
7791
7909
|
commentId?: undefined;
|
|
7792
7910
|
circleId?: undefined;
|
|
7793
|
-
includeSubCircles?: undefined;
|
|
7794
7911
|
userId?: undefined;
|
|
7912
|
+
includeSubCircles?: undefined;
|
|
7795
7913
|
endDate?: undefined;
|
|
7796
7914
|
metricId?: undefined;
|
|
7797
7915
|
depth?: undefined;
|
|
@@ -7900,8 +8018,8 @@ export declare const toolDefinitions: ({
|
|
|
7900
8018
|
body?: undefined;
|
|
7901
8019
|
commentId?: undefined;
|
|
7902
8020
|
circleId?: undefined;
|
|
7903
|
-
includeSubCircles?: undefined;
|
|
7904
8021
|
userId?: undefined;
|
|
8022
|
+
includeSubCircles?: undefined;
|
|
7905
8023
|
endDate?: undefined;
|
|
7906
8024
|
metricId?: undefined;
|
|
7907
8025
|
depth?: undefined;
|
|
@@ -8003,8 +8121,8 @@ export declare const toolDefinitions: ({
|
|
|
8003
8121
|
body?: undefined;
|
|
8004
8122
|
commentId?: undefined;
|
|
8005
8123
|
circleId?: undefined;
|
|
8006
|
-
includeSubCircles?: undefined;
|
|
8007
8124
|
userId?: undefined;
|
|
8125
|
+
includeSubCircles?: undefined;
|
|
8008
8126
|
endDate?: undefined;
|
|
8009
8127
|
metricId?: undefined;
|
|
8010
8128
|
depth?: undefined;
|
|
@@ -8120,8 +8238,8 @@ export declare const toolDefinitions: ({
|
|
|
8120
8238
|
body?: undefined;
|
|
8121
8239
|
commentId?: undefined;
|
|
8122
8240
|
circleId?: undefined;
|
|
8123
|
-
includeSubCircles?: undefined;
|
|
8124
8241
|
userId?: undefined;
|
|
8242
|
+
includeSubCircles?: undefined;
|
|
8125
8243
|
endDate?: undefined;
|
|
8126
8244
|
metricId?: undefined;
|
|
8127
8245
|
depth?: undefined;
|