@uipath/maestro-tool 1.201.0-preview.128 → 1.201.0-preview.131
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/{bpmn-refresh-service-9hx9h0yp.js → bpmn-refresh-service-6tfe638x.js} +4 -4
- package/dist/{case-pack-service-zxznkpj9.js → case-pack-service-21s6690e.js} +3 -3
- package/dist/{conversion-W6HMHBWW-44avwx80.js → conversion-W6HMHBWW-sn9phqrd.js} +3 -3
- package/dist/{index-z4fsz3f9.js → index-kt89wtn3.js} +1 -1
- package/dist/index.js +6 -6
- package/dist/{node-hn6jb6f9.js → node-ppnf1n8r.js} +2 -2
- package/dist/{packager-tool-wkvjc1j2.js → packager-tool-8b9j2mf6.js} +8 -8
- package/dist/{packager-tool-18649cd0.js → packager-tool-8bw4g5qx.js} +1 -1
- package/dist/{packager-tool-hechph7n.js → packager-tool-9ay6798w.js} +4 -4
- package/dist/{packager-tool-h1fkw0s1.js → packager-tool-d6pwdp4y.js} +1 -1
- package/dist/{packager-tool-13zbtmhf.js → packager-tool-qzdy6077.js} +1 -1
- package/dist/{packager-tool-e0ktn9s5.js → packager-tool-rfww825a.js} +428 -127
- package/dist/{packager-tool-r7bsrcp5.js → packager-tool-stgnn9nf.js} +2 -2
- package/dist/{packager-tool-hrh79xx9.js → packager-tool-y995xmep.js} +5 -5
- package/dist/packager-tool.js +3 -3
- package/dist/{serialization-GTFWODSH-e6yv9561.js → serialization-GTFWODSH-yaxcjbhq.js} +2 -2
- package/dist/{tool-n28bd77h.js → tool-kv7s9fhc.js} +7 -7
- package/dist/{tool-ttzysg9x.js → tool-w0t9jjcp.js} +9 -9
- package/dist/tool.js +6 -6
- package/package.json +29 -29
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
BpmnValidateService
|
|
3
|
-
} from "./packager-tool-
|
|
4
|
-
import"./packager-tool-
|
|
3
|
+
} from "./packager-tool-8bw4g5qx.js";
|
|
4
|
+
import"./packager-tool-9ay6798w.js";
|
|
5
5
|
import"./packager-tool-psy06tjw.js";
|
|
6
6
|
import"./packager-tool-76xq3x08.js";
|
|
7
7
|
import {
|
|
@@ -14,11 +14,11 @@ import {
|
|
|
14
14
|
getFileSystem
|
|
15
15
|
} from "./packager-tool-1cb0d5e0.js";
|
|
16
16
|
import"./packager-tool-5arsyj36.js";
|
|
17
|
-
import"./packager-tool-
|
|
17
|
+
import"./packager-tool-qzdy6077.js";
|
|
18
18
|
import"./packager-tool-cqrsre00.js";
|
|
19
19
|
import"./packager-tool-sc961w0q.js";
|
|
20
20
|
import"./packager-tool-gbgfwx8f.js";
|
|
21
|
-
import"./packager-tool-
|
|
21
|
+
import"./packager-tool-rfww825a.js";
|
|
22
22
|
import {
|
|
23
23
|
BPMN_PACKAGE_FILES,
|
|
24
24
|
buildBpmnPackageMetadata,
|
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
} from "./packager-tool-8qnqz22v.js";
|
|
4
4
|
import {
|
|
5
5
|
VALID_PACKAGE_NAME_REGEX
|
|
6
|
-
} from "./packager-tool-
|
|
6
|
+
} from "./packager-tool-9ay6798w.js";
|
|
7
7
|
import"./packager-tool-psy06tjw.js";
|
|
8
8
|
import"./packager-tool-76xq3x08.js";
|
|
9
9
|
import {
|
|
@@ -17,7 +17,7 @@ import {
|
|
|
17
17
|
getFileSystem
|
|
18
18
|
} from "./packager-tool-1cb0d5e0.js";
|
|
19
19
|
import"./packager-tool-5arsyj36.js";
|
|
20
|
-
import"./packager-tool-
|
|
20
|
+
import"./packager-tool-qzdy6077.js";
|
|
21
21
|
import {
|
|
22
22
|
NugetPackager,
|
|
23
23
|
ensureProjectId
|
|
@@ -26,7 +26,7 @@ import"./packager-tool-nkrmjr3a.js";
|
|
|
26
26
|
import"./packager-tool-cqrsre00.js";
|
|
27
27
|
import"./packager-tool-sc961w0q.js";
|
|
28
28
|
import"./packager-tool-gbgfwx8f.js";
|
|
29
|
-
import"./packager-tool-
|
|
29
|
+
import"./packager-tool-rfww825a.js";
|
|
30
30
|
import"./packager-tool-1yy9x4vk.js";
|
|
31
31
|
import"./packager-tool-c23zrhj8.js";
|
|
32
32
|
import"./packager-tool-wckvcay0.js";
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
getLatestDefinitionByNodeType,
|
|
9
9
|
isContainerNodeManifest,
|
|
10
10
|
resolveNodeOutputTypeSchema
|
|
11
|
-
} from "./packager-tool-
|
|
11
|
+
} from "./packager-tool-d6pwdp4y.js";
|
|
12
12
|
import"./packager-tool-x8d8fpse.js";
|
|
13
13
|
import"./packager-tool-3wf3tkrc.js";
|
|
14
14
|
import"./packager-tool-03knb0er.js";
|
|
@@ -23,7 +23,7 @@ import {
|
|
|
23
23
|
generateNextId,
|
|
24
24
|
isLoopNodeType,
|
|
25
25
|
isSubflowNodeType
|
|
26
|
-
} from "./packager-tool-
|
|
26
|
+
} from "./packager-tool-rfww825a.js";
|
|
27
27
|
import"./packager-tool-1yy9x4vk.js";
|
|
28
28
|
import"./packager-tool-c23zrhj8.js";
|
|
29
29
|
import {
|
|
@@ -817,7 +817,7 @@ function applyGlobalInputOverrides(raw, inputs) {
|
|
|
817
817
|
}
|
|
818
818
|
}
|
|
819
819
|
}
|
|
820
|
-
var warmSerializationChunks = () => Promise.all([import("./index-
|
|
820
|
+
var warmSerializationChunks = () => Promise.all([import("./index-kt89wtn3.js"), import("./serialization-GTFWODSH-yaxcjbhq.js")]);
|
|
821
821
|
async function flowJsonToBpmnXml(flowJson, options) {
|
|
822
822
|
const [{ fileFormatToInMemoryWorkflow }, { toXml }] = await warmSerializationChunks();
|
|
823
823
|
const raw = JSON.parse(flowJson);
|
|
@@ -259,7 +259,7 @@ import {
|
|
|
259
259
|
workflowSchemaV1_9,
|
|
260
260
|
workflowVariableSchema,
|
|
261
261
|
workflowVariablesSchema
|
|
262
|
-
} from "./packager-tool-
|
|
262
|
+
} from "./packager-tool-rfww825a.js";
|
|
263
263
|
import"./packager-tool-1yy9x4vk.js";
|
|
264
264
|
import"./packager-tool-c23zrhj8.js";
|
|
265
265
|
import"./packager-tool-wckvcay0.js";
|
package/dist/index.js
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
import {
|
|
3
3
|
metadata,
|
|
4
4
|
registerCommands
|
|
5
|
-
} from "./packager-tool-
|
|
6
|
-
import"./packager-tool-
|
|
5
|
+
} from "./packager-tool-8b9j2mf6.js";
|
|
6
|
+
import"./packager-tool-8bw4g5qx.js";
|
|
7
7
|
import"./packager-tool-g50rxa1m.js";
|
|
8
|
-
import"./packager-tool-
|
|
9
|
-
import"./packager-tool-
|
|
8
|
+
import"./packager-tool-stgnn9nf.js";
|
|
9
|
+
import"./packager-tool-9ay6798w.js";
|
|
10
10
|
import"./packager-tool-psy06tjw.js";
|
|
11
11
|
import"./packager-tool-0gpvnxvy.js";
|
|
12
12
|
import"./packager-tool-76xq3x08.js";
|
|
@@ -17,13 +17,13 @@ import"./packager-tool-9qecd4wb.js";
|
|
|
17
17
|
import"./packager-tool-qa9gftnj.js";
|
|
18
18
|
import"./packager-tool-1cb0d5e0.js";
|
|
19
19
|
import"./packager-tool-5arsyj36.js";
|
|
20
|
-
import"./packager-tool-
|
|
20
|
+
import"./packager-tool-qzdy6077.js";
|
|
21
21
|
import"./packager-tool-6n706yfk.js";
|
|
22
22
|
import"./packager-tool-nkrmjr3a.js";
|
|
23
23
|
import"./packager-tool-cqrsre00.js";
|
|
24
24
|
import"./packager-tool-sc961w0q.js";
|
|
25
25
|
import"./packager-tool-gbgfwx8f.js";
|
|
26
|
-
import"./packager-tool-
|
|
26
|
+
import"./packager-tool-rfww825a.js";
|
|
27
27
|
import"./packager-tool-1yy9x4vk.js";
|
|
28
28
|
import"./packager-tool-c23zrhj8.js";
|
|
29
29
|
import"./packager-tool-wckvcay0.js";
|
|
@@ -12953,7 +12953,7 @@ function addSdkUserAgentHeader(headers, userAgent) {
|
|
|
12953
12953
|
var package_default = {
|
|
12954
12954
|
name: "@uipath/project-packager",
|
|
12955
12955
|
license: "MIT",
|
|
12956
|
-
version: "1.201.0-preview.
|
|
12956
|
+
version: "1.201.0-preview.131",
|
|
12957
12957
|
description: "UiPath Project Packager - core library for packing individual UiPath projects",
|
|
12958
12958
|
type: "module",
|
|
12959
12959
|
main: "./dist/index.js",
|
|
@@ -13404,4 +13404,4 @@ export {
|
|
|
13404
13404
|
BaseNodePackagerFactory
|
|
13405
13405
|
};
|
|
13406
13406
|
|
|
13407
|
-
//# debugId=
|
|
13407
|
+
//# debugId=3EEB74A83F797C0264756E2164756E21
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
BpmnValidateService
|
|
3
|
-
} from "./packager-tool-
|
|
3
|
+
} from "./packager-tool-8bw4g5qx.js";
|
|
4
4
|
import {
|
|
5
5
|
resolveFlowSdk
|
|
6
6
|
} from "./packager-tool-g50rxa1m.js";
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
buildSolutionPackageFromDir,
|
|
9
9
|
createZipFromDir,
|
|
10
10
|
uploadOrOverwriteSolution
|
|
11
|
-
} from "./packager-tool-
|
|
11
|
+
} from "./packager-tool-stgnn9nf.js";
|
|
12
12
|
import {
|
|
13
13
|
BPMN_SPEC,
|
|
14
14
|
VALID_PACKAGE_NAME_REGEX,
|
|
@@ -28,7 +28,7 @@ import {
|
|
|
28
28
|
registerSharedProcessesCommands,
|
|
29
29
|
searchRegistry,
|
|
30
30
|
uploadAndDebugSolution
|
|
31
|
-
} from "./packager-tool-
|
|
31
|
+
} from "./packager-tool-9ay6798w.js";
|
|
32
32
|
import {
|
|
33
33
|
maestroRegistryCurrentPath,
|
|
34
34
|
maestroRegistryRoot,
|
|
@@ -2444,7 +2444,7 @@ var require_adm_zip = __commonJS((exports, module) => {
|
|
|
2444
2444
|
var package_default = {
|
|
2445
2445
|
name: "@uipath/maestro-tool",
|
|
2446
2446
|
license: "MIT",
|
|
2447
|
-
version: "1.201.0-preview.
|
|
2447
|
+
version: "1.201.0-preview.131",
|
|
2448
2448
|
description: "Create, debug, and run Maestro projects and jobs.",
|
|
2449
2449
|
private: false,
|
|
2450
2450
|
repository: {
|
|
@@ -5612,7 +5612,7 @@ var BPMN_REFRESH_EXAMPLES = [
|
|
|
5612
5612
|
];
|
|
5613
5613
|
var registerRefreshCommand = (program) => {
|
|
5614
5614
|
program.command("refresh").description("Update package files to match a BPMN file").argument("<project-path>", "Path to the Maestro Process Orchestration project").examples(BPMN_REFRESH_EXAMPLES).trackedAction(processContext, async (projectPath) => {
|
|
5615
|
-
const { BpmnRefreshService } = await import("./bpmn-refresh-service-
|
|
5615
|
+
const { BpmnRefreshService } = await import("./bpmn-refresh-service-6tfe638x.js");
|
|
5616
5616
|
const service = new BpmnRefreshService;
|
|
5617
5617
|
const [error, result] = await catchError(service.execute(projectPath));
|
|
5618
5618
|
if (error) {
|
|
@@ -6418,16 +6418,16 @@ var registerCommands = async (program) => {
|
|
|
6418
6418
|
}
|
|
6419
6419
|
const flowCommand = program.command("flow").description("Create, debug, and run UiPath Flow projects and jobs.");
|
|
6420
6420
|
if (shouldHydrateBranch("flow")) {
|
|
6421
|
-
const { registerCommands: registerFlowCommands } = await import("./tool-
|
|
6421
|
+
const { registerCommands: registerFlowCommands } = await import("./tool-w0t9jjcp.js");
|
|
6422
6422
|
await registerFlowCommands(flowCommand);
|
|
6423
6423
|
}
|
|
6424
6424
|
const caseCommand = program.command("case").description("Manage Case Management instances, processes, and incidents.");
|
|
6425
6425
|
if (shouldHydrateBranch("case")) {
|
|
6426
|
-
const { registerCommands: registerCaseCommands } = await import("./tool-
|
|
6426
|
+
const { registerCommands: registerCaseCommands } = await import("./tool-kv7s9fhc.js");
|
|
6427
6427
|
await registerCaseCommands(caseCommand);
|
|
6428
6428
|
}
|
|
6429
6429
|
};
|
|
6430
6430
|
|
|
6431
6431
|
export { metadata, registerCommands };
|
|
6432
6432
|
|
|
6433
|
-
//# debugId=
|
|
6433
|
+
//# debugId=D2969495D1BB710A64756E2164756E21
|
|
@@ -35,7 +35,7 @@ import {
|
|
|
35
35
|
import {
|
|
36
36
|
MANIFEST_NAMESPACE,
|
|
37
37
|
resolveJsonSchema
|
|
38
|
-
} from "./packager-tool-
|
|
38
|
+
} from "./packager-tool-qzdy6077.js";
|
|
39
39
|
import {
|
|
40
40
|
__export
|
|
41
41
|
} from "./packager-tool-sc961w0q.js";
|
|
@@ -62,7 +62,7 @@ import {
|
|
|
62
62
|
isHitlNodeType,
|
|
63
63
|
nodeManifestSchema,
|
|
64
64
|
workflowManifestSchema
|
|
65
|
-
} from "./packager-tool-
|
|
65
|
+
} from "./packager-tool-rfww825a.js";
|
|
66
66
|
import {
|
|
67
67
|
__require
|
|
68
68
|
} from "./packager-tool-wckvcay0.js";
|
|
@@ -37498,7 +37498,7 @@ class TextApiResponse {
|
|
|
37498
37498
|
var package_default = {
|
|
37499
37499
|
name: "@uipath/integrationservice-sdk",
|
|
37500
37500
|
license: "MIT",
|
|
37501
|
-
version: "1.201.0-preview.
|
|
37501
|
+
version: "1.201.0-preview.131",
|
|
37502
37502
|
repository: {
|
|
37503
37503
|
type: "git",
|
|
37504
37504
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -46928,4 +46928,4 @@ var registerSharedProcessesCommands = (program, config) => {
|
|
|
46928
46928
|
};
|
|
46929
46929
|
export { BPMN_SPEC, SUPPORTED_UIPATH_EXTENSION_TAG_NAMES, MaestroHttpError, debugPimsGet, extractStartEventId, getPersonalFolderKey, getPersonalFolderInfo, prepareForCustomDebug, getFolderInfoById, isSuccessfulDebugStatus, uploadAndDebugSolution, patchConnectionOverwrites, VALID_PROJECT_NAME_REGEX, VALID_PACKAGE_NAME_REGEX, formatTraceLine, parseJsonInputOrFile, nodeModuleRegistry, allDefinitions, buildErrorHandle, ManifestClient, isKnownSdkNodeType, ConnectionOperationsApi, ConnectorsApi, ElementsApi, createApiClient, getEventOperationObjects, FilterNotSupportedError, substituteFilterVariables, MANAGED_HTTP_CONNECTOR_KEY, buildActivityEssentialConfiguration, createConfiguredActivityClient, applySavedFilterTree, assertActivityMetadataResolved, buildManagedHttpEssentialConfiguration, extractMultipartParameters, inlineMultipartFileValues, buildInputMetadata, normalizeHttpMethod, validateIntSvcNode, isConnectorNode, extractTriggerEventParameters, extractTriggerFilterFields, extractActivityFilterFields, fetchConnectorTriggerMetadata, getConnectorInfo, fetchConnectionInfo, fetchConnectorMetadata, findSolutionFromCwd, getNode, registerRegistryCommand, loadRegistry, countProcessesByType, pullRegistry, getRegistry, searchRegistry, getExtensionType, getEnrichedActivityMetadata, registerSharedDebugInstanceCommands, registerSharedIncidentCommands, registerSharedInstanceCommands, registerSharedProcessCommands, registerSharedProcessesCommands };
|
|
46930
46930
|
|
|
46931
|
-
//# debugId=
|
|
46931
|
+
//# debugId=FFEF94B8BC74087B64756E2164756E21
|