Update scripts

This commit is contained in:
freearhey 2025-03-26 06:22:33 +03:00
parent adc7c71c0d
commit 43ed983480
4 changed files with 3 additions and 48 deletions

View file

@ -32,10 +32,5 @@ export default {
),
video_format: Joi.string()
.regex(/^\d+(i|p)$/)
.allow(null),
launched: Joi.date().format('YYYY-MM-DD').raw().allow(null),
closed: Joi.date().format('YYYY-MM-DD').raw().allow(null).greater(Joi.ref('launched')),
replaced_by: Joi.string()
.regex(/^[A-Za-z0-9]+\.[a-z]{2}($|@[A-Za-z0-9]+$)/)
.allow(null)
}