UNPKG

@hz-9/a5-authn

Version:

Authentication module for the @hz-9/a5-* series of repositories.

13 lines 679 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.A5AuthnPhoneVerifyReqDto = exports.A5AuthnPhoneVerifyReqDtoSchema = void 0; /* eslint-disable @rushstack/typedef-var */ const a5_crud_zod_1 = require("@hz-9/a5-crud-zod"); exports.A5AuthnPhoneVerifyReqDtoSchema = a5_crud_zod_1.z.object({ phone: a5_crud_zod_1.z.string().describe('Phone Number'), code: a5_crud_zod_1.z.string().describe('Verification Code'), }); class A5AuthnPhoneVerifyReqDto extends (0, a5_crud_zod_1.createZodDto)(exports.A5AuthnPhoneVerifyReqDtoSchema) { } exports.A5AuthnPhoneVerifyReqDto = A5AuthnPhoneVerifyReqDto; //# sourceMappingURL=phone.verify.req.dto.js.map