@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
|
@@ -95,15 +95,15 @@ function LaWalletProviderOutputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
95
95
|
}
|
|
96
96
|
return {
|
|
97
97
|
'driversLicenseNumber': value['driversLicenseNumber'],
|
|
98
|
-
'issueDate':
|
|
99
|
-
'expirationDate':
|
|
98
|
+
'issueDate': value['issueDate'].toISOString().substring(0, 10),
|
|
99
|
+
'expirationDate': value['expirationDate'].toISOString().substring(0, 10),
|
|
100
100
|
'auditNumber': value['auditNumber'],
|
|
101
101
|
'licenseStatus': value['licenseStatus'],
|
|
102
102
|
'licenseClass': value['licenseClass'],
|
|
103
103
|
'firstName': value['firstName'],
|
|
104
104
|
'middleName': value['middleName'],
|
|
105
105
|
'lastName': value['lastName'],
|
|
106
|
-
'dateOfBirth':
|
|
106
|
+
'dateOfBirth': value['dateOfBirth'].toISOString().substring(0, 10),
|
|
107
107
|
'sex': value['sex'],
|
|
108
108
|
'addressLine1': value['addressLine1'],
|
|
109
109
|
'addressLine2': value['addressLine2'],
|
|
@@ -56,7 +56,7 @@ function LithuaniaIdCardProviderOutputToJSONTyped(value, ignoreDiscriminator = f
|
|
|
56
56
|
return {
|
|
57
57
|
'firstName': value['firstName'],
|
|
58
58
|
'lastName': value['lastName'],
|
|
59
|
-
'dateOfBirth':
|
|
59
|
+
'dateOfBirth': value['dateOfBirth'].toISOString().substring(0, 10),
|
|
60
60
|
'personalCode': value['personalCode'],
|
|
61
61
|
};
|
|
62
62
|
}
|
|
@@ -18,7 +18,7 @@ import type { YotiDocumentDetails } from './YotiDocumentDetails';
|
|
|
18
18
|
*/
|
|
19
19
|
export interface LloydsSmartIdProviderOutput {
|
|
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 LloydsSmartIdProviderOutput
|
|
24
24
|
*/
|
|
@@ -76,7 +76,7 @@ export interface LloydsSmartIdProviderOutput {
|
|
|
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 LloydsSmartIdProviderOutput
|
|
82
82
|
*/
|
|
@@ -61,7 +61,7 @@ function LloydsSmartIdProviderOutputToJSONTyped(value, ignoreDiscriminator = fal
|
|
|
61
61
|
'givenName': value['givenName'],
|
|
62
62
|
'familyName': value['familyName'],
|
|
63
63
|
'fullName': value['fullName'],
|
|
64
|
-
'dateOfBirth': value['dateOfBirth'] == null ?
|
|
64
|
+
'dateOfBirth': value['dateOfBirth'] == null ? value['dateOfBirth'] : value['dateOfBirth'].toISOString().substring(0, 10),
|
|
65
65
|
'gender': value['gender'],
|
|
66
66
|
'nationality': value['nationality'],
|
|
67
67
|
'mobileNumber': value['mobileNumber'],
|
|
@@ -24,13 +24,13 @@ export interface MdlOutput {
|
|
|
24
24
|
*/
|
|
25
25
|
iacaRootCertificate: MdlOutputCertificateData;
|
|
26
26
|
/**
|
|
27
|
-
* Information about the Document Signer Certificate which signed the mDL presented by the
|
|
27
|
+
* Information about the Document Signer Certificate which signed the mDL presented by the individual.
|
|
28
28
|
* @type {MdlOutputCertificateData}
|
|
29
29
|
* @memberof MdlOutput
|
|
30
30
|
*/
|
|
31
31
|
documentSignerCertificate: MdlOutputCertificateData;
|
|
32
32
|
/**
|
|
33
|
-
* The document type of the mDL presented by the
|
|
33
|
+
* The document type of the mDL presented by the individual.
|
|
34
34
|
*
|
|
35
35
|
* Common values:
|
|
36
36
|
* - "org.iso.18013.5.1.mDL" for ISO 18013-5 mDLs
|
|
@@ -60,7 +60,7 @@ function MdlOutputCertificateDataToJSONTyped(value, ignoreDiscriminator = false)
|
|
|
60
60
|
'serialNumber': value['serialNumber'],
|
|
61
61
|
'commonName': value['commonName'],
|
|
62
62
|
'stateOrProvinceName': value['stateOrProvinceName'],
|
|
63
|
-
'notBefore':
|
|
64
|
-
'notAfter':
|
|
63
|
+
'notBefore': value['notBefore'].toISOString(),
|
|
64
|
+
'notAfter': value['notAfter'].toISOString(),
|
|
65
65
|
};
|
|
66
66
|
}
|
|
@@ -28,7 +28,7 @@ export interface MitIdProviderOutput {
|
|
|
28
28
|
*/
|
|
29
29
|
dateOfBirth?: Date | null;
|
|
30
30
|
/**
|
|
31
|
-
* A stable unique identifier representing the
|
|
31
|
+
* A stable unique identifier representing the individual in MitID's system.
|
|
32
32
|
* It is recommended to use this identifier instead of using the civil registration number (CPR number) directly.
|
|
33
33
|
* @type {string}
|
|
34
34
|
* @memberof MitIdProviderOutput
|
|
@@ -55,9 +55,9 @@ export interface MitIdProviderOutput {
|
|
|
55
55
|
* More information can be found here: https://pages.nist.gov/800-63-4/sp800-63b/aal/#AAL_SEC4
|
|
56
56
|
* Possible values:
|
|
57
57
|
*
|
|
58
|
-
* - https://data.gov.dk/concept/core/nsis/Low - (Level 1) The
|
|
59
|
-
* - https://data.gov.dk/concept/core/nsis/Substantial - (Level 2) The
|
|
60
|
-
* - https://data.gov.dk/concept/core/nsis/High - (Level 3) The
|
|
58
|
+
* - https://data.gov.dk/concept/core/nsis/Low - (Level 1) The individual has self asserted their identity and is neither verified nor validated.
|
|
59
|
+
* - https://data.gov.dk/concept/core/nsis/Substantial - (Level 2) The individual has performed either a remote or in-person identity proofing.
|
|
60
|
+
* - https://data.gov.dk/concept/core/nsis/High - (Level 3) The individual has performed an in person identity proofing with an authorized representative.
|
|
61
61
|
*
|
|
62
62
|
* **Note**: These urls are not valid anymore, but they still contain the level of assurance name.
|
|
63
63
|
* @type {string}
|
|
@@ -69,9 +69,9 @@ export interface MitIdProviderOutput {
|
|
|
69
69
|
* 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.
|
|
70
70
|
*
|
|
71
71
|
* Possible values:
|
|
72
|
-
* - https://data.gov.dk/concept/core/nsis/Low - (Level 1) The
|
|
73
|
-
* - https://data.gov.dk/concept/core/nsis/Substantial - (Level 3) The
|
|
74
|
-
* - https://data.gov.dk/concept/core/nsis/High - (Level 4) The
|
|
72
|
+
* - https://data.gov.dk/concept/core/nsis/Low - (Level 1) The individual has self asserted their identity and multifactor authentication is not required.
|
|
73
|
+
* - 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.
|
|
74
|
+
* - 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.
|
|
75
75
|
*
|
|
76
76
|
* **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.
|
|
77
77
|
*
|
|
@@ -87,7 +87,7 @@ export interface MitIdProviderOutput {
|
|
|
87
87
|
*
|
|
88
88
|
* Possible values:
|
|
89
89
|
* - private - The verification is from a private individual.
|
|
90
|
-
* - professional - The verification is
|
|
90
|
+
* - professional - The verification is an individual on behalf of an organization.
|
|
91
91
|
* @type {string}
|
|
92
92
|
* @memberof MitIdProviderOutput
|
|
93
93
|
*/
|
|
@@ -120,8 +120,8 @@ export interface MitIdProviderOutput {
|
|
|
120
120
|
*/
|
|
121
121
|
organizationNumber?: string | null;
|
|
122
122
|
/**
|
|
123
|
-
* The organization number (CVR number) of the organization the
|
|
124
|
-
* This is only returned if the requested scope is for an organization verification and the
|
|
123
|
+
* The organization number (CVR number) of the organization the individual is authorized to represent.
|
|
124
|
+
* 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.
|
|
125
125
|
* @type {string}
|
|
126
126
|
* @memberof MitIdProviderOutput
|
|
127
127
|
*/
|
|
@@ -54,7 +54,7 @@ function MitIdProviderOutputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
54
54
|
}
|
|
55
55
|
return {
|
|
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
|
'uniqueIdentifier': value['uniqueIdentifier'],
|
|
59
59
|
'authenticationAssuranceLevel': value['authenticationAssuranceLevel'],
|
|
60
60
|
'identityAuthenticationLevel': value['identityAuthenticationLevel'],
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Trinsic API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
*/
|
|
16
|
+
export declare const MobileCarrier: {
|
|
17
|
+
readonly Lgu: "Lgu";
|
|
18
|
+
readonly Skt: "Skt";
|
|
19
|
+
readonly Kt: "Kt";
|
|
20
|
+
};
|
|
21
|
+
export type MobileCarrier = typeof MobileCarrier[keyof typeof MobileCarrier];
|
|
22
|
+
export declare function instanceOfMobileCarrier(value: any): boolean;
|
|
23
|
+
export declare function MobileCarrierFromJSON(json: any): MobileCarrier;
|
|
24
|
+
export declare function MobileCarrierFromJSONTyped(json: any, ignoreDiscriminator: boolean): MobileCarrier;
|
|
25
|
+
export declare function MobileCarrierToJSON(value?: MobileCarrier | null): any;
|
|
26
|
+
export declare function MobileCarrierToJSONTyped(value: any, ignoreDiscriminator: boolean): MobileCarrier;
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Trinsic API
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v1
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.MobileCarrier = void 0;
|
|
17
|
+
exports.instanceOfMobileCarrier = instanceOfMobileCarrier;
|
|
18
|
+
exports.MobileCarrierFromJSON = MobileCarrierFromJSON;
|
|
19
|
+
exports.MobileCarrierFromJSONTyped = MobileCarrierFromJSONTyped;
|
|
20
|
+
exports.MobileCarrierToJSON = MobileCarrierToJSON;
|
|
21
|
+
exports.MobileCarrierToJSONTyped = MobileCarrierToJSONTyped;
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
* @export
|
|
25
|
+
*/
|
|
26
|
+
exports.MobileCarrier = {
|
|
27
|
+
Lgu: 'Lgu',
|
|
28
|
+
Skt: 'Skt',
|
|
29
|
+
Kt: 'Kt'
|
|
30
|
+
};
|
|
31
|
+
function instanceOfMobileCarrier(value) {
|
|
32
|
+
for (const key in exports.MobileCarrier) {
|
|
33
|
+
if (Object.prototype.hasOwnProperty.call(exports.MobileCarrier, key)) {
|
|
34
|
+
if (exports.MobileCarrier[key] === value) {
|
|
35
|
+
return true;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
return false;
|
|
40
|
+
}
|
|
41
|
+
function MobileCarrierFromJSON(json) {
|
|
42
|
+
return MobileCarrierFromJSONTyped(json, false);
|
|
43
|
+
}
|
|
44
|
+
function MobileCarrierFromJSONTyped(json, ignoreDiscriminator) {
|
|
45
|
+
return json;
|
|
46
|
+
}
|
|
47
|
+
function MobileCarrierToJSON(value) {
|
|
48
|
+
return value;
|
|
49
|
+
}
|
|
50
|
+
function MobileCarrierToJSONTyped(value, ignoreDiscriminator) {
|
|
51
|
+
return value;
|
|
52
|
+
}
|
|
@@ -53,7 +53,7 @@ function MobileIdProviderOutputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
53
53
|
return {
|
|
54
54
|
'givenName': value['givenName'],
|
|
55
55
|
'familyName': value['familyName'],
|
|
56
|
-
'dateOfBirth': value['dateOfBirth'] == null ?
|
|
56
|
+
'dateOfBirth': value['dateOfBirth'] == null ? value['dateOfBirth'] : value['dateOfBirth'].toISOString().substring(0, 10),
|
|
57
57
|
'sex': value['sex'],
|
|
58
58
|
'country': value['country'],
|
|
59
59
|
'identityType': value['identityType'],
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Trinsic API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
*/
|
|
16
|
+
export declare const MobileOperatingSystem: {
|
|
17
|
+
readonly Android: "Android";
|
|
18
|
+
readonly Ios: "Ios";
|
|
19
|
+
readonly Feature: "Feature";
|
|
20
|
+
};
|
|
21
|
+
export type MobileOperatingSystem = typeof MobileOperatingSystem[keyof typeof MobileOperatingSystem];
|
|
22
|
+
export declare function instanceOfMobileOperatingSystem(value: any): boolean;
|
|
23
|
+
export declare function MobileOperatingSystemFromJSON(json: any): MobileOperatingSystem;
|
|
24
|
+
export declare function MobileOperatingSystemFromJSONTyped(json: any, ignoreDiscriminator: boolean): MobileOperatingSystem;
|
|
25
|
+
export declare function MobileOperatingSystemToJSON(value?: MobileOperatingSystem | null): any;
|
|
26
|
+
export declare function MobileOperatingSystemToJSONTyped(value: any, ignoreDiscriminator: boolean): MobileOperatingSystem;
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Trinsic API
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v1
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.MobileOperatingSystem = void 0;
|
|
17
|
+
exports.instanceOfMobileOperatingSystem = instanceOfMobileOperatingSystem;
|
|
18
|
+
exports.MobileOperatingSystemFromJSON = MobileOperatingSystemFromJSON;
|
|
19
|
+
exports.MobileOperatingSystemFromJSONTyped = MobileOperatingSystemFromJSONTyped;
|
|
20
|
+
exports.MobileOperatingSystemToJSON = MobileOperatingSystemToJSON;
|
|
21
|
+
exports.MobileOperatingSystemToJSONTyped = MobileOperatingSystemToJSONTyped;
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
* @export
|
|
25
|
+
*/
|
|
26
|
+
exports.MobileOperatingSystem = {
|
|
27
|
+
Android: 'Android',
|
|
28
|
+
Ios: 'Ios',
|
|
29
|
+
Feature: 'Feature'
|
|
30
|
+
};
|
|
31
|
+
function instanceOfMobileOperatingSystem(value) {
|
|
32
|
+
for (const key in exports.MobileOperatingSystem) {
|
|
33
|
+
if (Object.prototype.hasOwnProperty.call(exports.MobileOperatingSystem, key)) {
|
|
34
|
+
if (exports.MobileOperatingSystem[key] === value) {
|
|
35
|
+
return true;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
return false;
|
|
40
|
+
}
|
|
41
|
+
function MobileOperatingSystemFromJSON(json) {
|
|
42
|
+
return MobileOperatingSystemFromJSONTyped(json, false);
|
|
43
|
+
}
|
|
44
|
+
function MobileOperatingSystemFromJSONTyped(json, ignoreDiscriminator) {
|
|
45
|
+
return json;
|
|
46
|
+
}
|
|
47
|
+
function MobileOperatingSystemToJSON(value) {
|
|
48
|
+
return value;
|
|
49
|
+
}
|
|
50
|
+
function MobileOperatingSystemToJSONTyped(value, ignoreDiscriminator) {
|
|
51
|
+
return value;
|
|
52
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Trinsic API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface NetherlandsIdinAddress
|
|
16
|
+
*/
|
|
17
|
+
export interface NetherlandsIdinAddress {
|
|
18
|
+
/**
|
|
19
|
+
* Street name of the individual's address.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof NetherlandsIdinAddress
|
|
22
|
+
*/
|
|
23
|
+
street: string;
|
|
24
|
+
/**
|
|
25
|
+
* House number of the individual's address.
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof NetherlandsIdinAddress
|
|
28
|
+
*/
|
|
29
|
+
houseNumber: string;
|
|
30
|
+
/**
|
|
31
|
+
* Postal code of the individual's address.
|
|
32
|
+
*
|
|
33
|
+
* A postal code in The Netherlands is a 4-digit number and two letters.
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof NetherlandsIdinAddress
|
|
36
|
+
*/
|
|
37
|
+
postalCode: string;
|
|
38
|
+
/**
|
|
39
|
+
* City of the individual's address.
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof NetherlandsIdinAddress
|
|
42
|
+
*/
|
|
43
|
+
city: string;
|
|
44
|
+
/**
|
|
45
|
+
* Country code of the individual's address in ISO 3166-1 alpha-2 format.
|
|
46
|
+
* @type {string}
|
|
47
|
+
* @memberof NetherlandsIdinAddress
|
|
48
|
+
*/
|
|
49
|
+
countryCode: string;
|
|
50
|
+
}
|
|
51
|
+
/**
|
|
52
|
+
* Check if a given object implements the NetherlandsIdinAddress interface.
|
|
53
|
+
*/
|
|
54
|
+
export declare function instanceOfNetherlandsIdinAddress(value: object): value is NetherlandsIdinAddress;
|
|
55
|
+
export declare function NetherlandsIdinAddressFromJSON(json: any): NetherlandsIdinAddress;
|
|
56
|
+
export declare function NetherlandsIdinAddressFromJSONTyped(json: any, ignoreDiscriminator: boolean): NetherlandsIdinAddress;
|
|
57
|
+
export declare function NetherlandsIdinAddressToJSON(json: any): NetherlandsIdinAddress;
|
|
58
|
+
export declare function NetherlandsIdinAddressToJSONTyped(value?: NetherlandsIdinAddress | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Trinsic API
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v1
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfNetherlandsIdinAddress = instanceOfNetherlandsIdinAddress;
|
|
17
|
+
exports.NetherlandsIdinAddressFromJSON = NetherlandsIdinAddressFromJSON;
|
|
18
|
+
exports.NetherlandsIdinAddressFromJSONTyped = NetherlandsIdinAddressFromJSONTyped;
|
|
19
|
+
exports.NetherlandsIdinAddressToJSON = NetherlandsIdinAddressToJSON;
|
|
20
|
+
exports.NetherlandsIdinAddressToJSONTyped = NetherlandsIdinAddressToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the NetherlandsIdinAddress interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfNetherlandsIdinAddress(value) {
|
|
25
|
+
if (!('street' in value) || value['street'] === undefined)
|
|
26
|
+
return false;
|
|
27
|
+
if (!('houseNumber' in value) || value['houseNumber'] === undefined)
|
|
28
|
+
return false;
|
|
29
|
+
if (!('postalCode' in value) || value['postalCode'] === undefined)
|
|
30
|
+
return false;
|
|
31
|
+
if (!('city' in value) || value['city'] === undefined)
|
|
32
|
+
return false;
|
|
33
|
+
if (!('countryCode' in value) || value['countryCode'] === undefined)
|
|
34
|
+
return false;
|
|
35
|
+
return true;
|
|
36
|
+
}
|
|
37
|
+
function NetherlandsIdinAddressFromJSON(json) {
|
|
38
|
+
return NetherlandsIdinAddressFromJSONTyped(json, false);
|
|
39
|
+
}
|
|
40
|
+
function NetherlandsIdinAddressFromJSONTyped(json, ignoreDiscriminator) {
|
|
41
|
+
if (json == null) {
|
|
42
|
+
return json;
|
|
43
|
+
}
|
|
44
|
+
return {
|
|
45
|
+
'street': json['street'],
|
|
46
|
+
'houseNumber': json['houseNumber'],
|
|
47
|
+
'postalCode': json['postalCode'],
|
|
48
|
+
'city': json['city'],
|
|
49
|
+
'countryCode': json['countryCode'],
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
function NetherlandsIdinAddressToJSON(json) {
|
|
53
|
+
return NetherlandsIdinAddressToJSONTyped(json, false);
|
|
54
|
+
}
|
|
55
|
+
function NetherlandsIdinAddressToJSONTyped(value, ignoreDiscriminator = false) {
|
|
56
|
+
if (value == null) {
|
|
57
|
+
return value;
|
|
58
|
+
}
|
|
59
|
+
return {
|
|
60
|
+
'street': value['street'],
|
|
61
|
+
'houseNumber': value['houseNumber'],
|
|
62
|
+
'postalCode': value['postalCode'],
|
|
63
|
+
'city': value['city'],
|
|
64
|
+
'countryCode': value['countryCode'],
|
|
65
|
+
};
|
|
66
|
+
}
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Trinsic API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { NetherlandsIdinAddress } from './NetherlandsIdinAddress';
|
|
13
|
+
/**
|
|
14
|
+
* Exposed properties for the `netherlands-idin` Provider which do not directly map to the normalized IdentityData model.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface NetherlandsIdinProviderOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface NetherlandsIdinProviderOutput {
|
|
19
|
+
/**
|
|
20
|
+
* Unique identifier of the authority that was used to verify the individual.
|
|
21
|
+
*
|
|
22
|
+
* For banks this follows the SWIFT/BIC (Bank Identification Code) format.
|
|
23
|
+
* @type {string}
|
|
24
|
+
* @memberof NetherlandsIdinProviderOutput
|
|
25
|
+
*/
|
|
26
|
+
authorityId: string;
|
|
27
|
+
/**
|
|
28
|
+
* Name of the authority that was used to verify the individual.
|
|
29
|
+
* @type {string}
|
|
30
|
+
* @memberof NetherlandsIdinProviderOutput
|
|
31
|
+
*/
|
|
32
|
+
authorityName: string;
|
|
33
|
+
/**
|
|
34
|
+
* Unique identifier of the customer's account with the issuing authority.
|
|
35
|
+
*
|
|
36
|
+
* This identifier is generated by each authority and is unique per customer registration, authority, and individual.
|
|
37
|
+
* The identifier should be treated as a unique opaque string.
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof NetherlandsIdinProviderOutput
|
|
40
|
+
*/
|
|
41
|
+
customerId: string;
|
|
42
|
+
/**
|
|
43
|
+
* Initials of the individual.
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof NetherlandsIdinProviderOutput
|
|
46
|
+
*/
|
|
47
|
+
initials: string;
|
|
48
|
+
/**
|
|
49
|
+
* Last/family name of the individual.
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof NetherlandsIdinProviderOutput
|
|
52
|
+
*/
|
|
53
|
+
familyName: string;
|
|
54
|
+
/**
|
|
55
|
+
* Address of the individual.
|
|
56
|
+
* @type {NetherlandsIdinAddress}
|
|
57
|
+
* @memberof NetherlandsIdinProviderOutput
|
|
58
|
+
*/
|
|
59
|
+
address: NetherlandsIdinAddress;
|
|
60
|
+
/**
|
|
61
|
+
* Date of birth of the individual.
|
|
62
|
+
* @type {Date}
|
|
63
|
+
* @memberof NetherlandsIdinProviderOutput
|
|
64
|
+
*/
|
|
65
|
+
birthDate: Date;
|
|
66
|
+
/**
|
|
67
|
+
* Gender of the individual.
|
|
68
|
+
*
|
|
69
|
+
* Possible values:
|
|
70
|
+
* - Male
|
|
71
|
+
* - Female
|
|
72
|
+
* - Unknown
|
|
73
|
+
* @type {string}
|
|
74
|
+
* @memberof NetherlandsIdinProviderOutput
|
|
75
|
+
*/
|
|
76
|
+
gender: string;
|
|
77
|
+
/**
|
|
78
|
+
* Phone number of the individual in E164 format.
|
|
79
|
+
* @type {string}
|
|
80
|
+
* @memberof NetherlandsIdinProviderOutput
|
|
81
|
+
*/
|
|
82
|
+
phoneNumber?: string | null;
|
|
83
|
+
/**
|
|
84
|
+
* Email address of the individual.
|
|
85
|
+
* @type {string}
|
|
86
|
+
* @memberof NetherlandsIdinProviderOutput
|
|
87
|
+
*/
|
|
88
|
+
email?: string | null;
|
|
89
|
+
}
|
|
90
|
+
/**
|
|
91
|
+
* Check if a given object implements the NetherlandsIdinProviderOutput interface.
|
|
92
|
+
*/
|
|
93
|
+
export declare function instanceOfNetherlandsIdinProviderOutput(value: object): value is NetherlandsIdinProviderOutput;
|
|
94
|
+
export declare function NetherlandsIdinProviderOutputFromJSON(json: any): NetherlandsIdinProviderOutput;
|
|
95
|
+
export declare function NetherlandsIdinProviderOutputFromJSONTyped(json: any, ignoreDiscriminator: boolean): NetherlandsIdinProviderOutput;
|
|
96
|
+
export declare function NetherlandsIdinProviderOutputToJSON(json: any): NetherlandsIdinProviderOutput;
|
|
97
|
+
export declare function NetherlandsIdinProviderOutputToJSONTyped(value?: NetherlandsIdinProviderOutput | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Trinsic API
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v1
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfNetherlandsIdinProviderOutput = instanceOfNetherlandsIdinProviderOutput;
|
|
17
|
+
exports.NetherlandsIdinProviderOutputFromJSON = NetherlandsIdinProviderOutputFromJSON;
|
|
18
|
+
exports.NetherlandsIdinProviderOutputFromJSONTyped = NetherlandsIdinProviderOutputFromJSONTyped;
|
|
19
|
+
exports.NetherlandsIdinProviderOutputToJSON = NetherlandsIdinProviderOutputToJSON;
|
|
20
|
+
exports.NetherlandsIdinProviderOutputToJSONTyped = NetherlandsIdinProviderOutputToJSONTyped;
|
|
21
|
+
const NetherlandsIdinAddress_1 = require("./NetherlandsIdinAddress");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the NetherlandsIdinProviderOutput interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfNetherlandsIdinProviderOutput(value) {
|
|
26
|
+
if (!('authorityId' in value) || value['authorityId'] === undefined)
|
|
27
|
+
return false;
|
|
28
|
+
if (!('authorityName' in value) || value['authorityName'] === undefined)
|
|
29
|
+
return false;
|
|
30
|
+
if (!('customerId' in value) || value['customerId'] === undefined)
|
|
31
|
+
return false;
|
|
32
|
+
if (!('initials' in value) || value['initials'] === undefined)
|
|
33
|
+
return false;
|
|
34
|
+
if (!('familyName' in value) || value['familyName'] === undefined)
|
|
35
|
+
return false;
|
|
36
|
+
if (!('address' in value) || value['address'] === undefined)
|
|
37
|
+
return false;
|
|
38
|
+
if (!('birthDate' in value) || value['birthDate'] === undefined)
|
|
39
|
+
return false;
|
|
40
|
+
if (!('gender' in value) || value['gender'] === undefined)
|
|
41
|
+
return false;
|
|
42
|
+
return true;
|
|
43
|
+
}
|
|
44
|
+
function NetherlandsIdinProviderOutputFromJSON(json) {
|
|
45
|
+
return NetherlandsIdinProviderOutputFromJSONTyped(json, false);
|
|
46
|
+
}
|
|
47
|
+
function NetherlandsIdinProviderOutputFromJSONTyped(json, ignoreDiscriminator) {
|
|
48
|
+
if (json == null) {
|
|
49
|
+
return json;
|
|
50
|
+
}
|
|
51
|
+
return {
|
|
52
|
+
'authorityId': json['authorityId'],
|
|
53
|
+
'authorityName': json['authorityName'],
|
|
54
|
+
'customerId': json['customerId'],
|
|
55
|
+
'initials': json['initials'],
|
|
56
|
+
'familyName': json['familyName'],
|
|
57
|
+
'address': (0, NetherlandsIdinAddress_1.NetherlandsIdinAddressFromJSON)(json['address']),
|
|
58
|
+
'birthDate': (new Date(json['birthDate'])),
|
|
59
|
+
'gender': json['gender'],
|
|
60
|
+
'phoneNumber': json['phoneNumber'] == null ? undefined : json['phoneNumber'],
|
|
61
|
+
'email': json['email'] == null ? undefined : json['email'],
|
|
62
|
+
};
|
|
63
|
+
}
|
|
64
|
+
function NetherlandsIdinProviderOutputToJSON(json) {
|
|
65
|
+
return NetherlandsIdinProviderOutputToJSONTyped(json, false);
|
|
66
|
+
}
|
|
67
|
+
function NetherlandsIdinProviderOutputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
68
|
+
if (value == null) {
|
|
69
|
+
return value;
|
|
70
|
+
}
|
|
71
|
+
return {
|
|
72
|
+
'authorityId': value['authorityId'],
|
|
73
|
+
'authorityName': value['authorityName'],
|
|
74
|
+
'customerId': value['customerId'],
|
|
75
|
+
'initials': value['initials'],
|
|
76
|
+
'familyName': value['familyName'],
|
|
77
|
+
'address': (0, NetherlandsIdinAddress_1.NetherlandsIdinAddressToJSON)(value['address']),
|
|
78
|
+
'birthDate': value['birthDate'].toISOString().substring(0, 10),
|
|
79
|
+
'gender': value['gender'],
|
|
80
|
+
'phoneNumber': value['phoneNumber'],
|
|
81
|
+
'email': value['email'],
|
|
82
|
+
};
|
|
83
|
+
}
|
|
@@ -61,7 +61,7 @@ function NigeriaNinInputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
61
61
|
'middleName': value['middleName'],
|
|
62
62
|
'lastName': value['lastName'],
|
|
63
63
|
'phoneNumber': value['phoneNumber'],
|
|
64
|
-
'dateOfBirth':
|
|
64
|
+
'dateOfBirth': value['dateOfBirth'].toISOString().substring(0, 10),
|
|
65
65
|
'gender': value['gender'],
|
|
66
66
|
'nationalIdNumber': value['nationalIdNumber'],
|
|
67
67
|
};
|
|
@@ -64,7 +64,7 @@ function NigeriaNinLookup2ProviderOutputToJSONTyped(value, ignoreDiscriminator =
|
|
|
64
64
|
'middleName': value['middleName'],
|
|
65
65
|
'surname': value['surname'],
|
|
66
66
|
'sex': value['sex'],
|
|
67
|
-
'dateOfBirth': value['dateOfBirth'] == null ?
|
|
67
|
+
'dateOfBirth': value['dateOfBirth'] == null ? value['dateOfBirth'] : value['dateOfBirth'].toISOString().substring(0, 10),
|
|
68
68
|
'birthCountry': value['birthCountry'],
|
|
69
69
|
'nationalIdentityNumber': value['nationalIdentityNumber'],
|
|
70
70
|
'phoneNumber': value['phoneNumber'],
|