@uipath/maestro-tool 1.201.0-preview.122 → 1.201.0-preview.125

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.
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  BpmnValidateService
3
- } from "./packager-tool-z3v4jej7.js";
4
- import"./packager-tool-3yemmykf.js";
3
+ } from "./packager-tool-m9p6v9ye.js";
4
+ import"./packager-tool-tm3t7ndj.js";
5
5
  import"./packager-tool-psy06tjw.js";
6
6
  import"./packager-tool-76xq3x08.js";
7
7
  import {
@@ -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-3yemmykf.js";
6
+ } from "./packager-tool-tm3t7ndj.js";
7
7
  import"./packager-tool-psy06tjw.js";
8
8
  import"./packager-tool-76xq3x08.js";
9
9
  import {
package/dist/index.js CHANGED
@@ -2,11 +2,11 @@
2
2
  import {
3
3
  metadata,
4
4
  registerCommands
5
- } from "./packager-tool-b70x5ecn.js";
6
- import"./packager-tool-z3v4jej7.js";
5
+ } from "./packager-tool-37tkqr0q.js";
6
+ import"./packager-tool-m9p6v9ye.js";
7
7
  import"./packager-tool-g50rxa1m.js";
8
- import"./packager-tool-mpwhb67r.js";
9
- import"./packager-tool-3yemmykf.js";
8
+ import"./packager-tool-h03mbfff.js";
9
+ import"./packager-tool-tm3t7ndj.js";
10
10
  import"./packager-tool-psy06tjw.js";
11
11
  import"./packager-tool-0gpvnxvy.js";
12
12
  import"./packager-tool-76xq3x08.js";
