@cat-factory/contracts 0.230.1 → 0.231.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/execution.d.ts +7 -0
- package/dist/execution.d.ts.map +1 -1
- package/dist/execution.js +9 -0
- package/dist/execution.js.map +1 -1
- package/dist/merge.d.ts +372 -342
- package/dist/merge.d.ts.map +1 -1
- package/dist/merge.js +48 -2
- package/dist/merge.js.map +1 -1
- package/dist/routes/merge.d.ts +504 -504
- package/dist/routes/workspaces.d.ts +168 -168
- package/dist/snapshot.d.ts +84 -84
- package/package.json +1 -1
|
@@ -1777,20 +1777,20 @@ export declare const createWorkspaceContract: {
|
|
|
1777
1777
|
readonly onMissingEstimate: v.OptionalSchema<v.PicklistSchema<["run", "skip"], undefined>, "run">;
|
|
1778
1778
|
}, undefined>, undefined>, undefined>;
|
|
1779
1779
|
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>;
|
|
1780
|
+
config: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
1781
|
+
dependency: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
1782
|
+
docs: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
1783
|
+
schema: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
1784
|
+
source: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
1785
|
+
test: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
1786
1786
|
}, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
|
|
1787
1787
|
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>;
|
|
1788
|
+
config: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
1789
|
+
dependency: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
1790
|
+
docs: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
1791
|
+
schema: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
1792
|
+
source: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
1793
|
+
test: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
1794
1794
|
};
|
|
1795
1795
|
readonly "~standard": v.StandardProps<{
|
|
1796
1796
|
config?: "always" | "never" | "thresholds" | undefined;
|
|
@@ -1837,20 +1837,20 @@ export declare const createWorkspaceContract: {
|
|
|
1837
1837
|
};
|
|
1838
1838
|
readonly classRulesByRole: Omit<v.StrictObjectSchema<{
|
|
1839
1839
|
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>;
|
|
1840
|
+
config: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
1841
|
+
dependency: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
1842
|
+
docs: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
1843
|
+
schema: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
1844
|
+
source: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
1845
|
+
test: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
1846
1846
|
}, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
|
|
1847
1847
|
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>;
|
|
1848
|
+
config: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
1849
|
+
dependency: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
1850
|
+
docs: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
1851
|
+
schema: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
1852
|
+
source: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
1853
|
+
test: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
1854
1854
|
};
|
|
1855
1855
|
readonly "~standard": v.StandardProps<{
|
|
1856
1856
|
config?: "always" | "never" | "thresholds" | undefined;
|
|
@@ -1896,20 +1896,20 @@ export declare const createWorkspaceContract: {
|
|
|
1896
1896
|
} | undefined;
|
|
1897
1897
|
};
|
|
1898
1898
|
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>;
|
|
1899
|
+
config: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
1900
|
+
dependency: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
1901
|
+
docs: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
1902
|
+
schema: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
1903
|
+
source: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
1904
|
+
test: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
1905
1905
|
}, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
|
|
1906
1906
|
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>;
|
|
1907
|
+
config: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
1908
|
+
dependency: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
1909
|
+
docs: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
1910
|
+
schema: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
1911
|
+
source: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
1912
|
+
test: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
1913
1913
|
};
|
|
1914
1914
|
readonly "~standard": v.StandardProps<{
|
|
1915
1915
|
config?: "always" | "never" | "thresholds" | undefined;
|
|
@@ -1955,20 +1955,20 @@ export declare const createWorkspaceContract: {
|
|
|
1955
1955
|
} | undefined;
|
|
1956
1956
|
};
|
|
1957
1957
|
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>;
|
|
1958
|
+
config: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
1959
|
+
dependency: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
1960
|
+
docs: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
1961
|
+
schema: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
1962
|
+
source: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
1963
|
+
test: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
1964
1964
|
}, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
|
|
1965
1965
|
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>;
|
|
1966
|
+
config: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
1967
|
+
dependency: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
1968
|
+
docs: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
1969
|
+
schema: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
1970
|
+
source: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
1971
|
+
test: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
1972
1972
|
};
|
|
1973
1973
|
readonly "~standard": v.StandardProps<{
|
|
1974
1974
|
config?: "always" | "never" | "thresholds" | undefined;
|
|
@@ -2016,20 +2016,20 @@ export declare const createWorkspaceContract: {
|
|
|
2016
2016
|
}, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
|
|
2017
2017
|
readonly entries: {
|
|
2018
2018
|
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>;
|
|
2019
|
+
config: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
2020
|
+
dependency: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
2021
|
+
docs: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
2022
|
+
schema: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
2023
|
+
source: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
2024
|
+
test: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
2025
2025
|
}, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
|
|
2026
2026
|
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>;
|
|
2027
|
+
config: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
2028
|
+
dependency: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
2029
|
+
docs: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
2030
|
+
schema: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
2031
|
+
source: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
2032
|
+
test: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
2033
2033
|
};
|
|
2034
2034
|
readonly "~standard": v.StandardProps<{
|
|
2035
2035
|
config?: "always" | "never" | "thresholds" | undefined;
|
|
@@ -2075,20 +2075,20 @@ export declare const createWorkspaceContract: {
|
|
|
2075
2075
|
} | undefined;
|
|
2076
2076
|
}, undefined>;
|
|
2077
2077
|
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>;
|
|
2078
|
+
config: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
2079
|
+
dependency: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
2080
|
+
docs: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
2081
|
+
schema: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
2082
|
+
source: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
2083
|
+
test: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
2084
2084
|
}, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
|
|
2085
2085
|
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>;
|
|
2086
|
+
config: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
2087
|
+
dependency: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
2088
|
+
docs: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
2089
|
+
schema: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
2090
|
+
source: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
2091
|
+
test: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
2092
2092
|
};
|
|
2093
2093
|
readonly "~standard": v.StandardProps<{
|
|
2094
2094
|
config?: "always" | "never" | "thresholds" | undefined;
|
|
@@ -2134,20 +2134,20 @@ export declare const createWorkspaceContract: {
|
|
|
2134
2134
|
} | undefined;
|
|
2135
2135
|
}, undefined>;
|
|
2136
2136
|
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>;
|
|
2137
|
+
config: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
2138
|
+
dependency: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
2139
|
+
docs: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
2140
|
+
schema: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
2141
|
+
source: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
2142
|
+
test: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
2143
2143
|
}, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
|
|
2144
2144
|
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>;
|
|
2145
|
+
config: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
2146
|
+
dependency: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
2147
|
+
docs: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
2148
|
+
schema: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
2149
|
+
source: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
2150
|
+
test: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
2151
2151
|
};
|
|
2152
2152
|
readonly "~standard": v.StandardProps<{
|
|
2153
2153
|
config?: "always" | "never" | "thresholds" | undefined;
|
|
@@ -5044,20 +5044,20 @@ export declare const getWorkspaceContract: {
|
|
|
5044
5044
|
readonly onMissingEstimate: v.OptionalSchema<v.PicklistSchema<["run", "skip"], undefined>, "run">;
|
|
5045
5045
|
}, undefined>, undefined>, undefined>;
|
|
5046
5046
|
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>;
|
|
5047
|
+
config: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
5048
|
+
dependency: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
5049
|
+
docs: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
5050
|
+
schema: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
5051
|
+
source: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
5052
|
+
test: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
5053
5053
|
}, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
|
|
5054
5054
|
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>;
|
|
5055
|
+
config: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
5056
|
+
dependency: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
5057
|
+
docs: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
5058
|
+
schema: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
5059
|
+
source: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
5060
|
+
test: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
5061
5061
|
};
|
|
5062
5062
|
readonly "~standard": v.StandardProps<{
|
|
5063
5063
|
config?: "always" | "never" | "thresholds" | undefined;
|
|
@@ -5104,20 +5104,20 @@ export declare const getWorkspaceContract: {
|
|
|
5104
5104
|
};
|
|
5105
5105
|
readonly classRulesByRole: Omit<v.StrictObjectSchema<{
|
|
5106
5106
|
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>;
|
|
5107
|
+
config: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
5108
|
+
dependency: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
5109
|
+
docs: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
5110
|
+
schema: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
5111
|
+
source: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
5112
|
+
test: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
5113
5113
|
}, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
|
|
5114
5114
|
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>;
|
|
5115
|
+
config: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
5116
|
+
dependency: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
5117
|
+
docs: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
5118
|
+
schema: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
5119
|
+
source: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
5120
|
+
test: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
5121
5121
|
};
|
|
5122
5122
|
readonly "~standard": v.StandardProps<{
|
|
5123
5123
|
config?: "always" | "never" | "thresholds" | undefined;
|
|
@@ -5163,20 +5163,20 @@ export declare const getWorkspaceContract: {
|
|
|
5163
5163
|
} | undefined;
|
|
5164
5164
|
};
|
|
5165
5165
|
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>;
|
|
5166
|
+
config: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
5167
|
+
dependency: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
5168
|
+
docs: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
5169
|
+
schema: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
5170
|
+
source: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
5171
|
+
test: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
5172
5172
|
}, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
|
|
5173
5173
|
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>;
|
|
5174
|
+
config: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
5175
|
+
dependency: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
5176
|
+
docs: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
5177
|
+
schema: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
5178
|
+
source: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
5179
|
+
test: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
5180
5180
|
};
|
|
5181
5181
|
readonly "~standard": v.StandardProps<{
|
|
5182
5182
|
config?: "always" | "never" | "thresholds" | undefined;
|
|
@@ -5222,20 +5222,20 @@ export declare const getWorkspaceContract: {
|
|
|
5222
5222
|
} | undefined;
|
|
5223
5223
|
};
|
|
5224
5224
|
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>;
|
|
5225
|
+
config: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
5226
|
+
dependency: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
5227
|
+
docs: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
5228
|
+
schema: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
5229
|
+
source: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
5230
|
+
test: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
5231
5231
|
}, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
|
|
5232
5232
|
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>;
|
|
5233
|
+
config: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
5234
|
+
dependency: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
5235
|
+
docs: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
5236
|
+
schema: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
5237
|
+
source: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
5238
|
+
test: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
5239
5239
|
};
|
|
5240
5240
|
readonly "~standard": v.StandardProps<{
|
|
5241
5241
|
config?: "always" | "never" | "thresholds" | undefined;
|
|
@@ -5283,20 +5283,20 @@ export declare const getWorkspaceContract: {
|
|
|
5283
5283
|
}, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
|
|
5284
5284
|
readonly entries: {
|
|
5285
5285
|
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>;
|
|
5286
|
+
config: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
5287
|
+
dependency: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
5288
|
+
docs: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
5289
|
+
schema: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
5290
|
+
source: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
5291
|
+
test: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
5292
5292
|
}, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
|
|
5293
5293
|
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>;
|
|
5294
|
+
config: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
5295
|
+
dependency: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
5296
|
+
docs: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
5297
|
+
schema: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
5298
|
+
source: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
5299
|
+
test: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
5300
5300
|
};
|
|
5301
5301
|
readonly "~standard": v.StandardProps<{
|
|
5302
5302
|
config?: "always" | "never" | "thresholds" | undefined;
|
|
@@ -5342,20 +5342,20 @@ export declare const getWorkspaceContract: {
|
|
|
5342
5342
|
} | undefined;
|
|
5343
5343
|
}, undefined>;
|
|
5344
5344
|
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>;
|
|
5345
|
+
config: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
5346
|
+
dependency: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
5347
|
+
docs: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
5348
|
+
schema: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
5349
|
+
source: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
5350
|
+
test: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
5351
5351
|
}, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
|
|
5352
5352
|
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>;
|
|
5353
|
+
config: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
5354
|
+
dependency: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
5355
|
+
docs: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
5356
|
+
schema: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
5357
|
+
source: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
5358
|
+
test: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
5359
5359
|
};
|
|
5360
5360
|
readonly "~standard": v.StandardProps<{
|
|
5361
5361
|
config?: "always" | "never" | "thresholds" | undefined;
|
|
@@ -5401,20 +5401,20 @@ export declare const getWorkspaceContract: {
|
|
|
5401
5401
|
} | undefined;
|
|
5402
5402
|
}, undefined>;
|
|
5403
5403
|
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>;
|
|
5404
|
+
config: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
5405
|
+
dependency: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
5406
|
+
docs: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
5407
|
+
schema: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
5408
|
+
source: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
5409
|
+
test: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
5410
5410
|
}, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
|
|
5411
5411
|
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>;
|
|
5412
|
+
config: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
5413
|
+
dependency: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
5414
|
+
docs: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
5415
|
+
schema: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
5416
|
+
source: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
5417
|
+
test: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
5418
5418
|
};
|
|
5419
5419
|
readonly "~standard": v.StandardProps<{
|
|
5420
5420
|
config?: "always" | "never" | "thresholds" | undefined;
|