@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
|
@@ -56,7 +56,7 @@ export interface SwedenBankIdProviderOutput {
|
|
|
56
56
|
*/
|
|
57
57
|
familyName?: string | null;
|
|
58
58
|
/**
|
|
59
|
-
* The
|
|
59
|
+
* The individual's country on the verified certificate. This is ISO 2-character code of the country.
|
|
60
60
|
* @type {string}
|
|
61
61
|
* @memberof SwedenBankIdProviderOutput
|
|
62
62
|
*/
|
|
@@ -68,13 +68,13 @@ export interface SwedenBankIdProviderOutput {
|
|
|
68
68
|
*/
|
|
69
69
|
certificatePolicy?: string | null;
|
|
70
70
|
/**
|
|
71
|
-
* The common name of the
|
|
71
|
+
* The common name of the individual's verified certificate
|
|
72
72
|
* @type {string}
|
|
73
73
|
* @memberof SwedenBankIdProviderOutput
|
|
74
74
|
*/
|
|
75
75
|
commonName?: string | null;
|
|
76
76
|
/**
|
|
77
|
-
* The distinguished name of the
|
|
77
|
+
* The distinguished name of the individual's verified certificate
|
|
78
78
|
* @type {string}
|
|
79
79
|
* @memberof SwedenBankIdProviderOutput
|
|
80
80
|
*/
|
|
@@ -150,7 +150,7 @@ export function SwedenBankIdProviderOutputToJSONTyped(value?: SwedenBankIdProvid
|
|
|
150
150
|
return {
|
|
151
151
|
|
|
152
152
|
'fullName': value['fullName'],
|
|
153
|
-
'dateOfBirth': value['dateOfBirth'] == null ?
|
|
153
|
+
'dateOfBirth': value['dateOfBirth'] == null ? value['dateOfBirth'] : value['dateOfBirth'].toISOString().substring(0,10),
|
|
154
154
|
'personalIdentityNumber': value['personalIdentityNumber'],
|
|
155
155
|
'givenName': value['givenName'],
|
|
156
156
|
'familyName': value['familyName'],
|
|
@@ -160,8 +160,8 @@ export function SwedenBankIdProviderOutputToJSONTyped(value?: SwedenBankIdProvid
|
|
|
160
160
|
'distinguishedName': value['distinguishedName'],
|
|
161
161
|
'personalIdentityNumberIssuingCountry': value['personalIdentityNumberIssuingCountry'],
|
|
162
162
|
'authenticationDeviceIp': value['authenticationDeviceIp'],
|
|
163
|
-
'notBefore': value['notBefore'] == null ?
|
|
164
|
-
'notAfter': value['notAfter'] == null ?
|
|
163
|
+
'notBefore': value['notBefore'] == null ? value['notBefore'] : value['notBefore'].toISOString(),
|
|
164
|
+
'notAfter': value['notAfter'] == null ? value['notAfter'] : value['notAfter'].toISOString(),
|
|
165
165
|
};
|
|
166
166
|
}
|
|
167
167
|
|
|
@@ -76,7 +76,7 @@ export function UgandaNidMatch2InputToJSONTyped(value?: UgandaNidMatch2Input | n
|
|
|
76
76
|
|
|
77
77
|
'idNumber': value['idNumber'],
|
|
78
78
|
'secondaryIdNumber': value['secondaryIdNumber'],
|
|
79
|
-
'dateOfBirth': value['dateOfBirth'] == null ?
|
|
79
|
+
'dateOfBirth': value['dateOfBirth'] == null ? value['dateOfBirth'] : value['dateOfBirth'].toISOString().substring(0,10),
|
|
80
80
|
};
|
|
81
81
|
}
|
|
82
82
|
|
|
@@ -69,7 +69,7 @@ export function UkEvisaLookupInputToJSONTyped(value?: UkEvisaLookupInput | null,
|
|
|
69
69
|
return {
|
|
70
70
|
|
|
71
71
|
'shareCode': value['shareCode'],
|
|
72
|
-
'dateOfBirth':
|
|
72
|
+
'dateOfBirth': value['dateOfBirth'].toISOString().substring(0,10),
|
|
73
73
|
};
|
|
74
74
|
}
|
|
75
75
|
|
|
@@ -84,7 +84,9 @@ export interface UnitedKingdomEvisaProviderOutput {
|
|
|
84
84
|
*/
|
|
85
85
|
immigrationStatus?: string | null;
|
|
86
86
|
/**
|
|
87
|
-
* Overall verification outcome: "pass" or "
|
|
87
|
+
* Overall verification outcome: "pass", "fail", or "inconclusive".
|
|
88
|
+
* "inconclusive" is returned for indefinite immigration statuses not yet on the provider's
|
|
89
|
+
* official list — identity details are still returned, but date validations cannot be performed.
|
|
88
90
|
* @type {string}
|
|
89
91
|
* @memberof UnitedKingdomEvisaProviderOutput
|
|
90
92
|
*/
|
|
@@ -145,11 +147,11 @@ export function UnitedKingdomEvisaProviderOutputToJSONTyped(value?: UnitedKingdo
|
|
|
145
147
|
|
|
146
148
|
'firstName': value['firstName'],
|
|
147
149
|
'lastName': value['lastName'],
|
|
148
|
-
'dateOfBirth': value['dateOfBirth'] == null ?
|
|
150
|
+
'dateOfBirth': value['dateOfBirth'] == null ? value['dateOfBirth'] : value['dateOfBirth'].toISOString().substring(0,10),
|
|
149
151
|
'shareCode': value['shareCode'],
|
|
150
152
|
'referenceNumber': value['referenceNumber'],
|
|
151
|
-
'expirationDate': value['expirationDate'] == null ?
|
|
152
|
-
'validFrom': value['validFrom'] == null ?
|
|
153
|
+
'expirationDate': value['expirationDate'] == null ? value['expirationDate'] : value['expirationDate'].toISOString().substring(0,10),
|
|
154
|
+
'validFrom': value['validFrom'] == null ? value['validFrom'] : value['validFrom'].toISOString().substring(0,10),
|
|
153
155
|
'nationality': value['nationality'],
|
|
154
156
|
'immigrationStatus': value['immigrationStatus'],
|
|
155
157
|
'outcome': value['outcome'],
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Trinsic API
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v1
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { mapValues } from '../runtime';
|
|
16
|
+
import type { Raw18013RequestInput } from './Raw18013RequestInput';
|
|
17
|
+
import {
|
|
18
|
+
Raw18013RequestInputFromJSON,
|
|
19
|
+
Raw18013RequestInputFromJSONTyped,
|
|
20
|
+
Raw18013RequestInputToJSON,
|
|
21
|
+
Raw18013RequestInputToJSONTyped,
|
|
22
|
+
} from './Raw18013RequestInput';
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @export
|
|
27
|
+
* @interface UsaCaliforniaDmvInput
|
|
28
|
+
*/
|
|
29
|
+
export interface UsaCaliforniaDmvInput {
|
|
30
|
+
/**
|
|
31
|
+
* The raw 18013-7 exchange request to use for this verification.
|
|
32
|
+
*
|
|
33
|
+
* If set, this overrides any default configuration on your Verification Profile.
|
|
34
|
+
* @type {Raw18013RequestInput}
|
|
35
|
+
* @memberof UsaCaliforniaDmvInput
|
|
36
|
+
*/
|
|
37
|
+
previewRaw18013Request?: Raw18013RequestInput | null;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* Check if a given object implements the UsaCaliforniaDmvInput interface.
|
|
42
|
+
*/
|
|
43
|
+
export function instanceOfUsaCaliforniaDmvInput(value: object): value is UsaCaliforniaDmvInput {
|
|
44
|
+
return true;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
export function UsaCaliforniaDmvInputFromJSON(json: any): UsaCaliforniaDmvInput {
|
|
48
|
+
return UsaCaliforniaDmvInputFromJSONTyped(json, false);
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
export function UsaCaliforniaDmvInputFromJSONTyped(json: any, ignoreDiscriminator: boolean): UsaCaliforniaDmvInput {
|
|
52
|
+
if (json == null) {
|
|
53
|
+
return json;
|
|
54
|
+
}
|
|
55
|
+
return {
|
|
56
|
+
|
|
57
|
+
'previewRaw18013Request': json['preview_raw18013Request'] == null ? undefined : Raw18013RequestInputFromJSON(json['preview_raw18013Request']),
|
|
58
|
+
};
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
export function UsaCaliforniaDmvInputToJSON(json: any): UsaCaliforniaDmvInput {
|
|
62
|
+
return UsaCaliforniaDmvInputToJSONTyped(json, false);
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
export function UsaCaliforniaDmvInputToJSONTyped(value?: UsaCaliforniaDmvInput | null, ignoreDiscriminator: boolean = false): any {
|
|
66
|
+
if (value == null) {
|
|
67
|
+
return value;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
return {
|
|
71
|
+
|
|
72
|
+
'preview_raw18013Request': Raw18013RequestInputToJSON(value['previewRaw18013Request']),
|
|
73
|
+
};
|
|
74
|
+
}
|
|
75
|
+
|
|
@@ -37,6 +37,12 @@ export interface VerificationProfileResponse {
|
|
|
37
37
|
* @memberof VerificationProfileResponse
|
|
38
38
|
*/
|
|
39
39
|
brandName: string;
|
|
40
|
+
/**
|
|
41
|
+
* A customer-defined external ID for this verification profile, unique within your organization.
|
|
42
|
+
* @type {string}
|
|
43
|
+
* @memberof VerificationProfileResponse
|
|
44
|
+
*/
|
|
45
|
+
externalId?: string | null;
|
|
40
46
|
/**
|
|
41
47
|
* The URL of the verification profile's logo.
|
|
42
48
|
* @type {string}
|
|
@@ -97,6 +103,7 @@ export function VerificationProfileResponseFromJSONTyped(json: any, ignoreDiscri
|
|
|
97
103
|
'id': json['id'],
|
|
98
104
|
'alias': json['alias'],
|
|
99
105
|
'brandName': json['brandName'],
|
|
106
|
+
'externalId': json['externalId'] == null ? undefined : json['externalId'],
|
|
100
107
|
'logoUrl': json['logoUrl'],
|
|
101
108
|
'primaryColor': json['primaryColor'],
|
|
102
109
|
'enabledProviders': json['enabledProviders'],
|
|
@@ -119,6 +126,7 @@ export function VerificationProfileResponseToJSONTyped(value?: VerificationProfi
|
|
|
119
126
|
'id': value['id'],
|
|
120
127
|
'alias': value['alias'],
|
|
121
128
|
'brandName': value['brandName'],
|
|
129
|
+
'externalId': value['externalId'],
|
|
122
130
|
'logoUrl': value['logoUrl'],
|
|
123
131
|
'primaryColor': value['primaryColor'],
|
|
124
132
|
'enabledProviders': value['enabledProviders'],
|
|
@@ -35,7 +35,7 @@ import {
|
|
|
35
35
|
*/
|
|
36
36
|
export interface YotiDeeplinkProviderOutput {
|
|
37
37
|
/**
|
|
38
|
-
*
|
|
38
|
+
* A Yoti-generated unique ID for this individual, consistent across repeat shares and different for each Relying Party.
|
|
39
39
|
* @type {string}
|
|
40
40
|
* @memberof YotiDeeplinkProviderOutput
|
|
41
41
|
*/
|
|
@@ -93,7 +93,7 @@ export interface YotiDeeplinkProviderOutput {
|
|
|
93
93
|
*/
|
|
94
94
|
nationality?: string | null;
|
|
95
95
|
/**
|
|
96
|
-
* The mobile phone number of the individual. This number was verified with a one time password (OTP) during the
|
|
96
|
+
* The mobile phone number of the individual. This number was verified with a one time password (OTP) during the individual's registration with Yoti. In some cases, Yoti may do additional checks against its sources to confirm the individual's identity.
|
|
97
97
|
* @type {string}
|
|
98
98
|
* @memberof YotiDeeplinkProviderOutput
|
|
99
99
|
*/
|
|
@@ -168,7 +168,7 @@ export function YotiDeeplinkProviderOutputToJSONTyped(value?: YotiDeeplinkProvid
|
|
|
168
168
|
'givenName': value['givenName'],
|
|
169
169
|
'familyName': value['familyName'],
|
|
170
170
|
'fullName': value['fullName'],
|
|
171
|
-
'dateOfBirth': value['dateOfBirth'] == null ?
|
|
171
|
+
'dateOfBirth': value['dateOfBirth'] == null ? value['dateOfBirth'] : value['dateOfBirth'].toISOString().substring(0,10),
|
|
172
172
|
'gender': value['gender'],
|
|
173
173
|
'nationality': value['nationality'],
|
|
174
174
|
'mobileNumber': value['mobileNumber'],
|
|
@@ -96,7 +96,7 @@ export function YotiDocumentDetailsToJSONTyped(value?: YotiDocumentDetails | nul
|
|
|
96
96
|
'type': value['type'],
|
|
97
97
|
'issuingCountry': value['issuingCountry'],
|
|
98
98
|
'documentNumber': value['documentNumber'],
|
|
99
|
-
'expirationDate': value['expirationDate'] == null ?
|
|
99
|
+
'expirationDate': value['expirationDate'] == null ? value['expirationDate'] : value['expirationDate'].toISOString().substring(0,10),
|
|
100
100
|
'issuingAuthority': value['issuingAuthority'],
|
|
101
101
|
};
|
|
102
102
|
}
|
|
@@ -35,7 +35,7 @@ import {
|
|
|
35
35
|
*/
|
|
36
36
|
export interface YotiProviderOutput {
|
|
37
37
|
/**
|
|
38
|
-
*
|
|
38
|
+
* A Yoti-generated unique ID for this individual, consistent across repeat shares and different for each Relying Party.
|
|
39
39
|
* @type {string}
|
|
40
40
|
* @memberof YotiProviderOutput
|
|
41
41
|
*/
|
|
@@ -93,7 +93,7 @@ export interface YotiProviderOutput {
|
|
|
93
93
|
*/
|
|
94
94
|
nationality?: string | null;
|
|
95
95
|
/**
|
|
96
|
-
* The mobile phone number of the individual. This number was verified with a one time password (OTP) during the
|
|
96
|
+
* The mobile phone number of the individual. This number was verified with a one time password (OTP) during the individual's registration with Yoti. In some cases, Yoti may do additional checks against its sources to confirm the individual's identity.
|
|
97
97
|
* @type {string}
|
|
98
98
|
* @memberof YotiProviderOutput
|
|
99
99
|
*/
|
|
@@ -168,7 +168,7 @@ export function YotiProviderOutputToJSONTyped(value?: YotiProviderOutput | null,
|
|
|
168
168
|
'givenName': value['givenName'],
|
|
169
169
|
'familyName': value['familyName'],
|
|
170
170
|
'fullName': value['fullName'],
|
|
171
|
-
'dateOfBirth': value['dateOfBirth'] == null ?
|
|
171
|
+
'dateOfBirth': value['dateOfBirth'] == null ? value['dateOfBirth'] : value['dateOfBirth'].toISOString().substring(0,10),
|
|
172
172
|
'gender': value['gender'],
|
|
173
173
|
'nationality': value['nationality'],
|
|
174
174
|
'mobileNumber': value['mobileNumber'],
|
package/src/models/index.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
/* tslint:disable */
|
|
2
2
|
/* eslint-disable */
|
|
3
|
+
export * from './AadhaarAddress';
|
|
3
4
|
export * from './AadhaarClaims';
|
|
4
5
|
export * from './AadhaarInput';
|
|
5
6
|
export * from './AadhaarLanguage';
|
|
@@ -11,32 +12,41 @@ export * from './AppleWalletInput';
|
|
|
11
12
|
export * from './AppleWalletProviderOutput';
|
|
12
13
|
export * from './AttachmentInfo';
|
|
13
14
|
export * from './AttributeAvailability';
|
|
15
|
+
export * from './AudkenniProviderOutput';
|
|
14
16
|
export * from './AustriaHandySignaturProviderOutput';
|
|
15
17
|
export * from './BelgiumIdCardProviderOutput';
|
|
18
|
+
export * from './BoliviaCiLookupInput';
|
|
19
|
+
export * from './BoliviaCiProviderOutput';
|
|
16
20
|
export * from './BrazilCpfCheckInput';
|
|
17
21
|
export * from './BrazilDigitalCnhInput';
|
|
18
22
|
export * from './CancelSessionResponse';
|
|
23
|
+
export * from './ChinaResidentIdMatchInput';
|
|
24
|
+
export * from './ChinaResidentIdMatchOutput';
|
|
25
|
+
export * from './ColombiaCcLookupInput';
|
|
26
|
+
export * from './ColombiaCcProviderOutput';
|
|
27
|
+
export * from './ColombiaExpeditionPlace';
|
|
19
28
|
export * from './ConnectIdAddress';
|
|
20
29
|
export * from './ConnectIdAgeVerification';
|
|
21
|
-
export * from './ConnectIdBeneficiaryAccount';
|
|
22
30
|
export * from './ConnectIdProviderOutput';
|
|
23
31
|
export * from './ContractAttachment';
|
|
24
32
|
export * from './ContractAttribute';
|
|
25
33
|
export * from './CoteDIvoireNidLookup2Input';
|
|
34
|
+
export * from './CoteDIvoireNidLookup2ProviderOutput';
|
|
26
35
|
export * from './CreateDirectProviderSessionRequest';
|
|
27
36
|
export * from './CreateDirectProviderSessionResponse';
|
|
28
37
|
export * from './CreateHostedProviderSessionRequest';
|
|
29
38
|
export * from './CreateHostedProviderSessionResponse';
|
|
30
39
|
export * from './CreateVerificationProfileResponse';
|
|
31
|
-
export * from './CreateWidgetSessionRequest';
|
|
32
|
-
export * from './CreateWidgetSessionResponse';
|
|
33
40
|
export * from './CzechMojeIdAddressOutput';
|
|
34
41
|
export * from './CzechMojeIdProviderOutput';
|
|
35
42
|
export * from './CzechiaMojeIdProviderOutput';
|
|
36
43
|
export * from './DigilockerAadhaarProviderOutput';
|
|
37
44
|
export * from './DocumentData';
|
|
38
45
|
export * from './DocumentType';
|
|
46
|
+
export * from './ElSalvadorDuiLookupInput';
|
|
47
|
+
export * from './ElSalvadorDuiProviderOutput';
|
|
39
48
|
export * from './EstoniaIdCardProviderOutput';
|
|
49
|
+
export * from './FaydaProviderAddress';
|
|
40
50
|
export * from './FaydaProviderOutput';
|
|
41
51
|
export * from './FinlandIdCardProviderOutput';
|
|
42
52
|
export * from './FinnishTrustNetworkProviderOutput';
|
|
@@ -56,9 +66,13 @@ export * from './GetSessionResultRequest';
|
|
|
56
66
|
export * from './GetSessionResultResponse';
|
|
57
67
|
export * from './GoogleWalletInput';
|
|
58
68
|
export * from './GoogleWalletProviderOutput';
|
|
59
|
-
export * from './
|
|
69
|
+
export * from './GuatemalaCuiLookupInput';
|
|
70
|
+
export * from './GuatemalaCuiProviderOutput';
|
|
60
71
|
export * from './IdentityData';
|
|
61
72
|
export * from './IdinInput';
|
|
73
|
+
export * from './IndiaPanLookupInput';
|
|
74
|
+
export * from './IndiaPanLookupProviderOutput';
|
|
75
|
+
export * from './IndiaPanStructuredNumber';
|
|
62
76
|
export * from './IndonesiaDukcapilMatchInput';
|
|
63
77
|
export * from './IndonesiaNikInput';
|
|
64
78
|
export * from './IntegrationCapability';
|
|
@@ -72,6 +86,9 @@ export * from './KenyaNidLookup2Input';
|
|
|
72
86
|
export * from './KenyaNidLookup2ProviderOutput';
|
|
73
87
|
export * from './KenyaNidMatch2Input';
|
|
74
88
|
export * from './KenyaNidMatch2InputSex';
|
|
89
|
+
export * from './KoreaTelcoMatchInput';
|
|
90
|
+
export * from './KoreaTelcoMatchProviderOutput';
|
|
91
|
+
export * from './KoreaTelcoMatchSex';
|
|
75
92
|
export * from './LaWalletProviderOutput';
|
|
76
93
|
export * from './LatviaEparakstsMobileProviderOutput';
|
|
77
94
|
export * from './LatviaEparakstsProviderOutput';
|
|
@@ -91,9 +108,13 @@ export * from './MdlOutputFieldDataType';
|
|
|
91
108
|
export * from './MexicoCurpInput';
|
|
92
109
|
export * from './MexicoCurpProviderOutput';
|
|
93
110
|
export * from './MitIdProviderOutput';
|
|
111
|
+
export * from './MobileCarrier';
|
|
94
112
|
export * from './MobileIdInput';
|
|
95
113
|
export * from './MobileIdLanguage';
|
|
96
114
|
export * from './MobileIdProviderOutput';
|
|
115
|
+
export * from './MobileOperatingSystem';
|
|
116
|
+
export * from './NetherlandsIdinAddress';
|
|
117
|
+
export * from './NetherlandsIdinProviderOutput';
|
|
97
118
|
export * from './NigeriaNinBiometric2Input';
|
|
98
119
|
export * from './NigeriaNinInput';
|
|
99
120
|
export * from './NigeriaNinLookup2Input';
|
|
@@ -106,6 +127,8 @@ export * from './OneIdProviderOutput';
|
|
|
106
127
|
export * from './OrderDirection';
|
|
107
128
|
export * from './OutputFrejaAddress';
|
|
108
129
|
export * from './OutputFrejaDocument';
|
|
130
|
+
export * from './PanamaCedulaLookupInput';
|
|
131
|
+
export * from './PanamaCedulaProviderOutput';
|
|
109
132
|
export * from './PersonData';
|
|
110
133
|
export * from './PeruDniAddress';
|
|
111
134
|
export * from './PeruDniLookupInput';
|
|
@@ -115,6 +138,8 @@ export * from './PhilippineQRInput';
|
|
|
115
138
|
export * from './PhilippinesDigitalNidProviderOutput';
|
|
116
139
|
export * from './PhilippinesPhysicalNidProviderOutput';
|
|
117
140
|
export * from './PolandEdoAppProviderOutput';
|
|
141
|
+
export * from './PolandMobywatelMatchInput';
|
|
142
|
+
export * from './PolandMobywatelMatchProviderOutput';
|
|
118
143
|
export * from './PolandMojeIdProviderOutput';
|
|
119
144
|
export * from './PortugalIdCardProviderOutput';
|
|
120
145
|
export * from './PostOfficeEasyIdProviderOutput';
|
|
@@ -123,6 +148,7 @@ export * from './Provider';
|
|
|
123
148
|
export * from './ProviderHealth';
|
|
124
149
|
export * from './ProviderInput';
|
|
125
150
|
export * from './ProviderOutput';
|
|
151
|
+
export * from './ProviderSupportedLanguage';
|
|
126
152
|
export * from './Raw18013DocumentRequest';
|
|
127
153
|
export * from './Raw18013RequestInput';
|
|
128
154
|
export * from './RecommendProviderHealthOption';
|
|
@@ -142,6 +168,13 @@ export * from './Session';
|
|
|
142
168
|
export * from './SessionErrorCode';
|
|
143
169
|
export * from './SessionOrdering';
|
|
144
170
|
export * from './Sex';
|
|
171
|
+
export * from './SignzyIndiaAadhaarFetchProviderOutput';
|
|
172
|
+
export * from './SingpassLoginProviderOutput';
|
|
173
|
+
export * from './SingpassMyInfoDescription';
|
|
174
|
+
export * from './SingpassMyInfoProviderOutput';
|
|
175
|
+
export * from './SingpassMyInfoRegisteredAddressOutput';
|
|
176
|
+
export * from './SingpassPersonalCatalog';
|
|
177
|
+
export * from './SingpassPhoneNumber';
|
|
145
178
|
export * from './SmartIdInput';
|
|
146
179
|
export * from './SmartIdProviderOutput';
|
|
147
180
|
export * from './SouthAfricaNidBiometric2Input';
|
|
@@ -162,6 +195,7 @@ export * from './TrinsicTestSubProvidersInput';
|
|
|
162
195
|
export * from './UgandaNidMatch2Input';
|
|
163
196
|
export * from './UkEvisaLookupInput';
|
|
164
197
|
export * from './UnitedKingdomEvisaProviderOutput';
|
|
198
|
+
export * from './UsaCaliforniaDmvInput';
|
|
165
199
|
export * from './VerificationProfileResponse';
|
|
166
200
|
export * from './YotiDeeplinkProviderOutput';
|
|
167
201
|
export * from './YotiDocumentDetails';
|
package/src/runtime.ts
CHANGED
|
@@ -261,6 +261,12 @@ export class ResponseError extends Error {
|
|
|
261
261
|
override name: "ResponseError" = "ResponseError";
|
|
262
262
|
constructor(public response: Response, msg?: string) {
|
|
263
263
|
super(msg);
|
|
264
|
+
|
|
265
|
+
// restore prototype chain
|
|
266
|
+
const actualProto = new.target.prototype;
|
|
267
|
+
if (Object.setPrototypeOf) {
|
|
268
|
+
Object.setPrototypeOf(this, actualProto);
|
|
269
|
+
}
|
|
264
270
|
}
|
|
265
271
|
}
|
|
266
272
|
|
|
@@ -268,6 +274,12 @@ export class FetchError extends Error {
|
|
|
268
274
|
override name: "FetchError" = "FetchError";
|
|
269
275
|
constructor(public cause: Error, msg?: string) {
|
|
270
276
|
super(msg);
|
|
277
|
+
|
|
278
|
+
// restore prototype chain
|
|
279
|
+
const actualProto = new.target.prototype;
|
|
280
|
+
if (Object.setPrototypeOf) {
|
|
281
|
+
Object.setPrototypeOf(this, actualProto);
|
|
282
|
+
}
|
|
271
283
|
}
|
|
272
284
|
}
|
|
273
285
|
|
|
@@ -275,6 +287,12 @@ export class RequiredError extends Error {
|
|
|
275
287
|
override name: "RequiredError" = "RequiredError";
|
|
276
288
|
constructor(public field: string, msg?: string) {
|
|
277
289
|
super(msg);
|
|
290
|
+
|
|
291
|
+
// restore prototype chain
|
|
292
|
+
const actualProto = new.target.prototype;
|
|
293
|
+
if (Object.setPrototypeOf) {
|
|
294
|
+
Object.setPrototypeOf(this, actualProto);
|
|
295
|
+
}
|
|
278
296
|
}
|
|
279
297
|
}
|
|
280
298
|
|
|
@@ -1,52 +0,0 @@
|
|
|
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 ConnectIdBeneficiaryAccount
|
|
16
|
-
*/
|
|
17
|
-
export interface ConnectIdBeneficiaryAccount {
|
|
18
|
-
/**
|
|
19
|
-
* The beneficiary's name.
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof ConnectIdBeneficiaryAccount
|
|
22
|
-
*/
|
|
23
|
-
beneficiaryName?: string | null;
|
|
24
|
-
/**
|
|
25
|
-
* The bank state branch (BSB) which the account belongs to.
|
|
26
|
-
*
|
|
27
|
-
* This will be a six-digit number.
|
|
28
|
-
* @type {string}
|
|
29
|
-
* @memberof ConnectIdBeneficiaryAccount
|
|
30
|
-
*/
|
|
31
|
-
accountBankStateBranch?: string | null;
|
|
32
|
-
/**
|
|
33
|
-
* The account number.
|
|
34
|
-
* @type {string}
|
|
35
|
-
* @memberof ConnectIdBeneficiaryAccount
|
|
36
|
-
*/
|
|
37
|
-
accountNumber?: string | null;
|
|
38
|
-
/**
|
|
39
|
-
* The authority that verified the claim.
|
|
40
|
-
* @type {string}
|
|
41
|
-
* @memberof ConnectIdBeneficiaryAccount
|
|
42
|
-
*/
|
|
43
|
-
trustFramework?: string | null;
|
|
44
|
-
}
|
|
45
|
-
/**
|
|
46
|
-
* Check if a given object implements the ConnectIdBeneficiaryAccount interface.
|
|
47
|
-
*/
|
|
48
|
-
export declare function instanceOfConnectIdBeneficiaryAccount(value: object): value is ConnectIdBeneficiaryAccount;
|
|
49
|
-
export declare function ConnectIdBeneficiaryAccountFromJSON(json: any): ConnectIdBeneficiaryAccount;
|
|
50
|
-
export declare function ConnectIdBeneficiaryAccountFromJSONTyped(json: any, ignoreDiscriminator: boolean): ConnectIdBeneficiaryAccount;
|
|
51
|
-
export declare function ConnectIdBeneficiaryAccountToJSON(json: any): ConnectIdBeneficiaryAccount;
|
|
52
|
-
export declare function ConnectIdBeneficiaryAccountToJSONTyped(value?: ConnectIdBeneficiaryAccount | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -1,47 +0,0 @@
|
|
|
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 ConnectIdBeneficiaryAccount interface.
|
|
16
|
-
*/
|
|
17
|
-
export function instanceOfConnectIdBeneficiaryAccount(value) {
|
|
18
|
-
return true;
|
|
19
|
-
}
|
|
20
|
-
export function ConnectIdBeneficiaryAccountFromJSON(json) {
|
|
21
|
-
return ConnectIdBeneficiaryAccountFromJSONTyped(json, false);
|
|
22
|
-
}
|
|
23
|
-
export function ConnectIdBeneficiaryAccountFromJSONTyped(json, ignoreDiscriminator) {
|
|
24
|
-
if (json == null) {
|
|
25
|
-
return json;
|
|
26
|
-
}
|
|
27
|
-
return {
|
|
28
|
-
'beneficiaryName': json['beneficiaryName'] == null ? undefined : json['beneficiaryName'],
|
|
29
|
-
'accountBankStateBranch': json['accountBankStateBranch'] == null ? undefined : json['accountBankStateBranch'],
|
|
30
|
-
'accountNumber': json['accountNumber'] == null ? undefined : json['accountNumber'],
|
|
31
|
-
'trustFramework': json['trustFramework'] == null ? undefined : json['trustFramework'],
|
|
32
|
-
};
|
|
33
|
-
}
|
|
34
|
-
export function ConnectIdBeneficiaryAccountToJSON(json) {
|
|
35
|
-
return ConnectIdBeneficiaryAccountToJSONTyped(json, false);
|
|
36
|
-
}
|
|
37
|
-
export function ConnectIdBeneficiaryAccountToJSONTyped(value, ignoreDiscriminator = false) {
|
|
38
|
-
if (value == null) {
|
|
39
|
-
return value;
|
|
40
|
-
}
|
|
41
|
-
return {
|
|
42
|
-
'beneficiaryName': value['beneficiaryName'],
|
|
43
|
-
'accountBankStateBranch': value['accountBankStateBranch'],
|
|
44
|
-
'accountNumber': value['accountNumber'],
|
|
45
|
-
'trustFramework': value['trustFramework'],
|
|
46
|
-
};
|
|
47
|
-
}
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Trinsic API
|
|
3
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: v1
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import type { RecommendationInfo } from './RecommendationInfo';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface CreateWidgetSessionRequest
|
|
17
|
-
*/
|
|
18
|
-
export interface CreateWidgetSessionRequest {
|
|
19
|
-
/**
|
|
20
|
-
* The ID of the Verification Profile to use for this session.
|
|
21
|
-
* @type {string}
|
|
22
|
-
* @memberof CreateWidgetSessionRequest
|
|
23
|
-
*/
|
|
24
|
-
verificationProfileId: string;
|
|
25
|
-
/**
|
|
26
|
-
* The URL to redirect the user to after the widget session is complete.
|
|
27
|
-
*
|
|
28
|
-
* *Note*: this should NOT be set if you intend to use Trinsic's Web UI SDK to launch the Widget
|
|
29
|
-
* as a popup; in that case, session resolution is handled by our SDK, not via redirect.
|
|
30
|
-
* @type {string}
|
|
31
|
-
* @memberof CreateWidgetSessionRequest
|
|
32
|
-
*/
|
|
33
|
-
redirectUrl?: string | null;
|
|
34
|
-
/**
|
|
35
|
-
* The list of allowed identity providers. If not specified, all available providers will be allowed.
|
|
36
|
-
* @type {Array<string>}
|
|
37
|
-
* @memberof CreateWidgetSessionRequest
|
|
38
|
-
*/
|
|
39
|
-
providers?: Array<string> | null;
|
|
40
|
-
/**
|
|
41
|
-
* Data that you already know about the user being verified.
|
|
42
|
-
*
|
|
43
|
-
*
|
|
44
|
-
* This data is used to improve the user experience during provider selection, by surfacing the most relevant providers first.
|
|
45
|
-
* @type {RecommendationInfo}
|
|
46
|
-
* @memberof CreateWidgetSessionRequest
|
|
47
|
-
*/
|
|
48
|
-
recommendationInfo?: RecommendationInfo | null;
|
|
49
|
-
}
|
|
50
|
-
/**
|
|
51
|
-
* Check if a given object implements the CreateWidgetSessionRequest interface.
|
|
52
|
-
*/
|
|
53
|
-
export declare function instanceOfCreateWidgetSessionRequest(value: object): value is CreateWidgetSessionRequest;
|
|
54
|
-
export declare function CreateWidgetSessionRequestFromJSON(json: any): CreateWidgetSessionRequest;
|
|
55
|
-
export declare function CreateWidgetSessionRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): CreateWidgetSessionRequest;
|
|
56
|
-
export declare function CreateWidgetSessionRequestToJSON(json: any): CreateWidgetSessionRequest;
|
|
57
|
-
export declare function CreateWidgetSessionRequestToJSONTyped(value?: CreateWidgetSessionRequest | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -1,50 +0,0 @@
|
|
|
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
|
-
import { RecommendationInfoFromJSON, RecommendationInfoToJSON, } from './RecommendationInfo';
|
|
15
|
-
/**
|
|
16
|
-
* Check if a given object implements the CreateWidgetSessionRequest interface.
|
|
17
|
-
*/
|
|
18
|
-
export function instanceOfCreateWidgetSessionRequest(value) {
|
|
19
|
-
if (!('verificationProfileId' in value) || value['verificationProfileId'] === undefined)
|
|
20
|
-
return false;
|
|
21
|
-
return true;
|
|
22
|
-
}
|
|
23
|
-
export function CreateWidgetSessionRequestFromJSON(json) {
|
|
24
|
-
return CreateWidgetSessionRequestFromJSONTyped(json, false);
|
|
25
|
-
}
|
|
26
|
-
export function CreateWidgetSessionRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
27
|
-
if (json == null) {
|
|
28
|
-
return json;
|
|
29
|
-
}
|
|
30
|
-
return {
|
|
31
|
-
'verificationProfileId': json['verificationProfileId'],
|
|
32
|
-
'redirectUrl': json['redirectUrl'] == null ? undefined : json['redirectUrl'],
|
|
33
|
-
'providers': json['providers'] == null ? undefined : json['providers'],
|
|
34
|
-
'recommendationInfo': json['recommendationInfo'] == null ? undefined : RecommendationInfoFromJSON(json['recommendationInfo']),
|
|
35
|
-
};
|
|
36
|
-
}
|
|
37
|
-
export function CreateWidgetSessionRequestToJSON(json) {
|
|
38
|
-
return CreateWidgetSessionRequestToJSONTyped(json, false);
|
|
39
|
-
}
|
|
40
|
-
export function CreateWidgetSessionRequestToJSONTyped(value, ignoreDiscriminator = false) {
|
|
41
|
-
if (value == null) {
|
|
42
|
-
return value;
|
|
43
|
-
}
|
|
44
|
-
return {
|
|
45
|
-
'verificationProfileId': value['verificationProfileId'],
|
|
46
|
-
'redirectUrl': value['redirectUrl'],
|
|
47
|
-
'providers': value['providers'],
|
|
48
|
-
'recommendationInfo': RecommendationInfoToJSON(value['recommendationInfo']),
|
|
49
|
-
};
|
|
50
|
-
}
|