@wayai/cli 0.3.79 → 0.3.80
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/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7415,7 +7415,7 @@ var init_dist = __esm({
|
|
|
7415
7415
|
});
|
|
7416
7416
|
reportSourceSchema = external_exports.enum(["sentry", "cli", "review", "security_audit"]);
|
|
7417
7417
|
intakeReportSourceSchema = external_exports.enum(["cli", "review", "security_audit"]);
|
|
7418
|
-
reportClassificationSchema = external_exports.enum(["bug", "flaky_test", "security"]);
|
|
7418
|
+
reportClassificationSchema = external_exports.enum(["bug", "flaky_test", "security", "enhancement"]);
|
|
7419
7419
|
reportStatusSchema = external_exports.enum([
|
|
7420
7420
|
"pending",
|
|
7421
7421
|
"grouped",
|
|
@@ -13946,7 +13946,7 @@ var init_contracts = __esm({
|
|
|
13946
13946
|
});
|
|
13947
13947
|
reportSourceSchema2 = external_exports.enum(["sentry", "cli", "review", "security_audit"]);
|
|
13948
13948
|
intakeReportSourceSchema2 = external_exports.enum(["cli", "review", "security_audit"]);
|
|
13949
|
-
reportClassificationSchema2 = external_exports.enum(["bug", "flaky_test", "security"]);
|
|
13949
|
+
reportClassificationSchema2 = external_exports.enum(["bug", "flaky_test", "security", "enhancement"]);
|
|
13950
13950
|
reportStatusSchema2 = external_exports.enum([
|
|
13951
13951
|
"pending",
|
|
13952
13952
|
"grouped",
|
|
@@ -19389,7 +19389,7 @@ async function reportCreateCommand(args2) {
|
|
|
19389
19389
|
console.error("");
|
|
19390
19390
|
console.error("Optional:");
|
|
19391
19391
|
console.error(" --source <value> Origin: cli (default) | review | security_audit");
|
|
19392
|
-
console.error(" --classification <value> Nature: bug (default) | flaky_test | security");
|
|
19392
|
+
console.error(" --classification <value> Nature: bug (default) | flaky_test | security | enhancement");
|
|
19393
19393
|
console.error(' --dedup-key <text> Stable dedup key (e.g. "<file>::<test>")');
|
|
19394
19394
|
console.error(" --hub <uuid> Hub ID (optional context for the bug report)");
|
|
19395
19395
|
console.error(" --conversation <uuid> Conversation ID");
|