31 lines
4.5 KiB
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.checkPasswordNeededResponseSchema = exports.ssoLinkResponseSchema = exports.passwordChangeResultSchema = exports.signupResultSchema = exports.authResponseSchema = exports.authTokensSchema = exports.refreshTokenRequestSchema = exports.checkPasswordNeededRequestSchema = exports.ssoLinkRequestSchema = exports.accountStatusRequestSchema = exports.updateAddressRequestSchema = exports.updateProfileRequestSchema = exports.updateCustomerProfileRequestSchema = exports.validateSignupRequestSchema = exports.linkWhmcsRequestSchema = exports.changePasswordRequestSchema = exports.setPasswordRequestSchema = exports.passwordResetSchema = exports.passwordResetRequestSchema = exports.signupRequestSchema = exports.signupInputSchema = exports.loginRequestSchema = exports.GENDER = exports.TOKEN_TYPE = exports.AUTH_ERROR_CODE = void 0;
var contract_1 = require("./contract");
Object.defineProperty(exports, "AUTH_ERROR_CODE", { enumerable: true, get: function () { return contract_1.AUTH_ERROR_CODE; } });
Object.defineProperty(exports, "TOKEN_TYPE", { enumerable: true, get: function () { return contract_1.TOKEN_TYPE; } });
Object.defineProperty(exports, "GENDER", { enumerable: true, get: function () { return contract_1.GENDER; } });
var schema_1 = require("./schema");
Object.defineProperty(exports, "loginRequestSchema", { enumerable: true, get: function () { return schema_1.loginRequestSchema; } });
Object.defineProperty(exports, "signupInputSchema", { enumerable: true, get: function () { return schema_1.signupInputSchema; } });
Object.defineProperty(exports, "signupRequestSchema", { enumerable: true, get: function () { return schema_1.signupRequestSchema; } });
Object.defineProperty(exports, "passwordResetRequestSchema", { enumerable: true, get: function () { return schema_1.passwordResetRequestSchema; } });
Object.defineProperty(exports, "passwordResetSchema", { enumerable: true, get: function () { return schema_1.passwordResetSchema; } });
Object.defineProperty(exports, "setPasswordRequestSchema", { enumerable: true, get: function () { return schema_1.setPasswordRequestSchema; } });
Object.defineProperty(exports, "changePasswordRequestSchema", { enumerable: true, get: function () { return schema_1.changePasswordRequestSchema; } });
Object.defineProperty(exports, "linkWhmcsRequestSchema", { enumerable: true, get: function () { return schema_1.linkWhmcsRequestSchema; } });
Object.defineProperty(exports, "validateSignupRequestSchema", { enumerable: true, get: function () { return schema_1.validateSignupRequestSchema; } });
Object.defineProperty(exports, "updateCustomerProfileRequestSchema", { enumerable: true, get: function () { return schema_1.updateCustomerProfileRequestSchema; } });
Object.defineProperty(exports, "updateProfileRequestSchema", { enumerable: true, get: function () { return schema_1.updateProfileRequestSchema; } });
Object.defineProperty(exports, "updateAddressRequestSchema", { enumerable: true, get: function () { return schema_1.updateAddressRequestSchema; } });
Object.defineProperty(exports, "accountStatusRequestSchema", { enumerable: true, get: function () { return schema_1.accountStatusRequestSchema; } });
Object.defineProperty(exports, "ssoLinkRequestSchema", { enumerable: true, get: function () { return schema_1.ssoLinkRequestSchema; } });
Object.defineProperty(exports, "checkPasswordNeededRequestSchema", { enumerable: true, get: function () { return schema_1.checkPasswordNeededRequestSchema; } });
Object.defineProperty(exports, "refreshTokenRequestSchema", { enumerable: true, get: function () { return schema_1.refreshTokenRequestSchema; } });
Object.defineProperty(exports, "authTokensSchema", { enumerable: true, get: function () { return schema_1.authTokensSchema; } });
Object.defineProperty(exports, "authResponseSchema", { enumerable: true, get: function () { return schema_1.authResponseSchema; } });
Object.defineProperty(exports, "signupResultSchema", { enumerable: true, get: function () { return schema_1.signupResultSchema; } });
Object.defineProperty(exports, "passwordChangeResultSchema", { enumerable: true, get: function () { return schema_1.passwordChangeResultSchema; } });
Object.defineProperty(exports, "ssoLinkResponseSchema", { enumerable: true, get: function () { return schema_1.ssoLinkResponseSchema; } });
Object.defineProperty(exports, "checkPasswordNeededResponseSchema", { enumerable: true, get: function () { return schema_1.checkPasswordNeededResponseSchema; } });
//# sourceMappingURL=index.js.map