@levr-one/cli 0.6.7 → 0.6.9
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-C4YBIWPX.js → importHandler-fkKFmJxK.js} +2 -2
- package/dist/{listHandler-XOpg2k7v.js → listHandler-COahy7f2.js} +1 -1
- package/dist/{loginHandler-CkUP5sOk.js → loginHandler-DXgJwlCG.js} +2 -2
- package/dist/{pushHandler-qGFFvwES.js → pushHandler-BDvJCrRm.js} +2 -2
- package/dist/{resolve-workspace-BE_PrDxy.js → resolve-workspace-BXir_3CF.js} +1 -1
- package/dist/{sdk-client-BBDpZjho.js → sdk-client-D36jMSeM.js} +15 -7
- package/dist/{selectHandler-DNyNNQ_L.js → selectHandler-DGU1gl3-.js} +1 -1
- package/dist/{statusHandler-D03y2BFG.js → statusHandler-B3NDSm__.js} +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -180,7 +180,7 @@ Examples:
|
|
|
180
180
|
aliases: { d: "device-code" }
|
|
181
181
|
},
|
|
182
182
|
loader: async () => {
|
|
183
|
-
const { loginHandler } = await import("./loginHandler-
|
|
183
|
+
const { loginHandler } = await import("./loginHandler-DXgJwlCG.js");
|
|
184
184
|
return loginHandler;
|
|
185
185
|
}
|
|
186
186
|
});
|
|
@@ -219,7 +219,7 @@ Examples:
|
|
|
219
219
|
},
|
|
220
220
|
parameters: {},
|
|
221
221
|
loader: async () => {
|
|
222
|
-
const { statusHandler } = await import("./statusHandler-
|
|
222
|
+
const { statusHandler } = await import("./statusHandler-B3NDSm__.js");
|
|
223
223
|
return statusHandler;
|
|
224
224
|
}
|
|
225
225
|
});
|
|
@@ -331,7 +331,7 @@ Examples:
|
|
|
331
331
|
}
|
|
332
332
|
},
|
|
333
333
|
loader: async () => {
|
|
334
|
-
const { pushHandler } = await import("./pushHandler-
|
|
334
|
+
const { pushHandler } = await import("./pushHandler-BDvJCrRm.js");
|
|
335
335
|
return pushHandler;
|
|
336
336
|
}
|
|
337
337
|
});
|
|
@@ -443,7 +443,7 @@ Examples:
|
|
|
443
443
|
}
|
|
444
444
|
},
|
|
445
445
|
loader: async () => {
|
|
446
|
-
const { importHandler } = await import("./importHandler-
|
|
446
|
+
const { importHandler } = await import("./importHandler-fkKFmJxK.js");
|
|
447
447
|
return importHandler;
|
|
448
448
|
}
|
|
449
449
|
});
|
|
@@ -464,7 +464,7 @@ Examples:
|
|
|
464
464
|
},
|
|
465
465
|
parameters: {},
|
|
466
466
|
loader: async () => {
|
|
467
|
-
const { listHandler } = await import("./listHandler-
|
|
467
|
+
const { listHandler } = await import("./listHandler-COahy7f2.js");
|
|
468
468
|
return listHandler;
|
|
469
469
|
}
|
|
470
470
|
});
|
|
@@ -497,7 +497,7 @@ Examples:
|
|
|
497
497
|
flags: {}
|
|
498
498
|
},
|
|
499
499
|
loader: async () => {
|
|
500
|
-
const { selectHandler } = await import("./selectHandler-
|
|
500
|
+
const { selectHandler } = await import("./selectHandler-DGU1gl3-.js");
|
|
501
501
|
return selectHandler;
|
|
502
502
|
}
|
|
503
503
|
});
|
|
@@ -521,7 +521,7 @@ Examples:
|
|
|
521
521
|
|
|
522
522
|
//#endregion
|
|
523
523
|
//#region package.json
|
|
524
|
-
var version = "0.6.
|
|
524
|
+
var version = "0.6.9";
|
|
525
525
|
|
|
526
526
|
//#endregion
|
|
527
527
|
//#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-D36jMSeM.js";
|
|
3
3
|
import "./workspace-store-DDOxnut1.js";
|
|
4
|
-
import { resolveWorkspace } from "./resolve-workspace-
|
|
4
|
+
import { resolveWorkspace } from "./resolve-workspace-BXir_3CF.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-D36jMSeM.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-D36jMSeM.js";
|
|
3
3
|
import "./workspace-store-DDOxnut1.js";
|
|
4
|
-
import { autoSelectWorkspace } from "./resolve-workspace-
|
|
4
|
+
import { autoSelectWorkspace } from "./resolve-workspace-BXir_3CF.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-D36jMSeM.js";
|
|
3
3
|
import "./workspace-store-DDOxnut1.js";
|
|
4
|
-
import { resolveWorkspace } from "./resolve-workspace-
|
|
4
|
+
import { resolveWorkspace } from "./resolve-workspace-BXir_3CF.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";
|
|
@@ -139,6 +139,7 @@ const zResponseWorkspaceDto = z.object({
|
|
|
139
139
|
url_key: z.string().describe(""),
|
|
140
140
|
ai_budget_daily_usd: z.number().nullable().optional().describe(""),
|
|
141
141
|
ai_budget_monthly_usd: z.number().nullable().optional().describe(""),
|
|
142
|
+
qinetic_enabled: z.boolean().optional().describe(""),
|
|
142
143
|
created_at: z.unknown().describe(""),
|
|
143
144
|
updated_at: z.unknown().describe(""),
|
|
144
145
|
epoch: z.number().describe(""),
|
|
@@ -12844,7 +12845,7 @@ const zResponseFindingObservationDto = z.object({
|
|
|
12844
12845
|
id: z.string().describe(""),
|
|
12845
12846
|
source: z.string().describe(""),
|
|
12846
12847
|
model_version: z.string().nullable().optional().describe(""),
|
|
12847
|
-
original_confidence: z.number().describe(""),
|
|
12848
|
+
original_confidence: z.number().nullable().optional().describe(""),
|
|
12848
12849
|
adjusted_confidence: z.number().nullable().optional().describe(""),
|
|
12849
12850
|
asserted_severity: z.string().nullable().optional().describe(""),
|
|
12850
12851
|
vote: z.string().nullable().optional().describe(""),
|
|
@@ -12864,7 +12865,7 @@ const zCreateFindingObservationDto = z.object({
|
|
|
12864
12865
|
id: z.string().optional().describe(""),
|
|
12865
12866
|
source: z.string().describe(""),
|
|
12866
12867
|
model_version: z.string().nullable().optional().describe(""),
|
|
12867
|
-
original_confidence: z.number().describe(""),
|
|
12868
|
+
original_confidence: z.number().nullable().optional().describe(""),
|
|
12868
12869
|
adjusted_confidence: z.number().nullable().optional().describe(""),
|
|
12869
12870
|
asserted_severity: z.string().nullable().optional().describe(""),
|
|
12870
12871
|
vote: z.string().nullable().optional().describe(""),
|
|
@@ -12878,7 +12879,7 @@ const zUpdateFindingObservationDto = z.object({
|
|
|
12878
12879
|
id: z.string().optional().describe(""),
|
|
12879
12880
|
source: z.string().optional().describe(""),
|
|
12880
12881
|
model_version: z.string().nullable().optional().describe(""),
|
|
12881
|
-
original_confidence: z.number().optional().describe(""),
|
|
12882
|
+
original_confidence: z.number().nullable().optional().describe(""),
|
|
12882
12883
|
adjusted_confidence: z.number().nullable().optional().describe(""),
|
|
12883
12884
|
asserted_severity: z.string().nullable().optional().describe(""),
|
|
12884
12885
|
vote: z.string().nullable().optional().describe(""),
|
|
@@ -13280,7 +13281,7 @@ const zBulkFolderOperationDto = z.object({
|
|
|
13280
13281
|
description: z.string().optional(),
|
|
13281
13282
|
virtual: z.unknown().optional(),
|
|
13282
13283
|
assignee_id: z.string().optional(),
|
|
13283
|
-
parent_id: z.string().optional(),
|
|
13284
|
+
parent_id: z.string().nullable().optional(),
|
|
13284
13285
|
sequence: z.string().optional(),
|
|
13285
13286
|
labels: z.array(z.string()).optional(),
|
|
13286
13287
|
origin: z.enum(["authored", "automation"]).optional(),
|
|
@@ -13290,7 +13291,7 @@ const zBulkFolderOperationDto = z.object({
|
|
|
13290
13291
|
description: z.string().optional(),
|
|
13291
13292
|
virtual: z.unknown().optional(),
|
|
13292
13293
|
assignee_id: z.string().optional(),
|
|
13293
|
-
parent_id: z.string().optional(),
|
|
13294
|
+
parent_id: z.string().nullable().optional(),
|
|
13294
13295
|
sequence: z.string().optional(),
|
|
13295
13296
|
add_labels: z.array(z.string()).optional(),
|
|
13296
13297
|
remove_labels: z.array(z.string()).optional()
|
|
@@ -13332,7 +13333,7 @@ const zCreateFolderDto = z.object({
|
|
|
13332
13333
|
description: z.string().optional(),
|
|
13333
13334
|
virtual: z.unknown().optional(),
|
|
13334
13335
|
assignee_id: z.string().optional(),
|
|
13335
|
-
parent_id: z.string().optional(),
|
|
13336
|
+
parent_id: z.string().nullable().optional(),
|
|
13336
13337
|
sequence: z.string().optional(),
|
|
13337
13338
|
labels: z.array(z.string()).optional(),
|
|
13338
13339
|
origin: z.enum(["authored", "automation"]).optional(),
|
|
@@ -13343,7 +13344,7 @@ const zUpdateFolderDto = z.object({
|
|
|
13343
13344
|
description: z.string().optional(),
|
|
13344
13345
|
virtual: z.unknown().optional(),
|
|
13345
13346
|
assignee_id: z.string().optional(),
|
|
13346
|
-
parent_id: z.string().optional(),
|
|
13347
|
+
parent_id: z.string().nullable().optional(),
|
|
13347
13348
|
sequence: z.string().optional(),
|
|
13348
13349
|
add_labels: z.array(z.string()).optional(),
|
|
13349
13350
|
remove_labels: z.array(z.string()).optional()
|
|
@@ -22221,6 +22222,13 @@ const zInternalResumeAgentV1Data = z.object({
|
|
|
22221
22222
|
url: z.literal("/v1/qinetic/coordination/agents/{id}/resume")
|
|
22222
22223
|
});
|
|
22223
22224
|
|
|
22225
|
+
//#endregion
|
|
22226
|
+
//#region ../sdk/dist/gen/qinetic-provisioning/zod.js
|
|
22227
|
+
const zInternalProvisioningEnableV1Data = z.object({
|
|
22228
|
+
path: z.object({ "id": z.string() }),
|
|
22229
|
+
url: z.literal("/v1/workspace/{id}/qinetic/enable")
|
|
22230
|
+
});
|
|
22231
|
+
|
|
22224
22232
|
//#endregion
|
|
22225
22233
|
//#region ../sdk/dist/gen/qinetic-rca-config/zod.js
|
|
22226
22234
|
const zCreateInternalRcaConfigDto = z.object({
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "./env-CHeKHu5S.js";
|
|
2
|
-
import { authGetSitesV1, configureClient } from "./sdk-client-
|
|
2
|
+
import { authGetSitesV1, configureClient } from "./sdk-client-D36jMSeM.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-D36jMSeM.js";
|
|
3
3
|
import { isTokenExpired } from "./token-refresh-Cu5RpkLJ.js";
|
|
4
4
|
import chalk from "chalk";
|
|
5
5
|
|