@pagopa/io-react-native-wallet 3.6.2 → 3.6.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/commonjs/IoWallet.js +5 -3
- package/lib/commonjs/IoWallet.js.map +1 -1
- package/lib/commonjs/api/index.js +19 -19
- package/lib/commonjs/api/index.js.map +1 -1
- package/lib/commonjs/client/generated/wallet-provider.js +23 -4
- package/lib/commonjs/client/generated/wallet-provider.js.map +1 -1
- package/lib/commonjs/client/index.js +9 -11
- package/lib/commonjs/client/index.js.map +1 -1
- package/lib/commonjs/credential/issuance/api/IssuerConfig.js +23 -23
- package/lib/commonjs/credential/issuance/api/IssuerConfig.js.map +1 -1
- package/lib/commonjs/credential/issuance/api/mrtd-pop/index.js.map +1 -1
- package/lib/commonjs/credential/issuance/api/types.js +3 -3
- package/lib/commonjs/credential/issuance/api/types.js.map +1 -1
- package/lib/commonjs/credential/issuance/common/02-start-user-authorization.js +3 -0
- package/lib/commonjs/credential/issuance/common/02-start-user-authorization.js.map +1 -1
- package/lib/commonjs/credential/issuance/common/06-verify-and-parse-credential.mdoc.js +11 -8
- package/lib/commonjs/credential/issuance/common/06-verify-and-parse-credential.mdoc.js.map +1 -1
- package/lib/commonjs/credential/issuance/common/06-verify-and-parse-credential.sdjwt.js +13 -13
- package/lib/commonjs/credential/issuance/common/06-verify-and-parse-credential.sdjwt.js.map +1 -1
- package/lib/commonjs/credential/issuance/common/errors.js +0 -3
- package/lib/commonjs/credential/issuance/common/errors.js.map +1 -1
- package/lib/commonjs/credential/issuance/mrtd-pop/01-verify-and-parse-challenge-info.js +4 -4
- package/lib/commonjs/credential/issuance/mrtd-pop/01-verify-and-parse-challenge-info.js.map +1 -1
- package/lib/commonjs/credential/issuance/mrtd-pop/02-init-challenge.js +14 -14
- package/lib/commonjs/credential/issuance/mrtd-pop/02-init-challenge.js.map +1 -1
- package/lib/commonjs/credential/issuance/mrtd-pop/03-validate-challenge.js +20 -20
- package/lib/commonjs/credential/issuance/mrtd-pop/03-validate-challenge.js.map +1 -1
- package/lib/commonjs/credential/issuance/mrtd-pop/index.js +4 -4
- package/lib/commonjs/credential/issuance/mrtd-pop/index.js.map +1 -1
- package/lib/commonjs/credential/issuance/v1.0.0/01-evaluate-issuer-trust.js.map +1 -1
- package/lib/commonjs/credential/issuance/v1.0.0/02-start-user-authorization.js +13 -13
- package/lib/commonjs/credential/issuance/v1.0.0/02-start-user-authorization.js.map +1 -1
- package/lib/commonjs/credential/issuance/v1.0.0/03-complete-user-authorization.js +18 -18
- package/lib/commonjs/credential/issuance/v1.0.0/03-complete-user-authorization.js.map +1 -1
- package/lib/commonjs/credential/issuance/v1.0.0/04-authorize-access.js +10 -10
- package/lib/commonjs/credential/issuance/v1.0.0/04-authorize-access.js.map +1 -1
- package/lib/commonjs/credential/issuance/v1.0.0/05-obtain-credential.js +24 -15
- package/lib/commonjs/credential/issuance/v1.0.0/05-obtain-credential.js.map +1 -1
- package/lib/commonjs/credential/issuance/v1.0.0/06-verify-and-parse-credential.js.map +1 -1
- package/lib/commonjs/credential/issuance/v1.0.0/index.js +8 -8
- package/lib/commonjs/credential/issuance/v1.0.0/index.js.map +1 -1
- package/lib/commonjs/credential/issuance/v1.0.0/mappers.js +7 -7
- package/lib/commonjs/credential/issuance/v1.0.0/mappers.js.map +1 -1
- package/lib/commonjs/credential/issuance/v1.0.0/types.js.map +1 -1
- package/lib/commonjs/credential/issuance/v1.3.3/01-evaluate-issuer-trust.js +3 -3
- package/lib/commonjs/credential/issuance/v1.3.3/01-evaluate-issuer-trust.js.map +1 -1
- package/lib/commonjs/credential/issuance/v1.3.3/02-start-user-authorization.js +30 -30
- package/lib/commonjs/credential/issuance/v1.3.3/02-start-user-authorization.js.map +1 -1
- package/lib/commonjs/credential/issuance/v1.3.3/03-complete-user-authorization.js +37 -37
- package/lib/commonjs/credential/issuance/v1.3.3/03-complete-user-authorization.js.map +1 -1
- package/lib/commonjs/credential/issuance/v1.3.3/04-authorize-access.js +16 -16
- package/lib/commonjs/credential/issuance/v1.3.3/04-authorize-access.js.map +1 -1
- package/lib/commonjs/credential/issuance/v1.3.3/05-obtain-credential.js +32 -28
- package/lib/commonjs/credential/issuance/v1.3.3/05-obtain-credential.js.map +1 -1
- package/lib/commonjs/credential/issuance/v1.3.3/06-verify-and-parse-credential.js.map +1 -1
- package/lib/commonjs/credential/issuance/v1.3.3/index.js +8 -8
- package/lib/commonjs/credential/issuance/v1.3.3/index.js.map +1 -1
- package/lib/commonjs/credential/issuance/v1.3.3/mappers.js +18 -17
- package/lib/commonjs/credential/issuance/v1.3.3/mappers.js.map +1 -1
- package/lib/commonjs/credential/offer/common/errors.js +0 -6
- package/lib/commonjs/credential/offer/common/errors.js.map +1 -1
- package/lib/commonjs/credential/offer/v1.0.0/index.js +3 -3
- package/lib/commonjs/credential/offer/v1.0.0/index.js.map +1 -1
- package/lib/commonjs/credential/offer/v1.3.3/01-resolve-credential-offer.js +4 -4
- package/lib/commonjs/credential/offer/v1.3.3/01-resolve-credential-offer.js.map +1 -1
- package/lib/commonjs/credential/offer/v1.3.3/02-extract-grant-details.js +4 -4
- package/lib/commonjs/credential/offer/v1.3.3/02-extract-grant-details.js.map +1 -1
- package/lib/commonjs/credential/offer/v1.3.3/03-validate-credential-offer.js +5 -5
- package/lib/commonjs/credential/offer/v1.3.3/03-validate-credential-offer.js.map +1 -1
- package/lib/commonjs/credential/offer/v1.3.3/index.js +1 -1
- package/lib/commonjs/credential/offer/v1.3.3/index.js.map +1 -1
- package/lib/commonjs/credential/presentation/api/RelyingPartyConfig.js +8 -8
- package/lib/commonjs/credential/presentation/api/RelyingPartyConfig.js.map +1 -1
- package/lib/commonjs/credential/presentation/api/types.js +11 -11
- package/lib/commonjs/credential/presentation/api/types.js.map +1 -1
- package/lib/commonjs/credential/presentation/common/errors.js +24 -23
- package/lib/commonjs/credential/presentation/common/errors.js.map +1 -1
- package/lib/commonjs/credential/presentation/common/utils/dcql.js +38 -35
- package/lib/commonjs/credential/presentation/common/utils/dcql.js.map +1 -1
- package/lib/commonjs/credential/presentation/common/utils/mdoc.js +20 -22
- package/lib/commonjs/credential/presentation/common/utils/mdoc.js.map +1 -1
- package/lib/commonjs/credential/presentation/common/utils/sd-jwt.js +10 -10
- package/lib/commonjs/credential/presentation/common/utils/sd-jwt.js.map +1 -1
- package/lib/commonjs/credential/presentation/v1.0.0/01-start-flow.js +1 -1
- package/lib/commonjs/credential/presentation/v1.0.0/01-start-flow.js.map +1 -1
- package/lib/commonjs/credential/presentation/v1.0.0/02-evaluate-rp-trust.js.map +1 -1
- package/lib/commonjs/credential/presentation/v1.0.0/03-get-request-object.js +2 -2
- package/lib/commonjs/credential/presentation/v1.0.0/03-get-request-object.js.map +1 -1
- package/lib/commonjs/credential/presentation/v1.0.0/05-verify-request-object.js +3 -3
- package/lib/commonjs/credential/presentation/v1.0.0/05-verify-request-object.js.map +1 -1
- package/lib/commonjs/credential/presentation/v1.0.0/06-evaluate-dcql-query.js +17 -12
- package/lib/commonjs/credential/presentation/v1.0.0/06-evaluate-dcql-query.js.map +1 -1
- package/lib/commonjs/credential/presentation/v1.0.0/07-send-authorization-response.js +20 -20
- package/lib/commonjs/credential/presentation/v1.0.0/07-send-authorization-response.js.map +1 -1
- package/lib/commonjs/credential/presentation/v1.0.0/index.js +4 -4
- package/lib/commonjs/credential/presentation/v1.0.0/index.js.map +1 -1
- package/lib/commonjs/credential/presentation/v1.0.0/mappers.js +6 -6
- package/lib/commonjs/credential/presentation/v1.0.0/mappers.js.map +1 -1
- package/lib/commonjs/credential/presentation/v1.0.0/types.js +12 -12
- package/lib/commonjs/credential/presentation/v1.0.0/types.js.map +1 -1
- package/lib/commonjs/credential/presentation/v1.0.0/utils.js.map +1 -1
- package/lib/commonjs/credential/presentation/v1.0.0/utils.jwks.js.map +1 -1
- package/lib/commonjs/credential/presentation/v1.3.3/01-start-flow.js +2 -2
- package/lib/commonjs/credential/presentation/v1.3.3/01-start-flow.js.map +1 -1
- package/lib/commonjs/credential/presentation/v1.3.3/02-evaluate-rp-trust.js.map +1 -1
- package/lib/commonjs/credential/presentation/v1.3.3/03-get-request-object.js +1 -1
- package/lib/commonjs/credential/presentation/v1.3.3/03-get-request-object.js.map +1 -1
- package/lib/commonjs/credential/presentation/v1.3.3/04-verify-certificate-chain.js +3 -3
- package/lib/commonjs/credential/presentation/v1.3.3/04-verify-certificate-chain.js.map +1 -1
- package/lib/commonjs/credential/presentation/v1.3.3/05-verify-request-object.js +11 -7
- package/lib/commonjs/credential/presentation/v1.3.3/05-verify-request-object.js.map +1 -1
- package/lib/commonjs/credential/presentation/v1.3.3/06-evaluate-dcql-query.js +24 -16
- package/lib/commonjs/credential/presentation/v1.3.3/06-evaluate-dcql-query.js.map +1 -1
- package/lib/commonjs/credential/presentation/v1.3.3/07-send-authorization-response.js +31 -26
- package/lib/commonjs/credential/presentation/v1.3.3/07-send-authorization-response.js.map +1 -1
- package/lib/commonjs/credential/presentation/v1.3.3/index.js +5 -5
- package/lib/commonjs/credential/presentation/v1.3.3/index.js.map +1 -1
- package/lib/commonjs/credential/presentation/v1.3.3/mappers.js +11 -11
- package/lib/commonjs/credential/presentation/v1.3.3/mappers.js.map +1 -1
- package/lib/commonjs/credential/presentation/v1.3.3/sdkErrorMapper.js +2 -2
- package/lib/commonjs/credential/presentation/v1.3.3/sdkErrorMapper.js.map +1 -1
- package/lib/commonjs/credential/presentation/v1.3.3/types.js +3 -3
- package/lib/commonjs/credential/presentation/v1.3.3/types.js.map +1 -1
- package/lib/commonjs/credential/status/api/types.js +6 -6
- package/lib/commonjs/credential/status/api/types.js.map +1 -1
- package/lib/commonjs/credential/status/v1.0.0/01-status-assertion.js +15 -12
- package/lib/commonjs/credential/status/v1.0.0/01-status-assertion.js.map +1 -1
- package/lib/commonjs/credential/status/v1.0.0/02-verify-and-parse-status-assertion.js +17 -10
- package/lib/commonjs/credential/status/v1.0.0/02-verify-and-parse-status-assertion.js.map +1 -1
- package/lib/commonjs/credential/status/v1.0.0/index.js +1 -1
- package/lib/commonjs/credential/status/v1.0.0/index.js.map +1 -1
- package/lib/commonjs/credential/status/v1.0.0/mappers.js.map +1 -1
- package/lib/commonjs/credential/status/v1.0.0/types.js +18 -18
- package/lib/commonjs/credential/status/v1.0.0/types.js.map +1 -1
- package/lib/commonjs/credential/status/v1.3.3/01-status-list.js +4 -4
- package/lib/commonjs/credential/status/v1.3.3/01-status-list.js.map +1 -1
- package/lib/commonjs/credential/status/v1.3.3/02-verify-and-parse-status-list.js.map +1 -1
- package/lib/commonjs/credential/status/v1.3.3/03-get-status.js +2 -2
- package/lib/commonjs/credential/status/v1.3.3/03-get-status.js.map +1 -1
- package/lib/commonjs/credential/status/v1.3.3/index.js +3 -3
- package/lib/commonjs/credential/status/v1.3.3/index.js.map +1 -1
- package/lib/commonjs/credential/trustmark/v1.0.0/get-credential-trustmark.js +7 -7
- package/lib/commonjs/credential/trustmark/v1.0.0/get-credential-trustmark.js.map +1 -1
- package/lib/commonjs/credential/trustmark/v1.0.0/index.js.map +1 -1
- package/lib/commonjs/credential/trustmark/v1.3.3/index.js.map +1 -1
- package/lib/commonjs/credentials-catalogue/api/DigitalCredentialsCatalogue.js +54 -55
- package/lib/commonjs/credentials-catalogue/api/DigitalCredentialsCatalogue.js.map +1 -1
- package/lib/commonjs/credentials-catalogue/common/get-status-l10n-ids.js +2 -2
- package/lib/commonjs/credentials-catalogue/common/get-status-l10n-ids.js.map +1 -1
- package/lib/commonjs/credentials-catalogue/v1.0.0/fetch-and-parse-catalogue.js +2 -2
- package/lib/commonjs/credentials-catalogue/v1.0.0/fetch-and-parse-catalogue.js.map +1 -1
- package/lib/commonjs/credentials-catalogue/v1.0.0/index.js +1 -1
- package/lib/commonjs/credentials-catalogue/v1.0.0/index.js.map +1 -1
- package/lib/commonjs/credentials-catalogue/v1.0.0/mappers.js +0 -1
- package/lib/commonjs/credentials-catalogue/v1.0.0/mappers.js.map +1 -1
- package/lib/commonjs/credentials-catalogue/v1.0.0/types.js +35 -35
- package/lib/commonjs/credentials-catalogue/v1.0.0/types.js.map +1 -1
- package/lib/commonjs/credentials-catalogue/v1.3.3/fetch-and-parse-catalogue.js +11 -11
- package/lib/commonjs/credentials-catalogue/v1.3.3/fetch-and-parse-catalogue.js.map +1 -1
- package/lib/commonjs/credentials-catalogue/v1.3.3/fetch-translations.js +1 -1
- package/lib/commonjs/credentials-catalogue/v1.3.3/fetch-translations.js.map +1 -1
- package/lib/commonjs/credentials-catalogue/v1.3.3/index.js +1 -1
- package/lib/commonjs/credentials-catalogue/v1.3.3/index.js.map +1 -1
- package/lib/commonjs/credentials-catalogue/v1.3.3/mappers.js +26 -20
- package/lib/commonjs/credentials-catalogue/v1.3.3/mappers.js.map +1 -1
- package/lib/commonjs/credentials-catalogue/v1.3.3/types.js +93 -93
- package/lib/commonjs/credentials-catalogue/v1.3.3/types.js.map +1 -1
- package/lib/commonjs/credentials-catalogue/v1.3.3/utils.js +8 -8
- package/lib/commonjs/credentials-catalogue/v1.3.3/utils.js.map +1 -1
- package/lib/commonjs/index.js +15 -15
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/mdoc/index.js +13 -5
- package/lib/commonjs/mdoc/index.js.map +1 -1
- package/lib/commonjs/mdoc/utils.js.map +1 -1
- package/lib/commonjs/sd-jwt/__test__/types.test.js +9 -9
- package/lib/commonjs/sd-jwt/__test__/types.test.js.map +1 -1
- package/lib/commonjs/sd-jwt/__test__/utils.test.js +3 -3
- package/lib/commonjs/sd-jwt/__test__/utils.test.js.map +1 -1
- package/lib/commonjs/sd-jwt/index.js +9 -9
- package/lib/commonjs/sd-jwt/index.js.map +1 -1
- package/lib/commonjs/sd-jwt/types.js +18 -18
- package/lib/commonjs/sd-jwt/types.js.map +1 -1
- package/lib/commonjs/sd-jwt/utils.js +3 -3
- package/lib/commonjs/sd-jwt/utils.js.map +1 -1
- package/lib/commonjs/trust/api/TrustAnchorConfig.js +4 -4
- package/lib/commonjs/trust/api/TrustAnchorConfig.js.map +1 -1
- package/lib/commonjs/trust/common/build-chain.js +5 -2
- package/lib/commonjs/trust/common/build-chain.js.map +1 -1
- package/lib/commonjs/trust/common/errors.js +51 -44
- package/lib/commonjs/trust/common/errors.js.map +1 -1
- package/lib/commonjs/trust/common/types.js +22 -22
- package/lib/commonjs/trust/common/types.js.map +1 -1
- package/lib/commonjs/trust/common/utils.js +45 -45
- package/lib/commonjs/trust/common/utils.js.map +1 -1
- package/lib/commonjs/trust/common/verify-chain.js +96 -96
- package/lib/commonjs/trust/common/verify-chain.js.map +1 -1
- package/lib/commonjs/trust/v1.0.0/build-chain.js +2 -2
- package/lib/commonjs/trust/v1.0.0/build-chain.js.map +1 -1
- package/lib/commonjs/trust/v1.0.0/entities.js +1 -1
- package/lib/commonjs/trust/v1.0.0/entities.js.map +1 -1
- package/lib/commonjs/trust/v1.0.0/index.js +3 -3
- package/lib/commonjs/trust/v1.0.0/index.js.map +1 -1
- package/lib/commonjs/trust/v1.0.0/mappers.js +2 -2
- package/lib/commonjs/trust/v1.0.0/mappers.js.map +1 -1
- package/lib/commonjs/trust/v1.0.0/types.js +46 -46
- package/lib/commonjs/trust/v1.0.0/types.js.map +1 -1
- package/lib/commonjs/trust/v1.0.0/verify-chain.js +3 -3
- package/lib/commonjs/trust/v1.0.0/verify-chain.js.map +1 -1
- package/lib/commonjs/trust/v1.3.3/entities.js +1 -1
- package/lib/commonjs/trust/v1.3.3/entities.js.map +1 -1
- package/lib/commonjs/trust/v1.3.3/types.js +2 -2
- package/lib/commonjs/trust/v1.3.3/types.js.map +1 -1
- package/lib/commonjs/utils/auth.js +2 -2
- package/lib/commonjs/utils/auth.js.map +1 -1
- package/lib/commonjs/utils/callbacks.js +47 -51
- package/lib/commonjs/utils/callbacks.js.map +1 -1
- package/lib/commonjs/utils/credentials.js +3 -3
- package/lib/commonjs/utils/credentials.js.map +1 -1
- package/lib/commonjs/utils/crypto.js +23 -25
- package/lib/commonjs/utils/crypto.js.map +1 -1
- package/lib/commonjs/utils/decoder.js +2 -2
- package/lib/commonjs/utils/decoder.js.map +1 -1
- package/lib/commonjs/utils/dpop.js +5 -5
- package/lib/commonjs/utils/dpop.js.map +1 -1
- package/lib/commonjs/utils/error-codes.js +19 -19
- package/lib/commonjs/utils/error-codes.js.map +1 -1
- package/lib/commonjs/utils/errors.js +51 -50
- package/lib/commonjs/utils/errors.js.map +1 -1
- package/lib/commonjs/utils/jwk.js +5 -6
- package/lib/commonjs/utils/jwk.js.map +1 -1
- package/lib/commonjs/utils/logging.js +15 -14
- package/lib/commonjs/utils/logging.js.map +1 -1
- package/lib/commonjs/utils/mappers.js +6 -8
- package/lib/commonjs/utils/mappers.js.map +1 -1
- package/lib/commonjs/utils/misc.js +6 -5
- package/lib/commonjs/utils/misc.js.map +1 -1
- package/lib/commonjs/utils/par.js +28 -28
- package/lib/commonjs/utils/par.js.map +1 -1
- package/lib/commonjs/utils/pop.js +5 -5
- package/lib/commonjs/utils/pop.js.map +1 -1
- package/lib/commonjs/utils/string.js.map +1 -1
- package/lib/commonjs/utils/x509.js +2 -2
- package/lib/commonjs/utils/x509.js.map +1 -1
- package/lib/commonjs/utils/zod.js +1 -1
- package/lib/commonjs/utils/zod.js.map +1 -1
- package/lib/commonjs/wallet-instance/common/wallet-instance.js +5 -5
- package/lib/commonjs/wallet-instance/common/wallet-instance.js.map +1 -1
- package/lib/commonjs/wallet-instance/v1.0.0/index.js +2 -2
- package/lib/commonjs/wallet-instance/v1.0.0/index.js.map +1 -1
- package/lib/commonjs/wallet-instance/v1.3.3/index.js +2 -2
- package/lib/commonjs/wallet-instance/v1.3.3/index.js.map +1 -1
- package/lib/commonjs/wallet-instance-attestation/api/types.js +7 -7
- package/lib/commonjs/wallet-instance-attestation/api/types.js.map +1 -1
- package/lib/commonjs/wallet-instance-attestation/common/types.js +7 -7
- package/lib/commonjs/wallet-instance-attestation/common/types.js.map +1 -1
- package/lib/commonjs/wallet-instance-attestation/v1.0.0/index.js +2 -2
- package/lib/commonjs/wallet-instance-attestation/v1.0.0/index.js.map +1 -1
- package/lib/commonjs/wallet-instance-attestation/v1.0.0/issuing.js +15 -15
- package/lib/commonjs/wallet-instance-attestation/v1.0.0/issuing.js.map +1 -1
- package/lib/commonjs/wallet-instance-attestation/v1.0.0/mappers.js +2 -2
- package/lib/commonjs/wallet-instance-attestation/v1.0.0/mappers.js.map +1 -1
- package/lib/commonjs/wallet-instance-attestation/v1.0.0/types.js +5 -5
- package/lib/commonjs/wallet-instance-attestation/v1.0.0/types.js.map +1 -1
- package/lib/commonjs/wallet-instance-attestation/v1.0.0/utils.js +1 -1
- package/lib/commonjs/wallet-instance-attestation/v1.0.0/utils.js.map +1 -1
- package/lib/commonjs/wallet-instance-attestation/v1.3.3/index.js +2 -2
- package/lib/commonjs/wallet-instance-attestation/v1.3.3/index.js.map +1 -1
- package/lib/commonjs/wallet-instance-attestation/v1.3.3/issuing.js +20 -20
- package/lib/commonjs/wallet-instance-attestation/v1.3.3/issuing.js.map +1 -1
- package/lib/commonjs/wallet-instance-attestation/v1.3.3/types.js.map +1 -1
- package/lib/commonjs/wallet-instance-attestation/v1.3.3/utils.js +1 -1
- package/lib/commonjs/wallet-instance-attestation/v1.3.3/utils.js.map +1 -1
- package/lib/commonjs/wallet-unit-attestation/api/types.js +5 -5
- package/lib/commonjs/wallet-unit-attestation/api/types.js.map +1 -1
- package/lib/commonjs/wallet-unit-attestation/v1.3.3/index.js +4 -4
- package/lib/commonjs/wallet-unit-attestation/v1.3.3/index.js.map +1 -1
- package/lib/commonjs/wallet-unit-attestation/v1.3.3/issuing.js +32 -29
- package/lib/commonjs/wallet-unit-attestation/v1.3.3/issuing.js.map +1 -1
- package/lib/commonjs/wallet-unit-attestation/v1.3.3/types.js +1 -1
- package/lib/commonjs/wallet-unit-attestation/v1.3.3/types.js.map +1 -1
- package/lib/commonjs/wallet-unit-attestation/v1.3.3/utils.js.map +1 -1
- package/lib/module/IoWallet.js +6 -4
- package/lib/module/IoWallet.js.map +1 -1
- package/lib/module/api/index.js +19 -19
- package/lib/module/api/index.js.map +1 -1
- package/lib/module/client/generated/wallet-provider.js +17 -1
- package/lib/module/client/generated/wallet-provider.js.map +1 -1
- package/lib/module/client/index.js +10 -12
- package/lib/module/client/index.js.map +1 -1
- package/lib/module/credential/issuance/api/IssuerConfig.js +23 -23
- package/lib/module/credential/issuance/api/IssuerConfig.js.map +1 -1
- package/lib/module/credential/issuance/api/mrtd-pop/index.js.map +1 -1
- package/lib/module/credential/issuance/api/types.js +3 -3
- package/lib/module/credential/issuance/api/types.js.map +1 -1
- package/lib/module/credential/issuance/common/02-start-user-authorization.js +4 -1
- package/lib/module/credential/issuance/common/02-start-user-authorization.js.map +1 -1
- package/lib/module/credential/issuance/common/06-verify-and-parse-credential.mdoc.js +11 -8
- package/lib/module/credential/issuance/common/06-verify-and-parse-credential.mdoc.js.map +1 -1
- package/lib/module/credential/issuance/common/06-verify-and-parse-credential.sdjwt.js +6 -6
- package/lib/module/credential/issuance/common/06-verify-and-parse-credential.sdjwt.js.map +1 -1
- package/lib/module/credential/issuance/common/errors.js +0 -3
- package/lib/module/credential/issuance/common/errors.js.map +1 -1
- package/lib/module/credential/issuance/mrtd-pop/01-verify-and-parse-challenge-info.js +4 -4
- package/lib/module/credential/issuance/mrtd-pop/01-verify-and-parse-challenge-info.js.map +1 -1
- package/lib/module/credential/issuance/mrtd-pop/02-init-challenge.js +14 -14
- package/lib/module/credential/issuance/mrtd-pop/02-init-challenge.js.map +1 -1
- package/lib/module/credential/issuance/mrtd-pop/03-validate-challenge.js +20 -20
- package/lib/module/credential/issuance/mrtd-pop/03-validate-challenge.js.map +1 -1
- package/lib/module/credential/issuance/mrtd-pop/index.js +5 -5
- package/lib/module/credential/issuance/mrtd-pop/index.js.map +1 -1
- package/lib/module/credential/issuance/v1.0.0/01-evaluate-issuer-trust.js.map +1 -1
- package/lib/module/credential/issuance/v1.0.0/02-start-user-authorization.js +13 -13
- package/lib/module/credential/issuance/v1.0.0/02-start-user-authorization.js.map +1 -1
- package/lib/module/credential/issuance/v1.0.0/03-complete-user-authorization.js +17 -17
- package/lib/module/credential/issuance/v1.0.0/03-complete-user-authorization.js.map +1 -1
- package/lib/module/credential/issuance/v1.0.0/04-authorize-access.js +11 -11
- package/lib/module/credential/issuance/v1.0.0/04-authorize-access.js.map +1 -1
- package/lib/module/credential/issuance/v1.0.0/05-obtain-credential.js +25 -16
- package/lib/module/credential/issuance/v1.0.0/05-obtain-credential.js.map +1 -1
- package/lib/module/credential/issuance/v1.0.0/06-verify-and-parse-credential.js.map +1 -1
- package/lib/module/credential/issuance/v1.0.0/index.js +9 -9
- package/lib/module/credential/issuance/v1.0.0/index.js.map +1 -1
- package/lib/module/credential/issuance/v1.0.0/mappers.js +7 -7
- package/lib/module/credential/issuance/v1.0.0/mappers.js.map +1 -1
- package/lib/module/credential/issuance/v1.0.0/types.js.map +1 -1
- package/lib/module/credential/issuance/v1.3.3/01-evaluate-issuer-trust.js +4 -4
- package/lib/module/credential/issuance/v1.3.3/01-evaluate-issuer-trust.js.map +1 -1
- package/lib/module/credential/issuance/v1.3.3/02-start-user-authorization.js +31 -31
- package/lib/module/credential/issuance/v1.3.3/02-start-user-authorization.js.map +1 -1
- package/lib/module/credential/issuance/v1.3.3/03-complete-user-authorization.js +28 -28
- package/lib/module/credential/issuance/v1.3.3/03-complete-user-authorization.js.map +1 -1
- package/lib/module/credential/issuance/v1.3.3/04-authorize-access.js +16 -16
- package/lib/module/credential/issuance/v1.3.3/04-authorize-access.js.map +1 -1
- package/lib/module/credential/issuance/v1.3.3/05-obtain-credential.js +34 -30
- package/lib/module/credential/issuance/v1.3.3/05-obtain-credential.js.map +1 -1
- package/lib/module/credential/issuance/v1.3.3/06-verify-and-parse-credential.js.map +1 -1
- package/lib/module/credential/issuance/v1.3.3/index.js +9 -9
- package/lib/module/credential/issuance/v1.3.3/index.js.map +1 -1
- package/lib/module/credential/issuance/v1.3.3/mappers.js +18 -17
- package/lib/module/credential/issuance/v1.3.3/mappers.js.map +1 -1
- package/lib/module/credential/offer/common/errors.js +0 -6
- package/lib/module/credential/offer/common/errors.js.map +1 -1
- package/lib/module/credential/offer/v1.0.0/index.js +3 -3
- package/lib/module/credential/offer/v1.0.0/index.js.map +1 -1
- package/lib/module/credential/offer/v1.3.3/01-resolve-credential-offer.js +5 -5
- package/lib/module/credential/offer/v1.3.3/01-resolve-credential-offer.js.map +1 -1
- package/lib/module/credential/offer/v1.3.3/02-extract-grant-details.js +3 -3
- package/lib/module/credential/offer/v1.3.3/02-extract-grant-details.js.map +1 -1
- package/lib/module/credential/offer/v1.3.3/03-validate-credential-offer.js +6 -6
- package/lib/module/credential/offer/v1.3.3/03-validate-credential-offer.js.map +1 -1
- package/lib/module/credential/offer/v1.3.3/index.js +1 -1
- package/lib/module/credential/offer/v1.3.3/index.js.map +1 -1
- package/lib/module/credential/presentation/api/RelyingPartyConfig.js +8 -8
- package/lib/module/credential/presentation/api/RelyingPartyConfig.js.map +1 -1
- package/lib/module/credential/presentation/api/types.js +11 -11
- package/lib/module/credential/presentation/api/types.js.map +1 -1
- package/lib/module/credential/presentation/common/errors.js +21 -21
- package/lib/module/credential/presentation/common/errors.js.map +1 -1
- package/lib/module/credential/presentation/common/utils/dcql.js +38 -35
- package/lib/module/credential/presentation/common/utils/dcql.js.map +1 -1
- package/lib/module/credential/presentation/common/utils/mdoc.js +20 -22
- package/lib/module/credential/presentation/common/utils/mdoc.js.map +1 -1
- package/lib/module/credential/presentation/common/utils/sd-jwt.js +10 -10
- package/lib/module/credential/presentation/common/utils/sd-jwt.js.map +1 -1
- package/lib/module/credential/presentation/v1.0.0/01-start-flow.js +1 -1
- package/lib/module/credential/presentation/v1.0.0/01-start-flow.js.map +1 -1
- package/lib/module/credential/presentation/v1.0.0/02-evaluate-rp-trust.js.map +1 -1
- package/lib/module/credential/presentation/v1.0.0/03-get-request-object.js +2 -2
- package/lib/module/credential/presentation/v1.0.0/03-get-request-object.js.map +1 -1
- package/lib/module/credential/presentation/v1.0.0/05-verify-request-object.js +3 -3
- package/lib/module/credential/presentation/v1.0.0/05-verify-request-object.js.map +1 -1
- package/lib/module/credential/presentation/v1.0.0/06-evaluate-dcql-query.js +16 -11
- package/lib/module/credential/presentation/v1.0.0/06-evaluate-dcql-query.js.map +1 -1
- package/lib/module/credential/presentation/v1.0.0/07-send-authorization-response.js +12 -12
- package/lib/module/credential/presentation/v1.0.0/07-send-authorization-response.js.map +1 -1
- package/lib/module/credential/presentation/v1.0.0/index.js +5 -5
- package/lib/module/credential/presentation/v1.0.0/index.js.map +1 -1
- package/lib/module/credential/presentation/v1.0.0/mappers.js +6 -6
- package/lib/module/credential/presentation/v1.0.0/mappers.js.map +1 -1
- package/lib/module/credential/presentation/v1.0.0/types.js +12 -12
- package/lib/module/credential/presentation/v1.0.0/types.js.map +1 -1
- package/lib/module/credential/presentation/v1.0.0/utils.js +1 -0
- package/lib/module/credential/presentation/v1.0.0/utils.js.map +1 -1
- package/lib/module/credential/presentation/v1.0.0/utils.jwks.js +1 -0
- package/lib/module/credential/presentation/v1.0.0/utils.jwks.js.map +1 -1
- package/lib/module/credential/presentation/v1.3.3/01-start-flow.js +2 -2
- package/lib/module/credential/presentation/v1.3.3/01-start-flow.js.map +1 -1
- package/lib/module/credential/presentation/v1.3.3/02-evaluate-rp-trust.js.map +1 -1
- package/lib/module/credential/presentation/v1.3.3/03-get-request-object.js +1 -1
- package/lib/module/credential/presentation/v1.3.3/03-get-request-object.js.map +1 -1
- package/lib/module/credential/presentation/v1.3.3/04-verify-certificate-chain.js +3 -3
- package/lib/module/credential/presentation/v1.3.3/04-verify-certificate-chain.js.map +1 -1
- package/lib/module/credential/presentation/v1.3.3/05-verify-request-object.js +12 -8
- package/lib/module/credential/presentation/v1.3.3/05-verify-request-object.js.map +1 -1
- package/lib/module/credential/presentation/v1.3.3/06-evaluate-dcql-query.js +25 -17
- package/lib/module/credential/presentation/v1.3.3/06-evaluate-dcql-query.js.map +1 -1
- package/lib/module/credential/presentation/v1.3.3/07-send-authorization-response.js +31 -26
- package/lib/module/credential/presentation/v1.3.3/07-send-authorization-response.js.map +1 -1
- package/lib/module/credential/presentation/v1.3.3/index.js +6 -6
- package/lib/module/credential/presentation/v1.3.3/index.js.map +1 -1
- package/lib/module/credential/presentation/v1.3.3/mappers.js +11 -11
- package/lib/module/credential/presentation/v1.3.3/mappers.js.map +1 -1
- package/lib/module/credential/presentation/v1.3.3/sdkErrorMapper.js +4 -3
- package/lib/module/credential/presentation/v1.3.3/sdkErrorMapper.js.map +1 -1
- package/lib/module/credential/presentation/v1.3.3/types.js +3 -3
- package/lib/module/credential/presentation/v1.3.3/types.js.map +1 -1
- package/lib/module/credential/status/api/index.js.map +1 -1
- package/lib/module/credential/status/api/types.js +6 -6
- package/lib/module/credential/status/api/types.js.map +1 -1
- package/lib/module/credential/status/v1.0.0/01-status-assertion.js +15 -12
- package/lib/module/credential/status/v1.0.0/01-status-assertion.js.map +1 -1
- package/lib/module/credential/status/v1.0.0/02-verify-and-parse-status-assertion.js +17 -10
- package/lib/module/credential/status/v1.0.0/02-verify-and-parse-status-assertion.js.map +1 -1
- package/lib/module/credential/status/v1.0.0/index.js +1 -1
- package/lib/module/credential/status/v1.0.0/index.js.map +1 -1
- package/lib/module/credential/status/v1.0.0/mappers.js.map +1 -1
- package/lib/module/credential/status/v1.0.0/types.js +17 -17
- package/lib/module/credential/status/v1.0.0/types.js.map +1 -1
- package/lib/module/credential/status/v1.3.3/01-status-list.js +4 -4
- package/lib/module/credential/status/v1.3.3/01-status-list.js.map +1 -1
- package/lib/module/credential/status/v1.3.3/02-verify-and-parse-status-list.js.map +1 -1
- package/lib/module/credential/status/v1.3.3/03-get-status.js +3 -2
- package/lib/module/credential/status/v1.3.3/03-get-status.js.map +1 -1
- package/lib/module/credential/status/v1.3.3/index.js +3 -3
- package/lib/module/credential/status/v1.3.3/index.js.map +1 -1
- package/lib/module/credential/trustmark/v1.0.0/get-credential-trustmark.js +8 -8
- package/lib/module/credential/trustmark/v1.0.0/get-credential-trustmark.js.map +1 -1
- package/lib/module/credential/trustmark/v1.0.0/index.js.map +1 -1
- package/lib/module/credential/trustmark/v1.3.3/index.js.map +1 -1
- package/lib/module/credentials-catalogue/api/DigitalCredentialsCatalogue.js +54 -56
- package/lib/module/credentials-catalogue/api/DigitalCredentialsCatalogue.js.map +1 -1
- package/lib/module/credentials-catalogue/common/get-status-l10n-ids.js +2 -2
- package/lib/module/credentials-catalogue/common/get-status-l10n-ids.js.map +1 -1
- package/lib/module/credentials-catalogue/v1.0.0/fetch-and-parse-catalogue.js +2 -2
- package/lib/module/credentials-catalogue/v1.0.0/fetch-and-parse-catalogue.js.map +1 -1
- package/lib/module/credentials-catalogue/v1.0.0/index.js +1 -1
- package/lib/module/credentials-catalogue/v1.0.0/index.js.map +1 -1
- package/lib/module/credentials-catalogue/v1.0.0/mappers.js +0 -1
- package/lib/module/credentials-catalogue/v1.0.0/mappers.js.map +1 -1
- package/lib/module/credentials-catalogue/v1.0.0/types.js +35 -35
- package/lib/module/credentials-catalogue/v1.0.0/types.js.map +1 -1
- package/lib/module/credentials-catalogue/v1.3.3/fetch-and-parse-catalogue.js +11 -11
- package/lib/module/credentials-catalogue/v1.3.3/fetch-and-parse-catalogue.js.map +1 -1
- package/lib/module/credentials-catalogue/v1.3.3/fetch-translations.js +1 -1
- package/lib/module/credentials-catalogue/v1.3.3/fetch-translations.js.map +1 -1
- package/lib/module/credentials-catalogue/v1.3.3/index.js +1 -1
- package/lib/module/credentials-catalogue/v1.3.3/index.js.map +1 -1
- package/lib/module/credentials-catalogue/v1.3.3/mappers.js +27 -21
- package/lib/module/credentials-catalogue/v1.3.3/mappers.js.map +1 -1
- package/lib/module/credentials-catalogue/v1.3.3/types.js +93 -93
- package/lib/module/credentials-catalogue/v1.3.3/types.js.map +1 -1
- package/lib/module/credentials-catalogue/v1.3.3/utils.js +8 -8
- package/lib/module/credentials-catalogue/v1.3.3/utils.js.map +1 -1
- package/lib/module/index.js +10 -10
- package/lib/module/index.js.map +1 -1
- package/lib/module/mdoc/index.js +13 -5
- package/lib/module/mdoc/index.js.map +1 -1
- package/lib/module/mdoc/utils.js.map +1 -1
- package/lib/module/sd-jwt/__test__/types.test.js +9 -9
- package/lib/module/sd-jwt/__test__/types.test.js.map +1 -1
- package/lib/module/sd-jwt/__test__/utils.test.js +3 -3
- package/lib/module/sd-jwt/__test__/utils.test.js.map +1 -1
- package/lib/module/sd-jwt/index.js +9 -9
- package/lib/module/sd-jwt/index.js.map +1 -1
- package/lib/module/sd-jwt/types.js +18 -18
- package/lib/module/sd-jwt/types.js.map +1 -1
- package/lib/module/sd-jwt/utils.js +3 -3
- package/lib/module/sd-jwt/utils.js.map +1 -1
- package/lib/module/trust/api/TrustAnchorConfig.js +4 -4
- package/lib/module/trust/api/TrustAnchorConfig.js.map +1 -1
- package/lib/module/trust/common/build-chain.js +5 -2
- package/lib/module/trust/common/build-chain.js.map +1 -1
- package/lib/module/trust/common/errors.js +46 -37
- package/lib/module/trust/common/errors.js.map +1 -1
- package/lib/module/trust/common/types.js +22 -22
- package/lib/module/trust/common/types.js.map +1 -1
- package/lib/module/trust/common/utils.js +45 -45
- package/lib/module/trust/common/utils.js.map +1 -1
- package/lib/module/trust/common/verify-chain.js +96 -96
- package/lib/module/trust/common/verify-chain.js.map +1 -1
- package/lib/module/trust/v1.0.0/build-chain.js +2 -2
- package/lib/module/trust/v1.0.0/build-chain.js.map +1 -1
- package/lib/module/trust/v1.0.0/entities.js +1 -1
- package/lib/module/trust/v1.0.0/entities.js.map +1 -1
- package/lib/module/trust/v1.0.0/index.js +3 -3
- package/lib/module/trust/v1.0.0/index.js.map +1 -1
- package/lib/module/trust/v1.0.0/mappers.js +2 -2
- package/lib/module/trust/v1.0.0/mappers.js.map +1 -1
- package/lib/module/trust/v1.0.0/types.js +46 -46
- package/lib/module/trust/v1.0.0/types.js.map +1 -1
- package/lib/module/trust/v1.0.0/verify-chain.js +3 -3
- package/lib/module/trust/v1.0.0/verify-chain.js.map +1 -1
- package/lib/module/trust/v1.3.3/entities.js +1 -1
- package/lib/module/trust/v1.3.3/entities.js.map +1 -1
- package/lib/module/trust/v1.3.3/types.js +2 -2
- package/lib/module/trust/v1.3.3/types.js.map +1 -1
- package/lib/module/utils/auth.js +2 -2
- package/lib/module/utils/auth.js.map +1 -1
- package/lib/module/utils/callbacks.js +47 -51
- package/lib/module/utils/callbacks.js.map +1 -1
- package/lib/module/utils/credentials.js +3 -3
- package/lib/module/utils/credentials.js.map +1 -1
- package/lib/module/utils/crypto.js +23 -25
- package/lib/module/utils/crypto.js.map +1 -1
- package/lib/module/utils/decoder.js +3 -3
- package/lib/module/utils/decoder.js.map +1 -1
- package/lib/module/utils/dpop.js +5 -5
- package/lib/module/utils/dpop.js.map +1 -1
- package/lib/module/utils/error-codes.js +19 -19
- package/lib/module/utils/error-codes.js.map +1 -1
- package/lib/module/utils/errors.js +47 -46
- package/lib/module/utils/errors.js.map +1 -1
- package/lib/module/utils/jwk.js +4 -5
- package/lib/module/utils/jwk.js.map +1 -1
- package/lib/module/utils/logging.js +15 -14
- package/lib/module/utils/logging.js.map +1 -1
- package/lib/module/utils/mappers.js +6 -8
- package/lib/module/utils/mappers.js.map +1 -1
- package/lib/module/utils/misc.js +7 -6
- package/lib/module/utils/misc.js.map +1 -1
- package/lib/module/utils/par.js +28 -28
- package/lib/module/utils/par.js.map +1 -1
- package/lib/module/utils/pop.js +5 -5
- package/lib/module/utils/pop.js.map +1 -1
- package/lib/module/utils/string.js.map +1 -1
- package/lib/module/utils/x509.js +2 -2
- package/lib/module/utils/x509.js.map +1 -1
- package/lib/module/utils/zod.js +1 -1
- package/lib/module/utils/zod.js.map +1 -1
- package/lib/module/wallet-instance/common/wallet-instance.js +6 -6
- package/lib/module/wallet-instance/common/wallet-instance.js.map +1 -1
- package/lib/module/wallet-instance/v1.0.0/index.js +3 -3
- package/lib/module/wallet-instance/v1.0.0/index.js.map +1 -1
- package/lib/module/wallet-instance/v1.3.3/index.js +3 -3
- package/lib/module/wallet-instance/v1.3.3/index.js.map +1 -1
- package/lib/module/wallet-instance-attestation/api/types.js +7 -7
- package/lib/module/wallet-instance-attestation/api/types.js.map +1 -1
- package/lib/module/wallet-instance-attestation/common/types.js +7 -7
- package/lib/module/wallet-instance-attestation/common/types.js.map +1 -1
- package/lib/module/wallet-instance-attestation/v1.0.0/index.js +2 -2
- package/lib/module/wallet-instance-attestation/v1.0.0/index.js.map +1 -1
- package/lib/module/wallet-instance-attestation/v1.0.0/issuing.js +15 -15
- package/lib/module/wallet-instance-attestation/v1.0.0/issuing.js.map +1 -1
- package/lib/module/wallet-instance-attestation/v1.0.0/mappers.js +2 -2
- package/lib/module/wallet-instance-attestation/v1.0.0/mappers.js.map +1 -1
- package/lib/module/wallet-instance-attestation/v1.0.0/types.js +5 -5
- package/lib/module/wallet-instance-attestation/v1.0.0/types.js.map +1 -1
- package/lib/module/wallet-instance-attestation/v1.0.0/utils.js +1 -1
- package/lib/module/wallet-instance-attestation/v1.0.0/utils.js.map +1 -1
- package/lib/module/wallet-instance-attestation/v1.3.3/index.js +2 -2
- package/lib/module/wallet-instance-attestation/v1.3.3/index.js.map +1 -1
- package/lib/module/wallet-instance-attestation/v1.3.3/issuing.js +20 -20
- package/lib/module/wallet-instance-attestation/v1.3.3/issuing.js.map +1 -1
- package/lib/module/wallet-instance-attestation/v1.3.3/types.js.map +1 -1
- package/lib/module/wallet-instance-attestation/v1.3.3/utils.js +1 -1
- package/lib/module/wallet-instance-attestation/v1.3.3/utils.js.map +1 -1
- package/lib/module/wallet-unit-attestation/api/types.js +5 -5
- package/lib/module/wallet-unit-attestation/api/types.js.map +1 -1
- package/lib/module/wallet-unit-attestation/v1.3.3/index.js +4 -4
- package/lib/module/wallet-unit-attestation/v1.3.3/index.js.map +1 -1
- package/lib/module/wallet-unit-attestation/v1.3.3/issuing.js +32 -29
- package/lib/module/wallet-unit-attestation/v1.3.3/issuing.js.map +1 -1
- package/lib/module/wallet-unit-attestation/v1.3.3/types.js +1 -1
- package/lib/module/wallet-unit-attestation/v1.3.3/types.js.map +1 -1
- package/lib/module/wallet-unit-attestation/v1.3.3/utils.js.map +1 -1
- package/lib/typescript/IoWallet.d.ts +4 -4
- package/lib/typescript/IoWallet.d.ts.map +1 -1
- package/lib/typescript/api/index.d.ts +14 -14
- package/lib/typescript/api/index.d.ts.map +1 -1
- package/lib/typescript/client/generated/wallet-provider.d.ts +33 -0
- package/lib/typescript/client/generated/wallet-provider.d.ts.map +1 -1
- package/lib/typescript/client/index.d.ts +2 -2
- package/lib/typescript/client/index.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/api/02-start-user-authorization.d.ts +8 -8
- package/lib/typescript/credential/issuance/api/02-start-user-authorization.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/api/03-complete-user-authorization.d.ts +30 -30
- package/lib/typescript/credential/issuance/api/03-complete-user-authorization.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/api/04-authorize-access.d.ts +2 -2
- package/lib/typescript/credential/issuance/api/04-authorize-access.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/api/05-obtain-credential.d.ts +5 -5
- package/lib/typescript/credential/issuance/api/05-obtain-credential.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/api/06-verify-and-parse-credential.d.ts +1 -1
- package/lib/typescript/credential/issuance/api/06-verify-and-parse-credential.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/api/IssuerConfig.d.ts +52 -52
- package/lib/typescript/credential/issuance/api/IssuerConfig.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/api/index.d.ts +2 -2
- package/lib/typescript/credential/issuance/api/index.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/api/mrtd-pop/index.d.ts +30 -30
- package/lib/typescript/credential/issuance/api/mrtd-pop/index.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/api/mrtd-pop/types.d.ts +25 -25
- package/lib/typescript/credential/issuance/api/mrtd-pop/types.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/api/types.d.ts +8 -11
- package/lib/typescript/credential/issuance/api/types.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/common/02-start-user-authorization.d.ts +2 -2
- package/lib/typescript/credential/issuance/common/02-start-user-authorization.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/common/06-verify-and-parse-credential.mdoc.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/common/06-verify-and-parse-credential.sdjwt.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/common/errors.d.ts +0 -1
- package/lib/typescript/credential/issuance/common/errors.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/mrtd-pop/01-verify-and-parse-challenge-info.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/mrtd-pop/02-init-challenge.d.ts +2 -2
- package/lib/typescript/credential/issuance/mrtd-pop/02-init-challenge.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/mrtd-pop/03-validate-challenge.d.ts +2 -2
- package/lib/typescript/credential/issuance/mrtd-pop/03-validate-challenge.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/mrtd-pop/index.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/v1.0.0/01-evaluate-issuer-trust.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/v1.0.0/02-start-user-authorization.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/v1.0.0/03-complete-user-authorization.d.ts +1 -1
- package/lib/typescript/credential/issuance/v1.0.0/03-complete-user-authorization.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/v1.0.0/04-authorize-access.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/v1.0.0/05-obtain-credential.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/v1.0.0/06-verify-and-parse-credential.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/v1.0.0/index.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/v1.0.0/mappers.d.ts +130 -130
- package/lib/typescript/credential/issuance/v1.0.0/mappers.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/v1.0.0/types.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/v1.3.3/01-evaluate-issuer-trust.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/v1.3.3/02-start-user-authorization.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/v1.3.3/03-complete-user-authorization.d.ts +1 -1
- package/lib/typescript/credential/issuance/v1.3.3/03-complete-user-authorization.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/v1.3.3/04-authorize-access.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/v1.3.3/05-obtain-credential.d.ts +8 -8
- package/lib/typescript/credential/issuance/v1.3.3/05-obtain-credential.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/v1.3.3/06-verify-and-parse-credential.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/v1.3.3/index.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/v1.3.3/mappers.d.ts +538 -59
- package/lib/typescript/credential/issuance/v1.3.3/mappers.d.ts.map +1 -1
- package/lib/typescript/credential/offer/api/03-validate-credential-offer.d.ts +1 -1
- package/lib/typescript/credential/offer/api/03-validate-credential-offer.d.ts.map +1 -1
- package/lib/typescript/credential/offer/api/index.d.ts +1 -1
- package/lib/typescript/credential/offer/api/index.d.ts.map +1 -1
- package/lib/typescript/credential/offer/common/errors.d.ts +0 -2
- package/lib/typescript/credential/offer/common/errors.d.ts.map +1 -1
- package/lib/typescript/credential/offer/v1.0.0/index.d.ts.map +1 -1
- package/lib/typescript/credential/offer/v1.3.3/01-resolve-credential-offer.d.ts.map +1 -1
- package/lib/typescript/credential/offer/v1.3.3/02-extract-grant-details.d.ts.map +1 -1
- package/lib/typescript/credential/offer/v1.3.3/03-validate-credential-offer.d.ts.map +1 -1
- package/lib/typescript/credential/offer/v1.3.3/index.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/api/01-start-flow.d.ts +3 -3
- package/lib/typescript/credential/presentation/api/01-start-flow.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/api/06-evaluate-dcql-query.d.ts +12 -12
- package/lib/typescript/credential/presentation/api/06-evaluate-dcql-query.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/api/07-send-authorization-response.d.ts +17 -17
- package/lib/typescript/credential/presentation/api/07-send-authorization-response.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/api/RelyingPartyConfig.d.ts +19 -19
- package/lib/typescript/credential/presentation/api/RelyingPartyConfig.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/api/index.d.ts +1 -1
- package/lib/typescript/credential/presentation/api/index.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/api/types.d.ts +72 -72
- package/lib/typescript/credential/presentation/api/types.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/common/errors.d.ts +24 -24
- package/lib/typescript/credential/presentation/common/errors.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/common/utils/dcql.d.ts +5 -5
- package/lib/typescript/credential/presentation/common/utils/dcql.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/common/utils/mdoc.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/common/utils/sd-jwt.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.0.0/01-start-flow.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.0.0/02-evaluate-rp-trust.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.0.0/03-get-request-object.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.0.0/05-verify-request-object.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.0.0/06-evaluate-dcql-query.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.0.0/07-send-authorization-response.d.ts +1 -1
- package/lib/typescript/credential/presentation/v1.0.0/07-send-authorization-response.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.0.0/index.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.0.0/mappers.d.ts +51 -51
- package/lib/typescript/credential/presentation/v1.0.0/mappers.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.0.0/types.d.ts +10 -10
- package/lib/typescript/credential/presentation/v1.0.0/types.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.0.0/utils.d.ts +1 -1
- package/lib/typescript/credential/presentation/v1.0.0/utils.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.0.0/utils.jwks.d.ts +1 -1
- package/lib/typescript/credential/presentation/v1.0.0/utils.jwks.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.3.3/01-start-flow.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.3.3/02-evaluate-rp-trust.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.3.3/03-get-request-object.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.3.3/04-verify-certificate-chain.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.3.3/05-verify-request-object.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.3.3/06-evaluate-dcql-query.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.3.3/07-send-authorization-response.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.3.3/index.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.3.3/mappers.d.ts +41 -41
- package/lib/typescript/credential/presentation/v1.3.3/mappers.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.3.3/sdkErrorMapper.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.3.3/types.d.ts +2 -2
- package/lib/typescript/credential/presentation/v1.3.3/types.d.ts.map +1 -1
- package/lib/typescript/credential/status/api/index.d.ts +3 -3
- package/lib/typescript/credential/status/api/index.d.ts.map +1 -1
- package/lib/typescript/credential/status/api/status-assertion.d.ts +3 -3
- package/lib/typescript/credential/status/api/status-assertion.d.ts.map +1 -1
- package/lib/typescript/credential/status/api/status-list.d.ts +11 -11
- package/lib/typescript/credential/status/api/status-list.d.ts.map +1 -1
- package/lib/typescript/credential/status/api/types.d.ts +12 -12
- package/lib/typescript/credential/status/api/types.d.ts.map +1 -1
- package/lib/typescript/credential/status/v1.0.0/01-status-assertion.d.ts.map +1 -1
- package/lib/typescript/credential/status/v1.0.0/02-verify-and-parse-status-assertion.d.ts.map +1 -1
- package/lib/typescript/credential/status/v1.0.0/index.d.ts.map +1 -1
- package/lib/typescript/credential/status/v1.0.0/mappers.d.ts +7 -7
- package/lib/typescript/credential/status/v1.0.0/mappers.d.ts.map +1 -1
- package/lib/typescript/credential/status/v1.0.0/types.d.ts +27 -27
- package/lib/typescript/credential/status/v1.0.0/types.d.ts.map +1 -1
- package/lib/typescript/credential/status/v1.3.3/01-status-list.d.ts.map +1 -1
- package/lib/typescript/credential/status/v1.3.3/02-verify-and-parse-status-list.d.ts.map +1 -1
- package/lib/typescript/credential/status/v1.3.3/03-get-status.d.ts.map +1 -1
- package/lib/typescript/credential/status/v1.3.3/index.d.ts.map +1 -1
- package/lib/typescript/credential/trustmark/api/index.d.ts +11 -11
- package/lib/typescript/credential/trustmark/api/index.d.ts.map +1 -1
- package/lib/typescript/credential/trustmark/v1.0.0/get-credential-trustmark.d.ts.map +1 -1
- package/lib/typescript/credential/trustmark/v1.0.0/index.d.ts.map +1 -1
- package/lib/typescript/credential/trustmark/v1.3.3/index.d.ts.map +1 -1
- package/lib/typescript/credentials-catalogue/api/DigitalCredentialsCatalogue.d.ts +168 -165
- package/lib/typescript/credentials-catalogue/api/DigitalCredentialsCatalogue.d.ts.map +1 -1
- package/lib/typescript/credentials-catalogue/api/index.d.ts +11 -11
- package/lib/typescript/credentials-catalogue/api/index.d.ts.map +1 -1
- package/lib/typescript/credentials-catalogue/common/get-status-l10n-ids.d.ts.map +1 -1
- package/lib/typescript/credentials-catalogue/v1.0.0/fetch-and-parse-catalogue.d.ts.map +1 -1
- package/lib/typescript/credentials-catalogue/v1.0.0/index.d.ts.map +1 -1
- package/lib/typescript/credentials-catalogue/v1.0.0/mappers.d.ts +72 -71
- package/lib/typescript/credentials-catalogue/v1.0.0/mappers.d.ts.map +1 -1
- package/lib/typescript/credentials-catalogue/v1.0.0/types.d.ts +89 -89
- package/lib/typescript/credentials-catalogue/v1.0.0/types.d.ts.map +1 -1
- package/lib/typescript/credentials-catalogue/v1.3.3/fetch-translations.d.ts.map +1 -1
- package/lib/typescript/credentials-catalogue/v1.3.3/index.d.ts.map +1 -1
- package/lib/typescript/credentials-catalogue/v1.3.3/mappers.d.ts +158 -157
- package/lib/typescript/credentials-catalogue/v1.3.3/mappers.d.ts.map +1 -1
- package/lib/typescript/credentials-catalogue/v1.3.3/types.d.ts +186 -186
- package/lib/typescript/credentials-catalogue/v1.3.3/types.d.ts.map +1 -1
- package/lib/typescript/credentials-catalogue/v1.3.3/utils.d.ts +1 -1
- package/lib/typescript/credentials-catalogue/v1.3.3/utils.d.ts.map +1 -1
- package/lib/typescript/index.d.ts +12 -12
- package/lib/typescript/index.d.ts.map +1 -1
- package/lib/typescript/mdoc/index.d.ts.map +1 -1
- package/lib/typescript/mdoc/utils.d.ts +2 -2
- package/lib/typescript/mdoc/utils.d.ts.map +1 -1
- package/lib/typescript/sd-jwt/index.d.ts +10 -10
- package/lib/typescript/sd-jwt/index.d.ts.map +1 -1
- package/lib/typescript/sd-jwt/types.d.ts +15 -15
- package/lib/typescript/sd-jwt/types.d.ts.map +1 -1
- package/lib/typescript/sd-jwt/utils.d.ts +1 -1
- package/lib/typescript/sd-jwt/utils.d.ts.map +1 -1
- package/lib/typescript/trust/api/TrustAnchorConfig.d.ts +17 -17
- package/lib/typescript/trust/api/TrustAnchorConfig.d.ts.map +1 -1
- package/lib/typescript/trust/api/index.d.ts +11 -11
- package/lib/typescript/trust/api/index.d.ts.map +1 -1
- package/lib/typescript/trust/common/build-chain.d.ts +3 -3
- package/lib/typescript/trust/common/build-chain.d.ts.map +1 -1
- package/lib/typescript/trust/common/errors.d.ts +43 -43
- package/lib/typescript/trust/common/errors.d.ts.map +1 -1
- package/lib/typescript/trust/common/types.d.ts +37 -37
- package/lib/typescript/trust/common/types.d.ts.map +1 -1
- package/lib/typescript/trust/common/utils.d.ts +17 -17
- package/lib/typescript/trust/common/utils.d.ts.map +1 -1
- package/lib/typescript/trust/common/verify-chain.d.ts +9 -9
- package/lib/typescript/trust/common/verify-chain.d.ts.map +1 -1
- package/lib/typescript/trust/v1.0.0/entities.d.ts +325 -325
- package/lib/typescript/trust/v1.0.0/entities.d.ts.map +1 -1
- package/lib/typescript/trust/v1.0.0/index.d.ts.map +1 -1
- package/lib/typescript/trust/v1.0.0/mappers.d.ts +42 -42
- package/lib/typescript/trust/v1.0.0/mappers.d.ts.map +1 -1
- package/lib/typescript/trust/v1.0.0/types.d.ts +331 -331
- package/lib/typescript/trust/v1.0.0/types.d.ts.map +1 -1
- package/lib/typescript/trust/v1.0.0/verify-chain.d.ts.map +1 -1
- package/lib/typescript/trust/v1.3.3/entities.d.ts +24 -24
- package/lib/typescript/trust/v1.3.3/entities.d.ts.map +1 -1
- package/lib/typescript/trust/v1.3.3/types.d.ts +206 -206
- package/lib/typescript/trust/v1.3.3/types.d.ts.map +1 -1
- package/lib/typescript/utils/auth.d.ts +1 -1
- package/lib/typescript/utils/callbacks.d.ts +1 -1
- package/lib/typescript/utils/callbacks.d.ts.map +1 -1
- package/lib/typescript/utils/credentials.d.ts.map +1 -1
- package/lib/typescript/utils/crypto.d.ts +1 -1
- package/lib/typescript/utils/crypto.d.ts.map +1 -1
- package/lib/typescript/utils/decoder.d.ts +1 -1
- package/lib/typescript/utils/decoder.d.ts.map +1 -1
- package/lib/typescript/utils/dpop.d.ts +3 -3
- package/lib/typescript/utils/dpop.d.ts.map +1 -1
- package/lib/typescript/utils/error-codes.d.ts +18 -18
- package/lib/typescript/utils/error-codes.d.ts.map +1 -1
- package/lib/typescript/utils/errors.d.ts +49 -51
- package/lib/typescript/utils/errors.d.ts.map +1 -1
- package/lib/typescript/utils/integrity.d.ts +9 -9
- package/lib/typescript/utils/integrity.d.ts.map +1 -1
- package/lib/typescript/utils/jwk.d.ts +3 -3
- package/lib/typescript/utils/jwk.d.ts.map +1 -1
- package/lib/typescript/utils/logging.d.ts +10 -10
- package/lib/typescript/utils/logging.d.ts.map +1 -1
- package/lib/typescript/utils/mappers.d.ts.map +1 -1
- package/lib/typescript/utils/misc.d.ts +2 -2
- package/lib/typescript/utils/misc.d.ts.map +1 -1
- package/lib/typescript/utils/par.d.ts +13 -13
- package/lib/typescript/utils/par.d.ts.map +1 -1
- package/lib/typescript/utils/parser.d.ts +2 -2
- package/lib/typescript/utils/parser.d.ts.map +1 -1
- package/lib/typescript/utils/pop.d.ts +2 -2
- package/lib/typescript/utils/pop.d.ts.map +1 -1
- package/lib/typescript/utils/string.d.ts.map +1 -1
- package/lib/typescript/utils/x509.d.ts.map +1 -1
- package/lib/typescript/utils/zod.d.ts +5 -5
- package/lib/typescript/utils/zod.d.ts.map +1 -1
- package/lib/typescript/wallet-instance/api/index.d.ts +19 -19
- package/lib/typescript/wallet-instance/api/index.d.ts.map +1 -1
- package/lib/typescript/wallet-instance/common/wallet-instance.d.ts.map +1 -1
- package/lib/typescript/wallet-instance/v1.0.0/index.d.ts.map +1 -1
- package/lib/typescript/wallet-instance/v1.3.3/index.d.ts.map +1 -1
- package/lib/typescript/wallet-instance-attestation/api/index.d.ts +15 -15
- package/lib/typescript/wallet-instance-attestation/api/index.d.ts.map +1 -1
- package/lib/typescript/wallet-instance-attestation/api/types.d.ts +10 -10
- package/lib/typescript/wallet-instance-attestation/api/types.d.ts.map +1 -1
- package/lib/typescript/wallet-instance-attestation/common/types.d.ts +5 -5
- package/lib/typescript/wallet-instance-attestation/common/types.d.ts.map +1 -1
- package/lib/typescript/wallet-instance-attestation/v1.0.0/index.d.ts.map +1 -1
- package/lib/typescript/wallet-instance-attestation/v1.0.0/issuing.d.ts.map +1 -1
- package/lib/typescript/wallet-instance-attestation/v1.0.0/mappers.d.ts +12 -12
- package/lib/typescript/wallet-instance-attestation/v1.0.0/types.d.ts +14 -14
- package/lib/typescript/wallet-instance-attestation/v1.0.0/types.d.ts.map +1 -1
- package/lib/typescript/wallet-instance-attestation/v1.0.0/utils.d.ts.map +1 -1
- package/lib/typescript/wallet-instance-attestation/v1.3.3/index.d.ts.map +1 -1
- package/lib/typescript/wallet-instance-attestation/v1.3.3/issuing.d.ts.map +1 -1
- package/lib/typescript/wallet-instance-attestation/v1.3.3/mappers.d.ts +10 -10
- package/lib/typescript/wallet-instance-attestation/v1.3.3/types.d.ts +5 -5
- package/lib/typescript/wallet-instance-attestation/v1.3.3/types.d.ts.map +1 -1
- package/lib/typescript/wallet-instance-attestation/v1.3.3/utils.d.ts.map +1 -1
- package/lib/typescript/wallet-unit-attestation/api/index.d.ts +20 -20
- package/lib/typescript/wallet-unit-attestation/api/index.d.ts.map +1 -1
- package/lib/typescript/wallet-unit-attestation/api/types.d.ts +10 -10
- package/lib/typescript/wallet-unit-attestation/api/types.d.ts.map +1 -1
- package/lib/typescript/wallet-unit-attestation/v1.3.3/index.d.ts.map +1 -1
- package/lib/typescript/wallet-unit-attestation/v1.3.3/issuing.d.ts.map +1 -1
- package/lib/typescript/wallet-unit-attestation/v1.3.3/mappers.d.ts +11 -11
- package/lib/typescript/wallet-unit-attestation/v1.3.3/types.d.ts +7 -7
- package/lib/typescript/wallet-unit-attestation/v1.3.3/types.d.ts.map +1 -1
- package/lib/typescript/wallet-unit-attestation/v1.3.3/utils.d.ts.map +1 -1
- package/package.json +15 -12
- package/src/IoWallet.ts +11 -9
- package/src/api/index.ts +27 -27
- package/src/client/generated/wallet-provider.ts +22 -0
- package/src/client/index.ts +14 -13
- package/src/credential/issuance/api/01-evaluate-issuer-trust.ts +1 -1
- package/src/credential/issuance/api/02-start-user-authorization.ts +9 -8
- package/src/credential/issuance/api/03-complete-user-authorization.ts +41 -40
- package/src/credential/issuance/api/04-authorize-access.ts +4 -3
- package/src/credential/issuance/api/05-obtain-credential.ts +8 -7
- package/src/credential/issuance/api/06-verify-and-parse-credential.ts +3 -2
- package/src/credential/issuance/api/IssuerConfig.ts +20 -19
- package/src/credential/issuance/api/index.ts +4 -4
- package/src/credential/issuance/api/mrtd-pop/index.ts +39 -38
- package/src/credential/issuance/api/mrtd-pop/types.ts +27 -27
- package/src/credential/issuance/api/types.ts +9 -8
- package/src/credential/issuance/common/02-start-user-authorization.ts +20 -14
- package/src/credential/issuance/common/06-verify-and-parse-credential.mdoc.ts +39 -34
- package/src/credential/issuance/common/06-verify-and-parse-credential.sdjwt.ts +32 -29
- package/src/credential/issuance/common/errors.ts +0 -4
- package/src/credential/issuance/mrtd-pop/01-verify-and-parse-challenge-info.ts +7 -5
- package/src/credential/issuance/mrtd-pop/02-init-challenge.ts +22 -20
- package/src/credential/issuance/mrtd-pop/03-validate-challenge.ts +24 -21
- package/src/credential/issuance/mrtd-pop/index.ts +7 -6
- package/src/credential/issuance/v1.0.0/01-evaluate-issuer-trust.ts +3 -2
- package/src/credential/issuance/v1.0.0/02-start-user-authorization.ts +15 -14
- package/src/credential/issuance/v1.0.0/03-complete-user-authorization.ts +45 -43
- package/src/credential/issuance/v1.0.0/04-authorize-access.ts +17 -15
- package/src/credential/issuance/v1.0.0/05-obtain-credential.ts +39 -22
- package/src/credential/issuance/v1.0.0/06-verify-and-parse-credential.ts +5 -4
- package/src/credential/issuance/v1.0.0/index.ts +11 -10
- package/src/credential/issuance/v1.0.0/mappers.ts +12 -11
- package/src/credential/issuance/v1.0.0/types.ts +2 -1
- package/src/credential/issuance/v1.3.3/01-evaluate-issuer-trust.ts +8 -6
- package/src/credential/issuance/v1.3.3/02-start-user-authorization.ts +33 -30
- package/src/credential/issuance/v1.3.3/03-complete-user-authorization.ts +54 -51
- package/src/credential/issuance/v1.3.3/04-authorize-access.ts +20 -18
- package/src/credential/issuance/v1.3.3/05-obtain-credential.ts +49 -43
- package/src/credential/issuance/v1.3.3/06-verify-and-parse-credential.ts +5 -4
- package/src/credential/issuance/v1.3.3/index.ts +11 -10
- package/src/credential/issuance/v1.3.3/mappers.ts +28 -25
- package/src/credential/offer/api/01-resolve-credential-offer.ts +1 -1
- package/src/credential/offer/api/03-validate-credential-offer.ts +2 -1
- package/src/credential/offer/api/index.ts +2 -2
- package/src/credential/offer/common/errors.ts +0 -8
- package/src/credential/offer/v1.0.0/index.ts +5 -4
- package/src/credential/offer/v1.3.3/01-resolve-credential-offer.ts +5 -3
- package/src/credential/offer/v1.3.3/02-extract-grant-details.ts +6 -4
- package/src/credential/offer/v1.3.3/03-validate-credential-offer.ts +6 -4
- package/src/credential/offer/v1.3.3/index.ts +2 -1
- package/src/credential/presentation/api/01-start-flow.ts +4 -4
- package/src/credential/presentation/api/02-evaluate-rp-trust.ts +1 -1
- package/src/credential/presentation/api/03-get-request-object.ts +1 -1
- package/src/credential/presentation/api/04-verify-certificate-chain.ts +1 -1
- package/src/credential/presentation/api/05-verify-request-object.ts +1 -1
- package/src/credential/presentation/api/06-evaluate-dcql-query.ts +14 -14
- package/src/credential/presentation/api/07-send-authorization-response.ts +21 -19
- package/src/credential/presentation/api/RelyingPartyConfig.ts +8 -7
- package/src/credential/presentation/api/index.ts +4 -4
- package/src/credential/presentation/api/types.ts +68 -66
- package/src/credential/presentation/common/errors.ts +32 -35
- package/src/credential/presentation/common/utils/dcql.ts +34 -30
- package/src/credential/presentation/common/utils/http.ts +2 -2
- package/src/credential/presentation/common/utils/mdoc.ts +17 -15
- package/src/credential/presentation/common/utils/sd-jwt.ts +19 -16
- package/src/credential/presentation/v1.0.0/01-start-flow.ts +4 -3
- package/src/credential/presentation/v1.0.0/02-evaluate-rp-trust.ts +3 -2
- package/src/credential/presentation/v1.0.0/03-get-request-object.ts +6 -5
- package/src/credential/presentation/v1.0.0/05-verify-request-object.ts +14 -12
- package/src/credential/presentation/v1.0.0/06-evaluate-dcql-query.ts +26 -15
- package/src/credential/presentation/v1.0.0/07-send-authorization-response.ts +23 -21
- package/src/credential/presentation/v1.0.0/index.ts +6 -5
- package/src/credential/presentation/v1.0.0/mappers.ts +9 -8
- package/src/credential/presentation/v1.0.0/types.ts +11 -10
- package/src/credential/presentation/v1.0.0/utils.jwks.ts +4 -3
- package/src/credential/presentation/v1.0.0/utils.ts +4 -3
- package/src/credential/presentation/v1.3.3/01-start-flow.ts +5 -3
- package/src/credential/presentation/v1.3.3/02-evaluate-rp-trust.ts +3 -2
- package/src/credential/presentation/v1.3.3/03-get-request-object.ts +4 -2
- package/src/credential/presentation/v1.3.3/04-verify-certificate-chain.ts +9 -7
- package/src/credential/presentation/v1.3.3/05-verify-request-object.ts +24 -14
- package/src/credential/presentation/v1.3.3/06-evaluate-dcql-query.ts +37 -23
- package/src/credential/presentation/v1.3.3/07-send-authorization-response.ts +40 -32
- package/src/credential/presentation/v1.3.3/index.ts +7 -6
- package/src/credential/presentation/v1.3.3/mappers.ts +13 -12
- package/src/credential/presentation/v1.3.3/sdkErrorMapper.ts +9 -7
- package/src/credential/presentation/v1.3.3/types.ts +3 -3
- package/src/credential/status/api/index.ts +4 -4
- package/src/credential/status/api/status-assertion.ts +7 -6
- package/src/credential/status/api/status-list.ts +17 -17
- package/src/credential/status/api/types.ts +12 -11
- package/src/credential/status/v1.0.0/01-status-assertion.ts +22 -16
- package/src/credential/status/v1.0.0/02-verify-and-parse-status-assertion.ts +27 -17
- package/src/credential/status/v1.0.0/index.ts +2 -1
- package/src/credential/status/v1.0.0/mappers.ts +2 -1
- package/src/credential/status/v1.0.0/types.ts +17 -16
- package/src/credential/status/v1.3.3/01-status-list.ts +9 -7
- package/src/credential/status/v1.3.3/02-verify-and-parse-status-list.ts +3 -1
- package/src/credential/status/v1.3.3/03-get-status.ts +6 -4
- package/src/credential/status/v1.3.3/index.ts +3 -2
- package/src/credential/trustmark/api/index.ts +11 -11
- package/src/credential/trustmark/v1.0.0/get-credential-trustmark.ts +14 -13
- package/src/credential/trustmark/v1.0.0/index.ts +2 -1
- package/src/credential/trustmark/v1.3.3/index.ts +2 -1
- package/src/credentials-catalogue/api/DigitalCredentialsCatalogue.ts +48 -47
- package/src/credentials-catalogue/api/index.ts +14 -12
- package/src/credentials-catalogue/common/get-status-l10n-ids.ts +4 -4
- package/src/credentials-catalogue/v1.0.0/fetch-and-parse-catalogue.ts +7 -6
- package/src/credentials-catalogue/v1.0.0/index.ts +2 -1
- package/src/credentials-catalogue/v1.0.0/mappers.ts +2 -3
- package/src/credentials-catalogue/v1.0.0/types.ts +32 -31
- package/src/credentials-catalogue/v1.3.3/fetch-and-parse-catalogue.ts +14 -14
- package/src/credentials-catalogue/v1.3.3/fetch-translations.ts +4 -3
- package/src/credentials-catalogue/v1.3.3/index.ts +2 -1
- package/src/credentials-catalogue/v1.3.3/mappers.ts +34 -27
- package/src/credentials-catalogue/v1.3.3/types.ts +82 -81
- package/src/credentials-catalogue/v1.3.3/utils.ts +14 -12
- package/src/index.ts +23 -23
- package/src/mdoc/index.ts +26 -11
- package/src/mdoc/utils.ts +6 -4
- package/src/sd-jwt/__test__/types.test.ts +6 -6
- package/src/sd-jwt/__test__/utils.test.ts +2 -2
- package/src/sd-jwt/index.ts +10 -8
- package/src/sd-jwt/types.ts +14 -13
- package/src/sd-jwt/utils.ts +10 -9
- package/src/trust/api/TrustAnchorConfig.ts +3 -2
- package/src/trust/api/index.ts +19 -16
- package/src/trust/common/build-chain.ts +28 -18
- package/src/trust/common/errors.ts +58 -50
- package/src/trust/common/types.ts +22 -21
- package/src/trust/common/utils.ts +65 -64
- package/src/trust/common/verify-chain.ts +140 -138
- package/src/trust/v1.0.0/build-chain.ts +1 -1
- package/src/trust/v1.0.0/entities.ts +18 -16
- package/src/trust/v1.0.0/index.ts +5 -4
- package/src/trust/v1.0.0/mappers.ts +3 -2
- package/src/trust/v1.0.0/types.ts +43 -42
- package/src/trust/v1.0.0/verify-chain.ts +3 -2
- package/src/trust/v1.3.3/entities.ts +6 -4
- package/src/trust/v1.3.3/types.ts +10 -9
- package/src/utils/auth.ts +1 -1
- package/src/utils/callbacks.ts +38 -38
- package/src/utils/credentials.ts +7 -5
- package/src/utils/crypto.ts +36 -36
- package/src/utils/decoder.ts +7 -5
- package/src/utils/dpop.ts +5 -6
- package/src/utils/error-codes.ts +20 -20
- package/src/utils/errors.ts +89 -87
- package/src/utils/integrity.ts +11 -11
- package/src/utils/jwk.ts +4 -4
- package/src/utils/logging.ts +21 -20
- package/src/utils/mappers.ts +14 -11
- package/src/utils/misc.ts +15 -12
- package/src/utils/par.ts +30 -29
- package/src/utils/parser.ts +4 -4
- package/src/utils/pop.ts +4 -5
- package/src/utils/string.ts +2 -2
- package/src/utils/x509.ts +5 -4
- package/src/utils/zod.ts +4 -4
- package/src/wallet-instance/api/index.ts +24 -24
- package/src/wallet-instance/common/wallet-instance.ts +8 -7
- package/src/wallet-instance/v1.0.0/index.ts +5 -4
- package/src/wallet-instance/v1.3.3/index.ts +5 -4
- package/src/wallet-instance-attestation/api/index.ts +18 -17
- package/src/wallet-instance-attestation/api/types.ts +12 -11
- package/src/wallet-instance-attestation/common/types.ts +7 -6
- package/src/wallet-instance-attestation/v1.0.0/index.ts +3 -2
- package/src/wallet-instance-attestation/v1.0.0/issuing.ts +22 -20
- package/src/wallet-instance-attestation/v1.0.0/mappers.ts +2 -2
- package/src/wallet-instance-attestation/v1.0.0/types.ts +10 -9
- package/src/wallet-instance-attestation/v1.0.0/utils.ts +3 -2
- package/src/wallet-instance-attestation/v1.3.3/index.ts +4 -3
- package/src/wallet-instance-attestation/v1.3.3/issuing.ts +25 -23
- package/src/wallet-instance-attestation/v1.3.3/types.ts +3 -2
- package/src/wallet-instance-attestation/v1.3.3/utils.ts +3 -2
- package/src/wallet-unit-attestation/api/index.ts +23 -23
- package/src/wallet-unit-attestation/api/types.ts +11 -10
- package/src/wallet-unit-attestation/v1.3.3/index.ts +6 -5
- package/src/wallet-unit-attestation/v1.3.3/issuing.ts +42 -34
- package/src/wallet-unit-attestation/v1.3.3/types.ts +3 -2
- package/src/wallet-unit-attestation/v1.3.3/utils.ts +1 -0
|
@@ -2,33 +2,15 @@ import * as z from "zod";
|
|
|
2
2
|
export type TrustAnchorEntityConfiguration = z.infer<typeof TrustAnchorEntityConfiguration>;
|
|
3
3
|
export declare const TrustAnchorEntityConfiguration: 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,45 +33,45 @@ export declare const TrustAnchorEntityConfiguration: z.ZodObject<{
|
|
|
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>;
|
|
61
|
-
}, z.core.$loose>;
|
|
62
|
-
}, z.core.$strip>;
|
|
63
|
-
export type CredentialIssuerEntityConfiguration = z.infer<typeof CredentialIssuerEntityConfiguration>;
|
|
64
|
-
export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.ZodObject<{
|
|
65
|
-
header: z.ZodObject<{
|
|
66
|
-
typ: z.ZodLiteral<"entity-statement+jwt">;
|
|
67
|
-
alg: z.ZodString;
|
|
68
|
-
kid: z.ZodString;
|
|
69
|
-
}, z.core.$strip>;
|
|
70
|
-
payload: z.ZodObject<{
|
|
71
|
-
iss: z.ZodString;
|
|
72
|
-
sub: z.ZodString;
|
|
73
|
-
iat: z.ZodNumber;
|
|
74
|
-
exp: z.ZodNumber;
|
|
75
|
-
authority_hints: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
76
43
|
metadata: z.ZodObject<{
|
|
77
44
|
federation_entity: z.ZodObject<{
|
|
45
|
+
contacts: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
46
|
+
endpoint_auth_signing_alg_values_supported: z.ZodOptional<z.ZodString>;
|
|
78
47
|
federation_fetch_endpoint: z.ZodOptional<z.ZodString>;
|
|
48
|
+
federation_historical_keys_endpoint: z.ZodOptional<z.ZodString>;
|
|
79
49
|
federation_list_endpoint: z.ZodOptional<z.ZodString>;
|
|
80
50
|
federation_resolve_endpoint: z.ZodOptional<z.ZodString>;
|
|
81
|
-
federation_trust_mark_status_endpoint: z.ZodOptional<z.ZodString>;
|
|
82
|
-
federation_trust_mark_list_endpoint: z.ZodOptional<z.ZodString>;
|
|
83
51
|
federation_trust_mark_endpoint: z.ZodOptional<z.ZodString>;
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
organization_name: z.ZodOptional<z.ZodString>;
|
|
52
|
+
federation_trust_mark_list_endpoint: z.ZodOptional<z.ZodString>;
|
|
53
|
+
federation_trust_mark_status_endpoint: z.ZodOptional<z.ZodString>;
|
|
87
54
|
homepage_uri: z.ZodOptional<z.ZodString>;
|
|
88
|
-
policy_uri: z.ZodOptional<z.ZodString>;
|
|
89
55
|
logo_uri: z.ZodOptional<z.ZodString>;
|
|
90
|
-
|
|
56
|
+
organization_name: z.ZodOptional<z.ZodString>;
|
|
57
|
+
policy_uri: z.ZodOptional<z.ZodString>;
|
|
91
58
|
}, z.core.$loose>;
|
|
92
59
|
}, z.core.$loose>;
|
|
60
|
+
sub: z.ZodString;
|
|
61
|
+
}, z.core.$loose>;
|
|
62
|
+
}, z.core.$strip>;
|
|
63
|
+
export type CredentialIssuerEntityConfiguration = z.infer<typeof CredentialIssuerEntityConfiguration>;
|
|
64
|
+
export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.ZodObject<{
|
|
65
|
+
header: z.ZodObject<{
|
|
66
|
+
alg: z.ZodString;
|
|
67
|
+
kid: z.ZodString;
|
|
68
|
+
typ: z.ZodLiteral<"entity-statement+jwt">;
|
|
69
|
+
}, z.core.$strip>;
|
|
70
|
+
payload: z.ZodObject<{
|
|
71
|
+
authority_hints: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
72
|
+
exp: z.ZodNumber;
|
|
73
|
+
iat: z.ZodNumber;
|
|
74
|
+
iss: z.ZodString;
|
|
93
75
|
jwks: z.ZodObject<{
|
|
94
76
|
keys: z.ZodArray<z.ZodObject<{
|
|
95
77
|
alg: z.ZodOptional<z.ZodString>;
|
|
@@ -112,13 +94,31 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
|
112
94
|
qi: z.ZodOptional<z.ZodString>;
|
|
113
95
|
use: z.ZodOptional<z.ZodString>;
|
|
114
96
|
x: z.ZodOptional<z.ZodString>;
|
|
115
|
-
y: z.ZodOptional<z.ZodString>;
|
|
116
97
|
x5c: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
117
98
|
x5t: z.ZodOptional<z.ZodString>;
|
|
118
99
|
"x5t#S256": z.ZodOptional<z.ZodString>;
|
|
119
100
|
x5u: z.ZodOptional<z.ZodString>;
|
|
101
|
+
y: z.ZodOptional<z.ZodString>;
|
|
120
102
|
}, z.core.$strip>>;
|
|
121
103
|
}, z.core.$strip>;
|
|
104
|
+
metadata: z.ZodObject<{
|
|
105
|
+
federation_entity: z.ZodObject<{
|
|
106
|
+
contacts: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
107
|
+
endpoint_auth_signing_alg_values_supported: z.ZodOptional<z.ZodString>;
|
|
108
|
+
federation_fetch_endpoint: z.ZodOptional<z.ZodString>;
|
|
109
|
+
federation_historical_keys_endpoint: z.ZodOptional<z.ZodString>;
|
|
110
|
+
federation_list_endpoint: z.ZodOptional<z.ZodString>;
|
|
111
|
+
federation_resolve_endpoint: z.ZodOptional<z.ZodString>;
|
|
112
|
+
federation_trust_mark_endpoint: z.ZodOptional<z.ZodString>;
|
|
113
|
+
federation_trust_mark_list_endpoint: z.ZodOptional<z.ZodString>;
|
|
114
|
+
federation_trust_mark_status_endpoint: z.ZodOptional<z.ZodString>;
|
|
115
|
+
homepage_uri: z.ZodOptional<z.ZodString>;
|
|
116
|
+
logo_uri: z.ZodOptional<z.ZodString>;
|
|
117
|
+
organization_name: z.ZodOptional<z.ZodString>;
|
|
118
|
+
policy_uri: z.ZodOptional<z.ZodString>;
|
|
119
|
+
}, z.core.$loose>;
|
|
120
|
+
}, z.core.$loose>;
|
|
121
|
+
sub: z.ZodString;
|
|
122
122
|
}, z.core.$loose>;
|
|
123
123
|
}, z.core.$strip>, z.ZodObject<{
|
|
124
124
|
payload: z.ZodObject<{
|
|
@@ -144,54 +144,21 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
|
144
144
|
qi: z.ZodOptional<z.ZodString>;
|
|
145
145
|
use: z.ZodOptional<z.ZodString>;
|
|
146
146
|
x: z.ZodOptional<z.ZodString>;
|
|
147
|
-
y: z.ZodOptional<z.ZodString>;
|
|
148
147
|
x5c: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
149
148
|
x5t: z.ZodOptional<z.ZodString>;
|
|
150
149
|
"x5t#S256": z.ZodOptional<z.ZodString>;
|
|
151
150
|
x5u: z.ZodOptional<z.ZodString>;
|
|
151
|
+
y: z.ZodOptional<z.ZodString>;
|
|
152
152
|
}, z.core.$strip>>;
|
|
153
153
|
}, z.core.$strip>;
|
|
154
154
|
metadata: z.ZodObject<{
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
name: z.ZodString;
|
|
163
|
-
locale: z.ZodString;
|
|
164
|
-
}, z.core.$strip>>;
|
|
165
|
-
credential_configurations_supported: z.ZodRecord<z.ZodString, z.ZodIntersection<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
166
|
-
format: z.ZodLiteral<"dc+sd-jwt">;
|
|
167
|
-
vct: z.ZodString;
|
|
168
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
169
|
-
format: z.ZodLiteral<"mso_mdoc">;
|
|
170
|
-
doctype: z.ZodString;
|
|
171
|
-
}, z.core.$strip>], "format">, z.ZodObject<{
|
|
172
|
-
scope: z.ZodString;
|
|
173
|
-
display: z.ZodArray<z.ZodObject<{
|
|
174
|
-
name: z.ZodString;
|
|
175
|
-
locale: z.ZodString;
|
|
176
|
-
}, z.core.$strip>>;
|
|
177
|
-
claims: z.ZodArray<z.ZodObject<{
|
|
178
|
-
path: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodNull]>>;
|
|
179
|
-
display: z.ZodArray<z.ZodObject<{
|
|
180
|
-
name: z.ZodString;
|
|
181
|
-
locale: z.ZodString;
|
|
182
|
-
}, z.core.$strip>>;
|
|
183
|
-
}, z.core.$strip>>;
|
|
184
|
-
cryptographic_binding_methods_supported: z.ZodArray<z.ZodString>;
|
|
185
|
-
credential_signing_alg_values_supported: z.ZodArray<z.ZodString>;
|
|
186
|
-
authentic_source: z.ZodOptional<z.ZodString>;
|
|
187
|
-
issuance_errors_supported: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
188
|
-
display: z.ZodArray<z.ZodObject<{
|
|
189
|
-
title: z.ZodString;
|
|
190
|
-
description: z.ZodString;
|
|
191
|
-
locale: z.ZodString;
|
|
192
|
-
}, z.core.$strip>>;
|
|
193
|
-
}, z.core.$strip>>>;
|
|
194
|
-
}, z.core.$strip>>>;
|
|
155
|
+
oauth_authorization_server: z.ZodObject<{
|
|
156
|
+
acr_values_supported: z.ZodArray<z.ZodString>;
|
|
157
|
+
authorization_endpoint: z.ZodString;
|
|
158
|
+
client_registration_types_supported: z.ZodArray<z.ZodString>;
|
|
159
|
+
code_challenge_methods_supported: z.ZodArray<z.ZodString>;
|
|
160
|
+
grant_types_supported: z.ZodArray<z.ZodString>;
|
|
161
|
+
issuer: z.ZodString;
|
|
195
162
|
jwks: z.ZodObject<{
|
|
196
163
|
keys: z.ZodArray<z.ZodObject<{
|
|
197
164
|
alg: z.ZodOptional<z.ZodString>;
|
|
@@ -214,25 +181,59 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
|
214
181
|
qi: z.ZodOptional<z.ZodString>;
|
|
215
182
|
use: z.ZodOptional<z.ZodString>;
|
|
216
183
|
x: z.ZodOptional<z.ZodString>;
|
|
217
|
-
y: z.ZodOptional<z.ZodString>;
|
|
218
184
|
x5c: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
219
185
|
x5t: z.ZodOptional<z.ZodString>;
|
|
220
186
|
"x5t#S256": z.ZodOptional<z.ZodString>;
|
|
221
187
|
x5u: z.ZodOptional<z.ZodString>;
|
|
188
|
+
y: z.ZodOptional<z.ZodString>;
|
|
222
189
|
}, z.core.$strip>>;
|
|
223
190
|
}, z.core.$strip>;
|
|
224
|
-
trust_frameworks_supported: z.ZodArray<z.ZodString>;
|
|
225
|
-
evidence_supported: z.ZodArray<z.ZodString>;
|
|
226
|
-
}, z.core.$strip>;
|
|
227
|
-
oauth_authorization_server: z.ZodObject<{
|
|
228
|
-
authorization_endpoint: z.ZodString;
|
|
229
191
|
pushed_authorization_request_endpoint: z.ZodString;
|
|
192
|
+
request_object_signing_alg_values_supported: z.ZodArray<z.ZodString>;
|
|
193
|
+
response_modes_supported: z.ZodArray<z.ZodString>;
|
|
194
|
+
scopes_supported: z.ZodArray<z.ZodString>;
|
|
230
195
|
token_endpoint: z.ZodString;
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
196
|
+
token_endpoint_auth_methods_supported: z.ZodArray<z.ZodString>;
|
|
197
|
+
token_endpoint_auth_signing_alg_values_supported: z.ZodArray<z.ZodString>;
|
|
198
|
+
}, z.core.$strip>;
|
|
199
|
+
openid_credential_issuer: z.ZodObject<{
|
|
200
|
+
credential_configurations_supported: z.ZodRecord<z.ZodString, z.ZodIntersection<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
201
|
+
format: z.ZodLiteral<"dc+sd-jwt">;
|
|
202
|
+
vct: z.ZodString;
|
|
203
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
204
|
+
doctype: z.ZodString;
|
|
205
|
+
format: z.ZodLiteral<"mso_mdoc">;
|
|
206
|
+
}, z.core.$strip>], "format">, z.ZodObject<{
|
|
207
|
+
authentic_source: z.ZodOptional<z.ZodString>;
|
|
208
|
+
claims: z.ZodArray<z.ZodObject<{
|
|
209
|
+
display: z.ZodArray<z.ZodObject<{
|
|
210
|
+
locale: z.ZodString;
|
|
211
|
+
name: z.ZodString;
|
|
212
|
+
}, z.core.$strip>>;
|
|
213
|
+
path: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodNull]>>;
|
|
214
|
+
}, z.core.$strip>>;
|
|
215
|
+
credential_signing_alg_values_supported: z.ZodArray<z.ZodString>;
|
|
216
|
+
cryptographic_binding_methods_supported: z.ZodArray<z.ZodString>;
|
|
217
|
+
display: z.ZodArray<z.ZodObject<{
|
|
218
|
+
locale: z.ZodString;
|
|
219
|
+
name: z.ZodString;
|
|
220
|
+
}, z.core.$strip>>;
|
|
221
|
+
issuance_errors_supported: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
222
|
+
display: z.ZodArray<z.ZodObject<{
|
|
223
|
+
description: z.ZodString;
|
|
224
|
+
locale: z.ZodString;
|
|
225
|
+
title: z.ZodString;
|
|
226
|
+
}, z.core.$strip>>;
|
|
227
|
+
}, z.core.$strip>>>;
|
|
228
|
+
scope: z.ZodString;
|
|
229
|
+
}, z.core.$strip>>>;
|
|
230
|
+
credential_endpoint: z.ZodString;
|
|
231
|
+
credential_issuer: z.ZodString;
|
|
232
|
+
display: z.ZodArray<z.ZodObject<{
|
|
233
|
+
locale: z.ZodString;
|
|
234
|
+
name: z.ZodString;
|
|
235
|
+
}, z.core.$strip>>;
|
|
236
|
+
evidence_supported: z.ZodArray<z.ZodString>;
|
|
236
237
|
jwks: z.ZodObject<{
|
|
237
238
|
keys: z.ZodArray<z.ZodObject<{
|
|
238
239
|
alg: z.ZodOptional<z.ZodString>;
|
|
@@ -255,23 +256,26 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
|
255
256
|
qi: z.ZodOptional<z.ZodString>;
|
|
256
257
|
use: z.ZodOptional<z.ZodString>;
|
|
257
258
|
x: z.ZodOptional<z.ZodString>;
|
|
258
|
-
y: z.ZodOptional<z.ZodString>;
|
|
259
259
|
x5c: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
260
260
|
x5t: z.ZodOptional<z.ZodString>;
|
|
261
261
|
"x5t#S256": z.ZodOptional<z.ZodString>;
|
|
262
262
|
x5u: z.ZodOptional<z.ZodString>;
|
|
263
|
+
y: z.ZodOptional<z.ZodString>;
|
|
263
264
|
}, z.core.$strip>>;
|
|
264
265
|
}, z.core.$strip>;
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
request_object_signing_alg_values_supported: z.ZodArray<z.ZodString>;
|
|
266
|
+
nonce_endpoint: z.ZodString;
|
|
267
|
+
revocation_endpoint: z.ZodOptional<z.ZodString>;
|
|
268
|
+
status_attestation_endpoint: z.ZodString;
|
|
269
|
+
trust_frameworks_supported: z.ZodArray<z.ZodString>;
|
|
270
270
|
}, z.core.$strip>;
|
|
271
271
|
openid_credential_verifier: z.ZodOptional<z.ZodObject<{
|
|
272
272
|
application_type: z.ZodOptional<z.ZodString>;
|
|
273
|
+
authorization_encrypted_response_alg: z.ZodOptional<z.ZodString>;
|
|
274
|
+
authorization_encrypted_response_enc: z.ZodOptional<z.ZodString>;
|
|
275
|
+
authorization_signed_response_alg: z.ZodOptional<z.ZodString>;
|
|
273
276
|
client_id: z.ZodOptional<z.ZodString>;
|
|
274
277
|
client_name: z.ZodOptional<z.ZodString>;
|
|
278
|
+
contacts: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
275
279
|
jwks: z.ZodObject<{
|
|
276
280
|
keys: z.ZodArray<z.ZodObject<{
|
|
277
281
|
alg: z.ZodOptional<z.ZodString>;
|
|
@@ -285,11 +289,7 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
|
285
289
|
x5u: z.ZodOptional<z.ZodString>;
|
|
286
290
|
}, z.core.$loose>>;
|
|
287
291
|
}, z.core.$strip>;
|
|
288
|
-
contacts: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
289
292
|
request_uris: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
290
|
-
authorization_signed_response_alg: z.ZodOptional<z.ZodString>;
|
|
291
|
-
authorization_encrypted_response_alg: z.ZodOptional<z.ZodString>;
|
|
292
|
-
authorization_encrypted_response_enc: z.ZodOptional<z.ZodString>;
|
|
293
293
|
}, z.core.$strip>>;
|
|
294
294
|
}, z.core.$strip>;
|
|
295
295
|
}, z.core.$strip>;
|
|
@@ -297,33 +297,15 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
|
|
|
297
297
|
export type RelyingPartyEntityConfiguration = z.infer<typeof RelyingPartyEntityConfiguration>;
|
|
298
298
|
export declare const RelyingPartyEntityConfiguration: z.ZodIntersection<z.ZodObject<{
|
|
299
299
|
header: z.ZodObject<{
|
|
300
|
-
typ: z.ZodLiteral<"entity-statement+jwt">;
|
|
301
300
|
alg: z.ZodString;
|
|
302
301
|
kid: z.ZodString;
|
|
302
|
+
typ: z.ZodLiteral<"entity-statement+jwt">;
|
|
303
303
|
}, z.core.$strip>;
|
|
304
304
|
payload: z.ZodObject<{
|
|
305
|
-
iss: z.ZodString;
|
|
306
|
-
sub: z.ZodString;
|
|
307
|
-
iat: z.ZodNumber;
|
|
308
|
-
exp: z.ZodNumber;
|
|
309
305
|
authority_hints: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
federation_list_endpoint: z.ZodOptional<z.ZodString>;
|
|
314
|
-
federation_resolve_endpoint: z.ZodOptional<z.ZodString>;
|
|
315
|
-
federation_trust_mark_status_endpoint: z.ZodOptional<z.ZodString>;
|
|
316
|
-
federation_trust_mark_list_endpoint: z.ZodOptional<z.ZodString>;
|
|
317
|
-
federation_trust_mark_endpoint: z.ZodOptional<z.ZodString>;
|
|
318
|
-
federation_historical_keys_endpoint: z.ZodOptional<z.ZodString>;
|
|
319
|
-
endpoint_auth_signing_alg_values_supported: z.ZodOptional<z.ZodString>;
|
|
320
|
-
organization_name: z.ZodOptional<z.ZodString>;
|
|
321
|
-
homepage_uri: z.ZodOptional<z.ZodString>;
|
|
322
|
-
policy_uri: z.ZodOptional<z.ZodString>;
|
|
323
|
-
logo_uri: z.ZodOptional<z.ZodString>;
|
|
324
|
-
contacts: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
325
|
-
}, z.core.$loose>;
|
|
326
|
-
}, z.core.$loose>;
|
|
306
|
+
exp: z.ZodNumber;
|
|
307
|
+
iat: z.ZodNumber;
|
|
308
|
+
iss: z.ZodString;
|
|
327
309
|
jwks: z.ZodObject<{
|
|
328
310
|
keys: z.ZodArray<z.ZodObject<{
|
|
329
311
|
alg: z.ZodOptional<z.ZodString>;
|
|
@@ -346,21 +328,43 @@ export declare const RelyingPartyEntityConfiguration: z.ZodIntersection<z.ZodObj
|
|
|
346
328
|
qi: z.ZodOptional<z.ZodString>;
|
|
347
329
|
use: z.ZodOptional<z.ZodString>;
|
|
348
330
|
x: z.ZodOptional<z.ZodString>;
|
|
349
|
-
y: z.ZodOptional<z.ZodString>;
|
|
350
331
|
x5c: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
351
332
|
x5t: z.ZodOptional<z.ZodString>;
|
|
352
333
|
"x5t#S256": z.ZodOptional<z.ZodString>;
|
|
353
334
|
x5u: z.ZodOptional<z.ZodString>;
|
|
335
|
+
y: z.ZodOptional<z.ZodString>;
|
|
354
336
|
}, z.core.$strip>>;
|
|
355
337
|
}, z.core.$strip>;
|
|
338
|
+
metadata: z.ZodObject<{
|
|
339
|
+
federation_entity: z.ZodObject<{
|
|
340
|
+
contacts: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
341
|
+
endpoint_auth_signing_alg_values_supported: z.ZodOptional<z.ZodString>;
|
|
342
|
+
federation_fetch_endpoint: z.ZodOptional<z.ZodString>;
|
|
343
|
+
federation_historical_keys_endpoint: z.ZodOptional<z.ZodString>;
|
|
344
|
+
federation_list_endpoint: z.ZodOptional<z.ZodString>;
|
|
345
|
+
federation_resolve_endpoint: z.ZodOptional<z.ZodString>;
|
|
346
|
+
federation_trust_mark_endpoint: z.ZodOptional<z.ZodString>;
|
|
347
|
+
federation_trust_mark_list_endpoint: z.ZodOptional<z.ZodString>;
|
|
348
|
+
federation_trust_mark_status_endpoint: z.ZodOptional<z.ZodString>;
|
|
349
|
+
homepage_uri: z.ZodOptional<z.ZodString>;
|
|
350
|
+
logo_uri: z.ZodOptional<z.ZodString>;
|
|
351
|
+
organization_name: z.ZodOptional<z.ZodString>;
|
|
352
|
+
policy_uri: z.ZodOptional<z.ZodString>;
|
|
353
|
+
}, z.core.$loose>;
|
|
354
|
+
}, z.core.$loose>;
|
|
355
|
+
sub: z.ZodString;
|
|
356
356
|
}, z.core.$loose>;
|
|
357
357
|
}, z.core.$strip>, z.ZodObject<{
|
|
358
358
|
payload: z.ZodObject<{
|
|
359
359
|
metadata: z.ZodObject<{
|
|
360
360
|
openid_credential_verifier: z.ZodObject<{
|
|
361
361
|
application_type: z.ZodOptional<z.ZodString>;
|
|
362
|
+
authorization_encrypted_response_alg: z.ZodOptional<z.ZodString>;
|
|
363
|
+
authorization_encrypted_response_enc: z.ZodOptional<z.ZodString>;
|
|
364
|
+
authorization_signed_response_alg: z.ZodOptional<z.ZodString>;
|
|
362
365
|
client_id: z.ZodOptional<z.ZodString>;
|
|
363
366
|
client_name: z.ZodOptional<z.ZodString>;
|
|
367
|
+
contacts: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
364
368
|
jwks: z.ZodObject<{
|
|
365
369
|
keys: z.ZodArray<z.ZodObject<{
|
|
366
370
|
alg: z.ZodOptional<z.ZodString>;
|
|
@@ -374,11 +378,7 @@ export declare const RelyingPartyEntityConfiguration: z.ZodIntersection<z.ZodObj
|
|
|
374
378
|
x5u: z.ZodOptional<z.ZodString>;
|
|
375
379
|
}, z.core.$loose>>;
|
|
376
380
|
}, z.core.$strip>;
|
|
377
|
-
contacts: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
378
381
|
request_uris: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
379
|
-
authorization_signed_response_alg: z.ZodOptional<z.ZodString>;
|
|
380
|
-
authorization_encrypted_response_alg: z.ZodOptional<z.ZodString>;
|
|
381
|
-
authorization_encrypted_response_enc: z.ZodOptional<z.ZodString>;
|
|
382
382
|
}, z.core.$strip>;
|
|
383
383
|
}, z.core.$strip>;
|
|
384
384
|
}, z.core.$strip>;
|
|
@@ -386,33 +386,15 @@ export declare const RelyingPartyEntityConfiguration: z.ZodIntersection<z.ZodObj
|
|
|
386
386
|
export type WalletProviderEntityConfiguration = z.infer<typeof WalletProviderEntityConfiguration>;
|
|
387
387
|
export declare const WalletProviderEntityConfiguration: z.ZodIntersection<z.ZodObject<{
|
|
388
388
|
header: z.ZodObject<{
|
|
389
|
-
typ: z.ZodLiteral<"entity-statement+jwt">;
|
|
390
389
|
alg: z.ZodString;
|
|
391
390
|
kid: z.ZodString;
|
|
391
|
+
typ: z.ZodLiteral<"entity-statement+jwt">;
|
|
392
392
|
}, z.core.$strip>;
|
|
393
393
|
payload: z.ZodObject<{
|
|
394
|
-
iss: z.ZodString;
|
|
395
|
-
sub: z.ZodString;
|
|
396
|
-
iat: z.ZodNumber;
|
|
397
|
-
exp: z.ZodNumber;
|
|
398
394
|
authority_hints: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
federation_list_endpoint: z.ZodOptional<z.ZodString>;
|
|
403
|
-
federation_resolve_endpoint: z.ZodOptional<z.ZodString>;
|
|
404
|
-
federation_trust_mark_status_endpoint: z.ZodOptional<z.ZodString>;
|
|
405
|
-
federation_trust_mark_list_endpoint: z.ZodOptional<z.ZodString>;
|
|
406
|
-
federation_trust_mark_endpoint: z.ZodOptional<z.ZodString>;
|
|
407
|
-
federation_historical_keys_endpoint: z.ZodOptional<z.ZodString>;
|
|
408
|
-
endpoint_auth_signing_alg_values_supported: z.ZodOptional<z.ZodString>;
|
|
409
|
-
organization_name: z.ZodOptional<z.ZodString>;
|
|
410
|
-
homepage_uri: z.ZodOptional<z.ZodString>;
|
|
411
|
-
policy_uri: z.ZodOptional<z.ZodString>;
|
|
412
|
-
logo_uri: z.ZodOptional<z.ZodString>;
|
|
413
|
-
contacts: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
414
|
-
}, z.core.$loose>;
|
|
415
|
-
}, z.core.$loose>;
|
|
395
|
+
exp: z.ZodNumber;
|
|
396
|
+
iat: z.ZodNumber;
|
|
397
|
+
iss: z.ZodString;
|
|
416
398
|
jwks: z.ZodObject<{
|
|
417
399
|
keys: z.ZodArray<z.ZodObject<{
|
|
418
400
|
alg: z.ZodOptional<z.ZodString>;
|
|
@@ -435,23 +417,38 @@ export declare const WalletProviderEntityConfiguration: z.ZodIntersection<z.ZodO
|
|
|
435
417
|
qi: z.ZodOptional<z.ZodString>;
|
|
436
418
|
use: z.ZodOptional<z.ZodString>;
|
|
437
419
|
x: z.ZodOptional<z.ZodString>;
|
|
438
|
-
y: z.ZodOptional<z.ZodString>;
|
|
439
420
|
x5c: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
440
421
|
x5t: z.ZodOptional<z.ZodString>;
|
|
441
422
|
"x5t#S256": z.ZodOptional<z.ZodString>;
|
|
442
423
|
x5u: z.ZodOptional<z.ZodString>;
|
|
424
|
+
y: z.ZodOptional<z.ZodString>;
|
|
443
425
|
}, z.core.$strip>>;
|
|
444
426
|
}, z.core.$strip>;
|
|
427
|
+
metadata: z.ZodObject<{
|
|
428
|
+
federation_entity: z.ZodObject<{
|
|
429
|
+
contacts: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
430
|
+
endpoint_auth_signing_alg_values_supported: z.ZodOptional<z.ZodString>;
|
|
431
|
+
federation_fetch_endpoint: z.ZodOptional<z.ZodString>;
|
|
432
|
+
federation_historical_keys_endpoint: z.ZodOptional<z.ZodString>;
|
|
433
|
+
federation_list_endpoint: z.ZodOptional<z.ZodString>;
|
|
434
|
+
federation_resolve_endpoint: z.ZodOptional<z.ZodString>;
|
|
435
|
+
federation_trust_mark_endpoint: z.ZodOptional<z.ZodString>;
|
|
436
|
+
federation_trust_mark_list_endpoint: z.ZodOptional<z.ZodString>;
|
|
437
|
+
federation_trust_mark_status_endpoint: z.ZodOptional<z.ZodString>;
|
|
438
|
+
homepage_uri: z.ZodOptional<z.ZodString>;
|
|
439
|
+
logo_uri: z.ZodOptional<z.ZodString>;
|
|
440
|
+
organization_name: z.ZodOptional<z.ZodString>;
|
|
441
|
+
policy_uri: z.ZodOptional<z.ZodString>;
|
|
442
|
+
}, z.core.$loose>;
|
|
443
|
+
}, z.core.$loose>;
|
|
444
|
+
sub: z.ZodString;
|
|
445
445
|
}, z.core.$loose>;
|
|
446
446
|
}, z.core.$strip>, z.ZodObject<{
|
|
447
447
|
payload: z.ZodObject<{
|
|
448
448
|
metadata: z.ZodObject<{
|
|
449
449
|
wallet_provider: z.ZodObject<{
|
|
450
|
-
token_endpoint: z.ZodString;
|
|
451
450
|
aal_values_supported: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
452
451
|
grant_types_supported: z.ZodArray<z.ZodString>;
|
|
453
|
-
token_endpoint_auth_methods_supported: z.ZodArray<z.ZodString>;
|
|
454
|
-
token_endpoint_auth_signing_alg_values_supported: z.ZodArray<z.ZodString>;
|
|
455
452
|
jwks: z.ZodObject<{
|
|
456
453
|
keys: z.ZodArray<z.ZodObject<{
|
|
457
454
|
alg: z.ZodOptional<z.ZodString>;
|
|
@@ -474,13 +471,16 @@ export declare const WalletProviderEntityConfiguration: z.ZodIntersection<z.ZodO
|
|
|
474
471
|
qi: z.ZodOptional<z.ZodString>;
|
|
475
472
|
use: z.ZodOptional<z.ZodString>;
|
|
476
473
|
x: z.ZodOptional<z.ZodString>;
|
|
477
|
-
y: z.ZodOptional<z.ZodString>;
|
|
478
474
|
x5c: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
479
475
|
x5t: z.ZodOptional<z.ZodString>;
|
|
480
476
|
"x5t#S256": z.ZodOptional<z.ZodString>;
|
|
481
477
|
x5u: z.ZodOptional<z.ZodString>;
|
|
478
|
+
y: z.ZodOptional<z.ZodString>;
|
|
482
479
|
}, z.core.$strip>>;
|
|
483
480
|
}, z.core.$strip>;
|
|
481
|
+
token_endpoint: z.ZodString;
|
|
482
|
+
token_endpoint_auth_methods_supported: z.ZodArray<z.ZodString>;
|
|
483
|
+
token_endpoint_auth_signing_alg_values_supported: z.ZodArray<z.ZodString>;
|
|
484
484
|
}, z.core.$loose>;
|
|
485
485
|
}, z.core.$strip>;
|
|
486
486
|
}, z.core.$strip>;
|
|
@@ -488,33 +488,15 @@ export declare const WalletProviderEntityConfiguration: z.ZodIntersection<z.ZodO
|
|
|
488
488
|
export type EntityConfiguration = z.infer<typeof EntityConfiguration>;
|
|
489
489
|
export declare const EntityConfiguration: z.ZodUnion<readonly [z.ZodIntersection<z.ZodObject<{
|
|
490
490
|
header: z.ZodObject<{
|
|
491
|
-
typ: z.ZodLiteral<"entity-statement+jwt">;
|
|
492
491
|
alg: z.ZodString;
|
|
493
492
|
kid: z.ZodString;
|
|
493
|
+
typ: z.ZodLiteral<"entity-statement+jwt">;
|
|
494
494
|
}, z.core.$strip>;
|
|
495
495
|
payload: z.ZodObject<{
|
|
496
|
-
iss: z.ZodString;
|
|
497
|
-
sub: z.ZodString;
|
|
498
|
-
iat: z.ZodNumber;
|
|
499
|
-
exp: z.ZodNumber;
|
|
500
496
|
authority_hints: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
federation_list_endpoint: z.ZodOptional<z.ZodString>;
|
|
505
|
-
federation_resolve_endpoint: z.ZodOptional<z.ZodString>;
|
|
506
|
-
federation_trust_mark_status_endpoint: z.ZodOptional<z.ZodString>;
|
|
507
|
-
federation_trust_mark_list_endpoint: z.ZodOptional<z.ZodString>;
|
|
508
|
-
federation_trust_mark_endpoint: z.ZodOptional<z.ZodString>;
|
|
509
|
-
federation_historical_keys_endpoint: z.ZodOptional<z.ZodString>;
|
|
510
|
-
endpoint_auth_signing_alg_values_supported: z.ZodOptional<z.ZodString>;
|
|
511
|
-
organization_name: z.ZodOptional<z.ZodString>;
|
|
512
|
-
homepage_uri: z.ZodOptional<z.ZodString>;
|
|
513
|
-
policy_uri: z.ZodOptional<z.ZodString>;
|
|
514
|
-
logo_uri: z.ZodOptional<z.ZodString>;
|
|
515
|
-
contacts: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
516
|
-
}, z.core.$loose>;
|
|
517
|
-
}, z.core.$loose>;
|
|
497
|
+
exp: z.ZodNumber;
|
|
498
|
+
iat: z.ZodNumber;
|
|
499
|
+
iss: z.ZodString;
|
|
518
500
|
jwks: z.ZodObject<{
|
|
519
501
|
keys: z.ZodArray<z.ZodObject<{
|
|
520
502
|
alg: z.ZodOptional<z.ZodString>;
|
|
@@ -537,23 +519,38 @@ export declare const EntityConfiguration: z.ZodUnion<readonly [z.ZodIntersection
|
|
|
537
519
|
qi: z.ZodOptional<z.ZodString>;
|
|
538
520
|
use: z.ZodOptional<z.ZodString>;
|
|
539
521
|
x: z.ZodOptional<z.ZodString>;
|
|
540
|
-
y: z.ZodOptional<z.ZodString>;
|
|
541
522
|
x5c: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
542
523
|
x5t: z.ZodOptional<z.ZodString>;
|
|
543
524
|
"x5t#S256": z.ZodOptional<z.ZodString>;
|
|
544
525
|
x5u: z.ZodOptional<z.ZodString>;
|
|
526
|
+
y: z.ZodOptional<z.ZodString>;
|
|
545
527
|
}, z.core.$strip>>;
|
|
546
528
|
}, z.core.$strip>;
|
|
529
|
+
metadata: z.ZodObject<{
|
|
530
|
+
federation_entity: z.ZodObject<{
|
|
531
|
+
contacts: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
532
|
+
endpoint_auth_signing_alg_values_supported: z.ZodOptional<z.ZodString>;
|
|
533
|
+
federation_fetch_endpoint: z.ZodOptional<z.ZodString>;
|
|
534
|
+
federation_historical_keys_endpoint: z.ZodOptional<z.ZodString>;
|
|
535
|
+
federation_list_endpoint: z.ZodOptional<z.ZodString>;
|
|
536
|
+
federation_resolve_endpoint: z.ZodOptional<z.ZodString>;
|
|
537
|
+
federation_trust_mark_endpoint: z.ZodOptional<z.ZodString>;
|
|
538
|
+
federation_trust_mark_list_endpoint: z.ZodOptional<z.ZodString>;
|
|
539
|
+
federation_trust_mark_status_endpoint: z.ZodOptional<z.ZodString>;
|
|
540
|
+
homepage_uri: z.ZodOptional<z.ZodString>;
|
|
541
|
+
logo_uri: z.ZodOptional<z.ZodString>;
|
|
542
|
+
organization_name: z.ZodOptional<z.ZodString>;
|
|
543
|
+
policy_uri: z.ZodOptional<z.ZodString>;
|
|
544
|
+
}, z.core.$loose>;
|
|
545
|
+
}, z.core.$loose>;
|
|
546
|
+
sub: z.ZodString;
|
|
547
547
|
}, z.core.$loose>;
|
|
548
548
|
}, z.core.$strip>, z.ZodObject<{
|
|
549
549
|
payload: z.ZodObject<{
|
|
550
550
|
metadata: z.ZodObject<{
|
|
551
551
|
wallet_provider: z.ZodObject<{
|
|
552
|
-
token_endpoint: z.ZodString;
|
|
553
552
|
aal_values_supported: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
554
553
|
grant_types_supported: z.ZodArray<z.ZodString>;
|
|
555
|
-
token_endpoint_auth_methods_supported: z.ZodArray<z.ZodString>;
|
|
556
|
-
token_endpoint_auth_signing_alg_values_supported: z.ZodArray<z.ZodString>;
|
|
557
554
|
jwks: z.ZodObject<{
|
|
558
555
|
keys: z.ZodArray<z.ZodObject<{
|
|
559
556
|
alg: z.ZodOptional<z.ZodString>;
|
|
@@ -576,45 +573,30 @@ export declare const EntityConfiguration: z.ZodUnion<readonly [z.ZodIntersection
|
|
|
576
573
|
qi: z.ZodOptional<z.ZodString>;
|
|
577
574
|
use: z.ZodOptional<z.ZodString>;
|
|
578
575
|
x: z.ZodOptional<z.ZodString>;
|
|
579
|
-
y: z.ZodOptional<z.ZodString>;
|
|
580
576
|
x5c: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
581
577
|
x5t: z.ZodOptional<z.ZodString>;
|
|
582
578
|
"x5t#S256": z.ZodOptional<z.ZodString>;
|
|
583
579
|
x5u: z.ZodOptional<z.ZodString>;
|
|
580
|
+
y: z.ZodOptional<z.ZodString>;
|
|
584
581
|
}, z.core.$strip>>;
|
|
585
582
|
}, z.core.$strip>;
|
|
583
|
+
token_endpoint: z.ZodString;
|
|
584
|
+
token_endpoint_auth_methods_supported: z.ZodArray<z.ZodString>;
|
|
585
|
+
token_endpoint_auth_signing_alg_values_supported: z.ZodArray<z.ZodString>;
|
|
586
586
|
}, z.core.$loose>;
|
|
587
|
-
}, z.core.$strip>;
|
|
588
|
-
}, z.core.$strip>;
|
|
589
|
-
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
590
|
-
header: z.ZodObject<{
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
}, z.core.$strip>;
|
|
595
|
-
payload: z.ZodObject<{
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
iat: z.ZodNumber;
|
|
599
|
-
|
|
600
|
-
authority_hints: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
601
|
-
metadata: z.ZodObject<{
|
|
602
|
-
federation_entity: z.ZodObject<{
|
|
603
|
-
federation_fetch_endpoint: z.ZodOptional<z.ZodString>;
|
|
604
|
-
federation_list_endpoint: z.ZodOptional<z.ZodString>;
|
|
605
|
-
federation_resolve_endpoint: z.ZodOptional<z.ZodString>;
|
|
606
|
-
federation_trust_mark_status_endpoint: z.ZodOptional<z.ZodString>;
|
|
607
|
-
federation_trust_mark_list_endpoint: z.ZodOptional<z.ZodString>;
|
|
608
|
-
federation_trust_mark_endpoint: z.ZodOptional<z.ZodString>;
|
|
609
|
-
federation_historical_keys_endpoint: z.ZodOptional<z.ZodString>;
|
|
610
|
-
endpoint_auth_signing_alg_values_supported: z.ZodOptional<z.ZodString>;
|
|
611
|
-
organization_name: z.ZodOptional<z.ZodString>;
|
|
612
|
-
homepage_uri: z.ZodOptional<z.ZodString>;
|
|
613
|
-
policy_uri: z.ZodOptional<z.ZodString>;
|
|
614
|
-
logo_uri: z.ZodOptional<z.ZodString>;
|
|
615
|
-
contacts: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
616
|
-
}, z.core.$loose>;
|
|
617
|
-
}, z.core.$loose>;
|
|
587
|
+
}, z.core.$strip>;
|
|
588
|
+
}, z.core.$strip>;
|
|
589
|
+
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
590
|
+
header: z.ZodObject<{
|
|
591
|
+
alg: z.ZodString;
|
|
592
|
+
kid: z.ZodString;
|
|
593
|
+
typ: z.ZodLiteral<"entity-statement+jwt">;
|
|
594
|
+
}, z.core.$strip>;
|
|
595
|
+
payload: z.ZodObject<{
|
|
596
|
+
authority_hints: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
597
|
+
exp: z.ZodNumber;
|
|
598
|
+
iat: z.ZodNumber;
|
|
599
|
+
iss: z.ZodString;
|
|
618
600
|
jwks: z.ZodObject<{
|
|
619
601
|
keys: z.ZodArray<z.ZodObject<{
|
|
620
602
|
alg: z.ZodOptional<z.ZodString>;
|
|
@@ -637,13 +619,31 @@ export declare const EntityConfiguration: z.ZodUnion<readonly [z.ZodIntersection
|
|
|
637
619
|
qi: z.ZodOptional<z.ZodString>;
|
|
638
620
|
use: z.ZodOptional<z.ZodString>;
|
|
639
621
|
x: z.ZodOptional<z.ZodString>;
|
|
640
|
-
y: z.ZodOptional<z.ZodString>;
|
|
641
622
|
x5c: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
642
623
|
x5t: z.ZodOptional<z.ZodString>;
|
|
643
624
|
"x5t#S256": z.ZodOptional<z.ZodString>;
|
|
644
625
|
x5u: z.ZodOptional<z.ZodString>;
|
|
626
|
+
y: z.ZodOptional<z.ZodString>;
|
|
645
627
|
}, z.core.$strip>>;
|
|
646
628
|
}, z.core.$strip>;
|
|
629
|
+
metadata: z.ZodObject<{
|
|
630
|
+
federation_entity: z.ZodObject<{
|
|
631
|
+
contacts: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
632
|
+
endpoint_auth_signing_alg_values_supported: z.ZodOptional<z.ZodString>;
|
|
633
|
+
federation_fetch_endpoint: z.ZodOptional<z.ZodString>;
|
|
634
|
+
federation_historical_keys_endpoint: z.ZodOptional<z.ZodString>;
|
|
635
|
+
federation_list_endpoint: z.ZodOptional<z.ZodString>;
|
|
636
|
+
federation_resolve_endpoint: z.ZodOptional<z.ZodString>;
|
|
637
|
+
federation_trust_mark_endpoint: z.ZodOptional<z.ZodString>;
|
|
638
|
+
federation_trust_mark_list_endpoint: z.ZodOptional<z.ZodString>;
|
|
639
|
+
federation_trust_mark_status_endpoint: z.ZodOptional<z.ZodString>;
|
|
640
|
+
homepage_uri: z.ZodOptional<z.ZodString>;
|
|
641
|
+
logo_uri: z.ZodOptional<z.ZodString>;
|
|
642
|
+
organization_name: z.ZodOptional<z.ZodString>;
|
|
643
|
+
policy_uri: z.ZodOptional<z.ZodString>;
|
|
644
|
+
}, z.core.$loose>;
|
|
645
|
+
}, z.core.$loose>;
|
|
646
|
+
sub: z.ZodString;
|
|
647
647
|
}, z.core.$loose>;
|
|
648
648
|
}, z.core.$strip>, z.ZodObject<{
|
|
649
649
|
payload: z.ZodObject<{
|
|
@@ -669,54 +669,21 @@ export declare const EntityConfiguration: z.ZodUnion<readonly [z.ZodIntersection
|
|
|
669
669
|
qi: z.ZodOptional<z.ZodString>;
|
|
670
670
|
use: z.ZodOptional<z.ZodString>;
|
|
671
671
|
x: z.ZodOptional<z.ZodString>;
|
|
672
|
-
y: z.ZodOptional<z.ZodString>;
|
|
673
672
|
x5c: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
674
673
|
x5t: z.ZodOptional<z.ZodString>;
|
|
675
674
|
"x5t#S256": z.ZodOptional<z.ZodString>;
|
|
676
675
|
x5u: z.ZodOptional<z.ZodString>;
|
|
676
|
+
y: z.ZodOptional<z.ZodString>;
|
|
677
677
|
}, z.core.$strip>>;
|
|
678
678
|
}, z.core.$strip>;
|
|
679
679
|
metadata: z.ZodObject<{
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
name: z.ZodString;
|
|
688
|
-
locale: z.ZodString;
|
|
689
|
-
}, z.core.$strip>>;
|
|
690
|
-
credential_configurations_supported: z.ZodRecord<z.ZodString, z.ZodIntersection<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
691
|
-
format: z.ZodLiteral<"dc+sd-jwt">;
|
|
692
|
-
vct: z.ZodString;
|
|
693
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
694
|
-
format: z.ZodLiteral<"mso_mdoc">;
|
|
695
|
-
doctype: z.ZodString;
|
|
696
|
-
}, z.core.$strip>], "format">, z.ZodObject<{
|
|
697
|
-
scope: z.ZodString;
|
|
698
|
-
display: z.ZodArray<z.ZodObject<{
|
|
699
|
-
name: z.ZodString;
|
|
700
|
-
locale: z.ZodString;
|
|
701
|
-
}, z.core.$strip>>;
|
|
702
|
-
claims: z.ZodArray<z.ZodObject<{
|
|
703
|
-
path: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodNull]>>;
|
|
704
|
-
display: z.ZodArray<z.ZodObject<{
|
|
705
|
-
name: z.ZodString;
|
|
706
|
-
locale: z.ZodString;
|
|
707
|
-
}, z.core.$strip>>;
|
|
708
|
-
}, z.core.$strip>>;
|
|
709
|
-
cryptographic_binding_methods_supported: z.ZodArray<z.ZodString>;
|
|
710
|
-
credential_signing_alg_values_supported: z.ZodArray<z.ZodString>;
|
|
711
|
-
authentic_source: z.ZodOptional<z.ZodString>;
|
|
712
|
-
issuance_errors_supported: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
713
|
-
display: z.ZodArray<z.ZodObject<{
|
|
714
|
-
title: z.ZodString;
|
|
715
|
-
description: z.ZodString;
|
|
716
|
-
locale: z.ZodString;
|
|
717
|
-
}, z.core.$strip>>;
|
|
718
|
-
}, z.core.$strip>>>;
|
|
719
|
-
}, z.core.$strip>>>;
|
|
680
|
+
oauth_authorization_server: z.ZodObject<{
|
|
681
|
+
acr_values_supported: z.ZodArray<z.ZodString>;
|
|
682
|
+
authorization_endpoint: z.ZodString;
|
|
683
|
+
client_registration_types_supported: z.ZodArray<z.ZodString>;
|
|
684
|
+
code_challenge_methods_supported: z.ZodArray<z.ZodString>;
|
|
685
|
+
grant_types_supported: z.ZodArray<z.ZodString>;
|
|
686
|
+
issuer: z.ZodString;
|
|
720
687
|
jwks: z.ZodObject<{
|
|
721
688
|
keys: z.ZodArray<z.ZodObject<{
|
|
722
689
|
alg: z.ZodOptional<z.ZodString>;
|
|
@@ -739,25 +706,59 @@ export declare const EntityConfiguration: z.ZodUnion<readonly [z.ZodIntersection
|
|
|
739
706
|
qi: z.ZodOptional<z.ZodString>;
|
|
740
707
|
use: z.ZodOptional<z.ZodString>;
|
|
741
708
|
x: z.ZodOptional<z.ZodString>;
|
|
742
|
-
y: z.ZodOptional<z.ZodString>;
|
|
743
709
|
x5c: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
744
710
|
x5t: z.ZodOptional<z.ZodString>;
|
|
745
711
|
"x5t#S256": z.ZodOptional<z.ZodString>;
|
|
746
712
|
x5u: z.ZodOptional<z.ZodString>;
|
|
713
|
+
y: z.ZodOptional<z.ZodString>;
|
|
747
714
|
}, z.core.$strip>>;
|
|
748
715
|
}, z.core.$strip>;
|
|
749
|
-
trust_frameworks_supported: z.ZodArray<z.ZodString>;
|
|
750
|
-
evidence_supported: z.ZodArray<z.ZodString>;
|
|
751
|
-
}, z.core.$strip>;
|
|
752
|
-
oauth_authorization_server: z.ZodObject<{
|
|
753
|
-
authorization_endpoint: z.ZodString;
|
|
754
716
|
pushed_authorization_request_endpoint: z.ZodString;
|
|
717
|
+
request_object_signing_alg_values_supported: z.ZodArray<z.ZodString>;
|
|
718
|
+
response_modes_supported: z.ZodArray<z.ZodString>;
|
|
719
|
+
scopes_supported: z.ZodArray<z.ZodString>;
|
|
755
720
|
token_endpoint: z.ZodString;
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
721
|
+
token_endpoint_auth_methods_supported: z.ZodArray<z.ZodString>;
|
|
722
|
+
token_endpoint_auth_signing_alg_values_supported: z.ZodArray<z.ZodString>;
|
|
723
|
+
}, z.core.$strip>;
|
|
724
|
+
openid_credential_issuer: z.ZodObject<{
|
|
725
|
+
credential_configurations_supported: z.ZodRecord<z.ZodString, z.ZodIntersection<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
726
|
+
format: z.ZodLiteral<"dc+sd-jwt">;
|
|
727
|
+
vct: z.ZodString;
|
|
728
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
729
|
+
doctype: z.ZodString;
|
|
730
|
+
format: z.ZodLiteral<"mso_mdoc">;
|
|
731
|
+
}, z.core.$strip>], "format">, z.ZodObject<{
|
|
732
|
+
authentic_source: z.ZodOptional<z.ZodString>;
|
|
733
|
+
claims: z.ZodArray<z.ZodObject<{
|
|
734
|
+
display: z.ZodArray<z.ZodObject<{
|
|
735
|
+
locale: z.ZodString;
|
|
736
|
+
name: z.ZodString;
|
|
737
|
+
}, z.core.$strip>>;
|
|
738
|
+
path: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodNull]>>;
|
|
739
|
+
}, z.core.$strip>>;
|
|
740
|
+
credential_signing_alg_values_supported: z.ZodArray<z.ZodString>;
|
|
741
|
+
cryptographic_binding_methods_supported: z.ZodArray<z.ZodString>;
|
|
742
|
+
display: z.ZodArray<z.ZodObject<{
|
|
743
|
+
locale: z.ZodString;
|
|
744
|
+
name: z.ZodString;
|
|
745
|
+
}, z.core.$strip>>;
|
|
746
|
+
issuance_errors_supported: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
747
|
+
display: z.ZodArray<z.ZodObject<{
|
|
748
|
+
description: z.ZodString;
|
|
749
|
+
locale: z.ZodString;
|
|
750
|
+
title: z.ZodString;
|
|
751
|
+
}, z.core.$strip>>;
|
|
752
|
+
}, z.core.$strip>>>;
|
|
753
|
+
scope: z.ZodString;
|
|
754
|
+
}, z.core.$strip>>>;
|
|
755
|
+
credential_endpoint: z.ZodString;
|
|
756
|
+
credential_issuer: z.ZodString;
|
|
757
|
+
display: z.ZodArray<z.ZodObject<{
|
|
758
|
+
locale: z.ZodString;
|
|
759
|
+
name: z.ZodString;
|
|
760
|
+
}, z.core.$strip>>;
|
|
761
|
+
evidence_supported: z.ZodArray<z.ZodString>;
|
|
761
762
|
jwks: z.ZodObject<{
|
|
762
763
|
keys: z.ZodArray<z.ZodObject<{
|
|
763
764
|
alg: z.ZodOptional<z.ZodString>;
|
|
@@ -780,23 +781,26 @@ export declare const EntityConfiguration: z.ZodUnion<readonly [z.ZodIntersection
|
|
|
780
781
|
qi: z.ZodOptional<z.ZodString>;
|
|
781
782
|
use: z.ZodOptional<z.ZodString>;
|
|
782
783
|
x: z.ZodOptional<z.ZodString>;
|
|
783
|
-
y: z.ZodOptional<z.ZodString>;
|
|
784
784
|
x5c: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
785
785
|
x5t: z.ZodOptional<z.ZodString>;
|
|
786
786
|
"x5t#S256": z.ZodOptional<z.ZodString>;
|
|
787
787
|
x5u: z.ZodOptional<z.ZodString>;
|
|
788
|
+
y: z.ZodOptional<z.ZodString>;
|
|
788
789
|
}, z.core.$strip>>;
|
|
789
790
|
}, z.core.$strip>;
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
request_object_signing_alg_values_supported: z.ZodArray<z.ZodString>;
|
|
791
|
+
nonce_endpoint: z.ZodString;
|
|
792
|
+
revocation_endpoint: z.ZodOptional<z.ZodString>;
|
|
793
|
+
status_attestation_endpoint: z.ZodString;
|
|
794
|
+
trust_frameworks_supported: z.ZodArray<z.ZodString>;
|
|
795
795
|
}, z.core.$strip>;
|
|
796
796
|
openid_credential_verifier: z.ZodOptional<z.ZodObject<{
|
|
797
797
|
application_type: z.ZodOptional<z.ZodString>;
|
|
798
|
+
authorization_encrypted_response_alg: z.ZodOptional<z.ZodString>;
|
|
799
|
+
authorization_encrypted_response_enc: z.ZodOptional<z.ZodString>;
|
|
800
|
+
authorization_signed_response_alg: z.ZodOptional<z.ZodString>;
|
|
798
801
|
client_id: z.ZodOptional<z.ZodString>;
|
|
799
802
|
client_name: z.ZodOptional<z.ZodString>;
|
|
803
|
+
contacts: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
800
804
|
jwks: z.ZodObject<{
|
|
801
805
|
keys: z.ZodArray<z.ZodObject<{
|
|
802
806
|
alg: z.ZodOptional<z.ZodString>;
|
|
@@ -810,43 +814,21 @@ export declare const EntityConfiguration: z.ZodUnion<readonly [z.ZodIntersection
|
|
|
810
814
|
x5u: z.ZodOptional<z.ZodString>;
|
|
811
815
|
}, z.core.$loose>>;
|
|
812
816
|
}, z.core.$strip>;
|
|
813
|
-
contacts: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
814
817
|
request_uris: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
815
|
-
authorization_signed_response_alg: z.ZodOptional<z.ZodString>;
|
|
816
|
-
authorization_encrypted_response_alg: z.ZodOptional<z.ZodString>;
|
|
817
|
-
authorization_encrypted_response_enc: z.ZodOptional<z.ZodString>;
|
|
818
818
|
}, z.core.$strip>>;
|
|
819
819
|
}, z.core.$strip>;
|
|
820
820
|
}, z.core.$strip>;
|
|
821
821
|
}, z.core.$strip>>, z.ZodObject<{
|
|
822
822
|
header: z.ZodObject<{
|
|
823
|
-
typ: z.ZodLiteral<"entity-statement+jwt">;
|
|
824
823
|
alg: z.ZodString;
|
|
825
824
|
kid: z.ZodString;
|
|
825
|
+
typ: z.ZodLiteral<"entity-statement+jwt">;
|
|
826
826
|
}, z.core.$strip>;
|
|
827
827
|
payload: z.ZodObject<{
|
|
828
|
-
iss: z.ZodString;
|
|
829
|
-
sub: z.ZodString;
|
|
830
|
-
iat: z.ZodNumber;
|
|
831
|
-
exp: z.ZodNumber;
|
|
832
828
|
authority_hints: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
federation_list_endpoint: z.ZodOptional<z.ZodString>;
|
|
837
|
-
federation_resolve_endpoint: z.ZodOptional<z.ZodString>;
|
|
838
|
-
federation_trust_mark_status_endpoint: z.ZodOptional<z.ZodString>;
|
|
839
|
-
federation_trust_mark_list_endpoint: z.ZodOptional<z.ZodString>;
|
|
840
|
-
federation_trust_mark_endpoint: z.ZodOptional<z.ZodString>;
|
|
841
|
-
federation_historical_keys_endpoint: z.ZodOptional<z.ZodString>;
|
|
842
|
-
endpoint_auth_signing_alg_values_supported: z.ZodOptional<z.ZodString>;
|
|
843
|
-
organization_name: z.ZodOptional<z.ZodString>;
|
|
844
|
-
homepage_uri: z.ZodOptional<z.ZodString>;
|
|
845
|
-
policy_uri: z.ZodOptional<z.ZodString>;
|
|
846
|
-
logo_uri: z.ZodOptional<z.ZodString>;
|
|
847
|
-
contacts: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
848
|
-
}, z.core.$loose>;
|
|
849
|
-
}, z.core.$loose>;
|
|
829
|
+
exp: z.ZodNumber;
|
|
830
|
+
iat: z.ZodNumber;
|
|
831
|
+
iss: z.ZodString;
|
|
850
832
|
jwks: z.ZodObject<{
|
|
851
833
|
keys: z.ZodArray<z.ZodObject<{
|
|
852
834
|
alg: z.ZodOptional<z.ZodString>;
|
|
@@ -869,43 +851,43 @@ export declare const EntityConfiguration: z.ZodUnion<readonly [z.ZodIntersection
|
|
|
869
851
|
qi: z.ZodOptional<z.ZodString>;
|
|
870
852
|
use: z.ZodOptional<z.ZodString>;
|
|
871
853
|
x: z.ZodOptional<z.ZodString>;
|
|
872
|
-
y: z.ZodOptional<z.ZodString>;
|
|
873
854
|
x5c: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
874
855
|
x5t: z.ZodOptional<z.ZodString>;
|
|
875
856
|
"x5t#S256": z.ZodOptional<z.ZodString>;
|
|
876
857
|
x5u: z.ZodOptional<z.ZodString>;
|
|
858
|
+
y: z.ZodOptional<z.ZodString>;
|
|
877
859
|
}, z.core.$strip>>;
|
|
878
860
|
}, z.core.$strip>;
|
|
879
|
-
}, z.core.$loose>;
|
|
880
|
-
}, z.core.$strip>, z.ZodIntersection<z.ZodObject<{
|
|
881
|
-
header: z.ZodObject<{
|
|
882
|
-
typ: z.ZodLiteral<"entity-statement+jwt">;
|
|
883
|
-
alg: z.ZodString;
|
|
884
|
-
kid: z.ZodString;
|
|
885
|
-
}, z.core.$strip>;
|
|
886
|
-
payload: z.ZodObject<{
|
|
887
|
-
iss: z.ZodString;
|
|
888
|
-
sub: z.ZodString;
|
|
889
|
-
iat: z.ZodNumber;
|
|
890
|
-
exp: z.ZodNumber;
|
|
891
|
-
authority_hints: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
892
861
|
metadata: z.ZodObject<{
|
|
893
862
|
federation_entity: z.ZodObject<{
|
|
863
|
+
contacts: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
864
|
+
endpoint_auth_signing_alg_values_supported: z.ZodOptional<z.ZodString>;
|
|
894
865
|
federation_fetch_endpoint: z.ZodOptional<z.ZodString>;
|
|
866
|
+
federation_historical_keys_endpoint: z.ZodOptional<z.ZodString>;
|
|
895
867
|
federation_list_endpoint: z.ZodOptional<z.ZodString>;
|
|
896
868
|
federation_resolve_endpoint: z.ZodOptional<z.ZodString>;
|
|
897
|
-
federation_trust_mark_status_endpoint: z.ZodOptional<z.ZodString>;
|
|
898
|
-
federation_trust_mark_list_endpoint: z.ZodOptional<z.ZodString>;
|
|
899
869
|
federation_trust_mark_endpoint: z.ZodOptional<z.ZodString>;
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
organization_name: z.ZodOptional<z.ZodString>;
|
|
870
|
+
federation_trust_mark_list_endpoint: z.ZodOptional<z.ZodString>;
|
|
871
|
+
federation_trust_mark_status_endpoint: z.ZodOptional<z.ZodString>;
|
|
903
872
|
homepage_uri: z.ZodOptional<z.ZodString>;
|
|
904
|
-
policy_uri: z.ZodOptional<z.ZodString>;
|
|
905
873
|
logo_uri: z.ZodOptional<z.ZodString>;
|
|
906
|
-
|
|
874
|
+
organization_name: z.ZodOptional<z.ZodString>;
|
|
875
|
+
policy_uri: z.ZodOptional<z.ZodString>;
|
|
907
876
|
}, z.core.$loose>;
|
|
908
877
|
}, z.core.$loose>;
|
|
878
|
+
sub: z.ZodString;
|
|
879
|
+
}, z.core.$loose>;
|
|
880
|
+
}, z.core.$strip>, z.ZodIntersection<z.ZodObject<{
|
|
881
|
+
header: z.ZodObject<{
|
|
882
|
+
alg: z.ZodString;
|
|
883
|
+
kid: z.ZodString;
|
|
884
|
+
typ: z.ZodLiteral<"entity-statement+jwt">;
|
|
885
|
+
}, z.core.$strip>;
|
|
886
|
+
payload: z.ZodObject<{
|
|
887
|
+
authority_hints: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
888
|
+
exp: z.ZodNumber;
|
|
889
|
+
iat: z.ZodNumber;
|
|
890
|
+
iss: z.ZodString;
|
|
909
891
|
jwks: z.ZodObject<{
|
|
910
892
|
keys: z.ZodArray<z.ZodObject<{
|
|
911
893
|
alg: z.ZodOptional<z.ZodString>;
|
|
@@ -928,21 +910,43 @@ export declare const EntityConfiguration: z.ZodUnion<readonly [z.ZodIntersection
|
|
|
928
910
|
qi: z.ZodOptional<z.ZodString>;
|
|
929
911
|
use: z.ZodOptional<z.ZodString>;
|
|
930
912
|
x: z.ZodOptional<z.ZodString>;
|
|
931
|
-
y: z.ZodOptional<z.ZodString>;
|
|
932
913
|
x5c: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
933
914
|
x5t: z.ZodOptional<z.ZodString>;
|
|
934
915
|
"x5t#S256": z.ZodOptional<z.ZodString>;
|
|
935
916
|
x5u: z.ZodOptional<z.ZodString>;
|
|
917
|
+
y: z.ZodOptional<z.ZodString>;
|
|
936
918
|
}, z.core.$strip>>;
|
|
937
919
|
}, z.core.$strip>;
|
|
920
|
+
metadata: z.ZodObject<{
|
|
921
|
+
federation_entity: z.ZodObject<{
|
|
922
|
+
contacts: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
923
|
+
endpoint_auth_signing_alg_values_supported: z.ZodOptional<z.ZodString>;
|
|
924
|
+
federation_fetch_endpoint: z.ZodOptional<z.ZodString>;
|
|
925
|
+
federation_historical_keys_endpoint: z.ZodOptional<z.ZodString>;
|
|
926
|
+
federation_list_endpoint: z.ZodOptional<z.ZodString>;
|
|
927
|
+
federation_resolve_endpoint: z.ZodOptional<z.ZodString>;
|
|
928
|
+
federation_trust_mark_endpoint: z.ZodOptional<z.ZodString>;
|
|
929
|
+
federation_trust_mark_list_endpoint: z.ZodOptional<z.ZodString>;
|
|
930
|
+
federation_trust_mark_status_endpoint: z.ZodOptional<z.ZodString>;
|
|
931
|
+
homepage_uri: z.ZodOptional<z.ZodString>;
|
|
932
|
+
logo_uri: z.ZodOptional<z.ZodString>;
|
|
933
|
+
organization_name: z.ZodOptional<z.ZodString>;
|
|
934
|
+
policy_uri: z.ZodOptional<z.ZodString>;
|
|
935
|
+
}, z.core.$loose>;
|
|
936
|
+
}, z.core.$loose>;
|
|
937
|
+
sub: z.ZodString;
|
|
938
938
|
}, z.core.$loose>;
|
|
939
939
|
}, z.core.$strip>, z.ZodObject<{
|
|
940
940
|
payload: z.ZodObject<{
|
|
941
941
|
metadata: z.ZodObject<{
|
|
942
942
|
openid_credential_verifier: z.ZodObject<{
|
|
943
943
|
application_type: z.ZodOptional<z.ZodString>;
|
|
944
|
+
authorization_encrypted_response_alg: z.ZodOptional<z.ZodString>;
|
|
945
|
+
authorization_encrypted_response_enc: z.ZodOptional<z.ZodString>;
|
|
946
|
+
authorization_signed_response_alg: z.ZodOptional<z.ZodString>;
|
|
944
947
|
client_id: z.ZodOptional<z.ZodString>;
|
|
945
948
|
client_name: z.ZodOptional<z.ZodString>;
|
|
949
|
+
contacts: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
946
950
|
jwks: z.ZodObject<{
|
|
947
951
|
keys: z.ZodArray<z.ZodObject<{
|
|
948
952
|
alg: z.ZodOptional<z.ZodString>;
|
|
@@ -956,11 +960,7 @@ export declare const EntityConfiguration: z.ZodUnion<readonly [z.ZodIntersection
|
|
|
956
960
|
x5u: z.ZodOptional<z.ZodString>;
|
|
957
961
|
}, z.core.$loose>>;
|
|
958
962
|
}, z.core.$strip>;
|
|
959
|
-
contacts: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
960
963
|
request_uris: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
961
|
-
authorization_signed_response_alg: z.ZodOptional<z.ZodString>;
|
|
962
|
-
authorization_encrypted_response_alg: z.ZodOptional<z.ZodString>;
|
|
963
|
-
authorization_encrypted_response_enc: z.ZodOptional<z.ZodString>;
|
|
964
964
|
}, z.core.$strip>;
|
|
965
965
|
}, z.core.$strip>;
|
|
966
966
|
}, z.core.$strip>;
|