@pagopa/io-react-native-wallet 3.0.1 → 3.1.1
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/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/{06-send-authorization-response.js → 04-verify-certificate-chain.js} +1 -1
- package/lib/commonjs/credential/presentation/api/04-verify-certificate-chain.js.map +1 -0
- package/lib/commonjs/credential/presentation/api/{04-verify-request-object.js → 05-verify-request-object.js} +1 -1
- package/lib/commonjs/credential/presentation/api/05-verify-request-object.js.map +1 -0
- package/lib/commonjs/credential/presentation/api/{05-evaluate-dcql-query.js → 06-evaluate-dcql-query.js} +1 -1
- package/lib/commonjs/credential/presentation/api/06-evaluate-dcql-query.js.map +1 -0
- package/lib/commonjs/credential/presentation/api/07-send-authorization-response.js +6 -0
- package/lib/commonjs/credential/presentation/api/07-send-authorization-response.js.map +1 -0
- 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/api/index.js.map +1 -1
- package/lib/commonjs/credential/presentation/v1.0.0/04-verify-certificate-chain.js +12 -0
- package/lib/commonjs/credential/presentation/v1.0.0/04-verify-certificate-chain.js.map +1 -0
- package/lib/commonjs/credential/presentation/v1.0.0/{04-verify-request-object.js → 05-verify-request-object.js} +1 -1
- package/lib/commonjs/credential/presentation/v1.0.0/{04-verify-request-object.js.map → 05-verify-request-object.js.map} +1 -1
- package/lib/commonjs/credential/presentation/v1.0.0/{05-evaluate-dcql-query.js → 06-evaluate-dcql-query.js} +1 -1
- package/lib/commonjs/credential/presentation/v1.0.0/{05-evaluate-dcql-query.js.map → 06-evaluate-dcql-query.js.map} +1 -1
- package/lib/commonjs/credential/presentation/v1.0.0/{06-send-authorization-response.js → 07-send-authorization-response.js} +1 -1
- package/lib/commonjs/credential/presentation/v1.0.0/{06-send-authorization-response.js.map → 07-send-authorization-response.js.map} +1 -1
- package/lib/commonjs/credential/presentation/v1.0.0/index.js +5 -3
- package/lib/commonjs/credential/presentation/v1.0.0/index.js.map +1 -1
- package/lib/commonjs/credential/presentation/v1.3.3/04-verify-certificate-chain.js +33 -0
- package/lib/commonjs/credential/presentation/v1.3.3/04-verify-certificate-chain.js.map +1 -0
- package/lib/commonjs/credential/presentation/v1.3.3/{04-verify-request-object.js → 05-verify-request-object.js} +5 -3
- package/lib/commonjs/credential/presentation/v1.3.3/05-verify-request-object.js.map +1 -0
- package/lib/commonjs/credential/presentation/v1.3.3/{05-evaluate-dcql-query.js → 06-evaluate-dcql-query.js} +1 -1
- package/lib/commonjs/credential/presentation/v1.3.3/{05-evaluate-dcql-query.js.map → 06-evaluate-dcql-query.js.map} +1 -1
- package/lib/commonjs/credential/presentation/v1.3.3/{06-send-authorization-response.js → 07-send-authorization-response.js} +1 -1
- package/lib/commonjs/credential/presentation/v1.3.3/{06-send-authorization-response.js.map → 07-send-authorization-response.js.map} +1 -1
- package/lib/commonjs/credential/presentation/v1.3.3/index.js +5 -3
- package/lib/commonjs/credential/presentation/v1.3.3/index.js.map +1 -1
- package/lib/commonjs/credentials-catalogue/api/DigitalCredentialsCatalogue.js +53 -13
- 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/fetch-translations.js +32 -0
- package/lib/commonjs/credentials-catalogue/v1.3.3/fetch-translations.js.map +1 -0
- package/lib/commonjs/credentials-catalogue/v1.3.3/index.js +3 -1
- package/lib/commonjs/credentials-catalogue/v1.3.3/index.js.map +1 -1
- package/lib/commonjs/credentials-catalogue/v1.3.3/mappers.js +6 -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 +36 -5
- 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/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/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/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/04-verify-certificate-chain.js +2 -0
- package/lib/module/credential/presentation/api/04-verify-certificate-chain.js.map +1 -0
- package/lib/module/credential/presentation/api/05-verify-request-object.js +2 -0
- package/lib/module/credential/presentation/api/05-verify-request-object.js.map +1 -0
- package/lib/module/credential/presentation/api/06-evaluate-dcql-query.js +2 -0
- package/lib/module/credential/presentation/api/06-evaluate-dcql-query.js.map +1 -0
- package/lib/module/credential/presentation/api/07-send-authorization-response.js +2 -0
- package/lib/module/credential/presentation/api/07-send-authorization-response.js.map +1 -0
- 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/api/index.js.map +1 -1
- package/lib/module/credential/presentation/v1.0.0/04-verify-certificate-chain.js +5 -0
- package/lib/module/credential/presentation/v1.0.0/04-verify-certificate-chain.js.map +1 -0
- package/lib/module/credential/presentation/v1.0.0/{04-verify-request-object.js → 05-verify-request-object.js} +1 -1
- package/lib/module/credential/presentation/v1.0.0/{04-verify-request-object.js.map → 05-verify-request-object.js.map} +1 -1
- package/lib/module/credential/presentation/v1.0.0/{05-evaluate-dcql-query.js → 06-evaluate-dcql-query.js} +1 -1
- package/lib/module/credential/presentation/v1.0.0/{05-evaluate-dcql-query.js.map → 06-evaluate-dcql-query.js.map} +1 -1
- package/lib/module/credential/presentation/v1.0.0/{06-send-authorization-response.js → 07-send-authorization-response.js} +1 -1
- package/lib/module/credential/presentation/v1.0.0/{06-send-authorization-response.js.map → 07-send-authorization-response.js.map} +1 -1
- package/lib/module/credential/presentation/v1.0.0/index.js +5 -3
- package/lib/module/credential/presentation/v1.0.0/index.js.map +1 -1
- package/lib/module/credential/presentation/v1.3.3/04-verify-certificate-chain.js +26 -0
- package/lib/module/credential/presentation/v1.3.3/04-verify-certificate-chain.js.map +1 -0
- package/lib/module/credential/presentation/v1.3.3/{04-verify-request-object.js → 05-verify-request-object.js} +5 -3
- package/lib/module/credential/presentation/v1.3.3/05-verify-request-object.js.map +1 -0
- package/lib/module/credential/presentation/v1.3.3/{05-evaluate-dcql-query.js → 06-evaluate-dcql-query.js} +1 -1
- package/lib/module/credential/presentation/v1.3.3/{05-evaluate-dcql-query.js.map → 06-evaluate-dcql-query.js.map} +1 -1
- package/lib/module/credential/presentation/v1.3.3/{06-send-authorization-response.js → 07-send-authorization-response.js} +1 -1
- package/lib/module/credential/presentation/v1.3.3/{06-send-authorization-response.js.map → 07-send-authorization-response.js.map} +1 -1
- package/lib/module/credential/presentation/v1.3.3/index.js +5 -3
- package/lib/module/credential/presentation/v1.3.3/index.js.map +1 -1
- package/lib/module/credentials-catalogue/api/DigitalCredentialsCatalogue.js +52 -12
- 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/fetch-translations.js +25 -0
- package/lib/module/credentials-catalogue/v1.3.3/fetch-translations.js.map +1 -0
- package/lib/module/credentials-catalogue/v1.3.3/index.js +3 -1
- package/lib/module/credentials-catalogue/v1.3.3/index.js.map +1 -1
- package/lib/module/credentials-catalogue/v1.3.3/mappers.js +6 -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 +32 -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/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/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/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/04-verify-certificate-chain.d.ts +17 -0
- package/lib/typescript/credential/presentation/api/04-verify-certificate-chain.d.ts.map +1 -0
- package/lib/typescript/credential/presentation/api/{04-verify-request-object.d.ts → 05-verify-request-object.d.ts} +1 -1
- package/lib/typescript/credential/presentation/api/{04-verify-request-object.d.ts.map → 05-verify-request-object.d.ts.map} +1 -1
- package/lib/typescript/credential/presentation/api/{05-evaluate-dcql-query.d.ts → 06-evaluate-dcql-query.d.ts} +1 -1
- package/lib/typescript/credential/presentation/api/{05-evaluate-dcql-query.d.ts.map → 06-evaluate-dcql-query.d.ts.map} +1 -1
- package/lib/typescript/credential/presentation/api/{06-send-authorization-response.d.ts → 07-send-authorization-response.d.ts} +2 -2
- package/lib/typescript/credential/presentation/api/{06-send-authorization-response.d.ts.map → 07-send-authorization-response.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/index.d.ts +5 -4
- package/lib/typescript/credential/presentation/api/index.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/04-verify-certificate-chain.d.ts +3 -0
- package/lib/typescript/credential/presentation/v1.0.0/04-verify-certificate-chain.d.ts.map +1 -0
- package/lib/typescript/credential/presentation/v1.0.0/{04-verify-request-object.d.ts → 05-verify-request-object.d.ts} +1 -1
- package/lib/typescript/credential/presentation/v1.0.0/05-verify-request-object.d.ts.map +1 -0
- package/lib/typescript/credential/presentation/v1.0.0/{05-evaluate-dcql-query.d.ts → 06-evaluate-dcql-query.d.ts} +1 -1
- package/lib/typescript/credential/presentation/v1.0.0/06-evaluate-dcql-query.d.ts.map +1 -0
- package/lib/typescript/credential/presentation/v1.0.0/{06-send-authorization-response.d.ts → 07-send-authorization-response.d.ts} +1 -1
- package/lib/typescript/credential/presentation/v1.0.0/07-send-authorization-response.d.ts.map +1 -0
- 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 +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-certificate-chain.d.ts +3 -0
- package/lib/typescript/credential/presentation/v1.3.3/04-verify-certificate-chain.d.ts.map +1 -0
- package/lib/typescript/credential/presentation/v1.3.3/{04-verify-request-object.d.ts → 05-verify-request-object.d.ts} +1 -1
- package/lib/typescript/credential/presentation/v1.3.3/05-verify-request-object.d.ts.map +1 -0
- package/lib/typescript/credential/presentation/v1.3.3/{05-evaluate-dcql-query.d.ts → 06-evaluate-dcql-query.d.ts} +1 -1
- package/lib/typescript/credential/presentation/v1.3.3/06-evaluate-dcql-query.d.ts.map +1 -0
- package/lib/typescript/credential/presentation/v1.3.3/{06-send-authorization-response.d.ts → 07-send-authorization-response.d.ts} +1 -1
- package/lib/typescript/credential/presentation/v1.3.3/{06-send-authorization-response.d.ts.map → 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 +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 +135 -525
- package/lib/typescript/credentials-catalogue/api/DigitalCredentialsCatalogue.d.ts.map +1 -1
- package/lib/typescript/credentials-catalogue/api/index.d.ts +22 -2
- package/lib/typescript/credentials-catalogue/api/index.d.ts.map +1 -1
- package/lib/typescript/credentials-catalogue/v1.0.0/mappers.d.ts +60 -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/fetch-translations.d.ts +3 -0
- package/lib/typescript/credentials-catalogue/v1.3.3/fetch-translations.d.ts.map +1 -0
- 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 +159 -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 +12 -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 +15 -15
- 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.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/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/04-verify-certificate-chain.ts +20 -0
- package/src/credential/presentation/api/{06-send-authorization-response.ts → 07-send-authorization-response.ts} +1 -1
- package/src/credential/presentation/api/RelyingPartyConfig.ts +1 -1
- package/src/credential/presentation/api/index.ts +5 -3
- package/src/credential/presentation/v1.0.0/04-verify-certificate-chain.ts +10 -0
- package/src/credential/presentation/v1.0.0/{04-verify-request-object.ts → 05-verify-request-object.ts} +2 -2
- package/src/credential/presentation/v1.0.0/{05-evaluate-dcql-query.ts → 06-evaluate-dcql-query.ts} +1 -1
- package/src/credential/presentation/v1.0.0/index.ts +5 -3
- package/src/credential/presentation/v1.3.3/04-verify-certificate-chain.ts +49 -0
- package/src/credential/presentation/v1.3.3/{04-verify-request-object.ts → 05-verify-request-object.ts} +4 -2
- package/src/credential/presentation/v1.3.3/{05-evaluate-dcql-query.ts → 06-evaluate-dcql-query.ts} +1 -1
- package/src/credential/presentation/v1.3.3/index.ts +5 -3
- package/src/credentials-catalogue/api/DigitalCredentialsCatalogue.ts +58 -10
- package/src/credentials-catalogue/api/index.ts +36 -2
- package/src/credentials-catalogue/v1.0.0/mappers.ts +27 -12
- package/src/credentials-catalogue/v1.3.3/fetch-translations.ts +32 -0
- package/src/credentials-catalogue/v1.3.3/index.ts +2 -0
- package/src/credentials-catalogue/v1.3.3/mappers.ts +12 -4
- package/src/credentials-catalogue/v1.3.3/types.ts +102 -29
- package/src/credentials-catalogue/v1.3.3/utils.ts +42 -4
- package/src/index.ts +11 -2
- 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/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
- package/lib/commonjs/credential/presentation/api/04-verify-request-object.js.map +0 -1
- package/lib/commonjs/credential/presentation/api/05-evaluate-dcql-query.js.map +0 -1
- package/lib/commonjs/credential/presentation/api/06-send-authorization-response.js.map +0 -1
- package/lib/commonjs/credential/presentation/v1.3.3/04-verify-request-object.js.map +0 -1
- package/lib/module/credential/presentation/api/04-verify-request-object.js +0 -2
- package/lib/module/credential/presentation/api/04-verify-request-object.js.map +0 -1
- package/lib/module/credential/presentation/api/05-evaluate-dcql-query.js +0 -2
- package/lib/module/credential/presentation/api/05-evaluate-dcql-query.js.map +0 -1
- package/lib/module/credential/presentation/api/06-send-authorization-response.js +0 -2
- package/lib/module/credential/presentation/api/06-send-authorization-response.js.map +0 -1
- package/lib/module/credential/presentation/v1.3.3/04-verify-request-object.js.map +0 -1
- package/lib/typescript/credential/presentation/v1.0.0/04-verify-request-object.d.ts.map +0 -1
- package/lib/typescript/credential/presentation/v1.0.0/05-evaluate-dcql-query.d.ts.map +0 -1
- package/lib/typescript/credential/presentation/v1.0.0/06-send-authorization-response.d.ts.map +0 -1
- package/lib/typescript/credential/presentation/v1.3.3/04-verify-request-object.d.ts.map +0 -1
- package/lib/typescript/credential/presentation/v1.3.3/05-evaluate-dcql-query.d.ts.map +0 -1
- /package/src/credential/presentation/api/{04-verify-request-object.ts → 05-verify-request-object.ts} +0 -0
- /package/src/credential/presentation/api/{05-evaluate-dcql-query.ts → 06-evaluate-dcql-query.ts} +0 -0
- /package/src/credential/presentation/v1.0.0/{06-send-authorization-response.ts → 07-send-authorization-response.ts} +0 -0
- /package/src/credential/presentation/v1.3.3/{06-send-authorization-response.ts → 07-send-authorization-response.ts} +0 -0
|
@@ -12,29 +12,18 @@ export declare const LEGACY_SD_JWT = "vc+sd-jwt";
|
|
|
12
12
|
export type SdJwt4VCBase = z.infer<typeof SdJwt4VCBase>;
|
|
13
13
|
export declare const SdJwt4VCBase: z.ZodObject<{
|
|
14
14
|
header: z.ZodObject<{
|
|
15
|
-
typ: z.ZodEnum<
|
|
15
|
+
typ: z.ZodEnum<{
|
|
16
|
+
"dc+sd-jwt": "dc+sd-jwt";
|
|
17
|
+
"vc+sd-jwt": "vc+sd-jwt";
|
|
18
|
+
}>;
|
|
16
19
|
alg: z.ZodString;
|
|
17
20
|
kid: z.ZodString;
|
|
18
|
-
trust_chain: z.ZodOptional<z.ZodArray<z.ZodString
|
|
19
|
-
x5c: z.ZodOptional<z.ZodArray<z.ZodString
|
|
20
|
-
vctm: z.ZodOptional<z.ZodArray<z.ZodString
|
|
21
|
-
},
|
|
22
|
-
alg: string;
|
|
23
|
-
kid: string;
|
|
24
|
-
typ: "dc+sd-jwt" | "vc+sd-jwt";
|
|
25
|
-
x5c?: string[] | undefined;
|
|
26
|
-
trust_chain?: string[] | undefined;
|
|
27
|
-
vctm?: string[] | undefined;
|
|
28
|
-
}, {
|
|
29
|
-
alg: string;
|
|
30
|
-
kid: string;
|
|
31
|
-
typ: "dc+sd-jwt" | "vc+sd-jwt";
|
|
32
|
-
x5c?: string[] | undefined;
|
|
33
|
-
trust_chain?: string[] | undefined;
|
|
34
|
-
vctm?: string[] | undefined;
|
|
35
|
-
}>;
|
|
21
|
+
trust_chain: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
22
|
+
x5c: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
23
|
+
vctm: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
24
|
+
}, z.core.$strip>;
|
|
36
25
|
payload: z.ZodObject<{
|
|
37
|
-
_sd: z.ZodArray<z.ZodString
|
|
26
|
+
_sd: z.ZodArray<z.ZodString>;
|
|
38
27
|
_sd_alg: z.ZodLiteral<"sha-256">;
|
|
39
28
|
iss: z.ZodString;
|
|
40
29
|
sub: z.ZodString;
|
|
@@ -50,9 +39,12 @@ export declare const SdJwt4VCBase: z.ZodObject<{
|
|
|
50
39
|
e: z.ZodOptional<z.ZodString>;
|
|
51
40
|
ext: z.ZodOptional<z.ZodBoolean>;
|
|
52
41
|
k: z.ZodOptional<z.ZodString>;
|
|
53
|
-
key_ops: z.ZodOptional<z.ZodArray<z.ZodString
|
|
42
|
+
key_ops: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
54
43
|
kid: z.ZodOptional<z.ZodString>;
|
|
55
|
-
kty: z.
|
|
44
|
+
kty: z.ZodEnum<{
|
|
45
|
+
RSA: "RSA";
|
|
46
|
+
EC: "EC";
|
|
47
|
+
}>;
|
|
56
48
|
n: z.ZodOptional<z.ZodString>;
|
|
57
49
|
p: z.ZodOptional<z.ZodString>;
|
|
58
50
|
q: z.ZodOptional<z.ZodString>;
|
|
@@ -60,351 +52,26 @@ export declare const SdJwt4VCBase: z.ZodObject<{
|
|
|
60
52
|
use: z.ZodOptional<z.ZodString>;
|
|
61
53
|
x: z.ZodOptional<z.ZodString>;
|
|
62
54
|
y: z.ZodOptional<z.ZodString>;
|
|
63
|
-
x5c: z.ZodOptional<z.ZodArray<z.ZodString
|
|
55
|
+
x5c: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
64
56
|
x5t: z.ZodOptional<z.ZodString>;
|
|
65
57
|
"x5t#S256": z.ZodOptional<z.ZodString>;
|
|
66
58
|
x5u: z.ZodOptional<z.ZodString>;
|
|
67
|
-
},
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
crv?: string | undefined;
|
|
71
|
-
d?: string | undefined;
|
|
72
|
-
dp?: string | undefined;
|
|
73
|
-
dq?: string | undefined;
|
|
74
|
-
e?: string | undefined;
|
|
75
|
-
ext?: boolean | undefined;
|
|
76
|
-
k?: string | undefined;
|
|
77
|
-
key_ops?: string[] | undefined;
|
|
78
|
-
kid?: string | undefined;
|
|
79
|
-
n?: string | undefined;
|
|
80
|
-
p?: string | undefined;
|
|
81
|
-
q?: string | undefined;
|
|
82
|
-
qi?: string | undefined;
|
|
83
|
-
use?: string | undefined;
|
|
84
|
-
x?: string | undefined;
|
|
85
|
-
y?: string | undefined;
|
|
86
|
-
x5c?: string[] | undefined;
|
|
87
|
-
x5t?: string | undefined;
|
|
88
|
-
"x5t#S256"?: string | undefined;
|
|
89
|
-
x5u?: string | undefined;
|
|
90
|
-
}, {
|
|
91
|
-
kty: "RSA" | "EC";
|
|
92
|
-
alg?: string | undefined;
|
|
93
|
-
crv?: string | undefined;
|
|
94
|
-
d?: string | undefined;
|
|
95
|
-
dp?: string | undefined;
|
|
96
|
-
dq?: string | undefined;
|
|
97
|
-
e?: string | undefined;
|
|
98
|
-
ext?: boolean | undefined;
|
|
99
|
-
k?: string | undefined;
|
|
100
|
-
key_ops?: string[] | undefined;
|
|
101
|
-
kid?: string | undefined;
|
|
102
|
-
n?: string | undefined;
|
|
103
|
-
p?: string | undefined;
|
|
104
|
-
q?: string | undefined;
|
|
105
|
-
qi?: string | undefined;
|
|
106
|
-
use?: string | undefined;
|
|
107
|
-
x?: string | undefined;
|
|
108
|
-
y?: string | undefined;
|
|
109
|
-
x5c?: string[] | undefined;
|
|
110
|
-
x5t?: string | undefined;
|
|
111
|
-
"x5t#S256"?: string | undefined;
|
|
112
|
-
x5u?: string | undefined;
|
|
113
|
-
}>;
|
|
114
|
-
}, "strip", z.ZodTypeAny, {
|
|
115
|
-
jwk: {
|
|
116
|
-
kty: "RSA" | "EC";
|
|
117
|
-
alg?: string | undefined;
|
|
118
|
-
crv?: string | undefined;
|
|
119
|
-
d?: string | undefined;
|
|
120
|
-
dp?: string | undefined;
|
|
121
|
-
dq?: string | undefined;
|
|
122
|
-
e?: string | undefined;
|
|
123
|
-
ext?: boolean | undefined;
|
|
124
|
-
k?: string | undefined;
|
|
125
|
-
key_ops?: string[] | undefined;
|
|
126
|
-
kid?: string | undefined;
|
|
127
|
-
n?: string | undefined;
|
|
128
|
-
p?: string | undefined;
|
|
129
|
-
q?: string | undefined;
|
|
130
|
-
qi?: string | undefined;
|
|
131
|
-
use?: string | undefined;
|
|
132
|
-
x?: string | undefined;
|
|
133
|
-
y?: string | undefined;
|
|
134
|
-
x5c?: string[] | undefined;
|
|
135
|
-
x5t?: string | undefined;
|
|
136
|
-
"x5t#S256"?: string | undefined;
|
|
137
|
-
x5u?: string | undefined;
|
|
138
|
-
};
|
|
139
|
-
}, {
|
|
140
|
-
jwk: {
|
|
141
|
-
kty: "RSA" | "EC";
|
|
142
|
-
alg?: string | undefined;
|
|
143
|
-
crv?: string | undefined;
|
|
144
|
-
d?: string | undefined;
|
|
145
|
-
dp?: string | undefined;
|
|
146
|
-
dq?: string | undefined;
|
|
147
|
-
e?: string | undefined;
|
|
148
|
-
ext?: boolean | undefined;
|
|
149
|
-
k?: string | undefined;
|
|
150
|
-
key_ops?: string[] | undefined;
|
|
151
|
-
kid?: string | undefined;
|
|
152
|
-
n?: string | undefined;
|
|
153
|
-
p?: string | undefined;
|
|
154
|
-
q?: string | undefined;
|
|
155
|
-
qi?: string | undefined;
|
|
156
|
-
use?: string | undefined;
|
|
157
|
-
x?: string | undefined;
|
|
158
|
-
y?: string | undefined;
|
|
159
|
-
x5c?: string[] | undefined;
|
|
160
|
-
x5t?: string | undefined;
|
|
161
|
-
"x5t#S256"?: string | undefined;
|
|
162
|
-
x5u?: string | undefined;
|
|
163
|
-
};
|
|
164
|
-
}>;
|
|
165
|
-
status: z.ZodUnion<[z.ZodObject<{
|
|
59
|
+
}, z.core.$strip>;
|
|
60
|
+
}, z.core.$strip>;
|
|
61
|
+
status: z.ZodUnion<readonly [z.ZodObject<{
|
|
166
62
|
status_list: z.ZodObject<{
|
|
167
63
|
idx: z.ZodString;
|
|
168
64
|
uri: z.ZodString;
|
|
169
|
-
},
|
|
170
|
-
|
|
171
|
-
uri: string;
|
|
172
|
-
}, {
|
|
173
|
-
idx: string;
|
|
174
|
-
uri: string;
|
|
175
|
-
}>;
|
|
176
|
-
}, "strip", z.ZodTypeAny, {
|
|
177
|
-
status_list: {
|
|
178
|
-
idx: string;
|
|
179
|
-
uri: string;
|
|
180
|
-
};
|
|
181
|
-
}, {
|
|
182
|
-
status_list: {
|
|
183
|
-
idx: string;
|
|
184
|
-
uri: string;
|
|
185
|
-
};
|
|
186
|
-
}>, z.ZodObject<{
|
|
187
|
-
/** @deprecated Use `status.status_list` */
|
|
65
|
+
}, z.core.$strip>;
|
|
66
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
188
67
|
status_assertion: z.ZodObject<{
|
|
189
68
|
credential_hash_alg: z.ZodLiteral<"sha-256">;
|
|
190
|
-
},
|
|
191
|
-
|
|
192
|
-
}, {
|
|
193
|
-
credential_hash_alg: "sha-256";
|
|
194
|
-
}>;
|
|
195
|
-
}, "strip", z.ZodTypeAny, {
|
|
196
|
-
status_assertion: {
|
|
197
|
-
credential_hash_alg: "sha-256";
|
|
198
|
-
};
|
|
199
|
-
}, {
|
|
200
|
-
status_assertion: {
|
|
201
|
-
credential_hash_alg: "sha-256";
|
|
202
|
-
};
|
|
203
|
-
}>]>;
|
|
69
|
+
}, z.core.$strip>;
|
|
70
|
+
}, z.core.$strip>]>;
|
|
204
71
|
vct: z.ZodString;
|
|
205
72
|
"vct#integrity": z.ZodOptional<z.ZodString>;
|
|
206
|
-
},
|
|
207
|
-
|
|
208
|
-
status_list: {
|
|
209
|
-
idx: string;
|
|
210
|
-
uri: string;
|
|
211
|
-
};
|
|
212
|
-
} | {
|
|
213
|
-
status_assertion: {
|
|
214
|
-
credential_hash_alg: "sha-256";
|
|
215
|
-
};
|
|
216
|
-
};
|
|
217
|
-
iss: string;
|
|
218
|
-
sub: string;
|
|
219
|
-
exp: number;
|
|
220
|
-
vct: string;
|
|
221
|
-
_sd: string[];
|
|
222
|
-
_sd_alg: "sha-256";
|
|
223
|
-
cnf: {
|
|
224
|
-
jwk: {
|
|
225
|
-
kty: "RSA" | "EC";
|
|
226
|
-
alg?: string | undefined;
|
|
227
|
-
crv?: string | undefined;
|
|
228
|
-
d?: string | undefined;
|
|
229
|
-
dp?: string | undefined;
|
|
230
|
-
dq?: string | undefined;
|
|
231
|
-
e?: string | undefined;
|
|
232
|
-
ext?: boolean | undefined;
|
|
233
|
-
k?: string | undefined;
|
|
234
|
-
key_ops?: string[] | undefined;
|
|
235
|
-
kid?: string | undefined;
|
|
236
|
-
n?: string | undefined;
|
|
237
|
-
p?: string | undefined;
|
|
238
|
-
q?: string | undefined;
|
|
239
|
-
qi?: string | undefined;
|
|
240
|
-
use?: string | undefined;
|
|
241
|
-
x?: string | undefined;
|
|
242
|
-
y?: string | undefined;
|
|
243
|
-
x5c?: string[] | undefined;
|
|
244
|
-
x5t?: string | undefined;
|
|
245
|
-
"x5t#S256"?: string | undefined;
|
|
246
|
-
x5u?: string | undefined;
|
|
247
|
-
};
|
|
248
|
-
};
|
|
249
|
-
iat?: number | undefined;
|
|
250
|
-
"vct#integrity"?: string | undefined;
|
|
251
|
-
}, {
|
|
252
|
-
status: {
|
|
253
|
-
status_list: {
|
|
254
|
-
idx: string;
|
|
255
|
-
uri: string;
|
|
256
|
-
};
|
|
257
|
-
} | {
|
|
258
|
-
status_assertion: {
|
|
259
|
-
credential_hash_alg: "sha-256";
|
|
260
|
-
};
|
|
261
|
-
};
|
|
262
|
-
iss: string;
|
|
263
|
-
sub: string;
|
|
264
|
-
exp: number;
|
|
265
|
-
vct: string;
|
|
266
|
-
_sd: string[];
|
|
267
|
-
_sd_alg: "sha-256";
|
|
268
|
-
cnf: {
|
|
269
|
-
jwk: {
|
|
270
|
-
kty: "RSA" | "EC";
|
|
271
|
-
alg?: string | undefined;
|
|
272
|
-
crv?: string | undefined;
|
|
273
|
-
d?: string | undefined;
|
|
274
|
-
dp?: string | undefined;
|
|
275
|
-
dq?: string | undefined;
|
|
276
|
-
e?: string | undefined;
|
|
277
|
-
ext?: boolean | undefined;
|
|
278
|
-
k?: string | undefined;
|
|
279
|
-
key_ops?: string[] | undefined;
|
|
280
|
-
kid?: string | undefined;
|
|
281
|
-
n?: string | undefined;
|
|
282
|
-
p?: string | undefined;
|
|
283
|
-
q?: string | undefined;
|
|
284
|
-
qi?: string | undefined;
|
|
285
|
-
use?: string | undefined;
|
|
286
|
-
x?: string | undefined;
|
|
287
|
-
y?: string | undefined;
|
|
288
|
-
x5c?: string[] | undefined;
|
|
289
|
-
x5t?: string | undefined;
|
|
290
|
-
"x5t#S256"?: string | undefined;
|
|
291
|
-
x5u?: string | undefined;
|
|
292
|
-
};
|
|
293
|
-
};
|
|
294
|
-
iat?: number | undefined;
|
|
295
|
-
"vct#integrity"?: string | undefined;
|
|
296
|
-
}>;
|
|
297
|
-
}, "strip", z.ZodTypeAny, {
|
|
298
|
-
header: {
|
|
299
|
-
alg: string;
|
|
300
|
-
kid: string;
|
|
301
|
-
typ: "dc+sd-jwt" | "vc+sd-jwt";
|
|
302
|
-
x5c?: string[] | undefined;
|
|
303
|
-
trust_chain?: string[] | undefined;
|
|
304
|
-
vctm?: string[] | undefined;
|
|
305
|
-
};
|
|
306
|
-
payload: {
|
|
307
|
-
status: {
|
|
308
|
-
status_list: {
|
|
309
|
-
idx: string;
|
|
310
|
-
uri: string;
|
|
311
|
-
};
|
|
312
|
-
} | {
|
|
313
|
-
status_assertion: {
|
|
314
|
-
credential_hash_alg: "sha-256";
|
|
315
|
-
};
|
|
316
|
-
};
|
|
317
|
-
iss: string;
|
|
318
|
-
sub: string;
|
|
319
|
-
exp: number;
|
|
320
|
-
vct: string;
|
|
321
|
-
_sd: string[];
|
|
322
|
-
_sd_alg: "sha-256";
|
|
323
|
-
cnf: {
|
|
324
|
-
jwk: {
|
|
325
|
-
kty: "RSA" | "EC";
|
|
326
|
-
alg?: string | undefined;
|
|
327
|
-
crv?: string | undefined;
|
|
328
|
-
d?: string | undefined;
|
|
329
|
-
dp?: string | undefined;
|
|
330
|
-
dq?: string | undefined;
|
|
331
|
-
e?: string | undefined;
|
|
332
|
-
ext?: boolean | undefined;
|
|
333
|
-
k?: string | undefined;
|
|
334
|
-
key_ops?: string[] | undefined;
|
|
335
|
-
kid?: string | undefined;
|
|
336
|
-
n?: string | undefined;
|
|
337
|
-
p?: string | undefined;
|
|
338
|
-
q?: string | undefined;
|
|
339
|
-
qi?: string | undefined;
|
|
340
|
-
use?: string | undefined;
|
|
341
|
-
x?: string | undefined;
|
|
342
|
-
y?: string | undefined;
|
|
343
|
-
x5c?: string[] | undefined;
|
|
344
|
-
x5t?: string | undefined;
|
|
345
|
-
"x5t#S256"?: string | undefined;
|
|
346
|
-
x5u?: string | undefined;
|
|
347
|
-
};
|
|
348
|
-
};
|
|
349
|
-
iat?: number | undefined;
|
|
350
|
-
"vct#integrity"?: string | undefined;
|
|
351
|
-
};
|
|
352
|
-
}, {
|
|
353
|
-
header: {
|
|
354
|
-
alg: string;
|
|
355
|
-
kid: string;
|
|
356
|
-
typ: "dc+sd-jwt" | "vc+sd-jwt";
|
|
357
|
-
x5c?: string[] | undefined;
|
|
358
|
-
trust_chain?: string[] | undefined;
|
|
359
|
-
vctm?: string[] | undefined;
|
|
360
|
-
};
|
|
361
|
-
payload: {
|
|
362
|
-
status: {
|
|
363
|
-
status_list: {
|
|
364
|
-
idx: string;
|
|
365
|
-
uri: string;
|
|
366
|
-
};
|
|
367
|
-
} | {
|
|
368
|
-
status_assertion: {
|
|
369
|
-
credential_hash_alg: "sha-256";
|
|
370
|
-
};
|
|
371
|
-
};
|
|
372
|
-
iss: string;
|
|
373
|
-
sub: string;
|
|
374
|
-
exp: number;
|
|
375
|
-
vct: string;
|
|
376
|
-
_sd: string[];
|
|
377
|
-
_sd_alg: "sha-256";
|
|
378
|
-
cnf: {
|
|
379
|
-
jwk: {
|
|
380
|
-
kty: "RSA" | "EC";
|
|
381
|
-
alg?: string | undefined;
|
|
382
|
-
crv?: string | undefined;
|
|
383
|
-
d?: string | undefined;
|
|
384
|
-
dp?: string | undefined;
|
|
385
|
-
dq?: string | undefined;
|
|
386
|
-
e?: string | undefined;
|
|
387
|
-
ext?: boolean | undefined;
|
|
388
|
-
k?: string | undefined;
|
|
389
|
-
key_ops?: string[] | undefined;
|
|
390
|
-
kid?: string | undefined;
|
|
391
|
-
n?: string | undefined;
|
|
392
|
-
p?: string | undefined;
|
|
393
|
-
q?: string | undefined;
|
|
394
|
-
qi?: string | undefined;
|
|
395
|
-
use?: string | undefined;
|
|
396
|
-
x?: string | undefined;
|
|
397
|
-
y?: string | undefined;
|
|
398
|
-
x5c?: string[] | undefined;
|
|
399
|
-
x5t?: string | undefined;
|
|
400
|
-
"x5t#S256"?: string | undefined;
|
|
401
|
-
x5u?: string | undefined;
|
|
402
|
-
};
|
|
403
|
-
};
|
|
404
|
-
iat?: number | undefined;
|
|
405
|
-
"vct#integrity"?: string | undefined;
|
|
406
|
-
};
|
|
407
|
-
}>;
|
|
73
|
+
}, z.core.$strip>;
|
|
74
|
+
}, z.core.$strip>;
|
|
408
75
|
/**
|
|
409
76
|
* Object containing User authentication and User data verification information.
|
|
410
77
|
* Useful to extract the assurance level to determine L2/L3 authentication.
|
|
@@ -415,87 +82,17 @@ export declare const Verification: z.ZodObject<{
|
|
|
415
82
|
assurance_level: z.ZodString;
|
|
416
83
|
evidence: z.ZodArray<z.ZodObject<{
|
|
417
84
|
type: z.ZodLiteral<"vouch">;
|
|
418
|
-
time: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
85
|
+
time: z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>;
|
|
419
86
|
attestation: z.ZodObject<{
|
|
420
87
|
type: z.ZodLiteral<"digital_attestation">;
|
|
421
88
|
reference_number: z.ZodString;
|
|
422
89
|
date_of_issuance: z.ZodString;
|
|
423
90
|
voucher: z.ZodObject<{
|
|
424
91
|
organization: z.ZodString;
|
|
425
|
-
},
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
}>;
|
|
430
|
-
}, "strip", z.ZodTypeAny, {
|
|
431
|
-
type: "digital_attestation";
|
|
432
|
-
reference_number: string;
|
|
433
|
-
date_of_issuance: string;
|
|
434
|
-
voucher: {
|
|
435
|
-
organization: string;
|
|
436
|
-
};
|
|
437
|
-
}, {
|
|
438
|
-
type: "digital_attestation";
|
|
439
|
-
reference_number: string;
|
|
440
|
-
date_of_issuance: string;
|
|
441
|
-
voucher: {
|
|
442
|
-
organization: string;
|
|
443
|
-
};
|
|
444
|
-
}>;
|
|
445
|
-
}, "strip", z.ZodTypeAny, {
|
|
446
|
-
type: "vouch";
|
|
447
|
-
time: string | number;
|
|
448
|
-
attestation: {
|
|
449
|
-
type: "digital_attestation";
|
|
450
|
-
reference_number: string;
|
|
451
|
-
date_of_issuance: string;
|
|
452
|
-
voucher: {
|
|
453
|
-
organization: string;
|
|
454
|
-
};
|
|
455
|
-
};
|
|
456
|
-
}, {
|
|
457
|
-
type: "vouch";
|
|
458
|
-
time: string | number;
|
|
459
|
-
attestation: {
|
|
460
|
-
type: "digital_attestation";
|
|
461
|
-
reference_number: string;
|
|
462
|
-
date_of_issuance: string;
|
|
463
|
-
voucher: {
|
|
464
|
-
organization: string;
|
|
465
|
-
};
|
|
466
|
-
};
|
|
467
|
-
}>, "many">;
|
|
468
|
-
}, "strip", z.ZodTypeAny, {
|
|
469
|
-
trust_framework: string;
|
|
470
|
-
assurance_level: string;
|
|
471
|
-
evidence: {
|
|
472
|
-
type: "vouch";
|
|
473
|
-
time: string | number;
|
|
474
|
-
attestation: {
|
|
475
|
-
type: "digital_attestation";
|
|
476
|
-
reference_number: string;
|
|
477
|
-
date_of_issuance: string;
|
|
478
|
-
voucher: {
|
|
479
|
-
organization: string;
|
|
480
|
-
};
|
|
481
|
-
};
|
|
482
|
-
}[];
|
|
483
|
-
}, {
|
|
484
|
-
trust_framework: string;
|
|
485
|
-
assurance_level: string;
|
|
486
|
-
evidence: {
|
|
487
|
-
type: "vouch";
|
|
488
|
-
time: string | number;
|
|
489
|
-
attestation: {
|
|
490
|
-
type: "digital_attestation";
|
|
491
|
-
reference_number: string;
|
|
492
|
-
date_of_issuance: string;
|
|
493
|
-
voucher: {
|
|
494
|
-
organization: string;
|
|
495
|
-
};
|
|
496
|
-
};
|
|
497
|
-
}[];
|
|
498
|
-
}>;
|
|
92
|
+
}, z.core.$strip>;
|
|
93
|
+
}, z.core.$strip>;
|
|
94
|
+
}, z.core.$strip>>;
|
|
95
|
+
}, z.core.$strip>;
|
|
499
96
|
/**
|
|
500
97
|
* Metadata for a digital credential. This information is retrieved from the URL defined in the `vct` claim.
|
|
501
98
|
*
|
|
@@ -510,66 +107,10 @@ export declare const TypeMetadata: z.ZodObject<{
|
|
|
510
107
|
authentic_source: z.ZodObject<{
|
|
511
108
|
organization_name: z.ZodString;
|
|
512
109
|
organization_code: z.ZodString;
|
|
513
|
-
contacts: z.ZodArray<z.ZodString
|
|
110
|
+
contacts: z.ZodArray<z.ZodString>;
|
|
514
111
|
homepage_uri: z.ZodString;
|
|
515
112
|
logo_uri: z.ZodString;
|
|
516
|
-
},
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
logo_uri: string;
|
|
520
|
-
contacts: string[];
|
|
521
|
-
organization_code: string;
|
|
522
|
-
}, {
|
|
523
|
-
organization_name: string;
|
|
524
|
-
homepage_uri: string;
|
|
525
|
-
logo_uri: string;
|
|
526
|
-
contacts: string[];
|
|
527
|
-
organization_code: string;
|
|
528
|
-
}>;
|
|
529
|
-
}, "strip", z.ZodTypeAny, {
|
|
530
|
-
authentic_source: {
|
|
531
|
-
organization_name: string;
|
|
532
|
-
homepage_uri: string;
|
|
533
|
-
logo_uri: string;
|
|
534
|
-
contacts: string[];
|
|
535
|
-
organization_code: string;
|
|
536
|
-
};
|
|
537
|
-
trust_framework: string;
|
|
538
|
-
}, {
|
|
539
|
-
authentic_source: {
|
|
540
|
-
organization_name: string;
|
|
541
|
-
homepage_uri: string;
|
|
542
|
-
logo_uri: string;
|
|
543
|
-
contacts: string[];
|
|
544
|
-
organization_code: string;
|
|
545
|
-
};
|
|
546
|
-
trust_framework: string;
|
|
547
|
-
}>;
|
|
548
|
-
}, "strip", z.ZodTypeAny, {
|
|
549
|
-
name: string;
|
|
550
|
-
description: string;
|
|
551
|
-
data_source: {
|
|
552
|
-
authentic_source: {
|
|
553
|
-
organization_name: string;
|
|
554
|
-
homepage_uri: string;
|
|
555
|
-
logo_uri: string;
|
|
556
|
-
contacts: string[];
|
|
557
|
-
organization_code: string;
|
|
558
|
-
};
|
|
559
|
-
trust_framework: string;
|
|
560
|
-
};
|
|
561
|
-
}, {
|
|
562
|
-
name: string;
|
|
563
|
-
description: string;
|
|
564
|
-
data_source: {
|
|
565
|
-
authentic_source: {
|
|
566
|
-
organization_name: string;
|
|
567
|
-
homepage_uri: string;
|
|
568
|
-
logo_uri: string;
|
|
569
|
-
contacts: string[];
|
|
570
|
-
organization_code: string;
|
|
571
|
-
};
|
|
572
|
-
trust_framework: string;
|
|
573
|
-
};
|
|
574
|
-
}>;
|
|
113
|
+
}, z.core.$strip>;
|
|
114
|
+
}, z.core.$strip>;
|
|
115
|
+
}, z.core.$strip>;
|
|
575
116
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/sd-jwt/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB;;;GAGG;AACH,MAAM,MAAM,0BAA0B,GAAG,OAAO,aAAa,CAAC;AAC9D,eAAO,MAAM,aAAa,cAAc,CAAC;AAWzC;;;GAGG;AACH,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,YAAY,CAAC,CAAC;AACxD,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/sd-jwt/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB;;;GAGG;AACH,MAAM,MAAM,0BAA0B,GAAG,OAAO,aAAa,CAAC;AAC9D,eAAO,MAAM,aAAa,cAAc,CAAC;AAWzC;;;GAGG;AACH,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,YAAY,CAAC,CAAC;AACxD,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBA+BvB,CAAC;AAEH;;;GAGG;AACH,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,YAAY,CAAC,CAAC;AACxD,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;iBAgBvB,CAAC;AAEH;;;;GAIG;AACH,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,YAAY,CAAC,CAAC;AACxD,eAAO,MAAM,YAAY;;;;;;;;;;;;;iBAavB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/sd-jwt/utils.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAQrD;;;;;;GAMG;AACH,eAAO,MAAM,iBAAiB,
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/sd-jwt/utils.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAQrD;;;;;;GAMG;AACH,eAAO,MAAM,iBAAiB,GAC5B,KAAK,MAAM,EACX,cAAc,MAAM,EACpB,UAAS;IACP,QAAQ,CAAC,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;CAC5B,KACL,OAAO,CAAC,YAAY,CA8BtB,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,eAAe,GAC1B,iBAAiB,MAAM,KACtB,YAAY,GAAG,SAejB,CAAC"}
|