@uipath/admin-tool 1.197.0-preview.59 → 1.197.0-preview.60

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 +9 -9
  2. package/package.json +2 -2
package/dist/tool.js CHANGED
@@ -23633,7 +23633,7 @@ var __require2 = /* @__PURE__ */ createRequire2(import.meta.url);
23633
23633
  var package_default = {
23634
23634
  name: "@uipath/admin-vpngateway-tool",
23635
23635
  license: "MIT",
23636
- version: "1.197.0-preview.59",
23636
+ version: "1.197.0-preview.60",
23637
23637
  description: "CLI plugin for UiPath VPN Gateway management (Hypervisor service).",
23638
23638
  private: false,
23639
23639
  repository: {
@@ -52885,7 +52885,7 @@ var registerCommands = async (program2) => {
52885
52885
  var package_default3 = {
52886
52886
  name: "@uipath/apms-tool",
52887
52887
  license: "MIT",
52888
- version: "1.197.0-preview.59",
52888
+ version: "1.197.0-preview.60",
52889
52889
  description: "CLI plugin for the UiPath Access Policy Management Service.",
52890
52890
  private: false,
52891
52891
  repository: {
@@ -63041,7 +63041,7 @@ var registerCommands2 = async (program2) => {
63041
63041
  var package_default6 = {
63042
63042
  name: "@uipath/audit-tool",
63043
63043
  license: "MIT",
63044
- version: "1.197.0-preview.59",
63044
+ version: "1.197.0-preview.60",
63045
63045
  description: "CLI plugin for the UiPath Audit Service — query event sources, paginate events, and export ZIPs from the long-term store.",
63046
63046
  private: false,
63047
63047
  repository: {
@@ -64298,7 +64298,7 @@ var registerCommands3 = async (program2) => {
64298
64298
  var package_default8 = {
64299
64299
  name: "@uipath/authz-tool",
64300
64300
  license: "MIT",
64301
- version: "1.197.0-preview.59",
64301
+ version: "1.197.0-preview.60",
64302
64302
  description: "CLI plugin for the UiPath Authorization service.",
64303
64303
  private: false,
64304
64304
  repository: {
@@ -69909,7 +69909,7 @@ var registerCommands4 = async (program2) => {
69909
69909
  var package_default11 = {
69910
69910
  name: "@uipath/identity-tool",
69911
69911
  license: "MIT",
69912
- version: "1.197.0-preview.59",
69912
+ version: "1.197.0-preview.60",
69913
69913
  description: "Manage Identity Server users, groups, robot accounts, and external apps.",
69914
69914
  private: false,
69915
69915
  repository: {
@@ -72278,7 +72278,7 @@ var registerCommands5 = async (program2) => {
72278
72278
  var package_default12 = {
72279
72279
  name: "@uipath/oms-tool",
72280
72280
  license: "MIT",
72281
- version: "1.197.0-preview.59",
72281
+ version: "1.197.0-preview.60",
72282
72282
  description: "CLI plugin for the UiPath Organization Management Service.",
72283
72283
  private: false,
72284
72284
  repository: {
@@ -78809,7 +78809,7 @@ var registerCommands6 = async (program2) => {
78809
78809
  var package_default14 = {
78810
78810
  name: "@uipath/resourcecatalog-tool",
78811
78811
  license: "MIT",
78812
- version: "1.197.0-preview.59",
78812
+ version: "1.197.0-preview.60",
78813
78813
  description: "CLI plugin for the UiPath Resource Catalog Service.",
78814
78814
  private: false,
78815
78815
  repository: {
@@ -80757,7 +80757,7 @@ var registerCommands7 = async (program2) => {
80757
80757
  var package_default16 = {
80758
80758
  name: "@uipath/admin-tool",
80759
80759
  license: "MIT",
80760
- version: "1.197.0-preview.59",
80760
+ version: "1.197.0-preview.60",
80761
80761
  description: "Manage UiPath admin resources — Identity Server, Resource Catalog Service, Audit Service, VPN Gateway.",
80762
80762
  private: false,
80763
80763
  repository: {
@@ -80822,4 +80822,4 @@ export {
80822
80822
  metadata8 as metadata
80823
80823
  };
80824
80824
 
80825
- //# debugId=27B35B91C959F5AE64756E2164756E21
80825
+ //# debugId=A7C4D077F353D85B64756E2164756E21
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uipath/admin-tool",
3
3
  "license": "MIT",
4
- "version": "1.197.0-preview.59",
4
+ "version": "1.197.0-preview.60",
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": "df0e2b8140cced13f463b487214927c82bc0f85b"
26
+ "gitHead": "e80b8345e8f629192faeb29202cba3b3de258b50"
27
27
  }