@uipath/maestro-tool 1.202.0 → 1.202.1
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/dist/THIRD-PARTY-NOTICES.md +6 -6
- package/dist/{binding-service-9cpz0tqq.js → binding-service-mys9xgtq.js} +8 -6
- package/dist/{bpmn-branch-t8b8rfmt.js → bpmn-branch-2ebce3qk.js} +1 -1
- package/dist/{connector-service-v4yh0eyv.js → connector-service-3bgm62za.js} +7 -5
- package/dist/{debug-conversation-trigger-cayhnvaq.js → debug-conversation-trigger-4wwf0q8y.js} +6 -4
- package/dist/{edge-service-a1ebhenc.js → edge-service-xn2a6p72.js} +6 -4
- package/dist/{flow-debug-service-5jadwsy2.js → flow-debug-service-yk2d27p1.js} +26 -16
- package/dist/{flow-eval-node-target-0pb6zbcd.js → flow-eval-node-target-13ek4f1p.js} +6 -4
- package/dist/{flow-eval-run-service-tta4zrh6.js → flow-eval-run-service-86tpst0m.js} +17 -9
- package/dist/{flow-eval-service-w4md0ckf.js → flow-eval-service-y6ex6rke.js} +6 -4
- package/dist/{flow-init-service-w2p3bwen.js → flow-init-service-mpf8h2rc.js} +14 -6
- package/dist/{flow-io-9btcd4zv.js → flow-io-hgw3em5c.js} +6 -4
- package/dist/{flow-migrate-service-81x84kjq.js → flow-migrate-service-6j2rpfzt.js} +6 -4
- package/dist/{flow-pack-service-med0b4fd.js → flow-pack-service-1gnvp34k.js} +17 -9
- package/dist/{flow-validate-service-5npqgneg.js → flow-validate-service-9wjnacww.js} +15 -13
- package/dist/{hitl-service-809d7e9f.js → hitl-service-f3zvaq6r.js} +6 -4
- package/dist/index.js +2 -2
- package/dist/maestro-automate-entry-gwntzkvj.js +22 -0
- package/dist/{node-39h6t9g1.js → node-jkh8qtrz.js} +5 -3
- package/dist/{node-service-57wz87mt.js → node-service-z7akfnxt.js} +8 -6
- package/dist/packager-tool-2513jrxr.js +898 -0
- package/dist/{packager-tool-5wpa21t9.js → packager-tool-35rk0942.js} +1 -1
- package/dist/{packager-tool-syzagd6j.js → packager-tool-7p56pr16.js} +2 -2
- package/dist/packager-tool-7rz102fw.js +53 -0
- package/dist/packager-tool-9cq9atem.js +2 -0
- package/dist/{packager-tool-jd6h2c82.js → packager-tool-a25ctv7h.js} +1 -1
- package/dist/{packager-tool-e01rnrh2.js → packager-tool-ahj646v3.js} +35 -9
- package/dist/{packager-tool-t46k3943.js → packager-tool-fs8d9nzm.js} +2 -2
- package/dist/{packager-tool-965eyt0n.js → packager-tool-k4x5yn3p.js} +2 -897
- package/dist/{packager-tool-01nr6e51.js → packager-tool-m4gbq68e.js} +2 -2
- package/dist/{packager-tool-xbg254pp.js → packager-tool-q1227jxk.js} +6 -3
- package/dist/{packager-tool-hre2xt0n.js → packager-tool-spgs86me.js} +1 -1
- package/dist/{packager-tool-z37jh0t0.js → packager-tool-tb9ea902.js} +1 -1
- package/dist/{packager-tool-nxegf0n0.js → packager-tool-wp25zdm0.js} +4 -4
- package/dist/packager-tool.js +5 -3
- package/dist/{tidy-service-trwrg13b.js → tidy-service-rm7y4dn2.js} +7 -5
- package/dist/{tool-g4bdpah8.js → tool-hm0yzjxd.js} +59 -46
- package/dist/tool.js +2 -2
- package/dist/{variable-service-13g804gy.js → variable-service-25vdpt12.js} +6 -4
- package/package.json +2 -2
- /package/dist/{localization-v39c1e4y.js → localization-bbsjxbj4.js} +0 -0
- /package/dist/{tool-gxc0e75g.js → tool-xpmr8bsy.js} +0 -0
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
var package_default = {
|
|
3
3
|
name: "@uipath/maestro-tool",
|
|
4
4
|
license: "SEE LICENSE IN LICENSE.txt",
|
|
5
|
-
version: "1.202.
|
|
5
|
+
version: "1.202.1",
|
|
6
6
|
description: "Create, debug, and run Maestro projects and jobs.",
|
|
7
7
|
private: false,
|
|
8
8
|
repository: {
|
|
@@ -64,4 +64,4 @@ var package_default = {
|
|
|
64
64
|
|
|
65
65
|
export { package_default };
|
|
66
66
|
|
|
67
|
-
//# debugId=
|
|
67
|
+
//# debugId=95AD34561AFBECD564756E2164756E21
|
|
@@ -6,7 +6,10 @@ import {
|
|
|
6
6
|
isInlineAgentNodeType,
|
|
7
7
|
operateRuntimeOptions,
|
|
8
8
|
readInlineAgentSource
|
|
9
|
-
} from "./packager-tool-
|
|
9
|
+
} from "./packager-tool-ahj646v3.js";
|
|
10
|
+
import {
|
|
11
|
+
withRuntimeProfile
|
|
12
|
+
} from "./packager-tool-7rz102fw.js";
|
|
10
13
|
import {
|
|
11
14
|
EntryPointType,
|
|
12
15
|
ProjectType,
|
|
@@ -206,7 +209,7 @@ async function writePackagingArtifactsDetailed(fs, projectDir, projectId, packag
|
|
|
206
209
|
await fs.writeFile(fs.path.join(projectDir, "bindings_v2.json"), `${JSON.stringify(stagedBindingsJson, null, 2)}
|
|
207
210
|
`);
|
|
208
211
|
const mainEntryPoint = `/${bpmnFileName}#${startEventId}`;
|
|
209
|
-
const operateJson = generateOperateJson(projectId, mainEntryPoint, operateRuntimeOptions(packagingNodes));
|
|
212
|
+
const operateJson = withRuntimeProfile(generateOperateJson(projectId, mainEntryPoint, operateRuntimeOptions(packagingNodes)), options.profile ?? "Standard" /* Standard */);
|
|
210
213
|
await fs.writeFile(fs.path.join(projectDir, "operate.json"), `${JSON.stringify(operateJson, null, 2)}
|
|
211
214
|
`);
|
|
212
215
|
const packageDescriptorJson = options.packageDescriptorJson ?? {
|
|
@@ -259,4 +262,4 @@ async function regenerateBindingsFile(fs, flowFilePath) {
|
|
|
259
262
|
|
|
260
263
|
export { fileNodesToPackagingNodes, packageInlineAgents, stageInlineAgentPackageFiles, buildInlineAgentDescriptors, writePackagingArtifacts, writePackagingArtifactsDetailed, regenerateBindingsFile };
|
|
261
264
|
|
|
262
|
-
//# debugId=
|
|
265
|
+
//# debugId=0A39269B770A07FD64756E2164756E21
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
package_default
|
|
3
|
-
} from "./packager-tool-
|
|
3
|
+
} from "./packager-tool-m4gbq68e.js";
|
|
4
4
|
import {
|
|
5
5
|
isPreviewBuild
|
|
6
6
|
} from "./packager-tool-r7rp3zz3.js";
|
|
@@ -29,7 +29,7 @@ var registerCommands = async (program) => {
|
|
|
29
29
|
}
|
|
30
30
|
const bpmnCommand = program.command("bpmn").description("Create, debug, and run BPMN Maestro projects and jobs.");
|
|
31
31
|
if (shouldHydrateBranch("bpmn")) {
|
|
32
|
-
const { registerBpmnCommands } = await import("./bpmn-branch-
|
|
32
|
+
const { registerBpmnCommands } = await import("./bpmn-branch-2ebce3qk.js");
|
|
33
33
|
registerBpmnCommands(bpmnCommand);
|
|
34
34
|
if (isPreviewBuild()) {
|
|
35
35
|
const { registerBpmnAuthoringCommands } = await import("./authoring-k357kqhs.js");
|
|
@@ -38,12 +38,12 @@ var registerCommands = async (program) => {
|
|
|
38
38
|
}
|
|
39
39
|
const flowCommand = program.command("flow").description("Create, debug, and run UiPath Flow projects and jobs.");
|
|
40
40
|
if (shouldHydrateBranch("flow")) {
|
|
41
|
-
const { registerCommands: registerFlowCommands } = await import("./tool-
|
|
41
|
+
const { registerCommands: registerFlowCommands } = await import("./tool-hm0yzjxd.js");
|
|
42
42
|
await registerFlowCommands(flowCommand);
|
|
43
43
|
}
|
|
44
44
|
const caseCommand = program.command("case").description("Manage Case Management instances, processes, and incidents.");
|
|
45
45
|
if (shouldHydrateBranch("case")) {
|
|
46
|
-
const { registerCommands: registerCaseCommands } = await import("./tool-
|
|
46
|
+
const { registerCommands: registerCaseCommands } = await import("./tool-xpmr8bsy.js");
|
|
47
47
|
await registerCaseCommands(caseCommand);
|
|
48
48
|
}
|
|
49
49
|
};
|
package/dist/packager-tool.js
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
FlowToolFactory
|
|
3
|
-
} from "./packager-tool-
|
|
3
|
+
} from "./packager-tool-ahj646v3.js";
|
|
4
4
|
import"./packager-tool-tn5e7wnb.js";
|
|
5
|
+
import"./packager-tool-2513jrxr.js";
|
|
6
|
+
import"./packager-tool-7rz102fw.js";
|
|
5
7
|
import {
|
|
6
8
|
NugetConstants,
|
|
7
9
|
NugetPackager,
|
|
@@ -13,7 +15,7 @@ import {
|
|
|
13
15
|
ToolResult,
|
|
14
16
|
ensureContentOperateFile,
|
|
15
17
|
toolsFactoryRepository
|
|
16
|
-
} from "./packager-tool-
|
|
18
|
+
} from "./packager-tool-k4x5yn3p.js";
|
|
17
19
|
import {
|
|
18
20
|
BpmnValidateService
|
|
19
21
|
} from "./packager-tool-15bstxb6.js";
|
|
@@ -635,4 +637,4 @@ export {
|
|
|
635
637
|
registerPackagerFactories
|
|
636
638
|
};
|
|
637
639
|
|
|
638
|
-
//# debugId=
|
|
640
|
+
//# debugId=D742A2908BE14D8964756E2164756E21
|
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
import {
|
|
2
2
|
UI_ONLY_NODE_TYPES,
|
|
3
3
|
tidyFlow
|
|
4
|
-
} from "./packager-tool-
|
|
4
|
+
} from "./packager-tool-35rk0942.js";
|
|
5
5
|
import"./packager-tool-y5f2qhfe.js";
|
|
6
|
-
import"./packager-tool-
|
|
7
|
-
import"./packager-tool-
|
|
6
|
+
import"./packager-tool-tb9ea902.js";
|
|
7
|
+
import"./packager-tool-ahj646v3.js";
|
|
8
8
|
import"./packager-tool-tn5e7wnb.js";
|
|
9
|
-
import"./packager-tool-
|
|
9
|
+
import"./packager-tool-2513jrxr.js";
|
|
10
|
+
import"./packager-tool-7rz102fw.js";
|
|
11
|
+
import"./packager-tool-k4x5yn3p.js";
|
|
10
12
|
import"./packager-tool-vpqyvh4c.js";
|
|
11
13
|
import"./packager-tool-nkrmjr3a.js";
|
|
12
14
|
import"./packager-tool-rs6jm14d.js";
|
|
@@ -31,4 +33,4 @@ export {
|
|
|
31
33
|
tidyFlow
|
|
32
34
|
};
|
|
33
35
|
|
|
34
|
-
//# debugId=
|
|
36
|
+
//# debugId=DCB69189139A04EC64756E2164756E21
|
|
@@ -13,7 +13,7 @@ import {
|
|
|
13
13
|
} from "./packager-tool-s95s0kvg.js";
|
|
14
14
|
import {
|
|
15
15
|
package_default
|
|
16
|
-
} from "./packager-tool-
|
|
16
|
+
} from "./packager-tool-fs8d9nzm.js";
|
|
17
17
|
import {
|
|
18
18
|
registerRegistryCommand
|
|
19
19
|
} from "./packager-tool-sfk34qja.js";
|
|
@@ -139,7 +139,7 @@ var BINDING_DELETE_EXAMPLES = [
|
|
|
139
139
|
var registerBindingCommand = (program) => {
|
|
140
140
|
const binding = program.command("binding").description("Manage bindings in a Flow file");
|
|
141
141
|
binding.command("list").description("List all bindings in a Flow file").argument("<file>", "Path to the .flow file").examples(BINDING_LIST_EXAMPLES).trackedAction(processContext, async (file) => {
|
|
142
|
-
const { listBindingsInFlow } = await import("./binding-service-
|
|
142
|
+
const { listBindingsInFlow } = await import("./binding-service-mys9xgtq.js");
|
|
143
143
|
const [error, result] = await catchError(listBindingsInFlow(file));
|
|
144
144
|
if (error) {
|
|
145
145
|
OutputFormatter.error({
|
|
@@ -161,7 +161,7 @@ var registerBindingCommand = (program) => {
|
|
|
161
161
|
});
|
|
162
162
|
binding.command("add").description(`Add a binding to a Flow file.
|
|
163
163
|
` + `Valid resource types: ${VALID_RESOURCE_TYPES.join(", ")}`).argument("<file>", "Path to the .flow file").argument("<name>", "Binding display name").argument("<resource>", "Resource type").argument("<default-value>", "Default value for the binding").option("--resource-key <key>", "Resource catalog identifier").option("--property-attribute <attr>", "Target node property (e.g., name, folderPath, connection)").option("--resource-sub-type <type>", "Resource sub-classification (e.g., Agent, Process)").examples(BINDING_ADD_EXAMPLES).trackedAction(processContext, async (file, name, resource, defaultValue, options) => {
|
|
164
|
-
const { addBindingToFlow } = await import("./binding-service-
|
|
164
|
+
const { addBindingToFlow } = await import("./binding-service-mys9xgtq.js");
|
|
165
165
|
const [error, result] = await catchError(addBindingToFlow(file, name, resource, defaultValue, {
|
|
166
166
|
resourceKey: options.resourceKey,
|
|
167
167
|
propertyAttribute: options.propertyAttribute,
|
|
@@ -185,7 +185,7 @@ var registerBindingCommand = (program) => {
|
|
|
185
185
|
});
|
|
186
186
|
});
|
|
187
187
|
binding.command("remove").description("Remove all bindings with a given resource key from a Flow file").argument("<file>", "Path to the .flow file").argument("<resource-key>", "Resource key of the bindings to remove").examples(BINDING_DELETE_EXAMPLES).trackedAction(processContext, async (file, resourceKey) => {
|
|
188
|
-
const { deleteBindingFromFlow } = await import("./binding-service-
|
|
188
|
+
const { deleteBindingFromFlow } = await import("./binding-service-mys9xgtq.js");
|
|
189
189
|
const [error, result] = await catchError(deleteBindingFromFlow(file, resourceKey));
|
|
190
190
|
if (error) {
|
|
191
191
|
OutputFormatter.error({
|
|
@@ -301,8 +301,8 @@ var CONVERSATIONAL_DEBUG_WARNING = "This flow, which starts on a conversation tr
|
|
|
301
301
|
` + " 2. UiPath Maestro VS Code extension — open the flow and hit Debug.";
|
|
302
302
|
async function projectStartsOnConversationTrigger(projectPath) {
|
|
303
303
|
const [error, found] = await catchError((async () => {
|
|
304
|
-
const { readFlowWorkflow, resolveProjectFlowFile } = await import("./flow-io-
|
|
305
|
-
const { startsOnConversationTrigger } = await import("./debug-conversation-trigger-
|
|
304
|
+
const { readFlowWorkflow, resolveProjectFlowFile } = await import("./flow-io-hgw3em5c.js");
|
|
305
|
+
const { startsOnConversationTrigger } = await import("./debug-conversation-trigger-4wwf0q8y.js");
|
|
306
306
|
const flowFilePath = await resolveProjectFlowFile(projectPath);
|
|
307
307
|
const { workflow } = await readFlowWorkflow(flowFilePath);
|
|
308
308
|
return startsOnConversationTrigger(workflow);
|
|
@@ -573,7 +573,7 @@ function registerDebugCommand(program) {
|
|
|
573
573
|
InboundVoiceDebugError,
|
|
574
574
|
MissingSolutionWrapperError,
|
|
575
575
|
UnregisteredProjectError
|
|
576
|
-
} = await import("./flow-debug-service-
|
|
576
|
+
} = await import("./flow-debug-service-yk2d27p1.js");
|
|
577
577
|
const { MaestroHttpError } = await import("./debug-http-client-mad6ks68.js");
|
|
578
578
|
const {
|
|
579
579
|
buildPollTimeoutFailureOutput,
|
|
@@ -899,7 +899,7 @@ function getDeleteEdgeInstructions(file) {
|
|
|
899
899
|
return `Check that "${file}" exists and run 'uip maestro flow edge list ${file}' to find a valid edge ID, then retry.`;
|
|
900
900
|
}
|
|
901
901
|
async function runDeleteEdge(file, edgeId, code) {
|
|
902
|
-
const { deleteEdgeFromFlow } = await import("./edge-service-
|
|
902
|
+
const { deleteEdgeFromFlow } = await import("./edge-service-xn2a6p72.js");
|
|
903
903
|
const normalizedEdgeId = edgeId.trim();
|
|
904
904
|
const [error, result] = await catchError(deleteEdgeFromFlow(file, normalizedEdgeId));
|
|
905
905
|
if (error) {
|
|
@@ -922,7 +922,7 @@ async function runDeleteEdge(file, edgeId, code) {
|
|
|
922
922
|
var registerEdgeCommand = (program) => {
|
|
923
923
|
const edge = program.command("edge").description("Manage edges in a Flow file");
|
|
924
924
|
edge.command("list").description("List all edges in a Flow file").argument("<file>", "Path to the .flow file").examples(EDGE_LIST_EXAMPLES).trackedAction(processContext, async (file) => {
|
|
925
|
-
const { listEdgesInFlow } = await import("./edge-service-
|
|
925
|
+
const { listEdgesInFlow } = await import("./edge-service-xn2a6p72.js");
|
|
926
926
|
const [error, result] = await catchError(listEdgesInFlow(file));
|
|
927
927
|
if (error) {
|
|
928
928
|
OutputFormatter.error({
|
|
@@ -943,7 +943,7 @@ var registerEdgeCommand = (program) => {
|
|
|
943
943
|
});
|
|
944
944
|
});
|
|
945
945
|
edge.command("add").description("Add an edge between two nodes in a Flow file").argument("<file>", "Path to the .flow file").argument("<source-id>", "ID of the source node").argument("<target-id>", "ID of the target node").option("--source-port <port>", 'Source port name (defaults to "output")').option("--target-port <port>", 'Target port name (defaults to "input")').examples(EDGE_ADD_EXAMPLES).trackedAction(processContext, async (file, sourceId, targetId, options) => {
|
|
946
|
-
const { addEdgeToFlow } = await import("./edge-service-
|
|
946
|
+
const { addEdgeToFlow } = await import("./edge-service-xn2a6p72.js");
|
|
947
947
|
const [error, result] = await catchError(addEdgeToFlow(file, sourceId, targetId, {
|
|
948
948
|
sourcePort: options.sourcePort,
|
|
949
949
|
targetPort: options.targetPort
|
|
@@ -1313,7 +1313,7 @@ function registerEvalRunCommand(evalCmd) {
|
|
|
1313
1313
|
addStartOptions(runCmd.command("start").description("Start a Studio Web evaluation run (Flow solution must be available in Studio Web)")).option("--wait", "Wait for the evaluation to complete and show results").option("--timeout <seconds>", "Timeout in seconds for --wait polling", (value) => Number.parseInt(value, 10)).examples(FLOW_EVAL_RUN_START_EXAMPLES).trackedAction(processContext, async (options) => {
|
|
1314
1314
|
const [error] = await catchError((async () => {
|
|
1315
1315
|
const config = await resolveStudioWebConfig();
|
|
1316
|
-
const { FlowEvalRunService } = await import("./flow-eval-run-service-
|
|
1316
|
+
const { FlowEvalRunService } = await import("./flow-eval-run-service-86tpst0m.js");
|
|
1317
1317
|
const service = new FlowEvalRunService;
|
|
1318
1318
|
const result = await service.startRemoteEvalRun(options.path, options.set, config, {
|
|
1319
1319
|
solutionId: options.solutionId,
|
|
@@ -1345,7 +1345,7 @@ function registerEvalRunCommand(evalCmd) {
|
|
|
1345
1345
|
addTargetOptions(runCmd.command("status").description("Check the status of a Studio Web Flow evaluation run").argument("<evalSetRunId>", "Evaluation set run ID")).examples(FLOW_EVAL_RUN_STATUS_EXAMPLES).trackedAction(processContext, async (evalSetRunId, options) => {
|
|
1346
1346
|
const [error] = await catchError((async () => {
|
|
1347
1347
|
const config = await resolveStudioWebConfig();
|
|
1348
|
-
const { FlowEvalRunService } = await import("./flow-eval-run-service-
|
|
1348
|
+
const { FlowEvalRunService } = await import("./flow-eval-run-service-86tpst0m.js");
|
|
1349
1349
|
const service = new FlowEvalRunService;
|
|
1350
1350
|
const target = await resolveRemoteTarget(service, options, config);
|
|
1351
1351
|
const [run, evaluators] = await Promise.all([
|
|
@@ -1371,7 +1371,7 @@ function registerEvalRunCommand(evalCmd) {
|
|
|
1371
1371
|
addTargetOptions(runCmd.command("results").description("Get detailed results for a Studio Web Flow evaluation run").argument("<evalSetRunId>", "Evaluation set run ID")).option("--only-failed", "Show only failed or errored data points").option("--verbose", "Include evaluator justifications in output").option("--export-format <json|csv>", "Export results to file (json or csv)").examples(FLOW_EVAL_RUN_RESULTS_EXAMPLES).trackedAction(processContext, async (evalSetRunId, options) => {
|
|
1372
1372
|
const [error] = await catchError((async () => {
|
|
1373
1373
|
const config = await resolveStudioWebConfig();
|
|
1374
|
-
const { FlowEvalRunService } = await import("./flow-eval-run-service-
|
|
1374
|
+
const { FlowEvalRunService } = await import("./flow-eval-run-service-86tpst0m.js");
|
|
1375
1375
|
const service = new FlowEvalRunService;
|
|
1376
1376
|
const target = await resolveRemoteTarget(service, options, config);
|
|
1377
1377
|
let evalRuns = await service.getRemoteEvalRuns(config, target.workloadId, evalSetRunId);
|
|
@@ -1405,7 +1405,7 @@ function registerEvalRunCommand(evalCmd) {
|
|
|
1405
1405
|
addTargetOptions(runCmd.command("list").description("List Studio Web evaluation runs for a Flow eval set")).examples(FLOW_EVAL_RUN_LIST_EXAMPLES).trackedAction(processContext, async (options) => {
|
|
1406
1406
|
const [error] = await catchError((async () => {
|
|
1407
1407
|
const config = await resolveStudioWebConfig();
|
|
1408
|
-
const { FlowEvalRunService } = await import("./flow-eval-run-service-
|
|
1408
|
+
const { FlowEvalRunService } = await import("./flow-eval-run-service-86tpst0m.js");
|
|
1409
1409
|
const service = new FlowEvalRunService;
|
|
1410
1410
|
const target = await resolveRemoteTarget(service, options, config);
|
|
1411
1411
|
const runs = await service.listRemoteEvalSetRuns(config, target.workloadId, target.evalSet.id);
|
|
@@ -1431,7 +1431,7 @@ function registerEvalRunCommand(evalCmd) {
|
|
|
1431
1431
|
addTargetOptions(runCmd.command("compare").description("Compare results of two Studio Web Flow evaluation runs").argument("<evalSetRunId>", "First evaluation set run ID").requiredOption("--compare-to <id>", "Second evaluation set run ID to compare against")).examples(FLOW_EVAL_RUN_COMPARE_EXAMPLES).trackedAction(processContext, async (evalSetRunId, options) => {
|
|
1432
1432
|
const [error] = await catchError((async () => {
|
|
1433
1433
|
const config = await resolveStudioWebConfig();
|
|
1434
|
-
const { FlowEvalRunService } = await import("./flow-eval-run-service-
|
|
1434
|
+
const { FlowEvalRunService } = await import("./flow-eval-run-service-86tpst0m.js");
|
|
1435
1435
|
const service = new FlowEvalRunService;
|
|
1436
1436
|
const target = await resolveRemoteTarget(service, options, config);
|
|
1437
1437
|
const [runsA, runsB, runMetaA, runMetaB] = await Promise.all([
|
|
@@ -1564,7 +1564,7 @@ function registerEvaluatorCommands(evalCmd) {
|
|
|
1564
1564
|
const evaluator = evalCmd.command("evaluator").description("Manage Flow evaluators");
|
|
1565
1565
|
evaluator.command("add").description("Add an evaluator to the flow project").argument("<name>", "Evaluator name").requiredOption("--type <type>", `Evaluator type: ${evaluatorTypeAliases().join(", ")}`).option("--description <text>", "Evaluator description").option("--target-key <key>", "Target output key", "*").option("--model <model>", "LLM model for LLM judge evaluators").option("--prompt <prompt>", "Custom LLM judge prompt").option("--path <path>", FLOW_EVAL_PATH_OPTION_DESCRIPTION2, ".").trackedAction(processContext, async (name, options) => {
|
|
1566
1566
|
const [error] = await catchError((async () => {
|
|
1567
|
-
const { FlowEvalService } = await import("./flow-eval-service-
|
|
1567
|
+
const { FlowEvalService } = await import("./flow-eval-service-y6ex6rke.js");
|
|
1568
1568
|
const service = new FlowEvalService;
|
|
1569
1569
|
const created = await service.addEvaluator(options.path, {
|
|
1570
1570
|
name,
|
|
@@ -1591,7 +1591,7 @@ function registerEvaluatorCommands(evalCmd) {
|
|
|
1591
1591
|
});
|
|
1592
1592
|
evaluator.command("list").description("List evaluators in a flow project").option("--path <path>", FLOW_EVAL_PATH_OPTION_DESCRIPTION2, ".").trackedAction(processContext, async (options) => {
|
|
1593
1593
|
const [error] = await catchError((async () => {
|
|
1594
|
-
const { FlowEvalService } = await import("./flow-eval-service-
|
|
1594
|
+
const { FlowEvalService } = await import("./flow-eval-service-y6ex6rke.js");
|
|
1595
1595
|
const service = new FlowEvalService;
|
|
1596
1596
|
const evaluators = await service.listEvaluators(options.path);
|
|
1597
1597
|
OutputFormatter.success({
|
|
@@ -1612,7 +1612,7 @@ function registerEvaluatorCommands(evalCmd) {
|
|
|
1612
1612
|
});
|
|
1613
1613
|
evaluator.command("remove").description("Remove an evaluator from a flow project").argument("<id>", "Evaluator ID, name, or file base name").option("--path <path>", FLOW_EVAL_PATH_OPTION_DESCRIPTION2, ".").trackedAction(processContext, async (id, options) => {
|
|
1614
1614
|
const [error] = await catchError((async () => {
|
|
1615
|
-
const { FlowEvalService } = await import("./flow-eval-service-
|
|
1615
|
+
const { FlowEvalService } = await import("./flow-eval-service-y6ex6rke.js");
|
|
1616
1616
|
const service = new FlowEvalService;
|
|
1617
1617
|
const removed = await service.removeEvaluator(options.path, id);
|
|
1618
1618
|
if (!removed) {
|
|
@@ -1633,8 +1633,8 @@ function registerEvalSetCommands(evalCmd) {
|
|
|
1633
1633
|
const set = evalCmd.command("set").description("Manage evaluation sets");
|
|
1634
1634
|
set.command("add").description("Create an evaluation set").argument("<name>", "Evaluation set name").option("--evaluators <refs>", "Comma-separated evaluator IDs or file base names (default: all)").option("--entry-point <id>", "Entry point node id stored as the eval set's selectedEntrypoint. An agent node id creates a node-scoped eval set (evaluates that node in isolation)").option("--path <path>", FLOW_EVAL_PATH_OPTION_DESCRIPTION2, ".").trackedAction(processContext, async (name, options) => {
|
|
1635
1635
|
const [error] = await catchError((async () => {
|
|
1636
|
-
const { FlowEvalService } = await import("./flow-eval-service-
|
|
1637
|
-
const { readEvalSetScope, readNodeTargetId } = await import("./flow-eval-node-target-
|
|
1636
|
+
const { FlowEvalService } = await import("./flow-eval-service-y6ex6rke.js");
|
|
1637
|
+
const { readEvalSetScope, readNodeTargetId } = await import("./flow-eval-node-target-13ek4f1p.js");
|
|
1638
1638
|
const service = new FlowEvalService;
|
|
1639
1639
|
const created = await service.addEvalSet(options.path, {
|
|
1640
1640
|
name,
|
|
@@ -1661,8 +1661,8 @@ function registerEvalSetCommands(evalCmd) {
|
|
|
1661
1661
|
});
|
|
1662
1662
|
set.command("list").description("List evaluation sets").option("--path <path>", FLOW_EVAL_PATH_OPTION_DESCRIPTION2, ".").trackedAction(processContext, async (options) => {
|
|
1663
1663
|
const [error] = await catchError((async () => {
|
|
1664
|
-
const { FlowEvalService } = await import("./flow-eval-service-
|
|
1665
|
-
const { readEvalSetScope, readNodeTargetId } = await import("./flow-eval-node-target-
|
|
1664
|
+
const { FlowEvalService } = await import("./flow-eval-service-y6ex6rke.js");
|
|
1665
|
+
const { readEvalSetScope, readNodeTargetId } = await import("./flow-eval-node-target-13ek4f1p.js");
|
|
1666
1666
|
const service = new FlowEvalService;
|
|
1667
1667
|
const sets = await service.listEvalSets(options.path);
|
|
1668
1668
|
OutputFormatter.success({
|
|
@@ -1688,7 +1688,7 @@ function registerEvalSetCommands(evalCmd) {
|
|
|
1688
1688
|
});
|
|
1689
1689
|
set.command("remove").description("Remove an evaluation set").argument("<id>", "Evaluation set ID, name, or file base name").option("--path <path>", FLOW_EVAL_PATH_OPTION_DESCRIPTION2, ".").trackedAction(processContext, async (id, options) => {
|
|
1690
1690
|
const [error] = await catchError((async () => {
|
|
1691
|
-
const { FlowEvalService } = await import("./flow-eval-service-
|
|
1691
|
+
const { FlowEvalService } = await import("./flow-eval-service-y6ex6rke.js");
|
|
1692
1692
|
const service = new FlowEvalService;
|
|
1693
1693
|
const removed = await service.removeEvalSet(options.path, id);
|
|
1694
1694
|
if (!removed) {
|
|
@@ -1715,7 +1715,7 @@ function registerEvaluationCommands(evalCmd) {
|
|
|
1715
1715
|
const inputFiles = parseInputFiles(options.inputFile);
|
|
1716
1716
|
const expectedOutput = options.expected ? parseJsonObject(options.expected, "--expected") : undefined;
|
|
1717
1717
|
const criteria = options.criteria ? parseCriteriaOption(options.criteria) : undefined;
|
|
1718
|
-
const { FlowEvalService } = await import("./flow-eval-service-
|
|
1718
|
+
const { FlowEvalService } = await import("./flow-eval-service-y6ex6rke.js");
|
|
1719
1719
|
const service = new FlowEvalService;
|
|
1720
1720
|
const evaluation = await service.addEvaluation(options.path, options.set, {
|
|
1721
1721
|
name,
|
|
@@ -1742,7 +1742,7 @@ function registerEvaluationCommands(evalCmd) {
|
|
|
1742
1742
|
});
|
|
1743
1743
|
evalCmd.command("list").description("List data points in an evaluation set").requiredOption("--set <name>", "Evaluation set name or ID").option("--path <path>", FLOW_EVAL_PATH_OPTION_DESCRIPTION2, ".").trackedAction(processContext, async (options) => {
|
|
1744
1744
|
const [error] = await catchError((async () => {
|
|
1745
|
-
const { FlowEvalService } = await import("./flow-eval-service-
|
|
1745
|
+
const { FlowEvalService } = await import("./flow-eval-service-y6ex6rke.js");
|
|
1746
1746
|
const service = new FlowEvalService;
|
|
1747
1747
|
const evaluations = await service.listEvaluations(options.path, options.set);
|
|
1748
1748
|
OutputFormatter.success({
|
|
@@ -1763,7 +1763,7 @@ function registerEvaluationCommands(evalCmd) {
|
|
|
1763
1763
|
});
|
|
1764
1764
|
evalCmd.command("remove").description("Remove a data point from an evaluation set").argument("<id>", "Data point ID or name").requiredOption("--set <name>", "Evaluation set name or ID").option("--path <path>", FLOW_EVAL_PATH_OPTION_DESCRIPTION2, ".").trackedAction(processContext, async (id, options) => {
|
|
1765
1765
|
const [error] = await catchError((async () => {
|
|
1766
|
-
const { FlowEvalService } = await import("./flow-eval-service-
|
|
1766
|
+
const { FlowEvalService } = await import("./flow-eval-service-y6ex6rke.js");
|
|
1767
1767
|
const service = new FlowEvalService;
|
|
1768
1768
|
const removed = await service.removeEvaluation(options.path, options.set, id);
|
|
1769
1769
|
if (!removed) {
|
|
@@ -1807,7 +1807,7 @@ function registerSimulationCommands(evalCmd) {
|
|
|
1807
1807
|
simulationInstruction: options.simulationInstructions,
|
|
1808
1808
|
mockValue
|
|
1809
1809
|
};
|
|
1810
|
-
const { FlowEvalService } = await import("./flow-eval-service-
|
|
1810
|
+
const { FlowEvalService } = await import("./flow-eval-service-y6ex6rke.js");
|
|
1811
1811
|
const service = new FlowEvalService;
|
|
1812
1812
|
if (options.parent !== undefined) {
|
|
1813
1813
|
const created = await service.addChildSimulation(options.path, options.set, options.dataPoint, options.parent, simulation2);
|
|
@@ -1844,7 +1844,7 @@ function registerSimulationCommands(evalCmd) {
|
|
|
1844
1844
|
});
|
|
1845
1845
|
simulation.command("list").description("List simulations on a data point").requiredOption("--set <name>", "Evaluation set name or ID").requiredOption("--data-point <id>", "Data point name or ID").option("--parent <component-id>", "Parent agent component ID. When set, lists child tool simulations on the parent agent node.").option("--path <path>", FLOW_EVAL_PATH_OPTION_DESCRIPTION2, ".").trackedAction(processContext, async (options) => {
|
|
1846
1846
|
const [error] = await catchError((async () => {
|
|
1847
|
-
const { FlowEvalService } = await import("./flow-eval-service-
|
|
1847
|
+
const { FlowEvalService } = await import("./flow-eval-service-y6ex6rke.js");
|
|
1848
1848
|
const service = new FlowEvalService;
|
|
1849
1849
|
const simulations = options.parent !== undefined ? await service.listChildSimulations(options.path, options.set, options.dataPoint, options.parent) : await service.listSimulations(options.path, options.set, options.dataPoint);
|
|
1850
1850
|
OutputFormatter.success({
|
|
@@ -1866,7 +1866,7 @@ function registerSimulationCommands(evalCmd) {
|
|
|
1866
1866
|
});
|
|
1867
1867
|
simulation.command("remove").description("Remove a simulation from a data point").argument("<component-id>", "Component ID to remove").requiredOption("--set <name>", "Evaluation set name or ID").requiredOption("--data-point <id>", "Data point name or ID").option("--parent <component-id>", "Parent agent component ID. When set, removes a child tool simulation from the parent agent node.").option("--path <path>", FLOW_EVAL_PATH_OPTION_DESCRIPTION2, ".").trackedAction(processContext, async (componentId, options) => {
|
|
1868
1868
|
const [error] = await catchError((async () => {
|
|
1869
|
-
const { FlowEvalService } = await import("./flow-eval-service-
|
|
1869
|
+
const { FlowEvalService } = await import("./flow-eval-service-y6ex6rke.js");
|
|
1870
1870
|
const service = new FlowEvalService;
|
|
1871
1871
|
const removed = options.parent !== undefined ? await service.removeChildSimulation(options.path, options.set, options.dataPoint, options.parent, componentId) : await service.removeSimulation(options.path, options.set, options.dataPoint, componentId);
|
|
1872
1872
|
if (!removed) {
|
|
@@ -2011,7 +2011,7 @@ var registerHitlCommand = (program) => {
|
|
|
2011
2011
|
}
|
|
2012
2012
|
schema = parsed;
|
|
2013
2013
|
}
|
|
2014
|
-
const { addHitlNode } = await import("./hitl-service-
|
|
2014
|
+
const { addHitlNode } = await import("./hitl-service-f3zvaq6r.js");
|
|
2015
2015
|
const [error, result] = await catchError(addHitlNode(file, {
|
|
2016
2016
|
schema,
|
|
2017
2017
|
priority: options.priority,
|
|
@@ -2077,14 +2077,27 @@ Packing or uploading the solution will sync solution resources automatically.`
|
|
|
2077
2077
|
Packing or uploading the solution will sync solution resources automatically.`
|
|
2078
2078
|
}
|
|
2079
2079
|
}
|
|
2080
|
+
},
|
|
2081
|
+
{
|
|
2082
|
+
Description: "Create a Maestro Automate project. Same Flow project and the same commands; only the runtime profile written into operate.json differs.",
|
|
2083
|
+
Command: "uip maestro flow init my-automate --automate",
|
|
2084
|
+
Output: {
|
|
2085
|
+
Code: "FlowInit",
|
|
2086
|
+
Data: {
|
|
2087
|
+
Status: "Created successfully",
|
|
2088
|
+
Path: "/workspace/my-automateSolution/my-automate"
|
|
2089
|
+
}
|
|
2090
|
+
}
|
|
2080
2091
|
}
|
|
2081
2092
|
];
|
|
2082
2093
|
var registerInitCommand = (program) => {
|
|
2083
|
-
program.command("init").description("Create a new Flow project with boilerplate files. If run outside an existing solution, a parent '<name>Solution' is scaffolded automatically and the flow project is created inside it. If run inside an existing solution, the project is added to that solution.").argument("<name>", "Flow project name").option("--force", "Force initialization even if target directory exists and is not empty").option("--skip-solution-registration", "Do not auto-register this project in the surrounding solution").examples(FLOW_INIT_EXAMPLES).trackedAction(processContext, async (name, options) => {
|
|
2084
|
-
const { flowInitAsync } = await import("./flow-init-service-
|
|
2094
|
+
program.command("init").description("Create a new Flow project with boilerplate files. If run outside an existing solution, a parent '<name>Solution' is scaffolded automatically and the flow project is created inside it. If run inside an existing solution, the project is added to that solution.").argument("<name>", "Flow project name").option("--force", "Force initialization even if target directory exists and is not empty").option("--skip-solution-registration", "Do not auto-register this project in the surrounding solution").option("--automate", "Create a Maestro Automate project. Same Flow project and the same commands — it only changes the runtime profile written into operate.json.").examples(FLOW_INIT_EXAMPLES).trackedAction(processContext, async (name, options) => {
|
|
2095
|
+
const { flowInitAsync } = await import("./flow-init-service-mpf8h2rc.js");
|
|
2096
|
+
const { RuntimeProfile } = await import("./maestro-automate-entry-gwntzkvj.js");
|
|
2085
2097
|
const [error, result] = await catchError(flowInitAsync(name, {
|
|
2086
2098
|
force: options.force,
|
|
2087
|
-
skipRegistration: options.skipSolutionRegistration === true
|
|
2099
|
+
skipRegistration: options.skipSolutionRegistration === true,
|
|
2100
|
+
profile: options.automate ? RuntimeProfile.Lite : RuntimeProfile.Standard
|
|
2088
2101
|
}));
|
|
2089
2102
|
if (error) {
|
|
2090
2103
|
OutputFormatter.error({
|
|
@@ -2552,7 +2565,7 @@ var FLOW_MIGRATE_EXAMPLES = [
|
|
|
2552
2565
|
];
|
|
2553
2566
|
var registerMigrateCommand = (program) => {
|
|
2554
2567
|
program.command("migrate").description("Migrate a .flow file to the current workflow and node schema versions").argument("<file>", "Path to the .flow file").option("--dry-run", "Show what would change without writing the file").option("--no-include-optional", "Skip optional node migrations (e.g. typeVersion normalization). Default: optional migrations are applied.").examples(FLOW_MIGRATE_EXAMPLES).trackedAction(processContext, async (file, options) => {
|
|
2555
|
-
const { migrateFlow } = await import("./flow-migrate-service-
|
|
2568
|
+
const { migrateFlow } = await import("./flow-migrate-service-6j2rpfzt.js");
|
|
2556
2569
|
const [error, result] = await catchError(migrateFlow(file, {
|
|
2557
2570
|
dryRun: options.dryRun,
|
|
2558
2571
|
includeOptional: options.includeOptional
|
|
@@ -2718,7 +2731,7 @@ function getDeleteNodeInstructions(file) {
|
|
|
2718
2731
|
return `Check that "${file}" exists and run 'uip maestro flow node list ${file}' to find a valid node ID, then retry.`;
|
|
2719
2732
|
}
|
|
2720
2733
|
async function runDeleteNode(file, nodeId, code) {
|
|
2721
|
-
const { deleteNodeFromFlow } = await import("./node-service-
|
|
2734
|
+
const { deleteNodeFromFlow } = await import("./node-service-z7akfnxt.js");
|
|
2722
2735
|
const normalizedNodeId = nodeId.trim();
|
|
2723
2736
|
const [error, result] = await catchError(deleteNodeFromFlow(file, normalizedNodeId));
|
|
2724
2737
|
if (error) {
|
|
@@ -2790,7 +2803,7 @@ Example: uip maestro flow node add flow.flow uipath.connector.jira.createIssue -
|
|
|
2790
2803
|
NodeTypeNotEnabledError,
|
|
2791
2804
|
NodeTypeNotFoundError,
|
|
2792
2805
|
SourceRequiredError
|
|
2793
|
-
} = await import("./node-service-
|
|
2806
|
+
} = await import("./node-service-z7akfnxt.js");
|
|
2794
2807
|
const [error, result] = await catchError(addNodeToFlow(file, nodeType, {
|
|
2795
2808
|
position,
|
|
2796
2809
|
label: options.label,
|
|
@@ -2910,7 +2923,7 @@ MANAGED HTTP NODES (type core.action.http.v2)
|
|
|
2910
2923
|
processContext.exit(1);
|
|
2911
2924
|
return;
|
|
2912
2925
|
}
|
|
2913
|
-
const { configureConnectorNode, InvalidDetailError } = await import("./connector-service-
|
|
2926
|
+
const { configureConnectorNode, InvalidDetailError } = await import("./connector-service-3bgm62za.js");
|
|
2914
2927
|
const [error, result] = await catchError(configureConnectorNode(file, nodeId, parsed));
|
|
2915
2928
|
if (error) {
|
|
2916
2929
|
const message = error instanceof InvalidDetailError ? "Invalid --detail" : "Error configuring node";
|
|
@@ -2936,7 +2949,7 @@ MANAGED HTTP NODES (type core.action.http.v2)
|
|
|
2936
2949
|
});
|
|
2937
2950
|
});
|
|
2938
2951
|
node.command("list").description("List all nodes in a Flow file").argument("<file>", "Path to the .flow file").examples(NODE_LIST_EXAMPLES).trackedAction(processContext, async (file) => {
|
|
2939
|
-
const { listNodesInFlow } = await import("./node-service-
|
|
2952
|
+
const { listNodesInFlow } = await import("./node-service-z7akfnxt.js");
|
|
2940
2953
|
const [error, result] = await catchError(listNodesInFlow(file));
|
|
2941
2954
|
if (error) {
|
|
2942
2955
|
OutputFormatter.error({
|
|
@@ -2981,7 +2994,7 @@ var FLOW_PACK_EXAMPLES = [
|
|
|
2981
2994
|
var registerPackCommand = (program) => {
|
|
2982
2995
|
const command = program.command("pack").description("Pack a Flow project into a .nupkg file").argument("<project-path>", "Path to the Flow project directory").argument("<output-path>", "Output directory where the .nupkg will be saved").option("-n, --name <name>", "Package name (default: project folder name)").option("-v, --version <version>", "Package version (default: 1.0.0)", "1.0.0");
|
|
2983
2996
|
registerPackageMetadataOptions(command).examples(FLOW_PACK_EXAMPLES).trackedAction(processContext, async (projectPath, outputPath, options) => {
|
|
2984
|
-
const { FlowPackService } = await import("./flow-pack-service-
|
|
2997
|
+
const { FlowPackService } = await import("./flow-pack-service-1gnvp34k.js");
|
|
2985
2998
|
const service = new FlowPackService;
|
|
2986
2999
|
const exitCode = await service.execute(projectPath, {
|
|
2987
3000
|
output: outputPath,
|
|
@@ -3701,7 +3714,7 @@ var registerPublishCommand = (program) => {
|
|
|
3701
3714
|
}
|
|
3702
3715
|
resolvedFeedId = folderFeedId;
|
|
3703
3716
|
}
|
|
3704
|
-
const { FlowPackService } = await import("./flow-pack-service-
|
|
3717
|
+
const { FlowPackService } = await import("./flow-pack-service-1gnvp34k.js");
|
|
3705
3718
|
const service = new FlowPackService;
|
|
3706
3719
|
const [packError, packResult] = await catchError(service.executeAsync(projectPath, {
|
|
3707
3720
|
output: packageOutputPath,
|
|
@@ -3800,7 +3813,7 @@ var registerRegistryCommand2 = (program) => {
|
|
|
3800
3813
|
// ../flow-tool/src/commands/tidy.ts
|
|
3801
3814
|
var registerTidyCommand = (program) => {
|
|
3802
3815
|
program.command("format").description("Format a .flow file by auto-laying out nodes to prevent overlaps and arrange in a clean flow").argument("<file>", "Path to the .flow file").trackedAction(processContext, async (file) => {
|
|
3803
|
-
const { tidyFlow } = await import("./tidy-service-
|
|
3816
|
+
const { tidyFlow } = await import("./tidy-service-rm7y4dn2.js");
|
|
3804
3817
|
const [error, result] = await catchError(tidyFlow(file));
|
|
3805
3818
|
if (error) {
|
|
3806
3819
|
OutputFormatter.error({
|
|
@@ -3916,7 +3929,7 @@ var registerValidateCommand = (program) => {
|
|
|
3916
3929
|
governanceEnforcements = data.enforcements;
|
|
3917
3930
|
availableModelNames = data.modelNames;
|
|
3918
3931
|
}
|
|
3919
|
-
const { FlowValidateService } = await import("./flow-validate-service-
|
|
3932
|
+
const { FlowValidateService } = await import("./flow-validate-service-9wjnacww.js");
|
|
3920
3933
|
const service = new FlowValidateService({
|
|
3921
3934
|
governanceEnforcements,
|
|
3922
3935
|
availableModelNames,
|
|
@@ -4112,7 +4125,7 @@ var registerVariableCommand = (program) => {
|
|
|
4112
4125
|
}
|
|
4113
4126
|
schema = parsed;
|
|
4114
4127
|
}
|
|
4115
|
-
const { addVariableToFlow } = await import("./variable-service-
|
|
4128
|
+
const { addVariableToFlow } = await import("./variable-service-25vdpt12.js");
|
|
4116
4129
|
const [error, variable2] = await catchError(addVariableToFlow(file, {
|
|
4117
4130
|
id: variableId,
|
|
4118
4131
|
direction: options.direction,
|
|
@@ -4152,7 +4165,7 @@ var registerVariableCommand = (program) => {
|
|
|
4152
4165
|
processContext.exit(1);
|
|
4153
4166
|
return;
|
|
4154
4167
|
}
|
|
4155
|
-
const { deleteVariableFromFlow } = await import("./variable-service-
|
|
4168
|
+
const { deleteVariableFromFlow } = await import("./variable-service-25vdpt12.js");
|
|
4156
4169
|
const [error, deletedVariable] = await catchError(deleteVariableFromFlow(file, variableId));
|
|
4157
4170
|
if (error) {
|
|
4158
4171
|
OutputFormatter.error({
|
|
@@ -4172,7 +4185,7 @@ var registerVariableCommand = (program) => {
|
|
|
4172
4185
|
});
|
|
4173
4186
|
});
|
|
4174
4187
|
variable.command("list").description("List all variables in a Flow file").argument("<file>", "Path to the .flow file").examples(VARIABLE_LIST_EXAMPLES).trackedAction(processContext, async (file) => {
|
|
4175
|
-
const { listVariablesInFlow } = await import("./variable-service-
|
|
4188
|
+
const { listVariablesInFlow } = await import("./variable-service-25vdpt12.js");
|
|
4176
4189
|
const [error, result] = await catchError(listVariablesInFlow(file));
|
|
4177
4190
|
if (error) {
|
|
4178
4191
|
OutputFormatter.error({
|
|
@@ -4259,4 +4272,4 @@ export {
|
|
|
4259
4272
|
registerCommands
|
|
4260
4273
|
};
|
|
4261
4274
|
|
|
4262
|
-
//# debugId=
|
|
4275
|
+
//# debugId=D00DEC15B0381B1364756E2164756E21
|
package/dist/tool.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
metadata,
|
|
3
3
|
registerCommands
|
|
4
|
-
} from "./packager-tool-
|
|
5
|
-
import"./packager-tool-
|
|
4
|
+
} from "./packager-tool-wp25zdm0.js";
|
|
5
|
+
import"./packager-tool-m4gbq68e.js";
|
|
6
6
|
import"./packager-tool-r7rp3zz3.js";
|
|
7
7
|
import"./packager-tool-0v3s8r01.js";
|
|
8
8
|
import"./packager-tool-1yh8g550.js";
|
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
import {
|
|
2
2
|
readFlowWorkflow,
|
|
3
3
|
writeFlowWorkflow
|
|
4
|
-
} from "./packager-tool-
|
|
5
|
-
import"./packager-tool-
|
|
4
|
+
} from "./packager-tool-tb9ea902.js";
|
|
5
|
+
import"./packager-tool-ahj646v3.js";
|
|
6
6
|
import {
|
|
7
7
|
addVariable
|
|
8
8
|
} from "./packager-tool-tn5e7wnb.js";
|
|
9
|
-
import"./packager-tool-
|
|
9
|
+
import"./packager-tool-2513jrxr.js";
|
|
10
|
+
import"./packager-tool-7rz102fw.js";
|
|
11
|
+
import"./packager-tool-k4x5yn3p.js";
|
|
10
12
|
import {
|
|
11
13
|
createWorkflowVariable
|
|
12
14
|
} from "./packager-tool-vpqyvh4c.js";
|
|
@@ -149,4 +151,4 @@ export {
|
|
|
149
151
|
resolveTriggerNodeId
|
|
150
152
|
};
|
|
151
153
|
|
|
152
|
-
//# debugId=
|
|
154
|
+
//# debugId=1D853988DF2A544664756E2164756E21
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/maestro-tool",
|
|
3
3
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
4
|
-
"version": "1.202.
|
|
4
|
+
"version": "1.202.1",
|
|
5
5
|
"description": "Create, debug, and run Maestro projects and jobs.",
|
|
6
6
|
"private": false,
|
|
7
7
|
"repository": {
|
|
@@ -27,5 +27,5 @@
|
|
|
27
27
|
"files": [
|
|
28
28
|
"dist"
|
|
29
29
|
],
|
|
30
|
-
"gitHead": "
|
|
30
|
+
"gitHead": "d32b9f0191b9dc454edd2ce20024383cc3eb3f37"
|
|
31
31
|
}
|
|
File without changes
|
|
File without changes
|