@cat-factory/contracts 0.263.0 → 0.264.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.
- package/dist/form-fields.d.ts +21 -0
- package/dist/form-fields.d.ts.map +1 -1
- package/dist/form-fields.js +33 -1
- package/dist/form-fields.js.map +1 -1
- package/dist/primitives.d.ts +280 -0
- package/dist/primitives.d.ts.map +1 -1
- package/dist/primitives.js +11 -0
- package/dist/primitives.js.map +1 -1
- package/dist/public-api.d.ts +55 -5
- package/dist/public-api.d.ts.map +1 -1
- package/dist/public-api.js +55 -5
- package/dist/public-api.js.map +1 -1
- package/dist/public-decisions.d.ts +27 -16
- package/dist/public-decisions.d.ts.map +1 -1
- package/dist/public-decisions.js +19 -8
- package/dist/public-decisions.js.map +1 -1
- package/dist/public-task-types.d.ts +6 -0
- package/dist/public-task-types.d.ts.map +1 -1
- package/dist/public-task-types.js +39 -1
- package/dist/public-task-types.js.map +1 -1
- package/dist/requests.d.ts +468 -2
- package/dist/requests.d.ts.map +1 -1
- package/dist/requests.js +16 -6
- package/dist/requests.js.map +1 -1
- package/dist/routes/board.d.ts +468 -2
- package/dist/routes/board.d.ts.map +1 -1
- package/dist/routes/public-api.d.ts +2 -1
- package/dist/routes/public-api.d.ts.map +1 -1
- package/dist/routes/public-api.js +1 -1
- package/dist/routes/public-api.js.map +1 -1
- package/package.json +1 -1
package/dist/routes/board.d.ts
CHANGED
|
@@ -2504,6 +2504,179 @@ export declare const updateBlockContract: {
|
|
|
2504
2504
|
readonly pipelineId: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>;
|
|
2505
2505
|
readonly agentConfig: import("valibot").RecordSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>, import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>;
|
|
2506
2506
|
readonly customTaskTypeFields: import("valibot").RecordSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 80, undefined>]>, import("valibot").UnionSchema<[import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, import("valibot").SchemaWithPipe<readonly [import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>, import("valibot").MaxLengthAction<string[], 50, undefined>]>, import("valibot").BooleanSchema<undefined>, import("valibot").NumberSchema<undefined>], undefined>, undefined>;
|
|
2507
|
+
readonly builtinTaskTypeFields: Omit<import("valibot").ObjectSchema<{
|
|
2508
|
+
readonly severity: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["low", "medium", "high", "critical"], undefined>, undefined>;
|
|
2509
|
+
readonly stepsToReproduce: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 4000, undefined>]>, undefined>;
|
|
2510
|
+
readonly timeboxHours: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1000, undefined>]>, undefined>;
|
|
2511
|
+
readonly successCriteria: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
2512
|
+
readonly docKind: import("valibot").OptionalSchema<import("valibot").PicklistSchema<readonly ["prd", "rfc", "adr", "design", "technical", "api", "runbook", "research", "reference", "other"], undefined>, undefined>;
|
|
2513
|
+
readonly audience: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 300, undefined>]>, undefined>;
|
|
2514
|
+
readonly targetPath: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 300, undefined>, import("valibot").CheckAction<string, "targetPath must be a relative path inside the repo, ending in .md, with no \"..\", absolute, or backslash segments.">]>, undefined>;
|
|
2515
|
+
readonly outlineHints: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 4000, undefined>]>, undefined>;
|
|
2516
|
+
readonly targetUsers: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
2517
|
+
readonly successMetrics: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
2518
|
+
readonly alternativesConsidered: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
2519
|
+
readonly rolloutConcerns: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
2520
|
+
readonly decisionDrivers: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
2521
|
+
readonly consideredOptions: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
2522
|
+
readonly whenToUse: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
2523
|
+
readonly escalationPath: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
2524
|
+
readonly researchQuestion: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
2525
|
+
readonly optionsToCompare: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
2526
|
+
readonly apiSurface: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
2527
|
+
readonly prNumber: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1, undefined>]>, undefined>;
|
|
2528
|
+
readonly prUrl: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
2529
|
+
readonly reviewFocus: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 4000, undefined>]>, undefined>;
|
|
2530
|
+
readonly custom: import("valibot").OptionalSchema<import("valibot").RecordSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 80, undefined>]>, import("valibot").UnionSchema<[import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, import("valibot").SchemaWithPipe<readonly [import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>, import("valibot").MaxLengthAction<string[], 50, undefined>]>, import("valibot").BooleanSchema<undefined>, import("valibot").NumberSchema<undefined>], undefined>, undefined>, undefined>;
|
|
2531
|
+
}, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
|
|
2532
|
+
readonly entries: Omit<{
|
|
2533
|
+
readonly severity: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["low", "medium", "high", "critical"], undefined>, undefined>;
|
|
2534
|
+
readonly stepsToReproduce: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 4000, undefined>]>, undefined>;
|
|
2535
|
+
readonly timeboxHours: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1000, undefined>]>, undefined>;
|
|
2536
|
+
readonly successCriteria: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
2537
|
+
readonly docKind: import("valibot").OptionalSchema<import("valibot").PicklistSchema<readonly ["prd", "rfc", "adr", "design", "technical", "api", "runbook", "research", "reference", "other"], undefined>, undefined>;
|
|
2538
|
+
readonly audience: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 300, undefined>]>, undefined>;
|
|
2539
|
+
readonly targetPath: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 300, undefined>, import("valibot").CheckAction<string, "targetPath must be a relative path inside the repo, ending in .md, with no \"..\", absolute, or backslash segments.">]>, undefined>;
|
|
2540
|
+
readonly outlineHints: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 4000, undefined>]>, undefined>;
|
|
2541
|
+
readonly targetUsers: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
2542
|
+
readonly successMetrics: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
2543
|
+
readonly alternativesConsidered: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
2544
|
+
readonly rolloutConcerns: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
2545
|
+
readonly decisionDrivers: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
2546
|
+
readonly consideredOptions: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
2547
|
+
readonly whenToUse: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
2548
|
+
readonly escalationPath: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
2549
|
+
readonly researchQuestion: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
2550
|
+
readonly optionsToCompare: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
2551
|
+
readonly apiSurface: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
2552
|
+
readonly prNumber: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1, undefined>]>, undefined>;
|
|
2553
|
+
readonly prUrl: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
2554
|
+
readonly reviewFocus: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 4000, undefined>]>, undefined>;
|
|
2555
|
+
readonly custom: import("valibot").OptionalSchema<import("valibot").RecordSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 80, undefined>]>, import("valibot").UnionSchema<[import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, import("valibot").SchemaWithPipe<readonly [import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>, import("valibot").MaxLengthAction<string[], 50, undefined>]>, import("valibot").BooleanSchema<undefined>, import("valibot").NumberSchema<undefined>], undefined>, undefined>, undefined>;
|
|
2556
|
+
}, "custom">;
|
|
2557
|
+
readonly "~standard": import("valibot").StandardProps<{
|
|
2558
|
+
severity?: "critical" | "high" | "low" | "medium" | undefined;
|
|
2559
|
+
stepsToReproduce?: string | undefined;
|
|
2560
|
+
timeboxHours?: number | undefined;
|
|
2561
|
+
successCriteria?: string | undefined;
|
|
2562
|
+
docKind?: "adr" | "api" | "design" | "other" | "prd" | "reference" | "research" | "rfc" | "runbook" | "technical" | undefined;
|
|
2563
|
+
audience?: string | undefined;
|
|
2564
|
+
targetPath?: string | undefined;
|
|
2565
|
+
outlineHints?: string | undefined;
|
|
2566
|
+
targetUsers?: string | undefined;
|
|
2567
|
+
successMetrics?: string | undefined;
|
|
2568
|
+
alternativesConsidered?: string | undefined;
|
|
2569
|
+
rolloutConcerns?: string | undefined;
|
|
2570
|
+
decisionDrivers?: string | undefined;
|
|
2571
|
+
consideredOptions?: string | undefined;
|
|
2572
|
+
whenToUse?: string | undefined;
|
|
2573
|
+
escalationPath?: string | undefined;
|
|
2574
|
+
researchQuestion?: string | undefined;
|
|
2575
|
+
optionsToCompare?: string | undefined;
|
|
2576
|
+
apiSurface?: string | undefined;
|
|
2577
|
+
prNumber?: number | undefined;
|
|
2578
|
+
prUrl?: string | undefined;
|
|
2579
|
+
reviewFocus?: string | undefined;
|
|
2580
|
+
}, {
|
|
2581
|
+
severity?: "critical" | "high" | "low" | "medium" | undefined;
|
|
2582
|
+
stepsToReproduce?: string | undefined;
|
|
2583
|
+
timeboxHours?: number | undefined;
|
|
2584
|
+
successCriteria?: string | undefined;
|
|
2585
|
+
docKind?: "adr" | "api" | "design" | "other" | "prd" | "reference" | "research" | "rfc" | "runbook" | "technical" | undefined;
|
|
2586
|
+
audience?: string | undefined;
|
|
2587
|
+
targetPath?: string | undefined;
|
|
2588
|
+
outlineHints?: string | undefined;
|
|
2589
|
+
targetUsers?: string | undefined;
|
|
2590
|
+
successMetrics?: string | undefined;
|
|
2591
|
+
alternativesConsidered?: string | undefined;
|
|
2592
|
+
rolloutConcerns?: string | undefined;
|
|
2593
|
+
decisionDrivers?: string | undefined;
|
|
2594
|
+
consideredOptions?: string | undefined;
|
|
2595
|
+
whenToUse?: string | undefined;
|
|
2596
|
+
escalationPath?: string | undefined;
|
|
2597
|
+
researchQuestion?: string | undefined;
|
|
2598
|
+
optionsToCompare?: string | undefined;
|
|
2599
|
+
apiSurface?: string | undefined;
|
|
2600
|
+
prNumber?: number | undefined;
|
|
2601
|
+
prUrl?: string | undefined;
|
|
2602
|
+
reviewFocus?: string | undefined;
|
|
2603
|
+
}>;
|
|
2604
|
+
readonly "~run": (dataset: import("valibot").UnknownDataset, config: import("valibot").Config<import("valibot").BaseIssue<unknown>>) => import("valibot").OutputDataset<{
|
|
2605
|
+
severity?: "critical" | "high" | "low" | "medium" | undefined;
|
|
2606
|
+
stepsToReproduce?: string | undefined;
|
|
2607
|
+
timeboxHours?: number | undefined;
|
|
2608
|
+
successCriteria?: string | undefined;
|
|
2609
|
+
docKind?: "adr" | "api" | "design" | "other" | "prd" | "reference" | "research" | "rfc" | "runbook" | "technical" | undefined;
|
|
2610
|
+
audience?: string | undefined;
|
|
2611
|
+
targetPath?: string | undefined;
|
|
2612
|
+
outlineHints?: string | undefined;
|
|
2613
|
+
targetUsers?: string | undefined;
|
|
2614
|
+
successMetrics?: string | undefined;
|
|
2615
|
+
alternativesConsidered?: string | undefined;
|
|
2616
|
+
rolloutConcerns?: string | undefined;
|
|
2617
|
+
decisionDrivers?: string | undefined;
|
|
2618
|
+
consideredOptions?: string | undefined;
|
|
2619
|
+
whenToUse?: string | undefined;
|
|
2620
|
+
escalationPath?: string | undefined;
|
|
2621
|
+
researchQuestion?: string | undefined;
|
|
2622
|
+
optionsToCompare?: string | undefined;
|
|
2623
|
+
apiSurface?: string | undefined;
|
|
2624
|
+
prNumber?: number | undefined;
|
|
2625
|
+
prUrl?: string | undefined;
|
|
2626
|
+
reviewFocus?: string | undefined;
|
|
2627
|
+
}, import("valibot").CheckIssue<string> | import("valibot").IntegerIssue<number> | import("valibot").MaxLengthIssue<string, 300> | import("valibot").MaxLengthIssue<string, 500> | import("valibot").MaxLengthIssue<string, 2000> | import("valibot").MaxLengthIssue<string, 4000> | import("valibot").MaxValueIssue<number, 1000> | import("valibot").MinValueIssue<number, 0> | import("valibot").MinValueIssue<number, 1> | import("valibot").NumberIssue | import("valibot").ObjectIssue | import("valibot").PicklistIssue | import("valibot").StringIssue>;
|
|
2628
|
+
readonly "~types"?: {
|
|
2629
|
+
readonly input: {
|
|
2630
|
+
severity?: "critical" | "high" | "low" | "medium" | undefined;
|
|
2631
|
+
stepsToReproduce?: string | undefined;
|
|
2632
|
+
timeboxHours?: number | undefined;
|
|
2633
|
+
successCriteria?: string | undefined;
|
|
2634
|
+
docKind?: "adr" | "api" | "design" | "other" | "prd" | "reference" | "research" | "rfc" | "runbook" | "technical" | undefined;
|
|
2635
|
+
audience?: string | undefined;
|
|
2636
|
+
targetPath?: string | undefined;
|
|
2637
|
+
outlineHints?: string | undefined;
|
|
2638
|
+
targetUsers?: string | undefined;
|
|
2639
|
+
successMetrics?: string | undefined;
|
|
2640
|
+
alternativesConsidered?: string | undefined;
|
|
2641
|
+
rolloutConcerns?: string | undefined;
|
|
2642
|
+
decisionDrivers?: string | undefined;
|
|
2643
|
+
consideredOptions?: string | undefined;
|
|
2644
|
+
whenToUse?: string | undefined;
|
|
2645
|
+
escalationPath?: string | undefined;
|
|
2646
|
+
researchQuestion?: string | undefined;
|
|
2647
|
+
optionsToCompare?: string | undefined;
|
|
2648
|
+
apiSurface?: string | undefined;
|
|
2649
|
+
prNumber?: number | undefined;
|
|
2650
|
+
prUrl?: string | undefined;
|
|
2651
|
+
reviewFocus?: string | undefined;
|
|
2652
|
+
};
|
|
2653
|
+
readonly output: {
|
|
2654
|
+
severity?: "critical" | "high" | "low" | "medium" | undefined;
|
|
2655
|
+
stepsToReproduce?: string | undefined;
|
|
2656
|
+
timeboxHours?: number | undefined;
|
|
2657
|
+
successCriteria?: string | undefined;
|
|
2658
|
+
docKind?: "adr" | "api" | "design" | "other" | "prd" | "reference" | "research" | "rfc" | "runbook" | "technical" | undefined;
|
|
2659
|
+
audience?: string | undefined;
|
|
2660
|
+
targetPath?: string | undefined;
|
|
2661
|
+
outlineHints?: string | undefined;
|
|
2662
|
+
targetUsers?: string | undefined;
|
|
2663
|
+
successMetrics?: string | undefined;
|
|
2664
|
+
alternativesConsidered?: string | undefined;
|
|
2665
|
+
rolloutConcerns?: string | undefined;
|
|
2666
|
+
decisionDrivers?: string | undefined;
|
|
2667
|
+
consideredOptions?: string | undefined;
|
|
2668
|
+
whenToUse?: string | undefined;
|
|
2669
|
+
escalationPath?: string | undefined;
|
|
2670
|
+
researchQuestion?: string | undefined;
|
|
2671
|
+
optionsToCompare?: string | undefined;
|
|
2672
|
+
apiSurface?: string | undefined;
|
|
2673
|
+
prNumber?: number | undefined;
|
|
2674
|
+
prUrl?: string | undefined;
|
|
2675
|
+
reviewFocus?: string | undefined;
|
|
2676
|
+
};
|
|
2677
|
+
readonly issue: import("valibot").CheckIssue<string> | import("valibot").IntegerIssue<number> | import("valibot").MaxLengthIssue<string, 300> | import("valibot").MaxLengthIssue<string, 500> | import("valibot").MaxLengthIssue<string, 2000> | import("valibot").MaxLengthIssue<string, 4000> | import("valibot").MaxValueIssue<number, 1000> | import("valibot").MinValueIssue<number, 0> | import("valibot").MinValueIssue<number, 1> | import("valibot").NumberIssue | import("valibot").ObjectIssue | import("valibot").PicklistIssue | import("valibot").StringIssue;
|
|
2678
|
+
} | undefined;
|
|
2679
|
+
};
|
|
2507
2680
|
readonly provisioning: import("valibot").ObjectSchema<{
|
|
2508
2681
|
readonly type: import("valibot").PicklistSchema<["kubernetes", "docker-compose", "cloudflare", "custom", "infraless"], undefined>;
|
|
2509
2682
|
readonly manifestSource: import("valibot").OptionalSchema<import("valibot").VariantSchema<"type", [import("valibot").ObjectSchema<{
|
|
@@ -2822,6 +2995,179 @@ export declare const updateBlockContract: {
|
|
|
2822
2995
|
readonly pipelineId: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>, undefined>;
|
|
2823
2996
|
readonly agentConfig: import("valibot").OptionalSchema<import("valibot").RecordSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>, import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>, undefined>;
|
|
2824
2997
|
readonly customTaskTypeFields: import("valibot").OptionalSchema<import("valibot").RecordSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 80, undefined>]>, import("valibot").UnionSchema<[import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, import("valibot").SchemaWithPipe<readonly [import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>, import("valibot").MaxLengthAction<string[], 50, undefined>]>, import("valibot").BooleanSchema<undefined>, import("valibot").NumberSchema<undefined>], undefined>, undefined>, undefined>;
|
|
2998
|
+
readonly builtinTaskTypeFields: import("valibot").OptionalSchema<Omit<import("valibot").ObjectSchema<{
|
|
2999
|
+
readonly severity: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["low", "medium", "high", "critical"], undefined>, undefined>;
|
|
3000
|
+
readonly stepsToReproduce: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 4000, undefined>]>, undefined>;
|
|
3001
|
+
readonly timeboxHours: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1000, undefined>]>, undefined>;
|
|
3002
|
+
readonly successCriteria: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
3003
|
+
readonly docKind: import("valibot").OptionalSchema<import("valibot").PicklistSchema<readonly ["prd", "rfc", "adr", "design", "technical", "api", "runbook", "research", "reference", "other"], undefined>, undefined>;
|
|
3004
|
+
readonly audience: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 300, undefined>]>, undefined>;
|
|
3005
|
+
readonly targetPath: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 300, undefined>, import("valibot").CheckAction<string, "targetPath must be a relative path inside the repo, ending in .md, with no \"..\", absolute, or backslash segments.">]>, undefined>;
|
|
3006
|
+
readonly outlineHints: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 4000, undefined>]>, undefined>;
|
|
3007
|
+
readonly targetUsers: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
3008
|
+
readonly successMetrics: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
3009
|
+
readonly alternativesConsidered: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
3010
|
+
readonly rolloutConcerns: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
3011
|
+
readonly decisionDrivers: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
3012
|
+
readonly consideredOptions: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
3013
|
+
readonly whenToUse: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
3014
|
+
readonly escalationPath: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
3015
|
+
readonly researchQuestion: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
3016
|
+
readonly optionsToCompare: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
3017
|
+
readonly apiSurface: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
3018
|
+
readonly prNumber: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1, undefined>]>, undefined>;
|
|
3019
|
+
readonly prUrl: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
3020
|
+
readonly reviewFocus: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 4000, undefined>]>, undefined>;
|
|
3021
|
+
readonly custom: import("valibot").OptionalSchema<import("valibot").RecordSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 80, undefined>]>, import("valibot").UnionSchema<[import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, import("valibot").SchemaWithPipe<readonly [import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>, import("valibot").MaxLengthAction<string[], 50, undefined>]>, import("valibot").BooleanSchema<undefined>, import("valibot").NumberSchema<undefined>], undefined>, undefined>, undefined>;
|
|
3022
|
+
}, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
|
|
3023
|
+
readonly entries: Omit<{
|
|
3024
|
+
readonly severity: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["low", "medium", "high", "critical"], undefined>, undefined>;
|
|
3025
|
+
readonly stepsToReproduce: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 4000, undefined>]>, undefined>;
|
|
3026
|
+
readonly timeboxHours: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1000, undefined>]>, undefined>;
|
|
3027
|
+
readonly successCriteria: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
3028
|
+
readonly docKind: import("valibot").OptionalSchema<import("valibot").PicklistSchema<readonly ["prd", "rfc", "adr", "design", "technical", "api", "runbook", "research", "reference", "other"], undefined>, undefined>;
|
|
3029
|
+
readonly audience: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 300, undefined>]>, undefined>;
|
|
3030
|
+
readonly targetPath: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 300, undefined>, import("valibot").CheckAction<string, "targetPath must be a relative path inside the repo, ending in .md, with no \"..\", absolute, or backslash segments.">]>, undefined>;
|
|
3031
|
+
readonly outlineHints: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 4000, undefined>]>, undefined>;
|
|
3032
|
+
readonly targetUsers: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
3033
|
+
readonly successMetrics: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
3034
|
+
readonly alternativesConsidered: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
3035
|
+
readonly rolloutConcerns: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
3036
|
+
readonly decisionDrivers: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
3037
|
+
readonly consideredOptions: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
3038
|
+
readonly whenToUse: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
3039
|
+
readonly escalationPath: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
3040
|
+
readonly researchQuestion: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
3041
|
+
readonly optionsToCompare: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
3042
|
+
readonly apiSurface: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
3043
|
+
readonly prNumber: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1, undefined>]>, undefined>;
|
|
3044
|
+
readonly prUrl: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
3045
|
+
readonly reviewFocus: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 4000, undefined>]>, undefined>;
|
|
3046
|
+
readonly custom: import("valibot").OptionalSchema<import("valibot").RecordSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 80, undefined>]>, import("valibot").UnionSchema<[import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, import("valibot").SchemaWithPipe<readonly [import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>, import("valibot").MaxLengthAction<string[], 50, undefined>]>, import("valibot").BooleanSchema<undefined>, import("valibot").NumberSchema<undefined>], undefined>, undefined>, undefined>;
|
|
3047
|
+
}, "custom">;
|
|
3048
|
+
readonly "~standard": import("valibot").StandardProps<{
|
|
3049
|
+
severity?: "critical" | "high" | "low" | "medium" | undefined;
|
|
3050
|
+
stepsToReproduce?: string | undefined;
|
|
3051
|
+
timeboxHours?: number | undefined;
|
|
3052
|
+
successCriteria?: string | undefined;
|
|
3053
|
+
docKind?: "adr" | "api" | "design" | "other" | "prd" | "reference" | "research" | "rfc" | "runbook" | "technical" | undefined;
|
|
3054
|
+
audience?: string | undefined;
|
|
3055
|
+
targetPath?: string | undefined;
|
|
3056
|
+
outlineHints?: string | undefined;
|
|
3057
|
+
targetUsers?: string | undefined;
|
|
3058
|
+
successMetrics?: string | undefined;
|
|
3059
|
+
alternativesConsidered?: string | undefined;
|
|
3060
|
+
rolloutConcerns?: string | undefined;
|
|
3061
|
+
decisionDrivers?: string | undefined;
|
|
3062
|
+
consideredOptions?: string | undefined;
|
|
3063
|
+
whenToUse?: string | undefined;
|
|
3064
|
+
escalationPath?: string | undefined;
|
|
3065
|
+
researchQuestion?: string | undefined;
|
|
3066
|
+
optionsToCompare?: string | undefined;
|
|
3067
|
+
apiSurface?: string | undefined;
|
|
3068
|
+
prNumber?: number | undefined;
|
|
3069
|
+
prUrl?: string | undefined;
|
|
3070
|
+
reviewFocus?: string | undefined;
|
|
3071
|
+
}, {
|
|
3072
|
+
severity?: "critical" | "high" | "low" | "medium" | undefined;
|
|
3073
|
+
stepsToReproduce?: string | undefined;
|
|
3074
|
+
timeboxHours?: number | undefined;
|
|
3075
|
+
successCriteria?: string | undefined;
|
|
3076
|
+
docKind?: "adr" | "api" | "design" | "other" | "prd" | "reference" | "research" | "rfc" | "runbook" | "technical" | undefined;
|
|
3077
|
+
audience?: string | undefined;
|
|
3078
|
+
targetPath?: string | undefined;
|
|
3079
|
+
outlineHints?: string | undefined;
|
|
3080
|
+
targetUsers?: string | undefined;
|
|
3081
|
+
successMetrics?: string | undefined;
|
|
3082
|
+
alternativesConsidered?: string | undefined;
|
|
3083
|
+
rolloutConcerns?: string | undefined;
|
|
3084
|
+
decisionDrivers?: string | undefined;
|
|
3085
|
+
consideredOptions?: string | undefined;
|
|
3086
|
+
whenToUse?: string | undefined;
|
|
3087
|
+
escalationPath?: string | undefined;
|
|
3088
|
+
researchQuestion?: string | undefined;
|
|
3089
|
+
optionsToCompare?: string | undefined;
|
|
3090
|
+
apiSurface?: string | undefined;
|
|
3091
|
+
prNumber?: number | undefined;
|
|
3092
|
+
prUrl?: string | undefined;
|
|
3093
|
+
reviewFocus?: string | undefined;
|
|
3094
|
+
}>;
|
|
3095
|
+
readonly "~run": (dataset: import("valibot").UnknownDataset, config: import("valibot").Config<import("valibot").BaseIssue<unknown>>) => import("valibot").OutputDataset<{
|
|
3096
|
+
severity?: "critical" | "high" | "low" | "medium" | undefined;
|
|
3097
|
+
stepsToReproduce?: string | undefined;
|
|
3098
|
+
timeboxHours?: number | undefined;
|
|
3099
|
+
successCriteria?: string | undefined;
|
|
3100
|
+
docKind?: "adr" | "api" | "design" | "other" | "prd" | "reference" | "research" | "rfc" | "runbook" | "technical" | undefined;
|
|
3101
|
+
audience?: string | undefined;
|
|
3102
|
+
targetPath?: string | undefined;
|
|
3103
|
+
outlineHints?: string | undefined;
|
|
3104
|
+
targetUsers?: string | undefined;
|
|
3105
|
+
successMetrics?: string | undefined;
|
|
3106
|
+
alternativesConsidered?: string | undefined;
|
|
3107
|
+
rolloutConcerns?: string | undefined;
|
|
3108
|
+
decisionDrivers?: string | undefined;
|
|
3109
|
+
consideredOptions?: string | undefined;
|
|
3110
|
+
whenToUse?: string | undefined;
|
|
3111
|
+
escalationPath?: string | undefined;
|
|
3112
|
+
researchQuestion?: string | undefined;
|
|
3113
|
+
optionsToCompare?: string | undefined;
|
|
3114
|
+
apiSurface?: string | undefined;
|
|
3115
|
+
prNumber?: number | undefined;
|
|
3116
|
+
prUrl?: string | undefined;
|
|
3117
|
+
reviewFocus?: string | undefined;
|
|
3118
|
+
}, import("valibot").CheckIssue<string> | import("valibot").IntegerIssue<number> | import("valibot").MaxLengthIssue<string, 300> | import("valibot").MaxLengthIssue<string, 500> | import("valibot").MaxLengthIssue<string, 2000> | import("valibot").MaxLengthIssue<string, 4000> | import("valibot").MaxValueIssue<number, 1000> | import("valibot").MinValueIssue<number, 0> | import("valibot").MinValueIssue<number, 1> | import("valibot").NumberIssue | import("valibot").ObjectIssue | import("valibot").PicklistIssue | import("valibot").StringIssue>;
|
|
3119
|
+
readonly "~types"?: {
|
|
3120
|
+
readonly input: {
|
|
3121
|
+
severity?: "critical" | "high" | "low" | "medium" | undefined;
|
|
3122
|
+
stepsToReproduce?: string | undefined;
|
|
3123
|
+
timeboxHours?: number | undefined;
|
|
3124
|
+
successCriteria?: string | undefined;
|
|
3125
|
+
docKind?: "adr" | "api" | "design" | "other" | "prd" | "reference" | "research" | "rfc" | "runbook" | "technical" | undefined;
|
|
3126
|
+
audience?: string | undefined;
|
|
3127
|
+
targetPath?: string | undefined;
|
|
3128
|
+
outlineHints?: string | undefined;
|
|
3129
|
+
targetUsers?: string | undefined;
|
|
3130
|
+
successMetrics?: string | undefined;
|
|
3131
|
+
alternativesConsidered?: string | undefined;
|
|
3132
|
+
rolloutConcerns?: string | undefined;
|
|
3133
|
+
decisionDrivers?: string | undefined;
|
|
3134
|
+
consideredOptions?: string | undefined;
|
|
3135
|
+
whenToUse?: string | undefined;
|
|
3136
|
+
escalationPath?: string | undefined;
|
|
3137
|
+
researchQuestion?: string | undefined;
|
|
3138
|
+
optionsToCompare?: string | undefined;
|
|
3139
|
+
apiSurface?: string | undefined;
|
|
3140
|
+
prNumber?: number | undefined;
|
|
3141
|
+
prUrl?: string | undefined;
|
|
3142
|
+
reviewFocus?: string | undefined;
|
|
3143
|
+
};
|
|
3144
|
+
readonly output: {
|
|
3145
|
+
severity?: "critical" | "high" | "low" | "medium" | undefined;
|
|
3146
|
+
stepsToReproduce?: string | undefined;
|
|
3147
|
+
timeboxHours?: number | undefined;
|
|
3148
|
+
successCriteria?: string | undefined;
|
|
3149
|
+
docKind?: "adr" | "api" | "design" | "other" | "prd" | "reference" | "research" | "rfc" | "runbook" | "technical" | undefined;
|
|
3150
|
+
audience?: string | undefined;
|
|
3151
|
+
targetPath?: string | undefined;
|
|
3152
|
+
outlineHints?: string | undefined;
|
|
3153
|
+
targetUsers?: string | undefined;
|
|
3154
|
+
successMetrics?: string | undefined;
|
|
3155
|
+
alternativesConsidered?: string | undefined;
|
|
3156
|
+
rolloutConcerns?: string | undefined;
|
|
3157
|
+
decisionDrivers?: string | undefined;
|
|
3158
|
+
consideredOptions?: string | undefined;
|
|
3159
|
+
whenToUse?: string | undefined;
|
|
3160
|
+
escalationPath?: string | undefined;
|
|
3161
|
+
researchQuestion?: string | undefined;
|
|
3162
|
+
optionsToCompare?: string | undefined;
|
|
3163
|
+
apiSurface?: string | undefined;
|
|
3164
|
+
prNumber?: number | undefined;
|
|
3165
|
+
prUrl?: string | undefined;
|
|
3166
|
+
reviewFocus?: string | undefined;
|
|
3167
|
+
};
|
|
3168
|
+
readonly issue: import("valibot").CheckIssue<string> | import("valibot").IntegerIssue<number> | import("valibot").MaxLengthIssue<string, 300> | import("valibot").MaxLengthIssue<string, 500> | import("valibot").MaxLengthIssue<string, 2000> | import("valibot").MaxLengthIssue<string, 4000> | import("valibot").MaxValueIssue<number, 1000> | import("valibot").MinValueIssue<number, 0> | import("valibot").MinValueIssue<number, 1> | import("valibot").NumberIssue | import("valibot").ObjectIssue | import("valibot").PicklistIssue | import("valibot").StringIssue;
|
|
3169
|
+
} | undefined;
|
|
3170
|
+
}, undefined>;
|
|
2825
3171
|
readonly provisioning: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
2826
3172
|
readonly type: import("valibot").PicklistSchema<["kubernetes", "docker-compose", "cloudflare", "custom", "infraless"], undefined>;
|
|
2827
3173
|
readonly manifestSource: import("valibot").OptionalSchema<import("valibot").VariantSchema<"type", [import("valibot").ObjectSchema<{
|
|
@@ -3144,6 +3490,30 @@ export declare const updateBlockContract: {
|
|
|
3144
3490
|
customTaskTypeFields?: {
|
|
3145
3491
|
[x: string]: string | number | boolean | string[];
|
|
3146
3492
|
} | undefined;
|
|
3493
|
+
builtinTaskTypeFields?: {
|
|
3494
|
+
severity?: "critical" | "high" | "low" | "medium" | undefined;
|
|
3495
|
+
stepsToReproduce?: string | undefined;
|
|
3496
|
+
timeboxHours?: number | undefined;
|
|
3497
|
+
successCriteria?: string | undefined;
|
|
3498
|
+
docKind?: "adr" | "api" | "design" | "other" | "prd" | "reference" | "research" | "rfc" | "runbook" | "technical" | undefined;
|
|
3499
|
+
audience?: string | undefined;
|
|
3500
|
+
targetPath?: string | undefined;
|
|
3501
|
+
outlineHints?: string | undefined;
|
|
3502
|
+
targetUsers?: string | undefined;
|
|
3503
|
+
successMetrics?: string | undefined;
|
|
3504
|
+
alternativesConsidered?: string | undefined;
|
|
3505
|
+
rolloutConcerns?: string | undefined;
|
|
3506
|
+
decisionDrivers?: string | undefined;
|
|
3507
|
+
consideredOptions?: string | undefined;
|
|
3508
|
+
whenToUse?: string | undefined;
|
|
3509
|
+
escalationPath?: string | undefined;
|
|
3510
|
+
researchQuestion?: string | undefined;
|
|
3511
|
+
optionsToCompare?: string | undefined;
|
|
3512
|
+
apiSurface?: string | undefined;
|
|
3513
|
+
prNumber?: number | undefined;
|
|
3514
|
+
prUrl?: string | undefined;
|
|
3515
|
+
reviewFocus?: string | undefined;
|
|
3516
|
+
} | undefined;
|
|
3147
3517
|
provisioning?: {
|
|
3148
3518
|
type: "cloudflare" | "custom" | "docker-compose" | "infraless" | "kubernetes";
|
|
3149
3519
|
manifestSource?: {
|
|
@@ -3420,6 +3790,30 @@ export declare const updateBlockContract: {
|
|
|
3420
3790
|
customTaskTypeFields?: {
|
|
3421
3791
|
[x: string]: string | number | boolean | string[];
|
|
3422
3792
|
} | undefined;
|
|
3793
|
+
builtinTaskTypeFields?: {
|
|
3794
|
+
severity?: "critical" | "high" | "low" | "medium" | undefined;
|
|
3795
|
+
stepsToReproduce?: string | undefined;
|
|
3796
|
+
timeboxHours?: number | undefined;
|
|
3797
|
+
successCriteria?: string | undefined;
|
|
3798
|
+
docKind?: "adr" | "api" | "design" | "other" | "prd" | "reference" | "research" | "rfc" | "runbook" | "technical" | undefined;
|
|
3799
|
+
audience?: string | undefined;
|
|
3800
|
+
targetPath?: string | undefined;
|
|
3801
|
+
outlineHints?: string | undefined;
|
|
3802
|
+
targetUsers?: string | undefined;
|
|
3803
|
+
successMetrics?: string | undefined;
|
|
3804
|
+
alternativesConsidered?: string | undefined;
|
|
3805
|
+
rolloutConcerns?: string | undefined;
|
|
3806
|
+
decisionDrivers?: string | undefined;
|
|
3807
|
+
consideredOptions?: string | undefined;
|
|
3808
|
+
whenToUse?: string | undefined;
|
|
3809
|
+
escalationPath?: string | undefined;
|
|
3810
|
+
researchQuestion?: string | undefined;
|
|
3811
|
+
optionsToCompare?: string | undefined;
|
|
3812
|
+
apiSurface?: string | undefined;
|
|
3813
|
+
prNumber?: number | undefined;
|
|
3814
|
+
prUrl?: string | undefined;
|
|
3815
|
+
reviewFocus?: string | undefined;
|
|
3816
|
+
} | undefined;
|
|
3423
3817
|
provisioning?: {
|
|
3424
3818
|
type: "cloudflare" | "custom" | "docker-compose" | "infraless" | "kubernetes";
|
|
3425
3819
|
manifestSource?: {
|
|
@@ -3697,6 +4091,30 @@ export declare const updateBlockContract: {
|
|
|
3697
4091
|
customTaskTypeFields?: {
|
|
3698
4092
|
[x: string]: string | number | boolean | string[];
|
|
3699
4093
|
} | undefined;
|
|
4094
|
+
builtinTaskTypeFields?: {
|
|
4095
|
+
severity?: "critical" | "high" | "low" | "medium" | undefined;
|
|
4096
|
+
stepsToReproduce?: string | undefined;
|
|
4097
|
+
timeboxHours?: number | undefined;
|
|
4098
|
+
successCriteria?: string | undefined;
|
|
4099
|
+
docKind?: "adr" | "api" | "design" | "other" | "prd" | "reference" | "research" | "rfc" | "runbook" | "technical" | undefined;
|
|
4100
|
+
audience?: string | undefined;
|
|
4101
|
+
targetPath?: string | undefined;
|
|
4102
|
+
outlineHints?: string | undefined;
|
|
4103
|
+
targetUsers?: string | undefined;
|
|
4104
|
+
successMetrics?: string | undefined;
|
|
4105
|
+
alternativesConsidered?: string | undefined;
|
|
4106
|
+
rolloutConcerns?: string | undefined;
|
|
4107
|
+
decisionDrivers?: string | undefined;
|
|
4108
|
+
consideredOptions?: string | undefined;
|
|
4109
|
+
whenToUse?: string | undefined;
|
|
4110
|
+
escalationPath?: string | undefined;
|
|
4111
|
+
researchQuestion?: string | undefined;
|
|
4112
|
+
optionsToCompare?: string | undefined;
|
|
4113
|
+
apiSurface?: string | undefined;
|
|
4114
|
+
prNumber?: number | undefined;
|
|
4115
|
+
prUrl?: string | undefined;
|
|
4116
|
+
reviewFocus?: string | undefined;
|
|
4117
|
+
} | undefined;
|
|
3700
4118
|
provisioning?: {
|
|
3701
4119
|
type: "cloudflare" | "custom" | "docker-compose" | "infraless" | "kubernetes";
|
|
3702
4120
|
manifestSource?: {
|
|
@@ -3972,7 +4390,7 @@ export declare const updateBlockContract: {
|
|
|
3972
4390
|
}[], 20> | import("valibot").MaxLengthIssue<{
|
|
3973
4391
|
name: string;
|
|
3974
4392
|
mode: "reference" | "working";
|
|
3975
|
-
}[], 20> | import("valibot").MaxValueIssue<number, 599> | import("valibot").MaxValueIssue<number, 1024> | import("valibot").MaxValueIssue<number, 60000> | import("valibot").MaxValueIssue<number, 65535> | import("valibot").MaxValueIssue<number, 3600000> | import("valibot").MinLengthIssue<string, 1> | import("valibot").MinLengthIssue<string[], 1> | import("valibot").MinLengthIssue<(string | {
|
|
4393
|
+
}[], 20> | import("valibot").MaxValueIssue<number, 599> | import("valibot").MaxValueIssue<number, 1000> | import("valibot").MaxValueIssue<number, 1024> | import("valibot").MaxValueIssue<number, 60000> | import("valibot").MaxValueIssue<number, 65535> | import("valibot").MaxValueIssue<number, 3600000> | import("valibot").MinLengthIssue<string, 1> | import("valibot").MinLengthIssue<string[], 1> | import("valibot").MinLengthIssue<(string | {
|
|
3976
4394
|
kind: "path";
|
|
3977
4395
|
path: string;
|
|
3978
4396
|
} | {
|
|
@@ -4011,6 +4429,30 @@ export declare const updateBlockContract: {
|
|
|
4011
4429
|
customTaskTypeFields?: {
|
|
4012
4430
|
[x: string]: string | number | boolean | string[];
|
|
4013
4431
|
} | undefined;
|
|
4432
|
+
builtinTaskTypeFields?: {
|
|
4433
|
+
severity?: "critical" | "high" | "low" | "medium" | undefined;
|
|
4434
|
+
stepsToReproduce?: string | undefined;
|
|
4435
|
+
timeboxHours?: number | undefined;
|
|
4436
|
+
successCriteria?: string | undefined;
|
|
4437
|
+
docKind?: "adr" | "api" | "design" | "other" | "prd" | "reference" | "research" | "rfc" | "runbook" | "technical" | undefined;
|
|
4438
|
+
audience?: string | undefined;
|
|
4439
|
+
targetPath?: string | undefined;
|
|
4440
|
+
outlineHints?: string | undefined;
|
|
4441
|
+
targetUsers?: string | undefined;
|
|
4442
|
+
successMetrics?: string | undefined;
|
|
4443
|
+
alternativesConsidered?: string | undefined;
|
|
4444
|
+
rolloutConcerns?: string | undefined;
|
|
4445
|
+
decisionDrivers?: string | undefined;
|
|
4446
|
+
consideredOptions?: string | undefined;
|
|
4447
|
+
whenToUse?: string | undefined;
|
|
4448
|
+
escalationPath?: string | undefined;
|
|
4449
|
+
researchQuestion?: string | undefined;
|
|
4450
|
+
optionsToCompare?: string | undefined;
|
|
4451
|
+
apiSurface?: string | undefined;
|
|
4452
|
+
prNumber?: number | undefined;
|
|
4453
|
+
prUrl?: string | undefined;
|
|
4454
|
+
reviewFocus?: string | undefined;
|
|
4455
|
+
} | undefined;
|
|
4014
4456
|
provisioning?: {
|
|
4015
4457
|
type: "cloudflare" | "custom" | "docker-compose" | "infraless" | "kubernetes";
|
|
4016
4458
|
manifestSource?: {
|
|
@@ -4288,6 +4730,30 @@ export declare const updateBlockContract: {
|
|
|
4288
4730
|
customTaskTypeFields?: {
|
|
4289
4731
|
[x: string]: string | number | boolean | string[];
|
|
4290
4732
|
} | undefined;
|
|
4733
|
+
builtinTaskTypeFields?: {
|
|
4734
|
+
severity?: "critical" | "high" | "low" | "medium" | undefined;
|
|
4735
|
+
stepsToReproduce?: string | undefined;
|
|
4736
|
+
timeboxHours?: number | undefined;
|
|
4737
|
+
successCriteria?: string | undefined;
|
|
4738
|
+
docKind?: "adr" | "api" | "design" | "other" | "prd" | "reference" | "research" | "rfc" | "runbook" | "technical" | undefined;
|
|
4739
|
+
audience?: string | undefined;
|
|
4740
|
+
targetPath?: string | undefined;
|
|
4741
|
+
outlineHints?: string | undefined;
|
|
4742
|
+
targetUsers?: string | undefined;
|
|
4743
|
+
successMetrics?: string | undefined;
|
|
4744
|
+
alternativesConsidered?: string | undefined;
|
|
4745
|
+
rolloutConcerns?: string | undefined;
|
|
4746
|
+
decisionDrivers?: string | undefined;
|
|
4747
|
+
consideredOptions?: string | undefined;
|
|
4748
|
+
whenToUse?: string | undefined;
|
|
4749
|
+
escalationPath?: string | undefined;
|
|
4750
|
+
researchQuestion?: string | undefined;
|
|
4751
|
+
optionsToCompare?: string | undefined;
|
|
4752
|
+
apiSurface?: string | undefined;
|
|
4753
|
+
prNumber?: number | undefined;
|
|
4754
|
+
prUrl?: string | undefined;
|
|
4755
|
+
reviewFocus?: string | undefined;
|
|
4756
|
+
} | undefined;
|
|
4291
4757
|
provisioning?: {
|
|
4292
4758
|
type: "cloudflare" | "custom" | "docker-compose" | "infraless" | "kubernetes";
|
|
4293
4759
|
manifestSource?: {
|
|
@@ -4564,7 +5030,7 @@ export declare const updateBlockContract: {
|
|
|
4564
5030
|
}[], 20> | import("valibot").MaxLengthIssue<{
|
|
4565
5031
|
name: string;
|
|
4566
5032
|
mode: "reference" | "working";
|
|
4567
|
-
}[], 20> | import("valibot").MaxValueIssue<number, 599> | import("valibot").MaxValueIssue<number, 1024> | import("valibot").MaxValueIssue<number, 60000> | import("valibot").MaxValueIssue<number, 65535> | import("valibot").MaxValueIssue<number, 3600000> | import("valibot").MinLengthIssue<string, 1> | import("valibot").MinLengthIssue<string[], 1> | import("valibot").MinLengthIssue<(string | {
|
|
5033
|
+
}[], 20> | import("valibot").MaxValueIssue<number, 599> | import("valibot").MaxValueIssue<number, 1000> | import("valibot").MaxValueIssue<number, 1024> | import("valibot").MaxValueIssue<number, 60000> | import("valibot").MaxValueIssue<number, 65535> | import("valibot").MaxValueIssue<number, 3600000> | import("valibot").MinLengthIssue<string, 1> | import("valibot").MinLengthIssue<string[], 1> | import("valibot").MinLengthIssue<(string | {
|
|
4568
5034
|
kind: "path";
|
|
4569
5035
|
path: string;
|
|
4570
5036
|
} | {
|