@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
|
@@ -27,10 +27,9 @@ import { CreateVerificationProfileResponseFromJSON, ListVerificationProfilesResp
|
|
|
27
27
|
*/
|
|
28
28
|
export class VerificationProfilesApi extends runtime.BaseAPI {
|
|
29
29
|
/**
|
|
30
|
-
* Creates
|
|
31
|
-
* Create Verification Profile
|
|
30
|
+
* Creates request options for createVerificationProfile without sending the request
|
|
32
31
|
*/
|
|
33
|
-
|
|
32
|
+
createVerificationProfileRequestOpts(requestParameters) {
|
|
34
33
|
return __awaiter(this, void 0, void 0, function* () {
|
|
35
34
|
if (requestParameters['alias'] == null) {
|
|
36
35
|
throw new runtime.RequiredError('alias', 'Required parameter "alias" was null or undefined when calling createVerificationProfile().');
|
|
@@ -71,6 +70,9 @@ export class VerificationProfilesApi extends runtime.BaseAPI {
|
|
|
71
70
|
if (requestParameters['primaryColor'] != null) {
|
|
72
71
|
formParams.append('PrimaryColor', requestParameters['primaryColor']);
|
|
73
72
|
}
|
|
73
|
+
if (requestParameters['externalId'] != null) {
|
|
74
|
+
formParams.append('ExternalId', requestParameters['externalId']);
|
|
75
|
+
}
|
|
74
76
|
if (requestParameters['providers'] != null) {
|
|
75
77
|
requestParameters['providers'].forEach((element) => {
|
|
76
78
|
formParams.append('Providers', element);
|
|
@@ -88,13 +90,24 @@ export class VerificationProfilesApi extends runtime.BaseAPI {
|
|
|
88
90
|
if (requestParameters['isProductionUsage'] != null) {
|
|
89
91
|
formParams.append('IsProductionUsage', requestParameters['isProductionUsage']);
|
|
90
92
|
}
|
|
91
|
-
|
|
92
|
-
|
|
93
|
+
let urlPath = `/api/valpha/verification-profiles`;
|
|
94
|
+
return {
|
|
95
|
+
path: urlPath,
|
|
93
96
|
method: 'POST',
|
|
94
97
|
headers: headerParameters,
|
|
95
98
|
query: queryParameters,
|
|
96
99
|
body: formParams,
|
|
97
|
-
}
|
|
100
|
+
};
|
|
101
|
+
});
|
|
102
|
+
}
|
|
103
|
+
/**
|
|
104
|
+
* Creates a new verification profile within your organization.
|
|
105
|
+
* Create Verification Profile
|
|
106
|
+
*/
|
|
107
|
+
createVerificationProfileRaw(requestParameters, initOverrides) {
|
|
108
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
109
|
+
const requestOptions = yield this.createVerificationProfileRequestOpts(requestParameters);
|
|
110
|
+
const response = yield this.request(requestOptions, initOverrides);
|
|
98
111
|
return new runtime.JSONApiResponse(response, (jsonValue) => CreateVerificationProfileResponseFromJSON(jsonValue));
|
|
99
112
|
});
|
|
100
113
|
}
|
|
@@ -102,17 +115,64 @@ export class VerificationProfilesApi extends runtime.BaseAPI {
|
|
|
102
115
|
* Creates a new verification profile within your organization.
|
|
103
116
|
* Create Verification Profile
|
|
104
117
|
*/
|
|
105
|
-
createVerificationProfile(alias, brandName, primaryColor, providers, logo, redactionPeriod, sessionExpiration, isProductionUsage, initOverrides) {
|
|
118
|
+
createVerificationProfile(alias, brandName, primaryColor, externalId, providers, logo, redactionPeriod, sessionExpiration, isProductionUsage, initOverrides) {
|
|
106
119
|
return __awaiter(this, void 0, void 0, function* () {
|
|
107
|
-
const response = yield this.createVerificationProfileRaw({ alias: alias, brandName: brandName, primaryColor: primaryColor, providers: providers, logo: logo, redactionPeriod: redactionPeriod, sessionExpiration: sessionExpiration, isProductionUsage: isProductionUsage }, initOverrides);
|
|
120
|
+
const response = yield this.createVerificationProfileRaw({ alias: alias, brandName: brandName, primaryColor: primaryColor, externalId: externalId, providers: providers, logo: logo, redactionPeriod: redactionPeriod, sessionExpiration: sessionExpiration, isProductionUsage: isProductionUsage }, initOverrides);
|
|
108
121
|
return yield response.value();
|
|
109
122
|
});
|
|
110
123
|
}
|
|
111
124
|
/**
|
|
112
|
-
*
|
|
113
|
-
* Get Verification Profile
|
|
125
|
+
* Creates request options for getVerificationProfileByExternalId without sending the request
|
|
114
126
|
*/
|
|
115
|
-
|
|
127
|
+
getVerificationProfileByExternalIdRequestOpts(requestParameters) {
|
|
128
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
129
|
+
if (requestParameters['externalId'] == null) {
|
|
130
|
+
throw new runtime.RequiredError('externalId', 'Required parameter "externalId" was null or undefined when calling getVerificationProfileByExternalId().');
|
|
131
|
+
}
|
|
132
|
+
const queryParameters = {};
|
|
133
|
+
const headerParameters = {};
|
|
134
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
135
|
+
const token = this.configuration.accessToken;
|
|
136
|
+
const tokenString = yield token("Bearer", []);
|
|
137
|
+
if (tokenString) {
|
|
138
|
+
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
let urlPath = `/api/valpha/verification-profiles/external-ids/{externalId}`;
|
|
142
|
+
urlPath = urlPath.replace(`{${"externalId"}}`, encodeURIComponent(String(requestParameters['externalId'])));
|
|
143
|
+
return {
|
|
144
|
+
path: urlPath,
|
|
145
|
+
method: 'GET',
|
|
146
|
+
headers: headerParameters,
|
|
147
|
+
query: queryParameters,
|
|
148
|
+
};
|
|
149
|
+
});
|
|
150
|
+
}
|
|
151
|
+
/**
|
|
152
|
+
* Gets a specific verification profile by its customer-defined external ID.
|
|
153
|
+
* Get Verification Profile by External ID
|
|
154
|
+
*/
|
|
155
|
+
getVerificationProfileByExternalIdRaw(requestParameters, initOverrides) {
|
|
156
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
157
|
+
const requestOptions = yield this.getVerificationProfileByExternalIdRequestOpts(requestParameters);
|
|
158
|
+
const response = yield this.request(requestOptions, initOverrides);
|
|
159
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => VerificationProfileResponseFromJSON(jsonValue));
|
|
160
|
+
});
|
|
161
|
+
}
|
|
162
|
+
/**
|
|
163
|
+
* Gets a specific verification profile by its customer-defined external ID.
|
|
164
|
+
* Get Verification Profile by External ID
|
|
165
|
+
*/
|
|
166
|
+
getVerificationProfileByExternalId(externalId, initOverrides) {
|
|
167
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
168
|
+
const response = yield this.getVerificationProfileByExternalIdRaw({ externalId: externalId }, initOverrides);
|
|
169
|
+
return yield response.value();
|
|
170
|
+
});
|
|
171
|
+
}
|
|
172
|
+
/**
|
|
173
|
+
* Creates request options for getVerificationProfileById without sending the request
|
|
174
|
+
*/
|
|
175
|
+
getVerificationProfileByIdRequestOpts(requestParameters) {
|
|
116
176
|
return __awaiter(this, void 0, void 0, function* () {
|
|
117
177
|
if (requestParameters['id'] == null) {
|
|
118
178
|
throw new runtime.RequiredError('id', 'Required parameter "id" was null or undefined when calling getVerificationProfileById().');
|
|
@@ -126,12 +186,24 @@ export class VerificationProfilesApi extends runtime.BaseAPI {
|
|
|
126
186
|
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
127
187
|
}
|
|
128
188
|
}
|
|
129
|
-
|
|
130
|
-
|
|
189
|
+
let urlPath = `/api/valpha/verification-profiles/{id}`;
|
|
190
|
+
urlPath = urlPath.replace(`{${"id"}}`, encodeURIComponent(String(requestParameters['id'])));
|
|
191
|
+
return {
|
|
192
|
+
path: urlPath,
|
|
131
193
|
method: 'GET',
|
|
132
194
|
headers: headerParameters,
|
|
133
195
|
query: queryParameters,
|
|
134
|
-
}
|
|
196
|
+
};
|
|
197
|
+
});
|
|
198
|
+
}
|
|
199
|
+
/**
|
|
200
|
+
* Gets a specific verification profile by ID.
|
|
201
|
+
* Get Verification Profile
|
|
202
|
+
*/
|
|
203
|
+
getVerificationProfileByIdRaw(requestParameters, initOverrides) {
|
|
204
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
205
|
+
const requestOptions = yield this.getVerificationProfileByIdRequestOpts(requestParameters);
|
|
206
|
+
const response = yield this.request(requestOptions, initOverrides);
|
|
135
207
|
return new runtime.JSONApiResponse(response, (jsonValue) => VerificationProfileResponseFromJSON(jsonValue));
|
|
136
208
|
});
|
|
137
209
|
}
|
|
@@ -146,10 +218,9 @@ export class VerificationProfilesApi extends runtime.BaseAPI {
|
|
|
146
218
|
});
|
|
147
219
|
}
|
|
148
220
|
/**
|
|
149
|
-
*
|
|
150
|
-
* List Verification Profiles
|
|
221
|
+
* Creates request options for listVerificationProfiles without sending the request
|
|
151
222
|
*/
|
|
152
|
-
|
|
223
|
+
listVerificationProfilesRequestOpts(requestParameters) {
|
|
153
224
|
return __awaiter(this, void 0, void 0, function* () {
|
|
154
225
|
const queryParameters = {};
|
|
155
226
|
if (requestParameters['page'] != null) {
|
|
@@ -166,12 +237,23 @@ export class VerificationProfilesApi extends runtime.BaseAPI {
|
|
|
166
237
|
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
167
238
|
}
|
|
168
239
|
}
|
|
169
|
-
|
|
170
|
-
|
|
240
|
+
let urlPath = `/api/valpha/verification-profiles`;
|
|
241
|
+
return {
|
|
242
|
+
path: urlPath,
|
|
171
243
|
method: 'GET',
|
|
172
244
|
headers: headerParameters,
|
|
173
245
|
query: queryParameters,
|
|
174
|
-
}
|
|
246
|
+
};
|
|
247
|
+
});
|
|
248
|
+
}
|
|
249
|
+
/**
|
|
250
|
+
* List the verification profiles for the current organization and environment.
|
|
251
|
+
* List Verification Profiles
|
|
252
|
+
*/
|
|
253
|
+
listVerificationProfilesRaw(requestParameters, initOverrides) {
|
|
254
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
255
|
+
const requestOptions = yield this.listVerificationProfilesRequestOpts(requestParameters);
|
|
256
|
+
const response = yield this.request(requestOptions, initOverrides);
|
|
175
257
|
return new runtime.JSONApiResponse(response, (jsonValue) => ListVerificationProfilesResponseFromJSON(jsonValue));
|
|
176
258
|
});
|
|
177
259
|
}
|
|
@@ -0,0 +1,100 @@
|
|
|
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
|
+
* The structured Indian address.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface AadhaarAddress
|
|
16
|
+
*/
|
|
17
|
+
export interface AadhaarAddress {
|
|
18
|
+
/**
|
|
19
|
+
* The address's care-of field. This indicates that mail should be delivered to an individual through another person or entity who is a known resident at the address.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof AadhaarAddress
|
|
22
|
+
*/
|
|
23
|
+
careOf?: string | null;
|
|
24
|
+
/**
|
|
25
|
+
* The address's country.
|
|
26
|
+
*
|
|
27
|
+
* This is usually formatted as an alpha-2 country code, but localized output may instead contain the country name as written on the document.
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof AadhaarAddress
|
|
30
|
+
*/
|
|
31
|
+
country?: string | null;
|
|
32
|
+
/**
|
|
33
|
+
* The address's district.
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof AadhaarAddress
|
|
36
|
+
*/
|
|
37
|
+
district?: string | null;
|
|
38
|
+
/**
|
|
39
|
+
* The identifier for the house address.
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof AadhaarAddress
|
|
42
|
+
*/
|
|
43
|
+
house?: string | null;
|
|
44
|
+
/**
|
|
45
|
+
* The location or locality that helps identify where the address is within a city.
|
|
46
|
+
* @type {string}
|
|
47
|
+
* @memberof AadhaarAddress
|
|
48
|
+
*/
|
|
49
|
+
location?: string | null;
|
|
50
|
+
/**
|
|
51
|
+
* A landmark near the address.
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof AadhaarAddress
|
|
54
|
+
*/
|
|
55
|
+
landmark?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* The address's postal code.
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof AadhaarAddress
|
|
60
|
+
*/
|
|
61
|
+
postalCode?: string | null;
|
|
62
|
+
/**
|
|
63
|
+
* The address's post office.
|
|
64
|
+
* @type {string}
|
|
65
|
+
* @memberof AadhaarAddress
|
|
66
|
+
*/
|
|
67
|
+
postOffice?: string | null;
|
|
68
|
+
/**
|
|
69
|
+
* The address's state or union territory.
|
|
70
|
+
* @type {string}
|
|
71
|
+
* @memberof AadhaarAddress
|
|
72
|
+
*/
|
|
73
|
+
state?: string | null;
|
|
74
|
+
/**
|
|
75
|
+
* The address's street name.
|
|
76
|
+
* @type {string}
|
|
77
|
+
* @memberof AadhaarAddress
|
|
78
|
+
*/
|
|
79
|
+
street?: string | null;
|
|
80
|
+
/**
|
|
81
|
+
* The address's subdistrict.
|
|
82
|
+
* @type {string}
|
|
83
|
+
* @memberof AadhaarAddress
|
|
84
|
+
*/
|
|
85
|
+
subdistrict?: string | null;
|
|
86
|
+
/**
|
|
87
|
+
* The address's village/town/city.
|
|
88
|
+
* @type {string}
|
|
89
|
+
* @memberof AadhaarAddress
|
|
90
|
+
*/
|
|
91
|
+
villageTownCity?: string | null;
|
|
92
|
+
}
|
|
93
|
+
/**
|
|
94
|
+
* Check if a given object implements the AadhaarAddress interface.
|
|
95
|
+
*/
|
|
96
|
+
export declare function instanceOfAadhaarAddress(value: object): value is AadhaarAddress;
|
|
97
|
+
export declare function AadhaarAddressFromJSON(json: any): AadhaarAddress;
|
|
98
|
+
export declare function AadhaarAddressFromJSONTyped(json: any, ignoreDiscriminator: boolean): AadhaarAddress;
|
|
99
|
+
export declare function AadhaarAddressToJSON(json: any): AadhaarAddress;
|
|
100
|
+
export declare function AadhaarAddressToJSONTyped(value?: AadhaarAddress | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,63 @@
|
|
|
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 AadhaarAddress interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfAadhaarAddress(value) {
|
|
18
|
+
return true;
|
|
19
|
+
}
|
|
20
|
+
export function AadhaarAddressFromJSON(json) {
|
|
21
|
+
return AadhaarAddressFromJSONTyped(json, false);
|
|
22
|
+
}
|
|
23
|
+
export function AadhaarAddressFromJSONTyped(json, ignoreDiscriminator) {
|
|
24
|
+
if (json == null) {
|
|
25
|
+
return json;
|
|
26
|
+
}
|
|
27
|
+
return {
|
|
28
|
+
'careOf': json['careOf'] == null ? undefined : json['careOf'],
|
|
29
|
+
'country': json['country'] == null ? undefined : json['country'],
|
|
30
|
+
'district': json['district'] == null ? undefined : json['district'],
|
|
31
|
+
'house': json['house'] == null ? undefined : json['house'],
|
|
32
|
+
'location': json['location'] == null ? undefined : json['location'],
|
|
33
|
+
'landmark': json['landmark'] == null ? undefined : json['landmark'],
|
|
34
|
+
'postalCode': json['postalCode'] == null ? undefined : json['postalCode'],
|
|
35
|
+
'postOffice': json['postOffice'] == null ? undefined : json['postOffice'],
|
|
36
|
+
'state': json['state'] == null ? undefined : json['state'],
|
|
37
|
+
'street': json['street'] == null ? undefined : json['street'],
|
|
38
|
+
'subdistrict': json['subdistrict'] == null ? undefined : json['subdistrict'],
|
|
39
|
+
'villageTownCity': json['villageTownCity'] == null ? undefined : json['villageTownCity'],
|
|
40
|
+
};
|
|
41
|
+
}
|
|
42
|
+
export function AadhaarAddressToJSON(json) {
|
|
43
|
+
return AadhaarAddressToJSONTyped(json, false);
|
|
44
|
+
}
|
|
45
|
+
export function AadhaarAddressToJSONTyped(value, ignoreDiscriminator = false) {
|
|
46
|
+
if (value == null) {
|
|
47
|
+
return value;
|
|
48
|
+
}
|
|
49
|
+
return {
|
|
50
|
+
'careOf': value['careOf'],
|
|
51
|
+
'country': value['country'],
|
|
52
|
+
'district': value['district'],
|
|
53
|
+
'house': value['house'],
|
|
54
|
+
'location': value['location'],
|
|
55
|
+
'landmark': value['landmark'],
|
|
56
|
+
'postalCode': value['postalCode'],
|
|
57
|
+
'postOffice': value['postOffice'],
|
|
58
|
+
'state': value['state'],
|
|
59
|
+
'street': value['street'],
|
|
60
|
+
'subdistrict': value['subdistrict'],
|
|
61
|
+
'villageTownCity': value['villageTownCity'],
|
|
62
|
+
};
|
|
63
|
+
}
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import type { AadhaarAddress } from './AadhaarAddress';
|
|
12
13
|
/**
|
|
13
14
|
*
|
|
14
15
|
* @export
|
|
@@ -41,79 +42,11 @@ export interface AadhaarClaims {
|
|
|
41
42
|
*/
|
|
42
43
|
gender?: string | null;
|
|
43
44
|
/**
|
|
44
|
-
* The
|
|
45
|
-
* @type {
|
|
46
|
-
* @memberof AadhaarClaims
|
|
47
|
-
*/
|
|
48
|
-
careOf?: string | null;
|
|
49
|
-
/**
|
|
50
|
-
* The address's country.
|
|
51
|
-
*
|
|
52
|
-
* This is formatted as an alpha-2 country code.
|
|
53
|
-
* @type {string}
|
|
54
|
-
* @memberof AadhaarClaims
|
|
55
|
-
*/
|
|
56
|
-
country?: string | null;
|
|
57
|
-
/**
|
|
58
|
-
* The address's district.
|
|
59
|
-
* @type {string}
|
|
60
|
-
* @memberof AadhaarClaims
|
|
61
|
-
*/
|
|
62
|
-
district?: string | null;
|
|
63
|
-
/**
|
|
64
|
-
* The identifier for the house address.
|
|
65
|
-
* @type {string}
|
|
66
|
-
* @memberof AadhaarClaims
|
|
67
|
-
*/
|
|
68
|
-
house?: string | null;
|
|
69
|
-
/**
|
|
70
|
-
* The location or locality that helps identify where the address is within a city.
|
|
71
|
-
* @type {string}
|
|
72
|
-
* @memberof AadhaarClaims
|
|
73
|
-
*/
|
|
74
|
-
location?: string | null;
|
|
75
|
-
/**
|
|
76
|
-
* A landmark near the address.
|
|
77
|
-
* @type {string}
|
|
78
|
-
* @memberof AadhaarClaims
|
|
79
|
-
*/
|
|
80
|
-
landmark?: string | null;
|
|
81
|
-
/**
|
|
82
|
-
* The address's postal code.
|
|
83
|
-
* @type {string}
|
|
84
|
-
* @memberof AadhaarClaims
|
|
85
|
-
*/
|
|
86
|
-
postalCode?: string | null;
|
|
87
|
-
/**
|
|
88
|
-
* The address's post office.
|
|
89
|
-
* @type {string}
|
|
90
|
-
* @memberof AadhaarClaims
|
|
91
|
-
*/
|
|
92
|
-
postOffice?: string | null;
|
|
93
|
-
/**
|
|
94
|
-
* The address's state or union territory.
|
|
95
|
-
* @type {string}
|
|
96
|
-
* @memberof AadhaarClaims
|
|
97
|
-
*/
|
|
98
|
-
state?: string | null;
|
|
99
|
-
/**
|
|
100
|
-
* The address's street name.
|
|
101
|
-
* @type {string}
|
|
102
|
-
* @memberof AadhaarClaims
|
|
103
|
-
*/
|
|
104
|
-
street?: string | null;
|
|
105
|
-
/**
|
|
106
|
-
* The address's subdistrict.
|
|
107
|
-
* @type {string}
|
|
108
|
-
* @memberof AadhaarClaims
|
|
109
|
-
*/
|
|
110
|
-
subdistrict?: string | null;
|
|
111
|
-
/**
|
|
112
|
-
* The address's village/town/city.
|
|
113
|
-
* @type {string}
|
|
45
|
+
* The structured Indian address.
|
|
46
|
+
* @type {AadhaarAddress}
|
|
114
47
|
* @memberof AadhaarClaims
|
|
115
48
|
*/
|
|
116
|
-
|
|
49
|
+
address?: AadhaarAddress | null;
|
|
117
50
|
}
|
|
118
51
|
/**
|
|
119
52
|
* Check if a given object implements the AadhaarClaims interface.
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
* https://openapi-generator.tech
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
|
+
import { AadhaarAddressFromJSON, AadhaarAddressToJSON, } from './AadhaarAddress';
|
|
14
15
|
/**
|
|
15
16
|
* Check if a given object implements the AadhaarClaims interface.
|
|
16
17
|
*/
|
|
@@ -28,18 +29,7 @@ export function AadhaarClaimsFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
28
29
|
'name': json['name'] == null ? undefined : json['name'],
|
|
29
30
|
'dateOfBirth': json['dateOfBirth'] == null ? undefined : (new Date(json['dateOfBirth'])),
|
|
30
31
|
'gender': json['gender'] == null ? undefined : json['gender'],
|
|
31
|
-
'
|
|
32
|
-
'country': json['country'] == null ? undefined : json['country'],
|
|
33
|
-
'district': json['district'] == null ? undefined : json['district'],
|
|
34
|
-
'house': json['house'] == null ? undefined : json['house'],
|
|
35
|
-
'location': json['location'] == null ? undefined : json['location'],
|
|
36
|
-
'landmark': json['landmark'] == null ? undefined : json['landmark'],
|
|
37
|
-
'postalCode': json['postalCode'] == null ? undefined : json['postalCode'],
|
|
38
|
-
'postOffice': json['postOffice'] == null ? undefined : json['postOffice'],
|
|
39
|
-
'state': json['state'] == null ? undefined : json['state'],
|
|
40
|
-
'street': json['street'] == null ? undefined : json['street'],
|
|
41
|
-
'subdistrict': json['subdistrict'] == null ? undefined : json['subdistrict'],
|
|
42
|
-
'villageTownCity': json['villageTownCity'] == null ? undefined : json['villageTownCity'],
|
|
32
|
+
'address': json['address'] == null ? undefined : AadhaarAddressFromJSON(json['address']),
|
|
43
33
|
};
|
|
44
34
|
}
|
|
45
35
|
export function AadhaarClaimsToJSON(json) {
|
|
@@ -51,19 +41,8 @@ export function AadhaarClaimsToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
51
41
|
}
|
|
52
42
|
return {
|
|
53
43
|
'name': value['name'],
|
|
54
|
-
'dateOfBirth': value['dateOfBirth'] == null ?
|
|
44
|
+
'dateOfBirth': value['dateOfBirth'] == null ? value['dateOfBirth'] : value['dateOfBirth'].toISOString().substring(0, 10),
|
|
55
45
|
'gender': value['gender'],
|
|
56
|
-
'
|
|
57
|
-
'country': value['country'],
|
|
58
|
-
'district': value['district'],
|
|
59
|
-
'house': value['house'],
|
|
60
|
-
'location': value['location'],
|
|
61
|
-
'landmark': value['landmark'],
|
|
62
|
-
'postalCode': value['postalCode'],
|
|
63
|
-
'postOffice': value['postOffice'],
|
|
64
|
-
'state': value['state'],
|
|
65
|
-
'street': value['street'],
|
|
66
|
-
'subdistrict': value['subdistrict'],
|
|
67
|
-
'villageTownCity': value['villageTownCity'],
|
|
46
|
+
'address': AadhaarAddressToJSON(value['address']),
|
|
68
47
|
};
|
|
69
48
|
}
|
|
@@ -38,6 +38,6 @@ export function AadhaarInputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
38
38
|
}
|
|
39
39
|
return {
|
|
40
40
|
'fullName': value['fullName'],
|
|
41
|
-
'dateOfBirth': value['dateOfBirth'] == null ?
|
|
41
|
+
'dateOfBirth': value['dateOfBirth'] == null ? value['dateOfBirth'] : value['dateOfBirth'].toISOString().substring(0, 10),
|
|
42
42
|
};
|
|
43
43
|
}
|
|
@@ -24,7 +24,7 @@ export interface AadhaarLanguage {
|
|
|
24
24
|
/**
|
|
25
25
|
* The language name for the localized claims.
|
|
26
26
|
*
|
|
27
|
-
* This is Trinsic
|
|
27
|
+
* This is Trinsic mapping the language from the code. The mapping comes from the spec, however, the code may not always reflect with the actual language used in the localized claims.
|
|
28
28
|
* Use this as a reference.
|
|
29
29
|
* Possible values:
|
|
30
30
|
* - Assamese (01)
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import type { AadhaarAddress } from './AadhaarAddress';
|
|
12
13
|
import type { AadhaarLanguage } from './AadhaarLanguage';
|
|
13
14
|
/**
|
|
14
15
|
*
|
|
@@ -29,65 +30,11 @@ export interface AadhaarLocalizedClaims {
|
|
|
29
30
|
*/
|
|
30
31
|
name?: string | null;
|
|
31
32
|
/**
|
|
32
|
-
* The
|
|
33
|
-
* @type {
|
|
34
|
-
* @memberof AadhaarLocalizedClaims
|
|
35
|
-
*/
|
|
36
|
-
careOf?: string | null;
|
|
37
|
-
/**
|
|
38
|
-
* The address's country.
|
|
39
|
-
* @type {string}
|
|
40
|
-
* @memberof AadhaarLocalizedClaims
|
|
41
|
-
*/
|
|
42
|
-
country?: string | null;
|
|
43
|
-
/**
|
|
44
|
-
* The address's district.
|
|
45
|
-
* @type {string}
|
|
46
|
-
* @memberof AadhaarLocalizedClaims
|
|
47
|
-
*/
|
|
48
|
-
district?: string | null;
|
|
49
|
-
/**
|
|
50
|
-
* The identifier for the house address.
|
|
51
|
-
* @type {string}
|
|
52
|
-
* @memberof AadhaarLocalizedClaims
|
|
53
|
-
*/
|
|
54
|
-
house?: string | null;
|
|
55
|
-
/**
|
|
56
|
-
* The location or locality that helps identify where the address is within a city.
|
|
57
|
-
* @type {string}
|
|
58
|
-
* @memberof AadhaarLocalizedClaims
|
|
59
|
-
*/
|
|
60
|
-
location?: string | null;
|
|
61
|
-
/**
|
|
62
|
-
* A landmark near the address.
|
|
63
|
-
* @type {string}
|
|
64
|
-
* @memberof AadhaarLocalizedClaims
|
|
65
|
-
*/
|
|
66
|
-
landmark?: string | null;
|
|
67
|
-
/**
|
|
68
|
-
* The address's postal code.
|
|
69
|
-
* @type {string}
|
|
70
|
-
* @memberof AadhaarLocalizedClaims
|
|
71
|
-
*/
|
|
72
|
-
postalCode?: string | null;
|
|
73
|
-
/**
|
|
74
|
-
* The address's state or union territory.
|
|
75
|
-
* @type {string}
|
|
76
|
-
* @memberof AadhaarLocalizedClaims
|
|
77
|
-
*/
|
|
78
|
-
state?: string | null;
|
|
79
|
-
/**
|
|
80
|
-
* The address's street name.
|
|
81
|
-
* @type {string}
|
|
82
|
-
* @memberof AadhaarLocalizedClaims
|
|
83
|
-
*/
|
|
84
|
-
street?: string | null;
|
|
85
|
-
/**
|
|
86
|
-
* The address's village/town/city.
|
|
87
|
-
* @type {string}
|
|
33
|
+
* The structured address.
|
|
34
|
+
* @type {AadhaarAddress}
|
|
88
35
|
* @memberof AadhaarLocalizedClaims
|
|
89
36
|
*/
|
|
90
|
-
|
|
37
|
+
address?: AadhaarAddress | null;
|
|
91
38
|
}
|
|
92
39
|
/**
|
|
93
40
|
* Check if a given object implements the AadhaarLocalizedClaims interface.
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
* https://openapi-generator.tech
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
|
+
import { AadhaarAddressFromJSON, AadhaarAddressToJSON, } from './AadhaarAddress';
|
|
14
15
|
import { AadhaarLanguageFromJSON, AadhaarLanguageToJSON, } from './AadhaarLanguage';
|
|
15
16
|
/**
|
|
16
17
|
* Check if a given object implements the AadhaarLocalizedClaims interface.
|
|
@@ -28,16 +29,7 @@ export function AadhaarLocalizedClaimsFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
28
29
|
return {
|
|
29
30
|
'language': json['language'] == null ? undefined : AadhaarLanguageFromJSON(json['language']),
|
|
30
31
|
'name': json['name'] == null ? undefined : json['name'],
|
|
31
|
-
'
|
|
32
|
-
'country': json['country'] == null ? undefined : json['country'],
|
|
33
|
-
'district': json['district'] == null ? undefined : json['district'],
|
|
34
|
-
'house': json['house'] == null ? undefined : json['house'],
|
|
35
|
-
'location': json['location'] == null ? undefined : json['location'],
|
|
36
|
-
'landmark': json['landmark'] == null ? undefined : json['landmark'],
|
|
37
|
-
'postalCode': json['postalCode'] == null ? undefined : json['postalCode'],
|
|
38
|
-
'state': json['state'] == null ? undefined : json['state'],
|
|
39
|
-
'street': json['street'] == null ? undefined : json['street'],
|
|
40
|
-
'villageTownCity': json['villageTownCity'] == null ? undefined : json['villageTownCity'],
|
|
32
|
+
'address': json['address'] == null ? undefined : AadhaarAddressFromJSON(json['address']),
|
|
41
33
|
};
|
|
42
34
|
}
|
|
43
35
|
export function AadhaarLocalizedClaimsToJSON(json) {
|
|
@@ -50,15 +42,6 @@ export function AadhaarLocalizedClaimsToJSONTyped(value, ignoreDiscriminator = f
|
|
|
50
42
|
return {
|
|
51
43
|
'language': AadhaarLanguageToJSON(value['language']),
|
|
52
44
|
'name': value['name'],
|
|
53
|
-
'
|
|
54
|
-
'country': value['country'],
|
|
55
|
-
'district': value['district'],
|
|
56
|
-
'house': value['house'],
|
|
57
|
-
'location': value['location'],
|
|
58
|
-
'landmark': value['landmark'],
|
|
59
|
-
'postalCode': value['postalCode'],
|
|
60
|
-
'state': value['state'],
|
|
61
|
-
'street': value['street'],
|
|
62
|
-
'villageTownCity': value['villageTownCity'],
|
|
45
|
+
'address': AadhaarAddressToJSON(value['address']),
|
|
63
46
|
};
|
|
64
47
|
}
|