@uipath/vertical-solutions-tool 0.9.0 → 0.9.1

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 (2) hide show
  1. package/dist/tool.js +152 -50
  2. package/package.json +5 -5
package/dist/tool.js CHANGED
@@ -10695,7 +10695,7 @@ var require_coreipc = __commonJS((exports, module) => {
10695
10695
  if (S(n3))
10696
10696
  return r3;
10697
10697
  for (var i3 = function(e6) {
10698
- var t5 = C(e6, o2);
10698
+ var t5 = T(e6, o2);
10699
10699
  if (!k(t5))
10700
10700
  throw new TypeError;
10701
10701
  var r4 = t5.call(e6);
@@ -10758,7 +10758,7 @@ var require_coreipc = __commonJS((exports, module) => {
10758
10758
  case 5:
10759
10759
  return e5;
10760
10760
  }
10761
- var r3 = t4 === 3 ? "string" : t4 === 5 ? "number" : "default", o3 = C(e5, n2);
10761
+ var r3 = t4 === 3 ? "string" : t4 === 5 ? "number" : "default", o3 = T(e5, n2);
10762
10762
  if (o3 !== undefined) {
10763
10763
  var i3 = o3.call(e5, r3);
10764
10764
  if (j(i3))
@@ -10795,10 +10795,10 @@ var require_coreipc = __commonJS((exports, module) => {
10795
10795
  function k(e5) {
10796
10796
  return typeof e5 == "function";
10797
10797
  }
10798
- function T(e5) {
10798
+ function C(e5) {
10799
10799
  return typeof e5 == "function";
10800
10800
  }
10801
- function C(e5, t4) {
10801
+ function T(e5, t4) {
10802
10802
  var r3 = e5[t4];
10803
10803
  if (r3 != null) {
10804
10804
  if (!k(r3))
@@ -10833,13 +10833,13 @@ var require_coreipc = __commonJS((exports, module) => {
10833
10833
  if (S(r3)) {
10834
10834
  if (!M(e5))
10835
10835
  throw new TypeError;
10836
- if (!T(t4))
10836
+ if (!C(t4))
10837
10837
  throw new TypeError;
10838
10838
  return function(e6, t5) {
10839
10839
  for (var r4 = e6.length - 1;r4 >= 0; --r4) {
10840
10840
  var n4 = (0, e6[r4])(t5);
10841
10841
  if (!S(n4) && !P(n4)) {
10842
- if (!T(n4))
10842
+ if (!C(n4))
10843
10843
  throw new TypeError;
10844
10844
  t5 = n4;
10845
10845
  }
@@ -11049,13 +11049,13 @@ var require_coreipc = __commonJS((exports, module) => {
11049
11049
  Object.defineProperty(t2, "EmptyError", { enumerable: true, get: function() {
11050
11050
  return k.EmptyError;
11051
11051
  } });
11052
- var T = r(7628);
11052
+ var C = r(7628);
11053
11053
  Object.defineProperty(t2, "NotFoundError", { enumerable: true, get: function() {
11054
- return T.NotFoundError;
11054
+ return C.NotFoundError;
11055
11055
  } });
11056
- var C = r(740);
11056
+ var T = r(740);
11057
11057
  Object.defineProperty(t2, "ObjectUnsubscribedError", { enumerable: true, get: function() {
11058
- return C.ObjectUnsubscribedError;
11058
+ return T.ObjectUnsubscribedError;
11059
11059
  } });
11060
11060
  var A = r(6968);
11061
11061
  Object.defineProperty(t2, "SequenceError", { enumerable: true, get: function() {
@@ -11265,13 +11265,13 @@ var require_coreipc = __commonJS((exports, module) => {
11265
11265
  Object.defineProperty(t2, "debounceTime", { enumerable: true, get: function() {
11266
11266
  return ke.debounceTime;
11267
11267
  } });
11268
- var Te = r(6204);
11268
+ var Ce = r(6204);
11269
11269
  Object.defineProperty(t2, "defaultIfEmpty", { enumerable: true, get: function() {
11270
- return Te.defaultIfEmpty;
11270
+ return Ce.defaultIfEmpty;
11271
11271
  } });
11272
- var Ce = r(7752);
11272
+ var Te = r(7752);
11273
11273
  Object.defineProperty(t2, "delay", { enumerable: true, get: function() {
11274
- return Ce.delay;
11274
+ return Te.delay;
11275
11275
  } });
11276
11276
  var Ae = r(7532);
11277
11277
  Object.defineProperty(t2, "delayWhen", { enumerable: true, get: function() {
@@ -11481,13 +11481,13 @@ var require_coreipc = __commonJS((exports, module) => {
11481
11481
  Object.defineProperty(t2, "share", { enumerable: true, get: function() {
11482
11482
  return kt.share;
11483
11483
  } });
11484
- var Tt = r(4980);
11484
+ var Ct = r(4980);
11485
11485
  Object.defineProperty(t2, "shareReplay", { enumerable: true, get: function() {
11486
- return Tt.shareReplay;
11486
+ return Ct.shareReplay;
11487
11487
  } });
11488
- var Ct = r(1400);
11488
+ var Tt = r(1400);
11489
11489
  Object.defineProperty(t2, "single", { enumerable: true, get: function() {
11490
- return Ct.single;
11490
+ return Tt.single;
11491
11491
  } });
11492
11492
  var At = r(7516);
11493
11493
  Object.defineProperty(t2, "skip", { enumerable: true, get: function() {
@@ -17187,12 +17187,24 @@ var require_coreipc = __commonJS((exports, module) => {
17187
17187
  static create() {
17188
17188
  return new r;
17189
17189
  }
17190
+ get(e3) {
17191
+ return this._map.get(e3);
17192
+ }
17190
17193
  getOrCreateValue(e3, t3) {
17191
17194
  if (this._map.has(e3))
17192
17195
  return this._map.get(e3);
17193
17196
  let r2 = t3(e3);
17194
17197
  return this._map.set(e3, r2), r2;
17195
17198
  }
17199
+ delete(e3) {
17200
+ return this._map.delete(e3);
17201
+ }
17202
+ values() {
17203
+ return this._map.values();
17204
+ }
17205
+ clear() {
17206
+ this._map.clear();
17207
+ }
17196
17208
  }
17197
17209
  t2.Dictionary = r;
17198
17210
  }, 4444: function(e2, t2, r) {
@@ -18565,25 +18577,61 @@ Object name: '${e3}'.`), t3;
18565
18577
  Object.defineProperty(t2, "__esModule", { value: true }), o(r(1476), t2), o(r(9108), t2), o(r(4236), t2), o(r(2988), t2), o(r(5276), t2), o(r(7540), t2), o(r(2432), t2), o(r(712), t2);
18566
18578
  }, 1816: (e2, t2) => {
18567
18579
  Object.defineProperty(t2, "__esModule", { value: true });
18568
- }, 5284: (e2, t2, r) => {
18580
+ }, 5284: function(e2, t2, r) {
18581
+ var n = this && this.__awaiter || function(e3, t3, r2, n2) {
18582
+ return new (r2 || (r2 = Promise))(function(o2, i3) {
18583
+ function s2(e4) {
18584
+ try {
18585
+ c2(n2.next(e4));
18586
+ } catch (e5) {
18587
+ i3(e5);
18588
+ }
18589
+ }
18590
+ function a2(e4) {
18591
+ try {
18592
+ c2(n2.throw(e4));
18593
+ } catch (e5) {
18594
+ i3(e5);
18595
+ }
18596
+ }
18597
+ function c2(e4) {
18598
+ var t4;
18599
+ e4.done ? o2(e4.value) : (t4 = e4.value, t4 instanceof r2 ? t4 : new r2(function(e5) {
18600
+ e5(t4);
18601
+ })).then(s2, a2);
18602
+ }
18603
+ c2((n2 = n2.apply(e3, t3 || [])).next());
18604
+ });
18605
+ };
18569
18606
  Object.defineProperty(t2, "__esModule", { value: true }), t2.IpcBaseImpl = t2.IpcCoreBase = undefined;
18570
- const n = r(5188), o = r(3212), i2 = r(4104), s = r(2760), a = r(9100);
18607
+ const o = r(5188), i2 = r(3212), s = r(4104), a = r(2760), c = r(9100);
18571
18608
  t2.IpcCoreBase = class {
18572
18609
  constructor() {
18573
18610
  this._db = new Map;
18574
18611
  }
18575
18612
  };
18576
18613
 
18577
- class c {
18614
+ class u {
18578
18615
  constructor(e3, t3, r2) {
18579
- this.addressBuilder = e3, this.proxy = new c.ProxySource(this), this.config = new c.Configuration(this), this.callback = new a.CallbackImpl(this), this.configStore = new o.ConfigStore(this), this.proxySource = new i2.ProxySource(this), this.dispatchProxies = new i2.DispatchProxyClassStore, this.wire = new i2.Wire(this), this.contractStore = new s.ContractStore, this.callbackStore = new i2.CallbackStoreImpl, this.$service = t3 != null ? t3 : new o.ServiceAnnotationsWrapper(this).iface, this.$operation = r2 != null ? r2 : new o.OperationAnnotationsWrapper(this).iface;
18616
+ this.addressBuilder = e3, this.proxy = new u.ProxySource(this), this.config = new u.Configuration(this), this.callback = new c.CallbackImpl(this), this.configStore = new i2.ConfigStore(this), this.proxySource = new s.ProxySource(this), this.dispatchProxies = new s.DispatchProxyClassStore, this.wire = new s.Wire(this), this.contractStore = new a.ContractStore, this.callbackStore = new s.CallbackStoreImpl, this.$service = t3 != null ? t3 : new i2.ServiceAnnotationsWrapper(this).iface, this.$operation = r2 != null ? r2 : new i2.OperationAnnotationsWrapper(this).iface;
18580
18617
  }
18581
18618
  getAddress(e3) {
18582
18619
  const t3 = new this.addressBuilder;
18583
18620
  return e3(t3), t3.assertAddress();
18584
18621
  }
18622
+ disposeChannel(e3) {
18623
+ return n(this, undefined, undefined, function* () {
18624
+ const t3 = this.getAddress(e3);
18625
+ yield this.wire.disposeChannel(t3.key);
18626
+ });
18627
+ }
18628
+ disposeAllChannels() {
18629
+ return n(this, undefined, undefined, function* () {
18630
+ yield this.wire.disposeAllChannels();
18631
+ });
18632
+ }
18585
18633
  }
18586
- t2.IpcBaseImpl = c, function(e3) {
18634
+ t2.IpcBaseImpl = u, function(e3) {
18587
18635
  e3.ProxySource = class {
18588
18636
  constructor(e4) {
18589
18637
  this._serviceProvider = e4;
@@ -18599,7 +18647,7 @@ Object name: '${e3}'.`), t3;
18599
18647
  this._serviceProvider = e4, this._address = t4;
18600
18648
  }
18601
18649
  withService(e4) {
18602
- const t4 = new i2.ProxyId(e4, this._address);
18650
+ const t4 = new s.ProxyId(e4, this._address);
18603
18651
  return this._serviceProvider.proxySource.resolve(t4);
18604
18652
  }
18605
18653
  }
@@ -18621,27 +18669,27 @@ Object name: '${e3}'.`), t3;
18621
18669
  this._ipc = e4, this._address = t4;
18622
18670
  }
18623
18671
  setConnectHelper(e4) {
18624
- (0, n.assertArgument)({ value: e4 }, "function"), this._ipc.configStore.setConnectHelper(this._address, e4);
18672
+ (0, o.assertArgument)({ value: e4 }, "function"), this._ipc.configStore.setConnectHelper(this._address, e4);
18625
18673
  }
18626
18674
  forAnyService() {
18627
- return new o2(this._ipc, this._address);
18675
+ return new n2(this._ipc, this._address);
18628
18676
  }
18629
18677
  forService(e4) {
18630
- return new o2(this._ipc, this._address, e4);
18678
+ return new n2(this._ipc, this._address, e4);
18631
18679
  }
18632
18680
  }
18633
18681
  e3.ConfigurationWithAddress = r2;
18634
18682
 
18635
- class o2 {
18683
+ class n2 {
18636
18684
  constructor(e4, t4, r3) {
18637
18685
  this._ipc = e4, this._address = t4, this._service = r3;
18638
18686
  }
18639
18687
  setRequestTimeout(e4) {
18640
- (0, n.assertArgument)({ value: e4 }, "number", n.TimeSpan), typeof e4 == "number" && (e4 = n.TimeSpan.fromMilliseconds(e4)), this._ipc.configStore.setRequestTimeout(this._address, this._service, e4);
18688
+ (0, o.assertArgument)({ value: e4 }, "number", o.TimeSpan), typeof e4 == "number" && (e4 = o.TimeSpan.fromMilliseconds(e4)), this._ipc.configStore.setRequestTimeout(this._address, this._service, e4);
18641
18689
  }
18642
18690
  }
18643
- e3.ConfigurationWithAddressService = o2;
18644
- }(c = t2.IpcBaseImpl || (t2.IpcBaseImpl = {}));
18691
+ e3.ConfigurationWithAddressService = n2;
18692
+ }(u = t2.IpcBaseImpl || (t2.IpcBaseImpl = {}));
18645
18693
  }, 3552: (e2, t2) => {
18646
18694
  Object.defineProperty(t2, "__esModule", { value: true }), t2.IpcError = undefined, t2.IpcError = class {
18647
18695
  constructor(e3, t3, r, n) {
@@ -18714,7 +18762,13 @@ Object name: '${e3}'.`), t3;
18714
18762
  }
18715
18763
  disposeAsync() {
18716
18764
  return n(this, undefined, undefined, function* () {
18717
- this._ctsLoop.cancel(), yield this._loop, this._stream.dispose();
18765
+ this._ctsLoop.cancel();
18766
+ try {
18767
+ yield this._loop;
18768
+ } catch (e3) {
18769
+ e3 instanceof o.OperationCanceledError || o.Trace.log(o.UnknownError.ensureError(e3));
18770
+ }
18771
+ this._stream.dispose();
18718
18772
  });
18719
18773
  }
18720
18774
  static toMessageTypeString(e3) {
@@ -18899,8 +18953,8 @@ ${e3.Data}`);
18899
18953
  static create(e3, t3, r2, n2, o2, i3) {
18900
18954
  return new a(e3, t3, r2, n2, o2, i3);
18901
18955
  }
18902
- constructor(e3, t3, r2, n2, o2, s2) {
18903
- this._observer = o2, this._isDisposed = false, this._outgoingCalls = new a.OutgoingCallTable, this._networkObserver = new class {
18956
+ constructor(e3, t3, r2, n2, s2, c) {
18957
+ this._observer = s2, this._isDisposed = false, this._outgoingCalls = new a.OutgoingCallTable, this._networkObserver = new class {
18904
18958
  constructor(e4) {
18905
18959
  this._owner = e4;
18906
18960
  }
@@ -18913,8 +18967,8 @@ ${e3.Data}`);
18913
18967
  complete() {
18914
18968
  this._owner.dispatchNetworkComplete();
18915
18969
  }
18916
- }(this), this._$messageStream = a.createMessageStream(e3, t3, r2, n2, this._networkObserver, i2.MessageStream.Factory.orDefault(s2)), this._$messageStream.catch((e4) => {
18917
- this.disposeAsync();
18970
+ }(this), this._$messageStream = a.createMessageStream(e3, t3, r2, n2, this._networkObserver, i2.MessageStream.Factory.orDefault(c)), this._$messageStream.catch((e4) => {
18971
+ o.Trace.traceErrorNoThrow(this.disposeAsync());
18918
18972
  });
18919
18973
  }
18920
18974
  disposeAsync() {
@@ -19153,6 +19207,12 @@ ${e3.Data}`);
19153
19207
  complete() {}
19154
19208
  }(this);
19155
19209
  }
19210
+ disposeAsync() {
19211
+ return n(this, undefined, undefined, function* () {
19212
+ const e3 = this._latestChannel;
19213
+ this._latestChannel = undefined, e3 && !e3.isDisposed && (yield e3.disposeAsync());
19214
+ });
19215
+ }
19156
19216
  invokeMethod(e3, t3, r2) {
19157
19217
  return n(this, undefined, undefined, function* () {
19158
19218
  const [n2, a, c, u] = s.RpcRequestFactory.create({ sp: this._sp, service: e3, address: this._address, methodName: t3, args: r2 }), l = yield this.ensureConnection(o.Timeout.infiniteTimeSpan, c), f = yield l.call(n2, u, c), d = i2.Converter.unwrapRpcResponse(f, n2);
@@ -19307,18 +19367,55 @@ ${e3.Data}`);
19307
19367
  return !d || e3.args.length !== 0 && e3.args[e3.args.length - 1] instanceof n.CancellationToken || (y = [...y, n.CancellationToken.none]), [o.Converter.toRpcRequest(l, f, y, b), p, v, b];
19308
19368
  }
19309
19369
  };
19310
- }, 4156: (e2, t2, r) => {
19370
+ }, 4156: function(e2, t2, r) {
19371
+ var n = this && this.__awaiter || function(e3, t3, r2, n2) {
19372
+ return new (r2 || (r2 = Promise))(function(o2, i3) {
19373
+ function s2(e4) {
19374
+ try {
19375
+ c(n2.next(e4));
19376
+ } catch (e5) {
19377
+ i3(e5);
19378
+ }
19379
+ }
19380
+ function a(e4) {
19381
+ try {
19382
+ c(n2.throw(e4));
19383
+ } catch (e5) {
19384
+ i3(e5);
19385
+ }
19386
+ }
19387
+ function c(e4) {
19388
+ var t4;
19389
+ e4.done ? o2(e4.value) : (t4 = e4.value, t4 instanceof r2 ? t4 : new r2(function(e5) {
19390
+ e5(t4);
19391
+ })).then(s2, a);
19392
+ }
19393
+ c((n2 = n2.apply(e3, t3 || [])).next());
19394
+ });
19395
+ };
19311
19396
  Object.defineProperty(t2, "__esModule", { value: true }), t2.Wire = undefined;
19312
- const n = r(3212), o = r(4104), i2 = r(5188);
19397
+ const o = r(3212), i2 = r(4104), s = r(5188);
19313
19398
  t2.Wire = class {
19314
19399
  invokeMethod(e3, t3, r2) {
19315
19400
  return this.getOrCreateChannelManager(e3.address).invokeMethod(e3.service, t3, r2);
19316
19401
  }
19317
- constructor(e3, t3 = n.RpcChannel, r2 = new n.MessageStream.Factory) {
19318
- this._sp = e3, this._rpcChannelFactory = t3, this._messageStreamFactory = r2, this._map = new i2.Dictionary;
19402
+ constructor(e3, t3 = o.RpcChannel, r2 = new o.MessageStream.Factory) {
19403
+ this._sp = e3, this._rpcChannelFactory = t3, this._messageStreamFactory = r2, this._map = new s.Dictionary;
19319
19404
  }
19320
19405
  getOrCreateChannelManager(e3) {
19321
- return this._map.getOrCreateValue(e3.key, () => new o.ChannelManager(this._sp, e3, this._rpcChannelFactory, this._messageStreamFactory));
19406
+ return this._map.getOrCreateValue(e3.key, () => new i2.ChannelManager(this._sp, e3, this._rpcChannelFactory, this._messageStreamFactory));
19407
+ }
19408
+ disposeChannel(e3) {
19409
+ return n(this, undefined, undefined, function* () {
19410
+ const t3 = this._map.get(e3);
19411
+ t3 && (this._map.delete(e3), yield t3.disposeAsync());
19412
+ });
19413
+ }
19414
+ disposeAllChannels() {
19415
+ return n(this, undefined, undefined, function* () {
19416
+ const e3 = [...this._map.values()];
19417
+ this._map.clear(), yield Promise.all(e3.map((e4) => e4.disposeAsync()));
19418
+ });
19322
19419
  }
19323
19420
  };
19324
19421
  }, 4104: function(e2, t2, r) {
@@ -20281,7 +20378,7 @@ ${e3.Data}`);
20281
20378
  }
20282
20379
  };
20283
20380
  }, 5144: (e2, t2, r) => {
20284
- const n = r(467), o = r(1256), i2 = r(3755), s = r(5256), a = r(192), { randomBytes: c, createHash: u } = r(7968), { Readable: l } = r(8378), { URL: f } = r(8716), d = r(516), p = r(6804), h = r(957), { BINARY_TYPES: v, EMPTY_BUFFER: b, GUID: y, kForOnEventAttribute: _, kListener: m, kStatusCode: g, kWebSocket: O, NOOP: w } = r(5820), { EventTarget: { addEventListener: S, removeEventListener: P } } = r(2584), { format: j, parse: E } = r(1056), { toBuffer: x } = r(3092), M = Symbol("kAborted"), k = [8, 13], T = ["CONNECTING", "OPEN", "CLOSING", "CLOSED"], C = /^[!#$%&'*+\-.0-9A-Z^_`|a-z~]+$/;
20381
+ const n = r(467), o = r(1256), i2 = r(3755), s = r(5256), a = r(192), { randomBytes: c, createHash: u } = r(7968), { Readable: l } = r(8378), { URL: f } = r(8716), d = r(516), p = r(6804), h = r(957), { BINARY_TYPES: v, EMPTY_BUFFER: b, GUID: y, kForOnEventAttribute: _, kListener: m, kStatusCode: g, kWebSocket: O, NOOP: w } = r(5820), { EventTarget: { addEventListener: S, removeEventListener: P } } = r(2584), { format: j, parse: E } = r(1056), { toBuffer: x } = r(3092), M = Symbol("kAborted"), k = [8, 13], C = ["CONNECTING", "OPEN", "CLOSING", "CLOSED"], T = /^[!#$%&'*+\-.0-9A-Z^_`|a-z~]+$/;
20285
20382
 
20286
20383
  class A extends n {
20287
20384
  constructor(e3, t3, r2) {
@@ -20404,7 +20501,7 @@ ${e3.Data}`);
20404
20501
  let g2, O2;
20405
20502
  if (s2.createConnection = l2 ? F : R, s2.defaultPort = s2.defaultPort || v2, s2.port = a2.port || v2, s2.host = a2.hostname.startsWith("[") ? a2.hostname.slice(1, -1) : a2.hostname, s2.headers = { ...s2.headers, "Sec-WebSocket-Version": s2.protocolVersion, "Sec-WebSocket-Key": b2, Connection: "Upgrade", Upgrade: "websocket" }, s2.path = a2.pathname + a2.search, s2.timeout = s2.handshakeTimeout, s2.perMessageDeflate && (g2 = new d(s2.perMessageDeflate !== true ? s2.perMessageDeflate : {}, false, s2.maxPayload), s2.headers["Sec-WebSocket-Extensions"] = j({ [d.extensionName]: g2.offer() })), r2.length) {
20406
20503
  for (const e4 of r2) {
20407
- if (typeof e4 != "string" || !C.test(e4) || m2.has(e4))
20504
+ if (typeof e4 != "string" || !T.test(e4) || m2.has(e4))
20408
20505
  throw new SyntaxError("An invalid or duplicated subprotocol was specified");
20409
20506
  m2.add(e4);
20410
20507
  }
@@ -20503,7 +20600,7 @@ ${e3.Data}`);
20503
20600
  const r3 = x(t3).length;
20504
20601
  e3._socket ? e3._sender._bufferedBytes += r3 : e3._bufferedAmount += r3;
20505
20602
  }
20506
- r2 && r2(new Error(`WebSocket is not open: readyState ${e3.readyState} (${T[e3.readyState]})`));
20603
+ r2 && r2(new Error(`WebSocket is not open: readyState ${e3.readyState} (${C[e3.readyState]})`));
20507
20604
  }
20508
20605
  function W(e3, t3) {
20509
20606
  const r2 = this[O];
@@ -20549,7 +20646,7 @@ ${e3.Data}`);
20549
20646
  const e3 = this[O];
20550
20647
  this.removeListener("error", J), this.on("error", w), e3 && (e3._readyState = A.CLOSING, this.destroy());
20551
20648
  }
20552
- Object.defineProperty(A, "CONNECTING", { enumerable: true, value: T.indexOf("CONNECTING") }), Object.defineProperty(A.prototype, "CONNECTING", { enumerable: true, value: T.indexOf("CONNECTING") }), Object.defineProperty(A, "OPEN", { enumerable: true, value: T.indexOf("OPEN") }), Object.defineProperty(A.prototype, "OPEN", { enumerable: true, value: T.indexOf("OPEN") }), Object.defineProperty(A, "CLOSING", { enumerable: true, value: T.indexOf("CLOSING") }), Object.defineProperty(A.prototype, "CLOSING", { enumerable: true, value: T.indexOf("CLOSING") }), Object.defineProperty(A, "CLOSED", { enumerable: true, value: T.indexOf("CLOSED") }), Object.defineProperty(A.prototype, "CLOSED", { enumerable: true, value: T.indexOf("CLOSED") }), ["binaryType", "bufferedAmount", "extensions", "isPaused", "protocol", "readyState", "url"].forEach((e3) => {
20649
+ Object.defineProperty(A, "CONNECTING", { enumerable: true, value: C.indexOf("CONNECTING") }), Object.defineProperty(A.prototype, "CONNECTING", { enumerable: true, value: C.indexOf("CONNECTING") }), Object.defineProperty(A, "OPEN", { enumerable: true, value: C.indexOf("OPEN") }), Object.defineProperty(A.prototype, "OPEN", { enumerable: true, value: C.indexOf("OPEN") }), Object.defineProperty(A, "CLOSING", { enumerable: true, value: C.indexOf("CLOSING") }), Object.defineProperty(A.prototype, "CLOSING", { enumerable: true, value: C.indexOf("CLOSING") }), Object.defineProperty(A, "CLOSED", { enumerable: true, value: C.indexOf("CLOSED") }), Object.defineProperty(A.prototype, "CLOSED", { enumerable: true, value: C.indexOf("CLOSED") }), ["binaryType", "bufferedAmount", "extensions", "isPaused", "protocol", "readyState", "url"].forEach((e3) => {
20553
20650
  Object.defineProperty(A.prototype, e3, { enumerable: true });
20554
20651
  }), ["open", "error", "close", "message"].forEach((e3) => {
20555
20652
  Object.defineProperty(A.prototype, `on${e3}`, { enumerable: true, get() {
@@ -27226,11 +27323,13 @@ var require_handle_consent_code_message = __commonJS((exports) => {
27226
27323
  var coreipc_1 = require_coreipc();
27227
27324
 
27228
27325
  class HandleConsentCodeMessage extends coreipc_1.Message {
27229
- constructor(Accept, Domain, ConsentCode) {
27326
+ constructor(Accept, Domain, ConsentCode, SignInUrl) {
27230
27327
  super();
27231
27328
  this.Accept = Accept;
27232
27329
  this.Domain = Domain;
27233
27330
  this.ConsentCode = ConsentCode;
27331
+ this.SignInUrl = SignInUrl;
27332
+ this.RequestTimeout = coreipc_1.TimeSpan.fromSeconds(60);
27234
27333
  }
27235
27334
  }
27236
27335
  exports.HandleConsentCodeMessage = HandleConsentCodeMessage;
@@ -28031,8 +28130,8 @@ var require_robotjs_services2 = __commonJS((exports) => {
28031
28130
  constructor(_consentCodeServices) {
28032
28131
  this._consentCodeServices = _consentCodeServices;
28033
28132
  }
28034
- HandleConsentCode(accept, domain2, consentCode) {
28035
- return this._consentCodeServices.HandleConsentCode(new server.HandleConsentCodeMessage(accept, domain2, consentCode), coreipc_1.CancellationToken.none);
28133
+ HandleConsentCode(accept, domain2, consentCode, signInUrl) {
28134
+ return this._consentCodeServices.HandleConsentCode(new server.HandleConsentCodeMessage(accept, domain2, consentCode, signInUrl), coreipc_1.CancellationToken.none);
28036
28135
  }
28037
28136
  IsDomainAllowed(domain2) {
28038
28137
  return this._consentCodeServices.IsDomainAllowed(new server.IsDomainAllowedMessage(domain2), coreipc_1.CancellationToken.none);
@@ -28174,7 +28273,10 @@ var require_robot_agent_proxy2 = __commonJS((exports) => {
28174
28273
  this._robotJsServices = new robotjs_services_1.RobotJsServices(this._consentCodeServices);
28175
28274
  }
28176
28275
  CloseAsync() {
28177
- return __awaiter(this, undefined, undefined, function* () {});
28276
+ return __awaiter(this, undefined, undefined, function* () {
28277
+ yield coreipc_1.ipc.disposeChannel(coreipc_1.ipc.namedPipe(this._settings.pipeName));
28278
+ yield coreipc_1.ipc.disposeChannel(coreipc_1.ipc.namedPipe(this._robotJsSettings.pipeName));
28279
+ });
28178
28280
  }
28179
28281
  get RobotStatusChanged() {
28180
28282
  return this._robotStatusChanged;
@@ -34364,7 +34466,7 @@ var require_src6 = __commonJS((exports) => {
34364
34466
  // package.json
34365
34467
  var package_default = {
34366
34468
  name: "@uipath/vertical-solutions-tool",
34367
- version: "0.9.0",
34469
+ version: "0.9.1",
34368
34470
  description: "Scaffold and generate Vertical Solution projects.",
34369
34471
  private: false,
34370
34472
  repository: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uipath/vertical-solutions-tool",
3
- "version": "0.9.0",
3
+ "version": "0.9.1",
4
4
  "description": "Scaffold and generate Vertical Solution projects.",
5
5
  "private": false,
6
6
  "repository": {
@@ -45,9 +45,9 @@
45
45
  "@uipath/solutionpackager-tool-core": "0.0.33"
46
46
  },
47
47
  "devDependencies": {
48
- "@uipath/auth": "0.9.0",
49
- "@uipath/common": "0.9.0",
50
- "@uipath/filesystem": "0.9.0",
48
+ "@uipath/auth": "0.9.1",
49
+ "@uipath/common": "0.9.1",
50
+ "@uipath/filesystem": "0.9.1",
51
51
  "@uipath/uipath-typescript": "^1.3.1",
52
52
  "@inquirer/prompts": "^8.3.2",
53
53
  "@types/node": "^25.5.0",
@@ -56,5 +56,5 @@
56
56
  "typescript": "^5",
57
57
  "zod": "^4.3.6"
58
58
  },
59
- "gitHead": "3f1b4d8e9f910be81e4cab956537f21dbd5d63ac"
59
+ "gitHead": "e8da2857e37a9495c4907cd39f47c9d6ed1a5566"
60
60
  }