@tellescope/validation 1.103.0 → 1.103.2
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/lib/cjs/validation.js
CHANGED
|
@@ -2516,7 +2516,7 @@ exports.formFieldOptionsValidator = (0, exports.objectValidator)({
|
|
|
2516
2516
|
requirePredefinedInsurer: exports.booleanValidatorOptional,
|
|
2517
2517
|
includeGroupNumber: exports.booleanValidatorOptional,
|
|
2518
2518
|
holdAppointmentMinutes: exports.numberValidatorOptional,
|
|
2519
|
-
rangeStepSize: exports.
|
|
2519
|
+
rangeStepSize: exports.numberValidatorOptional,
|
|
2520
2520
|
});
|
|
2521
2521
|
exports.blockValidator = (0, exports.orValidator)({
|
|
2522
2522
|
h1: (0, exports.objectValidator)({
|