UNPKG

boldsign

Version:

NodeJS client for boldsign

68 lines 2.27 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AccessCodeDetail = void 0; class AccessCodeDetail { static getAttributeTypeMap() { return AccessCodeDetail.attributeTypeMap; } } exports.AccessCodeDetail = AccessCodeDetail; AccessCodeDetail.discriminator = undefined; AccessCodeDetail.attributeTypeMap = [ { "name": "authenticationType", "baseName": "authenticationType", "type": "AccessCodeDetail.AuthenticationTypeEnum" }, { "name": "emailId", "baseName": "emailId", "type": "string" }, { "name": "order", "baseName": "order", "type": "number" }, { "name": "accessCode", "baseName": "accessCode", "type": "string" }, { "name": "onBehalfOf", "baseName": "onBehalfOf", "type": "string" }, { "name": "phoneNumber", "baseName": "phoneNumber", "type": "PhoneNumber" }, { "name": "identityVerificationSettings", "baseName": "identityVerificationSettings", "type": "IdentityVerificationSettings" }, { "name": "authenticationRetryCount", "baseName": "authenticationRetryCount", "type": "number" }, { "name": "authenticationSettings", "baseName": "authenticationSettings", "type": "AuthenticationSettings" } ]; (function (AccessCodeDetail) { let AuthenticationTypeEnum; (function (AuthenticationTypeEnum) { AuthenticationTypeEnum[AuthenticationTypeEnum["None"] = 'None'] = "None"; AuthenticationTypeEnum[AuthenticationTypeEnum["EmailOtp"] = 'EmailOTP'] = "EmailOtp"; AuthenticationTypeEnum[AuthenticationTypeEnum["AccessCode"] = 'AccessCode'] = "AccessCode"; AuthenticationTypeEnum[AuthenticationTypeEnum["Smsotp"] = 'SMSOTP'] = "Smsotp"; AuthenticationTypeEnum[AuthenticationTypeEnum["IdVerification"] = 'IdVerification'] = "IdVerification"; })(AuthenticationTypeEnum = AccessCodeDetail.AuthenticationTypeEnum || (AccessCodeDetail.AuthenticationTypeEnum = {})); })(AccessCodeDetail || (exports.AccessCodeDetail = AccessCodeDetail = {})); //# sourceMappingURL=accessCodeDetail.js.map