bguard 0.0.9 → 0.1.0

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 (318) hide show
  1. package/README.md +507 -23
  2. package/lib/{CommonSchema-BIe85W_A.d.mts → CommonSchema-BbGNki0L.d.ts} +7 -4
  3. package/lib/{CommonSchema-BIe85W_A.d.ts → CommonSchema-CjsYE4dC.d.mts} +7 -4
  4. package/lib/InferType.d.mts +2 -1
  5. package/lib/InferType.d.ts +2 -1
  6. package/lib/asserts/array/index.d.mts +4 -3
  7. package/lib/asserts/array/index.d.ts +4 -3
  8. package/lib/asserts/array/index.js +6 -6
  9. package/lib/asserts/array/index.mjs +5 -5
  10. package/lib/asserts/boolean/index.d.mts +4 -3
  11. package/lib/asserts/boolean/index.d.ts +4 -3
  12. package/lib/asserts/boolean/index.js +7 -6
  13. package/lib/asserts/boolean/index.js.map +1 -1
  14. package/lib/asserts/boolean/index.mjs +6 -5
  15. package/lib/asserts/mix/equalTo.d.mts +22 -0
  16. package/lib/asserts/mix/equalTo.d.ts +22 -0
  17. package/lib/asserts/mix/equalTo.js +9 -0
  18. package/lib/asserts/mix/equalTo.js.map +1 -0
  19. package/lib/asserts/mix/equalTo.mjs +9 -0
  20. package/lib/asserts/{common → mix}/index.d.mts +5 -4
  21. package/lib/asserts/{common → mix}/index.d.ts +5 -4
  22. package/lib/asserts/mix/index.js +10 -0
  23. package/lib/asserts/mix/index.js.map +1 -0
  24. package/lib/asserts/mix/index.mjs +10 -0
  25. package/lib/asserts/mix/oneOfValues.d.mts +23 -0
  26. package/lib/asserts/mix/oneOfValues.d.ts +23 -0
  27. package/lib/asserts/mix/oneOfValues.js +9 -0
  28. package/lib/asserts/mix/oneOfValues.js.map +1 -0
  29. package/lib/asserts/mix/oneOfValues.mjs +9 -0
  30. package/lib/asserts/number/index.d.mts +4 -3
  31. package/lib/asserts/number/index.d.ts +4 -3
  32. package/lib/asserts/number/index.js +10 -7
  33. package/lib/asserts/number/index.js.map +1 -1
  34. package/lib/asserts/number/index.mjs +9 -6
  35. package/lib/asserts/number/max.d.mts +15 -10
  36. package/lib/asserts/number/max.d.ts +15 -10
  37. package/lib/asserts/number/max.js +11 -4
  38. package/lib/asserts/number/max.js.map +1 -1
  39. package/lib/asserts/number/max.mjs +12 -5
  40. package/lib/asserts/number/max.mjs.map +1 -1
  41. package/lib/asserts/number/maxExcluded.d.mts +14 -9
  42. package/lib/asserts/number/maxExcluded.d.ts +14 -9
  43. package/lib/asserts/number/maxExcluded.js +11 -4
  44. package/lib/asserts/number/maxExcluded.js.map +1 -1
  45. package/lib/asserts/number/maxExcluded.mjs +12 -5
  46. package/lib/asserts/number/maxExcluded.mjs.map +1 -1
  47. package/lib/asserts/number/min.d.mts +15 -10
  48. package/lib/asserts/number/min.d.ts +15 -10
  49. package/lib/asserts/number/min.js +11 -4
  50. package/lib/asserts/number/min.js.map +1 -1
  51. package/lib/asserts/number/min.mjs +12 -5
  52. package/lib/asserts/number/min.mjs.map +1 -1
  53. package/lib/asserts/number/minExcluded.d.mts +15 -10
  54. package/lib/asserts/number/minExcluded.d.ts +15 -10
  55. package/lib/asserts/number/minExcluded.js +11 -4
  56. package/lib/asserts/number/minExcluded.js.map +1 -1
  57. package/lib/asserts/number/minExcluded.mjs +12 -5
  58. package/lib/asserts/number/minExcluded.mjs.map +1 -1
  59. package/lib/asserts/number/negative.d.mts +14 -9
  60. package/lib/asserts/number/negative.d.ts +14 -9
  61. package/lib/asserts/number/negative.js +11 -3
  62. package/lib/asserts/number/negative.js.map +1 -1
  63. package/lib/asserts/number/negative.mjs +12 -4
  64. package/lib/asserts/number/negative.mjs.map +1 -1
  65. package/lib/asserts/number/positive.d.mts +14 -9
  66. package/lib/asserts/number/positive.d.ts +14 -9
  67. package/lib/asserts/number/positive.js +11 -3
  68. package/lib/asserts/number/positive.js.map +1 -1
  69. package/lib/asserts/number/positive.mjs +12 -4
  70. package/lib/asserts/number/positive.mjs.map +1 -1
  71. package/lib/asserts/object/index.d.mts +4 -3
  72. package/lib/asserts/object/index.d.ts +4 -3
  73. package/lib/asserts/object/index.js +6 -6
  74. package/lib/asserts/object/index.mjs +5 -5
  75. package/lib/asserts/string/email.d.mts +13 -9
  76. package/lib/asserts/string/email.d.ts +13 -9
  77. package/lib/asserts/string/email.js +11 -4
  78. package/lib/asserts/string/email.js.map +1 -1
  79. package/lib/asserts/string/email.mjs +12 -5
  80. package/lib/asserts/string/email.mjs.map +1 -1
  81. package/lib/asserts/string/index.d.mts +4 -3
  82. package/lib/asserts/string/index.d.ts +4 -3
  83. package/lib/asserts/string/index.js +10 -7
  84. package/lib/asserts/string/index.js.map +1 -1
  85. package/lib/asserts/string/index.mjs +9 -6
  86. package/lib/asserts/string/maxLength.d.mts +14 -9
  87. package/lib/asserts/string/maxLength.d.ts +14 -9
  88. package/lib/asserts/string/maxLength.js +11 -4
  89. package/lib/asserts/string/maxLength.js.map +1 -1
  90. package/lib/asserts/string/maxLength.mjs +12 -5
  91. package/lib/asserts/string/maxLength.mjs.map +1 -1
  92. package/lib/asserts/string/minLength.d.mts +14 -9
  93. package/lib/asserts/string/minLength.d.ts +14 -9
  94. package/lib/asserts/string/minLength.js +11 -4
  95. package/lib/asserts/string/minLength.js.map +1 -1
  96. package/lib/asserts/string/minLength.mjs +12 -5
  97. package/lib/asserts/string/minLength.mjs.map +1 -1
  98. package/lib/asserts/string/regExp.d.mts +14 -9
  99. package/lib/asserts/string/regExp.d.ts +14 -9
  100. package/lib/asserts/string/regExp.js +11 -4
  101. package/lib/asserts/string/regExp.js.map +1 -1
  102. package/lib/asserts/string/regExp.mjs +12 -5
  103. package/lib/asserts/string/regExp.mjs.map +1 -1
  104. package/lib/{chunk-32IQXZRK.mjs → chunk-2PM3K3OE.mjs} +2 -2
  105. package/lib/{chunk-32IQXZRK.mjs.map → chunk-2PM3K3OE.mjs.map} +1 -1
  106. package/lib/chunk-3HTYHE2X.mjs +54 -0
  107. package/lib/chunk-3HTYHE2X.mjs.map +1 -0
  108. package/lib/chunk-3O4WCRC2.mjs +21 -0
  109. package/lib/chunk-3O4WCRC2.mjs.map +1 -0
  110. package/lib/chunk-4CYIMDP2.js +21 -0
  111. package/lib/chunk-4CYIMDP2.js.map +1 -0
  112. package/lib/{chunk-QKGQ4XZC.js → chunk-4RNK3I74.js} +3 -3
  113. package/lib/{chunk-QKGQ4XZC.js.map → chunk-4RNK3I74.js.map} +1 -1
  114. package/lib/chunk-5BVJ6YMH.js +54 -0
  115. package/lib/chunk-5BVJ6YMH.js.map +1 -0
  116. package/lib/chunk-6TH3DBDK.js +53 -0
  117. package/lib/chunk-6TH3DBDK.js.map +1 -0
  118. package/lib/chunk-7XFLH6R2.mjs +44 -0
  119. package/lib/chunk-7XFLH6R2.mjs.map +1 -0
  120. package/lib/{chunk-BGMR7A6X.mjs → chunk-B6TFELXR.mjs} +2 -2
  121. package/lib/{chunk-BGMR7A6X.mjs.map → chunk-B6TFELXR.mjs.map} +1 -1
  122. package/lib/{chunk-GEZME6V2.mjs → chunk-CCBCDJXS.mjs} +11 -6
  123. package/lib/chunk-CCBCDJXS.mjs.map +1 -0
  124. package/lib/chunk-CLG3QRZC.mjs +47 -0
  125. package/lib/chunk-CLG3QRZC.mjs.map +1 -0
  126. package/lib/chunk-DJSLA2ZV.js +27 -0
  127. package/lib/chunk-DJSLA2ZV.js.map +1 -0
  128. package/lib/{chunk-L7HUXYFV.mjs → chunk-DPBE7TAQ.mjs} +2 -2
  129. package/lib/chunk-DPBE7TAQ.mjs.map +1 -0
  130. package/lib/{chunk-APTTIN2L.js → chunk-EGEHSELT.js} +6 -6
  131. package/lib/chunk-EGEHSELT.js.map +1 -0
  132. package/lib/chunk-F5MSBL33.js +50 -0
  133. package/lib/chunk-F5MSBL33.js.map +1 -0
  134. package/lib/chunk-FTLRX2XG.mjs +50 -0
  135. package/lib/chunk-FTLRX2XG.mjs.map +1 -0
  136. package/lib/chunk-H7CPKW53.js +47 -0
  137. package/lib/chunk-H7CPKW53.js.map +1 -0
  138. package/lib/{chunk-A7I2JEQO.js → chunk-HDSGCAHH.js} +3 -3
  139. package/lib/{chunk-A7I2JEQO.js.map → chunk-HDSGCAHH.js.map} +1 -1
  140. package/lib/{chunk-L6A7NXUJ.js → chunk-IEUXIOL6.js} +3 -3
  141. package/lib/{chunk-L6A7NXUJ.js.map → chunk-IEUXIOL6.js.map} +1 -1
  142. package/lib/chunk-IRG4OQAB.js +63 -0
  143. package/lib/chunk-IRG4OQAB.js.map +1 -0
  144. package/lib/chunk-J4VKFJQK.js +21 -0
  145. package/lib/chunk-J4VKFJQK.js.map +1 -0
  146. package/lib/{chunk-A2SAWKJA.mjs → chunk-JDGZCBXF.mjs} +2 -2
  147. package/lib/{chunk-A2SAWKJA.mjs.map → chunk-JDGZCBXF.mjs.map} +1 -1
  148. package/lib/chunk-JSGZ7DKT.js +14 -0
  149. package/lib/chunk-JSGZ7DKT.js.map +1 -0
  150. package/lib/{chunk-AJ4WV5DG.mjs → chunk-MRISXZQ4.mjs} +3 -3
  151. package/lib/chunk-MRISXZQ4.mjs.map +1 -0
  152. package/lib/{chunk-A3UTB4RE.mjs → chunk-NDQM5OL4.mjs} +4 -4
  153. package/lib/chunk-NDQM5OL4.mjs.map +1 -0
  154. package/lib/chunk-NNFYXHLU.mjs +21 -0
  155. package/lib/chunk-NNFYXHLU.mjs.map +1 -0
  156. package/lib/{chunk-KCBOOOTF.mjs → chunk-NTC2XQ36.mjs} +2 -2
  157. package/lib/{chunk-KCBOOOTF.mjs.map → chunk-NTC2XQ36.mjs.map} +1 -1
  158. package/lib/chunk-PG2R7P7G.mjs +27 -0
  159. package/lib/chunk-PG2R7P7G.mjs.map +1 -0
  160. package/lib/chunk-PH2PMUZP.mjs +63 -0
  161. package/lib/chunk-PH2PMUZP.mjs.map +1 -0
  162. package/lib/chunk-QQNQ4IDN.js +13 -0
  163. package/lib/chunk-QQNQ4IDN.js.map +1 -0
  164. package/lib/{chunk-PJP63SJT.js → chunk-RL4MSI7R.js} +3 -3
  165. package/lib/{chunk-PJP63SJT.js.map → chunk-RL4MSI7R.js.map} +1 -1
  166. package/lib/chunk-RQH4LXBW.js +47 -0
  167. package/lib/chunk-RQH4LXBW.js.map +1 -0
  168. package/lib/chunk-RRQOET3X.js +28 -0
  169. package/lib/chunk-RRQOET3X.js.map +1 -0
  170. package/lib/chunk-RYVUYVEE.mjs +14 -0
  171. package/lib/chunk-RYVUYVEE.mjs.map +1 -0
  172. package/lib/{chunk-QYLH5ZAC.mjs → chunk-TCQY2R3U.mjs} +25 -4
  173. package/lib/chunk-TCQY2R3U.mjs.map +1 -0
  174. package/lib/{chunk-K2S3FS5K.js → chunk-VHEA4JZ5.js} +3 -3
  175. package/lib/{chunk-K2S3FS5K.js.map → chunk-VHEA4JZ5.js.map} +1 -1
  176. package/lib/{chunk-VPFIIM2X.js → chunk-WBERBAL4.js} +11 -6
  177. package/lib/chunk-WBERBAL4.js.map +1 -0
  178. package/lib/chunk-WK4O3HH4.js +44 -0
  179. package/lib/chunk-WK4O3HH4.js.map +1 -0
  180. package/lib/{chunk-3FEJUC3K.mjs → chunk-YML32TPA.mjs} +2 -2
  181. package/lib/{chunk-3FEJUC3K.mjs.map → chunk-YML32TPA.mjs.map} +1 -1
  182. package/lib/chunk-YUESB2WV.mjs +47 -0
  183. package/lib/chunk-YUESB2WV.mjs.map +1 -0
  184. package/lib/codeGen.d.mts +7 -0
  185. package/lib/codeGen.d.ts +7 -0
  186. package/lib/codeGen.js +51 -0
  187. package/lib/codeGen.js.map +1 -0
  188. package/lib/codeGen.mjs +51 -0
  189. package/lib/codeGen.mjs.map +1 -0
  190. package/lib/commonTypes.d.mts +31 -0
  191. package/lib/commonTypes.d.ts +31 -0
  192. package/lib/commonTypes.js +1 -0
  193. package/lib/commonTypes.js.map +1 -0
  194. package/lib/commonTypes.mjs +1 -0
  195. package/lib/exceptions.d.mts +4 -2
  196. package/lib/exceptions.d.ts +4 -2
  197. package/lib/exceptions.js +2 -2
  198. package/lib/exceptions.mjs +3 -3
  199. package/lib/helpers/core.d.mts +2 -0
  200. package/lib/helpers/core.d.ts +2 -0
  201. package/lib/helpers/core.js +10 -0
  202. package/lib/helpers/core.js.map +1 -0
  203. package/lib/helpers/core.mjs +10 -0
  204. package/lib/helpers/core.mjs.map +1 -0
  205. package/lib/helpers/setStrictType.d.mts +6 -0
  206. package/lib/helpers/setStrictType.d.ts +6 -0
  207. package/lib/helpers/setStrictType.js +9 -0
  208. package/lib/helpers/setStrictType.js.map +1 -0
  209. package/lib/helpers/setStrictType.mjs +9 -0
  210. package/lib/helpers/setStrictType.mjs.map +1 -0
  211. package/lib/index.d.mts +7 -4
  212. package/lib/index.d.ts +7 -4
  213. package/lib/index.js +31 -17
  214. package/lib/index.js.map +1 -1
  215. package/lib/index.mjs +38 -24
  216. package/lib/parse.d.mts +66 -0
  217. package/lib/parse.d.ts +66 -0
  218. package/lib/parse.js +10 -0
  219. package/lib/parse.js.map +1 -0
  220. package/lib/parse.mjs +10 -0
  221. package/lib/parse.mjs.map +1 -0
  222. package/lib/{parseSchema.d.mts → parseOrFail.d.mts} +16 -5
  223. package/lib/{parseSchema.d.ts → parseOrFail.d.ts} +16 -5
  224. package/lib/parseOrFail.js +10 -0
  225. package/lib/parseOrFail.js.map +1 -0
  226. package/lib/parseOrFail.mjs +10 -0
  227. package/lib/parseOrFail.mjs.map +1 -0
  228. package/lib/schemas/ArraySchema.d.mts +2 -1
  229. package/lib/schemas/ArraySchema.d.ts +2 -1
  230. package/lib/schemas/ArraySchema.js +5 -5
  231. package/lib/schemas/ArraySchema.mjs +4 -4
  232. package/lib/schemas/BooleanSchema.d.mts +2 -1
  233. package/lib/schemas/BooleanSchema.d.ts +2 -1
  234. package/lib/schemas/BooleanSchema.js +6 -5
  235. package/lib/schemas/BooleanSchema.js.map +1 -1
  236. package/lib/schemas/BooleanSchema.mjs +5 -4
  237. package/lib/schemas/CommonSchema.d.mts +2 -1
  238. package/lib/schemas/CommonSchema.d.ts +2 -1
  239. package/lib/schemas/CommonSchema.js +4 -4
  240. package/lib/schemas/CommonSchema.mjs +3 -3
  241. package/lib/schemas/NumberSchema.d.mts +12 -1
  242. package/lib/schemas/NumberSchema.d.ts +12 -1
  243. package/lib/schemas/NumberSchema.js +9 -6
  244. package/lib/schemas/NumberSchema.js.map +1 -1
  245. package/lib/schemas/NumberSchema.mjs +8 -5
  246. package/lib/schemas/ObjectSchema.d.mts +20 -1
  247. package/lib/schemas/ObjectSchema.d.ts +20 -1
  248. package/lib/schemas/ObjectSchema.js +5 -5
  249. package/lib/schemas/ObjectSchema.mjs +4 -4
  250. package/lib/schemas/StringSchema.d.mts +12 -1
  251. package/lib/schemas/StringSchema.d.ts +12 -1
  252. package/lib/schemas/StringSchema.js +9 -6
  253. package/lib/schemas/StringSchema.js.map +1 -1
  254. package/lib/schemas/StringSchema.mjs +8 -5
  255. package/lib/translationMap.d.mts +12 -0
  256. package/lib/translationMap.d.ts +12 -0
  257. package/lib/translationMap.js +14 -0
  258. package/lib/translationMap.js.map +1 -0
  259. package/lib/translationMap.mjs +14 -0
  260. package/lib/translationMap.mjs.map +1 -0
  261. package/package.json +23 -6
  262. package/lib/asserts/common/equalTo.d.mts +0 -29
  263. package/lib/asserts/common/equalTo.d.ts +0 -29
  264. package/lib/asserts/common/equalTo.js +0 -8
  265. package/lib/asserts/common/equalTo.js.map +0 -1
  266. package/lib/asserts/common/equalTo.mjs +0 -8
  267. package/lib/asserts/common/index.js +0 -10
  268. package/lib/asserts/common/index.js.map +0 -1
  269. package/lib/asserts/common/index.mjs +0 -10
  270. package/lib/chunk-2AP4OQMT.js +0 -26
  271. package/lib/chunk-2AP4OQMT.js.map +0 -1
  272. package/lib/chunk-5NCJN6D2.js +0 -70
  273. package/lib/chunk-5NCJN6D2.js.map +0 -1
  274. package/lib/chunk-5ZMICHV3.js +0 -21
  275. package/lib/chunk-5ZMICHV3.js.map +0 -1
  276. package/lib/chunk-63IQFNFO.mjs +0 -27
  277. package/lib/chunk-63IQFNFO.mjs.map +0 -1
  278. package/lib/chunk-A3UTB4RE.mjs.map +0 -1
  279. package/lib/chunk-AJ4WV5DG.mjs.map +0 -1
  280. package/lib/chunk-APTTIN2L.js.map +0 -1
  281. package/lib/chunk-AXOP6HPJ.js +0 -14
  282. package/lib/chunk-AXOP6HPJ.js.map +0 -1
  283. package/lib/chunk-FCFO5J5Y.mjs +0 -14
  284. package/lib/chunk-FCFO5J5Y.mjs.map +0 -1
  285. package/lib/chunk-GEZME6V2.mjs.map +0 -1
  286. package/lib/chunk-GNBSKTFV.js +0 -27
  287. package/lib/chunk-GNBSKTFV.js.map +0 -1
  288. package/lib/chunk-IQ3QYABE.js +0 -32
  289. package/lib/chunk-IQ3QYABE.js.map +0 -1
  290. package/lib/chunk-L7HUXYFV.mjs.map +0 -1
  291. package/lib/chunk-LHTJHMKJ.mjs +0 -27
  292. package/lib/chunk-LHTJHMKJ.mjs.map +0 -1
  293. package/lib/chunk-NOADI6PO.mjs +0 -21
  294. package/lib/chunk-NOADI6PO.mjs.map +0 -1
  295. package/lib/chunk-NWY33MFU.js +0 -13
  296. package/lib/chunk-NWY33MFU.js.map +0 -1
  297. package/lib/chunk-P3Y6IWFA.mjs +0 -70
  298. package/lib/chunk-P3Y6IWFA.mjs.map +0 -1
  299. package/lib/chunk-PDVXBE27.js +0 -27
  300. package/lib/chunk-PDVXBE27.js.map +0 -1
  301. package/lib/chunk-QJOXKH7A.mjs +0 -26
  302. package/lib/chunk-QJOXKH7A.mjs.map +0 -1
  303. package/lib/chunk-QYLH5ZAC.mjs.map +0 -1
  304. package/lib/chunk-VPFIIM2X.js.map +0 -1
  305. package/lib/chunk-YXHH5BF6.js +0 -28
  306. package/lib/chunk-YXHH5BF6.js.map +0 -1
  307. package/lib/core.d.mts +0 -1
  308. package/lib/core.d.ts +0 -1
  309. package/lib/core.js +0 -10
  310. package/lib/core.js.map +0 -1
  311. package/lib/core.mjs +0 -10
  312. package/lib/parseSchema.js +0 -9
  313. package/lib/parseSchema.js.map +0 -1
  314. package/lib/parseSchema.mjs +0 -9
  315. /package/lib/asserts/{common → mix}/equalTo.mjs.map +0 -0
  316. /package/lib/asserts/{common → mix}/index.mjs.map +0 -0
  317. /package/lib/{core.mjs.map → asserts/mix/oneOfValues.mjs.map} +0 -0
  318. /package/lib/{parseSchema.mjs.map → commonTypes.mjs.map} +0 -0
