@uipath/rpa-tool 1.197.0 → 1.198.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.
package/dist/index.js CHANGED
@@ -12013,6 +12013,7 @@ var guardInstalledSlot = singleton("ConsoleGuardInstalled");
12013
12013
  var savedOriginalsSlot = singleton("ConsoleGuardOriginals");
12014
12014
  var DEFAULT_AUTH_TIMEOUT_MS = 5 * 60 * 1000;
12015
12015
  var modeSlot = singleton("InteractivityMode");
12016
+ var interactiveFlagSlot = singleton("InteractiveFlag");
12016
12017
  var PollOutcome = {
12017
12018
  Completed: "completed",
12018
12019
  Timeout: "timeout",