@uipath/test-manager-tool 0.1.12 → 0.2.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 +1 -14
  2. package/package.json +6 -6
package/dist/tool.js CHANGED
@@ -10335,7 +10335,7 @@ var init_src2 = __esm(() => {
10335
10335
  // package.json
10336
10336
  var package_default = {
10337
10337
  name: "@uipath/test-manager-tool",
10338
- version: "0.1.12",
10338
+ version: "0.2.0",
10339
10339
  description: "Manage test cases, test sets, executions, and results.",
10340
10340
  private: false,
10341
10341
  repository: {
@@ -12405,13 +12405,6 @@ class TestSetsApi extends BaseAPI {
12405
12405
  await this.testSetsUpdateTestSetRobotRaw(requestParameters, initOverrides);
12406
12406
  }
12407
12407
  }
12408
- // ../test-manager-sdk/src/scripts/generate-sdk.ts
12409
- import { join as join2 } from "node:path";
12410
- var SWAGGER_URL = process.env.TEST_MANAGER_SWAGGER_URL ?? "https://alpha.uipath.com/uipathqvjwqn/DefaultTenant/testmanager_/swagger/v2/swagger.json";
12411
- var OUTPUT_DIR = join2(process.cwd(), "generated");
12412
- var TEMP_DIR = join2(process.cwd(), "temp");
12413
- var GENERATE_DIR = join2(process.cwd(), "swagger");
12414
- if (false) {}
12415
12408
  // ../auth/src/index.ts
12416
12409
  init_src();
12417
12410
 
@@ -29755,12 +29748,6 @@ async function createApiClient(ApiClass, options) {
29755
29748
  const config2 = await createOrchestratorConfig(options);
29756
29749
  return new ApiClass(config2);
29757
29750
  }
29758
- // ../orchestrator-sdk/src/scripts/generate-sdk.ts
29759
- import { join as join3 } from "node:path";
29760
- var OUTPUT_DIR2 = join3(process.cwd(), "generated");
29761
- var TEMP_DIR2 = join3(process.cwd(), "temp");
29762
- var GENRATE_DIR = join3(process.cwd(), "swagger");
29763
- if (false) {}
29764
29751
  // src/commands/testcase.ts
29765
29752
  var registerTestcaseCommand = (program2) => {
29766
29753
  const testcaseCmd = program2.command("testcase").description("Manage Test Manager test cases");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uipath/test-manager-tool",
3
- "version": "0.1.12",
3
+ "version": "0.2.0",
4
4
  "description": "Manage test cases, test sets, executions, and results.",
5
5
  "private": false,
6
6
  "repository": {
@@ -32,11 +32,11 @@
32
32
  "lint:fix": "biome check --write ."
33
33
  },
34
34
  "devDependencies": {
35
- "@uipath/auth": "0.1.11",
36
- "@uipath/common": "0.1.15",
37
- "@uipath/filesystem": "0.1.7",
38
- "@uipath/orchestrator-sdk": "0.1.7",
39
- "@uipath/test-manager-sdk": "0.1.6",
35
+ "@uipath/auth": "0.2.0",
36
+ "@uipath/common": "0.2.0",
37
+ "@uipath/filesystem": "0.2.0",
38
+ "@uipath/orchestrator-sdk": "0.2.0",
39
+ "@uipath/test-manager-sdk": "0.2.0",
40
40
  "@types/node": "^25.5.0",
41
41
  "commander": "^14.0.3",
42
42
  "typescript": "^5"