1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-10 11:24:35 +00:00

chore: update swagger.yaml

This commit is contained in:
2022-06-28 09:23:53 +05:00
parent 66a3537271
commit 70f279a49c
2 changed files with 748 additions and 739 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,5 @@
import Joi from 'joi'
import { RunTimeType } from '.'
import { PermissionSetting, PrincipalType } from '../controllers'
import { PermissionSetting, PrincipalType } from '../controllers/permission'
const usernameSchema = Joi.string().lowercase().alphanum().min(3).max(16)
const passwordSchema = Joi.string().min(6).max(1024)