@cat-factory/contracts 0.284.0 → 0.286.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.
Files changed (87) hide show
  1. package/dist/agent-presentation.d.ts +32 -2
  2. package/dist/agent-presentation.d.ts.map +1 -1
  3. package/dist/agent-presentation.js +15 -0
  4. package/dist/agent-presentation.js.map +1 -1
  5. package/dist/binary-candidates.d.ts +261 -0
  6. package/dist/binary-candidates.d.ts.map +1 -0
  7. package/dist/binary-candidates.js +202 -0
  8. package/dist/binary-candidates.js.map +1 -0
  9. package/dist/binary-capabilities.d.ts +393 -0
  10. package/dist/binary-capabilities.d.ts.map +1 -0
  11. package/dist/binary-capabilities.js +465 -0
  12. package/dist/binary-capabilities.js.map +1 -0
  13. package/dist/binary-generators.d.ts +27 -0
  14. package/dist/binary-generators.d.ts.map +1 -1
  15. package/dist/binary-generators.js +28 -0
  16. package/dist/binary-generators.js.map +1 -1
  17. package/dist/binary-modalities.d.ts +18 -0
  18. package/dist/binary-modalities.d.ts.map +1 -1
  19. package/dist/binary-modalities.js +28 -0
  20. package/dist/binary-modalities.js.map +1 -1
  21. package/dist/binary-outputs.d.ts +69 -0
  22. package/dist/binary-outputs.d.ts.map +1 -1
  23. package/dist/binary-outputs.js +46 -0
  24. package/dist/binary-outputs.js.map +1 -1
  25. package/dist/build-ladder.d.ts +37 -0
  26. package/dist/build-ladder.d.ts.map +1 -0
  27. package/dist/build-ladder.js +46 -0
  28. package/dist/build-ladder.js.map +1 -0
  29. package/dist/entities.d.ts +49 -0
  30. package/dist/entities.d.ts.map +1 -1
  31. package/dist/entities.js +26 -0
  32. package/dist/entities.js.map +1 -1
  33. package/dist/execution.d.ts +136 -6
  34. package/dist/execution.d.ts.map +1 -1
  35. package/dist/execution.js +30 -3
  36. package/dist/execution.js.map +1 -1
  37. package/dist/index.d.ts +5 -0
  38. package/dist/index.d.ts.map +1 -1
  39. package/dist/index.js +5 -0
  40. package/dist/index.js.map +1 -1
  41. package/dist/platform-agent-kinds.d.ts +19 -0
  42. package/dist/platform-agent-kinds.d.ts.map +1 -0
  43. package/dist/platform-agent-kinds.js +30 -0
  44. package/dist/platform-agent-kinds.js.map +1 -0
  45. package/dist/requests.d.ts +27 -0
  46. package/dist/requests.d.ts.map +1 -1
  47. package/dist/requests.js +10 -0
  48. package/dist/requests.js.map +1 -1
  49. package/dist/result-views.d.ts +1 -1
  50. package/dist/result-views.d.ts.map +1 -1
  51. package/dist/result-views.js +1 -0
  52. package/dist/result-views.js.map +1 -1
  53. package/dist/routes/agent-runs.d.ts +84 -0
  54. package/dist/routes/agent-runs.d.ts.map +1 -1
  55. package/dist/routes/binaryCandidates.d.ts +139 -0
  56. package/dist/routes/binaryCandidates.d.ts.map +1 -0
  57. package/dist/routes/binaryCandidates.js +31 -0
  58. package/dist/routes/binaryCandidates.js.map +1 -0
  59. package/dist/routes/bug-hunt.d.ts +84 -0
  60. package/dist/routes/bug-hunt.d.ts.map +1 -1
  61. package/dist/routes/execution.d.ts +1523 -0
  62. package/dist/routes/execution.d.ts.map +1 -1
  63. package/dist/routes/execution.js +13 -1
  64. package/dist/routes/execution.js.map +1 -1
  65. package/dist/routes/human-review.d.ts +42 -0
  66. package/dist/routes/human-review.d.ts.map +1 -1
  67. package/dist/routes/human-test.d.ts +210 -0
  68. package/dist/routes/human-test.d.ts.map +1 -1
  69. package/dist/routes/index.d.ts +1 -0
  70. package/dist/routes/index.d.ts.map +1 -1
  71. package/dist/routes/index.js +1 -0
  72. package/dist/routes/index.js.map +1 -1
  73. package/dist/routes/pipelines.d.ts +70 -0
  74. package/dist/routes/pipelines.d.ts.map +1 -1
  75. package/dist/routes/visual-confirm.d.ts +126 -0
  76. package/dist/routes/visual-confirm.d.ts.map +1 -1
  77. package/dist/routes/workspaces.d.ts +108 -2
  78. package/dist/routes/workspaces.d.ts.map +1 -1
  79. package/dist/snapshot.d.ts +72 -9
  80. package/dist/snapshot.d.ts.map +1 -1
  81. package/dist/snapshot.js +18 -8
  82. package/dist/snapshot.js.map +1 -1
  83. package/dist/step-conditions.d.ts +98 -0
  84. package/dist/step-conditions.d.ts.map +1 -0
  85. package/dist/step-conditions.js +109 -0
  86. package/dist/step-conditions.js.map +1 -0
  87. package/package.json +1 -1
@@ -677,6 +677,11 @@ export declare const confirmHumanTestContract: {
677
677
  readonly generatorIds: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>, import("valibot").RegexAction<string, "must be a lower-kebab slug">]>, undefined>, undefined>;
678
678
  readonly modalities: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").PicklistSchema<["image", "audio", "video", "3d-model", "3d-scene", "document"], undefined>, undefined>, undefined>;
679
679
  readonly mediaTypes: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").ToLowerCaseAction, import("valibot").MinLengthAction<string, 3, undefined>, import("valibot").MaxLengthAction<string, 128, undefined>, import("valibot").RegexAction<string, "must be a media type of the form type/subtype">]>, undefined>, undefined>;
