@pagopa/io-react-native-wallet 3.6.2 → 3.6.4
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/lib/commonjs/IoWallet.js +5 -3
- package/lib/commonjs/IoWallet.js.map +1 -1
- package/lib/commonjs/api/index.js +19 -19
- package/lib/commonjs/api/index.js.map +1 -1
- package/lib/commonjs/client/generated/wallet-provider.js +23 -4
- package/lib/commonjs/client/generated/wallet-provider.js.map +1 -1
- package/lib/commonjs/client/index.js +9 -11
- package/lib/commonjs/client/index.js.map +1 -1
- package/lib/commonjs/credential/issuance/api/IssuerConfig.js +23 -23
- package/lib/commonjs/credential/issuance/api/IssuerConfig.js.map +1 -1
- package/lib/commonjs/credential/issuance/api/mrtd-pop/index.js.map +1 -1
- package/lib/commonjs/credential/issuance/api/types.js +3 -3
- package/lib/commonjs/credential/issuance/api/types.js.map +1 -1
- package/lib/commonjs/credential/issuance/common/02-start-user-authorization.js +3 -0
- package/lib/commonjs/credential/issuance/common/02-start-user-authorization.js.map +1 -1
- package/lib/commonjs/credential/issuance/common/06-verify-and-parse-credential.mdoc.js +11 -8
- package/lib/commonjs/credential/issuance/common/06-verify-and-parse-credential.mdoc.js.map +1 -1
- package/lib/commonjs/credential/issuance/common/06-verify-and-parse-credential.sdjwt.js +13 -13
- package/lib/commonjs/credential/issuance/common/06-verify-and-parse-credential.sdjwt.js.map +1 -1
- package/lib/commonjs/credential/issuance/common/errors.js +0 -3
- package/lib/commonjs/credential/issuance/common/errors.js.map +1 -1
- package/lib/commonjs/credential/issuance/mrtd-pop/01-verify-and-parse-challenge-info.js +4 -4
- package/lib/commonjs/credential/issuance/mrtd-pop/01-verify-and-parse-challenge-info.js.map +1 -1
- package/lib/commonjs/credential/issuance/mrtd-pop/02-init-challenge.js +14 -14
- package/lib/commonjs/credential/issuance/mrtd-pop/02-init-challenge.js.map +1 -1
- package/lib/commonjs/credential/issuance/mrtd-pop/03-validate-challenge.js +20 -20
- package/lib/commonjs/credential/issuance/mrtd-pop/03-validate-challenge.js.map +1 -1
- package/lib/commonjs/credential/issuance/mrtd-pop/index.js +4 -4
- package/lib/commonjs/credential/issuance/mrtd-pop/index.js.map +1 -1
- package/lib/commonjs/credential/issuance/v1.0.0/01-evaluate-issuer-trust.js.map +1 -1
- package/lib/commonjs/credential/issuance/v1.0.0/02-start-user-authorization.js +13 -13
- package/lib/commonjs/credential/issuance/v1.0.0/02-start-user-authorization.js.map +1 -1
- package/lib/commonjs/credential/issuance/v1.0.0/03-complete-user-authorization.js +18 -18
- package/lib/commonjs/credential/issuance/v1.0.0/03-complete-user-authorization.js.map +1 -1
- package/lib/commonjs/credential/issuance/v1.0.0/04-authorize-access.js +10 -10
- package/lib/commonjs/credential/issuance/v1.0.0/04-authorize-access.js.map +1 -1
- package/lib/commonjs/credential/issuance/v1.0.0/05-obtain-credential.js +24 -15
- package/lib/commonjs/credential/issuance/v1.0.0/05-obtain-credential.js.map +1 -1
- package/lib/commonjs/credential/issuance/v1.0.0/06-verify-and-parse-credential.js.map +1 -1
- package/lib/commonjs/credential/issuance/v1.0.0/index.js +8 -8
- package/lib/commonjs/credential/issuance/v1.0.0/index.js.map +1 -1
- package/lib/commonjs/credential/issuance/v1.0.0/mappers.js +7 -7
- package/lib/commonjs/credential/issuance/v1.0.0/mappers.js.map +1 -1
- package/lib/commonjs/credential/issuance/v1.0.0/types.js.map +1 -1
- package/lib/commonjs/credential/issuance/v1.3.3/01-evaluate-issuer-trust.js +3 -3
- package/lib/commonjs/credential/issuance/v1.3.3/01-evaluate-issuer-trust.js.map +1 -1
- package/lib/commonjs/credential/issuance/v1.3.3/02-start-user-authorization.js +30 -30
- package/lib/commonjs/credential/issuance/v1.3.3/02-start-user-authorization.js.map +1 -1
- package/lib/commonjs/credential/issuance/v1.3.3/03-complete-user-authorization.js +37 -37
- package/lib/commonjs/credential/issuance/v1.3.3/03-complete-user-authorization.js.map +1 -1
- package/lib/commonjs/credential/issuance/v1.3.3/04-authorize-access.js +16 -16
- package/lib/commonjs/credential/issuance/v1.3.3/04-authorize-access.js.map +1 -1
- package/lib/commonjs/credential/issuance/v1.3.3/05-obtain-credential.js +32 -28
- package/lib/commonjs/credential/issuance/v1.3.3/05-obtain-credential.js.map +1 -1
- package/lib/commonjs/credential/issuance/v1.3.3/06-verify-and-parse-credential.js.map +1 -1
- package/lib/commonjs/credential/issuance/v1.3.3/index.js +8 -8
- package/lib/commonjs/credential/issuance/v1.3.3/index.js.map +1 -1
- package/lib/commonjs/credential/issuance/v1.3.3/mappers.js +18 -17
- package/lib/commonjs/credential/issuance/v1.3.3/mappers.js.map +1 -1
- package/lib/commonjs/credential/offer/common/errors.js +0 -6
- package/lib/commonjs/credential/offer/common/errors.js.map +1 -1
- package/lib/commonjs/credential/offer/v1.0.0/index.js +3 -3
- package/lib/commonjs/credential/offer/v1.0.0/index.js.map +1 -1
- package/lib/commonjs/credential/offer/v1.3.3/01-resolve-credential-offer.js +4 -4
- package/lib/commonjs/credential/offer/v1.3.3/01-resolve-credential-offer.js.map +1 -1
- package/lib/commonjs/credential/offer/v1.3.3/02-extract-grant-details.js +4 -4
- package/lib/commonjs/credential/offer/v1.3.3/02-extract-grant-details.js.map +1 -1
- package/lib/commonjs/credential/offer/v1.3.3/03-validate-credential-offer.js +5 -5
- package/lib/commonjs/credential/offer/v1.3.3/03-validate-credential-offer.js.map +1 -1
- package/lib/commonjs/credential/offer/v1.3.3/index.js +1 -1
- package/lib/commonjs/credential/offer/v1.3.3/index.js.map +1 -1
- package/lib/commonjs/credential/presentation/api/RelyingPartyConfig.js +8 -8
- package/lib/commonjs/credential/presentation/api/RelyingPartyConfig.js.map +1 -1
- package/lib/commonjs/credential/presentation/api/types.js +11 -11
- package/lib/commonjs/credential/presentation/api/types.js.map +1 -1
- package/lib/commonjs/credential/presentation/common/errors.js +24 -23
- package/lib/commonjs/credential/presentation/common/errors.js.map +1 -1
- package/lib/commonjs/credential/presentation/common/utils/dcql.js +38 -35
- package/lib/commonjs/credential/presentation/common/utils/dcql.js.map +1 -1
- package/lib/commonjs/credential/presentation/common/utils/mdoc.js +20 -22
- package/lib/commonjs/credential/presentation/common/utils/mdoc.js.map +1 -1
- package/lib/commonjs/credential/presentation/common/utils/sd-jwt.js +10 -10
- package/lib/commonjs/credential/presentation/common/utils/sd-jwt.js.map +1 -1
- package/lib/commonjs/credential/presentation/v1.0.0/01-start-flow.js +1 -1
- package/lib/commonjs/credential/presentation/v1.0.0/01-start-flow.js.map +1 -1
- package/lib/commonjs/credential/presentation/v1.0.0/02-evaluate-rp-trust.js.map +1 -1
- package/lib/commonjs/credential/presentation/v1.0.0/03-get-request-object.js +2 -2
- package/lib/commonjs/credential/presentation/v1.0.0/03-get-request-object.js.map +1 -1
- package/lib/commonjs/credential/presentation/v1.0.0/05-verify-request-object.js +3 -3
- package/lib/commonjs/credential/presentation/v1.0.0/05-verify-request-object.js.map +1 -1
- package/lib/commonjs/credential/presentation/v1.0.0/06-evaluate-dcql-query.js +17 -12
- package/lib/commonjs/credential/presentation/v1.0.0/06-evaluate-dcql-query.js.map +1 -1
- package/lib/commonjs/credential/presentation/v1.0.0/07-send-authorization-response.js +20 -20
- package/lib/commonjs/credential/presentation/v1.0.0/07-send-authorization-response.js.map +1 -1
- package/lib/commonjs/credential/presentation/v1.0.0/index.js +4 -4
- package/lib/commonjs/credential/presentation/v1.0.0/index.js.map +1 -1
- package/lib/commonjs/credential/presentation/v1.0.0/mappers.js +6 -6
- package/lib/commonjs/credential/presentation/v1.0.0/mappers.js.map +1 -1
- package/lib/commonjs/credential/presentation/v1.0.0/types.js +12 -12
- package/lib/commonjs/credential/presentation/v1.0.0/types.js.map +1 -1
- package/lib/commonjs/credential/presentation/v1.0.0/utils.js.map +1 -1
- package/lib/commonjs/credential/presentation/v1.0.0/utils.jwks.js.map +1 -1
- package/lib/commonjs/credential/presentation/v1.3.3/01-start-flow.js +2 -2
- package/lib/commonjs/credential/presentation/v1.3.3/01-start-flow.js.map +1 -1
- package/lib/commonjs/credential/presentation/v1.3.3/02-evaluate-rp-trust.js.map +1 -1
- package/lib/commonjs/credential/presentation/v1.3.3/03-get-request-object.js +1 -1
- package/lib/commonjs/credential/presentation/v1.3.3/03-get-request-object.js.map +1 -1
- package/lib/commonjs/credential/presentation/v1.3.3/04-verify-certificate-chain.js +3 -3
- package/lib/commonjs/credential/presentation/v1.3.3/04-verify-certificate-chain.js.map +1 -1
- package/lib/commonjs/credential/presentation/v1.3.3/05-verify-request-object.js +11 -7
- package/lib/commonjs/credential/presentation/v1.3.3/05-verify-request-object.js.map +1 -1
- package/lib/commonjs/credential/presentation/v1.3.3/06-evaluate-dcql-query.js +24 -16
- package/lib/commonjs/credential/presentation/v1.3.3/06-evaluate-dcql-query.js.map +1 -1
- package/lib/commonjs/credential/presentation/v1.3.3/07-send-authorization-response.js +31 -26
- package/lib/commonjs/credential/presentation/v1.3.3/07-send-authorization-response.js.map +1 -1
- package/lib/commonjs/credential/presentation/v1.3.3/index.js +5 -5
- package/lib/commonjs/credential/presentation/v1.3.3/index.js.map +1 -1
- package/lib/commonjs/credential/presentation/v1.3.3/mappers.js +11 -11
- package/lib/commonjs/credential/presentation/v1.3.3/mappers.js.map +1 -1
- package/lib/commonjs/credential/presentation/v1.3.3/sdkErrorMapper.js +2 -2
- package/lib/commonjs/credential/presentation/v1.3.3/sdkErrorMapper.js.map +1 -1
- package/lib/commonjs/credential/presentation/v1.3.3/types.js +3 -3
- package/lib/commonjs/credential/presentation/v1.3.3/types.js.map +1 -1
- package/lib/commonjs/credential/status/api/types.js +6 -6
- package/lib/commonjs/credential/status/api/types.js.map +1 -1
- package/lib/commonjs/credential/status/v1.0.0/01-status-assertion.js +15 -12
- package/lib/commonjs/credential/status/v1.0.0/01-status-assertion.js.map +1 -1
- package/lib/commonjs/credential/status/v1.0.0/02-verify-and-parse-status-assertion.js +17 -10
- package/lib/commonjs/credential/status/v1.0.0/02-verify-and-parse-status-assertion.js.map +1 -1
- package/lib/commonjs/credential/status/v1.0.0/index.js +1 -1
- package/lib/commonjs/credential/status/v1.0.0/index.js.map +1 -1
- package/lib/commonjs/credential/status/v1.0.0/mappers.js.map +1 -1
- package/lib/commonjs/credential/status/v1.0.0/types.js +18 -18
- package/lib/commonjs/credential/status/v1.0.0/types.js.map +1 -1
- package/lib/commonjs/credential/status/v1.3.3/01-status-list.js +4 -4
- package/lib/commonjs/credential/status/v1.3.3/01-status-list.js.map +1 -1
- package/lib/commonjs/credential/status/v1.3.3/02-verify-and-parse-status-list.js.map +1 -1
- package/lib/commonjs/credential/status/v1.3.3/03-get-status.js +2 -2
- package/lib/commonjs/credential/status/v1.3.3/03-get-status.js.map +1 -1
- package/lib/commonjs/credential/status/v1.3.3/index.js +3 -3
- package/lib/commonjs/credential/status/v1.3.3/index.js.map +1 -1
- package/lib/commonjs/credential/trustmark/v1.0.0/get-credential-trustmark.js +7 -7
- package/lib/commonjs/credential/trustmark/v1.0.0/get-credential-trustmark.js.map +1 -1
- package/lib/commonjs/credential/trustmark/v1.0.0/index.js.map +1 -1
- package/lib/commonjs/credential/trustmark/v1.3.3/index.js.map +1 -1
- package/lib/commonjs/credentials-catalogue/api/DigitalCredentialsCatalogue.js +54 -55
- package/lib/commonjs/credentials-catalogue/api/DigitalCredentialsCatalogue.js.map +1 -1
- package/lib/commonjs/credentials-catalogue/common/get-status-l10n-ids.js +2 -2
- package/lib/commonjs/credentials-catalogue/common/get-status-l10n-ids.js.map +1 -1
- package/lib/commonjs/credentials-catalogue/v1.0.0/fetch-and-parse-catalogue.js +2 -2
- package/lib/commonjs/credentials-catalogue/v1.0.0/fetch-and-parse-catalogue.js.map +1 -1
- package/lib/commonjs/credentials-catalogue/v1.0.0/index.js +1 -1
- package/lib/commonjs/credentials-catalogue/v1.0.0/index.js.map +1 -1
- package/lib/commonjs/credentials-catalogue/v1.0.0/mappers.js +0 -1
- package/lib/commonjs/credentials-catalogue/v1.0.0/mappers.js.map +1 -1
- package/lib/commonjs/credentials-catalogue/v1.0.0/types.js +35 -35
- package/lib/commonjs/credentials-catalogue/v1.0.0/types.js.map +1 -1
- package/lib/commonjs/credentials-catalogue/v1.3.3/fetch-and-parse-catalogue.js +11 -11
- package/lib/commonjs/credentials-catalogue/v1.3.3/fetch-and-parse-catalogue.js.map +1 -1
- package/lib/commonjs/credentials-catalogue/v1.3.3/fetch-translations.js +1 -1
- package/lib/commonjs/credentials-catalogue/v1.3.3/fetch-translations.js.map +1 -1
- package/lib/commonjs/credentials-catalogue/v1.3.3/index.js +1 -1
- package/lib/commonjs/credentials-catalogue/v1.3.3/index.js.map +1 -1
- package/lib/commonjs/credentials-catalogue/v1.3.3/mappers.js +26 -20
- package/lib/commonjs/credentials-catalogue/v1.3.3/mappers.js.map +1 -1
- package/lib/commonjs/credentials-catalogue/v1.3.3/types.js +93 -93
- package/lib/commonjs/credentials-catalogue/v1.3.3/types.js.map +1 -1
- package/lib/commonjs/credentials-catalogue/v1.3.3/utils.js +8 -8
- package/lib/commonjs/credentials-catalogue/v1.3.3/utils.js.map +1 -1
- package/lib/commonjs/index.js +15 -15
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/mdoc/index.js +13 -5
- package/lib/commonjs/mdoc/index.js.map +1 -1
- package/lib/commonjs/mdoc/utils.js.map +1 -1
- package/lib/commonjs/sd-jwt/__test__/types.test.js +9 -9
- package/lib/commonjs/sd-jwt/__test__/types.test.js.map +1 -1
- package/lib/commonjs/sd-jwt/__test__/utils.test.js +3 -3
- package/lib/commonjs/sd-jwt/__test__/utils.test.js.map +1 -1
- package/lib/commonjs/sd-jwt/index.js +9 -9
- package/lib/commonjs/sd-jwt/index.js.map +1 -1
- package/lib/commonjs/sd-jwt/types.js +18 -18
- package/lib/commonjs/sd-jwt/types.js.map +1 -1
- package/lib/commonjs/sd-jwt/utils.js +3 -3
- package/lib/commonjs/sd-jwt/utils.js.map +1 -1
- package/lib/commonjs/trust/api/TrustAnchorConfig.js +4 -4
- package/lib/commonjs/trust/api/TrustAnchorConfig.js.map +1 -1
- package/lib/commonjs/trust/common/build-chain.js +5 -2
- package/lib/commonjs/trust/common/build-chain.js.map +1 -1
- package/lib/commonjs/trust/common/errors.js +51 -44
- package/lib/commonjs/trust/common/errors.js.map +1 -1
- package/lib/commonjs/trust/common/types.js +22 -22
- package/lib/commonjs/trust/common/types.js.map +1 -1
- package/lib/commonjs/trust/common/utils.js +45 -45
- package/lib/commonjs/trust/common/utils.js.map +1 -1
- package/lib/commonjs/trust/common/verify-chain.js +96 -96
- package/lib/commonjs/trust/common/verify-chain.js.map +1 -1
- package/lib/commonjs/trust/v1.0.0/build-chain.js +2 -2
- package/lib/commonjs/trust/v1.0.0/build-chain.js.map +1 -1
- package/lib/commonjs/trust/v1.0.0/entities.js +1 -1
- package/lib/commonjs/trust/v1.0.0/entities.js.map +1 -1
- package/lib/commonjs/trust/v1.0.0/index.js +3 -3
- package/lib/commonjs/trust/v1.0.0/index.js.map +1 -1
- package/lib/commonjs/trust/v1.0.0/mappers.js +2 -2
- package/lib/commonjs/trust/v1.0.0/mappers.js.map +1 -1
- package/lib/commonjs/trust/v1.0.0/types.js +46 -46
- package/lib/commonjs/trust/v1.0.0/types.js.map +1 -1
- package/lib/commonjs/trust/v1.0.0/verify-chain.js +3 -3
- package/lib/commonjs/trust/v1.0.0/verify-chain.js.map +1 -1
- package/lib/commonjs/trust/v1.3.3/entities.js +1 -1
- package/lib/commonjs/trust/v1.3.3/entities.js.map +1 -1
- package/lib/commonjs/trust/v1.3.3/types.js +2 -2
- package/lib/commonjs/trust/v1.3.3/types.js.map +1 -1
- package/lib/commonjs/utils/auth.js +2 -2
- package/lib/commonjs/utils/auth.js.map +1 -1
- package/lib/commonjs/utils/callbacks.js +47 -51
- package/lib/commonjs/utils/callbacks.js.map +1 -1
- package/lib/commonjs/utils/credentials.js +3 -3
- package/lib/commonjs/utils/credentials.js.map +1 -1
- package/lib/commonjs/utils/crypto.js +23 -25
- package/lib/commonjs/utils/crypto.js.map +1 -1
- package/lib/commonjs/utils/decoder.js +2 -2
- package/lib/commonjs/utils/decoder.js.map +1 -1
- package/lib/commonjs/utils/dpop.js +5 -5
- package/lib/commonjs/utils/dpop.js.map +1 -1
- package/lib/commonjs/utils/error-codes.js +19 -19
- package/lib/commonjs/utils/error-codes.js.map +1 -1
- package/lib/commonjs/utils/errors.js +51 -50
- package/lib/commonjs/utils/errors.js.map +1 -1
- package/lib/commonjs/utils/jwk.js +5 -6
- package/lib/commonjs/utils/jwk.js.map +1 -1
- package/lib/commonjs/utils/logging.js +15 -14
- package/lib/commonjs/utils/logging.js.map +1 -1
- package/lib/commonjs/utils/mappers.js +6 -8
- package/lib/commonjs/utils/mappers.js.map +1 -1
- package/lib/commonjs/utils/misc.js +6 -5
- package/lib/commonjs/utils/misc.js.map +1 -1
- package/lib/commonjs/utils/par.js +28 -28
- package/lib/commonjs/utils/par.js.map +1 -1
- package/lib/commonjs/utils/pop.js +5 -5
- package/lib/commonjs/utils/pop.js.map +1 -1
- package/lib/commonjs/utils/string.js.map +1 -1
- package/lib/commonjs/utils/x509.js +2 -2
- package/lib/commonjs/utils/x509.js.map +1 -1
- package/lib/commonjs/utils/zod.js +1 -1
- package/lib/commonjs/utils/zod.js.map +1 -1
- package/lib/commonjs/wallet-instance/common/wallet-instance.js +5 -5
- package/lib/commonjs/wallet-instance/common/wallet-instance.js.map +1 -1
- package/lib/commonjs/wallet-instance/v1.0.0/index.js +2 -2
- package/lib/commonjs/wallet-instance/v1.0.0/index.js.map +1 -1
- package/lib/commonjs/wallet-instance/v1.3.3/index.js +2 -2
- package/lib/commonjs/wallet-instance/v1.3.3/index.js.map +1 -1
- package/lib/commonjs/wallet-instance-attestation/api/types.js +7 -7
- package/lib/commonjs/wallet-instance-attestation/api/types.js.map +1 -1
- package/lib/commonjs/wallet-instance-attestation/common/types.js +7 -7
- package/lib/commonjs/wallet-instance-attestation/common/types.js.map +1 -1
- package/lib/commonjs/wallet-instance-attestation/v1.0.0/index.js +2 -2
- package/lib/commonjs/wallet-instance-attestation/v1.0.0/index.js.map +1 -1
- package/lib/commonjs/wallet-instance-attestation/v1.0.0/issuing.js +15 -15
- package/lib/commonjs/wallet-instance-attestation/v1.0.0/issuing.js.map +1 -1
- package/lib/commonjs/wallet-instance-attestation/v1.0.0/mappers.js +2 -2
- package/lib/commonjs/wallet-instance-attestation/v1.0.0/mappers.js.map +1 -1
- package/lib/commonjs/wallet-instance-attestation/v1.0.0/types.js +5 -5
- package/lib/commonjs/wallet-instance-attestation/v1.0.0/types.js.map +1 -1
- package/lib/commonjs/wallet-instance-attestation/v1.0.0/utils.js +1 -1
- package/lib/commonjs/wallet-instance-attestation/v1.0.0/utils.js.map +1 -1
- package/lib/commonjs/wallet-instance-attestation/v1.3.3/index.js +2 -2
- package/lib/commonjs/wallet-instance-attestation/v1.3.3/index.js.map +1 -1
- package/lib/commonjs/wallet-instance-attestation/v1.3.3/issuing.js +20 -20
- package/lib/commonjs/wallet-instance-attestation/v1.3.3/issuing.js.map +1 -1
- package/lib/commonjs/wallet-instance-attestation/v1.3.3/types.js.map +1 -1
- package/lib/commonjs/wallet-instance-attestation/v1.3.3/utils.js +1 -1
- package/lib/commonjs/wallet-instance-attestation/v1.3.3/utils.js.map +1 -1
- package/lib/commonjs/wallet-unit-attestation/api/types.js +5 -5
- package/lib/commonjs/wallet-unit-attestation/api/types.js.map +1 -1
- package/lib/commonjs/wallet-unit-attestation/v1.3.3/index.js +4 -4
- package/lib/commonjs/wallet-unit-attestation/v1.3.3/index.js.map +1 -1
- package/lib/commonjs/wallet-unit-attestation/v1.3.3/issuing.js +32 -29
- package/lib/commonjs/wallet-unit-attestation/v1.3.3/issuing.js.map +1 -1
- package/lib/commonjs/wallet-unit-attestation/v1.3.3/types.js +1 -1
- package/lib/commonjs/wallet-unit-attestation/v1.3.3/types.js.map +1 -1
- package/lib/commonjs/wallet-unit-attestation/v1.3.3/utils.js.map +1 -1
- package/lib/module/IoWallet.js +6 -4
- package/lib/module/IoWallet.js.map +1 -1
- package/lib/module/api/index.js +19 -19
- package/lib/module/api/index.js.map +1 -1
- package/lib/module/client/generated/wallet-provider.js +17 -1
- package/lib/module/client/generated/wallet-provider.js.map +1 -1
- package/lib/module/client/index.js +10 -12
- package/lib/module/client/index.js.map +1 -1
- package/lib/module/credential/issuance/api/IssuerConfig.js +23 -23
- package/lib/module/credential/issuance/api/IssuerConfig.js.map +1 -1
- package/lib/module/credential/issuance/api/mrtd-pop/index.js.map +1 -1
- package/lib/module/credential/issuance/api/types.js +3 -3
- package/lib/module/credential/issuance/api/types.js.map +1 -1
- package/lib/module/credential/issuance/common/02-start-user-authorization.js +4 -1
- package/lib/module/credential/issuance/common/02-start-user-authorization.js.map +1 -1
- package/lib/module/credential/issuance/common/06-verify-and-parse-credential.mdoc.js +11 -8
- package/lib/module/credential/issuance/common/06-verify-and-parse-credential.mdoc.js.map +1 -1
- package/lib/module/credential/issuance/common/06-verify-and-parse-credential.sdjwt.js +6 -6
- package/lib/module/credential/issuance/common/06-verify-and-parse-credential.sdjwt.js.map +1 -1
- package/lib/module/credential/issuance/common/errors.js +0 -3
- package/lib/module/credential/issuance/common/errors.js.map +1 -1
- package/lib/module/credential/issuance/mrtd-pop/01-verify-and-parse-challenge-info.js +4 -4
- package/lib/module/credential/issuance/mrtd-pop/01-verify-and-parse-challenge-info.js.map +1 -1
- package/lib/module/credential/issuance/mrtd-pop/02-init-challenge.js +14 -14
- package/lib/module/credential/issuance/mrtd-pop/02-init-challenge.js.map +1 -1
- package/lib/module/credential/issuance/mrtd-pop/03-validate-challenge.js +20 -20
- package/lib/module/credential/issuance/mrtd-pop/03-validate-challenge.js.map +1 -1
- package/lib/module/credential/issuance/mrtd-pop/index.js +5 -5
- package/lib/module/credential/issuance/mrtd-pop/index.js.map +1 -1
- package/lib/module/credential/issuance/v1.0.0/01-evaluate-issuer-trust.js.map +1 -1
- package/lib/module/credential/issuance/v1.0.0/02-start-user-authorization.js +13 -13
- package/lib/module/credential/issuance/v1.0.0/02-start-user-authorization.js.map +1 -1
- package/lib/module/credential/issuance/v1.0.0/03-complete-user-authorization.js +17 -17
- package/lib/module/credential/issuance/v1.0.0/03-complete-user-authorization.js.map +1 -1
- package/lib/module/credential/issuance/v1.0.0/04-authorize-access.js +11 -11
- package/lib/module/credential/issuance/v1.0.0/04-authorize-access.js.map +1 -1
- package/lib/module/credential/issuance/v1.0.0/05-obtain-credential.js +25 -16
- package/lib/module/credential/issuance/v1.0.0/05-obtain-credential.js.map +1 -1
- package/lib/module/credential/issuance/v1.0.0/06-verify-and-parse-credential.js.map +1 -1
- package/lib/module/credential/issuance/v1.0.0/index.js +9 -9
- package/lib/module/credential/issuance/v1.0.0/index.js.map +1 -1
- package/lib/module/credential/issuance/v1.0.0/mappers.js +7 -7
- package/lib/module/credential/issuance/v1.0.0/mappers.js.map +1 -1
- package/lib/module/credential/issuance/v1.0.0/types.js.map +1 -1
- package/lib/module/credential/issuance/v1.3.3/01-evaluate-issuer-trust.js +4 -4
- package/lib/module/credential/issuance/v1.3.3/01-evaluate-issuer-trust.js.map +1 -1
- package/lib/module/credential/issuance/v1.3.3/02-start-user-authorization.js +31 -31
- package/lib/module/credential/issuance/v1.3.3/02-start-user-authorization.js.map +1 -1
- package/lib/module/credential/issuance/v1.3.3/03-complete-user-authorization.js +28 -28
- package/lib/module/credential/issuance/v1.3.3/03-complete-user-authorization.js.map +1 -1
- package/lib/module/credential/issuance/v1.3.3/04-authorize-access.js +16 -16
- package/lib/module/credential/issuance/v1.3.3/04-authorize-access.js.map +1 -1
- package/lib/module/credential/issuance/v1.3.3/05-obtain-credential.js +34 -30
- package/lib/module/credential/issuance/v1.3.3/05-obtain-credential.js.map +1 -1
- package/lib/module/credential/issuance/v1.3.3/06-verify-and-parse-credential.js.map +1 -1
- package/lib/module/credential/issuance/v1.3.3/index.js +9 -9
- package/lib/module/credential/issuance/v1.3.3/index.js.map +1 -1
- package/lib/module/credential/issuance/v1.3.3/mappers.js +18 -17
- package/lib/module/credential/issuance/v1.3.3/mappers.js.map +1 -1
- package/lib/module/credential/offer/common/errors.js +0 -6
- package/lib/module/credential/offer/common/errors.js.map +1 -1
- package/lib/module/credential/offer/v1.0.0/index.js +3 -3
- package/lib/module/credential/offer/v1.0.0/index.js.map +1 -1
- package/lib/module/credential/offer/v1.3.3/01-resolve-credential-offer.js +5 -5
- package/lib/module/credential/offer/v1.3.3/01-resolve-credential-offer.js.map +1 -1
- package/lib/module/credential/offer/v1.3.3/02-extract-grant-details.js +3 -3
- package/lib/module/credential/offer/v1.3.3/02-extract-grant-details.js.map +1 -1
- package/lib/module/credential/offer/v1.3.3/03-validate-credential-offer.js +6 -6
- package/lib/module/credential/offer/v1.3.3/03-validate-credential-offer.js.map +1 -1
- package/lib/module/credential/offer/v1.3.3/index.js +1 -1
- package/lib/module/credential/offer/v1.3.3/index.js.map +1 -1
- package/lib/module/credential/presentation/api/RelyingPartyConfig.js +8 -8
- package/lib/module/credential/presentation/api/RelyingPartyConfig.js.map +1 -1
- package/lib/module/credential/presentation/api/types.js +11 -11
- package/lib/module/credential/presentation/api/types.js.map +1 -1
- package/lib/module/credential/presentation/common/errors.js +21 -21
- package/lib/module/credential/presentation/common/errors.js.map +1 -1
- package/lib/module/credential/presentation/common/utils/dcql.js +38 -35
- package/lib/module/credential/presentation/common/utils/dcql.js.map +1 -1
- package/lib/module/credential/presentation/common/utils/mdoc.js +20 -22
- package/lib/module/credential/presentation/common/utils/mdoc.js.map +1 -1
- package/lib/module/credential/presentation/common/utils/sd-jwt.js +10 -10
- package/lib/module/credential/presentation/common/utils/sd-jwt.js.map +1 -1
- package/lib/module/credential/presentation/v1.0.0/01-start-flow.js +1 -1
- package/lib/module/credential/presentation/v1.0.0/01-start-flow.js.map +1 -1
- package/lib/module/credential/presentation/v1.0.0/02-evaluate-rp-trust.js.map +1 -1
- package/lib/module/credential/presentation/v1.0.0/03-get-request-object.js +2 -2
- package/lib/module/credential/presentation/v1.0.0/03-get-request-object.js.map +1 -1
- package/lib/module/credential/presentation/v1.0.0/05-verify-request-object.js +3 -3
- package/lib/module/credential/presentation/v1.0.0/05-verify-request-object.js.map +1 -1
- package/lib/module/credential/presentation/v1.0.0/06-evaluate-dcql-query.js +16 -11
- package/lib/module/credential/presentation/v1.0.0/06-evaluate-dcql-query.js.map +1 -1
- package/lib/module/credential/presentation/v1.0.0/07-send-authorization-response.js +12 -12
- package/lib/module/credential/presentation/v1.0.0/07-send-authorization-response.js.map +1 -1
- package/lib/module/credential/presentation/v1.0.0/index.js +5 -5
- package/lib/module/credential/presentation/v1.0.0/index.js.map +1 -1
- package/lib/module/credential/presentation/v1.0.0/mappers.js +6 -6
- package/lib/module/credential/presentation/v1.0.0/mappers.js.map +1 -1
- package/lib/module/credential/presentation/v1.0.0/types.js +12 -12
- package/lib/module/credential/presentation/v1.0.0/types.js.map +1 -1
- package/lib/module/credential/presentation/v1.0.0/utils.js +1 -0
- package/lib/module/credential/presentation/v1.0.0/utils.js.map +1 -1
- package/lib/module/credential/presentation/v1.0.0/utils.jwks.js +1 -0
- package/lib/module/credential/presentation/v1.0.0/utils.jwks.js.map +1 -1
- package/lib/module/credential/presentation/v1.3.3/01-start-flow.js +2 -2
- package/lib/module/credential/presentation/v1.3.3/01-start-flow.js.map +1 -1
- package/lib/module/credential/presentation/v1.3.3/02-evaluate-rp-trust.js.map +1 -1
- package/lib/module/credential/presentation/v1.3.3/03-get-request-object.js +1 -1
- package/lib/module/credential/presentation/v1.3.3/03-get-request-object.js.map +1 -1
- package/lib/module/credential/presentation/v1.3.3/04-verify-certificate-chain.js +3 -3
- package/lib/module/credential/presentation/v1.3.3/04-verify-certificate-chain.js.map +1 -1
- package/lib/module/credential/presentation/v1.3.3/05-verify-request-object.js +12 -8
- package/lib/module/credential/presentation/v1.3.3/05-verify-request-object.js.map +1 -1
- package/lib/module/credential/presentation/v1.3.3/06-evaluate-dcql-query.js +25 -17
- package/lib/module/credential/presentation/v1.3.3/06-evaluate-dcql-query.js.map +1 -1
- package/lib/module/credential/presentation/v1.3.3/07-send-authorization-response.js +31 -26
- package/lib/module/credential/presentation/v1.3.3/07-send-authorization-response.js.map +1 -1
- package/lib/module/credential/presentation/v1.3.3/index.js +6 -6
- package/lib/module/credential/presentation/v1.3.3/index.js.map +1 -1
- package/lib/module/credential/presentation/v1.3.3/mappers.js +11 -11
- package/lib/module/credential/presentation/v1.3.3/mappers.js.map +1 -1
- package/lib/module/credential/presentation/v1.3.3/sdkErrorMapper.js +4 -3
- package/lib/module/credential/presentation/v1.3.3/sdkErrorMapper.js.map +1 -1
- package/lib/module/credential/presentation/v1.3.3/types.js +3 -3
- package/lib/module/credential/presentation/v1.3.3/types.js.map +1 -1
- package/lib/module/credential/status/api/index.js.map +1 -1
- package/lib/module/credential/status/api/types.js +6 -6
- package/lib/module/credential/status/api/types.js.map +1 -1
- package/lib/module/credential/status/v1.0.0/01-status-assertion.js +15 -12
- package/lib/module/credential/status/v1.0.0/01-status-assertion.js.map +1 -1
- package/lib/module/credential/status/v1.0.0/02-verify-and-parse-status-assertion.js +17 -10
- package/lib/module/credential/status/v1.0.0/02-verify-and-parse-status-assertion.js.map +1 -1
- package/lib/module/credential/status/v1.0.0/index.js +1 -1
- package/lib/module/credential/status/v1.0.0/index.js.map +1 -1
- package/lib/module/credential/status/v1.0.0/mappers.js.map +1 -1
- package/lib/module/credential/status/v1.0.0/types.js +17 -17
- package/lib/module/credential/status/v1.0.0/types.js.map +1 -1
- package/lib/module/credential/status/v1.3.3/01-status-list.js +4 -4
- package/lib/module/credential/status/v1.3.3/01-status-list.js.map +1 -1
- package/lib/module/credential/status/v1.3.3/02-verify-and-parse-status-list.js.map +1 -1
- package/lib/module/credential/status/v1.3.3/03-get-status.js +3 -2
- package/lib/module/credential/status/v1.3.3/03-get-status.js.map +1 -1
- package/lib/module/credential/status/v1.3.3/index.js +3 -3
- package/lib/module/credential/status/v1.3.3/index.js.map +1 -1
- package/lib/module/credential/trustmark/v1.0.0/get-credential-trustmark.js +8 -8
- package/lib/module/credential/trustmark/v1.0.0/get-credential-trustmark.js.map +1 -1
- package/lib/module/credential/trustmark/v1.0.0/index.js.map +1 -1
- package/lib/module/credential/trustmark/v1.3.3/index.js.map +1 -1
- package/lib/module/credentials-catalogue/api/DigitalCredentialsCatalogue.js +54 -56
- package/lib/module/credentials-catalogue/api/DigitalCredentialsCatalogue.js.map +1 -1
- package/lib/module/credentials-catalogue/common/get-status-l10n-ids.js +2 -2
- package/lib/module/credentials-catalogue/common/get-status-l10n-ids.js.map +1 -1
- package/lib/module/credentials-catalogue/v1.0.0/fetch-and-parse-catalogue.js +2 -2
- package/lib/module/credentials-catalogue/v1.0.0/fetch-and-parse-catalogue.js.map +1 -1
- package/lib/module/credentials-catalogue/v1.0.0/index.js +1 -1
- package/lib/module/credentials-catalogue/v1.0.0/index.js.map +1 -1
- package/lib/module/credentials-catalogue/v1.0.0/mappers.js +0 -1
- package/lib/module/credentials-catalogue/v1.0.0/mappers.js.map +1 -1
- package/lib/module/credentials-catalogue/v1.0.0/types.js +35 -35
- package/lib/module/credentials-catalogue/v1.0.0/types.js.map +1 -1
- package/lib/module/credentials-catalogue/v1.3.3/fetch-and-parse-catalogue.js +11 -11
- package/lib/module/credentials-catalogue/v1.3.3/fetch-and-parse-catalogue.js.map +1 -1
- package/lib/module/credentials-catalogue/v1.3.3/fetch-translations.js +1 -1
- package/lib/module/credentials-catalogue/v1.3.3/fetch-translations.js.map +1 -1
- package/lib/module/credentials-catalogue/v1.3.3/index.js +1 -1
- package/lib/module/credentials-catalogue/v1.3.3/index.js.map +1 -1
- package/lib/module/credentials-catalogue/v1.3.3/mappers.js +27 -21
- package/lib/module/credentials-catalogue/v1.3.3/mappers.js.map +1 -1
- package/lib/module/credentials-catalogue/v1.3.3/types.js +93 -93
- package/lib/module/credentials-catalogue/v1.3.3/types.js.map +1 -1
- package/lib/module/credentials-catalogue/v1.3.3/utils.js +8 -8
- package/lib/module/credentials-catalogue/v1.3.3/utils.js.map +1 -1
- package/lib/module/index.js +10 -10
- package/lib/module/index.js.map +1 -1
- package/lib/module/mdoc/index.js +13 -5
- package/lib/module/mdoc/index.js.map +1 -1
- package/lib/module/mdoc/utils.js.map +1 -1
- package/lib/module/sd-jwt/__test__/types.test.js +9 -9
- package/lib/module/sd-jwt/__test__/types.test.js.map +1 -1
- package/lib/module/sd-jwt/__test__/utils.test.js +3 -3
- package/lib/module/sd-jwt/__test__/utils.test.js.map +1 -1
- package/lib/module/sd-jwt/index.js +9 -9
- package/lib/module/sd-jwt/index.js.map +1 -1
- package/lib/module/sd-jwt/types.js +18 -18
- package/lib/module/sd-jwt/types.js.map +1 -1
- package/lib/module/sd-jwt/utils.js +3 -3
- package/lib/module/sd-jwt/utils.js.map +1 -1
- package/lib/module/trust/api/TrustAnchorConfig.js +4 -4
- package/lib/module/trust/api/TrustAnchorConfig.js.map +1 -1
- package/lib/module/trust/common/build-chain.js +5 -2
- package/lib/module/trust/common/build-chain.js.map +1 -1
- package/lib/module/trust/common/errors.js +46 -37
- package/lib/module/trust/common/errors.js.map +1 -1
- package/lib/module/trust/common/types.js +22 -22
- package/lib/module/trust/common/types.js.map +1 -1
- package/lib/module/trust/common/utils.js +45 -45
- package/lib/module/trust/common/utils.js.map +1 -1
- package/lib/module/trust/common/verify-chain.js +96 -96
- package/lib/module/trust/common/verify-chain.js.map +1 -1
- package/lib/module/trust/v1.0.0/build-chain.js +2 -2
- package/lib/module/trust/v1.0.0/build-chain.js.map +1 -1
- package/lib/module/trust/v1.0.0/entities.js +1 -1
- package/lib/module/trust/v1.0.0/entities.js.map +1 -1
- package/lib/module/trust/v1.0.0/index.js +3 -3
- package/lib/module/trust/v1.0.0/index.js.map +1 -1
- package/lib/module/trust/v1.0.0/mappers.js +2 -2
- package/lib/module/trust/v1.0.0/mappers.js.map +1 -1
- package/lib/module/trust/v1.0.0/types.js +46 -46
- package/lib/module/trust/v1.0.0/types.js.map +1 -1
- package/lib/module/trust/v1.0.0/verify-chain.js +3 -3
- package/lib/module/trust/v1.0.0/verify-chain.js.map +1 -1
- package/lib/module/trust/v1.3.3/entities.js +1 -1
- package/lib/module/trust/v1.3.3/entities.js.map +1 -1
- package/lib/module/trust/v1.3.3/types.js +2 -2
- package/lib/module/trust/v1.3.3/types.js.map +1 -1
- package/lib/module/utils/auth.js +2 -2
- package/lib/module/utils/auth.js.map +1 -1
- package/lib/module/utils/callbacks.js +47 -51
- package/lib/module/utils/callbacks.js.map +1 -1
- package/lib/module/utils/credentials.js +3 -3
- package/lib/module/utils/credentials.js.map +1 -1
- package/lib/module/utils/crypto.js +23 -25
- package/lib/module/utils/crypto.js.map +1 -1
- package/lib/module/utils/decoder.js +3 -3
- package/lib/module/utils/decoder.js.map +1 -1
- package/lib/module/utils/dpop.js +5 -5
- package/lib/module/utils/dpop.js.map +1 -1
- package/lib/module/utils/error-codes.js +19 -19
- package/lib/module/utils/error-codes.js.map +1 -1
- package/lib/module/utils/errors.js +47 -46
- package/lib/module/utils/errors.js.map +1 -1
- package/lib/module/utils/jwk.js +4 -5
- package/lib/module/utils/jwk.js.map +1 -1
- package/lib/module/utils/logging.js +15 -14
- package/lib/module/utils/logging.js.map +1 -1
- package/lib/module/utils/mappers.js +6 -8
- package/lib/module/utils/mappers.js.map +1 -1
- package/lib/module/utils/misc.js +7 -6
- package/lib/module/utils/misc.js.map +1 -1
- package/lib/module/utils/par.js +28 -28
- package/lib/module/utils/par.js.map +1 -1
- package/lib/module/utils/pop.js +5 -5
- package/lib/module/utils/pop.js.map +1 -1
- package/lib/module/utils/string.js.map +1 -1
- package/lib/module/utils/x509.js +2 -2
- package/lib/module/utils/x509.js.map +1 -1
- package/lib/module/utils/zod.js +1 -1
- package/lib/module/utils/zod.js.map +1 -1
- package/lib/module/wallet-instance/common/wallet-instance.js +6 -6
- package/lib/module/wallet-instance/common/wallet-instance.js.map +1 -1
- package/lib/module/wallet-instance/v1.0.0/index.js +3 -3
- package/lib/module/wallet-instance/v1.0.0/index.js.map +1 -1
- package/lib/module/wallet-instance/v1.3.3/index.js +3 -3
- package/lib/module/wallet-instance/v1.3.3/index.js.map +1 -1
- package/lib/module/wallet-instance-attestation/api/types.js +7 -7
- package/lib/module/wallet-instance-attestation/api/types.js.map +1 -1
- package/lib/module/wallet-instance-attestation/common/types.js +7 -7
- package/lib/module/wallet-instance-attestation/common/types.js.map +1 -1
- package/lib/module/wallet-instance-attestation/v1.0.0/index.js +2 -2
- package/lib/module/wallet-instance-attestation/v1.0.0/index.js.map +1 -1
- package/lib/module/wallet-instance-attestation/v1.0.0/issuing.js +15 -15
- package/lib/module/wallet-instance-attestation/v1.0.0/issuing.js.map +1 -1
- package/lib/module/wallet-instance-attestation/v1.0.0/mappers.js +2 -2
- package/lib/module/wallet-instance-attestation/v1.0.0/mappers.js.map +1 -1
- package/lib/module/wallet-instance-attestation/v1.0.0/types.js +5 -5
- package/lib/module/wallet-instance-attestation/v1.0.0/types.js.map +1 -1
- package/lib/module/wallet-instance-attestation/v1.0.0/utils.js +1 -1
- package/lib/module/wallet-instance-attestation/v1.0.0/utils.js.map +1 -1
- package/lib/module/wallet-instance-attestation/v1.3.3/index.js +2 -2
- package/lib/module/wallet-instance-attestation/v1.3.3/index.js.map +1 -1
- package/lib/module/wallet-instance-attestation/v1.3.3/issuing.js +20 -20
- package/lib/module/wallet-instance-attestation/v1.3.3/issuing.js.map +1 -1
- package/lib/module/wallet-instance-attestation/v1.3.3/types.js.map +1 -1
- package/lib/module/wallet-instance-attestation/v1.3.3/utils.js +1 -1
- package/lib/module/wallet-instance-attestation/v1.3.3/utils.js.map +1 -1
- package/lib/module/wallet-unit-attestation/api/types.js +5 -5
- package/lib/module/wallet-unit-attestation/api/types.js.map +1 -1
- package/lib/module/wallet-unit-attestation/v1.3.3/index.js +4 -4
- package/lib/module/wallet-unit-attestation/v1.3.3/index.js.map +1 -1
- package/lib/module/wallet-unit-attestation/v1.3.3/issuing.js +32 -29
- package/lib/module/wallet-unit-attestation/v1.3.3/issuing.js.map +1 -1
- package/lib/module/wallet-unit-attestation/v1.3.3/types.js +1 -1
- package/lib/module/wallet-unit-attestation/v1.3.3/types.js.map +1 -1
- package/lib/module/wallet-unit-attestation/v1.3.3/utils.js.map +1 -1
- package/lib/typescript/IoWallet.d.ts +4 -4
- package/lib/typescript/IoWallet.d.ts.map +1 -1
- package/lib/typescript/api/index.d.ts +14 -14
- package/lib/typescript/api/index.d.ts.map +1 -1
- package/lib/typescript/client/generated/wallet-provider.d.ts +33 -0
- package/lib/typescript/client/generated/wallet-provider.d.ts.map +1 -1
- package/lib/typescript/client/index.d.ts +2 -2
- package/lib/typescript/client/index.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/api/02-start-user-authorization.d.ts +8 -8
- package/lib/typescript/credential/issuance/api/02-start-user-authorization.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/api/03-complete-user-authorization.d.ts +30 -30
- package/lib/typescript/credential/issuance/api/03-complete-user-authorization.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/api/04-authorize-access.d.ts +2 -2
- package/lib/typescript/credential/issuance/api/04-authorize-access.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/api/05-obtain-credential.d.ts +5 -5
- package/lib/typescript/credential/issuance/api/05-obtain-credential.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/api/06-verify-and-parse-credential.d.ts +1 -1
- package/lib/typescript/credential/issuance/api/06-verify-and-parse-credential.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/api/IssuerConfig.d.ts +52 -52
- package/lib/typescript/credential/issuance/api/IssuerConfig.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/api/index.d.ts +2 -2
- package/lib/typescript/credential/issuance/api/index.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/api/mrtd-pop/index.d.ts +30 -30
- package/lib/typescript/credential/issuance/api/mrtd-pop/index.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/api/mrtd-pop/types.d.ts +25 -25
- package/lib/typescript/credential/issuance/api/mrtd-pop/types.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/api/types.d.ts +8 -11
- package/lib/typescript/credential/issuance/api/types.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/common/02-start-user-authorization.d.ts +2 -2
- package/lib/typescript/credential/issuance/common/02-start-user-authorization.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/common/06-verify-and-parse-credential.mdoc.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/common/06-verify-and-parse-credential.sdjwt.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/common/errors.d.ts +0 -1
- package/lib/typescript/credential/issuance/common/errors.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/mrtd-pop/01-verify-and-parse-challenge-info.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/mrtd-pop/02-init-challenge.d.ts +2 -2
- package/lib/typescript/credential/issuance/mrtd-pop/02-init-challenge.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/mrtd-pop/03-validate-challenge.d.ts +2 -2
- package/lib/typescript/credential/issuance/mrtd-pop/03-validate-challenge.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/mrtd-pop/index.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/v1.0.0/01-evaluate-issuer-trust.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/v1.0.0/02-start-user-authorization.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/v1.0.0/03-complete-user-authorization.d.ts +1 -1
- package/lib/typescript/credential/issuance/v1.0.0/03-complete-user-authorization.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/v1.0.0/04-authorize-access.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/v1.0.0/05-obtain-credential.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/v1.0.0/06-verify-and-parse-credential.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/v1.0.0/index.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/v1.0.0/mappers.d.ts +130 -130
- package/lib/typescript/credential/issuance/v1.0.0/mappers.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/v1.0.0/types.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/v1.3.3/01-evaluate-issuer-trust.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/v1.3.3/02-start-user-authorization.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/v1.3.3/03-complete-user-authorization.d.ts +1 -1
- package/lib/typescript/credential/issuance/v1.3.3/03-complete-user-authorization.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/v1.3.3/04-authorize-access.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/v1.3.3/05-obtain-credential.d.ts +8 -8
- package/lib/typescript/credential/issuance/v1.3.3/05-obtain-credential.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/v1.3.3/06-verify-and-parse-credential.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/v1.3.3/index.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/v1.3.3/mappers.d.ts +538 -59
- package/lib/typescript/credential/issuance/v1.3.3/mappers.d.ts.map +1 -1
- package/lib/typescript/credential/offer/api/03-validate-credential-offer.d.ts +1 -1
- package/lib/typescript/credential/offer/api/03-validate-credential-offer.d.ts.map +1 -1
- package/lib/typescript/credential/offer/api/index.d.ts +1 -1
- package/lib/typescript/credential/offer/api/index.d.ts.map +1 -1
- package/lib/typescript/credential/offer/common/errors.d.ts +0 -2
- package/lib/typescript/credential/offer/common/errors.d.ts.map +1 -1
- package/lib/typescript/credential/offer/v1.0.0/index.d.ts.map +1 -1
- package/lib/typescript/credential/offer/v1.3.3/01-resolve-credential-offer.d.ts.map +1 -1
- package/lib/typescript/credential/offer/v1.3.3/02-extract-grant-details.d.ts.map +1 -1
- package/lib/typescript/credential/offer/v1.3.3/03-validate-credential-offer.d.ts.map +1 -1
- package/lib/typescript/credential/offer/v1.3.3/index.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/api/01-start-flow.d.ts +3 -3
- package/lib/typescript/credential/presentation/api/01-start-flow.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/api/06-evaluate-dcql-query.d.ts +12 -12
- package/lib/typescript/credential/presentation/api/06-evaluate-dcql-query.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/api/07-send-authorization-response.d.ts +17 -17
- package/lib/typescript/credential/presentation/api/07-send-authorization-response.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/api/RelyingPartyConfig.d.ts +19 -19
- package/lib/typescript/credential/presentation/api/RelyingPartyConfig.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/api/index.d.ts +1 -1
- package/lib/typescript/credential/presentation/api/index.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/api/types.d.ts +72 -72
- package/lib/typescript/credential/presentation/api/types.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/common/errors.d.ts +24 -24
- package/lib/typescript/credential/presentation/common/errors.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/common/utils/dcql.d.ts +5 -5
- package/lib/typescript/credential/presentation/common/utils/dcql.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/common/utils/mdoc.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/common/utils/sd-jwt.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.0.0/01-start-flow.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.0.0/02-evaluate-rp-trust.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.0.0/03-get-request-object.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.0.0/05-verify-request-object.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.0.0/06-evaluate-dcql-query.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.0.0/07-send-authorization-response.d.ts +1 -1
- package/lib/typescript/credential/presentation/v1.0.0/07-send-authorization-response.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.0.0/index.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.0.0/mappers.d.ts +51 -51
- package/lib/typescript/credential/presentation/v1.0.0/mappers.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.0.0/types.d.ts +10 -10
- package/lib/typescript/credential/presentation/v1.0.0/types.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.0.0/utils.d.ts +1 -1
- package/lib/typescript/credential/presentation/v1.0.0/utils.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.0.0/utils.jwks.d.ts +1 -1
- package/lib/typescript/credential/presentation/v1.0.0/utils.jwks.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.3.3/01-start-flow.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.3.3/02-evaluate-rp-trust.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.3.3/03-get-request-object.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.3.3/04-verify-certificate-chain.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.3.3/05-verify-request-object.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.3.3/06-evaluate-dcql-query.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.3.3/07-send-authorization-response.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.3.3/index.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.3.3/mappers.d.ts +41 -41
- package/lib/typescript/credential/presentation/v1.3.3/mappers.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.3.3/sdkErrorMapper.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.3.3/types.d.ts +2 -2
- package/lib/typescript/credential/presentation/v1.3.3/types.d.ts.map +1 -1
- package/lib/typescript/credential/status/api/index.d.ts +3 -3
- package/lib/typescript/credential/status/api/index.d.ts.map +1 -1
- package/lib/typescript/credential/status/api/status-assertion.d.ts +3 -3
- package/lib/typescript/credential/status/api/status-assertion.d.ts.map +1 -1
- package/lib/typescript/credential/status/api/status-list.d.ts +11 -11
- package/lib/typescript/credential/status/api/status-list.d.ts.map +1 -1
- package/lib/typescript/credential/status/api/types.d.ts +12 -12
- package/lib/typescript/credential/status/api/types.d.ts.map +1 -1
- package/lib/typescript/credential/status/v1.0.0/01-status-assertion.d.ts.map +1 -1
- package/lib/typescript/credential/status/v1.0.0/02-verify-and-parse-status-assertion.d.ts.map +1 -1
- package/lib/typescript/credential/status/v1.0.0/index.d.ts.map +1 -1
- package/lib/typescript/credential/status/v1.0.0/mappers.d.ts +7 -7
- package/lib/typescript/credential/status/v1.0.0/mappers.d.ts.map +1 -1
- package/lib/typescript/credential/status/v1.0.0/types.d.ts +27 -27
- package/lib/typescript/credential/status/v1.0.0/types.d.ts.map +1 -1
- package/lib/typescript/credential/status/v1.3.3/01-status-list.d.ts.map +1 -1
- package/lib/typescript/credential/status/v1.3.3/02-verify-and-parse-status-list.d.ts.map +1 -1
- package/lib/typescript/credential/status/v1.3.3/03-get-status.d.ts.map +1 -1
- package/lib/typescript/credential/status/v1.3.3/index.d.ts.map +1 -1
- package/lib/typescript/credential/trustmark/api/index.d.ts +11 -11
- package/lib/typescript/credential/trustmark/api/index.d.ts.map +1 -1
- package/lib/typescript/credential/trustmark/v1.0.0/get-credential-trustmark.d.ts.map +1 -1
- package/lib/typescript/credential/trustmark/v1.0.0/index.d.ts.map +1 -1
- package/lib/typescript/credential/trustmark/v1.3.3/index.d.ts.map +1 -1
- package/lib/typescript/credentials-catalogue/api/DigitalCredentialsCatalogue.d.ts +168 -165
- package/lib/typescript/credentials-catalogue/api/DigitalCredentialsCatalogue.d.ts.map +1 -1
- package/lib/typescript/credentials-catalogue/api/index.d.ts +11 -11
- package/lib/typescript/credentials-catalogue/api/index.d.ts.map +1 -1
- package/lib/typescript/credentials-catalogue/common/get-status-l10n-ids.d.ts.map +1 -1
- package/lib/typescript/credentials-catalogue/v1.0.0/fetch-and-parse-catalogue.d.ts.map +1 -1
- package/lib/typescript/credentials-catalogue/v1.0.0/index.d.ts.map +1 -1
- package/lib/typescript/credentials-catalogue/v1.0.0/mappers.d.ts +72 -71
- package/lib/typescript/credentials-catalogue/v1.0.0/mappers.d.ts.map +1 -1
- package/lib/typescript/credentials-catalogue/v1.0.0/types.d.ts +89 -89
- package/lib/typescript/credentials-catalogue/v1.0.0/types.d.ts.map +1 -1
- package/lib/typescript/credentials-catalogue/v1.3.3/fetch-translations.d.ts.map +1 -1
- package/lib/typescript/credentials-catalogue/v1.3.3/index.d.ts.map +1 -1
- package/lib/typescript/credentials-catalogue/v1.3.3/mappers.d.ts +158 -157
- package/lib/typescript/credentials-catalogue/v1.3.3/mappers.d.ts.map +1 -1
- package/lib/typescript/credentials-catalogue/v1.3.3/types.d.ts +186 -186
- package/lib/typescript/credentials-catalogue/v1.3.3/types.d.ts.map +1 -1
- package/lib/typescript/credentials-catalogue/v1.3.3/utils.d.ts +1 -1
- package/lib/typescript/credentials-catalogue/v1.3.3/utils.d.ts.map +1 -1
- package/lib/typescript/index.d.ts +12 -12
- package/lib/typescript/index.d.ts.map +1 -1
- package/lib/typescript/mdoc/index.d.ts.map +1 -1
- package/lib/typescript/mdoc/utils.d.ts +2 -2
- package/lib/typescript/mdoc/utils.d.ts.map +1 -1
- package/lib/typescript/sd-jwt/index.d.ts +10 -10
- package/lib/typescript/sd-jwt/index.d.ts.map +1 -1
- package/lib/typescript/sd-jwt/types.d.ts +15 -15
- package/lib/typescript/sd-jwt/types.d.ts.map +1 -1
- package/lib/typescript/sd-jwt/utils.d.ts +1 -1
- package/lib/typescript/sd-jwt/utils.d.ts.map +1 -1
- package/lib/typescript/trust/api/TrustAnchorConfig.d.ts +17 -17
- package/lib/typescript/trust/api/TrustAnchorConfig.d.ts.map +1 -1
- package/lib/typescript/trust/api/index.d.ts +11 -11
- package/lib/typescript/trust/api/index.d.ts.map +1 -1
- package/lib/typescript/trust/common/build-chain.d.ts +3 -3
- package/lib/typescript/trust/common/build-chain.d.ts.map +1 -1
- package/lib/typescript/trust/common/errors.d.ts +43 -43
- package/lib/typescript/trust/common/errors.d.ts.map +1 -1
- package/lib/typescript/trust/common/types.d.ts +37 -37
- package/lib/typescript/trust/common/types.d.ts.map +1 -1
- package/lib/typescript/trust/common/utils.d.ts +17 -17
- package/lib/typescript/trust/common/utils.d.ts.map +1 -1
- package/lib/typescript/trust/common/verify-chain.d.ts +9 -9
- package/lib/typescript/trust/common/verify-chain.d.ts.map +1 -1
- package/lib/typescript/trust/v1.0.0/entities.d.ts +325 -325
- package/lib/typescript/trust/v1.0.0/entities.d.ts.map +1 -1
- package/lib/typescript/trust/v1.0.0/index.d.ts.map +1 -1
- package/lib/typescript/trust/v1.0.0/mappers.d.ts +42 -42
- package/lib/typescript/trust/v1.0.0/mappers.d.ts.map +1 -1
- package/lib/typescript/trust/v1.0.0/types.d.ts +331 -331
- package/lib/typescript/trust/v1.0.0/types.d.ts.map +1 -1
- package/lib/typescript/trust/v1.0.0/verify-chain.d.ts.map +1 -1
- package/lib/typescript/trust/v1.3.3/entities.d.ts +24 -24
- package/lib/typescript/trust/v1.3.3/entities.d.ts.map +1 -1
- package/lib/typescript/trust/v1.3.3/types.d.ts +206 -206
- package/lib/typescript/trust/v1.3.3/types.d.ts.map +1 -1
- package/lib/typescript/utils/auth.d.ts +1 -1
- package/lib/typescript/utils/callbacks.d.ts +1 -1
- package/lib/typescript/utils/callbacks.d.ts.map +1 -1
- package/lib/typescript/utils/credentials.d.ts.map +1 -1
- package/lib/typescript/utils/crypto.d.ts +1 -1
- package/lib/typescript/utils/crypto.d.ts.map +1 -1
- package/lib/typescript/utils/decoder.d.ts +1 -1
- package/lib/typescript/utils/decoder.d.ts.map +1 -1
- package/lib/typescript/utils/dpop.d.ts +3 -3
- package/lib/typescript/utils/dpop.d.ts.map +1 -1
- package/lib/typescript/utils/error-codes.d.ts +18 -18
- package/lib/typescript/utils/error-codes.d.ts.map +1 -1
- package/lib/typescript/utils/errors.d.ts +49 -51
- package/lib/typescript/utils/errors.d.ts.map +1 -1
- package/lib/typescript/utils/integrity.d.ts +9 -9
- package/lib/typescript/utils/integrity.d.ts.map +1 -1
- package/lib/typescript/utils/jwk.d.ts +3 -3
- package/lib/typescript/utils/jwk.d.ts.map +1 -1
- package/lib/typescript/utils/logging.d.ts +10 -10
- package/lib/typescript/utils/logging.d.ts.map +1 -1
- package/lib/typescript/utils/mappers.d.ts.map +1 -1
- package/lib/typescript/utils/misc.d.ts +2 -2
- package/lib/typescript/utils/misc.d.ts.map +1 -1
- package/lib/typescript/utils/par.d.ts +13 -13
- package/lib/typescript/utils/par.d.ts.map +1 -1
- package/lib/typescript/utils/parser.d.ts +2 -2
- package/lib/typescript/utils/parser.d.ts.map +1 -1
- package/lib/typescript/utils/pop.d.ts +2 -2
- package/lib/typescript/utils/pop.d.ts.map +1 -1
- package/lib/typescript/utils/string.d.ts.map +1 -1
- package/lib/typescript/utils/x509.d.ts.map +1 -1
- package/lib/typescript/utils/zod.d.ts +5 -5
- package/lib/typescript/utils/zod.d.ts.map +1 -1
- package/lib/typescript/wallet-instance/api/index.d.ts +19 -19
- package/lib/typescript/wallet-instance/api/index.d.ts.map +1 -1
- package/lib/typescript/wallet-instance/common/wallet-instance.d.ts.map +1 -1
- package/lib/typescript/wallet-instance/v1.0.0/index.d.ts.map +1 -1
- package/lib/typescript/wallet-instance/v1.3.3/index.d.ts.map +1 -1
- package/lib/typescript/wallet-instance-attestation/api/index.d.ts +15 -15
- package/lib/typescript/wallet-instance-attestation/api/index.d.ts.map +1 -1
- package/lib/typescript/wallet-instance-attestation/api/types.d.ts +10 -10
- package/lib/typescript/wallet-instance-attestation/api/types.d.ts.map +1 -1
- package/lib/typescript/wallet-instance-attestation/common/types.d.ts +5 -5
- package/lib/typescript/wallet-instance-attestation/common/types.d.ts.map +1 -1
- package/lib/typescript/wallet-instance-attestation/v1.0.0/index.d.ts.map +1 -1
- package/lib/typescript/wallet-instance-attestation/v1.0.0/issuing.d.ts.map +1 -1
- package/lib/typescript/wallet-instance-attestation/v1.0.0/mappers.d.ts +12 -12
- package/lib/typescript/wallet-instance-attestation/v1.0.0/types.d.ts +14 -14
- package/lib/typescript/wallet-instance-attestation/v1.0.0/types.d.ts.map +1 -1
- package/lib/typescript/wallet-instance-attestation/v1.0.0/utils.d.ts.map +1 -1
- package/lib/typescript/wallet-instance-attestation/v1.3.3/index.d.ts.map +1 -1
- package/lib/typescript/wallet-instance-attestation/v1.3.3/issuing.d.ts.map +1 -1
- package/lib/typescript/wallet-instance-attestation/v1.3.3/mappers.d.ts +10 -10
- package/lib/typescript/wallet-instance-attestation/v1.3.3/types.d.ts +5 -5
- package/lib/typescript/wallet-instance-attestation/v1.3.3/types.d.ts.map +1 -1
- package/lib/typescript/wallet-instance-attestation/v1.3.3/utils.d.ts.map +1 -1
- package/lib/typescript/wallet-unit-attestation/api/index.d.ts +20 -20
- package/lib/typescript/wallet-unit-attestation/api/index.d.ts.map +1 -1
- package/lib/typescript/wallet-unit-attestation/api/types.d.ts +10 -10
- package/lib/typescript/wallet-unit-attestation/api/types.d.ts.map +1 -1
- package/lib/typescript/wallet-unit-attestation/v1.3.3/index.d.ts.map +1 -1
- package/lib/typescript/wallet-unit-attestation/v1.3.3/issuing.d.ts.map +1 -1
- package/lib/typescript/wallet-unit-attestation/v1.3.3/mappers.d.ts +11 -11
- package/lib/typescript/wallet-unit-attestation/v1.3.3/types.d.ts +7 -7
- package/lib/typescript/wallet-unit-attestation/v1.3.3/types.d.ts.map +1 -1
- package/lib/typescript/wallet-unit-attestation/v1.3.3/utils.d.ts.map +1 -1
- package/package.json +15 -12
- package/src/IoWallet.ts +11 -9
- package/src/api/index.ts +27 -27
- package/src/client/generated/wallet-provider.ts +22 -0
- package/src/client/index.ts +14 -13
- package/src/credential/issuance/api/01-evaluate-issuer-trust.ts +1 -1
- package/src/credential/issuance/api/02-start-user-authorization.ts +9 -8
- package/src/credential/issuance/api/03-complete-user-authorization.ts +41 -40
- package/src/credential/issuance/api/04-authorize-access.ts +4 -3
- package/src/credential/issuance/api/05-obtain-credential.ts +8 -7
- package/src/credential/issuance/api/06-verify-and-parse-credential.ts +3 -2
- package/src/credential/issuance/api/IssuerConfig.ts +20 -19
- package/src/credential/issuance/api/index.ts +4 -4
- package/src/credential/issuance/api/mrtd-pop/index.ts +39 -38
- package/src/credential/issuance/api/mrtd-pop/types.ts +27 -27
- package/src/credential/issuance/api/types.ts +9 -8
- package/src/credential/issuance/common/02-start-user-authorization.ts +20 -14
- package/src/credential/issuance/common/06-verify-and-parse-credential.mdoc.ts +39 -34
- package/src/credential/issuance/common/06-verify-and-parse-credential.sdjwt.ts +32 -29
- package/src/credential/issuance/common/errors.ts +0 -4
- package/src/credential/issuance/mrtd-pop/01-verify-and-parse-challenge-info.ts +7 -5
- package/src/credential/issuance/mrtd-pop/02-init-challenge.ts +22 -20
- package/src/credential/issuance/mrtd-pop/03-validate-challenge.ts +24 -21
- package/src/credential/issuance/mrtd-pop/index.ts +7 -6
- package/src/credential/issuance/v1.0.0/01-evaluate-issuer-trust.ts +3 -2
- package/src/credential/issuance/v1.0.0/02-start-user-authorization.ts +15 -14
- package/src/credential/issuance/v1.0.0/03-complete-user-authorization.ts +45 -43
- package/src/credential/issuance/v1.0.0/04-authorize-access.ts +17 -15
- package/src/credential/issuance/v1.0.0/05-obtain-credential.ts +39 -22
- package/src/credential/issuance/v1.0.0/06-verify-and-parse-credential.ts +5 -4
- package/src/credential/issuance/v1.0.0/index.ts +11 -10
- package/src/credential/issuance/v1.0.0/mappers.ts +12 -11
- package/src/credential/issuance/v1.0.0/types.ts +2 -1
- package/src/credential/issuance/v1.3.3/01-evaluate-issuer-trust.ts +8 -6
- package/src/credential/issuance/v1.3.3/02-start-user-authorization.ts +33 -30
- package/src/credential/issuance/v1.3.3/03-complete-user-authorization.ts +54 -51
- package/src/credential/issuance/v1.3.3/04-authorize-access.ts +20 -18
- package/src/credential/issuance/v1.3.3/05-obtain-credential.ts +49 -43
- package/src/credential/issuance/v1.3.3/06-verify-and-parse-credential.ts +5 -4
- package/src/credential/issuance/v1.3.3/index.ts +11 -10
- package/src/credential/issuance/v1.3.3/mappers.ts +28 -25
- package/src/credential/offer/api/01-resolve-credential-offer.ts +1 -1
- package/src/credential/offer/api/03-validate-credential-offer.ts +2 -1
- package/src/credential/offer/api/index.ts +2 -2
- package/src/credential/offer/common/errors.ts +0 -8
- package/src/credential/offer/v1.0.0/index.ts +5 -4
- package/src/credential/offer/v1.3.3/01-resolve-credential-offer.ts +5 -3
- package/src/credential/offer/v1.3.3/02-extract-grant-details.ts +6 -4
- package/src/credential/offer/v1.3.3/03-validate-credential-offer.ts +6 -4
- package/src/credential/offer/v1.3.3/index.ts +2 -1
- package/src/credential/presentation/api/01-start-flow.ts +4 -4
- package/src/credential/presentation/api/02-evaluate-rp-trust.ts +1 -1
- package/src/credential/presentation/api/03-get-request-object.ts +1 -1
- package/src/credential/presentation/api/04-verify-certificate-chain.ts +1 -1
- package/src/credential/presentation/api/05-verify-request-object.ts +1 -1
- package/src/credential/presentation/api/06-evaluate-dcql-query.ts +14 -14
- package/src/credential/presentation/api/07-send-authorization-response.ts +21 -19
- package/src/credential/presentation/api/RelyingPartyConfig.ts +8 -7
- package/src/credential/presentation/api/index.ts +4 -4
- package/src/credential/presentation/api/types.ts +68 -66
- package/src/credential/presentation/common/errors.ts +32 -35
- package/src/credential/presentation/common/utils/dcql.ts +34 -30
- package/src/credential/presentation/common/utils/http.ts +2 -2
- package/src/credential/presentation/common/utils/mdoc.ts +17 -15
- package/src/credential/presentation/common/utils/sd-jwt.ts +19 -16
- package/src/credential/presentation/v1.0.0/01-start-flow.ts +4 -3
- package/src/credential/presentation/v1.0.0/02-evaluate-rp-trust.ts +3 -2
- package/src/credential/presentation/v1.0.0/03-get-request-object.ts +6 -5
- package/src/credential/presentation/v1.0.0/05-verify-request-object.ts +14 -12
- package/src/credential/presentation/v1.0.0/06-evaluate-dcql-query.ts +26 -15
- package/src/credential/presentation/v1.0.0/07-send-authorization-response.ts +23 -21
- package/src/credential/presentation/v1.0.0/index.ts +6 -5
- package/src/credential/presentation/v1.0.0/mappers.ts +9 -8
- package/src/credential/presentation/v1.0.0/types.ts +11 -10
- package/src/credential/presentation/v1.0.0/utils.jwks.ts +4 -3
- package/src/credential/presentation/v1.0.0/utils.ts +4 -3
- package/src/credential/presentation/v1.3.3/01-start-flow.ts +5 -3
- package/src/credential/presentation/v1.3.3/02-evaluate-rp-trust.ts +3 -2
- package/src/credential/presentation/v1.3.3/03-get-request-object.ts +4 -2
- package/src/credential/presentation/v1.3.3/04-verify-certificate-chain.ts +9 -7
- package/src/credential/presentation/v1.3.3/05-verify-request-object.ts +24 -14
- package/src/credential/presentation/v1.3.3/06-evaluate-dcql-query.ts +37 -23
- package/src/credential/presentation/v1.3.3/07-send-authorization-response.ts +40 -32
- package/src/credential/presentation/v1.3.3/index.ts +7 -6
- package/src/credential/presentation/v1.3.3/mappers.ts +13 -12
- package/src/credential/presentation/v1.3.3/sdkErrorMapper.ts +9 -7
- package/src/credential/presentation/v1.3.3/types.ts +3 -3
- package/src/credential/status/api/index.ts +4 -4
- package/src/credential/status/api/status-assertion.ts +7 -6
- package/src/credential/status/api/status-list.ts +17 -17
- package/src/credential/status/api/types.ts +12 -11
- package/src/credential/status/v1.0.0/01-status-assertion.ts +22 -16
- package/src/credential/status/v1.0.0/02-verify-and-parse-status-assertion.ts +27 -17
- package/src/credential/status/v1.0.0/index.ts +2 -1
- package/src/credential/status/v1.0.0/mappers.ts +2 -1
- package/src/credential/status/v1.0.0/types.ts +17 -16
- package/src/credential/status/v1.3.3/01-status-list.ts +9 -7
- package/src/credential/status/v1.3.3/02-verify-and-parse-status-list.ts +3 -1
- package/src/credential/status/v1.3.3/03-get-status.ts +6 -4
- package/src/credential/status/v1.3.3/index.ts +3 -2
- package/src/credential/trustmark/api/index.ts +11 -11
- package/src/credential/trustmark/v1.0.0/get-credential-trustmark.ts +14 -13
- package/src/credential/trustmark/v1.0.0/index.ts +2 -1
- package/src/credential/trustmark/v1.3.3/index.ts +2 -1
- package/src/credentials-catalogue/api/DigitalCredentialsCatalogue.ts +48 -47
- package/src/credentials-catalogue/api/index.ts +14 -12
- package/src/credentials-catalogue/common/get-status-l10n-ids.ts +4 -4
- package/src/credentials-catalogue/v1.0.0/fetch-and-parse-catalogue.ts +7 -6
- package/src/credentials-catalogue/v1.0.0/index.ts +2 -1
- package/src/credentials-catalogue/v1.0.0/mappers.ts +2 -3
- package/src/credentials-catalogue/v1.0.0/types.ts +32 -31
- package/src/credentials-catalogue/v1.3.3/fetch-and-parse-catalogue.ts +14 -14
- package/src/credentials-catalogue/v1.3.3/fetch-translations.ts +4 -3
- package/src/credentials-catalogue/v1.3.3/index.ts +2 -1
- package/src/credentials-catalogue/v1.3.3/mappers.ts +34 -27
- package/src/credentials-catalogue/v1.3.3/types.ts +82 -81
- package/src/credentials-catalogue/v1.3.3/utils.ts +14 -12
- package/src/index.ts +23 -23
- package/src/mdoc/index.ts +26 -11
- package/src/mdoc/utils.ts +6 -4
- package/src/sd-jwt/__test__/types.test.ts +6 -6
- package/src/sd-jwt/__test__/utils.test.ts +2 -2
- package/src/sd-jwt/index.ts +10 -8
- package/src/sd-jwt/types.ts +14 -13
- package/src/sd-jwt/utils.ts +10 -9
- package/src/trust/api/TrustAnchorConfig.ts +3 -2
- package/src/trust/api/index.ts +19 -16
- package/src/trust/common/build-chain.ts +28 -18
- package/src/trust/common/errors.ts +58 -50
- package/src/trust/common/types.ts +22 -21
- package/src/trust/common/utils.ts +65 -64
- package/src/trust/common/verify-chain.ts +140 -138
- package/src/trust/v1.0.0/build-chain.ts +1 -1
- package/src/trust/v1.0.0/entities.ts +18 -16
- package/src/trust/v1.0.0/index.ts +5 -4
- package/src/trust/v1.0.0/mappers.ts +3 -2
- package/src/trust/v1.0.0/types.ts +43 -42
- package/src/trust/v1.0.0/verify-chain.ts +3 -2
- package/src/trust/v1.3.3/entities.ts +6 -4
- package/src/trust/v1.3.3/types.ts +10 -9
- package/src/utils/auth.ts +1 -1
- package/src/utils/callbacks.ts +38 -38
- package/src/utils/credentials.ts +7 -5
- package/src/utils/crypto.ts +36 -36
- package/src/utils/decoder.ts +7 -5
- package/src/utils/dpop.ts +5 -6
- package/src/utils/error-codes.ts +20 -20
- package/src/utils/errors.ts +89 -87
- package/src/utils/integrity.ts +11 -11
- package/src/utils/jwk.ts +4 -4
- package/src/utils/logging.ts +21 -20
- package/src/utils/mappers.ts +14 -11
- package/src/utils/misc.ts +15 -12
- package/src/utils/par.ts +30 -29
- package/src/utils/parser.ts +4 -4
- package/src/utils/pop.ts +4 -5
- package/src/utils/string.ts +2 -2
- package/src/utils/x509.ts +5 -4
- package/src/utils/zod.ts +4 -4
- package/src/wallet-instance/api/index.ts +24 -24
- package/src/wallet-instance/common/wallet-instance.ts +8 -7
- package/src/wallet-instance/v1.0.0/index.ts +5 -4
- package/src/wallet-instance/v1.3.3/index.ts +5 -4
- package/src/wallet-instance-attestation/api/index.ts +18 -17
- package/src/wallet-instance-attestation/api/types.ts +12 -11
- package/src/wallet-instance-attestation/common/types.ts +7 -6
- package/src/wallet-instance-attestation/v1.0.0/index.ts +3 -2
- package/src/wallet-instance-attestation/v1.0.0/issuing.ts +22 -20
- package/src/wallet-instance-attestation/v1.0.0/mappers.ts +2 -2
- package/src/wallet-instance-attestation/v1.0.0/types.ts +10 -9
- package/src/wallet-instance-attestation/v1.0.0/utils.ts +3 -2
- package/src/wallet-instance-attestation/v1.3.3/index.ts +4 -3
- package/src/wallet-instance-attestation/v1.3.3/issuing.ts +25 -23
- package/src/wallet-instance-attestation/v1.3.3/types.ts +3 -2
- package/src/wallet-instance-attestation/v1.3.3/utils.ts +3 -2
- package/src/wallet-unit-attestation/api/index.ts +23 -23
- package/src/wallet-unit-attestation/api/types.ts +11 -10
- package/src/wallet-unit-attestation/v1.3.3/index.ts +6 -5
- package/src/wallet-unit-attestation/v1.3.3/issuing.ts +42 -34
- package/src/wallet-unit-attestation/v1.3.3/types.ts +3 -2
- package/src/wallet-unit-attestation/v1.3.3/utils.ts +1 -0
|
@@ -219,12 +219,11 @@ export declare const mapToIssuerConfig: (input: {
|
|
|
219
219
|
client_id_prefixes_supported: ("openid_federation" | "x509_hash")[];
|
|
220
220
|
credential_offer_endpoint: string;
|
|
221
221
|
request_object_signing_alg_values_supported: string[];
|
|
222
|
-
response_modes_supported: "query"[];
|
|
223
|
-
response_types_supported: string[];
|
|
224
222
|
vp_formats_supported: Record<string, {
|
|
225
223
|
[x: string]: unknown;
|
|
226
224
|
}>;
|
|
227
225
|
wallet_name: string;
|
|
226
|
+
response_types_supported?: string[] | undefined;
|
|
228
227
|
};
|
|
229
228
|
jwks?: {
|
|
230
229
|
keys: {
|
|
@@ -514,6 +513,246 @@ export declare const mapToIssuerConfig: (input: {
|
|
|
514
513
|
jwks_uri?: string | undefined;
|
|
515
514
|
signed_jwks_uri?: string | undefined;
|
|
516
515
|
} | undefined;
|
|
516
|
+
} | {
|
|
517
|
+
oauth_authorization_server?: {
|
|
518
|
+
[x: string]: unknown;
|
|
519
|
+
acr_values_supported: string[];
|
|
520
|
+
authorization_endpoint: string;
|
|
521
|
+
authorization_signing_alg_values_supported: string[];
|
|
522
|
+
client_attestation_pop_signing_alg_values_supported: string[];
|
|
523
|
+
client_attestation_signing_alg_values_supported: string[];
|
|
524
|
+
client_registration_types_supported: ("automatic" | "explicit")[];
|
|
525
|
+
code_challenge_methods_supported: string[];
|
|
526
|
+
dpop_signing_alg_values_supported: string[];
|
|
527
|
+
grant_types_supported: string[];
|
|
528
|
+
issuer: string;
|
|
529
|
+
jwks: {
|
|
530
|
+
keys: {
|
|
531
|
+
[x: string]: unknown;
|
|
532
|
+
kid: string;
|
|
533
|
+
kty: string;
|
|
534
|
+
alg?: string | undefined;
|
|
535
|
+
key_ops?: string[] | undefined;
|
|
536
|
+
use?: string | undefined;
|
|
537
|
+
x5c?: string[] | undefined;
|
|
538
|
+
x5t?: string | undefined;
|
|
539
|
+
"x5t#S256"?: string | undefined;
|
|
540
|
+
x5u?: string | undefined;
|
|
541
|
+
}[];
|
|
542
|
+
};
|
|
543
|
+
pushed_authorization_request_endpoint: string;
|
|
544
|
+
request_object_signing_alg_values_supported: string[];
|
|
545
|
+
require_signed_request_object: true;
|
|
546
|
+
response_types_supported: string[];
|
|
547
|
+
scopes_supported: string[];
|
|
548
|
+
token_endpoint: string;
|
|
549
|
+
token_endpoint_auth_methods_supported: string[];
|
|
550
|
+
token_endpoint_auth_signing_alg_values_supported: string[];
|
|
551
|
+
} | undefined;
|
|
552
|
+
openid_credential_issuer?: {
|
|
553
|
+
[x: string]: unknown;
|
|
554
|
+
credential_configurations_supported: Record<string, ({
|
|
555
|
+
credential_signing_alg_values_supported: string[];
|
|
556
|
+
format: "dc+sd-jwt";
|
|
557
|
+
vct: string;
|
|
558
|
+
} | {
|
|
559
|
+
credential_signing_alg_values_supported: number[];
|
|
560
|
+
doctype: string;
|
|
561
|
+
format: "mso_mdoc";
|
|
562
|
+
}) & {
|
|
563
|
+
authentic_sources: {
|
|
564
|
+
dataset_id: string;
|
|
565
|
+
entity_id: string;
|
|
566
|
+
};
|
|
567
|
+
credential_metadata: {
|
|
568
|
+
claims?: {
|
|
569
|
+
path: (string | number | null)[];
|
|
570
|
+
display?: {
|
|
571
|
+
locale: string;
|
|
572
|
+
name: string;
|
|
573
|
+
description?: string | undefined;
|
|
574
|
+
}[] | undefined;
|
|
575
|
+
mandatory?: boolean | undefined;
|
|
576
|
+
sd?: "never" | "always" | undefined;
|
|
577
|
+
}[] | undefined;
|
|
578
|
+
display?: {
|
|
579
|
+
locale: string;
|
|
580
|
+
name: string;
|
|
581
|
+
background_color?: string | undefined;
|
|
582
|
+
background_image?: {
|
|
583
|
+
uri: string;
|
|
584
|
+
alt_text?: string | undefined;
|
|
585
|
+
"uri#integrity"?: string | undefined;
|
|
586
|
+
} | undefined;
|
|
587
|
+
description?: string | undefined;
|
|
588
|
+
logo?: {
|
|
589
|
+
uri: string;
|
|
590
|
+
alt_text?: string | undefined;
|
|
591
|
+
"uri#integrity"?: string | undefined;
|
|
592
|
+
} | undefined;
|
|
593
|
+
watermark_image?: {
|
|
594
|
+
uri: string;
|
|
595
|
+
alt_text?: string | undefined;
|
|
596
|
+
"uri#integrity"?: string | undefined;
|
|
597
|
+
} | undefined;
|
|
598
|
+
}[] | undefined;
|
|
599
|
+
};
|
|
600
|
+
cryptographic_binding_methods_supported: string[];
|
|
601
|
+
proof_types_supported: {
|
|
602
|
+
jwt: {
|
|
603
|
+
proof_signing_alg_values_supported: string[];
|
|
604
|
+
key_attestations_required?: {
|
|
605
|
+
key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
|
|
606
|
+
user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
|
|
607
|
+
} | undefined;
|
|
608
|
+
};
|
|
609
|
+
};
|
|
610
|
+
schema_id: string;
|
|
611
|
+
scope: string;
|
|
612
|
+
}>;
|
|
613
|
+
credential_endpoint: string;
|
|
614
|
+
credential_issuer: string;
|
|
615
|
+
jwks: {
|
|
616
|
+
keys: {
|
|
617
|
+
[x: string]: unknown;
|
|
618
|
+
kid: string;
|
|
619
|
+
kty: string;
|
|
620
|
+
alg?: string | undefined;
|
|
621
|
+
key_ops?: string[] | undefined;
|
|
622
|
+
use?: string | undefined;
|
|
623
|
+
x5c?: string[] | undefined;
|
|
624
|
+
x5t?: string | undefined;
|
|
625
|
+
"x5t#S256"?: string | undefined;
|
|
626
|
+
x5u?: string | undefined;
|
|
627
|
+
}[];
|
|
628
|
+
};
|
|
629
|
+
trust_frameworks_supported: ("eudi_wallet" | "it_cie" | "it_wallet" | "it_l2+document_proof" | "it_spid")[];
|
|
630
|
+
authorization_servers?: [string, ...string[]] | undefined;
|
|
631
|
+
batch_credential_issuance?: {
|
|
632
|
+
batch_size: number;
|
|
633
|
+
} | undefined;
|
|
634
|
+
deferred_credential_endpoint?: string | undefined;
|
|
635
|
+
display?: {
|
|
636
|
+
locale: string;
|
|
637
|
+
name: string;
|
|
638
|
+
background_color?: string | undefined;
|
|
639
|
+
background_image?: {
|
|
640
|
+
uri: string;
|
|
641
|
+
alt_text?: string | undefined;
|
|
642
|
+
"uri#integrity"?: string | undefined;
|
|
643
|
+
} | undefined;
|
|
644
|
+
description?: string | undefined;
|
|
645
|
+
logo?: {
|
|
646
|
+
uri: string;
|
|
647
|
+
alt_text?: string | undefined;
|
|
648
|
+
"uri#integrity"?: string | undefined;
|
|
649
|
+
} | undefined;
|
|
650
|
+
watermark_image?: {
|
|
651
|
+
uri: string;
|
|
652
|
+
alt_text?: string | undefined;
|
|
653
|
+
"uri#integrity"?: string | undefined;
|
|
654
|
+
} | undefined;
|
|
655
|
+
}[] | undefined;
|
|
656
|
+
nonce_endpoint?: string | undefined;
|
|
657
|
+
notification_endpoint?: string | undefined;
|
|
658
|
+
status_list_aggregation_endpoint?: string | undefined;
|
|
659
|
+
} | undefined;
|
|
660
|
+
openid_credential_verifier?: {
|
|
661
|
+
[x: string]: unknown;
|
|
662
|
+
application_type: "web";
|
|
663
|
+
client_id: string;
|
|
664
|
+
client_name: string;
|
|
665
|
+
encrypted_response_enc_values_supported: string[];
|
|
666
|
+
jwks: {
|
|
667
|
+
keys: {
|
|
668
|
+
[x: string]: unknown;
|
|
669
|
+
kid: string;
|
|
670
|
+
kty: string;
|
|
671
|
+
alg?: string | undefined;
|
|
672
|
+
key_ops?: string[] | undefined;
|
|
673
|
+
use?: string | undefined;
|
|
674
|
+
x5c?: string[] | undefined;
|
|
675
|
+
x5t?: string | undefined;
|
|
676
|
+
"x5t#S256"?: string | undefined;
|
|
677
|
+
x5u?: string | undefined;
|
|
678
|
+
}[];
|
|
679
|
+
};
|
|
680
|
+
logo_uri: string;
|
|
681
|
+
request_uris: string[];
|
|
682
|
+
response_uris: string[];
|
|
683
|
+
vp_formats_supported: Record<string, {
|
|
684
|
+
alg?: string[] | undefined;
|
|
685
|
+
deviceauth_alg_values?: number[] | undefined;
|
|
686
|
+
issuerauth_alg_values?: number[] | undefined;
|
|
687
|
+
"kb-jwt_alg_values"?: string[] | undefined;
|
|
688
|
+
"sd-jwt_alg_values"?: string[] | undefined;
|
|
689
|
+
}>;
|
|
690
|
+
erasure_endpoint?: string | undefined;
|
|
691
|
+
} | undefined;
|
|
692
|
+
federation_entity?: {
|
|
693
|
+
[x: string]: unknown;
|
|
694
|
+
contacts?: string[] | undefined;
|
|
695
|
+
homepage_uri?: string | undefined;
|
|
696
|
+
jwks_uri?: string | undefined;
|
|
697
|
+
logo_uri?: string | undefined;
|
|
698
|
+
organization_name?: string | undefined;
|
|
699
|
+
policy_uri?: string | undefined;
|
|
700
|
+
signed_jwks_uri?: string | undefined;
|
|
701
|
+
federation_fetch_endpoint?: string | undefined;
|
|
702
|
+
federation_historical_keys_endpoint?: string | undefined;
|
|
703
|
+
federation_list_endpoint?: string | undefined;
|
|
704
|
+
federation_resolve_endpoint?: string | undefined;
|
|
705
|
+
federation_trust_mark_endpoint?: string | undefined;
|
|
706
|
+
federation_trust_mark_list_endpoint?: string | undefined;
|
|
707
|
+
federation_trust_mark_status_endpoint?: string | undefined;
|
|
708
|
+
jwks?: {
|
|
709
|
+
keys: {
|
|
710
|
+
[x: string]: unknown;
|
|
711
|
+
kid: string;
|
|
712
|
+
kty: string;
|
|
713
|
+
alg?: string | undefined;
|
|
714
|
+
key_ops?: string[] | undefined;
|
|
715
|
+
use?: string | undefined;
|
|
716
|
+
x5c?: string[] | undefined;
|
|
717
|
+
x5t?: string | undefined;
|
|
718
|
+
"x5t#S256"?: string | undefined;
|
|
719
|
+
x5u?: string | undefined;
|
|
720
|
+
}[];
|
|
721
|
+
} | undefined;
|
|
722
|
+
tos_uri?: string | undefined;
|
|
723
|
+
} | undefined;
|
|
724
|
+
wallet_solution?: {
|
|
725
|
+
[x: string]: unknown;
|
|
726
|
+
logo_uri: string;
|
|
727
|
+
wallet_metadata: {
|
|
728
|
+
[x: string]: unknown;
|
|
729
|
+
authorization_endpoint: string;
|
|
730
|
+
client_id_prefixes_supported: ("openid_federation" | "x509_hash")[];
|
|
731
|
+
credential_offer_endpoint: string;
|
|
732
|
+
request_object_signing_alg_values_supported: string[];
|
|
733
|
+
vp_formats_supported: Record<string, {
|
|
734
|
+
[x: string]: unknown;
|
|
735
|
+
}>;
|
|
736
|
+
wallet_name: string;
|
|
737
|
+
response_types_supported?: string[] | undefined;
|
|
738
|
+
};
|
|
739
|
+
jwks?: {
|
|
740
|
+
keys: {
|
|
741
|
+
[x: string]: unknown;
|
|
742
|
+
kid: string;
|
|
743
|
+
kty: string;
|
|
744
|
+
alg?: string | undefined;
|
|
745
|
+
key_ops?: string[] | undefined;
|
|
746
|
+
use?: string | undefined;
|
|
747
|
+
x5c?: string[] | undefined;
|
|
748
|
+
x5t?: string | undefined;
|
|
749
|
+
"x5t#S256"?: string | undefined;
|
|
750
|
+
x5u?: string | undefined;
|
|
751
|
+
}[];
|
|
752
|
+
} | undefined;
|
|
753
|
+
jwks_uri?: string | undefined;
|
|
754
|
+
signed_jwks_uri?: string | undefined;
|
|
755
|
+
} | undefined;
|
|
517
756
|
} | {
|
|
518
757
|
oauth_authorization_server?: {
|
|
519
758
|
[x: string]: unknown;
|
|
@@ -1004,8 +1243,11 @@ export declare const mapToIssuerConfig: (input: {
|
|
|
1004
1243
|
acr_values_supported: string[];
|
|
1005
1244
|
authorization_endpoint: string;
|
|
1006
1245
|
authorization_signing_alg_values_supported: string[];
|
|
1246
|
+
client_attestation_pop_signing_alg_values_supported: string[];
|
|
1247
|
+
client_attestation_signing_alg_values_supported: string[];
|
|
1007
1248
|
client_registration_types_supported: ("automatic" | "explicit")[];
|
|
1008
1249
|
code_challenge_methods_supported: string[];
|
|
1250
|
+
dpop_signing_alg_values_supported: string[];
|
|
1009
1251
|
grant_types_supported: string[];
|
|
1010
1252
|
issuer: string;
|
|
1011
1253
|
jwks: {
|
|
@@ -1024,19 +1266,15 @@ export declare const mapToIssuerConfig: (input: {
|
|
|
1024
1266
|
};
|
|
1025
1267
|
pushed_authorization_request_endpoint: string;
|
|
1026
1268
|
request_object_signing_alg_values_supported: string[];
|
|
1027
|
-
|
|
1269
|
+
require_signed_request_object: true;
|
|
1028
1270
|
response_types_supported: string[];
|
|
1029
1271
|
scopes_supported: string[];
|
|
1030
1272
|
token_endpoint: string;
|
|
1031
1273
|
token_endpoint_auth_methods_supported: string[];
|
|
1032
1274
|
token_endpoint_auth_signing_alg_values_supported: string[];
|
|
1033
|
-
require_signed_request_object?: boolean | undefined;
|
|
1034
1275
|
} | undefined;
|
|
1035
1276
|
openid_credential_issuer?: {
|
|
1036
1277
|
[x: string]: unknown;
|
|
1037
|
-
batch_credential_issuance: {
|
|
1038
|
-
batch_size: number;
|
|
1039
|
-
};
|
|
1040
1278
|
credential_configurations_supported: Record<string, ({
|
|
1041
1279
|
credential_signing_alg_values_supported: string[];
|
|
1042
1280
|
format: "dc+sd-jwt";
|
|
@@ -1046,13 +1284,254 @@ export declare const mapToIssuerConfig: (input: {
|
|
|
1046
1284
|
doctype: string;
|
|
1047
1285
|
format: "mso_mdoc";
|
|
1048
1286
|
}) & {
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1287
|
+
authentic_sources: {
|
|
1288
|
+
dataset_id: string;
|
|
1289
|
+
entity_id: string;
|
|
1290
|
+
};
|
|
1291
|
+
credential_metadata: {
|
|
1292
|
+
claims?: {
|
|
1293
|
+
path: (string | number | null)[];
|
|
1294
|
+
display?: {
|
|
1295
|
+
locale: string;
|
|
1296
|
+
name: string;
|
|
1297
|
+
description?: string | undefined;
|
|
1298
|
+
}[] | undefined;
|
|
1299
|
+
mandatory?: boolean | undefined;
|
|
1300
|
+
sd?: "never" | "always" | undefined;
|
|
1301
|
+
}[] | undefined;
|
|
1302
|
+
display?: {
|
|
1303
|
+
locale: string;
|
|
1304
|
+
name: string;
|
|
1305
|
+
background_color?: string | undefined;
|
|
1306
|
+
background_image?: {
|
|
1307
|
+
uri: string;
|
|
1308
|
+
alt_text?: string | undefined;
|
|
1309
|
+
"uri#integrity"?: string | undefined;
|
|
1310
|
+
} | undefined;
|
|
1311
|
+
description?: string | undefined;
|
|
1312
|
+
logo?: {
|
|
1313
|
+
uri: string;
|
|
1314
|
+
alt_text?: string | undefined;
|
|
1315
|
+
"uri#integrity"?: string | undefined;
|
|
1316
|
+
} | undefined;
|
|
1317
|
+
watermark_image?: {
|
|
1318
|
+
uri: string;
|
|
1319
|
+
alt_text?: string | undefined;
|
|
1320
|
+
"uri#integrity"?: string | undefined;
|
|
1321
|
+
} | undefined;
|
|
1322
|
+
}[] | undefined;
|
|
1323
|
+
};
|
|
1324
|
+
cryptographic_binding_methods_supported: string[];
|
|
1325
|
+
proof_types_supported: {
|
|
1326
|
+
jwt: {
|
|
1327
|
+
proof_signing_alg_values_supported: string[];
|
|
1328
|
+
key_attestations_required?: {
|
|
1329
|
+
key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
|
|
1330
|
+
user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
|
|
1331
|
+
} | undefined;
|
|
1332
|
+
};
|
|
1333
|
+
};
|
|
1334
|
+
schema_id: string;
|
|
1335
|
+
scope: string;
|
|
1336
|
+
}>;
|
|
1337
|
+
credential_endpoint: string;
|
|
1338
|
+
credential_issuer: string;
|
|
1339
|
+
jwks: {
|
|
1340
|
+
keys: {
|
|
1341
|
+
[x: string]: unknown;
|
|
1342
|
+
kid: string;
|
|
1343
|
+
kty: string;
|
|
1344
|
+
alg?: string | undefined;
|
|
1345
|
+
key_ops?: string[] | undefined;
|
|
1346
|
+
use?: string | undefined;
|
|
1347
|
+
x5c?: string[] | undefined;
|
|
1348
|
+
x5t?: string | undefined;
|
|
1349
|
+
"x5t#S256"?: string | undefined;
|
|
1350
|
+
x5u?: string | undefined;
|
|
1351
|
+
}[];
|
|
1352
|
+
};
|
|
1353
|
+
trust_frameworks_supported: ("eudi_wallet" | "it_cie" | "it_wallet" | "it_l2+document_proof" | "it_spid")[];
|
|
1354
|
+
authorization_servers?: [string, ...string[]] | undefined;
|
|
1355
|
+
batch_credential_issuance?: {
|
|
1356
|
+
batch_size: number;
|
|
1357
|
+
} | undefined;
|
|
1358
|
+
deferred_credential_endpoint?: string | undefined;
|
|
1359
|
+
display?: {
|
|
1360
|
+
locale: string;
|
|
1361
|
+
name: string;
|
|
1362
|
+
background_color?: string | undefined;
|
|
1363
|
+
background_image?: {
|
|
1364
|
+
uri: string;
|
|
1365
|
+
alt_text?: string | undefined;
|
|
1366
|
+
"uri#integrity"?: string | undefined;
|
|
1367
|
+
} | undefined;
|
|
1368
|
+
description?: string | undefined;
|
|
1369
|
+
logo?: {
|
|
1370
|
+
uri: string;
|
|
1371
|
+
alt_text?: string | undefined;
|
|
1372
|
+
"uri#integrity"?: string | undefined;
|
|
1373
|
+
} | undefined;
|
|
1374
|
+
watermark_image?: {
|
|
1375
|
+
uri: string;
|
|
1376
|
+
alt_text?: string | undefined;
|
|
1377
|
+
"uri#integrity"?: string | undefined;
|
|
1378
|
+
} | undefined;
|
|
1379
|
+
}[] | undefined;
|
|
1380
|
+
nonce_endpoint?: string | undefined;
|
|
1381
|
+
notification_endpoint?: string | undefined;
|
|
1382
|
+
status_list_aggregation_endpoint?: string | undefined;
|
|
1383
|
+
} | undefined;
|
|
1384
|
+
openid_credential_verifier?: {
|
|
1385
|
+
[x: string]: unknown;
|
|
1386
|
+
application_type: "web";
|
|
1387
|
+
client_id: string;
|
|
1388
|
+
client_name: string;
|
|
1389
|
+
encrypted_response_enc_values_supported: string[];
|
|
1390
|
+
jwks: {
|
|
1391
|
+
keys: {
|
|
1392
|
+
[x: string]: unknown;
|
|
1393
|
+
kid: string;
|
|
1394
|
+
kty: string;
|
|
1395
|
+
alg?: string | undefined;
|
|
1396
|
+
key_ops?: string[] | undefined;
|
|
1397
|
+
use?: string | undefined;
|
|
1398
|
+
x5c?: string[] | undefined;
|
|
1399
|
+
x5t?: string | undefined;
|
|
1400
|
+
"x5t#S256"?: string | undefined;
|
|
1401
|
+
x5u?: string | undefined;
|
|
1402
|
+
}[];
|
|
1403
|
+
};
|
|
1404
|
+
logo_uri: string;
|
|
1405
|
+
request_uris: string[];
|
|
1406
|
+
response_uris: string[];
|
|
1407
|
+
vp_formats_supported: Record<string, {
|
|
1408
|
+
alg?: string[] | undefined;
|
|
1409
|
+
deviceauth_alg_values?: number[] | undefined;
|
|
1410
|
+
issuerauth_alg_values?: number[] | undefined;
|
|
1411
|
+
"kb-jwt_alg_values"?: string[] | undefined;
|
|
1412
|
+
"sd-jwt_alg_values"?: string[] | undefined;
|
|
1413
|
+
}>;
|
|
1414
|
+
erasure_endpoint?: string | undefined;
|
|
1415
|
+
} | undefined;
|
|
1416
|
+
federation_entity?: {
|
|
1417
|
+
[x: string]: unknown;
|
|
1418
|
+
contacts?: string[] | undefined;
|
|
1419
|
+
homepage_uri?: string | undefined;
|
|
1420
|
+
jwks_uri?: string | undefined;
|
|
1421
|
+
logo_uri?: string | undefined;
|
|
1422
|
+
organization_name?: string | undefined;
|
|
1423
|
+
policy_uri?: string | undefined;
|
|
1424
|
+
signed_jwks_uri?: string | undefined;
|
|
1425
|
+
federation_fetch_endpoint?: string | undefined;
|
|
1426
|
+
federation_historical_keys_endpoint?: string | undefined;
|
|
1427
|
+
federation_list_endpoint?: string | undefined;
|
|
1428
|
+
federation_resolve_endpoint?: string | undefined;
|
|
1429
|
+
federation_trust_mark_endpoint?: string | undefined;
|
|
1430
|
+
federation_trust_mark_list_endpoint?: string | undefined;
|
|
1431
|
+
federation_trust_mark_status_endpoint?: string | undefined;
|
|
1432
|
+
jwks?: {
|
|
1433
|
+
keys: {
|
|
1434
|
+
[x: string]: unknown;
|
|
1435
|
+
kid: string;
|
|
1436
|
+
kty: string;
|
|
1437
|
+
alg?: string | undefined;
|
|
1438
|
+
key_ops?: string[] | undefined;
|
|
1439
|
+
use?: string | undefined;
|
|
1440
|
+
x5c?: string[] | undefined;
|
|
1441
|
+
x5t?: string | undefined;
|
|
1442
|
+
"x5t#S256"?: string | undefined;
|
|
1443
|
+
x5u?: string | undefined;
|
|
1444
|
+
}[];
|
|
1445
|
+
} | undefined;
|
|
1446
|
+
tos_uri?: string | undefined;
|
|
1447
|
+
} | undefined;
|
|
1448
|
+
wallet_solution?: {
|
|
1449
|
+
[x: string]: unknown;
|
|
1450
|
+
logo_uri: string;
|
|
1451
|
+
wallet_metadata: {
|
|
1452
|
+
[x: string]: unknown;
|
|
1453
|
+
authorization_endpoint: string;
|
|
1454
|
+
client_id_prefixes_supported: ("openid_federation" | "x509_hash")[];
|
|
1455
|
+
credential_offer_endpoint: string;
|
|
1456
|
+
request_object_signing_alg_values_supported: string[];
|
|
1457
|
+
vp_formats_supported: Record<string, {
|
|
1458
|
+
[x: string]: unknown;
|
|
1459
|
+
}>;
|
|
1460
|
+
wallet_name: string;
|
|
1461
|
+
response_types_supported?: string[] | undefined;
|
|
1462
|
+
};
|
|
1463
|
+
jwks?: {
|
|
1464
|
+
keys: {
|
|
1465
|
+
[x: string]: unknown;
|
|
1466
|
+
kid: string;
|
|
1467
|
+
kty: string;
|
|
1468
|
+
alg?: string | undefined;
|
|
1469
|
+
key_ops?: string[] | undefined;
|
|
1470
|
+
use?: string | undefined;
|
|
1471
|
+
x5c?: string[] | undefined;
|
|
1472
|
+
x5t?: string | undefined;
|
|
1473
|
+
"x5t#S256"?: string | undefined;
|
|
1474
|
+
x5u?: string | undefined;
|
|
1475
|
+
}[];
|
|
1476
|
+
} | undefined;
|
|
1477
|
+
jwks_uri?: string | undefined;
|
|
1478
|
+
signed_jwks_uri?: string | undefined;
|
|
1479
|
+
} | undefined;
|
|
1480
|
+
} | {
|
|
1481
|
+
oauth_authorization_server?: {
|
|
1482
|
+
[x: string]: unknown;
|
|
1483
|
+
acr_values_supported: string[];
|
|
1484
|
+
authorization_endpoint: string;
|
|
1485
|
+
authorization_signing_alg_values_supported: string[];
|
|
1486
|
+
client_registration_types_supported: ("automatic" | "explicit")[];
|
|
1487
|
+
code_challenge_methods_supported: string[];
|
|
1488
|
+
grant_types_supported: string[];
|
|
1489
|
+
issuer: string;
|
|
1490
|
+
jwks: {
|
|
1491
|
+
keys: {
|
|
1492
|
+
[x: string]: unknown;
|
|
1493
|
+
kid: string;
|
|
1494
|
+
kty: string;
|
|
1495
|
+
alg?: string | undefined;
|
|
1496
|
+
key_ops?: string[] | undefined;
|
|
1497
|
+
use?: string | undefined;
|
|
1498
|
+
x5c?: string[] | undefined;
|
|
1499
|
+
x5t?: string | undefined;
|
|
1500
|
+
"x5t#S256"?: string | undefined;
|
|
1501
|
+
x5u?: string | undefined;
|
|
1502
|
+
}[];
|
|
1503
|
+
};
|
|
1504
|
+
pushed_authorization_request_endpoint: string;
|
|
1505
|
+
request_object_signing_alg_values_supported: string[];
|
|
1506
|
+
response_modes_supported: ("query" | "form_post.jwt")[];
|
|
1507
|
+
response_types_supported: string[];
|
|
1508
|
+
scopes_supported: string[];
|
|
1509
|
+
token_endpoint: string;
|
|
1510
|
+
token_endpoint_auth_methods_supported: string[];
|
|
1511
|
+
token_endpoint_auth_signing_alg_values_supported: string[];
|
|
1512
|
+
require_signed_request_object?: boolean | undefined;
|
|
1513
|
+
} | undefined;
|
|
1514
|
+
openid_credential_issuer?: {
|
|
1515
|
+
[x: string]: unknown;
|
|
1516
|
+
batch_credential_issuance: {
|
|
1517
|
+
batch_size: number;
|
|
1518
|
+
};
|
|
1519
|
+
credential_configurations_supported: Record<string, ({
|
|
1520
|
+
credential_signing_alg_values_supported: string[];
|
|
1521
|
+
format: "dc+sd-jwt";
|
|
1522
|
+
vct: string;
|
|
1523
|
+
} | {
|
|
1524
|
+
credential_signing_alg_values_supported: number[];
|
|
1525
|
+
doctype: string;
|
|
1526
|
+
format: "mso_mdoc";
|
|
1527
|
+
}) & {
|
|
1528
|
+
claims: {
|
|
1529
|
+
display: {
|
|
1530
|
+
locale: string;
|
|
1531
|
+
name: string;
|
|
1532
|
+
}[];
|
|
1533
|
+
path: (string | number | null)[];
|
|
1534
|
+
}[];
|
|
1056
1535
|
cryptographic_binding_methods_supported: string[];
|
|
1057
1536
|
display: {
|
|
1058
1537
|
locale: string;
|
|
@@ -1213,85 +1692,85 @@ export declare const mapToIssuerConfig: (input: {
|
|
|
1213
1692
|
}[] | undefined;
|
|
1214
1693
|
} | undefined;
|
|
1215
1694
|
}) => {
|
|
1216
|
-
credential_issuer: string;
|
|
1217
|
-
pushed_authorization_request_endpoint: string;
|
|
1218
1695
|
authorization_endpoint: string;
|
|
1219
|
-
token_endpoint: string;
|
|
1220
|
-
nonce_endpoint: string;
|
|
1221
|
-
credential_endpoint: string;
|
|
1222
|
-
keys: {
|
|
1223
|
-
kty: "RSA" | "EC";
|
|
1224
|
-
alg?: string | undefined;
|
|
1225
|
-
crv?: string | undefined;
|
|
1226
|
-
d?: string | undefined;
|
|
1227
|
-
dp?: string | undefined;
|
|
1228
|
-
dq?: string | undefined;
|
|
1229
|
-
e?: string | undefined;
|
|
1230
|
-
ext?: boolean | undefined;
|
|
1231
|
-
k?: string | undefined;
|
|
1232
|
-
key_ops?: string[] | undefined;
|
|
1233
|
-
kid?: string | undefined;
|
|
1234
|
-
n?: string | undefined;
|
|
1235
|
-
p?: string | undefined;
|
|
1236
|
-
q?: string | undefined;
|
|
1237
|
-
qi?: string | undefined;
|
|
1238
|
-
use?: string | undefined;
|
|
1239
|
-
x?: string | undefined;
|
|
1240
|
-
y?: string | undefined;
|
|
1241
|
-
x5c?: string[] | undefined;
|
|
1242
|
-
x5t?: string | undefined;
|
|
1243
|
-
"x5t#S256"?: string | undefined;
|
|
1244
|
-
x5u?: string | undefined;
|
|
1245
|
-
}[];
|
|
1246
1696
|
credential_configurations_supported: Record<string, ({
|
|
1247
1697
|
format: "dc+sd-jwt";
|
|
1248
1698
|
vct: string;
|
|
1249
1699
|
} | {
|
|
1250
|
-
format: "mso_mdoc";
|
|
1251
1700
|
doctype: string;
|
|
1701
|
+
format: "mso_mdoc";
|
|
1252
1702
|
}) & {
|
|
1253
|
-
scope: string;
|
|
1254
|
-
display: {
|
|
1255
|
-
name: string;
|
|
1256
|
-
locale: string;
|
|
1257
|
-
}[];
|
|
1258
1703
|
claims: {
|
|
1259
1704
|
path: (string | number | null)[];
|
|
1260
1705
|
display?: {
|
|
1261
|
-
name: string;
|
|
1262
1706
|
locale: string;
|
|
1707
|
+
name: string;
|
|
1263
1708
|
}[] | undefined;
|
|
1264
1709
|
}[];
|
|
1710
|
+
display: {
|
|
1711
|
+
locale: string;
|
|
1712
|
+
name: string;
|
|
1713
|
+
}[];
|
|
1714
|
+
scope: string;
|
|
1265
1715
|
authentic_source?: string | undefined;
|
|
1266
1716
|
issuance_errors_supported?: Record<string, {
|
|
1267
1717
|
display: {
|
|
1268
|
-
title: string;
|
|
1269
1718
|
description: string;
|
|
1270
1719
|
locale: string;
|
|
1720
|
+
title: string;
|
|
1271
1721
|
}[];
|
|
1272
1722
|
}> | undefined;
|
|
1273
1723
|
}>;
|
|
1724
|
+
credential_endpoint: string;
|
|
1725
|
+
credential_issuer: string;
|
|
1274
1726
|
federation_entity: {
|
|
1275
1727
|
[x: string]: unknown;
|
|
1728
|
+
contacts?: string[] | undefined;
|
|
1729
|
+
endpoint_auth_signing_alg_values_supported?: string | undefined;
|
|
1276
1730
|
federation_fetch_endpoint?: string | undefined;
|
|
1731
|
+
federation_historical_keys_endpoint?: string | undefined;
|
|
1277
1732
|
federation_list_endpoint?: string | undefined;
|
|
1278
1733
|
federation_resolve_endpoint?: string | undefined;
|
|
1279
|
-
federation_trust_mark_status_endpoint?: string | undefined;
|
|
1280
|
-
federation_trust_mark_list_endpoint?: string | undefined;
|
|
1281
1734
|
federation_trust_mark_endpoint?: string | undefined;
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
organization_name?: string | undefined;
|
|
1735
|
+
federation_trust_mark_list_endpoint?: string | undefined;
|
|
1736
|
+
federation_trust_mark_status_endpoint?: string | undefined;
|
|
1285
1737
|
homepage_uri?: string | undefined;
|
|
1286
|
-
policy_uri?: string | undefined;
|
|
1287
1738
|
logo_uri?: string | undefined;
|
|
1288
|
-
|
|
1739
|
+
organization_name?: string | undefined;
|
|
1740
|
+
policy_uri?: string | undefined;
|
|
1289
1741
|
};
|
|
1742
|
+
keys: {
|
|
1743
|
+
kty: "RSA" | "EC";
|
|
1744
|
+
alg?: string | undefined;
|
|
1745
|
+
crv?: string | undefined;
|
|
1746
|
+
d?: string | undefined;
|
|
1747
|
+
dp?: string | undefined;
|
|
1748
|
+
dq?: string | undefined;
|
|
1749
|
+
e?: string | undefined;
|
|
1750
|
+
ext?: boolean | undefined;
|
|
1751
|
+
k?: string | undefined;
|
|
1752
|
+
key_ops?: string[] | undefined;
|
|
1753
|
+
kid?: string | undefined;
|
|
1754
|
+
n?: string | undefined;
|
|
1755
|
+
p?: string | undefined;
|
|
1756
|
+
q?: string | undefined;
|
|
1757
|
+
qi?: string | undefined;
|
|
1758
|
+
use?: string | undefined;
|
|
1759
|
+
x?: string | undefined;
|
|
1760
|
+
x5c?: string[] | undefined;
|
|
1761
|
+
x5t?: string | undefined;
|
|
1762
|
+
"x5t#S256"?: string | undefined;
|
|
1763
|
+
x5u?: string | undefined;
|
|
1764
|
+
y?: string | undefined;
|
|
1765
|
+
}[];
|
|
1766
|
+
nonce_endpoint: string;
|
|
1767
|
+
pushed_authorization_request_endpoint: string;
|
|
1768
|
+
token_endpoint: string;
|
|
1290
1769
|
authorization_servers?: [string, ...string[]] | undefined;
|
|
1291
|
-
status_assertion_endpoint?: string | undefined;
|
|
1292
1770
|
credential_issuance_batch_size?: number | undefined;
|
|
1293
1771
|
encrypted_response_enc_values_supported?: string[] | undefined;
|
|
1294
1772
|
response_modes_supported?: string[] | undefined;
|
|
1773
|
+
status_assertion_endpoint?: string | undefined;
|
|
1295
1774
|
};
|
|
1296
1775
|
export declare const mapToRequestObject: (input: ParsedAuthorizeRequestResult) => RequestObject;
|
|
1297
1776
|
//# sourceMappingURL=mappers.d.ts.map
|