@cat-factory/contracts 0.65.0 → 0.66.1

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.
@@ -248,6 +248,8 @@ export declare const confirmHumanTestContract: {
248
248
  readonly status: import("valibot").PicklistSchema<["provisioning", "ready", "failed", "expired", "tearing_down", "torn_down"], undefined>;
249
249
  readonly expiresAt: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
250
250
  readonly lastError: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
251
+ readonly provisionType: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["kubernetes", "docker-compose", "custom", "infraless"], undefined>, undefined>, undefined>;
252
+ readonly engine: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["local-docker", "local-k3s", "remote-kubernetes", "remote-custom", "none"], undefined>, undefined>, undefined>;
251
253
  }, undefined>, undefined>, undefined>;
252
254
  readonly subtasks: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
253
255
  readonly completed: import("valibot").NumberSchema<undefined>;
@@ -372,6 +374,93 @@ export declare const confirmHumanTestContract: {
372
374
  readonly pausedAt: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
373
375
  readonly evictionRecoveries: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
374
376
  readonly transientEvictionRecoveries: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
377
+ readonly deployProvisioning: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
378
+ readonly type: import("valibot").PicklistSchema<["kubernetes", "docker-compose", "custom", "infraless"], undefined>;
379
+ readonly manifestSource: import("valibot").OptionalSchema<import("valibot").VariantSchema<"type", [import("valibot").ObjectSchema<{
380
+ readonly type: import("valibot").LiteralSchema<"colocated", undefined>;
381
+ readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>;
382
+ readonly renderer: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["raw", "kustomize"], undefined>, undefined>;
383
+ }, undefined>, import("valibot").ObjectSchema<{
384
+ readonly type: import("valibot").LiteralSchema<"separate", undefined>;
385
+ readonly repo: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").RegexAction<string, "must be \"owner/repo\"">]>;
386
+ readonly ref: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>]>, undefined>;
387
+ readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>;
388
+ readonly renderer: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["raw", "kustomize"], undefined>, undefined>;
389
+ }, undefined>], undefined>, undefined>;
390
+ readonly composePath: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
391
+ readonly localDevOnly: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
392
+ readonly manifestId: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>]>, undefined>;
393
+ readonly manifestPath: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
394
+ readonly images: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").ObjectSchema<{
395
+ readonly name: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
396
+ readonly newNameTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
397
+ readonly newTagTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
398
+ readonly digestTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
399
+ }, undefined>, import("valibot").CheckAction<{
400
+ name: string;
401
+ newNameTemplate?: string | undefined;
402
+ newTagTemplate?: string | undefined;
403
+ digestTemplate?: string | undefined;
404
+ }, "an image override must set at least one of newNameTemplate, newTagTemplate, or digestTemplate.">, import("valibot").CheckAction<{
405
+ name: string;
406
+ newNameTemplate?: string | undefined;
407
+ newTagTemplate?: string | undefined;
408
+ digestTemplate?: string | undefined;
409
+ }, "newTagTemplate and digestTemplate are mutually exclusive on an image override.">]>, undefined>, undefined>;
410
+ readonly helmReleases: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
411
+ readonly name: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
412
+ readonly chart: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
413
+ readonly repo: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
414
+ readonly version: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").RegexAction<string, "version must be a pinned semver (e.g. 1.2.3), not a floating tag like latest or ^1.0.">]>;
415
+ readonly namespaceTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
416
+ readonly values: import("valibot").OptionalSchema<import("valibot").RecordSchema<import("valibot").StringSchema<undefined>, import("valibot").UnknownSchema, undefined>, undefined>;
417
+ readonly set: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
418
+ readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
419
+ readonly valueTemplate: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 2000, undefined>]>;
420
+ }, undefined>, undefined>, undefined>;
421
+ readonly valuesSecretRefs: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
422
+ readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
423
+ readonly secretRef: import("valibot").ObjectSchema<{
424
+ readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>]>;
425
+ }, undefined>;
426
+ }, undefined>, undefined>, undefined>;
427
+ readonly scope: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["per-environment", "shared"], undefined>, undefined>;
428
+ }, undefined>, undefined>, undefined>;
429
+ readonly secretInjections: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").VariantSchema<"mode", [import("valibot").ObjectSchema<{
430
+ readonly mode: import("valibot").LiteralSchema<"secret", undefined>;
431
+ readonly secretName: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
432
+ readonly secretType: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>, undefined>;
433
+ readonly entries: import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").ObjectSchema<{
434
+ readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 256, undefined>]>;
435
+ readonly secretRef: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
436
+ readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>]>;
437
+ }, undefined>, undefined>;
438
+ readonly valueTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
439
+ }, undefined>, import("valibot").CheckAction<{
440
+ key: string;
441
+ secretRef?: {
442
+ key: string;
443
+ } | undefined;
444
+ valueTemplate?: string | undefined;
445
+ }, "a secret entry must set exactly one of secretRef or valueTemplate.">]>, undefined>;
446
+ }, undefined>, import("valibot").ObjectSchema<{
447
+ readonly mode: import("valibot").LiteralSchema<"generatorEnvFile", undefined>;
448
+ readonly envFilePath: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>;
449
+ readonly entries: import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").ObjectSchema<{
450
+ readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 256, undefined>]>;
451
+ readonly secretRef: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
452
+ readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>]>;
453
+ }, undefined>, undefined>;
454
+ readonly valueTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
455
+ }, undefined>, import("valibot").CheckAction<{
456
+ key: string;
457
+ secretRef?: {
458
+ key: string;
459
+ } | undefined;
460
+ valueTemplate?: string | undefined;
461
+ }, "a secret entry must set exactly one of secretRef or valueTemplate.">]>, undefined>;
462
+ }, undefined>], undefined>, undefined>, undefined>;
463
+ }, undefined>, undefined>;
375
464
  }, undefined>, undefined>;
