@uipath/admin-tool 1.199.0-preview.97 → 1.199.0-preview.99

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
@@ -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.97",
23696
+ version: "1.199.0-preview.99",
23697
23697
  description: "CLI plugin for UiPath VPN Gateway management (Hypervisor service).",
23698
23698
  private: false,
23699
23699
  repository: {
@@ -54007,7 +54007,7 @@ var registerCommands = async (program2) => {
54007
54007
  var package_default3 = {
54008
54008
  name: "@uipath/apms-tool",
54009
54009
  license: "MIT",
54010
- version: "1.199.0-preview.97",
54010
+ version: "1.199.0-preview.99",
54011
54011
  description: "CLI plugin for the UiPath Access Policy Management Service.",
54012
54012
  private: false,
54013
54013
  repository: {
@@ -65243,7 +65243,7 @@ var registerCommands2 = async (program2) => {
65243
65243
  var package_default6 = {
65244
65244
  name: "@uipath/audit-tool",
65245
65245
  license: "MIT",
65246
- version: "1.199.0-preview.97",
65246
+ version: "1.199.0-preview.99",
65247
65247
  description: "CLI plugin for the UiPath Audit Service — query event sources, paginate events, and export ZIPs from the long-term store.",
65248
65248
  private: false,
65249
65249
  repository: {
@@ -66499,7 +66499,7 @@ var registerCommands3 = async (program2) => {
66499
66499
  var package_default8 = {
66500
66500
  name: "@uipath/authz-tool",
66501
66501
  license: "MIT",
66502
- version: "1.199.0-preview.97",
66502
+ version: "1.199.0-preview.99",
66503
66503
  description: "CLI plugin for the UiPath Authorization service.",
66504
66504
  private: false,
66505
66505
  repository: {
@@ -72110,7 +72110,7 @@ var registerCommands4 = async (program2) => {
72110
72110
  var package_default11 = {
72111
72111
  name: "@uipath/identity-tool",
72112
72112
  license: "MIT",
72113
- version: "1.199.0-preview.97",
72113
+ version: "1.199.0-preview.99",
72114
72114
  description: "Manage Identity Server users, groups, robot accounts, and external apps.",
72115
72115
  private: false,
72116
72116
  repository: {
@@ -74479,7 +74479,7 @@ var registerCommands5 = async (program2) => {
74479
74479
  var package_default12 = {
74480
74480
  name: "@uipath/oms-tool",
74481
74481
  license: "MIT",
74482
- version: "1.199.0-preview.97",
74482
+ version: "1.199.0-preview.99",
74483
74483
  description: "CLI plugin for the UiPath Organization Management Service.",
74484
74484
  private: false,
74485
74485
  repository: {
@@ -81010,7 +81010,7 @@ var registerCommands6 = async (program2) => {
81010
81010
  var package_default14 = {
81011
81011
  name: "@uipath/resourcecatalog-tool",
81012
81012
  license: "MIT",
81013
- version: "1.199.0-preview.97",
81013
+ version: "1.199.0-preview.99",
81014
81014
  description: "CLI plugin for the UiPath Resource Catalog Service.",
81015
81015
  private: false,
81016
81016
  repository: {
@@ -82958,7 +82958,7 @@ var registerCommands7 = async (program2) => {
82958
82958
  var package_default16 = {
82959
82959
  name: "@uipath/admin-tool",
82960
82960
  license: "MIT",
82961
- version: "1.199.0-preview.97",
82961
+ version: "1.199.0-preview.99",
82962
82962
  description: "Manage UiPath admin resources — Identity Server, Resource Catalog Service, Audit Service, VPN Gateway.",
82963
82963
  private: false,
82964
82964
  repository: {
@@ -83023,4 +83023,4 @@ export {
83023
83023
  metadata8 as metadata
83024
83024
  };
83025
83025
 
83026
- //# debugId=493C560B98683D5D64756E2164756E21
83026
+ //# debugId=0E85C66C9487C34064756E2164756E21
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.97",
4
+ "version": "1.199.0-preview.99",
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": "087ae21e842f27bde5eb0013892c9487bfe60568"
26
+ "gitHead": "6ba217cddceb86e3fa39ed82e49c5062878a85c6"
27
27
  }