680
+ readonly generation: import("valibot").OptionalSchema<import("valibot").GenericSchema<unknown, import("../binary-capabilities.js").BinaryGenerationOptions>, undefined>;
681
+ readonly comparison: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
682
+ readonly perGenerator: 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, 4, undefined>]>, undefined>;
683
+ readonly multiSelect: import("valibot").OptionalSchema<import("valibot").LiteralSchema<true, undefined>, undefined>;
684
+ }, undefined>, undefined>;
680
685
  }, undefined>, undefined>;
681
686
  readonly retainEnvironment: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
682
687
  readonly gateConfig: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
@@ -687,8 +692,12 @@ export declare const confirmHumanTestContract: {
687
692
  readonly minApprovals: 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, 10, undefined>]>, undefined>;
688
693
  readonly fields: import("valibot").OptionalSchema<import("valibot").RecordSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 80, undefined>]>, import("valibot").UnionSchema<[import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, import("valibot").SchemaWithPipe<readonly [import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>, import("valibot").MaxLengthAction<string[], 50, undefined>]>, import("valibot").BooleanSchema<undefined>, import("valibot").NumberSchema<undefined>], undefined>, undefined>, undefined>;
689
694
  }, undefined>, undefined>;
695
+ readonly condition: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
696
+ readonly serviceScope: import("valibot").PicklistSchema<["frontend", "backend"], undefined>;
697
+ }, undefined>, undefined>;
690
698
  }, undefined>, undefined>, undefined>;
691
699
  readonly skipped: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
700
+ readonly skipReason: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["gated", "condition", "producer_skipped", "run_complete"], undefined>, undefined>;
692
701
  readonly noBusinessSpecs: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
693
702
  readonly technicalCorroborated: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
694
703
  readonly output: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
@@ -768,6 +777,10 @@ export declare const confirmHumanTestContract: {
768
777
  readonly entity: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
769
778
  readonly contentType: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
770
779
  readonly description: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
780
+ readonly dimensions: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
781
+ readonly width: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1, undefined>, import("valibot").MaxValueAction<number, 16384, undefined>]>;
782
+ readonly height: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1, undefined>, import("valibot").MaxValueAction<number, 16384, undefined>]>;
783
+ }, undefined>, undefined>;
771
784
  readonly generator: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
772
785
  readonly modality: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["image", "audio", "video", "3d-model", "3d-scene", "document"], undefined>, undefined>;
773
786
  }, undefined>, undefined>;
@@ -779,6 +792,35 @@ export declare const confirmHumanTestContract: {
779
792
  readonly parseFailed: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
780
793
  readonly undeclared: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
781
794
  }, undefined>, undefined>;
795
+ readonly binaryCandidates: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
796
+ readonly status: import("valibot").PicklistSchema<["awaiting_choice", "chosen", "no_choice"], undefined>;
797
+ readonly candidates: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
798
+ readonly id: import("valibot").StringSchema<undefined>;
799
+ readonly label: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
800
+ readonly generator: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
801
+ readonly subject: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
802
+ readonly service: import("valibot").StringSchema<undefined>;
803
+ readonly location: import("valibot").StringSchema<undefined>;
804
+ readonly contentType: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
805
+ readonly previewUrl: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
806
+ readonly note: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
807
+ }, undefined>, undefined>, readonly []>;
808
+ readonly noChoiceReason: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["undeclared", "parse_failed", "no_candidates"], undefined>, undefined>, undefined>;
809
+ readonly choice: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
810
+ readonly kept: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
811
+ readonly candidateId: import("valibot").StringSchema<undefined>;
812
+ readonly storeAs: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>, import("valibot").RegexAction<string, "must be a plain id (letters, digits, . _ -)">]>, undefined>;
813
+ }, undefined>, undefined>;
814
+ readonly discarded: import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>;
815
+ readonly note: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
816
+ readonly automatic: import("valibot").OptionalSchema<import("valibot").LiteralSchema<true, undefined>, undefined>;
817
+ readonly at: import("valibot").NumberSchema<undefined>;
818
+ }, undefined>, undefined>, undefined>;
819
+ readonly multiSelect: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
820
+ readonly invalidEntries: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, 0>;
821
+ readonly omitted: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, 0>;
822
+ readonly unusablePreviews: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, 0>;
823
+ }, undefined>, undefined>, undefined>;
782
824
  readonly jobId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
783
825
  readonly startedAt: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
784
826
  readonly finishedAt: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
@@ -1817,6 +1859,11 @@ export declare const requestHumanTestFixContract: {
1817
1859
  readonly generatorIds: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>, import("valibot").RegexAction<string, "must be a lower-kebab slug">]>, undefined>, undefined>;
1818
1860
  readonly modalities: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").PicklistSchema<["image", "audio", "video", "3d-model", "3d-scene", "document"], undefined>, undefined>, undefined>;
1819
1861
  readonly mediaTypes: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").ToLowerCaseAction, import("valibot").MinLengthAction<string, 3, undefined>, import("valibot").MaxLengthAction<string, 128, undefined>, import("valibot").RegexAction<string, "must be a media type of the form type/subtype">]>, undefined>, undefined>;
1862
+ readonly generation: import("valibot").OptionalSchema<import("valibot").GenericSchema<unknown, import("../binary-capabilities.js").BinaryGenerationOptions>, undefined>;
1863
+ readonly comparison: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
1864
+ readonly perGenerator: 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, 4, undefined>]>, undefined>;
1865
+ readonly multiSelect: import("valibot").OptionalSchema<import("valibot").LiteralSchema<true, undefined>, undefined>;
1866
+ }, undefined>, undefined>;
1820
1867
  }, undefined>, undefined>;
1821
1868
  readonly retainEnvironment: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
1822
1869
  readonly gateConfig: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
@@ -1827,8 +1874,12 @@ export declare const requestHumanTestFixContract: {
1827
1874
  readonly minApprovals: 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, 10, undefined>]>, undefined>;
1828
1875
  readonly fields: import("valibot").OptionalSchema<import("valibot").RecordSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 80, undefined>]>, import("valibot").UnionSchema<[import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, import("valibot").SchemaWithPipe<readonly [import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>, import("valibot").MaxLengthAction<string[], 50, undefined>]>, import("valibot").BooleanSchema<undefined>, import("valibot").NumberSchema<undefined>], undefined>, undefined>, undefined>;