@@ -1,16 +1,21 @@
1
- import { R as RequiredValidation } from '../../CommonSchema-BIe85W_A.mjs';
1
+ import { RequiredValidation } from '../../commonTypes.mjs';
2
2
 
3
3
  /**
4
- * Asserts that a number value is positive (greater than zero).
5
- *
6
- * @returns {RequiredValidation} - A validation function that takes a received number and a path to the error message. Throws an error if the received value is not positive.
7
- *
4
+ * @description Asserts that a number value is positive (greater than zero).
5
+ * @returns {RequiredValidation} A validation function that takes a received number and an exception context.
6
+ * @throws {ValidationError} if the received value is not positive.
8
7
  * @example
9
8
  * const schema = number().custom(positive());
10
- * parseSchema(schema, 10); // Valid
11
- * parseSchema(schema, 0); // Throws an error: 'The received value is not a positive number'
12
- * parseSchema(schema, -5); // Throws an error: 'The received value is not a positive number'
9
+ * parseOrFail(schema, 10); // Valid
10
+ * parseOrFail(schema, 0); // Throws an error: 'The received value is not a positive number'
11
+ * parseOrFail(schema, -5); // Throws an error: 'The received value is not a positive number'
12
+ *
13
+ * @translation Error Translation Key = 'n:positive'
13
14
  */
