UNPKG

boldsign

Version:

NodeJS client for boldsign

58 lines 1.39 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IdVerification = void 0; class IdVerification { static getAttributeTypeMap() { return IdVerification.attributeTypeMap; } } exports.IdVerification = IdVerification; IdVerification.discriminator = undefined; IdVerification.attributeTypeMap = [ { "name": "type", "baseName": "type", "type": "string" }, { "name": "maximumRetryCount", "baseName": "maximumRetryCount", "type": "number" }, { "name": "status", "baseName": "status", "type": "string" }, { "name": "nameMatcher", "baseName": "nameMatcher", "type": "string" }, { "name": "requireLiveCapture", "baseName": "requireLiveCapture", "type": "boolean" }, { "name": "requireMatchingSelfie", "baseName": "requireMatchingSelfie", "type": "boolean" }, { "name": "holdForPrefill", "baseName": "holdForPrefill", "type": "boolean" }, { "name": "prefillCompleted", "baseName": "prefillCompleted", "type": "boolean" }, { "name": "allowedDocumentTypes", "baseName": "allowedDocumentTypes", "type": "Array<string>" } ]; //# sourceMappingURL=idVerification.js.map