@@ -11787,6 +11787,7 @@ class PackagerParameters {
11787
11787
  targetFramework;
11788
11788
  excludeConfiguredSources = false;
11789
11789
  nuGetSourcesConfigPath;
11790
+ feedFolder;
11790
11791
  detailedLogPath;
11791
11792
  connection;
11792
11793
  workflowCompilerVersion;
@@ -12306,6 +12307,7 @@ class ProjectPackOptionsBuilder {
12306
12307
  projectPath: project.projectPath,
12307
12308
  excludeConfiguredSources: parameters.excludeConfiguredSources ?? false,
12308
12309
  nuGetSourcesConfigPath: parameters.nuGetSourcesConfigPath,
12310
+ feedFolder: parameters.feedFolder,
12309
12311
  logLevel: parameters.logLevel,
12310
12312
  skipAnalyze: parameters.validateOptions.skipAnalyze,
12311
12313
  skipValidate: parameters.validateOptions.skipValidate,
@@ -12487,6 +12489,7 @@ class ProjectPackager {
12487
12489
  projectPath: loadedProject.projectPath,
12488
12490
  excludeConfiguredSources: options.excludeConfiguredSources ?? false,
12489
12491
  nuGetSourcesConfigPath: options.nuGetSourcesConfigPath,
12492
+ feedFolder: options.feedFolder,
12490
12493
  logLevel: options.logLevel,
12491
12494
  outputPath: options.outputPath
12492
12495
  };
@@ -12505,6 +12508,7 @@ class ProjectPackager {
12505
12508
  projectPath: loadedProject.projectPath,
12506
12509
  excludeConfiguredSources: options.excludeConfiguredSources ?? false,
12507
12510
  nuGetSourcesConfigPath: options.nuGetSourcesConfigPath,
12511
+ feedFolder: options.feedFolder,
12508
12512
  logLevel: options.logLevel,
12509
12513
  skipAnalyze: options.validateOptions.skipAnalyze,
12510
12514
  skipValidate: options.validateOptions.skipValidate,
@@ -12531,6 +12535,7 @@ class ProjectPackager {
12531
12535
  projectPath: loadedProject.projectPath,
12532
12536
  excludeConfiguredSources: options.excludeConfiguredSources ?? false,
12533
12537
  nuGetSourcesConfigPath: options.nuGetSourcesConfigPath,
12538
+ feedFolder: options.feedFolder,
12534
12539
  logLevel: options.logLevel,
12535
12540
  skipAnalyze: options.validateOptions.skipAnalyze,
12536
12541
  skipValidate: options.validateOptions.skipValidate,
@@ -12596,6 +12601,7 @@ class ProjectPackager {
12596
12601
  projectPath: loadedProject.projectPath,
12597
12602
  excludeConfiguredSources: options.excludeConfiguredSources ?? false,
12598
12603
  nuGetSourcesConfigPath: options.nuGetSourcesConfigPath,
12604
+ feedFolder: options.feedFolder,
12599
12605
  logLevel: options.logLevel,
12600
12606
  dryRun: options.dryRun ?? false,
12601
12607
  skipImports: options.skipImports ?? false
@@ -12947,7 +12953,7 @@ function addSdkUserAgentHeader(headers, userAgent) {
12947
12953
  var package_default = {
12948
12954
  name: "@uipath/project-packager",
12949
12955
  license: "MIT",
12950
- version: "1.201.0-preview.122",
12956
+ version: "1.201.0-preview.125",
12951
12957
  description: "UiPath Project Packager - core library for packing individual UiPath projects",
12952
12958
  type: "module",
12953
12959
  main: "./dist/index.js",
@@ -13398,4 +13404,4 @@ export {
13398
13404
  BaseNodePackagerFactory
13399
13405
  };
13400
13406
 
13401
- //# debugId=A260FD95CA47716164756E2164756E21
13407
+ //# debugId=AD8CAA5DF207602864756E2164756E21
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  BpmnValidateService
3
- } from "./packager-tool-z3v4jej7.js";
3
+ } from "./packager-tool-m9p6v9ye.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-mpwhb67r.js";
11
+ } from "./packager-tool-h03mbfff.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-3yemmykf.js";
31
+ } from "./packager-tool-tm3t7ndj.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.122",
2447
+ version: "1.201.0-preview.125",
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-m1y0cwfs.js");
5615
+ const { BpmnRefreshService } = await import("./bpmn-refresh-service-cyxqcdhh.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-7dr9zbas.js");
6421
+ const { registerCommands: registerFlowCommands } = await import("./tool-hmh24ks7.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-sma0ddpb.js");
6426
+ const { registerCommands: registerCaseCommands } = await import("./tool-ysh9rv9c.js");
6427
6427
  await registerCaseCommands(caseCommand);
6428
6428
  }
6429
6429
  };
6430
6430
 
6431
6431
  export { metadata, registerCommands };
6432
6432
 
6433
- //# debugId=06AA41BB0CAB4E7F64756E2164756E21
6433
+ //# debugId=80678EDBB80565EA64756E2164756E21
@@ -1866,7 +1866,7 @@ async function convertFlowToBpmn(flowJson, options) {
1866
1866
  // ../packager/packager-tool-flow/package.json
1867
1867
  var package_default = {
1868
1868
  name: "@uipath/packager-tool-flow",
1869
- version: "1.201.0-preview.122",
1869
+ version: "1.201.0-preview.125",
1870
1870
  description: "UiPath Flow tool implementation",
1871
1871
  type: "module",
1872
1872
  exports: {
@@ -35895,4 +35895,4 @@ toolsFactoryRepository.registerProjectToolFactory(new FlowToolFactory);
35895
35895
 
35896
35896
  export { convertFlowToBpmn, buildInlineAgentContract, createBinding, DEFAULT_LAYOUT_OPTIONS, resolveWidth, resolveHeight, snapToGrid, generateNodeIdAndName, validateIdentifier, addNode, createWorkflow, addEdge, addBinding, addVariable, replaceExporterVersion, registerFlowMigrationsI18n, getMigrationChain, migrateWorkflowToFloor, minimumSupportedVersion, runtimeVersion, runtimeMigrations, checkNodeMigrations, applyNodeMigrations, createFlowRefResolver, resolveWorkflowRefs, resolveAndMigrateWorkflow, setPublishIntentOnInlineAgents, FlowToolFactory };
35897
35897
 
35898
- //# debugId=C98940D74FEFC48164756E2164756E21
35898
+ //# debugId=79A9F176E1E9B28B64756E2164756E21
@@ -232,7 +232,7 @@ function querystringSingleKey(key, value, keyPrefix = "") {
232
232
  var package_default = {
233
233
  name: "@uipath/solution-sdk",
234
234
  license: "MIT",
235
- version: "1.201.0-preview.122",
235
+ version: "1.201.0-preview.125",
236
236
  repository: {
237
237
  type: "git",
238
238
  url: "https://github.com/UiPath/cli.git",
@@ -1864,4 +1864,4 @@ async function uploadOrOverwriteSolution(config, organizationName, fileBufferOrP
1864
1864
  }
1865
1865
  export { createZipFromDir, buildSolutionPackageFromDir, getStudioWebSolutionProjects, uploadOrOverwriteSolution };
1866
1866
 
1867
- //# debugId=FA88D86B206C5FDB64756E2164756E21
1867
+ //# debugId=D530EE2080B6F32D64756E2164756E21
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  SUPPORTED_UIPATH_EXTENSION_TAG_NAMES
3
- } from "./packager-tool-3yemmykf.js";
3
+ } from "./packager-tool-tm3t7ndj.js";
4
4
  import {
5
5
  OutputFormatter,
6
6
  RESULTS,
@@ -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.122",
37501
+ version: "1.201.0-preview.125",
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=C37E79A11FACB2BA64756E2164756E21
46931
+ //# debugId=12ED8EC13301BAD964756E2164756E21
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  FlowToolFactory
3
- } from "./packager-tool-62rhg72x.js";
3
+ } from "./packager-tool-74tv9jcq.js";
4
4
  import {
5
5
  NugetConstants,
6
6
  NugetPackager,
@@ -27,7 +27,7 @@ import {
27
27
  setPublishIntentOnInlineAgents,
28
28
  snapToGrid,
29
29
  validateIdentifier
30
- } from "./packager-tool-62rhg72x.js";
30
+ } from "./packager-tool-74tv9jcq.js";
31
31
  import"./packager-tool-wdykzfrx.js";
32
32
  import"./packager-tool-y3dezh8k.js";
33
33
  import"./packager-tool-hk1gxnth.js";
@@ -38,7 +38,7 @@ import {
38
38
  createZipFromDir,
39
39
  getStudioWebSolutionProjects,
40
40
  uploadOrOverwriteSolution
41
- } from "./packager-tool-mpwhb67r.js";
41
+ } from "./packager-tool-h03mbfff.js";
42
42
  import {
43
43
  FilterNotSupportedError,
44
44
  MANAGED_HTTP_CONNECTOR_KEY,
@@ -83,7 +83,7 @@ import {
83
83
  substituteFilterVariables,
84
84
  uploadAndDebugSolution,
85
85
  validateIntSvcNode
86
- } from "./packager-tool-3yemmykf.js";
86
+ } from "./packager-tool-tm3t7ndj.js";
87
87
  import"./packager-tool-psy06tjw.js";
88
88
  import {
89
89
  findNearestParentUipxFile,
@@ -193,7 +193,7 @@ import {
193
193
  var package_default = {
194
194
  name: "@uipath/flow-tool",
195
195
  license: "MIT",
196
- version: "1.201.0-preview.122",
196
+ version: "1.201.0-preview.125",
197
197
  description: "Create, debug, and run UiPath Flow projects and jobs.",
198
198
  private: false,
199
199
  repository: {
@@ -8644,7 +8644,7 @@ Packing flow project...
8644
8644
  const packageId = `${packageName}.flow.Flow`;
8645
8645
  const version = options.version || "1.0.0";
8646
8646
  registerPackagerFactories();
8647
- const { createNodeProjectPackager, ProjectPackOptions } = await import("./node-pddcw4qp.js");
8647
+ const { createNodeProjectPackager, ProjectPackOptions } = await import("./node-g47m7630.js");
8648
8648
  const packager = await createNodeProjectPackager({
8649
8649
  logHandler: logger.handleLog
8650
8650
  });
@@ -18359,7 +18359,7 @@ function querystringSingleKey(key, value, keyPrefix = "") {
18359
18359
  var package_default2 = {
18360
18360
  name: "@uipath/agent-sdk",
18361
18361
  license: "MIT",
18362
- version: "1.201.0-preview.122",
18362
+ version: "1.201.0-preview.125",
18363
18363
  description: "SDK for the UiPath Agent Runtime API — evaluation execution and debug sessions.",
18364
18364
  repository: {
18365
18365
  type: "git",
@@ -18974,4 +18974,4 @@ export {
18974
18974
  metadata
18975
18975
  };
18976
18976
 
18977
- //# debugId=32BB09B6B646978264756E2164756E21
18977
+ //# debugId=02284728BAEC7E2264756E2164756E21
@@ -5,7 +5,7 @@ import {
5
5
  buildSolutionPackageFromDir,
6
6
  createZipFromDir,
7
7
  uploadOrOverwriteSolution
8
- } from "./packager-tool-mpwhb67r.js";
8
+ } from "./packager-tool-h03mbfff.js";
9
9
  import {
10
10
  ConnectionOperationsApi,
11
11
  ConnectorsApi,
@@ -34,7 +34,7 @@ import {
34
34
  registerSharedProcessesCommands,
35
35
  uploadAndDebugSolution,
36
36
  validateIntSvcNode
37
- } from "./packager-tool-3yemmykf.js";
37
+ } from "./packager-tool-tm3t7ndj.js";
38
38
  import"./packager-tool-psy06tjw.js";
39
39
  import {
40
40
  findSolutionFile,
@@ -85,7 +85,7 @@ import {
85
85
  var package_default = {
86
86
  name: "@uipath/case-tool",
87
87
  license: "MIT",
88
- version: "1.201.0-preview.122",
88
+ version: "1.201.0-preview.125",
89
89
  description: "Manage Case Management instances, processes, and incidents.",
90
90
  private: false,
91
91
  repository: {
@@ -2409,7 +2409,7 @@ var CASE_PACK_EXAMPLES = [
2409
2409
  var registerPackCommand = (program) => {
2410
2410
  const command = program.command("pack").description("Pack a Case project into a .nupkg file").argument("<project-path>", "Path to the Case 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");
2411
2411
  registerPackageMetadataOptions(command).examples(CASE_PACK_EXAMPLES).trackedAction(processContext, async (projectPath, outputPath, options) => {
2412
- const { CasePackService } = await import("./case-pack-service-728c95dn.js");
2412
+ const { CasePackService } = await import("./case-pack-service-qc093x68.js");
2413
2413
  const service = new CasePackService;
2414
2414
  const [error, result] = await catchError(service.execute(projectPath, {
2415
2415
  output: outputPath,
@@ -12855,4 +12855,4 @@ export {
12855
12855
  metadata
12856
12856
  };
12857
12857
 
12858
- //# debugId=1AC2BB5CF09314EC64756E2164756E21
12858
+ //# debugId=E3EDAB2ACE9831D364756E2164756E21
package/dist/tool.js CHANGED
@@ -1,11 +1,11 @@
1
1
  import {
2
2
  metadata,
3
3
  registerCommands
4
- } from "./packager-tool-b70x5ecn.js";
5
- import"./packager-tool-z3v4jej7.js";
4
+ } from "./packager-tool-37tkqr0q.js";
5
+ import"./packager-tool-m9p6v9ye.js";
6
6
  import"./packager-tool-g50rxa1m.js";
7
- import"./packager-tool-mpwhb67r.js";
8
- import"./packager-tool-3yemmykf.js";
7
+ import"./packager-tool-h03mbfff.js";
8
+ import"./packager-tool-tm3t7ndj.js";
9
9
  import"./packager-tool-psy06tjw.js";
10
10
  import"./packager-tool-0gpvnxvy.js";
11
11
  import"./packager-tool-76xq3x08.js";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uipath/maestro-tool",
3
3
  "license": "MIT",
4
- "version": "1.201.0-preview.122",
4
+ "version": "1.201.0-preview.125",
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": "6c56f56100be96231fccbaa59e99d64d94808d58"
30
+ "gitHead": "3429b3f8c5a137ace2fa1d6d4916a7168cc632fa"
31
31
  }