14
- declare const positive: () => RequiredValidation;
15
+ declare const positive: {
16
+ (): RequiredValidation;
17
+ key: string;
18
+ message: string;
19
+ };
15
20
 
16
21
  export { positive };
@@ -1,16 +1,21 @@
1
- import { R as RequiredValidation } from '../../CommonSchema-BIe85W_A.js';
1
+ import { RequiredValidation } from '../../commonTypes.js';
2
2
 
3
3
  /**
4
- * Asserts that a number value is positive (greater than zero).
5
- *
6
- * @returns {RequiredValidation} - A validation function that takes a received number and a path to the error message. Throws an error if the received value is not positive.
7
- *
4
+ * @description Asserts that a number value is positive (greater than zero).
5
+ * @returns {RequiredValidation} A validation function that takes a received number and an exception context.
6
+ * @throws {ValidationError} if the received value is not positive.
8
7
  * @example
9
8
  * const schema = number().custom(positive());
10
- * parseSchema(schema, 10); // Valid
11
- * parseSchema(schema, 0); // Throws an error: 'The received value is not a positive number'
12
- * parseSchema(schema, -5); // Throws an error: 'The received value is not a positive number'
9
+ * parseOrFail(schema, 10); // Valid
10
+ * parseOrFail(schema, 0); // Throws an error: 'The received value is not a positive number'
11
+ * parseOrFail(schema, -5); // Throws an error: 'The received value is not a positive number'
12
+ *
13
+ * @translation Error Translation Key = 'n:positive'
13
14
  */
14
- declare const positive: () => RequiredValidation;
15
+ declare const positive: {
16
+ (): RequiredValidation;
17
+ key: string;
18
+ message: string;
19
+ };
15
20
 
16
21
  export { positive };
@@ -1,11 +1,19 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunk2AP4OQMTjs = require('../../chunk-2AP4OQMT.js');
3
+ var _chunk5BVJ6YMHjs = require('../../chunk-5BVJ6YMH.js');
4
+
5
+
6
+ var _chunkWK4O3HH4js = require('../../chunk-WK4O3HH4.js');
4
7
 
