@evoke-platform/context 1.6.0-dev.0 → 1.6.0-dev.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -102,7 +102,7 @@ export type CriteriaValidation = {
|
|
|
102
102
|
criteria?: Record<string, unknown>;
|
|
103
103
|
};
|
|
104
104
|
export type StringValidation = {
|
|
105
|
-
operator
|
|
105
|
+
operator?: 'any' | 'all';
|
|
106
106
|
rules?: RegexValidation[];
|
|
107
107
|
};
|
|
108
108
|
export type DocumentValidation = {
|