@trinsic/api 2.3.0-alpha2 → 3.0.1
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 +65 -30
- package/dist/apis/ProvidersApi.d.ts +53 -0
- package/dist/apis/{AttachmentsApi.js → ProvidersApi.js} +16 -15
- package/dist/{esm/apis/EnvironmentRedirectUrisApi.d.ts → apis/RedirectUrisApi.d.ts} +24 -24
- package/dist/apis/{EnvironmentRedirectUrisApi.js → RedirectUrisApi.js} +14 -14
- package/dist/apis/SessionsApi.d.ts +63 -5
- package/dist/apis/SessionsApi.js +80 -2
- package/dist/apis/VerificationProfilesApi.d.ts +4 -2
- package/dist/apis/VerificationProfilesApi.js +5 -2
- package/dist/apis/index.d.ts +2 -4
- package/dist/apis/index.js +2 -4
- package/dist/esm/apis/ProvidersApi.d.ts +53 -0
- package/dist/esm/apis/{AttachmentsApi.js → ProvidersApi.js} +15 -14
- package/dist/{apis/EnvironmentRedirectUrisApi.d.ts → esm/apis/RedirectUrisApi.d.ts} +24 -24
- package/dist/esm/apis/{EnvironmentRedirectUrisApi.js → RedirectUrisApi.js} +13 -13
- package/dist/esm/apis/SessionsApi.d.ts +63 -5
- package/dist/esm/apis/SessionsApi.js +81 -3
- package/dist/esm/apis/VerificationProfilesApi.d.ts +4 -2
- package/dist/esm/apis/VerificationProfilesApi.js +5 -2
- package/dist/esm/apis/index.d.ts +2 -4
- package/dist/esm/apis/index.js +2 -4
- package/dist/esm/models/AddRedirectUriRequest.d.ts +32 -0
- package/dist/esm/models/{EnvironmentRedirectUrisAddRequest.js → AddRedirectUriRequest.js} +8 -8
- package/dist/esm/models/Address.d.ts +5 -2
- package/dist/esm/models/AppleWalletProviderOutput.d.ts +33 -0
- package/dist/esm/models/AppleWalletProviderOutput.js +44 -0
- package/dist/esm/models/AttachmentInfo.d.ts +62 -0
- package/dist/esm/models/AttachmentInfo.js +55 -0
- package/dist/esm/models/AttributeAvailability.d.ts +26 -0
- package/dist/esm/models/AttributeAvailability.js +44 -0
- package/dist/esm/models/AustriaHandySignaturProviderOutput.d.ts +38 -0
- package/dist/esm/models/AustriaHandySignaturProviderOutput.js +47 -0
- package/dist/esm/models/BelgiumIdCardProviderOutput.d.ts +57 -0
- package/dist/esm/models/BelgiumIdCardProviderOutput.js +55 -0
- package/dist/esm/models/ContractAttachment.d.ts +49 -0
- package/dist/esm/models/ContractAttachment.js +48 -0
- package/dist/esm/models/ContractAttribute.d.ts +39 -0
- package/dist/esm/models/ContractAttribute.js +48 -0
- package/dist/esm/models/CoteDIvoireNidLookup2Input.d.ts +32 -0
- package/dist/esm/models/CoteDIvoireNidLookup2Input.js +41 -0
- package/dist/esm/models/CzechiaMojeIdProviderOutput.d.ts +52 -0
- package/dist/esm/models/CzechiaMojeIdProviderOutput.js +55 -0
- package/dist/esm/models/DocumentData.d.ts +13 -5
- package/dist/esm/models/DocumentData.js +2 -0
- package/dist/esm/models/EstoniaIdCardProviderOutput.d.ts +64 -0
- package/dist/esm/models/EstoniaIdCardProviderOutput.js +55 -0
- package/dist/esm/models/FaydaProviderOutput.d.ts +1 -1
- package/dist/esm/models/FinlandIdCardProviderOutput.d.ts +63 -0
- package/dist/esm/models/FinlandIdCardProviderOutput.js +55 -0
- package/dist/esm/models/FrejaProviderOutput.d.ts +53 -0
- package/dist/esm/models/FrejaProviderOutput.js +55 -0
- package/dist/esm/models/FrenchNumeriqueGivenName.d.ts +45 -0
- package/dist/esm/models/FrenchNumeriqueGivenName.js +45 -0
- package/dist/esm/models/FrenchNumeriqueNationality.d.ts +38 -0
- package/dist/esm/models/FrenchNumeriqueNationality.js +43 -0
- package/dist/esm/models/FrenchNumeriquePhone.d.ts +44 -0
- package/dist/esm/models/FrenchNumeriquePhone.js +45 -0
- package/dist/esm/models/FrenchNumeriqueProviderOutput.d.ts +205 -0
- package/dist/esm/models/FrenchNumeriqueProviderOutput.js +92 -0
- package/dist/esm/models/GetAttachmentRequest.d.ts +4 -8
- package/dist/esm/models/GetAttachmentRequest.js +3 -7
- package/dist/esm/models/GoogleWalletProviderOutput.d.ts +33 -0
- package/dist/esm/models/GoogleWalletProviderOutput.js +44 -0
- package/dist/esm/models/IdentityData.d.ts +15 -13
- package/dist/esm/models/IdentityData.js +4 -7
- package/dist/esm/models/ItsmeProviderOutput.d.ts +69 -0
- package/dist/esm/models/ItsmeProviderOutput.js +55 -0
- package/dist/esm/models/KenyaNidLookup2Address.d.ts +90 -0
- package/dist/esm/models/KenyaNidLookup2Address.js +49 -0
- package/dist/esm/models/KenyaNidLookup2ProviderOutput.d.ts +114 -0
- package/dist/esm/models/KenyaNidLookup2ProviderOutput.js +74 -0
- package/dist/esm/models/KenyaNidMatch2Input.d.ts +3 -3
- package/dist/esm/models/KenyaNidMatch2Input.js +3 -3
- package/dist/esm/models/KenyaNidMatch2InputSex.d.ts +25 -0
- package/dist/esm/models/KenyaNidMatch2InputSex.js +43 -0
- package/dist/esm/models/LaWalletProviderOutput.d.ts +148 -0
- package/dist/esm/models/LaWalletProviderOutput.js +109 -0
- package/dist/esm/models/LatviaEparakstsMobileProviderOutput.d.ts +60 -0
- package/dist/esm/models/LatviaEparakstsMobileProviderOutput.js +51 -0
- package/dist/esm/models/LatviaEparakstsProviderOutput.d.ts +60 -0
- package/dist/esm/models/LatviaEparakstsProviderOutput.js +51 -0
- package/dist/esm/models/ListProvidersResponse.d.ts +4 -4
- package/dist/esm/models/ListProvidersResponse.js +3 -3
- package/dist/esm/models/ListRedirectUrisResponse.d.ts +39 -0
- package/dist/esm/models/{ListEnvironmentRedirectUrisResponse.js → ListRedirectUrisResponse.js} +8 -8
- package/dist/esm/models/LithuaniaIdCardProviderOutput.d.ts +68 -0
- package/dist/esm/models/LithuaniaIdCardProviderOutput.js +55 -0
- package/dist/esm/models/LloydsSmartIdProviderOutput.d.ts +112 -0
- package/dist/esm/models/LloydsSmartIdProviderOutput.js +65 -0
- package/dist/esm/models/Match.d.ts +8 -0
- package/dist/esm/models/MatchData.d.ts +26 -3
- package/dist/esm/models/MatchData.js +2 -0
- package/dist/esm/models/MdlOutput.d.ts +60 -0
- package/dist/esm/models/MdlOutput.js +56 -0
- package/dist/esm/models/MdlOutputCertificateData.d.ts +60 -0
- package/dist/esm/models/{MdlCertificateData.js → MdlOutputCertificateData.js} +8 -8
- package/dist/esm/models/MdlOutputFieldData.d.ts +39 -0
- package/dist/esm/models/{ExternalMdlFieldData.js → MdlOutputFieldData.js} +11 -11
- package/dist/esm/models/MdlOutputFieldDataType.d.ts +29 -0
- package/dist/esm/models/MdlOutputFieldDataType.js +47 -0
- package/dist/esm/models/MexicoCurpProviderOutput.d.ts +1 -1
- package/dist/esm/models/MitIdProviderOutput.d.ts +137 -0
- package/dist/esm/models/MitIdProviderOutput.js +61 -0
- package/dist/esm/models/MobileIdInput.d.ts +3 -3
- package/dist/esm/models/MobileIdInput.js +3 -3
- package/dist/esm/models/MobileIdLanguage.d.ts +27 -0
- package/dist/esm/models/{Language.js → MobileIdLanguage.js} +10 -10
- package/dist/esm/models/MobileIdProviderOutput.d.ts +118 -0
- package/dist/esm/models/MobileIdProviderOutput.js +57 -0
- package/dist/esm/models/NigeriaNinBiometric2Input.d.ts +47 -0
- package/dist/esm/models/NigeriaNinBiometric2Input.js +45 -0
- package/dist/esm/models/NigeriaNinLookup2Input.d.ts +32 -0
- package/dist/esm/models/NigeriaNinLookup2Input.js +41 -0
- package/dist/esm/models/NigeriaNinMatch2Input.d.ts +70 -0
- package/dist/esm/models/NigeriaNinMatch2Input.js +54 -0
- package/dist/esm/models/NigeriaNinMatch2InputSex.d.ts +25 -0
- package/dist/esm/models/NigeriaNinMatch2InputSex.js +43 -0
- package/dist/esm/models/PersonData.d.ts +8 -6
- package/dist/esm/models/PeruDniAddress.d.ts +53 -0
- package/dist/esm/models/PeruDniAddress.js +51 -0
- package/dist/esm/models/PeruDniLookupInput.d.ts +37 -0
- package/dist/esm/models/PeruDniLookupInput.js +41 -0
- package/dist/esm/models/PeruDniProviderOutput.d.ts +213 -0
- package/dist/esm/models/PeruDniProviderOutput.js +88 -0
- package/dist/esm/models/PhilippinesDigitalNidProviderOutput.d.ts +3 -2
- package/dist/esm/models/PhilippinesPhysicalNidProviderOutput.d.ts +3 -2
- package/dist/esm/models/PolandEdoAppProviderOutput.d.ts +62 -0
- package/dist/esm/models/PolandEdoAppProviderOutput.js +55 -0
- package/dist/esm/models/PolandMojeIdProviderOutput.d.ts +56 -0
- package/dist/esm/models/PolandMojeIdProviderOutput.js +51 -0
- package/dist/esm/models/PortugalIdCardProviderOutput.d.ts +50 -0
- package/dist/esm/models/PortugalIdCardProviderOutput.js +55 -0
- package/dist/esm/models/PostOfficeEasyIdProviderOutput.d.ts +112 -0
- package/dist/esm/models/PostOfficeEasyIdProviderOutput.js +65 -0
- package/dist/esm/models/{ProviderContract.d.ts → Provider.d.ts} +71 -68
- package/dist/esm/models/{ProviderContract.js → Provider.js} +37 -30
- package/dist/esm/models/ProviderInput.d.ts +90 -28
- package/dist/esm/models/ProviderInput.js +83 -57
- package/dist/esm/models/ProviderOutput.d.ts +207 -11
- package/dist/esm/models/ProviderOutput.js +90 -6
- package/dist/esm/models/RecommendProviderHealthOption.d.ts +26 -0
- package/dist/esm/models/RecommendProviderHealthOption.js +44 -0
- package/dist/esm/models/RecommendProviderInformation.d.ts +85 -0
- package/dist/esm/models/{ProviderInfo.js → RecommendProviderInformation.js} +17 -17
- package/dist/esm/models/RecommendProvidersRequest.d.ts +46 -0
- package/dist/esm/models/{RecommendRequest.js → RecommendProvidersRequest.js} +11 -10
- package/dist/esm/models/RecommendProvidersResponse.d.ts +33 -0
- package/dist/esm/models/RecommendProvidersResponse.js +44 -0
- package/dist/esm/models/SamsungWalletProviderOutput.d.ts +33 -0
- package/dist/esm/models/SamsungWalletProviderOutput.js +44 -0
- package/dist/esm/models/SerbiaIdCardProviderOutput.d.ts +63 -0
- package/dist/esm/models/SerbiaIdCardProviderOutput.js +55 -0
- package/dist/esm/models/SmartIdInput.d.ts +0 -7
- package/dist/esm/models/SmartIdInput.js +0 -2
- package/dist/esm/models/SmartIdProviderOutput.d.ts +175 -0
- package/dist/esm/models/SmartIdProviderOutput.js +65 -0
- package/dist/esm/models/SouthAfricaNidBiometric2Input.d.ts +47 -0
- package/dist/esm/models/SouthAfricaNidBiometric2Input.js +45 -0
- package/dist/esm/models/SouthAfricaNidMatch2Input.d.ts +70 -0
- package/dist/esm/models/SouthAfricaNidMatch2Input.js +54 -0
- package/dist/esm/models/SouthAfricaNidMatch2InputSex.d.ts +25 -0
- package/dist/esm/models/SouthAfricaNidMatch2InputSex.js +43 -0
- package/dist/esm/models/SpidProviderOutput.d.ts +84 -16
- package/dist/esm/models/SpidProviderOutput.js +22 -2
- package/dist/esm/models/SubProviderMetadata.d.ts +0 -9
- package/dist/esm/models/SubProviderMetadata.js +0 -4
- package/dist/esm/models/SwedenBankIdProviderOutput.d.ts +110 -0
- package/dist/esm/models/SwedenBankIdProviderOutput.js +65 -0
- package/dist/esm/models/UgandaNidMatch2Input.d.ts +45 -0
- package/dist/esm/models/UgandaNidMatch2Input.js +45 -0
- package/dist/esm/models/VerificationProfileResponse.d.ts +6 -0
- package/dist/esm/models/VerificationProfileResponse.js +4 -0
- package/dist/esm/models/YotiDocumentDetails.d.ts +62 -0
- package/dist/esm/models/YotiDocumentDetails.js +49 -0
- package/dist/esm/models/YotiProviderOutput.d.ts +112 -0
- package/dist/esm/models/YotiProviderOutput.js +65 -0
- package/dist/esm/models/YotiStructuredPostalAddress.d.ts +152 -0
- package/dist/esm/models/YotiStructuredPostalAddress.js +79 -0
- package/dist/esm/models/ZimbabweNidLookup2Input.d.ts +32 -0
- package/dist/esm/models/ZimbabweNidLookup2Input.js +41 -0
- package/dist/esm/models/index.d.ts +63 -26
- package/dist/esm/models/index.js +63 -26
- package/dist/models/AddRedirectUriRequest.d.ts +32 -0
- package/dist/models/AddRedirectUriRequest.js +50 -0
- package/dist/models/Address.d.ts +5 -2
- package/dist/models/AppleWalletProviderOutput.d.ts +33 -0
- package/dist/models/AppleWalletProviderOutput.js +51 -0
- package/dist/models/AttachmentInfo.d.ts +62 -0
- package/dist/models/AttachmentInfo.js +62 -0
- package/dist/models/AttributeAvailability.d.ts +26 -0
- package/dist/models/AttributeAvailability.js +52 -0
- package/dist/models/AustriaHandySignaturProviderOutput.d.ts +38 -0
- package/dist/models/AustriaHandySignaturProviderOutput.js +54 -0
- package/dist/models/BelgiumIdCardProviderOutput.d.ts +57 -0
- package/dist/models/BelgiumIdCardProviderOutput.js +62 -0
- package/dist/models/ContractAttachment.d.ts +49 -0
- package/dist/models/ContractAttachment.js +55 -0
- package/dist/models/ContractAttribute.d.ts +39 -0
- package/dist/models/ContractAttribute.js +55 -0
- package/dist/models/CoteDIvoireNidLookup2Input.d.ts +32 -0
- package/dist/models/CoteDIvoireNidLookup2Input.js +48 -0
- package/dist/models/CzechiaMojeIdProviderOutput.d.ts +52 -0
- package/dist/models/CzechiaMojeIdProviderOutput.js +62 -0
- package/dist/models/DocumentData.d.ts +13 -5
- package/dist/models/DocumentData.js +2 -0
- package/dist/models/EstoniaIdCardProviderOutput.d.ts +64 -0
- package/dist/models/EstoniaIdCardProviderOutput.js +62 -0
- package/dist/models/FaydaProviderOutput.d.ts +1 -1
- package/dist/models/FinlandIdCardProviderOutput.d.ts +63 -0
- package/dist/models/FinlandIdCardProviderOutput.js +62 -0
- package/dist/models/FrejaProviderOutput.d.ts +53 -0
- package/dist/models/FrejaProviderOutput.js +62 -0
- package/dist/models/FrenchNumeriqueGivenName.d.ts +45 -0
- package/dist/models/FrenchNumeriqueGivenName.js +52 -0
- package/dist/models/FrenchNumeriqueNationality.d.ts +38 -0
- package/dist/models/FrenchNumeriqueNationality.js +50 -0
- package/dist/models/FrenchNumeriquePhone.d.ts +44 -0
- package/dist/models/FrenchNumeriquePhone.js +52 -0
- package/dist/models/FrenchNumeriqueProviderOutput.d.ts +205 -0
- package/dist/models/FrenchNumeriqueProviderOutput.js +99 -0
- package/dist/models/GetAttachmentRequest.d.ts +4 -8
- package/dist/models/GetAttachmentRequest.js +3 -7
- package/dist/models/GoogleWalletProviderOutput.d.ts +33 -0
- package/dist/models/GoogleWalletProviderOutput.js +51 -0
- package/dist/models/IdentityData.d.ts +15 -13
- package/dist/models/IdentityData.js +4 -7
- package/dist/models/ItsmeProviderOutput.d.ts +69 -0
- package/dist/models/ItsmeProviderOutput.js +62 -0
- package/dist/models/KenyaNidLookup2Address.d.ts +90 -0
- package/dist/models/KenyaNidLookup2Address.js +56 -0
- package/dist/models/KenyaNidLookup2ProviderOutput.d.ts +114 -0
- package/dist/models/KenyaNidLookup2ProviderOutput.js +81 -0
- package/dist/models/KenyaNidMatch2Input.d.ts +3 -3
- package/dist/models/KenyaNidMatch2Input.js +3 -3
- package/dist/models/KenyaNidMatch2InputSex.d.ts +25 -0
- package/dist/models/KenyaNidMatch2InputSex.js +51 -0
- package/dist/models/LaWalletProviderOutput.d.ts +148 -0
- package/dist/models/LaWalletProviderOutput.js +116 -0
- package/dist/models/LatviaEparakstsMobileProviderOutput.d.ts +60 -0
- package/dist/models/LatviaEparakstsMobileProviderOutput.js +58 -0
- package/dist/models/LatviaEparakstsProviderOutput.d.ts +60 -0
- package/dist/models/LatviaEparakstsProviderOutput.js +58 -0
- package/dist/models/ListProvidersResponse.d.ts +4 -4
- package/dist/models/ListProvidersResponse.js +3 -3
- package/dist/models/ListRedirectUrisResponse.d.ts +39 -0
- package/dist/models/ListRedirectUrisResponse.js +55 -0
- package/dist/models/LithuaniaIdCardProviderOutput.d.ts +68 -0
- package/dist/models/LithuaniaIdCardProviderOutput.js +62 -0
- package/dist/models/LloydsSmartIdProviderOutput.d.ts +112 -0
- package/dist/models/LloydsSmartIdProviderOutput.js +72 -0
- package/dist/models/Match.d.ts +8 -0
- package/dist/models/MatchData.d.ts +26 -3
- package/dist/models/MatchData.js +2 -0
- package/dist/models/MdlOutput.d.ts +60 -0
- package/dist/models/MdlOutput.js +63 -0
- package/dist/models/MdlOutputCertificateData.d.ts +60 -0
- package/dist/models/{MdlCertificateData.js → MdlOutputCertificateData.js} +13 -13
- package/dist/models/MdlOutputFieldData.d.ts +39 -0
- package/dist/models/MdlOutputFieldData.js +55 -0
- package/dist/models/MdlOutputFieldDataType.d.ts +29 -0
- package/dist/models/MdlOutputFieldDataType.js +55 -0
- package/dist/models/MexicoCurpProviderOutput.d.ts +1 -1
- package/dist/models/MitIdProviderOutput.d.ts +137 -0
- package/dist/models/MitIdProviderOutput.js +68 -0
- package/dist/models/MobileIdInput.d.ts +3 -3
- package/dist/models/MobileIdInput.js +3 -3
- package/dist/models/MobileIdLanguage.d.ts +27 -0
- package/dist/models/MobileIdLanguage.js +53 -0
- package/dist/models/MobileIdProviderOutput.d.ts +118 -0
- package/dist/models/MobileIdProviderOutput.js +64 -0
- package/dist/models/NigeriaNinBiometric2Input.d.ts +47 -0
- package/dist/models/NigeriaNinBiometric2Input.js +52 -0
- package/dist/models/NigeriaNinLookup2Input.d.ts +32 -0
- package/dist/models/NigeriaNinLookup2Input.js +48 -0
- package/dist/models/NigeriaNinMatch2Input.d.ts +70 -0
- package/dist/models/NigeriaNinMatch2Input.js +61 -0
- package/dist/models/NigeriaNinMatch2InputSex.d.ts +25 -0
- package/dist/models/NigeriaNinMatch2InputSex.js +51 -0
- package/dist/models/PersonData.d.ts +8 -6
- package/dist/models/PeruDniAddress.d.ts +53 -0
- package/dist/models/PeruDniAddress.js +58 -0
- package/dist/models/PeruDniLookupInput.d.ts +37 -0
- package/dist/models/PeruDniLookupInput.js +48 -0
- package/dist/models/PeruDniProviderOutput.d.ts +213 -0
- package/dist/models/PeruDniProviderOutput.js +95 -0
- package/dist/models/PhilippinesDigitalNidProviderOutput.d.ts +3 -2
- package/dist/models/PhilippinesPhysicalNidProviderOutput.d.ts +3 -2
- package/dist/models/PolandEdoAppProviderOutput.d.ts +62 -0
- package/dist/models/PolandEdoAppProviderOutput.js +62 -0
- package/dist/models/PolandMojeIdProviderOutput.d.ts +56 -0
- package/dist/models/PolandMojeIdProviderOutput.js +58 -0
- package/dist/models/PortugalIdCardProviderOutput.d.ts +50 -0
- package/dist/models/PortugalIdCardProviderOutput.js +62 -0
- package/dist/models/PostOfficeEasyIdProviderOutput.d.ts +112 -0
- package/dist/models/PostOfficeEasyIdProviderOutput.js +72 -0
- package/dist/models/{ProviderContract.d.ts → Provider.d.ts} +71 -68
- package/dist/models/{ProviderContract.js → Provider.js} +42 -35
- package/dist/models/ProviderInput.d.ts +90 -28
- package/dist/models/ProviderInput.js +83 -57
- package/dist/models/ProviderOutput.d.ts +207 -11
- package/dist/models/ProviderOutput.js +90 -6
- package/dist/models/RecommendProviderHealthOption.d.ts +26 -0
- package/dist/models/RecommendProviderHealthOption.js +52 -0
- package/dist/models/RecommendProviderInformation.d.ts +85 -0
- package/dist/models/{ProviderInfo.js → RecommendProviderInformation.js} +22 -22
- package/dist/models/RecommendProvidersRequest.d.ts +46 -0
- package/dist/models/RecommendProvidersRequest.js +56 -0
- package/dist/models/RecommendProvidersResponse.d.ts +33 -0
- package/dist/models/RecommendProvidersResponse.js +51 -0
- package/dist/models/SamsungWalletProviderOutput.d.ts +33 -0
- package/dist/models/SamsungWalletProviderOutput.js +51 -0
- package/dist/models/SerbiaIdCardProviderOutput.d.ts +63 -0
- package/dist/models/SerbiaIdCardProviderOutput.js +62 -0
- package/dist/models/SmartIdInput.d.ts +0 -7
- package/dist/models/SmartIdInput.js +0 -2
- package/dist/models/SmartIdProviderOutput.d.ts +175 -0
- package/dist/models/SmartIdProviderOutput.js +72 -0
- package/dist/models/SouthAfricaNidBiometric2Input.d.ts +47 -0
- package/dist/models/SouthAfricaNidBiometric2Input.js +52 -0
- package/dist/models/SouthAfricaNidMatch2Input.d.ts +70 -0
- package/dist/models/SouthAfricaNidMatch2Input.js +61 -0
- package/dist/models/SouthAfricaNidMatch2InputSex.d.ts +25 -0
- package/dist/models/SouthAfricaNidMatch2InputSex.js +51 -0
- package/dist/models/SpidProviderOutput.d.ts +84 -16
- package/dist/models/SpidProviderOutput.js +22 -2
- package/dist/models/SubProviderMetadata.d.ts +0 -9
- package/dist/models/SubProviderMetadata.js +0 -4
- package/dist/models/SwedenBankIdProviderOutput.d.ts +110 -0
- package/dist/models/SwedenBankIdProviderOutput.js +72 -0
- package/dist/models/UgandaNidMatch2Input.d.ts +45 -0
- package/dist/models/UgandaNidMatch2Input.js +52 -0
- package/dist/models/VerificationProfileResponse.d.ts +6 -0
- package/dist/models/VerificationProfileResponse.js +4 -0
- package/dist/models/YotiDocumentDetails.d.ts +62 -0
- package/dist/models/YotiDocumentDetails.js +56 -0
- package/dist/models/YotiProviderOutput.d.ts +112 -0
- package/dist/models/YotiProviderOutput.js +72 -0
- package/dist/models/YotiStructuredPostalAddress.d.ts +152 -0
- package/dist/models/YotiStructuredPostalAddress.js +86 -0
- package/dist/models/ZimbabweNidLookup2Input.d.ts +32 -0
- package/dist/models/ZimbabweNidLookup2Input.js +48 -0
- package/dist/models/index.d.ts +63 -26
- package/dist/models/index.js +63 -26
- package/package.json +1 -1
- package/src/apis/ProvidersApi.ts +102 -0
- package/src/apis/{EnvironmentRedirectUrisApi.ts → RedirectUrisApi.ts} +35 -35
- package/src/apis/SessionsApi.ts +152 -4
- package/src/apis/VerificationProfilesApi.ts +9 -3
- package/src/apis/index.ts +2 -4
- package/src/models/AddRedirectUriRequest.ts +66 -0
- package/src/models/Address.ts +6 -3
- package/src/models/AppleWalletProviderOutput.ts +74 -0
- package/src/models/AttachmentInfo.ts +105 -0
- package/src/models/AttributeAvailability.ts +54 -0
- package/src/models/AustriaHandySignaturProviderOutput.ts +75 -0
- package/src/models/BelgiumIdCardProviderOutput.ts +100 -0
- package/src/models/ContractAttachment.ts +95 -0
- package/src/models/ContractAttribute.ts +85 -0
- package/src/models/CoteDIvoireNidLookup2Input.ts +65 -0
- package/src/models/CzechiaMojeIdProviderOutput.ts +95 -0
- package/src/models/DocumentData.ts +16 -6
- package/src/models/EstoniaIdCardProviderOutput.ts +107 -0
- package/src/models/FaydaProviderOutput.ts +1 -1
- package/src/models/FinlandIdCardProviderOutput.ts +106 -0
- package/src/models/FrejaProviderOutput.ts +96 -0
- package/src/models/FrenchNumeriqueGivenName.ts +82 -0
- package/src/models/FrenchNumeriqueNationality.ts +73 -0
- package/src/models/FrenchNumeriquePhone.ts +81 -0
- package/src/models/FrenchNumeriqueProviderOutput.ts +305 -0
- package/src/models/GetAttachmentRequest.ts +7 -14
- package/src/models/GoogleWalletProviderOutput.ts +74 -0
- package/src/models/IdentityData.ts +27 -33
- package/src/models/ItsmeProviderOutput.ts +113 -0
- package/src/models/KenyaNidLookup2Address.ts +131 -0
- package/src/models/KenyaNidLookup2ProviderOutput.ts +180 -0
- package/src/models/KenyaNidMatch2Input.ts +10 -10
- package/src/models/KenyaNidMatch2InputSex.ts +53 -0
- package/src/models/LaWalletProviderOutput.ts +232 -0
- package/src/models/LatviaEparakstsMobileProviderOutput.ts +100 -0
- package/src/models/LatviaEparakstsProviderOutput.ts +100 -0
- package/src/models/ListProvidersResponse.ts +11 -11
- package/src/models/{ListEnvironmentRedirectUrisResponse.ts → ListRedirectUrisResponse.ts} +12 -12
- package/src/models/LithuaniaIdCardProviderOutput.ts +111 -0
- package/src/models/LloydsSmartIdProviderOutput.ts +180 -0
- package/src/models/Match.ts +10 -2
- package/src/models/MatchData.ts +36 -11
- package/src/models/MdlOutput.ts +112 -0
- package/src/models/{MdlCertificateData.ts → MdlOutputCertificateData.ts} +18 -16
- package/src/models/MdlOutputFieldData.ts +85 -0
- package/src/models/MdlOutputFieldDataType.ts +57 -0
- package/src/models/MexicoCurpProviderOutput.ts +1 -1
- package/src/models/MitIdProviderOutput.ts +190 -0
- package/src/models/MobileIdInput.ts +10 -10
- package/src/models/MobileIdLanguage.ts +55 -0
- package/src/models/MobileIdProviderOutput.ts +167 -0
- package/src/models/NigeriaNinBiometric2Input.ts +84 -0
- package/src/models/NigeriaNinLookup2Input.ts +65 -0
- package/src/models/NigeriaNinMatch2Input.ts +124 -0
- package/src/models/NigeriaNinMatch2InputSex.ts +53 -0
- package/src/models/PersonData.ts +9 -7
- package/src/models/PeruDniAddress.ts +93 -0
- package/src/models/PeruDniLookupInput.ts +70 -0
- package/src/models/PeruDniProviderOutput.ts +291 -0
- package/src/models/PhilippinesDigitalNidProviderOutput.ts +3 -2
- package/src/models/PhilippinesPhysicalNidProviderOutput.ts +3 -2
- package/src/models/PolandEdoAppProviderOutput.ts +105 -0
- package/src/models/PolandMojeIdProviderOutput.ts +96 -0
- package/src/models/PortugalIdCardProviderOutput.ts +93 -0
- package/src/models/PostOfficeEasyIdProviderOutput.ts +180 -0
- package/src/models/{ProviderContract.ts → Provider.ts} +106 -98
- package/src/models/ProviderInput.ts +255 -127
- package/src/models/ProviderOutput.ts +445 -25
- package/src/models/RecommendProviderHealthOption.ts +54 -0
- package/src/models/{ProviderInformation.ts → RecommendProviderInformation.ts} +45 -56
- package/src/models/{RecommendRequest.ts → RecommendProvidersRequest.ts} +27 -18
- package/src/models/RecommendProvidersResponse.ts +74 -0
- package/src/models/SamsungWalletProviderOutput.ts +74 -0
- package/src/models/SerbiaIdCardProviderOutput.ts +106 -0
- package/src/models/SmartIdInput.ts +0 -9
- package/src/models/SmartIdProviderOutput.ts +232 -0
- package/src/models/SouthAfricaNidBiometric2Input.ts +84 -0
- package/src/models/SouthAfricaNidMatch2Input.ts +124 -0
- package/src/models/SouthAfricaNidMatch2InputSex.ts +53 -0
- package/src/models/SpidProviderOutput.ts +106 -18
- package/src/models/SubProviderMetadata.ts +0 -12
- package/src/models/SwedenBankIdProviderOutput.ts +167 -0
- package/src/models/UgandaNidMatch2Input.ts +82 -0
- package/src/models/VerificationProfileResponse.ts +9 -0
- package/src/models/YotiDocumentDetails.ts +103 -0
- package/src/models/YotiProviderOutput.ts +180 -0
- package/src/models/YotiStructuredPostalAddress.ts +223 -0
- package/src/models/ZimbabweNidLookup2Input.ts +65 -0
- package/src/models/index.ts +63 -26
- package/dist/apis/AttachmentsApi.d.ts +0 -53
- package/dist/apis/MdlApi.d.ts +0 -80
- package/dist/apis/MdlApi.js +0 -105
- package/dist/apis/NetworkApi.d.ts +0 -109
- package/dist/apis/NetworkApi.js +0 -146
- package/dist/esm/apis/AttachmentsApi.d.ts +0 -53
- package/dist/esm/apis/MdlApi.d.ts +0 -80
- package/dist/esm/apis/MdlApi.js +0 -101
- package/dist/esm/apis/NetworkApi.d.ts +0 -109
- package/dist/esm/apis/NetworkApi.js +0 -142
- package/dist/esm/models/AttachmentAccessKeys.d.ts +0 -63
- package/dist/esm/models/AttachmentAccessKeys.js +0 -54
- package/dist/esm/models/BangladeshNidInput.d.ts +0 -58
- package/dist/esm/models/BangladeshNidInput.js +0 -55
- package/dist/esm/models/ContractField.d.ts +0 -46
- package/dist/esm/models/ContractField.js +0 -52
- package/dist/esm/models/ContractIdentifierField.d.ts +0 -45
- package/dist/esm/models/ContractIdentifierField.js +0 -52
- package/dist/esm/models/CreateMdlExchangeRequest.d.ts +0 -102
- package/dist/esm/models/CreateMdlExchangeRequest.js +0 -66
- package/dist/esm/models/CreateMdlExchangeResponse.d.ts +0 -48
- package/dist/esm/models/CreateMdlExchangeResponse.js +0 -51
- package/dist/esm/models/DocumentScanAttachments.d.ts +0 -32
- package/dist/esm/models/DocumentScanAttachments.js +0 -41
- package/dist/esm/models/EnvironmentRedirectUrisAddRequest.d.ts +0 -32
- package/dist/esm/models/ExternalMdlFieldData.d.ts +0 -39
- package/dist/esm/models/FieldAvailability.d.ts +0 -26
- package/dist/esm/models/FieldAvailability.js +0 -44
- package/dist/esm/models/FinalizeMdlExchangeRequest.d.ts +0 -50
- package/dist/esm/models/FinalizeMdlExchangeRequest.js +0 -55
- package/dist/esm/models/FinalizeMdlExchangeResponse.d.ts +0 -55
- package/dist/esm/models/FinalizeMdlExchangeResponse.js +0 -54
- package/dist/esm/models/Identifier.d.ts +0 -44
- package/dist/esm/models/Identifier.js +0 -51
- package/dist/esm/models/Language.d.ts +0 -27
- package/dist/esm/models/ListEnvironmentRedirectUrisResponse.d.ts +0 -39
- package/dist/esm/models/ListProviderContractsResponse.d.ts +0 -33
- package/dist/esm/models/ListProviderContractsResponse.js +0 -44
- package/dist/esm/models/MdlCertificateData.d.ts +0 -58
- package/dist/esm/models/MdlFieldDataType.d.ts +0 -28
- package/dist/esm/models/MdlFieldDataType.js +0 -46
- package/dist/esm/models/MdlIdentityData.d.ts +0 -50
- package/dist/esm/models/MdlIdentityData.js +0 -52
- package/dist/esm/models/ProviderAttachments.d.ts +0 -33
- package/dist/esm/models/ProviderAttachments.js +0 -42
- package/dist/esm/models/ProviderInfo.d.ts +0 -76
- package/dist/esm/models/ProviderInformation.d.ts +0 -88
- package/dist/esm/models/ProviderInformation.js +0 -74
- package/dist/esm/models/RecommendRequest.d.ts +0 -45
- package/dist/esm/models/RecommendResponse.d.ts +0 -47
- package/dist/esm/models/RecommendResponse.js +0 -52
- package/dist/esm/models/SexV1.d.ts +0 -27
- package/dist/esm/models/SexV1.js +0 -45
- package/dist/models/AttachmentAccessKeys.d.ts +0 -63
- package/dist/models/AttachmentAccessKeys.js +0 -61
- package/dist/models/BangladeshNidInput.d.ts +0 -58
- package/dist/models/BangladeshNidInput.js +0 -62
- package/dist/models/ContractField.d.ts +0 -46
- package/dist/models/ContractField.js +0 -59
- package/dist/models/ContractIdentifierField.d.ts +0 -45
- package/dist/models/ContractIdentifierField.js +0 -59
- package/dist/models/CreateMdlExchangeRequest.d.ts +0 -102
- package/dist/models/CreateMdlExchangeRequest.js +0 -73
- package/dist/models/CreateMdlExchangeResponse.d.ts +0 -48
- package/dist/models/CreateMdlExchangeResponse.js +0 -58
- package/dist/models/DocumentScanAttachments.d.ts +0 -32
- package/dist/models/DocumentScanAttachments.js +0 -48
- package/dist/models/EnvironmentRedirectUrisAddRequest.d.ts +0 -32
- package/dist/models/EnvironmentRedirectUrisAddRequest.js +0 -50
- package/dist/models/ExternalMdlFieldData.d.ts +0 -39
- package/dist/models/ExternalMdlFieldData.js +0 -55
- package/dist/models/FieldAvailability.d.ts +0 -26
- package/dist/models/FieldAvailability.js +0 -52
- package/dist/models/FinalizeMdlExchangeRequest.d.ts +0 -50
- package/dist/models/FinalizeMdlExchangeRequest.js +0 -62
- package/dist/models/FinalizeMdlExchangeResponse.d.ts +0 -55
- package/dist/models/FinalizeMdlExchangeResponse.js +0 -61
- package/dist/models/Identifier.d.ts +0 -44
- package/dist/models/Identifier.js +0 -58
- package/dist/models/Language.d.ts +0 -27
- package/dist/models/Language.js +0 -53
- package/dist/models/ListEnvironmentRedirectUrisResponse.d.ts +0 -39
- package/dist/models/ListEnvironmentRedirectUrisResponse.js +0 -55
- package/dist/models/ListProviderContractsResponse.d.ts +0 -33
- package/dist/models/ListProviderContractsResponse.js +0 -51
- package/dist/models/MdlCertificateData.d.ts +0 -58
- package/dist/models/MdlFieldDataType.d.ts +0 -28
- package/dist/models/MdlFieldDataType.js +0 -54
- package/dist/models/MdlIdentityData.d.ts +0 -50
- package/dist/models/MdlIdentityData.js +0 -59
- package/dist/models/ProviderAttachments.d.ts +0 -33
- package/dist/models/ProviderAttachments.js +0 -49
- package/dist/models/ProviderInfo.d.ts +0 -76
- package/dist/models/ProviderInformation.d.ts +0 -88
- package/dist/models/ProviderInformation.js +0 -81
- package/dist/models/RecommendRequest.d.ts +0 -45
- package/dist/models/RecommendRequest.js +0 -55
- package/dist/models/RecommendResponse.d.ts +0 -47
- package/dist/models/RecommendResponse.js +0 -59
- package/dist/models/SexV1.d.ts +0 -27
- package/dist/models/SexV1.js +0 -53
- package/src/apis/AttachmentsApi.ts +0 -104
- package/src/apis/MdlApi.ts +0 -169
- package/src/apis/NetworkApi.ts +0 -242
- package/src/models/AttachmentAccessKeys.ts +0 -114
- package/src/models/BangladeshNidInput.ts +0 -102
- package/src/models/ContractField.ts +0 -95
- package/src/models/ContractIdentifierField.ts +0 -94
- package/src/models/CreateMdlExchangeRequest.ts +0 -159
- package/src/models/CreateMdlExchangeResponse.ts +0 -88
- package/src/models/DocumentScanAttachments.ts +0 -65
- package/src/models/EnvironmentRedirectUrisAddRequest.ts +0 -66
- package/src/models/ExternalMdlFieldData.ts +0 -85
- package/src/models/FieldAvailability.ts +0 -54
- package/src/models/FinalizeMdlExchangeRequest.ts +0 -93
- package/src/models/FinalizeMdlExchangeResponse.ts +0 -115
- package/src/models/Identifier.ts +0 -84
- package/src/models/Language.ts +0 -55
- package/src/models/ListProviderContractsResponse.ts +0 -74
- package/src/models/MdlFieldDataType.ts +0 -56
- package/src/models/MdlIdentityData.ts +0 -99
- package/src/models/ProviderAttachments.ts +0 -73
- package/src/models/ProviderInfo.ts +0 -134
- package/src/models/RecommendResponse.ts +0 -94
- package/src/models/SexV1.ts +0 -55
|
@@ -13,13 +13,6 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
import { mapValues } from '../runtime';
|
|
16
|
-
import type { AppleWalletInput } from './AppleWalletInput';
|
|
17
|
-
import {
|
|
18
|
-
AppleWalletInputFromJSON,
|
|
19
|
-
AppleWalletInputFromJSONTyped,
|
|
20
|
-
AppleWalletInputToJSON,
|
|
21
|
-
AppleWalletInputToJSONTyped,
|
|
22
|
-
} from './AppleWalletInput';
|
|
23
16
|
import type { BrazilCpfCheckInput } from './BrazilCpfCheckInput';
|
|
24
17
|
import {
|
|
25
18
|
BrazilCpfCheckInputFromJSON,
|
|
@@ -27,13 +20,6 @@ import {
|
|
|
27
20
|
BrazilCpfCheckInputToJSON,
|
|
28
21
|
BrazilCpfCheckInputToJSONTyped,
|
|
29
22
|
} from './BrazilCpfCheckInput';
|
|
30
|
-
import type { MexicoCurpInput } from './MexicoCurpInput';
|
|
31
|
-
import {
|
|
32
|
-
MexicoCurpInputFromJSON,
|
|
33
|
-
MexicoCurpInputFromJSONTyped,
|
|
34
|
-
MexicoCurpInputToJSON,
|
|
35
|
-
MexicoCurpInputToJSONTyped,
|
|
36
|
-
} from './MexicoCurpInput';
|
|
37
23
|
import type { BrazilDigitalCnhInput } from './BrazilDigitalCnhInput';
|
|
38
24
|
import {
|
|
39
25
|
BrazilDigitalCnhInputFromJSON,
|
|
@@ -41,27 +27,20 @@ import {
|
|
|
41
27
|
BrazilDigitalCnhInputToJSON,
|
|
42
28
|
BrazilDigitalCnhInputToJSONTyped,
|
|
43
29
|
} from './BrazilDigitalCnhInput';
|
|
44
|
-
import type {
|
|
45
|
-
import {
|
|
46
|
-
TrinsicTestSubProvidersInputFromJSON,
|
|
47
|
-
TrinsicTestSubProvidersInputFromJSONTyped,
|
|
48
|
-
TrinsicTestSubProvidersInputToJSON,
|
|
49
|
-
TrinsicTestSubProvidersInputToJSONTyped,
|
|
50
|
-
} from './TrinsicTestSubProvidersInput';
|
|
51
|
-
import type { SpidInput } from './SpidInput';
|
|
30
|
+
import type { SouthAfricaNidBiometric2Input } from './SouthAfricaNidBiometric2Input';
|
|
52
31
|
import {
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
} from './
|
|
58
|
-
import type {
|
|
32
|
+
SouthAfricaNidBiometric2InputFromJSON,
|
|
33
|
+
SouthAfricaNidBiometric2InputFromJSONTyped,
|
|
34
|
+
SouthAfricaNidBiometric2InputToJSON,
|
|
35
|
+
SouthAfricaNidBiometric2InputToJSONTyped,
|
|
36
|
+
} from './SouthAfricaNidBiometric2Input';
|
|
37
|
+
import type { PeruDniLookupInput } from './PeruDniLookupInput';
|
|
59
38
|
import {
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
} from './
|
|
39
|
+
PeruDniLookupInputFromJSON,
|
|
40
|
+
PeruDniLookupInputFromJSONTyped,
|
|
41
|
+
PeruDniLookupInputToJSON,
|
|
42
|
+
PeruDniLookupInputToJSONTyped,
|
|
43
|
+
} from './PeruDniLookupInput';
|
|
65
44
|
import type { PhilippineMatchInput } from './PhilippineMatchInput';
|
|
66
45
|
import {
|
|
67
46
|
PhilippineMatchInputFromJSON,
|
|
@@ -76,13 +55,6 @@ import {
|
|
|
76
55
|
PhilippineQRInputToJSON,
|
|
77
56
|
PhilippineQRInputToJSONTyped,
|
|
78
57
|
} from './PhilippineQRInput';
|
|
79
|
-
import type { BangladeshNidInput } from './BangladeshNidInput';
|
|
80
|
-
import {
|
|
81
|
-
BangladeshNidInputFromJSON,
|
|
82
|
-
BangladeshNidInputFromJSONTyped,
|
|
83
|
-
BangladeshNidInputToJSON,
|
|
84
|
-
BangladeshNidInputToJSONTyped,
|
|
85
|
-
} from './BangladeshNidInput';
|
|
86
58
|
import type { KenyaNidBiometric2Input } from './KenyaNidBiometric2Input';
|
|
87
59
|
import {
|
|
88
60
|
KenyaNidBiometric2InputFromJSON,
|
|
@@ -104,13 +76,6 @@ import {
|
|
|
104
76
|
KenyaNidInputToJSON,
|
|
105
77
|
KenyaNidInputToJSONTyped,
|
|
106
78
|
} from './KenyaNidInput';
|
|
107
|
-
import type { NigeriaNinInput } from './NigeriaNinInput';
|
|
108
|
-
import {
|
|
109
|
-
NigeriaNinInputFromJSON,
|
|
110
|
-
NigeriaNinInputFromJSONTyped,
|
|
111
|
-
NigeriaNinInputToJSON,
|
|
112
|
-
NigeriaNinInputToJSONTyped,
|
|
113
|
-
} from './NigeriaNinInput';
|
|
114
79
|
import type { SmartIdInput } from './SmartIdInput';
|
|
115
80
|
import {
|
|
116
81
|
SmartIdInputFromJSON,
|
|
@@ -139,6 +104,20 @@ import {
|
|
|
139
104
|
KenyaNidMatch2InputToJSON,
|
|
140
105
|
KenyaNidMatch2InputToJSONTyped,
|
|
141
106
|
} from './KenyaNidMatch2Input';
|
|
107
|
+
import type { UgandaNidMatch2Input } from './UgandaNidMatch2Input';
|
|
108
|
+
import {
|
|
109
|
+
UgandaNidMatch2InputFromJSON,
|
|
110
|
+
UgandaNidMatch2InputFromJSONTyped,
|
|
111
|
+
UgandaNidMatch2InputToJSON,
|
|
112
|
+
UgandaNidMatch2InputToJSONTyped,
|
|
113
|
+
} from './UgandaNidMatch2Input';
|
|
114
|
+
import type { ZimbabweNidLookup2Input } from './ZimbabweNidLookup2Input';
|
|
115
|
+
import {
|
|
116
|
+
ZimbabweNidLookup2InputFromJSON,
|
|
117
|
+
ZimbabweNidLookup2InputFromJSONTyped,
|
|
118
|
+
ZimbabweNidLookup2InputToJSON,
|
|
119
|
+
ZimbabweNidLookup2InputToJSONTyped,
|
|
120
|
+
} from './ZimbabweNidLookup2Input';
|
|
142
121
|
import type { MobileIdInput } from './MobileIdInput';
|
|
143
122
|
import {
|
|
144
123
|
MobileIdInputFromJSON,
|
|
@@ -146,6 +125,90 @@ import {
|
|
|
146
125
|
MobileIdInputToJSON,
|
|
147
126
|
MobileIdInputToJSONTyped,
|
|
148
127
|
} from './MobileIdInput';
|
|
128
|
+
import type { NigeriaNinMatch2Input } from './NigeriaNinMatch2Input';
|
|
129
|
+
import {
|
|
130
|
+
NigeriaNinMatch2InputFromJSON,
|
|
131
|
+
NigeriaNinMatch2InputFromJSONTyped,
|
|
132
|
+
NigeriaNinMatch2InputToJSON,
|
|
133
|
+
NigeriaNinMatch2InputToJSONTyped,
|
|
134
|
+
} from './NigeriaNinMatch2Input';
|
|
135
|
+
import type { IndonesiaNikInput } from './IndonesiaNikInput';
|
|
136
|
+
import {
|
|
137
|
+
IndonesiaNikInputFromJSON,
|
|
138
|
+
IndonesiaNikInputFromJSONTyped,
|
|
139
|
+
IndonesiaNikInputToJSON,
|
|
140
|
+
IndonesiaNikInputToJSONTyped,
|
|
141
|
+
} from './IndonesiaNikInput';
|
|
142
|
+
import type { CoteDIvoireNidLookup2Input } from './CoteDIvoireNidLookup2Input';
|
|
143
|
+
import {
|
|
144
|
+
CoteDIvoireNidLookup2InputFromJSON,
|
|
145
|
+
CoteDIvoireNidLookup2InputFromJSONTyped,
|
|
146
|
+
CoteDIvoireNidLookup2InputToJSON,
|
|
147
|
+
CoteDIvoireNidLookup2InputToJSONTyped,
|
|
148
|
+
} from './CoteDIvoireNidLookup2Input';
|
|
149
|
+
import type { IdinInput } from './IdinInput';
|
|
150
|
+
import {
|
|
151
|
+
IdinInputFromJSON,
|
|
152
|
+
IdinInputFromJSONTyped,
|
|
153
|
+
IdinInputToJSON,
|
|
154
|
+
IdinInputToJSONTyped,
|
|
155
|
+
} from './IdinInput';
|
|
156
|
+
import type { AppleWalletInput } from './AppleWalletInput';
|
|
157
|
+
import {
|
|
158
|
+
AppleWalletInputFromJSON,
|
|
159
|
+
AppleWalletInputFromJSONTyped,
|
|
160
|
+
AppleWalletInputToJSON,
|
|
161
|
+
AppleWalletInputToJSONTyped,
|
|
162
|
+
} from './AppleWalletInput';
|
|
163
|
+
import type { MexicoCurpInput } from './MexicoCurpInput';
|
|
164
|
+
import {
|
|
165
|
+
MexicoCurpInputFromJSON,
|
|
166
|
+
MexicoCurpInputFromJSONTyped,
|
|
167
|
+
MexicoCurpInputToJSON,
|
|
168
|
+
MexicoCurpInputToJSONTyped,
|
|
169
|
+
} from './MexicoCurpInput';
|
|
170
|
+
import type { NigeriaNinLookup2Input } from './NigeriaNinLookup2Input';
|
|
171
|
+
import {
|
|
172
|
+
NigeriaNinLookup2InputFromJSON,
|
|
173
|
+
NigeriaNinLookup2InputFromJSONTyped,
|
|
174
|
+
NigeriaNinLookup2InputToJSON,
|
|
175
|
+
NigeriaNinLookup2InputToJSONTyped,
|
|
176
|
+
} from './NigeriaNinLookup2Input';
|
|
177
|
+
import type { TrinsicTestSubProvidersInput } from './TrinsicTestSubProvidersInput';
|
|
178
|
+
import {
|
|
179
|
+
TrinsicTestSubProvidersInputFromJSON,
|
|
180
|
+
TrinsicTestSubProvidersInputFromJSONTyped,
|
|
181
|
+
TrinsicTestSubProvidersInputToJSON,
|
|
182
|
+
TrinsicTestSubProvidersInputToJSONTyped,
|
|
183
|
+
} from './TrinsicTestSubProvidersInput';
|
|
184
|
+
import type { SpidInput } from './SpidInput';
|
|
185
|
+
import {
|
|
186
|
+
SpidInputFromJSON,
|
|
187
|
+
SpidInputFromJSONTyped,
|
|
188
|
+
SpidInputToJSON,
|
|
189
|
+
SpidInputToJSONTyped,
|
|
190
|
+
} from './SpidInput';
|
|
191
|
+
import type { SouthAfricaNidInput } from './SouthAfricaNidInput';
|
|
192
|
+
import {
|
|
193
|
+
SouthAfricaNidInputFromJSON,
|
|
194
|
+
SouthAfricaNidInputFromJSONTyped,
|
|
195
|
+
SouthAfricaNidInputToJSON,
|
|
196
|
+
SouthAfricaNidInputToJSONTyped,
|
|
197
|
+
} from './SouthAfricaNidInput';
|
|
198
|
+
import type { NigeriaNinInput } from './NigeriaNinInput';
|
|
199
|
+
import {
|
|
200
|
+
NigeriaNinInputFromJSON,
|
|
201
|
+
NigeriaNinInputFromJSONTyped,
|
|
202
|
+
NigeriaNinInputToJSON,
|
|
203
|
+
NigeriaNinInputToJSONTyped,
|
|
204
|
+
} from './NigeriaNinInput';
|
|
205
|
+
import type { SouthAfricaNidMatch2Input } from './SouthAfricaNidMatch2Input';
|
|
206
|
+
import {
|
|
207
|
+
SouthAfricaNidMatch2InputFromJSON,
|
|
208
|
+
SouthAfricaNidMatch2InputFromJSONTyped,
|
|
209
|
+
SouthAfricaNidMatch2InputToJSON,
|
|
210
|
+
SouthAfricaNidMatch2InputToJSONTyped,
|
|
211
|
+
} from './SouthAfricaNidMatch2Input';
|
|
149
212
|
import type { GoogleWalletInput } from './GoogleWalletInput';
|
|
150
213
|
import {
|
|
151
214
|
GoogleWalletInputFromJSON,
|
|
@@ -167,20 +230,13 @@ import {
|
|
|
167
230
|
SouthAfricaNidLookup2InputToJSON,
|
|
168
231
|
SouthAfricaNidLookup2InputToJSONTyped,
|
|
169
232
|
} from './SouthAfricaNidLookup2Input';
|
|
170
|
-
import type {
|
|
233
|
+
import type { NigeriaNinBiometric2Input } from './NigeriaNinBiometric2Input';
|
|
171
234
|
import {
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
} from './
|
|
177
|
-
import type { IdinInput } from './IdinInput';
|
|
178
|
-
import {
|
|
179
|
-
IdinInputFromJSON,
|
|
180
|
-
IdinInputFromJSONTyped,
|
|
181
|
-
IdinInputToJSON,
|
|
182
|
-
IdinInputToJSONTyped,
|
|
183
|
-
} from './IdinInput';
|
|
235
|
+
NigeriaNinBiometric2InputFromJSON,
|
|
236
|
+
NigeriaNinBiometric2InputFromJSONTyped,
|
|
237
|
+
NigeriaNinBiometric2InputToJSON,
|
|
238
|
+
NigeriaNinBiometric2InputToJSONTyped,
|
|
239
|
+
} from './NigeriaNinBiometric2Input';
|
|
184
240
|
|
|
185
241
|
/**
|
|
186
242
|
*
|
|
@@ -193,13 +249,13 @@ export interface ProviderInput {
|
|
|
193
249
|
* @type {KenyaNidBiometric2Input}
|
|
194
250
|
* @memberof ProviderInput
|
|
195
251
|
*/
|
|
196
|
-
|
|
252
|
+
kenyaNidMatchBiometric2?: KenyaNidBiometric2Input | null;
|
|
197
253
|
/**
|
|
198
254
|
* Input for the `indonesia-nik-lookup` provider
|
|
199
255
|
* @type {IndonesiaNikInput}
|
|
200
256
|
* @memberof ProviderInput
|
|
201
257
|
*/
|
|
202
|
-
|
|
258
|
+
indonesiaNikLookup?: IndonesiaNikInput | null;
|
|
203
259
|
/**
|
|
204
260
|
* Input for the `indonesia-dukcapil-match` provider
|
|
205
261
|
* @type {IndonesiaDukcapilMatchInput}
|
|
@@ -211,19 +267,19 @@ export interface ProviderInput {
|
|
|
211
267
|
* @type {MexicoCurpInput}
|
|
212
268
|
* @memberof ProviderInput
|
|
213
269
|
*/
|
|
214
|
-
|
|
270
|
+
mexicoCurpLookup?: MexicoCurpInput | null;
|
|
215
271
|
/**
|
|
216
272
|
* Input for the `south-africa-nid-lookup` provider
|
|
217
273
|
* @type {SouthAfricaNidInput}
|
|
218
274
|
* @memberof ProviderInput
|
|
219
275
|
*/
|
|
220
|
-
|
|
276
|
+
southAfricaNidLookup?: SouthAfricaNidInput | null;
|
|
221
277
|
/**
|
|
222
278
|
* Input for the `kenya-nid-lookup` provider
|
|
223
279
|
* @type {KenyaNidInput}
|
|
224
280
|
* @memberof ProviderInput
|
|
225
281
|
*/
|
|
226
|
-
|
|
282
|
+
kenyaNidLookup?: KenyaNidInput | null;
|
|
227
283
|
/**
|
|
228
284
|
* Input for the `kenya-nid-match-2` provider
|
|
229
285
|
* @type {KenyaNidMatch2Input}
|
|
@@ -242,30 +298,72 @@ export interface ProviderInput {
|
|
|
242
298
|
* @memberof ProviderInput
|
|
243
299
|
*/
|
|
244
300
|
southAfricaNidLookup2?: SouthAfricaNidLookup2Input | null;
|
|
301
|
+
/**
|
|
302
|
+
* Input for the `south-africa-nid-match-2` provider
|
|
303
|
+
* @type {SouthAfricaNidMatch2Input}
|
|
304
|
+
* @memberof ProviderInput
|
|
305
|
+
*/
|
|
306
|
+
southAfricaNidMatch2?: SouthAfricaNidMatch2Input | null;
|
|
307
|
+
/**
|
|
308
|
+
* Input for the `south-africa-nid-match-biometric-2` provider
|
|
309
|
+
* @type {SouthAfricaNidBiometric2Input}
|
|
310
|
+
* @memberof ProviderInput
|
|
311
|
+
*/
|
|
312
|
+
southAfricaNidMatchBiometric2?: SouthAfricaNidBiometric2Input | null;
|
|
313
|
+
/**
|
|
314
|
+
* Input for the `nigeria-nin-lookup-2` provider
|
|
315
|
+
* @type {NigeriaNinLookup2Input}
|
|
316
|
+
* @memberof ProviderInput
|
|
317
|
+
*/
|
|
318
|
+
nigeriaNinLookup2?: NigeriaNinLookup2Input | null;
|
|
319
|
+
/**
|
|
320
|
+
* Input for the `cote-divoire-nid-lookup-2` provider
|
|
321
|
+
* @type {CoteDIvoireNidLookup2Input}
|
|
322
|
+
* @memberof ProviderInput
|
|
323
|
+
*/
|
|
324
|
+
coteDivoireNidLookup2?: CoteDIvoireNidLookup2Input | null;
|
|
325
|
+
/**
|
|
326
|
+
* Input for the `zimbabwe-nid-lookup-2` provider
|
|
327
|
+
* @type {ZimbabweNidLookup2Input}
|
|
328
|
+
* @memberof ProviderInput
|
|
329
|
+
*/
|
|
330
|
+
zimbabweNidLookup2?: ZimbabweNidLookup2Input | null;
|
|
331
|
+
/**
|
|
332
|
+
* Input for the `nigeria-nin-match-2` provider
|
|
333
|
+
* @type {NigeriaNinMatch2Input}
|
|
334
|
+
* @memberof ProviderInput
|
|
335
|
+
*/
|
|
336
|
+
nigeriaNinMatch2?: NigeriaNinMatch2Input | null;
|
|
337
|
+
/**
|
|
338
|
+
* Input for the `uganda-nid-match-2` provider
|
|
339
|
+
* @type {UgandaNidMatch2Input}
|
|
340
|
+
* @memberof ProviderInput
|
|
341
|
+
*/
|
|
342
|
+
ugandaNidMatch2?: UgandaNidMatch2Input | null;
|
|
343
|
+
/**
|
|
344
|
+
* Input for the `nigeria-nin-match-biometric-2` provider
|
|
345
|
+
* @type {NigeriaNinBiometric2Input}
|
|
346
|
+
* @memberof ProviderInput
|
|
347
|
+
*/
|
|
348
|
+
nigeriaNinMatchBiometric2?: NigeriaNinBiometric2Input | null;
|
|
245
349
|
/**
|
|
246
350
|
* Input for the `nigeria-nin-lookup` provider
|
|
247
351
|
* @type {NigeriaNinInput}
|
|
248
352
|
* @memberof ProviderInput
|
|
249
353
|
*/
|
|
250
|
-
|
|
354
|
+
nigeriaNinLookup?: NigeriaNinInput | null;
|
|
251
355
|
/**
|
|
252
356
|
* Input for the `india-digilocker-aadhaar-match` provider
|
|
253
357
|
* @type {AadhaarInput}
|
|
254
358
|
* @memberof ProviderInput
|
|
255
359
|
*/
|
|
256
|
-
|
|
257
|
-
/**
|
|
258
|
-
* Input for the `bangladesh-nid` provider
|
|
259
|
-
* @type {BangladeshNidInput}
|
|
260
|
-
* @memberof ProviderInput
|
|
261
|
-
*/
|
|
262
|
-
bangladeshNationalId?: BangladeshNidInput | null;
|
|
360
|
+
indiaDigilockerAadhaarMatch?: AadhaarInput | null;
|
|
263
361
|
/**
|
|
264
362
|
* Input for the `brazil-cpf-lookup` provider
|
|
265
363
|
* @type {BrazilCpfCheckInput}
|
|
266
364
|
* @memberof ProviderInput
|
|
267
365
|
*/
|
|
268
|
-
|
|
366
|
+
brazilCpfLookup?: BrazilCpfCheckInput | null;
|
|
269
367
|
/**
|
|
270
368
|
* Input for the `brazil-digital-cnh` provider
|
|
271
369
|
* @type {BrazilDigitalCnhInput}
|
|
@@ -277,13 +375,19 @@ export interface ProviderInput {
|
|
|
277
375
|
* @type {PhilippineMatchInput}
|
|
278
376
|
* @memberof ProviderInput
|
|
279
377
|
*/
|
|
280
|
-
|
|
378
|
+
philippinesPhilsysMatch?: PhilippineMatchInput | null;
|
|
281
379
|
/**
|
|
282
|
-
* Input for the `philippines-
|
|
380
|
+
* Input for the `philippines-physical-national-id-qr` provider
|
|
283
381
|
* @type {PhilippineQRInput}
|
|
284
382
|
* @memberof ProviderInput
|
|
285
383
|
*/
|
|
286
|
-
|
|
384
|
+
philippinesPhysicalNationalIdQr?: PhilippineQRInput | null;
|
|
385
|
+
/**
|
|
386
|
+
* Input for the `philippines-digital-national-id-qr` provider
|
|
387
|
+
* @type {PhilippineQRInput}
|
|
388
|
+
* @memberof ProviderInput
|
|
389
|
+
*/
|
|
390
|
+
philippinesDigitalNationalIdQr?: PhilippineQRInput | null;
|
|
287
391
|
/**
|
|
288
392
|
* Input for the `smart-id` provider
|
|
289
393
|
* @type {SmartIdInput}
|
|
@@ -301,13 +405,13 @@ export interface ProviderInput {
|
|
|
301
405
|
* @type {IdinInput}
|
|
302
406
|
* @memberof ProviderInput
|
|
303
407
|
*/
|
|
304
|
-
|
|
408
|
+
netherlandsIdin?: IdinInput | null;
|
|
305
409
|
/**
|
|
306
410
|
* Input for the `italy-spid` provider
|
|
307
411
|
* @type {SpidInput}
|
|
308
412
|
* @memberof ProviderInput
|
|
309
413
|
*/
|
|
310
|
-
|
|
414
|
+
italySpid?: SpidInput | null;
|
|
311
415
|
/**
|
|
312
416
|
* Input for the `google-wallet` provider
|
|
313
417
|
* @type {GoogleWalletInput}
|
|
@@ -320,6 +424,12 @@ export interface ProviderInput {
|
|
|
320
424
|
* @memberof ProviderInput
|
|
321
425
|
*/
|
|
322
426
|
appleWallet?: AppleWalletInput | null;
|
|
427
|
+
/**
|
|
428
|
+
* Input for the `peru-dni-lookup` provider
|
|
429
|
+
* @type {PeruDniLookupInput}
|
|
430
|
+
* @memberof ProviderInput
|
|
431
|
+
*/
|
|
432
|
+
peruDniLookup?: PeruDniLookupInput | null;
|
|
323
433
|
/**
|
|
324
434
|
* *TEST MODE ONLY.*
|
|
325
435
|
*
|
|
@@ -355,30 +465,39 @@ export function ProviderInputFromJSONTyped(json: any, ignoreDiscriminator: boole
|
|
|
355
465
|
}
|
|
356
466
|
return {
|
|
357
467
|
|
|
358
|
-
'
|
|
359
|
-
'
|
|
360
|
-
'indonesiaDukcapilMatch': json['
|
|
361
|
-
'
|
|
362
|
-
'
|
|
363
|
-
'
|
|
364
|
-
'kenyaNidMatch2': json['
|
|
365
|
-
'kenyaNidLookup2': json['
|
|
366
|
-
'southAfricaNidLookup2': json['
|
|
367
|
-
'
|
|
368
|
-
'
|
|
369
|
-
'
|
|
370
|
-
'
|
|
371
|
-
'
|
|
372
|
-
'
|
|
373
|
-
'
|
|
374
|
-
'
|
|
375
|
-
'
|
|
376
|
-
'
|
|
377
|
-
'
|
|
378
|
-
'
|
|
379
|
-
'
|
|
380
|
-
'
|
|
381
|
-
'
|
|
468
|
+
'kenyaNidMatchBiometric2': json['kenya-nid-match-biometric-2'] == null ? undefined : KenyaNidBiometric2InputFromJSON(json['kenya-nid-match-biometric-2']),
|
|
469
|
+
'indonesiaNikLookup': json['indonesia-nik-lookup'] == null ? undefined : IndonesiaNikInputFromJSON(json['indonesia-nik-lookup']),
|
|
470
|
+
'indonesiaDukcapilMatch': json['indonesia-dukcapil-match'] == null ? undefined : IndonesiaDukcapilMatchInputFromJSON(json['indonesia-dukcapil-match']),
|
|
471
|
+
'mexicoCurpLookup': json['mexico-curp-lookup'] == null ? undefined : MexicoCurpInputFromJSON(json['mexico-curp-lookup']),
|
|
472
|
+
'southAfricaNidLookup': json['south-africa-nid-lookup'] == null ? undefined : SouthAfricaNidInputFromJSON(json['south-africa-nid-lookup']),
|
|
473
|
+
'kenyaNidLookup': json['kenya-nid-lookup'] == null ? undefined : KenyaNidInputFromJSON(json['kenya-nid-lookup']),
|
|
474
|
+
'kenyaNidMatch2': json['kenya-nid-match-2'] == null ? undefined : KenyaNidMatch2InputFromJSON(json['kenya-nid-match-2']),
|
|
475
|
+
'kenyaNidLookup2': json['kenya-nid-lookup-2'] == null ? undefined : KenyaNidLookup2InputFromJSON(json['kenya-nid-lookup-2']),
|
|
476
|
+
'southAfricaNidLookup2': json['south-africa-nid-lookup-2'] == null ? undefined : SouthAfricaNidLookup2InputFromJSON(json['south-africa-nid-lookup-2']),
|
|
477
|
+
'southAfricaNidMatch2': json['south-africa-nid-match-2'] == null ? undefined : SouthAfricaNidMatch2InputFromJSON(json['south-africa-nid-match-2']),
|
|
478
|
+
'southAfricaNidMatchBiometric2': json['south-africa-nid-match-biometric-2'] == null ? undefined : SouthAfricaNidBiometric2InputFromJSON(json['south-africa-nid-match-biometric-2']),
|
|
479
|
+
'nigeriaNinLookup2': json['nigeria-nin-lookup-2'] == null ? undefined : NigeriaNinLookup2InputFromJSON(json['nigeria-nin-lookup-2']),
|
|
480
|
+
'coteDivoireNidLookup2': json['cote-divoire-nid-lookup-2'] == null ? undefined : CoteDIvoireNidLookup2InputFromJSON(json['cote-divoire-nid-lookup-2']),
|
|
481
|
+
'zimbabweNidLookup2': json['zimbabwe-nid-lookup-2'] == null ? undefined : ZimbabweNidLookup2InputFromJSON(json['zimbabwe-nid-lookup-2']),
|
|
482
|
+
'nigeriaNinMatch2': json['nigeria-nin-match-2'] == null ? undefined : NigeriaNinMatch2InputFromJSON(json['nigeria-nin-match-2']),
|
|
483
|
+
'ugandaNidMatch2': json['uganda-nid-match-2'] == null ? undefined : UgandaNidMatch2InputFromJSON(json['uganda-nid-match-2']),
|
|
484
|
+
'nigeriaNinMatchBiometric2': json['nigeria-nin-match-biometric-2'] == null ? undefined : NigeriaNinBiometric2InputFromJSON(json['nigeria-nin-match-biometric-2']),
|
|
485
|
+
'nigeriaNinLookup': json['nigeria-nin-lookup'] == null ? undefined : NigeriaNinInputFromJSON(json['nigeria-nin-lookup']),
|
|
486
|
+
'indiaDigilockerAadhaarMatch': json['india-digilocker-aadhaar-match'] == null ? undefined : AadhaarInputFromJSON(json['india-digilocker-aadhaar-match']),
|
|
487
|
+
'brazilCpfLookup': json['brazil-cpf-lookup'] == null ? undefined : BrazilCpfCheckInputFromJSON(json['brazil-cpf-lookup']),
|
|
488
|
+
'brazilDigitalCnh': json['brazil-digital-cnh'] == null ? undefined : BrazilDigitalCnhInputFromJSON(json['brazil-digital-cnh']),
|
|
489
|
+
'philippinesPhilsysMatch': json['philippines-philsys-match'] == null ? undefined : PhilippineMatchInputFromJSON(json['philippines-philsys-match']),
|
|
490
|
+
'philippinesPhysicalNationalIdQr': json['philippines-physical-national-id-qr'] == null ? undefined : PhilippineQRInputFromJSON(json['philippines-physical-national-id-qr']),
|
|
491
|
+
'philippinesDigitalNationalIdQr': json['philippines-digital-national-id-qr'] == null ? undefined : PhilippineQRInputFromJSON(json['philippines-digital-national-id-qr']),
|
|
492
|
+
'smartId': json['smart-id'] == null ? undefined : SmartIdInputFromJSON(json['smart-id']),
|
|
493
|
+
'mobileId': json['mobile-id'] == null ? undefined : MobileIdInputFromJSON(json['mobile-id']),
|
|
494
|
+
'netherlandsIdin': json['netherlands-idin'] == null ? undefined : IdinInputFromJSON(json['netherlands-idin']),
|
|
495
|
+
'italySpid': json['italy-spid'] == null ? undefined : SpidInputFromJSON(json['italy-spid']),
|
|
496
|
+
'googleWallet': json['google-wallet'] == null ? undefined : GoogleWalletInputFromJSON(json['google-wallet']),
|
|
497
|
+
'appleWallet': json['apple-wallet'] == null ? undefined : AppleWalletInputFromJSON(json['apple-wallet']),
|
|
498
|
+
'peruDniLookup': json['peru-dni-lookup'] == null ? undefined : PeruDniLookupInputFromJSON(json['peru-dni-lookup']),
|
|
499
|
+
'trinsicTestDatabaseLookup': json['trinsic-test-database-lookup'] == null ? undefined : TrinsicTestDatabaseLookupInputFromJSON(json['trinsic-test-database-lookup']),
|
|
500
|
+
'trinsicTestSubProviders': json['trinsic-test-sub-providers'] == null ? undefined : TrinsicTestSubProvidersInputFromJSON(json['trinsic-test-sub-providers']),
|
|
382
501
|
};
|
|
383
502
|
}
|
|
384
503
|
|
|
@@ -393,30 +512,39 @@ export function ProviderInputToJSONTyped(value?: ProviderInput | null, ignoreDis
|
|
|
393
512
|
|
|
394
513
|
return {
|
|
395
514
|
|
|
396
|
-
'
|
|
397
|
-
'
|
|
398
|
-
'
|
|
399
|
-
'
|
|
400
|
-
'
|
|
401
|
-
'
|
|
402
|
-
'
|
|
403
|
-
'
|
|
404
|
-
'
|
|
405
|
-
'
|
|
406
|
-
'
|
|
407
|
-
'
|
|
408
|
-
'
|
|
409
|
-
'
|
|
410
|
-
'
|
|
411
|
-
'
|
|
412
|
-
'
|
|
413
|
-
'
|
|
414
|
-
'
|
|
415
|
-
'
|
|
416
|
-
'
|
|
417
|
-
'
|
|
418
|
-
'
|
|
419
|
-
'
|
|
515
|
+
'kenya-nid-match-biometric-2': KenyaNidBiometric2InputToJSON(value['kenyaNidMatchBiometric2']),
|
|
516
|
+
'indonesia-nik-lookup': IndonesiaNikInputToJSON(value['indonesiaNikLookup']),
|
|
517
|
+
'indonesia-dukcapil-match': IndonesiaDukcapilMatchInputToJSON(value['indonesiaDukcapilMatch']),
|
|
518
|
+
'mexico-curp-lookup': MexicoCurpInputToJSON(value['mexicoCurpLookup']),
|
|
519
|
+
'south-africa-nid-lookup': SouthAfricaNidInputToJSON(value['southAfricaNidLookup']),
|
|
520
|
+
'kenya-nid-lookup': KenyaNidInputToJSON(value['kenyaNidLookup']),
|
|
521
|
+
'kenya-nid-match-2': KenyaNidMatch2InputToJSON(value['kenyaNidMatch2']),
|
|
522
|
+
'kenya-nid-lookup-2': KenyaNidLookup2InputToJSON(value['kenyaNidLookup2']),
|
|
523
|
+
'south-africa-nid-lookup-2': SouthAfricaNidLookup2InputToJSON(value['southAfricaNidLookup2']),
|
|
524
|
+
'south-africa-nid-match-2': SouthAfricaNidMatch2InputToJSON(value['southAfricaNidMatch2']),
|
|
525
|
+
'south-africa-nid-match-biometric-2': SouthAfricaNidBiometric2InputToJSON(value['southAfricaNidMatchBiometric2']),
|
|
526
|
+
'nigeria-nin-lookup-2': NigeriaNinLookup2InputToJSON(value['nigeriaNinLookup2']),
|
|
527
|
+
'cote-divoire-nid-lookup-2': CoteDIvoireNidLookup2InputToJSON(value['coteDivoireNidLookup2']),
|
|
528
|
+
'zimbabwe-nid-lookup-2': ZimbabweNidLookup2InputToJSON(value['zimbabweNidLookup2']),
|
|
529
|
+
'nigeria-nin-match-2': NigeriaNinMatch2InputToJSON(value['nigeriaNinMatch2']),
|
|
530
|
+
'uganda-nid-match-2': UgandaNidMatch2InputToJSON(value['ugandaNidMatch2']),
|
|
531
|
+
'nigeria-nin-match-biometric-2': NigeriaNinBiometric2InputToJSON(value['nigeriaNinMatchBiometric2']),
|
|
532
|
+
'nigeria-nin-lookup': NigeriaNinInputToJSON(value['nigeriaNinLookup']),
|
|
533
|
+
'india-digilocker-aadhaar-match': AadhaarInputToJSON(value['indiaDigilockerAadhaarMatch']),
|
|
534
|
+
'brazil-cpf-lookup': BrazilCpfCheckInputToJSON(value['brazilCpfLookup']),
|
|
535
|
+
'brazil-digital-cnh': BrazilDigitalCnhInputToJSON(value['brazilDigitalCnh']),
|
|
536
|
+
'philippines-philsys-match': PhilippineMatchInputToJSON(value['philippinesPhilsysMatch']),
|
|
537
|
+
'philippines-physical-national-id-qr': PhilippineQRInputToJSON(value['philippinesPhysicalNationalIdQr']),
|
|
538
|
+
'philippines-digital-national-id-qr': PhilippineQRInputToJSON(value['philippinesDigitalNationalIdQr']),
|
|
539
|
+
'smart-id': SmartIdInputToJSON(value['smartId']),
|
|
540
|
+
'mobile-id': MobileIdInputToJSON(value['mobileId']),
|
|
541
|
+
'netherlands-idin': IdinInputToJSON(value['netherlandsIdin']),
|
|
542
|
+
'italy-spid': SpidInputToJSON(value['italySpid']),
|
|
543
|
+
'google-wallet': GoogleWalletInputToJSON(value['googleWallet']),
|
|
544
|
+
'apple-wallet': AppleWalletInputToJSON(value['appleWallet']),
|
|
545
|
+
'peru-dni-lookup': PeruDniLookupInputToJSON(value['peruDniLookup']),
|
|
546
|
+
'trinsic-test-database-lookup': TrinsicTestDatabaseLookupInputToJSON(value['trinsicTestDatabaseLookup']),
|
|
547
|
+
'trinsic-test-sub-providers': TrinsicTestSubProvidersInputToJSON(value['trinsicTestSubProviders']),
|
|
420
548
|
};
|
|
421
549
|
}
|
|
422
550
|
|