5
8
  // src/asserts/number/positive.ts
6
- var positive = () => (received, pathToError) => {
7
- if (received <= 0) _chunk2AP4OQMTjs.throwException.call(void 0, "positive", received, pathToError, "The received value is not a positive number");
9
+ var positiveErrorMessage = "The received value is not a positive number";
10
+ var positiveErrorKey = "n:positive";
11
+ var positive = () => (received, ctx) => {
12
+ if (received <= 0) _chunkWK4O3HH4js.guardException.call(void 0, "positive", received, ctx, positiveErrorMessage);
8
13
  };
14
+ positive.key = positiveErrorKey;
15
+ positive.message = positiveErrorMessage;
16
+ _chunk5BVJ6YMHjs.setToDefaultLocale.call(void 0, positive);
9
17
 
10
18
 
11
19
  exports.positive = positive;
@@ -1 +1 @@
1
- {"version":3,"sources":["/home/runner/work/bguard/bguard/lib/asserts/number/positive.js","../../../src/asserts/number/positive.ts"],"names":[],"mappings":"AAAA;AACE;AACF,0DAAgC;AAChC;AACA;ACUO,IAAM,SAAA,EAAW,CAAA,EAAA,GAA0B,CAAC,QAAA,EAAkB,WAAA,EAAA,GAAwB;AAC3F,EAAA,GAAA,CAAI,SAAA,GAAY,CAAA,EAAG,6CAAA,UAAe,EAAY,QAAA,EAAU,WAAA,EAAa,6CAA6C,CAAA;AACpH,CAAA;ADRA;AACE;AACF,4BAAC","file":"/home/runner/work/bguard/bguard/lib/asserts/number/positive.js","sourcesContent":[null,"import { throwException } from '../../exceptions';\nimport type { RequiredValidation } from '../../schemas/CommonSchema';\n\n/**\n * Asserts that a number value is positive (greater than zero).\n *\n * @returns {RequiredValidation} - A validation function that takes a received number and a path to the error message. Throws an error if the received value is not positive.\n *\n * @example\n * const schema = number().custom(positive());\n * parseSchema(schema, 10); // Valid\n * parseSchema(schema, 0); // Throws an error: 'The received value is not a positive number'\n * parseSchema(schema, -5); // Throws an error: 'The received value is not a positive number'\n */\nexport const positive = (): RequiredValidation => (received: number, pathToError: string) => {\n if (received <= 0) throwException('positive', received, pathToError, 'The received value is not a positive number');\n};\n"]}
1
+ {"version":3,"sources":["/home/runner/work/bguard/bguard/lib/asserts/number/positive.js","../../../src/asserts/number/positive.ts"],"names":[],"mappings":"AAAA;AACE;AACF,0DAAgC;AAChC;AACE;AACF,0DAAgC;AAChC;AACA;ACHA,IAAM,qBAAA,EAAuB,6CAAA;AAC7B,IAAM,iBAAA,EAAmB,YAAA;AAclB,IAAM,SAAA,EAAW,CAAA,EAAA,GAA0B,CAAC,QAAA,EAAkB,GAAA,EAAA,GAA0B;AAC7F,EAAA,GAAA,CAAI,SAAA,GAAY,CAAA,EAAG,6CAAA,UAAe,EAAY,QAAA,EAAU,GAAA,EAAK,oBAAoB,CAAA;AACnF,CAAA;AAEA,QAAA,CAAS,IAAA,EAAM,gBAAA;AACf,QAAA,CAAS,QAAA,EAAU,oBAAA;AACnB,iDAAA,QAA2B,CAAA;ADT3B;AACE;AACF,4BAAC","file":"/home/runner/work/bguard/bguard/lib/asserts/number/positive.js","sourcesContent":[null,"import { setToDefaultLocale } from '../../translationMap';\nimport { guardException } from '../../exceptions';\nimport { ExceptionContext, RequiredValidation } from '../../commonTypes';\n\nconst positiveErrorMessage = 'The received value is not a positive number';\nconst positiveErrorKey = 'n:positive';\n\n/**\n * @description Asserts that a number value is positive (greater than zero).\n * @returns {RequiredValidation} A validation function that takes a received number and an exception context.\n * @throws {ValidationError} if the received value is not positive.\n * @example\n * const schema = number().custom(positive());\n * parseOrFail(schema, 10); // Valid\n * parseOrFail(schema, 0); // Throws an error: 'The received value is not a positive number'\n * parseOrFail(schema, -5); // Throws an error: 'The received value is not a positive number'\n *\n * @translation Error Translation Key = 'n:positive'\n */\nexport const positive = (): RequiredValidation => (received: number, ctx: ExceptionContext) => {\n if (received <= 0) guardException('positive', received, ctx, positiveErrorMessage);\n};\n\npositive.key = positiveErrorKey;\npositive.message = positiveErrorMessage;\nsetToDefaultLocale(positive);\n"]}
@@ -1,11 +1,19 @@
1
1
  import {
2
- throwException
3
- } from "../../chunk-QJOXKH7A.mjs";
2
+ setToDefaultLocale
3
+ } from "../../chunk-3HTYHE2X.mjs";
4
+ import {
5
+ guardException
6
+ } from "../../chunk-7XFLH6R2.mjs";
4
7
 
5
8
  // src/asserts/number/positive.ts
