@brewww/authentication-service
Version:
Authenticator service for Brew projects.
11 lines • 678 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.OtpSmsCreatedEvent = void 0;
const openapi = require("@nestjs/swagger");
class OtpSmsCreatedEvent {
static _OPENAPI_METADATA_FACTORY() {
return { phoneNumber: { required: true, type: () => String }, otpValue: { 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.OtpSmsCreatedEvent = OtpSmsCreatedEvent;
//# sourceMappingURL=otp-phone-created-event.dto.js.map