@pagopa/io-react-native-wallet 3.6.3 → 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/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 -54
- 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 +21 -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 +30 -27
- 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.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/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 +3 -3
- 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 -54
- 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 +22 -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 +30 -27
- 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.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/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 +45 -45
- 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 +6 -6
- 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 +10 -7
- package/src/IoWallet.ts +11 -9
- package/src/api/index.ts +27 -27
- 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 +6 -4
- 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 +25 -22
- 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 -46
- 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 +28 -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 +41 -33
- package/src/wallet-unit-attestation/v1.3.3/types.ts +2 -1
- package/src/wallet-unit-attestation/v1.3.3/utils.ts +1 -0
|
@@ -6,68 +6,68 @@ export const LocalizationInfo = z.object({
|
|
|
6
6
|
default_locale: z.string(),
|
|
7
7
|
version: z.string()
|
|
8
8
|
});
|
|
9
|
-
|
|
10
9
|
/**
|
|
11
10
|
* Merged translations for one or more locales, keyed by locale code.
|
|
12
11
|
* Each locale maps l10n_id keys to their translated string values.
|
|
13
12
|
*/
|
|
14
13
|
|
|
15
14
|
const AdministrativeExpirationUserInfo = z.object({
|
|
16
|
-
|
|
17
|
-
|
|
15
|
+
description_l10n_id: z.string(),
|
|
16
|
+
title_l10n_id: z.string()
|
|
18
17
|
});
|
|
19
18
|
export const AllowedState = z.object({
|
|
20
|
-
|
|
21
|
-
|
|
19
|
+
description_l10n_id: z.string(),
|
|
20
|
+
title_l10n_id: z.string()
|
|
22
21
|
}).catchall(z.string());
|
|
23
22
|
const CredentialPurpose = z.object({
|
|
24
|
-
|
|
25
|
-
description: z.string().optional(),
|
|
23
|
+
claim_recommended: z.array(z.string()).optional(),
|
|
26
24
|
claims_required: z.array(z.string()).optional(),
|
|
27
|
-
|
|
25
|
+
description: z.string().optional(),
|
|
26
|
+
id: z.string()
|
|
28
27
|
});
|
|
29
28
|
const CredentialIssuer = z.object({
|
|
30
|
-
id: z.string(),
|
|
31
|
-
organization_name: z.string().optional(),
|
|
32
|
-
organization_name_l10n_id: z.string().optional(),
|
|
33
|
-
organization_code: z.string(),
|
|
34
|
-
organization_country: z.string(),
|
|
35
|
-
legal_type: z.string().optional(),
|
|
36
29
|
contacts: z.array(z.string()).optional(),
|
|
37
30
|
homepage_uri: z.string().optional(),
|
|
31
|
+
id: z.string(),
|
|
32
|
+
issuance_flows: z.object({
|
|
33
|
+
deferred_flow: z.boolean()
|
|
34
|
+
}).optional(),
|
|
35
|
+
legal_type: z.string().optional(),
|
|
38
36
|
logo_uri: z.string().optional(),
|
|
37
|
+
organization_code: z.string(),
|
|
38
|
+
organization_country: z.string(),
|
|
39
|
+
organization_name: z.string().optional(),
|
|
40
|
+
organization_name_l10n_id: z.string().optional(),
|
|
39
41
|
policy_uri: z.string().optional(),
|
|
40
|
-
tos_uri: z.string().optional(),
|
|
41
42
|
service_documentation: z.string().optional(),
|
|
42
|
-
|
|
43
|
-
deferred_flow: z.boolean()
|
|
44
|
-
}).optional()
|
|
43
|
+
tos_uri: z.string().optional()
|
|
45
44
|
});
|
|
46
45
|
const AuthenticSource = z.object({
|
|
46
|
+
contacts: z.array(z.string()).optional(),
|
|
47
|
+
data_origin_l10n_id: z.string().optional(),
|
|
48
|
+
homepage_uri: z.string().optional(),
|
|
47
49
|
id: z.string(),
|
|
48
|
-
|
|
49
|
-
organization_name_l10n_id: z.string().optional(),
|
|
50
|
+
logo_uri: z.string().optional(),
|
|
50
51
|
organization_code: z.string().optional(),
|
|
51
52
|
organization_country: z.string(),
|
|
53
|
+
organization_name: z.string().optional(),
|
|
54
|
+
organization_name_l10n_id: z.string().optional(),
|
|
52
55
|
organization_type: z.string(),
|
|
53
|
-
contacts: z.array(z.string()).optional(),
|
|
54
|
-
homepage_uri: z.string().optional(),
|
|
55
|
-
logo_uri: z.string().optional(),
|
|
56
56
|
user_information: z.string().optional(),
|
|
57
57
|
user_information_l10n_id: z.string().optional()
|
|
58
58
|
});
|
|
59
59
|
export const CredentialFormat = z.object({
|
|
60
60
|
configuration_id: z.string(),
|
|
61
|
-
format: z.enum(["dc+sd-jwt", "mso_mdoc"]),
|
|
62
|
-
vct: z.string().url().optional(),
|
|
63
61
|
docType: z.string().optional(),
|
|
62
|
+
format: z.enum(["dc+sd-jwt", "mso_mdoc"]),
|
|
64
63
|
schema_uri: z.string().url().optional(),
|
|
65
|
-
"schema_uri#integrity": z.string().optional()
|
|
64
|
+
"schema_uri#integrity": z.string().optional(),
|
|
65
|
+
vct: z.string().url().optional()
|
|
66
66
|
});
|
|
67
67
|
export const Claim = z.object({
|
|
68
|
+
display_name: z.string(),
|
|
68
69
|
name: z.string(),
|
|
69
|
-
taxonomy_ref: z.string()
|
|
70
|
-
display_name: z.string()
|
|
70
|
+
taxonomy_ref: z.string()
|
|
71
71
|
});
|
|
72
72
|
|
|
73
73
|
/**
|
|
@@ -75,32 +75,32 @@ export const Claim = z.object({
|
|
|
75
75
|
* Please note that some of the version-specific properties might be missing in this representation.
|
|
76
76
|
*/
|
|
77
77
|
export const DigitalCredential = z.object({
|
|
78
|
-
|
|
78
|
+
administrative_expiration_user_info: AdministrativeExpirationUserInfo.optional(),
|
|
79
|
+
authentic_sources: z.array(AuthenticSource),
|
|
80
|
+
classes: z.array(z.string()).optional(),
|
|
79
81
|
credential_type: z.string(),
|
|
82
|
+
description: z.string().optional(),
|
|
83
|
+
domains: z.array(z.string()).optional(),
|
|
84
|
+
formats: z.array(CredentialFormat).optional(),
|
|
85
|
+
issuers: z.array(CredentialIssuer),
|
|
80
86
|
legal_type: z.string(),
|
|
81
87
|
name: z.string().optional(),
|
|
82
88
|
name_l10n_id: z.string().optional(),
|
|
83
|
-
|
|
89
|
+
parent_credentials: z.array(z.string()).optional(),
|
|
90
|
+
purposes: z.array(z.union([z.string(), CredentialPurpose])),
|
|
84
91
|
restriction_policy: z.object({
|
|
85
92
|
presentation_flows: z.object({
|
|
86
|
-
|
|
87
|
-
|
|
93
|
+
proximity: z.boolean(),
|
|
94
|
+
remote: z.boolean()
|
|
88
95
|
})
|
|
89
96
|
}).optional(),
|
|
90
97
|
validity_info: z.object({
|
|
91
|
-
max_validity_days: z.number(),
|
|
92
|
-
status_methods: z.array(z.string()),
|
|
93
98
|
administrative_expiration_user_info: AdministrativeExpirationUserInfo.optional(),
|
|
94
|
-
allowed_states: z.array(z.union([z.string(), AllowedState]))
|
|
99
|
+
allowed_states: z.array(z.union([z.string(), AllowedState])),
|
|
100
|
+
max_validity_days: z.number(),
|
|
101
|
+
status_methods: z.array(z.string())
|
|
95
102
|
}),
|
|
96
|
-
|
|
97
|
-
domains: z.array(z.string()).optional(),
|
|
98
|
-
classes: z.array(z.string()).optional(),
|
|
99
|
-
purposes: z.array(z.union([z.string(), CredentialPurpose])),
|
|
100
|
-
issuers: z.array(CredentialIssuer),
|
|
101
|
-
authentic_sources: z.array(AuthenticSource),
|
|
102
|
-
parent_credentials: z.array(z.string()).optional(),
|
|
103
|
-
formats: z.array(CredentialFormat).optional()
|
|
103
|
+
version: z.string()
|
|
104
104
|
});
|
|
105
105
|
const TaxonomyPurpose = z.object({
|
|
106
106
|
id: z.string(),
|
|
@@ -112,26 +112,26 @@ const TaxonomyClass = z.object({
|
|
|
112
112
|
supported_purposes: z.array(z.string())
|
|
113
113
|
});
|
|
114
114
|
const TaxonomyDomain = z.object({
|
|
115
|
-
|
|
116
|
-
name_l10n_id: z.string(),
|
|
115
|
+
classes: z.array(TaxonomyClass),
|
|
117
116
|
description_l10n_id: z.string(),
|
|
118
|
-
|
|
117
|
+
id: z.string(),
|
|
118
|
+
name_l10n_id: z.string()
|
|
119
119
|
});
|
|
120
120
|
export const Taxonomy = z.object({
|
|
121
|
-
id: z.string(),
|
|
122
|
-
name_l10n_id: z.string(),
|
|
123
121
|
description_l10n_id: z.string(),
|
|
124
122
|
domains: z.array(TaxonomyDomain),
|
|
125
|
-
|
|
126
|
-
localization: LocalizationInfo.optional()
|
|
123
|
+
id: z.string(),
|
|
124
|
+
localization: LocalizationInfo.optional(),
|
|
125
|
+
name_l10n_id: z.string(),
|
|
126
|
+
purposes: z.array(TaxonomyPurpose)
|
|
127
127
|
});
|
|
128
128
|
export const DigitalCredentialsCatalogue = z.object({
|
|
129
|
-
|
|
130
|
-
taxonomy: Taxonomy.optional(),
|
|
129
|
+
as_localization: LocalizationInfo.optional(),
|
|
131
130
|
credentials: z.array(DigitalCredential),
|
|
132
|
-
iat: UnixTime,
|
|
133
131
|
exp: UnixTime,
|
|
132
|
+
iat: UnixTime,
|
|
134
133
|
localization: LocalizationInfo.optional(),
|
|
135
|
-
|
|
134
|
+
taxonomy: Taxonomy.optional(),
|
|
135
|
+
taxonomy_uri: z.string().url()
|
|
136
136
|
});
|
|
137
137
|
//# sourceMappingURL=DigitalCredentialsCatalogue.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["z","UnixTime","LocalizationInfo","object","available_locales","array","string","base_uri","default_locale","version","AdministrativeExpirationUserInfo","
|
|
1
|
+
{"version":3,"names":["z","UnixTime","LocalizationInfo","object","available_locales","array","string","base_uri","default_locale","version","AdministrativeExpirationUserInfo","description_l10n_id","title_l10n_id","AllowedState","catchall","CredentialPurpose","claim_recommended","optional","claims_required","description","id","CredentialIssuer","contacts","homepage_uri","issuance_flows","deferred_flow","boolean","legal_type","logo_uri","organization_code","organization_country","organization_name","organization_name_l10n_id","policy_uri","service_documentation","tos_uri","AuthenticSource","data_origin_l10n_id","organization_type","user_information","user_information_l10n_id","CredentialFormat","configuration_id","docType","format","enum","schema_uri","url","vct","Claim","display_name","name","taxonomy_ref","DigitalCredential","administrative_expiration_user_info","authentic_sources","classes","credential_type","domains","formats","issuers","name_l10n_id","parent_credentials","purposes","union","restriction_policy","presentation_flows","proximity","remote","validity_info","allowed_states","max_validity_days","number","status_methods","TaxonomyPurpose","TaxonomyClass","supported_purposes","TaxonomyDomain","Taxonomy","localization","DigitalCredentialsCatalogue","as_localization","credentials","exp","iat","taxonomy","taxonomy_uri"],"sourceRoot":"../../../../src","sources":["credentials-catalogue/api/DigitalCredentialsCatalogue.ts"],"mappings":"AAAA,OAAO,KAAKA,CAAC,MAAM,KAAK;AAExB,SAASC,QAAQ,QAAQ,iBAAiB;AAE1C,OAAO,MAAMC,gBAAgB,GAAGF,CAAC,CAACG,MAAM,CAAC;EACvCC,iBAAiB,EAAEJ,CAAC,CAACK,KAAK,CAACL,CAAC,CAACM,MAAM,CAAC,CAAC,CAAC;EACtCC,QAAQ,EAAEP,CAAC,CAACM,MAAM,CAAC,CAAC;EACpBE,cAAc,EAAER,CAAC,CAACM,MAAM,CAAC,CAAC;EAC1BG,OAAO,EAAET,CAAC,CAACM,MAAM,CAAC;AACpB,CAAC,CAAC;AACF;AACA;AACA;AACA;;AAKA,MAAMI,gCAAgC,GAAGV,CAAC,CAACG,MAAM,CAAC;EAChDQ,mBAAmB,EAAEX,CAAC,CAACM,MAAM,CAAC,CAAC;EAC/BM,aAAa,EAAEZ,CAAC,CAACM,MAAM,CAAC;AAC1B,CAAC,CAAC;AAEF,OAAO,MAAMO,YAAY,GAAGb,CAAC,CAC1BG,MAAM,CAAC;EACNQ,mBAAmB,EAAEX,CAAC,CAACM,MAAM,CAAC,CAAC;EAC/BM,aAAa,EAAEZ,CAAC,CAACM,MAAM,CAAC;AAC1B,CAAC,CAAC,CACDQ,QAAQ,CAACd,CAAC,CAACM,MAAM,CAAC,CAAC,CAAC;AAIvB,MAAMS,iBAAiB,GAAGf,CAAC,CAACG,MAAM,CAAC;EACjCa,iBAAiB,EAAEhB,CAAC,CAACK,KAAK,CAACL,CAAC,CAACM,MAAM,CAAC,CAAC,CAAC,CAACW,QAAQ,CAAC,CAAC;EACjDC,eAAe,EAAElB,CAAC,CAACK,KAAK,CAACL,CAAC,CAACM,MAAM,CAAC,CAAC,CAAC,CAACW,QAAQ,CAAC,CAAC;EAC/CE,WAAW,EAAEnB,CAAC,CAACM,MAAM,CAAC,CAAC,CAACW,QAAQ,CAAC,CAAC;EAClCG,EAAE,EAAEpB,CAAC,CAACM,MAAM,CAAC;AACf,CAAC,CAAC;AAEF,MAAMe,gBAAgB,GAAGrB,CAAC,CAACG,MAAM,CAAC;EAChCmB,QAAQ,EAAEtB,CAAC,CAACK,KAAK,CAACL,CAAC,CAACM,MAAM,CAAC,CAAC,CAAC,CAACW,QAAQ,CAAC,CAAC;EACxCM,YAAY,EAAEvB,CAAC,CAACM,MAAM,CAAC,CAAC,CAACW,QAAQ,CAAC,CAAC;EACnCG,EAAE,EAAEpB,CAAC,CAACM,MAAM,CAAC,CAAC;EACdkB,cAAc,EAAExB,CAAC,CAACG,MAAM,CAAC;IAAEsB,aAAa,EAAEzB,CAAC,CAAC0B,OAAO,CAAC;EAAE,CAAC,CAAC,CAACT,QAAQ,CAAC,CAAC;EACnEU,UAAU,EAAE3B,CAAC,CAACM,MAAM,CAAC,CAAC,CAACW,QAAQ,CAAC,CAAC;EACjCW,QAAQ,EAAE5B,CAAC,CAACM,MAAM,CAAC,CAAC,CAACW,QAAQ,CAAC,CAAC;EAC/BY,iBAAiB,EAAE7B,CAAC,CAACM,MAAM,CAAC,CAAC;EAC7BwB,oBAAoB,EAAE9B,CAAC,CAACM,MAAM,CAAC,CAAC;EAChCyB,iBAAiB,EAAE/B,CAAC,CAACM,MAAM,CAAC,CAAC,CAACW,QAAQ,CAAC,CAAC;EACxCe,yBAAyB,EAAEhC,CAAC,CAACM,MAAM,CAAC,CAAC,CAACW,QAAQ,CAAC,CAAC;EAChDgB,UAAU,EAAEjC,CAAC,CAACM,MAAM,CAAC,CAAC,CAACW,QAAQ,CAAC,CAAC;EACjCiB,qBAAqB,EAAElC,CAAC,CAACM,MAAM,CAAC,CAAC,CAACW,QAAQ,CAAC,CAAC;EAC5CkB,OAAO,EAAEnC,CAAC,CAACM,MAAM,CAAC,CAAC,CAACW,QAAQ,CAAC;AAC/B,CAAC,CAAC;AAEF,MAAMmB,eAAe,GAAGpC,CAAC,CAACG,MAAM,CAAC;EAC/BmB,QAAQ,EAAEtB,CAAC,CAACK,KAAK,CAACL,CAAC,CAACM,MAAM,CAAC,CAAC,CAAC,CAACW,QAAQ,CAAC,CAAC;EACxCoB,mBAAmB,EAAErC,CAAC,CAACM,MAAM,CAAC,CAAC,CAACW,QAAQ,CAAC,CAAC;EAC1CM,YAAY,EAAEvB,CAAC,CAACM,MAAM,CAAC,CAAC,CAACW,QAAQ,CAAC,CAAC;EACnCG,EAAE,EAAEpB,CAAC,CAACM,MAAM,CAAC,CAAC;EACdsB,QAAQ,EAAE5B,CAAC,CAACM,MAAM,CAAC,CAAC,CAACW,QAAQ,CAAC,CAAC;EAC/BY,iBAAiB,EAAE7B,CAAC,CAACM,MAAM,CAAC,CAAC,CAACW,QAAQ,CAAC,CAAC;EACxCa,oBAAoB,EAAE9B,CAAC,CAACM,MAAM,CAAC,CAAC;EAChCyB,iBAAiB,EAAE/B,CAAC,CAACM,MAAM,CAAC,CAAC,CAACW,QAAQ,CAAC,CAAC;EACxCe,yBAAyB,EAAEhC,CAAC,CAACM,MAAM,CAAC,CAAC,CAACW,QAAQ,CAAC,CAAC;EAChDqB,iBAAiB,EAAEtC,CAAC,CAACM,MAAM,CAAC,CAAC;EAC7BiC,gBAAgB,EAAEvC,CAAC,CAACM,MAAM,CAAC,CAAC,CAACW,QAAQ,CAAC,CAAC;EACvCuB,wBAAwB,EAAExC,CAAC,CAACM,MAAM,CAAC,CAAC,CAACW,QAAQ,CAAC;AAChD,CAAC,CAAC;AAGF,OAAO,MAAMwB,gBAAgB,GAAGzC,CAAC,CAACG,MAAM,CAAC;EACvCuC,gBAAgB,EAAE1C,CAAC,CAACM,MAAM,CAAC,CAAC;EAC5BqC,OAAO,EAAE3C,CAAC,CAACM,MAAM,CAAC,CAAC,CAACW,QAAQ,CAAC,CAAC;EAC9B2B,MAAM,EAAE5C,CAAC,CAAC6C,IAAI,CAAC,CAAC,WAAW,EAAE,UAAU,CAAC,CAAC;EACzCC,UAAU,EAAE9C,CAAC,CAACM,MAAM,CAAC,CAAC,CAACyC,GAAG,CAAC,CAAC,CAAC9B,QAAQ,CAAC,CAAC;EACvC,sBAAsB,EAAEjB,CAAC,CAACM,MAAM,CAAC,CAAC,CAACW,QAAQ,CAAC,CAAC;EAC7C+B,GAAG,EAAEhD,CAAC,CAACM,MAAM,CAAC,CAAC,CAACyC,GAAG,CAAC,CAAC,CAAC9B,QAAQ,CAAC;AACjC,CAAC,CAAC;AAGF,OAAO,MAAMgC,KAAK,GAAGjD,CAAC,CAACG,MAAM,CAAC;EAC5B+C,YAAY,EAAElD,CAAC,CAACM,MAAM,CAAC,CAAC;EACxB6C,IAAI,EAAEnD,CAAC,CAACM,MAAM,CAAC,CAAC;EAChB8C,YAAY,EAAEpD,CAAC,CAACM,MAAM,CAAC;AACzB,CAAC,CAAC;;AAEF;AACA;AACA;AACA;AACA,OAAO,MAAM+C,iBAAiB,GAAGrD,CAAC,CAACG,MAAM,CAAC;EACxCmD,mCAAmC,EACjC5C,gCAAgC,CAACO,QAAQ,CAAC,CAAC;EAC7CsC,iBAAiB,EAAEvD,CAAC,CAACK,KAAK,CAAC+B,eAAe,CAAC;EAC3CoB,OAAO,EAAExD,CAAC,CAACK,KAAK,CAACL,CAAC,CAACM,MAAM,CAAC,CAAC,CAAC,CAACW,QAAQ,CAAC,CAAC;EACvCwC,eAAe,EAAEzD,CAAC,CAACM,MAAM,CAAC,CAAC;EAC3Ba,WAAW,EAAEnB,CAAC,CAACM,MAAM,CAAC,CAAC,CAACW,QAAQ,CAAC,CAAC;EAClCyC,OAAO,EAAE1D,CAAC,CAACK,KAAK,CAACL,CAAC,CAACM,MAAM,CAAC,CAAC,CAAC,CAACW,QAAQ,CAAC,CAAC;EACvC0C,OAAO,EAAE3D,CAAC,CAACK,KAAK,CAACoC,gBAAgB,CAAC,CAACxB,QAAQ,CAAC,CAAC;EAC7C2C,OAAO,EAAE5D,CAAC,CAACK,KAAK,CAACgB,gBAAgB,CAAC;EAClCM,UAAU,EAAE3B,CAAC,CAACM,MAAM,CAAC,CAAC;EACtB6C,IAAI,EAAEnD,CAAC,CAACM,MAAM,CAAC,CAAC,CAACW,QAAQ,CAAC,CAAC;EAC3B4C,YAAY,EAAE7D,CAAC,CAACM,MAAM,CAAC,CAAC,CAACW,QAAQ,CAAC,CAAC;EACnC6C,kBAAkB,EAAE9D,CAAC,CAACK,KAAK,CAACL,CAAC,CAACM,MAAM,CAAC,CAAC,CAAC,CAACW,QAAQ,CAAC,CAAC;EAClD8C,QAAQ,EAAE/D,CAAC,CAACK,KAAK,CAACL,CAAC,CAACgE,KAAK,CAAC,CAAChE,CAAC,CAACM,MAAM,CAAC,CAAC,EAAES,iBAAiB,CAAC,CAAC,CAAC;EAC3DkD,kBAAkB,EAAEjE,CAAC,CAClBG,MAAM,CAAC;IACN+D,kBAAkB,EAAElE,CAAC,CAACG,MAAM,CAAC;MAC3BgE,SAAS,EAAEnE,CAAC,CAAC0B,OAAO,CAAC,CAAC;MACtB0C,MAAM,EAAEpE,CAAC,CAAC0B,OAAO,CAAC;IACpB,CAAC;EACH,CAAC,CAAC,CACDT,QAAQ,CAAC,CAAC;EACboD,aAAa,EAAErE,CAAC,CAACG,MAAM,CAAC;IACtBmD,mCAAmC,EACjC5C,gCAAgC,CAACO,QAAQ,CAAC,CAAC;IAC7CqD,cAAc,EAAEtE,CAAC,CAACK,KAAK,CAACL,CAAC,CAACgE,KAAK,CAAC,CAAChE,CAAC,CAACM,MAAM,CAAC,CAAC,EAAEO,YAAY,CAAC,CAAC,CAAC;IAC5D0D,iBAAiB,EAAEvE,CAAC,CAACwE,MAAM,CAAC,CAAC;IAC7BC,cAAc,EAAEzE,CAAC,CAACK,KAAK,CAACL,CAAC,CAACM,MAAM,CAAC,CAAC;EACpC,CAAC,CAAC;EACFG,OAAO,EAAET,CAAC,CAACM,MAAM,CAAC;AACpB,CAAC,CAAC;AAGF,MAAMoE,eAAe,GAAG1E,CAAC,CAACG,MAAM,CAAC;EAC/BiB,EAAE,EAAEpB,CAAC,CAACM,MAAM,CAAC,CAAC;EACduD,YAAY,EAAE7D,CAAC,CAACM,MAAM,CAAC;AACzB,CAAC,CAAC;AAGF,MAAMqE,aAAa,GAAG3E,CAAC,CAACG,MAAM,CAAC;EAC7BiB,EAAE,EAAEpB,CAAC,CAACM,MAAM,CAAC,CAAC;EACduD,YAAY,EAAE7D,CAAC,CAACM,MAAM,CAAC,CAAC;EACxBsE,kBAAkB,EAAE5E,CAAC,CAACK,KAAK,CAACL,CAAC,CAACM,MAAM,CAAC,CAAC;AACxC,CAAC,CAAC;AAGF,MAAMuE,cAAc,GAAG7E,CAAC,CAACG,MAAM,CAAC;EAC9BqD,OAAO,EAAExD,CAAC,CAACK,KAAK,CAACsE,aAAa,CAAC;EAC/BhE,mBAAmB,EAAEX,CAAC,CAACM,MAAM,CAAC,CAAC;EAC/Bc,EAAE,EAAEpB,CAAC,CAACM,MAAM,CAAC,CAAC;EACduD,YAAY,EAAE7D,CAAC,CAACM,MAAM,CAAC;AACzB,CAAC,CAAC;AAGF,OAAO,MAAMwE,QAAQ,GAAG9E,CAAC,CAACG,MAAM,CAAC;EAC/BQ,mBAAmB,EAAEX,CAAC,CAACM,MAAM,CAAC,CAAC;EAC/BoD,OAAO,EAAE1D,CAAC,CAACK,KAAK,CAACwE,cAAc,CAAC;EAChCzD,EAAE,EAAEpB,CAAC,CAACM,MAAM,CAAC,CAAC;EACdyE,YAAY,EAAE7E,gBAAgB,CAACe,QAAQ,CAAC,CAAC;EACzC4C,YAAY,EAAE7D,CAAC,CAACM,MAAM,CAAC,CAAC;EACxByD,QAAQ,EAAE/D,CAAC,CAACK,KAAK,CAACqE,eAAe;AACnC,CAAC,CAAC;AAGF,OAAO,MAAMM,2BAA2B,GAAGhF,CAAC,CAACG,MAAM,CAAC;EAClD8E,eAAe,EAAE/E,gBAAgB,CAACe,QAAQ,CAAC,CAAC;EAC5CiE,WAAW,EAAElF,CAAC,CAACK,KAAK,CAACgD,iBAAiB,CAAC;EACvC8B,GAAG,EAAElF,QAAQ;EACbmF,GAAG,EAAEnF,QAAQ;EACb8E,YAAY,EAAE7E,gBAAgB,CAACe,QAAQ,CAAC,CAAC;EACzCoE,QAAQ,EAAEP,QAAQ,CAAC7D,QAAQ,CAAC,CAAC;EAC7BqE,YAAY,EAAEtF,CAAC,CAACM,MAAM,CAAC,CAAC,CAACyC,GAAG,CAAC;AAC/B,CAAC,CAAC"}
|
|
@@ -9,8 +9,8 @@ export const getStatusL10nIds = (statusBit, credentialConfig) => {
|
|
|
9
9
|
const match = credentialConfig.validity_info.allowed_states.find(s => typeof s === "object" && Object.keys(s).some(k => k.toLowerCase() === normalizedBit));
|
|
10
10
|
if (!match) return undefined;
|
|
11
11
|
return {
|
|
12
|
-
|
|
13
|
-
|
|
12
|
+
descriptionL10nId: match.description_l10n_id,
|
|
13
|
+
titleL10nId: match.title_l10n_id
|
|
14
14
|
};
|
|
15
15
|
};
|
|
16
16
|
//# sourceMappingURL=get-status-l10n-ids.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["getStatusL10nIds","statusBit","credentialConfig","normalizedBit","toLowerCase","match","validity_info","allowed_states","find","s","Object","keys","some","k","undefined","
|
|
1
|
+
{"version":3,"names":["getStatusL10nIds","statusBit","credentialConfig","normalizedBit","toLowerCase","match","validity_info","allowed_states","find","s","Object","keys","some","k","undefined","descriptionL10nId","description_l10n_id","titleL10nId","title_l10n_id"],"sourceRoot":"../../../../src","sources":["credentials-catalogue/common/get-status-l10n-ids.ts"],"mappings":"AAGA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,MAAMA,gBAA6D,GAAGA,CAC3EC,SAAS,EACTC,gBAAgB,KACb;EACH,MAAMC,aAAa,GAAGF,SAAS,CAACG,WAAW,CAAC,CAAC;EAC7C,MAAMC,KAAK,GAAGH,gBAAgB,CAACI,aAAa,CAACC,cAAc,CAACC,IAAI,CAC7DC,CAAC,IACA,OAAOA,CAAC,KAAK,QAAQ,IACrBC,MAAM,CAACC,IAAI,CAACF,CAAC,CAAC,CAACG,IAAI,CAAEC,CAAC,IAAKA,CAAC,CAACT,WAAW,CAAC,CAAC,KAAKD,aAAa,CAChE,CAAC;EACD,IAAI,CAACE,KAAK,EAAE,OAAOS,SAAS;EAC5B,OAAO;IACLC,iBAAiB,EAAEV,KAAK,CAACW,mBAAmB;IAC5CC,WAAW,EAAEZ,KAAK,CAACa;EACrB,CAAC;AACH,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { decode as decodeJwt, verify } from "@pagopa/io-react-native-jwt";
|
|
2
|
-
import { hasStatusOrThrow } from "../../utils/misc";
|
|
3
|
-
import { IoWalletError } from "../../utils/errors";
|
|
4
2
|
import { getTrustAnchorEntityConfiguration } from "../../trust/v1.0.0/entities";
|
|
3
|
+
import { IoWalletError } from "../../utils/errors";
|
|
4
|
+
import { hasStatusOrThrow } from "../../utils/misc";
|
|
5
5
|
import { mapToCredentialsCatalogue } from "./mappers";
|
|
6
6
|
export const fetchAndParseCatalogue = async function (trustAnchorBaseUrl) {
|
|
7
7
|
let {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["decode","decodeJwt","verify","
|
|
1
|
+
{"version":3,"names":["decode","decodeJwt","verify","getTrustAnchorEntityConfiguration","IoWalletError","hasStatusOrThrow","mapToCredentialsCatalogue","fetchAndParseCatalogue","trustAnchorBaseUrl","appFetch","fetch","arguments","length","undefined","trustAnchorConfig","responseText","payload","sub","method","then","res","text","responseJwt","catalogueKid","protectedHeader","kid","trustAnchorJwk","jwks","keys","find","jwk","header"],"sourceRoot":"../../../../src","sources":["credentials-catalogue/v1.0.0/fetch-and-parse-catalogue.ts"],"mappings":"AAAA,SAASA,MAAM,IAAIC,SAAS,EAAEC,MAAM,QAAQ,6BAA6B;AAEzE,SAASC,iCAAiC,QAAQ,6BAA6B;AAC/E,SAASC,aAAa,QAAQ,oBAAoB;AAClD,SAASC,gBAAgB,QAAQ,kBAAkB;AAEnD,SAASC,yBAAyB,QAAQ,WAAW;AAErD,OAAO,MAAMC,sBAAqD,GAAG,eAAAA,CACnEC,kBAAkB,EAEf;EAAA,IADH;IAAEC,QAAQ,GAAGC;EAAM,CAAC,GAAAC,SAAA,CAAAC,MAAA,QAAAD,SAAA,QAAAE,SAAA,GAAAF,SAAA,MAAG,CAAC,CAAC;EAEzB,MAAMG,iBAAiB,GACrB,MAAMX,iCAAiC,CAACK,kBAAkB,CAAC;EAE7D,MAAMO,YAAY,GAAG,MAAMN,QAAQ,CAChC,GAAEK,iBAAiB,CAACE,OAAO,CAACC,GAAI,mCAAkC,EACnE;IAAEC,MAAM,EAAE;EAAM,CAClB,CAAC,CACEC,IAAI,CAACd,gBAAgB,CAAC,GAAG,CAAC,CAAC,CAC3Bc,IAAI,CAAEC,GAAG,IAAKA,GAAG,CAACC,IAAI,CAAC,CAAC,CAAC;EAE5B,MAAMC,WAAW,GAAGrB,SAAS,CAACc,YAAY,CAAC;EAC3C,MAAMQ,YAAY,GAAGD,WAAW,CAACE,eAAe,CAACC,GAAG;EAEpD,MAAMC,cAAc,GAAGZ,iBAAiB,CAACE,OAAO,CAACW,IAAI,CAACC,IAAI,CAACC,IAAI,CAC5DC,GAAG,IAAKA,GAAG,CAACL,GAAG,KAAKF,YACvB,CAAC;EAED,IAAI,CAACG,cAAc,EAAE;IACnB,MAAM,IAAItB,aAAa,CACpB,+BAA8BmB,YAAa,yCAC9C,CAAC;EACH;EAEA,MAAMrB,MAAM,CAACa,YAAY,EAAEW,cAAc,CAAC;EAE1C,OAAOpB,yBAAyB,CAAC;IAC/ByB,MAAM,EAAET,WAAW,CAACE,eAAe;IACnCR,OAAO,EAAEM,WAAW,CAACN;EACvB,CAAC,CAAC;AACJ,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { fetchAndParseCatalogue } from "./fetch-and-parse-catalogue";
|
|
2
1
|
import { getStatusL10nIds } from "../common/get-status-l10n-ids";
|
|
2
|
+
import { fetchAndParseCatalogue } from "./fetch-and-parse-catalogue";
|
|
3
3
|
export const CredentialsCatalogue = {
|
|
4
4
|
fetchAndParseCatalogue,
|
|
5
5
|
getStatusL10nIds
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["
|
|
1
|
+
{"version":3,"names":["getStatusL10nIds","fetchAndParseCatalogue","CredentialsCatalogue"],"sourceRoot":"../../../../src","sources":["credentials-catalogue/v1.0.0/index.ts"],"mappings":"AAEA,SAASA,gBAAgB,QAAQ,+BAA+B;AAChE,SAASC,sBAAsB,QAAQ,6BAA6B;AAEpE,OAAO,MAAMC,oBAA6C,GAAG;EAC3DD,sBAAsB;EACtBD;AACF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["createMapper","DigitalCredentialsCatalogue","DigitalCredentialsCatalogueJwt","mapToCredentialsCatalogue","_ref","payload","catalog_version","rest","credentials","map","credential","authentic_sources","_ref2","source_type","as","organization_type","inputSchema","outputSchema"],"sourceRoot":"../../../../src","sources":["credentials-catalogue/v1.0.0/mappers.ts"],"mappings":"AAAA,SAASA,YAAY,QAAQ,qBAAqB;AAClD,SACEC,2BAA2B,QAEtB,oCAAoC;AAC3C,SACEC,8BAA8B,QAEzB,SAAS;AAEhB,OAAO,MAAMC,yBAAyB,GAAGH,YAAY,CAInDI,IAAA,IAAiB;EAAA,IAAhB;IAAEC;EAAQ,CAAC,GAAAD,IAAA;EACV
|
|
1
|
+
{"version":3,"names":["createMapper","DigitalCredentialsCatalogue","DigitalCredentialsCatalogueJwt","mapToCredentialsCatalogue","_ref","payload","catalog_version","rest","credentials","map","credential","authentic_sources","_ref2","source_type","as","organization_type","inputSchema","outputSchema"],"sourceRoot":"../../../../src","sources":["credentials-catalogue/v1.0.0/mappers.ts"],"mappings":"AAAA,SAASA,YAAY,QAAQ,qBAAqB;AAClD,SACEC,2BAA2B,QAEtB,oCAAoC;AAC3C,SACEC,8BAA8B,QAEzB,SAAS;AAEhB,OAAO,MAAMC,yBAAyB,GAAGH,YAAY,CAInDI,IAAA,IAAiB;EAAA,IAAhB;IAAEC;EAAQ,CAAC,GAAAD,IAAA;EACV,MAAM;IAAEE,eAAe;IAAE,GAAGC;EAAK,CAAC,GAAGF,OAAO;EAC5C,OAAO;IACL,GAAGE,IAAI;IACPC,WAAW,EAAEH,OAAO,CAACG,WAAW,CAACC,GAAG,CAAEC,UAAU,KAAM;MACpD,GAAGA,UAAU;MACbC,iBAAiB,EAAED,UAAU,CAACC,iBAAiB,CAACF,GAAG,CACjDG,KAAA;QAAA,IAAC;UAAEC,WAAW;UAAE,GAAGC;QAAG,CAAC,GAAAF,KAAA;QAAA,OAAM;UAC3B,GAAGE,EAAE;UACLC,iBAAiB,EAAEF;QACrB,CAAC;MAAA,CACH;IACF,CAAC,CAAC;EACJ,CAAC;AACH,CAAC,EACD;EACEG,WAAW,EAAEd,8BAA8B;EAC3Ce,YAAY,EAAEhB;AAChB,CACF,CAAC"}
|
|
@@ -1,69 +1,69 @@
|
|
|
1
1
|
import * as z from "zod";
|
|
2
2
|
import { UnixTime } from "../../utils/zod";
|
|
3
3
|
const CredentialPurpose = z.object({
|
|
4
|
-
id: z.string(),
|
|
5
|
-
description: z.string(),
|
|
6
4
|
category: z.string().optional(),
|
|
7
|
-
|
|
5
|
+
claim_recommended: z.array(z.string()),
|
|
8
6
|
claims_required: z.array(z.string()),
|
|
9
|
-
|
|
7
|
+
description: z.string(),
|
|
8
|
+
id: z.string(),
|
|
9
|
+
subcategory: z.string().optional()
|
|
10
10
|
});
|
|
11
11
|
const CredentialIssuer = z.object({
|
|
12
|
-
id: z.string(),
|
|
13
|
-
organization_name: z.string(),
|
|
14
|
-
organization_code: z.string(),
|
|
15
|
-
organization_country: z.string(),
|
|
16
12
|
contacts: z.array(z.string()).optional(),
|
|
17
13
|
homepage_uri: z.string().optional(),
|
|
14
|
+
id: z.string(),
|
|
18
15
|
logo_uri: z.string().optional(),
|
|
16
|
+
organization_code: z.string(),
|
|
17
|
+
organization_country: z.string(),
|
|
18
|
+
organization_name: z.string(),
|
|
19
19
|
policy_uri: z.string().optional(),
|
|
20
20
|
tos_uri: z.string().optional()
|
|
21
21
|
});
|
|
22
22
|
const AuthenticSource = z.object({
|
|
23
|
+
contacts: z.array(z.string()).optional(),
|
|
24
|
+
homepage_uri: z.string().optional(),
|
|
23
25
|
id: z.string(),
|
|
24
|
-
|
|
26
|
+
logo_uri: z.string().optional(),
|
|
25
27
|
organization_code: z.string(),
|
|
26
28
|
organization_country: z.string(),
|
|
29
|
+
organization_name: z.string(),
|
|
27
30
|
source_type: z.string(),
|
|
28
|
-
contacts: z.array(z.string()).optional(),
|
|
29
|
-
homepage_uri: z.string().optional(),
|
|
30
|
-
logo_uri: z.string().optional(),
|
|
31
31
|
user_information: z.string().optional()
|
|
32
32
|
});
|
|
33
33
|
const CredentialFormat = z.object({
|
|
34
34
|
configuration_id: z.string(),
|
|
35
|
-
format: z.enum(["dc+sd-jwt", "mso_mdoc"]),
|
|
36
|
-
vct: z.string().url().optional(),
|
|
37
35
|
docType: z.string().optional(),
|
|
36
|
+
format: z.enum(["dc+sd-jwt", "mso_mdoc"]),
|
|
38
37
|
schema_uri: z.string().url().optional(),
|
|
39
|
-
"schema_uri#integrity": z.string().optional()
|
|
38
|
+
"schema_uri#integrity": z.string().optional(),
|
|
39
|
+
vct: z.string().url().optional()
|
|
40
40
|
});
|
|
41
41
|
const Claim = z.object({
|
|
42
|
+
display_name: z.string(),
|
|
42
43
|
name: z.string(),
|
|
43
|
-
taxonomy_ref: z.string()
|
|
44
|
-
display_name: z.string()
|
|
44
|
+
taxonomy_ref: z.string()
|
|
45
45
|
});
|
|
46
46
|
export const DigitalCredential = z.object({
|
|
47
|
-
|
|
47
|
+
authentic_sources: z.array(AuthenticSource),
|
|
48
|
+
authentication: z.object({
|
|
49
|
+
min_loa: z.string(),
|
|
50
|
+
supported_eid_schemes: z.array(z.string()),
|
|
51
|
+
user_auth_required: z.boolean()
|
|
52
|
+
}),
|
|
53
|
+
claims: z.array(Claim),
|
|
48
54
|
credential_type: z.string(),
|
|
55
|
+
description: z.string(),
|
|
56
|
+
formats: z.array(CredentialFormat),
|
|
57
|
+
issuers: z.array(CredentialIssuer),
|
|
49
58
|
legal_type: z.string(),
|
|
50
59
|
name: z.string(),
|
|
51
|
-
|
|
60
|
+
purposes: z.array(CredentialPurpose),
|
|
52
61
|
validity_info: z.object({
|
|
62
|
+
allowed_states: z.array(z.string()),
|
|
53
63
|
max_validity_days: z.number(),
|
|
54
|
-
status_methods: z.array(z.string())
|
|
55
|
-
allowed_states: z.array(z.string())
|
|
56
|
-
}),
|
|
57
|
-
authentication: z.object({
|
|
58
|
-
user_auth_required: z.boolean(),
|
|
59
|
-
min_loa: z.string(),
|
|
60
|
-
supported_eid_schemes: z.array(z.string())
|
|
64
|
+
status_methods: z.array(z.string())
|
|
61
65
|
}),
|
|
62
|
-
|
|
63
|
-
issuers: z.array(CredentialIssuer),
|
|
64
|
-
authentic_sources: z.array(AuthenticSource),
|
|
65
|
-
formats: z.array(CredentialFormat),
|
|
66
|
-
claims: z.array(Claim)
|
|
66
|
+
version: z.string()
|
|
67
67
|
});
|
|
68
68
|
|
|
69
69
|
/**
|
|
@@ -74,16 +74,16 @@ export const DigitalCredential = z.object({
|
|
|
74
74
|
*/
|
|
75
75
|
export const DigitalCredentialsCatalogueJwt = z.object({
|
|
76
76
|
header: z.object({
|
|
77
|
-
typ: z.string(),
|
|
78
77
|
alg: z.string(),
|
|
79
|
-
kid: z.string()
|
|
78
|
+
kid: z.string(),
|
|
79
|
+
typ: z.string()
|
|
80
80
|
}),
|
|
81
81
|
payload: z.object({
|
|
82
82
|
catalog_version: z.string(),
|
|
83
|
-
taxonomy_uri: z.string().url(),
|
|
84
83
|
credentials: z.array(DigitalCredential),
|
|
84
|
+
exp: UnixTime,
|
|
85
85
|
iat: UnixTime,
|
|
86
|
-
|
|
86
|
+
taxonomy_uri: z.string().url()
|
|
87
87
|
})
|
|
88
88
|
});
|
|
89
89
|
//# sourceMappingURL=types.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["z","UnixTime","CredentialPurpose","object","
|
|
1
|
+
{"version":3,"names":["z","UnixTime","CredentialPurpose","object","category","string","optional","claim_recommended","array","claims_required","description","id","subcategory","CredentialIssuer","contacts","homepage_uri","logo_uri","organization_code","organization_country","organization_name","policy_uri","tos_uri","AuthenticSource","source_type","user_information","CredentialFormat","configuration_id","docType","format","enum","schema_uri","url","vct","Claim","display_name","name","taxonomy_ref","DigitalCredential","authentic_sources","authentication","min_loa","supported_eid_schemes","user_auth_required","boolean","claims","credential_type","formats","issuers","legal_type","purposes","validity_info","allowed_states","max_validity_days","number","status_methods","version","DigitalCredentialsCatalogueJwt","header","alg","kid","typ","payload","catalog_version","credentials","exp","iat","taxonomy_uri"],"sourceRoot":"../../../../src","sources":["credentials-catalogue/v1.0.0/types.ts"],"mappings":"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"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getTrustAnchorEntityConfiguration } from "../../trust/v1.0.0/entities"; // TODO: use trust from v1.3.3
|
|
2
2
|
|
|
3
|
-
import { AuthenticSourceRegistry, DigitalCredentialsCatalogueJwt, RegistryDiscoveryJwt, SchemaRegistry, TaxonomyRegistry } from "./types";
|
|
4
3
|
import { mapToCredentialsCatalogue } from "./mappers";
|
|
4
|
+
import { AuthenticSourceRegistry, DigitalCredentialsCatalogueJwt, RegistryDiscoveryJwt, SchemaRegistry, TaxonomyRegistry } from "./types";
|
|
5
5
|
import { fetchRegistry } from "./utils";
|
|
6
6
|
export const fetchAndParseCatalogue = async function (trustAnchorBaseUrl) {
|
|
7
7
|
let {
|
|
@@ -12,9 +12,9 @@ export const fetchAndParseCatalogue = async function (trustAnchorBaseUrl) {
|
|
|
12
12
|
});
|
|
13
13
|
const trustAnchorJwks = trustAnchorConfig.payload.jwks.keys;
|
|
14
14
|
const discovery = await fetchRegistry(`${trustAnchorConfig.payload.sub}/.well-known/it-wallet-registry`, {
|
|
15
|
-
|
|
15
|
+
appFetch,
|
|
16
16
|
jwks: trustAnchorJwks,
|
|
17
|
-
|
|
17
|
+
schema: RegistryDiscoveryJwt
|
|
18
18
|
});
|
|
19
19
|
const {
|
|
20
20
|
endpoints
|
|
@@ -22,21 +22,21 @@ export const fetchAndParseCatalogue = async function (trustAnchorBaseUrl) {
|
|
|
22
22
|
|
|
23
23
|
// Fetch registries necessary to build the full catalogue
|
|
24
24
|
const registries = await Promise.all([fetchRegistry(endpoints.credential_catalog, {
|
|
25
|
-
|
|
25
|
+
appFetch,
|
|
26
26
|
jwks: trustAnchorJwks,
|
|
27
|
-
|
|
27
|
+
schema: DigitalCredentialsCatalogueJwt
|
|
28
28
|
}), fetchRegistry(endpoints.authentic_sources, {
|
|
29
|
-
|
|
29
|
+
appFetch,
|
|
30
30
|
asJson: true,
|
|
31
|
-
|
|
31
|
+
schema: AuthenticSourceRegistry
|
|
32
32
|
}), fetchRegistry(endpoints.schema_registry, {
|
|
33
|
-
|
|
33
|
+
appFetch,
|
|
34
34
|
asJson: true,
|
|
35
|
-
|
|
35
|
+
schema: SchemaRegistry
|
|
36
36
|
}), fetchRegistry(endpoints.taxonomy, {
|
|
37
|
-
|
|
37
|
+
appFetch,
|
|
38
38
|
asJson: true,
|
|
39
|
-
|
|
39
|
+
schema: TaxonomyRegistry
|
|
40
40
|
})]);
|
|
41
41
|
return mapToCredentialsCatalogue([discovery, ...registries]);
|
|
42
42
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["getTrustAnchorEntityConfiguration","AuthenticSourceRegistry","DigitalCredentialsCatalogueJwt","RegistryDiscoveryJwt","SchemaRegistry","TaxonomyRegistry","
|
|
1
|
+
{"version":3,"names":["getTrustAnchorEntityConfiguration","mapToCredentialsCatalogue","AuthenticSourceRegistry","DigitalCredentialsCatalogueJwt","RegistryDiscoveryJwt","SchemaRegistry","TaxonomyRegistry","fetchRegistry","fetchAndParseCatalogue","trustAnchorBaseUrl","appFetch","fetch","arguments","length","undefined","trustAnchorConfig","trustAnchorJwks","payload","jwks","keys","discovery","sub","schema","endpoints","registries","Promise","all","credential_catalog","authentic_sources","asJson","schema_registry","taxonomy"],"sourceRoot":"../../../../src","sources":["credentials-catalogue/v1.3.3/fetch-and-parse-catalogue.ts"],"mappings":"AAAA,SAASA,iCAAiC,QAAQ,6BAA6B,CAAC,CAAC;;AAEjF,SAASC,yBAAyB,QAAQ,WAAW;AACrD,SACEC,uBAAuB,EACvBC,8BAA8B,EAC9BC,oBAAoB,EACpBC,cAAc,EACdC,gBAAgB,QACX,SAAS;AAChB,SAASC,aAAa,QAAQ,SAAS;AAEvC,OAAO,MAAMC,sBAAqD,GAAG,eAAAA,CACnEC,kBAAkB,EAEf;EAAA,IADH;IAAEC,QAAQ,GAAGC;EAAM,CAAC,GAAAC,SAAA,CAAAC,MAAA,QAAAD,SAAA,QAAAE,SAAA,GAAAF,SAAA,MAAG,CAAC,CAAC;EAEzB,MAAMG,iBAAiB,GAAG,MAAMf,iCAAiC,CAC/DS,kBAAkB,EAClB;IAAEC;EAAS,CACb,CAAC;EACD,MAAMM,eAAe,GAAGD,iBAAiB,CAACE,OAAO,CAACC,IAAI,CAACC,IAAI;EAE3D,MAAMC,SAAS,GAAG,MAAMb,aAAa,CAClC,GAAEQ,iBAAiB,CAACE,OAAO,CAACI,GAAI,iCAAgC,EACjE;IACEX,QAAQ;IACRQ,IAAI,EAAEF,eAAe;IACrBM,MAAM,EAAElB;EACV,CACF,CAAC;EACD,MAAM;IAAEmB;EAAU,CAAC,GAAGH,SAAS,CAACH,OAAO;;EAEvC;EACA,MAAMO,UAAU,GAAG,MAAMC,OAAO,CAACC,GAAG,CAAC,CACnCnB,aAAa,CAACgB,SAAS,CAACI,kBAAkB,EAAE;IAC1CjB,QAAQ;IACRQ,IAAI,EAAEF,eAAe;IACrBM,MAAM,EAAEnB;EACV,CAAC,CAAC,EACFI,aAAa,CAACgB,SAAS,CAACK,iBAAiB,EAAE;IACzClB,QAAQ;IACRmB,MAAM,EAAE,IAAI;IACZP,MAAM,EAAEpB;EACV,CAAC,CAAC,EACFK,aAAa,CAACgB,SAAS,CAACO,eAAe,EAAE;IACvCpB,QAAQ;IACRmB,MAAM,EAAE,IAAI;IACZP,MAAM,EAAEjB;EACV,CAAC,CAAC,EACFE,aAAa,CAACgB,SAAS,CAACQ,QAAQ,EAAE;IAChCrB,QAAQ;IACRmB,MAAM,EAAE,IAAI;IACZP,MAAM,EAAEhB;EACV,CAAC,CAAC,CACH,CAAC;EAEF,OAAOL,yBAAyB,CAAC,CAACmB,SAAS,EAAE,GAAGI,UAAU,CAAC,CAAC;AAC9D,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["fetchLocaleBundle","fetchTranslations","_ref","locales","
|
|
1
|
+
{"version":3,"names":["fetchLocaleBundle","fetchTranslations","_ref","locales","authenticSources","catalogue","taxonomy","appFetch","fetch","arguments","length","undefined","result","Promise","all","map","locale","catalogueBundle","asBundle","taxonomyBundle","available_locales","includes","base_uri","resolve","merged","Object","keys"],"sourceRoot":"../../../../src","sources":["credentials-catalogue/v1.3.3/fetch-translations.ts"],"mappings":"AAEA,SAASA,iBAAiB,QAAQ,SAAS;AAE3C,OAAO,MAAMC,iBAAwD,GAAG,eAAAA,CAAAC,IAAA,EAEtEC,OAAO,EAEJ;EAAA,IAHH;IAAEC,gBAAgB;IAAEC,SAAS;IAAEC;EAAS,CAAC,GAAAJ,IAAA;EAAA,IAEzC;IAAEK,QAAQ,GAAGC;EAAM,CAAC,GAAAC,SAAA,CAAAC,MAAA,QAAAD,SAAA,QAAAE,SAAA,GAAAF,SAAA,MAAG,CAAC,CAAC;EAEzB,MAAMG,MAA8C,GAAG,CAAC,CAAC;EAEzD,MAAMC,OAAO,CAACC,GAAG,CACfX,OAAO,CAACY,GAAG,CAAC,MAAOC,MAAM,IAAK;IAC5B,MAAM,CAACC,eAAe,EAAEC,QAAQ,EAAEC,cAAc,CAAC,GAAG,MAAMN,OAAO,CAACC,GAAG,CAAC,CACpET,SAAS,aAATA,SAAS,eAATA,SAAS,CAAEe,iBAAiB,CAACC,QAAQ,CAACL,MAAM,CAAC,GACzChB,iBAAiB,CAACK,SAAS,CAACiB,QAAQ,EAAEN,MAAM,EAAET,QAAQ,CAAC,GACvDM,OAAO,CAACU,OAAO,CAAC,CAAC,CAAC,CAAC,EACvBnB,gBAAgB,aAAhBA,gBAAgB,eAAhBA,gBAAgB,CAAEgB,iBAAiB,CAACC,QAAQ,CAACL,MAAM,CAAC,GAChDhB,iBAAiB,CAACI,gBAAgB,CAACkB,QAAQ,EAAEN,MAAM,EAAET,QAAQ,CAAC,GAC9DM,OAAO,CAACU,OAAO,CAAC,CAAC,CAAC,CAAC,EACvBjB,QAAQ,aAARA,QAAQ,eAARA,QAAQ,CAAEc,iBAAiB,CAACC,QAAQ,CAACL,MAAM,CAAC,GACxChB,iBAAiB,CAACM,QAAQ,CAACgB,QAAQ,EAAEN,MAAM,EAAET,QAAQ,CAAC,GACtDM,OAAO,CAACU,OAAO,CAAC,CAAC,CAAC,CAAC,CACxB,CAAC;IAEF,MAAMC,MAAM,GAAG;MAAE,GAAGP,eAAe;MAAE,GAAGC,QAAQ;MAAE,GAAGC;IAAe,CAAC;;IAErE;IACA,IAAIM,MAAM,CAACC,IAAI,CAACF,MAAM,CAAC,CAACd,MAAM,GAAG,CAAC,EAAE;MAClCE,MAAM,CAACI,MAAM,CAAC,GAAGQ,MAAM;IACzB;EACF,CAAC,CACH,CAAC;EAED,OAAOZ,MAAM;AACf,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { getStatusL10nIds } from "../common/get-status-l10n-ids";
|
|
1
2
|
import { fetchAndParseCatalogue } from "./fetch-and-parse-catalogue";
|
|
2
3
|
import { fetchTranslations } from "./fetch-translations";
|
|
3
|
-
import { getStatusL10nIds } from "../common/get-status-l10n-ids";
|
|
4
4
|
export const CredentialsCatalogue = {
|
|
5
5
|
fetchAndParseCatalogue,
|
|
6
6
|
fetchTranslations,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["
|
|
1
|
+
{"version":3,"names":["getStatusL10nIds","fetchAndParseCatalogue","fetchTranslations","CredentialsCatalogue"],"sourceRoot":"../../../../src","sources":["credentials-catalogue/v1.3.3/index.ts"],"mappings":"AAEA,SAASA,gBAAgB,QAAQ,+BAA+B;AAChE,SAASC,sBAAsB,QAAQ,6BAA6B;AACpE,SAASC,iBAAiB,QAAQ,sBAAsB;AAExD,OAAO,MAAMC,oBAA6C,GAAG;EAC3DF,sBAAsB;EACtBC,iBAAiB;EACjBF;AACF,CAAC"}
|