376
465
  readonly currentStep: import("valibot").NumberSchema<undefined>;
377
466
  readonly status: import("valibot").PicklistSchema<["running", "blocked", "done", "paused", "failed"], undefined>;
@@ -647,6 +736,8 @@ export declare const requestHumanTestFixContract: {
647
736
  readonly status: import("valibot").PicklistSchema<["provisioning", "ready", "failed", "expired", "tearing_down", "torn_down"], undefined>;
648
737
  readonly expiresAt: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
649
738
  readonly lastError: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
739
+ readonly provisionType: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["kubernetes", "docker-compose", "custom", "infraless"], undefined>, undefined>, undefined>;
740
+ readonly engine: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["local-docker", "local-k3s", "remote-kubernetes", "remote-custom", "none"], undefined>, undefined>, undefined>;
650
741
  }, undefined>, undefined>, undefined>;
651
742
  readonly subtasks: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
652
743
  readonly completed: import("valibot").NumberSchema<undefined>;
@@ -771,6 +862,93 @@ export declare const requestHumanTestFixContract: {
771
862
  readonly pausedAt: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
772
863
  readonly evictionRecoveries: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
773
864
  readonly transientEvictionRecoveries: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
865
+ readonly deployProvisioning: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
866
+ readonly type: import("valibot").PicklistSchema<["kubernetes", "docker-compose", "custom", "infraless"], undefined>;
867
+ readonly manifestSource: import("valibot").OptionalSchema<import("valibot").VariantSchema<"type", [import("valibot").ObjectSchema<{
868
+ readonly type: import("valibot").LiteralSchema<"colocated", undefined>;
869
+ readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>;
870
+ readonly renderer: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["raw", "kustomize"], undefined>, undefined>;
871
+ }, undefined>, import("valibot").ObjectSchema<{
872
+ readonly type: import("valibot").LiteralSchema<"separate", undefined>;
873
+ readonly repo: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").RegexAction<string, "must be \"owner/repo\"">]>;
874
+ readonly ref: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>]>, undefined>;
875
+ readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>;
876
+ readonly renderer: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["raw", "kustomize"], undefined>, undefined>;
877
+ }, undefined>], undefined>, undefined>;
878
+ readonly composePath: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
879
+ readonly localDevOnly: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
880
+ readonly manifestId: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>]>, undefined>;
881
+ readonly manifestPath: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
882
+ readonly images: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").ObjectSchema<{
883
+ readonly name: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
884
+ readonly newNameTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
885
+ readonly newTagTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
886
+ readonly digestTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
887
+ }, undefined>, import("valibot").CheckAction<{
888
+ name: string;
889
+ newNameTemplate?: string | undefined;
890
+ newTagTemplate?: string | undefined;
891
+ digestTemplate?: string | undefined;
892
+ }, "an image override must set at least one of newNameTemplate, newTagTemplate, or digestTemplate.">, import("valibot").CheckAction<{
893
+ name: string;
894
+ newNameTemplate?: string | undefined;
895
+ newTagTemplate?: string | undefined;
896
+ digestTemplate?: string | undefined;
897
+ }, "newTagTemplate and digestTemplate are mutually exclusive on an image override.">]>, undefined>, undefined>;
898
+ readonly helmReleases: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
899
+ readonly name: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
900
+ readonly chart: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
901
+ readonly repo: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
902
+ readonly version: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").RegexAction<string, "version must be a pinned semver (e.g. 1.2.3), not a floating tag like latest or ^1.0.">]>;
903
+ readonly namespaceTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
904
+ readonly values: import("valibot").OptionalSchema<import("valibot").RecordSchema<import("valibot").StringSchema<undefined>, import("valibot").UnknownSchema, undefined>, undefined>;
905
+ readonly set: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
906
+ readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
907
+ readonly valueTemplate: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 2000, undefined>]>;
908
+ }, undefined>, undefined>, undefined>;
909
+ readonly valuesSecretRefs: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
910
+ readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
911
+ readonly secretRef: import("valibot").ObjectSchema<{
912
+ readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>]>;
913
+ }, undefined>;
914
+ }, undefined>, undefined>, undefined>;
915
+ readonly scope: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["per-environment", "shared"], undefined>, undefined>;
916
+ }, undefined>, undefined>, undefined>;
917
+ readonly secretInjections: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").VariantSchema<"mode", [import("valibot").ObjectSchema<{
918
+ readonly mode: import("valibot").LiteralSchema<"secret", undefined>;
919
+ readonly secretName: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
920
+ readonly secretType: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>, undefined>;
921
+ readonly entries: import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").ObjectSchema<{
922
+ readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 256, undefined>]>;
923
+ readonly secretRef: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
924
+ readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>]>;
925
+ }, undefined>, undefined>;
926
+ readonly valueTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
927
+ }, undefined>, import("valibot").CheckAction<{
928
+ key: string;
929
+ secretRef?: {
930
+ key: string;
931
+ } | undefined;
932
+ valueTemplate?: string | undefined;
933
+ }, "a secret entry must set exactly one of secretRef or valueTemplate.">]>, undefined>;
934
+ }, undefined>, import("valibot").ObjectSchema<{
935
+ readonly mode: import("valibot").LiteralSchema<"generatorEnvFile", undefined>;
936
+ readonly envFilePath: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>;
937
+ readonly entries: import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").ObjectSchema<{
938
+ readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 256, undefined>]>;
939
+ readonly secretRef: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
940
+ readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>]>;
941
+ }, undefined>, undefined>;
942
+ readonly valueTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
943
+ }, undefined>, import("valibot").CheckAction<{
944
+ key: string;
945
+ secretRef?: {
946
+ key: string;
947
+ } | undefined;
948
+ valueTemplate?: string | undefined;
949
+ }, "a secret entry must set exactly one of secretRef or valueTemplate.">]>, undefined>;
950
+ }, undefined>], undefined>, undefined>, undefined>;
951
+ }, undefined>, undefined>;
774
952
  }, undefined>, undefined>;
