@cat-factory/contracts 0.75.0 → 0.76.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/entities.d.ts +34 -0
- package/dist/entities.d.ts.map +1 -1
- package/dist/entities.js +9 -0
- package/dist/entities.js.map +1 -1
- package/dist/frontend.d.ts +128 -0
- package/dist/frontend.d.ts.map +1 -0
- package/dist/frontend.js +113 -0
- package/dist/frontend.js.map +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/requests.d.ts +191 -2
- package/dist/requests.d.ts.map +1 -1
- package/dist/requests.js +5 -0
- package/dist/requests.js.map +1 -1
- package/dist/routes/board.d.ts +461 -2
- package/dist/routes/board.d.ts.map +1 -1
- package/dist/routes/execution.d.ts +54 -0
- package/dist/routes/execution.d.ts.map +1 -1
- package/dist/routes/tasks.d.ts +81 -0
- package/dist/routes/tasks.d.ts.map +1 -1
- package/dist/routes/workspaces.d.ts +54 -0
- package/dist/routes/workspaces.d.ts.map +1 -1
- package/dist/snapshot.d.ts +27 -0
- package/dist/snapshot.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/routes/board.d.ts
CHANGED
|
@@ -167,6 +167,33 @@ export declare const addFrameContract: {
|
|
|
167
167
|
}, undefined>, undefined>;
|
|
168
168
|
readonly cloudProvider: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["cloudflare", "docker", "aws", "gcp", "azure", "custom"], undefined>, undefined>;
|
|
169
169
|
readonly instanceSize: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["small", "medium", "large", "xlarge"], undefined>, undefined>;
|
|
170
|
+
readonly frontendConfig: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
171
|
+
readonly packageManager: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["pnpm", "npm", "yarn"], undefined>, undefined>;
|
|
172
|
+
readonly installCommand: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>;
|
|
173
|
+
readonly buildScript: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 200, undefined>]>, undefined>;
|
|
174
|
+
readonly outputDir: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>;
|
|
175
|
+
readonly serveMode: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["static", "command"], undefined>, undefined>;
|
|
176
|
+
readonly serveScript: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 200, undefined>]>, undefined>;
|
|
177
|
+
readonly servePort: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1, undefined>, import("valibot").MaxValueAction<number, 65535, undefined>]>, undefined>;
|
|
178
|
+
readonly envInjection: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["build", "runtime"], undefined>, undefined>;
|
|
179
|
+
readonly branch: import("valibot").OptionalSchema<import("valibot").VariantSchema<"kind", [import("valibot").ObjectSchema<{
|
|
180
|
+
readonly kind: import("valibot").LiteralSchema<"default", undefined>;
|
|
181
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
182
|
+
readonly kind: import("valibot").LiteralSchema<"task", undefined>;
|
|
183
|
+
readonly fromTaskBlockId: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
184
|
+
}, undefined>], undefined>, undefined>;
|
|
185
|
+
readonly mockMappingsPath: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>;
|
|
186
|
+
readonly previewEnabled: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
187
|
+
readonly backendBindings: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
188
|
+
readonly envVar: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 200, undefined>]>;
|
|
189
|
+
readonly source: import("valibot").VariantSchema<"kind", [import("valibot").ObjectSchema<{
|
|
190
|
+
readonly kind: import("valibot").LiteralSchema<"service", undefined>;
|
|
191
|
+
readonly serviceBlockId: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
192
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
193
|
+
readonly kind: import("valibot").LiteralSchema<"mock", undefined>;
|
|
194
|
+
}, undefined>], undefined>;
|
|
195
|
+
}, undefined>, undefined>;
|
|
196
|
+
}, undefined>, undefined>;
|
|
170
197
|
readonly pullRequest: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
171
198
|
readonly url: import("valibot").StringSchema<undefined>;
|
|
172
199
|
readonly number: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
@@ -353,6 +380,33 @@ export declare const addServiceFromRepoContract: {
|
|
|
353
380
|
}, undefined>, undefined>;
|
|
354
381
|
readonly cloudProvider: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["cloudflare", "docker", "aws", "gcp", "azure", "custom"], undefined>, undefined>;
|
|
355
382
|
readonly instanceSize: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["small", "medium", "large", "xlarge"], undefined>, undefined>;
|
|
383
|
+
readonly frontendConfig: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
384
|
+
readonly packageManager: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["pnpm", "npm", "yarn"], undefined>, undefined>;
|
|
385
|
+
readonly installCommand: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>;
|
|
386
|
+
readonly buildScript: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 200, undefined>]>, undefined>;
|
|
387
|
+
readonly outputDir: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>;
|
|
388
|
+
readonly serveMode: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["static", "command"], undefined>, undefined>;
|
|
389
|
+
readonly serveScript: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 200, undefined>]>, undefined>;
|
|
390
|
+
readonly servePort: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1, undefined>, import("valibot").MaxValueAction<number, 65535, undefined>]>, undefined>;
|
|
391
|
+
readonly envInjection: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["build", "runtime"], undefined>, undefined>;
|
|
392
|
+
readonly branch: import("valibot").OptionalSchema<import("valibot").VariantSchema<"kind", [import("valibot").ObjectSchema<{
|
|
393
|
+
readonly kind: import("valibot").LiteralSchema<"default", undefined>;
|
|
394
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
395
|
+
readonly kind: import("valibot").LiteralSchema<"task", undefined>;
|
|
396
|
+
readonly fromTaskBlockId: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
397
|
+
}, undefined>], undefined>, undefined>;
|
|
398
|
+
readonly mockMappingsPath: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>;
|
|
399
|
+
readonly previewEnabled: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
400
|
+
readonly backendBindings: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
401
|
+
readonly envVar: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 200, undefined>]>;
|
|
402
|
+
readonly source: import("valibot").VariantSchema<"kind", [import("valibot").ObjectSchema<{
|
|
403
|
+
readonly kind: import("valibot").LiteralSchema<"service", undefined>;
|
|
404
|
+
readonly serviceBlockId: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
405
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
406
|
+
readonly kind: import("valibot").LiteralSchema<"mock", undefined>;
|
|
407
|
+
}, undefined>], undefined>;
|
|
408
|
+
}, undefined>, undefined>;
|
|
409
|
+
}, undefined>, undefined>;
|
|
356
410
|
readonly pullRequest: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
357
411
|
readonly url: import("valibot").StringSchema<undefined>;
|
|
358
412
|
readonly number: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
@@ -554,6 +608,33 @@ export declare const addTaskContract: {
|
|
|
554
608
|
}, undefined>, undefined>;
|
|
555
609
|
readonly cloudProvider: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["cloudflare", "docker", "aws", "gcp", "azure", "custom"], undefined>, undefined>;
|
|
556
610
|
readonly instanceSize: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["small", "medium", "large", "xlarge"], undefined>, undefined>;
|
|
611
|
+
readonly frontendConfig: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
612
|
+
readonly packageManager: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["pnpm", "npm", "yarn"], undefined>, undefined>;
|
|
613
|
+
readonly installCommand: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>;
|
|
614
|
+
readonly buildScript: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 200, undefined>]>, undefined>;
|
|
615
|
+
readonly outputDir: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>;
|
|
616
|
+
readonly serveMode: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["static", "command"], undefined>, undefined>;
|
|
617
|
+
readonly serveScript: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 200, undefined>]>, undefined>;
|
|
618
|
+
readonly servePort: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1, undefined>, import("valibot").MaxValueAction<number, 65535, undefined>]>, undefined>;
|
|
619
|
+
readonly envInjection: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["build", "runtime"], undefined>, undefined>;
|
|
620
|
+
readonly branch: import("valibot").OptionalSchema<import("valibot").VariantSchema<"kind", [import("valibot").ObjectSchema<{
|
|
621
|
+
readonly kind: import("valibot").LiteralSchema<"default", undefined>;
|
|
622
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
623
|
+
readonly kind: import("valibot").LiteralSchema<"task", undefined>;
|
|
624
|
+
readonly fromTaskBlockId: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
625
|
+
}, undefined>], undefined>, undefined>;
|
|
626
|
+
readonly mockMappingsPath: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>;
|
|
627
|
+
readonly previewEnabled: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
628
|
+
readonly backendBindings: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
629
|
+
readonly envVar: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 200, undefined>]>;
|
|
630
|
+
readonly source: import("valibot").VariantSchema<"kind", [import("valibot").ObjectSchema<{
|
|
631
|
+
readonly kind: import("valibot").LiteralSchema<"service", undefined>;
|
|
632
|
+
readonly serviceBlockId: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
633
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
634
|
+
readonly kind: import("valibot").LiteralSchema<"mock", undefined>;
|
|
635
|
+
}, undefined>], undefined>;
|
|
636
|
+
}, undefined>, undefined>;
|
|
637
|
+
}, undefined>, undefined>;
|
|
557
638
|
readonly pullRequest: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
558
639
|
readonly url: import("valibot").StringSchema<undefined>;
|
|
559
640
|
readonly number: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
@@ -742,6 +823,33 @@ export declare const addModuleContract: {
|
|
|
742
823
|
}, undefined>, undefined>;
|
|
743
824
|
readonly cloudProvider: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["cloudflare", "docker", "aws", "gcp", "azure", "custom"], undefined>, undefined>;
|
|
744
825
|
readonly instanceSize: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["small", "medium", "large", "xlarge"], undefined>, undefined>;
|
|
826
|
+
readonly frontendConfig: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
827
|
+
readonly packageManager: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["pnpm", "npm", "yarn"], undefined>, undefined>;
|
|
828
|
+
readonly installCommand: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>;
|
|
829
|
+
readonly buildScript: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 200, undefined>]>, undefined>;
|
|
830
|
+
readonly outputDir: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>;
|
|
831
|
+
readonly serveMode: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["static", "command"], undefined>, undefined>;
|
|
832
|
+
readonly serveScript: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 200, undefined>]>, undefined>;
|
|
833
|
+
readonly servePort: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1, undefined>, import("valibot").MaxValueAction<number, 65535, undefined>]>, undefined>;
|
|
834
|
+
readonly envInjection: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["build", "runtime"], undefined>, undefined>;
|
|
835
|
+
readonly branch: import("valibot").OptionalSchema<import("valibot").VariantSchema<"kind", [import("valibot").ObjectSchema<{
|
|
836
|
+
readonly kind: import("valibot").LiteralSchema<"default", undefined>;
|
|
837
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
838
|
+
readonly kind: import("valibot").LiteralSchema<"task", undefined>;
|
|
839
|
+
readonly fromTaskBlockId: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
840
|
+
}, undefined>], undefined>, undefined>;
|
|
841
|
+
readonly mockMappingsPath: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>;
|
|
842
|
+
readonly previewEnabled: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
843
|
+
readonly backendBindings: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
844
|
+
readonly envVar: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 200, undefined>]>;
|
|
845
|
+
readonly source: import("valibot").VariantSchema<"kind", [import("valibot").ObjectSchema<{
|
|
846
|
+
readonly kind: import("valibot").LiteralSchema<"service", undefined>;
|
|
847
|
+
readonly serviceBlockId: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
848
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
849
|
+
readonly kind: import("valibot").LiteralSchema<"mock", undefined>;
|
|
850
|
+
}, undefined>], undefined>;
|
|
851
|
+
}, undefined>, undefined>;
|
|
852
|
+
}, undefined>, undefined>;
|
|
745
853
|
readonly pullRequest: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
746
854
|
readonly url: import("valibot").StringSchema<undefined>;
|
|
747
855
|
readonly number: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
@@ -927,6 +1035,33 @@ export declare const addEpicContract: {
|
|
|
927
1035
|
}, undefined>, undefined>;
|
|
928
1036
|
readonly cloudProvider: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["cloudflare", "docker", "aws", "gcp", "azure", "custom"], undefined>, undefined>;
|
|
929
1037
|
readonly instanceSize: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["small", "medium", "large", "xlarge"], undefined>, undefined>;
|
|
1038
|
+
readonly frontendConfig: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
1039
|
+
readonly packageManager: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["pnpm", "npm", "yarn"], undefined>, undefined>;
|
|
1040
|
+
readonly installCommand: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>;
|
|
1041
|
+
readonly buildScript: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 200, undefined>]>, undefined>;
|
|
1042
|
+
readonly outputDir: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>;
|
|
1043
|
+
readonly serveMode: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["static", "command"], undefined>, undefined>;
|
|
1044
|
+
readonly serveScript: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 200, undefined>]>, undefined>;
|
|
1045
|
+
readonly servePort: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1, undefined>, import("valibot").MaxValueAction<number, 65535, undefined>]>, undefined>;
|
|
1046
|
+
readonly envInjection: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["build", "runtime"], undefined>, undefined>;
|
|
1047
|
+
readonly branch: import("valibot").OptionalSchema<import("valibot").VariantSchema<"kind", [import("valibot").ObjectSchema<{
|
|
1048
|
+
readonly kind: import("valibot").LiteralSchema<"default", undefined>;
|
|
1049
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
1050
|
+
readonly kind: import("valibot").LiteralSchema<"task", undefined>;
|
|
1051
|
+
readonly fromTaskBlockId: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
1052
|
+
}, undefined>], undefined>, undefined>;
|
|
1053
|
+
readonly mockMappingsPath: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>;
|
|
1054
|
+
readonly previewEnabled: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
1055
|
+
readonly backendBindings: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
1056
|
+
readonly envVar: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 200, undefined>]>;
|
|
1057
|
+
readonly source: import("valibot").VariantSchema<"kind", [import("valibot").ObjectSchema<{
|
|
1058
|
+
readonly kind: import("valibot").LiteralSchema<"service", undefined>;
|
|
1059
|
+
readonly serviceBlockId: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
1060
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
1061
|
+
readonly kind: import("valibot").LiteralSchema<"mock", undefined>;
|
|
1062
|
+
}, undefined>], undefined>;
|
|
1063
|
+
}, undefined>, undefined>;
|
|
1064
|
+
}, undefined>, undefined>;
|
|
930
1065
|
readonly pullRequest: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
931
1066
|
readonly url: import("valibot").StringSchema<undefined>;
|
|
932
1067
|
readonly number: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
@@ -1111,6 +1246,33 @@ export declare const assignEpicContract: {
|
|
|
1111
1246
|
}, undefined>, undefined>;
|
|
1112
1247
|
readonly cloudProvider: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["cloudflare", "docker", "aws", "gcp", "azure", "custom"], undefined>, undefined>;
|
|
1113
1248
|
readonly instanceSize: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["small", "medium", "large", "xlarge"], undefined>, undefined>;
|
|
1249
|
+
readonly frontendConfig: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
1250
|
+
readonly packageManager: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["pnpm", "npm", "yarn"], undefined>, undefined>;
|
|
1251
|
+
readonly installCommand: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>;
|
|
1252
|
+
readonly buildScript: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 200, undefined>]>, undefined>;
|
|
1253
|
+
readonly outputDir: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>;
|
|
1254
|
+
readonly serveMode: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["static", "command"], undefined>, undefined>;
|
|
1255
|
+
readonly serveScript: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 200, undefined>]>, undefined>;
|
|
1256
|
+
readonly servePort: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1, undefined>, import("valibot").MaxValueAction<number, 65535, undefined>]>, undefined>;
|
|
1257
|
+
readonly envInjection: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["build", "runtime"], undefined>, undefined>;
|
|
1258
|
+
readonly branch: import("valibot").OptionalSchema<import("valibot").VariantSchema<"kind", [import("valibot").ObjectSchema<{
|
|
1259
|
+
readonly kind: import("valibot").LiteralSchema<"default", undefined>;
|
|
1260
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
1261
|
+
readonly kind: import("valibot").LiteralSchema<"task", undefined>;
|
|
1262
|
+
readonly fromTaskBlockId: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
1263
|
+
}, undefined>], undefined>, undefined>;
|
|
1264
|
+
readonly mockMappingsPath: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>;
|
|
1265
|
+
readonly previewEnabled: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
1266
|
+
readonly backendBindings: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
1267
|
+
readonly envVar: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 200, undefined>]>;
|
|
1268
|
+
readonly source: import("valibot").VariantSchema<"kind", [import("valibot").ObjectSchema<{
|
|
1269
|
+
readonly kind: import("valibot").LiteralSchema<"service", undefined>;
|
|
1270
|
+
readonly serviceBlockId: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
1271
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
1272
|
+
readonly kind: import("valibot").LiteralSchema<"mock", undefined>;
|
|
1273
|
+
}, undefined>], undefined>;
|
|
1274
|
+
}, undefined>, undefined>;
|
|
1275
|
+
}, undefined>, undefined>;
|
|
1114
1276
|
readonly pullRequest: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
1115
1277
|
readonly url: import("valibot").StringSchema<undefined>;
|
|
1116
1278
|
readonly number: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
@@ -1242,6 +1404,33 @@ export declare const updateBlockContract: {
|
|
|
1242
1404
|
}, undefined>;
|
|
1243
1405
|
readonly cloudProvider: import("valibot").PicklistSchema<["cloudflare", "docker", "aws", "gcp", "azure", "custom"], undefined>;
|
|
1244
1406
|
readonly instanceSize: import("valibot").PicklistSchema<["small", "medium", "large", "xlarge"], undefined>;
|
|
1407
|
+
readonly frontendConfig: import("valibot").ObjectSchema<{
|
|
1408
|
+
readonly packageManager: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["pnpm", "npm", "yarn"], undefined>, undefined>;
|
|
1409
|
+
readonly installCommand: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>;
|
|
1410
|
+
readonly buildScript: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 200, undefined>]>, undefined>;
|
|
1411
|
+
readonly outputDir: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>;
|
|
1412
|
+
readonly serveMode: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["static", "command"], undefined>, undefined>;
|
|
1413
|
+
readonly serveScript: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 200, undefined>]>, undefined>;
|
|
1414
|
+
readonly servePort: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1, undefined>, import("valibot").MaxValueAction<number, 65535, undefined>]>, undefined>;
|
|
1415
|
+
readonly envInjection: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["build", "runtime"], undefined>, undefined>;
|
|
1416
|
+
readonly branch: import("valibot").OptionalSchema<import("valibot").VariantSchema<"kind", [import("valibot").ObjectSchema<{
|
|
1417
|
+
readonly kind: import("valibot").LiteralSchema<"default", undefined>;
|
|
1418
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
1419
|
+
readonly kind: import("valibot").LiteralSchema<"task", undefined>;
|
|
1420
|
+
readonly fromTaskBlockId: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
1421
|
+
}, undefined>], undefined>, undefined>;
|
|
1422
|
+
readonly mockMappingsPath: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>;
|
|
1423
|
+
readonly previewEnabled: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
1424
|
+
readonly backendBindings: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
1425
|
+
readonly envVar: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 200, undefined>]>;
|
|
1426
|
+
readonly source: import("valibot").VariantSchema<"kind", [import("valibot").ObjectSchema<{
|
|
1427
|
+
readonly kind: import("valibot").LiteralSchema<"service", undefined>;
|
|
1428
|
+
readonly serviceBlockId: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
1429
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
1430
|
+
readonly kind: import("valibot").LiteralSchema<"mock", undefined>;
|
|
1431
|
+
}, undefined>], undefined>;
|
|
1432
|
+
}, undefined>, undefined>;
|
|
1433
|
+
}, undefined>;
|
|
1245
1434
|
readonly trackerCommentOnPrOpen: import("valibot").NullableSchema<import("valibot").PicklistSchema<["on", "off"], undefined>, undefined>;
|
|
1246
1435
|
readonly trackerResolveOnMerge: import("valibot").NullableSchema<import("valibot").PicklistSchema<["on", "off"], undefined>, undefined>;
|
|
1247
1436
|
readonly technical: import("valibot").NullableSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
@@ -1357,6 +1546,33 @@ export declare const updateBlockContract: {
|
|
|
1357
1546
|
}, undefined>, undefined>;
|
|
1358
1547
|
readonly cloudProvider: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["cloudflare", "docker", "aws", "gcp", "azure", "custom"], undefined>, undefined>;
|
|
1359
1548
|
readonly instanceSize: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["small", "medium", "large", "xlarge"], undefined>, undefined>;
|
|
1549
|
+
readonly frontendConfig: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
1550
|
+
readonly packageManager: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["pnpm", "npm", "yarn"], undefined>, undefined>;
|
|
1551
|
+
readonly installCommand: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>;
|
|
1552
|
+
readonly buildScript: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 200, undefined>]>, undefined>;
|
|
1553
|
+
readonly outputDir: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>;
|
|
1554
|
+
readonly serveMode: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["static", "command"], undefined>, undefined>;
|
|
1555
|
+
readonly serveScript: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 200, undefined>]>, undefined>;
|
|
1556
|
+
readonly servePort: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1, undefined>, import("valibot").MaxValueAction<number, 65535, undefined>]>, undefined>;
|
|
1557
|
+
readonly envInjection: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["build", "runtime"], undefined>, undefined>;
|
|
1558
|
+
readonly branch: import("valibot").OptionalSchema<import("valibot").VariantSchema<"kind", [import("valibot").ObjectSchema<{
|
|
1559
|
+
readonly kind: import("valibot").LiteralSchema<"default", undefined>;
|
|
1560
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
1561
|
+
readonly kind: import("valibot").LiteralSchema<"task", undefined>;
|
|
1562
|
+
readonly fromTaskBlockId: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
1563
|
+
}, undefined>], undefined>, undefined>;
|
|
1564
|
+
readonly mockMappingsPath: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>;
|
|
1565
|
+
readonly previewEnabled: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
1566
|
+
readonly backendBindings: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
1567
|
+
readonly envVar: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 200, undefined>]>;
|
|
1568
|
+
readonly source: import("valibot").VariantSchema<"kind", [import("valibot").ObjectSchema<{
|
|
1569
|
+
readonly kind: import("valibot").LiteralSchema<"service", undefined>;
|
|
1570
|
+
readonly serviceBlockId: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
1571
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
1572
|
+
readonly kind: import("valibot").LiteralSchema<"mock", undefined>;
|
|
1573
|
+
}, undefined>], undefined>;
|
|
1574
|
+
}, undefined>, undefined>;
|
|
1575
|
+
}, undefined>, undefined>;
|
|
1360
1576
|
readonly trackerCommentOnPrOpen: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["on", "off"], undefined>, undefined>, undefined>;
|
|
1361
1577
|
readonly trackerResolveOnMerge: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["on", "off"], undefined>, undefined>, undefined>;
|
|
1362
1578
|
readonly technical: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").BooleanSchema<undefined>, undefined>, undefined>;
|
|
@@ -1454,6 +1670,33 @@ export declare const updateBlockContract: {
|
|
|
1454
1670
|
} | undefined;
|
|
1455
1671
|
cloudProvider?: "aws" | "azure" | "cloudflare" | "custom" | "docker" | "gcp" | undefined;
|
|
1456
1672
|
instanceSize?: "large" | "medium" | "small" | "xlarge" | undefined;
|
|
1673
|
+
frontendConfig?: {
|
|
1674
|
+
packageManager?: "npm" | "pnpm" | "yarn" | undefined;
|
|
1675
|
+
installCommand?: string | undefined;
|
|
1676
|
+
buildScript?: string | undefined;
|
|
1677
|
+
outputDir?: string | undefined;
|
|
1678
|
+
serveMode?: "command" | "static" | undefined;
|
|
1679
|
+
serveScript?: string | undefined;
|
|
1680
|
+
servePort?: number | undefined;
|
|
1681
|
+
envInjection?: "build" | "runtime" | undefined;
|
|
1682
|
+
branch?: {
|
|
1683
|
+
kind: "default";
|
|
1684
|
+
} | {
|
|
1685
|
+
kind: "task";
|
|
1686
|
+
fromTaskBlockId: string;
|
|
1687
|
+
} | undefined;
|
|
1688
|
+
mockMappingsPath?: string | undefined;
|
|
1689
|
+
previewEnabled?: boolean | undefined;
|
|
1690
|
+
backendBindings: {
|
|
1691
|
+
envVar: string;
|
|
1692
|
+
source: {
|
|
1693
|
+
kind: "service";
|
|
1694
|
+
serviceBlockId: string;
|
|
1695
|
+
} | {
|
|
1696
|
+
kind: "mock";
|
|
1697
|
+
};
|
|
1698
|
+
}[];
|
|
1699
|
+
} | undefined;
|
|
1457
1700
|
trackerCommentOnPrOpen?: "off" | "on" | null | undefined;
|
|
1458
1701
|
trackerResolveOnMerge?: "off" | "on" | null | undefined;
|
|
1459
1702
|
technical?: boolean | null | undefined;
|
|
@@ -1550,6 +1793,33 @@ export declare const updateBlockContract: {
|
|
|
1550
1793
|
} | undefined;
|
|
1551
1794
|
cloudProvider?: "aws" | "azure" | "cloudflare" | "custom" | "docker" | "gcp" | undefined;
|
|
1552
1795
|
instanceSize?: "large" | "medium" | "small" | "xlarge" | undefined;
|
|
1796
|
+
frontendConfig?: {
|
|
1797
|
+
packageManager?: "npm" | "pnpm" | "yarn" | undefined;
|
|
1798
|
+
installCommand?: string | undefined;
|
|
1799
|
+
buildScript?: string | undefined;
|
|
1800
|
+
outputDir?: string | undefined;
|
|
1801
|
+
serveMode?: "command" | "static" | undefined;
|
|
1802
|
+
serveScript?: string | undefined;
|
|
1803
|
+
servePort?: number | undefined;
|
|
1804
|
+
envInjection?: "build" | "runtime" | undefined;
|
|
1805
|
+
branch?: {
|
|
1806
|
+
kind: "default";
|
|
1807
|
+
} | {
|
|
1808
|
+
kind: "task";
|
|
1809
|
+
fromTaskBlockId: string;
|
|
1810
|
+
} | undefined;
|
|
1811
|
+
mockMappingsPath?: string | undefined;
|
|
1812
|
+
previewEnabled?: boolean | undefined;
|
|
1813
|
+
backendBindings: {
|
|
1814
|
+
envVar: string;
|
|
1815
|
+
source: {
|
|
1816
|
+
kind: "service";
|
|
1817
|
+
serviceBlockId: string;
|
|
1818
|
+
} | {
|
|
1819
|
+
kind: "mock";
|
|
1820
|
+
};
|
|
1821
|
+
}[];
|
|
1822
|
+
} | undefined;
|
|
1553
1823
|
trackerCommentOnPrOpen?: "off" | "on" | null | undefined;
|
|
1554
1824
|
trackerResolveOnMerge?: "off" | "on" | null | undefined;
|
|
1555
1825
|
technical?: boolean | null | undefined;
|
|
@@ -1647,6 +1917,33 @@ export declare const updateBlockContract: {
|
|
|
1647
1917
|
} | undefined;
|
|
1648
1918
|
cloudProvider?: "aws" | "azure" | "cloudflare" | "custom" | "docker" | "gcp" | undefined;
|
|
1649
1919
|
instanceSize?: "large" | "medium" | "small" | "xlarge" | undefined;
|
|
1920
|
+
frontendConfig?: {
|
|
1921
|
+
packageManager?: "npm" | "pnpm" | "yarn" | undefined;
|
|
1922
|
+
installCommand?: string | undefined;
|
|
1923
|
+
buildScript?: string | undefined;
|
|
1924
|
+
outputDir?: string | undefined;
|
|
1925
|
+
serveMode?: "command" | "static" | undefined;
|
|
1926
|
+
serveScript?: string | undefined;
|
|
1927
|
+
servePort?: number | undefined;
|
|
1928
|
+
envInjection?: "build" | "runtime" | undefined;
|
|
1929
|
+
branch?: {
|
|
1930
|
+
kind: "default";
|
|
1931
|
+
} | {
|
|
1932
|
+
kind: "task";
|
|
1933
|
+
fromTaskBlockId: string;
|
|
1934
|
+
} | undefined;
|
|
1935
|
+
mockMappingsPath?: string | undefined;
|
|
1936
|
+
previewEnabled?: boolean | undefined;
|
|
1937
|
+
backendBindings: {
|
|
1938
|
+
envVar: string;
|
|
1939
|
+
source: {
|
|
1940
|
+
kind: "service";
|
|
1941
|
+
serviceBlockId: string;
|
|
1942
|
+
} | {
|
|
1943
|
+
kind: "mock";
|
|
1944
|
+
};
|
|
1945
|
+
}[];
|
|
1946
|
+
} | undefined;
|
|
1650
1947
|
trackerCommentOnPrOpen?: "off" | "on" | null | undefined;
|
|
1651
1948
|
trackerResolveOnMerge?: "off" | "on" | null | undefined;
|
|
1652
1949
|
technical?: boolean | null | undefined;
|
|
@@ -1664,7 +1961,7 @@ export declare const updateBlockContract: {
|
|
|
1664
1961
|
key: string;
|
|
1665
1962
|
} | undefined;
|
|
1666
1963
|
valueTemplate?: string | undefined;
|
|
1667
|
-
}> | 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, 400> | import("valibot").MaxLengthIssue<string, 500> | import("valibot").MaxLengthIssue<string, 2000> | import("valibot").MinLengthIssue<string, 1> | import("valibot").MinValueIssue<number, 1> | import("valibot").NumberIssue | import("valibot").ObjectIssue | import("valibot").PicklistIssue | import("valibot").RecordIssue | import("valibot").RegexIssue<string> | import("valibot").StringIssue | import("valibot").VariantIssue>;
|
|
1964
|
+
}> | 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, 400> | import("valibot").MaxLengthIssue<string, 500> | import("valibot").MaxLengthIssue<string, 2000> | import("valibot").MaxValueIssue<number, 65535> | import("valibot").MinLengthIssue<string, 1> | import("valibot").MinValueIssue<number, 1> | import("valibot").NumberIssue | import("valibot").ObjectIssue | import("valibot").PicklistIssue | import("valibot").RecordIssue | import("valibot").RegexIssue<string> | import("valibot").StringIssue | import("valibot").VariantIssue>;
|
|
1668
1965
|
readonly "~types"?: {
|
|
1669
1966
|
readonly input: {
|
|
1670
1967
|
title?: string | undefined;
|
|
@@ -1756,6 +2053,33 @@ export declare const updateBlockContract: {
|
|
|
1756
2053
|
} | undefined;
|
|
1757
2054
|
cloudProvider?: "aws" | "azure" | "cloudflare" | "custom" | "docker" | "gcp" | undefined;
|
|
1758
2055
|
instanceSize?: "large" | "medium" | "small" | "xlarge" | undefined;
|
|
2056
|
+
frontendConfig?: {
|
|
2057
|
+
packageManager?: "npm" | "pnpm" | "yarn" | undefined;
|
|
2058
|
+
installCommand?: string | undefined;
|
|
2059
|
+
buildScript?: string | undefined;
|
|
2060
|
+
outputDir?: string | undefined;
|
|
2061
|
+
serveMode?: "command" | "static" | undefined;
|
|
2062
|
+
serveScript?: string | undefined;
|
|
2063
|
+
servePort?: number | undefined;
|
|
2064
|
+
envInjection?: "build" | "runtime" | undefined;
|
|
2065
|
+
branch?: {
|
|
2066
|
+
kind: "default";
|
|
2067
|
+
} | {
|
|
2068
|
+
kind: "task";
|
|
2069
|
+
fromTaskBlockId: string;
|
|
2070
|
+
} | undefined;
|
|
2071
|
+
mockMappingsPath?: string | undefined;
|
|
2072
|
+
previewEnabled?: boolean | undefined;
|
|
2073
|
+
backendBindings: {
|
|
2074
|
+
envVar: string;
|
|
2075
|
+
source: {
|
|
2076
|
+
kind: "service";
|
|
2077
|
+
serviceBlockId: string;
|
|
2078
|
+
} | {
|
|
2079
|
+
kind: "mock";
|
|
2080
|
+
};
|
|
2081
|
+
}[];
|
|
2082
|
+
} | undefined;
|
|
1759
2083
|
trackerCommentOnPrOpen?: "off" | "on" | null | undefined;
|
|
1760
2084
|
trackerResolveOnMerge?: "off" | "on" | null | undefined;
|
|
1761
2085
|
technical?: boolean | null | undefined;
|
|
@@ -1853,6 +2177,33 @@ export declare const updateBlockContract: {
|
|
|
1853
2177
|
} | undefined;
|
|
1854
2178
|
cloudProvider?: "aws" | "azure" | "cloudflare" | "custom" | "docker" | "gcp" | undefined;
|
|
1855
2179
|
instanceSize?: "large" | "medium" | "small" | "xlarge" | undefined;
|
|
2180
|
+
frontendConfig?: {
|
|
2181
|
+
packageManager?: "npm" | "pnpm" | "yarn" | undefined;
|
|
2182
|
+
installCommand?: string | undefined;
|
|
2183
|
+
buildScript?: string | undefined;
|
|
2184
|
+
outputDir?: string | undefined;
|
|
2185
|
+
serveMode?: "command" | "static" | undefined;
|
|
2186
|
+
serveScript?: string | undefined;
|
|
2187
|
+
servePort?: number | undefined;
|
|
2188
|
+
envInjection?: "build" | "runtime" | undefined;
|
|
2189
|
+
branch?: {
|
|
2190
|
+
kind: "default";
|
|
2191
|
+
} | {
|
|
2192
|
+
kind: "task";
|
|
2193
|
+
fromTaskBlockId: string;
|
|
2194
|
+
} | undefined;
|
|
2195
|
+
mockMappingsPath?: string | undefined;
|
|
2196
|
+
previewEnabled?: boolean | undefined;
|
|
2197
|
+
backendBindings: {
|
|
2198
|
+
envVar: string;
|
|
2199
|
+
source: {
|
|
2200
|
+
kind: "service";
|
|
2201
|
+
serviceBlockId: string;
|
|
2202
|
+
} | {
|
|
2203
|
+
kind: "mock";
|
|
2204
|
+
};
|
|
2205
|
+
}[];
|
|
2206
|
+
} | undefined;
|
|
1856
2207
|
trackerCommentOnPrOpen?: "off" | "on" | null | undefined;
|
|
1857
2208
|
trackerResolveOnMerge?: "off" | "on" | null | undefined;
|
|
1858
2209
|
technical?: boolean | null | undefined;
|
|
@@ -1871,7 +2222,7 @@ export declare const updateBlockContract: {
|
|
|
1871
2222
|
key: string;
|
|
1872
2223
|
} | undefined;
|
|
1873
2224
|
valueTemplate?: string | undefined;
|
|
1874
|
-
}> | 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, 400> | import("valibot").MaxLengthIssue<string, 500> | import("valibot").MaxLengthIssue<string, 2000> | import("valibot").MinLengthIssue<string, 1> | import("valibot").MinValueIssue<number, 1> | import("valibot").NumberIssue | import("valibot").ObjectIssue | import("valibot").PicklistIssue | import("valibot").RecordIssue | import("valibot").RegexIssue<string> | import("valibot").StringIssue | import("valibot").VariantIssue;
|
|
2225
|
+
}> | 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, 400> | import("valibot").MaxLengthIssue<string, 500> | import("valibot").MaxLengthIssue<string, 2000> | import("valibot").MaxValueIssue<number, 65535> | import("valibot").MinLengthIssue<string, 1> | import("valibot").MinValueIssue<number, 1> | import("valibot").NumberIssue | import("valibot").ObjectIssue | import("valibot").PicklistIssue | import("valibot").RecordIssue | import("valibot").RegexIssue<string> | import("valibot").StringIssue | import("valibot").VariantIssue;
|
|
1875
2226
|
} | undefined;
|
|
1876
2227
|
};
|
|
1877
2228
|
readonly responsesByStatusCode: {
|
|
@@ -2032,6 +2383,33 @@ export declare const updateBlockContract: {
|
|
|
2032
2383
|
}, undefined>, undefined>;
|
|
2033
2384
|
readonly cloudProvider: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["cloudflare", "docker", "aws", "gcp", "azure", "custom"], undefined>, undefined>;
|
|
2034
2385
|
readonly instanceSize: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["small", "medium", "large", "xlarge"], undefined>, undefined>;
|
|
2386
|
+
readonly frontendConfig: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
2387
|
+
readonly packageManager: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["pnpm", "npm", "yarn"], undefined>, undefined>;
|
|
2388
|
+
readonly installCommand: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>;
|
|
2389
|
+
readonly buildScript: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 200, undefined>]>, undefined>;
|
|
2390
|
+
readonly outputDir: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>;
|
|
2391
|
+
readonly serveMode: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["static", "command"], undefined>, undefined>;
|
|
2392
|
+
readonly serveScript: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 200, undefined>]>, undefined>;
|
|
2393
|
+
readonly servePort: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1, undefined>, import("valibot").MaxValueAction<number, 65535, undefined>]>, undefined>;
|
|
2394
|
+
readonly envInjection: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["build", "runtime"], undefined>, undefined>;
|
|
2395
|
+
readonly branch: import("valibot").OptionalSchema<import("valibot").VariantSchema<"kind", [import("valibot").ObjectSchema<{
|
|
2396
|
+
readonly kind: import("valibot").LiteralSchema<"default", undefined>;
|
|
2397
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
2398
|
+
readonly kind: import("valibot").LiteralSchema<"task", undefined>;
|
|
2399
|
+
readonly fromTaskBlockId: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
2400
|
+
}, undefined>], undefined>, undefined>;
|
|
2401
|
+
readonly mockMappingsPath: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>;
|
|
2402
|
+
readonly previewEnabled: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
2403
|
+
readonly backendBindings: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
2404
|
+
readonly envVar: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 200, undefined>]>;
|
|
2405
|
+
readonly source: import("valibot").VariantSchema<"kind", [import("valibot").ObjectSchema<{
|
|
2406
|
+
readonly kind: import("valibot").LiteralSchema<"service", undefined>;
|
|
2407
|
+
readonly serviceBlockId: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
2408
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
2409
|
+
readonly kind: import("valibot").LiteralSchema<"mock", undefined>;
|
|
2410
|
+
}, undefined>], undefined>;
|
|
2411
|
+
}, undefined>, undefined>;
|
|
2412
|
+
}, undefined>, undefined>;
|
|
2035
2413
|
readonly pullRequest: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
2036
2414
|
readonly url: import("valibot").StringSchema<undefined>;
|
|
2037
2415
|
readonly number: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
@@ -2219,6 +2597,33 @@ export declare const moveBlockContract: {
|
|
|
2219
2597
|
}, undefined>, undefined>;
|
|
2220
2598
|
readonly cloudProvider: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["cloudflare", "docker", "aws", "gcp", "azure", "custom"], undefined>, undefined>;
|
|
2221
2599
|
readonly instanceSize: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["small", "medium", "large", "xlarge"], undefined>, undefined>;
|
|
2600
|
+
readonly frontendConfig: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
2601
|
+
readonly packageManager: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["pnpm", "npm", "yarn"], undefined>, undefined>;
|
|
2602
|
+
readonly installCommand: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>;
|
|
2603
|
+
readonly buildScript: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 200, undefined>]>, undefined>;
|
|
2604
|
+
readonly outputDir: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>;
|
|
2605
|
+
readonly serveMode: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["static", "command"], undefined>, undefined>;
|
|
2606
|
+
readonly serveScript: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 200, undefined>]>, undefined>;
|
|
2607
|
+
readonly servePort: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1, undefined>, import("valibot").MaxValueAction<number, 65535, undefined>]>, undefined>;
|
|
2608
|
+
readonly envInjection: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["build", "runtime"], undefined>, undefined>;
|
|
2609
|
+
readonly branch: import("valibot").OptionalSchema<import("valibot").VariantSchema<"kind", [import("valibot").ObjectSchema<{
|
|
2610
|
+
readonly kind: import("valibot").LiteralSchema<"default", undefined>;
|
|
2611
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
2612
|
+
readonly kind: import("valibot").LiteralSchema<"task", undefined>;
|
|
2613
|
+
readonly fromTaskBlockId: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
2614
|
+
}, undefined>], undefined>, undefined>;
|
|
2615
|
+
readonly mockMappingsPath: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>;
|
|
2616
|
+
readonly previewEnabled: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
2617
|
+
readonly backendBindings: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
2618
|
+
readonly envVar: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 200, undefined>]>;
|
|
2619
|
+
readonly source: import("valibot").VariantSchema<"kind", [import("valibot").ObjectSchema<{
|
|
2620
|
+
readonly kind: import("valibot").LiteralSchema<"service", undefined>;
|
|
2621
|
+
readonly serviceBlockId: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
2622
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
2623
|
+
readonly kind: import("valibot").LiteralSchema<"mock", undefined>;
|
|
2624
|
+
}, undefined>], undefined>;
|
|
2625
|
+
}, undefined>, undefined>;
|
|
2626
|
+
}, undefined>, undefined>;
|
|
2222
2627
|
readonly pullRequest: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
2223
2628
|
readonly url: import("valibot").StringSchema<undefined>;
|
|
2224
2629
|
readonly number: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
@@ -2407,6 +2812,33 @@ export declare const reparentBlockContract: {
|
|
|
2407
2812
|
}, undefined>, undefined>;
|
|
2408
2813
|
readonly cloudProvider: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["cloudflare", "docker", "aws", "gcp", "azure", "custom"], undefined>, undefined>;
|
|
2409
2814
|
readonly instanceSize: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["small", "medium", "large", "xlarge"], undefined>, undefined>;
|
|
2815
|
+
readonly frontendConfig: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
2816
|
+
readonly packageManager: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["pnpm", "npm", "yarn"], undefined>, undefined>;
|
|
2817
|
+
readonly installCommand: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>;
|
|
2818
|
+
readonly buildScript: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 200, undefined>]>, undefined>;
|
|
2819
|
+
readonly outputDir: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>;
|
|
2820
|
+
readonly serveMode: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["static", "command"], undefined>, undefined>;
|
|
2821
|
+
readonly serveScript: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 200, undefined>]>, undefined>;
|
|
2822
|
+
readonly servePort: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1, undefined>, import("valibot").MaxValueAction<number, 65535, undefined>]>, undefined>;
|
|
2823
|
+
readonly envInjection: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["build", "runtime"], undefined>, undefined>;
|
|
2824
|
+
readonly branch: import("valibot").OptionalSchema<import("valibot").VariantSchema<"kind", [import("valibot").ObjectSchema<{
|
|
2825
|
+
readonly kind: import("valibot").LiteralSchema<"default", undefined>;
|
|
2826
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
2827
|
+
readonly kind: import("valibot").LiteralSchema<"task", undefined>;
|
|
2828
|
+
readonly fromTaskBlockId: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
2829
|
+
}, undefined>], undefined>, undefined>;
|
|
2830
|
+
readonly mockMappingsPath: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>;
|
|
2831
|
+
readonly previewEnabled: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
2832
|
+
readonly backendBindings: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
2833
|
+
readonly envVar: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 200, undefined>]>;
|
|
2834
|
+
readonly source: import("valibot").VariantSchema<"kind", [import("valibot").ObjectSchema<{
|
|
2835
|
+
readonly kind: import("valibot").LiteralSchema<"service", undefined>;
|
|
2836
|
+
readonly serviceBlockId: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
2837
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
2838
|
+
readonly kind: import("valibot").LiteralSchema<"mock", undefined>;
|
|
2839
|
+
}, undefined>], undefined>;
|
|
2840
|
+
}, undefined>, undefined>;
|
|
2841
|
+
}, undefined>, undefined>;
|
|
2410
2842
|
readonly pullRequest: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
2411
2843
|
readonly url: import("valibot").StringSchema<undefined>;
|
|
2412
2844
|
readonly number: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
@@ -2625,6 +3057,33 @@ export declare const toggleDependencyContract: {
|
|
|
2625
3057
|
}, undefined>, undefined>;
|
|
2626
3058
|
readonly cloudProvider: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["cloudflare", "docker", "aws", "gcp", "azure", "custom"], undefined>, undefined>;
|
|
2627
3059
|
readonly instanceSize: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["small", "medium", "large", "xlarge"], undefined>, undefined>;
|
|
3060
|
+
readonly frontendConfig: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
3061
|
+
readonly packageManager: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["pnpm", "npm", "yarn"], undefined>, undefined>;
|
|
3062
|
+
readonly installCommand: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>;
|
|
3063
|
+
readonly buildScript: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 200, undefined>]>, undefined>;
|
|
3064
|
+
readonly outputDir: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>;
|
|
3065
|
+
readonly serveMode: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["static", "command"], undefined>, undefined>;
|
|
3066
|
+
readonly serveScript: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 200, undefined>]>, undefined>;
|
|
3067
|
+
readonly servePort: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1, undefined>, import("valibot").MaxValueAction<number, 65535, undefined>]>, undefined>;
|
|
3068
|
+
readonly envInjection: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["build", "runtime"], undefined>, undefined>;
|
|
3069
|
+
readonly branch: import("valibot").OptionalSchema<import("valibot").VariantSchema<"kind", [import("valibot").ObjectSchema<{
|
|
3070
|
+
readonly kind: import("valibot").LiteralSchema<"default", undefined>;
|
|
3071
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
3072
|
+
readonly kind: import("valibot").LiteralSchema<"task", undefined>;
|
|
3073
|
+
readonly fromTaskBlockId: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
3074
|
+
}, undefined>], undefined>, undefined>;
|
|
3075
|
+
readonly mockMappingsPath: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>;
|
|
3076
|
+
readonly previewEnabled: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
3077
|
+
readonly backendBindings: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
3078
|
+
readonly envVar: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 200, undefined>]>;
|
|
3079
|
+
readonly source: import("valibot").VariantSchema<"kind", [import("valibot").ObjectSchema<{
|
|
3080
|
+
readonly kind: import("valibot").LiteralSchema<"service", undefined>;
|
|
3081
|
+
readonly serviceBlockId: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
3082
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
3083
|
+
readonly kind: import("valibot").LiteralSchema<"mock", undefined>;
|
|
3084
|
+
}, undefined>], undefined>;
|
|
3085
|
+
}, undefined>, undefined>;
|
|
3086
|
+
}, undefined>, undefined>;
|
|
2628
3087
|
readonly pullRequest: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
2629
3088
|
readonly url: import("valibot").StringSchema<undefined>;
|
|
2630
3089
|
readonly number: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|