6
- var positive = () => (received, pathToError) => {
7
- if (received <= 0) throwException("positive", received, pathToError, "The received value is not a positive number");
9
+ var positiveErrorMessage = "The received value is not a positive number";
10
+ var positiveErrorKey = "n:positive";
11
+ var positive = () => (received, ctx) => {
12
+ if (received <= 0) guardException("positive", received, ctx, positiveErrorMessage);
8
13
  };
14
+ positive.key = positiveErrorKey;
15
+ positive.message = positiveErrorMessage;
16
+ setToDefaultLocale(positive);
9
17
  export {
10
18
  positive
11
19
  };
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/asserts/number/positive.ts"],"sourcesContent":["import { throwException } from '../../exceptions';\nimport type { RequiredValidation } from '../../schemas/CommonSchema';\n\n/**\n * Asserts that a number value is positive (greater than zero).\n *\n * @returns {RequiredValidation} - A validation function that takes a received number and a path to the error message. Throws an error if the received value is not positive.\n *\n * @example\n * const schema = number().custom(positive());\n * parseSchema(schema, 10); // Valid\n * parseSchema(schema, 0); // Throws an error: 'The received value is not a positive number'\n * parseSchema(schema, -5); // Throws an error: 'The received value is not a positive number'\n */\nexport const positive = (): RequiredValidation => (received: number, pathToError: string) => {\n if (received <= 0) throwException('positive', received, pathToError, 'The received value is not a positive number');\n};\n"],"mappings":";;;;;AAcO,IAAM,WAAW,MAA0B,CAAC,UAAkB,gBAAwB;AAC3F,MAAI,YAAY,EAAG,gBAAe,YAAY,UAAU,aAAa,6CAA6C;AACpH;","names":[]}
1
+ {"version":3,"sources":["../../../src/asserts/number/positive.ts"],"sourcesContent":["import { setToDefaultLocale } from '../../translationMap';\nimport { guardException } from '../../exceptions';\nimport { ExceptionContext, RequiredValidation } from '../../commonTypes';\n\nconst positiveErrorMessage = 'The received value is not a positive number';\nconst positiveErrorKey = 'n:positive';\n\n/**\n * @description Asserts that a number value is positive (greater than zero).\n * @returns {RequiredValidation} A validation function that takes a received number and an exception context.\n * @throws {ValidationError} if the received value is not positive.\n * @example\n * const schema = number().custom(positive());\n * parseOrFail(schema, 10); // Valid\n * parseOrFail(schema, 0); // Throws an error: 'The received value is not a positive number'\n * parseOrFail(schema, -5); // Throws an error: 'The received value is not a positive number'\n *\n * @translation Error Translation Key = 'n:positive'\n */\nexport const positive = (): RequiredValidation => (received: number, ctx: ExceptionContext) => {\n if (received <= 0) guardException('positive', received, ctx, positiveErrorMessage);\n};\n\npositive.key = positiveErrorKey;\npositive.message = positiveErrorMessage;\nsetToDefaultLocale(positive);\n"],"mappings":";;;;;;;;AAIA,IAAM,uBAAuB;AAC7B,IAAM,mBAAmB;AAclB,IAAM,WAAW,MAA0B,CAAC,UAAkB,QAA0B;AAC7F,MAAI,YAAY,EAAG,gBAAe,YAAY,UAAU,KAAK,oBAAoB;AACnF;AAEA,SAAS,MAAM;AACf,SAAS,UAAU;AACnB,mBAAmB,QAAQ;","names":[]}
@@ -1,5 +1,6 @@
1
- import { O as ObjectShapeSchemaType } from '../../CommonSchema-BIe85W_A.mjs';
1
+ import { O as ObjectShapeSchemaType } from '../../CommonSchema-CjsYE4dC.mjs';
2
2
  import { WithObject } from '../../schemas/ObjectSchema.mjs';
3
+ import '../../commonTypes.mjs';
3
4
 
4
5
  /**
5
6
  * Creates a new schema for validating objects where each property must match the specified schema.
@@ -13,8 +14,8 @@ import { WithObject } from '../../schemas/ObjectSchema.mjs';
13
14
  * name: string(),
14
15
  * age: number()
15
16
  * });
16
- * parseSchema(schema, { name: 'John', age: 30 }); // Validates successfully
17
- * parseSchema(schema, { name: 'John', age: '30' }); // Throws a validation error
17
+ * parseOrFail(schema, { name: 'John', age: 30 }); // Validates successfully
18
+ * parseOrFail(schema, { name: 'John', age: '30' }); // Throws a validation error
18
19
  */
19
20
  declare function object<T extends ObjectShapeSchemaType>(shapeSchema: T): WithObject<T>;
20
21
 
@@ -1,5 +1,6 @@
1
- import { O as ObjectShapeSchemaType } from '../../CommonSchema-BIe85W_A.js';
1
+ import { O as ObjectShapeSchemaType } from '../../CommonSchema-BbGNki0L.js';
2
2
  import { WithObject } from '../../schemas/ObjectSchema.js';
3
+ import '../../commonTypes.js';
3
4
 
4
5
  /**
5
6
  * Creates a new schema for validating objects where each property must match the specified schema.
@@ -13,8 +14,8 @@ import { WithObject } from '../../schemas/ObjectSchema.js';
13
14
  * name: string(),
14
15
  * age: number()
15
16
  * });
16
- * parseSchema(schema, { name: 'John', age: 30 }); // Validates successfully
17
- * parseSchema(schema, { name: 'John', age: '30' }); // Throws a validation error
17
+ * parseOrFail(schema, { name: 'John', age: 30 }); // Validates successfully
18
+ * parseOrFail(schema, { name: 'John', age: '30' }); // Throws a validation error
18
19
  */
19
20
  declare function object<T extends ObjectShapeSchemaType>(shapeSchema: T): WithObject<T>;
20
21
 
@@ -1,11 +1,11 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkK2S3FS5Kjs = require('../../chunk-K2S3FS5K.js');
4
- require('../../chunk-IQ3QYABE.js');
5
- require('../../chunk-APTTIN2L.js');
6
- require('../../chunk-5NCJN6D2.js');
7
- require('../../chunk-2AP4OQMT.js');
3
+ var _chunkVHEA4JZ5js = require('../../chunk-VHEA4JZ5.js');
4
+ require('../../chunk-6TH3DBDK.js');
5
+ require('../../chunk-EGEHSELT.js');
6
+ require('../../chunk-IRG4OQAB.js');
7
+ require('../../chunk-WK4O3HH4.js');
8
8
 
9
9
 
10
- exports.object = _chunkK2S3FS5Kjs.object;
10
+ exports.object = _chunkVHEA4JZ5js.object;
11
11
  //# sourceMappingURL=index.js.map
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  object
3
- } from "../../chunk-32IQXZRK.mjs";
4
- import "../../chunk-QYLH5ZAC.mjs";
5
- import "../../chunk-L7HUXYFV.mjs";
6
- import "../../chunk-P3Y6IWFA.mjs";
7
- import "../../chunk-QJOXKH7A.mjs";
3
+ } from "../../chunk-2PM3K3OE.mjs";
4
+ import "../../chunk-TCQY2R3U.mjs";
5
+ import "../../chunk-DPBE7TAQ.mjs";
6
+ import "../../chunk-PH2PMUZP.mjs";
7
+ import "../../chunk-7XFLH6R2.mjs";
8
8
  export {
9
9
  object
10
10
  };
@@ -1,16 +1,20 @@
1
- import { R as RequiredValidation } from '../../CommonSchema-BIe85W_A.mjs';
1
+ import { RequiredValidation } from '../../commonTypes.mjs';
2
2
 
3
3
  /**
4
- * Asserts that a string value matches the email pattern.
5
- * The pattern is defined as /^[^@]+@[^@]+\.[^@]+$/, which checks for a basic email format.
6
- *
7
- * @returns {RequiredValidation} - A validation function that takes a received string and a path to the error message. Throws an error if the received value does not match the email pattern.
8
- *
4
+ * @description Asserts that a string value matches the email pattern. The pattern checks for a basic email format.
5
+ * @returns {RequiredValidation} A validation function that takes a received string and an exception context.
6
+ * @throws {ValidationError} if the received value does not match the email pattern.
9
7
  * @example
10
8
  * const schema = string().custom(email());
11
- * parseSchema(schema, 'example@example.com'); // Valid
12
- * parseSchema(schema, 'invalid-email'); // Throws an error: 'The received value does not match the required email pattern'
9
+ * parseOrFail(schema, 'example@example.com'); // Valid
10
+ * parseOrFail(schema, 'invalid-email'); // Throws an error: 'The received value does not match the required email pattern'
11
+ *
12
+ * @translation - Error Translation Key = 's:email'
13
13
  */
14
- declare const email: () => RequiredValidation;
14
+ declare const email: {
15
+ (): RequiredValidation;
16
+ key: string;
17
+ message: string;
18
+ };
15
19
 
16
20
  export { email };
@@ -1,16 +1,20 @@
1
- import { R as RequiredValidation } from '../../CommonSchema-BIe85W_A.js';
1
+ import { RequiredValidation } from '../../commonTypes.js';
2
2
 
3
3
  /**
4
- * Asserts that a string value matches the email pattern.
5
- * The pattern is defined as /^[^@]+@[^@]+\.[^@]+$/, which checks for a basic email format.
6
- *
7
- * @returns {RequiredValidation} - A validation function that takes a received string and a path to the error message. Throws an error if the received value does not match the email pattern.
8
- *
4
+ * @description Asserts that a string value matches the email pattern. The pattern checks for a basic email format.
5
+ * @returns {RequiredValidation} A validation function that takes a received string and an exception context.
6
+ * @throws {ValidationError} if the received value does not match the email pattern.
9
7
  * @example
10
8
  * const schema = string().custom(email());
11
- * parseSchema(schema, 'example@example.com'); // Valid
12
- * parseSchema(schema, 'invalid-email'); // Throws an error: 'The received value does not match the required email pattern'
9
+ * parseOrFail(schema, 'example@example.com'); // Valid
10
+ * parseOrFail(schema, 'invalid-email'); // Throws an error: 'The received value does not match the required email pattern'
11
+ *
12
+ * @translation - Error Translation Key = 's:email'
13
13
  */
14
- declare const email: () => RequiredValidation;
14
+ declare const email: {
15
+ (): RequiredValidation;
16
+ key: string;
17
+ message: string;
18
+ };
15
19
 
16
20
  export { email };
@@ -1,13 +1,20 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunk2AP4OQMTjs = require('../../chunk-2AP4OQMT.js');
3
+ var _chunk5BVJ6YMHjs = require('../../chunk-5BVJ6YMH.js');
4
+
5
+
6
+ var _chunkWK4O3HH4js = require('../../chunk-WK4O3HH4.js');
4
7
 
5
8
  // src/asserts/string/email.ts
6
9
  var emailRegExp = /^[^@]+@[^@]+\.[^@]+$/;
