@crypto512/jicon-mcp 2.1.1 → 2.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +288 -1
- package/TOOL_LIST.md +390 -87
- package/dist/config/constants.d.ts +12 -0
- package/dist/config/constants.d.ts.map +1 -1
- package/dist/config/constants.js +13 -0
- package/dist/config/constants.js.map +1 -1
- package/dist/config/loader.d.ts +8 -0
- package/dist/config/loader.d.ts.map +1 -1
- package/dist/config/loader.js +27 -1
- package/dist/config/loader.js.map +1 -1
- package/dist/config/types.d.ts +93 -0
- package/dist/config/types.d.ts.map +1 -1
- package/dist/config/types.js +26 -0
- package/dist/config/types.js.map +1 -1
- package/dist/confluence/tools.d.ts +8 -1
- package/dist/confluence/tools.d.ts.map +1 -1
- package/dist/confluence/tools.js +61 -51
- package/dist/confluence/tools.js.map +1 -1
- package/dist/credentials/client-factory.d.ts +64 -0
- package/dist/credentials/client-factory.d.ts.map +1 -0
- package/dist/credentials/client-factory.js +110 -0
- package/dist/credentials/client-factory.js.map +1 -0
- package/dist/credentials/context.d.ts +25 -0
- package/dist/credentials/context.d.ts.map +1 -0
- package/dist/credentials/context.js +35 -0
- package/dist/credentials/context.js.map +1 -0
- package/dist/credentials/extractor.d.ts +21 -0
- package/dist/credentials/extractor.d.ts.map +1 -0
- package/dist/credentials/extractor.js +46 -0
- package/dist/credentials/extractor.js.map +1 -0
- package/dist/credentials/index.d.ts +9 -0
- package/dist/credentials/index.d.ts.map +1 -0
- package/dist/credentials/index.js +8 -0
- package/dist/credentials/index.js.map +1 -0
- package/dist/credentials/types.d.ts +21 -0
- package/dist/credentials/types.d.ts.map +1 -0
- package/dist/credentials/types.js +13 -0
- package/dist/credentials/types.js.map +1 -0
- package/dist/index.js +98 -75
- package/dist/index.js.map +1 -1
- package/dist/jira/activity-tools.d.ts +54 -1
- package/dist/jira/activity-tools.d.ts.map +1 -1
- package/dist/jira/activity-tools.js +737 -79
- package/dist/jira/activity-tools.js.map +1 -1
- package/dist/jira/client.d.ts +34 -2
- package/dist/jira/client.d.ts.map +1 -1
- package/dist/jira/client.js +119 -63
- package/dist/jira/client.js.map +1 -1
- package/dist/jira/tools.d.ts +58 -1
- package/dist/jira/tools.d.ts.map +1 -1
- package/dist/jira/tools.js +226 -27
- package/dist/jira/tools.js.map +1 -1
- package/dist/jira/types.d.ts +22 -0
- package/dist/jira/types.d.ts.map +1 -1
- package/dist/permissions/tool-registry.d.ts +10 -10
- package/dist/permissions/tool-registry.d.ts.map +1 -1
- package/dist/permissions/tool-registry.js +8 -4
- package/dist/permissions/tool-registry.js.map +1 -1
- package/dist/tempo/tools.d.ts +33 -1
- package/dist/tempo/tools.d.ts.map +1 -1
- package/dist/tempo/tools.js +141 -17
- package/dist/tempo/tools.js.map +1 -1
- package/dist/transport/http.d.ts +18 -0
- package/dist/transport/http.d.ts.map +1 -0
- package/dist/transport/http.js +66 -0
- package/dist/transport/http.js.map +1 -0
- package/dist/transport/index.d.ts +17 -0
- package/dist/transport/index.d.ts.map +1 -0
- package/dist/transport/index.js +32 -0
- package/dist/transport/index.js.map +1 -0
- package/dist/transport/types.d.ts +15 -0
- package/dist/transport/types.d.ts.map +1 -0
- package/dist/transport/types.js +12 -0
- package/dist/transport/types.js.map +1 -0
- package/dist/types.d.ts +10 -0
- package/dist/types.d.ts.map +1 -1
- package/dist/types.js +0 -1
- package/dist/types.js.map +1 -1
- package/dist/utils/buffer-pipeline/index.js +2 -2
- package/dist/utils/buffer-pipeline/index.js.map +1 -1
- package/dist/utils/buffer-pipeline/schema.d.ts +99 -99
- package/dist/utils/buffer-pipeline/schema.d.ts.map +1 -1
- package/dist/utils/buffer-tools.d.ts +91 -83
- package/dist/utils/buffer-tools.d.ts.map +1 -1
- package/dist/utils/buffer-tools.js +312 -139
- package/dist/utils/buffer-tools.js.map +1 -1
- package/dist/utils/jicon-help.d.ts +3 -3
- package/dist/utils/jicon-help.d.ts.map +1 -1
- package/dist/utils/jicon-help.js +141 -10
- package/dist/utils/jicon-help.js.map +1 -1
- package/dist/utils/json-structure.d.ts +11 -0
- package/dist/utils/json-structure.d.ts.map +1 -1
- package/dist/utils/json-structure.js +61 -0
- package/dist/utils/json-structure.js.map +1 -1
- package/dist/utils/plantuml/tools.d.ts +4 -4
- package/dist/utils/plantuml/tools.d.ts.map +1 -1
- package/dist/utils/plantuml/tools.js +29 -8
- package/dist/utils/plantuml/tools.js.map +1 -1
- package/dist/utils/plantuml/types.d.ts +4 -4
- package/dist/utils/response-formatter.d.ts.map +1 -1
- package/dist/utils/response-formatter.js +8 -4
- package/dist/utils/response-formatter.js.map +1 -1
- package/package.json +5 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/utils/buffer-pipeline/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/utils/buffer-pipeline/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -236,10 +236,10 @@ export declare const LinkSchema: z.ZodObject<{
|
|
|
236
236
|
type: z.ZodEnum<["jira", "confluence", "tempo", "custom"]>;
|
|
237
237
|
template: z.ZodOptional<z.ZodString>;
|
|
238
238
|
}, "strip", z.ZodTypeAny, {
|
|
239
|
-
type: "jira" | "
|
|
239
|
+
type: "jira" | "custom" | "confluence" | "tempo";
|
|
240
240
|
template?: string | undefined;
|
|
241
241
|
}, {
|
|
242
|
-
type: "jira" | "
|
|
242
|
+
type: "jira" | "custom" | "confluence" | "tempo";
|
|
243
243
|
template?: string | undefined;
|
|
244
244
|
}>;
|
|
245
245
|
export declare const TableColumnSchema: z.ZodObject<{
|
|
@@ -249,10 +249,10 @@ export declare const TableColumnSchema: z.ZodObject<{
|
|
|
249
249
|
type: z.ZodEnum<["jira", "confluence", "tempo", "custom"]>;
|
|
250
250
|
template: z.ZodOptional<z.ZodString>;
|
|
251
251
|
}, "strip", z.ZodTypeAny, {
|
|
252
|
-
type: "jira" | "
|
|
252
|
+
type: "jira" | "custom" | "confluence" | "tempo";
|
|
253
253
|
template?: string | undefined;
|
|
254
254
|
}, {
|
|
255
|
-
type: "jira" | "
|
|
255
|
+
type: "jira" | "custom" | "confluence" | "tempo";
|
|
256
256
|
template?: string | undefined;
|
|
257
257
|
}>>;
|
|
258
258
|
width: z.ZodOptional<z.ZodString>;
|
|
@@ -261,7 +261,7 @@ export declare const TableColumnSchema: z.ZodObject<{
|
|
|
261
261
|
field: string;
|
|
262
262
|
header: string;
|
|
263
263
|
link?: {
|
|
264
|
-
type: "jira" | "
|
|
264
|
+
type: "jira" | "custom" | "confluence" | "tempo";
|
|
265
265
|
template?: string | undefined;
|
|
266
266
|
} | undefined;
|
|
267
267
|
width?: string | undefined;
|
|
@@ -270,7 +270,7 @@ export declare const TableColumnSchema: z.ZodObject<{
|
|
|
270
270
|
field: string;
|
|
271
271
|
header: string;
|
|
272
272
|
link?: {
|
|
273
|
-
type: "jira" | "
|
|
273
|
+
type: "jira" | "custom" | "confluence" | "tempo";
|
|
274
274
|
template?: string | undefined;
|
|
275
275
|
} | undefined;
|
|
276
276
|
width?: string | undefined;
|
|
@@ -285,10 +285,10 @@ export declare const TableOutputSchema: z.ZodObject<{
|
|
|
285
285
|
type: z.ZodEnum<["jira", "confluence", "tempo", "custom"]>;
|
|
286
286
|
template: z.ZodOptional<z.ZodString>;
|
|
287
287
|
}, "strip", z.ZodTypeAny, {
|
|
288
|
-
type: "jira" | "
|
|
288
|
+
type: "jira" | "custom" | "confluence" | "tempo";
|
|
289
289
|
template?: string | undefined;
|
|
290
290
|
}, {
|
|
291
|
-
type: "jira" | "
|
|
291
|
+
type: "jira" | "custom" | "confluence" | "tempo";
|
|
292
292
|
template?: string | undefined;
|
|
293
293
|
}>>;
|
|
294
294
|
width: z.ZodOptional<z.ZodString>;
|
|
@@ -297,7 +297,7 @@ export declare const TableOutputSchema: z.ZodObject<{
|
|
|
297
297
|
field: string;
|
|
298
298
|
header: string;
|
|
299
299
|
link?: {
|
|
300
|
-
type: "jira" | "
|
|
300
|
+
type: "jira" | "custom" | "confluence" | "tempo";
|
|
301
301
|
template?: string | undefined;
|
|
302
302
|
} | undefined;
|
|
303
303
|
width?: string | undefined;
|
|
@@ -306,7 +306,7 @@ export declare const TableOutputSchema: z.ZodObject<{
|
|
|
306
306
|
field: string;
|
|
307
307
|
header: string;
|
|
308
308
|
link?: {
|
|
309
|
-
type: "jira" | "
|
|
309
|
+
type: "jira" | "custom" | "confluence" | "tempo";
|
|
310
310
|
template?: string | undefined;
|
|
311
311
|
} | undefined;
|
|
312
312
|
width?: string | undefined;
|
|
@@ -319,7 +319,7 @@ export declare const TableOutputSchema: z.ZodObject<{
|
|
|
319
319
|
field: string;
|
|
320
320
|
header: string;
|
|
321
321
|
link?: {
|
|
322
|
-
type: "jira" | "
|
|
322
|
+
type: "jira" | "custom" | "confluence" | "tempo";
|
|
323
323
|
template?: string | undefined;
|
|
324
324
|
} | undefined;
|
|
325
325
|
width?: string | undefined;
|
|
@@ -333,7 +333,7 @@ export declare const TableOutputSchema: z.ZodObject<{
|
|
|
333
333
|
field: string;
|
|
334
334
|
header: string;
|
|
335
335
|
link?: {
|
|
336
|
-
type: "jira" | "
|
|
336
|
+
type: "jira" | "custom" | "confluence" | "tempo";
|
|
337
337
|
template?: string | undefined;
|
|
338
338
|
} | undefined;
|
|
339
339
|
width?: string | undefined;
|
|
@@ -368,10 +368,10 @@ export declare const OutputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
368
368
|
type: z.ZodEnum<["jira", "confluence", "tempo", "custom"]>;
|
|
369
369
|
template: z.ZodOptional<z.ZodString>;
|
|
370
370
|
}, "strip", z.ZodTypeAny, {
|
|
371
|
-
type: "jira" | "
|
|
371
|
+
type: "jira" | "custom" | "confluence" | "tempo";
|
|
372
372
|
template?: string | undefined;
|
|
373
373
|
}, {
|
|
374
|
-
type: "jira" | "
|
|
374
|
+
type: "jira" | "custom" | "confluence" | "tempo";
|
|
375
375
|
template?: string | undefined;
|
|
376
376
|
}>>;
|
|
377
377
|
width: z.ZodOptional<z.ZodString>;
|
|
@@ -380,7 +380,7 @@ export declare const OutputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
380
380
|
field: string;
|
|
381
381
|
header: string;
|
|
382
382
|
link?: {
|
|
383
|
-
type: "jira" | "
|
|
383
|
+
type: "jira" | "custom" | "confluence" | "tempo";
|
|
384
384
|
template?: string | undefined;
|
|
385
385
|
} | undefined;
|
|
386
386
|
width?: string | undefined;
|
|
@@ -389,7 +389,7 @@ export declare const OutputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
389
389
|
field: string;
|
|
390
390
|
header: string;
|
|
391
391
|
link?: {
|
|
392
|
-
type: "jira" | "
|
|
392
|
+
type: "jira" | "custom" | "confluence" | "tempo";
|
|
393
393
|
template?: string | undefined;
|
|
394
394
|
} | undefined;
|
|
395
395
|
width?: string | undefined;
|
|
@@ -402,7 +402,7 @@ export declare const OutputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
402
402
|
field: string;
|
|
403
403
|
header: string;
|
|
404
404
|
link?: {
|
|
405
|
-
type: "jira" | "
|
|
405
|
+
type: "jira" | "custom" | "confluence" | "tempo";
|
|
406
406
|
template?: string | undefined;
|
|
407
407
|
} | undefined;
|
|
408
408
|
width?: string | undefined;
|
|
@@ -416,7 +416,7 @@ export declare const OutputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
416
416
|
field: string;
|
|
417
417
|
header: string;
|
|
418
418
|
link?: {
|
|
419
|
-
type: "jira" | "
|
|
419
|
+
type: "jira" | "custom" | "confluence" | "tempo";
|
|
420
420
|
template?: string | undefined;
|
|
421
421
|
} | undefined;
|
|
422
422
|
width?: string | undefined;
|
|
@@ -447,7 +447,7 @@ export declare const OutputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
447
447
|
field: string;
|
|
448
448
|
header: string;
|
|
449
449
|
link?: {
|
|
450
|
-
type: "jira" | "
|
|
450
|
+
type: "jira" | "custom" | "confluence" | "tempo";
|
|
451
451
|
template?: string | undefined;
|
|
452
452
|
} | undefined;
|
|
453
453
|
width?: string | undefined;
|
|
@@ -470,7 +470,7 @@ export declare const OutputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
470
470
|
field: string;
|
|
471
471
|
header: string;
|
|
472
472
|
link?: {
|
|
473
|
-
type: "jira" | "
|
|
473
|
+
type: "jira" | "custom" | "confluence" | "tempo";
|
|
474
474
|
template?: string | undefined;
|
|
475
475
|
} | undefined;
|
|
476
476
|
width?: string | undefined;
|
|
@@ -493,7 +493,7 @@ export declare const OutputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
493
493
|
field: string;
|
|
494
494
|
header: string;
|
|
495
495
|
link?: {
|
|
496
|
-
type: "jira" | "
|
|
496
|
+
type: "jira" | "custom" | "confluence" | "tempo";
|
|
497
497
|
template?: string | undefined;
|
|
498
498
|
} | undefined;
|
|
499
499
|
width?: string | undefined;
|
|
@@ -516,7 +516,7 @@ export declare const OutputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
516
516
|
field: string;
|
|
517
517
|
header: string;
|
|
518
518
|
link?: {
|
|
519
|
-
type: "jira" | "
|
|
519
|
+
type: "jira" | "custom" | "confluence" | "tempo";
|
|
520
520
|
template?: string | undefined;
|
|
521
521
|
} | undefined;
|
|
522
522
|
width?: string | undefined;
|
|
@@ -805,10 +805,10 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
805
805
|
type: z.ZodEnum<["jira", "confluence", "tempo", "custom"]>;
|
|
806
806
|
template: z.ZodOptional<z.ZodString>;
|
|
807
807
|
}, "strip", z.ZodTypeAny, {
|
|
808
|
-
type: "jira" | "
|
|
808
|
+
type: "jira" | "custom" | "confluence" | "tempo";
|
|
809
809
|
template?: string | undefined;
|
|
810
810
|
}, {
|
|
811
|
-
type: "jira" | "
|
|
811
|
+
type: "jira" | "custom" | "confluence" | "tempo";
|
|
812
812
|
template?: string | undefined;
|
|
813
813
|
}>>;
|
|
814
814
|
width: z.ZodOptional<z.ZodString>;
|
|
@@ -817,7 +817,7 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
817
817
|
field: string;
|
|
818
818
|
header: string;
|
|
819
819
|
link?: {
|
|
820
|
-
type: "jira" | "
|
|
820
|
+
type: "jira" | "custom" | "confluence" | "tempo";
|
|
821
821
|
template?: string | undefined;
|
|
822
822
|
} | undefined;
|
|
823
823
|
width?: string | undefined;
|
|
@@ -826,7 +826,7 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
826
826
|
field: string;
|
|
827
827
|
header: string;
|
|
828
828
|
link?: {
|
|
829
|
-
type: "jira" | "
|
|
829
|
+
type: "jira" | "custom" | "confluence" | "tempo";
|
|
830
830
|
template?: string | undefined;
|
|
831
831
|
} | undefined;
|
|
832
832
|
width?: string | undefined;
|
|
@@ -839,7 +839,7 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
839
839
|
field: string;
|
|
840
840
|
header: string;
|
|
841
841
|
link?: {
|
|
842
|
-
type: "jira" | "
|
|
842
|
+
type: "jira" | "custom" | "confluence" | "tempo";
|
|
843
843
|
template?: string | undefined;
|
|
844
844
|
} | undefined;
|
|
845
845
|
width?: string | undefined;
|
|
@@ -853,7 +853,7 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
853
853
|
field: string;
|
|
854
854
|
header: string;
|
|
855
855
|
link?: {
|
|
856
|
-
type: "jira" | "
|
|
856
|
+
type: "jira" | "custom" | "confluence" | "tempo";
|
|
857
857
|
template?: string | undefined;
|
|
858
858
|
} | undefined;
|
|
859
859
|
width?: string | undefined;
|
|
@@ -884,7 +884,7 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
884
884
|
field: string;
|
|
885
885
|
header: string;
|
|
886
886
|
link?: {
|
|
887
|
-
type: "jira" | "
|
|
887
|
+
type: "jira" | "custom" | "confluence" | "tempo";
|
|
888
888
|
template?: string | undefined;
|
|
889
889
|
} | undefined;
|
|
890
890
|
width?: string | undefined;
|
|
@@ -907,7 +907,7 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
907
907
|
field: string;
|
|
908
908
|
header: string;
|
|
909
909
|
link?: {
|
|
910
|
-
type: "jira" | "
|
|
910
|
+
type: "jira" | "custom" | "confluence" | "tempo";
|
|
911
911
|
template?: string | undefined;
|
|
912
912
|
} | undefined;
|
|
913
913
|
width?: string | undefined;
|
|
@@ -930,7 +930,7 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
930
930
|
field: string;
|
|
931
931
|
header: string;
|
|
932
932
|
link?: {
|
|
933
|
-
type: "jira" | "
|
|
933
|
+
type: "jira" | "custom" | "confluence" | "tempo";
|
|
934
934
|
template?: string | undefined;
|
|
935
935
|
} | undefined;
|
|
936
936
|
width?: string | undefined;
|
|
@@ -953,7 +953,7 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
953
953
|
field: string;
|
|
954
954
|
header: string;
|
|
955
955
|
link?: {
|
|
956
|
-
type: "jira" | "
|
|
956
|
+
type: "jira" | "custom" | "confluence" | "tempo";
|
|
957
957
|
template?: string | undefined;
|
|
958
958
|
} | undefined;
|
|
959
959
|
width?: string | undefined;
|
|
@@ -978,7 +978,7 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
978
978
|
field: string;
|
|
979
979
|
header: string;
|
|
980
980
|
link?: {
|
|
981
|
-
type: "jira" | "
|
|
981
|
+
type: "jira" | "custom" | "confluence" | "tempo";
|
|
982
982
|
template?: string | undefined;
|
|
983
983
|
} | undefined;
|
|
984
984
|
width?: string | undefined;
|
|
@@ -1010,6 +1010,7 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
1010
1010
|
or?: unknown[];
|
|
1011
1011
|
}>;
|
|
1012
1012
|
}[] | undefined;
|
|
1013
|
+
limit?: number | undefined;
|
|
1013
1014
|
format?: {
|
|
1014
1015
|
condition: {
|
|
1015
1016
|
field: string;
|
|
@@ -1034,14 +1035,6 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
1034
1035
|
};
|
|
1035
1036
|
fields?: string[] | undefined;
|
|
1036
1037
|
}[] | undefined;
|
|
1037
|
-
limit?: number | undefined;
|
|
1038
|
-
select?: {
|
|
1039
|
-
fields: {
|
|
1040
|
-
from: string;
|
|
1041
|
-
as: string | undefined;
|
|
1042
|
-
transform: "string" | "number" | "boolean" | "date" | "uppercase" | "lowercase" | undefined;
|
|
1043
|
-
}[];
|
|
1044
|
-
} | undefined;
|
|
1045
1038
|
groupBy?: {
|
|
1046
1039
|
field: string;
|
|
1047
1040
|
aggregations: {
|
|
@@ -1050,6 +1043,13 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
1050
1043
|
field?: string | undefined;
|
|
1051
1044
|
}[];
|
|
1052
1045
|
} | undefined;
|
|
1046
|
+
select?: {
|
|
1047
|
+
fields: {
|
|
1048
|
+
from: string;
|
|
1049
|
+
as: string | undefined;
|
|
1050
|
+
transform: "string" | "number" | "boolean" | "date" | "uppercase" | "lowercase" | undefined;
|
|
1051
|
+
}[];
|
|
1052
|
+
} | undefined;
|
|
1053
1053
|
}, {
|
|
1054
1054
|
output: {
|
|
1055
1055
|
type: "json" | "xhtml_table" | "xhtml_list" | "csv" | "markdown";
|
|
@@ -1058,7 +1058,7 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
1058
1058
|
field: string;
|
|
1059
1059
|
header: string;
|
|
1060
1060
|
link?: {
|
|
1061
|
-
type: "jira" | "
|
|
1061
|
+
type: "jira" | "custom" | "confluence" | "tempo";
|
|
1062
1062
|
template?: string | undefined;
|
|
1063
1063
|
} | undefined;
|
|
1064
1064
|
width?: string | undefined;
|
|
@@ -1090,6 +1090,7 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
1090
1090
|
or?: unknown[];
|
|
1091
1091
|
}>;
|
|
1092
1092
|
}[] | undefined;
|
|
1093
|
+
limit?: number | undefined;
|
|
1093
1094
|
format?: {
|
|
1094
1095
|
condition: {
|
|
1095
1096
|
field: string;
|
|
@@ -1114,15 +1115,6 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
1114
1115
|
};
|
|
1115
1116
|
fields?: string[] | undefined;
|
|
1116
1117
|
}[] | undefined;
|
|
1117
|
-
limit?: number | undefined;
|
|
1118
|
-
select?: {
|
|
1119
|
-
fields: {
|
|
1120
|
-
field?: string | undefined;
|
|
1121
|
-
transform?: "string" | "number" | "boolean" | "date" | "uppercase" | "lowercase" | undefined;
|
|
1122
|
-
from?: string | undefined;
|
|
1123
|
-
as?: string | undefined;
|
|
1124
|
-
}[];
|
|
1125
|
-
} | undefined;
|
|
1126
1118
|
groupBy?: {
|
|
1127
1119
|
field: string;
|
|
1128
1120
|
aggregations: {
|
|
@@ -1131,6 +1123,14 @@ export declare const PipelineSchema: z.ZodObject<{
|
|
|
1131
1123
|
field?: string | undefined;
|
|
1132
1124
|
}[];
|
|
1133
1125
|
} | undefined;
|
|
1126
|
+
select?: {
|
|
1127
|
+
fields: {
|
|
1128
|
+
field?: string | undefined;
|
|
1129
|
+
transform?: "string" | "number" | "boolean" | "date" | "uppercase" | "lowercase" | undefined;
|
|
1130
|
+
from?: string | undefined;
|
|
1131
|
+
as?: string | undefined;
|
|
1132
|
+
}[];
|
|
1133
|
+
} | undefined;
|
|
1134
1134
|
}>;
|
|
1135
1135
|
export declare const BufferPipelineInputSchema: z.ZodObject<{
|
|
1136
1136
|
sourceBufferId: z.ZodString;
|
|
@@ -1356,10 +1356,10 @@ export declare const BufferPipelineInputSchema: z.ZodObject<{
|
|
|
1356
1356
|
type: z.ZodEnum<["jira", "confluence", "tempo", "custom"]>;
|
|
1357
1357
|
template: z.ZodOptional<z.ZodString>;
|
|
1358
1358
|
}, "strip", z.ZodTypeAny, {
|
|
1359
|
-
type: "jira" | "
|
|
1359
|
+
type: "jira" | "custom" | "confluence" | "tempo";
|
|
1360
1360
|
template?: string | undefined;
|
|
1361
1361
|
}, {
|
|
1362
|
-
type: "jira" | "
|
|
1362
|
+
type: "jira" | "custom" | "confluence" | "tempo";
|
|
1363
1363
|
template?: string | undefined;
|
|
1364
1364
|
}>>;
|
|
1365
1365
|
width: z.ZodOptional<z.ZodString>;
|
|
@@ -1368,7 +1368,7 @@ export declare const BufferPipelineInputSchema: z.ZodObject<{
|
|
|
1368
1368
|
field: string;
|
|
1369
1369
|
header: string;
|
|
1370
1370
|
link?: {
|
|
1371
|
-
type: "jira" | "
|
|
1371
|
+
type: "jira" | "custom" | "confluence" | "tempo";
|
|
1372
1372
|
template?: string | undefined;
|
|
1373
1373
|
} | undefined;
|
|
1374
1374
|
width?: string | undefined;
|
|
@@ -1377,7 +1377,7 @@ export declare const BufferPipelineInputSchema: z.ZodObject<{
|
|
|
1377
1377
|
field: string;
|
|
1378
1378
|
header: string;
|
|
1379
1379
|
link?: {
|
|
1380
|
-
type: "jira" | "
|
|
1380
|
+
type: "jira" | "custom" | "confluence" | "tempo";
|
|
1381
1381
|
template?: string | undefined;
|
|
1382
1382
|
} | undefined;
|
|
1383
1383
|
width?: string | undefined;
|
|
@@ -1390,7 +1390,7 @@ export declare const BufferPipelineInputSchema: z.ZodObject<{
|
|
|
1390
1390
|
field: string;
|
|
1391
1391
|
header: string;
|
|
1392
1392
|
link?: {
|
|
1393
|
-
type: "jira" | "
|
|
1393
|
+
type: "jira" | "custom" | "confluence" | "tempo";
|
|
1394
1394
|
template?: string | undefined;
|
|
1395
1395
|
} | undefined;
|
|
1396
1396
|
width?: string | undefined;
|
|
@@ -1404,7 +1404,7 @@ export declare const BufferPipelineInputSchema: z.ZodObject<{
|
|
|
1404
1404
|
field: string;
|
|
1405
1405
|
header: string;
|
|
1406
1406
|
link?: {
|
|
1407
|
-
type: "jira" | "
|
|
1407
|
+
type: "jira" | "custom" | "confluence" | "tempo";
|
|
1408
1408
|
template?: string | undefined;
|
|
1409
1409
|
} | undefined;
|
|
1410
1410
|
width?: string | undefined;
|
|
@@ -1435,7 +1435,7 @@ export declare const BufferPipelineInputSchema: z.ZodObject<{
|
|
|
1435
1435
|
field: string;
|
|
1436
1436
|
header: string;
|
|
1437
1437
|
link?: {
|
|
1438
|
-
type: "jira" | "
|
|
1438
|
+
type: "jira" | "custom" | "confluence" | "tempo";
|
|
1439
1439
|
template?: string | undefined;
|
|
1440
1440
|
} | undefined;
|
|
1441
1441
|
width?: string | undefined;
|
|
@@ -1458,7 +1458,7 @@ export declare const BufferPipelineInputSchema: z.ZodObject<{
|
|
|
1458
1458
|
field: string;
|
|
1459
1459
|
header: string;
|
|
1460
1460
|
link?: {
|
|
1461
|
-
type: "jira" | "
|
|
1461
|
+
type: "jira" | "custom" | "confluence" | "tempo";
|
|
1462
1462
|
template?: string | undefined;
|
|
1463
1463
|
} | undefined;
|
|
1464
1464
|
width?: string | undefined;
|
|
@@ -1481,7 +1481,7 @@ export declare const BufferPipelineInputSchema: z.ZodObject<{
|
|
|
1481
1481
|
field: string;
|
|
1482
1482
|
header: string;
|
|
1483
1483
|
link?: {
|
|
1484
|
-
type: "jira" | "
|
|
1484
|
+
type: "jira" | "custom" | "confluence" | "tempo";
|
|
1485
1485
|
template?: string | undefined;
|
|
1486
1486
|
} | undefined;
|
|
1487
1487
|
width?: string | undefined;
|
|
@@ -1504,7 +1504,7 @@ export declare const BufferPipelineInputSchema: z.ZodObject<{
|
|
|
1504
1504
|
field: string;
|
|
1505
1505
|
header: string;
|
|
1506
1506
|
link?: {
|
|
1507
|
-
type: "jira" | "
|
|
1507
|
+
type: "jira" | "custom" | "confluence" | "tempo";
|
|
1508
1508
|
template?: string | undefined;
|
|
1509
1509
|
} | undefined;
|
|
1510
1510
|
width?: string | undefined;
|
|
@@ -1529,7 +1529,7 @@ export declare const BufferPipelineInputSchema: z.ZodObject<{
|
|
|
1529
1529
|
field: string;
|
|
1530
1530
|
header: string;
|
|
1531
1531
|
link?: {
|
|
1532
|
-
type: "jira" | "
|
|
1532
|
+
type: "jira" | "custom" | "confluence" | "tempo";
|
|
1533
1533
|
template?: string | undefined;
|
|
1534
1534
|
} | undefined;
|
|
1535
1535
|
width?: string | undefined;
|
|
@@ -1561,6 +1561,7 @@ export declare const BufferPipelineInputSchema: z.ZodObject<{
|
|
|
1561
1561
|
or?: unknown[];
|
|
1562
1562
|
}>;
|
|
1563
1563
|
}[] | undefined;
|
|
1564
|
+
limit?: number | undefined;
|
|
1564
1565
|
format?: {
|
|
1565
1566
|
condition: {
|
|
1566
1567
|
field: string;
|
|
@@ -1585,14 +1586,6 @@ export declare const BufferPipelineInputSchema: z.ZodObject<{
|
|
|
1585
1586
|
};
|
|
1586
1587
|
fields?: string[] | undefined;
|
|
1587
1588
|
}[] | undefined;
|
|
1588
|
-
limit?: number | undefined;
|
|
1589
|
-
select?: {
|
|
1590
|
-
fields: {
|
|
1591
|
-
from: string;
|
|
1592
|
-
as: string | undefined;
|
|
1593
|
-
transform: "string" | "number" | "boolean" | "date" | "uppercase" | "lowercase" | undefined;
|
|
1594
|
-
}[];
|
|
1595
|
-
} | undefined;
|
|
1596
1589
|
groupBy?: {
|
|
1597
1590
|
field: string;
|
|
1598
1591
|
aggregations: {
|
|
@@ -1601,6 +1594,13 @@ export declare const BufferPipelineInputSchema: z.ZodObject<{
|
|
|
1601
1594
|
field?: string | undefined;
|
|
1602
1595
|
}[];
|
|
1603
1596
|
} | undefined;
|
|
1597
|
+
select?: {
|
|
1598
|
+
fields: {
|
|
1599
|
+
from: string;
|
|
1600
|
+
as: string | undefined;
|
|
1601
|
+
transform: "string" | "number" | "boolean" | "date" | "uppercase" | "lowercase" | undefined;
|
|
1602
|
+
}[];
|
|
1603
|
+
} | undefined;
|
|
1604
1604
|
}, {
|
|
1605
1605
|
output: {
|
|
1606
1606
|
type: "json" | "xhtml_table" | "xhtml_list" | "csv" | "markdown";
|
|
@@ -1609,7 +1609,7 @@ export declare const BufferPipelineInputSchema: z.ZodObject<{
|
|
|
1609
1609
|
field: string;
|
|
1610
1610
|
header: string;
|
|
1611
1611
|
link?: {
|
|
1612
|
-
type: "jira" | "
|
|
1612
|
+
type: "jira" | "custom" | "confluence" | "tempo";
|
|
1613
1613
|
template?: string | undefined;
|
|
1614
1614
|
} | undefined;
|
|
1615
1615
|
width?: string | undefined;
|
|
@@ -1641,6 +1641,7 @@ export declare const BufferPipelineInputSchema: z.ZodObject<{
|
|
|
1641
1641
|
or?: unknown[];
|
|
1642
1642
|
}>;
|
|
1643
1643
|
}[] | undefined;
|
|
1644
|
+
limit?: number | undefined;
|
|
1644
1645
|
format?: {
|
|
1645
1646
|
condition: {
|
|
1646
1647
|
field: string;
|
|
@@ -1665,15 +1666,6 @@ export declare const BufferPipelineInputSchema: z.ZodObject<{
|
|
|
1665
1666
|
};
|
|
1666
1667
|
fields?: string[] | undefined;
|
|
1667
1668
|
}[] | undefined;
|
|
1668
|
-
limit?: number | undefined;
|
|
1669
|
-
select?: {
|
|
1670
|
-
fields: {
|
|
1671
|
-
field?: string | undefined;
|
|
1672
|
-
transform?: "string" | "number" | "boolean" | "date" | "uppercase" | "lowercase" | undefined;
|
|
1673
|
-
from?: string | undefined;
|
|
1674
|
-
as?: string | undefined;
|
|
1675
|
-
}[];
|
|
1676
|
-
} | undefined;
|
|
1677
1669
|
groupBy?: {
|
|
1678
1670
|
field: string;
|
|
1679
1671
|
aggregations: {
|
|
@@ -1682,6 +1674,14 @@ export declare const BufferPipelineInputSchema: z.ZodObject<{
|
|
|
1682
1674
|
field?: string | undefined;
|
|
1683
1675
|
}[];
|
|
1684
1676
|
} | undefined;
|
|
1677
|
+
select?: {
|
|
1678
|
+
fields: {
|
|
1679
|
+
field?: string | undefined;
|
|
1680
|
+
transform?: "string" | "number" | "boolean" | "date" | "uppercase" | "lowercase" | undefined;
|
|
1681
|
+
from?: string | undefined;
|
|
1682
|
+
as?: string | undefined;
|
|
1683
|
+
}[];
|
|
1684
|
+
} | undefined;
|
|
1685
1685
|
}>;
|
|
1686
1686
|
dryRun: z.ZodOptional<z.ZodBoolean>;
|
|
1687
1687
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1694,7 +1694,7 @@ export declare const BufferPipelineInputSchema: z.ZodObject<{
|
|
|
1694
1694
|
field: string;
|
|
1695
1695
|
header: string;
|
|
1696
1696
|
link?: {
|
|
1697
|
-
type: "jira" | "
|
|
1697
|
+
type: "jira" | "custom" | "confluence" | "tempo";
|
|
1698
1698
|
template?: string | undefined;
|
|
1699
1699
|
} | undefined;
|
|
1700
1700
|
width?: string | undefined;
|
|
@@ -1726,6 +1726,7 @@ export declare const BufferPipelineInputSchema: z.ZodObject<{
|
|
|
1726
1726
|
or?: unknown[];
|
|
1727
1727
|
}>;
|
|
1728
1728
|
}[] | undefined;
|
|
1729
|
+
limit?: number | undefined;
|
|
1729
1730
|
format?: {
|
|
1730
1731
|
condition: {
|
|
1731
1732
|
field: string;
|
|
@@ -1750,14 +1751,6 @@ export declare const BufferPipelineInputSchema: z.ZodObject<{
|
|
|
1750
1751
|
};
|
|
1751
1752
|
fields?: string[] | undefined;
|
|
1752
1753
|
}[] | undefined;
|
|
1753
|
-
limit?: number | undefined;
|
|
1754
|
-
select?: {
|
|
1755
|
-
fields: {
|
|
1756
|
-
from: string;
|
|
1757
|
-
as: string | undefined;
|
|
1758
|
-
transform: "string" | "number" | "boolean" | "date" | "uppercase" | "lowercase" | undefined;
|
|
1759
|
-
}[];
|
|
1760
|
-
} | undefined;
|
|
1761
1754
|
groupBy?: {
|
|
1762
1755
|
field: string;
|
|
1763
1756
|
aggregations: {
|
|
@@ -1766,6 +1759,13 @@ export declare const BufferPipelineInputSchema: z.ZodObject<{
|
|
|
1766
1759
|
field?: string | undefined;
|
|
1767
1760
|
}[];
|
|
1768
1761
|
} | undefined;
|
|
1762
|
+
select?: {
|
|
1763
|
+
fields: {
|
|
1764
|
+
from: string;
|
|
1765
|
+
as: string | undefined;
|
|
1766
|
+
transform: "string" | "number" | "boolean" | "date" | "uppercase" | "lowercase" | undefined;
|
|
1767
|
+
}[];
|
|
1768
|
+
} | undefined;
|
|
1769
1769
|
};
|
|
1770
1770
|
dryRun?: boolean | undefined;
|
|
1771
1771
|
}, {
|
|
@@ -1778,7 +1778,7 @@ export declare const BufferPipelineInputSchema: z.ZodObject<{
|
|
|
1778
1778
|
field: string;
|
|
1779
1779
|
header: string;
|
|
1780
1780
|
link?: {
|
|
1781
|
-
type: "jira" | "
|
|
1781
|
+
type: "jira" | "custom" | "confluence" | "tempo";
|
|
1782
1782
|
template?: string | undefined;
|
|
1783
1783
|
} | undefined;
|
|
1784
1784
|
width?: string | undefined;
|
|
@@ -1810,6 +1810,7 @@ export declare const BufferPipelineInputSchema: z.ZodObject<{
|
|
|
1810
1810
|
or?: unknown[];
|
|
1811
1811
|
}>;
|
|
1812
1812
|
}[] | undefined;
|
|
1813
|
+
limit?: number | undefined;
|
|
1813
1814
|
format?: {
|
|
1814
1815
|
condition: {
|
|
1815
1816
|
field: string;
|
|
@@ -1834,15 +1835,6 @@ export declare const BufferPipelineInputSchema: z.ZodObject<{
|
|
|
1834
1835
|
};
|
|
1835
1836
|
fields?: string[] | undefined;
|
|
1836
1837
|
}[] | undefined;
|
|
1837
|
-
limit?: number | undefined;
|
|
1838
|
-
select?: {
|
|
1839
|
-
fields: {
|
|
1840
|
-
field?: string | undefined;
|
|
1841
|
-
transform?: "string" | "number" | "boolean" | "date" | "uppercase" | "lowercase" | undefined;
|
|
1842
|
-
from?: string | undefined;
|
|
1843
|
-
as?: string | undefined;
|
|
1844
|
-
}[];
|
|
1845
|
-
} | undefined;
|
|
1846
1838
|
groupBy?: {
|
|
1847
1839
|
field: string;
|
|
1848
1840
|
aggregations: {
|
|
@@ -1851,6 +1843,14 @@ export declare const BufferPipelineInputSchema: z.ZodObject<{
|
|
|
1851
1843
|
field?: string | undefined;
|
|
1852
1844
|
}[];
|
|
1853
1845
|
} | undefined;
|
|
1846
|
+
select?: {
|
|
1847
|
+
fields: {
|
|
1848
|
+
field?: string | undefined;
|
|
1849
|
+
transform?: "string" | "number" | "boolean" | "date" | "uppercase" | "lowercase" | undefined;
|
|
1850
|
+
from?: string | undefined;
|
|
1851
|
+
as?: string | undefined;
|
|
1852
|
+
}[];
|
|
1853
|
+
} | undefined;
|
|
1854
1854
|
};
|
|
1855
1855
|
dryRun?: boolean | undefined;
|
|
1856
1856
|
}>;
|