1829
1876
  }, undefined>, undefined>;
1877
+ readonly condition: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
1878
+ readonly serviceScope: import("valibot").PicklistSchema<["frontend", "backend"], undefined>;
1879
+ }, undefined>, undefined>;
1830
1880
  }, undefined>, undefined>, undefined>;
1831
1881
  readonly skipped: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
1882
+ readonly skipReason: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["gated", "condition", "producer_skipped", "run_complete"], undefined>, undefined>;
1832
1883
  readonly noBusinessSpecs: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
1833
1884
  readonly technicalCorroborated: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
1834
1885
  readonly output: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
@@ -1908,6 +1959,10 @@ export declare const requestHumanTestFixContract: {
1908
1959
  readonly entity: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
1909
1960
  readonly contentType: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
1910
1961
  readonly description: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
1962
+ readonly dimensions: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
1963
+ readonly width: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1, undefined>, import("valibot").MaxValueAction<number, 16384, undefined>]>;
1964
+ readonly height: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1, undefined>, import("valibot").MaxValueAction<number, 16384, undefined>]>;
1965
+ }, undefined>, undefined>;
1911
1966
  readonly generator: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
1912
1967
  readonly modality: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["image", "audio", "video", "3d-model", "3d-scene", "document"], undefined>, undefined>;
1913
1968
  }, undefined>, undefined>;
@@ -1919,6 +1974,35 @@ export declare const requestHumanTestFixContract: {
1919
1974
  readonly parseFailed: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
1920
1975
  readonly undeclared: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
1921
1976
  }, undefined>, undefined>;
1977
+ readonly binaryCandidates: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
1978
+ readonly status: import("valibot").PicklistSchema<["awaiting_choice", "chosen", "no_choice"], undefined>;
1979
+ readonly candidates: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
1980
+ readonly id: import("valibot").StringSchema<undefined>;
1981
+ readonly label: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
1982
+ readonly generator: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
1983
+ readonly subject: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
1984
+ readonly service: import("valibot").StringSchema<undefined>;
1985
+ readonly location: import("valibot").StringSchema<undefined>;
1986
+ readonly contentType: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
1987
+ readonly previewUrl: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
1988
+ readonly note: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
1989
+ }, undefined>, undefined>, readonly []>;
1990
+ readonly noChoiceReason: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["undeclared", "parse_failed", "no_candidates"], undefined>, undefined>, undefined>;
1991
+ readonly choice: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
1992
+ readonly kept: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
1993
+ readonly candidateId: import("valibot").StringSchema<undefined>;
1994
+ readonly storeAs: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>, import("valibot").RegexAction<string, "must be a plain id (letters, digits, . _ -)">]>, undefined>;
1995
+ }, undefined>, undefined>;
1996
+ readonly discarded: import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>;
1997
+ readonly note: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
1998
+ readonly automatic: import("valibot").OptionalSchema<import("valibot").LiteralSchema<true, undefined>, undefined>;
1999
+ readonly at: import("valibot").NumberSchema<undefined>;
2000
+ }, undefined>, undefined>, undefined>;
2001
+ readonly multiSelect: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
2002
+ readonly invalidEntries: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, 0>;
2003
+ readonly omitted: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, 0>;
2004
+ readonly unusablePreviews: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, 0>;
2005
+ }, undefined>, undefined>, undefined>;
1922
2006
  readonly jobId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
1923
2007
  readonly startedAt: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
1924
2008
  readonly finishedAt: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
@@ -2955,6 +3039,11 @@ export declare const pullMainHumanTestContract: {
2955
3039
  readonly generatorIds: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>, import("valibot").RegexAction<string, "must be a lower-kebab slug">]>, undefined>, undefined>;
2956
3040
  readonly modalities: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").PicklistSchema<["image", "audio", "video", "3d-model", "3d-scene", "document"], undefined>, undefined>, undefined>;
2957
3041
  readonly mediaTypes: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").ToLowerCaseAction, import("valibot").MinLengthAction<string, 3, undefined>, import("valibot").MaxLengthAction<string, 128, undefined>, import("valibot").RegexAction<string, "must be a media type of the form type/subtype">]>, undefined>, undefined>;
3042
+ readonly generation: import("valibot").OptionalSchema<import("valibot").GenericSchema<unknown, import("../binary-capabilities.js").BinaryGenerationOptions>, undefined>;
3043
+ readonly comparison: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
3044
+ readonly perGenerator: 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, 4, undefined>]>, undefined>;
3045
+ readonly multiSelect: import("valibot").OptionalSchema<import("valibot").LiteralSchema<true, undefined>, undefined>;
3046
+ }, undefined>, undefined>;
2958
3047
  }, undefined>, undefined>;
2959
3048
  readonly retainEnvironment: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
2960
3049
  readonly gateConfig: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
@@ -2965,8 +3054,12 @@ export declare const pullMainHumanTestContract: {
2965
3054
  readonly minApprovals: 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, 10, undefined>]>, undefined>;
2966
3055
  readonly fields: import("valibot").OptionalSchema<import("valibot").RecordSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 80, undefined>]>, import("valibot").UnionSchema<[import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, import("valibot").SchemaWithPipe<readonly [import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>, import("valibot").MaxLengthAction<string[], 50, undefined>]>, import("valibot").BooleanSchema<undefined>, import("valibot").NumberSchema<undefined>], undefined>, undefined>, undefined>;
2967
3056
  }, undefined>, undefined>;
3057
+ readonly condition: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
3058
+ readonly serviceScope: import("valibot").PicklistSchema<["frontend", "backend"], undefined>;
3059
+ }, undefined>, undefined>;
2968
3060
  }, undefined>, undefined>, undefined>;
2969
3061
  readonly skipped: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
3062
+ readonly skipReason: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["gated", "condition", "producer_skipped", "run_complete"], undefined>, undefined>;
2970
3063
  readonly noBusinessSpecs: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
2971
3064
  readonly technicalCorroborated: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
