@cat-factory/contracts 0.103.0 → 0.105.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/bootstrap.d.ts +2 -0
- package/dist/bootstrap.d.ts.map +1 -1
- package/dist/entities.d.ts +132 -0
- package/dist/entities.d.ts.map +1 -1
- package/dist/entities.js +82 -0
- package/dist/entities.js.map +1 -1
- package/dist/env-config-repair.d.ts +1 -0
- package/dist/env-config-repair.d.ts.map +1 -1
- package/dist/observability.d.ts +18 -0
- package/dist/observability.d.ts.map +1 -1
- package/dist/observability.js +25 -0
- package/dist/observability.js.map +1 -1
- package/dist/requests.d.ts +75 -2
- package/dist/requests.d.ts.map +1 -1
- package/dist/requests.js +4 -1
- package/dist/requests.js.map +1 -1
- package/dist/routes/agent-runs.d.ts +16 -0
- package/dist/routes/agent-runs.d.ts.map +1 -1
- package/dist/routes/board.d.ts +145 -2
- package/dist/routes/board.d.ts.map +1 -1
- package/dist/routes/bootstrap.d.ts +3 -0
- package/dist/routes/bootstrap.d.ts.map +1 -1
- package/dist/routes/execution.d.ts +108 -0
- package/dist/routes/execution.d.ts.map +1 -1
- package/dist/routes/execution.js +14 -1
- package/dist/routes/execution.js.map +1 -1
- package/dist/routes/human-review.d.ts +6 -0
- package/dist/routes/human-review.d.ts.map +1 -1
- package/dist/routes/human-test.d.ts +30 -0
- package/dist/routes/human-test.d.ts.map +1 -1
- package/dist/routes/initiative.d.ts +7 -0
- package/dist/routes/initiative.d.ts.map +1 -1
- package/dist/routes/tasks.d.ts +21 -0
- package/dist/routes/tasks.d.ts.map +1 -1
- package/dist/routes/visual-confirm.d.ts +18 -0
- package/dist/routes/visual-confirm.d.ts.map +1 -1
- package/dist/routes/workspaces.d.ts +30 -0
- package/dist/routes/workspaces.d.ts.map +1 -1
- package/dist/snapshot.d.ts +15 -0
- package/dist/snapshot.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/routes/board.d.ts
CHANGED
|
@@ -330,6 +330,13 @@ export declare const addFrameContract: {
|
|
|
330
330
|
readonly branch: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
331
331
|
}, undefined>;
|
|
332
332
|
}, undefined>, undefined>, undefined>;
|
|
333
|
+
readonly referenceRepos: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
334
|
+
readonly repoId: import("valibot").NumberSchema<undefined>;
|
|
335
|
+
readonly owner: import("valibot").StringSchema<undefined>;
|
|
336
|
+
readonly name: import("valibot").StringSchema<undefined>;
|
|
337
|
+
readonly defaultBranch: import("valibot").StringSchema<undefined>;
|
|
338
|
+
readonly connectionId: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
339
|
+
}, undefined>, undefined>, undefined>;
|
|
333
340
|
readonly mergePresetId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
334
341
|
readonly modelPresetId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
335
342
|
readonly pipelineId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
@@ -676,6 +683,13 @@ export declare const addServiceFromRepoContract: {
|
|
|
676
683
|
readonly branch: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
677
684
|
}, undefined>;
|
|
678
685
|
}, undefined>, undefined>, undefined>;
|
|
686
|
+
readonly referenceRepos: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
687
|
+
readonly repoId: import("valibot").NumberSchema<undefined>;
|
|
688
|
+
readonly owner: import("valibot").StringSchema<undefined>;
|
|
689
|
+
readonly name: import("valibot").StringSchema<undefined>;
|
|
690
|
+
readonly defaultBranch: import("valibot").StringSchema<undefined>;
|
|
691
|
+
readonly connectionId: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
692
|
+
}, undefined>, undefined>, undefined>;
|
|
679
693
|
readonly mergePresetId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
680
694
|
readonly modelPresetId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
681
695
|
readonly pipelineId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
@@ -1048,6 +1062,13 @@ export declare const addTaskContract: {
|
|
|
1048
1062
|
readonly branch: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1049
1063
|
}, undefined>;
|
|
1050
1064
|
}, undefined>, undefined>, undefined>;
|
|
1065
|
+
readonly referenceRepos: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
1066
|
+
readonly repoId: import("valibot").NumberSchema<undefined>;
|
|
1067
|
+
readonly owner: import("valibot").StringSchema<undefined>;
|
|
1068
|
+
readonly name: import("valibot").StringSchema<undefined>;
|
|
1069
|
+
readonly defaultBranch: import("valibot").StringSchema<undefined>;
|
|
1070
|
+
readonly connectionId: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
1071
|
+
}, undefined>, undefined>, undefined>;
|
|
1051
1072
|
readonly mergePresetId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1052
1073
|
readonly modelPresetId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1053
1074
|
readonly pipelineId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
@@ -1396,6 +1417,13 @@ export declare const addModuleContract: {
|
|
|
1396
1417
|
readonly branch: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1397
1418
|
}, undefined>;
|
|
1398
1419
|
}, undefined>, undefined>, undefined>;
|
|
1420
|
+
readonly referenceRepos: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
1421
|
+
readonly repoId: import("valibot").NumberSchema<undefined>;
|
|
1422
|
+
readonly owner: import("valibot").StringSchema<undefined>;
|
|
1423
|
+
readonly name: import("valibot").StringSchema<undefined>;
|
|
1424
|
+
readonly defaultBranch: import("valibot").StringSchema<undefined>;
|
|
1425
|
+
readonly connectionId: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
1426
|
+
}, undefined>, undefined>, undefined>;
|
|
1399
1427
|
readonly mergePresetId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1400
1428
|
readonly modelPresetId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1401
1429
|
readonly pipelineId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
@@ -1741,6 +1769,13 @@ export declare const addEpicContract: {
|
|
|
1741
1769
|
readonly branch: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1742
1770
|
}, undefined>;
|
|
1743
1771
|
}, undefined>, undefined>, undefined>;
|
|
1772
|
+
readonly referenceRepos: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
1773
|
+
readonly repoId: import("valibot").NumberSchema<undefined>;
|
|
1774
|
+
readonly owner: import("valibot").StringSchema<undefined>;
|
|
1775
|
+
readonly name: import("valibot").StringSchema<undefined>;
|
|
1776
|
+
readonly defaultBranch: import("valibot").StringSchema<undefined>;
|
|
1777
|
+
readonly connectionId: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
1778
|
+
}, undefined>, undefined>, undefined>;
|
|
1744
1779
|
readonly mergePresetId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1745
1780
|
readonly modelPresetId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1746
1781
|
readonly pipelineId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
@@ -2085,6 +2120,13 @@ export declare const assignEpicContract: {
|
|
|
2085
2120
|
readonly branch: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
2086
2121
|
}, undefined>;
|
|
2087
2122
|
}, undefined>, undefined>, undefined>;
|
|
2123
|
+
readonly referenceRepos: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
2124
|
+
readonly repoId: import("valibot").NumberSchema<undefined>;
|
|
2125
|
+
readonly owner: import("valibot").StringSchema<undefined>;
|
|
2126
|
+
readonly name: import("valibot").StringSchema<undefined>;
|
|
2127
|
+
readonly defaultBranch: import("valibot").StringSchema<undefined>;
|
|
2128
|
+
readonly connectionId: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
2129
|
+
}, undefined>, undefined>, undefined>;
|
|
2088
2130
|
readonly mergePresetId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
2089
2131
|
readonly modelPresetId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
2090
2132
|
readonly pipelineId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
@@ -2350,6 +2392,19 @@ export declare const updateBlockContract: {
|
|
|
2350
2392
|
description?: string | undefined;
|
|
2351
2393
|
}[], 50, undefined>]>;
|
|
2352
2394
|
readonly involvedServiceIds: import("valibot").SchemaWithPipe<readonly [import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>, undefined>, import("valibot").MaxLengthAction<string[], 50, undefined>]>;
|
|
2395
|
+
readonly referenceRepos: import("valibot").SchemaWithPipe<readonly [import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
2396
|
+
readonly repoId: import("valibot").NumberSchema<undefined>;
|
|
2397
|
+
readonly owner: import("valibot").StringSchema<undefined>;
|
|
2398
|
+
readonly name: import("valibot").StringSchema<undefined>;
|
|
2399
|
+
readonly defaultBranch: import("valibot").StringSchema<undefined>;
|
|
2400
|
+
readonly connectionId: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
2401
|
+
}, undefined>, undefined>, import("valibot").MaxLengthAction<{
|
|
2402
|
+
repoId: number;
|
|
2403
|
+
owner: string;
|
|
2404
|
+
name: string;
|
|
2405
|
+
defaultBranch: string;
|
|
2406
|
+
connectionId?: number | undefined;
|
|
2407
|
+
}[], 20, undefined>]>;
|
|
2353
2408
|
readonly trackerCommentOnPrOpen: import("valibot").NullableSchema<import("valibot").PicklistSchema<["on", "off"], undefined>, undefined>;
|
|
2354
2409
|
readonly trackerResolveOnMerge: import("valibot").NullableSchema<import("valibot").PicklistSchema<["on", "off"], undefined>, undefined>;
|
|
2355
2410
|
readonly technical: import("valibot").NullableSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
@@ -2602,6 +2657,19 @@ export declare const updateBlockContract: {
|
|
|
2602
2657
|
description?: string | undefined;
|
|
2603
2658
|
}[], 50, undefined>]>, undefined>;
|
|
2604
2659
|
readonly involvedServiceIds: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>, undefined>, import("valibot").MaxLengthAction<string[], 50, undefined>]>, undefined>;
|
|
2660
|
+
readonly referenceRepos: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
2661
|
+
readonly repoId: import("valibot").NumberSchema<undefined>;
|
|
2662
|
+
readonly owner: import("valibot").StringSchema<undefined>;
|
|
2663
|
+
readonly name: import("valibot").StringSchema<undefined>;
|
|
2664
|
+
readonly defaultBranch: import("valibot").StringSchema<undefined>;
|
|
2665
|
+
readonly connectionId: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
2666
|
+
}, undefined>, undefined>, import("valibot").MaxLengthAction<{
|
|
2667
|
+
repoId: number;
|
|
2668
|
+
owner: string;
|
|
2669
|
+
name: string;
|
|
2670
|
+
defaultBranch: string;
|
|
2671
|
+
connectionId?: number | undefined;
|
|
2672
|
+
}[], 20, undefined>]>, undefined>;
|
|
2605
2673
|
readonly trackerCommentOnPrOpen: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["on", "off"], undefined>, undefined>, undefined>;
|
|
2606
2674
|
readonly trackerResolveOnMerge: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["on", "off"], undefined>, undefined>, undefined>;
|
|
2607
2675
|
readonly technical: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").BooleanSchema<undefined>, undefined>, undefined>;
|
|
@@ -2833,6 +2901,13 @@ export declare const updateBlockContract: {
|
|
|
2833
2901
|
description?: string | undefined;
|
|
2834
2902
|
}[] | undefined;
|
|
2835
2903
|
involvedServiceIds?: string[] | undefined;
|
|
2904
|
+
referenceRepos?: {
|
|
2905
|
+
repoId: number;
|
|
2906
|
+
owner: string;
|
|
2907
|
+
name: string;
|
|
2908
|
+
defaultBranch: string;
|
|
2909
|
+
connectionId?: number | undefined;
|
|
2910
|
+
}[] | undefined;
|
|
2836
2911
|
trackerCommentOnPrOpen?: "off" | "on" | null | undefined;
|
|
2837
2912
|
trackerResolveOnMerge?: "off" | "on" | null | undefined;
|
|
2838
2913
|
technical?: boolean | null | undefined;
|
|
@@ -3063,6 +3138,13 @@ export declare const updateBlockContract: {
|
|
|
3063
3138
|
description?: string | undefined;
|
|
3064
3139
|
}[] | undefined;
|
|
3065
3140
|
involvedServiceIds?: string[] | undefined;
|
|
3141
|
+
referenceRepos?: {
|
|
3142
|
+
repoId: number;
|
|
3143
|
+
owner: string;
|
|
3144
|
+
name: string;
|
|
3145
|
+
defaultBranch: string;
|
|
3146
|
+
connectionId?: number | undefined;
|
|
3147
|
+
}[] | undefined;
|
|
3066
3148
|
trackerCommentOnPrOpen?: "off" | "on" | null | undefined;
|
|
3067
3149
|
trackerResolveOnMerge?: "off" | "on" | null | undefined;
|
|
3068
3150
|
technical?: boolean | null | undefined;
|
|
@@ -3294,6 +3376,13 @@ export declare const updateBlockContract: {
|
|
|
3294
3376
|
description?: string | undefined;
|
|
3295
3377
|
}[] | undefined;
|
|
3296
3378
|
involvedServiceIds?: string[] | undefined;
|
|
3379
|
+
referenceRepos?: {
|
|
3380
|
+
repoId: number;
|
|
3381
|
+
owner: string;
|
|
3382
|
+
name: string;
|
|
3383
|
+
defaultBranch: string;
|
|
3384
|
+
connectionId?: number | undefined;
|
|
3385
|
+
}[] | undefined;
|
|
3297
3386
|
trackerCommentOnPrOpen?: "off" | "on" | null | undefined;
|
|
3298
3387
|
trackerResolveOnMerge?: "off" | "on" | null | undefined;
|
|
3299
3388
|
technical?: boolean | null | undefined;
|
|
@@ -3314,7 +3403,13 @@ export declare const updateBlockContract: {
|
|
|
3314
3403
|
}> | import("valibot").IntegerIssue<number> | import("valibot").LiteralIssue | import("valibot").MaxLengthIssue<string, 64> | import("valibot").MaxLengthIssue<string, 120> | import("valibot").MaxLengthIssue<string, 200> | import("valibot").MaxLengthIssue<string, 256> | import("valibot").MaxLengthIssue<string, 300> | import("valibot").MaxLengthIssue<string, 400> | import("valibot").MaxLengthIssue<string, 500> | import("valibot").MaxLengthIssue<string, 2000> | import("valibot").MaxLengthIssue<string[], 50> | import("valibot").MaxLengthIssue<{
|
|
3315
3404
|
serviceBlockId: string;
|
|
3316
3405
|
description?: string | undefined;
|
|
3317
|
-
}[], 50> | import("valibot").
|
|
3406
|
+
}[], 50> | import("valibot").MaxLengthIssue<{
|
|
3407
|
+
repoId: number;
|
|
3408
|
+
owner: string;
|
|
3409
|
+
name: string;
|
|
3410
|
+
defaultBranch: string;
|
|
3411
|
+
connectionId?: number | undefined;
|
|
3412
|
+
}[], 20> | import("valibot").MaxValueIssue<number, 599> | 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").MinValueIssue<number, 1> | import("valibot").MinValueIssue<number, 100> | import("valibot").MinValueIssue<number, 250> | import("valibot").MinValueIssue<number, 1000> | import("valibot").NumberIssue | import("valibot").ObjectIssue | import("valibot").PicklistIssue | import("valibot").RecordIssue | import("valibot").RegexIssue<string> | import("valibot").StringIssue | import("valibot").VariantIssue>;
|
|
3318
3413
|
readonly "~types"?: {
|
|
3319
3414
|
readonly input: {
|
|
3320
3415
|
title?: string | undefined;
|
|
@@ -3540,6 +3635,13 @@ export declare const updateBlockContract: {
|
|
|
3540
3635
|
description?: string | undefined;
|
|
3541
3636
|
}[] | undefined;
|
|
3542
3637
|
involvedServiceIds?: string[] | undefined;
|
|
3638
|
+
referenceRepos?: {
|
|
3639
|
+
repoId: number;
|
|
3640
|
+
owner: string;
|
|
3641
|
+
name: string;
|
|
3642
|
+
defaultBranch: string;
|
|
3643
|
+
connectionId?: number | undefined;
|
|
3644
|
+
}[] | undefined;
|
|
3543
3645
|
trackerCommentOnPrOpen?: "off" | "on" | null | undefined;
|
|
3544
3646
|
trackerResolveOnMerge?: "off" | "on" | null | undefined;
|
|
3545
3647
|
technical?: boolean | null | undefined;
|
|
@@ -3771,6 +3873,13 @@ export declare const updateBlockContract: {
|
|
|
3771
3873
|
description?: string | undefined;
|
|
3772
3874
|
}[] | undefined;
|
|
3773
3875
|
involvedServiceIds?: string[] | undefined;
|
|
3876
|
+
referenceRepos?: {
|
|
3877
|
+
repoId: number;
|
|
3878
|
+
owner: string;
|
|
3879
|
+
name: string;
|
|
3880
|
+
defaultBranch: string;
|
|
3881
|
+
connectionId?: number | undefined;
|
|
3882
|
+
}[] | undefined;
|
|
3774
3883
|
trackerCommentOnPrOpen?: "off" | "on" | null | undefined;
|
|
3775
3884
|
trackerResolveOnMerge?: "off" | "on" | null | undefined;
|
|
3776
3885
|
technical?: boolean | null | undefined;
|
|
@@ -3792,7 +3901,13 @@ export declare const updateBlockContract: {
|
|
|
3792
3901
|
}> | import("valibot").IntegerIssue<number> | import("valibot").LiteralIssue | import("valibot").MaxLengthIssue<string, 64> | import("valibot").MaxLengthIssue<string, 120> | import("valibot").MaxLengthIssue<string, 200> | import("valibot").MaxLengthIssue<string, 256> | import("valibot").MaxLengthIssue<string, 300> | import("valibot").MaxLengthIssue<string, 400> | import("valibot").MaxLengthIssue<string, 500> | import("valibot").MaxLengthIssue<string, 2000> | import("valibot").MaxLengthIssue<string[], 50> | import("valibot").MaxLengthIssue<{
|
|
3793
3902
|
serviceBlockId: string;
|
|
3794
3903
|
description?: string | undefined;
|
|
3795
|
-
}[], 50> | import("valibot").
|
|
3904
|
+
}[], 50> | import("valibot").MaxLengthIssue<{
|
|
3905
|
+
repoId: number;
|
|
3906
|
+
owner: string;
|
|
3907
|
+
name: string;
|
|
3908
|
+
defaultBranch: string;
|
|
3909
|
+
connectionId?: number | undefined;
|
|
3910
|
+
}[], 20> | import("valibot").MaxValueIssue<number, 599> | 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").MinValueIssue<number, 1> | import("valibot").MinValueIssue<number, 100> | import("valibot").MinValueIssue<number, 250> | import("valibot").MinValueIssue<number, 1000> | import("valibot").NumberIssue | import("valibot").ObjectIssue | import("valibot").PicklistIssue | import("valibot").RecordIssue | import("valibot").RegexIssue<string> | import("valibot").StringIssue | import("valibot").VariantIssue;
|
|
3796
3911
|
} | undefined;
|
|
3797
3912
|
};
|
|
3798
3913
|
readonly responsesByStatusCode: {
|
|
@@ -4116,6 +4231,13 @@ export declare const updateBlockContract: {
|
|
|
4116
4231
|
readonly branch: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
4117
4232
|
}, undefined>;
|
|
4118
4233
|
}, undefined>, undefined>, undefined>;
|
|
4234
|
+
readonly referenceRepos: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
4235
|
+
readonly repoId: import("valibot").NumberSchema<undefined>;
|
|
4236
|
+
readonly owner: import("valibot").StringSchema<undefined>;
|
|
4237
|
+
readonly name: import("valibot").StringSchema<undefined>;
|
|
4238
|
+
readonly defaultBranch: import("valibot").StringSchema<undefined>;
|
|
4239
|
+
readonly connectionId: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
4240
|
+
}, undefined>, undefined>, undefined>;
|
|
4119
4241
|
readonly mergePresetId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
4120
4242
|
readonly modelPresetId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
4121
4243
|
readonly pipelineId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
@@ -4463,6 +4585,13 @@ export declare const moveBlockContract: {
|
|
|
4463
4585
|
readonly branch: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
4464
4586
|
}, undefined>;
|
|
4465
4587
|
}, undefined>, undefined>, undefined>;
|
|
4588
|
+
readonly referenceRepos: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
4589
|
+
readonly repoId: import("valibot").NumberSchema<undefined>;
|
|
4590
|
+
readonly owner: import("valibot").StringSchema<undefined>;
|
|
4591
|
+
readonly name: import("valibot").StringSchema<undefined>;
|
|
4592
|
+
readonly defaultBranch: import("valibot").StringSchema<undefined>;
|
|
4593
|
+
readonly connectionId: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
4594
|
+
}, undefined>, undefined>, undefined>;
|
|
4466
4595
|
readonly mergePresetId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
4467
4596
|
readonly modelPresetId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
4468
4597
|
readonly pipelineId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
@@ -4811,6 +4940,13 @@ export declare const reparentBlockContract: {
|
|
|
4811
4940
|
readonly branch: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
4812
4941
|
}, undefined>;
|
|
4813
4942
|
}, undefined>, undefined>, undefined>;
|
|
4943
|
+
readonly referenceRepos: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
4944
|
+
readonly repoId: import("valibot").NumberSchema<undefined>;
|
|
4945
|
+
readonly owner: import("valibot").StringSchema<undefined>;
|
|
4946
|
+
readonly name: import("valibot").StringSchema<undefined>;
|
|
4947
|
+
readonly defaultBranch: import("valibot").StringSchema<undefined>;
|
|
4948
|
+
readonly connectionId: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
4949
|
+
}, undefined>, undefined>, undefined>;
|
|
4814
4950
|
readonly mergePresetId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
4815
4951
|
readonly modelPresetId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
4816
4952
|
readonly pipelineId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
@@ -5189,6 +5325,13 @@ export declare const toggleDependencyContract: {
|
|
|
5189
5325
|
readonly branch: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
5190
5326
|
}, undefined>;
|
|
5191
5327
|
}, undefined>, undefined>, undefined>;
|
|
5328
|
+
readonly referenceRepos: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
5329
|
+
readonly repoId: import("valibot").NumberSchema<undefined>;
|
|
5330
|
+
readonly owner: import("valibot").StringSchema<undefined>;
|
|
5331
|
+
readonly name: import("valibot").StringSchema<undefined>;
|
|
5332
|
+
readonly defaultBranch: import("valibot").StringSchema<undefined>;
|
|
5333
|
+
readonly connectionId: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
5334
|
+
}, undefined>, undefined>, undefined>;
|
|
5192
5335
|
readonly mergePresetId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
5193
5336
|
readonly modelPresetId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
5194
5337
|
readonly pipelineId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"board.d.ts","sourceRoot":"","sources":["../../src/routes/board.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAqB,MAAM,yBAAyB,CAAA;AAwB3E,eAAO,MAAM,gBAAgB
|
|
1
|
+
{"version":3,"file":"board.d.ts","sourceRoot":"","sources":["../../src/routes/board.ts"],"names":[],"mappings":"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAM9B,CAAA;AAEF,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAM5B,CAAA;AAEF,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMhC,CAAA;AAEF,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAK9B,CAAA;AAEF,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMnC,CAAA"}
|
|
@@ -232,6 +232,7 @@ export declare const listBootstrapJobsContract: {
|
|
|
232
232
|
readonly status: v.PicklistSchema<["pending", "in_progress", "completed"], undefined>;
|
|
233
233
|
}, undefined>, undefined>, undefined>;
|
|
234
234
|
}, undefined>, undefined>;
|
|
235
|
+
readonly stepIndex: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
235
236
|
}, undefined>, undefined>;
|
|
236
237
|
readonly createdAt: v.NumberSchema<undefined>;
|
|
237
238
|
readonly updatedAt: v.NumberSchema<undefined>;
|
|
@@ -305,6 +306,7 @@ export declare const getBootstrapJobContract: {
|
|
|
305
306
|
readonly status: v.PicklistSchema<["pending", "in_progress", "completed"], undefined>;
|
|
306
307
|
}, undefined>, undefined>, undefined>;
|
|
307
308
|
}, undefined>, undefined>;
|
|
309
|
+
readonly stepIndex: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
308
310
|
}, undefined>, undefined>;
|
|
309
311
|
readonly createdAt: v.NumberSchema<undefined>;
|
|
310
312
|
readonly updatedAt: v.NumberSchema<undefined>;
|
|
@@ -388,6 +390,7 @@ export declare const startBootstrapJobContract: {
|
|
|
388
390
|
readonly status: v.PicklistSchema<["pending", "in_progress", "completed"], undefined>;
|
|
389
391
|
}, undefined>, undefined>, undefined>;
|
|
390
392
|
}, undefined>, undefined>;
|
|
393
|
+
readonly stepIndex: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
391
394
|
}, undefined>, undefined>;
|
|
392
395
|
readonly createdAt: v.NumberSchema<undefined>;
|
|
393
396
|
readonly updatedAt: v.NumberSchema<undefined>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bootstrap.d.ts","sourceRoot":"","sources":["../../src/routes/bootstrap.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAqB,MAAM,yBAAyB,CAAA;AAC3E,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AAsB5B,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAI7C,CAAA;AAEF,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAK9C,CAAA;AAEF,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAM9C,CAAA;AAEF,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAK9C,CAAA;AAIF,eAAO,MAAM,yBAAyB
|
|
1
|
+
{"version":3,"file":"bootstrap.d.ts","sourceRoot":"","sources":["../../src/routes/bootstrap.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAqB,MAAM,yBAAyB,CAAA;AAC3E,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AAsB5B,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAI7C,CAAA;AAEF,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAK9C,CAAA;AAEF,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAM9C,CAAA;AAEF,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAK9C,CAAA;AAIF,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIpC,CAAA;AAEF,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKlC,CAAA;AAEF,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKpC,CAAA"}
|