775
953
  readonly currentStep: import("valibot").NumberSchema<undefined>;
776
954
  readonly status: import("valibot").PicklistSchema<["running", "blocked", "done", "paused", "failed"], undefined>;
@@ -1044,6 +1222,8 @@ export declare const pullMainHumanTestContract: {
1044
1222
  readonly status: import("valibot").PicklistSchema<["provisioning", "ready", "failed", "expired", "tearing_down", "torn_down"], undefined>;
1045
1223
  readonly expiresAt: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
1046
1224
  readonly lastError: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
1225
+ readonly provisionType: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["kubernetes", "docker-compose", "custom", "infraless"], undefined>, undefined>, undefined>;
1226
+ readonly engine: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["local-docker", "local-k3s", "remote-kubernetes", "remote-custom", "none"], undefined>, undefined>, undefined>;
1047
1227
  }, undefined>, undefined>, undefined>;
1048
1228
  readonly subtasks: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
1049
1229
  readonly completed: import("valibot").NumberSchema<undefined>;
@@ -1168,6 +1348,93 @@ export declare const pullMainHumanTestContract: {
1168
1348
  readonly pausedAt: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
1169
1349
  readonly evictionRecoveries: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
1170
1350
  readonly transientEvictionRecoveries: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
1351
+ readonly deployProvisioning: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
1352
+ readonly type: import("valibot").PicklistSchema<["kubernetes", "docker-compose", "custom", "infraless"], undefined>;
1353
+ readonly manifestSource: import("valibot").OptionalSchema<import("valibot").VariantSchema<"type", [import("valibot").ObjectSchema<{
1354
+ readonly type: import("valibot").LiteralSchema<"colocated", undefined>;
1355
+ readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>;
1356
+ readonly renderer: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["raw", "kustomize"], undefined>, undefined>;
1357
+ }, undefined>, import("valibot").ObjectSchema<{
1358
+ readonly type: import("valibot").LiteralSchema<"separate", undefined>;
1359
+ readonly repo: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").RegexAction<string, "must be \"owner/repo\"">]>;
1360
+ readonly ref: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>]>, undefined>;
1361
+ readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>;
1362
+ readonly renderer: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["raw", "kustomize"], undefined>, undefined>;
1363
+ }, undefined>], undefined>, undefined>;
1364
+ readonly composePath: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
1365
+ readonly localDevOnly: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
1366
+ readonly manifestId: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>]>, undefined>;
1367
+ readonly manifestPath: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
1368
+ readonly images: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").ObjectSchema<{
1369
+ readonly name: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
1370
+ readonly newNameTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
1371
+ readonly newTagTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
1372
+ readonly digestTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
1373
+ }, undefined>, import("valibot").CheckAction<{
1374
+ name: string;
1375
+ newNameTemplate?: string | undefined;
1376
+ newTagTemplate?: string | undefined;
1377
+ digestTemplate?: string | undefined;
1378
+ }, "an image override must set at least one of newNameTemplate, newTagTemplate, or digestTemplate.">, import("valibot").CheckAction<{
1379
+ name: string;
1380
+ newNameTemplate?: string | undefined;
1381
+ newTagTemplate?: string | undefined;
1382
+ digestTemplate?: string | undefined;
1383
+ }, "newTagTemplate and digestTemplate are mutually exclusive on an image override.">]>, undefined>, undefined>;
1384
+ readonly helmReleases: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
1385
+ readonly name: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
1386
+ readonly chart: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
1387
+ readonly repo: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
1388
+ readonly version: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").RegexAction<string, "version must be a pinned semver (e.g. 1.2.3), not a floating tag like latest or ^1.0.">]>;
1389
+ readonly namespaceTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
1390
+ readonly values: import("valibot").OptionalSchema<import("valibot").RecordSchema<import("valibot").StringSchema<undefined>, import("valibot").UnknownSchema, undefined>, undefined>;
1391
+ readonly set: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
1392
+ readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
1393
+ readonly valueTemplate: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 2000, undefined>]>;
1394
+ }, undefined>, undefined>, undefined>;
1395
+ readonly valuesSecretRefs: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
1396
+ readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
1397
+ readonly secretRef: import("valibot").ObjectSchema<{
1398
+ readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>]>;
1399
+ }, undefined>;
1400
+ }, undefined>, undefined>, undefined>;
1401
+ readonly scope: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["per-environment", "shared"], undefined>, undefined>;
1402
+ }, undefined>, undefined>, undefined>;
1403
+ readonly secretInjections: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").VariantSchema<"mode", [import("valibot").ObjectSchema<{
1404
+ readonly mode: import("valibot").LiteralSchema<"secret", undefined>;
1405
+ readonly secretName: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
1406
+ readonly secretType: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>, undefined>;
1407
+ readonly entries: import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").ObjectSchema<{
1408
+ readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 256, undefined>]>;
1409
+ readonly secretRef: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
1410
+ readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>]>;
1411
+ }, undefined>, undefined>;
1412
+ readonly valueTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
1413
+ }, undefined>, import("valibot").CheckAction<{
1414
+ key: string;
1415
+ secretRef?: {
1416
+ key: string;
1417
+ } | undefined;
1418
+ valueTemplate?: string | undefined;
1419
+ }, "a secret entry must set exactly one of secretRef or valueTemplate.">]>, undefined>;
1420
+ }, undefined>, import("valibot").ObjectSchema<{
1421
+ readonly mode: import("valibot").LiteralSchema<"generatorEnvFile", undefined>;
1422
+ readonly envFilePath: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>;
1423
+ readonly entries: import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").ObjectSchema<{
1424
+ readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 256, undefined>]>;
1425
+ readonly secretRef: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
1426
+ readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>]>;
1427
+ }, undefined>, undefined>;
1428
+ readonly valueTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
1429
+ }, undefined>, import("valibot").CheckAction<{
1430
+ key: string;
1431
+ secretRef?: {
1432
+ key: string;
1433
+ } | undefined;
1434
+ valueTemplate?: string | undefined;
1435
+ }, "a secret entry must set exactly one of secretRef or valueTemplate.">]>, undefined>;
1436
+ }, undefined>], undefined>, undefined>, undefined>;
1437
+ }, undefined>, undefined>;
1171
1438
  }, undefined>, undefined>;
