koatty_validation 1.6.1 β†’ 1.6.3

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.
@@ -0,0 +1,120 @@
1
+
2
+ > koatty_validation@1.6.3 build /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-validation
3
+ > npm run build:js && npm run build:dts && npm run build:doc && npm run build:cp
4
+
5
+
6
+ > koatty_validation@1.6.3 build:js
7
+ > del-cli --force dist && npx rollup --bundleConfigAsCjs -c .rollup.config.js
8
+
9
+ 
10
+ ./src/index.ts β†’ ./dist/index.js...
11
+ (!) Unresolved dependencies
12
+ https://rollupjs.org/troubleshooting/#warning-treating-module-as-external-dependency
13
+ lru-cache (imported by "src/performance-cache.ts")
14
+ reflect-metadata (imported by "src/util.ts")
15
+ koatty_lib (imported by "src/util.ts", "src/rule.ts" and "src/decorators.ts")
16
+ koatty_container (imported by "src/util.ts" and "src/decorators.ts")
17
+ class-validator (imported by "src/rule.ts", "src/decorator-factory.ts" and "src/decorators.ts")
18
+ created ./dist/index.js in 2s
19
+ 
20
+ ./src/index.ts β†’ ./dist/index.mjs...
21
+ (!) Unresolved dependencies
22
+ https://rollupjs.org/troubleshooting/#warning-treating-module-as-external-dependency
23
+ lru-cache (imported by "src/performance-cache.ts")
24
+ reflect-metadata (imported by "src/util.ts")
25
+ koatty_lib (imported by "src/util.ts", "src/rule.ts" and "src/decorators.ts")
26
+ koatty_container (imported by "src/util.ts" and "src/decorators.ts")
27
+ class-validator (imported by "src/rule.ts", "src/decorator-factory.ts" and "src/decorators.ts")
28
+ created ./dist/index.mjs in 1.1s
29
+
30
+ > koatty_validation@1.6.3 build:dts
31
+ > del-cli --force temp && npx tsc && npx api-extractor run --local --verbose
32
+
33
+
34
+ api-extractor 7.55.2  - https://api-extractor.com/
35
+ 
36
+ Using configuration from ./api-extractor.json
37
+ Analysis will use the bundled TypeScript version 5.8.2
38
+ *** The target project appears to use TypeScript 5.9.3 which is newer than the bundled compiler engine; consider upgrading API Extractor.
39
+ Writing: /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-validation/temp/koatty_validation.api.json
40
+ Writing package typings: /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-validation/dist/index.d.ts
41
+ Warning: src/error-handler.ts:185:6 - (tsdoc-undefined-tag) The TSDoc tag "@private" is not defined in this configuration
42
+ Warning: src/performance-cache.ts:410:14 - (ae-forgotten-export) The symbol "MetadataCache" needs to be exported by the entry point index.d.ts
43
+ Warning: src/performance-cache.ts:411:14 - (ae-forgotten-export) The symbol "ValidationCache" needs to be exported by the entry point index.d.ts
44
+ Warning: src/performance-cache.ts:412:14 - (ae-forgotten-export) The symbol "RegexCache" needs to be exported by the entry point index.d.ts
45
+ Warning: src/performance-cache.ts:413:14 - (ae-forgotten-export) The symbol "PerformanceMonitor" needs to be exported by the entry point index.d.ts
46
+ Warning: src/rule.ts:28:4 - (tsdoc-undefined-tag) The TSDoc tag "@export" is not defined in this configuration
47
+ Warning: src/rule.ts:29:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
48
+ Warning: src/rule.ts:29:10 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
49
+ Warning: src/rule.ts:29:4 - (tsdoc-undefined-tag) The TSDoc tag "@enum" is not defined in this configuration
50
+ Warning: src/rule.ts:54:6 - (tsdoc-undefined-tag) The TSDoc tag "@static" is not defined in this configuration
51
+ Warning: src/rule.ts:56:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
52
+ Warning: src/rule.ts:65:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
53
+ Warning: src/rule.ts:66:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
54
+ Warning: src/rule.ts:67:23 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.
55
+ Warning: src/rule.ts:67:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
56
+ Warning: src/rule.ts:68:33 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.
57
+ Warning: src/rule.ts:68:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
58
+ Warning: src/rule.ts:69:28 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
59
+ Warning: src/rule.ts:69:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
60
+ Warning: src/rule.ts:70:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
61
+ Warning: src/rule.ts:111:14 - (ae-forgotten-export) The symbol "ValidateClass" needs to be exported by the entry point index.d.ts
62
+ Warning: src/rule.ts:116:4 - (tsdoc-undefined-tag) The TSDoc tag "@export" is not defined in this configuration
63
+ Warning: src/rule.ts:117:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
64
+ Warning: src/rule.ts:117:10 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
65
+ Warning: src/rule.ts:117:4 - (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration
66
+ Warning: src/rule.ts:152:64 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
67
+ Warning: src/rule.ts:152:63 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
68
+ Warning: src/rule.ts:339:4 - (tsdoc-undefined-tag) The TSDoc tag "@export" is not defined in this configuration
69
+ Warning: src/types.ts:58:6 - (tsdoc-undefined-tag) The TSDoc tag "@default" is not defined in this configuration
70
+ Warning: src/types.ts:64:6 - (tsdoc-undefined-tag) The TSDoc tag "@default" is not defined in this configuration
71
+ Warning: src/util.ts:144:4 - (tsdoc-undefined-tag) The TSDoc tag "@export" is not defined in this configuration
72
+ Warning: src/util.ts:145:11 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
73
+ Warning: src/util.ts:146:11 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
74
+ Warning: src/util.ts:147:21 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.
75
+ Warning: src/util.ts:147:11 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
76
+ Warning: src/util.ts:226:11 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
77
+ Warning: src/util.ts:227:11 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
78
+ Warning: src/util.ts:228:15 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
79
+ Warning: src/util.ts:228:13 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
80
+ Warning: src/util.ts:252:11 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
81
+ Warning: src/util.ts:253:11 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
82
+ Warning: src/util.ts:254:15 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
83
+ Warning: src/util.ts:254:13 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
84
+ Warning: src/util.ts:323:11 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
85
+ Warning: src/util.ts:324:11 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
86
+ Warning: src/util.ts:325:15 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
87
+ Warning: src/util.ts:325:13 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
88
+
89
+ API Extractor completed successfully
90
+
91
+ > koatty_validation@1.6.3 build:doc
92
+ > del-cli --force docs/api && npx api-documenter markdown --input temp --output docs/api
93
+
94
+
95
+ api-documenter 7.28.2  - https://api-extractor.com/
96
+ 
97
+ Reading koatty_validation.api.json
98
+
99
+ Deleting old output from docs/api
100
+ Writing koatty_validation package
101
+ Unsupported block tag: @export
102
+ Unsupported block tag: @export
103
+ Unsupported block tag: @enum
104
+ Unsupported block tag: @export
105
+ Unsupported block tag: @default
106
+ Unsupported block tag: @default
107
+ Unsupported block tag: @default
108
+ Unsupported block tag: @default
109
+ Unsupported block tag: @export
110
+ Unsupported block tag: @type
111
+ Unsupported block tag: @export
112
+ Unsupported block tag: @enum
113
+ Unsupported block tag: @export
114
+ Unsupported block tag: @export
115
+ Unsupported block tag: @export
116
+ Unsupported block tag: @type
117
+
118
+ > koatty_validation@1.6.3 build:cp
119
+ > node scripts/postBuild && copyfiles package.json LICENSE README.md dist/
120
+
@@ -0,0 +1,8 @@
1
+
2
+ > koatty_validation@1.6.3 test /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-validation
3
+ > npm run eslint && jest --passWithNoTests
4
+
5
+
6
+ > koatty_validation@1.6.3 eslint
7
+ > eslint --ext .ts,.js ./
8
+
package/CHANGELOG.md CHANGED
@@ -1,94 +1,97 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.6.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - koatty_lib@1.4.2
9
+ - koatty_container@1.17.1
10
+ - koatty_logger@2.3.1
11
+
12
+ ## 1.6.2
13
+
14
+ ### Patch Changes
15
+
16
+ - build
17
+
3
18
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
19
 
5
20
  ### [1.6.1](https://github.com/koatty/koatty_validation/compare/v1.6.0...v1.6.1) (2025-10-23)
6
21
 
7
22
  ## [1.6.0](https://github.com/koatty/koatty_validation/compare/v1.5.0...v1.6.0) (2025-10-22)
8
23
 
9
-
10
24
  ### Features
11
25
 
12
- * improve validation with instance conversion and caching ([9865b93](https://github.com/koatty/koatty_validation/commit/9865b93e469a7df16fe67e0b85dab3191437b0a8))
26
+ - improve validation with instance conversion and caching ([9865b93](https://github.com/koatty/koatty_validation/commit/9865b93e469a7df16fe67e0b85dab3191437b0a8))
13
27
 
14
28
  ## [1.5.0](https://github.com/koatty/koatty_validation/compare/v1.4.0...v1.5.0) (2025-10-22)
15
29
 
16
-
17
30
  ### Features
18
31
 
19
- * comprehensive code optimization and enhancements ([f7ac738](https://github.com/koatty/koatty_validation/commit/f7ac7381a75a12365aee2a83530a12044c5e1d44))
32
+ - comprehensive code optimization and enhancements ([f7ac738](https://github.com/koatty/koatty_validation/commit/f7ac7381a75a12365aee2a83530a12044c5e1d44))
20
33
 
21
34
  ## [1.4.0](https://github.com/koatty/koatty_validation/compare/v1.3.2...v1.4.0) (2025-06-10)
22
35
 
23
-
24
36
  ### Features
25
37
 
26
- * add validation examples and decorator factory ([d448709](https://github.com/koatty/koatty_validation/commit/d44870987a808cd43c5a7ed5fabd5ca43162d0b6))
38
+ - add validation examples and decorator factory ([d448709](https://github.com/koatty/koatty_validation/commit/d44870987a808cd43c5a7ed5fabd5ca43162d0b6))
27
39
 
28
40
  ### [1.3.2](https://github.com/koatty/koatty_validation/compare/v1.3.1...v1.3.2) (2024-01-14)
29
41
 
30
-
31
42
  ### Bug Fixes
32
43
 
33
- * deps ([6da3e43](https://github.com/koatty/koatty_validation/commit/6da3e437c946c9de2fc45f5319768fef0c4609b0))
44
+ - deps ([6da3e43](https://github.com/koatty/koatty_validation/commit/6da3e437c946c9de2fc45f5319768fef0c4609b0))
34
45
 
35
46
  ### [1.3.1](https://github.com/koatty/koatty_validation/compare/v1.3.0...v1.3.1) (2024-01-07)
36
47
 
37
-
38
48
  ### Bug Fixes
39
49
 
40
- * comment ([d898cf6](https://github.com/koatty/koatty_validation/commit/d898cf68bc8693f78155b7208b419dc4b11dffb4))
41
- * dtoθ΅‹ε€Όη±»εž‹ ([5a1d68d](https://github.com/koatty/koatty_validation/commit/5a1d68dea0b67e988427c54abae9bfe76a6eaf48))
50
+ - comment ([d898cf6](https://github.com/koatty/koatty_validation/commit/d898cf68bc8693f78155b7208b419dc4b11dffb4))
51
+ - dto θ΅‹ε€Όη±»εž‹ ([5a1d68d](https://github.com/koatty/koatty_validation/commit/5a1d68dea0b67e988427c54abae9bfe76a6eaf48))
42
52
 
43
53
  ## [1.3.0](https://github.com/koatty/koatty_validation/compare/v1.2.10...v1.3.0) (2024-01-03)
44
54
 
45
-
46
55
  ### Features
47
56
 
48
- * 咞加@CheckFunc ([d5bdc2d](https://github.com/koatty/koatty_validation/commit/d5bdc2d51cdbf6d558e376bfda51e126158d4e75))
49
-
57
+ - 咞加@CheckFunc ([d5bdc2d](https://github.com/koatty/koatty_validation/commit/d5bdc2d51cdbf6d558e376bfda51e126158d4e75))
50
58
 
51
59
  ### Bug Fixes
52
60
 
53
- * export ValidFuncs ([7d42023](https://github.com/koatty/koatty_validation/commit/7d42023138e9577c9646423c4c38faffba46fb10))
61
+ - export ValidFuncs ([7d42023](https://github.com/koatty/koatty_validation/commit/7d42023138e9577c9646423c4c38faffba46fb10))
54
62
 
55
63
  ### [1.2.10](https://github.com/koatty/koatty_validation/compare/v1.2.9...v1.2.10) (2023-12-16)
56
64
 
57
-
58
65
  ### Bug Fixes
59
66
 
60
- * assign dto property ([2357642](https://github.com/koatty/koatty_validation/commit/2357642f6ac1479c839454d40ec4bd89f3fbd7b2))
67
+ - assign dto property ([2357642](https://github.com/koatty/koatty_validation/commit/2357642f6ac1479c839454d40ec4bd89f3fbd7b2))
61
68
 
62
69
  ### [1.2.9](https://github.com/koatty/koatty_validation/compare/v1.2.8...v1.2.9) (2023-09-01)
63
70
 
64
71
  ### [1.2.8](https://github.com/koatty/koatty_validation/compare/v1.2.7...v1.2.8) (2023-02-17)
65
72
 
66
-
67
73
  ### Bug Fixes
68
74
 
69
- * convert type ([924449d](https://github.com/koatty/koatty_validation/commit/924449d9f5fd7b14cbe3c1532f96416e69cc4eed))
75
+ - convert type ([924449d](https://github.com/koatty/koatty_validation/commit/924449d9f5fd7b14cbe3c1532f96416e69cc4eed))
70
76
 
71
77
  ### [1.2.7](https://github.com/koatty/koatty_validation/compare/v1.2.6...v1.2.7) (2023-02-17)
72
78
 
73
-
74
79
  ### Bug Fixes
75
80
 
76
- * add script ([ca82c14](https://github.com/koatty/koatty_validation/commit/ca82c14b0a2226024fb2c4476ba7353be7a2f65a))
77
- * plainToClass convert type ([06ed46e](https://github.com/koatty/koatty_validation/commit/06ed46e21ce191dc1c9f5c18ee7d029e9b6d4abf))
81
+ - add script ([ca82c14](https://github.com/koatty/koatty_validation/commit/ca82c14b0a2226024fb2c4476ba7353be7a2f65a))
82
+ - plainToClass convert type ([06ed46e](https://github.com/koatty/koatty_validation/commit/06ed46e21ce191dc1c9f5c18ee7d029e9b6d4abf))
78
83
 
79
84
  ### [1.2.6](https://github.com/koatty/koatty_validation/compare/v1.2.5...v1.2.6) (2023-01-09)
80
85
 
81
-
82
86
  ### Bug Fixes
83
87
 
84
- * err msg ([18632d4](https://github.com/koatty/koatty_validation/commit/18632d4c9b05b1d117be7f8170da0ce014018ab8))
88
+ - err msg ([18632d4](https://github.com/koatty/koatty_validation/commit/18632d4c9b05b1d117be7f8170da0ce014018ab8))
85
89
 
86
90
  ### [1.2.5](https://github.com/koatty/koatty_validation/compare/v1.2.4...v1.2.5) (2022-08-19)
87
91
 
88
-
89
92
  ### Bug Fixes
90
93
 
91
- * merge ([52c65f4](https://github.com/koatty/koatty_validation/commit/52c65f41c46a02a3fc5735e6e22ee6a3ed5337f8))
94
+ - merge ([52c65f4](https://github.com/koatty/koatty_validation/commit/52c65f41c46a02a3fc5735e6e22ee6a3ed5337f8))
92
95
 
93
96
  ### [1.2.4](https://github.com/koatty/koatty_validation/compare/v1.2.3...v1.2.4) (2022-05-27)
94
97
 
package/dist/index.d.ts CHANGED
@@ -1,12 +1,12 @@
1
1
  /*!
2
2
  * @Author: richen
3
- * @Date: 2025-10-23 20:54:44
3
+ * @Date: 2026-01-28 12:40:19
4
4
  * @License: BSD (3-Clause)
5
5
  * @Copyright (c) - <richenlin(at)gmail.com>
6
6
  * @HomePage: https://koatty.org/
7
7
  */
8
8
  import { CountryCode } from 'libphonenumber-js';
9
- import { ValidationOptions } from 'class-validator';
9
+ import { ValidationOptions as ValidationOptions_2 } from 'class-validator';
10
10
 
11
11
  /**
12
12
  * ηΌ“ε­˜θ£…ι₯°ε™¨ - η”¨δΊŽηΌ“ε­˜ιͺŒθ―ε‡½ζ•°η»“ζžœ
@@ -120,7 +120,7 @@ export declare function createValidationErrors(errors: Array<{
120
120
  constraint: string;
121
121
  message?: string;
122
122
  context?: Record<string, any>;
123
- }>): KoattyValidationError;
123
+ }>, separator?: string): KoattyValidationError;
124
124
 
125
125
  /**
126
126
  * Decorator options
@@ -296,7 +296,7 @@ export declare const IsDate: (...args: any[]) => (object: Object, propertyName:
296
296
  */
297
297
  export declare function IsDefined(): PropertyDecorator;
298
298
 
299
- export declare function IsEmail(options?: IsEmailOptions, validationOptions?: ValidationOptions): (object: Object, propertyName: string) => void;
299
+ export declare function IsEmail(options?: IsEmailOptions | ValidationOptions_2, validationOptions?: ValidationOptions_2): (object: Object, propertyName: string) => void;
300
300
 
301
301
  /**
302
302
  * koatty_validation type definitions
@@ -314,13 +314,13 @@ export declare interface IsEmailOptions {
314
314
  require_tld?: boolean;
315
315
  }
316
316
 
317
- export declare function IsHash(algorithm: HashAlgorithm, validationOptions?: ValidationOptions): (object: Object, propertyName: string) => void;
317
+ export declare function IsHash(algorithm: HashAlgorithm, validationOptions?: ValidationOptions_2): (object: Object, propertyName: string) => void;
318
318
 
319
319
  export declare const IsIdNumber: (...args: any[]) => (object: Object, propertyName: string) => void;
320
320
 
321
321
  export declare const IsIn: (...args: any[]) => (object: Object, propertyName: string) => void;
322
322
 
323
- export declare function IsIP(version?: any, validationOptions?: ValidationOptions): (object: Object, propertyName: string) => void;
323
+ export declare function IsIP(version?: any, validationOptions?: ValidationOptions_2): (object: Object, propertyName: string) => void;
324
324
 
325
325
  export declare const IsMobile: (...args: any[]) => (object: Object, propertyName: string) => void;
326
326
 
@@ -328,11 +328,11 @@ export declare const IsNotEmpty: (...args: any[]) => (object: Object, propertyNa
328
328
 
329
329
  export declare const IsNotIn: (...args: any[]) => (object: Object, propertyName: string) => void;
330
330
 
331
- export declare function IsPhoneNumber(region?: CountryCode, validationOptions?: ValidationOptions): (object: Object, propertyName: string) => void;
331
+ export declare function IsPhoneNumber(region?: CountryCode, validationOptions?: ValidationOptions_2): (object: Object, propertyName: string) => void;
332
332
 
333
333
  export declare const IsPlateNumber: (...args: any[]) => (object: Object, propertyName: string) => void;
334
334
 
335
- export declare function IsUrl(options?: IsURLOptions, validationOptions?: ValidationOptions): (object: Object, propertyName: string) => void;
335
+ export declare function IsUrl(options?: IsURLOptions, validationOptions?: ValidationOptions_2): (object: Object, propertyName: string) => void;
336
336
 
337
337
  /**
338
338
  * URL validation options
@@ -568,10 +568,11 @@ declare class ValidateClass {
568
568
  * @param {*} Clazz
569
569
  * @param {*} data
570
570
  * @param {boolean} [convert=false] auto convert parameters type
571
+ * @param {ValidationOptions} [options] validation options (returnAllErrors, errorSeparator)
571
572
  * @returns {Promise<any>}
572
573
  * @memberof ValidateClass
573
574
  */
574
- valid(Clazz: any, data: any, convert?: boolean): Promise<any>;
575
+ valid(Clazz: any, data: any, convert?: boolean, options?: ValidationOptions): Promise<any>;
575
576
  }
576
577
 
577
578
  /**
@@ -647,6 +648,25 @@ export declare interface ValidationErrorDetail {
647
648
  context?: Record<string, any>;
648
649
  }
649
650
 
651
+ /**
652
+ * Parameter type key constant
653
+ */
654
+ /**
655
+ * Validation options for ClassValidator.valid()
656
+ */
657
+ export declare interface ValidationOptions {
658
+ /**
659
+ * Whether to return all validation errors or only the first one
660
+ * @default false (backward compatibility - returns only first error)
661
+ */
662
+ returnAllErrors?: boolean;
663
+ /**
664
+ * Separator for joining multiple error messages
665
+ * @default '; '
666
+ */
667
+ errorSeparator?: string;
668
+ }
669
+
650
670
  /**
651
671
  * Validator function type definition
652
672
  */