@cat-factory/contracts 0.230.1 → 0.232.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 (44) hide show
  1. package/dist/accountSettings.d.ts +39 -0
  2. package/dist/accountSettings.d.ts.map +1 -1
  3. package/dist/agent-failure-kinds.d.ts +34 -0
  4. package/dist/agent-failure-kinds.d.ts.map +1 -0
  5. package/dist/agent-failure-kinds.js +74 -0
  6. package/dist/agent-failure-kinds.js.map +1 -0
  7. package/dist/execution.d.ts +7 -16
  8. package/dist/execution.d.ts.map +1 -1
  9. package/dist/execution.js +10 -39
  10. package/dist/execution.js.map +1 -1
  11. package/dist/index.d.ts +1 -0
  12. package/dist/index.d.ts.map +1 -1
  13. package/dist/index.js +1 -0
  14. package/dist/index.js.map +1 -1
  15. package/dist/merge.d.ts +372 -342
  16. package/dist/merge.d.ts.map +1 -1
  17. package/dist/merge.js +48 -2
  18. package/dist/merge.js.map +1 -1
  19. package/dist/notification-webhooks.d.ts +18 -2
  20. package/dist/notification-webhooks.d.ts.map +1 -1
  21. package/dist/notification-webhooks.js +9 -1
  22. package/dist/notification-webhooks.js.map +1 -1
  23. package/dist/notifications.d.ts +24 -2
  24. package/dist/notifications.d.ts.map +1 -1
  25. package/dist/notifications.js +11 -0
  26. package/dist/notifications.js.map +1 -1
  27. package/dist/observability.d.ts +156 -2
  28. package/dist/observability.d.ts.map +1 -1
  29. package/dist/observability.js +86 -0
  30. package/dist/observability.js.map +1 -1
  31. package/dist/public-api.d.ts +2 -1
  32. package/dist/public-api.d.ts.map +1 -1
  33. package/dist/routes/accounts.d.ts +39 -0
  34. package/dist/routes/accounts.d.ts.map +1 -1
  35. package/dist/routes/merge.d.ts +504 -504
  36. package/dist/routes/notifications.d.ts +6 -3
  37. package/dist/routes/notifications.d.ts.map +1 -1
  38. package/dist/routes/public-api.d.ts +6 -3
  39. package/dist/routes/public-api.d.ts.map +1 -1
  40. package/dist/routes/workspaces.d.ts +172 -170
  41. package/dist/routes/workspaces.d.ts.map +1 -1
  42. package/dist/snapshot.d.ts +86 -85
  43. package/dist/snapshot.d.ts.map +1 -1
  44. package/package.json +1 -1
