@uipath/api-workflow-tool 1.201.0-preview.132 → 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.
@@ -1,11 +1,7 @@
1
1
  import {
2
2
  WorkflowRunService
3
- } from "./packager-tool-bprnbg91.js";
4
- import"./packager-tool-4pvh3k50.js";
5
- import"./packager-tool-y7hv8v54.js";
6
- import"./packager-tool-9qecd4wb.js";
7
- import"./packager-tool-5arsyj36.js";
8
- import"./packager-tool-wckvcay0.js";
3
+ } from "./packager-tool-9kaazy87.js";
4
+ import"./packager-tool-1de529jm.js";
9
5
  // ../executor/project-executor/src/models/run-status.ts
10
6
  var TERMINAL_RUN_STATUSES = [
11
7
  "Succeeded" /* Succeeded */,
@@ -73,7 +69,7 @@ class ExecutorsFactoryRepository {
73
69
  getProjectExecutorFactory(projectType) {
74
70
  const factory = this.factoryMap.get(projectType);
75
71
  if (!factory) {
76
- throw new Error(`No executor is registered for project type '${projectType}'. ` + `Registered types: ${this.registeredTypes.join(", ") || "none"}.`);
72
+ throw new Error(`Cannot run project type '${projectType}': no runner is installed for it. ` + `Project types that can be run: ${this.registeredTypes.join(", ") || "none"}.`);
77
73
  }
78
74
  return factory;
79
75
  }
@@ -253,4 +249,4 @@ export {
253
249
  createExecutorFactory
254
250
  };
255
251
 
256
- //# debugId=E512E96D87D7F48D64756E2164756E21
252
+ //# debugId=A385C9732A2FFA4A64756E2164756E21
@@ -1,4 +1,4 @@
1
- import"./packager-tool-wckvcay0.js";
1
+ import"./packager-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