@trinsic/api 3.0.2-preview1 → 3.1.0-preview1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +244 -4
- package/.openapi-generator/VERSION +1 -1
- package/README.md +0 -2
- package/dist/apis/ProvidersApi.d.ts +22 -0
- package/dist/apis/ProvidersApi.js +33 -12
- package/dist/apis/RedirectUrisApi.d.ts +34 -0
- package/dist/apis/RedirectUrisApi.js +49 -18
- package/dist/apis/SessionsApi.d.ts +125 -22
- package/dist/apis/SessionsApi.js +182 -99
- package/dist/apis/VerificationProfilesApi.d.ts +84 -2
- package/dist/apis/VerificationProfilesApi.js +102 -20
- package/dist/esm/apis/ProvidersApi.d.ts +22 -0
- package/dist/esm/apis/ProvidersApi.js +33 -12
- package/dist/esm/apis/RedirectUrisApi.d.ts +34 -0
- package/dist/esm/apis/RedirectUrisApi.js +49 -18
- package/dist/esm/apis/SessionsApi.d.ts +125 -22
- package/dist/esm/apis/SessionsApi.js +183 -100
- package/dist/esm/apis/VerificationProfilesApi.d.ts +84 -2
- package/dist/esm/apis/VerificationProfilesApi.js +102 -20
- package/dist/esm/models/AadhaarAddress.d.ts +100 -0
- package/dist/esm/models/AadhaarAddress.js +63 -0
- package/dist/esm/models/AadhaarClaims.d.ts +4 -71
- package/dist/esm/models/AadhaarClaims.js +4 -25
- package/dist/esm/models/AadhaarInput.js +1 -1
- package/dist/esm/models/AadhaarLanguage.d.ts +1 -1
- package/dist/esm/models/AadhaarLocalizedClaims.d.ts +4 -57
- package/dist/esm/models/AadhaarLocalizedClaims.js +3 -20
- package/dist/esm/models/AudkenniProviderOutput.d.ts +58 -0
- package/dist/esm/models/AudkenniProviderOutput.js +53 -0
- package/dist/esm/models/BelgiumIdCardProviderOutput.js +1 -1
- package/dist/esm/models/BoliviaCiLookupInput.d.ts +43 -0
- package/dist/esm/models/BoliviaCiLookupInput.js +43 -0
- package/dist/esm/models/BoliviaCiProviderOutput.d.ts +63 -0
- package/dist/esm/models/BoliviaCiProviderOutput.js +57 -0
- package/dist/esm/models/BrazilCpfCheckInput.d.ts +14 -0
- package/dist/esm/models/BrazilCpfCheckInput.js +4 -0
- package/dist/esm/models/ChinaResidentIdMatchInput.d.ts +50 -0
- package/dist/esm/models/ChinaResidentIdMatchInput.js +55 -0
- package/dist/esm/models/ChinaResidentIdMatchOutput.d.ts +50 -0
- package/dist/esm/models/ChinaResidentIdMatchOutput.js +45 -0
- package/dist/esm/models/ColombiaCcLookupInput.d.ts +44 -0
- package/dist/esm/models/ColombiaCcLookupInput.js +43 -0
- package/dist/esm/models/ColombiaCcProviderOutput.d.ts +109 -0
- package/dist/esm/models/ColombiaCcProviderOutput.js +80 -0
- package/dist/esm/models/ColombiaExpeditionPlace.d.ts +46 -0
- package/dist/esm/models/ColombiaExpeditionPlace.js +43 -0
- package/dist/esm/models/ConnectIdProviderOutput.d.ts +0 -7
- package/dist/esm/models/ConnectIdProviderOutput.js +1 -4
- package/dist/esm/models/CoteDIvoireNidLookup2ProviderOutput.d.ts +89 -0
- package/dist/esm/models/CoteDIvoireNidLookup2ProviderOutput.js +69 -0
- package/dist/esm/models/CreateDirectProviderSessionRequest.d.ts +9 -0
- package/dist/esm/models/CreateDirectProviderSessionRequest.js +2 -0
- package/dist/esm/models/CreateHostedProviderSessionRequest.d.ts +8 -0
- package/dist/esm/models/CreateHostedProviderSessionRequest.js +2 -0
- package/dist/esm/models/CzechMojeIdProviderOutput.d.ts +14 -1
- package/dist/esm/models/CzechMojeIdProviderOutput.js +5 -1
- package/dist/esm/models/CzechiaMojeIdProviderOutput.d.ts +1 -1
- package/dist/esm/models/CzechiaMojeIdProviderOutput.js +1 -1
- package/dist/esm/models/DigilockerAadhaarProviderOutput.d.ts +13 -19
- package/dist/esm/models/DigilockerAadhaarProviderOutput.js +4 -4
- package/dist/esm/models/DocumentData.js +2 -2
- package/dist/esm/models/ElSalvadorDuiLookupInput.d.ts +45 -0
- package/dist/esm/models/ElSalvadorDuiLookupInput.js +43 -0
- package/dist/esm/models/ElSalvadorDuiProviderOutput.d.ts +51 -0
- package/dist/esm/models/ElSalvadorDuiProviderOutput.js +51 -0
- package/dist/esm/models/EstoniaIdCardProviderOutput.js +1 -1
- package/dist/esm/models/FaydaProviderAddress.d.ts +50 -0
- package/dist/esm/models/FaydaProviderAddress.js +45 -0
- package/dist/esm/models/FaydaProviderOutput.d.ts +58 -3
- package/dist/esm/models/FaydaProviderOutput.js +13 -0
- package/dist/esm/models/FinlandIdCardProviderOutput.js +1 -1
- package/dist/esm/models/FinnishTrustNetworkProviderOutput.d.ts +4 -4
- package/dist/esm/models/FinnishTrustNetworkProviderOutput.js +1 -1
- package/dist/esm/models/FrejaProviderOutput.d.ts +1 -1
- package/dist/esm/models/FrejaProviderOutput.js +1 -1
- package/dist/esm/models/FrenchNumeriqueGivenName.d.ts +2 -2
- package/dist/esm/models/FrenchNumeriqueProviderOutput.d.ts +8 -8
- package/dist/esm/models/FrenchNumeriqueProviderOutput.js +4 -4
- package/dist/esm/models/GoogleWalletInput.d.ts +2 -0
- package/dist/esm/models/GuatemalaCuiLookupInput.d.ts +43 -0
- package/dist/esm/models/GuatemalaCuiLookupInput.js +41 -0
- package/dist/esm/models/GuatemalaCuiProviderOutput.d.ts +112 -0
- package/dist/esm/models/GuatemalaCuiProviderOutput.js +77 -0
- package/dist/esm/models/IndiaPanLookupInput.d.ts +33 -0
- package/dist/esm/models/IndiaPanLookupInput.js +43 -0
- package/dist/esm/models/IndiaPanLookupProviderOutput.d.ts +106 -0
- package/dist/esm/models/IndiaPanLookupProviderOutput.js +56 -0
- package/dist/esm/models/IndiaPanStructuredNumber.d.ts +128 -0
- package/dist/esm/models/IndiaPanStructuredNumber.js +61 -0
- package/dist/esm/models/IndonesiaDukcapilMatchInput.js +2 -2
- package/dist/esm/models/IndonesiaNikInput.js +1 -1
- package/dist/esm/models/ItsmeProviderOutput.js +1 -1
- package/dist/esm/models/KenyaNidBiometric2Input.d.ts +5 -1
- package/dist/esm/models/KenyaNidInput.js +1 -1
- package/dist/esm/models/KenyaNidLookup2Input.d.ts +5 -1
- package/dist/esm/models/KenyaNidLookup2ProviderOutput.d.ts +3 -4
- package/dist/esm/models/KenyaNidLookup2ProviderOutput.js +2 -2
- package/dist/esm/models/KenyaNidMatch2Input.d.ts +5 -1
- package/dist/esm/models/KenyaNidMatch2Input.js +1 -1
- package/dist/esm/models/KoreaTelcoMatchInput.d.ts +65 -0
- package/dist/esm/models/KoreaTelcoMatchInput.js +66 -0
- package/dist/esm/models/KoreaTelcoMatchProviderOutput.d.ts +56 -0
- package/dist/esm/models/KoreaTelcoMatchProviderOutput.js +51 -0
- package/dist/esm/models/KoreaTelcoMatchSex.d.ts +25 -0
- package/dist/esm/models/KoreaTelcoMatchSex.js +43 -0
- package/dist/esm/models/LaWalletProviderOutput.js +3 -3
- package/dist/esm/models/LithuaniaIdCardProviderOutput.js +1 -1
- package/dist/esm/models/LloydsSmartIdProviderOutput.d.ts +2 -2
- package/dist/esm/models/LloydsSmartIdProviderOutput.js +1 -1
- package/dist/esm/models/MdlOutput.d.ts +2 -2
- package/dist/esm/models/MdlOutputCertificateData.js +2 -2
- package/dist/esm/models/MitIdProviderOutput.d.ts +10 -10
- package/dist/esm/models/MitIdProviderOutput.js +1 -1
- package/dist/esm/models/MobileCarrier.d.ts +26 -0
- package/dist/esm/models/MobileCarrier.js +44 -0
- package/dist/esm/models/MobileIdProviderOutput.js +1 -1
- package/dist/esm/models/MobileOperatingSystem.d.ts +26 -0
- package/dist/esm/models/MobileOperatingSystem.js +44 -0
- package/dist/esm/models/NetherlandsIdinAddress.d.ts +58 -0
- package/dist/esm/models/NetherlandsIdinAddress.js +59 -0
- package/dist/esm/models/NetherlandsIdinProviderOutput.d.ts +97 -0
- package/dist/esm/models/NetherlandsIdinProviderOutput.js +76 -0
- package/dist/esm/models/NigeriaNinInput.js +1 -1
- package/dist/esm/models/NigeriaNinLookup2ProviderOutput.js +1 -1
- package/dist/esm/models/NigeriaNinMatch2Input.js +1 -1
- package/dist/esm/models/NorwegianBankIdProviderOutput.d.ts +4 -4
- package/dist/esm/models/NorwegianBankIdProviderOutput.js +1 -1
- package/dist/esm/models/OneIdProviderOutput.js +1 -1
- package/dist/esm/models/OutputFrejaDocument.js +1 -1
- package/dist/esm/models/PanamaCedulaLookupInput.d.ts +52 -0
- package/dist/esm/models/PanamaCedulaLookupInput.js +43 -0
- package/dist/esm/models/PanamaCedulaProviderOutput.d.ts +110 -0
- package/dist/esm/models/PanamaCedulaProviderOutput.js +65 -0
- package/dist/esm/models/PersonData.js +1 -1
- package/dist/esm/models/PeruDniProviderOutput.d.ts +1 -1
- package/dist/esm/models/PeruDniProviderOutput.js +3 -3
- package/dist/esm/models/PhilippineMatchInput.js +1 -1
- package/dist/esm/models/PhilippinesDigitalNidProviderOutput.js +2 -2
- package/dist/esm/models/PhilippinesPhysicalNidProviderOutput.js +2 -2
- package/dist/esm/models/PolandEdoAppProviderOutput.js +1 -1
- package/dist/esm/models/PolandMobywatelMatchInput.d.ts +83 -0
- package/dist/esm/models/PolandMobywatelMatchInput.js +55 -0
- package/dist/esm/models/PolandMobywatelMatchProviderOutput.d.ts +153 -0
- package/dist/esm/models/PolandMobywatelMatchProviderOutput.js +79 -0
- package/dist/esm/models/PortugalIdCardProviderOutput.js +1 -1
- package/dist/esm/models/PostOfficeEasyIdProviderOutput.d.ts +2 -2
- package/dist/esm/models/PostOfficeEasyIdProviderOutput.js +1 -1
- package/dist/esm/models/Provider.d.ts +7 -0
- package/dist/esm/models/Provider.js +3 -0
- package/dist/esm/models/ProviderInput.d.ts +70 -0
- package/dist/esm/models/ProviderInput.js +30 -0
- package/dist/esm/models/ProviderOutput.d.ts +131 -26
- package/dist/esm/models/ProviderOutput.js +63 -18
- package/dist/esm/models/ProviderSupportedLanguage.d.ts +38 -0
- package/dist/esm/models/ProviderSupportedLanguage.js +45 -0
- package/dist/esm/models/SerbiaIdCardProviderOutput.js +1 -1
- package/dist/esm/models/SignzyIndiaAadhaarFetchProviderOutput.d.ts +113 -0
- package/dist/esm/models/SignzyIndiaAadhaarFetchProviderOutput.js +69 -0
- package/dist/esm/models/SingpassLoginProviderOutput.d.ts +87 -0
- package/dist/esm/models/SingpassLoginProviderOutput.js +53 -0
- package/dist/esm/models/SingpassMyInfoDescription.d.ts +38 -0
- package/dist/esm/models/SingpassMyInfoDescription.js +43 -0
- package/dist/esm/models/SingpassMyInfoProviderOutput.d.ts +39 -0
- package/dist/esm/models/SingpassMyInfoProviderOutput.js +44 -0
- package/dist/esm/models/SingpassMyInfoRegisteredAddressOutput.d.ts +111 -0
- package/dist/esm/models/SingpassMyInfoRegisteredAddressOutput.js +59 -0
- package/dist/esm/models/SingpassPersonalCatalog.d.ts +255 -0
- package/dist/esm/models/SingpassPersonalCatalog.js +90 -0
- package/dist/esm/models/SingpassPhoneNumber.d.ts +44 -0
- package/dist/esm/models/SingpassPhoneNumber.js +45 -0
- package/dist/esm/models/SmartIdProviderOutput.d.ts +1 -1
- package/dist/esm/models/SmartIdProviderOutput.js +1 -1
- package/dist/esm/models/SouthAfricaNidInput.js +1 -1
- package/dist/esm/models/SouthAfricaNidMatch2Input.js +1 -1
- package/dist/esm/models/SpidProviderOutput.js +2 -2
- package/dist/esm/models/StepRefreshInfo.js +2 -2
- package/dist/esm/models/SwedenBankIdProviderOutput.d.ts +3 -3
- package/dist/esm/models/SwedenBankIdProviderOutput.js +3 -3
- package/dist/esm/models/UgandaNidMatch2Input.js +1 -1
- package/dist/esm/models/UkEvisaLookupInput.js +1 -1
- package/dist/esm/models/UnitedKingdomEvisaProviderOutput.d.ts +3 -1
- package/dist/esm/models/UnitedKingdomEvisaProviderOutput.js +3 -3
- package/dist/esm/models/UsaCaliforniaDmvInput.d.ts +35 -0
- package/dist/esm/models/UsaCaliforniaDmvInput.js +42 -0
- package/dist/esm/models/VerificationProfileResponse.d.ts +6 -0
- package/dist/esm/models/VerificationProfileResponse.js +2 -0
- package/dist/esm/models/YotiDeeplinkProviderOutput.d.ts +2 -2
- package/dist/esm/models/YotiDeeplinkProviderOutput.js +1 -1
- package/dist/esm/models/YotiDocumentDetails.js +1 -1
- package/dist/esm/models/YotiProviderOutput.d.ts +2 -2
- package/dist/esm/models/YotiProviderOutput.js +1 -1
- package/dist/esm/models/index.d.ts +38 -4
- package/dist/esm/models/index.js +38 -4
- package/dist/esm/runtime.js +15 -0
- package/dist/models/AadhaarAddress.d.ts +100 -0
- package/dist/models/AadhaarAddress.js +70 -0
- package/dist/models/AadhaarClaims.d.ts +4 -71
- package/dist/models/AadhaarClaims.js +4 -25
- package/dist/models/AadhaarInput.js +1 -1
- package/dist/models/AadhaarLanguage.d.ts +1 -1
- package/dist/models/AadhaarLocalizedClaims.d.ts +4 -57
- package/dist/models/AadhaarLocalizedClaims.js +3 -20
- package/dist/models/AudkenniProviderOutput.d.ts +58 -0
- package/dist/models/AudkenniProviderOutput.js +60 -0
- package/dist/models/BelgiumIdCardProviderOutput.js +1 -1
- package/dist/models/BoliviaCiLookupInput.d.ts +43 -0
- package/dist/models/BoliviaCiLookupInput.js +50 -0
- package/dist/models/BoliviaCiProviderOutput.d.ts +63 -0
- package/dist/models/BoliviaCiProviderOutput.js +64 -0
- package/dist/models/BrazilCpfCheckInput.d.ts +14 -0
- package/dist/models/BrazilCpfCheckInput.js +4 -0
- package/dist/models/ChinaResidentIdMatchInput.d.ts +50 -0
- package/dist/models/ChinaResidentIdMatchInput.js +62 -0
- package/dist/models/ChinaResidentIdMatchOutput.d.ts +50 -0
- package/dist/models/ChinaResidentIdMatchOutput.js +52 -0
- package/dist/models/ColombiaCcLookupInput.d.ts +44 -0
- package/dist/models/ColombiaCcLookupInput.js +50 -0
- package/dist/models/ColombiaCcProviderOutput.d.ts +109 -0
- package/dist/models/ColombiaCcProviderOutput.js +87 -0
- package/dist/models/ColombiaExpeditionPlace.d.ts +46 -0
- package/dist/models/ColombiaExpeditionPlace.js +50 -0
- package/dist/models/ConnectIdProviderOutput.d.ts +0 -7
- package/dist/models/ConnectIdProviderOutput.js +1 -4
- package/dist/models/CoteDIvoireNidLookup2ProviderOutput.d.ts +89 -0
- package/dist/models/CoteDIvoireNidLookup2ProviderOutput.js +76 -0
- package/dist/models/CreateDirectProviderSessionRequest.d.ts +9 -0
- package/dist/models/CreateDirectProviderSessionRequest.js +2 -0
- package/dist/models/CreateHostedProviderSessionRequest.d.ts +8 -0
- package/dist/models/CreateHostedProviderSessionRequest.js +2 -0
- package/dist/models/CzechMojeIdProviderOutput.d.ts +14 -1
- package/dist/models/CzechMojeIdProviderOutput.js +5 -1
- package/dist/models/CzechiaMojeIdProviderOutput.d.ts +1 -1
- package/dist/models/CzechiaMojeIdProviderOutput.js +1 -1
- package/dist/models/DigilockerAadhaarProviderOutput.d.ts +13 -19
- package/dist/models/DigilockerAadhaarProviderOutput.js +4 -4
- package/dist/models/DocumentData.js +2 -2
- package/dist/models/ElSalvadorDuiLookupInput.d.ts +45 -0
- package/dist/models/ElSalvadorDuiLookupInput.js +50 -0
- package/dist/models/ElSalvadorDuiProviderOutput.d.ts +51 -0
- package/dist/models/ElSalvadorDuiProviderOutput.js +58 -0
- package/dist/models/EstoniaIdCardProviderOutput.js +1 -1
- package/dist/models/FaydaProviderAddress.d.ts +50 -0
- package/dist/models/FaydaProviderAddress.js +52 -0
- package/dist/models/FaydaProviderOutput.d.ts +58 -3
- package/dist/models/FaydaProviderOutput.js +13 -0
- package/dist/models/FinlandIdCardProviderOutput.js +1 -1
- package/dist/models/FinnishTrustNetworkProviderOutput.d.ts +4 -4
- package/dist/models/FinnishTrustNetworkProviderOutput.js +1 -1
- package/dist/models/FrejaProviderOutput.d.ts +1 -1
- package/dist/models/FrejaProviderOutput.js +1 -1
- package/dist/models/FrenchNumeriqueGivenName.d.ts +2 -2
- package/dist/models/FrenchNumeriqueProviderOutput.d.ts +8 -8
- package/dist/models/FrenchNumeriqueProviderOutput.js +4 -4
- package/dist/models/GoogleWalletInput.d.ts +2 -0
- package/dist/models/GuatemalaCuiLookupInput.d.ts +43 -0
- package/dist/models/GuatemalaCuiLookupInput.js +48 -0
- package/dist/models/GuatemalaCuiProviderOutput.d.ts +112 -0
- package/dist/models/GuatemalaCuiProviderOutput.js +84 -0
- package/dist/models/IndiaPanLookupInput.d.ts +33 -0
- package/dist/models/IndiaPanLookupInput.js +50 -0
- package/dist/models/IndiaPanLookupProviderOutput.d.ts +106 -0
- package/dist/models/IndiaPanLookupProviderOutput.js +63 -0
- package/dist/models/IndiaPanStructuredNumber.d.ts +128 -0
- package/dist/models/IndiaPanStructuredNumber.js +68 -0
- package/dist/models/IndonesiaDukcapilMatchInput.js +2 -2
- package/dist/models/IndonesiaNikInput.js +1 -1
- package/dist/models/ItsmeProviderOutput.js +1 -1
- package/dist/models/KenyaNidBiometric2Input.d.ts +5 -1
- package/dist/models/KenyaNidInput.js +1 -1
- package/dist/models/KenyaNidLookup2Input.d.ts +5 -1
- package/dist/models/KenyaNidLookup2ProviderOutput.d.ts +3 -4
- package/dist/models/KenyaNidLookup2ProviderOutput.js +2 -2
- package/dist/models/KenyaNidMatch2Input.d.ts +5 -1
- package/dist/models/KenyaNidMatch2Input.js +1 -1
- package/dist/models/KoreaTelcoMatchInput.d.ts +65 -0
- package/dist/models/KoreaTelcoMatchInput.js +73 -0
- package/dist/models/KoreaTelcoMatchProviderOutput.d.ts +56 -0
- package/dist/models/KoreaTelcoMatchProviderOutput.js +58 -0
- package/dist/models/KoreaTelcoMatchSex.d.ts +25 -0
- package/dist/models/KoreaTelcoMatchSex.js +51 -0
- package/dist/models/LaWalletProviderOutput.js +3 -3
- package/dist/models/LithuaniaIdCardProviderOutput.js +1 -1
- package/dist/models/LloydsSmartIdProviderOutput.d.ts +2 -2
- package/dist/models/LloydsSmartIdProviderOutput.js +1 -1
- package/dist/models/MdlOutput.d.ts +2 -2
- package/dist/models/MdlOutputCertificateData.js +2 -2
- package/dist/models/MitIdProviderOutput.d.ts +10 -10
- package/dist/models/MitIdProviderOutput.js +1 -1
- package/dist/models/MobileCarrier.d.ts +26 -0
- package/dist/models/MobileCarrier.js +52 -0
- package/dist/models/MobileIdProviderOutput.js +1 -1
- package/dist/models/MobileOperatingSystem.d.ts +26 -0
- package/dist/models/MobileOperatingSystem.js +52 -0
- package/dist/models/NetherlandsIdinAddress.d.ts +58 -0
- package/dist/models/NetherlandsIdinAddress.js +66 -0
- package/dist/models/NetherlandsIdinProviderOutput.d.ts +97 -0
- package/dist/models/NetherlandsIdinProviderOutput.js +83 -0
- package/dist/models/NigeriaNinInput.js +1 -1
- package/dist/models/NigeriaNinLookup2ProviderOutput.js +1 -1
- package/dist/models/NigeriaNinMatch2Input.js +1 -1
- package/dist/models/NorwegianBankIdProviderOutput.d.ts +4 -4
- package/dist/models/NorwegianBankIdProviderOutput.js +1 -1
- package/dist/models/OneIdProviderOutput.js +1 -1
- package/dist/models/OutputFrejaDocument.js +1 -1
- package/dist/models/PanamaCedulaLookupInput.d.ts +52 -0
- package/dist/models/PanamaCedulaLookupInput.js +50 -0
- package/dist/models/PanamaCedulaProviderOutput.d.ts +110 -0
- package/dist/models/PanamaCedulaProviderOutput.js +72 -0
- package/dist/models/PersonData.js +1 -1
- package/dist/models/PeruDniProviderOutput.d.ts +1 -1
- package/dist/models/PeruDniProviderOutput.js +3 -3
- package/dist/models/PhilippineMatchInput.js +1 -1
- package/dist/models/PhilippinesDigitalNidProviderOutput.js +2 -2
- package/dist/models/PhilippinesPhysicalNidProviderOutput.js +2 -2
- package/dist/models/PolandEdoAppProviderOutput.js +1 -1
- package/dist/models/PolandMobywatelMatchInput.d.ts +83 -0
- package/dist/models/PolandMobywatelMatchInput.js +62 -0
- package/dist/models/PolandMobywatelMatchProviderOutput.d.ts +153 -0
- package/dist/models/PolandMobywatelMatchProviderOutput.js +86 -0
- package/dist/models/PortugalIdCardProviderOutput.js +1 -1
- package/dist/models/PostOfficeEasyIdProviderOutput.d.ts +2 -2
- package/dist/models/PostOfficeEasyIdProviderOutput.js +1 -1
- package/dist/models/Provider.d.ts +7 -0
- package/dist/models/Provider.js +3 -0
- package/dist/models/ProviderInput.d.ts +70 -0
- package/dist/models/ProviderInput.js +30 -0
- package/dist/models/ProviderOutput.d.ts +131 -26
- package/dist/models/ProviderOutput.js +63 -18
- package/dist/models/ProviderSupportedLanguage.d.ts +38 -0
- package/dist/models/ProviderSupportedLanguage.js +52 -0
- package/dist/models/SerbiaIdCardProviderOutput.js +1 -1
- package/dist/models/SignzyIndiaAadhaarFetchProviderOutput.d.ts +113 -0
- package/dist/models/SignzyIndiaAadhaarFetchProviderOutput.js +76 -0
- package/dist/models/SingpassLoginProviderOutput.d.ts +87 -0
- package/dist/models/SingpassLoginProviderOutput.js +60 -0
- package/dist/models/SingpassMyInfoDescription.d.ts +38 -0
- package/dist/models/SingpassMyInfoDescription.js +50 -0
- package/dist/models/SingpassMyInfoProviderOutput.d.ts +39 -0
- package/dist/models/SingpassMyInfoProviderOutput.js +51 -0
- package/dist/models/SingpassMyInfoRegisteredAddressOutput.d.ts +111 -0
- package/dist/models/SingpassMyInfoRegisteredAddressOutput.js +66 -0
- package/dist/models/SingpassPersonalCatalog.d.ts +255 -0
- package/dist/models/SingpassPersonalCatalog.js +97 -0
- package/dist/models/SingpassPhoneNumber.d.ts +44 -0
- package/dist/models/SingpassPhoneNumber.js +52 -0
- package/dist/models/SmartIdProviderOutput.d.ts +1 -1
- package/dist/models/SmartIdProviderOutput.js +1 -1
- package/dist/models/SouthAfricaNidInput.js +1 -1
- package/dist/models/SouthAfricaNidMatch2Input.js +1 -1
- package/dist/models/SpidProviderOutput.js +2 -2
- package/dist/models/StepRefreshInfo.js +2 -2
- package/dist/models/SwedenBankIdProviderOutput.d.ts +3 -3
- package/dist/models/SwedenBankIdProviderOutput.js +3 -3
- package/dist/models/UgandaNidMatch2Input.js +1 -1
- package/dist/models/UkEvisaLookupInput.js +1 -1
- package/dist/models/UnitedKingdomEvisaProviderOutput.d.ts +3 -1
- package/dist/models/UnitedKingdomEvisaProviderOutput.js +3 -3
- package/dist/models/UsaCaliforniaDmvInput.d.ts +35 -0
- package/dist/models/UsaCaliforniaDmvInput.js +49 -0
- package/dist/models/VerificationProfileResponse.d.ts +6 -0
- package/dist/models/VerificationProfileResponse.js +2 -0
- package/dist/models/YotiDeeplinkProviderOutput.d.ts +2 -2
- package/dist/models/YotiDeeplinkProviderOutput.js +1 -1
- package/dist/models/YotiDocumentDetails.js +1 -1
- package/dist/models/YotiProviderOutput.d.ts +2 -2
- package/dist/models/YotiProviderOutput.js +1 -1
- package/dist/models/index.d.ts +38 -4
- package/dist/models/index.js +38 -4
- package/dist/runtime.js +15 -0
- package/docs/AadhaarAddress.md +57 -0
- package/docs/AadhaarClaims.md +40 -0
- package/docs/AadhaarInput.md +36 -0
- package/docs/AadhaarLanguage.md +37 -0
- package/docs/AadhaarLocalizedClaims.md +38 -0
- package/docs/AddRedirectUriRequest.md +34 -0
- package/docs/AddRedirectUriResponse.md +34 -0
- package/docs/Address.md +49 -0
- package/docs/AppleWalletInput.md +36 -0
- package/docs/AppleWalletProviderOutput.md +35 -0
- package/docs/AttachmentInfo.md +40 -0
- package/docs/AttributeAvailability.md +33 -0
- package/docs/AudkenniProviderOutput.md +41 -0
- package/docs/AustriaHandySignaturProviderOutput.md +37 -0
- package/docs/BelgiumIdCardProviderOutput.md +41 -0
- package/docs/BoliviaCiLookupInput.md +36 -0
- package/docs/BoliviaCiProviderOutput.md +43 -0
- package/docs/BrazilCpfCheckInput.md +38 -0
- package/docs/BrazilDigitalCnhInput.md +40 -0
- package/docs/CancelSessionResponse.md +34 -0
- package/docs/ChinaResidentIdMatchInput.md +40 -0
- package/docs/ChinaResidentIdMatchOutput.md +39 -0
- package/docs/ColombiaCcLookupInput.md +36 -0
- package/docs/ColombiaCcProviderOutput.md +53 -0
- package/docs/ColombiaExpeditionPlace.md +37 -0
- package/docs/ConnectIdAddress.md +42 -0
- package/docs/ConnectIdAgeVerification.md +36 -0
- package/docs/ConnectIdProviderOutput.md +53 -0
- package/docs/ContractAttachment.md +37 -0
- package/docs/ContractAttribute.md +37 -0
- package/docs/CoteDIvoireNidLookup2Input.md +34 -0
- package/docs/CoteDIvoireNidLookup2ProviderOutput.md +51 -0
- package/docs/CreateDirectProviderSessionRequest.md +46 -0
- package/docs/CreateDirectProviderSessionResponse.md +38 -0
- package/docs/CreateHostedProviderSessionRequest.md +42 -0
- package/docs/CreateHostedProviderSessionResponse.md +38 -0
- package/docs/CreateVerificationProfileResponse.md +34 -0
- package/docs/CzechMojeIdAddressOutput.md +44 -0
- package/docs/CzechMojeIdProviderOutput.md +83 -0
- package/docs/CzechiaMojeIdProviderOutput.md +41 -0
- package/docs/DigilockerAadhaarProviderOutput.md +47 -0
- package/docs/DocumentData.md +46 -0
- package/docs/DocumentType.md +32 -0
- package/docs/ElSalvadorDuiLookupInput.md +36 -0
- package/docs/ElSalvadorDuiProviderOutput.md +39 -0
- package/docs/EstoniaIdCardProviderOutput.md +41 -0
- package/docs/FaydaProviderAddress.md +38 -0
- package/docs/FaydaProviderOutput.md +53 -0
- package/docs/FinlandIdCardProviderOutput.md +41 -0
- package/docs/FinnishTrustNetworkProviderOutput.md +55 -0
- package/docs/FranceIdentiteInput.md +34 -0
- package/docs/FranceIdentiteProviderOutput.md +35 -0
- package/docs/FrejaIndirectProviderOutput.md +41 -0
- package/docs/FrejaProviderOutput.md +69 -0
- package/docs/FrenchNumeriqueGivenName.md +39 -0
- package/docs/FrenchNumeriqueNationality.md +37 -0
- package/docs/FrenchNumeriquePhone.md +39 -0
- package/docs/FrenchNumeriqueProviderOutput.md +83 -0
- package/docs/GetAttachmentRequest.md +34 -0
- package/docs/GetAttachmentResponse.md +36 -0
- package/docs/GetProviderResponse.md +34 -0
- package/docs/GetSessionResponse.md +34 -0
- package/docs/GetSessionResultRequest.md +34 -0
- package/docs/GetSessionResultResponse.md +36 -0
- package/docs/GoogleWalletInput.md +36 -0
- package/docs/GoogleWalletProviderOutput.md +35 -0
- package/docs/GuatemalaCuiLookupInput.md +34 -0
- package/docs/GuatemalaCuiProviderOutput.md +53 -0
- package/docs/IdentityData.md +46 -0
- package/docs/IdinInput.md +34 -0
- package/docs/IndiaPanLookupInput.md +34 -0
- package/docs/IndiaPanLookupProviderOutput.md +49 -0
- package/docs/IndiaPanStructuredNumber.md +44 -0
- package/docs/IndonesiaDukcapilMatchInput.md +48 -0
- package/docs/IndonesiaNikInput.md +38 -0
- package/docs/IntegrationCapability.md +32 -0
- package/docs/IntegrationLaunchMethod.md +32 -0
- package/docs/IntegrationStep.md +39 -0
- package/docs/ItsmeProviderOutput.md +43 -0
- package/docs/KenyaNidBiometric2Input.md +38 -0
- package/docs/KenyaNidInput.md +44 -0
- package/docs/KenyaNidLookup2Address.md +43 -0
- package/docs/KenyaNidLookup2Input.md +34 -0
- package/docs/KenyaNidLookup2ProviderOutput.md +55 -0
- package/docs/KenyaNidMatch2Input.md +44 -0
- package/docs/KenyaNidMatch2InputSex.md +32 -0
- package/docs/KoreaTelcoMatchInput.md +44 -0
- package/docs/KoreaTelcoMatchProviderOutput.md +39 -0
- package/docs/KoreaTelcoMatchSex.md +32 -0
- package/docs/LaWalletProviderOutput.md +69 -0
- package/docs/LatviaEparakstsMobileProviderOutput.md +39 -0
- package/docs/LatviaEparakstsProviderOutput.md +39 -0
- package/docs/ListProvidersResponse.md +34 -0
- package/docs/ListRedirectUrisResponse.md +37 -0
- package/docs/ListSessionsResponse.md +38 -0
- package/docs/ListVerificationProfilesResponse.md +36 -0
- package/docs/LithuaniaIdCardProviderOutput.md +41 -0
- package/docs/LloydsSmartIdProviderOutput.md +57 -0
- package/docs/Match.md +36 -0
- package/docs/MatchData.md +55 -0
- package/docs/MdlExchangeMechanism.md +32 -0
- package/docs/MdlOutput.md +40 -0
- package/docs/MdlOutputCertificateData.md +42 -0
- package/docs/MdlOutputFieldData.md +36 -0
- package/docs/MdlOutputFieldDataType.md +32 -0
- package/docs/MexicoCurpInput.md +34 -0
- package/docs/MexicoCurpProviderOutput.md +35 -0
- package/docs/MitIdProviderOutput.md +55 -0
- package/docs/MobileCarrier.md +32 -0
- package/docs/MobileIdInput.md +38 -0
- package/docs/MobileIdLanguage.md +32 -0
- package/docs/MobileIdProviderOutput.md +51 -0
- package/docs/MobileOperatingSystem.md +32 -0
- package/docs/NetherlandsIdinAddress.md +42 -0
- package/docs/NetherlandsIdinProviderOutput.md +53 -0
- package/docs/NigeriaNinBiometric2Input.md +38 -0
- package/docs/NigeriaNinInput.md +46 -0
- package/docs/NigeriaNinLookup2Input.md +34 -0
- package/docs/NigeriaNinLookup2ProviderOutput.md +57 -0
- package/docs/NigeriaNinMatch2Input.md +46 -0
- package/docs/NigeriaNinMatch2InputSex.md +32 -0
- package/docs/NorwegianBankIdProviderOutput.md +49 -0
- package/docs/OneIdProviderAddress.md +42 -0
- package/docs/OneIdProviderOutput.md +45 -0
- package/docs/OrderDirection.md +32 -0
- package/docs/OutputFrejaAddress.md +40 -0
- package/docs/OutputFrejaDocument.md +40 -0
- package/docs/PanamaCedulaLookupInput.md +36 -0
- package/docs/PanamaCedulaProviderOutput.md +49 -0
- package/docs/PersonData.md +53 -0
- package/docs/PeruDniAddress.md +39 -0
- package/docs/PeruDniLookupInput.md +34 -0
- package/docs/PeruDniProviderOutput.md +65 -0
- package/docs/PhilippineMatchInput.md +42 -0
- package/docs/PhilippineQRInput.md +36 -0
- package/docs/PhilippinesDigitalNidProviderOutput.md +55 -0
- package/docs/PhilippinesPhysicalNidProviderOutput.md +51 -0
- package/docs/PolandEdoAppProviderOutput.md +41 -0
- package/docs/PolandMobywatelMatchInput.md +48 -0
- package/docs/PolandMobywatelMatchProviderOutput.md +73 -0
- package/docs/PolandMojeIdProviderOutput.md +39 -0
- package/docs/PortugalIdCardProviderOutput.md +41 -0
- package/docs/PostOfficeEasyIdProviderOutput.md +57 -0
- package/docs/ProblemDetails.md +42 -0
- package/docs/Provider.md +78 -0
- package/docs/ProviderHealth.md +33 -0
- package/docs/ProviderInput.md +124 -0
- package/docs/ProviderOutput.md +150 -0
- package/docs/ProviderSupportedLanguage.md +36 -0
- package/docs/ProvidersApi.md +160 -0
- package/docs/Raw18013DocumentRequest.md +36 -0
- package/docs/Raw18013RequestInput.md +35 -0
- package/docs/RecommendProviderHealthOption.md +32 -0
- package/docs/RecommendProviderInformation.md +50 -0
- package/docs/RecommendProvidersRequest.md +38 -0
- package/docs/RecommendProvidersResponse.md +36 -0
- package/docs/RecommendationInfo.md +41 -0
- package/docs/RedirectUriResponse.md +36 -0
- package/docs/RedirectUrisApi.md +239 -0
- package/docs/RefreshStepContentRequest.md +34 -0
- package/docs/RefreshStepContentResponse.md +34 -0
- package/docs/ResultCollection.md +36 -0
- package/docs/ResultCollectionMethod.md +32 -0
- package/docs/SamsungWalletInput.md +34 -0
- package/docs/SamsungWalletProviderOutput.md +35 -0
- package/docs/SerbiaIdCardProviderOutput.md +41 -0
- package/docs/Session.md +44 -0
- package/docs/SessionErrorCode.md +32 -0
- package/docs/SessionOrdering.md +32 -0
- package/docs/SessionsApi.md +869 -0
- package/docs/Sex.md +32 -0
- package/docs/SignzyIndiaAadhaarFetchProviderOutput.md +57 -0
- package/docs/SingpassLoginProviderOutput.md +47 -0
- package/docs/SingpassMyInfoDescription.md +36 -0
- package/docs/SingpassMyInfoProviderOutput.md +37 -0
- package/docs/SingpassMyInfoRegisteredAddressOutput.md +53 -0
- package/docs/SingpassPersonalCatalog.md +81 -0
- package/docs/SingpassPhoneNumber.md +39 -0
- package/docs/SmartIdInput.md +34 -0
- package/docs/SmartIdProviderOutput.md +59 -0
- package/docs/SouthAfricaNidBiometric2Input.md +38 -0
- package/docs/SouthAfricaNidInput.md +40 -0
- package/docs/SouthAfricaNidLookup2Input.md +34 -0
- package/docs/SouthAfricaNidMatch2Input.md +46 -0
- package/docs/SouthAfricaNidMatch2InputSex.md +32 -0
- package/docs/SpidBillingInformation.md +39 -0
- package/docs/SpidInput.md +36 -0
- package/docs/SpidProviderOutput.md +81 -0
- package/docs/StepRefreshInfo.md +38 -0
- package/docs/SubProviderMetadata.md +41 -0
- package/docs/SubmitNativeChallengeResponseRequest.md +36 -0
- package/docs/SubmitNativeChallengeResponseResponse.md +34 -0
- package/docs/SwedenBankIdProviderOutput.md +59 -0
- package/docs/TrinsicTestDatabaseLookupInput.md +40 -0
- package/docs/TrinsicTestSubProvidersInput.md +34 -0
- package/docs/UgandaNidMatch2Input.md +38 -0
- package/docs/UkEvisaLookupInput.md +36 -0
- package/docs/UnitedKingdomEvisaProviderOutput.md +55 -0
- package/docs/UsaCaliforniaDmvInput.md +34 -0
- package/docs/VerificationProfileResponse.md +50 -0
- package/docs/VerificationProfilesApi.md +339 -0
- package/docs/YotiDeeplinkProviderOutput.md +57 -0
- package/docs/YotiDocumentDetails.md +42 -0
- package/docs/YotiProviderOutput.md +57 -0
- package/docs/YotiStructuredPostalAddress.md +72 -0
- package/docs/ZimbabweNidLookup2Input.md +34 -0
- package/package.json +2 -2
- package/src/apis/ProvidersApi.ts +51 -12
- package/src/apis/RedirectUrisApi.ts +77 -18
- package/src/apis/SessionsApi.ts +286 -124
- package/src/apis/VerificationProfilesApi.ts +177 -21
- package/src/models/AadhaarAddress.ts +155 -0
- package/src/models/AadhaarClaims.ts +14 -96
- package/src/models/AadhaarInput.ts +1 -1
- package/src/models/AadhaarLanguage.ts +1 -1
- package/src/models/AadhaarLocalizedClaims.ts +12 -77
- package/src/models/AudkenniProviderOutput.ts +100 -0
- package/src/models/BelgiumIdCardProviderOutput.ts +1 -1
- package/src/models/BoliviaCiLookupInput.ts +78 -0
- package/src/models/BoliviaCiProviderOutput.ts +108 -0
- package/src/models/BrazilCpfCheckInput.ts +18 -0
- package/src/models/ChinaResidentIdMatchInput.ts +93 -0
- package/src/models/ChinaResidentIdMatchOutput.ts +87 -0
- package/src/models/ColombiaCcLookupInput.ts +79 -0
- package/src/models/ColombiaCcProviderOutput.ts +177 -0
- package/src/models/ColombiaExpeditionPlace.ts +81 -0
- package/src/models/ConnectIdProviderOutput.ts +1 -16
- package/src/models/CoteDIvoireNidLookup2ProviderOutput.ts +144 -0
- package/src/models/CreateDirectProviderSessionRequest.ts +11 -0
- package/src/models/CreateHostedProviderSessionRequest.ts +10 -0
- package/src/models/CzechMojeIdProviderOutput.ts +19 -2
- package/src/models/CzechiaMojeIdProviderOutput.ts +2 -2
- package/src/models/DigilockerAadhaarProviderOutput.ts +17 -23
- package/src/models/DocumentData.ts +2 -2
- package/src/models/ElSalvadorDuiLookupInput.ts +80 -0
- package/src/models/ElSalvadorDuiProviderOutput.ts +91 -0
- package/src/models/EstoniaIdCardProviderOutput.ts +1 -1
- package/src/models/FaydaProviderAddress.ts +87 -0
- package/src/models/FaydaProviderOutput.ts +77 -3
- package/src/models/FinlandIdCardProviderOutput.ts +1 -1
- package/src/models/FinnishTrustNetworkProviderOutput.ts +5 -5
- package/src/models/FrejaProviderOutput.ts +2 -2
- package/src/models/FrenchNumeriqueGivenName.ts +2 -2
- package/src/models/FrenchNumeriqueProviderOutput.ts +12 -12
- package/src/models/GoogleWalletInput.ts +2 -0
- package/src/models/GuatemalaCuiLookupInput.ts +76 -0
- package/src/models/GuatemalaCuiProviderOutput.ts +172 -0
- package/src/models/IndiaPanLookupInput.ts +67 -0
- package/src/models/IndiaPanLookupProviderOutput.ts +160 -0
- package/src/models/IndiaPanStructuredNumber.ts +176 -0
- package/src/models/IndonesiaDukcapilMatchInput.ts +2 -2
- package/src/models/IndonesiaNikInput.ts +1 -1
- package/src/models/ItsmeProviderOutput.ts +1 -1
- package/src/models/KenyaNidBiometric2Input.ts +5 -1
- package/src/models/KenyaNidInput.ts +1 -1
- package/src/models/KenyaNidLookup2Input.ts +5 -1
- package/src/models/KenyaNidLookup2ProviderOutput.ts +5 -6
- package/src/models/KenyaNidMatch2Input.ts +6 -2
- package/src/models/KoreaTelcoMatchInput.ts +135 -0
- package/src/models/KoreaTelcoMatchProviderOutput.ts +96 -0
- package/src/models/KoreaTelcoMatchSex.ts +53 -0
- package/src/models/LaWalletProviderOutput.ts +3 -3
- package/src/models/LithuaniaIdCardProviderOutput.ts +1 -1
- package/src/models/LloydsSmartIdProviderOutput.ts +3 -3
- package/src/models/MdlOutput.ts +2 -2
- package/src/models/MdlOutputCertificateData.ts +2 -2
- package/src/models/MitIdProviderOutput.ts +11 -11
- package/src/models/MobileCarrier.ts +54 -0
- package/src/models/MobileIdProviderOutput.ts +1 -1
- package/src/models/MobileOperatingSystem.ts +54 -0
- package/src/models/NetherlandsIdinAddress.ts +104 -0
- package/src/models/NetherlandsIdinProviderOutput.ts +163 -0
- package/src/models/NigeriaNinInput.ts +1 -1
- package/src/models/NigeriaNinLookup2ProviderOutput.ts +1 -1
- package/src/models/NigeriaNinMatch2Input.ts +1 -1
- package/src/models/NorwegianBankIdProviderOutput.ts +5 -5
- package/src/models/OneIdProviderOutput.ts +1 -1
- package/src/models/OutputFrejaDocument.ts +1 -1
- package/src/models/PanamaCedulaLookupInput.ts +87 -0
- package/src/models/PanamaCedulaProviderOutput.ts +162 -0
- package/src/models/PersonData.ts +1 -1
- package/src/models/PeruDniProviderOutput.ts +4 -4
- package/src/models/PhilippineMatchInput.ts +1 -1
- package/src/models/PhilippinesDigitalNidProviderOutput.ts +2 -2
- package/src/models/PhilippinesPhysicalNidProviderOutput.ts +2 -2
- package/src/models/PolandEdoAppProviderOutput.ts +1 -1
- package/src/models/PolandMobywatelMatchInput.ts +130 -0
- package/src/models/PolandMobywatelMatchProviderOutput.ts +224 -0
- package/src/models/PortugalIdCardProviderOutput.ts +1 -1
- package/src/models/PostOfficeEasyIdProviderOutput.ts +3 -3
- package/src/models/Provider.ts +15 -0
- package/src/models/ProviderInput.ts +150 -0
- package/src/models/ProviderOutput.ts +337 -112
- package/src/models/ProviderSupportedLanguage.ts +74 -0
- package/src/models/SerbiaIdCardProviderOutput.ts +1 -1
- package/src/models/SignzyIndiaAadhaarFetchProviderOutput.ts +183 -0
- package/src/models/SingpassLoginProviderOutput.ts +132 -0
- package/src/models/SingpassMyInfoDescription.ts +73 -0
- package/src/models/SingpassMyInfoProviderOutput.ts +81 -0
- package/src/models/SingpassMyInfoRegisteredAddressOutput.ts +162 -0
- package/src/models/SingpassPersonalCatalog.ts +353 -0
- package/src/models/SingpassPhoneNumber.ts +81 -0
- package/src/models/SmartIdProviderOutput.ts +2 -2
- package/src/models/SouthAfricaNidInput.ts +1 -1
- package/src/models/SouthAfricaNidMatch2Input.ts +1 -1
- package/src/models/SpidProviderOutput.ts +2 -2
- package/src/models/StepRefreshInfo.ts +2 -2
- package/src/models/SwedenBankIdProviderOutput.ts +6 -6
- package/src/models/UgandaNidMatch2Input.ts +1 -1
- package/src/models/UkEvisaLookupInput.ts +1 -1
- package/src/models/UnitedKingdomEvisaProviderOutput.ts +6 -4
- package/src/models/UsaCaliforniaDmvInput.ts +75 -0
- package/src/models/VerificationProfileResponse.ts +8 -0
- package/src/models/YotiDeeplinkProviderOutput.ts +3 -3
- package/src/models/YotiDocumentDetails.ts +1 -1
- package/src/models/YotiProviderOutput.ts +3 -3
- package/src/models/index.ts +38 -4
- package/src/runtime.ts +18 -0
- package/dist/esm/models/ConnectIdBeneficiaryAccount.d.ts +0 -52
- package/dist/esm/models/ConnectIdBeneficiaryAccount.js +0 -47
- package/dist/esm/models/CreateWidgetSessionRequest.d.ts +0 -57
- package/dist/esm/models/CreateWidgetSessionRequest.js +0 -50
- package/dist/esm/models/CreateWidgetSessionResponse.d.ts +0 -54
- package/dist/esm/models/CreateWidgetSessionResponse.js +0 -51
- package/dist/esm/models/HttpValidationProblemDetails.d.ts +0 -64
- package/dist/esm/models/HttpValidationProblemDetails.js +0 -51
- package/dist/models/ConnectIdBeneficiaryAccount.d.ts +0 -52
- package/dist/models/ConnectIdBeneficiaryAccount.js +0 -54
- package/dist/models/CreateWidgetSessionRequest.d.ts +0 -57
- package/dist/models/CreateWidgetSessionRequest.js +0 -57
- package/dist/models/CreateWidgetSessionResponse.d.ts +0 -54
- package/dist/models/CreateWidgetSessionResponse.js +0 -58
- package/dist/models/HttpValidationProblemDetails.d.ts +0 -64
- package/dist/models/HttpValidationProblemDetails.js +0 -58
- package/src/models/ConnectIdBeneficiaryAccount.ts +0 -91
- package/src/models/CreateWidgetSessionRequest.ts +0 -104
- package/src/models/CreateWidgetSessionResponse.ts +0 -94
- package/src/models/HttpValidationProblemDetails.ts +0 -105
|
@@ -35,35 +35,19 @@ import {
|
|
|
35
35
|
*/
|
|
36
36
|
export interface DigilockerAadhaarProviderOutput {
|
|
37
37
|
/**
|
|
38
|
-
* The document type from which the identity data was retrieved
|
|
39
|
-
*
|
|
40
|
-
* Possible values:
|
|
41
|
-
* - ADHAR
|
|
42
|
-
* - PANCR
|
|
38
|
+
* The document type from which the identity data was retrieved.
|
|
43
39
|
* @type {string}
|
|
44
40
|
* @memberof DigilockerAadhaarProviderOutput
|
|
45
41
|
*/
|
|
46
42
|
documentType?: string | null;
|
|
47
|
-
/**
|
|
48
|
-
* Whether the downloaded Aadhaar document signature and certificate chain validation succeeded.
|
|
49
|
-
*
|
|
50
|
-
* In some cases, the document may not be returned, but the data is. When the document is received, a certificate validation is performed. When it is not, the signature can not be validated.
|
|
51
|
-
* @type {boolean}
|
|
52
|
-
* @memberof DigilockerAadhaarProviderOutput
|
|
53
|
-
*/
|
|
54
|
-
documentSignatureValidated: boolean;
|
|
55
43
|
/**
|
|
56
44
|
* The timestamp when the signed document was generated and verified.
|
|
57
|
-
*
|
|
58
|
-
* This is parsed as a date-time value. Aadhaar may omit timezone information.
|
|
59
45
|
* @type {Date}
|
|
60
46
|
* @memberof DigilockerAadhaarProviderOutput
|
|
61
47
|
*/
|
|
62
48
|
timestamp?: Date | null;
|
|
63
49
|
/**
|
|
64
50
|
* The validity expiration timestamp for the verification document.
|
|
65
|
-
*
|
|
66
|
-
* This is parsed as a date-time value. Aadhaar may omit timezone information.
|
|
67
51
|
* @type {Date}
|
|
68
52
|
* @memberof DigilockerAadhaarProviderOutput
|
|
69
53
|
*/
|
|
@@ -77,17 +61,27 @@ export interface DigilockerAadhaarProviderOutput {
|
|
|
77
61
|
*/
|
|
78
62
|
aadhaarNumberLastFour?: string | null;
|
|
79
63
|
/**
|
|
80
|
-
* The claims extracted from the
|
|
64
|
+
* The claims extracted from the Aadhaar document.
|
|
81
65
|
* @type {AadhaarClaims}
|
|
82
66
|
* @memberof DigilockerAadhaarProviderOutput
|
|
83
67
|
*/
|
|
84
68
|
claims?: AadhaarClaims | null;
|
|
85
69
|
/**
|
|
86
|
-
* The localized claims extracted from the
|
|
70
|
+
* The localized claims extracted from the Aadhaar document.
|
|
87
71
|
* @type {AadhaarLocalizedClaims}
|
|
88
72
|
* @memberof DigilockerAadhaarProviderOutput
|
|
89
73
|
*/
|
|
90
74
|
localizedClaims?: AadhaarLocalizedClaims | null;
|
|
75
|
+
/**
|
|
76
|
+
* Whether our own validation of the Aadhaar document signature and certificate chain succeeded.
|
|
77
|
+
*
|
|
78
|
+
* When the signed document (e.g. Digilocker XML) is available, we validate it using the standard CCA/SafeScrypt chain.
|
|
79
|
+
* When the document is not returned, the signature cannot be validated and this is false. Some providers (e.g. Signzy) also
|
|
80
|
+
* supply a separate DSC validation indicator in the webhook payload; that is independent of this flag, which reflects only our validation.
|
|
81
|
+
* @type {boolean}
|
|
82
|
+
* @memberof DigilockerAadhaarProviderOutput
|
|
83
|
+
*/
|
|
84
|
+
documentSignatureValidated: boolean;
|
|
91
85
|
}
|
|
92
86
|
|
|
93
87
|
/**
|
|
@@ -109,12 +103,12 @@ export function DigilockerAadhaarProviderOutputFromJSONTyped(json: any, ignoreDi
|
|
|
109
103
|
return {
|
|
110
104
|
|
|
111
105
|
'documentType': json['documentType'] == null ? undefined : json['documentType'],
|
|
112
|
-
'documentSignatureValidated': json['documentSignatureValidated'],
|
|
113
106
|
'timestamp': json['timestamp'] == null ? undefined : (new Date(json['timestamp'])),
|
|
114
107
|
'timeToLive': json['timeToLive'] == null ? undefined : (new Date(json['timeToLive'])),
|
|
115
108
|
'aadhaarNumberLastFour': json['aadhaarNumberLastFour'] == null ? undefined : json['aadhaarNumberLastFour'],
|
|
116
109
|
'claims': json['claims'] == null ? undefined : AadhaarClaimsFromJSON(json['claims']),
|
|
117
110
|
'localizedClaims': json['localizedClaims'] == null ? undefined : AadhaarLocalizedClaimsFromJSON(json['localizedClaims']),
|
|
111
|
+
'documentSignatureValidated': json['documentSignatureValidated'],
|
|
118
112
|
};
|
|
119
113
|
}
|
|
120
114
|
|
|
@@ -130,12 +124,12 @@ export function DigilockerAadhaarProviderOutputToJSONTyped(value?: DigilockerAad
|
|
|
130
124
|
return {
|
|
131
125
|
|
|
132
126
|
'documentType': value['documentType'],
|
|
133
|
-
'
|
|
134
|
-
'
|
|
135
|
-
'timeToLive': value['timeToLive'] == null ? undefined : ((value['timeToLive'] as any).toISOString()),
|
|
127
|
+
'timestamp': value['timestamp'] == null ? value['timestamp'] : value['timestamp'].toISOString(),
|
|
128
|
+
'timeToLive': value['timeToLive'] == null ? value['timeToLive'] : value['timeToLive'].toISOString(),
|
|
136
129
|
'aadhaarNumberLastFour': value['aadhaarNumberLastFour'],
|
|
137
130
|
'claims': AadhaarClaimsToJSON(value['claims']),
|
|
138
131
|
'localizedClaims': AadhaarLocalizedClaimsToJSON(value['localizedClaims']),
|
|
132
|
+
'documentSignatureValidated': value['documentSignatureValidated'],
|
|
139
133
|
};
|
|
140
134
|
}
|
|
141
135
|
|
|
@@ -115,8 +115,8 @@ export function DocumentDataToJSONTyped(value?: DocumentData | null, ignoreDiscr
|
|
|
115
115
|
|
|
116
116
|
'type': DocumentTypeToJSON(value['type']),
|
|
117
117
|
'number': value['number'],
|
|
118
|
-
'issueDate': value['issueDate'] == null ?
|
|
119
|
-
'expirationDate': value['expirationDate'] == null ?
|
|
118
|
+
'issueDate': value['issueDate'] == null ? value['issueDate'] : value['issueDate'].toISOString().substring(0,10),
|
|
119
|
+
'expirationDate': value['expirationDate'] == null ? value['expirationDate'] : value['expirationDate'].toISOString().substring(0,10),
|
|
120
120
|
'issuingCountry': value['issuingCountry'],
|
|
121
121
|
'issuingSubdivision': value['issuingSubdivision'],
|
|
122
122
|
'issuingAuthority': value['issuingAuthority'],
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Trinsic API
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v1
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { mapValues } from '../runtime';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface ElSalvadorDuiLookupInput
|
|
20
|
+
*/
|
|
21
|
+
export interface ElSalvadorDuiLookupInput {
|
|
22
|
+
/**
|
|
23
|
+
* The DUI (Documento Único de Identidad) number for the holder.
|
|
24
|
+
*
|
|
25
|
+
* Nine numeric digits after sanitization. Commonly printed as ########-# (hyphen before the final digit).
|
|
26
|
+
* The input will automatically be sanitized of dots, hyphens, spaces, or other non-alphanumeric characters
|
|
27
|
+
* before lookup.
|
|
28
|
+
*
|
|
29
|
+
* The ninth digit is a check digit. This is not publicly documented by the Salvadoran government, but the
|
|
30
|
+
* algorithm is available in the public domain for those who seek it.
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof ElSalvadorDuiLookupInput
|
|
33
|
+
*/
|
|
34
|
+
documentNumber?: string | null;
|
|
35
|
+
/**
|
|
36
|
+
* The DUI holder's date of birth. Required to match the correct person in official records.
|
|
37
|
+
* @type {Date}
|
|
38
|
+
* @memberof ElSalvadorDuiLookupInput
|
|
39
|
+
*/
|
|
40
|
+
dateOfBirth?: Date | null;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
/**
|
|
44
|
+
* Check if a given object implements the ElSalvadorDuiLookupInput interface.
|
|
45
|
+
*/
|
|
46
|
+
export function instanceOfElSalvadorDuiLookupInput(value: object): value is ElSalvadorDuiLookupInput {
|
|
47
|
+
return true;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
export function ElSalvadorDuiLookupInputFromJSON(json: any): ElSalvadorDuiLookupInput {
|
|
51
|
+
return ElSalvadorDuiLookupInputFromJSONTyped(json, false);
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
export function ElSalvadorDuiLookupInputFromJSONTyped(json: any, ignoreDiscriminator: boolean): ElSalvadorDuiLookupInput {
|
|
55
|
+
if (json == null) {
|
|
56
|
+
return json;
|
|
57
|
+
}
|
|
58
|
+
return {
|
|
59
|
+
|
|
60
|
+
'documentNumber': json['documentNumber'] == null ? undefined : json['documentNumber'],
|
|
61
|
+
'dateOfBirth': json['dateOfBirth'] == null ? undefined : (new Date(json['dateOfBirth'])),
|
|
62
|
+
};
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
export function ElSalvadorDuiLookupInputToJSON(json: any): ElSalvadorDuiLookupInput {
|
|
66
|
+
return ElSalvadorDuiLookupInputToJSONTyped(json, false);
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
export function ElSalvadorDuiLookupInputToJSONTyped(value?: ElSalvadorDuiLookupInput | null, ignoreDiscriminator: boolean = false): any {
|
|
70
|
+
if (value == null) {
|
|
71
|
+
return value;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
return {
|
|
75
|
+
|
|
76
|
+
'documentNumber': value['documentNumber'],
|
|
77
|
+
'dateOfBirth': value['dateOfBirth'] == null ? value['dateOfBirth'] : value['dateOfBirth'].toISOString().substring(0,10),
|
|
78
|
+
};
|
|
79
|
+
}
|
|
80
|
+
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Trinsic API
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v1
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { mapValues } from '../runtime';
|
|
16
|
+
/**
|
|
17
|
+
* Exposed properties for the `el-salvador-dui-lookup` Provider which do not directly map to the normalized IdentityData model.
|
|
18
|
+
* @export
|
|
19
|
+
* @interface ElSalvadorDuiProviderOutput
|
|
20
|
+
*/
|
|
21
|
+
export interface ElSalvadorDuiProviderOutput {
|
|
22
|
+
/**
|
|
23
|
+
* Full name as it appears on the DUI (Documento Único de Identidad), as returned by Verifik from
|
|
24
|
+
* official records administered by the Registro Nacional de las Personas Naturales (RNPN).
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof ElSalvadorDuiProviderOutput
|
|
27
|
+
*/
|
|
28
|
+
fullName: string;
|
|
29
|
+
/**
|
|
30
|
+
* The DUI (Documento Único de Identidad) document number as returned by Verifik for the matched record.
|
|
31
|
+
*
|
|
32
|
+
* Nine numeric digits after sanitization. Commonly printed as ########-# (hyphen before the final digit).
|
|
33
|
+
* The output will be stripped of the hyphen and will preserve leading zeros.
|
|
34
|
+
*
|
|
35
|
+
* The ninth digit is a check digit. This is not publicly documented by the Salvadoran government, but the
|
|
36
|
+
* algorithm is available in the public domain for those who seek it.
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof ElSalvadorDuiProviderOutput
|
|
39
|
+
*/
|
|
40
|
+
documentNumber: string;
|
|
41
|
+
/**
|
|
42
|
+
* The date of birth that was supplied for the lookup and confirmed as matching the DUI record.
|
|
43
|
+
* @type {Date}
|
|
44
|
+
* @memberof ElSalvadorDuiProviderOutput
|
|
45
|
+
*/
|
|
46
|
+
dateOfBirth: Date;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
/**
|
|
50
|
+
* Check if a given object implements the ElSalvadorDuiProviderOutput interface.
|
|
51
|
+
*/
|
|
52
|
+
export function instanceOfElSalvadorDuiProviderOutput(value: object): value is ElSalvadorDuiProviderOutput {
|
|
53
|
+
if (!('fullName' in value) || value['fullName'] === undefined) return false;
|
|
54
|
+
if (!('documentNumber' in value) || value['documentNumber'] === undefined) return false;
|
|
55
|
+
if (!('dateOfBirth' in value) || value['dateOfBirth'] === undefined) return false;
|
|
56
|
+
return true;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
export function ElSalvadorDuiProviderOutputFromJSON(json: any): ElSalvadorDuiProviderOutput {
|
|
60
|
+
return ElSalvadorDuiProviderOutputFromJSONTyped(json, false);
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
export function ElSalvadorDuiProviderOutputFromJSONTyped(json: any, ignoreDiscriminator: boolean): ElSalvadorDuiProviderOutput {
|
|
64
|
+
if (json == null) {
|
|
65
|
+
return json;
|
|
66
|
+
}
|
|
67
|
+
return {
|
|
68
|
+
|
|
69
|
+
'fullName': json['fullName'],
|
|
70
|
+
'documentNumber': json['documentNumber'],
|
|
71
|
+
'dateOfBirth': (new Date(json['dateOfBirth'])),
|
|
72
|
+
};
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
export function ElSalvadorDuiProviderOutputToJSON(json: any): ElSalvadorDuiProviderOutput {
|
|
76
|
+
return ElSalvadorDuiProviderOutputToJSONTyped(json, false);
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
export function ElSalvadorDuiProviderOutputToJSONTyped(value?: ElSalvadorDuiProviderOutput | null, ignoreDiscriminator: boolean = false): any {
|
|
80
|
+
if (value == null) {
|
|
81
|
+
return value;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
return {
|
|
85
|
+
|
|
86
|
+
'fullName': value['fullName'],
|
|
87
|
+
'documentNumber': value['documentNumber'],
|
|
88
|
+
'dateOfBirth': value['dateOfBirth'].toISOString().substring(0,10),
|
|
89
|
+
};
|
|
90
|
+
}
|
|
91
|
+
|
|
@@ -100,7 +100,7 @@ export function EstoniaIdCardProviderOutputToJSONTyped(value?: EstoniaIdCardProv
|
|
|
100
100
|
|
|
101
101
|
'firstName': value['firstName'],
|
|
102
102
|
'lastName': value['lastName'],
|
|
103
|
-
'dateOfBirth':
|
|
103
|
+
'dateOfBirth': value['dateOfBirth'].toISOString().substring(0,10),
|
|
104
104
|
'personalIdentificationCode': value['personalIdentificationCode'],
|
|
105
105
|
};
|
|
106
106
|
}
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Trinsic API
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v1
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { mapValues } from '../runtime';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface FaydaProviderAddress
|
|
20
|
+
*/
|
|
21
|
+
export interface FaydaProviderAddress {
|
|
22
|
+
/**
|
|
23
|
+
* The region, which is the primary administrative division of the address.
|
|
24
|
+
*
|
|
25
|
+
* This attribute is only available if registered directly.
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof FaydaProviderAddress
|
|
28
|
+
*/
|
|
29
|
+
region?: string | null;
|
|
30
|
+
/**
|
|
31
|
+
* The zone, which is the administrative area within the region.
|
|
32
|
+
*
|
|
33
|
+
* This attribute is only available if registered directly.
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof FaydaProviderAddress
|
|
36
|
+
*/
|
|
37
|
+
zone?: string | null;
|
|
38
|
+
/**
|
|
39
|
+
* The woreda, which is the local district within the zone.
|
|
40
|
+
*
|
|
41
|
+
* This attribute is only available if registered directly.
|
|
42
|
+
* @type {string}
|
|
43
|
+
* @memberof FaydaProviderAddress
|
|
44
|
+
*/
|
|
45
|
+
woreda?: string | null;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* Check if a given object implements the FaydaProviderAddress interface.
|
|
50
|
+
*/
|
|
51
|
+
export function instanceOfFaydaProviderAddress(value: object): value is FaydaProviderAddress {
|
|
52
|
+
return true;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
export function FaydaProviderAddressFromJSON(json: any): FaydaProviderAddress {
|
|
56
|
+
return FaydaProviderAddressFromJSONTyped(json, false);
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
export function FaydaProviderAddressFromJSONTyped(json: any, ignoreDiscriminator: boolean): FaydaProviderAddress {
|
|
60
|
+
if (json == null) {
|
|
61
|
+
return json;
|
|
62
|
+
}
|
|
63
|
+
return {
|
|
64
|
+
|
|
65
|
+
'region': json['region'] == null ? undefined : json['region'],
|
|
66
|
+
'zone': json['zone'] == null ? undefined : json['zone'],
|
|
67
|
+
'woreda': json['woreda'] == null ? undefined : json['woreda'],
|
|
68
|
+
};
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
export function FaydaProviderAddressToJSON(json: any): FaydaProviderAddress {
|
|
72
|
+
return FaydaProviderAddressToJSONTyped(json, false);
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
export function FaydaProviderAddressToJSONTyped(value?: FaydaProviderAddress | null, ignoreDiscriminator: boolean = false): any {
|
|
76
|
+
if (value == null) {
|
|
77
|
+
return value;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
return {
|
|
81
|
+
|
|
82
|
+
'region': value['region'],
|
|
83
|
+
'zone': value['zone'],
|
|
84
|
+
'woreda': value['woreda'],
|
|
85
|
+
};
|
|
86
|
+
}
|
|
87
|
+
|
|
@@ -13,6 +13,14 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
import { mapValues } from '../runtime';
|
|
16
|
+
import type { FaydaProviderAddress } from './FaydaProviderAddress';
|
|
17
|
+
import {
|
|
18
|
+
FaydaProviderAddressFromJSON,
|
|
19
|
+
FaydaProviderAddressFromJSONTyped,
|
|
20
|
+
FaydaProviderAddressToJSON,
|
|
21
|
+
FaydaProviderAddressToJSONTyped,
|
|
22
|
+
} from './FaydaProviderAddress';
|
|
23
|
+
|
|
16
24
|
/**
|
|
17
25
|
* Exposed properties for the `ethiopia-fayda` Provider which do not directly map to the normalized IdentityData model.
|
|
18
26
|
* @export
|
|
@@ -20,10 +28,10 @@ import { mapValues } from '../runtime';
|
|
|
20
28
|
*/
|
|
21
29
|
export interface FaydaProviderOutput {
|
|
22
30
|
/**
|
|
23
|
-
* A unique eKYC identifying token used to match the original eKYC token received from the provider when the
|
|
31
|
+
* A unique eKYC identifying token used to match the original eKYC token received from the provider when the individual was initially registered.
|
|
24
32
|
*
|
|
25
|
-
* Since Fayda does not return identifying data, it is the responsibility of the relying party to keep the unique
|
|
26
|
-
* the
|
|
33
|
+
* Since Fayda does not return identifying data, it is the responsibility of the relying party to keep the unique individual token received from Fayda when
|
|
34
|
+
* the individual was initially registered to do a comparison of the subs to verify that it is the same person.
|
|
27
35
|
* @type {string}
|
|
28
36
|
* @memberof FaydaProviderOutput
|
|
29
37
|
*/
|
|
@@ -48,6 +56,60 @@ export interface FaydaProviderOutput {
|
|
|
48
56
|
* @memberof FaydaProviderOutput
|
|
49
57
|
*/
|
|
50
58
|
arabicName?: string | null;
|
|
59
|
+
/**
|
|
60
|
+
* The date of birth of the verified individual.
|
|
61
|
+
*
|
|
62
|
+
* This attribute is only available if registered directly.
|
|
63
|
+
* @type {Date}
|
|
64
|
+
* @memberof FaydaProviderOutput
|
|
65
|
+
*/
|
|
66
|
+
birthdate?: Date | null;
|
|
67
|
+
/**
|
|
68
|
+
* The sex of the verified individual.
|
|
69
|
+
*
|
|
70
|
+
* Possible values:
|
|
71
|
+
* - Unknown
|
|
72
|
+
* - NotApplicable
|
|
73
|
+
* - Male
|
|
74
|
+
* - Female
|
|
75
|
+
*
|
|
76
|
+
* This attribute is only available if registered directly.
|
|
77
|
+
* @type {string}
|
|
78
|
+
* @memberof FaydaProviderOutput
|
|
79
|
+
*/
|
|
80
|
+
gender?: string | null;
|
|
81
|
+
/**
|
|
82
|
+
* The nationality of the verified individual as an ISO 3166-1 alpha-2 country code.
|
|
83
|
+
*
|
|
84
|
+
* This attribute is only available if registered directly.
|
|
85
|
+
* @type {string}
|
|
86
|
+
* @memberof FaydaProviderOutput
|
|
87
|
+
*/
|
|
88
|
+
nationality?: string | null;
|
|
89
|
+
/**
|
|
90
|
+
* The phone number of the verified individual.
|
|
91
|
+
*
|
|
92
|
+
* This attribute is only available if registered directly.
|
|
93
|
+
* @type {string}
|
|
94
|
+
* @memberof FaydaProviderOutput
|
|
95
|
+
*/
|
|
96
|
+
phoneNumber?: string | null;
|
|
97
|
+
/**
|
|
98
|
+
* The email address of the verified individual.
|
|
99
|
+
*
|
|
100
|
+
* This attribute is only available if registered directly.
|
|
101
|
+
* @type {string}
|
|
102
|
+
* @memberof FaydaProviderOutput
|
|
103
|
+
*/
|
|
104
|
+
email?: string | null;
|
|
105
|
+
/**
|
|
106
|
+
* The address of the verified individual.
|
|
107
|
+
*
|
|
108
|
+
* This attribute is only available if registered directly.
|
|
109
|
+
* @type {FaydaProviderAddress}
|
|
110
|
+
* @memberof FaydaProviderOutput
|
|
111
|
+
*/
|
|
112
|
+
address?: FaydaProviderAddress | null;
|
|
51
113
|
}
|
|
52
114
|
|
|
53
115
|
/**
|
|
@@ -71,6 +133,12 @@ export function FaydaProviderOutputFromJSONTyped(json: any, ignoreDiscriminator:
|
|
|
71
133
|
'name': json['name'] == null ? undefined : json['name'],
|
|
72
134
|
'englishName': json['englishName'] == null ? undefined : json['englishName'],
|
|
73
135
|
'arabicName': json['arabicName'] == null ? undefined : json['arabicName'],
|
|
136
|
+
'birthdate': json['birthdate'] == null ? undefined : (new Date(json['birthdate'])),
|
|
137
|
+
'gender': json['gender'] == null ? undefined : json['gender'],
|
|
138
|
+
'nationality': json['nationality'] == null ? undefined : json['nationality'],
|
|
139
|
+
'phoneNumber': json['phoneNumber'] == null ? undefined : json['phoneNumber'],
|
|
140
|
+
'email': json['email'] == null ? undefined : json['email'],
|
|
141
|
+
'address': json['address'] == null ? undefined : FaydaProviderAddressFromJSON(json['address']),
|
|
74
142
|
};
|
|
75
143
|
}
|
|
76
144
|
|
|
@@ -89,6 +157,12 @@ export function FaydaProviderOutputToJSONTyped(value?: FaydaProviderOutput | nul
|
|
|
89
157
|
'name': value['name'],
|
|
90
158
|
'englishName': value['englishName'],
|
|
91
159
|
'arabicName': value['arabicName'],
|
|
160
|
+
'birthdate': value['birthdate'] == null ? value['birthdate'] : value['birthdate'].toISOString().substring(0,10),
|
|
161
|
+
'gender': value['gender'],
|
|
162
|
+
'nationality': value['nationality'],
|
|
163
|
+
'phoneNumber': value['phoneNumber'],
|
|
164
|
+
'email': value['email'],
|
|
165
|
+
'address': FaydaProviderAddressToJSON(value['address']),
|
|
92
166
|
};
|
|
93
167
|
}
|
|
94
168
|
|
|
@@ -99,7 +99,7 @@ export function FinlandIdCardProviderOutputToJSONTyped(value?: FinlandIdCardProv
|
|
|
99
99
|
|
|
100
100
|
'firstName': value['firstName'],
|
|
101
101
|
'lastName': value['lastName'],
|
|
102
|
-
'dateOfBirth':
|
|
102
|
+
'dateOfBirth': value['dateOfBirth'].toISOString().substring(0,10),
|
|
103
103
|
'personalIdentificationCode': value['personalIdentificationCode'],
|
|
104
104
|
};
|
|
105
105
|
}
|
|
@@ -79,9 +79,9 @@ export interface FinnishTrustNetworkProviderOutput {
|
|
|
79
79
|
* To learn more, see: https://ec.europa.eu/digital-building-blocks/sites/spaces/DIGITAL/pages/467110081/eIDAS+Levels+of+Assurance
|
|
80
80
|
*
|
|
81
81
|
* Possible values:
|
|
82
|
-
* - Low: The
|
|
83
|
-
* - Substantial: The
|
|
84
|
-
* - High: The
|
|
82
|
+
* - Low: The individual has self asserted their identity and multifactor authentication is not required.
|
|
83
|
+
* - Substantial: The individual has performed either a remote or in-person identity verification and multifactor authentication is required.
|
|
84
|
+
* - High: The individual has performed an in-person identity proofing with an authorized representative and has strong cryptographic authentication requirements such as using a smart card.
|
|
85
85
|
* @type {string}
|
|
86
86
|
* @memberof FinnishTrustNetworkProviderOutput
|
|
87
87
|
*/
|
|
@@ -95,7 +95,7 @@ export interface FinnishTrustNetworkProviderOutput {
|
|
|
95
95
|
/**
|
|
96
96
|
* The phone number of the verified individual.
|
|
97
97
|
*
|
|
98
|
-
* This is only returned if the
|
|
98
|
+
* This is only returned if the individual authenticated with MobileID (Mobiilivarmenne).
|
|
99
99
|
* @type {string}
|
|
100
100
|
* @memberof FinnishTrustNetworkProviderOutput
|
|
101
101
|
*/
|
|
@@ -161,7 +161,7 @@ export function FinnishTrustNetworkProviderOutputToJSONTyped(value?: FinnishTrus
|
|
|
161
161
|
return {
|
|
162
162
|
|
|
163
163
|
'fullName': value['fullName'],
|
|
164
|
-
'dateOfBirth': value['dateOfBirth'] == null ?
|
|
164
|
+
'dateOfBirth': value['dateOfBirth'] == null ? value['dateOfBirth'] : value['dateOfBirth'].toISOString().substring(0,10),
|
|
165
165
|
'personalIdentificationCode': value['personalIdentificationCode'],
|
|
166
166
|
'uniqueIdentificationNumber': value['uniqueIdentificationNumber'],
|
|
167
167
|
'givenName': value['givenName'],
|
|
@@ -138,7 +138,7 @@ export interface FrejaProviderOutput {
|
|
|
138
138
|
*/
|
|
139
139
|
registrationLevel?: string | null;
|
|
140
140
|
/**
|
|
141
|
-
* The relying party
|
|
141
|
+
* The relying party identifier for this individual. This is an identifier specific to the individual and the
|
|
142
142
|
* relying party (your service).
|
|
143
143
|
* @type {string}
|
|
144
144
|
* @memberof FrejaProviderOutput
|
|
@@ -205,7 +205,7 @@ export function FrejaProviderOutputToJSONTyped(value?: FrejaProviderOutput | nul
|
|
|
205
205
|
'name': value['name'],
|
|
206
206
|
'givenName': value['givenName'],
|
|
207
207
|
'familyName': value['familyName'],
|
|
208
|
-
'dateOfBirth': value['dateOfBirth'] == null ?
|
|
208
|
+
'dateOfBirth': value['dateOfBirth'] == null ? value['dateOfBirth'] : value['dateOfBirth'].toISOString().substring(0,10),
|
|
209
209
|
'email': value['email'],
|
|
210
210
|
'emailVerified': value['emailVerified'],
|
|
211
211
|
'allEmailAddresses': value['allEmailAddresses'],
|
|
@@ -20,8 +20,8 @@ import { mapValues } from '../runtime';
|
|
|
20
20
|
*/
|
|
21
21
|
export interface FrenchNumeriqueGivenName {
|
|
22
22
|
/**
|
|
23
|
-
* Full given name(s) as recorded on the
|
|
24
|
-
* If the
|
|
23
|
+
* Full given name(s) as recorded on the individual's French identity document.
|
|
24
|
+
* If the individual has multiple given names, they are separated by a single space.
|
|
25
25
|
* @type {string}
|
|
26
26
|
* @memberof FrenchNumeriqueGivenName
|
|
27
27
|
*/
|
|
@@ -49,7 +49,7 @@ export interface FrenchNumeriqueProviderOutput {
|
|
|
49
49
|
*/
|
|
50
50
|
givenName?: FrenchNumeriqueGivenName | null;
|
|
51
51
|
/**
|
|
52
|
-
* Birth name (nom de naissance) as recorded on the
|
|
52
|
+
* Birth name (nom de naissance) as recorded on the individual's French identity document.
|
|
53
53
|
* In France, this is the family name given at birth and may differ from the usage name.
|
|
54
54
|
* @type {string}
|
|
55
55
|
* @memberof FrenchNumeriqueProviderOutput
|
|
@@ -65,7 +65,7 @@ export interface FrenchNumeriqueProviderOutput {
|
|
|
65
65
|
preferredSurname?: string | null;
|
|
66
66
|
/**
|
|
67
67
|
* Date of birth in YYYY-MM-DD format,
|
|
68
|
-
* as recorded on the
|
|
68
|
+
* as recorded on the individual's French identity document.
|
|
69
69
|
* @type {string}
|
|
70
70
|
* @memberof FrenchNumeriqueProviderOutput
|
|
71
71
|
*/
|
|
@@ -84,9 +84,9 @@ export interface FrenchNumeriqueProviderOutput {
|
|
|
84
84
|
*/
|
|
85
85
|
sex?: string | null;
|
|
86
86
|
/**
|
|
87
|
-
* Majority status (majorité) indicating whether the
|
|
87
|
+
* Majority status (majorité) indicating whether the individual has reached the
|
|
88
88
|
* French age of legal majority (18 years old). This value is computed by
|
|
89
|
-
* the provider from the
|
|
89
|
+
* the provider from the individual's birthdate.
|
|
90
90
|
* @type {boolean}
|
|
91
91
|
* @memberof FrenchNumeriqueProviderOutput
|
|
92
92
|
*/
|
|
@@ -105,7 +105,7 @@ export interface FrenchNumeriqueProviderOutput {
|
|
|
105
105
|
*/
|
|
106
106
|
phoneNumberVerified?: boolean | null;
|
|
107
107
|
/**
|
|
108
|
-
* Email address registered in the
|
|
108
|
+
* Email address registered in the individual's digital identity account.
|
|
109
109
|
* @type {string}
|
|
110
110
|
* @memberof FrenchNumeriqueProviderOutput
|
|
111
111
|
*/
|
|
@@ -136,7 +136,7 @@ export interface FrenchNumeriqueProviderOutput {
|
|
|
136
136
|
birthplaceLabel?: string | null;
|
|
137
137
|
/**
|
|
138
138
|
* National Institute of Statistics and Economic Studies (INSEE) official geographic code (COG)
|
|
139
|
-
* for the
|
|
139
|
+
* for the individual's country of birth.
|
|
140
140
|
*
|
|
141
141
|
* LaPoste returns this as a 5-character numeric string. This is a country/territory COG,
|
|
142
142
|
* so it always starts with "99" (99xxx). France is coded as 99100.
|
|
@@ -167,14 +167,14 @@ export interface FrenchNumeriqueProviderOutput {
|
|
|
167
167
|
*/
|
|
168
168
|
birthDepartment?: string | null;
|
|
169
169
|
/**
|
|
170
|
-
* Date when the
|
|
170
|
+
* Date when the individual's digital identity was created.
|
|
171
171
|
* @type {Date}
|
|
172
172
|
* @memberof FrenchNumeriqueProviderOutput
|
|
173
173
|
*/
|
|
174
174
|
digitalIdentityCreationDate?: Date | null;
|
|
175
175
|
/**
|
|
176
176
|
* Date when the digital identity expires. It is valid for 5 years from the date of identity verification.
|
|
177
|
-
*
|
|
177
|
+
* Individuals are notified ~1 month before and must re-verify identity via the app or in-person at La Poste.
|
|
178
178
|
* After expiration, the identity is deactivated but can be renewed within 1 year; otherwise deleted.
|
|
179
179
|
* @type {Date}
|
|
180
180
|
* @memberof FrenchNumeriqueProviderOutput
|
|
@@ -292,12 +292,12 @@ export function FrenchNumeriqueProviderOutputToJSONTyped(value?: FrenchNumerique
|
|
|
292
292
|
'birthCountryIso': value['birthCountryIso'],
|
|
293
293
|
'birthCountryLabel': value['birthCountryLabel'],
|
|
294
294
|
'birthDepartment': value['birthDepartment'],
|
|
295
|
-
'digitalIdentityCreationDate': value['digitalIdentityCreationDate'] == null ?
|
|
296
|
-
'digitalIdentityExpirationDate': value['digitalIdentityExpirationDate'] == null ?
|
|
295
|
+
'digitalIdentityCreationDate': value['digitalIdentityCreationDate'] == null ? value['digitalIdentityCreationDate'] : value['digitalIdentityCreationDate'].toISOString().substring(0,10),
|
|
296
|
+
'digitalIdentityExpirationDate': value['digitalIdentityExpirationDate'] == null ? value['digitalIdentityExpirationDate'] : value['digitalIdentityExpirationDate'].toISOString().substring(0,10),
|
|
297
297
|
'identityDocumentType': value['identityDocumentType'],
|
|
298
298
|
'identityDocumentNumber': value['identityDocumentNumber'],
|
|
299
|
-
'identityDocumentEmittingDate': value['identityDocumentEmittingDate'] == null ?
|
|
300
|
-
'identityDocumentExpirationDate': value['identityDocumentExpirationDate'] == null ?
|
|
299
|
+
'identityDocumentEmittingDate': value['identityDocumentEmittingDate'] == null ? value['identityDocumentEmittingDate'] : value['identityDocumentEmittingDate'].toISOString().substring(0,10),
|
|
300
|
+
'identityDocumentExpirationDate': value['identityDocumentExpirationDate'] == null ? value['identityDocumentExpirationDate'] : value['identityDocumentExpirationDate'].toISOString().substring(0,10),
|
|
301
301
|
'identityDocumentEmittingCountry': value['identityDocumentEmittingCountry'],
|
|
302
302
|
'identityDocumentMrz': value['identityDocumentMrz'],
|
|
303
303
|
};
|
|
@@ -48,6 +48,8 @@ export interface GoogleWalletInput {
|
|
|
48
48
|
* The raw 18013-7 exchange request to use for this verification.
|
|
49
49
|
*
|
|
50
50
|
* If set, this overrides any default configuration on your Verification Profile.
|
|
51
|
+
*
|
|
52
|
+
* NOTE: This parameter has no effect in live mode for Google Wallet verifications. Dynamic requests are currently only supported in test mode for Google Wallet.
|
|
51
53
|
* @type {Raw18013RequestInput}
|
|
52
54
|
* @memberof GoogleWalletInput
|
|
53
55
|
*/
|