@warlock.js/seal 4.1.7 → 4.1.9

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.
Files changed (199) hide show
  1. package/cjs/index.cjs +92 -92
  2. package/cjs/index.cjs.map +1 -1
  3. package/esm/config.d.mts +1 -1
  4. package/esm/config.mjs +1 -1
  5. package/esm/factory/validate.d.mts +1 -1
  6. package/esm/factory/validate.mjs +1 -1
  7. package/esm/factory/validators.d.mts +1 -1
  8. package/esm/factory/validators.mjs +1 -1
  9. package/esm/helpers/date-helpers.d.mts +1 -1
  10. package/esm/helpers/date-helpers.mjs +1 -1
  11. package/esm/helpers/file.utils.d.mts +1 -1
  12. package/esm/helpers/file.utils.mjs +1 -1
  13. package/esm/helpers/get-field-value.d.mts +1 -1
  14. package/esm/helpers/get-field-value.mjs +1 -1
  15. package/esm/helpers/is-empty-value.mjs +1 -1
  16. package/esm/helpers/path-helpers.d.mts +1 -1
  17. package/esm/helpers/path-helpers.mjs +1 -1
  18. package/esm/helpers/validation-helpers.d.mts +1 -1
  19. package/esm/helpers/validation-helpers.mjs +1 -1
  20. package/esm/index.d.mts +5 -1
  21. package/esm/mutators/array-mutators.d.mts +1 -1
  22. package/esm/mutators/array-mutators.mjs +1 -1
  23. package/esm/mutators/date-mutators.d.mts +1 -1
  24. package/esm/mutators/date-mutators.mjs +1 -1
  25. package/esm/mutators/number-mutators.d.mts +1 -1
  26. package/esm/mutators/number-mutators.mjs +1 -1
  27. package/esm/mutators/object-mutators.d.mts +1 -1
  28. package/esm/mutators/object-mutators.mjs +1 -1
  29. package/esm/mutators/scalar-mutators.d.mts +1 -1
  30. package/esm/mutators/scalar-mutators.mjs +1 -1
  31. package/esm/mutators/string-mutators.d.mts +1 -1
  32. package/esm/mutators/string-mutators.mjs +1 -1
  33. package/esm/plugins/plugin-system.d.mts +1 -1
  34. package/esm/plugins/plugin-system.mjs +1 -1
  35. package/esm/rules/array/array-rules.d.mts +1 -1
  36. package/esm/rules/array/array-rules.mjs +1 -1
  37. package/esm/rules/color/color-rules.d.mts +1 -1
  38. package/esm/rules/color/color-rules.mjs +1 -1
  39. package/esm/rules/common/enum.d.mts +1 -1
  40. package/esm/rules/common/enum.mjs +1 -1
  41. package/esm/rules/common/equals-field-rules.d.mts +1 -1
  42. package/esm/rules/common/equals-field-rules.mjs +1 -1
  43. package/esm/rules/common/instanceof.d.mts +1 -1
  44. package/esm/rules/common/instanceof.mjs +1 -1
  45. package/esm/rules/common/literal.d.mts +1 -1
  46. package/esm/rules/common/literal.mjs +1 -1
  47. package/esm/rules/common/type-rules.d.mts +1 -1
  48. package/esm/rules/common/type-rules.mjs +1 -1
  49. package/esm/rules/common/unknown-key.d.mts +1 -1
  50. package/esm/rules/common/unknown-key.mjs +1 -1
  51. package/esm/rules/conditional/forbidden-if-rules.d.mts +1 -1
  52. package/esm/rules/conditional/forbidden-if-rules.mjs +1 -1
  53. package/esm/rules/conditional/present-if-rules.d.mts +1 -1
  54. package/esm/rules/conditional/present-if-rules.mjs +1 -1
  55. package/esm/rules/conditional/present-unless-rules.d.mts +1 -1
  56. package/esm/rules/conditional/present-unless-rules.mjs +1 -1
  57. package/esm/rules/conditional/present-with-rules.d.mts +1 -1
  58. package/esm/rules/conditional/present-with-rules.mjs +1 -1
  59. package/esm/rules/conditional/present-without-rules.d.mts +1 -1
  60. package/esm/rules/conditional/present-without-rules.mjs +1 -1
  61. package/esm/rules/conditional/required-if-rules.d.mts +1 -1
  62. package/esm/rules/conditional/required-if-rules.mjs +1 -1
  63. package/esm/rules/conditional/required-unless-rules.d.mts +1 -1
  64. package/esm/rules/conditional/required-unless-rules.mjs +1 -1
  65. package/esm/rules/conditional/required-when-rule.d.mts +1 -1
  66. package/esm/rules/conditional/required-when-rule.mjs +1 -1
  67. package/esm/rules/conditional/required-with-rules.d.mts +1 -1
  68. package/esm/rules/conditional/required-with-rules.mjs +1 -1
  69. package/esm/rules/conditional/required-without-rules.d.mts +1 -1
  70. package/esm/rules/conditional/required-without-rules.mjs +1 -1
  71. package/esm/rules/core/equal.d.mts +1 -1
  72. package/esm/rules/core/equal.mjs +1 -1
  73. package/esm/rules/core/forbidden.d.mts +1 -1
  74. package/esm/rules/core/forbidden.mjs +1 -1
  75. package/esm/rules/core/required.d.mts +1 -1
  76. package/esm/rules/core/required.mjs +1 -1
  77. package/esm/rules/core/union.d.mts +1 -1
  78. package/esm/rules/core/union.mjs +1 -1
  79. package/esm/rules/core/when.d.mts +1 -1
  80. package/esm/rules/core/when.mjs +1 -1
  81. package/esm/rules/date/date-comparison-rules.d.mts +1 -1
  82. package/esm/rules/date/date-comparison-rules.mjs +1 -1
  83. package/esm/rules/date/date-day-rules.d.mts +1 -1
  84. package/esm/rules/date/date-day-rules.mjs +1 -1
  85. package/esm/rules/date/date-field-comparison-rules.d.mts +1 -1
  86. package/esm/rules/date/date-field-comparison-rules.mjs +1 -1
  87. package/esm/rules/date/date-period-rules.d.mts +1 -1
  88. package/esm/rules/date/date-period-rules.mjs +1 -1
  89. package/esm/rules/date/date-relative-rules.d.mts +1 -1
  90. package/esm/rules/date/date-relative-rules.mjs +1 -1
  91. package/esm/rules/date/date-special-rules.d.mts +1 -1
  92. package/esm/rules/date/date-special-rules.mjs +1 -1
  93. package/esm/rules/date/date.d.mts +1 -1
  94. package/esm/rules/date/date.mjs +1 -1
  95. package/esm/rules/file/dimensions.d.mts +1 -1
  96. package/esm/rules/file/dimensions.mjs +1 -1
  97. package/esm/rules/file/file-size.d.mts +1 -1
  98. package/esm/rules/file/file-size.mjs +1 -1
  99. package/esm/rules/length/length-rules.d.mts +1 -1
  100. package/esm/rules/length/length-rules.mjs +1 -1
  101. package/esm/rules/number/number-rules.d.mts +1 -1
  102. package/esm/rules/number/number-rules.mjs +1 -1
  103. package/esm/rules/scalar/accepted-rule.mjs +1 -1
  104. package/esm/rules/scalar/declined-rule.mjs +1 -1
  105. package/esm/rules/string/alpha.d.mts +1 -1
  106. package/esm/rules/string/alpha.mjs +1 -1
  107. package/esm/rules/string/credit-card.d.mts +1 -1
  108. package/esm/rules/string/credit-card.mjs +1 -1
  109. package/esm/rules/string/email.d.mts +1 -1
  110. package/esm/rules/string/email.mjs +1 -1
  111. package/esm/rules/string/id-formats.d.mts +1 -1
  112. package/esm/rules/string/id-formats.mjs +1 -1
  113. package/esm/rules/string/ip.d.mts +1 -1
  114. package/esm/rules/string/ip.mjs +1 -1
  115. package/esm/rules/string/matches.d.mts +1 -1
  116. package/esm/rules/string/matches.mjs +1 -1
  117. package/esm/rules/string/pattern.d.mts +1 -1
  118. package/esm/rules/string/pattern.mjs +1 -1
  119. package/esm/rules/string/string-comparison.d.mts +1 -1
  120. package/esm/rules/string/string-comparison.mjs +1 -1
  121. package/esm/rules/string/strong-password-rule.d.mts +1 -1
  122. package/esm/rules/string/strong-password-rule.mjs +1 -1
  123. package/esm/rules/string/url.d.mts +1 -1
  124. package/esm/rules/string/url.mjs +1 -1
  125. package/esm/rules/string/without-whitespace.d.mts +1 -1
  126. package/esm/rules/string/without-whitespace.mjs +1 -1
  127. package/esm/standard-schema/json-schema.d.mts +1 -1
  128. package/esm/standard-schema/json-schema.mjs +1 -1
  129. package/esm/standard-schema/map-result.d.mts +1 -1
  130. package/esm/standard-schema/map-result.mjs +1 -1
  131. package/esm/standard-schema/types.d.mts +1 -1
  132. package/esm/types/conditional-types.d.mts +1 -1
  133. package/esm/types/context-types.d.mts +1 -1
  134. package/esm/types/data-transformer-types.d.mts +1 -1
  135. package/esm/types/date-types.d.mts +1 -1
  136. package/esm/types/date-types.mjs +1 -1
  137. package/esm/types/file.types.d.mts +1 -1
  138. package/esm/types/inference-types.d.mts +1 -1
  139. package/esm/types/mutator-types.d.mts +1 -1
  140. package/esm/types/result-types.d.mts +1 -1
  141. package/esm/types/rule-types.d.mts +1 -1
  142. package/esm/types/schema-types.d.mts +1 -1
  143. package/esm/validators/any-validator.d.mts +1 -1
  144. package/esm/validators/any-validator.mjs +1 -1
  145. package/esm/validators/array-validator.d.mts +1 -1
  146. package/esm/validators/array-validator.mjs +1 -1
  147. package/esm/validators/base-validator.d.mts +1 -1
  148. package/esm/validators/base-validator.mjs +1 -1
  149. package/esm/validators/boolean-validator.d.mts +1 -1
  150. package/esm/validators/boolean-validator.mjs +1 -1
  151. package/esm/validators/computed-validator.d.mts +1 -1
  152. package/esm/validators/computed-validator.mjs +1 -1
  153. package/esm/validators/date-validator.d.mts +1 -1
  154. package/esm/validators/date-validator.mjs +1 -1
  155. package/esm/validators/discriminated-union-validator.d.mts +1 -1
  156. package/esm/validators/discriminated-union-validator.mjs +1 -1
  157. package/esm/validators/float-validator.d.mts +1 -1
  158. package/esm/validators/float-validator.mjs +1 -1
  159. package/esm/validators/instanceof-validator.d.mts +1 -1
  160. package/esm/validators/instanceof-validator.mjs +1 -1
  161. package/esm/validators/int-validator.d.mts +1 -1
  162. package/esm/validators/int-validator.mjs +1 -1
  163. package/esm/validators/lazy-validator.d.mts +1 -1
  164. package/esm/validators/lazy-validator.mjs +1 -1
  165. package/esm/validators/literal-validator.d.mts +1 -1
  166. package/esm/validators/literal-validator.mjs +1 -1
  167. package/esm/validators/managed-validator.d.mts +1 -1
  168. package/esm/validators/managed-validator.mjs +1 -1
  169. package/esm/validators/methods/equality-conditional-methods.d.mts +2 -2
  170. package/esm/validators/methods/equality-conditional-methods.mjs +1 -1
  171. package/esm/validators/methods/equality-conditional-methods.mjs.map +1 -1
  172. package/esm/validators/methods/forbidden-methods.d.mts +2 -2
  173. package/esm/validators/methods/forbidden-methods.mjs +1 -1
  174. package/esm/validators/methods/forbidden-methods.mjs.map +1 -1
  175. package/esm/validators/methods/present-methods.d.mts +2 -2
  176. package/esm/validators/methods/present-methods.mjs +1 -1
  177. package/esm/validators/methods/present-methods.mjs.map +1 -1
  178. package/esm/validators/methods/required-methods.d.mts +2 -2
  179. package/esm/validators/methods/required-methods.mjs +1 -1
  180. package/esm/validators/methods/required-methods.mjs.map +1 -1
  181. package/esm/validators/number-validator.d.mts +1 -1
  182. package/esm/validators/number-validator.mjs +1 -1
  183. package/esm/validators/numeric-validator.d.mts +1 -1
  184. package/esm/validators/numeric-validator.mjs +1 -1
  185. package/esm/validators/object-validator.d.mts +1 -1
  186. package/esm/validators/object-validator.mjs +1 -1
  187. package/esm/validators/primitive-validator.d.mts +1 -1
  188. package/esm/validators/primitive-validator.mjs +1 -1
  189. package/esm/validators/record-validator.d.mts +1 -1
  190. package/esm/validators/record-validator.mjs +1 -1
  191. package/esm/validators/scalar-validator.d.mts +1 -1
  192. package/esm/validators/scalar-validator.mjs +1 -1
  193. package/esm/validators/string-validator.d.mts +1 -1
  194. package/esm/validators/string-validator.mjs +1 -1
  195. package/esm/validators/tuple-validator.d.mts +1 -1
  196. package/esm/validators/tuple-validator.mjs +1 -1
  197. package/esm/validators/union-validator.d.mts +1 -1
  198. package/esm/validators/union-validator.mjs +1 -1
  199. package/package.json +1 -1
