@uipath/api-workflow-tool 1.0.4 → 1.195.0

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 (3) hide show
  1. package/dist/packager-tool.js +1 -0
  2. package/dist/tool.js +128988 -47810
  3. package/package.json +25 -44
@@ -1580,6 +1580,7 @@ class ToolResult {
1580
1580
  errorCode;
1581
1581
  message;
1582
1582
  packages;
1583
+ details;
1583
1584
  constructor(errorCode, message, packages = []) {
1584
1585
  this.errorCode = errorCode;
1585
1586
  this.message = message;