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:
File diff suppressed because it is too large
Load Diff
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user