@nestr/mcp 0.1.92 → 0.1.93
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/tools/index.d.ts +175 -60
- package/build/tools/index.d.ts.map +1 -1
- package/build/tools/index.js +35 -3
- package/build/tools/index.js.map +1 -1
- package/package.json +1 -1
package/build/tools/index.d.ts
CHANGED
|
@@ -356,6 +356,16 @@ export declare const schemas: {
|
|
|
356
356
|
limit?: number | undefined;
|
|
357
357
|
page?: number | undefined;
|
|
358
358
|
}>;
|
|
359
|
+
listUserRoles: z.ZodObject<{
|
|
360
|
+
userId: z.ZodOptional<z.ZodString>;
|
|
361
|
+
workspaceId: z.ZodOptional<z.ZodString>;
|
|
362
|
+
}, "strip", z.ZodTypeAny, {
|
|
363
|
+
workspaceId?: string | undefined;
|
|
364
|
+
userId?: string | undefined;
|
|
365
|
+
}, {
|
|
366
|
+
workspaceId?: string | undefined;
|
|
367
|
+
userId?: string | undefined;
|
|
368
|
+
}>;
|
|
359
369
|
getInsights: z.ZodObject<{
|
|
360
370
|
workspaceId: z.ZodString;
|
|
361
371
|
includeSubCircles: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -365,14 +375,14 @@ export declare const schemas: {
|
|
|
365
375
|
}, "strip", z.ZodTypeAny, {
|
|
366
376
|
workspaceId: string;
|
|
367
377
|
nestId?: string | undefined;
|
|
368
|
-
includeSubCircles?: boolean | undefined;
|
|
369
378
|
userId?: string | undefined;
|
|
379
|
+
includeSubCircles?: boolean | undefined;
|
|
370
380
|
endDate?: string | undefined;
|
|
371
381
|
}, {
|
|
372
382
|
workspaceId: string;
|
|
373
383
|
nestId?: string | undefined;
|
|
374
|
-
includeSubCircles?: boolean | undefined;
|
|
375
384
|
userId?: string | undefined;
|
|
385
|
+
includeSubCircles?: boolean | undefined;
|
|
376
386
|
endDate?: string | undefined;
|
|
377
387
|
}>;
|
|
378
388
|
getInsight: z.ZodObject<{
|
|
@@ -1355,8 +1365,8 @@ export declare const toolDefinitions: ({
|
|
|
1355
1365
|
body?: undefined;
|
|
1356
1366
|
commentId?: undefined;
|
|
1357
1367
|
circleId?: undefined;
|
|
1358
|
-
includeSubCircles?: undefined;
|
|
1359
1368
|
userId?: undefined;
|
|
1369
|
+
includeSubCircles?: undefined;
|
|
1360
1370
|
endDate?: undefined;
|
|
1361
1371
|
metricId?: undefined;
|
|
1362
1372
|
depth?: undefined;
|
|
@@ -1454,8 +1464,8 @@ export declare const toolDefinitions: ({
|
|
|
1454
1464
|
body?: undefined;
|
|
1455
1465
|
commentId?: undefined;
|
|
1456
1466
|
circleId?: undefined;
|
|
1457
|
-
includeSubCircles?: undefined;
|
|
1458
1467
|
userId?: undefined;
|
|
1468
|
+
includeSubCircles?: undefined;
|
|
1459
1469
|
endDate?: undefined;
|
|
1460
1470
|
metricId?: undefined;
|
|
1461
1471
|
depth?: undefined;
|
|
@@ -1568,8 +1578,8 @@ export declare const toolDefinitions: ({
|
|
|
1568
1578
|
body?: undefined;
|
|
1569
1579
|
commentId?: undefined;
|
|
1570
1580
|
circleId?: undefined;
|
|
1571
|
-
includeSubCircles?: undefined;
|
|
1572
1581
|
userId?: undefined;
|
|
1582
|
+
includeSubCircles?: undefined;
|
|
1573
1583
|
endDate?: undefined;
|
|
1574
1584
|
metricId?: undefined;
|
|
1575
1585
|
depth?: undefined;
|
|
@@ -1673,8 +1683,8 @@ export declare const toolDefinitions: ({
|
|
|
1673
1683
|
body?: undefined;
|
|
1674
1684
|
commentId?: undefined;
|
|
1675
1685
|
circleId?: undefined;
|
|
1676
|
-
includeSubCircles?: undefined;
|
|
1677
1686
|
userId?: undefined;
|
|
1687
|
+
includeSubCircles?: undefined;
|
|
1678
1688
|
endDate?: undefined;
|
|
1679
1689
|
metricId?: undefined;
|
|
1680
1690
|
depth?: undefined;
|
|
@@ -1801,8 +1811,8 @@ export declare const toolDefinitions: ({
|
|
|
1801
1811
|
body?: undefined;
|
|
1802
1812
|
commentId?: undefined;
|
|
1803
1813
|
circleId?: undefined;
|
|
1804
|
-
includeSubCircles?: undefined;
|
|
1805
1814
|
userId?: undefined;
|
|
1815
|
+
includeSubCircles?: undefined;
|
|
1806
1816
|
endDate?: undefined;
|
|
1807
1817
|
metricId?: undefined;
|
|
1808
1818
|
depth?: undefined;
|
|
@@ -1921,8 +1931,8 @@ export declare const toolDefinitions: ({
|
|
|
1921
1931
|
body?: undefined;
|
|
1922
1932
|
commentId?: undefined;
|
|
1923
1933
|
circleId?: undefined;
|
|
1924
|
-
includeSubCircles?: undefined;
|
|
1925
1934
|
userId?: undefined;
|
|
1935
|
+
includeSubCircles?: undefined;
|
|
1926
1936
|
endDate?: undefined;
|
|
1927
1937
|
metricId?: undefined;
|
|
1928
1938
|
depth?: undefined;
|
|
@@ -2044,8 +2054,8 @@ export declare const toolDefinitions: ({
|
|
|
2044
2054
|
body?: undefined;
|
|
2045
2055
|
commentId?: undefined;
|
|
2046
2056
|
circleId?: undefined;
|
|
2047
|
-
includeSubCircles?: undefined;
|
|
2048
2057
|
userId?: undefined;
|
|
2058
|
+
includeSubCircles?: undefined;
|
|
2049
2059
|
endDate?: undefined;
|
|
2050
2060
|
metricId?: undefined;
|
|
2051
2061
|
depth?: undefined;
|
|
@@ -2152,8 +2162,8 @@ export declare const toolDefinitions: ({
|
|
|
2152
2162
|
body?: undefined;
|
|
2153
2163
|
commentId?: undefined;
|
|
2154
2164
|
circleId?: undefined;
|
|
2155
|
-
includeSubCircles?: undefined;
|
|
2156
2165
|
userId?: undefined;
|
|
2166
|
+
includeSubCircles?: undefined;
|
|
2157
2167
|
endDate?: undefined;
|
|
2158
2168
|
metricId?: undefined;
|
|
2159
2169
|
depth?: undefined;
|
|
@@ -2272,8 +2282,8 @@ export declare const toolDefinitions: ({
|
|
|
2272
2282
|
body?: undefined;
|
|
2273
2283
|
commentId?: undefined;
|
|
2274
2284
|
circleId?: undefined;
|
|
2275
|
-
includeSubCircles?: undefined;
|
|
2276
2285
|
userId?: undefined;
|
|
2286
|
+
includeSubCircles?: undefined;
|
|
2277
2287
|
endDate?: undefined;
|
|
2278
2288
|
metricId?: undefined;
|
|
2279
2289
|
depth?: undefined;
|
|
@@ -2413,8 +2423,8 @@ export declare const toolDefinitions: ({
|
|
|
2413
2423
|
body?: undefined;
|
|
2414
2424
|
commentId?: undefined;
|
|
2415
2425
|
circleId?: undefined;
|
|
2416
|
-
includeSubCircles?: undefined;
|
|
2417
2426
|
userId?: undefined;
|
|
2427
|
+
includeSubCircles?: undefined;
|
|
2418
2428
|
endDate?: undefined;
|
|
2419
2429
|
metricId?: undefined;
|
|
2420
2430
|
depth?: undefined;
|
|
@@ -2566,8 +2576,8 @@ export declare const toolDefinitions: ({
|
|
|
2566
2576
|
body?: undefined;
|
|
2567
2577
|
commentId?: undefined;
|
|
2568
2578
|
circleId?: undefined;
|
|
2569
|
-
includeSubCircles?: undefined;
|
|
2570
2579
|
userId?: undefined;
|
|
2580
|
+
includeSubCircles?: undefined;
|
|
2571
2581
|
endDate?: undefined;
|
|
2572
2582
|
metricId?: undefined;
|
|
2573
2583
|
depth?: undefined;
|
|
@@ -2668,8 +2678,8 @@ export declare const toolDefinitions: ({
|
|
|
2668
2678
|
body?: undefined;
|
|
2669
2679
|
commentId?: undefined;
|
|
2670
2680
|
circleId?: undefined;
|
|
2671
|
-
includeSubCircles?: undefined;
|
|
2672
2681
|
userId?: undefined;
|
|
2682
|
+
includeSubCircles?: undefined;
|
|
2673
2683
|
endDate?: undefined;
|
|
2674
2684
|
metricId?: undefined;
|
|
2675
2685
|
depth?: undefined;
|
|
@@ -2779,8 +2789,8 @@ export declare const toolDefinitions: ({
|
|
|
2779
2789
|
completed?: undefined;
|
|
2780
2790
|
commentId?: undefined;
|
|
2781
2791
|
circleId?: undefined;
|
|
2782
|
-
includeSubCircles?: undefined;
|
|
2783
2792
|
userId?: undefined;
|
|
2793
|
+
includeSubCircles?: undefined;
|
|
2784
2794
|
endDate?: undefined;
|
|
2785
2795
|
metricId?: undefined;
|
|
2786
2796
|
depth?: undefined;
|
|
@@ -2890,8 +2900,8 @@ export declare const toolDefinitions: ({
|
|
|
2890
2900
|
due?: undefined;
|
|
2891
2901
|
completed?: undefined;
|
|
2892
2902
|
circleId?: undefined;
|
|
2893
|
-
includeSubCircles?: undefined;
|
|
2894
2903
|
userId?: undefined;
|
|
2904
|
+
includeSubCircles?: undefined;
|
|
2895
2905
|
endDate?: undefined;
|
|
2896
2906
|
metricId?: undefined;
|
|
2897
2907
|
depth?: undefined;
|
|
@@ -2992,8 +3002,8 @@ export declare const toolDefinitions: ({
|
|
|
2992
3002
|
completed?: undefined;
|
|
2993
3003
|
body?: undefined;
|
|
2994
3004
|
circleId?: undefined;
|
|
2995
|
-
includeSubCircles?: undefined;
|
|
2996
3005
|
userId?: undefined;
|
|
3006
|
+
includeSubCircles?: undefined;
|
|
2997
3007
|
endDate?: undefined;
|
|
2998
3008
|
metricId?: undefined;
|
|
2999
3009
|
depth?: undefined;
|
|
@@ -3106,8 +3116,8 @@ export declare const toolDefinitions: ({
|
|
|
3106
3116
|
body?: undefined;
|
|
3107
3117
|
commentId?: undefined;
|
|
3108
3118
|
circleId?: undefined;
|
|
3109
|
-
includeSubCircles?: undefined;
|
|
3110
3119
|
userId?: undefined;
|
|
3120
|
+
includeSubCircles?: undefined;
|
|
3111
3121
|
endDate?: undefined;
|
|
3112
3122
|
metricId?: undefined;
|
|
3113
3123
|
depth?: undefined;
|
|
@@ -3223,8 +3233,8 @@ export declare const toolDefinitions: ({
|
|
|
3223
3233
|
completed?: undefined;
|
|
3224
3234
|
body?: undefined;
|
|
3225
3235
|
commentId?: undefined;
|
|
3226
|
-
includeSubCircles?: undefined;
|
|
3227
3236
|
userId?: undefined;
|
|
3237
|
+
includeSubCircles?: undefined;
|
|
3228
3238
|
endDate?: undefined;
|
|
3229
3239
|
metricId?: undefined;
|
|
3230
3240
|
depth?: undefined;
|
|
@@ -3273,6 +3283,111 @@ export declare const toolDefinitions: ({
|
|
|
3273
3283
|
};
|
|
3274
3284
|
required: string[];
|
|
3275
3285
|
};
|
|
3286
|
+
} | {
|
|
3287
|
+
annotations: {
|
|
3288
|
+
readOnlyHint: boolean;
|
|
3289
|
+
destructiveHint: boolean;
|
|
3290
|
+
};
|
|
3291
|
+
name: string;
|
|
3292
|
+
description: string;
|
|
3293
|
+
inputSchema: {
|
|
3294
|
+
type: "object";
|
|
3295
|
+
properties: {
|
|
3296
|
+
userId: {
|
|
3297
|
+
type: string;
|
|
3298
|
+
description: string;
|
|
3299
|
+
};
|
|
3300
|
+
workspaceId: {
|
|
3301
|
+
type: string;
|
|
3302
|
+
description: string;
|
|
3303
|
+
};
|
|
3304
|
+
topic?: undefined;
|
|
3305
|
+
search?: undefined;
|
|
3306
|
+
includeImages?: undefined;
|
|
3307
|
+
imageIndexes?: undefined;
|
|
3308
|
+
maxImages?: undefined;
|
|
3309
|
+
sort?: undefined;
|
|
3310
|
+
limit?: undefined;
|
|
3311
|
+
page?: undefined;
|
|
3312
|
+
stripDescription?: undefined;
|
|
3313
|
+
title?: undefined;
|
|
3314
|
+
purpose?: undefined;
|
|
3315
|
+
type?: undefined;
|
|
3316
|
+
governance?: undefined;
|
|
3317
|
+
plan?: undefined;
|
|
3318
|
+
apps?: undefined;
|
|
3319
|
+
layout?: undefined;
|
|
3320
|
+
query?: undefined;
|
|
3321
|
+
_listTitle?: undefined;
|
|
3322
|
+
nestId?: undefined;
|
|
3323
|
+
fieldsMetaData?: undefined;
|
|
3324
|
+
hints?: undefined;
|
|
3325
|
+
provenance?: undefined;
|
|
3326
|
+
rights?: undefined;
|
|
3327
|
+
forUser?: undefined;
|
|
3328
|
+
whoCan?: undefined;
|
|
3329
|
+
parentId?: undefined;
|
|
3330
|
+
description?: undefined;
|
|
3331
|
+
labels?: undefined;
|
|
3332
|
+
fields?: undefined;
|
|
3333
|
+
users?: undefined;
|
|
3334
|
+
accountabilities?: undefined;
|
|
3335
|
+
domains?: undefined;
|
|
3336
|
+
data?: undefined;
|
|
3337
|
+
due?: undefined;
|
|
3338
|
+
completed?: undefined;
|
|
3339
|
+
body?: undefined;
|
|
3340
|
+
commentId?: undefined;
|
|
3341
|
+
circleId?: undefined;
|
|
3342
|
+
includeSubCircles?: undefined;
|
|
3343
|
+
endDate?: undefined;
|
|
3344
|
+
metricId?: undefined;
|
|
3345
|
+
depth?: undefined;
|
|
3346
|
+
username?: undefined;
|
|
3347
|
+
fullName?: undefined;
|
|
3348
|
+
language?: undefined;
|
|
3349
|
+
labelId?: undefined;
|
|
3350
|
+
from?: undefined;
|
|
3351
|
+
to?: undefined;
|
|
3352
|
+
completedAfter?: undefined;
|
|
3353
|
+
nestIds?: undefined;
|
|
3354
|
+
position?: undefined;
|
|
3355
|
+
relatedNestId?: undefined;
|
|
3356
|
+
color?: undefined;
|
|
3357
|
+
icon?: undefined;
|
|
3358
|
+
withUser?: undefined;
|
|
3359
|
+
fullWorkspaces?: undefined;
|
|
3360
|
+
context?: undefined;
|
|
3361
|
+
skip?: undefined;
|
|
3362
|
+
showRead?: undefined;
|
|
3363
|
+
group?: undefined;
|
|
3364
|
+
feeling?: undefined;
|
|
3365
|
+
needs?: undefined;
|
|
3366
|
+
tensionId?: undefined;
|
|
3367
|
+
_id?: undefined;
|
|
3368
|
+
roleId?: undefined;
|
|
3369
|
+
removeNest?: undefined;
|
|
3370
|
+
partId?: undefined;
|
|
3371
|
+
childId?: undefined;
|
|
3372
|
+
status?: undefined;
|
|
3373
|
+
relation?: undefined;
|
|
3374
|
+
direction?: undefined;
|
|
3375
|
+
targetId?: undefined;
|
|
3376
|
+
name?: undefined;
|
|
3377
|
+
config?: undefined;
|
|
3378
|
+
capabilities?: undefined;
|
|
3379
|
+
exposure?: undefined;
|
|
3380
|
+
authStrategy?: undefined;
|
|
3381
|
+
connectorId?: undefined;
|
|
3382
|
+
ownerType?: undefined;
|
|
3383
|
+
ownerId?: undefined;
|
|
3384
|
+
fileId?: undefined;
|
|
3385
|
+
contentType?: undefined;
|
|
3386
|
+
content?: undefined;
|
|
3387
|
+
dataBase64?: undefined;
|
|
3388
|
+
};
|
|
3389
|
+
required?: undefined;
|
|
3390
|
+
};
|
|
3276
3391
|
} | {
|
|
3277
3392
|
annotations: {
|
|
3278
3393
|
readOnlyHint: boolean;
|
|
@@ -3443,8 +3558,8 @@ export declare const toolDefinitions: ({
|
|
|
3443
3558
|
body?: undefined;
|
|
3444
3559
|
commentId?: undefined;
|
|
3445
3560
|
circleId?: undefined;
|
|
3446
|
-
includeSubCircles?: undefined;
|
|
3447
3561
|
userId?: undefined;
|
|
3562
|
+
includeSubCircles?: undefined;
|
|
3448
3563
|
endDate?: undefined;
|
|
3449
3564
|
depth?: undefined;
|
|
3450
3565
|
username?: undefined;
|
|
@@ -3553,8 +3668,8 @@ export declare const toolDefinitions: ({
|
|
|
3553
3668
|
body?: undefined;
|
|
3554
3669
|
commentId?: undefined;
|
|
3555
3670
|
circleId?: undefined;
|
|
3556
|
-
includeSubCircles?: undefined;
|
|
3557
3671
|
userId?: undefined;
|
|
3672
|
+
includeSubCircles?: undefined;
|
|
3558
3673
|
endDate?: undefined;
|
|
3559
3674
|
metricId?: undefined;
|
|
3560
3675
|
depth?: undefined;
|
|
@@ -3670,8 +3785,8 @@ export declare const toolDefinitions: ({
|
|
|
3670
3785
|
body?: undefined;
|
|
3671
3786
|
commentId?: undefined;
|
|
3672
3787
|
circleId?: undefined;
|
|
3673
|
-
includeSubCircles?: undefined;
|
|
3674
3788
|
userId?: undefined;
|
|
3789
|
+
includeSubCircles?: undefined;
|
|
3675
3790
|
endDate?: undefined;
|
|
3676
3791
|
metricId?: undefined;
|
|
3677
3792
|
depth?: undefined;
|
|
@@ -3787,8 +3902,8 @@ export declare const toolDefinitions: ({
|
|
|
3787
3902
|
body?: undefined;
|
|
3788
3903
|
commentId?: undefined;
|
|
3789
3904
|
circleId?: undefined;
|
|
3790
|
-
includeSubCircles?: undefined;
|
|
3791
3905
|
userId?: undefined;
|
|
3906
|
+
includeSubCircles?: undefined;
|
|
3792
3907
|
endDate?: undefined;
|
|
3793
3908
|
metricId?: undefined;
|
|
3794
3909
|
username?: undefined;
|
|
@@ -3894,8 +4009,8 @@ export declare const toolDefinitions: ({
|
|
|
3894
4009
|
completed?: undefined;
|
|
3895
4010
|
body?: undefined;
|
|
3896
4011
|
commentId?: undefined;
|
|
3897
|
-
includeSubCircles?: undefined;
|
|
3898
4012
|
userId?: undefined;
|
|
4013
|
+
includeSubCircles?: undefined;
|
|
3899
4014
|
endDate?: undefined;
|
|
3900
4015
|
metricId?: undefined;
|
|
3901
4016
|
depth?: undefined;
|
|
@@ -4113,8 +4228,8 @@ export declare const toolDefinitions: ({
|
|
|
4113
4228
|
body?: undefined;
|
|
4114
4229
|
commentId?: undefined;
|
|
4115
4230
|
circleId?: undefined;
|
|
4116
|
-
includeSubCircles?: undefined;
|
|
4117
4231
|
userId?: undefined;
|
|
4232
|
+
includeSubCircles?: undefined;
|
|
4118
4233
|
endDate?: undefined;
|
|
4119
4234
|
metricId?: undefined;
|
|
4120
4235
|
depth?: undefined;
|
|
@@ -4216,8 +4331,8 @@ export declare const toolDefinitions: ({
|
|
|
4216
4331
|
body?: undefined;
|
|
4217
4332
|
commentId?: undefined;
|
|
4218
4333
|
circleId?: undefined;
|
|
4219
|
-
includeSubCircles?: undefined;
|
|
4220
4334
|
userId?: undefined;
|
|
4335
|
+
includeSubCircles?: undefined;
|
|
4221
4336
|
endDate?: undefined;
|
|
4222
4337
|
metricId?: undefined;
|
|
4223
4338
|
depth?: undefined;
|
|
@@ -4332,8 +4447,8 @@ export declare const toolDefinitions: ({
|
|
|
4332
4447
|
body?: undefined;
|
|
4333
4448
|
commentId?: undefined;
|
|
4334
4449
|
circleId?: undefined;
|
|
4335
|
-
includeSubCircles?: undefined;
|
|
4336
4450
|
userId?: undefined;
|
|
4451
|
+
includeSubCircles?: undefined;
|
|
4337
4452
|
endDate?: undefined;
|
|
4338
4453
|
depth?: undefined;
|
|
4339
4454
|
username?: undefined;
|
|
@@ -4431,8 +4546,8 @@ export declare const toolDefinitions: ({
|
|
|
4431
4546
|
body?: undefined;
|
|
4432
4547
|
commentId?: undefined;
|
|
4433
4548
|
circleId?: undefined;
|
|
4434
|
-
includeSubCircles?: undefined;
|
|
4435
4549
|
userId?: undefined;
|
|
4550
|
+
includeSubCircles?: undefined;
|
|
4436
4551
|
endDate?: undefined;
|
|
4437
4552
|
metricId?: undefined;
|
|
4438
4553
|
depth?: undefined;
|
|
@@ -4537,8 +4652,8 @@ export declare const toolDefinitions: ({
|
|
|
4537
4652
|
body?: undefined;
|
|
4538
4653
|
commentId?: undefined;
|
|
4539
4654
|
circleId?: undefined;
|
|
4540
|
-
includeSubCircles?: undefined;
|
|
4541
4655
|
userId?: undefined;
|
|
4656
|
+
includeSubCircles?: undefined;
|
|
4542
4657
|
endDate?: undefined;
|
|
4543
4658
|
metricId?: undefined;
|
|
4544
4659
|
depth?: undefined;
|
|
@@ -4646,8 +4761,8 @@ export declare const toolDefinitions: ({
|
|
|
4646
4761
|
body?: undefined;
|
|
4647
4762
|
commentId?: undefined;
|
|
4648
4763
|
circleId?: undefined;
|
|
4649
|
-
includeSubCircles?: undefined;
|
|
4650
4764
|
userId?: undefined;
|
|
4765
|
+
includeSubCircles?: undefined;
|
|
4651
4766
|
endDate?: undefined;
|
|
4652
4767
|
metricId?: undefined;
|
|
4653
4768
|
depth?: undefined;
|
|
@@ -4751,8 +4866,8 @@ export declare const toolDefinitions: ({
|
|
|
4751
4866
|
body?: undefined;
|
|
4752
4867
|
commentId?: undefined;
|
|
4753
4868
|
circleId?: undefined;
|
|
4754
|
-
includeSubCircles?: undefined;
|
|
4755
4869
|
userId?: undefined;
|
|
4870
|
+
includeSubCircles?: undefined;
|
|
4756
4871
|
endDate?: undefined;
|
|
4757
4872
|
metricId?: undefined;
|
|
4758
4873
|
depth?: undefined;
|
|
@@ -4865,8 +4980,8 @@ export declare const toolDefinitions: ({
|
|
|
4865
4980
|
body?: undefined;
|
|
4866
4981
|
commentId?: undefined;
|
|
4867
4982
|
circleId?: undefined;
|
|
4868
|
-
includeSubCircles?: undefined;
|
|
4869
4983
|
userId?: undefined;
|
|
4984
|
+
includeSubCircles?: undefined;
|
|
4870
4985
|
endDate?: undefined;
|
|
4871
4986
|
metricId?: undefined;
|
|
4872
4987
|
depth?: undefined;
|
|
@@ -4971,8 +5086,8 @@ export declare const toolDefinitions: ({
|
|
|
4971
5086
|
body?: undefined;
|
|
4972
5087
|
commentId?: undefined;
|
|
4973
5088
|
circleId?: undefined;
|
|
4974
|
-
includeSubCircles?: undefined;
|
|
4975
5089
|
userId?: undefined;
|
|
5090
|
+
includeSubCircles?: undefined;
|
|
4976
5091
|
endDate?: undefined;
|
|
4977
5092
|
metricId?: undefined;
|
|
4978
5093
|
depth?: undefined;
|
|
@@ -5081,8 +5196,8 @@ export declare const toolDefinitions: ({
|
|
|
5081
5196
|
body?: undefined;
|
|
5082
5197
|
commentId?: undefined;
|
|
5083
5198
|
circleId?: undefined;
|
|
5084
|
-
includeSubCircles?: undefined;
|
|
5085
5199
|
userId?: undefined;
|
|
5200
|
+
includeSubCircles?: undefined;
|
|
5086
5201
|
endDate?: undefined;
|
|
5087
5202
|
metricId?: undefined;
|
|
5088
5203
|
depth?: undefined;
|
|
@@ -5192,8 +5307,8 @@ export declare const toolDefinitions: ({
|
|
|
5192
5307
|
body?: undefined;
|
|
5193
5308
|
commentId?: undefined;
|
|
5194
5309
|
circleId?: undefined;
|
|
5195
|
-
includeSubCircles?: undefined;
|
|
5196
5310
|
userId?: undefined;
|
|
5311
|
+
includeSubCircles?: undefined;
|
|
5197
5312
|
endDate?: undefined;
|
|
5198
5313
|
metricId?: undefined;
|
|
5199
5314
|
depth?: undefined;
|
|
@@ -5299,8 +5414,8 @@ export declare const toolDefinitions: ({
|
|
|
5299
5414
|
body?: undefined;
|
|
5300
5415
|
commentId?: undefined;
|
|
5301
5416
|
circleId?: undefined;
|
|
5302
|
-
includeSubCircles?: undefined;
|
|
5303
5417
|
userId?: undefined;
|
|
5418
|
+
includeSubCircles?: undefined;
|
|
5304
5419
|
endDate?: undefined;
|
|
5305
5420
|
metricId?: undefined;
|
|
5306
5421
|
depth?: undefined;
|
|
@@ -5400,8 +5515,8 @@ export declare const toolDefinitions: ({
|
|
|
5400
5515
|
body?: undefined;
|
|
5401
5516
|
commentId?: undefined;
|
|
5402
5517
|
circleId?: undefined;
|
|
5403
|
-
includeSubCircles?: undefined;
|
|
5404
5518
|
userId?: undefined;
|
|
5519
|
+
includeSubCircles?: undefined;
|
|
5405
5520
|
endDate?: undefined;
|
|
5406
5521
|
metricId?: undefined;
|
|
5407
5522
|
depth?: undefined;
|
|
@@ -5511,8 +5626,8 @@ export declare const toolDefinitions: ({
|
|
|
5511
5626
|
body?: undefined;
|
|
5512
5627
|
commentId?: undefined;
|
|
5513
5628
|
circleId?: undefined;
|
|
5514
|
-
includeSubCircles?: undefined;
|
|
5515
5629
|
userId?: undefined;
|
|
5630
|
+
includeSubCircles?: undefined;
|
|
5516
5631
|
endDate?: undefined;
|
|
5517
5632
|
metricId?: undefined;
|
|
5518
5633
|
depth?: undefined;
|
|
@@ -5721,8 +5836,8 @@ export declare const toolDefinitions: ({
|
|
|
5721
5836
|
body?: undefined;
|
|
5722
5837
|
commentId?: undefined;
|
|
5723
5838
|
circleId?: undefined;
|
|
5724
|
-
includeSubCircles?: undefined;
|
|
5725
5839
|
userId?: undefined;
|
|
5840
|
+
includeSubCircles?: undefined;
|
|
5726
5841
|
endDate?: undefined;
|
|
5727
5842
|
metricId?: undefined;
|
|
5728
5843
|
depth?: undefined;
|
|
@@ -5823,8 +5938,8 @@ export declare const toolDefinitions: ({
|
|
|
5823
5938
|
body?: undefined;
|
|
5824
5939
|
commentId?: undefined;
|
|
5825
5940
|
circleId?: undefined;
|
|
5826
|
-
includeSubCircles?: undefined;
|
|
5827
5941
|
userId?: undefined;
|
|
5942
|
+
includeSubCircles?: undefined;
|
|
5828
5943
|
endDate?: undefined;
|
|
5829
5944
|
metricId?: undefined;
|
|
5830
5945
|
depth?: undefined;
|
|
@@ -5925,8 +6040,8 @@ export declare const toolDefinitions: ({
|
|
|
5925
6040
|
body?: undefined;
|
|
5926
6041
|
commentId?: undefined;
|
|
5927
6042
|
circleId?: undefined;
|
|
5928
|
-
includeSubCircles?: undefined;
|
|
5929
6043
|
userId?: undefined;
|
|
6044
|
+
includeSubCircles?: undefined;
|
|
5930
6045
|
endDate?: undefined;
|
|
5931
6046
|
metricId?: undefined;
|
|
5932
6047
|
depth?: undefined;
|
|
@@ -6042,8 +6157,8 @@ export declare const toolDefinitions: ({
|
|
|
6042
6157
|
body?: undefined;
|
|
6043
6158
|
commentId?: undefined;
|
|
6044
6159
|
circleId?: undefined;
|
|
6045
|
-
includeSubCircles?: undefined;
|
|
6046
6160
|
userId?: undefined;
|
|
6161
|
+
includeSubCircles?: undefined;
|
|
6047
6162
|
endDate?: undefined;
|
|
6048
6163
|
metricId?: undefined;
|
|
6049
6164
|
depth?: undefined;
|
|
@@ -6155,8 +6270,8 @@ export declare const toolDefinitions: ({
|
|
|
6155
6270
|
body?: undefined;
|
|
6156
6271
|
commentId?: undefined;
|
|
6157
6272
|
circleId?: undefined;
|
|
6158
|
-
includeSubCircles?: undefined;
|
|
6159
6273
|
userId?: undefined;
|
|
6274
|
+
includeSubCircles?: undefined;
|
|
6160
6275
|
endDate?: undefined;
|
|
6161
6276
|
metricId?: undefined;
|
|
6162
6277
|
depth?: undefined;
|
|
@@ -6259,8 +6374,8 @@ export declare const toolDefinitions: ({
|
|
|
6259
6374
|
body?: undefined;
|
|
6260
6375
|
commentId?: undefined;
|
|
6261
6376
|
circleId?: undefined;
|
|
6262
|
-
includeSubCircles?: undefined;
|
|
6263
6377
|
userId?: undefined;
|
|
6378
|
+
includeSubCircles?: undefined;
|
|
6264
6379
|
endDate?: undefined;
|
|
6265
6380
|
metricId?: undefined;
|
|
6266
6381
|
depth?: undefined;
|
|
@@ -6372,8 +6487,8 @@ export declare const toolDefinitions: ({
|
|
|
6372
6487
|
body?: undefined;
|
|
6373
6488
|
commentId?: undefined;
|
|
6374
6489
|
circleId?: undefined;
|
|
6375
|
-
includeSubCircles?: undefined;
|
|
6376
6490
|
userId?: undefined;
|
|
6491
|
+
includeSubCircles?: undefined;
|
|
6377
6492
|
endDate?: undefined;
|
|
6378
6493
|
metricId?: undefined;
|
|
6379
6494
|
depth?: undefined;
|
|
@@ -6492,8 +6607,8 @@ export declare const toolDefinitions: ({
|
|
|
6492
6607
|
body?: undefined;
|
|
6493
6608
|
commentId?: undefined;
|
|
6494
6609
|
circleId?: undefined;
|
|
6495
|
-
includeSubCircles?: undefined;
|
|
6496
6610
|
userId?: undefined;
|
|
6611
|
+
includeSubCircles?: undefined;
|
|
6497
6612
|
endDate?: undefined;
|
|
6498
6613
|
metricId?: undefined;
|
|
6499
6614
|
depth?: undefined;
|
|
@@ -6646,8 +6761,8 @@ export declare const toolDefinitions: ({
|
|
|
6646
6761
|
body?: undefined;
|
|
6647
6762
|
commentId?: undefined;
|
|
6648
6763
|
circleId?: undefined;
|
|
6649
|
-
includeSubCircles?: undefined;
|
|
6650
6764
|
userId?: undefined;
|
|
6765
|
+
includeSubCircles?: undefined;
|
|
6651
6766
|
endDate?: undefined;
|
|
6652
6767
|
metricId?: undefined;
|
|
6653
6768
|
depth?: undefined;
|
|
@@ -6791,8 +6906,8 @@ export declare const toolDefinitions: ({
|
|
|
6791
6906
|
body?: undefined;
|
|
6792
6907
|
commentId?: undefined;
|
|
6793
6908
|
circleId?: undefined;
|
|
6794
|
-
includeSubCircles?: undefined;
|
|
6795
6909
|
userId?: undefined;
|
|
6910
|
+
includeSubCircles?: undefined;
|
|
6796
6911
|
endDate?: undefined;
|
|
6797
6912
|
metricId?: undefined;
|
|
6798
6913
|
depth?: undefined;
|
|
@@ -6899,8 +7014,8 @@ export declare const toolDefinitions: ({
|
|
|
6899
7014
|
body?: undefined;
|
|
6900
7015
|
commentId?: undefined;
|
|
6901
7016
|
circleId?: undefined;
|
|
6902
|
-
includeSubCircles?: undefined;
|
|
6903
7017
|
userId?: undefined;
|
|
7018
|
+
includeSubCircles?: undefined;
|
|
6904
7019
|
endDate?: undefined;
|
|
6905
7020
|
metricId?: undefined;
|
|
6906
7021
|
depth?: undefined;
|
|
@@ -7003,8 +7118,8 @@ export declare const toolDefinitions: ({
|
|
|
7003
7118
|
body?: undefined;
|
|
7004
7119
|
commentId?: undefined;
|
|
7005
7120
|
circleId?: undefined;
|
|
7006
|
-
includeSubCircles?: undefined;
|
|
7007
7121
|
userId?: undefined;
|
|
7122
|
+
includeSubCircles?: undefined;
|
|
7008
7123
|
endDate?: undefined;
|
|
7009
7124
|
metricId?: undefined;
|
|
7010
7125
|
depth?: undefined;
|
|
@@ -7116,8 +7231,8 @@ export declare const toolDefinitions: ({
|
|
|
7116
7231
|
body?: undefined;
|
|
7117
7232
|
commentId?: undefined;
|
|
7118
7233
|
circleId?: undefined;
|
|
7119
|
-
includeSubCircles?: undefined;
|
|
7120
7234
|
userId?: undefined;
|
|
7235
|
+
includeSubCircles?: undefined;
|
|
7121
7236
|
endDate?: undefined;
|
|
7122
7237
|
metricId?: undefined;
|
|
7123
7238
|
depth?: undefined;
|
|
@@ -7227,8 +7342,8 @@ export declare const toolDefinitions: ({
|
|
|
7227
7342
|
body?: undefined;
|
|
7228
7343
|
commentId?: undefined;
|
|
7229
7344
|
circleId?: undefined;
|
|
7230
|
-
includeSubCircles?: undefined;
|
|
7231
7345
|
userId?: undefined;
|
|
7346
|
+
includeSubCircles?: undefined;
|
|
7232
7347
|
endDate?: undefined;
|
|
7233
7348
|
metricId?: undefined;
|
|
7234
7349
|
depth?: undefined;
|
|
@@ -7334,8 +7449,8 @@ export declare const toolDefinitions: ({
|
|
|
7334
7449
|
body?: undefined;
|
|
7335
7450
|
commentId?: undefined;
|
|
7336
7451
|
circleId?: undefined;
|
|
7337
|
-
includeSubCircles?: undefined;
|
|
7338
7452
|
userId?: undefined;
|
|
7453
|
+
includeSubCircles?: undefined;
|
|
7339
7454
|
endDate?: undefined;
|
|
7340
7455
|
metricId?: undefined;
|
|
7341
7456
|
depth?: undefined;
|
|
@@ -7442,8 +7557,8 @@ export declare const toolDefinitions: ({
|
|
|
7442
7557
|
body?: undefined;
|
|
7443
7558
|
commentId?: undefined;
|
|
7444
7559
|
circleId?: undefined;
|
|
7445
|
-
includeSubCircles?: undefined;
|
|
7446
7560
|
userId?: undefined;
|
|
7561
|
+
includeSubCircles?: undefined;
|
|
7447
7562
|
endDate?: undefined;
|
|
7448
7563
|
metricId?: undefined;
|
|
7449
7564
|
depth?: undefined;
|
|
@@ -7557,8 +7672,8 @@ export declare const toolDefinitions: ({
|
|
|
7557
7672
|
body?: undefined;
|
|
7558
7673
|
commentId?: undefined;
|
|
7559
7674
|
circleId?: undefined;
|
|
7560
|
-
includeSubCircles?: undefined;
|
|
7561
7675
|
userId?: undefined;
|
|
7676
|
+
includeSubCircles?: undefined;
|
|
7562
7677
|
endDate?: undefined;
|
|
7563
7678
|
metricId?: undefined;
|
|
7564
7679
|
depth?: undefined;
|
|
@@ -7665,8 +7780,8 @@ export declare const toolDefinitions: ({
|
|
|
7665
7780
|
body?: undefined;
|
|
7666
7781
|
commentId?: undefined;
|
|
7667
7782
|
circleId?: undefined;
|
|
7668
|
-
includeSubCircles?: undefined;
|
|
7669
7783
|
userId?: undefined;
|
|
7784
|
+
includeSubCircles?: undefined;
|
|
7670
7785
|
endDate?: undefined;
|
|
7671
7786
|
metricId?: undefined;
|
|
7672
7787
|
depth?: undefined;
|
|
@@ -7790,8 +7905,8 @@ export declare const toolDefinitions: ({
|
|
|
7790
7905
|
body?: undefined;
|
|
7791
7906
|
commentId?: undefined;
|
|
7792
7907
|
circleId?: undefined;
|
|
7793
|
-
includeSubCircles?: undefined;
|
|
7794
7908
|
userId?: undefined;
|
|
7909
|
+
includeSubCircles?: undefined;
|
|
7795
7910
|
endDate?: undefined;
|
|
7796
7911
|
metricId?: undefined;
|
|
7797
7912
|
depth?: undefined;
|
|
@@ -7900,8 +8015,8 @@ export declare const toolDefinitions: ({
|
|
|
7900
8015
|
body?: undefined;
|
|
7901
8016
|
commentId?: undefined;
|
|
7902
8017
|
circleId?: undefined;
|
|
7903
|
-
includeSubCircles?: undefined;
|
|
7904
8018
|
userId?: undefined;
|
|
8019
|
+
includeSubCircles?: undefined;
|
|
7905
8020
|
endDate?: undefined;
|
|
7906
8021
|
metricId?: undefined;
|
|
7907
8022
|
depth?: undefined;
|
|
@@ -8003,8 +8118,8 @@ export declare const toolDefinitions: ({
|
|
|
8003
8118
|
body?: undefined;
|
|
8004
8119
|
commentId?: undefined;
|
|
8005
8120
|
circleId?: undefined;
|
|
8006
|
-
includeSubCircles?: undefined;
|
|
8007
8121
|
userId?: undefined;
|
|
8122
|
+
includeSubCircles?: undefined;
|
|
8008
8123
|
endDate?: undefined;
|
|
8009
8124
|
metricId?: undefined;
|
|
8010
8125
|
depth?: undefined;
|
|
@@ -8120,8 +8235,8 @@ export declare const toolDefinitions: ({
|
|
|
8120
8235
|
body?: undefined;
|
|
8121
8236
|
commentId?: undefined;
|
|
8122
8237
|
circleId?: undefined;
|
|
8123
|
-
includeSubCircles?: undefined;
|
|
8124
8238
|
userId?: undefined;
|
|
8239
|
+
includeSubCircles?: undefined;
|
|
8125
8240
|
endDate?: undefined;
|
|
8126
8241
|
metricId?: undefined;
|
|
8127
8242
|
depth?: undefined;
|