@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
|
@@ -20,7 +20,11 @@ import { mapValues } from '../runtime';
|
|
|
20
20
|
*/
|
|
21
21
|
export interface KenyaNidBiometric2Input {
|
|
22
22
|
/**
|
|
23
|
-
* The
|
|
23
|
+
* The Kenya National ID Number (Nambari ya Kitambulisho) or Unique Personal Identifier (Maisha Namba).
|
|
24
|
+
*
|
|
25
|
+
* This is the primary unique identifier for Kenyan citizens in all government systems, issued by
|
|
26
|
+
* the National Registration Bureau (NRB). The format is either 8 digits for National ID
|
|
27
|
+
* or 9 digits for Maisha Namba UPI (the new format since 2023).
|
|
24
28
|
* @type {string}
|
|
25
29
|
* @memberof KenyaNidBiometric2Input
|
|
26
30
|
*/
|
|
@@ -102,7 +102,7 @@ export function KenyaNidInputToJSONTyped(value?: KenyaNidInput | null, ignoreDis
|
|
|
102
102
|
'firstName': value['firstName'],
|
|
103
103
|
'middleName': value['middleName'],
|
|
104
104
|
'lastName': value['lastName'],
|
|
105
|
-
'dateOfBirth':
|
|
105
|
+
'dateOfBirth': value['dateOfBirth'].toISOString().substring(0,10),
|
|
106
106
|
'gender': value['gender'],
|
|
107
107
|
'nationalIdNumber': value['nationalIdNumber'],
|
|
108
108
|
};
|
|
@@ -20,7 +20,11 @@ import { mapValues } from '../runtime';
|
|
|
20
20
|
*/
|
|
21
21
|
export interface KenyaNidLookup2Input {
|
|
22
22
|
/**
|
|
23
|
-
* The
|
|
23
|
+
* The Kenya National ID Number (Nambari ya Kitambulisho) or Unique Personal Identifier (Maisha Namba).
|
|
24
|
+
*
|
|
25
|
+
* This is the primary unique identifier for Kenyan citizens in all government systems, issued by
|
|
26
|
+
* the National Registration Bureau (NRB). The format is either 8 digits for National ID
|
|
27
|
+
* or 9 digits for Maisha Namba UPI (the new format since 2023).
|
|
24
28
|
* @type {string}
|
|
25
29
|
* @memberof KenyaNidLookup2Input
|
|
26
30
|
*/
|
|
@@ -72,12 +72,11 @@ export interface KenyaNidLookup2ProviderOutput {
|
|
|
72
72
|
*/
|
|
73
73
|
citizenship: string;
|
|
74
74
|
/**
|
|
75
|
-
* The Kenya National ID Number (Nambari ya Kitambulisho).
|
|
75
|
+
* The Kenya National ID Number (Nambari ya Kitambulisho) or Unique Personal Identifier (Maisha Namba).
|
|
76
76
|
*
|
|
77
77
|
* This is the primary unique identifier for Kenyan citizens in all government systems, issued by
|
|
78
|
-
* the National Registration Bureau (NRB). The format is
|
|
79
|
-
*
|
|
80
|
-
* and remains constant for life.
|
|
78
|
+
* the National Registration Bureau (NRB). The format is either 8 digits for National ID
|
|
79
|
+
* or 9 digits for Maisha Namba UPI (the new format since 2023).
|
|
81
80
|
* @type {string}
|
|
82
81
|
* @memberof KenyaNidLookup2ProviderOutput
|
|
83
82
|
*/
|
|
@@ -168,11 +167,11 @@ export function KenyaNidLookup2ProviderOutputToJSONTyped(value?: KenyaNidLookup2
|
|
|
168
167
|
'surname': value['surname'],
|
|
169
168
|
'otherName': value['otherName'],
|
|
170
169
|
'sex': value['sex'],
|
|
171
|
-
'dateOfBirth': value['dateOfBirth'] == null ?
|
|
170
|
+
'dateOfBirth': value['dateOfBirth'] == null ? value['dateOfBirth'] : value['dateOfBirth'].toISOString().substring(0,10),
|
|
172
171
|
'citizenship': value['citizenship'],
|
|
173
172
|
'idNumber': value['idNumber'],
|
|
174
173
|
'serialNumber': value['serialNumber'],
|
|
175
|
-
'dateOfIssue': value['dateOfIssue'] == null ?
|
|
174
|
+
'dateOfIssue': value['dateOfIssue'] == null ? value['dateOfIssue'] : value['dateOfIssue'].toISOString().substring(0,10),
|
|
176
175
|
'placeOfBirth': KenyaNidLookup2AddressToJSON(value['placeOfBirth']),
|
|
177
176
|
'placeOfResidence': KenyaNidLookup2AddressToJSON(value['placeOfResidence']),
|
|
178
177
|
};
|
|
@@ -28,7 +28,11 @@ import {
|
|
|
28
28
|
*/
|
|
29
29
|
export interface KenyaNidMatch2Input {
|
|
30
30
|
/**
|
|
31
|
-
* The
|
|
31
|
+
* The Kenya National ID Number (Nambari ya Kitambulisho) or Unique Personal Identifier (Maisha Namba).
|
|
32
|
+
*
|
|
33
|
+
* This is the primary unique identifier for Kenyan citizens in all government systems, issued by
|
|
34
|
+
* the National Registration Bureau (NRB). The format is either 8 digits for National ID
|
|
35
|
+
* or 9 digits for Maisha Namba UPI (the new format since 2023).
|
|
32
36
|
* @type {string}
|
|
33
37
|
* @memberof KenyaNidMatch2Input
|
|
34
38
|
*/
|
|
@@ -108,7 +112,7 @@ export function KenyaNidMatch2InputToJSONTyped(value?: KenyaNidMatch2Input | nul
|
|
|
108
112
|
'givenName': value['givenName'],
|
|
109
113
|
'familyName': value['familyName'],
|
|
110
114
|
'middleName': value['middleName'],
|
|
111
|
-
'dateOfBirth': value['dateOfBirth'] == null ?
|
|
115
|
+
'dateOfBirth': value['dateOfBirth'] == null ? value['dateOfBirth'] : value['dateOfBirth'].toISOString().substring(0,10),
|
|
112
116
|
'sex': KenyaNidMatch2InputSexToJSON(value['sex']),
|
|
113
117
|
};
|
|
114
118
|
}
|
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Trinsic API
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v1
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { mapValues } from '../runtime';
|
|
16
|
+
import type { MobileCarrier } from './MobileCarrier';
|
|
17
|
+
import {
|
|
18
|
+
MobileCarrierFromJSON,
|
|
19
|
+
MobileCarrierFromJSONTyped,
|
|
20
|
+
MobileCarrierToJSON,
|
|
21
|
+
MobileCarrierToJSONTyped,
|
|
22
|
+
} from './MobileCarrier';
|
|
23
|
+
import type { KoreaTelcoMatchSex } from './KoreaTelcoMatchSex';
|
|
24
|
+
import {
|
|
25
|
+
KoreaTelcoMatchSexFromJSON,
|
|
26
|
+
KoreaTelcoMatchSexFromJSONTyped,
|
|
27
|
+
KoreaTelcoMatchSexToJSON,
|
|
28
|
+
KoreaTelcoMatchSexToJSONTyped,
|
|
29
|
+
} from './KoreaTelcoMatchSex';
|
|
30
|
+
import type { MobileOperatingSystem } from './MobileOperatingSystem';
|
|
31
|
+
import {
|
|
32
|
+
MobileOperatingSystemFromJSON,
|
|
33
|
+
MobileOperatingSystemFromJSONTyped,
|
|
34
|
+
MobileOperatingSystemToJSON,
|
|
35
|
+
MobileOperatingSystemToJSONTyped,
|
|
36
|
+
} from './MobileOperatingSystem';
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @export
|
|
41
|
+
* @interface KoreaTelcoMatchInput
|
|
42
|
+
*/
|
|
43
|
+
export interface KoreaTelcoMatchInput {
|
|
44
|
+
/**
|
|
45
|
+
* Phone number without dashes, e.g. "010XXXXXXXX".
|
|
46
|
+
* @type {string}
|
|
47
|
+
* @memberof KoreaTelcoMatchInput
|
|
48
|
+
*/
|
|
49
|
+
phoneNumber: string;
|
|
50
|
+
/**
|
|
51
|
+
* Full legal name (UTF-8), e.g. "홍길동" or "Hong Gildong".
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof KoreaTelcoMatchInput
|
|
54
|
+
*/
|
|
55
|
+
fullName: string;
|
|
56
|
+
/**
|
|
57
|
+
* Date of birth.
|
|
58
|
+
* @type {Date}
|
|
59
|
+
* @memberof KoreaTelcoMatchInput
|
|
60
|
+
*/
|
|
61
|
+
dateOfBirth: Date;
|
|
62
|
+
/**
|
|
63
|
+
* Sex. Must be Male or Female.
|
|
64
|
+
* @type {KoreaTelcoMatchSex}
|
|
65
|
+
* @memberof KoreaTelcoMatchInput
|
|
66
|
+
*/
|
|
67
|
+
sex: KoreaTelcoMatchSex;
|
|
68
|
+
/**
|
|
69
|
+
* Mobile carrier. Lgu = LG U+, Skt = SK Telecom, Kt = KT.
|
|
70
|
+
* @type {MobileCarrier}
|
|
71
|
+
* @memberof KoreaTelcoMatchInput
|
|
72
|
+
*/
|
|
73
|
+
carrier: MobileCarrier;
|
|
74
|
+
/**
|
|
75
|
+
* Device operating system.
|
|
76
|
+
* @type {MobileOperatingSystem}
|
|
77
|
+
* @memberof KoreaTelcoMatchInput
|
|
78
|
+
*/
|
|
79
|
+
operatingSystem: MobileOperatingSystem;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
/**
|
|
85
|
+
* Check if a given object implements the KoreaTelcoMatchInput interface.
|
|
86
|
+
*/
|
|
87
|
+
export function instanceOfKoreaTelcoMatchInput(value: object): value is KoreaTelcoMatchInput {
|
|
88
|
+
if (!('phoneNumber' in value) || value['phoneNumber'] === undefined) return false;
|
|
89
|
+
if (!('fullName' in value) || value['fullName'] === undefined) return false;
|
|
90
|
+
if (!('dateOfBirth' in value) || value['dateOfBirth'] === undefined) return false;
|
|
91
|
+
if (!('sex' in value) || value['sex'] === undefined) return false;
|
|
92
|
+
if (!('carrier' in value) || value['carrier'] === undefined) return false;
|
|
93
|
+
if (!('operatingSystem' in value) || value['operatingSystem'] === undefined) return false;
|
|
94
|
+
return true;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
export function KoreaTelcoMatchInputFromJSON(json: any): KoreaTelcoMatchInput {
|
|
98
|
+
return KoreaTelcoMatchInputFromJSONTyped(json, false);
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
export function KoreaTelcoMatchInputFromJSONTyped(json: any, ignoreDiscriminator: boolean): KoreaTelcoMatchInput {
|
|
102
|
+
if (json == null) {
|
|
103
|
+
return json;
|
|
104
|
+
}
|
|
105
|
+
return {
|
|
106
|
+
|
|
107
|
+
'phoneNumber': json['phoneNumber'],
|
|
108
|
+
'fullName': json['fullName'],
|
|
109
|
+
'dateOfBirth': (new Date(json['dateOfBirth'])),
|
|
110
|
+
'sex': KoreaTelcoMatchSexFromJSON(json['sex']),
|
|
111
|
+
'carrier': MobileCarrierFromJSON(json['carrier']),
|
|
112
|
+
'operatingSystem': MobileOperatingSystemFromJSON(json['operatingSystem']),
|
|
113
|
+
};
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
export function KoreaTelcoMatchInputToJSON(json: any): KoreaTelcoMatchInput {
|
|
117
|
+
return KoreaTelcoMatchInputToJSONTyped(json, false);
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
export function KoreaTelcoMatchInputToJSONTyped(value?: KoreaTelcoMatchInput | null, ignoreDiscriminator: boolean = false): any {
|
|
121
|
+
if (value == null) {
|
|
122
|
+
return value;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
return {
|
|
126
|
+
|
|
127
|
+
'phoneNumber': value['phoneNumber'],
|
|
128
|
+
'fullName': value['fullName'],
|
|
129
|
+
'dateOfBirth': value['dateOfBirth'].toISOString().substring(0,10),
|
|
130
|
+
'sex': KoreaTelcoMatchSexToJSON(value['sex']),
|
|
131
|
+
'carrier': MobileCarrierToJSON(value['carrier']),
|
|
132
|
+
'operatingSystem': MobileOperatingSystemToJSON(value['operatingSystem']),
|
|
133
|
+
};
|
|
134
|
+
}
|
|
135
|
+
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Trinsic API
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v1
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { mapValues } from '../runtime';
|
|
16
|
+
/**
|
|
17
|
+
* Exposed properties for the `korea-telco-match` Provider which do not directly map to the normalized IdentityData model.
|
|
18
|
+
* @export
|
|
19
|
+
* @interface KoreaTelcoMatchProviderOutput
|
|
20
|
+
*/
|
|
21
|
+
export interface KoreaTelcoMatchProviderOutput {
|
|
22
|
+
/**
|
|
23
|
+
* The verified phone number as submitted by the relying party.
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof KoreaTelcoMatchProviderOutput
|
|
26
|
+
*/
|
|
27
|
+
phoneNumber: string;
|
|
28
|
+
/**
|
|
29
|
+
* The mobile carrier used for verification.
|
|
30
|
+
* Possible values:
|
|
31
|
+
* <list type="bullet"><item><description>Lgu</description></item><item><description>Skt</description></item><item><description>Kt</description></item></list>
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof KoreaTelcoMatchProviderOutput
|
|
34
|
+
*/
|
|
35
|
+
teleType: string;
|
|
36
|
+
/**
|
|
37
|
+
* The RaonSecure result code returned by the carrier verification system.
|
|
38
|
+
* "0000" indicates a successful match.
|
|
39
|
+
*
|
|
40
|
+
* Common error codes:
|
|
41
|
+
* - "0000": Successful match
|
|
42
|
+
* - "0001": Identity Verification Failed - Verification Information Mismatch (General)
|
|
43
|
+
* - "0002": Identity Verification Failed - Unable to Verify Phone Number
|
|
44
|
+
* - "0004": Identity Verification Failed - Date of Birth Verification Error
|
|
45
|
+
* - "0005": Identity Verification Failed - Gender Verification Error
|
|
46
|
+
* - "0006": Identity Verification Failed - Name Verification Error
|
|
47
|
+
* - "0009": Identity Verification Failed - Device OS Mismatch
|
|
48
|
+
* @type {string}
|
|
49
|
+
* @memberof KoreaTelcoMatchProviderOutput
|
|
50
|
+
*/
|
|
51
|
+
resultCode: string;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* Check if a given object implements the KoreaTelcoMatchProviderOutput interface.
|
|
56
|
+
*/
|
|
57
|
+
export function instanceOfKoreaTelcoMatchProviderOutput(value: object): value is KoreaTelcoMatchProviderOutput {
|
|
58
|
+
if (!('phoneNumber' in value) || value['phoneNumber'] === undefined) return false;
|
|
59
|
+
if (!('teleType' in value) || value['teleType'] === undefined) return false;
|
|
60
|
+
if (!('resultCode' in value) || value['resultCode'] === undefined) return false;
|
|
61
|
+
return true;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
export function KoreaTelcoMatchProviderOutputFromJSON(json: any): KoreaTelcoMatchProviderOutput {
|
|
65
|
+
return KoreaTelcoMatchProviderOutputFromJSONTyped(json, false);
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
export function KoreaTelcoMatchProviderOutputFromJSONTyped(json: any, ignoreDiscriminator: boolean): KoreaTelcoMatchProviderOutput {
|
|
69
|
+
if (json == null) {
|
|
70
|
+
return json;
|
|
71
|
+
}
|
|
72
|
+
return {
|
|
73
|
+
|
|
74
|
+
'phoneNumber': json['phoneNumber'],
|
|
75
|
+
'teleType': json['teleType'],
|
|
76
|
+
'resultCode': json['resultCode'],
|
|
77
|
+
};
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
export function KoreaTelcoMatchProviderOutputToJSON(json: any): KoreaTelcoMatchProviderOutput {
|
|
81
|
+
return KoreaTelcoMatchProviderOutputToJSONTyped(json, false);
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
export function KoreaTelcoMatchProviderOutputToJSONTyped(value?: KoreaTelcoMatchProviderOutput | null, ignoreDiscriminator: boolean = false): any {
|
|
85
|
+
if (value == null) {
|
|
86
|
+
return value;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
return {
|
|
90
|
+
|
|
91
|
+
'phoneNumber': value['phoneNumber'],
|
|
92
|
+
'teleType': value['teleType'],
|
|
93
|
+
'resultCode': value['resultCode'],
|
|
94
|
+
};
|
|
95
|
+
}
|
|
96
|
+
|
|
@@ -0,0 +1,53 @@
|
|
|
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
|
+
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
*/
|
|
20
|
+
export const KoreaTelcoMatchSex = {
|
|
21
|
+
Male: 'Male',
|
|
22
|
+
Female: 'Female'
|
|
23
|
+
} as const;
|
|
24
|
+
export type KoreaTelcoMatchSex = typeof KoreaTelcoMatchSex[keyof typeof KoreaTelcoMatchSex];
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
export function instanceOfKoreaTelcoMatchSex(value: any): boolean {
|
|
28
|
+
for (const key in KoreaTelcoMatchSex) {
|
|
29
|
+
if (Object.prototype.hasOwnProperty.call(KoreaTelcoMatchSex, key)) {
|
|
30
|
+
if (KoreaTelcoMatchSex[key as keyof typeof KoreaTelcoMatchSex] === value) {
|
|
31
|
+
return true;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
return false;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
export function KoreaTelcoMatchSexFromJSON(json: any): KoreaTelcoMatchSex {
|
|
39
|
+
return KoreaTelcoMatchSexFromJSONTyped(json, false);
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
export function KoreaTelcoMatchSexFromJSONTyped(json: any, ignoreDiscriminator: boolean): KoreaTelcoMatchSex {
|
|
43
|
+
return json as KoreaTelcoMatchSex;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
export function KoreaTelcoMatchSexToJSON(value?: KoreaTelcoMatchSex | null): any {
|
|
47
|
+
return value as any;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
export function KoreaTelcoMatchSexToJSONTyped(value: any, ignoreDiscriminator: boolean): KoreaTelcoMatchSex {
|
|
51
|
+
return value as KoreaTelcoMatchSex;
|
|
52
|
+
}
|
|
53
|
+
|
|
@@ -210,15 +210,15 @@ export function LaWalletProviderOutputToJSONTyped(value?: LaWalletProviderOutput
|
|
|
210
210
|
return {
|
|
211
211
|
|
|
212
212
|
'driversLicenseNumber': value['driversLicenseNumber'],
|
|
213
|
-
'issueDate':
|
|
214
|
-
'expirationDate':
|
|
213
|
+
'issueDate': value['issueDate'].toISOString().substring(0,10),
|
|
214
|
+
'expirationDate': value['expirationDate'].toISOString().substring(0,10),
|
|
215
215
|
'auditNumber': value['auditNumber'],
|
|
216
216
|
'licenseStatus': value['licenseStatus'],
|
|
217
217
|
'licenseClass': value['licenseClass'],
|
|
218
218
|
'firstName': value['firstName'],
|
|
219
219
|
'middleName': value['middleName'],
|
|
220
220
|
'lastName': value['lastName'],
|
|
221
|
-
'dateOfBirth':
|
|
221
|
+
'dateOfBirth': value['dateOfBirth'].toISOString().substring(0,10),
|
|
222
222
|
'sex': value['sex'],
|
|
223
223
|
'addressLine1': value['addressLine1'],
|
|
224
224
|
'addressLine2': value['addressLine2'],
|
|
@@ -104,7 +104,7 @@ export function LithuaniaIdCardProviderOutputToJSONTyped(value?: LithuaniaIdCard
|
|
|
104
104
|
|
|
105
105
|
'firstName': value['firstName'],
|
|
106
106
|
'lastName': value['lastName'],
|
|
107
|
-
'dateOfBirth':
|
|
107
|
+
'dateOfBirth': value['dateOfBirth'].toISOString().substring(0,10),
|
|
108
108
|
'personalCode': value['personalCode'],
|
|
109
109
|
};
|
|
110
110
|
}
|
|
@@ -35,7 +35,7 @@ import {
|
|
|
35
35
|
*/
|
|
36
36
|
export interface LloydsSmartIdProviderOutput {
|
|
37
37
|
/**
|
|
38
|
-
*
|
|
38
|
+
* A Yoti-generated unique ID for this individual, consistent across repeat shares and different for each Relying Party.
|
|
39
39
|
* @type {string}
|
|
40
40
|
* @memberof LloydsSmartIdProviderOutput
|
|
41
41
|
*/
|
|
@@ -93,7 +93,7 @@ export interface LloydsSmartIdProviderOutput {
|
|
|
93
93
|
*/
|
|
94
94
|
nationality?: string | null;
|
|
95
95
|
/**
|
|
96
|
-
* The mobile phone number of the individual. This number was verified with a one time password (OTP) during the
|
|
96
|
+
* 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.
|
|
97
97
|
* @type {string}
|
|
98
98
|
* @memberof LloydsSmartIdProviderOutput
|
|
99
99
|
*/
|
|
@@ -168,7 +168,7 @@ export function LloydsSmartIdProviderOutputToJSONTyped(value?: LloydsSmartIdProv
|
|
|
168
168
|
'givenName': value['givenName'],
|
|
169
169
|
'familyName': value['familyName'],
|
|
170
170
|
'fullName': value['fullName'],
|
|
171
|
-
'dateOfBirth': value['dateOfBirth'] == null ?
|
|
171
|
+
'dateOfBirth': value['dateOfBirth'] == null ? value['dateOfBirth'] : value['dateOfBirth'].toISOString().substring(0,10),
|
|
172
172
|
'gender': value['gender'],
|
|
173
173
|
'nationality': value['nationality'],
|
|
174
174
|
'mobileNumber': value['mobileNumber'],
|
package/src/models/MdlOutput.ts
CHANGED
|
@@ -41,13 +41,13 @@ export interface MdlOutput {
|
|
|
41
41
|
*/
|
|
42
42
|
iacaRootCertificate: MdlOutputCertificateData;
|
|
43
43
|
/**
|
|
44
|
-
* Information about the Document Signer Certificate which signed the mDL presented by the
|
|
44
|
+
* Information about the Document Signer Certificate which signed the mDL presented by the individual.
|
|
45
45
|
* @type {MdlOutputCertificateData}
|
|
46
46
|
* @memberof MdlOutput
|
|
47
47
|
*/
|
|
48
48
|
documentSignerCertificate: MdlOutputCertificateData;
|
|
49
49
|
/**
|
|
50
|
-
* The document type of the mDL presented by the
|
|
50
|
+
* The document type of the mDL presented by the individual.
|
|
51
51
|
*
|
|
52
52
|
* Common values:
|
|
53
53
|
* - "org.iso.18013.5.1.mDL" for ISO 18013-5 mDLs
|
|
@@ -99,8 +99,8 @@ export function MdlOutputCertificateDataToJSONTyped(value?: MdlOutputCertificate
|
|
|
99
99
|
'serialNumber': value['serialNumber'],
|
|
100
100
|
'commonName': value['commonName'],
|
|
101
101
|
'stateOrProvinceName': value['stateOrProvinceName'],
|
|
102
|
-
'notBefore':
|
|
103
|
-
'notAfter':
|
|
102
|
+
'notBefore': value['notBefore'].toISOString(),
|
|
103
|
+
'notAfter': value['notAfter'].toISOString(),
|
|
104
104
|
};
|
|
105
105
|
}
|
|
106
106
|
|
|
@@ -32,7 +32,7 @@ export interface MitIdProviderOutput {
|
|
|
32
32
|
*/
|
|
33
33
|
dateOfBirth?: Date | null;
|
|
34
34
|
/**
|
|
35
|
-
* A stable unique identifier representing the
|
|
35
|
+
* A stable unique identifier representing the individual in MitID's system.
|
|
36
36
|
* It is recommended to use this identifier instead of using the civil registration number (CPR number) directly.
|
|
37
37
|
* @type {string}
|
|
38
38
|
* @memberof MitIdProviderOutput
|
|
@@ -59,9 +59,9 @@ export interface MitIdProviderOutput {
|
|
|
59
59
|
* More information can be found here: https://pages.nist.gov/800-63-4/sp800-63b/aal/#AAL_SEC4
|
|
60
60
|
* Possible values:
|
|
61
61
|
*
|
|
62
|
-
* - https://data.gov.dk/concept/core/nsis/Low - (Level 1) The
|
|
63
|
-
* - https://data.gov.dk/concept/core/nsis/Substantial - (Level 2) The
|
|
64
|
-
* - https://data.gov.dk/concept/core/nsis/High - (Level 3) The
|
|
62
|
+
* - https://data.gov.dk/concept/core/nsis/Low - (Level 1) The individual has self asserted their identity and is neither verified nor validated.
|
|
63
|
+
* - https://data.gov.dk/concept/core/nsis/Substantial - (Level 2) The individual has performed either a remote or in-person identity proofing.
|
|
64
|
+
* - https://data.gov.dk/concept/core/nsis/High - (Level 3) The individual has performed an in person identity proofing with an authorized representative.
|
|
65
65
|
*
|
|
66
66
|
* **Note**: These urls are not valid anymore, but they still contain the level of assurance name.
|
|
67
67
|
* @type {string}
|
|
@@ -73,9 +73,9 @@ export interface MitIdProviderOutput {
|
|
|
73
73
|
* The National Institute of Standards and Technology (NIST) measures the confidence of the digital identity's verification and authentication strength by a set of requirements for different levels.
|
|
74
74
|
*
|
|
75
75
|
* Possible values:
|
|
76
|
-
* - https://data.gov.dk/concept/core/nsis/Low - (Level 1) The
|
|
77
|
-
* - https://data.gov.dk/concept/core/nsis/Substantial - (Level 3) The
|
|
78
|
-
* - https://data.gov.dk/concept/core/nsis/High - (Level 4) The
|
|
76
|
+
* - https://data.gov.dk/concept/core/nsis/Low - (Level 1) The individual has self asserted their identity and multifactor authentication is not required.
|
|
77
|
+
* - https://data.gov.dk/concept/core/nsis/Substantial - (Level 3) The individual has performed either a remote or in-person identity proofing and multifactor authentication is required.
|
|
78
|
+
* - https://data.gov.dk/concept/core/nsis/High - (Level 4) The individual has performed an in person identity proofing with an authorized representative and has strong cryptographic authentication requirements.
|
|
79
79
|
*
|
|
80
80
|
* **Note**: These urls are not valid anymore, but they still contain the level of assurance name. MitID only returns three of the four potential levels and does not include level 2.
|
|
81
81
|
*
|
|
@@ -91,7 +91,7 @@ export interface MitIdProviderOutput {
|
|
|
91
91
|
*
|
|
92
92
|
* Possible values:
|
|
93
93
|
* - private - The verification is from a private individual.
|
|
94
|
-
* - professional - The verification is
|
|
94
|
+
* - professional - The verification is an individual on behalf of an organization.
|
|
95
95
|
* @type {string}
|
|
96
96
|
* @memberof MitIdProviderOutput
|
|
97
97
|
*/
|
|
@@ -124,8 +124,8 @@ export interface MitIdProviderOutput {
|
|
|
124
124
|
*/
|
|
125
125
|
organizationNumber?: string | null;
|
|
126
126
|
/**
|
|
127
|
-
* The organization number (CVR number) of the organization the
|
|
128
|
-
* This is only returned if the requested scope is for an organization verification and the
|
|
127
|
+
* The organization number (CVR number) of the organization the individual is authorized to represent.
|
|
128
|
+
* This is only returned if the requested scope is for an organization verification and the individual provides a private source on behalf of a company.
|
|
129
129
|
* @type {string}
|
|
130
130
|
* @memberof MitIdProviderOutput
|
|
131
131
|
*/
|
|
@@ -175,7 +175,7 @@ export function MitIdProviderOutputToJSONTyped(value?: MitIdProviderOutput | nul
|
|
|
175
175
|
return {
|
|
176
176
|
|
|
177
177
|
'fullName': value['fullName'],
|
|
178
|
-
'dateOfBirth': value['dateOfBirth'] == null ?
|
|
178
|
+
'dateOfBirth': value['dateOfBirth'] == null ? value['dateOfBirth'] : value['dateOfBirth'].toISOString().substring(0,10),
|
|
179
179
|
'uniqueIdentifier': value['uniqueIdentifier'],
|
|
180
180
|
'authenticationAssuranceLevel': value['authenticationAssuranceLevel'],
|
|
181
181
|
'identityAuthenticationLevel': value['identityAuthenticationLevel'],
|
|
@@ -0,0 +1,54 @@
|
|
|
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
|
+
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
*/
|
|
20
|
+
export const MobileCarrier = {
|
|
21
|
+
Lgu: 'Lgu',
|
|
22
|
+
Skt: 'Skt',
|
|
23
|
+
Kt: 'Kt'
|
|
24
|
+
} as const;
|
|
25
|
+
export type MobileCarrier = typeof MobileCarrier[keyof typeof MobileCarrier];
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
export function instanceOfMobileCarrier(value: any): boolean {
|
|
29
|
+
for (const key in MobileCarrier) {
|
|
30
|
+
if (Object.prototype.hasOwnProperty.call(MobileCarrier, key)) {
|
|
31
|
+
if (MobileCarrier[key as keyof typeof MobileCarrier] === value) {
|
|
32
|
+
return true;
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
return false;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
export function MobileCarrierFromJSON(json: any): MobileCarrier {
|
|
40
|
+
return MobileCarrierFromJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
export function MobileCarrierFromJSONTyped(json: any, ignoreDiscriminator: boolean): MobileCarrier {
|
|
44
|
+
return json as MobileCarrier;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
export function MobileCarrierToJSON(value?: MobileCarrier | null): any {
|
|
48
|
+
return value as any;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
export function MobileCarrierToJSONTyped(value: any, ignoreDiscriminator: boolean): MobileCarrier {
|
|
52
|
+
return value as MobileCarrier;
|
|
53
|
+
}
|
|
54
|
+
|
|
@@ -155,7 +155,7 @@ export function MobileIdProviderOutputToJSONTyped(value?: MobileIdProviderOutput
|
|
|
155
155
|
|
|
156
156
|
'givenName': value['givenName'],
|
|
157
157
|
'familyName': value['familyName'],
|
|
158
|
-
'dateOfBirth': value['dateOfBirth'] == null ?
|
|
158
|
+
'dateOfBirth': value['dateOfBirth'] == null ? value['dateOfBirth'] : value['dateOfBirth'].toISOString().substring(0,10),
|
|
159
159
|
'sex': value['sex'],
|
|
160
160
|
'country': value['country'],
|
|
161
161
|
'identityType': value['identityType'],
|
|
@@ -0,0 +1,54 @@
|
|
|
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
|
+
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
*/
|
|
20
|
+
export const MobileOperatingSystem = {
|
|
21
|
+
Android: 'Android',
|
|
22
|
+
Ios: 'Ios',
|
|
23
|
+
Feature: 'Feature'
|
|
24
|
+
} as const;
|
|
25
|
+
export type MobileOperatingSystem = typeof MobileOperatingSystem[keyof typeof MobileOperatingSystem];
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
export function instanceOfMobileOperatingSystem(value: any): boolean {
|
|
29
|
+
for (const key in MobileOperatingSystem) {
|
|
30
|
+
if (Object.prototype.hasOwnProperty.call(MobileOperatingSystem, key)) {
|
|
31
|
+
if (MobileOperatingSystem[key as keyof typeof MobileOperatingSystem] === value) {
|
|
32
|
+
return true;
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
return false;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
export function MobileOperatingSystemFromJSON(json: any): MobileOperatingSystem {
|
|
40
|
+
return MobileOperatingSystemFromJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
export function MobileOperatingSystemFromJSONTyped(json: any, ignoreDiscriminator: boolean): MobileOperatingSystem {
|
|
44
|
+
return json as MobileOperatingSystem;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
export function MobileOperatingSystemToJSON(value?: MobileOperatingSystem | null): any {
|
|
48
|
+
return value as any;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
export function MobileOperatingSystemToJSONTyped(value: any, ignoreDiscriminator: boolean): MobileOperatingSystem {
|
|
52
|
+
return value as MobileOperatingSystem;
|
|
53
|
+
}
|
|
54
|
+
|