7
- var email = () => (received, pathToError) => {
8
- if (!emailRegExp.test(received))
9
- _chunk2AP4OQMTjs.throwException.call(void 0, emailRegExp, received, pathToError, "The received value does not match the required email pattern");
10
+ var emailErrorMessage = "The received value does not match the required email pattern";
11
+ var emailErrorKey = "s:email";
12
+ var email = () => (received, ctx) => {
13
+ if (!emailRegExp.test(received)) _chunkWK4O3HH4js.guardException.call(void 0, emailRegExp, received, ctx, emailErrorMessage);
10
14
  };
15
+ email.key = emailErrorKey;
16
+ email.message = emailErrorMessage;
17
+ _chunk5BVJ6YMHjs.setToDefaultLocale.call(void 0, email);
11
18
 
12
19
 
13
20
  exports.email = email;
@@ -1 +1 @@
1
- {"version":3,"sources":["/home/runner/work/bguard/bguard/lib/asserts/string/email.js","../../../src/asserts/string/email.ts"],"names":[],"mappings":"AAAA;AACE;AACF,0DAAgC;AAChC;AACA;ACDA,IAAM,YAAA,EAAc,sBAAA;AAab,IAAM,MAAA,EAAQ,CAAA,EAAA,GAA0B,CAAC,QAAA,EAAkB,WAAA,EAAA,GAAwB;AACxF,EAAA,GAAA,CAAI,CAAC,WAAA,CAAY,IAAA,CAAK,QAAQ,CAAA;AAC5B,IAAA,6CAAA,WAAe,EAAa,QAAA,EAAU,WAAA,EAAa,8DAA8D,CAAA;AACrH,CAAA;ADTA;AACE;AACF,sBAAC","file":"/home/runner/work/bguard/bguard/lib/asserts/string/email.js","sourcesContent":[null,"import { throwException } from '../../exceptions';\nimport type { RequiredValidation } from '../../schemas/CommonSchema';\n\nconst emailRegExp = /^[^@]+@[^@]+\\.[^@]+$/;\n\n/**\n * Asserts that a string value matches the email pattern.\n * The pattern is defined as /^[^@]+@[^@]+\\.[^@]+$/, which checks for a basic email format.\n *\n * @returns {RequiredValidation} - A validation function that takes a received string and a path to the error message. Throws an error if the received value does not match the email pattern.\n *\n * @example\n * const schema = string().custom(email());\n * parseSchema(schema, 'example@example.com'); // Valid\n * parseSchema(schema, 'invalid-email'); // Throws an error: 'The received value does not match the required email pattern'\n */\nexport const email = (): RequiredValidation => (received: string, pathToError: string) => {\n if (!emailRegExp.test(received))\n throwException(emailRegExp, received, pathToError, 'The received value does not match the required email pattern');\n};\n"]}
1
+ {"version":3,"sources":["/home/runner/work/bguard/bguard/lib/asserts/string/email.js","../../../src/asserts/string/email.ts"],"names":[],"mappings":"AAAA;AACE;AACF,0DAAgC;AAChC;AACE;AACF,0DAAgC;AAChC;AACA;ACHA,IAAM,YAAA,EAAc,sBAAA;AACpB,IAAM,kBAAA,EAAoB,8DAAA;AAC1B,IAAM,cAAA,EAAgB,SAAA;AAaf,IAAM,MAAA,EAAQ,CAAA,EAAA,GAA0B,CAAC,QAAA,EAAkB,GAAA,EAAA,GAA0B;AAC1F,EAAA,GAAA,CAAI,CAAC,WAAA,CAAY,IAAA,CAAK,QAAQ,CAAA,EAAG,6CAAA,WAAe,EAAa,QAAA,EAAU,GAAA,EAAK,iBAAiB,CAAA;AAC/F,CAAA;AAEA,KAAA,CAAM,IAAA,EAAM,aAAA;AACZ,KAAA,CAAM,QAAA,EAAU,iBAAA;AAChB,iDAAA,KAAwB,CAAA;ADRxB;AACE;AACF,sBAAC","file":"/home/runner/work/bguard/bguard/lib/asserts/string/email.js","sourcesContent":[null,"import { ExceptionContext, RequiredValidation } from '../../commonTypes';\nimport { guardException } from '../../exceptions';\nimport { setToDefaultLocale } from '../../translationMap';\n\nconst emailRegExp = /^[^@]+@[^@]+\\.[^@]+$/;\nconst emailErrorMessage = 'The received value does not match the required email pattern';\nconst emailErrorKey = 's:email';\n\n/**\n * @description Asserts that a string value matches the email pattern. The pattern checks for a basic email format.\n * @returns {RequiredValidation} A validation function that takes a received string and an exception context.\n * @throws {ValidationError} if the received value does not match the email pattern.\n * @example\n * const schema = string().custom(email());\n * parseOrFail(schema, 'example@example.com'); // Valid\n * parseOrFail(schema, 'invalid-email'); // Throws an error: 'The received value does not match the required email pattern'\n *\n * @translation - Error Translation Key = 's:email'\n */\nexport const email = (): RequiredValidation => (received: string, ctx: ExceptionContext) => {\n if (!emailRegExp.test(received)) guardException(emailRegExp, received, ctx, emailErrorMessage);\n};\n\nemail.key = emailErrorKey;\nemail.message = emailErrorMessage;\nsetToDefaultLocale(email);\n"]}
@@ -1,13 +1,20 @@
1
1
  import {
2
- throwException
3
- } from "../../chunk-QJOXKH7A.mjs";
2
+ setToDefaultLocale
3
+ } from "../../chunk-3HTYHE2X.mjs";
4
+ import {
5
+ guardException
6
+ } from "../../chunk-7XFLH6R2.mjs";
4
7
 
5
8
  // src/asserts/string/email.ts
6
9
  var emailRegExp = /^[^@]+@[^@]+\.[^@]+$/;