1172
1439
  readonly currentStep: import("valibot").NumberSchema<undefined>;
1173
1440
  readonly status: import("valibot").PicklistSchema<["running", "blocked", "done", "paused", "failed"], undefined>;
@@ -1441,6 +1708,8 @@ export declare const recreateHumanTestEnvContract: {
1441
1708
  readonly status: import("valibot").PicklistSchema<["provisioning", "ready", "failed", "expired", "tearing_down", "torn_down"], undefined>;
1442
1709
  readonly expiresAt: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
1443
1710
  readonly lastError: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
1711
+ readonly provisionType: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["kubernetes", "docker-compose", "custom", "infraless"], undefined>, undefined>, undefined>;
1712
+ readonly engine: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["local-docker", "local-k3s", "remote-kubernetes", "remote-custom", "none"], undefined>, undefined>, undefined>;
1444
1713
  }, undefined>, undefined>, undefined>;
1445
1714
  readonly subtasks: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
1446
1715
  readonly completed: import("valibot").NumberSchema<undefined>;
@@ -1565,6 +1834,93 @@ export declare const recreateHumanTestEnvContract: {
1565
1834
  readonly pausedAt: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
1566
1835
  readonly evictionRecoveries: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
1567
1836
  readonly transientEvictionRecoveries: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
1837
+ readonly deployProvisioning: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
1838
+ readonly type: import("valibot").PicklistSchema<["kubernetes", "docker-compose", "custom", "infraless"], undefined>;
1839
+ readonly manifestSource: import("valibot").OptionalSchema<import("valibot").VariantSchema<"type", [import("valibot").ObjectSchema<{
1840
+ readonly type: import("valibot").LiteralSchema<"colocated", undefined>;
1841
+ readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>;
1842
+ readonly renderer: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["raw", "kustomize"], undefined>, undefined>;
1843
+ }, undefined>, import("valibot").ObjectSchema<{
1844
+ readonly type: import("valibot").LiteralSchema<"separate", undefined>;
1845
+ readonly repo: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").RegexAction<string, "must be \"owner/repo\"">]>;
1846
+ readonly ref: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>]>, undefined>;
1847
+ readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>;
1848
+ readonly renderer: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["raw", "kustomize"], undefined>, undefined>;
1849
+ }, undefined>], undefined>, undefined>;
1850
+ readonly composePath: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
1851
+ readonly localDevOnly: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
1852
+ readonly manifestId: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>]>, undefined>;
1853
+ readonly manifestPath: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
1854
+ readonly images: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").ObjectSchema<{
1855
+ readonly name: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
1856
+ readonly newNameTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
1857
+ readonly newTagTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
1858
+ readonly digestTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
1859
+ }, undefined>, import("valibot").CheckAction<{
1860
+ name: string;
1861
+ newNameTemplate?: string | undefined;
1862
+ newTagTemplate?: string | undefined;
1863
+ digestTemplate?: string | undefined;
1864
+ }, "an image override must set at least one of newNameTemplate, newTagTemplate, or digestTemplate.">, import("valibot").CheckAction<{
1865
+ name: string;
1866
+ newNameTemplate?: string | undefined;
1867
+ newTagTemplate?: string | undefined;
1868
+ digestTemplate?: string | undefined;
1869
+ }, "newTagTemplate and digestTemplate are mutually exclusive on an image override.">]>, undefined>, undefined>;
1870
+ readonly helmReleases: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
1871
+ readonly name: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
1872
+ readonly chart: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
1873
+ readonly repo: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
1874
+ readonly version: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").RegexAction<string, "version must be a pinned semver (e.g. 1.2.3), not a floating tag like latest or ^1.0.">]>;
1875
+ readonly namespaceTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
1876
+ readonly values: import("valibot").OptionalSchema<import("valibot").RecordSchema<import("valibot").StringSchema<undefined>, import("valibot").UnknownSchema, undefined>, undefined>;
1877
+ readonly set: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
1878
+ readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
1879
+ readonly valueTemplate: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 2000, undefined>]>;
1880
+ }, undefined>, undefined>, undefined>;
1881
+ readonly valuesSecretRefs: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
1882
+ readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
1883
+ readonly secretRef: import("valibot").ObjectSchema<{
1884
+ readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>]>;
1885
+ }, undefined>;
1886
+ }, undefined>, undefined>, undefined>;
1887
+ readonly scope: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["per-environment", "shared"], undefined>, undefined>;
1888
+ }, undefined>, undefined>, undefined>;
1889
+ readonly secretInjections: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").VariantSchema<"mode", [import("valibot").ObjectSchema<{
1890
+ readonly mode: import("valibot").LiteralSchema<"secret", undefined>;
1891
+ readonly secretName: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
1892
+ readonly secretType: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>, undefined>;
1893
+ readonly entries: import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").ObjectSchema<{
1894
+ readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 256, undefined>]>;
1895
+ readonly secretRef: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
1896
+ readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>]>;
1897
+ }, undefined>, undefined>;
1898
+ readonly valueTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
1899
+ }, undefined>, import("valibot").CheckAction<{
1900
+ key: string;
1901
+ secretRef?: {
1902
+ key: string;
1903
+ } | undefined;
1904
+ valueTemplate?: string | undefined;
1905
+ }, "a secret entry must set exactly one of secretRef or valueTemplate.">]>, undefined>;
1906
+ }, undefined>, import("valibot").ObjectSchema<{
1907
+ readonly mode: import("valibot").LiteralSchema<"generatorEnvFile", undefined>;
1908
+ readonly envFilePath: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>;
1909
+ readonly entries: import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").ObjectSchema<{
1910
+ readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 256, undefined>]>;
1911
+ readonly secretRef: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
1912
+ readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>]>;
1913
+ }, undefined>, undefined>;
1914
+ readonly valueTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
1915
+ }, undefined>, import("valibot").CheckAction<{
1916
+ key: string;
1917
+ secretRef?: {
1918
+ key: string;
1919
+ } | undefined;
1920
+ valueTemplate?: string | undefined;
1921
+ }, "a secret entry must set exactly one of secretRef or valueTemplate.">]>, undefined>;
1922
+ }, undefined>], undefined>, undefined>, undefined>;
1923
+ }, undefined>, undefined>;
1568
1924
  }, undefined>, undefined>;
