@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,50 @@
|
|
|
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.instanceOfColombiaCcLookupInput = instanceOfColombiaCcLookupInput;
|
|
17
|
+
exports.ColombiaCcLookupInputFromJSON = ColombiaCcLookupInputFromJSON;
|
|
18
|
+
exports.ColombiaCcLookupInputFromJSONTyped = ColombiaCcLookupInputFromJSONTyped;
|
|
19
|
+
exports.ColombiaCcLookupInputToJSON = ColombiaCcLookupInputToJSON;
|
|
20
|
+
exports.ColombiaCcLookupInputToJSONTyped = ColombiaCcLookupInputToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the ColombiaCcLookupInput interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfColombiaCcLookupInput(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function ColombiaCcLookupInputFromJSON(json) {
|
|
28
|
+
return ColombiaCcLookupInputFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function ColombiaCcLookupInputFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if (json == null) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'documentNumber': json['documentNumber'] == null ? undefined : json['documentNumber'],
|
|
36
|
+
'issueDate': json['issueDate'] == null ? undefined : (new Date(json['issueDate'])),
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
function ColombiaCcLookupInputToJSON(json) {
|
|
40
|
+
return ColombiaCcLookupInputToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function ColombiaCcLookupInputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
+
if (value == null) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'documentNumber': value['documentNumber'],
|
|
48
|
+
'issueDate': value['issueDate'] == null ? value['issueDate'] : value['issueDate'].toISOString().substring(0, 10),
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -0,0 +1,109 @@
|
|
|
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 { ColombiaExpeditionPlace } from './ColombiaExpeditionPlace';
|
|
13
|
+
/**
|
|
14
|
+
* Exposed properties for the `colombia-cc-lookup` Provider which do not directly map to the normalized IdentityData model.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ColombiaCcProviderOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface ColombiaCcProviderOutput {
|
|
19
|
+
/**
|
|
20
|
+
* Full name as it appears on the CC.
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof ColombiaCcProviderOutput
|
|
23
|
+
*/
|
|
24
|
+
fullName: string;
|
|
25
|
+
/**
|
|
26
|
+
* Given name(s) of the holder as they appear on the CC.
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof ColombiaCcProviderOutput
|
|
29
|
+
*/
|
|
30
|
+
givenName: string;
|
|
31
|
+
/**
|
|
32
|
+
* Family name(s) of the holder as they appear on the CC. Space-separated when
|
|
33
|
+
* both paternal and maternal family names are present.
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof ColombiaCcProviderOutput
|
|
36
|
+
*/
|
|
37
|
+
familyName: string;
|
|
38
|
+
/**
|
|
39
|
+
* Date of birth as recorded in the civil registry (Registraduría Nacional).
|
|
40
|
+
* @type {Date}
|
|
41
|
+
* @memberof ColombiaCcProviderOutput
|
|
42
|
+
*/
|
|
43
|
+
dateOfBirth: Date;
|
|
44
|
+
/**
|
|
45
|
+
* Sex of the holder as recorded in the civil registry (Registraduría Nacional).
|
|
46
|
+
*
|
|
47
|
+
* Possible values:
|
|
48
|
+
* - Male
|
|
49
|
+
* - Female
|
|
50
|
+
* - Unknown (when the sex is not recorded or cannot be confidently determined)
|
|
51
|
+
* @type {string}
|
|
52
|
+
* @memberof ColombiaCcProviderOutput
|
|
53
|
+
*/
|
|
54
|
+
sex: string;
|
|
55
|
+
/**
|
|
56
|
+
* Whether the person is reported as alive in Colombia's official civil registry (Registraduría Nacional).
|
|
57
|
+
*
|
|
58
|
+
* Used to detect identity fraud when the holder is deceased.
|
|
59
|
+
* @type {boolean}
|
|
60
|
+
* @memberof ColombiaCcProviderOutput
|
|
61
|
+
*/
|
|
62
|
+
isAlive: boolean;
|
|
63
|
+
/**
|
|
64
|
+
* The Cédula de Ciudadanía (CC) document number.
|
|
65
|
+
*
|
|
66
|
+
* This is the unique identifier assigned by the Registraduría Nacional when the person is first
|
|
67
|
+
* issued a CC. It does not change when the person renews or receives a new physical card; it
|
|
68
|
+
* remains the same for the individual for life.
|
|
69
|
+
*
|
|
70
|
+
* Cédulas issued after 2004 use the NUIP (Número Único de Identificación Personal), which is
|
|
71
|
+
* 10 digits. Older documents may have fewer than 10 digits and are still valid.
|
|
72
|
+
* @type {string}
|
|
73
|
+
* @memberof ColombiaCcProviderOutput
|
|
74
|
+
*/
|
|
75
|
+
documentNumber: string;
|
|
76
|
+
/**
|
|
77
|
+
* Date the CC was issued (fecha de expedición).
|
|
78
|
+
*
|
|
79
|
+
* Format:
|
|
80
|
+
* - yyyy-MM-dd
|
|
81
|
+
* @type {Date}
|
|
82
|
+
* @memberof ColombiaCcProviderOutput
|
|
83
|
+
*/
|
|
84
|
+
expeditionDate: Date;
|
|
85
|
+
/**
|
|
86
|
+
* Place where the CC was issued (lugar de expedición): municipality and department as recorded
|
|
87
|
+
* by the Registraduría Nacional.
|
|
88
|
+
* @type {ColombiaExpeditionPlace}
|
|
89
|
+
* @memberof ColombiaCcProviderOutput
|
|
90
|
+
*/
|
|
91
|
+
expeditionPlace: ColombiaExpeditionPlace;
|
|
92
|
+
/**
|
|
93
|
+
* All names as they appear on the CC, as an array of strings.
|
|
94
|
+
*
|
|
95
|
+
* Format:
|
|
96
|
+
* - Order follows the civil registry: typically family name(s) first, then given name(s).
|
|
97
|
+
* @type {Array<string>}
|
|
98
|
+
* @memberof ColombiaCcProviderOutput
|
|
99
|
+
*/
|
|
100
|
+
arrayName: Array<string>;
|
|
101
|
+
}
|
|
102
|
+
/**
|
|
103
|
+
* Check if a given object implements the ColombiaCcProviderOutput interface.
|
|
104
|
+
*/
|
|
105
|
+
export declare function instanceOfColombiaCcProviderOutput(value: object): value is ColombiaCcProviderOutput;
|
|
106
|
+
export declare function ColombiaCcProviderOutputFromJSON(json: any): ColombiaCcProviderOutput;
|
|
107
|
+
export declare function ColombiaCcProviderOutputFromJSONTyped(json: any, ignoreDiscriminator: boolean): ColombiaCcProviderOutput;
|
|
108
|
+
export declare function ColombiaCcProviderOutputToJSON(json: any): ColombiaCcProviderOutput;
|
|
109
|
+
export declare function ColombiaCcProviderOutputToJSONTyped(value?: ColombiaCcProviderOutput | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,87 @@
|
|
|
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.instanceOfColombiaCcProviderOutput = instanceOfColombiaCcProviderOutput;
|
|
17
|
+
exports.ColombiaCcProviderOutputFromJSON = ColombiaCcProviderOutputFromJSON;
|
|
18
|
+
exports.ColombiaCcProviderOutputFromJSONTyped = ColombiaCcProviderOutputFromJSONTyped;
|
|
19
|
+
exports.ColombiaCcProviderOutputToJSON = ColombiaCcProviderOutputToJSON;
|
|
20
|
+
exports.ColombiaCcProviderOutputToJSONTyped = ColombiaCcProviderOutputToJSONTyped;
|
|
21
|
+
const ColombiaExpeditionPlace_1 = require("./ColombiaExpeditionPlace");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the ColombiaCcProviderOutput interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfColombiaCcProviderOutput(value) {
|
|
26
|
+
if (!('fullName' in value) || value['fullName'] === undefined)
|
|
27
|
+
return false;
|
|
28
|
+
if (!('givenName' in value) || value['givenName'] === undefined)
|
|
29
|
+
return false;
|
|
30
|
+
if (!('familyName' in value) || value['familyName'] === undefined)
|
|
31
|
+
return false;
|
|
32
|
+
if (!('dateOfBirth' in value) || value['dateOfBirth'] === undefined)
|
|
33
|
+
return false;
|
|
34
|
+
if (!('sex' in value) || value['sex'] === undefined)
|
|
35
|
+
return false;
|
|
36
|
+
if (!('isAlive' in value) || value['isAlive'] === undefined)
|
|
37
|
+
return false;
|
|
38
|
+
if (!('documentNumber' in value) || value['documentNumber'] === undefined)
|
|
39
|
+
return false;
|
|
40
|
+
if (!('expeditionDate' in value) || value['expeditionDate'] === undefined)
|
|
41
|
+
return false;
|
|
42
|
+
if (!('expeditionPlace' in value) || value['expeditionPlace'] === undefined)
|
|
43
|
+
return false;
|
|
44
|
+
if (!('arrayName' in value) || value['arrayName'] === undefined)
|
|
45
|
+
return false;
|
|
46
|
+
return true;
|
|
47
|
+
}
|
|
48
|
+
function ColombiaCcProviderOutputFromJSON(json) {
|
|
49
|
+
return ColombiaCcProviderOutputFromJSONTyped(json, false);
|
|
50
|
+
}
|
|
51
|
+
function ColombiaCcProviderOutputFromJSONTyped(json, ignoreDiscriminator) {
|
|
52
|
+
if (json == null) {
|
|
53
|
+
return json;
|
|
54
|
+
}
|
|
55
|
+
return {
|
|
56
|
+
'fullName': json['fullName'],
|
|
57
|
+
'givenName': json['givenName'],
|
|
58
|
+
'familyName': json['familyName'],
|
|
59
|
+
'dateOfBirth': (new Date(json['dateOfBirth'])),
|
|
60
|
+
'sex': json['sex'],
|
|
61
|
+
'isAlive': json['isAlive'],
|
|
62
|
+
'documentNumber': json['documentNumber'],
|
|
63
|
+
'expeditionDate': (new Date(json['expeditionDate'])),
|
|
64
|
+
'expeditionPlace': (0, ColombiaExpeditionPlace_1.ColombiaExpeditionPlaceFromJSON)(json['expeditionPlace']),
|
|
65
|
+
'arrayName': json['arrayName'],
|
|
66
|
+
};
|
|
67
|
+
}
|
|
68
|
+
function ColombiaCcProviderOutputToJSON(json) {
|
|
69
|
+
return ColombiaCcProviderOutputToJSONTyped(json, false);
|
|
70
|
+
}
|
|
71
|
+
function ColombiaCcProviderOutputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
72
|
+
if (value == null) {
|
|
73
|
+
return value;
|
|
74
|
+
}
|
|
75
|
+
return {
|
|
76
|
+
'fullName': value['fullName'],
|
|
77
|
+
'givenName': value['givenName'],
|
|
78
|
+
'familyName': value['familyName'],
|
|
79
|
+
'dateOfBirth': value['dateOfBirth'].toISOString().substring(0, 10),
|
|
80
|
+
'sex': value['sex'],
|
|
81
|
+
'isAlive': value['isAlive'],
|
|
82
|
+
'documentNumber': value['documentNumber'],
|
|
83
|
+
'expeditionDate': value['expeditionDate'].toISOString().substring(0, 10),
|
|
84
|
+
'expeditionPlace': (0, ColombiaExpeditionPlace_1.ColombiaExpeditionPlaceToJSON)(value['expeditionPlace']),
|
|
85
|
+
'arrayName': value['arrayName'],
|
|
86
|
+
};
|
|
87
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
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
|
+
* Place of expedition (issue) for the Colombia Cédula de Ciudadanía (CC) as recorded by the Registraduría
|
|
14
|
+
* Nacional del Estado Civil (National Civil Registry).
|
|
15
|
+
*
|
|
16
|
+
* Colombia uses a two-level administrative hierarchy for place of issue: municipality (municipio) within
|
|
17
|
+
* department (departamento).
|
|
18
|
+
* @export
|
|
19
|
+
* @interface ColombiaExpeditionPlace
|
|
20
|
+
*/
|
|
21
|
+
export interface ColombiaExpeditionPlace {
|
|
22
|
+
/**
|
|
23
|
+
* Municipality (municipio) where the CC was issued.
|
|
24
|
+
*
|
|
25
|
+
* This is the second-level administrative division in Colombia.
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof ColombiaExpeditionPlace
|
|
28
|
+
*/
|
|
29
|
+
municipality?: string | null;
|
|
30
|
+
/**
|
|
31
|
+
* Department (departamento) where the CC was issued.
|
|
32
|
+
*
|
|
33
|
+
* This is the first-level administrative division in Colombia.
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof ColombiaExpeditionPlace
|
|
36
|
+
*/
|
|
37
|
+
department?: string | null;
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* Check if a given object implements the ColombiaExpeditionPlace interface.
|
|
41
|
+
*/
|
|
42
|
+
export declare function instanceOfColombiaExpeditionPlace(value: object): value is ColombiaExpeditionPlace;
|
|
43
|
+
export declare function ColombiaExpeditionPlaceFromJSON(json: any): ColombiaExpeditionPlace;
|
|
44
|
+
export declare function ColombiaExpeditionPlaceFromJSONTyped(json: any, ignoreDiscriminator: boolean): ColombiaExpeditionPlace;
|
|
45
|
+
export declare function ColombiaExpeditionPlaceToJSON(json: any): ColombiaExpeditionPlace;
|
|
46
|
+
export declare function ColombiaExpeditionPlaceToJSONTyped(value?: ColombiaExpeditionPlace | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,50 @@
|
|
|
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.instanceOfColombiaExpeditionPlace = instanceOfColombiaExpeditionPlace;
|
|
17
|
+
exports.ColombiaExpeditionPlaceFromJSON = ColombiaExpeditionPlaceFromJSON;
|
|
18
|
+
exports.ColombiaExpeditionPlaceFromJSONTyped = ColombiaExpeditionPlaceFromJSONTyped;
|
|
19
|
+
exports.ColombiaExpeditionPlaceToJSON = ColombiaExpeditionPlaceToJSON;
|
|
20
|
+
exports.ColombiaExpeditionPlaceToJSONTyped = ColombiaExpeditionPlaceToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the ColombiaExpeditionPlace interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfColombiaExpeditionPlace(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function ColombiaExpeditionPlaceFromJSON(json) {
|
|
28
|
+
return ColombiaExpeditionPlaceFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function ColombiaExpeditionPlaceFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if (json == null) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'municipality': json['municipality'] == null ? undefined : json['municipality'],
|
|
36
|
+
'department': json['department'] == null ? undefined : json['department'],
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
function ColombiaExpeditionPlaceToJSON(json) {
|
|
40
|
+
return ColombiaExpeditionPlaceToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function ColombiaExpeditionPlaceToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
+
if (value == null) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'municipality': value['municipality'],
|
|
48
|
+
'department': value['department'],
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -9,7 +9,6 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import type { ConnectIdBeneficiaryAccount } from './ConnectIdBeneficiaryAccount';
|
|
13
12
|
import type { ConnectIdAgeVerification } from './ConnectIdAgeVerification';
|
|
14
13
|
import type { ConnectIdAddress } from './ConnectIdAddress';
|
|
15
14
|
/**
|
|
@@ -74,12 +73,6 @@ export interface ConnectIdProviderOutput {
|
|
|
74
73
|
* @memberof ConnectIdProviderOutput
|
|
75
74
|
*/
|
|
76
75
|
transaction?: string | null;
|
|
77
|
-
/**
|
|
78
|
-
* The beneficiary account that has been designated by the individual.
|
|
79
|
-
* @type {ConnectIdBeneficiaryAccount}
|
|
80
|
-
* @memberof ConnectIdProviderOutput
|
|
81
|
-
*/
|
|
82
|
-
beneficiaryAccount?: ConnectIdBeneficiaryAccount | null;
|
|
83
76
|
/**
|
|
84
77
|
* The address.
|
|
85
78
|
* @type {ConnectIdAddress}
|
|
@@ -18,7 +18,6 @@ exports.ConnectIdProviderOutputFromJSON = ConnectIdProviderOutputFromJSON;
|
|
|
18
18
|
exports.ConnectIdProviderOutputFromJSONTyped = ConnectIdProviderOutputFromJSONTyped;
|
|
19
19
|
exports.ConnectIdProviderOutputToJSON = ConnectIdProviderOutputToJSON;
|
|
20
20
|
exports.ConnectIdProviderOutputToJSONTyped = ConnectIdProviderOutputToJSONTyped;
|
|
21
|
-
const ConnectIdBeneficiaryAccount_1 = require("./ConnectIdBeneficiaryAccount");
|
|
22
21
|
const ConnectIdAgeVerification_1 = require("./ConnectIdAgeVerification");
|
|
23
22
|
const ConnectIdAddress_1 = require("./ConnectIdAddress");
|
|
24
23
|
/**
|
|
@@ -44,7 +43,6 @@ function ConnectIdProviderOutputFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
44
43
|
'sub': json['sub'] == null ? undefined : json['sub'],
|
|
45
44
|
'ageVerification': json['ageVerification'] == null ? undefined : (0, ConnectIdAgeVerification_1.ConnectIdAgeVerificationFromJSON)(json['ageVerification']),
|
|
46
45
|
'transaction': json['transaction'] == null ? undefined : json['transaction'],
|
|
47
|
-
'beneficiaryAccount': json['beneficiaryAccount'] == null ? undefined : (0, ConnectIdBeneficiaryAccount_1.ConnectIdBeneficiaryAccountFromJSON)(json['beneficiaryAccount']),
|
|
48
46
|
'address': json['address'] == null ? undefined : (0, ConnectIdAddress_1.ConnectIdAddressFromJSON)(json['address']),
|
|
49
47
|
};
|
|
50
48
|
}
|
|
@@ -56,7 +54,7 @@ function ConnectIdProviderOutputToJSONTyped(value, ignoreDiscriminator = false)
|
|
|
56
54
|
return value;
|
|
57
55
|
}
|
|
58
56
|
return {
|
|
59
|
-
'birthdate': value['birthdate'] == null ?
|
|
57
|
+
'birthdate': value['birthdate'] == null ? value['birthdate'] : value['birthdate'].toISOString().substring(0, 10),
|
|
60
58
|
'givenName': value['givenName'],
|
|
61
59
|
'middleName': value['middleName'],
|
|
62
60
|
'familyName': value['familyName'],
|
|
@@ -65,7 +63,6 @@ function ConnectIdProviderOutputToJSONTyped(value, ignoreDiscriminator = false)
|
|
|
65
63
|
'sub': value['sub'],
|
|
66
64
|
'ageVerification': (0, ConnectIdAgeVerification_1.ConnectIdAgeVerificationToJSON)(value['ageVerification']),
|
|
67
65
|
'transaction': value['transaction'],
|
|
68
|
-
'beneficiaryAccount': (0, ConnectIdBeneficiaryAccount_1.ConnectIdBeneficiaryAccountToJSON)(value['beneficiaryAccount']),
|
|
69
66
|
'address': (0, ConnectIdAddress_1.ConnectIdAddressToJSON)(value['address']),
|
|
70
67
|
};
|
|
71
68
|
}
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Trinsic API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* Exposed properties for the `cote-divoire-nid-lookup-2` Provider which do not directly map to the normalized IdentityData model.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface CoteDIvoireNidLookup2ProviderOutput
|
|
16
|
+
*/
|
|
17
|
+
export interface CoteDIvoireNidLookup2ProviderOutput {
|
|
18
|
+
/**
|
|
19
|
+
* Full name as returned by ONECI (National Civil Registry and Identification Office).
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof CoteDIvoireNidLookup2ProviderOutput
|
|
22
|
+
*/
|
|
23
|
+
fullName: string;
|
|
24
|
+
/**
|
|
25
|
+
* Given name of the ID holder as returned by ONECI (National Civil Registry and Identification Office).
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof CoteDIvoireNidLookup2ProviderOutput
|
|
28
|
+
*/
|
|
29
|
+
givenName: string;
|
|
30
|
+
/**
|
|
31
|
+
* Family name of the ID holder as returned by ONECI (National Civil Registry and Identification Office).
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof CoteDIvoireNidLookup2ProviderOutput
|
|
34
|
+
*/
|
|
35
|
+
familyName: string;
|
|
36
|
+
/**
|
|
37
|
+
* Date of birth as returned by ONECI (National Civil Registry and Identification Office).
|
|
38
|
+
* @type {Date}
|
|
39
|
+
* @memberof CoteDIvoireNidLookup2ProviderOutput
|
|
40
|
+
*/
|
|
41
|
+
dateOfBirth: Date;
|
|
42
|
+
/**
|
|
43
|
+
* Sex of the ID holder as returned by ONECI (National Civil Registry and Identification Office).
|
|
44
|
+
* Possible values:
|
|
45
|
+
* - Male
|
|
46
|
+
* - Female
|
|
47
|
+
* @type {string}
|
|
48
|
+
* @memberof CoteDIvoireNidLookup2ProviderOutput
|
|
49
|
+
*/
|
|
50
|
+
sex: string;
|
|
51
|
+
/**
|
|
52
|
+
* Nationality as ISO 3166-1 alpha-2 country code (e.g. "CI" for Côte d'Ivoire).
|
|
53
|
+
* @type {string}
|
|
54
|
+
* @memberof CoteDIvoireNidLookup2ProviderOutput
|
|
55
|
+
*/
|
|
56
|
+
nationality: string;
|
|
57
|
+
/**
|
|
58
|
+
* Address as returned from ONECI (National Civil Registry and Identification Office).
|
|
59
|
+
* Format is LOCALITY,COMMUNE: the locality (village, neighborhood, or sous-quartier)
|
|
60
|
+
* followed by the commune. Not a full street address.
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof CoteDIvoireNidLookup2ProviderOutput
|
|
63
|
+
*/
|
|
64
|
+
address?: string | null;
|
|
65
|
+
/**
|
|
66
|
+
* The document's own identifier (printed on the card; often labeled "Immatriculation" on older cards or "Numéro CNI" in
|
|
67
|
+
* post-2020 cards). On older cards this is usually one letter followed by 10 digits. On new cards it appears as 1 or 2
|
|
68
|
+
* leading letters plus 9 digits.
|
|
69
|
+
* @type {string}
|
|
70
|
+
* @memberof CoteDIvoireNidLookup2ProviderOutput
|
|
71
|
+
*/
|
|
72
|
+
documentNumber?: string | null;
|
|
73
|
+
/**
|
|
74
|
+
* The NNI (Numéro National d'Identification): the person's 11-digit national ID, printed on the back of the new
|
|
75
|
+
* national id card and assigned by ONECI. It is always exactly 11 digits with no letters, and is semi-random,
|
|
76
|
+
* non-repetitive, and does not encode any extra data, such as date of birth, gender, or other readable attributes.
|
|
77
|
+
* @type {string}
|
|
78
|
+
* @memberof CoteDIvoireNidLookup2ProviderOutput
|
|
79
|
+
*/
|
|
80
|
+
nationalIdNumber?: string | null;
|
|
81
|
+
}
|
|
82
|
+
/**
|
|
83
|
+
* Check if a given object implements the CoteDIvoireNidLookup2ProviderOutput interface.
|
|
84
|
+
*/
|
|
85
|
+
export declare function instanceOfCoteDIvoireNidLookup2ProviderOutput(value: object): value is CoteDIvoireNidLookup2ProviderOutput;
|
|
86
|
+
export declare function CoteDIvoireNidLookup2ProviderOutputFromJSON(json: any): CoteDIvoireNidLookup2ProviderOutput;
|
|
87
|
+
export declare function CoteDIvoireNidLookup2ProviderOutputFromJSONTyped(json: any, ignoreDiscriminator: boolean): CoteDIvoireNidLookup2ProviderOutput;
|
|
88
|
+
export declare function CoteDIvoireNidLookup2ProviderOutputToJSON(json: any): CoteDIvoireNidLookup2ProviderOutput;
|
|
89
|
+
export declare function CoteDIvoireNidLookup2ProviderOutputToJSONTyped(value?: CoteDIvoireNidLookup2ProviderOutput | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,76 @@
|
|
|
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.instanceOfCoteDIvoireNidLookup2ProviderOutput = instanceOfCoteDIvoireNidLookup2ProviderOutput;
|
|
17
|
+
exports.CoteDIvoireNidLookup2ProviderOutputFromJSON = CoteDIvoireNidLookup2ProviderOutputFromJSON;
|
|
18
|
+
exports.CoteDIvoireNidLookup2ProviderOutputFromJSONTyped = CoteDIvoireNidLookup2ProviderOutputFromJSONTyped;
|
|
19
|
+
exports.CoteDIvoireNidLookup2ProviderOutputToJSON = CoteDIvoireNidLookup2ProviderOutputToJSON;
|
|
20
|
+
exports.CoteDIvoireNidLookup2ProviderOutputToJSONTyped = CoteDIvoireNidLookup2ProviderOutputToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the CoteDIvoireNidLookup2ProviderOutput interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfCoteDIvoireNidLookup2ProviderOutput(value) {
|
|
25
|
+
if (!('fullName' in value) || value['fullName'] === undefined)
|
|
26
|
+
return false;
|
|
27
|
+
if (!('givenName' in value) || value['givenName'] === undefined)
|
|
28
|
+
return false;
|
|
29
|
+
if (!('familyName' in value) || value['familyName'] === undefined)
|
|
30
|
+
return false;
|
|
31
|
+
if (!('dateOfBirth' in value) || value['dateOfBirth'] === undefined)
|
|
32
|
+
return false;
|
|
33
|
+
if (!('sex' in value) || value['sex'] === undefined)
|
|
34
|
+
return false;
|
|
35
|
+
if (!('nationality' in value) || value['nationality'] === undefined)
|
|
36
|
+
return false;
|
|
37
|
+
return true;
|
|
38
|
+
}
|
|
39
|
+
function CoteDIvoireNidLookup2ProviderOutputFromJSON(json) {
|
|
40
|
+
return CoteDIvoireNidLookup2ProviderOutputFromJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function CoteDIvoireNidLookup2ProviderOutputFromJSONTyped(json, ignoreDiscriminator) {
|
|
43
|
+
if (json == null) {
|
|
44
|
+
return json;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'fullName': json['fullName'],
|
|
48
|
+
'givenName': json['givenName'],
|
|
49
|
+
'familyName': json['familyName'],
|
|
50
|
+
'dateOfBirth': (new Date(json['dateOfBirth'])),
|
|
51
|
+
'sex': json['sex'],
|
|
52
|
+
'nationality': json['nationality'],
|
|
53
|
+
'address': json['address'] == null ? undefined : json['address'],
|
|
54
|
+
'documentNumber': json['documentNumber'] == null ? undefined : json['documentNumber'],
|
|
55
|
+
'nationalIdNumber': json['nationalIdNumber'] == null ? undefined : json['nationalIdNumber'],
|
|
56
|
+
};
|
|
57
|
+
}
|
|
58
|
+
function CoteDIvoireNidLookup2ProviderOutputToJSON(json) {
|
|
59
|
+
return CoteDIvoireNidLookup2ProviderOutputToJSONTyped(json, false);
|
|
60
|
+
}
|
|
61
|
+
function CoteDIvoireNidLookup2ProviderOutputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
62
|
+
if (value == null) {
|
|
63
|
+
return value;
|
|
64
|
+
}
|
|
65
|
+
return {
|
|
66
|
+
'fullName': value['fullName'],
|
|
67
|
+
'givenName': value['givenName'],
|
|
68
|
+
'familyName': value['familyName'],
|
|
69
|
+
'dateOfBirth': value['dateOfBirth'].toISOString().substring(0, 10),
|
|
70
|
+
'sex': value['sex'],
|
|
71
|
+
'nationality': value['nationality'],
|
|
72
|
+
'address': value['address'],
|
|
73
|
+
'documentNumber': value['documentNumber'],
|
|
74
|
+
'nationalIdNumber': value['nationalIdNumber'],
|
|
75
|
+
};
|
|
76
|
+
}
|
|
@@ -73,6 +73,15 @@ export interface CreateDirectProviderSessionRequest {
|
|
|
73
73
|
* @memberof CreateDirectProviderSessionRequest
|
|
74
74
|
*/
|
|
75
75
|
fallbackToHostedUI?: boolean | null;
|
|
76
|
+
/**
|
|
77
|
+
* Preferences for languages to show first if the session falls back to the Trinsic-hosted UI.
|
|
78
|
+
* If left empty, the Hosted UI defaults to the user's navigator languages. If no preferred
|
|
79
|
+
* language is available, the Hosted UI falls back to English.
|
|
80
|
+
* This only will be used if the session falls back to the Trinsic-hosted UI.
|
|
81
|
+
* @type {Array<string>}
|
|
82
|
+
* @memberof CreateDirectProviderSessionRequest
|
|
83
|
+
*/
|
|
84
|
+
browserLanguages?: Array<string> | null;
|
|
76
85
|
/**
|
|
77
86
|
* Provider-specific input for those providers which require it.
|
|
78
87
|
* @type {ProviderInput}
|
|
@@ -45,6 +45,7 @@ function CreateDirectProviderSessionRequestFromJSONTyped(json, ignoreDiscriminat
|
|
|
45
45
|
'redirectUrl': json['redirectUrl'] == null ? undefined : json['redirectUrl'],
|
|
46
46
|
'capabilities': (json['capabilities'].map(IntegrationCapability_1.IntegrationCapabilityFromJSON)),
|
|
47
47
|
'fallbackToHostedUI': json['fallbackToHostedUI'] == null ? undefined : json['fallbackToHostedUI'],
|
|
48
|
+
'browserLanguages': json['browserLanguages'] == null ? undefined : json['browserLanguages'],
|
|
48
49
|
'providerInput': json['providerInput'] == null ? undefined : (0, ProviderInput_1.ProviderInputFromJSON)(json['providerInput']),
|
|
49
50
|
};
|
|
50
51
|
}
|
|
@@ -61,6 +62,7 @@ function CreateDirectProviderSessionRequestToJSONTyped(value, ignoreDiscriminato
|
|
|
61
62
|
'redirectUrl': value['redirectUrl'],
|
|
62
63
|
'capabilities': (value['capabilities'].map(IntegrationCapability_1.IntegrationCapabilityToJSON)),
|
|
63
64
|
'fallbackToHostedUI': value['fallbackToHostedUI'],
|
|
65
|
+
'browserLanguages': value['browserLanguages'],
|
|
64
66
|
'providerInput': (0, ProviderInput_1.ProviderInputToJSON)(value['providerInput']),
|
|
65
67
|
};
|
|
66
68
|
}
|
|
@@ -34,6 +34,14 @@ export interface CreateHostedProviderSessionRequest {
|
|
|
34
34
|
* @memberof CreateHostedProviderSessionRequest
|
|
35
35
|
*/
|
|
36
36
|
redirectUrl: string;
|
|
37
|
+
/**
|
|
38
|
+
* Preferences for languages to show first in the Hosted UI. If left empty, the Hosted UI
|
|
39
|
+
* defaults to the user's navigator languages. If no preferred language is available,
|
|
40
|
+
* the Hosted UI falls back to English.
|
|
41
|
+
* @type {Array<string>}
|
|
42
|
+
* @memberof CreateHostedProviderSessionRequest
|
|
43
|
+
*/
|
|
44
|
+
browserLanguages?: Array<string> | null;
|
|
37
45
|
/**
|
|
38
46
|
* Provider-specific input for those providers which require it.
|
|
39
47
|
*
|
|
@@ -42,6 +42,7 @@ function CreateHostedProviderSessionRequestFromJSONTyped(json, ignoreDiscriminat
|
|
|
42
42
|
'provider': json['provider'],
|
|
43
43
|
'verificationProfileId': json['verificationProfileId'],
|
|
44
44
|
'redirectUrl': json['redirectUrl'],
|
|
45
|
+
'browserLanguages': json['browserLanguages'] == null ? undefined : json['browserLanguages'],
|
|
45
46
|
'providerInput': json['providerInput'] == null ? undefined : (0, ProviderInput_1.ProviderInputFromJSON)(json['providerInput']),
|
|
46
47
|
};
|
|
47
48
|
}
|
|
@@ -56,6 +57,7 @@ function CreateHostedProviderSessionRequestToJSONTyped(value, ignoreDiscriminato
|
|
|
56
57
|
'provider': value['provider'],
|
|
57
58
|
'verificationProfileId': value['verificationProfileId'],
|
|
58
59
|
'redirectUrl': value['redirectUrl'],
|
|
60
|
+
'browserLanguages': value['browserLanguages'],
|
|
59
61
|
'providerInput': (0, ProviderInput_1.ProviderInputToJSON)(value['providerInput']),
|
|
60
62
|
};
|
|
61
63
|
}
|
|
@@ -19,7 +19,7 @@ export interface CzechMojeIdProviderOutput {
|
|
|
19
19
|
/**
|
|
20
20
|
* The subject identifier (sub) of the verified individual's MojeID account.
|
|
21
21
|
*
|
|
22
|
-
* This is a unique identifier that represents the
|
|
22
|
+
* This is a unique identifier that represents the individual within the MojeID system.
|
|
23
23
|
* @type {string}
|
|
24
24
|
* @memberof CzechMojeIdProviderOutput
|
|
25
25
|
*/
|
|
@@ -121,6 +121,19 @@ export interface CzechMojeIdProviderOutput {
|
|
|
121
121
|
* @memberof CzechMojeIdProviderOutput
|
|
122
122
|
*/
|
|
123
123
|
accountValidated?: boolean | null;
|
|
124
|
+
/**
|
|
125
|
+
* The individual's ISDS identifier (Informační systém datových schránek — Czech data box system),
|
|
126
|
+
* used for official electronic communication with Czech government authorities.
|
|
127
|
+
* @type {string}
|
|
128
|
+
* @memberof CzechMojeIdProviderOutput
|
|
129
|
+
*/
|
|
130
|
+
isdsId?: string | null;
|
|
131
|
+
/**
|
|
132
|
+
* Whether the individual is a student.
|
|
133
|
+
* @type {boolean}
|
|
134
|
+
* @memberof CzechMojeIdProviderOutput
|
|
135
|
+
*/
|
|
136
|
+
isStudent?: boolean | null;
|
|
124
137
|
/**
|
|
125
138
|
* The individual's or organization's Czech Registration ID (ICO), the Czech company registration number.
|
|
126
139
|
* @type {string}
|