@uipath/admin-tool 1.198.0-preview.86 → 1.198.0-preview.88

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.198.0-preview.86",
23696
+ version: "1.198.0-preview.88",
23697
23697
  description: "CLI plugin for UiPath VPN Gateway management (Hypervisor service).",
23698
23698
  private: false,
23699
23699
  repository: {
@@ -53895,7 +53895,7 @@ var registerCommands = async (program2) => {
53895
53895
  var package_default3 = {
53896
53896
  name: "@uipath/apms-tool",
53897
53897
  license: "MIT",
53898
- version: "1.198.0-preview.86",
53898
+ version: "1.198.0-preview.88",
53899
53899
  description: "CLI plugin for the UiPath Access Policy Management Service.",
53900
53900
  private: false,
53901
53901
  repository: {
@@ -65017,7 +65017,7 @@ var registerCommands2 = async (program2) => {
65017
65017
  var package_default6 = {
65018
65018
  name: "@uipath/audit-tool",
65019
65019
  license: "MIT",
65020
- version: "1.198.0-preview.86",
65020
+ version: "1.198.0-preview.88",
65021
65021
  description: "CLI plugin for the UiPath Audit Service — query event sources, paginate events, and export ZIPs from the long-term store.",
65022
65022
  private: false,
65023
65023
  repository: {
@@ -66273,7 +66273,7 @@ var registerCommands3 = async (program2) => {
66273
66273
  var package_default8 = {
66274
66274
  name: "@uipath/authz-tool",
66275
66275
  license: "MIT",
66276
- version: "1.198.0-preview.86",
66276
+ version: "1.198.0-preview.88",
66277
66277
  description: "CLI plugin for the UiPath Authorization service.",
66278
66278
  private: false,
66279
66279
  repository: {
@@ -71884,7 +71884,7 @@ var registerCommands4 = async (program2) => {
71884
71884
  var package_default11 = {
71885
71885
  name: "@uipath/identity-tool",
71886
71886
  license: "MIT",
71887
- version: "1.198.0-preview.86",
71887
+ version: "1.198.0-preview.88",
71888
71888
  description: "Manage Identity Server users, groups, robot accounts, and external apps.",
71889
71889
  private: false,
71890
71890
  repository: {
@@ -74253,7 +74253,7 @@ var registerCommands5 = async (program2) => {
74253
74253
  var package_default12 = {
74254
74254
  name: "@uipath/oms-tool",
74255
74255
  license: "MIT",
74256
- version: "1.198.0-preview.86",
74256
+ version: "1.198.0-preview.88",
74257
74257
  description: "CLI plugin for the UiPath Organization Management Service.",
74258
74258
  private: false,
74259
74259
  repository: {
@@ -80784,7 +80784,7 @@ var registerCommands6 = async (program2) => {
80784
80784
  var package_default14 = {
80785
80785
  name: "@uipath/resourcecatalog-tool",
80786
80786
  license: "MIT",
80787
- version: "1.198.0-preview.86",
80787
+ version: "1.198.0-preview.88",
80788
80788
  description: "CLI plugin for the UiPath Resource Catalog Service.",
80789
80789
  private: false,
80790
80790
  repository: {
@@ -82732,7 +82732,7 @@ var registerCommands7 = async (program2) => {
82732
82732
  var package_default16 = {
82733
82733
  name: "@uipath/admin-tool",
82734
82734
  license: "MIT",
82735
- version: "1.198.0-preview.86",
82735
+ version: "1.198.0-preview.88",
82736
82736
  description: "Manage UiPath admin resources — Identity Server, Resource Catalog Service, Audit Service, VPN Gateway.",
82737
82737
  private: false,
82738
82738
  repository: {
@@ -82797,4 +82797,4 @@ export {
82797
82797
  metadata8 as metadata
82798
82798
  };
82799
82799
 
82800
- //# debugId=E6FF1AC563CA4E3164756E2164756E21
82800
+ //# debugId=4ED26D66F670394D64756E2164756E21
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uipath/admin-tool",
3
3
  "license": "MIT",
4
- "version": "1.198.0-preview.86",
4
+ "version": "1.198.0-preview.88",
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": "e6930a7d30dc12735ec0dc6fd7c4720bbb99e936"
26
+ "gitHead": "9be5d51c7d9ccd184c980771e7f06e240c75a9e2"
27
27
  }