boldsign
Version:
NodeJS client for boldsign
63 lines • 1.57 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IdVerificationDetails = void 0;
class IdVerificationDetails {
static getAttributeTypeMap() {
return IdVerificationDetails.attributeTypeMap;
}
}
exports.IdVerificationDetails = IdVerificationDetails;
IdVerificationDetails.discriminator = undefined;
IdVerificationDetails.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>"
},
{
"name": "allowedCountries",
"baseName": "allowedCountries",
"type": "Array<string>"
}
];
//# sourceMappingURL=idVerificationDetails.js.map