2972
3065
  readonly output: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
@@ -3046,6 +3139,10 @@ export declare const pullMainHumanTestContract: {
3046
3139
  readonly entity: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
3047
3140
  readonly contentType: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
3048
3141
  readonly description: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
3142
+ readonly dimensions: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
3143
+ readonly width: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1, undefined>, import("valibot").MaxValueAction<number, 16384, undefined>]>;
3144
+ readonly height: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1, undefined>, import("valibot").MaxValueAction<number, 16384, undefined>]>;
3145
+ }, undefined>, undefined>;
3049
3146
  readonly generator: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
3050
3147
  readonly modality: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["image", "audio", "video", "3d-model", "3d-scene", "document"], undefined>, undefined>;
3051
3148
  }, undefined>, undefined>;
@@ -3057,6 +3154,35 @@ export declare const pullMainHumanTestContract: {
3057
3154
  readonly parseFailed: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
3058
3155
  readonly undeclared: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
3059
3156
  }, undefined>, undefined>;
3157
+ readonly binaryCandidates: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
3158
+ readonly status: import("valibot").PicklistSchema<["awaiting_choice", "chosen", "no_choice"], undefined>;
3159
+ readonly candidates: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
3160
+ readonly id: import("valibot").StringSchema<undefined>;
3161
+ readonly label: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
3162
+ readonly generator: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
3163
+ readonly subject: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
3164
+ readonly service: import("valibot").StringSchema<undefined>;
3165
+ readonly location: import("valibot").StringSchema<undefined>;
3166
+ readonly contentType: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
3167
+ readonly previewUrl: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
3168
+ readonly note: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
3169
+ }, undefined>, undefined>, readonly []>;
3170
+ readonly noChoiceReason: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["undeclared", "parse_failed", "no_candidates"], undefined>, undefined>, undefined>;
3171
+ readonly choice: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
3172
+ readonly kept: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
3173
+ readonly candidateId: import("valibot").StringSchema<undefined>;
3174
+ readonly storeAs: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>, import("valibot").RegexAction<string, "must be a plain id (letters, digits, . _ -)">]>, undefined>;
3175
+ }, undefined>, undefined>;
3176
+ readonly discarded: import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>;
3177
+ readonly note: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
3178
+ readonly automatic: import("valibot").OptionalSchema<import("valibot").LiteralSchema<true, undefined>, undefined>;
3179
+ readonly at: import("valibot").NumberSchema<undefined>;
3180
+ }, undefined>, undefined>, undefined>;
3181
+ readonly multiSelect: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
3182
+ readonly invalidEntries: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, 0>;
3183
+ readonly omitted: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, 0>;
3184
+ readonly unusablePreviews: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, 0>;
3185
+ }, undefined>, undefined>, undefined>;
3060
3186
  readonly jobId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
3061
3187
  readonly startedAt: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
3062
3188
  readonly finishedAt: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
@@ -4093,6 +4219,11 @@ export declare const recreateHumanTestEnvContract: {
4093
4219
  readonly generatorIds: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>, import("valibot").RegexAction<string, "must be a lower-kebab slug">]>, undefined>, undefined>;
4094
4220
  readonly modalities: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").PicklistSchema<["image", "audio", "video", "3d-model", "3d-scene", "document"], undefined>, undefined>, undefined>;
4095
4221
  readonly mediaTypes: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").ToLowerCaseAction, import("valibot").MinLengthAction<string, 3, undefined>, import("valibot").MaxLengthAction<string, 128, undefined>, import("valibot").RegexAction<string, "must be a media type of the form type/subtype">]>, undefined>, undefined>;
4222
+ readonly generation: import("valibot").OptionalSchema<import("valibot").GenericSchema<unknown, import("../binary-capabilities.js").BinaryGenerationOptions>, undefined>;
4223
+ readonly comparison: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
4224
+ readonly perGenerator: 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, 4, undefined>]>, undefined>;
4225
+ readonly multiSelect: import("valibot").OptionalSchema<import("valibot").LiteralSchema<true, undefined>, undefined>;
4226
+ }, undefined>, undefined>;
4096
4227
  }, undefined>, undefined>;
4097
4228
  readonly retainEnvironment: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
4098
4229
  readonly gateConfig: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
@@ -4103,8 +4234,12 @@ export declare const recreateHumanTestEnvContract: {
4103
4234
  readonly minApprovals: 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, 10, undefined>]>, undefined>;
4104
4235
  readonly fields: import("valibot").OptionalSchema<import("valibot").RecordSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 80, undefined>]>, import("valibot").UnionSchema<[import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, import("valibot").SchemaWithPipe<readonly [import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>, import("valibot").MaxLengthAction<string[], 50, undefined>]>, import("valibot").BooleanSchema<undefined>, import("valibot").NumberSchema<undefined>], undefined>, undefined>, undefined>;
4105
4236
  }, undefined>, undefined>;
4237
+ readonly condition: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
4238
+ readonly serviceScope: import("valibot").PicklistSchema<["frontend", "backend"], undefined>;
4239
+ }, undefined>, undefined>;
4106
4240
  }, undefined>, undefined>, undefined>;
4107
4241
  readonly skipped: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
4242
+ readonly skipReason: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["gated", "condition", "producer_skipped", "run_complete"], undefined>, undefined>;
4108
4243
  readonly noBusinessSpecs: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
4109
4244
  readonly technicalCorroborated: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
4110
4245
  readonly output: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
@@ -4184,6 +4319,10 @@ export declare const recreateHumanTestEnvContract: {
4184
4319
  readonly entity: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
4185
4320
  readonly contentType: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
4186
4321
  readonly description: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
4322
+ readonly dimensions: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
4323
+ readonly width: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1, undefined>, import("valibot").MaxValueAction<number, 16384, undefined>]>;
4324
+ readonly height: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1, undefined>, import("valibot").MaxValueAction<number, 16384, undefined>]>;
4325
+ }, undefined>, undefined>;
4187
4326
  readonly generator: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
4188
4327
  readonly modality: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["image", "audio", "video", "3d-model", "3d-scene", "document"], undefined>, undefined>;
