@trinsic/api 3.0.2-preview1 → 3.1.0-preview1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +244 -4
- package/.openapi-generator/VERSION +1 -1
- package/README.md +0 -2
- package/dist/apis/ProvidersApi.d.ts +22 -0
- package/dist/apis/ProvidersApi.js +33 -12
- package/dist/apis/RedirectUrisApi.d.ts +34 -0
- package/dist/apis/RedirectUrisApi.js +49 -18
- package/dist/apis/SessionsApi.d.ts +125 -22
- package/dist/apis/SessionsApi.js +182 -99
- package/dist/apis/VerificationProfilesApi.d.ts +84 -2
- package/dist/apis/VerificationProfilesApi.js +102 -20
- package/dist/esm/apis/ProvidersApi.d.ts +22 -0
- package/dist/esm/apis/ProvidersApi.js +33 -12
- package/dist/esm/apis/RedirectUrisApi.d.ts +34 -0
- package/dist/esm/apis/RedirectUrisApi.js +49 -18
- package/dist/esm/apis/SessionsApi.d.ts +125 -22
- package/dist/esm/apis/SessionsApi.js +183 -100
- package/dist/esm/apis/VerificationProfilesApi.d.ts +84 -2
- package/dist/esm/apis/VerificationProfilesApi.js +102 -20
- package/dist/esm/models/AadhaarAddress.d.ts +100 -0
- package/dist/esm/models/AadhaarAddress.js +63 -0
- package/dist/esm/models/AadhaarClaims.d.ts +4 -71
- package/dist/esm/models/AadhaarClaims.js +4 -25
- package/dist/esm/models/AadhaarInput.js +1 -1
- package/dist/esm/models/AadhaarLanguage.d.ts +1 -1
- package/dist/esm/models/AadhaarLocalizedClaims.d.ts +4 -57
- package/dist/esm/models/AadhaarLocalizedClaims.js +3 -20
- package/dist/esm/models/AudkenniProviderOutput.d.ts +58 -0
- package/dist/esm/models/AudkenniProviderOutput.js +53 -0
- package/dist/esm/models/BelgiumIdCardProviderOutput.js +1 -1
- package/dist/esm/models/BoliviaCiLookupInput.d.ts +43 -0
- package/dist/esm/models/BoliviaCiLookupInput.js +43 -0
- package/dist/esm/models/BoliviaCiProviderOutput.d.ts +63 -0
- package/dist/esm/models/BoliviaCiProviderOutput.js +57 -0
- package/dist/esm/models/BrazilCpfCheckInput.d.ts +14 -0
- package/dist/esm/models/BrazilCpfCheckInput.js +4 -0
- package/dist/esm/models/ChinaResidentIdMatchInput.d.ts +50 -0
- package/dist/esm/models/ChinaResidentIdMatchInput.js +55 -0
- package/dist/esm/models/ChinaResidentIdMatchOutput.d.ts +50 -0
- package/dist/esm/models/ChinaResidentIdMatchOutput.js +45 -0
- package/dist/esm/models/ColombiaCcLookupInput.d.ts +44 -0
- package/dist/esm/models/ColombiaCcLookupInput.js +43 -0
- package/dist/esm/models/ColombiaCcProviderOutput.d.ts +109 -0
- package/dist/esm/models/ColombiaCcProviderOutput.js +80 -0
- package/dist/esm/models/ColombiaExpeditionPlace.d.ts +46 -0
- package/dist/esm/models/ColombiaExpeditionPlace.js +43 -0
- package/dist/esm/models/ConnectIdProviderOutput.d.ts +0 -7
- package/dist/esm/models/ConnectIdProviderOutput.js +1 -4
- package/dist/esm/models/CoteDIvoireNidLookup2ProviderOutput.d.ts +89 -0
- package/dist/esm/models/CoteDIvoireNidLookup2ProviderOutput.js +69 -0
- package/dist/esm/models/CreateDirectProviderSessionRequest.d.ts +9 -0
- package/dist/esm/models/CreateDirectProviderSessionRequest.js +2 -0
- package/dist/esm/models/CreateHostedProviderSessionRequest.d.ts +8 -0
- package/dist/esm/models/CreateHostedProviderSessionRequest.js +2 -0
- package/dist/esm/models/CzechMojeIdProviderOutput.d.ts +14 -1
- package/dist/esm/models/CzechMojeIdProviderOutput.js +5 -1
- package/dist/esm/models/CzechiaMojeIdProviderOutput.d.ts +1 -1
- package/dist/esm/models/CzechiaMojeIdProviderOutput.js +1 -1
- package/dist/esm/models/DigilockerAadhaarProviderOutput.d.ts +13 -19
- package/dist/esm/models/DigilockerAadhaarProviderOutput.js +4 -4
- package/dist/esm/models/DocumentData.js +2 -2
- package/dist/esm/models/ElSalvadorDuiLookupInput.d.ts +45 -0
- package/dist/esm/models/ElSalvadorDuiLookupInput.js +43 -0
- package/dist/esm/models/ElSalvadorDuiProviderOutput.d.ts +51 -0
- package/dist/esm/models/ElSalvadorDuiProviderOutput.js +51 -0
- package/dist/esm/models/EstoniaIdCardProviderOutput.js +1 -1
- package/dist/esm/models/FaydaProviderAddress.d.ts +50 -0
- package/dist/esm/models/FaydaProviderAddress.js +45 -0
- package/dist/esm/models/FaydaProviderOutput.d.ts +58 -3
- package/dist/esm/models/FaydaProviderOutput.js +13 -0
- package/dist/esm/models/FinlandIdCardProviderOutput.js +1 -1
- package/dist/esm/models/FinnishTrustNetworkProviderOutput.d.ts +4 -4
- package/dist/esm/models/FinnishTrustNetworkProviderOutput.js +1 -1
- package/dist/esm/models/FrejaProviderOutput.d.ts +1 -1
- package/dist/esm/models/FrejaProviderOutput.js +1 -1
- package/dist/esm/models/FrenchNumeriqueGivenName.d.ts +2 -2
- package/dist/esm/models/FrenchNumeriqueProviderOutput.d.ts +8 -8
- package/dist/esm/models/FrenchNumeriqueProviderOutput.js +4 -4
- package/dist/esm/models/GoogleWalletInput.d.ts +2 -0
- package/dist/esm/models/GuatemalaCuiLookupInput.d.ts +43 -0
- package/dist/esm/models/GuatemalaCuiLookupInput.js +41 -0
- package/dist/esm/models/GuatemalaCuiProviderOutput.d.ts +112 -0
- package/dist/esm/models/GuatemalaCuiProviderOutput.js +77 -0
- package/dist/esm/models/IndiaPanLookupInput.d.ts +33 -0
- package/dist/esm/models/IndiaPanLookupInput.js +43 -0
- package/dist/esm/models/IndiaPanLookupProviderOutput.d.ts +106 -0
- package/dist/esm/models/IndiaPanLookupProviderOutput.js +56 -0
- package/dist/esm/models/IndiaPanStructuredNumber.d.ts +128 -0
- package/dist/esm/models/IndiaPanStructuredNumber.js +61 -0
- package/dist/esm/models/IndonesiaDukcapilMatchInput.js +2 -2
- package/dist/esm/models/IndonesiaNikInput.js +1 -1
- package/dist/esm/models/ItsmeProviderOutput.js +1 -1
- package/dist/esm/models/KenyaNidBiometric2Input.d.ts +5 -1
- package/dist/esm/models/KenyaNidInput.js +1 -1
- package/dist/esm/models/KenyaNidLookup2Input.d.ts +5 -1
- package/dist/esm/models/KenyaNidLookup2ProviderOutput.d.ts +3 -4
- package/dist/esm/models/KenyaNidLookup2ProviderOutput.js +2 -2
- package/dist/esm/models/KenyaNidMatch2Input.d.ts +5 -1
- package/dist/esm/models/KenyaNidMatch2Input.js +1 -1
- package/dist/esm/models/KoreaTelcoMatchInput.d.ts +65 -0
- package/dist/esm/models/KoreaTelcoMatchInput.js +66 -0
- package/dist/esm/models/KoreaTelcoMatchProviderOutput.d.ts +56 -0
- package/dist/esm/models/KoreaTelcoMatchProviderOutput.js +51 -0
- package/dist/esm/models/KoreaTelcoMatchSex.d.ts +25 -0
- package/dist/esm/models/KoreaTelcoMatchSex.js +43 -0
- package/dist/esm/models/LaWalletProviderOutput.js +3 -3
- package/dist/esm/models/LithuaniaIdCardProviderOutput.js +1 -1
- package/dist/esm/models/LloydsSmartIdProviderOutput.d.ts +2 -2
- package/dist/esm/models/LloydsSmartIdProviderOutput.js +1 -1
- package/dist/esm/models/MdlOutput.d.ts +2 -2
- package/dist/esm/models/MdlOutputCertificateData.js +2 -2
- package/dist/esm/models/MitIdProviderOutput.d.ts +10 -10
- package/dist/esm/models/MitIdProviderOutput.js +1 -1
- package/dist/esm/models/MobileCarrier.d.ts +26 -0
- package/dist/esm/models/MobileCarrier.js +44 -0
- package/dist/esm/models/MobileIdProviderOutput.js +1 -1
- package/dist/esm/models/MobileOperatingSystem.d.ts +26 -0
- package/dist/esm/models/MobileOperatingSystem.js +44 -0
- package/dist/esm/models/NetherlandsIdinAddress.d.ts +58 -0
- package/dist/esm/models/NetherlandsIdinAddress.js +59 -0
- package/dist/esm/models/NetherlandsIdinProviderOutput.d.ts +97 -0
- package/dist/esm/models/NetherlandsIdinProviderOutput.js +76 -0
- package/dist/esm/models/NigeriaNinInput.js +1 -1
- package/dist/esm/models/NigeriaNinLookup2ProviderOutput.js +1 -1
- package/dist/esm/models/NigeriaNinMatch2Input.js +1 -1
- package/dist/esm/models/NorwegianBankIdProviderOutput.d.ts +4 -4
- package/dist/esm/models/NorwegianBankIdProviderOutput.js +1 -1
- package/dist/esm/models/OneIdProviderOutput.js +1 -1
- package/dist/esm/models/OutputFrejaDocument.js +1 -1
- package/dist/esm/models/PanamaCedulaLookupInput.d.ts +52 -0
- package/dist/esm/models/PanamaCedulaLookupInput.js +43 -0
- package/dist/esm/models/PanamaCedulaProviderOutput.d.ts +110 -0
- package/dist/esm/models/PanamaCedulaProviderOutput.js +65 -0
- package/dist/esm/models/PersonData.js +1 -1
- package/dist/esm/models/PeruDniProviderOutput.d.ts +1 -1
- package/dist/esm/models/PeruDniProviderOutput.js +3 -3
- package/dist/esm/models/PhilippineMatchInput.js +1 -1
- package/dist/esm/models/PhilippinesDigitalNidProviderOutput.js +2 -2
- package/dist/esm/models/PhilippinesPhysicalNidProviderOutput.js +2 -2
- package/dist/esm/models/PolandEdoAppProviderOutput.js +1 -1
- package/dist/esm/models/PolandMobywatelMatchInput.d.ts +83 -0
- package/dist/esm/models/PolandMobywatelMatchInput.js +55 -0
- package/dist/esm/models/PolandMobywatelMatchProviderOutput.d.ts +153 -0
- package/dist/esm/models/PolandMobywatelMatchProviderOutput.js +79 -0
- package/dist/esm/models/PortugalIdCardProviderOutput.js +1 -1
- package/dist/esm/models/PostOfficeEasyIdProviderOutput.d.ts +2 -2
- package/dist/esm/models/PostOfficeEasyIdProviderOutput.js +1 -1
- package/dist/esm/models/Provider.d.ts +7 -0
- package/dist/esm/models/Provider.js +3 -0
- package/dist/esm/models/ProviderInput.d.ts +70 -0
- package/dist/esm/models/ProviderInput.js +30 -0
- package/dist/esm/models/ProviderOutput.d.ts +131 -26
- package/dist/esm/models/ProviderOutput.js +63 -18
- package/dist/esm/models/ProviderSupportedLanguage.d.ts +38 -0
- package/dist/esm/models/ProviderSupportedLanguage.js +45 -0
- package/dist/esm/models/SerbiaIdCardProviderOutput.js +1 -1
- package/dist/esm/models/SignzyIndiaAadhaarFetchProviderOutput.d.ts +113 -0
- package/dist/esm/models/SignzyIndiaAadhaarFetchProviderOutput.js +69 -0
- package/dist/esm/models/SingpassLoginProviderOutput.d.ts +87 -0
- package/dist/esm/models/SingpassLoginProviderOutput.js +53 -0
- package/dist/esm/models/SingpassMyInfoDescription.d.ts +38 -0
- package/dist/esm/models/SingpassMyInfoDescription.js +43 -0
- package/dist/esm/models/SingpassMyInfoProviderOutput.d.ts +39 -0
- package/dist/esm/models/SingpassMyInfoProviderOutput.js +44 -0
- package/dist/esm/models/SingpassMyInfoRegisteredAddressOutput.d.ts +111 -0
- package/dist/esm/models/SingpassMyInfoRegisteredAddressOutput.js +59 -0
- package/dist/esm/models/SingpassPersonalCatalog.d.ts +255 -0
- package/dist/esm/models/SingpassPersonalCatalog.js +90 -0
- package/dist/esm/models/SingpassPhoneNumber.d.ts +44 -0
- package/dist/esm/models/SingpassPhoneNumber.js +45 -0
- package/dist/esm/models/SmartIdProviderOutput.d.ts +1 -1
- package/dist/esm/models/SmartIdProviderOutput.js +1 -1
- package/dist/esm/models/SouthAfricaNidInput.js +1 -1
- package/dist/esm/models/SouthAfricaNidMatch2Input.js +1 -1
- package/dist/esm/models/SpidProviderOutput.js +2 -2
- package/dist/esm/models/StepRefreshInfo.js +2 -2
- package/dist/esm/models/SwedenBankIdProviderOutput.d.ts +3 -3
- package/dist/esm/models/SwedenBankIdProviderOutput.js +3 -3
- package/dist/esm/models/UgandaNidMatch2Input.js +1 -1
- package/dist/esm/models/UkEvisaLookupInput.js +1 -1
- package/dist/esm/models/UnitedKingdomEvisaProviderOutput.d.ts +3 -1
- package/dist/esm/models/UnitedKingdomEvisaProviderOutput.js +3 -3
- package/dist/esm/models/UsaCaliforniaDmvInput.d.ts +35 -0
- package/dist/esm/models/UsaCaliforniaDmvInput.js +42 -0
- package/dist/esm/models/VerificationProfileResponse.d.ts +6 -0
- package/dist/esm/models/VerificationProfileResponse.js +2 -0
- package/dist/esm/models/YotiDeeplinkProviderOutput.d.ts +2 -2
- package/dist/esm/models/YotiDeeplinkProviderOutput.js +1 -1
- package/dist/esm/models/YotiDocumentDetails.js +1 -1
- package/dist/esm/models/YotiProviderOutput.d.ts +2 -2
- package/dist/esm/models/YotiProviderOutput.js +1 -1
- package/dist/esm/models/index.d.ts +38 -4
- package/dist/esm/models/index.js +38 -4
- package/dist/esm/runtime.js +15 -0
- package/dist/models/AadhaarAddress.d.ts +100 -0
- package/dist/models/AadhaarAddress.js +70 -0
- package/dist/models/AadhaarClaims.d.ts +4 -71
- package/dist/models/AadhaarClaims.js +4 -25
- package/dist/models/AadhaarInput.js +1 -1
- package/dist/models/AadhaarLanguage.d.ts +1 -1
- package/dist/models/AadhaarLocalizedClaims.d.ts +4 -57
- package/dist/models/AadhaarLocalizedClaims.js +3 -20
- package/dist/models/AudkenniProviderOutput.d.ts +58 -0
- package/dist/models/AudkenniProviderOutput.js +60 -0
- package/dist/models/BelgiumIdCardProviderOutput.js +1 -1
- package/dist/models/BoliviaCiLookupInput.d.ts +43 -0
- package/dist/models/BoliviaCiLookupInput.js +50 -0
- package/dist/models/BoliviaCiProviderOutput.d.ts +63 -0
- package/dist/models/BoliviaCiProviderOutput.js +64 -0
- package/dist/models/BrazilCpfCheckInput.d.ts +14 -0
- package/dist/models/BrazilCpfCheckInput.js +4 -0
- package/dist/models/ChinaResidentIdMatchInput.d.ts +50 -0
- package/dist/models/ChinaResidentIdMatchInput.js +62 -0
- package/dist/models/ChinaResidentIdMatchOutput.d.ts +50 -0
- package/dist/models/ChinaResidentIdMatchOutput.js +52 -0
- package/dist/models/ColombiaCcLookupInput.d.ts +44 -0
- package/dist/models/ColombiaCcLookupInput.js +50 -0
- package/dist/models/ColombiaCcProviderOutput.d.ts +109 -0
- package/dist/models/ColombiaCcProviderOutput.js +87 -0
- package/dist/models/ColombiaExpeditionPlace.d.ts +46 -0
- package/dist/models/ColombiaExpeditionPlace.js +50 -0
- package/dist/models/ConnectIdProviderOutput.d.ts +0 -7
- package/dist/models/ConnectIdProviderOutput.js +1 -4
- package/dist/models/CoteDIvoireNidLookup2ProviderOutput.d.ts +89 -0
- package/dist/models/CoteDIvoireNidLookup2ProviderOutput.js +76 -0
- package/dist/models/CreateDirectProviderSessionRequest.d.ts +9 -0
- package/dist/models/CreateDirectProviderSessionRequest.js +2 -0
- package/dist/models/CreateHostedProviderSessionRequest.d.ts +8 -0
- package/dist/models/CreateHostedProviderSessionRequest.js +2 -0
- package/dist/models/CzechMojeIdProviderOutput.d.ts +14 -1
- package/dist/models/CzechMojeIdProviderOutput.js +5 -1
- package/dist/models/CzechiaMojeIdProviderOutput.d.ts +1 -1
- package/dist/models/CzechiaMojeIdProviderOutput.js +1 -1
- package/dist/models/DigilockerAadhaarProviderOutput.d.ts +13 -19
- package/dist/models/DigilockerAadhaarProviderOutput.js +4 -4
- package/dist/models/DocumentData.js +2 -2
- package/dist/models/ElSalvadorDuiLookupInput.d.ts +45 -0
- package/dist/models/ElSalvadorDuiLookupInput.js +50 -0
- package/dist/models/ElSalvadorDuiProviderOutput.d.ts +51 -0
- package/dist/models/ElSalvadorDuiProviderOutput.js +58 -0
- package/dist/models/EstoniaIdCardProviderOutput.js +1 -1
- package/dist/models/FaydaProviderAddress.d.ts +50 -0
- package/dist/models/FaydaProviderAddress.js +52 -0
- package/dist/models/FaydaProviderOutput.d.ts +58 -3
- package/dist/models/FaydaProviderOutput.js +13 -0
- package/dist/models/FinlandIdCardProviderOutput.js +1 -1
- package/dist/models/FinnishTrustNetworkProviderOutput.d.ts +4 -4
- package/dist/models/FinnishTrustNetworkProviderOutput.js +1 -1
- package/dist/models/FrejaProviderOutput.d.ts +1 -1
- package/dist/models/FrejaProviderOutput.js +1 -1
- package/dist/models/FrenchNumeriqueGivenName.d.ts +2 -2
- package/dist/models/FrenchNumeriqueProviderOutput.d.ts +8 -8
- package/dist/models/FrenchNumeriqueProviderOutput.js +4 -4
- package/dist/models/GoogleWalletInput.d.ts +2 -0
- package/dist/models/GuatemalaCuiLookupInput.d.ts +43 -0
- package/dist/models/GuatemalaCuiLookupInput.js +48 -0
- package/dist/models/GuatemalaCuiProviderOutput.d.ts +112 -0
- package/dist/models/GuatemalaCuiProviderOutput.js +84 -0
- package/dist/models/IndiaPanLookupInput.d.ts +33 -0
- package/dist/models/IndiaPanLookupInput.js +50 -0
- package/dist/models/IndiaPanLookupProviderOutput.d.ts +106 -0
- package/dist/models/IndiaPanLookupProviderOutput.js +63 -0
- package/dist/models/IndiaPanStructuredNumber.d.ts +128 -0
- package/dist/models/IndiaPanStructuredNumber.js +68 -0
- package/dist/models/IndonesiaDukcapilMatchInput.js +2 -2
- package/dist/models/IndonesiaNikInput.js +1 -1
- package/dist/models/ItsmeProviderOutput.js +1 -1
- package/dist/models/KenyaNidBiometric2Input.d.ts +5 -1
- package/dist/models/KenyaNidInput.js +1 -1
- package/dist/models/KenyaNidLookup2Input.d.ts +5 -1
- package/dist/models/KenyaNidLookup2ProviderOutput.d.ts +3 -4
- package/dist/models/KenyaNidLookup2ProviderOutput.js +2 -2
- package/dist/models/KenyaNidMatch2Input.d.ts +5 -1
- package/dist/models/KenyaNidMatch2Input.js +1 -1
- package/dist/models/KoreaTelcoMatchInput.d.ts +65 -0
- package/dist/models/KoreaTelcoMatchInput.js +73 -0
- package/dist/models/KoreaTelcoMatchProviderOutput.d.ts +56 -0
- package/dist/models/KoreaTelcoMatchProviderOutput.js +58 -0
- package/dist/models/KoreaTelcoMatchSex.d.ts +25 -0
- package/dist/models/KoreaTelcoMatchSex.js +51 -0
- package/dist/models/LaWalletProviderOutput.js +3 -3
- package/dist/models/LithuaniaIdCardProviderOutput.js +1 -1
- package/dist/models/LloydsSmartIdProviderOutput.d.ts +2 -2
- package/dist/models/LloydsSmartIdProviderOutput.js +1 -1
- package/dist/models/MdlOutput.d.ts +2 -2
- package/dist/models/MdlOutputCertificateData.js +2 -2
- package/dist/models/MitIdProviderOutput.d.ts +10 -10
- package/dist/models/MitIdProviderOutput.js +1 -1
- package/dist/models/MobileCarrier.d.ts +26 -0
- package/dist/models/MobileCarrier.js +52 -0
- package/dist/models/MobileIdProviderOutput.js +1 -1
- package/dist/models/MobileOperatingSystem.d.ts +26 -0
- package/dist/models/MobileOperatingSystem.js +52 -0
- package/dist/models/NetherlandsIdinAddress.d.ts +58 -0
- package/dist/models/NetherlandsIdinAddress.js +66 -0
- package/dist/models/NetherlandsIdinProviderOutput.d.ts +97 -0
- package/dist/models/NetherlandsIdinProviderOutput.js +83 -0
- package/dist/models/NigeriaNinInput.js +1 -1
- package/dist/models/NigeriaNinLookup2ProviderOutput.js +1 -1
- package/dist/models/NigeriaNinMatch2Input.js +1 -1
- package/dist/models/NorwegianBankIdProviderOutput.d.ts +4 -4
- package/dist/models/NorwegianBankIdProviderOutput.js +1 -1
- package/dist/models/OneIdProviderOutput.js +1 -1
- package/dist/models/OutputFrejaDocument.js +1 -1
- package/dist/models/PanamaCedulaLookupInput.d.ts +52 -0
- package/dist/models/PanamaCedulaLookupInput.js +50 -0
- package/dist/models/PanamaCedulaProviderOutput.d.ts +110 -0
- package/dist/models/PanamaCedulaProviderOutput.js +72 -0
- package/dist/models/PersonData.js +1 -1
- package/dist/models/PeruDniProviderOutput.d.ts +1 -1
- package/dist/models/PeruDniProviderOutput.js +3 -3
- package/dist/models/PhilippineMatchInput.js +1 -1
- package/dist/models/PhilippinesDigitalNidProviderOutput.js +2 -2
- package/dist/models/PhilippinesPhysicalNidProviderOutput.js +2 -2
- package/dist/models/PolandEdoAppProviderOutput.js +1 -1
- package/dist/models/PolandMobywatelMatchInput.d.ts +83 -0
- package/dist/models/PolandMobywatelMatchInput.js +62 -0
- package/dist/models/PolandMobywatelMatchProviderOutput.d.ts +153 -0
- package/dist/models/PolandMobywatelMatchProviderOutput.js +86 -0
- package/dist/models/PortugalIdCardProviderOutput.js +1 -1
- package/dist/models/PostOfficeEasyIdProviderOutput.d.ts +2 -2
- package/dist/models/PostOfficeEasyIdProviderOutput.js +1 -1
- package/dist/models/Provider.d.ts +7 -0
- package/dist/models/Provider.js +3 -0
- package/dist/models/ProviderInput.d.ts +70 -0
- package/dist/models/ProviderInput.js +30 -0
- package/dist/models/ProviderOutput.d.ts +131 -26
- package/dist/models/ProviderOutput.js +63 -18
- package/dist/models/ProviderSupportedLanguage.d.ts +38 -0
- package/dist/models/ProviderSupportedLanguage.js +52 -0
- package/dist/models/SerbiaIdCardProviderOutput.js +1 -1
- package/dist/models/SignzyIndiaAadhaarFetchProviderOutput.d.ts +113 -0
- package/dist/models/SignzyIndiaAadhaarFetchProviderOutput.js +76 -0
- package/dist/models/SingpassLoginProviderOutput.d.ts +87 -0
- package/dist/models/SingpassLoginProviderOutput.js +60 -0
- package/dist/models/SingpassMyInfoDescription.d.ts +38 -0
- package/dist/models/SingpassMyInfoDescription.js +50 -0
- package/dist/models/SingpassMyInfoProviderOutput.d.ts +39 -0
- package/dist/models/SingpassMyInfoProviderOutput.js +51 -0
- package/dist/models/SingpassMyInfoRegisteredAddressOutput.d.ts +111 -0
- package/dist/models/SingpassMyInfoRegisteredAddressOutput.js +66 -0
- package/dist/models/SingpassPersonalCatalog.d.ts +255 -0
- package/dist/models/SingpassPersonalCatalog.js +97 -0
- package/dist/models/SingpassPhoneNumber.d.ts +44 -0
- package/dist/models/SingpassPhoneNumber.js +52 -0
- package/dist/models/SmartIdProviderOutput.d.ts +1 -1
- package/dist/models/SmartIdProviderOutput.js +1 -1
- package/dist/models/SouthAfricaNidInput.js +1 -1
- package/dist/models/SouthAfricaNidMatch2Input.js +1 -1
- package/dist/models/SpidProviderOutput.js +2 -2
- package/dist/models/StepRefreshInfo.js +2 -2
- package/dist/models/SwedenBankIdProviderOutput.d.ts +3 -3
- package/dist/models/SwedenBankIdProviderOutput.js +3 -3
- package/dist/models/UgandaNidMatch2Input.js +1 -1
- package/dist/models/UkEvisaLookupInput.js +1 -1
- package/dist/models/UnitedKingdomEvisaProviderOutput.d.ts +3 -1
- package/dist/models/UnitedKingdomEvisaProviderOutput.js +3 -3
- package/dist/models/UsaCaliforniaDmvInput.d.ts +35 -0
- package/dist/models/UsaCaliforniaDmvInput.js +49 -0
- package/dist/models/VerificationProfileResponse.d.ts +6 -0
- package/dist/models/VerificationProfileResponse.js +2 -0
- package/dist/models/YotiDeeplinkProviderOutput.d.ts +2 -2
- package/dist/models/YotiDeeplinkProviderOutput.js +1 -1
- package/dist/models/YotiDocumentDetails.js +1 -1
- package/dist/models/YotiProviderOutput.d.ts +2 -2
- package/dist/models/YotiProviderOutput.js +1 -1
- package/dist/models/index.d.ts +38 -4
- package/dist/models/index.js +38 -4
- package/dist/runtime.js +15 -0
- package/docs/AadhaarAddress.md +57 -0
- package/docs/AadhaarClaims.md +40 -0
- package/docs/AadhaarInput.md +36 -0
- package/docs/AadhaarLanguage.md +37 -0
- package/docs/AadhaarLocalizedClaims.md +38 -0
- package/docs/AddRedirectUriRequest.md +34 -0
- package/docs/AddRedirectUriResponse.md +34 -0
- package/docs/Address.md +49 -0
- package/docs/AppleWalletInput.md +36 -0
- package/docs/AppleWalletProviderOutput.md +35 -0
- package/docs/AttachmentInfo.md +40 -0
- package/docs/AttributeAvailability.md +33 -0
- package/docs/AudkenniProviderOutput.md +41 -0
- package/docs/AustriaHandySignaturProviderOutput.md +37 -0
- package/docs/BelgiumIdCardProviderOutput.md +41 -0
- package/docs/BoliviaCiLookupInput.md +36 -0
- package/docs/BoliviaCiProviderOutput.md +43 -0
- package/docs/BrazilCpfCheckInput.md +38 -0
- package/docs/BrazilDigitalCnhInput.md +40 -0
- package/docs/CancelSessionResponse.md +34 -0
- package/docs/ChinaResidentIdMatchInput.md +40 -0
- package/docs/ChinaResidentIdMatchOutput.md +39 -0
- package/docs/ColombiaCcLookupInput.md +36 -0
- package/docs/ColombiaCcProviderOutput.md +53 -0
- package/docs/ColombiaExpeditionPlace.md +37 -0
- package/docs/ConnectIdAddress.md +42 -0
- package/docs/ConnectIdAgeVerification.md +36 -0
- package/docs/ConnectIdProviderOutput.md +53 -0
- package/docs/ContractAttachment.md +37 -0
- package/docs/ContractAttribute.md +37 -0
- package/docs/CoteDIvoireNidLookup2Input.md +34 -0
- package/docs/CoteDIvoireNidLookup2ProviderOutput.md +51 -0
- package/docs/CreateDirectProviderSessionRequest.md +46 -0
- package/docs/CreateDirectProviderSessionResponse.md +38 -0
- package/docs/CreateHostedProviderSessionRequest.md +42 -0
- package/docs/CreateHostedProviderSessionResponse.md +38 -0
- package/docs/CreateVerificationProfileResponse.md +34 -0
- package/docs/CzechMojeIdAddressOutput.md +44 -0
- package/docs/CzechMojeIdProviderOutput.md +83 -0
- package/docs/CzechiaMojeIdProviderOutput.md +41 -0
- package/docs/DigilockerAadhaarProviderOutput.md +47 -0
- package/docs/DocumentData.md +46 -0
- package/docs/DocumentType.md +32 -0
- package/docs/ElSalvadorDuiLookupInput.md +36 -0
- package/docs/ElSalvadorDuiProviderOutput.md +39 -0
- package/docs/EstoniaIdCardProviderOutput.md +41 -0
- package/docs/FaydaProviderAddress.md +38 -0
- package/docs/FaydaProviderOutput.md +53 -0
- package/docs/FinlandIdCardProviderOutput.md +41 -0
- package/docs/FinnishTrustNetworkProviderOutput.md +55 -0
- package/docs/FranceIdentiteInput.md +34 -0
- package/docs/FranceIdentiteProviderOutput.md +35 -0
- package/docs/FrejaIndirectProviderOutput.md +41 -0
- package/docs/FrejaProviderOutput.md +69 -0
- package/docs/FrenchNumeriqueGivenName.md +39 -0
- package/docs/FrenchNumeriqueNationality.md +37 -0
- package/docs/FrenchNumeriquePhone.md +39 -0
- package/docs/FrenchNumeriqueProviderOutput.md +83 -0
- package/docs/GetAttachmentRequest.md +34 -0
- package/docs/GetAttachmentResponse.md +36 -0
- package/docs/GetProviderResponse.md +34 -0
- package/docs/GetSessionResponse.md +34 -0
- package/docs/GetSessionResultRequest.md +34 -0
- package/docs/GetSessionResultResponse.md +36 -0
- package/docs/GoogleWalletInput.md +36 -0
- package/docs/GoogleWalletProviderOutput.md +35 -0
- package/docs/GuatemalaCuiLookupInput.md +34 -0
- package/docs/GuatemalaCuiProviderOutput.md +53 -0
- package/docs/IdentityData.md +46 -0
- package/docs/IdinInput.md +34 -0
- package/docs/IndiaPanLookupInput.md +34 -0
- package/docs/IndiaPanLookupProviderOutput.md +49 -0
- package/docs/IndiaPanStructuredNumber.md +44 -0
- package/docs/IndonesiaDukcapilMatchInput.md +48 -0
- package/docs/IndonesiaNikInput.md +38 -0
- package/docs/IntegrationCapability.md +32 -0
- package/docs/IntegrationLaunchMethod.md +32 -0
- package/docs/IntegrationStep.md +39 -0
- package/docs/ItsmeProviderOutput.md +43 -0
- package/docs/KenyaNidBiometric2Input.md +38 -0
- package/docs/KenyaNidInput.md +44 -0
- package/docs/KenyaNidLookup2Address.md +43 -0
- package/docs/KenyaNidLookup2Input.md +34 -0
- package/docs/KenyaNidLookup2ProviderOutput.md +55 -0
- package/docs/KenyaNidMatch2Input.md +44 -0
- package/docs/KenyaNidMatch2InputSex.md +32 -0
- package/docs/KoreaTelcoMatchInput.md +44 -0
- package/docs/KoreaTelcoMatchProviderOutput.md +39 -0
- package/docs/KoreaTelcoMatchSex.md +32 -0
- package/docs/LaWalletProviderOutput.md +69 -0
- package/docs/LatviaEparakstsMobileProviderOutput.md +39 -0
- package/docs/LatviaEparakstsProviderOutput.md +39 -0
- package/docs/ListProvidersResponse.md +34 -0
- package/docs/ListRedirectUrisResponse.md +37 -0
- package/docs/ListSessionsResponse.md +38 -0
- package/docs/ListVerificationProfilesResponse.md +36 -0
- package/docs/LithuaniaIdCardProviderOutput.md +41 -0
- package/docs/LloydsSmartIdProviderOutput.md +57 -0
- package/docs/Match.md +36 -0
- package/docs/MatchData.md +55 -0
- package/docs/MdlExchangeMechanism.md +32 -0
- package/docs/MdlOutput.md +40 -0
- package/docs/MdlOutputCertificateData.md +42 -0
- package/docs/MdlOutputFieldData.md +36 -0
- package/docs/MdlOutputFieldDataType.md +32 -0
- package/docs/MexicoCurpInput.md +34 -0
- package/docs/MexicoCurpProviderOutput.md +35 -0
- package/docs/MitIdProviderOutput.md +55 -0
- package/docs/MobileCarrier.md +32 -0
- package/docs/MobileIdInput.md +38 -0
- package/docs/MobileIdLanguage.md +32 -0
- package/docs/MobileIdProviderOutput.md +51 -0
- package/docs/MobileOperatingSystem.md +32 -0
- package/docs/NetherlandsIdinAddress.md +42 -0
- package/docs/NetherlandsIdinProviderOutput.md +53 -0
- package/docs/NigeriaNinBiometric2Input.md +38 -0
- package/docs/NigeriaNinInput.md +46 -0
- package/docs/NigeriaNinLookup2Input.md +34 -0
- package/docs/NigeriaNinLookup2ProviderOutput.md +57 -0
- package/docs/NigeriaNinMatch2Input.md +46 -0
- package/docs/NigeriaNinMatch2InputSex.md +32 -0
- package/docs/NorwegianBankIdProviderOutput.md +49 -0
- package/docs/OneIdProviderAddress.md +42 -0
- package/docs/OneIdProviderOutput.md +45 -0
- package/docs/OrderDirection.md +32 -0
- package/docs/OutputFrejaAddress.md +40 -0
- package/docs/OutputFrejaDocument.md +40 -0
- package/docs/PanamaCedulaLookupInput.md +36 -0
- package/docs/PanamaCedulaProviderOutput.md +49 -0
- package/docs/PersonData.md +53 -0
- package/docs/PeruDniAddress.md +39 -0
- package/docs/PeruDniLookupInput.md +34 -0
- package/docs/PeruDniProviderOutput.md +65 -0
- package/docs/PhilippineMatchInput.md +42 -0
- package/docs/PhilippineQRInput.md +36 -0
- package/docs/PhilippinesDigitalNidProviderOutput.md +55 -0
- package/docs/PhilippinesPhysicalNidProviderOutput.md +51 -0
- package/docs/PolandEdoAppProviderOutput.md +41 -0
- package/docs/PolandMobywatelMatchInput.md +48 -0
- package/docs/PolandMobywatelMatchProviderOutput.md +73 -0
- package/docs/PolandMojeIdProviderOutput.md +39 -0
- package/docs/PortugalIdCardProviderOutput.md +41 -0
- package/docs/PostOfficeEasyIdProviderOutput.md +57 -0
- package/docs/ProblemDetails.md +42 -0
- package/docs/Provider.md +78 -0
- package/docs/ProviderHealth.md +33 -0
- package/docs/ProviderInput.md +124 -0
- package/docs/ProviderOutput.md +150 -0
- package/docs/ProviderSupportedLanguage.md +36 -0
- package/docs/ProvidersApi.md +160 -0
- package/docs/Raw18013DocumentRequest.md +36 -0
- package/docs/Raw18013RequestInput.md +35 -0
- package/docs/RecommendProviderHealthOption.md +32 -0
- package/docs/RecommendProviderInformation.md +50 -0
- package/docs/RecommendProvidersRequest.md +38 -0
- package/docs/RecommendProvidersResponse.md +36 -0
- package/docs/RecommendationInfo.md +41 -0
- package/docs/RedirectUriResponse.md +36 -0
- package/docs/RedirectUrisApi.md +239 -0
- package/docs/RefreshStepContentRequest.md +34 -0
- package/docs/RefreshStepContentResponse.md +34 -0
- package/docs/ResultCollection.md +36 -0
- package/docs/ResultCollectionMethod.md +32 -0
- package/docs/SamsungWalletInput.md +34 -0
- package/docs/SamsungWalletProviderOutput.md +35 -0
- package/docs/SerbiaIdCardProviderOutput.md +41 -0
- package/docs/Session.md +44 -0
- package/docs/SessionErrorCode.md +32 -0
- package/docs/SessionOrdering.md +32 -0
- package/docs/SessionsApi.md +869 -0
- package/docs/Sex.md +32 -0
- package/docs/SignzyIndiaAadhaarFetchProviderOutput.md +57 -0
- package/docs/SingpassLoginProviderOutput.md +47 -0
- package/docs/SingpassMyInfoDescription.md +36 -0
- package/docs/SingpassMyInfoProviderOutput.md +37 -0
- package/docs/SingpassMyInfoRegisteredAddressOutput.md +53 -0
- package/docs/SingpassPersonalCatalog.md +81 -0
- package/docs/SingpassPhoneNumber.md +39 -0
- package/docs/SmartIdInput.md +34 -0
- package/docs/SmartIdProviderOutput.md +59 -0
- package/docs/SouthAfricaNidBiometric2Input.md +38 -0
- package/docs/SouthAfricaNidInput.md +40 -0
- package/docs/SouthAfricaNidLookup2Input.md +34 -0
- package/docs/SouthAfricaNidMatch2Input.md +46 -0
- package/docs/SouthAfricaNidMatch2InputSex.md +32 -0
- package/docs/SpidBillingInformation.md +39 -0
- package/docs/SpidInput.md +36 -0
- package/docs/SpidProviderOutput.md +81 -0
- package/docs/StepRefreshInfo.md +38 -0
- package/docs/SubProviderMetadata.md +41 -0
- package/docs/SubmitNativeChallengeResponseRequest.md +36 -0
- package/docs/SubmitNativeChallengeResponseResponse.md +34 -0
- package/docs/SwedenBankIdProviderOutput.md +59 -0
- package/docs/TrinsicTestDatabaseLookupInput.md +40 -0
- package/docs/TrinsicTestSubProvidersInput.md +34 -0
- package/docs/UgandaNidMatch2Input.md +38 -0
- package/docs/UkEvisaLookupInput.md +36 -0
- package/docs/UnitedKingdomEvisaProviderOutput.md +55 -0
- package/docs/UsaCaliforniaDmvInput.md +34 -0
- package/docs/VerificationProfileResponse.md +50 -0
- package/docs/VerificationProfilesApi.md +339 -0
- package/docs/YotiDeeplinkProviderOutput.md +57 -0
- package/docs/YotiDocumentDetails.md +42 -0
- package/docs/YotiProviderOutput.md +57 -0
- package/docs/YotiStructuredPostalAddress.md +72 -0
- package/docs/ZimbabweNidLookup2Input.md +34 -0
- package/package.json +2 -2
- package/src/apis/ProvidersApi.ts +51 -12
- package/src/apis/RedirectUrisApi.ts +77 -18
- package/src/apis/SessionsApi.ts +286 -124
- package/src/apis/VerificationProfilesApi.ts +177 -21
- package/src/models/AadhaarAddress.ts +155 -0
- package/src/models/AadhaarClaims.ts +14 -96
- package/src/models/AadhaarInput.ts +1 -1
- package/src/models/AadhaarLanguage.ts +1 -1
- package/src/models/AadhaarLocalizedClaims.ts +12 -77
- package/src/models/AudkenniProviderOutput.ts +100 -0
- package/src/models/BelgiumIdCardProviderOutput.ts +1 -1
- package/src/models/BoliviaCiLookupInput.ts +78 -0
- package/src/models/BoliviaCiProviderOutput.ts +108 -0
- package/src/models/BrazilCpfCheckInput.ts +18 -0
- package/src/models/ChinaResidentIdMatchInput.ts +93 -0
- package/src/models/ChinaResidentIdMatchOutput.ts +87 -0
- package/src/models/ColombiaCcLookupInput.ts +79 -0
- package/src/models/ColombiaCcProviderOutput.ts +177 -0
- package/src/models/ColombiaExpeditionPlace.ts +81 -0
- package/src/models/ConnectIdProviderOutput.ts +1 -16
- package/src/models/CoteDIvoireNidLookup2ProviderOutput.ts +144 -0
- package/src/models/CreateDirectProviderSessionRequest.ts +11 -0
- package/src/models/CreateHostedProviderSessionRequest.ts +10 -0
- package/src/models/CzechMojeIdProviderOutput.ts +19 -2
- package/src/models/CzechiaMojeIdProviderOutput.ts +2 -2
- package/src/models/DigilockerAadhaarProviderOutput.ts +17 -23
- package/src/models/DocumentData.ts +2 -2
- package/src/models/ElSalvadorDuiLookupInput.ts +80 -0
- package/src/models/ElSalvadorDuiProviderOutput.ts +91 -0
- package/src/models/EstoniaIdCardProviderOutput.ts +1 -1
- package/src/models/FaydaProviderAddress.ts +87 -0
- package/src/models/FaydaProviderOutput.ts +77 -3
- package/src/models/FinlandIdCardProviderOutput.ts +1 -1
- package/src/models/FinnishTrustNetworkProviderOutput.ts +5 -5
- package/src/models/FrejaProviderOutput.ts +2 -2
- package/src/models/FrenchNumeriqueGivenName.ts +2 -2
- package/src/models/FrenchNumeriqueProviderOutput.ts +12 -12
- package/src/models/GoogleWalletInput.ts +2 -0
- package/src/models/GuatemalaCuiLookupInput.ts +76 -0
- package/src/models/GuatemalaCuiProviderOutput.ts +172 -0
- package/src/models/IndiaPanLookupInput.ts +67 -0
- package/src/models/IndiaPanLookupProviderOutput.ts +160 -0
- package/src/models/IndiaPanStructuredNumber.ts +176 -0
- package/src/models/IndonesiaDukcapilMatchInput.ts +2 -2
- package/src/models/IndonesiaNikInput.ts +1 -1
- package/src/models/ItsmeProviderOutput.ts +1 -1
- package/src/models/KenyaNidBiometric2Input.ts +5 -1
- package/src/models/KenyaNidInput.ts +1 -1
- package/src/models/KenyaNidLookup2Input.ts +5 -1
- package/src/models/KenyaNidLookup2ProviderOutput.ts +5 -6
- package/src/models/KenyaNidMatch2Input.ts +6 -2
- package/src/models/KoreaTelcoMatchInput.ts +135 -0
- package/src/models/KoreaTelcoMatchProviderOutput.ts +96 -0
- package/src/models/KoreaTelcoMatchSex.ts +53 -0
- package/src/models/LaWalletProviderOutput.ts +3 -3
- package/src/models/LithuaniaIdCardProviderOutput.ts +1 -1
- package/src/models/LloydsSmartIdProviderOutput.ts +3 -3
- package/src/models/MdlOutput.ts +2 -2
- package/src/models/MdlOutputCertificateData.ts +2 -2
- package/src/models/MitIdProviderOutput.ts +11 -11
- package/src/models/MobileCarrier.ts +54 -0
- package/src/models/MobileIdProviderOutput.ts +1 -1
- package/src/models/MobileOperatingSystem.ts +54 -0
- package/src/models/NetherlandsIdinAddress.ts +104 -0
- package/src/models/NetherlandsIdinProviderOutput.ts +163 -0
- package/src/models/NigeriaNinInput.ts +1 -1
- package/src/models/NigeriaNinLookup2ProviderOutput.ts +1 -1
- package/src/models/NigeriaNinMatch2Input.ts +1 -1
- package/src/models/NorwegianBankIdProviderOutput.ts +5 -5
- package/src/models/OneIdProviderOutput.ts +1 -1
- package/src/models/OutputFrejaDocument.ts +1 -1
- package/src/models/PanamaCedulaLookupInput.ts +87 -0
- package/src/models/PanamaCedulaProviderOutput.ts +162 -0
- package/src/models/PersonData.ts +1 -1
- package/src/models/PeruDniProviderOutput.ts +4 -4
- package/src/models/PhilippineMatchInput.ts +1 -1
- package/src/models/PhilippinesDigitalNidProviderOutput.ts +2 -2
- package/src/models/PhilippinesPhysicalNidProviderOutput.ts +2 -2
- package/src/models/PolandEdoAppProviderOutput.ts +1 -1
- package/src/models/PolandMobywatelMatchInput.ts +130 -0
- package/src/models/PolandMobywatelMatchProviderOutput.ts +224 -0
- package/src/models/PortugalIdCardProviderOutput.ts +1 -1
- package/src/models/PostOfficeEasyIdProviderOutput.ts +3 -3
- package/src/models/Provider.ts +15 -0
- package/src/models/ProviderInput.ts +150 -0
- package/src/models/ProviderOutput.ts +337 -112
- package/src/models/ProviderSupportedLanguage.ts +74 -0
- package/src/models/SerbiaIdCardProviderOutput.ts +1 -1
- package/src/models/SignzyIndiaAadhaarFetchProviderOutput.ts +183 -0
- package/src/models/SingpassLoginProviderOutput.ts +132 -0
- package/src/models/SingpassMyInfoDescription.ts +73 -0
- package/src/models/SingpassMyInfoProviderOutput.ts +81 -0
- package/src/models/SingpassMyInfoRegisteredAddressOutput.ts +162 -0
- package/src/models/SingpassPersonalCatalog.ts +353 -0
- package/src/models/SingpassPhoneNumber.ts +81 -0
- package/src/models/SmartIdProviderOutput.ts +2 -2
- package/src/models/SouthAfricaNidInput.ts +1 -1
- package/src/models/SouthAfricaNidMatch2Input.ts +1 -1
- package/src/models/SpidProviderOutput.ts +2 -2
- package/src/models/StepRefreshInfo.ts +2 -2
- package/src/models/SwedenBankIdProviderOutput.ts +6 -6
- package/src/models/UgandaNidMatch2Input.ts +1 -1
- package/src/models/UkEvisaLookupInput.ts +1 -1
- package/src/models/UnitedKingdomEvisaProviderOutput.ts +6 -4
- package/src/models/UsaCaliforniaDmvInput.ts +75 -0
- package/src/models/VerificationProfileResponse.ts +8 -0
- package/src/models/YotiDeeplinkProviderOutput.ts +3 -3
- package/src/models/YotiDocumentDetails.ts +1 -1
- package/src/models/YotiProviderOutput.ts +3 -3
- package/src/models/index.ts +38 -4
- package/src/runtime.ts +18 -0
- package/dist/esm/models/ConnectIdBeneficiaryAccount.d.ts +0 -52
- package/dist/esm/models/ConnectIdBeneficiaryAccount.js +0 -47
- package/dist/esm/models/CreateWidgetSessionRequest.d.ts +0 -57
- package/dist/esm/models/CreateWidgetSessionRequest.js +0 -50
- package/dist/esm/models/CreateWidgetSessionResponse.d.ts +0 -54
- package/dist/esm/models/CreateWidgetSessionResponse.js +0 -51
- package/dist/esm/models/HttpValidationProblemDetails.d.ts +0 -64
- package/dist/esm/models/HttpValidationProblemDetails.js +0 -51
- package/dist/models/ConnectIdBeneficiaryAccount.d.ts +0 -52
- package/dist/models/ConnectIdBeneficiaryAccount.js +0 -54
- package/dist/models/CreateWidgetSessionRequest.d.ts +0 -57
- package/dist/models/CreateWidgetSessionRequest.js +0 -57
- package/dist/models/CreateWidgetSessionResponse.d.ts +0 -54
- package/dist/models/CreateWidgetSessionResponse.js +0 -58
- package/dist/models/HttpValidationProblemDetails.d.ts +0 -64
- package/dist/models/HttpValidationProblemDetails.js +0 -58
- package/src/models/ConnectIdBeneficiaryAccount.ts +0 -91
- package/src/models/CreateWidgetSessionRequest.ts +0 -104
- package/src/models/CreateWidgetSessionResponse.ts +0 -94
- package/src/models/HttpValidationProblemDetails.ts +0 -105
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Trinsic API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { AadhaarLocalizedClaims } from './AadhaarLocalizedClaims';
|
|
13
|
+
import type { AadhaarClaims } from './AadhaarClaims';
|
|
14
|
+
/**
|
|
15
|
+
* Exposed properties for the `india-digilocker-aadhaar-fetch` Provider which do not directly map to the normalized IdentityData model.
|
|
16
|
+
* @export
|
|
17
|
+
* @interface SignzyIndiaAadhaarFetchProviderOutput
|
|
18
|
+
*/
|
|
19
|
+
export interface SignzyIndiaAadhaarFetchProviderOutput {
|
|
20
|
+
/**
|
|
21
|
+
* The document type from which the identity data was retrieved.
|
|
22
|
+
* @type {string}
|
|
23
|
+
* @memberof SignzyIndiaAadhaarFetchProviderOutput
|
|
24
|
+
*/
|
|
25
|
+
documentType?: string | null;
|
|
26
|
+
/**
|
|
27
|
+
* The timestamp when the signed document was generated and verified.
|
|
28
|
+
* @type {Date}
|
|
29
|
+
* @memberof SignzyIndiaAadhaarFetchProviderOutput
|
|
30
|
+
*/
|
|
31
|
+
timestamp?: Date | null;
|
|
32
|
+
/**
|
|
33
|
+
* The validity expiration timestamp for the verification document.
|
|
34
|
+
* @type {Date}
|
|
35
|
+
* @memberof SignzyIndiaAadhaarFetchProviderOutput
|
|
36
|
+
*/
|
|
37
|
+
timeToLive?: Date | null;
|
|
38
|
+
/**
|
|
39
|
+
* The Aadhaar number (UID) value for the individual.
|
|
40
|
+
*
|
|
41
|
+
* This is only the last four digits of the Aadhaar number.
|
|
42
|
+
* @type {string}
|
|
43
|
+
* @memberof SignzyIndiaAadhaarFetchProviderOutput
|
|
44
|
+
*/
|
|
45
|
+
aadhaarNumberLastFour?: string | null;
|
|
46
|
+
/**
|
|
47
|
+
* The claims extracted from the Aadhaar document.
|
|
48
|
+
* @type {AadhaarClaims}
|
|
49
|
+
* @memberof SignzyIndiaAadhaarFetchProviderOutput
|
|
50
|
+
*/
|
|
51
|
+
claims?: AadhaarClaims | null;
|
|
52
|
+
/**
|
|
53
|
+
* The localized claims extracted from the Aadhaar document.
|
|
54
|
+
* @type {AadhaarLocalizedClaims}
|
|
55
|
+
* @memberof SignzyIndiaAadhaarFetchProviderOutput
|
|
56
|
+
*/
|
|
57
|
+
localizedClaims?: AadhaarLocalizedClaims | null;
|
|
58
|
+
/**
|
|
59
|
+
* Whether our own validation of the Aadhaar document signature and certificate chain succeeded.
|
|
60
|
+
*
|
|
61
|
+
* When the signed document (e.g. Digilocker XML) is available, we validate it using the standard CCA/SafeScrypt chain.
|
|
62
|
+
* When the document is not returned, the signature cannot be validated and this is false. Some providers (e.g. Signzy) also
|
|
63
|
+
* supply a separate DSC validation indicator in the webhook payload; that is independent of this flag, which reflects only our validation.
|
|
64
|
+
* @type {boolean}
|
|
65
|
+
* @memberof SignzyIndiaAadhaarFetchProviderOutput
|
|
66
|
+
*/
|
|
67
|
+
documentSignatureValidated: boolean;
|
|
68
|
+
/**
|
|
69
|
+
* DigiLocker's 36-character stable account identifier.
|
|
70
|
+
*
|
|
71
|
+
* This identifier is deemed safe to use to reference the individual.
|
|
72
|
+
* *Note, the format is not guaranteed to be a UUID.
|
|
73
|
+
* @type {string}
|
|
74
|
+
* @memberof SignzyIndiaAadhaarFetchProviderOutput
|
|
75
|
+
*/
|
|
76
|
+
digilockerId?: string | null;
|
|
77
|
+
/**
|
|
78
|
+
* The identifier for the issuer of the DigiLocker document.
|
|
79
|
+
* @type {string}
|
|
80
|
+
* @memberof SignzyIndiaAadhaarFetchProviderOutput
|
|
81
|
+
*/
|
|
82
|
+
issuerId?: string | null;
|
|
83
|
+
/**
|
|
84
|
+
* Issuer name for the DigiLocker document.
|
|
85
|
+
* @type {string}
|
|
86
|
+
* @memberof SignzyIndiaAadhaarFetchProviderOutput
|
|
87
|
+
*/
|
|
88
|
+
issuer?: string | null;
|
|
89
|
+
/**
|
|
90
|
+
* The individual's mobile phone number from DigiLocker's account details.
|
|
91
|
+
* @type {string}
|
|
92
|
+
* @memberof SignzyIndiaAadhaarFetchProviderOutput
|
|
93
|
+
*/
|
|
94
|
+
mobilePhone?: string | null;
|
|
95
|
+
/**
|
|
96
|
+
* DigiLocker consent scopes that the individual actually consented to for this session.
|
|
97
|
+
* Included in provider output so customers can verify what was granted: the customer does not control
|
|
98
|
+
* these—the individual chooses scopes in the DigiLocker consent UI, and there is no way to pre-select
|
|
99
|
+
* or enforce them. This is a common source of error (e.g. the individual skips a scope), so surfacing the
|
|
100
|
+
* granted scopes lets customers confirm the session had the expected consent.
|
|
101
|
+
* @type {Array<string>}
|
|
102
|
+
* @memberof SignzyIndiaAadhaarFetchProviderOutput
|
|
103
|
+
*/
|
|
104
|
+
scope: Array<string>;
|
|
105
|
+
}
|
|
106
|
+
/**
|
|
107
|
+
* Check if a given object implements the SignzyIndiaAadhaarFetchProviderOutput interface.
|
|
108
|
+
*/
|
|
109
|
+
export declare function instanceOfSignzyIndiaAadhaarFetchProviderOutput(value: object): value is SignzyIndiaAadhaarFetchProviderOutput;
|
|
110
|
+
export declare function SignzyIndiaAadhaarFetchProviderOutputFromJSON(json: any): SignzyIndiaAadhaarFetchProviderOutput;
|
|
111
|
+
export declare function SignzyIndiaAadhaarFetchProviderOutputFromJSONTyped(json: any, ignoreDiscriminator: boolean): SignzyIndiaAadhaarFetchProviderOutput;
|
|
112
|
+
export declare function SignzyIndiaAadhaarFetchProviderOutputToJSON(json: any): SignzyIndiaAadhaarFetchProviderOutput;
|
|
113
|
+
export declare function SignzyIndiaAadhaarFetchProviderOutputToJSONTyped(value?: SignzyIndiaAadhaarFetchProviderOutput | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Trinsic API
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v1
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfSignzyIndiaAadhaarFetchProviderOutput = instanceOfSignzyIndiaAadhaarFetchProviderOutput;
|
|
17
|
+
exports.SignzyIndiaAadhaarFetchProviderOutputFromJSON = SignzyIndiaAadhaarFetchProviderOutputFromJSON;
|
|
18
|
+
exports.SignzyIndiaAadhaarFetchProviderOutputFromJSONTyped = SignzyIndiaAadhaarFetchProviderOutputFromJSONTyped;
|
|
19
|
+
exports.SignzyIndiaAadhaarFetchProviderOutputToJSON = SignzyIndiaAadhaarFetchProviderOutputToJSON;
|
|
20
|
+
exports.SignzyIndiaAadhaarFetchProviderOutputToJSONTyped = SignzyIndiaAadhaarFetchProviderOutputToJSONTyped;
|
|
21
|
+
const AadhaarLocalizedClaims_1 = require("./AadhaarLocalizedClaims");
|
|
22
|
+
const AadhaarClaims_1 = require("./AadhaarClaims");
|
|
23
|
+
/**
|
|
24
|
+
* Check if a given object implements the SignzyIndiaAadhaarFetchProviderOutput interface.
|
|
25
|
+
*/
|
|
26
|
+
function instanceOfSignzyIndiaAadhaarFetchProviderOutput(value) {
|
|
27
|
+
if (!('documentSignatureValidated' in value) || value['documentSignatureValidated'] === undefined)
|
|
28
|
+
return false;
|
|
29
|
+
if (!('scope' in value) || value['scope'] === undefined)
|
|
30
|
+
return false;
|
|
31
|
+
return true;
|
|
32
|
+
}
|
|
33
|
+
function SignzyIndiaAadhaarFetchProviderOutputFromJSON(json) {
|
|
34
|
+
return SignzyIndiaAadhaarFetchProviderOutputFromJSONTyped(json, false);
|
|
35
|
+
}
|
|
36
|
+
function SignzyIndiaAadhaarFetchProviderOutputFromJSONTyped(json, ignoreDiscriminator) {
|
|
37
|
+
if (json == null) {
|
|
38
|
+
return json;
|
|
39
|
+
}
|
|
40
|
+
return {
|
|
41
|
+
'documentType': json['documentType'] == null ? undefined : json['documentType'],
|
|
42
|
+
'timestamp': json['timestamp'] == null ? undefined : (new Date(json['timestamp'])),
|
|
43
|
+
'timeToLive': json['timeToLive'] == null ? undefined : (new Date(json['timeToLive'])),
|
|
44
|
+
'aadhaarNumberLastFour': json['aadhaarNumberLastFour'] == null ? undefined : json['aadhaarNumberLastFour'],
|
|
45
|
+
'claims': json['claims'] == null ? undefined : (0, AadhaarClaims_1.AadhaarClaimsFromJSON)(json['claims']),
|
|
46
|
+
'localizedClaims': json['localizedClaims'] == null ? undefined : (0, AadhaarLocalizedClaims_1.AadhaarLocalizedClaimsFromJSON)(json['localizedClaims']),
|
|
47
|
+
'documentSignatureValidated': json['documentSignatureValidated'],
|
|
48
|
+
'digilockerId': json['digilockerId'] == null ? undefined : json['digilockerId'],
|
|
49
|
+
'issuerId': json['issuerId'] == null ? undefined : json['issuerId'],
|
|
50
|
+
'issuer': json['issuer'] == null ? undefined : json['issuer'],
|
|
51
|
+
'mobilePhone': json['mobilePhone'] == null ? undefined : json['mobilePhone'],
|
|
52
|
+
'scope': json['scope'],
|
|
53
|
+
};
|
|
54
|
+
}
|
|
55
|
+
function SignzyIndiaAadhaarFetchProviderOutputToJSON(json) {
|
|
56
|
+
return SignzyIndiaAadhaarFetchProviderOutputToJSONTyped(json, false);
|
|
57
|
+
}
|
|
58
|
+
function SignzyIndiaAadhaarFetchProviderOutputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
59
|
+
if (value == null) {
|
|
60
|
+
return value;
|
|
61
|
+
}
|
|
62
|
+
return {
|
|
63
|
+
'documentType': value['documentType'],
|
|
64
|
+
'timestamp': value['timestamp'] == null ? value['timestamp'] : value['timestamp'].toISOString(),
|
|
65
|
+
'timeToLive': value['timeToLive'] == null ? value['timeToLive'] : value['timeToLive'].toISOString(),
|
|
66
|
+
'aadhaarNumberLastFour': value['aadhaarNumberLastFour'],
|
|
67
|
+
'claims': (0, AadhaarClaims_1.AadhaarClaimsToJSON)(value['claims']),
|
|
68
|
+
'localizedClaims': (0, AadhaarLocalizedClaims_1.AadhaarLocalizedClaimsToJSON)(value['localizedClaims']),
|
|
69
|
+
'documentSignatureValidated': value['documentSignatureValidated'],
|
|
70
|
+
'digilockerId': value['digilockerId'],
|
|
71
|
+
'issuerId': value['issuerId'],
|
|
72
|
+
'issuer': value['issuer'],
|
|
73
|
+
'mobilePhone': value['mobilePhone'],
|
|
74
|
+
'scope': value['scope'],
|
|
75
|
+
};
|
|
76
|
+
}
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Trinsic API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* Exposed properties for the `singpass-login` Provider which do not directly map to the normalized IdentityData model.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface SingpassLoginProviderOutput
|
|
16
|
+
*/
|
|
17
|
+
export interface SingpassLoginProviderOutput {
|
|
18
|
+
/**
|
|
19
|
+
* The Singpass subject identifier.
|
|
20
|
+
*
|
|
21
|
+
* This is a public identifier which is globally unique across the Singpass system.
|
|
22
|
+
* @type {string}
|
|
23
|
+
* @memberof SingpassLoginProviderOutput
|
|
24
|
+
*/
|
|
25
|
+
sub?: string | null;
|
|
26
|
+
/**
|
|
27
|
+
* The Singpass account type for this user.
|
|
28
|
+
*
|
|
29
|
+
* Possible values:
|
|
30
|
+
* - foreign (Singpass Foreign Account (SFA) holders)
|
|
31
|
+
* - standard (Singapore Citizens, Permanent Residents, or FIN holders)
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof SingpassLoginProviderOutput
|
|
34
|
+
*/
|
|
35
|
+
accountType?: string | null;
|
|
36
|
+
/**
|
|
37
|
+
* The Unique Identifier Number (UINFIN) for the user.
|
|
38
|
+
*
|
|
39
|
+
* The number can be either the National Registration Identity Card or Foreign Identification Number (NRIC/FIN).
|
|
40
|
+
* Follows the format @xxxxxxx#:
|
|
41
|
+
* - @ is the status of the holder.
|
|
42
|
+
* - Singapore citizens and permanent residents born before 1 January 2000 are assigned the letter "S".
|
|
43
|
+
* - Singapore citizens and permanent residents born on or after 1 January 2000 are assigned the letter "T".
|
|
44
|
+
* - Foreigners issued with long-term passes before 1 January 2000 are assigned the letter "F".
|
|
45
|
+
* - Foreigners issued with long-term passes from 1 January 2000 to 31 December 2021 are assigned the letter "G".
|
|
46
|
+
* - Foreigners issued with long-term passes on or after 1 January 2022 are assigned the letter "M".
|
|
47
|
+
* - xxxxxxx is seven digit serial number.
|
|
48
|
+
* - # is the checksum letter.
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof SingpassLoginProviderOutput
|
|
51
|
+
*/
|
|
52
|
+
identityNumber?: string | null;
|
|
53
|
+
/**
|
|
54
|
+
* The individual's identity country of issuance.
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof SingpassLoginProviderOutput
|
|
57
|
+
*/
|
|
58
|
+
countryOfIssuance?: string | null;
|
|
59
|
+
/**
|
|
60
|
+
* The individual's principal name.
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof SingpassLoginProviderOutput
|
|
63
|
+
*/
|
|
64
|
+
name?: string | null;
|
|
65
|
+
/**
|
|
66
|
+
* The individual's email address.
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof SingpassLoginProviderOutput
|
|
69
|
+
*/
|
|
70
|
+
email?: string | null;
|
|
71
|
+
/**
|
|
72
|
+
* The individual's mobile number.
|
|
73
|
+
*
|
|
74
|
+
* For Singpass Foreign Account (SFA) users, this will always be null.
|
|
75
|
+
* @type {string}
|
|
76
|
+
* @memberof SingpassLoginProviderOutput
|
|
77
|
+
*/
|
|
78
|
+
mobileNumber?: string | null;
|
|
79
|
+
}
|
|
80
|
+
/**
|
|
81
|
+
* Check if a given object implements the SingpassLoginProviderOutput interface.
|
|
82
|
+
*/
|
|
83
|
+
export declare function instanceOfSingpassLoginProviderOutput(value: object): value is SingpassLoginProviderOutput;
|
|
84
|
+
export declare function SingpassLoginProviderOutputFromJSON(json: any): SingpassLoginProviderOutput;
|
|
85
|
+
export declare function SingpassLoginProviderOutputFromJSONTyped(json: any, ignoreDiscriminator: boolean): SingpassLoginProviderOutput;
|
|
86
|
+
export declare function SingpassLoginProviderOutputToJSON(json: any): SingpassLoginProviderOutput;
|
|
87
|
+
export declare function SingpassLoginProviderOutputToJSONTyped(value?: SingpassLoginProviderOutput | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Trinsic API
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v1
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfSingpassLoginProviderOutput = instanceOfSingpassLoginProviderOutput;
|
|
17
|
+
exports.SingpassLoginProviderOutputFromJSON = SingpassLoginProviderOutputFromJSON;
|
|
18
|
+
exports.SingpassLoginProviderOutputFromJSONTyped = SingpassLoginProviderOutputFromJSONTyped;
|
|
19
|
+
exports.SingpassLoginProviderOutputToJSON = SingpassLoginProviderOutputToJSON;
|
|
20
|
+
exports.SingpassLoginProviderOutputToJSONTyped = SingpassLoginProviderOutputToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the SingpassLoginProviderOutput interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfSingpassLoginProviderOutput(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function SingpassLoginProviderOutputFromJSON(json) {
|
|
28
|
+
return SingpassLoginProviderOutputFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function SingpassLoginProviderOutputFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if (json == null) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'sub': json['sub'] == null ? undefined : json['sub'],
|
|
36
|
+
'accountType': json['accountType'] == null ? undefined : json['accountType'],
|
|
37
|
+
'identityNumber': json['identityNumber'] == null ? undefined : json['identityNumber'],
|
|
38
|
+
'countryOfIssuance': json['countryOfIssuance'] == null ? undefined : json['countryOfIssuance'],
|
|
39
|
+
'name': json['name'] == null ? undefined : json['name'],
|
|
40
|
+
'email': json['email'] == null ? undefined : json['email'],
|
|
41
|
+
'mobileNumber': json['mobileNumber'] == null ? undefined : json['mobileNumber'],
|
|
42
|
+
};
|
|
43
|
+
}
|
|
44
|
+
function SingpassLoginProviderOutputToJSON(json) {
|
|
45
|
+
return SingpassLoginProviderOutputToJSONTyped(json, false);
|
|
46
|
+
}
|
|
47
|
+
function SingpassLoginProviderOutputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
48
|
+
if (value == null) {
|
|
49
|
+
return value;
|
|
50
|
+
}
|
|
51
|
+
return {
|
|
52
|
+
'sub': value['sub'],
|
|
53
|
+
'accountType': value['accountType'],
|
|
54
|
+
'identityNumber': value['identityNumber'],
|
|
55
|
+
'countryOfIssuance': value['countryOfIssuance'],
|
|
56
|
+
'name': value['name'],
|
|
57
|
+
'email': value['email'],
|
|
58
|
+
'mobileNumber': value['mobileNumber'],
|
|
59
|
+
};
|
|
60
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Trinsic API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface SingpassMyInfoDescription
|
|
16
|
+
*/
|
|
17
|
+
export interface SingpassMyInfoDescription {
|
|
18
|
+
/**
|
|
19
|
+
* The code for the following description.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof SingpassMyInfoDescription
|
|
22
|
+
*/
|
|
23
|
+
code?: string | null;
|
|
24
|
+
/**
|
|
25
|
+
* The full description of the field.
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof SingpassMyInfoDescription
|
|
28
|
+
*/
|
|
29
|
+
description?: string | null;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the SingpassMyInfoDescription interface.
|
|
33
|
+
*/
|
|
34
|
+
export declare function instanceOfSingpassMyInfoDescription(value: object): value is SingpassMyInfoDescription;
|
|
35
|
+
export declare function SingpassMyInfoDescriptionFromJSON(json: any): SingpassMyInfoDescription;
|
|
36
|
+
export declare function SingpassMyInfoDescriptionFromJSONTyped(json: any, ignoreDiscriminator: boolean): SingpassMyInfoDescription;
|
|
37
|
+
export declare function SingpassMyInfoDescriptionToJSON(json: any): SingpassMyInfoDescription;
|
|
38
|
+
export declare function SingpassMyInfoDescriptionToJSONTyped(value?: SingpassMyInfoDescription | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Trinsic API
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v1
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfSingpassMyInfoDescription = instanceOfSingpassMyInfoDescription;
|
|
17
|
+
exports.SingpassMyInfoDescriptionFromJSON = SingpassMyInfoDescriptionFromJSON;
|
|
18
|
+
exports.SingpassMyInfoDescriptionFromJSONTyped = SingpassMyInfoDescriptionFromJSONTyped;
|
|
19
|
+
exports.SingpassMyInfoDescriptionToJSON = SingpassMyInfoDescriptionToJSON;
|
|
20
|
+
exports.SingpassMyInfoDescriptionToJSONTyped = SingpassMyInfoDescriptionToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the SingpassMyInfoDescription interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfSingpassMyInfoDescription(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function SingpassMyInfoDescriptionFromJSON(json) {
|
|
28
|
+
return SingpassMyInfoDescriptionFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function SingpassMyInfoDescriptionFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if (json == null) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'code': json['code'] == null ? undefined : json['code'],
|
|
36
|
+
'description': json['description'] == null ? undefined : json['description'],
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
function SingpassMyInfoDescriptionToJSON(json) {
|
|
40
|
+
return SingpassMyInfoDescriptionToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function SingpassMyInfoDescriptionToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
+
if (value == null) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'code': value['code'],
|
|
48
|
+
'description': value['description'],
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Trinsic API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { SingpassPersonalCatalog } from './SingpassPersonalCatalog';
|
|
13
|
+
/**
|
|
14
|
+
* Exposed properties for the `singpass-myinfo` Provider which do not directly map to the normalized IdentityData model.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface SingpassMyInfoProviderOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface SingpassMyInfoProviderOutput {
|
|
19
|
+
/**
|
|
20
|
+
* The Singpass subject identifier.
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof SingpassMyInfoProviderOutput
|
|
23
|
+
*/
|
|
24
|
+
sub?: string | null;
|
|
25
|
+
/**
|
|
26
|
+
* The MyInfo personal catalog.
|
|
27
|
+
* @type {SingpassPersonalCatalog}
|
|
28
|
+
* @memberof SingpassMyInfoProviderOutput
|
|
29
|
+
*/
|
|
30
|
+
personInfo?: SingpassPersonalCatalog | null;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Check if a given object implements the SingpassMyInfoProviderOutput interface.
|
|
34
|
+
*/
|
|
35
|
+
export declare function instanceOfSingpassMyInfoProviderOutput(value: object): value is SingpassMyInfoProviderOutput;
|
|
36
|
+
export declare function SingpassMyInfoProviderOutputFromJSON(json: any): SingpassMyInfoProviderOutput;
|
|
37
|
+
export declare function SingpassMyInfoProviderOutputFromJSONTyped(json: any, ignoreDiscriminator: boolean): SingpassMyInfoProviderOutput;
|
|
38
|
+
export declare function SingpassMyInfoProviderOutputToJSON(json: any): SingpassMyInfoProviderOutput;
|
|
39
|
+
export declare function SingpassMyInfoProviderOutputToJSONTyped(value?: SingpassMyInfoProviderOutput | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Trinsic API
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v1
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfSingpassMyInfoProviderOutput = instanceOfSingpassMyInfoProviderOutput;
|
|
17
|
+
exports.SingpassMyInfoProviderOutputFromJSON = SingpassMyInfoProviderOutputFromJSON;
|
|
18
|
+
exports.SingpassMyInfoProviderOutputFromJSONTyped = SingpassMyInfoProviderOutputFromJSONTyped;
|
|
19
|
+
exports.SingpassMyInfoProviderOutputToJSON = SingpassMyInfoProviderOutputToJSON;
|
|
20
|
+
exports.SingpassMyInfoProviderOutputToJSONTyped = SingpassMyInfoProviderOutputToJSONTyped;
|
|
21
|
+
const SingpassPersonalCatalog_1 = require("./SingpassPersonalCatalog");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the SingpassMyInfoProviderOutput interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfSingpassMyInfoProviderOutput(value) {
|
|
26
|
+
return true;
|
|
27
|
+
}
|
|
28
|
+
function SingpassMyInfoProviderOutputFromJSON(json) {
|
|
29
|
+
return SingpassMyInfoProviderOutputFromJSONTyped(json, false);
|
|
30
|
+
}
|
|
31
|
+
function SingpassMyInfoProviderOutputFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
+
if (json == null) {
|
|
33
|
+
return json;
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
'sub': json['sub'] == null ? undefined : json['sub'],
|
|
37
|
+
'personInfo': json['personInfo'] == null ? undefined : (0, SingpassPersonalCatalog_1.SingpassPersonalCatalogFromJSON)(json['personInfo']),
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
function SingpassMyInfoProviderOutputToJSON(json) {
|
|
41
|
+
return SingpassMyInfoProviderOutputToJSONTyped(json, false);
|
|
42
|
+
}
|
|
43
|
+
function SingpassMyInfoProviderOutputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
44
|
+
if (value == null) {
|
|
45
|
+
return value;
|
|
46
|
+
}
|
|
47
|
+
return {
|
|
48
|
+
'sub': value['sub'],
|
|
49
|
+
'personInfo': (0, SingpassPersonalCatalog_1.SingpassPersonalCatalogToJSON)(value['personInfo']),
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,111 @@
|
|
|
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 MyInfo registered address payload.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface SingpassMyInfoRegisteredAddressOutput
|
|
16
|
+
*/
|
|
17
|
+
export interface SingpassMyInfoRegisteredAddressOutput {
|
|
18
|
+
/**
|
|
19
|
+
* The address type.
|
|
20
|
+
*
|
|
21
|
+
* Possible values:
|
|
22
|
+
* - SG (Structured Address)
|
|
23
|
+
* - UNFORMATTED
|
|
24
|
+
*
|
|
25
|
+
* Structured addresses most likely will be a Singapore address.
|
|
26
|
+
* Unformatted are typically a non-Singapore address, however it might still be an unformatted Singapore address.
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof SingpassMyInfoRegisteredAddressOutput
|
|
29
|
+
*/
|
|
30
|
+
type?: string | null;
|
|
31
|
+
/**
|
|
32
|
+
* The block number.
|
|
33
|
+
*
|
|
34
|
+
* This will only be present if the type is "SG"
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof SingpassMyInfoRegisteredAddressOutput
|
|
37
|
+
*/
|
|
38
|
+
block?: string | null;
|
|
39
|
+
/**
|
|
40
|
+
* The building name.
|
|
41
|
+
*
|
|
42
|
+
* This will only be present if the type is "SG"
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof SingpassMyInfoRegisteredAddressOutput
|
|
45
|
+
*/
|
|
46
|
+
building?: string | null;
|
|
47
|
+
/**
|
|
48
|
+
* The floor number.
|
|
49
|
+
*
|
|
50
|
+
* This will only be present if the type is "SG"
|
|
51
|
+
* @type {string}
|
|
52
|
+
* @memberof SingpassMyInfoRegisteredAddressOutput
|
|
53
|
+
*/
|
|
54
|
+
floor?: string | null;
|
|
55
|
+
/**
|
|
56
|
+
* The unit number.
|
|
57
|
+
*
|
|
58
|
+
* This will only be present if the type is "SG"
|
|
59
|
+
* @type {string}
|
|
60
|
+
* @memberof SingpassMyInfoRegisteredAddressOutput
|
|
61
|
+
*/
|
|
62
|
+
unit?: string | null;
|
|
63
|
+
/**
|
|
64
|
+
* The street name.
|
|
65
|
+
*
|
|
66
|
+
* This will only be present if the type is "SG"
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof SingpassMyInfoRegisteredAddressOutput
|
|
69
|
+
*/
|
|
70
|
+
street?: string | null;
|
|
71
|
+
/**
|
|
72
|
+
* The postal code.
|
|
73
|
+
*
|
|
74
|
+
* This will only be present if the type is "SG"
|
|
75
|
+
* @type {string}
|
|
76
|
+
* @memberof SingpassMyInfoRegisteredAddressOutput
|
|
77
|
+
*/
|
|
78
|
+
postal?: string | null;
|
|
79
|
+
/**
|
|
80
|
+
* The ISO-2 country code and description for the address.
|
|
81
|
+
*
|
|
82
|
+
* This will only be present if the type is "SG"
|
|
83
|
+
* @type {string}
|
|
84
|
+
* @memberof SingpassMyInfoRegisteredAddressOutput
|
|
85
|
+
*/
|
|
86
|
+
country?: string | null;
|
|
87
|
+
/**
|
|
88
|
+
* The first line of the unformatted address.
|
|
89
|
+
*
|
|
90
|
+
* This will only be present if the type is "UNFORMATTED"
|
|
91
|
+
* @type {string}
|
|
92
|
+
* @memberof SingpassMyInfoRegisteredAddressOutput
|
|
93
|
+
*/
|
|
94
|
+
line1?: string | null;
|
|
95
|
+
/**
|
|
96
|
+
* The second line of the unformatted address.
|
|
97
|
+
*
|
|
98
|
+
* This will only be present if the type is "UNFORMATTED"
|
|
99
|
+
* @type {string}
|
|
100
|
+
* @memberof SingpassMyInfoRegisteredAddressOutput
|
|
101
|
+
*/
|
|
102
|
+
line2?: string | null;
|
|
103
|
+
}
|
|
104
|
+
/**
|
|
105
|
+
* Check if a given object implements the SingpassMyInfoRegisteredAddressOutput interface.
|
|
106
|
+
*/
|
|
107
|
+
export declare function instanceOfSingpassMyInfoRegisteredAddressOutput(value: object): value is SingpassMyInfoRegisteredAddressOutput;
|
|
108
|
+
export declare function SingpassMyInfoRegisteredAddressOutputFromJSON(json: any): SingpassMyInfoRegisteredAddressOutput;
|
|
109
|
+
export declare function SingpassMyInfoRegisteredAddressOutputFromJSONTyped(json: any, ignoreDiscriminator: boolean): SingpassMyInfoRegisteredAddressOutput;
|
|
110
|
+
export declare function SingpassMyInfoRegisteredAddressOutputToJSON(json: any): SingpassMyInfoRegisteredAddressOutput;
|
|
111
|
+
export declare function SingpassMyInfoRegisteredAddressOutputToJSONTyped(value?: SingpassMyInfoRegisteredAddressOutput | null, ignoreDiscriminator?: boolean): any;
|