feat: add manager guide and contextual help
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
import { ApiProperty } from '@nestjs/swagger';
|
||||
import { IsNotEmpty, IsOptional, MinLength, Validate } from 'class-validator';
|
||||
import { IsBoolean, IsNotEmpty, IsOptional, MinLength } from 'class-validator';
|
||||
import { IsExist } from '../../utils/validators/is-exists.validator';
|
||||
|
||||
export class AuthUpdateDto {
|
||||
@ApiProperty({ default: true })
|
||||
@IsOptional()
|
||||
@IsBoolean()
|
||||
helpTextsEnabled?: boolean;
|
||||
|
||||
@ApiProperty({ example: 'John' })
|
||||
@IsOptional()
|
||||
|
||||
Reference in New Issue
Block a user