1569
1925
  readonly currentStep: import("valibot").NumberSchema<undefined>;
1570
1926
  readonly status: import("valibot").PicklistSchema<["running", "blocked", "done", "paused", "failed"], undefined>;
@@ -1838,6 +2194,8 @@ export declare const destroyHumanTestEnvContract: {
1838
2194
  readonly status: import("valibot").PicklistSchema<["provisioning", "ready", "failed", "expired", "tearing_down", "torn_down"], undefined>;
1839
2195
  readonly expiresAt: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
1840
2196
  readonly lastError: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
2197
+ readonly provisionType: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["kubernetes", "docker-compose", "custom", "infraless"], undefined>, undefined>, undefined>;
2198
+ readonly engine: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["local-docker", "local-k3s", "remote-kubernetes", "remote-custom", "none"], undefined>, undefined>, undefined>;
1841
2199
  }, undefined>, undefined>, undefined>;
1842
2200
  readonly subtasks: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
1843
2201
  readonly completed: import("valibot").NumberSchema<undefined>;
@@ -1962,6 +2320,93 @@ export declare const destroyHumanTestEnvContract: {
1962
2320
  readonly pausedAt: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
1963
2321
  readonly evictionRecoveries: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
1964
2322
  readonly transientEvictionRecoveries: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
2323
+ readonly deployProvisioning: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
2324
+ readonly type: import("valibot").PicklistSchema<["kubernetes", "docker-compose", "custom", "infraless"], undefined>;
2325
+ readonly manifestSource: import("valibot").OptionalSchema<import("valibot").VariantSchema<"type", [import("valibot").ObjectSchema<{
2326
+ readonly type: import("valibot").LiteralSchema<"colocated", undefined>;
2327
+ readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>;
2328
+ readonly renderer: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["raw", "kustomize"], undefined>, undefined>;
2329
+ }, undefined>, import("valibot").ObjectSchema<{
2330
+ readonly type: import("valibot").LiteralSchema<"separate", undefined>;
2331
+ readonly repo: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").RegexAction<string, "must be \"owner/repo\"">]>;
2332
+ readonly ref: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>]>, undefined>;
2333
+ readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>;
2334
+ readonly renderer: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["raw", "kustomize"], undefined>, undefined>;
2335
+ }, undefined>], undefined>, undefined>;
2336
+ readonly composePath: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
2337
+ readonly localDevOnly: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
2338
+ readonly manifestId: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>]>, undefined>;
2339
+ readonly manifestPath: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
2340
+ readonly images: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").ObjectSchema<{
2341
+ readonly name: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
2342
+ readonly newNameTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
2343
+ readonly newTagTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
2344
+ readonly digestTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
2345
+ }, undefined>, import("valibot").CheckAction<{
2346
+ name: string;
2347
+ newNameTemplate?: string | undefined;
2348
+ newTagTemplate?: string | undefined;
2349
+ digestTemplate?: string | undefined;
2350
+ }, "an image override must set at least one of newNameTemplate, newTagTemplate, or digestTemplate.">, import("valibot").CheckAction<{
2351
+ name: string;
2352
+ newNameTemplate?: string | undefined;
2353
+ newTagTemplate?: string | undefined;
2354
+ digestTemplate?: string | undefined;
2355
+ }, "newTagTemplate and digestTemplate are mutually exclusive on an image override.">]>, undefined>, undefined>;
2356
+ readonly helmReleases: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
2357
+ readonly name: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
2358
+ readonly chart: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
2359
+ readonly repo: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
2360
+ readonly version: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").RegexAction<string, "version must be a pinned semver (e.g. 1.2.3), not a floating tag like latest or ^1.0.">]>;
2361
+ readonly namespaceTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
2362
+ readonly values: import("valibot").OptionalSchema<import("valibot").RecordSchema<import("valibot").StringSchema<undefined>, import("valibot").UnknownSchema, undefined>, undefined>;
2363
+ readonly set: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
2364
+ readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
2365
+ readonly valueTemplate: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 2000, undefined>]>;
2366
+ }, undefined>, undefined>, undefined>;
2367
+ readonly valuesSecretRefs: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
2368
+ readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
2369
+ readonly secretRef: import("valibot").ObjectSchema<{
2370
+ readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>]>;
2371
+ }, undefined>;
2372
+ }, undefined>, undefined>, undefined>;
2373
+ readonly scope: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["per-environment", "shared"], undefined>, undefined>;
2374
+ }, undefined>, undefined>, undefined>;
2375
+ readonly secretInjections: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").VariantSchema<"mode", [import("valibot").ObjectSchema<{
2376
+ readonly mode: import("valibot").LiteralSchema<"secret", undefined>;
2377
+ readonly secretName: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
2378
+ readonly secretType: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>, undefined>;
2379
+ readonly entries: import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").ObjectSchema<{
2380
+ readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 256, undefined>]>;
2381
+ readonly secretRef: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
2382
+ readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>]>;
2383
+ }, undefined>, undefined>;
2384
+ readonly valueTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
2385
+ }, undefined>, import("valibot").CheckAction<{
2386
+ key: string;
2387
+ secretRef?: {
2388
+ key: string;
2389
+ } | undefined;
2390
+ valueTemplate?: string | undefined;
2391
+ }, "a secret entry must set exactly one of secretRef or valueTemplate.">]>, undefined>;
2392
+ }, undefined>, import("valibot").ObjectSchema<{
2393
+ readonly mode: import("valibot").LiteralSchema<"generatorEnvFile", undefined>;
2394
+ readonly envFilePath: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>;
2395
+ readonly entries: import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").ObjectSchema<{
2396
+ readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 256, undefined>]>;
2397
+ readonly secretRef: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
2398
+ readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>]>;
2399
+ }, undefined>, undefined>;
2400
+ readonly valueTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
2401
+ }, undefined>, import("valibot").CheckAction<{
2402
+ key: string;
2403
+ secretRef?: {
2404
+ key: string;
2405
+ } | undefined;
2406
+ valueTemplate?: string | undefined;
2407
+ }, "a secret entry must set exactly one of secretRef or valueTemplate.">]>, undefined>;
2408
+ }, undefined>], undefined>, undefined>, undefined>;
2409
+ }, undefined>, undefined>;
1965
2410
  }, undefined>, undefined>;
1966
2411
  readonly currentStep: import("valibot").NumberSchema<undefined>;
1967
2412
  readonly status: import("valibot").PicklistSchema<["running", "blocked", "done", "paused", "failed"], undefined>;