4189
4328
  }, undefined>, undefined>;
@@ -4195,6 +4334,35 @@ export declare const recreateHumanTestEnvContract: {
4195
4334
  readonly parseFailed: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
4196
4335
  readonly undeclared: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
4197
4336
  }, undefined>, undefined>;
4337
+ readonly binaryCandidates: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
4338
+ readonly status: import("valibot").PicklistSchema<["awaiting_choice", "chosen", "no_choice"], undefined>;
4339
+ readonly candidates: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
4340
+ readonly id: import("valibot").StringSchema<undefined>;
4341
+ readonly label: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
4342
+ readonly generator: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
4343
+ readonly subject: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
4344
+ readonly service: import("valibot").StringSchema<undefined>;
4345
+ readonly location: import("valibot").StringSchema<undefined>;
4346
+ readonly contentType: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
4347
+ readonly previewUrl: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
4348
+ readonly note: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
4349
+ }, undefined>, undefined>, readonly []>;
4350
+ readonly noChoiceReason: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["undeclared", "parse_failed", "no_candidates"], undefined>, undefined>, undefined>;
4351
+ readonly choice: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
4352
+ readonly kept: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
4353
+ readonly candidateId: import("valibot").StringSchema<undefined>;
4354
+ readonly storeAs: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>, import("valibot").RegexAction<string, "must be a plain id (letters, digits, . _ -)">]>, undefined>;
4355
+ }, undefined>, undefined>;
4356
+ readonly discarded: import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>;
4357
+ readonly note: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
4358
+ readonly automatic: import("valibot").OptionalSchema<import("valibot").LiteralSchema<true, undefined>, undefined>;
4359
+ readonly at: import("valibot").NumberSchema<undefined>;
4360
+ }, undefined>, undefined>, undefined>;
4361
+ readonly multiSelect: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
4362
+ readonly invalidEntries: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, 0>;
4363
+ readonly omitted: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, 0>;
4364
+ readonly unusablePreviews: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, 0>;
4365
+ }, undefined>, undefined>, undefined>;
4198
4366
  readonly jobId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
4199
4367
  readonly startedAt: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
4200
4368
  readonly finishedAt: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
@@ -5231,6 +5399,11 @@ export declare const destroyHumanTestEnvContract: {
5231
5399
  readonly generatorIds: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>, import("valibot").RegexAction<string, "must be a lower-kebab slug">]>, undefined>, undefined>;
5232
5400
  readonly modalities: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").PicklistSchema<["image", "audio", "video", "3d-model", "3d-scene", "document"], undefined>, undefined>, undefined>;
5233
5401
  readonly mediaTypes: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").ToLowerCaseAction, import("valibot").MinLengthAction<string, 3, undefined>, import("valibot").MaxLengthAction<string, 128, undefined>, import("valibot").RegexAction<string, "must be a media type of the form type/subtype">]>, undefined>, undefined>;
5402
+ readonly generation: import("valibot").OptionalSchema<import("valibot").GenericSchema<unknown, import("../binary-capabilities.js").BinaryGenerationOptions>, undefined>;
5403
+ readonly comparison: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
5404
+ readonly perGenerator: 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, 4, undefined>]>, undefined>;
5405
+ readonly multiSelect: import("valibot").OptionalSchema<import("valibot").LiteralSchema<true, undefined>, undefined>;
5406
+ }, undefined>, undefined>;
5234
5407
  }, undefined>, undefined>;
5235
5408
  readonly retainEnvironment: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
5236
5409
  readonly gateConfig: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
@@ -5241,8 +5414,12 @@ export declare const destroyHumanTestEnvContract: {
5241
5414
  readonly minApprovals: 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, 10, undefined>]>, undefined>;
5242
5415
  readonly fields: import("valibot").OptionalSchema<import("valibot").RecordSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 80, undefined>]>, import("valibot").UnionSchema<[import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, import("valibot").SchemaWithPipe<readonly [import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>, import("valibot").MaxLengthAction<string[], 50, undefined>]>, import("valibot").BooleanSchema<undefined>, import("valibot").NumberSchema<undefined>], undefined>, undefined>, undefined>;
5243
5416
  }, undefined>, undefined>;
5417
+ readonly condition: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
5418
+ readonly serviceScope: import("valibot").PicklistSchema<["frontend", "backend"], undefined>;
5419
+ }, undefined>, undefined>;
5244
5420
  }, undefined>, undefined>, undefined>;
5245
5421
  readonly skipped: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
5422
+ readonly skipReason: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["gated", "condition", "producer_skipped", "run_complete"], undefined>, undefined>;
5246
5423
  readonly noBusinessSpecs: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
5247
5424
  readonly technicalCorroborated: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
5248
5425
  readonly output: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
@@ -5322,6 +5499,10 @@ export declare const destroyHumanTestEnvContract: {
5322
5499
  readonly entity: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
5323
5500
  readonly contentType: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
5324
5501
  readonly description: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
5502
+ readonly dimensions: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
5503
+ readonly width: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1, undefined>, import("valibot").MaxValueAction<number, 16384, undefined>]>;
5504
+ readonly height: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1, undefined>, import("valibot").MaxValueAction<number, 16384, undefined>]>;
5505
+ }, undefined>, undefined>;
5325
5506
  readonly generator: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
5326
5507
  readonly modality: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["image", "audio", "video", "3d-model", "3d-scene", "document"], undefined>, undefined>;
5327
5508
  }, undefined>, undefined>;
@@ -5333,6 +5514,35 @@ export declare const destroyHumanTestEnvContract: {
5333
5514
  readonly parseFailed: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
5334
5515
  readonly undeclared: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
5335
5516
  }, undefined>, undefined>;
