@levr-one/cli 0.7.7 → 0.7.8
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-B2zyKkUX.js → importHandler--Odfz6sz.js} +2 -2
- package/dist/{listHandler-BaXnaQkv.js → listHandler-CBKYVX8A.js} +1 -1
- package/dist/{loginHandler-swasPGVn.js → loginHandler-BOWFHzAn.js} +2 -2
- package/dist/{pushHandler-DD18UAh3.js → pushHandler-BBzX09LW.js} +2 -2
- package/dist/{resolve-workspace-anULXxRH.js → resolve-workspace-Bk3y0q3v.js} +1 -1
- package/dist/{sdk-client-BLUjDoCb.js → sdk-client-RgFjzRyG.js} +3 -9
- package/dist/{selectHandler-CH0fcc2P.js → selectHandler-UrTpL_l1.js} +1 -1
- package/dist/{statusHandler-DBC29FE4.js → statusHandler-BBTHpyog.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-BOWFHzAn.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-BBTHpyog.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-BBzX09LW.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--Odfz6sz.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-CBKYVX8A.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-UrTpL_l1.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.8";
|
|
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-RgFjzRyG.js";
|
|
3
3
|
import "./workspace-store-DDOxnut1.js";
|
|
4
|
-
import { resolveWorkspace } from "./resolve-workspace-
|
|
4
|
+
import { resolveWorkspace } from "./resolve-workspace-Bk3y0q3v.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-RgFjzRyG.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-RgFjzRyG.js";
|
|
3
3
|
import "./workspace-store-DDOxnut1.js";
|
|
4
|
-
import { autoSelectWorkspace } from "./resolve-workspace-
|
|
4
|
+
import { autoSelectWorkspace } from "./resolve-workspace-Bk3y0q3v.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-RgFjzRyG.js";
|
|
3
3
|
import "./workspace-store-DDOxnut1.js";
|
|
4
|
-
import { resolveWorkspace } from "./resolve-workspace-
|
|
4
|
+
import { resolveWorkspace } from "./resolve-workspace-Bk3y0q3v.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";
|
|
@@ -13125,7 +13125,6 @@ const zFolderWithChildrenDto = z.object({
|
|
|
13125
13125
|
epoch: z.number(),
|
|
13126
13126
|
key: z.number(),
|
|
13127
13127
|
assignee_id: z.string().optional(),
|
|
13128
|
-
estimate: z.number().optional(),
|
|
13129
13128
|
test_type: z.enum([
|
|
13130
13129
|
"manual",
|
|
13131
13130
|
"text",
|
|
@@ -13206,7 +13205,6 @@ const zRootLevelResponseDto = z.object({
|
|
|
13206
13205
|
epoch: z.number(),
|
|
13207
13206
|
key: z.number(),
|
|
13208
13207
|
assignee_id: z.string().optional(),
|
|
13209
|
-
estimate: z.number().optional(),
|
|
13210
13208
|
test_type: z.enum([
|
|
13211
13209
|
"manual",
|
|
13212
13210
|
"text",
|
|
@@ -13306,7 +13304,6 @@ const zFolderChildrenResponseDto = z.object({
|
|
|
13306
13304
|
epoch: z.number(),
|
|
13307
13305
|
key: z.number(),
|
|
13308
13306
|
assignee_id: z.string().optional(),
|
|
13309
|
-
estimate: z.number().optional(),
|
|
13310
13307
|
test_type: z.enum([
|
|
13311
13308
|
"manual",
|
|
13312
13309
|
"text",
|
|
@@ -27904,7 +27901,6 @@ const zTestResponseDto = z.object({
|
|
|
27904
27901
|
id: z.string().describe(""),
|
|
27905
27902
|
name: z.string().describe(""),
|
|
27906
27903
|
priority: z.number().optional(),
|
|
27907
|
-
estimate: z.number().nullable().optional().describe(""),
|
|
27908
27904
|
data: z.unknown().optional().describe(""),
|
|
27909
27905
|
assignee_id: z.string().nullable().optional().describe(""),
|
|
27910
27906
|
is_automated: z.boolean().optional().describe(""),
|
|
@@ -27977,7 +27973,6 @@ const zCreateTestDto = z.object({
|
|
|
27977
27973
|
id: z.string().optional().describe(""),
|
|
27978
27974
|
name: z.string().describe(""),
|
|
27979
27975
|
priority: z.number().optional().describe(""),
|
|
27980
|
-
estimate: z.number().nullable().optional().describe(""),
|
|
27981
27976
|
data: z.unknown().optional().describe(""),
|
|
27982
27977
|
assignee_id: z.string().nullable().optional().describe(""),
|
|
27983
27978
|
is_automated: z.boolean().optional().describe(""),
|
|
@@ -28013,7 +28008,6 @@ const zCreateTestDto = z.object({
|
|
|
28013
28008
|
});
|
|
28014
28009
|
const zUpdateTestDto = z.object({
|
|
28015
28010
|
name: z.string().optional(),
|
|
28016
|
-
estimate: z.number().optional(),
|
|
28017
28011
|
is_automated: z.boolean().optional(),
|
|
28018
28012
|
to_automate: z.boolean().optional(),
|
|
28019
28013
|
state_mask: z.number().optional(),
|
|
@@ -28122,7 +28116,6 @@ const zTestFindAllV1Data = z.object({
|
|
|
28122
28116
|
"filter.to_automate": z.array(z.string()).optional(),
|
|
28123
28117
|
"filter.state_mask": z.array(z.string()).optional(),
|
|
28124
28118
|
"filter.assignee_id": z.array(z.string()).optional(),
|
|
28125
|
-
"filter.estimate": z.array(z.string()).optional(),
|
|
28126
28119
|
"filter.created_at": z.array(z.string()).optional(),
|
|
28127
28120
|
"filter.created_by": z.array(z.string()).optional(),
|
|
28128
28121
|
"filter.updated_at": z.array(z.string()).optional(),
|
|
@@ -28145,8 +28138,6 @@ const zTestFindAllV1Data = z.object({
|
|
|
28145
28138
|
"updated_by:DESC",
|
|
28146
28139
|
"priority:ASC",
|
|
28147
28140
|
"priority:DESC",
|
|
28148
|
-
"estimate:ASC",
|
|
28149
|
-
"estimate:DESC",
|
|
28150
28141
|
"is_automated:ASC",
|
|
28151
28142
|
"is_automated:DESC",
|
|
28152
28143
|
"to_automate:ASC",
|
|
@@ -28372,6 +28363,7 @@ const zPreviewImportResponseDto = z.object({
|
|
|
28372
28363
|
"is_automated",
|
|
28373
28364
|
"assignee_email",
|
|
28374
28365
|
"labels",
|
|
28366
|
+
"teams",
|
|
28375
28367
|
"attachment_filenames",
|
|
28376
28368
|
"data_set_names",
|
|
28377
28369
|
"sequence",
|
|
@@ -28429,6 +28421,7 @@ const zPreviewImportResponseDto = z.object({
|
|
|
28429
28421
|
"is_automated",
|
|
28430
28422
|
"assignee_email",
|
|
28431
28423
|
"labels",
|
|
28424
|
+
"teams",
|
|
28432
28425
|
"attachment_filenames",
|
|
28433
28426
|
"data_set_names",
|
|
28434
28427
|
"sequence",
|
|
@@ -28487,6 +28480,7 @@ const zCommitImportDto = z.object({
|
|
|
28487
28480
|
"is_automated",
|
|
28488
28481
|
"assignee_email",
|
|
28489
28482
|
"labels",
|
|
28483
|
+
"teams",
|
|
28490
28484
|
"attachment_filenames",
|
|
28491
28485
|
"data_set_names",
|
|
28492
28486
|
"sequence",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "./env-CHeKHu5S.js";
|
|
2
|
-
import { authGetSitesV1, configureClient } from "./sdk-client-
|
|
2
|
+
import { authGetSitesV1, configureClient } from "./sdk-client-RgFjzRyG.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-RgFjzRyG.js";
|
|
3
3
|
import { isTokenExpired } from "./token-refresh-Cu5RpkLJ.js";
|
|
4
4
|
import chalk from "chalk";
|
|
5
5
|
|