7
- var email = () => (received, pathToError) => {
8
- if (!emailRegExp.test(received))
9
- throwException(emailRegExp, received, pathToError, "The received value does not match the required email pattern");
10
+ var emailErrorMessage = "The received value does not match the required email pattern";
11
+ var emailErrorKey = "s:email";
12
+ var email = () => (received, ctx) => {
13
+ if (!emailRegExp.test(received)) guardException(emailRegExp, received, ctx, emailErrorMessage);
10
14
  };
15
+ email.key = emailErrorKey;
16
+ email.message = emailErrorMessage;
17
+ setToDefaultLocale(email);
11
18
  export {
12
19
  email
13
20
  };
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/asserts/string/email.ts"],"sourcesContent":["import { throwException } from '../../exceptions';\nimport type { RequiredValidation } from '../../schemas/CommonSchema';\n\nconst emailRegExp = /^[^@]+@[^@]+\\.[^@]+$/;\n\n/**\n * Asserts that a string value matches the email pattern.\n * The pattern is defined as /^[^@]+@[^@]+\\.[^@]+$/, which checks for a basic email format.\n *\n * @returns {RequiredValidation} - A validation function that takes a received string and a path to the error message. Throws an error if the received value does not match the email pattern.\n *\n * @example\n * const schema = string().custom(email());\n * parseSchema(schema, 'example@example.com'); // Valid\n * parseSchema(schema, 'invalid-email'); // Throws an error: 'The received value does not match the required email pattern'\n */\nexport const email = (): RequiredValidation => (received: string, pathToError: string) => {\n if (!emailRegExp.test(received))\n throwException(emailRegExp, received, pathToError, 'The received value does not match the required email pattern');\n};\n"],"mappings":";;;;;AAGA,IAAM,cAAc;AAab,IAAM,QAAQ,MAA0B,CAAC,UAAkB,gBAAwB;AACxF,MAAI,CAAC,YAAY,KAAK,QAAQ;AAC5B,mBAAe,aAAa,UAAU,aAAa,8DAA8D;AACrH;","names":[]}
1
+ {"version":3,"sources":["../../../src/asserts/string/email.ts"],"sourcesContent":["import { ExceptionContext, RequiredValidation } from '../../commonTypes';\nimport { guardException } from '../../exceptions';\nimport { setToDefaultLocale } from '../../translationMap';\n\nconst emailRegExp = /^[^@]+@[^@]+\\.[^@]+$/;\nconst emailErrorMessage = 'The received value does not match the required email pattern';\nconst emailErrorKey = 's:email';\n\n/**\n * @description Asserts that a string value matches the email pattern. The pattern checks for a basic email format.\n * @returns {RequiredValidation} A validation function that takes a received string and an exception context.\n * @throws {ValidationError} if the received value does not match the email pattern.\n * @example\n * const schema = string().custom(email());\n * parseOrFail(schema, 'example@example.com'); // Valid\n * parseOrFail(schema, 'invalid-email'); // Throws an error: 'The received value does not match the required email pattern'\n *\n * @translation - Error Translation Key = 's:email'\n */\nexport const email = (): RequiredValidation => (received: string, ctx: ExceptionContext) => {\n if (!emailRegExp.test(received)) guardException(emailRegExp, received, ctx, emailErrorMessage);\n};\n\nemail.key = emailErrorKey;\nemail.message = emailErrorMessage;\nsetToDefaultLocale(email);\n"],"mappings":";;;;;;;;AAIA,IAAM,cAAc;AACpB,IAAM,oBAAoB;AAC1B,IAAM,gBAAgB;AAaf,IAAM,QAAQ,MAA0B,CAAC,UAAkB,QAA0B;AAC1F,MAAI,CAAC,YAAY,KAAK,QAAQ,EAAG,gBAAe,aAAa,UAAU,KAAK,iBAAiB;AAC/F;AAEA,MAAM,MAAM;AACZ,MAAM,UAAU;AAChB,mBAAmB,KAAK;","names":[]}
@@ -1,5 +1,6 @@
1
1
  import { StringSchema } from '../../schemas/StringSchema.mjs';
2
- import '../../CommonSchema-BIe85W_A.mjs';
2
+ import '../../CommonSchema-CjsYE4dC.mjs';
3
+ import '../../commonTypes.mjs';
3
4
 
4
5
  /**
5
6
  * Creates a new schema for validating string values.
@@ -8,8 +9,8 @@ import '../../CommonSchema-BIe85W_A.mjs';
8
9
  *
9
10
  * @example
10
11
  * const schema = string();
11
- * parseSchema(schema, 'hello'); // Validates successfully
12
- * parseSchema(schema, 123); // Throws a validation error
12
+ * parseOrFail(schema, 'hello'); // Validates successfully
13
+ * parseOrFail(schema, 123); // Throws a validation error
13
14
  */
14
15
  declare function string(): StringSchema;
15
16
 
@@ -1,5 +1,6 @@
1
1
  import { StringSchema } from '../../schemas/StringSchema.js';
2
- import '../../CommonSchema-BIe85W_A.js';
2
+ import '../../CommonSchema-BbGNki0L.js';
3
+ import '../../commonTypes.js';
3
4
 
4
5
  /**
5
6
  * Creates a new schema for validating string values.
@@ -8,8 +9,8 @@ import '../../CommonSchema-BIe85W_A.js';
8
9
  *
9
10
  * @example
10
11
  * const schema = string();
11
- * parseSchema(schema, 'hello'); // Validates successfully
12
- * parseSchema(schema, 123); // Throws a validation error
12
+ * parseOrFail(schema, 'hello'); // Validates successfully
13
+ * parseOrFail(schema, 123); // Throws a validation error
13
14
  */
14
15
  declare function string(): StringSchema;
15
16
 
@@ -1,12 +1,15 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkPJP63SJTjs = require('../../chunk-PJP63SJT.js');
4
- require('../../chunk-PDVXBE27.js');
5
- require('../../chunk-AXOP6HPJ.js');
6
- require('../../chunk-APTTIN2L.js');
7
- require('../../chunk-5NCJN6D2.js');
8
- require('../../chunk-2AP4OQMT.js');
3
+ var _chunkRL4MSI7Rjs = require('../../chunk-RL4MSI7R.js');
4
+ require('../../chunk-F5MSBL33.js');
5
+ require('../../chunk-J4VKFJQK.js');
6
+ require('../../chunk-4CYIMDP2.js');
7
+ require('../../chunk-JSGZ7DKT.js');
8
+ require('../../chunk-EGEHSELT.js');
9
+ require('../../chunk-IRG4OQAB.js');
10
+ require('../../chunk-5BVJ6YMH.js');
11
+ require('../../chunk-WK4O3HH4.js');
9
12
 
10
13
 
11
- exports.string = _chunkPJP63SJTjs.string;
14
+ exports.string = _chunkRL4MSI7Rjs.string;
12
15
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["/home/runner/work/bguard/bguard/lib/asserts/string/index.js"],"names":[],"mappings":"AAAA;AACE;AACF,0DAAgC;AAChC,mCAAgC;AAChC,mCAAgC;AAChC,mCAAgC;AAChC,mCAAgC;AAChC,mCAAgC;AAChC;AACE;AACF,yCAAC","file":"/home/runner/work/bguard/bguard/lib/asserts/string/index.js"}
1
+ {"version":3,"sources":["/home/runner/work/bguard/bguard/lib/asserts/string/index.js"],"names":[],"mappings":"AAAA;AACE;AACF,0DAAgC;AAChC,mCAAgC;AAChC,mCAAgC;AAChC,mCAAgC;AAChC,mCAAgC;AAChC,mCAAgC;AAChC,mCAAgC;AAChC,mCAAgC;AAChC,mCAAgC;AAChC;AACE;AACF,yCAAC","file":"/home/runner/work/bguard/bguard/lib/asserts/string/index.js"}
@@ -1,11 +1,14 @@
1
1
  import {
2
2
  string
3
- } from "../../chunk-KCBOOOTF.mjs";
4
- import "../../chunk-LHTJHMKJ.mjs";
5
- import "../../chunk-FCFO5J5Y.mjs";
6
- import "../../chunk-L7HUXYFV.mjs";
7
- import "../../chunk-P3Y6IWFA.mjs";
8
- import "../../chunk-QJOXKH7A.mjs";
3
+ } from "../../chunk-NTC2XQ36.mjs";
4
+ import "../../chunk-FTLRX2XG.mjs";
5
+ import "../../chunk-NNFYXHLU.mjs";
6
+ import "../../chunk-3O4WCRC2.mjs";
7
+ import "../../chunk-RYVUYVEE.mjs";
8
+ import "../../chunk-DPBE7TAQ.mjs";
9
+ import "../../chunk-PH2PMUZP.mjs";
10
+ import "../../chunk-3HTYHE2X.mjs";
11
+ import "../../chunk-7XFLH6R2.mjs";
9
12
  export {
10
13
  string
11
14
  };
@@ -1,16 +1,21 @@
1
- import { R as RequiredValidation } from '../../CommonSchema-BIe85W_A.mjs';
1
+ import { RequiredValidation } from '../../commonTypes.mjs';
2
2
 
3
3
  /**
4
- * Asserts that the length of a string value is not greater than a specified maximum length.
5
- *
6
- * @param {number} expected - The maximum allowed length for the string.
7
- * @returns {RequiredValidation} - A validation function that takes a received string and a path to the error message. Throws an error if the length of the received value is greater than the expected length.
8
- *
4
+ * @description Asserts that the length of a string value is not greater than a specified maximum length.
5
+ * @param {number} expected The maximum allowed length for the string.
6
+ * @returns {RequiredValidation} A validation function that takes a received string and a path to the error message.
7
+ * @throws {ValidationError} if the length of the received value is greater than the expected length.
9
8
  * @example
10
9
  * const schema = string().custom(maxLength(10));
11
- * parseSchema(schema, 'short'); // Valid
12
- * parseSchema(schema, 'this is a very long string'); // Throws an error: 'The received value length is greater than expected'
10
+ * parseOrFail(schema, 'short'); // Valid
11
+ * parseOrFail(schema, 'this is a very long string'); // Throws an error: 'The received value length is greater than expected'
12
+ *
13
+ * @translation Error Translation Key = 's:maxLength'
13
14
  */
14
- declare const maxLength: (expected: number) => RequiredValidation;
15
+ declare const maxLength: {
16
+ (expected: number): RequiredValidation;
17
+ key: string;
18
+ message: string;
19
+ };
15
20
 
16
21
  export { maxLength };
@@ -1,16 +1,21 @@
1
- import { R as RequiredValidation } from '../../CommonSchema-BIe85W_A.js';
1
+ import { RequiredValidation } from '../../commonTypes.js';
2
2
 
3
3
  /**
4
- * Asserts that the length of a string value is not greater than a specified maximum length.
5
- *
6
- * @param {number} expected - The maximum allowed length for the string.
7
- * @returns {RequiredValidation} - A validation function that takes a received string and a path to the error message. Throws an error if the length of the received value is greater than the expected length.
8
- *
4
+ * @description Asserts that the length of a string value is not greater than a specified maximum length.
5
+ * @param {number} expected The maximum allowed length for the string.
6
+ * @returns {RequiredValidation} A validation function that takes a received string and a path to the error message.
7
+ * @throws {ValidationError} if the length of the received value is greater than the expected length.
9
8
  * @example
10
9
  * const schema = string().custom(maxLength(10));
11
- * parseSchema(schema, 'short'); // Valid
12
- * parseSchema(schema, 'this is a very long string'); // Throws an error: 'The received value length is greater than expected'
10
+ * parseOrFail(schema, 'short'); // Valid
11
+ * parseOrFail(schema, 'this is a very long string'); // Throws an error: 'The received value length is greater than expected'
12
+ *
13
+ * @translation Error Translation Key = 's:maxLength'
13
14
  */
14
- declare const maxLength: (expected: number) => RequiredValidation;
15
+ declare const maxLength: {
16
+ (expected: number): RequiredValidation;
17
+ key: string;
18
+ message: string;
19
+ };
15
20
 
16
21
  export { maxLength };
@@ -1,12 +1,19 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunk2AP4OQMTjs = require('../../chunk-2AP4OQMT.js');
3
+ var _chunk5BVJ6YMHjs = require('../../chunk-5BVJ6YMH.js');
4
+
5
+
6
+ var _chunkWK4O3HH4js = require('../../chunk-WK4O3HH4.js');
4
7
 
5
8
  // src/asserts/string/maxLength.ts
