@uipath/admin-tool 1.199.0-preview.108 → 1.199.0-preview.111
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/tool.js +15 -17
- package/package.json +2 -2
package/dist/tool.js
CHANGED
|
@@ -23693,7 +23693,7 @@ var __require2 = /* @__PURE__ */ createRequire2(import.meta.url);
|
|
|
23693
23693
|
var package_default = {
|
|
23694
23694
|
name: "@uipath/admin-vpngateway-tool",
|
|
23695
23695
|
license: "MIT",
|
|
23696
|
-
version: "1.199.0-preview.
|
|
23696
|
+
version: "1.199.0-preview.111",
|
|
23697
23697
|
description: "CLI plugin for UiPath VPN Gateway management (Hypervisor service).",
|
|
23698
23698
|
private: false,
|
|
23699
23699
|
repository: {
|
|
@@ -48716,7 +48716,7 @@ function requireOmap() {
|
|
|
48716
48716
|
function resolveYamlOmap(data) {
|
|
48717
48717
|
if (data === null)
|
|
48718
48718
|
return true;
|
|
48719
|
-
const objectKeys =
|
|
48719
|
+
const objectKeys = {};
|
|
48720
48720
|
const object = data;
|
|
48721
48721
|
for (let index = 0, length = object.length;index < length; index += 1) {
|
|
48722
48722
|
const pair = object[index];
|
|
@@ -48734,10 +48734,9 @@ function requireOmap() {
|
|
|
48734
48734
|
}
|
|
48735
48735
|
if (!pairHasKey)
|
|
48736
48736
|
return false;
|
|
48737
|
-
if (
|
|
48738
|
-
objectKeys.push(pairKey);
|
|
48739
|
-
else
|
|
48737
|
+
if (_hasOwnProperty.call(objectKeys, pairKey))
|
|
48740
48738
|
return false;
|
|
48739
|
+
Object.defineProperty(objectKeys, pairKey, { value: true });
|
|
48741
48740
|
}
|
|
48742
48741
|
return true;
|
|
48743
48742
|
}
|
|
@@ -54039,7 +54038,7 @@ var registerCommands = async (program2) => {
|
|
|
54039
54038
|
var package_default3 = {
|
|
54040
54039
|
name: "@uipath/apms-tool",
|
|
54041
54040
|
license: "MIT",
|
|
54042
|
-
version: "1.199.0-preview.
|
|
54041
|
+
version: "1.199.0-preview.111",
|
|
54043
54042
|
description: "CLI plugin for the UiPath Access Policy Management Service.",
|
|
54044
54043
|
private: false,
|
|
54045
54044
|
repository: {
|
|
@@ -59977,7 +59976,7 @@ function requireOmap2() {
|
|
|
59977
59976
|
function resolveYamlOmap(data) {
|
|
59978
59977
|
if (data === null)
|
|
59979
59978
|
return true;
|
|
59980
|
-
const objectKeys =
|
|
59979
|
+
const objectKeys = {};
|
|
59981
59980
|
const object = data;
|
|
59982
59981
|
for (let index = 0, length = object.length;index < length; index += 1) {
|
|
59983
59982
|
const pair = object[index];
|
|
@@ -59995,10 +59994,9 @@ function requireOmap2() {
|
|
|
59995
59994
|
}
|
|
59996
59995
|
if (!pairHasKey)
|
|
59997
59996
|
return false;
|
|
59998
|
-
if (
|
|
59999
|
-
objectKeys.push(pairKey);
|
|
60000
|
-
else
|
|
59997
|
+
if (_hasOwnProperty.call(objectKeys, pairKey))
|
|
60001
59998
|
return false;
|
|
59999
|
+
Object.defineProperty(objectKeys, pairKey, { value: true });
|
|
60002
60000
|
}
|
|
60003
60001
|
return true;
|
|
60004
60002
|
}
|
|
@@ -65307,7 +65305,7 @@ var registerCommands2 = async (program2) => {
|
|
|
65307
65305
|
var package_default6 = {
|
|
65308
65306
|
name: "@uipath/audit-tool",
|
|
65309
65307
|
license: "MIT",
|
|
65310
|
-
version: "1.199.0-preview.
|
|
65308
|
+
version: "1.199.0-preview.111",
|
|
65311
65309
|
description: "CLI plugin for the UiPath Audit Service — query event sources, paginate events, and export ZIPs from the long-term store.",
|
|
65312
65310
|
private: false,
|
|
65313
65311
|
repository: {
|
|
@@ -66563,7 +66561,7 @@ var registerCommands3 = async (program2) => {
|
|
|
66563
66561
|
var package_default8 = {
|
|
66564
66562
|
name: "@uipath/authz-tool",
|
|
66565
66563
|
license: "MIT",
|
|
66566
|
-
version: "1.199.0-preview.
|
|
66564
|
+
version: "1.199.0-preview.111",
|
|
66567
66565
|
description: "CLI plugin for the UiPath Authorization service.",
|
|
66568
66566
|
private: false,
|
|
66569
66567
|
repository: {
|
|
@@ -72174,7 +72172,7 @@ var registerCommands4 = async (program2) => {
|
|
|
72174
72172
|
var package_default11 = {
|
|
72175
72173
|
name: "@uipath/identity-tool",
|
|
72176
72174
|
license: "MIT",
|
|
72177
|
-
version: "1.199.0-preview.
|
|
72175
|
+
version: "1.199.0-preview.111",
|
|
72178
72176
|
description: "Manage Identity Server users, groups, robot accounts, and external apps.",
|
|
72179
72177
|
private: false,
|
|
72180
72178
|
repository: {
|
|
@@ -74543,7 +74541,7 @@ var registerCommands5 = async (program2) => {
|
|
|
74543
74541
|
var package_default12 = {
|
|
74544
74542
|
name: "@uipath/oms-tool",
|
|
74545
74543
|
license: "MIT",
|
|
74546
|
-
version: "1.199.0-preview.
|
|
74544
|
+
version: "1.199.0-preview.111",
|
|
74547
74545
|
description: "CLI plugin for the UiPath Organization Management Service.",
|
|
74548
74546
|
private: false,
|
|
74549
74547
|
repository: {
|
|
@@ -81074,7 +81072,7 @@ var registerCommands6 = async (program2) => {
|
|
|
81074
81072
|
var package_default14 = {
|
|
81075
81073
|
name: "@uipath/resourcecatalog-tool",
|
|
81076
81074
|
license: "MIT",
|
|
81077
|
-
version: "1.199.0-preview.
|
|
81075
|
+
version: "1.199.0-preview.111",
|
|
81078
81076
|
description: "CLI plugin for the UiPath Resource Catalog Service.",
|
|
81079
81077
|
private: false,
|
|
81080
81078
|
repository: {
|
|
@@ -83022,7 +83020,7 @@ var registerCommands7 = async (program2) => {
|
|
|
83022
83020
|
var package_default16 = {
|
|
83023
83021
|
name: "@uipath/admin-tool",
|
|
83024
83022
|
license: "MIT",
|
|
83025
|
-
version: "1.199.0-preview.
|
|
83023
|
+
version: "1.199.0-preview.111",
|
|
83026
83024
|
description: "Manage UiPath admin resources — Identity Server, Resource Catalog Service, Audit Service, VPN Gateway.",
|
|
83027
83025
|
private: false,
|
|
83028
83026
|
repository: {
|
|
@@ -83087,4 +83085,4 @@ export {
|
|
|
83087
83085
|
metadata8 as metadata
|
|
83088
83086
|
};
|
|
83089
83087
|
|
|
83090
|
-
//# debugId=
|
|
83088
|
+
//# debugId=122D0F061A6A07E464756E2164756E21
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/admin-tool",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.199.0-preview.
|
|
4
|
+
"version": "1.199.0-preview.111",
|
|
5
5
|
"description": "Manage UiPath admin resources — Identity Server, Resource Catalog Service, Audit Service, VPN Gateway.",
|
|
6
6
|
"private": false,
|
|
7
7
|
"repository": {
|
|
@@ -23,5 +23,5 @@
|
|
|
23
23
|
"files": [
|
|
24
24
|
"dist"
|
|
25
25
|
],
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "1a86625f94b9abd4d02444b8c5deec7e9d08d210"
|
|
27
27
|
}
|