@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
package/dist/snapshot.d.ts
CHANGED
|
@@ -1774,20 +1774,20 @@ export declare const workspaceSnapshotSchema: v.ObjectSchema<{
|
|
|
1774
1774
|
readonly onMissingEstimate: v.OptionalSchema<v.PicklistSchema<["run", "skip"], undefined>, "run">;
|
|
1775
1775
|
}, undefined>, undefined>, undefined>;
|
|
1776
1776
|
readonly classRules: Omit<v.StrictObjectSchema<{
|
|
1777
|
-
config: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
|
|
1778
|
-
dependency: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
|
|
1779
|
-
docs: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
|
|
1780
|
-
schema: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
|
|
1781
|
-
source: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
|
|
1782
|
-
test: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
|
|
1777
|
+
config: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
1778
|
+
dependency: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
1779
|
+
docs: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
1780
|
+
schema: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
1781
|
+
source: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
1782
|
+
test: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
1783
1783
|
}, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
|
|
1784
1784
|
readonly entries: {
|
|
1785
|
-
config: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
|
|
1786
|
-
dependency: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
|
|
1787
|
-
docs: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
|
|
1788
|
-
schema: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
|
|
1789
|
-
source: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
|
|
1790
|
-
test: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
|
|
1785
|
+
config: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
1786
|
+
dependency: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
1787
|
+
docs: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
1788
|
+
schema: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
1789
|
+
source: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
1790
|
+
test: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
1791
1791
|
};
|
|
1792
1792
|
readonly "~standard": v.StandardProps<{
|
|
1793
1793
|
config?: "always" | "never" | "thresholds" | undefined;
|
|
@@ -1834,20 +1834,20 @@ export declare const workspaceSnapshotSchema: v.ObjectSchema<{
|
|
|
1834
1834
|
};
|
|
1835
1835
|
readonly classRulesByRole: Omit<v.StrictObjectSchema<{
|
|
1836
1836
|
admin: Omit<v.StrictObjectSchema<{
|
|
1837
|
-
config: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
|
|
1838
|
-
dependency: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
|
|
1839
|
-
docs: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
|
|
1840
|
-
schema: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
|
|
1841
|
-
source: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
|
|
1842
|
-
test: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
|
|
1837
|
+
config: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
1838
|
+
dependency: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
1839
|
+
docs: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
1840
|
+
schema: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
1841
|
+
source: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
1842
|
+
test: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
1843
1843
|
}, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
|
|
1844
1844
|
readonly entries: {
|
|
1845
|
-
config: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
|
|
1846
|
-
dependency: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
|
|
1847
|
-
docs: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
|
|
1848
|
-
schema: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
|
|
1849
|
-
source: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
|
|
1850
|
-
test: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
|
|
1845
|
+
config: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
1846
|
+
dependency: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
1847
|
+
docs: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
1848
|
+
schema: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
1849
|
+
source: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
1850
|
+
test: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
1851
1851
|
};
|
|
1852
1852
|
readonly "~standard": v.StandardProps<{
|
|
1853
1853
|
config?: "always" | "never" | "thresholds" | undefined;
|
|
@@ -1893,20 +1893,20 @@ export declare const workspaceSnapshotSchema: v.ObjectSchema<{
|
|
|
1893
1893
|
} | undefined;
|
|
1894
1894
|
};
|
|
1895
1895
|
member: Omit<v.StrictObjectSchema<{
|
|
1896
|
-
config: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
|
|
1897
|
-
dependency: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
|
|
1898
|
-
docs: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
|
|
1899
|
-
schema: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
|
|
1900
|
-
source: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
|
|
1901
|
-
test: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
|
|
1896
|
+
config: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
1897
|
+
dependency: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
1898
|
+
docs: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
1899
|
+
schema: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
1900
|
+
source: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
1901
|
+
test: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
1902
1902
|
}, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
|
|
1903
1903
|
readonly entries: {
|
|
1904
|
-
config: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
|
|
1905
|
-
dependency: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
|
|
1906
|
-
docs: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
|
|
1907
|
-
schema: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
|
|
1908
|
-
source: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
|
|
1909
|
-
test: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
|
|
1904
|
+
config: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
1905
|
+
dependency: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
1906
|
+
docs: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
1907
|
+
schema: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
1908
|
+
source: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
1909
|
+
test: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
1910
1910
|
};
|
|
1911
1911
|
readonly "~standard": v.StandardProps<{
|
|
1912
1912
|
config?: "always" | "never" | "thresholds" | undefined;
|
|
@@ -1952,20 +1952,20 @@ export declare const workspaceSnapshotSchema: v.ObjectSchema<{
|
|
|
1952
1952
|
} | undefined;
|
|
1953
1953
|
};
|
|
1954
1954
|
viewer: Omit<v.StrictObjectSchema<{
|
|
1955
|
-
config: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
|
|
1956
|
-
dependency: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
|
|
1957
|
-
docs: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
|
|
1958
|
-
schema: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
|
|
1959
|
-
source: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
|
|
1960
|
-
test: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
|
|
1955
|
+
config: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
1956
|
+
dependency: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
1957
|
+
docs: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
1958
|
+
schema: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
1959
|
+
source: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
1960
|
+
test: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
1961
1961
|
}, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
|
|
1962
1962
|
readonly entries: {
|
|
1963
|
-
config: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
|
|
1964
|
-
dependency: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
|
|
1965
|
-
docs: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
|
|
1966
|
-
schema: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
|
|
1967
|
-
source: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
|
|
1968
|
-
test: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
|
|
1963
|
+
config: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
1964
|
+
dependency: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
1965
|
+
docs: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
1966
|
+
schema: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
1967
|
+
source: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
1968
|
+
test: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
1969
1969
|
};
|
|
1970
1970
|
readonly "~standard": v.StandardProps<{
|
|
1971
1971
|
config?: "always" | "never" | "thresholds" | undefined;
|
|
@@ -2013,20 +2013,20 @@ export declare const workspaceSnapshotSchema: v.ObjectSchema<{
|
|
|
2013
2013
|
}, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
|
|
2014
2014
|
readonly entries: {
|
|
2015
2015
|
admin: v.OptionalSchema<Omit<v.StrictObjectSchema<{
|
|
2016
|
-
config: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
|
|
2017
|
-
dependency: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
|
|
2018
|
-
docs: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
|
|
2019
|
-
schema: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
|
|
2020
|
-
source: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
|
|
2021
|
-
test: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
|
|
2016
|
+
config: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
2017
|
+
dependency: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
2018
|
+
docs: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
2019
|
+
schema: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
2020
|
+
source: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
2021
|
+
test: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
2022
2022
|
}, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
|
|
2023
2023
|
readonly entries: {
|
|
2024
|
-
config: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
|
|
2025
|
-
dependency: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
|
|
2026
|
-
docs: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
|
|
2027
|
-
schema: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
|
|
2028
|
-
source: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
|
|
2029
|
-
test: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
|
|
2024
|
+
config: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
2025
|
+
dependency: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
2026
|
+
docs: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
2027
|
+
schema: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
2028
|
+
source: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
2029
|
+
test: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
2030
2030
|
};
|
|
2031
2031
|
readonly "~standard": v.StandardProps<{
|
|
2032
2032
|
config?: "always" | "never" | "thresholds" | undefined;
|
|
@@ -2072,20 +2072,20 @@ export declare const workspaceSnapshotSchema: v.ObjectSchema<{
|
|
|
2072
2072
|
} | undefined;
|
|
2073
2073
|
}, undefined>;
|
|
2074
2074
|
member: v.OptionalSchema<Omit<v.StrictObjectSchema<{
|
|
2075
|
-
config: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
|
|
2076
|
-
dependency: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
|
|
2077
|
-
docs: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
|
|
2078
|
-
schema: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
|
|
2079
|
-
source: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
|
|
2080
|
-
test: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
|
|
2075
|
+
config: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
2076
|
+
dependency: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
2077
|
+
docs: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
2078
|
+
schema: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
2079
|
+
source: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
2080
|
+
test: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
2081
2081
|
}, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
|
|
2082
2082
|
readonly entries: {
|
|
2083
|
-
config: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
|
|
2084
|
-
dependency: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
|
|
2085
|
-
docs: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
|
|
2086
|
-
schema: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
|
|
2087
|
-
source: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
|
|
2088
|
-
test: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
|
|
2083
|
+
config: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
2084
|
+
dependency: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
2085
|
+
docs: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
2086
|
+
schema: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
2087
|
+
source: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
2088
|
+
test: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
2089
2089
|
};
|
|
2090
2090
|
readonly "~standard": v.StandardProps<{
|
|
2091
2091
|
config?: "always" | "never" | "thresholds" | undefined;
|
|
@@ -2131,20 +2131,20 @@ export declare const workspaceSnapshotSchema: v.ObjectSchema<{
|
|
|
2131
2131
|
} | undefined;
|
|
2132
2132
|
}, undefined>;
|
|
2133
2133
|
viewer: v.OptionalSchema<Omit<v.StrictObjectSchema<{
|
|
2134
|
-
config: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
|
|
2135
|
-
dependency: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
|
|
2136
|
-
docs: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
|
|
2137
|
-
schema: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
|
|
2138
|
-
source: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
|
|
2139
|
-
test: v.PicklistSchema<["thresholds", "always", "never"], undefined>;
|
|
2134
|
+
config: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
2135
|
+
dependency: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
2136
|
+
docs: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
2137
|
+
schema: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
2138
|
+
source: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
2139
|
+
test: v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>;
|
|
2140
2140
|
}, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
|
|
2141
2141
|
readonly entries: {
|
|
2142
|
-
config: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
|
|
2143
|
-
dependency: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
|
|
2144
|
-
docs: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
|
|
2145
|
-
schema: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
|
|
2146
|
-
source: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
|
|
2147
|
-
test: v.OptionalSchema<v.PicklistSchema<["thresholds", "always", "never"], undefined>, undefined>;
|
|
2142
|
+
config: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
2143
|
+
dependency: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
2144
|
+
docs: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
2145
|
+
schema: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
2146
|
+
source: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
2147
|
+
test: v.OptionalSchema<v.PicklistSchema<readonly ["thresholds", "always", "never"], undefined>, undefined>;
|
|
2148
2148
|
};
|
|
2149
2149
|
readonly "~standard": v.StandardProps<{
|
|
2150
2150
|
config?: "always" | "never" | "thresholds" | undefined;
|