@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
|
@@ -1,72 +1,46 @@
|
|
|
1
1
|
import * as z from "zod";
|
|
2
|
+
export declare const LocalizationInfo: z.ZodObject<{
|
|
3
|
+
available_locales: z.ZodArray<z.ZodString>;
|
|
4
|
+
base_uri: z.ZodString;
|
|
5
|
+
default_locale: z.ZodString;
|
|
6
|
+
version: z.ZodString;
|
|
7
|
+
}, z.core.$strip>;
|
|
8
|
+
export type LocalizationInfo = z.infer<typeof LocalizationInfo>;
|
|
9
|
+
/**
|
|
10
|
+
* Merged translations for one or more locales, keyed by locale code.
|
|
11
|
+
* Each locale maps l10n_id keys to their translated string values.
|
|
12
|
+
*/
|
|
13
|
+
export type CatalogueTranslations = Record<string, Record<string, string>>;
|
|
2
14
|
declare const AuthenticSource: z.ZodObject<{
|
|
3
15
|
id: z.ZodString;
|
|
4
|
-
organization_name: z.ZodString
|
|
16
|
+
organization_name: z.ZodOptional<z.ZodString>;
|
|
17
|
+
organization_name_l10n_id: z.ZodOptional<z.ZodString>;
|
|
5
18
|
organization_code: z.ZodOptional<z.ZodString>;
|
|
6
19
|
organization_country: z.ZodString;
|
|
7
20
|
organization_type: z.ZodString;
|
|
8
|
-
contacts: z.ZodOptional<z.ZodArray<z.ZodString
|
|
21
|
+
contacts: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
9
22
|
homepage_uri: z.ZodOptional<z.ZodString>;
|
|
10
23
|
logo_uri: z.ZodOptional<z.ZodString>;
|
|
11
24
|
user_information: z.ZodOptional<z.ZodString>;
|
|
12
|
-
},
|
|
13
|
-
id: string;
|
|
14
|
-
organization_name: string;
|
|
15
|
-
organization_country: string;
|
|
16
|
-
organization_type: string;
|
|
17
|
-
homepage_uri?: string | undefined;
|
|
18
|
-
logo_uri?: string | undefined;
|
|
19
|
-
contacts?: string[] | undefined;
|
|
20
|
-
organization_code?: string | undefined;
|
|
21
|
-
user_information?: string | undefined;
|
|
22
|
-
}, {
|
|
23
|
-
id: string;
|
|
24
|
-
organization_name: string;
|
|
25
|
-
organization_country: string;
|
|
26
|
-
organization_type: string;
|
|
27
|
-
homepage_uri?: string | undefined;
|
|
28
|
-
logo_uri?: string | undefined;
|
|
29
|
-
contacts?: string[] | undefined;
|
|
30
|
-
organization_code?: string | undefined;
|
|
31
|
-
user_information?: string | undefined;
|
|
32
|
-
}>;
|
|
25
|
+
}, z.core.$strip>;
|
|
33
26
|
export type AuthenticSource = z.infer<typeof AuthenticSource>;
|
|
34
27
|
export declare const CredentialFormat: z.ZodObject<{
|
|
35
28
|
configuration_id: z.ZodString;
|
|
36
|
-
format: z.ZodEnum<
|
|
29
|
+
format: z.ZodEnum<{
|
|
30
|
+
"dc+sd-jwt": "dc+sd-jwt";
|
|
31
|
+
mso_mdoc: "mso_mdoc";
|
|
32
|
+
}>;
|
|
37
33
|
vct: z.ZodOptional<z.ZodString>;
|
|
38
34
|
docType: z.ZodOptional<z.ZodString>;
|
|
39
35
|
schema_uri: z.ZodOptional<z.ZodString>;
|
|
40
36
|
"schema_uri#integrity": z.ZodOptional<z.ZodString>;
|
|
41
|
-
},
|
|
42
|
-
format: "dc+sd-jwt" | "mso_mdoc";
|
|
43
|
-
configuration_id: string;
|
|
44
|
-
vct?: string | undefined;
|
|
45
|
-
docType?: string | undefined;
|
|
46
|
-
schema_uri?: string | undefined;
|
|
47
|
-
"schema_uri#integrity"?: string | undefined;
|
|
48
|
-
}, {
|
|
49
|
-
format: "dc+sd-jwt" | "mso_mdoc";
|
|
50
|
-
configuration_id: string;
|
|
51
|
-
vct?: string | undefined;
|
|
52
|
-
docType?: string | undefined;
|
|
53
|
-
schema_uri?: string | undefined;
|
|
54
|
-
"schema_uri#integrity"?: string | undefined;
|
|
55
|
-
}>;
|
|
37
|
+
}, z.core.$strip>;
|
|
56
38
|
export type CredentialFormat = z.infer<typeof CredentialFormat>;
|
|
57
39
|
export declare const Claim: z.ZodObject<{
|
|
58
40
|
name: z.ZodString;
|
|
59
41
|
taxonomy_ref: z.ZodString;
|
|
60
42
|
display_name: z.ZodString;
|
|
61
|
-
},
|
|
62
|
-
name: string;
|
|
63
|
-
taxonomy_ref: string;
|
|
64
|
-
display_name: string;
|
|
65
|
-
}, {
|
|
66
|
-
name: string;
|
|
67
|
-
taxonomy_ref: string;
|
|
68
|
-
display_name: string;
|
|
69
|
-
}>;
|
|
43
|
+
}, z.core.$strip>;
|
|
70
44
|
/**
|
|
71
45
|
* Unified shape for a Digital Credential in the catalogue, regardless of IT-Wallet version.
|
|
72
46
|
* Please note that some of the version-specific properties might be missing in this representation.
|
|
@@ -75,539 +49,175 @@ export declare const DigitalCredential: z.ZodObject<{
|
|
|
75
49
|
version: z.ZodString;
|
|
76
50
|
credential_type: z.ZodString;
|
|
77
51
|
legal_type: z.ZodString;
|
|
78
|
-
name: z.ZodString
|
|
79
|
-
|
|
52
|
+
name: z.ZodOptional<z.ZodString>;
|
|
53
|
+
name_l10n_id: z.ZodOptional<z.ZodString>;
|
|
54
|
+
description: z.ZodOptional<z.ZodString>;
|
|
55
|
+
restriction_policy: z.ZodOptional<z.ZodObject<{
|
|
56
|
+
presentation_flows: z.ZodObject<{
|
|
57
|
+
remote: z.ZodBoolean;
|
|
58
|
+
proximity: z.ZodBoolean;
|
|
59
|
+
}, z.core.$strip>;
|
|
60
|
+
}, z.core.$strip>>;
|
|
80
61
|
validity_info: z.ZodObject<{
|
|
81
62
|
max_validity_days: z.ZodNumber;
|
|
82
|
-
status_methods: z.ZodArray<z.ZodString
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
allowed_states:
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
63
|
+
status_methods: z.ZodArray<z.ZodString>;
|
|
64
|
+
administrative_expiration_user_info: z.ZodOptional<z.ZodObject<{
|
|
65
|
+
title_l10n_id: z.ZodString;
|
|
66
|
+
description_l10n_id: z.ZodString;
|
|
67
|
+
}, z.core.$strip>>;
|
|
68
|
+
allowed_states: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
69
|
+
title_l10n_id: z.ZodString;
|
|
70
|
+
description_l10n_id: z.ZodString;
|
|
71
|
+
}, z.core.$catchall<z.ZodString>>]>>;
|
|
72
|
+
}, z.core.$strip>;
|
|
73
|
+
administrative_expiration_user_info: z.ZodOptional<z.ZodObject<{
|
|
74
|
+
title_l10n_id: z.ZodString;
|
|
75
|
+
description_l10n_id: z.ZodString;
|
|
76
|
+
}, z.core.$strip>>;
|
|
77
|
+
domains: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
78
|
+
classes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
79
|
+
purposes: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
94
80
|
id: z.ZodString;
|
|
95
|
-
description: z.ZodString
|
|
96
|
-
claims_required: z.ZodArray<z.ZodString
|
|
97
|
-
claim_recommended: z.ZodArray<z.ZodString
|
|
98
|
-
},
|
|
99
|
-
id: string;
|
|
100
|
-
description: string;
|
|
101
|
-
claims_required: string[];
|
|
102
|
-
claim_recommended: string[];
|
|
103
|
-
}, {
|
|
104
|
-
id: string;
|
|
105
|
-
description: string;
|
|
106
|
-
claims_required: string[];
|
|
107
|
-
claim_recommended: string[];
|
|
108
|
-
}>, "many">;
|
|
81
|
+
description: z.ZodOptional<z.ZodString>;
|
|
82
|
+
claims_required: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
83
|
+
claim_recommended: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
84
|
+
}, z.core.$strip>]>>;
|
|
109
85
|
issuers: z.ZodArray<z.ZodObject<{
|
|
110
86
|
id: z.ZodString;
|
|
111
|
-
organization_name: z.ZodString
|
|
87
|
+
organization_name: z.ZodOptional<z.ZodString>;
|
|
88
|
+
organization_name_l10n_id: z.ZodOptional<z.ZodString>;
|
|
112
89
|
organization_code: z.ZodString;
|
|
113
90
|
organization_country: z.ZodString;
|
|
114
|
-
|
|
91
|
+
legal_type: z.ZodOptional<z.ZodString>;
|
|
92
|
+
contacts: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
115
93
|
homepage_uri: z.ZodOptional<z.ZodString>;
|
|
116
94
|
logo_uri: z.ZodOptional<z.ZodString>;
|
|
117
95
|
policy_uri: z.ZodOptional<z.ZodString>;
|
|
118
96
|
tos_uri: z.ZodOptional<z.ZodString>;
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
homepage_uri?: string | undefined;
|
|
125
|
-
policy_uri?: string | undefined;
|
|
126
|
-
logo_uri?: string | undefined;
|
|
127
|
-
contacts?: string[] | undefined;
|
|
128
|
-
tos_uri?: string | undefined;
|
|
129
|
-
}, {
|
|
130
|
-
id: string;
|
|
131
|
-
organization_name: string;
|
|
132
|
-
organization_code: string;
|
|
133
|
-
organization_country: string;
|
|
134
|
-
homepage_uri?: string | undefined;
|
|
135
|
-
policy_uri?: string | undefined;
|
|
136
|
-
logo_uri?: string | undefined;
|
|
137
|
-
contacts?: string[] | undefined;
|
|
138
|
-
tos_uri?: string | undefined;
|
|
139
|
-
}>, "many">;
|
|
97
|
+
service_documentation: z.ZodOptional<z.ZodString>;
|
|
98
|
+
issuance_flows: z.ZodOptional<z.ZodObject<{
|
|
99
|
+
deferred_flow: z.ZodBoolean;
|
|
100
|
+
}, z.core.$strip>>;
|
|
101
|
+
}, z.core.$strip>>;
|
|
140
102
|
authentic_sources: z.ZodArray<z.ZodObject<{
|
|
141
103
|
id: z.ZodString;
|
|
142
|
-
organization_name: z.ZodString
|
|
104
|
+
organization_name: z.ZodOptional<z.ZodString>;
|
|
105
|
+
organization_name_l10n_id: z.ZodOptional<z.ZodString>;
|
|
143
106
|
organization_code: z.ZodOptional<z.ZodString>;
|
|
144
107
|
organization_country: z.ZodString;
|
|
145
108
|
organization_type: z.ZodString;
|
|
146
|
-
contacts: z.ZodOptional<z.ZodArray<z.ZodString
|
|
109
|
+
contacts: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
147
110
|
homepage_uri: z.ZodOptional<z.ZodString>;
|
|
148
111
|
logo_uri: z.ZodOptional<z.ZodString>;
|
|
149
112
|
user_information: z.ZodOptional<z.ZodString>;
|
|
150
|
-
},
|
|
151
|
-
|
|
152
|
-
organization_name: string;
|
|
153
|
-
organization_country: string;
|
|
154
|
-
organization_type: string;
|
|
155
|
-
homepage_uri?: string | undefined;
|
|
156
|
-
logo_uri?: string | undefined;
|
|
157
|
-
contacts?: string[] | undefined;
|
|
158
|
-
organization_code?: string | undefined;
|
|
159
|
-
user_information?: string | undefined;
|
|
160
|
-
}, {
|
|
161
|
-
id: string;
|
|
162
|
-
organization_name: string;
|
|
163
|
-
organization_country: string;
|
|
164
|
-
organization_type: string;
|
|
165
|
-
homepage_uri?: string | undefined;
|
|
166
|
-
logo_uri?: string | undefined;
|
|
167
|
-
contacts?: string[] | undefined;
|
|
168
|
-
organization_code?: string | undefined;
|
|
169
|
-
user_information?: string | undefined;
|
|
170
|
-
}>, "many">;
|
|
171
|
-
formats: z.ZodArray<z.ZodObject<{
|
|
113
|
+
}, z.core.$strip>>;
|
|
114
|
+
formats: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
172
115
|
configuration_id: z.ZodString;
|
|
173
|
-
format: z.ZodEnum<
|
|
116
|
+
format: z.ZodEnum<{
|
|
117
|
+
"dc+sd-jwt": "dc+sd-jwt";
|
|
118
|
+
mso_mdoc: "mso_mdoc";
|
|
119
|
+
}>;
|
|
174
120
|
vct: z.ZodOptional<z.ZodString>;
|
|
175
121
|
docType: z.ZodOptional<z.ZodString>;
|
|
176
122
|
schema_uri: z.ZodOptional<z.ZodString>;
|
|
177
123
|
"schema_uri#integrity": z.ZodOptional<z.ZodString>;
|
|
178
|
-
},
|
|
179
|
-
|
|
180
|
-
configuration_id: string;
|
|
181
|
-
vct?: string | undefined;
|
|
182
|
-
docType?: string | undefined;
|
|
183
|
-
schema_uri?: string | undefined;
|
|
184
|
-
"schema_uri#integrity"?: string | undefined;
|
|
185
|
-
}, {
|
|
186
|
-
format: "dc+sd-jwt" | "mso_mdoc";
|
|
187
|
-
configuration_id: string;
|
|
188
|
-
vct?: string | undefined;
|
|
189
|
-
docType?: string | undefined;
|
|
190
|
-
schema_uri?: string | undefined;
|
|
191
|
-
"schema_uri#integrity"?: string | undefined;
|
|
192
|
-
}>, "many">;
|
|
193
|
-
}, "strip", z.ZodTypeAny, {
|
|
194
|
-
name: string;
|
|
195
|
-
description: string;
|
|
196
|
-
version: string;
|
|
197
|
-
credential_type: string;
|
|
198
|
-
legal_type: string;
|
|
199
|
-
validity_info: {
|
|
200
|
-
max_validity_days: number;
|
|
201
|
-
status_methods: string[];
|
|
202
|
-
allowed_states: string[];
|
|
203
|
-
};
|
|
204
|
-
purposes: {
|
|
205
|
-
id: string;
|
|
206
|
-
description: string;
|
|
207
|
-
claims_required: string[];
|
|
208
|
-
claim_recommended: string[];
|
|
209
|
-
}[];
|
|
210
|
-
issuers: {
|
|
211
|
-
id: string;
|
|
212
|
-
organization_name: string;
|
|
213
|
-
organization_code: string;
|
|
214
|
-
organization_country: string;
|
|
215
|
-
homepage_uri?: string | undefined;
|
|
216
|
-
policy_uri?: string | undefined;
|
|
217
|
-
logo_uri?: string | undefined;
|
|
218
|
-
contacts?: string[] | undefined;
|
|
219
|
-
tos_uri?: string | undefined;
|
|
220
|
-
}[];
|
|
221
|
-
authentic_sources: {
|
|
222
|
-
id: string;
|
|
223
|
-
organization_name: string;
|
|
224
|
-
organization_country: string;
|
|
225
|
-
organization_type: string;
|
|
226
|
-
homepage_uri?: string | undefined;
|
|
227
|
-
logo_uri?: string | undefined;
|
|
228
|
-
contacts?: string[] | undefined;
|
|
229
|
-
organization_code?: string | undefined;
|
|
230
|
-
user_information?: string | undefined;
|
|
231
|
-
}[];
|
|
232
|
-
formats: {
|
|
233
|
-
format: "dc+sd-jwt" | "mso_mdoc";
|
|
234
|
-
configuration_id: string;
|
|
235
|
-
vct?: string | undefined;
|
|
236
|
-
docType?: string | undefined;
|
|
237
|
-
schema_uri?: string | undefined;
|
|
238
|
-
"schema_uri#integrity"?: string | undefined;
|
|
239
|
-
}[];
|
|
240
|
-
}, {
|
|
241
|
-
name: string;
|
|
242
|
-
description: string;
|
|
243
|
-
version: string;
|
|
244
|
-
credential_type: string;
|
|
245
|
-
legal_type: string;
|
|
246
|
-
validity_info: {
|
|
247
|
-
max_validity_days: number;
|
|
248
|
-
status_methods: string[];
|
|
249
|
-
allowed_states: string[];
|
|
250
|
-
};
|
|
251
|
-
purposes: {
|
|
252
|
-
id: string;
|
|
253
|
-
description: string;
|
|
254
|
-
claims_required: string[];
|
|
255
|
-
claim_recommended: string[];
|
|
256
|
-
}[];
|
|
257
|
-
issuers: {
|
|
258
|
-
id: string;
|
|
259
|
-
organization_name: string;
|
|
260
|
-
organization_code: string;
|
|
261
|
-
organization_country: string;
|
|
262
|
-
homepage_uri?: string | undefined;
|
|
263
|
-
policy_uri?: string | undefined;
|
|
264
|
-
logo_uri?: string | undefined;
|
|
265
|
-
contacts?: string[] | undefined;
|
|
266
|
-
tos_uri?: string | undefined;
|
|
267
|
-
}[];
|
|
268
|
-
authentic_sources: {
|
|
269
|
-
id: string;
|
|
270
|
-
organization_name: string;
|
|
271
|
-
organization_country: string;
|
|
272
|
-
organization_type: string;
|
|
273
|
-
homepage_uri?: string | undefined;
|
|
274
|
-
logo_uri?: string | undefined;
|
|
275
|
-
contacts?: string[] | undefined;
|
|
276
|
-
organization_code?: string | undefined;
|
|
277
|
-
user_information?: string | undefined;
|
|
278
|
-
}[];
|
|
279
|
-
formats: {
|
|
280
|
-
format: "dc+sd-jwt" | "mso_mdoc";
|
|
281
|
-
configuration_id: string;
|
|
282
|
-
vct?: string | undefined;
|
|
283
|
-
docType?: string | undefined;
|
|
284
|
-
schema_uri?: string | undefined;
|
|
285
|
-
"schema_uri#integrity"?: string | undefined;
|
|
286
|
-
}[];
|
|
287
|
-
}>;
|
|
124
|
+
}, z.core.$strip>>>;
|
|
125
|
+
}, z.core.$strip>;
|
|
288
126
|
export declare const DigitalCredentialsCatalogue: z.ZodObject<{
|
|
289
127
|
taxonomy_uri: z.ZodString;
|
|
290
128
|
credentials: z.ZodArray<z.ZodObject<{
|
|
291
129
|
version: z.ZodString;
|
|
292
130
|
credential_type: z.ZodString;
|
|
293
131
|
legal_type: z.ZodString;
|
|
294
|
-
name: z.ZodString
|
|
295
|
-
|
|
132
|
+
name: z.ZodOptional<z.ZodString>;
|
|
133
|
+
name_l10n_id: z.ZodOptional<z.ZodString>;
|
|
134
|
+
description: z.ZodOptional<z.ZodString>;
|
|
135
|
+
restriction_policy: z.ZodOptional<z.ZodObject<{
|
|
136
|
+
presentation_flows: z.ZodObject<{
|
|
137
|
+
remote: z.ZodBoolean;
|
|
138
|
+
proximity: z.ZodBoolean;
|
|
139
|
+
}, z.core.$strip>;
|
|
140
|
+
}, z.core.$strip>>;
|
|
296
141
|
validity_info: z.ZodObject<{
|
|
297
142
|
max_validity_days: z.ZodNumber;
|
|
298
|
-
status_methods: z.ZodArray<z.ZodString
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
allowed_states:
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
143
|
+
status_methods: z.ZodArray<z.ZodString>;
|
|
144
|
+
administrative_expiration_user_info: z.ZodOptional<z.ZodObject<{
|
|
145
|
+
title_l10n_id: z.ZodString;
|
|
146
|
+
description_l10n_id: z.ZodString;
|
|
147
|
+
}, z.core.$strip>>;
|
|
148
|
+
allowed_states: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
149
|
+
title_l10n_id: z.ZodString;
|
|
150
|
+
description_l10n_id: z.ZodString;
|
|
151
|
+
}, z.core.$catchall<z.ZodString>>]>>;
|
|
152
|
+
}, z.core.$strip>;
|
|
153
|
+
administrative_expiration_user_info: z.ZodOptional<z.ZodObject<{
|
|
154
|
+
title_l10n_id: z.ZodString;
|
|
155
|
+
description_l10n_id: z.ZodString;
|
|
156
|
+
}, z.core.$strip>>;
|
|
157
|
+
domains: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
158
|
+
classes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
159
|
+
purposes: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
310
160
|
id: z.ZodString;
|
|
311
|
-
description: z.ZodString
|
|
312
|
-
claims_required: z.ZodArray<z.ZodString
|
|
313
|
-
claim_recommended: z.ZodArray<z.ZodString
|
|
314
|
-
},
|
|
315
|
-
id: string;
|
|
316
|
-
description: string;
|
|
317
|
-
claims_required: string[];
|
|
318
|
-
claim_recommended: string[];
|
|
319
|
-
}, {
|
|
320
|
-
id: string;
|
|
321
|
-
description: string;
|
|
322
|
-
claims_required: string[];
|
|
323
|
-
claim_recommended: string[];
|
|
324
|
-
}>, "many">;
|
|
161
|
+
description: z.ZodOptional<z.ZodString>;
|
|
162
|
+
claims_required: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
163
|
+
claim_recommended: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
164
|
+
}, z.core.$strip>]>>;
|
|
325
165
|
issuers: z.ZodArray<z.ZodObject<{
|
|
326
166
|
id: z.ZodString;
|
|
327
|
-
organization_name: z.ZodString
|
|
167
|
+
organization_name: z.ZodOptional<z.ZodString>;
|
|
168
|
+
organization_name_l10n_id: z.ZodOptional<z.ZodString>;
|
|
328
169
|
organization_code: z.ZodString;
|
|
329
170
|
organization_country: z.ZodString;
|
|
330
|
-
|
|
171
|
+
legal_type: z.ZodOptional<z.ZodString>;
|
|
172
|
+
contacts: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
331
173
|
homepage_uri: z.ZodOptional<z.ZodString>;
|
|
332
174
|
logo_uri: z.ZodOptional<z.ZodString>;
|
|
333
175
|
policy_uri: z.ZodOptional<z.ZodString>;
|
|
334
176
|
tos_uri: z.ZodOptional<z.ZodString>;
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
homepage_uri?: string | undefined;
|
|
341
|
-
policy_uri?: string | undefined;
|
|
342
|
-
logo_uri?: string | undefined;
|
|
343
|
-
contacts?: string[] | undefined;
|
|
344
|
-
tos_uri?: string | undefined;
|
|
345
|
-
}, {
|
|
346
|
-
id: string;
|
|
347
|
-
organization_name: string;
|
|
348
|
-
organization_code: string;
|
|
349
|
-
organization_country: string;
|
|
350
|
-
homepage_uri?: string | undefined;
|
|
351
|
-
policy_uri?: string | undefined;
|
|
352
|
-
logo_uri?: string | undefined;
|
|
353
|
-
contacts?: string[] | undefined;
|
|
354
|
-
tos_uri?: string | undefined;
|
|
355
|
-
}>, "many">;
|
|
177
|
+
service_documentation: z.ZodOptional<z.ZodString>;
|
|
178
|
+
issuance_flows: z.ZodOptional<z.ZodObject<{
|
|
179
|
+
deferred_flow: z.ZodBoolean;
|
|
180
|
+
}, z.core.$strip>>;
|
|
181
|
+
}, z.core.$strip>>;
|
|
356
182
|
authentic_sources: z.ZodArray<z.ZodObject<{
|
|
357
183
|
id: z.ZodString;
|
|
358
|
-
organization_name: z.ZodString
|
|
184
|
+
organization_name: z.ZodOptional<z.ZodString>;
|
|
185
|
+
organization_name_l10n_id: z.ZodOptional<z.ZodString>;
|
|
359
186
|
organization_code: z.ZodOptional<z.ZodString>;
|
|
360
187
|
organization_country: z.ZodString;
|
|
361
188
|
organization_type: z.ZodString;
|
|
362
|
-
contacts: z.ZodOptional<z.ZodArray<z.ZodString
|
|
189
|
+
contacts: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
363
190
|
homepage_uri: z.ZodOptional<z.ZodString>;
|
|
364
191
|
logo_uri: z.ZodOptional<z.ZodString>;
|
|
365
192
|
user_information: z.ZodOptional<z.ZodString>;
|
|
366
|
-
},
|
|
367
|
-
|
|
368
|
-
organization_name: string;
|
|
369
|
-
organization_country: string;
|
|
370
|
-
organization_type: string;
|
|
371
|
-
homepage_uri?: string | undefined;
|
|
372
|
-
logo_uri?: string | undefined;
|
|
373
|
-
contacts?: string[] | undefined;
|
|
374
|
-
organization_code?: string | undefined;
|
|
375
|
-
user_information?: string | undefined;
|
|
376
|
-
}, {
|
|
377
|
-
id: string;
|
|
378
|
-
organization_name: string;
|
|
379
|
-
organization_country: string;
|
|
380
|
-
organization_type: string;
|
|
381
|
-
homepage_uri?: string | undefined;
|
|
382
|
-
logo_uri?: string | undefined;
|
|
383
|
-
contacts?: string[] | undefined;
|
|
384
|
-
organization_code?: string | undefined;
|
|
385
|
-
user_information?: string | undefined;
|
|
386
|
-
}>, "many">;
|
|
387
|
-
formats: z.ZodArray<z.ZodObject<{
|
|
193
|
+
}, z.core.$strip>>;
|
|
194
|
+
formats: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
388
195
|
configuration_id: z.ZodString;
|
|
389
|
-
format: z.ZodEnum<
|
|
196
|
+
format: z.ZodEnum<{
|
|
197
|
+
"dc+sd-jwt": "dc+sd-jwt";
|
|
198
|
+
mso_mdoc: "mso_mdoc";
|
|
199
|
+
}>;
|
|
390
200
|
vct: z.ZodOptional<z.ZodString>;
|
|
391
201
|
docType: z.ZodOptional<z.ZodString>;
|
|
392
202
|
schema_uri: z.ZodOptional<z.ZodString>;
|
|
393
203
|
"schema_uri#integrity": z.ZodOptional<z.ZodString>;
|
|
394
|
-
},
|
|
395
|
-
|
|
396
|
-
configuration_id: string;
|
|
397
|
-
vct?: string | undefined;
|
|
398
|
-
docType?: string | undefined;
|
|
399
|
-
schema_uri?: string | undefined;
|
|
400
|
-
"schema_uri#integrity"?: string | undefined;
|
|
401
|
-
}, {
|
|
402
|
-
format: "dc+sd-jwt" | "mso_mdoc";
|
|
403
|
-
configuration_id: string;
|
|
404
|
-
vct?: string | undefined;
|
|
405
|
-
docType?: string | undefined;
|
|
406
|
-
schema_uri?: string | undefined;
|
|
407
|
-
"schema_uri#integrity"?: string | undefined;
|
|
408
|
-
}>, "many">;
|
|
409
|
-
}, "strip", z.ZodTypeAny, {
|
|
410
|
-
name: string;
|
|
411
|
-
description: string;
|
|
412
|
-
version: string;
|
|
413
|
-
credential_type: string;
|
|
414
|
-
legal_type: string;
|
|
415
|
-
validity_info: {
|
|
416
|
-
max_validity_days: number;
|
|
417
|
-
status_methods: string[];
|
|
418
|
-
allowed_states: string[];
|
|
419
|
-
};
|
|
420
|
-
purposes: {
|
|
421
|
-
id: string;
|
|
422
|
-
description: string;
|
|
423
|
-
claims_required: string[];
|
|
424
|
-
claim_recommended: string[];
|
|
425
|
-
}[];
|
|
426
|
-
issuers: {
|
|
427
|
-
id: string;
|
|
428
|
-
organization_name: string;
|
|
429
|
-
organization_code: string;
|
|
430
|
-
organization_country: string;
|
|
431
|
-
homepage_uri?: string | undefined;
|
|
432
|
-
policy_uri?: string | undefined;
|
|
433
|
-
logo_uri?: string | undefined;
|
|
434
|
-
contacts?: string[] | undefined;
|
|
435
|
-
tos_uri?: string | undefined;
|
|
436
|
-
}[];
|
|
437
|
-
authentic_sources: {
|
|
438
|
-
id: string;
|
|
439
|
-
organization_name: string;
|
|
440
|
-
organization_country: string;
|
|
441
|
-
organization_type: string;
|
|
442
|
-
homepage_uri?: string | undefined;
|
|
443
|
-
logo_uri?: string | undefined;
|
|
444
|
-
contacts?: string[] | undefined;
|
|
445
|
-
organization_code?: string | undefined;
|
|
446
|
-
user_information?: string | undefined;
|
|
447
|
-
}[];
|
|
448
|
-
formats: {
|
|
449
|
-
format: "dc+sd-jwt" | "mso_mdoc";
|
|
450
|
-
configuration_id: string;
|
|
451
|
-
vct?: string | undefined;
|
|
452
|
-
docType?: string | undefined;
|
|
453
|
-
schema_uri?: string | undefined;
|
|
454
|
-
"schema_uri#integrity"?: string | undefined;
|
|
455
|
-
}[];
|
|
456
|
-
}, {
|
|
457
|
-
name: string;
|
|
458
|
-
description: string;
|
|
459
|
-
version: string;
|
|
460
|
-
credential_type: string;
|
|
461
|
-
legal_type: string;
|
|
462
|
-
validity_info: {
|
|
463
|
-
max_validity_days: number;
|
|
464
|
-
status_methods: string[];
|
|
465
|
-
allowed_states: string[];
|
|
466
|
-
};
|
|
467
|
-
purposes: {
|
|
468
|
-
id: string;
|
|
469
|
-
description: string;
|
|
470
|
-
claims_required: string[];
|
|
471
|
-
claim_recommended: string[];
|
|
472
|
-
}[];
|
|
473
|
-
issuers: {
|
|
474
|
-
id: string;
|
|
475
|
-
organization_name: string;
|
|
476
|
-
organization_code: string;
|
|
477
|
-
organization_country: string;
|
|
478
|
-
homepage_uri?: string | undefined;
|
|
479
|
-
policy_uri?: string | undefined;
|
|
480
|
-
logo_uri?: string | undefined;
|
|
481
|
-
contacts?: string[] | undefined;
|
|
482
|
-
tos_uri?: string | undefined;
|
|
483
|
-
}[];
|
|
484
|
-
authentic_sources: {
|
|
485
|
-
id: string;
|
|
486
|
-
organization_name: string;
|
|
487
|
-
organization_country: string;
|
|
488
|
-
organization_type: string;
|
|
489
|
-
homepage_uri?: string | undefined;
|
|
490
|
-
logo_uri?: string | undefined;
|
|
491
|
-
contacts?: string[] | undefined;
|
|
492
|
-
organization_code?: string | undefined;
|
|
493
|
-
user_information?: string | undefined;
|
|
494
|
-
}[];
|
|
495
|
-
formats: {
|
|
496
|
-
format: "dc+sd-jwt" | "mso_mdoc";
|
|
497
|
-
configuration_id: string;
|
|
498
|
-
vct?: string | undefined;
|
|
499
|
-
docType?: string | undefined;
|
|
500
|
-
schema_uri?: string | undefined;
|
|
501
|
-
"schema_uri#integrity"?: string | undefined;
|
|
502
|
-
}[];
|
|
503
|
-
}>, "many">;
|
|
204
|
+
}, z.core.$strip>>>;
|
|
205
|
+
}, z.core.$strip>>;
|
|
504
206
|
iat: z.ZodNumber;
|
|
505
207
|
exp: z.ZodNumber;
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
};
|
|
520
|
-
purposes: {
|
|
521
|
-
id: string;
|
|
522
|
-
description: string;
|
|
523
|
-
claims_required: string[];
|
|
524
|
-
claim_recommended: string[];
|
|
525
|
-
}[];
|
|
526
|
-
issuers: {
|
|
527
|
-
id: string;
|
|
528
|
-
organization_name: string;
|
|
529
|
-
organization_code: string;
|
|
530
|
-
organization_country: string;
|
|
531
|
-
homepage_uri?: string | undefined;
|
|
532
|
-
policy_uri?: string | undefined;
|
|
533
|
-
logo_uri?: string | undefined;
|
|
534
|
-
contacts?: string[] | undefined;
|
|
535
|
-
tos_uri?: string | undefined;
|
|
536
|
-
}[];
|
|
537
|
-
authentic_sources: {
|
|
538
|
-
id: string;
|
|
539
|
-
organization_name: string;
|
|
540
|
-
organization_country: string;
|
|
541
|
-
organization_type: string;
|
|
542
|
-
homepage_uri?: string | undefined;
|
|
543
|
-
logo_uri?: string | undefined;
|
|
544
|
-
contacts?: string[] | undefined;
|
|
545
|
-
organization_code?: string | undefined;
|
|
546
|
-
user_information?: string | undefined;
|
|
547
|
-
}[];
|
|
548
|
-
formats: {
|
|
549
|
-
format: "dc+sd-jwt" | "mso_mdoc";
|
|
550
|
-
configuration_id: string;
|
|
551
|
-
vct?: string | undefined;
|
|
552
|
-
docType?: string | undefined;
|
|
553
|
-
schema_uri?: string | undefined;
|
|
554
|
-
"schema_uri#integrity"?: string | undefined;
|
|
555
|
-
}[];
|
|
556
|
-
}[];
|
|
557
|
-
taxonomy_uri: string;
|
|
558
|
-
}, {
|
|
559
|
-
iat: number;
|
|
560
|
-
exp: number;
|
|
561
|
-
credentials: {
|
|
562
|
-
name: string;
|
|
563
|
-
description: string;
|
|
564
|
-
version: string;
|
|
565
|
-
credential_type: string;
|
|
566
|
-
legal_type: string;
|
|
567
|
-
validity_info: {
|
|
568
|
-
max_validity_days: number;
|
|
569
|
-
status_methods: string[];
|
|
570
|
-
allowed_states: string[];
|
|
571
|
-
};
|
|
572
|
-
purposes: {
|
|
573
|
-
id: string;
|
|
574
|
-
description: string;
|
|
575
|
-
claims_required: string[];
|
|
576
|
-
claim_recommended: string[];
|
|
577
|
-
}[];
|
|
578
|
-
issuers: {
|
|
579
|
-
id: string;
|
|
580
|
-
organization_name: string;
|
|
581
|
-
organization_code: string;
|
|
582
|
-
organization_country: string;
|
|
583
|
-
homepage_uri?: string | undefined;
|
|
584
|
-
policy_uri?: string | undefined;
|
|
585
|
-
logo_uri?: string | undefined;
|
|
586
|
-
contacts?: string[] | undefined;
|
|
587
|
-
tos_uri?: string | undefined;
|
|
588
|
-
}[];
|
|
589
|
-
authentic_sources: {
|
|
590
|
-
id: string;
|
|
591
|
-
organization_name: string;
|
|
592
|
-
organization_country: string;
|
|
593
|
-
organization_type: string;
|
|
594
|
-
homepage_uri?: string | undefined;
|
|
595
|
-
logo_uri?: string | undefined;
|
|
596
|
-
contacts?: string[] | undefined;
|
|
597
|
-
organization_code?: string | undefined;
|
|
598
|
-
user_information?: string | undefined;
|
|
599
|
-
}[];
|
|
600
|
-
formats: {
|
|
601
|
-
format: "dc+sd-jwt" | "mso_mdoc";
|
|
602
|
-
configuration_id: string;
|
|
603
|
-
vct?: string | undefined;
|
|
604
|
-
docType?: string | undefined;
|
|
605
|
-
schema_uri?: string | undefined;
|
|
606
|
-
"schema_uri#integrity"?: string | undefined;
|
|
607
|
-
}[];
|
|
608
|
-
}[];
|
|
609
|
-
taxonomy_uri: string;
|
|
610
|
-
}>;
|
|
208
|
+
localization: z.ZodOptional<z.ZodObject<{
|
|
209
|
+
available_locales: z.ZodArray<z.ZodString>;
|
|
210
|
+
base_uri: z.ZodString;
|
|
211
|
+
default_locale: z.ZodString;
|
|
212
|
+
version: z.ZodString;
|
|
213
|
+
}, z.core.$strip>>;
|
|
214
|
+
as_localization: z.ZodOptional<z.ZodObject<{
|
|
215
|
+
available_locales: z.ZodArray<z.ZodString>;
|
|
216
|
+
base_uri: z.ZodString;
|
|
217
|
+
default_locale: z.ZodString;
|
|
218
|
+
version: z.ZodString;
|
|
219
|
+
}, z.core.$strip>>;
|
|
220
|
+
}, z.core.$strip>;
|
|
611
221
|
export type DigitalCredentialsCatalogue = z.infer<typeof DigitalCredentialsCatalogue>;
|
|
612
222
|
export {};
|
|
613
223
|
//# sourceMappingURL=DigitalCredentialsCatalogue.d.ts.map
|