@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
|
@@ -2,33 +2,15 @@ import * as z from "zod";
|
|
|
2
2
|
export type CredentialIssuerEntityConfiguration = z.infer<typeof CredentialIssuerEntityConfiguration>;
|
|
3
3
|
export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.ZodObject<{
|
|
4
4
|
header: z.ZodObject<{
|
|
5
|
-
typ: z.ZodLiteral<"entity-statement+jwt">;
|
|
6
5
|
alg: z.ZodString;
|
|
7
6
|
kid: z.ZodString;
|
|
7
|
+
typ: z.ZodLiteral<"entity-statement+jwt">;
|
|
8
8
|
}, z.core.$strip>;
|
|
9
9
|
payload: z.ZodObject<{
|
|
10
|
-
iss: z.ZodString;
|
|
11
|
-
sub: z.ZodString;
|
|
12
|
-
iat: z.ZodNumber;
|
|
13
|
-
exp: z.ZodNumber;
|
|
14
10
|
authority_hints: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
federation_list_endpoint: z.ZodOptional<z.ZodString>;
|
|
19
|
-
federation_resolve_endpoint: z.ZodOptional<z.ZodString>;
|
|
20
|
-
federation_trust_mark_status_endpoint: z.ZodOptional<z.ZodString>;
|
|
21
|
-
federation_trust_mark_list_endpoint: z.ZodOptional<z.ZodString>;
|
|
22
|
-
federation_trust_mark_endpoint: z.ZodOptional<z.ZodString>;
|
|
23
|
-
federation_historical_keys_endpoint: z.ZodOptional<z.ZodString>;
|
|
24
|
-
endpoint_auth_signing_alg_values_supported: z.ZodOptional<z.ZodString>;
|
|
25
|
-
organization_name: z.ZodOptional<z.ZodString>;
|
|
26
|
-
homepage_uri: z.ZodOptional<z.ZodString>;
|
|
27
|
-
policy_uri: z.ZodOptional<z.ZodString>;
|
|
28
|
-
logo_uri: z.ZodOptional<z.ZodString>;
|
|
29
|
-
contacts: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
30
|
-
}, z.core.$loose>;
|
|
31
|
-
}, z.core.$loose>;
|
|
11
|
+
exp: z.ZodNumber;
|
|
12
|
+
iat: z.ZodNumber;
|
|
13
|
+
iss: z.ZodString;
|
|
32
14
|
jwks: z.ZodObject<{
|
|
33
15
|
keys: z.ZodArray<z.ZodObject<{
|
|
34
16
|
alg: z.ZodOptional<z.ZodString>;
|
|
@@ -51,13 +33,31 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
|
51
33
|
qi: z.ZodOptional<z.ZodString>;
|
|
52
34
|
use: z.ZodOptional<z.ZodString>;
|
|
53
35
|
x: z.ZodOptional<z.ZodString>;
|
|
54
|
-
y: z.ZodOptional<z.ZodString>;
|
|
55
36
|
x5c: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
56
37
|
x5t: z.ZodOptional<z.ZodString>;
|
|
57
38
|
"x5t#S256": z.ZodOptional<z.ZodString>;
|
|
58
39
|
x5u: z.ZodOptional<z.ZodString>;
|
|
40
|
+
y: z.ZodOptional<z.ZodString>;
|
|
59
41
|
}, z.core.$strip>>;
|
|
60
42
|
}, z.core.$strip>;
|
|
43
|
+
metadata: z.ZodObject<{
|
|
44
|
+
federation_entity: z.ZodObject<{
|
|
45
|
+
contacts: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
46
|
+
endpoint_auth_signing_alg_values_supported: z.ZodOptional<z.ZodString>;
|
|
47
|
+
federation_fetch_endpoint: z.ZodOptional<z.ZodString>;
|
|
48
|
+
federation_historical_keys_endpoint: z.ZodOptional<z.ZodString>;
|
|
49
|
+
federation_list_endpoint: z.ZodOptional<z.ZodString>;
|
|
50
|
+
federation_resolve_endpoint: z.ZodOptional<z.ZodString>;
|
|
51
|
+
federation_trust_mark_endpoint: z.ZodOptional<z.ZodString>;
|
|
52
|
+
federation_trust_mark_list_endpoint: z.ZodOptional<z.ZodString>;
|
|
53
|
+
federation_trust_mark_status_endpoint: z.ZodOptional<z.ZodString>;
|
|
54
|
+
homepage_uri: z.ZodOptional<z.ZodString>;
|
|
55
|
+
logo_uri: z.ZodOptional<z.ZodString>;
|
|
56
|
+
organization_name: z.ZodOptional<z.ZodString>;
|
|
57
|
+
policy_uri: z.ZodOptional<z.ZodString>;
|
|
58
|
+
}, z.core.$loose>;
|
|
59
|
+
}, z.core.$loose>;
|
|
60
|
+
sub: z.ZodString;
|
|
61
61
|
}, z.core.$loose>;
|
|
62
62
|
}, z.core.$strip>, z.ZodObject<{
|
|
63
63
|
payload: z.ZodObject<{
|
|
@@ -83,14 +83,47 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
|
83
83
|
qi: z.ZodOptional<z.ZodString>;
|
|
84
84
|
use: z.ZodOptional<z.ZodString>;
|
|
85
85
|
x: z.ZodOptional<z.ZodString>;
|
|
86
|
-
y: z.ZodOptional<z.ZodString>;
|
|
87
86
|
x5c: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
88
87
|
x5t: z.ZodOptional<z.ZodString>;
|
|
89
88
|
"x5t#S256": z.ZodOptional<z.ZodString>;
|
|
90
89
|
x5u: z.ZodOptional<z.ZodString>;
|
|
90
|
+
y: z.ZodOptional<z.ZodString>;
|
|
91
91
|
}, z.core.$strip>>;
|
|
92
92
|
}, z.core.$strip>;
|
|
93
93
|
metadata: z.ZodObject<{
|
|
94
|
+
oauth_authorization_server: z.ZodObject<{
|
|
95
|
+
acr_values_supported: z.ZodArray<z.ZodString>;
|
|
96
|
+
authorization_endpoint: z.ZodURL;
|
|
97
|
+
authorization_signing_alg_values_supported: z.ZodArray<z.ZodString>;
|
|
98
|
+
client_attestation_pop_signing_alg_values_supported: z.ZodArray<z.ZodString>;
|
|
99
|
+
client_attestation_signing_alg_values_supported: z.ZodArray<z.ZodString>;
|
|
100
|
+
client_registration_types_supported: z.ZodArray<z.ZodUnion<readonly [z.ZodLiteral<"automatic">, z.ZodLiteral<"explicit">]>>;
|
|
101
|
+
code_challenge_methods_supported: z.ZodArray<z.ZodString>;
|
|
102
|
+
dpop_signing_alg_values_supported: z.ZodArray<z.ZodString>;
|
|
103
|
+
grant_types_supported: z.ZodArray<z.ZodString>;
|
|
104
|
+
issuer: z.ZodURL;
|
|
105
|
+
jwks: z.ZodObject<{
|
|
106
|
+
keys: z.ZodArray<z.ZodObject<{
|
|
107
|
+
alg: z.ZodOptional<z.ZodString>;
|
|
108
|
+
key_ops: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
109
|
+
kid: z.ZodString;
|
|
110
|
+
kty: z.ZodString;
|
|
111
|
+
use: z.ZodOptional<z.ZodString>;
|
|
112
|
+
x5c: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
113
|
+
x5t: z.ZodOptional<z.ZodString>;
|
|
114
|
+
"x5t#S256": z.ZodOptional<z.ZodString>;
|
|
115
|
+
x5u: z.ZodOptional<z.ZodString>;
|
|
116
|
+
}, z.core.$loose>>;
|
|
117
|
+
}, z.core.$strip>;
|
|
118
|
+
pushed_authorization_request_endpoint: z.ZodURL;
|
|
119
|
+
request_object_signing_alg_values_supported: z.ZodArray<z.ZodString>;
|
|
120
|
+
require_signed_request_object: z.ZodLiteral<true>;
|
|
121
|
+
response_types_supported: z.ZodArray<z.ZodString>;
|
|
122
|
+
scopes_supported: z.ZodArray<z.ZodString>;
|
|
123
|
+
token_endpoint: z.ZodURL;
|
|
124
|
+
token_endpoint_auth_methods_supported: z.ZodArray<z.ZodString>;
|
|
125
|
+
token_endpoint_auth_signing_alg_values_supported: z.ZodArray<z.ZodString>;
|
|
126
|
+
}, z.core.$loose>;
|
|
94
127
|
openid_credential_issuer: z.ZodObject<{
|
|
95
128
|
authorization_servers: z.ZodOptional<z.ZodTuple<[z.ZodURL], z.ZodURL>>;
|
|
96
129
|
batch_credential_issuance: z.ZodOptional<z.ZodObject<{
|
|
@@ -210,39 +243,6 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
|
210
243
|
status_list_aggregation_endpoint: z.ZodOptional<z.ZodURL>;
|
|
211
244
|
trust_frameworks_supported: z.ZodArray<z.ZodUnion<readonly [z.ZodLiteral<"eudi_wallet">, z.ZodLiteral<"it_cie">, z.ZodLiteral<"it_wallet">, z.ZodLiteral<"it_l2+document_proof">, z.ZodLiteral<"it_spid">]>>;
|
|
212
245
|
}, z.core.$loose>;
|
|
213
|
-
oauth_authorization_server: z.ZodObject<{
|
|
214
|
-
acr_values_supported: z.ZodArray<z.ZodString>;
|
|
215
|
-
authorization_endpoint: z.ZodURL;
|
|
216
|
-
authorization_signing_alg_values_supported: z.ZodArray<z.ZodString>;
|
|
217
|
-
client_attestation_pop_signing_alg_values_supported: z.ZodArray<z.ZodString>;
|
|
218
|
-
client_attestation_signing_alg_values_supported: z.ZodArray<z.ZodString>;
|
|
219
|
-
client_registration_types_supported: z.ZodArray<z.ZodUnion<readonly [z.ZodLiteral<"automatic">, z.ZodLiteral<"explicit">]>>;
|
|
220
|
-
code_challenge_methods_supported: z.ZodArray<z.ZodString>;
|
|
221
|
-
dpop_signing_alg_values_supported: z.ZodArray<z.ZodString>;
|
|
222
|
-
grant_types_supported: z.ZodArray<z.ZodString>;
|
|
223
|
-
issuer: z.ZodURL;
|
|
224
|
-
jwks: z.ZodObject<{
|
|
225
|
-
keys: z.ZodArray<z.ZodObject<{
|
|
226
|
-
alg: z.ZodOptional<z.ZodString>;
|
|
227
|
-
key_ops: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
228
|
-
kid: z.ZodString;
|
|
229
|
-
kty: z.ZodString;
|
|
230
|
-
use: z.ZodOptional<z.ZodString>;
|
|
231
|
-
x5c: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
232
|
-
x5t: z.ZodOptional<z.ZodString>;
|
|
233
|
-
"x5t#S256": z.ZodOptional<z.ZodString>;
|
|
234
|
-
x5u: z.ZodOptional<z.ZodString>;
|
|
235
|
-
}, z.core.$loose>>;
|
|
236
|
-
}, z.core.$strip>;
|
|
237
|
-
pushed_authorization_request_endpoint: z.ZodURL;
|
|
238
|
-
request_object_signing_alg_values_supported: z.ZodArray<z.ZodString>;
|
|
239
|
-
require_signed_request_object: z.ZodLiteral<true>;
|
|
240
|
-
response_types_supported: z.ZodArray<z.ZodString>;
|
|
241
|
-
scopes_supported: z.ZodArray<z.ZodString>;
|
|
242
|
-
token_endpoint: z.ZodURL;
|
|
243
|
-
token_endpoint_auth_methods_supported: z.ZodArray<z.ZodString>;
|
|
244
|
-
token_endpoint_auth_signing_alg_values_supported: z.ZodArray<z.ZodString>;
|
|
245
|
-
}, z.core.$loose>;
|
|
246
246
|
openid_credential_verifier: z.ZodOptional<z.ZodObject<{
|
|
247
247
|
application_type: z.ZodLiteral<"web">;
|
|
248
248
|
client_id: z.ZodURL;
|
|
@@ -279,33 +279,15 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
|
279
279
|
export type RelyingPartyEntityConfiguration = z.infer<typeof RelyingPartyEntityConfiguration>;
|
|
280
280
|
export declare const RelyingPartyEntityConfiguration: z.ZodIntersection<z.ZodObject<{
|
|
281
281
|
header: z.ZodObject<{
|
|
282
|
-
typ: z.ZodLiteral<"entity-statement+jwt">;
|
|
283
282
|
alg: z.ZodString;
|
|
284
283
|
kid: z.ZodString;
|
|
284
|
+
typ: z.ZodLiteral<"entity-statement+jwt">;
|
|
285
285
|
}, z.core.$strip>;
|
|
286
286
|
payload: z.ZodObject<{
|
|
287
|
-
iss: z.ZodString;
|
|
288
|
-
sub: z.ZodString;
|
|
289
|
-
iat: z.ZodNumber;
|
|
290
|
-
exp: z.ZodNumber;
|
|
291
287
|
authority_hints: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
federation_list_endpoint: z.ZodOptional<z.ZodString>;
|
|
296
|
-
federation_resolve_endpoint: z.ZodOptional<z.ZodString>;
|
|
297
|
-
federation_trust_mark_status_endpoint: z.ZodOptional<z.ZodString>;
|
|
298
|
-
federation_trust_mark_list_endpoint: z.ZodOptional<z.ZodString>;
|
|
299
|
-
federation_trust_mark_endpoint: z.ZodOptional<z.ZodString>;
|
|
300
|
-
federation_historical_keys_endpoint: z.ZodOptional<z.ZodString>;
|
|
301
|
-
endpoint_auth_signing_alg_values_supported: z.ZodOptional<z.ZodString>;
|
|
302
|
-
organization_name: z.ZodOptional<z.ZodString>;
|
|
303
|
-
homepage_uri: z.ZodOptional<z.ZodString>;
|
|
304
|
-
policy_uri: z.ZodOptional<z.ZodString>;
|
|
305
|
-
logo_uri: z.ZodOptional<z.ZodString>;
|
|
306
|
-
contacts: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
307
|
-
}, z.core.$loose>;
|
|
308
|
-
}, z.core.$loose>;
|
|
288
|
+
exp: z.ZodNumber;
|
|
289
|
+
iat: z.ZodNumber;
|
|
290
|
+
iss: z.ZodString;
|
|
309
291
|
jwks: z.ZodObject<{
|
|
310
292
|
keys: z.ZodArray<z.ZodObject<{
|
|
311
293
|
alg: z.ZodOptional<z.ZodString>;
|
|
@@ -328,13 +310,31 @@ export declare const RelyingPartyEntityConfiguration: z.ZodIntersection<z.ZodObj
|
|
|
328
310
|
qi: z.ZodOptional<z.ZodString>;
|
|
329
311
|
use: z.ZodOptional<z.ZodString>;
|
|
330
312
|
x: z.ZodOptional<z.ZodString>;
|
|
331
|
-
y: z.ZodOptional<z.ZodString>;
|
|
332
313
|
x5c: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
333
314
|
x5t: z.ZodOptional<z.ZodString>;
|
|
334
315
|
"x5t#S256": z.ZodOptional<z.ZodString>;
|
|
335
316
|
x5u: z.ZodOptional<z.ZodString>;
|
|
317
|
+
y: z.ZodOptional<z.ZodString>;
|
|
336
318
|
}, z.core.$strip>>;
|
|
337
319
|
}, z.core.$strip>;
|
|
320
|
+
metadata: z.ZodObject<{
|
|
321
|
+
federation_entity: z.ZodObject<{
|
|
322
|
+
contacts: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
323
|
+
endpoint_auth_signing_alg_values_supported: z.ZodOptional<z.ZodString>;
|
|
324
|
+
federation_fetch_endpoint: z.ZodOptional<z.ZodString>;
|
|
325
|
+
federation_historical_keys_endpoint: z.ZodOptional<z.ZodString>;
|
|
326
|
+
federation_list_endpoint: z.ZodOptional<z.ZodString>;
|
|
327
|
+
federation_resolve_endpoint: z.ZodOptional<z.ZodString>;
|
|
328
|
+
federation_trust_mark_endpoint: z.ZodOptional<z.ZodString>;
|
|
329
|
+
federation_trust_mark_list_endpoint: z.ZodOptional<z.ZodString>;
|
|
330
|
+
federation_trust_mark_status_endpoint: z.ZodOptional<z.ZodString>;
|
|
331
|
+
homepage_uri: z.ZodOptional<z.ZodString>;
|
|
332
|
+
logo_uri: z.ZodOptional<z.ZodString>;
|
|
333
|
+
organization_name: z.ZodOptional<z.ZodString>;
|
|
334
|
+
policy_uri: z.ZodOptional<z.ZodString>;
|
|
335
|
+
}, z.core.$loose>;
|
|
336
|
+
}, z.core.$loose>;
|
|
337
|
+
sub: z.ZodString;
|
|
338
338
|
}, z.core.$loose>;
|
|
339
339
|
}, z.core.$strip>, z.ZodObject<{
|
|
340
340
|
payload: z.ZodObject<{
|
|
@@ -375,33 +375,15 @@ export declare const RelyingPartyEntityConfiguration: z.ZodIntersection<z.ZodObj
|
|
|
375
375
|
export type WalletProviderEntityConfiguration = z.infer<typeof WalletProviderEntityConfiguration>;
|
|
376
376
|
export declare const WalletProviderEntityConfiguration: z.ZodIntersection<z.ZodObject<{
|
|
377
377
|
header: z.ZodObject<{
|
|
378
|
-
typ: z.ZodLiteral<"entity-statement+jwt">;
|
|
379
378
|
alg: z.ZodString;
|
|
380
379
|
kid: z.ZodString;
|
|
380
|
+
typ: z.ZodLiteral<"entity-statement+jwt">;
|
|
381
381
|
}, z.core.$strip>;
|
|
382
382
|
payload: z.ZodObject<{
|
|
383
|
-
iss: z.ZodString;
|
|
384
|
-
sub: z.ZodString;
|
|
385
|
-
iat: z.ZodNumber;
|
|
386
|
-
exp: z.ZodNumber;
|
|
387
383
|
authority_hints: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
federation_list_endpoint: z.ZodOptional<z.ZodString>;
|
|
392
|
-
federation_resolve_endpoint: z.ZodOptional<z.ZodString>;
|
|
393
|
-
federation_trust_mark_status_endpoint: z.ZodOptional<z.ZodString>;
|
|
394
|
-
federation_trust_mark_list_endpoint: z.ZodOptional<z.ZodString>;
|
|
395
|
-
federation_trust_mark_endpoint: z.ZodOptional<z.ZodString>;
|
|
396
|
-
federation_historical_keys_endpoint: z.ZodOptional<z.ZodString>;
|
|
397
|
-
endpoint_auth_signing_alg_values_supported: z.ZodOptional<z.ZodString>;
|
|
398
|
-
organization_name: z.ZodOptional<z.ZodString>;
|
|
399
|
-
homepage_uri: z.ZodOptional<z.ZodString>;
|
|
400
|
-
policy_uri: z.ZodOptional<z.ZodString>;
|
|
401
|
-
logo_uri: z.ZodOptional<z.ZodString>;
|
|
402
|
-
contacts: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
403
|
-
}, z.core.$loose>;
|
|
404
|
-
}, z.core.$loose>;
|
|
384
|
+
exp: z.ZodNumber;
|
|
385
|
+
iat: z.ZodNumber;
|
|
386
|
+
iss: z.ZodString;
|
|
405
387
|
jwks: z.ZodObject<{
|
|
406
388
|
keys: z.ZodArray<z.ZodObject<{
|
|
407
389
|
alg: z.ZodOptional<z.ZodString>;
|
|
@@ -424,13 +406,31 @@ export declare const WalletProviderEntityConfiguration: z.ZodIntersection<z.ZodO
|
|
|
424
406
|
qi: z.ZodOptional<z.ZodString>;
|
|
425
407
|
use: z.ZodOptional<z.ZodString>;
|
|
426
408
|
x: z.ZodOptional<z.ZodString>;
|
|
427
|
-
y: z.ZodOptional<z.ZodString>;
|
|
428
409
|
x5c: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
429
410
|
x5t: z.ZodOptional<z.ZodString>;
|
|
430
411
|
"x5t#S256": z.ZodOptional<z.ZodString>;
|
|
431
412
|
x5u: z.ZodOptional<z.ZodString>;
|
|
413
|
+
y: z.ZodOptional<z.ZodString>;
|
|
432
414
|
}, z.core.$strip>>;
|
|
433
415
|
}, z.core.$strip>;
|
|
416
|
+
metadata: z.ZodObject<{
|
|
417
|
+
federation_entity: z.ZodObject<{
|
|
418
|
+
contacts: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
419
|
+
endpoint_auth_signing_alg_values_supported: z.ZodOptional<z.ZodString>;
|
|
420
|
+
federation_fetch_endpoint: z.ZodOptional<z.ZodString>;
|
|
421
|
+
federation_historical_keys_endpoint: z.ZodOptional<z.ZodString>;
|
|
422
|
+
federation_list_endpoint: z.ZodOptional<z.ZodString>;
|
|
423
|
+
federation_resolve_endpoint: z.ZodOptional<z.ZodString>;
|
|
424
|
+
federation_trust_mark_endpoint: z.ZodOptional<z.ZodString>;
|
|
425
|
+
federation_trust_mark_list_endpoint: z.ZodOptional<z.ZodString>;
|
|
426
|
+
federation_trust_mark_status_endpoint: z.ZodOptional<z.ZodString>;
|
|
427
|
+
homepage_uri: z.ZodOptional<z.ZodString>;
|
|
428
|
+
logo_uri: z.ZodOptional<z.ZodString>;
|
|
429
|
+
organization_name: z.ZodOptional<z.ZodString>;
|
|
430
|
+
policy_uri: z.ZodOptional<z.ZodString>;
|
|
431
|
+
}, z.core.$loose>;
|
|
432
|
+
}, z.core.$loose>;
|
|
433
|
+
sub: z.ZodString;
|
|
434
434
|
}, z.core.$loose>;
|
|
435
435
|
}, z.core.$strip>, z.ZodObject<{
|
|
436
436
|
payload: z.ZodObject<{
|
|
@@ -472,33 +472,15 @@ export declare const WalletProviderEntityConfiguration: z.ZodIntersection<z.ZodO
|
|
|
472
472
|
export type EntityConfiguration = z.infer<typeof EntityConfiguration>;
|
|
473
473
|
export declare const EntityConfiguration: z.ZodUnion<readonly [z.ZodIntersection<z.ZodObject<{
|
|
474
474
|
header: z.ZodObject<{
|
|
475
|
-
typ: z.ZodLiteral<"entity-statement+jwt">;
|
|
476
475
|
alg: z.ZodString;
|
|
477
476
|
kid: z.ZodString;
|
|
477
|
+
typ: z.ZodLiteral<"entity-statement+jwt">;
|
|
478
478
|
}, z.core.$strip>;
|
|
479
479
|
payload: z.ZodObject<{
|
|
480
|
-
iss: z.ZodString;
|
|
481
|
-
sub: z.ZodString;
|
|
482
|
-
iat: z.ZodNumber;
|
|
483
|
-
exp: z.ZodNumber;
|
|
484
480
|
authority_hints: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
federation_list_endpoint: z.ZodOptional<z.ZodString>;
|
|
489
|
-
federation_resolve_endpoint: z.ZodOptional<z.ZodString>;
|
|
490
|
-
federation_trust_mark_status_endpoint: z.ZodOptional<z.ZodString>;
|
|
491
|
-
federation_trust_mark_list_endpoint: z.ZodOptional<z.ZodString>;
|
|
492
|
-
federation_trust_mark_endpoint: z.ZodOptional<z.ZodString>;
|
|
493
|
-
federation_historical_keys_endpoint: z.ZodOptional<z.ZodString>;
|
|
494
|
-
endpoint_auth_signing_alg_values_supported: z.ZodOptional<z.ZodString>;
|
|
495
|
-
organization_name: z.ZodOptional<z.ZodString>;
|
|
496
|
-
homepage_uri: z.ZodOptional<z.ZodString>;
|
|
497
|
-
policy_uri: z.ZodOptional<z.ZodString>;
|
|
498
|
-
logo_uri: z.ZodOptional<z.ZodString>;
|
|
499
|
-
contacts: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
500
|
-
}, z.core.$loose>;
|
|
501
|
-
}, z.core.$loose>;
|
|
481
|
+
exp: z.ZodNumber;
|
|
482
|
+
iat: z.ZodNumber;
|
|
483
|
+
iss: z.ZodString;
|
|
502
484
|
jwks: z.ZodObject<{
|
|
503
485
|
keys: z.ZodArray<z.ZodObject<{
|
|
504
486
|
alg: z.ZodOptional<z.ZodString>;
|
|
@@ -521,13 +503,31 @@ export declare const EntityConfiguration: z.ZodUnion<readonly [z.ZodIntersection
|
|
|
521
503
|
qi: z.ZodOptional<z.ZodString>;
|
|
522
504
|
use: z.ZodOptional<z.ZodString>;
|
|
523
505
|
x: z.ZodOptional<z.ZodString>;
|
|
524
|
-
y: z.ZodOptional<z.ZodString>;
|
|
525
506
|
x5c: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
526
507
|
x5t: z.ZodOptional<z.ZodString>;
|
|
527
508
|
"x5t#S256": z.ZodOptional<z.ZodString>;
|
|
528
509
|
x5u: z.ZodOptional<z.ZodString>;
|
|
510
|
+
y: z.ZodOptional<z.ZodString>;
|
|
529
511
|
}, z.core.$strip>>;
|
|
530
512
|
}, z.core.$strip>;
|
|
513
|
+
metadata: z.ZodObject<{
|
|
514
|
+
federation_entity: z.ZodObject<{
|
|
515
|
+
contacts: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
516
|
+
endpoint_auth_signing_alg_values_supported: z.ZodOptional<z.ZodString>;
|
|
517
|
+
federation_fetch_endpoint: z.ZodOptional<z.ZodString>;
|
|
518
|
+
federation_historical_keys_endpoint: z.ZodOptional<z.ZodString>;
|
|
519
|
+
federation_list_endpoint: z.ZodOptional<z.ZodString>;
|
|
520
|
+
federation_resolve_endpoint: z.ZodOptional<z.ZodString>;
|
|
521
|
+
federation_trust_mark_endpoint: z.ZodOptional<z.ZodString>;
|
|
522
|
+
federation_trust_mark_list_endpoint: z.ZodOptional<z.ZodString>;
|
|
523
|
+
federation_trust_mark_status_endpoint: z.ZodOptional<z.ZodString>;
|
|
524
|
+
homepage_uri: z.ZodOptional<z.ZodString>;
|
|
525
|
+
logo_uri: z.ZodOptional<z.ZodString>;
|
|
526
|
+
organization_name: z.ZodOptional<z.ZodString>;
|
|
527
|
+
policy_uri: z.ZodOptional<z.ZodString>;
|
|
528
|
+
}, z.core.$loose>;
|
|
529
|
+
}, z.core.$loose>;
|
|
530
|
+
sub: z.ZodString;
|
|
531
531
|
}, z.core.$loose>;
|
|
532
532
|
}, z.core.$strip>, z.ZodObject<{
|
|
533
533
|
payload: z.ZodObject<{
|
|
@@ -567,33 +567,15 @@ export declare const EntityConfiguration: z.ZodUnion<readonly [z.ZodIntersection
|
|
|
567
567
|
}, z.core.$strip>;
|
|
568
568
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
569
569
|
header: z.ZodObject<{
|
|
570
|
-
typ: z.ZodLiteral<"entity-statement+jwt">;
|
|
571
570
|
alg: z.ZodString;
|
|
572
571
|
kid: z.ZodString;
|
|
572
|
+
typ: z.ZodLiteral<"entity-statement+jwt">;
|
|
573
573
|
}, z.core.$strip>;
|
|
574
574
|
payload: z.ZodObject<{
|
|
575
|
-
iss: z.ZodString;
|
|
576
|
-
sub: z.ZodString;
|
|
577
|
-
iat: z.ZodNumber;
|
|
578
|
-
exp: z.ZodNumber;
|
|
579
575
|
authority_hints: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
federation_list_endpoint: z.ZodOptional<z.ZodString>;
|
|
584
|
-
federation_resolve_endpoint: z.ZodOptional<z.ZodString>;
|
|
585
|
-
federation_trust_mark_status_endpoint: z.ZodOptional<z.ZodString>;
|
|
586
|
-
federation_trust_mark_list_endpoint: z.ZodOptional<z.ZodString>;
|
|
587
|
-
federation_trust_mark_endpoint: z.ZodOptional<z.ZodString>;
|
|
588
|
-
federation_historical_keys_endpoint: z.ZodOptional<z.ZodString>;
|
|
589
|
-
endpoint_auth_signing_alg_values_supported: z.ZodOptional<z.ZodString>;
|
|
590
|
-
organization_name: z.ZodOptional<z.ZodString>;
|
|
591
|
-
homepage_uri: z.ZodOptional<z.ZodString>;
|
|
592
|
-
policy_uri: z.ZodOptional<z.ZodString>;
|
|
593
|
-
logo_uri: z.ZodOptional<z.ZodString>;
|
|
594
|
-
contacts: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
595
|
-
}, z.core.$loose>;
|
|
596
|
-
}, z.core.$loose>;
|
|
576
|
+
exp: z.ZodNumber;
|
|
577
|
+
iat: z.ZodNumber;
|
|
578
|
+
iss: z.ZodString;
|
|
597
579
|
jwks: z.ZodObject<{
|
|
598
580
|
keys: z.ZodArray<z.ZodObject<{
|
|
599
581
|
alg: z.ZodOptional<z.ZodString>;
|
|
@@ -616,13 +598,31 @@ export declare const EntityConfiguration: z.ZodUnion<readonly [z.ZodIntersection
|
|
|
616
598
|
qi: z.ZodOptional<z.ZodString>;
|
|
617
599
|
use: z.ZodOptional<z.ZodString>;
|
|
618
600
|
x: z.ZodOptional<z.ZodString>;
|
|
619
|
-
y: z.ZodOptional<z.ZodString>;
|
|
620
601
|
x5c: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
621
602
|
x5t: z.ZodOptional<z.ZodString>;
|
|
622
603
|
"x5t#S256": z.ZodOptional<z.ZodString>;
|
|
623
604
|
x5u: z.ZodOptional<z.ZodString>;
|
|
605
|
+
y: z.ZodOptional<z.ZodString>;
|
|
624
606
|
}, z.core.$strip>>;
|
|
625
607
|
}, z.core.$strip>;
|
|
608
|
+
metadata: z.ZodObject<{
|
|
609
|
+
federation_entity: z.ZodObject<{
|
|
610
|
+
contacts: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
611
|
+
endpoint_auth_signing_alg_values_supported: z.ZodOptional<z.ZodString>;
|
|
612
|
+
federation_fetch_endpoint: z.ZodOptional<z.ZodString>;
|
|
613
|
+
federation_historical_keys_endpoint: z.ZodOptional<z.ZodString>;
|
|
614
|
+
federation_list_endpoint: z.ZodOptional<z.ZodString>;
|
|
615
|
+
federation_resolve_endpoint: z.ZodOptional<z.ZodString>;
|
|
616
|
+
federation_trust_mark_endpoint: z.ZodOptional<z.ZodString>;
|
|
617
|
+
federation_trust_mark_list_endpoint: z.ZodOptional<z.ZodString>;
|
|
618
|
+
federation_trust_mark_status_endpoint: z.ZodOptional<z.ZodString>;
|
|
619
|
+
homepage_uri: z.ZodOptional<z.ZodString>;
|
|
620
|
+
logo_uri: z.ZodOptional<z.ZodString>;
|
|
621
|
+
organization_name: z.ZodOptional<z.ZodString>;
|
|
622
|
+
policy_uri: z.ZodOptional<z.ZodString>;
|
|
623
|
+
}, z.core.$loose>;
|
|
624
|
+
}, z.core.$loose>;
|
|
625
|
+
sub: z.ZodString;
|
|
626
626
|
}, z.core.$loose>;
|
|
627
627
|
}, z.core.$strip>, z.ZodObject<{
|
|
628
628
|
payload: z.ZodObject<{
|
|
@@ -648,14 +648,47 @@ export declare const EntityConfiguration: z.ZodUnion<readonly [z.ZodIntersection
|
|
|
648
648
|
qi: z.ZodOptional<z.ZodString>;
|
|
649
649
|
use: z.ZodOptional<z.ZodString>;
|
|
650
650
|
x: z.ZodOptional<z.ZodString>;
|
|
651
|
-
y: z.ZodOptional<z.ZodString>;
|
|
652
651
|
x5c: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
653
652
|
x5t: z.ZodOptional<z.ZodString>;
|
|
654
653
|
"x5t#S256": z.ZodOptional<z.ZodString>;
|
|
655
654
|
x5u: z.ZodOptional<z.ZodString>;
|
|
655
|
+
y: z.ZodOptional<z.ZodString>;
|
|
656
656
|
}, z.core.$strip>>;
|
|
657
657
|
}, z.core.$strip>;
|
|
658
658
|
metadata: z.ZodObject<{
|
|
659
|
+
oauth_authorization_server: z.ZodObject<{
|
|
660
|
+
acr_values_supported: z.ZodArray<z.ZodString>;
|
|
661
|
+
authorization_endpoint: z.ZodURL;
|
|
662
|
+
authorization_signing_alg_values_supported: z.ZodArray<z.ZodString>;
|
|
663
|
+
client_attestation_pop_signing_alg_values_supported: z.ZodArray<z.ZodString>;
|
|
664
|
+
client_attestation_signing_alg_values_supported: z.ZodArray<z.ZodString>;
|
|
665
|
+
client_registration_types_supported: z.ZodArray<z.ZodUnion<readonly [z.ZodLiteral<"automatic">, z.ZodLiteral<"explicit">]>>;
|
|
666
|
+
code_challenge_methods_supported: z.ZodArray<z.ZodString>;
|
|
667
|
+
dpop_signing_alg_values_supported: z.ZodArray<z.ZodString>;
|
|
668
|
+
grant_types_supported: z.ZodArray<z.ZodString>;
|
|
669
|
+
issuer: z.ZodURL;
|
|
670
|
+
jwks: z.ZodObject<{
|
|
671
|
+
keys: z.ZodArray<z.ZodObject<{
|
|
672
|
+
alg: z.ZodOptional<z.ZodString>;
|
|
673
|
+
key_ops: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
674
|
+
kid: z.ZodString;
|
|
675
|
+
kty: z.ZodString;
|
|
676
|
+
use: z.ZodOptional<z.ZodString>;
|
|
677
|
+
x5c: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
678
|
+
x5t: z.ZodOptional<z.ZodString>;
|
|
679
|
+
"x5t#S256": z.ZodOptional<z.ZodString>;
|
|
680
|
+
x5u: z.ZodOptional<z.ZodString>;
|
|
681
|
+
}, z.core.$loose>>;
|
|
682
|
+
}, z.core.$strip>;
|
|
683
|
+
pushed_authorization_request_endpoint: z.ZodURL;
|
|
684
|
+
request_object_signing_alg_values_supported: z.ZodArray<z.ZodString>;
|
|
685
|
+
require_signed_request_object: z.ZodLiteral<true>;
|
|
686
|
+
response_types_supported: z.ZodArray<z.ZodString>;
|
|
687
|
+
scopes_supported: z.ZodArray<z.ZodString>;
|
|
688
|
+
token_endpoint: z.ZodURL;
|
|
689
|
+
token_endpoint_auth_methods_supported: z.ZodArray<z.ZodString>;
|
|
690
|
+
token_endpoint_auth_signing_alg_values_supported: z.ZodArray<z.ZodString>;
|
|
691
|
+
}, z.core.$loose>;
|
|
659
692
|
openid_credential_issuer: z.ZodObject<{
|
|
660
693
|
authorization_servers: z.ZodOptional<z.ZodTuple<[z.ZodURL], z.ZodURL>>;
|
|
661
694
|
batch_credential_issuance: z.ZodOptional<z.ZodObject<{
|
|
@@ -775,39 +808,6 @@ export declare const EntityConfiguration: z.ZodUnion<readonly [z.ZodIntersection
|
|
|
775
808
|
status_list_aggregation_endpoint: z.ZodOptional<z.ZodURL>;
|
|
776
809
|
trust_frameworks_supported: z.ZodArray<z.ZodUnion<readonly [z.ZodLiteral<"eudi_wallet">, z.ZodLiteral<"it_cie">, z.ZodLiteral<"it_wallet">, z.ZodLiteral<"it_l2+document_proof">, z.ZodLiteral<"it_spid">]>>;
|
|
777
810
|
}, z.core.$loose>;
|
|
778
|
-
oauth_authorization_server: z.ZodObject<{
|
|
779
|
-
acr_values_supported: z.ZodArray<z.ZodString>;
|
|
780
|
-
authorization_endpoint: z.ZodURL;
|
|
781
|
-
authorization_signing_alg_values_supported: z.ZodArray<z.ZodString>;
|
|
782
|
-
client_attestation_pop_signing_alg_values_supported: z.ZodArray<z.ZodString>;
|
|
783
|
-
client_attestation_signing_alg_values_supported: z.ZodArray<z.ZodString>;
|
|
784
|
-
client_registration_types_supported: z.ZodArray<z.ZodUnion<readonly [z.ZodLiteral<"automatic">, z.ZodLiteral<"explicit">]>>;
|
|
785
|
-
code_challenge_methods_supported: z.ZodArray<z.ZodString>;
|
|
786
|
-
dpop_signing_alg_values_supported: z.ZodArray<z.ZodString>;
|
|
787
|
-
grant_types_supported: z.ZodArray<z.ZodString>;
|
|
788
|
-
issuer: z.ZodURL;
|
|
789
|
-
jwks: z.ZodObject<{
|
|
790
|
-
keys: z.ZodArray<z.ZodObject<{
|
|
791
|
-
alg: z.ZodOptional<z.ZodString>;
|
|
792
|
-
key_ops: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
793
|
-
kid: z.ZodString;
|
|
794
|
-
kty: z.ZodString;
|
|
795
|
-
use: z.ZodOptional<z.ZodString>;
|
|
796
|
-
x5c: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
797
|
-
x5t: z.ZodOptional<z.ZodString>;
|
|
798
|
-
"x5t#S256": z.ZodOptional<z.ZodString>;
|
|
799
|
-
x5u: z.ZodOptional<z.ZodString>;
|
|
800
|
-
}, z.core.$loose>>;
|
|
801
|
-
}, z.core.$strip>;
|
|
802
|
-
pushed_authorization_request_endpoint: z.ZodURL;
|
|
803
|
-
request_object_signing_alg_values_supported: z.ZodArray<z.ZodString>;
|
|
804
|
-
require_signed_request_object: z.ZodLiteral<true>;
|
|
805
|
-
response_types_supported: z.ZodArray<z.ZodString>;
|
|
806
|
-
scopes_supported: z.ZodArray<z.ZodString>;
|
|
807
|
-
token_endpoint: z.ZodURL;
|
|
808
|
-
token_endpoint_auth_methods_supported: z.ZodArray<z.ZodString>;
|
|
809
|
-
token_endpoint_auth_signing_alg_values_supported: z.ZodArray<z.ZodString>;
|
|
810
|
-
}, z.core.$loose>;
|
|
811
811
|
openid_credential_verifier: z.ZodOptional<z.ZodObject<{
|
|
812
812
|
application_type: z.ZodLiteral<"web">;
|
|
813
813
|
client_id: z.ZodURL;
|
|
@@ -842,33 +842,15 @@ export declare const EntityConfiguration: z.ZodUnion<readonly [z.ZodIntersection
|
|
|
842
842
|
}, z.core.$strip>;
|
|
843
843
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
844
844
|
header: z.ZodObject<{
|
|
845
|
-
typ: z.ZodLiteral<"entity-statement+jwt">;
|
|
846
845
|
alg: z.ZodString;
|
|
847
846
|
kid: z.ZodString;
|
|
847
|
+
typ: z.ZodLiteral<"entity-statement+jwt">;
|
|
848
848
|
}, z.core.$strip>;
|
|
849
849
|
payload: z.ZodObject<{
|
|
850
|
-
iss: z.ZodString;
|
|
851
|
-
sub: z.ZodString;
|
|
852
|
-
iat: z.ZodNumber;
|
|
853
|
-
exp: z.ZodNumber;
|
|
854
850
|
authority_hints: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
federation_list_endpoint: z.ZodOptional<z.ZodString>;
|
|
859
|
-
federation_resolve_endpoint: z.ZodOptional<z.ZodString>;
|
|
860
|
-
federation_trust_mark_status_endpoint: z.ZodOptional<z.ZodString>;
|
|
861
|
-
federation_trust_mark_list_endpoint: z.ZodOptional<z.ZodString>;
|
|
862
|
-
federation_trust_mark_endpoint: z.ZodOptional<z.ZodString>;
|
|
863
|
-
federation_historical_keys_endpoint: z.ZodOptional<z.ZodString>;
|
|
864
|
-
endpoint_auth_signing_alg_values_supported: z.ZodOptional<z.ZodString>;
|
|
865
|
-
organization_name: z.ZodOptional<z.ZodString>;
|
|
866
|
-
homepage_uri: z.ZodOptional<z.ZodString>;
|
|
867
|
-
policy_uri: z.ZodOptional<z.ZodString>;
|
|
868
|
-
logo_uri: z.ZodOptional<z.ZodString>;
|
|
869
|
-
contacts: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
870
|
-
}, z.core.$loose>;
|
|
871
|
-
}, z.core.$loose>;
|
|
851
|
+
exp: z.ZodNumber;
|
|
852
|
+
iat: z.ZodNumber;
|
|
853
|
+
iss: z.ZodString;
|
|
872
854
|
jwks: z.ZodObject<{
|
|
873
855
|
keys: z.ZodArray<z.ZodObject<{
|
|
874
856
|
alg: z.ZodOptional<z.ZodString>;
|
|
@@ -891,13 +873,31 @@ export declare const EntityConfiguration: z.ZodUnion<readonly [z.ZodIntersection
|
|
|
891
873
|
qi: z.ZodOptional<z.ZodString>;
|
|
892
874
|
use: z.ZodOptional<z.ZodString>;
|
|
893
875
|
x: z.ZodOptional<z.ZodString>;
|
|
894
|
-
y: z.ZodOptional<z.ZodString>;
|
|
895
876
|
x5c: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
896
877
|
x5t: z.ZodOptional<z.ZodString>;
|
|
897
878
|
"x5t#S256": z.ZodOptional<z.ZodString>;
|
|
898
879
|
x5u: z.ZodOptional<z.ZodString>;
|
|
880
|
+
y: z.ZodOptional<z.ZodString>;
|
|
899
881
|
}, z.core.$strip>>;
|
|
900
882
|
}, z.core.$strip>;
|
|
883
|
+
metadata: z.ZodObject<{
|
|
884
|
+
federation_entity: z.ZodObject<{
|
|
885
|
+
contacts: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
886
|
+
endpoint_auth_signing_alg_values_supported: z.ZodOptional<z.ZodString>;
|
|
887
|
+
federation_fetch_endpoint: z.ZodOptional<z.ZodString>;
|
|
888
|
+
federation_historical_keys_endpoint: z.ZodOptional<z.ZodString>;
|
|
889
|
+
federation_list_endpoint: z.ZodOptional<z.ZodString>;
|
|
890
|
+
federation_resolve_endpoint: z.ZodOptional<z.ZodString>;
|
|
891
|
+
federation_trust_mark_endpoint: z.ZodOptional<z.ZodString>;
|
|
892
|
+
federation_trust_mark_list_endpoint: z.ZodOptional<z.ZodString>;
|
|
893
|
+
federation_trust_mark_status_endpoint: z.ZodOptional<z.ZodString>;
|
|
894
|
+
homepage_uri: z.ZodOptional<z.ZodString>;
|
|
895
|
+
logo_uri: z.ZodOptional<z.ZodString>;
|
|
896
|
+
organization_name: z.ZodOptional<z.ZodString>;
|
|
897
|
+
policy_uri: z.ZodOptional<z.ZodString>;
|
|
898
|
+
}, z.core.$loose>;
|
|
899
|
+
}, z.core.$loose>;
|
|
900
|
+
sub: z.ZodString;
|
|
901
901
|
}, z.core.$loose>;
|
|
902
902
|
}, z.core.$strip>, z.ZodObject<{
|
|
903
903
|
payload: z.ZodObject<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/trust/v1.3.3/types.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/trust/v1.3.3/types.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAMzB,MAAM,MAAM,mCAAmC,GAAG,CAAC,CAAC,KAAK,CACvD,OAAO,mCAAmC,CAC3C,CAAC;AACF,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAY/C,CAAC;AAGF,MAAM,MAAM,+BAA+B,GAAG,CAAC,CAAC,KAAK,CACnD,OAAO,+BAA+B,CACvC,CAAC;AACF,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAQ3C,CAAC;AAGF,MAAM,MAAM,iCAAiC,GAAG,CAAC,CAAC,KAAK,CACrD,OAAO,iCAAiC,CACzC,CAAC;AACF,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAQ7C,CAAC;AAGF,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;AACtE,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBAMwC,CAAC"}
|
|
@@ -12,8 +12,8 @@ export interface AuthorizationContext {
|
|
|
12
12
|
*/
|
|
13
13
|
export declare const AuthorizationResultShape: z.ZodObject<{
|
|
14
14
|
code: z.ZodString;
|
|
15
|
-
state: z.ZodString;
|
|
16
15
|
iss: z.ZodOptional<z.ZodString>;
|
|
16
|
+
state: z.ZodString;
|
|
17
17
|
}, z.core.$strip>;
|
|
18
18
|
/**
|
|
19
19
|
* The error of the identification process.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { type CryptoContext } from "@pagopa/io-react-native-jwt";
|
|
2
2
|
import { type CallbackContext } from "@pagopa/io-wallet-oauth2";
|
|
3
3
|
import type { JWK } from "./jwk";
|
|
4
|
-
type PartialCallbackContext = Omit<CallbackContext, "
|
|
4
|
+
type PartialCallbackContext = Omit<CallbackContext, "clientAuthentication" | "signJwt">;
|
|
5
5
|
/**
|
|
6
6
|
* Shared callbacks with React Native implementations for use
|
|
7
7
|
* in IO Wallet SDK. Callbacks not found here must be provided by the caller,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"callbacks.d.ts","sourceRoot":"","sources":["../../../src/utils/callbacks.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"callbacks.d.ts","sourceRoot":"","sources":["../../../src/utils/callbacks.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,aAAa,EAInB,MAAM,6BAA6B,CAAC;AAErC,OAAO,EAAE,KAAK,eAAe,EAAkB,MAAM,0BAA0B,CAAC;AAIhF,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAYjC,KAAK,sBAAsB,GAAG,IAAI,CAChC,eAAe,EACf,sBAAsB,GAAG,SAAS,CACnC,CAAC;AAyBF;;;;GAIG;AACH,eAAO,MAAM,gBAAgB,EAAE,sBAoC9B,CAAC;AAIF;;;;;;;;GAQG;AACH,eAAO,MAAM,uBAAuB,GAClC,MAAM,GAAG,EAAE,KACV,eAAe,CAAC,WAAW,CAS3B,CAAC;AAEJ;;;;GAIG;AACH,eAAO,MAAM,8BAA8B,GACzC,eAAe,aAAa,KAC3B,eAAe,CAAC,SAAS,CAYzB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"credentials.d.ts","sourceRoot":"","sources":["../../../src/utils/credentials.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"credentials.d.ts","sourceRoot":"","sources":["../../../src/utils/credentials.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAC/D,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAEjC,OAAO,EAGL,KAAK,0BAA0B,EAChC,MAAM,iBAAiB,CAAC;AAKzB;;;;;GAKG;AACH,eAAO,MAAM,wBAAwB,GACnC,YAAY,MAAM,EAClB,QAAQ,gBAAgB,GAAG,0BAA0B,KACpD,OAAO,CAAC,GAAG,CAab,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,wBAAwB,GAAI,OAAO,MAAM,WAOrD,CAAC"}
|
|
@@ -14,8 +14,8 @@ export type KeyAttestationCryptoContext = CryptoContext & {
|
|
|
14
14
|
* @returns An object with a success flag and a key attestation, if it was generated.
|
|
15
15
|
*/
|
|
16
16
|
generateKeyWithAttestation(challenge: string): Promise<{
|
|
17
|
-
success: boolean;
|
|
18
17
|
attestation?: string;
|
|
18
|
+
success: boolean;
|
|
19
19
|
}>;
|
|
20
20
|
};
|
|
21
21
|
/**
|