package/cjs/index.cjs CHANGED
@@ -32,7 +32,7 @@ let dayjs = require("dayjs");
32
32
  dayjs = __toESM(dayjs, 1);
33
33
  let net = require("net");
34
34
 
35
- //#region ../../@warlock.js/seal/src/standard-schema/json-schema.ts
35
+ //#region ../@warlock.js/seal/src/standard-schema/json-schema.ts
36
36
  /**
37
37
  * Apply nullable to a JSON Schema object based on the target dialect.
38
38
  *
@@ -111,7 +111,7 @@ function getRuleOptions(rules, ruleName) {
111
111
  }
112
112
 
113
113
  //#endregion
114
- //#region ../../@warlock.js/seal/src/config.ts
114
+ //#region ../@warlock.js/seal/src/config.ts
115
115
  /**
116
116
  * Global Seal configuration
117
117
  */
@@ -149,7 +149,7 @@ function resetSealConfig() {
149
149
  }
150
150
 
151
151
  //#endregion
152
- //#region ../../@warlock.js/seal/src/factory/validate.ts
152
+ //#region ../@warlock.js/seal/src/factory/validate.ts
153
153
  /**
154
154
  * Validate data against a schema
155
155
  */
@@ -174,7 +174,7 @@ const validate = async (schema, data, { context: extendedContext, ...configurati
174
174
  };
175
175
 
176
176
  //#endregion
177
- //#region ../../@warlock.js/seal/src/helpers/date-helpers.ts
177
+ //#region ../@warlock.js/seal/src/helpers/date-helpers.ts
178
178
  /**
179
179
  * Detect if value is a date value or field name
180
180
  *
@@ -196,7 +196,7 @@ function isDateValue(value) {
196
196
  }
197
197
 
198
198
  //#endregion
199
- //#region ../../@warlock.js/seal/src/helpers/file.utils.ts
199
+ //#region ../@warlock.js/seal/src/helpers/file.utils.ts
200
200
  function resolveFileSize(size) {
201
201
  if (typeof size === "number") return size;
202
202
  switch (size.unit) {
@@ -227,7 +227,7 @@ function humanizeSize(sizeInBits) {
227
227
  }
228
228
 
229
229
  //#endregion
230
- //#region ../../@warlock.js/seal/src/helpers/get-field-value.ts
230
+ //#region ../@warlock.js/seal/src/helpers/get-field-value.ts
231
231
  /**
232
232
  * Get field value based on scope from rule options
233
233
  *
@@ -268,7 +268,7 @@ function getFieldValue(rule, context, fieldKey = "field") {
268
268
  }
269
269
 
270
270
  //#endregion
271
- //#region ../../@warlock.js/seal/src/helpers/path-helpers.ts
271
+ //#region ../@warlock.js/seal/src/helpers/path-helpers.ts
272
272
  /**
273
273
  * Set the key path for nested validation
274
274
  */
@@ -278,7 +278,7 @@ const setKeyPath = (path, key) => {
278
278
  };
279
279
 
280
280
  //#endregion
281
- //#region ../../@warlock.js/seal/src/helpers/validation-helpers.ts
281
+ //#region ../@warlock.js/seal/src/helpers/validation-helpers.ts
282
282
  const VALID_RULE = { isValid: true };
283
283
  /**
284
284
  * Resolve a single attribute value through the full translation priority chain:
@@ -346,13 +346,13 @@ const invalidRule = (rule, context) => {
346
346
  };
347
347
 
348
348
  //#endregion
349
- //#region ../../@warlock.js/seal/src/helpers/is-empty-value.ts
349
+ //#region ../@warlock.js/seal/src/helpers/is-empty-value.ts
350
350
  function isEmptyValue(value) {
351
351
  return (0, _mongez_supportive_is.isEmpty)(value) && !(0, _mongez_supportive_is.isObject)(value);
352
352
  }
353
353
 
354
354
  //#endregion
355
- //#region ../../@warlock.js/seal/src/rules/core/required.ts
355
+ //#region ../@warlock.js/seal/src/rules/core/required.ts
356
356
  /**
357
357
  * Required rule - value must be present and not empty
358
358
  */
@@ -382,7 +382,7 @@ const presentRule = {
382
382
  };
383
383
 
384
384
  //#endregion
385
- //#region ../../@warlock.js/seal/src/standard-schema/map-result.ts
385
+ //#region ../@warlock.js/seal/src/standard-schema/map-result.ts
386
386
  /**
387
387
  * Maps a Seal ValidationResult to a Standard Schema result shape.
388
388
  *
@@ -406,7 +406,7 @@ function mapToStandardResult(result) {
406
406
  }
407
407
 
408
408
  //#endregion
409
- //#region ../../@warlock.js/seal/src/validators/base-validator.ts
409
+ //#region ../@warlock.js/seal/src/validators/base-validator.ts
410
410
  /**
411
411
  * Base validator class - foundation for all validators
412
412
  */
@@ -1052,7 +1052,7 @@ var BaseValidator = class {
1052
1052
  };
1053
1053
 
1054
1054
  //#endregion
1055
- //#region ../../@warlock.js/seal/src/validators/any-validator.ts
1055
+ //#region ../@warlock.js/seal/src/validators/any-validator.ts
1056
1056
  /**
1057
1057
  * Any validator - accepts any value
1058
1058
  */
@@ -1082,7 +1082,7 @@ var AnyValidator = class extends BaseValidator {
1082
1082
  };
1083
1083
 
1084
1084
  //#endregion
1085
- //#region ../../@warlock.js/seal/src/mutators/array-mutators.ts
1085
+ //#region ../@warlock.js/seal/src/mutators/array-mutators.ts
1086
1086
  /** Reverse array order */
1087
1087
  const flipArrayMutator = async (value) => {
1088
1088
  return value.reverse();
@@ -1117,7 +1117,7 @@ const removeEmptyArrayElementsMutator = async (value) => {
1117
1117
  };
1118
1118
 
1119
1119
  //#endregion
1120
- //#region ../../@warlock.js/seal/src/mutators/date-mutators.ts
1120
+ //#region ../@warlock.js/seal/src/mutators/date-mutators.ts
1121
1121
  /**
1122
1122
  * Convert value to Date object
1123
1123
  * Returns Invalid Date if value cannot be converted
@@ -1226,7 +1226,7 @@ const toEndOfYearMutator = async (value) => {
1226
1226
  };
1227
1227
 
1228
1228
  //#endregion
1229
- //#region ../../@warlock.js/seal/src/mutators/number-mutators.ts
1229
+ //#region ../@warlock.js/seal/src/mutators/number-mutators.ts
1230
1230
  /** Convert value to number */
1231
1231
  const numberMutator = async (value) => {
1232
1232
  if (!value) return value;
@@ -1274,7 +1274,7 @@ const toFixedMutator = async (value, context) => {
1274
1274
  };
1275
1275
 
1276
1276
  //#endregion
1277
- //#region ../../@warlock.js/seal/src/mutators/object-mutators.ts
1277
+ //#region ../@warlock.js/seal/src/mutators/object-mutators.ts
1278
1278
  /** Strip unknown keys from object */
1279
1279
  const stripUnknownMutator = async (value, context) => {
1280
1280
  const allowedKeys = [...context?.ctx.schema ? Object.keys(context.ctx.schema) : [], ...context?.options.allowedKeys ?? []];
@@ -1306,14 +1306,14 @@ const jsonMutator = async (value) => {
1306
1306
  };
1307
1307
 
1308
1308
  //#endregion
1309
- //#region ../../@warlock.js/seal/src/mutators/scalar-mutators.ts
1309
+ //#region ../@warlock.js/seal/src/mutators/scalar-mutators.ts
1310
1310
  const stringMutator = async (value) => {
1311
1311
  if ([void 0, null].includes(value)) return value;
1312
1312
  return String(value);
1313
1313
  };
1314
1314
 
1315
1315
  //#endregion
1316
- //#region ../../@warlock.js/seal/src/mutators/string-mutators.ts
1316
+ //#region ../@warlock.js/seal/src/mutators/string-mutators.ts
1317
1317
  /** Convert string to lowercase */
1318
1318
  const lowercaseMutator = async (value) => {
1319
1319
  return value?.toString().toLowerCase();
@@ -1478,7 +1478,7 @@ const removeNumbersMutator = async (value) => {
1478
1478
  };
1479
1479
 
1480
1480
  //#endregion
1481
- //#region ../../@warlock.js/seal/src/rules/core/equal.ts
1481
+ //#region ../@warlock.js/seal/src/rules/core/equal.ts
1482
1482
  /**
1483
1483
  * Equal rule - value must be equal to a specific value
1484
1484
  */
@@ -1495,7 +1495,7 @@ const equalRule = {
1495
1495
  };
1496
1496
 
1497
1497
  //#endregion
1498
- //#region ../../@warlock.js/seal/src/rules/core/forbidden.ts
1498
+ //#region ../@warlock.js/seal/src/rules/core/forbidden.ts
1499
1499
  /**
1500
1500
  * Forbidden rule - value must not be present
1501
1501
  */
@@ -1509,7 +1509,7 @@ const forbiddenRule = {
1509
1509
  };
1510
1510
 
1511
1511
  //#endregion
1512
- //#region ../../@warlock.js/seal/src/rules/core/union.ts
1512
+ //#region ../@warlock.js/seal/src/rules/core/union.ts
1513
1513
  /**
1514
1514
  * Union rule - value must match at least one of the provided validators
1515
1515
  */
@@ -1534,7 +1534,7 @@ const unionRule = {
1534
1534
  };
1535
1535
 
1536
1536
  //#endregion
1537
- //#region ../../@warlock.js/seal/src/rules/core/when.ts
1537
+ //#region ../@warlock.js/seal/src/rules/core/when.ts
1538
1538
  /**
1539
1539
  * When rule - conditional validation based on another field value
1540
1540
  */
@@ -1564,7 +1564,7 @@ const whenRule = {
1564
1564
  };
1565
1565
 
1566
1566
  //#endregion
1567
- //#region ../../@warlock.js/seal/src/rules/string/alpha.ts
1567
+ //#region ../@warlock.js/seal/src/rules/string/alpha.ts
1568
1568
  /**
1569
1569
  * Alpha rule - allows only alphabetic characters
1570
1570
  */
@@ -1600,7 +1600,7 @@ const isNumericRule = {
1600
1600
  };
1601
1601
 
1602
1602
  //#endregion
1603
- //#region ../../@warlock.js/seal/src/rules/string/credit-card.ts
1603
+ //#region ../@warlock.js/seal/src/rules/string/credit-card.ts
1604
1604
  /**
1605
1605
  * Credit card rule - validates credit card number
1606
1606
  */
@@ -1627,7 +1627,7 @@ const isCreditCardRule = {
1627
1627
  };
1628
1628
 
1629
1629
  //#endregion
1630
- //#region ../../@warlock.js/seal/src/rules/string/email.ts
1630
+ //#region ../@warlock.js/seal/src/rules/string/email.ts
1631
1631
  /**
1632
1632
  * Email rule - validates email format
1633
1633
  */
@@ -1641,7 +1641,7 @@ const emailRule = {
1641
1641
  };
1642
1642
 
1643
1643
  //#endregion
1644
- //#region ../../@warlock.js/seal/src/rules/string/id-formats.ts
1644
+ //#region ../@warlock.js/seal/src/rules/string/id-formats.ts
1645
1645
  /**
1646
1646
  * Modern ID format validators — UUID, CUID, ULID, nanoid.
1647
1647
  *
@@ -1740,7 +1740,7 @@ const nanoidRule = {
1740
1740
  };
1741
1741
 
1742
1742
  //#endregion
1743
- //#region ../../@warlock.js/seal/src/rules/string/ip.ts
1743
+ //#region ../@warlock.js/seal/src/rules/string/ip.ts
1744
1744
  /**
1745
1745
  * IP rule - validates IP address (v4 or v6)
1746
1746
  */
@@ -1776,7 +1776,7 @@ const ip6Rule = {
1776
1776
  };
1777
1777
 
1778
1778
  //#endregion
1779
- //#region ../../@warlock.js/seal/src/rules/string/matches.ts
1779
+ //#region ../@warlock.js/seal/src/rules/string/matches.ts
1780
1780
  /**
1781
1781
  * Matches rule - value must match another field value
1782
1782
  */
@@ -1791,7 +1791,7 @@ const matchesRule = {
1791
1791
  };
1792
1792
 
1793
1793
  //#endregion
1794
- //#region ../../@warlock.js/seal/src/rules/string/pattern.ts
1794
+ //#region ../@warlock.js/seal/src/rules/string/pattern.ts
1795
1795
  /**
1796
1796
  * Pattern rule - validates against regex pattern
1797
1797
  */
@@ -1806,7 +1806,7 @@ const patternRule = {
1806
1806
  };
1807
1807
 
1808
1808
  //#endregion
1809
- //#region ../../@warlock.js/seal/src/rules/string/string-comparison.ts
1809
+ //#region ../@warlock.js/seal/src/rules/string/string-comparison.ts
1810
1810
  /**
1811
1811
  * Starts with rule
1812
1812
  */
@@ -1857,7 +1857,7 @@ const notContainsRule = {
1857
1857
  };
1858
1858
 
1859
1859
  //#endregion
1860
- //#region ../../@warlock.js/seal/src/rules/string/strong-password-rule.ts
1860
+ //#region ../@warlock.js/seal/src/rules/string/strong-password-rule.ts
1861
1861
  /**
1862
1862
  * Strong Password rule - validates password strength
1863
1863
  * Requirements:
@@ -1883,7 +1883,7 @@ const strongPasswordRule = {
1883
1883
  };
1884
1884
 
1885
1885
  //#endregion
1886
- //#region ../../@warlock.js/seal/src/rules/string/url.ts
1886
+ //#region ../@warlock.js/seal/src/rules/string/url.ts
1887
1887
  /**
1888
1888
  * URL rule - validates URL format
1889
1889
  */
@@ -1901,7 +1901,7 @@ const urlRule = {
1901
1901
  };
1902
1902
 
1903
1903
  //#endregion
1904
- //#region ../../@warlock.js/seal/src/rules/string/without-whitespace.ts
1904
+ //#region ../@warlock.js/seal/src/rules/string/without-whitespace.ts
1905
1905
  /**
1906
1906
  * Without whitespace rule - value must not contain whitespace
1907
1907
  */
@@ -1915,7 +1915,7 @@ const withoutWhitespaceRule = {
1915
1915
  };
1916
1916
 
1917
1917
  //#endregion
1918
- //#region ../../@warlock.js/seal/src/rules/number/number-rules.ts
1918
+ //#region ../@warlock.js/seal/src/rules/number/number-rules.ts
1919
1919
  /**
1920
1920
  * Min rule - value must be equal or greater than minimum
1921
1921
  * Supports field names with sibling scope
@@ -2105,7 +2105,7 @@ const betweenNumbersRule = {
2105
2105
  };
2106
2106
 
2107
2107
  //#endregion
2108
- //#region ../../@warlock.js/seal/src/rules/length/length-rules.ts
2108
+ //#region ../@warlock.js/seal/src/rules/length/length-rules.ts
2109
2109
  /**
2110
2110
  * Min length rule - validates minimum length
2111
2111
  * Works for any value with a length property (strings, arrays, etc.)
@@ -2198,7 +2198,7 @@ const wordsRule = {
2198
2198
  };
2199
2199
 
2200
2200
  //#endregion
2201
- //#region ../../@warlock.js/seal/src/rules/array/array-rules.ts
2201
+ //#region ../@warlock.js/seal/src/rules/array/array-rules.ts
2202
2202
  /**
2203
2203
  * Unique array rule - array must contain unique values
2204
2204
  */
@@ -2234,7 +2234,7 @@ const sortedArrayRule = {
2234
2234
  };
2235
2235
 
2236
2236
  //#endregion
2237
- //#region ../../@warlock.js/seal/src/types/date-types.ts
2237
+ //#region ../@warlock.js/seal/src/types/date-types.ts
2238
2238
  /**
2239
2239
  * Week day numbers mapping
2240
2240
  */
@@ -2249,7 +2249,7 @@ const WEEK_DAYS = {
2249
2249
  };
2250
2250
 
2251
2251
  //#endregion
2252
- //#region ../../@warlock.js/seal/src/rules/date/date.ts
2252
+ //#region ../@warlock.js/seal/src/rules/date/date.ts
2253
2253
  /**
2254
2254
  * Date rule - validates date format
2255
2255
  */
@@ -2475,7 +2475,7 @@ const weekDayRule = {
2475
2475
  };
2476
2476
 
2477
2477
  //#endregion
2478
- //#region ../../@warlock.js/seal/src/rules/date/date-comparison-rules.ts
2478
+ //#region ../@warlock.js/seal/src/rules/date/date-comparison-rules.ts
2479
2479
  /**
2480
2480
  * Between dates rule - date must be between start and end dates
2481
2481
  */
@@ -2548,7 +2548,7 @@ const afterTodayRule = {
2548
2548
  };
2549
2549
 
2550
2550
  //#endregion
2551
- //#region ../../@warlock.js/seal/src/rules/date/date-day-rules.ts
2551
+ //#region ../@warlock.js/seal/src/rules/date/date-day-rules.ts
2552
2552
  /**
2553
2553
  * Weekend rule - date must be Saturday or Sunday
2554
2554
  */
@@ -2603,7 +2603,7 @@ const businessDayRule = {
2603
2603
  };
2604
2604
 
2605
2605
  //#endregion
2606
- //#region ../../@warlock.js/seal/src/rules/date/date-field-comparison-rules.ts
2606
+ //#region ../@warlock.js/seal/src/rules/date/date-field-comparison-rules.ts
2607
2607
  /**
2608
2608
  * Before field rule - date must be < given date or field
2609
2609
  * Smart detection: date value or field name
@@ -2677,7 +2677,7 @@ const sameAsFieldDateRule = {
2677
2677
  };
2678
2678
 
2679
2679
  //#endregion
2680
- //#region ../../@warlock.js/seal/src/rules/date/date-period-rules.ts
2680
+ //#region ../@warlock.js/seal/src/rules/date/date-period-rules.ts
2681
2681
  const MONTHS = {
2682
2682
  1: "january",
2683
2683
  2: "february",
@@ -3069,7 +3069,7 @@ const maxDayRule = {
3069
3069
  };
3070
3070
 
3071
3071
  //#endregion
3072
- //#region ../../@warlock.js/seal/src/rules/date/date-relative-rules.ts
3072
+ //#region ../@warlock.js/seal/src/rules/date/date-relative-rules.ts
3073
3073
  /**
3074
3074
  * Within days rule - date must be within X days from now (past or future)
3075
3075
  */
@@ -3119,7 +3119,7 @@ const withinFutureDaysRule = {
3119
3119
  };
3120
3120
 
3121
3121
  //#endregion
3122
- //#region ../../@warlock.js/seal/src/rules/date/date-special-rules.ts
3122
+ //#region ../@warlock.js/seal/src/rules/date/date-special-rules.ts
3123
3123
  /**
3124
3124
  * Birthday rule - valid birthday (not in future, reasonable age)
3125
3125
  */
@@ -3172,7 +3172,7 @@ const leapYearRule = {
3172
3172
  };
3173
3173
 
3174
3174
  //#endregion
3175
- //#region ../../@warlock.js/seal/src/rules/file/dimensions.ts
3175
+ //#region ../@warlock.js/seal/src/rules/file/dimensions.ts
3176
3176
  /**
3177
3177
  * Min width rule - image width validation
3178
3178
  */
@@ -3223,7 +3223,7 @@ const maxHeightRule = {
3223
3223
  };
3224
3224
 
3225
3225
  //#endregion
3226
- //#region ../../@warlock.js/seal/src/rules/file/file-size.ts
3226
+ //#region ../@warlock.js/seal/src/rules/file/file-size.ts
3227
3227
  /**
3228
3228
  * Max file size rule
3229
3229
  */
@@ -3250,7 +3250,7 @@ const minFileSizeRule = {
3250
3250
  };
3251
3251
 
3252
3252
  //#endregion
3253
- //#region ../../@warlock.js/seal/src/rules/color/color-rules.ts
3253
+ //#region ../@warlock.js/seal/src/rules/color/color-rules.ts
3254
3254
  /**
3255
3255
  * Color validation regex patterns
3256
3256
  */
@@ -3349,7 +3349,7 @@ const darkColorRule = {
3349
3349
  };
3350
3350
 
3351
3351
  //#endregion
3352
- //#region ../../@warlock.js/seal/src/rules/conditional/required-if-rules.ts
3352
+ //#region ../@warlock.js/seal/src/rules/conditional/required-if-rules.ts
3353
3353
  /**
3354
3354
  * Required if rule - field is required if another field equals a specific value
3355
3355
  * Supports both global and sibling scope
@@ -3544,7 +3544,7 @@ const requiredIfAnyNotEmptyRule = {
3544
3544
  };
3545
3545
 
3546
3546
  //#endregion
3547
- //#region ../../@warlock.js/seal/src/rules/conditional/required-unless-rules.ts
3547
+ //#region ../@warlock.js/seal/src/rules/conditional/required-unless-rules.ts
3548
3548
  /**
3549
3549
  * Required unless rule - field is required unless another field equals a specific value
3550
3550
  * Supports both global and sibling scope
@@ -3568,7 +3568,7 @@ const requiredUnlessRule = {
3568
3568
  };
3569
3569
 
3570
3570
  //#endregion
3571
- //#region ../../@warlock.js/seal/src/rules/conditional/required-when-rule.ts
3571
+ //#region ../@warlock.js/seal/src/rules/conditional/required-when-rule.ts
3572
3572
  /**
3573
3573
  * Required when callback returns true.
3574
3574
  *
@@ -3594,7 +3594,7 @@ const requiredWhenRule = {
3594
3594
  };
3595
3595
 
3596
3596
  //#endregion
3597
- //#region ../../@warlock.js/seal/src/rules/conditional/required-with-rules.ts
3597
+ //#region ../@warlock.js/seal/src/rules/conditional/required-with-rules.ts
3598
3598
  /**
3599
3599
  * Required with rule - field is required if another field is present
3600
3600
  * Supports both global and sibling scope
@@ -3652,7 +3652,7 @@ const requiredWithAnyRule = {
3652
3652
  };
3653
3653
 
3654
3654
  //#endregion
3655
- //#region ../../@warlock.js/seal/src/rules/conditional/required-without-rules.ts
3655
+ //#region ../@warlock.js/seal/src/rules/conditional/required-without-rules.ts
3656
3656
  /**
3657
3657
  * Required without rule - field is required if another field is missing
3658
3658
  * Supports both global and sibling scope
@@ -3710,7 +3710,7 @@ const requiredWithoutAnyRule = {
3710
3710
  };
3711
3711
 
3712
3712
  //#endregion
3713
- //#region ../../@warlock.js/seal/src/rules/conditional/present-if-rules.ts
3713
+ //#region ../@warlock.js/seal/src/rules/conditional/present-if-rules.ts
3714
3714
  /**
3715
3715
  * Present if rule - field must be present if another field equals a specific value
3716
3716
  * Supports both global and sibling scope
@@ -3800,7 +3800,7 @@ const presentIfNotInRule = {
3800
3800
  };
3801
3801
 
3802
3802
  //#endregion
3803
- //#region ../../@warlock.js/seal/src/rules/conditional/present-unless-rules.ts
3803
+ //#region ../@warlock.js/seal/src/rules/conditional/present-unless-rules.ts
3804
3804
  /**
3805
3805
  * Present unless rule - field must be present unless another field equals a specific value
3806
3806
  * Supports both global and sibling scope
@@ -3824,7 +3824,7 @@ const presentUnlessRule = {
3824
3824
  };
3825
3825
 
3826
3826
  //#endregion
3827
- //#region ../../@warlock.js/seal/src/rules/conditional/present-with-rules.ts
3827
+ //#region ../@warlock.js/seal/src/rules/conditional/present-with-rules.ts
3828
3828
  /**
3829
3829
  * Present with rule - field must be present if another field is present
3830
3830
  * Supports both global and sibling scope
@@ -3892,7 +3892,7 @@ const presentWithAnyRule = {
3892
3892
  };
3893
3893
 
3894
3894
  //#endregion
3895
- //#region ../../@warlock.js/seal/src/rules/conditional/present-without-rules.ts
3895
+ //#region ../@warlock.js/seal/src/rules/conditional/present-without-rules.ts
3896
3896
  /**
3897
3897
  * Present without rule - field must be present if another field is missing
3898
3898
  * Supports both global and sibling scope
@@ -3960,7 +3960,7 @@ const presentWithoutAnyRule = {
3960
3960
  };
3961
3961
 
3962
3962
  //#endregion
3963
- //#region ../../@warlock.js/seal/src/rules/conditional/forbidden-if-rules.ts
3963
+ //#region ../@warlock.js/seal/src/rules/conditional/forbidden-if-rules.ts
3964
3964
  /**
3965
3965
  * Forbidden if rule - field is forbidden if another field equals a specific value
3966
3966
  * Supports both global and sibling scope
@@ -4069,7 +4069,7 @@ const forbiddenIfNotInRule = {
4069
4069
  };
4070
4070
 
4071
4071
  //#endregion
4072
- //#region ../../@warlock.js/seal/src/rules/common/enum.ts
4072
+ //#region ../@warlock.js/seal/src/rules/common/enum.ts
4073
4073
  /**
4074
4074
  * Enum rule - value must be one of the enum values
4075
4075
  */
@@ -4141,7 +4141,7 @@ const notAllowedValuesRule = {
4141
4141
  };
4142
4142
 
4143
4143
  //#endregion
4144
- //#region ../../@warlock.js/seal/src/rules/common/equals-field-rules.ts
4144
+ //#region ../@warlock.js/seal/src/rules/common/equals-field-rules.ts
4145
4145
  /**
4146
4146
  * Equals field rule - value must equal another field's value
4147
4147
  * Supports both global and sibling scope
@@ -4177,7 +4177,7 @@ const notEqualsFieldRule = {
4177
4177
  };
4178
4178
 
4179
4179
  //#endregion
4180
- //#region ../../@warlock.js/seal/src/rules/common/instanceof.ts
4180
+ //#region ../@warlock.js/seal/src/rules/common/instanceof.ts
4181
4181
  /**
4182
4182
  * InstanceOf rule - value must be an instance of the given constructor.
4183
4183
  *
@@ -4195,7 +4195,7 @@ const instanceofRule = {
4195
4195
  };
4196
4196
 
4197
4197
  //#endregion
4198
- //#region ../../@warlock.js/seal/src/rules/common/literal.ts
4198
+ //#region ../@warlock.js/seal/src/rules/common/literal.ts
4199
4199
  /**
4200
4200
  * Literal rule - value must be strictly equal to one of the literal values.
4201
4201
  *
@@ -4219,7 +4219,7 @@ const literalRule = {
4219
4219
  };
4220
4220
 
4221
4221
  //#endregion
4222
- //#region ../../@warlock.js/seal/src/rules/common/type-rules.ts
4222
+ //#region ../@warlock.js/seal/src/rules/common/type-rules.ts
4223
4223
  /**
4224
4224
  * String rule - validates string type
4225
4225
  */
@@ -4325,7 +4325,7 @@ const arrayRule = {
4325
4325
  };
4326
4326
 
4327
4327
  //#endregion
4328
- //#region ../../@warlock.js/seal/src/rules/common/unknown-key.ts
4328
+ //#region ../@warlock.js/seal/src/rules/common/unknown-key.ts
4329
4329
  /**
4330
4330
  * Unknown key rule - validates that object doesn't have unknown keys
4331
4331
  */
@@ -4345,7 +4345,7 @@ const unknownKeyRule = {
4345
4345
  };
4346
4346
 
4347
4347
  //#endregion
4348
- //#region ../../@warlock.js/seal/src/validators/array-validator.ts
4348
+ //#region ../@warlock.js/seal/src/validators/array-validator.ts
4349
4349
  /**
4350
4350
  * Array validator class
4351
4351
  */
@@ -4508,7 +4508,7 @@ var ArrayValidator = class extends BaseValidator {
4508
4508
  };
4509
4509
 
4510
4510
  //#endregion
4511
- //#region ../../@warlock.js/seal/src/validators/methods/equality-conditional-methods.ts
4511
+ //#region ../@warlock.js/seal/src/validators/methods/equality-conditional-methods.ts
4512
4512
  /**
4513
4513
  * Value must be equal to the given value
4514
4514
  */
@@ -4629,7 +4629,7 @@ BaseValidator.prototype.whenSibling = function(siblingField, options) {
4629
4629
  };
4630
4630
 
4631
4631
  //#endregion
4632
- //#region ../../@warlock.js/seal/src/validators/methods/forbidden-methods.ts
4632
+ //#region ../@warlock.js/seal/src/validators/methods/forbidden-methods.ts
4633
4633
  /**
4634
4634
  * Value is forbidden to be present
4635
4635
  */
@@ -4754,7 +4754,7 @@ BaseValidator.prototype.forbiddenIfNotInSibling = function(field, values, errorM
4754
4754
  };
4755
4755
 
4756
4756
  //#endregion
4757
- //#region ../../@warlock.js/seal/src/validators/methods/present-methods.ts
4757
+ //#region ../@warlock.js/seal/src/validators/methods/present-methods.ts
4758
4758
  /**
4759
4759
  * Field must be present if another field exists
4760
4760
  */
@@ -4981,7 +4981,7 @@ BaseValidator.prototype.presentWithoutAnySiblings = function(fields, errorMessag
4981
4981
  };
4982
4982
 
4983
4983
  //#endregion
4984
- //#region ../../@warlock.js/seal/src/validators/methods/required-methods.ts
4984
+ //#region ../@warlock.js/seal/src/validators/methods/required-methods.ts
4985
4985
  /**
4986
4986
  * This value must be present and has a value
4987
4987
  */
@@ -5318,7 +5318,7 @@ BaseValidator.prototype.requiredWhen = function(callback, errorMessage) {
5318
5318
  };
5319
5319
 
5320
5320
  //#endregion
5321
- //#region ../../@warlock.js/seal/src/validators/primitive-validator.ts
5321
+ //#region ../@warlock.js/seal/src/validators/primitive-validator.ts
5322
5322
  /**
5323
5323
  * Abstract base validator for primitive-typed fields (string, number, boolean).
5324
5324
  *
@@ -5401,7 +5401,7 @@ var PrimitiveValidator = class extends BaseValidator {
5401
5401
  };
5402
5402
 
5403
5403
  //#endregion
5404
- //#region ../../@warlock.js/seal/src/rules/scalar/accepted-rule.ts
5404
+ //#region ../@warlock.js/seal/src/rules/scalar/accepted-rule.ts
5405
5405
  const isAcceptedValue = (value) => {
5406
5406
  return [
5407
5407
  "1",
@@ -5510,7 +5510,7 @@ const acceptedWithoutRule = {
5510
5510
  };
5511
5511
 
5512
5512
  //#endregion
5513
- //#region ../../@warlock.js/seal/src/rules/scalar/declined-rule.ts
5513
+ //#region ../@warlock.js/seal/src/rules/scalar/declined-rule.ts
5514
5514
  const isDeclinedValue = (value) => {
5515
5515
  return [
5516
5516
  "0",
@@ -5619,7 +5619,7 @@ const declinedWithoutRule = {
5619
5619
  };
5620
5620
 
5621
5621
  //#endregion
5622
- //#region ../../@warlock.js/seal/src/validators/boolean-validator.ts
5622
+ //#region ../@warlock.js/seal/src/validators/boolean-validator.ts
5623
5623
  /**
5624
5624
  * Boolean validator class
5625
5625
  *
@@ -5735,7 +5735,7 @@ var BooleanValidator = class extends PrimitiveValidator {
5735
5735
  };
5736
5736
 
5737
5737
  //#endregion
5738
- //#region ../../@warlock.js/seal/src/validators/computed-validator.ts
5738
+ //#region ../@warlock.js/seal/src/validators/computed-validator.ts
5739
5739
  /**
5740
5740
  * Computed field validator
5741
5741
  *
@@ -5847,7 +5847,7 @@ var ComputedValidator = class extends BaseValidator {
5847
5847
  };
5848
5848
 
5849
5849
  //#endregion
5850
- //#region ../../@warlock.js/seal/src/validators/date-validator.ts
5850
+ //#region ../@warlock.js/seal/src/validators/date-validator.ts
5851
5851
  /**
5852
5852
  * Date validator class
5853
5853
  */
@@ -6467,7 +6467,7 @@ var DateValidator = class extends BaseValidator {
6467
6467
  };
6468
6468
 
6469
6469
  //#endregion
6470
- //#region ../../@warlock.js/seal/src/validators/literal-validator.ts
6470
+ //#region ../@warlock.js/seal/src/validators/literal-validator.ts
6471
6471
  /**
6472
6472
  * Literal validator class
6473
6473
  *
@@ -6528,7 +6528,7 @@ var LiteralValidator = class extends BaseValidator {
6528
6528
  };
6529
6529
 
6530
6530
  //#endregion
6531
- //#region ../../@warlock.js/seal/src/validators/discriminated-union-validator.ts
6531
+ //#region ../@warlock.js/seal/src/validators/discriminated-union-validator.ts
6532
6532
  /**
6533
6533
  * Discriminated union validator — routes payloads by a shared discriminator field.
6534
6534
  *
@@ -6646,7 +6646,7 @@ var DiscriminatedUnionValidator = class DiscriminatedUnionValidator extends Base
6646
6646
  };
6647
6647
 
6648
6648
  //#endregion
6649
- //#region ../../@warlock.js/seal/src/validators/number-validator.ts
6649
+ //#region ../@warlock.js/seal/src/validators/number-validator.ts
6650
6650
  /**
6651
6651
  * Number validator class - base for Int and Float validators
6652
6652
  */
@@ -6938,7 +6938,7 @@ var NumberValidator = class extends PrimitiveValidator {
6938
6938
  };
6939
6939
 
6940
6940
  //#endregion
6941
- //#region ../../@warlock.js/seal/src/validators/float-validator.ts
6941
+ //#region ../@warlock.js/seal/src/validators/float-validator.ts
6942
6942
  /**
6943
6943
  * Float validator class
6944
6944
  */
@@ -6950,7 +6950,7 @@ var FloatValidator = class extends NumberValidator {
6950
6950
  };
6951
6951
 
6952
6952
  //#endregion
6953
- //#region ../../@warlock.js/seal/src/validators/instanceof-validator.ts
6953
+ //#region ../@warlock.js/seal/src/validators/instanceof-validator.ts
6954
6954
  /**
6955
6955
  * InstanceOf validator class
6956
6956
  *
@@ -7008,7 +7008,7 @@ var InstanceOfValidator = class extends BaseValidator {
7008
7008
  };
7009
7009
 
7010
7010
  //#endregion
7011
- //#region ../../@warlock.js/seal/src/validators/int-validator.ts
7011
+ //#region ../@warlock.js/seal/src/validators/int-validator.ts
7012
7012
  /**
7013
7013
  * Integer validator class
7014
7014
  */
@@ -7032,7 +7032,7 @@ var IntValidator = class extends NumberValidator {
7032
7032
  };
7033
7033
 
7034
7034
  //#endregion
7035
- //#region ../../@warlock.js/seal/src/validators/lazy-validator.ts
7035
+ //#region ../@warlock.js/seal/src/validators/lazy-validator.ts
7036
7036
  /**
7037
7037
  * Lazy validator — defers resolution of the inner validator until validate-time.
7038
7038
  *
@@ -7113,7 +7113,7 @@ var LazyValidator = class extends BaseValidator {
7113
7113
  };
7114
7114
 
7115
7115
  //#endregion
7116
- //#region ../../@warlock.js/seal/src/validators/managed-validator.ts
7116
+ //#region ../@warlock.js/seal/src/validators/managed-validator.ts
7117
7117
  /**
7118
7118
  * Managed field validator
7119
7119
  *
@@ -7148,7 +7148,7 @@ var ManagedValidator = class extends ComputedValidator {
7148
7148
  };
7149
7149
 
7150
7150
  //#endregion
7151
- //#region ../../@warlock.js/seal/src/validators/numeric-validator.ts
7151
+ //#region ../@warlock.js/seal/src/validators/numeric-validator.ts
7152
7152
  /**
7153
7153
  * Numeric validator class - base for Int and Float validators either as number or string
7154
7154
  */
@@ -7169,7 +7169,7 @@ var NumericValidator = class extends NumberValidator {
7169
7169
  };
7170
7170
 
7171
7171
  //#endregion
7172
- //#region ../../@warlock.js/seal/src/validators/object-validator.ts
7172
+ //#region ../@warlock.js/seal/src/validators/object-validator.ts
7173
7173
  /**
7174
7174
  * Object validator class with generic schema type for proper type inference.
7175
7175
  *
@@ -7594,7 +7594,7 @@ function removeUndefinedValues(obj, visited = /* @__PURE__ */ new WeakMap()) {
7594
7594
  }
7595
7595
 
7596
7596
  //#endregion
7597
- //#region ../../@warlock.js/seal/src/validators/record-validator.ts
7597
+ //#region ../@warlock.js/seal/src/validators/record-validator.ts
7598
7598
  /**
7599
7599
  * Record validator class - validates objects with dynamic keys and consistent value types
7600
7600
  *
@@ -7695,7 +7695,7 @@ var RecordValidator = class extends BaseValidator {
7695
7695
  };
7696
7696
 
7697
7697
  //#endregion
7698
- //#region ../../@warlock.js/seal/src/validators/scalar-validator.ts
7698
+ //#region ../@warlock.js/seal/src/validators/scalar-validator.ts
7699
7699
  /**
7700
7700
  * Scalar validator class
7701
7701
  *
@@ -7854,7 +7854,7 @@ var ScalarValidator = class extends PrimitiveValidator {
7854
7854
  };
7855
7855
 
7856
7856
  //#endregion
7857
- //#region ../../@warlock.js/seal/src/validators/string-validator.ts
7857
+ //#region ../@warlock.js/seal/src/validators/string-validator.ts
7858
7858
  /**
7859
7859
  * String validator class
7860
7860
  */
@@ -8276,7 +8276,7 @@ var StringValidator = class extends PrimitiveValidator {
8276
8276
  };
8277
8277
 
8278
8278
  //#endregion
8279
- //#region ../../@warlock.js/seal/src/validators/tuple-validator.ts
8279
+ //#region ../@warlock.js/seal/src/validators/tuple-validator.ts
8280
8280
  /**
8281
8281
  * Tuple validator class - validates fixed-length arrays with position-specific types
8282
8282
  *
@@ -8400,7 +8400,7 @@ var TupleValidator = class extends BaseValidator {
8400
8400
  };
8401
8401
 
8402
8402
  //#endregion
8403
- //#region ../../@warlock.js/seal/src/validators/union-validator.ts
8403
+ //#region ../@warlock.js/seal/src/validators/union-validator.ts
8404
8404
  /**
8405
8405
  * Union validator class - validates value against multiple validator types
8406
8406
  *
@@ -8459,7 +8459,7 @@ var UnionValidator = class extends BaseValidator {
8459
8459
  };
8460
8460
 
8461
8461
  //#endregion
8462
- //#region ../../@warlock.js/seal/src/factory/validators.ts
8462
+ //#region ../@warlock.js/seal/src/factory/validators.ts
8463
8463
  /**
8464
8464
  * Seal factory object - creates instances of validators
8465
8465
  *
@@ -8563,7 +8563,7 @@ const v = {
8563
8563
  };
8564
8564
 
8565
8565
  //#endregion
8566
- //#region ../../@warlock.js/seal/src/plugins/plugin-system.ts
8566
+ //#region ../@warlock.js/seal/src/plugins/plugin-system.ts
8567
8567
  /**
8568
8568
  * Registry of installed plugins
8569
8569
  */