@nestr/mcp 0.1.68 → 0.1.70
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 +2 -0
- package/build/api/client.d.ts.map +1 -1
- package/build/api/client.js.map +1 -1
- package/build/http.d.ts +12 -7
- package/build/http.d.ts.map +1 -1
- package/build/http.js +411 -168
- package/build/http.js.map +1 -1
- package/build/oauth/file-store.d.ts.map +1 -1
- package/build/oauth/file-store.js +138 -0
- package/build/oauth/file-store.js.map +1 -1
- package/build/oauth/flow.d.ts.map +1 -1
- package/build/oauth/flow.js +52 -31
- package/build/oauth/flow.js.map +1 -1
- package/build/oauth/redis-store.d.ts.map +1 -1
- package/build/oauth/redis-store.js +19 -0
- package/build/oauth/redis-store.js.map +1 -1
- package/build/oauth/store.d.ts +24 -0
- package/build/oauth/store.d.ts.map +1 -1
- package/build/oauth/store.js.map +1 -1
- package/build/tools/index.d.ts +57 -51
- package/build/tools/index.d.ts.map +1 -1
- package/build/tools/index.js +7 -0
- package/build/tools/index.js.map +1 -1
- package/package.json +1 -1
package/build/tools/index.d.ts
CHANGED
|
@@ -123,6 +123,7 @@ export declare const schemas: {
|
|
|
123
123
|
description: z.ZodOptional<z.ZodString>;
|
|
124
124
|
purpose: z.ZodOptional<z.ZodString>;
|
|
125
125
|
labels: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodString, "many">, string[], unknown>>;
|
|
126
|
+
fields: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodUnknown>, Record<string, unknown>, unknown>>;
|
|
126
127
|
users: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodString, "many">, string[], unknown>>;
|
|
127
128
|
accountabilities: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodString, "many">, string[], unknown>>;
|
|
128
129
|
domains: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodString, "many">, string[], unknown>>;
|
|
@@ -133,6 +134,7 @@ export declare const schemas: {
|
|
|
133
134
|
purpose?: string | undefined;
|
|
134
135
|
description?: string | undefined;
|
|
135
136
|
labels?: string[] | undefined;
|
|
137
|
+
fields?: Record<string, unknown> | undefined;
|
|
136
138
|
users?: string[] | undefined;
|
|
137
139
|
accountabilities?: string[] | undefined;
|
|
138
140
|
domains?: string[] | undefined;
|
|
@@ -143,6 +145,7 @@ export declare const schemas: {
|
|
|
143
145
|
purpose?: string | undefined;
|
|
144
146
|
description?: string | undefined;
|
|
145
147
|
labels?: unknown;
|
|
148
|
+
fields?: unknown;
|
|
146
149
|
users?: unknown;
|
|
147
150
|
accountabilities?: unknown;
|
|
148
151
|
domains?: unknown;
|
|
@@ -978,10 +981,10 @@ export declare const toolDefinitions: ({
|
|
|
978
981
|
parentId?: undefined;
|
|
979
982
|
description?: undefined;
|
|
980
983
|
labels?: undefined;
|
|
984
|
+
fields?: undefined;
|
|
981
985
|
users?: undefined;
|
|
982
986
|
accountabilities?: undefined;
|
|
983
987
|
domains?: undefined;
|
|
984
|
-
fields?: undefined;
|
|
985
988
|
data?: undefined;
|
|
986
989
|
due?: undefined;
|
|
987
990
|
completed?: undefined;
|
|
@@ -1067,10 +1070,10 @@ export declare const toolDefinitions: ({
|
|
|
1067
1070
|
parentId?: undefined;
|
|
1068
1071
|
description?: undefined;
|
|
1069
1072
|
labels?: undefined;
|
|
1073
|
+
fields?: undefined;
|
|
1070
1074
|
users?: undefined;
|
|
1071
1075
|
accountabilities?: undefined;
|
|
1072
1076
|
domains?: undefined;
|
|
1073
|
-
fields?: undefined;
|
|
1074
1077
|
data?: undefined;
|
|
1075
1078
|
due?: undefined;
|
|
1076
1079
|
completed?: undefined;
|
|
@@ -1150,10 +1153,10 @@ export declare const toolDefinitions: ({
|
|
|
1150
1153
|
parentId?: undefined;
|
|
1151
1154
|
description?: undefined;
|
|
1152
1155
|
labels?: undefined;
|
|
1156
|
+
fields?: undefined;
|
|
1153
1157
|
users?: undefined;
|
|
1154
1158
|
accountabilities?: undefined;
|
|
1155
1159
|
domains?: undefined;
|
|
1156
|
-
fields?: undefined;
|
|
1157
1160
|
data?: undefined;
|
|
1158
1161
|
due?: undefined;
|
|
1159
1162
|
completed?: undefined;
|
|
@@ -1256,10 +1259,10 @@ export declare const toolDefinitions: ({
|
|
|
1256
1259
|
parentId?: undefined;
|
|
1257
1260
|
description?: undefined;
|
|
1258
1261
|
labels?: undefined;
|
|
1262
|
+
fields?: undefined;
|
|
1259
1263
|
users?: undefined;
|
|
1260
1264
|
accountabilities?: undefined;
|
|
1261
1265
|
domains?: undefined;
|
|
1262
|
-
fields?: undefined;
|
|
1263
1266
|
data?: undefined;
|
|
1264
1267
|
due?: undefined;
|
|
1265
1268
|
completed?: undefined;
|
|
@@ -1351,10 +1354,10 @@ export declare const toolDefinitions: ({
|
|
|
1351
1354
|
parentId?: undefined;
|
|
1352
1355
|
description?: undefined;
|
|
1353
1356
|
labels?: undefined;
|
|
1357
|
+
fields?: undefined;
|
|
1354
1358
|
users?: undefined;
|
|
1355
1359
|
accountabilities?: undefined;
|
|
1356
1360
|
domains?: undefined;
|
|
1357
|
-
fields?: undefined;
|
|
1358
1361
|
data?: undefined;
|
|
1359
1362
|
due?: undefined;
|
|
1360
1363
|
completed?: undefined;
|
|
@@ -1440,10 +1443,10 @@ export declare const toolDefinitions: ({
|
|
|
1440
1443
|
parentId?: undefined;
|
|
1441
1444
|
description?: undefined;
|
|
1442
1445
|
labels?: undefined;
|
|
1446
|
+
fields?: undefined;
|
|
1443
1447
|
users?: undefined;
|
|
1444
1448
|
accountabilities?: undefined;
|
|
1445
1449
|
domains?: undefined;
|
|
1446
|
-
fields?: undefined;
|
|
1447
1450
|
data?: undefined;
|
|
1448
1451
|
due?: undefined;
|
|
1449
1452
|
completed?: undefined;
|
|
@@ -1535,10 +1538,10 @@ export declare const toolDefinitions: ({
|
|
|
1535
1538
|
parentId?: undefined;
|
|
1536
1539
|
description?: undefined;
|
|
1537
1540
|
labels?: undefined;
|
|
1541
|
+
fields?: undefined;
|
|
1538
1542
|
users?: undefined;
|
|
1539
1543
|
accountabilities?: undefined;
|
|
1540
1544
|
domains?: undefined;
|
|
1541
|
-
fields?: undefined;
|
|
1542
1545
|
data?: undefined;
|
|
1543
1546
|
due?: undefined;
|
|
1544
1547
|
completed?: undefined;
|
|
@@ -1614,6 +1617,10 @@ export declare const toolDefinitions: ({
|
|
|
1614
1617
|
};
|
|
1615
1618
|
description: string;
|
|
1616
1619
|
};
|
|
1620
|
+
fields: {
|
|
1621
|
+
type: string;
|
|
1622
|
+
description: string;
|
|
1623
|
+
};
|
|
1617
1624
|
users: {
|
|
1618
1625
|
type: string;
|
|
1619
1626
|
items: {
|
|
@@ -1654,7 +1661,6 @@ export declare const toolDefinitions: ({
|
|
|
1654
1661
|
nestId?: undefined;
|
|
1655
1662
|
fieldsMetaData?: undefined;
|
|
1656
1663
|
hints?: undefined;
|
|
1657
|
-
fields?: undefined;
|
|
1658
1664
|
data?: undefined;
|
|
1659
1665
|
due?: undefined;
|
|
1660
1666
|
completed?: undefined;
|
|
@@ -1862,10 +1868,10 @@ export declare const toolDefinitions: ({
|
|
|
1862
1868
|
parentId?: undefined;
|
|
1863
1869
|
description?: undefined;
|
|
1864
1870
|
labels?: undefined;
|
|
1871
|
+
fields?: undefined;
|
|
1865
1872
|
users?: undefined;
|
|
1866
1873
|
accountabilities?: undefined;
|
|
1867
1874
|
domains?: undefined;
|
|
1868
|
-
fields?: undefined;
|
|
1869
1875
|
data?: undefined;
|
|
1870
1876
|
due?: undefined;
|
|
1871
1877
|
completed?: undefined;
|
|
@@ -1946,10 +1952,10 @@ export declare const toolDefinitions: ({
|
|
|
1946
1952
|
parentId?: undefined;
|
|
1947
1953
|
description?: undefined;
|
|
1948
1954
|
labels?: undefined;
|
|
1955
|
+
fields?: undefined;
|
|
1949
1956
|
users?: undefined;
|
|
1950
1957
|
accountabilities?: undefined;
|
|
1951
1958
|
domains?: undefined;
|
|
1952
|
-
fields?: undefined;
|
|
1953
1959
|
data?: undefined;
|
|
1954
1960
|
due?: undefined;
|
|
1955
1961
|
completed?: undefined;
|
|
@@ -2030,10 +2036,10 @@ export declare const toolDefinitions: ({
|
|
|
2030
2036
|
parentId?: undefined;
|
|
2031
2037
|
description?: undefined;
|
|
2032
2038
|
labels?: undefined;
|
|
2039
|
+
fields?: undefined;
|
|
2033
2040
|
users?: undefined;
|
|
2034
2041
|
accountabilities?: undefined;
|
|
2035
2042
|
domains?: undefined;
|
|
2036
|
-
fields?: undefined;
|
|
2037
2043
|
data?: undefined;
|
|
2038
2044
|
due?: undefined;
|
|
2039
2045
|
completed?: undefined;
|
|
@@ -2109,10 +2115,10 @@ export declare const toolDefinitions: ({
|
|
|
2109
2115
|
parentId?: undefined;
|
|
2110
2116
|
description?: undefined;
|
|
2111
2117
|
labels?: undefined;
|
|
2118
|
+
fields?: undefined;
|
|
2112
2119
|
users?: undefined;
|
|
2113
2120
|
accountabilities?: undefined;
|
|
2114
2121
|
domains?: undefined;
|
|
2115
|
-
fields?: undefined;
|
|
2116
2122
|
data?: undefined;
|
|
2117
2123
|
due?: undefined;
|
|
2118
2124
|
completed?: undefined;
|
|
@@ -2197,10 +2203,10 @@ export declare const toolDefinitions: ({
|
|
|
2197
2203
|
parentId?: undefined;
|
|
2198
2204
|
description?: undefined;
|
|
2199
2205
|
labels?: undefined;
|
|
2206
|
+
fields?: undefined;
|
|
2200
2207
|
users?: undefined;
|
|
2201
2208
|
accountabilities?: undefined;
|
|
2202
2209
|
domains?: undefined;
|
|
2203
|
-
fields?: undefined;
|
|
2204
2210
|
data?: undefined;
|
|
2205
2211
|
due?: undefined;
|
|
2206
2212
|
completed?: undefined;
|
|
@@ -2290,10 +2296,10 @@ export declare const toolDefinitions: ({
|
|
|
2290
2296
|
parentId?: undefined;
|
|
2291
2297
|
description?: undefined;
|
|
2292
2298
|
labels?: undefined;
|
|
2299
|
+
fields?: undefined;
|
|
2293
2300
|
users?: undefined;
|
|
2294
2301
|
accountabilities?: undefined;
|
|
2295
2302
|
domains?: undefined;
|
|
2296
|
-
fields?: undefined;
|
|
2297
2303
|
data?: undefined;
|
|
2298
2304
|
due?: undefined;
|
|
2299
2305
|
completed?: undefined;
|
|
@@ -2384,10 +2390,10 @@ export declare const toolDefinitions: ({
|
|
|
2384
2390
|
parentId?: undefined;
|
|
2385
2391
|
description?: undefined;
|
|
2386
2392
|
labels?: undefined;
|
|
2393
|
+
fields?: undefined;
|
|
2387
2394
|
users?: undefined;
|
|
2388
2395
|
accountabilities?: undefined;
|
|
2389
2396
|
domains?: undefined;
|
|
2390
|
-
fields?: undefined;
|
|
2391
2397
|
data?: undefined;
|
|
2392
2398
|
due?: undefined;
|
|
2393
2399
|
completed?: undefined;
|
|
@@ -2465,10 +2471,10 @@ export declare const toolDefinitions: ({
|
|
|
2465
2471
|
parentId?: undefined;
|
|
2466
2472
|
description?: undefined;
|
|
2467
2473
|
labels?: undefined;
|
|
2474
|
+
fields?: undefined;
|
|
2468
2475
|
users?: undefined;
|
|
2469
2476
|
accountabilities?: undefined;
|
|
2470
2477
|
domains?: undefined;
|
|
2471
|
-
fields?: undefined;
|
|
2472
2478
|
data?: undefined;
|
|
2473
2479
|
due?: undefined;
|
|
2474
2480
|
completed?: undefined;
|
|
@@ -2553,10 +2559,10 @@ export declare const toolDefinitions: ({
|
|
|
2553
2559
|
parentId?: undefined;
|
|
2554
2560
|
description?: undefined;
|
|
2555
2561
|
labels?: undefined;
|
|
2562
|
+
fields?: undefined;
|
|
2556
2563
|
users?: undefined;
|
|
2557
2564
|
accountabilities?: undefined;
|
|
2558
2565
|
domains?: undefined;
|
|
2559
|
-
fields?: undefined;
|
|
2560
2566
|
data?: undefined;
|
|
2561
2567
|
due?: undefined;
|
|
2562
2568
|
completed?: undefined;
|
|
@@ -2645,10 +2651,10 @@ export declare const toolDefinitions: ({
|
|
|
2645
2651
|
parentId?: undefined;
|
|
2646
2652
|
description?: undefined;
|
|
2647
2653
|
labels?: undefined;
|
|
2654
|
+
fields?: undefined;
|
|
2648
2655
|
users?: undefined;
|
|
2649
2656
|
accountabilities?: undefined;
|
|
2650
2657
|
domains?: undefined;
|
|
2651
|
-
fields?: undefined;
|
|
2652
2658
|
data?: undefined;
|
|
2653
2659
|
due?: undefined;
|
|
2654
2660
|
completed?: undefined;
|
|
@@ -2734,10 +2740,10 @@ export declare const toolDefinitions: ({
|
|
|
2734
2740
|
parentId?: undefined;
|
|
2735
2741
|
description?: undefined;
|
|
2736
2742
|
labels?: undefined;
|
|
2743
|
+
fields?: undefined;
|
|
2737
2744
|
users?: undefined;
|
|
2738
2745
|
accountabilities?: undefined;
|
|
2739
2746
|
domains?: undefined;
|
|
2740
|
-
fields?: undefined;
|
|
2741
2747
|
data?: undefined;
|
|
2742
2748
|
due?: undefined;
|
|
2743
2749
|
completed?: undefined;
|
|
@@ -2820,10 +2826,10 @@ export declare const toolDefinitions: ({
|
|
|
2820
2826
|
parentId?: undefined;
|
|
2821
2827
|
description?: undefined;
|
|
2822
2828
|
labels?: undefined;
|
|
2829
|
+
fields?: undefined;
|
|
2823
2830
|
users?: undefined;
|
|
2824
2831
|
accountabilities?: undefined;
|
|
2825
2832
|
domains?: undefined;
|
|
2826
|
-
fields?: undefined;
|
|
2827
2833
|
data?: undefined;
|
|
2828
2834
|
due?: undefined;
|
|
2829
2835
|
completed?: undefined;
|
|
@@ -2903,10 +2909,10 @@ export declare const toolDefinitions: ({
|
|
|
2903
2909
|
parentId?: undefined;
|
|
2904
2910
|
description?: undefined;
|
|
2905
2911
|
labels?: undefined;
|
|
2912
|
+
fields?: undefined;
|
|
2906
2913
|
users?: undefined;
|
|
2907
2914
|
accountabilities?: undefined;
|
|
2908
2915
|
domains?: undefined;
|
|
2909
|
-
fields?: undefined;
|
|
2910
2916
|
data?: undefined;
|
|
2911
2917
|
due?: undefined;
|
|
2912
2918
|
completed?: undefined;
|
|
@@ -2994,10 +3000,10 @@ export declare const toolDefinitions: ({
|
|
|
2994
3000
|
parentId?: undefined;
|
|
2995
3001
|
description?: undefined;
|
|
2996
3002
|
labels?: undefined;
|
|
3003
|
+
fields?: undefined;
|
|
2997
3004
|
users?: undefined;
|
|
2998
3005
|
accountabilities?: undefined;
|
|
2999
3006
|
domains?: undefined;
|
|
3000
|
-
fields?: undefined;
|
|
3001
3007
|
data?: undefined;
|
|
3002
3008
|
due?: undefined;
|
|
3003
3009
|
completed?: undefined;
|
|
@@ -3075,10 +3081,10 @@ export declare const toolDefinitions: ({
|
|
|
3075
3081
|
parentId?: undefined;
|
|
3076
3082
|
description?: undefined;
|
|
3077
3083
|
labels?: undefined;
|
|
3084
|
+
fields?: undefined;
|
|
3078
3085
|
users?: undefined;
|
|
3079
3086
|
accountabilities?: undefined;
|
|
3080
3087
|
domains?: undefined;
|
|
3081
|
-
fields?: undefined;
|
|
3082
3088
|
data?: undefined;
|
|
3083
3089
|
due?: undefined;
|
|
3084
3090
|
completed?: undefined;
|
|
@@ -3169,10 +3175,10 @@ export declare const toolDefinitions: ({
|
|
|
3169
3175
|
parentId?: undefined;
|
|
3170
3176
|
description?: undefined;
|
|
3171
3177
|
labels?: undefined;
|
|
3178
|
+
fields?: undefined;
|
|
3172
3179
|
users?: undefined;
|
|
3173
3180
|
accountabilities?: undefined;
|
|
3174
3181
|
domains?: undefined;
|
|
3175
|
-
fields?: undefined;
|
|
3176
3182
|
data?: undefined;
|
|
3177
3183
|
due?: undefined;
|
|
3178
3184
|
completed?: undefined;
|
|
@@ -3246,10 +3252,10 @@ export declare const toolDefinitions: ({
|
|
|
3246
3252
|
parentId?: undefined;
|
|
3247
3253
|
description?: undefined;
|
|
3248
3254
|
labels?: undefined;
|
|
3255
|
+
fields?: undefined;
|
|
3249
3256
|
users?: undefined;
|
|
3250
3257
|
accountabilities?: undefined;
|
|
3251
3258
|
domains?: undefined;
|
|
3252
|
-
fields?: undefined;
|
|
3253
3259
|
data?: undefined;
|
|
3254
3260
|
due?: undefined;
|
|
3255
3261
|
completed?: undefined;
|
|
@@ -3330,10 +3336,10 @@ export declare const toolDefinitions: ({
|
|
|
3330
3336
|
parentId?: undefined;
|
|
3331
3337
|
description?: undefined;
|
|
3332
3338
|
labels?: undefined;
|
|
3339
|
+
fields?: undefined;
|
|
3333
3340
|
users?: undefined;
|
|
3334
3341
|
accountabilities?: undefined;
|
|
3335
3342
|
domains?: undefined;
|
|
3336
|
-
fields?: undefined;
|
|
3337
3343
|
data?: undefined;
|
|
3338
3344
|
due?: undefined;
|
|
3339
3345
|
completed?: undefined;
|
|
@@ -3417,10 +3423,10 @@ export declare const toolDefinitions: ({
|
|
|
3417
3423
|
hints?: undefined;
|
|
3418
3424
|
parentId?: undefined;
|
|
3419
3425
|
labels?: undefined;
|
|
3426
|
+
fields?: undefined;
|
|
3420
3427
|
users?: undefined;
|
|
3421
3428
|
accountabilities?: undefined;
|
|
3422
3429
|
domains?: undefined;
|
|
3423
|
-
fields?: undefined;
|
|
3424
3430
|
data?: undefined;
|
|
3425
3431
|
due?: undefined;
|
|
3426
3432
|
completed?: undefined;
|
|
@@ -3500,10 +3506,10 @@ export declare const toolDefinitions: ({
|
|
|
3500
3506
|
parentId?: undefined;
|
|
3501
3507
|
description?: undefined;
|
|
3502
3508
|
labels?: undefined;
|
|
3509
|
+
fields?: undefined;
|
|
3503
3510
|
users?: undefined;
|
|
3504
3511
|
accountabilities?: undefined;
|
|
3505
3512
|
domains?: undefined;
|
|
3506
|
-
fields?: undefined;
|
|
3507
3513
|
data?: undefined;
|
|
3508
3514
|
due?: undefined;
|
|
3509
3515
|
completed?: undefined;
|
|
@@ -3594,10 +3600,10 @@ export declare const toolDefinitions: ({
|
|
|
3594
3600
|
hints?: undefined;
|
|
3595
3601
|
parentId?: undefined;
|
|
3596
3602
|
labels?: undefined;
|
|
3603
|
+
fields?: undefined;
|
|
3597
3604
|
users?: undefined;
|
|
3598
3605
|
accountabilities?: undefined;
|
|
3599
3606
|
domains?: undefined;
|
|
3600
|
-
fields?: undefined;
|
|
3601
3607
|
due?: undefined;
|
|
3602
3608
|
body?: undefined;
|
|
3603
3609
|
commentId?: undefined;
|
|
@@ -3676,10 +3682,10 @@ export declare const toolDefinitions: ({
|
|
|
3676
3682
|
parentId?: undefined;
|
|
3677
3683
|
description?: undefined;
|
|
3678
3684
|
labels?: undefined;
|
|
3685
|
+
fields?: undefined;
|
|
3679
3686
|
users?: undefined;
|
|
3680
3687
|
accountabilities?: undefined;
|
|
3681
3688
|
domains?: undefined;
|
|
3682
|
-
fields?: undefined;
|
|
3683
3689
|
data?: undefined;
|
|
3684
3690
|
due?: undefined;
|
|
3685
3691
|
completed?: undefined;
|
|
@@ -3764,10 +3770,10 @@ export declare const toolDefinitions: ({
|
|
|
3764
3770
|
parentId?: undefined;
|
|
3765
3771
|
description?: undefined;
|
|
3766
3772
|
labels?: undefined;
|
|
3773
|
+
fields?: undefined;
|
|
3767
3774
|
users?: undefined;
|
|
3768
3775
|
accountabilities?: undefined;
|
|
3769
3776
|
domains?: undefined;
|
|
3770
|
-
fields?: undefined;
|
|
3771
3777
|
data?: undefined;
|
|
3772
3778
|
due?: undefined;
|
|
3773
3779
|
completed?: undefined;
|
|
@@ -3839,10 +3845,10 @@ export declare const toolDefinitions: ({
|
|
|
3839
3845
|
parentId?: undefined;
|
|
3840
3846
|
description?: undefined;
|
|
3841
3847
|
labels?: undefined;
|
|
3848
|
+
fields?: undefined;
|
|
3842
3849
|
users?: undefined;
|
|
3843
3850
|
accountabilities?: undefined;
|
|
3844
3851
|
domains?: undefined;
|
|
3845
|
-
fields?: undefined;
|
|
3846
3852
|
data?: undefined;
|
|
3847
3853
|
due?: undefined;
|
|
3848
3854
|
completed?: undefined;
|
|
@@ -3930,10 +3936,10 @@ export declare const toolDefinitions: ({
|
|
|
3930
3936
|
hints?: undefined;
|
|
3931
3937
|
parentId?: undefined;
|
|
3932
3938
|
labels?: undefined;
|
|
3939
|
+
fields?: undefined;
|
|
3933
3940
|
users?: undefined;
|
|
3934
3941
|
accountabilities?: undefined;
|
|
3935
3942
|
domains?: undefined;
|
|
3936
|
-
fields?: undefined;
|
|
3937
3943
|
data?: undefined;
|
|
3938
3944
|
due?: undefined;
|
|
3939
3945
|
completed?: undefined;
|
|
@@ -4015,10 +4021,10 @@ export declare const toolDefinitions: ({
|
|
|
4015
4021
|
parentId?: undefined;
|
|
4016
4022
|
description?: undefined;
|
|
4017
4023
|
labels?: undefined;
|
|
4024
|
+
fields?: undefined;
|
|
4018
4025
|
users?: undefined;
|
|
4019
4026
|
accountabilities?: undefined;
|
|
4020
4027
|
domains?: undefined;
|
|
4021
|
-
fields?: undefined;
|
|
4022
4028
|
data?: undefined;
|
|
4023
4029
|
due?: undefined;
|
|
4024
4030
|
completed?: undefined;
|
|
@@ -4094,10 +4100,10 @@ export declare const toolDefinitions: ({
|
|
|
4094
4100
|
parentId?: undefined;
|
|
4095
4101
|
description?: undefined;
|
|
4096
4102
|
labels?: undefined;
|
|
4103
|
+
fields?: undefined;
|
|
4097
4104
|
users?: undefined;
|
|
4098
4105
|
accountabilities?: undefined;
|
|
4099
4106
|
domains?: undefined;
|
|
4100
|
-
fields?: undefined;
|
|
4101
4107
|
data?: undefined;
|
|
4102
4108
|
due?: undefined;
|
|
4103
4109
|
completed?: undefined;
|
|
@@ -4183,10 +4189,10 @@ export declare const toolDefinitions: ({
|
|
|
4183
4189
|
parentId?: undefined;
|
|
4184
4190
|
description?: undefined;
|
|
4185
4191
|
labels?: undefined;
|
|
4192
|
+
fields?: undefined;
|
|
4186
4193
|
users?: undefined;
|
|
4187
4194
|
accountabilities?: undefined;
|
|
4188
4195
|
domains?: undefined;
|
|
4189
|
-
fields?: undefined;
|
|
4190
4196
|
data?: undefined;
|
|
4191
4197
|
due?: undefined;
|
|
4192
4198
|
completed?: undefined;
|
|
@@ -4263,10 +4269,10 @@ export declare const toolDefinitions: ({
|
|
|
4263
4269
|
parentId?: undefined;
|
|
4264
4270
|
description?: undefined;
|
|
4265
4271
|
labels?: undefined;
|
|
4272
|
+
fields?: undefined;
|
|
4266
4273
|
users?: undefined;
|
|
4267
4274
|
accountabilities?: undefined;
|
|
4268
4275
|
domains?: undefined;
|
|
4269
|
-
fields?: undefined;
|
|
4270
4276
|
data?: undefined;
|
|
4271
4277
|
due?: undefined;
|
|
4272
4278
|
completed?: undefined;
|
|
@@ -4343,10 +4349,10 @@ export declare const toolDefinitions: ({
|
|
|
4343
4349
|
parentId?: undefined;
|
|
4344
4350
|
description?: undefined;
|
|
4345
4351
|
labels?: undefined;
|
|
4352
|
+
fields?: undefined;
|
|
4346
4353
|
users?: undefined;
|
|
4347
4354
|
accountabilities?: undefined;
|
|
4348
4355
|
domains?: undefined;
|
|
4349
|
-
fields?: undefined;
|
|
4350
4356
|
data?: undefined;
|
|
4351
4357
|
due?: undefined;
|
|
4352
4358
|
completed?: undefined;
|
|
@@ -4438,10 +4444,10 @@ export declare const toolDefinitions: ({
|
|
|
4438
4444
|
parentId?: undefined;
|
|
4439
4445
|
description?: undefined;
|
|
4440
4446
|
labels?: undefined;
|
|
4447
|
+
fields?: undefined;
|
|
4441
4448
|
users?: undefined;
|
|
4442
4449
|
accountabilities?: undefined;
|
|
4443
4450
|
domains?: undefined;
|
|
4444
|
-
fields?: undefined;
|
|
4445
4451
|
data?: undefined;
|
|
4446
4452
|
due?: undefined;
|
|
4447
4453
|
completed?: undefined;
|
|
@@ -4529,10 +4535,10 @@ export declare const toolDefinitions: ({
|
|
|
4529
4535
|
hints?: undefined;
|
|
4530
4536
|
parentId?: undefined;
|
|
4531
4537
|
labels?: undefined;
|
|
4538
|
+
fields?: undefined;
|
|
4532
4539
|
users?: undefined;
|
|
4533
4540
|
accountabilities?: undefined;
|
|
4534
4541
|
domains?: undefined;
|
|
4535
|
-
fields?: undefined;
|
|
4536
4542
|
data?: undefined;
|
|
4537
4543
|
due?: undefined;
|
|
4538
4544
|
completed?: undefined;
|
|
@@ -4611,10 +4617,10 @@ export declare const toolDefinitions: ({
|
|
|
4611
4617
|
parentId?: undefined;
|
|
4612
4618
|
description?: undefined;
|
|
4613
4619
|
labels?: undefined;
|
|
4620
|
+
fields?: undefined;
|
|
4614
4621
|
users?: undefined;
|
|
4615
4622
|
accountabilities?: undefined;
|
|
4616
4623
|
domains?: undefined;
|
|
4617
|
-
fields?: undefined;
|
|
4618
4624
|
data?: undefined;
|
|
4619
4625
|
due?: undefined;
|
|
4620
4626
|
completed?: undefined;
|
|
@@ -4700,10 +4706,10 @@ export declare const toolDefinitions: ({
|
|
|
4700
4706
|
parentId?: undefined;
|
|
4701
4707
|
description?: undefined;
|
|
4702
4708
|
labels?: undefined;
|
|
4709
|
+
fields?: undefined;
|
|
4703
4710
|
users?: undefined;
|
|
4704
4711
|
accountabilities?: undefined;
|
|
4705
4712
|
domains?: undefined;
|
|
4706
|
-
fields?: undefined;
|
|
4707
4713
|
data?: undefined;
|
|
4708
4714
|
due?: undefined;
|
|
4709
4715
|
completed?: undefined;
|
|
@@ -4797,10 +4803,10 @@ export declare const toolDefinitions: ({
|
|
|
4797
4803
|
hints?: undefined;
|
|
4798
4804
|
parentId?: undefined;
|
|
4799
4805
|
labels?: undefined;
|
|
4806
|
+
fields?: undefined;
|
|
4800
4807
|
users?: undefined;
|
|
4801
4808
|
accountabilities?: undefined;
|
|
4802
4809
|
domains?: undefined;
|
|
4803
|
-
fields?: undefined;
|
|
4804
4810
|
data?: undefined;
|
|
4805
4811
|
due?: undefined;
|
|
4806
4812
|
completed?: undefined;
|
|
@@ -5132,10 +5138,10 @@ export declare const toolDefinitions: ({
|
|
|
5132
5138
|
parentId?: undefined;
|
|
5133
5139
|
description?: undefined;
|
|
5134
5140
|
labels?: undefined;
|
|
5141
|
+
fields?: undefined;
|
|
5135
5142
|
users?: undefined;
|
|
5136
5143
|
accountabilities?: undefined;
|
|
5137
5144
|
domains?: undefined;
|
|
5138
|
-
fields?: undefined;
|
|
5139
5145
|
data?: undefined;
|
|
5140
5146
|
due?: undefined;
|
|
5141
5147
|
completed?: undefined;
|
|
@@ -5214,10 +5220,10 @@ export declare const toolDefinitions: ({
|
|
|
5214
5220
|
parentId?: undefined;
|
|
5215
5221
|
description?: undefined;
|
|
5216
5222
|
labels?: undefined;
|
|
5223
|
+
fields?: undefined;
|
|
5217
5224
|
users?: undefined;
|
|
5218
5225
|
accountabilities?: undefined;
|
|
5219
5226
|
domains?: undefined;
|
|
5220
|
-
fields?: undefined;
|
|
5221
5227
|
data?: undefined;
|
|
5222
5228
|
due?: undefined;
|
|
5223
5229
|
completed?: undefined;
|
|
@@ -5305,10 +5311,10 @@ export declare const toolDefinitions: ({
|
|
|
5305
5311
|
hints?: undefined;
|
|
5306
5312
|
parentId?: undefined;
|
|
5307
5313
|
description?: undefined;
|
|
5314
|
+
fields?: undefined;
|
|
5308
5315
|
users?: undefined;
|
|
5309
5316
|
accountabilities?: undefined;
|
|
5310
5317
|
domains?: undefined;
|
|
5311
|
-
fields?: undefined;
|
|
5312
5318
|
data?: undefined;
|
|
5313
5319
|
due?: undefined;
|
|
5314
5320
|
completed?: undefined;
|
|
@@ -5394,10 +5400,10 @@ export declare const toolDefinitions: ({
|
|
|
5394
5400
|
parentId?: undefined;
|
|
5395
5401
|
description?: undefined;
|
|
5396
5402
|
labels?: undefined;
|
|
5403
|
+
fields?: undefined;
|
|
5397
5404
|
users?: undefined;
|
|
5398
5405
|
accountabilities?: undefined;
|
|
5399
5406
|
domains?: undefined;
|
|
5400
|
-
fields?: undefined;
|
|
5401
5407
|
data?: undefined;
|
|
5402
5408
|
due?: undefined;
|
|
5403
5409
|
completed?: undefined;
|
|
@@ -5479,10 +5485,10 @@ export declare const toolDefinitions: ({
|
|
|
5479
5485
|
parentId?: undefined;
|
|
5480
5486
|
description?: undefined;
|
|
5481
5487
|
labels?: undefined;
|
|
5488
|
+
fields?: undefined;
|
|
5482
5489
|
users?: undefined;
|
|
5483
5490
|
accountabilities?: undefined;
|
|
5484
5491
|
domains?: undefined;
|
|
5485
|
-
fields?: undefined;
|
|
5486
5492
|
data?: undefined;
|
|
5487
5493
|
due?: undefined;
|
|
5488
5494
|
completed?: undefined;
|
|
@@ -5565,10 +5571,10 @@ export declare const toolDefinitions: ({
|
|
|
5565
5571
|
parentId?: undefined;
|
|
5566
5572
|
description?: undefined;
|
|
5567
5573
|
labels?: undefined;
|
|
5574
|
+
fields?: undefined;
|
|
5568
5575
|
users?: undefined;
|
|
5569
5576
|
accountabilities?: undefined;
|
|
5570
5577
|
domains?: undefined;
|
|
5571
|
-
fields?: undefined;
|
|
5572
5578
|
data?: undefined;
|
|
5573
5579
|
due?: undefined;
|
|
5574
5580
|
completed?: undefined;
|
|
@@ -5658,10 +5664,10 @@ export declare const toolDefinitions: ({
|
|
|
5658
5664
|
parentId?: undefined;
|
|
5659
5665
|
description?: undefined;
|
|
5660
5666
|
labels?: undefined;
|
|
5667
|
+
fields?: undefined;
|
|
5661
5668
|
users?: undefined;
|
|
5662
5669
|
accountabilities?: undefined;
|
|
5663
5670
|
domains?: undefined;
|
|
5664
|
-
fields?: undefined;
|
|
5665
5671
|
data?: undefined;
|
|
5666
5672
|
due?: undefined;
|
|
5667
5673
|
completed?: undefined;
|
|
@@ -5744,10 +5750,10 @@ export declare const toolDefinitions: ({
|
|
|
5744
5750
|
parentId?: undefined;
|
|
5745
5751
|
description?: undefined;
|
|
5746
5752
|
labels?: undefined;
|
|
5753
|
+
fields?: undefined;
|
|
5747
5754
|
users?: undefined;
|
|
5748
5755
|
accountabilities?: undefined;
|
|
5749
5756
|
domains?: undefined;
|
|
5750
|
-
fields?: undefined;
|
|
5751
5757
|
data?: undefined;
|
|
5752
5758
|
due?: undefined;
|
|
5753
5759
|
completed?: undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/tools/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAiB,KAAK,WAAW,EAA6C,MAAM,kBAAkB,CAAC;AAS9G,KAAK,iBAAiB,GAAG,OAAO,GAAG,YAAY,GAAG,UAAU,GAAG,UAAU,GAAG,QAAQ,CAAC;AAGrF,wBAAgB,mBAAmB,CACjC,IAAI,EAAE,OAAO,EACb,MAAM,EAAE,iBAAiB,EACzB,KAAK,EAAE,MAAM,GACZ;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,iBAAiB,CAAC;IAAC,KAAK,EAAE,OAAO,EAAE,CAAA;CAAE,CAWhE;AAeD,wBAAgB,eAAe,CAAC,CAAC,EAC/B,IAAI,EAAE,CAAC,EAAE,GAAG;IAAE,MAAM,EAAE,MAAM,CAAC;IAAC,IAAI,CAAC,EAAE,OAAO,CAAC;IAAC,IAAI,EAAE,CAAC,EAAE,CAAA;CAAE,GAAG,CAAC,EAC7D,IAAI,GAAE,MAAM,GAAG,MAAM,GAAG,MAAM,GAAG,OAAgB,GAChD,OAAO,CAAC,CAAC,CAAC,EAAE,GAAG;IAAE,MAAM,EAAE,MAAM,CAAC;IAAC,IAAI,CAAC,EAAE,OAAO,CAAC;IAAC,IAAI,EAAE,OAAO,CAAC,CAAC,CAAC,EAAE,CAAA;CAAE,GAAG,CAAC,CA+B3E;AA2CD,wBAAgB,WAAW,CAAC,CAAC,EAAE,IAAI,EAAE,CAAC,GAAG,CAAC,CAyCzC;AAaD,eAAO,MAAM,OAAO
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/tools/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAiB,KAAK,WAAW,EAA6C,MAAM,kBAAkB,CAAC;AAS9G,KAAK,iBAAiB,GAAG,OAAO,GAAG,YAAY,GAAG,UAAU,GAAG,UAAU,GAAG,QAAQ,CAAC;AAGrF,wBAAgB,mBAAmB,CACjC,IAAI,EAAE,OAAO,EACb,MAAM,EAAE,iBAAiB,EACzB,KAAK,EAAE,MAAM,GACZ;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,iBAAiB,CAAC;IAAC,KAAK,EAAE,OAAO,EAAE,CAAA;CAAE,CAWhE;AAeD,wBAAgB,eAAe,CAAC,CAAC,EAC/B,IAAI,EAAE,CAAC,EAAE,GAAG;IAAE,MAAM,EAAE,MAAM,CAAC;IAAC,IAAI,CAAC,EAAE,OAAO,CAAC;IAAC,IAAI,EAAE,CAAC,EAAE,CAAA;CAAE,GAAG,CAAC,EAC7D,IAAI,GAAE,MAAM,GAAG,MAAM,GAAG,MAAM,GAAG,OAAgB,GAChD,OAAO,CAAC,CAAC,CAAC,EAAE,GAAG;IAAE,MAAM,EAAE,MAAM,CAAC;IAAC,IAAI,CAAC,EAAE,OAAO,CAAC;IAAC,IAAI,EAAE,OAAO,CAAC,CAAC,CAAC,EAAE,CAAA;CAAE,GAAG,CAAC,CA+B3E;AA2CD,wBAAgB,WAAW,CAAC,CAAC,EAAE,IAAI,EAAE,CAAC,GAAG,CAAC,CAyCzC;AAaD,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgbnB,CAAC;AAQF,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA0iC3B,CAAC;AAGF,MAAM,MAAM,UAAU,GAAG;IACvB,OAAO,EAAE,KAAK,CAAC;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IAC/C,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAGF,wBAAgB,sBAAsB,CAAC,IAAI,EAAE,OAAO,GAAG,OAAO,CAiB7D;AAgBD,wBAAgB,sBAAsB,CAAC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAgB7F;AAED,wBAAsB,cAAc,CAClC,MAAM,EAAE,WAAW,EACnB,IAAI,EAAE,MAAM,EACZ,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAC5B,OAAO,CAAC,UAAU,CAAC,CAerB"}
|
package/build/tools/index.js
CHANGED
|
@@ -188,6 +188,7 @@ export const schemas = {
|
|
|
188
188
|
description: z.string().optional().describe("The primary content field — use for project details, task context, acceptance criteria, Definition of Done, and any detailed information. Supports Markdown and HTML."),
|
|
189
189
|
purpose: z.string().optional().describe("ONLY for workspaces, circles, and roles — a short aspirational statement of the future state this entity serves. Do NOT put project details, task context, or general information here; use description instead. Supports HTML."),
|
|
190
190
|
labels: coerceFromJson(z.array(z.string())).optional().describe("Label IDs to apply"),
|
|
191
|
+
fields: coerceFromJson(z.record(z.unknown())).optional().describe("Structured field values to set on creation (e.g., { 'project.status': 'Current' }, { 'skill.type': 'process' }). Same shape as nestr_update_nest fields — saves a follow-up update call."),
|
|
191
192
|
users: coerceFromJson(z.array(z.string())).optional().describe("User IDs to assign (required for tasks/projects to associate with a person)"),
|
|
192
193
|
accountabilities: coerceFromJson(z.array(z.string())).optional().describe("Accountability titles for roles/circles. Only used when labels include 'role' or 'circle'. Each string becomes an accountability child nest."),
|
|
193
194
|
domains: coerceFromJson(z.array(z.string())).optional().describe("Domain titles for roles/circles. Only used when labels include 'role' or 'circle'. Each string becomes a domain child nest."),
|
|
@@ -660,6 +661,10 @@ export const toolDefinitions = [
|
|
|
660
661
|
items: { type: "string" },
|
|
661
662
|
description: "Label IDs to apply (e.g., 'project', 'role', 'circle')",
|
|
662
663
|
},
|
|
664
|
+
fields: {
|
|
665
|
+
type: "object",
|
|
666
|
+
description: "Structured field values to set on creation (e.g., { 'project.status': 'Current' }, { 'skill.type': 'process' }). Same shape as nestr_update_nest fields — saves a follow-up update call.",
|
|
667
|
+
},
|
|
663
668
|
users: {
|
|
664
669
|
type: "array",
|
|
665
670
|
items: { type: "string" },
|
|
@@ -1718,6 +1723,7 @@ async function _handleToolCall(client, name, args) {
|
|
|
1718
1723
|
purpose: parsed.purpose,
|
|
1719
1724
|
description: parsed.description,
|
|
1720
1725
|
labels: parsed.labels,
|
|
1726
|
+
fields: parsed.fields,
|
|
1721
1727
|
users: parsed.users,
|
|
1722
1728
|
accountabilities: parsed.accountabilities,
|
|
1723
1729
|
domains: parsed.domains,
|
|
@@ -1738,6 +1744,7 @@ async function _handleToolCall(client, name, args) {
|
|
|
1738
1744
|
purpose: parsed.purpose,
|
|
1739
1745
|
description: parsed.description,
|
|
1740
1746
|
labels: parsed.labels,
|
|
1747
|
+
fields: parsed.fields,
|
|
1741
1748
|
users: parsed.users,
|
|
1742
1749
|
});
|
|
1743
1750
|
return formatResult({ message: "Nest created successfully", nest });
|