@uipath/admin-tool 1.197.0-preview.76 → 1.197.0

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.197.0-preview.76",
23636
+ version: "1.197.0",
23637
23637
  description: "CLI plugin for UiPath VPN Gateway management (Hypervisor service).",
23638
23638
  private: false,
23639
23639
  repository: {
@@ -53445,7 +53445,7 @@ var registerCommands = async (program2) => {
53445
53445
  var package_default3 = {
53446
53446
  name: "@uipath/apms-tool",
53447
53447
  license: "MIT",
53448
- version: "1.197.0-preview.76",
53448
+ version: "1.197.0",
53449
53449
  description: "CLI plugin for the UiPath Access Policy Management Service.",
53450
53450
  private: false,
53451
53451
  repository: {
@@ -64170,7 +64170,7 @@ var registerCommands2 = async (program2) => {
64170
64170
  var package_default6 = {
64171
64171
  name: "@uipath/audit-tool",
64172
64172
  license: "MIT",
64173
- version: "1.197.0-preview.76",
64173
+ version: "1.197.0",
64174
64174
  description: "CLI plugin for the UiPath Audit Service — query event sources, paginate events, and export ZIPs from the long-term store.",
64175
64175
  private: false,
64176
64176
  repository: {
@@ -65427,7 +65427,7 @@ var registerCommands3 = async (program2) => {
65427
65427
  var package_default8 = {
65428
65428
  name: "@uipath/authz-tool",
65429
65429
  license: "MIT",
65430
- version: "1.197.0-preview.76",
65430
+ version: "1.197.0",
65431
65431
  description: "CLI plugin for the UiPath Authorization service.",
65432
65432
  private: false,
65433
65433
  repository: {
@@ -71038,7 +71038,7 @@ var registerCommands4 = async (program2) => {
71038
71038
  var package_default11 = {
71039
71039
  name: "@uipath/identity-tool",
71040
71040
  license: "MIT",
71041
- version: "1.197.0-preview.76",
71041
+ version: "1.197.0",
71042
71042
  description: "Manage Identity Server users, groups, robot accounts, and external apps.",
71043
71043
  private: false,
71044
71044
  repository: {
@@ -73407,7 +73407,7 @@ var registerCommands5 = async (program2) => {
73407
73407
  var package_default12 = {
73408
73408
  name: "@uipath/oms-tool",
73409
73409
  license: "MIT",
73410
- version: "1.197.0-preview.76",
73410
+ version: "1.197.0",
73411
73411
  description: "CLI plugin for the UiPath Organization Management Service.",
73412
73412
  private: false,
73413
73413
  repository: {
@@ -79938,7 +79938,7 @@ var registerCommands6 = async (program2) => {
79938
79938
  var package_default14 = {
79939
79939
  name: "@uipath/resourcecatalog-tool",
79940
79940
  license: "MIT",
79941
- version: "1.197.0-preview.76",
79941
+ version: "1.197.0",
79942
79942
  description: "CLI plugin for the UiPath Resource Catalog Service.",
79943
79943
  private: false,
79944
79944
  repository: {
@@ -81886,7 +81886,7 @@ var registerCommands7 = async (program2) => {
81886
81886
  var package_default16 = {
81887
81887
  name: "@uipath/admin-tool",
81888
81888
  license: "MIT",
81889
- version: "1.197.0-preview.76",
81889
+ version: "1.197.0",
81890
81890
  description: "Manage UiPath admin resources — Identity Server, Resource Catalog Service, Audit Service, VPN Gateway.",
81891
81891
  private: false,
81892
81892
  repository: {
@@ -81951,4 +81951,4 @@ export {
81951
81951
  metadata8 as metadata
81952
81952
  };
81953
81953
 
81954
- //# debugId=5B1DEFBD2AA1F5BC64756E2164756E21
81954
+ //# debugId=FAD90939F29C5B9464756E2164756E21
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uipath/admin-tool",
3
3
  "license": "MIT",
4
- "version": "1.197.0-preview.76",
4
+ "version": "1.197.0",
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": "e66bcea788dcf20d4032933a353a64baab9b22a9"
26
+ "gitHead": "56f68b263cec4ea1f2a39d738bd99ecf52f88fea"
27
27
  }