@uipath/tasks-tool 1.201.0-preview.133 → 1.202.0-preview.134

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.
Files changed (27) hide show
  1. package/dist/{folder-picker-interactive-2kj361mt.js → folder-picker-interactive-3azd89s7.js} +6 -9
  2. package/dist/{folder-resolver-htdmzdhy.js → folder-resolver-dw5hfekc.js} +6 -9
  3. package/dist/{getMachineId-bsd-wfkxpxjv.js → getMachineId-bsd-67w37xtj.js} +5 -5
  4. package/dist/{getMachineId-darwin-9asn4zy6.js → getMachineId-darwin-4g3xfpfp.js} +5 -5
  5. package/dist/{getMachineId-linux-62t6m027.js → getMachineId-linux-a4p6fb9w.js} +4 -4
  6. package/dist/{getMachineId-unsupported-dfrzeqc3.js → getMachineId-unsupported-77w362eh.js} +4 -4
  7. package/dist/{getMachineId-win-zgvrp5q3.js → getMachineId-win-9cfxg9c8.js} +5 -5
  8. package/dist/{index-2fj08e7n.js → index-gpd94m28.js} +27 -27
  9. package/dist/{index-w03qc9m8.js → index-sby22td6.js} +4 -4
  10. package/dist/index.js +5 -8
  11. package/dist/{js-yaml-4ypbq2tt.js → js-yaml-b2jq67kn.js} +16 -16
  12. package/dist/{tool-0v6na3yp.js → tool-1de529jm.js} +9 -7
  13. package/dist/{tool-h1k9mjs9.js → tool-2czkpqb0.js} +3 -3
  14. package/dist/{tool-gthh0yp8.js → tool-a08zj7gp.js} +104 -119
  15. package/dist/{tool-r6rhp5ep.js → tool-bndhpxxj.js} +46 -46
  16. package/dist/{tool-rsk1xt86.js → tool-hw4xam46.js} +1600 -504
  17. package/dist/{tool-0n9mj887.js → tool-qn7k71xr.js} +3 -3
  18. package/dist/tool.js +7 -10
  19. package/package.json +2 -2
  20. package/src/commands/catalogs.ts +25 -21
  21. package/src/commands/tasks.spec.ts +96 -66
  22. package/tests/catalogs.e2e.test.ts +25 -0
  23. package/dist/browser-strategy-yccf8mtd.js +0 -99
  24. package/dist/node-strategy-12qfy0nv.js +0 -348
  25. package/dist/tool-5arsyj36.js +0 -11
  26. package/dist/tool-7eva0peq.js +0 -265
  27. package/dist/tool-9qecd4wb.js +0 -14
@@ -1,25 +1,22 @@
1
1
  import {
2
2
  FoldersApi,
3
3
  createApiClient
4
- } from "./tool-0n9mj887.js";
4
+ } from "./tool-qn7k71xr.js";
5
5
  import {
6
6
  OutputFormatter,
7
7
  RESULTS,
8
8
  catchError,
9
9
  extractErrorMessage,
10
10
  processContext
11
- } from "./tool-rsk1xt86.js";
12
- import"./tool-9qecd4wb.js";
13
- import"./tool-7eva0peq.js";
14
- import"./tool-5arsyj36.js";
11
+ } from "./tool-hw4xam46.js";
15
12
  import {
16
13
  __commonJS,
17
14
  __require,
18
15
  __toESM
19
- } from "./tool-0v6na3yp.js";
16
+ } from "./tool-1de529jm.js";
20
17
 
21
18
  // ../../node_modules/cli-width/index.js
