@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,128 @@
|
|
|
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 IndiaPanStructuredNumber
|
|
16
|
+
*/
|
|
17
|
+
export interface IndiaPanStructuredNumber {
|
|
18
|
+
/**
|
|
19
|
+
* Three-letter block issued by the Income Tax Department of India.
|
|
20
|
+
*
|
|
21
|
+
* Ties the number to a specific Income Tax Office or jurisdiction using an internal labeling system.
|
|
22
|
+
*
|
|
23
|
+
* Position:
|
|
24
|
+
* - Characters 1 through 3 of the PAN
|
|
25
|
+
*
|
|
26
|
+
* Possible values:
|
|
27
|
+
* - Any three-letter block of uppercase Latin letters
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof IndiaPanStructuredNumber
|
|
30
|
+
*/
|
|
31
|
+
seriesCode: string;
|
|
32
|
+
/**
|
|
33
|
+
* Code that represents the entity that is subject to income tax in India.
|
|
34
|
+
*
|
|
35
|
+
* Position:
|
|
36
|
+
* - Character 4 of the PAN
|
|
37
|
+
*
|
|
38
|
+
* Possible values:
|
|
39
|
+
* - "A" for Association of Persons (AOP)
|
|
40
|
+
* - "B" for Body of Individuals (BOI)
|
|
41
|
+
* - "C" for Company
|
|
42
|
+
* - "F" for Firm
|
|
43
|
+
* - "G" for Government
|
|
44
|
+
* - "H" for Hindu Undivided Family (HUF)
|
|
45
|
+
* - "J" for Artificial Juridical Person
|
|
46
|
+
* - "L" for Local Authority
|
|
47
|
+
* - "P" for Individual
|
|
48
|
+
* - "T" for Trust
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof IndiaPanStructuredNumber
|
|
51
|
+
*/
|
|
52
|
+
assesseeCategoryCode: string;
|
|
53
|
+
/**
|
|
54
|
+
* Human-readable label for the assessee category when it matches a known code.
|
|
55
|
+
*
|
|
56
|
+
* Possible values:
|
|
57
|
+
* - Association of Persons (AOP)
|
|
58
|
+
* - Body of Individuals (BOI)
|
|
59
|
+
* - Company
|
|
60
|
+
* - Firm
|
|
61
|
+
* - Government
|
|
62
|
+
* - Hindu Undivided Family (HUF)
|
|
63
|
+
* - Artificial Juridical Person
|
|
64
|
+
* - Local Authority
|
|
65
|
+
* - Individual
|
|
66
|
+
* - Trust
|
|
67
|
+
*
|
|
68
|
+
* Omitted when the letter is not a standard category code.
|
|
69
|
+
* @type {string}
|
|
70
|
+
* @memberof IndiaPanStructuredNumber
|
|
71
|
+
*/
|
|
72
|
+
assesseeCategoryName?: string | null;
|
|
73
|
+
/**
|
|
74
|
+
* First letter of the name of the entity that is subject to income tax in India.
|
|
75
|
+
*
|
|
76
|
+
* Position:
|
|
77
|
+
* - Character 5 of the PAN.
|
|
78
|
+
*
|
|
79
|
+
* Format:
|
|
80
|
+
* - When AssesseeCategoryCode is P, this character is the first letter of the individual's
|
|
81
|
+
* family name as recorded for the PAN.
|
|
82
|
+
* - When AssesseeCategoryCode is A, B, C, F, G, H, J, L, or T, this character is the first letter
|
|
83
|
+
* of the name of the association, body, company, firm, government, HUF, local authority, or
|
|
84
|
+
* trust.
|
|
85
|
+
*
|
|
86
|
+
* Possible values:
|
|
87
|
+
* - Any uppercase Latin letter
|
|
88
|
+
* @type {string}
|
|
89
|
+
* @memberof IndiaPanStructuredNumber
|
|
90
|
+
*/
|
|
91
|
+
namePrefixLetter: string;
|
|
92
|
+
/**
|
|
93
|
+
* Sequential four-digit field assigned by the Income Tax Department of India.
|
|
94
|
+
*
|
|
95
|
+
* Each PAN receives a unique serial within the given series code and assessee category.
|
|
96
|
+
*
|
|
97
|
+
* Position:
|
|
98
|
+
* - Characters 6 through 9 of the PAN.
|
|
99
|
+
*
|
|
100
|
+
* Possible values:
|
|
101
|
+
* - Four-digit strings 0001 through 9999 inclusive, using only digits 0 through 9
|
|
102
|
+
* @type {string}
|
|
103
|
+
* @memberof IndiaPanStructuredNumber
|
|
104
|
+
*/
|
|
105
|
+
serialNumber: string;
|
|
106
|
+
/**
|
|
107
|
+
* Alphabetic check character for the first nine characters of the PAN.
|
|
108
|
+
*
|
|
109
|
+
* The algorithm has not been made publicly available by the Income Tax Department of India.
|
|
110
|
+
*
|
|
111
|
+
* Position:
|
|
112
|
+
* - Character 10 of the PAN.
|
|
113
|
+
*
|
|
114
|
+
* Possible values:
|
|
115
|
+
* - One uppercase Latin letter A through Z
|
|
116
|
+
* @type {string}
|
|
117
|
+
* @memberof IndiaPanStructuredNumber
|
|
118
|
+
*/
|
|
119
|
+
checkLetter: string;
|
|
120
|
+
}
|
|
121
|
+
/**
|
|
122
|
+
* Check if a given object implements the IndiaPanStructuredNumber interface.
|
|
123
|
+
*/
|
|
124
|
+
export declare function instanceOfIndiaPanStructuredNumber(value: object): value is IndiaPanStructuredNumber;
|
|
125
|
+
export declare function IndiaPanStructuredNumberFromJSON(json: any): IndiaPanStructuredNumber;
|
|
126
|
+
export declare function IndiaPanStructuredNumberFromJSONTyped(json: any, ignoreDiscriminator: boolean): IndiaPanStructuredNumber;
|
|
127
|
+
export declare function IndiaPanStructuredNumberToJSON(json: any): IndiaPanStructuredNumber;
|
|
128
|
+
export declare function IndiaPanStructuredNumberToJSONTyped(value?: IndiaPanStructuredNumber | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,61 @@
|
|
|
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 IndiaPanStructuredNumber interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfIndiaPanStructuredNumber(value) {
|
|
18
|
+
if (!('seriesCode' in value) || value['seriesCode'] === undefined)
|
|
19
|
+
return false;
|
|
20
|
+
if (!('assesseeCategoryCode' in value) || value['assesseeCategoryCode'] === undefined)
|
|
21
|
+
return false;
|
|
22
|
+
if (!('namePrefixLetter' in value) || value['namePrefixLetter'] === undefined)
|
|
23
|
+
return false;
|
|
24
|
+
if (!('serialNumber' in value) || value['serialNumber'] === undefined)
|
|
25
|
+
return false;
|
|
26
|
+
if (!('checkLetter' in value) || value['checkLetter'] === undefined)
|
|
27
|
+
return false;
|
|
28
|
+
return true;
|
|
29
|
+
}
|
|
30
|
+
export function IndiaPanStructuredNumberFromJSON(json) {
|
|
31
|
+
return IndiaPanStructuredNumberFromJSONTyped(json, false);
|
|
32
|
+
}
|
|
33
|
+
export function IndiaPanStructuredNumberFromJSONTyped(json, ignoreDiscriminator) {
|
|
34
|
+
if (json == null) {
|
|
35
|
+
return json;
|
|
36
|
+
}
|
|
37
|
+
return {
|
|
38
|
+
'seriesCode': json['seriesCode'],
|
|
39
|
+
'assesseeCategoryCode': json['assesseeCategoryCode'],
|
|
40
|
+
'assesseeCategoryName': json['assesseeCategoryName'] == null ? undefined : json['assesseeCategoryName'],
|
|
41
|
+
'namePrefixLetter': json['namePrefixLetter'],
|
|
42
|
+
'serialNumber': json['serialNumber'],
|
|
43
|
+
'checkLetter': json['checkLetter'],
|
|
44
|
+
};
|
|
45
|
+
}
|
|
46
|
+
export function IndiaPanStructuredNumberToJSON(json) {
|
|
47
|
+
return IndiaPanStructuredNumberToJSONTyped(json, false);
|
|
48
|
+
}
|
|
49
|
+
export function IndiaPanStructuredNumberToJSONTyped(value, ignoreDiscriminator = false) {
|
|
50
|
+
if (value == null) {
|
|
51
|
+
return value;
|
|
52
|
+
}
|
|
53
|
+
return {
|
|
54
|
+
'seriesCode': value['seriesCode'],
|
|
55
|
+
'assesseeCategoryCode': value['assesseeCategoryCode'],
|
|
56
|
+
'assesseeCategoryName': value['assesseeCategoryName'],
|
|
57
|
+
'namePrefixLetter': value['namePrefixLetter'],
|
|
58
|
+
'serialNumber': value['serialNumber'],
|
|
59
|
+
'checkLetter': value['checkLetter'],
|
|
60
|
+
};
|
|
61
|
+
}
|
|
@@ -44,12 +44,12 @@ export function IndonesiaDukcapilMatchInputToJSONTyped(value, ignoreDiscriminato
|
|
|
44
44
|
}
|
|
45
45
|
return {
|
|
46
46
|
'fullName': value['fullName'],
|
|
47
|
-
'dateOfBirth': value['dateOfBirth'] == null ?
|
|
47
|
+
'dateOfBirth': value['dateOfBirth'] == null ? value['dateOfBirth'] : value['dateOfBirth'].toISOString().substring(0, 10),
|
|
48
48
|
'nikIdNumber': value['nikIdNumber'],
|
|
49
49
|
'email': value['email'],
|
|
50
50
|
'phoneNumber': value['phoneNumber'],
|
|
51
51
|
'selfieImage': value['selfieImage'],
|
|
52
52
|
'documentImage': value['documentImage'],
|
|
53
|
-
'consentGivenAt': value['consentGivenAt'] == null ?
|
|
53
|
+
'consentGivenAt': value['consentGivenAt'] == null ? value['consentGivenAt'] : value['consentGivenAt'].toISOString(),
|
|
54
54
|
};
|
|
55
55
|
}
|
|
@@ -45,7 +45,7 @@ export function IndonesiaNikInputToJSONTyped(value, ignoreDiscriminator = false)
|
|
|
45
45
|
}
|
|
46
46
|
return {
|
|
47
47
|
'fullName': value['fullName'],
|
|
48
|
-
'dateOfBirth':
|
|
48
|
+
'dateOfBirth': value['dateOfBirth'].toISOString().substring(0, 10),
|
|
49
49
|
'nikIdNumber': value['nikIdNumber'],
|
|
50
50
|
};
|
|
51
51
|
}
|
|
@@ -48,7 +48,7 @@ export function ItsmeProviderOutputToJSONTyped(value, ignoreDiscriminator = fals
|
|
|
48
48
|
return {
|
|
49
49
|
'firstName': value['firstName'],
|
|
50
50
|
'lastName': value['lastName'],
|
|
51
|
-
'dateOfBirth':
|
|
51
|
+
'dateOfBirth': value['dateOfBirth'].toISOString().substring(0, 10),
|
|
52
52
|
'hashedNationalRegisterNumber': value['hashedNationalRegisterNumber'],
|
|
53
53
|
'nationalRegisterNumber': value['nationalRegisterNumber'],
|
|
54
54
|
};
|
|
@@ -16,7 +16,11 @@
|
|
|
16
16
|
*/
|
|
17
17
|
export interface KenyaNidBiometric2Input {
|
|
18
18
|
/**
|
|
19
|
-
* The
|
|
19
|
+
* The Kenya National ID Number (Nambari ya Kitambulisho) or Unique Personal Identifier (Maisha Namba).
|
|
20
|
+
*
|
|
21
|
+
* This is the primary unique identifier for Kenyan citizens in all government systems, issued by
|
|
22
|
+
* the National Registration Bureau (NRB). The format is either 8 digits for National ID
|
|
23
|
+
* or 9 digits for Maisha Namba UPI (the new format since 2023).
|
|
20
24
|
* @type {string}
|
|
21
25
|
* @memberof KenyaNidBiometric2Input
|
|
22
26
|
*/
|
|
@@ -54,7 +54,7 @@ export function KenyaNidInputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
54
54
|
'firstName': value['firstName'],
|
|
55
55
|
'middleName': value['middleName'],
|
|
56
56
|
'lastName': value['lastName'],
|
|
57
|
-
'dateOfBirth':
|
|
57
|
+
'dateOfBirth': value['dateOfBirth'].toISOString().substring(0, 10),
|
|
58
58
|
'gender': value['gender'],
|
|
59
59
|
'nationalIdNumber': value['nationalIdNumber'],
|
|
60
60
|
};
|
|
@@ -16,7 +16,11 @@
|
|
|
16
16
|
*/
|
|
17
17
|
export interface KenyaNidLookup2Input {
|
|
18
18
|
/**
|
|
19
|
-
* The
|
|
19
|
+
* The Kenya National ID Number (Nambari ya Kitambulisho) or Unique Personal Identifier (Maisha Namba).
|
|
20
|
+
*
|
|
21
|
+
* This is the primary unique identifier for Kenyan citizens in all government systems, issued by
|
|
22
|
+
* the National Registration Bureau (NRB). The format is either 8 digits for National ID
|
|
23
|
+
* or 9 digits for Maisha Namba UPI (the new format since 2023).
|
|
20
24
|
* @type {string}
|
|
21
25
|
* @memberof KenyaNidLookup2Input
|
|
22
26
|
*/
|
|
@@ -61,12 +61,11 @@ export interface KenyaNidLookup2ProviderOutput {
|
|
|
61
61
|
*/
|
|
62
62
|
citizenship: string;
|
|
63
63
|
/**
|
|
64
|
-
* The Kenya National ID Number (Nambari ya Kitambulisho).
|
|
64
|
+
* The Kenya National ID Number (Nambari ya Kitambulisho) or Unique Personal Identifier (Maisha Namba).
|
|
65
65
|
*
|
|
66
66
|
* This is the primary unique identifier for Kenyan citizens in all government systems, issued by
|
|
67
|
-
* the National Registration Bureau (NRB). The format is
|
|
68
|
-
*
|
|
69
|
-
* and remains constant for life.
|
|
67
|
+
* the National Registration Bureau (NRB). The format is either 8 digits for National ID
|
|
68
|
+
* or 9 digits for Maisha Namba UPI (the new format since 2023).
|
|
70
69
|
* @type {string}
|
|
71
70
|
* @memberof KenyaNidLookup2ProviderOutput
|
|
72
71
|
*/
|
|
@@ -63,11 +63,11 @@ export function KenyaNidLookup2ProviderOutputToJSONTyped(value, ignoreDiscrimina
|
|
|
63
63
|
'surname': value['surname'],
|
|
64
64
|
'otherName': value['otherName'],
|
|
65
65
|
'sex': value['sex'],
|
|
66
|
-
'dateOfBirth': value['dateOfBirth'] == null ?
|
|
66
|
+
'dateOfBirth': value['dateOfBirth'] == null ? value['dateOfBirth'] : value['dateOfBirth'].toISOString().substring(0, 10),
|
|
67
67
|
'citizenship': value['citizenship'],
|
|
68
68
|
'idNumber': value['idNumber'],
|
|
69
69
|
'serialNumber': value['serialNumber'],
|
|
70
|
-
'dateOfIssue': value['dateOfIssue'] == null ?
|
|
70
|
+
'dateOfIssue': value['dateOfIssue'] == null ? value['dateOfIssue'] : value['dateOfIssue'].toISOString().substring(0, 10),
|
|
71
71
|
'placeOfBirth': KenyaNidLookup2AddressToJSON(value['placeOfBirth']),
|
|
72
72
|
'placeOfResidence': KenyaNidLookup2AddressToJSON(value['placeOfResidence']),
|
|
73
73
|
};
|
|
@@ -17,7 +17,11 @@ import type { KenyaNidMatch2InputSex } from './KenyaNidMatch2InputSex';
|
|
|
17
17
|
*/
|
|
18
18
|
export interface KenyaNidMatch2Input {
|
|
19
19
|
/**
|
|
20
|
-
* The
|
|
20
|
+
* The Kenya National ID Number (Nambari ya Kitambulisho) or Unique Personal Identifier (Maisha Namba).
|
|
21
|
+
*
|
|
22
|
+
* This is the primary unique identifier for Kenyan citizens in all government systems, issued by
|
|
23
|
+
* the National Registration Bureau (NRB). The format is either 8 digits for National ID
|
|
24
|
+
* or 9 digits for Maisha Namba UPI (the new format since 2023).
|
|
21
25
|
* @type {string}
|
|
22
26
|
* @memberof KenyaNidMatch2Input
|
|
23
27
|
*/
|
|
@@ -46,7 +46,7 @@ export function KenyaNidMatch2InputToJSONTyped(value, ignoreDiscriminator = fals
|
|
|
46
46
|
'givenName': value['givenName'],
|
|
47
47
|
'familyName': value['familyName'],
|
|
48
48
|
'middleName': value['middleName'],
|
|
49
|
-
'dateOfBirth': value['dateOfBirth'] == null ?
|
|
49
|
+
'dateOfBirth': value['dateOfBirth'] == null ? value['dateOfBirth'] : value['dateOfBirth'].toISOString().substring(0, 10),
|
|
50
50
|
'sex': KenyaNidMatch2InputSexToJSON(value['sex']),
|
|
51
51
|
};
|
|
52
52
|
}
|
|
@@ -0,0 +1,65 @@
|
|
|
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 { MobileCarrier } from './MobileCarrier';
|
|
13
|
+
import type { KoreaTelcoMatchSex } from './KoreaTelcoMatchSex';
|
|
14
|
+
import type { MobileOperatingSystem } from './MobileOperatingSystem';
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
* @export
|
|
18
|
+
* @interface KoreaTelcoMatchInput
|
|
19
|
+
*/
|
|
20
|
+
export interface KoreaTelcoMatchInput {
|
|
21
|
+
/**
|
|
22
|
+
* Phone number without dashes, e.g. "010XXXXXXXX".
|
|
23
|
+
* @type {string}
|
|
24
|
+
* @memberof KoreaTelcoMatchInput
|
|
25
|
+
*/
|
|
26
|
+
phoneNumber: string;
|
|
27
|
+
/**
|
|
28
|
+
* Full legal name (UTF-8), e.g. "홍길동" or "Hong Gildong".
|
|
29
|
+
* @type {string}
|
|
30
|
+
* @memberof KoreaTelcoMatchInput
|
|
31
|
+
*/
|
|
32
|
+
fullName: string;
|
|
33
|
+
/**
|
|
34
|
+
* Date of birth.
|
|
35
|
+
* @type {Date}
|
|
36
|
+
* @memberof KoreaTelcoMatchInput
|
|
37
|
+
*/
|
|
38
|
+
dateOfBirth: Date;
|
|
39
|
+
/**
|
|
40
|
+
* Sex. Must be Male or Female.
|
|
41
|
+
* @type {KoreaTelcoMatchSex}
|
|
42
|
+
* @memberof KoreaTelcoMatchInput
|
|
43
|
+
*/
|
|
44
|
+
sex: KoreaTelcoMatchSex;
|
|
45
|
+
/**
|
|
46
|
+
* Mobile carrier. Lgu = LG U+, Skt = SK Telecom, Kt = KT.
|
|
47
|
+
* @type {MobileCarrier}
|
|
48
|
+
* @memberof KoreaTelcoMatchInput
|
|
49
|
+
*/
|
|
50
|
+
carrier: MobileCarrier;
|
|
51
|
+
/**
|
|
52
|
+
* Device operating system.
|
|
53
|
+
* @type {MobileOperatingSystem}
|
|
54
|
+
* @memberof KoreaTelcoMatchInput
|
|
55
|
+
*/
|
|
56
|
+
operatingSystem: MobileOperatingSystem;
|
|
57
|
+
}
|
|
58
|
+
/**
|
|
59
|
+
* Check if a given object implements the KoreaTelcoMatchInput interface.
|
|
60
|
+
*/
|
|
61
|
+
export declare function instanceOfKoreaTelcoMatchInput(value: object): value is KoreaTelcoMatchInput;
|
|
62
|
+
export declare function KoreaTelcoMatchInputFromJSON(json: any): KoreaTelcoMatchInput;
|
|
63
|
+
export declare function KoreaTelcoMatchInputFromJSONTyped(json: any, ignoreDiscriminator: boolean): KoreaTelcoMatchInput;
|
|
64
|
+
export declare function KoreaTelcoMatchInputToJSON(json: any): KoreaTelcoMatchInput;
|
|
65
|
+
export declare function KoreaTelcoMatchInputToJSONTyped(value?: KoreaTelcoMatchInput | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Trinsic API
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v1
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
import { MobileCarrierFromJSON, MobileCarrierToJSON, } from './MobileCarrier';
|
|
15
|
+
import { KoreaTelcoMatchSexFromJSON, KoreaTelcoMatchSexToJSON, } from './KoreaTelcoMatchSex';
|
|
16
|
+
import { MobileOperatingSystemFromJSON, MobileOperatingSystemToJSON, } from './MobileOperatingSystem';
|
|
17
|
+
/**
|
|
18
|
+
* Check if a given object implements the KoreaTelcoMatchInput interface.
|
|
19
|
+
*/
|
|
20
|
+
export function instanceOfKoreaTelcoMatchInput(value) {
|
|
21
|
+
if (!('phoneNumber' in value) || value['phoneNumber'] === undefined)
|
|
22
|
+
return false;
|
|
23
|
+
if (!('fullName' in value) || value['fullName'] === undefined)
|
|
24
|
+
return false;
|
|
25
|
+
if (!('dateOfBirth' in value) || value['dateOfBirth'] === undefined)
|
|
26
|
+
return false;
|
|
27
|
+
if (!('sex' in value) || value['sex'] === undefined)
|
|
28
|
+
return false;
|
|
29
|
+
if (!('carrier' in value) || value['carrier'] === undefined)
|
|
30
|
+
return false;
|
|
31
|
+
if (!('operatingSystem' in value) || value['operatingSystem'] === undefined)
|
|
32
|
+
return false;
|
|
33
|
+
return true;
|
|
34
|
+
}
|
|
35
|
+
export function KoreaTelcoMatchInputFromJSON(json) {
|
|
36
|
+
return KoreaTelcoMatchInputFromJSONTyped(json, false);
|
|
37
|
+
}
|
|
38
|
+
export function KoreaTelcoMatchInputFromJSONTyped(json, ignoreDiscriminator) {
|
|
39
|
+
if (json == null) {
|
|
40
|
+
return json;
|
|
41
|
+
}
|
|
42
|
+
return {
|
|
43
|
+
'phoneNumber': json['phoneNumber'],
|
|
44
|
+
'fullName': json['fullName'],
|
|
45
|
+
'dateOfBirth': (new Date(json['dateOfBirth'])),
|
|
46
|
+
'sex': KoreaTelcoMatchSexFromJSON(json['sex']),
|
|
47
|
+
'carrier': MobileCarrierFromJSON(json['carrier']),
|
|
48
|
+
'operatingSystem': MobileOperatingSystemFromJSON(json['operatingSystem']),
|
|
49
|
+
};
|
|
50
|
+
}
|
|
51
|
+
export function KoreaTelcoMatchInputToJSON(json) {
|
|
52
|
+
return KoreaTelcoMatchInputToJSONTyped(json, false);
|
|
53
|
+
}
|
|
54
|
+
export function KoreaTelcoMatchInputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
55
|
+
if (value == null) {
|
|
56
|
+
return value;
|
|
57
|
+
}
|
|
58
|
+
return {
|
|
59
|
+
'phoneNumber': value['phoneNumber'],
|
|
60
|
+
'fullName': value['fullName'],
|
|
61
|
+
'dateOfBirth': value['dateOfBirth'].toISOString().substring(0, 10),
|
|
62
|
+
'sex': KoreaTelcoMatchSexToJSON(value['sex']),
|
|
63
|
+
'carrier': MobileCarrierToJSON(value['carrier']),
|
|
64
|
+
'operatingSystem': MobileOperatingSystemToJSON(value['operatingSystem']),
|
|
65
|
+
};
|
|
66
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
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 `korea-telco-match` Provider which do not directly map to the normalized IdentityData model.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface KoreaTelcoMatchProviderOutput
|
|
16
|
+
*/
|
|
17
|
+
export interface KoreaTelcoMatchProviderOutput {
|
|
18
|
+
/**
|
|
19
|
+
* The verified phone number as submitted by the relying party.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof KoreaTelcoMatchProviderOutput
|
|
22
|
+
*/
|
|
23
|
+
phoneNumber: string;
|
|
24
|
+
/**
|
|
25
|
+
* The mobile carrier used for verification.
|
|
26
|
+
* Possible values:
|
|
27
|
+
* <list type="bullet"><item><description>Lgu</description></item><item><description>Skt</description></item><item><description>Kt</description></item></list>
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof KoreaTelcoMatchProviderOutput
|
|
30
|
+
*/
|
|
31
|
+
teleType: string;
|
|
32
|
+
/**
|
|
33
|
+
* The RaonSecure result code returned by the carrier verification system.
|
|
34
|
+
* "0000" indicates a successful match.
|
|
35
|
+
*
|
|
36
|
+
* Common error codes:
|
|
37
|
+
* - "0000": Successful match
|
|
38
|
+
* - "0001": Identity Verification Failed - Verification Information Mismatch (General)
|
|
39
|
+
* - "0002": Identity Verification Failed - Unable to Verify Phone Number
|
|
40
|
+
* - "0004": Identity Verification Failed - Date of Birth Verification Error
|
|
41
|
+
* - "0005": Identity Verification Failed - Gender Verification Error
|
|
42
|
+
* - "0006": Identity Verification Failed - Name Verification Error
|
|
43
|
+
* - "0009": Identity Verification Failed - Device OS Mismatch
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof KoreaTelcoMatchProviderOutput
|
|
46
|
+
*/
|
|
47
|
+
resultCode: string;
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* Check if a given object implements the KoreaTelcoMatchProviderOutput interface.
|
|
51
|
+
*/
|
|
52
|
+
export declare function instanceOfKoreaTelcoMatchProviderOutput(value: object): value is KoreaTelcoMatchProviderOutput;
|
|
53
|
+
export declare function KoreaTelcoMatchProviderOutputFromJSON(json: any): KoreaTelcoMatchProviderOutput;
|
|
54
|
+
export declare function KoreaTelcoMatchProviderOutputFromJSONTyped(json: any, ignoreDiscriminator: boolean): KoreaTelcoMatchProviderOutput;
|
|
55
|
+
export declare function KoreaTelcoMatchProviderOutputToJSON(json: any): KoreaTelcoMatchProviderOutput;
|
|
56
|
+
export declare function KoreaTelcoMatchProviderOutputToJSONTyped(value?: KoreaTelcoMatchProviderOutput | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,51 @@
|
|
|
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 KoreaTelcoMatchProviderOutput interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfKoreaTelcoMatchProviderOutput(value) {
|
|
18
|
+
if (!('phoneNumber' in value) || value['phoneNumber'] === undefined)
|
|
19
|
+
return false;
|
|
20
|
+
if (!('teleType' in value) || value['teleType'] === undefined)
|
|
21
|
+
return false;
|
|
22
|
+
if (!('resultCode' in value) || value['resultCode'] === undefined)
|
|
23
|
+
return false;
|
|
24
|
+
return true;
|
|
25
|
+
}
|
|
26
|
+
export function KoreaTelcoMatchProviderOutputFromJSON(json) {
|
|
27
|
+
return KoreaTelcoMatchProviderOutputFromJSONTyped(json, false);
|
|
28
|
+
}
|
|
29
|
+
export function KoreaTelcoMatchProviderOutputFromJSONTyped(json, ignoreDiscriminator) {
|
|
30
|
+
if (json == null) {
|
|
31
|
+
return json;
|
|
32
|
+
}
|
|
33
|
+
return {
|
|
34
|
+
'phoneNumber': json['phoneNumber'],
|
|
35
|
+
'teleType': json['teleType'],
|
|
36
|
+
'resultCode': json['resultCode'],
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
export function KoreaTelcoMatchProviderOutputToJSON(json) {
|
|
40
|
+
return KoreaTelcoMatchProviderOutputToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
export function KoreaTelcoMatchProviderOutputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
+
if (value == null) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'phoneNumber': value['phoneNumber'],
|
|
48
|
+
'teleType': value['teleType'],
|
|
49
|
+
'resultCode': value['resultCode'],
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
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
|
+
*/
|
|
16
|
+
export declare const KoreaTelcoMatchSex: {
|
|
17
|
+
readonly Male: "Male";
|
|
18
|
+
readonly Female: "Female";
|
|
19
|
+
};
|
|
20
|
+
export type KoreaTelcoMatchSex = typeof KoreaTelcoMatchSex[keyof typeof KoreaTelcoMatchSex];
|
|
21
|
+
export declare function instanceOfKoreaTelcoMatchSex(value: any): boolean;
|
|
22
|
+
export declare function KoreaTelcoMatchSexFromJSON(json: any): KoreaTelcoMatchSex;
|
|
23
|
+
export declare function KoreaTelcoMatchSexFromJSONTyped(json: any, ignoreDiscriminator: boolean): KoreaTelcoMatchSex;
|
|
24
|
+
export declare function KoreaTelcoMatchSexToJSON(value?: KoreaTelcoMatchSex | null): any;
|
|
25
|
+
export declare function KoreaTelcoMatchSexToJSONTyped(value: any, ignoreDiscriminator: boolean): KoreaTelcoMatchSex;
|
|
@@ -0,0 +1,43 @@
|
|
|
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
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
*/
|
|
18
|
+
export const KoreaTelcoMatchSex = {
|
|
19
|
+
Male: 'Male',
|
|
20
|
+
Female: 'Female'
|
|
21
|
+
};
|
|
22
|
+
export function instanceOfKoreaTelcoMatchSex(value) {
|
|
23
|
+
for (const key in KoreaTelcoMatchSex) {
|
|
24
|
+
if (Object.prototype.hasOwnProperty.call(KoreaTelcoMatchSex, key)) {
|
|
25
|
+
if (KoreaTelcoMatchSex[key] === value) {
|
|
26
|
+
return true;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
return false;
|
|
31
|
+
}
|
|
32
|
+
export function KoreaTelcoMatchSexFromJSON(json) {
|
|
33
|
+
return KoreaTelcoMatchSexFromJSONTyped(json, false);
|
|
34
|
+
}
|
|
35
|
+
export function KoreaTelcoMatchSexFromJSONTyped(json, ignoreDiscriminator) {
|
|
36
|
+
return json;
|
|
37
|
+
}
|
|
38
|
+
export function KoreaTelcoMatchSexToJSON(value) {
|
|
39
|
+
return value;
|
|
40
|
+
}
|
|
41
|
+
export function KoreaTelcoMatchSexToJSONTyped(value, ignoreDiscriminator) {
|
|
42
|
+
return value;
|
|
43
|
+
}
|
|
@@ -88,15 +88,15 @@ export function LaWalletProviderOutputToJSONTyped(value, ignoreDiscriminator = f
|
|
|
88
88
|
}
|
|
89
89
|
return {
|
|
90
90
|
'driversLicenseNumber': value['driversLicenseNumber'],
|
|
91
|
-
'issueDate':
|
|
92
|
-
'expirationDate':
|
|
91
|
+
'issueDate': value['issueDate'].toISOString().substring(0, 10),
|
|
92
|
+
'expirationDate': value['expirationDate'].toISOString().substring(0, 10),
|
|
93
93
|
'auditNumber': value['auditNumber'],
|
|
94
94
|
'licenseStatus': value['licenseStatus'],
|
|
95
95
|
'licenseClass': value['licenseClass'],
|
|
96
96
|
'firstName': value['firstName'],
|
|
97
97
|
'middleName': value['middleName'],
|
|
98
98
|
'lastName': value['lastName'],
|
|
99
|
-
'dateOfBirth':
|
|
99
|
+
'dateOfBirth': value['dateOfBirth'].toISOString().substring(0, 10),
|
|
100
100
|
'sex': value['sex'],
|
|
101
101
|
'addressLine1': value['addressLine1'],
|
|
102
102
|
'addressLine2': value['addressLine2'],
|
|
@@ -49,7 +49,7 @@ export function LithuaniaIdCardProviderOutputToJSONTyped(value, ignoreDiscrimina
|
|
|
49
49
|
return {
|
|
50
50
|
'firstName': value['firstName'],
|
|
51
51
|
'lastName': value['lastName'],
|
|
52
|
-
'dateOfBirth':
|
|
52
|
+
'dateOfBirth': value['dateOfBirth'].toISOString().substring(0, 10),
|
|
53
53
|
'personalCode': value['personalCode'],
|
|
54
54
|
};
|
|
55
55
|
}
|