@trinsic/api 3.0.2-preview1 → 3.1.0-preview1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +244 -4
- package/.openapi-generator/VERSION +1 -1
- package/README.md +0 -2
- package/dist/apis/ProvidersApi.d.ts +22 -0
- package/dist/apis/ProvidersApi.js +33 -12
- package/dist/apis/RedirectUrisApi.d.ts +34 -0
- package/dist/apis/RedirectUrisApi.js +49 -18
- package/dist/apis/SessionsApi.d.ts +125 -22
- package/dist/apis/SessionsApi.js +182 -99
- package/dist/apis/VerificationProfilesApi.d.ts +84 -2
- package/dist/apis/VerificationProfilesApi.js +102 -20
- package/dist/esm/apis/ProvidersApi.d.ts +22 -0
- package/dist/esm/apis/ProvidersApi.js +33 -12
- package/dist/esm/apis/RedirectUrisApi.d.ts +34 -0
- package/dist/esm/apis/RedirectUrisApi.js +49 -18
- package/dist/esm/apis/SessionsApi.d.ts +125 -22
- package/dist/esm/apis/SessionsApi.js +183 -100
- package/dist/esm/apis/VerificationProfilesApi.d.ts +84 -2
- package/dist/esm/apis/VerificationProfilesApi.js +102 -20
- package/dist/esm/models/AadhaarAddress.d.ts +100 -0
- package/dist/esm/models/AadhaarAddress.js +63 -0
- package/dist/esm/models/AadhaarClaims.d.ts +4 -71
- package/dist/esm/models/AadhaarClaims.js +4 -25
- package/dist/esm/models/AadhaarInput.js +1 -1
- package/dist/esm/models/AadhaarLanguage.d.ts +1 -1
- package/dist/esm/models/AadhaarLocalizedClaims.d.ts +4 -57
- package/dist/esm/models/AadhaarLocalizedClaims.js +3 -20
- package/dist/esm/models/AudkenniProviderOutput.d.ts +58 -0
- package/dist/esm/models/AudkenniProviderOutput.js +53 -0
- package/dist/esm/models/BelgiumIdCardProviderOutput.js +1 -1
- package/dist/esm/models/BoliviaCiLookupInput.d.ts +43 -0
- package/dist/esm/models/BoliviaCiLookupInput.js +43 -0
- package/dist/esm/models/BoliviaCiProviderOutput.d.ts +63 -0
- package/dist/esm/models/BoliviaCiProviderOutput.js +57 -0
- package/dist/esm/models/BrazilCpfCheckInput.d.ts +14 -0
- package/dist/esm/models/BrazilCpfCheckInput.js +4 -0
- package/dist/esm/models/ChinaResidentIdMatchInput.d.ts +50 -0
- package/dist/esm/models/ChinaResidentIdMatchInput.js +55 -0
- package/dist/esm/models/ChinaResidentIdMatchOutput.d.ts +50 -0
- package/dist/esm/models/ChinaResidentIdMatchOutput.js +45 -0
- package/dist/esm/models/ColombiaCcLookupInput.d.ts +44 -0
- package/dist/esm/models/ColombiaCcLookupInput.js +43 -0
- package/dist/esm/models/ColombiaCcProviderOutput.d.ts +109 -0
- package/dist/esm/models/ColombiaCcProviderOutput.js +80 -0
- package/dist/esm/models/ColombiaExpeditionPlace.d.ts +46 -0
- package/dist/esm/models/ColombiaExpeditionPlace.js +43 -0
- package/dist/esm/models/ConnectIdProviderOutput.d.ts +0 -7
- package/dist/esm/models/ConnectIdProviderOutput.js +1 -4
- package/dist/esm/models/CoteDIvoireNidLookup2ProviderOutput.d.ts +89 -0
- package/dist/esm/models/CoteDIvoireNidLookup2ProviderOutput.js +69 -0
- package/dist/esm/models/CreateDirectProviderSessionRequest.d.ts +9 -0
- package/dist/esm/models/CreateDirectProviderSessionRequest.js +2 -0
- package/dist/esm/models/CreateHostedProviderSessionRequest.d.ts +8 -0
- package/dist/esm/models/CreateHostedProviderSessionRequest.js +2 -0
- package/dist/esm/models/CzechMojeIdProviderOutput.d.ts +14 -1
- package/dist/esm/models/CzechMojeIdProviderOutput.js +5 -1
- package/dist/esm/models/CzechiaMojeIdProviderOutput.d.ts +1 -1
- package/dist/esm/models/CzechiaMojeIdProviderOutput.js +1 -1
- package/dist/esm/models/DigilockerAadhaarProviderOutput.d.ts +13 -19
- package/dist/esm/models/DigilockerAadhaarProviderOutput.js +4 -4
- package/dist/esm/models/DocumentData.js +2 -2
- package/dist/esm/models/ElSalvadorDuiLookupInput.d.ts +45 -0
- package/dist/esm/models/ElSalvadorDuiLookupInput.js +43 -0
- package/dist/esm/models/ElSalvadorDuiProviderOutput.d.ts +51 -0
- package/dist/esm/models/ElSalvadorDuiProviderOutput.js +51 -0
- package/dist/esm/models/EstoniaIdCardProviderOutput.js +1 -1
- package/dist/esm/models/FaydaProviderAddress.d.ts +50 -0
- package/dist/esm/models/FaydaProviderAddress.js +45 -0
- package/dist/esm/models/FaydaProviderOutput.d.ts +58 -3
- package/dist/esm/models/FaydaProviderOutput.js +13 -0
- package/dist/esm/models/FinlandIdCardProviderOutput.js +1 -1
- package/dist/esm/models/FinnishTrustNetworkProviderOutput.d.ts +4 -4
- package/dist/esm/models/FinnishTrustNetworkProviderOutput.js +1 -1
- package/dist/esm/models/FrejaProviderOutput.d.ts +1 -1
- package/dist/esm/models/FrejaProviderOutput.js +1 -1
- package/dist/esm/models/FrenchNumeriqueGivenName.d.ts +2 -2
- package/dist/esm/models/FrenchNumeriqueProviderOutput.d.ts +8 -8
- package/dist/esm/models/FrenchNumeriqueProviderOutput.js +4 -4
- package/dist/esm/models/GoogleWalletInput.d.ts +2 -0
- package/dist/esm/models/GuatemalaCuiLookupInput.d.ts +43 -0
- package/dist/esm/models/GuatemalaCuiLookupInput.js +41 -0
- package/dist/esm/models/GuatemalaCuiProviderOutput.d.ts +112 -0
- package/dist/esm/models/GuatemalaCuiProviderOutput.js +77 -0
- package/dist/esm/models/IndiaPanLookupInput.d.ts +33 -0
- package/dist/esm/models/IndiaPanLookupInput.js +43 -0
- package/dist/esm/models/IndiaPanLookupProviderOutput.d.ts +106 -0
- package/dist/esm/models/IndiaPanLookupProviderOutput.js +56 -0
- package/dist/esm/models/IndiaPanStructuredNumber.d.ts +128 -0
- package/dist/esm/models/IndiaPanStructuredNumber.js +61 -0
- package/dist/esm/models/IndonesiaDukcapilMatchInput.js +2 -2
- package/dist/esm/models/IndonesiaNikInput.js +1 -1
- package/dist/esm/models/ItsmeProviderOutput.js +1 -1
- package/dist/esm/models/KenyaNidBiometric2Input.d.ts +5 -1
- package/dist/esm/models/KenyaNidInput.js +1 -1
- package/dist/esm/models/KenyaNidLookup2Input.d.ts +5 -1
- package/dist/esm/models/KenyaNidLookup2ProviderOutput.d.ts +3 -4
- package/dist/esm/models/KenyaNidLookup2ProviderOutput.js +2 -2
- package/dist/esm/models/KenyaNidMatch2Input.d.ts +5 -1
- package/dist/esm/models/KenyaNidMatch2Input.js +1 -1
- package/dist/esm/models/KoreaTelcoMatchInput.d.ts +65 -0
- package/dist/esm/models/KoreaTelcoMatchInput.js +66 -0
- package/dist/esm/models/KoreaTelcoMatchProviderOutput.d.ts +56 -0
- package/dist/esm/models/KoreaTelcoMatchProviderOutput.js +51 -0
- package/dist/esm/models/KoreaTelcoMatchSex.d.ts +25 -0
- package/dist/esm/models/KoreaTelcoMatchSex.js +43 -0
- package/dist/esm/models/LaWalletProviderOutput.js +3 -3
- package/dist/esm/models/LithuaniaIdCardProviderOutput.js +1 -1
- package/dist/esm/models/LloydsSmartIdProviderOutput.d.ts +2 -2
- package/dist/esm/models/LloydsSmartIdProviderOutput.js +1 -1
- package/dist/esm/models/MdlOutput.d.ts +2 -2
- package/dist/esm/models/MdlOutputCertificateData.js +2 -2
- package/dist/esm/models/MitIdProviderOutput.d.ts +10 -10
- package/dist/esm/models/MitIdProviderOutput.js +1 -1
- package/dist/esm/models/MobileCarrier.d.ts +26 -0
- package/dist/esm/models/MobileCarrier.js +44 -0
- package/dist/esm/models/MobileIdProviderOutput.js +1 -1
- package/dist/esm/models/MobileOperatingSystem.d.ts +26 -0
- package/dist/esm/models/MobileOperatingSystem.js +44 -0
- package/dist/esm/models/NetherlandsIdinAddress.d.ts +58 -0
- package/dist/esm/models/NetherlandsIdinAddress.js +59 -0
- package/dist/esm/models/NetherlandsIdinProviderOutput.d.ts +97 -0
- package/dist/esm/models/NetherlandsIdinProviderOutput.js +76 -0
- package/dist/esm/models/NigeriaNinInput.js +1 -1
- package/dist/esm/models/NigeriaNinLookup2ProviderOutput.js +1 -1
- package/dist/esm/models/NigeriaNinMatch2Input.js +1 -1
- package/dist/esm/models/NorwegianBankIdProviderOutput.d.ts +4 -4
- package/dist/esm/models/NorwegianBankIdProviderOutput.js +1 -1
- package/dist/esm/models/OneIdProviderOutput.js +1 -1
- package/dist/esm/models/OutputFrejaDocument.js +1 -1
- package/dist/esm/models/PanamaCedulaLookupInput.d.ts +52 -0
- package/dist/esm/models/PanamaCedulaLookupInput.js +43 -0
- package/dist/esm/models/PanamaCedulaProviderOutput.d.ts +110 -0
- package/dist/esm/models/PanamaCedulaProviderOutput.js +65 -0
- package/dist/esm/models/PersonData.js +1 -1
- package/dist/esm/models/PeruDniProviderOutput.d.ts +1 -1
- package/dist/esm/models/PeruDniProviderOutput.js +3 -3
- package/dist/esm/models/PhilippineMatchInput.js +1 -1
- package/dist/esm/models/PhilippinesDigitalNidProviderOutput.js +2 -2
- package/dist/esm/models/PhilippinesPhysicalNidProviderOutput.js +2 -2
- package/dist/esm/models/PolandEdoAppProviderOutput.js +1 -1
- package/dist/esm/models/PolandMobywatelMatchInput.d.ts +83 -0
- package/dist/esm/models/PolandMobywatelMatchInput.js +55 -0
- package/dist/esm/models/PolandMobywatelMatchProviderOutput.d.ts +153 -0
- package/dist/esm/models/PolandMobywatelMatchProviderOutput.js +79 -0
- package/dist/esm/models/PortugalIdCardProviderOutput.js +1 -1
- package/dist/esm/models/PostOfficeEasyIdProviderOutput.d.ts +2 -2
- package/dist/esm/models/PostOfficeEasyIdProviderOutput.js +1 -1
- package/dist/esm/models/Provider.d.ts +7 -0
- package/dist/esm/models/Provider.js +3 -0
- package/dist/esm/models/ProviderInput.d.ts +70 -0
- package/dist/esm/models/ProviderInput.js +30 -0
- package/dist/esm/models/ProviderOutput.d.ts +131 -26
- package/dist/esm/models/ProviderOutput.js +63 -18
- package/dist/esm/models/ProviderSupportedLanguage.d.ts +38 -0
- package/dist/esm/models/ProviderSupportedLanguage.js +45 -0
- package/dist/esm/models/SerbiaIdCardProviderOutput.js +1 -1
- package/dist/esm/models/SignzyIndiaAadhaarFetchProviderOutput.d.ts +113 -0
- package/dist/esm/models/SignzyIndiaAadhaarFetchProviderOutput.js +69 -0
- package/dist/esm/models/SingpassLoginProviderOutput.d.ts +87 -0
- package/dist/esm/models/SingpassLoginProviderOutput.js +53 -0
- package/dist/esm/models/SingpassMyInfoDescription.d.ts +38 -0
- package/dist/esm/models/SingpassMyInfoDescription.js +43 -0
- package/dist/esm/models/SingpassMyInfoProviderOutput.d.ts +39 -0
- package/dist/esm/models/SingpassMyInfoProviderOutput.js +44 -0
- package/dist/esm/models/SingpassMyInfoRegisteredAddressOutput.d.ts +111 -0
- package/dist/esm/models/SingpassMyInfoRegisteredAddressOutput.js +59 -0
- package/dist/esm/models/SingpassPersonalCatalog.d.ts +255 -0
- package/dist/esm/models/SingpassPersonalCatalog.js +90 -0
- package/dist/esm/models/SingpassPhoneNumber.d.ts +44 -0
- package/dist/esm/models/SingpassPhoneNumber.js +45 -0
- package/dist/esm/models/SmartIdProviderOutput.d.ts +1 -1
- package/dist/esm/models/SmartIdProviderOutput.js +1 -1
- package/dist/esm/models/SouthAfricaNidInput.js +1 -1
- package/dist/esm/models/SouthAfricaNidMatch2Input.js +1 -1
- package/dist/esm/models/SpidProviderOutput.js +2 -2
- package/dist/esm/models/StepRefreshInfo.js +2 -2
- package/dist/esm/models/SwedenBankIdProviderOutput.d.ts +3 -3
- package/dist/esm/models/SwedenBankIdProviderOutput.js +3 -3
- package/dist/esm/models/UgandaNidMatch2Input.js +1 -1
- package/dist/esm/models/UkEvisaLookupInput.js +1 -1
- package/dist/esm/models/UnitedKingdomEvisaProviderOutput.d.ts +3 -1
- package/dist/esm/models/UnitedKingdomEvisaProviderOutput.js +3 -3
- package/dist/esm/models/UsaCaliforniaDmvInput.d.ts +35 -0
- package/dist/esm/models/UsaCaliforniaDmvInput.js +42 -0
- package/dist/esm/models/VerificationProfileResponse.d.ts +6 -0
- package/dist/esm/models/VerificationProfileResponse.js +2 -0
- package/dist/esm/models/YotiDeeplinkProviderOutput.d.ts +2 -2
- package/dist/esm/models/YotiDeeplinkProviderOutput.js +1 -1
- package/dist/esm/models/YotiDocumentDetails.js +1 -1
- package/dist/esm/models/YotiProviderOutput.d.ts +2 -2
- package/dist/esm/models/YotiProviderOutput.js +1 -1
- package/dist/esm/models/index.d.ts +38 -4
- package/dist/esm/models/index.js +38 -4
- package/dist/esm/runtime.js +15 -0
- package/dist/models/AadhaarAddress.d.ts +100 -0
- package/dist/models/AadhaarAddress.js +70 -0
- package/dist/models/AadhaarClaims.d.ts +4 -71
- package/dist/models/AadhaarClaims.js +4 -25
- package/dist/models/AadhaarInput.js +1 -1
- package/dist/models/AadhaarLanguage.d.ts +1 -1
- package/dist/models/AadhaarLocalizedClaims.d.ts +4 -57
- package/dist/models/AadhaarLocalizedClaims.js +3 -20
- package/dist/models/AudkenniProviderOutput.d.ts +58 -0
- package/dist/models/AudkenniProviderOutput.js +60 -0
- package/dist/models/BelgiumIdCardProviderOutput.js +1 -1
- package/dist/models/BoliviaCiLookupInput.d.ts +43 -0
- package/dist/models/BoliviaCiLookupInput.js +50 -0
- package/dist/models/BoliviaCiProviderOutput.d.ts +63 -0
- package/dist/models/BoliviaCiProviderOutput.js +64 -0
- package/dist/models/BrazilCpfCheckInput.d.ts +14 -0
- package/dist/models/BrazilCpfCheckInput.js +4 -0
- package/dist/models/ChinaResidentIdMatchInput.d.ts +50 -0
- package/dist/models/ChinaResidentIdMatchInput.js +62 -0
- package/dist/models/ChinaResidentIdMatchOutput.d.ts +50 -0
- package/dist/models/ChinaResidentIdMatchOutput.js +52 -0
- package/dist/models/ColombiaCcLookupInput.d.ts +44 -0
- package/dist/models/ColombiaCcLookupInput.js +50 -0
- package/dist/models/ColombiaCcProviderOutput.d.ts +109 -0
- package/dist/models/ColombiaCcProviderOutput.js +87 -0
- package/dist/models/ColombiaExpeditionPlace.d.ts +46 -0
- package/dist/models/ColombiaExpeditionPlace.js +50 -0
- package/dist/models/ConnectIdProviderOutput.d.ts +0 -7
- package/dist/models/ConnectIdProviderOutput.js +1 -4
- package/dist/models/CoteDIvoireNidLookup2ProviderOutput.d.ts +89 -0
- package/dist/models/CoteDIvoireNidLookup2ProviderOutput.js +76 -0
- package/dist/models/CreateDirectProviderSessionRequest.d.ts +9 -0
- package/dist/models/CreateDirectProviderSessionRequest.js +2 -0
- package/dist/models/CreateHostedProviderSessionRequest.d.ts +8 -0
- package/dist/models/CreateHostedProviderSessionRequest.js +2 -0
- package/dist/models/CzechMojeIdProviderOutput.d.ts +14 -1
- package/dist/models/CzechMojeIdProviderOutput.js +5 -1
- package/dist/models/CzechiaMojeIdProviderOutput.d.ts +1 -1
- package/dist/models/CzechiaMojeIdProviderOutput.js +1 -1
- package/dist/models/DigilockerAadhaarProviderOutput.d.ts +13 -19
- package/dist/models/DigilockerAadhaarProviderOutput.js +4 -4
- package/dist/models/DocumentData.js +2 -2
- package/dist/models/ElSalvadorDuiLookupInput.d.ts +45 -0
- package/dist/models/ElSalvadorDuiLookupInput.js +50 -0
- package/dist/models/ElSalvadorDuiProviderOutput.d.ts +51 -0
- package/dist/models/ElSalvadorDuiProviderOutput.js +58 -0
- package/dist/models/EstoniaIdCardProviderOutput.js +1 -1
- package/dist/models/FaydaProviderAddress.d.ts +50 -0
- package/dist/models/FaydaProviderAddress.js +52 -0
- package/dist/models/FaydaProviderOutput.d.ts +58 -3
- package/dist/models/FaydaProviderOutput.js +13 -0
- package/dist/models/FinlandIdCardProviderOutput.js +1 -1
- package/dist/models/FinnishTrustNetworkProviderOutput.d.ts +4 -4
- package/dist/models/FinnishTrustNetworkProviderOutput.js +1 -1
- package/dist/models/FrejaProviderOutput.d.ts +1 -1
- package/dist/models/FrejaProviderOutput.js +1 -1
- package/dist/models/FrenchNumeriqueGivenName.d.ts +2 -2
- package/dist/models/FrenchNumeriqueProviderOutput.d.ts +8 -8
- package/dist/models/FrenchNumeriqueProviderOutput.js +4 -4
- package/dist/models/GoogleWalletInput.d.ts +2 -0
- package/dist/models/GuatemalaCuiLookupInput.d.ts +43 -0
- package/dist/models/GuatemalaCuiLookupInput.js +48 -0
- package/dist/models/GuatemalaCuiProviderOutput.d.ts +112 -0
- package/dist/models/GuatemalaCuiProviderOutput.js +84 -0
- package/dist/models/IndiaPanLookupInput.d.ts +33 -0
- package/dist/models/IndiaPanLookupInput.js +50 -0
- package/dist/models/IndiaPanLookupProviderOutput.d.ts +106 -0
- package/dist/models/IndiaPanLookupProviderOutput.js +63 -0
- package/dist/models/IndiaPanStructuredNumber.d.ts +128 -0
- package/dist/models/IndiaPanStructuredNumber.js +68 -0
- package/dist/models/IndonesiaDukcapilMatchInput.js +2 -2
- package/dist/models/IndonesiaNikInput.js +1 -1
- package/dist/models/ItsmeProviderOutput.js +1 -1
- package/dist/models/KenyaNidBiometric2Input.d.ts +5 -1
- package/dist/models/KenyaNidInput.js +1 -1
- package/dist/models/KenyaNidLookup2Input.d.ts +5 -1
- package/dist/models/KenyaNidLookup2ProviderOutput.d.ts +3 -4
- package/dist/models/KenyaNidLookup2ProviderOutput.js +2 -2
- package/dist/models/KenyaNidMatch2Input.d.ts +5 -1
- package/dist/models/KenyaNidMatch2Input.js +1 -1
- package/dist/models/KoreaTelcoMatchInput.d.ts +65 -0
- package/dist/models/KoreaTelcoMatchInput.js +73 -0
- package/dist/models/KoreaTelcoMatchProviderOutput.d.ts +56 -0
- package/dist/models/KoreaTelcoMatchProviderOutput.js +58 -0
- package/dist/models/KoreaTelcoMatchSex.d.ts +25 -0
- package/dist/models/KoreaTelcoMatchSex.js +51 -0
- package/dist/models/LaWalletProviderOutput.js +3 -3
- package/dist/models/LithuaniaIdCardProviderOutput.js +1 -1
- package/dist/models/LloydsSmartIdProviderOutput.d.ts +2 -2
- package/dist/models/LloydsSmartIdProviderOutput.js +1 -1
- package/dist/models/MdlOutput.d.ts +2 -2
- package/dist/models/MdlOutputCertificateData.js +2 -2
- package/dist/models/MitIdProviderOutput.d.ts +10 -10
- package/dist/models/MitIdProviderOutput.js +1 -1
- package/dist/models/MobileCarrier.d.ts +26 -0
- package/dist/models/MobileCarrier.js +52 -0
- package/dist/models/MobileIdProviderOutput.js +1 -1
- package/dist/models/MobileOperatingSystem.d.ts +26 -0
- package/dist/models/MobileOperatingSystem.js +52 -0
- package/dist/models/NetherlandsIdinAddress.d.ts +58 -0
- package/dist/models/NetherlandsIdinAddress.js +66 -0
- package/dist/models/NetherlandsIdinProviderOutput.d.ts +97 -0
- package/dist/models/NetherlandsIdinProviderOutput.js +83 -0
- package/dist/models/NigeriaNinInput.js +1 -1
- package/dist/models/NigeriaNinLookup2ProviderOutput.js +1 -1
- package/dist/models/NigeriaNinMatch2Input.js +1 -1
- package/dist/models/NorwegianBankIdProviderOutput.d.ts +4 -4
- package/dist/models/NorwegianBankIdProviderOutput.js +1 -1
- package/dist/models/OneIdProviderOutput.js +1 -1
- package/dist/models/OutputFrejaDocument.js +1 -1
- package/dist/models/PanamaCedulaLookupInput.d.ts +52 -0
- package/dist/models/PanamaCedulaLookupInput.js +50 -0
- package/dist/models/PanamaCedulaProviderOutput.d.ts +110 -0
- package/dist/models/PanamaCedulaProviderOutput.js +72 -0
- package/dist/models/PersonData.js +1 -1
- package/dist/models/PeruDniProviderOutput.d.ts +1 -1
- package/dist/models/PeruDniProviderOutput.js +3 -3
- package/dist/models/PhilippineMatchInput.js +1 -1
- package/dist/models/PhilippinesDigitalNidProviderOutput.js +2 -2
- package/dist/models/PhilippinesPhysicalNidProviderOutput.js +2 -2
- package/dist/models/PolandEdoAppProviderOutput.js +1 -1
- package/dist/models/PolandMobywatelMatchInput.d.ts +83 -0
- package/dist/models/PolandMobywatelMatchInput.js +62 -0
- package/dist/models/PolandMobywatelMatchProviderOutput.d.ts +153 -0
- package/dist/models/PolandMobywatelMatchProviderOutput.js +86 -0
- package/dist/models/PortugalIdCardProviderOutput.js +1 -1
- package/dist/models/PostOfficeEasyIdProviderOutput.d.ts +2 -2
- package/dist/models/PostOfficeEasyIdProviderOutput.js +1 -1
- package/dist/models/Provider.d.ts +7 -0
- package/dist/models/Provider.js +3 -0
- package/dist/models/ProviderInput.d.ts +70 -0
- package/dist/models/ProviderInput.js +30 -0
- package/dist/models/ProviderOutput.d.ts +131 -26
- package/dist/models/ProviderOutput.js +63 -18
- package/dist/models/ProviderSupportedLanguage.d.ts +38 -0
- package/dist/models/ProviderSupportedLanguage.js +52 -0
- package/dist/models/SerbiaIdCardProviderOutput.js +1 -1
- package/dist/models/SignzyIndiaAadhaarFetchProviderOutput.d.ts +113 -0
- package/dist/models/SignzyIndiaAadhaarFetchProviderOutput.js +76 -0
- package/dist/models/SingpassLoginProviderOutput.d.ts +87 -0
- package/dist/models/SingpassLoginProviderOutput.js +60 -0
- package/dist/models/SingpassMyInfoDescription.d.ts +38 -0
- package/dist/models/SingpassMyInfoDescription.js +50 -0
- package/dist/models/SingpassMyInfoProviderOutput.d.ts +39 -0
- package/dist/models/SingpassMyInfoProviderOutput.js +51 -0
- package/dist/models/SingpassMyInfoRegisteredAddressOutput.d.ts +111 -0
- package/dist/models/SingpassMyInfoRegisteredAddressOutput.js +66 -0
- package/dist/models/SingpassPersonalCatalog.d.ts +255 -0
- package/dist/models/SingpassPersonalCatalog.js +97 -0
- package/dist/models/SingpassPhoneNumber.d.ts +44 -0
- package/dist/models/SingpassPhoneNumber.js +52 -0
- package/dist/models/SmartIdProviderOutput.d.ts +1 -1
- package/dist/models/SmartIdProviderOutput.js +1 -1
- package/dist/models/SouthAfricaNidInput.js +1 -1
- package/dist/models/SouthAfricaNidMatch2Input.js +1 -1
- package/dist/models/SpidProviderOutput.js +2 -2
- package/dist/models/StepRefreshInfo.js +2 -2
- package/dist/models/SwedenBankIdProviderOutput.d.ts +3 -3
- package/dist/models/SwedenBankIdProviderOutput.js +3 -3
- package/dist/models/UgandaNidMatch2Input.js +1 -1
- package/dist/models/UkEvisaLookupInput.js +1 -1
- package/dist/models/UnitedKingdomEvisaProviderOutput.d.ts +3 -1
- package/dist/models/UnitedKingdomEvisaProviderOutput.js +3 -3
- package/dist/models/UsaCaliforniaDmvInput.d.ts +35 -0
- package/dist/models/UsaCaliforniaDmvInput.js +49 -0
- package/dist/models/VerificationProfileResponse.d.ts +6 -0
- package/dist/models/VerificationProfileResponse.js +2 -0
- package/dist/models/YotiDeeplinkProviderOutput.d.ts +2 -2
- package/dist/models/YotiDeeplinkProviderOutput.js +1 -1
- package/dist/models/YotiDocumentDetails.js +1 -1
- package/dist/models/YotiProviderOutput.d.ts +2 -2
- package/dist/models/YotiProviderOutput.js +1 -1
- package/dist/models/index.d.ts +38 -4
- package/dist/models/index.js +38 -4
- package/dist/runtime.js +15 -0
- package/docs/AadhaarAddress.md +57 -0
- package/docs/AadhaarClaims.md +40 -0
- package/docs/AadhaarInput.md +36 -0
- package/docs/AadhaarLanguage.md +37 -0
- package/docs/AadhaarLocalizedClaims.md +38 -0
- package/docs/AddRedirectUriRequest.md +34 -0
- package/docs/AddRedirectUriResponse.md +34 -0
- package/docs/Address.md +49 -0
- package/docs/AppleWalletInput.md +36 -0
- package/docs/AppleWalletProviderOutput.md +35 -0
- package/docs/AttachmentInfo.md +40 -0
- package/docs/AttributeAvailability.md +33 -0
- package/docs/AudkenniProviderOutput.md +41 -0
- package/docs/AustriaHandySignaturProviderOutput.md +37 -0
- package/docs/BelgiumIdCardProviderOutput.md +41 -0
- package/docs/BoliviaCiLookupInput.md +36 -0
- package/docs/BoliviaCiProviderOutput.md +43 -0
- package/docs/BrazilCpfCheckInput.md +38 -0
- package/docs/BrazilDigitalCnhInput.md +40 -0
- package/docs/CancelSessionResponse.md +34 -0
- package/docs/ChinaResidentIdMatchInput.md +40 -0
- package/docs/ChinaResidentIdMatchOutput.md +39 -0
- package/docs/ColombiaCcLookupInput.md +36 -0
- package/docs/ColombiaCcProviderOutput.md +53 -0
- package/docs/ColombiaExpeditionPlace.md +37 -0
- package/docs/ConnectIdAddress.md +42 -0
- package/docs/ConnectIdAgeVerification.md +36 -0
- package/docs/ConnectIdProviderOutput.md +53 -0
- package/docs/ContractAttachment.md +37 -0
- package/docs/ContractAttribute.md +37 -0
- package/docs/CoteDIvoireNidLookup2Input.md +34 -0
- package/docs/CoteDIvoireNidLookup2ProviderOutput.md +51 -0
- package/docs/CreateDirectProviderSessionRequest.md +46 -0
- package/docs/CreateDirectProviderSessionResponse.md +38 -0
- package/docs/CreateHostedProviderSessionRequest.md +42 -0
- package/docs/CreateHostedProviderSessionResponse.md +38 -0
- package/docs/CreateVerificationProfileResponse.md +34 -0
- package/docs/CzechMojeIdAddressOutput.md +44 -0
- package/docs/CzechMojeIdProviderOutput.md +83 -0
- package/docs/CzechiaMojeIdProviderOutput.md +41 -0
- package/docs/DigilockerAadhaarProviderOutput.md +47 -0
- package/docs/DocumentData.md +46 -0
- package/docs/DocumentType.md +32 -0
- package/docs/ElSalvadorDuiLookupInput.md +36 -0
- package/docs/ElSalvadorDuiProviderOutput.md +39 -0
- package/docs/EstoniaIdCardProviderOutput.md +41 -0
- package/docs/FaydaProviderAddress.md +38 -0
- package/docs/FaydaProviderOutput.md +53 -0
- package/docs/FinlandIdCardProviderOutput.md +41 -0
- package/docs/FinnishTrustNetworkProviderOutput.md +55 -0
- package/docs/FranceIdentiteInput.md +34 -0
- package/docs/FranceIdentiteProviderOutput.md +35 -0
- package/docs/FrejaIndirectProviderOutput.md +41 -0
- package/docs/FrejaProviderOutput.md +69 -0
- package/docs/FrenchNumeriqueGivenName.md +39 -0
- package/docs/FrenchNumeriqueNationality.md +37 -0
- package/docs/FrenchNumeriquePhone.md +39 -0
- package/docs/FrenchNumeriqueProviderOutput.md +83 -0
- package/docs/GetAttachmentRequest.md +34 -0
- package/docs/GetAttachmentResponse.md +36 -0
- package/docs/GetProviderResponse.md +34 -0
- package/docs/GetSessionResponse.md +34 -0
- package/docs/GetSessionResultRequest.md +34 -0
- package/docs/GetSessionResultResponse.md +36 -0
- package/docs/GoogleWalletInput.md +36 -0
- package/docs/GoogleWalletProviderOutput.md +35 -0
- package/docs/GuatemalaCuiLookupInput.md +34 -0
- package/docs/GuatemalaCuiProviderOutput.md +53 -0
- package/docs/IdentityData.md +46 -0
- package/docs/IdinInput.md +34 -0
- package/docs/IndiaPanLookupInput.md +34 -0
- package/docs/IndiaPanLookupProviderOutput.md +49 -0
- package/docs/IndiaPanStructuredNumber.md +44 -0
- package/docs/IndonesiaDukcapilMatchInput.md +48 -0
- package/docs/IndonesiaNikInput.md +38 -0
- package/docs/IntegrationCapability.md +32 -0
- package/docs/IntegrationLaunchMethod.md +32 -0
- package/docs/IntegrationStep.md +39 -0
- package/docs/ItsmeProviderOutput.md +43 -0
- package/docs/KenyaNidBiometric2Input.md +38 -0
- package/docs/KenyaNidInput.md +44 -0
- package/docs/KenyaNidLookup2Address.md +43 -0
- package/docs/KenyaNidLookup2Input.md +34 -0
- package/docs/KenyaNidLookup2ProviderOutput.md +55 -0
- package/docs/KenyaNidMatch2Input.md +44 -0
- package/docs/KenyaNidMatch2InputSex.md +32 -0
- package/docs/KoreaTelcoMatchInput.md +44 -0
- package/docs/KoreaTelcoMatchProviderOutput.md +39 -0
- package/docs/KoreaTelcoMatchSex.md +32 -0
- package/docs/LaWalletProviderOutput.md +69 -0
- package/docs/LatviaEparakstsMobileProviderOutput.md +39 -0
- package/docs/LatviaEparakstsProviderOutput.md +39 -0
- package/docs/ListProvidersResponse.md +34 -0
- package/docs/ListRedirectUrisResponse.md +37 -0
- package/docs/ListSessionsResponse.md +38 -0
- package/docs/ListVerificationProfilesResponse.md +36 -0
- package/docs/LithuaniaIdCardProviderOutput.md +41 -0
- package/docs/LloydsSmartIdProviderOutput.md +57 -0
- package/docs/Match.md +36 -0
- package/docs/MatchData.md +55 -0
- package/docs/MdlExchangeMechanism.md +32 -0
- package/docs/MdlOutput.md +40 -0
- package/docs/MdlOutputCertificateData.md +42 -0
- package/docs/MdlOutputFieldData.md +36 -0
- package/docs/MdlOutputFieldDataType.md +32 -0
- package/docs/MexicoCurpInput.md +34 -0
- package/docs/MexicoCurpProviderOutput.md +35 -0
- package/docs/MitIdProviderOutput.md +55 -0
- package/docs/MobileCarrier.md +32 -0
- package/docs/MobileIdInput.md +38 -0
- package/docs/MobileIdLanguage.md +32 -0
- package/docs/MobileIdProviderOutput.md +51 -0
- package/docs/MobileOperatingSystem.md +32 -0
- package/docs/NetherlandsIdinAddress.md +42 -0
- package/docs/NetherlandsIdinProviderOutput.md +53 -0
- package/docs/NigeriaNinBiometric2Input.md +38 -0
- package/docs/NigeriaNinInput.md +46 -0
- package/docs/NigeriaNinLookup2Input.md +34 -0
- package/docs/NigeriaNinLookup2ProviderOutput.md +57 -0
- package/docs/NigeriaNinMatch2Input.md +46 -0
- package/docs/NigeriaNinMatch2InputSex.md +32 -0
- package/docs/NorwegianBankIdProviderOutput.md +49 -0
- package/docs/OneIdProviderAddress.md +42 -0
- package/docs/OneIdProviderOutput.md +45 -0
- package/docs/OrderDirection.md +32 -0
- package/docs/OutputFrejaAddress.md +40 -0
- package/docs/OutputFrejaDocument.md +40 -0
- package/docs/PanamaCedulaLookupInput.md +36 -0
- package/docs/PanamaCedulaProviderOutput.md +49 -0
- package/docs/PersonData.md +53 -0
- package/docs/PeruDniAddress.md +39 -0
- package/docs/PeruDniLookupInput.md +34 -0
- package/docs/PeruDniProviderOutput.md +65 -0
- package/docs/PhilippineMatchInput.md +42 -0
- package/docs/PhilippineQRInput.md +36 -0
- package/docs/PhilippinesDigitalNidProviderOutput.md +55 -0
- package/docs/PhilippinesPhysicalNidProviderOutput.md +51 -0
- package/docs/PolandEdoAppProviderOutput.md +41 -0
- package/docs/PolandMobywatelMatchInput.md +48 -0
- package/docs/PolandMobywatelMatchProviderOutput.md +73 -0
- package/docs/PolandMojeIdProviderOutput.md +39 -0
- package/docs/PortugalIdCardProviderOutput.md +41 -0
- package/docs/PostOfficeEasyIdProviderOutput.md +57 -0
- package/docs/ProblemDetails.md +42 -0
- package/docs/Provider.md +78 -0
- package/docs/ProviderHealth.md +33 -0
- package/docs/ProviderInput.md +124 -0
- package/docs/ProviderOutput.md +150 -0
- package/docs/ProviderSupportedLanguage.md +36 -0
- package/docs/ProvidersApi.md +160 -0
- package/docs/Raw18013DocumentRequest.md +36 -0
- package/docs/Raw18013RequestInput.md +35 -0
- package/docs/RecommendProviderHealthOption.md +32 -0
- package/docs/RecommendProviderInformation.md +50 -0
- package/docs/RecommendProvidersRequest.md +38 -0
- package/docs/RecommendProvidersResponse.md +36 -0
- package/docs/RecommendationInfo.md +41 -0
- package/docs/RedirectUriResponse.md +36 -0
- package/docs/RedirectUrisApi.md +239 -0
- package/docs/RefreshStepContentRequest.md +34 -0
- package/docs/RefreshStepContentResponse.md +34 -0
- package/docs/ResultCollection.md +36 -0
- package/docs/ResultCollectionMethod.md +32 -0
- package/docs/SamsungWalletInput.md +34 -0
- package/docs/SamsungWalletProviderOutput.md +35 -0
- package/docs/SerbiaIdCardProviderOutput.md +41 -0
- package/docs/Session.md +44 -0
- package/docs/SessionErrorCode.md +32 -0
- package/docs/SessionOrdering.md +32 -0
- package/docs/SessionsApi.md +869 -0
- package/docs/Sex.md +32 -0
- package/docs/SignzyIndiaAadhaarFetchProviderOutput.md +57 -0
- package/docs/SingpassLoginProviderOutput.md +47 -0
- package/docs/SingpassMyInfoDescription.md +36 -0
- package/docs/SingpassMyInfoProviderOutput.md +37 -0
- package/docs/SingpassMyInfoRegisteredAddressOutput.md +53 -0
- package/docs/SingpassPersonalCatalog.md +81 -0
- package/docs/SingpassPhoneNumber.md +39 -0
- package/docs/SmartIdInput.md +34 -0
- package/docs/SmartIdProviderOutput.md +59 -0
- package/docs/SouthAfricaNidBiometric2Input.md +38 -0
- package/docs/SouthAfricaNidInput.md +40 -0
- package/docs/SouthAfricaNidLookup2Input.md +34 -0
- package/docs/SouthAfricaNidMatch2Input.md +46 -0
- package/docs/SouthAfricaNidMatch2InputSex.md +32 -0
- package/docs/SpidBillingInformation.md +39 -0
- package/docs/SpidInput.md +36 -0
- package/docs/SpidProviderOutput.md +81 -0
- package/docs/StepRefreshInfo.md +38 -0
- package/docs/SubProviderMetadata.md +41 -0
- package/docs/SubmitNativeChallengeResponseRequest.md +36 -0
- package/docs/SubmitNativeChallengeResponseResponse.md +34 -0
- package/docs/SwedenBankIdProviderOutput.md +59 -0
- package/docs/TrinsicTestDatabaseLookupInput.md +40 -0
- package/docs/TrinsicTestSubProvidersInput.md +34 -0
- package/docs/UgandaNidMatch2Input.md +38 -0
- package/docs/UkEvisaLookupInput.md +36 -0
- package/docs/UnitedKingdomEvisaProviderOutput.md +55 -0
- package/docs/UsaCaliforniaDmvInput.md +34 -0
- package/docs/VerificationProfileResponse.md +50 -0
- package/docs/VerificationProfilesApi.md +339 -0
- package/docs/YotiDeeplinkProviderOutput.md +57 -0
- package/docs/YotiDocumentDetails.md +42 -0
- package/docs/YotiProviderOutput.md +57 -0
- package/docs/YotiStructuredPostalAddress.md +72 -0
- package/docs/ZimbabweNidLookup2Input.md +34 -0
- package/package.json +2 -2
- package/src/apis/ProvidersApi.ts +51 -12
- package/src/apis/RedirectUrisApi.ts +77 -18
- package/src/apis/SessionsApi.ts +286 -124
- package/src/apis/VerificationProfilesApi.ts +177 -21
- package/src/models/AadhaarAddress.ts +155 -0
- package/src/models/AadhaarClaims.ts +14 -96
- package/src/models/AadhaarInput.ts +1 -1
- package/src/models/AadhaarLanguage.ts +1 -1
- package/src/models/AadhaarLocalizedClaims.ts +12 -77
- package/src/models/AudkenniProviderOutput.ts +100 -0
- package/src/models/BelgiumIdCardProviderOutput.ts +1 -1
- package/src/models/BoliviaCiLookupInput.ts +78 -0
- package/src/models/BoliviaCiProviderOutput.ts +108 -0
- package/src/models/BrazilCpfCheckInput.ts +18 -0
- package/src/models/ChinaResidentIdMatchInput.ts +93 -0
- package/src/models/ChinaResidentIdMatchOutput.ts +87 -0
- package/src/models/ColombiaCcLookupInput.ts +79 -0
- package/src/models/ColombiaCcProviderOutput.ts +177 -0
- package/src/models/ColombiaExpeditionPlace.ts +81 -0
- package/src/models/ConnectIdProviderOutput.ts +1 -16
- package/src/models/CoteDIvoireNidLookup2ProviderOutput.ts +144 -0
- package/src/models/CreateDirectProviderSessionRequest.ts +11 -0
- package/src/models/CreateHostedProviderSessionRequest.ts +10 -0
- package/src/models/CzechMojeIdProviderOutput.ts +19 -2
- package/src/models/CzechiaMojeIdProviderOutput.ts +2 -2
- package/src/models/DigilockerAadhaarProviderOutput.ts +17 -23
- package/src/models/DocumentData.ts +2 -2
- package/src/models/ElSalvadorDuiLookupInput.ts +80 -0
- package/src/models/ElSalvadorDuiProviderOutput.ts +91 -0
- package/src/models/EstoniaIdCardProviderOutput.ts +1 -1
- package/src/models/FaydaProviderAddress.ts +87 -0
- package/src/models/FaydaProviderOutput.ts +77 -3
- package/src/models/FinlandIdCardProviderOutput.ts +1 -1
- package/src/models/FinnishTrustNetworkProviderOutput.ts +5 -5
- package/src/models/FrejaProviderOutput.ts +2 -2
- package/src/models/FrenchNumeriqueGivenName.ts +2 -2
- package/src/models/FrenchNumeriqueProviderOutput.ts +12 -12
- package/src/models/GoogleWalletInput.ts +2 -0
- package/src/models/GuatemalaCuiLookupInput.ts +76 -0
- package/src/models/GuatemalaCuiProviderOutput.ts +172 -0
- package/src/models/IndiaPanLookupInput.ts +67 -0
- package/src/models/IndiaPanLookupProviderOutput.ts +160 -0
- package/src/models/IndiaPanStructuredNumber.ts +176 -0
- package/src/models/IndonesiaDukcapilMatchInput.ts +2 -2
- package/src/models/IndonesiaNikInput.ts +1 -1
- package/src/models/ItsmeProviderOutput.ts +1 -1
- package/src/models/KenyaNidBiometric2Input.ts +5 -1
- package/src/models/KenyaNidInput.ts +1 -1
- package/src/models/KenyaNidLookup2Input.ts +5 -1
- package/src/models/KenyaNidLookup2ProviderOutput.ts +5 -6
- package/src/models/KenyaNidMatch2Input.ts +6 -2
- package/src/models/KoreaTelcoMatchInput.ts +135 -0
- package/src/models/KoreaTelcoMatchProviderOutput.ts +96 -0
- package/src/models/KoreaTelcoMatchSex.ts +53 -0
- package/src/models/LaWalletProviderOutput.ts +3 -3
- package/src/models/LithuaniaIdCardProviderOutput.ts +1 -1
- package/src/models/LloydsSmartIdProviderOutput.ts +3 -3
- package/src/models/MdlOutput.ts +2 -2
- package/src/models/MdlOutputCertificateData.ts +2 -2
- package/src/models/MitIdProviderOutput.ts +11 -11
- package/src/models/MobileCarrier.ts +54 -0
- package/src/models/MobileIdProviderOutput.ts +1 -1
- package/src/models/MobileOperatingSystem.ts +54 -0
- package/src/models/NetherlandsIdinAddress.ts +104 -0
- package/src/models/NetherlandsIdinProviderOutput.ts +163 -0
- package/src/models/NigeriaNinInput.ts +1 -1
- package/src/models/NigeriaNinLookup2ProviderOutput.ts +1 -1
- package/src/models/NigeriaNinMatch2Input.ts +1 -1
- package/src/models/NorwegianBankIdProviderOutput.ts +5 -5
- package/src/models/OneIdProviderOutput.ts +1 -1
- package/src/models/OutputFrejaDocument.ts +1 -1
- package/src/models/PanamaCedulaLookupInput.ts +87 -0
- package/src/models/PanamaCedulaProviderOutput.ts +162 -0
- package/src/models/PersonData.ts +1 -1
- package/src/models/PeruDniProviderOutput.ts +4 -4
- package/src/models/PhilippineMatchInput.ts +1 -1
- package/src/models/PhilippinesDigitalNidProviderOutput.ts +2 -2
- package/src/models/PhilippinesPhysicalNidProviderOutput.ts +2 -2
- package/src/models/PolandEdoAppProviderOutput.ts +1 -1
- package/src/models/PolandMobywatelMatchInput.ts +130 -0
- package/src/models/PolandMobywatelMatchProviderOutput.ts +224 -0
- package/src/models/PortugalIdCardProviderOutput.ts +1 -1
- package/src/models/PostOfficeEasyIdProviderOutput.ts +3 -3
- package/src/models/Provider.ts +15 -0
- package/src/models/ProviderInput.ts +150 -0
- package/src/models/ProviderOutput.ts +337 -112
- package/src/models/ProviderSupportedLanguage.ts +74 -0
- package/src/models/SerbiaIdCardProviderOutput.ts +1 -1
- package/src/models/SignzyIndiaAadhaarFetchProviderOutput.ts +183 -0
- package/src/models/SingpassLoginProviderOutput.ts +132 -0
- package/src/models/SingpassMyInfoDescription.ts +73 -0
- package/src/models/SingpassMyInfoProviderOutput.ts +81 -0
- package/src/models/SingpassMyInfoRegisteredAddressOutput.ts +162 -0
- package/src/models/SingpassPersonalCatalog.ts +353 -0
- package/src/models/SingpassPhoneNumber.ts +81 -0
- package/src/models/SmartIdProviderOutput.ts +2 -2
- package/src/models/SouthAfricaNidInput.ts +1 -1
- package/src/models/SouthAfricaNidMatch2Input.ts +1 -1
- package/src/models/SpidProviderOutput.ts +2 -2
- package/src/models/StepRefreshInfo.ts +2 -2
- package/src/models/SwedenBankIdProviderOutput.ts +6 -6
- package/src/models/UgandaNidMatch2Input.ts +1 -1
- package/src/models/UkEvisaLookupInput.ts +1 -1
- package/src/models/UnitedKingdomEvisaProviderOutput.ts +6 -4
- package/src/models/UsaCaliforniaDmvInput.ts +75 -0
- package/src/models/VerificationProfileResponse.ts +8 -0
- package/src/models/YotiDeeplinkProviderOutput.ts +3 -3
- package/src/models/YotiDocumentDetails.ts +1 -1
- package/src/models/YotiProviderOutput.ts +3 -3
- package/src/models/index.ts +38 -4
- package/src/runtime.ts +18 -0
- package/dist/esm/models/ConnectIdBeneficiaryAccount.d.ts +0 -52
- package/dist/esm/models/ConnectIdBeneficiaryAccount.js +0 -47
- package/dist/esm/models/CreateWidgetSessionRequest.d.ts +0 -57
- package/dist/esm/models/CreateWidgetSessionRequest.js +0 -50
- package/dist/esm/models/CreateWidgetSessionResponse.d.ts +0 -54
- package/dist/esm/models/CreateWidgetSessionResponse.js +0 -51
- package/dist/esm/models/HttpValidationProblemDetails.d.ts +0 -64
- package/dist/esm/models/HttpValidationProblemDetails.js +0 -51
- package/dist/models/ConnectIdBeneficiaryAccount.d.ts +0 -52
- package/dist/models/ConnectIdBeneficiaryAccount.js +0 -54
- package/dist/models/CreateWidgetSessionRequest.d.ts +0 -57
- package/dist/models/CreateWidgetSessionRequest.js +0 -57
- package/dist/models/CreateWidgetSessionResponse.d.ts +0 -54
- package/dist/models/CreateWidgetSessionResponse.js +0 -58
- package/dist/models/HttpValidationProblemDetails.d.ts +0 -64
- package/dist/models/HttpValidationProblemDetails.js +0 -58
- package/src/models/ConnectIdBeneficiaryAccount.ts +0 -91
- package/src/models/CreateWidgetSessionRequest.ts +0 -104
- package/src/models/CreateWidgetSessionResponse.ts +0 -94
- package/src/models/HttpValidationProblemDetails.ts +0 -105
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Trinsic API
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v1
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { mapValues } from '../runtime';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface ColombiaCcLookupInput
|
|
20
|
+
*/
|
|
21
|
+
export interface ColombiaCcLookupInput {
|
|
22
|
+
/**
|
|
23
|
+
* The CC (Cédula de Ciudadanía, Citizenship Document) document number.
|
|
24
|
+
*
|
|
25
|
+
* Format:
|
|
26
|
+
* - Cédulas after 2004 use the NUIP (Número Único de Identificación Personal), which is 10 digits.
|
|
27
|
+
* Older documents may have fewer than 10 digits and are still valid.
|
|
28
|
+
* - In Colombia the number is often written with dots as thousands separators (e.g. 1.234.567.890). If dots,
|
|
29
|
+
* hyphens, spaces, or other non-alphanumeric characters are included, they will be sanitized before lookup.
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof ColombiaCcLookupInput
|
|
32
|
+
*/
|
|
33
|
+
documentNumber?: string | null;
|
|
34
|
+
/**
|
|
35
|
+
* Document issue date, in `YYYY-MM-DD` format
|
|
36
|
+
* @type {Date}
|
|
37
|
+
* @memberof ColombiaCcLookupInput
|
|
38
|
+
*/
|
|
39
|
+
issueDate?: Date | null;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* Check if a given object implements the ColombiaCcLookupInput interface.
|
|
44
|
+
*/
|
|
45
|
+
export function instanceOfColombiaCcLookupInput(value: object): value is ColombiaCcLookupInput {
|
|
46
|
+
return true;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
export function ColombiaCcLookupInputFromJSON(json: any): ColombiaCcLookupInput {
|
|
50
|
+
return ColombiaCcLookupInputFromJSONTyped(json, false);
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
export function ColombiaCcLookupInputFromJSONTyped(json: any, ignoreDiscriminator: boolean): ColombiaCcLookupInput {
|
|
54
|
+
if (json == null) {
|
|
55
|
+
return json;
|
|
56
|
+
}
|
|
57
|
+
return {
|
|
58
|
+
|
|
59
|
+
'documentNumber': json['documentNumber'] == null ? undefined : json['documentNumber'],
|
|
60
|
+
'issueDate': json['issueDate'] == null ? undefined : (new Date(json['issueDate'])),
|
|
61
|
+
};
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
export function ColombiaCcLookupInputToJSON(json: any): ColombiaCcLookupInput {
|
|
65
|
+
return ColombiaCcLookupInputToJSONTyped(json, false);
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
export function ColombiaCcLookupInputToJSONTyped(value?: ColombiaCcLookupInput | null, ignoreDiscriminator: boolean = false): any {
|
|
69
|
+
if (value == null) {
|
|
70
|
+
return value;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
return {
|
|
74
|
+
|
|
75
|
+
'documentNumber': value['documentNumber'],
|
|
76
|
+
'issueDate': value['issueDate'] == null ? value['issueDate'] : value['issueDate'].toISOString().substring(0,10),
|
|
77
|
+
};
|
|
78
|
+
}
|
|
79
|
+
|
|
@@ -0,0 +1,177 @@
|
|
|
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 { ColombiaExpeditionPlace } from './ColombiaExpeditionPlace';
|
|
17
|
+
import {
|
|
18
|
+
ColombiaExpeditionPlaceFromJSON,
|
|
19
|
+
ColombiaExpeditionPlaceFromJSONTyped,
|
|
20
|
+
ColombiaExpeditionPlaceToJSON,
|
|
21
|
+
ColombiaExpeditionPlaceToJSONTyped,
|
|
22
|
+
} from './ColombiaExpeditionPlace';
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* Exposed properties for the `colombia-cc-lookup` Provider which do not directly map to the normalized IdentityData model.
|
|
26
|
+
* @export
|
|
27
|
+
* @interface ColombiaCcProviderOutput
|
|
28
|
+
*/
|
|
29
|
+
export interface ColombiaCcProviderOutput {
|
|
30
|
+
/**
|
|
31
|
+
* Full name as it appears on the CC.
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof ColombiaCcProviderOutput
|
|
34
|
+
*/
|
|
35
|
+
fullName: string;
|
|
36
|
+
/**
|
|
37
|
+
* Given name(s) of the holder as they appear on the CC.
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof ColombiaCcProviderOutput
|
|
40
|
+
*/
|
|
41
|
+
givenName: string;
|
|
42
|
+
/**
|
|
43
|
+
* Family name(s) of the holder as they appear on the CC. Space-separated when
|
|
44
|
+
* both paternal and maternal family names are present.
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof ColombiaCcProviderOutput
|
|
47
|
+
*/
|
|
48
|
+
familyName: string;
|
|
49
|
+
/**
|
|
50
|
+
* Date of birth as recorded in the civil registry (Registraduría Nacional).
|
|
51
|
+
* @type {Date}
|
|
52
|
+
* @memberof ColombiaCcProviderOutput
|
|
53
|
+
*/
|
|
54
|
+
dateOfBirth: Date;
|
|
55
|
+
/**
|
|
56
|
+
* Sex of the holder as recorded in the civil registry (Registraduría Nacional).
|
|
57
|
+
*
|
|
58
|
+
* Possible values:
|
|
59
|
+
* - Male
|
|
60
|
+
* - Female
|
|
61
|
+
* - Unknown (when the sex is not recorded or cannot be confidently determined)
|
|
62
|
+
* @type {string}
|
|
63
|
+
* @memberof ColombiaCcProviderOutput
|
|
64
|
+
*/
|
|
65
|
+
sex: string;
|
|
66
|
+
/**
|
|
67
|
+
* Whether the person is reported as alive in Colombia's official civil registry (Registraduría Nacional).
|
|
68
|
+
*
|
|
69
|
+
* Used to detect identity fraud when the holder is deceased.
|
|
70
|
+
* @type {boolean}
|
|
71
|
+
* @memberof ColombiaCcProviderOutput
|
|
72
|
+
*/
|
|
73
|
+
isAlive: boolean;
|
|
74
|
+
/**
|
|
75
|
+
* The Cédula de Ciudadanía (CC) document number.
|
|
76
|
+
*
|
|
77
|
+
* This is the unique identifier assigned by the Registraduría Nacional when the person is first
|
|
78
|
+
* issued a CC. It does not change when the person renews or receives a new physical card; it
|
|
79
|
+
* remains the same for the individual for life.
|
|
80
|
+
*
|
|
81
|
+
* Cédulas issued after 2004 use the NUIP (Número Único de Identificación Personal), which is
|
|
82
|
+
* 10 digits. Older documents may have fewer than 10 digits and are still valid.
|
|
83
|
+
* @type {string}
|
|
84
|
+
* @memberof ColombiaCcProviderOutput
|
|
85
|
+
*/
|
|
86
|
+
documentNumber: string;
|
|
87
|
+
/**
|
|
88
|
+
* Date the CC was issued (fecha de expedición).
|
|
89
|
+
*
|
|
90
|
+
* Format:
|
|
91
|
+
* - yyyy-MM-dd
|
|
92
|
+
* @type {Date}
|
|
93
|
+
* @memberof ColombiaCcProviderOutput
|
|
94
|
+
*/
|
|
95
|
+
expeditionDate: Date;
|
|
96
|
+
/**
|
|
97
|
+
* Place where the CC was issued (lugar de expedición): municipality and department as recorded
|
|
98
|
+
* by the Registraduría Nacional.
|
|
99
|
+
* @type {ColombiaExpeditionPlace}
|
|
100
|
+
* @memberof ColombiaCcProviderOutput
|
|
101
|
+
*/
|
|
102
|
+
expeditionPlace: ColombiaExpeditionPlace;
|
|
103
|
+
/**
|
|
104
|
+
* All names as they appear on the CC, as an array of strings.
|
|
105
|
+
*
|
|
106
|
+
* Format:
|
|
107
|
+
* - Order follows the civil registry: typically family name(s) first, then given name(s).
|
|
108
|
+
* @type {Array<string>}
|
|
109
|
+
* @memberof ColombiaCcProviderOutput
|
|
110
|
+
*/
|
|
111
|
+
arrayName: Array<string>;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
/**
|
|
115
|
+
* Check if a given object implements the ColombiaCcProviderOutput interface.
|
|
116
|
+
*/
|
|
117
|
+
export function instanceOfColombiaCcProviderOutput(value: object): value is ColombiaCcProviderOutput {
|
|
118
|
+
if (!('fullName' in value) || value['fullName'] === undefined) return false;
|
|
119
|
+
if (!('givenName' in value) || value['givenName'] === undefined) return false;
|
|
120
|
+
if (!('familyName' in value) || value['familyName'] === undefined) return false;
|
|
121
|
+
if (!('dateOfBirth' in value) || value['dateOfBirth'] === undefined) return false;
|
|
122
|
+
if (!('sex' in value) || value['sex'] === undefined) return false;
|
|
123
|
+
if (!('isAlive' in value) || value['isAlive'] === undefined) return false;
|
|
124
|
+
if (!('documentNumber' in value) || value['documentNumber'] === undefined) return false;
|
|
125
|
+
if (!('expeditionDate' in value) || value['expeditionDate'] === undefined) return false;
|
|
126
|
+
if (!('expeditionPlace' in value) || value['expeditionPlace'] === undefined) return false;
|
|
127
|
+
if (!('arrayName' in value) || value['arrayName'] === undefined) return false;
|
|
128
|
+
return true;
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
export function ColombiaCcProviderOutputFromJSON(json: any): ColombiaCcProviderOutput {
|
|
132
|
+
return ColombiaCcProviderOutputFromJSONTyped(json, false);
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
export function ColombiaCcProviderOutputFromJSONTyped(json: any, ignoreDiscriminator: boolean): ColombiaCcProviderOutput {
|
|
136
|
+
if (json == null) {
|
|
137
|
+
return json;
|
|
138
|
+
}
|
|
139
|
+
return {
|
|
140
|
+
|
|
141
|
+
'fullName': json['fullName'],
|
|
142
|
+
'givenName': json['givenName'],
|
|
143
|
+
'familyName': json['familyName'],
|
|
144
|
+
'dateOfBirth': (new Date(json['dateOfBirth'])),
|
|
145
|
+
'sex': json['sex'],
|
|
146
|
+
'isAlive': json['isAlive'],
|
|
147
|
+
'documentNumber': json['documentNumber'],
|
|
148
|
+
'expeditionDate': (new Date(json['expeditionDate'])),
|
|
149
|
+
'expeditionPlace': ColombiaExpeditionPlaceFromJSON(json['expeditionPlace']),
|
|
150
|
+
'arrayName': json['arrayName'],
|
|
151
|
+
};
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
export function ColombiaCcProviderOutputToJSON(json: any): ColombiaCcProviderOutput {
|
|
155
|
+
return ColombiaCcProviderOutputToJSONTyped(json, false);
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
export function ColombiaCcProviderOutputToJSONTyped(value?: ColombiaCcProviderOutput | null, ignoreDiscriminator: boolean = false): any {
|
|
159
|
+
if (value == null) {
|
|
160
|
+
return value;
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
return {
|
|
164
|
+
|
|
165
|
+
'fullName': value['fullName'],
|
|
166
|
+
'givenName': value['givenName'],
|
|
167
|
+
'familyName': value['familyName'],
|
|
168
|
+
'dateOfBirth': value['dateOfBirth'].toISOString().substring(0,10),
|
|
169
|
+
'sex': value['sex'],
|
|
170
|
+
'isAlive': value['isAlive'],
|
|
171
|
+
'documentNumber': value['documentNumber'],
|
|
172
|
+
'expeditionDate': value['expeditionDate'].toISOString().substring(0,10),
|
|
173
|
+
'expeditionPlace': ColombiaExpeditionPlaceToJSON(value['expeditionPlace']),
|
|
174
|
+
'arrayName': value['arrayName'],
|
|
175
|
+
};
|
|
176
|
+
}
|
|
177
|
+
|
|
@@ -0,0 +1,81 @@
|
|
|
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
|
+
* Place of expedition (issue) for the Colombia Cédula de Ciudadanía (CC) as recorded by the Registraduría
|
|
18
|
+
* Nacional del Estado Civil (National Civil Registry).
|
|
19
|
+
*
|
|
20
|
+
* Colombia uses a two-level administrative hierarchy for place of issue: municipality (municipio) within
|
|
21
|
+
* department (departamento).
|
|
22
|
+
* @export
|
|
23
|
+
* @interface ColombiaExpeditionPlace
|
|
24
|
+
*/
|
|
25
|
+
export interface ColombiaExpeditionPlace {
|
|
26
|
+
/**
|
|
27
|
+
* Municipality (municipio) where the CC was issued.
|
|
28
|
+
*
|
|
29
|
+
* This is the second-level administrative division in Colombia.
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof ColombiaExpeditionPlace
|
|
32
|
+
*/
|
|
33
|
+
municipality?: string | null;
|
|
34
|
+
/**
|
|
35
|
+
* Department (departamento) where the CC was issued.
|
|
36
|
+
*
|
|
37
|
+
* This is the first-level administrative division in Colombia.
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof ColombiaExpeditionPlace
|
|
40
|
+
*/
|
|
41
|
+
department?: string | null;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
/**
|
|
45
|
+
* Check if a given object implements the ColombiaExpeditionPlace interface.
|
|
46
|
+
*/
|
|
47
|
+
export function instanceOfColombiaExpeditionPlace(value: object): value is ColombiaExpeditionPlace {
|
|
48
|
+
return true;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
export function ColombiaExpeditionPlaceFromJSON(json: any): ColombiaExpeditionPlace {
|
|
52
|
+
return ColombiaExpeditionPlaceFromJSONTyped(json, false);
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
export function ColombiaExpeditionPlaceFromJSONTyped(json: any, ignoreDiscriminator: boolean): ColombiaExpeditionPlace {
|
|
56
|
+
if (json == null) {
|
|
57
|
+
return json;
|
|
58
|
+
}
|
|
59
|
+
return {
|
|
60
|
+
|
|
61
|
+
'municipality': json['municipality'] == null ? undefined : json['municipality'],
|
|
62
|
+
'department': json['department'] == null ? undefined : json['department'],
|
|
63
|
+
};
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
export function ColombiaExpeditionPlaceToJSON(json: any): ColombiaExpeditionPlace {
|
|
67
|
+
return ColombiaExpeditionPlaceToJSONTyped(json, false);
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
export function ColombiaExpeditionPlaceToJSONTyped(value?: ColombiaExpeditionPlace | null, ignoreDiscriminator: boolean = false): any {
|
|
71
|
+
if (value == null) {
|
|
72
|
+
return value;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
return {
|
|
76
|
+
|
|
77
|
+
'municipality': value['municipality'],
|
|
78
|
+
'department': value['department'],
|
|
79
|
+
};
|
|
80
|
+
}
|
|
81
|
+
|
|
@@ -13,13 +13,6 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
import { mapValues } from '../runtime';
|
|
16
|
-
import type { ConnectIdBeneficiaryAccount } from './ConnectIdBeneficiaryAccount';
|
|
17
|
-
import {
|
|
18
|
-
ConnectIdBeneficiaryAccountFromJSON,
|
|
19
|
-
ConnectIdBeneficiaryAccountFromJSONTyped,
|
|
20
|
-
ConnectIdBeneficiaryAccountToJSON,
|
|
21
|
-
ConnectIdBeneficiaryAccountToJSONTyped,
|
|
22
|
-
} from './ConnectIdBeneficiaryAccount';
|
|
23
16
|
import type { ConnectIdAgeVerification } from './ConnectIdAgeVerification';
|
|
24
17
|
import {
|
|
25
18
|
ConnectIdAgeVerificationFromJSON,
|
|
@@ -97,12 +90,6 @@ export interface ConnectIdProviderOutput {
|
|
|
97
90
|
* @memberof ConnectIdProviderOutput
|
|
98
91
|
*/
|
|
99
92
|
transaction?: string | null;
|
|
100
|
-
/**
|
|
101
|
-
* The beneficiary account that has been designated by the individual.
|
|
102
|
-
* @type {ConnectIdBeneficiaryAccount}
|
|
103
|
-
* @memberof ConnectIdProviderOutput
|
|
104
|
-
*/
|
|
105
|
-
beneficiaryAccount?: ConnectIdBeneficiaryAccount | null;
|
|
106
93
|
/**
|
|
107
94
|
* The address.
|
|
108
95
|
* @type {ConnectIdAddress}
|
|
@@ -137,7 +124,6 @@ export function ConnectIdProviderOutputFromJSONTyped(json: any, ignoreDiscrimina
|
|
|
137
124
|
'sub': json['sub'] == null ? undefined : json['sub'],
|
|
138
125
|
'ageVerification': json['ageVerification'] == null ? undefined : ConnectIdAgeVerificationFromJSON(json['ageVerification']),
|
|
139
126
|
'transaction': json['transaction'] == null ? undefined : json['transaction'],
|
|
140
|
-
'beneficiaryAccount': json['beneficiaryAccount'] == null ? undefined : ConnectIdBeneficiaryAccountFromJSON(json['beneficiaryAccount']),
|
|
141
127
|
'address': json['address'] == null ? undefined : ConnectIdAddressFromJSON(json['address']),
|
|
142
128
|
};
|
|
143
129
|
}
|
|
@@ -153,7 +139,7 @@ export function ConnectIdProviderOutputToJSONTyped(value?: ConnectIdProviderOutp
|
|
|
153
139
|
|
|
154
140
|
return {
|
|
155
141
|
|
|
156
|
-
'birthdate': value['birthdate'] == null ?
|
|
142
|
+
'birthdate': value['birthdate'] == null ? value['birthdate'] : value['birthdate'].toISOString().substring(0,10),
|
|
157
143
|
'givenName': value['givenName'],
|
|
158
144
|
'middleName': value['middleName'],
|
|
159
145
|
'familyName': value['familyName'],
|
|
@@ -162,7 +148,6 @@ export function ConnectIdProviderOutputToJSONTyped(value?: ConnectIdProviderOutp
|
|
|
162
148
|
'sub': value['sub'],
|
|
163
149
|
'ageVerification': ConnectIdAgeVerificationToJSON(value['ageVerification']),
|
|
164
150
|
'transaction': value['transaction'],
|
|
165
|
-
'beneficiaryAccount': ConnectIdBeneficiaryAccountToJSON(value['beneficiaryAccount']),
|
|
166
151
|
'address': ConnectIdAddressToJSON(value['address']),
|
|
167
152
|
};
|
|
168
153
|
}
|
|
@@ -0,0 +1,144 @@
|
|
|
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 `cote-divoire-nid-lookup-2` Provider which do not directly map to the normalized IdentityData model.
|
|
18
|
+
* @export
|
|
19
|
+
* @interface CoteDIvoireNidLookup2ProviderOutput
|
|
20
|
+
*/
|
|
21
|
+
export interface CoteDIvoireNidLookup2ProviderOutput {
|
|
22
|
+
/**
|
|
23
|
+
* Full name as returned by ONECI (National Civil Registry and Identification Office).
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof CoteDIvoireNidLookup2ProviderOutput
|
|
26
|
+
*/
|
|
27
|
+
fullName: string;
|
|
28
|
+
/**
|
|
29
|
+
* Given name of the ID holder as returned by ONECI (National Civil Registry and Identification Office).
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof CoteDIvoireNidLookup2ProviderOutput
|
|
32
|
+
*/
|
|
33
|
+
givenName: string;
|
|
34
|
+
/**
|
|
35
|
+
* Family name of the ID holder as returned by ONECI (National Civil Registry and Identification Office).
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof CoteDIvoireNidLookup2ProviderOutput
|
|
38
|
+
*/
|
|
39
|
+
familyName: string;
|
|
40
|
+
/**
|
|
41
|
+
* Date of birth as returned by ONECI (National Civil Registry and Identification Office).
|
|
42
|
+
* @type {Date}
|
|
43
|
+
* @memberof CoteDIvoireNidLookup2ProviderOutput
|
|
44
|
+
*/
|
|
45
|
+
dateOfBirth: Date;
|
|
46
|
+
/**
|
|
47
|
+
* Sex of the ID holder as returned by ONECI (National Civil Registry and Identification Office).
|
|
48
|
+
* Possible values:
|
|
49
|
+
* - Male
|
|
50
|
+
* - Female
|
|
51
|
+
* @type {string}
|
|
52
|
+
* @memberof CoteDIvoireNidLookup2ProviderOutput
|
|
53
|
+
*/
|
|
54
|
+
sex: string;
|
|
55
|
+
/**
|
|
56
|
+
* Nationality as ISO 3166-1 alpha-2 country code (e.g. "CI" for Côte d'Ivoire).
|
|
57
|
+
* @type {string}
|
|
58
|
+
* @memberof CoteDIvoireNidLookup2ProviderOutput
|
|
59
|
+
*/
|
|
60
|
+
nationality: string;
|
|
61
|
+
/**
|
|
62
|
+
* Address as returned from ONECI (National Civil Registry and Identification Office).
|
|
63
|
+
* Format is LOCALITY,COMMUNE: the locality (village, neighborhood, or sous-quartier)
|
|
64
|
+
* followed by the commune. Not a full street address.
|
|
65
|
+
* @type {string}
|
|
66
|
+
* @memberof CoteDIvoireNidLookup2ProviderOutput
|
|
67
|
+
*/
|
|
68
|
+
address?: string | null;
|
|
69
|
+
/**
|
|
70
|
+
* The document's own identifier (printed on the card; often labeled "Immatriculation" on older cards or "Numéro CNI" in
|
|
71
|
+
* post-2020 cards). On older cards this is usually one letter followed by 10 digits. On new cards it appears as 1 or 2
|
|
72
|
+
* leading letters plus 9 digits.
|
|
73
|
+
* @type {string}
|
|
74
|
+
* @memberof CoteDIvoireNidLookup2ProviderOutput
|
|
75
|
+
*/
|
|
76
|
+
documentNumber?: string | null;
|
|
77
|
+
/**
|
|
78
|
+
* The NNI (Numéro National d'Identification): the person's 11-digit national ID, printed on the back of the new
|
|
79
|
+
* national id card and assigned by ONECI. It is always exactly 11 digits with no letters, and is semi-random,
|
|
80
|
+
* non-repetitive, and does not encode any extra data, such as date of birth, gender, or other readable attributes.
|
|
81
|
+
* @type {string}
|
|
82
|
+
* @memberof CoteDIvoireNidLookup2ProviderOutput
|
|
83
|
+
*/
|
|
84
|
+
nationalIdNumber?: string | null;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
/**
|
|
88
|
+
* Check if a given object implements the CoteDIvoireNidLookup2ProviderOutput interface.
|
|
89
|
+
*/
|
|
90
|
+
export function instanceOfCoteDIvoireNidLookup2ProviderOutput(value: object): value is CoteDIvoireNidLookup2ProviderOutput {
|
|
91
|
+
if (!('fullName' in value) || value['fullName'] === undefined) return false;
|
|
92
|
+
if (!('givenName' in value) || value['givenName'] === undefined) return false;
|
|
93
|
+
if (!('familyName' in value) || value['familyName'] === undefined) return false;
|
|
94
|
+
if (!('dateOfBirth' in value) || value['dateOfBirth'] === undefined) return false;
|
|
95
|
+
if (!('sex' in value) || value['sex'] === undefined) return false;
|
|
96
|
+
if (!('nationality' in value) || value['nationality'] === undefined) return false;
|
|
97
|
+
return true;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
export function CoteDIvoireNidLookup2ProviderOutputFromJSON(json: any): CoteDIvoireNidLookup2ProviderOutput {
|
|
101
|
+
return CoteDIvoireNidLookup2ProviderOutputFromJSONTyped(json, false);
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
export function CoteDIvoireNidLookup2ProviderOutputFromJSONTyped(json: any, ignoreDiscriminator: boolean): CoteDIvoireNidLookup2ProviderOutput {
|
|
105
|
+
if (json == null) {
|
|
106
|
+
return json;
|
|
107
|
+
}
|
|
108
|
+
return {
|
|
109
|
+
|
|
110
|
+
'fullName': json['fullName'],
|
|
111
|
+
'givenName': json['givenName'],
|
|
112
|
+
'familyName': json['familyName'],
|
|
113
|
+
'dateOfBirth': (new Date(json['dateOfBirth'])),
|
|
114
|
+
'sex': json['sex'],
|
|
115
|
+
'nationality': json['nationality'],
|
|
116
|
+
'address': json['address'] == null ? undefined : json['address'],
|
|
117
|
+
'documentNumber': json['documentNumber'] == null ? undefined : json['documentNumber'],
|
|
118
|
+
'nationalIdNumber': json['nationalIdNumber'] == null ? undefined : json['nationalIdNumber'],
|
|
119
|
+
};
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
export function CoteDIvoireNidLookup2ProviderOutputToJSON(json: any): CoteDIvoireNidLookup2ProviderOutput {
|
|
123
|
+
return CoteDIvoireNidLookup2ProviderOutputToJSONTyped(json, false);
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
export function CoteDIvoireNidLookup2ProviderOutputToJSONTyped(value?: CoteDIvoireNidLookup2ProviderOutput | null, ignoreDiscriminator: boolean = false): any {
|
|
127
|
+
if (value == null) {
|
|
128
|
+
return value;
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
return {
|
|
132
|
+
|
|
133
|
+
'fullName': value['fullName'],
|
|
134
|
+
'givenName': value['givenName'],
|
|
135
|
+
'familyName': value['familyName'],
|
|
136
|
+
'dateOfBirth': value['dateOfBirth'].toISOString().substring(0,10),
|
|
137
|
+
'sex': value['sex'],
|
|
138
|
+
'nationality': value['nationality'],
|
|
139
|
+
'address': value['address'],
|
|
140
|
+
'documentNumber': value['documentNumber'],
|
|
141
|
+
'nationalIdNumber': value['nationalIdNumber'],
|
|
142
|
+
};
|
|
143
|
+
}
|
|
144
|
+
|
|
@@ -90,6 +90,15 @@ export interface CreateDirectProviderSessionRequest {
|
|
|
90
90
|
* @memberof CreateDirectProviderSessionRequest
|
|
91
91
|
*/
|
|
92
92
|
fallbackToHostedUI?: boolean | null;
|
|
93
|
+
/**
|
|
94
|
+
* Preferences for languages to show first if the session falls back to the Trinsic-hosted UI.
|
|
95
|
+
* If left empty, the Hosted UI defaults to the user's navigator languages. If no preferred
|
|
96
|
+
* language is available, the Hosted UI falls back to English.
|
|
97
|
+
* This only will be used if the session falls back to the Trinsic-hosted UI.
|
|
98
|
+
* @type {Array<string>}
|
|
99
|
+
* @memberof CreateDirectProviderSessionRequest
|
|
100
|
+
*/
|
|
101
|
+
browserLanguages?: Array<string> | null;
|
|
93
102
|
/**
|
|
94
103
|
* Provider-specific input for those providers which require it.
|
|
95
104
|
* @type {ProviderInput}
|
|
@@ -123,6 +132,7 @@ export function CreateDirectProviderSessionRequestFromJSONTyped(json: any, ignor
|
|
|
123
132
|
'redirectUrl': json['redirectUrl'] == null ? undefined : json['redirectUrl'],
|
|
124
133
|
'capabilities': ((json['capabilities'] as Array<any>).map(IntegrationCapabilityFromJSON)),
|
|
125
134
|
'fallbackToHostedUI': json['fallbackToHostedUI'] == null ? undefined : json['fallbackToHostedUI'],
|
|
135
|
+
'browserLanguages': json['browserLanguages'] == null ? undefined : json['browserLanguages'],
|
|
126
136
|
'providerInput': json['providerInput'] == null ? undefined : ProviderInputFromJSON(json['providerInput']),
|
|
127
137
|
};
|
|
128
138
|
}
|
|
@@ -143,6 +153,7 @@ export function CreateDirectProviderSessionRequestToJSONTyped(value?: CreateDire
|
|
|
143
153
|
'redirectUrl': value['redirectUrl'],
|
|
144
154
|
'capabilities': ((value['capabilities'] as Array<any>).map(IntegrationCapabilityToJSON)),
|
|
145
155
|
'fallbackToHostedUI': value['fallbackToHostedUI'],
|
|
156
|
+
'browserLanguages': value['browserLanguages'],
|
|
146
157
|
'providerInput': ProviderInputToJSON(value['providerInput']),
|
|
147
158
|
};
|
|
148
159
|
}
|
|
@@ -45,6 +45,14 @@ export interface CreateHostedProviderSessionRequest {
|
|
|
45
45
|
* @memberof CreateHostedProviderSessionRequest
|
|
46
46
|
*/
|
|
47
47
|
redirectUrl: string;
|
|
48
|
+
/**
|
|
49
|
+
* Preferences for languages to show first in the Hosted UI. If left empty, the Hosted UI
|
|
50
|
+
* defaults to the user's navigator languages. If no preferred language is available,
|
|
51
|
+
* the Hosted UI falls back to English.
|
|
52
|
+
* @type {Array<string>}
|
|
53
|
+
* @memberof CreateHostedProviderSessionRequest
|
|
54
|
+
*/
|
|
55
|
+
browserLanguages?: Array<string> | null;
|
|
48
56
|
/**
|
|
49
57
|
* Provider-specific input for those providers which require it.
|
|
50
58
|
*
|
|
@@ -82,6 +90,7 @@ export function CreateHostedProviderSessionRequestFromJSONTyped(json: any, ignor
|
|
|
82
90
|
'provider': json['provider'],
|
|
83
91
|
'verificationProfileId': json['verificationProfileId'],
|
|
84
92
|
'redirectUrl': json['redirectUrl'],
|
|
93
|
+
'browserLanguages': json['browserLanguages'] == null ? undefined : json['browserLanguages'],
|
|
85
94
|
'providerInput': json['providerInput'] == null ? undefined : ProviderInputFromJSON(json['providerInput']),
|
|
86
95
|
};
|
|
87
96
|
}
|
|
@@ -100,6 +109,7 @@ export function CreateHostedProviderSessionRequestToJSONTyped(value?: CreateHost
|
|
|
100
109
|
'provider': value['provider'],
|
|
101
110
|
'verificationProfileId': value['verificationProfileId'],
|
|
102
111
|
'redirectUrl': value['redirectUrl'],
|
|
112
|
+
'browserLanguages': value['browserLanguages'],
|
|
103
113
|
'providerInput': ProviderInputToJSON(value['providerInput']),
|
|
104
114
|
};
|
|
105
115
|
}
|
|
@@ -30,7 +30,7 @@ export interface CzechMojeIdProviderOutput {
|
|
|
30
30
|
/**
|
|
31
31
|
* The subject identifier (sub) of the verified individual's MojeID account.
|
|
32
32
|
*
|
|
33
|
-
* This is a unique identifier that represents the
|
|
33
|
+
* This is a unique identifier that represents the individual within the MojeID system.
|
|
34
34
|
* @type {string}
|
|
35
35
|
* @memberof CzechMojeIdProviderOutput
|
|
36
36
|
*/
|
|
@@ -132,6 +132,19 @@ export interface CzechMojeIdProviderOutput {
|
|
|
132
132
|
* @memberof CzechMojeIdProviderOutput
|
|
133
133
|
*/
|
|
134
134
|
accountValidated?: boolean | null;
|
|
135
|
+
/**
|
|
136
|
+
* The individual's ISDS identifier (Informační systém datových schránek — Czech data box system),
|
|
137
|
+
* used for official electronic communication with Czech government authorities.
|
|
138
|
+
* @type {string}
|
|
139
|
+
* @memberof CzechMojeIdProviderOutput
|
|
140
|
+
*/
|
|
141
|
+
isdsId?: string | null;
|
|
142
|
+
/**
|
|
143
|
+
* Whether the individual is a student.
|
|
144
|
+
* @type {boolean}
|
|
145
|
+
* @memberof CzechMojeIdProviderOutput
|
|
146
|
+
*/
|
|
147
|
+
isStudent?: boolean | null;
|
|
135
148
|
/**
|
|
136
149
|
* The individual's or organization's Czech Registration ID (ICO), the Czech company registration number.
|
|
137
150
|
* @type {string}
|
|
@@ -212,6 +225,8 @@ export function CzechMojeIdProviderOutputFromJSONTyped(json: any, ignoreDiscrimi
|
|
|
212
225
|
'socialSecurityNumber': json['socialSecurityNumber'] == null ? undefined : json['socialSecurityNumber'],
|
|
213
226
|
'isAdult': json['isAdult'] == null ? undefined : json['isAdult'],
|
|
214
227
|
'accountValidated': json['accountValidated'] == null ? undefined : json['accountValidated'],
|
|
228
|
+
'isdsId': json['isdsId'] == null ? undefined : json['isdsId'],
|
|
229
|
+
'isStudent': json['isStudent'] == null ? undefined : json['isStudent'],
|
|
215
230
|
'companyRegistrationNumber': json['companyRegistrationNumber'] == null ? undefined : json['companyRegistrationNumber'],
|
|
216
231
|
'taxIdentificationNumber': json['taxIdentificationNumber'] == null ? undefined : json['taxIdentificationNumber'],
|
|
217
232
|
'niaVerified': json['niaVerified'] == null ? undefined : json['niaVerified'],
|
|
@@ -242,13 +257,15 @@ export function CzechMojeIdProviderOutputToJSONTyped(value?: CzechMojeIdProvider
|
|
|
242
257
|
'emailVerified': value['emailVerified'],
|
|
243
258
|
'phoneNumber': value['phoneNumber'],
|
|
244
259
|
'phoneNumberVerified': value['phoneNumberVerified'],
|
|
245
|
-
'dateOfBirth': value['dateOfBirth'] == null ?
|
|
260
|
+
'dateOfBirth': value['dateOfBirth'] == null ? value['dateOfBirth'] : value['dateOfBirth'].toISOString().substring(0,10),
|
|
246
261
|
'gender': value['gender'],
|
|
247
262
|
'idCardNumber': value['idCardNumber'],
|
|
248
263
|
'passportNumber': value['passportNumber'],
|
|
249
264
|
'socialSecurityNumber': value['socialSecurityNumber'],
|
|
250
265
|
'isAdult': value['isAdult'],
|
|
251
266
|
'accountValidated': value['accountValidated'],
|
|
267
|
+
'isdsId': value['isdsId'],
|
|
268
|
+
'isStudent': value['isStudent'],
|
|
252
269
|
'companyRegistrationNumber': value['companyRegistrationNumber'],
|
|
253
270
|
'taxIdentificationNumber': value['taxIdentificationNumber'],
|
|
254
271
|
'niaVerified': value['niaVerified'],
|
|
@@ -40,7 +40,7 @@ export interface CzechiaMojeIdProviderOutput {
|
|
|
40
40
|
/**
|
|
41
41
|
* The OpenID 2.0 Identifier ("openid2_id") of the verified individual's MojeID account.
|
|
42
42
|
*
|
|
43
|
-
* This is an HTTPS URL which uniquely identifies the
|
|
43
|
+
* This is an HTTPS URL which uniquely identifies the individual within the MojeID system.
|
|
44
44
|
* @type {string}
|
|
45
45
|
* @memberof CzechiaMojeIdProviderOutput
|
|
46
46
|
*/
|
|
@@ -88,7 +88,7 @@ export function CzechiaMojeIdProviderOutputToJSONTyped(value?: CzechiaMojeIdProv
|
|
|
88
88
|
|
|
89
89
|
'firstName': value['firstName'],
|
|
90
90
|
'lastName': value['lastName'],
|
|
91
|
-
'dateOfBirth':
|
|
91
|
+
'dateOfBirth': value['dateOfBirth'].toISOString().substring(0,10),
|
|
92
92
|
'openId2Identifier': value['openId2Identifier'],
|
|
93
93
|
};
|
|
94
94
|
}
|