@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
package/dist/apis/SessionsApi.js
CHANGED
|
@@ -30,10 +30,9 @@ const index_1 = require("../models/index");
|
|
|
30
30
|
*/
|
|
31
31
|
class SessionsApi extends runtime.BaseAPI {
|
|
32
32
|
/**
|
|
33
|
-
*
|
|
34
|
-
* Cancel Session
|
|
33
|
+
* Creates request options for cancelSession without sending the request
|
|
35
34
|
*/
|
|
36
|
-
|
|
35
|
+
cancelSessionRequestOpts(requestParameters) {
|
|
37
36
|
return __awaiter(this, void 0, void 0, function* () {
|
|
38
37
|
if (requestParameters['sessionId'] == null) {
|
|
39
38
|
throw new runtime.RequiredError('sessionId', 'Required parameter "sessionId" was null or undefined when calling cancelSession().');
|
|
@@ -47,12 +46,24 @@ class SessionsApi extends runtime.BaseAPI {
|
|
|
47
46
|
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
48
47
|
}
|
|
49
48
|
}
|
|
50
|
-
|
|
51
|
-
|
|
49
|
+
let urlPath = `/api/v1/sessions/{sessionId}/cancel`;
|
|
50
|
+
urlPath = urlPath.replace(`{${"sessionId"}}`, encodeURIComponent(String(requestParameters['sessionId'])));
|
|
51
|
+
return {
|
|
52
|
+
path: urlPath,
|
|
52
53
|
method: 'POST',
|
|
53
54
|
headers: headerParameters,
|
|
54
55
|
query: queryParameters,
|
|
55
|
-
}
|
|
56
|
+
};
|
|
57
|
+
});
|
|
58
|
+
}
|
|
59
|
+
/**
|
|
60
|
+
* Cancel a Session by its ID
|
|
61
|
+
* Cancel Session
|
|
62
|
+
*/
|
|
63
|
+
cancelSessionRaw(requestParameters, initOverrides) {
|
|
64
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
65
|
+
const requestOptions = yield this.cancelSessionRequestOpts(requestParameters);
|
|
66
|
+
const response = yield this.request(requestOptions, initOverrides);
|
|
56
67
|
return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.CancelSessionResponseFromJSON)(jsonValue));
|
|
57
68
|
});
|
|
58
69
|
}
|
|
@@ -67,10 +78,9 @@ class SessionsApi extends runtime.BaseAPI {
|
|
|
67
78
|
});
|
|
68
79
|
}
|
|
69
80
|
/**
|
|
70
|
-
*
|
|
71
|
-
* Create Direct Provider Session
|
|
81
|
+
* Creates request options for createDirectProviderSession without sending the request
|
|
72
82
|
*/
|
|
73
|
-
|
|
83
|
+
createDirectProviderSessionRequestOpts(requestParameters) {
|
|
74
84
|
return __awaiter(this, void 0, void 0, function* () {
|
|
75
85
|
const queryParameters = {};
|
|
76
86
|
const headerParameters = {};
|
|
@@ -82,13 +92,24 @@ class SessionsApi extends runtime.BaseAPI {
|
|
|
82
92
|
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
83
93
|
}
|
|
84
94
|
}
|
|
85
|
-
|
|
86
|
-
|
|
95
|
+
let urlPath = `/api/v1/sessions/provider/direct`;
|
|
96
|
+
return {
|
|
97
|
+
path: urlPath,
|
|
87
98
|
method: 'POST',
|
|
88
99
|
headers: headerParameters,
|
|
89
100
|
query: queryParameters,
|
|
90
101
|
body: (0, index_1.CreateDirectProviderSessionRequestToJSON)(requestParameters['createDirectProviderSessionRequest']),
|
|
91
|
-
}
|
|
102
|
+
};
|
|
103
|
+
});
|
|
104
|
+
}
|
|
105
|
+
/**
|
|
106
|
+
* Verify a user\'s identity with a specific provider, handling additional user interaction in your own UI. Signal which kinds of user interactions your UI can handle using the `Capabilities` field. If `FallbackToHostedUi` is `true`, Trinsic\'s hosted UI will automatically be invoked to handle any capabilities you do not support.
|
|
107
|
+
* Create Direct Provider Session
|
|
108
|
+
*/
|
|
109
|
+
createDirectProviderSessionRaw(requestParameters, initOverrides) {
|
|
110
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
111
|
+
const requestOptions = yield this.createDirectProviderSessionRequestOpts(requestParameters);
|
|
112
|
+
const response = yield this.request(requestOptions, initOverrides);
|
|
92
113
|
return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.CreateDirectProviderSessionResponseFromJSON)(jsonValue));
|
|
93
114
|
});
|
|
94
115
|
}
|
|
@@ -103,10 +124,9 @@ class SessionsApi extends runtime.BaseAPI {
|
|
|
103
124
|
});
|
|
104
125
|
}
|
|
105
126
|
/**
|
|
106
|
-
*
|
|
107
|
-
* Create Hosted Provider Session
|
|
127
|
+
* Creates request options for createHostedProviderSession without sending the request
|
|
108
128
|
*/
|
|
109
|
-
|
|
129
|
+
createHostedProviderSessionRequestOpts(requestParameters) {
|
|
110
130
|
return __awaiter(this, void 0, void 0, function* () {
|
|
111
131
|
const queryParameters = {};
|
|
112
132
|
const headerParameters = {};
|
|
@@ -118,67 +138,41 @@ class SessionsApi extends runtime.BaseAPI {
|
|
|
118
138
|
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
119
139
|
}
|
|
120
140
|
}
|
|
121
|
-
|
|
122
|
-
|
|
141
|
+
let urlPath = `/api/v1/sessions/provider/hosted`;
|
|
142
|
+
return {
|
|
143
|
+
path: urlPath,
|
|
123
144
|
method: 'POST',
|
|
124
145
|
headers: headerParameters,
|
|
125
146
|
query: queryParameters,
|
|
126
147
|
body: (0, index_1.CreateHostedProviderSessionRequestToJSON)(requestParameters['createHostedProviderSessionRequest']),
|
|
127
|
-
}
|
|
128
|
-
return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.CreateHostedProviderSessionResponseFromJSON)(jsonValue));
|
|
148
|
+
};
|
|
129
149
|
});
|
|
130
150
|
}
|
|
131
151
|
/**
|
|
132
152
|
* Verify a user\'s identity with a specific provider, using Trinsic-hosted UI for providers which require additional user interaction.
|
|
133
153
|
* Create Hosted Provider Session
|
|
134
154
|
*/
|
|
135
|
-
|
|
136
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
137
|
-
const response = yield this.createHostedProviderSessionRaw({ createHostedProviderSessionRequest: createHostedProviderSessionRequest }, initOverrides);
|
|
138
|
-
return yield response.value();
|
|
139
|
-
});
|
|
140
|
-
}
|
|
141
|
-
/**
|
|
142
|
-
* Verify a user\'s identity using Trinsic\'s hosted Widget flow.
|
|
143
|
-
* Create Widget Session
|
|
144
|
-
*/
|
|
145
|
-
createWidgetSessionRaw(requestParameters, initOverrides) {
|
|
155
|
+
createHostedProviderSessionRaw(requestParameters, initOverrides) {
|
|
146
156
|
return __awaiter(this, void 0, void 0, function* () {
|
|
147
|
-
const
|
|
148
|
-
const
|
|
149
|
-
|
|
150
|
-
if (this.configuration && this.configuration.accessToken) {
|
|
151
|
-
const token = this.configuration.accessToken;
|
|
152
|
-
const tokenString = yield token("Bearer", []);
|
|
153
|
-
if (tokenString) {
|
|
154
|
-
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
155
|
-
}
|
|
156
|
-
}
|
|
157
|
-
const response = yield this.request({
|
|
158
|
-
path: `/api/v1/sessions/widget`,
|
|
159
|
-
method: 'POST',
|
|
160
|
-
headers: headerParameters,
|
|
161
|
-
query: queryParameters,
|
|
162
|
-
body: (0, index_1.CreateWidgetSessionRequestToJSON)(requestParameters['createWidgetSessionRequest']),
|
|
163
|
-
}, initOverrides);
|
|
164
|
-
return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.CreateWidgetSessionResponseFromJSON)(jsonValue));
|
|
157
|
+
const requestOptions = yield this.createHostedProviderSessionRequestOpts(requestParameters);
|
|
158
|
+
const response = yield this.request(requestOptions, initOverrides);
|
|
159
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.CreateHostedProviderSessionResponseFromJSON)(jsonValue));
|
|
165
160
|
});
|
|
166
161
|
}
|
|
167
162
|
/**
|
|
168
|
-
* Verify a user\'s identity using Trinsic
|
|
169
|
-
* Create
|
|
163
|
+
* Verify a user\'s identity with a specific provider, using Trinsic-hosted UI for providers which require additional user interaction.
|
|
164
|
+
* Create Hosted Provider Session
|
|
170
165
|
*/
|
|
171
|
-
|
|
166
|
+
createHostedProviderSession(createHostedProviderSessionRequest, initOverrides) {
|
|
172
167
|
return __awaiter(this, void 0, void 0, function* () {
|
|
173
|
-
const response = yield this.
|
|
168
|
+
const response = yield this.createHostedProviderSessionRaw({ createHostedProviderSessionRequest: createHostedProviderSessionRequest }, initOverrides);
|
|
174
169
|
return yield response.value();
|
|
175
170
|
});
|
|
176
171
|
}
|
|
177
172
|
/**
|
|
178
|
-
*
|
|
179
|
-
* Get Attachment
|
|
173
|
+
* Creates request options for getAttachment without sending the request
|
|
180
174
|
*/
|
|
181
|
-
|
|
175
|
+
getAttachmentRequestOpts(requestParameters) {
|
|
182
176
|
return __awaiter(this, void 0, void 0, function* () {
|
|
183
177
|
if (requestParameters['sessionId'] == null) {
|
|
184
178
|
throw new runtime.RequiredError('sessionId', 'Required parameter "sessionId" was null or undefined when calling getAttachment().');
|
|
@@ -196,13 +190,26 @@ class SessionsApi extends runtime.BaseAPI {
|
|
|
196
190
|
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
197
191
|
}
|
|
198
192
|
}
|
|
199
|
-
|
|
200
|
-
|
|
193
|
+
let urlPath = `/api/v1/sessions/{sessionId}/attachments/{attachmentId}/get`;
|
|
194
|
+
urlPath = urlPath.replace(`{${"sessionId"}}`, encodeURIComponent(String(requestParameters['sessionId'])));
|
|
195
|
+
urlPath = urlPath.replace(`{${"attachmentId"}}`, encodeURIComponent(String(requestParameters['attachmentId'])));
|
|
196
|
+
return {
|
|
197
|
+
path: urlPath,
|
|
201
198
|
method: 'POST',
|
|
202
199
|
headers: headerParameters,
|
|
203
200
|
query: queryParameters,
|
|
204
201
|
body: (0, index_1.GetAttachmentRequestToJSON)(requestParameters['getAttachmentRequest']),
|
|
205
|
-
}
|
|
202
|
+
};
|
|
203
|
+
});
|
|
204
|
+
}
|
|
205
|
+
/**
|
|
206
|
+
* Fetch an Attachment\'s contents.
|
|
207
|
+
* Get Attachment
|
|
208
|
+
*/
|
|
209
|
+
getAttachmentRaw(requestParameters, initOverrides) {
|
|
210
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
211
|
+
const requestOptions = yield this.getAttachmentRequestOpts(requestParameters);
|
|
212
|
+
const response = yield this.request(requestOptions, initOverrides);
|
|
206
213
|
return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.GetAttachmentResponseFromJSON)(jsonValue));
|
|
207
214
|
});
|
|
208
215
|
}
|
|
@@ -217,10 +224,9 @@ class SessionsApi extends runtime.BaseAPI {
|
|
|
217
224
|
});
|
|
218
225
|
}
|
|
219
226
|
/**
|
|
220
|
-
*
|
|
221
|
-
* Get Session
|
|
227
|
+
* Creates request options for getSession without sending the request
|
|
222
228
|
*/
|
|
223
|
-
|
|
229
|
+
getSessionRequestOpts(requestParameters) {
|
|
224
230
|
return __awaiter(this, void 0, void 0, function* () {
|
|
225
231
|
if (requestParameters['sessionId'] == null) {
|
|
226
232
|
throw new runtime.RequiredError('sessionId', 'Required parameter "sessionId" was null or undefined when calling getSession().');
|
|
@@ -234,12 +240,24 @@ class SessionsApi extends runtime.BaseAPI {
|
|
|
234
240
|
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
235
241
|
}
|
|
236
242
|
}
|
|
237
|
-
|
|
238
|
-
|
|
243
|
+
let urlPath = `/api/v1/sessions/{sessionId}`;
|
|
244
|
+
urlPath = urlPath.replace(`{${"sessionId"}}`, encodeURIComponent(String(requestParameters['sessionId'])));
|
|
245
|
+
return {
|
|
246
|
+
path: urlPath,
|
|
239
247
|
method: 'GET',
|
|
240
248
|
headers: headerParameters,
|
|
241
249
|
query: queryParameters,
|
|
242
|
-
}
|
|
250
|
+
};
|
|
251
|
+
});
|
|
252
|
+
}
|
|
253
|
+
/**
|
|
254
|
+
* Get a Session by its ID
|
|
255
|
+
* Get Session
|
|
256
|
+
*/
|
|
257
|
+
getSessionRaw(requestParameters, initOverrides) {
|
|
258
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
259
|
+
const requestOptions = yield this.getSessionRequestOpts(requestParameters);
|
|
260
|
+
const response = yield this.request(requestOptions, initOverrides);
|
|
243
261
|
return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.GetSessionResponseFromJSON)(jsonValue));
|
|
244
262
|
});
|
|
245
263
|
}
|
|
@@ -254,9 +272,9 @@ class SessionsApi extends runtime.BaseAPI {
|
|
|
254
272
|
});
|
|
255
273
|
}
|
|
256
274
|
/**
|
|
257
|
-
*
|
|
275
|
+
* Creates request options for getSessionResult without sending the request
|
|
258
276
|
*/
|
|
259
|
-
|
|
277
|
+
getSessionResultRequestOpts(requestParameters) {
|
|
260
278
|
return __awaiter(this, void 0, void 0, function* () {
|
|
261
279
|
if (requestParameters['sessionId'] == null) {
|
|
262
280
|
throw new runtime.RequiredError('sessionId', 'Required parameter "sessionId" was null or undefined when calling getSessionResult().');
|
|
@@ -271,13 +289,24 @@ class SessionsApi extends runtime.BaseAPI {
|
|
|
271
289
|
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
272
290
|
}
|
|
273
291
|
}
|
|
274
|
-
|
|
275
|
-
|
|
292
|
+
let urlPath = `/api/v1/sessions/{sessionId}/results`;
|
|
293
|
+
urlPath = urlPath.replace(`{${"sessionId"}}`, encodeURIComponent(String(requestParameters['sessionId'])));
|
|
294
|
+
return {
|
|
295
|
+
path: urlPath,
|
|
276
296
|
method: 'POST',
|
|
277
297
|
headers: headerParameters,
|
|
278
298
|
query: queryParameters,
|
|
279
299
|
body: (0, index_1.GetSessionResultRequestToJSON)(requestParameters['getSessionResultRequest']),
|
|
280
|
-
}
|
|
300
|
+
};
|
|
301
|
+
});
|
|
302
|
+
}
|
|
303
|
+
/**
|
|
304
|
+
* Get Session Results
|
|
305
|
+
*/
|
|
306
|
+
getSessionResultRaw(requestParameters, initOverrides) {
|
|
307
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
308
|
+
const requestOptions = yield this.getSessionResultRequestOpts(requestParameters);
|
|
309
|
+
const response = yield this.request(requestOptions, initOverrides);
|
|
281
310
|
return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.GetSessionResultResponseFromJSON)(jsonValue));
|
|
282
311
|
});
|
|
283
312
|
}
|
|
@@ -291,10 +320,9 @@ class SessionsApi extends runtime.BaseAPI {
|
|
|
291
320
|
});
|
|
292
321
|
}
|
|
293
322
|
/**
|
|
294
|
-
*
|
|
295
|
-
* List Sessions
|
|
323
|
+
* Creates request options for listSessions without sending the request
|
|
296
324
|
*/
|
|
297
|
-
|
|
325
|
+
listSessionsRequestOpts(requestParameters) {
|
|
298
326
|
return __awaiter(this, void 0, void 0, function* () {
|
|
299
327
|
if (requestParameters['verificationProfileId'] == null) {
|
|
300
328
|
throw new runtime.RequiredError('verificationProfileId', 'Required parameter "verificationProfileId" was null or undefined when calling listSessions().');
|
|
@@ -320,12 +348,24 @@ class SessionsApi extends runtime.BaseAPI {
|
|
|
320
348
|
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
321
349
|
}
|
|
322
350
|
}
|
|
323
|
-
|
|
324
|
-
|
|
351
|
+
let urlPath = `/api/v1/verification-profiles/{verificationProfileId}/sessions`;
|
|
352
|
+
urlPath = urlPath.replace(`{${"verificationProfileId"}}`, encodeURIComponent(String(requestParameters['verificationProfileId'])));
|
|
353
|
+
return {
|
|
354
|
+
path: urlPath,
|
|
325
355
|
method: 'GET',
|
|
326
356
|
headers: headerParameters,
|
|
327
357
|
query: queryParameters,
|
|
328
|
-
}
|
|
358
|
+
};
|
|
359
|
+
});
|
|
360
|
+
}
|
|
361
|
+
/**
|
|
362
|
+
* List Sessions created for a specific Verification Profile
|
|
363
|
+
* List Sessions
|
|
364
|
+
*/
|
|
365
|
+
listSessionsRaw(requestParameters, initOverrides) {
|
|
366
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
367
|
+
const requestOptions = yield this.listSessionsRequestOpts(requestParameters);
|
|
368
|
+
const response = yield this.request(requestOptions, initOverrides);
|
|
329
369
|
return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.ListSessionsResponseFromJSON)(jsonValue));
|
|
330
370
|
});
|
|
331
371
|
}
|
|
@@ -340,10 +380,9 @@ class SessionsApi extends runtime.BaseAPI {
|
|
|
340
380
|
});
|
|
341
381
|
}
|
|
342
382
|
/**
|
|
343
|
-
*
|
|
344
|
-
* Recommend Providers
|
|
383
|
+
* Creates request options for recommendProviders without sending the request
|
|
345
384
|
*/
|
|
346
|
-
|
|
385
|
+
recommendProvidersRequestOpts(requestParameters) {
|
|
347
386
|
return __awaiter(this, void 0, void 0, function* () {
|
|
348
387
|
const queryParameters = {};
|
|
349
388
|
const headerParameters = {};
|
|
@@ -355,13 +394,24 @@ class SessionsApi extends runtime.BaseAPI {
|
|
|
355
394
|
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
356
395
|
}
|
|
357
396
|
}
|
|
358
|
-
|
|
359
|
-
|
|
397
|
+
let urlPath = `/api/v1/sessions/providers/recommend`;
|
|
398
|
+
return {
|
|
399
|
+
path: urlPath,
|
|
360
400
|
method: 'POST',
|
|
361
401
|
headers: headerParameters,
|
|
362
402
|
query: queryParameters,
|
|
363
403
|
body: (0, index_1.RecommendProvidersRequestToJSON)(requestParameters['recommendProvidersRequest']),
|
|
364
|
-
}
|
|
404
|
+
};
|
|
405
|
+
});
|
|
406
|
+
}
|
|
407
|
+
/**
|
|
408
|
+
* Recommend providers for a specific user session. You can filter based on health (default=online) and specify country and subdivision information. Trinsic will use the phone number and IP address, if provided, to deduce the country and subdivision of the user and use that info for filtering the providers.
|
|
409
|
+
* Recommend Providers
|
|
410
|
+
*/
|
|
411
|
+
recommendProvidersRaw(requestParameters, initOverrides) {
|
|
412
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
413
|
+
const requestOptions = yield this.recommendProvidersRequestOpts(requestParameters);
|
|
414
|
+
const response = yield this.request(requestOptions, initOverrides);
|
|
365
415
|
return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.RecommendProvidersResponseFromJSON)(jsonValue));
|
|
366
416
|
});
|
|
367
417
|
}
|
|
@@ -376,10 +426,9 @@ class SessionsApi extends runtime.BaseAPI {
|
|
|
376
426
|
});
|
|
377
427
|
}
|
|
378
428
|
/**
|
|
379
|
-
*
|
|
380
|
-
* Redact Session
|
|
429
|
+
* Creates request options for redactSession without sending the request
|
|
381
430
|
*/
|
|
382
|
-
|
|
431
|
+
redactSessionRequestOpts(requestParameters) {
|
|
383
432
|
return __awaiter(this, void 0, void 0, function* () {
|
|
384
433
|
if (requestParameters['sessionId'] == null) {
|
|
385
434
|
throw new runtime.RequiredError('sessionId', 'Required parameter "sessionId" was null or undefined when calling redactSession().');
|
|
@@ -393,12 +442,24 @@ class SessionsApi extends runtime.BaseAPI {
|
|
|
393
442
|
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
394
443
|
}
|
|
395
444
|
}
|
|
396
|
-
|
|
397
|
-
|
|
445
|
+
let urlPath = `/api/v1/sessions/{sessionId}/redact`;
|
|
446
|
+
urlPath = urlPath.replace(`{${"sessionId"}}`, encodeURIComponent(String(requestParameters['sessionId'])));
|
|
447
|
+
return {
|
|
448
|
+
path: urlPath,
|
|
398
449
|
method: 'POST',
|
|
399
450
|
headers: headerParameters,
|
|
400
451
|
query: queryParameters,
|
|
401
|
-
}
|
|
452
|
+
};
|
|
453
|
+
});
|
|
454
|
+
}
|
|
455
|
+
/**
|
|
456
|
+
* Redact a Session, removing all identity data from Trinsic\'s servers. Every verification profile has a redaction period that dictates how long we will hold on to your users\' PII data. Once a session falls outside the redaction cutoff date, all PII will automatically be removed from that session. You can utilize this endpoint to redact a session immediately.
|
|
457
|
+
* Redact Session
|
|
458
|
+
*/
|
|
459
|
+
redactSessionRaw(requestParameters, initOverrides) {
|
|
460
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
461
|
+
const requestOptions = yield this.redactSessionRequestOpts(requestParameters);
|
|
462
|
+
const response = yield this.request(requestOptions, initOverrides);
|
|
402
463
|
return new runtime.VoidApiResponse(response);
|
|
403
464
|
});
|
|
404
465
|
}
|
|
@@ -412,10 +473,9 @@ class SessionsApi extends runtime.BaseAPI {
|
|
|
412
473
|
});
|
|
413
474
|
}
|
|
414
475
|
/**
|
|
415
|
-
*
|
|
416
|
-
* Refresh Step Content
|
|
476
|
+
* Creates request options for refreshStepContent without sending the request
|
|
417
477
|
*/
|
|
418
|
-
|
|
478
|
+
refreshStepContentRequestOpts(requestParameters) {
|
|
419
479
|
return __awaiter(this, void 0, void 0, function* () {
|
|
420
480
|
if (requestParameters['sessionId'] == null) {
|
|
421
481
|
throw new runtime.RequiredError('sessionId', 'Required parameter "sessionId" was null or undefined when calling refreshStepContent().');
|
|
@@ -430,13 +490,25 @@ class SessionsApi extends runtime.BaseAPI {
|
|
|
430
490
|
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
431
491
|
}
|
|
432
492
|
}
|
|
433
|
-
|
|
434
|
-
|
|
493
|
+
let urlPath = `/api/v1/sessions/{sessionId}/step/refresh`;
|
|
494
|
+
urlPath = urlPath.replace(`{${"sessionId"}}`, encodeURIComponent(String(requestParameters['sessionId'])));
|
|
495
|
+
return {
|
|
496
|
+
path: urlPath,
|
|
435
497
|
method: 'POST',
|
|
436
498
|
headers: headerParameters,
|
|
437
499
|
query: queryParameters,
|
|
438
500
|
body: (0, index_1.RefreshStepContentRequestToJSON)(requestParameters['refreshStepContentRequest']),
|
|
439
|
-
}
|
|
501
|
+
};
|
|
502
|
+
});
|
|
503
|
+
}
|
|
504
|
+
/**
|
|
505
|
+
* Refreshes the content of a Step for a Direct Provider Session.
|
|
506
|
+
* Refresh Step Content
|
|
507
|
+
*/
|
|
508
|
+
refreshStepContentRaw(requestParameters, initOverrides) {
|
|
509
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
510
|
+
const requestOptions = yield this.refreshStepContentRequestOpts(requestParameters);
|
|
511
|
+
const response = yield this.request(requestOptions, initOverrides);
|
|
440
512
|
return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.RefreshStepContentResponseFromJSON)(jsonValue));
|
|
441
513
|
});
|
|
442
514
|
}
|
|
@@ -451,10 +523,9 @@ class SessionsApi extends runtime.BaseAPI {
|
|
|
451
523
|
});
|
|
452
524
|
}
|
|
453
525
|
/**
|
|
454
|
-
*
|
|
455
|
-
* Submit Native Challenge Response
|
|
526
|
+
* Creates request options for submitNativeChallengeResponse without sending the request
|
|
456
527
|
*/
|
|
457
|
-
|
|
528
|
+
submitNativeChallengeResponseRequestOpts(requestParameters) {
|
|
458
529
|
return __awaiter(this, void 0, void 0, function* () {
|
|
459
530
|
if (requestParameters['sessionId'] == null) {
|
|
460
531
|
throw new runtime.RequiredError('sessionId', 'Required parameter "sessionId" was null or undefined when calling submitNativeChallengeResponse().');
|
|
@@ -469,13 +540,25 @@ class SessionsApi extends runtime.BaseAPI {
|
|
|
469
540
|
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
470
541
|
}
|
|
471
542
|
}
|
|
472
|
-
|
|
473
|
-
|
|
543
|
+
let urlPath = `/api/v1/sessions/{sessionId}/native-challenge/submit`;
|
|
544
|
+
urlPath = urlPath.replace(`{${"sessionId"}}`, encodeURIComponent(String(requestParameters['sessionId'])));
|
|
545
|
+
return {
|
|
546
|
+
path: urlPath,
|
|
474
547
|
method: 'POST',
|
|
475
548
|
headers: headerParameters,
|
|
476
549
|
query: queryParameters,
|
|
477
550
|
body: (0, index_1.SubmitNativeChallengeResponseRequestToJSON)(requestParameters['submitNativeChallengeResponseRequest']),
|
|
478
|
-
}
|
|
551
|
+
};
|
|
552
|
+
});
|
|
553
|
+
}
|
|
554
|
+
/**
|
|
555
|
+
* Submits the response from a Native Challenge (e.g., mDL exchange via DC API) and processes the results.
|
|
556
|
+
* Submit Native Challenge Response
|
|
557
|
+
*/
|
|
558
|
+
submitNativeChallengeResponseRaw(requestParameters, initOverrides) {
|
|
559
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
560
|
+
const requestOptions = yield this.submitNativeChallengeResponseRequestOpts(requestParameters);
|
|
561
|
+
const response = yield this.request(requestOptions, initOverrides);
|
|
479
562
|
return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.SubmitNativeChallengeResponseResponseFromJSON)(jsonValue));
|
|
480
563
|
});
|
|
481
564
|
}
|
|
@@ -15,12 +15,16 @@ export interface CreateVerificationProfileRequest {
|
|
|
15
15
|
alias: string;
|
|
16
16
|
brandName: string;
|
|
17
17
|
primaryColor?: string;
|
|
18
|
+
externalId?: string;
|
|
18
19
|
providers?: Array<string>;
|
|
19
20
|
logo?: Blob;
|
|
20
21
|
redactionPeriod?: string;
|
|
21
22
|
sessionExpiration?: string;
|
|
22
23
|
isProductionUsage?: boolean;
|
|
23
24
|
}
|
|
25
|
+
export interface GetVerificationProfileByExternalIdRequest {
|
|
26
|
+
externalId: string;
|
|
27
|
+
}
|
|
24
28
|
export interface GetVerificationProfileByIdRequest {
|
|
25
29
|
id: string;
|
|
26
30
|
}
|
|
@@ -35,12 +39,28 @@ export interface ListVerificationProfilesRequest {
|
|
|
35
39
|
* @interface VerificationProfilesApiInterface
|
|
36
40
|
*/
|
|
37
41
|
export interface VerificationProfilesApiInterface {
|
|
42
|
+
/**
|
|
43
|
+
* Creates request options for createVerificationProfile without sending the request
|
|
44
|
+
* @param {string} alias An alias of the verification profile shown to developers and administrators.
|
|
45
|
+
* @param {string} brandName The brand name of the verification profile shown to end-users.
|
|
46
|
+
* @param {string} [primaryColor] The primary color of the verification profile. Must be a 6-character hex string prefixed with a \\\'#\\\' character. Example: #000000
|
|
47
|
+
* @param {string} [externalId] A customer-defined external ID for this verification profile. Must be unique within your organization and be at most 255 characters long.
|
|
48
|
+
* @param {Array<string>} [providers] The list of providers you\\\'d like to select for this profile. We will not currently enable any providers.
|
|
49
|
+
* @param {Blob} [logo] The logo of the verification profile.
|
|
50
|
+
* @param {string} [redactionPeriod] The redaction period for verification data. Must be between 0 and 31 days, and at least 15 minutes greater than the session expiration. If not specified, defaults to 31 days.
|
|
51
|
+
* @param {string} [sessionExpiration] The session expiration for verification sessions created with this profile. Must be between 15 minutes and 24 hours. Defaults to 1 hour if not specified.
|
|
52
|
+
* @param {boolean} [isProductionUsage] Whether this profile is for production usage. Only applicable for Live environment profiles. If not specified for Live profiles, defaults to false (Demo).
|
|
53
|
+
* @throws {RequiredError}
|
|
54
|
+
* @memberof VerificationProfilesApiInterface
|
|
55
|
+
*/
|
|
56
|
+
createVerificationProfileRequestOpts(requestParameters: CreateVerificationProfileRequest): Promise<runtime.RequestOpts>;
|
|
38
57
|
/**
|
|
39
58
|
* Creates a new verification profile within your organization.
|
|
40
59
|
* @summary Create Verification Profile
|
|
41
60
|
* @param {string} alias An alias of the verification profile shown to developers and administrators.
|
|
42
61
|
* @param {string} brandName The brand name of the verification profile shown to end-users.
|
|
43
62
|
* @param {string} [primaryColor] The primary color of the verification profile. Must be a 6-character hex string prefixed with a \\\'#\\\' character. Example: #000000
|
|
63
|
+
* @param {string} [externalId] A customer-defined external ID for this verification profile. Must be unique within your organization and be at most 255 characters long.
|
|
44
64
|
* @param {Array<string>} [providers] The list of providers you\\\'d like to select for this profile. We will not currently enable any providers.
|
|
45
65
|
* @param {Blob} [logo] The logo of the verification profile.
|
|
46
66
|
* @param {string} [redactionPeriod] The redaction period for verification data. Must be between 0 and 31 days, and at least 15 minutes greater than the session expiration. If not specified, defaults to 31 days.
|
|
@@ -55,7 +75,35 @@ export interface VerificationProfilesApiInterface {
|
|
|
55
75
|
* Creates a new verification profile within your organization.
|
|
56
76
|
* Create Verification Profile
|
|
57
77
|
*/
|
|
58
|
-
createVerificationProfile(alias: string, brandName: string, primaryColor?: string, providers?: Array<string>, logo?: Blob, redactionPeriod?: string, sessionExpiration?: string, isProductionUsage?: boolean, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CreateVerificationProfileResponse>;
|
|
78
|
+
createVerificationProfile(alias: string, brandName: string, primaryColor?: string, externalId?: string, providers?: Array<string>, logo?: Blob, redactionPeriod?: string, sessionExpiration?: string, isProductionUsage?: boolean, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CreateVerificationProfileResponse>;
|
|
79
|
+
/**
|
|
80
|
+
* Creates request options for getVerificationProfileByExternalId without sending the request
|
|
81
|
+
* @param {string} externalId Customer-defined external ID
|
|
82
|
+
* @throws {RequiredError}
|
|
83
|
+
* @memberof VerificationProfilesApiInterface
|
|
84
|
+
*/
|
|
85
|
+
getVerificationProfileByExternalIdRequestOpts(requestParameters: GetVerificationProfileByExternalIdRequest): Promise<runtime.RequestOpts>;
|
|
86
|
+
/**
|
|
87
|
+
* Gets a specific verification profile by its customer-defined external ID.
|
|
88
|
+
* @summary Get Verification Profile by External ID
|
|
89
|
+
* @param {string} externalId Customer-defined external ID
|
|
90
|
+
* @param {*} [options] Override http request option.
|
|
91
|
+
* @throws {RequiredError}
|
|
92
|
+
* @memberof VerificationProfilesApiInterface
|
|
93
|
+
*/
|
|
94
|
+
getVerificationProfileByExternalIdRaw(requestParameters: GetVerificationProfileByExternalIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<VerificationProfileResponse>>;
|
|
95
|
+
/**
|
|
96
|
+
* Gets a specific verification profile by its customer-defined external ID.
|
|
97
|
+
* Get Verification Profile by External ID
|
|
98
|
+
*/
|
|
99
|
+
getVerificationProfileByExternalId(externalId: string, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<VerificationProfileResponse>;
|
|
100
|
+
/**
|
|
101
|
+
* Creates request options for getVerificationProfileById without sending the request
|
|
102
|
+
* @param {string} id
|
|
103
|
+
* @throws {RequiredError}
|
|
104
|
+
* @memberof VerificationProfilesApiInterface
|
|
105
|
+
*/
|
|
106
|
+
getVerificationProfileByIdRequestOpts(requestParameters: GetVerificationProfileByIdRequest): Promise<runtime.RequestOpts>;
|
|
59
107
|
/**
|
|
60
108
|
* Gets a specific verification profile by ID.
|
|
61
109
|
* @summary Get Verification Profile
|
|
@@ -70,6 +118,14 @@ export interface VerificationProfilesApiInterface {
|
|
|
70
118
|
* Get Verification Profile
|
|
71
119
|
*/
|
|
72
120
|
getVerificationProfileById(id: string, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<VerificationProfileResponse>;
|
|
121
|
+
/**
|
|
122
|
+
* Creates request options for listVerificationProfiles without sending the request
|
|
123
|
+
* @param {number} [page]
|
|
124
|
+
* @param {number} [pageSize] Size of the list to be returned. Accepted range from 1 to 100
|
|
125
|
+
* @throws {RequiredError}
|
|
126
|
+
* @memberof VerificationProfilesApiInterface
|
|
127
|
+
*/
|
|
128
|
+
listVerificationProfilesRequestOpts(requestParameters: ListVerificationProfilesRequest): Promise<runtime.RequestOpts>;
|
|
73
129
|
/**
|
|
74
130
|
* List the verification profiles for the current organization and environment.
|
|
75
131
|
* @summary List Verification Profiles
|
|
@@ -90,6 +146,10 @@ export interface VerificationProfilesApiInterface {
|
|
|
90
146
|
*
|
|
91
147
|
*/
|
|
92
148
|
export declare class VerificationProfilesApi extends runtime.BaseAPI implements VerificationProfilesApiInterface {
|
|
149
|
+
/**
|
|
150
|
+
* Creates request options for createVerificationProfile without sending the request
|
|
151
|
+
*/
|
|
152
|
+
createVerificationProfileRequestOpts(requestParameters: CreateVerificationProfileRequest): Promise<runtime.RequestOpts>;
|
|
93
153
|
/**
|
|
94
154
|
* Creates a new verification profile within your organization.
|
|
95
155
|
* Create Verification Profile
|
|
@@ -99,7 +159,25 @@ export declare class VerificationProfilesApi extends runtime.BaseAPI implements
|
|
|
99
159
|
* Creates a new verification profile within your organization.
|
|
100
160
|
* Create Verification Profile
|
|
101
161
|
*/
|
|
102
|
-
createVerificationProfile(alias: string, brandName: string, primaryColor?: string, providers?: Array<string>, logo?: Blob, redactionPeriod?: string, sessionExpiration?: string, isProductionUsage?: boolean, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CreateVerificationProfileResponse>;
|
|
162
|
+
createVerificationProfile(alias: string, brandName: string, primaryColor?: string, externalId?: string, providers?: Array<string>, logo?: Blob, redactionPeriod?: string, sessionExpiration?: string, isProductionUsage?: boolean, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CreateVerificationProfileResponse>;
|
|
163
|
+
/**
|
|
164
|
+
* Creates request options for getVerificationProfileByExternalId without sending the request
|
|
165
|
+
*/
|
|
166
|
+
getVerificationProfileByExternalIdRequestOpts(requestParameters: GetVerificationProfileByExternalIdRequest): Promise<runtime.RequestOpts>;
|
|
167
|
+
/**
|
|
168
|
+
* Gets a specific verification profile by its customer-defined external ID.
|
|
169
|
+
* Get Verification Profile by External ID
|
|
170
|
+
*/
|
|
171
|
+
getVerificationProfileByExternalIdRaw(requestParameters: GetVerificationProfileByExternalIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<VerificationProfileResponse>>;
|
|
172
|
+
/**
|
|
173
|
+
* Gets a specific verification profile by its customer-defined external ID.
|
|
174
|
+
* Get Verification Profile by External ID
|
|
175
|
+
*/
|
|
176
|
+
getVerificationProfileByExternalId(externalId: string, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<VerificationProfileResponse>;
|
|
177
|
+
/**
|
|
178
|
+
* Creates request options for getVerificationProfileById without sending the request
|
|
179
|
+
*/
|
|
180
|
+
getVerificationProfileByIdRequestOpts(requestParameters: GetVerificationProfileByIdRequest): Promise<runtime.RequestOpts>;
|
|
103
181
|
/**
|
|
104
182
|
* Gets a specific verification profile by ID.
|
|
105
183
|
* Get Verification Profile
|
|
@@ -110,6 +188,10 @@ export declare class VerificationProfilesApi extends runtime.BaseAPI implements
|
|
|
110
188
|
* Get Verification Profile
|
|
111
189
|
*/
|
|
112
190
|
getVerificationProfileById(id: string, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<VerificationProfileResponse>;
|
|
191
|
+
/**
|
|
192
|
+
* Creates request options for listVerificationProfiles without sending the request
|
|
193
|
+
*/
|
|
194
|
+
listVerificationProfilesRequestOpts(requestParameters: ListVerificationProfilesRequest): Promise<runtime.RequestOpts>;
|
|
113
195
|
/**
|
|
114
196
|
* List the verification profiles for the current organization and environment.
|
|
115
197
|
* List Verification Profiles
|