6
- var maxLength = (expected) => (received, pathToError) => {
7
- if (received.length > expected)
8
- _chunk2AP4OQMTjs.throwException.call(void 0, expected, received, pathToError, "The received value length is greater than expected");
9
+ var maxLengthErrorMessage = "The received value length is greater than expected";
10
+ var maxLengthErrorKey = "s:maxLength";
11
+ var maxLength = (expected) => (received, ctx) => {
12
+ if (received.length > expected) _chunkWK4O3HH4js.guardException.call(void 0, expected, received, ctx, maxLengthErrorMessage);
9
13
  };
14
+ maxLength.key = maxLengthErrorKey;
15
+ maxLength.message = maxLengthErrorMessage;
16
+ _chunk5BVJ6YMHjs.setToDefaultLocale.call(void 0, maxLength);
10
17
 
11
18
 
12
19
  exports.maxLength = maxLength;
@@ -1 +1 @@
1
- {"version":3,"sources":["/home/runner/work/bguard/bguard/lib/asserts/string/maxLength.js","../../../src/asserts/string/maxLength.ts"],"names":[],"mappings":"AAAA;AACE;AACF,0DAAgC;AAChC;AACA;ACUO,IAAM,UAAA,EACX,CAAC,QAAA,EAAA,GACD,CAAC,QAAA,EAAkB,WAAA,EAAA,GAAwB;AACzC,EAAA,GAAA,CAAI,QAAA,CAAS,OAAA,EAAS,QAAA;AACpB,IAAA,6CAAA,QAAe,EAAU,QAAA,EAAU,WAAA,EAAa,oDAAoD,CAAA;AACxG,CAAA;ADVF;AACE;AACF,8BAAC","file":"/home/runner/work/bguard/bguard/lib/asserts/string/maxLength.js","sourcesContent":[null,"import { throwException } from '../../exceptions';\nimport type { RequiredValidation } from '../../schemas/CommonSchema';\n\n/**\n * Asserts that the length of a string value is not greater than a specified maximum length.\n *\n * @param {number} expected - The maximum allowed length for the string.\n * @returns {RequiredValidation} - A validation function that takes a received string and a path to the error message. Throws an error if the length of the received value is greater than the expected length.\n *\n * @example\n * const schema = string().custom(maxLength(10));\n * parseSchema(schema, 'short'); // Valid\n * parseSchema(schema, 'this is a very long string'); // Throws an error: 'The received value length is greater than expected'\n */\nexport const maxLength =\n (expected: number): RequiredValidation =>\n (received: string, pathToError: string) => {\n if (received.length > expected)\n throwException(expected, received, pathToError, 'The received value length is greater than expected');\n };\n"]}
1
+ {"version":3,"sources":["/home/runner/work/bguard/bguard/lib/asserts/string/maxLength.js","../../../src/asserts/string/maxLength.ts"],"names":[],"mappings":"AAAA;AACE;AACF,0DAAgC;AAChC;AACE;AACF,0DAAgC;AAChC;AACA;ACHA,IAAM,sBAAA,EAAwB,oDAAA;AAC9B,IAAM,kBAAA,EAAoB,aAAA;AAcnB,IAAM,UAAA,EACX,CAAC,QAAA,EAAA,GACD,CAAC,QAAA,EAAkB,GAAA,EAAA,GAA0B;AAC3C,EAAA,GAAA,CAAI,QAAA,CAAS,OAAA,EAAS,QAAA,EAAU,6CAAA,QAAe,EAAU,QAAA,EAAU,GAAA,EAAK,qBAAqB,CAAA;AAC/F,CAAA;AAEF,SAAA,CAAU,IAAA,EAAM,iBAAA;AAChB,SAAA,CAAU,QAAA,EAAU,qBAAA;AACpB,iDAAA,SAA4B,CAAA;ADX5B;AACE;AACF,8BAAC","file":"/home/runner/work/bguard/bguard/lib/asserts/string/maxLength.js","sourcesContent":[null,"import { guardException } from '../../exceptions';\nimport { ExceptionContext, RequiredValidation } from '../../commonTypes';\nimport { setToDefaultLocale } from '../../translationMap';\n\nconst maxLengthErrorMessage = 'The received value length is greater than expected';\nconst maxLengthErrorKey = 's:maxLength';\n\n/**\n * @description Asserts that the length of a string value is not greater than a specified maximum length.\n * @param {number} expected The maximum allowed length for the string.\n * @returns {RequiredValidation} A validation function that takes a received string and a path to the error message.\n * @throws {ValidationError} if the length of the received value is greater than the expected length.\n * @example\n * const schema = string().custom(maxLength(10));\n * parseOrFail(schema, 'short'); // Valid\n * parseOrFail(schema, 'this is a very long string'); // Throws an error: 'The received value length is greater than expected'\n *\n * @translation Error Translation Key = 's:maxLength'\n */\nexport const maxLength =\n (expected: number): RequiredValidation =>\n (received: string, ctx: ExceptionContext) => {\n if (received.length > expected) guardException(expected, received, ctx, maxLengthErrorMessage);\n };\n\nmaxLength.key = maxLengthErrorKey;\nmaxLength.message = maxLengthErrorMessage;\nsetToDefaultLocale(maxLength);\n"]}
@@ -1,12 +1,19 @@
1
1
  import {
2
- throwException
3
- } from "../../chunk-QJOXKH7A.mjs";
2
+ setToDefaultLocale
3
+ } from "../../chunk-3HTYHE2X.mjs";
4
+ import {
5
+ guardException
6
+ } from "../../chunk-7XFLH6R2.mjs";
4
7
 
5
8
  // src/asserts/string/maxLength.ts
6
- var maxLength = (expected) => (received, pathToError) => {
7
- if (received.length > expected)
8
- throwException(expected, received, pathToError, "The received value length is greater than expected");
9
+ var maxLengthErrorMessage = "The received value length is greater than expected";
10
+ var maxLengthErrorKey = "s:maxLength";
11
+ var maxLength = (expected) => (received, ctx) => {
12
+ if (received.length > expected) guardException(expected, received, ctx, maxLengthErrorMessage);
9
13
  };
14
+ maxLength.key = maxLengthErrorKey;
15
+ maxLength.message = maxLengthErrorMessage;
16
+ setToDefaultLocale(maxLength);
10
17
  export {
11
18
  maxLength
12
19
  };
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/asserts/string/maxLength.ts"],"sourcesContent":["import { throwException } from '../../exceptions';\nimport type { RequiredValidation } from '../../schemas/CommonSchema';\n\n/**\n * Asserts that the length of a string value is not greater than a specified maximum length.\n *\n * @param {number} expected - The maximum allowed length for the string.\n * @returns {RequiredValidation} - A validation function that takes a received string and a path to the error message. Throws an error if the length of the received value is greater than the expected length.\n *\n * @example\n * const schema = string().custom(maxLength(10));\n * parseSchema(schema, 'short'); // Valid\n * parseSchema(schema, 'this is a very long string'); // Throws an error: 'The received value length is greater than expected'\n */\nexport const maxLength =\n (expected: number): RequiredValidation =>\n (received: string, pathToError: string) => {\n if (received.length > expected)\n throwException(expected, received, pathToError, 'The received value length is greater than expected');\n };\n"],"mappings":";;;;;AAcO,IAAM,YACX,CAAC,aACD,CAAC,UAAkB,gBAAwB;AACzC,MAAI,SAAS,SAAS;AACpB,mBAAe,UAAU,UAAU,aAAa,oDAAoD;AACxG;","names":[]}
1
+ {"version":3,"sources":["../../../src/asserts/string/maxLength.ts"],"sourcesContent":["import { guardException } from '../../exceptions';\nimport { ExceptionContext, RequiredValidation } from '../../commonTypes';\nimport { setToDefaultLocale } from '../../translationMap';\n\nconst maxLengthErrorMessage = 'The received value length is greater than expected';\nconst maxLengthErrorKey = 's:maxLength';\n\n/**\n * @description Asserts that the length of a string value is not greater than a specified maximum length.\n * @param {number} expected The maximum allowed length for the string.\n * @returns {RequiredValidation} A validation function that takes a received string and a path to the error message.\n * @throws {ValidationError} if the length of the received value is greater than the expected length.\n * @example\n * const schema = string().custom(maxLength(10));\n * parseOrFail(schema, 'short'); // Valid\n * parseOrFail(schema, 'this is a very long string'); // Throws an error: 'The received value length is greater than expected'\n *\n * @translation Error Translation Key = 's:maxLength'\n */\nexport const maxLength =\n (expected: number): RequiredValidation =>\n (received: string, ctx: ExceptionContext) => {\n if (received.length > expected) guardException(expected, received, ctx, maxLengthErrorMessage);\n };\n\nmaxLength.key = maxLengthErrorKey;\nmaxLength.message = maxLengthErrorMessage;\nsetToDefaultLocale(maxLength);\n"],"mappings":";;;;;;;;AAIA,IAAM,wBAAwB;AAC9B,IAAM,oBAAoB;AAcnB,IAAM,YACX,CAAC,aACD,CAAC,UAAkB,QAA0B;AAC3C,MAAI,SAAS,SAAS,SAAU,gBAAe,UAAU,UAAU,KAAK,qBAAqB;AAC/F;AAEF,UAAU,MAAM;AAChB,UAAU,UAAU;AACpB,mBAAmB,SAAS;","names":[]}