@@ -1730,7 +1730,8 @@ export declare const createWorkspaceContract: {
1730
1730
  readonly mergedRepos: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, undefined>;
1731
1731
  readonly unmergedRepos: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, undefined>;
1732
1732
  readonly platformWindow: v.OptionalSchema<v.PicklistSchema<["1h", "24h", "7d"], undefined>, undefined>;
1733
- readonly platformAlerts: v.OptionalSchema<v.ArraySchema<v.PicklistSchema<["failure_rate_high", "duration_p99_high", "backlog_high", "throughput_stalled", "failure_kind_dominant", "sweep_degraded"], undefined>, undefined>, undefined>;
1733
+ readonly platformAlerts: v.OptionalSchema<v.ArraySchema<v.PicklistSchema<["failure_rate_high", "duration_p99_high", "backlog_high", "throughput_stalled", "failure_kind_dominant", "failure_kind_rate_high", "sweep_degraded"], undefined>, undefined>, undefined>;
1734
+ readonly platformAlertFailureKinds: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, undefined>;
1734
1735
  readonly platformFailingRuns: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
1735
1736
  readonly executionId: v.StringSchema<undefined>;
1736
1737
  readonly blockId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
@@ -1777,20 +1778,20 @@ export declare const createWorkspaceContract: {
1777
1778
  readonly onMissingEstimate: v.OptionalSchema<v.PicklistSchema<["run", "skip"], undefined>, "run">;
1778
1779
  }, undefined>, undefined>, undefined>;
1779
1780
  readonly classRules: Omit<v.StrictObjectSchema<{
1780
- config: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1781
- dependency: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1782
- docs: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1783
- schema: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1784
- source: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1785
- test: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1781
+ config: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1782
+ dependency: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1783
+ docs: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1784
+ schema: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1785
+ source: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1786
+ test: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1786
1787
  }, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
1787
1788
  readonly entries: {
1788
- config: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1789
- dependency: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1790
- docs: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1791
- schema: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1792
- source: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1793
- test: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1789
+ config: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1790
+ dependency: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1791
+ docs: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1792
+ schema: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1793
+ source: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1794
+ test: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1794
1795
  };
1795
1796
  readonly "~standard": v.StandardProps<{
1796
1797
  config?: "always" | "never" | "thresholds" | undefined;
@@ -1837,20 +1838,20 @@ export declare const createWorkspaceContract: {
1837
1838
  };
1838
1839
  readonly classRulesByRole: Omit<v.StrictObjectSchema<{
1839
1840
  admin: Omit<v.StrictObjectSchema<{
1840
- config: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1841
- dependency: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1842
- docs: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1843
- schema: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1844
- source: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1845
- test: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1841
+ config: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1842
+ dependency: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1843
+ docs: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1844
+ schema: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1845
+ source: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1846
+ test: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1846
1847
  }, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
1847
1848
  readonly entries: {
1848
- config: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1849
- dependency: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1850
- docs: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1851
- schema: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1852
- source: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1853
- test: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1849
+ config: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1850
+ dependency: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1851
+ docs: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1852
+ schema: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1853
+ source: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1854
+ test: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1854
1855
  };
1855
1856
  readonly "~standard": v.StandardProps<{
1856
1857
  config?: "always" | "never" | "thresholds" | undefined;
@@ -1896,20 +1897,20 @@ export declare const createWorkspaceContract: {
1896
1897
  } | undefined;
1897
1898
  };
1898
1899
  member: Omit<v.StrictObjectSchema<{
1899
- config: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1900
- dependency: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1901
- docs: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1902
- schema: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1903
- source: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1904
- test: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1900
+ config: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1901
+ dependency: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1902
+ docs: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1903
+ schema: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1904
+ source: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1905
+ test: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1905
1906
  }, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
1906
1907
  readonly entries: {
1907
- config: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1908
- dependency: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1909
- docs: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1910
- schema: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1911
- source: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1912
- test: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1908
+ config: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1909
+ dependency: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1910
+ docs: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1911
+ schema: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1912
+ source: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1913
+ test: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1913
1914
  };
1914
1915
  readonly "~standard": v.StandardProps<{
1915
1916
  config?: "always" | "never" | "thresholds" | undefined;
@@ -1955,20 +1956,20 @@ export declare const createWorkspaceContract: {
1955
1956
  } | undefined;
1956
1957
  };
1957
1958
  viewer: Omit<v.StrictObjectSchema<{
1958
- config: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1959
- dependency: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1960
- docs: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1961
- schema: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1962
- source: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1963
- test: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
1959
+ config: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1960
+ dependency: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1961
+ docs: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1962
+ schema: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1963
+ source: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1964
+ test: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
1964
1965
  }, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
1965
1966
  readonly entries: {
1966
- config: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1967
- dependency: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1968
- docs: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1969
- schema: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1970
- source: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1971
- test: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
1967
+ config: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1968
+ dependency: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1969
+ docs: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1970
+ schema: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1971
+ source: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1972
+ test: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
1972
1973
  };
1973
1974
  readonly "~standard": v.StandardProps<{
1974
1975
  config?: "always" | "never" | "thresholds" | undefined;
@@ -2016,20 +2017,20 @@ export declare const createWorkspaceContract: {
2016
2017
  }, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
2017
2018
  readonly entries: {
2018
2019
  admin: v.OptionalSchema<Omit<v.StrictObjectSchema<{
2019
- config: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2020
- dependency: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2021
- docs: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2022
- schema: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2023
- source: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2024
- test: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2020
+ config: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2021
+ dependency: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2022
+ docs: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2023
+ schema: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2024
+ source: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2025
+ test: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2025
2026
  }, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
2026
2027
  readonly entries: {
2027
- config: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2028
- dependency: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2029
- docs: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2030
- schema: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2031
- source: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2032
- test: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2028
+ config: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2029
+ dependency: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2030
+ docs: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2031
+ schema: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2032
+ source: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2033
+ test: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2033
2034
  };
2034
2035
  readonly "~standard": v.StandardProps<{
2035
2036
  config?: "always" | "never" | "thresholds" | undefined;
@@ -2075,20 +2076,20 @@ export declare const createWorkspaceContract: {
2075
2076
  } | undefined;
2076
2077
  }, undefined>;
2077
2078
  member: v.OptionalSchema<Omit<v.StrictObjectSchema<{
2078
- config: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2079
- dependency: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2080
- docs: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2081
- schema: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2082
- source: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2083
- test: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2079
+ config: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2080
+ dependency: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2081
+ docs: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2082
+ schema: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2083
+ source: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2084
+ test: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2084
2085
  }, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
2085
2086
  readonly entries: {
2086
- config: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2087
- dependency: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2088
- docs: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2089
- schema: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2090
- source: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2091
- test: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2087
+ config: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2088
+ dependency: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2089
+ docs: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2090
+ schema: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2091
+ source: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2092
+ test: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2092
2093
  };
2093
2094
  readonly "~standard": v.StandardProps<{
2094
2095
  config?: "always" | "never" | "thresholds" | undefined;
@@ -2134,20 +2135,20 @@ export declare const createWorkspaceContract: {
2134
2135
  } | undefined;
2135
2136
  }, undefined>;
2136
2137
  viewer: v.OptionalSchema<Omit<v.StrictObjectSchema<{
2137
- config: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2138
- dependency: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2139
- docs: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2140
- schema: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2141
- source: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2142
- test: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
2138
+ config: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2139
+ dependency: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2140
+ docs: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2141
+ schema: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2142
+ source: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2143
+ test: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
2143
2144
  }, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
2144
2145
  readonly entries: {
2145
- config: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2146
- dependency: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2147
- docs: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2148
- schema: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2149
- source: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2150
- test: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
2146
+ config: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2147
+ dependency: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2148
+ docs: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2149
+ schema: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2150
+ source: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2151
+ test: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
2151
2152
  };
2152
2153
  readonly "~standard": v.StandardProps<{
2153
2154
  config?: "always" | "never" | "thresholds" | undefined;
@@ -4997,7 +4998,8 @@ export declare const getWorkspaceContract: {
4997
4998
  readonly mergedRepos: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, undefined>;
4998
4999
  readonly unmergedRepos: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, undefined>;
4999
5000
  readonly platformWindow: v.OptionalSchema<v.PicklistSchema<["1h", "24h", "7d"], undefined>, undefined>;
5000
- readonly platformAlerts: v.OptionalSchema<v.ArraySchema<v.PicklistSchema<["failure_rate_high", "duration_p99_high", "backlog_high", "throughput_stalled", "failure_kind_dominant", "sweep_degraded"], undefined>, undefined>, undefined>;
5001
+ readonly platformAlerts: v.OptionalSchema<v.ArraySchema<v.PicklistSchema<["failure_rate_high", "duration_p99_high", "backlog_high", "throughput_stalled", "failure_kind_dominant", "failure_kind_rate_high", "sweep_degraded"], undefined>, undefined>, undefined>;
5002
+ readonly platformAlertFailureKinds: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, undefined>;
5001
5003
  readonly platformFailingRuns: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
5002
5004
  readonly executionId: v.StringSchema<undefined>;
5003
5005
  readonly blockId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
@@ -5044,20 +5046,20 @@ export declare const getWorkspaceContract: {
5044
5046
  readonly onMissingEstimate: v.OptionalSchema<v.PicklistSchema<["run", "skip"], undefined>, "run">;
5045
5047
  }, undefined>, undefined>, undefined>;
5046
5048
  readonly classRules: Omit<v.StrictObjectSchema<{
5047
- config: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
5048
- dependency: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
5049
- docs: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
5050
- schema: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
5051
- source: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
5052
- test: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
5049
+ config: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
5050
+ dependency: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
5051
+ docs: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
5052
+ schema: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
5053
+ source: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
5054
+ test: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
5053
5055
  }, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
5054
5056
  readonly entries: {
5055
- config: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
5056
- dependency: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
5057
- docs: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
5058
- schema: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
5059
- source: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
5060
- test: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
5057
+ config: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
5058
+ dependency: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
5059
+ docs: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
5060
+ schema: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
5061
+ source: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
5062
+ test: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
5061
5063
  };
5062
5064
  readonly "~standard": v.StandardProps<{
5063
5065
  config?: "always" | "never" | "thresholds" | undefined;
@@ -5104,20 +5106,20 @@ export declare const getWorkspaceContract: {
5104
5106
  };
5105
5107
  readonly classRulesByRole: Omit<v.StrictObjectSchema<{
5106
5108
  admin: Omit<v.StrictObjectSchema<{
5107
- config: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
5108
- dependency: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
5109
- docs: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
5110
- schema: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
5111
- source: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
5112
- test: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
5109
+ config: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
5110
+ dependency: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
5111
+ docs: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
5112
+ schema: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
5113
+ source: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
5114
+ test: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
5113
5115
  }, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
5114
5116
  readonly entries: {
5115
- config: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
5116
- dependency: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
5117
- docs: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
5118
- schema: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
5119
- source: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
5120
- test: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
5117
+ config: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
5118
+ dependency: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
5119
+ docs: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
5120
+ schema: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
5121
+ source: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
5122
+ test: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
5121
5123
  };
5122
5124
  readonly "~standard": v.StandardProps<{
5123
5125
  config?: "always" | "never" | "thresholds" | undefined;
@@ -5163,20 +5165,20 @@ export declare const getWorkspaceContract: {
5163
5165
  } | undefined;
5164
5166
  };
5165
5167
  member: Omit<v.StrictObjectSchema<{
5166
- config: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
5167
- dependency: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
5168
- docs: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
5169
- schema: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
5170
- source: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
5171
- test: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
5168
+ config: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
5169
+ dependency: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
5170
+ docs: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
5171
+ schema: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
5172
+ source: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
5173
+ test: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
5172
5174
  }, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
5173
5175
  readonly entries: {
5174
- config: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
5175
- dependency: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
5176
- docs: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
5177
- schema: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
5178
- source: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
5179
- test: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
5176
+ config: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
5177
+ dependency: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
5178
+ docs: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
5179
+ schema: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
5180
+ source: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
5181
+ test: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
5180
5182
  };
5181
5183
  readonly "~standard": v.StandardProps<{
5182
5184
  config?: "always" | "never" | "thresholds" | undefined;
@@ -5222,20 +5224,20 @@ export declare const getWorkspaceContract: {
5222
5224
  } | undefined;
5223
5225
  };
5224
5226
  viewer: Omit<v.StrictObjectSchema<{
5225
- config: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
5226
- dependency: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
5227
- docs: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
5228
- schema: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
5229
- source: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
5230
- test: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
5227
+ config: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
5228
+ dependency: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
5229
+ docs: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
5230
+ schema: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
5231
+ source: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
5232
+ test: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
5231
5233
  }, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
5232
5234
  readonly entries: {
5233
- config: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
5234
- dependency: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
5235
- docs: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
5236
- schema: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
5237
- source: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
5238
- test: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
5235
+ config: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
5236
+ dependency: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
5237
+ docs: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
5238
+ schema: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
5239
+ source: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
5240
+ test: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
5239
5241
  };
5240
5242
  readonly "~standard": v.StandardProps<{
5241
5243
  config?: "always" | "never" | "thresholds" | undefined;
@@ -5283,20 +5285,20 @@ export declare const getWorkspaceContract: {
5283
5285
  }, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
5284
5286
  readonly entries: {
5285
5287
  admin: v.OptionalSchema<Omit<v.StrictObjectSchema<{
5286
- config: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
5287
- dependency: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
5288
- docs: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
5289
- schema: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
5290
- source: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
5291
- test: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
5288
+ config: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
5289
+ dependency: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
5290
+ docs: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
5291
+ schema: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
5292
+ source: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
5293
+ test: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
5292
5294
  }, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
5293
5295
  readonly entries: {
5294
- config: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
5295
- dependency: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
5296
- docs: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
5297
- schema: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
5298
- source: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
5299
- test: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
5296
+ config: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
5297
+ dependency: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
5298
+ docs: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
5299
+ schema: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
5300
+ source: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
5301
+ test: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
5300
5302
  };
5301
5303
  readonly "~standard": v.StandardProps<{
5302
5304
  config?: "always" | "never" | "thresholds" | undefined;
@@ -5342,20 +5344,20 @@ export declare const getWorkspaceContract: {
5342
5344
  } | undefined;
5343
5345
  }, undefined>;
5344
5346
  member: v.OptionalSchema<Omit<v.StrictObjectSchema<{
5345
- config: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
5346
- dependency: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
5347
- docs: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
5348
- schema: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
5349
- source: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
5350
- test: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
5347
+ config: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
5348
+ dependency: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
5349
+ docs: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
5350
+ schema: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
5351
+ source: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
5352
+ test: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
5351
5353
  }, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
5352
5354
  readonly entries: {
5353
- config: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
5354
- dependency: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
5355
- docs: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
5356
- schema: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
5357
- source: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
5358
- test: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
5355
+ config: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
5356
+ dependency: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
5357
+ docs: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
5358
+ schema: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
5359
+ source: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
5360
+ test: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
5359
5361
  };
5360
5362
  readonly "~standard": v.StandardProps<{
5361
5363
  config?: "always" | "never" | "thresholds" | undefined;
@@ -5401,20 +5403,20 @@ export declare const getWorkspaceContract: {
5401
5403
  } | undefined;
5402
5404
  }, undefined>;
5403
5405
  viewer: v.OptionalSchema<Omit<v.StrictObjectSchema<{
5404
- config: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
5405
- dependency: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
5406
- docs: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
5407
- schema: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
5408
- source: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
5409
- test: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
5406
+ config: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
5407
+ dependency: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
5408
+ docs: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
5409
+ schema: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
5410
+ source: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
5411
+ test: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
5410
5412
  }, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
5411
5413
  readonly entries: {
5412
- config: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
5413
- dependency: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
5414
- docs: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
5415
- schema: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
5416
- source: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
5417
- test: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
5414
+ config: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
5415
+ dependency: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
5416
+ docs: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
5417
+ schema: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
5418
+ source: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
5419
+ test: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
5418
5420
  };
5419
5421
  readonly "~standard": v.StandardProps<{
5420
5422
  config?: "always" | "never" | "thresholds" | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"workspaces.d.ts","sourceRoot":"","sources":["../../src/routes/workspaces.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAqB,MAAM,yBAAyB,CAAA;AAC3E,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AAe5B;;;;;GAKG;AACH,eAAO,MAAM,uBAAuB;;;;;;;;aAGlC,CAAA;AACF,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,WAAW,CAAC,OAAO,uBAAuB,CAAC,CAAA;AAI7E,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIjC,CAAA;AAEF,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKlC,CAAA;AAEF,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAK/B,CAAA;AAEF,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMlC,CAAA;AAEF,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKlC,CAAA"}
1
+ {"version":3,"file":"workspaces.d.ts","sourceRoot":"","sources":["../../src/routes/workspaces.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAqB,MAAM,yBAAyB,CAAA;AAC3E,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AAe5B;;;;;GAKG;AACH,eAAO,MAAM,uBAAuB;;;;;;;;aAGlC,CAAA;AACF,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,WAAW,CAAC,OAAO,uBAAuB,CAAC,CAAA;AAI7E,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIjC,CAAA;AAEF,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKlC,CAAA;AAEF,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAK/B,CAAA;AAEF,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMlC,CAAA;AAEF,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKlC,CAAA"}