@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,162 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Trinsic API
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v1
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { mapValues } from '../runtime';
|
|
16
|
+
/**
|
|
17
|
+
* The structured MyInfo registered address payload.
|
|
18
|
+
* @export
|
|
19
|
+
* @interface SingpassMyInfoRegisteredAddressOutput
|
|
20
|
+
*/
|
|
21
|
+
export interface SingpassMyInfoRegisteredAddressOutput {
|
|
22
|
+
/**
|
|
23
|
+
* The address type.
|
|
24
|
+
*
|
|
25
|
+
* Possible values:
|
|
26
|
+
* - SG (Structured Address)
|
|
27
|
+
* - UNFORMATTED
|
|
28
|
+
*
|
|
29
|
+
* Structured addresses most likely will be a Singapore address.
|
|
30
|
+
* Unformatted are typically a non-Singapore address, however it might still be an unformatted Singapore address.
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof SingpassMyInfoRegisteredAddressOutput
|
|
33
|
+
*/
|
|
34
|
+
type?: string | null;
|
|
35
|
+
/**
|
|
36
|
+
* The block number.
|
|
37
|
+
*
|
|
38
|
+
* This will only be present if the type is "SG"
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof SingpassMyInfoRegisteredAddressOutput
|
|
41
|
+
*/
|
|
42
|
+
block?: string | null;
|
|
43
|
+
/**
|
|
44
|
+
* The building name.
|
|
45
|
+
*
|
|
46
|
+
* This will only be present if the type is "SG"
|
|
47
|
+
* @type {string}
|
|
48
|
+
* @memberof SingpassMyInfoRegisteredAddressOutput
|
|
49
|
+
*/
|
|
50
|
+
building?: string | null;
|
|
51
|
+
/**
|
|
52
|
+
* The floor number.
|
|
53
|
+
*
|
|
54
|
+
* This will only be present if the type is "SG"
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof SingpassMyInfoRegisteredAddressOutput
|
|
57
|
+
*/
|
|
58
|
+
floor?: string | null;
|
|
59
|
+
/**
|
|
60
|
+
* The unit number.
|
|
61
|
+
*
|
|
62
|
+
* This will only be present if the type is "SG"
|
|
63
|
+
* @type {string}
|
|
64
|
+
* @memberof SingpassMyInfoRegisteredAddressOutput
|
|
65
|
+
*/
|
|
66
|
+
unit?: string | null;
|
|
67
|
+
/**
|
|
68
|
+
* The street name.
|
|
69
|
+
*
|
|
70
|
+
* This will only be present if the type is "SG"
|
|
71
|
+
* @type {string}
|
|
72
|
+
* @memberof SingpassMyInfoRegisteredAddressOutput
|
|
73
|
+
*/
|
|
74
|
+
street?: string | null;
|
|
75
|
+
/**
|
|
76
|
+
* The postal code.
|
|
77
|
+
*
|
|
78
|
+
* This will only be present if the type is "SG"
|
|
79
|
+
* @type {string}
|
|
80
|
+
* @memberof SingpassMyInfoRegisteredAddressOutput
|
|
81
|
+
*/
|
|
82
|
+
postal?: string | null;
|
|
83
|
+
/**
|
|
84
|
+
* The ISO-2 country code and description for the address.
|
|
85
|
+
*
|
|
86
|
+
* This will only be present if the type is "SG"
|
|
87
|
+
* @type {string}
|
|
88
|
+
* @memberof SingpassMyInfoRegisteredAddressOutput
|
|
89
|
+
*/
|
|
90
|
+
country?: string | null;
|
|
91
|
+
/**
|
|
92
|
+
* The first line of the unformatted address.
|
|
93
|
+
*
|
|
94
|
+
* This will only be present if the type is "UNFORMATTED"
|
|
95
|
+
* @type {string}
|
|
96
|
+
* @memberof SingpassMyInfoRegisteredAddressOutput
|
|
97
|
+
*/
|
|
98
|
+
line1?: string | null;
|
|
99
|
+
/**
|
|
100
|
+
* The second line of the unformatted address.
|
|
101
|
+
*
|
|
102
|
+
* This will only be present if the type is "UNFORMATTED"
|
|
103
|
+
* @type {string}
|
|
104
|
+
* @memberof SingpassMyInfoRegisteredAddressOutput
|
|
105
|
+
*/
|
|
106
|
+
line2?: string | null;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
/**
|
|
110
|
+
* Check if a given object implements the SingpassMyInfoRegisteredAddressOutput interface.
|
|
111
|
+
*/
|
|
112
|
+
export function instanceOfSingpassMyInfoRegisteredAddressOutput(value: object): value is SingpassMyInfoRegisteredAddressOutput {
|
|
113
|
+
return true;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
export function SingpassMyInfoRegisteredAddressOutputFromJSON(json: any): SingpassMyInfoRegisteredAddressOutput {
|
|
117
|
+
return SingpassMyInfoRegisteredAddressOutputFromJSONTyped(json, false);
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
export function SingpassMyInfoRegisteredAddressOutputFromJSONTyped(json: any, ignoreDiscriminator: boolean): SingpassMyInfoRegisteredAddressOutput {
|
|
121
|
+
if (json == null) {
|
|
122
|
+
return json;
|
|
123
|
+
}
|
|
124
|
+
return {
|
|
125
|
+
|
|
126
|
+
'type': json['type'] == null ? undefined : json['type'],
|
|
127
|
+
'block': json['block'] == null ? undefined : json['block'],
|
|
128
|
+
'building': json['building'] == null ? undefined : json['building'],
|
|
129
|
+
'floor': json['floor'] == null ? undefined : json['floor'],
|
|
130
|
+
'unit': json['unit'] == null ? undefined : json['unit'],
|
|
131
|
+
'street': json['street'] == null ? undefined : json['street'],
|
|
132
|
+
'postal': json['postal'] == null ? undefined : json['postal'],
|
|
133
|
+
'country': json['country'] == null ? undefined : json['country'],
|
|
134
|
+
'line1': json['line1'] == null ? undefined : json['line1'],
|
|
135
|
+
'line2': json['line2'] == null ? undefined : json['line2'],
|
|
136
|
+
};
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
export function SingpassMyInfoRegisteredAddressOutputToJSON(json: any): SingpassMyInfoRegisteredAddressOutput {
|
|
140
|
+
return SingpassMyInfoRegisteredAddressOutputToJSONTyped(json, false);
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
export function SingpassMyInfoRegisteredAddressOutputToJSONTyped(value?: SingpassMyInfoRegisteredAddressOutput | null, ignoreDiscriminator: boolean = false): any {
|
|
144
|
+
if (value == null) {
|
|
145
|
+
return value;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
return {
|
|
149
|
+
|
|
150
|
+
'type': value['type'],
|
|
151
|
+
'block': value['block'],
|
|
152
|
+
'building': value['building'],
|
|
153
|
+
'floor': value['floor'],
|
|
154
|
+
'unit': value['unit'],
|
|
155
|
+
'street': value['street'],
|
|
156
|
+
'postal': value['postal'],
|
|
157
|
+
'country': value['country'],
|
|
158
|
+
'line1': value['line1'],
|
|
159
|
+
'line2': value['line2'],
|
|
160
|
+
};
|
|
161
|
+
}
|
|
162
|
+
|
|
@@ -0,0 +1,353 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Trinsic API
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v1
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { mapValues } from '../runtime';
|
|
16
|
+
import type { SingpassMyInfoRegisteredAddressOutput } from './SingpassMyInfoRegisteredAddressOutput';
|
|
17
|
+
import {
|
|
18
|
+
SingpassMyInfoRegisteredAddressOutputFromJSON,
|
|
19
|
+
SingpassMyInfoRegisteredAddressOutputFromJSONTyped,
|
|
20
|
+
SingpassMyInfoRegisteredAddressOutputToJSON,
|
|
21
|
+
SingpassMyInfoRegisteredAddressOutputToJSONTyped,
|
|
22
|
+
} from './SingpassMyInfoRegisteredAddressOutput';
|
|
23
|
+
import type { SingpassPhoneNumber } from './SingpassPhoneNumber';
|
|
24
|
+
import {
|
|
25
|
+
SingpassPhoneNumberFromJSON,
|
|
26
|
+
SingpassPhoneNumberFromJSONTyped,
|
|
27
|
+
SingpassPhoneNumberToJSON,
|
|
28
|
+
SingpassPhoneNumberToJSONTyped,
|
|
29
|
+
} from './SingpassPhoneNumber';
|
|
30
|
+
import type { SingpassMyInfoDescription } from './SingpassMyInfoDescription';
|
|
31
|
+
import {
|
|
32
|
+
SingpassMyInfoDescriptionFromJSON,
|
|
33
|
+
SingpassMyInfoDescriptionFromJSONTyped,
|
|
34
|
+
SingpassMyInfoDescriptionToJSON,
|
|
35
|
+
SingpassMyInfoDescriptionToJSONTyped,
|
|
36
|
+
} from './SingpassMyInfoDescription';
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* MyInfo Personal catalog.
|
|
40
|
+
* @export
|
|
41
|
+
* @interface SingpassPersonalCatalog
|
|
42
|
+
*/
|
|
43
|
+
export interface SingpassPersonalCatalog {
|
|
44
|
+
/**
|
|
45
|
+
* The Unique Identifier Number (UINFIN) for the user.
|
|
46
|
+
*
|
|
47
|
+
* The number can be either a National Registration Identity Card or a Foreign Identification Number (NRIC/FIN).
|
|
48
|
+
* Follows the format @xxxxxxx#:
|
|
49
|
+
* - @ is the status of the holder.
|
|
50
|
+
* - Singapore citizens and permanent residents born before 1 January 2000 are assigned the letter "S".
|
|
51
|
+
* - Singapore citizens and permanent residents born on or after 1 January 2000 are assigned the letter "T".
|
|
52
|
+
* - Foreigners issued with long-term passes before 1 January 2000 are assigned the letter "F".
|
|
53
|
+
* - Foreigners issued with long-term passes from 1 January 2000 to 31 December 2021 are assigned the letter "G".
|
|
54
|
+
* - Foreigners issued with long-term passes on or after 1 January 2022 are assigned the letter "M".
|
|
55
|
+
* - xxxxxxx is seven digit serial number.
|
|
56
|
+
* - # is the checksum letter.
|
|
57
|
+
* @type {string}
|
|
58
|
+
* @memberof SingpassPersonalCatalog
|
|
59
|
+
*/
|
|
60
|
+
identityNumber?: string | null;
|
|
61
|
+
/**
|
|
62
|
+
* The partial National Registration Identity Card or Foreign Identification Number (NRIC/FIN) shown by Singpass.
|
|
63
|
+
*
|
|
64
|
+
* The value hides all but the last three digits and checksum.
|
|
65
|
+
* @type {string}
|
|
66
|
+
* @memberof SingpassPersonalCatalog
|
|
67
|
+
*/
|
|
68
|
+
partialIdentityNumber?: string | null;
|
|
69
|
+
/**
|
|
70
|
+
* The name of verified individual composed of all the possible names.
|
|
71
|
+
*
|
|
72
|
+
* The name is assembled in the following format (where applicable):
|
|
73
|
+
* 1. Principal Name (The first name section)
|
|
74
|
+
* 2. Hanyu Pinyin Name
|
|
75
|
+
* 3. Alias Name
|
|
76
|
+
* 4. Hanyu Pinyin Alias Name
|
|
77
|
+
* 5. Married Name (optional): Available only for females, prefixed with "MRS"
|
|
78
|
+
* @type {string}
|
|
79
|
+
* @memberof SingpassPersonalCatalog
|
|
80
|
+
*/
|
|
81
|
+
name?: string | null;
|
|
82
|
+
/**
|
|
83
|
+
* The individual's alternate legally recognized name.
|
|
84
|
+
* @type {string}
|
|
85
|
+
* @memberof SingpassPersonalCatalog
|
|
86
|
+
*/
|
|
87
|
+
aliasName?: string | null;
|
|
88
|
+
/**
|
|
89
|
+
* The individual's Hanyu Pinyin name.
|
|
90
|
+
* @type {string}
|
|
91
|
+
* @memberof SingpassPersonalCatalog
|
|
92
|
+
*/
|
|
93
|
+
hanyuPinyinName?: string | null;
|
|
94
|
+
/**
|
|
95
|
+
* The individual's Hanyu Pinyin alias name.
|
|
96
|
+
* @type {string}
|
|
97
|
+
* @memberof SingpassPersonalCatalog
|
|
98
|
+
*/
|
|
99
|
+
hanyuPinyinAliasName?: string | null;
|
|
100
|
+
/**
|
|
101
|
+
* The individual's married name.
|
|
102
|
+
*
|
|
103
|
+
* This appears when Singpass has a legally recognized married surname on file.
|
|
104
|
+
* @type {string}
|
|
105
|
+
* @memberof SingpassPersonalCatalog
|
|
106
|
+
*/
|
|
107
|
+
marriedName?: string | null;
|
|
108
|
+
/**
|
|
109
|
+
* The user's email address.
|
|
110
|
+
* @type {string}
|
|
111
|
+
* @memberof SingpassPersonalCatalog
|
|
112
|
+
*/
|
|
113
|
+
email?: string | null;
|
|
114
|
+
/**
|
|
115
|
+
* The user's mobile number, split into prefix, area code, and subscriber number.
|
|
116
|
+
* @type {SingpassPhoneNumber}
|
|
117
|
+
* @memberof SingpassPersonalCatalog
|
|
118
|
+
*/
|
|
119
|
+
mobileNumber?: SingpassPhoneNumber | null;
|
|
120
|
+
/**
|
|
121
|
+
* The user's dialect.
|
|
122
|
+
* @type {SingpassMyInfoDescription}
|
|
123
|
+
* @memberof SingpassPersonalCatalog
|
|
124
|
+
*/
|
|
125
|
+
dialect?: SingpassMyInfoDescription | null;
|
|
126
|
+
/**
|
|
127
|
+
* The user's date of birth.
|
|
128
|
+
* @type {Date}
|
|
129
|
+
* @memberof SingpassPersonalCatalog
|
|
130
|
+
*/
|
|
131
|
+
dateOfBirth?: Date | null;
|
|
132
|
+
/**
|
|
133
|
+
* The user's residential status.
|
|
134
|
+
*
|
|
135
|
+
* Possible values (code description):
|
|
136
|
+
* - A Alien
|
|
137
|
+
* - C Citizen
|
|
138
|
+
* - P PR
|
|
139
|
+
* - U Unknown
|
|
140
|
+
* - N NOT APPLICABLE
|
|
141
|
+
* @type {SingpassMyInfoDescription}
|
|
142
|
+
* @memberof SingpassPersonalCatalog
|
|
143
|
+
*/
|
|
144
|
+
residentialStatus?: SingpassMyInfoDescription | null;
|
|
145
|
+
/**
|
|
146
|
+
* The user's nationality in IS0-2 country code format.
|
|
147
|
+
* @type {string}
|
|
148
|
+
* @memberof SingpassPersonalCatalog
|
|
149
|
+
*/
|
|
150
|
+
nationality?: string | null;
|
|
151
|
+
/**
|
|
152
|
+
* The user's birth country in IS0-2 country code format.
|
|
153
|
+
* @type {string}
|
|
154
|
+
* @memberof SingpassPersonalCatalog
|
|
155
|
+
*/
|
|
156
|
+
birthCountry?: string | null;
|
|
157
|
+
/**
|
|
158
|
+
* The user's passport number.
|
|
159
|
+
* @type {string}
|
|
160
|
+
* @memberof SingpassPersonalCatalog
|
|
161
|
+
*/
|
|
162
|
+
passportNumber?: string | null;
|
|
163
|
+
/**
|
|
164
|
+
* The user's passport expiry date.
|
|
165
|
+
* @type {Date}
|
|
166
|
+
* @memberof SingpassPersonalCatalog
|
|
167
|
+
*/
|
|
168
|
+
passportExpiryDate?: Date | null;
|
|
169
|
+
/**
|
|
170
|
+
* The Pass type of the individual.
|
|
171
|
+
*
|
|
172
|
+
* Possible values: (code description)
|
|
173
|
+
*
|
|
174
|
+
* - RPass Work Permit
|
|
175
|
+
* - SPass S Pass
|
|
176
|
+
* - P1Pass Employment Pass
|
|
177
|
+
* - P2Pass Employment Pass
|
|
178
|
+
* - QPass Employment Pass
|
|
179
|
+
* - PEP Personalised Employment Pass
|
|
180
|
+
* - WHP Work Holiday Pass
|
|
181
|
+
* - TEP Training Employment Pass
|
|
182
|
+
* - Entre EntrePass
|
|
183
|
+
* - OVE Overseas Networks & Expertise Pass
|
|
184
|
+
* - DP Dependent Pass
|
|
185
|
+
* - LTVP Long-Term Visit Pass
|
|
186
|
+
* - LOC Letter of Consent
|
|
187
|
+
* - MWP Miscellaneous Work Pass
|
|
188
|
+
* - STP Student's Pass
|
|
189
|
+
* - LTVP+ Long-Term Visit Pass Plus
|
|
190
|
+
* - IEO Immigration Exemption Order
|
|
191
|
+
*
|
|
192
|
+
* Note that this only applies to a FIN holder.
|
|
193
|
+
* @type {SingpassMyInfoDescription}
|
|
194
|
+
* @memberof SingpassPersonalCatalog
|
|
195
|
+
*/
|
|
196
|
+
passType?: SingpassMyInfoDescription | null;
|
|
197
|
+
/**
|
|
198
|
+
* Pass status.
|
|
199
|
+
*
|
|
200
|
+
* Possible values:
|
|
201
|
+
* - Live
|
|
202
|
+
* - Approved (Interim status in which the FIN holder has yet to receive the pass)
|
|
203
|
+
*
|
|
204
|
+
* Note that this only applies to a FIN holder.
|
|
205
|
+
* @type {string}
|
|
206
|
+
* @memberof SingpassPersonalCatalog
|
|
207
|
+
*/
|
|
208
|
+
passStatus?: string | null;
|
|
209
|
+
/**
|
|
210
|
+
* Pass expiration date.
|
|
211
|
+
*
|
|
212
|
+
* Note that this only applies to a FIN holder.
|
|
213
|
+
* @type {Date}
|
|
214
|
+
* @memberof SingpassPersonalCatalog
|
|
215
|
+
*/
|
|
216
|
+
passExpiryDate?: Date | null;
|
|
217
|
+
/**
|
|
218
|
+
* The user's employment sector.
|
|
219
|
+
* @type {string}
|
|
220
|
+
* @memberof SingpassPersonalCatalog
|
|
221
|
+
*/
|
|
222
|
+
employmentSector?: string | null;
|
|
223
|
+
/**
|
|
224
|
+
* The user's registered address.
|
|
225
|
+
* @type {SingpassMyInfoRegisteredAddressOutput}
|
|
226
|
+
* @memberof SingpassPersonalCatalog
|
|
227
|
+
*/
|
|
228
|
+
registeredAddress?: SingpassMyInfoRegisteredAddressOutput | null;
|
|
229
|
+
/**
|
|
230
|
+
* Housing and Development Board (HBD) flat type code and description.
|
|
231
|
+
*
|
|
232
|
+
* This value will be null if not HBD
|
|
233
|
+
* Possible values (code description):
|
|
234
|
+
* - 111 1-ROOM FLAT (HDB)
|
|
235
|
+
* - 112 2-ROOM FLAT (HDB)
|
|
236
|
+
* - 113 3-ROOM FLAT (HDB)
|
|
237
|
+
* - 114 4-ROOM FLAT (HDB)
|
|
238
|
+
* - 115 5-ROOM FLAT (HDB)
|
|
239
|
+
* - 116 EXECUTIVE FLAT (HDB)
|
|
240
|
+
* - 118 STUDIO APARTMENT (HDB)
|
|
241
|
+
* @type {SingpassMyInfoDescription}
|
|
242
|
+
* @memberof SingpassPersonalCatalog
|
|
243
|
+
*/
|
|
244
|
+
houseDevelopmenetBoardType?: SingpassMyInfoDescription | null;
|
|
245
|
+
/**
|
|
246
|
+
* The user's housing type.
|
|
247
|
+
*
|
|
248
|
+
* Possible values (code description):
|
|
249
|
+
* - 121 DETACHED HOUSE
|
|
250
|
+
* - 122 SEMI-DETACHED HOUSE
|
|
251
|
+
* - 123 TERRACE HOUSE
|
|
252
|
+
* - 131 CONDOMINIUM
|
|
253
|
+
* - 132 EXECUTIVE CONDOMINIUM
|
|
254
|
+
* - 139 APARTMENT
|
|
255
|
+
* @type {SingpassMyInfoDescription}
|
|
256
|
+
* @memberof SingpassPersonalCatalog
|
|
257
|
+
*/
|
|
258
|
+
housingType?: SingpassMyInfoDescription | null;
|
|
259
|
+
/**
|
|
260
|
+
* Sex of the individual.
|
|
261
|
+
*
|
|
262
|
+
* Possible values:
|
|
263
|
+
* - Female
|
|
264
|
+
* - Male
|
|
265
|
+
* - Unknown
|
|
266
|
+
* @type {string}
|
|
267
|
+
* @memberof SingpassPersonalCatalog
|
|
268
|
+
*/
|
|
269
|
+
sex?: string | null;
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
/**
|
|
273
|
+
* Check if a given object implements the SingpassPersonalCatalog interface.
|
|
274
|
+
*/
|
|
275
|
+
export function instanceOfSingpassPersonalCatalog(value: object): value is SingpassPersonalCatalog {
|
|
276
|
+
return true;
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
export function SingpassPersonalCatalogFromJSON(json: any): SingpassPersonalCatalog {
|
|
280
|
+
return SingpassPersonalCatalogFromJSONTyped(json, false);
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
export function SingpassPersonalCatalogFromJSONTyped(json: any, ignoreDiscriminator: boolean): SingpassPersonalCatalog {
|
|
284
|
+
if (json == null) {
|
|
285
|
+
return json;
|
|
286
|
+
}
|
|
287
|
+
return {
|
|
288
|
+
|
|
289
|
+
'identityNumber': json['identityNumber'] == null ? undefined : json['identityNumber'],
|
|
290
|
+
'partialIdentityNumber': json['partialIdentityNumber'] == null ? undefined : json['partialIdentityNumber'],
|
|
291
|
+
'name': json['name'] == null ? undefined : json['name'],
|
|
292
|
+
'aliasName': json['aliasName'] == null ? undefined : json['aliasName'],
|
|
293
|
+
'hanyuPinyinName': json['hanyuPinyinName'] == null ? undefined : json['hanyuPinyinName'],
|
|
294
|
+
'hanyuPinyinAliasName': json['hanyuPinyinAliasName'] == null ? undefined : json['hanyuPinyinAliasName'],
|
|
295
|
+
'marriedName': json['marriedName'] == null ? undefined : json['marriedName'],
|
|
296
|
+
'email': json['email'] == null ? undefined : json['email'],
|
|
297
|
+
'mobileNumber': json['mobileNumber'] == null ? undefined : SingpassPhoneNumberFromJSON(json['mobileNumber']),
|
|
298
|
+
'dialect': json['dialect'] == null ? undefined : SingpassMyInfoDescriptionFromJSON(json['dialect']),
|
|
299
|
+
'dateOfBirth': json['dateOfBirth'] == null ? undefined : (new Date(json['dateOfBirth'])),
|
|
300
|
+
'residentialStatus': json['residentialStatus'] == null ? undefined : SingpassMyInfoDescriptionFromJSON(json['residentialStatus']),
|
|
301
|
+
'nationality': json['nationality'] == null ? undefined : json['nationality'],
|
|
302
|
+
'birthCountry': json['birthCountry'] == null ? undefined : json['birthCountry'],
|
|
303
|
+
'passportNumber': json['passportNumber'] == null ? undefined : json['passportNumber'],
|
|
304
|
+
'passportExpiryDate': json['passportExpiryDate'] == null ? undefined : (new Date(json['passportExpiryDate'])),
|
|
305
|
+
'passType': json['passType'] == null ? undefined : SingpassMyInfoDescriptionFromJSON(json['passType']),
|
|
306
|
+
'passStatus': json['passStatus'] == null ? undefined : json['passStatus'],
|
|
307
|
+
'passExpiryDate': json['passExpiryDate'] == null ? undefined : (new Date(json['passExpiryDate'])),
|
|
308
|
+
'employmentSector': json['employmentSector'] == null ? undefined : json['employmentSector'],
|
|
309
|
+
'registeredAddress': json['registeredAddress'] == null ? undefined : SingpassMyInfoRegisteredAddressOutputFromJSON(json['registeredAddress']),
|
|
310
|
+
'houseDevelopmenetBoardType': json['houseDevelopmenetBoardType'] == null ? undefined : SingpassMyInfoDescriptionFromJSON(json['houseDevelopmenetBoardType']),
|
|
311
|
+
'housingType': json['housingType'] == null ? undefined : SingpassMyInfoDescriptionFromJSON(json['housingType']),
|
|
312
|
+
'sex': json['sex'] == null ? undefined : json['sex'],
|
|
313
|
+
};
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
export function SingpassPersonalCatalogToJSON(json: any): SingpassPersonalCatalog {
|
|
317
|
+
return SingpassPersonalCatalogToJSONTyped(json, false);
|
|
318
|
+
}
|
|
319
|
+
|
|
320
|
+
export function SingpassPersonalCatalogToJSONTyped(value?: SingpassPersonalCatalog | null, ignoreDiscriminator: boolean = false): any {
|
|
321
|
+
if (value == null) {
|
|
322
|
+
return value;
|
|
323
|
+
}
|
|
324
|
+
|
|
325
|
+
return {
|
|
326
|
+
|
|
327
|
+
'identityNumber': value['identityNumber'],
|
|
328
|
+
'partialIdentityNumber': value['partialIdentityNumber'],
|
|
329
|
+
'name': value['name'],
|
|
330
|
+
'aliasName': value['aliasName'],
|
|
331
|
+
'hanyuPinyinName': value['hanyuPinyinName'],
|
|
332
|
+
'hanyuPinyinAliasName': value['hanyuPinyinAliasName'],
|
|
333
|
+
'marriedName': value['marriedName'],
|
|
334
|
+
'email': value['email'],
|
|
335
|
+
'mobileNumber': SingpassPhoneNumberToJSON(value['mobileNumber']),
|
|
336
|
+
'dialect': SingpassMyInfoDescriptionToJSON(value['dialect']),
|
|
337
|
+
'dateOfBirth': value['dateOfBirth'] == null ? value['dateOfBirth'] : value['dateOfBirth'].toISOString().substring(0,10),
|
|
338
|
+
'residentialStatus': SingpassMyInfoDescriptionToJSON(value['residentialStatus']),
|
|
339
|
+
'nationality': value['nationality'],
|
|
340
|
+
'birthCountry': value['birthCountry'],
|
|
341
|
+
'passportNumber': value['passportNumber'],
|
|
342
|
+
'passportExpiryDate': value['passportExpiryDate'] == null ? value['passportExpiryDate'] : value['passportExpiryDate'].toISOString().substring(0,10),
|
|
343
|
+
'passType': SingpassMyInfoDescriptionToJSON(value['passType']),
|
|
344
|
+
'passStatus': value['passStatus'],
|
|
345
|
+
'passExpiryDate': value['passExpiryDate'] == null ? value['passExpiryDate'] : value['passExpiryDate'].toISOString().substring(0,10),
|
|
346
|
+
'employmentSector': value['employmentSector'],
|
|
347
|
+
'registeredAddress': SingpassMyInfoRegisteredAddressOutputToJSON(value['registeredAddress']),
|
|
348
|
+
'houseDevelopmenetBoardType': SingpassMyInfoDescriptionToJSON(value['houseDevelopmenetBoardType']),
|
|
349
|
+
'housingType': SingpassMyInfoDescriptionToJSON(value['housingType']),
|
|
350
|
+
'sex': value['sex'],
|
|
351
|
+
};
|
|
352
|
+
}
|
|
353
|
+
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Trinsic API
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v1
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { mapValues } from '../runtime';
|
|
16
|
+
/**
|
|
17
|
+
* The structured MyInfo mobile number payload.
|
|
18
|
+
* @export
|
|
19
|
+
* @interface SingpassPhoneNumber
|
|
20
|
+
*/
|
|
21
|
+
export interface SingpassPhoneNumber {
|
|
22
|
+
/**
|
|
23
|
+
* The phone number prefix.
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof SingpassPhoneNumber
|
|
26
|
+
*/
|
|
27
|
+
prefix?: string | null;
|
|
28
|
+
/**
|
|
29
|
+
* The phone number area code.
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof SingpassPhoneNumber
|
|
32
|
+
*/
|
|
33
|
+
areaCode?: string | null;
|
|
34
|
+
/**
|
|
35
|
+
* The phone number's subscriber number.
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof SingpassPhoneNumber
|
|
38
|
+
*/
|
|
39
|
+
number?: string | null;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* Check if a given object implements the SingpassPhoneNumber interface.
|
|
44
|
+
*/
|
|
45
|
+
export function instanceOfSingpassPhoneNumber(value: object): value is SingpassPhoneNumber {
|
|
46
|
+
return true;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
export function SingpassPhoneNumberFromJSON(json: any): SingpassPhoneNumber {
|
|
50
|
+
return SingpassPhoneNumberFromJSONTyped(json, false);
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
export function SingpassPhoneNumberFromJSONTyped(json: any, ignoreDiscriminator: boolean): SingpassPhoneNumber {
|
|
54
|
+
if (json == null) {
|
|
55
|
+
return json;
|
|
56
|
+
}
|
|
57
|
+
return {
|
|
58
|
+
|
|
59
|
+
'prefix': json['prefix'] == null ? undefined : json['prefix'],
|
|
60
|
+
'areaCode': json['areaCode'] == null ? undefined : json['areaCode'],
|
|
61
|
+
'number': json['number'] == null ? undefined : json['number'],
|
|
62
|
+
};
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
export function SingpassPhoneNumberToJSON(json: any): SingpassPhoneNumber {
|
|
66
|
+
return SingpassPhoneNumberToJSONTyped(json, false);
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
export function SingpassPhoneNumberToJSONTyped(value?: SingpassPhoneNumber | null, ignoreDiscriminator: boolean = false): any {
|
|
70
|
+
if (value == null) {
|
|
71
|
+
return value;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
return {
|
|
75
|
+
|
|
76
|
+
'prefix': value['prefix'],
|
|
77
|
+
'areaCode': value['areaCode'],
|
|
78
|
+
'number': value['number'],
|
|
79
|
+
};
|
|
80
|
+
}
|
|
81
|
+
|
|
@@ -143,7 +143,7 @@ export interface SmartIdProviderOutput {
|
|
|
143
143
|
* - device-id = Random 4-character device identifier
|
|
144
144
|
* - qualification = NQ (non-qualified) or Q (qualified certificate)
|
|
145
145
|
*
|
|
146
|
-
* This is a stable identifier that can be used to recognize returning
|
|
146
|
+
* This is a stable identifier that can be used to recognize returning individuals across sessions.
|
|
147
147
|
* @type {string}
|
|
148
148
|
* @memberof SmartIdProviderOutput
|
|
149
149
|
*/
|
|
@@ -216,7 +216,7 @@ export function SmartIdProviderOutputToJSONTyped(value?: SmartIdProviderOutput |
|
|
|
216
216
|
|
|
217
217
|
'givenName': value['givenName'],
|
|
218
218
|
'familyName': value['familyName'],
|
|
219
|
-
'dateOfBirth': value['dateOfBirth'] == null ?
|
|
219
|
+
'dateOfBirth': value['dateOfBirth'] == null ? value['dateOfBirth'] : value['dateOfBirth'].toISOString().substring(0,10),
|
|
220
220
|
'sex': value['sex'],
|
|
221
221
|
'country': value['country'],
|
|
222
222
|
'identityType': value['identityType'],
|
|
@@ -85,7 +85,7 @@ export function SouthAfricaNidInputToJSONTyped(value?: SouthAfricaNidInput | nul
|
|
|
85
85
|
return {
|
|
86
86
|
|
|
87
87
|
'fullName': value['fullName'],
|
|
88
|
-
'dateOfBirth':
|
|
88
|
+
'dateOfBirth': value['dateOfBirth'].toISOString().substring(0,10),
|
|
89
89
|
'gender': value['gender'],
|
|
90
90
|
'nationalIdNumber': value['nationalIdNumber'],
|
|
91
91
|
};
|
|
@@ -116,7 +116,7 @@ export function SouthAfricaNidMatch2InputToJSONTyped(value?: SouthAfricaNidMatch
|
|
|
116
116
|
'givenName': value['givenName'],
|
|
117
117
|
'familyName': value['familyName'],
|
|
118
118
|
'middleName': value['middleName'],
|
|
119
|
-
'dateOfBirth': value['dateOfBirth'] == null ?
|
|
119
|
+
'dateOfBirth': value['dateOfBirth'] == null ? value['dateOfBirth'] : value['dateOfBirth'].toISOString().substring(0,10),
|
|
120
120
|
'sex': SouthAfricaNidMatch2InputSexToJSON(value['sex']),
|
|
121
121
|
'phoneNumber': value['phoneNumber'],
|
|
122
122
|
};
|
|
@@ -254,11 +254,11 @@ export function SpidProviderOutputToJSONTyped(value?: SpidProviderOutput | null,
|
|
|
254
254
|
'billingInformation': SpidBillingInformationToJSON(value['billingInformation']),
|
|
255
255
|
'identityProviderEntityId': value['identityProviderEntityId'],
|
|
256
256
|
'spidCode': value['spidCode'],
|
|
257
|
-
'spidCredentialExpirationDate': value['spidCredentialExpirationDate'] == null ?
|
|
257
|
+
'spidCredentialExpirationDate': value['spidCredentialExpirationDate'] == null ? value['spidCredentialExpirationDate'] : value['spidCredentialExpirationDate'].toISOString().substring(0,10),
|
|
258
258
|
'rawIdCard': value['rawIdCard'],
|
|
259
259
|
'givenName': value['givenName'],
|
|
260
260
|
'familyName': value['familyName'],
|
|
261
|
-
'dateOfBirth': value['dateOfBirth'] == null ?
|
|
261
|
+
'dateOfBirth': value['dateOfBirth'] == null ? value['dateOfBirth'] : value['dateOfBirth'].toISOString().substring(0,10),
|
|
262
262
|
'gender': value['gender'],
|
|
263
263
|
'placeOfBirth': value['placeOfBirth'],
|
|
264
264
|
'countyOfBirth': value['countyOfBirth'],
|
|
@@ -78,8 +78,8 @@ export function StepRefreshInfoToJSONTyped(value?: StepRefreshInfo | null, ignor
|
|
|
78
78
|
|
|
79
79
|
return {
|
|
80
80
|
|
|
81
|
-
'expiresAt':
|
|
82
|
-
'refreshAfter':
|
|
81
|
+
'expiresAt': value['expiresAt'].toISOString(),
|
|
82
|
+
'refreshAfter': value['refreshAfter'].toISOString(),
|
|
83
83
|
'timeToLiveSeconds': value['timeToLiveSeconds'],
|
|
84
84
|
};
|
|
85
85
|
}
|