@tellescope/validation 1.103.0 → 1.103.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.
@@ -2466,7 +2466,7 @@ export var formFieldOptionsValidator = objectValidator({
2466
2466
  requirePredefinedInsurer: booleanValidatorOptional,
2467
2467
  includeGroupNumber: booleanValidatorOptional,
2468
2468
  holdAppointmentMinutes: numberValidatorOptional,
2469
- rangeStepSize: nonNegNumberValidator,
2469
+ rangeStepSize: numberValidatorOptional,
2470
2470
  });
2471
2471
  export var blockValidator = orValidator({
2472
2472
  h1: objectValidator({