@cofondateurauchomage/libs 1.0.29 → 1.0.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/db.model.d.ts +1 -1
- package/lib/utils/regex.d.ts +0 -4
- package/lib/utils/regex.js +0 -4
- package/package.json +1 -1
package/lib/db.model.d.ts
CHANGED
package/lib/utils/regex.d.ts
CHANGED
package/lib/utils/regex.js
CHANGED
|
@@ -28,8 +28,4 @@ exports.RGX = {
|
|
|
28
28
|
pattern: `(?=.*[0-9])(?=.*[A-z])([^\\s]){8,24}`,
|
|
29
29
|
message: "Votre mot de passe doit contenir entre 8 et 24 caractères dont 1 chiffre et 1 lettre.",
|
|
30
30
|
},
|
|
31
|
-
Text: {
|
|
32
|
-
regex: /^(?=(.*[A-Za-z]){10}).{10,300}$/,
|
|
33
|
-
message: "Le texte doit contenir au moins 10 lettres et ne pas excéder 300 caractères.",
|
|
34
|
-
},
|
|
35
31
|
};
|