@brewww/authentication-service
Version:
Authenticator service for Brew projects.
11 lines • 687 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.OtpEmailCreatedEvent = void 0;
const openapi = require("@nestjs/swagger");
class OtpEmailCreatedEvent {
static _OPENAPI_METADATA_FACTORY() {
return { otpValue: { required: true, type: () => String }, emailAddress: { required: true, type: () => String }, authenticationAction: { required: true, enum: require("../../enum/authentication-action.enum").AuthenticationAction }, locale: { required: false, type: () => String }, appData: { required: false, type: () => Object } };
}
}
exports.OtpEmailCreatedEvent = OtpEmailCreatedEvent;
//# sourceMappingURL=otp-email-created-event.dto.js.map