@uipath/admin-tool 1.201.0-preview.122 → 1.201.0-preview.125

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 +10 -10
  2. package/package.json +2 -2
package/dist/tool.js CHANGED
@@ -16242,7 +16242,7 @@ var require_adm_zip = __commonJS((exports, module) => {
16242
16242
  };
16243
16243
  });
16244
16244
 
16245
- // ../vpngateway-tool/dist/tool-1qcwp5tz.js
16245
+ // ../vpngateway-tool/dist/tool-cf7nddae.js
16246
16246
  init_tool_0v6na3yp();
16247
16247
  import { createRequire as createRequire3 } from "node:module";
16248
16248
  import fs6 from "node:fs";
@@ -18369,7 +18369,7 @@ var require_commander = __commonJS2((exports) => {
18369
18369
  var package_default = {
18370
18370
  name: "@uipath/admin-vpngateway-tool",
18371
18371
  license: "MIT",
18372
- version: "1.201.0-preview.122",
18372
+ version: "1.201.0-preview.125",
18373
18373
  description: "CLI plugin for UiPath VPN Gateway management (Hypervisor service).",
18374
18374
  private: false,
18375
18375
  repository: {
@@ -25570,7 +25570,7 @@ init_tool_0v6na3yp();
25570
25570
  var package_default3 = {
25571
25571
  name: "@uipath/apms-tool",
25572
25572
  license: "MIT",
25573
- version: "1.201.0-preview.122",
25573
+ version: "1.201.0-preview.125",
25574
25574
  description: "CLI plugin for the UiPath Access Policy Management Service.",
25575
25575
  private: false,
25576
25576
  repository: {
@@ -32047,7 +32047,7 @@ var registerCommands2 = async (program3) => {
32047
32047
  var package_default6 = {
32048
32048
  name: "@uipath/audit-tool",
32049
32049
  license: "MIT",
32050
- version: "1.201.0-preview.122",
32050
+ version: "1.201.0-preview.125",
32051
32051
  description: "CLI plugin for the UiPath Audit Service — query event sources, paginate events, and export ZIPs from the long-term store.",
32052
32052
  private: false,
32053
32053
  repository: {
@@ -33303,7 +33303,7 @@ var registerCommands3 = async (program3) => {
33303
33303
  var package_default8 = {
33304
33304
  name: "@uipath/authz-tool",
33305
33305
  license: "MIT",
33306
- version: "1.201.0-preview.122",
33306
+ version: "1.201.0-preview.125",
33307
33307
  description: "CLI plugin for the UiPath Authorization service.",
33308
33308
  private: false,
33309
33309
  repository: {
@@ -38914,7 +38914,7 @@ var registerCommands4 = async (program3) => {
38914
38914
  var package_default11 = {
38915
38915
  name: "@uipath/identity-tool",
38916
38916
  license: "MIT",
38917
- version: "1.201.0-preview.122",
38917
+ version: "1.201.0-preview.125",
38918
38918
  description: "Manage Identity Server users, groups, robot accounts, and external apps.",
38919
38919
  private: false,
38920
38920
  repository: {
@@ -41311,7 +41311,7 @@ var registerCommands5 = async (program3) => {
41311
41311
  var package_default12 = {
41312
41312
  name: "@uipath/oms-tool",
41313
41313
  license: "MIT",
41314
- version: "1.201.0-preview.122",
41314
+ version: "1.201.0-preview.125",
41315
41315
  description: "CLI plugin for the UiPath Organization Management Service.",
41316
41316
  private: false,
41317
41317
  repository: {
@@ -47841,7 +47841,7 @@ var registerCommands6 = async (program3) => {
47841
47841
  var package_default14 = {
47842
47842
  name: "@uipath/resourcecatalog-tool",
47843
47843
  license: "MIT",
47844
- version: "1.201.0-preview.122",
47844
+ version: "1.201.0-preview.125",
47845
47845
  description: "CLI plugin for the UiPath Resource Catalog Service.",
47846
47846
  private: false,
47847
47847
  repository: {
@@ -49789,7 +49789,7 @@ var registerCommands7 = async (program3) => {
49789
49789
  var package_default16 = {
49790
49790
  name: "@uipath/admin-tool",
49791
49791
  license: "MIT",
49792
- version: "1.201.0-preview.122",
49792
+ version: "1.201.0-preview.125",
49793
49793
  description: "Manage UiPath admin resources — Identity Server, Resource Catalog Service, Audit Service, VPN Gateway.",
49794
49794
  private: false,
49795
49795
  repository: {
@@ -49854,4 +49854,4 @@ export {
49854
49854
  metadata8 as metadata
49855
49855
  };
49856
49856
 
49857
- //# debugId=FF29941F54AFBC6264756E2164756E21
49857
+ //# debugId=7440A7C7B920336964756E2164756E21
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uipath/admin-tool",
3
3
  "license": "MIT",
4
- "version": "1.201.0-preview.122",
4
+ "version": "1.201.0-preview.125",
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": "6c56f56100be96231fccbaa59e99d64d94808d58"
26
+ "gitHead": "3429b3f8c5a137ace2fa1d6d4916a7168cc632fa"
27
27
  }