UNPKG

@bitwild/rockets-auth

Version:

Rockets Auth - Complete authentication and authorization solution for NestJS with JWT, OAuth, OTP, role-based access control, and more

9 lines 625 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RocketsAuthRoleUpdateDto = void 0; const swagger_1 = require("@nestjs/swagger"); const rockets_auth_role_dto_1 = require("./rockets-auth-role.dto"); class RocketsAuthRoleUpdateDto extends (0, swagger_1.IntersectionType)((0, swagger_1.PickType)(rockets_auth_role_dto_1.RocketsAuthRoleDto, ['id']), (0, swagger_1.PartialType)((0, swagger_1.PickType)(rockets_auth_role_dto_1.RocketsAuthRoleDto, ['name', 'description']))) { } exports.RocketsAuthRoleUpdateDto = RocketsAuthRoleUpdateDto; //# sourceMappingURL=rockets-auth-role-update.dto.js.map