@pagopa/io-react-native-wallet 3.0.0 → 3.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/commonjs/api/index.js +3 -0
- package/lib/commonjs/api/index.js.map +1 -1
- package/lib/commonjs/client/generated/wallet-provider.js +42 -4
- package/lib/commonjs/client/generated/wallet-provider.js.map +1 -1
- package/lib/commonjs/client/index.js +5 -3
- package/lib/commonjs/client/index.js.map +1 -1
- package/lib/commonjs/credential/issuance/README.md +2 -0
- package/lib/commonjs/credential/issuance/api/IssuerConfig.js +2 -2
- package/lib/commonjs/credential/issuance/api/IssuerConfig.js.map +1 -1
- package/lib/commonjs/credential/issuance/common/06-verify-and-parse-credential.sdjwt.js +2 -1
- package/lib/commonjs/credential/issuance/common/06-verify-and-parse-credential.sdjwt.js.map +1 -1
- package/lib/commonjs/credential/issuance/v1.3.3/01-evaluate-issuer-trust.js +2 -0
- package/lib/commonjs/credential/issuance/v1.3.3/01-evaluate-issuer-trust.js.map +1 -1
- package/lib/commonjs/credential/issuance/v1.3.3/03-complete-user-authorization.js +2 -0
- package/lib/commonjs/credential/issuance/v1.3.3/03-complete-user-authorization.js.map +1 -1
- package/lib/commonjs/credential/issuance/v1.3.3/05-obtain-credential.js +15 -8
- package/lib/commonjs/credential/issuance/v1.3.3/05-obtain-credential.js.map +1 -1
- package/lib/commonjs/credential/issuance/v1.3.3/mappers.js +0 -1
- package/lib/commonjs/credential/issuance/v1.3.3/mappers.js.map +1 -1
- package/lib/commonjs/credential/presentation/api/RelyingPartyConfig.js +2 -2
- package/lib/commonjs/credential/presentation/api/RelyingPartyConfig.js.map +1 -1
- package/lib/commonjs/credential/presentation/common/utils/sd-jwt.js +2 -1
- package/lib/commonjs/credential/presentation/common/utils/sd-jwt.js.map +1 -1
- package/lib/commonjs/credential/presentation/v1.0.0/04-verify-request-object.js.map +1 -1
- package/lib/commonjs/credential/presentation/v1.3.3/04-verify-request-object.js +4 -2
- package/lib/commonjs/credential/presentation/v1.3.3/04-verify-request-object.js.map +1 -1
- package/lib/commonjs/credentials-catalogue/api/DigitalCredentialsCatalogue.js +37 -11
- package/lib/commonjs/credentials-catalogue/api/DigitalCredentialsCatalogue.js.map +1 -1
- package/lib/commonjs/credentials-catalogue/v1.0.0/mappers.js +16 -5
- package/lib/commonjs/credentials-catalogue/v1.0.0/mappers.js.map +1 -1
- package/lib/commonjs/credentials-catalogue/v1.3.3/mappers.js +4 -2
- package/lib/commonjs/credentials-catalogue/v1.3.3/mappers.js.map +1 -1
- package/lib/commonjs/credentials-catalogue/v1.3.3/types.js +91 -30
- package/lib/commonjs/credentials-catalogue/v1.3.3/types.js.map +1 -1
- package/lib/commonjs/credentials-catalogue/v1.3.3/utils.js +4 -4
- package/lib/commonjs/credentials-catalogue/v1.3.3/utils.js.map +1 -1
- package/lib/commonjs/index.js +3 -1
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/sd-jwt/index.js +3 -2
- package/lib/commonjs/sd-jwt/index.js.map +1 -1
- package/lib/commonjs/sd-jwt/utils.js +2 -1
- package/lib/commonjs/sd-jwt/utils.js.map +1 -1
- package/lib/commonjs/trust/common/types.js +3 -3
- package/lib/commonjs/trust/common/types.js.map +1 -1
- package/lib/commonjs/trust/v1.0.0/types.js +6 -8
- package/lib/commonjs/trust/v1.0.0/types.js.map +1 -1
- package/lib/commonjs/trust/v1.3.3/types.js +1 -3
- package/lib/commonjs/trust/v1.3.3/types.js.map +1 -1
- package/lib/commonjs/utils/callbacks.js +2 -0
- package/lib/commonjs/utils/callbacks.js.map +1 -1
- package/lib/commonjs/utils/credentials.js +17 -2
- package/lib/commonjs/utils/credentials.js.map +1 -1
- package/lib/commonjs/utils/crypto.js +8 -0
- package/lib/commonjs/utils/crypto.js.map +1 -1
- package/lib/commonjs/utils/dpop.js +1 -1
- package/lib/commonjs/utils/dpop.js.map +1 -1
- package/lib/commonjs/utils/jwk.js +1 -1
- package/lib/commonjs/utils/jwk.js.map +1 -1
- package/lib/commonjs/utils/zod.js +1 -1
- package/lib/commonjs/utils/zod.js.map +1 -1
- package/lib/commonjs/wallet-instance-attestation/README.md +13 -10
- package/lib/commonjs/wallet-instance-attestation/api/types.js +9 -4
- package/lib/commonjs/wallet-instance-attestation/api/types.js.map +1 -1
- package/lib/commonjs/wallet-instance-attestation/v1.0.0/index.js +2 -2
- package/lib/commonjs/wallet-instance-attestation/v1.0.0/index.js.map +1 -1
- package/lib/commonjs/wallet-instance-attestation/v1.0.0/issuing.js +4 -5
- package/lib/commonjs/wallet-instance-attestation/v1.0.0/issuing.js.map +1 -1
- package/lib/commonjs/wallet-instance-attestation/v1.0.0/mappers.js +4 -5
- package/lib/commonjs/wallet-instance-attestation/v1.0.0/mappers.js.map +1 -1
- package/lib/commonjs/wallet-instance-attestation/v1.3.3/index.js +5 -7
- package/lib/commonjs/wallet-instance-attestation/v1.3.3/index.js.map +1 -1
- package/lib/commonjs/wallet-instance-attestation/v1.3.3/issuing.js +73 -3
- package/lib/commonjs/wallet-instance-attestation/v1.3.3/issuing.js.map +1 -1
- package/lib/commonjs/wallet-instance-attestation/v1.3.3/mappers.js +26 -0
- package/lib/commonjs/wallet-instance-attestation/v1.3.3/mappers.js.map +1 -0
- package/lib/commonjs/wallet-instance-attestation/v1.3.3/types.js +13 -24
- package/lib/commonjs/wallet-instance-attestation/v1.3.3/types.js.map +1 -1
- package/lib/commonjs/wallet-instance-attestation/v1.3.3/utils.js +35 -0
- package/lib/commonjs/wallet-instance-attestation/v1.3.3/utils.js.map +1 -0
- package/lib/commonjs/wallet-unit-attestation/README.md +73 -0
- package/lib/commonjs/wallet-unit-attestation/api/index.js +6 -0
- package/lib/commonjs/wallet-unit-attestation/api/index.js.map +1 -0
- package/lib/commonjs/wallet-unit-attestation/api/types.js +45 -0
- package/lib/commonjs/wallet-unit-attestation/api/types.js.map +1 -0
- package/lib/commonjs/wallet-unit-attestation/index.js +20 -0
- package/lib/commonjs/wallet-unit-attestation/index.js.map +1 -0
- package/lib/commonjs/wallet-unit-attestation/v1.0.0/index.js +11 -0
- package/lib/commonjs/wallet-unit-attestation/v1.0.0/index.js.map +1 -0
- package/lib/commonjs/wallet-unit-attestation/v1.3.3/index.js +17 -0
- package/lib/commonjs/wallet-unit-attestation/v1.3.3/index.js.map +1 -0
- package/lib/commonjs/wallet-unit-attestation/v1.3.3/issuing.js +118 -0
- package/lib/commonjs/wallet-unit-attestation/v1.3.3/issuing.js.map +1 -0
- package/lib/commonjs/wallet-unit-attestation/v1.3.3/mappers.js +13 -0
- package/lib/commonjs/wallet-unit-attestation/v1.3.3/mappers.js.map +1 -0
- package/lib/commonjs/wallet-unit-attestation/v1.3.3/types.js +23 -0
- package/lib/commonjs/wallet-unit-attestation/v1.3.3/types.js.map +1 -0
- package/lib/commonjs/wallet-unit-attestation/v1.3.3/utils.js +20 -0
- package/lib/commonjs/wallet-unit-attestation/v1.3.3/utils.js.map +1 -0
- package/lib/module/api/index.js +3 -0
- package/lib/module/api/index.js.map +1 -1
- package/lib/module/client/generated/wallet-provider.js +33 -1
- package/lib/module/client/generated/wallet-provider.js.map +1 -1
- package/lib/module/client/index.js +4 -2
- package/lib/module/client/index.js.map +1 -1
- package/lib/module/credential/issuance/README.md +2 -0
- package/lib/module/credential/issuance/api/IssuerConfig.js +2 -2
- package/lib/module/credential/issuance/api/IssuerConfig.js.map +1 -1
- package/lib/module/credential/issuance/common/06-verify-and-parse-credential.sdjwt.js +2 -1
- package/lib/module/credential/issuance/common/06-verify-and-parse-credential.sdjwt.js.map +1 -1
- package/lib/module/credential/issuance/v1.3.3/01-evaluate-issuer-trust.js +2 -0
- package/lib/module/credential/issuance/v1.3.3/01-evaluate-issuer-trust.js.map +1 -1
- package/lib/module/credential/issuance/v1.3.3/03-complete-user-authorization.js +2 -0
- package/lib/module/credential/issuance/v1.3.3/03-complete-user-authorization.js.map +1 -1
- package/lib/module/credential/issuance/v1.3.3/05-obtain-credential.js +16 -9
- package/lib/module/credential/issuance/v1.3.3/05-obtain-credential.js.map +1 -1
- package/lib/module/credential/issuance/v1.3.3/mappers.js +0 -1
- package/lib/module/credential/issuance/v1.3.3/mappers.js.map +1 -1
- package/lib/module/credential/presentation/api/RelyingPartyConfig.js +1 -1
- package/lib/module/credential/presentation/api/RelyingPartyConfig.js.map +1 -1
- package/lib/module/credential/presentation/common/utils/sd-jwt.js +2 -1
- package/lib/module/credential/presentation/common/utils/sd-jwt.js.map +1 -1
- package/lib/module/credential/presentation/v1.0.0/04-verify-request-object.js.map +1 -1
- package/lib/module/credential/presentation/v1.3.3/04-verify-request-object.js +4 -2
- package/lib/module/credential/presentation/v1.3.3/04-verify-request-object.js.map +1 -1
- package/lib/module/credentials-catalogue/api/DigitalCredentialsCatalogue.js +37 -11
- package/lib/module/credentials-catalogue/api/DigitalCredentialsCatalogue.js.map +1 -1
- package/lib/module/credentials-catalogue/v1.0.0/mappers.js +16 -5
- package/lib/module/credentials-catalogue/v1.0.0/mappers.js.map +1 -1
- package/lib/module/credentials-catalogue/v1.3.3/mappers.js +4 -2
- package/lib/module/credentials-catalogue/v1.3.3/mappers.js.map +1 -1
- package/lib/module/credentials-catalogue/v1.3.3/types.js +91 -30
- package/lib/module/credentials-catalogue/v1.3.3/types.js.map +1 -1
- package/lib/module/credentials-catalogue/v1.3.3/utils.js +4 -4
- package/lib/module/credentials-catalogue/v1.3.3/utils.js.map +1 -1
- package/lib/module/index.js +2 -1
- package/lib/module/index.js.map +1 -1
- package/lib/module/sd-jwt/index.js +3 -2
- package/lib/module/sd-jwt/index.js.map +1 -1
- package/lib/module/sd-jwt/utils.js +2 -1
- package/lib/module/sd-jwt/utils.js.map +1 -1
- package/lib/module/trust/common/types.js +3 -3
- package/lib/module/trust/common/types.js.map +1 -1
- package/lib/module/trust/v1.0.0/types.js +5 -7
- package/lib/module/trust/v1.0.0/types.js.map +1 -1
- package/lib/module/trust/v1.3.3/types.js +1 -3
- package/lib/module/trust/v1.3.3/types.js.map +1 -1
- package/lib/module/utils/callbacks.js +3 -0
- package/lib/module/utils/callbacks.js.map +1 -1
- package/lib/module/utils/credentials.js +15 -1
- package/lib/module/utils/credentials.js.map +1 -1
- package/lib/module/utils/crypto.js +8 -0
- package/lib/module/utils/crypto.js.map +1 -1
- package/lib/module/utils/dpop.js +1 -1
- package/lib/module/utils/dpop.js.map +1 -1
- package/lib/module/utils/jwk.js +1 -1
- package/lib/module/utils/jwk.js.map +1 -1
- package/lib/module/utils/zod.js +1 -1
- package/lib/module/utils/zod.js.map +1 -1
- package/lib/module/wallet-instance-attestation/README.md +13 -10
- package/lib/module/wallet-instance-attestation/api/types.js +7 -2
- package/lib/module/wallet-instance-attestation/api/types.js.map +1 -1
- package/lib/module/wallet-instance-attestation/v1.0.0/index.js +3 -3
- package/lib/module/wallet-instance-attestation/v1.0.0/index.js.map +1 -1
- package/lib/module/wallet-instance-attestation/v1.0.0/issuing.js +4 -5
- package/lib/module/wallet-instance-attestation/v1.0.0/issuing.js.map +1 -1
- package/lib/module/wallet-instance-attestation/v1.0.0/mappers.js +3 -4
- package/lib/module/wallet-instance-attestation/v1.0.0/mappers.js.map +1 -1
- package/lib/module/wallet-instance-attestation/v1.3.3/index.js +5 -7
- package/lib/module/wallet-instance-attestation/v1.3.3/index.js.map +1 -1
- package/lib/module/wallet-instance-attestation/v1.3.3/issuing.js +73 -3
- package/lib/module/wallet-instance-attestation/v1.3.3/issuing.js.map +1 -1
- package/lib/module/wallet-instance-attestation/v1.3.3/mappers.js +19 -0
- package/lib/module/wallet-instance-attestation/v1.3.3/mappers.js.map +1 -0
- package/lib/module/wallet-instance-attestation/v1.3.3/types.js +10 -21
- package/lib/module/wallet-instance-attestation/v1.3.3/types.js.map +1 -1
- package/lib/module/wallet-instance-attestation/v1.3.3/utils.js +29 -0
- package/lib/module/wallet-instance-attestation/v1.3.3/utils.js.map +1 -0
- package/lib/module/wallet-unit-attestation/README.md +73 -0
- package/lib/module/wallet-unit-attestation/api/index.js +2 -0
- package/lib/module/wallet-unit-attestation/api/index.js.map +1 -0
- package/lib/module/wallet-unit-attestation/api/types.js +36 -0
- package/lib/module/wallet-unit-attestation/api/types.js.map +1 -0
- package/lib/module/wallet-unit-attestation/index.js +3 -0
- package/lib/module/wallet-unit-attestation/index.js.map +1 -0
- package/lib/module/wallet-unit-attestation/v1.0.0/index.js +4 -0
- package/lib/module/wallet-unit-attestation/v1.0.0/index.js.map +1 -0
- package/lib/module/wallet-unit-attestation/v1.3.3/index.js +10 -0
- package/lib/module/wallet-unit-attestation/v1.3.3/index.js.map +1 -0
- package/lib/module/wallet-unit-attestation/v1.3.3/issuing.js +112 -0
- package/lib/module/wallet-unit-attestation/v1.3.3/issuing.js.map +1 -0
- package/lib/module/wallet-unit-attestation/v1.3.3/mappers.js +6 -0
- package/lib/module/wallet-unit-attestation/v1.3.3/mappers.js.map +1 -0
- package/lib/module/wallet-unit-attestation/v1.3.3/types.js +14 -0
- package/lib/module/wallet-unit-attestation/v1.3.3/types.js.map +1 -0
- package/lib/module/wallet-unit-attestation/v1.3.3/utils.js +15 -0
- package/lib/module/wallet-unit-attestation/v1.3.3/utils.js.map +1 -0
- package/lib/typescript/api/index.d.ts +2 -0
- package/lib/typescript/api/index.d.ts.map +1 -1
- package/lib/typescript/client/generated/wallet-provider.d.ts +122 -358
- package/lib/typescript/client/generated/wallet-provider.d.ts.map +1 -1
- package/lib/typescript/client/index.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/api/05-obtain-credential.d.ts +2 -0
- package/lib/typescript/credential/issuance/api/05-obtain-credential.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/api/IssuerConfig.d.ts +21 -357
- package/lib/typescript/credential/issuance/api/IssuerConfig.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/api/types.d.ts +5 -41
- package/lib/typescript/credential/issuance/api/types.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/common/02-start-user-authorization.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/common/06-verify-and-parse-credential.sdjwt.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/common/authorization.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/v1.0.0/03-complete-user-authorization.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/v1.0.0/05-obtain-credential.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/v1.0.0/mappers.d.ts +103 -106
- package/lib/typescript/credential/issuance/v1.0.0/mappers.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/v1.0.0/types.d.ts +4 -26
- package/lib/typescript/credential/issuance/v1.0.0/types.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/v1.3.3/01-evaluate-issuer-trust.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/v1.3.3/03-complete-user-authorization.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/v1.3.3/05-obtain-credential.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/v1.3.3/mappers.d.ts +594 -2095
- package/lib/typescript/credential/issuance/v1.3.3/mappers.d.ts.map +1 -1
- package/lib/typescript/credential/issuance/v1.3.3/types.d.ts +1 -5
- package/lib/typescript/credential/issuance/v1.3.3/types.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/api/RelyingPartyConfig.d.ts +9 -154
- package/lib/typescript/credential/presentation/api/RelyingPartyConfig.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/api/types.d.ts +30 -106
- package/lib/typescript/credential/presentation/api/types.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/common/utils/dcql.d.ts +29 -244
- package/lib/typescript/credential/presentation/common/utils/dcql.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/common/utils/http.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/common/utils/sd-jwt.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/common/utils.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.0.0/06-send-authorization-response.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.0.0/mappers.d.ts +56 -58
- package/lib/typescript/credential/presentation/v1.0.0/mappers.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.0.0/types.d.ts +13 -52
- package/lib/typescript/credential/presentation/v1.0.0/types.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.0.0/utils.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.0.0/utils.jwks.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.3.3/04-verify-request-object.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.3.3/mappers.d.ts +133 -525
- package/lib/typescript/credential/presentation/v1.3.3/mappers.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.3.3/sdkErrorMapper.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.3.3/types.d.ts +39 -3672
- package/lib/typescript/credential/presentation/v1.3.3/types.d.ts.map +1 -1
- package/lib/typescript/credential/presentation/v1.3.3/utils.mdoc.d.ts.map +1 -1
- package/lib/typescript/credential/status/v1.0.0/mappers.d.ts +6 -6
- package/lib/typescript/credential/status/v1.0.0/types.d.ts +33 -659
- package/lib/typescript/credential/status/v1.0.0/types.d.ts.map +1 -1
- package/lib/typescript/credentials-catalogue/api/DigitalCredentialsCatalogue.d.ts +111 -525
- package/lib/typescript/credentials-catalogue/api/DigitalCredentialsCatalogue.d.ts.map +1 -1
- package/lib/typescript/credentials-catalogue/v1.0.0/mappers.d.ts +48 -20
- package/lib/typescript/credentials-catalogue/v1.0.0/mappers.d.ts.map +1 -1
- package/lib/typescript/credentials-catalogue/v1.0.0/types.d.ts +41 -737
- package/lib/typescript/credentials-catalogue/v1.0.0/types.d.ts.map +1 -1
- package/lib/typescript/credentials-catalogue/v1.3.3/mappers.d.ts +147 -62
- package/lib/typescript/credentials-catalogue/v1.3.3/mappers.d.ts.map +1 -1
- package/lib/typescript/credentials-catalogue/v1.3.3/types.d.ts +180 -941
- package/lib/typescript/credentials-catalogue/v1.3.3/types.d.ts.map +1 -1
- package/lib/typescript/credentials-catalogue/v1.3.3/utils.d.ts +1 -1
- package/lib/typescript/credentials-catalogue/v1.3.3/utils.d.ts.map +1 -1
- package/lib/typescript/index.d.ts +4 -3
- package/lib/typescript/index.d.ts.map +1 -1
- package/lib/typescript/mdoc/index.d.ts.map +1 -1
- package/lib/typescript/mdoc/utils.d.ts.map +1 -1
- package/lib/typescript/sd-jwt/index.d.ts +16 -16
- package/lib/typescript/sd-jwt/index.d.ts.map +1 -1
- package/lib/typescript/sd-jwt/types.d.ts +33 -492
- package/lib/typescript/sd-jwt/types.d.ts.map +1 -1
- package/lib/typescript/sd-jwt/utils.d.ts.map +1 -1
- package/lib/typescript/trust/api/TrustAnchorConfig.d.ts +12 -201
- package/lib/typescript/trust/api/TrustAnchorConfig.d.ts.map +1 -1
- package/lib/typescript/trust/common/build-chain.d.ts.map +1 -1
- package/lib/typescript/trust/common/types.d.ts +32 -1198
- package/lib/typescript/trust/common/types.d.ts.map +1 -1
- package/lib/typescript/trust/common/utils.d.ts.map +1 -1
- package/lib/typescript/trust/v1.0.0/build-chain.d.ts +1 -53
- package/lib/typescript/trust/v1.0.0/build-chain.d.ts.map +1 -1
- package/lib/typescript/trust/v1.0.0/entities.d.ts +324 -347
- package/lib/typescript/trust/v1.0.0/entities.d.ts.map +1 -1
- package/lib/typescript/trust/v1.0.0/mappers.d.ts +31 -35
- package/lib/typescript/trust/v1.0.0/mappers.d.ts.map +1 -1
- package/lib/typescript/trust/v1.0.0/types.d.ts +678 -12454
- package/lib/typescript/trust/v1.0.0/types.d.ts.map +1 -1
- package/lib/typescript/trust/v1.0.0/verify-chain.d.ts +4 -56
- package/lib/typescript/trust/v1.0.0/verify-chain.d.ts.map +1 -1
- package/lib/typescript/trust/v1.3.3/entities.d.ts +43 -47
- package/lib/typescript/trust/v1.3.3/entities.d.ts.map +1 -1
- package/lib/typescript/trust/v1.3.3/types.d.ts +655 -14339
- package/lib/typescript/trust/v1.3.3/types.d.ts.map +1 -1
- package/lib/typescript/utils/auth.d.ts +3 -25
- package/lib/typescript/utils/auth.d.ts.map +1 -1
- package/lib/typescript/utils/callbacks.d.ts.map +1 -1
- package/lib/typescript/utils/config.d.ts +3 -3
- package/lib/typescript/utils/config.d.ts.map +1 -1
- package/lib/typescript/utils/credentials.d.ts +5 -0
- package/lib/typescript/utils/credentials.d.ts.map +1 -1
- package/lib/typescript/utils/crypto.d.ts +18 -0
- package/lib/typescript/utils/crypto.d.ts.map +1 -1
- package/lib/typescript/utils/decoder.d.ts.map +1 -1
- package/lib/typescript/utils/dpop.d.ts +5 -12
- package/lib/typescript/utils/dpop.d.ts.map +1 -1
- package/lib/typescript/utils/errors.d.ts.map +1 -1
- package/lib/typescript/utils/jwk.d.ts +15 -175
- package/lib/typescript/utils/jwk.d.ts.map +1 -1
- package/lib/typescript/utils/mappers.d.ts.map +1 -1
- package/lib/typescript/utils/misc.d.ts +2 -2
- package/lib/typescript/utils/misc.d.ts.map +1 -1
- package/lib/typescript/utils/object.d.ts.map +1 -1
- package/lib/typescript/utils/par.d.ts +7 -45
- package/lib/typescript/utils/par.d.ts.map +1 -1
- package/lib/typescript/utils/parser.d.ts.map +1 -1
- package/lib/typescript/utils/pop.d.ts +1 -9
- package/lib/typescript/utils/pop.d.ts.map +1 -1
- package/lib/typescript/utils/string.d.ts.map +1 -1
- package/lib/typescript/utils/zod.d.ts +4 -4
- package/lib/typescript/utils/zod.d.ts.map +1 -1
- package/lib/typescript/wallet-instance-attestation/api/index.d.ts +9 -9
- package/lib/typescript/wallet-instance-attestation/api/index.d.ts.map +1 -1
- package/lib/typescript/wallet-instance-attestation/api/types.d.ts +19 -174
- package/lib/typescript/wallet-instance-attestation/api/types.d.ts.map +1 -1
- package/lib/typescript/wallet-instance-attestation/common/types.d.ts +14 -273
- package/lib/typescript/wallet-instance-attestation/common/types.d.ts.map +1 -1
- package/lib/typescript/wallet-instance-attestation/v1.0.0/issuing.d.ts.map +1 -1
- package/lib/typescript/wallet-instance-attestation/v1.0.0/mappers.d.ts +5 -3
- package/lib/typescript/wallet-instance-attestation/v1.0.0/mappers.d.ts.map +1 -1
- package/lib/typescript/wallet-instance-attestation/v1.0.0/types.d.ts +39 -629
- package/lib/typescript/wallet-instance-attestation/v1.0.0/types.d.ts.map +1 -1
- package/lib/typescript/wallet-instance-attestation/v1.3.3/index.d.ts.map +1 -1
- package/lib/typescript/wallet-instance-attestation/v1.3.3/issuing.d.ts.map +1 -1
- package/lib/typescript/wallet-instance-attestation/v1.3.3/mappers.d.ts +90 -0
- package/lib/typescript/wallet-instance-attestation/v1.3.3/mappers.d.ts.map +1 -0
- package/lib/typescript/wallet-instance-attestation/v1.3.3/types.d.ts +29 -891
- package/lib/typescript/wallet-instance-attestation/v1.3.3/types.d.ts.map +1 -1
- package/lib/typescript/wallet-instance-attestation/v1.3.3/utils.d.ts +15 -0
- package/lib/typescript/wallet-instance-attestation/v1.3.3/utils.d.ts.map +1 -0
- package/lib/typescript/wallet-unit-attestation/api/index.d.ts +39 -0
- package/lib/typescript/wallet-unit-attestation/api/index.d.ts.map +1 -0
- package/lib/typescript/wallet-unit-attestation/api/types.d.ts +67 -0
- package/lib/typescript/wallet-unit-attestation/api/types.d.ts.map +1 -0
- package/lib/typescript/wallet-unit-attestation/index.d.ts +4 -0
- package/lib/typescript/wallet-unit-attestation/index.d.ts.map +1 -0
- package/lib/typescript/wallet-unit-attestation/v1.0.0/index.d.ts +3 -0
- package/lib/typescript/wallet-unit-attestation/v1.0.0/index.d.ts.map +1 -0
- package/lib/typescript/wallet-unit-attestation/v1.3.3/index.d.ts +3 -0
- package/lib/typescript/wallet-unit-attestation/v1.3.3/index.d.ts.map +1 -0
- package/lib/typescript/wallet-unit-attestation/v1.3.3/issuing.d.ts +3 -0
- package/lib/typescript/wallet-unit-attestation/v1.3.3/issuing.d.ts.map +1 -0
- package/lib/typescript/wallet-unit-attestation/v1.3.3/mappers.d.ts +107 -0
- package/lib/typescript/wallet-unit-attestation/v1.3.3/mappers.d.ts.map +1 -0
- package/lib/typescript/wallet-unit-attestation/v1.3.3/types.d.ts +69 -0
- package/lib/typescript/wallet-unit-attestation/v1.3.3/types.d.ts.map +1 -0
- package/lib/typescript/wallet-unit-attestation/v1.3.3/utils.d.ts +7 -0
- package/lib/typescript/wallet-unit-attestation/v1.3.3/utils.d.ts.map +1 -0
- package/package.json +8 -8
- package/src/api/index.ts +4 -0
- package/src/client/generated/wallet-provider.ts +44 -0
- package/src/client/index.ts +5 -1
- package/src/credential/issuance/README.md +2 -0
- package/src/credential/issuance/api/05-obtain-credential.ts +2 -0
- package/src/credential/issuance/api/IssuerConfig.ts +4 -2
- package/src/credential/issuance/common/06-verify-and-parse-credential.sdjwt.ts +2 -1
- package/src/credential/issuance/v1.3.3/01-evaluate-issuer-trust.ts +8 -3
- package/src/credential/issuance/v1.3.3/03-complete-user-authorization.ts +2 -0
- package/src/credential/issuance/v1.3.3/05-obtain-credential.ts +25 -11
- package/src/credential/issuance/v1.3.3/mappers.ts +10 -9
- package/src/credential/presentation/api/RelyingPartyConfig.ts +1 -1
- package/src/credential/presentation/common/utils/sd-jwt.ts +4 -1
- package/src/credential/presentation/v1.0.0/04-verify-request-object.ts +2 -2
- package/src/credential/presentation/v1.3.3/04-verify-request-object.ts +4 -2
- package/src/credentials-catalogue/api/DigitalCredentialsCatalogue.ts +42 -10
- package/src/credentials-catalogue/v1.0.0/mappers.ts +27 -12
- package/src/credentials-catalogue/v1.3.3/mappers.ts +10 -4
- package/src/credentials-catalogue/v1.3.3/types.ts +102 -29
- package/src/credentials-catalogue/v1.3.3/utils.ts +9 -4
- package/src/index.ts +11 -2
- package/src/sd-jwt/index.ts +8 -3
- package/src/sd-jwt/utils.ts +5 -1
- package/src/trust/common/types.ts +3 -3
- package/src/trust/v1.0.0/types.ts +10 -10
- package/src/trust/v1.3.3/types.ts +4 -7
- package/src/utils/callbacks.ts +7 -1
- package/src/utils/credentials.ts +17 -1
- package/src/utils/crypto.ts +18 -0
- package/src/utils/dpop.ts +1 -1
- package/src/utils/jwk.ts +1 -1
- package/src/utils/mappers.ts +2 -2
- package/src/utils/zod.ts +5 -1
- package/src/wallet-instance-attestation/README.md +13 -10
- package/src/wallet-instance-attestation/api/index.ts +20 -13
- package/src/wallet-instance-attestation/api/types.ts +16 -4
- package/src/wallet-instance-attestation/v1.0.0/index.ts +3 -3
- package/src/wallet-instance-attestation/v1.0.0/issuing.ts +7 -9
- package/src/wallet-instance-attestation/v1.0.0/mappers.ts +7 -5
- package/src/wallet-instance-attestation/v1.3.3/index.ts +5 -7
- package/src/wallet-instance-attestation/v1.3.3/issuing.ts +107 -3
- package/src/wallet-instance-attestation/v1.3.3/mappers.ts +18 -0
- package/src/wallet-instance-attestation/v1.3.3/types.ts +16 -30
- package/src/wallet-instance-attestation/v1.3.3/utils.ts +35 -0
- package/src/wallet-unit-attestation/README.md +73 -0
- package/src/wallet-unit-attestation/api/index.ts +51 -0
- package/src/wallet-unit-attestation/api/types.ts +49 -0
- package/src/wallet-unit-attestation/index.ts +3 -0
- package/src/wallet-unit-attestation/v1.0.0/index.ts +5 -0
- package/src/wallet-unit-attestation/v1.3.3/index.ts +11 -0
- package/src/wallet-unit-attestation/v1.3.3/issuing.ts +147 -0
- package/src/wallet-unit-attestation/v1.3.3/mappers.ts +10 -0
- package/src/wallet-unit-attestation/v1.3.3/types.ts +21 -0
- package/src/wallet-unit-attestation/v1.3.3/utils.ts +14 -0
|
@@ -2,83 +2,49 @@ import z from "zod";
|
|
|
2
2
|
export type SetWalletInstanceStatusData = z.infer<typeof SetWalletInstanceStatusData>;
|
|
3
3
|
export declare const SetWalletInstanceStatusData: z.ZodObject<{
|
|
4
4
|
status: z.ZodLiteral<"REVOKED">;
|
|
5
|
-
},
|
|
6
|
-
status: "REVOKED";
|
|
7
|
-
}, {
|
|
8
|
-
status: "REVOKED";
|
|
9
|
-
}>;
|
|
5
|
+
}, z.core.$strip>;
|
|
10
6
|
export type RevocationReason = z.infer<typeof RevocationReason>;
|
|
11
|
-
export declare const RevocationReason: z.ZodUnion<[z.ZodLiteral<"CERTIFICATE_REVOKED_BY_ISSUER">, z.ZodLiteral<"NEW_WALLET_INSTANCE_CREATED">, z.ZodLiteral<"WALLET_INSTANCE_RENEWAL">, z.ZodLiteral<"REVOKED_BY_USER">]>;
|
|
7
|
+
export declare const RevocationReason: z.ZodUnion<readonly [z.ZodLiteral<"CERTIFICATE_REVOKED_BY_ISSUER">, z.ZodLiteral<"NEW_WALLET_INSTANCE_CREATED">, z.ZodLiteral<"WALLET_INSTANCE_RENEWAL">, z.ZodLiteral<"REVOKED_BY_USER">]>;
|
|
12
8
|
export type WalletInstanceData = z.infer<typeof WalletInstanceData>;
|
|
13
9
|
export declare const WalletInstanceData: z.ZodObject<{
|
|
14
10
|
id: z.ZodString;
|
|
15
11
|
is_revoked: z.ZodBoolean;
|
|
16
|
-
revocation_reason: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodLiteral<"CERTIFICATE_REVOKED_BY_ISSUER">, z.ZodLiteral<"NEW_WALLET_INSTANCE_CREATED">, z.ZodLiteral<"WALLET_INSTANCE_RENEWAL">, z.ZodLiteral<"REVOKED_BY_USER">]>, z.ZodUndefined]>>;
|
|
17
|
-
},
|
|
18
|
-
id: string;
|
|
19
|
-
is_revoked: boolean;
|
|
20
|
-
revocation_reason?: "CERTIFICATE_REVOKED_BY_ISSUER" | "NEW_WALLET_INSTANCE_CREATED" | "WALLET_INSTANCE_RENEWAL" | "REVOKED_BY_USER" | undefined;
|
|
21
|
-
}, {
|
|
22
|
-
id: string;
|
|
23
|
-
is_revoked: boolean;
|
|
24
|
-
revocation_reason?: "CERTIFICATE_REVOKED_BY_ISSUER" | "NEW_WALLET_INSTANCE_CREATED" | "WALLET_INSTANCE_RENEWAL" | "REVOKED_BY_USER" | undefined;
|
|
25
|
-
}>;
|
|
12
|
+
revocation_reason: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodLiteral<"CERTIFICATE_REVOKED_BY_ISSUER">, z.ZodLiteral<"NEW_WALLET_INSTANCE_CREATED">, z.ZodLiteral<"WALLET_INSTANCE_RENEWAL">, z.ZodLiteral<"REVOKED_BY_USER">]>, z.ZodUndefined]>>;
|
|
13
|
+
}, z.core.$strip>;
|
|
26
14
|
export type NonceDetailView = z.infer<typeof NonceDetailView>;
|
|
27
15
|
export declare const NonceDetailView: z.ZodObject<{
|
|
28
16
|
nonce: z.ZodString;
|
|
29
|
-
},
|
|
30
|
-
nonce: string;
|
|
31
|
-
}, {
|
|
32
|
-
nonce: string;
|
|
33
|
-
}>;
|
|
17
|
+
}, z.core.$strip>;
|
|
34
18
|
export type WalletAttestationsView = z.infer<typeof WalletAttestationsView>;
|
|
35
19
|
export declare const WalletAttestationsView: z.ZodObject<{
|
|
36
20
|
wallet_attestations: z.ZodArray<z.ZodObject<{
|
|
37
|
-
format: z.ZodUnion<[z.ZodLiteral<"jwt">, z.ZodLiteral<"dc+sd-jwt">]>;
|
|
21
|
+
format: z.ZodUnion<readonly [z.ZodLiteral<"jwt">, z.ZodLiteral<"dc+sd-jwt">]>;
|
|
38
22
|
wallet_attestation: z.ZodString;
|
|
39
|
-
},
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
wallet_attestation: string;
|
|
50
|
-
}[];
|
|
51
|
-
}, {
|
|
52
|
-
wallet_attestations: {
|
|
53
|
-
format: "jwt" | "dc+sd-jwt";
|
|
54
|
-
wallet_attestation: string;
|
|
55
|
-
}[];
|
|
56
|
-
}>;
|
|
23
|
+
}, z.core.$strip>>;
|
|
24
|
+
}, z.core.$strip>;
|
|
25
|
+
export type WalletInstanceAttestation = z.infer<typeof WalletInstanceAttestation>;
|
|
26
|
+
export declare const WalletInstanceAttestation: z.ZodObject<{
|
|
27
|
+
wallet_instance_attestation: z.ZodString;
|
|
28
|
+
}, z.core.$strip>;
|
|
29
|
+
export type WalletUnitAttestation = z.infer<typeof WalletUnitAttestation>;
|
|
30
|
+
export declare const WalletUnitAttestation: z.ZodObject<{
|
|
31
|
+
wallet_unit_attestation: z.ZodString;
|
|
32
|
+
}, z.core.$strip>;
|
|
57
33
|
export type CreateWalletInstanceBody = z.infer<typeof CreateWalletInstanceBody>;
|
|
58
34
|
export declare const CreateWalletInstanceBody: z.ZodObject<{
|
|
59
35
|
challenge: z.ZodString;
|
|
60
36
|
key_attestation: z.ZodString;
|
|
61
37
|
hardware_key_tag: z.ZodString;
|
|
62
|
-
is_renewal: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUndefined]>>;
|
|
63
|
-
},
|
|
64
|
-
challenge: string;
|
|
65
|
-
key_attestation: string;
|
|
66
|
-
hardware_key_tag: string;
|
|
67
|
-
is_renewal?: boolean | undefined;
|
|
68
|
-
}, {
|
|
69
|
-
challenge: string;
|
|
70
|
-
key_attestation: string;
|
|
71
|
-
hardware_key_tag: string;
|
|
72
|
-
is_renewal?: boolean | undefined;
|
|
73
|
-
}>;
|
|
38
|
+
is_renewal: z.ZodOptional<z.ZodUnion<readonly [z.ZodBoolean, z.ZodUndefined]>>;
|
|
39
|
+
}, z.core.$strip>;
|
|
74
40
|
export type CreateWalletAttestationBody = z.infer<typeof CreateWalletAttestationBody>;
|
|
75
41
|
export declare const CreateWalletAttestationBody: z.ZodObject<{
|
|
76
42
|
assertion: z.ZodString;
|
|
77
|
-
},
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
43
|
+
}, z.core.$strip>;
|
|
44
|
+
export type CreateWalletInstanceAttestationBody = z.infer<typeof CreateWalletInstanceAttestationBody>;
|
|
45
|
+
export declare const CreateWalletInstanceAttestationBody: z.ZodString;
|
|
46
|
+
export type CreateWalletUnitAttestationBody = z.infer<typeof CreateWalletUnitAttestationBody>;
|
|
47
|
+
export declare const CreateWalletUnitAttestationBody: z.ZodString;
|
|
82
48
|
export type ProblemJson = z.infer<typeof ProblemJson>;
|
|
83
49
|
export declare const ProblemJson: z.ZodObject<{
|
|
84
50
|
type: z.ZodOptional<z.ZodString>;
|
|
@@ -86,33 +52,13 @@ export declare const ProblemJson: z.ZodObject<{
|
|
|
86
52
|
status: z.ZodOptional<z.ZodNumber>;
|
|
87
53
|
detail: z.ZodOptional<z.ZodString>;
|
|
88
54
|
instance: z.ZodOptional<z.ZodString>;
|
|
89
|
-
},
|
|
90
|
-
status?: number | undefined;
|
|
91
|
-
type?: string | undefined;
|
|
92
|
-
title?: string | undefined;
|
|
93
|
-
detail?: string | undefined;
|
|
94
|
-
instance?: string | undefined;
|
|
95
|
-
}, {
|
|
96
|
-
status?: number | undefined;
|
|
97
|
-
type?: string | undefined;
|
|
98
|
-
title?: string | undefined;
|
|
99
|
-
detail?: string | undefined;
|
|
100
|
-
instance?: string | undefined;
|
|
101
|
-
}>;
|
|
55
|
+
}, z.core.$strip>;
|
|
102
56
|
export type WhitelistedFiscalCodeData = z.infer<typeof WhitelistedFiscalCodeData>;
|
|
103
57
|
export declare const WhitelistedFiscalCodeData: z.ZodObject<{
|
|
104
58
|
whitelisted: z.ZodBoolean;
|
|
105
|
-
whitelistedAt: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodUndefined]>>;
|
|
59
|
+
whitelistedAt: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodUndefined]>>;
|
|
106
60
|
fiscalCode: z.ZodString;
|
|
107
|
-
},
|
|
108
|
-
whitelisted: boolean;
|
|
109
|
-
fiscalCode: string;
|
|
110
|
-
whitelistedAt?: string | undefined;
|
|
111
|
-
}, {
|
|
112
|
-
whitelisted: boolean;
|
|
113
|
-
fiscalCode: string;
|
|
114
|
-
whitelistedAt?: string | undefined;
|
|
115
|
-
}>;
|
|
61
|
+
}, z.core.$strip>;
|
|
116
62
|
export type get_GetNonce = typeof get_GetNonce;
|
|
117
63
|
export declare const get_GetNonce: {
|
|
118
64
|
method: z.ZodLiteral<"GET">;
|
|
@@ -120,11 +66,7 @@ export declare const get_GetNonce: {
|
|
|
120
66
|
parameters: z.ZodNever;
|
|
121
67
|
response: z.ZodObject<{
|
|
122
68
|
nonce: z.ZodString;
|
|
123
|
-
},
|
|
124
|
-
nonce: string;
|
|
125
|
-
}, {
|
|
126
|
-
nonce: string;
|
|
127
|
-
}>;
|
|
69
|
+
}, z.core.$strip>;
|
|
128
70
|
};
|
|
129
71
|
export type post_CreateWalletInstance = typeof post_CreateWalletInstance;
|
|
130
72
|
export declare const post_CreateWalletInstance: {
|
|
@@ -135,33 +77,9 @@ export declare const post_CreateWalletInstance: {
|
|
|
135
77
|
challenge: z.ZodString;
|
|
136
78
|
key_attestation: z.ZodString;
|
|
137
79
|
hardware_key_tag: z.ZodString;
|
|
138
|
-
is_renewal: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUndefined]>>;
|
|
139
|
-
},
|
|
140
|
-
|
|
141
|
-
key_attestation: string;
|
|
142
|
-
hardware_key_tag: string;
|
|
143
|
-
is_renewal?: boolean | undefined;
|
|
144
|
-
}, {
|
|
145
|
-
challenge: string;
|
|
146
|
-
key_attestation: string;
|
|
147
|
-
hardware_key_tag: string;
|
|
148
|
-
is_renewal?: boolean | undefined;
|
|
149
|
-
}>;
|
|
150
|
-
}, "strip", z.ZodTypeAny, {
|
|
151
|
-
body: {
|
|
152
|
-
challenge: string;
|
|
153
|
-
key_attestation: string;
|
|
154
|
-
hardware_key_tag: string;
|
|
155
|
-
is_renewal?: boolean | undefined;
|
|
156
|
-
};
|
|
157
|
-
}, {
|
|
158
|
-
body: {
|
|
159
|
-
challenge: string;
|
|
160
|
-
key_attestation: string;
|
|
161
|
-
hardware_key_tag: string;
|
|
162
|
-
is_renewal?: boolean | undefined;
|
|
163
|
-
};
|
|
164
|
-
}>;
|
|
80
|
+
is_renewal: z.ZodOptional<z.ZodUnion<readonly [z.ZodBoolean, z.ZodUndefined]>>;
|
|
81
|
+
}, z.core.$strip>;
|
|
82
|
+
}, z.core.$strip>;
|
|
165
83
|
response: z.ZodUnknown;
|
|
166
84
|
};
|
|
167
85
|
export type post_CreateWalletAttestation = typeof post_CreateWalletAttestation;
|
|
@@ -171,42 +89,14 @@ export declare const post_CreateWalletAttestation: {
|
|
|
171
89
|
parameters: z.ZodObject<{
|
|
172
90
|
body: z.ZodObject<{
|
|
173
91
|
assertion: z.ZodString;
|
|
174
|
-
},
|
|
175
|
-
|
|
176
|
-
}, {
|
|
177
|
-
assertion: string;
|
|
178
|
-
}>;
|
|
179
|
-
}, "strip", z.ZodTypeAny, {
|
|
180
|
-
body: {
|
|
181
|
-
assertion: string;
|
|
182
|
-
};
|
|
183
|
-
}, {
|
|
184
|
-
body: {
|
|
185
|
-
assertion: string;
|
|
186
|
-
};
|
|
187
|
-
}>;
|
|
92
|
+
}, z.core.$strip>;
|
|
93
|
+
}, z.core.$strip>;
|
|
188
94
|
response: z.ZodObject<{
|
|
189
95
|
wallet_attestations: z.ZodArray<z.ZodObject<{
|
|
190
|
-
format: z.ZodUnion<[z.ZodLiteral<"jwt">, z.ZodLiteral<"dc+sd-jwt">]>;
|
|
96
|
+
format: z.ZodUnion<readonly [z.ZodLiteral<"jwt">, z.ZodLiteral<"dc+sd-jwt">]>;
|
|
191
97
|
wallet_attestation: z.ZodString;
|
|
192
|
-
},
|
|
193
|
-
|
|
194
|
-
wallet_attestation: string;
|
|
195
|
-
}, {
|
|
196
|
-
format: "jwt" | "dc+sd-jwt";
|
|
197
|
-
wallet_attestation: string;
|
|
198
|
-
}>, "many">;
|
|
199
|
-
}, "strip", z.ZodTypeAny, {
|
|
200
|
-
wallet_attestations: {
|
|
201
|
-
format: "jwt" | "dc+sd-jwt";
|
|
202
|
-
wallet_attestation: string;
|
|
203
|
-
}[];
|
|
204
|
-
}, {
|
|
205
|
-
wallet_attestations: {
|
|
206
|
-
format: "jwt" | "dc+sd-jwt";
|
|
207
|
-
wallet_attestation: string;
|
|
208
|
-
}[];
|
|
209
|
-
}>;
|
|
98
|
+
}, z.core.$strip>>;
|
|
99
|
+
}, z.core.$strip>;
|
|
210
100
|
};
|
|
211
101
|
export type get_GetCurrentWalletInstanceStatus = typeof get_GetCurrentWalletInstanceStatus;
|
|
212
102
|
export declare const get_GetCurrentWalletInstanceStatus: {
|
|
@@ -216,16 +106,8 @@ export declare const get_GetCurrentWalletInstanceStatus: {
|
|
|
216
106
|
response: z.ZodObject<{
|
|
217
107
|
id: z.ZodString;
|
|
218
108
|
is_revoked: z.ZodBoolean;
|
|
219
|
-
revocation_reason: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodLiteral<"CERTIFICATE_REVOKED_BY_ISSUER">, z.ZodLiteral<"NEW_WALLET_INSTANCE_CREATED">, z.ZodLiteral<"WALLET_INSTANCE_RENEWAL">, z.ZodLiteral<"REVOKED_BY_USER">]>, z.ZodUndefined]>>;
|
|
220
|
-
},
|
|
221
|
-
id: string;
|
|
222
|
-
is_revoked: boolean;
|
|
223
|
-
revocation_reason?: "CERTIFICATE_REVOKED_BY_ISSUER" | "NEW_WALLET_INSTANCE_CREATED" | "WALLET_INSTANCE_RENEWAL" | "REVOKED_BY_USER" | undefined;
|
|
224
|
-
}, {
|
|
225
|
-
id: string;
|
|
226
|
-
is_revoked: boolean;
|
|
227
|
-
revocation_reason?: "CERTIFICATE_REVOKED_BY_ISSUER" | "NEW_WALLET_INSTANCE_CREATED" | "WALLET_INSTANCE_RENEWAL" | "REVOKED_BY_USER" | undefined;
|
|
228
|
-
}>;
|
|
109
|
+
revocation_reason: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodLiteral<"CERTIFICATE_REVOKED_BY_ISSUER">, z.ZodLiteral<"NEW_WALLET_INSTANCE_CREATED">, z.ZodLiteral<"WALLET_INSTANCE_RENEWAL">, z.ZodLiteral<"REVOKED_BY_USER">]>, z.ZodUndefined]>>;
|
|
110
|
+
}, z.core.$strip>;
|
|
229
111
|
};
|
|
230
112
|
export type get_GetWalletInstanceStatus = typeof get_GetWalletInstanceStatus;
|
|
231
113
|
export declare const get_GetWalletInstanceStatus: {
|
|
@@ -234,33 +116,13 @@ export declare const get_GetWalletInstanceStatus: {
|
|
|
234
116
|
parameters: z.ZodObject<{
|
|
235
117
|
path: z.ZodObject<{
|
|
236
118
|
id: z.ZodString;
|
|
237
|
-
},
|
|
238
|
-
|
|
239
|
-
}, {
|
|
240
|
-
id: string;
|
|
241
|
-
}>;
|
|
242
|
-
}, "strip", z.ZodTypeAny, {
|
|
243
|
-
path: {
|
|
244
|
-
id: string;
|
|
245
|
-
};
|
|
246
|
-
}, {
|
|
247
|
-
path: {
|
|
248
|
-
id: string;
|
|
249
|
-
};
|
|
250
|
-
}>;
|
|
119
|
+
}, z.core.$strip>;
|
|
120
|
+
}, z.core.$strip>;
|
|
251
121
|
response: z.ZodObject<{
|
|
252
122
|
id: z.ZodString;
|
|
253
123
|
is_revoked: z.ZodBoolean;
|
|
254
|
-
revocation_reason: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodLiteral<"CERTIFICATE_REVOKED_BY_ISSUER">, z.ZodLiteral<"NEW_WALLET_INSTANCE_CREATED">, z.ZodLiteral<"WALLET_INSTANCE_RENEWAL">, z.ZodLiteral<"REVOKED_BY_USER">]>, z.ZodUndefined]>>;
|
|
255
|
-
},
|
|
256
|
-
id: string;
|
|
257
|
-
is_revoked: boolean;
|
|
258
|
-
revocation_reason?: "CERTIFICATE_REVOKED_BY_ISSUER" | "NEW_WALLET_INSTANCE_CREATED" | "WALLET_INSTANCE_RENEWAL" | "REVOKED_BY_USER" | undefined;
|
|
259
|
-
}, {
|
|
260
|
-
id: string;
|
|
261
|
-
is_revoked: boolean;
|
|
262
|
-
revocation_reason?: "CERTIFICATE_REVOKED_BY_ISSUER" | "NEW_WALLET_INSTANCE_CREATED" | "WALLET_INSTANCE_RENEWAL" | "REVOKED_BY_USER" | undefined;
|
|
263
|
-
}>;
|
|
124
|
+
revocation_reason: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodLiteral<"CERTIFICATE_REVOKED_BY_ISSUER">, z.ZodLiteral<"NEW_WALLET_INSTANCE_CREATED">, z.ZodLiteral<"WALLET_INSTANCE_RENEWAL">, z.ZodLiteral<"REVOKED_BY_USER">]>, z.ZodUndefined]>>;
|
|
125
|
+
}, z.core.$strip>;
|
|
264
126
|
};
|
|
265
127
|
export type put_SetWalletInstanceStatus = typeof put_SetWalletInstanceStatus;
|
|
266
128
|
export declare const put_SetWalletInstanceStatus: {
|
|
@@ -269,33 +131,11 @@ export declare const put_SetWalletInstanceStatus: {
|
|
|
269
131
|
parameters: z.ZodObject<{
|
|
270
132
|
path: z.ZodObject<{
|
|
271
133
|
id: z.ZodString;
|
|
272
|
-
},
|
|
273
|
-
id: string;
|
|
274
|
-
}, {
|
|
275
|
-
id: string;
|
|
276
|
-
}>;
|
|
134
|
+
}, z.core.$strip>;
|
|
277
135
|
body: z.ZodObject<{
|
|
278
136
|
status: z.ZodLiteral<"REVOKED">;
|
|
279
|
-
},
|
|
280
|
-
|
|
281
|
-
}, {
|
|
282
|
-
status: "REVOKED";
|
|
283
|
-
}>;
|
|
284
|
-
}, "strip", z.ZodTypeAny, {
|
|
285
|
-
path: {
|
|
286
|
-
id: string;
|
|
287
|
-
};
|
|
288
|
-
body: {
|
|
289
|
-
status: "REVOKED";
|
|
290
|
-
};
|
|
291
|
-
}, {
|
|
292
|
-
path: {
|
|
293
|
-
id: string;
|
|
294
|
-
};
|
|
295
|
-
body: {
|
|
296
|
-
status: "REVOKED";
|
|
297
|
-
};
|
|
298
|
-
}>;
|
|
137
|
+
}, z.core.$strip>;
|
|
138
|
+
}, z.core.$strip>;
|
|
299
139
|
response: z.ZodUnknown;
|
|
300
140
|
};
|
|
301
141
|
export type get_HealthCheck = typeof get_HealthCheck;
|
|
@@ -305,11 +145,7 @@ export declare const get_HealthCheck: {
|
|
|
305
145
|
parameters: z.ZodNever;
|
|
306
146
|
response: z.ZodObject<{
|
|
307
147
|
message: z.ZodOptional<z.ZodString>;
|
|
308
|
-
},
|
|
309
|
-
message?: string | undefined;
|
|
310
|
-
}, {
|
|
311
|
-
message?: string | undefined;
|
|
312
|
-
}>;
|
|
148
|
+
}, z.core.$strip>;
|
|
313
149
|
};
|
|
314
150
|
export type get_IsFiscalCodeWhitelisted = typeof get_IsFiscalCodeWhitelisted;
|
|
315
151
|
export declare const get_IsFiscalCodeWhitelisted: {
|
|
@@ -318,17 +154,37 @@ export declare const get_IsFiscalCodeWhitelisted: {
|
|
|
318
154
|
parameters: z.ZodNever;
|
|
319
155
|
response: z.ZodObject<{
|
|
320
156
|
whitelisted: z.ZodBoolean;
|
|
321
|
-
whitelistedAt: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodUndefined]>>;
|
|
157
|
+
whitelistedAt: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodUndefined]>>;
|
|
322
158
|
fiscalCode: z.ZodString;
|
|
323
|
-
},
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
159
|
+
}, z.core.$strip>;
|
|
160
|
+
};
|
|
161
|
+
export type post_CreateWalletInstanceAttestation = typeof post_CreateWalletInstanceAttestation;
|
|
162
|
+
export declare const post_CreateWalletInstanceAttestation: {
|
|
163
|
+
method: z.ZodLiteral<"POST">;
|
|
164
|
+
path: z.ZodLiteral<"/wallet-instance-attestations">;
|
|
165
|
+
parameters: z.ZodObject<{
|
|
166
|
+
header: z.ZodObject<{
|
|
167
|
+
"Content-Type": z.ZodOptional<z.ZodString>;
|
|
168
|
+
}, z.core.$strip>;
|
|
169
|
+
body: z.ZodString;
|
|
170
|
+
}, z.core.$strip>;
|
|
171
|
+
response: z.ZodObject<{
|
|
172
|
+
wallet_instance_attestation: z.ZodString;
|
|
173
|
+
}, z.core.$strip>;
|
|
174
|
+
};
|
|
175
|
+
export type post_CreateWalletUnitAttestation = typeof post_CreateWalletUnitAttestation;
|
|
176
|
+
export declare const post_CreateWalletUnitAttestation: {
|
|
177
|
+
method: z.ZodLiteral<"POST">;
|
|
178
|
+
path: z.ZodLiteral<"/wallet-unit-attestations">;
|
|
179
|
+
parameters: z.ZodObject<{
|
|
180
|
+
header: z.ZodObject<{
|
|
181
|
+
"Content-Type": z.ZodOptional<z.ZodString>;
|
|
182
|
+
}, z.core.$strip>;
|
|
183
|
+
body: z.ZodString;
|
|
184
|
+
}, z.core.$strip>;
|
|
185
|
+
response: z.ZodObject<{
|
|
186
|
+
wallet_unit_attestation: z.ZodString;
|
|
187
|
+
}, z.core.$strip>;
|
|
332
188
|
};
|
|
333
189
|
export declare const EndpointByMethod: {
|
|
334
190
|
get: {
|
|
@@ -338,11 +194,7 @@ export declare const EndpointByMethod: {
|
|
|
338
194
|
parameters: z.ZodNever;
|
|
339
195
|
response: z.ZodObject<{
|
|
340
196
|
nonce: z.ZodString;
|
|
341
|
-
},
|
|
342
|
-
nonce: string;
|
|
343
|
-
}, {
|
|
344
|
-
nonce: string;
|
|
345
|
-
}>;
|
|
197
|
+
}, z.core.$strip>;
|
|
346
198
|
};
|
|
347
199
|
"/wallet-instances/current/status": {
|
|
348
200
|
method: z.ZodLiteral<"GET">;
|
|
@@ -351,16 +203,8 @@ export declare const EndpointByMethod: {
|
|
|
351
203
|
response: z.ZodObject<{
|
|
352
204
|
id: z.ZodString;
|
|
353
205
|
is_revoked: z.ZodBoolean;
|
|
354
|
-
revocation_reason: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodLiteral<"CERTIFICATE_REVOKED_BY_ISSUER">, z.ZodLiteral<"NEW_WALLET_INSTANCE_CREATED">, z.ZodLiteral<"WALLET_INSTANCE_RENEWAL">, z.ZodLiteral<"REVOKED_BY_USER">]>, z.ZodUndefined]>>;
|
|
355
|
-
},
|
|
356
|
-
id: string;
|
|
357
|
-
is_revoked: boolean;
|
|
358
|
-
revocation_reason?: "CERTIFICATE_REVOKED_BY_ISSUER" | "NEW_WALLET_INSTANCE_CREATED" | "WALLET_INSTANCE_RENEWAL" | "REVOKED_BY_USER" | undefined;
|
|
359
|
-
}, {
|
|
360
|
-
id: string;
|
|
361
|
-
is_revoked: boolean;
|
|
362
|
-
revocation_reason?: "CERTIFICATE_REVOKED_BY_ISSUER" | "NEW_WALLET_INSTANCE_CREATED" | "WALLET_INSTANCE_RENEWAL" | "REVOKED_BY_USER" | undefined;
|
|
363
|
-
}>;
|
|
206
|
+
revocation_reason: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodLiteral<"CERTIFICATE_REVOKED_BY_ISSUER">, z.ZodLiteral<"NEW_WALLET_INSTANCE_CREATED">, z.ZodLiteral<"WALLET_INSTANCE_RENEWAL">, z.ZodLiteral<"REVOKED_BY_USER">]>, z.ZodUndefined]>>;
|
|
207
|
+
}, z.core.$strip>;
|
|
364
208
|
};
|
|
365
209
|
"/wallet-instances/{id}/status": {
|
|
366
210
|
method: z.ZodLiteral<"GET">;
|
|
@@ -368,33 +212,13 @@ export declare const EndpointByMethod: {
|
|
|
368
212
|
parameters: z.ZodObject<{
|
|
369
213
|
path: z.ZodObject<{
|
|
370
214
|
id: z.ZodString;
|
|
371
|
-
},
|
|
372
|
-
|
|
373
|
-
}, {
|
|
374
|
-
id: string;
|
|
375
|
-
}>;
|
|
376
|
-
}, "strip", z.ZodTypeAny, {
|
|
377
|
-
path: {
|
|
378
|
-
id: string;
|
|
379
|
-
};
|
|
380
|
-
}, {
|
|
381
|
-
path: {
|
|
382
|
-
id: string;
|
|
383
|
-
};
|
|
384
|
-
}>;
|
|
215
|
+
}, z.core.$strip>;
|
|
216
|
+
}, z.core.$strip>;
|
|
385
217
|
response: z.ZodObject<{
|
|
386
218
|
id: z.ZodString;
|
|
387
219
|
is_revoked: z.ZodBoolean;
|
|
388
|
-
revocation_reason: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodLiteral<"CERTIFICATE_REVOKED_BY_ISSUER">, z.ZodLiteral<"NEW_WALLET_INSTANCE_CREATED">, z.ZodLiteral<"WALLET_INSTANCE_RENEWAL">, z.ZodLiteral<"REVOKED_BY_USER">]>, z.ZodUndefined]>>;
|
|
389
|
-
},
|
|
390
|
-
id: string;
|
|
391
|
-
is_revoked: boolean;
|
|
392
|
-
revocation_reason?: "CERTIFICATE_REVOKED_BY_ISSUER" | "NEW_WALLET_INSTANCE_CREATED" | "WALLET_INSTANCE_RENEWAL" | "REVOKED_BY_USER" | undefined;
|
|
393
|
-
}, {
|
|
394
|
-
id: string;
|
|
395
|
-
is_revoked: boolean;
|
|
396
|
-
revocation_reason?: "CERTIFICATE_REVOKED_BY_ISSUER" | "NEW_WALLET_INSTANCE_CREATED" | "WALLET_INSTANCE_RENEWAL" | "REVOKED_BY_USER" | undefined;
|
|
397
|
-
}>;
|
|
220
|
+
revocation_reason: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodLiteral<"CERTIFICATE_REVOKED_BY_ISSUER">, z.ZodLiteral<"NEW_WALLET_INSTANCE_CREATED">, z.ZodLiteral<"WALLET_INSTANCE_RENEWAL">, z.ZodLiteral<"REVOKED_BY_USER">]>, z.ZodUndefined]>>;
|
|
221
|
+
}, z.core.$strip>;
|
|
398
222
|
};
|
|
399
223
|
"/info": {
|
|
400
224
|
method: z.ZodLiteral<"GET">;
|
|
@@ -402,11 +226,7 @@ export declare const EndpointByMethod: {
|
|
|
402
226
|
parameters: z.ZodNever;
|
|
403
227
|
response: z.ZodObject<{
|
|
404
228
|
message: z.ZodOptional<z.ZodString>;
|
|
405
|
-
},
|
|
406
|
-
message?: string | undefined;
|
|
407
|
-
}, {
|
|
408
|
-
message?: string | undefined;
|
|
409
|
-
}>;
|
|
229
|
+
}, z.core.$strip>;
|
|
410
230
|
};
|
|
411
231
|
"/whitelisted-fiscal-code": {
|
|
412
232
|
method: z.ZodLiteral<"GET">;
|
|
@@ -414,17 +234,9 @@ export declare const EndpointByMethod: {
|
|
|
414
234
|
parameters: z.ZodNever;
|
|
415
235
|
response: z.ZodObject<{
|
|
416
236
|
whitelisted: z.ZodBoolean;
|
|
417
|
-
whitelistedAt: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodUndefined]>>;
|
|
237
|
+
whitelistedAt: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodUndefined]>>;
|
|
418
238
|
fiscalCode: z.ZodString;
|
|
419
|
-
},
|
|
420
|
-
whitelisted: boolean;
|
|
421
|
-
fiscalCode: string;
|
|
422
|
-
whitelistedAt?: string | undefined;
|
|
423
|
-
}, {
|
|
424
|
-
whitelisted: boolean;
|
|
425
|
-
fiscalCode: string;
|
|
426
|
-
whitelistedAt?: string | undefined;
|
|
427
|
-
}>;
|
|
239
|
+
}, z.core.$strip>;
|
|
428
240
|
};
|
|
429
241
|
};
|
|
430
242
|
post: {
|
|
@@ -436,33 +248,9 @@ export declare const EndpointByMethod: {
|
|
|
436
248
|
challenge: z.ZodString;
|
|
437
249
|
key_attestation: z.ZodString;
|
|
438
250
|
hardware_key_tag: z.ZodString;
|
|
439
|
-
is_renewal: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUndefined]>>;
|
|
440
|
-
},
|
|
441
|
-
|
|
442
|
-
key_attestation: string;
|
|
443
|
-
hardware_key_tag: string;
|
|
444
|
-
is_renewal?: boolean | undefined;
|
|
445
|
-
}, {
|
|
446
|
-
challenge: string;
|
|
447
|
-
key_attestation: string;
|
|
448
|
-
hardware_key_tag: string;
|
|
449
|
-
is_renewal?: boolean | undefined;
|
|
450
|
-
}>;
|
|
451
|
-
}, "strip", z.ZodTypeAny, {
|
|
452
|
-
body: {
|
|
453
|
-
challenge: string;
|
|
454
|
-
key_attestation: string;
|
|
455
|
-
hardware_key_tag: string;
|
|
456
|
-
is_renewal?: boolean | undefined;
|
|
457
|
-
};
|
|
458
|
-
}, {
|
|
459
|
-
body: {
|
|
460
|
-
challenge: string;
|
|
461
|
-
key_attestation: string;
|
|
462
|
-
hardware_key_tag: string;
|
|
463
|
-
is_renewal?: boolean | undefined;
|
|
464
|
-
};
|
|
465
|
-
}>;
|
|
251
|
+
is_renewal: z.ZodOptional<z.ZodUnion<readonly [z.ZodBoolean, z.ZodUndefined]>>;
|
|
252
|
+
}, z.core.$strip>;
|
|
253
|
+
}, z.core.$strip>;
|
|
466
254
|
response: z.ZodUnknown;
|
|
467
255
|
};
|
|
468
256
|
"/wallet-attestations": {
|
|
@@ -471,42 +259,40 @@ export declare const EndpointByMethod: {
|
|
|
471
259
|
parameters: z.ZodObject<{
|
|
472
260
|
body: z.ZodObject<{
|
|
473
261
|
assertion: z.ZodString;
|
|
474
|
-
},
|
|
475
|
-
|
|
476
|
-
}, {
|
|
477
|
-
assertion: string;
|
|
478
|
-
}>;
|
|
479
|
-
}, "strip", z.ZodTypeAny, {
|
|
480
|
-
body: {
|
|
481
|
-
assertion: string;
|
|
482
|
-
};
|
|
483
|
-
}, {
|
|
484
|
-
body: {
|
|
485
|
-
assertion: string;
|
|
486
|
-
};
|
|
487
|
-
}>;
|
|
262
|
+
}, z.core.$strip>;
|
|
263
|
+
}, z.core.$strip>;
|
|
488
264
|
response: z.ZodObject<{
|
|
489
265
|
wallet_attestations: z.ZodArray<z.ZodObject<{
|
|
490
|
-
format: z.ZodUnion<[z.ZodLiteral<"jwt">, z.ZodLiteral<"dc+sd-jwt">]>;
|
|
266
|
+
format: z.ZodUnion<readonly [z.ZodLiteral<"jwt">, z.ZodLiteral<"dc+sd-jwt">]>;
|
|
491
267
|
wallet_attestation: z.ZodString;
|
|
492
|
-
},
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
268
|
+
}, z.core.$strip>>;
|
|
269
|
+
}, z.core.$strip>;
|
|
270
|
+
};
|
|
271
|
+
"/wallet-instance-attestations": {
|
|
272
|
+
method: z.ZodLiteral<"POST">;
|
|
273
|
+
path: z.ZodLiteral<"/wallet-instance-attestations">;
|
|
274
|
+
parameters: z.ZodObject<{
|
|
275
|
+
header: z.ZodObject<{
|
|
276
|
+
"Content-Type": z.ZodOptional<z.ZodString>;
|
|
277
|
+
}, z.core.$strip>;
|
|
278
|
+
body: z.ZodString;
|
|
279
|
+
}, z.core.$strip>;
|
|
280
|
+
response: z.ZodObject<{
|
|
281
|
+
wallet_instance_attestation: z.ZodString;
|
|
282
|
+
}, z.core.$strip>;
|
|
283
|
+
};
|
|
284
|
+
"/wallet-unit-attestations": {
|
|
285
|
+
method: z.ZodLiteral<"POST">;
|
|
286
|
+
path: z.ZodLiteral<"/wallet-unit-attestations">;
|
|
287
|
+
parameters: z.ZodObject<{
|
|
288
|
+
header: z.ZodObject<{
|
|
289
|
+
"Content-Type": z.ZodOptional<z.ZodString>;
|
|
290
|
+
}, z.core.$strip>;
|
|
291
|
+
body: z.ZodString;
|
|
292
|
+
}, z.core.$strip>;
|
|
293
|
+
response: z.ZodObject<{
|
|
294
|
+
wallet_unit_attestation: z.ZodString;
|
|
295
|
+
}, z.core.$strip>;
|
|
510
296
|
};
|
|
511
297
|
};
|
|
512
298
|
put: {
|
|
@@ -516,33 +302,11 @@ export declare const EndpointByMethod: {
|
|
|
516
302
|
parameters: z.ZodObject<{
|
|
517
303
|
path: z.ZodObject<{
|
|
518
304
|
id: z.ZodString;
|
|
519
|
-
},
|
|
520
|
-
id: string;
|
|
521
|
-
}, {
|
|
522
|
-
id: string;
|
|
523
|
-
}>;
|
|
305
|
+
}, z.core.$strip>;
|
|
524
306
|
body: z.ZodObject<{
|
|
525
307
|
status: z.ZodLiteral<"REVOKED">;
|
|
526
|
-
},
|
|
527
|
-
|
|
528
|
-
}, {
|
|
529
|
-
status: "REVOKED";
|
|
530
|
-
}>;
|
|
531
|
-
}, "strip", z.ZodTypeAny, {
|
|
532
|
-
path: {
|
|
533
|
-
id: string;
|
|
534
|
-
};
|
|
535
|
-
body: {
|
|
536
|
-
status: "REVOKED";
|
|
537
|
-
};
|
|
538
|
-
}, {
|
|
539
|
-
path: {
|
|
540
|
-
id: string;
|
|
541
|
-
};
|
|
542
|
-
body: {
|
|
543
|
-
status: "REVOKED";
|
|
544
|
-
};
|
|
545
|
-
}>;
|
|
308
|
+
}, z.core.$strip>;
|
|
309
|
+
}, z.core.$strip>;
|
|
546
310
|
response: z.ZodUnknown;
|
|
547
311
|
};
|
|
548
312
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"wallet-provider.d.ts","sourceRoot":"","sources":["../../../../src/client/generated/wallet-provider.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AAEpB,MAAM,MAAM,2BAA2B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC;AACtF,eAAO,MAAM,2BAA2B
|
|
1
|
+
{"version":3,"file":"wallet-provider.d.ts","sourceRoot":"","sources":["../../../../src/client/generated/wallet-provider.ts"],"names":[],"mappings":"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"}
|