UNPKG

@hypernetlabs/hypernet-id-objects

Version:
13 lines 1.44 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IdentityToken = void 0; const IdentityMetadata_1 = require("./IdentityMetadata"); class IdentityToken extends IdentityMetadata_1.IdentityMetadata { constructor(ownerAddress, timestamp, countryCode, email, firstName, lastName, birthday, placeOfBirth, mailingAddress, residenceAddress, passport, drivingLicense, visa, nationalId, consularId, electoralId, residentPermitId, taxId, studentId, passportCard, militaryId, publicSafetyId, healthId, taxEssentials, socialSecurityNumber, taxNumber, naturalPersonsRegister, // CPF generalRegistrationNumber, voterIdNumber, issuingNumber, gender, nationality, livenessImage, motherName, fatherName, verifiedInvestor, underSanctions, activeScreening) { super(timestamp, countryCode, email, firstName, lastName, birthday, placeOfBirth, mailingAddress, residenceAddress, passport, drivingLicense, visa, nationalId, consularId, electoralId, residentPermitId, taxId, studentId, passportCard, militaryId, publicSafetyId, healthId, taxEssentials, socialSecurityNumber, taxNumber, naturalPersonsRegister, generalRegistrationNumber, voterIdNumber, issuingNumber, gender, nationality, livenessImage, motherName, fatherName, verifiedInvestor, underSanctions, activeScreening); this.ownerAddress = ownerAddress; } } exports.IdentityToken = IdentityToken; //# sourceMappingURL=IdentityToken.js.map