@uipath/admin-tool 1.198.0-preview.83 → 1.198.0-preview.84

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.198.0-preview.83",
23636
+ version: "1.198.0-preview.84",
23637
23637
  description: "CLI plugin for UiPath VPN Gateway management (Hypervisor service).",
23638
23638
  private: false,
23639
23639
  repository: {
@@ -53461,7 +53461,7 @@ var registerCommands = async (program2) => {
53461
53461
  var package_default3 = {
53462
53462
  name: "@uipath/apms-tool",
53463
53463
  license: "MIT",
53464
- version: "1.198.0-preview.83",
53464
+ version: "1.198.0-preview.84",
53465
53465
  description: "CLI plugin for the UiPath Access Policy Management Service.",
53466
53466
  private: false,
53467
53467
  repository: {
@@ -64209,7 +64209,7 @@ var registerCommands2 = async (program2) => {
64209
64209
  var package_default6 = {
64210
64210
  name: "@uipath/audit-tool",
64211
64211
  license: "MIT",
64212
- version: "1.198.0-preview.83",
64212
+ version: "1.198.0-preview.84",
64213
64213
  description: "CLI plugin for the UiPath Audit Service — query event sources, paginate events, and export ZIPs from the long-term store.",
64214
64214
  private: false,
64215
64215
  repository: {
@@ -65466,7 +65466,7 @@ var registerCommands3 = async (program2) => {
65466
65466
  var package_default8 = {
65467
65467
  name: "@uipath/authz-tool",
65468
65468
  license: "MIT",
65469
- version: "1.198.0-preview.83",
65469
+ version: "1.198.0-preview.84",
65470
65470
  description: "CLI plugin for the UiPath Authorization service.",
65471
65471
  private: false,
65472
65472
  repository: {
@@ -71077,7 +71077,7 @@ var registerCommands4 = async (program2) => {
71077
71077
  var package_default11 = {
71078
71078
  name: "@uipath/identity-tool",
71079
71079
  license: "MIT",
71080
- version: "1.198.0-preview.83",
71080
+ version: "1.198.0-preview.84",
71081
71081
  description: "Manage Identity Server users, groups, robot accounts, and external apps.",
71082
71082
  private: false,
71083
71083
  repository: {
@@ -73446,7 +73446,7 @@ var registerCommands5 = async (program2) => {
73446
73446
  var package_default12 = {
73447
73447
  name: "@uipath/oms-tool",
73448
73448
  license: "MIT",
73449
- version: "1.198.0-preview.83",
73449
+ version: "1.198.0-preview.84",
73450
73450
  description: "CLI plugin for the UiPath Organization Management Service.",
73451
73451
  private: false,
73452
73452
  repository: {
@@ -79977,7 +79977,7 @@ var registerCommands6 = async (program2) => {
79977
79977
  var package_default14 = {
79978
79978
  name: "@uipath/resourcecatalog-tool",
79979
79979
  license: "MIT",
79980
- version: "1.198.0-preview.83",
79980
+ version: "1.198.0-preview.84",
79981
79981
  description: "CLI plugin for the UiPath Resource Catalog Service.",
79982
79982
  private: false,
79983
79983
  repository: {
@@ -81925,7 +81925,7 @@ var registerCommands7 = async (program2) => {
81925
81925
  var package_default16 = {
81926
81926
  name: "@uipath/admin-tool",
81927
81927
  license: "MIT",
81928
- version: "1.198.0-preview.83",
81928
+ version: "1.198.0-preview.84",
81929
81929
  description: "Manage UiPath admin resources — Identity Server, Resource Catalog Service, Audit Service, VPN Gateway.",
81930
81930
  private: false,
81931
81931
  repository: {
@@ -81990,4 +81990,4 @@ export {
81990
81990
  metadata8 as metadata
81991
81991
  };
81992
81992
 
81993
- //# debugId=99A50514320C1BAA64756E2164756E21
81993
+ //# debugId=66AD6D03D54E908C64756E2164756E21
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.83",
4
+ "version": "1.198.0-preview.84",
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": "38fc9a0872ac9260d7ee783e20d57c18fcd479f5"
26
+ "gitHead": "348cb786606b92b1a25785f322856660913a10b5"
27
27
  }