@pagopa/io-react-native-wallet 3.0.0 → 3.1.0
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/api/index.js +3 -0
- package/lib/commonjs/api/index.js.map +1 -1
- package/lib/commonjs/client/generated/wallet-provider.js +42 -4
- package/lib/commonjs/client/generated/wallet-provider.js.map +1 -1
- package/lib/commonjs/client/index.js +5 -3
- package/lib/commonjs/client/index.js.map +1 -1
- package/lib/commonjs/credential/issuance/README.md +2 -0
- package/lib/commonjs/credential/issuance/api/IssuerConfig.js +2 -2
- package/lib/commonjs/credential/issuance/api/IssuerConfig.js.map +1 -1
- package/lib/commonjs/credential/issuance/common/06-verify-and-parse-credential.sdjwt.js +2 -1
- package/lib/commonjs/credential/issuance/common/06-verify-and-parse-credential.sdjwt.js.map +1 -1
- package/lib/commonjs/credential/issuance/v1.3.3/01-evaluate-issuer-trust.js +2 -0
- package/lib/commonjs/credential/issuance/v1.3.3/01-evaluate-issuer-trust.js.map +1 -1
- package/lib/commonjs/credential/issuance/v1.3.3/03-complete-user-authorization.js +2 -0
- package/lib/commonjs/credential/issuance/v1.3.3/03-complete-user-authorization.js.map +1 -1
- package/lib/commonjs/credential/issuance/v1.3.3/05-obtain-credential.js +15 -8
- package/lib/commonjs/credential/issuance/v1.3.3/05-obtain-credential.js.map +1 -1
- package/lib/commonjs/credential/issuance/v1.3.3/mappers.js +0 -1
- package/lib/commonjs/credential/issuance/v1.3.3/mappers.js.map +1 -1
- package/lib/commonjs/credential/presentation/api/RelyingPartyConfig.js +2 -2
- package/lib/commonjs/credential/presentation/api/RelyingPartyConfig.js.map +1 -1
- package/lib/commonjs/credential/presentation/common/utils/sd-jwt.js +2 -1
- package/lib/commonjs/credential/presentation/common/utils/sd-jwt.js.map +1 -1
- package/lib/commonjs/credential/presentation/v1.0.0/04-verify-request-object.js.map +1 -1
- package/lib/commonjs/credential/presentation/v1.3.3/04-verify-request-object.js +4 -2
- package/lib/commonjs/credential/presentation/v1.3.3/04-verify-request-object.js.map +1 -1
- package/lib/commonjs/credentials-catalogue/api/DigitalCredentialsCatalogue.js +37 -11
- package/lib/commonjs/credentials-catalogue/api/DigitalCredentialsCatalogue.js.map +1 -1
- package/lib/commonjs/credentials-catalogue/v1.0.0/mappers.js +16 -5
- package/lib/commonjs/credentials-catalogue/v1.0.0/mappers.js.map +1 -1
- package/lib/commonjs/credentials-catalogue/v1.3.3/mappers.js +4 -2
- package/lib/commonjs/credentials-catalogue/v1.3.3/mappers.js.map +1 -1
- package/lib/commonjs/credentials-catalogue/v1.3.3/types.js +91 -30
- package/lib/commonjs/credentials-catalogue/v1.3.3/types.js.map +1 -1
- package/lib/commonjs/credentials-catalogue/v1.3.3/utils.js +4 -4
- package/lib/commonjs/credentials-catalogue/v1.3.3/utils.js.map +1 -1
- package/lib/commonjs/index.js +3 -1
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/sd-jwt/index.js +3 -2
- package/lib/commonjs/sd-jwt/index.js.map +1 -1
- package/lib/commonjs/sd-jwt/utils.js +2 -1
- package/lib/commonjs/sd-jwt/utils.js.map +1 -1
- package/lib/commonjs/trust/common/types.js +3 -3
- package/lib/commonjs/trust/common/types.js.map +1 -1
- package/lib/commonjs/trust/v1.0.0/types.js +6 -8
- package/lib/commonjs/trust/v1.0.0/types.js.map +1 -1
- package/lib/commonjs/trust/v1.3.3/types.js +1 -3
- package/lib/commonjs/trust/v1.3.3/types.js.map +1 -1
- package/lib/commonjs/utils/callbacks.js +2 -0
- package/lib/commonjs/utils/callbacks.js.map +1 -1
- package/lib/commonjs/utils/credentials.js +17 -2
- package/lib/commonjs/utils/credentials.js.map +1 -1
- package/lib/commonjs/utils/crypto.js +8 -0
- package/lib/commonjs/utils/crypto.js.map +1 -1
- package/lib/commonjs/utils/dpop.js +1 -1
- package/lib/commonjs/utils/dpop.js.map +1 -1
- package/lib/commonjs/utils/jwk.js +1 -1
- package/lib/commonjs/utils/jwk.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-attestation/README.md +13 -10
- package/lib/commonjs/wallet-instance-attestation/api/types.js +9 -4
- package/lib/commonjs/wallet-instance-attestation/api/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 +4 -5
- 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 +4 -5
- package/lib/commonjs/wallet-instance-attestation/v1.0.0/mappers.js.map +1 -1
- package/lib/commonjs/wallet-instance-attestation/v1.3.3/index.js +5 -7
- 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 +73 -3
- package/lib/commonjs/wallet-instance-attestation/v1.3.3/issuing.js.map +1 -1
- package/lib/commonjs/wallet-instance-attestation/v1.3.3/mappers.js +26 -0
- package/lib/commonjs/wallet-instance-attestation/v1.3.3/mappers.js.map +1 -0
- package/lib/commonjs/wallet-instance-attestation/v1.3.3/types.js +13 -24
- 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 +35 -0
- package/lib/commonjs/wallet-instance-attestation/v1.3.3/utils.js.map +1 -0
- package/lib/commonjs/wallet-unit-attestation/README.md +73 -0
- package/lib/commonjs/wallet-unit-attestation/api/index.js +6 -0
- package/lib/commonjs/wallet-unit-attestation/api/index.js.map +1 -0
- package/lib/commonjs/wallet-unit-attestation/api/types.js +45 -0
- package/lib/commonjs/wallet-unit-attestation/api/types.js.map +1 -0
- package/lib/commonjs/wallet-unit-attestation/index.js +20 -0
- package/lib/commonjs/wallet-unit-attestation/index.js.map +1 -0
- package/lib/commonjs/wallet-unit-attestation/v1.0.0/index.js +11 -0
- package/lib/commonjs/wallet-unit-attestation/v1.0.0/index.js.map +1 -0
- package/lib/commonjs/wallet-unit-attestation/v1.3.3/index.js +17 -0
- package/lib/commonjs/wallet-unit-attestation/v1.3.3/index.js.map +1 -0
- package/lib/commonjs/wallet-unit-attestation/v1.3.3/issuing.js +118 -0
- package/lib/commonjs/wallet-unit-attestation/v1.3.3/issuing.js.map +1 -0
- package/lib/commonjs/wallet-unit-attestation/v1.3.3/mappers.js +13 -0
- package/lib/commonjs/wallet-unit-attestation/v1.3.3/mappers.js.map +1 -0
- package/lib/commonjs/wallet-unit-attestation/v1.3.3/types.js +23 -0
- package/lib/commonjs/wallet-unit-attestation/v1.3.3/types.js.map +1 -0
- package/lib/commonjs/wallet-unit-attestation/v1.3.3/utils.js +20 -0
- package/lib/commonjs/wallet-unit-attestation/v1.3.3/utils.js.map +1 -0
- package/lib/module/api/index.js +3 -0
- package/lib/module/api/index.js.map +1 -1
- package/lib/module/client/generated/wallet-provider.js +33 -1
- package/lib/module/client/generated/wallet-provider.js.map +1 -1
- package/lib/module/client/index.js +4 -2
- package/lib/module/client/index.js.map +1 -1
- package/lib/module/credential/issuance/README.md +2 -0
- package/lib/module/credential/issuance/api/IssuerConfig.js +2 -2
- package/lib/module/credential/issuance/api/IssuerConfig.js.map +1 -1
- package/lib/module/credential/issuance/common/06-verify-and-parse-credential.sdjwt.js +2 -1
- package/lib/module/credential/issuance/common/06-verify-and-parse-credential.sdjwt.js.map +1 -1
- package/lib/module/credential/issuance/v1.3.3/01-evaluate-issuer-trust.js +2 -0
- package/lib/module/credential/issuance/v1.3.3/01-evaluate-issuer-trust.js.map +1 -1
- package/lib/module/credential/issuance/v1.3.3/03-complete-user-authorization.js +2 -0
- package/lib/module/credential/issuance/v1.3.3/03-complete-user-authorization.js.map +1 -1
- package/lib/module/credential/issuance/v1.3.3/05-obtain-credential.js +16 -9
- package/lib/module/credential/issuance/v1.3.3/05-obtain-credential.js.map +1 -1
- package/lib/module/credential/issuance/v1.3.3/mappers.js +0 -1
- package/lib/module/credential/issuance/v1.3.3/mappers.js.map +1 -1
- package/lib/module/credential/presentation/api/RelyingPartyConfig.js +1 -1
- package/lib/module/credential/presentation/api/RelyingPartyConfig.js.map +1 -1
- package/lib/module/credential/presentation/common/utils/sd-jwt.js +2 -1
- package/lib/module/credential/presentation/common/utils/sd-jwt.js.map +1 -1
- package/lib/module/credential/presentation/v1.0.0/04-verify-request-object.js.map +1 -1
- package/lib/module/credential/presentation/v1.3.3/04-verify-request-object.js +4 -2
- package/lib/module/credential/presentation/v1.3.3/04-verify-request-object.js.map +1 -1
- package/lib/module/credentials-catalogue/api/DigitalCredentialsCatalogue.js +37 -11
- package/lib/module/credentials-catalogue/api/DigitalCredentialsCatalogue.js.map +1 -1
- package/lib/module/credentials-catalogue/v1.0.0/mappers.js +16 -5
- package/lib/module/credentials-catalogue/v1.0.0/mappers.js.map +1 -1
- package/lib/module/credentials-catalogue/v1.3.3/mappers.js +4 -2
- package/lib/module/credentials-catalogue/v1.3.3/mappers.js.map +1 -1
- package/lib/module/credentials-catalogue/v1.3.3/types.js +91 -30
- package/lib/module/credentials-catalogue/v1.3.3/types.js.map +1 -1
- package/lib/module/credentials-catalogue/v1.3.3/utils.js +4 -4
- package/lib/module/credentials-catalogue/v1.3.3/utils.js.map +1 -1
- package/lib/module/index.js +2 -1
- package/lib/module/index.js.map +1 -1
- package/lib/module/sd-jwt/index.js +3 -2
- package/lib/module/sd-jwt/index.js.map +1 -1
- package/lib/module/sd-jwt/utils.js +2 -1
- package/lib/module/sd-jwt/utils.js.map +1 -1
- package/lib/module/trust/common/types.js +3 -3
- package/lib/module/trust/common/types.js.map +1 -1
- package/lib/module/trust/v1.0.0/types.js +5 -7
- package/lib/module/trust/v1.0.0/types.js.map +1 -1
- package/lib/module/trust/v1.3.3/types.js +1 -3
- package/lib/module/trust/v1.3.3/types.js.map +1 -1
- package/lib/module/utils/callbacks.js +3 -0
- package/lib/module/utils/callbacks.js.map +1 -1
- package/lib/module/utils/credentials.js +15 -1
- package/lib/module/utils/credentials.js.map +1 -1
- package/lib/module/utils/crypto.js +8 -0
- package/lib/module/utils/crypto.js.map +1 -1
- package/lib/module/utils/dpop.js +1 -1
- package/lib/module/utils/dpop.js.map +1 -1
- package/lib/module/utils/jwk.js +1 -1
- package/lib/module/utils/jwk.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-attestation/README.md +13 -10
- package/lib/module/wallet-instance-attestation/api/types.js +7 -2
- package/lib/module/wallet-instance-attestation/api/types.js.map +1 -1
- package/lib/module/wallet-instance-attestation/v1.0.0/index.js +3 -3
- 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 +4 -5
- 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 +3 -4
- package/lib/module/wallet-instance-attestation/v1.0.0/mappers.js.map +1 -1
- package/lib/module/wallet-instance-attestation/v1.3.3/index.js +5 -7
- 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 +73 -3
- package/lib/module/wallet-instance-attestation/v1.3.3/issuing.js.map +1 -1
- package/lib/module/wallet-instance-attestation/v1.3.3/mappers.js +19 -0
- package/lib/module/wallet-instance-attestation/v1.3.3/mappers.js.map +1 -0
- package/lib/module/wallet-instance-attestation/v1.3.3/types.js +10 -21
- 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 +29 -0
- package/lib/module/wallet-instance-attestation/v1.3.3/utils.js.map +1 -0
- package/lib/module/wallet-unit-attestation/README.md +73 -0
- package/lib/module/wallet-unit-attestation/api/index.js +2 -0
- package/lib/module/wallet-unit-attestation/api/index.js.map +1 -0
- package/lib/module/wallet-unit-attestation/api/types.js +36 -0
- package/lib/module/wallet-unit-attestation/api/types.js.map +1 -0
- package/lib/module/wallet-unit-attestation/index.js +3 -0
- package/lib/module/wallet-unit-attestation/index.js.map +1 -0
- package/lib/module/wallet-unit-attestation/v1.0.0/index.js +4 -0
- package/lib/module/wallet-unit-attestation/v1.0.0/index.js.map +1 -0
- package/lib/module/wallet-unit-attestation/v1.3.3/index.js +10 -0
- package/lib/module/wallet-unit-attestation/v1.3.3/index.js.map +1 -0
- package/lib/module/wallet-unit-attestation/v1.3.3/issuing.js +112 -0
- package/lib/module/wallet-unit-attestation/v1.3.3/issuing.js.map +1 -0
- package/lib/module/wallet-unit-attestation/v1.3.3/mappers.js +6 -0
- package/lib/module/wallet-unit-attestation/v1.3.3/mappers.js.map +1 -0
- package/lib/module/wallet-unit-attestation/v1.3.3/types.js +14 -0
- package/lib/module/wallet-unit-attestation/v1.3.3/types.js.map +1 -0
- package/lib/module/wallet-unit-attestation/v1.3.3/utils.js +15 -0
- package/lib/module/wallet-unit-attestation/v1.3.3/utils.js.map +1 -0
- package/lib/typescript/api/index.d.ts +2 -0
- package/lib/typescript/api/index.d.ts.map +1 -1
- package/lib/typescript/client/generated/wallet-provider.d.ts +122 -358
- package/lib/typescript/client/generated/wallet-provider.d.ts.map +1 -1
- package/lib/typescript/client/index.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/api/05-obtain-credential.d.ts +2 -0
- package/lib/typescript/credential/issuance/api/05-obtain-credential.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/api/IssuerConfig.d.ts +21 -357
- package/lib/typescript/credential/issuance/api/IssuerConfig.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/api/types.d.ts +5 -41
- package/lib/typescript/credential/issuance/api/types.d.ts.map +1 -1
- 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.sdjwt.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/common/authorization.d.ts.map +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/05-obtain-credential.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/v1.0.0/mappers.d.ts +103 -106
- 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 +4 -26
- 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/03-complete-user-authorization.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/v1.3.3/05-obtain-credential.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/v1.3.3/mappers.d.ts +594 -2095
- package/lib/typescript/credential/issuance/v1.3.3/mappers.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/v1.3.3/types.d.ts +1 -5
- package/lib/typescript/credential/issuance/v1.3.3/types.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/api/RelyingPartyConfig.d.ts +9 -154
- package/lib/typescript/credential/presentation/api/RelyingPartyConfig.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/api/types.d.ts +30 -106
- package/lib/typescript/credential/presentation/api/types.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/common/utils/dcql.d.ts +29 -244
- package/lib/typescript/credential/presentation/common/utils/dcql.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/common/utils/http.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/common/utils/sd-jwt.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/common/utils.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.0.0/06-send-authorization-response.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.0.0/mappers.d.ts +56 -58
- 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 +13 -52
- 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.map +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/04-verify-request-object.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.3.3/mappers.d.ts +133 -525
- 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 +39 -3672
- package/lib/typescript/credential/presentation/v1.3.3/types.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.3.3/utils.mdoc.d.ts.map +1 -1
- package/lib/typescript/credential/status/v1.0.0/mappers.d.ts +6 -6
- package/lib/typescript/credential/status/v1.0.0/types.d.ts +33 -659
- package/lib/typescript/credential/status/v1.0.0/types.d.ts.map +1 -1
- package/lib/typescript/credentials-catalogue/api/DigitalCredentialsCatalogue.d.ts +111 -525
- package/lib/typescript/credentials-catalogue/api/DigitalCredentialsCatalogue.d.ts.map +1 -1
- package/lib/typescript/credentials-catalogue/v1.0.0/mappers.d.ts +48 -20
- 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 +41 -737
- package/lib/typescript/credentials-catalogue/v1.0.0/types.d.ts.map +1 -1
- package/lib/typescript/credentials-catalogue/v1.3.3/mappers.d.ts +147 -62
- 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 +180 -941
- 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 +4 -3
- 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.map +1 -1
- package/lib/typescript/sd-jwt/index.d.ts +16 -16
- package/lib/typescript/sd-jwt/index.d.ts.map +1 -1
- package/lib/typescript/sd-jwt/types.d.ts +33 -492
- package/lib/typescript/sd-jwt/types.d.ts.map +1 -1
- package/lib/typescript/sd-jwt/utils.d.ts.map +1 -1
- package/lib/typescript/trust/api/TrustAnchorConfig.d.ts +12 -201
- package/lib/typescript/trust/api/TrustAnchorConfig.d.ts.map +1 -1
- package/lib/typescript/trust/common/build-chain.d.ts.map +1 -1
- package/lib/typescript/trust/common/types.d.ts +32 -1198
- package/lib/typescript/trust/common/types.d.ts.map +1 -1
- package/lib/typescript/trust/common/utils.d.ts.map +1 -1
- package/lib/typescript/trust/v1.0.0/build-chain.d.ts +1 -53
- package/lib/typescript/trust/v1.0.0/build-chain.d.ts.map +1 -1
- package/lib/typescript/trust/v1.0.0/entities.d.ts +324 -347
- package/lib/typescript/trust/v1.0.0/entities.d.ts.map +1 -1
- package/lib/typescript/trust/v1.0.0/mappers.d.ts +31 -35
- package/lib/typescript/trust/v1.0.0/mappers.d.ts.map +1 -1
- package/lib/typescript/trust/v1.0.0/types.d.ts +678 -12454
- package/lib/typescript/trust/v1.0.0/types.d.ts.map +1 -1
- package/lib/typescript/trust/v1.0.0/verify-chain.d.ts +4 -56
- package/lib/typescript/trust/v1.0.0/verify-chain.d.ts.map +1 -1
- package/lib/typescript/trust/v1.3.3/entities.d.ts +43 -47
- package/lib/typescript/trust/v1.3.3/entities.d.ts.map +1 -1
- package/lib/typescript/trust/v1.3.3/types.d.ts +655 -14339
- package/lib/typescript/trust/v1.3.3/types.d.ts.map +1 -1
- package/lib/typescript/utils/auth.d.ts +3 -25
- package/lib/typescript/utils/auth.d.ts.map +1 -1
- package/lib/typescript/utils/callbacks.d.ts.map +1 -1
- package/lib/typescript/utils/config.d.ts +3 -3
- package/lib/typescript/utils/config.d.ts.map +1 -1
- package/lib/typescript/utils/credentials.d.ts +5 -0
- package/lib/typescript/utils/credentials.d.ts.map +1 -1
- package/lib/typescript/utils/crypto.d.ts +18 -0
- package/lib/typescript/utils/crypto.d.ts.map +1 -1
- package/lib/typescript/utils/decoder.d.ts.map +1 -1
- package/lib/typescript/utils/dpop.d.ts +5 -12
- package/lib/typescript/utils/dpop.d.ts.map +1 -1
- package/lib/typescript/utils/errors.d.ts.map +1 -1
- package/lib/typescript/utils/jwk.d.ts +15 -175
- package/lib/typescript/utils/jwk.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/object.d.ts.map +1 -1
- package/lib/typescript/utils/par.d.ts +7 -45
- package/lib/typescript/utils/par.d.ts.map +1 -1
- package/lib/typescript/utils/parser.d.ts.map +1 -1
- package/lib/typescript/utils/pop.d.ts +1 -9
- package/lib/typescript/utils/pop.d.ts.map +1 -1
- package/lib/typescript/utils/string.d.ts.map +1 -1
- package/lib/typescript/utils/zod.d.ts +4 -4
- package/lib/typescript/utils/zod.d.ts.map +1 -1
- package/lib/typescript/wallet-instance-attestation/api/index.d.ts +9 -9
- package/lib/typescript/wallet-instance-attestation/api/index.d.ts.map +1 -1
- package/lib/typescript/wallet-instance-attestation/api/types.d.ts +19 -174
- package/lib/typescript/wallet-instance-attestation/api/types.d.ts.map +1 -1
- package/lib/typescript/wallet-instance-attestation/common/types.d.ts +14 -273
- package/lib/typescript/wallet-instance-attestation/common/types.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 +5 -3
- package/lib/typescript/wallet-instance-attestation/v1.0.0/mappers.d.ts.map +1 -1
- package/lib/typescript/wallet-instance-attestation/v1.0.0/types.d.ts +39 -629
- package/lib/typescript/wallet-instance-attestation/v1.0.0/types.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 +90 -0
- package/lib/typescript/wallet-instance-attestation/v1.3.3/mappers.d.ts.map +1 -0
- package/lib/typescript/wallet-instance-attestation/v1.3.3/types.d.ts +29 -891
- 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 +15 -0
- package/lib/typescript/wallet-instance-attestation/v1.3.3/utils.d.ts.map +1 -0
- package/lib/typescript/wallet-unit-attestation/api/index.d.ts +39 -0
- package/lib/typescript/wallet-unit-attestation/api/index.d.ts.map +1 -0
- package/lib/typescript/wallet-unit-attestation/api/types.d.ts +67 -0
- package/lib/typescript/wallet-unit-attestation/api/types.d.ts.map +1 -0
- package/lib/typescript/wallet-unit-attestation/index.d.ts +4 -0
- package/lib/typescript/wallet-unit-attestation/index.d.ts.map +1 -0
- package/lib/typescript/wallet-unit-attestation/v1.0.0/index.d.ts +3 -0
- package/lib/typescript/wallet-unit-attestation/v1.0.0/index.d.ts.map +1 -0
- package/lib/typescript/wallet-unit-attestation/v1.3.3/index.d.ts +3 -0
- package/lib/typescript/wallet-unit-attestation/v1.3.3/index.d.ts.map +1 -0
- package/lib/typescript/wallet-unit-attestation/v1.3.3/issuing.d.ts +3 -0
- package/lib/typescript/wallet-unit-attestation/v1.3.3/issuing.d.ts.map +1 -0
- package/lib/typescript/wallet-unit-attestation/v1.3.3/mappers.d.ts +107 -0
- package/lib/typescript/wallet-unit-attestation/v1.3.3/mappers.d.ts.map +1 -0
- package/lib/typescript/wallet-unit-attestation/v1.3.3/types.d.ts +69 -0
- package/lib/typescript/wallet-unit-attestation/v1.3.3/types.d.ts.map +1 -0
- package/lib/typescript/wallet-unit-attestation/v1.3.3/utils.d.ts +7 -0
- package/lib/typescript/wallet-unit-attestation/v1.3.3/utils.d.ts.map +1 -0
- package/package.json +8 -8
- package/src/api/index.ts +4 -0
- package/src/client/generated/wallet-provider.ts +44 -0
- package/src/client/index.ts +5 -1
- package/src/credential/issuance/README.md +2 -0
- package/src/credential/issuance/api/05-obtain-credential.ts +2 -0
- package/src/credential/issuance/api/IssuerConfig.ts +4 -2
- package/src/credential/issuance/common/06-verify-and-parse-credential.sdjwt.ts +2 -1
- package/src/credential/issuance/v1.3.3/01-evaluate-issuer-trust.ts +8 -3
- package/src/credential/issuance/v1.3.3/03-complete-user-authorization.ts +2 -0
- package/src/credential/issuance/v1.3.3/05-obtain-credential.ts +25 -11
- package/src/credential/issuance/v1.3.3/mappers.ts +10 -9
- package/src/credential/presentation/api/RelyingPartyConfig.ts +1 -1
- package/src/credential/presentation/common/utils/sd-jwt.ts +4 -1
- package/src/credential/presentation/v1.0.0/04-verify-request-object.ts +2 -2
- package/src/credential/presentation/v1.3.3/04-verify-request-object.ts +4 -2
- package/src/credentials-catalogue/api/DigitalCredentialsCatalogue.ts +42 -10
- package/src/credentials-catalogue/v1.0.0/mappers.ts +27 -12
- package/src/credentials-catalogue/v1.3.3/mappers.ts +10 -4
- package/src/credentials-catalogue/v1.3.3/types.ts +102 -29
- package/src/credentials-catalogue/v1.3.3/utils.ts +9 -4
- package/src/index.ts +11 -2
- package/src/sd-jwt/index.ts +8 -3
- package/src/sd-jwt/utils.ts +5 -1
- package/src/trust/common/types.ts +3 -3
- package/src/trust/v1.0.0/types.ts +10 -10
- package/src/trust/v1.3.3/types.ts +4 -7
- package/src/utils/callbacks.ts +7 -1
- package/src/utils/credentials.ts +17 -1
- package/src/utils/crypto.ts +18 -0
- package/src/utils/dpop.ts +1 -1
- package/src/utils/jwk.ts +1 -1
- package/src/utils/mappers.ts +2 -2
- package/src/utils/zod.ts +5 -1
- package/src/wallet-instance-attestation/README.md +13 -10
- package/src/wallet-instance-attestation/api/index.ts +20 -13
- package/src/wallet-instance-attestation/api/types.ts +16 -4
- package/src/wallet-instance-attestation/v1.0.0/index.ts +3 -3
- package/src/wallet-instance-attestation/v1.0.0/issuing.ts +7 -9
- package/src/wallet-instance-attestation/v1.0.0/mappers.ts +7 -5
- package/src/wallet-instance-attestation/v1.3.3/index.ts +5 -7
- package/src/wallet-instance-attestation/v1.3.3/issuing.ts +107 -3
- package/src/wallet-instance-attestation/v1.3.3/mappers.ts +18 -0
- package/src/wallet-instance-attestation/v1.3.3/types.ts +16 -30
- package/src/wallet-instance-attestation/v1.3.3/utils.ts +35 -0
- package/src/wallet-unit-attestation/README.md +73 -0
- package/src/wallet-unit-attestation/api/index.ts +51 -0
- package/src/wallet-unit-attestation/api/types.ts +49 -0
- package/src/wallet-unit-attestation/index.ts +3 -0
- package/src/wallet-unit-attestation/v1.0.0/index.ts +5 -0
- package/src/wallet-unit-attestation/v1.3.3/index.ts +11 -0
- package/src/wallet-unit-attestation/v1.3.3/issuing.ts +147 -0
- package/src/wallet-unit-attestation/v1.3.3/mappers.ts +10 -0
- package/src/wallet-unit-attestation/v1.3.3/types.ts +21 -0
- package/src/wallet-unit-attestation/v1.3.3/utils.ts +14 -0
|
@@ -1,12 +1,34 @@
|
|
|
1
1
|
export declare const mapToIssuerConfig: (input: {
|
|
2
2
|
header: {
|
|
3
|
+
typ: "entity-statement+jwt";
|
|
3
4
|
alg: string;
|
|
4
5
|
kid: string;
|
|
5
|
-
typ: "entity-statement+jwt";
|
|
6
6
|
};
|
|
7
7
|
payload: {
|
|
8
|
+
[x: string]: unknown;
|
|
8
9
|
iss: string;
|
|
9
10
|
sub: string;
|
|
11
|
+
iat: number;
|
|
12
|
+
exp: number;
|
|
13
|
+
metadata: {
|
|
14
|
+
[x: string]: unknown;
|
|
15
|
+
federation_entity: {
|
|
16
|
+
[x: string]: unknown;
|
|
17
|
+
federation_fetch_endpoint?: string | undefined;
|
|
18
|
+
federation_list_endpoint?: string | undefined;
|
|
19
|
+
federation_resolve_endpoint?: string | undefined;
|
|
20
|
+
federation_trust_mark_status_endpoint?: string | undefined;
|
|
21
|
+
federation_trust_mark_list_endpoint?: string | undefined;
|
|
22
|
+
federation_trust_mark_endpoint?: string | undefined;
|
|
23
|
+
federation_historical_keys_endpoint?: string | undefined;
|
|
24
|
+
endpoint_auth_signing_alg_values_supported?: string | undefined;
|
|
25
|
+
organization_name?: string | undefined;
|
|
26
|
+
homepage_uri?: string | undefined;
|
|
27
|
+
policy_uri?: string | undefined;
|
|
28
|
+
logo_uri?: string | undefined;
|
|
29
|
+
contacts?: string[] | undefined;
|
|
30
|
+
};
|
|
31
|
+
};
|
|
10
32
|
jwks: {
|
|
11
33
|
keys: {
|
|
12
34
|
kty: "RSA" | "EC";
|
|
@@ -33,32 +55,7 @@ export declare const mapToIssuerConfig: (input: {
|
|
|
33
55
|
x5u?: string | undefined;
|
|
34
56
|
}[];
|
|
35
57
|
};
|
|
36
|
-
iat: number;
|
|
37
|
-
exp: number;
|
|
38
|
-
metadata: {
|
|
39
|
-
federation_entity: {
|
|
40
|
-
federation_fetch_endpoint?: string | undefined;
|
|
41
|
-
federation_list_endpoint?: string | undefined;
|
|
42
|
-
federation_resolve_endpoint?: string | undefined;
|
|
43
|
-
federation_trust_mark_status_endpoint?: string | undefined;
|
|
44
|
-
federation_trust_mark_list_endpoint?: string | undefined;
|
|
45
|
-
federation_trust_mark_endpoint?: string | undefined;
|
|
46
|
-
federation_historical_keys_endpoint?: string | undefined;
|
|
47
|
-
endpoint_auth_signing_alg_values_supported?: string | undefined;
|
|
48
|
-
organization_name?: string | undefined;
|
|
49
|
-
homepage_uri?: string | undefined;
|
|
50
|
-
policy_uri?: string | undefined;
|
|
51
|
-
logo_uri?: string | undefined;
|
|
52
|
-
contacts?: string[] | undefined;
|
|
53
|
-
} & {
|
|
54
|
-
[k: string]: unknown;
|
|
55
|
-
};
|
|
56
|
-
} & {
|
|
57
|
-
[k: string]: unknown;
|
|
58
|
-
};
|
|
59
58
|
authority_hints?: string[] | undefined;
|
|
60
|
-
} & {
|
|
61
|
-
[k: string]: unknown;
|
|
62
59
|
};
|
|
63
60
|
} & {
|
|
64
61
|
payload: {
|
|
@@ -90,39 +87,14 @@ export declare const mapToIssuerConfig: (input: {
|
|
|
90
87
|
};
|
|
91
88
|
metadata: {
|
|
92
89
|
openid_credential_issuer: {
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
crv?: string | undefined;
|
|
98
|
-
d?: string | undefined;
|
|
99
|
-
dp?: string | undefined;
|
|
100
|
-
dq?: string | undefined;
|
|
101
|
-
e?: string | undefined;
|
|
102
|
-
ext?: boolean | undefined;
|
|
103
|
-
k?: string | undefined;
|
|
104
|
-
key_ops?: string[] | undefined;
|
|
105
|
-
kid?: string | undefined;
|
|
106
|
-
n?: string | undefined;
|
|
107
|
-
p?: string | undefined;
|
|
108
|
-
q?: string | undefined;
|
|
109
|
-
qi?: string | undefined;
|
|
110
|
-
use?: string | undefined;
|
|
111
|
-
x?: string | undefined;
|
|
112
|
-
y?: string | undefined;
|
|
113
|
-
x5c?: string[] | undefined;
|
|
114
|
-
x5t?: string | undefined;
|
|
115
|
-
"x5t#S256"?: string | undefined;
|
|
116
|
-
x5u?: string | undefined;
|
|
117
|
-
}[];
|
|
118
|
-
};
|
|
90
|
+
credential_issuer: string;
|
|
91
|
+
credential_endpoint: string;
|
|
92
|
+
nonce_endpoint: string;
|
|
93
|
+
status_attestation_endpoint: string;
|
|
119
94
|
display: {
|
|
120
95
|
name: string;
|
|
121
96
|
locale: string;
|
|
122
97
|
}[];
|
|
123
|
-
credential_issuer: string;
|
|
124
|
-
nonce_endpoint: string;
|
|
125
|
-
credential_endpoint: string;
|
|
126
98
|
credential_configurations_supported: Record<string, ({
|
|
127
99
|
format: "dc+sd-jwt";
|
|
128
100
|
vct: string;
|
|
@@ -130,11 +102,11 @@ export declare const mapToIssuerConfig: (input: {
|
|
|
130
102
|
format: "mso_mdoc";
|
|
131
103
|
doctype: string;
|
|
132
104
|
}) & {
|
|
105
|
+
scope: string;
|
|
133
106
|
display: {
|
|
134
107
|
name: string;
|
|
135
108
|
locale: string;
|
|
136
109
|
}[];
|
|
137
|
-
scope: string;
|
|
138
110
|
claims: {
|
|
139
111
|
path: (string | number | null)[];
|
|
140
112
|
display: {
|
|
@@ -148,17 +120,11 @@ export declare const mapToIssuerConfig: (input: {
|
|
|
148
120
|
issuance_errors_supported?: Record<string, {
|
|
149
121
|
display: {
|
|
150
122
|
title: string;
|
|
151
|
-
locale: string;
|
|
152
123
|
description: string;
|
|
124
|
+
locale: string;
|
|
153
125
|
}[];
|
|
154
126
|
}> | undefined;
|
|
155
127
|
}>;
|
|
156
|
-
status_attestation_endpoint: string;
|
|
157
|
-
trust_frameworks_supported: string[];
|
|
158
|
-
evidence_supported: string[];
|
|
159
|
-
revocation_endpoint?: string | undefined;
|
|
160
|
-
};
|
|
161
|
-
oauth_authorization_server: {
|
|
162
128
|
jwks: {
|
|
163
129
|
keys: {
|
|
164
130
|
kty: "RSA" | "EC";
|
|
@@ -185,46 +151,84 @@ export declare const mapToIssuerConfig: (input: {
|
|
|
185
151
|
x5u?: string | undefined;
|
|
186
152
|
}[];
|
|
187
153
|
};
|
|
188
|
-
|
|
154
|
+
trust_frameworks_supported: string[];
|
|
155
|
+
evidence_supported: string[];
|
|
156
|
+
revocation_endpoint?: string | undefined;
|
|
157
|
+
};
|
|
158
|
+
oauth_authorization_server: {
|
|
189
159
|
authorization_endpoint: string;
|
|
160
|
+
pushed_authorization_request_endpoint: string;
|
|
190
161
|
token_endpoint: string;
|
|
191
|
-
response_modes_supported: string[];
|
|
192
|
-
request_object_signing_alg_values_supported: string[];
|
|
193
162
|
client_registration_types_supported: string[];
|
|
194
163
|
code_challenge_methods_supported: string[];
|
|
195
164
|
acr_values_supported: string[];
|
|
196
165
|
grant_types_supported: string[];
|
|
197
166
|
issuer: string;
|
|
167
|
+
jwks: {
|
|
168
|
+
keys: {
|
|
169
|
+
kty: "RSA" | "EC";
|
|
170
|
+
alg?: string | undefined;
|
|
171
|
+
crv?: string | undefined;
|
|
172
|
+
d?: string | undefined;
|
|
173
|
+
dp?: string | undefined;
|
|
174
|
+
dq?: string | undefined;
|
|
175
|
+
e?: string | undefined;
|
|
176
|
+
ext?: boolean | undefined;
|
|
177
|
+
k?: string | undefined;
|
|
178
|
+
key_ops?: string[] | undefined;
|
|
179
|
+
kid?: string | undefined;
|
|
180
|
+
n?: string | undefined;
|
|
181
|
+
p?: string | undefined;
|
|
182
|
+
q?: string | undefined;
|
|
183
|
+
qi?: string | undefined;
|
|
184
|
+
use?: string | undefined;
|
|
185
|
+
x?: string | undefined;
|
|
186
|
+
y?: string | undefined;
|
|
187
|
+
x5c?: string[] | undefined;
|
|
188
|
+
x5t?: string | undefined;
|
|
189
|
+
"x5t#S256"?: string | undefined;
|
|
190
|
+
x5u?: string | undefined;
|
|
191
|
+
}[];
|
|
192
|
+
};
|
|
198
193
|
scopes_supported: string[];
|
|
194
|
+
response_modes_supported: string[];
|
|
199
195
|
token_endpoint_auth_methods_supported: string[];
|
|
200
196
|
token_endpoint_auth_signing_alg_values_supported: string[];
|
|
197
|
+
request_object_signing_alg_values_supported: string[];
|
|
201
198
|
};
|
|
202
199
|
openid_credential_verifier?: {
|
|
203
200
|
jwks: {
|
|
204
|
-
keys:
|
|
205
|
-
|
|
206
|
-
kid:
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
x5c
|
|
212
|
-
x5t
|
|
213
|
-
|
|
214
|
-
|
|
201
|
+
keys: {
|
|
202
|
+
[x: string]: unknown;
|
|
203
|
+
kid: string;
|
|
204
|
+
kty: string;
|
|
205
|
+
alg?: string | undefined;
|
|
206
|
+
key_ops?: string[] | undefined;
|
|
207
|
+
use?: string | undefined;
|
|
208
|
+
x5c?: string[] | undefined;
|
|
209
|
+
x5t?: string | undefined;
|
|
210
|
+
"x5t#S256"?: string | undefined;
|
|
211
|
+
x5u?: string | undefined;
|
|
212
|
+
}[];
|
|
215
213
|
};
|
|
216
|
-
contacts?: string[] | undefined;
|
|
217
|
-
client_id?: string | undefined;
|
|
218
|
-
authorization_encrypted_response_alg?: string | undefined;
|
|
219
|
-
authorization_encrypted_response_enc?: string | undefined;
|
|
220
214
|
application_type?: string | undefined;
|
|
215
|
+
client_id?: string | undefined;
|
|
221
216
|
client_name?: string | undefined;
|
|
217
|
+
contacts?: string[] | undefined;
|
|
222
218
|
request_uris?: string[] | undefined;
|
|
223
219
|
authorization_signed_response_alg?: string | undefined;
|
|
220
|
+
authorization_encrypted_response_alg?: string | undefined;
|
|
221
|
+
authorization_encrypted_response_enc?: string | undefined;
|
|
224
222
|
} | undefined;
|
|
225
223
|
};
|
|
226
224
|
};
|
|
227
225
|
}) => {
|
|
226
|
+
credential_issuer: string;
|
|
227
|
+
pushed_authorization_request_endpoint: string;
|
|
228
|
+
authorization_endpoint: string;
|
|
229
|
+
token_endpoint: string;
|
|
230
|
+
nonce_endpoint: string;
|
|
231
|
+
credential_endpoint: string;
|
|
228
232
|
keys: {
|
|
229
233
|
kty: "RSA" | "EC";
|
|
230
234
|
alg?: string | undefined;
|
|
@@ -249,29 +253,6 @@ export declare const mapToIssuerConfig: (input: {
|
|
|
249
253
|
"x5t#S256"?: string | undefined;
|
|
250
254
|
x5u?: string | undefined;
|
|
251
255
|
}[];
|
|
252
|
-
federation_entity: {
|
|
253
|
-
federation_fetch_endpoint?: string | undefined;
|
|
254
|
-
federation_list_endpoint?: string | undefined;
|
|
255
|
-
federation_resolve_endpoint?: string | undefined;
|
|
256
|
-
federation_trust_mark_status_endpoint?: string | undefined;
|
|
257
|
-
federation_trust_mark_list_endpoint?: string | undefined;
|
|
258
|
-
federation_trust_mark_endpoint?: string | undefined;
|
|
259
|
-
federation_historical_keys_endpoint?: string | undefined;
|
|
260
|
-
endpoint_auth_signing_alg_values_supported?: string | undefined;
|
|
261
|
-
organization_name?: string | undefined;
|
|
262
|
-
homepage_uri?: string | undefined;
|
|
263
|
-
policy_uri?: string | undefined;
|
|
264
|
-
logo_uri?: string | undefined;
|
|
265
|
-
contacts?: string[] | undefined;
|
|
266
|
-
} & {
|
|
267
|
-
[k: string]: unknown;
|
|
268
|
-
};
|
|
269
|
-
credential_issuer: string;
|
|
270
|
-
pushed_authorization_request_endpoint: string;
|
|
271
|
-
authorization_endpoint: string;
|
|
272
|
-
token_endpoint: string;
|
|
273
|
-
nonce_endpoint: string;
|
|
274
|
-
credential_endpoint: string;
|
|
275
256
|
credential_configurations_supported: Record<string, ({
|
|
276
257
|
format: "dc+sd-jwt";
|
|
277
258
|
vct: string;
|
|
@@ -279,11 +260,11 @@ export declare const mapToIssuerConfig: (input: {
|
|
|
279
260
|
format: "mso_mdoc";
|
|
280
261
|
doctype: string;
|
|
281
262
|
}) & {
|
|
263
|
+
scope: string;
|
|
282
264
|
display: {
|
|
283
265
|
name: string;
|
|
284
266
|
locale: string;
|
|
285
267
|
}[];
|
|
286
|
-
scope: string;
|
|
287
268
|
claims: {
|
|
288
269
|
path: (string | number | null)[];
|
|
289
270
|
display: {
|
|
@@ -295,11 +276,27 @@ export declare const mapToIssuerConfig: (input: {
|
|
|
295
276
|
issuance_errors_supported?: Record<string, {
|
|
296
277
|
display: {
|
|
297
278
|
title: string;
|
|
298
|
-
locale: string;
|
|
299
279
|
description: string;
|
|
280
|
+
locale: string;
|
|
300
281
|
}[];
|
|
301
282
|
}> | undefined;
|
|
302
283
|
}>;
|
|
284
|
+
federation_entity: {
|
|
285
|
+
[x: string]: unknown;
|
|
286
|
+
federation_fetch_endpoint?: string | undefined;
|
|
287
|
+
federation_list_endpoint?: string | undefined;
|
|
288
|
+
federation_resolve_endpoint?: string | undefined;
|
|
289
|
+
federation_trust_mark_status_endpoint?: string | undefined;
|
|
290
|
+
federation_trust_mark_list_endpoint?: string | undefined;
|
|
291
|
+
federation_trust_mark_endpoint?: string | undefined;
|
|
292
|
+
federation_historical_keys_endpoint?: string | undefined;
|
|
293
|
+
endpoint_auth_signing_alg_values_supported?: string | undefined;
|
|
294
|
+
organization_name?: string | undefined;
|
|
295
|
+
homepage_uri?: string | undefined;
|
|
296
|
+
policy_uri?: string | undefined;
|
|
297
|
+
logo_uri?: string | undefined;
|
|
298
|
+
contacts?: string[] | undefined;
|
|
299
|
+
};
|
|
303
300
|
status_assertion_endpoint?: string | undefined;
|
|
304
301
|
credential_issuance_batch_size?: number | undefined;
|
|
305
302
|
response_modes_supported?: string[] | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../../../src/credential/issuance/v1.0.0/mappers.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,iBAAiB
|
|
1
|
+
{"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../../../src/credential/issuance/v1.0.0/mappers.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwB5B,CAAC"}
|
|
@@ -5,39 +5,17 @@ export type CredentialResponse = z.infer<typeof CredentialResponse>;
|
|
|
5
5
|
export declare const CredentialResponse: z.ZodObject<{
|
|
6
6
|
credentials: z.ZodArray<z.ZodObject<{
|
|
7
7
|
credential: z.ZodString;
|
|
8
|
-
},
|
|
9
|
-
credential: string;
|
|
10
|
-
}, {
|
|
11
|
-
credential: string;
|
|
12
|
-
}>, "many">;
|
|
8
|
+
}, z.core.$strip>>;
|
|
13
9
|
notification_id: z.ZodOptional<z.ZodString>;
|
|
14
|
-
},
|
|
15
|
-
credentials: {
|
|
16
|
-
credential: string;
|
|
17
|
-
}[];
|
|
18
|
-
notification_id?: string | undefined;
|
|
19
|
-
}, {
|
|
20
|
-
credentials: {
|
|
21
|
-
credential: string;
|
|
22
|
-
}[];
|
|
23
|
-
notification_id?: string | undefined;
|
|
24
|
-
}>;
|
|
10
|
+
}, z.core.$strip>;
|
|
25
11
|
/**
|
|
26
12
|
* Shape from parsing a response given by a request uri during the EAA credential issuance flow with response mode "form_post.jwt".
|
|
27
13
|
*/
|
|
28
14
|
export declare const ResponseUriResultShape: z.ZodObject<{
|
|
29
15
|
redirect_uri: z.ZodString;
|
|
30
|
-
},
|
|
31
|
-
redirect_uri: string;
|
|
32
|
-
}, {
|
|
33
|
-
redirect_uri: string;
|
|
34
|
-
}>;
|
|
16
|
+
}, z.core.$strip>;
|
|
35
17
|
export type NonceResponse = z.infer<typeof NonceResponse>;
|
|
36
18
|
export declare const NonceResponse: z.ZodObject<{
|
|
37
19
|
c_nonce: z.ZodString;
|
|
38
|
-
},
|
|
39
|
-
c_nonce: string;
|
|
40
|
-
}, {
|
|
41
|
-
c_nonce: string;
|
|
42
|
-
}>;
|
|
20
|
+
}, z.core.$strip>;
|
|
43
21
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/credential/issuance/v1.0.0/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,mBAAmB,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAGlE,OAAO,EAAE,mBAAmB,EAAE,aAAa,EAAE,CAAC;AAE9C,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAEpE,eAAO,MAAM,kBAAkB
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/credential/issuance/v1.0.0/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,mBAAmB,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAGlE,OAAO,EAAE,mBAAmB,EAAE,aAAa,EAAE,CAAC;AAE9C,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAEpE,eAAO,MAAM,kBAAkB;;;;;iBAO7B,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,sBAAsB;;iBAEjC,CAAC;AAEH,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;AAC1D,eAAO,MAAM,aAAa;;iBAExB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"01-evaluate-issuer-trust.d.ts","sourceRoot":"","sources":["../../../../../src/credential/issuance/v1.3.3/01-evaluate-issuer-trust.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"01-evaluate-issuer-trust.d.ts","sourceRoot":"","sources":["../../../../../src/credential/issuance/v1.3.3/01-evaluate-issuer-trust.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,QAAQ,CAAC;AAG1C,eAAO,MAAM,mBAAmB,EAAE,WAAW,CAAC,qBAAqB,CAclE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"03-complete-user-authorization.d.ts","sourceRoot":"","sources":["../../../../../src/credential/issuance/v1.3.3/03-complete-user-authorization.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,KAAK,mBAAmB,EACzB,MAAM,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"03-complete-user-authorization.d.ts","sourceRoot":"","sources":["../../../../../src/credential/issuance/v1.3.3/03-complete-user-authorization.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,KAAK,mBAAmB,EACzB,MAAM,qBAAqB,CAAC;AAmB7B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,QAAQ,CAAC;AAI1C,eAAO,MAAM,6CAA6C,EAAE,WAAW,CAAC,+CAA+C,CAoBpH,CAAC;AAEJ,eAAO,MAAM,qBAAqB,EAAE,WAAW,CAAC,uBAAuB,CAgBpE,CAAC;AAEJ,eAAO,MAAM,sCAAsC,EAAE,WAAW,CAAC,wCAAwC,CAStG,CAAC;AAEJ,eAAO,MAAM,mCAAmC,EAAE,WAAW,CAAC,qCAAqC,CAgChG,CAAC;AAEJ,eAAO,MAAM,4CAA4C,EAAE,WAAW,CAAC,8CAA8C,CA8DlH,CAAC;AAEJ;;;;;;GAMG;AACH,eAAO,MAAM,0BAA0B,GACrC,SAAS,OAAO,KACf,mBAqBF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"05-obtain-credential.d.ts","sourceRoot":"","sources":["../../../../../src/credential/issuance/v1.3.3/05-obtain-credential.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,aAAa,EAAW,MAAM,6BAA6B,CAAC;AAkB1E,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,QAAQ,CAAC;AAG1C,eAAO,MAAM,gBAAgB,
|
|
1
|
+
{"version":3,"file":"05-obtain-credential.d.ts","sourceRoot":"","sources":["../../../../../src/credential/issuance/v1.3.3/05-obtain-credential.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,aAAa,EAAW,MAAM,6BAA6B,CAAC;AAkB1E,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,QAAQ,CAAC;AAG1C,eAAO,MAAM,gBAAgB,GAC3B,OAAO,MAAM,EACb,QAAQ,MAAM,EACd,UAAU,MAAM,EAChB,KAAK,aAAa,KACjB,OAAO,CAAC,MAAM,CAehB,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,WAAW,CAAC,kBAAkB,CAiI5D,CAAC"}
|