5517
+ readonly binaryCandidates: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
5518
+ readonly status: import("valibot").PicklistSchema<["awaiting_choice", "chosen", "no_choice"], undefined>;
5519
+ readonly candidates: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
5520
+ readonly id: import("valibot").StringSchema<undefined>;
5521
+ readonly label: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
5522
+ readonly generator: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
5523
+ readonly subject: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
5524
+ readonly service: import("valibot").StringSchema<undefined>;
5525
+ readonly location: import("valibot").StringSchema<undefined>;
5526
+ readonly contentType: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
5527
+ readonly previewUrl: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
5528
+ readonly note: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
5529
+ }, undefined>, undefined>, readonly []>;
5530
+ readonly noChoiceReason: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["undeclared", "parse_failed", "no_candidates"], undefined>, undefined>, undefined>;
5531
+ readonly choice: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
5532
+ readonly kept: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
5533
+ readonly candidateId: import("valibot").StringSchema<undefined>;
5534
+ readonly storeAs: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>, import("valibot").RegexAction<string, "must be a plain id (letters, digits, . _ -)">]>, undefined>;
5535
+ }, undefined>, undefined>;
5536
+ readonly discarded: import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>;
5537
+ readonly note: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
5538
+ readonly automatic: import("valibot").OptionalSchema<import("valibot").LiteralSchema<true, undefined>, undefined>;
5539
+ readonly at: import("valibot").NumberSchema<undefined>;
5540
+ }, undefined>, undefined>, undefined>;
5541
+ readonly multiSelect: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
5542
+ readonly invalidEntries: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, 0>;
5543
+ readonly omitted: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, 0>;
5544
+ readonly unusablePreviews: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, 0>;
5545
+ }, undefined>, undefined>, undefined>;
5336
5546
  readonly jobId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
5337
5547
  readonly startedAt: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
5338
5548
  readonly finishedAt: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
