@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,58 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Trinsic API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* Exposed properties for the `audkenni` Provider which do not directly map to the normalized IdentityData model.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface AudkenniProviderOutput
|
|
16
|
+
*/
|
|
17
|
+
export interface AudkenniProviderOutput {
|
|
18
|
+
/**
|
|
19
|
+
* National Register ID number (kennitala) of the individual.
|
|
20
|
+
*
|
|
21
|
+
* Often written with a hyphen following the 6th digit (123456-1234).
|
|
22
|
+
* ID numbers are composed of ten digits. The first six of these are the individual’s date of birth in the format DDMMYY.
|
|
23
|
+
* The seventh and eighth digits are randomly chosen when the ID number is allocated, the ninth digit used to be a check digit (modulus (11) but this has been removed.
|
|
24
|
+
* The tenth indicates the century of the individual’s birth: ‘9’ for 1900–1999, ‘0’ for 2000 and beyond.
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof AudkenniProviderOutput
|
|
27
|
+
*/
|
|
28
|
+
nationalRegisterId: string;
|
|
29
|
+
/**
|
|
30
|
+
* Unique identifier for the individual across Audkenni.
|
|
31
|
+
*
|
|
32
|
+
* It is recommended to use this identifier instead of using the national register ID directly.
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof AudkenniProviderOutput
|
|
35
|
+
*/
|
|
36
|
+
subjectId: string;
|
|
37
|
+
/**
|
|
38
|
+
* The full name of the individual.
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof AudkenniProviderOutput
|
|
41
|
+
*/
|
|
42
|
+
name: string;
|
|
43
|
+
/**
|
|
44
|
+
* The date of birth of the individual as parsed from the National Register ID number.
|
|
45
|
+
* Is null if the date of birth could not be parsed, but should always be present
|
|
46
|
+
* @type {Date}
|
|
47
|
+
* @memberof AudkenniProviderOutput
|
|
48
|
+
*/
|
|
49
|
+
dateOfBirth?: Date | null;
|
|
50
|
+
}
|
|
51
|
+
/**
|
|
52
|
+
* Check if a given object implements the AudkenniProviderOutput interface.
|
|
53
|
+
*/
|
|
54
|
+
export declare function instanceOfAudkenniProviderOutput(value: object): value is AudkenniProviderOutput;
|
|
55
|
+
export declare function AudkenniProviderOutputFromJSON(json: any): AudkenniProviderOutput;
|
|
56
|
+
export declare function AudkenniProviderOutputFromJSONTyped(json: any, ignoreDiscriminator: boolean): AudkenniProviderOutput;
|
|
57
|
+
export declare function AudkenniProviderOutputToJSON(json: any): AudkenniProviderOutput;
|
|
58
|
+
export declare function AudkenniProviderOutputToJSONTyped(value?: AudkenniProviderOutput | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Trinsic API
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v1
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfAudkenniProviderOutput = instanceOfAudkenniProviderOutput;
|
|
17
|
+
exports.AudkenniProviderOutputFromJSON = AudkenniProviderOutputFromJSON;
|
|
18
|
+
exports.AudkenniProviderOutputFromJSONTyped = AudkenniProviderOutputFromJSONTyped;
|
|
19
|
+
exports.AudkenniProviderOutputToJSON = AudkenniProviderOutputToJSON;
|
|
20
|
+
exports.AudkenniProviderOutputToJSONTyped = AudkenniProviderOutputToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the AudkenniProviderOutput interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfAudkenniProviderOutput(value) {
|
|
25
|
+
if (!('nationalRegisterId' in value) || value['nationalRegisterId'] === undefined)
|
|
26
|
+
return false;
|
|
27
|
+
if (!('subjectId' in value) || value['subjectId'] === undefined)
|
|
28
|
+
return false;
|
|
29
|
+
if (!('name' in value) || value['name'] === undefined)
|
|
30
|
+
return false;
|
|
31
|
+
return true;
|
|
32
|
+
}
|
|
33
|
+
function AudkenniProviderOutputFromJSON(json) {
|
|
34
|
+
return AudkenniProviderOutputFromJSONTyped(json, false);
|
|
35
|
+
}
|
|
36
|
+
function AudkenniProviderOutputFromJSONTyped(json, ignoreDiscriminator) {
|
|
37
|
+
if (json == null) {
|
|
38
|
+
return json;
|
|
39
|
+
}
|
|
40
|
+
return {
|
|
41
|
+
'nationalRegisterId': json['nationalRegisterId'],
|
|
42
|
+
'subjectId': json['subjectId'],
|
|
43
|
+
'name': json['name'],
|
|
44
|
+
'dateOfBirth': json['dateOfBirth'] == null ? undefined : (new Date(json['dateOfBirth'])),
|
|
45
|
+
};
|
|
46
|
+
}
|
|
47
|
+
function AudkenniProviderOutputToJSON(json) {
|
|
48
|
+
return AudkenniProviderOutputToJSONTyped(json, false);
|
|
49
|
+
}
|
|
50
|
+
function AudkenniProviderOutputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
51
|
+
if (value == null) {
|
|
52
|
+
return value;
|
|
53
|
+
}
|
|
54
|
+
return {
|
|
55
|
+
'nationalRegisterId': value['nationalRegisterId'],
|
|
56
|
+
'subjectId': value['subjectId'],
|
|
57
|
+
'name': value['name'],
|
|
58
|
+
'dateOfBirth': value['dateOfBirth'] == null ? value['dateOfBirth'] : value['dateOfBirth'].toISOString().substring(0, 10),
|
|
59
|
+
};
|
|
60
|
+
}
|
|
@@ -56,7 +56,7 @@ function BelgiumIdCardProviderOutputToJSONTyped(value, ignoreDiscriminator = fal
|
|
|
56
56
|
return {
|
|
57
57
|
'firstName': value['firstName'],
|
|
58
58
|
'lastName': value['lastName'],
|
|
59
|
-
'dateOfBirth':
|
|
59
|
+
'dateOfBirth': value['dateOfBirth'].toISOString().substring(0, 10),
|
|
60
60
|
'nationalRegisterNumber': value['nationalRegisterNumber'],
|
|
61
61
|
};
|
|
62
62
|
}
|
|
@@ -0,0 +1,43 @@
|
|
|
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 BoliviaCiLookupInput
|
|
16
|
+
*/
|
|
17
|
+
export interface BoliviaCiLookupInput {
|
|
18
|
+
/**
|
|
19
|
+
* The holder's CI ("Cédula de Identidad") number from the Bolivian identity card ("carnet de identidad").
|
|
20
|
+
* This is the identifier assigned by the Servicio General de Identificación Personal (SEGIP) in the
|
|
21
|
+
* Registro Único de Identificación (RUI). Is entirely numeric values. Any non-alphanumeric characters
|
|
22
|
+
* (dots, hyphens, spaces, etc.) will be stripped before lookup.
|
|
23
|
+
*
|
|
24
|
+
* Published regulations do not define a fixed length; digit count may vary.
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof BoliviaCiLookupInput
|
|
27
|
+
*/
|
|
28
|
+
documentNumber?: string | null;
|
|
29
|
+
/**
|
|
30
|
+
* The holder's date of birth. Must match the CI record.
|
|
31
|
+
* @type {Date}
|
|
32
|
+
* @memberof BoliviaCiLookupInput
|
|
33
|
+
*/
|
|
34
|
+
dateOfBirth?: Date | null;
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* Check if a given object implements the BoliviaCiLookupInput interface.
|
|
38
|
+
*/
|
|
39
|
+
export declare function instanceOfBoliviaCiLookupInput(value: object): value is BoliviaCiLookupInput;
|
|
40
|
+
export declare function BoliviaCiLookupInputFromJSON(json: any): BoliviaCiLookupInput;
|
|
41
|
+
export declare function BoliviaCiLookupInputFromJSONTyped(json: any, ignoreDiscriminator: boolean): BoliviaCiLookupInput;
|
|
42
|
+
export declare function BoliviaCiLookupInputToJSON(json: any): BoliviaCiLookupInput;
|
|
43
|
+
export declare function BoliviaCiLookupInputToJSONTyped(value?: BoliviaCiLookupInput | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Trinsic API
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v1
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfBoliviaCiLookupInput = instanceOfBoliviaCiLookupInput;
|
|
17
|
+
exports.BoliviaCiLookupInputFromJSON = BoliviaCiLookupInputFromJSON;
|
|
18
|
+
exports.BoliviaCiLookupInputFromJSONTyped = BoliviaCiLookupInputFromJSONTyped;
|
|
19
|
+
exports.BoliviaCiLookupInputToJSON = BoliviaCiLookupInputToJSON;
|
|
20
|
+
exports.BoliviaCiLookupInputToJSONTyped = BoliviaCiLookupInputToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the BoliviaCiLookupInput interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfBoliviaCiLookupInput(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function BoliviaCiLookupInputFromJSON(json) {
|
|
28
|
+
return BoliviaCiLookupInputFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function BoliviaCiLookupInputFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if (json == null) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'documentNumber': json['documentNumber'] == null ? undefined : json['documentNumber'],
|
|
36
|
+
'dateOfBirth': json['dateOfBirth'] == null ? undefined : (new Date(json['dateOfBirth'])),
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
function BoliviaCiLookupInputToJSON(json) {
|
|
40
|
+
return BoliviaCiLookupInputToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function BoliviaCiLookupInputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
+
if (value == null) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'documentNumber': value['documentNumber'],
|
|
48
|
+
'dateOfBirth': value['dateOfBirth'] == null ? value['dateOfBirth'] : value['dateOfBirth'].toISOString().substring(0, 10),
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -0,0 +1,63 @@
|
|
|
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 `bolivia-ci-lookup` Provider which do not directly map to the normalized IdentityData model.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface BoliviaCiProviderOutput
|
|
16
|
+
*/
|
|
17
|
+
export interface BoliviaCiProviderOutput {
|
|
18
|
+
/**
|
|
19
|
+
* Full name as it appears on the CI (Cédula de Identidad).
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof BoliviaCiProviderOutput
|
|
22
|
+
*/
|
|
23
|
+
fullName: string;
|
|
24
|
+
/**
|
|
25
|
+
* Given name(s) of the holder as they appear on the CI (Cédula de Identidad).
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof BoliviaCiProviderOutput
|
|
28
|
+
*/
|
|
29
|
+
givenName: string;
|
|
30
|
+
/**
|
|
31
|
+
* Family name(s) of the holder (paternal and maternal) as they appear on the CI (Cédula de Identidad).
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof BoliviaCiProviderOutput
|
|
34
|
+
*/
|
|
35
|
+
familyName: string;
|
|
36
|
+
/**
|
|
37
|
+
* Date of birth as recorded in official Bolivian identity records (RUI — Registro Único de Identificación).
|
|
38
|
+
* @type {Date}
|
|
39
|
+
* @memberof BoliviaCiProviderOutput
|
|
40
|
+
*/
|
|
41
|
+
dateOfBirth?: Date | null;
|
|
42
|
+
/**
|
|
43
|
+
* The CI (Cédula de Identidad) document number for the matched record.
|
|
44
|
+
*
|
|
45
|
+
* The document is officially called the Cédula de Identidad and is commonly called carnet or carnet de
|
|
46
|
+
* identidad in Bolivia. This is the identifier assigned by the Servicio General de Identificación Personal
|
|
47
|
+
* (SEGIP) in the Registro Único de Identificación (RUI). The value is entirely numeric. There is no
|
|
48
|
+
* verification digit or other data encoded in the number.
|
|
49
|
+
*
|
|
50
|
+
* Published regulations do not define a fixed length; digit count may vary.
|
|
51
|
+
* @type {string}
|
|
52
|
+
* @memberof BoliviaCiProviderOutput
|
|
53
|
+
*/
|
|
54
|
+
documentNumber: string;
|
|
55
|
+
}
|
|
56
|
+
/**
|
|
57
|
+
* Check if a given object implements the BoliviaCiProviderOutput interface.
|
|
58
|
+
*/
|
|
59
|
+
export declare function instanceOfBoliviaCiProviderOutput(value: object): value is BoliviaCiProviderOutput;
|
|
60
|
+
export declare function BoliviaCiProviderOutputFromJSON(json: any): BoliviaCiProviderOutput;
|
|
61
|
+
export declare function BoliviaCiProviderOutputFromJSONTyped(json: any, ignoreDiscriminator: boolean): BoliviaCiProviderOutput;
|
|
62
|
+
export declare function BoliviaCiProviderOutputToJSON(json: any): BoliviaCiProviderOutput;
|
|
63
|
+
export declare function BoliviaCiProviderOutputToJSONTyped(value?: BoliviaCiProviderOutput | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Trinsic API
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v1
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfBoliviaCiProviderOutput = instanceOfBoliviaCiProviderOutput;
|
|
17
|
+
exports.BoliviaCiProviderOutputFromJSON = BoliviaCiProviderOutputFromJSON;
|
|
18
|
+
exports.BoliviaCiProviderOutputFromJSONTyped = BoliviaCiProviderOutputFromJSONTyped;
|
|
19
|
+
exports.BoliviaCiProviderOutputToJSON = BoliviaCiProviderOutputToJSON;
|
|
20
|
+
exports.BoliviaCiProviderOutputToJSONTyped = BoliviaCiProviderOutputToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the BoliviaCiProviderOutput interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfBoliviaCiProviderOutput(value) {
|
|
25
|
+
if (!('fullName' in value) || value['fullName'] === undefined)
|
|
26
|
+
return false;
|
|
27
|
+
if (!('givenName' in value) || value['givenName'] === undefined)
|
|
28
|
+
return false;
|
|
29
|
+
if (!('familyName' in value) || value['familyName'] === undefined)
|
|
30
|
+
return false;
|
|
31
|
+
if (!('documentNumber' in value) || value['documentNumber'] === undefined)
|
|
32
|
+
return false;
|
|
33
|
+
return true;
|
|
34
|
+
}
|
|
35
|
+
function BoliviaCiProviderOutputFromJSON(json) {
|
|
36
|
+
return BoliviaCiProviderOutputFromJSONTyped(json, false);
|
|
37
|
+
}
|
|
38
|
+
function BoliviaCiProviderOutputFromJSONTyped(json, ignoreDiscriminator) {
|
|
39
|
+
if (json == null) {
|
|
40
|
+
return json;
|
|
41
|
+
}
|
|
42
|
+
return {
|
|
43
|
+
'fullName': json['fullName'],
|
|
44
|
+
'givenName': json['givenName'],
|
|
45
|
+
'familyName': json['familyName'],
|
|
46
|
+
'dateOfBirth': json['dateOfBirth'] == null ? undefined : (new Date(json['dateOfBirth'])),
|
|
47
|
+
'documentNumber': json['documentNumber'],
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
function BoliviaCiProviderOutputToJSON(json) {
|
|
51
|
+
return BoliviaCiProviderOutputToJSONTyped(json, false);
|
|
52
|
+
}
|
|
53
|
+
function BoliviaCiProviderOutputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
54
|
+
if (value == null) {
|
|
55
|
+
return value;
|
|
56
|
+
}
|
|
57
|
+
return {
|
|
58
|
+
'fullName': value['fullName'],
|
|
59
|
+
'givenName': value['givenName'],
|
|
60
|
+
'familyName': value['familyName'],
|
|
61
|
+
'dateOfBirth': value['dateOfBirth'] == null ? value['dateOfBirth'] : value['dateOfBirth'].toISOString().substring(0, 10),
|
|
62
|
+
'documentNumber': value['documentNumber'],
|
|
63
|
+
};
|
|
64
|
+
}
|
|
@@ -21,6 +21,20 @@ export interface BrazilCpfCheckInput {
|
|
|
21
21
|
* @memberof BrazilCpfCheckInput
|
|
22
22
|
*/
|
|
23
23
|
cpfNumber: string;
|
|
24
|
+
/**
|
|
25
|
+
* The raw bytes of the selfie image collected from the user.
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof BrazilCpfCheckInput
|
|
28
|
+
*/
|
|
29
|
+
selfieImage?: string | null;
|
|
30
|
+
/**
|
|
31
|
+
* The MIME Type of the file contained in `SelfieImage`.
|
|
32
|
+
*
|
|
33
|
+
* Must be one of `image/jpeg` or `image/png`.
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof BrazilCpfCheckInput
|
|
36
|
+
*/
|
|
37
|
+
selfieImageContentType?: string | null;
|
|
24
38
|
}
|
|
25
39
|
/**
|
|
26
40
|
* Check if a given object implements the BrazilCpfCheckInput interface.
|
|
@@ -35,6 +35,8 @@ function BrazilCpfCheckInputFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
35
35
|
}
|
|
36
36
|
return {
|
|
37
37
|
'cpfNumber': json['cpfNumber'],
|
|
38
|
+
'selfieImage': json['selfieImage'] == null ? undefined : json['selfieImage'],
|
|
39
|
+
'selfieImageContentType': json['selfieImageContentType'] == null ? undefined : json['selfieImageContentType'],
|
|
38
40
|
};
|
|
39
41
|
}
|
|
40
42
|
function BrazilCpfCheckInputToJSON(json) {
|
|
@@ -46,5 +48,7 @@ function BrazilCpfCheckInputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
46
48
|
}
|
|
47
49
|
return {
|
|
48
50
|
'cpfNumber': value['cpfNumber'],
|
|
51
|
+
'selfieImage': value['selfieImage'],
|
|
52
|
+
'selfieImageContentType': value['selfieImageContentType'],
|
|
49
53
|
};
|
|
50
54
|
}
|
|
@@ -0,0 +1,50 @@
|
|
|
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 ChinaResidentIdMatchInput
|
|
16
|
+
*/
|
|
17
|
+
export interface ChinaResidentIdMatchInput {
|
|
18
|
+
/**
|
|
19
|
+
* The person's full name in Chinese characters.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ChinaResidentIdMatchInput
|
|
22
|
+
*/
|
|
23
|
+
fullName: string;
|
|
24
|
+
/**
|
|
25
|
+
* The person's date of birth, in `YYYY-MM-DD` format.
|
|
26
|
+
* @type {Date}
|
|
27
|
+
* @memberof ChinaResidentIdMatchInput
|
|
28
|
+
*/
|
|
29
|
+
dateOfBirth: Date;
|
|
30
|
+
/**
|
|
31
|
+
* The person's 18-character PRC resident identity card number.
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof ChinaResidentIdMatchInput
|
|
34
|
+
*/
|
|
35
|
+
nationalIdNumber: string;
|
|
36
|
+
/**
|
|
37
|
+
* Consent from the end user for verification of their data.
|
|
38
|
+
* @type {boolean}
|
|
39
|
+
* @memberof ChinaResidentIdMatchInput
|
|
40
|
+
*/
|
|
41
|
+
consent: boolean;
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* Check if a given object implements the ChinaResidentIdMatchInput interface.
|
|
45
|
+
*/
|
|
46
|
+
export declare function instanceOfChinaResidentIdMatchInput(value: object): value is ChinaResidentIdMatchInput;
|
|
47
|
+
export declare function ChinaResidentIdMatchInputFromJSON(json: any): ChinaResidentIdMatchInput;
|
|
48
|
+
export declare function ChinaResidentIdMatchInputFromJSONTyped(json: any, ignoreDiscriminator: boolean): ChinaResidentIdMatchInput;
|
|
49
|
+
export declare function ChinaResidentIdMatchInputToJSON(json: any): ChinaResidentIdMatchInput;
|
|
50
|
+
export declare function ChinaResidentIdMatchInputToJSONTyped(value?: ChinaResidentIdMatchInput | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Trinsic API
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v1
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfChinaResidentIdMatchInput = instanceOfChinaResidentIdMatchInput;
|
|
17
|
+
exports.ChinaResidentIdMatchInputFromJSON = ChinaResidentIdMatchInputFromJSON;
|
|
18
|
+
exports.ChinaResidentIdMatchInputFromJSONTyped = ChinaResidentIdMatchInputFromJSONTyped;
|
|
19
|
+
exports.ChinaResidentIdMatchInputToJSON = ChinaResidentIdMatchInputToJSON;
|
|
20
|
+
exports.ChinaResidentIdMatchInputToJSONTyped = ChinaResidentIdMatchInputToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the ChinaResidentIdMatchInput interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfChinaResidentIdMatchInput(value) {
|
|
25
|
+
if (!('fullName' in value) || value['fullName'] === undefined)
|
|
26
|
+
return false;
|
|
27
|
+
if (!('dateOfBirth' in value) || value['dateOfBirth'] === undefined)
|
|
28
|
+
return false;
|
|
29
|
+
if (!('nationalIdNumber' in value) || value['nationalIdNumber'] === undefined)
|
|
30
|
+
return false;
|
|
31
|
+
if (!('consent' in value) || value['consent'] === undefined)
|
|
32
|
+
return false;
|
|
33
|
+
return true;
|
|
34
|
+
}
|
|
35
|
+
function ChinaResidentIdMatchInputFromJSON(json) {
|
|
36
|
+
return ChinaResidentIdMatchInputFromJSONTyped(json, false);
|
|
37
|
+
}
|
|
38
|
+
function ChinaResidentIdMatchInputFromJSONTyped(json, ignoreDiscriminator) {
|
|
39
|
+
if (json == null) {
|
|
40
|
+
return json;
|
|
41
|
+
}
|
|
42
|
+
return {
|
|
43
|
+
'fullName': json['fullName'],
|
|
44
|
+
'dateOfBirth': (new Date(json['dateOfBirth'])),
|
|
45
|
+
'nationalIdNumber': json['nationalIdNumber'],
|
|
46
|
+
'consent': json['consent'],
|
|
47
|
+
};
|
|
48
|
+
}
|
|
49
|
+
function ChinaResidentIdMatchInputToJSON(json) {
|
|
50
|
+
return ChinaResidentIdMatchInputToJSONTyped(json, false);
|
|
51
|
+
}
|
|
52
|
+
function ChinaResidentIdMatchInputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
53
|
+
if (value == null) {
|
|
54
|
+
return value;
|
|
55
|
+
}
|
|
56
|
+
return {
|
|
57
|
+
'fullName': value['fullName'],
|
|
58
|
+
'dateOfBirth': value['dateOfBirth'].toISOString().substring(0, 10),
|
|
59
|
+
'nationalIdNumber': value['nationalIdNumber'],
|
|
60
|
+
'consent': value['consent'],
|
|
61
|
+
};
|
|
62
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
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 `china-resident-id-match` Provider which do not directly map to the normalized IdentityData model.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface ChinaResidentIdMatchOutput
|
|
16
|
+
*/
|
|
17
|
+
export interface ChinaResidentIdMatchOutput {
|
|
18
|
+
/**
|
|
19
|
+
* The fullname of the individual in Chinese.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ChinaResidentIdMatchOutput
|
|
22
|
+
*/
|
|
23
|
+
fullName?: string | null;
|
|
24
|
+
/**
|
|
25
|
+
* The birthdate of the individual.
|
|
26
|
+
* @type {Date}
|
|
27
|
+
* @memberof ChinaResidentIdMatchOutput
|
|
28
|
+
*/
|
|
29
|
+
dateOfBirth?: Date | null;
|
|
30
|
+
/**
|
|
31
|
+
* The Resident ID number from the People's Republic of China (PRC) ID card.
|
|
32
|
+
*
|
|
33
|
+
* The Resident ID number is an 18-digit number follows the format (AAAAAAYYYYMMDDXXX@):
|
|
34
|
+
* - Six digits (AAAAAA) are the area code of where the person was born or the area of first issuance for those who were born before the resident system was created.
|
|
35
|
+
* - Eight digits are the birthdate of the individual in YYYYMMDD format
|
|
36
|
+
* - Three digits are the order code assigned to individual. Males are assigned odd numbers and females even numbers.
|
|
37
|
+
* - Final digit is the checksum confirming the validity of the ID number's first 17 digits using ISO 7064:1983, MOD 11-2.
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof ChinaResidentIdMatchOutput
|
|
40
|
+
*/
|
|
41
|
+
residentIdNumber?: string | null;
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* Check if a given object implements the ChinaResidentIdMatchOutput interface.
|
|
45
|
+
*/
|
|
46
|
+
export declare function instanceOfChinaResidentIdMatchOutput(value: object): value is ChinaResidentIdMatchOutput;
|
|
47
|
+
export declare function ChinaResidentIdMatchOutputFromJSON(json: any): ChinaResidentIdMatchOutput;
|
|
48
|
+
export declare function ChinaResidentIdMatchOutputFromJSONTyped(json: any, ignoreDiscriminator: boolean): ChinaResidentIdMatchOutput;
|
|
49
|
+
export declare function ChinaResidentIdMatchOutputToJSON(json: any): ChinaResidentIdMatchOutput;
|
|
50
|
+
export declare function ChinaResidentIdMatchOutputToJSONTyped(value?: ChinaResidentIdMatchOutput | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Trinsic API
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v1
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfChinaResidentIdMatchOutput = instanceOfChinaResidentIdMatchOutput;
|
|
17
|
+
exports.ChinaResidentIdMatchOutputFromJSON = ChinaResidentIdMatchOutputFromJSON;
|
|
18
|
+
exports.ChinaResidentIdMatchOutputFromJSONTyped = ChinaResidentIdMatchOutputFromJSONTyped;
|
|
19
|
+
exports.ChinaResidentIdMatchOutputToJSON = ChinaResidentIdMatchOutputToJSON;
|
|
20
|
+
exports.ChinaResidentIdMatchOutputToJSONTyped = ChinaResidentIdMatchOutputToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the ChinaResidentIdMatchOutput interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfChinaResidentIdMatchOutput(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function ChinaResidentIdMatchOutputFromJSON(json) {
|
|
28
|
+
return ChinaResidentIdMatchOutputFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function ChinaResidentIdMatchOutputFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if (json == null) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'fullName': json['fullName'] == null ? undefined : json['fullName'],
|
|
36
|
+
'dateOfBirth': json['dateOfBirth'] == null ? undefined : (new Date(json['dateOfBirth'])),
|
|
37
|
+
'residentIdNumber': json['residentIdNumber'] == null ? undefined : json['residentIdNumber'],
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
function ChinaResidentIdMatchOutputToJSON(json) {
|
|
41
|
+
return ChinaResidentIdMatchOutputToJSONTyped(json, false);
|
|
42
|
+
}
|
|
43
|
+
function ChinaResidentIdMatchOutputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
44
|
+
if (value == null) {
|
|
45
|
+
return value;
|
|
46
|
+
}
|
|
47
|
+
return {
|
|
48
|
+
'fullName': value['fullName'],
|
|
49
|
+
'dateOfBirth': value['dateOfBirth'] == null ? value['dateOfBirth'] : value['dateOfBirth'].toISOString().substring(0, 10),
|
|
50
|
+
'residentIdNumber': value['residentIdNumber'],
|
|
51
|
+
};
|
|
52
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
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 ColombiaCcLookupInput
|
|
16
|
+
*/
|
|
17
|
+
export interface ColombiaCcLookupInput {
|
|
18
|
+
/**
|
|
19
|
+
* The CC (Cédula de Ciudadanía, Citizenship Document) document number.
|
|
20
|
+
*
|
|
21
|
+
* Format:
|
|
22
|
+
* - Cédulas after 2004 use the NUIP (Número Único de Identificación Personal), which is 10 digits.
|
|
23
|
+
* Older documents may have fewer than 10 digits and are still valid.
|
|
24
|
+
* - In Colombia the number is often written with dots as thousands separators (e.g. 1.234.567.890). If dots,
|
|
25
|
+
* hyphens, spaces, or other non-alphanumeric characters are included, they will be sanitized before lookup.
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof ColombiaCcLookupInput
|
|
28
|
+
*/
|
|
29
|
+
documentNumber?: string | null;
|
|
30
|
+
/**
|
|
31
|
+
* Document issue date, in `YYYY-MM-DD` format
|
|
32
|
+
* @type {Date}
|
|
33
|
+
* @memberof ColombiaCcLookupInput
|
|
34
|
+
*/
|
|
35
|
+
issueDate?: Date | null;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* Check if a given object implements the ColombiaCcLookupInput interface.
|
|
39
|
+
*/
|
|
40
|
+
export declare function instanceOfColombiaCcLookupInput(value: object): value is ColombiaCcLookupInput;
|
|
41
|
+
export declare function ColombiaCcLookupInputFromJSON(json: any): ColombiaCcLookupInput;
|
|
42
|
+
export declare function ColombiaCcLookupInputFromJSONTyped(json: any, ignoreDiscriminator: boolean): ColombiaCcLookupInput;
|
|
43
|
+
export declare function ColombiaCcLookupInputToJSON(json: any): ColombiaCcLookupInput;
|
|
44
|
+
export declare function ColombiaCcLookupInputToJSONTyped(value?: ColombiaCcLookupInput | null, ignoreDiscriminator?: boolean): any;
|