@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
|
@@ -0,0 +1,79 @@
|
|
|
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 PolandMobywatelMatchProviderOutput interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfPolandMobywatelMatchProviderOutput(value) {
|
|
18
|
+
return true;
|
|
19
|
+
}
|
|
20
|
+
export function PolandMobywatelMatchProviderOutputFromJSON(json) {
|
|
21
|
+
return PolandMobywatelMatchProviderOutputFromJSONTyped(json, false);
|
|
22
|
+
}
|
|
23
|
+
export function PolandMobywatelMatchProviderOutputFromJSONTyped(json, ignoreDiscriminator) {
|
|
24
|
+
if (json == null) {
|
|
25
|
+
return json;
|
|
26
|
+
}
|
|
27
|
+
return {
|
|
28
|
+
'givenName': json['givenName'] == null ? undefined : json['givenName'],
|
|
29
|
+
'familyName': json['familyName'] == null ? undefined : json['familyName'],
|
|
30
|
+
'nationality': json['nationality'] == null ? undefined : json['nationality'],
|
|
31
|
+
'dateOfBirth': json['dateOfBirth'] == null ? undefined : (new Date(json['dateOfBirth'])),
|
|
32
|
+
'personalNumber': json['personalNumber'] == null ? undefined : json['personalNumber'],
|
|
33
|
+
'expirationDate': json['expirationDate'] == null ? undefined : (new Date(json['expirationDate'])),
|
|
34
|
+
'isMatchForGivenNames': json['isMatchForGivenNames'] == null ? undefined : json['isMatchForGivenNames'],
|
|
35
|
+
'isMatchForFamilyName': json['isMatchForFamilyName'] == null ? undefined : json['isMatchForFamilyName'],
|
|
36
|
+
'isMatchForExpirationDate': json['isMatchForExpirationDate'] == null ? undefined : json['isMatchForExpirationDate'],
|
|
37
|
+
'isMatchForPersonalNumber': json['isMatchForPersonalNumber'] == null ? undefined : json['isMatchForPersonalNumber'],
|
|
38
|
+
'isMatchForNationality': json['isMatchForNationality'] == null ? undefined : json['isMatchForNationality'],
|
|
39
|
+
'isMatchForBirthDate': json['isMatchForBirthDate'] == null ? undefined : json['isMatchForBirthDate'],
|
|
40
|
+
'isMatchForSelfie': json['isMatchForSelfie'] == null ? undefined : json['isMatchForSelfie'],
|
|
41
|
+
'isNotTooSimilarToDocumentPortrait': json['isNotTooSimilarToDocumentPortrait'] == null ? undefined : json['isNotTooSimilarToDocumentPortrait'],
|
|
42
|
+
'isNotDifferentFace': json['isNotDifferentFace'] == null ? undefined : json['isNotDifferentFace'],
|
|
43
|
+
'isSingleFace': json['isSingleFace'] == null ? undefined : json['isSingleFace'],
|
|
44
|
+
'isOverAge': json['isOverAge'] == null ? undefined : json['isOverAge'],
|
|
45
|
+
'isAgeEstimationMatchForSelfie': json['isAgeEstimationMatchForSelfie'] == null ? undefined : json['isAgeEstimationMatchForSelfie'],
|
|
46
|
+
'ageEstimationThreshold': json['ageEstimationThreshold'] == null ? undefined : json['ageEstimationThreshold'],
|
|
47
|
+
'estimatedAgeFromSelfie': json['estimatedAgeFromSelfie'] == null ? undefined : json['estimatedAgeFromSelfie'],
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
export function PolandMobywatelMatchProviderOutputToJSON(json) {
|
|
51
|
+
return PolandMobywatelMatchProviderOutputToJSONTyped(json, false);
|
|
52
|
+
}
|
|
53
|
+
export function PolandMobywatelMatchProviderOutputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
54
|
+
if (value == null) {
|
|
55
|
+
return value;
|
|
56
|
+
}
|
|
57
|
+
return {
|
|
58
|
+
'givenName': value['givenName'],
|
|
59
|
+
'familyName': value['familyName'],
|
|
60
|
+
'nationality': value['nationality'],
|
|
61
|
+
'dateOfBirth': value['dateOfBirth'] == null ? value['dateOfBirth'] : value['dateOfBirth'].toISOString().substring(0, 10),
|
|
62
|
+
'personalNumber': value['personalNumber'],
|
|
63
|
+
'expirationDate': value['expirationDate'] == null ? value['expirationDate'] : value['expirationDate'].toISOString().substring(0, 10),
|
|
64
|
+
'isMatchForGivenNames': value['isMatchForGivenNames'],
|
|
65
|
+
'isMatchForFamilyName': value['isMatchForFamilyName'],
|
|
66
|
+
'isMatchForExpirationDate': value['isMatchForExpirationDate'],
|
|
67
|
+
'isMatchForPersonalNumber': value['isMatchForPersonalNumber'],
|
|
68
|
+
'isMatchForNationality': value['isMatchForNationality'],
|
|
69
|
+
'isMatchForBirthDate': value['isMatchForBirthDate'],
|
|
70
|
+
'isMatchForSelfie': value['isMatchForSelfie'],
|
|
71
|
+
'isNotTooSimilarToDocumentPortrait': value['isNotTooSimilarToDocumentPortrait'],
|
|
72
|
+
'isNotDifferentFace': value['isNotDifferentFace'],
|
|
73
|
+
'isSingleFace': value['isSingleFace'],
|
|
74
|
+
'isOverAge': value['isOverAge'],
|
|
75
|
+
'isAgeEstimationMatchForSelfie': value['isAgeEstimationMatchForSelfie'],
|
|
76
|
+
'ageEstimationThreshold': value['ageEstimationThreshold'],
|
|
77
|
+
'estimatedAgeFromSelfie': value['estimatedAgeFromSelfie'],
|
|
78
|
+
};
|
|
79
|
+
}
|
|
@@ -49,7 +49,7 @@ export function PortugalIdCardProviderOutputToJSONTyped(value, ignoreDiscriminat
|
|
|
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
|
'civilIdentificationNumber': value['civilIdentificationNumber'],
|
|
54
54
|
};
|
|
55
55
|
}
|
|
@@ -18,7 +18,7 @@ import type { YotiDocumentDetails } from './YotiDocumentDetails';
|
|
|
18
18
|
*/
|
|
19
19
|
export interface PostOfficeEasyIdProviderOutput {
|
|
20
20
|
/**
|
|
21
|
-
*
|
|
21
|
+
* A Yoti-generated unique ID for this individual, consistent across repeat shares and different for each Relying Party.
|
|
22
22
|
* @type {string}
|
|
23
23
|
* @memberof PostOfficeEasyIdProviderOutput
|
|
24
24
|
*/
|
|
@@ -76,7 +76,7 @@ export interface PostOfficeEasyIdProviderOutput {
|
|
|
76
76
|
*/
|
|
77
77
|
nationality?: string | null;
|
|
78
78
|
/**
|
|
79
|
-
* The mobile phone number of the individual. This number was verified with a one time password (OTP) during the
|
|
79
|
+
* The mobile phone number of the individual. This number was verified with a one time password (OTP) during the individual's registration with Yoti. In some cases, Yoti may do additional checks against its sources to confirm the individual's identity.
|
|
80
80
|
* @type {string}
|
|
81
81
|
* @memberof PostOfficeEasyIdProviderOutput
|
|
82
82
|
*/
|
|
@@ -54,7 +54,7 @@ export function PostOfficeEasyIdProviderOutputToJSONTyped(value, ignoreDiscrimin
|
|
|
54
54
|
'givenName': value['givenName'],
|
|
55
55
|
'familyName': value['familyName'],
|
|
56
56
|
'fullName': value['fullName'],
|
|
57
|
-
'dateOfBirth': value['dateOfBirth'] == null ?
|
|
57
|
+
'dateOfBirth': value['dateOfBirth'] == null ? value['dateOfBirth'] : value['dateOfBirth'].toISOString().substring(0, 10),
|
|
58
58
|
'gender': value['gender'],
|
|
59
59
|
'nationality': value['nationality'],
|
|
60
60
|
'mobileNumber': value['mobileNumber'],
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { ContractAttachment } from './ContractAttachment';
|
|
13
|
+
import type { ProviderSupportedLanguage } from './ProviderSupportedLanguage';
|
|
13
14
|
import type { ProviderHealth } from './ProviderHealth';
|
|
14
15
|
import type { SubProviderMetadata } from './SubProviderMetadata';
|
|
15
16
|
import type { ResultCollectionMethod } from './ResultCollectionMethod';
|
|
@@ -148,6 +149,12 @@ export interface Provider {
|
|
|
148
149
|
* @memberof Provider
|
|
149
150
|
*/
|
|
150
151
|
supportsDirectProviderSessions: boolean;
|
|
152
|
+
/**
|
|
153
|
+
* Languages supported by this Provider's Trinsic-hosted UI, as BCP 47 language codes.
|
|
154
|
+
* @type {Array<ProviderSupportedLanguage>}
|
|
155
|
+
* @memberof Provider
|
|
156
|
+
*/
|
|
157
|
+
supportedLanguages?: Array<ProviderSupportedLanguage> | null;
|
|
151
158
|
/**
|
|
152
159
|
* Information about the user attributes that this Provider will return in verification results.
|
|
153
160
|
* @type {Array<ContractAttribute>}
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
import { ContractAttachmentFromJSON, ContractAttachmentToJSON, } from './ContractAttachment';
|
|
15
|
+
import { ProviderSupportedLanguageFromJSON, ProviderSupportedLanguageToJSON, } from './ProviderSupportedLanguage';
|
|
15
16
|
import { ProviderHealthFromJSON, ProviderHealthToJSON, } from './ProviderHealth';
|
|
16
17
|
import { SubProviderMetadataFromJSON, SubProviderMetadataToJSON, } from './SubProviderMetadata';
|
|
17
18
|
import { ResultCollectionMethodFromJSON, ResultCollectionMethodToJSON, } from './ResultCollectionMethod';
|
|
@@ -86,6 +87,7 @@ export function ProviderFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
86
87
|
'requiresInput': json['requiresInput'],
|
|
87
88
|
'hasTrinsicInterface': json['hasTrinsicInterface'],
|
|
88
89
|
'supportsDirectProviderSessions': json['supportsDirectProviderSessions'],
|
|
90
|
+
'supportedLanguages': json['supportedLanguages'] == null ? undefined : (json['supportedLanguages'].map(ProviderSupportedLanguageFromJSON)),
|
|
89
91
|
'availableAttributes': json['availableAttributes'] == null ? undefined : (json['availableAttributes'].map(ContractAttributeFromJSON)),
|
|
90
92
|
'availableAttachments': json['availableAttachments'] == null ? undefined : (json['availableAttachments'].map(ContractAttachmentFromJSON)),
|
|
91
93
|
'subProviders': json['subProviders'] == null ? undefined : (json['subProviders'].map(SubProviderMetadataFromJSON)),
|
|
@@ -117,6 +119,7 @@ export function ProviderToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
117
119
|
'requiresInput': value['requiresInput'],
|
|
118
120
|
'hasTrinsicInterface': value['hasTrinsicInterface'],
|
|
119
121
|
'supportsDirectProviderSessions': value['supportsDirectProviderSessions'],
|
|
122
|
+
'supportedLanguages': value['supportedLanguages'] == null ? undefined : (value['supportedLanguages'].map(ProviderSupportedLanguageToJSON)),
|
|
120
123
|
'availableAttributes': value['availableAttributes'] == null ? undefined : (value['availableAttributes'].map(ContractAttributeToJSON)),
|
|
121
124
|
'availableAttachments': value['availableAttachments'] == null ? undefined : (value['availableAttachments'].map(ContractAttachmentToJSON)),
|
|
122
125
|
'subProviders': value['subProviders'] == null ? undefined : (value['subProviders'].map(SubProviderMetadataToJSON)),
|
|
@@ -12,7 +12,10 @@
|
|
|
12
12
|
import type { BrazilCpfCheckInput } from './BrazilCpfCheckInput';
|
|
13
13
|
import type { BrazilDigitalCnhInput } from './BrazilDigitalCnhInput';
|
|
14
14
|
import type { SouthAfricaNidBiometric2Input } from './SouthAfricaNidBiometric2Input';
|
|
15
|
+
import type { ColombiaCcLookupInput } from './ColombiaCcLookupInput';
|
|
15
16
|
import type { PeruDniLookupInput } from './PeruDniLookupInput';
|
|
17
|
+
import type { GuatemalaCuiLookupInput } from './GuatemalaCuiLookupInput';
|
|
18
|
+
import type { ChinaResidentIdMatchInput } from './ChinaResidentIdMatchInput';
|
|
16
19
|
import type { PhilippineMatchInput } from './PhilippineMatchInput';
|
|
17
20
|
import type { PhilippineQRInput } from './PhilippineQRInput';
|
|
18
21
|
import type { KenyaNidBiometric2Input } from './KenyaNidBiometric2Input';
|
|
@@ -36,14 +39,21 @@ import type { NigeriaNinLookup2Input } from './NigeriaNinLookup2Input';
|
|
|
36
39
|
import type { TrinsicTestSubProvidersInput } from './TrinsicTestSubProvidersInput';
|
|
37
40
|
import type { SpidInput } from './SpidInput';
|
|
38
41
|
import type { SouthAfricaNidInput } from './SouthAfricaNidInput';
|
|
42
|
+
import type { ElSalvadorDuiLookupInput } from './ElSalvadorDuiLookupInput';
|
|
43
|
+
import type { KoreaTelcoMatchInput } from './KoreaTelcoMatchInput';
|
|
44
|
+
import type { BoliviaCiLookupInput } from './BoliviaCiLookupInput';
|
|
39
45
|
import type { NigeriaNinInput } from './NigeriaNinInput';
|
|
46
|
+
import type { PolandMobywatelMatchInput } from './PolandMobywatelMatchInput';
|
|
40
47
|
import type { SamsungWalletInput } from './SamsungWalletInput';
|
|
41
48
|
import type { SouthAfricaNidMatch2Input } from './SouthAfricaNidMatch2Input';
|
|
42
49
|
import type { FranceIdentiteInput } from './FranceIdentiteInput';
|
|
43
50
|
import type { GoogleWalletInput } from './GoogleWalletInput';
|
|
44
51
|
import type { TrinsicTestDatabaseLookupInput } from './TrinsicTestDatabaseLookupInput';
|
|
52
|
+
import type { PanamaCedulaLookupInput } from './PanamaCedulaLookupInput';
|
|
45
53
|
import type { SouthAfricaNidLookup2Input } from './SouthAfricaNidLookup2Input';
|
|
46
54
|
import type { NigeriaNinBiometric2Input } from './NigeriaNinBiometric2Input';
|
|
55
|
+
import type { IndiaPanLookupInput } from './IndiaPanLookupInput';
|
|
56
|
+
import type { UsaCaliforniaDmvInput } from './UsaCaliforniaDmvInput';
|
|
47
57
|
/**
|
|
48
58
|
*
|
|
49
59
|
* @export
|
|
@@ -62,6 +72,12 @@ export interface ProviderInput {
|
|
|
62
72
|
* @memberof ProviderInput
|
|
63
73
|
*/
|
|
64
74
|
indonesiaNikLookup?: IndonesiaNikInput | null;
|
|
75
|
+
/**
|
|
76
|
+
* Input for the `china-resident-id-match` provider
|
|
77
|
+
* @type {ChinaResidentIdMatchInput}
|
|
78
|
+
* @memberof ProviderInput
|
|
79
|
+
*/
|
|
80
|
+
chinaResidentIdMatch?: ChinaResidentIdMatchInput | null;
|
|
65
81
|
/**
|
|
66
82
|
* Input for the `indonesia-dukcapil-match` provider
|
|
67
83
|
* @type {IndonesiaDukcapilMatchInput}
|
|
@@ -164,6 +180,18 @@ export interface ProviderInput {
|
|
|
164
180
|
* @memberof ProviderInput
|
|
165
181
|
*/
|
|
166
182
|
indiaDigilockerAadhaarMatch?: AadhaarInput | null;
|
|
183
|
+
/**
|
|
184
|
+
* Input for the `india-pan-lookup` provider
|
|
185
|
+
* @type {IndiaPanLookupInput}
|
|
186
|
+
* @memberof ProviderInput
|
|
187
|
+
*/
|
|
188
|
+
indiaPanLookup?: IndiaPanLookupInput | null;
|
|
189
|
+
/**
|
|
190
|
+
* Input for the `korea-telco-match` provider
|
|
191
|
+
* @type {KoreaTelcoMatchInput}
|
|
192
|
+
* @memberof ProviderInput
|
|
193
|
+
*/
|
|
194
|
+
koreaTelcoMatch?: KoreaTelcoMatchInput | null;
|
|
167
195
|
/**
|
|
168
196
|
* Input for the `brazil-cpf-lookup` provider
|
|
169
197
|
* @type {BrazilCpfCheckInput}
|
|
@@ -242,6 +270,42 @@ export interface ProviderInput {
|
|
|
242
270
|
* @memberof ProviderInput
|
|
243
271
|
*/
|
|
244
272
|
franceIdentite?: FranceIdentiteInput | null;
|
|
273
|
+
/**
|
|
274
|
+
* Input for the `poland-mobywatel-match` provider
|
|
275
|
+
* @type {PolandMobywatelMatchInput}
|
|
276
|
+
* @memberof ProviderInput
|
|
277
|
+
*/
|
|
278
|
+
polandMobywatelMatch?: PolandMobywatelMatchInput | null;
|
|
279
|
+
/**
|
|
280
|
+
* Input for the `bolivia-ci-lookup` provider
|
|
281
|
+
* @type {BoliviaCiLookupInput}
|
|
282
|
+
* @memberof ProviderInput
|
|
283
|
+
*/
|
|
284
|
+
boliviaCiLookup?: BoliviaCiLookupInput | null;
|
|
285
|
+
/**
|
|
286
|
+
* Input for the `colombia-cc-lookup` provider
|
|
287
|
+
* @type {ColombiaCcLookupInput}
|
|
288
|
+
* @memberof ProviderInput
|
|
289
|
+
*/
|
|
290
|
+
colombiaCcLookup?: ColombiaCcLookupInput | null;
|
|
291
|
+
/**
|
|
292
|
+
* Input for the `el-salvador-dui-lookup` provider
|
|
293
|
+
* @type {ElSalvadorDuiLookupInput}
|
|
294
|
+
* @memberof ProviderInput
|
|
295
|
+
*/
|
|
296
|
+
elSalvadorDuiLookup?: ElSalvadorDuiLookupInput | null;
|
|
297
|
+
/**
|
|
298
|
+
* Input for the `guatemala-cui-lookup` provider
|
|
299
|
+
* @type {GuatemalaCuiLookupInput}
|
|
300
|
+
* @memberof ProviderInput
|
|
301
|
+
*/
|
|
302
|
+
guatemalaCuiLookup?: GuatemalaCuiLookupInput | null;
|
|
303
|
+
/**
|
|
304
|
+
* Input for the `panama-cedula-lookup` provider
|
|
305
|
+
* @type {PanamaCedulaLookupInput}
|
|
306
|
+
* @memberof ProviderInput
|
|
307
|
+
*/
|
|
308
|
+
panamaCedulaLookup?: PanamaCedulaLookupInput | null;
|
|
245
309
|
/**
|
|
246
310
|
* Input for the `peru-dni-lookup` provider
|
|
247
311
|
* @type {PeruDniLookupInput}
|
|
@@ -254,6 +318,12 @@ export interface ProviderInput {
|
|
|
254
318
|
* @memberof ProviderInput
|
|
255
319
|
*/
|
|
256
320
|
ukEvisaLookup?: UkEvisaLookupInput | null;
|
|
321
|
+
/**
|
|
322
|
+
* Input for the `usa-california-dmv` provider
|
|
323
|
+
* @type {UsaCaliforniaDmvInput}
|
|
324
|
+
* @memberof ProviderInput
|
|
325
|
+
*/
|
|
326
|
+
usaCaliforniaDmv?: UsaCaliforniaDmvInput | null;
|
|
257
327
|
/**
|
|
258
328
|
* *TEST MODE ONLY.*
|
|
259
329
|
*
|
|
@@ -14,7 +14,10 @@
|
|
|
14
14
|
import { BrazilCpfCheckInputFromJSON, BrazilCpfCheckInputToJSON, } from './BrazilCpfCheckInput';
|
|
15
15
|
import { BrazilDigitalCnhInputFromJSON, BrazilDigitalCnhInputToJSON, } from './BrazilDigitalCnhInput';
|
|
16
16
|
import { SouthAfricaNidBiometric2InputFromJSON, SouthAfricaNidBiometric2InputToJSON, } from './SouthAfricaNidBiometric2Input';
|
|
17
|
+
import { ColombiaCcLookupInputFromJSON, ColombiaCcLookupInputToJSON, } from './ColombiaCcLookupInput';
|
|
17
18
|
import { PeruDniLookupInputFromJSON, PeruDniLookupInputToJSON, } from './PeruDniLookupInput';
|
|
19
|
+
import { GuatemalaCuiLookupInputFromJSON, GuatemalaCuiLookupInputToJSON, } from './GuatemalaCuiLookupInput';
|
|
20
|
+
import { ChinaResidentIdMatchInputFromJSON, ChinaResidentIdMatchInputToJSON, } from './ChinaResidentIdMatchInput';
|
|
18
21
|
import { PhilippineMatchInputFromJSON, PhilippineMatchInputToJSON, } from './PhilippineMatchInput';
|
|
19
22
|
import { PhilippineQRInputFromJSON, PhilippineQRInputToJSON, } from './PhilippineQRInput';
|
|
20
23
|
import { KenyaNidBiometric2InputFromJSON, KenyaNidBiometric2InputToJSON, } from './KenyaNidBiometric2Input';
|
|
@@ -38,14 +41,21 @@ import { NigeriaNinLookup2InputFromJSON, NigeriaNinLookup2InputToJSON, } from '.
|
|
|
38
41
|
import { TrinsicTestSubProvidersInputFromJSON, TrinsicTestSubProvidersInputToJSON, } from './TrinsicTestSubProvidersInput';
|
|
39
42
|
import { SpidInputFromJSON, SpidInputToJSON, } from './SpidInput';
|
|
40
43
|
import { SouthAfricaNidInputFromJSON, SouthAfricaNidInputToJSON, } from './SouthAfricaNidInput';
|
|
44
|
+
import { ElSalvadorDuiLookupInputFromJSON, ElSalvadorDuiLookupInputToJSON, } from './ElSalvadorDuiLookupInput';
|
|
45
|
+
import { KoreaTelcoMatchInputFromJSON, KoreaTelcoMatchInputToJSON, } from './KoreaTelcoMatchInput';
|
|
46
|
+
import { BoliviaCiLookupInputFromJSON, BoliviaCiLookupInputToJSON, } from './BoliviaCiLookupInput';
|
|
41
47
|
import { NigeriaNinInputFromJSON, NigeriaNinInputToJSON, } from './NigeriaNinInput';
|
|
48
|
+
import { PolandMobywatelMatchInputFromJSON, PolandMobywatelMatchInputToJSON, } from './PolandMobywatelMatchInput';
|
|
42
49
|
import { SamsungWalletInputFromJSON, SamsungWalletInputToJSON, } from './SamsungWalletInput';
|
|
43
50
|
import { SouthAfricaNidMatch2InputFromJSON, SouthAfricaNidMatch2InputToJSON, } from './SouthAfricaNidMatch2Input';
|
|
44
51
|
import { FranceIdentiteInputFromJSON, FranceIdentiteInputToJSON, } from './FranceIdentiteInput';
|
|
45
52
|
import { GoogleWalletInputFromJSON, GoogleWalletInputToJSON, } from './GoogleWalletInput';
|
|
46
53
|
import { TrinsicTestDatabaseLookupInputFromJSON, TrinsicTestDatabaseLookupInputToJSON, } from './TrinsicTestDatabaseLookupInput';
|
|
54
|
+
import { PanamaCedulaLookupInputFromJSON, PanamaCedulaLookupInputToJSON, } from './PanamaCedulaLookupInput';
|
|
47
55
|
import { SouthAfricaNidLookup2InputFromJSON, SouthAfricaNidLookup2InputToJSON, } from './SouthAfricaNidLookup2Input';
|
|
48
56
|
import { NigeriaNinBiometric2InputFromJSON, NigeriaNinBiometric2InputToJSON, } from './NigeriaNinBiometric2Input';
|
|
57
|
+
import { IndiaPanLookupInputFromJSON, IndiaPanLookupInputToJSON, } from './IndiaPanLookupInput';
|
|
58
|
+
import { UsaCaliforniaDmvInputFromJSON, UsaCaliforniaDmvInputToJSON, } from './UsaCaliforniaDmvInput';
|
|
49
59
|
/**
|
|
50
60
|
* Check if a given object implements the ProviderInput interface.
|
|
51
61
|
*/
|
|
@@ -62,6 +72,7 @@ export function ProviderInputFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
62
72
|
return {
|
|
63
73
|
'kenyaNidMatchBiometric2': json['kenya-nid-match-biometric-2'] == null ? undefined : KenyaNidBiometric2InputFromJSON(json['kenya-nid-match-biometric-2']),
|
|
64
74
|
'indonesiaNikLookup': json['indonesia-nik-lookup'] == null ? undefined : IndonesiaNikInputFromJSON(json['indonesia-nik-lookup']),
|
|
75
|
+
'chinaResidentIdMatch': json['china-resident-id-match'] == null ? undefined : ChinaResidentIdMatchInputFromJSON(json['china-resident-id-match']),
|
|
65
76
|
'indonesiaDukcapilMatch': json['indonesia-dukcapil-match'] == null ? undefined : IndonesiaDukcapilMatchInputFromJSON(json['indonesia-dukcapil-match']),
|
|
66
77
|
'mexicoCurpLookup': json['mexico-curp-lookup'] == null ? undefined : MexicoCurpInputFromJSON(json['mexico-curp-lookup']),
|
|
67
78
|
'southAfricaNidLookup': json['south-africa-nid-lookup'] == null ? undefined : SouthAfricaNidInputFromJSON(json['south-africa-nid-lookup']),
|
|
@@ -79,6 +90,8 @@ export function ProviderInputFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
79
90
|
'nigeriaNinMatchBiometric2': json['nigeria-nin-match-biometric-2'] == null ? undefined : NigeriaNinBiometric2InputFromJSON(json['nigeria-nin-match-biometric-2']),
|
|
80
91
|
'nigeriaNinLookup': json['nigeria-nin-lookup'] == null ? undefined : NigeriaNinInputFromJSON(json['nigeria-nin-lookup']),
|
|
81
92
|
'indiaDigilockerAadhaarMatch': json['india-digilocker-aadhaar-match'] == null ? undefined : AadhaarInputFromJSON(json['india-digilocker-aadhaar-match']),
|
|
93
|
+
'indiaPanLookup': json['india-pan-lookup'] == null ? undefined : IndiaPanLookupInputFromJSON(json['india-pan-lookup']),
|
|
94
|
+
'koreaTelcoMatch': json['korea-telco-match'] == null ? undefined : KoreaTelcoMatchInputFromJSON(json['korea-telco-match']),
|
|
82
95
|
'brazilCpfLookup': json['brazil-cpf-lookup'] == null ? undefined : BrazilCpfCheckInputFromJSON(json['brazil-cpf-lookup']),
|
|
83
96
|
'brazilDigitalCnh': json['brazil-digital-cnh'] == null ? undefined : BrazilDigitalCnhInputFromJSON(json['brazil-digital-cnh']),
|
|
84
97
|
'philippinesPhilsysMatch': json['philippines-philsys-match'] == null ? undefined : PhilippineMatchInputFromJSON(json['philippines-philsys-match']),
|
|
@@ -92,8 +105,15 @@ export function ProviderInputFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
92
105
|
'appleWallet': json['apple-wallet'] == null ? undefined : AppleWalletInputFromJSON(json['apple-wallet']),
|
|
93
106
|
'samsungWallet': json['samsung-wallet'] == null ? undefined : SamsungWalletInputFromJSON(json['samsung-wallet']),
|
|
94
107
|
'franceIdentite': json['france-identite'] == null ? undefined : FranceIdentiteInputFromJSON(json['france-identite']),
|
|
108
|
+
'polandMobywatelMatch': json['poland-mobywatel-match'] == null ? undefined : PolandMobywatelMatchInputFromJSON(json['poland-mobywatel-match']),
|
|
109
|
+
'boliviaCiLookup': json['bolivia-ci-lookup'] == null ? undefined : BoliviaCiLookupInputFromJSON(json['bolivia-ci-lookup']),
|
|
110
|
+
'colombiaCcLookup': json['colombia-cc-lookup'] == null ? undefined : ColombiaCcLookupInputFromJSON(json['colombia-cc-lookup']),
|
|
111
|
+
'elSalvadorDuiLookup': json['el-salvador-dui-lookup'] == null ? undefined : ElSalvadorDuiLookupInputFromJSON(json['el-salvador-dui-lookup']),
|
|
112
|
+
'guatemalaCuiLookup': json['guatemala-cui-lookup'] == null ? undefined : GuatemalaCuiLookupInputFromJSON(json['guatemala-cui-lookup']),
|
|
113
|
+
'panamaCedulaLookup': json['panama-cedula-lookup'] == null ? undefined : PanamaCedulaLookupInputFromJSON(json['panama-cedula-lookup']),
|
|
95
114
|
'peruDniLookup': json['peru-dni-lookup'] == null ? undefined : PeruDniLookupInputFromJSON(json['peru-dni-lookup']),
|
|
96
115
|
'ukEvisaLookup': json['uk-evisa-lookup'] == null ? undefined : UkEvisaLookupInputFromJSON(json['uk-evisa-lookup']),
|
|
116
|
+
'usaCaliforniaDmv': json['usa-california-dmv'] == null ? undefined : UsaCaliforniaDmvInputFromJSON(json['usa-california-dmv']),
|
|
97
117
|
'trinsicTestDatabaseLookup': json['trinsic-test-database-lookup'] == null ? undefined : TrinsicTestDatabaseLookupInputFromJSON(json['trinsic-test-database-lookup']),
|
|
98
118
|
'trinsicTestSubProviders': json['trinsic-test-sub-providers'] == null ? undefined : TrinsicTestSubProvidersInputFromJSON(json['trinsic-test-sub-providers']),
|
|
99
119
|
};
|
|
@@ -108,6 +128,7 @@ export function ProviderInputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
108
128
|
return {
|
|
109
129
|
'kenya-nid-match-biometric-2': KenyaNidBiometric2InputToJSON(value['kenyaNidMatchBiometric2']),
|
|
110
130
|
'indonesia-nik-lookup': IndonesiaNikInputToJSON(value['indonesiaNikLookup']),
|
|
131
|
+
'china-resident-id-match': ChinaResidentIdMatchInputToJSON(value['chinaResidentIdMatch']),
|
|
111
132
|
'indonesia-dukcapil-match': IndonesiaDukcapilMatchInputToJSON(value['indonesiaDukcapilMatch']),
|
|
112
133
|
'mexico-curp-lookup': MexicoCurpInputToJSON(value['mexicoCurpLookup']),
|
|
113
134
|
'south-africa-nid-lookup': SouthAfricaNidInputToJSON(value['southAfricaNidLookup']),
|
|
@@ -125,6 +146,8 @@ export function ProviderInputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
125
146
|
'nigeria-nin-match-biometric-2': NigeriaNinBiometric2InputToJSON(value['nigeriaNinMatchBiometric2']),
|
|
126
147
|
'nigeria-nin-lookup': NigeriaNinInputToJSON(value['nigeriaNinLookup']),
|
|
127
148
|
'india-digilocker-aadhaar-match': AadhaarInputToJSON(value['indiaDigilockerAadhaarMatch']),
|
|
149
|
+
'india-pan-lookup': IndiaPanLookupInputToJSON(value['indiaPanLookup']),
|
|
150
|
+
'korea-telco-match': KoreaTelcoMatchInputToJSON(value['koreaTelcoMatch']),
|
|
128
151
|
'brazil-cpf-lookup': BrazilCpfCheckInputToJSON(value['brazilCpfLookup']),
|
|
129
152
|
'brazil-digital-cnh': BrazilDigitalCnhInputToJSON(value['brazilDigitalCnh']),
|
|
130
153
|
'philippines-philsys-match': PhilippineMatchInputToJSON(value['philippinesPhilsysMatch']),
|
|
@@ -138,8 +161,15 @@ export function ProviderInputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
138
161
|
'apple-wallet': AppleWalletInputToJSON(value['appleWallet']),
|
|
139
162
|
'samsung-wallet': SamsungWalletInputToJSON(value['samsungWallet']),
|
|
140
163
|
'france-identite': FranceIdentiteInputToJSON(value['franceIdentite']),
|
|
164
|
+
'poland-mobywatel-match': PolandMobywatelMatchInputToJSON(value['polandMobywatelMatch']),
|
|
165
|
+
'bolivia-ci-lookup': BoliviaCiLookupInputToJSON(value['boliviaCiLookup']),
|
|
166
|
+
'colombia-cc-lookup': ColombiaCcLookupInputToJSON(value['colombiaCcLookup']),
|
|
167
|
+
'el-salvador-dui-lookup': ElSalvadorDuiLookupInputToJSON(value['elSalvadorDuiLookup']),
|
|
168
|
+
'guatemala-cui-lookup': GuatemalaCuiLookupInputToJSON(value['guatemalaCuiLookup']),
|
|
169
|
+
'panama-cedula-lookup': PanamaCedulaLookupInputToJSON(value['panamaCedulaLookup']),
|
|
141
170
|
'peru-dni-lookup': PeruDniLookupInputToJSON(value['peruDniLookup']),
|
|
142
171
|
'uk-evisa-lookup': UkEvisaLookupInputToJSON(value['ukEvisaLookup']),
|
|
172
|
+
'usa-california-dmv': UsaCaliforniaDmvInputToJSON(value['usaCaliforniaDmv']),
|
|
143
173
|
'trinsic-test-database-lookup': TrinsicTestDatabaseLookupInputToJSON(value['trinsicTestDatabaseLookup']),
|
|
144
174
|
'trinsic-test-sub-providers': TrinsicTestSubProvidersInputToJSON(value['trinsicTestSubProviders']),
|
|
145
175
|
};
|
|
@@ -11,7 +11,6 @@
|
|
|
11
11
|
*/
|
|
12
12
|
import type { FrejaProviderOutput } from './FrejaProviderOutput';
|
|
13
13
|
import type { FrenchNumeriqueProviderOutput } from './FrenchNumeriqueProviderOutput';
|
|
14
|
-
import type { DigilockerAadhaarProviderOutput } from './DigilockerAadhaarProviderOutput';
|
|
15
14
|
import type { GoogleWalletProviderOutput } from './GoogleWalletProviderOutput';
|
|
16
15
|
import type { SmartIdProviderOutput } from './SmartIdProviderOutput';
|
|
17
16
|
import type { LatviaEparakstsProviderOutput } from './LatviaEparakstsProviderOutput';
|
|
@@ -19,39 +18,55 @@ import type { MitIdProviderOutput } from './MitIdProviderOutput';
|
|
|
19
18
|
import type { NorwegianBankIdProviderOutput } from './NorwegianBankIdProviderOutput';
|
|
20
19
|
import type { PhilippinesDigitalNidProviderOutput } from './PhilippinesDigitalNidProviderOutput';
|
|
21
20
|
import type { PolandEdoAppProviderOutput } from './PolandEdoAppProviderOutput';
|
|
22
|
-
import type {
|
|
23
|
-
import type {
|
|
24
|
-
import type { YotiDeeplinkProviderOutput } from './YotiDeeplinkProviderOutput';
|
|
21
|
+
import type { KoreaTelcoMatchProviderOutput } from './KoreaTelcoMatchProviderOutput';
|
|
22
|
+
import type { ElSalvadorDuiProviderOutput } from './ElSalvadorDuiProviderOutput';
|
|
25
23
|
import type { PostOfficeEasyIdProviderOutput } from './PostOfficeEasyIdProviderOutput';
|
|
26
|
-
import type { FinnishTrustNetworkProviderOutput } from './FinnishTrustNetworkProviderOutput';
|
|
27
24
|
import type { LithuaniaIdCardProviderOutput } from './LithuaniaIdCardProviderOutput';
|
|
28
25
|
import type { FranceIdentiteProviderOutput } from './FranceIdentiteProviderOutput';
|
|
29
26
|
import type { NigeriaNinLookup2ProviderOutput } from './NigeriaNinLookup2ProviderOutput';
|
|
30
|
-
import type { PeruDniProviderOutput } from './PeruDniProviderOutput';
|
|
31
27
|
import type { FinlandIdCardProviderOutput } from './FinlandIdCardProviderOutput';
|
|
32
|
-
import type {
|
|
28
|
+
import type { SingpassLoginProviderOutput } from './SingpassLoginProviderOutput';
|
|
33
29
|
import type { CzechMojeIdProviderOutput } from './CzechMojeIdProviderOutput';
|
|
34
30
|
import type { CzechiaMojeIdProviderOutput } from './CzechiaMojeIdProviderOutput';
|
|
35
|
-
import type { ItsmeProviderOutput } from './ItsmeProviderOutput';
|
|
36
31
|
import type { FaydaProviderOutput } from './FaydaProviderOutput';
|
|
37
32
|
import type { MexicoCurpProviderOutput } from './MexicoCurpProviderOutput';
|
|
33
|
+
import type { SingpassMyInfoProviderOutput } from './SingpassMyInfoProviderOutput';
|
|
34
|
+
import type { ColombiaCcProviderOutput } from './ColombiaCcProviderOutput';
|
|
35
|
+
import type { SpidProviderOutput } from './SpidProviderOutput';
|
|
36
|
+
import type { MobileIdProviderOutput } from './MobileIdProviderOutput';
|
|
37
|
+
import type { FrejaIndirectProviderOutput } from './FrejaIndirectProviderOutput';
|
|
38
|
+
import type { IndiaPanLookupProviderOutput } from './IndiaPanLookupProviderOutput';
|
|
39
|
+
import type { GuatemalaCuiProviderOutput } from './GuatemalaCuiProviderOutput';
|
|
40
|
+
import type { LatviaEparakstsMobileProviderOutput } from './LatviaEparakstsMobileProviderOutput';
|
|
41
|
+
import type { SamsungWalletProviderOutput } from './SamsungWalletProviderOutput';
|
|
42
|
+
import type { SwedenBankIdProviderOutput } from './SwedenBankIdProviderOutput';
|
|
43
|
+
import type { BoliviaCiProviderOutput } from './BoliviaCiProviderOutput';
|
|
44
|
+
import type { DigilockerAadhaarProviderOutput } from './DigilockerAadhaarProviderOutput';
|
|
45
|
+
import type { PortugalIdCardProviderOutput } from './PortugalIdCardProviderOutput';
|
|
46
|
+
import type { LaWalletProviderOutput } from './LaWalletProviderOutput';
|
|
47
|
+
import type { YotiDeeplinkProviderOutput } from './YotiDeeplinkProviderOutput';
|
|
48
|
+
import type { PolandMobywatelMatchProviderOutput } from './PolandMobywatelMatchProviderOutput';
|
|
49
|
+
import type { FinnishTrustNetworkProviderOutput } from './FinnishTrustNetworkProviderOutput';
|
|
50
|
+
import type { SignzyIndiaAadhaarFetchProviderOutput } from './SignzyIndiaAadhaarFetchProviderOutput';
|
|
51
|
+
import type { PeruDniProviderOutput } from './PeruDniProviderOutput';
|
|
52
|
+
import type { ChinaResidentIdMatchOutput } from './ChinaResidentIdMatchOutput';
|
|
53
|
+
import type { ConnectIdProviderOutput } from './ConnectIdProviderOutput';
|
|
54
|
+
import type { ItsmeProviderOutput } from './ItsmeProviderOutput';
|
|
38
55
|
import type { YotiProviderOutput } from './YotiProviderOutput';
|
|
39
56
|
import type { EstoniaIdCardProviderOutput } from './EstoniaIdCardProviderOutput';
|
|
40
57
|
import type { AustriaHandySignaturProviderOutput } from './AustriaHandySignaturProviderOutput';
|
|
41
58
|
import type { SerbiaIdCardProviderOutput } from './SerbiaIdCardProviderOutput';
|
|
42
59
|
import type { PolandMojeIdProviderOutput } from './PolandMojeIdProviderOutput';
|
|
43
|
-
import type { SpidProviderOutput } from './SpidProviderOutput';
|
|
44
60
|
import type { AppleWalletProviderOutput } from './AppleWalletProviderOutput';
|
|
45
|
-
import type {
|
|
61
|
+
import type { PanamaCedulaProviderOutput } from './PanamaCedulaProviderOutput';
|
|
46
62
|
import type { BelgiumIdCardProviderOutput } from './BelgiumIdCardProviderOutput';
|
|
47
|
-
import type { FrejaIndirectProviderOutput } from './FrejaIndirectProviderOutput';
|
|
48
63
|
import type { LloydsSmartIdProviderOutput } from './LloydsSmartIdProviderOutput';
|
|
49
64
|
import type { OneIdProviderOutput } from './OneIdProviderOutput';
|
|
50
65
|
import type { KenyaNidLookup2ProviderOutput } from './KenyaNidLookup2ProviderOutput';
|
|
51
|
-
import type { LatviaEparakstsMobileProviderOutput } from './LatviaEparakstsMobileProviderOutput';
|
|
52
|
-
import type { SamsungWalletProviderOutput } from './SamsungWalletProviderOutput';
|
|
53
66
|
import type { PhilippinesPhysicalNidProviderOutput } from './PhilippinesPhysicalNidProviderOutput';
|
|
54
|
-
import type {
|
|
67
|
+
import type { AudkenniProviderOutput } from './AudkenniProviderOutput';
|
|
68
|
+
import type { CoteDIvoireNidLookup2ProviderOutput } from './CoteDIvoireNidLookup2ProviderOutput';
|
|
69
|
+
import type { NetherlandsIdinProviderOutput } from './NetherlandsIdinProviderOutput';
|
|
55
70
|
import type { UnitedKingdomEvisaProviderOutput } from './UnitedKingdomEvisaProviderOutput';
|
|
56
71
|
/**
|
|
57
72
|
*
|
|
@@ -59,6 +74,12 @@ import type { UnitedKingdomEvisaProviderOutput } from './UnitedKingdomEvisaProvi
|
|
|
59
74
|
* @interface ProviderOutput
|
|
60
75
|
*/
|
|
61
76
|
export interface ProviderOutput {
|
|
77
|
+
/**
|
|
78
|
+
* Exposed properties for the `audkenni` provider which do not directly map to the normalized IdentityData model.
|
|
79
|
+
* @type {AudkenniProviderOutput}
|
|
80
|
+
* @memberof ProviderOutput
|
|
81
|
+
*/
|
|
82
|
+
audkenni?: AudkenniProviderOutput | null;
|
|
62
83
|
/**
|
|
63
84
|
* Exposed properties for the `a-at-handy-signatur-login` Provider which do not directly map to the normalized IdentityData model.
|
|
64
85
|
* @type {AustriaHandySignaturProviderOutput}
|
|
@@ -132,18 +153,6 @@ export interface ProviderOutput {
|
|
|
132
153
|
* @memberof ProviderOutput
|
|
133
154
|
*/
|
|
134
155
|
aPlMojeidLogin?: PolandMojeIdProviderOutput | null;
|
|
135
|
-
/**
|
|
136
|
-
* Exposed properties for the `australia-connect-id` Provider which do not directly map to the normalized IdentityData model.
|
|
137
|
-
* @type {ConnectIdProviderOutput}
|
|
138
|
-
* @memberof ProviderOutput
|
|
139
|
-
*/
|
|
140
|
-
australiaConnectId?: ConnectIdProviderOutput | null;
|
|
141
|
-
/**
|
|
142
|
-
* Exposed properties for the `czech-moje-id` Provider which do not directly map to the normalized IdentityData model.
|
|
143
|
-
* @type {CzechMojeIdProviderOutput}
|
|
144
|
-
* @memberof ProviderOutput
|
|
145
|
-
*/
|
|
146
|
-
czechRepublicMojeid?: CzechMojeIdProviderOutput | null;
|
|
147
156
|
/**
|
|
148
157
|
* Exposed properties for the `a-pt-id-login` Provider which do not directly map to the normalized IdentityData model.
|
|
149
158
|
* @type {PortugalIdCardProviderOutput}
|
|
@@ -162,6 +171,42 @@ export interface ProviderOutput {
|
|
|
162
171
|
* @memberof ProviderOutput
|
|
163
172
|
*/
|
|
164
173
|
appleWallet?: AppleWalletProviderOutput | null;
|
|
174
|
+
/**
|
|
175
|
+
* Exposed properties for the `australia-connect-id` Provider which do not directly map to the normalized IdentityData model.
|
|
176
|
+
* @type {ConnectIdProviderOutput}
|
|
177
|
+
* @memberof ProviderOutput
|
|
178
|
+
*/
|
|
179
|
+
australiaConnectId?: ConnectIdProviderOutput | null;
|
|
180
|
+
/**
|
|
181
|
+
* Exposed properties for the `bolivia-ci-lookup` Provider which do not directly map to the normalized IdentityData model.
|
|
182
|
+
* @type {BoliviaCiProviderOutput}
|
|
183
|
+
* @memberof ProviderOutput
|
|
184
|
+
*/
|
|
185
|
+
boliviaCiLookup?: BoliviaCiProviderOutput | null;
|
|
186
|
+
/**
|
|
187
|
+
* Exposed properties for the `colombia-cc-lookup` Provider which do not directly map to the normalized IdentityData model.
|
|
188
|
+
* @type {ColombiaCcProviderOutput}
|
|
189
|
+
* @memberof ProviderOutput
|
|
190
|
+
*/
|
|
191
|
+
colombiaCcLookup?: ColombiaCcProviderOutput | null;
|
|
192
|
+
/**
|
|
193
|
+
* Exposed properties for the `cote-divoire-nid-lookup-2` Provider which do not directly map to the normalized IdentityData model.
|
|
194
|
+
* @type {CoteDIvoireNidLookup2ProviderOutput}
|
|
195
|
+
* @memberof ProviderOutput
|
|
196
|
+
*/
|
|
197
|
+
coteDivoireNidLookup2?: CoteDIvoireNidLookup2ProviderOutput | null;
|
|
198
|
+
/**
|
|
199
|
+
* Exposed properties for the `el-salvador-dui-lookup` Provider which do not directly map to the normalized IdentityData model.
|
|
200
|
+
* @type {ElSalvadorDuiProviderOutput}
|
|
201
|
+
* @memberof ProviderOutput
|
|
202
|
+
*/
|
|
203
|
+
elSalvadorDuiLookup?: ElSalvadorDuiProviderOutput | null;
|
|
204
|
+
/**
|
|
205
|
+
* Exposed properties for the `czech-moje-id` Provider which do not directly map to the normalized IdentityData model.
|
|
206
|
+
* @type {CzechMojeIdProviderOutput}
|
|
207
|
+
* @memberof ProviderOutput
|
|
208
|
+
*/
|
|
209
|
+
czechRepublicMojeid?: CzechMojeIdProviderOutput | null;
|
|
165
210
|
/**
|
|
166
211
|
* Exposed properties for the `denmark-mitid` Provider which do not directly map to the normalized IdentityData model.
|
|
167
212
|
* @type {MitIdProviderOutput}
|
|
@@ -205,12 +250,42 @@ export interface ProviderOutput {
|
|
|
205
250
|
* @memberof ProviderOutput
|
|
206
251
|
*/
|
|
207
252
|
googleWallet?: GoogleWalletProviderOutput | null;
|
|
253
|
+
/**
|
|
254
|
+
* Exposed properties for the `guatemala-cui-lookup` Provider which do not directly map to the normalized IdentityData model.
|
|
255
|
+
* @type {GuatemalaCuiProviderOutput}
|
|
256
|
+
* @memberof ProviderOutput
|
|
257
|
+
*/
|
|
258
|
+
guatemalaCuiLookup?: GuatemalaCuiProviderOutput | null;
|
|
259
|
+
/**
|
|
260
|
+
* Exposed properties for the `panama-cedula-lookup` Provider which do not directly map to the normalized IdentityData model.
|
|
261
|
+
* @type {PanamaCedulaProviderOutput}
|
|
262
|
+
* @memberof ProviderOutput
|
|
263
|
+
*/
|
|
264
|
+
panamaCedulaLookup?: PanamaCedulaProviderOutput | null;
|
|
208
265
|
/**
|
|
209
266
|
* Exposed properties for the `india-digilocker-aadhaar` Provider which do not directly map to the normalized IdentityData model.
|
|
210
267
|
* @type {DigilockerAadhaarProviderOutput}
|
|
211
268
|
* @memberof ProviderOutput
|
|
212
269
|
*/
|
|
213
270
|
indiaDigilockerAadhaar?: DigilockerAadhaarProviderOutput | null;
|
|
271
|
+
/**
|
|
272
|
+
* Exposed properties for the `india-digilocker-aadhaar-fetch` Provider which do not directly map to the normalized IdentityData model.
|
|
273
|
+
* @type {SignzyIndiaAadhaarFetchProviderOutput}
|
|
274
|
+
* @memberof ProviderOutput
|
|
275
|
+
*/
|
|
276
|
+
indiaDigilockerAadhaarFetch?: SignzyIndiaAadhaarFetchProviderOutput | null;
|
|
277
|
+
/**
|
|
278
|
+
* Exposed properties for the `india-pan-lookup` Provider which do not directly map to the normalized IdentityData model.
|
|
279
|
+
* @type {IndiaPanLookupProviderOutput}
|
|
280
|
+
* @memberof ProviderOutput
|
|
281
|
+
*/
|
|
282
|
+
indiaPanLookup?: IndiaPanLookupProviderOutput | null;
|
|
283
|
+
/**
|
|
284
|
+
* Exposed properties for the `china-resident-id-match` Provider which do not directly map to the normalized IdentityData model.
|
|
285
|
+
* @type {ChinaResidentIdMatchOutput}
|
|
286
|
+
* @memberof ProviderOutput
|
|
287
|
+
*/
|
|
288
|
+
chinaResidentIdMatch?: ChinaResidentIdMatchOutput | null;
|
|
214
289
|
/**
|
|
215
290
|
* Exposed properties for the `italy-spid` Provider which do not directly map to the normalized IdentityData model.
|
|
216
291
|
* @type {SpidProviderOutput}
|
|
@@ -223,6 +298,12 @@ export interface ProviderOutput {
|
|
|
223
298
|
* @memberof ProviderOutput
|
|
224
299
|
*/
|
|
225
300
|
kenyaNidLookup2?: KenyaNidLookup2ProviderOutput | null;
|
|
301
|
+
/**
|
|
302
|
+
* Exposed properties for the `korea-telco-match` Provider which do not directly map to the normalized IdentityData model.
|
|
303
|
+
* @type {KoreaTelcoMatchProviderOutput}
|
|
304
|
+
* @memberof ProviderOutput
|
|
305
|
+
*/
|
|
306
|
+
koreaTelcoMatch?: KoreaTelcoMatchProviderOutput | null;
|
|
226
307
|
/**
|
|
227
308
|
* Exposed properties for the `lloyds-smart-id` Provider which do not directly map to the normalized IdentityData model.
|
|
228
309
|
* @type {LloydsSmartIdProviderOutput}
|
|
@@ -277,6 +358,12 @@ export interface ProviderOutput {
|
|
|
277
358
|
* @memberof ProviderOutput
|
|
278
359
|
*/
|
|
279
360
|
philippinesPhysicalNationalIdQr?: PhilippinesPhysicalNidProviderOutput | null;
|
|
361
|
+
/**
|
|
362
|
+
* Exposed properties for the `poland-mobywatel-match` Provider which do not directly map to the normalized IdentityData model.
|
|
363
|
+
* @type {PolandMobywatelMatchProviderOutput}
|
|
364
|
+
* @memberof ProviderOutput
|
|
365
|
+
*/
|
|
366
|
+
polandMobywatelMatch?: PolandMobywatelMatchProviderOutput | null;
|
|
280
367
|
/**
|
|
281
368
|
* Exposed properties for the `post-office-easyid` Provider which do not directly map to the normalized IdentityData model.
|
|
282
369
|
* @type {PostOfficeEasyIdProviderOutput}
|
|
@@ -289,6 +376,18 @@ export interface ProviderOutput {
|
|
|
289
376
|
* @memberof ProviderOutput
|
|
290
377
|
*/
|
|
291
378
|
samsungWallet?: SamsungWalletProviderOutput | null;
|
|
379
|
+
/**
|
|
380
|
+
* Exposed properties for the `singpass-login` Provider which do not directly map to the normalized IdentityData model.
|
|
381
|
+
* @type {SingpassLoginProviderOutput}
|
|
382
|
+
* @memberof ProviderOutput
|
|
383
|
+
*/
|
|
384
|
+
singpassLogin?: SingpassLoginProviderOutput | null;
|
|
385
|
+
/**
|
|
386
|
+
* Exposed properties for the `singpass-myinfo` Provider which do not directly map to the normalized IdentityData model.
|
|
387
|
+
* @type {SingpassMyInfoProviderOutput}
|
|
388
|
+
* @memberof ProviderOutput
|
|
389
|
+
*/
|
|
390
|
+
singpassMyinfo?: SingpassMyInfoProviderOutput | null;
|
|
292
391
|
/**
|
|
293
392
|
* Exposed properties for the `smart-id` Provider which do not directly map to the normalized IdentityData model.
|
|
294
393
|
* @type {SmartIdProviderOutput}
|
|
@@ -313,6 +412,12 @@ export interface ProviderOutput {
|
|
|
313
412
|
* @memberof ProviderOutput
|
|
314
413
|
*/
|
|
315
414
|
usaLouisianaWallet?: LaWalletProviderOutput | null;
|
|
415
|
+
/**
|
|
416
|
+
* Exposed properties for the `netherlands-idin` Provider which do not directly map to the normalized IdentityData model.
|
|
417
|
+
* @type {NetherlandsIdinProviderOutput}
|
|
418
|
+
* @memberof ProviderOutput
|
|
419
|
+
*/
|
|
420
|
+
netherlandsIdin?: NetherlandsIdinProviderOutput | null;
|
|
316
421
|
/**
|
|
317
422
|
* Exposed properties for the `yoti` Provider which do not directly map to the normalized IdentityData model.
|
|
318
423
|
* @type {YotiProviderOutput}
|