@uipath/admin-tool 1.199.0-preview.91 → 1.199.0-preview.92

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.91",
23696
+ version: "1.199.0-preview.92",
23697
23697
  description: "CLI plugin for UiPath VPN Gateway management (Hypervisor service).",
23698
23698
  private: false,
23699
23699
  repository: {
@@ -53903,7 +53903,7 @@ var registerCommands = async (program2) => {
53903
53903
  var package_default3 = {
53904
53904
  name: "@uipath/apms-tool",
53905
53905
  license: "MIT",
53906
- version: "1.199.0-preview.91",
53906
+ version: "1.199.0-preview.92",
53907
53907
  description: "CLI plugin for the UiPath Access Policy Management Service.",
53908
53908
  private: false,
53909
53909
  repository: {
@@ -65032,7 +65032,7 @@ var registerCommands2 = async (program2) => {
65032
65032
  var package_default6 = {
65033
65033
  name: "@uipath/audit-tool",
65034
65034
  license: "MIT",
65035
- version: "1.199.0-preview.91",
65035
+ version: "1.199.0-preview.92",
65036
65036
  description: "CLI plugin for the UiPath Audit Service — query event sources, paginate events, and export ZIPs from the long-term store.",
65037
65037
  private: false,
65038
65038
  repository: {
@@ -66288,7 +66288,7 @@ var registerCommands3 = async (program2) => {
66288
66288
  var package_default8 = {
66289
66289
  name: "@uipath/authz-tool",
66290
66290
  license: "MIT",
66291
- version: "1.199.0-preview.91",
66291
+ version: "1.199.0-preview.92",
66292
66292
  description: "CLI plugin for the UiPath Authorization service.",
66293
66293
  private: false,
66294
66294
  repository: {
@@ -71899,7 +71899,7 @@ var registerCommands4 = async (program2) => {
71899
71899
  var package_default11 = {
71900
71900
  name: "@uipath/identity-tool",
71901
71901
  license: "MIT",
71902
- version: "1.199.0-preview.91",
71902
+ version: "1.199.0-preview.92",
71903
71903
  description: "Manage Identity Server users, groups, robot accounts, and external apps.",
71904
71904
  private: false,
71905
71905
  repository: {
@@ -74268,7 +74268,7 @@ var registerCommands5 = async (program2) => {
74268
74268
  var package_default12 = {
74269
74269
  name: "@uipath/oms-tool",
74270
74270
  license: "MIT",
74271
- version: "1.199.0-preview.91",
74271
+ version: "1.199.0-preview.92",
74272
74272
  description: "CLI plugin for the UiPath Organization Management Service.",
74273
74273
  private: false,
74274
74274
  repository: {
@@ -80799,7 +80799,7 @@ var registerCommands6 = async (program2) => {
80799
80799
  var package_default14 = {
80800
80800
  name: "@uipath/resourcecatalog-tool",
80801
80801
  license: "MIT",
80802
- version: "1.199.0-preview.91",
80802
+ version: "1.199.0-preview.92",
80803
80803
  description: "CLI plugin for the UiPath Resource Catalog Service.",
80804
80804
  private: false,
80805
80805
  repository: {
@@ -82747,7 +82747,7 @@ var registerCommands7 = async (program2) => {
82747
82747
  var package_default16 = {
82748
82748
  name: "@uipath/admin-tool",
82749
82749
  license: "MIT",
82750
- version: "1.199.0-preview.91",
82750
+ version: "1.199.0-preview.92",
82751
82751
  description: "Manage UiPath admin resources — Identity Server, Resource Catalog Service, Audit Service, VPN Gateway.",
82752
82752
  private: false,
82753
82753
  repository: {
@@ -82812,4 +82812,4 @@ export {
82812
82812
  metadata8 as metadata
82813
82813
  };
82814
82814
 
82815
- //# debugId=C7BC7F6F21C2DB7B64756E2164756E21
82815
+ //# debugId=C6AA6EA4C0CBFE0064756E2164756E21
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.91",
4
+ "version": "1.199.0-preview.92",
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": "f428cb1e61ba89ad18394b0c6106784055699f02"
26
+ "gitHead": "d7b66f18f30e2e80a17293b6a0b656b54da35d49"
27
27
  }