22
- var require_cli_width = __commonJS((exports, module) => {
19
+ var require_cli_width = __commonJS(function(exports, module) {
23
20
  module.exports = cliWidth;
24
21
  function normalizeOpts(options) {
25
22
  const defaultOpts = {
@@ -59,7 +56,7 @@ var require_cli_width = __commonJS((exports, module) => {
59
56
  });
60
57
 
61
58
  // ../../node_modules/@inquirer/prompts/node_modules/@inquirer/select/node_modules/@inquirer/core/node_modules/mute-stream/lib/index.js
62
- var require_lib = __commonJS((exports, module) => {
59
+ var require_lib = __commonJS(function(exports, module) {
63
60
  var Stream = __require("stream");
64
61
 
65
62
  class MuteStream extends Stream {
@@ -1847,4 +1844,4 @@ export {
1847
1844
  pickFolderInteractively
1848
1845
  };
1849
1846
 
1850
- //# debugId=F77F82FF28CF079464756E2164756E21
1847
+ //# debugId=3D9AA855CEECA0A064756E2164756E21
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  resolveFolder
3
- } from "./tool-0n9mj887.js";
3
+ } from "./tool-qn7k71xr.js";
4
4
  import {
5
5
  OutputFormatter,
6
6
  RESULTS,
@@ -8,11 +8,8 @@ import {
8
8
  extractErrorMessage,
9
9
  isGuid,
10
10
  processContext
11
- } from "./tool-rsk1xt86.js";
12
- import"./tool-9qecd4wb.js";
13
- import"./tool-7eva0peq.js";
14
- import"./tool-5arsyj36.js";
15
- import"./tool-0v6na3yp.js";
11
+ } from "./tool-hw4xam46.js";
12
+ import"./tool-1de529jm.js";
16
13
 
17
14
  // src/commands/_shared/folder-resolver.ts
18
15
  var FOLDER_LOOKUP_HINT = "Run 'uip or folders list' to see the folders you can access.";
@@ -85,8 +82,8 @@ async function resolveFolderIdByPath(folderPath, tenant) {
85
82
  return folder.id;
86
83
  }
87
84
  export {
88
- resolveFolderIdByPath,
89
- resolveFolderIdByKey
85
+ resolveFolderIdByKey,
86
+ resolveFolderIdByPath
90
87
  };
91
88
 
92
- //# debugId=72DBF4BC98A7E41A64756E2164756E21
89
+ //# debugId=D3B7CA3C5EF0117564756E2164756E21
@@ -1,16 +1,16 @@
1
1
  import {
2
2
  require_execAsync
3
- } from "./tool-h1k9mjs9.js";
3
+ } from "./tool-2czkpqb0.js";
4
4
  import {
5
5
  require_src
6
- } from "./tool-r6rhp5ep.js";
6
+ } from "./tool-bndhpxxj.js";
7
7
  import {
8
8
  __commonJS,
9
9
  __require
10
- } from "./tool-0v6na3yp.js";
10
+ } from "./tool-1de529jm.js";
11
11
 
12
12
  // ../../node_modules/@opentelemetry/sdk-logs/node_modules/@opentelemetry/resources/build/src/detectors/platform/node/machine-id/getMachineId-bsd.js
13
- var require_getMachineId_bsd = __commonJS((exports) => {
13
+ var require_getMachineId_bsd = __commonJS(function(exports) {
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
15
15
  exports.getMachineId = undefined;
16
16
  var fs_1 = __require("fs");
@@ -35,4 +35,4 @@ var require_getMachineId_bsd = __commonJS((exports) => {
35
35
  });
36
36
  export default require_getMachineId_bsd();
37
37
 
38
- //# debugId=40A4651137B4D33164756E2164756E21
38
+ //# debugId=A9954E34585762D664756E2164756E21
@@ -1,15 +1,15 @@
1
1
  import {
2
2
  require_execAsync
3
- } from "./tool-h1k9mjs9.js";
3
+ } from "./tool-2czkpqb0.js";
4
4
  import {
5
5
  require_src
6
- } from "./tool-r6rhp5ep.js";
6
+ } from "./tool-bndhpxxj.js";
7
7
  import {
8
8
  __commonJS
9
- } from "./tool-0v6na3yp.js";
9
+ } from "./tool-1de529jm.js";
10
10
 
11
11
  // ../../node_modules/@opentelemetry/sdk-logs/node_modules/@opentelemetry/resources/build/src/detectors/platform/node/machine-id/getMachineId-darwin.js
12
- var require_getMachineId_darwin = __commonJS((exports) => {
12
+ var require_getMachineId_darwin = __commonJS(function(exports) {
13
13
  Object.defineProperty(exports, "__esModule", { value: true });
14
14
  exports.getMachineId = undefined;
15
15
  var execAsync_1 = require_execAsync();
@@ -35,4 +35,4 @@ var require_getMachineId_darwin = __commonJS((exports) => {
35
35
  });
36
36
  export default require_getMachineId_darwin();
37
37
 
38
- //# debugId=9E04D8995E60A7C364756E2164756E21
38
+ //# debugId=993C9E6F2061A08A64756E2164756E21
@@ -1,13 +1,13 @@
1
1
  import {
2
2
  require_src
3
- } from "./tool-r6rhp5ep.js";
3
+ } from "./tool-bndhpxxj.js";
4
4
  import {
5
5
  __commonJS,
6
6
  __require
7
- } from "./tool-0v6na3yp.js";
7
+ } from "./tool-1de529jm.js";
8
8
 
9
9
  // ../../node_modules/@opentelemetry/sdk-logs/node_modules/@opentelemetry/resources/build/src/detectors/platform/node/machine-id/getMachineId-linux.js
10
- var require_getMachineId_linux = __commonJS((exports) => {
10
+ var require_getMachineId_linux = __commonJS(function(exports) {
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.getMachineId = undefined;
13
13
  var fs_1 = __require("fs");
@@ -28,4 +28,4 @@ var require_getMachineId_linux = __commonJS((exports) => {
28
28
  });
29
29
  export default require_getMachineId_linux();
30
30
 
31
- //# debugId=4D65DFD86F7DB95764756E2164756E21
31
+ //# debugId=4AB7D9D18DCEB2C764756E2164756E21
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  require_src
3
- } from "./tool-r6rhp5ep.js";
3
+ } from "./tool-bndhpxxj.js";
4
4
  import {
5
5
  __commonJS
6
- } from "./tool-0v6na3yp.js";
6
+ } from "./tool-1de529jm.js";
7
7
 
8
8
  // ../../node_modules/@opentelemetry/sdk-logs/node_modules/@opentelemetry/resources/build/src/detectors/platform/node/machine-id/getMachineId-unsupported.js
9
- var require_getMachineId_unsupported = __commonJS((exports) => {
9
+ var require_getMachineId_unsupported = __commonJS(function(exports) {
10
10
  Object.defineProperty(exports, "__esModule", { value: true });
11
11
  exports.getMachineId = undefined;
12
12
  var api_1 = require_src();
@@ -18,4 +18,4 @@ var require_getMachineId_unsupported = __commonJS((exports) => {
18
18
  });
19
19
  export default require_getMachineId_unsupported();
20
20
 
21
- //# debugId=C8DDEBAC3EDF4D1D64756E2164756E21
21
+ //# debugId=2339CF37359EBDCC64756E2164756E21
@@ -1,16 +1,16 @@
1
1
  import {
2
2
  require_execAsync
3
- } from "./tool-h1k9mjs9.js";
3
+ } from "./tool-2czkpqb0.js";
4
4
  import {
5
5
  require_src
6
- } from "./tool-r6rhp5ep.js";
6
+ } from "./tool-bndhpxxj.js";
7
7
  import {
8
8
  __commonJS,
9
9
  __require
10
- } from "./tool-0v6na3yp.js";
10
+ } from "./tool-1de529jm.js";
11
11
 
12
12
  // ../../node_modules/@opentelemetry/sdk-logs/node_modules/@opentelemetry/resources/build/src/detectors/platform/node/machine-id/getMachineId-win.js
13
- var require_getMachineId_win = __commonJS((exports) => {
13
+ var require_getMachineId_win = __commonJS(function(exports) {
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
15
15
  exports.getMachineId = undefined;
16
16
  var process = __require("process");
@@ -37,4 +37,4 @@ var require_getMachineId_win = __commonJS((exports) => {
37
37
  });
38
38
  export default require_getMachineId_win();
39
39
 
40
- //# debugId=3FA9E48AA4214E7664756E2164756E21
40
+ //# debugId=F496E6A4C8E9BDE864756E2164756E21
@@ -1,4 +1,4 @@
1
- import"./tool-0v6na3yp.js";
1
+ import"./tool-1de529jm.js";
2
2
 
3
3
  // ../../node_modules/@jmespath-community/jmespath/dist/index.mjs
4
4
  var isObject = (obj) => {
@@ -2027,32 +2027,32 @@ var jmespath = {
2027
2027
  TYPE_STRING
2028
2028
  };
2029
2029
  export {
2030
- unregisterFunction,
2031
- tokenize,
2032
- search,
2033
- registerFunction,
2034
- register,
2035
- jmespath,
2036
- isRegistered,
2037
- getRegisteredFunctions,
2038
- getCustomFunctions,
2039
- jmespath as default,
2040
- compile,
2041
- clearCustomFunctions,
2042
- TreeInterpreter2 as TreeInterpreter,
2043
- TYPE_STRING,
2044
- TYPE_OBJECT,
2045
- TYPE_NUMBER,
2046
- TYPE_NULL,
2047
- TYPE_EXPREF,
2048
- TYPE_BOOLEAN,
2049
- TYPE_ARRAY_STRING,
2050
- TYPE_ARRAY_OBJECT,
2051
- TYPE_ARRAY_NUMBER,
2052
- TYPE_ARRAY_ARRAY,
2053
- TYPE_ARRAY,
2030
+ Scope,
2054
2031
  TYPE_ANY,
2055
- Scope
2032
+ TYPE_ARRAY,
2033
+ TYPE_ARRAY_ARRAY,
2034
+ TYPE_ARRAY_NUMBER,
2035
+ TYPE_ARRAY_OBJECT,
2036
+ TYPE_ARRAY_STRING,
2037
+ TYPE_BOOLEAN,
2038
+ TYPE_EXPREF,
2039
+ TYPE_NULL,
2040
+ TYPE_NUMBER,
2041
+ TYPE_OBJECT,
2042
+ TYPE_STRING,
2043
+ TreeInterpreter2 as TreeInterpreter,
2044
+ clearCustomFunctions,
2045
+ compile,
2046
+ jmespath as default,
2047
+ getCustomFunctions,
2048
+ getRegisteredFunctions,
2049
+ isRegistered,
2050
+ jmespath,
2051
+ register,
2052
+ registerFunction,
2053
+ search,
2054
+ tokenize,
2055
+ unregisterFunction
2056
2056
  };
2057
2057
 
2058
- //# debugId=FA9FB28BF9A093C864756E2164756E21
2058
+ //# debugId=046020B702C7051664756E2164756E21
@@ -1,4 +1,4 @@
1
- import"./tool-0v6na3yp.js";
1
+ import"./tool-1de529jm.js";
2
2
 
3
3
  // ../../node_modules/open/index.js
4
4
  import process7 from "node:process";
@@ -626,9 +626,9 @@ defineLazyProperty(apps, "safari", () => detectPlatformBinary({
626
626
  }));
627
627
  var open_default = open;
628
628
  export {
629
- openApp,
629
+ apps,
630
630
  open_default as default,
631
- apps
631
+ openApp
632
632
  };
633
633
 
634
- //# debugId=75EAFE8AF98B350C64756E2164756E21
634
+ //# debugId=42C9AEC59ECC644E64756E2164756E21
package/dist/index.js CHANGED
@@ -2,15 +2,12 @@
2
2
  import {
3
3
  metadata,
4
4
  registerCommands
5
- } from "./tool-gthh0yp8.js";
5
+ } from "./tool-a08zj7gp.js";
6
6
  import {
7
7
  Command
8
- } from "./tool-rsk1xt86.js";
9
- import"./tool-9qecd4wb.js";
10
- import"./tool-7eva0peq.js";
11
- import"./tool-5arsyj36.js";
12
- import"./tool-r6rhp5ep.js";
13
- import"./tool-0v6na3yp.js";
8
+ } from "./tool-hw4xam46.js";
9
+ import"./tool-bndhpxxj.js";
10
+ import"./tool-1de529jm.js";
14
11
 
15
12
  // src/index.ts
16
13
  var program = new Command;
@@ -18,4 +15,4 @@ program.name(metadata.name).description(metadata.description).version(metadata.v
18
15
  await registerCommands(program);
19
16
  await program.parseAsync(process.argv);
20
17
 
21
- //# debugId=C599CFC1748992D664756E2164756E21
18
+ //# debugId=05AF4C7FA3BAC96B64756E2164756E21
@@ -1,4 +1,4 @@
1
- import"./tool-0v6na3yp.js";
1
+ import"./tool-1de529jm.js";
2
2
 
3
3
  // ../../node_modules/js-yaml/dist/js-yaml.mjs
4
4
  function getDefaultExportFromCjs(x) {
@@ -3125,21 +3125,21 @@ var {
3125
3125
  safeDump
3126
3126
  } = yaml;
3127
3127
  export {
3128
- types,
3129
- safeLoadAll,
3130
- safeLoad,
3131
- safeDump,
3132
- loadAll,
3133
- load,
3134
- dump,
3135
- yaml as default,
3136
- YAMLException,
3137
- Type,
3138
- Schema,
3139
- JSON_SCHEMA,
3140
- FAILSAFE_SCHEMA,
3128
+ CORE_SCHEMA,
3141
3129
  DEFAULT_SCHEMA,
3142
- CORE_SCHEMA
3130
+ FAILSAFE_SCHEMA,
3131
+ JSON_SCHEMA,
3132
+ Schema,
3133
+ Type,
3134
+ YAMLException,
3135
+ yaml as default,
3136
+ dump,
3137
+ load,
3138
+ loadAll,
3139
+ safeDump,
3140
+ safeLoad,
3141
+ safeLoadAll,
3142
+ types
3143
3143
  };
3144
3144
 
3145
- //# debugId=6D9E579FD7979E6964756E2164756E21
3145
+ //# debugId=3FF8535573D0966A64756E2164756E21
@@ -19,12 +19,14 @@ var __toESM = (mod, isNodeMode, target) => {
19
19
  }
20
20
  target = mod != null ? __create(__getProtoOf(mod)) : {};
21
21
  const to = isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target;
22
- for (let key of __getOwnPropNames(mod))
23
- if (!__hasOwnProp.call(to, key))
24
- __defProp(to, key, {
25
- get: __accessProp.bind(mod, key),
26
- enumerable: true
27
- });
22
+ if (mod && typeof mod === "object" || typeof mod === "function") {
23
+ for (let key of __getOwnPropNames(mod))
24
+ if (!__hasOwnProp.call(to, key))
25
+ __defProp(to, key, {
26
+ get: __accessProp.bind(mod, key),
27
+ enumerable: true
28
+ });
29
+ }
28
30
  if (canCache)
29
31
  cache.set(mod, to);
30
32
  return to;
@@ -34,4 +36,4 @@ var __require = /* @__PURE__ */ createRequire(import.meta.url);
34
36
 
35
37
  export { __toESM, __commonJS, __require };
36
38
 
37
- //# debugId=C61B9583F8C9819B64756E2164756E21
39
+ //# debugId=4A15A0D6FCDB684764756E2164756E21
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  __commonJS,
3
3
  __require
4
- } from "./tool-0v6na3yp.js";
4
+ } from "./tool-1de529jm.js";
5
5
 
6
6
  // ../../node_modules/@opentelemetry/sdk-logs/node_modules/@opentelemetry/resources/build/src/detectors/platform/node/machine-id/execAsync.js
7
- var require_execAsync = __commonJS((exports) => {
7
+ var require_execAsync = __commonJS(function(exports) {
8
8
  Object.defineProperty(exports, "__esModule", { value: true });
9
9
  exports.execAsync = undefined;
10
10
  var child_process = __require("child_process");
@@ -14,4 +14,4 @@ var require_execAsync = __commonJS((exports) => {
14
14
 
15
15
  export { require_execAsync };
16
16
 
17
- //# debugId=6C6645E401CD2CC864756E2164756E21
17
+ //# debugId=E3B3E6E9795F17AC64756E2164756E21