@uipath/admin-tool 1.2.0 → 1.195.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 +47 -24
  2. package/package.json +2 -2
package/dist/tool.js CHANGED
@@ -23634,7 +23634,7 @@ var __require2 = /* @__PURE__ */ createRequire2(import.meta.url);
23634
23634
  var package_default = {
23635
23635
  name: "@uipath/admin-vpngateway-tool",
23636
23636
  license: "MIT",
23637
- version: "1.2.0",
23637
+ version: "1.195.0",
23638
23638
  description: "CLI plugin for UiPath VPN Gateway management (Hypervisor service).",
23639
23639
  private: false,
23640
23640
  repository: {
@@ -23645,7 +23645,9 @@ var package_default = {
23645
23645
  publishConfig: {
23646
23646
  registry: "https://npm.pkg.github.com/@uipath"
23647
23647
  },
23648
- keywords: ["cli-tool"],
23648
+ keywords: [
23649
+ "cli-tool"
23650
+ ],
23649
23651
  type: "module",
23650
23652
  main: "./dist/tool.js",
23651
23653
  exports: {
@@ -23654,7 +23656,9 @@ var package_default = {
23654
23656
  bin: {
23655
23657
  "admin-vpngateway-tool": "./dist/index.js"
23656
23658
  },
23657
- files: ["dist"],
23659
+ files: [
23660
+ "dist"
23661
+ ],
23658
23662
  scripts: {
23659
23663
  build: "bun build ./src/tool.ts --outdir dist --format esm --target node --external commander && bun build ./src/index.ts --outdir dist --format esm --target node",
23660
23664
  package: "bun run build && bun pm pack",
@@ -42751,7 +42755,7 @@ class VoidApiResponse {
42751
42755
  var package_default2 = {
42752
42756
  name: "@uipath/admin-vpngateway-sdk",
42753
42757
  license: "MIT",
42754
- version: "1.2.0",
42758
+ version: "1.195.0",
42755
42759
  description: "SDK for the UiPath Hypervisor VPN Gateway management APIs.",
42756
42760
  repository: {
42757
42761
  type: "git",
@@ -42761,7 +42765,12 @@ var package_default2 = {
42761
42765
  publishConfig: {
42762
42766
  registry: "https://npm.pkg.github.com/@uipath"
42763
42767
  },
42764
- keywords: ["uipath", "vpn-gateway", "hypervisor", "sdk"],
42768
+ keywords: [
42769
+ "uipath",
42770
+ "vpn-gateway",
42771
+ "hypervisor",
42772
+ "sdk"
42773
+ ],
42765
42774
  type: "module",
42766
42775
  main: "./dist/index.js",
42767
42776
  types: "./dist/src/index.d.ts",
@@ -42771,7 +42780,9 @@ var package_default2 = {
42771
42780
  default: "./dist/index.js"
42772
42781
  }
42773
42782
  },
42774
- files: ["dist"],
42783
+ files: [
42784
+ "dist"
42785
+ ],
42775
42786
  private: true,
42776
42787
  scripts: {
42777
42788
  build: "bun build ./src/index.ts --outdir dist --format esm --target node && tsc -p tsconfig.build.json --noCheck",
@@ -53637,7 +53648,7 @@ var registerCommands = async (program2) => {
53637
53648
  var package_default3 = {
53638
53649
  name: "@uipath/apms-tool",
53639
53650
  license: "MIT",
53640
- version: "1.2.0",
53651
+ version: "1.195.0",
53641
53652
  description: "CLI plugin for the UiPath Access Policy Management Service.",
53642
53653
  private: false,
53643
53654
  repository: {
@@ -54064,7 +54075,7 @@ class VoidApiResponse2 {
54064
54075
  var package_default5 = {
54065
54076
  name: "@uipath/apms-sdk",
54066
54077
  license: "MIT",
54067
- version: "1.2.0",
54078
+ version: "1.195.0",
54068
54079
  description: "SDK for the UiPath Access Policy Management Service API.",
54069
54080
  repository: {
54070
54081
  type: "git",
@@ -64551,7 +64562,7 @@ var registerCommands2 = async (program2) => {
64551
64562
  var package_default6 = {
64552
64563
  name: "@uipath/audit-tool",
64553
64564
  license: "MIT",
64554
- version: "1.2.0",
64565
+ version: "1.195.0",
64555
64566
  description: "CLI plugin for the UiPath Audit Service — query event sources, paginate events, and export ZIPs from the long-term store.",
64556
64567
  private: false,
64557
64568
  repository: {
@@ -64562,7 +64573,9 @@ var package_default6 = {
64562
64573
  publishConfig: {
64563
64574
  registry: "https://npm.pkg.github.com/@uipath"
64564
64575
  },
64565
- keywords: ["cli-tool"],
64576
+ keywords: [
64577
+ "cli-tool"
64578
+ ],
64566
64579
  type: "module",
64567
64580
  main: "./dist/tool.js",
64568
64581
  exports: {
@@ -64571,7 +64584,9 @@ var package_default6 = {
64571
64584
  bin: {
64572
64585
  "audit-tool": "./dist/index.js"
64573
64586
  },
64574
- files: ["dist"],
64587
+ files: [
64588
+ "dist"
64589
+ ],
64575
64590
  scripts: {
64576
64591
  build: "bun build ./src/tool.ts --outdir dist --format esm --target node --external commander && bun build ./src/index.ts --outdir dist --format esm --target node",
64577
64592
  package: "bun run build && bun pm pack",
@@ -64844,7 +64859,7 @@ class VoidApiResponse3 {
64844
64859
  var package_default7 = {
64845
64860
  name: "@uipath/audit-sdk",
64846
64861
  license: "MIT",
64847
- version: "1.2.0",
64862
+ version: "1.195.0",
64848
64863
  description: "SDK for the UiPath Audit Service — query audit event sources, list events, and download long-term-store exports.",
64849
64864
  repository: {
64850
64865
  type: "git",
@@ -64854,7 +64869,11 @@ var package_default7 = {
64854
64869
  publishConfig: {
64855
64870
  registry: "https://npm.pkg.github.com/@uipath"
64856
64871
  },
64857
- keywords: ["uipath", "audit", "sdk"],
64872
+ keywords: [
64873
+ "uipath",
64874
+ "audit",
64875
+ "sdk"
64876
+ ],
64858
64877
  type: "module",
64859
64878
  main: "./dist/index.js",
64860
64879
  types: "./dist/src/index.d.ts",
@@ -64864,7 +64883,9 @@ var package_default7 = {
64864
64883
  default: "./dist/index.js"
64865
64884
  }
64866
64885
  },
64867
- files: ["dist"],
64886
+ files: [
64887
+ "dist"
64888
+ ],
64868
64889
  private: true,
64869
64890
  scripts: {
64870
64891
  build: "bun build ./src/index.ts --outdir dist --format esm --target node && tsc -p tsconfig.build.json --noCheck",
@@ -65599,7 +65620,7 @@ var registerCommands3 = async (program2) => {
65599
65620
  var package_default8 = {
65600
65621
  name: "@uipath/authz-tool",
65601
65622
  license: "MIT",
65602
- version: "1.2.0",
65623
+ version: "1.195.0",
65603
65624
  description: "CLI plugin for the UiPath Authorization service.",
65604
65625
  private: false,
65605
65626
  repository: {
@@ -65897,7 +65918,7 @@ class VoidApiResponse4 {
65897
65918
  var package_default9 = {
65898
65919
  name: "@uipath/authz-sdk",
65899
65920
  license: "MIT",
65900
- version: "1.2.0",
65921
+ version: "1.195.0",
65901
65922
  description: "SDK for the UiPath Authorization Service API.",
65902
65923
  repository: {
65903
65924
  type: "git",
@@ -66756,7 +66777,7 @@ class TextApiResponse {
66756
66777
  var package_default10 = {
66757
66778
  name: "@uipath/identity-sdk",
66758
66779
  license: "MIT",
66759
- version: "1.2.0",
66780
+ version: "1.195.0",
66760
66781
  repository: {
66761
66782
  type: "git",
66762
66783
  url: "https://github.com/UiPath/cli.git",
@@ -71210,7 +71231,7 @@ var registerCommands4 = async (program2) => {
71210
71231
  var package_default11 = {
71211
71232
  name: "@uipath/identity-tool",
71212
71233
  license: "MIT",
71213
- version: "1.2.0",
71234
+ version: "1.195.0",
71214
71235
  description: "Manage Identity Server users, groups, robot accounts, and external apps.",
71215
71236
  private: false,
71216
71237
  repository: {
@@ -71221,7 +71242,9 @@ var package_default11 = {
71221
71242
  publishConfig: {
71222
71243
  registry: "https://npm.pkg.github.com/@uipath"
71223
71244
  },
71224
- keywords: ["cli-tool"],
71245
+ keywords: [
71246
+ "cli-tool"
71247
+ ],
71225
71248
  type: "module",
71226
71249
  main: "./dist/tool.js",
71227
71250
  exports: {
@@ -73577,7 +73600,7 @@ var registerCommands5 = async (program2) => {
73577
73600
  var package_default12 = {
73578
73601
  name: "@uipath/oms-tool",
73579
73602
  license: "MIT",
73580
- version: "1.2.0",
73603
+ version: "1.195.0",
73581
73604
  description: "CLI plugin for the UiPath Organization Management Service.",
73582
73605
  private: false,
73583
73606
  repository: {
@@ -74435,7 +74458,7 @@ function querystringSingleKey8(key, value, keyPrefix = "") {
74435
74458
  var package_default13 = {
74436
74459
  name: "@uipath/oms-sdk",
74437
74460
  license: "MIT",
74438
- version: "1.2.0",
74461
+ version: "1.195.0",
74439
74462
  description: "SDK for the UiPath Organization Management Service API.",
74440
74463
  repository: {
74441
74464
  type: "git",
@@ -80108,7 +80131,7 @@ var registerCommands6 = async (program2) => {
80108
80131
  var package_default14 = {
80109
80132
  name: "@uipath/resourcecatalog-tool",
80110
80133
  license: "MIT",
80111
- version: "1.2.0",
80134
+ version: "1.195.0",
80112
80135
  description: "CLI plugin for the UiPath Resource Catalog Service.",
80113
80136
  private: false,
80114
80137
  repository: {
@@ -80403,7 +80426,7 @@ class VoidApiResponse8 {
80403
80426
  var package_default15 = {
80404
80427
  name: "@uipath/resourcecatalog-sdk",
80405
80428
  license: "MIT",
80406
- version: "1.2.0",
80429
+ version: "1.195.0",
80407
80430
  description: "SDK for the UiPath Resource Catalog Service API.",
80408
80431
  repository: {
80409
80432
  type: "git",
@@ -82056,7 +82079,7 @@ var registerCommands7 = async (program2) => {
82056
82079
  var package_default16 = {
82057
82080
  name: "@uipath/admin-tool",
82058
82081
  license: "MIT",
82059
- version: "1.2.0",
82082
+ version: "1.195.0",
82060
82083
  description: "Manage UiPath admin resources — Identity Server, Resource Catalog Service, Audit Service, VPN Gateway.",
82061
82084
  private: false,
82062
82085
  repository: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uipath/admin-tool",
3
3
  "license": "MIT",
4
- "version": "1.2.0",
4
+ "version": "1.195.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": "65fabb84552758b2710d8ca68470e70a9b1d19bc"
26
+ "gitHead": "eecf5713cd579b15783c770d1923e44e730271ea"
27
27
  }