@pagopa/io-react-native-wallet 3.0.1 → 3.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/commonjs/api/index.js +3 -0
- package/lib/commonjs/api/index.js.map +1 -1
- package/lib/commonjs/client/generated/wallet-provider.js +42 -4
- package/lib/commonjs/client/generated/wallet-provider.js.map +1 -1
- package/lib/commonjs/client/index.js +5 -3
- package/lib/commonjs/client/index.js.map +1 -1
- package/lib/commonjs/credential/issuance/README.md +2 -0
- package/lib/commonjs/credential/issuance/api/IssuerConfig.js +2 -2
- package/lib/commonjs/credential/issuance/api/IssuerConfig.js.map +1 -1
- package/lib/commonjs/credential/issuance/v1.3.3/01-evaluate-issuer-trust.js +2 -0
- package/lib/commonjs/credential/issuance/v1.3.3/01-evaluate-issuer-trust.js.map +1 -1
- package/lib/commonjs/credential/issuance/v1.3.3/03-complete-user-authorization.js +2 -0
- package/lib/commonjs/credential/issuance/v1.3.3/03-complete-user-authorization.js.map +1 -1
- package/lib/commonjs/credential/issuance/v1.3.3/05-obtain-credential.js +15 -8
- package/lib/commonjs/credential/issuance/v1.3.3/05-obtain-credential.js.map +1 -1
- package/lib/commonjs/credential/issuance/v1.3.3/mappers.js +0 -1
- package/lib/commonjs/credential/issuance/v1.3.3/mappers.js.map +1 -1
- package/lib/commonjs/credential/presentation/api/RelyingPartyConfig.js +2 -2
- package/lib/commonjs/credential/presentation/api/RelyingPartyConfig.js.map +1 -1
- package/lib/commonjs/credential/presentation/v1.0.0/04-verify-request-object.js.map +1 -1
- package/lib/commonjs/credential/presentation/v1.3.3/04-verify-request-object.js +4 -2
- package/lib/commonjs/credential/presentation/v1.3.3/04-verify-request-object.js.map +1 -1
- package/lib/commonjs/credentials-catalogue/api/DigitalCredentialsCatalogue.js +37 -11
- package/lib/commonjs/credentials-catalogue/api/DigitalCredentialsCatalogue.js.map +1 -1
- package/lib/commonjs/credentials-catalogue/v1.0.0/mappers.js +16 -5
- package/lib/commonjs/credentials-catalogue/v1.0.0/mappers.js.map +1 -1
- package/lib/commonjs/credentials-catalogue/v1.3.3/mappers.js +4 -2
- package/lib/commonjs/credentials-catalogue/v1.3.3/mappers.js.map +1 -1
- package/lib/commonjs/credentials-catalogue/v1.3.3/types.js +91 -30
- package/lib/commonjs/credentials-catalogue/v1.3.3/types.js.map +1 -1
- package/lib/commonjs/credentials-catalogue/v1.3.3/utils.js +4 -4
- package/lib/commonjs/credentials-catalogue/v1.3.3/utils.js.map +1 -1
- package/lib/commonjs/index.js +3 -1
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/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/RelyingPartyConfig.js +1 -1
- package/lib/module/credential/presentation/api/RelyingPartyConfig.js.map +1 -1
- package/lib/module/credential/presentation/v1.0.0/04-verify-request-object.js.map +1 -1
- package/lib/module/credential/presentation/v1.3.3/04-verify-request-object.js +4 -2
- package/lib/module/credential/presentation/v1.3.3/04-verify-request-object.js.map +1 -1
- package/lib/module/credentials-catalogue/api/DigitalCredentialsCatalogue.js +37 -11
- package/lib/module/credentials-catalogue/api/DigitalCredentialsCatalogue.js.map +1 -1
- package/lib/module/credentials-catalogue/v1.0.0/mappers.js +16 -5
- package/lib/module/credentials-catalogue/v1.0.0/mappers.js.map +1 -1
- package/lib/module/credentials-catalogue/v1.3.3/mappers.js +4 -2
- package/lib/module/credentials-catalogue/v1.3.3/mappers.js.map +1 -1
- package/lib/module/credentials-catalogue/v1.3.3/types.js +91 -30
- package/lib/module/credentials-catalogue/v1.3.3/types.js.map +1 -1
- package/lib/module/credentials-catalogue/v1.3.3/utils.js +4 -4
- package/lib/module/credentials-catalogue/v1.3.3/utils.js.map +1 -1
- package/lib/module/index.js +2 -1
- package/lib/module/index.js.map +1 -1
- package/lib/module/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/RelyingPartyConfig.d.ts +9 -154
- package/lib/typescript/credential/presentation/api/RelyingPartyConfig.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/api/types.d.ts +30 -106
- package/lib/typescript/credential/presentation/api/types.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/common/utils/dcql.d.ts +29 -244
- package/lib/typescript/credential/presentation/common/utils/dcql.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/common/utils/http.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/common/utils/sd-jwt.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/common/utils.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.0.0/06-send-authorization-response.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.0.0/mappers.d.ts +56 -58
- package/lib/typescript/credential/presentation/v1.0.0/mappers.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.0.0/types.d.ts +13 -52
- package/lib/typescript/credential/presentation/v1.0.0/types.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.0.0/utils.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.0.0/utils.jwks.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.3.3/04-verify-request-object.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.3.3/mappers.d.ts +133 -525
- package/lib/typescript/credential/presentation/v1.3.3/mappers.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.3.3/sdkErrorMapper.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.3.3/types.d.ts +39 -3672
- package/lib/typescript/credential/presentation/v1.3.3/types.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.3.3/utils.mdoc.d.ts.map +1 -1
- package/lib/typescript/credential/status/v1.0.0/mappers.d.ts +6 -6
- package/lib/typescript/credential/status/v1.0.0/types.d.ts +33 -659
- package/lib/typescript/credential/status/v1.0.0/types.d.ts.map +1 -1
- package/lib/typescript/credentials-catalogue/api/DigitalCredentialsCatalogue.d.ts +111 -525
- package/lib/typescript/credentials-catalogue/api/DigitalCredentialsCatalogue.d.ts.map +1 -1
- package/lib/typescript/credentials-catalogue/v1.0.0/mappers.d.ts +48 -20
- package/lib/typescript/credentials-catalogue/v1.0.0/mappers.d.ts.map +1 -1
- package/lib/typescript/credentials-catalogue/v1.0.0/types.d.ts +41 -737
- package/lib/typescript/credentials-catalogue/v1.0.0/types.d.ts.map +1 -1
- package/lib/typescript/credentials-catalogue/v1.3.3/mappers.d.ts +147 -62
- package/lib/typescript/credentials-catalogue/v1.3.3/mappers.d.ts.map +1 -1
- package/lib/typescript/credentials-catalogue/v1.3.3/types.d.ts +180 -941
- package/lib/typescript/credentials-catalogue/v1.3.3/types.d.ts.map +1 -1
- package/lib/typescript/credentials-catalogue/v1.3.3/utils.d.ts +1 -1
- package/lib/typescript/credentials-catalogue/v1.3.3/utils.d.ts.map +1 -1
- package/lib/typescript/index.d.ts +4 -3
- package/lib/typescript/index.d.ts.map +1 -1
- package/lib/typescript/mdoc/index.d.ts.map +1 -1
- package/lib/typescript/mdoc/utils.d.ts.map +1 -1
- package/lib/typescript/sd-jwt/index.d.ts +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/RelyingPartyConfig.ts +1 -1
- package/src/credential/presentation/v1.0.0/04-verify-request-object.ts +2 -2
- package/src/credential/presentation/v1.3.3/04-verify-request-object.ts +4 -2
- package/src/credentials-catalogue/api/DigitalCredentialsCatalogue.ts +42 -10
- package/src/credentials-catalogue/v1.0.0/mappers.ts +27 -12
- package/src/credentials-catalogue/v1.3.3/mappers.ts +10 -4
- package/src/credentials-catalogue/v1.3.3/types.ts +102 -29
- package/src/credentials-catalogue/v1.3.3/utils.ts +9 -4
- package/src/index.ts +11 -2
- package/src/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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/client/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAGL,SAAS,IAAI,uBAAuB,EACpC,KAAK,kBAAkB,EACxB,MAAM,6BAA6B,CAAC;AAErC,MAAM,MAAM,oBAAoB,GAAG,uBAAuB,CAAC;AAwB3D,eAAO,MAAM,uBAAuB,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/client/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAGL,SAAS,IAAI,uBAAuB,EACpC,KAAK,kBAAkB,EACxB,MAAM,6BAA6B,CAAC;AAErC,MAAM,MAAM,oBAAoB,GAAG,uBAAuB,CAAC;AAwB3D,eAAO,MAAM,uBAAuB,GAAI,SAAS;IAC/C,qBAAqB,EAAE,MAAM,CAAC;IAC9B,QAAQ,CAAC,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;CACjC,4BAiBA,CAAC;AAKF;;;;GAIG;AACH,eAAO,MAAM,cAAc,GAAI,KAAK,MAAM,EAAE,SAAS,kBAAkB,WAStE,CAAC"}
|
|
@@ -18,6 +18,7 @@ export interface ObtainCredentialApi {
|
|
|
18
18
|
* @param credentialDefinition The credential definition of the credential to be obtained returned by {@link authorizeAccess}
|
|
19
19
|
* @param context.credentialCryptoContext The crypto context used to obtain the credential
|
|
20
20
|
* @param context.dPopCryptoContext The DPoP crypto context
|
|
21
|
+
* @param context.walletUnitAttestation (optional) The Wallet Unit Attestation JWT bound to the provided credentialCryptoContext
|
|
21
22
|
* @param context.appFetch (optional) fetch api implementation. Default: built-in fetch
|
|
22
23
|
* @returns The credential response containing the credential
|
|
23
24
|
*/
|
|
@@ -27,6 +28,7 @@ export interface ObtainCredentialApi {
|
|
|
27
28
|
}, context: {
|
|
28
29
|
dPopCryptoContext: CryptoContext;
|
|
29
30
|
credentialCryptoContext: CryptoContext;
|
|
31
|
+
walletUnitAttestation?: string;
|
|
30
32
|
appFetch?: GlobalFetch["fetch"];
|
|
31
33
|
}): Promise<{
|
|
32
34
|
credential: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"05-obtain-credential.d.ts","sourceRoot":"","sources":["../../../../../src/credential/issuance/api/05-obtain-credential.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,6BAA6B,CAAC;AACjE,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,qBAAqB,CAAC;AAC/C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACnD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,uBAAuB,CAAC;AAChE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAEhD,MAAM,WAAW,mBAAmB;IAClC
|
|
1
|
+
{"version":3,"file":"05-obtain-credential.d.ts","sourceRoot":"","sources":["../../../../../src/credential/issuance/api/05-obtain-credential.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,6BAA6B,CAAC;AACjE,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,qBAAqB,CAAC;AAC/C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACnD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,uBAAuB,CAAC;AAChE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAEhD,MAAM,WAAW,mBAAmB;IAClC;;;;;;;;;;;;;;;;;OAiBG;IACH,gBAAgB,CACd,UAAU,EAAE,YAAY,EACxB,WAAW,EAAE,GAAG,CAAC,kBAAkB,CAAC,iBAAiB,CAAC,CAAC,CAAC,aAAa,CAAC,EACtE,QAAQ,EAAE,MAAM,EAChB,oBAAoB,EAAE;QACpB,2BAA2B,EAAE,MAAM,CAAC;QACpC,qBAAqB,CAAC,EAAE,MAAM,CAAC;KAChC,EACD,OAAO,EAAE;QACP,iBAAiB,EAAE,aAAa,CAAC;QACjC,uBAAuB,EAAE,aAAa,CAAC;QACvC,qBAAqB,CAAC,EAAE,MAAM,CAAC;QAC/B,QAAQ,CAAC,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;KACjC,GACA,OAAO,CAAC;QACT,UAAU,EAAE,MAAM,CAAC;QACnB,MAAM,EAAE,gBAAgB,CAAC;KAC1B,CAAC,CAAC;CACJ"}
|
|
@@ -20,9 +20,12 @@ export declare const IssuerConfig: z.ZodObject<{
|
|
|
20
20
|
e: z.ZodOptional<z.ZodString>;
|
|
21
21
|
ext: z.ZodOptional<z.ZodBoolean>;
|
|
22
22
|
k: z.ZodOptional<z.ZodString>;
|
|
23
|
-
key_ops: z.ZodOptional<z.ZodArray<z.ZodString
|
|
23
|
+
key_ops: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
24
24
|
kid: z.ZodOptional<z.ZodString>;
|
|
25
|
-
kty: z.
|
|
25
|
+
kty: z.ZodEnum<{
|
|
26
|
+
RSA: "RSA";
|
|
27
|
+
EC: "EC";
|
|
28
|
+
}>;
|
|
26
29
|
n: z.ZodOptional<z.ZodString>;
|
|
27
30
|
p: z.ZodOptional<z.ZodString>;
|
|
28
31
|
q: z.ZodOptional<z.ZodString>;
|
|
@@ -30,189 +33,39 @@ export declare const IssuerConfig: z.ZodObject<{
|
|
|
30
33
|
use: z.ZodOptional<z.ZodString>;
|
|
31
34
|
x: z.ZodOptional<z.ZodString>;
|
|
32
35
|
y: z.ZodOptional<z.ZodString>;
|
|
33
|
-
x5c: z.ZodOptional<z.ZodArray<z.ZodString
|
|
36
|
+
x5c: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
34
37
|
x5t: z.ZodOptional<z.ZodString>;
|
|
35
38
|
"x5t#S256": z.ZodOptional<z.ZodString>;
|
|
36
39
|
x5u: z.ZodOptional<z.ZodString>;
|
|
37
|
-
},
|
|
38
|
-
|
|
39
|
-
alg?: string | undefined;
|
|
40
|
-
crv?: string | undefined;
|
|
41
|
-
d?: string | undefined;
|
|
42
|
-
dp?: string | undefined;
|
|
43
|
-
dq?: string | undefined;
|
|
44
|
-
e?: string | undefined;
|
|
45
|
-
ext?: boolean | undefined;
|
|
46
|
-
k?: string | undefined;
|
|
47
|
-
key_ops?: string[] | undefined;
|
|
48
|
-
kid?: string | undefined;
|
|
49
|
-
n?: string | undefined;
|
|
50
|
-
p?: string | undefined;
|
|
51
|
-
q?: string | undefined;
|
|
52
|
-
qi?: string | undefined;
|
|
53
|
-
use?: string | undefined;
|
|
54
|
-
x?: string | undefined;
|
|
55
|
-
y?: string | undefined;
|
|
56
|
-
x5c?: string[] | undefined;
|
|
57
|
-
x5t?: string | undefined;
|
|
58
|
-
"x5t#S256"?: string | undefined;
|
|
59
|
-
x5u?: string | undefined;
|
|
60
|
-
}, {
|
|
61
|
-
kty: "RSA" | "EC";
|
|
62
|
-
alg?: string | undefined;
|
|
63
|
-
crv?: string | undefined;
|
|
64
|
-
d?: string | undefined;
|
|
65
|
-
dp?: string | undefined;
|
|
66
|
-
dq?: string | undefined;
|
|
67
|
-
e?: string | undefined;
|
|
68
|
-
ext?: boolean | undefined;
|
|
69
|
-
k?: string | undefined;
|
|
70
|
-
key_ops?: string[] | undefined;
|
|
71
|
-
kid?: string | undefined;
|
|
72
|
-
n?: string | undefined;
|
|
73
|
-
p?: string | undefined;
|
|
74
|
-
q?: string | undefined;
|
|
75
|
-
qi?: string | undefined;
|
|
76
|
-
use?: string | undefined;
|
|
77
|
-
x?: string | undefined;
|
|
78
|
-
y?: string | undefined;
|
|
79
|
-
x5c?: string[] | undefined;
|
|
80
|
-
x5t?: string | undefined;
|
|
81
|
-
"x5t#S256"?: string | undefined;
|
|
82
|
-
x5u?: string | undefined;
|
|
83
|
-
}>, "many">;
|
|
84
|
-
credential_configurations_supported: z.ZodRecord<z.ZodString, z.ZodIntersection<z.ZodDiscriminatedUnion<"format", [z.ZodObject<{
|
|
40
|
+
}, z.core.$strip>>;
|
|
41
|
+
credential_configurations_supported: z.ZodRecord<z.ZodString, z.ZodIntersection<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
85
42
|
format: z.ZodLiteral<"dc+sd-jwt">;
|
|
86
43
|
vct: z.ZodString;
|
|
87
|
-
},
|
|
88
|
-
format: "dc+sd-jwt";
|
|
89
|
-
vct: string;
|
|
90
|
-
}, {
|
|
91
|
-
format: "dc+sd-jwt";
|
|
92
|
-
vct: string;
|
|
93
|
-
}>, z.ZodObject<{
|
|
44
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
94
45
|
format: z.ZodLiteral<"mso_mdoc">;
|
|
95
46
|
doctype: z.ZodString;
|
|
96
|
-
},
|
|
97
|
-
format: "mso_mdoc";
|
|
98
|
-
doctype: string;
|
|
99
|
-
}, {
|
|
100
|
-
format: "mso_mdoc";
|
|
101
|
-
doctype: string;
|
|
102
|
-
}>]>, z.ZodObject<{
|
|
47
|
+
}, z.core.$strip>], "format">, z.ZodObject<{
|
|
103
48
|
scope: z.ZodString;
|
|
104
49
|
display: z.ZodArray<z.ZodObject<{
|
|
105
50
|
name: z.ZodString;
|
|
106
51
|
locale: z.ZodString;
|
|
107
|
-
},
|
|
108
|
-
name: string;
|
|
109
|
-
locale: string;
|
|
110
|
-
}, {
|
|
111
|
-
name: string;
|
|
112
|
-
locale: string;
|
|
113
|
-
}>, "many">;
|
|
52
|
+
}, z.core.$strip>>;
|
|
114
53
|
claims: z.ZodArray<z.ZodObject<{
|
|
115
|
-
path: z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodNull]
|
|
54
|
+
path: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodNull]>>;
|
|
116
55
|
display: z.ZodArray<z.ZodObject<{
|
|
117
56
|
name: z.ZodString;
|
|
118
57
|
locale: z.ZodString;
|
|
119
|
-
},
|
|
120
|
-
|
|
121
|
-
locale: string;
|
|
122
|
-
}, {
|
|
123
|
-
name: string;
|
|
124
|
-
locale: string;
|
|
125
|
-
}>, "many">;
|
|
126
|
-
}, "strip", z.ZodTypeAny, {
|
|
127
|
-
path: (string | number | null)[];
|
|
128
|
-
display: {
|
|
129
|
-
name: string;
|
|
130
|
-
locale: string;
|
|
131
|
-
}[];
|
|
132
|
-
}, {
|
|
133
|
-
path: (string | number | null)[];
|
|
134
|
-
display: {
|
|
135
|
-
name: string;
|
|
136
|
-
locale: string;
|
|
137
|
-
}[];
|
|
138
|
-
}>, "many">;
|
|
139
|
-
/**
|
|
140
|
-
* @deprecated Use the Credentials Catalogue to get the Auth Source
|
|
141
|
-
*/
|
|
58
|
+
}, z.core.$strip>>;
|
|
59
|
+
}, z.core.$strip>>;
|
|
142
60
|
authentic_source: z.ZodOptional<z.ZodString>;
|
|
143
|
-
/**
|
|
144
|
-
* @deprecated Kept for backward compatibility with v0.7.1
|
|
145
|
-
*/
|
|
146
61
|
issuance_errors_supported: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
147
62
|
display: z.ZodArray<z.ZodObject<{
|
|
148
63
|
title: z.ZodString;
|
|
149
64
|
description: z.ZodString;
|
|
150
65
|
locale: z.ZodString;
|
|
151
|
-
},
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
description: string;
|
|
155
|
-
}, {
|
|
156
|
-
title: string;
|
|
157
|
-
locale: string;
|
|
158
|
-
description: string;
|
|
159
|
-
}>, "many">;
|
|
160
|
-
}, "strip", z.ZodTypeAny, {
|
|
161
|
-
display: {
|
|
162
|
-
title: string;
|
|
163
|
-
locale: string;
|
|
164
|
-
description: string;
|
|
165
|
-
}[];
|
|
166
|
-
}, {
|
|
167
|
-
display: {
|
|
168
|
-
title: string;
|
|
169
|
-
locale: string;
|
|
170
|
-
description: string;
|
|
171
|
-
}[];
|
|
172
|
-
}>>>;
|
|
173
|
-
}, "strip", z.ZodTypeAny, {
|
|
174
|
-
display: {
|
|
175
|
-
name: string;
|
|
176
|
-
locale: string;
|
|
177
|
-
}[];
|
|
178
|
-
scope: string;
|
|
179
|
-
claims: {
|
|
180
|
-
path: (string | number | null)[];
|
|
181
|
-
display: {
|
|
182
|
-
name: string;
|
|
183
|
-
locale: string;
|
|
184
|
-
}[];
|
|
185
|
-
}[];
|
|
186
|
-
authentic_source?: string | undefined;
|
|
187
|
-
issuance_errors_supported?: Record<string, {
|
|
188
|
-
display: {
|
|
189
|
-
title: string;
|
|
190
|
-
locale: string;
|
|
191
|
-
description: string;
|
|
192
|
-
}[];
|
|
193
|
-
}> | undefined;
|
|
194
|
-
}, {
|
|
195
|
-
display: {
|
|
196
|
-
name: string;
|
|
197
|
-
locale: string;
|
|
198
|
-
}[];
|
|
199
|
-
scope: string;
|
|
200
|
-
claims: {
|
|
201
|
-
path: (string | number | null)[];
|
|
202
|
-
display: {
|
|
203
|
-
name: string;
|
|
204
|
-
locale: string;
|
|
205
|
-
}[];
|
|
206
|
-
}[];
|
|
207
|
-
authentic_source?: string | undefined;
|
|
208
|
-
issuance_errors_supported?: Record<string, {
|
|
209
|
-
display: {
|
|
210
|
-
title: string;
|
|
211
|
-
locale: string;
|
|
212
|
-
description: string;
|
|
213
|
-
}[];
|
|
214
|
-
}> | undefined;
|
|
215
|
-
}>>>;
|
|
66
|
+
}, z.core.$strip>>;
|
|
67
|
+
}, z.core.$strip>>>;
|
|
68
|
+
}, z.core.$strip>>>;
|
|
216
69
|
federation_entity: z.ZodObject<{
|
|
217
70
|
federation_fetch_endpoint: z.ZodOptional<z.ZodString>;
|
|
218
71
|
federation_list_endpoint: z.ZodOptional<z.ZodString>;
|
|
@@ -226,198 +79,9 @@ export declare const IssuerConfig: z.ZodObject<{
|
|
|
226
79
|
homepage_uri: z.ZodOptional<z.ZodString>;
|
|
227
80
|
policy_uri: z.ZodOptional<z.ZodString>;
|
|
228
81
|
logo_uri: z.ZodOptional<z.ZodString>;
|
|
229
|
-
contacts: z.ZodOptional<z.ZodArray<z.ZodString
|
|
230
|
-
},
|
|
231
|
-
federation_fetch_endpoint: z.ZodOptional<z.ZodString>;
|
|
232
|
-
federation_list_endpoint: z.ZodOptional<z.ZodString>;
|
|
233
|
-
federation_resolve_endpoint: z.ZodOptional<z.ZodString>;
|
|
234
|
-
federation_trust_mark_status_endpoint: z.ZodOptional<z.ZodString>;
|
|
235
|
-
federation_trust_mark_list_endpoint: z.ZodOptional<z.ZodString>;
|
|
236
|
-
federation_trust_mark_endpoint: z.ZodOptional<z.ZodString>;
|
|
237
|
-
federation_historical_keys_endpoint: z.ZodOptional<z.ZodString>;
|
|
238
|
-
endpoint_auth_signing_alg_values_supported: z.ZodOptional<z.ZodString>;
|
|
239
|
-
organization_name: z.ZodOptional<z.ZodString>;
|
|
240
|
-
homepage_uri: z.ZodOptional<z.ZodString>;
|
|
241
|
-
policy_uri: z.ZodOptional<z.ZodString>;
|
|
242
|
-
logo_uri: z.ZodOptional<z.ZodString>;
|
|
243
|
-
contacts: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
244
|
-
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
245
|
-
federation_fetch_endpoint: z.ZodOptional<z.ZodString>;
|
|
246
|
-
federation_list_endpoint: z.ZodOptional<z.ZodString>;
|
|
247
|
-
federation_resolve_endpoint: z.ZodOptional<z.ZodString>;
|
|
248
|
-
federation_trust_mark_status_endpoint: z.ZodOptional<z.ZodString>;
|
|
249
|
-
federation_trust_mark_list_endpoint: z.ZodOptional<z.ZodString>;
|
|
250
|
-
federation_trust_mark_endpoint: z.ZodOptional<z.ZodString>;
|
|
251
|
-
federation_historical_keys_endpoint: z.ZodOptional<z.ZodString>;
|
|
252
|
-
endpoint_auth_signing_alg_values_supported: z.ZodOptional<z.ZodString>;
|
|
253
|
-
organization_name: z.ZodOptional<z.ZodString>;
|
|
254
|
-
homepage_uri: z.ZodOptional<z.ZodString>;
|
|
255
|
-
policy_uri: z.ZodOptional<z.ZodString>;
|
|
256
|
-
logo_uri: z.ZodOptional<z.ZodString>;
|
|
257
|
-
contacts: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
258
|
-
}, z.ZodTypeAny, "passthrough">>;
|
|
82
|
+
contacts: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
83
|
+
}, z.core.$loose>;
|
|
259
84
|
credential_issuance_batch_size: z.ZodOptional<z.ZodNumber>;
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
*/
|
|
263
|
-
response_modes_supported: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
264
|
-
}, "strip", z.ZodTypeAny, {
|
|
265
|
-
keys: {
|
|
266
|
-
kty: "RSA" | "EC";
|
|
267
|
-
alg?: string | undefined;
|
|
268
|
-
crv?: string | undefined;
|
|
269
|
-
d?: string | undefined;
|
|
270
|
-
dp?: string | undefined;
|
|
271
|
-
dq?: string | undefined;
|
|
272
|
-
e?: string | undefined;
|
|
273
|
-
ext?: boolean | undefined;
|
|
274
|
-
k?: string | undefined;
|
|
275
|
-
key_ops?: string[] | undefined;
|
|
276
|
-
kid?: string | undefined;
|
|
277
|
-
n?: string | undefined;
|
|
278
|
-
p?: string | undefined;
|
|
279
|
-
q?: string | undefined;
|
|
280
|
-
qi?: string | undefined;
|
|
281
|
-
use?: string | undefined;
|
|
282
|
-
x?: string | undefined;
|
|
283
|
-
y?: string | undefined;
|
|
284
|
-
x5c?: string[] | undefined;
|
|
285
|
-
x5t?: string | undefined;
|
|
286
|
-
"x5t#S256"?: string | undefined;
|
|
287
|
-
x5u?: string | undefined;
|
|
288
|
-
}[];
|
|
289
|
-
federation_entity: {
|
|
290
|
-
federation_fetch_endpoint?: string | undefined;
|
|
291
|
-
federation_list_endpoint?: string | undefined;
|
|
292
|
-
federation_resolve_endpoint?: string | undefined;
|
|
293
|
-
federation_trust_mark_status_endpoint?: string | undefined;
|
|
294
|
-
federation_trust_mark_list_endpoint?: string | undefined;
|
|
295
|
-
federation_trust_mark_endpoint?: string | undefined;
|
|
296
|
-
federation_historical_keys_endpoint?: string | undefined;
|
|
297
|
-
endpoint_auth_signing_alg_values_supported?: string | undefined;
|
|
298
|
-
organization_name?: string | undefined;
|
|
299
|
-
homepage_uri?: string | undefined;
|
|
300
|
-
policy_uri?: string | undefined;
|
|
301
|
-
logo_uri?: string | undefined;
|
|
302
|
-
contacts?: string[] | undefined;
|
|
303
|
-
} & {
|
|
304
|
-
[k: string]: unknown;
|
|
305
|
-
};
|
|
306
|
-
credential_issuer: string;
|
|
307
|
-
pushed_authorization_request_endpoint: string;
|
|
308
|
-
authorization_endpoint: string;
|
|
309
|
-
token_endpoint: string;
|
|
310
|
-
nonce_endpoint: string;
|
|
311
|
-
credential_endpoint: string;
|
|
312
|
-
credential_configurations_supported: Record<string, ({
|
|
313
|
-
format: "dc+sd-jwt";
|
|
314
|
-
vct: string;
|
|
315
|
-
} | {
|
|
316
|
-
format: "mso_mdoc";
|
|
317
|
-
doctype: string;
|
|
318
|
-
}) & {
|
|
319
|
-
display: {
|
|
320
|
-
name: string;
|
|
321
|
-
locale: string;
|
|
322
|
-
}[];
|
|
323
|
-
scope: string;
|
|
324
|
-
claims: {
|
|
325
|
-
path: (string | number | null)[];
|
|
326
|
-
display: {
|
|
327
|
-
name: string;
|
|
328
|
-
locale: string;
|
|
329
|
-
}[];
|
|
330
|
-
}[];
|
|
331
|
-
authentic_source?: string | undefined;
|
|
332
|
-
issuance_errors_supported?: Record<string, {
|
|
333
|
-
display: {
|
|
334
|
-
title: string;
|
|
335
|
-
locale: string;
|
|
336
|
-
description: string;
|
|
337
|
-
}[];
|
|
338
|
-
}> | undefined;
|
|
339
|
-
}>;
|
|
340
|
-
status_assertion_endpoint?: string | undefined;
|
|
341
|
-
credential_issuance_batch_size?: number | undefined;
|
|
342
|
-
response_modes_supported?: string[] | undefined;
|
|
343
|
-
}, {
|
|
344
|
-
keys: {
|
|
345
|
-
kty: "RSA" | "EC";
|
|
346
|
-
alg?: string | undefined;
|
|
347
|
-
crv?: string | undefined;
|
|
348
|
-
d?: string | undefined;
|
|
349
|
-
dp?: string | undefined;
|
|
350
|
-
dq?: string | undefined;
|
|
351
|
-
e?: string | undefined;
|
|
352
|
-
ext?: boolean | undefined;
|
|
353
|
-
k?: string | undefined;
|
|
354
|
-
key_ops?: string[] | undefined;
|
|
355
|
-
kid?: string | undefined;
|
|
356
|
-
n?: string | undefined;
|
|
357
|
-
p?: string | undefined;
|
|
358
|
-
q?: string | undefined;
|
|
359
|
-
qi?: string | undefined;
|
|
360
|
-
use?: string | undefined;
|
|
361
|
-
x?: string | undefined;
|
|
362
|
-
y?: string | undefined;
|
|
363
|
-
x5c?: string[] | undefined;
|
|
364
|
-
x5t?: string | undefined;
|
|
365
|
-
"x5t#S256"?: string | undefined;
|
|
366
|
-
x5u?: string | undefined;
|
|
367
|
-
}[];
|
|
368
|
-
federation_entity: {
|
|
369
|
-
federation_fetch_endpoint?: string | undefined;
|
|
370
|
-
federation_list_endpoint?: string | undefined;
|
|
371
|
-
federation_resolve_endpoint?: string | undefined;
|
|
372
|
-
federation_trust_mark_status_endpoint?: string | undefined;
|
|
373
|
-
federation_trust_mark_list_endpoint?: string | undefined;
|
|
374
|
-
federation_trust_mark_endpoint?: string | undefined;
|
|
375
|
-
federation_historical_keys_endpoint?: string | undefined;
|
|
376
|
-
endpoint_auth_signing_alg_values_supported?: string | undefined;
|
|
377
|
-
organization_name?: string | undefined;
|
|
378
|
-
homepage_uri?: string | undefined;
|
|
379
|
-
policy_uri?: string | undefined;
|
|
380
|
-
logo_uri?: string | undefined;
|
|
381
|
-
contacts?: string[] | undefined;
|
|
382
|
-
} & {
|
|
383
|
-
[k: string]: unknown;
|
|
384
|
-
};
|
|
385
|
-
credential_issuer: string;
|
|
386
|
-
pushed_authorization_request_endpoint: string;
|
|
387
|
-
authorization_endpoint: string;
|
|
388
|
-
token_endpoint: string;
|
|
389
|
-
nonce_endpoint: string;
|
|
390
|
-
credential_endpoint: string;
|
|
391
|
-
credential_configurations_supported: Record<string, ({
|
|
392
|
-
format: "dc+sd-jwt";
|
|
393
|
-
vct: string;
|
|
394
|
-
} | {
|
|
395
|
-
format: "mso_mdoc";
|
|
396
|
-
doctype: string;
|
|
397
|
-
}) & {
|
|
398
|
-
display: {
|
|
399
|
-
name: string;
|
|
400
|
-
locale: string;
|
|
401
|
-
}[];
|
|
402
|
-
scope: string;
|
|
403
|
-
claims: {
|
|
404
|
-
path: (string | number | null)[];
|
|
405
|
-
display: {
|
|
406
|
-
name: string;
|
|
407
|
-
locale: string;
|
|
408
|
-
}[];
|
|
409
|
-
}[];
|
|
410
|
-
authentic_source?: string | undefined;
|
|
411
|
-
issuance_errors_supported?: Record<string, {
|
|
412
|
-
display: {
|
|
413
|
-
title: string;
|
|
414
|
-
locale: string;
|
|
415
|
-
description: string;
|
|
416
|
-
}[];
|
|
417
|
-
}> | undefined;
|
|
418
|
-
}>;
|
|
419
|
-
status_assertion_endpoint?: string | undefined;
|
|
420
|
-
credential_issuance_batch_size?: number | undefined;
|
|
421
|
-
response_modes_supported?: string[] | undefined;
|
|
422
|
-
}>;
|
|
85
|
+
response_modes_supported: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
86
|
+
}, z.core.$strip>;
|
|
423
87
|
//# sourceMappingURL=IssuerConfig.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IssuerConfig.d.ts","sourceRoot":"","sources":["../../../../../src/credential/issuance/api/IssuerConfig.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"IssuerConfig.d.ts","sourceRoot":"","sources":["../../../../../src/credential/issuance/api/IssuerConfig.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AA8CxB;;GAEG;AACH,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,YAAY,CAAC,CAAC;AACxD,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAgBvB,CAAC"}
|
|
@@ -11,16 +11,8 @@ export type AuthorizationDetail = z.infer<typeof AuthorizationDetail>;
|
|
|
11
11
|
export declare const AuthorizationDetail: z.ZodObject<{
|
|
12
12
|
type: z.ZodLiteral<"openid_credential">;
|
|
13
13
|
credential_configuration_id: z.ZodString;
|
|
14
|
-
credential_identifiers: z.ZodArray<z.ZodString
|
|
15
|
-
},
|
|
16
|
-
type: "openid_credential";
|
|
17
|
-
credential_configuration_id: string;
|
|
18
|
-
credential_identifiers: string[];
|
|
19
|
-
}, {
|
|
20
|
-
type: "openid_credential";
|
|
21
|
-
credential_configuration_id: string;
|
|
22
|
-
credential_identifiers: string[];
|
|
23
|
-
}>;
|
|
14
|
+
credential_identifiers: z.ZodArray<z.ZodString>;
|
|
15
|
+
}, z.core.$strip>;
|
|
24
16
|
export type TokenResponse = z.infer<typeof TokenResponse>;
|
|
25
17
|
export declare const TokenResponse: z.ZodObject<{
|
|
26
18
|
access_token: z.ZodString;
|
|
@@ -28,37 +20,9 @@ export declare const TokenResponse: z.ZodObject<{
|
|
|
28
20
|
authorization_details: z.ZodArray<z.ZodObject<{
|
|
29
21
|
type: z.ZodLiteral<"openid_credential">;
|
|
30
22
|
credential_configuration_id: z.ZodString;
|
|
31
|
-
credential_identifiers: z.ZodArray<z.ZodString
|
|
32
|
-
},
|
|
33
|
-
type: "openid_credential";
|
|
34
|
-
credential_configuration_id: string;
|
|
35
|
-
credential_identifiers: string[];
|
|
36
|
-
}, {
|
|
37
|
-
type: "openid_credential";
|
|
38
|
-
credential_configuration_id: string;
|
|
39
|
-
credential_identifiers: string[];
|
|
40
|
-
}>, "many">;
|
|
23
|
+
credential_identifiers: z.ZodArray<z.ZodString>;
|
|
24
|
+
}, z.core.$strip>>;
|
|
41
25
|
expires_in: z.ZodOptional<z.ZodNumber>;
|
|
42
26
|
token_type: z.ZodString;
|
|
43
|
-
},
|
|
44
|
-
authorization_details: {
|
|
45
|
-
type: "openid_credential";
|
|
46
|
-
credential_configuration_id: string;
|
|
47
|
-
credential_identifiers: string[];
|
|
48
|
-
}[];
|
|
49
|
-
access_token: string;
|
|
50
|
-
token_type: string;
|
|
51
|
-
expires_in?: number | undefined;
|
|
52
|
-
refresh_token?: string | undefined;
|
|
53
|
-
}, {
|
|
54
|
-
authorization_details: {
|
|
55
|
-
type: "openid_credential";
|
|
56
|
-
credential_configuration_id: string;
|
|
57
|
-
credential_identifiers: string[];
|
|
58
|
-
}[];
|
|
59
|
-
access_token: string;
|
|
60
|
-
token_type: string;
|
|
61
|
-
expires_in?: number | undefined;
|
|
62
|
-
refresh_token?: string | undefined;
|
|
63
|
-
}>;
|
|
27
|
+
}, z.core.$strip>;
|
|
64
28
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/credential/issuance/api/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,MAAM,MAAM,gBAAgB,GAAG,WAAW,GAAG,UAAU,CAAC;AAGxD,MAAM,MAAM,gBAAgB,GAAG;IAC7B,oBAAoB;IACpB,CAAC,KAAK,EAAE,MAAM,GAAG;QACf,IAAI,EACA,yBAAyB,CAAC,MAAM,CAC9B,MAAM,EACN,MAAM,CACP,GACD,4BAA4B,CAAC,MAAM,GACnC,SAAS,CAAC;QACd,KAAK,EAAE,OAAO,CAAC;KAChB,CAAC;CACH,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;AACtE,eAAO,MAAM,mBAAmB
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/credential/issuance/api/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,MAAM,MAAM,gBAAgB,GAAG,WAAW,GAAG,UAAU,CAAC;AAGxD,MAAM,MAAM,gBAAgB,GAAG;IAC7B,oBAAoB;IACpB,CAAC,KAAK,EAAE,MAAM,GAAG;QACf,IAAI,EACA,yBAAyB,CAAC,MAAM,CAC9B,MAAM,EACN,MAAM,CACP,GACD,4BAA4B,CAAC,MAAM,GACnC,SAAS,CAAC;QACd,KAAK,EAAE,OAAO,CAAC;KAChB,CAAC;CACH,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;AACtE,eAAO,MAAM,mBAAmB;;;;iBAI9B,CAAC;AAEH,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;AAC1D,eAAO,MAAM,aAAa;;;;;;;;;;iBAMxB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"02-start-user-authorization.d.ts","sourceRoot":"","sources":["../../../../../src/credential/issuance/common/02-start-user-authorization.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AACzD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,QAAQ,CAAC;AAE3C,KAAK,YAAY,GAAG,OAAO,GAAG,eAAe,CAAC;AAE9C;;;;;;GAMG;AACH,eAAO,MAAM,0BAA0B,
|
|
1
|
+
{"version":3,"file":"02-start-user-authorization.d.ts","sourceRoot":"","sources":["../../../../../src/credential/issuance/common/02-start-user-authorization.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AACzD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,QAAQ,CAAC;AAE3C,KAAK,YAAY,GAAG,OAAO,GAAG,eAAe,CAAC;AAE9C;;;;;;GAMG;AACH,eAAO,MAAM,0BAA0B,GACrC,YAAY,YAAY,EACxB,cAAc,MAAM,KACnB,mBAmBF,CAAC;AAEF;;;;;;GAMG;AACH,eAAO,MAAM,kBAAkB,GAC7B,YAAY,YAAY,EACxB,eAAe,MAAM,EAAE,KACtB,YAsCF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"authorization.d.ts","sourceRoot":"","sources":["../../../../../src/credential/issuance/common/authorization.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AACzD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,QAAQ,CAAC;AAE3C,KAAK,YAAY,GAAG,OAAO,GAAG,eAAe,CAAC;AAE9C;;;;;;GAMG;AACH,eAAO,MAAM,0BAA0B,
|
|
1
|
+
{"version":3,"file":"authorization.d.ts","sourceRoot":"","sources":["../../../../../src/credential/issuance/common/authorization.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AACzD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,QAAQ,CAAC;AAE3C,KAAK,YAAY,GAAG,OAAO,GAAG,eAAe,CAAC;AAE9C;;;;;;GAMG;AACH,eAAO,MAAM,0BAA0B,GACrC,YAAY,YAAY,EACxB,cAAc,MAAM,KACnB,mBAmBF,CAAC;AAEF;;;;;;GAMG;AACH,eAAO,MAAM,kBAAkB,GAC7B,YAAY,YAAY,EACxB,eAAe,MAAM,EAAE,KACtB,YAwCF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"03-complete-user-authorization.d.ts","sourceRoot":"","sources":["../../../../../src/credential/issuance/v1.0.0/03-complete-user-authorization.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,KAAK,mBAAmB,EACzB,MAAM,qBAAqB,CAAC;AAgB7B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,QAAQ,CAAC;AAG1C,eAAO,MAAM,6CAA6C,EAAE,WAAW,CAAC,+CAA+C,CA4BpH,CAAC;AAEJ,eAAO,MAAM,qBAAqB,EAAE,WAAW,CAAC,uBAAuB,CAgBpE,CAAC;AAEJ,eAAO,MAAM,sCAAsC,EAAE,WAAW,CAAC,wCAAwC,CAStG,CAAC;AAEJ,eAAO,MAAM,mCAAmC,EAAE,WAAW,CAAC,qCAAqC,CAqChG,CAAC;AAEJ,eAAO,MAAM,4CAA4C,EAAE,WAAW,CAAC,8CAA8C,CAgFlH,CAAC;AAEJ;;;;;;GAMG;AACH,eAAO,MAAM,0BAA0B,
|
|
1
|
+
{"version":3,"file":"03-complete-user-authorization.d.ts","sourceRoot":"","sources":["../../../../../src/credential/issuance/v1.0.0/03-complete-user-authorization.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,KAAK,mBAAmB,EACzB,MAAM,qBAAqB,CAAC;AAgB7B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,QAAQ,CAAC;AAG1C,eAAO,MAAM,6CAA6C,EAAE,WAAW,CAAC,+CAA+C,CA4BpH,CAAC;AAEJ,eAAO,MAAM,qBAAqB,EAAE,WAAW,CAAC,uBAAuB,CAgBpE,CAAC;AAEJ,eAAO,MAAM,sCAAsC,EAAE,WAAW,CAAC,wCAAwC,CAStG,CAAC;AAEJ,eAAO,MAAM,mCAAmC,EAAE,WAAW,CAAC,qCAAqC,CAqChG,CAAC;AAEJ,eAAO,MAAM,4CAA4C,EAAE,WAAW,CAAC,8CAA8C,CAgFlH,CAAC;AAEJ;;;;;;GAMG;AACH,eAAO,MAAM,0BAA0B,GACrC,SAAS,OAAO,KACf,mBAqBF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"05-obtain-credential.d.ts","sourceRoot":"","sources":["../../../../../src/credential/issuance/v1.0.0/05-obtain-credential.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,aAAa,EAGnB,MAAM,6BAA6B,CAAC;AAYrC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,QAAQ,CAAC;AAG1C,eAAO,MAAM,gBAAgB,
|
|
1
|
+
{"version":3,"file":"05-obtain-credential.d.ts","sourceRoot":"","sources":["../../../../../src/credential/issuance/v1.0.0/05-obtain-credential.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,aAAa,EAGnB,MAAM,6BAA6B,CAAC;AAYrC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,QAAQ,CAAC;AAG1C,eAAO,MAAM,gBAAgB,GAC3B,OAAO,MAAM,EACb,QAAQ,MAAM,EACd,UAAU,MAAM,EAChB,KAAK,aAAa,KACjB,OAAO,CAAC,MAAM,CAehB,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,WAAW,CAAC,kBAAkB,CAsI5D,CAAC"}
|