@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,104 @@
|
|
|
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 NetherlandsIdinAddress
|
|
20
|
+
*/
|
|
21
|
+
export interface NetherlandsIdinAddress {
|
|
22
|
+
/**
|
|
23
|
+
* Street name of the individual's address.
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof NetherlandsIdinAddress
|
|
26
|
+
*/
|
|
27
|
+
street: string;
|
|
28
|
+
/**
|
|
29
|
+
* House number of the individual's address.
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof NetherlandsIdinAddress
|
|
32
|
+
*/
|
|
33
|
+
houseNumber: string;
|
|
34
|
+
/**
|
|
35
|
+
* Postal code of the individual's address.
|
|
36
|
+
*
|
|
37
|
+
* A postal code in The Netherlands is a 4-digit number and two letters.
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof NetherlandsIdinAddress
|
|
40
|
+
*/
|
|
41
|
+
postalCode: string;
|
|
42
|
+
/**
|
|
43
|
+
* City of the individual's address.
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof NetherlandsIdinAddress
|
|
46
|
+
*/
|
|
47
|
+
city: string;
|
|
48
|
+
/**
|
|
49
|
+
* Country code of the individual's address in ISO 3166-1 alpha-2 format.
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof NetherlandsIdinAddress
|
|
52
|
+
*/
|
|
53
|
+
countryCode: string;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
/**
|
|
57
|
+
* Check if a given object implements the NetherlandsIdinAddress interface.
|
|
58
|
+
*/
|
|
59
|
+
export function instanceOfNetherlandsIdinAddress(value: object): value is NetherlandsIdinAddress {
|
|
60
|
+
if (!('street' in value) || value['street'] === undefined) return false;
|
|
61
|
+
if (!('houseNumber' in value) || value['houseNumber'] === undefined) return false;
|
|
62
|
+
if (!('postalCode' in value) || value['postalCode'] === undefined) return false;
|
|
63
|
+
if (!('city' in value) || value['city'] === undefined) return false;
|
|
64
|
+
if (!('countryCode' in value) || value['countryCode'] === undefined) return false;
|
|
65
|
+
return true;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
export function NetherlandsIdinAddressFromJSON(json: any): NetherlandsIdinAddress {
|
|
69
|
+
return NetherlandsIdinAddressFromJSONTyped(json, false);
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
export function NetherlandsIdinAddressFromJSONTyped(json: any, ignoreDiscriminator: boolean): NetherlandsIdinAddress {
|
|
73
|
+
if (json == null) {
|
|
74
|
+
return json;
|
|
75
|
+
}
|
|
76
|
+
return {
|
|
77
|
+
|
|
78
|
+
'street': json['street'],
|
|
79
|
+
'houseNumber': json['houseNumber'],
|
|
80
|
+
'postalCode': json['postalCode'],
|
|
81
|
+
'city': json['city'],
|
|
82
|
+
'countryCode': json['countryCode'],
|
|
83
|
+
};
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
export function NetherlandsIdinAddressToJSON(json: any): NetherlandsIdinAddress {
|
|
87
|
+
return NetherlandsIdinAddressToJSONTyped(json, false);
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
export function NetherlandsIdinAddressToJSONTyped(value?: NetherlandsIdinAddress | null, ignoreDiscriminator: boolean = false): any {
|
|
91
|
+
if (value == null) {
|
|
92
|
+
return value;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
return {
|
|
96
|
+
|
|
97
|
+
'street': value['street'],
|
|
98
|
+
'houseNumber': value['houseNumber'],
|
|
99
|
+
'postalCode': value['postalCode'],
|
|
100
|
+
'city': value['city'],
|
|
101
|
+
'countryCode': value['countryCode'],
|
|
102
|
+
};
|
|
103
|
+
}
|
|
104
|
+
|
|
@@ -0,0 +1,163 @@
|
|
|
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 { NetherlandsIdinAddress } from './NetherlandsIdinAddress';
|
|
17
|
+
import {
|
|
18
|
+
NetherlandsIdinAddressFromJSON,
|
|
19
|
+
NetherlandsIdinAddressFromJSONTyped,
|
|
20
|
+
NetherlandsIdinAddressToJSON,
|
|
21
|
+
NetherlandsIdinAddressToJSONTyped,
|
|
22
|
+
} from './NetherlandsIdinAddress';
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* Exposed properties for the `netherlands-idin` Provider which do not directly map to the normalized IdentityData model.
|
|
26
|
+
* @export
|
|
27
|
+
* @interface NetherlandsIdinProviderOutput
|
|
28
|
+
*/
|
|
29
|
+
export interface NetherlandsIdinProviderOutput {
|
|
30
|
+
/**
|
|
31
|
+
* Unique identifier of the authority that was used to verify the individual.
|
|
32
|
+
*
|
|
33
|
+
* For banks this follows the SWIFT/BIC (Bank Identification Code) format.
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof NetherlandsIdinProviderOutput
|
|
36
|
+
*/
|
|
37
|
+
authorityId: string;
|
|
38
|
+
/**
|
|
39
|
+
* Name of the authority that was used to verify the individual.
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof NetherlandsIdinProviderOutput
|
|
42
|
+
*/
|
|
43
|
+
authorityName: string;
|
|
44
|
+
/**
|
|
45
|
+
* Unique identifier of the customer's account with the issuing authority.
|
|
46
|
+
*
|
|
47
|
+
* This identifier is generated by each authority and is unique per customer registration, authority, and individual.
|
|
48
|
+
* The identifier should be treated as a unique opaque string.
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof NetherlandsIdinProviderOutput
|
|
51
|
+
*/
|
|
52
|
+
customerId: string;
|
|
53
|
+
/**
|
|
54
|
+
* Initials of the individual.
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof NetherlandsIdinProviderOutput
|
|
57
|
+
*/
|
|
58
|
+
initials: string;
|
|
59
|
+
/**
|
|
60
|
+
* Last/family name of the individual.
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof NetherlandsIdinProviderOutput
|
|
63
|
+
*/
|
|
64
|
+
familyName: string;
|
|
65
|
+
/**
|
|
66
|
+
* Address of the individual.
|
|
67
|
+
* @type {NetherlandsIdinAddress}
|
|
68
|
+
* @memberof NetherlandsIdinProviderOutput
|
|
69
|
+
*/
|
|
70
|
+
address: NetherlandsIdinAddress;
|
|
71
|
+
/**
|
|
72
|
+
* Date of birth of the individual.
|
|
73
|
+
* @type {Date}
|
|
74
|
+
* @memberof NetherlandsIdinProviderOutput
|
|
75
|
+
*/
|
|
76
|
+
birthDate: Date;
|
|
77
|
+
/**
|
|
78
|
+
* Gender of the individual.
|
|
79
|
+
*
|
|
80
|
+
* Possible values:
|
|
81
|
+
* - Male
|
|
82
|
+
* - Female
|
|
83
|
+
* - Unknown
|
|
84
|
+
* @type {string}
|
|
85
|
+
* @memberof NetherlandsIdinProviderOutput
|
|
86
|
+
*/
|
|
87
|
+
gender: string;
|
|
88
|
+
/**
|
|
89
|
+
* Phone number of the individual in E164 format.
|
|
90
|
+
* @type {string}
|
|
91
|
+
* @memberof NetherlandsIdinProviderOutput
|
|
92
|
+
*/
|
|
93
|
+
phoneNumber?: string | null;
|
|
94
|
+
/**
|
|
95
|
+
* Email address of the individual.
|
|
96
|
+
* @type {string}
|
|
97
|
+
* @memberof NetherlandsIdinProviderOutput
|
|
98
|
+
*/
|
|
99
|
+
email?: string | null;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
/**
|
|
103
|
+
* Check if a given object implements the NetherlandsIdinProviderOutput interface.
|
|
104
|
+
*/
|
|
105
|
+
export function instanceOfNetherlandsIdinProviderOutput(value: object): value is NetherlandsIdinProviderOutput {
|
|
106
|
+
if (!('authorityId' in value) || value['authorityId'] === undefined) return false;
|
|
107
|
+
if (!('authorityName' in value) || value['authorityName'] === undefined) return false;
|
|
108
|
+
if (!('customerId' in value) || value['customerId'] === undefined) return false;
|
|
109
|
+
if (!('initials' in value) || value['initials'] === undefined) return false;
|
|
110
|
+
if (!('familyName' in value) || value['familyName'] === undefined) return false;
|
|
111
|
+
if (!('address' in value) || value['address'] === undefined) return false;
|
|
112
|
+
if (!('birthDate' in value) || value['birthDate'] === undefined) return false;
|
|
113
|
+
if (!('gender' in value) || value['gender'] === undefined) return false;
|
|
114
|
+
return true;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
export function NetherlandsIdinProviderOutputFromJSON(json: any): NetherlandsIdinProviderOutput {
|
|
118
|
+
return NetherlandsIdinProviderOutputFromJSONTyped(json, false);
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
export function NetherlandsIdinProviderOutputFromJSONTyped(json: any, ignoreDiscriminator: boolean): NetherlandsIdinProviderOutput {
|
|
122
|
+
if (json == null) {
|
|
123
|
+
return json;
|
|
124
|
+
}
|
|
125
|
+
return {
|
|
126
|
+
|
|
127
|
+
'authorityId': json['authorityId'],
|
|
128
|
+
'authorityName': json['authorityName'],
|
|
129
|
+
'customerId': json['customerId'],
|
|
130
|
+
'initials': json['initials'],
|
|
131
|
+
'familyName': json['familyName'],
|
|
132
|
+
'address': NetherlandsIdinAddressFromJSON(json['address']),
|
|
133
|
+
'birthDate': (new Date(json['birthDate'])),
|
|
134
|
+
'gender': json['gender'],
|
|
135
|
+
'phoneNumber': json['phoneNumber'] == null ? undefined : json['phoneNumber'],
|
|
136
|
+
'email': json['email'] == null ? undefined : json['email'],
|
|
137
|
+
};
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
export function NetherlandsIdinProviderOutputToJSON(json: any): NetherlandsIdinProviderOutput {
|
|
141
|
+
return NetherlandsIdinProviderOutputToJSONTyped(json, false);
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
export function NetherlandsIdinProviderOutputToJSONTyped(value?: NetherlandsIdinProviderOutput | null, ignoreDiscriminator: boolean = false): any {
|
|
145
|
+
if (value == null) {
|
|
146
|
+
return value;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
return {
|
|
150
|
+
|
|
151
|
+
'authorityId': value['authorityId'],
|
|
152
|
+
'authorityName': value['authorityName'],
|
|
153
|
+
'customerId': value['customerId'],
|
|
154
|
+
'initials': value['initials'],
|
|
155
|
+
'familyName': value['familyName'],
|
|
156
|
+
'address': NetherlandsIdinAddressToJSON(value['address']),
|
|
157
|
+
'birthDate': value['birthDate'].toISOString().substring(0,10),
|
|
158
|
+
'gender': value['gender'],
|
|
159
|
+
'phoneNumber': value['phoneNumber'],
|
|
160
|
+
'email': value['email'],
|
|
161
|
+
};
|
|
162
|
+
}
|
|
163
|
+
|
|
@@ -109,7 +109,7 @@ export function NigeriaNinInputToJSONTyped(value?: NigeriaNinInput | null, ignor
|
|
|
109
109
|
'middleName': value['middleName'],
|
|
110
110
|
'lastName': value['lastName'],
|
|
111
111
|
'phoneNumber': value['phoneNumber'],
|
|
112
|
-
'dateOfBirth':
|
|
112
|
+
'dateOfBirth': value['dateOfBirth'].toISOString().substring(0,10),
|
|
113
113
|
'gender': value['gender'],
|
|
114
114
|
'nationalIdNumber': value['nationalIdNumber'],
|
|
115
115
|
};
|
|
@@ -157,7 +157,7 @@ export function NigeriaNinLookup2ProviderOutputToJSONTyped(value?: NigeriaNinLoo
|
|
|
157
157
|
'middleName': value['middleName'],
|
|
158
158
|
'surname': value['surname'],
|
|
159
159
|
'sex': value['sex'],
|
|
160
|
-
'dateOfBirth': value['dateOfBirth'] == null ?
|
|
160
|
+
'dateOfBirth': value['dateOfBirth'] == null ? value['dateOfBirth'] : value['dateOfBirth'].toISOString().substring(0,10),
|
|
161
161
|
'birthCountry': value['birthCountry'],
|
|
162
162
|
'nationalIdentityNumber': value['nationalIdentityNumber'],
|
|
163
163
|
'phoneNumber': value['phoneNumber'],
|
|
@@ -116,7 +116,7 @@ export function NigeriaNinMatch2InputToJSONTyped(value?: NigeriaNinMatch2Input |
|
|
|
116
116
|
'givenName': value['givenName'],
|
|
117
117
|
'familyName': value['familyName'],
|
|
118
118
|
'middleName': value['middleName'],
|
|
119
|
-
'dateOfBirth': value['dateOfBirth'] == null ?
|
|
119
|
+
'dateOfBirth': value['dateOfBirth'] == null ? value['dateOfBirth'] : value['dateOfBirth'].toISOString().substring(0,10),
|
|
120
120
|
'sex': NigeriaNinMatch2InputSexToJSON(value['sex']),
|
|
121
121
|
'phoneNumber': value['phoneNumber'],
|
|
122
122
|
};
|
|
@@ -34,7 +34,7 @@ export interface NorwegianBankIdProviderOutput {
|
|
|
34
34
|
/**
|
|
35
35
|
* The personal identifier for Norwegian BankID.
|
|
36
36
|
*
|
|
37
|
-
* This uniquely identifies the
|
|
37
|
+
* This uniquely identifies the individual in the Norwegian BankID system and is considered a stable identifier to use.
|
|
38
38
|
* @type {string}
|
|
39
39
|
* @memberof NorwegianBankIdProviderOutput
|
|
40
40
|
*/
|
|
@@ -73,9 +73,9 @@ export interface NorwegianBankIdProviderOutput {
|
|
|
73
73
|
* To learn more, see: https://ec.europa.eu/digital-building-blocks/sites/spaces/DIGITAL/pages/467110081/eIDAS+Levels+of+Assurance
|
|
74
74
|
*
|
|
75
75
|
* Possible values:
|
|
76
|
-
* - Low: The
|
|
77
|
-
* - Substantial: The
|
|
78
|
-
* - High: The
|
|
76
|
+
* - Low: The individual has self asserted their identity and multifactor authentication is not required.
|
|
77
|
+
* - Substantial: The individual has performed either a remote or in-person identity verification and multifactor authentication is required.
|
|
78
|
+
* - High: The individual has performed an in-person identity proofing with an authorized representative and has strong cryptographic authentication requirements such as using a smart card.
|
|
79
79
|
* @type {string}
|
|
80
80
|
* @memberof NorwegianBankIdProviderOutput
|
|
81
81
|
*/
|
|
@@ -132,7 +132,7 @@ export function NorwegianBankIdProviderOutputToJSONTyped(value?: NorwegianBankId
|
|
|
132
132
|
return {
|
|
133
133
|
|
|
134
134
|
'fullName': value['fullName'],
|
|
135
|
-
'dateOfBirth': value['dateOfBirth'] == null ?
|
|
135
|
+
'dateOfBirth': value['dateOfBirth'] == null ? value['dateOfBirth'] : value['dateOfBirth'].toISOString().substring(0,10),
|
|
136
136
|
'personalIdentifier': value['personalIdentifier'],
|
|
137
137
|
'nationalIdentityNumber': value['nationalIdentityNumber'],
|
|
138
138
|
'givenName': value['givenName'],
|
|
@@ -106,7 +106,7 @@ export function OneIdProviderOutputToJSONTyped(value?: OneIdProviderOutput | nul
|
|
|
106
106
|
'fullName': value['fullName'],
|
|
107
107
|
'givenName': value['givenName'],
|
|
108
108
|
'familyName': value['familyName'],
|
|
109
|
-
'birthdate': value['birthdate'] == null ?
|
|
109
|
+
'birthdate': value['birthdate'] == null ? value['birthdate'] : value['birthdate'].toISOString().substring(0,10),
|
|
110
110
|
'address': OneIdProviderAddressToJSON(value['address']),
|
|
111
111
|
};
|
|
112
112
|
}
|
|
@@ -88,7 +88,7 @@ export function OutputFrejaDocumentToJSONTyped(value?: OutputFrejaDocument | nul
|
|
|
88
88
|
|
|
89
89
|
'type': value['type'],
|
|
90
90
|
'serialNumber': value['serialNumber'],
|
|
91
|
-
'expirationDate': value['expirationDate'] == null ?
|
|
91
|
+
'expirationDate': value['expirationDate'] == null ? value['expirationDate'] : value['expirationDate'].toISOString().substring(0,10),
|
|
92
92
|
'country': value['country'],
|
|
93
93
|
};
|
|
94
94
|
}
|
|
@@ -0,0 +1,87 @@
|
|
|
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 PanamaCedulaLookupInput
|
|
20
|
+
*/
|
|
21
|
+
export interface PanamaCedulaLookupInput {
|
|
22
|
+
/**
|
|
23
|
+
* The number from the holder's cédula (Cédula de Identidad Personal).
|
|
24
|
+
*
|
|
25
|
+
* Send the full number as {firstSegment}-{libro}-{tomo} (libro 1–4 digits, tomo 1–6), using only ASCII letters,
|
|
26
|
+
* digits, and hyphens. Hyphens are not inserted for you between segments. Trinsic uppercases letters, collapses
|
|
27
|
+
* repeated hyphens, trims leading and trailing hyphens, and merges a redundant hyphen between province and AV or PI
|
|
28
|
+
* (for example 10-AV-1234-12345 becomes 10AV-1234-12345).
|
|
29
|
+
*
|
|
30
|
+
* Citizen category and format:
|
|
31
|
+
* - Born in Panama format: {province}-{libro}-{tomo} ({province} is official code 1 through 13). Examples
|
|
32
|
+
* 8-1234-12345, 4-56-789, 12-12-12345.
|
|
33
|
+
* - Panamanian born abroad format: PE-{libro}-{tomo}. Example PE-1234-12345.
|
|
34
|
+
* - Foreign national with cédula format: E-{libro}-{tomo}. Examples E-1234-12345, E-8-102017.
|
|
35
|
+
* - Naturalized citizen format: N-{libro}-{tomo}. Example N-1234-12345.
|
|
36
|
+
* - Pre-2006 civil registry (AV) format: {province}AV-{libro}-{tomo}. Example 10AV-1234-12345.
|
|
37
|
+
* - Indigenous (PI) format: {province}PI-{libro}-{tomo}. Example 1PI-1234-12345.
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof PanamaCedulaLookupInput
|
|
40
|
+
*/
|
|
41
|
+
documentNumber?: string | null;
|
|
42
|
+
/**
|
|
43
|
+
* The user's date of birth, in `YYYY-MM-DD` format.
|
|
44
|
+
* @type {Date}
|
|
45
|
+
* @memberof PanamaCedulaLookupInput
|
|
46
|
+
*/
|
|
47
|
+
dateOfBirth?: Date | null;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
/**
|
|
51
|
+
* Check if a given object implements the PanamaCedulaLookupInput interface.
|
|
52
|
+
*/
|
|
53
|
+
export function instanceOfPanamaCedulaLookupInput(value: object): value is PanamaCedulaLookupInput {
|
|
54
|
+
return true;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
export function PanamaCedulaLookupInputFromJSON(json: any): PanamaCedulaLookupInput {
|
|
58
|
+
return PanamaCedulaLookupInputFromJSONTyped(json, false);
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
export function PanamaCedulaLookupInputFromJSONTyped(json: any, ignoreDiscriminator: boolean): PanamaCedulaLookupInput {
|
|
62
|
+
if (json == null) {
|
|
63
|
+
return json;
|
|
64
|
+
}
|
|
65
|
+
return {
|
|
66
|
+
|
|
67
|
+
'documentNumber': json['documentNumber'] == null ? undefined : json['documentNumber'],
|
|
68
|
+
'dateOfBirth': json['dateOfBirth'] == null ? undefined : (new Date(json['dateOfBirth'])),
|
|
69
|
+
};
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
export function PanamaCedulaLookupInputToJSON(json: any): PanamaCedulaLookupInput {
|
|
73
|
+
return PanamaCedulaLookupInputToJSONTyped(json, false);
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
export function PanamaCedulaLookupInputToJSONTyped(value?: PanamaCedulaLookupInput | null, ignoreDiscriminator: boolean = false): any {
|
|
77
|
+
if (value == null) {
|
|
78
|
+
return value;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
return {
|
|
82
|
+
|
|
83
|
+
'documentNumber': value['documentNumber'],
|
|
84
|
+
'dateOfBirth': value['dateOfBirth'] == null ? value['dateOfBirth'] : value['dateOfBirth'].toISOString().substring(0,10),
|
|
85
|
+
};
|
|
86
|
+
}
|
|
87
|
+
|
|
@@ -0,0 +1,162 @@
|
|
|
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 `panama-cedula-lookup` Provider which do not directly map to the normalized IdentityData model.
|
|
18
|
+
* @export
|
|
19
|
+
* @interface PanamaCedulaProviderOutput
|
|
20
|
+
*/
|
|
21
|
+
export interface PanamaCedulaProviderOutput {
|
|
22
|
+
/**
|
|
23
|
+
* Full name from Tribunal Electoral records.
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof PanamaCedulaProviderOutput
|
|
26
|
+
*/
|
|
27
|
+
fullName: string;
|
|
28
|
+
/**
|
|
29
|
+
* Given name(s) from Tribunal Electoral records.
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof PanamaCedulaProviderOutput
|
|
32
|
+
*/
|
|
33
|
+
givenName: string;
|
|
34
|
+
/**
|
|
35
|
+
* Family name(s) from Tribunal Electoral records.
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof PanamaCedulaProviderOutput
|
|
38
|
+
*/
|
|
39
|
+
familyName: string;
|
|
40
|
+
/**
|
|
41
|
+
* Verified date of birth from Tribunal Electoral records.
|
|
42
|
+
* @type {Date}
|
|
43
|
+
* @memberof PanamaCedulaProviderOutput
|
|
44
|
+
*/
|
|
45
|
+
dateOfBirth?: Date | null;
|
|
46
|
+
/**
|
|
47
|
+
* The matched personal identity cédula (Cédula de Identidad Personal) number from Tribunal Electoral records.
|
|
48
|
+
*
|
|
49
|
+
* On output, Trinsic applies the same normalization as for lookup input. Structure is always {firstSegment}-{libro}-{tomo}:
|
|
50
|
+
* libro is one to four digits and tomo is one to six digits, separated by hyphens.
|
|
51
|
+
*
|
|
52
|
+
* Citizen category and format:
|
|
53
|
+
* - Born in Panama format: {province}-{libro}-{tomo} ({province} is official code 1 through 13). Examples
|
|
54
|
+
* 8-1234-12345, 4-56-789, 12-12-12345.
|
|
55
|
+
* - Panamanian born abroad format: PE-{libro}-{tomo}. Example PE-1234-12345.
|
|
56
|
+
* - Foreign national with cédula format: E-{libro}-{tomo}. Examples E-1234-12345, E-8-102017.
|
|
57
|
+
* - Naturalized citizen format: N-{libro}-{tomo}. Example N-1234-12345.
|
|
58
|
+
* - Pre-2006 civil registry (AV) format: {province}AV-{libro}-{tomo}. Example 10AV-1234-12345.
|
|
59
|
+
* - Indigenous (PI) format: {province}PI-{libro}-{tomo}. Example 1PI-1234-12345.
|
|
60
|
+
* @type {string}
|
|
61
|
+
* @memberof PanamaCedulaProviderOutput
|
|
62
|
+
*/
|
|
63
|
+
documentNumber: string;
|
|
64
|
+
/**
|
|
65
|
+
* Inferred from DocumentNumber. Values are nationality or residence category.
|
|
66
|
+
*
|
|
67
|
+
* Possible values:
|
|
68
|
+
* - BornInPanama
|
|
69
|
+
* - ForeignNational
|
|
70
|
+
* - BornAbroad
|
|
71
|
+
* - Naturalized
|
|
72
|
+
* - LegacyNumber
|
|
73
|
+
* - Indigenous
|
|
74
|
+
* - Unknown (we were unable to determine the category)
|
|
75
|
+
* @type {string}
|
|
76
|
+
* @memberof PanamaCedulaProviderOutput
|
|
77
|
+
*/
|
|
78
|
+
nationalityOrResidenceType: string;
|
|
79
|
+
/**
|
|
80
|
+
* ISO 3166-2 principal subdivision code. Only available for BornInPanama, LegacyNumber, and Indigenous.
|
|
81
|
+
*
|
|
82
|
+
* Possible values, matching cédula province digits 1–13:
|
|
83
|
+
* 1. PA-1 - Bocas del Toro
|
|
84
|
+
* 2. PA-2 - Coclé
|
|
85
|
+
* 3. PA-3 - Colón
|
|
86
|
+
* 4. PA-4 - Chiriquí
|
|
87
|
+
* 5. PA-5 - Darién
|
|
88
|
+
* 6. PA-6 - Herrera
|
|
89
|
+
* 7. PA-7 - Los Santos
|
|
90
|
+
* 8. PA-8 - Panamá
|
|
91
|
+
* 9. PA-9 - Veraguas
|
|
92
|
+
* 10. PA-KY - Guna Yala
|
|
93
|
+
* 11. PA-EM - Emberá
|
|
94
|
+
* 12. PA-NB - Ngäbe-Buglé
|
|
95
|
+
* 13. PA-10 - Panamá Oeste
|
|
96
|
+
* @type {string}
|
|
97
|
+
* @memberof PanamaCedulaProviderOutput
|
|
98
|
+
*/
|
|
99
|
+
subdivisionOfOrigin?: string | null;
|
|
100
|
+
/**
|
|
101
|
+
* Subdivision display name from the ISO 3166-2 registry, when available.
|
|
102
|
+
* @type {string}
|
|
103
|
+
* @memberof PanamaCedulaProviderOutput
|
|
104
|
+
*/
|
|
105
|
+
subdivisionOfOriginName?: string | null;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
/**
|
|
109
|
+
* Check if a given object implements the PanamaCedulaProviderOutput interface.
|
|
110
|
+
*/
|
|
111
|
+
export function instanceOfPanamaCedulaProviderOutput(value: object): value is PanamaCedulaProviderOutput {
|
|
112
|
+
if (!('fullName' in value) || value['fullName'] === undefined) return false;
|
|
113
|
+
if (!('givenName' in value) || value['givenName'] === undefined) return false;
|
|
114
|
+
if (!('familyName' in value) || value['familyName'] === undefined) return false;
|
|
115
|
+
if (!('documentNumber' in value) || value['documentNumber'] === undefined) return false;
|
|
116
|
+
if (!('nationalityOrResidenceType' in value) || value['nationalityOrResidenceType'] === undefined) return false;
|
|
117
|
+
return true;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
export function PanamaCedulaProviderOutputFromJSON(json: any): PanamaCedulaProviderOutput {
|
|
121
|
+
return PanamaCedulaProviderOutputFromJSONTyped(json, false);
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
export function PanamaCedulaProviderOutputFromJSONTyped(json: any, ignoreDiscriminator: boolean): PanamaCedulaProviderOutput {
|
|
125
|
+
if (json == null) {
|
|
126
|
+
return json;
|
|
127
|
+
}
|
|
128
|
+
return {
|
|
129
|
+
|
|
130
|
+
'fullName': json['fullName'],
|
|
131
|
+
'givenName': json['givenName'],
|
|
132
|
+
'familyName': json['familyName'],
|
|
133
|
+
'dateOfBirth': json['dateOfBirth'] == null ? undefined : (new Date(json['dateOfBirth'])),
|
|
134
|
+
'documentNumber': json['documentNumber'],
|
|
135
|
+
'nationalityOrResidenceType': json['nationalityOrResidenceType'],
|
|
136
|
+
'subdivisionOfOrigin': json['subdivisionOfOrigin'] == null ? undefined : json['subdivisionOfOrigin'],
|
|
137
|
+
'subdivisionOfOriginName': json['subdivisionOfOriginName'] == null ? undefined : json['subdivisionOfOriginName'],
|
|
138
|
+
};
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
export function PanamaCedulaProviderOutputToJSON(json: any): PanamaCedulaProviderOutput {
|
|
142
|
+
return PanamaCedulaProviderOutputToJSONTyped(json, false);
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
export function PanamaCedulaProviderOutputToJSONTyped(value?: PanamaCedulaProviderOutput | null, ignoreDiscriminator: boolean = false): any {
|
|
146
|
+
if (value == null) {
|
|
147
|
+
return value;
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
return {
|
|
151
|
+
|
|
152
|
+
'fullName': value['fullName'],
|
|
153
|
+
'givenName': value['givenName'],
|
|
154
|
+
'familyName': value['familyName'],
|
|
155
|
+
'dateOfBirth': value['dateOfBirth'] == null ? value['dateOfBirth'] : value['dateOfBirth'].toISOString().substring(0,10),
|
|
156
|
+
'documentNumber': value['documentNumber'],
|
|
157
|
+
'nationalityOrResidenceType': value['nationalityOrResidenceType'],
|
|
158
|
+
'subdivisionOfOrigin': value['subdivisionOfOrigin'],
|
|
159
|
+
'subdivisionOfOriginName': value['subdivisionOfOriginName'],
|
|
160
|
+
};
|
|
161
|
+
}
|
|
162
|
+
|
package/src/models/PersonData.ts
CHANGED
|
@@ -150,7 +150,7 @@ export function PersonDataToJSONTyped(value?: PersonData | null, ignoreDiscrimin
|
|
|
150
150
|
'sex': SexToJSON(value['sex']),
|
|
151
151
|
'phoneNumber': value['phoneNumber'],
|
|
152
152
|
'address': AddressToJSON(value['address']),
|
|
153
|
-
'dateOfBirth': value['dateOfBirth'] == null ?
|
|
153
|
+
'dateOfBirth': value['dateOfBirth'] == null ? value['dateOfBirth'] : value['dateOfBirth'].toISOString().substring(0,10),
|
|
154
154
|
};
|
|
155
155
|
}
|
|
156
156
|
|
|
@@ -68,7 +68,7 @@ export interface PeruDniProviderOutput {
|
|
|
68
68
|
*/
|
|
69
69
|
dateOfBirth?: Date | null;
|
|
70
70
|
/**
|
|
71
|
-
* The
|
|
71
|
+
* The individual's National Identity Document number (Documento Nacional de Identidad or DNI).
|
|
72
72
|
*
|
|
73
73
|
* Format:
|
|
74
74
|
* - 8 digits
|
|
@@ -273,11 +273,11 @@ export function PeruDniProviderOutputToJSONTyped(value?: PeruDniProviderOutput |
|
|
|
273
273
|
'address': PeruDniAddressToJSON(value['address']),
|
|
274
274
|
'arrayName': value['arrayName'],
|
|
275
275
|
'civilStatus': value['civilStatus'],
|
|
276
|
-
'dateOfBirth': value['dateOfBirth'] == null ?
|
|
276
|
+
'dateOfBirth': value['dateOfBirth'] == null ? value['dateOfBirth'] : value['dateOfBirth'].toISOString().substring(0,10),
|
|
277
277
|
'documentNumber': value['documentNumber'],
|
|
278
278
|
'documentType': value['documentType'],
|
|
279
|
-
'expeditionDate': value['expeditionDate'] == null ?
|
|
280
|
-
'expirationDate': value['expirationDate'] == null ?
|
|
279
|
+
'expeditionDate': value['expeditionDate'] == null ? value['expeditionDate'] : value['expeditionDate'].toISOString().substring(0,10),
|
|
280
|
+
'expirationDate': value['expirationDate'] == null ? value['expirationDate'] : value['expirationDate'].toISOString().substring(0,10),
|
|
281
281
|
'firstName': value['firstName'],
|
|
282
282
|
'fullName': value['fullName'],
|
|
283
283
|
'lastName': value['lastName'],
|
|
@@ -91,7 +91,7 @@ export function PhilippineMatchInputToJSONTyped(value?: PhilippineMatchInput | n
|
|
|
91
91
|
'middleName': value['middleName'],
|
|
92
92
|
'familyName': value['familyName'],
|
|
93
93
|
'suffix': value['suffix'],
|
|
94
|
-
'dateOfBirth': value['dateOfBirth'] == null ?
|
|
94
|
+
'dateOfBirth': value['dateOfBirth'] == null ? value['dateOfBirth'] : value['dateOfBirth'].toISOString().substring(0,10),
|
|
95
95
|
};
|
|
96
96
|
}
|
|
97
97
|
|
|
@@ -139,11 +139,11 @@ export function PhilippinesDigitalNidProviderOutputToJSONTyped(value?: Philippin
|
|
|
139
139
|
'givenName': value['givenName'],
|
|
140
140
|
'middleName': value['middleName'],
|
|
141
141
|
'familyName': value['familyName'],
|
|
142
|
-
'dateOfBirth': value['dateOfBirth'] == null ?
|
|
142
|
+
'dateOfBirth': value['dateOfBirth'] == null ? value['dateOfBirth'] : value['dateOfBirth'].toISOString().substring(0,10),
|
|
143
143
|
'suffix': value['suffix'],
|
|
144
144
|
'sex': value['sex'],
|
|
145
145
|
'placeOfBirth': value['placeOfBirth'],
|
|
146
|
-
'documentIssueDate': value['documentIssueDate'] == null ?
|
|
146
|
+
'documentIssueDate': value['documentIssueDate'] == null ? value['documentIssueDate'] : value['documentIssueDate'].toISOString().substring(0,10),
|
|
147
147
|
'documentNumber': value['documentNumber'],
|
|
148
148
|
'issuingAuthority': value['issuingAuthority'],
|
|
149
149
|
};
|