@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,52 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Trinsic API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface PanamaCedulaLookupInput
|
|
16
|
+
*/
|
|
17
|
+
export interface PanamaCedulaLookupInput {
|
|
18
|
+
/**
|
|
19
|
+
* The number from the holder's cédula (Cédula de Identidad Personal).
|
|
20
|
+
*
|
|
21
|
+
* Send the full number as {firstSegment}-{libro}-{tomo} (libro 1–4 digits, tomo 1–6), using only ASCII letters,
|
|
22
|
+
* digits, and hyphens. Hyphens are not inserted for you between segments. Trinsic uppercases letters, collapses
|
|
23
|
+
* repeated hyphens, trims leading and trailing hyphens, and merges a redundant hyphen between province and AV or PI
|
|
24
|
+
* (for example 10-AV-1234-12345 becomes 10AV-1234-12345).
|
|
25
|
+
*
|
|
26
|
+
* Citizen category and format:
|
|
27
|
+
* - Born in Panama format: {province}-{libro}-{tomo} ({province} is official code 1 through 13). Examples
|
|
28
|
+
* 8-1234-12345, 4-56-789, 12-12-12345.
|
|
29
|
+
* - Panamanian born abroad format: PE-{libro}-{tomo}. Example PE-1234-12345.
|
|
30
|
+
* - Foreign national with cédula format: E-{libro}-{tomo}. Examples E-1234-12345, E-8-102017.
|
|
31
|
+
* - Naturalized citizen format: N-{libro}-{tomo}. Example N-1234-12345.
|
|
32
|
+
* - Pre-2006 civil registry (AV) format: {province}AV-{libro}-{tomo}. Example 10AV-1234-12345.
|
|
33
|
+
* - Indigenous (PI) format: {province}PI-{libro}-{tomo}. Example 1PI-1234-12345.
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof PanamaCedulaLookupInput
|
|
36
|
+
*/
|
|
37
|
+
documentNumber?: string | null;
|
|
38
|
+
/**
|
|
39
|
+
* The user's date of birth, in `YYYY-MM-DD` format.
|
|
40
|
+
* @type {Date}
|
|
41
|
+
* @memberof PanamaCedulaLookupInput
|
|
42
|
+
*/
|
|
43
|
+
dateOfBirth?: Date | null;
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* Check if a given object implements the PanamaCedulaLookupInput interface.
|
|
47
|
+
*/
|
|
48
|
+
export declare function instanceOfPanamaCedulaLookupInput(value: object): value is PanamaCedulaLookupInput;
|
|
49
|
+
export declare function PanamaCedulaLookupInputFromJSON(json: any): PanamaCedulaLookupInput;
|
|
50
|
+
export declare function PanamaCedulaLookupInputFromJSONTyped(json: any, ignoreDiscriminator: boolean): PanamaCedulaLookupInput;
|
|
51
|
+
export declare function PanamaCedulaLookupInputToJSON(json: any): PanamaCedulaLookupInput;
|
|
52
|
+
export declare function PanamaCedulaLookupInputToJSONTyped(value?: PanamaCedulaLookupInput | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,43 @@
|
|
|
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
|
+
* Check if a given object implements the PanamaCedulaLookupInput interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfPanamaCedulaLookupInput(value) {
|
|
18
|
+
return true;
|
|
19
|
+
}
|
|
20
|
+
export function PanamaCedulaLookupInputFromJSON(json) {
|
|
21
|
+
return PanamaCedulaLookupInputFromJSONTyped(json, false);
|
|
22
|
+
}
|
|
23
|
+
export function PanamaCedulaLookupInputFromJSONTyped(json, ignoreDiscriminator) {
|
|
24
|
+
if (json == null) {
|
|
25
|
+
return json;
|
|
26
|
+
}
|
|
27
|
+
return {
|
|
28
|
+
'documentNumber': json['documentNumber'] == null ? undefined : json['documentNumber'],
|
|
29
|
+
'dateOfBirth': json['dateOfBirth'] == null ? undefined : (new Date(json['dateOfBirth'])),
|
|
30
|
+
};
|
|
31
|
+
}
|
|
32
|
+
export function PanamaCedulaLookupInputToJSON(json) {
|
|
33
|
+
return PanamaCedulaLookupInputToJSONTyped(json, false);
|
|
34
|
+
}
|
|
35
|
+
export function PanamaCedulaLookupInputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
36
|
+
if (value == null) {
|
|
37
|
+
return value;
|
|
38
|
+
}
|
|
39
|
+
return {
|
|
40
|
+
'documentNumber': value['documentNumber'],
|
|
41
|
+
'dateOfBirth': value['dateOfBirth'] == null ? value['dateOfBirth'] : value['dateOfBirth'].toISOString().substring(0, 10),
|
|
42
|
+
};
|
|
43
|
+
}
|
|
@@ -0,0 +1,110 @@
|
|
|
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 `panama-cedula-lookup` Provider which do not directly map to the normalized IdentityData model.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface PanamaCedulaProviderOutput
|
|
16
|
+
*/
|
|
17
|
+
export interface PanamaCedulaProviderOutput {
|
|
18
|
+
/**
|
|
19
|
+
* Full name from Tribunal Electoral records.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof PanamaCedulaProviderOutput
|
|
22
|
+
*/
|
|
23
|
+
fullName: string;
|
|
24
|
+
/**
|
|
25
|
+
* Given name(s) from Tribunal Electoral records.
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof PanamaCedulaProviderOutput
|
|
28
|
+
*/
|
|
29
|
+
givenName: string;
|
|
30
|
+
/**
|
|
31
|
+
* Family name(s) from Tribunal Electoral records.
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof PanamaCedulaProviderOutput
|
|
34
|
+
*/
|
|
35
|
+
familyName: string;
|
|
36
|
+
/**
|
|
37
|
+
* Verified date of birth from Tribunal Electoral records.
|
|
38
|
+
* @type {Date}
|
|
39
|
+
* @memberof PanamaCedulaProviderOutput
|
|
40
|
+
*/
|
|
41
|
+
dateOfBirth?: Date | null;
|
|
42
|
+
/**
|
|
43
|
+
* The matched personal identity cédula (Cédula de Identidad Personal) number from Tribunal Electoral records.
|
|
44
|
+
*
|
|
45
|
+
* On output, Trinsic applies the same normalization as for lookup input. Structure is always {firstSegment}-{libro}-{tomo}:
|
|
46
|
+
* libro is one to four digits and tomo is one to six digits, separated by hyphens.
|
|
47
|
+
*
|
|
48
|
+
* Citizen category and format:
|
|
49
|
+
* - Born in Panama format: {province}-{libro}-{tomo} ({province} is official code 1 through 13). Examples
|
|
50
|
+
* 8-1234-12345, 4-56-789, 12-12-12345.
|
|
51
|
+
* - Panamanian born abroad format: PE-{libro}-{tomo}. Example PE-1234-12345.
|
|
52
|
+
* - Foreign national with cédula format: E-{libro}-{tomo}. Examples E-1234-12345, E-8-102017.
|
|
53
|
+
* - Naturalized citizen format: N-{libro}-{tomo}. Example N-1234-12345.
|
|
54
|
+
* - Pre-2006 civil registry (AV) format: {province}AV-{libro}-{tomo}. Example 10AV-1234-12345.
|
|
55
|
+
* - Indigenous (PI) format: {province}PI-{libro}-{tomo}. Example 1PI-1234-12345.
|
|
56
|
+
* @type {string}
|
|
57
|
+
* @memberof PanamaCedulaProviderOutput
|
|
58
|
+
*/
|
|
59
|
+
documentNumber: string;
|
|
60
|
+
/**
|
|
61
|
+
* Inferred from DocumentNumber. Values are nationality or residence category.
|
|
62
|
+
*
|
|
63
|
+
* Possible values:
|
|
64
|
+
* - BornInPanama
|
|
65
|
+
* - ForeignNational
|
|
66
|
+
* - BornAbroad
|
|
67
|
+
* - Naturalized
|
|
68
|
+
* - LegacyNumber
|
|
69
|
+
* - Indigenous
|
|
70
|
+
* - Unknown (we were unable to determine the category)
|
|
71
|
+
* @type {string}
|
|
72
|
+
* @memberof PanamaCedulaProviderOutput
|
|
73
|
+
*/
|
|
74
|
+
nationalityOrResidenceType: string;
|
|
75
|
+
/**
|
|
76
|
+
* ISO 3166-2 principal subdivision code. Only available for BornInPanama, LegacyNumber, and Indigenous.
|
|
77
|
+
*
|
|
78
|
+
* Possible values, matching cédula province digits 1–13:
|
|
79
|
+
* 1. PA-1 - Bocas del Toro
|
|
80
|
+
* 2. PA-2 - Coclé
|
|
81
|
+
* 3. PA-3 - Colón
|
|
82
|
+
* 4. PA-4 - Chiriquí
|
|
83
|
+
* 5. PA-5 - Darién
|
|
84
|
+
* 6. PA-6 - Herrera
|
|
85
|
+
* 7. PA-7 - Los Santos
|
|
86
|
+
* 8. PA-8 - Panamá
|
|
87
|
+
* 9. PA-9 - Veraguas
|
|
88
|
+
* 10. PA-KY - Guna Yala
|
|
89
|
+
* 11. PA-EM - Emberá
|
|
90
|
+
* 12. PA-NB - Ngäbe-Buglé
|
|
91
|
+
* 13. PA-10 - Panamá Oeste
|
|
92
|
+
* @type {string}
|
|
93
|
+
* @memberof PanamaCedulaProviderOutput
|
|
94
|
+
*/
|
|
95
|
+
subdivisionOfOrigin?: string | null;
|
|
96
|
+
/**
|
|
97
|
+
* Subdivision display name from the ISO 3166-2 registry, when available.
|
|
98
|
+
* @type {string}
|
|
99
|
+
* @memberof PanamaCedulaProviderOutput
|
|
100
|
+
*/
|
|
101
|
+
subdivisionOfOriginName?: string | null;
|
|
102
|
+
}
|
|
103
|
+
/**
|
|
104
|
+
* Check if a given object implements the PanamaCedulaProviderOutput interface.
|
|
105
|
+
*/
|
|
106
|
+
export declare function instanceOfPanamaCedulaProviderOutput(value: object): value is PanamaCedulaProviderOutput;
|
|
107
|
+
export declare function PanamaCedulaProviderOutputFromJSON(json: any): PanamaCedulaProviderOutput;
|
|
108
|
+
export declare function PanamaCedulaProviderOutputFromJSONTyped(json: any, ignoreDiscriminator: boolean): PanamaCedulaProviderOutput;
|
|
109
|
+
export declare function PanamaCedulaProviderOutputToJSON(json: any): PanamaCedulaProviderOutput;
|
|
110
|
+
export declare function PanamaCedulaProviderOutputToJSONTyped(value?: PanamaCedulaProviderOutput | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,65 @@
|
|
|
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
|
+
* Check if a given object implements the PanamaCedulaProviderOutput interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfPanamaCedulaProviderOutput(value) {
|
|
18
|
+
if (!('fullName' in value) || value['fullName'] === undefined)
|
|
19
|
+
return false;
|
|
20
|
+
if (!('givenName' in value) || value['givenName'] === undefined)
|
|
21
|
+
return false;
|
|
22
|
+
if (!('familyName' in value) || value['familyName'] === undefined)
|
|
23
|
+
return false;
|
|
24
|
+
if (!('documentNumber' in value) || value['documentNumber'] === undefined)
|
|
25
|
+
return false;
|
|
26
|
+
if (!('nationalityOrResidenceType' in value) || value['nationalityOrResidenceType'] === undefined)
|
|
27
|
+
return false;
|
|
28
|
+
return true;
|
|
29
|
+
}
|
|
30
|
+
export function PanamaCedulaProviderOutputFromJSON(json) {
|
|
31
|
+
return PanamaCedulaProviderOutputFromJSONTyped(json, false);
|
|
32
|
+
}
|
|
33
|
+
export function PanamaCedulaProviderOutputFromJSONTyped(json, ignoreDiscriminator) {
|
|
34
|
+
if (json == null) {
|
|
35
|
+
return json;
|
|
36
|
+
}
|
|
37
|
+
return {
|
|
38
|
+
'fullName': json['fullName'],
|
|
39
|
+
'givenName': json['givenName'],
|
|
40
|
+
'familyName': json['familyName'],
|
|
41
|
+
'dateOfBirth': json['dateOfBirth'] == null ? undefined : (new Date(json['dateOfBirth'])),
|
|
42
|
+
'documentNumber': json['documentNumber'],
|
|
43
|
+
'nationalityOrResidenceType': json['nationalityOrResidenceType'],
|
|
44
|
+
'subdivisionOfOrigin': json['subdivisionOfOrigin'] == null ? undefined : json['subdivisionOfOrigin'],
|
|
45
|
+
'subdivisionOfOriginName': json['subdivisionOfOriginName'] == null ? undefined : json['subdivisionOfOriginName'],
|
|
46
|
+
};
|
|
47
|
+
}
|
|
48
|
+
export function PanamaCedulaProviderOutputToJSON(json) {
|
|
49
|
+
return PanamaCedulaProviderOutputToJSONTyped(json, false);
|
|
50
|
+
}
|
|
51
|
+
export function PanamaCedulaProviderOutputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
52
|
+
if (value == null) {
|
|
53
|
+
return value;
|
|
54
|
+
}
|
|
55
|
+
return {
|
|
56
|
+
'fullName': value['fullName'],
|
|
57
|
+
'givenName': value['givenName'],
|
|
58
|
+
'familyName': value['familyName'],
|
|
59
|
+
'dateOfBirth': value['dateOfBirth'] == null ? value['dateOfBirth'] : value['dateOfBirth'].toISOString().substring(0, 10),
|
|
60
|
+
'documentNumber': value['documentNumber'],
|
|
61
|
+
'nationalityOrResidenceType': value['nationalityOrResidenceType'],
|
|
62
|
+
'subdivisionOfOrigin': value['subdivisionOfOrigin'],
|
|
63
|
+
'subdivisionOfOriginName': value['subdivisionOfOriginName'],
|
|
64
|
+
};
|
|
65
|
+
}
|
|
@@ -56,6 +56,6 @@ export function PersonDataToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
56
56
|
'sex': SexToJSON(value['sex']),
|
|
57
57
|
'phoneNumber': value['phoneNumber'],
|
|
58
58
|
'address': AddressToJSON(value['address']),
|
|
59
|
-
'dateOfBirth': value['dateOfBirth'] == null ?
|
|
59
|
+
'dateOfBirth': value['dateOfBirth'] == null ? value['dateOfBirth'] : value['dateOfBirth'].toISOString().substring(0, 10),
|
|
60
60
|
};
|
|
61
61
|
}
|
|
@@ -57,7 +57,7 @@ export interface PeruDniProviderOutput {
|
|
|
57
57
|
*/
|
|
58
58
|
dateOfBirth?: Date | null;
|
|
59
59
|
/**
|
|
60
|
-
* The
|
|
60
|
+
* The individual's National Identity Document number (Documento Nacional de Identidad or DNI).
|
|
61
61
|
*
|
|
62
62
|
* Format:
|
|
63
63
|
* - 8 digits
|
|
@@ -71,11 +71,11 @@ export function PeruDniProviderOutputToJSONTyped(value, ignoreDiscriminator = fa
|
|
|
71
71
|
'address': PeruDniAddressToJSON(value['address']),
|
|
72
72
|
'arrayName': value['arrayName'],
|
|
73
73
|
'civilStatus': value['civilStatus'],
|
|
74
|
-
'dateOfBirth': value['dateOfBirth'] == null ?
|
|
74
|
+
'dateOfBirth': value['dateOfBirth'] == null ? value['dateOfBirth'] : value['dateOfBirth'].toISOString().substring(0, 10),
|
|
75
75
|
'documentNumber': value['documentNumber'],
|
|
76
76
|
'documentType': value['documentType'],
|
|
77
|
-
'expeditionDate': value['expeditionDate'] == null ?
|
|
78
|
-
'expirationDate': value['expirationDate'] == null ?
|
|
77
|
+
'expeditionDate': value['expeditionDate'] == null ? value['expeditionDate'] : value['expeditionDate'].toISOString().substring(0, 10),
|
|
78
|
+
'expirationDate': value['expirationDate'] == null ? value['expirationDate'] : value['expirationDate'].toISOString().substring(0, 10),
|
|
79
79
|
'firstName': value['firstName'],
|
|
80
80
|
'fullName': value['fullName'],
|
|
81
81
|
'lastName': value['lastName'],
|
|
@@ -44,6 +44,6 @@ export function PhilippineMatchInputToJSONTyped(value, ignoreDiscriminator = fal
|
|
|
44
44
|
'middleName': value['middleName'],
|
|
45
45
|
'familyName': value['familyName'],
|
|
46
46
|
'suffix': value['suffix'],
|
|
47
|
-
'dateOfBirth': value['dateOfBirth'] == null ?
|
|
47
|
+
'dateOfBirth': value['dateOfBirth'] == null ? value['dateOfBirth'] : value['dateOfBirth'].toISOString().substring(0, 10),
|
|
48
48
|
};
|
|
49
49
|
}
|
|
@@ -52,11 +52,11 @@ export function PhilippinesDigitalNidProviderOutputToJSONTyped(value, ignoreDisc
|
|
|
52
52
|
'givenName': value['givenName'],
|
|
53
53
|
'middleName': value['middleName'],
|
|
54
54
|
'familyName': value['familyName'],
|
|
55
|
-
'dateOfBirth': value['dateOfBirth'] == null ?
|
|
55
|
+
'dateOfBirth': value['dateOfBirth'] == null ? value['dateOfBirth'] : value['dateOfBirth'].toISOString().substring(0, 10),
|
|
56
56
|
'suffix': value['suffix'],
|
|
57
57
|
'sex': value['sex'],
|
|
58
58
|
'placeOfBirth': value['placeOfBirth'],
|
|
59
|
-
'documentIssueDate': value['documentIssueDate'] == null ?
|
|
59
|
+
'documentIssueDate': value['documentIssueDate'] == null ? value['documentIssueDate'] : value['documentIssueDate'].toISOString().substring(0, 10),
|
|
60
60
|
'documentNumber': value['documentNumber'],
|
|
61
61
|
'issuingAuthority': value['issuingAuthority'],
|
|
62
62
|
};
|
|
@@ -50,10 +50,10 @@ export function PhilippinesPhysicalNidProviderOutputToJSONTyped(value, ignoreDis
|
|
|
50
50
|
'givenName': value['givenName'],
|
|
51
51
|
'middleName': value['middleName'],
|
|
52
52
|
'familyName': value['familyName'],
|
|
53
|
-
'dateOfBirth': value['dateOfBirth'] == null ?
|
|
53
|
+
'dateOfBirth': value['dateOfBirth'] == null ? value['dateOfBirth'] : value['dateOfBirth'].toISOString().substring(0, 10),
|
|
54
54
|
'suffix': value['suffix'],
|
|
55
55
|
'sex': value['sex'],
|
|
56
56
|
'placeOfBirth': value['placeOfBirth'],
|
|
57
|
-
'documentIssueDate': value['documentIssueDate'] == null ?
|
|
57
|
+
'documentIssueDate': value['documentIssueDate'] == null ? value['documentIssueDate'] : value['documentIssueDate'].toISOString().substring(0, 10),
|
|
58
58
|
};
|
|
59
59
|
}
|
|
@@ -49,7 +49,7 @@ export function PolandEdoAppProviderOutputToJSONTyped(value, ignoreDiscriminator
|
|
|
49
49
|
return {
|
|
50
50
|
'firstName': value['firstName'],
|
|
51
51
|
'lastName': value['lastName'],
|
|
52
|
-
'dateOfBirth':
|
|
52
|
+
'dateOfBirth': value['dateOfBirth'].toISOString().substring(0, 10),
|
|
53
53
|
'nationalIdentificationNumber': value['nationalIdentificationNumber'],
|
|
54
54
|
};
|
|
55
55
|
}
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Trinsic API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface PolandMobywatelMatchInput
|
|
16
|
+
*/
|
|
17
|
+
export interface PolandMobywatelMatchInput {
|
|
18
|
+
/**
|
|
19
|
+
* Given name as it appears on mobile ID (mDowód).
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof PolandMobywatelMatchInput
|
|
22
|
+
*/
|
|
23
|
+
givenName?: string | null;
|
|
24
|
+
/**
|
|
25
|
+
* Current legal family name (nazwisko) as it appears on mobile ID (mDowód).
|
|
26
|
+
*
|
|
27
|
+
* In Poland the current legal family name (nazwisko) is a separate idea from your birth
|
|
28
|
+
* family name (nazwisko rodowe). They often match, but they can differ after marriage,
|
|
29
|
+
* adoption, or a court-ordered change.
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof PolandMobywatelMatchInput
|
|
32
|
+
*/
|
|
33
|
+
familyName?: string | null;
|
|
34
|
+
/**
|
|
35
|
+
* Date of birth as it appears on mobile ID (mDowód).
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof PolandMobywatelMatchInput
|
|
38
|
+
*/
|
|
39
|
+
dateOfBirth?: string | null;
|
|
40
|
+
/**
|
|
41
|
+
* Nationality as it appears on mobile ID (mDowód).
|
|
42
|
+
* @type {string}
|
|
43
|
+
* @memberof PolandMobywatelMatchInput
|
|
44
|
+
*/
|
|
45
|
+
nationality?: string | null;
|
|
46
|
+
/**
|
|
47
|
+
* Polish national identification number (PESEL) as it appears on mobile ID (mDowód).
|
|
48
|
+
*
|
|
49
|
+
* NOTE: The provided example value is a randomly generated, but valid PESEL number that does not
|
|
50
|
+
* correspond to a real person.
|
|
51
|
+
* @type {string}
|
|
52
|
+
* @memberof PolandMobywatelMatchInput
|
|
53
|
+
*/
|
|
54
|
+
personalNumber?: string | null;
|
|
55
|
+
/**
|
|
56
|
+
* Document expiration date as it appears on mobile ID (mDowód).
|
|
57
|
+
* @type {string}
|
|
58
|
+
* @memberof PolandMobywatelMatchInput
|
|
59
|
+
*/
|
|
60
|
+
expirationDate?: string | null;
|
|
61
|
+
/**
|
|
62
|
+
* The raw bytes of the selfie image collected from the user.
|
|
63
|
+
* @type {string}
|
|
64
|
+
* @memberof PolandMobywatelMatchInput
|
|
65
|
+
*/
|
|
66
|
+
selfieBytes?: string | null;
|
|
67
|
+
/**
|
|
68
|
+
* The MIME Type of the file contained in SelfieBytes.
|
|
69
|
+
*
|
|
70
|
+
* Only JPEG or PNG formats are supported.
|
|
71
|
+
* @type {string}
|
|
72
|
+
* @memberof PolandMobywatelMatchInput
|
|
73
|
+
*/
|
|
74
|
+
selfieImageMimeType?: string | null;
|
|
75
|
+
}
|
|
76
|
+
/**
|
|
77
|
+
* Check if a given object implements the PolandMobywatelMatchInput interface.
|
|
78
|
+
*/
|
|
79
|
+
export declare function instanceOfPolandMobywatelMatchInput(value: object): value is PolandMobywatelMatchInput;
|
|
80
|
+
export declare function PolandMobywatelMatchInputFromJSON(json: any): PolandMobywatelMatchInput;
|
|
81
|
+
export declare function PolandMobywatelMatchInputFromJSONTyped(json: any, ignoreDiscriminator: boolean): PolandMobywatelMatchInput;
|
|
82
|
+
export declare function PolandMobywatelMatchInputToJSON(json: any): PolandMobywatelMatchInput;
|
|
83
|
+
export declare function PolandMobywatelMatchInputToJSONTyped(value?: PolandMobywatelMatchInput | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,55 @@
|
|
|
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
|
+
* Check if a given object implements the PolandMobywatelMatchInput interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfPolandMobywatelMatchInput(value) {
|
|
18
|
+
return true;
|
|
19
|
+
}
|
|
20
|
+
export function PolandMobywatelMatchInputFromJSON(json) {
|
|
21
|
+
return PolandMobywatelMatchInputFromJSONTyped(json, false);
|
|
22
|
+
}
|
|
23
|
+
export function PolandMobywatelMatchInputFromJSONTyped(json, ignoreDiscriminator) {
|
|
24
|
+
if (json == null) {
|
|
25
|
+
return json;
|
|
26
|
+
}
|
|
27
|
+
return {
|
|
28
|
+
'givenName': json['givenName'] == null ? undefined : json['givenName'],
|
|
29
|
+
'familyName': json['familyName'] == null ? undefined : json['familyName'],
|
|
30
|
+
'dateOfBirth': json['dateOfBirth'] == null ? undefined : json['dateOfBirth'],
|
|
31
|
+
'nationality': json['nationality'] == null ? undefined : json['nationality'],
|
|
32
|
+
'personalNumber': json['personalNumber'] == null ? undefined : json['personalNumber'],
|
|
33
|
+
'expirationDate': json['expirationDate'] == null ? undefined : json['expirationDate'],
|
|
34
|
+
'selfieBytes': json['selfieBytes'] == null ? undefined : json['selfieBytes'],
|
|
35
|
+
'selfieImageMimeType': json['selfieImageMimeType'] == null ? undefined : json['selfieImageMimeType'],
|
|
36
|
+
};
|
|
37
|
+
}
|
|
38
|
+
export function PolandMobywatelMatchInputToJSON(json) {
|
|
39
|
+
return PolandMobywatelMatchInputToJSONTyped(json, false);
|
|
40
|
+
}
|
|
41
|
+
export function PolandMobywatelMatchInputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
42
|
+
if (value == null) {
|
|
43
|
+
return value;
|
|
44
|
+
}
|
|
45
|
+
return {
|
|
46
|
+
'givenName': value['givenName'],
|
|
47
|
+
'familyName': value['familyName'],
|
|
48
|
+
'dateOfBirth': value['dateOfBirth'],
|
|
49
|
+
'nationality': value['nationality'],
|
|
50
|
+
'personalNumber': value['personalNumber'],
|
|
51
|
+
'expirationDate': value['expirationDate'],
|
|
52
|
+
'selfieBytes': value['selfieBytes'],
|
|
53
|
+
'selfieImageMimeType': value['selfieImageMimeType'],
|
|
54
|
+
};
|
|
55
|
+
}
|
|
@@ -0,0 +1,153 @@
|
|
|
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 `poland-mobywatel-match` Provider which do not directly map to the normalized IdentityData model.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface PolandMobywatelMatchProviderOutput
|
|
16
|
+
*/
|
|
17
|
+
export interface PolandMobywatelMatchProviderOutput {
|
|
18
|
+
/**
|
|
19
|
+
* Given name as provided by the individual.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof PolandMobywatelMatchProviderOutput
|
|
22
|
+
*/
|
|
23
|
+
givenName?: string | null;
|
|
24
|
+
/**
|
|
25
|
+
* Current legal family name (nazwisko) as provided by the individual.
|
|
26
|
+
*
|
|
27
|
+
* In Poland the current legal family name (nazwisko) is a separate concept from your birth
|
|
28
|
+
* family name (nazwisko rodowe). They often match, but they can differ after marriage,
|
|
29
|
+
* adoption, or a court-ordered change.
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof PolandMobywatelMatchProviderOutput
|
|
32
|
+
*/
|
|
33
|
+
familyName?: string | null;
|
|
34
|
+
/**
|
|
35
|
+
* Nationality as provided by the individual.
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof PolandMobywatelMatchProviderOutput
|
|
38
|
+
*/
|
|
39
|
+
nationality?: string | null;
|
|
40
|
+
/**
|
|
41
|
+
* Date of birth as provided by the individual.
|
|
42
|
+
* @type {Date}
|
|
43
|
+
* @memberof PolandMobywatelMatchProviderOutput
|
|
44
|
+
*/
|
|
45
|
+
dateOfBirth?: Date | null;
|
|
46
|
+
/**
|
|
47
|
+
* Personal number (PESEL) as provided by the individual.
|
|
48
|
+
* @type {string}
|
|
49
|
+
* @memberof PolandMobywatelMatchProviderOutput
|
|
50
|
+
*/
|
|
51
|
+
personalNumber?: string | null;
|
|
52
|
+
/**
|
|
53
|
+
* Expiration date as provided by the individual.
|
|
54
|
+
* @type {Date}
|
|
55
|
+
* @memberof PolandMobywatelMatchProviderOutput
|
|
56
|
+
*/
|
|
57
|
+
expirationDate?: Date | null;
|
|
58
|
+
/**
|
|
59
|
+
* True when the provided given name matches mObywatel wallet data.
|
|
60
|
+
* @type {boolean}
|
|
61
|
+
* @memberof PolandMobywatelMatchProviderOutput
|
|
62
|
+
*/
|
|
63
|
+
isMatchForGivenNames?: boolean | null;
|
|
64
|
+
/**
|
|
65
|
+
* True when the provided family name matches mObywatel wallet data.
|
|
66
|
+
* @type {boolean}
|
|
67
|
+
* @memberof PolandMobywatelMatchProviderOutput
|
|
68
|
+
*/
|
|
69
|
+
isMatchForFamilyName?: boolean | null;
|
|
70
|
+
/**
|
|
71
|
+
* True when the provided document expiration date matches mObywatel wallet data.
|
|
72
|
+
* @type {boolean}
|
|
73
|
+
* @memberof PolandMobywatelMatchProviderOutput
|
|
74
|
+
*/
|
|
75
|
+
isMatchForExpirationDate?: boolean | null;
|
|
76
|
+
/**
|
|
77
|
+
* True when the provided personal number (PESEL) matches mObywatel wallet data.
|
|
78
|
+
* @type {boolean}
|
|
79
|
+
* @memberof PolandMobywatelMatchProviderOutput
|
|
80
|
+
*/
|
|
81
|
+
isMatchForPersonalNumber?: boolean | null;
|
|
82
|
+
/**
|
|
83
|
+
* True when the provided nationality matches mObywatel wallet data.
|
|
84
|
+
* @type {boolean}
|
|
85
|
+
* @memberof PolandMobywatelMatchProviderOutput
|
|
86
|
+
*/
|
|
87
|
+
isMatchForNationality?: boolean | null;
|
|
88
|
+
/**
|
|
89
|
+
* True when the provided birth date matches mObywatel wallet data.
|
|
90
|
+
* @type {boolean}
|
|
91
|
+
* @memberof PolandMobywatelMatchProviderOutput
|
|
92
|
+
*/
|
|
93
|
+
isMatchForBirthDate?: boolean | null;
|
|
94
|
+
/**
|
|
95
|
+
* True when the face in the provided selfie matches the face in the document photo in mObywatel wallet.
|
|
96
|
+
* @type {boolean}
|
|
97
|
+
* @memberof PolandMobywatelMatchProviderOutput
|
|
98
|
+
*/
|
|
99
|
+
isMatchForSelfie?: boolean | null;
|
|
100
|
+
/**
|
|
101
|
+
* True when the uploaded face and wallet portrait are not suspiciously identical.
|
|
102
|
+
* Often fails when using a document photo as a selfie.
|
|
103
|
+
* @type {boolean}
|
|
104
|
+
* @memberof PolandMobywatelMatchProviderOutput
|
|
105
|
+
*/
|
|
106
|
+
isNotTooSimilarToDocumentPortrait?: boolean | null;
|
|
107
|
+
/**
|
|
108
|
+
* True when no other person's face has been used to verify this document (good).
|
|
109
|
+
* False when another person's face has been used to verify this document (possible fraud).
|
|
110
|
+
* @type {boolean}
|
|
111
|
+
* @memberof PolandMobywatelMatchProviderOutput
|
|
112
|
+
*/
|
|
113
|
+
isNotDifferentFace?: boolean | null;
|
|
114
|
+
/**
|
|
115
|
+
* True when exactly one face was detected on the selfie image (good).
|
|
116
|
+
* False when multiple faces were detected on the selfie image (ambiguous result).
|
|
117
|
+
* @type {boolean}
|
|
118
|
+
* @memberof PolandMobywatelMatchProviderOutput
|
|
119
|
+
*/
|
|
120
|
+
isSingleFace?: boolean | null;
|
|
121
|
+
/**
|
|
122
|
+
* True when the individual's age in digital wallet is over 18.
|
|
123
|
+
* @type {boolean}
|
|
124
|
+
* @memberof PolandMobywatelMatchProviderOutput
|
|
125
|
+
*/
|
|
126
|
+
isOverAge?: boolean | null;
|
|
127
|
+
/**
|
|
128
|
+
* True when the individual's age estimated from the selfie matches the individual's age in digital wallet.
|
|
129
|
+
* @type {boolean}
|
|
130
|
+
* @memberof PolandMobywatelMatchProviderOutput
|
|
131
|
+
*/
|
|
132
|
+
isAgeEstimationMatchForSelfie?: boolean | null;
|
|
133
|
+
/**
|
|
134
|
+
* Number of years allowed between the individual's age in digital wallet and the individual's age estimated from the selfie.
|
|
135
|
+
* @type {number}
|
|
136
|
+
* @memberof PolandMobywatelMatchProviderOutput
|
|
137
|
+
*/
|
|
138
|
+
ageEstimationThreshold?: number | null;
|
|
139
|
+
/**
|
|
140
|
+
* Estimated age from the selfie, if provided.
|
|
141
|
+
* @type {number}
|
|
142
|
+
* @memberof PolandMobywatelMatchProviderOutput
|
|
143
|
+
*/
|
|
144
|
+
estimatedAgeFromSelfie?: number | null;
|
|
145
|
+
}
|
|
146
|
+
/**
|
|
147
|
+
* Check if a given object implements the PolandMobywatelMatchProviderOutput interface.
|
|
148
|
+
*/
|
|
149
|
+
export declare function instanceOfPolandMobywatelMatchProviderOutput(value: object): value is PolandMobywatelMatchProviderOutput;
|
|
150
|
+
export declare function PolandMobywatelMatchProviderOutputFromJSON(json: any): PolandMobywatelMatchProviderOutput;
|
|
151
|
+
export declare function PolandMobywatelMatchProviderOutputFromJSONTyped(json: any, ignoreDiscriminator: boolean): PolandMobywatelMatchProviderOutput;
|
|
152
|
+
export declare function PolandMobywatelMatchProviderOutputToJSON(json: any): PolandMobywatelMatchProviderOutput;
|
|
153
|
+
export declare function PolandMobywatelMatchProviderOutputToJSONTyped(value?: PolandMobywatelMatchProviderOutput | null, ignoreDiscriminator?: boolean): any;
|