@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
|
@@ -18,35 +18,19 @@ import type { AadhaarClaims } from './AadhaarClaims';
|
|
|
18
18
|
*/
|
|
19
19
|
export interface DigilockerAadhaarProviderOutput {
|
|
20
20
|
/**
|
|
21
|
-
* The document type from which the identity data was retrieved
|
|
22
|
-
*
|
|
23
|
-
* Possible values:
|
|
24
|
-
* - ADHAR
|
|
25
|
-
* - PANCR
|
|
21
|
+
* The document type from which the identity data was retrieved.
|
|
26
22
|
* @type {string}
|
|
27
23
|
* @memberof DigilockerAadhaarProviderOutput
|
|
28
24
|
*/
|
|
29
25
|
documentType?: string | null;
|
|
30
|
-
/**
|
|
31
|
-
* Whether the downloaded Aadhaar document signature and certificate chain validation succeeded.
|
|
32
|
-
*
|
|
33
|
-
* 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.
|
|
34
|
-
* @type {boolean}
|
|
35
|
-
* @memberof DigilockerAadhaarProviderOutput
|
|
36
|
-
*/
|
|
37
|
-
documentSignatureValidated: boolean;
|
|
38
26
|
/**
|
|
39
27
|
* The timestamp when the signed document was generated and verified.
|
|
40
|
-
*
|
|
41
|
-
* This is parsed as a date-time value. Aadhaar may omit timezone information.
|
|
42
28
|
* @type {Date}
|
|
43
29
|
* @memberof DigilockerAadhaarProviderOutput
|
|
44
30
|
*/
|
|
45
31
|
timestamp?: Date | null;
|
|
46
32
|
/**
|
|
47
33
|
* The validity expiration timestamp for the verification document.
|
|
48
|
-
*
|
|
49
|
-
* This is parsed as a date-time value. Aadhaar may omit timezone information.
|
|
50
34
|
* @type {Date}
|
|
51
35
|
* @memberof DigilockerAadhaarProviderOutput
|
|
52
36
|
*/
|
|
@@ -60,17 +44,27 @@ export interface DigilockerAadhaarProviderOutput {
|
|
|
60
44
|
*/
|
|
61
45
|
aadhaarNumberLastFour?: string | null;
|
|
62
46
|
/**
|
|
63
|
-
* The claims extracted from the
|
|
47
|
+
* The claims extracted from the Aadhaar document.
|
|
64
48
|
* @type {AadhaarClaims}
|
|
65
49
|
* @memberof DigilockerAadhaarProviderOutput
|
|
66
50
|
*/
|
|
67
51
|
claims?: AadhaarClaims | null;
|
|
68
52
|
/**
|
|
69
|
-
* The localized claims extracted from the
|
|
53
|
+
* The localized claims extracted from the Aadhaar document.
|
|
70
54
|
* @type {AadhaarLocalizedClaims}
|
|
71
55
|
* @memberof DigilockerAadhaarProviderOutput
|
|
72
56
|
*/
|
|
73
57
|
localizedClaims?: AadhaarLocalizedClaims | null;
|
|
58
|
+
/**
|
|
59
|
+
* Whether our own validation of the Aadhaar document signature and certificate chain succeeded.
|
|
60
|
+
*
|
|
61
|
+
* When the signed document (e.g. Digilocker XML) is available, we validate it using the standard CCA/SafeScrypt chain.
|
|
62
|
+
* When the document is not returned, the signature cannot be validated and this is false. Some providers (e.g. Signzy) also
|
|
63
|
+
* supply a separate DSC validation indicator in the webhook payload; that is independent of this flag, which reflects only our validation.
|
|
64
|
+
* @type {boolean}
|
|
65
|
+
* @memberof DigilockerAadhaarProviderOutput
|
|
66
|
+
*/
|
|
67
|
+
documentSignatureValidated: boolean;
|
|
74
68
|
}
|
|
75
69
|
/**
|
|
76
70
|
* Check if a given object implements the DigilockerAadhaarProviderOutput interface.
|
|
@@ -30,12 +30,12 @@ export function DigilockerAadhaarProviderOutputFromJSONTyped(json, ignoreDiscrim
|
|
|
30
30
|
}
|
|
31
31
|
return {
|
|
32
32
|
'documentType': json['documentType'] == null ? undefined : json['documentType'],
|
|
33
|
-
'documentSignatureValidated': json['documentSignatureValidated'],
|
|
34
33
|
'timestamp': json['timestamp'] == null ? undefined : (new Date(json['timestamp'])),
|
|
35
34
|
'timeToLive': json['timeToLive'] == null ? undefined : (new Date(json['timeToLive'])),
|
|
36
35
|
'aadhaarNumberLastFour': json['aadhaarNumberLastFour'] == null ? undefined : json['aadhaarNumberLastFour'],
|
|
37
36
|
'claims': json['claims'] == null ? undefined : AadhaarClaimsFromJSON(json['claims']),
|
|
38
37
|
'localizedClaims': json['localizedClaims'] == null ? undefined : AadhaarLocalizedClaimsFromJSON(json['localizedClaims']),
|
|
38
|
+
'documentSignatureValidated': json['documentSignatureValidated'],
|
|
39
39
|
};
|
|
40
40
|
}
|
|
41
41
|
export function DigilockerAadhaarProviderOutputToJSON(json) {
|
|
@@ -47,11 +47,11 @@ export function DigilockerAadhaarProviderOutputToJSONTyped(value, ignoreDiscrimi
|
|
|
47
47
|
}
|
|
48
48
|
return {
|
|
49
49
|
'documentType': value['documentType'],
|
|
50
|
-
'
|
|
51
|
-
'
|
|
52
|
-
'timeToLive': value['timeToLive'] == null ? undefined : (value['timeToLive'].toISOString()),
|
|
50
|
+
'timestamp': value['timestamp'] == null ? value['timestamp'] : value['timestamp'].toISOString(),
|
|
51
|
+
'timeToLive': value['timeToLive'] == null ? value['timeToLive'] : value['timeToLive'].toISOString(),
|
|
53
52
|
'aadhaarNumberLastFour': value['aadhaarNumberLastFour'],
|
|
54
53
|
'claims': AadhaarClaimsToJSON(value['claims']),
|
|
55
54
|
'localizedClaims': AadhaarLocalizedClaimsToJSON(value['localizedClaims']),
|
|
55
|
+
'documentSignatureValidated': value['documentSignatureValidated'],
|
|
56
56
|
};
|
|
57
57
|
}
|
|
@@ -45,8 +45,8 @@ export function DocumentDataToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
45
45
|
return {
|
|
46
46
|
'type': DocumentTypeToJSON(value['type']),
|
|
47
47
|
'number': value['number'],
|
|
48
|
-
'issueDate': value['issueDate'] == null ?
|
|
49
|
-
'expirationDate': value['expirationDate'] == null ?
|
|
48
|
+
'issueDate': value['issueDate'] == null ? value['issueDate'] : value['issueDate'].toISOString().substring(0, 10),
|
|
49
|
+
'expirationDate': value['expirationDate'] == null ? value['expirationDate'] : value['expirationDate'].toISOString().substring(0, 10),
|
|
50
50
|
'issuingCountry': value['issuingCountry'],
|
|
51
51
|
'issuingSubdivision': value['issuingSubdivision'],
|
|
52
52
|
'issuingAuthority': value['issuingAuthority'],
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Trinsic API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface ElSalvadorDuiLookupInput
|
|
16
|
+
*/
|
|
17
|
+
export interface ElSalvadorDuiLookupInput {
|
|
18
|
+
/**
|
|
19
|
+
* The DUI (Documento Único de Identidad) number for the holder.
|
|
20
|
+
*
|
|
21
|
+
* Nine numeric digits after sanitization. Commonly printed as ########-# (hyphen before the final digit).
|
|
22
|
+
* The input will automatically be sanitized of dots, hyphens, spaces, or other non-alphanumeric characters
|
|
23
|
+
* before lookup.
|
|
24
|
+
*
|
|
25
|
+
* The ninth digit is a check digit. This is not publicly documented by the Salvadoran government, but the
|
|
26
|
+
* algorithm is available in the public domain for those who seek it.
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof ElSalvadorDuiLookupInput
|
|
29
|
+
*/
|
|
30
|
+
documentNumber?: string | null;
|
|
31
|
+
/**
|
|
32
|
+
* The DUI holder's date of birth. Required to match the correct person in official records.
|
|
33
|
+
* @type {Date}
|
|
34
|
+
* @memberof ElSalvadorDuiLookupInput
|
|
35
|
+
*/
|
|
36
|
+
dateOfBirth?: Date | null;
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* Check if a given object implements the ElSalvadorDuiLookupInput interface.
|
|
40
|
+
*/
|
|
41
|
+
export declare function instanceOfElSalvadorDuiLookupInput(value: object): value is ElSalvadorDuiLookupInput;
|
|
42
|
+
export declare function ElSalvadorDuiLookupInputFromJSON(json: any): ElSalvadorDuiLookupInput;
|
|
43
|
+
export declare function ElSalvadorDuiLookupInputFromJSONTyped(json: any, ignoreDiscriminator: boolean): ElSalvadorDuiLookupInput;
|
|
44
|
+
export declare function ElSalvadorDuiLookupInputToJSON(json: any): ElSalvadorDuiLookupInput;
|
|
45
|
+
export declare function ElSalvadorDuiLookupInputToJSONTyped(value?: ElSalvadorDuiLookupInput | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,43 @@
|
|
|
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
|
+
* Check if a given object implements the ElSalvadorDuiLookupInput interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfElSalvadorDuiLookupInput(value) {
|
|
18
|
+
return true;
|
|
19
|
+
}
|
|
20
|
+
export function ElSalvadorDuiLookupInputFromJSON(json) {
|
|
21
|
+
return ElSalvadorDuiLookupInputFromJSONTyped(json, false);
|
|
22
|
+
}
|
|
23
|
+
export function ElSalvadorDuiLookupInputFromJSONTyped(json, ignoreDiscriminator) {
|
|
24
|
+
if (json == null) {
|
|
25
|
+
return json;
|
|
26
|
+
}
|
|
27
|
+
return {
|
|
28
|
+
'documentNumber': json['documentNumber'] == null ? undefined : json['documentNumber'],
|
|
29
|
+
'dateOfBirth': json['dateOfBirth'] == null ? undefined : (new Date(json['dateOfBirth'])),
|
|
30
|
+
};
|
|
31
|
+
}
|
|
32
|
+
export function ElSalvadorDuiLookupInputToJSON(json) {
|
|
33
|
+
return ElSalvadorDuiLookupInputToJSONTyped(json, false);
|
|
34
|
+
}
|
|
35
|
+
export function ElSalvadorDuiLookupInputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
36
|
+
if (value == null) {
|
|
37
|
+
return value;
|
|
38
|
+
}
|
|
39
|
+
return {
|
|
40
|
+
'documentNumber': value['documentNumber'],
|
|
41
|
+
'dateOfBirth': value['dateOfBirth'] == null ? value['dateOfBirth'] : value['dateOfBirth'].toISOString().substring(0, 10),
|
|
42
|
+
};
|
|
43
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Trinsic API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* Exposed properties for the `el-salvador-dui-lookup` Provider which do not directly map to the normalized IdentityData model.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface ElSalvadorDuiProviderOutput
|
|
16
|
+
*/
|
|
17
|
+
export interface ElSalvadorDuiProviderOutput {
|
|
18
|
+
/**
|
|
19
|
+
* Full name as it appears on the DUI (Documento Único de Identidad), as returned by Verifik from
|
|
20
|
+
* official records administered by the Registro Nacional de las Personas Naturales (RNPN).
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof ElSalvadorDuiProviderOutput
|
|
23
|
+
*/
|
|
24
|
+
fullName: string;
|
|
25
|
+
/**
|
|
26
|
+
* The DUI (Documento Único de Identidad) document number as returned by Verifik for the matched record.
|
|
27
|
+
*
|
|
28
|
+
* Nine numeric digits after sanitization. Commonly printed as ########-# (hyphen before the final digit).
|
|
29
|
+
* The output will be stripped of the hyphen and will preserve leading zeros.
|
|
30
|
+
*
|
|
31
|
+
* The ninth digit is a check digit. This is not publicly documented by the Salvadoran government, but the
|
|
32
|
+
* algorithm is available in the public domain for those who seek it.
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof ElSalvadorDuiProviderOutput
|
|
35
|
+
*/
|
|
36
|
+
documentNumber: string;
|
|
37
|
+
/**
|
|
38
|
+
* The date of birth that was supplied for the lookup and confirmed as matching the DUI record.
|
|
39
|
+
* @type {Date}
|
|
40
|
+
* @memberof ElSalvadorDuiProviderOutput
|
|
41
|
+
*/
|
|
42
|
+
dateOfBirth: Date;
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* Check if a given object implements the ElSalvadorDuiProviderOutput interface.
|
|
46
|
+
*/
|
|
47
|
+
export declare function instanceOfElSalvadorDuiProviderOutput(value: object): value is ElSalvadorDuiProviderOutput;
|
|
48
|
+
export declare function ElSalvadorDuiProviderOutputFromJSON(json: any): ElSalvadorDuiProviderOutput;
|
|
49
|
+
export declare function ElSalvadorDuiProviderOutputFromJSONTyped(json: any, ignoreDiscriminator: boolean): ElSalvadorDuiProviderOutput;
|
|
50
|
+
export declare function ElSalvadorDuiProviderOutputToJSON(json: any): ElSalvadorDuiProviderOutput;
|
|
51
|
+
export declare function ElSalvadorDuiProviderOutputToJSONTyped(value?: ElSalvadorDuiProviderOutput | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,51 @@
|
|
|
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
|
+
* Check if a given object implements the ElSalvadorDuiProviderOutput interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfElSalvadorDuiProviderOutput(value) {
|
|
18
|
+
if (!('fullName' in value) || value['fullName'] === undefined)
|
|
19
|
+
return false;
|
|
20
|
+
if (!('documentNumber' in value) || value['documentNumber'] === undefined)
|
|
21
|
+
return false;
|
|
22
|
+
if (!('dateOfBirth' in value) || value['dateOfBirth'] === undefined)
|
|
23
|
+
return false;
|
|
24
|
+
return true;
|
|
25
|
+
}
|
|
26
|
+
export function ElSalvadorDuiProviderOutputFromJSON(json) {
|
|
27
|
+
return ElSalvadorDuiProviderOutputFromJSONTyped(json, false);
|
|
28
|
+
}
|
|
29
|
+
export function ElSalvadorDuiProviderOutputFromJSONTyped(json, ignoreDiscriminator) {
|
|
30
|
+
if (json == null) {
|
|
31
|
+
return json;
|
|
32
|
+
}
|
|
33
|
+
return {
|
|
34
|
+
'fullName': json['fullName'],
|
|
35
|
+
'documentNumber': json['documentNumber'],
|
|
36
|
+
'dateOfBirth': (new Date(json['dateOfBirth'])),
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
export function ElSalvadorDuiProviderOutputToJSON(json) {
|
|
40
|
+
return ElSalvadorDuiProviderOutputToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
export function ElSalvadorDuiProviderOutputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
+
if (value == null) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'fullName': value['fullName'],
|
|
48
|
+
'documentNumber': value['documentNumber'],
|
|
49
|
+
'dateOfBirth': value['dateOfBirth'].toISOString().substring(0, 10),
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -49,7 +49,7 @@ export function EstoniaIdCardProviderOutputToJSONTyped(value, ignoreDiscriminato
|
|
|
49
49
|
return {
|
|
50
50
|
'firstName': value['firstName'],
|
|
51
51
|
'lastName': value['lastName'],
|
|
52
|
-
'dateOfBirth':
|
|
52
|
+
'dateOfBirth': value['dateOfBirth'].toISOString().substring(0, 10),
|
|
53
53
|
'personalIdentificationCode': value['personalIdentificationCode'],
|
|
54
54
|
};
|
|
55
55
|
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Trinsic API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface FaydaProviderAddress
|
|
16
|
+
*/
|
|
17
|
+
export interface FaydaProviderAddress {
|
|
18
|
+
/**
|
|
19
|
+
* The region, which is the primary administrative division of the address.
|
|
20
|
+
*
|
|
21
|
+
* This attribute is only available if registered directly.
|
|
22
|
+
* @type {string}
|
|
23
|
+
* @memberof FaydaProviderAddress
|
|
24
|
+
*/
|
|
25
|
+
region?: string | null;
|
|
26
|
+
/**
|
|
27
|
+
* The zone, which is the administrative area within the region.
|
|
28
|
+
*
|
|
29
|
+
* This attribute is only available if registered directly.
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof FaydaProviderAddress
|
|
32
|
+
*/
|
|
33
|
+
zone?: string | null;
|
|
34
|
+
/**
|
|
35
|
+
* The woreda, which is the local district within the zone.
|
|
36
|
+
*
|
|
37
|
+
* This attribute is only available if registered directly.
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof FaydaProviderAddress
|
|
40
|
+
*/
|
|
41
|
+
woreda?: string | null;
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* Check if a given object implements the FaydaProviderAddress interface.
|
|
45
|
+
*/
|
|
46
|
+
export declare function instanceOfFaydaProviderAddress(value: object): value is FaydaProviderAddress;
|
|
47
|
+
export declare function FaydaProviderAddressFromJSON(json: any): FaydaProviderAddress;
|
|
48
|
+
export declare function FaydaProviderAddressFromJSONTyped(json: any, ignoreDiscriminator: boolean): FaydaProviderAddress;
|
|
49
|
+
export declare function FaydaProviderAddressToJSON(json: any): FaydaProviderAddress;
|
|
50
|
+
export declare function FaydaProviderAddressToJSONTyped(value?: FaydaProviderAddress | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,45 @@
|
|
|
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
|
+
* Check if a given object implements the FaydaProviderAddress interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfFaydaProviderAddress(value) {
|
|
18
|
+
return true;
|
|
19
|
+
}
|
|
20
|
+
export function FaydaProviderAddressFromJSON(json) {
|
|
21
|
+
return FaydaProviderAddressFromJSONTyped(json, false);
|
|
22
|
+
}
|
|
23
|
+
export function FaydaProviderAddressFromJSONTyped(json, ignoreDiscriminator) {
|
|
24
|
+
if (json == null) {
|
|
25
|
+
return json;
|
|
26
|
+
}
|
|
27
|
+
return {
|
|
28
|
+
'region': json['region'] == null ? undefined : json['region'],
|
|
29
|
+
'zone': json['zone'] == null ? undefined : json['zone'],
|
|
30
|
+
'woreda': json['woreda'] == null ? undefined : json['woreda'],
|
|
31
|
+
};
|
|
32
|
+
}
|
|
33
|
+
export function FaydaProviderAddressToJSON(json) {
|
|
34
|
+
return FaydaProviderAddressToJSONTyped(json, false);
|
|
35
|
+
}
|
|
36
|
+
export function FaydaProviderAddressToJSONTyped(value, ignoreDiscriminator = false) {
|
|
37
|
+
if (value == null) {
|
|
38
|
+
return value;
|
|
39
|
+
}
|
|
40
|
+
return {
|
|
41
|
+
'region': value['region'],
|
|
42
|
+
'zone': value['zone'],
|
|
43
|
+
'woreda': value['woreda'],
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import type { FaydaProviderAddress } from './FaydaProviderAddress';
|
|
12
13
|
/**
|
|
13
14
|
* Exposed properties for the `ethiopia-fayda` Provider which do not directly map to the normalized IdentityData model.
|
|
14
15
|
* @export
|
|
@@ -16,10 +17,10 @@
|
|
|
16
17
|
*/
|
|
17
18
|
export interface FaydaProviderOutput {
|
|
18
19
|
/**
|
|
19
|
-
* A unique eKYC identifying token used to match the original eKYC token received from the provider when the
|
|
20
|
+
* A unique eKYC identifying token used to match the original eKYC token received from the provider when the individual was initially registered.
|
|
20
21
|
*
|
|
21
|
-
* Since Fayda does not return identifying data, it is the responsibility of the relying party to keep the unique
|
|
22
|
-
* the
|
|
22
|
+
* 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
|
|
23
|
+
* the individual was initially registered to do a comparison of the subs to verify that it is the same person.
|
|
23
24
|
* @type {string}
|
|
24
25
|
* @memberof FaydaProviderOutput
|
|
25
26
|
*/
|
|
@@ -44,6 +45,60 @@ export interface FaydaProviderOutput {
|
|
|
44
45
|
* @memberof FaydaProviderOutput
|
|
45
46
|
*/
|
|
46
47
|
arabicName?: string | null;
|
|
48
|
+
/**
|
|
49
|
+
* The date of birth of the verified individual.
|
|
50
|
+
*
|
|
51
|
+
* This attribute is only available if registered directly.
|
|
52
|
+
* @type {Date}
|
|
53
|
+
* @memberof FaydaProviderOutput
|
|
54
|
+
*/
|
|
55
|
+
birthdate?: Date | null;
|
|
56
|
+
/**
|
|
57
|
+
* The sex of the verified individual.
|
|
58
|
+
*
|
|
59
|
+
* Possible values:
|
|
60
|
+
* - Unknown
|
|
61
|
+
* - NotApplicable
|
|
62
|
+
* - Male
|
|
63
|
+
* - Female
|
|
64
|
+
*
|
|
65
|
+
* This attribute is only available if registered directly.
|
|
66
|
+
* @type {string}
|
|
67
|
+
* @memberof FaydaProviderOutput
|
|
68
|
+
*/
|
|
69
|
+
gender?: string | null;
|
|
70
|
+
/**
|
|
71
|
+
* The nationality of the verified individual as an ISO 3166-1 alpha-2 country code.
|
|
72
|
+
*
|
|
73
|
+
* This attribute is only available if registered directly.
|
|
74
|
+
* @type {string}
|
|
75
|
+
* @memberof FaydaProviderOutput
|
|
76
|
+
*/
|
|
77
|
+
nationality?: string | null;
|
|
78
|
+
/**
|
|
79
|
+
* The phone number of the verified individual.
|
|
80
|
+
*
|
|
81
|
+
* This attribute is only available if registered directly.
|
|
82
|
+
* @type {string}
|
|
83
|
+
* @memberof FaydaProviderOutput
|
|
84
|
+
*/
|
|
85
|
+
phoneNumber?: string | null;
|
|
86
|
+
/**
|
|
87
|
+
* The email address of the verified individual.
|
|
88
|
+
*
|
|
89
|
+
* This attribute is only available if registered directly.
|
|
90
|
+
* @type {string}
|
|
91
|
+
* @memberof FaydaProviderOutput
|
|
92
|
+
*/
|
|
93
|
+
email?: string | null;
|
|
94
|
+
/**
|
|
95
|
+
* The address of the verified individual.
|
|
96
|
+
*
|
|
97
|
+
* This attribute is only available if registered directly.
|
|
98
|
+
* @type {FaydaProviderAddress}
|
|
99
|
+
* @memberof FaydaProviderOutput
|
|
100
|
+
*/
|
|
101
|
+
address?: FaydaProviderAddress | null;
|
|
47
102
|
}
|
|
48
103
|
/**
|
|
49
104
|
* Check if a given object implements the FaydaProviderOutput interface.
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
* https://openapi-generator.tech
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
|
+
import { FaydaProviderAddressFromJSON, FaydaProviderAddressToJSON, } from './FaydaProviderAddress';
|
|
14
15
|
/**
|
|
15
16
|
* Check if a given object implements the FaydaProviderOutput interface.
|
|
16
17
|
*/
|
|
@@ -29,6 +30,12 @@ export function FaydaProviderOutputFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
29
30
|
'name': json['name'] == null ? undefined : json['name'],
|
|
30
31
|
'englishName': json['englishName'] == null ? undefined : json['englishName'],
|
|
31
32
|
'arabicName': json['arabicName'] == null ? undefined : json['arabicName'],
|
|
33
|
+
'birthdate': json['birthdate'] == null ? undefined : (new Date(json['birthdate'])),
|
|
34
|
+
'gender': json['gender'] == null ? undefined : json['gender'],
|
|
35
|
+
'nationality': json['nationality'] == null ? undefined : json['nationality'],
|
|
36
|
+
'phoneNumber': json['phoneNumber'] == null ? undefined : json['phoneNumber'],
|
|
37
|
+
'email': json['email'] == null ? undefined : json['email'],
|
|
38
|
+
'address': json['address'] == null ? undefined : FaydaProviderAddressFromJSON(json['address']),
|
|
32
39
|
};
|
|
33
40
|
}
|
|
34
41
|
export function FaydaProviderOutputToJSON(json) {
|
|
@@ -43,5 +50,11 @@ export function FaydaProviderOutputToJSONTyped(value, ignoreDiscriminator = fals
|
|
|
43
50
|
'name': value['name'],
|
|
44
51
|
'englishName': value['englishName'],
|
|
45
52
|
'arabicName': value['arabicName'],
|
|
53
|
+
'birthdate': value['birthdate'] == null ? value['birthdate'] : value['birthdate'].toISOString().substring(0, 10),
|
|
54
|
+
'gender': value['gender'],
|
|
55
|
+
'nationality': value['nationality'],
|
|
56
|
+
'phoneNumber': value['phoneNumber'],
|
|
57
|
+
'email': value['email'],
|
|
58
|
+
'address': FaydaProviderAddressToJSON(value['address']),
|
|
46
59
|
};
|
|
47
60
|
}
|
|
@@ -49,7 +49,7 @@ export function FinlandIdCardProviderOutputToJSONTyped(value, ignoreDiscriminato
|
|
|
49
49
|
return {
|
|
50
50
|
'firstName': value['firstName'],
|
|
51
51
|
'lastName': value['lastName'],
|
|
52
|
-
'dateOfBirth':
|
|
52
|
+
'dateOfBirth': value['dateOfBirth'].toISOString().substring(0, 10),
|
|
53
53
|
'personalIdentificationCode': value['personalIdentificationCode'],
|
|
54
54
|
};
|
|
55
55
|
}
|
|
@@ -75,9 +75,9 @@ export interface FinnishTrustNetworkProviderOutput {
|
|
|
75
75
|
* To learn more, see: https://ec.europa.eu/digital-building-blocks/sites/spaces/DIGITAL/pages/467110081/eIDAS+Levels+of+Assurance
|
|
76
76
|
*
|
|
77
77
|
* Possible values:
|
|
78
|
-
* - Low: The
|
|
79
|
-
* - Substantial: The
|
|
80
|
-
* - High: The
|
|
78
|
+
* - Low: The individual has self asserted their identity and multifactor authentication is not required.
|
|
79
|
+
* - Substantial: The individual has performed either a remote or in-person identity verification and multifactor authentication is required.
|
|
80
|
+
* - 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.
|
|
81
81
|
* @type {string}
|
|
82
82
|
* @memberof FinnishTrustNetworkProviderOutput
|
|
83
83
|
*/
|
|
@@ -91,7 +91,7 @@ export interface FinnishTrustNetworkProviderOutput {
|
|
|
91
91
|
/**
|
|
92
92
|
* The phone number of the verified individual.
|
|
93
93
|
*
|
|
94
|
-
* This is only returned if the
|
|
94
|
+
* This is only returned if the individual authenticated with MobileID (Mobiilivarmenne).
|
|
95
95
|
* @type {string}
|
|
96
96
|
* @memberof FinnishTrustNetworkProviderOutput
|
|
97
97
|
*/
|
|
@@ -47,7 +47,7 @@ export function FinnishTrustNetworkProviderOutputToJSONTyped(value, ignoreDiscri
|
|
|
47
47
|
}
|
|
48
48
|
return {
|
|
49
49
|
'fullName': value['fullName'],
|
|
50
|
-
'dateOfBirth': value['dateOfBirth'] == null ?
|
|
50
|
+
'dateOfBirth': value['dateOfBirth'] == null ? value['dateOfBirth'] : value['dateOfBirth'].toISOString().substring(0, 10),
|
|
51
51
|
'personalIdentificationCode': value['personalIdentificationCode'],
|
|
52
52
|
'uniqueIdentificationNumber': value['uniqueIdentificationNumber'],
|
|
53
53
|
'givenName': value['givenName'],
|
|
@@ -121,7 +121,7 @@ export interface FrejaProviderOutput {
|
|
|
121
121
|
*/
|
|
122
122
|
registrationLevel?: string | null;
|
|
123
123
|
/**
|
|
124
|
-
* The relying party
|
|
124
|
+
* The relying party identifier for this individual. This is an identifier specific to the individual and the
|
|
125
125
|
* relying party (your service).
|
|
126
126
|
* @type {string}
|
|
127
127
|
* @memberof FrejaProviderOutput
|
|
@@ -58,7 +58,7 @@ export function FrejaProviderOutputToJSONTyped(value, ignoreDiscriminator = fals
|
|
|
58
58
|
'name': value['name'],
|
|
59
59
|
'givenName': value['givenName'],
|
|
60
60
|
'familyName': value['familyName'],
|
|
61
|
-
'dateOfBirth': value['dateOfBirth'] == null ?
|
|
61
|
+
'dateOfBirth': value['dateOfBirth'] == null ? value['dateOfBirth'] : value['dateOfBirth'].toISOString().substring(0, 10),
|
|
62
62
|
'email': value['email'],
|
|
63
63
|
'emailVerified': value['emailVerified'],
|
|
64
64
|
'allEmailAddresses': value['allEmailAddresses'],
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
*/
|
|
17
17
|
export interface FrenchNumeriqueGivenName {
|
|
18
18
|
/**
|
|
19
|
-
* Full given name(s) as recorded on the
|
|
20
|
-
* If the
|
|
19
|
+
* Full given name(s) as recorded on the individual's French identity document.
|
|
20
|
+
* If the individual has multiple given names, they are separated by a single space.
|
|
21
21
|
* @type {string}
|
|
22
22
|
* @memberof FrenchNumeriqueGivenName
|
|
23
23
|
*/
|