@@ -1 +1 @@
1
- {"version":3,"file":"human-test.d.ts","sourceRoot":"","sources":["../../src/routes/human-test.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAqB,MAAM,yBAAyB,CAAA;AAc3E,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMnC,CAAA;AAEF,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMtC,CAAA;AAEF,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMpC,CAAA;AAEF,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMvC,CAAA;AAEF,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMtC,CAAA"}
1
+ {"version":3,"file":"human-test.d.ts","sourceRoot":"","sources":["../../src/routes/human-test.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAqB,MAAM,yBAAyB,CAAA;AAc3E,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMnC,CAAA;AAEF,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMtC,CAAA;AAEF,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMpC,CAAA;AAEF,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMvC,CAAA;AAEF,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMtC,CAAA"}
@@ -14,6 +14,7 @@ export * from './environmentUserHandlers.js';
14
14
  export * from './execution.js';
15
15
  export * from './doc-interview.js';
16
16
  export * from './followUp.js';
17
+ export * from './binaryCandidates.js';
17
18
  export * from './forkDecision.js';
18
19
  export * from './input-gate.js';
19
20
  export * from './judge.js';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/routes/index.ts"],"names":[],"mappings":"AAGA,cAAc,cAAc,CAAA;AAC5B,cAAc,eAAe,CAAA;AAC7B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,eAAe,CAAA;AAC7B,cAAc,WAAW,CAAA;AACzB,cAAc,YAAY,CAAA;AAC1B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,cAAc,CAAA;AAC5B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,mBAAmB,CAAA;AACjC,cAAc,8BAA8B,CAAA;AAC5C,cAAc,gBAAgB,CAAA;AAC9B,cAAc,oBAAoB,CAAA;AAClC,cAAc,eAAe,CAAA;AAC7B,cAAc,mBAAmB,CAAA;AACjC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,YAAY,CAAA;AAC1B,cAAc,eAAe,CAAA;AAC7B,cAAc,uBAAuB,CAAA;AACrC,cAAc,oBAAoB,CAAA;AAClC,cAAc,4BAA4B,CAAA;AAC1C,cAAc,aAAa,CAAA;AAC3B,cAAc,aAAa,CAAA;AAC3B,cAAc,UAAU,CAAA;AACxB,cAAc,mBAAmB,CAAA;AACjC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,qBAAqB,CAAA;AACnC,cAAc,0BAA0B,CAAA;AACxC,cAAc,aAAa,CAAA;AAC3B,cAAc,kBAAkB,CAAA;AAChC,cAAc,oBAAoB,CAAA;AAClC,cAAc,YAAY,CAAA;AAC1B,cAAc,uBAAuB,CAAA;AACrC,cAAc,oBAAoB,CAAA;AAClC,cAAc,oBAAoB,CAAA;AAClC,cAAc,qBAAqB,CAAA;AACnC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,oBAAoB,CAAA;AAClC,cAAc,aAAa,CAAA;AAC3B,cAAc,oBAAoB,CAAA;AAClC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,yBAAyB,CAAA;AACvC,cAAc,6BAA6B,CAAA;AAC3C,cAAc,gBAAgB,CAAA;AAC9B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,cAAc,CAAA;AAC5B,cAAc,uBAAuB,CAAA;AACrC,cAAc,wBAAwB,CAAA;AACtC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,mBAAmB,CAAA;AACjC,cAAc,sBAAsB,CAAA;AACpC,cAAc,kBAAkB,CAAA;AAChC,cAAc,4BAA4B,CAAA;AAC1C,cAAc,gBAAgB,CAAA;AAC9B,cAAc,uBAAuB,CAAA;AACrC,cAAc,4BAA4B,CAAA;AAC1C,cAAc,gBAAgB,CAAA;AAC9B,cAAc,cAAc,CAAA;AAC5B,cAAc,mBAAmB,CAAA;AACjC,cAAc,cAAc,CAAA;AAC5B,cAAc,cAAc,CAAA;AAC5B,cAAc,gCAAgC,CAAA;AAC9C,cAAc,eAAe,CAAA;AAC7B,cAAc,mBAAmB,CAAA;AACjC,cAAc,6BAA6B,CAAA;AAC3C,cAAc,mBAAmB,CAAA;AACjC,cAAc,wBAAwB,CAAA;AACtC,cAAc,YAAY,CAAA;AAC1B,cAAc,WAAW,CAAA;AACzB,cAAc,YAAY,CAAA;AAC1B,cAAc,eAAe,CAAA;AAC7B,cAAc,cAAc,CAAA;AAC5B,cAAc,kBAAkB,CAAA;AAChC,cAAc,eAAe,CAAA;AAC7B,cAAc,oBAAoB,CAAA;AAClC,cAAc,yBAAyB,CAAA;AACvC,cAAc,wBAAwB,CAAA;AACtC,cAAc,yBAAyB,CAAA;AACvC,cAAc,iBAAiB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/routes/index.ts"],"names":[],"mappings":"AAGA,cAAc,cAAc,CAAA;AAC5B,cAAc,eAAe,CAAA;AAC7B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,eAAe,CAAA;AAC7B,cAAc,WAAW,CAAA;AACzB,cAAc,YAAY,CAAA;AAC1B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,cAAc,CAAA;AAC5B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,mBAAmB,CAAA;AACjC,cAAc,8BAA8B,CAAA;AAC5C,cAAc,gBAAgB,CAAA;AAC9B,cAAc,oBAAoB,CAAA;AAClC,cAAc,eAAe,CAAA;AAC7B,cAAc,uBAAuB,CAAA;AACrC,cAAc,mBAAmB,CAAA;AACjC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,YAAY,CAAA;AAC1B,cAAc,eAAe,CAAA;AAC7B,cAAc,uBAAuB,CAAA;AACrC,cAAc,oBAAoB,CAAA;AAClC,cAAc,4BAA4B,CAAA;AAC1C,cAAc,aAAa,CAAA;AAC3B,cAAc,aAAa,CAAA;AAC3B,cAAc,UAAU,CAAA;AACxB,cAAc,mBAAmB,CAAA;AACjC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,qBAAqB,CAAA;AACnC,cAAc,0BAA0B,CAAA;AACxC,cAAc,aAAa,CAAA;AAC3B,cAAc,kBAAkB,CAAA;AAChC,cAAc,oBAAoB,CAAA;AAClC,cAAc,YAAY,CAAA;AAC1B,cAAc,uBAAuB,CAAA;AACrC,cAAc,oBAAoB,CAAA;AAClC,cAAc,oBAAoB,CAAA;AAClC,cAAc,qBAAqB,CAAA;AACnC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,oBAAoB,CAAA;AAClC,cAAc,aAAa,CAAA;AAC3B,cAAc,oBAAoB,CAAA;AAClC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,yBAAyB,CAAA;AACvC,cAAc,6BAA6B,CAAA;AAC3C,cAAc,gBAAgB,CAAA;AAC9B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,cAAc,CAAA;AAC5B,cAAc,uBAAuB,CAAA;AACrC,cAAc,wBAAwB,CAAA;AACtC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,mBAAmB,CAAA;AACjC,cAAc,sBAAsB,CAAA;AACpC,cAAc,kBAAkB,CAAA;AAChC,cAAc,4BAA4B,CAAA;AAC1C,cAAc,gBAAgB,CAAA;AAC9B,cAAc,uBAAuB,CAAA;AACrC,cAAc,4BAA4B,CAAA;AAC1C,cAAc,gBAAgB,CAAA;AAC9B,cAAc,cAAc,CAAA;AAC5B,cAAc,mBAAmB,CAAA;AACjC,cAAc,cAAc,CAAA;AAC5B,cAAc,cAAc,CAAA;AAC5B,cAAc,gCAAgC,CAAA;AAC9C,cAAc,eAAe,CAAA;AAC7B,cAAc,mBAAmB,CAAA;AACjC,cAAc,6BAA6B,CAAA;AAC3C,cAAc,mBAAmB,CAAA;AACjC,cAAc,wBAAwB,CAAA;AACtC,cAAc,YAAY,CAAA;AAC1B,cAAc,WAAW,CAAA;AACzB,cAAc,YAAY,CAAA;AAC1B,cAAc,eAAe,CAAA;AAC7B,cAAc,cAAc,CAAA;AAC5B,cAAc,kBAAkB,CAAA;AAChC,cAAc,eAAe,CAAA;AAC7B,cAAc,oBAAoB,CAAA;AAClC,cAAc,yBAAyB,CAAA;AACvC,cAAc,wBAAwB,CAAA;AACtC,cAAc,yBAAyB,CAAA;AACvC,cAAc,iBAAiB,CAAA"}
@@ -17,6 +17,7 @@ export * from './environmentUserHandlers.js';
17
17
  export * from './execution.js';
18
18
  export * from './doc-interview.js';
19
19
  export * from './followUp.js';
20
+ export * from './binaryCandidates.js';
20
21
  export * from './forkDecision.js';
21
22
  export * from './input-gate.js';
22
23
  export * from './judge.js';
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/routes/index.ts"],"names":[],"mappings":"AAAA,4EAA4E;AAC5E,+EAA+E;AAC/E,oDAAoD;AACpD,cAAc,cAAc,CAAA;AAC5B,cAAc,eAAe,CAAA;AAC7B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,eAAe,CAAA;AAC7B,cAAc,WAAW,CAAA;AACzB,cAAc,YAAY,CAAA;AAC1B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,cAAc,CAAA;AAC5B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,mBAAmB,CAAA;AACjC,cAAc,8BAA8B,CAAA;AAC5C,cAAc,gBAAgB,CAAA;AAC9B,cAAc,oBAAoB,CAAA;AAClC,cAAc,eAAe,CAAA;AAC7B,cAAc,mBAAmB,CAAA;AACjC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,YAAY,CAAA;AAC1B,cAAc,eAAe,CAAA;AAC7B,cAAc,uBAAuB,CAAA;AACrC,cAAc,oBAAoB,CAAA;AAClC,cAAc,4BAA4B,CAAA;AAC1C,cAAc,aAAa,CAAA;AAC3B,cAAc,aAAa,CAAA;AAC3B,cAAc,UAAU,CAAA;AACxB,cAAc,mBAAmB,CAAA;AACjC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,qBAAqB,CAAA;AACnC,cAAc,0BAA0B,CAAA;AACxC,cAAc,aAAa,CAAA;AAC3B,cAAc,kBAAkB,CAAA;AAChC,cAAc,oBAAoB,CAAA;AAClC,cAAc,YAAY,CAAA;AAC1B,cAAc,uBAAuB,CAAA;AACrC,cAAc,oBAAoB,CAAA;AAClC,cAAc,oBAAoB,CAAA;AAClC,cAAc,qBAAqB,CAAA;AACnC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,oBAAoB,CAAA;AAClC,cAAc,aAAa,CAAA;AAC3B,cAAc,oBAAoB,CAAA;AAClC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,yBAAyB,CAAA;AACvC,cAAc,6BAA6B,CAAA;AAC3C,cAAc,gBAAgB,CAAA;AAC9B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,cAAc,CAAA;AAC5B,cAAc,uBAAuB,CAAA;AACrC,cAAc,wBAAwB,CAAA;AACtC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,mBAAmB,CAAA;AACjC,cAAc,sBAAsB,CAAA;AACpC,cAAc,kBAAkB,CAAA;AAChC,cAAc,4BAA4B,CAAA;AAC1C,cAAc,gBAAgB,CAAA;AAC9B,cAAc,uBAAuB,CAAA;AACrC,cAAc,4BAA4B,CAAA;AAC1C,cAAc,gBAAgB,CAAA;AAC9B,cAAc,cAAc,CAAA;AAC5B,cAAc,mBAAmB,CAAA;AACjC,cAAc,cAAc,CAAA;AAC5B,cAAc,cAAc,CAAA;AAC5B,cAAc,gCAAgC,CAAA;AAC9C,cAAc,eAAe,CAAA;AAC7B,cAAc,mBAAmB,CAAA;AACjC,cAAc,6BAA6B,CAAA;AAC3C,cAAc,mBAAmB,CAAA;AACjC,cAAc,wBAAwB,CAAA;AACtC,cAAc,YAAY,CAAA;AAC1B,cAAc,WAAW,CAAA;AACzB,cAAc,YAAY,CAAA;AAC1B,cAAc,eAAe,CAAA;AAC7B,cAAc,cAAc,CAAA;AAC5B,cAAc,kBAAkB,CAAA;AAChC,cAAc,eAAe,CAAA;AAC7B,cAAc,oBAAoB,CAAA;AAClC,cAAc,yBAAyB,CAAA;AACvC,cAAc,wBAAwB,CAAA;AACtC,cAAc,yBAAyB,CAAA;AACvC,cAAc,iBAAiB,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/routes/index.ts"],"names":[],"mappings":"AAAA,4EAA4E;AAC5E,+EAA+E;AAC/E,oDAAoD;AACpD,cAAc,cAAc,CAAA;AAC5B,cAAc,eAAe,CAAA;AAC7B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,eAAe,CAAA;AAC7B,cAAc,WAAW,CAAA;AACzB,cAAc,YAAY,CAAA;AAC1B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,cAAc,CAAA;AAC5B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,mBAAmB,CAAA;AACjC,cAAc,8BAA8B,CAAA;AAC5C,cAAc,gBAAgB,CAAA;AAC9B,cAAc,oBAAoB,CAAA;AAClC,cAAc,eAAe,CAAA;AAC7B,cAAc,uBAAuB,CAAA;AACrC,cAAc,mBAAmB,CAAA;AACjC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,YAAY,CAAA;AAC1B,cAAc,eAAe,CAAA;AAC7B,cAAc,uBAAuB,CAAA;AACrC,cAAc,oBAAoB,CAAA;AAClC,cAAc,4BAA4B,CAAA;AAC1C,cAAc,aAAa,CAAA;AAC3B,cAAc,aAAa,CAAA;AAC3B,cAAc,UAAU,CAAA;AACxB,cAAc,mBAAmB,CAAA;AACjC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,qBAAqB,CAAA;AACnC,cAAc,0BAA0B,CAAA;AACxC,cAAc,aAAa,CAAA;AAC3B,cAAc,kBAAkB,CAAA;AAChC,cAAc,oBAAoB,CAAA;AAClC,cAAc,YAAY,CAAA;AAC1B,cAAc,uBAAuB,CAAA;AACrC,cAAc,oBAAoB,CAAA;AAClC,cAAc,oBAAoB,CAAA;AAClC,cAAc,qBAAqB,CAAA;AACnC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,oBAAoB,CAAA;AAClC,cAAc,aAAa,CAAA;AAC3B,cAAc,oBAAoB,CAAA;AAClC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,yBAAyB,CAAA;AACvC,cAAc,6BAA6B,CAAA;AAC3C,cAAc,gBAAgB,CAAA;AAC9B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,cAAc,CAAA;AAC5B,cAAc,uBAAuB,CAAA;AACrC,cAAc,wBAAwB,CAAA;AACtC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,mBAAmB,CAAA;AACjC,cAAc,sBAAsB,CAAA;AACpC,cAAc,kBAAkB,CAAA;AAChC,cAAc,4BAA4B,CAAA;AAC1C,cAAc,gBAAgB,CAAA;AAC9B,cAAc,uBAAuB,CAAA;AACrC,cAAc,4BAA4B,CAAA;AAC1C,cAAc,gBAAgB,CAAA;AAC9B,cAAc,cAAc,CAAA;AAC5B,cAAc,mBAAmB,CAAA;AACjC,cAAc,cAAc,CAAA;AAC5B,cAAc,cAAc,CAAA;AAC5B,cAAc,gCAAgC,CAAA;AAC9C,cAAc,eAAe,CAAA;AAC7B,cAAc,mBAAmB,CAAA;AACjC,cAAc,6BAA6B,CAAA;AAC3C,cAAc,mBAAmB,CAAA;AACjC,cAAc,wBAAwB,CAAA;AACtC,cAAc,YAAY,CAAA;AAC1B,cAAc,WAAW,CAAA;AACzB,cAAc,YAAY,CAAA;AAC1B,cAAc,eAAe,CAAA;AAC7B,cAAc,cAAc,CAAA;AAC5B,cAAc,kBAAkB,CAAA;AAChC,cAAc,eAAe,CAAA;AAC7B,cAAc,oBAAoB,CAAA;AAClC,cAAc,yBAAyB,CAAA;AACvC,cAAc,wBAAwB,CAAA;AACtC,cAAc,yBAAyB,CAAA;AACvC,cAAc,iBAAiB,CAAA"}