@levr-one/cli 0.7.6 → 0.7.7
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.
- package/dist/cli.js +7 -7
- package/dist/{importHandler-BBiGdbE-.js → importHandler-B2zyKkUX.js} +2 -2
- package/dist/{listHandler-Clc6PPa-.js → listHandler-BaXnaQkv.js} +1 -1
- package/dist/{loginHandler-Bh_I1DDB.js → loginHandler-swasPGVn.js} +2 -2
- package/dist/{pushHandler-Dcze-Hyi.js → pushHandler-DD18UAh3.js} +2 -2
- package/dist/{resolve-workspace-9bEIfK0D.js → resolve-workspace-anULXxRH.js} +1 -1
- package/dist/{sdk-client-CMIYlzY7.js → sdk-client-BLUjDoCb.js} +12 -6
- package/dist/{selectHandler-gIbpgar5.js → selectHandler-CH0fcc2P.js} +1 -1
- package/dist/{statusHandler-CIhKSbJ1.js → statusHandler-DBC29FE4.js} +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -210,7 +210,7 @@ Examples:
|
|
|
210
210
|
aliases: { d: "device-code" }
|
|
211
211
|
},
|
|
212
212
|
loader: async () => {
|
|
213
|
-
const { loginHandler } = await import("./loginHandler-
|
|
213
|
+
const { loginHandler } = await import("./loginHandler-swasPGVn.js");
|
|
214
214
|
return loginHandler;
|
|
215
215
|
}
|
|
216
216
|
});
|
|
@@ -249,7 +249,7 @@ Examples:
|
|
|
249
249
|
},
|
|
250
250
|
parameters: {},
|
|
251
251
|
loader: async () => {
|
|
252
|
-
const { statusHandler } = await import("./statusHandler-
|
|
252
|
+
const { statusHandler } = await import("./statusHandler-DBC29FE4.js");
|
|
253
253
|
return statusHandler;
|
|
254
254
|
}
|
|
255
255
|
});
|
|
@@ -361,7 +361,7 @@ Examples:
|
|
|
361
361
|
}
|
|
362
362
|
},
|
|
363
363
|
loader: async () => {
|
|
364
|
-
const { pushHandler } = await import("./pushHandler-
|
|
364
|
+
const { pushHandler } = await import("./pushHandler-DD18UAh3.js");
|
|
365
365
|
return pushHandler;
|
|
366
366
|
}
|
|
367
367
|
});
|
|
@@ -473,7 +473,7 @@ Examples:
|
|
|
473
473
|
}
|
|
474
474
|
},
|
|
475
475
|
loader: async () => {
|
|
476
|
-
const { importHandler } = await import("./importHandler-
|
|
476
|
+
const { importHandler } = await import("./importHandler-B2zyKkUX.js");
|
|
477
477
|
return importHandler;
|
|
478
478
|
}
|
|
479
479
|
});
|
|
@@ -494,7 +494,7 @@ Examples:
|
|
|
494
494
|
},
|
|
495
495
|
parameters: {},
|
|
496
496
|
loader: async () => {
|
|
497
|
-
const { listHandler } = await import("./listHandler-
|
|
497
|
+
const { listHandler } = await import("./listHandler-BaXnaQkv.js");
|
|
498
498
|
return listHandler;
|
|
499
499
|
}
|
|
500
500
|
});
|
|
@@ -527,7 +527,7 @@ Examples:
|
|
|
527
527
|
flags: {}
|
|
528
528
|
},
|
|
529
529
|
loader: async () => {
|
|
530
|
-
const { selectHandler } = await import("./selectHandler-
|
|
530
|
+
const { selectHandler } = await import("./selectHandler-CH0fcc2P.js");
|
|
531
531
|
return selectHandler;
|
|
532
532
|
}
|
|
533
533
|
});
|
|
@@ -551,7 +551,7 @@ Examples:
|
|
|
551
551
|
|
|
552
552
|
//#endregion
|
|
553
553
|
//#region package.json
|
|
554
|
-
var version = "0.7.
|
|
554
|
+
var version = "0.7.7";
|
|
555
555
|
|
|
556
556
|
//#endregion
|
|
557
557
|
//#region src/app.ts
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getApiUrl } from "./env-CHeKHu5S.js";
|
|
2
|
-
import { configureClient, testCaseImportCommitV1, testCaseImportPreviewV1 } from "./sdk-client-
|
|
2
|
+
import { configureClient, testCaseImportCommitV1, testCaseImportPreviewV1 } from "./sdk-client-BLUjDoCb.js";
|
|
3
3
|
import "./workspace-store-DDOxnut1.js";
|
|
4
|
-
import { resolveWorkspace } from "./resolve-workspace-
|
|
4
|
+
import { resolveWorkspace } from "./resolve-workspace-anULXxRH.js";
|
|
5
5
|
import "./token-refresh-Cu5RpkLJ.js";
|
|
6
6
|
import { resolveToken } from "./resolve-token-DbQsmn03.js";
|
|
7
7
|
import chalk from "chalk";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "./env-CHeKHu5S.js";
|
|
2
|
-
import { authGetSitesV1, configureClient } from "./sdk-client-
|
|
2
|
+
import { authGetSitesV1, configureClient } from "./sdk-client-BLUjDoCb.js";
|
|
3
3
|
import { loadWorkspace } from "./workspace-store-DDOxnut1.js";
|
|
4
4
|
import "./token-refresh-Cu5RpkLJ.js";
|
|
5
5
|
import { resolveToken } from "./resolve-token-DbQsmn03.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { CLI_CLIENT_ID, getApiUrl, getAuthUrl, setSessionApiUrl, writeCredentials } from "./env-CHeKHu5S.js";
|
|
2
|
-
import { configureClient } from "./sdk-client-
|
|
2
|
+
import { configureClient } from "./sdk-client-BLUjDoCb.js";
|
|
3
3
|
import "./workspace-store-DDOxnut1.js";
|
|
4
|
-
import { autoSelectWorkspace } from "./resolve-workspace-
|
|
4
|
+
import { autoSelectWorkspace } from "./resolve-workspace-anULXxRH.js";
|
|
5
5
|
import chalk from "chalk";
|
|
6
6
|
import { createHash, randomBytes } from "node:crypto";
|
|
7
7
|
import { createServer } from "node:http";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getApiUrl, getAutomationSourceIdOverride, getSourceOverride, getTeamId } from "./env-CHeKHu5S.js";
|
|
2
|
-
import { client, configureClient, uploadAutomationIngest, uploadImport } from "./sdk-client-
|
|
2
|
+
import { client, configureClient, uploadAutomationIngest, uploadImport } from "./sdk-client-BLUjDoCb.js";
|
|
3
3
|
import "./workspace-store-DDOxnut1.js";
|
|
4
|
-
import { resolveWorkspace } from "./resolve-workspace-
|
|
4
|
+
import { resolveWorkspace } from "./resolve-workspace-anULXxRH.js";
|
|
5
5
|
import "./token-refresh-Cu5RpkLJ.js";
|
|
6
6
|
import { resolveToken } from "./resolve-token-DbQsmn03.js";
|
|
7
7
|
import { readFileSync, statSync } from "node:fs";
|
|
@@ -15999,7 +15999,8 @@ const zCreateIssueAutomationTestEvidenceDto = z.object({
|
|
|
15999
15999
|
"fail",
|
|
16000
16000
|
"regression",
|
|
16001
16001
|
"verification",
|
|
16002
|
-
"flaky"
|
|
16002
|
+
"flaky",
|
|
16003
|
+
"superseded"
|
|
16003
16004
|
]).describe(""),
|
|
16004
16005
|
automation_status_type: z.enum([
|
|
16005
16006
|
"passed",
|
|
@@ -16036,7 +16037,8 @@ const zResponseIssueAutomationTestEvidenceDto = z.object({
|
|
|
16036
16037
|
"fail",
|
|
16037
16038
|
"regression",
|
|
16038
16039
|
"verification",
|
|
16039
|
-
"flaky"
|
|
16040
|
+
"flaky",
|
|
16041
|
+
"superseded"
|
|
16040
16042
|
]).describe(""),
|
|
16041
16043
|
automation_status_type: z.enum([
|
|
16042
16044
|
"passed",
|
|
@@ -16079,7 +16081,8 @@ const zUpdateIssueAutomationTestEvidenceDto = z.object({
|
|
|
16079
16081
|
"fail",
|
|
16080
16082
|
"regression",
|
|
16081
16083
|
"verification",
|
|
16082
|
-
"flaky"
|
|
16084
|
+
"flaky",
|
|
16085
|
+
"superseded"
|
|
16083
16086
|
]).optional().describe(""),
|
|
16084
16087
|
automation_status_type: z.enum([
|
|
16085
16088
|
"passed",
|
|
@@ -16761,7 +16764,8 @@ const zCreateIssueTestEvidenceDto = z.object({
|
|
|
16761
16764
|
"fail",
|
|
16762
16765
|
"regression",
|
|
16763
16766
|
"verification",
|
|
16764
|
-
"flaky"
|
|
16767
|
+
"flaky",
|
|
16768
|
+
"superseded"
|
|
16765
16769
|
]).describe(""),
|
|
16766
16770
|
status_id: z.string().describe(""),
|
|
16767
16771
|
context: z.unknown().optional().describe(""),
|
|
@@ -16779,7 +16783,8 @@ const zResponseIssueTestEvidenceDto = z.object({
|
|
|
16779
16783
|
"fail",
|
|
16780
16784
|
"regression",
|
|
16781
16785
|
"verification",
|
|
16782
|
-
"flaky"
|
|
16786
|
+
"flaky",
|
|
16787
|
+
"superseded"
|
|
16783
16788
|
]).describe(""),
|
|
16784
16789
|
status_id: z.string().describe(""),
|
|
16785
16790
|
context: z.unknown().optional().describe(""),
|
|
@@ -16803,7 +16808,8 @@ const zUpdateIssueTestEvidenceDto = z.object({
|
|
|
16803
16808
|
"fail",
|
|
16804
16809
|
"regression",
|
|
16805
16810
|
"verification",
|
|
16806
|
-
"flaky"
|
|
16811
|
+
"flaky",
|
|
16812
|
+
"superseded"
|
|
16807
16813
|
]).optional().describe(""),
|
|
16808
16814
|
status_id: z.string().optional().describe(""),
|
|
16809
16815
|
context: z.unknown().optional().describe(""),
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "./env-CHeKHu5S.js";
|
|
2
|
-
import { authGetSitesV1, configureClient } from "./sdk-client-
|
|
2
|
+
import { authGetSitesV1, configureClient } from "./sdk-client-BLUjDoCb.js";
|
|
3
3
|
import { saveWorkspace } from "./workspace-store-DDOxnut1.js";
|
|
4
4
|
import "./token-refresh-Cu5RpkLJ.js";
|
|
5
5
|
import { resolveToken } from "./resolve-token-DbQsmn03.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { getApiUrl, getPatToken, readCredentials } from "./env-CHeKHu5S.js";
|
|
2
|
-
import { authGetProfileV1, configureClient } from "./sdk-client-
|
|
2
|
+
import { authGetProfileV1, configureClient } from "./sdk-client-BLUjDoCb.js";
|
|
3
3
|
import { isTokenExpired } from "./token-refresh-Cu5RpkLJ.js";
|
|
4
4
|
import chalk from "chalk";
|
|
5
5
|
|